@saas-ui/react 3.0.0-alpha.0 → 3.0.0-alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -0,0 +1,856 @@
|
|
1
|
+
declare const colors: {
|
2
|
+
transparent: {
|
3
|
+
value: string;
|
4
|
+
};
|
5
|
+
current: {
|
6
|
+
value: string;
|
7
|
+
};
|
8
|
+
black: {
|
9
|
+
value: string;
|
10
|
+
};
|
11
|
+
white: {
|
12
|
+
value: string;
|
13
|
+
};
|
14
|
+
whiteAlpha: {
|
15
|
+
50: {
|
16
|
+
value: string;
|
17
|
+
};
|
18
|
+
100: {
|
19
|
+
value: string;
|
20
|
+
};
|
21
|
+
200: {
|
22
|
+
value: string;
|
23
|
+
};
|
24
|
+
300: {
|
25
|
+
value: string;
|
26
|
+
};
|
27
|
+
400: {
|
28
|
+
value: string;
|
29
|
+
};
|
30
|
+
500: {
|
31
|
+
value: string;
|
32
|
+
};
|
33
|
+
600: {
|
34
|
+
value: string;
|
35
|
+
};
|
36
|
+
700: {
|
37
|
+
value: string;
|
38
|
+
};
|
39
|
+
800: {
|
40
|
+
value: string;
|
41
|
+
};
|
42
|
+
900: {
|
43
|
+
value: string;
|
44
|
+
};
|
45
|
+
950: {
|
46
|
+
value: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
blackAlpha: {
|
50
|
+
50: {
|
51
|
+
value: string;
|
52
|
+
};
|
53
|
+
100: {
|
54
|
+
value: string;
|
55
|
+
};
|
56
|
+
200: {
|
57
|
+
value: string;
|
58
|
+
};
|
59
|
+
300: {
|
60
|
+
value: string;
|
61
|
+
};
|
62
|
+
400: {
|
63
|
+
value: string;
|
64
|
+
};
|
65
|
+
500: {
|
66
|
+
value: string;
|
67
|
+
};
|
68
|
+
600: {
|
69
|
+
value: string;
|
70
|
+
};
|
71
|
+
700: {
|
72
|
+
value: string;
|
73
|
+
};
|
74
|
+
800: {
|
75
|
+
value: string;
|
76
|
+
};
|
77
|
+
900: {
|
78
|
+
value: string;
|
79
|
+
};
|
80
|
+
950: {
|
81
|
+
value: string;
|
82
|
+
};
|
83
|
+
};
|
84
|
+
slate: {
|
85
|
+
50: {
|
86
|
+
value: string;
|
87
|
+
};
|
88
|
+
100: {
|
89
|
+
value: string;
|
90
|
+
};
|
91
|
+
200: {
|
92
|
+
value: string;
|
93
|
+
};
|
94
|
+
300: {
|
95
|
+
value: string;
|
96
|
+
};
|
97
|
+
400: {
|
98
|
+
value: string;
|
99
|
+
};
|
100
|
+
500: {
|
101
|
+
value: string;
|
102
|
+
};
|
103
|
+
600: {
|
104
|
+
value: string;
|
105
|
+
};
|
106
|
+
700: {
|
107
|
+
value: string;
|
108
|
+
};
|
109
|
+
800: {
|
110
|
+
value: string;
|
111
|
+
};
|
112
|
+
900: {
|
113
|
+
value: string;
|
114
|
+
};
|
115
|
+
950: {
|
116
|
+
value: string;
|
117
|
+
};
|
118
|
+
};
|
119
|
+
gray: {
|
120
|
+
50: {
|
121
|
+
value: string;
|
122
|
+
};
|
123
|
+
100: {
|
124
|
+
value: string;
|
125
|
+
};
|
126
|
+
200: {
|
127
|
+
value: string;
|
128
|
+
};
|
129
|
+
300: {
|
130
|
+
value: string;
|
131
|
+
};
|
132
|
+
400: {
|
133
|
+
value: string;
|
134
|
+
};
|
135
|
+
500: {
|
136
|
+
value: string;
|
137
|
+
};
|
138
|
+
600: {
|
139
|
+
value: string;
|
140
|
+
};
|
141
|
+
700: {
|
142
|
+
value: string;
|
143
|
+
};
|
144
|
+
800: {
|
145
|
+
value: string;
|
146
|
+
};
|
147
|
+
900: {
|
148
|
+
value: string;
|
149
|
+
};
|
150
|
+
950: {
|
151
|
+
value: string;
|
152
|
+
};
|
153
|
+
};
|
154
|
+
zinc: {
|
155
|
+
50: {
|
156
|
+
value: string;
|
157
|
+
};
|
158
|
+
100: {
|
159
|
+
value: string;
|
160
|
+
};
|
161
|
+
200: {
|
162
|
+
value: string;
|
163
|
+
};
|
164
|
+
300: {
|
165
|
+
value: string;
|
166
|
+
};
|
167
|
+
400: {
|
168
|
+
value: string;
|
169
|
+
};
|
170
|
+
500: {
|
171
|
+
value: string;
|
172
|
+
};
|
173
|
+
600: {
|
174
|
+
value: string;
|
175
|
+
};
|
176
|
+
700: {
|
177
|
+
value: string;
|
178
|
+
};
|
179
|
+
800: {
|
180
|
+
value: string;
|
181
|
+
};
|
182
|
+
900: {
|
183
|
+
value: string;
|
184
|
+
};
|
185
|
+
950: {
|
186
|
+
value: string;
|
187
|
+
};
|
188
|
+
};
|
189
|
+
neutral: {
|
190
|
+
50: {
|
191
|
+
value: string;
|
192
|
+
};
|
193
|
+
100: {
|
194
|
+
value: string;
|
195
|
+
};
|
196
|
+
200: {
|
197
|
+
value: string;
|
198
|
+
};
|
199
|
+
300: {
|
200
|
+
value: string;
|
201
|
+
};
|
202
|
+
400: {
|
203
|
+
value: string;
|
204
|
+
};
|
205
|
+
500: {
|
206
|
+
value: string;
|
207
|
+
};
|
208
|
+
600: {
|
209
|
+
value: string;
|
210
|
+
};
|
211
|
+
700: {
|
212
|
+
value: string;
|
213
|
+
};
|
214
|
+
800: {
|
215
|
+
value: string;
|
216
|
+
};
|
217
|
+
900: {
|
218
|
+
value: string;
|
219
|
+
};
|
220
|
+
950: {
|
221
|
+
value: string;
|
222
|
+
};
|
223
|
+
};
|
224
|
+
stone: {
|
225
|
+
50: {
|
226
|
+
value: string;
|
227
|
+
};
|
228
|
+
100: {
|
229
|
+
value: string;
|
230
|
+
};
|
231
|
+
200: {
|
232
|
+
value: string;
|
233
|
+
};
|
234
|
+
300: {
|
235
|
+
value: string;
|
236
|
+
};
|
237
|
+
400: {
|
238
|
+
value: string;
|
239
|
+
};
|
240
|
+
500: {
|
241
|
+
value: string;
|
242
|
+
};
|
243
|
+
600: {
|
244
|
+
value: string;
|
245
|
+
};
|
246
|
+
700: {
|
247
|
+
value: string;
|
248
|
+
};
|
249
|
+
800: {
|
250
|
+
value: string;
|
251
|
+
};
|
252
|
+
900: {
|
253
|
+
value: string;
|
254
|
+
};
|
255
|
+
950: {
|
256
|
+
value: string;
|
257
|
+
};
|
258
|
+
};
|
259
|
+
red: {
|
260
|
+
50: {
|
261
|
+
value: string;
|
262
|
+
};
|
263
|
+
100: {
|
264
|
+
value: string;
|
265
|
+
};
|
266
|
+
200: {
|
267
|
+
value: string;
|
268
|
+
};
|
269
|
+
300: {
|
270
|
+
value: string;
|
271
|
+
};
|
272
|
+
400: {
|
273
|
+
value: string;
|
274
|
+
};
|
275
|
+
500: {
|
276
|
+
value: string;
|
277
|
+
};
|
278
|
+
600: {
|
279
|
+
value: string;
|
280
|
+
};
|
281
|
+
700: {
|
282
|
+
value: string;
|
283
|
+
};
|
284
|
+
800: {
|
285
|
+
value: string;
|
286
|
+
};
|
287
|
+
900: {
|
288
|
+
value: string;
|
289
|
+
};
|
290
|
+
950: {
|
291
|
+
value: string;
|
292
|
+
};
|
293
|
+
};
|
294
|
+
orange: {
|
295
|
+
50: {
|
296
|
+
value: string;
|
297
|
+
};
|
298
|
+
100: {
|
299
|
+
value: string;
|
300
|
+
};
|
301
|
+
200: {
|
302
|
+
value: string;
|
303
|
+
};
|
304
|
+
300: {
|
305
|
+
value: string;
|
306
|
+
};
|
307
|
+
400: {
|
308
|
+
value: string;
|
309
|
+
};
|
310
|
+
500: {
|
311
|
+
value: string;
|
312
|
+
};
|
313
|
+
600: {
|
314
|
+
value: string;
|
315
|
+
};
|
316
|
+
700: {
|
317
|
+
value: string;
|
318
|
+
};
|
319
|
+
800: {
|
320
|
+
value: string;
|
321
|
+
};
|
322
|
+
900: {
|
323
|
+
value: string;
|
324
|
+
};
|
325
|
+
950: {
|
326
|
+
value: string;
|
327
|
+
};
|
328
|
+
};
|
329
|
+
amber: {
|
330
|
+
50: {
|
331
|
+
value: string;
|
332
|
+
};
|
333
|
+
100: {
|
334
|
+
value: string;
|
335
|
+
};
|
336
|
+
200: {
|
337
|
+
value: string;
|
338
|
+
};
|
339
|
+
300: {
|
340
|
+
value: string;
|
341
|
+
};
|
342
|
+
400: {
|
343
|
+
value: string;
|
344
|
+
};
|
345
|
+
500: {
|
346
|
+
value: string;
|
347
|
+
};
|
348
|
+
600: {
|
349
|
+
value: string;
|
350
|
+
};
|
351
|
+
700: {
|
352
|
+
value: string;
|
353
|
+
};
|
354
|
+
800: {
|
355
|
+
value: string;
|
356
|
+
};
|
357
|
+
900: {
|
358
|
+
value: string;
|
359
|
+
};
|
360
|
+
950: {
|
361
|
+
value: string;
|
362
|
+
};
|
363
|
+
};
|
364
|
+
yellow: {
|
365
|
+
50: {
|
366
|
+
value: string;
|
367
|
+
};
|
368
|
+
100: {
|
369
|
+
value: string;
|
370
|
+
};
|
371
|
+
200: {
|
372
|
+
value: string;
|
373
|
+
};
|
374
|
+
300: {
|
375
|
+
value: string;
|
376
|
+
};
|
377
|
+
400: {
|
378
|
+
value: string;
|
379
|
+
};
|
380
|
+
500: {
|
381
|
+
value: string;
|
382
|
+
};
|
383
|
+
600: {
|
384
|
+
value: string;
|
385
|
+
};
|
386
|
+
700: {
|
387
|
+
value: string;
|
388
|
+
};
|
389
|
+
800: {
|
390
|
+
value: string;
|
391
|
+
};
|
392
|
+
900: {
|
393
|
+
value: string;
|
394
|
+
};
|
395
|
+
950: {
|
396
|
+
value: string;
|
397
|
+
};
|
398
|
+
};
|
399
|
+
lime: {
|
400
|
+
50: {
|
401
|
+
value: string;
|
402
|
+
};
|
403
|
+
100: {
|
404
|
+
value: string;
|
405
|
+
};
|
406
|
+
200: {
|
407
|
+
value: string;
|
408
|
+
};
|
409
|
+
300: {
|
410
|
+
value: string;
|
411
|
+
};
|
412
|
+
400: {
|
413
|
+
value: string;
|
414
|
+
};
|
415
|
+
500: {
|
416
|
+
value: string;
|
417
|
+
};
|
418
|
+
600: {
|
419
|
+
value: string;
|
420
|
+
};
|
421
|
+
700: {
|
422
|
+
value: string;
|
423
|
+
};
|
424
|
+
800: {
|
425
|
+
value: string;
|
426
|
+
};
|
427
|
+
900: {
|
428
|
+
value: string;
|
429
|
+
};
|
430
|
+
950: {
|
431
|
+
value: string;
|
432
|
+
};
|
433
|
+
};
|
434
|
+
green: {
|
435
|
+
50: {
|
436
|
+
value: string;
|
437
|
+
};
|
438
|
+
100: {
|
439
|
+
value: string;
|
440
|
+
};
|
441
|
+
200: {
|
442
|
+
value: string;
|
443
|
+
};
|
444
|
+
300: {
|
445
|
+
value: string;
|
446
|
+
};
|
447
|
+
400: {
|
448
|
+
value: string;
|
449
|
+
};
|
450
|
+
500: {
|
451
|
+
value: string;
|
452
|
+
};
|
453
|
+
600: {
|
454
|
+
value: string;
|
455
|
+
};
|
456
|
+
700: {
|
457
|
+
value: string;
|
458
|
+
};
|
459
|
+
800: {
|
460
|
+
value: string;
|
461
|
+
};
|
462
|
+
900: {
|
463
|
+
value: string;
|
464
|
+
};
|
465
|
+
950: {
|
466
|
+
value: string;
|
467
|
+
};
|
468
|
+
};
|
469
|
+
emerald: {
|
470
|
+
50: {
|
471
|
+
value: string;
|
472
|
+
};
|
473
|
+
100: {
|
474
|
+
value: string;
|
475
|
+
};
|
476
|
+
200: {
|
477
|
+
value: string;
|
478
|
+
};
|
479
|
+
300: {
|
480
|
+
value: string;
|
481
|
+
};
|
482
|
+
400: {
|
483
|
+
value: string;
|
484
|
+
};
|
485
|
+
500: {
|
486
|
+
value: string;
|
487
|
+
};
|
488
|
+
600: {
|
489
|
+
value: string;
|
490
|
+
};
|
491
|
+
700: {
|
492
|
+
value: string;
|
493
|
+
};
|
494
|
+
800: {
|
495
|
+
value: string;
|
496
|
+
};
|
497
|
+
900: {
|
498
|
+
value: string;
|
499
|
+
};
|
500
|
+
950: {
|
501
|
+
value: string;
|
502
|
+
};
|
503
|
+
};
|
504
|
+
teal: {
|
505
|
+
50: {
|
506
|
+
value: string;
|
507
|
+
};
|
508
|
+
100: {
|
509
|
+
value: string;
|
510
|
+
};
|
511
|
+
200: {
|
512
|
+
value: string;
|
513
|
+
};
|
514
|
+
300: {
|
515
|
+
value: string;
|
516
|
+
};
|
517
|
+
400: {
|
518
|
+
value: string;
|
519
|
+
};
|
520
|
+
500: {
|
521
|
+
value: string;
|
522
|
+
};
|
523
|
+
600: {
|
524
|
+
value: string;
|
525
|
+
};
|
526
|
+
700: {
|
527
|
+
value: string;
|
528
|
+
};
|
529
|
+
800: {
|
530
|
+
value: string;
|
531
|
+
};
|
532
|
+
900: {
|
533
|
+
value: string;
|
534
|
+
};
|
535
|
+
950: {
|
536
|
+
value: string;
|
537
|
+
};
|
538
|
+
};
|
539
|
+
cyan: {
|
540
|
+
50: {
|
541
|
+
value: string;
|
542
|
+
};
|
543
|
+
100: {
|
544
|
+
value: string;
|
545
|
+
};
|
546
|
+
200: {
|
547
|
+
value: string;
|
548
|
+
};
|
549
|
+
300: {
|
550
|
+
value: string;
|
551
|
+
};
|
552
|
+
400: {
|
553
|
+
value: string;
|
554
|
+
};
|
555
|
+
500: {
|
556
|
+
value: string;
|
557
|
+
};
|
558
|
+
600: {
|
559
|
+
value: string;
|
560
|
+
};
|
561
|
+
700: {
|
562
|
+
value: string;
|
563
|
+
};
|
564
|
+
800: {
|
565
|
+
value: string;
|
566
|
+
};
|
567
|
+
900: {
|
568
|
+
value: string;
|
569
|
+
};
|
570
|
+
950: {
|
571
|
+
value: string;
|
572
|
+
};
|
573
|
+
};
|
574
|
+
sky: {
|
575
|
+
50: {
|
576
|
+
value: string;
|
577
|
+
};
|
578
|
+
100: {
|
579
|
+
value: string;
|
580
|
+
};
|
581
|
+
200: {
|
582
|
+
value: string;
|
583
|
+
};
|
584
|
+
300: {
|
585
|
+
value: string;
|
586
|
+
};
|
587
|
+
400: {
|
588
|
+
value: string;
|
589
|
+
};
|
590
|
+
500: {
|
591
|
+
value: string;
|
592
|
+
};
|
593
|
+
600: {
|
594
|
+
value: string;
|
595
|
+
};
|
596
|
+
700: {
|
597
|
+
value: string;
|
598
|
+
};
|
599
|
+
800: {
|
600
|
+
value: string;
|
601
|
+
};
|
602
|
+
900: {
|
603
|
+
value: string;
|
604
|
+
};
|
605
|
+
950: {
|
606
|
+
value: string;
|
607
|
+
};
|
608
|
+
};
|
609
|
+
blue: {
|
610
|
+
50: {
|
611
|
+
value: string;
|
612
|
+
};
|
613
|
+
100: {
|
614
|
+
value: string;
|
615
|
+
};
|
616
|
+
200: {
|
617
|
+
value: string;
|
618
|
+
};
|
619
|
+
300: {
|
620
|
+
value: string;
|
621
|
+
};
|
622
|
+
400: {
|
623
|
+
value: string;
|
624
|
+
};
|
625
|
+
500: {
|
626
|
+
value: string;
|
627
|
+
};
|
628
|
+
600: {
|
629
|
+
value: string;
|
630
|
+
};
|
631
|
+
700: {
|
632
|
+
value: string;
|
633
|
+
};
|
634
|
+
800: {
|
635
|
+
value: string;
|
636
|
+
};
|
637
|
+
900: {
|
638
|
+
value: string;
|
639
|
+
};
|
640
|
+
950: {
|
641
|
+
value: string;
|
642
|
+
};
|
643
|
+
};
|
644
|
+
indigo: {
|
645
|
+
50: {
|
646
|
+
value: string;
|
647
|
+
};
|
648
|
+
100: {
|
649
|
+
value: string;
|
650
|
+
};
|
651
|
+
200: {
|
652
|
+
value: string;
|
653
|
+
};
|
654
|
+
300: {
|
655
|
+
value: string;
|
656
|
+
};
|
657
|
+
400: {
|
658
|
+
value: string;
|
659
|
+
};
|
660
|
+
500: {
|
661
|
+
value: string;
|
662
|
+
};
|
663
|
+
600: {
|
664
|
+
value: string;
|
665
|
+
};
|
666
|
+
700: {
|
667
|
+
value: string;
|
668
|
+
};
|
669
|
+
800: {
|
670
|
+
value: string;
|
671
|
+
};
|
672
|
+
900: {
|
673
|
+
value: string;
|
674
|
+
};
|
675
|
+
950: {
|
676
|
+
value: string;
|
677
|
+
};
|
678
|
+
};
|
679
|
+
violet: {
|
680
|
+
50: {
|
681
|
+
value: string;
|
682
|
+
};
|
683
|
+
100: {
|
684
|
+
value: string;
|
685
|
+
};
|
686
|
+
200: {
|
687
|
+
value: string;
|
688
|
+
};
|
689
|
+
300: {
|
690
|
+
value: string;
|
691
|
+
};
|
692
|
+
400: {
|
693
|
+
value: string;
|
694
|
+
};
|
695
|
+
500: {
|
696
|
+
value: string;
|
697
|
+
};
|
698
|
+
600: {
|
699
|
+
value: string;
|
700
|
+
};
|
701
|
+
700: {
|
702
|
+
value: string;
|
703
|
+
};
|
704
|
+
800: {
|
705
|
+
value: string;
|
706
|
+
};
|
707
|
+
900: {
|
708
|
+
value: string;
|
709
|
+
};
|
710
|
+
950: {
|
711
|
+
value: string;
|
712
|
+
};
|
713
|
+
};
|
714
|
+
purple: {
|
715
|
+
50: {
|
716
|
+
value: string;
|
717
|
+
};
|
718
|
+
100: {
|
719
|
+
value: string;
|
720
|
+
};
|
721
|
+
200: {
|
722
|
+
value: string;
|
723
|
+
};
|
724
|
+
300: {
|
725
|
+
value: string;
|
726
|
+
};
|
727
|
+
400: {
|
728
|
+
value: string;
|
729
|
+
};
|
730
|
+
500: {
|
731
|
+
value: string;
|
732
|
+
};
|
733
|
+
600: {
|
734
|
+
value: string;
|
735
|
+
};
|
736
|
+
700: {
|
737
|
+
value: string;
|
738
|
+
};
|
739
|
+
800: {
|
740
|
+
value: string;
|
741
|
+
};
|
742
|
+
900: {
|
743
|
+
value: string;
|
744
|
+
};
|
745
|
+
950: {
|
746
|
+
value: string;
|
747
|
+
};
|
748
|
+
};
|
749
|
+
fuchsia: {
|
750
|
+
50: {
|
751
|
+
value: string;
|
752
|
+
};
|
753
|
+
100: {
|
754
|
+
value: string;
|
755
|
+
};
|
756
|
+
200: {
|
757
|
+
value: string;
|
758
|
+
};
|
759
|
+
300: {
|
760
|
+
value: string;
|
761
|
+
};
|
762
|
+
400: {
|
763
|
+
value: string;
|
764
|
+
};
|
765
|
+
500: {
|
766
|
+
value: string;
|
767
|
+
};
|
768
|
+
600: {
|
769
|
+
value: string;
|
770
|
+
};
|
771
|
+
700: {
|
772
|
+
value: string;
|
773
|
+
};
|
774
|
+
800: {
|
775
|
+
value: string;
|
776
|
+
};
|
777
|
+
900: {
|
778
|
+
value: string;
|
779
|
+
};
|
780
|
+
950: {
|
781
|
+
value: string;
|
782
|
+
};
|
783
|
+
};
|
784
|
+
pink: {
|
785
|
+
50: {
|
786
|
+
value: string;
|
787
|
+
};
|
788
|
+
100: {
|
789
|
+
value: string;
|
790
|
+
};
|
791
|
+
200: {
|
792
|
+
value: string;
|
793
|
+
};
|
794
|
+
300: {
|
795
|
+
value: string;
|
796
|
+
};
|
797
|
+
400: {
|
798
|
+
value: string;
|
799
|
+
};
|
800
|
+
500: {
|
801
|
+
value: string;
|
802
|
+
};
|
803
|
+
600: {
|
804
|
+
value: string;
|
805
|
+
};
|
806
|
+
700: {
|
807
|
+
value: string;
|
808
|
+
};
|
809
|
+
800: {
|
810
|
+
value: string;
|
811
|
+
};
|
812
|
+
900: {
|
813
|
+
value: string;
|
814
|
+
};
|
815
|
+
950: {
|
816
|
+
value: string;
|
817
|
+
};
|
818
|
+
};
|
819
|
+
rose: {
|
820
|
+
50: {
|
821
|
+
value: string;
|
822
|
+
};
|
823
|
+
100: {
|
824
|
+
value: string;
|
825
|
+
};
|
826
|
+
200: {
|
827
|
+
value: string;
|
828
|
+
};
|
829
|
+
300: {
|
830
|
+
value: string;
|
831
|
+
};
|
832
|
+
400: {
|
833
|
+
value: string;
|
834
|
+
};
|
835
|
+
500: {
|
836
|
+
value: string;
|
837
|
+
};
|
838
|
+
600: {
|
839
|
+
value: string;
|
840
|
+
};
|
841
|
+
700: {
|
842
|
+
value: string;
|
843
|
+
};
|
844
|
+
800: {
|
845
|
+
value: string;
|
846
|
+
};
|
847
|
+
900: {
|
848
|
+
value: string;
|
849
|
+
};
|
850
|
+
950: {
|
851
|
+
value: string;
|
852
|
+
};
|
853
|
+
};
|
854
|
+
};
|
855
|
+
|
856
|
+
export { colors };
|