cherry-studio/packages/ui/stories/components/primitives
MyPrototypeWhat 02a65daa27 feat: update @radix-ui/react-slot to version 1.2.4 and add Pagination component with stories
- Updated the @radix-ui/react-slot dependency in package.json and yarn.lock to version 1.2.4.
- Introduced a new Pagination component with associated subcomponents (PaginationContent, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PaginationEllipsis).
- Added stories for the Pagination component to demonstrate various use cases and configurations.
2025-11-20 14:49:22 +08:00
..
Button.stories.tsx fix(Button): update import path for Button component to reflect new structure 2025-11-10 19:35:46 +08:00
Checkbox.stories.tsx feat(checkbox): export CheckedState type and add checkbox/combobox to component index 2025-11-12 15:04:50 +08:00
Combobox.stories.tsx feat: add Combobox component with search and multi-select functionality 2025-11-06 17:24:45 +08:00
CopyButton.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
CustomTag.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
DividerWithText.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
EmojiAvatar.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
EmojiIcon.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
ErrorBoundary.stories.tsx refactor: update imports and button event handlers in story files 2025-11-03 19:17:50 +08:00
IndicatorLight.stories.tsx chore: remove unused CSS files and update Storybook configurations 2025-11-03 18:31:48 +08:00
Kbd.stories.tsx refactor: comment out Tooltip integration in Kbd stories for cleanup 2025-11-18 17:59:36 +08:00
Pagination.stories.tsx feat: update @radix-ui/react-slot to version 1.2.4 and add Pagination component with stories 2025-11-20 14:49:22 +08:00
RadioGroup.stories.tsx feat(radioGroup): enhance RadioGroup component with size variants and add Storybook examples 2025-11-12 14:26:25 +08:00
Select.stories.tsx refactor(select): replace Selector component with new Select implementation in SettingsTab 2025-11-11 11:01:48 +08:00
Spinner.stories.tsx refactor: update imports and button event handlers in story files 2025-11-03 19:17:50 +08:00