## New Features 💪 - [x] Implement custom theme colors, rounded corners, spacing, etc. according to Tailwind CSS variable rules. - [x] Add CodeInput component for entering numeric/letter verification codes received via SMS or email. - [x] Develop a Vite/Rollup plugin that supports merging all SVGs in a specified directory into an SVG symbol. - [x] Develop a VS Code plugin that supports displaying STDF component API and other functions when hovering over the cursor. - [x] Develop a template scaffold that supports initializing STDF projects according to configuration. Initial support for Vite and SvelteKit. - [x] Add NumKeyboard component for entering numbers. - [x] Add FullKeyboard component for letters, numbers, and symbols input. - [x] Add Pagination component. - [x] Add Stepper component. - [x] Add Card component for information display containers. - [x] Add Tag component for marking and categorization. - [x] Add List component for displaying long list data. - [x] Add CountDown component. - [x] Add ColorPicker component. - [x] Complete support for Svelte 5, TypeScript, and Tailwind CSS v4. - [ ] Add TreeSelect component for tree-shaped selection. - [x] Add ImagePreview component for image preview. - [x] Add Upload component. - [x] Add Signature component. - [x] Add more animation effects to the Skeleton component. --- ## Ongoing Development 💧 - Expand the types of Loading components available. - Complete the Figma design draft and implement connectivity with component API according to Figma's Variable rules. - Based on the basic components, combine a series of business scenario components. - Continuously improve component documentation and examples. - Explore more theme customization capabilities.