tembro 3.0.0 → 3.1.5
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/CHANGELOG.md +91 -36
- package/README.md +91 -58
- package/dist/components/actions/action-menu.cjs +1 -1
- package/dist/components/actions/action-menu.js +1 -97
- package/dist/components/actions/button-group.cjs +1 -1
- package/dist/components/actions/button-group.js +1 -66
- package/dist/components/actions/copy-button.cjs +1 -1
- package/dist/components/actions/copy-button.js +1 -56
- package/dist/components/actions/demo.cjs +1 -1
- package/dist/components/actions/demo.js +1 -9
- package/dist/components/actions/index.cjs +1 -1
- package/dist/components/actions/index.d.ts +0 -1
- package/dist/components/actions/index.js +1 -6
- package/dist/components/actions/public.cjs +1 -1
- package/dist/components/actions/public.d.ts +0 -1
- package/dist/components/actions/public.js +1 -6
- package/dist/components/actions/quick-action-grid.cjs +1 -1
- package/dist/components/actions/quick-action-grid.js +1 -99
- package/dist/components/calendar/calendar.cjs +1 -1
- package/dist/components/calendar/calendar.js +1 -282
- package/dist/components/calendar/date-picker.cjs +1 -1
- package/dist/components/calendar/date-picker.js +1 -80
- package/dist/components/calendar/date-range-picker.cjs +1 -1
- package/dist/components/calendar/date-range-picker.js +1 -183
- package/dist/components/calendar/date-utils.cjs +1 -1
- package/dist/components/calendar/date-utils.js +1 -53
- package/dist/components/calendar/demo.cjs +1 -1
- package/dist/components/calendar/demo.js +1 -5
- package/dist/components/calendar/index.cjs +1 -1
- package/dist/components/calendar/index.js +1 -5
- package/dist/components/charts/charts.cjs +1 -1
- package/dist/components/charts/charts.js +1 -301
- package/dist/components/charts/index.cjs +1 -1
- package/dist/components/charts/index.d.ts +1 -3
- package/dist/components/charts/index.js +1 -5
- package/dist/components/charts/progress-circle.cjs +1 -0
- package/dist/components/charts/progress-circle.d.ts +4 -0
- package/dist/components/charts/progress-circle.js +1 -0
- package/dist/components/charts/progress-ring.cjs +1 -1
- package/dist/components/charts/progress-ring.js +1 -57
- package/dist/components/charts/public.cjs +1 -1
- package/dist/components/charts/public.js +1 -2
- package/dist/components/command/command-palette.cjs +1 -1
- package/dist/components/command/command-palette.js +1 -219
- package/dist/components/command/index.cjs +1 -1
- package/dist/components/command/index.js +1 -2
- package/dist/components/data-table/data-table-actions-column.cjs +1 -1
- package/dist/components/data-table/data-table-actions-column.js +1 -32
- package/dist/components/data-table/data-table-bulk-actions.cjs +1 -1
- package/dist/components/data-table/data-table-bulk-actions.js +1 -41
- package/dist/components/data-table/data-table-column-visibility-menu.cjs +1 -1
- package/dist/components/data-table/data-table-column-visibility-menu.js +1 -65
- package/dist/components/data-table/data-table-pagination.cjs +1 -1
- package/dist/components/data-table/data-table-pagination.js +1 -50
- package/dist/components/data-table/data-table-row-actions.cjs +1 -1
- package/dist/components/data-table/data-table-row-actions.js +1 -17
- package/dist/components/data-table/data-table-saved-filters.cjs +1 -1
- package/dist/components/data-table/data-table-saved-filters.js +1 -126
- package/dist/components/data-table/data-table-select-column.cjs +1 -1
- package/dist/components/data-table/data-table-select-column.js +1 -33
- package/dist/components/data-table/data-table-sortable-header.cjs +1 -1
- package/dist/components/data-table/data-table-sortable-header.js +1 -24
- package/dist/components/data-table/data-table-toolbar.cjs +1 -1
- package/dist/components/data-table/data-table-toolbar.js +1 -83
- package/dist/components/data-table/data-table-view-presets.cjs +1 -1
- package/dist/components/data-table/data-table-view-presets.js +1 -62
- package/dist/components/data-table/data-table.cjs +1 -1
- package/dist/components/data-table/data-table.d.ts +14 -1
- package/dist/components/data-table/data-table.js +1 -251
- package/dist/components/data-table/demo.cjs +1 -1
- package/dist/components/data-table/demo.js +1 -29
- package/dist/components/data-table/index.cjs +1 -1
- package/dist/components/data-table/index.js +1 -14
- package/dist/components/data-table/public.cjs +1 -1
- package/dist/components/data-table/public.d.ts +0 -5
- package/dist/components/data-table/public.js +1 -7
- package/dist/components/data-table/table-export-menu.cjs +1 -1
- package/dist/components/data-table/table-export-menu.js +1 -47
- package/dist/components/data-table/table-import-button.cjs +1 -1
- package/dist/components/data-table/table-import-button.js +1 -32
- package/dist/components/display/activity-feed.cjs +1 -1
- package/dist/components/display/activity-feed.js +1 -94
- package/dist/components/display/avatar.cjs +1 -1
- package/dist/components/display/avatar.js +1 -73
- package/dist/components/display/carousel.cjs +1 -1
- package/dist/components/display/carousel.js +1 -164
- package/dist/components/display/code-block.cjs +1 -2
- package/dist/components/display/code-block.js +1 -56
- package/dist/components/display/data-state.cjs +1 -1
- package/dist/components/display/data-state.js +1 -113
- package/dist/components/display/demo.cjs +1 -1
- package/dist/components/display/demo.js +1 -17
- package/dist/components/display/description-list.cjs +1 -1
- package/dist/components/display/description-list.js +1 -68
- package/dist/components/display/index.cjs +1 -1
- package/dist/components/display/index.d.ts +6 -11
- package/dist/components/display/index.js +1 -25
- package/dist/components/display/info-card.cjs +1 -0
- package/dist/components/display/info-card.d.ts +51 -0
- package/dist/components/display/info-card.js +1 -0
- package/dist/components/display/kanban.cjs +1 -1
- package/dist/components/display/kanban.d.ts +25 -6
- package/dist/components/display/kanban.js +1 -91
- package/dist/components/display/list.cjs +1 -1
- package/dist/components/display/list.js +1 -62
- package/dist/components/display/progress.cjs +1 -1
- package/dist/components/display/progress.js +1 -86
- package/dist/components/display/qr-code.cjs +1 -1
- package/dist/components/display/qr-code.d.ts +11 -9
- package/dist/components/display/qr-code.js +1 -103
- package/dist/components/display/statistic.cjs +1 -1
- package/dist/components/display/statistic.js +1 -79
- package/dist/components/display/status-dot.cjs +1 -1
- package/dist/components/display/status-dot.js +1 -36
- package/dist/components/display/status-legend.cjs +1 -1
- package/dist/components/display/status-legend.js +1 -74
- package/dist/components/display/tag.cjs +1 -1
- package/dist/components/display/tag.js +1 -53
- package/dist/components/display/timeline.cjs +1 -1
- package/dist/components/display/timeline.js +1 -141
- package/dist/components/display/tree-view.cjs +1 -1
- package/dist/components/display/tree-view.js +1 -134
- package/dist/components/display/typography.cjs +1 -1
- package/dist/components/display/typography.js +1 -43
- package/dist/components/display/virtual-list.cjs +1 -0
- package/dist/components/display/virtual-list.d.ts +28 -0
- package/dist/components/display/virtual-list.js +1 -0
- package/dist/components/dnd/index.cjs +1 -0
- package/dist/components/dnd/index.d.ts +1 -0
- package/dist/components/dnd/index.js +1 -0
- package/dist/components/dnd/sortable-list.cjs +1 -0
- package/dist/components/dnd/sortable-list.d.ts +30 -0
- package/dist/components/dnd/sortable-list.js +1 -0
- package/dist/components/feedback/alert.cjs +1 -1
- package/dist/components/feedback/alert.js +1 -90
- package/dist/components/feedback/demo.cjs +1 -1
- package/dist/components/feedback/demo.js +1 -5
- package/dist/components/feedback/index.cjs +1 -1
- package/dist/components/feedback/index.js +1 -4
- package/dist/components/feedback/loading-state.cjs +1 -1
- package/dist/components/feedback/loading-state.js +1 -40
- package/dist/components/feedback/page-state.cjs +1 -1
- package/dist/components/feedback/page-state.js +1 -59
- package/dist/components/filters/demo.cjs +1 -1
- package/dist/components/filters/demo.js +1 -5
- package/dist/components/filters/filter-bar.cjs +1 -1
- package/dist/components/filters/filter-bar.js +1 -103
- package/dist/components/filters/index.cjs +1 -1
- package/dist/components/filters/index.js +1 -3
- package/dist/components/filters/saved-filter-select.cjs +1 -1
- package/dist/components/filters/saved-filter-select.js +1 -107
- package/dist/components/form/demo.cjs +1 -1
- package/dist/components/form/demo.js +1 -12
- package/dist/components/form/form-date-picker.cjs +1 -1
- package/dist/components/form/form-date-picker.js +1 -28
- package/dist/components/form/form-date-range-input.cjs +1 -1
- package/dist/components/form/form-date-range-input.js +1 -34
- package/dist/components/form/form-date-range-picker.cjs +1 -1
- package/dist/components/form/form-date-range-picker.js +1 -37
- package/dist/components/form/form-field-shell.cjs +1 -1
- package/dist/components/form/form-field-shell.js +1 -114
- package/dist/components/form/form-input.cjs +1 -1
- package/dist/components/form/form-input.js +1 -402
- package/dist/components/form/form-select.cjs +1 -1
- package/dist/components/form/form-select.js +1 -85
- package/dist/components/form/form-switch.cjs +1 -1
- package/dist/components/form/form-switch.js +1 -102
- package/dist/components/form/form-textarea.cjs +1 -1
- package/dist/components/form/form-textarea.js +1 -67
- package/dist/components/form/index.cjs +1 -1
- package/dist/components/form/index.d.ts +0 -6
- package/dist/components/form/index.js +1 -15
- package/dist/components/form/public.cjs +1 -1
- package/dist/components/form/public.d.ts +3 -1
- package/dist/components/form/public.js +1 -7
- package/dist/components/inputs/async-select.cjs +1 -1
- package/dist/components/inputs/async-select.d.ts +1 -1
- package/dist/components/inputs/async-select.js +1 -580
- package/dist/components/inputs/color-picker.cjs +1 -0
- package/dist/components/inputs/color-picker.d.ts +20 -0
- package/dist/components/inputs/color-picker.js +1 -0
- package/dist/components/inputs/demo.cjs +1 -1
- package/dist/components/inputs/demo.js +1 -22
- package/dist/components/inputs/index.cjs +1 -1
- package/dist/components/inputs/index.d.ts +2 -0
- package/dist/components/inputs/index.js +1 -9
- package/dist/components/inputs/inline-editable.cjs +1 -1
- package/dist/components/inputs/inline-editable.js +1 -53
- package/dist/components/inputs/json-input.cjs +1 -1
- package/dist/components/inputs/json-input.d.ts +3 -2
- package/dist/components/inputs/json-input.js +1 -48
- package/dist/components/inputs/otp-input.cjs +1 -1
- package/dist/components/inputs/otp-input.js +1 -51
- package/dist/components/inputs/public.cjs +1 -1
- package/dist/components/inputs/public.d.ts +2 -0
- package/dist/components/inputs/public.js +1 -9
- package/dist/components/inputs/rating.cjs +1 -1
- package/dist/components/inputs/rating.js +1 -46
- package/dist/components/inputs/signature-pad.cjs +1 -0
- package/dist/components/inputs/signature-pad.d.ts +36 -0
- package/dist/components/inputs/signature-pad.js +1 -0
- package/dist/components/inputs/slider.cjs +1 -1
- package/dist/components/inputs/slider.js +1 -119
- package/dist/components/inputs/tag-input.cjs +1 -1
- package/dist/components/inputs/tag-input.js +1 -69
- package/dist/components/inputs/time-picker.cjs +1 -1
- package/dist/components/inputs/time-picker.js +1 -51
- package/dist/components/layout/app-header.cjs +1 -1
- package/dist/components/layout/app-header.js +1 -28
- package/dist/components/layout/app-sidebar.cjs +1 -1
- package/dist/components/layout/app-sidebar.d.ts +11 -11
- package/dist/components/layout/app-sidebar.js +1 -473
- package/dist/components/layout/breadcrumbs.cjs +1 -1
- package/dist/components/layout/breadcrumbs.js +1 -86
- package/dist/components/layout/controllable-details.cjs +1 -0
- package/dist/components/layout/controllable-details.d.ts +9 -0
- package/dist/components/layout/controllable-details.js +1 -0
- package/dist/components/layout/demo.cjs +1 -1
- package/dist/components/layout/demo.js +1 -9
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.d.ts +0 -4
- package/dist/components/layout/index.js +1 -9
- package/dist/components/layout/page-container.cjs +1 -1
- package/dist/components/layout/page-container.js +1 -21
- package/dist/components/layout/page-header.cjs +1 -1
- package/dist/components/layout/page-header.js +1 -92
- package/dist/components/layout/public.cjs +1 -1
- package/dist/components/layout/public.d.ts +0 -4
- package/dist/components/layout/public.js +1 -8
- package/dist/components/layout/section-header.cjs +1 -1
- package/dist/components/layout/section-header.js +1 -44
- package/dist/components/layout/section.cjs +1 -1
- package/dist/components/layout/section.js +1 -74
- package/dist/components/layout/sidebar-nav.cjs +1 -1
- package/dist/components/layout/sidebar-nav.d.ts +6 -1
- package/dist/components/layout/sidebar-nav.js +1 -199
- package/dist/components/layout/sticky-footer-bar.cjs +1 -1
- package/dist/components/layout/sticky-footer-bar.js +1 -20
- package/dist/components/modern/calendar-scheduler.cjs +1 -1
- package/dist/components/modern/calendar-scheduler.js +1 -67
- package/dist/components/modern/dual-list-picker.cjs +1 -1
- package/dist/components/modern/dual-list-picker.d.ts +2 -1
- package/dist/components/modern/dual-list-picker.js +1 -97
- package/dist/components/modern/image-cropper.cjs +1 -0
- package/dist/components/modern/image-cropper.d.ts +39 -0
- package/dist/components/modern/image-cropper.js +1 -0
- package/dist/components/modern/index.cjs +1 -1
- package/dist/components/modern/index.d.ts +1 -7
- package/dist/components/modern/index.js +1 -12
- package/dist/components/modern/resizable-panel.cjs +1 -1
- package/dist/components/modern/resizable-panel.js +1 -113
- package/dist/components/modern/rich-text-editor.cjs +1 -1
- package/dist/components/modern/rich-text-editor.d.ts +19 -5
- package/dist/components/modern/rich-text-editor.js +1 -39
- package/dist/components/navigation/demo.cjs +1 -1
- package/dist/components/navigation/demo.js +1 -10
- package/dist/components/navigation/index.cjs +1 -1
- package/dist/components/navigation/index.d.ts +0 -5
- package/dist/components/navigation/index.js +1 -7
- package/dist/components/navigation/pagination.cjs +1 -1
- package/dist/components/navigation/pagination.js +1 -122
- package/dist/components/notifications/index.cjs +1 -1
- package/dist/components/notifications/index.js +1 -3
- package/dist/components/notifications/notification-center.cjs +1 -1
- package/dist/components/notifications/notification-center.js +1 -99
- package/dist/components/notifications/toast.cjs +1 -1
- package/dist/components/notifications/toast.js +1 -198
- package/dist/components/overlay/alert-dialog.cjs +1 -1
- package/dist/components/overlay/alert-dialog.js +1 -108
- package/dist/components/overlay/confirm-dialog.cjs +1 -1
- package/dist/components/overlay/confirm-dialog.d.ts +17 -5
- package/dist/components/overlay/confirm-dialog.js +1 -42
- package/dist/components/overlay/demo.cjs +1 -1
- package/dist/components/overlay/demo.js +1 -9
- package/dist/components/overlay/drawer.cjs +1 -1
- package/dist/components/overlay/drawer.js +1 -58
- package/dist/components/overlay/index.cjs +1 -1
- package/dist/components/overlay/index.d.ts +0 -3
- package/dist/components/overlay/index.js +1 -7
- package/dist/components/patterns/bulk-action-bar.cjs +1 -0
- package/dist/components/patterns/bulk-action-bar.d.ts +10 -0
- package/dist/components/patterns/bulk-action-bar.js +1 -0
- package/dist/components/patterns/data-view.cjs +1 -0
- package/dist/components/patterns/data-view.d.ts +17 -0
- package/dist/components/patterns/data-view.js +1 -0
- package/dist/components/patterns/demo.cjs +1 -1
- package/dist/components/patterns/demo.js +1 -5
- package/dist/components/patterns/detail-layout.cjs +1 -0
- package/dist/components/patterns/detail-layout.d.ts +16 -0
- package/dist/components/patterns/detail-layout.js +1 -0
- package/dist/components/patterns/empty-state.cjs +1 -0
- package/dist/components/patterns/empty-state.d.ts +22 -0
- package/dist/components/patterns/empty-state.js +1 -0
- package/dist/components/patterns/form-builder.cjs +1 -0
- package/dist/components/patterns/form-builder.d.ts +105 -0
- package/dist/components/patterns/form-builder.js +1 -0
- package/dist/components/patterns/index.cjs +1 -1
- package/dist/components/patterns/index.d.ts +7 -0
- package/dist/components/patterns/index.js +1 -3
- package/dist/components/patterns/page-toolbar.cjs +1 -0
- package/dist/components/patterns/page-toolbar.d.ts +11 -0
- package/dist/components/patterns/page-toolbar.js +1 -0
- package/dist/components/patterns/public.cjs +1 -1
- package/dist/components/patterns/public.d.ts +7 -0
- package/dist/components/patterns/public.js +1 -3
- package/dist/components/patterns/resource-detail-page.cjs +1 -1
- package/dist/components/patterns/resource-detail-page.js +1 -100
- package/dist/components/patterns/resource-page.cjs +1 -1
- package/dist/components/patterns/resource-page.js +1 -97
- package/dist/components/patterns/settings-page.cjs +1 -0
- package/dist/components/patterns/settings-page.d.ts +21 -0
- package/dist/components/patterns/settings-page.js +1 -0
- package/dist/components/theme-provider.cjs +1 -1
- package/dist/components/theme-provider.d.ts +4 -1
- package/dist/components/theme-provider.js +1 -41
- package/dist/components/ui/accordion/index.cjs +1 -1
- package/dist/components/ui/accordion/index.d.ts +8 -12
- package/dist/components/ui/accordion/index.js +1 -30
- package/dist/components/ui/badge/index.cjs +1 -1
- package/dist/components/ui/badge/index.js +1 -110
- package/dist/components/ui/button/index.cjs +1 -1
- package/dist/components/ui/button/index.js +1 -80
- package/dist/components/ui/button.cjs +1 -1
- package/dist/components/ui/button.js +1 -2
- package/dist/components/ui/card/index.cjs +1 -1
- package/dist/components/ui/card/index.js +1 -196
- package/dist/components/ui/checkbox/index.cjs +1 -1
- package/dist/components/ui/checkbox/index.d.ts +8 -2
- package/dist/components/ui/checkbox/index.js +1 -36
- package/dist/components/ui/collapse/index.cjs +1 -1
- package/dist/components/ui/collapse/index.js +1 -126
- package/dist/components/ui/command/index.cjs +1 -1
- package/dist/components/ui/command/index.js +1 -87
- package/dist/components/ui/dialog/index.cjs +1 -1
- package/dist/components/ui/dialog/index.js +1 -95
- package/dist/components/ui/divider/index.cjs +1 -1
- package/dist/components/ui/divider/index.js +1 -35
- package/dist/components/ui/dropdown-menu/index.cjs +1 -1
- package/dist/components/ui/dropdown-menu/index.js +1 -161
- package/dist/components/ui/input/chrome.cjs +1 -1
- package/dist/components/ui/input/chrome.js +1 -24
- package/dist/components/ui/input/clearable.cjs +1 -1
- package/dist/components/ui/input/clearable.js +1 -48
- package/dist/components/ui/input/date-range.cjs +1 -1
- package/dist/components/ui/input/date-range.js +1 -41
- package/dist/components/ui/input/date.cjs +1 -1
- package/dist/components/ui/input/date.js +1 -23
- package/dist/components/ui/input/decorator.cjs +1 -1
- package/dist/components/ui/input/decorator.d.ts +1 -1
- package/dist/components/ui/input/decorator.js +1 -63
- package/dist/components/ui/input/group.cjs +1 -1
- package/dist/components/ui/input/group.js +1 -78
- package/dist/components/ui/input/index.cjs +1 -1
- package/dist/components/ui/input/index.js +1 -165
- package/dist/components/ui/input/masked.cjs +1 -1
- package/dist/components/ui/input/masked.js +1 -23
- package/dist/components/ui/input/money.cjs +1 -1
- package/dist/components/ui/input/money.js +1 -36
- package/dist/components/ui/input/number.cjs +1 -1
- package/dist/components/ui/input/number.js +1 -43
- package/dist/components/ui/input/numeric-value.cjs +1 -1
- package/dist/components/ui/input/numeric-value.js +1 -21
- package/dist/components/ui/input/password.cjs +1 -1
- package/dist/components/ui/input/password.js +1 -51
- package/dist/components/ui/input/phone.cjs +1 -1
- package/dist/components/ui/input/phone.js +1 -33
- package/dist/components/ui/input/primitive.cjs +1 -1
- package/dist/components/ui/input/primitive.js +1 -15
- package/dist/components/ui/input/quantity.cjs +1 -1
- package/dist/components/ui/input/quantity.js +1 -59
- package/dist/components/ui/input/search.cjs +1 -1
- package/dist/components/ui/input/search.js +1 -55
- package/dist/components/ui/input/value.cjs +1 -1
- package/dist/components/ui/input/value.js +1 -16
- package/dist/components/ui/input.cjs +1 -1
- package/dist/components/ui/input.js +1 -3
- package/dist/components/ui/kbd/index.cjs +1 -1
- package/dist/components/ui/kbd/index.js +1 -23
- package/dist/components/ui/popover/index.cjs +1 -1
- package/dist/components/ui/popover/index.js +1 -56
- package/dist/components/ui/radio-group/index.cjs +1 -1
- package/dist/components/ui/radio-group/index.js +1 -92
- package/dist/components/ui/right-click-menu/index.cjs +1 -1
- package/dist/components/ui/right-click-menu/index.js +1 -98
- package/dist/components/ui/scroll-box/index.cjs +1 -1
- package/dist/components/ui/scroll-box/index.js +1 -17
- package/dist/components/ui/segmented-control/index.cjs +1 -1
- package/dist/components/ui/segmented-control/index.js +1 -48
- package/dist/components/ui/select/index.cjs +1 -1
- package/dist/components/ui/select/index.js +1 -209
- package/dist/components/ui/skeleton/index.cjs +1 -1
- package/dist/components/ui/skeleton/index.js +1 -48
- package/dist/components/ui/spinner/index.cjs +1 -1
- package/dist/components/ui/spinner/index.js +1 -34
- package/dist/components/ui/switch/index.cjs +1 -1
- package/dist/components/ui/switch/index.js +1 -61
- package/dist/components/ui/table/index.cjs +1 -1
- package/dist/components/ui/table/index.d.ts +4 -2
- package/dist/components/ui/table/index.js +1 -66
- package/dist/components/ui/tabs/index.cjs +1 -1
- package/dist/components/ui/tabs/index.js +1 -31
- package/dist/components/ui/textarea/index.cjs +1 -1
- package/dist/components/ui/textarea/index.js +1 -43
- package/dist/components/ui/textarea.cjs +1 -1
- package/dist/components/ui/textarea.js +1 -2
- package/dist/components/ui/tooltip/index.cjs +1 -1
- package/dist/components/ui/tooltip/index.js +1 -46
- package/dist/components/upload/demo.cjs +1 -1
- package/dist/components/upload/demo.js +1 -9
- package/dist/components/upload/file-upload.cjs +1 -1
- package/dist/components/upload/file-upload.js +1 -344
- package/dist/components/upload/image-upload.cjs +1 -1
- package/dist/components/upload/image-upload.js +1 -120
- package/dist/components/upload/index.cjs +1 -1
- package/dist/components/upload/index.d.ts +0 -2
- package/dist/components/upload/index.js +1 -4
- package/dist/components/wizard/demo.cjs +1 -1
- package/dist/components/wizard/demo.js +1 -5
- package/dist/components/wizard/index.cjs +1 -1
- package/dist/components/wizard/index.js +1 -3
- package/dist/components/wizard/stepper.cjs +1 -1
- package/dist/components/wizard/stepper.js +1 -38
- package/dist/components/wizard/wizard.cjs +1 -1
- package/dist/components/wizard/wizard.js +1 -43
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.js +1 -7
- package/dist/hooks/use-before-unload-when-dirty.cjs +1 -1
- package/dist/hooks/use-before-unload-when-dirty.js +1 -13
- package/dist/hooks/use-data-table-view-state.cjs +1 -1
- package/dist/hooks/use-data-table-view-state.js +1 -63
- package/dist/hooks/use-debounce.cjs +1 -1
- package/dist/hooks/use-debounce.js +1 -27
- package/dist/hooks/use-disclosure.cjs +1 -1
- package/dist/hooks/use-disclosure.js +1 -16
- package/dist/hooks/use-is-mobile.cjs +1 -1
- package/dist/hooks/use-is-mobile.js +1 -17
- package/dist/hooks/use-session-storage-state.cjs +1 -1
- package/dist/hooks/use-session-storage-state.js +1 -44
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -134
- package/dist/lib/utils.cjs +1 -1
- package/dist/lib/utils.js +1 -11
- package/dist/node_modules/@dnd-kit/abstract/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/abstract/index.js +673 -0
- package/dist/node_modules/@dnd-kit/collision/dist/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/collision/dist/index.js +40 -0
- package/dist/node_modules/@dnd-kit/dom/index.cjs +60 -0
- package/dist/node_modules/@dnd-kit/dom/index.js +1339 -0
- package/dist/node_modules/@dnd-kit/dom/sortable.cjs +1 -0
- package/dist/node_modules/@dnd-kit/dom/sortable.js +544 -0
- package/dist/node_modules/@dnd-kit/dom/utilities.cjs +8 -0
- package/dist/node_modules/@dnd-kit/dom/utilities.js +781 -0
- package/dist/node_modules/@dnd-kit/geometry/dist/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/geometry/dist/index.js +232 -0
- package/dist/node_modules/@dnd-kit/helpers/dist/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/helpers/dist/index.js +104 -0
- package/dist/node_modules/@dnd-kit/react/hooks.cjs +1 -0
- package/dist/node_modules/@dnd-kit/react/hooks.js +78 -0
- package/dist/node_modules/@dnd-kit/react/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/react/index.js +278 -0
- package/dist/node_modules/@dnd-kit/react/sortable.cjs +1 -0
- package/dist/node_modules/@dnd-kit/react/sortable.js +69 -0
- package/dist/node_modules/@dnd-kit/react/utilities.cjs +1 -0
- package/dist/node_modules/@dnd-kit/react/utilities.js +9 -0
- package/dist/node_modules/@dnd-kit/state/dist/index.cjs +1 -0
- package/dist/node_modules/@dnd-kit/state/dist/index.js +166 -0
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.cjs +1 -0
- package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +250 -0
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.cjs +1 -0
- package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +72 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.cjs +1 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +627 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.cjs +1 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +31 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.cjs +4 -0
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +38 -0
- package/dist/public-component-surface.cjs +1 -1
- package/dist/public-component-surface.js +1 -248
- package/dist/showcase/component-api-schema.cjs +1 -1
- package/dist/showcase/component-api-schema.js +1 -903
- package/dist/showcase/component-route-data.cjs +1 -1
- package/dist/showcase/component-route-data.js +1 -68
- package/dist/showcase/create-demo.cjs +1 -25
- package/dist/showcase/create-demo.js +1 -193
- package/dist/showcase/demo-snippets/actions/index.cjs +1 -64
- package/dist/showcase/demo-snippets/actions/index.js +1 -10
- package/dist/showcase/demo-snippets/forms/index.cjs +1 -26
- package/dist/showcase/demo-snippets/forms/index.js +1 -9
- package/dist/showcase/demo-snippets/index.cjs +1 -1
- package/dist/showcase/demo-snippets/index.js +1 -13
- package/dist/showcase/demo-snippets/layout/index.cjs +1 -45
- package/dist/showcase/demo-snippets/layout/index.js +1 -9
- package/dist/showcase/demo-snippets/upload/index.cjs +1 -5
- package/dist/showcase/demo-snippets/upload/index.js +1 -4
- package/dist/showcase/fallback.cjs +1 -5
- package/dist/showcase/fallback.js +1 -988
- package/dist/showcase/index.cjs +1 -1
- package/dist/showcase/index.js +1 -50
- package/dist/showcase/package-meta.cjs +1 -1
- package/dist/showcase/package-meta.d.ts +3 -3
- package/dist/showcase/package-meta.js +1 -4
- package/dist/showcase/premium/action-menu/index.cjs +1 -1
- package/dist/showcase/premium/action-menu/index.js +1 -3
- package/dist/showcase/premium/action-menu/mock.cjs +1 -14
- package/dist/showcase/premium/action-menu/mock.js +1 -31
- package/dist/showcase/premium/action-menu/showcase.cjs +1 -1
- package/dist/showcase/premium/action-menu/showcase.js +1 -124
- package/dist/showcase/premium/activity-feed/index.cjs +1 -1
- package/dist/showcase/premium/activity-feed/index.js +1 -3
- package/dist/showcase/premium/activity-feed/mock.cjs +1 -11
- package/dist/showcase/premium/activity-feed/mock.js +1 -36
- package/dist/showcase/premium/activity-feed/showcase.cjs +1 -1
- package/dist/showcase/premium/activity-feed/showcase.js +1 -101
- package/dist/showcase/premium/alert/index.cjs +1 -1
- package/dist/showcase/premium/alert/index.js +1 -3
- package/dist/showcase/premium/alert/mock.cjs +1 -12
- package/dist/showcase/premium/alert/mock.js +1 -31
- package/dist/showcase/premium/alert/showcase.cjs +1 -1
- package/dist/showcase/premium/alert/showcase.js +1 -137
- package/dist/showcase/premium/alert-dialog/index.cjs +1 -1
- package/dist/showcase/premium/alert-dialog/index.js +1 -3
- package/dist/showcase/premium/alert-dialog/mock.cjs +1 -19
- package/dist/showcase/premium/alert-dialog/mock.js +1 -31
- package/dist/showcase/premium/alert-dialog/showcase.cjs +1 -1
- package/dist/showcase/premium/alert-dialog/showcase.js +1 -138
- package/dist/showcase/premium/app-sidebar/index.cjs +1 -1
- package/dist/showcase/premium/app-sidebar/index.js +1 -3
- package/dist/showcase/premium/app-sidebar/mock.cjs +1 -18
- package/dist/showcase/premium/app-sidebar/mock.js +1 -32
- package/dist/showcase/premium/app-sidebar/showcase.cjs +1 -1
- package/dist/showcase/premium/app-sidebar/showcase.js +1 -204
- package/dist/showcase/premium/async-multi-select/index.cjs +1 -1
- package/dist/showcase/premium/async-multi-select/index.js +1 -3
- package/dist/showcase/premium/async-multi-select/mock.cjs +1 -41
- package/dist/showcase/premium/async-multi-select/mock.js +1 -43
- package/dist/showcase/premium/async-multi-select/showcase.cjs +1 -1
- package/dist/showcase/premium/async-multi-select/showcase.js +1 -54
- package/dist/showcase/premium/async-select/index.cjs +1 -1
- package/dist/showcase/premium/async-select/index.js +1 -3
- package/dist/showcase/premium/async-select/mock.cjs +1 -55
- package/dist/showcase/premium/async-select/mock.js +1 -43
- package/dist/showcase/premium/async-select/showcase.cjs +1 -1
- package/dist/showcase/premium/async-select/showcase.js +1 -204
- package/dist/showcase/premium/avatar/index.cjs +1 -1
- package/dist/showcase/premium/avatar/index.js +1 -3
- package/dist/showcase/premium/avatar/mock.cjs +1 -16
- package/dist/showcase/premium/avatar/mock.js +1 -26
- package/dist/showcase/premium/avatar/showcase.cjs +1 -1
- package/dist/showcase/premium/avatar/showcase.js +1 -149
- package/dist/showcase/premium/badge/data.cjs +1 -1
- package/dist/showcase/premium/badge/data.js +1 -35
- package/dist/showcase/premium/badge/index.cjs +1 -1
- package/dist/showcase/premium/badge/index.js +1 -4
- package/dist/showcase/premium/badge/mock.cjs +1 -13
- package/dist/showcase/premium/badge/mock.js +1 -43
- package/dist/showcase/premium/badge/showcase.cjs +1 -1
- package/dist/showcase/premium/badge/showcase.js +1 -221
- package/dist/showcase/premium/badge/types.cjs +1 -1
- package/dist/showcase/premium/badge/types.js +1 -0
- package/dist/showcase/premium/breadcrumbs/index.cjs +1 -1
- package/dist/showcase/premium/breadcrumbs/index.js +1 -3
- package/dist/showcase/premium/breadcrumbs/mock.cjs +1 -11
- package/dist/showcase/premium/breadcrumbs/mock.js +1 -31
- package/dist/showcase/premium/breadcrumbs/showcase.cjs +1 -1
- package/dist/showcase/premium/breadcrumbs/showcase.js +1 -115
- package/dist/showcase/premium/button/data.cjs +1 -1
- package/dist/showcase/premium/button/data.js +1 -100
- package/dist/showcase/premium/button/index.cjs +1 -1
- package/dist/showcase/premium/button/index.js +1 -4
- package/dist/showcase/premium/button/mock.cjs +1 -65
- package/dist/showcase/premium/button/mock.js +1 -48
- package/dist/showcase/premium/button/showcase.cjs +1 -1
- package/dist/showcase/premium/button/showcase.js +1 -331
- package/dist/showcase/premium/button/types.cjs +1 -1
- package/dist/showcase/premium/button/types.js +1 -0
- package/dist/showcase/premium/button-group/index.cjs +1 -1
- package/dist/showcase/premium/button-group/index.js +1 -3
- package/dist/showcase/premium/button-group/mock.cjs +1 -16
- package/dist/showcase/premium/button-group/mock.js +1 -31
- package/dist/showcase/premium/button-group/showcase.cjs +1 -1
- package/dist/showcase/premium/button-group/showcase.js +1 -116
- package/dist/showcase/premium/calendar/index.cjs +1 -1
- package/dist/showcase/premium/calendar/index.js +1 -3
- package/dist/showcase/premium/calendar/mock.cjs +1 -18
- package/dist/showcase/premium/calendar/mock.js +1 -31
- package/dist/showcase/premium/calendar/showcase.cjs +1 -1
- package/dist/showcase/premium/calendar/showcase.js +1 -158
- package/dist/showcase/premium/calendar-scheduler/index.cjs +1 -1
- package/dist/showcase/premium/calendar-scheduler/index.js +1 -3
- package/dist/showcase/premium/calendar-scheduler/mock.cjs +1 -13
- package/dist/showcase/premium/calendar-scheduler/mock.js +1 -19
- package/dist/showcase/premium/calendar-scheduler/showcase.cjs +1 -1
- package/dist/showcase/premium/calendar-scheduler/showcase.js +1 -58
- package/dist/showcase/premium/card/data.cjs +1 -1
- package/dist/showcase/premium/card/data.js +1 -24
- package/dist/showcase/premium/card/index.cjs +1 -1
- package/dist/showcase/premium/card/index.js +1 -4
- package/dist/showcase/premium/card/mock.cjs +1 -18
- package/dist/showcase/premium/card/mock.js +1 -43
- package/dist/showcase/premium/card/showcase.cjs +1 -1
- package/dist/showcase/premium/card/showcase.js +1 -154
- package/dist/showcase/premium/card/types.cjs +1 -1
- package/dist/showcase/premium/card/types.js +1 -0
- package/dist/showcase/premium/carousel/index.cjs +1 -1
- package/dist/showcase/premium/carousel/index.js +1 -3
- package/dist/showcase/premium/carousel/mock.cjs +1 -11
- package/dist/showcase/premium/carousel/mock.js +1 -26
- package/dist/showcase/premium/carousel/showcase.cjs +1 -1
- package/dist/showcase/premium/carousel/showcase.js +1 -147
- package/dist/showcase/premium/checkbox/data.cjs +1 -1
- package/dist/showcase/premium/checkbox/data.js +1 -28
- package/dist/showcase/premium/checkbox/index.cjs +1 -1
- package/dist/showcase/premium/checkbox/index.js +1 -4
- package/dist/showcase/premium/checkbox/mock.cjs +1 -27
- package/dist/showcase/premium/checkbox/mock.js +1 -42
- package/dist/showcase/premium/checkbox/showcase.cjs +1 -1
- package/dist/showcase/premium/checkbox/showcase.js +1 -184
- package/dist/showcase/premium/checkbox/types.cjs +1 -1
- package/dist/showcase/premium/checkbox/types.js +1 -0
- package/dist/showcase/premium/code-block/index.cjs +1 -1
- package/dist/showcase/premium/code-block/index.js +1 -3
- package/dist/showcase/premium/code-block/mock.cjs +1 -7
- package/dist/showcase/premium/code-block/mock.js +1 -26
- package/dist/showcase/premium/code-block/showcase.cjs +1 -5
- package/dist/showcase/premium/code-block/showcase.js +1 -62
- package/dist/showcase/premium/collapse/index.cjs +1 -1
- package/dist/showcase/premium/collapse/index.js +1 -3
- package/dist/showcase/premium/collapse/mock.cjs +1 -20
- package/dist/showcase/premium/collapse/mock.js +1 -39
- package/dist/showcase/premium/collapse/showcase.cjs +1 -1
- package/dist/showcase/premium/collapse/showcase.js +1 -161
- package/dist/showcase/premium/color-picker/index.cjs +1 -0
- package/dist/showcase/premium/color-picker/index.d.ts +2 -0
- package/dist/showcase/premium/color-picker/index.js +1 -0
- package/dist/showcase/premium/color-picker/mock.cjs +1 -0
- package/dist/showcase/premium/color-picker/mock.d.ts +2 -0
- package/dist/showcase/premium/color-picker/mock.js +1 -0
- package/dist/showcase/premium/color-picker/showcase.cjs +1 -0
- package/dist/showcase/premium/color-picker/showcase.d.ts +2 -0
- package/dist/showcase/premium/color-picker/showcase.js +1 -0
- package/dist/showcase/premium/command-palette/index.cjs +1 -1
- package/dist/showcase/premium/command-palette/index.js +1 -3
- package/dist/showcase/premium/command-palette/mock.cjs +1 -24
- package/dist/showcase/premium/command-palette/mock.js +1 -31
- package/dist/showcase/premium/command-palette/showcase.cjs +1 -1
- package/dist/showcase/premium/command-palette/showcase.js +1 -208
- package/dist/showcase/premium/confirm-dialog/index.cjs +1 -1
- package/dist/showcase/premium/confirm-dialog/index.js +1 -3
- package/dist/showcase/premium/confirm-dialog/mock.cjs +1 -33
- package/dist/showcase/premium/confirm-dialog/mock.js +1 -43
- package/dist/showcase/premium/confirm-dialog/showcase.cjs +1 -1
- package/dist/showcase/premium/confirm-dialog/showcase.js +1 -132
- package/dist/showcase/premium/copy-button/index.cjs +1 -1
- package/dist/showcase/premium/copy-button/index.js +1 -3
- package/dist/showcase/premium/copy-button/mock.cjs +1 -13
- package/dist/showcase/premium/copy-button/mock.js +1 -26
- package/dist/showcase/premium/copy-button/showcase.cjs +1 -1
- package/dist/showcase/premium/copy-button/showcase.js +1 -106
- package/dist/showcase/premium/data-state/index.cjs +1 -1
- package/dist/showcase/premium/data-state/index.js +1 -3
- package/dist/showcase/premium/data-state/mock.cjs +1 -12
- package/dist/showcase/premium/data-state/mock.js +1 -26
- package/dist/showcase/premium/data-state/showcase.cjs +1 -1
- package/dist/showcase/premium/data-state/showcase.js +1 -60
- package/dist/showcase/premium/data-table/data.cjs +1 -1
- package/dist/showcase/premium/data-table/data.js +1 -127
- package/dist/showcase/premium/data-table/index.cjs +1 -1
- package/dist/showcase/premium/data-table/index.js +1 -4
- package/dist/showcase/premium/data-table/mock.cjs +1 -25
- package/dist/showcase/premium/data-table/mock.js +1 -34
- package/dist/showcase/premium/data-table/showcase.cjs +1 -1
- package/dist/showcase/premium/data-table/showcase.js +1 -300
- package/dist/showcase/premium/data-table/types.cjs +1 -1
- package/dist/showcase/premium/data-table/types.js +1 -0
- package/dist/showcase/premium/date-picker/index.cjs +1 -1
- package/dist/showcase/premium/date-picker/index.js +1 -3
- package/dist/showcase/premium/date-picker/mock.cjs +1 -16
- package/dist/showcase/premium/date-picker/mock.js +1 -43
- package/dist/showcase/premium/date-picker/showcase.cjs +1 -1
- package/dist/showcase/premium/date-picker/showcase.js +1 -29
- package/dist/showcase/premium/date-range-picker/index.cjs +1 -1
- package/dist/showcase/premium/date-range-picker/index.js +1 -3
- package/dist/showcase/premium/date-range-picker/mock.cjs +1 -16
- package/dist/showcase/premium/date-range-picker/mock.js +1 -43
- package/dist/showcase/premium/date-range-picker/showcase.cjs +1 -1
- package/dist/showcase/premium/date-range-picker/showcase.js +1 -71
- package/dist/showcase/premium/description-list/index.cjs +1 -1
- package/dist/showcase/premium/description-list/index.js +1 -3
- package/dist/showcase/premium/description-list/mock.cjs +1 -14
- package/dist/showcase/premium/description-list/mock.js +1 -31
- package/dist/showcase/premium/description-list/showcase.cjs +1 -1
- package/dist/showcase/premium/description-list/showcase.js +1 -99
- package/dist/showcase/premium/dialog/data.cjs +1 -1
- package/dist/showcase/premium/dialog/data.js +1 -29
- package/dist/showcase/premium/dialog/index.cjs +1 -1
- package/dist/showcase/premium/dialog/index.js +1 -4
- package/dist/showcase/premium/dialog/mock.cjs +1 -24
- package/dist/showcase/premium/dialog/mock.js +1 -43
- package/dist/showcase/premium/dialog/showcase.cjs +1 -1
- package/dist/showcase/premium/dialog/showcase.js +1 -84
- package/dist/showcase/premium/dialog/types.cjs +1 -1
- package/dist/showcase/premium/dialog/types.js +1 -0
- package/dist/showcase/premium/divider/index.cjs +1 -1
- package/dist/showcase/premium/divider/index.js +1 -3
- package/dist/showcase/premium/divider/mock.cjs +1 -11
- package/dist/showcase/premium/divider/mock.js +1 -26
- package/dist/showcase/premium/divider/showcase.cjs +1 -1
- package/dist/showcase/premium/divider/showcase.js +1 -86
- package/dist/showcase/premium/drawer/index.cjs +1 -1
- package/dist/showcase/premium/drawer/index.js +1 -3
- package/dist/showcase/premium/drawer/mock.cjs +1 -21
- package/dist/showcase/premium/drawer/mock.js +1 -31
- package/dist/showcase/premium/drawer/showcase.cjs +1 -1
- package/dist/showcase/premium/drawer/showcase.js +1 -103
- package/dist/showcase/premium/dropdown-menu/index.cjs +1 -1
- package/dist/showcase/premium/dropdown-menu/index.js +1 -3
- package/dist/showcase/premium/dropdown-menu/mock.cjs +1 -48
- package/dist/showcase/premium/dropdown-menu/mock.js +1 -43
- package/dist/showcase/premium/dropdown-menu/showcase.cjs +1 -1
- package/dist/showcase/premium/dropdown-menu/showcase.js +1 -166
- package/dist/showcase/premium/dual-list-picker/index.cjs +1 -1
- package/dist/showcase/premium/dual-list-picker/index.js +1 -3
- package/dist/showcase/premium/dual-list-picker/mock.cjs +1 -20
- package/dist/showcase/premium/dual-list-picker/mock.js +1 -19
- package/dist/showcase/premium/dual-list-picker/showcase.cjs +1 -1
- package/dist/showcase/premium/dual-list-picker/showcase.js +1 -54
- package/dist/showcase/premium/file-upload/index.cjs +1 -1
- package/dist/showcase/premium/file-upload/index.js +1 -3
- package/dist/showcase/premium/file-upload/mock.cjs +1 -17
- package/dist/showcase/premium/file-upload/mock.js +1 -32
- package/dist/showcase/premium/file-upload/showcase.cjs +1 -1
- package/dist/showcase/premium/file-upload/showcase.js +1 -111
- package/dist/showcase/premium/form-wrapper/index.cjs +1 -1
- package/dist/showcase/premium/form-wrapper/index.d.ts +1 -1
- package/dist/showcase/premium/form-wrapper/index.js +1 -3
- package/dist/showcase/premium/form-wrapper/mock.cjs +1 -166
- package/dist/showcase/premium/form-wrapper/mock.d.ts +0 -1
- package/dist/showcase/premium/form-wrapper/mock.js +1 -110
- package/dist/showcase/premium/form-wrapper/showcase.cjs +1 -1
- package/dist/showcase/premium/form-wrapper/showcase.d.ts +1 -2
- package/dist/showcase/premium/form-wrapper/showcase.js +1 -207
- package/dist/showcase/premium/image-cropper/index.cjs +1 -0
- package/dist/showcase/premium/image-cropper/index.d.ts +2 -0
- package/dist/showcase/premium/image-cropper/index.js +1 -0
- package/dist/showcase/premium/image-cropper/mock.cjs +1 -0
- package/dist/showcase/premium/image-cropper/mock.d.ts +2 -0
- package/dist/showcase/premium/image-cropper/mock.js +1 -0
- package/dist/showcase/premium/image-cropper/showcase.cjs +1 -0
- package/dist/showcase/premium/image-cropper/showcase.d.ts +2 -0
- package/dist/showcase/premium/image-cropper/showcase.js +1 -0
- package/dist/showcase/premium/image-upload/index.cjs +1 -1
- package/dist/showcase/premium/image-upload/index.js +1 -3
- package/dist/showcase/premium/image-upload/mock.cjs +1 -15
- package/dist/showcase/premium/image-upload/mock.js +1 -32
- package/dist/showcase/premium/image-upload/showcase.cjs +1 -1
- package/dist/showcase/premium/image-upload/showcase.js +1 -89
- package/dist/showcase/premium/index.cjs +1 -1
- package/dist/showcase/premium/index.js +1 -712
- package/dist/showcase/premium/info-card/index.cjs +1 -1
- package/dist/showcase/premium/info-card/index.js +1 -3
- package/dist/showcase/premium/info-card/mock.cjs +1 -14
- package/dist/showcase/premium/info-card/mock.js +1 -31
- package/dist/showcase/premium/info-card/showcase.cjs +1 -1
- package/dist/showcase/premium/info-card/showcase.js +1 -107
- package/dist/showcase/premium/input/data.cjs +1 -1
- package/dist/showcase/premium/input/data.js +1 -30
- package/dist/showcase/premium/input/index.cjs +1 -1
- package/dist/showcase/premium/input/index.js +1 -4
- package/dist/showcase/premium/input/mock.cjs +1 -45
- package/dist/showcase/premium/input/mock.js +1 -44
- package/dist/showcase/premium/input/showcase.cjs +1 -1
- package/dist/showcase/premium/input/showcase.js +1 -207
- package/dist/showcase/premium/input/types.cjs +1 -1
- package/dist/showcase/premium/input/types.js +1 -0
- package/dist/showcase/premium/json-input/index.cjs +1 -1
- package/dist/showcase/premium/json-input/index.js +1 -3
- package/dist/showcase/premium/json-input/mock.cjs +1 -5
- package/dist/showcase/premium/json-input/mock.js +1 -19
- package/dist/showcase/premium/json-input/showcase.cjs +1 -4
- package/dist/showcase/premium/json-input/showcase.js +1 -22
- package/dist/showcase/premium/kanban-board/index.cjs +1 -1
- package/dist/showcase/premium/kanban-board/index.js +1 -3
- package/dist/showcase/premium/kanban-board/mock.cjs +1 -23
- package/dist/showcase/premium/kanban-board/mock.js +1 -19
- package/dist/showcase/premium/kanban-board/showcase.cjs +1 -1
- package/dist/showcase/premium/kanban-board/showcase.js +1 -84
- package/dist/showcase/premium/kbd/index.cjs +1 -1
- package/dist/showcase/premium/kbd/index.js +1 -3
- package/dist/showcase/premium/kbd/mock.cjs +1 -9
- package/dist/showcase/premium/kbd/mock.js +1 -39
- package/dist/showcase/premium/kbd/showcase.cjs +1 -1
- package/dist/showcase/premium/kbd/showcase.js +1 -134
- package/dist/showcase/premium/list/index.cjs +1 -1
- package/dist/showcase/premium/list/index.js +1 -3
- package/dist/showcase/premium/list/mock.cjs +1 -17
- package/dist/showcase/premium/list/mock.js +1 -26
- package/dist/showcase/premium/list/showcase.cjs +1 -1
- package/dist/showcase/premium/list/showcase.js +1 -103
- package/dist/showcase/premium/loading-state/index.cjs +1 -1
- package/dist/showcase/premium/loading-state/index.js +1 -3
- package/dist/showcase/premium/loading-state/mock.cjs +1 -5
- package/dist/showcase/premium/loading-state/mock.js +1 -31
- package/dist/showcase/premium/loading-state/showcase.cjs +1 -1
- package/dist/showcase/premium/loading-state/showcase.js +1 -85
- package/dist/showcase/premium/notification-center/index.cjs +1 -1
- package/dist/showcase/premium/notification-center/index.js +1 -3
- package/dist/showcase/premium/notification-center/mock.cjs +1 -16
- package/dist/showcase/premium/notification-center/mock.js +1 -31
- package/dist/showcase/premium/notification-center/showcase.cjs +1 -1
- package/dist/showcase/premium/notification-center/showcase.js +1 -128
- package/dist/showcase/premium/otp-input/index.cjs +1 -1
- package/dist/showcase/premium/otp-input/index.js +1 -3
- package/dist/showcase/premium/otp-input/mock.cjs +1 -14
- package/dist/showcase/premium/otp-input/mock.js +1 -31
- package/dist/showcase/premium/otp-input/showcase.cjs +1 -1
- package/dist/showcase/premium/otp-input/showcase.js +1 -87
- package/dist/showcase/premium/page-state/index.cjs +1 -1
- package/dist/showcase/premium/page-state/index.js +1 -3
- package/dist/showcase/premium/page-state/mock.cjs +1 -12
- package/dist/showcase/premium/page-state/mock.js +1 -31
- package/dist/showcase/premium/page-state/showcase.cjs +1 -1
- package/dist/showcase/premium/page-state/showcase.js +1 -82
- package/dist/showcase/premium/pagination/index.cjs +1 -1
- package/dist/showcase/premium/pagination/index.js +1 -3
- package/dist/showcase/premium/pagination/mock.cjs +1 -15
- package/dist/showcase/premium/pagination/mock.js +1 -31
- package/dist/showcase/premium/pagination/showcase.cjs +1 -1
- package/dist/showcase/premium/pagination/showcase.js +1 -160
- package/dist/showcase/premium/popover/data.cjs +1 -1
- package/dist/showcase/premium/popover/data.js +1 -23
- package/dist/showcase/premium/popover/index.cjs +1 -1
- package/dist/showcase/premium/popover/index.js +1 -4
- package/dist/showcase/premium/popover/mock.cjs +1 -24
- package/dist/showcase/premium/popover/mock.js +1 -43
- package/dist/showcase/premium/popover/showcase.cjs +1 -1
- package/dist/showcase/premium/popover/showcase.js +1 -143
- package/dist/showcase/premium/popover/types.cjs +1 -1
- package/dist/showcase/premium/popover/types.js +1 -0
- package/dist/showcase/premium/progress/index.cjs +1 -1
- package/dist/showcase/premium/progress/index.js +1 -3
- package/dist/showcase/premium/progress/mock.cjs +1 -15
- package/dist/showcase/premium/progress/mock.js +1 -31
- package/dist/showcase/premium/progress/showcase.cjs +1 -1
- package/dist/showcase/premium/progress/showcase.js +1 -100
- package/dist/showcase/premium/qr-code/index.cjs +1 -1
- package/dist/showcase/premium/qr-code/index.d.ts +2 -2
- package/dist/showcase/premium/qr-code/index.js +1 -3
- package/dist/showcase/premium/qr-code/mock.cjs +1 -5
- package/dist/showcase/premium/qr-code/mock.js +1 -19
- package/dist/showcase/premium/qr-code/showcase.cjs +1 -1
- package/dist/showcase/premium/qr-code/showcase.js +1 -37
- package/dist/showcase/premium/radio-group/index.cjs +1 -1
- package/dist/showcase/premium/radio-group/index.js +1 -3
- package/dist/showcase/premium/radio-group/mock.cjs +1 -14
- package/dist/showcase/premium/radio-group/mock.js +1 -39
- package/dist/showcase/premium/radio-group/showcase.cjs +1 -1
- package/dist/showcase/premium/radio-group/showcase.js +1 -149
- package/dist/showcase/premium/rating/index.cjs +1 -1
- package/dist/showcase/premium/rating/index.js +1 -3
- package/dist/showcase/premium/rating/mock.cjs +1 -14
- package/dist/showcase/premium/rating/mock.js +1 -31
- package/dist/showcase/premium/rating/showcase.cjs +1 -1
- package/dist/showcase/premium/rating/showcase.js +1 -90
- package/dist/showcase/premium/resizable-panel/index.cjs +1 -1
- package/dist/showcase/premium/resizable-panel/index.js +1 -3
- package/dist/showcase/premium/resizable-panel/mock.cjs +1 -11
- package/dist/showcase/premium/resizable-panel/mock.js +1 -19
- package/dist/showcase/premium/resizable-panel/showcase.cjs +1 -1
- package/dist/showcase/premium/resizable-panel/showcase.js +1 -40
- package/dist/showcase/premium/rich-text-editor/index.cjs +1 -1
- package/dist/showcase/premium/rich-text-editor/index.d.ts +2 -2
- package/dist/showcase/premium/rich-text-editor/index.js +1 -3
- package/dist/showcase/premium/rich-text-editor/mock.cjs +1 -7
- package/dist/showcase/premium/rich-text-editor/mock.js +1 -19
- package/dist/showcase/premium/rich-text-editor/showcase.cjs +1 -1
- package/dist/showcase/premium/rich-text-editor/showcase.js +1 -20
- package/dist/showcase/premium/right-click-menu/index.cjs +1 -1
- package/dist/showcase/premium/right-click-menu/index.js +1 -3
- package/dist/showcase/premium/right-click-menu/mock.cjs +1 -17
- package/dist/showcase/premium/right-click-menu/mock.js +1 -39
- package/dist/showcase/premium/right-click-menu/showcase.cjs +1 -1
- package/dist/showcase/premium/right-click-menu/showcase.js +1 -142
- package/dist/showcase/premium/saved-filter-select/index.cjs +1 -1
- package/dist/showcase/premium/saved-filter-select/index.js +1 -3
- package/dist/showcase/premium/saved-filter-select/mock.cjs +1 -22
- package/dist/showcase/premium/saved-filter-select/mock.js +1 -32
- package/dist/showcase/premium/saved-filter-select/showcase.cjs +1 -1
- package/dist/showcase/premium/saved-filter-select/showcase.js +1 -88
- package/dist/showcase/premium/scroll-box/index.cjs +1 -1
- package/dist/showcase/premium/scroll-box/index.js +1 -3
- package/dist/showcase/premium/scroll-box/mock.cjs +1 -13
- package/dist/showcase/premium/scroll-box/mock.js +1 -39
- package/dist/showcase/premium/scroll-box/showcase.cjs +1 -1
- package/dist/showcase/premium/scroll-box/showcase.js +1 -127
- package/dist/showcase/premium/section/index.cjs +1 -1
- package/dist/showcase/premium/section/index.js +1 -3
- package/dist/showcase/premium/section/mock.cjs +1 -14
- package/dist/showcase/premium/section/mock.js +1 -26
- package/dist/showcase/premium/section/showcase.cjs +1 -1
- package/dist/showcase/premium/section/showcase.js +1 -34
- package/dist/showcase/premium/segmented-control/index.cjs +1 -1
- package/dist/showcase/premium/segmented-control/index.js +1 -3
- package/dist/showcase/premium/segmented-control/mock.cjs +1 -18
- package/dist/showcase/premium/segmented-control/mock.js +1 -27
- package/dist/showcase/premium/segmented-control/showcase.cjs +1 -1
- package/dist/showcase/premium/segmented-control/showcase.js +1 -157
- package/dist/showcase/premium/select/data.cjs +1 -1
- package/dist/showcase/premium/select/data.js +1 -72
- package/dist/showcase/premium/select/index.cjs +1 -1
- package/dist/showcase/premium/select/index.js +1 -4
- package/dist/showcase/premium/select/mock.cjs +1 -24
- package/dist/showcase/premium/select/mock.js +1 -43
- package/dist/showcase/premium/select/showcase.cjs +1 -1
- package/dist/showcase/premium/select/showcase.js +1 -217
- package/dist/showcase/premium/select/types.cjs +1 -1
- package/dist/showcase/premium/select/types.js +1 -0
- package/dist/showcase/premium/signature-pad/index.cjs +1 -0
- package/dist/showcase/premium/signature-pad/index.d.ts +2 -0
- package/dist/showcase/premium/signature-pad/index.js +1 -0
- package/dist/showcase/premium/signature-pad/mock.cjs +1 -0
- package/dist/showcase/premium/signature-pad/mock.d.ts +2 -0
- package/dist/showcase/premium/signature-pad/mock.js +1 -0
- package/dist/showcase/premium/signature-pad/showcase.cjs +1 -0
- package/dist/showcase/premium/signature-pad/showcase.d.ts +2 -0
- package/dist/showcase/premium/signature-pad/showcase.js +1 -0
- package/dist/showcase/premium/skeleton/index.cjs +1 -1
- package/dist/showcase/premium/skeleton/index.js +1 -3
- package/dist/showcase/premium/skeleton/mock.cjs +1 -11
- package/dist/showcase/premium/skeleton/mock.js +1 -26
- package/dist/showcase/premium/skeleton/showcase.cjs +1 -1
- package/dist/showcase/premium/skeleton/showcase.js +1 -116
- package/dist/showcase/premium/slider/index.cjs +1 -1
- package/dist/showcase/premium/slider/index.js +1 -3
- package/dist/showcase/premium/slider/mock.cjs +1 -14
- package/dist/showcase/premium/slider/mock.js +1 -31
- package/dist/showcase/premium/slider/showcase.cjs +1 -1
- package/dist/showcase/premium/slider/showcase.js +1 -108
- package/dist/showcase/premium/sortable-list/index.cjs +1 -0
- package/dist/showcase/premium/sortable-list/index.d.ts +2 -0
- package/dist/showcase/premium/sortable-list/index.js +1 -0
- package/dist/showcase/premium/sortable-list/mock.cjs +1 -0
- package/dist/showcase/premium/sortable-list/mock.d.ts +2 -0
- package/dist/showcase/premium/sortable-list/mock.js +1 -0
- package/dist/showcase/premium/sortable-list/showcase.cjs +1 -0
- package/dist/showcase/premium/sortable-list/showcase.d.ts +2 -0
- package/dist/showcase/premium/sortable-list/showcase.js +1 -0
- package/dist/showcase/premium/spinner/index.cjs +1 -1
- package/dist/showcase/premium/spinner/index.js +1 -3
- package/dist/showcase/premium/spinner/mock.cjs +1 -13
- package/dist/showcase/premium/spinner/mock.js +1 -26
- package/dist/showcase/premium/spinner/showcase.cjs +1 -1
- package/dist/showcase/premium/spinner/showcase.js +1 -113
- package/dist/showcase/premium/statistic/index.cjs +1 -1
- package/dist/showcase/premium/statistic/index.js +1 -3
- package/dist/showcase/premium/statistic/mock.cjs +1 -11
- package/dist/showcase/premium/statistic/mock.js +1 -26
- package/dist/showcase/premium/statistic/showcase.cjs +1 -1
- package/dist/showcase/premium/statistic/showcase.d.ts +2 -1
- package/dist/showcase/premium/statistic/showcase.js +1 -120
- package/dist/showcase/premium/switch/data.cjs +1 -1
- package/dist/showcase/premium/switch/data.js +1 -19
- package/dist/showcase/premium/switch/index.cjs +1 -1
- package/dist/showcase/premium/switch/index.js +1 -4
- package/dist/showcase/premium/switch/mock.cjs +1 -18
- package/dist/showcase/premium/switch/mock.js +1 -42
- package/dist/showcase/premium/switch/showcase.cjs +1 -1
- package/dist/showcase/premium/switch/showcase.js +1 -116
- package/dist/showcase/premium/switch/types.cjs +1 -1
- package/dist/showcase/premium/switch/types.js +1 -0
- package/dist/showcase/premium/table/data.cjs +1 -1
- package/dist/showcase/premium/table/data.js +1 -53
- package/dist/showcase/premium/table/index.cjs +1 -1
- package/dist/showcase/premium/table/index.js +1 -4
- package/dist/showcase/premium/table/mock.cjs +1 -13
- package/dist/showcase/premium/table/mock.js +1 -43
- package/dist/showcase/premium/table/showcase.cjs +1 -1
- package/dist/showcase/premium/table/showcase.js +1 -228
- package/dist/showcase/premium/table/types.cjs +1 -1
- package/dist/showcase/premium/table/types.js +1 -0
- package/dist/showcase/premium/tabs/data.cjs +1 -1
- package/dist/showcase/premium/tabs/data.js +1 -20
- package/dist/showcase/premium/tabs/index.cjs +1 -1
- package/dist/showcase/premium/tabs/index.js +1 -4
- package/dist/showcase/premium/tabs/mock.cjs +1 -22
- package/dist/showcase/premium/tabs/mock.js +1 -43
- package/dist/showcase/premium/tabs/showcase.cjs +1 -1
- package/dist/showcase/premium/tabs/showcase.js +1 -256
- package/dist/showcase/premium/tabs/types.cjs +1 -1
- package/dist/showcase/premium/tabs/types.js +1 -0
- package/dist/showcase/premium/tag/index.cjs +1 -1
- package/dist/showcase/premium/tag/index.js +1 -3
- package/dist/showcase/premium/tag/mock.cjs +1 -13
- package/dist/showcase/premium/tag/mock.js +1 -26
- package/dist/showcase/premium/tag/showcase.cjs +1 -1
- package/dist/showcase/premium/tag/showcase.js +1 -60
- package/dist/showcase/premium/tag-input/index.cjs +1 -1
- package/dist/showcase/premium/tag-input/index.js +1 -3
- package/dist/showcase/premium/tag-input/mock.cjs +1 -14
- package/dist/showcase/premium/tag-input/mock.js +1 -31
- package/dist/showcase/premium/tag-input/showcase.cjs +1 -1
- package/dist/showcase/premium/tag-input/showcase.js +1 -87
- package/dist/showcase/premium/textarea/data.cjs +1 -1
- package/dist/showcase/premium/textarea/data.js +1 -24
- package/dist/showcase/premium/textarea/index.cjs +1 -1
- package/dist/showcase/premium/textarea/index.js +1 -4
- package/dist/showcase/premium/textarea/mock.cjs +1 -30
- package/dist/showcase/premium/textarea/mock.js +1 -43
- package/dist/showcase/premium/textarea/showcase.cjs +1 -1
- package/dist/showcase/premium/textarea/showcase.js +1 -169
- package/dist/showcase/premium/textarea/types.cjs +1 -1
- package/dist/showcase/premium/textarea/types.js +1 -0
- package/dist/showcase/premium/time-picker/index.cjs +1 -1
- package/dist/showcase/premium/time-picker/index.js +1 -3
- package/dist/showcase/premium/time-picker/mock.cjs +1 -11
- package/dist/showcase/premium/time-picker/mock.js +1 -15
- package/dist/showcase/premium/time-picker/showcase.cjs +1 -1
- package/dist/showcase/premium/time-picker/showcase.js +1 -52
- package/dist/showcase/premium/timeline/index.cjs +1 -1
- package/dist/showcase/premium/timeline/index.js +1 -3
- package/dist/showcase/premium/timeline/mock.cjs +1 -13
- package/dist/showcase/premium/timeline/mock.js +1 -31
- package/dist/showcase/premium/timeline/showcase.cjs +1 -1
- package/dist/showcase/premium/timeline/showcase.js +1 -91
- package/dist/showcase/premium/toast/index.cjs +1 -1
- package/dist/showcase/premium/toast/index.js +1 -3
- package/dist/showcase/premium/toast/mock.cjs +1 -28
- package/dist/showcase/premium/toast/mock.js +1 -31
- package/dist/showcase/premium/toast/showcase.cjs +1 -1
- package/dist/showcase/premium/toast/showcase.js +1 -174
- package/dist/showcase/premium/tooltip/index.cjs +1 -1
- package/dist/showcase/premium/tooltip/index.js +1 -3
- package/dist/showcase/premium/tooltip/mock.cjs +1 -15
- package/dist/showcase/premium/tooltip/mock.js +1 -39
- package/dist/showcase/premium/tooltip/showcase.cjs +1 -1
- package/dist/showcase/premium/tooltip/showcase.js +1 -113
- package/dist/showcase/premium/tree-view/index.cjs +1 -1
- package/dist/showcase/premium/tree-view/index.js +1 -3
- package/dist/showcase/premium/tree-view/mock.cjs +1 -19
- package/dist/showcase/premium/tree-view/mock.js +1 -19
- package/dist/showcase/premium/tree-view/showcase.cjs +1 -1
- package/dist/showcase/premium/tree-view/showcase.js +1 -57
- package/dist/showcase/premium/types.cjs +1 -1
- package/dist/showcase/premium/types.js +1 -13
- package/dist/showcase/premium/typography/index.cjs +1 -1
- package/dist/showcase/premium/typography/index.js +1 -3
- package/dist/showcase/premium/typography/mock.cjs +1 -13
- package/dist/showcase/premium/typography/mock.js +1 -26
- package/dist/showcase/premium/typography/showcase.cjs +1 -1
- package/dist/showcase/premium/typography/showcase.js +1 -38
- package/dist/showcase/premium/virtual-list/index.cjs +1 -0
- package/dist/showcase/premium/virtual-list/index.d.ts +2 -0
- package/dist/showcase/premium/virtual-list/index.js +1 -0
- package/dist/showcase/premium/virtual-list/mock.cjs +1 -0
- package/dist/showcase/premium/virtual-list/mock.d.ts +2 -0
- package/dist/showcase/premium/virtual-list/mock.js +1 -0
- package/dist/showcase/premium/virtual-list/showcase.cjs +1 -0
- package/dist/showcase/premium/virtual-list/showcase.d.ts +2 -0
- package/dist/showcase/premium/virtual-list/showcase.js +1 -0
- package/dist/showcase/preview-catalog.cjs +1 -42
- package/dist/showcase/preview-catalog.js +1 -57
- package/dist/showcase/preview-compositions.cjs +1 -0
- package/dist/showcase/preview-compositions.d.ts +30 -0
- package/dist/showcase/preview-compositions.js +1 -0
- package/dist/showcase/preview-registry.cjs +1 -1
- package/dist/showcase/preview-registry.js +1 -841
- package/dist/showcase/registry-quality.cjs +1 -1
- package/dist/showcase/registry-quality.js +1 -64
- package/dist/showcase/registry-specific.cjs +1 -1
- package/dist/showcase/registry-specific.js +1 -1121
- package/dist/showcase/render-registry-preview.cjs +1 -1
- package/dist/showcase/render-registry-preview.js +1 -939
- package/dist/showcase/search-utils.cjs +1 -1
- package/dist/showcase/search-utils.js +1 -44
- package/dist/showcase/site-data.cjs +1 -1
- package/dist/showcase/site-data.js +1 -4902
- package/dist/showcase/supplemental.cjs +1 -1
- package/dist/showcase/supplemental.js +1 -22
- package/dist/showcase/tembro-registry.json.cjs +1 -1
- package/dist/showcase/tembro-registry.json.js +1 -251
- package/dist/showcase/types.cjs +1 -1
- package/dist/showcase/types.js +1 -13
- package/dist/src/components/actions/action-menu.cjs +1 -0
- package/dist/src/components/actions/action-menu.js +97 -0
- package/dist/src/components/actions/button-group.cjs +1 -0
- package/dist/src/components/actions/button-group.js +66 -0
- package/dist/src/components/actions/copy-button.cjs +1 -0
- package/dist/src/components/actions/copy-button.js +56 -0
- package/dist/src/components/actions/demo.cjs +1 -0
- package/dist/src/components/actions/demo.js +9 -0
- package/dist/src/components/actions/index.cjs +1 -0
- package/dist/src/components/actions/index.js +5 -0
- package/dist/src/components/actions/public.cjs +1 -0
- package/dist/src/components/actions/public.js +5 -0
- package/dist/src/components/actions/quick-action-grid.cjs +1 -0
- package/dist/src/components/actions/quick-action-grid.js +99 -0
- package/dist/src/components/calendar/calendar.cjs +1 -0
- package/dist/src/components/calendar/calendar.js +283 -0
- package/dist/src/components/calendar/date-picker.cjs +1 -0
- package/dist/src/components/calendar/date-picker.js +80 -0
- package/dist/src/components/calendar/date-range-picker.cjs +1 -0
- package/dist/src/components/calendar/date-range-picker.js +183 -0
- package/dist/src/components/calendar/date-utils.cjs +1 -0
- package/dist/src/components/calendar/date-utils.js +53 -0
- package/dist/src/components/calendar/demo.cjs +1 -0
- package/dist/src/components/calendar/demo.js +5 -0
- package/dist/src/components/calendar/index.cjs +1 -0
- package/dist/src/components/calendar/index.js +5 -0
- package/dist/src/components/charts/charts.cjs +1 -0
- package/dist/src/components/charts/charts.js +301 -0
- package/dist/src/components/charts/index.cjs +1 -0
- package/dist/src/components/charts/index.js +3 -0
- package/dist/src/components/charts/progress-circle.cjs +1 -0
- package/dist/src/components/charts/progress-circle.js +5 -0
- package/dist/src/components/charts/progress-ring.cjs +1 -0
- package/dist/src/components/charts/progress-ring.js +57 -0
- package/dist/src/components/charts/public.cjs +1 -0
- package/dist/src/components/charts/public.js +2 -0
- package/dist/src/components/command/command-palette.cjs +1 -0
- package/dist/src/components/command/command-palette.js +219 -0
- package/dist/src/components/command/index.cjs +1 -0
- package/dist/src/components/command/index.js +2 -0
- package/dist/src/components/data-table/data-table-actions-column.cjs +1 -0
- package/dist/src/components/data-table/data-table-actions-column.js +32 -0
- package/dist/src/components/data-table/data-table-bulk-actions.cjs +1 -0
- package/dist/src/components/data-table/data-table-bulk-actions.js +41 -0
- package/dist/src/components/data-table/data-table-column-visibility-menu.cjs +1 -0
- package/dist/src/components/data-table/data-table-column-visibility-menu.js +65 -0
- package/dist/src/components/data-table/data-table-pagination.cjs +1 -0
- package/dist/src/components/data-table/data-table-pagination.js +50 -0
- package/dist/src/components/data-table/data-table-row-actions.cjs +1 -0
- package/dist/src/components/data-table/data-table-row-actions.js +17 -0
- package/dist/src/components/data-table/data-table-saved-filters.cjs +1 -0
- package/dist/src/components/data-table/data-table-saved-filters.js +126 -0
- package/dist/src/components/data-table/data-table-select-column.cjs +1 -0
- package/dist/src/components/data-table/data-table-select-column.js +33 -0
- package/dist/src/components/data-table/data-table-sortable-header.cjs +1 -0
- package/dist/src/components/data-table/data-table-sortable-header.js +24 -0
- package/dist/src/components/data-table/data-table-toolbar.cjs +1 -0
- package/dist/src/components/data-table/data-table-toolbar.js +83 -0
- package/dist/src/components/data-table/data-table-view-presets.cjs +1 -0
- package/dist/src/components/data-table/data-table-view-presets.js +62 -0
- package/dist/src/components/data-table/data-table.cjs +1 -0
- package/dist/src/components/data-table/data-table.js +298 -0
- package/dist/src/components/data-table/demo.cjs +1 -0
- package/dist/src/components/data-table/demo.js +9 -0
- package/dist/src/components/data-table/index.cjs +1 -0
- package/dist/src/components/data-table/index.js +14 -0
- package/dist/src/components/data-table/public.cjs +1 -0
- package/dist/src/components/data-table/public.js +2 -0
- package/dist/src/components/data-table/table-export-menu.cjs +1 -0
- package/dist/src/components/data-table/table-export-menu.js +47 -0
- package/dist/src/components/data-table/table-import-button.cjs +1 -0
- package/dist/src/components/data-table/table-import-button.js +32 -0
- package/dist/src/components/display/activity-feed.cjs +1 -0
- package/dist/src/components/display/activity-feed.js +94 -0
- package/dist/src/components/display/avatar.cjs +1 -0
- package/dist/src/components/display/avatar.js +73 -0
- package/dist/src/components/display/carousel.cjs +1 -0
- package/dist/src/components/display/carousel.js +172 -0
- package/dist/src/components/display/code-block.cjs +2 -0
- package/dist/src/components/display/code-block.js +56 -0
- package/dist/src/components/display/data-state.cjs +1 -0
- package/dist/src/components/display/data-state.js +113 -0
- package/dist/src/components/display/demo.cjs +1 -0
- package/dist/src/components/display/demo.js +12 -0
- package/dist/src/components/display/description-list.cjs +1 -0
- package/dist/src/components/display/description-list.js +68 -0
- package/dist/src/components/display/index.cjs +1 -0
- package/dist/src/components/display/index.js +20 -0
- package/dist/src/components/display/info-card.cjs +1 -0
- package/dist/src/components/display/info-card.js +129 -0
- package/dist/src/components/display/kanban.cjs +1 -0
- package/dist/src/components/display/kanban.js +242 -0
- package/dist/src/components/display/list.cjs +1 -0
- package/dist/src/components/display/list.js +62 -0
- package/dist/src/components/display/progress.cjs +1 -0
- package/dist/src/components/display/progress.js +86 -0
- package/dist/src/components/display/qr-code.cjs +1 -0
- package/dist/src/components/display/qr-code.js +74 -0
- package/dist/src/components/display/statistic.cjs +1 -0
- package/dist/src/components/display/statistic.js +100 -0
- package/dist/src/components/display/status-dot.cjs +1 -0
- package/dist/src/components/display/status-dot.js +36 -0
- package/dist/src/components/display/status-legend.cjs +1 -0
- package/dist/src/components/display/status-legend.js +74 -0
- package/dist/src/components/display/tag.cjs +1 -0
- package/dist/src/components/display/tag.js +58 -0
- package/dist/src/components/display/timeline.cjs +1 -0
- package/dist/src/components/display/timeline.js +141 -0
- package/dist/src/components/display/tree-view.cjs +1 -0
- package/dist/src/components/display/tree-view.js +134 -0
- package/dist/src/components/display/typography.cjs +1 -0
- package/dist/src/components/display/typography.js +51 -0
- package/dist/src/components/display/virtual-list.cjs +1 -0
- package/dist/src/components/display/virtual-list.js +91 -0
- package/dist/src/components/dnd/index.cjs +1 -0
- package/dist/src/components/dnd/index.js +2 -0
- package/dist/src/components/dnd/sortable-list.cjs +1 -0
- package/dist/src/components/dnd/sortable-list.js +124 -0
- package/dist/src/components/feedback/alert.cjs +1 -0
- package/dist/src/components/feedback/alert.js +90 -0
- package/dist/src/components/feedback/demo.cjs +1 -0
- package/dist/src/components/feedback/demo.js +5 -0
- package/dist/src/components/feedback/index.cjs +1 -0
- package/dist/src/components/feedback/index.js +4 -0
- package/dist/src/components/feedback/loading-state.cjs +1 -0
- package/dist/src/components/feedback/loading-state.js +40 -0
- package/dist/src/components/feedback/page-state.cjs +1 -0
- package/dist/src/components/feedback/page-state.js +68 -0
- package/dist/src/components/filters/demo.cjs +1 -0
- package/dist/src/components/filters/demo.js +5 -0
- package/dist/src/components/filters/filter-bar.cjs +1 -0
- package/dist/src/components/filters/filter-bar.js +103 -0
- package/dist/src/components/filters/index.cjs +1 -0
- package/dist/src/components/filters/index.js +3 -0
- package/dist/src/components/filters/saved-filter-select.cjs +1 -0
- package/dist/src/components/filters/saved-filter-select.js +107 -0
- package/dist/src/components/form/demo.cjs +1 -0
- package/dist/src/components/form/demo.js +12 -0
- package/dist/src/components/form/form-date-picker.cjs +1 -0
- package/dist/src/components/form/form-date-picker.js +28 -0
- package/dist/src/components/form/form-date-range-input.cjs +1 -0
- package/dist/src/components/form/form-date-range-input.js +34 -0
- package/dist/src/components/form/form-date-range-picker.cjs +1 -0
- package/dist/src/components/form/form-date-range-picker.js +37 -0
- package/dist/src/components/form/form-field-shell.cjs +1 -0
- package/dist/src/components/form/form-field-shell.js +113 -0
- package/dist/src/components/form/form-input.cjs +1 -0
- package/dist/src/components/form/form-input.js +403 -0
- package/dist/src/components/form/form-select.cjs +1 -0
- package/dist/src/components/form/form-select.js +85 -0
- package/dist/src/components/form/form-switch.cjs +1 -0
- package/dist/src/components/form/form-switch.js +102 -0
- package/dist/src/components/form/form-textarea.cjs +1 -0
- package/dist/src/components/form/form-textarea.js +67 -0
- package/dist/src/components/form/index.cjs +1 -0
- package/dist/src/components/form/index.js +9 -0
- package/dist/src/components/form/public.cjs +1 -0
- package/dist/src/components/form/public.js +9 -0
- package/dist/src/components/inputs/async-select.cjs +1 -0
- package/dist/src/components/inputs/async-select.js +585 -0
- package/dist/src/components/inputs/color-picker.cjs +1 -0
- package/dist/src/components/inputs/color-picker.js +124 -0
- package/dist/src/components/inputs/demo.cjs +1 -0
- package/dist/src/components/inputs/demo.js +14 -0
- package/dist/src/components/inputs/index.cjs +1 -0
- package/dist/src/components/inputs/index.js +11 -0
- package/dist/src/components/inputs/inline-editable.cjs +1 -0
- package/dist/src/components/inputs/inline-editable.js +53 -0
- package/dist/src/components/inputs/json-input.cjs +1 -0
- package/dist/src/components/inputs/json-input.js +47 -0
- package/dist/src/components/inputs/otp-input.cjs +1 -0
- package/dist/src/components/inputs/otp-input.js +51 -0
- package/dist/src/components/inputs/public.cjs +1 -0
- package/dist/src/components/inputs/public.js +11 -0
- package/dist/src/components/inputs/rating.cjs +1 -0
- package/dist/src/components/inputs/rating.js +46 -0
- package/dist/src/components/inputs/signature-pad.cjs +1 -0
- package/dist/src/components/inputs/signature-pad.js +118 -0
- package/dist/src/components/inputs/slider.cjs +1 -0
- package/dist/src/components/inputs/slider.js +119 -0
- package/dist/src/components/inputs/tag-input.cjs +1 -0
- package/dist/src/components/inputs/tag-input.js +69 -0
- package/dist/src/components/inputs/time-picker.cjs +1 -0
- package/dist/src/components/inputs/time-picker.js +51 -0
- package/dist/src/components/layout/app-header.cjs +1 -0
- package/dist/src/components/layout/app-header.js +28 -0
- package/dist/src/components/layout/app-sidebar.cjs +1 -0
- package/dist/src/components/layout/app-sidebar.js +493 -0
- package/dist/src/components/layout/breadcrumbs.cjs +1 -0
- package/dist/src/components/layout/breadcrumbs.js +86 -0
- package/dist/src/components/layout/controllable-details.cjs +1 -0
- package/dist/src/components/layout/controllable-details.js +18 -0
- package/dist/src/components/layout/demo.cjs +1 -0
- package/dist/src/components/layout/demo.js +5 -0
- package/dist/src/components/layout/index.cjs +1 -0
- package/dist/src/components/layout/index.js +5 -0
- package/dist/src/components/layout/page-container.cjs +1 -0
- package/dist/src/components/layout/page-container.js +21 -0
- package/dist/src/components/layout/page-header.cjs +1 -0
- package/dist/src/components/layout/page-header.js +92 -0
- package/dist/src/components/layout/public.cjs +1 -0
- package/dist/src/components/layout/public.js +4 -0
- package/dist/src/components/layout/section-header.cjs +1 -0
- package/dist/src/components/layout/section-header.js +44 -0
- package/dist/src/components/layout/section.cjs +1 -0
- package/dist/src/components/layout/section.js +74 -0
- package/dist/src/components/layout/sidebar-nav.cjs +1 -0
- package/dist/src/components/layout/sidebar-nav.js +220 -0
- package/dist/src/components/layout/sticky-footer-bar.cjs +1 -0
- package/dist/src/components/layout/sticky-footer-bar.js +20 -0
- package/dist/src/components/modern/calendar-scheduler.cjs +1 -0
- package/dist/src/components/modern/calendar-scheduler.js +91 -0
- package/dist/src/components/modern/dual-list-picker.cjs +1 -0
- package/dist/src/components/modern/dual-list-picker.js +108 -0
- package/dist/src/components/modern/image-cropper.cjs +1 -0
- package/dist/src/components/modern/image-cropper.js +143 -0
- package/dist/src/components/modern/index.cjs +1 -0
- package/dist/src/components/modern/index.js +6 -0
- package/dist/src/components/modern/resizable-panel.cjs +1 -0
- package/dist/src/components/modern/resizable-panel.js +113 -0
- package/dist/src/components/modern/rich-text-editor.cjs +1 -0
- package/dist/src/components/modern/rich-text-editor.js +172 -0
- package/dist/src/components/navigation/demo.cjs +1 -0
- package/dist/src/components/navigation/demo.js +5 -0
- package/dist/src/components/navigation/index.cjs +1 -0
- package/dist/src/components/navigation/index.js +2 -0
- package/dist/src/components/navigation/pagination.cjs +1 -0
- package/dist/src/components/navigation/pagination.js +122 -0
- package/dist/src/components/notifications/index.cjs +1 -0
- package/dist/src/components/notifications/index.js +3 -0
- package/dist/src/components/notifications/notification-center.cjs +1 -0
- package/dist/src/components/notifications/notification-center.js +99 -0
- package/dist/src/components/notifications/toast.cjs +1 -0
- package/dist/src/components/notifications/toast.js +198 -0
- package/dist/src/components/overlay/alert-dialog.cjs +1 -0
- package/dist/src/components/overlay/alert-dialog.js +108 -0
- package/dist/src/components/overlay/confirm-dialog.cjs +1 -0
- package/dist/src/components/overlay/confirm-dialog.js +63 -0
- package/dist/src/components/overlay/demo.cjs +1 -0
- package/dist/src/components/overlay/demo.js +9 -0
- package/dist/src/components/overlay/drawer.cjs +1 -0
- package/dist/src/components/overlay/drawer.js +58 -0
- package/dist/src/components/overlay/index.cjs +1 -0
- package/dist/src/components/overlay/index.js +4 -0
- package/dist/src/components/patterns/bulk-action-bar.cjs +1 -0
- package/dist/src/components/patterns/bulk-action-bar.js +34 -0
- package/dist/src/components/patterns/data-view.cjs +1 -0
- package/dist/src/components/patterns/data-view.js +47 -0
- package/dist/src/components/patterns/demo.cjs +1 -0
- package/dist/src/components/patterns/demo.js +5 -0
- package/dist/src/components/patterns/detail-layout.cjs +1 -0
- package/dist/src/components/patterns/detail-layout.js +65 -0
- package/dist/src/components/patterns/empty-state.cjs +1 -0
- package/dist/src/components/patterns/empty-state.js +62 -0
- package/dist/src/components/patterns/form-builder.cjs +1 -0
- package/dist/src/components/patterns/form-builder.js +263 -0
- package/dist/src/components/patterns/index.cjs +1 -0
- package/dist/src/components/patterns/index.js +10 -0
- package/dist/src/components/patterns/page-toolbar.cjs +1 -0
- package/dist/src/components/patterns/page-toolbar.js +41 -0
- package/dist/src/components/patterns/public.cjs +1 -0
- package/dist/src/components/patterns/public.js +10 -0
- package/dist/src/components/patterns/resource-detail-page.cjs +1 -0
- package/dist/src/components/patterns/resource-detail-page.js +100 -0
- package/dist/src/components/patterns/resource-page.cjs +1 -0
- package/dist/src/components/patterns/resource-page.js +97 -0
- package/dist/src/components/patterns/settings-page.cjs +1 -0
- package/dist/src/components/patterns/settings-page.js +64 -0
- package/dist/src/components/theme-provider.cjs +1 -0
- package/dist/src/components/theme-provider.js +53 -0
- package/dist/src/components/ui/accordion/index.cjs +1 -0
- package/dist/src/components/ui/accordion/index.js +6 -0
- package/dist/src/components/ui/badge/index.cjs +1 -0
- package/dist/src/components/ui/badge/index.js +105 -0
- package/dist/src/components/ui/button/index.cjs +1 -0
- package/dist/src/components/ui/button/index.js +79 -0
- package/dist/src/components/ui/button.cjs +1 -0
- package/dist/src/components/ui/button.js +2 -0
- package/dist/src/components/ui/card/index.cjs +1 -0
- package/dist/src/components/ui/card/index.js +197 -0
- package/dist/src/components/ui/checkbox/index.cjs +1 -0
- package/dist/src/components/ui/checkbox/index.js +47 -0
- package/dist/src/components/ui/collapse/index.cjs +1 -0
- package/dist/src/components/ui/collapse/index.js +126 -0
- package/dist/src/components/ui/command/index.cjs +1 -0
- package/dist/src/components/ui/command/index.js +87 -0
- package/dist/src/components/ui/dialog/index.cjs +1 -0
- package/dist/src/components/ui/dialog/index.js +95 -0
- package/dist/src/components/ui/divider/index.cjs +1 -0
- package/dist/src/components/ui/divider/index.js +35 -0
- package/dist/src/components/ui/dropdown-menu/index.cjs +1 -0
- package/dist/src/components/ui/dropdown-menu/index.js +159 -0
- package/dist/src/components/ui/input/chrome.cjs +1 -0
- package/dist/src/components/ui/input/chrome.js +24 -0
- package/dist/src/components/ui/input/clearable.cjs +1 -0
- package/dist/src/components/ui/input/clearable.js +48 -0
- package/dist/src/components/ui/input/date-range.cjs +1 -0
- package/dist/src/components/ui/input/date-range.js +41 -0
- package/dist/src/components/ui/input/date.cjs +1 -0
- package/dist/src/components/ui/input/date.js +23 -0
- package/dist/src/components/ui/input/decorator.cjs +1 -0
- package/dist/src/components/ui/input/decorator.js +63 -0
- package/dist/src/components/ui/input/group.cjs +1 -0
- package/dist/src/components/ui/input/group.js +79 -0
- package/dist/src/components/ui/input/index.cjs +1 -0
- package/dist/src/components/ui/input/index.js +169 -0
- package/dist/src/components/ui/input/masked.cjs +1 -0
- package/dist/src/components/ui/input/masked.js +23 -0
- package/dist/src/components/ui/input/money.cjs +1 -0
- package/dist/src/components/ui/input/money.js +36 -0
- package/dist/src/components/ui/input/number.cjs +1 -0
- package/dist/src/components/ui/input/number.js +43 -0
- package/dist/src/components/ui/input/numeric-value.cjs +1 -0
- package/dist/src/components/ui/input/numeric-value.js +21 -0
- package/dist/src/components/ui/input/password.cjs +1 -0
- package/dist/src/components/ui/input/password.js +50 -0
- package/dist/src/components/ui/input/phone.cjs +1 -0
- package/dist/src/components/ui/input/phone.js +33 -0
- package/dist/src/components/ui/input/primitive.cjs +1 -0
- package/dist/src/components/ui/input/primitive.js +15 -0
- package/dist/src/components/ui/input/quantity.cjs +1 -0
- package/dist/src/components/ui/input/quantity.js +59 -0
- package/dist/src/components/ui/input/search.cjs +1 -0
- package/dist/src/components/ui/input/search.js +55 -0
- package/dist/src/components/ui/input/value.cjs +1 -0
- package/dist/src/components/ui/input/value.js +16 -0
- package/dist/src/components/ui/input.cjs +1 -0
- package/dist/src/components/ui/input.js +3 -0
- package/dist/src/components/ui/kbd/index.cjs +1 -0
- package/dist/src/components/ui/kbd/index.js +23 -0
- package/dist/src/components/ui/popover/index.cjs +1 -0
- package/dist/src/components/ui/popover/index.js +56 -0
- package/dist/src/components/ui/radio-group/index.cjs +1 -0
- package/dist/src/components/ui/radio-group/index.js +92 -0
- package/dist/src/components/ui/right-click-menu/index.cjs +1 -0
- package/dist/src/components/ui/right-click-menu/index.js +98 -0
- package/dist/src/components/ui/scroll-box/index.cjs +1 -0
- package/dist/src/components/ui/scroll-box/index.js +17 -0
- package/dist/src/components/ui/segmented-control/index.cjs +1 -0
- package/dist/src/components/ui/segmented-control/index.js +48 -0
- package/dist/src/components/ui/select/index.cjs +1 -0
- package/dist/src/components/ui/select/index.js +215 -0
- package/dist/src/components/ui/skeleton/index.cjs +1 -0
- package/dist/src/components/ui/skeleton/index.js +48 -0
- package/dist/src/components/ui/spinner/index.cjs +1 -0
- package/dist/src/components/ui/spinner/index.js +34 -0
- package/dist/src/components/ui/switch/index.cjs +1 -0
- package/dist/src/components/ui/switch/index.js +61 -0
- package/dist/src/components/ui/table/index.cjs +1 -0
- package/dist/src/components/ui/table/index.js +69 -0
- package/dist/src/components/ui/tabs/index.cjs +1 -0
- package/dist/src/components/ui/tabs/index.js +31 -0
- package/dist/src/components/ui/textarea/index.cjs +1 -0
- package/dist/src/components/ui/textarea/index.js +43 -0
- package/dist/src/components/ui/textarea.cjs +1 -0
- package/dist/src/components/ui/textarea.js +2 -0
- package/dist/src/components/ui/tooltip/index.cjs +1 -0
- package/dist/src/components/ui/tooltip/index.js +46 -0
- package/dist/src/components/upload/demo.cjs +1 -0
- package/dist/src/components/upload/demo.js +5 -0
- package/dist/src/components/upload/file-upload.cjs +1 -0
- package/dist/src/components/upload/file-upload.js +362 -0
- package/dist/src/components/upload/image-upload.cjs +1 -0
- package/dist/src/components/upload/image-upload.js +120 -0
- package/dist/src/components/upload/index.cjs +1 -0
- package/dist/src/components/upload/index.js +3 -0
- package/dist/src/components/wizard/demo.cjs +1 -0
- package/dist/src/components/wizard/demo.js +5 -0
- package/dist/src/components/wizard/index.cjs +1 -0
- package/dist/src/components/wizard/index.js +3 -0
- package/dist/src/components/wizard/stepper.cjs +1 -0
- package/dist/src/components/wizard/stepper.js +38 -0
- package/dist/src/components/wizard/wizard.cjs +1 -0
- package/dist/src/components/wizard/wizard.js +43 -0
- package/dist/src/hooks/index.cjs +1 -0
- package/dist/src/hooks/index.js +7 -0
- package/dist/src/hooks/use-before-unload-when-dirty.cjs +1 -0
- package/dist/src/hooks/use-before-unload-when-dirty.js +13 -0
- package/dist/src/hooks/use-data-table-view-state.cjs +1 -0
- package/dist/src/hooks/use-data-table-view-state.js +63 -0
- package/dist/src/hooks/use-debounce.cjs +1 -0
- package/dist/src/hooks/use-debounce.js +27 -0
- package/dist/src/hooks/use-disclosure.cjs +1 -0
- package/dist/src/hooks/use-disclosure.js +16 -0
- package/dist/src/hooks/use-is-mobile.cjs +1 -0
- package/dist/src/hooks/use-is-mobile.js +17 -0
- package/dist/src/hooks/use-session-storage-state.cjs +1 -0
- package/dist/src/hooks/use-session-storage-state.js +44 -0
- package/dist/src/index.cjs +1 -0
- package/dist/src/index.js +115 -0
- package/dist/src/lib/utils.cjs +1 -0
- package/dist/src/lib/utils.js +11 -0
- package/dist/src/public-component-surface.cjs +1 -0
- package/dist/src/public-component-surface.js +303 -0
- package/dist/src/showcase/component-api-schema.cjs +1 -0
- package/dist/src/showcase/component-api-schema.js +903 -0
- package/dist/src/showcase/component-route-data.cjs +1 -0
- package/dist/src/showcase/component-route-data.js +68 -0
- package/dist/src/showcase/create-demo.cjs +25 -0
- package/dist/src/showcase/create-demo.js +193 -0
- package/dist/src/showcase/demo-snippets/actions/index.cjs +64 -0
- package/dist/src/showcase/demo-snippets/actions/index.js +10 -0
- package/dist/src/showcase/demo-snippets/forms/index.cjs +26 -0
- package/dist/src/showcase/demo-snippets/forms/index.js +9 -0
- package/dist/src/showcase/demo-snippets/index.cjs +1 -0
- package/dist/src/showcase/demo-snippets/index.js +13 -0
- package/dist/src/showcase/demo-snippets/layout/index.cjs +45 -0
- package/dist/src/showcase/demo-snippets/layout/index.js +9 -0
- package/dist/src/showcase/demo-snippets/upload/index.cjs +5 -0
- package/dist/src/showcase/demo-snippets/upload/index.js +4 -0
- package/dist/src/showcase/fallback.cjs +5 -0
- package/dist/src/showcase/fallback.js +783 -0
- package/dist/src/showcase/index.cjs +1 -0
- package/dist/src/showcase/index.js +50 -0
- package/dist/src/showcase/package-meta.cjs +1 -0
- package/dist/src/showcase/package-meta.js +4 -0
- package/dist/src/showcase/premium/action-menu/index.cjs +1 -0
- package/dist/src/showcase/premium/action-menu/index.js +3 -0
- package/dist/src/showcase/premium/action-menu/mock.cjs +14 -0
- package/dist/src/showcase/premium/action-menu/mock.js +31 -0
- package/dist/src/showcase/premium/action-menu/showcase.cjs +1 -0
- package/dist/src/showcase/premium/action-menu/showcase.js +124 -0
- package/dist/src/showcase/premium/activity-feed/index.cjs +1 -0
- package/dist/src/showcase/premium/activity-feed/index.js +3 -0
- package/dist/src/showcase/premium/activity-feed/mock.cjs +11 -0
- package/dist/src/showcase/premium/activity-feed/mock.js +36 -0
- package/dist/src/showcase/premium/activity-feed/showcase.cjs +1 -0
- package/dist/src/showcase/premium/activity-feed/showcase.js +101 -0
- package/dist/src/showcase/premium/alert/index.cjs +1 -0
- package/dist/src/showcase/premium/alert/index.js +3 -0
- package/dist/src/showcase/premium/alert/mock.cjs +12 -0
- package/dist/src/showcase/premium/alert/mock.js +31 -0
- package/dist/src/showcase/premium/alert/showcase.cjs +1 -0
- package/dist/src/showcase/premium/alert/showcase.js +137 -0
- package/dist/src/showcase/premium/alert-dialog/index.cjs +1 -0
- package/dist/src/showcase/premium/alert-dialog/index.js +3 -0
- package/dist/src/showcase/premium/alert-dialog/mock.cjs +19 -0
- package/dist/src/showcase/premium/alert-dialog/mock.js +31 -0
- package/dist/src/showcase/premium/alert-dialog/showcase.cjs +1 -0
- package/dist/src/showcase/premium/alert-dialog/showcase.js +138 -0
- package/dist/src/showcase/premium/app-sidebar/index.cjs +1 -0
- package/dist/src/showcase/premium/app-sidebar/index.js +3 -0
- package/dist/src/showcase/premium/app-sidebar/mock.cjs +37 -0
- package/dist/src/showcase/premium/app-sidebar/mock.js +34 -0
- package/dist/src/showcase/premium/app-sidebar/showcase.cjs +1 -0
- package/dist/src/showcase/premium/app-sidebar/showcase.js +288 -0
- package/dist/src/showcase/premium/async-multi-select/index.cjs +1 -0
- package/dist/src/showcase/premium/async-multi-select/index.js +3 -0
- package/dist/src/showcase/premium/async-multi-select/mock.cjs +41 -0
- package/dist/src/showcase/premium/async-multi-select/mock.js +43 -0
- package/dist/src/showcase/premium/async-multi-select/showcase.cjs +1 -0
- package/dist/src/showcase/premium/async-multi-select/showcase.js +54 -0
- package/dist/src/showcase/premium/async-select/index.cjs +1 -0
- package/dist/src/showcase/premium/async-select/index.js +3 -0
- package/dist/src/showcase/premium/async-select/mock.cjs +55 -0
- package/dist/src/showcase/premium/async-select/mock.js +43 -0
- package/dist/src/showcase/premium/async-select/showcase.cjs +1 -0
- package/dist/src/showcase/premium/async-select/showcase.js +204 -0
- package/dist/src/showcase/premium/avatar/index.cjs +1 -0
- package/dist/src/showcase/premium/avatar/index.js +3 -0
- package/dist/src/showcase/premium/avatar/mock.cjs +16 -0
- package/dist/src/showcase/premium/avatar/mock.js +26 -0
- package/dist/src/showcase/premium/avatar/showcase.cjs +1 -0
- package/dist/src/showcase/premium/avatar/showcase.js +149 -0
- package/dist/src/showcase/premium/badge/data.cjs +1 -0
- package/dist/src/showcase/premium/badge/data.js +35 -0
- package/dist/src/showcase/premium/badge/index.cjs +1 -0
- package/dist/src/showcase/premium/badge/index.js +4 -0
- package/dist/src/showcase/premium/badge/mock.cjs +13 -0
- package/dist/src/showcase/premium/badge/mock.js +43 -0
- package/dist/src/showcase/premium/badge/showcase.cjs +1 -0
- package/dist/src/showcase/premium/badge/showcase.js +221 -0
- package/dist/src/showcase/premium/badge/types.cjs +1 -0
- package/dist/src/showcase/premium/badge/types.js +0 -0
- package/dist/src/showcase/premium/breadcrumbs/index.cjs +1 -0
- package/dist/src/showcase/premium/breadcrumbs/index.js +3 -0
- package/dist/src/showcase/premium/breadcrumbs/mock.cjs +11 -0
- package/dist/src/showcase/premium/breadcrumbs/mock.js +31 -0
- package/dist/src/showcase/premium/breadcrumbs/showcase.cjs +1 -0
- package/dist/src/showcase/premium/breadcrumbs/showcase.js +115 -0
- package/dist/src/showcase/premium/button/data.cjs +1 -0
- package/dist/src/showcase/premium/button/data.js +100 -0
- package/dist/src/showcase/premium/button/index.cjs +1 -0
- package/dist/src/showcase/premium/button/index.js +4 -0
- package/dist/src/showcase/premium/button/mock.cjs +65 -0
- package/dist/src/showcase/premium/button/mock.js +48 -0
- package/dist/src/showcase/premium/button/showcase.cjs +1 -0
- package/dist/src/showcase/premium/button/showcase.js +331 -0
- package/dist/src/showcase/premium/button/types.cjs +1 -0
- package/dist/src/showcase/premium/button/types.js +0 -0
- package/dist/src/showcase/premium/button-group/index.cjs +1 -0
- package/dist/src/showcase/premium/button-group/index.js +3 -0
- package/dist/src/showcase/premium/button-group/mock.cjs +16 -0
- package/dist/src/showcase/premium/button-group/mock.js +31 -0
- package/dist/src/showcase/premium/button-group/showcase.cjs +1 -0
- package/dist/src/showcase/premium/button-group/showcase.js +116 -0
- package/dist/src/showcase/premium/calendar/index.cjs +1 -0
- package/dist/src/showcase/premium/calendar/index.js +3 -0
- package/dist/src/showcase/premium/calendar/mock.cjs +18 -0
- package/dist/src/showcase/premium/calendar/mock.js +31 -0
- package/dist/src/showcase/premium/calendar/showcase.cjs +1 -0
- package/dist/src/showcase/premium/calendar/showcase.js +158 -0
- package/dist/src/showcase/premium/calendar-scheduler/index.cjs +1 -0
- package/dist/src/showcase/premium/calendar-scheduler/index.js +3 -0
- package/dist/src/showcase/premium/calendar-scheduler/mock.cjs +13 -0
- package/dist/src/showcase/premium/calendar-scheduler/mock.js +19 -0
- package/dist/src/showcase/premium/calendar-scheduler/showcase.cjs +1 -0
- package/dist/src/showcase/premium/calendar-scheduler/showcase.js +58 -0
- package/dist/src/showcase/premium/card/data.cjs +1 -0
- package/dist/src/showcase/premium/card/data.js +24 -0
- package/dist/src/showcase/premium/card/index.cjs +1 -0
- package/dist/src/showcase/premium/card/index.js +4 -0
- package/dist/src/showcase/premium/card/mock.cjs +18 -0
- package/dist/src/showcase/premium/card/mock.js +43 -0
- package/dist/src/showcase/premium/card/showcase.cjs +1 -0
- package/dist/src/showcase/premium/card/showcase.js +154 -0
- package/dist/src/showcase/premium/card/types.cjs +1 -0
- package/dist/src/showcase/premium/card/types.js +0 -0
- package/dist/src/showcase/premium/carousel/index.cjs +1 -0
- package/dist/src/showcase/premium/carousel/index.js +3 -0
- package/dist/src/showcase/premium/carousel/mock.cjs +11 -0
- package/dist/src/showcase/premium/carousel/mock.js +26 -0
- package/dist/src/showcase/premium/carousel/showcase.cjs +1 -0
- package/dist/src/showcase/premium/carousel/showcase.js +147 -0
- package/dist/src/showcase/premium/checkbox/data.cjs +1 -0
- package/dist/src/showcase/premium/checkbox/data.js +28 -0
- package/dist/src/showcase/premium/checkbox/index.cjs +1 -0
- package/dist/src/showcase/premium/checkbox/index.js +4 -0
- package/dist/src/showcase/premium/checkbox/mock.cjs +27 -0
- package/dist/src/showcase/premium/checkbox/mock.js +42 -0
- package/dist/src/showcase/premium/checkbox/showcase.cjs +1 -0
- package/dist/src/showcase/premium/checkbox/showcase.js +184 -0
- package/dist/src/showcase/premium/checkbox/types.cjs +1 -0
- package/dist/src/showcase/premium/checkbox/types.js +0 -0
- package/dist/src/showcase/premium/code-block/index.cjs +1 -0
- package/dist/src/showcase/premium/code-block/index.js +3 -0
- package/dist/src/showcase/premium/code-block/mock.cjs +7 -0
- package/dist/src/showcase/premium/code-block/mock.js +26 -0
- package/dist/src/showcase/premium/code-block/showcase.cjs +5 -0
- package/dist/src/showcase/premium/code-block/showcase.js +62 -0
- package/dist/src/showcase/premium/collapse/index.cjs +1 -0
- package/dist/src/showcase/premium/collapse/index.js +3 -0
- package/dist/src/showcase/premium/collapse/mock.cjs +20 -0
- package/dist/src/showcase/premium/collapse/mock.js +39 -0
- package/dist/src/showcase/premium/collapse/showcase.cjs +1 -0
- package/dist/src/showcase/premium/collapse/showcase.js +161 -0
- package/dist/src/showcase/premium/color-picker/index.cjs +1 -0
- package/dist/src/showcase/premium/color-picker/index.js +3 -0
- package/dist/src/showcase/premium/color-picker/mock.cjs +11 -0
- package/dist/src/showcase/premium/color-picker/mock.js +15 -0
- package/dist/src/showcase/premium/color-picker/showcase.cjs +1 -0
- package/dist/src/showcase/premium/color-picker/showcase.js +21 -0
- package/dist/src/showcase/premium/command-palette/index.cjs +1 -0
- package/dist/src/showcase/premium/command-palette/index.js +3 -0
- package/dist/src/showcase/premium/command-palette/mock.cjs +24 -0
- package/dist/src/showcase/premium/command-palette/mock.js +31 -0
- package/dist/src/showcase/premium/command-palette/showcase.cjs +1 -0
- package/dist/src/showcase/premium/command-palette/showcase.js +208 -0
- package/dist/src/showcase/premium/confirm-dialog/index.cjs +1 -0
- package/dist/src/showcase/premium/confirm-dialog/index.js +3 -0
- package/dist/src/showcase/premium/confirm-dialog/mock.cjs +33 -0
- package/dist/src/showcase/premium/confirm-dialog/mock.js +43 -0
- package/dist/src/showcase/premium/confirm-dialog/showcase.cjs +1 -0
- package/dist/src/showcase/premium/confirm-dialog/showcase.js +132 -0
- package/dist/src/showcase/premium/copy-button/index.cjs +1 -0
- package/dist/src/showcase/premium/copy-button/index.js +3 -0
- package/dist/src/showcase/premium/copy-button/mock.cjs +13 -0
- package/dist/src/showcase/premium/copy-button/mock.js +26 -0
- package/dist/src/showcase/premium/copy-button/showcase.cjs +1 -0
- package/dist/src/showcase/premium/copy-button/showcase.js +106 -0
- package/dist/src/showcase/premium/data-state/index.cjs +1 -0
- package/dist/src/showcase/premium/data-state/index.js +3 -0
- package/dist/src/showcase/premium/data-state/mock.cjs +12 -0
- package/dist/src/showcase/premium/data-state/mock.js +26 -0
- package/dist/src/showcase/premium/data-state/showcase.cjs +1 -0
- package/dist/src/showcase/premium/data-state/showcase.js +60 -0
- package/dist/src/showcase/premium/data-table/data.js +127 -0
- package/dist/src/showcase/premium/data-table/index.cjs +1 -0
- package/dist/src/showcase/premium/data-table/index.js +4 -0
- package/dist/src/showcase/premium/data-table/mock.cjs +28 -0
- package/dist/src/showcase/premium/data-table/mock.js +35 -0
- package/dist/src/showcase/premium/data-table/showcase.cjs +1 -0
- package/dist/src/showcase/premium/data-table/showcase.js +300 -0
- package/dist/src/showcase/premium/data-table/types.cjs +1 -0
- package/dist/src/showcase/premium/data-table/types.js +0 -0
- package/dist/src/showcase/premium/date-picker/index.cjs +1 -0
- package/dist/src/showcase/premium/date-picker/index.js +3 -0
- package/dist/src/showcase/premium/date-picker/mock.cjs +16 -0
- package/dist/src/showcase/premium/date-picker/mock.js +43 -0
- package/dist/src/showcase/premium/date-picker/showcase.cjs +1 -0
- package/dist/src/showcase/premium/date-picker/showcase.js +29 -0
- package/dist/src/showcase/premium/date-range-picker/index.cjs +1 -0
- package/dist/src/showcase/premium/date-range-picker/index.js +3 -0
- package/dist/src/showcase/premium/date-range-picker/mock.cjs +16 -0
- package/dist/src/showcase/premium/date-range-picker/mock.js +43 -0
- package/dist/src/showcase/premium/date-range-picker/showcase.cjs +1 -0
- package/dist/src/showcase/premium/date-range-picker/showcase.js +71 -0
- package/dist/src/showcase/premium/description-list/index.cjs +1 -0
- package/dist/src/showcase/premium/description-list/index.js +3 -0
- package/dist/src/showcase/premium/description-list/mock.cjs +14 -0
- package/dist/src/showcase/premium/description-list/mock.js +31 -0
- package/dist/src/showcase/premium/description-list/showcase.cjs +1 -0
- package/dist/src/showcase/premium/description-list/showcase.js +99 -0
- package/dist/src/showcase/premium/dialog/data.cjs +1 -0
- package/dist/src/showcase/premium/dialog/data.js +29 -0
- package/dist/src/showcase/premium/dialog/index.cjs +1 -0
- package/dist/src/showcase/premium/dialog/index.js +4 -0
- package/dist/src/showcase/premium/dialog/mock.cjs +24 -0
- package/dist/src/showcase/premium/dialog/mock.js +43 -0
- package/dist/src/showcase/premium/dialog/showcase.cjs +1 -0
- package/dist/src/showcase/premium/dialog/showcase.js +84 -0
- package/dist/src/showcase/premium/dialog/types.cjs +1 -0
- package/dist/src/showcase/premium/dialog/types.js +0 -0
- package/dist/src/showcase/premium/divider/index.cjs +1 -0
- package/dist/src/showcase/premium/divider/index.js +3 -0
- package/dist/src/showcase/premium/divider/mock.cjs +11 -0
- package/dist/src/showcase/premium/divider/mock.js +26 -0
- package/dist/src/showcase/premium/divider/showcase.cjs +1 -0
- package/dist/src/showcase/premium/divider/showcase.js +86 -0
- package/dist/src/showcase/premium/drawer/index.cjs +1 -0
- package/dist/src/showcase/premium/drawer/index.js +3 -0
- package/dist/src/showcase/premium/drawer/mock.cjs +21 -0
- package/dist/src/showcase/premium/drawer/mock.js +31 -0
- package/dist/src/showcase/premium/drawer/showcase.cjs +1 -0
- package/dist/src/showcase/premium/drawer/showcase.js +103 -0
- package/dist/src/showcase/premium/dropdown-menu/index.cjs +1 -0
- package/dist/src/showcase/premium/dropdown-menu/index.js +3 -0
- package/dist/src/showcase/premium/dropdown-menu/mock.cjs +48 -0
- package/dist/src/showcase/premium/dropdown-menu/mock.js +43 -0
- package/dist/src/showcase/premium/dropdown-menu/showcase.cjs +1 -0
- package/dist/src/showcase/premium/dropdown-menu/showcase.js +166 -0
- package/dist/src/showcase/premium/dual-list-picker/index.cjs +1 -0
- package/dist/src/showcase/premium/dual-list-picker/index.js +3 -0
- package/dist/src/showcase/premium/dual-list-picker/mock.cjs +20 -0
- package/dist/src/showcase/premium/dual-list-picker/mock.js +19 -0
- package/dist/src/showcase/premium/dual-list-picker/showcase.cjs +1 -0
- package/dist/src/showcase/premium/dual-list-picker/showcase.js +54 -0
- package/dist/src/showcase/premium/file-upload/index.cjs +1 -0
- package/dist/src/showcase/premium/file-upload/index.js +3 -0
- package/dist/src/showcase/premium/file-upload/mock.cjs +22 -0
- package/dist/src/showcase/premium/file-upload/mock.js +33 -0
- package/dist/src/showcase/premium/file-upload/showcase.cjs +1 -0
- package/dist/src/showcase/premium/file-upload/showcase.js +164 -0
- package/dist/src/showcase/premium/form-wrapper/index.cjs +1 -0
- package/dist/src/showcase/premium/form-wrapper/index.js +3 -0
- package/dist/src/showcase/premium/form-wrapper/mock.cjs +126 -0
- package/dist/src/showcase/premium/form-wrapper/mock.js +77 -0
- package/dist/src/showcase/premium/form-wrapper/showcase.cjs +1 -0
- package/dist/src/showcase/premium/form-wrapper/showcase.js +149 -0
- package/dist/src/showcase/premium/image-cropper/index.cjs +1 -0
- package/dist/src/showcase/premium/image-cropper/index.js +3 -0
- package/dist/src/showcase/premium/image-cropper/mock.cjs +5 -0
- package/dist/src/showcase/premium/image-cropper/mock.js +15 -0
- package/dist/src/showcase/premium/image-cropper/showcase.cjs +1 -0
- package/dist/src/showcase/premium/image-cropper/showcase.js +21 -0
- package/dist/src/showcase/premium/image-upload/index.cjs +1 -0
- package/dist/src/showcase/premium/image-upload/index.js +3 -0
- package/dist/src/showcase/premium/image-upload/mock.cjs +15 -0
- package/dist/src/showcase/premium/image-upload/mock.js +32 -0
- package/dist/src/showcase/premium/image-upload/showcase.cjs +1 -0
- package/dist/src/showcase/premium/image-upload/showcase.js +89 -0
- package/dist/src/showcase/premium/index.cjs +1 -0
- package/dist/src/showcase/premium/index.js +526 -0
- package/dist/src/showcase/premium/info-card/index.cjs +1 -0
- package/dist/src/showcase/premium/info-card/index.js +3 -0
- package/dist/src/showcase/premium/info-card/mock.cjs +14 -0
- package/dist/src/showcase/premium/info-card/mock.js +31 -0
- package/dist/src/showcase/premium/info-card/showcase.cjs +1 -0
- package/dist/src/showcase/premium/info-card/showcase.js +107 -0
- package/dist/src/showcase/premium/input/data.cjs +1 -0
- package/dist/src/showcase/premium/input/data.js +30 -0
- package/dist/src/showcase/premium/input/index.cjs +1 -0
- package/dist/src/showcase/premium/input/index.js +4 -0
- package/dist/src/showcase/premium/input/mock.cjs +26 -0
- package/dist/src/showcase/premium/input/mock.js +45 -0
- package/dist/src/showcase/premium/input/showcase.cjs +1 -0
- package/dist/src/showcase/premium/input/showcase.js +358 -0
- package/dist/src/showcase/premium/input/types.cjs +1 -0
- package/dist/src/showcase/premium/input/types.js +0 -0
- package/dist/src/showcase/premium/json-input/index.cjs +1 -0
- package/dist/src/showcase/premium/json-input/index.js +3 -0
- package/dist/src/showcase/premium/json-input/mock.cjs +5 -0
- package/dist/src/showcase/premium/json-input/mock.js +19 -0
- package/dist/src/showcase/premium/json-input/showcase.cjs +4 -0
- package/dist/src/showcase/premium/json-input/showcase.js +22 -0
- package/dist/src/showcase/premium/kanban-board/index.cjs +1 -0
- package/dist/src/showcase/premium/kanban-board/index.js +3 -0
- package/dist/src/showcase/premium/kanban-board/mock.cjs +29 -0
- package/dist/src/showcase/premium/kanban-board/mock.js +19 -0
- package/dist/src/showcase/premium/kanban-board/showcase.cjs +1 -0
- package/dist/src/showcase/premium/kanban-board/showcase.js +91 -0
- package/dist/src/showcase/premium/kbd/index.cjs +1 -0
- package/dist/src/showcase/premium/kbd/index.js +3 -0
- package/dist/src/showcase/premium/kbd/mock.cjs +9 -0
- package/dist/src/showcase/premium/kbd/mock.js +39 -0
- package/dist/src/showcase/premium/kbd/showcase.cjs +1 -0
- package/dist/src/showcase/premium/kbd/showcase.js +134 -0
- package/dist/src/showcase/premium/list/index.cjs +1 -0
- package/dist/src/showcase/premium/list/index.js +3 -0
- package/dist/src/showcase/premium/list/mock.cjs +17 -0
- package/dist/src/showcase/premium/list/mock.js +26 -0
- package/dist/src/showcase/premium/list/showcase.cjs +1 -0
- package/dist/src/showcase/premium/list/showcase.js +103 -0
- package/dist/src/showcase/premium/loading-state/index.cjs +1 -0
- package/dist/src/showcase/premium/loading-state/index.js +3 -0
- package/dist/src/showcase/premium/loading-state/mock.cjs +5 -0
- package/dist/src/showcase/premium/loading-state/mock.js +31 -0
- package/dist/src/showcase/premium/loading-state/showcase.cjs +1 -0
- package/dist/src/showcase/premium/loading-state/showcase.js +85 -0
- package/dist/src/showcase/premium/notification-center/index.cjs +1 -0
- package/dist/src/showcase/premium/notification-center/index.js +3 -0
- package/dist/src/showcase/premium/notification-center/mock.cjs +16 -0
- package/dist/src/showcase/premium/notification-center/mock.js +31 -0
- package/dist/src/showcase/premium/notification-center/showcase.cjs +1 -0
- package/dist/src/showcase/premium/notification-center/showcase.js +128 -0
- package/dist/src/showcase/premium/otp-input/index.cjs +1 -0
- package/dist/src/showcase/premium/otp-input/index.js +3 -0
- package/dist/src/showcase/premium/otp-input/mock.cjs +14 -0
- package/dist/src/showcase/premium/otp-input/mock.js +31 -0
- package/dist/src/showcase/premium/otp-input/showcase.cjs +1 -0
- package/dist/src/showcase/premium/otp-input/showcase.js +87 -0
- package/dist/src/showcase/premium/page-state/index.cjs +1 -0
- package/dist/src/showcase/premium/page-state/index.js +3 -0
- package/dist/src/showcase/premium/page-state/mock.cjs +15 -0
- package/dist/src/showcase/premium/page-state/mock.js +31 -0
- package/dist/src/showcase/premium/page-state/showcase.cjs +1 -0
- package/dist/src/showcase/premium/page-state/showcase.js +110 -0
- package/dist/src/showcase/premium/pagination/index.cjs +1 -0
- package/dist/src/showcase/premium/pagination/index.js +3 -0
- package/dist/src/showcase/premium/pagination/mock.cjs +15 -0
- package/dist/src/showcase/premium/pagination/mock.js +31 -0
- package/dist/src/showcase/premium/pagination/showcase.cjs +1 -0
- package/dist/src/showcase/premium/pagination/showcase.js +160 -0
- package/dist/src/showcase/premium/popover/data.cjs +1 -0
- package/dist/src/showcase/premium/popover/data.js +23 -0
- package/dist/src/showcase/premium/popover/index.cjs +1 -0
- package/dist/src/showcase/premium/popover/index.js +4 -0
- package/dist/src/showcase/premium/popover/mock.cjs +24 -0
- package/dist/src/showcase/premium/popover/mock.js +43 -0
- package/dist/src/showcase/premium/popover/showcase.cjs +1 -0
- package/dist/src/showcase/premium/popover/showcase.js +143 -0
- package/dist/src/showcase/premium/popover/types.cjs +1 -0
- package/dist/src/showcase/premium/popover/types.js +0 -0
- package/dist/src/showcase/premium/progress/index.cjs +1 -0
- package/dist/src/showcase/premium/progress/index.js +3 -0
- package/dist/src/showcase/premium/progress/mock.cjs +15 -0
- package/dist/src/showcase/premium/progress/mock.js +31 -0
- package/dist/src/showcase/premium/progress/showcase.cjs +1 -0
- package/dist/src/showcase/premium/progress/showcase.js +100 -0
- package/dist/src/showcase/premium/qr-code/index.cjs +1 -0
- package/dist/src/showcase/premium/qr-code/index.js +3 -0
- package/dist/src/showcase/premium/qr-code/mock.cjs +5 -0
- package/dist/src/showcase/premium/qr-code/mock.js +15 -0
- package/dist/src/showcase/premium/qr-code/showcase.cjs +1 -0
- package/dist/src/showcase/premium/qr-code/showcase.js +22 -0
- package/dist/src/showcase/premium/radio-group/index.cjs +1 -0
- package/dist/src/showcase/premium/radio-group/index.js +3 -0
- package/dist/src/showcase/premium/radio-group/mock.cjs +14 -0
- package/dist/src/showcase/premium/radio-group/mock.js +39 -0
- package/dist/src/showcase/premium/radio-group/showcase.cjs +1 -0
- package/dist/src/showcase/premium/radio-group/showcase.js +149 -0
- package/dist/src/showcase/premium/rating/index.cjs +1 -0
- package/dist/src/showcase/premium/rating/index.js +3 -0
- package/dist/src/showcase/premium/rating/mock.cjs +14 -0
- package/dist/src/showcase/premium/rating/mock.js +31 -0
- package/dist/src/showcase/premium/rating/showcase.cjs +1 -0
- package/dist/src/showcase/premium/rating/showcase.js +90 -0
- package/dist/src/showcase/premium/resizable-panel/index.cjs +1 -0
- package/dist/src/showcase/premium/resizable-panel/index.js +3 -0
- package/dist/src/showcase/premium/resizable-panel/mock.cjs +11 -0
- package/dist/src/showcase/premium/resizable-panel/mock.js +19 -0
- package/dist/src/showcase/premium/resizable-panel/showcase.cjs +1 -0
- package/dist/src/showcase/premium/resizable-panel/showcase.js +40 -0
- package/dist/src/showcase/premium/rich-text-editor/index.cjs +1 -0
- package/dist/src/showcase/premium/rich-text-editor/index.js +3 -0
- package/dist/src/showcase/premium/rich-text-editor/mock.cjs +5 -0
- package/dist/src/showcase/premium/rich-text-editor/mock.js +15 -0
- package/dist/src/showcase/premium/rich-text-editor/showcase.cjs +1 -0
- package/dist/src/showcase/premium/rich-text-editor/showcase.js +20 -0
- package/dist/src/showcase/premium/right-click-menu/index.cjs +1 -0
- package/dist/src/showcase/premium/right-click-menu/index.js +3 -0
- package/dist/src/showcase/premium/right-click-menu/mock.cjs +17 -0
- package/dist/src/showcase/premium/right-click-menu/mock.js +39 -0
- package/dist/src/showcase/premium/right-click-menu/showcase.cjs +1 -0
- package/dist/src/showcase/premium/right-click-menu/showcase.js +142 -0
- package/dist/src/showcase/premium/saved-filter-select/index.cjs +1 -0
- package/dist/src/showcase/premium/saved-filter-select/index.js +3 -0
- package/dist/src/showcase/premium/saved-filter-select/mock.cjs +22 -0
- package/dist/src/showcase/premium/saved-filter-select/mock.js +32 -0
- package/dist/src/showcase/premium/saved-filter-select/showcase.cjs +1 -0
- package/dist/src/showcase/premium/saved-filter-select/showcase.js +88 -0
- package/dist/src/showcase/premium/scroll-box/index.cjs +1 -0
- package/dist/src/showcase/premium/scroll-box/index.js +3 -0
- package/dist/src/showcase/premium/scroll-box/mock.cjs +13 -0
- package/dist/src/showcase/premium/scroll-box/mock.js +39 -0
- package/dist/src/showcase/premium/scroll-box/showcase.cjs +1 -0
- package/dist/src/showcase/premium/scroll-box/showcase.js +127 -0
- package/dist/src/showcase/premium/section/index.cjs +1 -0
- package/dist/src/showcase/premium/section/index.js +3 -0
- package/dist/src/showcase/premium/section/mock.cjs +14 -0
- package/dist/src/showcase/premium/section/mock.js +26 -0
- package/dist/src/showcase/premium/section/showcase.cjs +1 -0
- package/dist/src/showcase/premium/section/showcase.js +34 -0
- package/dist/src/showcase/premium/segmented-control/index.cjs +1 -0
- package/dist/src/showcase/premium/segmented-control/index.js +3 -0
- package/dist/src/showcase/premium/segmented-control/mock.cjs +18 -0
- package/dist/src/showcase/premium/segmented-control/mock.js +27 -0
- package/dist/src/showcase/premium/segmented-control/showcase.cjs +1 -0
- package/dist/src/showcase/premium/segmented-control/showcase.js +157 -0
- package/dist/src/showcase/premium/select/data.cjs +1 -0
- package/dist/src/showcase/premium/select/data.js +72 -0
- package/dist/src/showcase/premium/select/index.cjs +1 -0
- package/dist/src/showcase/premium/select/index.js +4 -0
- package/dist/src/showcase/premium/select/mock.cjs +24 -0
- package/dist/src/showcase/premium/select/mock.js +43 -0
- package/dist/src/showcase/premium/select/showcase.cjs +1 -0
- package/dist/src/showcase/premium/select/showcase.js +217 -0
- package/dist/src/showcase/premium/select/types.cjs +1 -0
- package/dist/src/showcase/premium/select/types.js +0 -0
- package/dist/src/showcase/premium/signature-pad/index.cjs +1 -0
- package/dist/src/showcase/premium/signature-pad/index.js +3 -0
- package/dist/src/showcase/premium/signature-pad/mock.cjs +10 -0
- package/dist/src/showcase/premium/signature-pad/mock.js +15 -0
- package/dist/src/showcase/premium/signature-pad/showcase.cjs +1 -0
- package/dist/src/showcase/premium/signature-pad/showcase.js +24 -0
- package/dist/src/showcase/premium/skeleton/index.cjs +1 -0
- package/dist/src/showcase/premium/skeleton/index.js +3 -0
- package/dist/src/showcase/premium/skeleton/mock.cjs +11 -0
- package/dist/src/showcase/premium/skeleton/mock.js +26 -0
- package/dist/src/showcase/premium/skeleton/showcase.cjs +1 -0
- package/dist/src/showcase/premium/skeleton/showcase.js +116 -0
- package/dist/src/showcase/premium/slider/index.cjs +1 -0
- package/dist/src/showcase/premium/slider/index.js +3 -0
- package/dist/src/showcase/premium/slider/mock.cjs +14 -0
- package/dist/src/showcase/premium/slider/mock.js +31 -0
- package/dist/src/showcase/premium/slider/showcase.cjs +1 -0
- package/dist/src/showcase/premium/slider/showcase.js +108 -0
- package/dist/src/showcase/premium/sortable-list/index.cjs +1 -0
- package/dist/src/showcase/premium/sortable-list/index.js +3 -0
- package/dist/src/showcase/premium/sortable-list/mock.cjs +22 -0
- package/dist/src/showcase/premium/sortable-list/mock.js +19 -0
- package/dist/src/showcase/premium/sortable-list/showcase.cjs +1 -0
- package/dist/src/showcase/premium/sortable-list/showcase.js +76 -0
- package/dist/src/showcase/premium/spinner/index.cjs +1 -0
- package/dist/src/showcase/premium/spinner/index.js +3 -0
- package/dist/src/showcase/premium/spinner/mock.cjs +13 -0
- package/dist/src/showcase/premium/spinner/mock.js +26 -0
- package/dist/src/showcase/premium/spinner/showcase.cjs +1 -0
- package/dist/src/showcase/premium/spinner/showcase.js +113 -0
- package/dist/src/showcase/premium/statistic/index.cjs +1 -0
- package/dist/src/showcase/premium/statistic/index.js +3 -0
- package/dist/src/showcase/premium/statistic/mock.cjs +11 -0
- package/dist/src/showcase/premium/statistic/mock.js +26 -0
- package/dist/src/showcase/premium/statistic/showcase.cjs +1 -0
- package/dist/src/showcase/premium/statistic/showcase.js +142 -0
- package/dist/src/showcase/premium/switch/data.cjs +1 -0
- package/dist/src/showcase/premium/switch/data.js +19 -0
- package/dist/src/showcase/premium/switch/index.cjs +1 -0
- package/dist/src/showcase/premium/switch/index.js +4 -0
- package/dist/src/showcase/premium/switch/mock.cjs +18 -0
- package/dist/src/showcase/premium/switch/mock.js +42 -0
- package/dist/src/showcase/premium/switch/showcase.cjs +1 -0
- package/dist/src/showcase/premium/switch/showcase.js +116 -0
- package/dist/src/showcase/premium/switch/types.cjs +1 -0
- package/dist/src/showcase/premium/switch/types.js +0 -0
- package/dist/src/showcase/premium/table/data.cjs +1 -0
- package/dist/src/showcase/premium/table/data.js +53 -0
- package/dist/src/showcase/premium/table/index.cjs +1 -0
- package/dist/src/showcase/premium/table/index.js +4 -0
- package/dist/src/showcase/premium/table/mock.cjs +13 -0
- package/dist/src/showcase/premium/table/mock.js +43 -0
- package/dist/src/showcase/premium/table/showcase.cjs +1 -0
- package/dist/src/showcase/premium/table/showcase.js +228 -0
- package/dist/src/showcase/premium/table/types.cjs +1 -0
- package/dist/src/showcase/premium/table/types.js +0 -0
- package/dist/src/showcase/premium/tabs/data.cjs +1 -0
- package/dist/src/showcase/premium/tabs/data.js +20 -0
- package/dist/src/showcase/premium/tabs/index.cjs +1 -0
- package/dist/src/showcase/premium/tabs/index.js +4 -0
- package/dist/src/showcase/premium/tabs/mock.cjs +22 -0
- package/dist/src/showcase/premium/tabs/mock.js +43 -0
- package/dist/src/showcase/premium/tabs/showcase.cjs +1 -0
- package/dist/src/showcase/premium/tabs/showcase.js +256 -0
- package/dist/src/showcase/premium/tabs/types.cjs +1 -0
- package/dist/src/showcase/premium/tabs/types.js +0 -0
- package/dist/src/showcase/premium/tag/index.cjs +1 -0
- package/dist/src/showcase/premium/tag/index.js +3 -0
- package/dist/src/showcase/premium/tag/mock.cjs +13 -0
- package/dist/src/showcase/premium/tag/mock.js +26 -0
- package/dist/src/showcase/premium/tag/showcase.cjs +1 -0
- package/dist/src/showcase/premium/tag/showcase.js +129 -0
- package/dist/src/showcase/premium/tag-input/index.cjs +1 -0
- package/dist/src/showcase/premium/tag-input/index.js +3 -0
- package/dist/src/showcase/premium/tag-input/mock.cjs +14 -0
- package/dist/src/showcase/premium/tag-input/mock.js +31 -0
- package/dist/src/showcase/premium/tag-input/showcase.cjs +1 -0
- package/dist/src/showcase/premium/tag-input/showcase.js +87 -0
- package/dist/src/showcase/premium/textarea/data.cjs +1 -0
- package/dist/src/showcase/premium/textarea/data.js +24 -0
- package/dist/src/showcase/premium/textarea/index.cjs +1 -0
- package/dist/src/showcase/premium/textarea/index.js +4 -0
- package/dist/src/showcase/premium/textarea/mock.cjs +30 -0
- package/dist/src/showcase/premium/textarea/mock.js +43 -0
- package/dist/src/showcase/premium/textarea/showcase.cjs +1 -0
- package/dist/src/showcase/premium/textarea/showcase.js +169 -0
- package/dist/src/showcase/premium/textarea/types.cjs +1 -0
- package/dist/src/showcase/premium/textarea/types.js +0 -0
- package/dist/src/showcase/premium/time-picker/index.cjs +1 -0
- package/dist/src/showcase/premium/time-picker/index.js +3 -0
- package/dist/src/showcase/premium/time-picker/mock.cjs +11 -0
- package/dist/src/showcase/premium/time-picker/mock.js +15 -0
- package/dist/src/showcase/premium/time-picker/showcase.cjs +1 -0
- package/dist/src/showcase/premium/time-picker/showcase.js +52 -0
- package/dist/src/showcase/premium/timeline/index.cjs +1 -0
- package/dist/src/showcase/premium/timeline/index.js +3 -0
- package/dist/src/showcase/premium/timeline/mock.cjs +13 -0
- package/dist/src/showcase/premium/timeline/mock.js +31 -0
- package/dist/src/showcase/premium/timeline/showcase.cjs +1 -0
- package/dist/src/showcase/premium/timeline/showcase.js +91 -0
- package/dist/src/showcase/premium/toast/index.cjs +1 -0
- package/dist/src/showcase/premium/toast/index.js +3 -0
- package/dist/src/showcase/premium/toast/mock.cjs +28 -0
- package/dist/src/showcase/premium/toast/mock.js +31 -0
- package/dist/src/showcase/premium/toast/showcase.cjs +1 -0
- package/dist/src/showcase/premium/toast/showcase.js +174 -0
- package/dist/src/showcase/premium/tooltip/index.cjs +1 -0
- package/dist/src/showcase/premium/tooltip/index.js +3 -0
- package/dist/src/showcase/premium/tooltip/mock.cjs +15 -0
- package/dist/src/showcase/premium/tooltip/mock.js +39 -0
- package/dist/src/showcase/premium/tooltip/showcase.cjs +1 -0
- package/dist/src/showcase/premium/tooltip/showcase.js +113 -0
- package/dist/src/showcase/premium/tree-view/index.cjs +1 -0
- package/dist/src/showcase/premium/tree-view/index.js +3 -0
- package/dist/src/showcase/premium/tree-view/mock.cjs +19 -0
- package/dist/src/showcase/premium/tree-view/mock.js +19 -0
- package/dist/src/showcase/premium/tree-view/showcase.cjs +1 -0
- package/dist/src/showcase/premium/tree-view/showcase.js +57 -0
- package/dist/src/showcase/premium/types.cjs +1 -0
- package/dist/src/showcase/premium/types.js +13 -0
- package/dist/src/showcase/premium/typography/index.cjs +1 -0
- package/dist/src/showcase/premium/typography/index.js +3 -0
- package/dist/src/showcase/premium/typography/mock.cjs +13 -0
- package/dist/src/showcase/premium/typography/mock.js +26 -0
- package/dist/src/showcase/premium/typography/showcase.cjs +1 -0
- package/dist/src/showcase/premium/typography/showcase.js +38 -0
- package/dist/src/showcase/premium/virtual-list/index.cjs +1 -0
- package/dist/src/showcase/premium/virtual-list/index.js +3 -0
- package/dist/src/showcase/premium/virtual-list/mock.cjs +18 -0
- package/dist/src/showcase/premium/virtual-list/mock.js +19 -0
- package/dist/src/showcase/premium/virtual-list/showcase.cjs +1 -0
- package/dist/src/showcase/premium/virtual-list/showcase.js +52 -0
- package/dist/src/showcase/preview-catalog.cjs +42 -0
- package/dist/src/showcase/preview-catalog.js +57 -0
- package/dist/src/showcase/preview-compositions.cjs +1 -0
- package/dist/src/showcase/preview-compositions.js +50 -0
- package/dist/src/showcase/preview-registry.cjs +1 -0
- package/dist/src/showcase/preview-registry.js +841 -0
- package/dist/src/showcase/registry-quality.cjs +1 -0
- package/dist/src/showcase/registry-quality.js +49 -0
- package/dist/src/showcase/registry-specific.cjs +1 -0
- package/dist/src/showcase/registry-specific.js +1013 -0
- package/dist/src/showcase/render-registry-preview.cjs +1 -0
- package/dist/src/showcase/render-registry-preview.js +834 -0
- package/dist/src/showcase/search-utils.cjs +1 -0
- package/dist/src/showcase/search-utils.js +44 -0
- package/dist/src/showcase/site-data.cjs +1 -0
- package/dist/src/showcase/site-data.js +4086 -0
- package/dist/src/showcase/supplemental.cjs +1 -0
- package/dist/src/showcase/supplemental.js +21 -0
- package/dist/src/showcase/tembro-registry.json.cjs +1 -0
- package/dist/src/showcase/tembro-registry.json.js +276 -0
- package/dist/src/showcase/types.cjs +1 -0
- package/dist/src/showcase/types.js +13 -0
- package/package.json +207 -190
- package/packages/cli/dist/index.cjs +941 -133
- package/packages/cli/vendor/src/components/actions/index.ts +0 -1
- package/packages/cli/vendor/src/components/actions/public.ts +0 -1
- package/packages/cli/vendor/src/components/calendar/calendar.tsx +284 -282
- package/packages/cli/vendor/src/components/charts/index.ts +2 -4
- package/packages/cli/vendor/src/components/charts/progress-circle.tsx +7 -0
- package/packages/cli/vendor/src/components/data-table/data-table.tsx +282 -171
- package/packages/cli/vendor/src/components/data-table/demo.tsx +0 -25
- package/packages/cli/vendor/src/components/data-table/public.ts +0 -5
- package/packages/cli/vendor/src/components/display/carousel.tsx +288 -279
- package/packages/cli/vendor/src/components/display/demo.tsx +0 -5
- package/packages/cli/vendor/src/components/display/index.ts +13 -35
- package/packages/cli/vendor/src/components/display/info-card.tsx +203 -0
- package/packages/cli/vendor/src/components/display/kanban.tsx +420 -119
- package/packages/cli/vendor/src/components/display/qr-code.tsx +92 -63
- package/packages/cli/vendor/src/components/display/statistic.tsx +14 -12
- package/packages/cli/vendor/src/components/display/tag.tsx +18 -11
- package/packages/cli/vendor/src/components/display/typography.tsx +12 -14
- package/packages/cli/vendor/src/components/display/virtual-list.tsx +186 -0
- package/packages/cli/vendor/src/components/dnd/index.ts +1 -0
- package/packages/cli/vendor/src/components/dnd/sortable-list.tsx +257 -0
- package/packages/cli/vendor/src/components/feedback/page-state.tsx +9 -5
- package/packages/cli/vendor/src/components/form/form-field-shell.tsx +9 -12
- package/packages/cli/vendor/src/components/form/form-input.tsx +970 -970
- package/packages/cli/vendor/src/components/form/form-select.tsx +219 -220
- package/packages/cli/vendor/src/components/form/index.ts +3 -9
- package/packages/cli/vendor/src/components/form/public.ts +9 -7
- package/packages/cli/vendor/src/components/inputs/async-select.tsx +226 -246
- package/packages/cli/vendor/src/components/inputs/color-picker.tsx +154 -0
- package/packages/cli/vendor/src/components/inputs/demo.tsx +0 -8
- package/packages/cli/vendor/src/components/inputs/index.ts +2 -0
- package/packages/cli/vendor/src/components/inputs/json-input.tsx +44 -38
- package/packages/cli/vendor/src/components/inputs/public.ts +2 -0
- package/packages/cli/vendor/src/components/inputs/signature-pad.tsx +192 -0
- package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +715 -667
- package/packages/cli/vendor/src/components/layout/controllable-details.tsx +37 -0
- package/packages/cli/vendor/src/components/layout/demo.tsx +0 -2
- package/packages/cli/vendor/src/components/layout/index.ts +0 -4
- package/packages/cli/vendor/src/components/layout/public.ts +0 -4
- package/packages/cli/vendor/src/components/layout/sidebar-nav.tsx +45 -5
- package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +109 -50
- package/packages/cli/vendor/src/components/modern/dual-list-picker.tsx +111 -58
- package/packages/cli/vendor/src/components/modern/image-cropper.tsx +226 -0
- package/packages/cli/vendor/src/components/modern/index.ts +3 -9
- package/packages/cli/vendor/src/components/modern/rich-text-editor.tsx +188 -38
- package/packages/cli/vendor/src/components/navigation/demo.tsx +0 -3
- package/packages/cli/vendor/src/components/navigation/index.ts +0 -5
- package/packages/cli/vendor/src/components/overlay/confirm-dialog.tsx +84 -30
- package/packages/cli/vendor/src/components/overlay/index.ts +0 -3
- package/packages/cli/vendor/src/components/patterns/bulk-action-bar.tsx +53 -0
- package/packages/cli/vendor/src/components/patterns/data-view.tsx +64 -0
- package/packages/cli/vendor/src/components/patterns/detail-layout.tsx +75 -0
- package/packages/cli/vendor/src/components/patterns/empty-state.tsx +99 -0
- package/packages/cli/vendor/src/components/patterns/form-builder.tsx +472 -0
- package/packages/cli/vendor/src/components/patterns/index.ts +7 -0
- package/packages/cli/vendor/src/components/patterns/page-toolbar.tsx +61 -0
- package/packages/cli/vendor/src/components/patterns/public.ts +7 -0
- package/packages/cli/vendor/src/components/patterns/resource-detail-page.tsx +59 -55
- package/packages/cli/vendor/src/components/patterns/resource-page.tsx +5 -5
- package/packages/cli/vendor/src/components/patterns/settings-page.tsx +84 -0
- package/packages/cli/vendor/src/components/theme-provider.tsx +36 -9
- package/packages/cli/vendor/src/components/ui/accordion/index.tsx +10 -28
- package/packages/cli/vendor/src/components/ui/badge/index.tsx +20 -29
- package/packages/cli/vendor/src/components/ui/button/index.tsx +19 -23
- package/packages/cli/vendor/src/components/ui/card/index.tsx +16 -21
- package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +50 -28
- package/packages/cli/vendor/src/components/ui/command/index.tsx +1 -1
- package/packages/cli/vendor/src/components/ui/dialog/index.tsx +7 -13
- package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +14 -26
- package/packages/cli/vendor/src/components/ui/input/decorator.tsx +1 -1
- package/packages/cli/vendor/src/components/ui/input/group.tsx +2 -1
- package/packages/cli/vendor/src/components/ui/input/index.tsx +445 -448
- package/packages/cli/vendor/src/components/ui/input/money.tsx +1 -1
- package/packages/cli/vendor/src/components/ui/input/password.tsx +8 -8
- package/packages/cli/vendor/src/components/ui/input/quantity.tsx +1 -1
- package/packages/cli/vendor/src/components/ui/popover/index.tsx +5 -5
- package/packages/cli/vendor/src/components/ui/select/index.tsx +32 -29
- package/packages/cli/vendor/src/components/ui/table/index.tsx +129 -121
- package/packages/cli/vendor/src/components/ui/tabs/index.tsx +3 -12
- package/packages/cli/vendor/src/components/upload/demo.tsx +0 -1
- package/packages/cli/vendor/src/components/upload/file-upload.tsx +16 -14
- package/packages/cli/vendor/src/components/upload/index.ts +0 -2
- package/packages/cli/vendor/src/index.ts +15 -14
- package/packages/cli/vendor/src/public-component-surface.ts +93 -82
- package/packages/cli/vendor/src/showcase/demo-snippets/actions/index.ts +6 -6
- package/packages/cli/vendor/src/showcase/fallback.tsx +99 -282
- package/packages/cli/vendor/src/showcase/package-meta.ts +2 -2
- package/packages/cli/vendor/src/showcase/premium/app-sidebar/mock.ts +51 -31
- package/packages/cli/vendor/src/showcase/premium/app-sidebar/showcase.tsx +146 -103
- package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +2 -1
- package/packages/cli/vendor/src/showcase/premium/color-picker/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/color-picker/mock.ts +21 -0
- package/packages/cli/vendor/src/showcase/premium/color-picker/showcase.tsx +14 -0
- package/packages/cli/vendor/src/showcase/premium/data-table/mock.ts +30 -28
- package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +2 -2
- package/packages/cli/vendor/src/showcase/premium/file-upload/mock.ts +7 -1
- package/packages/cli/vendor/src/showcase/premium/file-upload/showcase.tsx +33 -2
- package/packages/cli/vendor/src/showcase/premium/form-wrapper/index.ts +2 -2
- package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +51 -109
- package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +119 -234
- package/packages/cli/vendor/src/showcase/premium/image-cropper/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/image-cropper/mock.ts +15 -0
- package/packages/cli/vendor/src/showcase/premium/image-cropper/showcase.tsx +14 -0
- package/packages/cli/vendor/src/showcase/premium/index.ts +157 -216
- package/packages/cli/vendor/src/showcase/premium/input/mock.ts +3 -2
- package/packages/cli/vendor/src/showcase/premium/input/showcase.tsx +67 -0
- package/packages/cli/vendor/src/showcase/premium/kanban-board/mock.ts +43 -38
- package/packages/cli/vendor/src/showcase/premium/kanban-board/showcase.tsx +61 -58
- package/packages/cli/vendor/src/showcase/premium/page-state/mock.ts +11 -8
- package/packages/cli/vendor/src/showcase/premium/page-state/showcase.tsx +24 -3
- package/packages/cli/vendor/src/showcase/premium/qr-code/index.ts +2 -3
- package/packages/cli/vendor/src/showcase/premium/qr-code/mock.ts +4 -9
- package/packages/cli/vendor/src/showcase/premium/qr-code/showcase.tsx +5 -16
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/index.ts +2 -3
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/mock.ts +4 -11
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/showcase.tsx +4 -7
- package/packages/cli/vendor/src/showcase/premium/signature-pad/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/signature-pad/mock.ts +20 -0
- package/packages/cli/vendor/src/showcase/premium/signature-pad/showcase.tsx +14 -0
- package/packages/cli/vendor/src/showcase/premium/sortable-list/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/sortable-list/mock.ts +36 -0
- package/packages/cli/vendor/src/showcase/premium/sortable-list/showcase.tsx +44 -0
- package/packages/cli/vendor/src/showcase/premium/statistic/mock.ts +2 -2
- package/packages/cli/vendor/src/showcase/premium/statistic/showcase.tsx +22 -7
- package/packages/cli/vendor/src/showcase/premium/tag/showcase.tsx +41 -10
- package/packages/cli/vendor/src/showcase/premium/typography/showcase.tsx +1 -1
- package/packages/cli/vendor/src/showcase/premium/virtual-list/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/virtual-list/mock.ts +32 -0
- package/packages/cli/vendor/src/showcase/premium/virtual-list/showcase.tsx +41 -0
- package/packages/cli/vendor/src/showcase/preview-catalog.tsx +65 -65
- package/packages/cli/vendor/src/showcase/preview-compositions.tsx +37 -0
- package/packages/cli/vendor/src/showcase/registry-quality.ts +8 -25
- package/packages/cli/vendor/src/showcase/registry-specific.tsx +94 -127
- package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +37 -117
- package/packages/cli/vendor/src/showcase/site-data.tsx +2378 -2692
- package/packages/cli/vendor/src/showcase/supplemental.tsx +37 -41
- package/packages/cli/vendor/src/showcase/tembro-registry.json +99 -61
- package/packages/cli/vendor/templates/styles/globals.css +793 -12
- package/registry.json +99 -61
- package/dist/components/actions/copy-field.cjs +0 -1
- package/dist/components/actions/copy-field.d.ts +0 -11
- package/dist/components/actions/copy-field.js +0 -35
- package/dist/components/charts/horizontal-bar-chart.cjs +0 -1
- package/dist/components/charts/horizontal-bar-chart.d.ts +0 -17
- package/dist/components/charts/horizontal-bar-chart.js +0 -50
- package/dist/components/charts/kpi.cjs +0 -1
- package/dist/components/charts/kpi.d.ts +0 -18
- package/dist/components/charts/kpi.js +0 -59
- package/dist/components/display/comparison-card.cjs +0 -1
- package/dist/components/display/comparison-card.d.ts +0 -15
- package/dist/components/display/comparison-card.js +0 -20
- package/dist/components/display/data-list.cjs +0 -1
- package/dist/components/display/data-list.d.ts +0 -25
- package/dist/components/display/data-list.js +0 -68
- package/dist/components/display/delta-badge.cjs +0 -1
- package/dist/components/display/delta-badge.d.ts +0 -10
- package/dist/components/display/delta-badge.js +0 -20
- package/dist/components/display/descriptions.cjs +0 -1
- package/dist/components/display/descriptions.d.ts +0 -19
- package/dist/components/display/descriptions.js +0 -38
- package/dist/components/display/metric-grid.cjs +0 -1
- package/dist/components/display/metric-grid.d.ts +0 -23
- package/dist/components/display/metric-grid.js +0 -58
- package/dist/components/display/progress-circle.cjs +0 -1
- package/dist/components/display/progress-circle.d.ts +0 -8
- package/dist/components/display/progress-circle.js +0 -21
- package/dist/components/display/property-grid.cjs +0 -1
- package/dist/components/display/property-grid.d.ts +0 -15
- package/dist/components/display/property-grid.js +0 -31
- package/dist/components/display/result.cjs +0 -1
- package/dist/components/display/result.d.ts +0 -18
- package/dist/components/display/result.js +0 -71
- package/dist/components/display/smart-card.cjs +0 -1
- package/dist/components/display/smart-card.d.ts +0 -67
- package/dist/components/display/smart-card.js +0 -121
- package/dist/components/display/trend-card.cjs +0 -1
- package/dist/components/display/trend-card.d.ts +0 -13
- package/dist/components/display/trend-card.js +0 -48
- package/dist/components/display/user-card.cjs +0 -1
- package/dist/components/display/user-card.d.ts +0 -12
- package/dist/components/display/user-card.js +0 -42
- package/dist/components/form/deprecated-compat.cjs +0 -1
- package/dist/components/form/deprecated-compat.d.ts +0 -17
- package/dist/components/form/deprecated-compat.js +0 -20
- package/dist/components/form/form-async-select.cjs +0 -1
- package/dist/components/form/form-async-select.d.ts +0 -9
- package/dist/components/form/form-async-select.js +0 -12
- package/dist/components/form/form-date-input.cjs +0 -1
- package/dist/components/form/form-date-input.d.ts +0 -8
- package/dist/components/form/form-date-input.js +0 -12
- package/dist/components/form/form-number-input.cjs +0 -1
- package/dist/components/form/form-number-input.d.ts +0 -12
- package/dist/components/form/form-number-input.js +0 -12
- package/dist/components/form/form-password-input.cjs +0 -1
- package/dist/components/form/form-password-input.d.ts +0 -8
- package/dist/components/form/form-password-input.js +0 -12
- package/dist/components/form/form-phone-input.cjs +0 -1
- package/dist/components/form/form-phone-input.d.ts +0 -12
- package/dist/components/form/form-phone-input.js +0 -14
- package/dist/components/form/form-search-input.cjs +0 -1
- package/dist/components/form/form-search-input.d.ts +0 -8
- package/dist/components/form/form-search-input.js +0 -12
- package/dist/components/layout/stat-card.cjs +0 -1
- package/dist/components/layout/stat-card.d.ts +0 -32
- package/dist/components/layout/stat-card.js +0 -113
- package/dist/components/modern/menubar.cjs +0 -1
- package/dist/components/modern/menubar.d.ts +0 -12
- package/dist/components/modern/menubar.js +0 -43
- package/dist/components/modern/navigation-menu.cjs +0 -1
- package/dist/components/modern/navigation-menu.d.ts +0 -12
- package/dist/components/modern/navigation-menu.js +0 -34
- package/dist/components/modern/tour.cjs +0 -1
- package/dist/components/modern/tour.d.ts +0 -17
- package/dist/components/modern/tour.js +0 -80
- package/dist/components/navigation/anchor-nav.cjs +0 -1
- package/dist/components/navigation/anchor-nav.d.ts +0 -15
- package/dist/components/navigation/anchor-nav.js +0 -26
- package/dist/components/navigation/command-bar.cjs +0 -1
- package/dist/components/navigation/command-bar.d.ts +0 -10
- package/dist/components/navigation/command-bar.js +0 -17
- package/dist/components/navigation/nav-tabs.cjs +0 -1
- package/dist/components/navigation/nav-tabs.d.ts +0 -17
- package/dist/components/navigation/nav-tabs.js +0 -51
- package/dist/components/navigation/page-tabs.cjs +0 -1
- package/dist/components/navigation/page-tabs.d.ts +0 -18
- package/dist/components/navigation/page-tabs.js +0 -50
- package/dist/components/navigation/stepper-tabs.cjs +0 -1
- package/dist/components/navigation/stepper-tabs.d.ts +0 -19
- package/dist/components/navigation/stepper-tabs.js +0 -41
- package/dist/components/overlay/dialog-actions.cjs +0 -1
- package/dist/components/overlay/dialog-actions.d.ts +0 -14
- package/dist/components/overlay/dialog-actions.js +0 -33
- package/dist/components/overlay/modal-shell.cjs +0 -1
- package/dist/components/overlay/modal-shell.d.ts +0 -20
- package/dist/components/overlay/modal-shell.js +0 -44
- package/dist/components/overlay/sheet-shell.cjs +0 -1
- package/dist/components/overlay/sheet-shell.d.ts +0 -34
- package/dist/components/overlay/sheet-shell.js +0 -116
- package/dist/components/ui/hover-card.cjs +0 -1
- package/dist/components/ui/hover-card.d.ts +0 -17
- package/dist/components/ui/hover-card.js +0 -37
- package/dist/components/ui/input-group/index.cjs +0 -1
- package/dist/components/ui/input-group/index.d.ts +0 -1
- package/dist/components/ui/input-group/index.js +0 -2
- package/dist/components/ui/input-primitive/index.cjs +0 -1
- package/dist/components/ui/input-primitive/index.d.ts +0 -2
- package/dist/components/ui/input-primitive/index.js +0 -2
- package/dist/components/upload/file-dropzone.cjs +0 -1
- package/dist/components/upload/file-dropzone.d.ts +0 -10
- package/dist/components/upload/file-dropzone.js +0 -36
- package/dist/lib/deprecated-warning.cjs +0 -1
- package/dist/lib/deprecated-warning.d.ts +0 -1
- package/dist/lib/deprecated-warning.js +0 -7
- package/dist/showcase/premium/accordion/index.cjs +0 -1
- package/dist/showcase/premium/accordion/index.d.ts +0 -2
- package/dist/showcase/premium/accordion/index.js +0 -3
- package/dist/showcase/premium/accordion/mock.cjs +0 -23
- package/dist/showcase/premium/accordion/mock.d.ts +0 -2
- package/dist/showcase/premium/accordion/mock.js +0 -28
- package/dist/showcase/premium/accordion/showcase.cjs +0 -1
- package/dist/showcase/premium/accordion/showcase.d.ts +0 -2
- package/dist/showcase/premium/accordion/showcase.js +0 -172
- package/dist/showcase/premium/app-shell/index.cjs +0 -1
- package/dist/showcase/premium/app-shell/index.d.ts +0 -2
- package/dist/showcase/premium/app-shell/index.js +0 -3
- package/dist/showcase/premium/app-shell/mock.cjs +0 -48
- package/dist/showcase/premium/app-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/app-shell/mock.js +0 -38
- package/dist/showcase/premium/app-shell/showcase.cjs +0 -1
- package/dist/showcase/premium/app-shell/showcase.d.ts +0 -3
- package/dist/showcase/premium/app-shell/showcase.js +0 -208
- package/dist/showcase/premium/clearable-input/index.cjs +0 -1
- package/dist/showcase/premium/clearable-input/index.d.ts +0 -2
- package/dist/showcase/premium/clearable-input/index.js +0 -3
- package/dist/showcase/premium/clearable-input/mock.cjs +0 -16
- package/dist/showcase/premium/clearable-input/mock.d.ts +0 -2
- package/dist/showcase/premium/clearable-input/mock.js +0 -32
- package/dist/showcase/premium/clearable-input/showcase.cjs +0 -1
- package/dist/showcase/premium/clearable-input/showcase.d.ts +0 -3
- package/dist/showcase/premium/clearable-input/showcase.js +0 -94
- package/dist/showcase/premium/combobox/index.cjs +0 -1
- package/dist/showcase/premium/combobox/index.d.ts +0 -2
- package/dist/showcase/premium/combobox/index.js +0 -3
- package/dist/showcase/premium/combobox/mock.cjs +0 -29
- package/dist/showcase/premium/combobox/mock.d.ts +0 -2
- package/dist/showcase/premium/combobox/mock.js +0 -39
- package/dist/showcase/premium/combobox/showcase.cjs +0 -1
- package/dist/showcase/premium/combobox/showcase.d.ts +0 -3
- package/dist/showcase/premium/combobox/showcase.js +0 -157
- package/dist/showcase/premium/command-bar/index.cjs +0 -1
- package/dist/showcase/premium/command-bar/index.d.ts +0 -2
- package/dist/showcase/premium/command-bar/index.js +0 -3
- package/dist/showcase/premium/command-bar/mock.cjs +0 -11
- package/dist/showcase/premium/command-bar/mock.d.ts +0 -2
- package/dist/showcase/premium/command-bar/mock.js +0 -26
- package/dist/showcase/premium/command-bar/showcase.cjs +0 -1
- package/dist/showcase/premium/command-bar/showcase.d.ts +0 -2
- package/dist/showcase/premium/command-bar/showcase.js +0 -107
- package/dist/showcase/premium/copy-field/index.cjs +0 -1
- package/dist/showcase/premium/copy-field/index.d.ts +0 -2
- package/dist/showcase/premium/copy-field/index.js +0 -3
- package/dist/showcase/premium/copy-field/mock.cjs +0 -11
- package/dist/showcase/premium/copy-field/mock.d.ts +0 -2
- package/dist/showcase/premium/copy-field/mock.js +0 -26
- package/dist/showcase/premium/copy-field/showcase.cjs +0 -1
- package/dist/showcase/premium/copy-field/showcase.d.ts +0 -2
- package/dist/showcase/premium/copy-field/showcase.js +0 -85
- package/dist/showcase/premium/data-table-parts/data.d.ts +0 -27
- package/dist/showcase/premium/data-table-parts/data.js +0 -127
- package/dist/showcase/premium/data-table-parts/index.cjs +0 -1
- package/dist/showcase/premium/data-table-parts/index.d.ts +0 -2
- package/dist/showcase/premium/data-table-parts/index.js +0 -3
- package/dist/showcase/premium/data-table-parts/mock.cjs +0 -1
- package/dist/showcase/premium/data-table-parts/mock.d.ts +0 -7
- package/dist/showcase/premium/data-table-parts/mock.js +0 -30
- package/dist/showcase/premium/data-table-parts/showcase.cjs +0 -1
- package/dist/showcase/premium/data-table-parts/showcase.d.ts +0 -6
- package/dist/showcase/premium/data-table-parts/showcase.js +0 -256
- package/dist/showcase/premium/date-input/index.cjs +0 -1
- package/dist/showcase/premium/date-input/index.d.ts +0 -2
- package/dist/showcase/premium/date-input/index.js +0 -3
- package/dist/showcase/premium/date-input/mock.cjs +0 -17
- package/dist/showcase/premium/date-input/mock.d.ts +0 -2
- package/dist/showcase/premium/date-input/mock.js +0 -43
- package/dist/showcase/premium/date-input/showcase.cjs +0 -1
- package/dist/showcase/premium/date-input/showcase.d.ts +0 -2
- package/dist/showcase/premium/date-input/showcase.js +0 -29
- package/dist/showcase/premium/date-range-input/index.cjs +0 -1
- package/dist/showcase/premium/date-range-input/index.d.ts +0 -2
- package/dist/showcase/premium/date-range-input/index.js +0 -3
- package/dist/showcase/premium/date-range-input/mock.cjs +0 -17
- package/dist/showcase/premium/date-range-input/mock.d.ts +0 -2
- package/dist/showcase/premium/date-range-input/mock.js +0 -43
- package/dist/showcase/premium/date-range-input/showcase.cjs +0 -1
- package/dist/showcase/premium/date-range-input/showcase.d.ts +0 -2
- package/dist/showcase/premium/date-range-input/showcase.js +0 -40
- package/dist/showcase/premium/descriptions/index.cjs +0 -1
- package/dist/showcase/premium/descriptions/index.d.ts +0 -2
- package/dist/showcase/premium/descriptions/index.js +0 -3
- package/dist/showcase/premium/descriptions/mock.cjs +0 -16
- package/dist/showcase/premium/descriptions/mock.d.ts +0 -2
- package/dist/showcase/premium/descriptions/mock.js +0 -19
- package/dist/showcase/premium/descriptions/showcase.cjs +0 -1
- package/dist/showcase/premium/descriptions/showcase.d.ts +0 -2
- package/dist/showcase/premium/descriptions/showcase.js +0 -85
- package/dist/showcase/premium/hover-card/index.cjs +0 -1
- package/dist/showcase/premium/hover-card/index.d.ts +0 -2
- package/dist/showcase/premium/hover-card/index.js +0 -3
- package/dist/showcase/premium/hover-card/mock.cjs +0 -10
- package/dist/showcase/premium/hover-card/mock.d.ts +0 -2
- package/dist/showcase/premium/hover-card/mock.js +0 -39
- package/dist/showcase/premium/hover-card/showcase.cjs +0 -1
- package/dist/showcase/premium/hover-card/showcase.d.ts +0 -2
- package/dist/showcase/premium/hover-card/showcase.js +0 -123
- package/dist/showcase/premium/masked-input/index.cjs +0 -1
- package/dist/showcase/premium/masked-input/index.d.ts +0 -2
- package/dist/showcase/premium/masked-input/index.js +0 -3
- package/dist/showcase/premium/masked-input/mock.cjs +0 -17
- package/dist/showcase/premium/masked-input/mock.d.ts +0 -2
- package/dist/showcase/premium/masked-input/mock.js +0 -43
- package/dist/showcase/premium/masked-input/showcase.cjs +0 -1
- package/dist/showcase/premium/masked-input/showcase.d.ts +0 -2
- package/dist/showcase/premium/masked-input/showcase.js +0 -33
- package/dist/showcase/premium/menubar/index.cjs +0 -1
- package/dist/showcase/premium/menubar/index.d.ts +0 -2
- package/dist/showcase/premium/menubar/index.js +0 -3
- package/dist/showcase/premium/menubar/mock.cjs +0 -15
- package/dist/showcase/premium/menubar/mock.d.ts +0 -2
- package/dist/showcase/premium/menubar/mock.js +0 -15
- package/dist/showcase/premium/menubar/showcase.cjs +0 -1
- package/dist/showcase/premium/menubar/showcase.d.ts +0 -1
- package/dist/showcase/premium/menubar/showcase.js +0 -25
- package/dist/showcase/premium/metric-grid/index.cjs +0 -1
- package/dist/showcase/premium/metric-grid/index.d.ts +0 -2
- package/dist/showcase/premium/metric-grid/index.js +0 -3
- package/dist/showcase/premium/metric-grid/mock.cjs +0 -11
- package/dist/showcase/premium/metric-grid/mock.d.ts +0 -2
- package/dist/showcase/premium/metric-grid/mock.js +0 -36
- package/dist/showcase/premium/metric-grid/showcase.cjs +0 -1
- package/dist/showcase/premium/metric-grid/showcase.d.ts +0 -3
- package/dist/showcase/premium/metric-grid/showcase.js +0 -133
- package/dist/showcase/premium/modal-shell/index.cjs +0 -1
- package/dist/showcase/premium/modal-shell/index.d.ts +0 -2
- package/dist/showcase/premium/modal-shell/index.js +0 -3
- package/dist/showcase/premium/modal-shell/mock.cjs +0 -30
- package/dist/showcase/premium/modal-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/modal-shell/mock.js +0 -43
- package/dist/showcase/premium/modal-shell/showcase.cjs +0 -1
- package/dist/showcase/premium/modal-shell/showcase.d.ts +0 -3
- package/dist/showcase/premium/modal-shell/showcase.js +0 -148
- package/dist/showcase/premium/money-input/index.cjs +0 -1
- package/dist/showcase/premium/money-input/index.d.ts +0 -2
- package/dist/showcase/premium/money-input/index.js +0 -3
- package/dist/showcase/premium/money-input/mock.cjs +0 -28
- package/dist/showcase/premium/money-input/mock.d.ts +0 -2
- package/dist/showcase/premium/money-input/mock.js +0 -43
- package/dist/showcase/premium/money-input/showcase.cjs +0 -1
- package/dist/showcase/premium/money-input/showcase.d.ts +0 -1
- package/dist/showcase/premium/money-input/showcase.js +0 -21
- package/dist/showcase/premium/navigation-menu/index.cjs +0 -1
- package/dist/showcase/premium/navigation-menu/index.d.ts +0 -2
- package/dist/showcase/premium/navigation-menu/index.js +0 -3
- package/dist/showcase/premium/navigation-menu/mock.cjs +0 -13
- package/dist/showcase/premium/navigation-menu/mock.d.ts +0 -2
- package/dist/showcase/premium/navigation-menu/mock.js +0 -19
- package/dist/showcase/premium/navigation-menu/showcase.cjs +0 -1
- package/dist/showcase/premium/navigation-menu/showcase.d.ts +0 -2
- package/dist/showcase/premium/navigation-menu/showcase.js +0 -29
- package/dist/showcase/premium/number-input/index.cjs +0 -1
- package/dist/showcase/premium/number-input/index.d.ts +0 -2
- package/dist/showcase/premium/number-input/index.js +0 -3
- package/dist/showcase/premium/number-input/mock.cjs +0 -32
- package/dist/showcase/premium/number-input/mock.d.ts +0 -2
- package/dist/showcase/premium/number-input/mock.js +0 -43
- package/dist/showcase/premium/number-input/showcase.cjs +0 -1
- package/dist/showcase/premium/number-input/showcase.d.ts +0 -1
- package/dist/showcase/premium/number-input/showcase.js +0 -23
- package/dist/showcase/premium/page-container/index.cjs +0 -1
- package/dist/showcase/premium/page-container/index.d.ts +0 -2
- package/dist/showcase/premium/page-container/index.js +0 -3
- package/dist/showcase/premium/page-container/mock.cjs +0 -9
- package/dist/showcase/premium/page-container/mock.d.ts +0 -2
- package/dist/showcase/premium/page-container/mock.js +0 -31
- package/dist/showcase/premium/page-container/showcase.cjs +0 -1
- package/dist/showcase/premium/page-container/showcase.d.ts +0 -3
- package/dist/showcase/premium/page-container/showcase.js +0 -79
- package/dist/showcase/premium/page-header/index.cjs +0 -1
- package/dist/showcase/premium/page-header/index.d.ts +0 -2
- package/dist/showcase/premium/page-header/index.js +0 -3
- package/dist/showcase/premium/page-header/mock.cjs +0 -14
- package/dist/showcase/premium/page-header/mock.d.ts +0 -2
- package/dist/showcase/premium/page-header/mock.js +0 -36
- package/dist/showcase/premium/page-header/showcase.cjs +0 -1
- package/dist/showcase/premium/page-header/showcase.d.ts +0 -3
- package/dist/showcase/premium/page-header/showcase.js +0 -70
- package/dist/showcase/premium/page-tabs/index.cjs +0 -1
- package/dist/showcase/premium/page-tabs/index.d.ts +0 -2
- package/dist/showcase/premium/page-tabs/index.js +0 -3
- package/dist/showcase/premium/page-tabs/mock.cjs +0 -18
- package/dist/showcase/premium/page-tabs/mock.d.ts +0 -2
- package/dist/showcase/premium/page-tabs/mock.js +0 -31
- package/dist/showcase/premium/page-tabs/showcase.cjs +0 -1
- package/dist/showcase/premium/page-tabs/showcase.d.ts +0 -3
- package/dist/showcase/premium/page-tabs/showcase.js +0 -121
- package/dist/showcase/premium/password-input/index.cjs +0 -1
- package/dist/showcase/premium/password-input/index.d.ts +0 -2
- package/dist/showcase/premium/password-input/index.js +0 -3
- package/dist/showcase/premium/password-input/mock.cjs +0 -16
- package/dist/showcase/premium/password-input/mock.d.ts +0 -2
- package/dist/showcase/premium/password-input/mock.js +0 -31
- package/dist/showcase/premium/password-input/showcase.cjs +0 -1
- package/dist/showcase/premium/password-input/showcase.d.ts +0 -3
- package/dist/showcase/premium/password-input/showcase.js +0 -104
- package/dist/showcase/premium/phone-input/index.cjs +0 -1
- package/dist/showcase/premium/phone-input/index.d.ts +0 -2
- package/dist/showcase/premium/phone-input/index.js +0 -3
- package/dist/showcase/premium/phone-input/mock.cjs +0 -17
- package/dist/showcase/premium/phone-input/mock.d.ts +0 -2
- package/dist/showcase/premium/phone-input/mock.js +0 -43
- package/dist/showcase/premium/phone-input/showcase.cjs +0 -1
- package/dist/showcase/premium/phone-input/showcase.d.ts +0 -2
- package/dist/showcase/premium/phone-input/showcase.js +0 -33
- package/dist/showcase/premium/property-grid/index.cjs +0 -1
- package/dist/showcase/premium/property-grid/index.d.ts +0 -2
- package/dist/showcase/premium/property-grid/index.js +0 -3
- package/dist/showcase/premium/property-grid/mock.cjs +0 -14
- package/dist/showcase/premium/property-grid/mock.d.ts +0 -2
- package/dist/showcase/premium/property-grid/mock.js +0 -26
- package/dist/showcase/premium/property-grid/showcase.cjs +0 -1
- package/dist/showcase/premium/property-grid/showcase.d.ts +0 -1
- package/dist/showcase/premium/property-grid/showcase.js +0 -93
- package/dist/showcase/premium/quantity-input/index.cjs +0 -1
- package/dist/showcase/premium/quantity-input/index.d.ts +0 -2
- package/dist/showcase/premium/quantity-input/index.js +0 -3
- package/dist/showcase/premium/quantity-input/mock.cjs +0 -29
- package/dist/showcase/premium/quantity-input/mock.d.ts +0 -2
- package/dist/showcase/premium/quantity-input/mock.js +0 -43
- package/dist/showcase/premium/quantity-input/showcase.cjs +0 -1
- package/dist/showcase/premium/quantity-input/showcase.d.ts +0 -1
- package/dist/showcase/premium/quantity-input/showcase.js +0 -23
- package/dist/showcase/premium/result/index.cjs +0 -1
- package/dist/showcase/premium/result/index.d.ts +0 -2
- package/dist/showcase/premium/result/index.js +0 -3
- package/dist/showcase/premium/result/mock.cjs +0 -12
- package/dist/showcase/premium/result/mock.d.ts +0 -2
- package/dist/showcase/premium/result/mock.js +0 -31
- package/dist/showcase/premium/result/showcase.cjs +0 -1
- package/dist/showcase/premium/result/showcase.d.ts +0 -3
- package/dist/showcase/premium/result/showcase.js +0 -98
- package/dist/showcase/premium/search-input/index.cjs +0 -1
- package/dist/showcase/premium/search-input/index.d.ts +0 -2
- package/dist/showcase/premium/search-input/index.js +0 -3
- package/dist/showcase/premium/search-input/mock.cjs +0 -18
- package/dist/showcase/premium/search-input/mock.d.ts +0 -2
- package/dist/showcase/premium/search-input/mock.js +0 -31
- package/dist/showcase/premium/search-input/showcase.cjs +0 -1
- package/dist/showcase/premium/search-input/showcase.d.ts +0 -3
- package/dist/showcase/premium/search-input/showcase.js +0 -113
- package/dist/showcase/premium/sheet-shell/index.cjs +0 -1
- package/dist/showcase/premium/sheet-shell/index.d.ts +0 -2
- package/dist/showcase/premium/sheet-shell/index.js +0 -3
- package/dist/showcase/premium/sheet-shell/mock.cjs +0 -34
- package/dist/showcase/premium/sheet-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/sheet-shell/mock.js +0 -43
- package/dist/showcase/premium/sheet-shell/showcase.cjs +0 -1
- package/dist/showcase/premium/sheet-shell/showcase.d.ts +0 -2
- package/dist/showcase/premium/sheet-shell/showcase.js +0 -137
- package/dist/showcase/premium/sidebar-nav/index.cjs +0 -1
- package/dist/showcase/premium/sidebar-nav/index.d.ts +0 -2
- package/dist/showcase/premium/sidebar-nav/index.js +0 -3
- package/dist/showcase/premium/sidebar-nav/mock.cjs +0 -11
- package/dist/showcase/premium/sidebar-nav/mock.d.ts +0 -2
- package/dist/showcase/premium/sidebar-nav/mock.js +0 -32
- package/dist/showcase/premium/sidebar-nav/showcase.cjs +0 -1
- package/dist/showcase/premium/sidebar-nav/showcase.d.ts +0 -3
- package/dist/showcase/premium/sidebar-nav/showcase.js +0 -113
- package/dist/showcase/premium/simple-select/index.cjs +0 -1
- package/dist/showcase/premium/simple-select/index.d.ts +0 -2
- package/dist/showcase/premium/simple-select/index.js +0 -3
- package/dist/showcase/premium/simple-select/mock.cjs +0 -29
- package/dist/showcase/premium/simple-select/mock.d.ts +0 -2
- package/dist/showcase/premium/simple-select/mock.js +0 -43
- package/dist/showcase/premium/simple-select/showcase.cjs +0 -1
- package/dist/showcase/premium/simple-select/showcase.d.ts +0 -2
- package/dist/showcase/premium/simple-select/showcase.js +0 -114
- package/dist/showcase/premium/sticky-footer-bar/index.cjs +0 -1
- package/dist/showcase/premium/sticky-footer-bar/index.d.ts +0 -2
- package/dist/showcase/premium/sticky-footer-bar/index.js +0 -3
- package/dist/showcase/premium/sticky-footer-bar/mock.cjs +0 -15
- package/dist/showcase/premium/sticky-footer-bar/mock.d.ts +0 -2
- package/dist/showcase/premium/sticky-footer-bar/mock.js +0 -19
- package/dist/showcase/premium/sticky-footer-bar/showcase.cjs +0 -1
- package/dist/showcase/premium/sticky-footer-bar/showcase.d.ts +0 -1
- package/dist/showcase/premium/sticky-footer-bar/showcase.js +0 -37
- package/dist/showcase/premium/tour/index.cjs +0 -1
- package/dist/showcase/premium/tour/index.d.ts +0 -2
- package/dist/showcase/premium/tour/index.js +0 -3
- package/dist/showcase/premium/tour/mock.cjs +0 -19
- package/dist/showcase/premium/tour/mock.d.ts +0 -2
- package/dist/showcase/premium/tour/mock.js +0 -15
- package/dist/showcase/premium/tour/showcase.cjs +0 -1
- package/dist/showcase/premium/tour/showcase.d.ts +0 -2
- package/dist/showcase/premium/tour/showcase.js +0 -45
- package/packages/cli/vendor/src/components/actions/copy-field.tsx +0 -31
- package/packages/cli/vendor/src/components/charts/horizontal-bar-chart.tsx +0 -60
- package/packages/cli/vendor/src/components/charts/kpi.tsx +0 -68
- package/packages/cli/vendor/src/components/display/comparison-card.tsx +0 -35
- package/packages/cli/vendor/src/components/display/data-list.tsx +0 -97
- package/packages/cli/vendor/src/components/display/delta-badge.tsx +0 -42
- package/packages/cli/vendor/src/components/display/descriptions.tsx +0 -83
- package/packages/cli/vendor/src/components/display/metric-grid.tsx +0 -89
- package/packages/cli/vendor/src/components/display/progress-circle.tsx +0 -24
- package/packages/cli/vendor/src/components/display/property-grid.tsx +0 -54
- package/packages/cli/vendor/src/components/display/result.tsx +0 -90
- package/packages/cli/vendor/src/components/display/smart-card.tsx +0 -215
- package/packages/cli/vendor/src/components/display/trend-card.tsx +0 -57
- package/packages/cli/vendor/src/components/display/user-card.tsx +0 -30
- package/packages/cli/vendor/src/components/form/deprecated-compat.tsx +0 -45
- package/packages/cli/vendor/src/components/form/form-async-select.tsx +0 -32
- package/packages/cli/vendor/src/components/form/form-date-input.tsx +0 -25
- package/packages/cli/vendor/src/components/form/form-number-input.tsx +0 -29
- package/packages/cli/vendor/src/components/form/form-password-input.tsx +0 -25
- package/packages/cli/vendor/src/components/form/form-phone-input.tsx +0 -32
- package/packages/cli/vendor/src/components/form/form-search-input.tsx +0 -25
- package/packages/cli/vendor/src/components/layout/stat-card.tsx +0 -165
- package/packages/cli/vendor/src/components/modern/menubar.tsx +0 -31
- package/packages/cli/vendor/src/components/modern/navigation-menu.tsx +0 -26
- package/packages/cli/vendor/src/components/modern/tour.tsx +0 -62
- package/packages/cli/vendor/src/components/navigation/anchor-nav.tsx +0 -44
- package/packages/cli/vendor/src/components/navigation/command-bar.tsx +0 -40
- package/packages/cli/vendor/src/components/navigation/nav-tabs.tsx +0 -69
- package/packages/cli/vendor/src/components/navigation/page-tabs.tsx +0 -94
- package/packages/cli/vendor/src/components/navigation/stepper-tabs.tsx +0 -67
- package/packages/cli/vendor/src/components/overlay/dialog-actions.tsx +0 -68
- package/packages/cli/vendor/src/components/overlay/modal-shell.tsx +0 -93
- package/packages/cli/vendor/src/components/overlay/sheet-shell.tsx +0 -212
- package/packages/cli/vendor/src/components/ui/hover-card.tsx +0 -78
- package/packages/cli/vendor/src/components/ui/input-group/index.tsx +0 -8
- package/packages/cli/vendor/src/components/ui/input-primitive/index.tsx +0 -2
- package/packages/cli/vendor/src/components/upload/file-dropzone.tsx +0 -38
- package/packages/cli/vendor/src/lib/deprecated-warning.ts +0 -15
- package/packages/cli/vendor/src/showcase/premium/accordion/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/accordion/mock.ts +0 -43
- package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +0 -138
- package/packages/cli/vendor/src/showcase/premium/app-shell/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/app-shell/mock.ts +0 -67
- package/packages/cli/vendor/src/showcase/premium/app-shell/showcase.tsx +0 -114
- package/packages/cli/vendor/src/showcase/premium/clearable-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +0 -32
- package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +0 -63
- package/packages/cli/vendor/src/showcase/premium/combobox/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/combobox/mock.ts +0 -48
- package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +0 -92
- package/packages/cli/vendor/src/showcase/premium/command-bar/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/command-bar/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/command-bar/showcase.tsx +0 -69
- package/packages/cli/vendor/src/showcase/premium/copy-field/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/copy-field/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/copy-field/showcase.tsx +0 -64
- package/packages/cli/vendor/src/showcase/premium/data-table-parts/data.ts +0 -90
- package/packages/cli/vendor/src/showcase/premium/data-table-parts/index.ts +0 -9
- package/packages/cli/vendor/src/showcase/premium/data-table-parts/mock.ts +0 -63
- package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +0 -218
- package/packages/cli/vendor/src/showcase/premium/date-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +0 -37
- package/packages/cli/vendor/src/showcase/premium/date-input/showcase.tsx +0 -24
- package/packages/cli/vendor/src/showcase/premium/date-range-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/date-range-input/mock.ts +0 -37
- package/packages/cli/vendor/src/showcase/premium/date-range-input/showcase.tsx +0 -24
- package/packages/cli/vendor/src/showcase/premium/descriptions/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/descriptions/mock.ts +0 -31
- package/packages/cli/vendor/src/showcase/premium/descriptions/showcase.tsx +0 -45
- package/packages/cli/vendor/src/showcase/premium/hover-card/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/hover-card/mock.ts +0 -30
- package/packages/cli/vendor/src/showcase/premium/hover-card/showcase.tsx +0 -59
- package/packages/cli/vendor/src/showcase/premium/masked-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +0 -42
- package/packages/cli/vendor/src/showcase/premium/masked-input/showcase.tsx +0 -25
- package/packages/cli/vendor/src/showcase/premium/menubar/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/menubar/mock.ts +0 -29
- package/packages/cli/vendor/src/showcase/premium/menubar/showcase.tsx +0 -30
- package/packages/cli/vendor/src/showcase/premium/metric-grid/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/metric-grid/mock.ts +0 -28
- package/packages/cli/vendor/src/showcase/premium/metric-grid/showcase.tsx +0 -70
- package/packages/cli/vendor/src/showcase/premium/modal-shell/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/modal-shell/mock.ts +0 -55
- package/packages/cli/vendor/src/showcase/premium/modal-shell/showcase.tsx +0 -93
- package/packages/cli/vendor/src/showcase/premium/money-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +0 -48
- package/packages/cli/vendor/src/showcase/premium/money-input/showcase.tsx +0 -21
- package/packages/cli/vendor/src/showcase/premium/navigation-menu/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/navigation-menu/mock.ts +0 -27
- package/packages/cli/vendor/src/showcase/premium/navigation-menu/showcase.tsx +0 -34
- package/packages/cli/vendor/src/showcase/premium/number-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +0 -52
- package/packages/cli/vendor/src/showcase/premium/number-input/showcase.tsx +0 -14
- package/packages/cli/vendor/src/showcase/premium/page-container/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/page-container/mock.ts +0 -25
- package/packages/cli/vendor/src/showcase/premium/page-container/showcase.tsx +0 -50
- package/packages/cli/vendor/src/showcase/premium/page-header/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/page-header/mock.ts +0 -31
- package/packages/cli/vendor/src/showcase/premium/page-header/showcase.tsx +0 -44
- package/packages/cli/vendor/src/showcase/premium/page-tabs/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/page-tabs/mock.ts +0 -33
- package/packages/cli/vendor/src/showcase/premium/page-tabs/showcase.tsx +0 -67
- package/packages/cli/vendor/src/showcase/premium/password-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/password-input/mock.ts +0 -31
- package/packages/cli/vendor/src/showcase/premium/password-input/showcase.tsx +0 -74
- package/packages/cli/vendor/src/showcase/premium/phone-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +0 -37
- package/packages/cli/vendor/src/showcase/premium/phone-input/showcase.tsx +0 -27
- package/packages/cli/vendor/src/showcase/premium/property-grid/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/property-grid/mock.ts +0 -29
- package/packages/cli/vendor/src/showcase/premium/property-grid/showcase.tsx +0 -48
- package/packages/cli/vendor/src/showcase/premium/quantity-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +0 -49
- package/packages/cli/vendor/src/showcase/premium/quantity-input/showcase.tsx +0 -21
- package/packages/cli/vendor/src/showcase/premium/result/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/result/mock.ts +0 -28
- package/packages/cli/vendor/src/showcase/premium/result/showcase.tsx +0 -67
- package/packages/cli/vendor/src/showcase/premium/search-input/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/search-input/mock.ts +0 -33
- package/packages/cli/vendor/src/showcase/premium/search-input/showcase.tsx +0 -85
- package/packages/cli/vendor/src/showcase/premium/sheet-shell/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/sheet-shell/mock.ts +0 -59
- package/packages/cli/vendor/src/showcase/premium/sheet-shell/showcase.tsx +0 -87
- package/packages/cli/vendor/src/showcase/premium/sidebar-nav/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/sidebar-nav/mock.ts +0 -28
- package/packages/cli/vendor/src/showcase/premium/sidebar-nav/showcase.tsx +0 -78
- package/packages/cli/vendor/src/showcase/premium/simple-select/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +0 -49
- package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +0 -66
- package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/mock.ts +0 -30
- package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/showcase.tsx +0 -33
- package/packages/cli/vendor/src/showcase/premium/tour/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/tour/mock.ts +0 -33
- package/packages/cli/vendor/src/showcase/premium/tour/showcase.tsx +0 -29
- /package/dist/{showcase/premium/data-table-parts → src/showcase/premium/data-table}/data.cjs +0 -0
|
@@ -0,0 +1,4086 @@
|
|
|
1
|
+
import { comparePublicComponentSurfaceOrder as e, isPublicComponentSurfaceSlug as t } from "../public-component-surface.js";
|
|
2
|
+
import n from "./tembro-registry.json.js";
|
|
3
|
+
import { PACKAGE_LATEST_RELEASE_DATE as r, PACKAGE_LATEST_VERSION as i } from "./package-meta.js";
|
|
4
|
+
import { AlertCircleIcon as a, BadgeIcon as o, BellIcon as ee, BlocksIcon as te, BookOpenIcon as s, BoxIcon as ne, CalendarClockIcon as c, ChevronRightIcon as l, ComponentIcon as u, CreditCardIcon as re, DatabaseIcon as ie, FileTextIcon as d, FormInputIcon as f, Grid2x2Icon as ae, Layers3Icon as oe, LayoutDashboardIcon as p, MousePointerClickIcon as m, PanelTopIcon as h, ShieldCheckIcon as se, SlidersHorizontalIcon as g, SmartphoneIcon as ce, SparklesIcon as _, Table2Icon as v, TerminalSquareIcon as y, ToggleLeftIcon as b, WalletIcon as le, WorkflowIcon as x } from "lucide-react";
|
|
5
|
+
//#region src/showcase/site-data.tsx
|
|
6
|
+
var S = [
|
|
7
|
+
[
|
|
8
|
+
"control",
|
|
9
|
+
"Control<TFieldValues>",
|
|
10
|
+
"-",
|
|
11
|
+
"RHF control instance from `useForm()`."
|
|
12
|
+
],
|
|
13
|
+
[
|
|
14
|
+
"name",
|
|
15
|
+
"FieldPath<TFieldValues>",
|
|
16
|
+
"-",
|
|
17
|
+
"Field path used for registration and value lookup."
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
"rules",
|
|
21
|
+
"Omit<UseControllerProps['rules'], 'value' | 'name'>",
|
|
22
|
+
"-",
|
|
23
|
+
"Validation rules and constraints for the field."
|
|
24
|
+
],
|
|
25
|
+
[
|
|
26
|
+
"required",
|
|
27
|
+
"boolean | \"*\" | FieldError",
|
|
28
|
+
"false",
|
|
29
|
+
"Marks field required in shell and optional validation path."
|
|
30
|
+
],
|
|
31
|
+
[
|
|
32
|
+
"disabled",
|
|
33
|
+
"boolean",
|
|
34
|
+
"false",
|
|
35
|
+
"Disables input and blocks interaction."
|
|
36
|
+
],
|
|
37
|
+
[
|
|
38
|
+
"readOnly",
|
|
39
|
+
"boolean",
|
|
40
|
+
"false",
|
|
41
|
+
"Allows viewing without edit; value remains controlled."
|
|
42
|
+
],
|
|
43
|
+
[
|
|
44
|
+
"success",
|
|
45
|
+
"ReactNode",
|
|
46
|
+
"-",
|
|
47
|
+
"Optional success message rendered by the shared field shell."
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
"loading",
|
|
51
|
+
"boolean",
|
|
52
|
+
"false",
|
|
53
|
+
"Shows a consistent loading message inside the shared field shell."
|
|
54
|
+
],
|
|
55
|
+
[
|
|
56
|
+
"error",
|
|
57
|
+
"string | FieldError | null",
|
|
58
|
+
"-",
|
|
59
|
+
"Optional error override instead of default form state message."
|
|
60
|
+
]
|
|
61
|
+
], C = [
|
|
62
|
+
"RHF control wiring",
|
|
63
|
+
"name-based field registration",
|
|
64
|
+
"error and required visual states",
|
|
65
|
+
"validation contract",
|
|
66
|
+
"label/description consistency",
|
|
67
|
+
"disabled/readOnly handling"
|
|
68
|
+
], ue = "tembro", w = "tembro", de = "tembro", fe = "azamat-ui", pe = `npx ${w} init --template next --defaults`, me = `npx ${w} init --template vite --defaults`, he = `npx ${w} add button input`, T = `${pe}\n${he}`, ge = `npx ${w} --help`, _e = `npx ${w} theme`, ve = "https://www.npmjs.com/package/tembro", E = "https://github.com/AzamatJurayev-dev/tembro", ye = `${E}/releases`, be = "https://github.com/AzamatJurayev-dev/azamat-ui", xe = ye, Se = `${be}/releases`, D = "/docs", O = [{
|
|
69
|
+
version: i,
|
|
70
|
+
date: r,
|
|
71
|
+
status: "Published",
|
|
72
|
+
summary: "Expanded the registry with newer dashboard, input, badge, sidebar, and notification primitives.",
|
|
73
|
+
notes: [
|
|
74
|
+
"Registry truth now includes `collapse`, `sidebar`, `statistic`, `badge`, `notification-center`, and `command-palette`.",
|
|
75
|
+
"Component metadata was refreshed so docs can keep canonical surfaces and related helpers accurate.",
|
|
76
|
+
"CLI-first local component setup remains the default path for Next.js and Vite users."
|
|
77
|
+
]
|
|
78
|
+
}, {
|
|
79
|
+
version: "0.3.18",
|
|
80
|
+
date: "June 30, 2026",
|
|
81
|
+
status: "Published",
|
|
82
|
+
summary: "Refined grouped docs and related-surface mapping.",
|
|
83
|
+
notes: [
|
|
84
|
+
"Input, Select, Card, Badge, Overlay, Form, and Data Table components were aligned with the latest public exports.",
|
|
85
|
+
"Deprecated route-level names stayed aliased for compatibility while primary docs move toward simpler canonical surfaces.",
|
|
86
|
+
"Docs app metadata now prefers current package registry vocabulary over older showcase-only names."
|
|
87
|
+
]
|
|
88
|
+
}], Ce = O[0]?.version ?? "3.1.5", we = O[0]?.date ?? "July 13, 2026", k = (e) => `/components/${e}`, A = (e) => `/playground/${e}`, j = (e) => `/components/${e}`, Te = (e) => e.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/\s+/g, "-").toLowerCase(), Ee = (e, t) => `/components/${e}/${Te(t)}`, De = (e) => `/templates/${e}`, M = (e) => `/blocks/${e}`, N = [
|
|
89
|
+
"Primitives",
|
|
90
|
+
"Form Controls",
|
|
91
|
+
"Overlay",
|
|
92
|
+
"Data Display",
|
|
93
|
+
"Layout",
|
|
94
|
+
"Feedback",
|
|
95
|
+
"Patterns"
|
|
96
|
+
], P = {
|
|
97
|
+
Primitives: {
|
|
98
|
+
title: "Primitives",
|
|
99
|
+
description: "Foundation components for actions, text entry, compact layout and small state changes.",
|
|
100
|
+
whenToUse: "Use when you need a small reusable UI unit with minimal product opinion.",
|
|
101
|
+
whenNotToUse: "Do not start here when the page needs full form orchestration, route structure, or async flows."
|
|
102
|
+
},
|
|
103
|
+
"Form Controls": {
|
|
104
|
+
title: "Form Controls",
|
|
105
|
+
description: "Fields, wrappers and input flows for validation, selection, formatting and data entry.",
|
|
106
|
+
whenToUse: "Use for user input, validation, RHF wiring and constrained value contracts.",
|
|
107
|
+
whenNotToUse: "Do not use for read-only summaries or large page layout composition."
|
|
108
|
+
},
|
|
109
|
+
Overlay: {
|
|
110
|
+
title: "Overlay",
|
|
111
|
+
description: "Dialog, popover, menu and confirmation surfaces that appear above the current screen.",
|
|
112
|
+
whenToUse: "Use for contextual actions, confirmations and short focused tasks.",
|
|
113
|
+
whenNotToUse: "Do not hide long multi-step flows inside overlays when a full page works better."
|
|
114
|
+
},
|
|
115
|
+
"Data Display": {
|
|
116
|
+
title: "Data Display",
|
|
117
|
+
description: "Metrics, tables, empty states and read-oriented surfaces for operational screens.",
|
|
118
|
+
whenToUse: "Use when the main job is reading, comparing or scanning product data.",
|
|
119
|
+
whenNotToUse: "Do not use these as the first layer for input-heavy forms or route-level navigation."
|
|
120
|
+
},
|
|
121
|
+
Layout: {
|
|
122
|
+
title: "Layout",
|
|
123
|
+
description: "Shell, breadcrumbs, side navigation and page framing for structured application routes.",
|
|
124
|
+
whenToUse: "Use when the route needs hierarchy, section framing and navigation continuity.",
|
|
125
|
+
whenNotToUse: "Do not pull layout components into tiny isolated widgets or inline forms."
|
|
126
|
+
},
|
|
127
|
+
Feedback: {
|
|
128
|
+
title: "Feedback",
|
|
129
|
+
description: "Loading, result and toast patterns for status communication and short response loops.",
|
|
130
|
+
whenToUse: "Use when the UI needs clear success, error, pending or completion feedback.",
|
|
131
|
+
whenNotToUse: "Do not use feedback components as a substitute for missing page structure or field validation."
|
|
132
|
+
},
|
|
133
|
+
Patterns: {
|
|
134
|
+
title: "Patterns",
|
|
135
|
+
description: "Composed flows and builders that connect multiple primitives.",
|
|
136
|
+
whenToUse: "Use when the screen needs a repeatable workflow instead of one atomic control.",
|
|
137
|
+
whenNotToUse: "Do not start here when a primitive or one wrapper solves the need cleanly."
|
|
138
|
+
}
|
|
139
|
+
}, Oe = new Set([
|
|
140
|
+
"button",
|
|
141
|
+
"input",
|
|
142
|
+
"textarea",
|
|
143
|
+
"checkbox",
|
|
144
|
+
"switch",
|
|
145
|
+
"badge",
|
|
146
|
+
"card",
|
|
147
|
+
"tabs",
|
|
148
|
+
"collapse",
|
|
149
|
+
"kbd"
|
|
150
|
+
]), ke = new Set([
|
|
151
|
+
"select",
|
|
152
|
+
"async-select",
|
|
153
|
+
"async-multi-select",
|
|
154
|
+
"radio-group",
|
|
155
|
+
"date-picker",
|
|
156
|
+
"date-range-picker",
|
|
157
|
+
"form-field-shell",
|
|
158
|
+
"form-input",
|
|
159
|
+
"form-select",
|
|
160
|
+
"form-textarea",
|
|
161
|
+
"form-switch",
|
|
162
|
+
"form-date-range-input",
|
|
163
|
+
"form-date-picker",
|
|
164
|
+
"form-date-range-picker"
|
|
165
|
+
]), Ae = new Set([
|
|
166
|
+
"dialog",
|
|
167
|
+
"popover",
|
|
168
|
+
"dropdown-menu",
|
|
169
|
+
"tooltip",
|
|
170
|
+
"right-click-menu",
|
|
171
|
+
"confirm-dialog",
|
|
172
|
+
"alert-dialog",
|
|
173
|
+
"drawer"
|
|
174
|
+
]), je = new Set([
|
|
175
|
+
"sidebar",
|
|
176
|
+
"breadcrumbs",
|
|
177
|
+
"section"
|
|
178
|
+
]), Me = new Set([
|
|
179
|
+
"toast",
|
|
180
|
+
"loading-state",
|
|
181
|
+
"empty-state"
|
|
182
|
+
]), Ne = new Set([
|
|
183
|
+
"form-builder",
|
|
184
|
+
"resource-page",
|
|
185
|
+
"resource-detail-page",
|
|
186
|
+
"page-toolbar",
|
|
187
|
+
"bulk-action-bar",
|
|
188
|
+
"detail-layout",
|
|
189
|
+
"settings-page",
|
|
190
|
+
"data-view"
|
|
191
|
+
]), F = new Map([
|
|
192
|
+
["app-sidebar", "sidebar"],
|
|
193
|
+
["form-async-select", "form-select"],
|
|
194
|
+
["form-search-input", "form-input"],
|
|
195
|
+
["form-password-input", "form-input"],
|
|
196
|
+
["form-number-input", "form-input"],
|
|
197
|
+
["form-phone-input", "form-input"],
|
|
198
|
+
["form-date-input", "form-input"],
|
|
199
|
+
["confirm-action", "confirm-dialog"],
|
|
200
|
+
["file-dropzone", "file-upload"],
|
|
201
|
+
["hover-card", "popover"],
|
|
202
|
+
["metric-card", "statistic"],
|
|
203
|
+
["nav-tabs", "tabs"],
|
|
204
|
+
["section-header", "section"],
|
|
205
|
+
["side-panel", "sidebar"],
|
|
206
|
+
["status-dot", "status-legend"]
|
|
207
|
+
]);
|
|
208
|
+
function I(e) {
|
|
209
|
+
return F.get(e) ?? e;
|
|
210
|
+
}
|
|
211
|
+
function L(e) {
|
|
212
|
+
return Oe.has(e) ? "Primitives" : ke.has(e) ? "Form Controls" : Ae.has(e) ? "Overlay" : je.has(e) ? "Layout" : Me.has(e) ? "Feedback" : Ne.has(e) ? "Patterns" : "Data Display";
|
|
213
|
+
}
|
|
214
|
+
function Pe(e) {
|
|
215
|
+
return P[L(e)];
|
|
216
|
+
}
|
|
217
|
+
function R(e, t) {
|
|
218
|
+
return K.filter((t) => L(t.slug) === e).map((e) => ({
|
|
219
|
+
label: e.title,
|
|
220
|
+
href: t(e.slug),
|
|
221
|
+
icon: e.icon,
|
|
222
|
+
badge: e.status
|
|
223
|
+
}));
|
|
224
|
+
}
|
|
225
|
+
var z = [
|
|
226
|
+
{
|
|
227
|
+
slug: "button",
|
|
228
|
+
title: "Button",
|
|
229
|
+
description: "Trigger actions with multiple variants, sizes, icon positions and loading states.",
|
|
230
|
+
icon: m,
|
|
231
|
+
category: "Components",
|
|
232
|
+
status: "Stable",
|
|
233
|
+
installCommand: T,
|
|
234
|
+
propsRows: [
|
|
235
|
+
[
|
|
236
|
+
"variant",
|
|
237
|
+
"'default' | 'secondary' | ...",
|
|
238
|
+
"'default'",
|
|
239
|
+
"The visual style of the button."
|
|
240
|
+
],
|
|
241
|
+
[
|
|
242
|
+
"size",
|
|
243
|
+
"'xs' | 'sm' | 'md' | 'lg' | 'xl'",
|
|
244
|
+
"'md'",
|
|
245
|
+
"The size of the button."
|
|
246
|
+
],
|
|
247
|
+
[
|
|
248
|
+
"asChild",
|
|
249
|
+
"boolean",
|
|
250
|
+
"false",
|
|
251
|
+
"Render as a child element using Slot."
|
|
252
|
+
],
|
|
253
|
+
[
|
|
254
|
+
"disabled",
|
|
255
|
+
"boolean",
|
|
256
|
+
"false",
|
|
257
|
+
"Disables the button."
|
|
258
|
+
],
|
|
259
|
+
[
|
|
260
|
+
"className",
|
|
261
|
+
"string",
|
|
262
|
+
"-",
|
|
263
|
+
"Additional CSS classes."
|
|
264
|
+
],
|
|
265
|
+
[
|
|
266
|
+
"onClick",
|
|
267
|
+
"(e: MouseEvent) => void",
|
|
268
|
+
"-",
|
|
269
|
+
"Click event handler."
|
|
270
|
+
]
|
|
271
|
+
],
|
|
272
|
+
features: [
|
|
273
|
+
"Variants",
|
|
274
|
+
"Sizes",
|
|
275
|
+
"Icon support",
|
|
276
|
+
"Loading state"
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
slug: "input",
|
|
281
|
+
title: "Input",
|
|
282
|
+
description: "Primary text-entry surface for forms, filters, and compact editor layouts before moving into presets.",
|
|
283
|
+
icon: f,
|
|
284
|
+
category: "Forms",
|
|
285
|
+
status: "Stable",
|
|
286
|
+
installCommand: T,
|
|
287
|
+
propsRows: [
|
|
288
|
+
[
|
|
289
|
+
"value",
|
|
290
|
+
"string",
|
|
291
|
+
"-",
|
|
292
|
+
"Controlled value."
|
|
293
|
+
],
|
|
294
|
+
[
|
|
295
|
+
"onValueChange",
|
|
296
|
+
"(value) => void",
|
|
297
|
+
"-",
|
|
298
|
+
"Direct text callback for controlled string flows."
|
|
299
|
+
],
|
|
300
|
+
[
|
|
301
|
+
"type",
|
|
302
|
+
"'text' | 'email' | 'password' | ...",
|
|
303
|
+
"'text'",
|
|
304
|
+
"Input HTML type before moving to a preset."
|
|
305
|
+
],
|
|
306
|
+
[
|
|
307
|
+
"clearable",
|
|
308
|
+
"boolean",
|
|
309
|
+
"false",
|
|
310
|
+
"Adds a built-in clear action when value exists."
|
|
311
|
+
],
|
|
312
|
+
[
|
|
313
|
+
"trailingAction",
|
|
314
|
+
"ReactNode",
|
|
315
|
+
"-",
|
|
316
|
+
"Interactive trailing slot for counters, shortcuts, or actions."
|
|
317
|
+
],
|
|
318
|
+
[
|
|
319
|
+
"replaceTrailingWhenClear",
|
|
320
|
+
"boolean",
|
|
321
|
+
"true",
|
|
322
|
+
"Keep or replace trailing content when clear is visible."
|
|
323
|
+
],
|
|
324
|
+
[
|
|
325
|
+
"disabled",
|
|
326
|
+
"boolean",
|
|
327
|
+
"false",
|
|
328
|
+
"Disables the field."
|
|
329
|
+
]
|
|
330
|
+
],
|
|
331
|
+
features: [
|
|
332
|
+
"Primary text field",
|
|
333
|
+
"Built-in clear action",
|
|
334
|
+
"Trailing action slot",
|
|
335
|
+
"Preset-friendly API"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
slug: "textarea",
|
|
340
|
+
title: "Textarea",
|
|
341
|
+
description: "Multi-line input with autosizing-friendly layout for notes, messages and long-form data.",
|
|
342
|
+
icon: d,
|
|
343
|
+
category: "Forms",
|
|
344
|
+
status: "Stable",
|
|
345
|
+
installCommand: T,
|
|
346
|
+
propsRows: [
|
|
347
|
+
[
|
|
348
|
+
"placeholder",
|
|
349
|
+
"string",
|
|
350
|
+
"-",
|
|
351
|
+
"Placeholder text."
|
|
352
|
+
],
|
|
353
|
+
[
|
|
354
|
+
"disabled",
|
|
355
|
+
"boolean",
|
|
356
|
+
"false",
|
|
357
|
+
"Disables the textarea."
|
|
358
|
+
],
|
|
359
|
+
[
|
|
360
|
+
"rows",
|
|
361
|
+
"number",
|
|
362
|
+
"-",
|
|
363
|
+
"Preferred visible rows."
|
|
364
|
+
],
|
|
365
|
+
[
|
|
366
|
+
"value",
|
|
367
|
+
"string",
|
|
368
|
+
"-",
|
|
369
|
+
"Controlled value."
|
|
370
|
+
],
|
|
371
|
+
[
|
|
372
|
+
"onChange",
|
|
373
|
+
"(event) => void",
|
|
374
|
+
"-",
|
|
375
|
+
"Change handler."
|
|
376
|
+
]
|
|
377
|
+
],
|
|
378
|
+
features: [
|
|
379
|
+
"Long-form input",
|
|
380
|
+
"Disabled state",
|
|
381
|
+
"Resizable content",
|
|
382
|
+
"Controlled value"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
slug: "select",
|
|
387
|
+
title: "Select",
|
|
388
|
+
description: "Primary selection surface for lists, status filters, and compact forms before moving into members.",
|
|
389
|
+
icon: u,
|
|
390
|
+
category: "Forms",
|
|
391
|
+
status: "Stable",
|
|
392
|
+
installCommand: T,
|
|
393
|
+
propsRows: [
|
|
394
|
+
[
|
|
395
|
+
"value",
|
|
396
|
+
"string",
|
|
397
|
+
"-",
|
|
398
|
+
"Controlled selected value."
|
|
399
|
+
],
|
|
400
|
+
[
|
|
401
|
+
"defaultValue",
|
|
402
|
+
"string",
|
|
403
|
+
"-",
|
|
404
|
+
"Initial selected value."
|
|
405
|
+
],
|
|
406
|
+
[
|
|
407
|
+
"onValueChange",
|
|
408
|
+
"(value) => void",
|
|
409
|
+
"-",
|
|
410
|
+
"Selection change callback."
|
|
411
|
+
],
|
|
412
|
+
[
|
|
413
|
+
"searchable",
|
|
414
|
+
"boolean",
|
|
415
|
+
"false",
|
|
416
|
+
"Enables local filtering on the main surface."
|
|
417
|
+
],
|
|
418
|
+
[
|
|
419
|
+
"multiple",
|
|
420
|
+
"boolean",
|
|
421
|
+
"false",
|
|
422
|
+
"Allows multiple values when the active member supports it."
|
|
423
|
+
],
|
|
424
|
+
[
|
|
425
|
+
"size",
|
|
426
|
+
"'sm' | 'default'",
|
|
427
|
+
"'default'",
|
|
428
|
+
"Trigger size."
|
|
429
|
+
],
|
|
430
|
+
[
|
|
431
|
+
"disabled",
|
|
432
|
+
"boolean",
|
|
433
|
+
"false",
|
|
434
|
+
"Disables the trigger."
|
|
435
|
+
]
|
|
436
|
+
],
|
|
437
|
+
features: [
|
|
438
|
+
"Primary choice input",
|
|
439
|
+
"Local filtering",
|
|
440
|
+
"Compact trigger",
|
|
441
|
+
"Preset-friendly API"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
slug: "async-select",
|
|
446
|
+
title: "Async Select",
|
|
447
|
+
description: "Remote-aware select for search-driven datasets, edit hydration, and production loading or empty states.",
|
|
448
|
+
icon: u,
|
|
449
|
+
category: "Forms",
|
|
450
|
+
status: "Stable",
|
|
451
|
+
installCommand: T,
|
|
452
|
+
propsRows: [
|
|
453
|
+
[
|
|
454
|
+
"value",
|
|
455
|
+
"string",
|
|
456
|
+
"-",
|
|
457
|
+
"Controlled selected value."
|
|
458
|
+
],
|
|
459
|
+
[
|
|
460
|
+
"selectedOption",
|
|
461
|
+
"AsyncSelectOption",
|
|
462
|
+
"-",
|
|
463
|
+
"Hydrated selected option for controlled edit modes."
|
|
464
|
+
],
|
|
465
|
+
[
|
|
466
|
+
"onValueChange",
|
|
467
|
+
"(value, option?) => void",
|
|
468
|
+
"-",
|
|
469
|
+
"Selection callback with optional option payload."
|
|
470
|
+
],
|
|
471
|
+
[
|
|
472
|
+
"loadOptions",
|
|
473
|
+
"(search) => Promise<AsyncSelectOption[]>",
|
|
474
|
+
"-",
|
|
475
|
+
"Async option fetcher."
|
|
476
|
+
],
|
|
477
|
+
[
|
|
478
|
+
"loadSelectedOption",
|
|
479
|
+
"(value) => Promise<AsyncSelectOption | null>",
|
|
480
|
+
"-",
|
|
481
|
+
"Fetch selected option for controlled edit."
|
|
482
|
+
],
|
|
483
|
+
[
|
|
484
|
+
"defaultOptions",
|
|
485
|
+
"AsyncSelectOption[]",
|
|
486
|
+
"-",
|
|
487
|
+
"Initial static options."
|
|
488
|
+
],
|
|
489
|
+
[
|
|
490
|
+
"clearable",
|
|
491
|
+
"boolean",
|
|
492
|
+
"true",
|
|
493
|
+
"Allows clearing the selected value."
|
|
494
|
+
],
|
|
495
|
+
[
|
|
496
|
+
"cacheOptions",
|
|
497
|
+
"boolean",
|
|
498
|
+
"false",
|
|
499
|
+
"Reuse options cache across repeated queries."
|
|
500
|
+
],
|
|
501
|
+
[
|
|
502
|
+
"minSearchLength",
|
|
503
|
+
"number",
|
|
504
|
+
"1",
|
|
505
|
+
"Minimum query length for request."
|
|
506
|
+
],
|
|
507
|
+
[
|
|
508
|
+
"debounceMs",
|
|
509
|
+
"number",
|
|
510
|
+
"250",
|
|
511
|
+
"Delay before calling remote search."
|
|
512
|
+
],
|
|
513
|
+
[
|
|
514
|
+
"labels",
|
|
515
|
+
"AsyncSelectLabels",
|
|
516
|
+
"-",
|
|
517
|
+
"Copy and state copy labels."
|
|
518
|
+
],
|
|
519
|
+
[
|
|
520
|
+
"renderLoading",
|
|
521
|
+
"AsyncSelectStateRenderer",
|
|
522
|
+
"-",
|
|
523
|
+
"Custom loading content renderer."
|
|
524
|
+
]
|
|
525
|
+
],
|
|
526
|
+
features: [
|
|
527
|
+
"Remote option loading",
|
|
528
|
+
"Debounced search",
|
|
529
|
+
"Hydrated edit state",
|
|
530
|
+
"Clearable controlled output"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
slug: "async-multi-select",
|
|
535
|
+
title: "Async Select",
|
|
536
|
+
description: "Legacy alias for Async Select multi mode. Use `isMulti` on AsyncSelect instead of installing a separate component.",
|
|
537
|
+
icon: u,
|
|
538
|
+
category: "Forms",
|
|
539
|
+
status: "Preview",
|
|
540
|
+
installCommand: T,
|
|
541
|
+
propsRows: [
|
|
542
|
+
[
|
|
543
|
+
"isMulti",
|
|
544
|
+
"boolean",
|
|
545
|
+
"true",
|
|
546
|
+
"Turns AsyncSelect into multi mode with tag selection."
|
|
547
|
+
],
|
|
548
|
+
[
|
|
549
|
+
"value",
|
|
550
|
+
"string[]",
|
|
551
|
+
"-",
|
|
552
|
+
"Controlled selected values in multi mode."
|
|
553
|
+
],
|
|
554
|
+
[
|
|
555
|
+
"onValueChange",
|
|
556
|
+
"(values, options) => void",
|
|
557
|
+
"-",
|
|
558
|
+
"Bulk selection callback in multi mode."
|
|
559
|
+
],
|
|
560
|
+
[
|
|
561
|
+
"maxSelected",
|
|
562
|
+
"number",
|
|
563
|
+
"-",
|
|
564
|
+
"Upper cap for total selected items."
|
|
565
|
+
],
|
|
566
|
+
[
|
|
567
|
+
"showSelectAll",
|
|
568
|
+
"boolean",
|
|
569
|
+
"false",
|
|
570
|
+
"Allow select-all shortcut."
|
|
571
|
+
]
|
|
572
|
+
],
|
|
573
|
+
features: [
|
|
574
|
+
"Legacy alias",
|
|
575
|
+
"Multi selection",
|
|
576
|
+
"Select-all helpers",
|
|
577
|
+
"Use AsyncSelect as the canonical API"
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
slug: "number-input",
|
|
582
|
+
title: "Number Input",
|
|
583
|
+
description: "Numeric entry with parsing, constraints, and precise change semantics.",
|
|
584
|
+
icon: b,
|
|
585
|
+
category: "Forms",
|
|
586
|
+
status: "Stable",
|
|
587
|
+
installCommand: T,
|
|
588
|
+
propsRows: [
|
|
589
|
+
[
|
|
590
|
+
"value",
|
|
591
|
+
"number | string",
|
|
592
|
+
"-",
|
|
593
|
+
"Controlled value."
|
|
594
|
+
],
|
|
595
|
+
[
|
|
596
|
+
"defaultValue",
|
|
597
|
+
"number | string",
|
|
598
|
+
"-",
|
|
599
|
+
"Initial uncontrolled value."
|
|
600
|
+
],
|
|
601
|
+
[
|
|
602
|
+
"onChange",
|
|
603
|
+
"React.ChangeEventHandler<HTMLInputElement>",
|
|
604
|
+
"-",
|
|
605
|
+
"Native change event."
|
|
606
|
+
],
|
|
607
|
+
[
|
|
608
|
+
"onNumberChange",
|
|
609
|
+
"(value) => void",
|
|
610
|
+
"-",
|
|
611
|
+
"Parsed numeric callback."
|
|
612
|
+
],
|
|
613
|
+
[
|
|
614
|
+
"onValueChange",
|
|
615
|
+
"(value) => void",
|
|
616
|
+
"-",
|
|
617
|
+
"String-based callback for raw typed value."
|
|
618
|
+
],
|
|
619
|
+
[
|
|
620
|
+
"min",
|
|
621
|
+
"number",
|
|
622
|
+
"-",
|
|
623
|
+
"Lower bound."
|
|
624
|
+
],
|
|
625
|
+
[
|
|
626
|
+
"max",
|
|
627
|
+
"number",
|
|
628
|
+
"-",
|
|
629
|
+
"Upper bound."
|
|
630
|
+
],
|
|
631
|
+
[
|
|
632
|
+
"step",
|
|
633
|
+
"number",
|
|
634
|
+
"1",
|
|
635
|
+
"Step size for changes."
|
|
636
|
+
],
|
|
637
|
+
[
|
|
638
|
+
"allowEmpty",
|
|
639
|
+
"boolean",
|
|
640
|
+
"false",
|
|
641
|
+
"Allows clearing the input without forcing zero."
|
|
642
|
+
]
|
|
643
|
+
],
|
|
644
|
+
features: [
|
|
645
|
+
"Parsing",
|
|
646
|
+
"min/max",
|
|
647
|
+
"Step semantics",
|
|
648
|
+
"Invalid number handling"
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
slug: "date-picker",
|
|
653
|
+
title: "Date Picker",
|
|
654
|
+
description: "Popover-based date picker optimized for form fields and action buttons.",
|
|
655
|
+
icon: c,
|
|
656
|
+
category: "Forms",
|
|
657
|
+
status: "Preview",
|
|
658
|
+
installCommand: T,
|
|
659
|
+
propsRows: [
|
|
660
|
+
[
|
|
661
|
+
"value",
|
|
662
|
+
"string",
|
|
663
|
+
"-",
|
|
664
|
+
"Controlled picker value."
|
|
665
|
+
],
|
|
666
|
+
[
|
|
667
|
+
"defaultValue",
|
|
668
|
+
"string",
|
|
669
|
+
"-",
|
|
670
|
+
"Initial uncontrolled value."
|
|
671
|
+
],
|
|
672
|
+
[
|
|
673
|
+
"onValueChange",
|
|
674
|
+
"(value) => void",
|
|
675
|
+
"-",
|
|
676
|
+
"Picker change callback."
|
|
677
|
+
],
|
|
678
|
+
[
|
|
679
|
+
"disabled",
|
|
680
|
+
"boolean",
|
|
681
|
+
"false",
|
|
682
|
+
"Disables the popover trigger."
|
|
683
|
+
],
|
|
684
|
+
[
|
|
685
|
+
"min",
|
|
686
|
+
"string",
|
|
687
|
+
"-",
|
|
688
|
+
"Minimum selectable date string."
|
|
689
|
+
],
|
|
690
|
+
[
|
|
691
|
+
"max",
|
|
692
|
+
"string",
|
|
693
|
+
"-",
|
|
694
|
+
"Maximum selectable date string."
|
|
695
|
+
],
|
|
696
|
+
[
|
|
697
|
+
"disabledDates",
|
|
698
|
+
"string[]",
|
|
699
|
+
"-",
|
|
700
|
+
"Date literals that are blocked."
|
|
701
|
+
],
|
|
702
|
+
[
|
|
703
|
+
"className",
|
|
704
|
+
"string",
|
|
705
|
+
"-",
|
|
706
|
+
"Wrapper style class."
|
|
707
|
+
]
|
|
708
|
+
],
|
|
709
|
+
features: [
|
|
710
|
+
"Popover selection",
|
|
711
|
+
"Date formatting",
|
|
712
|
+
"min/max",
|
|
713
|
+
"disabledDates"
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
slug: "date-range-picker",
|
|
718
|
+
title: "Date Range Picker",
|
|
719
|
+
description: "Popover date-range picker for period selection with constrained windows.",
|
|
720
|
+
icon: c,
|
|
721
|
+
category: "Forms",
|
|
722
|
+
status: "Preview",
|
|
723
|
+
installCommand: T,
|
|
724
|
+
propsRows: [
|
|
725
|
+
[
|
|
726
|
+
"value",
|
|
727
|
+
"{ from: string; to: string }",
|
|
728
|
+
"-",
|
|
729
|
+
"Controlled range value."
|
|
730
|
+
],
|
|
731
|
+
[
|
|
732
|
+
"defaultValue",
|
|
733
|
+
"{ from: string; to: string }",
|
|
734
|
+
"-",
|
|
735
|
+
"Initial uncontrolled range value."
|
|
736
|
+
],
|
|
737
|
+
[
|
|
738
|
+
"onValueChange",
|
|
739
|
+
"(value) => void",
|
|
740
|
+
"-",
|
|
741
|
+
"Range callback with from/to."
|
|
742
|
+
],
|
|
743
|
+
[
|
|
744
|
+
"disabled",
|
|
745
|
+
"boolean",
|
|
746
|
+
"false",
|
|
747
|
+
"Disables all picker interactions."
|
|
748
|
+
],
|
|
749
|
+
[
|
|
750
|
+
"min",
|
|
751
|
+
"string",
|
|
752
|
+
"-",
|
|
753
|
+
"Earliest allowed date."
|
|
754
|
+
],
|
|
755
|
+
[
|
|
756
|
+
"max",
|
|
757
|
+
"string",
|
|
758
|
+
"-",
|
|
759
|
+
"Latest allowed date."
|
|
760
|
+
],
|
|
761
|
+
[
|
|
762
|
+
"disabledDates",
|
|
763
|
+
"string[]",
|
|
764
|
+
"-",
|
|
765
|
+
"Date literals blocked from selection."
|
|
766
|
+
],
|
|
767
|
+
[
|
|
768
|
+
"className",
|
|
769
|
+
"string",
|
|
770
|
+
"-",
|
|
771
|
+
"Wrapper style class."
|
|
772
|
+
]
|
|
773
|
+
],
|
|
774
|
+
features: [
|
|
775
|
+
"Range picker",
|
|
776
|
+
"Range windows",
|
|
777
|
+
"disabledDates",
|
|
778
|
+
"Boundary guards"
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
slug: "form-field-shell",
|
|
783
|
+
title: "Form Field Shell",
|
|
784
|
+
description: "Composable field shell that standardizes label, description, layout, errors and required markers.",
|
|
785
|
+
icon: d,
|
|
786
|
+
category: "Forms",
|
|
787
|
+
status: "Stable",
|
|
788
|
+
installCommand: T,
|
|
789
|
+
propsRows: [
|
|
790
|
+
[
|
|
791
|
+
"label",
|
|
792
|
+
"string",
|
|
793
|
+
"-",
|
|
794
|
+
"Field shell label text."
|
|
795
|
+
],
|
|
796
|
+
[
|
|
797
|
+
"description",
|
|
798
|
+
"string",
|
|
799
|
+
"-",
|
|
800
|
+
"Supporting helper text."
|
|
801
|
+
],
|
|
802
|
+
[
|
|
803
|
+
"descriptionPosition",
|
|
804
|
+
"'top' | 'bottom'",
|
|
805
|
+
"'bottom'",
|
|
806
|
+
"Description location relative to control."
|
|
807
|
+
],
|
|
808
|
+
[
|
|
809
|
+
"layout",
|
|
810
|
+
"'vertical' | 'horizontal' | 'inline'",
|
|
811
|
+
"'vertical'",
|
|
812
|
+
"Visual layout mode of label and field."
|
|
813
|
+
],
|
|
814
|
+
[
|
|
815
|
+
"required",
|
|
816
|
+
"boolean",
|
|
817
|
+
"false",
|
|
818
|
+
"Renders required marker and forwards required metadata."
|
|
819
|
+
],
|
|
820
|
+
[
|
|
821
|
+
"error",
|
|
822
|
+
"string | FieldError",
|
|
823
|
+
"-",
|
|
824
|
+
"Explicit error message shown in helper area."
|
|
825
|
+
],
|
|
826
|
+
[
|
|
827
|
+
"labelAction",
|
|
828
|
+
"ReactNode",
|
|
829
|
+
"-",
|
|
830
|
+
"Optional action in label area."
|
|
831
|
+
],
|
|
832
|
+
[
|
|
833
|
+
"readOnly",
|
|
834
|
+
"boolean",
|
|
835
|
+
"false",
|
|
836
|
+
"Read-only shell state."
|
|
837
|
+
],
|
|
838
|
+
[
|
|
839
|
+
"disabled",
|
|
840
|
+
"boolean",
|
|
841
|
+
"false",
|
|
842
|
+
"Disables shell state visuals."
|
|
843
|
+
],
|
|
844
|
+
[
|
|
845
|
+
"className",
|
|
846
|
+
"string",
|
|
847
|
+
"-",
|
|
848
|
+
"Custom wrapper class."
|
|
849
|
+
]
|
|
850
|
+
],
|
|
851
|
+
features: [
|
|
852
|
+
"Label contract",
|
|
853
|
+
"Inline description",
|
|
854
|
+
"Horizontal/inline layout",
|
|
855
|
+
"ReadOnly + disabled states",
|
|
856
|
+
"Required indicator"
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
slug: "form-input",
|
|
861
|
+
title: "Form Input",
|
|
862
|
+
description: "Primary RHF field wrapper for text-like inputs. Use `kind` to cover search, password, number, phone, and date flows from one surface.",
|
|
863
|
+
icon: f,
|
|
864
|
+
category: "Forms",
|
|
865
|
+
status: "Preview",
|
|
866
|
+
installCommand: T,
|
|
867
|
+
propsRows: [
|
|
868
|
+
...S,
|
|
869
|
+
[
|
|
870
|
+
"kind",
|
|
871
|
+
"'text' | 'search' | 'password' | 'number' | 'phone' | 'date'",
|
|
872
|
+
"'text'",
|
|
873
|
+
"Selects the field variant without changing wrapper-level API."
|
|
874
|
+
],
|
|
875
|
+
[
|
|
876
|
+
"type",
|
|
877
|
+
"'text' | 'email' | 'search' | ...",
|
|
878
|
+
"'text'",
|
|
879
|
+
"Rendered input type for base behavior when using the text variant."
|
|
880
|
+
],
|
|
881
|
+
[
|
|
882
|
+
"placeholder",
|
|
883
|
+
"string",
|
|
884
|
+
"-",
|
|
885
|
+
"Input placeholder."
|
|
886
|
+
],
|
|
887
|
+
[
|
|
888
|
+
"onValueChange",
|
|
889
|
+
"(value: string) => void",
|
|
890
|
+
"-",
|
|
891
|
+
"Change callback with parsed display value."
|
|
892
|
+
],
|
|
893
|
+
[
|
|
894
|
+
"defaultValue",
|
|
895
|
+
"string",
|
|
896
|
+
"-",
|
|
897
|
+
"Uncontrolled initial value in hybrid modes."
|
|
898
|
+
]
|
|
899
|
+
],
|
|
900
|
+
features: [
|
|
901
|
+
...C,
|
|
902
|
+
"Universal `kind` variants",
|
|
903
|
+
"Error text and message flow",
|
|
904
|
+
"Single wrapper migration path"
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
slug: "form-select",
|
|
909
|
+
title: "Form Select",
|
|
910
|
+
description: "Primary RHF select wrapper. Start with the default simple mode and switch to `kind=\"async\"` when option loading or hydration is remote.",
|
|
911
|
+
icon: u,
|
|
912
|
+
category: "Forms",
|
|
913
|
+
status: "Stable",
|
|
914
|
+
installCommand: T,
|
|
915
|
+
propsRows: [
|
|
916
|
+
...S,
|
|
917
|
+
[
|
|
918
|
+
"kind",
|
|
919
|
+
"'simple' | 'async'",
|
|
920
|
+
"'simple'",
|
|
921
|
+
"Chooses the select surface while keeping the same form wrapper contract."
|
|
922
|
+
],
|
|
923
|
+
[
|
|
924
|
+
"options",
|
|
925
|
+
"SimpleSelectOption[]",
|
|
926
|
+
"-",
|
|
927
|
+
"Flat option set for select rendering."
|
|
928
|
+
],
|
|
929
|
+
[
|
|
930
|
+
"placeholder",
|
|
931
|
+
"string",
|
|
932
|
+
"-",
|
|
933
|
+
"Default label when empty."
|
|
934
|
+
],
|
|
935
|
+
[
|
|
936
|
+
"onValueChange",
|
|
937
|
+
"(value: string) => void",
|
|
938
|
+
"-",
|
|
939
|
+
"Selection change callback."
|
|
940
|
+
]
|
|
941
|
+
],
|
|
942
|
+
features: [
|
|
943
|
+
...C,
|
|
944
|
+
"Simple + async under one API",
|
|
945
|
+
"Form-driven value control",
|
|
946
|
+
"Clear/empty handling"
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
slug: "form-textarea",
|
|
951
|
+
title: "Form Textarea",
|
|
952
|
+
description: "RHF textarea wrapper with shell-level validation messages and descriptions.",
|
|
953
|
+
icon: d,
|
|
954
|
+
category: "Forms",
|
|
955
|
+
status: "Stable",
|
|
956
|
+
installCommand: T,
|
|
957
|
+
propsRows: [
|
|
958
|
+
...S,
|
|
959
|
+
[
|
|
960
|
+
"rows",
|
|
961
|
+
"number",
|
|
962
|
+
"-",
|
|
963
|
+
"Visible row count."
|
|
964
|
+
],
|
|
965
|
+
[
|
|
966
|
+
"minHeight",
|
|
967
|
+
"number",
|
|
968
|
+
"-",
|
|
969
|
+
"Optional minimum height in rem/px."
|
|
970
|
+
],
|
|
971
|
+
[
|
|
972
|
+
"maxLength",
|
|
973
|
+
"number",
|
|
974
|
+
"-",
|
|
975
|
+
"Input length safety guard."
|
|
976
|
+
],
|
|
977
|
+
[
|
|
978
|
+
"onValueChange",
|
|
979
|
+
"(value: string) => void",
|
|
980
|
+
"-",
|
|
981
|
+
"Raw text callback from field."
|
|
982
|
+
]
|
|
983
|
+
],
|
|
984
|
+
features: [
|
|
985
|
+
...C,
|
|
986
|
+
"Long text support",
|
|
987
|
+
"Error placement",
|
|
988
|
+
"Description + helper states"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
slug: "form-switch",
|
|
993
|
+
title: "Form Switch",
|
|
994
|
+
description: "RHF switch wrapper with binary payload and shell-level feedback.",
|
|
995
|
+
icon: b,
|
|
996
|
+
category: "Forms",
|
|
997
|
+
status: "Stable",
|
|
998
|
+
installCommand: T,
|
|
999
|
+
propsRows: [
|
|
1000
|
+
...S,
|
|
1001
|
+
[
|
|
1002
|
+
"checked",
|
|
1003
|
+
"boolean",
|
|
1004
|
+
"-",
|
|
1005
|
+
"Controlled checked value when controlled by wrapper."
|
|
1006
|
+
],
|
|
1007
|
+
[
|
|
1008
|
+
"defaultChecked",
|
|
1009
|
+
"boolean",
|
|
1010
|
+
"false",
|
|
1011
|
+
"Uncontrolled initial value in mixed modes."
|
|
1012
|
+
],
|
|
1013
|
+
[
|
|
1014
|
+
"onCheckedChange",
|
|
1015
|
+
"(value: boolean) => void",
|
|
1016
|
+
"-",
|
|
1017
|
+
"Boolean callback from switch state change."
|
|
1018
|
+
]
|
|
1019
|
+
],
|
|
1020
|
+
features: [
|
|
1021
|
+
...C,
|
|
1022
|
+
"Boolean value contract",
|
|
1023
|
+
"Readable shell errors",
|
|
1024
|
+
"Disabled states"
|
|
1025
|
+
]
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
slug: "form-date-range-input",
|
|
1029
|
+
title: "Form Date Range Input",
|
|
1030
|
+
description: "RHF range input wrapper supporting from/to bounds and required range validation.",
|
|
1031
|
+
icon: c,
|
|
1032
|
+
category: "Forms",
|
|
1033
|
+
status: "Preview",
|
|
1034
|
+
installCommand: T,
|
|
1035
|
+
propsRows: [
|
|
1036
|
+
...S,
|
|
1037
|
+
[
|
|
1038
|
+
"value",
|
|
1039
|
+
"{ from: string; to: string }",
|
|
1040
|
+
"-",
|
|
1041
|
+
"RHF controlled date range value."
|
|
1042
|
+
],
|
|
1043
|
+
[
|
|
1044
|
+
"min",
|
|
1045
|
+
"string",
|
|
1046
|
+
"-",
|
|
1047
|
+
"Earliest valid date for start boundary."
|
|
1048
|
+
],
|
|
1049
|
+
[
|
|
1050
|
+
"max",
|
|
1051
|
+
"string",
|
|
1052
|
+
"-",
|
|
1053
|
+
"Latest valid date for end boundary."
|
|
1054
|
+
],
|
|
1055
|
+
[
|
|
1056
|
+
"required",
|
|
1057
|
+
"boolean | { from: boolean; to: boolean }",
|
|
1058
|
+
"false",
|
|
1059
|
+
"Require one or both bounds."
|
|
1060
|
+
],
|
|
1061
|
+
[
|
|
1062
|
+
"onValueChange",
|
|
1063
|
+
"(value: { from: string; to: string }) => void",
|
|
1064
|
+
"-",
|
|
1065
|
+
"Range update callback."
|
|
1066
|
+
]
|
|
1067
|
+
],
|
|
1068
|
+
features: [
|
|
1069
|
+
...C,
|
|
1070
|
+
"Range required validation",
|
|
1071
|
+
"from/to coordination",
|
|
1072
|
+
"Filter-ready contract"
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
slug: "form-date-picker",
|
|
1077
|
+
title: "Form Date Picker",
|
|
1078
|
+
description: "RHF popover date picker wrapper with shared validation and controlled submit flow.",
|
|
1079
|
+
icon: c,
|
|
1080
|
+
category: "Forms",
|
|
1081
|
+
status: "Preview",
|
|
1082
|
+
installCommand: T,
|
|
1083
|
+
propsRows: [
|
|
1084
|
+
...S,
|
|
1085
|
+
[
|
|
1086
|
+
"value",
|
|
1087
|
+
"string",
|
|
1088
|
+
"-",
|
|
1089
|
+
"Controlled popover date value."
|
|
1090
|
+
],
|
|
1091
|
+
[
|
|
1092
|
+
"disabledDates",
|
|
1093
|
+
"string[]",
|
|
1094
|
+
"-",
|
|
1095
|
+
"Calendar date blacklist."
|
|
1096
|
+
],
|
|
1097
|
+
[
|
|
1098
|
+
"min",
|
|
1099
|
+
"string",
|
|
1100
|
+
"-",
|
|
1101
|
+
"Earliest selectable date string."
|
|
1102
|
+
],
|
|
1103
|
+
[
|
|
1104
|
+
"max",
|
|
1105
|
+
"string",
|
|
1106
|
+
"-",
|
|
1107
|
+
"Latest selectable date string."
|
|
1108
|
+
],
|
|
1109
|
+
[
|
|
1110
|
+
"onValueChange",
|
|
1111
|
+
"(value: string | null) => void",
|
|
1112
|
+
"-",
|
|
1113
|
+
"Normalized picker value callback."
|
|
1114
|
+
]
|
|
1115
|
+
],
|
|
1116
|
+
features: [
|
|
1117
|
+
...C,
|
|
1118
|
+
"Popover interaction",
|
|
1119
|
+
"Range of disabled dates",
|
|
1120
|
+
"Controlled popover state"
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
slug: "form-date-range-picker",
|
|
1125
|
+
title: "Form Date Range Picker",
|
|
1126
|
+
description: "RHF wrapper over popover date-range picker with required range and block-out support.",
|
|
1127
|
+
icon: c,
|
|
1128
|
+
category: "Forms",
|
|
1129
|
+
status: "Preview",
|
|
1130
|
+
installCommand: T,
|
|
1131
|
+
propsRows: [
|
|
1132
|
+
...S,
|
|
1133
|
+
[
|
|
1134
|
+
"value",
|
|
1135
|
+
"{ from: string; to: string }",
|
|
1136
|
+
"-",
|
|
1137
|
+
"Controlled range value object."
|
|
1138
|
+
],
|
|
1139
|
+
[
|
|
1140
|
+
"fromLabel",
|
|
1141
|
+
"string",
|
|
1142
|
+
"\"From\"",
|
|
1143
|
+
"Label text for start field."
|
|
1144
|
+
],
|
|
1145
|
+
[
|
|
1146
|
+
"toLabel",
|
|
1147
|
+
"string",
|
|
1148
|
+
"\"To\"",
|
|
1149
|
+
"Label text for end field."
|
|
1150
|
+
],
|
|
1151
|
+
[
|
|
1152
|
+
"disabledDates",
|
|
1153
|
+
"string[]",
|
|
1154
|
+
"-",
|
|
1155
|
+
"Date literals blocked from selection."
|
|
1156
|
+
],
|
|
1157
|
+
[
|
|
1158
|
+
"onValueChange",
|
|
1159
|
+
"(value: { from: string; to: string }) => void",
|
|
1160
|
+
"-",
|
|
1161
|
+
"Range callback for form state updates."
|
|
1162
|
+
]
|
|
1163
|
+
],
|
|
1164
|
+
features: [
|
|
1165
|
+
...C,
|
|
1166
|
+
"Range-specific validation",
|
|
1167
|
+
"Date range constraints",
|
|
1168
|
+
"Accessible error mapping"
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
slug: "form-builder",
|
|
1173
|
+
title: "Form Builder",
|
|
1174
|
+
description: "RHF section builder for schema-driven forms with submit/reset and disabled/read-only modes.",
|
|
1175
|
+
icon: d,
|
|
1176
|
+
category: "Forms",
|
|
1177
|
+
status: "Stable",
|
|
1178
|
+
installCommand: T,
|
|
1179
|
+
propsRows: [
|
|
1180
|
+
[
|
|
1181
|
+
"control",
|
|
1182
|
+
"Control<TFieldValues>",
|
|
1183
|
+
"-",
|
|
1184
|
+
"RHF control passed to all generated sections."
|
|
1185
|
+
],
|
|
1186
|
+
[
|
|
1187
|
+
"fields",
|
|
1188
|
+
"FormBuilderField<TFieldValues, string>[]",
|
|
1189
|
+
"-",
|
|
1190
|
+
"Explicit field descriptors for full control."
|
|
1191
|
+
],
|
|
1192
|
+
[
|
|
1193
|
+
"sections",
|
|
1194
|
+
"FormBuilderSection<TFieldValues>[]",
|
|
1195
|
+
"-",
|
|
1196
|
+
"Form section descriptors with grouped presets."
|
|
1197
|
+
],
|
|
1198
|
+
[
|
|
1199
|
+
"submitLabel",
|
|
1200
|
+
"string",
|
|
1201
|
+
"\"Save\"",
|
|
1202
|
+
"Submit button text."
|
|
1203
|
+
],
|
|
1204
|
+
[
|
|
1205
|
+
"resetLabel",
|
|
1206
|
+
"string",
|
|
1207
|
+
"\"Reset\"",
|
|
1208
|
+
"Reset button text."
|
|
1209
|
+
],
|
|
1210
|
+
[
|
|
1211
|
+
"disabled",
|
|
1212
|
+
"boolean",
|
|
1213
|
+
"false",
|
|
1214
|
+
"Disables all controls and actions in builder."
|
|
1215
|
+
],
|
|
1216
|
+
[
|
|
1217
|
+
"readOnly",
|
|
1218
|
+
"boolean",
|
|
1219
|
+
"false",
|
|
1220
|
+
"Read-only state for generated field controls."
|
|
1221
|
+
],
|
|
1222
|
+
[
|
|
1223
|
+
"columns",
|
|
1224
|
+
"1 | 2 | 3",
|
|
1225
|
+
"1",
|
|
1226
|
+
"Grid column count for generated sections."
|
|
1227
|
+
],
|
|
1228
|
+
[
|
|
1229
|
+
"onSubmit",
|
|
1230
|
+
"(values) => Promise<void> | void",
|
|
1231
|
+
"-",
|
|
1232
|
+
"Submit handler for generated `<form>` events."
|
|
1233
|
+
]
|
|
1234
|
+
],
|
|
1235
|
+
features: [
|
|
1236
|
+
"Field schema",
|
|
1237
|
+
"Section composition",
|
|
1238
|
+
"Custom render hooks",
|
|
1239
|
+
"Submit and reset control",
|
|
1240
|
+
"Disabled/readOnly pass-through",
|
|
1241
|
+
"Preset factories (inputField, phoneField, ...)"
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
slug: "radio-group",
|
|
1246
|
+
title: "Radio Group",
|
|
1247
|
+
description: "Single-choice grouped control for plans, density modes, and mutually exclusive settings.",
|
|
1248
|
+
icon: b,
|
|
1249
|
+
category: "Forms",
|
|
1250
|
+
status: "Stable",
|
|
1251
|
+
installCommand: T,
|
|
1252
|
+
propsRows: [
|
|
1253
|
+
[
|
|
1254
|
+
"options",
|
|
1255
|
+
"RadioGroupOption[]",
|
|
1256
|
+
"-",
|
|
1257
|
+
"Options with label, value and optional description."
|
|
1258
|
+
],
|
|
1259
|
+
[
|
|
1260
|
+
"value",
|
|
1261
|
+
"string",
|
|
1262
|
+
"-",
|
|
1263
|
+
"Controlled selected value."
|
|
1264
|
+
],
|
|
1265
|
+
[
|
|
1266
|
+
"defaultValue",
|
|
1267
|
+
"string",
|
|
1268
|
+
"-",
|
|
1269
|
+
"Initial uncontrolled value."
|
|
1270
|
+
],
|
|
1271
|
+
[
|
|
1272
|
+
"onValueChange",
|
|
1273
|
+
"(value) => void",
|
|
1274
|
+
"-",
|
|
1275
|
+
"Selection callback."
|
|
1276
|
+
],
|
|
1277
|
+
[
|
|
1278
|
+
"orientation",
|
|
1279
|
+
"'vertical' | 'horizontal'",
|
|
1280
|
+
"'vertical'",
|
|
1281
|
+
"Layout direction."
|
|
1282
|
+
],
|
|
1283
|
+
[
|
|
1284
|
+
"size",
|
|
1285
|
+
"'sm' | 'default' | 'lg'",
|
|
1286
|
+
"'default'",
|
|
1287
|
+
"Control density."
|
|
1288
|
+
]
|
|
1289
|
+
],
|
|
1290
|
+
features: [
|
|
1291
|
+
"Single selection",
|
|
1292
|
+
"Descriptions",
|
|
1293
|
+
"Horizontal or vertical layout",
|
|
1294
|
+
"Controlled plans"
|
|
1295
|
+
]
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
slug: "checkbox",
|
|
1299
|
+
title: "Checkbox",
|
|
1300
|
+
description: "Binary selection control for permissions, tasks and grouped form actions.",
|
|
1301
|
+
icon: ne,
|
|
1302
|
+
category: "Forms",
|
|
1303
|
+
status: "Stable",
|
|
1304
|
+
installCommand: T,
|
|
1305
|
+
propsRows: [
|
|
1306
|
+
[
|
|
1307
|
+
"checked",
|
|
1308
|
+
"boolean | 'indeterminate'",
|
|
1309
|
+
"false",
|
|
1310
|
+
"Controlled checked state."
|
|
1311
|
+
],
|
|
1312
|
+
[
|
|
1313
|
+
"defaultChecked",
|
|
1314
|
+
"boolean | 'indeterminate'",
|
|
1315
|
+
"false",
|
|
1316
|
+
"Initial state."
|
|
1317
|
+
],
|
|
1318
|
+
[
|
|
1319
|
+
"disabled",
|
|
1320
|
+
"boolean",
|
|
1321
|
+
"false",
|
|
1322
|
+
"Disables the control."
|
|
1323
|
+
],
|
|
1324
|
+
[
|
|
1325
|
+
"onCheckedChange",
|
|
1326
|
+
"(checked) => void",
|
|
1327
|
+
"-",
|
|
1328
|
+
"Checked state callback."
|
|
1329
|
+
]
|
|
1330
|
+
],
|
|
1331
|
+
features: [
|
|
1332
|
+
"Checked state",
|
|
1333
|
+
"Indeterminate state",
|
|
1334
|
+
"Disabled state",
|
|
1335
|
+
"Task lists"
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
slug: "switch",
|
|
1340
|
+
title: "Switch",
|
|
1341
|
+
description: "On/off control for preferences, settings and lightweight toggles.",
|
|
1342
|
+
icon: b,
|
|
1343
|
+
category: "Forms",
|
|
1344
|
+
status: "Stable",
|
|
1345
|
+
installCommand: T,
|
|
1346
|
+
propsRows: [
|
|
1347
|
+
[
|
|
1348
|
+
"checked",
|
|
1349
|
+
"boolean",
|
|
1350
|
+
"false",
|
|
1351
|
+
"Controlled on/off state."
|
|
1352
|
+
],
|
|
1353
|
+
[
|
|
1354
|
+
"defaultChecked",
|
|
1355
|
+
"boolean",
|
|
1356
|
+
"false",
|
|
1357
|
+
"Initial state."
|
|
1358
|
+
],
|
|
1359
|
+
[
|
|
1360
|
+
"disabled",
|
|
1361
|
+
"boolean",
|
|
1362
|
+
"false",
|
|
1363
|
+
"Disables the switch."
|
|
1364
|
+
],
|
|
1365
|
+
[
|
|
1366
|
+
"onCheckedChange",
|
|
1367
|
+
"(checked) => void",
|
|
1368
|
+
"-",
|
|
1369
|
+
"State change callback."
|
|
1370
|
+
]
|
|
1371
|
+
],
|
|
1372
|
+
features: [
|
|
1373
|
+
"Checked state",
|
|
1374
|
+
"Settings toggles",
|
|
1375
|
+
"Disabled state",
|
|
1376
|
+
"Compact interaction"
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
slug: "badge",
|
|
1381
|
+
title: "Badge",
|
|
1382
|
+
description: "Small status surface for counts, labels, intents and inline metadata.",
|
|
1383
|
+
icon: o,
|
|
1384
|
+
category: "Components",
|
|
1385
|
+
status: "Stable",
|
|
1386
|
+
installCommand: T,
|
|
1387
|
+
propsRows: [
|
|
1388
|
+
[
|
|
1389
|
+
"variant",
|
|
1390
|
+
"'default' | 'secondary' | 'destructive' | 'outline' | 'ghost' | 'link'",
|
|
1391
|
+
"'default'",
|
|
1392
|
+
"Visual style."
|
|
1393
|
+
],
|
|
1394
|
+
[
|
|
1395
|
+
"render",
|
|
1396
|
+
"ReactNode",
|
|
1397
|
+
"-",
|
|
1398
|
+
"Optional custom render target."
|
|
1399
|
+
],
|
|
1400
|
+
[
|
|
1401
|
+
"className",
|
|
1402
|
+
"string",
|
|
1403
|
+
"-",
|
|
1404
|
+
"Additional CSS classes."
|
|
1405
|
+
]
|
|
1406
|
+
],
|
|
1407
|
+
features: [
|
|
1408
|
+
"Status labels",
|
|
1409
|
+
"Variants",
|
|
1410
|
+
"Inline metadata",
|
|
1411
|
+
"Compact counters"
|
|
1412
|
+
]
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
slug: "card",
|
|
1416
|
+
title: "Card",
|
|
1417
|
+
description: "Structured content container with header, content and footer slots.",
|
|
1418
|
+
icon: p,
|
|
1419
|
+
category: "Components",
|
|
1420
|
+
status: "Stable",
|
|
1421
|
+
installCommand: T,
|
|
1422
|
+
propsRows: [
|
|
1423
|
+
[
|
|
1424
|
+
"size",
|
|
1425
|
+
"'default' | 'sm'",
|
|
1426
|
+
"'default'",
|
|
1427
|
+
"Card density."
|
|
1428
|
+
],
|
|
1429
|
+
[
|
|
1430
|
+
"className",
|
|
1431
|
+
"string",
|
|
1432
|
+
"-",
|
|
1433
|
+
"Additional CSS classes."
|
|
1434
|
+
],
|
|
1435
|
+
[
|
|
1436
|
+
"children",
|
|
1437
|
+
"ReactNode",
|
|
1438
|
+
"-",
|
|
1439
|
+
"Composed card content."
|
|
1440
|
+
]
|
|
1441
|
+
],
|
|
1442
|
+
features: [
|
|
1443
|
+
"Header/footer slots",
|
|
1444
|
+
"Compact size",
|
|
1445
|
+
"Dashboard modules",
|
|
1446
|
+
"Composed content"
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
slug: "tabs",
|
|
1451
|
+
title: "Tabs",
|
|
1452
|
+
description: "Segmented navigation for switching views without leaving the current route.",
|
|
1453
|
+
icon: oe,
|
|
1454
|
+
category: "Components",
|
|
1455
|
+
status: "Stable",
|
|
1456
|
+
installCommand: T,
|
|
1457
|
+
propsRows: [
|
|
1458
|
+
[
|
|
1459
|
+
"value",
|
|
1460
|
+
"string",
|
|
1461
|
+
"-",
|
|
1462
|
+
"Controlled active tab."
|
|
1463
|
+
],
|
|
1464
|
+
[
|
|
1465
|
+
"defaultValue",
|
|
1466
|
+
"string",
|
|
1467
|
+
"-",
|
|
1468
|
+
"Initial tab."
|
|
1469
|
+
],
|
|
1470
|
+
[
|
|
1471
|
+
"orientation",
|
|
1472
|
+
"'horizontal' | 'vertical'",
|
|
1473
|
+
"'horizontal'",
|
|
1474
|
+
"Tab list direction."
|
|
1475
|
+
],
|
|
1476
|
+
[
|
|
1477
|
+
"disabled",
|
|
1478
|
+
"boolean",
|
|
1479
|
+
"false",
|
|
1480
|
+
"Disables a trigger."
|
|
1481
|
+
]
|
|
1482
|
+
],
|
|
1483
|
+
features: [
|
|
1484
|
+
"Segmented nav",
|
|
1485
|
+
"Panel switching",
|
|
1486
|
+
"Controlled state",
|
|
1487
|
+
"Settings sections"
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
slug: "collapse",
|
|
1492
|
+
title: "Collapse",
|
|
1493
|
+
description: "Expandable disclosure surface for FAQs, dense settings, and progressive detail blocks.",
|
|
1494
|
+
icon: x,
|
|
1495
|
+
category: "Components",
|
|
1496
|
+
status: "Stable",
|
|
1497
|
+
installCommand: T,
|
|
1498
|
+
propsRows: [
|
|
1499
|
+
[
|
|
1500
|
+
"open",
|
|
1501
|
+
"boolean",
|
|
1502
|
+
"-",
|
|
1503
|
+
"Controlled open state for a single collapse item."
|
|
1504
|
+
],
|
|
1505
|
+
[
|
|
1506
|
+
"defaultOpen",
|
|
1507
|
+
"boolean",
|
|
1508
|
+
"false",
|
|
1509
|
+
"Initial uncontrolled open state."
|
|
1510
|
+
],
|
|
1511
|
+
[
|
|
1512
|
+
"onOpenChange",
|
|
1513
|
+
"(open) => void",
|
|
1514
|
+
"-",
|
|
1515
|
+
"Open state callback."
|
|
1516
|
+
],
|
|
1517
|
+
[
|
|
1518
|
+
"items",
|
|
1519
|
+
"CollapseItem[]",
|
|
1520
|
+
"-",
|
|
1521
|
+
"Grouped disclosure items for `CollapseGroup`."
|
|
1522
|
+
],
|
|
1523
|
+
[
|
|
1524
|
+
"type",
|
|
1525
|
+
"'single' | 'multiple'",
|
|
1526
|
+
"'multiple'",
|
|
1527
|
+
"Whether one or many group items can stay open."
|
|
1528
|
+
]
|
|
1529
|
+
],
|
|
1530
|
+
features: [
|
|
1531
|
+
"Disclosure sections",
|
|
1532
|
+
"Controlled state",
|
|
1533
|
+
"Grouped items",
|
|
1534
|
+
"Dense content reveal"
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
slug: "dialog",
|
|
1539
|
+
title: "Dialog",
|
|
1540
|
+
description: "Focused modal surface for confirmation flows, forms and destructive actions.",
|
|
1541
|
+
icon: a,
|
|
1542
|
+
category: "Overlay",
|
|
1543
|
+
status: "Stable",
|
|
1544
|
+
installCommand: T,
|
|
1545
|
+
propsRows: [
|
|
1546
|
+
[
|
|
1547
|
+
"open",
|
|
1548
|
+
"boolean",
|
|
1549
|
+
"-",
|
|
1550
|
+
"Controlled open state."
|
|
1551
|
+
],
|
|
1552
|
+
[
|
|
1553
|
+
"defaultOpen",
|
|
1554
|
+
"boolean",
|
|
1555
|
+
"false",
|
|
1556
|
+
"Initial open state."
|
|
1557
|
+
],
|
|
1558
|
+
[
|
|
1559
|
+
"onOpenChange",
|
|
1560
|
+
"(open) => void",
|
|
1561
|
+
"-",
|
|
1562
|
+
"Open state callback."
|
|
1563
|
+
],
|
|
1564
|
+
[
|
|
1565
|
+
"showCloseButton",
|
|
1566
|
+
"boolean",
|
|
1567
|
+
"true",
|
|
1568
|
+
"Toggles the close affordance."
|
|
1569
|
+
]
|
|
1570
|
+
],
|
|
1571
|
+
features: [
|
|
1572
|
+
"Modal trigger",
|
|
1573
|
+
"Overlay",
|
|
1574
|
+
"Header/footer slots",
|
|
1575
|
+
"Close actions"
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
slug: "popover",
|
|
1580
|
+
title: "Popover",
|
|
1581
|
+
description: "Lightweight anchored overlay for context actions and compact helper content.",
|
|
1582
|
+
icon: _,
|
|
1583
|
+
category: "Overlay",
|
|
1584
|
+
status: "Stable",
|
|
1585
|
+
installCommand: T,
|
|
1586
|
+
propsRows: [
|
|
1587
|
+
[
|
|
1588
|
+
"side",
|
|
1589
|
+
"'top' | 'right' | 'bottom' | 'left'",
|
|
1590
|
+
"'bottom'",
|
|
1591
|
+
"Popup side."
|
|
1592
|
+
],
|
|
1593
|
+
[
|
|
1594
|
+
"align",
|
|
1595
|
+
"'start' | 'center' | 'end'",
|
|
1596
|
+
"'center'",
|
|
1597
|
+
"Popup alignment."
|
|
1598
|
+
],
|
|
1599
|
+
[
|
|
1600
|
+
"sideOffset",
|
|
1601
|
+
"number",
|
|
1602
|
+
"4",
|
|
1603
|
+
"Distance from trigger."
|
|
1604
|
+
],
|
|
1605
|
+
[
|
|
1606
|
+
"children",
|
|
1607
|
+
"ReactNode",
|
|
1608
|
+
"-",
|
|
1609
|
+
"Trigger and content composition."
|
|
1610
|
+
]
|
|
1611
|
+
],
|
|
1612
|
+
features: [
|
|
1613
|
+
"Anchored overlay",
|
|
1614
|
+
"Title/description",
|
|
1615
|
+
"Action menus",
|
|
1616
|
+
"Compact help content"
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
slug: "dropdown-menu",
|
|
1621
|
+
title: "Dropdown Menu",
|
|
1622
|
+
description: "Menu overlays with action, checkbox and radio items for dense navigation.",
|
|
1623
|
+
icon: u,
|
|
1624
|
+
category: "Overlay",
|
|
1625
|
+
status: "Stable",
|
|
1626
|
+
installCommand: T,
|
|
1627
|
+
propsRows: [
|
|
1628
|
+
[
|
|
1629
|
+
"open",
|
|
1630
|
+
"boolean",
|
|
1631
|
+
"-",
|
|
1632
|
+
"Controlled open state."
|
|
1633
|
+
],
|
|
1634
|
+
[
|
|
1635
|
+
"onOpenChange",
|
|
1636
|
+
"(open) => void",
|
|
1637
|
+
"-",
|
|
1638
|
+
"Open state callback."
|
|
1639
|
+
],
|
|
1640
|
+
[
|
|
1641
|
+
"children",
|
|
1642
|
+
"ReactNode",
|
|
1643
|
+
"-",
|
|
1644
|
+
"Trigger and content composition."
|
|
1645
|
+
],
|
|
1646
|
+
[
|
|
1647
|
+
"side",
|
|
1648
|
+
"'top' | 'right' | 'bottom' | 'left'",
|
|
1649
|
+
"'bottom'",
|
|
1650
|
+
"Popup side."
|
|
1651
|
+
],
|
|
1652
|
+
[
|
|
1653
|
+
"align",
|
|
1654
|
+
"'start' | 'center' | 'end'",
|
|
1655
|
+
"'start'",
|
|
1656
|
+
"Popup alignment."
|
|
1657
|
+
],
|
|
1658
|
+
[
|
|
1659
|
+
"sideOffset",
|
|
1660
|
+
"number",
|
|
1661
|
+
"4",
|
|
1662
|
+
"Distance from trigger."
|
|
1663
|
+
],
|
|
1664
|
+
[
|
|
1665
|
+
"disabled",
|
|
1666
|
+
"boolean",
|
|
1667
|
+
"false",
|
|
1668
|
+
"Disable menu interaction."
|
|
1669
|
+
]
|
|
1670
|
+
],
|
|
1671
|
+
features: [
|
|
1672
|
+
"Dropdown patterns",
|
|
1673
|
+
"Checkbox items",
|
|
1674
|
+
"Radio groups",
|
|
1675
|
+
"Shortcut labels"
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
slug: "tooltip",
|
|
1680
|
+
title: "Tooltip",
|
|
1681
|
+
description: "Compact hover and focus hint for controls that need one short piece of guidance.",
|
|
1682
|
+
icon: _,
|
|
1683
|
+
category: "Overlay",
|
|
1684
|
+
status: "Stable",
|
|
1685
|
+
installCommand: T,
|
|
1686
|
+
propsRows: [
|
|
1687
|
+
[
|
|
1688
|
+
"content",
|
|
1689
|
+
"ReactNode",
|
|
1690
|
+
"-",
|
|
1691
|
+
"Tooltip label or helper content."
|
|
1692
|
+
],
|
|
1693
|
+
[
|
|
1694
|
+
"side",
|
|
1695
|
+
"'top' | 'bottom' | 'left' | 'right'",
|
|
1696
|
+
"'top'",
|
|
1697
|
+
"Placement around the trigger."
|
|
1698
|
+
],
|
|
1699
|
+
[
|
|
1700
|
+
"disabled",
|
|
1701
|
+
"boolean",
|
|
1702
|
+
"false",
|
|
1703
|
+
"Disables tooltip rendering."
|
|
1704
|
+
],
|
|
1705
|
+
[
|
|
1706
|
+
"children",
|
|
1707
|
+
"ReactNode",
|
|
1708
|
+
"-",
|
|
1709
|
+
"Trigger content wrapped by the tooltip."
|
|
1710
|
+
]
|
|
1711
|
+
],
|
|
1712
|
+
features: [
|
|
1713
|
+
"Short helper copy",
|
|
1714
|
+
"Hover + focus",
|
|
1715
|
+
"Side placement",
|
|
1716
|
+
"Low-noise guidance"
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
slug: "right-click-menu",
|
|
1721
|
+
title: "Right Click Menu",
|
|
1722
|
+
description: "Context menu surface for dense workspaces that need pointer-driven secondary actions.",
|
|
1723
|
+
icon: m,
|
|
1724
|
+
category: "Overlay",
|
|
1725
|
+
status: "Stable",
|
|
1726
|
+
installCommand: T,
|
|
1727
|
+
propsRows: [
|
|
1728
|
+
[
|
|
1729
|
+
"items",
|
|
1730
|
+
"RightClickMenuItem[]",
|
|
1731
|
+
"-",
|
|
1732
|
+
"Context actions shown after right click."
|
|
1733
|
+
],
|
|
1734
|
+
[
|
|
1735
|
+
"children",
|
|
1736
|
+
"ReactNode",
|
|
1737
|
+
"-",
|
|
1738
|
+
"Target area that owns the right-click interaction."
|
|
1739
|
+
],
|
|
1740
|
+
[
|
|
1741
|
+
"className",
|
|
1742
|
+
"string",
|
|
1743
|
+
"-",
|
|
1744
|
+
"Wrapper classes for the interaction zone."
|
|
1745
|
+
]
|
|
1746
|
+
],
|
|
1747
|
+
features: [
|
|
1748
|
+
"Context actions",
|
|
1749
|
+
"Pointer workflow",
|
|
1750
|
+
"Compact menus",
|
|
1751
|
+
"Workspace interactions"
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
slug: "confirm-dialog",
|
|
1756
|
+
title: "Confirm Dialog",
|
|
1757
|
+
description: "Clear confirm overlays for safe destructive and irreversible actions.",
|
|
1758
|
+
icon: a,
|
|
1759
|
+
category: "Overlay",
|
|
1760
|
+
status: "Stable",
|
|
1761
|
+
installCommand: T,
|
|
1762
|
+
propsRows: [
|
|
1763
|
+
[
|
|
1764
|
+
"open",
|
|
1765
|
+
"boolean",
|
|
1766
|
+
"-",
|
|
1767
|
+
"Controlled open state."
|
|
1768
|
+
],
|
|
1769
|
+
[
|
|
1770
|
+
"onOpenChange",
|
|
1771
|
+
"(open) => void",
|
|
1772
|
+
"-",
|
|
1773
|
+
"Open state callback for parent-driven flow."
|
|
1774
|
+
],
|
|
1775
|
+
[
|
|
1776
|
+
"title",
|
|
1777
|
+
"string",
|
|
1778
|
+
"-",
|
|
1779
|
+
"Dialog title text."
|
|
1780
|
+
],
|
|
1781
|
+
[
|
|
1782
|
+
"description",
|
|
1783
|
+
"string",
|
|
1784
|
+
"-",
|
|
1785
|
+
"Secondary context and scope text."
|
|
1786
|
+
],
|
|
1787
|
+
[
|
|
1788
|
+
"confirmText",
|
|
1789
|
+
"string",
|
|
1790
|
+
"'Confirm'",
|
|
1791
|
+
"Primary action label."
|
|
1792
|
+
],
|
|
1793
|
+
[
|
|
1794
|
+
"confirmVariant",
|
|
1795
|
+
"'default' | 'destructive'",
|
|
1796
|
+
"'default'",
|
|
1797
|
+
"Primary button emphasis."
|
|
1798
|
+
],
|
|
1799
|
+
[
|
|
1800
|
+
"isLoading",
|
|
1801
|
+
"boolean",
|
|
1802
|
+
"false",
|
|
1803
|
+
"Disables actions while async action runs."
|
|
1804
|
+
],
|
|
1805
|
+
[
|
|
1806
|
+
"onConfirm",
|
|
1807
|
+
"() => void | Promise<void>",
|
|
1808
|
+
"-",
|
|
1809
|
+
"Required confirm handler."
|
|
1810
|
+
]
|
|
1811
|
+
],
|
|
1812
|
+
features: [
|
|
1813
|
+
"Destructive confirmations",
|
|
1814
|
+
"Controlled usage",
|
|
1815
|
+
"Async confirm",
|
|
1816
|
+
"Clear copy guidance"
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
slug: "sidebar",
|
|
1821
|
+
title: "Sidebar",
|
|
1822
|
+
description: "Reusable application sidebar with header, footer, active states, collapsed mode and custom link rendering.",
|
|
1823
|
+
icon: p,
|
|
1824
|
+
category: "Components",
|
|
1825
|
+
status: "Stable",
|
|
1826
|
+
installCommand: T,
|
|
1827
|
+
propsRows: [
|
|
1828
|
+
[
|
|
1829
|
+
"items",
|
|
1830
|
+
"AppSidebarNavItem[]",
|
|
1831
|
+
"[]",
|
|
1832
|
+
"Sidebar entries with active, disabled, badge and callback state."
|
|
1833
|
+
],
|
|
1834
|
+
[
|
|
1835
|
+
"header",
|
|
1836
|
+
"ReactNode",
|
|
1837
|
+
"-",
|
|
1838
|
+
"Optional content rendered above navigation items."
|
|
1839
|
+
],
|
|
1840
|
+
[
|
|
1841
|
+
"footer",
|
|
1842
|
+
"ReactNode",
|
|
1843
|
+
"-",
|
|
1844
|
+
"Optional footer actions or account area."
|
|
1845
|
+
],
|
|
1846
|
+
[
|
|
1847
|
+
"collapsed",
|
|
1848
|
+
"boolean",
|
|
1849
|
+
"false",
|
|
1850
|
+
"Compact sidebar mode for dense layouts."
|
|
1851
|
+
],
|
|
1852
|
+
[
|
|
1853
|
+
"onItemSelect",
|
|
1854
|
+
"(item) => void",
|
|
1855
|
+
"-",
|
|
1856
|
+
"Called when a sidebar item is selected."
|
|
1857
|
+
],
|
|
1858
|
+
[
|
|
1859
|
+
"renderItem",
|
|
1860
|
+
"(item, state) => ReactNode",
|
|
1861
|
+
"-",
|
|
1862
|
+
"Override full item rendering."
|
|
1863
|
+
],
|
|
1864
|
+
[
|
|
1865
|
+
"renderLink",
|
|
1866
|
+
"(props) => ReactNode",
|
|
1867
|
+
"-",
|
|
1868
|
+
"Override anchor rendering for router integration."
|
|
1869
|
+
]
|
|
1870
|
+
],
|
|
1871
|
+
features: [
|
|
1872
|
+
"Navigation sidebar",
|
|
1873
|
+
"Collapsed state",
|
|
1874
|
+
"Header and footer slots",
|
|
1875
|
+
"Router-friendly rendering"
|
|
1876
|
+
]
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
slug: "breadcrumbs",
|
|
1880
|
+
title: "Breadcrumbs",
|
|
1881
|
+
description: "Navigation breadcrumbs with current context, overflow collapse, and custom link rendering.",
|
|
1882
|
+
icon: l,
|
|
1883
|
+
category: "Components",
|
|
1884
|
+
status: "Stable",
|
|
1885
|
+
installCommand: T,
|
|
1886
|
+
propsRows: [
|
|
1887
|
+
[
|
|
1888
|
+
"items",
|
|
1889
|
+
"BreadcrumbItem[]",
|
|
1890
|
+
"-",
|
|
1891
|
+
"Breadcrumb sequence for navigation context."
|
|
1892
|
+
],
|
|
1893
|
+
[
|
|
1894
|
+
"separator",
|
|
1895
|
+
"ReactNode",
|
|
1896
|
+
"-",
|
|
1897
|
+
"Custom separator between items."
|
|
1898
|
+
],
|
|
1899
|
+
[
|
|
1900
|
+
"maxItems",
|
|
1901
|
+
"number",
|
|
1902
|
+
"-",
|
|
1903
|
+
"Collapses middle items when the path gets too long."
|
|
1904
|
+
],
|
|
1905
|
+
[
|
|
1906
|
+
"renderLink",
|
|
1907
|
+
"(props) => ReactNode",
|
|
1908
|
+
"-",
|
|
1909
|
+
"Custom link renderer for each item."
|
|
1910
|
+
],
|
|
1911
|
+
[
|
|
1912
|
+
"currentItemLabel",
|
|
1913
|
+
"string",
|
|
1914
|
+
"-",
|
|
1915
|
+
"Accessible label for the current page item."
|
|
1916
|
+
]
|
|
1917
|
+
],
|
|
1918
|
+
features: [
|
|
1919
|
+
"Navigation context",
|
|
1920
|
+
"Custom separators",
|
|
1921
|
+
"Custom links",
|
|
1922
|
+
"Current state support"
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
slug: "page-header",
|
|
1927
|
+
title: "Page Header",
|
|
1928
|
+
description: "Top-level page heading block with breadcrumbs, actions and optional meta area.",
|
|
1929
|
+
icon: re,
|
|
1930
|
+
category: "Components",
|
|
1931
|
+
status: "Stable",
|
|
1932
|
+
installCommand: T,
|
|
1933
|
+
propsRows: [
|
|
1934
|
+
[
|
|
1935
|
+
"title",
|
|
1936
|
+
"ReactNode",
|
|
1937
|
+
"-",
|
|
1938
|
+
"Primary heading text."
|
|
1939
|
+
],
|
|
1940
|
+
[
|
|
1941
|
+
"description",
|
|
1942
|
+
"ReactNode",
|
|
1943
|
+
"-",
|
|
1944
|
+
"Subtext explanation for current page."
|
|
1945
|
+
],
|
|
1946
|
+
[
|
|
1947
|
+
"eyebrow",
|
|
1948
|
+
"ReactNode",
|
|
1949
|
+
"-",
|
|
1950
|
+
"Small uppercase lead text."
|
|
1951
|
+
],
|
|
1952
|
+
[
|
|
1953
|
+
"breadcrumbs",
|
|
1954
|
+
"ReactNode",
|
|
1955
|
+
"-",
|
|
1956
|
+
"Optional breadcrumb trail."
|
|
1957
|
+
],
|
|
1958
|
+
[
|
|
1959
|
+
"actions",
|
|
1960
|
+
"ReactNode",
|
|
1961
|
+
"-",
|
|
1962
|
+
"Actions rendered on the right side."
|
|
1963
|
+
],
|
|
1964
|
+
[
|
|
1965
|
+
"meta",
|
|
1966
|
+
"ReactNode",
|
|
1967
|
+
"-",
|
|
1968
|
+
"Secondary metadata block."
|
|
1969
|
+
],
|
|
1970
|
+
[
|
|
1971
|
+
"sticky",
|
|
1972
|
+
"boolean",
|
|
1973
|
+
"false",
|
|
1974
|
+
"Enable sticky positioning in scroll containers."
|
|
1975
|
+
]
|
|
1976
|
+
],
|
|
1977
|
+
features: [
|
|
1978
|
+
"Page context",
|
|
1979
|
+
"Action areas",
|
|
1980
|
+
"Breadcrumb composition",
|
|
1981
|
+
"Sticky header option"
|
|
1982
|
+
]
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
slug: "info-card",
|
|
1986
|
+
title: "Info Card",
|
|
1987
|
+
description: "Flexible context card for summaries, metadata, quick actions, and supporting media inside real product surfaces.",
|
|
1988
|
+
icon: d,
|
|
1989
|
+
category: "Data Display",
|
|
1990
|
+
status: "Stable",
|
|
1991
|
+
installCommand: T,
|
|
1992
|
+
propsRows: [
|
|
1993
|
+
[
|
|
1994
|
+
"eyebrow",
|
|
1995
|
+
"ReactNode",
|
|
1996
|
+
"-",
|
|
1997
|
+
"Small label above card title."
|
|
1998
|
+
],
|
|
1999
|
+
[
|
|
2000
|
+
"title",
|
|
2001
|
+
"ReactNode",
|
|
2002
|
+
"-",
|
|
2003
|
+
"Main card title."
|
|
2004
|
+
],
|
|
2005
|
+
[
|
|
2006
|
+
"description",
|
|
2007
|
+
"ReactNode",
|
|
2008
|
+
"-",
|
|
2009
|
+
"Supporting description text."
|
|
2010
|
+
],
|
|
2011
|
+
[
|
|
2012
|
+
"icon",
|
|
2013
|
+
"ReactNode",
|
|
2014
|
+
"-",
|
|
2015
|
+
"Optional leading icon."
|
|
2016
|
+
],
|
|
2017
|
+
[
|
|
2018
|
+
"actions",
|
|
2019
|
+
"ReactNode",
|
|
2020
|
+
"-",
|
|
2021
|
+
"Card action area."
|
|
2022
|
+
],
|
|
2023
|
+
[
|
|
2024
|
+
"media",
|
|
2025
|
+
"ReactNode",
|
|
2026
|
+
"-",
|
|
2027
|
+
"Optional media block."
|
|
2028
|
+
],
|
|
2029
|
+
[
|
|
2030
|
+
"compact",
|
|
2031
|
+
"boolean",
|
|
2032
|
+
"false",
|
|
2033
|
+
"Compact card density."
|
|
2034
|
+
],
|
|
2035
|
+
[
|
|
2036
|
+
"orientation",
|
|
2037
|
+
"'vertical' | 'horizontal'",
|
|
2038
|
+
"'vertical'",
|
|
2039
|
+
"Content layout direction."
|
|
2040
|
+
]
|
|
2041
|
+
],
|
|
2042
|
+
features: [
|
|
2043
|
+
"Metadata summaries",
|
|
2044
|
+
"Action regions",
|
|
2045
|
+
"Media slots",
|
|
2046
|
+
"Vertical or horizontal layout"
|
|
2047
|
+
]
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
slug: "activity-feed",
|
|
2051
|
+
title: "Activity Feed",
|
|
2052
|
+
description: "Timeline-like feed list for events, audits and recent activity surfaces.",
|
|
2053
|
+
icon: o,
|
|
2054
|
+
category: "Data Display",
|
|
2055
|
+
status: "Stable",
|
|
2056
|
+
installCommand: T,
|
|
2057
|
+
propsRows: [
|
|
2058
|
+
[
|
|
2059
|
+
"items",
|
|
2060
|
+
"ActivityFeedItem[]",
|
|
2061
|
+
"-",
|
|
2062
|
+
"List of timeline-like activity rows."
|
|
2063
|
+
],
|
|
2064
|
+
[
|
|
2065
|
+
"title",
|
|
2066
|
+
"ReactNode",
|
|
2067
|
+
"-",
|
|
2068
|
+
"Feed title."
|
|
2069
|
+
],
|
|
2070
|
+
[
|
|
2071
|
+
"description",
|
|
2072
|
+
"ReactNode",
|
|
2073
|
+
"-",
|
|
2074
|
+
"Supporting card description."
|
|
2075
|
+
],
|
|
2076
|
+
[
|
|
2077
|
+
"actions",
|
|
2078
|
+
"ReactNode",
|
|
2079
|
+
"-",
|
|
2080
|
+
"Optional header actions."
|
|
2081
|
+
],
|
|
2082
|
+
[
|
|
2083
|
+
"empty",
|
|
2084
|
+
"ReactNode",
|
|
2085
|
+
"-",
|
|
2086
|
+
"Fallback when there are no items."
|
|
2087
|
+
],
|
|
2088
|
+
[
|
|
2089
|
+
"compact",
|
|
2090
|
+
"boolean",
|
|
2091
|
+
"false",
|
|
2092
|
+
"Compact feed density."
|
|
2093
|
+
],
|
|
2094
|
+
[
|
|
2095
|
+
"itemClassName",
|
|
2096
|
+
"string",
|
|
2097
|
+
"-",
|
|
2098
|
+
"Class for each feed item."
|
|
2099
|
+
]
|
|
2100
|
+
],
|
|
2101
|
+
features: [
|
|
2102
|
+
"Audit timeline",
|
|
2103
|
+
"Empty state handling",
|
|
2104
|
+
"Compact mode",
|
|
2105
|
+
"Action rows"
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
slug: "data-state",
|
|
2110
|
+
title: "Data State",
|
|
2111
|
+
description: "Unified data state block for empty, search-empty, loading, error and success surfaces.",
|
|
2112
|
+
icon: a,
|
|
2113
|
+
category: "Data Display",
|
|
2114
|
+
status: "Stable",
|
|
2115
|
+
installCommand: T,
|
|
2116
|
+
propsRows: [
|
|
2117
|
+
[
|
|
2118
|
+
"status",
|
|
2119
|
+
"\"idle\" | \"loading\" | \"empty\" | \"error\" | \"success\"",
|
|
2120
|
+
"-",
|
|
2121
|
+
"State preset that controls default copy and icon."
|
|
2122
|
+
],
|
|
2123
|
+
[
|
|
2124
|
+
"title",
|
|
2125
|
+
"ReactNode",
|
|
2126
|
+
"-",
|
|
2127
|
+
"Primary state title."
|
|
2128
|
+
],
|
|
2129
|
+
[
|
|
2130
|
+
"description",
|
|
2131
|
+
"ReactNode",
|
|
2132
|
+
"-",
|
|
2133
|
+
"Short explanation for the current state."
|
|
2134
|
+
],
|
|
2135
|
+
[
|
|
2136
|
+
"variant",
|
|
2137
|
+
"\"card\" | \"plain\" | \"inline\"",
|
|
2138
|
+
"\"card\"",
|
|
2139
|
+
"Container style for page, table and inline usage."
|
|
2140
|
+
],
|
|
2141
|
+
[
|
|
2142
|
+
"query",
|
|
2143
|
+
"ReactNode",
|
|
2144
|
+
"-",
|
|
2145
|
+
"Optional searched value for empty search results."
|
|
2146
|
+
],
|
|
2147
|
+
[
|
|
2148
|
+
"actions",
|
|
2149
|
+
"ReactNode",
|
|
2150
|
+
"-",
|
|
2151
|
+
"Custom action elements."
|
|
2152
|
+
],
|
|
2153
|
+
[
|
|
2154
|
+
"onRetry",
|
|
2155
|
+
"() => void",
|
|
2156
|
+
"-",
|
|
2157
|
+
"Retry callback for error/loading recovery."
|
|
2158
|
+
],
|
|
2159
|
+
[
|
|
2160
|
+
"onClear",
|
|
2161
|
+
"() => void",
|
|
2162
|
+
"-",
|
|
2163
|
+
"Clear callback for search-empty states."
|
|
2164
|
+
]
|
|
2165
|
+
],
|
|
2166
|
+
features: [
|
|
2167
|
+
"Empty/search-empty states",
|
|
2168
|
+
"Error retry",
|
|
2169
|
+
"Plain table fallback",
|
|
2170
|
+
"Inline state rows"
|
|
2171
|
+
]
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
slug: "loading-state",
|
|
2175
|
+
title: "Loading State",
|
|
2176
|
+
description: "Scoped loading block with spinner, skeleton, or progress variants for real route and panel states.",
|
|
2177
|
+
icon: _,
|
|
2178
|
+
category: "Data Display",
|
|
2179
|
+
status: "Stable",
|
|
2180
|
+
installCommand: T,
|
|
2181
|
+
propsRows: [
|
|
2182
|
+
[
|
|
2183
|
+
"label",
|
|
2184
|
+
"ReactNode",
|
|
2185
|
+
"-",
|
|
2186
|
+
"Loading heading."
|
|
2187
|
+
],
|
|
2188
|
+
[
|
|
2189
|
+
"description",
|
|
2190
|
+
"ReactNode",
|
|
2191
|
+
"-",
|
|
2192
|
+
"Loading explanation text."
|
|
2193
|
+
],
|
|
2194
|
+
[
|
|
2195
|
+
"icon",
|
|
2196
|
+
"ReactNode",
|
|
2197
|
+
"-",
|
|
2198
|
+
"Optional loading icon."
|
|
2199
|
+
],
|
|
2200
|
+
[
|
|
2201
|
+
"variant",
|
|
2202
|
+
"'spinner' | 'skeleton' | 'progress'",
|
|
2203
|
+
"'spinner'",
|
|
2204
|
+
"Visual loading style."
|
|
2205
|
+
],
|
|
2206
|
+
[
|
|
2207
|
+
"progress",
|
|
2208
|
+
"number",
|
|
2209
|
+
"-",
|
|
2210
|
+
"Progress amount when `variant` is `progress`."
|
|
2211
|
+
],
|
|
2212
|
+
[
|
|
2213
|
+
"className",
|
|
2214
|
+
"string",
|
|
2215
|
+
"-",
|
|
2216
|
+
"Container class override."
|
|
2217
|
+
]
|
|
2218
|
+
],
|
|
2219
|
+
features: [
|
|
2220
|
+
"Spinner, skeleton and progress",
|
|
2221
|
+
"Section loading labels",
|
|
2222
|
+
"Scoped placeholders",
|
|
2223
|
+
"Custom icon"
|
|
2224
|
+
]
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
slug: "scroll-box",
|
|
2228
|
+
title: "Scroll Box",
|
|
2229
|
+
description: "Scoped scrolling surface for dense lists, side panels, and bounded data regions.",
|
|
2230
|
+
icon: h,
|
|
2231
|
+
category: "Data Display",
|
|
2232
|
+
status: "Stable",
|
|
2233
|
+
installCommand: T,
|
|
2234
|
+
propsRows: [
|
|
2235
|
+
[
|
|
2236
|
+
"maxHeight",
|
|
2237
|
+
"string | number",
|
|
2238
|
+
"-",
|
|
2239
|
+
"Maximum rendered height before scroll starts."
|
|
2240
|
+
],
|
|
2241
|
+
[
|
|
2242
|
+
"axis",
|
|
2243
|
+
"'y' | 'x' | 'both'",
|
|
2244
|
+
"'y'",
|
|
2245
|
+
"Allowed scroll direction."
|
|
2246
|
+
],
|
|
2247
|
+
[
|
|
2248
|
+
"children",
|
|
2249
|
+
"ReactNode",
|
|
2250
|
+
"-",
|
|
2251
|
+
"Scrollable content."
|
|
2252
|
+
],
|
|
2253
|
+
[
|
|
2254
|
+
"className",
|
|
2255
|
+
"string",
|
|
2256
|
+
"-",
|
|
2257
|
+
"Container classes."
|
|
2258
|
+
]
|
|
2259
|
+
],
|
|
2260
|
+
features: [
|
|
2261
|
+
"Bounded scroll",
|
|
2262
|
+
"Axis control",
|
|
2263
|
+
"Dense lists",
|
|
2264
|
+
"Panel content"
|
|
2265
|
+
]
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
slug: "toast",
|
|
2269
|
+
title: "Toast",
|
|
2270
|
+
description: "Global transient messaging system with provider, stacking, promise states, placement and dismiss behavior.",
|
|
2271
|
+
icon: se,
|
|
2272
|
+
category: "Components",
|
|
2273
|
+
status: "Stable",
|
|
2274
|
+
installCommand: T,
|
|
2275
|
+
propsRows: [
|
|
2276
|
+
[
|
|
2277
|
+
"children",
|
|
2278
|
+
"ReactNode",
|
|
2279
|
+
"-",
|
|
2280
|
+
"Application children wrapped by provider."
|
|
2281
|
+
],
|
|
2282
|
+
[
|
|
2283
|
+
"position",
|
|
2284
|
+
"'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center'",
|
|
2285
|
+
"'top-right'",
|
|
2286
|
+
"Toast container placement."
|
|
2287
|
+
],
|
|
2288
|
+
[
|
|
2289
|
+
"defaultDuration",
|
|
2290
|
+
"number",
|
|
2291
|
+
"3000",
|
|
2292
|
+
"Default auto-dismiss duration in ms."
|
|
2293
|
+
],
|
|
2294
|
+
[
|
|
2295
|
+
"maxToasts",
|
|
2296
|
+
"number",
|
|
2297
|
+
"5",
|
|
2298
|
+
"Maximum number of visible toasts."
|
|
2299
|
+
],
|
|
2300
|
+
[
|
|
2301
|
+
"pauseOnHover",
|
|
2302
|
+
"boolean",
|
|
2303
|
+
"true",
|
|
2304
|
+
"Pause dismiss timer when hovered."
|
|
2305
|
+
],
|
|
2306
|
+
[
|
|
2307
|
+
"addToast",
|
|
2308
|
+
"(input) => string",
|
|
2309
|
+
"-",
|
|
2310
|
+
"API to push a toast from context."
|
|
2311
|
+
],
|
|
2312
|
+
[
|
|
2313
|
+
"success/info/warning/error/loading",
|
|
2314
|
+
"(input) => string",
|
|
2315
|
+
"-",
|
|
2316
|
+
"Tone helpers for common outcomes."
|
|
2317
|
+
],
|
|
2318
|
+
[
|
|
2319
|
+
"promise",
|
|
2320
|
+
"(promise, messages) => Promise<T>",
|
|
2321
|
+
"-",
|
|
2322
|
+
"Tracks loading/success/error from async work."
|
|
2323
|
+
]
|
|
2324
|
+
],
|
|
2325
|
+
features: [
|
|
2326
|
+
"Provider setup",
|
|
2327
|
+
"Stacking and duration",
|
|
2328
|
+
"Promise states",
|
|
2329
|
+
"Placement options"
|
|
2330
|
+
]
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
slug: "table",
|
|
2334
|
+
title: "Table primitive",
|
|
2335
|
+
description: "Low-level semantic table pieces for internal composition, not the primary public data-grid showcase.",
|
|
2336
|
+
icon: v,
|
|
2337
|
+
category: "Data Display",
|
|
2338
|
+
status: "Preview",
|
|
2339
|
+
installCommand: T,
|
|
2340
|
+
propsRows: [
|
|
2341
|
+
[
|
|
2342
|
+
"className",
|
|
2343
|
+
"string",
|
|
2344
|
+
"-",
|
|
2345
|
+
"Additional table styling."
|
|
2346
|
+
],
|
|
2347
|
+
[
|
|
2348
|
+
"children",
|
|
2349
|
+
"ReactNode",
|
|
2350
|
+
"-",
|
|
2351
|
+
"Header, body and row markup."
|
|
2352
|
+
],
|
|
2353
|
+
[
|
|
2354
|
+
"caption",
|
|
2355
|
+
"ReactNode",
|
|
2356
|
+
"-",
|
|
2357
|
+
"Optional table caption."
|
|
2358
|
+
]
|
|
2359
|
+
],
|
|
2360
|
+
features: [
|
|
2361
|
+
"Semantic rows",
|
|
2362
|
+
"Header/body slots",
|
|
2363
|
+
"Internal composition",
|
|
2364
|
+
"Primitive markup"
|
|
2365
|
+
]
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
slug: "kbd",
|
|
2369
|
+
title: "Kbd",
|
|
2370
|
+
description: "Keyboard hint token for shortcuts, command palettes, and focused action labels.",
|
|
2371
|
+
icon: y,
|
|
2372
|
+
category: "Components",
|
|
2373
|
+
status: "Stable",
|
|
2374
|
+
installCommand: T,
|
|
2375
|
+
propsRows: [
|
|
2376
|
+
[
|
|
2377
|
+
"size",
|
|
2378
|
+
"'sm' | 'default' | 'lg'",
|
|
2379
|
+
"'default'",
|
|
2380
|
+
"Visual size for the key token."
|
|
2381
|
+
],
|
|
2382
|
+
[
|
|
2383
|
+
"variant",
|
|
2384
|
+
"'default' | 'outline' | 'ghost'",
|
|
2385
|
+
"'default'",
|
|
2386
|
+
"Surface treatment."
|
|
2387
|
+
],
|
|
2388
|
+
[
|
|
2389
|
+
"children",
|
|
2390
|
+
"ReactNode",
|
|
2391
|
+
"-",
|
|
2392
|
+
"Rendered key label."
|
|
2393
|
+
],
|
|
2394
|
+
[
|
|
2395
|
+
"className",
|
|
2396
|
+
"string",
|
|
2397
|
+
"-",
|
|
2398
|
+
"Extra classes for the token."
|
|
2399
|
+
]
|
|
2400
|
+
],
|
|
2401
|
+
features: [
|
|
2402
|
+
"Shortcut tokens",
|
|
2403
|
+
"Size variants",
|
|
2404
|
+
"Outline or ghost style",
|
|
2405
|
+
"Command labels"
|
|
2406
|
+
]
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
slug: "data-table",
|
|
2410
|
+
title: "Data Table",
|
|
2411
|
+
description: "Primary reusable admin data grid with sorting, row selection, bulk actions, saved views, mobile cards, and server-aware pagination.",
|
|
2412
|
+
icon: v,
|
|
2413
|
+
category: "Data Display",
|
|
2414
|
+
status: "Preview",
|
|
2415
|
+
installCommand: T,
|
|
2416
|
+
propsRows: [
|
|
2417
|
+
[
|
|
2418
|
+
"columns",
|
|
2419
|
+
"ColumnDef<RowData>[]",
|
|
2420
|
+
"-",
|
|
2421
|
+
"Table column definitions."
|
|
2422
|
+
],
|
|
2423
|
+
[
|
|
2424
|
+
"data",
|
|
2425
|
+
"Array<RowData>",
|
|
2426
|
+
"-",
|
|
2427
|
+
"Row data at current page in server mode."
|
|
2428
|
+
],
|
|
2429
|
+
[
|
|
2430
|
+
"getRowId",
|
|
2431
|
+
"(row) => string",
|
|
2432
|
+
"-",
|
|
2433
|
+
"Stable row identifier function."
|
|
2434
|
+
],
|
|
2435
|
+
[
|
|
2436
|
+
"sorting",
|
|
2437
|
+
"SortingState",
|
|
2438
|
+
"[]",
|
|
2439
|
+
"Controlled sort state."
|
|
2440
|
+
],
|
|
2441
|
+
[
|
|
2442
|
+
"rowSelection",
|
|
2443
|
+
"RowSelectionState",
|
|
2444
|
+
"{}",
|
|
2445
|
+
"Controlled row selection state."
|
|
2446
|
+
],
|
|
2447
|
+
[
|
|
2448
|
+
"enableRowSelection",
|
|
2449
|
+
"boolean",
|
|
2450
|
+
"false",
|
|
2451
|
+
"Turns row selection on."
|
|
2452
|
+
],
|
|
2453
|
+
[
|
|
2454
|
+
"pagination",
|
|
2455
|
+
"PaginationStateProps",
|
|
2456
|
+
"-",
|
|
2457
|
+
"Page controls, counts and page size."
|
|
2458
|
+
],
|
|
2459
|
+
[
|
|
2460
|
+
"toolbarProps",
|
|
2461
|
+
"ToolbarProps",
|
|
2462
|
+
"-",
|
|
2463
|
+
"Header actions, search and contextual controls."
|
|
2464
|
+
],
|
|
2465
|
+
[
|
|
2466
|
+
"onRowClick",
|
|
2467
|
+
"(row) => void",
|
|
2468
|
+
"-",
|
|
2469
|
+
"Row click callback."
|
|
2470
|
+
],
|
|
2471
|
+
[
|
|
2472
|
+
"isLoading",
|
|
2473
|
+
"boolean",
|
|
2474
|
+
"false",
|
|
2475
|
+
"Loading indicator state."
|
|
2476
|
+
],
|
|
2477
|
+
[
|
|
2478
|
+
"isError",
|
|
2479
|
+
"boolean",
|
|
2480
|
+
"false",
|
|
2481
|
+
"Error state flag for fallback."
|
|
2482
|
+
],
|
|
2483
|
+
[
|
|
2484
|
+
"loadingState",
|
|
2485
|
+
"LoadingState",
|
|
2486
|
+
"-",
|
|
2487
|
+
"Loading UI when `isLoading` is true."
|
|
2488
|
+
],
|
|
2489
|
+
[
|
|
2490
|
+
"emptyState",
|
|
2491
|
+
"Omit<DataStateProps, \"status\">",
|
|
2492
|
+
"-",
|
|
2493
|
+
"State shown when no rows are present."
|
|
2494
|
+
],
|
|
2495
|
+
[
|
|
2496
|
+
"errorState",
|
|
2497
|
+
"ErrorState",
|
|
2498
|
+
"-",
|
|
2499
|
+
"State shown when `isError` is true."
|
|
2500
|
+
]
|
|
2501
|
+
],
|
|
2502
|
+
features: [
|
|
2503
|
+
"Column-based API",
|
|
2504
|
+
"Sorting and pagination",
|
|
2505
|
+
"Row selection and bulk actions",
|
|
2506
|
+
"Toolbar, visibility and saved views",
|
|
2507
|
+
"Mobile cards and server mode",
|
|
2508
|
+
"Empty/loading/error states"
|
|
2509
|
+
]
|
|
2510
|
+
}
|
|
2511
|
+
], Fe = {
|
|
2512
|
+
button: {
|
|
2513
|
+
groupSlugs: [
|
|
2514
|
+
"actions",
|
|
2515
|
+
"navigation",
|
|
2516
|
+
"layout"
|
|
2517
|
+
],
|
|
2518
|
+
componentSlugs: [
|
|
2519
|
+
"badge",
|
|
2520
|
+
"card",
|
|
2521
|
+
"tabs"
|
|
2522
|
+
]
|
|
2523
|
+
},
|
|
2524
|
+
input: {
|
|
2525
|
+
groupSlugs: ["form", "filters"],
|
|
2526
|
+
componentSlugs: [
|
|
2527
|
+
"textarea",
|
|
2528
|
+
"select",
|
|
2529
|
+
"switch"
|
|
2530
|
+
]
|
|
2531
|
+
},
|
|
2532
|
+
textarea: {
|
|
2533
|
+
groupSlugs: ["form", "layout"],
|
|
2534
|
+
componentSlugs: [
|
|
2535
|
+
"input",
|
|
2536
|
+
"card",
|
|
2537
|
+
"badge"
|
|
2538
|
+
]
|
|
2539
|
+
},
|
|
2540
|
+
select: {
|
|
2541
|
+
groupSlugs: ["filters", "overlay"],
|
|
2542
|
+
componentSlugs: [
|
|
2543
|
+
"select",
|
|
2544
|
+
"async-select",
|
|
2545
|
+
"form-select"
|
|
2546
|
+
]
|
|
2547
|
+
},
|
|
2548
|
+
"radio-group": {
|
|
2549
|
+
groupSlugs: ["form"],
|
|
2550
|
+
componentSlugs: [
|
|
2551
|
+
"checkbox",
|
|
2552
|
+
"switch",
|
|
2553
|
+
"select"
|
|
2554
|
+
]
|
|
2555
|
+
},
|
|
2556
|
+
"async-select": {
|
|
2557
|
+
groupSlugs: ["form", "filters"],
|
|
2558
|
+
componentSlugs: [
|
|
2559
|
+
"select",
|
|
2560
|
+
"async-select",
|
|
2561
|
+
"form-select"
|
|
2562
|
+
]
|
|
2563
|
+
},
|
|
2564
|
+
"async-multi-select": {
|
|
2565
|
+
groupSlugs: ["form"],
|
|
2566
|
+
componentSlugs: [
|
|
2567
|
+
"select",
|
|
2568
|
+
"async-select",
|
|
2569
|
+
"form-select"
|
|
2570
|
+
]
|
|
2571
|
+
},
|
|
2572
|
+
"date-picker": {
|
|
2573
|
+
groupSlugs: ["form", "display"],
|
|
2574
|
+
componentSlugs: ["calendar", "date-range-picker"]
|
|
2575
|
+
},
|
|
2576
|
+
"date-range-picker": {
|
|
2577
|
+
groupSlugs: ["form", "filters"],
|
|
2578
|
+
componentSlugs: [
|
|
2579
|
+
"date-picker",
|
|
2580
|
+
"calendar",
|
|
2581
|
+
"data-table"
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
"form-field-shell": {
|
|
2585
|
+
groupSlugs: ["form"],
|
|
2586
|
+
componentSlugs: [
|
|
2587
|
+
"form-input",
|
|
2588
|
+
"form-select",
|
|
2589
|
+
"form-textarea",
|
|
2590
|
+
"form-switch",
|
|
2591
|
+
"input",
|
|
2592
|
+
"textarea",
|
|
2593
|
+
"switch"
|
|
2594
|
+
]
|
|
2595
|
+
},
|
|
2596
|
+
"form-input": {
|
|
2597
|
+
groupSlugs: ["form"],
|
|
2598
|
+
componentSlugs: [
|
|
2599
|
+
"form-field-shell",
|
|
2600
|
+
"form-textarea",
|
|
2601
|
+
"input"
|
|
2602
|
+
]
|
|
2603
|
+
},
|
|
2604
|
+
"form-select": {
|
|
2605
|
+
groupSlugs: ["form"],
|
|
2606
|
+
componentSlugs: [
|
|
2607
|
+
"async-select",
|
|
2608
|
+
"select",
|
|
2609
|
+
"form-field-shell"
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
"form-textarea": {
|
|
2613
|
+
groupSlugs: ["form"],
|
|
2614
|
+
componentSlugs: [
|
|
2615
|
+
"form-input",
|
|
2616
|
+
"textarea",
|
|
2617
|
+
"form-field-shell"
|
|
2618
|
+
]
|
|
2619
|
+
},
|
|
2620
|
+
"form-switch": {
|
|
2621
|
+
groupSlugs: ["form"],
|
|
2622
|
+
componentSlugs: [
|
|
2623
|
+
"form-field-shell",
|
|
2624
|
+
"switch",
|
|
2625
|
+
"checkbox",
|
|
2626
|
+
"form-builder"
|
|
2627
|
+
]
|
|
2628
|
+
},
|
|
2629
|
+
"form-date-range-input": {
|
|
2630
|
+
groupSlugs: ["form", "filters"],
|
|
2631
|
+
componentSlugs: [
|
|
2632
|
+
"date-range-picker",
|
|
2633
|
+
"form-date-range-picker",
|
|
2634
|
+
"form-field-shell"
|
|
2635
|
+
]
|
|
2636
|
+
},
|
|
2637
|
+
"form-date-picker": {
|
|
2638
|
+
groupSlugs: ["form"],
|
|
2639
|
+
componentSlugs: [
|
|
2640
|
+
"date-picker",
|
|
2641
|
+
"calendar",
|
|
2642
|
+
"form-field-shell"
|
|
2643
|
+
]
|
|
2644
|
+
},
|
|
2645
|
+
"form-date-range-picker": {
|
|
2646
|
+
groupSlugs: ["form", "filters"],
|
|
2647
|
+
componentSlugs: [
|
|
2648
|
+
"date-range-picker",
|
|
2649
|
+
"form-date-range-input",
|
|
2650
|
+
"calendar",
|
|
2651
|
+
"form-field-shell"
|
|
2652
|
+
]
|
|
2653
|
+
},
|
|
2654
|
+
"form-builder": {
|
|
2655
|
+
groupSlugs: ["patterns", "form"],
|
|
2656
|
+
componentSlugs: [
|
|
2657
|
+
"form-field-shell",
|
|
2658
|
+
"form-input",
|
|
2659
|
+
"form-switch",
|
|
2660
|
+
"form-textarea",
|
|
2661
|
+
"form-select"
|
|
2662
|
+
]
|
|
2663
|
+
},
|
|
2664
|
+
checkbox: {
|
|
2665
|
+
groupSlugs: ["form"],
|
|
2666
|
+
componentSlugs: [
|
|
2667
|
+
"switch",
|
|
2668
|
+
"button",
|
|
2669
|
+
"card"
|
|
2670
|
+
]
|
|
2671
|
+
},
|
|
2672
|
+
switch: {
|
|
2673
|
+
groupSlugs: ["layout"],
|
|
2674
|
+
componentSlugs: [
|
|
2675
|
+
"checkbox",
|
|
2676
|
+
"tabs",
|
|
2677
|
+
"badge"
|
|
2678
|
+
]
|
|
2679
|
+
},
|
|
2680
|
+
badge: {
|
|
2681
|
+
groupSlugs: ["actions", "display"],
|
|
2682
|
+
componentSlugs: [
|
|
2683
|
+
"button",
|
|
2684
|
+
"card",
|
|
2685
|
+
"tabs"
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
card: {
|
|
2689
|
+
groupSlugs: [
|
|
2690
|
+
"layout",
|
|
2691
|
+
"display",
|
|
2692
|
+
"actions"
|
|
2693
|
+
],
|
|
2694
|
+
componentSlugs: [
|
|
2695
|
+
"tabs",
|
|
2696
|
+
"badge",
|
|
2697
|
+
"button"
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
tabs: {
|
|
2701
|
+
groupSlugs: ["navigation", "layout"],
|
|
2702
|
+
componentSlugs: [
|
|
2703
|
+
"dialog",
|
|
2704
|
+
"card",
|
|
2705
|
+
"button"
|
|
2706
|
+
]
|
|
2707
|
+
},
|
|
2708
|
+
collapse: {
|
|
2709
|
+
groupSlugs: [
|
|
2710
|
+
"layout",
|
|
2711
|
+
"display",
|
|
2712
|
+
"form"
|
|
2713
|
+
],
|
|
2714
|
+
componentSlugs: ["tabs", "card"]
|
|
2715
|
+
},
|
|
2716
|
+
dialog: {
|
|
2717
|
+
groupSlugs: ["overlay", "notifications"],
|
|
2718
|
+
componentSlugs: ["popover", "confirm-dialog"]
|
|
2719
|
+
},
|
|
2720
|
+
popover: {
|
|
2721
|
+
groupSlugs: ["overlay", "navigation"],
|
|
2722
|
+
componentSlugs: [
|
|
2723
|
+
"dropdown-menu",
|
|
2724
|
+
"dialog",
|
|
2725
|
+
"confirm-dialog"
|
|
2726
|
+
]
|
|
2727
|
+
},
|
|
2728
|
+
"dropdown-menu": {
|
|
2729
|
+
groupSlugs: [
|
|
2730
|
+
"overlay",
|
|
2731
|
+
"navigation",
|
|
2732
|
+
"actions"
|
|
2733
|
+
],
|
|
2734
|
+
componentSlugs: [
|
|
2735
|
+
"popover",
|
|
2736
|
+
"dialog",
|
|
2737
|
+
"confirm-dialog"
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
tooltip: {
|
|
2741
|
+
groupSlugs: [
|
|
2742
|
+
"overlay",
|
|
2743
|
+
"actions",
|
|
2744
|
+
"form"
|
|
2745
|
+
],
|
|
2746
|
+
componentSlugs: [
|
|
2747
|
+
"popover",
|
|
2748
|
+
"button",
|
|
2749
|
+
"input"
|
|
2750
|
+
]
|
|
2751
|
+
},
|
|
2752
|
+
"right-click-menu": {
|
|
2753
|
+
groupSlugs: [
|
|
2754
|
+
"overlay",
|
|
2755
|
+
"actions",
|
|
2756
|
+
"navigation"
|
|
2757
|
+
],
|
|
2758
|
+
componentSlugs: [
|
|
2759
|
+
"dropdown-menu",
|
|
2760
|
+
"popover",
|
|
2761
|
+
"data-table"
|
|
2762
|
+
]
|
|
2763
|
+
},
|
|
2764
|
+
"confirm-dialog": {
|
|
2765
|
+
groupSlugs: ["overlay", "notifications"],
|
|
2766
|
+
componentSlugs: ["dialog", "alert-dialog"]
|
|
2767
|
+
},
|
|
2768
|
+
table: {
|
|
2769
|
+
groupSlugs: [
|
|
2770
|
+
"data-table",
|
|
2771
|
+
"display",
|
|
2772
|
+
"filters"
|
|
2773
|
+
],
|
|
2774
|
+
componentSlugs: [
|
|
2775
|
+
"card",
|
|
2776
|
+
"tabs",
|
|
2777
|
+
"badge"
|
|
2778
|
+
]
|
|
2779
|
+
},
|
|
2780
|
+
"data-table": {
|
|
2781
|
+
groupSlugs: [
|
|
2782
|
+
"data-table",
|
|
2783
|
+
"layout",
|
|
2784
|
+
"filters"
|
|
2785
|
+
],
|
|
2786
|
+
componentSlugs: [
|
|
2787
|
+
"table",
|
|
2788
|
+
"card",
|
|
2789
|
+
"tabs"
|
|
2790
|
+
]
|
|
2791
|
+
},
|
|
2792
|
+
sidebar: {
|
|
2793
|
+
groupSlugs: ["layout", "navigation"],
|
|
2794
|
+
componentSlugs: ["breadcrumbs"]
|
|
2795
|
+
},
|
|
2796
|
+
breadcrumbs: {
|
|
2797
|
+
groupSlugs: ["layout", "navigation"],
|
|
2798
|
+
componentSlugs: ["section", "sidebar"]
|
|
2799
|
+
},
|
|
2800
|
+
"info-card": {
|
|
2801
|
+
groupSlugs: ["display", "layout"],
|
|
2802
|
+
componentSlugs: ["activity-feed", "card"]
|
|
2803
|
+
},
|
|
2804
|
+
"activity-feed": {
|
|
2805
|
+
groupSlugs: ["display"],
|
|
2806
|
+
componentSlugs: ["info-card"]
|
|
2807
|
+
},
|
|
2808
|
+
"data-state": {
|
|
2809
|
+
groupSlugs: ["display"],
|
|
2810
|
+
componentSlugs: ["loading-state", "data-table"]
|
|
2811
|
+
},
|
|
2812
|
+
"loading-state": {
|
|
2813
|
+
groupSlugs: ["display"],
|
|
2814
|
+
componentSlugs: ["data-state", "data-table"]
|
|
2815
|
+
},
|
|
2816
|
+
"scroll-box": {
|
|
2817
|
+
groupSlugs: ["display", "layout"],
|
|
2818
|
+
componentSlugs: ["table", "data-table"]
|
|
2819
|
+
},
|
|
2820
|
+
toast: {
|
|
2821
|
+
groupSlugs: ["notifications", "overlay"],
|
|
2822
|
+
componentSlugs: ["confirm-dialog", "dialog"]
|
|
2823
|
+
},
|
|
2824
|
+
kbd: {
|
|
2825
|
+
groupSlugs: ["command", "actions"],
|
|
2826
|
+
componentSlugs: [
|
|
2827
|
+
"button",
|
|
2828
|
+
"tooltip",
|
|
2829
|
+
"input"
|
|
2830
|
+
]
|
|
2831
|
+
}
|
|
2832
|
+
}, Ie = new Set([
|
|
2833
|
+
"button",
|
|
2834
|
+
"input",
|
|
2835
|
+
"select",
|
|
2836
|
+
"date-picker",
|
|
2837
|
+
"checkbox",
|
|
2838
|
+
"switch",
|
|
2839
|
+
"badge",
|
|
2840
|
+
"card",
|
|
2841
|
+
"tabs",
|
|
2842
|
+
"dialog",
|
|
2843
|
+
"popover",
|
|
2844
|
+
"dropdown-menu",
|
|
2845
|
+
"sidebar",
|
|
2846
|
+
"breadcrumbs",
|
|
2847
|
+
"data-table",
|
|
2848
|
+
"info-card",
|
|
2849
|
+
"activity-feed",
|
|
2850
|
+
"loading-state",
|
|
2851
|
+
"toast",
|
|
2852
|
+
"notification-center",
|
|
2853
|
+
"progress"
|
|
2854
|
+
]), Le = {
|
|
2855
|
+
textarea: "input",
|
|
2856
|
+
"tag-input": "input",
|
|
2857
|
+
"otp-input": "input",
|
|
2858
|
+
"form-input": "input",
|
|
2859
|
+
"form-textarea": "input",
|
|
2860
|
+
"async-select": "select",
|
|
2861
|
+
"async-multi-select": "select",
|
|
2862
|
+
"form-select": "select",
|
|
2863
|
+
calendar: "date-picker",
|
|
2864
|
+
"date-range-picker": "date-picker",
|
|
2865
|
+
"form-date-range-input": "date-picker",
|
|
2866
|
+
"form-date-picker": "date-picker",
|
|
2867
|
+
"form-date-range-picker": "date-picker",
|
|
2868
|
+
"confirm-dialog": "dialog",
|
|
2869
|
+
"app-header": "sidebar",
|
|
2870
|
+
section: "sidebar",
|
|
2871
|
+
toolbar: "sidebar",
|
|
2872
|
+
"split-layout": "sidebar",
|
|
2873
|
+
"page-header": "breadcrumbs",
|
|
2874
|
+
table: "data-table"
|
|
2875
|
+
}, B = {
|
|
2876
|
+
input: [
|
|
2877
|
+
{
|
|
2878
|
+
key: "core",
|
|
2879
|
+
title: "Core input surfaces",
|
|
2880
|
+
description: "Start with the default text field and move outward only when the workflow demands specialization.",
|
|
2881
|
+
slugs: ["input", "textarea"]
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
key: "related",
|
|
2885
|
+
title: "Related input patterns",
|
|
2886
|
+
description: "Specialized input types for search, masking, numeric entry, and compact structured values.",
|
|
2887
|
+
slugs: ["tag-input", "otp-input"]
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
key: "integrations",
|
|
2891
|
+
title: "Form integrations",
|
|
2892
|
+
description: "Use these wrappers when the field needs to plug directly into shared form shells or React Hook Form.",
|
|
2893
|
+
slugs: ["form-input", "form-textarea"]
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
select: [
|
|
2897
|
+
{
|
|
2898
|
+
key: "core",
|
|
2899
|
+
title: "Core select surfaces",
|
|
2900
|
+
description: "Use the base selection control first, then expand only when the interaction model truly changes.",
|
|
2901
|
+
slugs: ["select"]
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
key: "related",
|
|
2905
|
+
title: "Related select members",
|
|
2906
|
+
description: "These members add real behavior such as remote loading or keyboard-first local filtering.",
|
|
2907
|
+
slugs: ["async-select"]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
key: "integrations",
|
|
2911
|
+
title: "Form integrations",
|
|
2912
|
+
description: "Use wrapped selects when you need consistent form-level validation, labels, and shell behavior.",
|
|
2913
|
+
slugs: ["form-select"]
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"date-picker": [{
|
|
2917
|
+
key: "core",
|
|
2918
|
+
title: "Core date surfaces",
|
|
2919
|
+
description: "Choose the popover picker or range picker when visual selection matters more than raw text entry.",
|
|
2920
|
+
slugs: [
|
|
2921
|
+
"date-picker",
|
|
2922
|
+
"date-range-picker",
|
|
2923
|
+
"calendar"
|
|
2924
|
+
]
|
|
2925
|
+
}, {
|
|
2926
|
+
key: "integrations",
|
|
2927
|
+
title: "Form integrations",
|
|
2928
|
+
description: "Use wrapped date fields when validation, labels, and form shell behavior should stay standardized.",
|
|
2929
|
+
slugs: [
|
|
2930
|
+
"form-input",
|
|
2931
|
+
"form-date-range-input",
|
|
2932
|
+
"form-date-picker",
|
|
2933
|
+
"form-date-range-picker"
|
|
2934
|
+
]
|
|
2935
|
+
}],
|
|
2936
|
+
dialog: [{
|
|
2937
|
+
key: "core",
|
|
2938
|
+
title: "Core overlay surfaces",
|
|
2939
|
+
description: "Use the lightest overlay that still matches the interaction. Do not default every action to a full modal.",
|
|
2940
|
+
slugs: [
|
|
2941
|
+
"dialog",
|
|
2942
|
+
"popover",
|
|
2943
|
+
"dropdown-menu"
|
|
2944
|
+
]
|
|
2945
|
+
}, {
|
|
2946
|
+
key: "advanced",
|
|
2947
|
+
title: "Confirmation and shell patterns",
|
|
2948
|
+
description: "These composed overlays handle destructive confirmation and side-drawer editing flows.",
|
|
2949
|
+
slugs: ["confirm-dialog", "drawer"]
|
|
2950
|
+
}],
|
|
2951
|
+
sidebar: [{
|
|
2952
|
+
key: "core",
|
|
2953
|
+
title: "Sidebar surfaces",
|
|
2954
|
+
description: "These pieces define the reusable sidebar surface first, then layer shell framing around it only when the route really needs it.",
|
|
2955
|
+
slugs: ["sidebar", "breadcrumbs"]
|
|
2956
|
+
}, {
|
|
2957
|
+
key: "related",
|
|
2958
|
+
title: "Route-level patterns",
|
|
2959
|
+
description: "Use these patterns only after the sidebar and navigation contract are already clear.",
|
|
2960
|
+
slugs: [
|
|
2961
|
+
"section",
|
|
2962
|
+
"toolbar",
|
|
2963
|
+
"split-layout"
|
|
2964
|
+
]
|
|
2965
|
+
}],
|
|
2966
|
+
"data-table": [{
|
|
2967
|
+
key: "core",
|
|
2968
|
+
title: "Primary data table surface",
|
|
2969
|
+
description: "Start with the full DataTable route first. It demonstrates the reusable grid the way product teams actually consume it.",
|
|
2970
|
+
slugs: ["data-table"]
|
|
2971
|
+
}, {
|
|
2972
|
+
key: "related",
|
|
2973
|
+
title: "Supporting primitive",
|
|
2974
|
+
description: "Drop down to the semantic table primitive only when you do not need the full DataTable workflow.",
|
|
2975
|
+
slugs: ["table"]
|
|
2976
|
+
}],
|
|
2977
|
+
toast: [{
|
|
2978
|
+
key: "core",
|
|
2979
|
+
title: "Global feedback surface",
|
|
2980
|
+
description: "Use toast messaging for transient global feedback, not for critical form validation or persistent page states.",
|
|
2981
|
+
slugs: ["toast"]
|
|
2982
|
+
}]
|
|
2983
|
+
}, V = n, Re = V?.groups ?? {}, ze = new Set((V?.recommended ?? []).map((e) => e)), H = V?.migrationAliases ?? {}, U = new Set(Object.values(H)), W = new Set([
|
|
2984
|
+
"app-header",
|
|
2985
|
+
"async-multi-select",
|
|
2986
|
+
"form",
|
|
2987
|
+
"form-field",
|
|
2988
|
+
"form-field-shell",
|
|
2989
|
+
"form-input",
|
|
2990
|
+
"form-select",
|
|
2991
|
+
"form-switch",
|
|
2992
|
+
"form-textarea",
|
|
2993
|
+
"page-header"
|
|
2994
|
+
]), Be = new Set(["kits"]), Ve = new Set([
|
|
2995
|
+
"all",
|
|
2996
|
+
"dashboard",
|
|
2997
|
+
"calendar-kit",
|
|
2998
|
+
"wizard-kit",
|
|
2999
|
+
...W
|
|
3000
|
+
]), He = new Set(["hooks"]), Ue = {
|
|
3001
|
+
ui: "Components",
|
|
3002
|
+
actions: "Components",
|
|
3003
|
+
layout: "Components",
|
|
3004
|
+
feedback: "Data Display",
|
|
3005
|
+
display: "Data Display",
|
|
3006
|
+
overlay: "Overlay",
|
|
3007
|
+
form: "Forms",
|
|
3008
|
+
dataTable: "Data Display",
|
|
3009
|
+
data_table: "Data Display",
|
|
3010
|
+
navigation: "Data Display",
|
|
3011
|
+
filters: "Data Display",
|
|
3012
|
+
calendar: "Data Display",
|
|
3013
|
+
upload: "Data Display",
|
|
3014
|
+
wizard: "Data Display",
|
|
3015
|
+
notifications: "Data Display",
|
|
3016
|
+
command: "Data Display",
|
|
3017
|
+
patterns: "Patterns"
|
|
3018
|
+
}, We = {
|
|
3019
|
+
ui: u,
|
|
3020
|
+
actions: _,
|
|
3021
|
+
feedback: le,
|
|
3022
|
+
display: ie,
|
|
3023
|
+
overlay: h,
|
|
3024
|
+
inputs: f,
|
|
3025
|
+
form: f,
|
|
3026
|
+
dataTable: v,
|
|
3027
|
+
data_table: v,
|
|
3028
|
+
layout: p,
|
|
3029
|
+
navigation: ne,
|
|
3030
|
+
filters: g,
|
|
3031
|
+
calendar: c,
|
|
3032
|
+
upload: d,
|
|
3033
|
+
wizard: x,
|
|
3034
|
+
notifications: ee,
|
|
3035
|
+
command: y,
|
|
3036
|
+
patterns: te,
|
|
3037
|
+
hooks: ce
|
|
3038
|
+
};
|
|
3039
|
+
function Ge(e) {
|
|
3040
|
+
return e.split("-").filter(Boolean).map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(" ");
|
|
3041
|
+
}
|
|
3042
|
+
var Ke = new Set(z.map((e) => e.slug)), G = /* @__PURE__ */ new Map();
|
|
3043
|
+
for (let [e, n] of Object.entries(Re)) if (!(Be.has(e) || He.has(e))) for (let r of n) {
|
|
3044
|
+
let n = H[r], i = n ?? r;
|
|
3045
|
+
if (!r || Ve.has(r) || Ve.has(i) || U.has(i) && !t(i) || U.has(r) && !t(r) || Ke.has(i) || G.has(i)) continue;
|
|
3046
|
+
let a = Ue[e] ?? "Data Display", o = We[e] ?? _;
|
|
3047
|
+
G.set(i, {
|
|
3048
|
+
slug: i,
|
|
3049
|
+
title: Ge(n || i),
|
|
3050
|
+
description: `${Ge(i)} surfaced from package registry group "${e}".`,
|
|
3051
|
+
icon: o,
|
|
3052
|
+
category: a,
|
|
3053
|
+
status: ze.has(i) ? "Stable" : "Preview",
|
|
3054
|
+
installCommand: T,
|
|
3055
|
+
propsRows: [[
|
|
3056
|
+
"className",
|
|
3057
|
+
"string",
|
|
3058
|
+
"-",
|
|
3059
|
+
"Additional classes for wrapper element."
|
|
3060
|
+
]],
|
|
3061
|
+
features: [e]
|
|
3062
|
+
});
|
|
3063
|
+
}
|
|
3064
|
+
var qe = [...G.values()], K = [...z, ...qe].filter((e) => !W.has(e.slug)), q = [], J = new Map(q.map((e) => [e.slug, e])), Je = new Set([
|
|
3065
|
+
...W,
|
|
3066
|
+
"app-header",
|
|
3067
|
+
"page-header",
|
|
3068
|
+
"resource-page",
|
|
3069
|
+
"resource-detail-page"
|
|
3070
|
+
]), Ye = new Set([...Je, ...F.keys()]);
|
|
3071
|
+
function Y(e) {
|
|
3072
|
+
if (!e) return;
|
|
3073
|
+
let t = I(e), n = X(t);
|
|
3074
|
+
return t === n ? J.get(t) ?? K.find((e) => e.slug === t) : J.get(n) ?? K.find((e) => e.slug === n);
|
|
3075
|
+
}
|
|
3076
|
+
function Xe(e) {
|
|
3077
|
+
return J.has(I(e)) || Ie.has(I(e));
|
|
3078
|
+
}
|
|
3079
|
+
function X(e) {
|
|
3080
|
+
let t = I(e);
|
|
3081
|
+
return Xe(t) ? t : Le[t] ?? t;
|
|
3082
|
+
}
|
|
3083
|
+
function Ze(e) {
|
|
3084
|
+
return Y(X(e))?.title ?? e;
|
|
3085
|
+
}
|
|
3086
|
+
function Z() {
|
|
3087
|
+
let n = K.filter((e) => X(e.slug) === e.slug), r = /* @__PURE__ */ new Map();
|
|
3088
|
+
for (let e of n) r.set(e.slug, e);
|
|
3089
|
+
for (let e of q) r.set(e.slug, e);
|
|
3090
|
+
return Array.from(r.values()).filter((e) => !Je.has(e.slug)).filter((e) => t(e.slug)).sort((t, n) => {
|
|
3091
|
+
let r = e(t.slug, n.slug);
|
|
3092
|
+
return r === 0 ? t.title.localeCompare(n.title) : r;
|
|
3093
|
+
});
|
|
3094
|
+
}
|
|
3095
|
+
function Qe() {
|
|
3096
|
+
let e = /* @__PURE__ */ new Map();
|
|
3097
|
+
for (let t of K) e.set(t.slug, t);
|
|
3098
|
+
for (let t of q) e.set(t.slug, t);
|
|
3099
|
+
return Array.from(e.values()).filter((e) => !Ye.has(e.slug)).sort((e, t) => e.title.localeCompare(t.title));
|
|
3100
|
+
}
|
|
3101
|
+
function $e(e) {
|
|
3102
|
+
let t = e ? X(e) : void 0;
|
|
3103
|
+
return Z().map((e) => ({
|
|
3104
|
+
slug: e.slug,
|
|
3105
|
+
title: e.title,
|
|
3106
|
+
href: k(e.slug),
|
|
3107
|
+
status: e.status,
|
|
3108
|
+
group: L(e.slug),
|
|
3109
|
+
active: t ? X(e.slug) === t : !1
|
|
3110
|
+
})).sort((e, t) => e.title.localeCompare(t.title));
|
|
3111
|
+
}
|
|
3112
|
+
function et(e) {
|
|
3113
|
+
let t = /* @__PURE__ */ new Map();
|
|
3114
|
+
for (let n of $e(e)) {
|
|
3115
|
+
let e = n.title[0]?.toUpperCase() ?? "#", r = `${e} - ${n.group}`;
|
|
3116
|
+
t.has(r) || t.set(r, {
|
|
3117
|
+
key: r,
|
|
3118
|
+
label: `${e} • ${n.group}`,
|
|
3119
|
+
items: []
|
|
3120
|
+
}), t.get(r)?.items.push(n);
|
|
3121
|
+
}
|
|
3122
|
+
return Array.from(t.values());
|
|
3123
|
+
}
|
|
3124
|
+
function tt(e) {
|
|
3125
|
+
return (B[X(e)] ?? []).map((e) => ({
|
|
3126
|
+
...e,
|
|
3127
|
+
slugs: e.slugs.filter((e) => !W.has(e))
|
|
3128
|
+
})).filter((e) => e.slugs.length > 0);
|
|
3129
|
+
}
|
|
3130
|
+
function Q(e) {
|
|
3131
|
+
return (e ? [X(e)] : Object.keys(B)).flatMap((e) => {
|
|
3132
|
+
let t = Y(e);
|
|
3133
|
+
return tt(e).flatMap((n) => {
|
|
3134
|
+
let r = [];
|
|
3135
|
+
for (let i of n.slugs) {
|
|
3136
|
+
let a = K.find((e) => e.slug === i);
|
|
3137
|
+
a && r.push({
|
|
3138
|
+
component: a.title,
|
|
3139
|
+
slug: a.slug,
|
|
3140
|
+
title: a.title,
|
|
3141
|
+
surfaceSlug: e,
|
|
3142
|
+
surfaceTitle: t?.title ?? e,
|
|
3143
|
+
sectionId: n.key,
|
|
3144
|
+
sectionLabel: n.title,
|
|
3145
|
+
sectionKey: n.key,
|
|
3146
|
+
summary: a.description,
|
|
3147
|
+
useWhen: n.description,
|
|
3148
|
+
maturity: n.key === "core" ? "core" : n.key === "compatibility" ? "compatibility" : "helper",
|
|
3149
|
+
status: a.status,
|
|
3150
|
+
href: k(a.slug)
|
|
3151
|
+
});
|
|
3152
|
+
}
|
|
3153
|
+
return r;
|
|
3154
|
+
});
|
|
3155
|
+
});
|
|
3156
|
+
}
|
|
3157
|
+
function nt(e) {
|
|
3158
|
+
return Q().find((t) => t.component === e);
|
|
3159
|
+
}
|
|
3160
|
+
function rt(e) {
|
|
3161
|
+
let t = new Set(e);
|
|
3162
|
+
return Q().filter((e) => t.has(e.component));
|
|
3163
|
+
}
|
|
3164
|
+
var $ = [
|
|
3165
|
+
{
|
|
3166
|
+
slug: "actions",
|
|
3167
|
+
title: "Actions",
|
|
3168
|
+
description: "Context actions, copy controls and quick grids for dense product surfaces.",
|
|
3169
|
+
icon: m,
|
|
3170
|
+
category: "Actions",
|
|
3171
|
+
exports: [
|
|
3172
|
+
"ActionMenu",
|
|
3173
|
+
"CopyButton",
|
|
3174
|
+
"QuickActionGrid"
|
|
3175
|
+
],
|
|
3176
|
+
href: j("actions"),
|
|
3177
|
+
status: "Stable",
|
|
3178
|
+
features: [
|
|
3179
|
+
"Quick actions",
|
|
3180
|
+
"Copy affordances",
|
|
3181
|
+
"Dense command blocks"
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
slug: "layout",
|
|
3186
|
+
title: "Application layout",
|
|
3187
|
+
description: "Route-level sidebars, breadcrumbs and page framing helpers that support real reusable components instead of replacing them.",
|
|
3188
|
+
icon: p,
|
|
3189
|
+
category: "Layout",
|
|
3190
|
+
exports: [
|
|
3191
|
+
"Sidebar",
|
|
3192
|
+
"Breadcrumbs",
|
|
3193
|
+
"Section"
|
|
3194
|
+
],
|
|
3195
|
+
href: j("layout"),
|
|
3196
|
+
status: "Stable",
|
|
3197
|
+
features: [
|
|
3198
|
+
"Sidebar navigation",
|
|
3199
|
+
"Page framing",
|
|
3200
|
+
"Section structure",
|
|
3201
|
+
"Sticky actions"
|
|
3202
|
+
]
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
slug: "filters",
|
|
3206
|
+
title: "Filters",
|
|
3207
|
+
description: "Filter bars and chip patterns for narrowing data without leaving the current view.",
|
|
3208
|
+
icon: g,
|
|
3209
|
+
category: "Data",
|
|
3210
|
+
exports: ["FilterBar", "SavedFilterSelect"],
|
|
3211
|
+
href: j("filters"),
|
|
3212
|
+
status: "Stable",
|
|
3213
|
+
features: [
|
|
3214
|
+
"Filter bars",
|
|
3215
|
+
"Chips",
|
|
3216
|
+
"Search + filter pairing"
|
|
3217
|
+
]
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
slug: "overlay",
|
|
3221
|
+
title: "Overlay patterns",
|
|
3222
|
+
description: "Confirm flows, modal shells, sheet layouts and dialog actions.",
|
|
3223
|
+
icon: a,
|
|
3224
|
+
category: "Overlay",
|
|
3225
|
+
exports: [
|
|
3226
|
+
"AlertDialog",
|
|
3227
|
+
"ConfirmDialog",
|
|
3228
|
+
"Drawer",
|
|
3229
|
+
"Tooltip",
|
|
3230
|
+
"Popover",
|
|
3231
|
+
"RightClickMenu"
|
|
3232
|
+
],
|
|
3233
|
+
href: j("overlay"),
|
|
3234
|
+
status: "Stable",
|
|
3235
|
+
features: [
|
|
3236
|
+
"Confirm flows",
|
|
3237
|
+
"Sheet layouts",
|
|
3238
|
+
"Modal actions",
|
|
3239
|
+
"Lightweight helper hints"
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
slug: "navigation",
|
|
3244
|
+
title: "Navigation",
|
|
3245
|
+
description: "Pagination and tabbed navigation patterns for sectioned or paginated interfaces.",
|
|
3246
|
+
icon: l,
|
|
3247
|
+
category: "Layout",
|
|
3248
|
+
exports: ["Pagination"],
|
|
3249
|
+
href: j("navigation"),
|
|
3250
|
+
status: "Stable",
|
|
3251
|
+
features: [
|
|
3252
|
+
"Pagination",
|
|
3253
|
+
"Page tabs",
|
|
3254
|
+
"Stepper tabs"
|
|
3255
|
+
]
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
slug: "form",
|
|
3259
|
+
title: "Form",
|
|
3260
|
+
description: "Form shell and wrapper layer for labels, validation, and repeatable field composition.",
|
|
3261
|
+
icon: d,
|
|
3262
|
+
category: "Forms",
|
|
3263
|
+
exports: [
|
|
3264
|
+
"FormFieldShell",
|
|
3265
|
+
"FormInput",
|
|
3266
|
+
"FormSelect",
|
|
3267
|
+
"FormTextarea",
|
|
3268
|
+
"FormSwitch",
|
|
3269
|
+
"FormDatePicker"
|
|
3270
|
+
],
|
|
3271
|
+
href: j("form"),
|
|
3272
|
+
status: "Stable",
|
|
3273
|
+
features: [
|
|
3274
|
+
"Field shell",
|
|
3275
|
+
"Wrapped controls",
|
|
3276
|
+
"Date helpers",
|
|
3277
|
+
"Consistent validation"
|
|
3278
|
+
]
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
slug: "display",
|
|
3282
|
+
title: "Display",
|
|
3283
|
+
description: "Metrics, activity, avatars, timelines and descriptive content surfaces.",
|
|
3284
|
+
icon: ie,
|
|
3285
|
+
category: "Data",
|
|
3286
|
+
exports: [
|
|
3287
|
+
"DescriptionList",
|
|
3288
|
+
"Progress",
|
|
3289
|
+
"PageState",
|
|
3290
|
+
"Timeline",
|
|
3291
|
+
"Statistic",
|
|
3292
|
+
"InfoCard",
|
|
3293
|
+
"ActivityFeed",
|
|
3294
|
+
"StatusLegend",
|
|
3295
|
+
"Avatar",
|
|
3296
|
+
"DataState",
|
|
3297
|
+
"ScrollBox"
|
|
3298
|
+
],
|
|
3299
|
+
href: j("display"),
|
|
3300
|
+
status: "Stable",
|
|
3301
|
+
features: [
|
|
3302
|
+
"Metric grids",
|
|
3303
|
+
"Timelines",
|
|
3304
|
+
"Activity feeds",
|
|
3305
|
+
"Status legends"
|
|
3306
|
+
]
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
slug: "data-table",
|
|
3310
|
+
title: "DataTable",
|
|
3311
|
+
description: "Primary reusable data-grid system. Helper pieces stay secondary to the main table route.",
|
|
3312
|
+
icon: v,
|
|
3313
|
+
category: "Data",
|
|
3314
|
+
exports: ["DataTable"],
|
|
3315
|
+
href: j("data-table"),
|
|
3316
|
+
status: "Stable",
|
|
3317
|
+
features: [
|
|
3318
|
+
"Toolbar",
|
|
3319
|
+
"Selection",
|
|
3320
|
+
"Row actions",
|
|
3321
|
+
"Saved views",
|
|
3322
|
+
"Pagination"
|
|
3323
|
+
]
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
slug: "notifications",
|
|
3327
|
+
title: "Notifications",
|
|
3328
|
+
description: "Toast and notification surfaces for transient feedback, async completion, and unread activity.",
|
|
3329
|
+
icon: o,
|
|
3330
|
+
category: "Overlay",
|
|
3331
|
+
exports: ["Toast", "NotificationCenter"],
|
|
3332
|
+
href: j("notifications"),
|
|
3333
|
+
status: "Preview",
|
|
3334
|
+
features: [
|
|
3335
|
+
"Toasts",
|
|
3336
|
+
"Promise feedback",
|
|
3337
|
+
"Unread activity",
|
|
3338
|
+
"Status messaging"
|
|
3339
|
+
]
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
slug: "command",
|
|
3343
|
+
title: "Command",
|
|
3344
|
+
description: "Command palette patterns for keyboard-driven discovery, search, grouped actions and async navigation.",
|
|
3345
|
+
icon: y,
|
|
3346
|
+
category: "Workflow",
|
|
3347
|
+
exports: ["CommandPalette"],
|
|
3348
|
+
href: j("command"),
|
|
3349
|
+
status: "Preview",
|
|
3350
|
+
features: [
|
|
3351
|
+
"Command palette",
|
|
3352
|
+
"Grouped actions",
|
|
3353
|
+
"Async search",
|
|
3354
|
+
"Keyboard discovery"
|
|
3355
|
+
]
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
slug: "calendar",
|
|
3359
|
+
title: "Calendar",
|
|
3360
|
+
description: "Calendar, date picker and range picker flows for scheduling and reporting.",
|
|
3361
|
+
icon: ae,
|
|
3362
|
+
category: "Workflow",
|
|
3363
|
+
exports: [
|
|
3364
|
+
"DateUtils",
|
|
3365
|
+
"Calendar",
|
|
3366
|
+
"DatePicker",
|
|
3367
|
+
"DateRangePicker"
|
|
3368
|
+
],
|
|
3369
|
+
href: j("calendar"),
|
|
3370
|
+
status: "Stable",
|
|
3371
|
+
features: [
|
|
3372
|
+
"Date picker",
|
|
3373
|
+
"Range picker",
|
|
3374
|
+
"Scheduling flows"
|
|
3375
|
+
]
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
slug: "upload",
|
|
3379
|
+
title: "Upload",
|
|
3380
|
+
description: "File and image upload surfaces with preview-friendly interaction patterns.",
|
|
3381
|
+
icon: te,
|
|
3382
|
+
category: "Workflow",
|
|
3383
|
+
exports: ["FileUpload", "ImageUpload"],
|
|
3384
|
+
href: j("upload"),
|
|
3385
|
+
status: "Preview",
|
|
3386
|
+
features: [
|
|
3387
|
+
"File upload",
|
|
3388
|
+
"Image upload",
|
|
3389
|
+
"Attachment flows"
|
|
3390
|
+
]
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
slug: "wizard",
|
|
3394
|
+
title: "Wizard",
|
|
3395
|
+
description: "Stepper and multi-step workflow patterns for onboarding and guided flows.",
|
|
3396
|
+
icon: x,
|
|
3397
|
+
category: "Workflow",
|
|
3398
|
+
exports: ["Stepper", "Wizard"],
|
|
3399
|
+
href: j("wizard"),
|
|
3400
|
+
status: "Stable",
|
|
3401
|
+
features: [
|
|
3402
|
+
"Step flow",
|
|
3403
|
+
"Guided forms",
|
|
3404
|
+
"Progress state"
|
|
3405
|
+
]
|
|
3406
|
+
}
|
|
3407
|
+
], it = [
|
|
3408
|
+
{
|
|
3409
|
+
label: "Docs",
|
|
3410
|
+
href: D
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
label: "Installation",
|
|
3414
|
+
href: "/docs/installation"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
label: "Components",
|
|
3418
|
+
href: "/components"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
label: "Search",
|
|
3422
|
+
href: "/search"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
label: "Changelog",
|
|
3426
|
+
href: "/changelog"
|
|
3427
|
+
}
|
|
3428
|
+
], at = [{
|
|
3429
|
+
title: "Getting Started",
|
|
3430
|
+
items: [
|
|
3431
|
+
{
|
|
3432
|
+
label: "Overview",
|
|
3433
|
+
href: D,
|
|
3434
|
+
icon: s
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
label: "Installation",
|
|
3438
|
+
href: "/docs/installation",
|
|
3439
|
+
icon: l
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
label: "Components catalog",
|
|
3443
|
+
href: "/components",
|
|
3444
|
+
icon: u
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
label: "Changelog",
|
|
3448
|
+
href: "/changelog",
|
|
3449
|
+
icon: d
|
|
3450
|
+
}
|
|
3451
|
+
]
|
|
3452
|
+
}, ...N.map((e) => ({
|
|
3453
|
+
title: e,
|
|
3454
|
+
items: R(e, k)
|
|
3455
|
+
})).filter((e) => e.items.length > 0)], ot = [{
|
|
3456
|
+
title: "Getting Started",
|
|
3457
|
+
items: [
|
|
3458
|
+
{
|
|
3459
|
+
label: "Introduction",
|
|
3460
|
+
href: "/playground/button",
|
|
3461
|
+
icon: s
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
label: "Installation",
|
|
3465
|
+
href: A("button"),
|
|
3466
|
+
icon: l
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
label: "Theming",
|
|
3470
|
+
href: A("button"),
|
|
3471
|
+
icon: _
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
label: "Tokens",
|
|
3475
|
+
href: A("badge"),
|
|
3476
|
+
icon: oe
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
label: "Icon Library",
|
|
3480
|
+
href: A("popover"),
|
|
3481
|
+
icon: ae
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
}, ...N.map((e) => ({
|
|
3485
|
+
title: e,
|
|
3486
|
+
items: R(e, A)
|
|
3487
|
+
})).filter((e) => e.items.length > 0)], st = [
|
|
3488
|
+
"All blocks",
|
|
3489
|
+
"Dashboard",
|
|
3490
|
+
"Auth",
|
|
3491
|
+
"Table",
|
|
3492
|
+
"Settings",
|
|
3493
|
+
"Pricing",
|
|
3494
|
+
"Product",
|
|
3495
|
+
"Marketing"
|
|
3496
|
+
], ct = [
|
|
3497
|
+
"All layouts",
|
|
3498
|
+
"Application",
|
|
3499
|
+
"Marketing"
|
|
3500
|
+
], lt = [
|
|
3501
|
+
"All themes",
|
|
3502
|
+
"Light",
|
|
3503
|
+
"Soft"
|
|
3504
|
+
], ut = ["Popular", "A-Z"], dt = [
|
|
3505
|
+
{
|
|
3506
|
+
title: "Application blocks",
|
|
3507
|
+
text: "Dashboard, table and settings blocks should show route structure, visible actions and realistic operational density.",
|
|
3508
|
+
items: [
|
|
3509
|
+
"Sidebar shell",
|
|
3510
|
+
"Toolbar actions",
|
|
3511
|
+
"Table states",
|
|
3512
|
+
"Settings surfaces"
|
|
3513
|
+
]
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
title: "Entry and conversion blocks",
|
|
3517
|
+
text: "Auth, pricing, product and marketing blocks should explain trust, conversion hierarchy and where the section fits in a larger page flow.",
|
|
3518
|
+
items: [
|
|
3519
|
+
"Form blocks",
|
|
3520
|
+
"CTA hierarchy",
|
|
3521
|
+
"Proof points",
|
|
3522
|
+
"Responsive sections"
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
title: "Reusable block library",
|
|
3527
|
+
text: "Every block card should show its category, where it fits, and which route opens the richer preview or template detail view.",
|
|
3528
|
+
items: [
|
|
3529
|
+
"Category label",
|
|
3530
|
+
"Usage notes",
|
|
3531
|
+
"Preview action",
|
|
3532
|
+
"Install path"
|
|
3533
|
+
]
|
|
3534
|
+
}
|
|
3535
|
+
], ft = {
|
|
3536
|
+
slug: "dashboard-starter",
|
|
3537
|
+
title: "Modern Dashboard",
|
|
3538
|
+
description: "Clean dashboard with analytics, charts, and activity tables.",
|
|
3539
|
+
bestFor: "Dashboard entry sections, KPI headers, recent activity, and operational overview surfaces.",
|
|
3540
|
+
category: "Dashboard",
|
|
3541
|
+
tags: [
|
|
3542
|
+
"Dashboard",
|
|
3543
|
+
"Analytics",
|
|
3544
|
+
"Charts",
|
|
3545
|
+
"Overview"
|
|
3546
|
+
],
|
|
3547
|
+
uses: [
|
|
3548
|
+
"Sidebar",
|
|
3549
|
+
"Section",
|
|
3550
|
+
"Statistic",
|
|
3551
|
+
"DataTable"
|
|
3552
|
+
],
|
|
3553
|
+
tone: "from-emerald-50 via-white to-sky-50",
|
|
3554
|
+
href: M("dashboard-starter"),
|
|
3555
|
+
previewHref: "/preview/blocks/dashboard-01",
|
|
3556
|
+
previewTone: "dashboard",
|
|
3557
|
+
layout: "Application",
|
|
3558
|
+
theme: "Soft",
|
|
3559
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3560
|
+
installSteps: [
|
|
3561
|
+
"Run `npx tembro init` and make sure the dashboard route already has theme tokens loaded.",
|
|
3562
|
+
"Copy the shell section into an authenticated page and connect it to live KPI and activity data.",
|
|
3563
|
+
"Keep the block focused on one overview slice instead of turning it into a full page shell."
|
|
3564
|
+
],
|
|
3565
|
+
dependencyGroups: [
|
|
3566
|
+
"Layout shell",
|
|
3567
|
+
"Metric cards",
|
|
3568
|
+
"Table primitives",
|
|
3569
|
+
"Action buttons"
|
|
3570
|
+
],
|
|
3571
|
+
copyTargets: [
|
|
3572
|
+
"components/blocks/dashboard/overview-shell.tsx",
|
|
3573
|
+
"components/blocks/dashboard/metric-row.tsx",
|
|
3574
|
+
"components/blocks/dashboard/activity-table.tsx"
|
|
3575
|
+
],
|
|
3576
|
+
notes: ["Use this block when one dashboard section is enough; move to the template when navigation and multiple zones are required.", "Primary actions should stay tied to one operational area, not a full application workflow."]
|
|
3577
|
+
}, pt = [
|
|
3578
|
+
{
|
|
3579
|
+
slug: "sidebar-layout",
|
|
3580
|
+
title: "Sidebar Layout",
|
|
3581
|
+
description: "Application shell with responsive sidebar.",
|
|
3582
|
+
bestFor: "Route-level shells that need stable navigation, app header actions, and one main content zone.",
|
|
3583
|
+
category: "Dashboard",
|
|
3584
|
+
tags: [
|
|
3585
|
+
"Navigation",
|
|
3586
|
+
"Shell",
|
|
3587
|
+
"Analytics"
|
|
3588
|
+
],
|
|
3589
|
+
uses: [
|
|
3590
|
+
"Sidebar",
|
|
3591
|
+
"Section",
|
|
3592
|
+
"Button"
|
|
3593
|
+
],
|
|
3594
|
+
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
3595
|
+
href: M("sidebar-layout"),
|
|
3596
|
+
previewHref: "/preview/blocks/dashboard-01",
|
|
3597
|
+
previewTone: "dashboard",
|
|
3598
|
+
layout: "Application",
|
|
3599
|
+
theme: "Light",
|
|
3600
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3601
|
+
installSteps: [
|
|
3602
|
+
"Run `npx tembro init` and mount the shell inside an authenticated route group.",
|
|
3603
|
+
"Wire navigation items and header actions before copying child content zones into the shell.",
|
|
3604
|
+
"Keep the shell generic enough to reuse across more than one application page."
|
|
3605
|
+
],
|
|
3606
|
+
dependencyGroups: [
|
|
3607
|
+
"App shell",
|
|
3608
|
+
"Sidebar navigation",
|
|
3609
|
+
"Page header",
|
|
3610
|
+
"Action controls"
|
|
3611
|
+
],
|
|
3612
|
+
copyTargets: ["components/blocks/layout/sidebar-layout.tsx", "components/navigation/app-sidebar.tsx"],
|
|
3613
|
+
notes: ["Do not use this block for a whole admin app export; it is one shell slice, not the full template.", "Navigation depth and section order should come from the app route model, not from hardcoded demo labels."]
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
slug: "crm-dashboard",
|
|
3617
|
+
title: "CRM Dashboard",
|
|
3618
|
+
description: "Sales pipeline and deals management.",
|
|
3619
|
+
bestFor: "Pipeline snapshots, team handoff sections, and account-focused operational dashboards.",
|
|
3620
|
+
category: "Product",
|
|
3621
|
+
tags: [
|
|
3622
|
+
"CRM",
|
|
3623
|
+
"Pipeline",
|
|
3624
|
+
"Kanban"
|
|
3625
|
+
],
|
|
3626
|
+
uses: [
|
|
3627
|
+
"ResourcePage",
|
|
3628
|
+
"Badge",
|
|
3629
|
+
"Tabs",
|
|
3630
|
+
"ActivityFeed"
|
|
3631
|
+
],
|
|
3632
|
+
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_10%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
3633
|
+
href: M("crm-dashboard"),
|
|
3634
|
+
previewTone: "crm",
|
|
3635
|
+
layout: "Application",
|
|
3636
|
+
theme: "Soft",
|
|
3637
|
+
relatedTemplateSlug: "crm-dashboard",
|
|
3638
|
+
installSteps: [
|
|
3639
|
+
"Run `npx tembro init` and reuse the CRM block inside an existing workspace route.",
|
|
3640
|
+
"Connect stage counts, owners, and next actions to live CRM entities before release.",
|
|
3641
|
+
"Escalate to the CRM template only when the page needs reports, settings, and multiple sections together."
|
|
3642
|
+
],
|
|
3643
|
+
dependencyGroups: [
|
|
3644
|
+
"Stage summaries",
|
|
3645
|
+
"Owner badges",
|
|
3646
|
+
"Activity feed",
|
|
3647
|
+
"Tabs and headers"
|
|
3648
|
+
],
|
|
3649
|
+
copyTargets: ["components/blocks/crm/pipeline-summary.tsx", "components/blocks/crm/account-activity.tsx"],
|
|
3650
|
+
notes: ["CRM sections lose clarity when actions are hidden; keep stage, owner, and next-step signals visible.", "This block should stay narrower than the full CRM workspace template."]
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
slug: "users-table",
|
|
3654
|
+
title: "Users Table",
|
|
3655
|
+
description: "Advanced table with filters and actions.",
|
|
3656
|
+
bestFor: "Management tables with filters, row actions, bulk actions, and compact result scanning.",
|
|
3657
|
+
category: "Table",
|
|
3658
|
+
tags: [
|
|
3659
|
+
"Data",
|
|
3660
|
+
"Filters",
|
|
3661
|
+
"Bulk actions"
|
|
3662
|
+
],
|
|
3663
|
+
uses: [
|
|
3664
|
+
"DataTable",
|
|
3665
|
+
"PageToolbar",
|
|
3666
|
+
"Button",
|
|
3667
|
+
"Badge"
|
|
3668
|
+
],
|
|
3669
|
+
tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
|
|
3670
|
+
href: M("users-table"),
|
|
3671
|
+
previewHref: "/preview/blocks/table-01",
|
|
3672
|
+
previewTone: "table",
|
|
3673
|
+
layout: "Application",
|
|
3674
|
+
theme: "Light",
|
|
3675
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3676
|
+
installSteps: [
|
|
3677
|
+
"Run `npx tembro init` and move the table block into the target resource page.",
|
|
3678
|
+
"Map columns, row identifiers, and action callbacks to your real API contract.",
|
|
3679
|
+
"Keep pagination, filters, and bulk actions aligned with backend capabilities."
|
|
3680
|
+
],
|
|
3681
|
+
dependencyGroups: [
|
|
3682
|
+
"Data table",
|
|
3683
|
+
"Toolbar filters",
|
|
3684
|
+
"Bulk actions",
|
|
3685
|
+
"Status badges"
|
|
3686
|
+
],
|
|
3687
|
+
copyTargets: ["components/blocks/tables/users-table.tsx", "components/blocks/tables/table-toolbar.tsx"],
|
|
3688
|
+
notes: ["Prefer this block for one resource section; use a template when the whole page needs navigation and surrounding analytics.", "Do not treat demo filters as final product logic; they are only structural placeholders."]
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
slug: "auth-sign-in",
|
|
3692
|
+
title: "Auth Sign In",
|
|
3693
|
+
description: "Minimal sign in form with social login.",
|
|
3694
|
+
bestFor: "Entry flows that need one focused sign-in surface, trust copy, and a compact auth action stack.",
|
|
3695
|
+
category: "Auth",
|
|
3696
|
+
tags: [
|
|
3697
|
+
"Sign in",
|
|
3698
|
+
"Form",
|
|
3699
|
+
"Trust"
|
|
3700
|
+
],
|
|
3701
|
+
uses: [
|
|
3702
|
+
"Card",
|
|
3703
|
+
"Input",
|
|
3704
|
+
"Button",
|
|
3705
|
+
"Badge"
|
|
3706
|
+
],
|
|
3707
|
+
tone: "from-[color:color-mix(in_oklch,var(--aui-warning)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
3708
|
+
href: M("auth-sign-in"),
|
|
3709
|
+
previewHref: "/preview/blocks/auth-01",
|
|
3710
|
+
previewTone: "auth",
|
|
3711
|
+
layout: "Marketing",
|
|
3712
|
+
theme: "Light",
|
|
3713
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3714
|
+
installSteps: [
|
|
3715
|
+
"Run `npx tembro init` and mount the auth block on a public or gated entry route.",
|
|
3716
|
+
"Replace demo trust copy, OAuth providers, and field labels with your real auth contract.",
|
|
3717
|
+
"Use the wider auth or app template only when onboarding needs multiple steps or side content."
|
|
3718
|
+
],
|
|
3719
|
+
dependencyGroups: [
|
|
3720
|
+
"Form fields",
|
|
3721
|
+
"Card shell",
|
|
3722
|
+
"Primary CTA",
|
|
3723
|
+
"Trust badges"
|
|
3724
|
+
],
|
|
3725
|
+
copyTargets: ["components/blocks/auth/sign-in-card.tsx", "components/blocks/auth/social-auth-row.tsx"],
|
|
3726
|
+
notes: ["Keep this block conversion-focused; avoid adding unrelated settings or dashboard content to the same surface.", "Auth blocks should show trust and hierarchy clearly on mobile before they are shipped."]
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
slug: "settings-form",
|
|
3730
|
+
title: "Settings Form",
|
|
3731
|
+
description: "Profile and preferences settings form.",
|
|
3732
|
+
bestFor: "One bounded settings section with fields, toggles, save actions, and light explanatory copy.",
|
|
3733
|
+
category: "Settings",
|
|
3734
|
+
tags: [
|
|
3735
|
+
"Profile",
|
|
3736
|
+
"Preferences",
|
|
3737
|
+
"Form"
|
|
3738
|
+
],
|
|
3739
|
+
uses: [
|
|
3740
|
+
"FormFieldShell",
|
|
3741
|
+
"Input",
|
|
3742
|
+
"Switch",
|
|
3743
|
+
"Button"
|
|
3744
|
+
],
|
|
3745
|
+
tone: "from-[color:color-mix(in_oklch,var(--aui-surface-muted)_70%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
3746
|
+
href: M("settings-form"),
|
|
3747
|
+
previewTone: "settings",
|
|
3748
|
+
layout: "Application",
|
|
3749
|
+
theme: "Light",
|
|
3750
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3751
|
+
installSteps: [
|
|
3752
|
+
"Run `npx tembro init` and place the settings block inside an existing account or workspace page.",
|
|
3753
|
+
"Wire field state, validation, and save feedback to your app settings contract.",
|
|
3754
|
+
"Only move to a larger settings template when multiple settings areas need shared navigation."
|
|
3755
|
+
],
|
|
3756
|
+
dependencyGroups: [
|
|
3757
|
+
"Form wrappers",
|
|
3758
|
+
"Inputs and switches",
|
|
3759
|
+
"Save actions",
|
|
3760
|
+
"Inline helper text"
|
|
3761
|
+
],
|
|
3762
|
+
copyTargets: ["components/blocks/settings/profile-form.tsx", "components/blocks/settings/preferences-section.tsx"],
|
|
3763
|
+
notes: ["This block is for one settings slice, not an entire account management surface.", "Keep destructive account actions separate from routine preference editing."]
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
slug: "invoices-page",
|
|
3767
|
+
title: "Invoices Page",
|
|
3768
|
+
description: "Invoices list with status and actions.",
|
|
3769
|
+
bestFor: "Billing or finance tables that need status columns, invoice actions, and readable operational totals.",
|
|
3770
|
+
category: "Table",
|
|
3771
|
+
tags: [
|
|
3772
|
+
"Finance",
|
|
3773
|
+
"Invoices",
|
|
3774
|
+
"Status"
|
|
3775
|
+
],
|
|
3776
|
+
uses: [
|
|
3777
|
+
"DataTable",
|
|
3778
|
+
"Badge",
|
|
3779
|
+
"Button",
|
|
3780
|
+
"ResourcePage"
|
|
3781
|
+
],
|
|
3782
|
+
tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
|
|
3783
|
+
href: M("invoices-page"),
|
|
3784
|
+
previewHref: "/preview/blocks/table-01",
|
|
3785
|
+
previewTone: "table",
|
|
3786
|
+
layout: "Application",
|
|
3787
|
+
theme: "Soft",
|
|
3788
|
+
relatedTemplateSlug: "dashboard-starter",
|
|
3789
|
+
installSteps: [
|
|
3790
|
+
"Run `npx tembro init` and copy the invoice block into the billing route.",
|
|
3791
|
+
"Connect payment status, row actions, and export flows to real finance data.",
|
|
3792
|
+
"Keep summaries close to the table instead of turning the block into a full finance dashboard."
|
|
3793
|
+
],
|
|
3794
|
+
dependencyGroups: [
|
|
3795
|
+
"Table rows",
|
|
3796
|
+
"Invoice status badges",
|
|
3797
|
+
"Header actions",
|
|
3798
|
+
"Finance filters"
|
|
3799
|
+
],
|
|
3800
|
+
copyTargets: ["components/blocks/finance/invoices-table.tsx", "components/blocks/finance/invoice-actions.tsx"],
|
|
3801
|
+
notes: ["Finance blocks need explicit status language; avoid vague marketing labels in invoice rows.", "When the page needs broader reporting and settings, step up to a template-level surface."]
|
|
3802
|
+
}
|
|
3803
|
+
], mt = T, ht = [
|
|
3804
|
+
[
|
|
3805
|
+
"variant",
|
|
3806
|
+
"'default' | 'secondary' | ...",
|
|
3807
|
+
"'default'",
|
|
3808
|
+
"The visual style of the button."
|
|
3809
|
+
],
|
|
3810
|
+
[
|
|
3811
|
+
"size",
|
|
3812
|
+
"'xs' | 'sm' | 'md' | 'lg' | 'xl'",
|
|
3813
|
+
"'md'",
|
|
3814
|
+
"The size of the button."
|
|
3815
|
+
],
|
|
3816
|
+
[
|
|
3817
|
+
"asChild",
|
|
3818
|
+
"boolean",
|
|
3819
|
+
"false",
|
|
3820
|
+
"Render as a child element using Slot."
|
|
3821
|
+
],
|
|
3822
|
+
[
|
|
3823
|
+
"disabled",
|
|
3824
|
+
"boolean",
|
|
3825
|
+
"false",
|
|
3826
|
+
"Disables the button."
|
|
3827
|
+
],
|
|
3828
|
+
[
|
|
3829
|
+
"className",
|
|
3830
|
+
"string",
|
|
3831
|
+
"-",
|
|
3832
|
+
"Additional CSS classes."
|
|
3833
|
+
],
|
|
3834
|
+
[
|
|
3835
|
+
"onClick",
|
|
3836
|
+
"(e: MouseEvent) => void",
|
|
3837
|
+
"-",
|
|
3838
|
+
"Click event handler."
|
|
3839
|
+
]
|
|
3840
|
+
], gt = [
|
|
3841
|
+
"Installation",
|
|
3842
|
+
"Variations",
|
|
3843
|
+
"Sizes",
|
|
3844
|
+
"States",
|
|
3845
|
+
"Icon buttons",
|
|
3846
|
+
"Block button",
|
|
3847
|
+
"Examples",
|
|
3848
|
+
"API Reference",
|
|
3849
|
+
"Accessibility"
|
|
3850
|
+
], _t = [
|
|
3851
|
+
{
|
|
3852
|
+
title: "Action buttons",
|
|
3853
|
+
cta: "Save changes"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
title: "Icon with text",
|
|
3857
|
+
cta: "Send message"
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
title: "Loading state",
|
|
3861
|
+
cta: "Processing..."
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
title: "Destructive action",
|
|
3865
|
+
cta: "Delete item"
|
|
3866
|
+
}
|
|
3867
|
+
], vt = [
|
|
3868
|
+
"Tab to focus",
|
|
3869
|
+
"Visible focus ring",
|
|
3870
|
+
"Enter / Space to activate"
|
|
3871
|
+
], yt = [
|
|
3872
|
+
"Role: button",
|
|
3873
|
+
"Name is programmatically determinable",
|
|
3874
|
+
"Minimum touch target (44x44px)",
|
|
3875
|
+
"Sufficient color contrast"
|
|
3876
|
+
], bt = [
|
|
3877
|
+
{
|
|
3878
|
+
title: "Home",
|
|
3879
|
+
description: "Open the landing page with the product overview.",
|
|
3880
|
+
href: "/",
|
|
3881
|
+
group: "Docs",
|
|
3882
|
+
shortcut: "H",
|
|
3883
|
+
keywords: [
|
|
3884
|
+
"home",
|
|
3885
|
+
"landing",
|
|
3886
|
+
"overview",
|
|
3887
|
+
"introduction"
|
|
3888
|
+
]
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
title: "Blocks",
|
|
3892
|
+
description: "Browse reusable blocks and layout sections.",
|
|
3893
|
+
href: "/blocks",
|
|
3894
|
+
group: "Blocks",
|
|
3895
|
+
shortcut: "B",
|
|
3896
|
+
featured: !0,
|
|
3897
|
+
keywords: [
|
|
3898
|
+
"blocks",
|
|
3899
|
+
"catalog",
|
|
3900
|
+
"templates",
|
|
3901
|
+
"dashboards",
|
|
3902
|
+
"marketing",
|
|
3903
|
+
"layout patterns"
|
|
3904
|
+
]
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
title: "Components",
|
|
3908
|
+
description: "Browse component docs and related modules.",
|
|
3909
|
+
href: "/components",
|
|
3910
|
+
group: "Docs",
|
|
3911
|
+
shortcut: "C",
|
|
3912
|
+
keywords: [
|
|
3913
|
+
"components",
|
|
3914
|
+
"catalog",
|
|
3915
|
+
"docs",
|
|
3916
|
+
"family",
|
|
3917
|
+
"category"
|
|
3918
|
+
]
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
title: "Developer inventory",
|
|
3922
|
+
description: "Open the export inventory with primary components, groups, and member routes.",
|
|
3923
|
+
href: "/components/registry",
|
|
3924
|
+
group: "Docs",
|
|
3925
|
+
shortcut: "R",
|
|
3926
|
+
keywords: [
|
|
3927
|
+
"developer inventory",
|
|
3928
|
+
"registry",
|
|
3929
|
+
"inventory",
|
|
3930
|
+
"exports",
|
|
3931
|
+
"component list",
|
|
3932
|
+
"source of truth"
|
|
3933
|
+
]
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
title: "Changelog",
|
|
3937
|
+
description: "Read release notes and track API and docs changes.",
|
|
3938
|
+
href: "/changelog",
|
|
3939
|
+
group: "Docs",
|
|
3940
|
+
shortcut: "L",
|
|
3941
|
+
keywords: [
|
|
3942
|
+
"changelog",
|
|
3943
|
+
"release",
|
|
3944
|
+
"history",
|
|
3945
|
+
"changes",
|
|
3946
|
+
"version"
|
|
3947
|
+
]
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
title: "Command page",
|
|
3951
|
+
description: "Open the full route index and quick command page.",
|
|
3952
|
+
href: "/command",
|
|
3953
|
+
group: "Docs",
|
|
3954
|
+
shortcut: "K",
|
|
3955
|
+
keywords: [
|
|
3956
|
+
"command",
|
|
3957
|
+
"search",
|
|
3958
|
+
"palette",
|
|
3959
|
+
"route index",
|
|
3960
|
+
"jump"
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
title: "Installation",
|
|
3965
|
+
description: "Initialize the project, write theme tokens, and copy working CLI commands.",
|
|
3966
|
+
href: "/docs/installation",
|
|
3967
|
+
group: "Docs",
|
|
3968
|
+
shortcut: "I",
|
|
3969
|
+
featured: !0,
|
|
3970
|
+
keywords: [
|
|
3971
|
+
"installation",
|
|
3972
|
+
"setup",
|
|
3973
|
+
"npm",
|
|
3974
|
+
"theme",
|
|
3975
|
+
"tembro",
|
|
3976
|
+
"cli"
|
|
3977
|
+
]
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
title: "Next.js installation",
|
|
3981
|
+
description: "Initialize tembro in a Next.js app and write local component files.",
|
|
3982
|
+
href: "/docs/installation/next",
|
|
3983
|
+
group: "Docs",
|
|
3984
|
+
shortcut: "I",
|
|
3985
|
+
keywords: [
|
|
3986
|
+
"installation",
|
|
3987
|
+
"next",
|
|
3988
|
+
"nextjs",
|
|
3989
|
+
"setup",
|
|
3990
|
+
"init",
|
|
3991
|
+
"tailwind",
|
|
3992
|
+
"cli"
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
title: "Vite installation",
|
|
3997
|
+
description: "Initialize tembro in a Vite app and write local component files.",
|
|
3998
|
+
href: "/docs/installation/vite",
|
|
3999
|
+
group: "Docs",
|
|
4000
|
+
shortcut: "I",
|
|
4001
|
+
keywords: [
|
|
4002
|
+
"installation",
|
|
4003
|
+
"vite",
|
|
4004
|
+
"setup",
|
|
4005
|
+
"init",
|
|
4006
|
+
"tailwind",
|
|
4007
|
+
"cli"
|
|
4008
|
+
]
|
|
4009
|
+
},
|
|
4010
|
+
...Z().flatMap((e) => [{
|
|
4011
|
+
title: e.title,
|
|
4012
|
+
description: e.description,
|
|
4013
|
+
href: `/components/${e.slug}`,
|
|
4014
|
+
group: "Components",
|
|
4015
|
+
shortcut: "C",
|
|
4016
|
+
featured: e.slug === "button" || e.slug === "input" || e.slug === "dialog" || e.slug === "select" || e.slug === "card",
|
|
4017
|
+
keywords: [
|
|
4018
|
+
e.slug,
|
|
4019
|
+
e.title,
|
|
4020
|
+
e.category,
|
|
4021
|
+
L(e.slug),
|
|
4022
|
+
Ze(e.slug),
|
|
4023
|
+
...e.features,
|
|
4024
|
+
"component",
|
|
4025
|
+
"detail",
|
|
4026
|
+
"usage",
|
|
4027
|
+
"installation"
|
|
4028
|
+
]
|
|
4029
|
+
}]),
|
|
4030
|
+
...Q().map((e) => ({
|
|
4031
|
+
title: `${e.title} in ${e.surfaceTitle}`,
|
|
4032
|
+
description: `${e.summary} Documented inside the ${e.surfaceTitle} surface under ${e.sectionLabel.toLowerCase()}.`,
|
|
4033
|
+
href: e.href,
|
|
4034
|
+
group: "Components",
|
|
4035
|
+
shortcut: "M",
|
|
4036
|
+
keywords: [
|
|
4037
|
+
e.title,
|
|
4038
|
+
e.slug,
|
|
4039
|
+
e.component,
|
|
4040
|
+
e.surfaceTitle,
|
|
4041
|
+
e.surfaceSlug,
|
|
4042
|
+
e.sectionLabel,
|
|
4043
|
+
e.maturity,
|
|
4044
|
+
"member",
|
|
4045
|
+
"surface",
|
|
4046
|
+
"variant",
|
|
4047
|
+
"wrapper"
|
|
4048
|
+
]
|
|
4049
|
+
})),
|
|
4050
|
+
...$.map((e) => ({
|
|
4051
|
+
title: `${e.title} group`,
|
|
4052
|
+
description: `${e.description} Open the grouped docs surface for related exports and usage boundaries.`,
|
|
4053
|
+
href: e.href,
|
|
4054
|
+
group: "Components",
|
|
4055
|
+
shortcut: "F",
|
|
4056
|
+
featured: e.slug === "data-table" || e.slug === "form" || e.slug === "layout",
|
|
4057
|
+
keywords: [
|
|
4058
|
+
e.slug,
|
|
4059
|
+
e.title,
|
|
4060
|
+
e.category,
|
|
4061
|
+
...e.features,
|
|
4062
|
+
...e.exports,
|
|
4063
|
+
"component group",
|
|
4064
|
+
"catalog",
|
|
4065
|
+
"system"
|
|
4066
|
+
]
|
|
4067
|
+
})),
|
|
4068
|
+
...$.flatMap((e) => e.exports.map((t) => ({
|
|
4069
|
+
title: `${t} API`,
|
|
4070
|
+
description: `${e.title} export detail with import path, related docs and usage context.`,
|
|
4071
|
+
href: Ee(e.slug, t),
|
|
4072
|
+
group: "Components",
|
|
4073
|
+
shortcut: "E",
|
|
4074
|
+
keywords: [
|
|
4075
|
+
t,
|
|
4076
|
+
e.title,
|
|
4077
|
+
e.slug,
|
|
4078
|
+
...e.features,
|
|
4079
|
+
"export",
|
|
4080
|
+
"api",
|
|
4081
|
+
"component"
|
|
4082
|
+
]
|
|
4083
|
+
})))
|
|
4084
|
+
];
|
|
4085
|
+
//#endregion
|
|
4086
|
+
export { he as CLI_ADD_COMMAND, pe as CLI_INIT_NEXT_COMMAND, me as CLI_INIT_VITE_COMMAND, ge as CLI_INSTALL_COMMAND, w as CLI_PACKAGE_NAME, _e as CLI_THEME_COMMAND, fe as DOCS_APP_NAME, Se as DOCS_RELEASES_URL, be as DOCS_REPO_URL, D as DOCS_ROOT_PATH, ye as PACKAGE_GITHUB_RELEASES_URL, E as PACKAGE_GITHUB_URL, de as PACKAGE_IMPORT, T as PACKAGE_INSTALL_COMMAND, ue as PACKAGE_NAME, ve as PACKAGE_NPM_URL, xe as PACKAGE_RELEASES_URL, we as PACKAGE_RELEASE_DATE, Ce as PACKAGE_VERSION, yt as accessibilityChecks, pt as blockCards, dt as blockCoverageSections, ct as blockLayoutFilters, M as blockPath, ut as blockSortOptions, st as blockTabs, lt as blockThemeFilters, K as componentCatalog, k as componentDocsPath, Ee as componentExportPath, Te as componentExportSlug, P as componentGroupMeta, N as componentGroupOrder, $ as componentModuleCatalog, j as componentModulePath, A as componentPlaygroundPath, Fe as componentRelations, at as docsSidebar, _t as exampleCards, ft as featuredBlock, $e as getComponentDetailSidebarItems, et as getComponentDetailSidebarSections, L as getComponentGroup, Pe as getComponentGroupDetails, Y as getComponentSurfaceCatalogItem, tt as getComponentSurfaceSections, nt as getDocumentedMemberByComponent, rt as getDocumentedMembersByComponents, Z as getPrimaryComponentCatalog, Q as getPrimaryComponentMemberInventory, X as getPrimaryComponentSurfaceSlug, Ze as getPrimaryComponentSurfaceTitle, Qe as getVisibleComponentCatalog, bt as globalSearchItems, vt as inspectorChecks, mt as installCommand, Xe as isPrimaryComponentSurface, ot as playgroundSidebar, it as primaryNav, ht as propRows, O as releaseHistory, De as templatePath, gt as tocItems };
|