Conversation
- Updated styles in Progress, Rating, Select, Slider, Stepper, Switch, TextField, and other components to use Tailwind CSS. - Added demo values for various components including Rating, Switch, TextField, DataList, Finder, Jsoner, and others. - Introduced new types for demo values in multiple components to enhance type safety and maintainability. - Cleaned up CSS imports and ensured consistency across components by referencing Tailwind CSS. - Created new type files for serviceBox, explorer, and other utilities to support future development. - Added test results tracking for UI components.
- Updated Stepper, Switch, TextField, Loader, Drawer, Tabs, and other components to use CSS variables for styling instead of importing separate CSS files. - Added module-level Props markers for TypeScript migration tooling in various components. - Introduced demo values for several components including List, Menu, Toast, and utility functions to enhance documentation and testing. - Improved styling consistency and maintainability by inlining styles and utilizing CSS variables. - Removed unused CSS imports and ensured components are self-contained with necessary styles.
…P.md - Introduced a new script `quick_validate.py` for validating skill structure and frontmatter in SKILL.md files. - Updated COMPONENT_MAP.md to reflect changes in component props definitions and improved compliance scores. - Modified `make-component-maps.js` to align with new prop naming conventions. - Refactored various Svelte components to replace `export type Props = any;` with specific prop types. - Enhanced SKILL.md for the idae-stator package with clearer descriptions and usage examples.
- Introduced new skills: template-skill, theme-factory, and webapp-testing with detailed SKILL.md and LICENSE.txt files. - Implemented functionality for webapp-testing, including scripts for server management and examples for automation. - Updated COMPONENT_MAP.md to reflect changes in component compliance scores and fixed props definitions in various Svelte components. - Enhanced demoer components with specific props types for better type safety.
- Implemented a check in the CLI to ensure the pnpx component list exists at runtime, improving usability for npx/pnpx installs. - Added a new script `generate-registry-from-lib.cjs` to scan the `src/lib` directory for Svelte components and generate a structured registry. - Introduced `make-pnpx.cjs` to create a pmpx-compatible components file from the generated registry, facilitating easier integration with downstream tools.
…ent generation - Implemented `convert-mockup.js` to convert semantic pseudo-HTML into Svelte components. - Added `convert-mockup-template.md` as a template reference for component scaffolding. - Created `mockup-example.md` to provide a structural description of the interface using pseudo-HTML conventions. - Updated `package.json` to include a script for generating mockups from HTML files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.