@saas-ui/react 3.0.0-next.5 → 3.0.0-next.50
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/LICENSE +21 -0
- package/dist/.tsbuildinfo.json +1 -1
- package/dist/colors.d.ts +1 -1
- package/dist/colors.js +1 -8
- package/dist/components/absolute-center/index.d.ts +1 -0
- package/dist/components/absolute-center/index.js +2 -0
- package/dist/components/accordion/accordion.d.ts +14 -0
- package/dist/components/accordion/accordion.js +15 -0
- package/dist/components/accordion/index.d.ts +1 -1
- package/dist/components/accordion/index.js +1 -9
- package/dist/components/action-bar/action-bar.d.ts +16 -0
- package/dist/components/action-bar/action-bar.js +18 -0
- package/dist/components/action-bar/index.d.ts +1 -1
- package/dist/components/action-bar/index.js +1 -13
- package/dist/components/alert/alert.d.ts +10 -0
- package/dist/components/alert/alert.js +9 -0
- package/dist/components/alert/index.d.ts +1 -2
- package/dist/components/alert/index.js +1 -13
- package/dist/components/app-shell/app-shell.d.ts +38 -0
- package/dist/components/app-shell/app-shell.js +22 -0
- package/dist/components/app-shell/index.d.ts +2 -2
- package/dist/components/app-shell/index.js +1 -8
- package/dist/components/aspect-ratio/index.d.ts +1 -2
- package/dist/components/aspect-ratio/index.js +2 -8
- package/dist/components/avatar/avatar.d.ts +17 -0
- package/dist/components/avatar/avatar.js +25 -0
- package/dist/components/avatar/index.d.ts +2 -3
- package/dist/components/avatar/index.js +1 -11
- package/dist/components/back-button/back-button.d.ts +7 -0
- package/dist/components/back-button/back-button.js +14 -0
- package/dist/components/back-button/index.d.ts +2 -2
- package/dist/components/back-button/index.js +1 -11
- package/dist/components/badge/index.d.ts +1 -3
- package/dist/components/badge/index.js +1 -10
- package/dist/components/bleed/index.d.ts +1 -2
- package/dist/components/bleed/index.js +1 -8
- package/dist/components/blockquote/blockquote.d.ts +10 -0
- package/dist/components/blockquote/blockquote.js +11 -0
- package/dist/components/blockquote/index.d.ts +1 -2
- package/dist/components/blockquote/index.js +1 -8
- package/dist/components/box/index.d.ts +1 -2
- package/dist/components/box/index.js +1 -8
- package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
- package/dist/components/breadcrumb/breadcrumb.js +15 -0
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.js +1 -8
- package/dist/components/button/index.d.ts +2 -2
- package/dist/components/button/index.js +1 -8
- package/dist/components/button-group/index.d.ts +2 -2
- package/dist/components/button-group/index.js +1 -8
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/card/index.js +1 -9
- package/dist/components/center/index.d.ts +1 -2
- package/dist/components/center/index.js +1 -8
- package/dist/components/checkbox/checkbox.d.ts +7 -0
- package/dist/components/checkbox/checkbox.js +8 -0
- package/dist/components/checkbox/index.d.ts +3 -2
- package/dist/components/checkbox/index.js +2 -8
- package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
- package/dist/components/checkbox-card/checkbox-card.js +11 -0
- package/dist/components/checkbox-card/index.d.ts +1 -2
- package/dist/components/checkbox-card/index.js +1 -8
- package/dist/components/checkmark/index.d.ts +1 -2
- package/dist/components/checkmark/index.js +1 -8
- package/dist/components/circle/index.d.ts +1 -0
- package/dist/components/circle/index.js +1 -0
- package/dist/components/client-only/index.d.ts +1 -2
- package/dist/components/client-only/index.js +1 -8
- package/dist/components/clipboard/clipboard.d.ts +22 -0
- package/dist/components/clipboard/clipboard.js +30 -0
- package/dist/components/clipboard/index.d.ts +3 -1
- package/dist/components/clipboard/index.js +2 -13
- package/dist/components/close-button/close-button.d.ts +4 -0
- package/dist/components/close-button/close-button.js +8 -0
- package/dist/components/close-button/index.d.ts +2 -2
- package/dist/components/close-button/index.js +1 -12
- package/dist/components/code/index.d.ts +1 -2
- package/dist/components/code/index.js +1 -8
- package/dist/components/code-block/index.d.ts +1 -0
- package/dist/components/code-block/index.js +1 -0
- package/dist/components/collapsible/index.d.ts +1 -1
- package/dist/components/collapsible/index.js +1 -8
- package/dist/components/color-mode/color-mode.d.ts +19 -0
- package/dist/components/color-mode/color-mode.js +35 -0
- package/dist/components/color-mode/index.d.ts +2 -0
- package/dist/components/color-mode/index.js +1 -0
- package/dist/components/color-picker/index.d.ts +1 -1
- package/dist/components/color-picker/index.js +1 -8
- package/dist/components/color-swatch/index.d.ts +1 -6
- package/dist/components/color-swatch/index.js +1 -12
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/combobox/index.js +1 -0
- package/dist/components/command/command.d.ts +14 -0
- package/dist/components/command/command.js +26 -0
- package/dist/components/command/index.d.ts +1 -1
- package/dist/components/command/index.js +1 -9
- package/dist/components/container/index.d.ts +1 -2
- package/dist/components/container/index.js +1 -8
- package/dist/components/data-list/index.d.ts +1 -2
- package/dist/components/data-list/index.js +1 -10
- package/dist/components/dialog/dialog.d.ts +21 -0
- package/dist/components/dialog/dialog.js +24 -0
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/dialog/index.js +1 -13
- package/dist/components/download-trigger/index.d.ts +1 -0
- package/dist/components/download-trigger/index.js +1 -0
- package/dist/components/drawer/drawer.d.ts +20 -0
- package/dist/components/drawer/drawer.js +25 -0
- package/dist/components/drawer/index.d.ts +1 -1
- package/dist/components/drawer/index.js +1 -13
- package/dist/components/editable/index.d.ts +1 -1
- package/dist/components/editable/index.js +1 -8
- package/dist/components/em/index.d.ts +1 -0
- package/dist/components/em/index.js +1 -0
- package/dist/components/empty-state/empty-state.d.ts +7 -0
- package/dist/components/empty-state/empty-state.js +13 -0
- package/dist/components/empty-state/index.d.ts +2 -2
- package/dist/components/empty-state/index.js +1 -8
- package/dist/components/environment/index.d.ts +1 -0
- package/dist/components/environment/index.js +1 -0
- package/dist/components/field/index.d.ts +1 -3
- package/dist/components/field/index.js +1 -12
- package/dist/components/fieldset/index.d.ts +1 -2
- package/dist/components/fieldset/index.js +1 -10
- package/dist/components/file-upload/file-upload.d.ts +29 -0
- package/dist/components/file-upload/file-upload.js +46 -0
- package/dist/components/file-upload/index.d.ts +2 -2
- package/dist/components/file-upload/index.js +2 -14
- package/dist/components/flex/index.d.ts +1 -2
- package/dist/components/flex/index.js +1 -10
- package/dist/components/float/index.d.ts +1 -2
- package/dist/components/float/index.js +1 -8
- package/dist/components/focus-trap/index.d.ts +1 -2
- package/dist/components/focus-trap/index.js +1 -8
- package/dist/components/for/index.d.ts +1 -2
- package/dist/components/for/index.js +1 -10
- package/dist/components/format/index.d.ts +1 -4
- package/dist/components/format/index.js +1 -10
- package/dist/components/grid/index.d.ts +1 -2
- package/dist/components/grid/index.js +1 -8
- package/dist/components/grid-list/grid-list.context.d.ts +1 -0
- package/dist/components/grid-list/grid-list.context.js +4 -0
- package/dist/components/grid-list/grid-list.d.ts +17 -0
- package/dist/components/grid-list/grid-list.js +8 -0
- package/dist/components/grid-list/index.d.ts +1 -1
- package/dist/components/grid-list/index.js +1 -8
- package/dist/components/group/index.d.ts +1 -2
- package/dist/components/group/index.js +1 -8
- package/dist/components/heading/index.d.ts +1 -2
- package/dist/components/heading/index.js +1 -8
- package/dist/components/highlight/index.d.ts +1 -2
- package/dist/components/highlight/index.js +1 -8
- package/dist/components/hover-card/hover-card.d.ts +11 -0
- package/dist/components/hover-card/hover-card.js +14 -0
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/hover-card/index.js +1 -8
- package/dist/components/icon/index.d.ts +1 -2
- package/dist/components/icon/index.js +1 -8
- package/dist/components/icon-badge/icon-badge.d.ts +13 -0
- package/dist/components/icon-badge/icon-badge.js +23 -0
- package/dist/components/icon-badge/index.d.ts +2 -2
- package/dist/components/icon-badge/index.js +1 -8
- package/dist/components/icon-button/icon-button.d.ts +4 -0
- package/dist/components/icon-button/icon-button.js +7 -0
- package/dist/components/icon-button/index.d.ts +1 -2
- package/dist/components/icon-button/index.js +1 -9
- package/dist/components/icons/create-icon.d.ts +27 -0
- package/dist/components/icons/create-icon.js +15 -0
- package/dist/components/icons/icons.d.ts +20 -0
- package/dist/components/icons/icons.js +82 -0
- package/dist/components/icons/index.d.ts +1 -18
- package/dist/components/icons/index.js +1 -43
- package/dist/components/image/index.d.ts +1 -2
- package/dist/components/image/index.js +1 -8
- package/dist/components/info-tip/index.d.ts +1 -2
- package/dist/components/info-tip/index.js +1 -16
- package/dist/components/info-tip/info-tip.d.ts +8 -0
- package/dist/components/info-tip/info-tip.js +10 -0
- package/dist/components/input/index.d.ts +2 -9
- package/dist/components/input/index.js +1 -16
- package/dist/components/input-addon/index.d.ts +1 -0
- package/dist/components/input-addon/index.js +1 -0
- package/dist/components/input-element/index.d.ts +1 -0
- package/dist/components/input-element/index.js +1 -0
- package/dist/components/input-group/index.d.ts +1 -0
- package/dist/components/input-group/index.js +1 -0
- package/dist/components/kbd/index.d.ts +1 -2
- package/dist/components/kbd/index.js +1 -8
- package/dist/components/link/index.d.ts +2 -2
- package/dist/components/link/index.js +1 -9
- package/dist/components/link/link.d.ts +10 -0
- package/dist/components/link/link.js +16 -0
- package/dist/components/link-box/index.d.ts +2 -0
- package/dist/components/link-box/index.js +1 -0
- package/dist/components/list/index.d.ts +1 -1
- package/dist/components/list/index.js +1 -8
- package/dist/components/loader/index.d.ts +1 -1
- package/dist/components/loader/index.js +1 -8
- package/dist/components/loading-overlay/index.d.ts +2 -2
- package/dist/components/loading-overlay/index.js +2 -11
- package/dist/components/loading-overlay/loading-overlay.context.d.ts +1 -0
- package/dist/components/loading-overlay/loading-overlay.context.js +4 -0
- package/dist/components/loading-overlay/loading-overlay.d.ts +17 -0
- package/dist/components/loading-overlay/loading-overlay.js +17 -0
- package/dist/components/locale/index.d.ts +1 -3
- package/dist/components/locale/index.js +1 -12
- package/dist/components/mark/index.d.ts +1 -1
- package/dist/components/mark/index.js +1 -8
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/index.js +1 -11
- package/dist/components/menu/menu.d.ts +41 -0
- package/dist/components/menu/menu.js +48 -0
- package/dist/components/native-select/index.d.ts +2 -2
- package/dist/components/native-select/index.js +1 -10
- package/dist/components/native-select/native-select.d.ts +7 -0
- package/dist/components/native-select/native-select.js +9 -0
- package/dist/components/navbar/index.d.ts +1 -1
- package/dist/components/navbar/index.js +1 -9
- package/dist/components/navbar/navbar.context.d.ts +1 -0
- package/dist/components/navbar/navbar.context.js +4 -0
- package/dist/components/navbar/navbar.d.ts +15 -0
- package/dist/components/navbar/navbar.js +19 -0
- package/dist/components/number-input/index.d.ts +2 -2
- package/dist/components/number-input/index.js +1 -9
- package/dist/components/number-input/number-input.d.ts +9 -0
- package/dist/components/number-input/number-input.js +9 -0
- package/dist/components/page/index.d.ts +2 -2
- package/dist/components/page/index.js +2 -12
- package/dist/components/page/page.context.d.ts +7 -0
- package/dist/components/page/page.context.js +5 -0
- package/dist/components/page/page.d.ts +42 -0
- package/dist/components/page/page.js +50 -0
- package/dist/components/pagination/index.d.ts +1 -1
- package/dist/components/pagination/index.js +1 -11
- package/dist/components/pagination/pagination.d.ts +22 -0
- package/dist/components/pagination/pagination.js +60 -0
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/password-input/index.js +1 -11
- package/dist/components/password-input/password-input.d.ts +15 -0
- package/dist/components/password-input/password-input.js +28 -0
- package/dist/components/persona/index.d.ts +3 -7
- package/dist/components/persona/index.js +2 -13
- package/dist/components/persona/persona-composed.d.ts +63 -0
- package/dist/components/persona/persona-composed.js +19 -0
- package/dist/components/persona/persona.context.d.ts +9 -0
- package/dist/components/persona/persona.context.js +4 -0
- package/dist/components/persona/persona.d.ts +77 -0
- package/dist/components/persona/persona.js +67 -0
- package/dist/components/persona/presence.d.ts +20 -0
- package/dist/components/persona/presence.js +35 -0
- package/dist/components/pin-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.js +1 -8
- package/dist/components/pin-input/pin-input.d.ts +8 -0
- package/dist/components/pin-input/pin-input.js +9 -0
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/popover/index.js +1 -13
- package/dist/components/popover/popover.d.ts +21 -0
- package/dist/components/popover/popover.js +24 -0
- package/dist/components/portal/index.d.ts +1 -2
- package/dist/components/portal/index.js +1 -8
- package/dist/components/presence/index.d.ts +1 -2
- package/dist/components/presence/index.js +1 -8
- package/dist/components/progress/index.d.ts +1 -1
- package/dist/components/progress/index.js +1 -8
- package/dist/components/progress-circle/index.d.ts +1 -1
- package/dist/components/progress-circle/index.js +1 -8
- package/dist/components/qr-code/index.d.ts +2 -1
- package/dist/components/qr-code/index.js +1 -8
- package/dist/components/quote/index.d.ts +1 -0
- package/dist/components/quote/index.js +1 -0
- package/dist/components/radio/index.d.ts +3 -2
- package/dist/components/radio/index.js +2 -8
- package/dist/components/radio/radio.d.ts +8 -0
- package/dist/components/radio/radio.js +9 -0
- package/dist/components/radio-card/index.d.ts +1 -1
- package/dist/components/radio-card/index.js +1 -8
- package/dist/components/radio-card/radio-card.d.ts +19 -0
- package/dist/components/radio-card/radio-card.js +14 -0
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/radio-group/index.js +1 -8
- package/dist/components/radiomark/index.d.ts +1 -2
- package/dist/components/radiomark/index.js +1 -10
- package/dist/components/rating-group/index.d.ts +1 -1
- package/dist/components/rating-group/index.js +1 -8
- package/dist/components/scroll-area/index.d.ts +1 -0
- package/dist/components/scroll-area/index.js +1 -0
- package/dist/components/search-input/index.d.ts +2 -2
- package/dist/components/search-input/index.js +1 -10
- package/dist/components/search-input/search-input.d.ts +12 -0
- package/dist/components/search-input/search-input.js +36 -0
- package/dist/components/section/index.d.ts +2 -0
- package/dist/components/section/index.js +2 -0
- package/dist/components/section/section.context.d.ts +1 -0
- package/dist/components/section/section.context.js +4 -0
- package/dist/components/section/section.d.ts +17 -0
- package/dist/components/section/section.js +13 -0
- package/dist/components/segmented-control/index.d.ts +2 -2
- package/dist/components/segmented-control/index.js +1 -8
- package/dist/components/segmented-control/segmented-control.d.ts +11 -0
- package/dist/components/segmented-control/segmented-control.js +17 -0
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/index.js +1 -13
- package/dist/components/select/namespace.d.ts +2 -0
- package/dist/components/select/namespace.js +1 -0
- package/dist/components/select/select.d.ts +26 -0
- package/dist/components/select/select.js +43 -0
- package/dist/components/separator/index.d.ts +2 -2
- package/dist/components/separator/index.js +1 -8
- package/dist/components/show/index.d.ts +1 -2
- package/dist/components/show/index.js +1 -8
- package/dist/components/sidebar/index.d.ts +3 -4
- package/dist/components/sidebar/index.js +3 -14
- package/dist/components/sidebar/sidebar.context.d.ts +10 -0
- package/dist/components/sidebar/sidebar.context.js +7 -0
- package/dist/components/sidebar/sidebar.d.ts +84 -0
- package/dist/components/sidebar/sidebar.js +97 -0
- package/dist/components/simple-grid/index.d.ts +1 -0
- package/dist/components/simple-grid/index.js +1 -0
- package/dist/components/skeleton/index.d.ts +1 -6
- package/dist/components/skeleton/index.js +1 -12
- package/dist/components/skeleton/skeleton.d.ts +12 -0
- package/dist/components/skeleton/skeleton.js +15 -0
- package/dist/components/skip-nav/index.d.ts +1 -4
- package/dist/components/skip-nav/index.js +1 -10
- package/dist/components/skip-nav-link/index.d.ts +1 -4
- package/dist/components/skip-nav-link/index.js +1 -12
- package/dist/components/slider/index.d.ts +1 -2
- package/dist/components/slider/index.js +1 -8
- package/dist/components/slider/slider.d.ts +9 -0
- package/dist/components/slider/slider.js +19 -0
- package/dist/components/spacer/index.d.ts +1 -2
- package/dist/components/spacer/index.js +1 -8
- package/dist/components/span/index.d.ts +1 -0
- package/dist/components/span/index.js +1 -0
- package/dist/components/spinner/index.d.ts +2 -2
- package/dist/components/spinner/index.js +1 -8
- package/dist/components/spinner/spinner.d.ts +6 -0
- package/dist/components/spinner/spinner.js +11 -0
- package/dist/components/square/index.d.ts +1 -0
- package/dist/components/square/index.js +1 -0
- package/dist/components/stack/index.d.ts +1 -6
- package/dist/components/stack/index.js +1 -14
- package/dist/components/stat/index.d.ts +1 -1
- package/dist/components/stat/index.js +1 -8
- package/dist/components/stat/stat.d.ts +17 -0
- package/dist/components/stat/stat.js +22 -0
- package/dist/components/status/index.d.ts +1 -2
- package/dist/components/status/index.js +1 -8
- package/dist/components/status/status.d.ts +14 -0
- package/dist/components/status/status.js +12 -0
- package/dist/components/steps/index.d.ts +2 -1
- package/dist/components/steps/index.js +2 -10
- package/dist/components/steps/steps.d.ts +24 -0
- package/dist/components/steps/steps.js +31 -0
- package/dist/components/sticky/index.d.ts +1 -0
- package/dist/components/sticky/index.js +1 -0
- package/dist/components/strong/index.d.ts +1 -0
- package/dist/components/strong/index.js +1 -0
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/switch/index.js +1 -8
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.js +8 -0
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.js +1 -8
- package/dist/components/tabs/index.d.ts +1 -4
- package/dist/components/tabs/index.js +1 -14
- package/dist/components/tag/index.d.ts +1 -2
- package/dist/components/tag/index.js +1 -8
- package/dist/components/tag/tag.d.ts +8 -0
- package/dist/components/tag/tag.js +8 -0
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/index.js +1 -0
- package/dist/components/textarea/index.d.ts +2 -2
- package/dist/components/textarea/index.js +1 -8
- package/dist/components/theme/index.d.ts +2 -0
- package/dist/components/theme/index.js +1 -0
- package/dist/components/theme/theme.d.ts +40 -0
- package/dist/components/theme/theme.js +16 -0
- package/dist/components/timeline/index.d.ts +1 -1
- package/dist/components/timeline/index.js +1 -8
- package/dist/components/toaster/index.d.ts +2 -3
- package/dist/components/toaster/index.js +1 -16
- package/dist/components/toaster/toaster.d.ts +7 -0
- package/dist/components/toaster/toaster.js +42 -0
- package/dist/components/toggle/index.d.ts +1 -1
- package/dist/components/toggle/index.js +1 -8
- package/dist/components/toggle-group/index.d.ts +1 -0
- package/dist/components/toggle-group/index.js +1 -0
- package/dist/components/toggle-tip/index.d.ts +1 -2
- package/dist/components/toggle-tip/index.js +1 -14
- package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
- package/dist/components/toggle-tip/toggle-tip.js +9 -0
- package/dist/components/tooltip/index.d.ts +1 -2
- package/dist/components/tooltip/index.js +1 -8
- package/dist/components/tooltip/tooltip.d.ts +10 -0
- package/dist/components/tooltip/tooltip.js +11 -0
- package/dist/components/tree-view/index.d.ts +1 -0
- package/dist/components/tree-view/index.js +1 -0
- package/dist/components/visually-hidden/index.d.ts +1 -1
- package/dist/components/visually-hidden/index.js +1 -8
- package/dist/components/wrap/index.d.ts +1 -2
- package/dist/components/wrap/index.js +1 -8
- package/dist/index.d.ts +142 -240
- package/dist/index.js +135 -544
- package/dist/preset.d.ts +1 -3
- package/dist/preset.js +1 -12
- package/dist/provider/index.d.ts +3 -0
- package/dist/provider/index.js +2 -0
- package/dist/provider/sui-provider.d.ts +13 -0
- package/dist/provider/sui-provider.js +13 -0
- package/dist/provider/use-link.d.ts +2 -0
- package/dist/provider/use-link.js +9 -0
- package/dist/styled-system/create-recipe-context.d.ts +17 -0
- package/dist/styled-system/create-recipe-context.js +52 -0
- package/dist/styled-system/create-slot-recipe-context.d.ts +35 -0
- package/dist/styled-system/create-slot-recipe-context.js +93 -0
- package/dist/styled-system/empty.d.ts +3 -0
- package/dist/styled-system/empty.js +2 -0
- package/dist/styled-system/factory.types.d.ts +7 -0
- package/dist/styled-system/factory.types.js +1 -0
- package/dist/types.d.ts +7 -0
- package/dist/types.js +1 -0
- package/package.json +27 -31
- package/CHANGELOG.md +0 -4009
- package/dist/_tsup-dts-rollup.d.cts +0 -15170
- package/dist/_tsup-dts-rollup.d.ts +0 -15170
- package/dist/chunk-27OMFCPD.js +0 -8
- package/dist/chunk-2YXHXL6J.js +0 -10
- package/dist/chunk-3CKGT42F.js +0 -10
- package/dist/chunk-3E6URZ5P.js +0 -23
- package/dist/chunk-3RHNNKPC.js +0 -51
- package/dist/chunk-46OCNELO.js +0 -10
- package/dist/chunk-4H66FBQW.js +0 -46
- package/dist/chunk-4N4SHDPB.js +0 -10
- package/dist/chunk-52XM5VXJ.js +0 -9
- package/dist/chunk-5HVAMQYO.js +0 -8
- package/dist/chunk-5OUNZEYB.js +0 -22
- package/dist/chunk-5RWFHB7W.js +0 -67
- package/dist/chunk-5YNHX4C7.js +0 -16
- package/dist/chunk-5ZKEXMBN.js +0 -36
- package/dist/chunk-6WZK2RBQ.js +0 -12
- package/dist/chunk-6YZ76Q2W.js +0 -8
- package/dist/chunk-7DF4NQNZ.js +0 -8
- package/dist/chunk-7HAGRXKM.js +0 -8
- package/dist/chunk-7MCVXFWM.js +0 -33
- package/dist/chunk-7PWVK3NL.js +0 -8
- package/dist/chunk-AHG5XKEK.js +0 -24
- package/dist/chunk-BDS3APRG.js +0 -56
- package/dist/chunk-BLSGOJQ7.js +0 -18
- package/dist/chunk-BSE7ZUP5.js +0 -10
- package/dist/chunk-BVISYY3B.js +0 -101
- package/dist/chunk-C5KFNMWU.js +0 -8
- package/dist/chunk-CQD32UVJ.js +0 -8
- package/dist/chunk-CRFTMIQA.js +0 -36
- package/dist/chunk-DHFAFRZ4.js +0 -8
- package/dist/chunk-DJNPK2LM.js +0 -60
- package/dist/chunk-EJOXGWHK.js +0 -115
- package/dist/chunk-EWATHRZA.js +0 -8
- package/dist/chunk-EWCBYJA7.js +0 -8
- package/dist/chunk-EZZW6JOU.js +0 -10
- package/dist/chunk-FD2V4Y66.js +0 -8
- package/dist/chunk-FN7TU5F5.js +0 -44
- package/dist/chunk-FPRTN3I7.js +0 -9
- package/dist/chunk-GDDJYUWM.js +0 -12
- package/dist/chunk-GSWLAOIM.js +0 -24
- package/dist/chunk-HHTTORZ6.js +0 -8
- package/dist/chunk-HHUVJRPT.js +0 -62
- package/dist/chunk-HJX66GFT.js +0 -118
- package/dist/chunk-HQVBJT5Y.js +0 -8
- package/dist/chunk-HREBIPVW.js +0 -36
- package/dist/chunk-HRFQMDUK.js +0 -71
- package/dist/chunk-HZX4AGO5.js +0 -8
- package/dist/chunk-I2J6U5Z4.js +0 -71
- package/dist/chunk-J5UCKCIO.js +0 -16
- package/dist/chunk-JL4MHGRE.js +0 -43
- package/dist/chunk-JMYI6YXR.js +0 -1
- package/dist/chunk-JR5RLXCK.js +0 -8
- package/dist/chunk-K3MFCSAW.js +0 -8
- package/dist/chunk-K7BMQECB.js +0 -39
- package/dist/chunk-KB6NR2HZ.js +0 -44
- package/dist/chunk-KFDVVTMT.js +0 -36
- package/dist/chunk-KH7E5C3C.js +0 -54
- package/dist/chunk-KRJG7H4W.js +0 -53
- package/dist/chunk-KTLWEUNW.js +0 -1
- package/dist/chunk-L4JB7UFV.js +0 -97
- package/dist/chunk-LFOA3DZO.js +0 -12
- package/dist/chunk-LGLJ2QUW.js +0 -8
- package/dist/chunk-LIOV5MU4.js +0 -20
- package/dist/chunk-LKPWSC6O.js +0 -36
- package/dist/chunk-LU2H6GWC.js +0 -10
- package/dist/chunk-M3DJWM6D.js +0 -8
- package/dist/chunk-MK3OG2I4.js +0 -19
- package/dist/chunk-MZ2RY4NU.js +0 -34
- package/dist/chunk-NCNHDETB.js +0 -8
- package/dist/chunk-NGGISORT.js +0 -29
- package/dist/chunk-NKUBVRXY.js +0 -8896
- package/dist/chunk-NLMFEUVO.js +0 -41
- package/dist/chunk-NSFGACD7.js +0 -38
- package/dist/chunk-OJZPPAT6.js +0 -26
- package/dist/chunk-OME35FUG.js +0 -151
- package/dist/chunk-OQU4LWZW.js +0 -8
- package/dist/chunk-PEJYADAS.js +0 -8
- package/dist/chunk-PEVIP5UT.js +0 -8
- package/dist/chunk-PIQURQGB.js +0 -8
- package/dist/chunk-PONMXNY4.js +0 -8
- package/dist/chunk-PZWP36YA.js +0 -21
- package/dist/chunk-QAAKAKP7.js +0 -326
- package/dist/chunk-QLN2CBY6.js +0 -8
- package/dist/chunk-QNKQFCKJ.js +0 -16
- package/dist/chunk-R2J5USV6.js +0 -12
- package/dist/chunk-RFBD2ZNL.js +0 -40
- package/dist/chunk-RTMS5TJN.js +0 -10
- package/dist/chunk-RYKJOZ3B.js +0 -27
- package/dist/chunk-TEQVVR3W.js +0 -8
- package/dist/chunk-TGEP2YAT.js +0 -10
- package/dist/chunk-TH6YCBEG.js +0 -8
- package/dist/chunk-TXIFPX2A.js +0 -230
- package/dist/chunk-TYGGMKHU.js +0 -177
- package/dist/chunk-TYMVLD3B.js +0 -14
- package/dist/chunk-U23VDAWJ.js +0 -143
- package/dist/chunk-U3EPRSD3.js +0 -20
- package/dist/chunk-UAX5344Y.js +0 -10
- package/dist/chunk-UEXUCHDD.js +0 -34
- package/dist/chunk-UIP2CHMU.js +0 -8
- package/dist/chunk-UZUMIWPJ.js +0 -10
- package/dist/chunk-WJZED26X.js +0 -28
- package/dist/chunk-WZUKOJGI.js +0 -20
- package/dist/chunk-XD7U6L2E.js +0 -10
- package/dist/chunk-XX2OY7LK.js +0 -10
- package/dist/chunk-Y2S4O4UY.js +0 -10
- package/dist/chunk-YHQ5JGCC.js +0 -1
- package/dist/chunk-YMCOU2N5.js +0 -8
- package/dist/chunk-YTTZX7ZE.js +0 -45
- package/dist/chunk-YX44E5NF.js +0 -60
- package/dist/chunk-Z3SWPGPQ.js +0 -20
- package/dist/chunk-ZJ2VD224.js +0 -113
- package/dist/chunk-ZNQNBTWF.js +0 -100
- package/dist/chunk-ZULBHMWG.js +0 -35
- package/dist/chunk-ZUT5GZTD.js +0 -46
- package/dist/colors.cjs +0 -351
- package/dist/colors.d.cts +0 -1
- package/dist/components/accordion/index.cjs +0 -204
- package/dist/components/accordion/index.d.cts +0 -1
- package/dist/components/action-bar/index.cjs +0 -223
- package/dist/components/action-bar/index.d.cts +0 -1
- package/dist/components/alert/index.cjs +0 -233
- package/dist/components/alert/index.d.cts +0 -2
- package/dist/components/app-shell/index.cjs +0 -68
- package/dist/components/app-shell/index.d.cts +0 -2
- package/dist/components/aspect-ratio/index.cjs +0 -31
- package/dist/components/aspect-ratio/index.d.cts +0 -2
- package/dist/components/avatar/index.cjs +0 -70
- package/dist/components/avatar/index.d.cts +0 -3
- package/dist/components/back-button/index.cjs +0 -227
- package/dist/components/back-button/index.d.cts +0 -2
- package/dist/components/badge/index.cjs +0 -33
- package/dist/components/badge/index.d.cts +0 -3
- package/dist/components/bleed/index.cjs +0 -31
- package/dist/components/bleed/index.d.cts +0 -2
- package/dist/components/blockquote/index.cjs +0 -59
- package/dist/components/blockquote/index.d.cts +0 -2
- package/dist/components/box/index.cjs +0 -31
- package/dist/components/box/index.d.cts +0 -2
- package/dist/components/breadcrumb/index.cjs +0 -58
- package/dist/components/breadcrumb/index.d.cts +0 -1
- package/dist/components/button/index.cjs +0 -31
- package/dist/components/button/index.d.cts +0 -2
- package/dist/components/button-group/index.cjs +0 -31
- package/dist/components/button-group/index.d.cts +0 -2
- package/dist/components/card/index.cjs +0 -32
- package/dist/components/card/index.d.cts +0 -1
- package/dist/components/center/index.cjs +0 -31
- package/dist/components/center/index.d.cts +0 -2
- package/dist/components/checkbox/index.cjs +0 -45
- package/dist/components/checkbox/index.d.cts +0 -2
- package/dist/components/checkbox-card/index.cjs +0 -66
- package/dist/components/checkbox-card/index.d.cts +0 -2
- package/dist/components/checkmark/index.cjs +0 -31
- package/dist/components/checkmark/index.d.cts +0 -2
- package/dist/components/client-only/index.cjs +0 -31
- package/dist/components/client-only/index.d.cts +0 -2
- package/dist/components/clipboard/index.cjs +0 -234
- package/dist/components/clipboard/index.d.cts +0 -1
- package/dist/components/close-button/index.cjs +0 -193
- package/dist/components/close-button/index.d.cts +0 -2
- package/dist/components/code/index.cjs +0 -31
- package/dist/components/code/index.d.cts +0 -2
- package/dist/components/collapsible/index.cjs +0 -31
- package/dist/components/collapsible/index.d.cts +0 -1
- package/dist/components/color-picker/index.cjs +0 -31
- package/dist/components/color-picker/index.d.cts +0 -1
- package/dist/components/color-swatch/index.cjs +0 -35
- package/dist/components/color-swatch/index.d.cts +0 -6
- package/dist/components/command/index.cjs +0 -61
- package/dist/components/command/index.d.cts +0 -1
- package/dist/components/container/index.cjs +0 -31
- package/dist/components/container/index.d.cts +0 -2
- package/dist/components/data-list/index.cjs +0 -33
- package/dist/components/data-list/index.d.cts +0 -2
- package/dist/components/dialog/index.cjs +0 -246
- package/dist/components/dialog/index.d.cts +0 -1
- package/dist/components/drawer/index.cjs +0 -238
- package/dist/components/drawer/index.d.cts +0 -1
- package/dist/components/editable/index.cjs +0 -31
- package/dist/components/editable/index.d.cts +0 -1
- package/dist/components/empty-state/index.cjs +0 -50
- package/dist/components/empty-state/index.d.cts +0 -2
- package/dist/components/env/index.cjs +0 -33
- package/dist/components/env/index.d.cts +0 -5
- package/dist/components/env/index.d.ts +0 -5
- package/dist/components/env/index.js +0 -10
- package/dist/components/field/index.cjs +0 -35
- package/dist/components/field/index.d.cts +0 -3
- package/dist/components/fieldset/index.cjs +0 -33
- package/dist/components/fieldset/index.d.cts +0 -2
- package/dist/components/file-upload/index.cjs +0 -302
- package/dist/components/file-upload/index.d.cts +0 -2
- package/dist/components/flex/index.cjs +0 -31
- package/dist/components/flex/index.d.cts +0 -2
- package/dist/components/float/index.cjs +0 -31
- package/dist/components/float/index.d.cts +0 -2
- package/dist/components/focus-trap/index.cjs +0 -31
- package/dist/components/focus-trap/index.d.cts +0 -2
- package/dist/components/for/index.cjs +0 -31
- package/dist/components/for/index.d.cts +0 -2
- package/dist/components/format/index.cjs +0 -33
- package/dist/components/format/index.d.cts +0 -4
- package/dist/components/grid/index.cjs +0 -31
- package/dist/components/grid/index.d.cts +0 -2
- package/dist/components/grid-list/index.cjs +0 -68
- package/dist/components/grid-list/index.d.cts +0 -1
- package/dist/components/group/index.cjs +0 -31
- package/dist/components/group/index.d.cts +0 -2
- package/dist/components/heading/index.cjs +0 -31
- package/dist/components/heading/index.d.cts +0 -2
- package/dist/components/highlight/index.cjs +0 -31
- package/dist/components/highlight/index.d.cts +0 -2
- package/dist/components/hover-card/index.cjs +0 -66
- package/dist/components/hover-card/index.d.cts +0 -1
- package/dist/components/icon/index.cjs +0 -31
- package/dist/components/icon/index.d.cts +0 -2
- package/dist/components/icon-badge/index.cjs +0 -70
- package/dist/components/icon-badge/index.d.cts +0 -2
- package/dist/components/icon-button/index.cjs +0 -53
- package/dist/components/icon-button/index.d.cts +0 -2
- package/dist/components/icons/index.cjs +0 -193
- package/dist/components/icons/index.d.cts +0 -18
- package/dist/components/image/index.cjs +0 -31
- package/dist/components/image/index.d.cts +0 -2
- package/dist/components/info-tip/index.cjs +0 -312
- package/dist/components/info-tip/index.d.cts +0 -2
- package/dist/components/input/index.cjs +0 -39
- package/dist/components/input/index.d.cts +0 -9
- package/dist/components/kbd/index.cjs +0 -31
- package/dist/components/kbd/index.d.cts +0 -2
- package/dist/components/link/index.cjs +0 -71
- package/dist/components/link/index.d.cts +0 -2
- package/dist/components/list/index.cjs +0 -31
- package/dist/components/list/index.d.cts +0 -1
- package/dist/components/loader/index.cjs +0 -31
- package/dist/components/loader/index.d.cts +0 -1
- package/dist/components/loading-overlay/index.cjs +0 -87
- package/dist/components/loading-overlay/index.d.cts +0 -2
- package/dist/components/locale/index.cjs +0 -33
- package/dist/components/locale/index.d.cts +0 -3
- package/dist/components/mark/index.cjs +0 -31
- package/dist/components/mark/index.d.cts +0 -1
- package/dist/components/menu/index.cjs +0 -249
- package/dist/components/menu/index.d.cts +0 -1
- package/dist/components/native-select/index.cjs +0 -185
- package/dist/components/native-select/index.d.cts +0 -2
- package/dist/components/navbar/index.cjs +0 -108
- package/dist/components/navbar/index.d.cts +0 -1
- package/dist/components/number-input/index.cjs +0 -67
- package/dist/components/number-input/index.d.cts +0 -2
- package/dist/components/page/index.cjs +0 -196
- package/dist/components/page/index.d.cts +0 -2
- package/dist/components/pagination/index.cjs +0 -257
- package/dist/components/pagination/index.d.cts +0 -1
- package/dist/components/password-input/index.cjs +0 -284
- package/dist/components/password-input/index.d.cts +0 -2
- package/dist/components/persona/index.cjs +0 -247
- package/dist/components/persona/index.d.cts +0 -7
- package/dist/components/pin-input/index.cjs +0 -52
- package/dist/components/pin-input/index.d.cts +0 -2
- package/dist/components/popover/index.cjs +0 -255
- package/dist/components/popover/index.d.cts +0 -1
- package/dist/components/portal/index.cjs +0 -31
- package/dist/components/portal/index.d.cts +0 -2
- package/dist/components/presence/index.cjs +0 -31
- package/dist/components/presence/index.d.cts +0 -2
- package/dist/components/progress/index.cjs +0 -31
- package/dist/components/progress/index.d.cts +0 -1
- package/dist/components/progress-circle/index.cjs +0 -31
- package/dist/components/progress-circle/index.d.cts +0 -1
- package/dist/components/qr-code/index.cjs +0 -31
- package/dist/components/qr-code/index.d.cts +0 -1
- package/dist/components/radio/index.cjs +0 -46
- package/dist/components/radio/index.d.cts +0 -2
- package/dist/components/radio-card/index.cjs +0 -75
- package/dist/components/radio-card/index.d.cts +0 -1
- package/dist/components/radio-group/index.cjs +0 -31
- package/dist/components/radio-group/index.d.cts +0 -1
- package/dist/components/radiomark/index.cjs +0 -31
- package/dist/components/radiomark/index.d.cts +0 -2
- package/dist/components/rating-group/index.cjs +0 -31
- package/dist/components/rating-group/index.d.cts +0 -1
- package/dist/components/search-input/index.cjs +0 -273
- package/dist/components/search-input/index.d.cts +0 -2
- package/dist/components/segmented-control/index.cjs +0 -61
- package/dist/components/segmented-control/index.d.cts +0 -2
- package/dist/components/select/index.cjs +0 -285
- package/dist/components/select/index.d.cts +0 -1
- package/dist/components/separator/index.cjs +0 -31
- package/dist/components/separator/index.d.cts +0 -2
- package/dist/components/show/index.cjs +0 -31
- package/dist/components/show/index.d.cts +0 -2
- package/dist/components/sidebar/index.cjs +0 -168
- package/dist/components/sidebar/index.d.cts +0 -4
- package/dist/components/skeleton/index.cjs +0 -61
- package/dist/components/skeleton/index.d.cts +0 -6
- package/dist/components/skip-nav/index.cjs +0 -33
- package/dist/components/skip-nav/index.d.cts +0 -4
- package/dist/components/skip-nav-link/index.cjs +0 -33
- package/dist/components/skip-nav-link/index.d.cts +0 -4
- package/dist/components/slider/index.cjs +0 -61
- package/dist/components/slider/index.d.cts +0 -2
- package/dist/components/spacer/index.cjs +0 -31
- package/dist/components/spacer/index.d.cts +0 -2
- package/dist/components/spinner/index.cjs +0 -44
- package/dist/components/spinner/index.d.cts +0 -2
- package/dist/components/stack/index.cjs +0 -37
- package/dist/components/stack/index.d.cts +0 -6
- package/dist/components/stat/index.cjs +0 -83
- package/dist/components/stat/index.d.cts +0 -1
- package/dist/components/status/index.cjs +0 -45
- package/dist/components/status/index.d.cts +0 -2
- package/dist/components/steps/index.cjs +0 -221
- package/dist/components/steps/index.d.cts +0 -1
- package/dist/components/switch/index.cjs +0 -48
- package/dist/components/switch/index.d.cts +0 -2
- package/dist/components/table/index.cjs +0 -31
- package/dist/components/table/index.d.cts +0 -1
- package/dist/components/tabs/index.cjs +0 -37
- package/dist/components/tabs/index.d.cts +0 -4
- package/dist/components/tag/index.cjs +0 -53
- package/dist/components/tag/index.d.cts +0 -2
- package/dist/components/textarea/index.cjs +0 -31
- package/dist/components/textarea/index.d.cts +0 -2
- package/dist/components/timeline/index.cjs +0 -31
- package/dist/components/timeline/index.d.cts +0 -1
- package/dist/components/toaster/index.cjs +0 -262
- package/dist/components/toaster/index.d.cts +0 -3
- package/dist/components/toggle/index.cjs +0 -31
- package/dist/components/toggle/index.d.cts +0 -1
- package/dist/components/toggle-tip/index.cjs +0 -302
- package/dist/components/toggle-tip/index.d.cts +0 -2
- package/dist/components/tooltip/index.cjs +0 -58
- package/dist/components/tooltip/index.d.cts +0 -2
- package/dist/components/typography/index.cjs +0 -37
- package/dist/components/typography/index.d.cts +0 -8
- package/dist/components/typography/index.d.ts +0 -8
- package/dist/components/typography/index.js +0 -14
- package/dist/components/visually-hidden/index.cjs +0 -31
- package/dist/components/visually-hidden/index.d.cts +0 -1
- package/dist/components/wrap/index.cjs +0 -31
- package/dist/components/wrap/index.d.cts +0 -2
- package/dist/index.cjs +0 -12233
- package/dist/index.d.cts +0 -240
- package/dist/preset.cjs +0 -9233
- package/dist/preset.d.cts +0 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CheckboxCard as ChakraCheckboxCard } from '@chakra-ui/react/checkbox-card';
|
|
2
|
+
export interface CheckboxCardProps extends ChakraCheckboxCard.RootProps {
|
|
3
|
+
icon?: React.ReactElement;
|
|
4
|
+
label?: React.ReactNode;
|
|
5
|
+
description?: React.ReactNode;
|
|
6
|
+
addon?: React.ReactNode;
|
|
7
|
+
indicator?: React.ReactNode | null;
|
|
8
|
+
indicatorPlacement?: 'start' | 'end' | 'inside';
|
|
9
|
+
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
10
|
+
}
|
|
11
|
+
export declare const CheckboxCard: import("react").ForwardRefExoticComponent<CheckboxCardProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
12
|
+
export declare const CheckboxCardIndicator: import("react").ForwardRefExoticComponent<ChakraCheckboxCard.IndicatorProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Fragment, forwardRef } from 'react';
|
|
4
|
+
import { CheckboxCard as ChakraCheckboxCard } from '@chakra-ui/react/checkbox-card';
|
|
5
|
+
export const CheckboxCard = forwardRef(function CheckboxCard(props, ref) {
|
|
6
|
+
const { inputProps, label, description, icon, addon, indicator = _jsx(ChakraCheckboxCard.Indicator, {}), indicatorPlacement = 'end', ...rest } = props;
|
|
7
|
+
const hasContent = label || description || icon;
|
|
8
|
+
const ContentWrapper = indicator ? ChakraCheckboxCard.Content : Fragment;
|
|
9
|
+
return (_jsxs(ChakraCheckboxCard.Root, { ...rest, children: [_jsx(ChakraCheckboxCard.HiddenInput, { ref: ref, ...inputProps }), _jsxs(ChakraCheckboxCard.Control, { children: [indicatorPlacement === 'start' && indicator, hasContent && (_jsxs(ContentWrapper, { children: [icon, label && (_jsx(ChakraCheckboxCard.Label, { children: label })), description && (_jsx(ChakraCheckboxCard.Description, { children: description })), indicatorPlacement === 'inside' && indicator] })), indicatorPlacement === 'end' && indicator] }), addon && _jsx(ChakraCheckboxCard.Addon, { children: addon })] }));
|
|
10
|
+
});
|
|
11
|
+
export const CheckboxCardIndicator = ChakraCheckboxCard.Indicator;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { CheckboxCardProps_alias_1 as CheckboxCardProps } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { CheckboxCard, type CheckboxCardProps } from './checkbox-card.tsx';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { CheckmarkProps_alias_1 as CheckmarkProps } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { Checkmark, type CheckmarkProps } from '@chakra-ui/react/checkmark';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Circle, type CircleProps, } from '@chakra-ui/react/circle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Circle, } from '@chakra-ui/react/circle';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ClientOnlyProps } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { ClientOnly, type ClientOnlyProps, } from '@chakra-ui/react/client-only';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Clipboard as ChakraClipboard } from '@chakra-ui/react/clipboard';
|
|
3
|
+
import { type ButtonProps } from '../button/index.ts';
|
|
4
|
+
import { type IconButtonProps } from '../icon-button/index.ts';
|
|
5
|
+
import { type InputProps } from '../input/index.ts';
|
|
6
|
+
interface ClipboardButtonProps extends ButtonProps {
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
copiedIcon?: React.ReactNode;
|
|
9
|
+
copied?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const ClipboardButton: React.ForwardRefExoticComponent<ClipboardButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
interface ClipboardIconButtonProps extends IconButtonProps {
|
|
13
|
+
icon?: React.ReactNode;
|
|
14
|
+
copiedIcon?: React.ReactNode;
|
|
15
|
+
}
|
|
16
|
+
declare const ClipboardIconButton: React.ForwardRefExoticComponent<ClipboardIconButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
17
|
+
declare const ClipboardInput: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
|
|
18
|
+
declare const ClipboardRoot: React.ForwardRefExoticComponent<ChakraClipboard.RootProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const ClipboardLabel: React.ForwardRefExoticComponent<ChakraClipboard.LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
20
|
+
export { ClipboardButton as Button, ClipboardIconButton as IconButton, ClipboardInput as Input, ClipboardLabel as Label, ClipboardRoot as Root, };
|
|
21
|
+
type ClipboardRootProps = ChakraClipboard.RootProps;
|
|
22
|
+
export type { ClipboardRootProps as RootProps };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Clipboard as ChakraClipboard } from '@chakra-ui/react/clipboard';
|
|
5
|
+
import { Button } from "../button/index.js";
|
|
6
|
+
import { IconButton } from "../icon-button/index.js";
|
|
7
|
+
import { CheckIcon, CopyIcon } from "../icons/index.js";
|
|
8
|
+
import { Input } from "../input/index.js";
|
|
9
|
+
const ClipboardIcon = React.forwardRef(function ClipboardIndicator(props, ref) {
|
|
10
|
+
const { children = _jsx(CopyIcon, {}), copied = _jsx(CheckIcon, {}), ...rest } = props;
|
|
11
|
+
return (_jsx(ChakraClipboard.Indicator, { copied: copied, ...rest, ref: ref, children: children }));
|
|
12
|
+
});
|
|
13
|
+
const ClipboardCopyText = React.forwardRef(function ClipboardCopyText(props, ref) {
|
|
14
|
+
const { children = 'Copy', copied = 'Copied', ...rest } = props;
|
|
15
|
+
return (_jsx(ChakraClipboard.Indicator, { copied: copied, ...rest, ref: ref, children: children }));
|
|
16
|
+
});
|
|
17
|
+
const ClipboardButton = React.forwardRef(function ClipboardButton(props, ref) {
|
|
18
|
+
const { icon, copiedIcon, copied, children, ...rest } = props;
|
|
19
|
+
return (_jsx(ChakraClipboard.Trigger, { asChild: true, children: _jsxs(Button, { ref: ref, ...rest, children: [_jsx(ClipboardIcon, { copied: copiedIcon, children: icon }), _jsx(ClipboardCopyText, { copied: copied, children: children })] }) }));
|
|
20
|
+
});
|
|
21
|
+
const ClipboardIconButton = React.forwardRef(function ClipboardIconButton(props, ref) {
|
|
22
|
+
const { icon, copiedIcon, ...rest } = props;
|
|
23
|
+
return (_jsx(ChakraClipboard.Trigger, { asChild: true, children: _jsx(IconButton, { ref: ref, size: "xs", ...rest, children: _jsx(ClipboardIcon, { copied: copiedIcon, children: icon }) }) }));
|
|
24
|
+
});
|
|
25
|
+
const ClipboardInput = React.forwardRef(function ClipboardInputElement(props, ref) {
|
|
26
|
+
return (_jsx(ChakraClipboard.Input, { asChild: true, children: _jsx(Input, { ref: ref, ...props }) }));
|
|
27
|
+
});
|
|
28
|
+
const ClipboardRoot = ChakraClipboard.Root;
|
|
29
|
+
const ClipboardLabel = ChakraClipboard.Label;
|
|
30
|
+
export { ClipboardButton as Button, ClipboardIconButton as IconButton, ClipboardInput as Input, ClipboardLabel as Label, ClipboardRoot as Root, };
|
|
@@ -1,13 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
clipboard_exports
|
|
4
|
-
} from "../../chunk-YX44E5NF.js";
|
|
5
|
-
import "../../chunk-BLSGOJQ7.js";
|
|
6
|
-
import "../../chunk-KTLWEUNW.js";
|
|
7
|
-
import "../../chunk-OJZPPAT6.js";
|
|
8
|
-
import "../../chunk-5HVAMQYO.js";
|
|
9
|
-
import "../../chunk-OME35FUG.js";
|
|
10
|
-
import "../../chunk-RTMS5TJN.js";
|
|
11
|
-
export {
|
|
12
|
-
clipboard_exports as Clipboard
|
|
13
|
-
};
|
|
1
|
+
export * as Clipboard from "./clipboard.js";
|
|
2
|
+
export { useClipboard } from '@chakra-ui/react/clipboard';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type IconButtonProps } from '../icon-button/index.ts';
|
|
2
|
+
export interface CloseButtonProps extends IconButtonProps {
|
|
3
|
+
}
|
|
4
|
+
export declare const CloseButton: import("react").ForwardRefExoticComponent<CloseButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
import { IconButton } from "../icon-button/index.js";
|
|
5
|
+
import { CloseIcon } from "../icons/icons.js";
|
|
6
|
+
export const CloseButton = forwardRef(function CloseButton(props, ref) {
|
|
7
|
+
return (_jsx(IconButton, { variant: "ghost", "aria-label": "Close", ref: ref, ...props, children: props.children ?? _jsx(CloseIcon, {}) }));
|
|
8
|
+
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
1
|
+
export { CloseButton } from './close-button.tsx';
|
|
2
|
+
export type { CloseButtonProps } from './close-button.tsx';
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "../../chunk-JMYI6YXR.js";
|
|
3
|
-
import {
|
|
4
|
-
CloseButton
|
|
5
|
-
} from "../../chunk-WZUKOJGI.js";
|
|
6
|
-
import "../../chunk-OJZPPAT6.js";
|
|
7
|
-
import "../../chunk-5HVAMQYO.js";
|
|
8
|
-
import "../../chunk-OME35FUG.js";
|
|
9
|
-
import "../../chunk-RTMS5TJN.js";
|
|
10
|
-
export {
|
|
11
|
-
CloseButton
|
|
12
|
-
};
|
|
1
|
+
export { CloseButton } from "./close-button.js";
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { CodeProps_alias_1 as CodeProps } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { Code, type CodeProps } from '@chakra-ui/react/code';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CodeBlock } from '@chakra-ui/react/code-block';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CodeBlock } from '@chakra-ui/react/code-block';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Collapsible } from '@chakra-ui/react/collapsible';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { SpanProps } from '@chakra-ui/react';
|
|
3
|
+
import type { ThemeProviderProps } from 'next-themes';
|
|
4
|
+
export interface ColorModeProviderProps extends ThemeProviderProps {
|
|
5
|
+
}
|
|
6
|
+
export declare function ColorModeProvider(props: ColorModeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export type ColorMode = 'light' | 'dark';
|
|
8
|
+
export interface UseColorModeReturn {
|
|
9
|
+
colorMode: ColorMode;
|
|
10
|
+
setColorMode: (colorMode: ColorMode) => void;
|
|
11
|
+
toggleColorMode: () => void;
|
|
12
|
+
}
|
|
13
|
+
export declare function useColorMode(): UseColorModeReturn;
|
|
14
|
+
export declare function useColorModeValue<T>(light: T, dark: T): T;
|
|
15
|
+
export declare const ColorModeTrigger: React.ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & {
|
|
16
|
+
fallback?: React.ReactNode;
|
|
17
|
+
} & React.RefAttributes<HTMLButtonElement>>;
|
|
18
|
+
export declare const LightMode: React.ForwardRefExoticComponent<SpanProps & React.RefAttributes<HTMLSpanElement>>;
|
|
19
|
+
export declare const DarkMode: React.ForwardRefExoticComponent<SpanProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { ClientOnly, Span, chakra } from '@chakra-ui/react';
|
|
5
|
+
import { ThemeProvider, useTheme } from 'next-themes';
|
|
6
|
+
export function ColorModeProvider(props) {
|
|
7
|
+
return (_jsx(ThemeProvider, { attribute: "class", disableTransitionOnChange: true, ...props }));
|
|
8
|
+
}
|
|
9
|
+
export function useColorMode() {
|
|
10
|
+
const { resolvedTheme, setTheme, forcedTheme } = useTheme();
|
|
11
|
+
const colorMode = forcedTheme || resolvedTheme;
|
|
12
|
+
const toggleColorMode = () => {
|
|
13
|
+
setTheme(resolvedTheme === 'dark' ? 'light' : 'dark');
|
|
14
|
+
};
|
|
15
|
+
return {
|
|
16
|
+
colorMode: colorMode,
|
|
17
|
+
setColorMode: setTheme,
|
|
18
|
+
toggleColorMode,
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export function useColorModeValue(light, dark) {
|
|
22
|
+
const { colorMode } = useColorMode();
|
|
23
|
+
return colorMode === 'dark' ? dark : light;
|
|
24
|
+
}
|
|
25
|
+
export const ColorModeTrigger = React.forwardRef(function ColorModeButton(props, ref) {
|
|
26
|
+
const { fallback, children, ...rest } = props;
|
|
27
|
+
const { toggleColorMode } = useColorMode();
|
|
28
|
+
return (_jsx(ClientOnly, { fallback: props.fallback, children: _jsx(chakra.button, { onClick: toggleColorMode, "aria-label": "Toggle color mode", ref: ref, ...rest, children: children }) }));
|
|
29
|
+
});
|
|
30
|
+
export const LightMode = React.forwardRef(function LightMode(props, ref) {
|
|
31
|
+
return (_jsx(Span, { color: "fg", display: "contents", className: "chakra-theme light", colorPalette: "gray", colorScheme: "light", ref: ref, ...props }));
|
|
32
|
+
});
|
|
33
|
+
export const DarkMode = React.forwardRef(function DarkMode(props, ref) {
|
|
34
|
+
return (_jsx(Span, { color: "fg", display: "contents", className: "chakra-theme dark", colorPalette: "gray", colorScheme: "dark", ref: ref, ...props }));
|
|
35
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColorModeProvider, useColorMode, useColorModeValue, DarkMode, LightMode, ColorModeTrigger, } from "./color-mode.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ColorPicker } from '@chakra-ui/react/color-picker';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ColorSwatchProps } from '../../_tsup-dts-rollup.js';
|
|
3
|
-
export { ColorSwatchBaseProps } from '../../_tsup-dts-rollup.js';
|
|
4
|
-
export { ColorSwatchMix } from '../../_tsup-dts-rollup.js';
|
|
5
|
-
export { ColorSwatchMixProps } from '../../_tsup-dts-rollup.js';
|
|
6
|
-
export { ColorSwatchPropsProvider } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { ColorSwatch, type ColorSwatchProps, type ColorSwatchBaseProps, ColorSwatchMix, type ColorSwatchMixProps, ColorSwatchPropsProvider, } from '@chakra-ui/react/color-swatch';
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
ColorSwatch,
|
|
4
|
-
ColorSwatchMix,
|
|
5
|
-
ColorSwatchPropsProvider
|
|
6
|
-
} from "../../chunk-TYMVLD3B.js";
|
|
7
|
-
import "../../chunk-RTMS5TJN.js";
|
|
8
|
-
export {
|
|
9
|
-
ColorSwatch,
|
|
10
|
-
ColorSwatchMix,
|
|
11
|
-
ColorSwatchPropsProvider
|
|
12
|
-
};
|
|
1
|
+
export { ColorSwatch, ColorSwatchMix, ColorSwatchPropsProvider, } from '@chakra-ui/react/color-swatch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Combobox, useCombobox, useComboboxContext, useComboboxItemContext, useComboboxStyles, } from '@chakra-ui/react/combobox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Combobox, useCombobox, useComboboxContext, useComboboxItemContext, useComboboxStyles, } from '@chakra-ui/react/combobox';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type HTMLChakraProps, UnstyledProp } from '@chakra-ui/react/styled-system';
|
|
3
|
+
import type { CommandVariantProps } from '@saas-ui/chakra-preset/recipes/command';
|
|
4
|
+
import type { RecipeProps } from '../../types.ts';
|
|
5
|
+
export interface CommandBaseProps extends RecipeProps<'suiCommand', CommandVariantProps>, UnstyledProp {
|
|
6
|
+
}
|
|
7
|
+
export interface CommandProps extends HTMLChakraProps<'span'>, CommandBaseProps, CommandVariantProps {
|
|
8
|
+
/**
|
|
9
|
+
* The modifiers to use for the command.
|
|
10
|
+
* @default ['then', 'or', '+']
|
|
11
|
+
*/
|
|
12
|
+
modifiers?: Array<string>;
|
|
13
|
+
}
|
|
14
|
+
export declare const Command: React.FC<CommandProps>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { createRecipeContext, } from '@chakra-ui/react/styled-system';
|
|
4
|
+
import { Kbd } from "../kbd/index.js";
|
|
5
|
+
const { withContext } = createRecipeContext({
|
|
6
|
+
key: 'suiCommand',
|
|
7
|
+
});
|
|
8
|
+
export const Command = (props) => {
|
|
9
|
+
const { children, modifiers, ...rest } = props;
|
|
10
|
+
if (typeof children !== 'string') {
|
|
11
|
+
return _jsx(_Fragment, { children: children });
|
|
12
|
+
}
|
|
13
|
+
const keys = children.split(/\s|\+/);
|
|
14
|
+
return (_jsx(StyledCommand, { ...rest, children: keys.map((key) => (_jsx(Key, { modifiers: modifiers, size: props.size, children: key }, key))) }));
|
|
15
|
+
};
|
|
16
|
+
const StyledCommand = withContext('span');
|
|
17
|
+
const Key = (props) => {
|
|
18
|
+
const { modifiers = ['then', 'or', '+'], children, ...rest } = props;
|
|
19
|
+
if (typeof children !== 'string') {
|
|
20
|
+
return _jsx(_Fragment, { children: children });
|
|
21
|
+
}
|
|
22
|
+
if (modifiers.includes(children)) {
|
|
23
|
+
return _jsx("span", { children: children });
|
|
24
|
+
}
|
|
25
|
+
return _jsx(Kbd, { ...rest, children: children });
|
|
26
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Command } from './command.tsx';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { ContainerProps_alias_1 as ContainerProps } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { Container, type ContainerProps } from '@chakra-ui/react/container';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { useDataListStyles_alias_1 as useDataListStyles } from '../../_tsup-dts-rollup.js';
|
|
1
|
+
export { DataList, useDataListStyles } from '@chakra-ui/react/data-list';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type RefObject } from 'react';
|
|
2
|
+
import { Dialog as ChakraDialog } from '@chakra-ui/react/dialog';
|
|
3
|
+
export interface ContentProps extends ChakraDialog.ContentProps {
|
|
4
|
+
portalled?: boolean;
|
|
5
|
+
portalRef?: RefObject<HTMLElement>;
|
|
6
|
+
backdrop?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const Content: import("react").ForwardRefExoticComponent<ContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export declare const CloseButton: import("react").ForwardRefExoticComponent<ChakraDialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
export declare const CloseTrigger: import("react").ForwardRefExoticComponent<ChakraDialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
export type RootProps = ChakraDialog.RootProps;
|
|
12
|
+
export declare const Root: import("react").FC<ChakraDialog.RootProps>;
|
|
13
|
+
export declare const Context: (props: import("@ark-ui/react").DialogContextProps) => import("react").ReactNode;
|
|
14
|
+
export declare const Footer: import("react").ForwardRefExoticComponent<ChakraDialog.FooterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export declare const Header: import("react").ForwardRefExoticComponent<ChakraDialog.HeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export declare const Body: import("react").ForwardRefExoticComponent<ChakraDialog.BodyProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export declare const Backdrop: import("react").ForwardRefExoticComponent<ChakraDialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export declare const Title: import("react").ForwardRefExoticComponent<ChakraDialog.TitleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export declare const Description: import("react").ForwardRefExoticComponent<ChakraDialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export declare const Trigger: import("react").ForwardRefExoticComponent<ChakraDialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
21
|
+
export declare const ActionTrigger: import("react").ForwardRefExoticComponent<ChakraDialog.ActionTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef } from 'react';
|
|
4
|
+
import { Dialog as ChakraDialog } from '@chakra-ui/react/dialog';
|
|
5
|
+
import { Portal } from '@chakra-ui/react/portal';
|
|
6
|
+
import { CloseButton as CloseButtonBase } from "../close-button/index.js";
|
|
7
|
+
export const Content = forwardRef(function DialogContent(props, ref) {
|
|
8
|
+
const { children, portalled = true, portalRef, backdrop = true, ...rest } = props;
|
|
9
|
+
return (_jsxs(Portal, { disabled: !portalled, container: portalRef, children: [backdrop && _jsx(ChakraDialog.Backdrop, {}), _jsx(ChakraDialog.Positioner, { children: _jsx(ChakraDialog.Content, { ref: ref, ...rest, asChild: false, children: children }) })] }));
|
|
10
|
+
});
|
|
11
|
+
export const CloseButton = forwardRef(function DialogCloseTrigger(props, ref) {
|
|
12
|
+
return (_jsx(ChakraDialog.CloseTrigger, { ...props, asChild: true, children: _jsx(CloseButtonBase, { size: "sm", ref: ref, children: props.children }) }));
|
|
13
|
+
});
|
|
14
|
+
export const CloseTrigger = ChakraDialog.CloseTrigger;
|
|
15
|
+
export const Root = ChakraDialog.Root;
|
|
16
|
+
export const Context = ChakraDialog.Context;
|
|
17
|
+
export const Footer = ChakraDialog.Footer;
|
|
18
|
+
export const Header = ChakraDialog.Header;
|
|
19
|
+
export const Body = ChakraDialog.Body;
|
|
20
|
+
export const Backdrop = ChakraDialog.Backdrop;
|
|
21
|
+
export const Title = ChakraDialog.Title;
|
|
22
|
+
export const Description = ChakraDialog.Description;
|
|
23
|
+
export const Trigger = ChakraDialog.Trigger;
|
|
24
|
+
export const ActionTrigger = ChakraDialog.ActionTrigger;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * as Dialog from './dialog.tsx';
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
dialog_exports
|
|
4
|
-
} from "../../chunk-HHUVJRPT.js";
|
|
5
|
-
import "../../chunk-JMYI6YXR.js";
|
|
6
|
-
import "../../chunk-WZUKOJGI.js";
|
|
7
|
-
import "../../chunk-OJZPPAT6.js";
|
|
8
|
-
import "../../chunk-5HVAMQYO.js";
|
|
9
|
-
import "../../chunk-OME35FUG.js";
|
|
10
|
-
import "../../chunk-RTMS5TJN.js";
|
|
11
|
-
export {
|
|
12
|
-
dialog_exports as Dialog
|
|
13
|
-
};
|
|
1
|
+
export * as Dialog from "./dialog.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DownloadTrigger, type DownloadTriggerProps, } from '@chakra-ui/react/download-trigger';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DownloadTrigger, } from '@chakra-ui/react/download-trigger';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Drawer as ChakraDrawer } from '@chakra-ui/react';
|
|
2
|
+
export interface ContentProps extends ChakraDrawer.ContentProps {
|
|
3
|
+
portalled?: boolean;
|
|
4
|
+
portalRef?: React.RefObject<HTMLElement>;
|
|
5
|
+
offset?: ChakraDrawer.ContentProps['padding'];
|
|
6
|
+
}
|
|
7
|
+
export declare const Content: import("react").ForwardRefExoticComponent<ContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export declare const CloseButton: import("react").ForwardRefExoticComponent<ChakraDrawer.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
export declare const CloseTrigger: import("react").ForwardRefExoticComponent<ChakraDrawer.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
export declare const Trigger: import("react").ForwardRefExoticComponent<ChakraDrawer.TriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
export declare const Root: import("react").FC<ChakraDrawer.RootProps>;
|
|
12
|
+
export declare const Footer: import("react").ForwardRefExoticComponent<ChakraDrawer.FooterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export declare const Header: import("react").ForwardRefExoticComponent<ChakraDrawer.HeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export declare const Body: import("react").ForwardRefExoticComponent<ChakraDrawer.BodyProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export declare const Backdrop: import("react").ForwardRefExoticComponent<ChakraDrawer.BackdropProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export declare const Description: import("react").ForwardRefExoticComponent<ChakraDrawer.DescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export declare const Title: import("react").ForwardRefExoticComponent<ChakraDrawer.TitleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
+
export declare const ActionTrigger: import("react").ForwardRefExoticComponent<ChakraDrawer.ActionTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
export declare const Context: (props: import("@ark-ui/react").DialogContextProps) => import("react").ReactNode;
|
|
20
|
+
export type RootProps = ChakraDrawer.RootProps;
|