@saas-ui/react 3.0.0-next.2 → 3.0.0-next.21
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 +124 -0
- package/dist/.tsbuildinfo.json +1 -0
- package/dist/colors.d.ts +1 -0
- package/dist/colors.js +1 -0
- package/dist/components/accordion/accordion.d.ts +14 -0
- package/dist/components/accordion/accordion.js +15 -0
- package/dist/components/accordion/accordion.recipe.d.ts +75 -0
- package/dist/components/accordion/accordion.recipe.js +139 -0
- package/dist/components/accordion/index.d.ts +1 -0
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/action-bar/action-bar.d.ts +16 -0
- package/dist/components/action-bar/action-bar.js +17 -0
- package/dist/components/action-bar/action-bar.recipe.d.ts +1 -0
- package/dist/components/action-bar/action-bar.recipe.js +56 -0
- package/dist/components/action-bar/index.d.ts +1 -0
- package/dist/components/action-bar/index.js +1 -0
- package/dist/components/alert/alert.d.ts +10 -0
- package/dist/components/alert/alert.js +9 -0
- package/dist/components/alert/alert.recipe.d.ts +120 -0
- package/dist/components/alert/alert.recipe.js +149 -0
- package/dist/components/alert/index.d.ts +1 -0
- package/dist/components/alert/index.js +1 -0
- package/dist/components/app-shell/app-shell.d.ts +40 -0
- package/dist/components/app-shell/app-shell.js +22 -0
- package/dist/components/app-shell/app-shell.recipe.d.ts +18 -0
- package/dist/components/app-shell/app-shell.recipe.js +45 -0
- package/dist/components/app-shell/index.d.ts +2 -0
- package/dist/components/app-shell/index.js +1 -0
- package/dist/components/aspect-ratio/index.d.ts +1 -0
- package/dist/components/aspect-ratio/index.js +1 -0
- package/dist/components/avatar/avatar.d.ts +17 -0
- package/dist/components/avatar/avatar.js +25 -0
- package/dist/components/avatar/avatar.recipe.d.ts +89 -0
- package/dist/components/avatar/avatar.recipe.js +130 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/avatar/index.js +1 -0
- 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 -0
- package/dist/components/back-button/index.js +1 -0
- package/dist/components/badge/badge.recipe.d.ts +48 -0
- package/dist/components/badge/badge.recipe.js +66 -0
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/bleed/index.d.ts +1 -0
- package/dist/components/bleed/index.js +1 -0
- package/dist/components/blockquote/blockquote.d.ts +9 -0
- package/dist/components/blockquote/blockquote.js +7 -0
- package/dist/components/blockquote/blockquote.recipe.d.ts +52 -0
- package/dist/components/blockquote/blockquote.recipe.js +77 -0
- package/dist/components/blockquote/index.d.ts +1 -0
- package/dist/components/blockquote/index.js +1 -0
- package/dist/components/box/index.d.ts +1 -0
- package/dist/components/box/index.js +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
- package/dist/components/breadcrumb/breadcrumb.js +15 -0
- package/dist/components/breadcrumb/breadcrumb.recipe.d.ts +46 -0
- package/dist/components/breadcrumb/breadcrumb.recipe.js +90 -0
- package/dist/components/breadcrumb/index.d.ts +1 -0
- package/dist/components/breadcrumb/index.js +1 -0
- package/dist/components/button/button.recipe.d.ts +138 -0
- package/dist/components/button/button.recipe.js +182 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.js +1 -0
- package/dist/components/button-group/index.d.ts +2 -0
- package/dist/components/button-group/index.js +1 -0
- package/dist/components/card/card.recipe.d.ts +70 -0
- package/dist/components/card/card.recipe.js +120 -0
- package/dist/components/card/index.js +2 -0
- package/dist/components/center/index.d.ts +1 -0
- package/dist/components/center/index.js +1 -0
- package/dist/components/checkbox/checkbox.d.ts +7 -0
- package/dist/components/checkbox/checkbox.js +7 -0
- package/dist/components/checkbox/checkbox.recipe.d.ts +80 -0
- package/dist/components/checkbox/checkbox.recipe.js +64 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
- package/dist/components/checkbox-card/checkbox-card.js +10 -0
- package/dist/components/checkbox-card/checkbox-card.recipe.d.ts +188 -0
- package/dist/components/checkbox-card/checkbox-card.recipe.js +201 -0
- package/dist/components/checkbox-card/index.d.ts +1 -0
- package/dist/components/checkbox-card/index.js +1 -0
- package/dist/components/checkmark/checkmark.recipe.d.ts +54 -0
- package/dist/components/checkmark/checkmark.recipe.js +80 -0
- package/dist/components/checkmark/index.d.ts +1 -0
- package/dist/components/checkmark/index.js +1 -0
- package/dist/components/client-only/index.d.ts +1 -0
- package/dist/components/client-only/index.js +1 -0
- package/dist/components/clipboard/clipboard.d.ts +22 -0
- package/dist/components/clipboard/clipboard.js +29 -0
- package/dist/components/clipboard/index.d.ts +3 -0
- package/dist/components/clipboard/index.js +2 -0
- package/dist/components/close-button/close-button.d.ts +4 -0
- package/dist/components/close-button/close-button.js +7 -0
- package/dist/components/close-button/index.d.ts +2 -0
- package/dist/components/close-button/index.js +1 -0
- package/dist/components/code/code.recipe.d.ts +48 -0
- package/dist/components/code/code.recipe.js +14 -0
- package/dist/components/code/index.d.ts +1 -0
- package/dist/components/code/index.js +1 -0
- package/dist/components/collapsible/collapsible.recipe.d.ts +1 -0
- package/dist/components/collapsible/collapsible.recipe.js +19 -0
- package/dist/components/color-swatch/index.d.ts +1 -0
- package/dist/components/color-swatch/index.js +1 -0
- package/dist/components/command/command.d.ts +14 -0
- package/dist/components/command/command.js +25 -0
- package/dist/components/command/command.recipe.d.ts +15 -0
- package/dist/components/command/command.recipe.js +34 -0
- package/dist/components/command/index.d.ts +1 -0
- package/dist/components/command/index.js +1 -0
- package/dist/components/container/container.recipe.d.ts +14 -0
- package/dist/components/container/container.recipe.js +25 -0
- package/dist/components/container/index.d.ts +1 -0
- package/dist/components/container/index.js +1 -0
- package/dist/components/data-list/data-list.recipe.d.ts +55 -0
- package/dist/components/data-list/data-list.recipe.js +78 -0
- package/dist/components/dialog/dialog.d.ts +21 -0
- package/dist/components/dialog/dialog.js +23 -0
- package/dist/components/dialog/dialog.recipe.d.ts +148 -0
- package/dist/components/dialog/dialog.recipe.js +219 -0
- package/dist/components/dialog/index.d.ts +1 -0
- package/dist/components/dialog/index.js +1 -0
- package/dist/components/drawer/drawer.d.ts +20 -0
- package/dist/components/drawer/drawer.js +24 -0
- package/dist/components/drawer/drawer.recipe.d.ts +113 -0
- package/dist/components/drawer/drawer.recipe.js +197 -0
- package/dist/components/drawer/index.d.ts +1 -0
- package/dist/components/drawer/index.js +1 -0
- package/dist/components/editable/editable.recipe.d.ts +37 -0
- package/dist/components/editable/editable.recipe.js +83 -0
- package/dist/components/editable/index.d.ts +1 -0
- package/dist/components/editable/index.js +1 -0
- package/dist/components/empty-state/empty-state.d.ts +7 -0
- package/dist/components/empty-state/empty-state.js +11 -0
- package/dist/components/empty-state/empty-state.recipe.d.ts +82 -0
- package/dist/components/empty-state/empty-state.recipe.js +130 -0
- package/dist/components/empty-state/index.d.ts +2 -0
- package/dist/components/empty-state/index.js +1 -0
- package/dist/components/env/index.d.ts +1 -0
- package/dist/components/env/index.js +1 -0
- package/dist/components/field/field.recipe.d.ts +29 -0
- package/dist/components/field/field.recipe.js +74 -0
- package/dist/components/fieldset/fieldset.recipe.d.ts +37 -0
- package/dist/components/fieldset/fieldset.recipe.js +59 -0
- package/dist/components/fieldset/index.d.ts +1 -0
- package/dist/components/fieldset/index.js +1 -0
- 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/file-upload.recipe.d.ts +1 -0
- package/dist/components/file-upload/file-upload.recipe.js +90 -0
- package/dist/components/file-upload/index.d.ts +2 -0
- package/dist/components/file-upload/index.js +2 -0
- package/dist/components/flex/index.d.ts +1 -0
- package/dist/components/flex/index.js +1 -0
- package/dist/components/float/index.d.ts +1 -0
- package/dist/components/float/index.js +1 -0
- package/dist/components/focus-trap/index.d.ts +1 -0
- package/dist/components/focus-trap/index.js +1 -0
- package/dist/components/for/index.d.ts +1 -0
- package/dist/components/for/index.js +1 -0
- package/dist/components/format/index.d.ts +1 -0
- package/dist/components/format/index.js +1 -0
- package/dist/components/grid/index.d.ts +1 -0
- package/dist/components/grid/index.js +1 -0
- 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 +7 -0
- package/dist/components/grid-list/grid-list.recipe.d.ts +60 -0
- package/dist/components/grid-list/grid-list.recipe.js +132 -0
- package/dist/components/grid-list/index.d.ts +1 -0
- package/dist/components/grid-list/index.js +1 -0
- package/dist/components/group/index.d.ts +1 -0
- package/dist/components/group/index.js +1 -0
- package/dist/components/heading/heading.recipe.d.ts +37 -0
- package/dist/components/heading/heading.recipe.js +26 -0
- package/dist/components/heading/index.d.ts +1 -0
- package/dist/components/heading/index.js +1 -0
- package/dist/components/highlight/index.d.ts +1 -0
- package/dist/components/highlight/index.js +1 -0
- package/dist/components/hover-card/hover-card.d.ts +11 -0
- package/dist/components/hover-card/hover-card.js +13 -0
- package/dist/components/hover-card/hover-card.recipe.d.ts +28 -0
- package/dist/components/hover-card/hover-card.recipe.js +70 -0
- package/dist/components/hover-card/index.d.ts +1 -0
- package/dist/components/hover-card/index.js +1 -0
- package/dist/components/icon/icon.recipe.d.ts +25 -0
- package/dist/components/icon/icon.recipe.js +27 -0
- package/dist/components/icon/index.d.ts +1 -0
- package/dist/components/icon/index.js +1 -0
- 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/icon-badge.recipe.d.ts +43 -0
- package/dist/components/icon-badge/icon-badge.recipe.js +56 -0
- package/dist/components/icon-badge/index.d.ts +2 -0
- package/dist/components/icon-badge/index.js +1 -0
- package/dist/components/icon-button/icon-button.d.ts +4 -0
- package/dist/components/icon-button/icon-button.js +6 -0
- package/dist/components/icon-button/index.d.ts +1 -0
- package/dist/components/icon-button/index.js +1 -0
- 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 +18 -0
- package/dist/components/icons/icons.js +74 -0
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/icons/index.js +1 -0
- package/dist/components/image/index.d.ts +1 -0
- package/dist/components/image/index.js +1 -0
- package/dist/components/info-tip/index.d.ts +1 -0
- package/dist/components/info-tip/index.js +1 -0
- package/dist/components/info-tip/info-tip.d.ts +8 -0
- package/dist/components/info-tip/info-tip.js +9 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/input-addon.recipe.d.ts +56 -0
- package/dist/components/input/input-addon.recipe.js +36 -0
- package/dist/components/input/input.recipe.d.ts +66 -0
- package/dist/components/input/input.recipe.js +93 -0
- package/dist/components/kbd/index.d.ts +1 -0
- package/dist/components/kbd/index.js +1 -0
- package/dist/components/kbd/kbd.recipe.d.ts +36 -0
- package/dist/components/kbd/kbd.recipe.js +56 -0
- package/dist/components/link/index.d.ts +2 -0
- package/dist/components/link/index.js +1 -0
- package/dist/components/link/link.d.ts +10 -0
- package/dist/components/link/link.js +15 -0
- package/dist/components/link/link.recipe.d.ts +18 -0
- package/dist/components/link/link.recipe.js +34 -0
- package/dist/components/list/list.recipe.d.ts +38 -0
- package/dist/components/list/list.recipe.js +62 -0
- package/dist/components/loading-overlay/index.d.ts +2 -0
- package/dist/components/loading-overlay/index.js +2 -0
- 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 +16 -0
- package/dist/components/loading-overlay/loading-overlay.recipe.d.ts +35 -0
- package/dist/components/loading-overlay/loading-overlay.recipe.js +60 -0
- package/dist/components/locale/index.d.ts +1 -0
- package/dist/components/locale/index.js +1 -0
- package/dist/components/mark/index.d.ts +1 -0
- package/dist/components/mark/index.js +1 -0
- package/dist/components/mark/mark.recipe.d.ts +16 -0
- package/dist/components/mark/mark.recipe.js +25 -0
- package/dist/components/menu/index.d.ts +1 -0
- package/dist/components/menu/index.js +1 -0
- package/dist/components/menu/menu.d.ts +41 -0
- package/dist/components/menu/menu.js +47 -0
- package/dist/components/menu/menu.recipe.d.ts +55 -0
- package/dist/components/menu/menu.recipe.js +130 -0
- package/dist/components/native-select/index.d.ts +2 -0
- package/dist/components/native-select/index.js +1 -0
- package/dist/components/native-select/native-select.d.ts +7 -0
- package/dist/components/native-select/native-select.js +9 -0
- package/dist/components/native-select/native-select.recipe.d.ts +90 -0
- package/dist/components/native-select/native-select.recipe.js +134 -0
- package/dist/components/navbar/index.d.ts +1 -0
- package/dist/components/navbar/index.js +1 -0
- 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 +14 -0
- package/dist/components/navbar/navbar.js +17 -0
- package/dist/components/navbar/navbar.recipe.d.ts +34 -0
- package/dist/components/navbar/navbar.recipe.js +108 -0
- package/dist/components/number-input/index.d.ts +2 -0
- package/dist/components/number-input/index.js +1 -0
- package/dist/components/number-input/number-input.d.ts +9 -0
- package/dist/components/number-input/number-input.js +8 -0
- package/dist/components/number-input/number-input.recipe.d.ts +144 -0
- package/dist/components/number-input/number-input.recipe.js +111 -0
- package/dist/components/page/index.d.ts +2 -0
- package/dist/components/page/index.js +2 -0
- 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/page/page.recipe.d.ts +58 -0
- package/dist/components/page/page.recipe.js +98 -0
- package/dist/components/pagination/index.d.ts +1 -0
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/pagination.d.ts +22 -0
- package/dist/components/pagination/pagination.js +59 -0
- package/dist/components/password-input/index.d.ts +2 -0
- package/dist/components/password-input/index.js +1 -0
- 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 +4 -0
- package/dist/components/persona/index.js +2 -0
- package/dist/components/persona/persona-primitive.d.ts +77 -0
- package/dist/components/persona/persona-primitive.js +58 -0
- package/dist/components/persona/persona.context.d.ts +1 -0
- package/dist/components/persona/persona.context.js +4 -0
- package/dist/components/persona/persona.d.ts +63 -0
- package/dist/components/persona/persona.js +18 -0
- package/dist/components/persona/persona.recipe.d.ts +104 -0
- package/dist/components/persona/persona.recipe.js +106 -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 -0
- package/dist/components/pin-input/index.js +1 -0
- package/dist/components/pin-input/pin-input.d.ts +8 -0
- package/dist/components/pin-input/pin-input.js +8 -0
- package/dist/components/pin-input/pin-input.recipe.d.ts +236 -0
- package/dist/components/pin-input/pin-input.recipe.js +32 -0
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/popover/index.js +1 -0
- package/dist/components/popover/popover.d.ts +21 -0
- package/dist/components/popover/popover.js +23 -0
- package/dist/components/popover/popover.recipe.d.ts +24 -0
- package/dist/components/popover/popover.recipe.js +85 -0
- package/dist/components/portal/index.d.ts +1 -0
- package/dist/components/portal/index.js +1 -0
- package/dist/components/presence/index.d.ts +1 -0
- package/dist/components/presence/index.js +1 -0
- package/dist/components/progress/progress.recipe.d.ts +82 -0
- package/dist/components/progress/progress.recipe.js +120 -0
- package/dist/components/progress-circle/progress-circle.recipe.d.ts +49 -0
- package/dist/components/progress-circle/progress-circle.recipe.js +91 -0
- package/dist/components/qr-code/index.d.ts +2 -0
- package/dist/components/qr-code/index.js +1 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/radio.d.ts +8 -0
- package/dist/components/radio/radio.js +8 -0
- package/dist/components/radio/radiomark.recipe.d.ts +56 -0
- package/dist/components/radio/radiomark.recipe.js +94 -0
- package/dist/components/radio-card/index.d.ts +1 -0
- package/dist/components/radio-card/index.js +1 -0
- package/dist/components/radio-card/radio-card.d.ts +19 -0
- package/dist/components/radio-card/radio-card.js +13 -0
- package/dist/components/radio-card/radio-card.recipe.d.ts +191 -0
- package/dist/components/radio-card/radio-card.recipe.js +209 -0
- package/dist/components/radio-group/radio-group.recipe.d.ts +77 -0
- package/dist/components/radio-group/radio-group.recipe.js +61 -0
- package/dist/components/radiomark/index.d.ts +1 -0
- package/dist/components/radiomark/index.js +1 -0
- package/dist/components/rating-group/rating-group.recipe.d.ts +24 -0
- package/dist/components/rating-group/rating-group.recipe.js +83 -0
- package/dist/components/search-input/index.d.ts +2 -0
- package/dist/components/search-input/index.js +1 -0
- package/dist/components/search-input/search-input.d.ts +12 -0
- package/dist/components/search-input/search-input.js +35 -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/section/section.recipe.d.ts +27 -0
- package/dist/components/section/section.recipe.js +63 -0
- package/dist/components/segmented-control/index.d.ts +2 -0
- package/dist/components/segmented-control/index.js +1 -0
- package/dist/components/segmented-control/segment-group.recipe.d.ts +48 -0
- package/dist/components/segmented-control/segment-group.recipe.js +127 -0
- 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 -0
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/namespace.d.ts +2 -0
- package/dist/components/select/namespace.js +1 -0
- package/dist/components/select/select.d.ts +25 -0
- package/dist/components/select/select.js +43 -0
- package/dist/components/select/select.recipe.d.ts +155 -0
- package/dist/components/select/select.recipe.js +284 -0
- package/dist/components/separator/index.d.ts +2 -0
- package/dist/components/separator/index.js +1 -0
- package/dist/components/separator/separator.recipe.d.ts +37 -0
- package/dist/components/separator/separator.recipe.js +50 -0
- package/dist/components/show/index.d.ts +1 -0
- package/dist/components/show/index.js +1 -0
- package/dist/components/sidebar/index.d.ts +3 -0
- package/dist/components/sidebar/index.js +3 -0
- package/dist/components/sidebar/sidebar-nav-item.recipe.d.ts +62 -0
- package/dist/components/sidebar/sidebar-nav-item.recipe.js +110 -0
- 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 +77 -0
- package/dist/components/sidebar/sidebar.js +90 -0
- package/dist/components/sidebar/sidebar.recipe.d.ts +89 -0
- package/dist/components/sidebar/sidebar.recipe.js +236 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/index.js +1 -0
- package/dist/components/skeleton/skeleton.d.ts +12 -0
- package/dist/components/skeleton/skeleton.js +14 -0
- package/dist/components/skeleton/skeleton.recipe.d.ts +40 -0
- package/dist/components/skeleton/skeleton.recipe.js +49 -0
- package/dist/components/skip-nav/index.d.ts +1 -0
- package/dist/components/skip-nav/index.js +1 -0
- package/dist/components/skip-nav-link/index.d.ts +1 -0
- package/dist/components/skip-nav-link/index.js +1 -0
- package/dist/components/skip-nav-link/skip-nav-link.recipe.d.ts +1 -0
- package/dist/components/skip-nav-link/skip-nav-link.recipe.js +31 -0
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/slider/index.js +1 -0
- package/dist/components/slider/slider.d.ts +9 -0
- package/dist/components/slider/slider.js +18 -0
- package/dist/components/slider/slider.recipe.d.ts +101 -0
- package/dist/components/slider/slider.recipe.js +175 -0
- package/dist/components/spacer/index.d.ts +1 -0
- package/dist/components/spacer/index.js +1 -0
- package/dist/components/spinner/index.d.ts +2 -0
- package/dist/components/spinner/index.js +1 -0
- package/dist/components/spinner/spinner.d.ts +6 -0
- package/dist/components/spinner/spinner.js +10 -0
- package/dist/components/spinner/spinner.recipe.d.ts +22 -0
- package/dist/components/spinner/spinner.recipe.js +31 -0
- package/dist/components/stack/index.d.ts +1 -0
- package/dist/components/stack/index.js +1 -0
- package/dist/components/stat/index.d.ts +1 -0
- package/dist/components/stat/index.js +1 -0
- package/dist/components/stat/stat.d.ts +17 -0
- package/dist/components/stat/stat.js +21 -0
- package/dist/components/stat/stat.recipe.d.ts +19 -0
- package/dist/components/stat/stat.recipe.js +76 -0
- package/dist/components/status/index.d.ts +1 -0
- package/dist/components/status/index.js +1 -0
- package/dist/components/status/status.d.ts +14 -0
- package/dist/components/status/status.js +11 -0
- package/dist/components/status/status.recipe.d.ts +19 -0
- package/dist/components/status/status.recipe.js +44 -0
- package/dist/components/steps/index.d.ts +1 -0
- package/dist/components/steps/index.js +1 -0
- package/dist/components/steps/steps.d.ts +24 -0
- package/dist/components/steps/steps.js +30 -0
- package/dist/components/steps/steps.recipe.d.ts +142 -0
- package/dist/components/steps/steps.recipe.js +213 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/index.js +1 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.js +7 -0
- package/dist/components/switch/switch.recipe.d.ts +77 -0
- package/dist/components/switch/switch.recipe.js +156 -0
- package/dist/components/table/table.recipe.d.ts +121 -0
- package/dist/components/table/table.recipe.js +161 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tabs/index.js +1 -0
- package/dist/components/tabs/tabs.recipe.d.ts +243 -0
- package/dist/components/tabs/tabs.recipe.js +312 -0
- package/dist/components/tag/index.d.ts +1 -0
- package/dist/components/tag/index.js +1 -0
- package/dist/components/tag/tag.d.ts +8 -0
- package/dist/components/tag/tag.js +7 -0
- package/dist/components/tag/tag.recipe.d.ts +95 -0
- package/dist/components/tag/tag.recipe.js +154 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/textarea/index.js +1 -0
- package/dist/components/textarea/textarea.recipe.d.ts +65 -0
- package/dist/components/textarea/textarea.recipe.js +90 -0
- package/dist/components/timeline/timeline.recipe.d.ts +62 -0
- package/dist/components/timeline/timeline.recipe.js +134 -0
- package/dist/components/toaster/index.d.ts +2 -0
- package/dist/components/toaster/index.js +1 -0
- package/dist/components/toaster/toast.recipe.d.ts +1 -0
- package/dist/components/toaster/toast.recipe.js +90 -0
- package/dist/components/toaster/toaster.d.ts +6 -0
- package/dist/components/toaster/toaster.js +42 -0
- package/dist/components/toggle/index.d.ts +1 -0
- package/dist/components/toggle/index.js +1 -0
- 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 -0
- package/dist/components/toggle-tip/index.js +1 -0
- package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
- package/dist/components/toggle-tip/toggle-tip.js +8 -0
- package/dist/components/tooltip/index.d.ts +1 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/tooltip/tooltip.d.ts +10 -0
- package/dist/components/tooltip/tooltip.js +10 -0
- package/dist/components/tooltip/tooltip.recipe.d.ts +10 -0
- package/dist/components/tooltip/tooltip.recipe.js +52 -0
- package/dist/components/typography/index.d.ts +1 -0
- package/dist/components/typography/index.js +1 -0
- package/dist/components/wrap/index.d.ts +1 -0
- package/dist/components/wrap/index.js +1 -0
- package/dist/index.d.ts +118 -1500
- package/dist/index.js +113 -2923
- package/dist/preset.d.ts +3 -6
- package/dist/preset.js +10 -11
- 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 +12 -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 +90 -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/theme/animation-styles.d.ts +1 -0
- package/dist/theme/animation-styles.js +49 -0
- package/dist/theme/breakpoints.d.ts +10 -0
- package/dist/theme/breakpoints.js +8 -0
- package/dist/theme/conditions.d.ts +17 -0
- package/dist/theme/conditions.js +18 -0
- package/dist/theme/fluid-font-sizes.d.ts +0 -0
- package/dist/theme/fluid-font-sizes.js +61 -0
- package/dist/theme/global-css.d.ts +1 -0
- package/dist/theme/global-css.js +58 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/index.js +72 -0
- package/dist/theme/layer-styles.d.ts +1 -0
- package/dist/theme/layer-styles.js +125 -0
- package/dist/theme/recipes.d.ts +835 -0
- package/dist/theme/recipes.js +44 -0
- package/dist/theme/semantic-tokens/colors.d.ts +1292 -0
- package/dist/theme/semantic-tokens/colors.js +684 -0
- package/dist/theme/semantic-tokens/radii.d.ts +44 -0
- package/dist/theme/semantic-tokens/radii.js +39 -0
- package/dist/theme/semantic-tokens/shadows.d.ts +50 -0
- package/dist/theme/semantic-tokens/shadows.js +51 -0
- package/dist/theme/slot-recipes.d.ts +3803 -0
- package/dist/theme/slot-recipes.js +106 -0
- package/dist/theme/text-styles.d.ts +1 -0
- package/dist/theme/text-styles.js +38 -0
- package/dist/theme/tokens/animations.d.ts +14 -0
- package/dist/theme/tokens/animations.js +7 -0
- package/dist/theme/tokens/aspect-ratios.d.ts +20 -0
- package/dist/theme/tokens/aspect-ratios.js +9 -0
- package/dist/theme/tokens/blurs.d.ts +26 -0
- package/dist/theme/tokens/blurs.js +11 -0
- package/dist/theme/tokens/borders.d.ts +17 -0
- package/dist/theme/tokens/borders.js +8 -0
- package/dist/theme/tokens/colors.d.ts +1 -3
- package/dist/theme/tokens/colors.js +319 -7
- package/dist/theme/tokens/cursor.d.ts +26 -0
- package/dist/theme/tokens/cursor.js +11 -0
- package/dist/theme/tokens/durations.d.ts +23 -0
- package/dist/theme/tokens/durations.js +10 -0
- package/dist/theme/tokens/easings.d.ts +20 -0
- package/dist/theme/tokens/easings.js +9 -0
- package/dist/theme/tokens/font-sizes.d.ts +44 -0
- package/dist/theme/tokens/font-sizes.js +18 -0
- package/dist/theme/tokens/font-weights.d.ts +29 -0
- package/dist/theme/tokens/font-weights.js +12 -0
- package/dist/theme/tokens/fonts.d.ts +11 -0
- package/dist/theme/tokens/fonts.js +13 -0
- package/dist/theme/tokens/keyframes.d.ts +1 -0
- package/dist/theme/tokens/keyframes.js +157 -0
- package/dist/theme/tokens/letter-spacing.d.ts +17 -0
- package/dist/theme/tokens/letter-spacing.js +8 -0
- package/dist/theme/tokens/line-heights.d.ts +41 -0
- package/dist/theme/tokens/line-heights.js +17 -0
- package/dist/theme/tokens/radius.d.ts +32 -0
- package/dist/theme/tokens/radius.js +15 -0
- package/dist/theme/tokens/sizes.d.ts +257 -0
- package/dist/theme/tokens/sizes.js +66 -0
- package/dist/theme/tokens/spacing.d.ts +101 -0
- package/dist/theme/tokens/spacing.js +37 -0
- package/dist/theme/tokens/z-indices.d.ts +53 -0
- package/dist/theme/tokens/z-indices.js +32 -0
- package/dist/theme/utilities.d.ts +10 -0
- package/dist/theme/utilities.js +49 -0
- package/dist/theme/utils.d.ts +19 -0
- package/dist/theme/utils.js +34 -0
- package/dist/types.d.ts +7 -0
- package/dist/types.js +1 -0
- package/package.json +17 -19
- package/dist/accordion/index.cjs +0 -204
- package/dist/accordion/index.d.cts +0 -29
- package/dist/accordion/index.d.ts +0 -29
- package/dist/accordion/index.js +0 -43
- package/dist/action-bar/index.cjs +0 -224
- package/dist/action-bar/index.d.cts +0 -33
- package/dist/action-bar/index.d.ts +0 -33
- package/dist/action-bar/index.js +0 -39
- package/dist/alert/index.cjs +0 -234
- package/dist/alert/index.d.cts +0 -14
- package/dist/alert/index.d.ts +0 -14
- package/dist/alert/index.js +0 -47
- package/dist/app-shell/index.cjs +0 -68
- package/dist/app-shell/index.d.cts +0 -30
- package/dist/app-shell/index.d.ts +0 -30
- package/dist/app-shell/index.js +0 -45
- package/dist/aspect-ratio/index.cjs +0 -31
- package/dist/aspect-ratio/index.d.cts +0 -1
- package/dist/aspect-ratio/index.d.ts +0 -1
- package/dist/aspect-ratio/index.js +0 -10
- package/dist/avatar/index.cjs +0 -70
- package/dist/avatar/index.d.cts +0 -20
- package/dist/avatar/index.d.ts +0 -20
- package/dist/avatar/index.js +0 -43
- package/dist/back-button/index.cjs +0 -227
- package/dist/back-button/index.d.cts +0 -11
- package/dist/back-button/index.d.ts +0 -11
- package/dist/back-button/index.js +0 -191
- package/dist/badge/index.cjs +0 -33
- package/dist/badge/index.d.cts +0 -1
- package/dist/badge/index.d.ts +0 -1
- package/dist/badge/index.js +0 -11
- package/dist/bleed/index.cjs +0 -31
- package/dist/bleed/index.d.cts +0 -2
- package/dist/bleed/index.d.ts +0 -2
- package/dist/bleed/index.js +0 -9
- package/dist/blockquote/index.cjs +0 -59
- package/dist/blockquote/index.d.cts +0 -12
- package/dist/blockquote/index.d.ts +0 -12
- package/dist/blockquote/index.js +0 -23
- package/dist/box/index.cjs +0 -31
- package/dist/box/index.d.cts +0 -3
- package/dist/box/index.d.ts +0 -3
- package/dist/box/index.js +0 -10
- package/dist/breadcrumb/index.cjs +0 -58
- package/dist/breadcrumb/index.d.cts +0 -23
- package/dist/breadcrumb/index.d.ts +0 -23
- package/dist/breadcrumb/index.js +0 -35
- package/dist/button/index.cjs +0 -31
- package/dist/button/index.d.cts +0 -1
- package/dist/button/index.d.ts +0 -1
- package/dist/button/index.js +0 -8
- package/dist/button-group/index.cjs +0 -31
- package/dist/button-group/index.d.cts +0 -1
- package/dist/button-group/index.d.ts +0 -1
- package/dist/button-group/index.js +0 -8
- package/dist/card/index.cjs +0 -32
- package/dist/card/index.d.cts +0 -1
- package/dist/card/index.js +0 -9
- package/dist/center/index.cjs +0 -31
- package/dist/center/index.d.cts +0 -3
- package/dist/center/index.d.ts +0 -3
- package/dist/center/index.js +0 -9
- package/dist/checkbox/index.cjs +0 -45
- package/dist/checkbox/index.d.cts +0 -11
- package/dist/checkbox/index.d.ts +0 -11
- package/dist/checkbox/index.js +0 -19
- package/dist/checkbox-card/index.cjs +0 -66
- package/dist/checkbox-card/index.d.cts +0 -15
- package/dist/checkbox-card/index.d.ts +0 -15
- package/dist/checkbox-card/index.js +0 -40
- package/dist/checkmark/index.cjs +0 -31
- package/dist/checkmark/index.d.cts +0 -1
- package/dist/checkmark/index.d.ts +0 -1
- package/dist/checkmark/index.js +0 -7
- package/dist/chunk-2Q6YNPRO.js +0 -151
- package/dist/chunk-4F7N63LO.js +0 -43
- package/dist/chunk-A4CVFWTP.js +0 -27
- package/dist/chunk-AX3QDODM.js +0 -136
- package/dist/chunk-BFWNUE2X.js +0 -15
- package/dist/chunk-EZNMWDPR.js +0 -28
- package/dist/chunk-GMRF4UIJ.js +0 -159
- package/dist/chunk-HBX3KIPQ.js +0 -135
- package/dist/chunk-KNFGYOLD.js +0 -332
- package/dist/chunk-M5ROLN3M.js +0 -8903
- package/dist/chunk-RTMS5TJN.js +0 -10
- package/dist/chunk-V5WPZT25.js +0 -135
- package/dist/client-only/index.cjs +0 -31
- package/dist/client-only/index.d.cts +0 -1
- package/dist/client-only/index.d.ts +0 -1
- package/dist/client-only/index.js +0 -9
- package/dist/clipboard/index.cjs +0 -234
- package/dist/clipboard/index.d.cts +0 -28
- package/dist/clipboard/index.d.ts +0 -28
- package/dist/clipboard/index.js +0 -63
- package/dist/close-button/index.cjs +0 -194
- package/dist/close-button/index.d.cts +0 -9
- package/dist/close-button/index.d.ts +0 -9
- package/dist/close-button/index.js +0 -19
- package/dist/code/index.cjs +0 -31
- package/dist/code/index.d.cts +0 -3
- package/dist/code/index.d.ts +0 -3
- package/dist/code/index.js +0 -8
- package/dist/collapsible/index.cjs +0 -31
- package/dist/collapsible/index.js +0 -8
- package/dist/color-picker/index.cjs +0 -31
- package/dist/color-picker/index.js +0 -8
- package/dist/color-swatch/index.cjs +0 -35
- package/dist/color-swatch/index.d.cts +0 -3
- package/dist/color-swatch/index.d.ts +0 -3
- package/dist/color-swatch/index.js +0 -14
- package/dist/command/index.cjs +0 -61
- package/dist/command/index.d.cts +0 -36
- package/dist/command/index.d.ts +0 -36
- package/dist/command/index.js +0 -38
- package/dist/container/index.cjs +0 -31
- package/dist/container/index.d.cts +0 -1
- package/dist/container/index.d.ts +0 -1
- package/dist/container/index.js +0 -8
- package/dist/data-list/index.cjs +0 -33
- package/dist/data-list/index.js +0 -9
- package/dist/dialog/index.cjs +0 -249
- package/dist/dialog/index.d.cts +0 -46
- package/dist/dialog/index.d.ts +0 -46
- package/dist/dialog/index.js +0 -226
- package/dist/drawer/index.cjs +0 -239
- package/dist/drawer/index.d.cts +0 -44
- package/dist/drawer/index.d.ts +0 -44
- package/dist/drawer/index.js +0 -216
- package/dist/editable/index.cjs +0 -31
- package/dist/editable/index.d.cts +0 -3
- package/dist/editable/index.d.ts +0 -3
- package/dist/editable/index.js +0 -8
- package/dist/empty-state/index.cjs +0 -50
- package/dist/empty-state/index.d.cts +0 -11
- package/dist/empty-state/index.d.ts +0 -11
- package/dist/empty-state/index.js +0 -29
- package/dist/env/index.cjs +0 -33
- package/dist/env/index.d.cts +0 -1
- package/dist/env/index.d.ts +0 -1
- package/dist/env/index.js +0 -12
- package/dist/field/index.cjs +0 -35
- package/dist/field/index.js +0 -10
- package/dist/fieldset/index.cjs +0 -33
- package/dist/fieldset/index.d.cts +0 -4
- package/dist/fieldset/index.d.ts +0 -4
- package/dist/fieldset/index.js +0 -9
- package/dist/file-upload/index.cjs +0 -303
- package/dist/file-upload/index.d.cts +0 -46
- package/dist/file-upload/index.d.ts +0 -46
- package/dist/file-upload/index.js +0 -272
- package/dist/flex/index.cjs +0 -31
- package/dist/flex/index.d.cts +0 -1
- package/dist/flex/index.d.ts +0 -1
- package/dist/flex/index.js +0 -10
- package/dist/float/index.cjs +0 -31
- package/dist/float/index.d.cts +0 -1
- package/dist/float/index.d.ts +0 -1
- package/dist/float/index.js +0 -10
- package/dist/focus-trap/index.cjs +0 -31
- package/dist/focus-trap/index.d.cts +0 -1
- package/dist/focus-trap/index.d.ts +0 -1
- package/dist/focus-trap/index.js +0 -8
- package/dist/for/index.cjs +0 -31
- package/dist/for/index.d.cts +0 -4
- package/dist/for/index.d.ts +0 -4
- package/dist/for/index.js +0 -10
- package/dist/format/index.cjs +0 -33
- package/dist/format/index.d.cts +0 -1
- package/dist/format/index.d.ts +0 -1
- package/dist/format/index.js +0 -12
- package/dist/grid/index.cjs +0 -31
- package/dist/grid/index.d.cts +0 -1
- package/dist/grid/index.d.ts +0 -1
- package/dist/grid/index.js +0 -10
- package/dist/grid-list/index.cjs +0 -68
- package/dist/grid-list/index.d.cts +0 -88
- package/dist/grid-list/index.d.ts +0 -88
- package/dist/grid-list/index.js +0 -45
- package/dist/group/index.cjs +0 -31
- package/dist/group/index.d.cts +0 -1
- package/dist/group/index.d.ts +0 -1
- package/dist/group/index.js +0 -10
- package/dist/heading/index.cjs +0 -31
- package/dist/heading/index.d.cts +0 -3
- package/dist/heading/index.d.ts +0 -3
- package/dist/heading/index.js +0 -8
- package/dist/highlight/index.cjs +0 -31
- package/dist/highlight/index.d.cts +0 -1
- package/dist/highlight/index.d.ts +0 -1
- package/dist/highlight/index.js +0 -10
- package/dist/hover-card/index.cjs +0 -66
- package/dist/hover-card/index.d.cts +0 -21
- package/dist/hover-card/index.d.ts +0 -21
- package/dist/hover-card/index.js +0 -33
- package/dist/icon/index.cjs +0 -31
- package/dist/icon/index.d.cts +0 -1
- package/dist/icon/index.d.ts +0 -1
- package/dist/icon/index.js +0 -8
- package/dist/icon-badge/index.cjs +0 -70
- package/dist/icon-badge/index.d.cts +0 -16
- package/dist/icon-badge/index.d.ts +0 -16
- package/dist/icon-badge/index.js +0 -38
- package/dist/icon-button/index.cjs +0 -53
- package/dist/icon-button/index.d.cts +0 -8
- package/dist/icon-button/index.d.ts +0 -8
- package/dist/icon-button/index.js +0 -8
- package/dist/icon-button-CR4hDxYi.d.cts +0 -6
- package/dist/icon-button-CR4hDxYi.d.ts +0 -6
- package/dist/icons/index.cjs +0 -193
- package/dist/icons/index.d.cts +0 -23
- package/dist/icons/index.d.ts +0 -23
- package/dist/icons/index.js +0 -42
- package/dist/image/index.cjs +0 -31
- package/dist/image/index.d.cts +0 -2
- package/dist/image/index.d.ts +0 -2
- package/dist/image/index.js +0 -8
- package/dist/index.cjs +0 -12205
- package/dist/index.d.cts +0 -1500
- package/dist/info-tip/index.cjs +0 -306
- package/dist/info-tip/index.d.cts +0 -38
- package/dist/info-tip/index.d.ts +0 -38
- package/dist/info-tip/index.js +0 -128
- package/dist/input/index.cjs +0 -39
- package/dist/input/index.d.cts +0 -1
- package/dist/input/index.d.ts +0 -1
- package/dist/input/index.js +0 -18
- package/dist/kbd/index.cjs +0 -31
- package/dist/kbd/index.d.cts +0 -3
- package/dist/kbd/index.d.ts +0 -3
- package/dist/kbd/index.js +0 -8
- package/dist/link/index.cjs +0 -71
- package/dist/link/index.d.cts +0 -13
- package/dist/link/index.d.ts +0 -13
- package/dist/link/index.js +0 -36
- package/dist/list/index.cjs +0 -31
- package/dist/list/index.js +0 -8
- package/dist/loader/index.cjs +0 -31
- package/dist/loader/index.js +0 -8
- package/dist/loading-overlay/index.cjs +0 -87
- package/dist/loading-overlay/index.d.cts +0 -31
- package/dist/loading-overlay/index.d.ts +0 -31
- package/dist/loading-overlay/index.js +0 -66
- package/dist/locale/index.cjs +0 -33
- package/dist/locale/index.d.cts +0 -1
- package/dist/locale/index.d.ts +0 -1
- package/dist/locale/index.js +0 -12
- package/dist/mark/index.cjs +0 -31
- package/dist/mark/index.d.cts +0 -2
- package/dist/mark/index.d.ts +0 -2
- package/dist/mark/index.js +0 -8
- package/dist/menu/index.cjs +0 -249
- package/dist/menu/index.d.cts +0 -40
- package/dist/menu/index.d.ts +0 -40
- package/dist/menu/index.js +0 -101
- package/dist/native-select/index.cjs +0 -185
- package/dist/native-select/index.d.cts +0 -10
- package/dist/native-select/index.d.ts +0 -10
- package/dist/native-select/index.js +0 -22
- package/dist/navbar/index.cjs +0 -111
- package/dist/navbar/index.d.cts +0 -21
- package/dist/navbar/index.d.ts +0 -21
- package/dist/navbar/index.js +0 -78
- package/dist/number-input/index.cjs +0 -67
- package/dist/number-input/index.d.cts +0 -13
- package/dist/number-input/index.d.ts +0 -13
- package/dist/number-input/index.js +0 -40
- package/dist/page/index.cjs +0 -196
- package/dist/page/index.d.cts +0 -50
- package/dist/page/index.d.ts +0 -50
- package/dist/page/index.js +0 -167
- package/dist/pagination/index.cjs +0 -260
- package/dist/pagination/index.d.cts +0 -43
- package/dist/pagination/index.d.ts +0 -43
- package/dist/pagination/index.js +0 -223
- package/dist/password-input/index.cjs +0 -284
- package/dist/password-input/index.d.cts +0 -18
- package/dist/password-input/index.d.ts +0 -18
- package/dist/password-input/index.js +0 -230
- package/dist/persona/index.cjs +0 -247
- package/dist/persona/index.d.cts +0 -230
- package/dist/persona/index.d.ts +0 -230
- package/dist/persona/index.js +0 -212
- package/dist/pin-input/index.cjs +0 -52
- package/dist/pin-input/index.d.cts +0 -12
- package/dist/pin-input/index.d.ts +0 -12
- package/dist/pin-input/index.js +0 -27
- package/dist/popover/index.cjs +0 -259
- package/dist/popover/index.d.cts +0 -37
- package/dist/popover/index.d.ts +0 -37
- package/dist/popover/index.js +0 -226
- package/dist/portal/index.cjs +0 -31
- package/dist/portal/index.d.cts +0 -3
- package/dist/portal/index.d.ts +0 -3
- package/dist/portal/index.js +0 -10
- package/dist/presence/index.cjs +0 -31
- package/dist/presence/index.d.cts +0 -1
- package/dist/presence/index.d.ts +0 -1
- package/dist/presence/index.js +0 -8
- package/dist/preset.cjs +0 -9240
- package/dist/preset.d.cts +0 -6
- package/dist/progress/index.cjs +0 -31
- package/dist/progress/index.js +0 -8
- package/dist/progress-circle/index.cjs +0 -31
- package/dist/progress-circle/index.js +0 -8
- package/dist/qr-code/index.cjs +0 -31
- package/dist/qr-code/index.d.cts +0 -3
- package/dist/qr-code/index.d.ts +0 -3
- package/dist/qr-code/index.js +0 -8
- package/dist/radio/index.cjs +0 -46
- package/dist/radio/index.d.cts +0 -10
- package/dist/radio/index.d.ts +0 -10
- package/dist/radio/index.js +0 -21
- package/dist/radio-card/index.cjs +0 -75
- package/dist/radio-card/index.d.cts +0 -31
- package/dist/radio-card/index.d.ts +0 -31
- package/dist/radio-card/index.js +0 -52
- package/dist/radio-group/index.cjs +0 -31
- package/dist/radio-group/index.js +0 -8
- package/dist/radiomark/index.cjs +0 -31
- package/dist/radiomark/index.d.cts +0 -2
- package/dist/radiomark/index.d.ts +0 -2
- package/dist/radiomark/index.js +0 -10
- package/dist/rating-group/index.cjs +0 -31
- package/dist/rating-group/index.js +0 -8
- package/dist/search-input/index.cjs +0 -274
- package/dist/search-input/index.d.cts +0 -15
- package/dist/search-input/index.d.ts +0 -15
- package/dist/search-input/index.js +0 -119
- package/dist/segmented-control/index.cjs +0 -61
- package/dist/segmented-control/index.d.cts +0 -14
- package/dist/segmented-control/index.d.ts +0 -14
- package/dist/segmented-control/index.js +0 -36
- package/dist/select/index.cjs +0 -286
- package/dist/select/index.d.cts +0 -33
- package/dist/select/index.d.ts +0 -33
- package/dist/select/index.js +0 -137
- package/dist/separator/index.cjs +0 -31
- package/dist/separator/index.d.cts +0 -3
- package/dist/separator/index.d.ts +0 -3
- package/dist/separator/index.js +0 -8
- package/dist/show/index.cjs +0 -31
- package/dist/show/index.d.cts +0 -1
- package/dist/show/index.d.ts +0 -1
- package/dist/show/index.js +0 -10
- package/dist/sidebar/index.cjs +0 -168
- package/dist/sidebar/index.d.cts +0 -90
- package/dist/sidebar/index.d.ts +0 -90
- package/dist/sidebar/index.js +0 -142
- package/dist/skeleton/index.cjs +0 -61
- package/dist/skeleton/index.d.cts +0 -17
- package/dist/skeleton/index.d.ts +0 -17
- package/dist/skeleton/index.js +0 -34
- package/dist/skip-nav/index.cjs +0 -33
- package/dist/skip-nav/index.d.cts +0 -1
- package/dist/skip-nav/index.d.ts +0 -1
- package/dist/skip-nav/index.js +0 -12
- package/dist/skip-nav-link/index.cjs +0 -33
- package/dist/skip-nav-link/index.d.cts +0 -3
- package/dist/skip-nav-link/index.d.ts +0 -3
- package/dist/skip-nav-link/index.js +0 -11
- package/dist/slider/index.cjs +0 -62
- package/dist/slider/index.d.cts +0 -13
- package/dist/slider/index.d.ts +0 -13
- package/dist/slider/index.js +0 -36
- package/dist/spacer/index.cjs +0 -31
- package/dist/spacer/index.d.cts +0 -1
- package/dist/spacer/index.d.ts +0 -1
- package/dist/spacer/index.js +0 -9
- package/dist/spinner/index.cjs +0 -44
- package/dist/spinner/index.d.cts +0 -10
- package/dist/spinner/index.d.ts +0 -10
- package/dist/spinner/index.js +0 -18
- package/dist/stack/index.cjs +0 -31
- package/dist/stack/index.d.cts +0 -1
- package/dist/stack/index.d.ts +0 -1
- package/dist/stack/index.js +0 -9
- package/dist/stat/index.cjs +0 -83
- package/dist/stat/index.d.cts +0 -29
- package/dist/stat/index.d.ts +0 -29
- package/dist/stat/index.js +0 -50
- package/dist/status/index.cjs +0 -45
- package/dist/status/index.d.cts +0 -18
- package/dist/status/index.d.ts +0 -18
- package/dist/status/index.js +0 -20
- package/dist/steps/index.cjs +0 -221
- package/dist/steps/index.d.cts +0 -31
- package/dist/steps/index.d.ts +0 -31
- package/dist/steps/index.js +0 -198
- package/dist/switch/index.cjs +0 -48
- package/dist/switch/index.d.cts +0 -18
- package/dist/switch/index.d.ts +0 -18
- package/dist/switch/index.js +0 -23
- package/dist/table/index.cjs +0 -31
- package/dist/table/index.js +0 -8
- package/dist/tabs/index.cjs +0 -37
- package/dist/tabs/index.d.cts +0 -3
- package/dist/tabs/index.d.ts +0 -3
- package/dist/tabs/index.js +0 -15
- package/dist/tag/index.cjs +0 -53
- package/dist/tag/index.d.cts +0 -12
- package/dist/tag/index.d.ts +0 -12
- package/dist/tag/index.js +0 -27
- package/dist/textarea/index.cjs +0 -31
- package/dist/textarea/index.d.cts +0 -1
- package/dist/textarea/index.d.ts +0 -1
- package/dist/textarea/index.js +0 -7
- package/dist/theme/tokens/colors.cjs +0 -349
- package/dist/theme/tokens/colors.d.cts +0 -856
- package/dist/timeline/index.cjs +0 -31
- package/dist/timeline/index.js +0 -7
- package/dist/toaster/index.cjs +0 -264
- package/dist/toaster/index.d.cts +0 -235
- package/dist/toaster/index.d.ts +0 -235
- package/dist/toaster/index.js +0 -241
- package/dist/toggle/index.cjs +0 -31
- package/dist/toggle/index.d.cts +0 -3
- package/dist/toggle/index.d.ts +0 -3
- package/dist/toggle/index.js +0 -8
- package/dist/toggle-tip/index.cjs +0 -296
- package/dist/toggle-tip/index.d.cts +0 -32
- package/dist/toggle-tip/index.d.ts +0 -32
- package/dist/toggle-tip/index.js +0 -263
- package/dist/tooltip/index.cjs +0 -58
- package/dist/tooltip/index.d.cts +0 -14
- package/dist/tooltip/index.d.ts +0 -14
- package/dist/tooltip/index.js +0 -33
- package/dist/typography/index.cjs +0 -37
- package/dist/typography/index.d.cts +0 -1
- package/dist/typography/index.d.ts +0 -1
- package/dist/typography/index.js +0 -16
- package/dist/visually-hidden/index.cjs +0 -31
- package/dist/visually-hidden/index.js +0 -8
- /package/dist/{card → components/card}/index.d.ts +0 -0
- /package/dist/{collapsible → components/collapsible}/index.d.ts +0 -0
- /package/dist/{collapsible/index.d.cts → components/collapsible/index.js} +0 -0
- /package/dist/{color-picker → components/color-picker}/index.d.ts +0 -0
- /package/dist/{color-picker/index.d.cts → components/color-picker/index.js} +0 -0
- /package/dist/{data-list → components/data-list}/index.d.ts +0 -0
- /package/dist/{data-list/index.d.cts → components/data-list/index.js} +0 -0
- /package/dist/{field → components/field}/index.d.ts +0 -0
- /package/dist/{field/index.d.cts → components/field/index.js} +0 -0
- /package/dist/{list → components/list}/index.d.ts +0 -0
- /package/dist/{list/index.d.cts → components/list/index.js} +0 -0
- /package/dist/{loader → components/loader}/index.d.ts +0 -0
- /package/dist/{loader/index.d.cts → components/loader/index.js} +0 -0
- /package/dist/{progress → components/progress}/index.d.ts +0 -0
- /package/dist/{progress/index.d.cts → components/progress/index.js} +0 -0
- /package/dist/{progress-circle → components/progress-circle}/index.d.ts +0 -0
- /package/dist/{progress-circle/index.d.cts → components/progress-circle/index.js} +0 -0
- /package/dist/{radio-group → components/radio-group}/index.d.ts +0 -0
- /package/dist/{radio-group/index.d.cts → components/radio-group/index.js} +0 -0
- /package/dist/{rating-group → components/rating-group}/index.d.ts +0 -0
- /package/dist/{rating-group/index.d.cts → components/rating-group/index.js} +0 -0
- /package/dist/{table → components/table}/index.d.ts +0 -0
- /package/dist/{table/index.d.cts → components/table/index.js} +0 -0
- /package/dist/{timeline → components/timeline}/index.d.ts +0 -0
- /package/dist/{timeline/index.d.cts → components/timeline/index.js} +0 -0
- /package/dist/{visually-hidden → components/visually-hidden}/index.d.ts +0 -0
- /package/dist/{visually-hidden/index.d.cts → components/visually-hidden/index.js} +0 -0
@@ -0,0 +1,835 @@
|
|
1
|
+
export declare const recipes: {
|
2
|
+
badge: import("@chakra-ui/react").RecipeDefinition<{
|
3
|
+
variant: {
|
4
|
+
solid: {
|
5
|
+
bg: "colorPalette.solid";
|
6
|
+
color: "colorPalette.contrast";
|
7
|
+
};
|
8
|
+
subtle: {
|
9
|
+
bg: "colorPalette.subtle";
|
10
|
+
color: "colorPalette.fg";
|
11
|
+
};
|
12
|
+
outline: {
|
13
|
+
color: "colorPalette.fg";
|
14
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
15
|
+
shadowColor: "colorPalette.subtle";
|
16
|
+
};
|
17
|
+
surface: {
|
18
|
+
bg: "colorPalette.muted/20";
|
19
|
+
color: "colorPalette.fg";
|
20
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
21
|
+
shadowColor: "colorPalette.subtle";
|
22
|
+
};
|
23
|
+
plain: {
|
24
|
+
color: "colorPalette.fg";
|
25
|
+
};
|
26
|
+
};
|
27
|
+
size: {
|
28
|
+
xs: {
|
29
|
+
textStyle: "2xs";
|
30
|
+
px: "1";
|
31
|
+
minH: "4";
|
32
|
+
};
|
33
|
+
sm: {
|
34
|
+
textStyle: "xs";
|
35
|
+
px: "1.5";
|
36
|
+
minH: "5";
|
37
|
+
};
|
38
|
+
md: {
|
39
|
+
textStyle: "sm";
|
40
|
+
px: "2";
|
41
|
+
minH: "6";
|
42
|
+
};
|
43
|
+
lg: {
|
44
|
+
textStyle: "sm";
|
45
|
+
px: "2.5";
|
46
|
+
minH: "7";
|
47
|
+
};
|
48
|
+
};
|
49
|
+
}>;
|
50
|
+
button: import("@chakra-ui/react").RecipeDefinition<{
|
51
|
+
size: {
|
52
|
+
xs: {
|
53
|
+
gap: "1";
|
54
|
+
h: "6";
|
55
|
+
minW: "6";
|
56
|
+
textStyle: "xs";
|
57
|
+
borderRadius: "control.sm";
|
58
|
+
px: "2";
|
59
|
+
};
|
60
|
+
sm: {
|
61
|
+
gap: "2";
|
62
|
+
h: "7";
|
63
|
+
minW: "7";
|
64
|
+
textStyle: "sm";
|
65
|
+
borderRadius: "control.md";
|
66
|
+
px: "2.5";
|
67
|
+
};
|
68
|
+
md: {
|
69
|
+
gap: "2";
|
70
|
+
h: "8";
|
71
|
+
minW: "8";
|
72
|
+
borderRadius: "control.md";
|
73
|
+
textStyle: "sm";
|
74
|
+
px: "3";
|
75
|
+
};
|
76
|
+
lg: {
|
77
|
+
gap: "3";
|
78
|
+
h: "10";
|
79
|
+
minW: "10";
|
80
|
+
borderRadius: "control.lg";
|
81
|
+
textStyle: "md";
|
82
|
+
px: "4.5";
|
83
|
+
};
|
84
|
+
xl: {
|
85
|
+
gap: "3";
|
86
|
+
h: "12";
|
87
|
+
minW: "12";
|
88
|
+
borderRadius: "control.lg";
|
89
|
+
textStyle: "lg";
|
90
|
+
px: "6";
|
91
|
+
};
|
92
|
+
};
|
93
|
+
variant: {
|
94
|
+
solid: {
|
95
|
+
bg: "colorPalette.solid";
|
96
|
+
boxShadow: "sm";
|
97
|
+
color: "colorPalette.contrast";
|
98
|
+
_hover: {
|
99
|
+
bg: "colorPalette.solid/90";
|
100
|
+
};
|
101
|
+
_popupExpanded: {
|
102
|
+
bg: string;
|
103
|
+
};
|
104
|
+
};
|
105
|
+
subtle: {
|
106
|
+
bg: "colorPalette.muted";
|
107
|
+
color: "colorPalette.fg";
|
108
|
+
_hover: {
|
109
|
+
bg: "colorPalette.subtle";
|
110
|
+
};
|
111
|
+
_popupExpanded: {
|
112
|
+
bg: string;
|
113
|
+
};
|
114
|
+
};
|
115
|
+
glass: {
|
116
|
+
bg: "colorPalette.solid";
|
117
|
+
color: "colorPalette.contrast";
|
118
|
+
'--btn-shadow': "shadows.sm";
|
119
|
+
boxShadow: "0 0 0 1px rgba(0,0,0,0.25) inset, 0px 2px 0px 0px rgba(255,255,255,0.2) inset, var(--btn-shadow)";
|
120
|
+
textShadow: "0 1px 2px rgba(0,0,0,0.3)";
|
121
|
+
overflow: "clip";
|
122
|
+
_after: {
|
123
|
+
content: "\"\"";
|
124
|
+
position: "absolute";
|
125
|
+
top: "0";
|
126
|
+
left: "0";
|
127
|
+
right: "0";
|
128
|
+
bottom: "0";
|
129
|
+
background: "linear-gradient(180deg, white 40%, rgba(0,0,0,0.2))";
|
130
|
+
opacity: number;
|
131
|
+
transitionProperty: "opacity";
|
132
|
+
transitionDuration: "moderate";
|
133
|
+
pointerEvents: "none";
|
134
|
+
};
|
135
|
+
_hover: {
|
136
|
+
bg: "colorPalette.solid";
|
137
|
+
_after: {
|
138
|
+
background: "linear-gradient(180deg, rgba(255,255,255,0.8) 40%, rgba(0,0,0,0.6))";
|
139
|
+
};
|
140
|
+
};
|
141
|
+
_popupExpanded: {
|
142
|
+
bg: string;
|
143
|
+
_after: {
|
144
|
+
background: string;
|
145
|
+
};
|
146
|
+
};
|
147
|
+
};
|
148
|
+
surface: {
|
149
|
+
bg: "colorPalette.muted/20";
|
150
|
+
borderWidth: "1px";
|
151
|
+
borderColor: "colorPalette.emphasized/90";
|
152
|
+
color: "colorPalette.fg";
|
153
|
+
shadow: "xs";
|
154
|
+
_hover: {
|
155
|
+
bg: "colorPalette.muted";
|
156
|
+
borderColor: "colorPalette.emphasized";
|
157
|
+
};
|
158
|
+
_popupExpanded: {
|
159
|
+
bg: string;
|
160
|
+
borderColor: string;
|
161
|
+
};
|
162
|
+
};
|
163
|
+
outline: {
|
164
|
+
borderWidth: "0.5px";
|
165
|
+
borderColor: "colorPalette.emphasized";
|
166
|
+
color: "colorPalette.fg";
|
167
|
+
_hover: {
|
168
|
+
bg: "colorPalette.muted";
|
169
|
+
};
|
170
|
+
_popupExpanded: {
|
171
|
+
bg: string;
|
172
|
+
};
|
173
|
+
};
|
174
|
+
ghost: {
|
175
|
+
color: "colorPalette.fg";
|
176
|
+
_hover: {
|
177
|
+
bg: "colorPalette.subtle";
|
178
|
+
};
|
179
|
+
_popupExpanded: {
|
180
|
+
bg: string;
|
181
|
+
};
|
182
|
+
};
|
183
|
+
plain: {
|
184
|
+
color: "colorPalette.fg";
|
185
|
+
};
|
186
|
+
};
|
187
|
+
}>;
|
188
|
+
code: import("@chakra-ui/react").RecipeDefinition<{
|
189
|
+
variant: {
|
190
|
+
solid: {
|
191
|
+
bg: "colorPalette.solid";
|
192
|
+
color: "colorPalette.contrast";
|
193
|
+
};
|
194
|
+
subtle: {
|
195
|
+
bg: "colorPalette.subtle";
|
196
|
+
color: "colorPalette.fg";
|
197
|
+
};
|
198
|
+
outline: {
|
199
|
+
color: "colorPalette.fg";
|
200
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
201
|
+
shadowColor: "colorPalette.subtle";
|
202
|
+
};
|
203
|
+
surface: {
|
204
|
+
bg: "colorPalette.muted/20";
|
205
|
+
color: "colorPalette.fg";
|
206
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
207
|
+
shadowColor: "colorPalette.subtle";
|
208
|
+
};
|
209
|
+
plain: {
|
210
|
+
color: "colorPalette.fg";
|
211
|
+
};
|
212
|
+
};
|
213
|
+
size: {
|
214
|
+
xs: {
|
215
|
+
textStyle: "2xs";
|
216
|
+
px: "1";
|
217
|
+
minH: "4";
|
218
|
+
};
|
219
|
+
sm: {
|
220
|
+
textStyle: "xs";
|
221
|
+
px: "1.5";
|
222
|
+
minH: "5";
|
223
|
+
};
|
224
|
+
md: {
|
225
|
+
textStyle: "sm";
|
226
|
+
px: "2";
|
227
|
+
minH: "6";
|
228
|
+
};
|
229
|
+
lg: {
|
230
|
+
textStyle: "sm";
|
231
|
+
px: "2.5";
|
232
|
+
minH: "7";
|
233
|
+
};
|
234
|
+
};
|
235
|
+
}>;
|
236
|
+
container: import("@chakra-ui/react").RecipeDefinition<{
|
237
|
+
centerContent: {
|
238
|
+
true: {
|
239
|
+
display: "flex";
|
240
|
+
flexDirection: "column";
|
241
|
+
alignItems: "center";
|
242
|
+
};
|
243
|
+
};
|
244
|
+
fluid: {
|
245
|
+
true: {
|
246
|
+
maxWidth: "full";
|
247
|
+
};
|
248
|
+
};
|
249
|
+
}>;
|
250
|
+
heading: import("@chakra-ui/react").RecipeDefinition<{
|
251
|
+
size: {
|
252
|
+
xs: {
|
253
|
+
textStyle: "xs";
|
254
|
+
};
|
255
|
+
sm: {
|
256
|
+
textStyle: "sm";
|
257
|
+
};
|
258
|
+
md: {
|
259
|
+
textStyle: "md";
|
260
|
+
};
|
261
|
+
lg: {
|
262
|
+
textStyle: "lg";
|
263
|
+
};
|
264
|
+
xl: {
|
265
|
+
textStyle: "xl";
|
266
|
+
};
|
267
|
+
'2xl': {
|
268
|
+
textStyle: "2xl";
|
269
|
+
};
|
270
|
+
'3xl': {
|
271
|
+
textStyle: "3xl";
|
272
|
+
};
|
273
|
+
'4xl': {
|
274
|
+
textStyle: "4xl";
|
275
|
+
};
|
276
|
+
'5xl': {
|
277
|
+
textStyle: "5xl";
|
278
|
+
};
|
279
|
+
'6xl': {
|
280
|
+
textStyle: "6xl";
|
281
|
+
};
|
282
|
+
'7xl': {
|
283
|
+
textStyle: "7xl";
|
284
|
+
};
|
285
|
+
};
|
286
|
+
}>;
|
287
|
+
input: import("@chakra-ui/react").RecipeDefinition<{
|
288
|
+
size: {
|
289
|
+
xs: {
|
290
|
+
borderRadius: "control.sm";
|
291
|
+
textStyle: "xs";
|
292
|
+
px: "2";
|
293
|
+
'--input-height': "sizes.6";
|
294
|
+
};
|
295
|
+
sm: {
|
296
|
+
borderRadius: "control.md";
|
297
|
+
textStyle: "sm";
|
298
|
+
px: "2.5";
|
299
|
+
'--input-height': "sizes.7";
|
300
|
+
};
|
301
|
+
md: {
|
302
|
+
borderRadius: "control.md";
|
303
|
+
textStyle: "sm";
|
304
|
+
px: "3";
|
305
|
+
'--input-height': "sizes.8";
|
306
|
+
};
|
307
|
+
lg: {
|
308
|
+
borderRadius: "control.lg";
|
309
|
+
textStyle: "md";
|
310
|
+
px: "4.5";
|
311
|
+
'--input-height': "sizes.10";
|
312
|
+
};
|
313
|
+
xl: {
|
314
|
+
borderRadius: "control.lg";
|
315
|
+
textStyle: "md";
|
316
|
+
px: "6";
|
317
|
+
'--input-height': "sizes.12";
|
318
|
+
};
|
319
|
+
};
|
320
|
+
variant: {
|
321
|
+
outline: {
|
322
|
+
bg: "transparent";
|
323
|
+
borderWidth: "1px";
|
324
|
+
borderColor: "border";
|
325
|
+
focusVisibleRing: "inside";
|
326
|
+
focusRingWidth: "0";
|
327
|
+
_hover: {
|
328
|
+
borderColor: "border.emphasized";
|
329
|
+
_focusVisible: {
|
330
|
+
borderColor: "var(--focus-ring-color)";
|
331
|
+
};
|
332
|
+
};
|
333
|
+
};
|
334
|
+
subtle: {
|
335
|
+
borderWidth: "1px";
|
336
|
+
borderColor: "transparent";
|
337
|
+
bg: "bg.muted";
|
338
|
+
focusVisibleRing: "inside";
|
339
|
+
};
|
340
|
+
flushed: {
|
341
|
+
bg: "transparent";
|
342
|
+
borderBottomWidth: "1px";
|
343
|
+
borderBottomColor: "border";
|
344
|
+
borderRadius: "0";
|
345
|
+
px: "0";
|
346
|
+
_focusVisible: {
|
347
|
+
borderColor: "var(--focus-color)";
|
348
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
349
|
+
};
|
350
|
+
};
|
351
|
+
};
|
352
|
+
}>;
|
353
|
+
inputAddon: import("@chakra-ui/react").RecipeDefinition<{
|
354
|
+
size: {
|
355
|
+
xs: {
|
356
|
+
borderRadius: "control.sm";
|
357
|
+
textStyle: "xs";
|
358
|
+
px: "2";
|
359
|
+
'--input-height': "sizes.6";
|
360
|
+
};
|
361
|
+
sm: {
|
362
|
+
borderRadius: "control.md";
|
363
|
+
textStyle: "sm";
|
364
|
+
px: "2.5";
|
365
|
+
'--input-height': "sizes.7";
|
366
|
+
};
|
367
|
+
md: {
|
368
|
+
borderRadius: "control.md";
|
369
|
+
textStyle: "sm";
|
370
|
+
px: "3";
|
371
|
+
'--input-height': "sizes.8";
|
372
|
+
};
|
373
|
+
lg: {
|
374
|
+
borderRadius: "control.lg";
|
375
|
+
textStyle: "md";
|
376
|
+
px: "4.5";
|
377
|
+
'--input-height': "sizes.10";
|
378
|
+
};
|
379
|
+
xl: {
|
380
|
+
borderRadius: "control.lg";
|
381
|
+
textStyle: "md";
|
382
|
+
px: "6";
|
383
|
+
'--input-height': "sizes.12";
|
384
|
+
};
|
385
|
+
};
|
386
|
+
variant: {
|
387
|
+
outline: {
|
388
|
+
border: "1px solid";
|
389
|
+
borderColor: "border";
|
390
|
+
bg: "bg.muted";
|
391
|
+
};
|
392
|
+
subtle: {
|
393
|
+
border: "2px solid";
|
394
|
+
borderColor: "transparent";
|
395
|
+
bg: {
|
396
|
+
_light: "gray.100";
|
397
|
+
_dark: "whiteAlpha.50";
|
398
|
+
};
|
399
|
+
};
|
400
|
+
flushed: {
|
401
|
+
borderBottom: "1px solid";
|
402
|
+
borderColor: "inherit";
|
403
|
+
borderRadius: "0";
|
404
|
+
px: "0";
|
405
|
+
bg: "transparent";
|
406
|
+
};
|
407
|
+
};
|
408
|
+
}>;
|
409
|
+
kbd: import("@chakra-ui/react").RecipeDefinition<{
|
410
|
+
variant: {
|
411
|
+
raised: {
|
412
|
+
bg: "colorPalette.subtle";
|
413
|
+
color: "colorPalette.fg";
|
414
|
+
borderWidth: "1px";
|
415
|
+
borderBottomWidth: "2px";
|
416
|
+
borderColor: "colorPalette.muted";
|
417
|
+
};
|
418
|
+
outline: {
|
419
|
+
borderWidth: "1px";
|
420
|
+
color: "colorPalette.fg";
|
421
|
+
};
|
422
|
+
subtle: {
|
423
|
+
bg: "colorPalette.subtle";
|
424
|
+
color: "colorPalette.fg";
|
425
|
+
};
|
426
|
+
plain: {
|
427
|
+
color: "colorPalette.fg";
|
428
|
+
};
|
429
|
+
};
|
430
|
+
size: {
|
431
|
+
sm: {
|
432
|
+
textStyle: "xs";
|
433
|
+
height: "4.5";
|
434
|
+
};
|
435
|
+
md: {
|
436
|
+
textStyle: "xs";
|
437
|
+
height: "5";
|
438
|
+
};
|
439
|
+
lg: {
|
440
|
+
textStyle: "sm";
|
441
|
+
height: "6";
|
442
|
+
};
|
443
|
+
};
|
444
|
+
}>;
|
445
|
+
link: import("@chakra-ui/react").RecipeDefinition<{
|
446
|
+
variant: {
|
447
|
+
underline: {
|
448
|
+
color: "colorPalette.fg";
|
449
|
+
textDecoration: "underline";
|
450
|
+
textUnderlineOffset: "3px";
|
451
|
+
textDecorationColor: "currentColor/20";
|
452
|
+
};
|
453
|
+
plain: {
|
454
|
+
color: "colorPalette.fg";
|
455
|
+
_hover: {
|
456
|
+
textDecoration: "underline";
|
457
|
+
textUnderlineOffset: "3px";
|
458
|
+
textDecorationColor: "currentColor/20";
|
459
|
+
};
|
460
|
+
};
|
461
|
+
};
|
462
|
+
}>;
|
463
|
+
mark: import("@chakra-ui/react").RecipeDefinition<{
|
464
|
+
variant: {
|
465
|
+
subtle: {
|
466
|
+
bg: "colorPalette.subtle";
|
467
|
+
color: "inherit";
|
468
|
+
};
|
469
|
+
solid: {
|
470
|
+
bg: "colorPalette.solid";
|
471
|
+
color: "colorPalette.contrast";
|
472
|
+
};
|
473
|
+
text: {
|
474
|
+
fontWeight: "medium";
|
475
|
+
};
|
476
|
+
plain: {};
|
477
|
+
};
|
478
|
+
}>;
|
479
|
+
separator: import("@chakra-ui/react").RecipeDefinition<{
|
480
|
+
variant: {
|
481
|
+
solid: {
|
482
|
+
borderStyle: "solid";
|
483
|
+
};
|
484
|
+
dashed: {
|
485
|
+
borderStyle: "dashed";
|
486
|
+
};
|
487
|
+
dotted: {
|
488
|
+
borderStyle: "dotted";
|
489
|
+
};
|
490
|
+
};
|
491
|
+
orientation: {
|
492
|
+
vertical: {
|
493
|
+
height: "100%";
|
494
|
+
borderInlineStartWidth: "var(--separator-thickness)";
|
495
|
+
};
|
496
|
+
horizontal: {
|
497
|
+
width: "100%";
|
498
|
+
borderTopWidth: "var(--separator-thickness)";
|
499
|
+
};
|
500
|
+
};
|
501
|
+
size: {
|
502
|
+
xs: {
|
503
|
+
'--separator-thickness': "0.5px";
|
504
|
+
};
|
505
|
+
sm: {
|
506
|
+
'--separator-thickness': "1px";
|
507
|
+
};
|
508
|
+
md: {
|
509
|
+
'--separator-thickness': "2px";
|
510
|
+
};
|
511
|
+
lg: {
|
512
|
+
'--separator-thickness': "3px";
|
513
|
+
};
|
514
|
+
};
|
515
|
+
}>;
|
516
|
+
skeleton: import("@chakra-ui/react").RecipeDefinition<{
|
517
|
+
loading: {
|
518
|
+
true: {
|
519
|
+
borderRadius: "l2";
|
520
|
+
boxShadow: "none";
|
521
|
+
backgroundClip: "padding-box";
|
522
|
+
cursor: "default";
|
523
|
+
color: "transparent";
|
524
|
+
pointerEvents: "none";
|
525
|
+
userSelect: "none";
|
526
|
+
flexShrink: "0";
|
527
|
+
'&::before, &::after, *': {
|
528
|
+
visibility: "hidden";
|
529
|
+
};
|
530
|
+
};
|
531
|
+
false: {
|
532
|
+
background: "unset";
|
533
|
+
animation: "fade-in var(--fade-duration, 0.1s) ease-out !important";
|
534
|
+
};
|
535
|
+
};
|
536
|
+
variant: {
|
537
|
+
pulse: {
|
538
|
+
background: "bg.emphasized";
|
539
|
+
animation: "pulse";
|
540
|
+
animationDuration: "var(--duration, 1.2s)";
|
541
|
+
};
|
542
|
+
shine: {
|
543
|
+
'--animate-from': "200%";
|
544
|
+
'--animate-to': "-200%";
|
545
|
+
'--start-color': "colors.bg.muted";
|
546
|
+
'--end-color': "colors.bg.emphasized";
|
547
|
+
backgroundImage: "linear-gradient(270deg,var(--start-color),var(--end-color),var(--end-color),var(--start-color))";
|
548
|
+
backgroundSize: "400% 100%";
|
549
|
+
animation: "bg-position var(--duration, 5s) ease-in-out infinite";
|
550
|
+
};
|
551
|
+
none: {
|
552
|
+
animation: "none";
|
553
|
+
};
|
554
|
+
};
|
555
|
+
}>;
|
556
|
+
skipNavLink: import("@chakra-ui/react").RecipeDefinition<import("@chakra-ui/react").RecipeVariantRecord>;
|
557
|
+
spinner: import("@chakra-ui/react").RecipeDefinition<{
|
558
|
+
size: {
|
559
|
+
inherit: {
|
560
|
+
'--spinner-size': "1em";
|
561
|
+
};
|
562
|
+
xs: {
|
563
|
+
'--spinner-size': "sizes.3";
|
564
|
+
};
|
565
|
+
sm: {
|
566
|
+
'--spinner-size': "sizes.4";
|
567
|
+
};
|
568
|
+
md: {
|
569
|
+
'--spinner-size': "sizes.5";
|
570
|
+
};
|
571
|
+
lg: {
|
572
|
+
'--spinner-size': "sizes.8";
|
573
|
+
};
|
574
|
+
xl: {
|
575
|
+
'--spinner-size': "sizes.10";
|
576
|
+
};
|
577
|
+
};
|
578
|
+
}>;
|
579
|
+
textarea: import("@chakra-ui/react").RecipeDefinition<{
|
580
|
+
size: {
|
581
|
+
xs: {
|
582
|
+
borderRadius: "control.sm";
|
583
|
+
textStyle: "xs";
|
584
|
+
px: "2";
|
585
|
+
py: "1";
|
586
|
+
scrollPaddingBottom: "1";
|
587
|
+
};
|
588
|
+
sm: {
|
589
|
+
borderRadius: "control.md";
|
590
|
+
textStyle: "sm";
|
591
|
+
px: "2.5";
|
592
|
+
py: "1.5";
|
593
|
+
scrollPaddingBottom: "1.5";
|
594
|
+
};
|
595
|
+
md: {
|
596
|
+
borderRadius: "control.md";
|
597
|
+
textStyle: "sm";
|
598
|
+
px: "3";
|
599
|
+
py: "1.5";
|
600
|
+
scrollPaddingBottom: "1.5";
|
601
|
+
};
|
602
|
+
lg: {
|
603
|
+
borderRadius: "control.lg";
|
604
|
+
textStyle: "md";
|
605
|
+
px: "4";
|
606
|
+
py: "2";
|
607
|
+
scrollPaddingBottom: "2";
|
608
|
+
};
|
609
|
+
xl: {
|
610
|
+
borderRadius: "control.lg";
|
611
|
+
textStyle: "md";
|
612
|
+
px: "4.5";
|
613
|
+
py: "3.5";
|
614
|
+
scrollPaddingBottom: "3.5";
|
615
|
+
};
|
616
|
+
};
|
617
|
+
variant: {
|
618
|
+
outline: {
|
619
|
+
bg: "transparent";
|
620
|
+
borderWidth: "1px";
|
621
|
+
borderColor: "border";
|
622
|
+
focusVisibleRing: "inside";
|
623
|
+
focusRingWidth: number;
|
624
|
+
};
|
625
|
+
subtle: {
|
626
|
+
borderWidth: "1px";
|
627
|
+
borderColor: "transparent";
|
628
|
+
bg: "bg.muted";
|
629
|
+
focusVisibleRing: "inside";
|
630
|
+
};
|
631
|
+
flushed: {
|
632
|
+
bg: "transparent";
|
633
|
+
borderBottomWidth: "1px";
|
634
|
+
borderBottomColor: "border";
|
635
|
+
borderRadius: "0";
|
636
|
+
px: "0";
|
637
|
+
_focusVisible: {
|
638
|
+
borderColor: "var(--focus-color)";
|
639
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
640
|
+
};
|
641
|
+
};
|
642
|
+
};
|
643
|
+
}>;
|
644
|
+
icon: import("@chakra-ui/react").RecipeDefinition<{
|
645
|
+
size: {
|
646
|
+
inherit: {
|
647
|
+
'--icon-size': "1em";
|
648
|
+
};
|
649
|
+
xs: {
|
650
|
+
'--icon-size': "sizes.3";
|
651
|
+
};
|
652
|
+
sm: {
|
653
|
+
'--icon-size': "sizes.4";
|
654
|
+
};
|
655
|
+
md: {
|
656
|
+
'--icon-size': "sizes.5";
|
657
|
+
};
|
658
|
+
lg: {
|
659
|
+
'--icon-size': "sizes.6";
|
660
|
+
};
|
661
|
+
xl: {
|
662
|
+
'--icon-size': "sizes.7";
|
663
|
+
};
|
664
|
+
'2xl': {
|
665
|
+
'--icon-size': "sizes.8";
|
666
|
+
};
|
667
|
+
};
|
668
|
+
}>;
|
669
|
+
checkmark: import("@chakra-ui/react").RecipeDefinition<{
|
670
|
+
size: {
|
671
|
+
xs: {
|
672
|
+
boxSize: "3";
|
673
|
+
};
|
674
|
+
sm: {
|
675
|
+
boxSize: "3.5";
|
676
|
+
};
|
677
|
+
md: {
|
678
|
+
boxSize: "4";
|
679
|
+
p: "0.5";
|
680
|
+
};
|
681
|
+
lg: {
|
682
|
+
boxSize: "5";
|
683
|
+
p: "0.5";
|
684
|
+
};
|
685
|
+
};
|
686
|
+
variant: {
|
687
|
+
solid: {
|
688
|
+
borderColor: "border";
|
689
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
690
|
+
bg: "colorPalette.solid";
|
691
|
+
color: "colorPalette.contrast";
|
692
|
+
borderColor: "colorPalette.solid";
|
693
|
+
};
|
694
|
+
};
|
695
|
+
outline: {
|
696
|
+
borderColor: "border";
|
697
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
698
|
+
color: "colorPalette.fg";
|
699
|
+
borderColor: "colorPalette.solid";
|
700
|
+
};
|
701
|
+
};
|
702
|
+
subtle: {
|
703
|
+
bg: "colorPalette.muted";
|
704
|
+
borderColor: "colorPalette.muted";
|
705
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
706
|
+
color: "colorPalette.fg";
|
707
|
+
};
|
708
|
+
};
|
709
|
+
plain: {
|
710
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
711
|
+
color: "colorPalette.fg";
|
712
|
+
};
|
713
|
+
};
|
714
|
+
inverted: {
|
715
|
+
borderColor: "border";
|
716
|
+
color: "colorPalette.fg";
|
717
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
718
|
+
borderColor: "colorPalette.solid";
|
719
|
+
};
|
720
|
+
};
|
721
|
+
};
|
722
|
+
}>;
|
723
|
+
radiomark: import("@chakra-ui/react").RecipeDefinition<{
|
724
|
+
variant: {
|
725
|
+
solid: {
|
726
|
+
borderWidth: "1px";
|
727
|
+
borderColor: "border";
|
728
|
+
_checked: {
|
729
|
+
bg: "colorPalette.solid";
|
730
|
+
color: "colorPalette.contrast";
|
731
|
+
borderColor: "colorPalette.solid";
|
732
|
+
};
|
733
|
+
};
|
734
|
+
subtle: {
|
735
|
+
borderWidth: "1px";
|
736
|
+
bg: "colorPalette.muted";
|
737
|
+
borderColor: "colorPalette.muted";
|
738
|
+
color: "transparent";
|
739
|
+
_checked: {
|
740
|
+
color: "colorPalette.fg";
|
741
|
+
};
|
742
|
+
};
|
743
|
+
outline: {
|
744
|
+
borderWidth: "1px";
|
745
|
+
borderColor: "inherit";
|
746
|
+
_checked: {
|
747
|
+
color: "colorPalette.fg";
|
748
|
+
borderColor: "colorPalette.solid";
|
749
|
+
};
|
750
|
+
'& .dot': {
|
751
|
+
scale: "0.6";
|
752
|
+
};
|
753
|
+
};
|
754
|
+
inverted: {
|
755
|
+
bg: "bg";
|
756
|
+
borderWidth: "1px";
|
757
|
+
borderColor: "inherit";
|
758
|
+
_checked: {
|
759
|
+
color: "colorPalette.solid";
|
760
|
+
borderColor: "currentcolor";
|
761
|
+
};
|
762
|
+
};
|
763
|
+
};
|
764
|
+
size: {
|
765
|
+
xs: {
|
766
|
+
boxSize: "3";
|
767
|
+
};
|
768
|
+
sm: {
|
769
|
+
boxSize: "3.5";
|
770
|
+
};
|
771
|
+
md: {
|
772
|
+
boxSize: "4";
|
773
|
+
};
|
774
|
+
lg: {
|
775
|
+
boxSize: "5";
|
776
|
+
};
|
777
|
+
};
|
778
|
+
}>;
|
779
|
+
suiCommand: import("@chakra-ui/react").RecipeDefinition<{
|
780
|
+
size: {
|
781
|
+
sm: {
|
782
|
+
fontSize: "xs";
|
783
|
+
};
|
784
|
+
md: {
|
785
|
+
fontSize: "sm";
|
786
|
+
};
|
787
|
+
lg: {
|
788
|
+
fontSize: "md";
|
789
|
+
};
|
790
|
+
};
|
791
|
+
}>;
|
792
|
+
suiIconBadge: import("@chakra-ui/react").RecipeDefinition<{
|
793
|
+
variant: {
|
794
|
+
outline: {
|
795
|
+
borderWidth: "1px";
|
796
|
+
borderColor: "colorPalette.subtle";
|
797
|
+
color: "colorPalette.fg";
|
798
|
+
};
|
799
|
+
solid: {
|
800
|
+
bg: "colorPalette.solid";
|
801
|
+
color: "white";
|
802
|
+
};
|
803
|
+
subtle: {
|
804
|
+
bg: "colorPalette.subtle";
|
805
|
+
color: "colorPalette.fg";
|
806
|
+
};
|
807
|
+
};
|
808
|
+
size: {
|
809
|
+
sm: {
|
810
|
+
borderRadius: "sm";
|
811
|
+
fontSize: "0.9em";
|
812
|
+
w: number;
|
813
|
+
h: number;
|
814
|
+
};
|
815
|
+
md: {
|
816
|
+
borderRadius: "md";
|
817
|
+
fontSize: "1.1em";
|
818
|
+
w: number;
|
819
|
+
h: number;
|
820
|
+
};
|
821
|
+
lg: {
|
822
|
+
borderRadius: "md";
|
823
|
+
fontSize: "1.3em";
|
824
|
+
w: number;
|
825
|
+
h: number;
|
826
|
+
};
|
827
|
+
xl: {
|
828
|
+
borderRadius: "md";
|
829
|
+
fontSize: "1.5em";
|
830
|
+
w: number;
|
831
|
+
h: number;
|
832
|
+
};
|
833
|
+
};
|
834
|
+
}>;
|
835
|
+
};
|