Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
dabc124
feat: enhance Select component with additional stories and features
Aunshon Apr 2, 2026
377d091
feat: update ComboboxDropdownMenuDemo to improve dropdown menu struct…
Aunshon Apr 2, 2026
44af396
feat: enhance Combobox component with dropdown menu and dialog for la…
Aunshon Apr 2, 2026
2245416
feat: enhance ComboboxInput component with aria-invalid styles and tr…
Aunshon Apr 2, 2026
f2bc6b1
feat: enhance AsyncCombobox component with improved search functional…
Aunshon Apr 2, 2026
29dc014
feat: add AsyncMultiCombobox component with various demo stories
Aunshon Apr 2, 2026
c793a5a
feat: update AsyncMultiCombobox badge styles for improved appearance
Aunshon Apr 2, 2026
0c8f593
feat: improve AsyncMultiCombobox accessibility and interaction for di…
Aunshon Apr 2, 2026
725f193
feat: add static options demos for AsyncCombobox and AsyncMultiCombob…
Aunshon Apr 2, 2026
c171100
feat: add SmartMultiSelect and SmartSelect components with comprehens…
Aunshon Apr 2, 2026
cd7e13f
feat: enhance SmartSelect and SmartMultiSelect components with create…
Aunshon Apr 2, 2026
d426bb0
feat: optimize option handling in SmartSelect create functionality
Aunshon Apr 2, 2026
0bf9d64
feat: refactor addOption function to update filteredOptions in a sing…
Aunshon Apr 2, 2026
2a83360
feat: add create functionality and custom forms to SmartMultiSelect c…
Aunshon Apr 2, 2026
a76b96f
feat: replace ChevronsUpDownIcon with ChevronDownIcon in SmartMultiSe…
Aunshon Apr 2, 2026
6399e0a
feat: add Babel plugin to inject source code of wrapper functions int…
Aunshon Apr 2, 2026
e43b9af
feat: add Claude theme and dark theme to theme options
Aunshon Apr 2, 2026
7ca9cf5
Refactor code structure for improved readability and maintainability
Aunshon Apr 2, 2026
362de4c
Implement feature X to enhance user experience and optimize performance
Aunshon Apr 3, 2026
4560196
Implement feature X to enhance user experience and fix bug Y in module Z
Aunshon Apr 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
669 changes: 616 additions & 53 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@wordpress/hooks": "^4.39.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"input-otp": "^1.4.2",
"lucide-react": "^0.563.0",
"recharts": "^2.15.4",
Expand Down
Loading
Loading