@rfdtech/components 1.22.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +209 -81
- package/dist/adapters/next-adapter.d.ts.map +1 -1
- package/dist/components/app-header/AppHeader.d.ts.map +1 -1
- package/dist/components/app-header/AppHeaderNotificationItem.d.ts +3 -0
- package/dist/components/app-header/AppHeaderNotificationItem.d.ts.map +1 -0
- package/dist/components/app-header/AppHeaderProfile.d.ts +5 -0
- package/dist/components/app-header/AppHeaderProfile.d.ts.map +1 -1
- package/dist/components/app-header/index.d.ts +3 -1
- package/dist/components/app-header/index.d.ts.map +1 -1
- package/dist/components/app-switcher/AppIconTile.d.ts +10 -0
- package/dist/components/app-switcher/AppIconTile.d.ts.map +1 -0
- package/dist/components/app-switcher/AppSwitcher.d.ts +1 -1
- package/dist/components/app-switcher/AppSwitcher.d.ts.map +1 -1
- package/dist/components/app-switcher/AppSwitcherItem.d.ts.map +1 -1
- package/dist/components/app-switcher/IconPatterns.d.ts +8 -0
- package/dist/components/app-switcher/IconPatterns.d.ts.map +1 -0
- package/dist/components/app-switcher/SystemAppIcon.d.ts.map +1 -1
- package/dist/components/app-switcher/index.d.ts +2 -0
- package/dist/components/app-switcher/index.d.ts.map +1 -1
- package/dist/components/avatar/Avatar.d.ts.map +1 -1
- package/dist/components/bulk-import-modal/BulkImportModal.d.ts.map +1 -1
- package/dist/components/bulk-import-modal/steps/ValidateDataStep.d.ts.map +1 -1
- package/dist/components/button/Button.d.ts +1 -1
- package/dist/components/button/Button.d.ts.map +1 -1
- package/dist/components/button/Spinner.d.ts.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +4 -0
- package/dist/components/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/combobox/Combobox.test.d.ts +2 -0
- package/dist/components/combobox/Combobox.test.d.ts.map +1 -0
- package/dist/components/combobox/index.d.ts +3 -0
- package/dist/components/combobox/index.d.ts.map +1 -0
- package/dist/components/country-selector/CountrySelector.d.ts +7 -0
- package/dist/components/country-selector/CountrySelector.d.ts.map +1 -1
- package/dist/components/country-selector/index.d.ts +1 -0
- package/dist/components/country-selector/index.d.ts.map +1 -1
- package/dist/components/date-range-selector/DateRangeSelector.d.ts +2 -2
- package/dist/components/date-range-selector/DateRangeSelector.d.ts.map +1 -1
- package/dist/components/date-range-selector/index.d.ts +1 -1
- package/dist/components/date-range-selector/index.d.ts.map +1 -1
- package/dist/components/date-selector/DateSelector.d.ts.map +1 -1
- package/dist/components/dropdown/Dropdown.d.ts +1 -1
- package/dist/components/dropdown/Dropdown.d.ts.map +1 -1
- package/dist/components/export-button/ExportButton.d.ts +3 -0
- package/dist/components/export-button/ExportButton.d.ts.map +1 -0
- package/dist/components/export-button/ExportButton.test.d.ts +2 -0
- package/dist/components/export-button/ExportButton.test.d.ts.map +1 -0
- package/dist/components/export-button/index.d.ts +3 -0
- package/dist/components/export-button/index.d.ts.map +1 -0
- package/dist/components/launchpad/Launchpad.d.ts +4 -0
- package/dist/components/launchpad/Launchpad.d.ts.map +1 -0
- package/dist/components/launchpad/Launchpad.test.d.ts +2 -0
- package/dist/components/launchpad/Launchpad.test.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadGridIcon.d.ts +2 -0
- package/dist/components/launchpad/LaunchpadGridIcon.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadIconTile.d.ts +10 -0
- package/dist/components/launchpad/LaunchpadIconTile.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadItem.d.ts +8 -0
- package/dist/components/launchpad/LaunchpadItem.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadOverlays.d.ts +3 -0
- package/dist/components/launchpad/LaunchpadOverlays.d.ts.map +1 -0
- package/dist/components/launchpad/SystemLaunchpadIcon.d.ts +5 -0
- package/dist/components/launchpad/SystemLaunchpadIcon.d.ts.map +1 -0
- package/dist/components/launchpad/hooks/useLaunchpad.d.ts +3 -0
- package/dist/components/launchpad/hooks/useLaunchpad.d.ts.map +1 -0
- package/dist/components/launchpad/index.d.ts +10 -0
- package/dist/components/launchpad/index.d.ts.map +1 -0
- package/dist/components/metric-card/MetricCard.d.ts.map +1 -1
- package/dist/components/network-operator/NetworkOperator.d.ts +4 -0
- package/dist/components/network-operator/NetworkOperator.d.ts.map +1 -1
- package/dist/components/network-operator/index.d.ts +1 -0
- package/dist/components/network-operator/index.d.ts.map +1 -1
- package/dist/components/notice/Notice.d.ts +4 -0
- package/dist/components/notice/Notice.d.ts.map +1 -0
- package/dist/components/notice/Notice.test.d.ts +2 -0
- package/dist/components/notice/Notice.test.d.ts.map +1 -0
- package/dist/components/notice/index.d.ts +3 -0
- package/dist/components/notice/index.d.ts.map +1 -0
- package/dist/components/phone-number-input/PhoneNumberInput.d.ts.map +1 -1
- package/dist/components/popup/Popup.d.ts +15 -0
- package/dist/components/popup/Popup.d.ts.map +1 -0
- package/dist/components/popup/Popup.test.d.ts +2 -0
- package/dist/components/popup/Popup.test.d.ts.map +1 -0
- package/dist/components/popup/index.d.ts +3 -0
- package/dist/components/popup/index.d.ts.map +1 -0
- package/dist/components/profile-popover/ProfilePopover.d.ts +4 -0
- package/dist/components/profile-popover/ProfilePopover.d.ts.map +1 -0
- package/dist/components/profile-popover/ProfilePopover.test.d.ts +2 -0
- package/dist/components/profile-popover/ProfilePopover.test.d.ts.map +1 -0
- package/dist/components/profile-popover/index.d.ts +3 -0
- package/dist/components/profile-popover/index.d.ts.map +1 -0
- package/dist/components/role-select/RoleSelect.d.ts +4 -0
- package/dist/components/role-select/RoleSelect.d.ts.map +1 -0
- package/dist/components/role-select/RoleSelect.test.d.ts +2 -0
- package/dist/components/role-select/RoleSelect.test.d.ts.map +1 -0
- package/dist/components/role-select/index.d.ts +3 -0
- package/dist/components/role-select/index.d.ts.map +1 -0
- package/dist/components/section-header/SectionHeader.d.ts +7 -0
- package/dist/components/section-header/SectionHeader.d.ts.map +1 -0
- package/dist/components/section-header/SectionHeader.test.d.ts +2 -0
- package/dist/components/section-header/SectionHeader.test.d.ts.map +1 -0
- package/dist/components/section-header/index.d.ts +3 -0
- package/dist/components/section-header/index.d.ts.map +1 -0
- package/dist/components/sidebar/Sidebar.d.ts +1 -1
- package/dist/components/sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/sidebar/SidebarContext.d.ts +6 -0
- package/dist/components/sidebar/SidebarContext.d.ts.map +1 -1
- package/dist/components/sidebar/index.d.ts +1 -1
- package/dist/components/sidebar/index.d.ts.map +1 -1
- package/dist/components/switch/Switch.d.ts +4 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/switch/Switch.test.d.ts +2 -0
- package/dist/components/switch/Switch.test.d.ts.map +1 -0
- package/dist/components/switch/index.d.ts +3 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/table/Table.d.ts.map +1 -1
- package/dist/components/table/TableHeader.d.ts.map +1 -1
- package/dist/components/table/TablePagination.d.ts.map +1 -1
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/components/theme/cletTheme.d.ts +11 -0
- package/dist/components/theme/cletTheme.d.ts.map +1 -0
- package/dist/components/theme/cletTheme.test-d.d.ts +2 -0
- package/dist/components/theme/cletTheme.test-d.d.ts.map +1 -0
- package/dist/components/theme/cletTheme.test.d.ts +2 -0
- package/dist/components/theme/cletTheme.test.d.ts.map +1 -0
- package/dist/components/theme/index.d.ts +3 -1
- package/dist/components/theme/index.d.ts.map +1 -1
- package/dist/components/upload-field/UploadField.d.ts +5 -0
- package/dist/components/upload-field/UploadField.d.ts.map +1 -1
- package/dist/components/upload-field/index.d.ts +2 -2
- package/dist/components/upload-field/index.d.ts.map +1 -1
- package/dist/generated/components.theme.d.ts +313 -0
- package/dist/generated/components.theme.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useHasMounted.d.ts +10 -0
- package/dist/hooks/useHasMounted.d.ts.map +1 -0
- package/dist/hooks/useTableFilter.d.ts.map +1 -1
- package/dist/hooks/useTablePagination.d.ts.map +1 -1
- package/dist/hooks/useTableState.d.ts.map +1 -1
- package/dist/index.cjs +84 -56
- package/dist/index.css +1 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19025 -31594
- package/dist/mcp/cli.js +75 -0
- package/dist/mcp/docs.js +122 -0
- package/dist/mcp/generated/components.json +3601 -0
- package/dist/mcp/generated/examples.json +1233 -0
- package/dist/mcp/generated/index.meta.json +252 -0
- package/dist/mcp/generated/rules.json +629 -0
- package/dist/mcp/generated/search.json +1626 -0
- package/dist/mcp/generated/tokens.json +1022 -0
- package/dist/mcp/index.js +337 -0
- package/dist/mcp/indexer.js +370 -0
- package/dist/mcp/installers/claude.js +37 -0
- package/dist/mcp/installers/codex.js +24 -0
- package/dist/mcp/installers/cursor.js +33 -0
- package/dist/mcp/installers/doctor.js +36 -0
- package/dist/mcp/installers/opencode.js +36 -0
- package/dist/mcp/installers/setup.js +34 -0
- package/dist/mcp/installers/util.js +41 -0
- package/dist/mcp/paths.js +63 -0
- package/dist/mcp/skill/SKILL.md +36 -0
- package/dist/mcp/skill/image-to-components.md +49 -0
- package/dist/next-index.d.ts.map +1 -1
- package/dist/next.cjs +104 -94
- package/dist/next.css +1 -1
- package/dist/next.js +16275 -29977
- package/dist/types/app-header.d.ts +52 -13
- package/dist/types/app-header.d.ts.map +1 -1
- package/dist/types/app-switcher.d.ts +10 -1
- package/dist/types/app-switcher.d.ts.map +1 -1
- package/dist/types/avatar.d.ts +9 -0
- package/dist/types/avatar.d.ts.map +1 -1
- package/dist/types/combobox.d.ts +43 -0
- package/dist/types/combobox.d.ts.map +1 -0
- package/dist/types/country-selector.d.ts +4 -0
- package/dist/types/country-selector.d.ts.map +1 -1
- package/dist/types/date-range-selector.d.ts +11 -0
- package/dist/types/date-range-selector.d.ts.map +1 -1
- package/dist/types/dropdown.d.ts +8 -0
- package/dist/types/dropdown.d.ts.map +1 -1
- package/dist/types/export-button.d.ts +24 -0
- package/dist/types/export-button.d.ts.map +1 -0
- package/dist/types/launchpad.d.ts +79 -0
- package/dist/types/launchpad.d.ts.map +1 -0
- package/dist/types/metric-card.d.ts +4 -0
- package/dist/types/metric-card.d.ts.map +1 -1
- package/dist/types/network-operator.d.ts +8 -0
- package/dist/types/network-operator.d.ts.map +1 -1
- package/dist/types/notice.d.ts +24 -0
- package/dist/types/notice.d.ts.map +1 -0
- package/dist/types/popup.d.ts +43 -0
- package/dist/types/popup.d.ts.map +1 -0
- package/dist/types/profile-popover.d.ts +97 -0
- package/dist/types/profile-popover.d.ts.map +1 -0
- package/dist/types/role-select.d.ts +28 -0
- package/dist/types/role-select.d.ts.map +1 -0
- package/dist/types/section-header.d.ts +26 -0
- package/dist/types/section-header.d.ts.map +1 -0
- package/dist/types/sidebar.d.ts +5 -0
- package/dist/types/sidebar.d.ts.map +1 -1
- package/dist/types/switch.d.ts +24 -0
- package/dist/types/switch.d.ts.map +1 -0
- package/dist/types/table.d.ts +23 -1
- package/dist/types/table.d.ts.map +1 -1
- package/dist/types/theme.d.ts +28 -8
- package/dist/types/theme.d.ts.map +1 -1
- package/dist/types/upload-field.d.ts +23 -0
- package/dist/types/upload-field.d.ts.map +1 -1
- package/dist/utils/export.d.ts +15 -0
- package/dist/utils/export.d.ts.map +1 -0
- package/dist/utils/stringToColor.d.ts +25 -0
- package/dist/utils/stringToColor.d.ts.map +1 -1
- package/package.json +29 -10
- package/scripts/postinstall.mjs +40 -0
|
@@ -0,0 +1,1626 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"slug": "app-header",
|
|
4
|
+
"name": "AppHeader",
|
|
5
|
+
"category": "Components",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"app header",
|
|
8
|
+
"header bar",
|
|
9
|
+
"top bar",
|
|
10
|
+
"navbar",
|
|
11
|
+
"search bar",
|
|
12
|
+
"profile menu",
|
|
13
|
+
"notifications"
|
|
14
|
+
],
|
|
15
|
+
"description": "Top bar with search and profile",
|
|
16
|
+
"headings": [
|
|
17
|
+
"AppHeader",
|
|
18
|
+
"Example",
|
|
19
|
+
"Variants",
|
|
20
|
+
"Components",
|
|
21
|
+
"`AppHeader`",
|
|
22
|
+
"`AppHeaderActions`",
|
|
23
|
+
"`AppHeaderBranding`",
|
|
24
|
+
"`AppHeaderSearch`",
|
|
25
|
+
"`AppHeaderNotifications`",
|
|
26
|
+
"`AppHeaderNotificationItem`",
|
|
27
|
+
"Profile trigger",
|
|
28
|
+
"Types",
|
|
29
|
+
"`AppHeaderProps`",
|
|
30
|
+
"`AppHeaderActionsProps`",
|
|
31
|
+
"`AppHeaderBrandingProps`",
|
|
32
|
+
"`AppHeaderSearchProps`",
|
|
33
|
+
"`AppHeaderSearchDataGroup`",
|
|
34
|
+
"`AppHeaderSearchItem`",
|
|
35
|
+
"`AppHeaderNotificationsProps`",
|
|
36
|
+
"`AppHeaderNotificationItemProps`",
|
|
37
|
+
"`AppHeaderNotificationItemClassNames`",
|
|
38
|
+
"`AppHeaderProfileProps` (deprecated)",
|
|
39
|
+
"Notes",
|
|
40
|
+
"Design tokens",
|
|
41
|
+
"AppHeader",
|
|
42
|
+
"Avatar"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"slug": "app-layout",
|
|
47
|
+
"name": "AppLayout",
|
|
48
|
+
"category": "Components",
|
|
49
|
+
"keywords": [
|
|
50
|
+
"app layout",
|
|
51
|
+
"application shell",
|
|
52
|
+
"layout container",
|
|
53
|
+
"sidebar layout",
|
|
54
|
+
"page shell"
|
|
55
|
+
],
|
|
56
|
+
"description": "Application shell layout",
|
|
57
|
+
"headings": [
|
|
58
|
+
"AppLayout",
|
|
59
|
+
"Example",
|
|
60
|
+
"Variants",
|
|
61
|
+
"Components",
|
|
62
|
+
"`AppLayout`",
|
|
63
|
+
"`AppSidebar`",
|
|
64
|
+
"`AppBody`",
|
|
65
|
+
"Breadcrumbs",
|
|
66
|
+
"Types",
|
|
67
|
+
"`AppLayoutProps`",
|
|
68
|
+
"`AppSidebarProps`",
|
|
69
|
+
"`AppBodyProps`",
|
|
70
|
+
"Design tokens",
|
|
71
|
+
"Notes"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"slug": "app-switcher",
|
|
76
|
+
"name": "AppSwitcher",
|
|
77
|
+
"category": "Components",
|
|
78
|
+
"keywords": [
|
|
79
|
+
"app switcher",
|
|
80
|
+
"9-dot menu",
|
|
81
|
+
"app launcher",
|
|
82
|
+
"product switcher",
|
|
83
|
+
"grid menu",
|
|
84
|
+
"deprecated"
|
|
85
|
+
],
|
|
86
|
+
"description": "Deprecated — use Launchpad instead",
|
|
87
|
+
"headings": [
|
|
88
|
+
"AppSwitcher",
|
|
89
|
+
"Examples",
|
|
90
|
+
"Props",
|
|
91
|
+
"Types",
|
|
92
|
+
"`AppItem`",
|
|
93
|
+
"`AppSwitcherProps`",
|
|
94
|
+
"Hooks",
|
|
95
|
+
"Design tokens",
|
|
96
|
+
"Notes"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"slug": "badge",
|
|
101
|
+
"name": "Badge",
|
|
102
|
+
"category": "Components",
|
|
103
|
+
"keywords": [
|
|
104
|
+
"badge",
|
|
105
|
+
"status label",
|
|
106
|
+
"count badge",
|
|
107
|
+
"pill",
|
|
108
|
+
"tag"
|
|
109
|
+
],
|
|
110
|
+
"description": "Status and count label",
|
|
111
|
+
"headings": [
|
|
112
|
+
"Badge",
|
|
113
|
+
"Example",
|
|
114
|
+
"Props",
|
|
115
|
+
"Types",
|
|
116
|
+
"`BadgeProps`",
|
|
117
|
+
"`BadgeClassNames`",
|
|
118
|
+
"`BadgeVariant`",
|
|
119
|
+
"`BadgeSize`",
|
|
120
|
+
"Design tokens",
|
|
121
|
+
"Notes"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"slug": "breadcrumb",
|
|
126
|
+
"name": "Breadcrumb",
|
|
127
|
+
"category": "Components",
|
|
128
|
+
"keywords": [
|
|
129
|
+
"breadcrumb",
|
|
130
|
+
"page trail",
|
|
131
|
+
"navigation trail",
|
|
132
|
+
"crumb",
|
|
133
|
+
"path navigation"
|
|
134
|
+
],
|
|
135
|
+
"description": "Page trail navigation",
|
|
136
|
+
"headings": [
|
|
137
|
+
"Breadcrumb",
|
|
138
|
+
"Example",
|
|
139
|
+
"React Router",
|
|
140
|
+
"Components",
|
|
141
|
+
"`Breadcrumb`",
|
|
142
|
+
"`BreadcrumbList`",
|
|
143
|
+
"`BreadcrumbItem`",
|
|
144
|
+
"`BreadcrumbLink`",
|
|
145
|
+
"`BreadcrumbPage`",
|
|
146
|
+
"`BreadcrumbSeparator`",
|
|
147
|
+
"`BreadcrumbEllipsis`",
|
|
148
|
+
"Types",
|
|
149
|
+
"Design tokens",
|
|
150
|
+
"Notes"
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"slug": "bulk-import-modal",
|
|
155
|
+
"name": "BulkImportModal",
|
|
156
|
+
"category": "Components",
|
|
157
|
+
"keywords": [
|
|
158
|
+
"bulk import",
|
|
159
|
+
"csv upload",
|
|
160
|
+
"xlsx import",
|
|
161
|
+
"spreadsheet import",
|
|
162
|
+
"batch import"
|
|
163
|
+
],
|
|
164
|
+
"description": "Spreadsheet import wizard",
|
|
165
|
+
"headings": [
|
|
166
|
+
"BulkImportModal",
|
|
167
|
+
"Example",
|
|
168
|
+
"Steps",
|
|
169
|
+
"Props",
|
|
170
|
+
"Design tokens",
|
|
171
|
+
"Notes"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"slug": "button",
|
|
176
|
+
"name": "Button",
|
|
177
|
+
"category": "Components",
|
|
178
|
+
"keywords": [
|
|
179
|
+
"button",
|
|
180
|
+
"cta",
|
|
181
|
+
"action button",
|
|
182
|
+
"submit button",
|
|
183
|
+
"click",
|
|
184
|
+
"primary button"
|
|
185
|
+
],
|
|
186
|
+
"description": "Action button with variants",
|
|
187
|
+
"headings": [
|
|
188
|
+
"Button",
|
|
189
|
+
"Example",
|
|
190
|
+
"Props",
|
|
191
|
+
"Types",
|
|
192
|
+
"`ButtonProps`",
|
|
193
|
+
"`ButtonClassNames`",
|
|
194
|
+
"`ButtonVariant`",
|
|
195
|
+
"`ButtonSize`",
|
|
196
|
+
"Design tokens",
|
|
197
|
+
"Notes",
|
|
198
|
+
"Do",
|
|
199
|
+
"Don't"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"slug": "card",
|
|
204
|
+
"name": "Card",
|
|
205
|
+
"category": "Components",
|
|
206
|
+
"keywords": [
|
|
207
|
+
"card",
|
|
208
|
+
"surface",
|
|
209
|
+
"container",
|
|
210
|
+
"panel",
|
|
211
|
+
"content wrapper"
|
|
212
|
+
],
|
|
213
|
+
"description": "Surface card container",
|
|
214
|
+
"headings": [
|
|
215
|
+
"Card",
|
|
216
|
+
"Example",
|
|
217
|
+
"Card",
|
|
218
|
+
"CardHeader",
|
|
219
|
+
"CardTitle",
|
|
220
|
+
"CardActions",
|
|
221
|
+
"Design tokens",
|
|
222
|
+
"Notes",
|
|
223
|
+
"Do",
|
|
224
|
+
"Don't"
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"slug": "changelog",
|
|
229
|
+
"name": "Changelog",
|
|
230
|
+
"category": "Guide",
|
|
231
|
+
"keywords": [
|
|
232
|
+
"changelog",
|
|
233
|
+
"release notes",
|
|
234
|
+
"version history",
|
|
235
|
+
"whats new"
|
|
236
|
+
],
|
|
237
|
+
"description": "Release history",
|
|
238
|
+
"headings": [
|
|
239
|
+
"Changelog",
|
|
240
|
+
"[Unreleased]",
|
|
241
|
+
"[2.0.1] - 2026-07-16",
|
|
242
|
+
"Added",
|
|
243
|
+
"Breaking",
|
|
244
|
+
"Deprecated",
|
|
245
|
+
"Changed",
|
|
246
|
+
"Fixed",
|
|
247
|
+
"[2.0.0] - 2026-07-11",
|
|
248
|
+
"Breaking",
|
|
249
|
+
"Added",
|
|
250
|
+
"Changed",
|
|
251
|
+
"[1.22.0] - 2026-07-07",
|
|
252
|
+
"Added",
|
|
253
|
+
"Changed",
|
|
254
|
+
"Fixed",
|
|
255
|
+
"Removed",
|
|
256
|
+
"[1.20.0] - 2026-06-28",
|
|
257
|
+
"Added",
|
|
258
|
+
"Changed",
|
|
259
|
+
"Fixed",
|
|
260
|
+
"Removed",
|
|
261
|
+
"[1.19.0] - 2026-06-26",
|
|
262
|
+
"Added",
|
|
263
|
+
"Changed",
|
|
264
|
+
"Fixed",
|
|
265
|
+
"[1.18.1] - 2026-06-22",
|
|
266
|
+
"Fixed",
|
|
267
|
+
"Changed",
|
|
268
|
+
"[1.18.0] - 2026-06-21",
|
|
269
|
+
"Breaking",
|
|
270
|
+
"Added",
|
|
271
|
+
"Changed",
|
|
272
|
+
"[1.17.0] - 2026-06-20",
|
|
273
|
+
"Added",
|
|
274
|
+
"Changed",
|
|
275
|
+
"Fixed",
|
|
276
|
+
"[1.16.1] - 2026-06-19",
|
|
277
|
+
"Added",
|
|
278
|
+
"Fixed",
|
|
279
|
+
"Changed",
|
|
280
|
+
"[1.16.0] - 2026-06-19",
|
|
281
|
+
"Added",
|
|
282
|
+
"Changed",
|
|
283
|
+
"Fixed",
|
|
284
|
+
"[1.15.2] - 2026-06-19",
|
|
285
|
+
"Added",
|
|
286
|
+
"[1.15.1] - 2026-06-19",
|
|
287
|
+
"Changed",
|
|
288
|
+
"Fixed",
|
|
289
|
+
"Added",
|
|
290
|
+
"[1.14.0] - 2026-06-18",
|
|
291
|
+
"Changed",
|
|
292
|
+
"[1.13.2] - 2026-06-18",
|
|
293
|
+
"Changed",
|
|
294
|
+
"[1.13.1] - 2026-06-18",
|
|
295
|
+
"Added",
|
|
296
|
+
"Changed",
|
|
297
|
+
"Cleanups",
|
|
298
|
+
"Fixes",
|
|
299
|
+
"[1.13.0] - 2026-06-18",
|
|
300
|
+
"Added",
|
|
301
|
+
"Changed",
|
|
302
|
+
"[1.12.0] - 2026-06-18",
|
|
303
|
+
"Fixed",
|
|
304
|
+
"Changed",
|
|
305
|
+
"[1.11.0] - 2026-06-18",
|
|
306
|
+
"Added",
|
|
307
|
+
"[1.10.0] - 2026-06-18",
|
|
308
|
+
"[1.9.0] - 2026-06-17",
|
|
309
|
+
"Added",
|
|
310
|
+
"Changed",
|
|
311
|
+
"[1.8.0] - 2026-06-15",
|
|
312
|
+
"Added",
|
|
313
|
+
"Changed",
|
|
314
|
+
"Removed",
|
|
315
|
+
"[1.7.0] - 2026-06-15",
|
|
316
|
+
"Added",
|
|
317
|
+
"Changed",
|
|
318
|
+
"[1.5.0] - 2026-06-15",
|
|
319
|
+
"Added",
|
|
320
|
+
"Changed",
|
|
321
|
+
"[1.4.0] - 2026-06-14",
|
|
322
|
+
"Added",
|
|
323
|
+
"Changed",
|
|
324
|
+
"Removed",
|
|
325
|
+
"[1.3.0] - 2026-06-14",
|
|
326
|
+
"Added",
|
|
327
|
+
"Changed",
|
|
328
|
+
"[1.2.0] - 2026-06-14",
|
|
329
|
+
"Added",
|
|
330
|
+
"Changed",
|
|
331
|
+
"Removed",
|
|
332
|
+
"[1.0.3] - 2026-06-12",
|
|
333
|
+
"Added",
|
|
334
|
+
"[1.0.2] - 2026-06-12",
|
|
335
|
+
"Added",
|
|
336
|
+
"Changed",
|
|
337
|
+
"[1.0.0] - 2026-06-11",
|
|
338
|
+
"Added",
|
|
339
|
+
"Changed",
|
|
340
|
+
"Removed",
|
|
341
|
+
"[0.4.0] - 2026-06-11",
|
|
342
|
+
"Added",
|
|
343
|
+
"Changed"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"slug": "checkbox",
|
|
348
|
+
"name": "Checkbox",
|
|
349
|
+
"category": "Components",
|
|
350
|
+
"keywords": [
|
|
351
|
+
"checkbox",
|
|
352
|
+
"toggle",
|
|
353
|
+
"boolean input",
|
|
354
|
+
"form checkbox"
|
|
355
|
+
],
|
|
356
|
+
"description": "Accessible checkbox",
|
|
357
|
+
"headings": [
|
|
358
|
+
"Checkbox",
|
|
359
|
+
"Example",
|
|
360
|
+
"Props",
|
|
361
|
+
"Types",
|
|
362
|
+
"`CheckboxProps`",
|
|
363
|
+
"`CheckboxClassNames`",
|
|
364
|
+
"Design tokens",
|
|
365
|
+
"Notes"
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"slug": "combobox",
|
|
370
|
+
"name": "Combobox",
|
|
371
|
+
"category": "Components",
|
|
372
|
+
"keywords": [
|
|
373
|
+
"combobox",
|
|
374
|
+
"multi select",
|
|
375
|
+
"searchable select",
|
|
376
|
+
"autocomplete",
|
|
377
|
+
"typeahead"
|
|
378
|
+
],
|
|
379
|
+
"description": "Searchable single- and multi-select popover list",
|
|
380
|
+
"headings": [
|
|
381
|
+
"Combobox",
|
|
382
|
+
"Example",
|
|
383
|
+
"Props",
|
|
384
|
+
"Types",
|
|
385
|
+
"`ComboboxProps`",
|
|
386
|
+
"`ComboboxOption`",
|
|
387
|
+
"`ComboboxClassNames`",
|
|
388
|
+
"Design tokens",
|
|
389
|
+
"Notes"
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"slug": "command",
|
|
394
|
+
"name": "Command",
|
|
395
|
+
"category": "Components",
|
|
396
|
+
"keywords": [
|
|
397
|
+
"command palette",
|
|
398
|
+
"cmd k",
|
|
399
|
+
"search menu",
|
|
400
|
+
"combobox",
|
|
401
|
+
"quick actions"
|
|
402
|
+
],
|
|
403
|
+
"description": "Command palette and inline search",
|
|
404
|
+
"headings": [
|
|
405
|
+
"Command",
|
|
406
|
+
"Inline example",
|
|
407
|
+
"Dialog example",
|
|
408
|
+
"Components",
|
|
409
|
+
"`Command`",
|
|
410
|
+
"`CommandDialog`",
|
|
411
|
+
"`CommandInput`",
|
|
412
|
+
"`CommandList`",
|
|
413
|
+
"`CommandEmpty`",
|
|
414
|
+
"`CommandGroup`",
|
|
415
|
+
"`CommandItem`",
|
|
416
|
+
"`CommandSeparator`",
|
|
417
|
+
"`CommandLoading`",
|
|
418
|
+
"`CommandShortcut`",
|
|
419
|
+
"`useCommandShortcut`",
|
|
420
|
+
"Types",
|
|
421
|
+
"`CommandProps`",
|
|
422
|
+
"`CommandDialogProps`",
|
|
423
|
+
"`CommandInputProps` / `CommandListProps` / `CommandEmptyProps`",
|
|
424
|
+
"`CommandGroupProps` / `CommandItemProps` / `CommandSeparatorProps` / `CommandLoadingProps`",
|
|
425
|
+
"`CommandShortcutProps`",
|
|
426
|
+
"`UseCommandShortcutOptions`",
|
|
427
|
+
"`*ClassNames`",
|
|
428
|
+
"Design tokens",
|
|
429
|
+
"Notes"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"slug": "country-selector",
|
|
434
|
+
"name": "CountrySelector",
|
|
435
|
+
"category": "Components",
|
|
436
|
+
"keywords": [
|
|
437
|
+
"country selector",
|
|
438
|
+
"country picker",
|
|
439
|
+
"flag dropdown",
|
|
440
|
+
"iso code select",
|
|
441
|
+
"deprecated"
|
|
442
|
+
],
|
|
443
|
+
"description": "Deprecated — use Combobox or PhoneNumberInput",
|
|
444
|
+
"headings": [
|
|
445
|
+
"CountrySelector",
|
|
446
|
+
"Example",
|
|
447
|
+
"Props",
|
|
448
|
+
"Usage with react-hook-form",
|
|
449
|
+
"Types",
|
|
450
|
+
"`CountrySelectorProps`",
|
|
451
|
+
"`CountrySelectorClassNames`",
|
|
452
|
+
"Design tokens",
|
|
453
|
+
"Notes"
|
|
454
|
+
]
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"slug": "date-range-selector",
|
|
458
|
+
"name": "DateRangeSelector",
|
|
459
|
+
"category": "Components",
|
|
460
|
+
"keywords": [
|
|
461
|
+
"date range",
|
|
462
|
+
"date range picker",
|
|
463
|
+
"calendar range",
|
|
464
|
+
"start and end date",
|
|
465
|
+
"date filter"
|
|
466
|
+
],
|
|
467
|
+
"description": "Date range picker",
|
|
468
|
+
"headings": [
|
|
469
|
+
"DateRangeSelector",
|
|
470
|
+
"Example",
|
|
471
|
+
"With quick-select presets",
|
|
472
|
+
"Inside a table filter",
|
|
473
|
+
"Props",
|
|
474
|
+
"Usage with react-hook-form",
|
|
475
|
+
"Types",
|
|
476
|
+
"`DateRangeValue`",
|
|
477
|
+
"`DateRangeSelectorProps`",
|
|
478
|
+
"`DateRangePreset`",
|
|
479
|
+
"`DateRangeSelectorClassNames`",
|
|
480
|
+
"Design tokens",
|
|
481
|
+
"Notes",
|
|
482
|
+
"Don't"
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"slug": "date-selector",
|
|
487
|
+
"name": "DateSelector",
|
|
488
|
+
"category": "Components",
|
|
489
|
+
"keywords": [
|
|
490
|
+
"date",
|
|
491
|
+
"date picker",
|
|
492
|
+
"calendar",
|
|
493
|
+
"single date"
|
|
494
|
+
],
|
|
495
|
+
"description": "Calendar date picker",
|
|
496
|
+
"headings": [
|
|
497
|
+
"DateSelector",
|
|
498
|
+
"Example",
|
|
499
|
+
"Props",
|
|
500
|
+
"Usage with react-hook-form",
|
|
501
|
+
"Types",
|
|
502
|
+
"`DateSelectorProps`",
|
|
503
|
+
"`DateSelectorClassNames`",
|
|
504
|
+
"Design tokens",
|
|
505
|
+
"Notes",
|
|
506
|
+
"Don't"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"slug": "dialog",
|
|
511
|
+
"name": "Dialog",
|
|
512
|
+
"category": "Components",
|
|
513
|
+
"keywords": [
|
|
514
|
+
"dialog",
|
|
515
|
+
"modal dialog",
|
|
516
|
+
"popup",
|
|
517
|
+
"confirm dialog",
|
|
518
|
+
"overlay"
|
|
519
|
+
],
|
|
520
|
+
"description": "Modal dialog",
|
|
521
|
+
"headings": [
|
|
522
|
+
"Dialog",
|
|
523
|
+
"Example",
|
|
524
|
+
"URL state",
|
|
525
|
+
"Components",
|
|
526
|
+
"`Dialog`",
|
|
527
|
+
"`DialogTrigger`",
|
|
528
|
+
"`DialogPortal`",
|
|
529
|
+
"`DialogOverlay`",
|
|
530
|
+
"`DialogContent`",
|
|
531
|
+
"`DialogTitle`",
|
|
532
|
+
"`DialogDescription`",
|
|
533
|
+
"Other exports",
|
|
534
|
+
"Types",
|
|
535
|
+
"`DialogOverlayProps`",
|
|
536
|
+
"`DialogContentProps`",
|
|
537
|
+
"`DialogTitleProps` / `DialogDescriptionProps`",
|
|
538
|
+
"`DialogOverlayClassNames`",
|
|
539
|
+
"`DialogContentClassNames`",
|
|
540
|
+
"`DialogTitleClassNames`",
|
|
541
|
+
"`DialogDescriptionClassNames`",
|
|
542
|
+
"Design tokens",
|
|
543
|
+
"Notes",
|
|
544
|
+
"Do",
|
|
545
|
+
"Don't"
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"slug": "draggable",
|
|
550
|
+
"name": "Draggable",
|
|
551
|
+
"category": "Components",
|
|
552
|
+
"keywords": [
|
|
553
|
+
"draggable",
|
|
554
|
+
"drag panel",
|
|
555
|
+
"repositionable",
|
|
556
|
+
"drag and drop",
|
|
557
|
+
"movable panel"
|
|
558
|
+
],
|
|
559
|
+
"description": "Repositionable panel",
|
|
560
|
+
"headings": [
|
|
561
|
+
"Draggable",
|
|
562
|
+
"Handle drag",
|
|
563
|
+
"Root drag",
|
|
564
|
+
"List sort",
|
|
565
|
+
"Components",
|
|
566
|
+
"`Draggable`",
|
|
567
|
+
"`DraggableHandle`",
|
|
568
|
+
"`useDraggable`",
|
|
569
|
+
"Types",
|
|
570
|
+
"`DraggablePosition`",
|
|
571
|
+
"`DraggableAxis`",
|
|
572
|
+
"`DraggableBounds`",
|
|
573
|
+
"`DraggableClassNames`",
|
|
574
|
+
"Notes"
|
|
575
|
+
]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"slug": "dropdown",
|
|
579
|
+
"name": "Dropdown",
|
|
580
|
+
"category": "Components",
|
|
581
|
+
"keywords": [
|
|
582
|
+
"dropdown",
|
|
583
|
+
"select",
|
|
584
|
+
"combobox",
|
|
585
|
+
"option picker"
|
|
586
|
+
],
|
|
587
|
+
"description": "Select dropdown",
|
|
588
|
+
"headings": [
|
|
589
|
+
"Dropdown",
|
|
590
|
+
"Example",
|
|
591
|
+
"Disabled and custom rendering",
|
|
592
|
+
"Props",
|
|
593
|
+
"Types",
|
|
594
|
+
"`DropdownProps`",
|
|
595
|
+
"`DropdownOption`",
|
|
596
|
+
"`DropdownClassNames`",
|
|
597
|
+
"Design tokens",
|
|
598
|
+
"Notes",
|
|
599
|
+
"Custom rendering with `formatOption`",
|
|
600
|
+
"Do",
|
|
601
|
+
"Don't"
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"slug": "export-button",
|
|
606
|
+
"name": "ExportButton",
|
|
607
|
+
"category": "Components",
|
|
608
|
+
"keywords": [
|
|
609
|
+
"export",
|
|
610
|
+
"download",
|
|
611
|
+
"csv",
|
|
612
|
+
"excel",
|
|
613
|
+
"xlsx",
|
|
614
|
+
"pdf",
|
|
615
|
+
"print",
|
|
616
|
+
"report"
|
|
617
|
+
],
|
|
618
|
+
"description": "Export tabular data to CSV, Excel, or PDF",
|
|
619
|
+
"headings": [
|
|
620
|
+
"ExportButton",
|
|
621
|
+
"Examples",
|
|
622
|
+
"Props",
|
|
623
|
+
"Types",
|
|
624
|
+
"`ExportColumn`",
|
|
625
|
+
"`ExportFormat`",
|
|
626
|
+
"`ExportMeta`",
|
|
627
|
+
"Using the export functions directly",
|
|
628
|
+
"Notes"
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"slug": "form-field",
|
|
633
|
+
"name": "FormField",
|
|
634
|
+
"category": "Components",
|
|
635
|
+
"keywords": [
|
|
636
|
+
"form field",
|
|
637
|
+
"react hook form",
|
|
638
|
+
"form validation",
|
|
639
|
+
"zod",
|
|
640
|
+
"controller"
|
|
641
|
+
],
|
|
642
|
+
"description": "RHF form adapters",
|
|
643
|
+
"headings": [
|
|
644
|
+
"FormField",
|
|
645
|
+
"Example",
|
|
646
|
+
"Setup",
|
|
647
|
+
"Zod validation",
|
|
648
|
+
"`register()` shortcut",
|
|
649
|
+
"Components",
|
|
650
|
+
"`Form`",
|
|
651
|
+
"`FormField`",
|
|
652
|
+
"`useFormField`",
|
|
653
|
+
"Types",
|
|
654
|
+
"`FormProps`",
|
|
655
|
+
"`FormFieldProps`",
|
|
656
|
+
"`UseFormFieldReturn`",
|
|
657
|
+
"Notes",
|
|
658
|
+
"Do",
|
|
659
|
+
"Don't"
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"slug": "form",
|
|
664
|
+
"name": "Form",
|
|
665
|
+
"category": "Components",
|
|
666
|
+
"keywords": [
|
|
667
|
+
"form",
|
|
668
|
+
"field",
|
|
669
|
+
"input",
|
|
670
|
+
"textarea",
|
|
671
|
+
"label",
|
|
672
|
+
"form validation"
|
|
673
|
+
],
|
|
674
|
+
"description": "Form field primitives",
|
|
675
|
+
"headings": [
|
|
676
|
+
"Form",
|
|
677
|
+
"Example",
|
|
678
|
+
"Form inside a Modal, with an async submit",
|
|
679
|
+
"Field anatomy",
|
|
680
|
+
"Components",
|
|
681
|
+
"`Field`",
|
|
682
|
+
"`FieldLabel` / `FieldDescription` / `FieldError` / `FieldControl`",
|
|
683
|
+
"`Input`",
|
|
684
|
+
"`Textarea`",
|
|
685
|
+
"Types",
|
|
686
|
+
"`FieldClassNames`",
|
|
687
|
+
"`InputClassNames` / `TextareaClassNames`",
|
|
688
|
+
"Design tokens",
|
|
689
|
+
"Input",
|
|
690
|
+
"Textarea",
|
|
691
|
+
"Field",
|
|
692
|
+
"Notes",
|
|
693
|
+
"Do",
|
|
694
|
+
"Don't"
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"slug": "getting-started",
|
|
699
|
+
"name": "Getting started",
|
|
700
|
+
"category": "Guide",
|
|
701
|
+
"keywords": [
|
|
702
|
+
"getting started",
|
|
703
|
+
"installation",
|
|
704
|
+
"setup",
|
|
705
|
+
"install",
|
|
706
|
+
"quick start"
|
|
707
|
+
],
|
|
708
|
+
"description": "Installation and setup",
|
|
709
|
+
"headings": [
|
|
710
|
+
"Getting started",
|
|
711
|
+
"Install",
|
|
712
|
+
"Styles",
|
|
713
|
+
"Theme",
|
|
714
|
+
"Basic usage",
|
|
715
|
+
"Requirements",
|
|
716
|
+
"Theming",
|
|
717
|
+
"Tips"
|
|
718
|
+
]
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"slug": "hooks",
|
|
722
|
+
"name": "Hooks",
|
|
723
|
+
"category": "Guide",
|
|
724
|
+
"keywords": [
|
|
725
|
+
"hooks",
|
|
726
|
+
"use dialog search param",
|
|
727
|
+
"url state",
|
|
728
|
+
"use debounce",
|
|
729
|
+
"use toast"
|
|
730
|
+
],
|
|
731
|
+
"description": "Shared React hooks",
|
|
732
|
+
"headings": [
|
|
733
|
+
"Hooks",
|
|
734
|
+
"Example",
|
|
735
|
+
"`useDialogSearchParam`",
|
|
736
|
+
"Flat data params",
|
|
737
|
+
"`useModalSearchParam`",
|
|
738
|
+
"`useSearchParamOverlay`",
|
|
739
|
+
"React Router",
|
|
740
|
+
"Adapters",
|
|
741
|
+
"`createBrowserSearchParamAdapter`",
|
|
742
|
+
"`createSearchParamAdapter`",
|
|
743
|
+
"Data utilities",
|
|
744
|
+
"Types",
|
|
745
|
+
"`SearchParamAdapter`",
|
|
746
|
+
"`SearchParamOverlayState<TData>`",
|
|
747
|
+
"`SearchParamOverlayData`",
|
|
748
|
+
"`UseSearchParamOverlayReturn<TData>`",
|
|
749
|
+
"Notes",
|
|
750
|
+
"`useConfirmBeforeUnload`",
|
|
751
|
+
"`useDebounce`",
|
|
752
|
+
"`useTableState`",
|
|
753
|
+
"`useTablePagination`"
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"slug": "launchpad",
|
|
758
|
+
"name": "Launchpad",
|
|
759
|
+
"category": "Components",
|
|
760
|
+
"keywords": [
|
|
761
|
+
"launchpad",
|
|
762
|
+
"app switcher",
|
|
763
|
+
"9-dot menu",
|
|
764
|
+
"app launcher",
|
|
765
|
+
"product switcher",
|
|
766
|
+
"grid menu"
|
|
767
|
+
],
|
|
768
|
+
"description": "Constrained 9-app launcher with a built-in expand button + required role switcher",
|
|
769
|
+
"headings": [
|
|
770
|
+
"Launchpad",
|
|
771
|
+
"Examples",
|
|
772
|
+
"Props",
|
|
773
|
+
"Types",
|
|
774
|
+
"`LaunchpadApp`",
|
|
775
|
+
"`LaunchpadProps`",
|
|
776
|
+
"Hooks",
|
|
777
|
+
"Design tokens",
|
|
778
|
+
"Notes"
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"slug": "metric-card",
|
|
783
|
+
"name": "MetricCard",
|
|
784
|
+
"category": "Components",
|
|
785
|
+
"keywords": [
|
|
786
|
+
"metric card",
|
|
787
|
+
"stat card",
|
|
788
|
+
"kpi card",
|
|
789
|
+
"dashboard metric",
|
|
790
|
+
"trend indicator"
|
|
791
|
+
],
|
|
792
|
+
"description": "Metric display card",
|
|
793
|
+
"headings": [
|
|
794
|
+
"MetricCard",
|
|
795
|
+
"Example",
|
|
796
|
+
"Loading state",
|
|
797
|
+
"Props",
|
|
798
|
+
"Variants",
|
|
799
|
+
"Outline variant",
|
|
800
|
+
"Types",
|
|
801
|
+
"`MetricCardProps`",
|
|
802
|
+
"`MetricCardClassNames`",
|
|
803
|
+
"Design tokens",
|
|
804
|
+
"Notes",
|
|
805
|
+
"Do"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"slug": "migration-v2",
|
|
810
|
+
"name": "Migration guide: v1 → v2",
|
|
811
|
+
"category": "Guide",
|
|
812
|
+
"keywords": [
|
|
813
|
+
"migration",
|
|
814
|
+
"upgrade",
|
|
815
|
+
"v2",
|
|
816
|
+
"breaking changes",
|
|
817
|
+
"deprecated",
|
|
818
|
+
"new design system",
|
|
819
|
+
"AppHeaderProfile",
|
|
820
|
+
"ProfilePopover",
|
|
821
|
+
"Launchpad",
|
|
822
|
+
"AppSwitcher",
|
|
823
|
+
"rebrand",
|
|
824
|
+
"AppLayout",
|
|
825
|
+
"Sidebar",
|
|
826
|
+
"RoleSelect",
|
|
827
|
+
"stacked layout",
|
|
828
|
+
"CountrySelector",
|
|
829
|
+
"Combobox",
|
|
830
|
+
"NetworkOperator",
|
|
831
|
+
"gsl-to-clet",
|
|
832
|
+
"cletTheme",
|
|
833
|
+
"gslTheme",
|
|
834
|
+
"rename",
|
|
835
|
+
"TableFooter",
|
|
836
|
+
"noBorder"
|
|
837
|
+
],
|
|
838
|
+
"description": "Agent instructions for upgrading to v2 and the new design system",
|
|
839
|
+
"headings": [
|
|
840
|
+
"Migration guide: v1 → v2 — Agent Instructions",
|
|
841
|
+
"1. `AppHeaderProfile` → `ProfilePopover`",
|
|
842
|
+
"2. `AppItem.icon` → `SystemAppIcon` or `AppIconTile`",
|
|
843
|
+
"3. `AppSwitcher` maxItems default is 6",
|
|
844
|
+
"4. `Table`: selection-only loses kebab column",
|
|
845
|
+
"5. Rebrand: new default colors and typography",
|
|
846
|
+
"6. Prefer `Launchpad` over deprecated `AppSwitcher`",
|
|
847
|
+
"7. `CountrySelector` → `Combobox` or `PhoneNumberInput`'s country picker",
|
|
848
|
+
"8. `NetworkOperator` → `Combobox`",
|
|
849
|
+
"9. Naming rename: `.gsl-*` → `.clet-*`, `gslTheme()` → `cletTheme()`",
|
|
850
|
+
"Adopting the new design system",
|
|
851
|
+
"Layout shell: `AppLayout variant=\"stacked\"` + `AppHeader variant=\"plain\"` + `Sidebar variant=\"plain\"`",
|
|
852
|
+
"Use built-in `loading` states — never hand-roll placeholders",
|
|
853
|
+
"One role switcher, consistent across all three locations",
|
|
854
|
+
"Table family — adopt together",
|
|
855
|
+
"Other preferred variants",
|
|
856
|
+
"Checklist"
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"slug": "modal",
|
|
861
|
+
"name": "Modal",
|
|
862
|
+
"category": "Components",
|
|
863
|
+
"keywords": [
|
|
864
|
+
"modal",
|
|
865
|
+
"overlay",
|
|
866
|
+
"review dialog",
|
|
867
|
+
"full screen modal",
|
|
868
|
+
"workflow modal"
|
|
869
|
+
],
|
|
870
|
+
"description": "Centered overlay with size variants",
|
|
871
|
+
"headings": [
|
|
872
|
+
"Modal",
|
|
873
|
+
"Example",
|
|
874
|
+
"Sizes",
|
|
875
|
+
"Prevent close",
|
|
876
|
+
"URL state",
|
|
877
|
+
"Components",
|
|
878
|
+
"`Modal`",
|
|
879
|
+
"`ModalTrigger`",
|
|
880
|
+
"`ModalPortal`",
|
|
881
|
+
"`ModalOverlay`",
|
|
882
|
+
"`ModalContent`",
|
|
883
|
+
"`ModalHeader`",
|
|
884
|
+
"`ModalTitle`",
|
|
885
|
+
"`ModalDescription`",
|
|
886
|
+
"`ModalBody`",
|
|
887
|
+
"`ModalFooter`",
|
|
888
|
+
"Other exports",
|
|
889
|
+
"Types",
|
|
890
|
+
"`ModalSize`",
|
|
891
|
+
"`ModalOverlayProps` / `ModalContentProps` / `ModalHeaderProps`",
|
|
892
|
+
"`ModalTitleProps` / `ModalDescriptionProps`",
|
|
893
|
+
"`ModalBodyProps` / `ModalFooterProps`",
|
|
894
|
+
"`ModalOverlayClassNames`",
|
|
895
|
+
"`ModalContentClassNames`",
|
|
896
|
+
"`ModalHeaderClassNames` / `ModalTitleClassNames` / `ModalDescriptionClassNames`",
|
|
897
|
+
"`ModalBodyClassNames` / `ModalFooterClassNames`",
|
|
898
|
+
"Design tokens",
|
|
899
|
+
"Notes",
|
|
900
|
+
"Do",
|
|
901
|
+
"Don't"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"slug": "network-operator",
|
|
906
|
+
"name": "NetworkOperator",
|
|
907
|
+
"category": "Components",
|
|
908
|
+
"keywords": [
|
|
909
|
+
"network operator",
|
|
910
|
+
"mtn",
|
|
911
|
+
"vodafone",
|
|
912
|
+
"airteltigo",
|
|
913
|
+
"telco picker",
|
|
914
|
+
"deprecated"
|
|
915
|
+
],
|
|
916
|
+
"description": "Deprecated — use Combobox instead",
|
|
917
|
+
"headings": [
|
|
918
|
+
"NetworkOperator",
|
|
919
|
+
"Example",
|
|
920
|
+
"Props",
|
|
921
|
+
"Usage with react-hook-form",
|
|
922
|
+
"Types",
|
|
923
|
+
"`NetworkOperatorOption`",
|
|
924
|
+
"`NetworkOperatorProps`",
|
|
925
|
+
"`NetworkOperatorClassNames`",
|
|
926
|
+
"Design tokens",
|
|
927
|
+
"Notes"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"slug": "notice",
|
|
932
|
+
"name": "Notice",
|
|
933
|
+
"category": "Components",
|
|
934
|
+
"keywords": [
|
|
935
|
+
"notice",
|
|
936
|
+
"callout",
|
|
937
|
+
"alert",
|
|
938
|
+
"banner",
|
|
939
|
+
"info box"
|
|
940
|
+
],
|
|
941
|
+
"description": "Boxed callout for scoped context, policy, or status messages",
|
|
942
|
+
"headings": [
|
|
943
|
+
"Notice",
|
|
944
|
+
"Example",
|
|
945
|
+
"Compact / inline usage",
|
|
946
|
+
"Props",
|
|
947
|
+
"Types",
|
|
948
|
+
"`NoticeProps`",
|
|
949
|
+
"`NoticeClassNames`",
|
|
950
|
+
"`NoticeVariant`",
|
|
951
|
+
"Design tokens",
|
|
952
|
+
"Notes"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"slug": "otp-input",
|
|
957
|
+
"name": "OtpInput",
|
|
958
|
+
"category": "Components",
|
|
959
|
+
"keywords": [
|
|
960
|
+
"otp",
|
|
961
|
+
"one-time password",
|
|
962
|
+
"verification code",
|
|
963
|
+
"2fa",
|
|
964
|
+
"mfa input",
|
|
965
|
+
"pin code"
|
|
966
|
+
],
|
|
967
|
+
"description": "One-time password input",
|
|
968
|
+
"headings": [
|
|
969
|
+
"OtpInput",
|
|
970
|
+
"Example",
|
|
971
|
+
"Verification gate inside a Dialog",
|
|
972
|
+
"Props",
|
|
973
|
+
"Usage with react-hook-form",
|
|
974
|
+
"Types",
|
|
975
|
+
"`OtpInputProps`",
|
|
976
|
+
"`OtpInputClassNames`",
|
|
977
|
+
"Design tokens",
|
|
978
|
+
"Notes"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"slug": "phone-number-input",
|
|
983
|
+
"name": "PhoneNumberInput",
|
|
984
|
+
"category": "Components",
|
|
985
|
+
"keywords": [
|
|
986
|
+
"phone number",
|
|
987
|
+
"phone input",
|
|
988
|
+
"country code",
|
|
989
|
+
"dial code",
|
|
990
|
+
"telephone"
|
|
991
|
+
],
|
|
992
|
+
"description": "Phone input with country codes",
|
|
993
|
+
"headings": [
|
|
994
|
+
"PhoneNumberInput",
|
|
995
|
+
"Example",
|
|
996
|
+
"Props",
|
|
997
|
+
"Field composition (label, optional tag, hint, error)",
|
|
998
|
+
"Form validation",
|
|
999
|
+
"Usage with react-hook-form",
|
|
1000
|
+
"Types",
|
|
1001
|
+
"`PhoneNumberInputProps`",
|
|
1002
|
+
"`PhoneNumberInputClassNames`",
|
|
1003
|
+
"Design tokens",
|
|
1004
|
+
"Notes"
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"slug": "popover",
|
|
1009
|
+
"name": "Popover",
|
|
1010
|
+
"category": "Components",
|
|
1011
|
+
"keywords": [
|
|
1012
|
+
"popover",
|
|
1013
|
+
"floating panel",
|
|
1014
|
+
"menu",
|
|
1015
|
+
"action menu",
|
|
1016
|
+
"tooltip panel"
|
|
1017
|
+
],
|
|
1018
|
+
"description": "Floating content panel",
|
|
1019
|
+
"headings": [
|
|
1020
|
+
"Popover",
|
|
1021
|
+
"Example",
|
|
1022
|
+
"Components",
|
|
1023
|
+
"`Popover`",
|
|
1024
|
+
"`PopoverTrigger`",
|
|
1025
|
+
"`PopoverContent`",
|
|
1026
|
+
"Other exports",
|
|
1027
|
+
"Types",
|
|
1028
|
+
"`PopoverContentProps`",
|
|
1029
|
+
"`PopoverContentClassNames`",
|
|
1030
|
+
"Design tokens",
|
|
1031
|
+
"Notes"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"slug": "popup",
|
|
1036
|
+
"name": "Popup",
|
|
1037
|
+
"category": "Components",
|
|
1038
|
+
"keywords": [
|
|
1039
|
+
"popup",
|
|
1040
|
+
"floating card",
|
|
1041
|
+
"confirm",
|
|
1042
|
+
"quick action",
|
|
1043
|
+
"popover"
|
|
1044
|
+
],
|
|
1045
|
+
"description": "Compact floating card for confirmations and quick actions",
|
|
1046
|
+
"headings": [
|
|
1047
|
+
"Popup",
|
|
1048
|
+
"Example",
|
|
1049
|
+
"Variants",
|
|
1050
|
+
"Components",
|
|
1051
|
+
"`Popup`",
|
|
1052
|
+
"`PopupTrigger`",
|
|
1053
|
+
"`PopupContent`",
|
|
1054
|
+
"`PopupHeader`",
|
|
1055
|
+
"`PopupTitle`",
|
|
1056
|
+
"`PopupDescription`",
|
|
1057
|
+
"`PopupBody`",
|
|
1058
|
+
"`PopupFooter`",
|
|
1059
|
+
"Other exports",
|
|
1060
|
+
"Types",
|
|
1061
|
+
"`PopupContentProps`",
|
|
1062
|
+
"`PopupContentClassNames`",
|
|
1063
|
+
"`PopupHeaderProps`, `PopupTitleProps`, `PopupDescriptionProps`, `PopupBodyProps`",
|
|
1064
|
+
"`PopupFooterProps`",
|
|
1065
|
+
"Design tokens",
|
|
1066
|
+
"Notes"
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"slug": "profile-popover",
|
|
1071
|
+
"name": "ProfilePopover",
|
|
1072
|
+
"category": "Components",
|
|
1073
|
+
"keywords": [
|
|
1074
|
+
"profile popover",
|
|
1075
|
+
"account menu",
|
|
1076
|
+
"user menu",
|
|
1077
|
+
"sign out",
|
|
1078
|
+
"profile menu"
|
|
1079
|
+
],
|
|
1080
|
+
"description": "Unified user profile menu popover",
|
|
1081
|
+
"headings": [
|
|
1082
|
+
"ProfilePopover",
|
|
1083
|
+
"Example",
|
|
1084
|
+
"Header-style trigger (`user`/`variant`)",
|
|
1085
|
+
"Loading state",
|
|
1086
|
+
"Props",
|
|
1087
|
+
"`ProfilePopoverItem`",
|
|
1088
|
+
"`AppUser`",
|
|
1089
|
+
"Notes"
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"slug": "progress-bar",
|
|
1094
|
+
"name": "ProgressBar",
|
|
1095
|
+
"category": "Components",
|
|
1096
|
+
"keywords": [
|
|
1097
|
+
"progress bar",
|
|
1098
|
+
"loading indicator",
|
|
1099
|
+
"progress indicator",
|
|
1100
|
+
"determinate progress"
|
|
1101
|
+
],
|
|
1102
|
+
"description": "Progress indicator",
|
|
1103
|
+
"headings": [
|
|
1104
|
+
"ProgressBar",
|
|
1105
|
+
"Example",
|
|
1106
|
+
"Props",
|
|
1107
|
+
"Types",
|
|
1108
|
+
"`ProgressBarProps`",
|
|
1109
|
+
"`ProgressBarClassNames`",
|
|
1110
|
+
"`ProgressBarVariant`",
|
|
1111
|
+
"`ProgressBarSize`",
|
|
1112
|
+
"Design tokens",
|
|
1113
|
+
"Notes"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"slug": "radio-group",
|
|
1118
|
+
"name": "RadioGroup",
|
|
1119
|
+
"category": "Components",
|
|
1120
|
+
"keywords": [
|
|
1121
|
+
"radio group",
|
|
1122
|
+
"radio button",
|
|
1123
|
+
"choice cards",
|
|
1124
|
+
"single select",
|
|
1125
|
+
"option list"
|
|
1126
|
+
],
|
|
1127
|
+
"description": "Radio group component",
|
|
1128
|
+
"headings": [
|
|
1129
|
+
"RadioGroup",
|
|
1130
|
+
"Example",
|
|
1131
|
+
"Choice cards",
|
|
1132
|
+
"Decision form with a conditional field",
|
|
1133
|
+
"Components",
|
|
1134
|
+
"`RadioGroup`",
|
|
1135
|
+
"`Radio`",
|
|
1136
|
+
"Types",
|
|
1137
|
+
"`RadioGroupProps`",
|
|
1138
|
+
"`RadioProps`",
|
|
1139
|
+
"`RadioGroupVariant`",
|
|
1140
|
+
"`RadioGroupClassNames`",
|
|
1141
|
+
"`RadioClassNames`",
|
|
1142
|
+
"Design tokens",
|
|
1143
|
+
"Notes"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"slug": "role-select",
|
|
1148
|
+
"name": "RoleSelect",
|
|
1149
|
+
"category": "Components",
|
|
1150
|
+
"keywords": [
|
|
1151
|
+
"role select",
|
|
1152
|
+
"switch role",
|
|
1153
|
+
"role switcher",
|
|
1154
|
+
"portal switch"
|
|
1155
|
+
],
|
|
1156
|
+
"description": "Dropdown control for switching between roles",
|
|
1157
|
+
"headings": [
|
|
1158
|
+
"RoleSelect",
|
|
1159
|
+
"Example",
|
|
1160
|
+
"Props",
|
|
1161
|
+
"Types",
|
|
1162
|
+
"`Role`",
|
|
1163
|
+
"Notes"
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"slug": "router-adapter",
|
|
1168
|
+
"name": "RouterAdapter",
|
|
1169
|
+
"category": "Guide",
|
|
1170
|
+
"keywords": [
|
|
1171
|
+
"router adapter",
|
|
1172
|
+
"next.js",
|
|
1173
|
+
"react router",
|
|
1174
|
+
"routing abstraction"
|
|
1175
|
+
],
|
|
1176
|
+
"description": "Framework-agnostic router abstraction for Next.js and react-router compatibility",
|
|
1177
|
+
"headings": [
|
|
1178
|
+
"RouterAdapter",
|
|
1179
|
+
"How it works",
|
|
1180
|
+
"New exports",
|
|
1181
|
+
"react-router (default, zero change)",
|
|
1182
|
+
"Next.js App Router",
|
|
1183
|
+
"Installing in Next.js",
|
|
1184
|
+
"Custom adapters"
|
|
1185
|
+
]
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"slug": "section-header",
|
|
1189
|
+
"name": "SectionHeader",
|
|
1190
|
+
"category": "Components",
|
|
1191
|
+
"keywords": [
|
|
1192
|
+
"section header",
|
|
1193
|
+
"page header",
|
|
1194
|
+
"title",
|
|
1195
|
+
"description",
|
|
1196
|
+
"actions"
|
|
1197
|
+
],
|
|
1198
|
+
"description": "Title, description, and actions row for a page section",
|
|
1199
|
+
"headings": [
|
|
1200
|
+
"SectionHeader",
|
|
1201
|
+
"Example",
|
|
1202
|
+
"Components",
|
|
1203
|
+
"`SectionHeader`",
|
|
1204
|
+
"`SectionTitle`",
|
|
1205
|
+
"`SectionDescription`",
|
|
1206
|
+
"`SectionActions`",
|
|
1207
|
+
"Types",
|
|
1208
|
+
"`SectionHeaderProps`",
|
|
1209
|
+
"`SectionTitleProps`, `SectionDescriptionProps`, `SectionActionsProps`",
|
|
1210
|
+
"Design tokens",
|
|
1211
|
+
"Notes"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"slug": "sheet",
|
|
1216
|
+
"name": "Sheet",
|
|
1217
|
+
"category": "Components",
|
|
1218
|
+
"keywords": [
|
|
1219
|
+
"sheet",
|
|
1220
|
+
"side panel",
|
|
1221
|
+
"drawer",
|
|
1222
|
+
"slide out panel",
|
|
1223
|
+
"filters panel"
|
|
1224
|
+
],
|
|
1225
|
+
"description": "Side panel",
|
|
1226
|
+
"headings": [
|
|
1227
|
+
"Sheet",
|
|
1228
|
+
"Example",
|
|
1229
|
+
"Components",
|
|
1230
|
+
"`Sheet`",
|
|
1231
|
+
"`SheetTrigger`",
|
|
1232
|
+
"`SheetPortal`",
|
|
1233
|
+
"`SheetOverlay`",
|
|
1234
|
+
"`SheetContent`",
|
|
1235
|
+
"`SheetHeader`",
|
|
1236
|
+
"`SheetTitle`",
|
|
1237
|
+
"`SheetDescription`",
|
|
1238
|
+
"`SheetBody`",
|
|
1239
|
+
"`SheetFooter`",
|
|
1240
|
+
"Other exports",
|
|
1241
|
+
"Types",
|
|
1242
|
+
"`SheetSide`",
|
|
1243
|
+
"`SheetOverlayProps` / `SheetContentProps` / `SheetHeaderProps`",
|
|
1244
|
+
"`SheetTitleProps` / `SheetDescriptionProps`",
|
|
1245
|
+
"`SheetBodyProps` / `SheetFooterProps`",
|
|
1246
|
+
"`SheetOverlayClassNames`",
|
|
1247
|
+
"`SheetContentClassNames`",
|
|
1248
|
+
"`SheetHeaderClassNames` / `SheetTitleClassNames` / `SheetDescriptionClassNames`",
|
|
1249
|
+
"`SheetBodyClassNames` / `SheetFooterClassNames`",
|
|
1250
|
+
"Design tokens",
|
|
1251
|
+
"Notes"
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"slug": "sidebar",
|
|
1256
|
+
"name": "Sidebar",
|
|
1257
|
+
"category": "Components",
|
|
1258
|
+
"keywords": [
|
|
1259
|
+
"sidebar",
|
|
1260
|
+
"nav rail",
|
|
1261
|
+
"navigation sidebar",
|
|
1262
|
+
"app shell nav",
|
|
1263
|
+
"collapsible sidebar"
|
|
1264
|
+
],
|
|
1265
|
+
"description": "Layout sidebar",
|
|
1266
|
+
"headings": [
|
|
1267
|
+
"Sidebar",
|
|
1268
|
+
"Example",
|
|
1269
|
+
"Variants",
|
|
1270
|
+
"Loading state",
|
|
1271
|
+
"React Router",
|
|
1272
|
+
"Components",
|
|
1273
|
+
"`SidebarProvider`",
|
|
1274
|
+
"`Sidebar`",
|
|
1275
|
+
"`SidebarCollapse`",
|
|
1276
|
+
"`SidebarTrigger`",
|
|
1277
|
+
"`SidebarOverlay`",
|
|
1278
|
+
"`SidebarHeader`",
|
|
1279
|
+
"`SidebarContent`",
|
|
1280
|
+
"`SidebarFooter`",
|
|
1281
|
+
"`SidebarNav`",
|
|
1282
|
+
"`SidebarGroup`",
|
|
1283
|
+
"`SidebarGroupLabel`",
|
|
1284
|
+
"`SidebarItem`",
|
|
1285
|
+
"`SidebarBadge`",
|
|
1286
|
+
"`SidebarLink`",
|
|
1287
|
+
"Types",
|
|
1288
|
+
"`SidebarProviderProps`",
|
|
1289
|
+
"`SidebarProps`",
|
|
1290
|
+
"`SidebarTriggerProps`",
|
|
1291
|
+
"`SidebarCollapseProps`",
|
|
1292
|
+
"`SidebarOverlayProps`",
|
|
1293
|
+
"`SidebarHeaderProps` / `SidebarContentProps` / `SidebarFooterProps`",
|
|
1294
|
+
"`SidebarNavProps` / `SidebarGroupProps` / `SidebarGroupLabelProps` / `SidebarItemProps`",
|
|
1295
|
+
"`SidebarLinkProps`",
|
|
1296
|
+
"`SidebarBadgeProps`",
|
|
1297
|
+
"`SidebarProviderClassNames`",
|
|
1298
|
+
"`SidebarClassNames`",
|
|
1299
|
+
"Other `*ClassNames`",
|
|
1300
|
+
"Design tokens",
|
|
1301
|
+
"Notes"
|
|
1302
|
+
]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"slug": "sortable",
|
|
1306
|
+
"name": "Sortable",
|
|
1307
|
+
"category": "Components",
|
|
1308
|
+
"keywords": [
|
|
1309
|
+
"sortable",
|
|
1310
|
+
"reorder list",
|
|
1311
|
+
"drag to reorder",
|
|
1312
|
+
"drag and drop list"
|
|
1313
|
+
],
|
|
1314
|
+
"description": "Reorderable list",
|
|
1315
|
+
"headings": [
|
|
1316
|
+
"Sortable",
|
|
1317
|
+
"Example",
|
|
1318
|
+
"Components",
|
|
1319
|
+
"`Sortable`",
|
|
1320
|
+
"`SortableList`",
|
|
1321
|
+
"`SortableItem`",
|
|
1322
|
+
"`SortableHandle`",
|
|
1323
|
+
"`reorderItems`",
|
|
1324
|
+
"Types",
|
|
1325
|
+
"`SortableId`",
|
|
1326
|
+
"`SortableStrategy`",
|
|
1327
|
+
"`SortableClassNames`",
|
|
1328
|
+
"Notes"
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"slug": "stepper",
|
|
1333
|
+
"name": "Stepper",
|
|
1334
|
+
"category": "Components",
|
|
1335
|
+
"keywords": [
|
|
1336
|
+
"stepper",
|
|
1337
|
+
"step indicator",
|
|
1338
|
+
"multi step flow",
|
|
1339
|
+
"wizard steps",
|
|
1340
|
+
"progress steps"
|
|
1341
|
+
],
|
|
1342
|
+
"description": "Horizontal step indicator for multi-step flows",
|
|
1343
|
+
"headings": [
|
|
1344
|
+
"Stepper",
|
|
1345
|
+
"Example",
|
|
1346
|
+
"Components",
|
|
1347
|
+
"`Stepper`",
|
|
1348
|
+
"`Step`",
|
|
1349
|
+
"`StepLabel`",
|
|
1350
|
+
"Namespace",
|
|
1351
|
+
"Types",
|
|
1352
|
+
"`StepperClassNames`",
|
|
1353
|
+
"`StepClassNames`",
|
|
1354
|
+
"`StepLabelClassNames`",
|
|
1355
|
+
"`StepState`",
|
|
1356
|
+
"Notes",
|
|
1357
|
+
"CSS Custom Properties"
|
|
1358
|
+
]
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"slug": "switch",
|
|
1362
|
+
"name": "Switch",
|
|
1363
|
+
"category": "Components",
|
|
1364
|
+
"keywords": [
|
|
1365
|
+
"switch",
|
|
1366
|
+
"toggle",
|
|
1367
|
+
"on off",
|
|
1368
|
+
"checkbox alternative"
|
|
1369
|
+
],
|
|
1370
|
+
"description": "Binary on/off toggle control",
|
|
1371
|
+
"headings": [
|
|
1372
|
+
"Switch",
|
|
1373
|
+
"Example",
|
|
1374
|
+
"Props",
|
|
1375
|
+
"Types",
|
|
1376
|
+
"`SwitchProps`",
|
|
1377
|
+
"`SwitchClassNames`",
|
|
1378
|
+
"Design tokens",
|
|
1379
|
+
"Notes"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"slug": "table",
|
|
1384
|
+
"name": "Table",
|
|
1385
|
+
"category": "Components",
|
|
1386
|
+
"keywords": [
|
|
1387
|
+
"table",
|
|
1388
|
+
"data table",
|
|
1389
|
+
"data grid",
|
|
1390
|
+
"pagination",
|
|
1391
|
+
"bulk actions",
|
|
1392
|
+
"sortable columns",
|
|
1393
|
+
"row selection"
|
|
1394
|
+
],
|
|
1395
|
+
"description": "Data table",
|
|
1396
|
+
"headings": [
|
|
1397
|
+
"Table",
|
|
1398
|
+
"Example",
|
|
1399
|
+
"Example Empty State",
|
|
1400
|
+
"Panel variant",
|
|
1401
|
+
"CRUD with bulk delete and a row action menu",
|
|
1402
|
+
"Toolbar filters with `TableActions`",
|
|
1403
|
+
"Spread filter variant",
|
|
1404
|
+
"Architecture",
|
|
1405
|
+
"`<Table>`",
|
|
1406
|
+
"`<TableSearch>`",
|
|
1407
|
+
"`<TableFilter>`",
|
|
1408
|
+
"`<TableContent>`",
|
|
1409
|
+
"Row actions",
|
|
1410
|
+
"`TableColumn<T>`",
|
|
1411
|
+
"`<TableBulkActions>`",
|
|
1412
|
+
"Basic usage",
|
|
1413
|
+
"Custom render",
|
|
1414
|
+
"`<TablePagination>`",
|
|
1415
|
+
"`<TableHeader>`",
|
|
1416
|
+
"`<TableFooter>`",
|
|
1417
|
+
"`<TableActions>`",
|
|
1418
|
+
"`useTableState`",
|
|
1419
|
+
"`useTableFilter`",
|
|
1420
|
+
"`useTablePagination`",
|
|
1421
|
+
"Types",
|
|
1422
|
+
"`TableProps`",
|
|
1423
|
+
"`TableClassNames`",
|
|
1424
|
+
"`TableBulkAction`",
|
|
1425
|
+
"`TableRowAction`",
|
|
1426
|
+
"`TableBulkActionsClassNames`",
|
|
1427
|
+
"`TableContentClassNames`",
|
|
1428
|
+
"`TableSearchClassNames`",
|
|
1429
|
+
"`TableFilterClassNames`",
|
|
1430
|
+
"`TablePaginationClassNames`",
|
|
1431
|
+
"`TableHeaderClassNames`",
|
|
1432
|
+
"`TableFooterClassNames`",
|
|
1433
|
+
"`TableActionsClassNames`",
|
|
1434
|
+
"`PaginationControlsProps`",
|
|
1435
|
+
"Design tokens",
|
|
1436
|
+
"Notes",
|
|
1437
|
+
"Do",
|
|
1438
|
+
"Don't"
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"slug": "tabs",
|
|
1443
|
+
"name": "Tabs",
|
|
1444
|
+
"category": "Components",
|
|
1445
|
+
"keywords": [
|
|
1446
|
+
"tabs",
|
|
1447
|
+
"tabbed panels",
|
|
1448
|
+
"segmented control",
|
|
1449
|
+
"pill tabs",
|
|
1450
|
+
"line tabs"
|
|
1451
|
+
],
|
|
1452
|
+
"description": "Tabbed panels",
|
|
1453
|
+
"headings": [
|
|
1454
|
+
"Tabs",
|
|
1455
|
+
"Example",
|
|
1456
|
+
"Line variant",
|
|
1457
|
+
"Pill variant",
|
|
1458
|
+
"Tabs as a table filter",
|
|
1459
|
+
"Components",
|
|
1460
|
+
"`Tabs`",
|
|
1461
|
+
"`TabsList`",
|
|
1462
|
+
"`TabsTrigger`",
|
|
1463
|
+
"`TabsContent`",
|
|
1464
|
+
"Types",
|
|
1465
|
+
"`TabsProps`",
|
|
1466
|
+
"`TabsListProps`",
|
|
1467
|
+
"`TabsTriggerProps`",
|
|
1468
|
+
"`TabsContentProps`",
|
|
1469
|
+
"`TabsVariant`",
|
|
1470
|
+
"`TabsClassNames`",
|
|
1471
|
+
"`TabsListClassNames`",
|
|
1472
|
+
"`TabsTriggerClassNames`",
|
|
1473
|
+
"`TabsContentClassNames`",
|
|
1474
|
+
"Notes",
|
|
1475
|
+
"CSS Custom Properties"
|
|
1476
|
+
]
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"slug": "theme",
|
|
1480
|
+
"name": "Theme",
|
|
1481
|
+
"category": "Guide",
|
|
1482
|
+
"keywords": [
|
|
1483
|
+
"theme",
|
|
1484
|
+
"dark mode",
|
|
1485
|
+
"light mode",
|
|
1486
|
+
"theme provider",
|
|
1487
|
+
"design tokens",
|
|
1488
|
+
"tailwind",
|
|
1489
|
+
"clettheme",
|
|
1490
|
+
"runtime theme override",
|
|
1491
|
+
"component tokens",
|
|
1492
|
+
"customize colors"
|
|
1493
|
+
],
|
|
1494
|
+
"description": "Theme provider",
|
|
1495
|
+
"headings": [
|
|
1496
|
+
"Theme",
|
|
1497
|
+
"Setup",
|
|
1498
|
+
"Modes",
|
|
1499
|
+
"Toggle at runtime",
|
|
1500
|
+
"CSS tokens",
|
|
1501
|
+
"Colors",
|
|
1502
|
+
"Semantic",
|
|
1503
|
+
"Radius",
|
|
1504
|
+
"Shadow",
|
|
1505
|
+
"Z-index",
|
|
1506
|
+
"Other",
|
|
1507
|
+
"`cletTheme()` (recommended)",
|
|
1508
|
+
"Manual CSS",
|
|
1509
|
+
"Tailwind v4 integration",
|
|
1510
|
+
"Consumer setup",
|
|
1511
|
+
"Dark mode",
|
|
1512
|
+
"Non-Tailwind consumers",
|
|
1513
|
+
"Controlled mode"
|
|
1514
|
+
]
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"slug": "timeline",
|
|
1518
|
+
"name": "Timeline",
|
|
1519
|
+
"category": "Components",
|
|
1520
|
+
"keywords": [
|
|
1521
|
+
"timeline",
|
|
1522
|
+
"vertical timeline",
|
|
1523
|
+
"activity feed",
|
|
1524
|
+
"history log",
|
|
1525
|
+
"event log"
|
|
1526
|
+
],
|
|
1527
|
+
"description": "Vertical timeline for ordered events and history",
|
|
1528
|
+
"headings": [
|
|
1529
|
+
"Timeline",
|
|
1530
|
+
"Example",
|
|
1531
|
+
"Components",
|
|
1532
|
+
"`Timeline`",
|
|
1533
|
+
"`TimelineItem`",
|
|
1534
|
+
"`TimelineTitle`",
|
|
1535
|
+
"`TimelineData`",
|
|
1536
|
+
"`TimelineFooter`",
|
|
1537
|
+
"Types",
|
|
1538
|
+
"`TimelineItemClassNames`",
|
|
1539
|
+
"Notes",
|
|
1540
|
+
"Tokens"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"slug": "toast",
|
|
1545
|
+
"name": "Toast",
|
|
1546
|
+
"category": "Components",
|
|
1547
|
+
"keywords": [
|
|
1548
|
+
"toast",
|
|
1549
|
+
"notification",
|
|
1550
|
+
"snackbar",
|
|
1551
|
+
"alert message",
|
|
1552
|
+
"sonner"
|
|
1553
|
+
],
|
|
1554
|
+
"description": "Notification toasts",
|
|
1555
|
+
"headings": [
|
|
1556
|
+
"Toast",
|
|
1557
|
+
"Example",
|
|
1558
|
+
"Icons",
|
|
1559
|
+
"Setup",
|
|
1560
|
+
"`useToast`",
|
|
1561
|
+
"`ToastOptions`",
|
|
1562
|
+
"Components",
|
|
1563
|
+
"`ToastProvider`",
|
|
1564
|
+
"`Toaster`",
|
|
1565
|
+
"Types",
|
|
1566
|
+
"`ToastVariant`",
|
|
1567
|
+
"`ToastClassNames`",
|
|
1568
|
+
"Design tokens",
|
|
1569
|
+
"Notes",
|
|
1570
|
+
"Do"
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"slug": "tooltip",
|
|
1575
|
+
"name": "Tooltip",
|
|
1576
|
+
"category": "Components",
|
|
1577
|
+
"keywords": [
|
|
1578
|
+
"tooltip",
|
|
1579
|
+
"hover label",
|
|
1580
|
+
"hint text",
|
|
1581
|
+
"icon label"
|
|
1582
|
+
],
|
|
1583
|
+
"description": "Hover label for icon-only controls and truncated content",
|
|
1584
|
+
"headings": [
|
|
1585
|
+
"Tooltip",
|
|
1586
|
+
"Example",
|
|
1587
|
+
"Props",
|
|
1588
|
+
"Types",
|
|
1589
|
+
"`TooltipProps`",
|
|
1590
|
+
"`TooltipClassNames`",
|
|
1591
|
+
"Design tokens",
|
|
1592
|
+
"Notes"
|
|
1593
|
+
]
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"slug": "upload-field",
|
|
1597
|
+
"name": "UploadField",
|
|
1598
|
+
"category": "Components",
|
|
1599
|
+
"keywords": [
|
|
1600
|
+
"upload field",
|
|
1601
|
+
"file upload",
|
|
1602
|
+
"dropzone",
|
|
1603
|
+
"file picker",
|
|
1604
|
+
"drag and drop upload"
|
|
1605
|
+
],
|
|
1606
|
+
"description": "File upload",
|
|
1607
|
+
"headings": [
|
|
1608
|
+
"UploadField",
|
|
1609
|
+
"Example",
|
|
1610
|
+
"Multiple files",
|
|
1611
|
+
"Per-file upload status",
|
|
1612
|
+
"Form validation",
|
|
1613
|
+
"Usage with react-hook-form",
|
|
1614
|
+
"Native validation",
|
|
1615
|
+
"Zod validation",
|
|
1616
|
+
"Props",
|
|
1617
|
+
"File type detection",
|
|
1618
|
+
"Types",
|
|
1619
|
+
"`UploadFieldProps`",
|
|
1620
|
+
"`UploadFieldFileStatus`",
|
|
1621
|
+
"`UploadFieldClassNames`",
|
|
1622
|
+
"Design tokens",
|
|
1623
|
+
"Notes"
|
|
1624
|
+
]
|
|
1625
|
+
}
|
|
1626
|
+
]
|