@saas-ui/react 3.0.0-next.3 → 3.0.0-next.30
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 +177 -0
- package/dist/.tsbuildinfo.json +1 -1
- package/dist/colors.d.ts +1 -1
- package/dist/colors.js +1 -8
- 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 -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 +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 -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/alert.recipe.d.ts +120 -0
- package/dist/components/alert/alert.recipe.js +149 -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/app-shell.recipe.d.ts +13 -0
- package/dist/components/app-shell/app-shell.recipe.js +41 -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 +1 -8
- 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 +88 -0
- package/dist/components/avatar/avatar.recipe.js +129 -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/badge.recipe.d.ts +48 -0
- package/dist/components/badge/badge.recipe.js +66 -0
- 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 +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 -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/breadcrumb.recipe.d.ts +46 -0
- package/dist/components/breadcrumb/breadcrumb.recipe.js +90 -0
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.js +1 -8
- package/dist/components/button/button.recipe.d.ts +141 -0
- package/dist/components/button/button.recipe.js +185 -0
- 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/card.recipe.d.ts +78 -0
- package/dist/components/card/card.recipe.js +129 -0
- 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 +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 -2
- package/dist/components/checkbox/index.js +1 -8
- 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 +202 -0
- package/dist/components/checkbox-card/index.d.ts +1 -2
- package/dist/components/checkbox-card/index.js +1 -8
- 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 -2
- package/dist/components/checkmark/index.js +1 -8
- 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 +29 -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 +7 -0
- package/dist/components/close-button/index.d.ts +2 -2
- package/dist/components/close-button/index.js +1 -12
- 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 -2
- package/dist/components/code/index.js +1 -8
- package/dist/components/collapsible/collapsible.recipe.d.ts +1 -0
- package/dist/components/collapsible/collapsible.recipe.js +19 -0
- package/dist/components/collapsible/index.d.ts +1 -1
- package/dist/components/collapsible/index.js +1 -8
- 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/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 -1
- package/dist/components/command/index.js +1 -9
- 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 -2
- package/dist/components/container/index.js +1 -8
- 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/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 +23 -0
- package/dist/components/dialog/dialog.recipe.d.ts +166 -0
- package/dist/components/dialog/dialog.recipe.js +250 -0
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/dialog/index.js +1 -13
- 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 +202 -0
- package/dist/components/drawer/index.d.ts +1 -1
- package/dist/components/drawer/index.js +1 -13
- 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 -1
- package/dist/components/editable/index.js +1 -8
- 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 -2
- package/dist/components/empty-state/index.js +1 -8
- package/dist/components/env/index.d.ts +1 -5
- package/dist/components/env/index.js +1 -10
- package/dist/components/field/field.recipe.d.ts +29 -0
- package/dist/components/field/field.recipe.js +74 -0
- package/dist/components/field/index.d.ts +1 -3
- package/dist/components/field/index.js +1 -12
- 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 -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/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 -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 +7 -0
- package/dist/components/grid-list/grid-list.recipe.d.ts +60 -0
- package/dist/components/grid-list/grid-list.recipe.js +131 -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/heading.recipe.d.ts +37 -0
- package/dist/components/heading/heading.recipe.js +26 -0
- 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 +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 -1
- package/dist/components/hover-card/index.js +1 -8
- 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 -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/icon-badge.recipe.d.ts +43 -0
- package/dist/components/icon-badge/icon-badge.recipe.js +57 -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 +6 -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 +18 -0
- package/dist/components/icons/icons.js +74 -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 +9 -0
- package/dist/components/input/index.d.ts +2 -9
- package/dist/components/input/index.js +1 -16
- 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 -2
- package/dist/components/kbd/index.js +1 -8
- 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 -2
- package/dist/components/link/index.js +1 -9
- 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/index.d.ts +1 -1
- package/dist/components/list/index.js +1 -8
- package/dist/components/list/list.recipe.d.ts +38 -0
- package/dist/components/list/list.recipe.js +62 -0
- 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 +16 -0
- package/dist/components/loading-overlay/loading-overlay.recipe.d.ts +26 -0
- package/dist/components/loading-overlay/loading-overlay.recipe.js +51 -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/mark/mark.recipe.d.ts +16 -0
- package/dist/components/mark/mark.recipe.js +25 -0
- 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/menu/menu.recipe.d.ts +57 -0
- package/dist/components/menu/menu.recipe.js +132 -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/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 -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 +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 +105 -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 +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 -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/page/page.recipe.d.ts +62 -0
- package/dist/components/page/page.recipe.js +100 -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 +59 -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 +4 -7
- package/dist/components/persona/index.js +2 -13
- 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 -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 +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 -1
- package/dist/components/popover/index.js +1 -13
- 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 -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/progress.recipe.d.ts +82 -0
- package/dist/components/progress/progress.recipe.js +121 -0
- package/dist/components/progress-circle/index.d.ts +1 -1
- package/dist/components/progress-circle/index.js +1 -8
- 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 -1
- package/dist/components/qr-code/index.js +1 -8
- 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 +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 -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 +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/index.d.ts +1 -1
- package/dist/components/radio-group/index.js +1 -8
- 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 -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/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 -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 +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 -2
- package/dist/components/segmented-control/index.js +1 -8
- 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 -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 +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 +285 -0
- package/dist/components/separator/index.d.ts +2 -2
- package/dist/components/separator/index.js +1 -8
- 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 -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-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 +78 -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 -6
- package/dist/components/skeleton/index.js +1 -12
- 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 -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/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 -2
- package/dist/components/slider/index.js +1 -8
- 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 -2
- package/dist/components/spacer/index.js +1 -8
- 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 +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 -2
- package/dist/components/stack/index.js +1 -8
- 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 +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 -2
- package/dist/components/status/index.js +1 -8
- 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 -1
- package/dist/components/steps/index.js +1 -10
- 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 -2
- package/dist/components/switch/index.js +1 -8
- 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/index.d.ts +1 -1
- package/dist/components/table/index.js +1 -8
- 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 -4
- package/dist/components/tabs/index.js +1 -14
- package/dist/components/tabs/tabs.recipe.d.ts +263 -0
- package/dist/components/tabs/tabs.recipe.js +332 -0
- 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 +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 -2
- package/dist/components/textarea/index.js +1 -8
- package/dist/components/textarea/textarea.recipe.d.ts +65 -0
- package/dist/components/textarea/textarea.recipe.js +90 -0
- package/dist/components/timeline/index.d.ts +1 -1
- package/dist/components/timeline/index.js +1 -8
- 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 -3
- package/dist/components/toaster/index.js +1 -16
- 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 -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 +8 -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 +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 -8
- package/dist/components/typography/index.js +1 -14
- 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 +118 -209
- package/dist/index.js +113 -502
- package/dist/preset.d.ts +3 -3
- package/dist/preset.js +10 -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 +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 +18 -0
- package/dist/theme/conditions.js +19 -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 +61 -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 +133 -0
- package/dist/theme/recipes.d.ts +838 -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 +3840 -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 +854 -0
- package/dist/theme/tokens/colors.js +319 -0
- 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 +9 -19
- package/dist/_tsup-dts-rollup.d.cts +0 -15086
- package/dist/_tsup-dts-rollup.d.ts +0 -15086
- 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-CBX6MYVA.js +0 -10
- 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-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/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 -31
- package/dist/components/stack/index.d.cts +0 -2
- 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/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 -12193
- package/dist/index.d.cts +0 -209
- package/dist/preset.cjs +0 -9233
- package/dist/preset.d.cts +0 -3
@@ -0,0 +1,3840 @@
|
|
1
|
+
export declare const slotRecipes: {
|
2
|
+
accordion: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemTrigger" | "itemContent" | "itemIndicator" | "itemBody", {
|
3
|
+
variant: {
|
4
|
+
outline: {
|
5
|
+
item: {
|
6
|
+
borderBottomWidth: "1px";
|
7
|
+
};
|
8
|
+
};
|
9
|
+
subtle: {
|
10
|
+
itemTrigger: {
|
11
|
+
px: "var(--accordion-padding-x)";
|
12
|
+
};
|
13
|
+
itemContent: {
|
14
|
+
px: "var(--accordion-padding-x)";
|
15
|
+
};
|
16
|
+
item: {
|
17
|
+
borderRadius: "var(--accordion-radius)";
|
18
|
+
_open: {
|
19
|
+
bg: "colorPalette.subtle";
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
enclosed: {
|
24
|
+
root: {
|
25
|
+
borderWidth: "1px";
|
26
|
+
borderRadius: "var(--accordion-radius)";
|
27
|
+
divideY: string;
|
28
|
+
overflow: "hidden";
|
29
|
+
};
|
30
|
+
itemTrigger: {
|
31
|
+
px: "var(--accordion-padding-x)";
|
32
|
+
};
|
33
|
+
itemContent: {
|
34
|
+
px: "var(--accordion-padding-x)";
|
35
|
+
};
|
36
|
+
item: {
|
37
|
+
_open: {
|
38
|
+
bg: "bg.subtle";
|
39
|
+
};
|
40
|
+
};
|
41
|
+
};
|
42
|
+
plain: {};
|
43
|
+
};
|
44
|
+
size: {
|
45
|
+
sm: {
|
46
|
+
root: {
|
47
|
+
'--accordion-padding-x': "spacing.3";
|
48
|
+
'--accordion-padding-y': "spacing.2";
|
49
|
+
};
|
50
|
+
itemTrigger: {
|
51
|
+
textStyle: "sm";
|
52
|
+
py: "var(--accordion-padding-y)";
|
53
|
+
};
|
54
|
+
};
|
55
|
+
md: {
|
56
|
+
root: {
|
57
|
+
'--accordion-padding-x': "spacing.4";
|
58
|
+
'--accordion-padding-y': "spacing.2";
|
59
|
+
};
|
60
|
+
itemTrigger: {
|
61
|
+
textStyle: "md";
|
62
|
+
py: "var(--accordion-padding-y)";
|
63
|
+
};
|
64
|
+
};
|
65
|
+
lg: {
|
66
|
+
root: {
|
67
|
+
'--accordion-padding-x': "spacing.4.5";
|
68
|
+
'--accordion-padding-y': "spacing.2.5";
|
69
|
+
};
|
70
|
+
itemTrigger: {
|
71
|
+
textStyle: "lg";
|
72
|
+
py: "var(--accordion-padding-y)";
|
73
|
+
};
|
74
|
+
};
|
75
|
+
};
|
76
|
+
}>;
|
77
|
+
actionBar: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger", import("@chakra-ui/react").SlotRecipeVariantRecord<"content" | "positioner" | "separator" | "selectionTrigger" | "closeTrigger">>;
|
78
|
+
alert: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "title" | "description" | "indicator", {
|
79
|
+
status: {
|
80
|
+
info: {
|
81
|
+
root: {
|
82
|
+
colorPalette: "blue";
|
83
|
+
};
|
84
|
+
};
|
85
|
+
warning: {
|
86
|
+
root: {
|
87
|
+
colorPalette: "orange";
|
88
|
+
};
|
89
|
+
};
|
90
|
+
success: {
|
91
|
+
root: {
|
92
|
+
colorPalette: "green";
|
93
|
+
};
|
94
|
+
};
|
95
|
+
error: {
|
96
|
+
root: {
|
97
|
+
colorPalette: "red";
|
98
|
+
};
|
99
|
+
};
|
100
|
+
neutral: {
|
101
|
+
root: {
|
102
|
+
colorPalette: "gray";
|
103
|
+
};
|
104
|
+
};
|
105
|
+
};
|
106
|
+
inline: {
|
107
|
+
true: {
|
108
|
+
content: {
|
109
|
+
display: "inline-flex";
|
110
|
+
flexDirection: "row";
|
111
|
+
alignItems: "center";
|
112
|
+
};
|
113
|
+
};
|
114
|
+
false: {
|
115
|
+
content: {
|
116
|
+
display: "flex";
|
117
|
+
flexDirection: "column";
|
118
|
+
};
|
119
|
+
};
|
120
|
+
};
|
121
|
+
variant: {
|
122
|
+
subtle: {
|
123
|
+
root: {
|
124
|
+
bg: "colorPalette.subtle";
|
125
|
+
color: "colorPalette.fg";
|
126
|
+
};
|
127
|
+
};
|
128
|
+
surface: {
|
129
|
+
root: {
|
130
|
+
bg: "colorPalette.subtle";
|
131
|
+
color: "colorPalette.fg";
|
132
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
133
|
+
shadowColor: "colorPalette.solid";
|
134
|
+
};
|
135
|
+
indicator: {
|
136
|
+
color: "colorPalette.fg";
|
137
|
+
};
|
138
|
+
};
|
139
|
+
outline: {
|
140
|
+
root: {
|
141
|
+
color: "colorPalette.fg";
|
142
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
143
|
+
shadowColor: "colorPalette.subtle";
|
144
|
+
};
|
145
|
+
indicator: {
|
146
|
+
color: "colorPalette.fg";
|
147
|
+
};
|
148
|
+
};
|
149
|
+
solid: {
|
150
|
+
root: {
|
151
|
+
bg: "colorPalette.solid";
|
152
|
+
color: "colorPalette.contrast";
|
153
|
+
};
|
154
|
+
indicator: {
|
155
|
+
color: "colorPalette.contrast";
|
156
|
+
};
|
157
|
+
};
|
158
|
+
};
|
159
|
+
size: {
|
160
|
+
sm: {
|
161
|
+
root: {
|
162
|
+
gap: "2";
|
163
|
+
px: "3";
|
164
|
+
py: "3";
|
165
|
+
textStyle: "xs";
|
166
|
+
borderRadius: "panel.sm";
|
167
|
+
};
|
168
|
+
indicator: {
|
169
|
+
textStyle: "lg";
|
170
|
+
};
|
171
|
+
};
|
172
|
+
md: {
|
173
|
+
root: {
|
174
|
+
gap: "3";
|
175
|
+
px: "4";
|
176
|
+
py: "4";
|
177
|
+
textStyle: "sm";
|
178
|
+
borderRadius: "panel.md";
|
179
|
+
};
|
180
|
+
indicator: {
|
181
|
+
textStyle: "xl";
|
182
|
+
};
|
183
|
+
};
|
184
|
+
lg: {
|
185
|
+
root: {
|
186
|
+
gap: "3";
|
187
|
+
px: "4";
|
188
|
+
py: "4";
|
189
|
+
textStyle: "md";
|
190
|
+
borderRadius: "panel.lg";
|
191
|
+
};
|
192
|
+
indicator: {
|
193
|
+
textStyle: "2xl";
|
194
|
+
};
|
195
|
+
};
|
196
|
+
};
|
197
|
+
}>;
|
198
|
+
avatar: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "image" | "fallback", {
|
199
|
+
size: {
|
200
|
+
full: {
|
201
|
+
root: {
|
202
|
+
'--avatar-size': "100%";
|
203
|
+
'--avatar-font-size': "calc(var(--tag-avatar-size) / 2)";
|
204
|
+
};
|
205
|
+
};
|
206
|
+
'2xs': {
|
207
|
+
root: {
|
208
|
+
'--avatar-size': "sizes.4";
|
209
|
+
};
|
210
|
+
};
|
211
|
+
xs: {
|
212
|
+
root: {
|
213
|
+
'--avatar-size': "sizes.5";
|
214
|
+
};
|
215
|
+
};
|
216
|
+
sm: {
|
217
|
+
root: {
|
218
|
+
'--avatar-size': "sizes.6";
|
219
|
+
};
|
220
|
+
};
|
221
|
+
md: {
|
222
|
+
root: {
|
223
|
+
'--avatar-size': "sizes.9";
|
224
|
+
};
|
225
|
+
};
|
226
|
+
lg: {
|
227
|
+
root: {
|
228
|
+
'--avatar-size': "sizes.12";
|
229
|
+
};
|
230
|
+
};
|
231
|
+
xl: {
|
232
|
+
root: {
|
233
|
+
'--avatar-size': "sizes.16";
|
234
|
+
};
|
235
|
+
};
|
236
|
+
'2xl': {
|
237
|
+
root: {
|
238
|
+
'--avatar-size': "sizes.20";
|
239
|
+
};
|
240
|
+
};
|
241
|
+
};
|
242
|
+
variant: {
|
243
|
+
solid: {
|
244
|
+
root: {
|
245
|
+
bg: "colorPalette.solid";
|
246
|
+
color: "colorPalette.contrast";
|
247
|
+
};
|
248
|
+
};
|
249
|
+
subtle: {
|
250
|
+
root: {
|
251
|
+
bg: "colorPalette.muted";
|
252
|
+
color: "colorPalette.fg";
|
253
|
+
};
|
254
|
+
};
|
255
|
+
outline: {
|
256
|
+
root: {
|
257
|
+
color: "colorPalette.fg";
|
258
|
+
borderWidth: "1px";
|
259
|
+
borderColor: "colorPalette.muted";
|
260
|
+
};
|
261
|
+
};
|
262
|
+
};
|
263
|
+
shape: {
|
264
|
+
square: {};
|
265
|
+
rounded: {
|
266
|
+
root: {
|
267
|
+
'--avatar-radius': "radii.indicator.md";
|
268
|
+
};
|
269
|
+
};
|
270
|
+
full: {
|
271
|
+
root: {
|
272
|
+
'--avatar-radius': "radii.full";
|
273
|
+
};
|
274
|
+
};
|
275
|
+
};
|
276
|
+
borderless: {
|
277
|
+
true: {
|
278
|
+
root: {
|
279
|
+
'&[data-group-item]': {
|
280
|
+
borderWidth: "0px";
|
281
|
+
};
|
282
|
+
};
|
283
|
+
};
|
284
|
+
};
|
285
|
+
}>;
|
286
|
+
blockquote: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "icon" | "caption", {
|
287
|
+
justify: {
|
288
|
+
start: {
|
289
|
+
root: {
|
290
|
+
alignItems: "flex-start";
|
291
|
+
textAlign: "start";
|
292
|
+
};
|
293
|
+
};
|
294
|
+
center: {
|
295
|
+
root: {
|
296
|
+
alignItems: "center";
|
297
|
+
textAlign: "center";
|
298
|
+
};
|
299
|
+
};
|
300
|
+
end: {
|
301
|
+
root: {
|
302
|
+
alignItems: "flex-end";
|
303
|
+
textAlign: "end";
|
304
|
+
};
|
305
|
+
};
|
306
|
+
};
|
307
|
+
variant: {
|
308
|
+
subtle: {
|
309
|
+
root: {
|
310
|
+
paddingX: "5";
|
311
|
+
borderStartWidth: "4px";
|
312
|
+
borderStartColor: "colorPalette.muted";
|
313
|
+
};
|
314
|
+
icon: {
|
315
|
+
color: "colorPalette.fg";
|
316
|
+
};
|
317
|
+
};
|
318
|
+
solid: {
|
319
|
+
root: {
|
320
|
+
paddingX: "5";
|
321
|
+
borderStartWidth: "4px";
|
322
|
+
borderStartColor: "colorPalette.solid";
|
323
|
+
};
|
324
|
+
icon: {
|
325
|
+
color: "colorPalette.solid";
|
326
|
+
};
|
327
|
+
};
|
328
|
+
plain: {
|
329
|
+
root: {
|
330
|
+
paddingX: "5";
|
331
|
+
};
|
332
|
+
icon: {
|
333
|
+
color: "colorPalette.solid";
|
334
|
+
};
|
335
|
+
};
|
336
|
+
};
|
337
|
+
}>;
|
338
|
+
breadcrumb: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "separator" | "link" | "currentLink" | "list" | "ellipsis", {
|
339
|
+
variant: {
|
340
|
+
underline: {
|
341
|
+
link: {
|
342
|
+
color: "colorPalette.fg";
|
343
|
+
textDecoration: "underline";
|
344
|
+
textUnderlineOffset: "0.2em";
|
345
|
+
textDecorationColor: "colorPalette.muted";
|
346
|
+
};
|
347
|
+
currentLink: {
|
348
|
+
color: "colorPalette.fg";
|
349
|
+
};
|
350
|
+
};
|
351
|
+
plain: {
|
352
|
+
link: {
|
353
|
+
color: "fg.muted";
|
354
|
+
_hover: {
|
355
|
+
color: "fg";
|
356
|
+
};
|
357
|
+
};
|
358
|
+
currentLink: {
|
359
|
+
color: "fg";
|
360
|
+
};
|
361
|
+
};
|
362
|
+
};
|
363
|
+
size: {
|
364
|
+
sm: {
|
365
|
+
list: {
|
366
|
+
gap: "1";
|
367
|
+
textStyle: "xs";
|
368
|
+
};
|
369
|
+
};
|
370
|
+
md: {
|
371
|
+
list: {
|
372
|
+
gap: "1.5";
|
373
|
+
textStyle: "sm";
|
374
|
+
};
|
375
|
+
};
|
376
|
+
lg: {
|
377
|
+
list: {
|
378
|
+
gap: "2";
|
379
|
+
textStyle: "md";
|
380
|
+
};
|
381
|
+
};
|
382
|
+
};
|
383
|
+
}>;
|
384
|
+
card: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "title" | "description" | "header" | "body" | "footer", {
|
385
|
+
size: {
|
386
|
+
sm: {
|
387
|
+
root: {
|
388
|
+
'--card-padding': "spacing.2.5";
|
389
|
+
};
|
390
|
+
title: {
|
391
|
+
fontSize: "sm";
|
392
|
+
};
|
393
|
+
};
|
394
|
+
md: {
|
395
|
+
root: {
|
396
|
+
'--card-padding': "spacing.4";
|
397
|
+
};
|
398
|
+
title: {
|
399
|
+
fontSize: "md";
|
400
|
+
};
|
401
|
+
};
|
402
|
+
lg: {
|
403
|
+
root: {
|
404
|
+
'--card-padding': "spacing.6";
|
405
|
+
};
|
406
|
+
title: {
|
407
|
+
fontSize: "lg";
|
408
|
+
};
|
409
|
+
};
|
410
|
+
};
|
411
|
+
variant: {
|
412
|
+
elevated: {
|
413
|
+
root: {
|
414
|
+
bg: "bg.panel";
|
415
|
+
boxShadow: "md";
|
416
|
+
borderWidth: "0.5px";
|
417
|
+
borderColor: "border";
|
418
|
+
_pressable: {
|
419
|
+
transitionProperty: string;
|
420
|
+
transitionDuration: string;
|
421
|
+
_hover: {
|
422
|
+
borderColor: string;
|
423
|
+
};
|
424
|
+
};
|
425
|
+
};
|
426
|
+
};
|
427
|
+
outline: {
|
428
|
+
root: {
|
429
|
+
bg: "bg.panel";
|
430
|
+
borderWidth: "1px";
|
431
|
+
borderColor: "border";
|
432
|
+
_pressable: {
|
433
|
+
transitionProperty: string;
|
434
|
+
transitionDuration: string;
|
435
|
+
_hover: {
|
436
|
+
borderColor: string;
|
437
|
+
};
|
438
|
+
};
|
439
|
+
};
|
440
|
+
};
|
441
|
+
subtle: {
|
442
|
+
root: {
|
443
|
+
bg: "colorPalette.muted";
|
444
|
+
};
|
445
|
+
};
|
446
|
+
solid: {
|
447
|
+
root: {
|
448
|
+
bg: "colorPalette.solid";
|
449
|
+
color: "colorPalette.contrast";
|
450
|
+
_pressable: {
|
451
|
+
_hover: {
|
452
|
+
bg: string;
|
453
|
+
};
|
454
|
+
};
|
455
|
+
};
|
456
|
+
description: {
|
457
|
+
color: "colorPalette.contrast/80";
|
458
|
+
};
|
459
|
+
};
|
460
|
+
};
|
461
|
+
}>;
|
462
|
+
checkbox: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "indicator" | "group" | "control", {
|
463
|
+
size: {
|
464
|
+
xs: {
|
465
|
+
root: {
|
466
|
+
gap: "1.5";
|
467
|
+
};
|
468
|
+
label: {
|
469
|
+
textStyle: "xs";
|
470
|
+
};
|
471
|
+
control: {
|
472
|
+
boxSize: "3";
|
473
|
+
} | undefined;
|
474
|
+
};
|
475
|
+
sm: {
|
476
|
+
root: {
|
477
|
+
gap: "2";
|
478
|
+
};
|
479
|
+
label: {
|
480
|
+
textStyle: "sm";
|
481
|
+
};
|
482
|
+
control: {
|
483
|
+
boxSize: "3.5";
|
484
|
+
} | undefined;
|
485
|
+
};
|
486
|
+
md: {
|
487
|
+
root: {
|
488
|
+
gap: "2.5";
|
489
|
+
};
|
490
|
+
label: {
|
491
|
+
textStyle: "sm";
|
492
|
+
};
|
493
|
+
control: {
|
494
|
+
boxSize: "4";
|
495
|
+
p: "0.5";
|
496
|
+
} | undefined;
|
497
|
+
};
|
498
|
+
lg: {
|
499
|
+
root: {
|
500
|
+
gap: "3";
|
501
|
+
};
|
502
|
+
label: {
|
503
|
+
textStyle: "md";
|
504
|
+
};
|
505
|
+
control: {
|
506
|
+
boxSize: "5";
|
507
|
+
p: "0.5";
|
508
|
+
} | undefined;
|
509
|
+
};
|
510
|
+
};
|
511
|
+
variant: {
|
512
|
+
outline: {
|
513
|
+
control: {
|
514
|
+
borderColor: "border.emphasized";
|
515
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
516
|
+
color: "colorPalette.fg";
|
517
|
+
borderColor: "colorPalette.solid";
|
518
|
+
};
|
519
|
+
} | undefined;
|
520
|
+
};
|
521
|
+
solid: {
|
522
|
+
control: {
|
523
|
+
borderColor: "border.emphasized";
|
524
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
525
|
+
bg: "colorPalette.solid";
|
526
|
+
color: "colorPalette.contrast";
|
527
|
+
borderColor: "colorPalette.solid";
|
528
|
+
};
|
529
|
+
} | undefined;
|
530
|
+
};
|
531
|
+
subtle: {
|
532
|
+
control: {
|
533
|
+
bg: "colorPalette.muted";
|
534
|
+
borderColor: "colorPalette.emphasized";
|
535
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
536
|
+
color: "colorPalette.fg";
|
537
|
+
};
|
538
|
+
} | undefined;
|
539
|
+
};
|
540
|
+
};
|
541
|
+
}>;
|
542
|
+
checkboxCard: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "label" | "description" | "indicator" | "control" | "addon", {
|
543
|
+
size: {
|
544
|
+
sm: {
|
545
|
+
root: {
|
546
|
+
textStyle: "sm";
|
547
|
+
};
|
548
|
+
control: {
|
549
|
+
padding: "3";
|
550
|
+
gap: "1.5";
|
551
|
+
};
|
552
|
+
addon: {
|
553
|
+
px: "3";
|
554
|
+
py: "1.5";
|
555
|
+
borderTopWidth: "1px";
|
556
|
+
};
|
557
|
+
indicator: {
|
558
|
+
boxSize: "3.5";
|
559
|
+
} | undefined;
|
560
|
+
};
|
561
|
+
md: {
|
562
|
+
root: {
|
563
|
+
textStyle: "sm";
|
564
|
+
};
|
565
|
+
control: {
|
566
|
+
padding: "4";
|
567
|
+
gap: "2.5";
|
568
|
+
};
|
569
|
+
addon: {
|
570
|
+
px: "4";
|
571
|
+
py: "2";
|
572
|
+
borderTopWidth: "1px";
|
573
|
+
};
|
574
|
+
indicator: {
|
575
|
+
boxSize: "4";
|
576
|
+
p: "0.5";
|
577
|
+
} | undefined;
|
578
|
+
};
|
579
|
+
lg: {
|
580
|
+
root: {
|
581
|
+
textStyle: "md";
|
582
|
+
};
|
583
|
+
control: {
|
584
|
+
padding: "4";
|
585
|
+
gap: "3.5";
|
586
|
+
};
|
587
|
+
addon: {
|
588
|
+
px: "4";
|
589
|
+
py: "2";
|
590
|
+
borderTopWidth: "1px";
|
591
|
+
};
|
592
|
+
indicator: {
|
593
|
+
boxSize: "5";
|
594
|
+
p: "0.5";
|
595
|
+
} | undefined;
|
596
|
+
};
|
597
|
+
};
|
598
|
+
variant: {
|
599
|
+
surface: {
|
600
|
+
root: {
|
601
|
+
borderWidth: "1px";
|
602
|
+
borderColor: "border";
|
603
|
+
_checked: {
|
604
|
+
bg: "colorPalette.subtle";
|
605
|
+
color: "colorPalette.fg";
|
606
|
+
borderColor: "colorPalette.muted";
|
607
|
+
};
|
608
|
+
_disabled: {
|
609
|
+
bg: "bg.muted";
|
610
|
+
};
|
611
|
+
};
|
612
|
+
indicator: {
|
613
|
+
borderColor: "border.emphasized";
|
614
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
615
|
+
bg: "colorPalette.solid";
|
616
|
+
color: "colorPalette.contrast";
|
617
|
+
borderColor: "colorPalette.solid";
|
618
|
+
};
|
619
|
+
} | undefined;
|
620
|
+
};
|
621
|
+
subtle: {
|
622
|
+
root: {
|
623
|
+
bg: "bg.muted";
|
624
|
+
};
|
625
|
+
control: {
|
626
|
+
_checked: {
|
627
|
+
bg: "colorPalette.muted";
|
628
|
+
color: "colorPalette.fg";
|
629
|
+
};
|
630
|
+
};
|
631
|
+
indicator: {
|
632
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
633
|
+
color: "colorPalette.fg";
|
634
|
+
};
|
635
|
+
} | undefined;
|
636
|
+
};
|
637
|
+
outline: {
|
638
|
+
root: {
|
639
|
+
borderWidth: "1px";
|
640
|
+
borderColor: "border";
|
641
|
+
_checked: {
|
642
|
+
boxShadow: "0 0 0 1px var(--shadow-color)";
|
643
|
+
boxShadowColor: "colorPalette.solid";
|
644
|
+
borderColor: "colorPalette.solid";
|
645
|
+
};
|
646
|
+
};
|
647
|
+
indicator: {
|
648
|
+
borderColor: "border.emphasized";
|
649
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
650
|
+
bg: "colorPalette.solid";
|
651
|
+
color: "colorPalette.contrast";
|
652
|
+
borderColor: "colorPalette.solid";
|
653
|
+
};
|
654
|
+
} | undefined;
|
655
|
+
};
|
656
|
+
solid: {
|
657
|
+
root: {
|
658
|
+
borderWidth: "1px";
|
659
|
+
_checked: {
|
660
|
+
bg: "colorPalette.solid";
|
661
|
+
color: "colorPalette.contrast";
|
662
|
+
borderColor: "colorPalette.solid";
|
663
|
+
};
|
664
|
+
};
|
665
|
+
indicator: {
|
666
|
+
borderColor: "border";
|
667
|
+
color: "colorPalette.fg";
|
668
|
+
'&:is([data-state=checked], [data-state=indeterminate])': {
|
669
|
+
borderColor: "colorPalette.solid";
|
670
|
+
};
|
671
|
+
} | undefined;
|
672
|
+
};
|
673
|
+
};
|
674
|
+
justify: {
|
675
|
+
start: {
|
676
|
+
root: {
|
677
|
+
'--checkbox-card-justify': "flex-start";
|
678
|
+
};
|
679
|
+
};
|
680
|
+
end: {
|
681
|
+
root: {
|
682
|
+
'--checkbox-card-justify': "flex-end";
|
683
|
+
};
|
684
|
+
};
|
685
|
+
center: {
|
686
|
+
root: {
|
687
|
+
'--checkbox-card-justify': "center";
|
688
|
+
};
|
689
|
+
};
|
690
|
+
};
|
691
|
+
align: {
|
692
|
+
start: {
|
693
|
+
root: {
|
694
|
+
'--checkbox-card-align': "flex-start";
|
695
|
+
};
|
696
|
+
content: {
|
697
|
+
textAlign: "start";
|
698
|
+
};
|
699
|
+
};
|
700
|
+
end: {
|
701
|
+
root: {
|
702
|
+
'--checkbox-card-align': "flex-end";
|
703
|
+
};
|
704
|
+
content: {
|
705
|
+
textAlign: "end";
|
706
|
+
};
|
707
|
+
};
|
708
|
+
center: {
|
709
|
+
root: {
|
710
|
+
'--checkbox-card-align': "center";
|
711
|
+
};
|
712
|
+
content: {
|
713
|
+
textAlign: "center";
|
714
|
+
};
|
715
|
+
};
|
716
|
+
};
|
717
|
+
orientation: {
|
718
|
+
vertical: {
|
719
|
+
control: {
|
720
|
+
flexDirection: "column";
|
721
|
+
};
|
722
|
+
};
|
723
|
+
horizontal: {
|
724
|
+
control: {
|
725
|
+
flexDirection: "row";
|
726
|
+
};
|
727
|
+
};
|
728
|
+
};
|
729
|
+
}>;
|
730
|
+
collapsible: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "indicator" | "trigger", import("@chakra-ui/react").SlotRecipeVariantRecord<"root" | "content" | "indicator" | "trigger">>;
|
731
|
+
dataList: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemLabel" | "itemValue", {
|
732
|
+
orientation: {
|
733
|
+
horizontal: {
|
734
|
+
root: {
|
735
|
+
display: "flex";
|
736
|
+
flexDirection: "column";
|
737
|
+
};
|
738
|
+
item: {
|
739
|
+
display: "inline-flex";
|
740
|
+
alignItems: "center";
|
741
|
+
gap: "4";
|
742
|
+
};
|
743
|
+
itemLabel: {
|
744
|
+
minWidth: "120px";
|
745
|
+
};
|
746
|
+
};
|
747
|
+
vertical: {
|
748
|
+
root: {
|
749
|
+
display: "flex";
|
750
|
+
flexDirection: "column";
|
751
|
+
};
|
752
|
+
item: {
|
753
|
+
display: "flex";
|
754
|
+
flexDirection: "column";
|
755
|
+
gap: "1";
|
756
|
+
};
|
757
|
+
};
|
758
|
+
};
|
759
|
+
size: {
|
760
|
+
sm: {
|
761
|
+
root: {
|
762
|
+
gap: "3";
|
763
|
+
};
|
764
|
+
item: {
|
765
|
+
textStyle: "xs";
|
766
|
+
};
|
767
|
+
};
|
768
|
+
md: {
|
769
|
+
root: {
|
770
|
+
gap: "4";
|
771
|
+
};
|
772
|
+
item: {
|
773
|
+
textStyle: "sm";
|
774
|
+
};
|
775
|
+
};
|
776
|
+
lg: {
|
777
|
+
root: {
|
778
|
+
gap: "5";
|
779
|
+
};
|
780
|
+
item: {
|
781
|
+
textStyle: "md";
|
782
|
+
};
|
783
|
+
};
|
784
|
+
};
|
785
|
+
}>;
|
786
|
+
dialog: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "closeTrigger" | "title" | "description" | "header" | "body" | "footer" | "trigger" | "backdrop", {
|
787
|
+
variant: {
|
788
|
+
dialog: {};
|
789
|
+
confirm: {
|
790
|
+
content: {
|
791
|
+
textAlign: "center";
|
792
|
+
};
|
793
|
+
header: {
|
794
|
+
flexDirection: "column";
|
795
|
+
alignItems: "center";
|
796
|
+
};
|
797
|
+
footer: {
|
798
|
+
display: "flex";
|
799
|
+
flexDirection: "column-reverse";
|
800
|
+
justifyContent: "stretch";
|
801
|
+
alignItems: "stretch";
|
802
|
+
};
|
803
|
+
};
|
804
|
+
};
|
805
|
+
placement: {
|
806
|
+
center: {
|
807
|
+
positioner: {
|
808
|
+
alignItems: "center";
|
809
|
+
};
|
810
|
+
content: {
|
811
|
+
'--dialog-base-margin': "auto";
|
812
|
+
mx: "auto";
|
813
|
+
};
|
814
|
+
};
|
815
|
+
top: {
|
816
|
+
positioner: {
|
817
|
+
alignItems: "flex-start";
|
818
|
+
};
|
819
|
+
content: {
|
820
|
+
'--dialog-base-margin': "spacing.16";
|
821
|
+
mx: "auto";
|
822
|
+
};
|
823
|
+
};
|
824
|
+
bottom: {
|
825
|
+
positioner: {
|
826
|
+
alignItems: "flex-end";
|
827
|
+
};
|
828
|
+
content: {
|
829
|
+
'--dialog-base-margin': "spacing.16";
|
830
|
+
mx: "auto";
|
831
|
+
};
|
832
|
+
};
|
833
|
+
};
|
834
|
+
scrollBehavior: {
|
835
|
+
inside: {
|
836
|
+
positioner: {
|
837
|
+
overflow: "hidden";
|
838
|
+
};
|
839
|
+
content: {
|
840
|
+
maxH: "calc(100% - 7.5rem)";
|
841
|
+
};
|
842
|
+
body: {
|
843
|
+
overflow: "auto";
|
844
|
+
};
|
845
|
+
};
|
846
|
+
outside: {
|
847
|
+
positioner: {
|
848
|
+
overflow: "auto";
|
849
|
+
pointerEvents: "auto";
|
850
|
+
};
|
851
|
+
};
|
852
|
+
};
|
853
|
+
size: {
|
854
|
+
xs: {
|
855
|
+
content: {
|
856
|
+
maxW: "sm";
|
857
|
+
};
|
858
|
+
};
|
859
|
+
sm: {
|
860
|
+
content: {
|
861
|
+
maxW: "md";
|
862
|
+
};
|
863
|
+
};
|
864
|
+
md: {
|
865
|
+
content: {
|
866
|
+
maxW: "lg";
|
867
|
+
};
|
868
|
+
};
|
869
|
+
lg: {
|
870
|
+
content: {
|
871
|
+
maxW: "2xl";
|
872
|
+
};
|
873
|
+
};
|
874
|
+
xl: {
|
875
|
+
content: {
|
876
|
+
maxW: "4xl";
|
877
|
+
};
|
878
|
+
};
|
879
|
+
cover: {
|
880
|
+
positioner: {
|
881
|
+
padding: "10";
|
882
|
+
};
|
883
|
+
content: {
|
884
|
+
width: "100%";
|
885
|
+
height: "100%";
|
886
|
+
'--dialog-margin': "0";
|
887
|
+
};
|
888
|
+
};
|
889
|
+
full: {
|
890
|
+
content: {
|
891
|
+
maxW: "100vw";
|
892
|
+
minH: "100vh";
|
893
|
+
'--dialog-margin': "0";
|
894
|
+
borderRadius: "0";
|
895
|
+
};
|
896
|
+
};
|
897
|
+
};
|
898
|
+
motionPreset: {
|
899
|
+
scale: {
|
900
|
+
content: {
|
901
|
+
_open: {
|
902
|
+
animationName: "scale-in, fade-in";
|
903
|
+
};
|
904
|
+
_closed: {
|
905
|
+
animationName: "scale-out, fade-out";
|
906
|
+
};
|
907
|
+
};
|
908
|
+
};
|
909
|
+
'slide-in-bottom': {
|
910
|
+
content: {
|
911
|
+
_open: {
|
912
|
+
animationName: "slide-from-bottom, fade-in";
|
913
|
+
};
|
914
|
+
_closed: {
|
915
|
+
animationName: "slide-to-bottom, fade-out";
|
916
|
+
};
|
917
|
+
};
|
918
|
+
};
|
919
|
+
'slide-in-top': {
|
920
|
+
content: {
|
921
|
+
_open: {
|
922
|
+
animationName: "slide-from-top, fade-in";
|
923
|
+
};
|
924
|
+
_closed: {
|
925
|
+
animationName: "slide-to-top, fade-out";
|
926
|
+
};
|
927
|
+
};
|
928
|
+
};
|
929
|
+
'slide-in-left': {
|
930
|
+
content: {
|
931
|
+
_open: {
|
932
|
+
animationName: "slide-from-left, fade-in";
|
933
|
+
};
|
934
|
+
_closed: {
|
935
|
+
animationName: "slide-to-left, fade-out";
|
936
|
+
};
|
937
|
+
};
|
938
|
+
};
|
939
|
+
'slide-in-right': {
|
940
|
+
content: {
|
941
|
+
_open: {
|
942
|
+
animationName: "slide-from-right, fade-in";
|
943
|
+
};
|
944
|
+
_closed: {
|
945
|
+
animationName: "slide-to-right, fade-out";
|
946
|
+
};
|
947
|
+
};
|
948
|
+
};
|
949
|
+
none: {};
|
950
|
+
};
|
951
|
+
}>;
|
952
|
+
drawer: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "closeTrigger" | "title" | "description" | "header" | "body" | "footer" | "trigger" | "backdrop", {
|
953
|
+
size: {
|
954
|
+
xs: {
|
955
|
+
content: {
|
956
|
+
maxW: "xs";
|
957
|
+
};
|
958
|
+
};
|
959
|
+
sm: {
|
960
|
+
content: {
|
961
|
+
maxW: "md";
|
962
|
+
};
|
963
|
+
};
|
964
|
+
md: {
|
965
|
+
content: {
|
966
|
+
maxW: "lg";
|
967
|
+
};
|
968
|
+
};
|
969
|
+
lg: {
|
970
|
+
content: {
|
971
|
+
maxW: "2xl";
|
972
|
+
};
|
973
|
+
};
|
974
|
+
xl: {
|
975
|
+
content: {
|
976
|
+
maxW: "4xl";
|
977
|
+
};
|
978
|
+
};
|
979
|
+
full: {
|
980
|
+
content: {
|
981
|
+
maxW: "100vw";
|
982
|
+
h: "100dvh";
|
983
|
+
};
|
984
|
+
};
|
985
|
+
};
|
986
|
+
placement: {
|
987
|
+
start: {
|
988
|
+
positioner: {
|
989
|
+
justifyContent: "flex-start";
|
990
|
+
};
|
991
|
+
content: {
|
992
|
+
_open: {
|
993
|
+
animationName: {
|
994
|
+
base: "slide-from-left-full, fade-in";
|
995
|
+
_rtl: "slide-from-right-full, fade-in";
|
996
|
+
};
|
997
|
+
};
|
998
|
+
_closed: {
|
999
|
+
animationName: {
|
1000
|
+
base: "slide-to-left-full, fade-out";
|
1001
|
+
_rtl: "slide-to-right-full, fade-out";
|
1002
|
+
};
|
1003
|
+
};
|
1004
|
+
};
|
1005
|
+
};
|
1006
|
+
end: {
|
1007
|
+
positioner: {
|
1008
|
+
justifyContent: "flex-end";
|
1009
|
+
};
|
1010
|
+
content: {
|
1011
|
+
_open: {
|
1012
|
+
animationName: {
|
1013
|
+
base: "slide-from-right-full, fade-in";
|
1014
|
+
_rtl: "slide-from-left-full, fade-in";
|
1015
|
+
};
|
1016
|
+
};
|
1017
|
+
_closed: {
|
1018
|
+
animationName: {
|
1019
|
+
base: "slide-to-right-full, fade-out";
|
1020
|
+
_rtl: "slide-to-right-full, fade-out";
|
1021
|
+
};
|
1022
|
+
};
|
1023
|
+
};
|
1024
|
+
};
|
1025
|
+
top: {
|
1026
|
+
positioner: {
|
1027
|
+
alignItems: "flex-start";
|
1028
|
+
};
|
1029
|
+
content: {
|
1030
|
+
maxW: "100%";
|
1031
|
+
_open: {
|
1032
|
+
animationName: "slide-from-top-full, fade-in";
|
1033
|
+
};
|
1034
|
+
_closed: {
|
1035
|
+
animationName: "slide-to-top-full, fade-out";
|
1036
|
+
};
|
1037
|
+
};
|
1038
|
+
};
|
1039
|
+
bottom: {
|
1040
|
+
positioner: {
|
1041
|
+
alignItems: "flex-end";
|
1042
|
+
};
|
1043
|
+
content: {
|
1044
|
+
maxW: "100%";
|
1045
|
+
_open: {
|
1046
|
+
animationName: "slide-from-bottom-full, fade-in";
|
1047
|
+
};
|
1048
|
+
_closed: {
|
1049
|
+
animationName: "slide-to-bottom-full, fade-out";
|
1050
|
+
};
|
1051
|
+
};
|
1052
|
+
};
|
1053
|
+
};
|
1054
|
+
attached: {
|
1055
|
+
true: {
|
1056
|
+
positioner: {
|
1057
|
+
padding: number;
|
1058
|
+
};
|
1059
|
+
content: {
|
1060
|
+
borderRadius: "none";
|
1061
|
+
};
|
1062
|
+
};
|
1063
|
+
};
|
1064
|
+
}>;
|
1065
|
+
editable: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "control" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger" | "textarea", {
|
1066
|
+
size: {
|
1067
|
+
sm: {
|
1068
|
+
root: {
|
1069
|
+
textStyle: "sm";
|
1070
|
+
};
|
1071
|
+
preview: {
|
1072
|
+
minH: "8";
|
1073
|
+
};
|
1074
|
+
input: {
|
1075
|
+
minH: "8";
|
1076
|
+
};
|
1077
|
+
};
|
1078
|
+
md: {
|
1079
|
+
root: {
|
1080
|
+
textStyle: "sm";
|
1081
|
+
};
|
1082
|
+
preview: {
|
1083
|
+
minH: "9";
|
1084
|
+
};
|
1085
|
+
input: {
|
1086
|
+
minH: "9";
|
1087
|
+
};
|
1088
|
+
};
|
1089
|
+
lg: {
|
1090
|
+
root: {
|
1091
|
+
textStyle: "md";
|
1092
|
+
};
|
1093
|
+
preview: {
|
1094
|
+
minH: "10";
|
1095
|
+
};
|
1096
|
+
input: {
|
1097
|
+
minH: "10";
|
1098
|
+
};
|
1099
|
+
};
|
1100
|
+
};
|
1101
|
+
}>;
|
1102
|
+
emptyState: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "title" | "description" | "indicator" | "actions", {
|
1103
|
+
size: {
|
1104
|
+
sm: {
|
1105
|
+
root: {
|
1106
|
+
px: "4";
|
1107
|
+
py: "6";
|
1108
|
+
};
|
1109
|
+
indicator: {
|
1110
|
+
textStyle: "3xl";
|
1111
|
+
mb: "2";
|
1112
|
+
};
|
1113
|
+
title: {
|
1114
|
+
textStyle: "md";
|
1115
|
+
};
|
1116
|
+
description: {
|
1117
|
+
textStyle: "xs";
|
1118
|
+
};
|
1119
|
+
content: {
|
1120
|
+
textStyle: "xs";
|
1121
|
+
};
|
1122
|
+
actions: {
|
1123
|
+
mt: "2";
|
1124
|
+
};
|
1125
|
+
};
|
1126
|
+
md: {
|
1127
|
+
root: {
|
1128
|
+
px: "8";
|
1129
|
+
py: "12";
|
1130
|
+
};
|
1131
|
+
indicator: {
|
1132
|
+
textStyle: "4xl";
|
1133
|
+
mb: "3";
|
1134
|
+
};
|
1135
|
+
title: {
|
1136
|
+
textStyle: "lg";
|
1137
|
+
};
|
1138
|
+
description: {
|
1139
|
+
textStyle: "sm";
|
1140
|
+
};
|
1141
|
+
content: {
|
1142
|
+
textStyle: "sm";
|
1143
|
+
};
|
1144
|
+
actions: {
|
1145
|
+
mt: "3";
|
1146
|
+
};
|
1147
|
+
};
|
1148
|
+
lg: {
|
1149
|
+
root: {
|
1150
|
+
px: "12";
|
1151
|
+
py: "16";
|
1152
|
+
};
|
1153
|
+
indicator: {
|
1154
|
+
textStyle: "6xl";
|
1155
|
+
mb: "4";
|
1156
|
+
};
|
1157
|
+
title: {
|
1158
|
+
textStyle: "xl";
|
1159
|
+
};
|
1160
|
+
description: {
|
1161
|
+
textStyle: "md";
|
1162
|
+
};
|
1163
|
+
content: {
|
1164
|
+
textStyle: "md";
|
1165
|
+
};
|
1166
|
+
actions: {
|
1167
|
+
mt: "4";
|
1168
|
+
};
|
1169
|
+
};
|
1170
|
+
};
|
1171
|
+
align: {
|
1172
|
+
start: {
|
1173
|
+
content: {
|
1174
|
+
alignItems: "flex-start";
|
1175
|
+
};
|
1176
|
+
};
|
1177
|
+
center: {
|
1178
|
+
content: {
|
1179
|
+
alignItems: "center";
|
1180
|
+
};
|
1181
|
+
};
|
1182
|
+
};
|
1183
|
+
}>;
|
1184
|
+
field: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "input" | "textarea" | "select" | "errorText" | "helperText" | "requiredIndicator", {
|
1185
|
+
orientation: {
|
1186
|
+
vertical: {
|
1187
|
+
root: {
|
1188
|
+
flexDirection: "column";
|
1189
|
+
alignItems: "flex-start";
|
1190
|
+
};
|
1191
|
+
};
|
1192
|
+
horizontal: {
|
1193
|
+
root: {
|
1194
|
+
display: "grid";
|
1195
|
+
gridTemplateColumns: "var(--field-label-width, 8rem) 1fr";
|
1196
|
+
alignItems: "center";
|
1197
|
+
'&:has(textarea)': {
|
1198
|
+
alignItems: "flex-start";
|
1199
|
+
'& label': {
|
1200
|
+
pt: number;
|
1201
|
+
};
|
1202
|
+
};
|
1203
|
+
};
|
1204
|
+
helperText: {
|
1205
|
+
gridColumn: number;
|
1206
|
+
};
|
1207
|
+
errorText: {
|
1208
|
+
gridColumn: number;
|
1209
|
+
};
|
1210
|
+
};
|
1211
|
+
};
|
1212
|
+
}>;
|
1213
|
+
fileUpload: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemContent" | "label" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText", import("@chakra-ui/react").SlotRecipeVariantRecord<"root" | "item" | "itemContent" | "label" | "trigger" | "dropzone" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "clearTrigger" | "dropzoneContent" | "fileText">>;
|
1214
|
+
hoverCard: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
1215
|
+
size: {
|
1216
|
+
xs: {
|
1217
|
+
content: {
|
1218
|
+
padding: "3";
|
1219
|
+
borderRadius: "panel.sm";
|
1220
|
+
};
|
1221
|
+
};
|
1222
|
+
sm: {
|
1223
|
+
content: {
|
1224
|
+
padding: "4";
|
1225
|
+
borderRadius: "panel.md";
|
1226
|
+
};
|
1227
|
+
};
|
1228
|
+
md: {
|
1229
|
+
content: {
|
1230
|
+
padding: "5";
|
1231
|
+
borderRadius: "panel.md";
|
1232
|
+
};
|
1233
|
+
};
|
1234
|
+
lg: {
|
1235
|
+
content: {
|
1236
|
+
padding: "6";
|
1237
|
+
borderRadius: "panel.lg";
|
1238
|
+
};
|
1239
|
+
};
|
1240
|
+
};
|
1241
|
+
}>;
|
1242
|
+
list: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "indicator", {
|
1243
|
+
variant: {
|
1244
|
+
marker: {
|
1245
|
+
root: {
|
1246
|
+
listStyle: "revert";
|
1247
|
+
listStylePosition: "inside";
|
1248
|
+
};
|
1249
|
+
item: {
|
1250
|
+
_marker: {
|
1251
|
+
color: "fg.subtle";
|
1252
|
+
};
|
1253
|
+
};
|
1254
|
+
};
|
1255
|
+
plain: {
|
1256
|
+
item: {
|
1257
|
+
alignItems: "flex-start";
|
1258
|
+
display: "inline-flex";
|
1259
|
+
};
|
1260
|
+
};
|
1261
|
+
};
|
1262
|
+
align: {
|
1263
|
+
center: {
|
1264
|
+
item: {
|
1265
|
+
alignItems: "center";
|
1266
|
+
};
|
1267
|
+
};
|
1268
|
+
start: {
|
1269
|
+
item: {
|
1270
|
+
alignItems: "flex-start";
|
1271
|
+
};
|
1272
|
+
};
|
1273
|
+
end: {
|
1274
|
+
item: {
|
1275
|
+
alignItems: "flex-end";
|
1276
|
+
};
|
1277
|
+
};
|
1278
|
+
};
|
1279
|
+
}>;
|
1280
|
+
menu: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "item" | "itemIndicator" | "positioner" | "separator" | "indicator" | "trigger" | "itemGroup" | "arrow" | "arrowTip" | "contextTrigger" | "itemGroupLabel" | "itemText" | "triggerItem" | "itemCommand", {
|
1281
|
+
variant: {
|
1282
|
+
subtle: {
|
1283
|
+
item: {
|
1284
|
+
_highlighted: {
|
1285
|
+
bg: "bg.subtle";
|
1286
|
+
};
|
1287
|
+
};
|
1288
|
+
};
|
1289
|
+
solid: {
|
1290
|
+
item: {
|
1291
|
+
_highlighted: {
|
1292
|
+
bg: "colorPalette.solid";
|
1293
|
+
color: "colorPalette.contrast";
|
1294
|
+
};
|
1295
|
+
};
|
1296
|
+
};
|
1297
|
+
};
|
1298
|
+
size: {
|
1299
|
+
sm: {
|
1300
|
+
content: {
|
1301
|
+
minW: "8rem";
|
1302
|
+
padding: "0.5";
|
1303
|
+
};
|
1304
|
+
item: {
|
1305
|
+
gap: "1";
|
1306
|
+
textStyle: "xs";
|
1307
|
+
py: "1";
|
1308
|
+
px: "1.5";
|
1309
|
+
ps: "var(--menu-item-inset, {sizes.1.5})";
|
1310
|
+
};
|
1311
|
+
itemGroupLabel: {
|
1312
|
+
textStyle: "xs";
|
1313
|
+
py: "1";
|
1314
|
+
px: "1.5";
|
1315
|
+
};
|
1316
|
+
};
|
1317
|
+
md: {
|
1318
|
+
content: {
|
1319
|
+
minW: "8rem";
|
1320
|
+
padding: "1";
|
1321
|
+
};
|
1322
|
+
item: {
|
1323
|
+
gap: "2";
|
1324
|
+
textStyle: "sm";
|
1325
|
+
py: "1.5";
|
1326
|
+
px: "2";
|
1327
|
+
ps: "var(--menu-item-inset, {sizes.2})";
|
1328
|
+
};
|
1329
|
+
itemGroupLabel: {
|
1330
|
+
textStyle: "sm";
|
1331
|
+
py: "1.5";
|
1332
|
+
px: "2";
|
1333
|
+
};
|
1334
|
+
};
|
1335
|
+
};
|
1336
|
+
}>;
|
1337
|
+
nativeSelect: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "indicator" | "field", {
|
1338
|
+
variant: {
|
1339
|
+
outline: {
|
1340
|
+
field: {
|
1341
|
+
bg: "transparent";
|
1342
|
+
borderWidth: "1px";
|
1343
|
+
borderColor: "border";
|
1344
|
+
_expanded: {
|
1345
|
+
borderColor: "border.emphasized";
|
1346
|
+
};
|
1347
|
+
} | undefined;
|
1348
|
+
};
|
1349
|
+
subtle: {
|
1350
|
+
field: {
|
1351
|
+
borderWidth: "1px";
|
1352
|
+
borderColor: "transparent";
|
1353
|
+
bg: "bg.muted";
|
1354
|
+
} | undefined;
|
1355
|
+
};
|
1356
|
+
plain: {
|
1357
|
+
field: {
|
1358
|
+
bg: "transparent";
|
1359
|
+
color: "fg";
|
1360
|
+
focusRingWidth: "2px";
|
1361
|
+
};
|
1362
|
+
};
|
1363
|
+
};
|
1364
|
+
size: {
|
1365
|
+
xs: {
|
1366
|
+
field: {
|
1367
|
+
textStyle: "xs";
|
1368
|
+
ps: "2";
|
1369
|
+
pe: "6";
|
1370
|
+
height: "6";
|
1371
|
+
};
|
1372
|
+
indicator: {
|
1373
|
+
textStyle: "sm";
|
1374
|
+
insetEnd: "1.5";
|
1375
|
+
};
|
1376
|
+
};
|
1377
|
+
sm: {
|
1378
|
+
field: {
|
1379
|
+
textStyle: "sm";
|
1380
|
+
ps: "2.5";
|
1381
|
+
pe: "8";
|
1382
|
+
height: "8";
|
1383
|
+
};
|
1384
|
+
indicator: {
|
1385
|
+
textStyle: "md";
|
1386
|
+
insetEnd: "2";
|
1387
|
+
};
|
1388
|
+
};
|
1389
|
+
md: {
|
1390
|
+
field: {
|
1391
|
+
textStyle: "sm";
|
1392
|
+
ps: "3";
|
1393
|
+
pe: "8";
|
1394
|
+
height: "10";
|
1395
|
+
};
|
1396
|
+
indicator: {
|
1397
|
+
textStyle: "lg";
|
1398
|
+
insetEnd: "2";
|
1399
|
+
};
|
1400
|
+
};
|
1401
|
+
lg: {
|
1402
|
+
field: {
|
1403
|
+
textStyle: "md";
|
1404
|
+
ps: "4";
|
1405
|
+
pe: "8";
|
1406
|
+
height: "11";
|
1407
|
+
};
|
1408
|
+
indicator: {
|
1409
|
+
textStyle: "xl";
|
1410
|
+
insetEnd: "3";
|
1411
|
+
};
|
1412
|
+
};
|
1413
|
+
xl: {
|
1414
|
+
field: {
|
1415
|
+
textStyle: "md";
|
1416
|
+
ps: "4.5";
|
1417
|
+
pe: "10";
|
1418
|
+
height: "12";
|
1419
|
+
};
|
1420
|
+
indicator: {
|
1421
|
+
textStyle: "xl";
|
1422
|
+
insetEnd: "3";
|
1423
|
+
};
|
1424
|
+
};
|
1425
|
+
};
|
1426
|
+
}>;
|
1427
|
+
numberInput: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "control" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
|
1428
|
+
size: {
|
1429
|
+
xs: {
|
1430
|
+
input: {
|
1431
|
+
borderRadius: "control.sm";
|
1432
|
+
textStyle: "xs";
|
1433
|
+
px: "2";
|
1434
|
+
'--input-height': "sizes.6";
|
1435
|
+
};
|
1436
|
+
control: {
|
1437
|
+
fontSize: "2xs";
|
1438
|
+
'--stepper-width': "sizes.4";
|
1439
|
+
};
|
1440
|
+
};
|
1441
|
+
sm: {
|
1442
|
+
input: {
|
1443
|
+
borderRadius: "control.md";
|
1444
|
+
textStyle: "sm";
|
1445
|
+
px: "2.5";
|
1446
|
+
'--input-height': "sizes.7";
|
1447
|
+
};
|
1448
|
+
control: {
|
1449
|
+
fontSize: "xs";
|
1450
|
+
'--stepper-width': "sizes.5";
|
1451
|
+
};
|
1452
|
+
};
|
1453
|
+
md: {
|
1454
|
+
input: {
|
1455
|
+
borderRadius: "control.md";
|
1456
|
+
textStyle: "sm";
|
1457
|
+
px: "3";
|
1458
|
+
'--input-height': "sizes.8";
|
1459
|
+
};
|
1460
|
+
control: {
|
1461
|
+
fontSize: "sm";
|
1462
|
+
'--stepper-width': "sizes.6";
|
1463
|
+
};
|
1464
|
+
};
|
1465
|
+
lg: {
|
1466
|
+
input: {
|
1467
|
+
borderRadius: "control.lg";
|
1468
|
+
textStyle: "md";
|
1469
|
+
px: "4.5";
|
1470
|
+
'--input-height': "sizes.10";
|
1471
|
+
};
|
1472
|
+
control: {
|
1473
|
+
fontSize: "sm";
|
1474
|
+
'--stepper-width': "sizes.6";
|
1475
|
+
};
|
1476
|
+
};
|
1477
|
+
};
|
1478
|
+
variant: {
|
1479
|
+
outline: {
|
1480
|
+
input: {
|
1481
|
+
bg: "transparent";
|
1482
|
+
borderWidth: "1px";
|
1483
|
+
borderColor: "border";
|
1484
|
+
focusVisibleRing: "inside";
|
1485
|
+
focusRingWidth: "0";
|
1486
|
+
_hover: {
|
1487
|
+
borderColor: "border.emphasized";
|
1488
|
+
_focusVisible: {
|
1489
|
+
borderColor: "var(--focus-ring-color)";
|
1490
|
+
};
|
1491
|
+
};
|
1492
|
+
} | {
|
1493
|
+
borderWidth: "1px";
|
1494
|
+
borderColor: "transparent";
|
1495
|
+
bg: "bg.muted";
|
1496
|
+
focusVisibleRing: "inside";
|
1497
|
+
} | {
|
1498
|
+
bg: "transparent";
|
1499
|
+
borderBottomWidth: "1px";
|
1500
|
+
borderBottomColor: "border";
|
1501
|
+
borderRadius: "0";
|
1502
|
+
px: "0";
|
1503
|
+
_focusVisible: {
|
1504
|
+
borderColor: "var(--focus-color)";
|
1505
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1506
|
+
};
|
1507
|
+
};
|
1508
|
+
};
|
1509
|
+
subtle: {
|
1510
|
+
input: {
|
1511
|
+
bg: "transparent";
|
1512
|
+
borderWidth: "1px";
|
1513
|
+
borderColor: "border";
|
1514
|
+
focusVisibleRing: "inside";
|
1515
|
+
focusRingWidth: "0";
|
1516
|
+
_hover: {
|
1517
|
+
borderColor: "border.emphasized";
|
1518
|
+
_focusVisible: {
|
1519
|
+
borderColor: "var(--focus-ring-color)";
|
1520
|
+
};
|
1521
|
+
};
|
1522
|
+
} | {
|
1523
|
+
borderWidth: "1px";
|
1524
|
+
borderColor: "transparent";
|
1525
|
+
bg: "bg.muted";
|
1526
|
+
focusVisibleRing: "inside";
|
1527
|
+
} | {
|
1528
|
+
bg: "transparent";
|
1529
|
+
borderBottomWidth: "1px";
|
1530
|
+
borderBottomColor: "border";
|
1531
|
+
borderRadius: "0";
|
1532
|
+
px: "0";
|
1533
|
+
_focusVisible: {
|
1534
|
+
borderColor: "var(--focus-color)";
|
1535
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1536
|
+
};
|
1537
|
+
};
|
1538
|
+
};
|
1539
|
+
flushed: {
|
1540
|
+
input: {
|
1541
|
+
bg: "transparent";
|
1542
|
+
borderWidth: "1px";
|
1543
|
+
borderColor: "border";
|
1544
|
+
focusVisibleRing: "inside";
|
1545
|
+
focusRingWidth: "0";
|
1546
|
+
_hover: {
|
1547
|
+
borderColor: "border.emphasized";
|
1548
|
+
_focusVisible: {
|
1549
|
+
borderColor: "var(--focus-ring-color)";
|
1550
|
+
};
|
1551
|
+
};
|
1552
|
+
} | {
|
1553
|
+
borderWidth: "1px";
|
1554
|
+
borderColor: "transparent";
|
1555
|
+
bg: "bg.muted";
|
1556
|
+
focusVisibleRing: "inside";
|
1557
|
+
} | {
|
1558
|
+
bg: "transparent";
|
1559
|
+
borderBottomWidth: "1px";
|
1560
|
+
borderBottomColor: "border";
|
1561
|
+
borderRadius: "0";
|
1562
|
+
px: "0";
|
1563
|
+
_focusVisible: {
|
1564
|
+
borderColor: "var(--focus-color)";
|
1565
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1566
|
+
};
|
1567
|
+
};
|
1568
|
+
};
|
1569
|
+
};
|
1570
|
+
}>;
|
1571
|
+
pinInput: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "control" | "input", {
|
1572
|
+
size: {
|
1573
|
+
sm: {
|
1574
|
+
input: {
|
1575
|
+
px: number;
|
1576
|
+
borderRadius: "control.sm";
|
1577
|
+
textStyle: "xs";
|
1578
|
+
'--input-height': "sizes.6";
|
1579
|
+
} | {
|
1580
|
+
px: number;
|
1581
|
+
borderRadius: "control.md";
|
1582
|
+
textStyle: "sm";
|
1583
|
+
'--input-height': "sizes.7";
|
1584
|
+
} | {
|
1585
|
+
px: number;
|
1586
|
+
borderRadius: "control.md";
|
1587
|
+
textStyle: "sm";
|
1588
|
+
'--input-height': "sizes.8";
|
1589
|
+
} | {
|
1590
|
+
px: number;
|
1591
|
+
borderRadius: "control.lg";
|
1592
|
+
textStyle: "md";
|
1593
|
+
'--input-height': "sizes.10";
|
1594
|
+
} | {
|
1595
|
+
px: number;
|
1596
|
+
borderRadius: "control.lg";
|
1597
|
+
textStyle: "md";
|
1598
|
+
'--input-height': "sizes.12";
|
1599
|
+
};
|
1600
|
+
};
|
1601
|
+
md: {
|
1602
|
+
input: {
|
1603
|
+
px: number;
|
1604
|
+
borderRadius: "control.sm";
|
1605
|
+
textStyle: "xs";
|
1606
|
+
'--input-height': "sizes.6";
|
1607
|
+
} | {
|
1608
|
+
px: number;
|
1609
|
+
borderRadius: "control.md";
|
1610
|
+
textStyle: "sm";
|
1611
|
+
'--input-height': "sizes.7";
|
1612
|
+
} | {
|
1613
|
+
px: number;
|
1614
|
+
borderRadius: "control.md";
|
1615
|
+
textStyle: "sm";
|
1616
|
+
'--input-height': "sizes.8";
|
1617
|
+
} | {
|
1618
|
+
px: number;
|
1619
|
+
borderRadius: "control.lg";
|
1620
|
+
textStyle: "md";
|
1621
|
+
'--input-height': "sizes.10";
|
1622
|
+
} | {
|
1623
|
+
px: number;
|
1624
|
+
borderRadius: "control.lg";
|
1625
|
+
textStyle: "md";
|
1626
|
+
'--input-height': "sizes.12";
|
1627
|
+
};
|
1628
|
+
};
|
1629
|
+
lg: {
|
1630
|
+
input: {
|
1631
|
+
px: number;
|
1632
|
+
borderRadius: "control.sm";
|
1633
|
+
textStyle: "xs";
|
1634
|
+
'--input-height': "sizes.6";
|
1635
|
+
} | {
|
1636
|
+
px: number;
|
1637
|
+
borderRadius: "control.md";
|
1638
|
+
textStyle: "sm";
|
1639
|
+
'--input-height': "sizes.7";
|
1640
|
+
} | {
|
1641
|
+
px: number;
|
1642
|
+
borderRadius: "control.md";
|
1643
|
+
textStyle: "sm";
|
1644
|
+
'--input-height': "sizes.8";
|
1645
|
+
} | {
|
1646
|
+
px: number;
|
1647
|
+
borderRadius: "control.lg";
|
1648
|
+
textStyle: "md";
|
1649
|
+
'--input-height': "sizes.10";
|
1650
|
+
} | {
|
1651
|
+
px: number;
|
1652
|
+
borderRadius: "control.lg";
|
1653
|
+
textStyle: "md";
|
1654
|
+
'--input-height': "sizes.12";
|
1655
|
+
};
|
1656
|
+
};
|
1657
|
+
xl: {
|
1658
|
+
input: {
|
1659
|
+
px: number;
|
1660
|
+
borderRadius: "control.sm";
|
1661
|
+
textStyle: "xs";
|
1662
|
+
'--input-height': "sizes.6";
|
1663
|
+
} | {
|
1664
|
+
px: number;
|
1665
|
+
borderRadius: "control.md";
|
1666
|
+
textStyle: "sm";
|
1667
|
+
'--input-height': "sizes.7";
|
1668
|
+
} | {
|
1669
|
+
px: number;
|
1670
|
+
borderRadius: "control.md";
|
1671
|
+
textStyle: "sm";
|
1672
|
+
'--input-height': "sizes.8";
|
1673
|
+
} | {
|
1674
|
+
px: number;
|
1675
|
+
borderRadius: "control.lg";
|
1676
|
+
textStyle: "md";
|
1677
|
+
'--input-height': "sizes.10";
|
1678
|
+
} | {
|
1679
|
+
px: number;
|
1680
|
+
borderRadius: "control.lg";
|
1681
|
+
textStyle: "md";
|
1682
|
+
'--input-height': "sizes.12";
|
1683
|
+
};
|
1684
|
+
};
|
1685
|
+
xs: {
|
1686
|
+
input: {
|
1687
|
+
px: number;
|
1688
|
+
borderRadius: "control.sm";
|
1689
|
+
textStyle: "xs";
|
1690
|
+
'--input-height': "sizes.6";
|
1691
|
+
} | {
|
1692
|
+
px: number;
|
1693
|
+
borderRadius: "control.md";
|
1694
|
+
textStyle: "sm";
|
1695
|
+
'--input-height': "sizes.7";
|
1696
|
+
} | {
|
1697
|
+
px: number;
|
1698
|
+
borderRadius: "control.md";
|
1699
|
+
textStyle: "sm";
|
1700
|
+
'--input-height': "sizes.8";
|
1701
|
+
} | {
|
1702
|
+
px: number;
|
1703
|
+
borderRadius: "control.lg";
|
1704
|
+
textStyle: "md";
|
1705
|
+
'--input-height': "sizes.10";
|
1706
|
+
} | {
|
1707
|
+
px: number;
|
1708
|
+
borderRadius: "control.lg";
|
1709
|
+
textStyle: "md";
|
1710
|
+
'--input-height': "sizes.12";
|
1711
|
+
};
|
1712
|
+
};
|
1713
|
+
};
|
1714
|
+
variant: {
|
1715
|
+
outline: {
|
1716
|
+
input: {
|
1717
|
+
bg: "transparent";
|
1718
|
+
borderWidth: "1px";
|
1719
|
+
borderColor: "border";
|
1720
|
+
focusVisibleRing: "inside";
|
1721
|
+
focusRingWidth: "0";
|
1722
|
+
_hover: {
|
1723
|
+
borderColor: "border.emphasized";
|
1724
|
+
_focusVisible: {
|
1725
|
+
borderColor: "var(--focus-ring-color)";
|
1726
|
+
};
|
1727
|
+
};
|
1728
|
+
} | {
|
1729
|
+
borderWidth: "1px";
|
1730
|
+
borderColor: "transparent";
|
1731
|
+
bg: "bg.muted";
|
1732
|
+
focusVisibleRing: "inside";
|
1733
|
+
} | {
|
1734
|
+
bg: "transparent";
|
1735
|
+
borderBottomWidth: "1px";
|
1736
|
+
borderBottomColor: "border";
|
1737
|
+
borderRadius: "0";
|
1738
|
+
px: "0";
|
1739
|
+
_focusVisible: {
|
1740
|
+
borderColor: "var(--focus-color)";
|
1741
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1742
|
+
};
|
1743
|
+
};
|
1744
|
+
};
|
1745
|
+
subtle: {
|
1746
|
+
input: {
|
1747
|
+
bg: "transparent";
|
1748
|
+
borderWidth: "1px";
|
1749
|
+
borderColor: "border";
|
1750
|
+
focusVisibleRing: "inside";
|
1751
|
+
focusRingWidth: "0";
|
1752
|
+
_hover: {
|
1753
|
+
borderColor: "border.emphasized";
|
1754
|
+
_focusVisible: {
|
1755
|
+
borderColor: "var(--focus-ring-color)";
|
1756
|
+
};
|
1757
|
+
};
|
1758
|
+
} | {
|
1759
|
+
borderWidth: "1px";
|
1760
|
+
borderColor: "transparent";
|
1761
|
+
bg: "bg.muted";
|
1762
|
+
focusVisibleRing: "inside";
|
1763
|
+
} | {
|
1764
|
+
bg: "transparent";
|
1765
|
+
borderBottomWidth: "1px";
|
1766
|
+
borderBottomColor: "border";
|
1767
|
+
borderRadius: "0";
|
1768
|
+
px: "0";
|
1769
|
+
_focusVisible: {
|
1770
|
+
borderColor: "var(--focus-color)";
|
1771
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1772
|
+
};
|
1773
|
+
};
|
1774
|
+
};
|
1775
|
+
flushed: {
|
1776
|
+
input: {
|
1777
|
+
bg: "transparent";
|
1778
|
+
borderWidth: "1px";
|
1779
|
+
borderColor: "border";
|
1780
|
+
focusVisibleRing: "inside";
|
1781
|
+
focusRingWidth: "0";
|
1782
|
+
_hover: {
|
1783
|
+
borderColor: "border.emphasized";
|
1784
|
+
_focusVisible: {
|
1785
|
+
borderColor: "var(--focus-ring-color)";
|
1786
|
+
};
|
1787
|
+
};
|
1788
|
+
} | {
|
1789
|
+
borderWidth: "1px";
|
1790
|
+
borderColor: "transparent";
|
1791
|
+
bg: "bg.muted";
|
1792
|
+
focusVisibleRing: "inside";
|
1793
|
+
} | {
|
1794
|
+
bg: "transparent";
|
1795
|
+
borderBottomWidth: "1px";
|
1796
|
+
borderBottomColor: "border";
|
1797
|
+
borderRadius: "0";
|
1798
|
+
px: "0";
|
1799
|
+
_focusVisible: {
|
1800
|
+
borderColor: "var(--focus-color)";
|
1801
|
+
boxShadow: "0px 1px 0px 0px var(--focus-color)";
|
1802
|
+
};
|
1803
|
+
};
|
1804
|
+
};
|
1805
|
+
};
|
1806
|
+
}>;
|
1807
|
+
popover: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "closeTrigger" | "title" | "description" | "indicator" | "header" | "body" | "footer" | "trigger" | "anchor" | "arrow" | "arrowTip", {
|
1808
|
+
size: {
|
1809
|
+
xs: {
|
1810
|
+
content: {
|
1811
|
+
'--popover-padding': "spacing.3";
|
1812
|
+
};
|
1813
|
+
};
|
1814
|
+
sm: {
|
1815
|
+
content: {
|
1816
|
+
'--popover-padding': "spacing.4";
|
1817
|
+
};
|
1818
|
+
};
|
1819
|
+
md: {
|
1820
|
+
content: {
|
1821
|
+
'--popover-padding': "spacing.5";
|
1822
|
+
};
|
1823
|
+
};
|
1824
|
+
lg: {
|
1825
|
+
content: {
|
1826
|
+
'--popover-padding': "spacing.6";
|
1827
|
+
};
|
1828
|
+
};
|
1829
|
+
};
|
1830
|
+
}>;
|
1831
|
+
progress: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
1832
|
+
variant: {
|
1833
|
+
outline: {
|
1834
|
+
track: {
|
1835
|
+
shadow: "inset";
|
1836
|
+
bgColor: "bg.subtle";
|
1837
|
+
};
|
1838
|
+
range: {
|
1839
|
+
bgColor: "colorPalette.solid";
|
1840
|
+
};
|
1841
|
+
};
|
1842
|
+
subtle: {
|
1843
|
+
track: {
|
1844
|
+
bgColor: "colorPalette.muted";
|
1845
|
+
};
|
1846
|
+
range: {
|
1847
|
+
bgColor: "colorPalette.solid/72";
|
1848
|
+
};
|
1849
|
+
};
|
1850
|
+
};
|
1851
|
+
shape: {
|
1852
|
+
square: {};
|
1853
|
+
rounded: {
|
1854
|
+
track: {
|
1855
|
+
borderRadius: "control.sm";
|
1856
|
+
};
|
1857
|
+
};
|
1858
|
+
full: {
|
1859
|
+
track: {
|
1860
|
+
borderRadius: "full";
|
1861
|
+
};
|
1862
|
+
};
|
1863
|
+
};
|
1864
|
+
striped: {
|
1865
|
+
true: {
|
1866
|
+
range: {
|
1867
|
+
backgroundImage: "linear-gradient(45deg, var(--stripe-color) 25%, transparent 25%, transparent 50%, var(--stripe-color) 50%, var(--stripe-color) 75%, transparent 75%, transparent)";
|
1868
|
+
backgroundSize: "var(--stripe-size) var(--stripe-size)";
|
1869
|
+
'--stripe-size': "1rem";
|
1870
|
+
'--stripe-color': {
|
1871
|
+
_light: "rgba(255, 255, 255, 0.3)";
|
1872
|
+
_dark: "rgba(0, 0, 0, 0.3)";
|
1873
|
+
};
|
1874
|
+
};
|
1875
|
+
};
|
1876
|
+
};
|
1877
|
+
animated: {
|
1878
|
+
true: {
|
1879
|
+
range: {
|
1880
|
+
'--animate-from': "var(--stripe-size)";
|
1881
|
+
animation: "bg-position 1s linear infinite";
|
1882
|
+
};
|
1883
|
+
};
|
1884
|
+
};
|
1885
|
+
size: {
|
1886
|
+
xs: {
|
1887
|
+
track: {
|
1888
|
+
h: "1.5";
|
1889
|
+
};
|
1890
|
+
};
|
1891
|
+
sm: {
|
1892
|
+
track: {
|
1893
|
+
h: "2";
|
1894
|
+
};
|
1895
|
+
};
|
1896
|
+
md: {
|
1897
|
+
track: {
|
1898
|
+
h: "2.5";
|
1899
|
+
};
|
1900
|
+
};
|
1901
|
+
lg: {
|
1902
|
+
track: {
|
1903
|
+
h: "3";
|
1904
|
+
};
|
1905
|
+
};
|
1906
|
+
xl: {
|
1907
|
+
track: {
|
1908
|
+
h: "4";
|
1909
|
+
};
|
1910
|
+
};
|
1911
|
+
};
|
1912
|
+
}>;
|
1913
|
+
progressCircle: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "valueText" | "circle" | "track" | "range" | "view" | "circleTrack" | "circleRange", {
|
1914
|
+
size: {
|
1915
|
+
xs: {
|
1916
|
+
circle: {
|
1917
|
+
'--size': "24px";
|
1918
|
+
'--thickness': "4px";
|
1919
|
+
};
|
1920
|
+
valueText: {
|
1921
|
+
textStyle: "2xs";
|
1922
|
+
};
|
1923
|
+
};
|
1924
|
+
sm: {
|
1925
|
+
circle: {
|
1926
|
+
'--size': "32px";
|
1927
|
+
'--thickness': "5px";
|
1928
|
+
};
|
1929
|
+
valueText: {
|
1930
|
+
textStyle: "2xs";
|
1931
|
+
};
|
1932
|
+
};
|
1933
|
+
md: {
|
1934
|
+
circle: {
|
1935
|
+
'--size': "40px";
|
1936
|
+
'--thickness': "6px";
|
1937
|
+
};
|
1938
|
+
valueText: {
|
1939
|
+
textStyle: "xs";
|
1940
|
+
};
|
1941
|
+
};
|
1942
|
+
lg: {
|
1943
|
+
circle: {
|
1944
|
+
'--size': "48px";
|
1945
|
+
'--thickness': "7px";
|
1946
|
+
};
|
1947
|
+
valueText: {
|
1948
|
+
textStyle: "sm";
|
1949
|
+
};
|
1950
|
+
};
|
1951
|
+
xl: {
|
1952
|
+
circle: {
|
1953
|
+
'--size': "64px";
|
1954
|
+
'--thickness': "8px";
|
1955
|
+
};
|
1956
|
+
valueText: {
|
1957
|
+
textStyle: "sm";
|
1958
|
+
};
|
1959
|
+
};
|
1960
|
+
};
|
1961
|
+
}>;
|
1962
|
+
radioCard: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemContent" | "itemIndicator" | "label" | "indicator" | "itemText" | "itemControl" | "itemAddon" | "itemDescription", {
|
1963
|
+
size: {
|
1964
|
+
sm: {
|
1965
|
+
item: {
|
1966
|
+
textStyle: "sm";
|
1967
|
+
};
|
1968
|
+
itemControl: {
|
1969
|
+
padding: "3";
|
1970
|
+
gap: "1.5";
|
1971
|
+
};
|
1972
|
+
itemAddon: {
|
1973
|
+
px: "3";
|
1974
|
+
py: "1.5";
|
1975
|
+
borderTopWidth: "1px";
|
1976
|
+
};
|
1977
|
+
itemIndicator: {
|
1978
|
+
boxSize: "3.5";
|
1979
|
+
} | undefined;
|
1980
|
+
};
|
1981
|
+
md: {
|
1982
|
+
item: {
|
1983
|
+
textStyle: "sm";
|
1984
|
+
};
|
1985
|
+
itemControl: {
|
1986
|
+
padding: "4";
|
1987
|
+
gap: "2.5";
|
1988
|
+
};
|
1989
|
+
itemAddon: {
|
1990
|
+
px: "4";
|
1991
|
+
py: "2";
|
1992
|
+
borderTopWidth: "1px";
|
1993
|
+
};
|
1994
|
+
itemIndicator: {
|
1995
|
+
boxSize: "4";
|
1996
|
+
} | undefined;
|
1997
|
+
};
|
1998
|
+
lg: {
|
1999
|
+
item: {
|
2000
|
+
textStyle: "md";
|
2001
|
+
};
|
2002
|
+
itemControl: {
|
2003
|
+
padding: "4";
|
2004
|
+
gap: "3.5";
|
2005
|
+
};
|
2006
|
+
itemAddon: {
|
2007
|
+
px: "4";
|
2008
|
+
py: "2";
|
2009
|
+
borderTopWidth: "1px";
|
2010
|
+
};
|
2011
|
+
itemIndicator: {
|
2012
|
+
boxSize: "5";
|
2013
|
+
} | undefined;
|
2014
|
+
};
|
2015
|
+
};
|
2016
|
+
variant: {
|
2017
|
+
surface: {
|
2018
|
+
item: {
|
2019
|
+
borderWidth: "1px";
|
2020
|
+
_checked: {
|
2021
|
+
bg: "colorPalette.subtle";
|
2022
|
+
color: "colorPalette.fg";
|
2023
|
+
borderColor: "colorPalette.muted";
|
2024
|
+
};
|
2025
|
+
};
|
2026
|
+
itemIndicator: {
|
2027
|
+
borderWidth: "1px";
|
2028
|
+
borderColor: "border";
|
2029
|
+
_checked: {
|
2030
|
+
bg: "colorPalette.solid";
|
2031
|
+
color: "colorPalette.contrast";
|
2032
|
+
borderColor: "colorPalette.solid";
|
2033
|
+
};
|
2034
|
+
} | undefined;
|
2035
|
+
};
|
2036
|
+
subtle: {
|
2037
|
+
item: {
|
2038
|
+
bg: "bg.muted";
|
2039
|
+
};
|
2040
|
+
itemControl: {
|
2041
|
+
_checked: {
|
2042
|
+
bg: "colorPalette.muted";
|
2043
|
+
color: "colorPalette.fg";
|
2044
|
+
};
|
2045
|
+
};
|
2046
|
+
itemIndicator: {
|
2047
|
+
borderWidth: "1px";
|
2048
|
+
borderColor: "inherit";
|
2049
|
+
_checked: {
|
2050
|
+
color: "colorPalette.fg";
|
2051
|
+
borderColor: "colorPalette.solid";
|
2052
|
+
};
|
2053
|
+
'& .dot': {
|
2054
|
+
scale: "0.6";
|
2055
|
+
};
|
2056
|
+
} | undefined;
|
2057
|
+
};
|
2058
|
+
outline: {
|
2059
|
+
item: {
|
2060
|
+
borderWidth: "1px";
|
2061
|
+
_checked: {
|
2062
|
+
boxShadow: "0 0 0 1px var(--shadow-color)";
|
2063
|
+
boxShadowColor: "colorPalette.solid";
|
2064
|
+
borderColor: "colorPalette.solid";
|
2065
|
+
};
|
2066
|
+
};
|
2067
|
+
itemIndicator: {
|
2068
|
+
borderWidth: "1px";
|
2069
|
+
borderColor: "border";
|
2070
|
+
_checked: {
|
2071
|
+
bg: "colorPalette.solid";
|
2072
|
+
color: "colorPalette.contrast";
|
2073
|
+
borderColor: "colorPalette.solid";
|
2074
|
+
};
|
2075
|
+
} | undefined;
|
2076
|
+
};
|
2077
|
+
solid: {
|
2078
|
+
item: {
|
2079
|
+
borderWidth: "1px";
|
2080
|
+
_checked: {
|
2081
|
+
bg: "colorPalette.solid";
|
2082
|
+
color: "colorPalette.contrast";
|
2083
|
+
borderColor: "colorPalette.solid";
|
2084
|
+
};
|
2085
|
+
};
|
2086
|
+
itemIndicator: {
|
2087
|
+
bg: "bg";
|
2088
|
+
borderWidth: "1px";
|
2089
|
+
borderColor: "inherit";
|
2090
|
+
_checked: {
|
2091
|
+
color: "colorPalette.solid";
|
2092
|
+
borderColor: "currentcolor";
|
2093
|
+
};
|
2094
|
+
} | undefined;
|
2095
|
+
};
|
2096
|
+
};
|
2097
|
+
justify: {
|
2098
|
+
start: {
|
2099
|
+
item: {
|
2100
|
+
'--radio-card-justify': "flex-start";
|
2101
|
+
};
|
2102
|
+
};
|
2103
|
+
end: {
|
2104
|
+
item: {
|
2105
|
+
'--radio-card-justify': "flex-end";
|
2106
|
+
};
|
2107
|
+
};
|
2108
|
+
center: {
|
2109
|
+
item: {
|
2110
|
+
'--radio-card-justify': "center";
|
2111
|
+
};
|
2112
|
+
};
|
2113
|
+
};
|
2114
|
+
align: {
|
2115
|
+
start: {
|
2116
|
+
item: {
|
2117
|
+
'--radio-card-align': "flex-start";
|
2118
|
+
};
|
2119
|
+
itemControl: {
|
2120
|
+
textAlign: "start";
|
2121
|
+
};
|
2122
|
+
};
|
2123
|
+
end: {
|
2124
|
+
item: {
|
2125
|
+
'--radio-card-align': "flex-end";
|
2126
|
+
};
|
2127
|
+
itemControl: {
|
2128
|
+
textAlign: "end";
|
2129
|
+
};
|
2130
|
+
};
|
2131
|
+
center: {
|
2132
|
+
item: {
|
2133
|
+
'--radio-card-align': "center";
|
2134
|
+
};
|
2135
|
+
itemControl: {
|
2136
|
+
textAlign: "center";
|
2137
|
+
};
|
2138
|
+
};
|
2139
|
+
};
|
2140
|
+
orientation: {
|
2141
|
+
vertical: {
|
2142
|
+
itemControl: {
|
2143
|
+
flexDirection: "column";
|
2144
|
+
};
|
2145
|
+
};
|
2146
|
+
horizontal: {
|
2147
|
+
itemControl: {
|
2148
|
+
flexDirection: "row";
|
2149
|
+
};
|
2150
|
+
};
|
2151
|
+
};
|
2152
|
+
}>;
|
2153
|
+
radioGroup: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemIndicator" | "label" | "indicator" | "itemText" | "itemControl" | "itemAddon", {
|
2154
|
+
variant: {
|
2155
|
+
outline: {
|
2156
|
+
itemControl: {
|
2157
|
+
borderWidth: "1px";
|
2158
|
+
borderColor: "inherit";
|
2159
|
+
_checked: {
|
2160
|
+
color: "colorPalette.fg";
|
2161
|
+
borderColor: "colorPalette.solid";
|
2162
|
+
};
|
2163
|
+
'& .dot': {
|
2164
|
+
scale: "0.6";
|
2165
|
+
};
|
2166
|
+
} | undefined;
|
2167
|
+
};
|
2168
|
+
subtle: {
|
2169
|
+
itemControl: {
|
2170
|
+
borderWidth: "1px";
|
2171
|
+
bg: "colorPalette.muted";
|
2172
|
+
borderColor: "colorPalette.muted";
|
2173
|
+
color: "transparent";
|
2174
|
+
_checked: {
|
2175
|
+
color: "colorPalette.fg";
|
2176
|
+
};
|
2177
|
+
} | undefined;
|
2178
|
+
};
|
2179
|
+
solid: {
|
2180
|
+
itemControl: {
|
2181
|
+
borderWidth: "1px";
|
2182
|
+
borderColor: "border";
|
2183
|
+
_checked: {
|
2184
|
+
bg: "colorPalette.solid";
|
2185
|
+
color: "colorPalette.contrast";
|
2186
|
+
borderColor: "colorPalette.solid";
|
2187
|
+
};
|
2188
|
+
} | undefined;
|
2189
|
+
};
|
2190
|
+
};
|
2191
|
+
size: {
|
2192
|
+
xs: {
|
2193
|
+
item: {
|
2194
|
+
textStyle: "xs";
|
2195
|
+
gap: "1.5";
|
2196
|
+
};
|
2197
|
+
itemControl: {
|
2198
|
+
boxSize: "3";
|
2199
|
+
} | undefined;
|
2200
|
+
};
|
2201
|
+
sm: {
|
2202
|
+
item: {
|
2203
|
+
textStyle: "sm";
|
2204
|
+
gap: "2";
|
2205
|
+
};
|
2206
|
+
itemControl: {
|
2207
|
+
boxSize: "3.5";
|
2208
|
+
} | undefined;
|
2209
|
+
};
|
2210
|
+
md: {
|
2211
|
+
item: {
|
2212
|
+
textStyle: "sm";
|
2213
|
+
gap: "2.5";
|
2214
|
+
};
|
2215
|
+
itemControl: {
|
2216
|
+
boxSize: "4";
|
2217
|
+
} | undefined;
|
2218
|
+
};
|
2219
|
+
lg: {
|
2220
|
+
item: {
|
2221
|
+
textStyle: "md";
|
2222
|
+
gap: "3";
|
2223
|
+
};
|
2224
|
+
itemControl: {
|
2225
|
+
boxSize: "5";
|
2226
|
+
} | undefined;
|
2227
|
+
};
|
2228
|
+
};
|
2229
|
+
}>;
|
2230
|
+
ratingGroup: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "itemIndicator" | "label" | "control", {
|
2231
|
+
size: {
|
2232
|
+
xs: {
|
2233
|
+
item: {
|
2234
|
+
textStyle: "sm";
|
2235
|
+
};
|
2236
|
+
};
|
2237
|
+
sm: {
|
2238
|
+
item: {
|
2239
|
+
textStyle: "md";
|
2240
|
+
};
|
2241
|
+
};
|
2242
|
+
md: {
|
2243
|
+
item: {
|
2244
|
+
textStyle: "xl";
|
2245
|
+
};
|
2246
|
+
};
|
2247
|
+
lg: {
|
2248
|
+
item: {
|
2249
|
+
textStyle: "2xl";
|
2250
|
+
};
|
2251
|
+
};
|
2252
|
+
};
|
2253
|
+
}>;
|
2254
|
+
segmentGroup: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "label" | "indicator" | "itemText" | "itemControl", {
|
2255
|
+
size: {
|
2256
|
+
xs: {
|
2257
|
+
root: {
|
2258
|
+
'--segment-radius': "radii.control.sm";
|
2259
|
+
height: "6";
|
2260
|
+
};
|
2261
|
+
item: {
|
2262
|
+
textStyle: "xs";
|
2263
|
+
px: "3";
|
2264
|
+
gap: "1";
|
2265
|
+
};
|
2266
|
+
};
|
2267
|
+
sm: {
|
2268
|
+
root: {
|
2269
|
+
'--segment-radius': "radii.control.md";
|
2270
|
+
height: "7";
|
2271
|
+
};
|
2272
|
+
item: {
|
2273
|
+
textStyle: "sm";
|
2274
|
+
px: "4";
|
2275
|
+
gap: "2";
|
2276
|
+
};
|
2277
|
+
};
|
2278
|
+
md: {
|
2279
|
+
root: {
|
2280
|
+
'--segment-radius': "radii.control.md";
|
2281
|
+
height: "8";
|
2282
|
+
};
|
2283
|
+
item: {
|
2284
|
+
textStyle: "md";
|
2285
|
+
px: "4";
|
2286
|
+
gap: "2";
|
2287
|
+
};
|
2288
|
+
};
|
2289
|
+
lg: {
|
2290
|
+
root: {
|
2291
|
+
'--segment-radius': "radii.control.lg";
|
2292
|
+
height: "10";
|
2293
|
+
};
|
2294
|
+
item: {
|
2295
|
+
textStyle: "md";
|
2296
|
+
px: "5";
|
2297
|
+
gap: "3";
|
2298
|
+
};
|
2299
|
+
};
|
2300
|
+
};
|
2301
|
+
}>;
|
2302
|
+
select: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "item" | "itemIndicator" | "label" | "positioner" | "indicator" | "list" | "control" | "trigger" | "itemGroup" | "clearTrigger" | "itemGroupLabel" | "itemText" | "valueText" | "indicatorGroup", {
|
2303
|
+
variant: {
|
2304
|
+
outline: {
|
2305
|
+
trigger: {
|
2306
|
+
bg: "transparent";
|
2307
|
+
borderWidth: "1px";
|
2308
|
+
borderColor: "border";
|
2309
|
+
_expanded: {
|
2310
|
+
borderColor: "border.emphasized";
|
2311
|
+
};
|
2312
|
+
};
|
2313
|
+
};
|
2314
|
+
subtle: {
|
2315
|
+
trigger: {
|
2316
|
+
borderWidth: "1px";
|
2317
|
+
borderColor: "transparent";
|
2318
|
+
bg: "bg.muted";
|
2319
|
+
};
|
2320
|
+
};
|
2321
|
+
};
|
2322
|
+
size: {
|
2323
|
+
xs: {
|
2324
|
+
root: {
|
2325
|
+
'--select-trigger-height': "sizes.6";
|
2326
|
+
'--select-trigger-padding-x': "spacing.2";
|
2327
|
+
};
|
2328
|
+
content: {
|
2329
|
+
p: "1";
|
2330
|
+
gap: "1";
|
2331
|
+
textStyle: "xs";
|
2332
|
+
};
|
2333
|
+
trigger: {
|
2334
|
+
borderRadius: "sm";
|
2335
|
+
textStyle: "xs";
|
2336
|
+
gap: "1";
|
2337
|
+
};
|
2338
|
+
item: {
|
2339
|
+
py: "1";
|
2340
|
+
px: "2";
|
2341
|
+
};
|
2342
|
+
itemGroupLabel: {
|
2343
|
+
py: "1";
|
2344
|
+
px: "2";
|
2345
|
+
};
|
2346
|
+
indicator: {
|
2347
|
+
_icon: {
|
2348
|
+
width: "3.5";
|
2349
|
+
height: "3.5";
|
2350
|
+
};
|
2351
|
+
};
|
2352
|
+
};
|
2353
|
+
sm: {
|
2354
|
+
root: {
|
2355
|
+
'--select-trigger-height': "sizes.7";
|
2356
|
+
'--select-trigger-padding-x': "spacing.2.5";
|
2357
|
+
};
|
2358
|
+
content: {
|
2359
|
+
p: "1";
|
2360
|
+
textStyle: "sm";
|
2361
|
+
};
|
2362
|
+
trigger: {
|
2363
|
+
borderRadius: "sm";
|
2364
|
+
textStyle: "sm";
|
2365
|
+
gap: "1";
|
2366
|
+
};
|
2367
|
+
indicator: {
|
2368
|
+
_icon: {
|
2369
|
+
width: "4";
|
2370
|
+
height: "4";
|
2371
|
+
};
|
2372
|
+
};
|
2373
|
+
item: {
|
2374
|
+
py: "1";
|
2375
|
+
px: "1.5";
|
2376
|
+
};
|
2377
|
+
itemGroup: {
|
2378
|
+
mt: "1";
|
2379
|
+
};
|
2380
|
+
itemGroupLabel: {
|
2381
|
+
py: "1";
|
2382
|
+
px: "1.5";
|
2383
|
+
};
|
2384
|
+
};
|
2385
|
+
md: {
|
2386
|
+
root: {
|
2387
|
+
'--select-trigger-height': "sizes.8";
|
2388
|
+
'--select-trigger-padding-x': "spacing.3";
|
2389
|
+
};
|
2390
|
+
content: {
|
2391
|
+
p: "1";
|
2392
|
+
textStyle: "sm";
|
2393
|
+
};
|
2394
|
+
itemGroup: {
|
2395
|
+
mt: "1.5";
|
2396
|
+
};
|
2397
|
+
item: {
|
2398
|
+
py: "1.5";
|
2399
|
+
px: "2";
|
2400
|
+
};
|
2401
|
+
itemIndicator: {
|
2402
|
+
display: "flex";
|
2403
|
+
alignItems: "center";
|
2404
|
+
justifyContent: "center";
|
2405
|
+
};
|
2406
|
+
itemGroupLabel: {
|
2407
|
+
py: "1.5";
|
2408
|
+
px: "2";
|
2409
|
+
};
|
2410
|
+
trigger: {
|
2411
|
+
borderRadius: "md";
|
2412
|
+
textStyle: "sm";
|
2413
|
+
gap: "2";
|
2414
|
+
};
|
2415
|
+
indicator: {
|
2416
|
+
_icon: {
|
2417
|
+
width: "4";
|
2418
|
+
height: "4";
|
2419
|
+
};
|
2420
|
+
};
|
2421
|
+
};
|
2422
|
+
lg: {
|
2423
|
+
root: {
|
2424
|
+
'--select-trigger-height': "sizes.10";
|
2425
|
+
'--select-trigger-padding-x': "spacing.4";
|
2426
|
+
};
|
2427
|
+
content: {
|
2428
|
+
p: "1.5";
|
2429
|
+
textStyle: "md";
|
2430
|
+
};
|
2431
|
+
itemGroup: {
|
2432
|
+
mt: "2";
|
2433
|
+
};
|
2434
|
+
item: {
|
2435
|
+
py: "2";
|
2436
|
+
px: "3";
|
2437
|
+
};
|
2438
|
+
itemGroupLabel: {
|
2439
|
+
py: "2";
|
2440
|
+
px: "3";
|
2441
|
+
};
|
2442
|
+
trigger: {
|
2443
|
+
borderRadius: "md";
|
2444
|
+
textStyle: "md";
|
2445
|
+
py: "3";
|
2446
|
+
gap: "2";
|
2447
|
+
};
|
2448
|
+
indicator: {
|
2449
|
+
_icon: {
|
2450
|
+
width: "5";
|
2451
|
+
height: "5";
|
2452
|
+
};
|
2453
|
+
};
|
2454
|
+
};
|
2455
|
+
};
|
2456
|
+
}>;
|
2457
|
+
slider: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "marker" | "label" | "control" | "valueText" | "track" | "range" | "thumb" | "markerGroup" | "draggingIndicator" | "markerIndicator", {
|
2458
|
+
size: {
|
2459
|
+
sm: {
|
2460
|
+
root: {
|
2461
|
+
'--slider-thumb-size': "sizes.4";
|
2462
|
+
'--slider-track-size': "sizes.1.5";
|
2463
|
+
'--slider-marker-top': "6px";
|
2464
|
+
'--slider-marker-size': "sizes.1";
|
2465
|
+
'--slider-marker-inset': "3px";
|
2466
|
+
};
|
2467
|
+
};
|
2468
|
+
md: {
|
2469
|
+
root: {
|
2470
|
+
'--slider-thumb-size': "sizes.5";
|
2471
|
+
'--slider-track-size': "sizes.2";
|
2472
|
+
'--slider-marker-top': "8px";
|
2473
|
+
'--slider-marker-size': "sizes.1";
|
2474
|
+
'--slider-marker-inset': "4px";
|
2475
|
+
};
|
2476
|
+
};
|
2477
|
+
lg: {
|
2478
|
+
root: {
|
2479
|
+
'--slider-thumb-size': "sizes.6";
|
2480
|
+
'--slider-track-size': "sizes.2.5";
|
2481
|
+
'--slider-marker-top': "9px";
|
2482
|
+
'--slider-marker-size': "sizes.1.5";
|
2483
|
+
'--slider-marker-inset': "5px";
|
2484
|
+
};
|
2485
|
+
};
|
2486
|
+
};
|
2487
|
+
variant: {
|
2488
|
+
outline: {
|
2489
|
+
track: {
|
2490
|
+
shadow: "inset";
|
2491
|
+
bg: "bg.emphasized/72";
|
2492
|
+
};
|
2493
|
+
range: {
|
2494
|
+
bg: "colorPalette.solid";
|
2495
|
+
};
|
2496
|
+
thumb: {
|
2497
|
+
borderWidth: "2px";
|
2498
|
+
borderColor: "colorPalette.solid";
|
2499
|
+
bg: "bg";
|
2500
|
+
_disabled: {
|
2501
|
+
bg: "border.emphasized";
|
2502
|
+
borderColor: "border.emphasized";
|
2503
|
+
};
|
2504
|
+
};
|
2505
|
+
};
|
2506
|
+
solid: {
|
2507
|
+
track: {
|
2508
|
+
bg: "colorPalette.subtle";
|
2509
|
+
_disabled: {
|
2510
|
+
bg: "bg.muted";
|
2511
|
+
};
|
2512
|
+
};
|
2513
|
+
range: {
|
2514
|
+
bg: "colorPalette.solid";
|
2515
|
+
};
|
2516
|
+
thumb: {
|
2517
|
+
bg: "colorPalette.solid";
|
2518
|
+
_disabled: {
|
2519
|
+
bg: "border.emphasized";
|
2520
|
+
};
|
2521
|
+
};
|
2522
|
+
};
|
2523
|
+
};
|
2524
|
+
orientation: {
|
2525
|
+
vertical: {
|
2526
|
+
root: {
|
2527
|
+
display: "inline-flex";
|
2528
|
+
};
|
2529
|
+
control: {
|
2530
|
+
flexDirection: "column";
|
2531
|
+
height: "100%";
|
2532
|
+
minWidth: "var(--slider-thumb-size)";
|
2533
|
+
};
|
2534
|
+
track: {
|
2535
|
+
width: "var(--slider-track-size)";
|
2536
|
+
};
|
2537
|
+
thumb: {
|
2538
|
+
left: "50%";
|
2539
|
+
translate: "-50% 0";
|
2540
|
+
};
|
2541
|
+
};
|
2542
|
+
horizontal: {
|
2543
|
+
control: {
|
2544
|
+
flexDirection: "row";
|
2545
|
+
width: "100%";
|
2546
|
+
minHeight: "var(--slider-thumb-size)";
|
2547
|
+
};
|
2548
|
+
track: {
|
2549
|
+
height: "var(--slider-track-size)";
|
2550
|
+
};
|
2551
|
+
thumb: {
|
2552
|
+
top: "50%";
|
2553
|
+
translate: "0 -50%";
|
2554
|
+
};
|
2555
|
+
};
|
2556
|
+
};
|
2557
|
+
}>;
|
2558
|
+
stat: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "indicator" | "valueText" | "helpText" | "valueUnit", {
|
2559
|
+
size: {
|
2560
|
+
sm: {
|
2561
|
+
valueText: {
|
2562
|
+
textStyle: "xl";
|
2563
|
+
};
|
2564
|
+
};
|
2565
|
+
md: {
|
2566
|
+
valueText: {
|
2567
|
+
textStyle: "2xl";
|
2568
|
+
};
|
2569
|
+
};
|
2570
|
+
lg: {
|
2571
|
+
valueText: {
|
2572
|
+
textStyle: "3xl";
|
2573
|
+
};
|
2574
|
+
};
|
2575
|
+
};
|
2576
|
+
}>;
|
2577
|
+
steps: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "item" | "separator" | "title" | "description" | "indicator" | "list" | "trigger" | "progress" | "nextTrigger" | "prevTrigger", {
|
2578
|
+
orientation: {
|
2579
|
+
vertical: {
|
2580
|
+
root: {
|
2581
|
+
flexDirection: "row";
|
2582
|
+
height: "100%";
|
2583
|
+
};
|
2584
|
+
list: {
|
2585
|
+
flexDirection: "column";
|
2586
|
+
alignItems: "flex-start";
|
2587
|
+
};
|
2588
|
+
separator: {
|
2589
|
+
position: "absolute";
|
2590
|
+
width: "var(--steps-thickness)";
|
2591
|
+
height: "100%";
|
2592
|
+
maxHeight: "calc(100% - var(--steps-size) - var(--steps-gutter) * 2)";
|
2593
|
+
top: "calc(var(--steps-size) + var(--steps-gutter))";
|
2594
|
+
insetStart: "calc(var(--steps-size) / 2 - 1px)";
|
2595
|
+
};
|
2596
|
+
item: {
|
2597
|
+
alignItems: "flex-start";
|
2598
|
+
};
|
2599
|
+
};
|
2600
|
+
horizontal: {
|
2601
|
+
root: {
|
2602
|
+
flexDirection: "column";
|
2603
|
+
width: "100%";
|
2604
|
+
};
|
2605
|
+
list: {
|
2606
|
+
flexDirection: "row";
|
2607
|
+
alignItems: "center";
|
2608
|
+
};
|
2609
|
+
separator: {
|
2610
|
+
width: "100%";
|
2611
|
+
height: "var(--steps-thickness)";
|
2612
|
+
marginX: "var(--steps-gutter)";
|
2613
|
+
};
|
2614
|
+
item: {
|
2615
|
+
alignItems: "center";
|
2616
|
+
};
|
2617
|
+
};
|
2618
|
+
};
|
2619
|
+
variant: {
|
2620
|
+
solid: {
|
2621
|
+
indicator: {
|
2622
|
+
_incomplete: {
|
2623
|
+
borderWidth: "var(--steps-thickness)";
|
2624
|
+
};
|
2625
|
+
_current: {
|
2626
|
+
bg: "colorPalette.muted";
|
2627
|
+
borderWidth: "var(--steps-thickness)";
|
2628
|
+
borderColor: "colorPalette.solid";
|
2629
|
+
color: "colorPalette.fg";
|
2630
|
+
};
|
2631
|
+
_complete: {
|
2632
|
+
bg: "colorPalette.solid";
|
2633
|
+
borderColor: "colorPalette.solid";
|
2634
|
+
color: "colorPalette.contrast";
|
2635
|
+
};
|
2636
|
+
};
|
2637
|
+
separator: {
|
2638
|
+
_complete: {
|
2639
|
+
bg: "colorPalette.solid";
|
2640
|
+
};
|
2641
|
+
};
|
2642
|
+
};
|
2643
|
+
subtle: {
|
2644
|
+
indicator: {
|
2645
|
+
_incomplete: {
|
2646
|
+
bg: "bg.muted";
|
2647
|
+
};
|
2648
|
+
_current: {
|
2649
|
+
bg: "colorPalette.muted";
|
2650
|
+
color: "colorPalette.fg";
|
2651
|
+
};
|
2652
|
+
_complete: {
|
2653
|
+
bg: "colorPalette.emphasized";
|
2654
|
+
color: "colorPalette.fg";
|
2655
|
+
};
|
2656
|
+
};
|
2657
|
+
separator: {
|
2658
|
+
_complete: {
|
2659
|
+
bg: "colorPalette.emphasized";
|
2660
|
+
};
|
2661
|
+
};
|
2662
|
+
};
|
2663
|
+
};
|
2664
|
+
size: {
|
2665
|
+
xs: {
|
2666
|
+
root: {
|
2667
|
+
gap: "2.5";
|
2668
|
+
};
|
2669
|
+
list: {
|
2670
|
+
'--steps-size': "sizes.6";
|
2671
|
+
'--steps-icon-size': "sizes.3.5";
|
2672
|
+
textStyle: "xs";
|
2673
|
+
};
|
2674
|
+
title: {
|
2675
|
+
textStyle: "sm";
|
2676
|
+
};
|
2677
|
+
};
|
2678
|
+
sm: {
|
2679
|
+
root: {
|
2680
|
+
gap: "3";
|
2681
|
+
};
|
2682
|
+
list: {
|
2683
|
+
'--steps-size': "sizes.8";
|
2684
|
+
'--steps-icon-size': "sizes.4";
|
2685
|
+
textStyle: "xs";
|
2686
|
+
};
|
2687
|
+
title: {
|
2688
|
+
textStyle: "sm";
|
2689
|
+
};
|
2690
|
+
};
|
2691
|
+
md: {
|
2692
|
+
root: {
|
2693
|
+
gap: "4";
|
2694
|
+
};
|
2695
|
+
list: {
|
2696
|
+
'--steps-size': "sizes.10";
|
2697
|
+
'--steps-icon-size': "sizes.4";
|
2698
|
+
textStyle: "sm";
|
2699
|
+
};
|
2700
|
+
title: {
|
2701
|
+
textStyle: "sm";
|
2702
|
+
};
|
2703
|
+
};
|
2704
|
+
lg: {
|
2705
|
+
root: {
|
2706
|
+
gap: "6";
|
2707
|
+
};
|
2708
|
+
list: {
|
2709
|
+
'--steps-size': "sizes.11";
|
2710
|
+
'--steps-icon-size': "sizes.5";
|
2711
|
+
textStyle: "md";
|
2712
|
+
};
|
2713
|
+
title: {
|
2714
|
+
textStyle: "md";
|
2715
|
+
};
|
2716
|
+
};
|
2717
|
+
};
|
2718
|
+
}>;
|
2719
|
+
switch: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "indicator" | "control" | "thumb", {
|
2720
|
+
variant: {
|
2721
|
+
solid: {
|
2722
|
+
control: {
|
2723
|
+
borderRadius: "full";
|
2724
|
+
bg: "bg.emphasized";
|
2725
|
+
focusVisibleRing: "outside";
|
2726
|
+
_checked: {
|
2727
|
+
bg: "colorPalette.solid";
|
2728
|
+
};
|
2729
|
+
};
|
2730
|
+
thumb: {
|
2731
|
+
bg: "white";
|
2732
|
+
width: "var(--switch-height)";
|
2733
|
+
height: "var(--switch-height)";
|
2734
|
+
scale: "0.8";
|
2735
|
+
boxShadow: "sm";
|
2736
|
+
_checked: {
|
2737
|
+
bg: "colorPalette.contrast";
|
2738
|
+
};
|
2739
|
+
};
|
2740
|
+
};
|
2741
|
+
raised: {
|
2742
|
+
control: {
|
2743
|
+
borderRadius: "full";
|
2744
|
+
height: "calc(var(--switch-height) / 2)";
|
2745
|
+
bg: "bg.muted";
|
2746
|
+
boxShadow: "inset";
|
2747
|
+
_checked: {
|
2748
|
+
bg: "colorPalette.solid/60";
|
2749
|
+
};
|
2750
|
+
};
|
2751
|
+
thumb: {
|
2752
|
+
width: "var(--switch-height)";
|
2753
|
+
height: "var(--switch-height)";
|
2754
|
+
position: "relative";
|
2755
|
+
top: "calc(var(--switch-height) * -0.25)";
|
2756
|
+
bg: "white";
|
2757
|
+
boxShadow: "xs";
|
2758
|
+
focusVisibleRing: "outside";
|
2759
|
+
_checked: {
|
2760
|
+
bg: "colorPalette.solid";
|
2761
|
+
};
|
2762
|
+
};
|
2763
|
+
};
|
2764
|
+
};
|
2765
|
+
size: {
|
2766
|
+
xs: {
|
2767
|
+
root: {
|
2768
|
+
'--switch-width': "sizes.6";
|
2769
|
+
'--switch-height': "sizes.3";
|
2770
|
+
'--switch-indicator-font-size': "fontSizes.xs";
|
2771
|
+
};
|
2772
|
+
};
|
2773
|
+
sm: {
|
2774
|
+
root: {
|
2775
|
+
'--switch-width': "sizes.8";
|
2776
|
+
'--switch-height': "sizes.4";
|
2777
|
+
'--switch-indicator-font-size': "fontSizes.xs";
|
2778
|
+
};
|
2779
|
+
};
|
2780
|
+
md: {
|
2781
|
+
root: {
|
2782
|
+
'--switch-width': "sizes.10";
|
2783
|
+
'--switch-height': "sizes.5";
|
2784
|
+
'--switch-indicator-font-size': "fontSizes.sm";
|
2785
|
+
};
|
2786
|
+
};
|
2787
|
+
lg: {
|
2788
|
+
root: {
|
2789
|
+
'--switch-width': "sizes.12";
|
2790
|
+
'--switch-height': "sizes.6";
|
2791
|
+
'--switch-indicator-font-size': "fontSizes.md";
|
2792
|
+
};
|
2793
|
+
};
|
2794
|
+
};
|
2795
|
+
}>;
|
2796
|
+
table: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "row" | "caption" | "header" | "body" | "footer" | "cell" | "columnHeader", {
|
2797
|
+
interactive: {
|
2798
|
+
true: {
|
2799
|
+
body: {
|
2800
|
+
'& tr': {
|
2801
|
+
_hover: {
|
2802
|
+
bg: "colorPalette.subtle";
|
2803
|
+
};
|
2804
|
+
};
|
2805
|
+
};
|
2806
|
+
};
|
2807
|
+
};
|
2808
|
+
stickyHeader: {
|
2809
|
+
true: {
|
2810
|
+
header: {
|
2811
|
+
'& :where(tr)': {
|
2812
|
+
top: "var(--table-sticky-offset, 0)";
|
2813
|
+
position: "sticky";
|
2814
|
+
zIndex: number;
|
2815
|
+
};
|
2816
|
+
};
|
2817
|
+
};
|
2818
|
+
};
|
2819
|
+
striped: {
|
2820
|
+
true: {
|
2821
|
+
row: {
|
2822
|
+
'&:nth-of-type(odd) td': {
|
2823
|
+
bg: "bg.muted";
|
2824
|
+
};
|
2825
|
+
};
|
2826
|
+
};
|
2827
|
+
};
|
2828
|
+
showColumnBorder: {
|
2829
|
+
true: {
|
2830
|
+
columnHeader: {
|
2831
|
+
'&:not(:last-of-type)': {
|
2832
|
+
borderInlineEndWidth: "1px";
|
2833
|
+
};
|
2834
|
+
};
|
2835
|
+
cell: {
|
2836
|
+
'&:not(:last-of-type)': {
|
2837
|
+
borderInlineEndWidth: "1px";
|
2838
|
+
};
|
2839
|
+
};
|
2840
|
+
};
|
2841
|
+
};
|
2842
|
+
variant: {
|
2843
|
+
line: {
|
2844
|
+
columnHeader: {
|
2845
|
+
borderBottomWidth: "1px";
|
2846
|
+
};
|
2847
|
+
cell: {
|
2848
|
+
borderBottomWidth: "1px";
|
2849
|
+
};
|
2850
|
+
row: {
|
2851
|
+
bg: "bg";
|
2852
|
+
};
|
2853
|
+
};
|
2854
|
+
outline: {
|
2855
|
+
root: {
|
2856
|
+
boxShadow: "0 0 0 1px {colors.border}";
|
2857
|
+
overflow: "hidden";
|
2858
|
+
};
|
2859
|
+
columnHeader: {
|
2860
|
+
borderBottomWidth: "1px";
|
2861
|
+
};
|
2862
|
+
header: {
|
2863
|
+
bg: "bg.muted";
|
2864
|
+
};
|
2865
|
+
row: {
|
2866
|
+
'&:not(:last-of-type)': {
|
2867
|
+
borderBottomWidth: "1px";
|
2868
|
+
};
|
2869
|
+
};
|
2870
|
+
footer: {
|
2871
|
+
borderTopWidth: "1px";
|
2872
|
+
};
|
2873
|
+
};
|
2874
|
+
};
|
2875
|
+
size: {
|
2876
|
+
sm: {
|
2877
|
+
root: {
|
2878
|
+
textStyle: "sm";
|
2879
|
+
};
|
2880
|
+
columnHeader: {
|
2881
|
+
px: "2";
|
2882
|
+
py: "2";
|
2883
|
+
};
|
2884
|
+
cell: {
|
2885
|
+
px: "2";
|
2886
|
+
py: "2";
|
2887
|
+
};
|
2888
|
+
};
|
2889
|
+
md: {
|
2890
|
+
root: {
|
2891
|
+
textStyle: "sm";
|
2892
|
+
};
|
2893
|
+
columnHeader: {
|
2894
|
+
px: "3";
|
2895
|
+
py: "3";
|
2896
|
+
};
|
2897
|
+
cell: {
|
2898
|
+
px: "3";
|
2899
|
+
py: "3";
|
2900
|
+
};
|
2901
|
+
};
|
2902
|
+
lg: {
|
2903
|
+
root: {
|
2904
|
+
textStyle: "md";
|
2905
|
+
};
|
2906
|
+
columnHeader: {
|
2907
|
+
px: "4";
|
2908
|
+
py: "3";
|
2909
|
+
};
|
2910
|
+
cell: {
|
2911
|
+
px: "4";
|
2912
|
+
py: "3";
|
2913
|
+
};
|
2914
|
+
};
|
2915
|
+
};
|
2916
|
+
}>;
|
2917
|
+
tabs: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "indicator" | "list" | "trigger" | "contentGroup", {
|
2918
|
+
fitted: {
|
2919
|
+
true: {
|
2920
|
+
list: {
|
2921
|
+
display: "flex";
|
2922
|
+
};
|
2923
|
+
trigger: {
|
2924
|
+
flex: number;
|
2925
|
+
textAlign: "center";
|
2926
|
+
justifyContent: "center";
|
2927
|
+
};
|
2928
|
+
};
|
2929
|
+
};
|
2930
|
+
justify: {
|
2931
|
+
start: {
|
2932
|
+
list: {
|
2933
|
+
justifyContent: "flex-start";
|
2934
|
+
};
|
2935
|
+
};
|
2936
|
+
center: {
|
2937
|
+
list: {
|
2938
|
+
justifyContent: "center";
|
2939
|
+
};
|
2940
|
+
};
|
2941
|
+
end: {
|
2942
|
+
list: {
|
2943
|
+
justifyContent: "flex-end";
|
2944
|
+
};
|
2945
|
+
};
|
2946
|
+
};
|
2947
|
+
size: {
|
2948
|
+
xs: {
|
2949
|
+
root: {
|
2950
|
+
'--tabs-height': "sizes.6";
|
2951
|
+
'--tabs-content-padding': "spacing.2";
|
2952
|
+
'--tabs-trigger-radius': "radii.control.sm";
|
2953
|
+
};
|
2954
|
+
trigger: {
|
2955
|
+
py: "1";
|
2956
|
+
px: "2";
|
2957
|
+
textStyle: "xs";
|
2958
|
+
};
|
2959
|
+
};
|
2960
|
+
sm: {
|
2961
|
+
root: {
|
2962
|
+
'--tabs-height': "sizes.7";
|
2963
|
+
'--tabs-content-padding': "spacing.3";
|
2964
|
+
'--tabs-trigger-radius': "radii.control.md";
|
2965
|
+
};
|
2966
|
+
trigger: {
|
2967
|
+
py: "1";
|
2968
|
+
px: "3";
|
2969
|
+
textStyle: "sm";
|
2970
|
+
};
|
2971
|
+
};
|
2972
|
+
md: {
|
2973
|
+
root: {
|
2974
|
+
'--tabs-height': "sizes.8";
|
2975
|
+
'--tabs-content-padding': "spacing.4";
|
2976
|
+
'--tabs-trigger-radius': "radii.control.md";
|
2977
|
+
};
|
2978
|
+
trigger: {
|
2979
|
+
py: "2";
|
2980
|
+
px: "4";
|
2981
|
+
textStyle: "sm";
|
2982
|
+
};
|
2983
|
+
};
|
2984
|
+
lg: {
|
2985
|
+
root: {
|
2986
|
+
'--tabs-height': "sizes.10";
|
2987
|
+
'--tabs-content-padding': "spacing.4.5";
|
2988
|
+
'--tabs-trigger-radius': "radii.control.lg";
|
2989
|
+
};
|
2990
|
+
trigger: {
|
2991
|
+
py: "2";
|
2992
|
+
px: "4.5";
|
2993
|
+
textStyle: "md";
|
2994
|
+
};
|
2995
|
+
};
|
2996
|
+
};
|
2997
|
+
variant: {
|
2998
|
+
line: {
|
2999
|
+
list: {
|
3000
|
+
display: "flex";
|
3001
|
+
borderColor: "border";
|
3002
|
+
_horizontal: {
|
3003
|
+
borderBottomWidth: "1px";
|
3004
|
+
};
|
3005
|
+
_vertical: {
|
3006
|
+
borderEndWidth: "1px";
|
3007
|
+
};
|
3008
|
+
};
|
3009
|
+
trigger: {
|
3010
|
+
color: "fg.muted";
|
3011
|
+
_hover: {
|
3012
|
+
color: "fg.subtle";
|
3013
|
+
};
|
3014
|
+
_disabled: {
|
3015
|
+
_active: {
|
3016
|
+
bg: "initial";
|
3017
|
+
};
|
3018
|
+
};
|
3019
|
+
_selected: {
|
3020
|
+
color: "fg";
|
3021
|
+
_horizontal: {
|
3022
|
+
layerStyle: "indicator.bottom";
|
3023
|
+
borderTopRadius: "3px";
|
3024
|
+
'--indicator-offset-x': "spacing.3";
|
3025
|
+
'--indicator-offset-y': "-1px";
|
3026
|
+
'--indicator-color': "colors.colorPalette.solid";
|
3027
|
+
};
|
3028
|
+
_vertical: {
|
3029
|
+
layerStyle: "indicator.end";
|
3030
|
+
'--indicator-offset-x': "-1px";
|
3031
|
+
};
|
3032
|
+
};
|
3033
|
+
};
|
3034
|
+
};
|
3035
|
+
pills: {
|
3036
|
+
list: {
|
3037
|
+
gap: number;
|
3038
|
+
};
|
3039
|
+
trigger: {
|
3040
|
+
borderRadius: "var(--tabs-trigger-radius)";
|
3041
|
+
color: "fg.muted";
|
3042
|
+
borderWidth: "1px";
|
3043
|
+
borderColor: "border.emphasized";
|
3044
|
+
_hover: {
|
3045
|
+
bg: "bg.muted";
|
3046
|
+
color: "fg.subtle";
|
3047
|
+
};
|
3048
|
+
_selected: {
|
3049
|
+
bg: "colorPalette.subtle";
|
3050
|
+
color: "colorPalette.fg";
|
3051
|
+
borderColor: "colorPalette.solid/40";
|
3052
|
+
_hover: {
|
3053
|
+
bg: "colorPalette.subtle";
|
3054
|
+
color: "colorPalette.fg";
|
3055
|
+
};
|
3056
|
+
};
|
3057
|
+
};
|
3058
|
+
};
|
3059
|
+
ghost: {
|
3060
|
+
list: {
|
3061
|
+
gap: number;
|
3062
|
+
};
|
3063
|
+
trigger: {
|
3064
|
+
borderRadius: "var(--tabs-trigger-radius)";
|
3065
|
+
color: "fg.subtle";
|
3066
|
+
_hover: {
|
3067
|
+
bg: "colorPalette.muted";
|
3068
|
+
color: "colorPalette.fg";
|
3069
|
+
};
|
3070
|
+
_selected: {
|
3071
|
+
bg: "colorPalette.subtle";
|
3072
|
+
color: "colorPalette.fg";
|
3073
|
+
_hover: {
|
3074
|
+
bg: "colorPalette.subtle";
|
3075
|
+
color: "colorPalette.fg";
|
3076
|
+
};
|
3077
|
+
};
|
3078
|
+
};
|
3079
|
+
};
|
3080
|
+
enclosed: {
|
3081
|
+
list: {
|
3082
|
+
bg: "bg.muted";
|
3083
|
+
boxShadow: "inset";
|
3084
|
+
borderRadius: "md";
|
3085
|
+
borderWidth: "1px";
|
3086
|
+
minH: "calc(var(--tabs-height) - 4px)";
|
3087
|
+
};
|
3088
|
+
trigger: {
|
3089
|
+
justifyContent: "center";
|
3090
|
+
color: "fg.muted";
|
3091
|
+
borderRadius: "var(--tabs-trigger-radius)";
|
3092
|
+
_hover: {
|
3093
|
+
color: "fg.subtle";
|
3094
|
+
};
|
3095
|
+
_selected: {
|
3096
|
+
bg: "bg";
|
3097
|
+
color: "colorPalette.fg";
|
3098
|
+
shadow: "sm";
|
3099
|
+
};
|
3100
|
+
};
|
3101
|
+
};
|
3102
|
+
outline: {
|
3103
|
+
list: {
|
3104
|
+
'--line-thickness': "1px";
|
3105
|
+
'--line-offset': "calc(var(--line-thickness) * -1)";
|
3106
|
+
borderColor: "border";
|
3107
|
+
display: "flex";
|
3108
|
+
_horizontal: {
|
3109
|
+
_before: {
|
3110
|
+
content: "\"\"";
|
3111
|
+
position: "absolute";
|
3112
|
+
bottom: "0px";
|
3113
|
+
width: "100%";
|
3114
|
+
borderBottomWidth: "var(--line-thickness)";
|
3115
|
+
borderBottomColor: "border";
|
3116
|
+
};
|
3117
|
+
};
|
3118
|
+
_vertical: {
|
3119
|
+
_before: {
|
3120
|
+
content: "\"\"";
|
3121
|
+
position: "absolute";
|
3122
|
+
insetInline: "var(--line-offset)";
|
3123
|
+
height: "calc(100% - calc(var(--line-thickness) * 2))";
|
3124
|
+
borderEndWidth: "var(--line-thickness)";
|
3125
|
+
borderEndColor: "border";
|
3126
|
+
};
|
3127
|
+
};
|
3128
|
+
};
|
3129
|
+
trigger: {
|
3130
|
+
color: "fg.muted";
|
3131
|
+
borderWidth: "1px";
|
3132
|
+
borderColor: "transparent";
|
3133
|
+
_hover: {
|
3134
|
+
color: "fg.subtle";
|
3135
|
+
};
|
3136
|
+
_selected: {
|
3137
|
+
bg: "currentBg";
|
3138
|
+
color: "colorPalette.fg";
|
3139
|
+
};
|
3140
|
+
_horizontal: {
|
3141
|
+
borderTopRadius: "var(--tabs-trigger-radius)";
|
3142
|
+
marginBottom: "var(--line-offset)";
|
3143
|
+
marginEnd: {
|
3144
|
+
_notLast: "var(--line-offset)";
|
3145
|
+
};
|
3146
|
+
_selected: {
|
3147
|
+
borderColor: "border";
|
3148
|
+
borderBottomColor: "transparent";
|
3149
|
+
};
|
3150
|
+
};
|
3151
|
+
_vertical: {
|
3152
|
+
borderStartRadius: "var(--tabs-trigger-radius)";
|
3153
|
+
marginEnd: "var(--line-offset)";
|
3154
|
+
marginBottom: {
|
3155
|
+
_notLast: "var(--line-offset)";
|
3156
|
+
};
|
3157
|
+
_selected: {
|
3158
|
+
borderColor: "border";
|
3159
|
+
borderEndColor: "transparent";
|
3160
|
+
};
|
3161
|
+
};
|
3162
|
+
};
|
3163
|
+
};
|
3164
|
+
plain: {
|
3165
|
+
trigger: {
|
3166
|
+
color: "fg.muted";
|
3167
|
+
_selected: {
|
3168
|
+
color: "colorPalette.fg";
|
3169
|
+
};
|
3170
|
+
borderRadius: "var(--tabs-trigger-radius)";
|
3171
|
+
'&[data-selected][data-ssr]': {
|
3172
|
+
bg: "var(--tabs-indicator-bg)";
|
3173
|
+
shadow: "var(--tabs-indicator-shadow)";
|
3174
|
+
borderRadius: "var(--tabs-indicator-radius)";
|
3175
|
+
};
|
3176
|
+
};
|
3177
|
+
};
|
3178
|
+
};
|
3179
|
+
}>;
|
3180
|
+
tag: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "closeTrigger" | "startElement" | "endElement", {
|
3181
|
+
size: {
|
3182
|
+
sm: {
|
3183
|
+
root: {
|
3184
|
+
px: "1.5";
|
3185
|
+
minH: "5";
|
3186
|
+
gap: "1";
|
3187
|
+
'--tag-avatar-size': "spacing.3.5";
|
3188
|
+
'--tag-status-size': "spacing.2";
|
3189
|
+
'--tag-element-size': "spacing.3.5";
|
3190
|
+
'--tag-element-offset': "spacing.-0.5";
|
3191
|
+
};
|
3192
|
+
label: {
|
3193
|
+
textStyle: "xs";
|
3194
|
+
};
|
3195
|
+
};
|
3196
|
+
md: {
|
3197
|
+
root: {
|
3198
|
+
px: "2";
|
3199
|
+
minH: "6";
|
3200
|
+
gap: "1";
|
3201
|
+
'--tag-avatar-size': "spacing.4";
|
3202
|
+
'--tag-status-size': "spacing.2";
|
3203
|
+
'--tag-element-size': "spacing.4";
|
3204
|
+
'--tag-element-offset': "spacing.-1";
|
3205
|
+
};
|
3206
|
+
label: {
|
3207
|
+
textStyle: "xs";
|
3208
|
+
};
|
3209
|
+
};
|
3210
|
+
lg: {
|
3211
|
+
root: {
|
3212
|
+
px: "2.5";
|
3213
|
+
minH: "7";
|
3214
|
+
gap: "1";
|
3215
|
+
'--tag-avatar-size': "spacing.5";
|
3216
|
+
'--tag-status-size': "spacing.2";
|
3217
|
+
'--tag-element-size': "spacing.5";
|
3218
|
+
'--tag-element-offset': "spacing.-1.5";
|
3219
|
+
};
|
3220
|
+
label: {
|
3221
|
+
textStyle: "sm";
|
3222
|
+
};
|
3223
|
+
closeTrigger: {
|
3224
|
+
padding: "2px";
|
3225
|
+
};
|
3226
|
+
};
|
3227
|
+
xl: {
|
3228
|
+
root: {
|
3229
|
+
px: "3";
|
3230
|
+
minH: "8";
|
3231
|
+
gap: "1.5";
|
3232
|
+
'--tag-avatar-size': "spacing.6";
|
3233
|
+
'--tag-status-size': "spacing.2";
|
3234
|
+
'--tag-element-size': "spacing.6";
|
3235
|
+
'--tag-element-offset': "spacing.-2";
|
3236
|
+
};
|
3237
|
+
label: {
|
3238
|
+
textStyle: "md";
|
3239
|
+
};
|
3240
|
+
closeTrigger: {
|
3241
|
+
padding: "3px";
|
3242
|
+
};
|
3243
|
+
};
|
3244
|
+
};
|
3245
|
+
variant: {
|
3246
|
+
subtle: {
|
3247
|
+
root: {
|
3248
|
+
bg: "colorPalette.subtle";
|
3249
|
+
color: "colorPalette.fg";
|
3250
|
+
} | undefined;
|
3251
|
+
};
|
3252
|
+
solid: {
|
3253
|
+
root: {
|
3254
|
+
bg: "colorPalette.solid";
|
3255
|
+
color: "colorPalette.contrast";
|
3256
|
+
} | undefined;
|
3257
|
+
};
|
3258
|
+
outline: {
|
3259
|
+
root: {
|
3260
|
+
color: "colorPalette.fg";
|
3261
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
3262
|
+
shadowColor: "colorPalette.subtle";
|
3263
|
+
} | undefined;
|
3264
|
+
};
|
3265
|
+
surface: {
|
3266
|
+
root: {
|
3267
|
+
bg: "colorPalette.muted/20";
|
3268
|
+
color: "colorPalette.fg";
|
3269
|
+
shadow: "inset 0 0 0px 1px var(--shadow-color)";
|
3270
|
+
shadowColor: "colorPalette.subtle";
|
3271
|
+
} | undefined;
|
3272
|
+
};
|
3273
|
+
};
|
3274
|
+
}>;
|
3275
|
+
toast: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "closeTrigger" | "title" | "description" | "indicator" | "actionTrigger", import("@chakra-ui/react").SlotRecipeVariantRecord<"root" | "closeTrigger" | "title" | "description" | "indicator" | "actionTrigger">>;
|
3276
|
+
tooltip: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", {
|
3277
|
+
variant: {
|
3278
|
+
inverted: {
|
3279
|
+
content: {
|
3280
|
+
'--tooltip-bg': "colors.bg.inverted";
|
3281
|
+
color: "fg.inverted";
|
3282
|
+
};
|
3283
|
+
};
|
3284
|
+
};
|
3285
|
+
}>;
|
3286
|
+
status: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "indicator", {
|
3287
|
+
size: {
|
3288
|
+
sm: {
|
3289
|
+
root: {
|
3290
|
+
textStyle: "xs";
|
3291
|
+
};
|
3292
|
+
};
|
3293
|
+
md: {
|
3294
|
+
root: {
|
3295
|
+
textStyle: "sm";
|
3296
|
+
};
|
3297
|
+
};
|
3298
|
+
lg: {
|
3299
|
+
root: {
|
3300
|
+
textStyle: "md";
|
3301
|
+
};
|
3302
|
+
};
|
3303
|
+
};
|
3304
|
+
}>;
|
3305
|
+
timeline: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "item" | "separator" | "title" | "description" | "indicator" | "connector", {
|
3306
|
+
variant: {
|
3307
|
+
subtle: {
|
3308
|
+
indicator: {
|
3309
|
+
bg: "bg.muted";
|
3310
|
+
};
|
3311
|
+
};
|
3312
|
+
solid: {
|
3313
|
+
indicator: {
|
3314
|
+
bg: "bg.inverted";
|
3315
|
+
color: "fg.inverted";
|
3316
|
+
};
|
3317
|
+
};
|
3318
|
+
outline: {
|
3319
|
+
indicator: {
|
3320
|
+
bg: "bg";
|
3321
|
+
borderWidth: "2px";
|
3322
|
+
};
|
3323
|
+
};
|
3324
|
+
plain: {};
|
3325
|
+
};
|
3326
|
+
size: {
|
3327
|
+
sm: {
|
3328
|
+
root: {
|
3329
|
+
'--timeline-indicator-size': "sizes.4";
|
3330
|
+
'--timeline-font-size': "fontSizes.2xs";
|
3331
|
+
};
|
3332
|
+
title: {
|
3333
|
+
textStyle: "xs";
|
3334
|
+
};
|
3335
|
+
};
|
3336
|
+
md: {
|
3337
|
+
root: {
|
3338
|
+
'--timeline-indicator-size': "sizes.5";
|
3339
|
+
'--timeline-font-size': "fontSizes.xs";
|
3340
|
+
};
|
3341
|
+
title: {
|
3342
|
+
textStyle: "sm";
|
3343
|
+
};
|
3344
|
+
};
|
3345
|
+
lg: {
|
3346
|
+
root: {
|
3347
|
+
'--timeline-indicator-size': "sizes.6";
|
3348
|
+
'--timeline-font-size': "fontSizes.xs";
|
3349
|
+
};
|
3350
|
+
title: {
|
3351
|
+
mt: "0.5";
|
3352
|
+
textStyle: "sm";
|
3353
|
+
};
|
3354
|
+
};
|
3355
|
+
xl: {
|
3356
|
+
root: {
|
3357
|
+
'--timeline-indicator-size': "sizes.8";
|
3358
|
+
'--timeline-font-size': "fontSizes.sm";
|
3359
|
+
};
|
3360
|
+
title: {
|
3361
|
+
mt: "1.5";
|
3362
|
+
textStyle: "sm";
|
3363
|
+
};
|
3364
|
+
};
|
3365
|
+
};
|
3366
|
+
}>;
|
3367
|
+
suiAppShell: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "main", {
|
3368
|
+
fullscreen: {
|
3369
|
+
true: {
|
3370
|
+
root: {
|
3371
|
+
position: "fixed";
|
3372
|
+
inset: number;
|
3373
|
+
};
|
3374
|
+
};
|
3375
|
+
};
|
3376
|
+
variant: {
|
3377
|
+
plain: {};
|
3378
|
+
};
|
3379
|
+
}>;
|
3380
|
+
suiLoadingOverlay: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "text", {
|
3381
|
+
variant: {
|
3382
|
+
fill: {
|
3383
|
+
root: {
|
3384
|
+
flex: number;
|
3385
|
+
height: "100%";
|
3386
|
+
bg: "currentBg";
|
3387
|
+
};
|
3388
|
+
};
|
3389
|
+
fullscreen: {
|
3390
|
+
root: {
|
3391
|
+
position: "fixed";
|
3392
|
+
inset: number;
|
3393
|
+
zIndex: "modal";
|
3394
|
+
bg: "bg";
|
3395
|
+
};
|
3396
|
+
};
|
3397
|
+
overlay: {
|
3398
|
+
root: {
|
3399
|
+
position: "absolute";
|
3400
|
+
inset: number;
|
3401
|
+
bg: "currentBg/50";
|
3402
|
+
};
|
3403
|
+
};
|
3404
|
+
};
|
3405
|
+
}>;
|
3406
|
+
suiPersona: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "label" | "avatar" | "presence" | "details" | "secondaryLabel" | "tertiaryLabel", {
|
3407
|
+
size: {
|
3408
|
+
'2xs': {
|
3409
|
+
details: {
|
3410
|
+
ms: number;
|
3411
|
+
};
|
3412
|
+
label: {
|
3413
|
+
fontSize: "xs";
|
3414
|
+
};
|
3415
|
+
secondaryLabel: {
|
3416
|
+
display: "none";
|
3417
|
+
};
|
3418
|
+
tertiaryLabel: {
|
3419
|
+
display: "none";
|
3420
|
+
};
|
3421
|
+
};
|
3422
|
+
xs: {
|
3423
|
+
details: {
|
3424
|
+
ms: number;
|
3425
|
+
};
|
3426
|
+
label: {
|
3427
|
+
fontSize: "xs";
|
3428
|
+
};
|
3429
|
+
secondaryLabel: {
|
3430
|
+
display: "none";
|
3431
|
+
};
|
3432
|
+
tertiaryLabel: {
|
3433
|
+
display: "none";
|
3434
|
+
};
|
3435
|
+
};
|
3436
|
+
sm: {
|
3437
|
+
details: {
|
3438
|
+
ms: number;
|
3439
|
+
};
|
3440
|
+
label: {
|
3441
|
+
fontSize: "sm";
|
3442
|
+
};
|
3443
|
+
secondaryLabel: {
|
3444
|
+
fontSize: "xs";
|
3445
|
+
};
|
3446
|
+
tertiaryLabel: {
|
3447
|
+
display: "none";
|
3448
|
+
};
|
3449
|
+
};
|
3450
|
+
md: {
|
3451
|
+
details: {
|
3452
|
+
ms: number;
|
3453
|
+
};
|
3454
|
+
label: {
|
3455
|
+
fontSize: "sm";
|
3456
|
+
};
|
3457
|
+
secondaryLabel: {
|
3458
|
+
fontSize: "xs";
|
3459
|
+
};
|
3460
|
+
tertiaryLabel: {
|
3461
|
+
display: "none";
|
3462
|
+
};
|
3463
|
+
};
|
3464
|
+
lg: {
|
3465
|
+
details: {
|
3466
|
+
ms: number;
|
3467
|
+
};
|
3468
|
+
label: {
|
3469
|
+
fontSize: "md";
|
3470
|
+
};
|
3471
|
+
secondaryLabel: {
|
3472
|
+
fontSize: "sm";
|
3473
|
+
};
|
3474
|
+
tertiaryLabel: {
|
3475
|
+
fontSize: "sm";
|
3476
|
+
};
|
3477
|
+
};
|
3478
|
+
xl: {
|
3479
|
+
details: {
|
3480
|
+
ms: number;
|
3481
|
+
};
|
3482
|
+
label: {
|
3483
|
+
fontSize: "lg";
|
3484
|
+
};
|
3485
|
+
secondaryLabel: {
|
3486
|
+
fontSize: "md";
|
3487
|
+
};
|
3488
|
+
tertiaryLabel: {
|
3489
|
+
fontSize: "md";
|
3490
|
+
};
|
3491
|
+
};
|
3492
|
+
'2xl': {
|
3493
|
+
details: {
|
3494
|
+
ms: number;
|
3495
|
+
};
|
3496
|
+
label: {
|
3497
|
+
fontSize: "xl";
|
3498
|
+
};
|
3499
|
+
secondaryLabel: {
|
3500
|
+
fontSize: "lg";
|
3501
|
+
};
|
3502
|
+
tertiaryLabel: {
|
3503
|
+
fontSize: "lg";
|
3504
|
+
};
|
3505
|
+
};
|
3506
|
+
};
|
3507
|
+
}>;
|
3508
|
+
suiGridList: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "item" | "header" | "cell", {
|
3509
|
+
interactive: {
|
3510
|
+
true: {
|
3511
|
+
item: {
|
3512
|
+
cursor: "button";
|
3513
|
+
transitionProperty: "bg";
|
3514
|
+
transitionDuration: "fast";
|
3515
|
+
_hover: {
|
3516
|
+
bg: "bg.subtle";
|
3517
|
+
};
|
3518
|
+
_active: {
|
3519
|
+
bg: "bg.subtle";
|
3520
|
+
};
|
3521
|
+
};
|
3522
|
+
};
|
3523
|
+
};
|
3524
|
+
variant: {
|
3525
|
+
simple: {};
|
3526
|
+
rounded: {
|
3527
|
+
item: {
|
3528
|
+
borderRadius: "md";
|
3529
|
+
mb: number;
|
3530
|
+
};
|
3531
|
+
};
|
3532
|
+
};
|
3533
|
+
size: {
|
3534
|
+
sm: {
|
3535
|
+
root: {
|
3536
|
+
textStyle: "sm";
|
3537
|
+
py: number;
|
3538
|
+
};
|
3539
|
+
item: {
|
3540
|
+
py: number;
|
3541
|
+
px: number;
|
3542
|
+
gap: number;
|
3543
|
+
};
|
3544
|
+
header: {
|
3545
|
+
py: number;
|
3546
|
+
px: number;
|
3547
|
+
};
|
3548
|
+
};
|
3549
|
+
md: {
|
3550
|
+
root: {
|
3551
|
+
textStyle: "md";
|
3552
|
+
py: number;
|
3553
|
+
};
|
3554
|
+
item: {
|
3555
|
+
py: number;
|
3556
|
+
px: number;
|
3557
|
+
gap: number;
|
3558
|
+
};
|
3559
|
+
header: {
|
3560
|
+
py: number;
|
3561
|
+
px: number;
|
3562
|
+
};
|
3563
|
+
};
|
3564
|
+
};
|
3565
|
+
}>;
|
3566
|
+
suiNavbar: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "content" | "item" | "link" | "brand", {
|
3567
|
+
variant: {
|
3568
|
+
neutral: {
|
3569
|
+
root: {
|
3570
|
+
bg: "bg.panel";
|
3571
|
+
color: "fg";
|
3572
|
+
};
|
3573
|
+
};
|
3574
|
+
solid: {
|
3575
|
+
root: {
|
3576
|
+
bg: "colorPalette.500";
|
3577
|
+
color: "colorPalette.contrast";
|
3578
|
+
};
|
3579
|
+
};
|
3580
|
+
};
|
3581
|
+
size: {
|
3582
|
+
md: {
|
3583
|
+
root: {
|
3584
|
+
fontSize: "sm";
|
3585
|
+
};
|
3586
|
+
content: {
|
3587
|
+
px: {
|
3588
|
+
base: number;
|
3589
|
+
lg: number;
|
3590
|
+
};
|
3591
|
+
gap: number;
|
3592
|
+
};
|
3593
|
+
link: {
|
3594
|
+
px: number;
|
3595
|
+
h: number;
|
3596
|
+
};
|
3597
|
+
};
|
3598
|
+
};
|
3599
|
+
}>;
|
3600
|
+
suiSidebar: import("@chakra-ui/react").SlotRecipeDefinition<"root" | "header" | "body" | "footer" | "group" | "trigger" | "backdrop" | "track" | "flyoutTrigger" | "groupHeader" | "groupTitle" | "groupEndElement" | "groupContent", {
|
3601
|
+
mode: {
|
3602
|
+
collapsible: {
|
3603
|
+
root: {
|
3604
|
+
base: {
|
3605
|
+
position: "fixed";
|
3606
|
+
height: "100dvh";
|
3607
|
+
zIndex: "layer-3";
|
3608
|
+
};
|
3609
|
+
md: {
|
3610
|
+
position: "relative";
|
3611
|
+
height: "auto";
|
3612
|
+
zIndex: "unset";
|
3613
|
+
};
|
3614
|
+
width: "var(--sidebar-width, 280px)";
|
3615
|
+
maxWidth: ("100vw" | "var(--sidebar-max-width, 320px)")[];
|
3616
|
+
minWidth: "var(--sidebar-min-width, 220px)";
|
3617
|
+
bg: "sidebar.bg";
|
3618
|
+
transitionProperty: "margin-left";
|
3619
|
+
_open: {
|
3620
|
+
marginLeft: number;
|
3621
|
+
transitionDuration: "moderate";
|
3622
|
+
transitionTimingFunction: "bounce-in";
|
3623
|
+
};
|
3624
|
+
_closed: {
|
3625
|
+
marginLeft: "calc(var(--sidebar-width, 280px) * -1)";
|
3626
|
+
transitionDuration: "fast";
|
3627
|
+
transitionTimingFunction: "bounce-out";
|
3628
|
+
};
|
3629
|
+
};
|
3630
|
+
};
|
3631
|
+
flyout: {
|
3632
|
+
root: {
|
3633
|
+
position: "fixed";
|
3634
|
+
top: number;
|
3635
|
+
left: number;
|
3636
|
+
bottom: number;
|
3637
|
+
zIndex: "var(--sidebar-z-index)";
|
3638
|
+
width: "var(--sidebar-width, 280px)";
|
3639
|
+
maxWidth: ("100vw" | "var(--sidebar-max-width, 320px)")[];
|
3640
|
+
minWidth: "var(--sidebar-min-width, 220px)";
|
3641
|
+
bg: "sidebar.bg";
|
3642
|
+
borderColor: "sidebar.border";
|
3643
|
+
boxShadow: "none";
|
3644
|
+
borderWidth: "1px";
|
3645
|
+
borderRadius: "lg";
|
3646
|
+
_open: {
|
3647
|
+
transitionDuration: "moderate";
|
3648
|
+
transitionTimingFunction: "ease-out";
|
3649
|
+
boxShadow: "lg";
|
3650
|
+
};
|
3651
|
+
_closed: {
|
3652
|
+
left: "calc(var(--sidebar-width, 280px) * -1)";
|
3653
|
+
transitionDuration: "fast";
|
3654
|
+
transitionTimingFunction: "ease-in-out";
|
3655
|
+
};
|
3656
|
+
};
|
3657
|
+
flyoutTrigger: {
|
3658
|
+
display: "block";
|
3659
|
+
position: "absolute";
|
3660
|
+
'--sidebar-flyout-trigger-z-index': "zIndex.layer-3";
|
3661
|
+
zIndex: "calc(var(--sidebar-flyout-trigger-z-index) - 1)";
|
3662
|
+
height: "100%";
|
3663
|
+
width: "8px";
|
3664
|
+
};
|
3665
|
+
track: {
|
3666
|
+
top: "8px";
|
3667
|
+
bottom: "8px";
|
3668
|
+
};
|
3669
|
+
};
|
3670
|
+
compact: {};
|
3671
|
+
};
|
3672
|
+
size: {
|
3673
|
+
md: {
|
3674
|
+
header: {
|
3675
|
+
px: number;
|
3676
|
+
};
|
3677
|
+
body: {
|
3678
|
+
px: number;
|
3679
|
+
};
|
3680
|
+
footer: {
|
3681
|
+
px: number;
|
3682
|
+
};
|
3683
|
+
groupEndElement: {
|
3684
|
+
pe: "1";
|
3685
|
+
};
|
3686
|
+
};
|
3687
|
+
};
|
3688
|
+
}>;
|
3689
|
+
suiSidebarNavItem: import("@chakra-ui/react").SlotRecipeDefinition<"item" | "button" | "endElement", {
|
3690
|
+
variant: {
|
3691
|
+
muted: {
|
3692
|
+
button: {
|
3693
|
+
bg: "transparent";
|
3694
|
+
color: "sidebar.accent.fg/85";
|
3695
|
+
'--sidebar-item-icon-color': "sidebar.accent.fg/85";
|
3696
|
+
_hover: {
|
3697
|
+
bg: "sidebar.accent.bg/90";
|
3698
|
+
color: "sidebar.accent.fg";
|
3699
|
+
'--sidebar-item-icon-color': "sidebar.accent.fg";
|
3700
|
+
};
|
3701
|
+
_active: {
|
3702
|
+
bg: "sidebar.accent.bg";
|
3703
|
+
color: "sidebar.accent.fg";
|
3704
|
+
'--sidebar-item-icon-color': "sidebar.accent.fg";
|
3705
|
+
};
|
3706
|
+
};
|
3707
|
+
};
|
3708
|
+
};
|
3709
|
+
size: {
|
3710
|
+
sm: {
|
3711
|
+
item: {
|
3712
|
+
textStyle: "sm";
|
3713
|
+
};
|
3714
|
+
button: {
|
3715
|
+
borderRadius: "control.md";
|
3716
|
+
px: number;
|
3717
|
+
height: number;
|
3718
|
+
};
|
3719
|
+
endElement: {
|
3720
|
+
pe: "1";
|
3721
|
+
};
|
3722
|
+
};
|
3723
|
+
md: {
|
3724
|
+
item: {
|
3725
|
+
textStyle: "sm";
|
3726
|
+
};
|
3727
|
+
button: {
|
3728
|
+
borderRadius: "control.md";
|
3729
|
+
px: number;
|
3730
|
+
height: number;
|
3731
|
+
};
|
3732
|
+
endElement: {
|
3733
|
+
pe: "1";
|
3734
|
+
};
|
3735
|
+
};
|
3736
|
+
lg: {
|
3737
|
+
item: {
|
3738
|
+
textStyle: "sm";
|
3739
|
+
};
|
3740
|
+
button: {
|
3741
|
+
borderRadius: "control.lg";
|
3742
|
+
px: number;
|
3743
|
+
height: number;
|
3744
|
+
};
|
3745
|
+
endElement: {
|
3746
|
+
pe: "1";
|
3747
|
+
};
|
3748
|
+
};
|
3749
|
+
};
|
3750
|
+
}>;
|
3751
|
+
suiPage: import("@chakra-ui/react").SlotRecipeDefinition<string, {
|
3752
|
+
variant: {
|
3753
|
+
panel: {
|
3754
|
+
root: {
|
3755
|
+
'--page-bg-color': "colors.bg.muted";
|
3756
|
+
bg: "color-mix(in srgb, var(--page-bg-color) 50%, white)";
|
3757
|
+
zIndex: number;
|
3758
|
+
};
|
3759
|
+
header: {
|
3760
|
+
'--page-header-row-height': "40px";
|
3761
|
+
display: "grid";
|
3762
|
+
gridTemplateAreas: "\"nav heading actions\"\n \"footer footer footer\"";
|
3763
|
+
gridTemplateColumns: "auto max-content 1fr";
|
3764
|
+
gridTemplateRows: "minmax(var(--page-header-row-height), auto)";
|
3765
|
+
columnGap: number;
|
3766
|
+
alignItems: "center";
|
3767
|
+
justifyContent: "stretch";
|
3768
|
+
flexShrink: number;
|
3769
|
+
px: number;
|
3770
|
+
borderBottomWidth: "1px";
|
3771
|
+
};
|
3772
|
+
title: {
|
3773
|
+
me: number;
|
3774
|
+
textStyle: "sm";
|
3775
|
+
};
|
3776
|
+
description: {
|
3777
|
+
textStyle: "xs";
|
3778
|
+
};
|
3779
|
+
};
|
3780
|
+
settings: {
|
3781
|
+
root: {
|
3782
|
+
overflowY: "auto";
|
3783
|
+
px: number;
|
3784
|
+
};
|
3785
|
+
header: {
|
3786
|
+
flexDirection: "row";
|
3787
|
+
alignItems: "center";
|
3788
|
+
mb: {
|
3789
|
+
base: number;
|
3790
|
+
lg: number;
|
3791
|
+
};
|
3792
|
+
minH: number;
|
3793
|
+
};
|
3794
|
+
heading: {
|
3795
|
+
py: {
|
3796
|
+
base: number;
|
3797
|
+
lg: number;
|
3798
|
+
};
|
3799
|
+
};
|
3800
|
+
title: {
|
3801
|
+
textStyle: "2xl";
|
3802
|
+
};
|
3803
|
+
description: {
|
3804
|
+
textStyle: "md";
|
3805
|
+
};
|
3806
|
+
body: {
|
3807
|
+
overflow: "visible";
|
3808
|
+
p: number;
|
3809
|
+
};
|
3810
|
+
};
|
3811
|
+
};
|
3812
|
+
}>;
|
3813
|
+
suiSection: import("@chakra-ui/react").SlotRecipeDefinition<string, {
|
3814
|
+
variant: {
|
3815
|
+
annotated: {
|
3816
|
+
root: {
|
3817
|
+
flexDirection: {
|
3818
|
+
base: "column";
|
3819
|
+
md: "row";
|
3820
|
+
};
|
3821
|
+
mt: number;
|
3822
|
+
};
|
3823
|
+
header: {
|
3824
|
+
width: {
|
3825
|
+
base: "full";
|
3826
|
+
md: "30%";
|
3827
|
+
};
|
3828
|
+
mb: {
|
3829
|
+
base: number;
|
3830
|
+
md: number;
|
3831
|
+
};
|
3832
|
+
pe: {
|
3833
|
+
base: number;
|
3834
|
+
md: number;
|
3835
|
+
};
|
3836
|
+
};
|
3837
|
+
};
|
3838
|
+
};
|
3839
|
+
}>;
|
3840
|
+
};
|