tembro 3.1.1 → 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 +23 -1
- package/dist/components/actions/index.d.ts +0 -1
- package/dist/components/actions/public.d.ts +0 -1
- package/dist/components/charts/index.d.ts +1 -3
- 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/data-table/public.d.ts +0 -5
- package/dist/components/display/index.d.ts +4 -10
- package/dist/components/display/qr-code.cjs +1 -0
- package/dist/components/display/qr-code.d.ts +18 -0
- package/dist/components/display/qr-code.js +1 -0
- package/dist/components/display/virtual-list.d.ts +2 -1
- 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/index.d.ts +2 -0
- package/dist/components/inputs/public.d.ts +2 -0
- 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/layout/app-sidebar.d.ts +9 -2
- 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/index.d.ts +0 -4
- package/dist/components/layout/public.d.ts +0 -4
- package/dist/components/layout/sidebar-nav.d.ts +6 -1
- 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.d.ts +2 -3
- package/dist/components/modern/rich-text-editor.d.ts +17 -3
- package/dist/components/navigation/index.d.ts +0 -5
- package/dist/components/overlay/confirm-dialog.d.ts +17 -5
- package/dist/components/overlay/index.d.ts +0 -3
- 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/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/index.d.ts +7 -0
- 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.d.ts +7 -0
- 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.d.ts +4 -1
- package/dist/components/ui/accordion/index.d.ts +8 -12
- package/dist/components/ui/checkbox/index.d.ts +8 -2
- package/dist/components/ui/input/decorator.d.ts +1 -1
- package/dist/components/upload/index.d.ts +0 -2
- package/dist/index.d.ts +2 -2
- package/dist/showcase/package-meta.d.ts +3 -3
- 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/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/qr-code/index.cjs +1 -0
- package/dist/showcase/premium/qr-code/index.d.ts +2 -0
- package/dist/showcase/premium/qr-code/index.js +1 -0
- package/dist/showcase/premium/qr-code/mock.cjs +1 -0
- package/dist/showcase/premium/qr-code/mock.d.ts +2 -0
- package/dist/showcase/premium/qr-code/mock.js +1 -0
- package/dist/showcase/premium/qr-code/showcase.cjs +1 -0
- package/dist/showcase/premium/qr-code/showcase.d.ts +2 -0
- package/dist/showcase/premium/qr-code/showcase.js +1 -0
- package/dist/showcase/premium/rich-text-editor/index.cjs +1 -0
- package/dist/showcase/premium/rich-text-editor/index.d.ts +2 -0
- package/dist/showcase/premium/rich-text-editor/index.js +1 -0
- package/dist/showcase/premium/rich-text-editor/mock.cjs +1 -0
- package/dist/showcase/premium/rich-text-editor/mock.d.ts +2 -0
- package/dist/showcase/premium/rich-text-editor/mock.js +1 -0
- package/dist/showcase/premium/rich-text-editor/showcase.cjs +1 -0
- package/dist/showcase/premium/rich-text-editor/showcase.d.ts +2 -0
- package/dist/showcase/premium/rich-text-editor/showcase.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/statistic/showcase.d.ts +2 -1
- 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/src/components/actions/index.cjs +1 -1
- package/dist/src/components/actions/index.js +2 -3
- package/dist/src/components/actions/public.cjs +1 -1
- package/dist/src/components/actions/public.js +2 -3
- package/dist/src/components/charts/index.cjs +1 -1
- package/dist/src/components/charts/index.js +2 -4
- package/dist/src/components/charts/progress-circle.cjs +1 -0
- package/dist/src/components/charts/progress-circle.js +5 -0
- package/dist/src/components/data-table/demo.cjs +1 -1
- package/dist/src/components/data-table/demo.js +5 -25
- package/dist/src/components/data-table/index.cjs +1 -1
- package/dist/src/components/data-table/index.js +5 -5
- package/dist/src/components/data-table/public.cjs +1 -1
- package/dist/src/components/data-table/public.js +2 -7
- package/dist/src/components/display/demo.cjs +1 -1
- package/dist/src/components/display/demo.js +1 -6
- package/dist/src/components/display/index.cjs +1 -1
- package/dist/src/components/display/index.js +19 -25
- package/dist/src/components/display/info-card.cjs +1 -1
- package/dist/src/components/display/info-card.js +30 -19
- 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 -1
- package/dist/src/components/display/statistic.js +24 -3
- package/dist/src/components/display/tag.cjs +1 -1
- package/dist/src/components/display/tag.js +13 -8
- package/dist/src/components/display/typography.cjs +1 -1
- package/dist/src/components/display/typography.js +36 -28
- package/dist/src/components/feedback/page-state.cjs +1 -1
- package/dist/src/components/feedback/page-state.js +9 -0
- package/dist/src/components/form/form-field-shell.cjs +1 -1
- package/dist/src/components/form/form-field-shell.js +9 -10
- package/dist/src/components/inputs/async-select.cjs +1 -1
- package/dist/src/components/inputs/async-select.js +36 -30
- 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 -1
- package/dist/src/components/inputs/demo.js +0 -8
- package/dist/src/components/inputs/index.cjs +1 -1
- package/dist/src/components/inputs/index.js +3 -1
- package/dist/src/components/inputs/public.cjs +1 -1
- package/dist/src/components/inputs/public.js +3 -1
- package/dist/src/components/inputs/signature-pad.cjs +1 -0
- package/dist/src/components/inputs/signature-pad.js +118 -0
- package/dist/src/components/layout/app-sidebar.cjs +1 -1
- package/dist/src/components/layout/app-sidebar.js +211 -189
- 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 -1
- package/dist/src/components/layout/demo.js +1 -5
- package/dist/src/components/layout/index.cjs +1 -1
- package/dist/src/components/layout/index.js +3 -7
- package/dist/src/components/layout/public.cjs +1 -1
- package/dist/src/components/layout/public.js +2 -6
- package/dist/src/components/layout/sidebar-nav.cjs +1 -1
- package/dist/src/components/layout/sidebar-nav.js +105 -84
- 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 -1
- package/dist/src/components/modern/index.js +6 -7
- package/dist/src/components/modern/rich-text-editor.cjs +1 -1
- package/dist/src/components/modern/rich-text-editor.js +164 -17
- package/dist/src/components/navigation/demo.cjs +1 -1
- package/dist/src/components/navigation/demo.js +1 -6
- package/dist/src/components/navigation/index.cjs +1 -1
- package/dist/src/components/navigation/index.js +2 -7
- package/dist/src/components/overlay/confirm-dialog.cjs +1 -1
- package/dist/src/components/overlay/confirm-dialog.js +54 -33
- package/dist/src/components/overlay/index.cjs +1 -1
- package/dist/src/components/overlay/index.js +3 -6
- 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/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/index.cjs +1 -1
- package/dist/src/components/patterns/index.js +10 -3
- 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 -1
- package/dist/src/components/patterns/public.js +10 -3
- package/dist/src/components/patterns/resource-detail-page.cjs +1 -1
- package/dist/src/components/patterns/resource-detail-page.js +8 -8
- package/dist/src/components/patterns/resource-page.cjs +1 -1
- package/dist/src/components/patterns/resource-page.js +1 -1
- 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 -1
- package/dist/src/components/theme-provider.js +33 -21
- package/dist/src/components/ui/accordion/index.cjs +1 -1
- package/dist/src/components/ui/accordion/index.js +3 -27
- package/dist/src/components/ui/badge/index.cjs +1 -1
- package/dist/src/components/ui/badge/index.js +19 -24
- package/dist/src/components/ui/button/index.cjs +1 -1
- package/dist/src/components/ui/button/index.js +20 -21
- package/dist/src/components/ui/card/index.cjs +1 -1
- package/dist/src/components/ui/card/index.js +21 -20
- package/dist/src/components/ui/checkbox/index.cjs +1 -1
- package/dist/src/components/ui/checkbox/index.js +31 -20
- package/dist/src/components/ui/dialog/index.cjs +1 -1
- package/dist/src/components/ui/dialog/index.js +11 -11
- package/dist/src/components/ui/dropdown-menu/index.cjs +1 -1
- package/dist/src/components/ui/dropdown-menu/index.js +21 -23
- package/dist/src/components/ui/input/group.cjs +1 -1
- package/dist/src/components/ui/input/group.js +2 -1
- package/dist/src/components/ui/input/index.cjs +1 -1
- package/dist/src/components/ui/input/index.js +9 -5
- package/dist/src/components/ui/input/password.cjs +1 -1
- package/dist/src/components/ui/input/password.js +2 -3
- package/dist/src/components/ui/popover/index.cjs +1 -1
- package/dist/src/components/ui/popover/index.js +10 -10
- package/dist/src/components/ui/select/index.cjs +1 -1
- package/dist/src/components/ui/select/index.js +12 -12
- package/dist/src/components/ui/tabs/index.cjs +1 -1
- package/dist/src/components/ui/tabs/index.js +6 -6
- package/dist/src/components/upload/demo.cjs +1 -1
- package/dist/src/components/upload/demo.js +1 -5
- package/dist/src/components/upload/file-upload.cjs +1 -1
- package/dist/src/components/upload/file-upload.js +18 -0
- package/dist/src/components/upload/index.cjs +1 -1
- package/dist/src/components/upload/index.js +1 -2
- package/dist/src/index.cjs +1 -1
- package/dist/src/index.js +109 -127
- package/dist/src/public-component-surface.cjs +1 -1
- package/dist/src/public-component-surface.js +74 -4
- package/dist/src/showcase/demo-snippets/actions/index.cjs +6 -6
- package/dist/src/showcase/demo-snippets/actions/index.js +1 -1
- package/dist/src/showcase/fallback.cjs +3 -3
- package/dist/src/showcase/fallback.js +179 -336
- package/dist/src/showcase/package-meta.cjs +1 -1
- package/dist/src/showcase/package-meta.js +1 -1
- package/dist/src/showcase/premium/app-sidebar/mock.cjs +25 -6
- package/dist/src/showcase/premium/app-sidebar/mock.js +7 -5
- package/dist/src/showcase/premium/app-sidebar/showcase.cjs +1 -1
- package/dist/src/showcase/premium/app-sidebar/showcase.js +147 -63
- package/dist/src/showcase/premium/{command-bar → color-picker}/index.cjs +1 -1
- 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/data-table/showcase.cjs +1 -1
- package/dist/src/showcase/premium/data-table/showcase.js +6 -6
- package/dist/src/showcase/premium/file-upload/mock.cjs +6 -1
- package/dist/src/showcase/premium/file-upload/mock.js +3 -2
- package/dist/src/showcase/premium/file-upload/showcase.cjs +1 -1
- package/dist/src/showcase/premium/file-upload/showcase.js +89 -36
- package/dist/src/showcase/premium/{copy-field → image-cropper}/index.cjs +1 -1
- 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/index.cjs +1 -1
- package/dist/src/showcase/premium/index.js +352 -498
- package/dist/src/showcase/premium/input/mock.cjs +17 -36
- package/dist/src/showcase/premium/input/mock.js +3 -2
- package/dist/src/showcase/premium/input/showcase.cjs +1 -1
- package/dist/src/showcase/premium/input/showcase.js +326 -175
- package/dist/src/showcase/premium/page-state/mock.cjs +11 -8
- package/dist/src/showcase/premium/page-state/mock.js +5 -5
- package/dist/src/showcase/premium/page-state/showcase.cjs +1 -1
- package/dist/src/showcase/premium/page-state/showcase.js +59 -31
- package/dist/src/showcase/premium/{accordion → qr-code}/index.cjs +1 -1
- 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/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/{descriptions → signature-pad}/index.cjs +1 -1
- 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/statistic/mock.cjs +2 -2
- package/dist/src/showcase/premium/statistic/mock.js +1 -1
- package/dist/src/showcase/premium/statistic/showcase.cjs +1 -1
- package/dist/src/showcase/premium/statistic/showcase.js +72 -50
- package/dist/src/showcase/premium/tag/showcase.cjs +1 -1
- package/dist/src/showcase/premium/tag/showcase.js +82 -13
- package/dist/src/showcase/preview-catalog.cjs +1 -2
- package/dist/src/showcase/preview-catalog.js +2 -2
- package/dist/src/showcase/preview-compositions.cjs +1 -0
- package/dist/src/showcase/preview-compositions.js +50 -0
- package/dist/src/showcase/registry-quality.cjs +1 -1
- package/dist/src/showcase/registry-quality.js +4 -19
- package/dist/src/showcase/registry-specific.cjs +1 -1
- package/dist/src/showcase/registry-specific.js +272 -430
- package/dist/src/showcase/render-registry-preview.cjs +1 -1
- package/dist/src/showcase/render-registry-preview.js +233 -338
- package/dist/src/showcase/site-data.cjs +1 -1
- package/dist/src/showcase/site-data.js +365 -1422
- package/dist/src/showcase/tembro-registry.json.cjs +1 -1
- package/dist/src/showcase/tembro-registry.json.js +76 -57
- package/package.json +16 -7
- package/packages/cli/dist/index.cjs +931 -123
- 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/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/demo.tsx +0 -25
- package/packages/cli/vendor/src/components/data-table/public.ts +0 -5
- package/packages/cli/vendor/src/components/display/demo.tsx +0 -5
- package/packages/cli/vendor/src/components/display/index.ts +12 -18
- package/packages/cli/vendor/src/components/display/info-card.tsx +35 -27
- package/packages/cli/vendor/src/components/display/qr-code.tsx +101 -0
- 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 +18 -16
- 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/inputs/async-select.tsx +47 -73
- 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/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 +168 -112
- 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/image-cropper.tsx +226 -0
- package/packages/cli/vendor/src/components/modern/index.ts +2 -3
- package/packages/cli/vendor/src/components/modern/rich-text-editor.tsx +170 -29
- 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/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 +15 -19
- 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 +9 -13
- 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 +10 -10
- package/packages/cli/vendor/src/public-component-surface.ts +27 -13
- package/packages/cli/vendor/src/showcase/demo-snippets/actions/index.ts +6 -6
- package/packages/cli/vendor/src/showcase/fallback.tsx +20 -137
- package/packages/cli/vendor/src/showcase/package-meta.ts +2 -2
- package/packages/cli/vendor/src/showcase/premium/app-sidebar/mock.ts +29 -9
- package/packages/cli/vendor/src/showcase/premium/app-sidebar/showcase.tsx +60 -17
- 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/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/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 +28 -76
- 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/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 -0
- package/packages/cli/vendor/src/showcase/premium/qr-code/mock.ts +15 -0
- package/packages/cli/vendor/src/showcase/premium/qr-code/showcase.tsx +12 -0
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/index.ts +2 -0
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/mock.ts +15 -0
- package/packages/cli/vendor/src/showcase/premium/rich-text-editor/showcase.tsx +12 -0
- 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/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/preview-catalog.tsx +2 -2
- 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 +31 -132
- package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +37 -117
- package/packages/cli/vendor/src/showcase/site-data.tsx +70 -489
- package/packages/cli/vendor/src/showcase/tembro-registry.json +373 -347
- package/packages/cli/vendor/templates/styles/globals.css +793 -12
- package/registry.json +82 -39
- 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 -1
- 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 -1
- package/dist/components/charts/kpi.cjs +0 -1
- package/dist/components/charts/kpi.d.ts +0 -18
- package/dist/components/charts/kpi.js +0 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/components/display/descriptions.cjs +0 -1
- package/dist/components/display/descriptions.d.ts +0 -19
- package/dist/components/display/descriptions.js +0 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/components/display/result.cjs +0 -1
- package/dist/components/display/result.d.ts +0 -18
- package/dist/components/display/result.js +0 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/components/modern/tour.cjs +0 -1
- package/dist/components/modern/tour.d.ts +0 -14
- package/dist/components/modern/tour.js +0 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/accordion/mock.cjs +0 -1
- package/dist/showcase/premium/accordion/mock.d.ts +0 -2
- package/dist/showcase/premium/accordion/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/app-shell/mock.cjs +0 -1
- package/dist/showcase/premium/app-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/app-shell/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/clearable-input/mock.cjs +0 -1
- package/dist/showcase/premium/clearable-input/mock.d.ts +0 -2
- package/dist/showcase/premium/clearable-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/combobox/mock.cjs +0 -1
- package/dist/showcase/premium/combobox/mock.d.ts +0 -2
- package/dist/showcase/premium/combobox/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/command-bar/mock.cjs +0 -1
- package/dist/showcase/premium/command-bar/mock.d.ts +0 -2
- package/dist/showcase/premium/command-bar/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/copy-field/mock.cjs +0 -1
- package/dist/showcase/premium/copy-field/mock.d.ts +0 -2
- package/dist/showcase/premium/copy-field/mock.js +0 -1
- 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 -1
- package/dist/showcase/premium/data-table-parts/data.cjs +0 -1
- package/dist/showcase/premium/data-table-parts/data.d.ts +0 -27
- package/dist/showcase/premium/data-table-parts/data.js +0 -1
- 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 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/date-input/mock.cjs +0 -1
- package/dist/showcase/premium/date-input/mock.d.ts +0 -2
- package/dist/showcase/premium/date-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/date-range-input/mock.cjs +0 -1
- package/dist/showcase/premium/date-range-input/mock.d.ts +0 -2
- package/dist/showcase/premium/date-range-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/descriptions/mock.cjs +0 -1
- package/dist/showcase/premium/descriptions/mock.d.ts +0 -2
- package/dist/showcase/premium/descriptions/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/hover-card/mock.cjs +0 -1
- package/dist/showcase/premium/hover-card/mock.d.ts +0 -2
- package/dist/showcase/premium/hover-card/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/masked-input/mock.cjs +0 -1
- package/dist/showcase/premium/masked-input/mock.d.ts +0 -2
- package/dist/showcase/premium/masked-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/metric-grid/mock.cjs +0 -1
- package/dist/showcase/premium/metric-grid/mock.d.ts +0 -2
- package/dist/showcase/premium/metric-grid/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/modal-shell/mock.cjs +0 -1
- package/dist/showcase/premium/modal-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/modal-shell/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/money-input/mock.cjs +0 -1
- package/dist/showcase/premium/money-input/mock.d.ts +0 -2
- package/dist/showcase/premium/money-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/number-input/mock.cjs +0 -1
- package/dist/showcase/premium/number-input/mock.d.ts +0 -2
- package/dist/showcase/premium/number-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/page-container/mock.cjs +0 -1
- package/dist/showcase/premium/page-container/mock.d.ts +0 -2
- package/dist/showcase/premium/page-container/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/page-header/mock.cjs +0 -1
- package/dist/showcase/premium/page-header/mock.d.ts +0 -2
- package/dist/showcase/premium/page-header/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/page-tabs/mock.cjs +0 -1
- package/dist/showcase/premium/page-tabs/mock.d.ts +0 -2
- package/dist/showcase/premium/page-tabs/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/password-input/mock.cjs +0 -1
- package/dist/showcase/premium/password-input/mock.d.ts +0 -2
- package/dist/showcase/premium/password-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/phone-input/mock.cjs +0 -1
- package/dist/showcase/premium/phone-input/mock.d.ts +0 -2
- package/dist/showcase/premium/phone-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/property-grid/mock.cjs +0 -1
- package/dist/showcase/premium/property-grid/mock.d.ts +0 -2
- package/dist/showcase/premium/property-grid/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/quantity-input/mock.cjs +0 -1
- package/dist/showcase/premium/quantity-input/mock.d.ts +0 -2
- package/dist/showcase/premium/quantity-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/result/mock.cjs +0 -1
- package/dist/showcase/premium/result/mock.d.ts +0 -2
- package/dist/showcase/premium/result/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/search-input/mock.cjs +0 -1
- package/dist/showcase/premium/search-input/mock.d.ts +0 -2
- package/dist/showcase/premium/search-input/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/sheet-shell/mock.cjs +0 -1
- package/dist/showcase/premium/sheet-shell/mock.d.ts +0 -2
- package/dist/showcase/premium/sheet-shell/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/sidebar-nav/mock.cjs +0 -1
- package/dist/showcase/premium/sidebar-nav/mock.d.ts +0 -2
- package/dist/showcase/premium/sidebar-nav/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/simple-select/mock.cjs +0 -1
- package/dist/showcase/premium/simple-select/mock.d.ts +0 -2
- package/dist/showcase/premium/simple-select/mock.js +0 -1
- 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 -1
- 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 -1
- package/dist/showcase/premium/sticky-footer-bar/mock.cjs +0 -1
- package/dist/showcase/premium/sticky-footer-bar/mock.d.ts +0 -2
- package/dist/showcase/premium/sticky-footer-bar/mock.js +0 -1
- 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 -1
- package/dist/src/components/actions/copy-field.cjs +0 -1
- package/dist/src/components/actions/copy-field.js +0 -35
- package/dist/src/components/charts/horizontal-bar-chart.cjs +0 -1
- package/dist/src/components/charts/horizontal-bar-chart.js +0 -50
- package/dist/src/components/charts/kpi.cjs +0 -1
- package/dist/src/components/charts/kpi.js +0 -59
- package/dist/src/components/display/comparison-card.cjs +0 -1
- package/dist/src/components/display/comparison-card.js +0 -20
- package/dist/src/components/display/data-list.cjs +0 -1
- package/dist/src/components/display/data-list.js +0 -68
- package/dist/src/components/display/delta-badge.cjs +0 -1
- package/dist/src/components/display/delta-badge.js +0 -20
- package/dist/src/components/display/descriptions.cjs +0 -1
- package/dist/src/components/display/descriptions.js +0 -38
- package/dist/src/components/display/metric-grid.cjs +0 -1
- package/dist/src/components/display/metric-grid.js +0 -58
- package/dist/src/components/display/progress-circle.cjs +0 -1
- package/dist/src/components/display/progress-circle.js +0 -21
- package/dist/src/components/display/property-grid.cjs +0 -1
- package/dist/src/components/display/property-grid.js +0 -31
- package/dist/src/components/display/result.cjs +0 -1
- package/dist/src/components/display/result.js +0 -71
- package/dist/src/components/display/trend-card.cjs +0 -1
- package/dist/src/components/display/trend-card.js +0 -48
- package/dist/src/components/display/user-card.cjs +0 -1
- package/dist/src/components/display/user-card.js +0 -42
- package/dist/src/components/layout/stat-card.cjs +0 -1
- package/dist/src/components/layout/stat-card.js +0 -113
- package/dist/src/components/modern/tour.cjs +0 -1
- package/dist/src/components/modern/tour.js +0 -44
- package/dist/src/components/navigation/anchor-nav.cjs +0 -1
- package/dist/src/components/navigation/anchor-nav.js +0 -26
- package/dist/src/components/navigation/command-bar.cjs +0 -1
- package/dist/src/components/navigation/command-bar.js +0 -17
- package/dist/src/components/navigation/nav-tabs.cjs +0 -1
- package/dist/src/components/navigation/nav-tabs.js +0 -51
- package/dist/src/components/navigation/page-tabs.cjs +0 -1
- package/dist/src/components/navigation/page-tabs.js +0 -50
- package/dist/src/components/navigation/stepper-tabs.cjs +0 -1
- package/dist/src/components/navigation/stepper-tabs.js +0 -41
- package/dist/src/components/overlay/dialog-actions.cjs +0 -1
- package/dist/src/components/overlay/dialog-actions.js +0 -33
- package/dist/src/components/overlay/modal-shell.cjs +0 -1
- package/dist/src/components/overlay/modal-shell.js +0 -44
- package/dist/src/components/overlay/sheet-shell.cjs +0 -1
- package/dist/src/components/overlay/sheet-shell.js +0 -116
- package/dist/src/components/ui/hover-card.cjs +0 -1
- package/dist/src/components/ui/hover-card.js +0 -37
- package/dist/src/components/ui/input-group/index.cjs +0 -1
- package/dist/src/components/ui/input-group/index.js +0 -2
- package/dist/src/components/ui/input-primitive/index.cjs +0 -1
- package/dist/src/components/ui/input-primitive/index.js +0 -2
- package/dist/src/components/upload/file-dropzone.cjs +0 -1
- package/dist/src/components/upload/file-dropzone.js +0 -36
- package/dist/src/showcase/premium/accordion/index.js +0 -3
- package/dist/src/showcase/premium/accordion/mock.cjs +0 -23
- package/dist/src/showcase/premium/accordion/mock.js +0 -28
- package/dist/src/showcase/premium/accordion/showcase.cjs +0 -1
- package/dist/src/showcase/premium/accordion/showcase.js +0 -172
- package/dist/src/showcase/premium/app-shell/index.cjs +0 -1
- package/dist/src/showcase/premium/app-shell/index.js +0 -3
- package/dist/src/showcase/premium/app-shell/mock.cjs +0 -48
- package/dist/src/showcase/premium/app-shell/mock.js +0 -38
- package/dist/src/showcase/premium/app-shell/showcase.cjs +0 -1
- package/dist/src/showcase/premium/app-shell/showcase.js +0 -208
- package/dist/src/showcase/premium/clearable-input/index.cjs +0 -1
- package/dist/src/showcase/premium/clearable-input/index.js +0 -3
- package/dist/src/showcase/premium/clearable-input/mock.cjs +0 -16
- package/dist/src/showcase/premium/clearable-input/mock.js +0 -32
- package/dist/src/showcase/premium/clearable-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/clearable-input/showcase.js +0 -94
- package/dist/src/showcase/premium/combobox/index.cjs +0 -1
- package/dist/src/showcase/premium/combobox/index.js +0 -3
- package/dist/src/showcase/premium/combobox/mock.cjs +0 -29
- package/dist/src/showcase/premium/combobox/mock.js +0 -39
- package/dist/src/showcase/premium/combobox/showcase.cjs +0 -1
- package/dist/src/showcase/premium/combobox/showcase.js +0 -157
- package/dist/src/showcase/premium/command-bar/index.js +0 -3
- package/dist/src/showcase/premium/command-bar/mock.cjs +0 -11
- package/dist/src/showcase/premium/command-bar/mock.js +0 -26
- package/dist/src/showcase/premium/command-bar/showcase.cjs +0 -1
- package/dist/src/showcase/premium/command-bar/showcase.js +0 -107
- package/dist/src/showcase/premium/copy-field/index.js +0 -3
- package/dist/src/showcase/premium/copy-field/mock.cjs +0 -11
- package/dist/src/showcase/premium/copy-field/mock.js +0 -26
- package/dist/src/showcase/premium/copy-field/showcase.cjs +0 -1
- package/dist/src/showcase/premium/copy-field/showcase.js +0 -85
- package/dist/src/showcase/premium/data-table-parts/data.cjs +0 -1
- package/dist/src/showcase/premium/data-table-parts/data.js +0 -127
- package/dist/src/showcase/premium/data-table-parts/index.cjs +0 -1
- package/dist/src/showcase/premium/data-table-parts/index.js +0 -3
- package/dist/src/showcase/premium/data-table-parts/mock.cjs +0 -1
- package/dist/src/showcase/premium/data-table-parts/mock.js +0 -30
- package/dist/src/showcase/premium/data-table-parts/showcase.cjs +0 -1
- package/dist/src/showcase/premium/data-table-parts/showcase.js +0 -256
- package/dist/src/showcase/premium/date-input/index.cjs +0 -1
- package/dist/src/showcase/premium/date-input/index.js +0 -3
- package/dist/src/showcase/premium/date-input/mock.cjs +0 -17
- package/dist/src/showcase/premium/date-input/mock.js +0 -43
- package/dist/src/showcase/premium/date-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/date-input/showcase.js +0 -29
- package/dist/src/showcase/premium/date-range-input/index.cjs +0 -1
- package/dist/src/showcase/premium/date-range-input/index.js +0 -3
- package/dist/src/showcase/premium/date-range-input/mock.cjs +0 -17
- package/dist/src/showcase/premium/date-range-input/mock.js +0 -43
- package/dist/src/showcase/premium/date-range-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/date-range-input/showcase.js +0 -40
- package/dist/src/showcase/premium/descriptions/index.js +0 -3
- package/dist/src/showcase/premium/descriptions/mock.cjs +0 -16
- package/dist/src/showcase/premium/descriptions/mock.js +0 -19
- package/dist/src/showcase/premium/descriptions/showcase.cjs +0 -1
- package/dist/src/showcase/premium/descriptions/showcase.js +0 -85
- package/dist/src/showcase/premium/hover-card/index.cjs +0 -1
- package/dist/src/showcase/premium/hover-card/index.js +0 -3
- package/dist/src/showcase/premium/hover-card/mock.cjs +0 -10
- package/dist/src/showcase/premium/hover-card/mock.js +0 -39
- package/dist/src/showcase/premium/hover-card/showcase.cjs +0 -1
- package/dist/src/showcase/premium/hover-card/showcase.js +0 -123
- package/dist/src/showcase/premium/masked-input/index.cjs +0 -1
- package/dist/src/showcase/premium/masked-input/index.js +0 -3
- package/dist/src/showcase/premium/masked-input/mock.cjs +0 -17
- package/dist/src/showcase/premium/masked-input/mock.js +0 -43
- package/dist/src/showcase/premium/masked-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/masked-input/showcase.js +0 -33
- package/dist/src/showcase/premium/metric-grid/index.cjs +0 -1
- package/dist/src/showcase/premium/metric-grid/index.js +0 -3
- package/dist/src/showcase/premium/metric-grid/mock.cjs +0 -11
- package/dist/src/showcase/premium/metric-grid/mock.js +0 -36
- package/dist/src/showcase/premium/metric-grid/showcase.cjs +0 -1
- package/dist/src/showcase/premium/metric-grid/showcase.js +0 -133
- package/dist/src/showcase/premium/modal-shell/index.cjs +0 -1
- package/dist/src/showcase/premium/modal-shell/index.js +0 -3
- package/dist/src/showcase/premium/modal-shell/mock.cjs +0 -30
- package/dist/src/showcase/premium/modal-shell/mock.js +0 -43
- package/dist/src/showcase/premium/modal-shell/showcase.cjs +0 -1
- package/dist/src/showcase/premium/modal-shell/showcase.js +0 -148
- package/dist/src/showcase/premium/money-input/index.cjs +0 -1
- package/dist/src/showcase/premium/money-input/index.js +0 -3
- package/dist/src/showcase/premium/money-input/mock.cjs +0 -28
- package/dist/src/showcase/premium/money-input/mock.js +0 -43
- package/dist/src/showcase/premium/money-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/money-input/showcase.js +0 -21
- package/dist/src/showcase/premium/number-input/index.cjs +0 -1
- package/dist/src/showcase/premium/number-input/index.js +0 -3
- package/dist/src/showcase/premium/number-input/mock.cjs +0 -32
- package/dist/src/showcase/premium/number-input/mock.js +0 -43
- package/dist/src/showcase/premium/number-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/number-input/showcase.js +0 -23
- package/dist/src/showcase/premium/page-container/index.cjs +0 -1
- package/dist/src/showcase/premium/page-container/index.js +0 -3
- package/dist/src/showcase/premium/page-container/mock.cjs +0 -9
- package/dist/src/showcase/premium/page-container/mock.js +0 -31
- package/dist/src/showcase/premium/page-container/showcase.cjs +0 -1
- package/dist/src/showcase/premium/page-container/showcase.js +0 -79
- package/dist/src/showcase/premium/page-header/index.cjs +0 -1
- package/dist/src/showcase/premium/page-header/index.js +0 -3
- package/dist/src/showcase/premium/page-header/mock.cjs +0 -14
- package/dist/src/showcase/premium/page-header/mock.js +0 -36
- package/dist/src/showcase/premium/page-header/showcase.cjs +0 -1
- package/dist/src/showcase/premium/page-header/showcase.js +0 -70
- package/dist/src/showcase/premium/page-tabs/index.cjs +0 -1
- package/dist/src/showcase/premium/page-tabs/index.js +0 -3
- package/dist/src/showcase/premium/page-tabs/mock.cjs +0 -18
- package/dist/src/showcase/premium/page-tabs/mock.js +0 -31
- package/dist/src/showcase/premium/page-tabs/showcase.cjs +0 -1
- package/dist/src/showcase/premium/page-tabs/showcase.js +0 -121
- package/dist/src/showcase/premium/password-input/index.cjs +0 -1
- package/dist/src/showcase/premium/password-input/index.js +0 -3
- package/dist/src/showcase/premium/password-input/mock.cjs +0 -16
- package/dist/src/showcase/premium/password-input/mock.js +0 -31
- package/dist/src/showcase/premium/password-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/password-input/showcase.js +0 -104
- package/dist/src/showcase/premium/phone-input/index.cjs +0 -1
- package/dist/src/showcase/premium/phone-input/index.js +0 -3
- package/dist/src/showcase/premium/phone-input/mock.cjs +0 -17
- package/dist/src/showcase/premium/phone-input/mock.js +0 -43
- package/dist/src/showcase/premium/phone-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/phone-input/showcase.js +0 -33
- package/dist/src/showcase/premium/property-grid/index.cjs +0 -1
- package/dist/src/showcase/premium/property-grid/index.js +0 -3
- package/dist/src/showcase/premium/property-grid/mock.cjs +0 -14
- package/dist/src/showcase/premium/property-grid/mock.js +0 -26
- package/dist/src/showcase/premium/property-grid/showcase.cjs +0 -1
- package/dist/src/showcase/premium/property-grid/showcase.js +0 -93
- package/dist/src/showcase/premium/quantity-input/index.cjs +0 -1
- package/dist/src/showcase/premium/quantity-input/index.js +0 -3
- package/dist/src/showcase/premium/quantity-input/mock.cjs +0 -29
- package/dist/src/showcase/premium/quantity-input/mock.js +0 -43
- package/dist/src/showcase/premium/quantity-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/quantity-input/showcase.js +0 -23
- package/dist/src/showcase/premium/result/index.cjs +0 -1
- package/dist/src/showcase/premium/result/index.js +0 -3
- package/dist/src/showcase/premium/result/mock.cjs +0 -12
- package/dist/src/showcase/premium/result/mock.js +0 -31
- package/dist/src/showcase/premium/result/showcase.cjs +0 -1
- package/dist/src/showcase/premium/result/showcase.js +0 -98
- package/dist/src/showcase/premium/search-input/index.cjs +0 -1
- package/dist/src/showcase/premium/search-input/index.js +0 -3
- package/dist/src/showcase/premium/search-input/mock.cjs +0 -18
- package/dist/src/showcase/premium/search-input/mock.js +0 -31
- package/dist/src/showcase/premium/search-input/showcase.cjs +0 -1
- package/dist/src/showcase/premium/search-input/showcase.js +0 -113
- package/dist/src/showcase/premium/sheet-shell/index.cjs +0 -1
- package/dist/src/showcase/premium/sheet-shell/index.js +0 -3
- package/dist/src/showcase/premium/sheet-shell/mock.cjs +0 -34
- package/dist/src/showcase/premium/sheet-shell/mock.js +0 -43
- package/dist/src/showcase/premium/sheet-shell/showcase.cjs +0 -1
- package/dist/src/showcase/premium/sheet-shell/showcase.js +0 -137
- package/dist/src/showcase/premium/sidebar-nav/index.cjs +0 -1
- package/dist/src/showcase/premium/sidebar-nav/index.js +0 -3
- package/dist/src/showcase/premium/sidebar-nav/mock.cjs +0 -11
- package/dist/src/showcase/premium/sidebar-nav/mock.js +0 -32
- package/dist/src/showcase/premium/sidebar-nav/showcase.cjs +0 -1
- package/dist/src/showcase/premium/sidebar-nav/showcase.js +0 -113
- package/dist/src/showcase/premium/simple-select/index.cjs +0 -1
- package/dist/src/showcase/premium/simple-select/index.js +0 -3
- package/dist/src/showcase/premium/simple-select/mock.cjs +0 -29
- package/dist/src/showcase/premium/simple-select/mock.js +0 -43
- package/dist/src/showcase/premium/simple-select/showcase.cjs +0 -1
- package/dist/src/showcase/premium/simple-select/showcase.js +0 -114
- package/dist/src/showcase/premium/sticky-footer-bar/index.cjs +0 -1
- package/dist/src/showcase/premium/sticky-footer-bar/index.js +0 -3
- package/dist/src/showcase/premium/sticky-footer-bar/mock.cjs +0 -15
- package/dist/src/showcase/premium/sticky-footer-bar/mock.js +0 -19
- package/dist/src/showcase/premium/sticky-footer-bar/showcase.cjs +0 -1
- package/dist/src/showcase/premium/sticky-footer-bar/showcase.js +0 -37
- 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/trend-card.tsx +0 -57
- package/packages/cli/vendor/src/components/display/user-card.tsx +0 -30
- package/packages/cli/vendor/src/components/layout/stat-card.tsx +0 -165
- package/packages/cli/vendor/src/components/modern/tour.tsx +0 -72
- 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/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 -66
- 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/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/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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("../../../../_virtual/_rolldown/runtime.cjs"),t=require("../../../components/ui/button/index.cjs"),n=require("../../../components/ui/kbd/index.cjs"),r=require("../../../components/navigation/command-bar.cjs");let i=require("react");i=e.__toESM(i,1);let a=require("lucide-react"),o=require("react/jsx-runtime");var s=`border-t border-[color:var(--aui-divider)] py-6`;function c(){let[e,c]=i.useState(`bottom`),[l,u]=i.useState(!0);return(0,o.jsxs)(`div`,{className:`space-y-0`,children:[(0,o.jsxs)(`section`,{className:`pb-6`,children:[(0,o.jsx)(`p`,{className:`text-xs font-semibold uppercase tracking-[0.24em] aui-text-muted`,children:`Installed navigation helper`}),(0,o.jsx)(`h3`,{className:`mt-3 text-2xl font-semibold tracking-tight aui-text-strong`,children:`CommandBar keeps a few high-value actions nearby`}),(0,o.jsx)(`p`,{className:`mt-3 max-w-2xl text-sm leading-6 aui-text-muted`,children:`This is not a replacement for every footer or toolbar. Use it when persistent floating actions improve a long reading or review flow.`})]}),(0,o.jsx)(`section`,{className:s,children:(0,o.jsxs)(`div`,{className:`rounded-[28px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-6`,children:[(0,o.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,o.jsx)(t.Button,{size:`sm`,variant:l?`secondary`:`outline`,onClick:()=>u(e=>!e),children:l?`Hide bar`:`Show bar`}),(0,o.jsx)(t.Button,{size:`sm`,variant:e===`bottom`?`secondary`:`outline`,onClick:()=>c(`bottom`),children:`Bottom`}),(0,o.jsx)(t.Button,{size:`sm`,variant:e===`top`?`secondary`:`outline`,onClick:()=>c(`top`),children:`Top`})]}),(0,o.jsxs)(`div`,{className:`relative mt-5 min-h-[320px] overflow-hidden rounded-[24px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:[(0,o.jsxs)(`div`,{className:`max-w-2xl`,children:[(0,o.jsx)(`p`,{className:`text-lg font-semibold aui-text-strong`,children:`Quarterly release review`}),(0,o.jsx)(`p`,{className:`mt-3 text-sm leading-6 aui-text-muted`,children:`Long content benefits from a small floating action rail when the user must repeatedly approve, reject, or comment without scrolling back to a fixed footer.`}),(0,o.jsxs)(`div`,{className:`mt-6 space-y-3 text-sm leading-6 aui-text-muted`,children:[(0,o.jsx)(`p`,{children:`Keep the action set intentionally small. More than three or four actions usually means the bar should become a real toolbar instead.`}),(0,o.jsx)(`p`,{children:`Pair shortcut hints with actions only when the shortcuts are actually supported by the product.`}),(0,o.jsx)(`p`,{children:`The bar should help reading-heavy workflows, not distract from them.`})]})]}),(0,o.jsxs)(r.CommandBar,{open:l,position:e,grouped:!0,label:`Review flow`,className:`max-w-[calc(100%-2rem)]`,children:[(0,o.jsx)(n.Kbd,{children:`G`}),(0,o.jsxs)(t.Button,{size:`sm`,variant:`ghost`,children:[(0,o.jsx)(a.MessageSquareIcon,{className:`mr-2 size-4`}),`Comment`]}),(0,o.jsxs)(t.Button,{size:`sm`,variant:`outline`,children:[(0,o.jsx)(a.XIcon,{className:`mr-2 size-4`}),`Reject`]}),(0,o.jsxs)(t.Button,{size:`sm`,children:[(0,o.jsx)(a.CheckIcon,{className:`mr-2 size-4`}),`Approve`]})]})]})]})})]})}exports.CommandBarShowcase=c;
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { Button as e } from "../../../components/ui/button/index.js";
|
|
2
|
-
import { Kbd as t } from "../../../components/ui/kbd/index.js";
|
|
3
|
-
import { CommandBar as n } from "../../../components/navigation/command-bar.js";
|
|
4
|
-
import * as r from "react";
|
|
5
|
-
import { CheckIcon as i, MessageSquareIcon as a, XIcon as o } from "lucide-react";
|
|
6
|
-
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
7
|
-
//#region src/showcase/premium/command-bar/showcase.tsx
|
|
8
|
-
var l = "border-t border-[color:var(--aui-divider)] py-6";
|
|
9
|
-
function u() {
|
|
10
|
-
let [u, d] = r.useState("bottom"), [f, p] = r.useState(!0);
|
|
11
|
-
return /* @__PURE__ */ c("div", {
|
|
12
|
-
className: "space-y-0",
|
|
13
|
-
children: [/* @__PURE__ */ c("section", {
|
|
14
|
-
className: "pb-6",
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ s("p", {
|
|
17
|
-
className: "text-xs font-semibold uppercase tracking-[0.24em] aui-text-muted",
|
|
18
|
-
children: "Installed navigation helper"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ s("h3", {
|
|
21
|
-
className: "mt-3 text-2xl font-semibold tracking-tight aui-text-strong",
|
|
22
|
-
children: "CommandBar keeps a few high-value actions nearby"
|
|
23
|
-
}),
|
|
24
|
-
/* @__PURE__ */ s("p", {
|
|
25
|
-
className: "mt-3 max-w-2xl text-sm leading-6 aui-text-muted",
|
|
26
|
-
children: "This is not a replacement for every footer or toolbar. Use it when persistent floating actions improve a long reading or review flow."
|
|
27
|
-
})
|
|
28
|
-
]
|
|
29
|
-
}), /* @__PURE__ */ s("section", {
|
|
30
|
-
className: l,
|
|
31
|
-
children: /* @__PURE__ */ c("div", {
|
|
32
|
-
className: "rounded-[28px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-6",
|
|
33
|
-
children: [/* @__PURE__ */ c("div", {
|
|
34
|
-
className: "flex flex-wrap items-center gap-2",
|
|
35
|
-
children: [
|
|
36
|
-
/* @__PURE__ */ s(e, {
|
|
37
|
-
size: "sm",
|
|
38
|
-
variant: f ? "secondary" : "outline",
|
|
39
|
-
onClick: () => p((e) => !e),
|
|
40
|
-
children: f ? "Hide bar" : "Show bar"
|
|
41
|
-
}),
|
|
42
|
-
/* @__PURE__ */ s(e, {
|
|
43
|
-
size: "sm",
|
|
44
|
-
variant: u === "bottom" ? "secondary" : "outline",
|
|
45
|
-
onClick: () => d("bottom"),
|
|
46
|
-
children: "Bottom"
|
|
47
|
-
}),
|
|
48
|
-
/* @__PURE__ */ s(e, {
|
|
49
|
-
size: "sm",
|
|
50
|
-
variant: u === "top" ? "secondary" : "outline",
|
|
51
|
-
onClick: () => d("top"),
|
|
52
|
-
children: "Top"
|
|
53
|
-
})
|
|
54
|
-
]
|
|
55
|
-
}), /* @__PURE__ */ c("div", {
|
|
56
|
-
className: "relative mt-5 min-h-[320px] overflow-hidden rounded-[24px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
|
|
57
|
-
children: [/* @__PURE__ */ c("div", {
|
|
58
|
-
className: "max-w-2xl",
|
|
59
|
-
children: [
|
|
60
|
-
/* @__PURE__ */ s("p", {
|
|
61
|
-
className: "text-lg font-semibold aui-text-strong",
|
|
62
|
-
children: "Quarterly release review"
|
|
63
|
-
}),
|
|
64
|
-
/* @__PURE__ */ s("p", {
|
|
65
|
-
className: "mt-3 text-sm leading-6 aui-text-muted",
|
|
66
|
-
children: "Long content benefits from a small floating action rail when the user must repeatedly approve, reject, or comment without scrolling back to a fixed footer."
|
|
67
|
-
}),
|
|
68
|
-
/* @__PURE__ */ c("div", {
|
|
69
|
-
className: "mt-6 space-y-3 text-sm leading-6 aui-text-muted",
|
|
70
|
-
children: [
|
|
71
|
-
/* @__PURE__ */ s("p", { children: "Keep the action set intentionally small. More than three or four actions usually means the bar should become a real toolbar instead." }),
|
|
72
|
-
/* @__PURE__ */ s("p", { children: "Pair shortcut hints with actions only when the shortcuts are actually supported by the product." }),
|
|
73
|
-
/* @__PURE__ */ s("p", { children: "The bar should help reading-heavy workflows, not distract from them." })
|
|
74
|
-
]
|
|
75
|
-
})
|
|
76
|
-
]
|
|
77
|
-
}), /* @__PURE__ */ c(n, {
|
|
78
|
-
open: f,
|
|
79
|
-
position: u,
|
|
80
|
-
grouped: !0,
|
|
81
|
-
label: "Review flow",
|
|
82
|
-
className: "max-w-[calc(100%-2rem)]",
|
|
83
|
-
children: [
|
|
84
|
-
/* @__PURE__ */ s(t, { children: "G" }),
|
|
85
|
-
/* @__PURE__ */ c(e, {
|
|
86
|
-
size: "sm",
|
|
87
|
-
variant: "ghost",
|
|
88
|
-
children: [/* @__PURE__ */ s(a, { className: "mr-2 size-4" }), "Comment"]
|
|
89
|
-
}),
|
|
90
|
-
/* @__PURE__ */ c(e, {
|
|
91
|
-
size: "sm",
|
|
92
|
-
variant: "outline",
|
|
93
|
-
children: [/* @__PURE__ */ s(o, { className: "mr-2 size-4" }), "Reject"]
|
|
94
|
-
}),
|
|
95
|
-
/* @__PURE__ */ c(e, {
|
|
96
|
-
size: "sm",
|
|
97
|
-
children: [/* @__PURE__ */ s(i, { className: "mr-2 size-4" }), "Approve"]
|
|
98
|
-
})
|
|
99
|
-
]
|
|
100
|
-
})]
|
|
101
|
-
})]
|
|
102
|
-
})
|
|
103
|
-
})]
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
//#endregion
|
|
107
|
-
export { u as CommandBarShowcase };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e={code:`import { CopyField } from "tembro"
|
|
2
|
-
|
|
3
|
-
export function Example() {
|
|
4
|
-
return (
|
|
5
|
-
<CopyField
|
|
6
|
-
label="Webhook signing secret"
|
|
7
|
-
description="Use on the server only."
|
|
8
|
-
value="whsec_demo_value_123"
|
|
9
|
-
/>
|
|
10
|
-
)
|
|
11
|
-
}`,cliCommand:`npx tembro add copy-field`,highlights:[`Label, helper text, value surface, and copy action in one unit`,`Works well for tokens, endpoints, environment values, and invite links`,`Monospace value mode for technical strings`],scenarios:[{title:`Webhook secret`,description:`Expose a technical value with safety copy and one clear action.`},{title:`Endpoint URL`,description:`Share a connection string without making the user select text manually.`},{title:`Invite code`,description:`Package title and value together inside a settings screen.`}]};exports.copyFieldMock=e;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
//#region src/showcase/premium/copy-field/mock.ts
|
|
2
|
-
var e = {
|
|
3
|
-
code: "import { CopyField } from \"tembro\"\n\nexport function Example() {\n return (\n <CopyField\n label=\"Webhook signing secret\"\n description=\"Use on the server only.\"\n value=\"whsec_demo_value_123\"\n />\n )\n}",
|
|
4
|
-
cliCommand: "npx tembro add copy-field",
|
|
5
|
-
highlights: [
|
|
6
|
-
"Label, helper text, value surface, and copy action in one unit",
|
|
7
|
-
"Works well for tokens, endpoints, environment values, and invite links",
|
|
8
|
-
"Monospace value mode for technical strings"
|
|
9
|
-
],
|
|
10
|
-
scenarios: [
|
|
11
|
-
{
|
|
12
|
-
title: "Webhook secret",
|
|
13
|
-
description: "Expose a technical value with safety copy and one clear action."
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
title: "Endpoint URL",
|
|
17
|
-
description: "Share a connection string without making the user select text manually."
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
title: "Invite code",
|
|
21
|
-
description: "Package title and value together inside a settings screen."
|
|
22
|
-
}
|
|
23
|
-
]
|
|
24
|
-
};
|
|
25
|
-
//#endregion
|
|
26
|
-
export { e as copyFieldMock };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("../../../../_virtual/_rolldown/runtime.cjs"),t=require("../../../components/actions/copy-field.cjs"),n=require("../../../components/ui/badge/index.cjs");let r=require("react");r=e.__toESM(r,1);let i=require("react/jsx-runtime");var a=`border-t border-[color:var(--aui-divider)] py-6`,o={secret:`whsec_workspace_live_72AJK1P`,endpoint:`https://api.tembro.dev/webhooks/events`,invite:`ops-release-2026`};function s(){let[e,s]=r.useState(`secret`);return(0,i.jsxs)(`div`,{className:`space-y-0`,children:[(0,i.jsxs)(`section`,{className:`pb-6`,children:[(0,i.jsx)(`p`,{className:`text-xs font-semibold uppercase tracking-[0.24em] aui-text-muted`,children:`Installed action`}),(0,i.jsx)(`h3`,{className:`mt-3 text-2xl font-semibold tracking-tight aui-text-strong`,children:`CopyField is the complete value + action row`}),(0,i.jsx)(`p`,{className:`mt-3 max-w-2xl text-sm leading-6 aui-text-muted`,children:`Use it when a technical or shareable string needs label, explanation, and copy action together.`})]}),(0,i.jsx)(`section`,{className:a,children:(0,i.jsxs)(`div`,{className:`grid gap-6 xl:grid-cols-[1fr_360px]`,children:[(0,i.jsxs)(`div`,{className:`space-y-4`,children:[(0,i.jsx)(t.CopyField,{label:`Webhook signing secret`,description:`Store this on the server only.`,value:o.secret,copyButtonProps:{onCopied:()=>s(`secret`)}}),(0,i.jsx)(t.CopyField,{label:`Event endpoint`,description:`Public endpoint that receives signed events.`,value:o.endpoint,copyButtonProps:{onCopied:()=>s(`endpoint`),copyLabel:`Copy url`}}),(0,i.jsx)(t.CopyField,{label:`Invite code`,description:`Share this with internal release reviewers.`,value:o.invite,monospace:!1,copyButtonProps:{onCopied:()=>s(`invite`),variant:`secondary`}})]}),(0,i.jsxs)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] p-4`,children:[(0,i.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,i.jsx)(`p`,{className:`text-sm font-semibold aui-text-strong`,children:`Recently used row`}),(0,i.jsx)(n.Badge,{variant:`secondary`,children:e})]}),(0,i.jsxs)(`div`,{className:`mt-4 space-y-3 text-sm leading-6 aui-text-muted`,children:[(0,i.jsx)(`p`,{children:`CopyField is stronger than a naked button because the user never loses context about what will be copied.`}),(0,i.jsx)(`p`,{children:`Prefer it on settings and integration pages. In dense tables, CopyButton alone is usually enough.`})]})]})]})})]})}exports.CopyFieldShowcase=s;
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { CopyField as e } from "../../../components/actions/copy-field.js";
|
|
2
|
-
import { Badge as t } from "../../../components/ui/badge/index.js";
|
|
3
|
-
import * as n from "react";
|
|
4
|
-
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
|
-
//#region src/showcase/premium/copy-field/showcase.tsx
|
|
6
|
-
var a = "border-t border-[color:var(--aui-divider)] py-6", o = {
|
|
7
|
-
secret: "whsec_workspace_live_72AJK1P",
|
|
8
|
-
endpoint: "https://api.tembro.dev/webhooks/events",
|
|
9
|
-
invite: "ops-release-2026"
|
|
10
|
-
};
|
|
11
|
-
function s() {
|
|
12
|
-
let [s, c] = n.useState("secret");
|
|
13
|
-
return /* @__PURE__ */ i("div", {
|
|
14
|
-
className: "space-y-0",
|
|
15
|
-
children: [/* @__PURE__ */ i("section", {
|
|
16
|
-
className: "pb-6",
|
|
17
|
-
children: [
|
|
18
|
-
/* @__PURE__ */ r("p", {
|
|
19
|
-
className: "text-xs font-semibold uppercase tracking-[0.24em] aui-text-muted",
|
|
20
|
-
children: "Installed action"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ r("h3", {
|
|
23
|
-
className: "mt-3 text-2xl font-semibold tracking-tight aui-text-strong",
|
|
24
|
-
children: "CopyField is the complete value + action row"
|
|
25
|
-
}),
|
|
26
|
-
/* @__PURE__ */ r("p", {
|
|
27
|
-
className: "mt-3 max-w-2xl text-sm leading-6 aui-text-muted",
|
|
28
|
-
children: "Use it when a technical or shareable string needs label, explanation, and copy action together."
|
|
29
|
-
})
|
|
30
|
-
]
|
|
31
|
-
}), /* @__PURE__ */ r("section", {
|
|
32
|
-
className: a,
|
|
33
|
-
children: /* @__PURE__ */ i("div", {
|
|
34
|
-
className: "grid gap-6 xl:grid-cols-[1fr_360px]",
|
|
35
|
-
children: [/* @__PURE__ */ i("div", {
|
|
36
|
-
className: "space-y-4",
|
|
37
|
-
children: [
|
|
38
|
-
/* @__PURE__ */ r(e, {
|
|
39
|
-
label: "Webhook signing secret",
|
|
40
|
-
description: "Store this on the server only.",
|
|
41
|
-
value: o.secret,
|
|
42
|
-
copyButtonProps: { onCopied: () => c("secret") }
|
|
43
|
-
}),
|
|
44
|
-
/* @__PURE__ */ r(e, {
|
|
45
|
-
label: "Event endpoint",
|
|
46
|
-
description: "Public endpoint that receives signed events.",
|
|
47
|
-
value: o.endpoint,
|
|
48
|
-
copyButtonProps: {
|
|
49
|
-
onCopied: () => c("endpoint"),
|
|
50
|
-
copyLabel: "Copy url"
|
|
51
|
-
}
|
|
52
|
-
}),
|
|
53
|
-
/* @__PURE__ */ r(e, {
|
|
54
|
-
label: "Invite code",
|
|
55
|
-
description: "Share this with internal release reviewers.",
|
|
56
|
-
value: o.invite,
|
|
57
|
-
monospace: !1,
|
|
58
|
-
copyButtonProps: {
|
|
59
|
-
onCopied: () => c("invite"),
|
|
60
|
-
variant: "secondary"
|
|
61
|
-
}
|
|
62
|
-
})
|
|
63
|
-
]
|
|
64
|
-
}), /* @__PURE__ */ i("div", {
|
|
65
|
-
className: "rounded-xl border border-[color:var(--aui-divider)] p-4",
|
|
66
|
-
children: [/* @__PURE__ */ i("div", {
|
|
67
|
-
className: "flex items-center justify-between gap-3",
|
|
68
|
-
children: [/* @__PURE__ */ r("p", {
|
|
69
|
-
className: "text-sm font-semibold aui-text-strong",
|
|
70
|
-
children: "Recently used row"
|
|
71
|
-
}), /* @__PURE__ */ r(t, {
|
|
72
|
-
variant: "secondary",
|
|
73
|
-
children: s
|
|
74
|
-
})]
|
|
75
|
-
}), /* @__PURE__ */ i("div", {
|
|
76
|
-
className: "mt-4 space-y-3 text-sm leading-6 aui-text-muted",
|
|
77
|
-
children: [/* @__PURE__ */ r("p", { children: "CopyField is stronger than a naked button because the user never loses context about what will be copied." }), /* @__PURE__ */ r("p", { children: "Prefer it on settings and integration pages. In dense tables, CopyButton alone is usually enough." })]
|
|
78
|
-
})]
|
|
79
|
-
})]
|
|
80
|
-
})
|
|
81
|
-
})]
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
//#endregion
|
|
85
|
-
export { s as CopyFieldShowcase };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[`Acme Inc.`,`Larana`,`ShipFast`,`Toolpad`,`Pixels UI`,`Northstar`],t=[`Azamat`,`Malika`,`Sardor`,`Nodira`,`Asadbek`,`Kamola`],n=[`Direct`,`Partner`,`Direct`,`Marketplace`,`Marketplace`,`Direct`],r=[`Paid`,`Review`,`Draft`,`Paid`,`Overdue`,`Paid`],i=[`$2,400`,`$1,280`,`$980`,`$4,120`,`$860`,`$3,620`],a=[2400,1280,980,4120,860,3620],o=[`2h ago`,`4h ago`,`Today`,`1d ago`,`1d ago`,`2d ago`],s=[48,16,8,63,4,28],c=[12,5,3,18,2,9],l=[`up`,`steady`,`down`,`up`,`down`,`up`],u=e.map((e,u)=>({invoice:`INV-00${u+1}`,order:`#448${u+2}`,customer:e,owner:t[u],channel:n[u],status:r[u],stock:s[u],items:c[u],amount:i[u],amountValue:a[u],trend:l[u],updatedAt:o[u]}));function d(e){let t=Math.max(1,Math.min(120,Math.floor(e)));return Array.from({length:t},(e,t)=>{let n=u[t%u.length],r=Math.floor(t/u.length),i=String(t+1).padStart(3,`0`),a=4482+t,o=n.amountValue+r*175,s=new Intl.NumberFormat(`en-US`,{style:`currency`,currency:`USD`,maximumFractionDigits:0}).format(o);return{...n,invoice:`INV-${i}`,order:`#${a}`,amount:s,amountValue:o,stock:n.stock+r*2,items:n.items+(t%3==0?r:0),updatedAt:r===0?n.updatedAt:`${r+1}d ago`}})}var f=[`Export CSV`,`Sync`].map(e=>({label:e,variant:e===`Export CSV`?`default`:`outline`})),p=[{value:`all`,label:`All invoices`,description:`All rows.`},{value:`finance`,label:`Finance review`,description:`Paid + review.`},{value:`at-risk`,label:`At risk`,description:`Draft + overdue.`}];exports.buildDataTableDemoRows=d,exports.dataTableDemoPresets=p,exports.dataTableDemoRows=u,exports.dataTableToolbarActions=f;
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
//#region src/showcase/premium/data-table-parts/data.ts
|
|
2
|
-
var e = [
|
|
3
|
-
"Acme Inc.",
|
|
4
|
-
"Larana",
|
|
5
|
-
"ShipFast",
|
|
6
|
-
"Toolpad",
|
|
7
|
-
"Pixels UI",
|
|
8
|
-
"Northstar"
|
|
9
|
-
], t = [
|
|
10
|
-
"Azamat",
|
|
11
|
-
"Malika",
|
|
12
|
-
"Sardor",
|
|
13
|
-
"Nodira",
|
|
14
|
-
"Asadbek",
|
|
15
|
-
"Kamola"
|
|
16
|
-
], n = [
|
|
17
|
-
"Direct",
|
|
18
|
-
"Partner",
|
|
19
|
-
"Direct",
|
|
20
|
-
"Marketplace",
|
|
21
|
-
"Marketplace",
|
|
22
|
-
"Direct"
|
|
23
|
-
], r = [
|
|
24
|
-
"Paid",
|
|
25
|
-
"Review",
|
|
26
|
-
"Draft",
|
|
27
|
-
"Paid",
|
|
28
|
-
"Overdue",
|
|
29
|
-
"Paid"
|
|
30
|
-
], i = [
|
|
31
|
-
"$2,400",
|
|
32
|
-
"$1,280",
|
|
33
|
-
"$980",
|
|
34
|
-
"$4,120",
|
|
35
|
-
"$860",
|
|
36
|
-
"$3,620"
|
|
37
|
-
], a = [
|
|
38
|
-
2400,
|
|
39
|
-
1280,
|
|
40
|
-
980,
|
|
41
|
-
4120,
|
|
42
|
-
860,
|
|
43
|
-
3620
|
|
44
|
-
], o = [
|
|
45
|
-
"2h ago",
|
|
46
|
-
"4h ago",
|
|
47
|
-
"Today",
|
|
48
|
-
"1d ago",
|
|
49
|
-
"1d ago",
|
|
50
|
-
"2d ago"
|
|
51
|
-
], s = [
|
|
52
|
-
48,
|
|
53
|
-
16,
|
|
54
|
-
8,
|
|
55
|
-
63,
|
|
56
|
-
4,
|
|
57
|
-
28
|
|
58
|
-
], c = [
|
|
59
|
-
12,
|
|
60
|
-
5,
|
|
61
|
-
3,
|
|
62
|
-
18,
|
|
63
|
-
2,
|
|
64
|
-
9
|
|
65
|
-
], l = [
|
|
66
|
-
"up",
|
|
67
|
-
"steady",
|
|
68
|
-
"down",
|
|
69
|
-
"up",
|
|
70
|
-
"down",
|
|
71
|
-
"up"
|
|
72
|
-
], u = e.map((e, u) => ({
|
|
73
|
-
invoice: `INV-00${u + 1}`,
|
|
74
|
-
order: `#448${u + 2}`,
|
|
75
|
-
customer: e,
|
|
76
|
-
owner: t[u],
|
|
77
|
-
channel: n[u],
|
|
78
|
-
status: r[u],
|
|
79
|
-
stock: s[u],
|
|
80
|
-
items: c[u],
|
|
81
|
-
amount: i[u],
|
|
82
|
-
amountValue: a[u],
|
|
83
|
-
trend: l[u],
|
|
84
|
-
updatedAt: o[u]
|
|
85
|
-
}));
|
|
86
|
-
function d(e) {
|
|
87
|
-
let t = Math.max(1, Math.min(120, Math.floor(e)));
|
|
88
|
-
return Array.from({ length: t }, (e, t) => {
|
|
89
|
-
let n = u[t % u.length], r = Math.floor(t / u.length), i = String(t + 1).padStart(3, "0"), a = 4482 + t, o = n.amountValue + r * 175, s = new Intl.NumberFormat("en-US", {
|
|
90
|
-
style: "currency",
|
|
91
|
-
currency: "USD",
|
|
92
|
-
maximumFractionDigits: 0
|
|
93
|
-
}).format(o);
|
|
94
|
-
return {
|
|
95
|
-
...n,
|
|
96
|
-
invoice: `INV-${i}`,
|
|
97
|
-
order: `#${a}`,
|
|
98
|
-
amount: s,
|
|
99
|
-
amountValue: o,
|
|
100
|
-
stock: n.stock + r * 2,
|
|
101
|
-
items: n.items + (t % 3 == 0 ? r : 0),
|
|
102
|
-
updatedAt: r === 0 ? n.updatedAt : `${r + 1}d ago`
|
|
103
|
-
};
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
var f = ["Export CSV", "Sync"].map((e) => ({
|
|
107
|
-
label: e,
|
|
108
|
-
variant: e === "Export CSV" ? "default" : "outline"
|
|
109
|
-
})), p = [
|
|
110
|
-
{
|
|
111
|
-
value: "all",
|
|
112
|
-
label: "All invoices",
|
|
113
|
-
description: "All rows."
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
value: "finance",
|
|
117
|
-
label: "Finance review",
|
|
118
|
-
description: "Paid + review."
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
value: "at-risk",
|
|
122
|
-
label: "At risk",
|
|
123
|
-
description: "Draft + overdue."
|
|
124
|
-
}
|
|
125
|
-
];
|
|
126
|
-
//#endregion
|
|
127
|
-
export { d as buildDataTableDemoRows, p as dataTableDemoPresets, u as dataTableDemoRows, f as dataTableToolbarActions };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./showcase.cjs"),t=require("./mock.cjs");exports.DataTablePartShowcase=e.DataTablePartShowcase,exports.dataTableActionsColumnMock=t.dataTableActionsColumnMock,exports.dataTablePaginationMock=t.dataTablePaginationMock,exports.dataTableRowActionsMock=t.dataTableRowActionsMock,exports.dataTableSavedFiltersMock=t.dataTableSavedFiltersMock,exports.dataTableSelectColumnMock=t.dataTableSelectColumnMock,exports.dataTableToolbarMock=t.dataTableToolbarMock;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DataTablePartShowcase as e } from "./showcase.js";
|
|
2
|
-
import { dataTableActionsColumnMock as t, dataTablePaginationMock as n, dataTableRowActionsMock as r, dataTableSavedFiltersMock as i, dataTableSelectColumnMock as a, dataTableToolbarMock as o } from "./mock.js";
|
|
3
|
-
export { e as DataTablePartShowcase, t as dataTableActionsColumnMock, n as dataTablePaginationMock, r as dataTableRowActionsMock, i as dataTableSavedFiltersMock, a as dataTableSelectColumnMock, o as dataTableToolbarMock };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});function e(e,t,n){return{code:`import { ${t} } from "tembro"\n\nexport function Example() {\n return <${t} />\n}`,cliCommand:`npx tembro add ${e}`,highlights:[`${t} preview inside a real DataTable shell`,`Interaction-focused route`,`Selection and row behavior proof`],scenarios:[{title:`Route-level preview`,description:n},{title:`Production context`,description:`See the helper in the same shell where it is typically used.`},{title:`Behavior proof`,description:`Verify how selection, toolbar and actions interact together.`}],capabilityNotes:[`These routes are intentionally shown inside a real DataTable context instead of isolated fake markup.`,`Use them to understand interaction boundaries before wiring the helper into a product surface.`]}}var t=e(`data-table-pagination`,`DataTablePagination`,`Preview pagination behavior with the real DataTable shell.`),n=e(`data-table-toolbar`,`DataTableToolbar`,`Preview search, visibility and table actions inside a live toolbar context.`),r=e(`data-table-row-actions`,`DataTableRowActions`,`Preview row-specific actions without breaking row click and selection.`),i=e(`data-table-actions-column`,`createDataTableActionsColumn`,`Preview how the reusable actions column helper behaves in a real grid.`),a=e(`data-table-select-column`,`createDataTableSelectColumn`,`Preview row selection behavior and bulk state separation.`),o=e(`data-table-saved-filters`,`DataTableSavedFilters`,`Preview saved table views and named filter state restoration.`);exports.dataTableActionsColumnMock=i,exports.dataTablePaginationMock=t,exports.dataTableRowActionsMock=r,exports.dataTableSavedFiltersMock=o,exports.dataTableSelectColumnMock=a,exports.dataTableToolbarMock=n;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
//#region src/showcase/premium/data-table-parts/mock.ts
|
|
2
|
-
function e(e, t, n) {
|
|
3
|
-
return {
|
|
4
|
-
code: `import { ${t} } from "tembro"\n\nexport function Example() {\n return <${t} />\n}`,
|
|
5
|
-
cliCommand: `npx tembro add ${e}`,
|
|
6
|
-
highlights: [
|
|
7
|
-
`${t} preview inside a real DataTable shell`,
|
|
8
|
-
"Interaction-focused route",
|
|
9
|
-
"Selection and row behavior proof"
|
|
10
|
-
],
|
|
11
|
-
scenarios: [
|
|
12
|
-
{
|
|
13
|
-
title: "Route-level preview",
|
|
14
|
-
description: n
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
title: "Production context",
|
|
18
|
-
description: "See the helper in the same shell where it is typically used."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
title: "Behavior proof",
|
|
22
|
-
description: "Verify how selection, toolbar and actions interact together."
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
capabilityNotes: ["These routes are intentionally shown inside a real DataTable context instead of isolated fake markup.", "Use them to understand interaction boundaries before wiring the helper into a product surface."]
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
var t = e("data-table-pagination", "DataTablePagination", "Preview pagination behavior with the real DataTable shell."), n = e("data-table-toolbar", "DataTableToolbar", "Preview search, visibility and table actions inside a live toolbar context."), r = e("data-table-row-actions", "DataTableRowActions", "Preview row-specific actions without breaking row click and selection."), i = e("data-table-actions-column", "createDataTableActionsColumn", "Preview how the reusable actions column helper behaves in a real grid."), a = e("data-table-select-column", "createDataTableSelectColumn", "Preview row selection behavior and bulk state separation."), o = e("data-table-saved-filters", "DataTableSavedFilters", "Preview saved table views and named filter state restoration.");
|
|
29
|
-
//#endregion
|
|
30
|
-
export { i as dataTableActionsColumnMock, t as dataTablePaginationMock, r as dataTableRowActionsMock, o as dataTableSavedFiltersMock, a as dataTableSelectColumnMock, n as dataTableToolbarMock };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("../../../../_virtual/_rolldown/runtime.cjs"),t=require("../../../components/ui/button/index.cjs"),n=require("../../../components/ui/input/index.cjs"),r=require("../../../components/ui/badge/index.cjs"),i=require("../../../components/data-table/data-table-actions-column.cjs"),a=require("../../../components/data-table/data-table-bulk-actions.cjs"),o=require("../../../components/data-table/data-table-column-visibility-menu.cjs"),s=require("../../../components/data-table/data-table.cjs"),c=require("../../../components/data-table/data-table-sortable-header.cjs"),l=require("../../../components/data-table/data-table-view-presets.cjs"),u=require("../../../components/data-table/data-table-saved-filters.cjs"),d=require("../../../components/data-table/data-table-select-column.cjs"),f=require("./data.cjs");let p=require("react");p=e.__toESM(p,1);let m=require("react/jsx-runtime");var h=f.buildDataTableDemoRows(6);function g(e){return[d.createDataTableSelectColumn(),{accessorKey:`invoice`,header:({column:e})=>(0,m.jsx)(c.DataTableSortableHeader,{column:e,children:`Invoice`})},{accessorKey:`customer`,header:({column:e})=>(0,m.jsx)(c.DataTableSortableHeader,{column:e,children:`Customer`})},{accessorKey:`status`,header:`Status`,cell:({row:e})=>(0,m.jsx)(r.Badge,{variant:e.original.status===`Paid`?`secondary`:e.original.status===`Review`?`outline`:`destructive`,children:e.original.status})},{accessorKey:`amount`,header:({column:e})=>(0,m.jsx)(c.DataTableSortableHeader,{column:e,children:`Amount`})},i.createDataTableActionsColumn({getActions:(t,n)=>[{key:`open`,label:`Open detail`,onSelect:()=>e(`${n.invoice} opened from row action`)},{key:`archive`,label:`Archive`,destructive:!0,onSelect:()=>e(`${n.invoice} sent to archive`)}]})]}function _({slug:e}){let[i,c]=p.useState(``),[d,_]=p.useState(`all`),[v,y]=p.useState({}),[b,x]=p.useState({}),[S,C]=p.useState(`Ready`),[w,T]=p.useState(0),E=p.useMemo(()=>{let e=i.trim().toLowerCase(),t=h;return d===`finance`&&(t=t.filter(e=>e.status===`Paid`||e.status===`Review`)),d===`at-risk`&&(t=t.filter(e=>e.status===`Draft`||e.status===`Overdue`)),e?t.filter(t=>[t.invoice,t.customer,t.owner,t.channel,t.amount].join(` `).toLowerCase().includes(e)):t},[i,d]),D=p.useMemo(()=>E.filter((e,t)=>v[t]),[E,v]),O=p.useMemo(()=>g(C),[]),k={"data-table-pagination":`Pagination route`,"data-table-toolbar":`Toolbar route`,"data-table-row-actions":`Row actions route`,"data-table-actions-column":`Actions column route`,"data-table-select-column":`Select column route`,"data-table-saved-filters":`Saved filters route`};return(0,m.jsxs)(`div`,{className:`space-y-4`,children:[(0,m.jsxs)(`div`,{className:`rounded-[20px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4`,children:[(0,m.jsxs)(`div`,{className:`flex flex-wrap gap-2`,children:[(0,m.jsx)(r.Badge,{variant:`outline`,children:k[e]}),(0,m.jsxs)(r.Badge,{variant:`outline`,children:[E.length,` rows`]}),(0,m.jsxs)(r.Badge,{variant:`outline`,children:[D.length,` selected`]})]}),(0,m.jsx)(`p`,{className:`mt-3 text-sm font-medium aui-text-strong`,children:k[e]}),(0,m.jsx)(`p`,{className:`mt-2 text-sm leading-6 aui-text-muted`,children:{"data-table-pagination":`Pagination should be readable in isolation, but still feel like part of a production table shell.`,"data-table-toolbar":`Toolbar route should prove search, visibility and action layout without needing the whole docs page around it.`,"data-table-row-actions":`Row action interactions should stay isolated from row click and selection behavior.`,"data-table-actions-column":`Actions column should show how the helper sits inside a real DataTable definition.`,"data-table-select-column":`Select column route should prove bulk selection and row state separation.`,"data-table-saved-filters":`Saved filters should restore named views and stay aligned with other table controls.`}[e]})]}),e===`data-table-saved-filters`?(0,m.jsx)(`div`,{className:`rounded-[20px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-4`,children:(0,m.jsx)(u.DataTableSavedFilters,{savedFilters:[{id:`all`,name:`All invoices`,filters:{}},{id:`finance`,name:`Finance review`,filters:{}},{id:`risk`,name:`At risk`,filters:{}}],activeFilterId:d===`all`?`all`:d===`finance`?`finance`:`risk`,onSelectFilter:e=>_(e===`finance`?`finance`:e===`risk`?`at-risk`:`all`),onSaveFilter:e=>C(`Saved filter created: ${e}`),onDeleteFilter:e=>C(`Saved filter deleted: ${e}`),onClearFilters:()=>_(`all`)})}):null,e===`data-table-toolbar`?(0,m.jsx)(`div`,{className:`rounded-[20px] border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-4`,children:(0,m.jsxs)(`div`,{className:`flex flex-wrap gap-2`,children:[(0,m.jsx)(l.DataTableViewPresets,{value:d,onValueChange:e=>_(e??`all`),presets:f.dataTableDemoPresets,size:`sm`}),(0,m.jsx)(`div`,{className:`w-full max-w-[320px]`,children:(0,m.jsx)(n.Input,{type:`search`,value:i,onValueChange:c,placeholder:`Search invoice, customer...`})})]})}):null,(0,m.jsx)(s.DataTable,{columns:O,data:E,getRowId:e=>e.invoice,rowSelection:v,onRowSelectionChange:y,columnVisibility:b,onColumnVisibilityChange:x,enableRowSelection:!0,striped:!0,bordered:!0,stickyHeader:!0,toolbarProps:e=>({title:`Invoices`,description:`Premium subroute preview for reusable DataTable parts.`,search:(0,m.jsx)(n.Input,{type:`search`,value:i,onValueChange:c,placeholder:`Search rows...`}),actions:(0,m.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,m.jsx)(o.DataTableColumnVisibilityMenu,{table:e}),(0,m.jsx)(t.Button,{size:`sm`,variant:`outline`,onClick:()=>C(`Toolbar export prepared`),children:`Export`})]}),selectionActions:(0,m.jsx)(a.DataTableBulkActions,{rows:e.getSelectedRowModel().rows.map(e=>e.original),actions:[{key:`export`,label:`Export selected`,onSelect:e=>C(`${e.length} rows exported`)}],onClearSelection:()=>y({})})}),pagination:{manual:!0,pageIndex:w,pageSize:5,rowCount:E.length,pageCount:Math.max(Math.ceil(E.length/5),1),pageSizeOptions:[5,10],onPageChange:T,onPageSizeChange:()=>void 0}}),(0,m.jsxs)(`div`,{className:`grid gap-3 md:grid-cols-3`,children:[(0,m.jsxs)(`div`,{className:`rounded-2xl border border-[color:var(--aui-surface-border)] bg-[color:var(--aui-surface-muted)] px-4 py-3 text-sm`,children:[(0,m.jsx)(`p`,{className:`font-medium aui-text-strong`,children:`Focused feature`}),(0,m.jsx)(`p`,{className:`mt-2 aui-text-muted`,children:k[e]})]}),(0,m.jsxs)(`div`,{className:`rounded-2xl border border-[color:var(--aui-surface-border)] bg-[color:var(--aui-surface-muted)] px-4 py-3 text-sm`,children:[(0,m.jsx)(`p`,{className:`font-medium aui-text-strong`,children:`Interaction proof`}),(0,m.jsx)(`p`,{className:`mt-2 aui-text-muted`,children:S})]}),(0,m.jsxs)(`div`,{className:`rounded-2xl border border-[color:var(--aui-surface-border)] bg-[color:var(--aui-surface-muted)] px-4 py-3 text-sm`,children:[(0,m.jsx)(`p`,{className:`font-medium aui-text-strong`,children:`Selection`}),(0,m.jsxs)(`p`,{className:`mt-2 aui-text-muted`,children:[D.length,` active rows`]})]})]})]})}exports.DataTablePartShowcase=_;
|