@saas-ui/react 3.0.0-alpha.0 → 3.0.0-alpha.10
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 +85 -0
- package/dist/chunk-2EUACKRH.js +26 -0
- package/dist/chunk-32JGENDB.js +19 -0
- package/dist/chunk-3MO37LYW.js +326 -0
- package/dist/chunk-4TR3AOMG.js +33 -0
- package/dist/chunk-6LOMIKR5.js +69 -0
- package/dist/chunk-6ZNR6N2K.js +45 -0
- package/dist/chunk-7VSTNV2B.js +53 -0
- package/dist/chunk-BCNPBZZK.js +45 -0
- package/dist/chunk-CB52LBJK.js +71 -0
- package/dist/chunk-CD2JUFI2.js +231 -0
- package/dist/chunk-FJFNGSPL.js +23 -0
- package/dist/chunk-FZW2DYK3.js +19 -0
- package/dist/chunk-GGAKUS66.js +141 -0
- package/dist/chunk-H6TFEHY4.js +63 -0
- package/dist/chunk-HELHPHIQ.js +35 -0
- package/dist/chunk-I2RXEKTB.js +38 -0
- package/dist/chunk-JGHXJ3PI.js +102 -0
- package/dist/chunk-KTLWEUNW.js +1 -0
- package/dist/chunk-L356FPLY.js +20 -0
- package/dist/chunk-LIYUBUOP.js +119 -0
- package/dist/chunk-M7FOBCOV.js +184 -0
- package/dist/chunk-NSD5HRIP.js +46 -0
- package/dist/chunk-O2WVT2BP.js +35 -0
- package/dist/chunk-PKI6YH2V.js +31 -0
- package/dist/chunk-Q6SNJJO2.js +63 -0
- package/dist/chunk-QSNSWCTM.js +32 -0
- package/dist/chunk-RTMS5TJN.js +10 -0
- package/dist/chunk-S3CQW7GD.js +100 -0
- package/dist/chunk-SA3OGTOO.js +23 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/chunk-TT4C5VXB.js +36 -0
- package/dist/chunk-TZBAM4AD.js +20 -0
- package/dist/chunk-UCQ3LZIE.js +43 -0
- package/dist/chunk-ULAJ3JEO.js +32 -0
- package/dist/chunk-VDXTEASE.js +117 -0
- package/dist/chunk-WYLMBMAH.js +22 -0
- package/dist/components/app-shell/index.cjs +68 -0
- package/dist/components/app-shell/index.d.cts +30 -0
- package/dist/components/app-shell/index.d.ts +30 -0
- package/dist/components/app-shell/index.js +8 -0
- package/dist/components/avatar/index.cjs +69 -0
- package/dist/components/avatar/index.d.cts +18 -0
- package/dist/components/avatar/index.d.ts +18 -0
- package/dist/components/avatar/index.js +10 -0
- package/dist/components/breadcrumb/index.cjs +58 -0
- package/dist/components/breadcrumb/index.d.cts +17 -0
- package/dist/components/breadcrumb/index.d.ts +17 -0
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/button/index.cjs +65 -0
- package/dist/components/button/index.d.cts +12 -0
- package/dist/components/button/index.d.ts +12 -0
- package/dist/components/button/index.js +8 -0
- package/dist/components/checkbox/index.cjs +45 -0
- package/dist/components/checkbox/index.d.cts +11 -0
- package/dist/components/checkbox/index.d.ts +11 -0
- package/dist/components/checkbox/index.js +8 -0
- package/dist/components/close-button/index.cjs +142 -0
- package/dist/components/close-button/index.d.cts +8 -0
- package/dist/components/close-button/index.d.ts +8 -0
- package/dist/components/close-button/index.js +9 -0
- package/dist/components/command/index.cjs +56 -0
- package/dist/components/command/index.d.cts +6 -0
- package/dist/components/command/index.d.ts +6 -0
- package/dist/components/command/index.js +8 -0
- package/dist/components/dialog/index.cjs +204 -0
- package/dist/components/dialog/index.d.cts +27 -0
- package/dist/components/dialog/index.d.ts +27 -0
- package/dist/components/dialog/index.js +10 -0
- package/dist/components/drawer/index.cjs +196 -0
- package/dist/components/drawer/index.d.cts +28 -0
- package/dist/components/drawer/index.d.ts +28 -0
- package/dist/components/drawer/index.js +10 -0
- package/dist/components/empty-state/index.cjs +48 -0
- package/dist/components/empty-state/index.d.cts +11 -0
- package/dist/components/empty-state/index.d.ts +11 -0
- package/dist/components/empty-state/index.js +8 -0
- package/dist/components/grid-list/index.cjs +68 -0
- package/dist/components/grid-list/index.d.cts +22 -0
- package/dist/components/grid-list/index.d.ts +22 -0
- package/dist/components/grid-list/index.js +8 -0
- package/dist/components/icon-badge/index.cjs +70 -0
- package/dist/components/icon-badge/index.d.cts +16 -0
- package/dist/components/icon-badge/index.d.ts +16 -0
- package/dist/components/icon-badge/index.js +8 -0
- package/dist/components/icons/index.cjs +155 -0
- package/dist/components/icons/index.d.cts +19 -0
- package/dist/components/icons/index.d.ts +19 -0
- package/dist/components/icons/index.js +35 -0
- package/dist/components/input-group/index.cjs +56 -0
- package/dist/components/input-group/index.d.cts +13 -0
- package/dist/components/input-group/index.d.ts +13 -0
- package/dist/components/input-group/index.js +8 -0
- package/dist/components/link/index.cjs +71 -0
- package/dist/components/link/index.d.cts +13 -0
- package/dist/components/link/index.d.ts +13 -0
- package/dist/components/link/index.js +9 -0
- package/dist/components/loading-overlay/index.cjs +84 -0
- package/dist/components/loading-overlay/index.d.cts +26 -0
- package/dist/components/loading-overlay/index.d.ts +26 -0
- package/dist/components/loading-overlay/index.js +11 -0
- package/dist/components/menu/index.cjs +249 -0
- package/dist/components/menu/index.d.cts +39 -0
- package/dist/components/menu/index.d.ts +39 -0
- package/dist/components/menu/index.js +11 -0
- package/dist/components/navbar/index.cjs +111 -0
- package/dist/components/navbar/index.d.cts +21 -0
- package/dist/components/navbar/index.d.ts +21 -0
- package/dist/components/navbar/index.js +9 -0
- package/dist/components/number-input/index.cjs +82 -0
- package/dist/components/number-input/index.d.cts +13 -0
- package/dist/components/number-input/index.d.ts +13 -0
- package/dist/components/number-input/index.js +9 -0
- package/dist/components/password-input/index.cjs +284 -0
- package/dist/components/password-input/index.d.cts +18 -0
- package/dist/components/password-input/index.d.ts +18 -0
- package/dist/components/password-input/index.js +9 -0
- package/dist/components/persona/index.cjs +218 -0
- package/dist/components/persona/index.d.cts +113 -0
- package/dist/components/persona/index.d.ts +113 -0
- package/dist/components/persona/index.js +12 -0
- package/dist/components/pin-input/index.cjs +51 -0
- package/dist/components/pin-input/index.d.cts +12 -0
- package/dist/components/pin-input/index.d.ts +12 -0
- package/dist/components/pin-input/index.js +8 -0
- package/dist/components/radio/index.cjs +48 -0
- package/dist/components/radio/index.d.cts +12 -0
- package/dist/components/radio/index.d.ts +12 -0
- package/dist/components/radio/index.js +10 -0
- package/dist/components/search-input/index.cjs +244 -0
- package/dist/components/search-input/index.d.cts +15 -0
- package/dist/components/search-input/index.d.ts +15 -0
- package/dist/components/search-input/index.js +10 -0
- package/dist/components/segmented-control/index.cjs +60 -0
- package/dist/components/segmented-control/index.d.cts +14 -0
- package/dist/components/segmented-control/index.d.ts +14 -0
- package/dist/components/segmented-control/index.js +8 -0
- package/dist/components/select/index.cjs +233 -0
- package/dist/components/select/index.d.cts +32 -0
- package/dist/components/select/index.d.ts +32 -0
- package/dist/components/select/index.js +10 -0
- package/dist/components/sidebar/index.cjs +166 -0
- package/dist/components/sidebar/index.d.cts +86 -0
- package/dist/components/sidebar/index.d.ts +86 -0
- package/dist/components/sidebar/index.js +14 -0
- package/dist/components/spinner/index.cjs +44 -0
- package/dist/components/spinner/index.d.cts +10 -0
- package/dist/components/spinner/index.d.ts +10 -0
- package/dist/components/spinner/index.js +8 -0
- package/dist/components/steps/index.cjs +189 -0
- package/dist/components/steps/index.d.cts +31 -0
- package/dist/components/steps/index.d.ts +31 -0
- package/dist/components/steps/index.js +10 -0
- package/dist/components/switch/index.cjs +48 -0
- package/dist/components/switch/index.d.cts +18 -0
- package/dist/components/switch/index.d.ts +18 -0
- package/dist/components/switch/index.js +8 -0
- package/dist/components/toaster/index.cjs +54 -0
- package/dist/components/toaster/index.d.cts +10 -0
- package/dist/components/toaster/index.d.ts +10 -0
- package/dist/components/toaster/index.js +10 -0
- package/dist/components/tooltip/index.cjs +57 -0
- package/dist/components/tooltip/index.d.cts +14 -0
- package/dist/components/tooltip/index.d.ts +14 -0
- package/dist/components/tooltip/index.js +8 -0
- package/dist/index.cjs +2358 -222
- package/dist/index.d.cts +46 -10
- package/dist/index.d.ts +46 -10
- package/dist/index.js +523 -305
- package/dist/theme/tokens/colors.cjs +349 -0
- package/dist/theme/tokens/colors.d.cts +856 -0
- package/dist/theme/tokens/colors.d.ts +856 -0
- package/dist/theme/tokens/colors.js +8 -0
- package/package.json +15 -9
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
- package/src/components/accordion.tsx +0 -47
- package/src/components/action-bar.tsx +0 -40
- package/src/components/alert.tsx +0 -51
- package/src/components/app-shell/app-shell.recipe.ts +0 -52
- package/src/components/app-shell/app-shell.stories.tsx +0 -51
- package/src/components/app-shell/app-shell.tsx +0 -94
- package/src/components/app-shell/index.ts +0 -3
- package/src/components/avatar.tsx +0 -74
- package/src/components/blockquote.tsx +0 -31
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +0 -17
- package/src/components/breadcrumbs/breadcrumb.tsx +0 -36
- package/src/components/breadcrumbs/index.ts +0 -1
- package/src/components/breadcrumbs/namespace.ts +0 -8
- package/src/components/button/button.recipe.ts +0 -182
- package/src/components/button/button.stories.tsx +0 -99
- package/src/components/button/button.tsx +0 -55
- package/src/components/button/index.ts +0 -2
- package/src/components/checkbox/checkbox.tsx +0 -26
- package/src/components/checkbox/index.ts +0 -2
- package/src/components/checkbox-card.tsx +0 -57
- package/src/components/checkbox.tsx +0 -25
- package/src/components/clipboard.tsx +0 -107
- package/src/components/close-button/close-button.stories.tsx +0 -12
- package/src/components/close-button/close-button.tsx +0 -18
- package/src/components/close-button/index.ts +0 -2
- package/src/components/color-mode.tsx +0 -65
- package/src/components/command/command.recipe.ts +0 -17
- package/src/components/command/command.stories.tsx +0 -47
- package/src/components/command/command.tsx +0 -50
- package/src/components/command/index.ts +0 -1
- package/src/components/data-list.tsx +0 -37
- package/src/components/dialog/dialog.tsx +0 -66
- package/src/components/dialog/index.ts +0 -1
- package/src/components/dialog/namespace.ts +0 -18
- package/src/components/drawer/drawer.tsx +0 -56
- package/src/components/drawer/index.ts +0 -3
- package/src/components/drawer/namespace.ts +0 -19
- package/src/components/empty-state.tsx +0 -34
- package/src/components/field.tsx +0 -33
- package/src/components/file-button.tsx +0 -166
- package/src/components/grid-list/grid-list.recipe.ts +0 -113
- package/src/components/hover-card.tsx +0 -35
- package/src/components/icon-badge/icon-badge.recipe.ts +0 -57
- package/src/components/icon-badge/icon-badge.stories.tsx +0 -38
- package/src/components/icon-badge/icon-badge.tsx +0 -59
- package/src/components/icon-badge/index.ts +0 -2
- package/src/components/icons/create-icon.tsx +0 -41
- package/src/components/icons/icons.tsx +0 -121
- package/src/components/icons/index.ts +0 -1
- package/src/components/input-group/index.ts +0 -1
- package/src/components/input-group/input-group.tsx +0 -46
- package/src/components/link/index.ts +0 -2
- package/src/components/link/link.stories.tsx +0 -17
- package/src/components/link/link.test.tsx +0 -33
- package/src/components/link/link.tsx +0 -27
- package/src/components/link-button.tsx +0 -12
- package/src/components/loading-overlay/index.ts +0 -1
- package/src/components/loading-overlay/loading-overlay.recipe.ts +0 -61
- package/src/components/loading-overlay/loading-overlay.stories.tsx +0 -68
- package/src/components/loading-overlay/loading-overlay.tsx +0 -54
- package/src/components/loading-overlay/namespace.ts +0 -7
- package/src/components/menu.tsx +0 -108
- package/src/components/native-select.tsx +0 -57
- package/src/components/navbar/index.ts +0 -1
- package/src/components/navbar/namespace.ts +0 -9
- package/src/components/navbar/navbar.recipe.ts +0 -109
- package/src/components/navbar/navbar.stories.tsx +0 -435
- package/src/components/navbar/navbar.test.tsx +0 -49
- package/src/components/navbar/navbar.tsx +0 -39
- package/src/components/number-input/index.ts +0 -2
- package/src/components/number-input/number-input.tsx +0 -41
- package/src/components/pagination.tsx +0 -207
- package/src/components/password-input/index.ts +0 -2
- package/src/components/password-input/password-input.tsx +0 -98
- package/src/components/persona/index.ts +0 -2
- package/src/components/persona/namespace.ts +0 -18
- package/src/components/persona/persona-primitive.tsx +0 -220
- package/src/components/persona/persona.recipe.ts +0 -94
- package/src/components/persona/persona.stories.tsx +0 -101
- package/src/components/persona/persona.tsx +0 -143
- package/src/components/pin-input/index.ts +0 -2
- package/src/components/pin-input/pin-input.tsx +0 -36
- package/src/components/popover.tsx +0 -58
- package/src/components/progress-circle.tsx +0 -37
- package/src/components/progress.tsx +0 -40
- package/src/components/prose.tsx +0 -264
- package/src/components/provider.tsx +0 -12
- package/src/components/radio/index.ts +0 -2
- package/src/components/radio/radio.tsx +0 -27
- package/src/components/radio-card.tsx +0 -57
- package/src/components/radio.tsx +0 -24
- package/src/components/rating.tsx +0 -27
- package/src/components/search-input/index.ts +0 -2
- package/src/components/search-input/search-input.stories.tsx +0 -63
- package/src/components/search-input/search-input.tsx +0 -134
- package/src/components/segmented-control.tsx +0 -47
- package/src/components/select/index.ts +0 -1
- package/src/components/select/namespace.ts +0 -18
- package/src/components/select/select.tsx +0 -135
- package/src/components/sidebar/index.ts +0 -7
- package/src/components/sidebar/namespace.ts +0 -27
- package/src/components/sidebar/sidebar-item.recipe.ts +0 -65
- package/src/components/sidebar/sidebar.recipe.ts +0 -237
- package/src/components/sidebar/sidebar.stories.tsx +0 -903
- package/src/components/sidebar/sidebar.tsx +0 -204
- package/src/components/skeleton.tsx +0 -44
- package/src/components/slider.tsx +0 -53
- package/src/components/spinner/index.ts +0 -2
- package/src/components/spinner/spinner.stories.tsx +0 -19
- package/src/components/spinner/spinner.tsx +0 -21
- package/src/components/stat.tsx +0 -75
- package/src/components/status.tsx +0 -29
- package/src/components/stepper-input.tsx +0 -49
- package/src/components/steps/index.ts +0 -1
- package/src/components/steps/namespace.ts +0 -16
- package/src/components/steps/steps.tsx +0 -82
- package/src/components/switch/index.ts +0 -3
- package/src/components/switch/switch.tsx +0 -39
- package/src/components/tag.tsx +0 -39
- package/src/components/timeline.tsx +0 -17
- package/src/components/toaster.tsx +0 -43
- package/src/components/toggle-tip.tsx +0 -62
- package/src/components/tooltip.tsx +0 -46
- package/src/index.ts +0 -7
- package/src/preset.ts +0 -9
- package/src/provider/index.ts +0 -4
- package/src/provider/sui-provider.tsx +0 -34
- package/src/provider/use-link.test.tsx +0 -60
- package/src/provider/use-link.tsx +0 -13
- package/src/theme/animation-styles.ts +0 -53
- package/src/theme/breakpoints.ts +0 -11
- package/src/theme/conditions.ts +0 -26
- package/src/theme/fluid-font-sizes.ts +0 -65
- package/src/theme/global-css.ts +0 -94
- package/src/theme/index.ts +0 -72
- package/src/theme/layer-styles.ts +0 -116
- package/src/theme/recipes/chakra/accordion.ts +0 -145
- package/src/theme/recipes/chakra/action-bar.ts +0 -62
- package/src/theme/recipes/chakra/alert.ts +0 -157
- package/src/theme/recipes/chakra/avatar.ts +0 -141
- package/src/theme/recipes/chakra/badge.ts +0 -67
- package/src/theme/recipes/chakra/blockquote.ts +0 -83
- package/src/theme/recipes/chakra/breadcrumb.ts +0 -94
- package/src/theme/recipes/chakra/card.ts +0 -99
- package/src/theme/recipes/chakra/checkbox-card.ts +0 -212
- package/src/theme/recipes/chakra/checkbox.ts +0 -70
- package/src/theme/recipes/chakra/checkmark.ts +0 -83
- package/src/theme/recipes/chakra/code.ts +0 -17
- package/src/theme/recipes/chakra/collapsible.ts +0 -20
- package/src/theme/recipes/chakra/container.ts +0 -26
- package/src/theme/recipes/chakra/data-list.ts +0 -80
- package/src/theme/recipes/chakra/dialog.ts +0 -225
- package/src/theme/recipes/chakra/drawer.ts +0 -201
- package/src/theme/recipes/chakra/editable.ts +0 -88
- package/src/theme/recipes/chakra/empty-state.ts +0 -88
- package/src/theme/recipes/chakra/field.ts +0 -68
- package/src/theme/recipes/chakra/fieldset.ts +0 -62
- package/src/theme/recipes/chakra/file-upload.ts +0 -96
- package/src/theme/recipes/chakra/heading.ts +0 -27
- package/src/theme/recipes/chakra/hover-card.ts +0 -68
- package/src/theme/recipes/chakra/icon.ts +0 -30
- package/src/theme/recipes/chakra/input-addon.ts +0 -40
- package/src/theme/recipes/chakra/input.ts +0 -96
- package/src/theme/recipes/chakra/kbd.ts +0 -60
- package/src/theme/recipes/chakra/link.ts +0 -37
- package/src/theme/recipes/chakra/list.ts +0 -67
- package/src/theme/recipes/chakra/mark.ts +0 -27
- package/src/theme/recipes/chakra/menu.ts +0 -124
- package/src/theme/recipes/chakra/native-select.ts +0 -140
- package/src/theme/recipes/chakra/number-input.ts +0 -115
- package/src/theme/recipes/chakra/pin-input.ts +0 -27
- package/src/theme/recipes/chakra/popover.ts +0 -86
- package/src/theme/recipes/chakra/progress-circle.ts +0 -94
- package/src/theme/recipes/chakra/progress.ts +0 -127
- package/src/theme/recipes/chakra/radio-card.ts +0 -220
- package/src/theme/recipes/chakra/radio-group.ts +0 -72
- package/src/theme/recipes/chakra/radiomark.ts +0 -107
- package/src/theme/recipes/chakra/rating-group.ts +0 -94
- package/src/theme/recipes/chakra/segment-group.ts +0 -117
- package/src/theme/recipes/chakra/select.ts +0 -282
- package/src/theme/recipes/chakra/separator.ts +0 -51
- package/src/theme/recipes/chakra/skeleton.ts +0 -53
- package/src/theme/recipes/chakra/skip-nav-link.ts +0 -34
- package/src/theme/recipes/chakra/slider.ts +0 -178
- package/src/theme/recipes/chakra/spinner.ts +0 -32
- package/src/theme/recipes/chakra/stat.ts +0 -79
- package/src/theme/recipes/chakra/status.ts +0 -48
- package/src/theme/recipes/chakra/steps.ts +0 -218
- package/src/theme/recipes/chakra/switch.ts +0 -167
- package/src/theme/recipes/chakra/table.ts +0 -172
- package/src/theme/recipes/chakra/tabs.ts +0 -280
- package/src/theme/recipes/chakra/tag.ts +0 -131
- package/src/theme/recipes/chakra/textarea.ts +0 -88
- package/src/theme/recipes/chakra/timeline.ts +0 -138
- package/src/theme/recipes/chakra/toast.ts +0 -96
- package/src/theme/recipes/chakra/tooltip.ts +0 -40
- package/src/theme/recipes.ts +0 -46
- package/src/theme/semantic-tokens/colors.ts +0 -403
- package/src/theme/semantic-tokens/radii.ts +0 -7
- package/src/theme/semantic-tokens/shadows.ts +0 -52
- package/src/theme/slot-recipes.ts +0 -104
- package/src/theme/text-styles.ts +0 -39
- package/src/theme/tokens/animations.ts +0 -8
- package/src/theme/tokens/aspect-ratios.ts +0 -10
- package/src/theme/tokens/blurs.ts +0 -12
- package/src/theme/tokens/borders.ts +0 -9
- package/src/theme/tokens/colors.ts +0 -177
- package/src/theme/tokens/cursor.ts +0 -12
- package/src/theme/tokens/durations.ts +0 -11
- package/src/theme/tokens/easings.ts +0 -10
- package/src/theme/tokens/font-sizes.ts +0 -20
- package/src/theme/tokens/font-weights.ts +0 -13
- package/src/theme/tokens/fonts.ts +0 -15
- package/src/theme/tokens/keyframes.ts +0 -173
- package/src/theme/tokens/letter-spacing.ts +0 -9
- package/src/theme/tokens/line-heights.ts +0 -19
- package/src/theme/tokens/radius.ts +0 -18
- package/src/theme/tokens/sizes.ts +0 -71
- package/src/theme/tokens/spacing.ts +0 -38
- package/src/theme/tokens/z-indices.ts +0 -34
- package/src/theme/utils.ts +0 -46
package/dist/index.js
CHANGED
|
@@ -1,6 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import {
|
|
2
|
+
Tooltip
|
|
3
|
+
} from "./chunk-QSNSWCTM.js";
|
|
4
|
+
import {
|
|
5
|
+
colors
|
|
6
|
+
} from "./chunk-3MO37LYW.js";
|
|
7
|
+
import {
|
|
8
|
+
SegmentedControl
|
|
9
|
+
} from "./chunk-SKXSBAOS.js";
|
|
10
|
+
import {
|
|
11
|
+
SearchInput
|
|
12
|
+
} from "./chunk-LIYUBUOP.js";
|
|
13
|
+
import {
|
|
14
|
+
namespace_exports as namespace_exports3
|
|
15
|
+
} from "./chunk-S3CQW7GD.js";
|
|
16
|
+
import {
|
|
17
|
+
sidebar_exports,
|
|
18
|
+
useSidebar,
|
|
19
|
+
useSidebarItemStyles,
|
|
20
|
+
useSidebarStyles
|
|
21
|
+
} from "./chunk-GGAKUS66.js";
|
|
22
|
+
import {
|
|
23
|
+
steps_exports
|
|
24
|
+
} from "./chunk-6LOMIKR5.js";
|
|
25
|
+
import {
|
|
26
|
+
Switch
|
|
27
|
+
} from "./chunk-SA3OGTOO.js";
|
|
28
|
+
import {
|
|
29
|
+
Toaster,
|
|
30
|
+
toast
|
|
31
|
+
} from "./chunk-HELHPHIQ.js";
|
|
32
|
+
import {
|
|
33
|
+
loading_overlay_exports,
|
|
34
|
+
useLoadingOverlayStyles
|
|
35
|
+
} from "./chunk-7VSTNV2B.js";
|
|
36
|
+
import {
|
|
37
|
+
Spinner
|
|
38
|
+
} from "./chunk-32JGENDB.js";
|
|
39
|
+
import {
|
|
40
|
+
menu_exports
|
|
41
|
+
} from "./chunk-JGHXJ3PI.js";
|
|
42
|
+
import {
|
|
43
|
+
navbar_exports
|
|
44
|
+
} from "./chunk-Q6SNJJO2.js";
|
|
45
|
+
import {
|
|
46
|
+
NumberInput
|
|
47
|
+
} from "./chunk-ULAJ3JEO.js";
|
|
48
|
+
import {
|
|
49
|
+
PasswordInput
|
|
50
|
+
} from "./chunk-CD2JUFI2.js";
|
|
51
|
+
import {
|
|
52
|
+
Persona,
|
|
53
|
+
PersonaAvatar,
|
|
54
|
+
defaultPresenceOptions
|
|
55
|
+
} from "./chunk-M7FOBCOV.js";
|
|
56
|
+
import {
|
|
57
|
+
PinInput
|
|
58
|
+
} from "./chunk-2EUACKRH.js";
|
|
59
|
+
import {
|
|
60
|
+
Radio,
|
|
61
|
+
RadioGroup
|
|
62
|
+
} from "./chunk-WYLMBMAH.js";
|
|
63
|
+
import {
|
|
64
|
+
namespace_exports
|
|
65
|
+
} from "./chunk-CB52LBJK.js";
|
|
66
|
+
import {
|
|
67
|
+
namespace_exports as namespace_exports2
|
|
68
|
+
} from "./chunk-H6TFEHY4.js";
|
|
69
|
+
import {
|
|
70
|
+
EmptyState
|
|
71
|
+
} from "./chunk-FJFNGSPL.js";
|
|
72
|
+
import {
|
|
73
|
+
grid_list_exports
|
|
74
|
+
} from "./chunk-NSD5HRIP.js";
|
|
75
|
+
import {
|
|
76
|
+
IconBadge
|
|
77
|
+
} from "./chunk-I2RXEKTB.js";
|
|
78
|
+
import "./chunk-KTLWEUNW.js";
|
|
79
|
+
import {
|
|
80
|
+
InputGroup
|
|
81
|
+
} from "./chunk-PKI6YH2V.js";
|
|
82
|
+
import {
|
|
83
|
+
Link
|
|
84
|
+
} from "./chunk-TZBAM4AD.js";
|
|
85
|
+
import {
|
|
86
|
+
SuiContext,
|
|
87
|
+
SuiProvider,
|
|
88
|
+
useLink,
|
|
89
|
+
useSui
|
|
90
|
+
} from "./chunk-O2WVT2BP.js";
|
|
91
|
+
import {
|
|
92
|
+
AppShell
|
|
93
|
+
} from "./chunk-6ZNR6N2K.js";
|
|
94
|
+
import {
|
|
95
|
+
Avatar,
|
|
96
|
+
AvatarGroup
|
|
97
|
+
} from "./chunk-UCQ3LZIE.js";
|
|
98
|
+
import {
|
|
99
|
+
breadcrumb_exports
|
|
100
|
+
} from "./chunk-TT4C5VXB.js";
|
|
101
|
+
import {
|
|
102
|
+
Checkbox
|
|
103
|
+
} from "./chunk-L356FPLY.js";
|
|
104
|
+
import {
|
|
105
|
+
Button
|
|
106
|
+
} from "./chunk-BCNPBZZK.js";
|
|
107
|
+
import {
|
|
108
|
+
CloseButton
|
|
109
|
+
} from "./chunk-FZW2DYK3.js";
|
|
110
|
+
import "./chunk-VDXTEASE.js";
|
|
111
|
+
import {
|
|
112
|
+
Command
|
|
113
|
+
} from "./chunk-4TR3AOMG.js";
|
|
114
|
+
import "./chunk-RTMS5TJN.js";
|
|
4
115
|
|
|
5
116
|
// src/preset.ts
|
|
6
117
|
import { createSystem, defaultBaseConfig, mergeConfigs } from "@chakra-ui/react";
|
|
@@ -301,6 +412,7 @@ import { defineRecipe } from "@chakra-ui/react";
|
|
|
301
412
|
var buttonRecipe = defineRecipe({
|
|
302
413
|
className: "chakra-button",
|
|
303
414
|
base: {
|
|
415
|
+
colorPalette: "gray",
|
|
304
416
|
display: "inline-flex",
|
|
305
417
|
appearance: "none",
|
|
306
418
|
alignItems: "center",
|
|
@@ -397,6 +509,7 @@ var buttonRecipe = defineRecipe({
|
|
|
397
509
|
"--btn-shadow": "shadows.sm",
|
|
398
510
|
boxShadow: "0 0 0 1px rgba(0,0,0,0.4) inset, 0px 2px 0px 0px rgba(255,255,255,0.2) inset, var(--btn-shadow)",
|
|
399
511
|
textShadow: "0 1px 2px rgba(0,0,0,0.3)",
|
|
512
|
+
overflow: "clip",
|
|
400
513
|
_after: {
|
|
401
514
|
content: '""',
|
|
402
515
|
position: "absolute",
|
|
@@ -820,11 +933,6 @@ var inputRecipe = defineRecipe10({
|
|
|
820
933
|
},
|
|
821
934
|
variants: {
|
|
822
935
|
size: {
|
|
823
|
-
"2xs": {
|
|
824
|
-
textStyle: "xs",
|
|
825
|
-
px: "2",
|
|
826
|
-
"--input-height": "sizes.7"
|
|
827
|
-
},
|
|
828
936
|
xs: {
|
|
829
937
|
textStyle: "xs",
|
|
830
938
|
px: "2",
|
|
@@ -849,11 +957,6 @@ var inputRecipe = defineRecipe10({
|
|
|
849
957
|
textStyle: "md",
|
|
850
958
|
px: "4.5",
|
|
851
959
|
"--input-height": "sizes.12"
|
|
852
|
-
},
|
|
853
|
-
"2xl": {
|
|
854
|
-
textStyle: "lg",
|
|
855
|
-
px: "5",
|
|
856
|
-
"--input-height": "sizes.16"
|
|
857
960
|
}
|
|
858
961
|
},
|
|
859
962
|
variant: {
|
|
@@ -1424,8 +1527,8 @@ var recipes = {
|
|
|
1424
1527
|
checkmark: checkmarkRecipe,
|
|
1425
1528
|
radiomark: radiomarkRecipe,
|
|
1426
1529
|
// Saas UI
|
|
1427
|
-
|
|
1428
|
-
|
|
1530
|
+
suiCommand: commandRecipe,
|
|
1531
|
+
suiIconBadge: iconBadgeRecipe
|
|
1429
1532
|
};
|
|
1430
1533
|
|
|
1431
1534
|
// src/theme/semantic-tokens/colors.ts
|
|
@@ -1503,11 +1606,14 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1503
1606
|
DEFAULT: {
|
|
1504
1607
|
value: { _light: "{colors.black}", _dark: "{colors.gray.50}" }
|
|
1505
1608
|
},
|
|
1609
|
+
muted: {
|
|
1610
|
+
value: { _light: "{colors.gray.500}", _dark: "{colors.gray.500}" }
|
|
1611
|
+
},
|
|
1506
1612
|
subtle: {
|
|
1507
1613
|
value: { _light: "{colors.gray.600}", _dark: "{colors.gray.400}" }
|
|
1508
1614
|
},
|
|
1509
|
-
|
|
1510
|
-
value: { _light: "{colors.gray.
|
|
1615
|
+
emphasized: {
|
|
1616
|
+
value: { _light: "{colors.gray.800}", _dark: "{colors.gray.200}" }
|
|
1511
1617
|
},
|
|
1512
1618
|
inverted: {
|
|
1513
1619
|
value: { _light: "{colors.gray.50}", _dark: "{colors.black}" }
|
|
@@ -1529,12 +1635,12 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1529
1635
|
DEFAULT: {
|
|
1530
1636
|
value: { _light: "{colors.gray.200}", _dark: "{colors.gray.800}" }
|
|
1531
1637
|
},
|
|
1532
|
-
subtle: {
|
|
1533
|
-
value: { _light: "{colors.gray.100}", _dark: "{colors.gray.900}" }
|
|
1534
|
-
},
|
|
1535
1638
|
muted: {
|
|
1536
1639
|
value: { _light: "{colors.gray.50}", _dark: "{colors.gray.950}" }
|
|
1537
1640
|
},
|
|
1641
|
+
subtle: {
|
|
1642
|
+
value: { _light: "{colors.gray.100}", _dark: "{colors.gray.900}" }
|
|
1643
|
+
},
|
|
1538
1644
|
emphasized: {
|
|
1539
1645
|
value: { _light: "{colors.gray.300}", _dark: "{colors.gray.700}" }
|
|
1540
1646
|
},
|
|
@@ -1562,19 +1668,22 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1562
1668
|
value: { _light: "white", _dark: "white" }
|
|
1563
1669
|
},
|
|
1564
1670
|
fg: {
|
|
1565
|
-
value: { _light: "{colors.
|
|
1671
|
+
value: { _light: "{colors.indigo.700}", _dark: "{colors.indigo.300}" }
|
|
1566
1672
|
},
|
|
1567
1673
|
muted: {
|
|
1568
|
-
value: { _light: "{colors.
|
|
1674
|
+
value: { _light: "{colors.indigo.50}", _dark: "{colors.indigo.950}" }
|
|
1569
1675
|
},
|
|
1570
1676
|
subtle: {
|
|
1571
|
-
value: { _light: "{colors.
|
|
1677
|
+
value: { _light: "{colors.indigo.100}", _dark: "{colors.indigo.900}" }
|
|
1572
1678
|
},
|
|
1573
1679
|
emphasized: {
|
|
1574
|
-
value: { _light: "{colors.
|
|
1680
|
+
value: { _light: "{colors.indigo.200}", _dark: "{colors.indigo.800}" }
|
|
1575
1681
|
},
|
|
1576
1682
|
solid: {
|
|
1577
|
-
value: { _light: "{colors.
|
|
1683
|
+
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
|
1684
|
+
},
|
|
1685
|
+
focusRing: {
|
|
1686
|
+
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
|
1578
1687
|
}
|
|
1579
1688
|
},
|
|
1580
1689
|
neutral: {
|
|
@@ -1595,6 +1704,32 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1595
1704
|
},
|
|
1596
1705
|
solid: {
|
|
1597
1706
|
value: { _light: "{colors.gray.900}", _dark: "{colors.white}" }
|
|
1707
|
+
},
|
|
1708
|
+
focusRing: {
|
|
1709
|
+
value: { _light: "{colors.gray.600}", _dark: "{colors.gray.600}" }
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
slate: {
|
|
1713
|
+
contrast: {
|
|
1714
|
+
value: { _light: "white", _dark: "white" }
|
|
1715
|
+
},
|
|
1716
|
+
fg: {
|
|
1717
|
+
value: { _light: "{colors.slate.900}", _dark: "{colors.slate.200}" }
|
|
1718
|
+
},
|
|
1719
|
+
muted: {
|
|
1720
|
+
value: { _light: "{colors.slate.100}", _dark: "{colors.slate.900}" }
|
|
1721
|
+
},
|
|
1722
|
+
subtle: {
|
|
1723
|
+
value: { _light: "{colors.slate.200}", _dark: "{colors.slate.800}" }
|
|
1724
|
+
},
|
|
1725
|
+
emphasized: {
|
|
1726
|
+
value: { _light: "{colors.slate.300}", _dark: "{colors.slate.700}" }
|
|
1727
|
+
},
|
|
1728
|
+
solid: {
|
|
1729
|
+
value: { _light: "{colors.slate.500}", _dark: "{colors.slate.500}" }
|
|
1730
|
+
},
|
|
1731
|
+
focusRing: {
|
|
1732
|
+
value: { _light: "{colors.slate.600}", _dark: "{colors.slate.600}" }
|
|
1598
1733
|
}
|
|
1599
1734
|
},
|
|
1600
1735
|
gray: {
|
|
@@ -1615,6 +1750,55 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1615
1750
|
},
|
|
1616
1751
|
solid: {
|
|
1617
1752
|
value: { _light: "{colors.gray.500}", _dark: "{colors.gray.500}" }
|
|
1753
|
+
},
|
|
1754
|
+
focusRing: {
|
|
1755
|
+
value: { _light: "{colors.gray.600}", _dark: "{colors.gray.600}" }
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
zinc: {
|
|
1759
|
+
contrast: {
|
|
1760
|
+
value: { _light: "white", _dark: "white" }
|
|
1761
|
+
},
|
|
1762
|
+
fg: {
|
|
1763
|
+
value: { _light: "{colors.zinc.900}", _dark: "{colors.zinc.200}" }
|
|
1764
|
+
},
|
|
1765
|
+
muted: {
|
|
1766
|
+
value: { _light: "{colors.zinc.100}", _dark: "{colors.zinc.900}" }
|
|
1767
|
+
},
|
|
1768
|
+
subtle: {
|
|
1769
|
+
value: { _light: "{colors.zinc.200}", _dark: "{colors.zinc.800}" }
|
|
1770
|
+
},
|
|
1771
|
+
emphasized: {
|
|
1772
|
+
value: { _light: "{colors.zinc.300}", _dark: "{colors.zinc.700}" }
|
|
1773
|
+
},
|
|
1774
|
+
solid: {
|
|
1775
|
+
value: { _light: "{colors.zinc.500}", _dark: "{colors.zinc.500}" }
|
|
1776
|
+
},
|
|
1777
|
+
focusRing: {
|
|
1778
|
+
value: { _light: "{colors.zinc.600}", _dark: "{colors.zinc.600}" }
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
stone: {
|
|
1782
|
+
contrast: {
|
|
1783
|
+
value: { _light: "white", _dark: "white" }
|
|
1784
|
+
},
|
|
1785
|
+
fg: {
|
|
1786
|
+
value: { _light: "{colors.stone.900}", _dark: "{colors.stone.200}" }
|
|
1787
|
+
},
|
|
1788
|
+
muted: {
|
|
1789
|
+
value: { _light: "{colors.stone.100}", _dark: "{colors.stone.900}" }
|
|
1790
|
+
},
|
|
1791
|
+
subtle: {
|
|
1792
|
+
value: { _light: "{colors.stone.200}", _dark: "{colors.stone.800}" }
|
|
1793
|
+
},
|
|
1794
|
+
emphasized: {
|
|
1795
|
+
value: { _light: "{colors.stone.300}", _dark: "{colors.stone.700}" }
|
|
1796
|
+
},
|
|
1797
|
+
solid: {
|
|
1798
|
+
value: { _light: "{colors.stone.500}", _dark: "{colors.stone.500}" }
|
|
1799
|
+
},
|
|
1800
|
+
focusRing: {
|
|
1801
|
+
value: { _light: "{colors.stone.600}", _dark: "{colors.stone.600}" }
|
|
1618
1802
|
}
|
|
1619
1803
|
},
|
|
1620
1804
|
red: {
|
|
@@ -1635,6 +1819,9 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1635
1819
|
},
|
|
1636
1820
|
solid: {
|
|
1637
1821
|
value: { _light: "{colors.red.600}", _dark: "{colors.red.600}" }
|
|
1822
|
+
},
|
|
1823
|
+
focusRing: {
|
|
1824
|
+
value: { _light: "{colors.red.600}", _dark: "{colors.red.600}" }
|
|
1638
1825
|
}
|
|
1639
1826
|
},
|
|
1640
1827
|
orange: {
|
|
@@ -1654,7 +1841,79 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1654
1841
|
value: { _light: "{colors.orange.200}", _dark: "{colors.orange.800}" }
|
|
1655
1842
|
},
|
|
1656
1843
|
solid: {
|
|
1657
|
-
value: { _light: "{colors.orange.600}", _dark: "{colors.orange.
|
|
1844
|
+
value: { _light: "{colors.orange.600}", _dark: "{colors.orange.600}" }
|
|
1845
|
+
},
|
|
1846
|
+
focusRing: {
|
|
1847
|
+
value: { _light: "{colors.orange.600}", _dark: "{colors.orange.600}" }
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
amber: {
|
|
1851
|
+
contrast: {
|
|
1852
|
+
value: { _light: "black", _dark: "black" }
|
|
1853
|
+
},
|
|
1854
|
+
fg: {
|
|
1855
|
+
value: { _light: "{colors.amber.700}", _dark: "{colors.amber.300}" }
|
|
1856
|
+
},
|
|
1857
|
+
muted: {
|
|
1858
|
+
value: { _light: "{colors.amber.50}", _dark: "{colors.amber.950}" }
|
|
1859
|
+
},
|
|
1860
|
+
subtle: {
|
|
1861
|
+
value: { _light: "{colors.amber.100}", _dark: "{colors.amber.900}" }
|
|
1862
|
+
},
|
|
1863
|
+
emphasized: {
|
|
1864
|
+
value: { _light: "{colors.amber.200}", _dark: "{colors.amber.800}" }
|
|
1865
|
+
},
|
|
1866
|
+
solid: {
|
|
1867
|
+
value: { _light: "{colors.amber.400}", _dark: "{colors.amber.400}" }
|
|
1868
|
+
},
|
|
1869
|
+
focusRing: {
|
|
1870
|
+
value: { _light: "{colors.amber.400}", _dark: "{colors.amber.400}" }
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
yellow: {
|
|
1874
|
+
contrast: {
|
|
1875
|
+
value: { _light: "black", _dark: "black" }
|
|
1876
|
+
},
|
|
1877
|
+
fg: {
|
|
1878
|
+
value: { _light: "{colors.yellow.700}", _dark: "{colors.yellow.300}" }
|
|
1879
|
+
},
|
|
1880
|
+
muted: {
|
|
1881
|
+
value: { _light: "{colors.yellow.50}", _dark: "{colors.yellow.950}" }
|
|
1882
|
+
},
|
|
1883
|
+
subtle: {
|
|
1884
|
+
value: { _light: "{colors.yellow.100}", _dark: "{colors.yellow.900}" }
|
|
1885
|
+
},
|
|
1886
|
+
emphasized: {
|
|
1887
|
+
value: { _light: "{colors.yellow.200}", _dark: "{colors.yellow.800}" }
|
|
1888
|
+
},
|
|
1889
|
+
solid: {
|
|
1890
|
+
value: { _light: "{colors.yellow.400}", _dark: "{colors.yellow.400}" }
|
|
1891
|
+
},
|
|
1892
|
+
focusRing: {
|
|
1893
|
+
value: { _light: "{colors.yellow.400}", _dark: "{colors.yellow.400}" }
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
lime: {
|
|
1897
|
+
contrast: {
|
|
1898
|
+
value: { _light: "black", _dark: "black" }
|
|
1899
|
+
},
|
|
1900
|
+
fg: {
|
|
1901
|
+
value: { _light: "{colors.lime.700}", _dark: "{colors.lime.300}" }
|
|
1902
|
+
},
|
|
1903
|
+
muted: {
|
|
1904
|
+
value: { _light: "{colors.lime.50}", _dark: "{colors.lime.950}" }
|
|
1905
|
+
},
|
|
1906
|
+
subtle: {
|
|
1907
|
+
value: { _light: "{colors.lime.100}", _dark: "{colors.lime.900}" }
|
|
1908
|
+
},
|
|
1909
|
+
emphasized: {
|
|
1910
|
+
value: { _light: "{colors.lime.200}", _dark: "{colors.lime.800}" }
|
|
1911
|
+
},
|
|
1912
|
+
solid: {
|
|
1913
|
+
value: { _light: "{colors.lime.400}", _dark: "{colors.lime.400}" }
|
|
1914
|
+
},
|
|
1915
|
+
focusRing: {
|
|
1916
|
+
value: { _light: "{colors.lime.400}", _dark: "{colors.lime.400}" }
|
|
1658
1917
|
}
|
|
1659
1918
|
},
|
|
1660
1919
|
green: {
|
|
@@ -1675,66 +1934,124 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1675
1934
|
},
|
|
1676
1935
|
solid: {
|
|
1677
1936
|
value: { _light: "{colors.green.600}", _dark: "{colors.green.600}" }
|
|
1937
|
+
},
|
|
1938
|
+
focusRing: {
|
|
1939
|
+
value: { _light: "{colors.green.600}", _dark: "{colors.green.600}" }
|
|
1678
1940
|
}
|
|
1679
1941
|
},
|
|
1680
|
-
|
|
1942
|
+
emerald: {
|
|
1681
1943
|
contrast: {
|
|
1682
1944
|
value: { _light: "white", _dark: "white" }
|
|
1683
1945
|
},
|
|
1684
1946
|
fg: {
|
|
1685
|
-
value: { _light: "{colors.
|
|
1947
|
+
value: { _light: "{colors.emerald.700}", _dark: "{colors.emerald.300}" }
|
|
1686
1948
|
},
|
|
1687
1949
|
muted: {
|
|
1688
|
-
value: { _light: "{colors.
|
|
1950
|
+
value: { _light: "{colors.emerald.50}", _dark: "{colors.emerald.950}" }
|
|
1689
1951
|
},
|
|
1690
1952
|
subtle: {
|
|
1691
|
-
value: { _light: "{colors.
|
|
1953
|
+
value: { _light: "{colors.emerald.100}", _dark: "{colors.emerald.900}" }
|
|
1692
1954
|
},
|
|
1693
1955
|
emphasized: {
|
|
1694
|
-
value: { _light: "{colors.
|
|
1956
|
+
value: { _light: "{colors.emerald.200}", _dark: "{colors.emerald.800}" }
|
|
1695
1957
|
},
|
|
1696
1958
|
solid: {
|
|
1697
|
-
value: { _light: "{colors.
|
|
1959
|
+
value: { _light: "{colors.emerald.600}", _dark: "{colors.emerald.600}" }
|
|
1960
|
+
},
|
|
1961
|
+
focusRing: {
|
|
1962
|
+
value: { _light: "{colors.emerald.600}", _dark: "{colors.emerald.600}" }
|
|
1698
1963
|
}
|
|
1699
1964
|
},
|
|
1700
|
-
|
|
1965
|
+
teal: {
|
|
1701
1966
|
contrast: {
|
|
1702
|
-
value: { _light: "
|
|
1967
|
+
value: { _light: "white", _dark: "white" }
|
|
1703
1968
|
},
|
|
1704
1969
|
fg: {
|
|
1705
|
-
value: { _light: "{colors.
|
|
1970
|
+
value: { _light: "{colors.teal.700}", _dark: "{colors.teal.300}" }
|
|
1706
1971
|
},
|
|
1707
1972
|
muted: {
|
|
1708
|
-
value: { _light: "{colors.
|
|
1973
|
+
value: { _light: "{colors.teal.50}", _dark: "{colors.teal.950}" }
|
|
1709
1974
|
},
|
|
1710
1975
|
subtle: {
|
|
1711
|
-
value: { _light: "{colors.
|
|
1976
|
+
value: { _light: "{colors.teal.100}", _dark: "{colors.teal.900}" }
|
|
1712
1977
|
},
|
|
1713
1978
|
emphasized: {
|
|
1714
|
-
value: { _light: "{colors.
|
|
1979
|
+
value: { _light: "{colors.teal.200}", _dark: "{colors.teal.800}" }
|
|
1980
|
+
},
|
|
1981
|
+
solid: {
|
|
1982
|
+
value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
|
|
1983
|
+
},
|
|
1984
|
+
focusRing: {
|
|
1985
|
+
value: { _light: "{colors.teal.600}", _dark: "{colors.teal.600}" }
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
cyan: {
|
|
1989
|
+
contrast: {
|
|
1990
|
+
value: { _light: "white", _dark: "white" }
|
|
1991
|
+
},
|
|
1992
|
+
fg: {
|
|
1993
|
+
value: { _light: "{colors.cyan.700}", _dark: "{colors.cyan.300}" }
|
|
1994
|
+
},
|
|
1995
|
+
muted: {
|
|
1996
|
+
value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.950}" }
|
|
1997
|
+
},
|
|
1998
|
+
subtle: {
|
|
1999
|
+
value: { _light: "{colors.cyan.100}", _dark: "{colors.cyan.900}" }
|
|
2000
|
+
},
|
|
2001
|
+
emphasized: {
|
|
2002
|
+
value: { _light: "{colors.cyan.200}", _dark: "{colors.cyan.800}" }
|
|
1715
2003
|
},
|
|
1716
2004
|
solid: {
|
|
1717
|
-
value: { _light: "{colors.
|
|
2005
|
+
value: { _light: "{colors.cyan.600}", _dark: "{colors.cyan.600}" }
|
|
2006
|
+
},
|
|
2007
|
+
focusRing: {
|
|
2008
|
+
value: { _light: "{colors.cyan.600}", _dark: "{colors.cyan.600}" }
|
|
1718
2009
|
}
|
|
1719
2010
|
},
|
|
1720
|
-
|
|
2011
|
+
sky: {
|
|
1721
2012
|
contrast: {
|
|
1722
2013
|
value: { _light: "white", _dark: "white" }
|
|
1723
2014
|
},
|
|
1724
2015
|
fg: {
|
|
1725
|
-
value: { _light: "{colors.
|
|
2016
|
+
value: { _light: "{colors.sky.700}", _dark: "{colors.sky.300}" }
|
|
1726
2017
|
},
|
|
1727
2018
|
muted: {
|
|
1728
|
-
value: { _light: "{colors.
|
|
2019
|
+
value: { _light: "{colors.sky.50}", _dark: "{colors.sky.950}" }
|
|
1729
2020
|
},
|
|
1730
2021
|
subtle: {
|
|
1731
|
-
value: { _light: "{colors.
|
|
2022
|
+
value: { _light: "{colors.sky.100}", _dark: "{colors.sky.900}" }
|
|
1732
2023
|
},
|
|
1733
2024
|
emphasized: {
|
|
1734
|
-
value: { _light: "{colors.
|
|
2025
|
+
value: { _light: "{colors.sky.200}", _dark: "{colors.sky.800}" }
|
|
1735
2026
|
},
|
|
1736
2027
|
solid: {
|
|
1737
|
-
value: { _light: "{colors.
|
|
2028
|
+
value: { _light: "{colors.sky.600}", _dark: "{colors.sky.600}" }
|
|
2029
|
+
},
|
|
2030
|
+
focusRing: {
|
|
2031
|
+
value: { _light: "{colors.sky.600}", _dark: "{colors.sky.600}" }
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
blue: {
|
|
2035
|
+
contrast: {
|
|
2036
|
+
value: { _light: "white", _dark: "white" }
|
|
2037
|
+
},
|
|
2038
|
+
fg: {
|
|
2039
|
+
value: { _light: "{colors.blue.700}", _dark: "{colors.blue.300}" }
|
|
2040
|
+
},
|
|
2041
|
+
muted: {
|
|
2042
|
+
value: { _light: "{colors.blue.50}", _dark: "{colors.blue.950}" }
|
|
2043
|
+
},
|
|
2044
|
+
subtle: {
|
|
2045
|
+
value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" }
|
|
2046
|
+
},
|
|
2047
|
+
emphasized: {
|
|
2048
|
+
value: { _light: "{colors.blue.200}", _dark: "{colors.blue.800}" }
|
|
2049
|
+
},
|
|
2050
|
+
solid: {
|
|
2051
|
+
value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" }
|
|
2052
|
+
},
|
|
2053
|
+
focusRing: {
|
|
2054
|
+
value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" }
|
|
1738
2055
|
}
|
|
1739
2056
|
},
|
|
1740
2057
|
indigo: {
|
|
@@ -1755,6 +2072,32 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1755
2072
|
},
|
|
1756
2073
|
solid: {
|
|
1757
2074
|
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
|
2075
|
+
},
|
|
2076
|
+
focusRing: {
|
|
2077
|
+
value: { _light: "{colors.indigo.600}", _dark: "{colors.indigo.600}" }
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
violet: {
|
|
2081
|
+
contrast: {
|
|
2082
|
+
value: { _light: "white", _dark: "white" }
|
|
2083
|
+
},
|
|
2084
|
+
fg: {
|
|
2085
|
+
value: { _light: "{colors.violet.700}", _dark: "{colors.violet.300}" }
|
|
2086
|
+
},
|
|
2087
|
+
muted: {
|
|
2088
|
+
value: { _light: "{colors.violet.50}", _dark: "{colors.violet.950}" }
|
|
2089
|
+
},
|
|
2090
|
+
subtle: {
|
|
2091
|
+
value: { _light: "{colors.violet.100}", _dark: "{colors.violet.900}" }
|
|
2092
|
+
},
|
|
2093
|
+
emphasized: {
|
|
2094
|
+
value: { _light: "{colors.violet.200}", _dark: "{colors.violet.800}" }
|
|
2095
|
+
},
|
|
2096
|
+
solid: {
|
|
2097
|
+
value: { _light: "{colors.violet.600}", _dark: "{colors.violet.600}" }
|
|
2098
|
+
},
|
|
2099
|
+
focusRing: {
|
|
2100
|
+
value: { _light: "{colors.violet.600}", _dark: "{colors.violet.600}" }
|
|
1758
2101
|
}
|
|
1759
2102
|
},
|
|
1760
2103
|
purple: {
|
|
@@ -1775,6 +2118,32 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1775
2118
|
},
|
|
1776
2119
|
solid: {
|
|
1777
2120
|
value: { _light: "{colors.purple.600}", _dark: "{colors.purple.600}" }
|
|
2121
|
+
},
|
|
2122
|
+
focusRing: {
|
|
2123
|
+
value: { _light: "{colors.purple.600}", _dark: "{colors.purple.600}" }
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
fuchsia: {
|
|
2127
|
+
contrast: {
|
|
2128
|
+
value: { _light: "white", _dark: "white" }
|
|
2129
|
+
},
|
|
2130
|
+
fg: {
|
|
2131
|
+
value: { _light: "{colors.fuchsia.700}", _dark: "{colors.fuchsia.300}" }
|
|
2132
|
+
},
|
|
2133
|
+
muted: {
|
|
2134
|
+
value: { _light: "{colors.fuchsia.50}", _dark: "{colors.fuchsia.950}" }
|
|
2135
|
+
},
|
|
2136
|
+
subtle: {
|
|
2137
|
+
value: { _light: "{colors.fuchsia.100}", _dark: "{colors.fuchsia.900}" }
|
|
2138
|
+
},
|
|
2139
|
+
emphasized: {
|
|
2140
|
+
value: { _light: "{colors.fuchsia.200}", _dark: "{colors.fuchsia.800}" }
|
|
2141
|
+
},
|
|
2142
|
+
solid: {
|
|
2143
|
+
value: { _light: "{colors.fuchsia.600}", _dark: "{colors.fuchsia.600}" }
|
|
2144
|
+
},
|
|
2145
|
+
focusRing: {
|
|
2146
|
+
value: { _light: "{colors.fuchsia.600}", _dark: "{colors.fuchsia.600}" }
|
|
1778
2147
|
}
|
|
1779
2148
|
},
|
|
1780
2149
|
pink: {
|
|
@@ -1795,26 +2164,32 @@ var semanticColors = defineSemanticTokens.colors({
|
|
|
1795
2164
|
},
|
|
1796
2165
|
solid: {
|
|
1797
2166
|
value: { _light: "{colors.pink.600}", _dark: "{colors.pink.600}" }
|
|
2167
|
+
},
|
|
2168
|
+
focusRing: {
|
|
2169
|
+
value: { _light: "{colors.pink.600}", _dark: "{colors.pink.600}" }
|
|
1798
2170
|
}
|
|
1799
2171
|
},
|
|
1800
|
-
|
|
2172
|
+
rose: {
|
|
1801
2173
|
contrast: {
|
|
1802
2174
|
value: { _light: "white", _dark: "white" }
|
|
1803
2175
|
},
|
|
1804
2176
|
fg: {
|
|
1805
|
-
value: { _light: "{colors.
|
|
2177
|
+
value: { _light: "{colors.rose.700}", _dark: "{colors.rose.300}" }
|
|
1806
2178
|
},
|
|
1807
2179
|
muted: {
|
|
1808
|
-
value: { _light: "{colors.
|
|
2180
|
+
value: { _light: "{colors.rose.50}", _dark: "{colors.rose.950}" }
|
|
1809
2181
|
},
|
|
1810
2182
|
subtle: {
|
|
1811
|
-
value: { _light: "{colors.
|
|
2183
|
+
value: { _light: "{colors.rose.100}", _dark: "{colors.rose.900}" }
|
|
1812
2184
|
},
|
|
1813
2185
|
emphasized: {
|
|
1814
|
-
value: { _light: "{colors.
|
|
2186
|
+
value: { _light: "{colors.rose.200}", _dark: "{colors.rose.800}" }
|
|
1815
2187
|
},
|
|
1816
2188
|
solid: {
|
|
1817
|
-
value: { _light: "{colors.
|
|
2189
|
+
value: { _light: "{colors.rose.600}", _dark: "{colors.rose.600}" }
|
|
2190
|
+
},
|
|
2191
|
+
focusRing: {
|
|
2192
|
+
value: { _light: "{colors.rose.600}", _dark: "{colors.rose.600}" }
|
|
1818
2193
|
}
|
|
1819
2194
|
}
|
|
1820
2195
|
});
|
|
@@ -1931,7 +2306,7 @@ var appShellSlotRecipe = defineSlotRecipe({
|
|
|
1931
2306
|
import { defineSlotRecipe as defineSlotRecipe2 } from "@chakra-ui/react";
|
|
1932
2307
|
var gridListSlotRecipe = defineSlotRecipe2({
|
|
1933
2308
|
className: "sui-grid-list",
|
|
1934
|
-
slots: ["root", "item", "header", "
|
|
2309
|
+
slots: ["root", "item", "header", "cell"],
|
|
1935
2310
|
base: {
|
|
1936
2311
|
root: {
|
|
1937
2312
|
py: 2,
|
|
@@ -1995,7 +2370,7 @@ var gridListSlotRecipe = defineSlotRecipe2({
|
|
|
1995
2370
|
fontWeight: "semibold",
|
|
1996
2371
|
color: "muted"
|
|
1997
2372
|
},
|
|
1998
|
-
|
|
2373
|
+
cell: {
|
|
1999
2374
|
display: "flex",
|
|
2000
2375
|
flexShrink: 0
|
|
2001
2376
|
}
|
|
@@ -2107,7 +2482,7 @@ var loadingOverlaySlotRecipe = defineSlotRecipe3({
|
|
|
2107
2482
|
import { defineSlotRecipe as defineSlotRecipe4 } from "@chakra-ui/react";
|
|
2108
2483
|
var navbarSlotRecipe = defineSlotRecipe4({
|
|
2109
2484
|
className: "sui-navbar",
|
|
2110
|
-
slots: ["root", "content", "brand", "item"],
|
|
2485
|
+
slots: ["root", "content", "brand", "item", "link"],
|
|
2111
2486
|
base: {
|
|
2112
2487
|
root: {
|
|
2113
2488
|
display: "flex",
|
|
@@ -2144,7 +2519,7 @@ var navbarSlotRecipe = defineSlotRecipe4({
|
|
|
2144
2519
|
whiteSpace: "nowrap",
|
|
2145
2520
|
boxSizing: "border-box"
|
|
2146
2521
|
},
|
|
2147
|
-
|
|
2522
|
+
link: {
|
|
2148
2523
|
bg: "transparent",
|
|
2149
2524
|
color: "currentColor",
|
|
2150
2525
|
display: "inline-flex",
|
|
@@ -2200,7 +2575,7 @@ var navbarSlotRecipe = defineSlotRecipe4({
|
|
|
2200
2575
|
},
|
|
2201
2576
|
gap: 4
|
|
2202
2577
|
},
|
|
2203
|
-
|
|
2578
|
+
link: {
|
|
2204
2579
|
px: 3,
|
|
2205
2580
|
h: 8
|
|
2206
2581
|
}
|
|
@@ -2311,7 +2686,7 @@ var personaSlotRecipe = defineSlotRecipe5({
|
|
|
2311
2686
|
import { defineSlotRecipe as defineSlotRecipe6 } from "@chakra-ui/react";
|
|
2312
2687
|
var sidebarNavItemSlotRecipe = defineSlotRecipe6({
|
|
2313
2688
|
className: "sui-sidebar-nav-item",
|
|
2314
|
-
slots: ["item", "button"],
|
|
2689
|
+
slots: ["item", "button", "endElement"],
|
|
2315
2690
|
base: {
|
|
2316
2691
|
item: {
|
|
2317
2692
|
position: "relative"
|
|
@@ -2331,7 +2706,14 @@ var sidebarNavItemSlotRecipe = defineSlotRecipe6({
|
|
|
2331
2706
|
focusVisibleRing: "outside",
|
|
2332
2707
|
"& > svg": {
|
|
2333
2708
|
boxSize: 4
|
|
2709
|
+
},
|
|
2710
|
+
'&:has([data-slot="endElement"])': {
|
|
2711
|
+
pe: 0
|
|
2334
2712
|
}
|
|
2713
|
+
},
|
|
2714
|
+
endElement: {
|
|
2715
|
+
display: "flex",
|
|
2716
|
+
gap: "1px"
|
|
2335
2717
|
}
|
|
2336
2718
|
},
|
|
2337
2719
|
variants: {
|
|
@@ -2359,10 +2741,10 @@ var sidebarNavItemSlotRecipe = defineSlotRecipe6({
|
|
|
2359
2741
|
button: {
|
|
2360
2742
|
borderRadius: "md",
|
|
2361
2743
|
px: 2,
|
|
2362
|
-
height: 8
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2744
|
+
height: 8
|
|
2745
|
+
},
|
|
2746
|
+
endElement: {
|
|
2747
|
+
pe: "1"
|
|
2366
2748
|
}
|
|
2367
2749
|
}
|
|
2368
2750
|
}
|
|
@@ -2390,8 +2772,6 @@ var sidebarSlotRecipe = defineSlotRecipe7({
|
|
|
2390
2772
|
"groupTitle",
|
|
2391
2773
|
"groupEndElement",
|
|
2392
2774
|
"groupContent",
|
|
2393
|
-
"item",
|
|
2394
|
-
"itemEndElement",
|
|
2395
2775
|
"track"
|
|
2396
2776
|
],
|
|
2397
2777
|
base: {
|
|
@@ -2600,6 +2980,9 @@ var sidebarSlotRecipe = defineSlotRecipe7({
|
|
|
2600
2980
|
},
|
|
2601
2981
|
footer: {
|
|
2602
2982
|
px: 3
|
|
2983
|
+
},
|
|
2984
|
+
groupEndElement: {
|
|
2985
|
+
pe: "1"
|
|
2603
2986
|
}
|
|
2604
2987
|
}
|
|
2605
2988
|
}
|
|
@@ -3635,9 +4018,9 @@ var checkboxCardSlotRecipe = defineSlotRecipe16({
|
|
|
3635
4018
|
|
|
3636
4019
|
// src/theme/recipes/chakra/collapsible.ts
|
|
3637
4020
|
import { defineSlotRecipe as defineSlotRecipe17 } from "@chakra-ui/react";
|
|
3638
|
-
import {
|
|
4021
|
+
import { collapsibleAnatomy } from "@chakra-ui/react/anatomy";
|
|
3639
4022
|
var collapsibleSlotRecipe = defineSlotRecipe17({
|
|
3640
|
-
slots:
|
|
4023
|
+
slots: collapsibleAnatomy.keys(),
|
|
3641
4024
|
className: "chakra-collapsible",
|
|
3642
4025
|
base: {
|
|
3643
4026
|
content: {
|
|
@@ -4628,6 +5011,7 @@ var menuSlotRecipe = defineSlotRecipe27({
|
|
|
4628
5011
|
bg: "bg.panel",
|
|
4629
5012
|
boxShadow: "lg",
|
|
4630
5013
|
color: "fg",
|
|
5014
|
+
maxHeight: "var(--available-height)",
|
|
4631
5015
|
"--menu-z-index": "zIndex.dropdown",
|
|
4632
5016
|
zIndex: "calc(var(--menu-z-index) + var(--layer-index, 0))",
|
|
4633
5017
|
borderRadius: "l2",
|
|
@@ -7634,13 +8018,13 @@ var slotRecipes = {
|
|
|
7634
8018
|
status: statusSlotRecipe,
|
|
7635
8019
|
timeline: timelineSlotRecipe,
|
|
7636
8020
|
// Saas UI Recipes
|
|
7637
|
-
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
8021
|
+
suiAppShell: appShellSlotRecipe,
|
|
8022
|
+
suiLoadingOverlay: loadingOverlaySlotRecipe,
|
|
8023
|
+
suiPersona: personaSlotRecipe,
|
|
8024
|
+
suiGridList: gridListSlotRecipe,
|
|
8025
|
+
suiNavbar: navbarSlotRecipe,
|
|
8026
|
+
suiSidebar: sidebarSlotRecipe,
|
|
8027
|
+
suiSidebarNavItem: sidebarNavItemSlotRecipe
|
|
7644
8028
|
};
|
|
7645
8029
|
|
|
7646
8030
|
// src/theme/text-styles.ts
|
|
@@ -7726,187 +8110,9 @@ var borders = defineTokens4.borders({
|
|
|
7726
8110
|
xl: { value: "8px solid" }
|
|
7727
8111
|
});
|
|
7728
8112
|
|
|
7729
|
-
// src/theme/tokens/colors.ts
|
|
7730
|
-
import { defineTokens as defineTokens5 } from "@chakra-ui/react";
|
|
7731
|
-
var colors = defineTokens5.colors({
|
|
7732
|
-
transparent: { value: "transparent" },
|
|
7733
|
-
current: { value: "currentColor" },
|
|
7734
|
-
black: { value: "#09090B" },
|
|
7735
|
-
white: { value: "#FFFFFF" },
|
|
7736
|
-
whiteAlpha: {
|
|
7737
|
-
50: { value: "rgba(255, 255, 255, 0.04)" },
|
|
7738
|
-
100: { value: "rgba(255, 255, 255, 0.06)" },
|
|
7739
|
-
200: { value: "rgba(255, 255, 255, 0.08)" },
|
|
7740
|
-
300: { value: "rgba(255, 255, 255, 0.16)" },
|
|
7741
|
-
400: { value: "rgba(255, 255, 255, 0.24)" },
|
|
7742
|
-
500: { value: "rgba(255, 255, 255, 0.36)" },
|
|
7743
|
-
600: { value: "rgba(255, 255, 255, 0.48)" },
|
|
7744
|
-
700: { value: "rgba(255, 255, 255, 0.64)" },
|
|
7745
|
-
800: { value: "rgba(255, 255, 255, 0.80)" },
|
|
7746
|
-
900: { value: "rgba(255, 255, 255, 0.92)" },
|
|
7747
|
-
950: { value: "rgba(255, 255, 255, 0.95)" }
|
|
7748
|
-
},
|
|
7749
|
-
blackAlpha: {
|
|
7750
|
-
50: { value: "rgba(0, 0, 0, 0.04)" },
|
|
7751
|
-
100: { value: "rgba(0, 0, 0, 0.06)" },
|
|
7752
|
-
200: { value: "rgba(0, 0, 0, 0.08)" },
|
|
7753
|
-
300: { value: "rgba(0, 0, 0, 0.16)" },
|
|
7754
|
-
400: { value: "rgba(0, 0, 0, 0.24)" },
|
|
7755
|
-
500: { value: "rgba(0, 0, 0, 0.36)" },
|
|
7756
|
-
600: { value: "rgba(0, 0, 0, 0.48)" },
|
|
7757
|
-
700: { value: "rgba(0, 0, 0, 0.64)" },
|
|
7758
|
-
800: { value: "rgba(0, 0, 0, 0.80)" },
|
|
7759
|
-
900: { value: "rgba(0, 0, 0, 0.92)" },
|
|
7760
|
-
950: { value: "rgba(0, 0, 0, 0.95)" }
|
|
7761
|
-
},
|
|
7762
|
-
gray: {
|
|
7763
|
-
50: { value: "#fafafa" },
|
|
7764
|
-
100: { value: "#f4f4f5" },
|
|
7765
|
-
200: { value: "#e4e4e7" },
|
|
7766
|
-
300: { value: "#d4d4d8" },
|
|
7767
|
-
400: { value: "#a1a1aa" },
|
|
7768
|
-
500: { value: "#71717a" },
|
|
7769
|
-
600: { value: "#52525b" },
|
|
7770
|
-
700: { value: "#3f3f46" },
|
|
7771
|
-
800: { value: "#27272a" },
|
|
7772
|
-
900: { value: "#18181b" },
|
|
7773
|
-
950: { value: "#111111" }
|
|
7774
|
-
},
|
|
7775
|
-
red: {
|
|
7776
|
-
50: { value: "#fef2f2" },
|
|
7777
|
-
100: { value: "#fee2e2" },
|
|
7778
|
-
200: { value: "#fecaca" },
|
|
7779
|
-
300: { value: "#fca5a5" },
|
|
7780
|
-
400: { value: "#f87171" },
|
|
7781
|
-
500: { value: "#ef4444" },
|
|
7782
|
-
600: { value: "#dc2626" },
|
|
7783
|
-
700: { value: "#991919" },
|
|
7784
|
-
800: { value: "#511111" },
|
|
7785
|
-
900: { value: "#300c0c" },
|
|
7786
|
-
950: { value: "#1f0808" }
|
|
7787
|
-
},
|
|
7788
|
-
orange: {
|
|
7789
|
-
50: { value: "#fff7ed" },
|
|
7790
|
-
100: { value: "#ffedd5" },
|
|
7791
|
-
200: { value: "#fed7aa" },
|
|
7792
|
-
300: { value: "#fdba74" },
|
|
7793
|
-
400: { value: "#fb923c" },
|
|
7794
|
-
500: { value: "#f97316" },
|
|
7795
|
-
600: { value: "#ea580c" },
|
|
7796
|
-
700: { value: "#92310a" },
|
|
7797
|
-
800: { value: "#6c2710" },
|
|
7798
|
-
900: { value: "#3b1106" },
|
|
7799
|
-
950: { value: "#220a04" }
|
|
7800
|
-
},
|
|
7801
|
-
yellow: {
|
|
7802
|
-
50: { value: "#fefce8" },
|
|
7803
|
-
100: { value: "#fef9c3" },
|
|
7804
|
-
200: { value: "#fef08a" },
|
|
7805
|
-
300: { value: "#fde047" },
|
|
7806
|
-
400: { value: "#facc15" },
|
|
7807
|
-
500: { value: "#eab308" },
|
|
7808
|
-
600: { value: "#ca8a04" },
|
|
7809
|
-
700: { value: "#845209" },
|
|
7810
|
-
800: { value: "#713f12" },
|
|
7811
|
-
900: { value: "#422006" },
|
|
7812
|
-
950: { value: "#281304" }
|
|
7813
|
-
},
|
|
7814
|
-
green: {
|
|
7815
|
-
50: { value: "#f0fdf4" },
|
|
7816
|
-
100: { value: "#dcfce7" },
|
|
7817
|
-
200: { value: "#bbf7d0" },
|
|
7818
|
-
300: { value: "#86efac" },
|
|
7819
|
-
400: { value: "#4ade80" },
|
|
7820
|
-
500: { value: "#22c55e" },
|
|
7821
|
-
600: { value: "#16a34a" },
|
|
7822
|
-
700: { value: "#116932" },
|
|
7823
|
-
800: { value: "#124a28" },
|
|
7824
|
-
900: { value: "#042713" },
|
|
7825
|
-
950: { value: "#03190c" }
|
|
7826
|
-
},
|
|
7827
|
-
teal: {
|
|
7828
|
-
50: { value: "#f0fdfa" },
|
|
7829
|
-
100: { value: "#ccfbf1" },
|
|
7830
|
-
200: { value: "#99f6e4" },
|
|
7831
|
-
300: { value: "#5eead4" },
|
|
7832
|
-
400: { value: "#2dd4bf" },
|
|
7833
|
-
500: { value: "#14b8a6" },
|
|
7834
|
-
600: { value: "#0d9488" },
|
|
7835
|
-
700: { value: "#0c5d56" },
|
|
7836
|
-
800: { value: "#114240" },
|
|
7837
|
-
900: { value: "#032726" },
|
|
7838
|
-
950: { value: "#021716" }
|
|
7839
|
-
},
|
|
7840
|
-
blue: {
|
|
7841
|
-
50: { value: "#eff6ff" },
|
|
7842
|
-
100: { value: "#dbeafe" },
|
|
7843
|
-
200: { value: "#bfdbfe" },
|
|
7844
|
-
300: { value: "#a3cfff" },
|
|
7845
|
-
400: { value: "#60a5fa" },
|
|
7846
|
-
500: { value: "#3b82f6" },
|
|
7847
|
-
600: { value: "#2563eb" },
|
|
7848
|
-
700: { value: "#173da6" },
|
|
7849
|
-
800: { value: "#1a3478" },
|
|
7850
|
-
900: { value: "#14204a" },
|
|
7851
|
-
950: { value: "#0c142e" }
|
|
7852
|
-
},
|
|
7853
|
-
cyan: {
|
|
7854
|
-
50: { value: "#ecfeff" },
|
|
7855
|
-
100: { value: "#cffafe" },
|
|
7856
|
-
200: { value: "#a5f3fc" },
|
|
7857
|
-
300: { value: "#67e8f9" },
|
|
7858
|
-
400: { value: "#22d3ee" },
|
|
7859
|
-
500: { value: "#06b6d4" },
|
|
7860
|
-
600: { value: "#0891b2" },
|
|
7861
|
-
700: { value: "#0c5c72" },
|
|
7862
|
-
800: { value: "#134152" },
|
|
7863
|
-
900: { value: "#072a38" },
|
|
7864
|
-
950: { value: "#051b24" }
|
|
7865
|
-
},
|
|
7866
|
-
indigo: {
|
|
7867
|
-
50: { value: "#eef2ff" },
|
|
7868
|
-
100: { value: "#e0e7ff" },
|
|
7869
|
-
200: { value: "#c7d2fe" },
|
|
7870
|
-
300: { value: "#a5b4fc" },
|
|
7871
|
-
400: { value: "#818cf8" },
|
|
7872
|
-
500: { value: "#6366f1" },
|
|
7873
|
-
600: { value: "#4f46e5" },
|
|
7874
|
-
700: { value: "#4338ca" },
|
|
7875
|
-
800: { value: "#3730a3" },
|
|
7876
|
-
900: { value: "#312e81" },
|
|
7877
|
-
950: { value: "#1e1b4b" }
|
|
7878
|
-
},
|
|
7879
|
-
purple: {
|
|
7880
|
-
50: { value: "#faf5ff" },
|
|
7881
|
-
100: { value: "#f3e8ff" },
|
|
7882
|
-
200: { value: "#e9d5ff" },
|
|
7883
|
-
300: { value: "#d8b4fe" },
|
|
7884
|
-
400: { value: "#c084fc" },
|
|
7885
|
-
500: { value: "#a855f7" },
|
|
7886
|
-
600: { value: "#9333ea" },
|
|
7887
|
-
700: { value: "#641ba3" },
|
|
7888
|
-
800: { value: "#4a1772" },
|
|
7889
|
-
900: { value: "#2f0553" },
|
|
7890
|
-
950: { value: "#1a032e" }
|
|
7891
|
-
},
|
|
7892
|
-
pink: {
|
|
7893
|
-
50: { value: "#fdf2f8" },
|
|
7894
|
-
100: { value: "#fce7f3" },
|
|
7895
|
-
200: { value: "#fbcfe8" },
|
|
7896
|
-
300: { value: "#f9a8d4" },
|
|
7897
|
-
400: { value: "#f472b6" },
|
|
7898
|
-
500: { value: "#ec4899" },
|
|
7899
|
-
600: { value: "#db2777" },
|
|
7900
|
-
700: { value: "#a41752" },
|
|
7901
|
-
800: { value: "#6d0e34" },
|
|
7902
|
-
900: { value: "#45061f" },
|
|
7903
|
-
950: { value: "#2c0514" }
|
|
7904
|
-
}
|
|
7905
|
-
});
|
|
7906
|
-
|
|
7907
8113
|
// src/theme/tokens/cursor.ts
|
|
7908
|
-
import { defineTokens as
|
|
7909
|
-
var cursor =
|
|
8114
|
+
import { defineTokens as defineTokens5 } from "@chakra-ui/react";
|
|
8115
|
+
var cursor = defineTokens5.cursor({
|
|
7910
8116
|
button: { value: "pointer" },
|
|
7911
8117
|
checkbox: { value: "default" },
|
|
7912
8118
|
disabled: { value: "not-allowed" },
|
|
@@ -7918,8 +8124,8 @@ var cursor = defineTokens6.cursor({
|
|
|
7918
8124
|
});
|
|
7919
8125
|
|
|
7920
8126
|
// src/theme/tokens/durations.ts
|
|
7921
|
-
import { defineTokens as
|
|
7922
|
-
var durations =
|
|
8127
|
+
import { defineTokens as defineTokens6 } from "@chakra-ui/react";
|
|
8128
|
+
var durations = defineTokens6.durations({
|
|
7923
8129
|
fastest: { value: "50ms" },
|
|
7924
8130
|
faster: { value: "100ms" },
|
|
7925
8131
|
fast: { value: "150ms" },
|
|
@@ -7930,8 +8136,8 @@ var durations = defineTokens7.durations({
|
|
|
7930
8136
|
});
|
|
7931
8137
|
|
|
7932
8138
|
// src/theme/tokens/easings.ts
|
|
7933
|
-
import { defineTokens as
|
|
7934
|
-
var easings =
|
|
8139
|
+
import { defineTokens as defineTokens7 } from "@chakra-ui/react";
|
|
8140
|
+
var easings = defineTokens7.easings({
|
|
7935
8141
|
"ease-in": { value: "cubic-bezier(0.42, 0, 1, 1)" },
|
|
7936
8142
|
"ease-out": { value: "cubic-bezier(0, 0, 0.58, 1)" },
|
|
7937
8143
|
"ease-in-out": { value: "cubic-bezier(0.42, 0, 0.58, 1)" },
|
|
@@ -7941,8 +8147,8 @@ var easings = defineTokens8.easings({
|
|
|
7941
8147
|
});
|
|
7942
8148
|
|
|
7943
8149
|
// src/theme/tokens/font-sizes.ts
|
|
7944
|
-
import { defineTokens as
|
|
7945
|
-
var fontSizes =
|
|
8150
|
+
import { defineTokens as defineTokens8 } from "@chakra-ui/react";
|
|
8151
|
+
var fontSizes = defineTokens8.fontSizes({
|
|
7946
8152
|
"2xs": { value: scaleToken("0.65rem") },
|
|
7947
8153
|
xs: { value: scaleToken("0.725rem") },
|
|
7948
8154
|
sm: { value: scaleToken("0.875rem") },
|
|
@@ -7960,8 +8166,8 @@ var fontSizes = defineTokens9.fontSizes({
|
|
|
7960
8166
|
});
|
|
7961
8167
|
|
|
7962
8168
|
// src/theme/tokens/font-weights.ts
|
|
7963
|
-
import { defineTokens as
|
|
7964
|
-
var fontWeights =
|
|
8169
|
+
import { defineTokens as defineTokens9 } from "@chakra-ui/react";
|
|
8170
|
+
var fontWeights = defineTokens9.fontWeights({
|
|
7965
8171
|
thin: { value: "100" },
|
|
7966
8172
|
extralight: { value: "200" },
|
|
7967
8173
|
light: { value: "300" },
|
|
@@ -7974,9 +8180,9 @@ var fontWeights = defineTokens10.fontWeights({
|
|
|
7974
8180
|
});
|
|
7975
8181
|
|
|
7976
8182
|
// src/theme/tokens/fonts.ts
|
|
7977
|
-
import { defineTokens as
|
|
8183
|
+
import { defineTokens as defineTokens10 } from "@chakra-ui/react";
|
|
7978
8184
|
var fallback = `-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`;
|
|
7979
|
-
var fonts =
|
|
8185
|
+
var fonts = defineTokens10.fonts({
|
|
7980
8186
|
heading: {
|
|
7981
8187
|
value: `Inter Variable, Inter, ${fallback}`
|
|
7982
8188
|
},
|
|
@@ -8148,8 +8354,8 @@ var keyframes = defineKeyframes({
|
|
|
8148
8354
|
});
|
|
8149
8355
|
|
|
8150
8356
|
// src/theme/tokens/letter-spacing.ts
|
|
8151
|
-
import { defineTokens as
|
|
8152
|
-
var letterSpacings =
|
|
8357
|
+
import { defineTokens as defineTokens11 } from "@chakra-ui/react";
|
|
8358
|
+
var letterSpacings = defineTokens11.letterSpacings({
|
|
8153
8359
|
tighter: { value: "-0.05em" },
|
|
8154
8360
|
tight: { value: "-0.025em" },
|
|
8155
8361
|
wide: { value: "0.025em" },
|
|
@@ -8158,8 +8364,8 @@ var letterSpacings = defineTokens12.letterSpacings({
|
|
|
8158
8364
|
});
|
|
8159
8365
|
|
|
8160
8366
|
// src/theme/tokens/line-heights.ts
|
|
8161
|
-
import { defineTokens as
|
|
8162
|
-
var lineHeights =
|
|
8367
|
+
import { defineTokens as defineTokens12 } from "@chakra-ui/react";
|
|
8368
|
+
var lineHeights = defineTokens12.lineHeights({
|
|
8163
8369
|
shorter: { value: scaleToken("1.25") },
|
|
8164
8370
|
short: { value: scaleToken("1.375") },
|
|
8165
8371
|
moderate: { value: scaleToken("1.5") },
|
|
@@ -8176,8 +8382,8 @@ var lineHeights = defineTokens13.lineHeights({
|
|
|
8176
8382
|
});
|
|
8177
8383
|
|
|
8178
8384
|
// src/theme/tokens/radius.ts
|
|
8179
|
-
import { defineTokens as
|
|
8180
|
-
var radii =
|
|
8385
|
+
import { defineTokens as defineTokens13 } from "@chakra-ui/react";
|
|
8386
|
+
var radii = defineTokens13.radii({
|
|
8181
8387
|
"2xs": {
|
|
8182
8388
|
value: radiusToken("0.0625rem")
|
|
8183
8389
|
},
|
|
@@ -8193,11 +8399,11 @@ var radii = defineTokens14.radii({
|
|
|
8193
8399
|
});
|
|
8194
8400
|
|
|
8195
8401
|
// src/theme/tokens/sizes.ts
|
|
8196
|
-
import { defineTokens as
|
|
8402
|
+
import { defineTokens as defineTokens15 } from "@chakra-ui/react";
|
|
8197
8403
|
|
|
8198
8404
|
// src/theme/tokens/spacing.ts
|
|
8199
|
-
import { defineTokens as
|
|
8200
|
-
var spacing =
|
|
8405
|
+
import { defineTokens as defineTokens14 } from "@chakra-ui/react";
|
|
8406
|
+
var spacing = defineTokens14.spacing({
|
|
8201
8407
|
0.5: { value: scaleToken("0.125rem") },
|
|
8202
8408
|
1: { value: scaleToken("0.25rem") },
|
|
8203
8409
|
1.5: { value: scaleToken("0.375rem") },
|
|
@@ -8233,7 +8439,7 @@ var spacing = defineTokens15.spacing({
|
|
|
8233
8439
|
});
|
|
8234
8440
|
|
|
8235
8441
|
// src/theme/tokens/sizes.ts
|
|
8236
|
-
var largeSizes =
|
|
8442
|
+
var largeSizes = defineTokens15.sizes({
|
|
8237
8443
|
"3xs": { value: "14rem" },
|
|
8238
8444
|
"2xs": { value: "16rem" },
|
|
8239
8445
|
xs: { value: "20rem" },
|
|
@@ -8249,7 +8455,7 @@ var largeSizes = defineTokens16.sizes({
|
|
|
8249
8455
|
"7xl": { value: "80rem" },
|
|
8250
8456
|
"8xl": { value: "90rem" }
|
|
8251
8457
|
});
|
|
8252
|
-
var namedSizes =
|
|
8458
|
+
var namedSizes = defineTokens15.sizes({
|
|
8253
8459
|
max: { value: "max-content" },
|
|
8254
8460
|
min: { value: "min-content" },
|
|
8255
8461
|
fit: { value: "fit-content" },
|
|
@@ -8264,7 +8470,7 @@ var namedSizes = defineTokens16.sizes({
|
|
|
8264
8470
|
vw: { value: "100vw" },
|
|
8265
8471
|
vh: { value: "100vh" }
|
|
8266
8472
|
});
|
|
8267
|
-
var fractionalSizes =
|
|
8473
|
+
var fractionalSizes = defineTokens15.sizes({
|
|
8268
8474
|
"1/2": { value: "50%" },
|
|
8269
8475
|
"1/3": { value: "33.333333%" },
|
|
8270
8476
|
"2/3": { value: "66.666667%" },
|
|
@@ -8291,7 +8497,7 @@ var fractionalSizes = defineTokens16.sizes({
|
|
|
8291
8497
|
"10/12": { value: "83.333333%" },
|
|
8292
8498
|
"11/12": { value: "91.666667%" }
|
|
8293
8499
|
});
|
|
8294
|
-
var sizes =
|
|
8500
|
+
var sizes = defineTokens15.sizes({
|
|
8295
8501
|
...largeSizes,
|
|
8296
8502
|
...spacing,
|
|
8297
8503
|
...fractionalSizes,
|
|
@@ -8299,8 +8505,8 @@ var sizes = defineTokens16.sizes({
|
|
|
8299
8505
|
});
|
|
8300
8506
|
|
|
8301
8507
|
// src/theme/tokens/z-indices.ts
|
|
8302
|
-
import { defineTokens as
|
|
8303
|
-
var zIndices =
|
|
8508
|
+
import { defineTokens as defineTokens16 } from "@chakra-ui/react";
|
|
8509
|
+
var zIndices = defineTokens16.zIndex({
|
|
8304
8510
|
// Local elements, eg a badge of an avatar.
|
|
8305
8511
|
"layer-1": {
|
|
8306
8512
|
value: 1
|
|
@@ -8380,40 +8586,52 @@ var defaultSystem = createSystem(defaultConfig);
|
|
|
8380
8586
|
|
|
8381
8587
|
// src/index.ts
|
|
8382
8588
|
import { createSystem as createSystem2 } from "@chakra-ui/react";
|
|
8383
|
-
|
|
8384
|
-
// src/provider/sui-provider.tsx
|
|
8385
|
-
import * as React from "react";
|
|
8386
|
-
import { ChakraProvider } from "@chakra-ui/react";
|
|
8387
|
-
import { jsx } from "react/jsx-runtime";
|
|
8388
|
-
var SuiContext = React.createContext({});
|
|
8389
|
-
function SuiProvider(props) {
|
|
8390
|
-
const { linkComponent, onError, children, ...rest } = props;
|
|
8391
|
-
const context = React.useMemo(
|
|
8392
|
-
() => ({
|
|
8393
|
-
linkComponent
|
|
8394
|
-
}),
|
|
8395
|
-
[]
|
|
8396
|
-
);
|
|
8397
|
-
return /* @__PURE__ */ jsx(SuiContext.Provider, { value: context, children: /* @__PURE__ */ jsx(ChakraProvider, { ...rest, children }) });
|
|
8398
|
-
}
|
|
8399
|
-
var useSui = () => React.useContext(SuiContext);
|
|
8400
|
-
|
|
8401
|
-
// src/provider/use-link.tsx
|
|
8402
|
-
import { chakra } from "@chakra-ui/react";
|
|
8403
|
-
function useLink() {
|
|
8404
|
-
const context = useSui();
|
|
8405
|
-
if (context == null ? void 0 : context.linkComponent) {
|
|
8406
|
-
return context.linkComponent;
|
|
8407
|
-
}
|
|
8408
|
-
return chakra.a;
|
|
8409
|
-
}
|
|
8410
8589
|
export {
|
|
8590
|
+
AppShell,
|
|
8591
|
+
Avatar,
|
|
8592
|
+
AvatarGroup,
|
|
8593
|
+
breadcrumb_exports as Breadcrumb,
|
|
8594
|
+
Button,
|
|
8595
|
+
Checkbox,
|
|
8596
|
+
CloseButton,
|
|
8597
|
+
Command,
|
|
8598
|
+
namespace_exports as Dialog,
|
|
8599
|
+
namespace_exports2 as Drawer,
|
|
8600
|
+
EmptyState,
|
|
8601
|
+
grid_list_exports as GridList,
|
|
8602
|
+
IconBadge,
|
|
8603
|
+
InputGroup,
|
|
8604
|
+
Link,
|
|
8605
|
+
loading_overlay_exports as LoadingOverlay,
|
|
8606
|
+
menu_exports as Menu,
|
|
8607
|
+
navbar_exports as Navbar,
|
|
8608
|
+
NumberInput,
|
|
8609
|
+
PasswordInput,
|
|
8610
|
+
Persona,
|
|
8611
|
+
PersonaAvatar,
|
|
8612
|
+
PinInput,
|
|
8613
|
+
Radio,
|
|
8614
|
+
RadioGroup,
|
|
8615
|
+
SearchInput,
|
|
8616
|
+
SegmentedControl,
|
|
8617
|
+
namespace_exports3 as Select,
|
|
8618
|
+
sidebar_exports as Sidebar,
|
|
8619
|
+
Spinner,
|
|
8620
|
+
steps_exports as Steps,
|
|
8411
8621
|
SuiContext,
|
|
8412
8622
|
SuiProvider,
|
|
8623
|
+
Switch,
|
|
8624
|
+
Toaster,
|
|
8625
|
+
Tooltip,
|
|
8413
8626
|
createSystem2 as createSystem,
|
|
8414
8627
|
defaultConfig,
|
|
8628
|
+
defaultPresenceOptions,
|
|
8415
8629
|
defaultSystem,
|
|
8630
|
+
toast,
|
|
8416
8631
|
useLink,
|
|
8632
|
+
useLoadingOverlayStyles,
|
|
8633
|
+
useSidebar,
|
|
8634
|
+
useSidebarItemStyles,
|
|
8635
|
+
useSidebarStyles,
|
|
8417
8636
|
useSui
|
|
8418
8637
|
};
|
|
8419
|
-
//# sourceMappingURL=index.js.map
|