squarex-ui-component-lib 1.0.3 → 1.0.5
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/dist/charts/components/ui/Avatar/Avatar.types.d.ts +1 -1
- package/dist/charts/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
- package/dist/charts/components/ui/Avatar/AvatarBlock.d.ts +13 -0
- package/dist/charts/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
- package/dist/charts/components/ui/Avatar/AvatarGroup.d.ts +14 -0
- package/dist/charts/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
- package/dist/charts/components/ui/Avatar/index.d.ts +3 -1
- package/dist/charts/components/ui/Avatar/index.d.ts.map +1 -1
- package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/charts/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/charts/components/ui/Button/Button.d.ts.map +1 -1
- package/dist/charts/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
- package/dist/charts/components/ui/Cell/Cell.d.ts.map +1 -1
- package/dist/charts/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/charts/components/ui/IconButton/IconButton.d.ts.map +1 -1
- package/dist/charts/components/ui/InputField/InputField.d.ts +5 -0
- package/dist/charts/components/ui/InputField/InputField.d.ts.map +1 -0
- package/dist/charts/components/ui/InputField/InputField.types.d.ts +27 -0
- package/dist/charts/components/ui/InputField/InputField.types.d.ts.map +1 -0
- package/dist/charts/components/ui/InputField/index.d.ts +3 -0
- package/dist/charts/components/ui/InputField/index.d.ts.map +1 -0
- package/dist/charts/components/ui/ListSearch/ListSearch.d.ts +5 -0
- package/dist/charts/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
- package/dist/charts/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
- package/dist/charts/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
- package/dist/charts/components/ui/ListSearch/index.d.ts +3 -0
- package/dist/charts/components/ui/ListSearch/index.d.ts.map +1 -0
- package/dist/charts/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
- package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
- package/dist/charts/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
- package/dist/charts/components/ui/TextArea/TextArea.d.ts +0 -9
- package/dist/charts/components/ui/TextArea/TextArea.d.ts.map +1 -1
- package/dist/charts/components/ui/Toast/Toast.d.ts +11 -0
- package/dist/charts/components/ui/Toast/Toast.d.ts.map +1 -0
- package/dist/charts/components/ui/Toast/Toast.types.d.ts +2 -0
- package/dist/charts/components/ui/Toast/Toast.types.d.ts.map +1 -0
- package/dist/charts/components/ui/Toast/index.d.ts +3 -0
- package/dist/charts/components/ui/Toast/index.d.ts.map +1 -0
- package/dist/charts/components/ui/index.d.ts +8 -2
- package/dist/charts/components/ui/index.d.ts.map +1 -1
- package/dist/charts/index.d.ts +3 -0
- package/dist/charts/index.d.ts.map +1 -1
- package/dist/charts/tokens/core/breakpoints.d.ts +23 -0
- package/dist/charts/tokens/core/breakpoints.d.ts.map +1 -0
- package/dist/charts/tokens/core/colors.d.ts +186 -0
- package/dist/charts/tokens/core/colors.d.ts.map +1 -0
- package/dist/charts/tokens/core/index.d.ts +20 -0
- package/dist/charts/tokens/core/index.d.ts.map +1 -0
- package/dist/charts/tokens/core/spacing.d.ts +105 -0
- package/dist/charts/tokens/core/spacing.d.ts.map +1 -0
- package/dist/charts/tokens/core/typography.d.ts +52 -0
- package/dist/charts/tokens/core/typography.d.ts.map +1 -0
- package/dist/charts/tokens/index.d.ts +1646 -0
- package/dist/charts/tokens/index.d.ts.map +1 -0
- package/dist/charts/tokens/js/tokens.d.ts +482 -0
- package/dist/charts/tokens/js/tokens.d.ts.map +1 -0
- package/dist/charts/tokens/semantic/colors.d.ts +320 -0
- package/dist/charts/tokens/semantic/colors.d.ts.map +1 -0
- package/dist/charts/tokens/semantic/effects.d.ts +62 -0
- package/dist/charts/tokens/semantic/effects.d.ts.map +1 -0
- package/dist/charts/tokens/semantic/index.d.ts +18 -0
- package/dist/charts/tokens/semantic/index.d.ts.map +1 -0
- package/dist/charts/tokens/semantic/typography.d.ts +266 -0
- package/dist/charts/tokens/semantic/typography.d.ts.map +1 -0
- package/dist/charts/tokens/tailwind/config.d.ts +151 -0
- package/dist/charts/tokens/tailwind/config.d.ts.map +1 -0
- package/dist/charts/tokens/tailwind/index.d.ts +7 -0
- package/dist/charts/tokens/tailwind/index.d.ts.map +1 -0
- package/dist/charts/tokens/themes/dark.d.ts +308 -0
- package/dist/charts/tokens/themes/dark.d.ts.map +1 -0
- package/dist/charts/tokens/themes/index.d.ts +9 -0
- package/dist/charts/tokens/themes/index.d.ts.map +1 -0
- package/dist/charts/tokens/themes/light.d.ts +308 -0
- package/dist/charts/tokens/themes/light.d.ts.map +1 -0
- package/dist/charts/tokens/utils/cssVariables.d.ts +26 -0
- package/dist/charts/tokens/utils/cssVariables.d.ts.map +1 -0
- package/dist/charts/tokens/utils/hooks.d.ts +773 -0
- package/dist/charts/tokens/utils/hooks.d.ts.map +1 -0
- package/dist/charts/tokens/utils/index.d.ts +7 -0
- package/dist/charts/tokens/utils/index.d.ts.map +1 -0
- package/dist/charts/types/ui.d.ts +42 -1
- package/dist/charts/types/ui.d.ts.map +1 -1
- package/dist/components/ui/Avatar/Avatar.types.d.ts +1 -1
- package/dist/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
- package/dist/components/ui/Avatar/AvatarBlock.d.ts +13 -0
- package/dist/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
- package/dist/components/ui/Avatar/AvatarGroup.d.ts +14 -0
- package/dist/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
- package/dist/components/ui/Avatar/index.d.ts +3 -1
- package/dist/components/ui/Avatar/index.d.ts.map +1 -1
- package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/Button/Button.d.ts.map +1 -1
- package/dist/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
- package/dist/components/ui/Cell/Cell.d.ts.map +1 -1
- package/dist/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/ui/IconButton/IconButton.d.ts.map +1 -1
- package/dist/components/ui/InputField/InputField.d.ts +5 -0
- package/dist/components/ui/InputField/InputField.d.ts.map +1 -0
- package/dist/components/ui/InputField/InputField.types.d.ts +27 -0
- package/dist/components/ui/InputField/InputField.types.d.ts.map +1 -0
- package/dist/components/ui/InputField/index.d.ts +3 -0
- package/dist/components/ui/InputField/index.d.ts.map +1 -0
- package/dist/components/ui/ListSearch/ListSearch.d.ts +5 -0
- package/dist/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
- package/dist/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
- package/dist/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
- package/dist/components/ui/ListSearch/index.d.ts +3 -0
- package/dist/components/ui/ListSearch/index.d.ts.map +1 -0
- package/dist/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
- package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
- package/dist/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
- package/dist/components/ui/TextArea/TextArea.d.ts +0 -9
- package/dist/components/ui/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/ui/Toast/Toast.d.ts +11 -0
- package/dist/components/ui/Toast/Toast.d.ts.map +1 -0
- package/dist/components/ui/Toast/Toast.types.d.ts +2 -0
- package/dist/components/ui/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/ui/Toast/index.d.ts +3 -0
- package/dist/components/ui/Toast/index.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +8 -2
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tokens/core/breakpoints.d.ts +23 -0
- package/dist/tokens/core/breakpoints.d.ts.map +1 -0
- package/dist/tokens/core/colors.d.ts +186 -0
- package/dist/tokens/core/colors.d.ts.map +1 -0
- package/dist/tokens/core/index.d.ts +20 -0
- package/dist/tokens/core/index.d.ts.map +1 -0
- package/dist/tokens/core/spacing.d.ts +105 -0
- package/dist/tokens/core/spacing.d.ts.map +1 -0
- package/dist/tokens/core/typography.d.ts +52 -0
- package/dist/tokens/core/typography.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +1646 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/js/tokens.d.ts +482 -0
- package/dist/tokens/js/tokens.d.ts.map +1 -0
- package/dist/tokens/semantic/colors.d.ts +320 -0
- package/dist/tokens/semantic/colors.d.ts.map +1 -0
- package/dist/tokens/semantic/effects.d.ts +62 -0
- package/dist/tokens/semantic/effects.d.ts.map +1 -0
- package/dist/tokens/semantic/index.d.ts +18 -0
- package/dist/tokens/semantic/index.d.ts.map +1 -0
- package/dist/tokens/semantic/typography.d.ts +266 -0
- package/dist/tokens/semantic/typography.d.ts.map +1 -0
- package/dist/tokens/tailwind/config.d.ts +151 -0
- package/dist/tokens/tailwind/config.d.ts.map +1 -0
- package/dist/tokens/tailwind/index.d.ts +7 -0
- package/dist/tokens/tailwind/index.d.ts.map +1 -0
- package/dist/tokens/themes/dark.d.ts +308 -0
- package/dist/tokens/themes/dark.d.ts.map +1 -0
- package/dist/tokens/themes/index.d.ts +9 -0
- package/dist/tokens/themes/index.d.ts.map +1 -0
- package/dist/tokens/themes/light.d.ts +308 -0
- package/dist/tokens/themes/light.d.ts.map +1 -0
- package/dist/tokens/utils/cssVariables.d.ts +26 -0
- package/dist/tokens/utils/cssVariables.d.ts.map +1 -0
- package/dist/tokens/utils/hooks.d.ts +773 -0
- package/dist/tokens/utils/hooks.d.ts.map +1 -0
- package/dist/tokens/utils/index.d.ts +7 -0
- package/dist/tokens/utils/index.d.ts.map +1 -0
- package/dist/types/ui.d.ts +42 -1
- package/dist/types/ui.d.ts.map +1 -1
- package/dist/ui/components/ui/Avatar/Avatar.types.d.ts +1 -1
- package/dist/ui/components/ui/Avatar/Avatar.types.d.ts.map +1 -1
- package/dist/ui/components/ui/Avatar/AvatarBlock.d.ts +13 -0
- package/dist/ui/components/ui/Avatar/AvatarBlock.d.ts.map +1 -0
- package/dist/ui/components/ui/Avatar/AvatarGroup.d.ts +14 -0
- package/dist/ui/components/ui/Avatar/AvatarGroup.d.ts.map +1 -0
- package/dist/ui/components/ui/Avatar/index.d.ts +3 -1
- package/dist/ui/components/ui/Avatar/index.d.ts.map +1 -1
- package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/ui/components/ui/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/ui/components/ui/Button/Button.d.ts.map +1 -1
- package/dist/ui/components/ui/ButtonDanger/ButtonDanger.d.ts.map +1 -1
- package/dist/ui/components/ui/Cell/Cell.d.ts.map +1 -1
- package/dist/ui/components/ui/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/ui/components/ui/IconButton/IconButton.d.ts.map +1 -1
- package/dist/ui/components/ui/InputField/InputField.d.ts +5 -0
- package/dist/ui/components/ui/InputField/InputField.d.ts.map +1 -0
- package/dist/ui/components/ui/InputField/InputField.types.d.ts +27 -0
- package/dist/ui/components/ui/InputField/InputField.types.d.ts.map +1 -0
- package/dist/ui/components/ui/InputField/index.d.ts +3 -0
- package/dist/ui/components/ui/InputField/index.d.ts.map +1 -0
- package/dist/ui/components/ui/ListSearch/ListSearch.d.ts +5 -0
- package/dist/ui/components/ui/ListSearch/ListSearch.d.ts.map +1 -0
- package/dist/ui/components/ui/ListSearch/ListSearch.types.d.ts +2 -0
- package/dist/ui/components/ui/ListSearch/ListSearch.types.d.ts.map +1 -0
- package/dist/ui/components/ui/ListSearch/index.d.ts +3 -0
- package/dist/ui/components/ui/ListSearch/index.d.ts.map +1 -0
- package/dist/ui/components/ui/StatusIndicator/StatusIndicator.d.ts.map +1 -1
- package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts +1 -1
- package/dist/ui/components/ui/StatusIndicator/StatusIndicator.types.d.ts.map +1 -1
- package/dist/ui/components/ui/TextArea/TextArea.d.ts +0 -9
- package/dist/ui/components/ui/TextArea/TextArea.d.ts.map +1 -1
- package/dist/ui/components/ui/Toast/Toast.d.ts +11 -0
- package/dist/ui/components/ui/Toast/Toast.d.ts.map +1 -0
- package/dist/ui/components/ui/Toast/Toast.types.d.ts +2 -0
- package/dist/ui/components/ui/Toast/Toast.types.d.ts.map +1 -0
- package/dist/ui/components/ui/Toast/index.d.ts +3 -0
- package/dist/ui/components/ui/Toast/index.d.ts.map +1 -0
- package/dist/ui/components/ui/index.d.ts +8 -2
- package/dist/ui/components/ui/index.d.ts.map +1 -1
- package/dist/ui/index.d.ts +3 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.esm.css +1 -1
- package/dist/ui/index.esm.js +1 -1
- package/dist/ui/index.esm.js.map +1 -1
- package/dist/ui/tokens/core/breakpoints.d.ts +23 -0
- package/dist/ui/tokens/core/breakpoints.d.ts.map +1 -0
- package/dist/ui/tokens/core/colors.d.ts +186 -0
- package/dist/ui/tokens/core/colors.d.ts.map +1 -0
- package/dist/ui/tokens/core/index.d.ts +20 -0
- package/dist/ui/tokens/core/index.d.ts.map +1 -0
- package/dist/ui/tokens/core/spacing.d.ts +105 -0
- package/dist/ui/tokens/core/spacing.d.ts.map +1 -0
- package/dist/ui/tokens/core/typography.d.ts +52 -0
- package/dist/ui/tokens/core/typography.d.ts.map +1 -0
- package/dist/ui/tokens/index.d.ts +1646 -0
- package/dist/ui/tokens/index.d.ts.map +1 -0
- package/dist/ui/tokens/js/tokens.d.ts +482 -0
- package/dist/ui/tokens/js/tokens.d.ts.map +1 -0
- package/dist/ui/tokens/semantic/colors.d.ts +320 -0
- package/dist/ui/tokens/semantic/colors.d.ts.map +1 -0
- package/dist/ui/tokens/semantic/effects.d.ts +62 -0
- package/dist/ui/tokens/semantic/effects.d.ts.map +1 -0
- package/dist/ui/tokens/semantic/index.d.ts +18 -0
- package/dist/ui/tokens/semantic/index.d.ts.map +1 -0
- package/dist/ui/tokens/semantic/typography.d.ts +266 -0
- package/dist/ui/tokens/semantic/typography.d.ts.map +1 -0
- package/dist/ui/tokens/tailwind/config.d.ts +151 -0
- package/dist/ui/tokens/tailwind/config.d.ts.map +1 -0
- package/dist/ui/tokens/tailwind/index.d.ts +7 -0
- package/dist/ui/tokens/tailwind/index.d.ts.map +1 -0
- package/dist/ui/tokens/themes/dark.d.ts +308 -0
- package/dist/ui/tokens/themes/dark.d.ts.map +1 -0
- package/dist/ui/tokens/themes/index.d.ts +9 -0
- package/dist/ui/tokens/themes/index.d.ts.map +1 -0
- package/dist/ui/tokens/themes/light.d.ts +308 -0
- package/dist/ui/tokens/themes/light.d.ts.map +1 -0
- package/dist/ui/tokens/utils/cssVariables.d.ts +26 -0
- package/dist/ui/tokens/utils/cssVariables.d.ts.map +1 -0
- package/dist/ui/tokens/utils/hooks.d.ts +773 -0
- package/dist/ui/tokens/utils/hooks.d.ts.map +1 -0
- package/dist/ui/tokens/utils/index.d.ts +7 -0
- package/dist/ui/tokens/utils/index.d.ts.map +1 -0
- package/dist/ui/types/ui.d.ts +42 -1
- package/dist/ui/types/ui.d.ts.map +1 -1
- package/package.json +20 -7
- package/public/logo/Logo.svg +9 -0
- package/src/tokens/README.md +199 -0
- package/src/tokens/core/breakpoints.ts +25 -0
- package/src/tokens/core/colors.ts +200 -0
- package/src/tokens/core/index.ts +20 -0
- package/src/tokens/core/spacing.ts +114 -0
- package/src/tokens/core/typography.ts +58 -0
- package/src/tokens/css/variables-dark.css +480 -0
- package/src/tokens/css/variables-light.css +480 -0
- package/src/tokens/index.ts +163 -0
- package/src/tokens/js/tokens.ts +486 -0
- package/src/tokens/semantic/colors.ts +383 -0
- package/src/tokens/semantic/effects.ts +69 -0
- package/src/tokens/semantic/index.ts +18 -0
- package/src/tokens/semantic/typography.ts +284 -0
- package/src/tokens/tailwind/config.ts +188 -0
- package/src/tokens/tailwind/index.ts +7 -0
- package/src/tokens/themes/dark.ts +311 -0
- package/src/tokens/themes/index.ts +10 -0
- package/src/tokens/themes/light.ts +17 -0
- package/src/tokens/utils/cssVariables.ts +88 -0
- package/src/tokens/utils/hooks.ts +192 -0
- package/src/tokens/utils/index.ts +7 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tokens/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Design Tokens - Auto-generated
|
|
3
|
+
* DO NOT EDIT DIRECTLY
|
|
4
|
+
* Generated from /tokens/ source files
|
|
5
|
+
*/
|
|
6
|
+
export declare const tokens: {
|
|
7
|
+
readonly "gray-100": "#ededed";
|
|
8
|
+
readonly "gray-150": "#e4e4e4";
|
|
9
|
+
readonly "gray-200": "#dbdbdb";
|
|
10
|
+
readonly "gray-300": "#cacaca";
|
|
11
|
+
readonly "gray-400": "#b8b8b8";
|
|
12
|
+
readonly "gray-500": "#a6a6a6";
|
|
13
|
+
readonly "gray-600": "#858585";
|
|
14
|
+
readonly "gray-700": "#646464";
|
|
15
|
+
readonly "gray-800": "#424242";
|
|
16
|
+
readonly "gray-900": "#323232";
|
|
17
|
+
readonly "gray-950": "#212121";
|
|
18
|
+
readonly "gray-1000": "#111111";
|
|
19
|
+
readonly "gray-050": "#f6f6f6";
|
|
20
|
+
readonly "alphas-white-50": "#ffffff0a";
|
|
21
|
+
readonly "alphas-white-100": "#ffffff14";
|
|
22
|
+
readonly "alphas-white-150": "#ffffff26";
|
|
23
|
+
readonly "alphas-white-200": "#ffffff33";
|
|
24
|
+
readonly "alphas-white-300": "#ffffff4d";
|
|
25
|
+
readonly "alphas-white-350": "#ffffff59";
|
|
26
|
+
readonly "alphas-white-400": "#ffffff66";
|
|
27
|
+
readonly "alphas-white-500": "#ffffff80";
|
|
28
|
+
readonly "alphas-white-600": "#ffffff99";
|
|
29
|
+
readonly "alphas-white-700": "#ffffffb3";
|
|
30
|
+
readonly "alphas-white-800": "#ffffffcc";
|
|
31
|
+
readonly "alphas-black-100": "#0c0c0d0d";
|
|
32
|
+
readonly "alphas-black-200": "#0c0c0d1a";
|
|
33
|
+
readonly "alphas-black-300": "#0c0c0d33";
|
|
34
|
+
readonly "alphas-black-400": "#0c0c0d66";
|
|
35
|
+
readonly "alphas-black-500": "#0c0c0db3";
|
|
36
|
+
readonly "alphas-black-600": "#0c0c0dcc";
|
|
37
|
+
readonly "alphas-black-700": "#0c0c0dd9";
|
|
38
|
+
readonly "alphas-black-800": "#0c0c0de6";
|
|
39
|
+
readonly "alphas-black-900": "#0c0c0df2";
|
|
40
|
+
readonly "alphas-purple-100": "#8851bf14";
|
|
41
|
+
readonly "alphas-purple-200": "#8851bf29";
|
|
42
|
+
readonly "alphas-violet-100": "#4432bf14";
|
|
43
|
+
readonly "alphas-violet-200": "#4432bf29";
|
|
44
|
+
readonly "alphas-gray-100": "#a6a6a629";
|
|
45
|
+
readonly "alphas-gray-200": "#a6a6a63d";
|
|
46
|
+
readonly "alphas-slate-100": "#76849414";
|
|
47
|
+
readonly "alphas-slate-200": "#76849429";
|
|
48
|
+
readonly "alphas-green-100": "#14ae5c14";
|
|
49
|
+
readonly "alphas-green-200": "#14ae5c29";
|
|
50
|
+
readonly "alphas-red-100": "#ec221f14";
|
|
51
|
+
readonly "alphas-red-200": "#ec221f29";
|
|
52
|
+
readonly "alphas-yellow-100": "#e5a00014";
|
|
53
|
+
readonly "alphas-yellow-200": "#e5a00029";
|
|
54
|
+
readonly "purple-100": "#e7dcf2";
|
|
55
|
+
readonly "purple-150": "#dbcbec";
|
|
56
|
+
readonly "purple-200": "#cfb9e5";
|
|
57
|
+
readonly "purple-300": "#b897d9";
|
|
58
|
+
readonly "purple-400": "#a074cc";
|
|
59
|
+
readonly "purple-500": "#8851bf";
|
|
60
|
+
readonly "purple-600": "#6d4199";
|
|
61
|
+
readonly "purple-700": "#523173";
|
|
62
|
+
readonly "purple-800": "#36204c";
|
|
63
|
+
readonly "purple-900": "#291839";
|
|
64
|
+
readonly "purple-950": "#1b1026";
|
|
65
|
+
readonly "purple-1000": "#0e0813";
|
|
66
|
+
readonly "purple-050": "#f3eef9";
|
|
67
|
+
readonly "red-100": "#fbd3d2";
|
|
68
|
+
readonly "red-150": "#f9bdbc";
|
|
69
|
+
readonly "red-200": "#f7a7a5";
|
|
70
|
+
readonly "red-300": "#f47a79";
|
|
71
|
+
readonly "red-400": "#f04e4c";
|
|
72
|
+
readonly "red-500": "#ec221f";
|
|
73
|
+
readonly "red-600": "#bd1b19";
|
|
74
|
+
readonly "red-700": "#8e1413";
|
|
75
|
+
readonly "red-800": "#5e0e0c";
|
|
76
|
+
readonly "red-900": "#470a09";
|
|
77
|
+
readonly "red-950": "#2f0706";
|
|
78
|
+
readonly "red-1000": "#180303";
|
|
79
|
+
readonly "red-050": "#fde9e9";
|
|
80
|
+
readonly "yellow-50": "#fefae6";
|
|
81
|
+
readonly "yellow-100": "#fef4ce";
|
|
82
|
+
readonly "yellow-150": "#fdefb5";
|
|
83
|
+
readonly "yellow-200": "#fdea9d";
|
|
84
|
+
readonly "yellow-300": "#fcdf6c";
|
|
85
|
+
readonly "yellow-400": "#fbd53b";
|
|
86
|
+
readonly "yellow-500": "#faca0a";
|
|
87
|
+
readonly "yellow-600": "#c8a208";
|
|
88
|
+
readonly "yellow-700": "#967906";
|
|
89
|
+
readonly "yellow-800": "#645104";
|
|
90
|
+
readonly "yellow-900": "#4b3d03";
|
|
91
|
+
readonly "yellow-950": "#322802";
|
|
92
|
+
readonly "yellow-1000": "#191401";
|
|
93
|
+
readonly "green-100": "#d0efde";
|
|
94
|
+
readonly "green-150": "#b8e7ce";
|
|
95
|
+
readonly "green-200": "#a1dfbe";
|
|
96
|
+
readonly "green-300": "#72ce9d";
|
|
97
|
+
readonly "green-400": "#43be7d";
|
|
98
|
+
readonly "green-500": "#14ae5c";
|
|
99
|
+
readonly "green-600": "#108b4a";
|
|
100
|
+
readonly "green-700": "#0c6837";
|
|
101
|
+
readonly "green-800": "#084625";
|
|
102
|
+
readonly "green-900": "#06341c";
|
|
103
|
+
readonly "green-950": "#042312";
|
|
104
|
+
readonly "green-1000": "#021109";
|
|
105
|
+
readonly "green-050": "#e7f7ef";
|
|
106
|
+
readonly "violet-100": "#dad6f2";
|
|
107
|
+
readonly "violet-150": "#c7c1ec";
|
|
108
|
+
readonly "violet-200": "#b4ade5";
|
|
109
|
+
readonly "violet-300": "#8f84d9";
|
|
110
|
+
readonly "violet-400": "#695bcc";
|
|
111
|
+
readonly "violet-500": "#4432bf";
|
|
112
|
+
readonly "violet-600": "#362899";
|
|
113
|
+
readonly "violet-700": "#291e73";
|
|
114
|
+
readonly "violet-800": "#1b144c";
|
|
115
|
+
readonly "violet-900": "#140f39";
|
|
116
|
+
readonly "violet-950": "#0e0a26";
|
|
117
|
+
readonly "violet-1000": "#070513";
|
|
118
|
+
readonly "violet-050": "#eceaf9";
|
|
119
|
+
readonly "slate-100": "#e4e6ea";
|
|
120
|
+
readonly "slate-150": "#d6dadf";
|
|
121
|
+
readonly "slate-200": "#c8ced4";
|
|
122
|
+
readonly "slate-300": "#adb5bf";
|
|
123
|
+
readonly "slate-400": "#919da9";
|
|
124
|
+
readonly "slate-500": "#768494";
|
|
125
|
+
readonly "slate-600": "#5e6a76";
|
|
126
|
+
readonly "slate-700": "#474f59";
|
|
127
|
+
readonly "slate-800": "#2f353b";
|
|
128
|
+
readonly "slate-900": "#23282c";
|
|
129
|
+
readonly "slate-950": "#181a1e";
|
|
130
|
+
readonly "slate-1000": "#0c0d0f";
|
|
131
|
+
readonly "slate-050": "#f1f3f4";
|
|
132
|
+
readonly "white-1000": "#ffffff";
|
|
133
|
+
readonly "black-1000": "#000000";
|
|
134
|
+
readonly "blue-50": "#e7f3fe";
|
|
135
|
+
readonly "blue-100": "#cee8fd";
|
|
136
|
+
readonly "blue-150": "#b6ddfc";
|
|
137
|
+
readonly "blue-200": "#9ed1fb";
|
|
138
|
+
readonly "blue-300": "#6dbaf9";
|
|
139
|
+
readonly "blue-400": "#3da3f7";
|
|
140
|
+
readonly "blue-500": "#0c8cf5";
|
|
141
|
+
readonly "blue-600": "#0a70c4";
|
|
142
|
+
readonly "blue-700": "#075493";
|
|
143
|
+
readonly "blue-800": "#053862";
|
|
144
|
+
readonly "blue-900": "#042a4a";
|
|
145
|
+
readonly "blue-950": "#021c31";
|
|
146
|
+
readonly "blue-1000": "#010e19";
|
|
147
|
+
readonly "space-0": 0;
|
|
148
|
+
readonly "space-100": 4;
|
|
149
|
+
readonly "space-150": 6;
|
|
150
|
+
readonly "space-200": 8;
|
|
151
|
+
readonly "space-300": 12;
|
|
152
|
+
readonly "space-400": 16;
|
|
153
|
+
readonly "space-500": 20;
|
|
154
|
+
readonly "space-600": 24;
|
|
155
|
+
readonly "space-800": 32;
|
|
156
|
+
readonly "space-1200": 48;
|
|
157
|
+
readonly "space-1600": 64;
|
|
158
|
+
readonly "space-2400": 96;
|
|
159
|
+
readonly "space-4000": 160;
|
|
160
|
+
readonly "space-negative-100": -4;
|
|
161
|
+
readonly "space-negative-200": -8;
|
|
162
|
+
readonly "space-negative-300": -12;
|
|
163
|
+
readonly "space-negative-400": -16;
|
|
164
|
+
readonly "space-negative-600": -24;
|
|
165
|
+
readonly "space-050": 2;
|
|
166
|
+
readonly "radius-100": 4;
|
|
167
|
+
readonly "radius-200": 8;
|
|
168
|
+
readonly "radius-400": 12;
|
|
169
|
+
readonly "radius-500": 16;
|
|
170
|
+
readonly "radius-full": 9999;
|
|
171
|
+
readonly "depth-0": 0;
|
|
172
|
+
readonly "depth-100": 4;
|
|
173
|
+
readonly "depth-200": 8;
|
|
174
|
+
readonly "depth-400": 16;
|
|
175
|
+
readonly "depth-800": 32;
|
|
176
|
+
readonly "depth-1200": 48;
|
|
177
|
+
readonly "depth-025": 1;
|
|
178
|
+
readonly "depth-negative-025": -1;
|
|
179
|
+
readonly "depth-negative-100": -4;
|
|
180
|
+
readonly "depth-negative-200": -8;
|
|
181
|
+
readonly "depth-negative-400": -16;
|
|
182
|
+
readonly "depth-negative-800": -32;
|
|
183
|
+
readonly "depth-negative-1200": -48;
|
|
184
|
+
readonly "stroke-small": 1;
|
|
185
|
+
readonly "stroke-medium": 1.5;
|
|
186
|
+
readonly "stroke-large": 2;
|
|
187
|
+
readonly "blur-100": 4;
|
|
188
|
+
readonly "icon-default-default": "#2f353b";
|
|
189
|
+
readonly "icon-default-secondary": "#768494";
|
|
190
|
+
readonly "icon-default-tertiary": "#adb5bf";
|
|
191
|
+
readonly "icon-brand-purple-default": "#36204c";
|
|
192
|
+
readonly "icon-brand-purple-secondary": "#6d4199";
|
|
193
|
+
readonly "icon-brand-purple-tertiary": "#8851bf";
|
|
194
|
+
readonly "icon-brand-purple-on-brand-default": "#f3eef9";
|
|
195
|
+
readonly "icon-brand-purple-on-brand-secondary": "#36204c";
|
|
196
|
+
readonly "icon-brand-purple-on-brand-tertiary": "#6d4199";
|
|
197
|
+
readonly "icon-action-violet-default": "#4432bf";
|
|
198
|
+
readonly "icon-action-violet-secondary": "#8f84d9";
|
|
199
|
+
readonly "icon-action-violet-tertiary": "#c7c1ec";
|
|
200
|
+
readonly "icon-action-violet-on-brand-default": "#eceaf9";
|
|
201
|
+
readonly "icon-action-violet-on-brand-secondary": "#291e73";
|
|
202
|
+
readonly "icon-action-violet-on-brand-tertiary": "#362899";
|
|
203
|
+
readonly "icon-success-default": "#14ae5c";
|
|
204
|
+
readonly "icon-success-secondary": "#a1dfbe";
|
|
205
|
+
readonly "icon-success-tertiary": "#d0efde";
|
|
206
|
+
readonly "icon-success-on-success-default": "#e7f7ef";
|
|
207
|
+
readonly "icon-success-on-success-secondary": "#0c6837";
|
|
208
|
+
readonly "icon-success-on-positive-tertiary": "#084625";
|
|
209
|
+
readonly "icon-warning-default": "#faca0a";
|
|
210
|
+
readonly "icon-warning-secondary": "#fcdf6c";
|
|
211
|
+
readonly "icon-warning-tertiary": "#fdefb5";
|
|
212
|
+
readonly "icon-warning-on-warning-default": "#191401";
|
|
213
|
+
readonly "icon-warning-on-warning-secondary": "#645104";
|
|
214
|
+
readonly "icon-warning-on-warning-tertiary": "#4b3d03";
|
|
215
|
+
readonly "icon-danger-default": "#ec221f";
|
|
216
|
+
readonly "icon-danger-secondary": "#f04e4c";
|
|
217
|
+
readonly "icon-danger-tertiary": "#f47a79";
|
|
218
|
+
readonly "icon-danger-on-danger-default": "#fde9e9";
|
|
219
|
+
readonly "icon-danger-on-danger-secondary": "#8e1413";
|
|
220
|
+
readonly "icon-danger-on-danger-tertiary": "#5e0e0c";
|
|
221
|
+
readonly "icon-utilities-text-on-overlay": "#000000";
|
|
222
|
+
readonly "icon-disabled-on-disabled-secondary": "#cacaca";
|
|
223
|
+
readonly "icon-disabled-on-disabled-default": "#a6a6a6";
|
|
224
|
+
readonly "icon-disabled-default": "#b8b8b8";
|
|
225
|
+
readonly "icon-disabled-secondary": "#cacaca";
|
|
226
|
+
readonly "icon-info-default": "#0c8cf5";
|
|
227
|
+
readonly "icon-info-secondary": "#6dbaf9";
|
|
228
|
+
readonly "icon-info-tertiary": "#b6ddfc";
|
|
229
|
+
readonly "icon-info-on-info-default": "#010e19";
|
|
230
|
+
readonly "icon-info-on-info-secondary": "#053862";
|
|
231
|
+
readonly "icon-info-on-info-tertiary": "#042a4a";
|
|
232
|
+
readonly "icon-neutral-default": "#2f353b";
|
|
233
|
+
readonly "icon-neutral-secondary": "#768494";
|
|
234
|
+
readonly "icon-neutral-tertiary": "#adb5bf";
|
|
235
|
+
readonly "icon-neutral-on-neutral-default": "#f1f3f4";
|
|
236
|
+
readonly "icon-neutral-on-neutral-secondary": "#474f59";
|
|
237
|
+
readonly "icon-neutral-on-neutral-tertiary": "#5e6a76";
|
|
238
|
+
readonly "family-sans": "Host Grotesk";
|
|
239
|
+
readonly "weight-light-italic": "Light Italic";
|
|
240
|
+
readonly "weight-regular-italic": "Italic";
|
|
241
|
+
readonly "weight-bold-italic": "Bold Italic";
|
|
242
|
+
readonly "weight-thin-italic": "Thin Italic";
|
|
243
|
+
readonly "weight-extralight-italic": "Extra Light Italic";
|
|
244
|
+
readonly "weight-medium-italic": "Medium Italic";
|
|
245
|
+
readonly "weight-semibold-italic": "Semi Bold Italic";
|
|
246
|
+
readonly "weight-extra-bold-italic": "Extra Bold Italic";
|
|
247
|
+
readonly "weight-black-italic": "Black Italic";
|
|
248
|
+
readonly "weight-thin": 100;
|
|
249
|
+
readonly "weight-extra-light": 200;
|
|
250
|
+
readonly "weight-light": 300;
|
|
251
|
+
readonly "weight-regular": 400;
|
|
252
|
+
readonly "weight-medium": 500;
|
|
253
|
+
readonly "weight-semibold": 600;
|
|
254
|
+
readonly "weight-bold": 700;
|
|
255
|
+
readonly "weight-extra-bold": 800;
|
|
256
|
+
readonly "weight-black": 900;
|
|
257
|
+
readonly "scale-11": 72;
|
|
258
|
+
readonly "scale-10": 64;
|
|
259
|
+
readonly "scale-09": 48;
|
|
260
|
+
readonly "scale-08": 40;
|
|
261
|
+
readonly "scale-07": 32;
|
|
262
|
+
readonly "scale-06": 24;
|
|
263
|
+
readonly "scale-05": 20;
|
|
264
|
+
readonly "scale-04": 16;
|
|
265
|
+
readonly "scale-03": 14;
|
|
266
|
+
readonly "scale-02": 12;
|
|
267
|
+
readonly "scale-01": 10;
|
|
268
|
+
readonly "title-page-font-family": "Host Grotesk";
|
|
269
|
+
readonly "title-page-font-weight": "700";
|
|
270
|
+
readonly "title-page-size-small": "32";
|
|
271
|
+
readonly "title-page-size-base": "40";
|
|
272
|
+
readonly "title-page-size-large": "48";
|
|
273
|
+
readonly "subtitle-font-family": "Host Grotesk";
|
|
274
|
+
readonly "subtitle-size-base": "32";
|
|
275
|
+
readonly "subtitle-font-weight": "400";
|
|
276
|
+
readonly "subtitle-size-large": "40";
|
|
277
|
+
readonly "subtitle-size-small": "24";
|
|
278
|
+
readonly "body-font-family": "Host Grotesk";
|
|
279
|
+
readonly "body-font-style-italic": "Italic";
|
|
280
|
+
readonly "body-size-s": "14";
|
|
281
|
+
readonly "body-font-weight-regular": "400";
|
|
282
|
+
readonly "body-size-m": "16";
|
|
283
|
+
readonly "body-size-xs": "12";
|
|
284
|
+
readonly "body-font-weight-strong": "500";
|
|
285
|
+
readonly "body-size-l": "20";
|
|
286
|
+
readonly "heading-font-family": "Host Grotesk";
|
|
287
|
+
readonly "heading-size-base": "24";
|
|
288
|
+
readonly "heading-font-weight": "500";
|
|
289
|
+
readonly "heading-size-large": "32";
|
|
290
|
+
readonly "heading-size-small": "20";
|
|
291
|
+
readonly "title-hero-font-family": "Host Grotesk";
|
|
292
|
+
readonly "title-hero-size": "72";
|
|
293
|
+
readonly "title-hero-font-weight": "700";
|
|
294
|
+
readonly "subheading-font-family": "Host Grotesk";
|
|
295
|
+
readonly "subheading-size-small": "16";
|
|
296
|
+
readonly "subheading-size-base": "20";
|
|
297
|
+
readonly "subheading-size-large": "24";
|
|
298
|
+
readonly "subheading-font-weight": "400";
|
|
299
|
+
readonly "single-line-font-family": "Host Grotesk";
|
|
300
|
+
readonly "single-line-font-style-italic": "Italic";
|
|
301
|
+
readonly "single-line-size-xxs": "10";
|
|
302
|
+
readonly "single-line-size-xs": "12";
|
|
303
|
+
readonly "single-line-size-m": "16";
|
|
304
|
+
readonly "single-line-font-weight-regular": "400";
|
|
305
|
+
readonly "single-line-font-weight-strong": "500";
|
|
306
|
+
readonly "single-line-size-s": "14";
|
|
307
|
+
readonly "single-line-size-l": "20";
|
|
308
|
+
readonly "blurs-blur-soft": 2;
|
|
309
|
+
readonly "blurs-blur-light": 4;
|
|
310
|
+
readonly "blurs-blur-medium": 8;
|
|
311
|
+
readonly "blurs-blur-heavy": 12;
|
|
312
|
+
readonly "blurs-blur-intense": 24;
|
|
313
|
+
readonly "elevations-xs": 1;
|
|
314
|
+
readonly "elevations-s": 2;
|
|
315
|
+
readonly "elevations-m": 4;
|
|
316
|
+
readonly "elevations-l": 8;
|
|
317
|
+
readonly "elevations-xl": 16;
|
|
318
|
+
readonly "background-action-violet-default": "#4432bf";
|
|
319
|
+
readonly "background-action-violet-secondary": "#8f84d9";
|
|
320
|
+
readonly "background-action-violet-default-hover": "#695bcc";
|
|
321
|
+
readonly "background-action-violet-secondary-hover": "#695bcc";
|
|
322
|
+
readonly "background-action-violet-tertiary": "#dad6f2";
|
|
323
|
+
readonly "background-action-violet-tertiary-hover": "#c7c1ec";
|
|
324
|
+
readonly "background-action-violet-subtle-low": "#4432bf14";
|
|
325
|
+
readonly "background-action-violet-subtle-medium": "#4432bf14";
|
|
326
|
+
readonly "background-brand-purple-default": "#8851bf";
|
|
327
|
+
readonly "background-brand-purple-secondary": "#b897d9";
|
|
328
|
+
readonly "background-brand-purple-default-hover": "#6d4199";
|
|
329
|
+
readonly "background-brand-purple-secondary-hover": "#a074cc";
|
|
330
|
+
readonly "background-brand-purple-tertiary": "#dbcbec";
|
|
331
|
+
readonly "background-brand-purple-tertiary-hover": "#cfb9e5";
|
|
332
|
+
readonly "background-brand-purple-subtle-low": "#8851bf14";
|
|
333
|
+
readonly "background-brand-purple-subtle-medium": "#8851bf14";
|
|
334
|
+
readonly "background-success-default": "#14ae5c";
|
|
335
|
+
readonly "background-success-secondary": "#a1dfbe";
|
|
336
|
+
readonly "background-success-hover": "#108b4a";
|
|
337
|
+
readonly "background-success-secondary-hover": "#72ce9d";
|
|
338
|
+
readonly "background-success-tertiary": "#e7f7ef";
|
|
339
|
+
readonly "background-success-tertiary-hover": "#a1dfbe";
|
|
340
|
+
readonly "background-success-subtle-low": "#a1dfbe";
|
|
341
|
+
readonly "background-success-subtle-medium": "#a1dfbe";
|
|
342
|
+
readonly "background-warning-default": "#faca0a";
|
|
343
|
+
readonly "background-warning-secondary": "#fcdf6c";
|
|
344
|
+
readonly "background-warning-hover": "#c8a208";
|
|
345
|
+
readonly "background-warning-secondary-hover": "#fbd53b";
|
|
346
|
+
readonly "background-warning-tertiary": "#fdefb5";
|
|
347
|
+
readonly "background-warning-tertiary-hover": "#fdea9d";
|
|
348
|
+
readonly "background-warning-subtle-low": "#fdea9d";
|
|
349
|
+
readonly "background-warning-subtle-medium": "#fdea9d";
|
|
350
|
+
readonly "background-danger-default": "#f04e4c";
|
|
351
|
+
readonly "background-danger-secondary": "#f7a7a5";
|
|
352
|
+
readonly "background-danger-hover": "#bd1b19";
|
|
353
|
+
readonly "background-danger-secondary-hover": "#f47a79";
|
|
354
|
+
readonly "background-danger-tertiary": "#fde9e9";
|
|
355
|
+
readonly "background-danger-tertiary-hover": "#f9bdbc";
|
|
356
|
+
readonly "background-danger-subtle-low": "#ec221f14";
|
|
357
|
+
readonly "background-danger-subtle-medium": "#ec221f14";
|
|
358
|
+
readonly "background-disabled-default": "#dbdbdb";
|
|
359
|
+
readonly "background-disabled-secondary": "#ededed";
|
|
360
|
+
readonly "background-utilities-scrim": "#ffffffb3";
|
|
361
|
+
readonly "background-utilities-overlay": "#00000080";
|
|
362
|
+
readonly "background-utilities-blanket": "#000000b3";
|
|
363
|
+
readonly "background-utilities-bg-on-sq-glass": "#ffffff73";
|
|
364
|
+
readonly "background-utilities-bg-on-sq-glass-on-glass": "#ffffff99";
|
|
365
|
+
readonly "background-utilities-default-hover": "#00000033";
|
|
366
|
+
readonly "background-neutral-default": "#768494";
|
|
367
|
+
readonly "background-neutral-default-hover": "#5e6a76";
|
|
368
|
+
readonly "background-neutral-secondary": "#adb5bf";
|
|
369
|
+
readonly "background-neutral-secondary-hover": "#919da9";
|
|
370
|
+
readonly "background-neutral-tertiary": "#e4e6ea";
|
|
371
|
+
readonly "background-neutral-tertiary-hover": "#c8ced4";
|
|
372
|
+
readonly "background-neutral-subtle-low": "#76849414";
|
|
373
|
+
readonly "background-neutral-subtle-medium": "#76849429";
|
|
374
|
+
readonly "background-default-glass": "#ffffff4d";
|
|
375
|
+
readonly "background-default-on-glass": "#ffffff99";
|
|
376
|
+
readonly "background-default-on-glass-secondary": "#ffffffb3";
|
|
377
|
+
readonly "background-default-on-glass-tertiary": "#ffffffcc";
|
|
378
|
+
readonly "background-default-on-glass-hover": "#ffffffcc";
|
|
379
|
+
readonly "background-default-default": "#f1f3f4";
|
|
380
|
+
readonly "background-default-default-hover": "#e4e6ea";
|
|
381
|
+
readonly "background-default-on-glass-(web)": "#ffffff99";
|
|
382
|
+
readonly "background-info-default": "#0c8cf5";
|
|
383
|
+
readonly "background-info-secondary": "#6dbaf9";
|
|
384
|
+
readonly "background-info-tertiary": "#cee8fd";
|
|
385
|
+
readonly "background-info-default-hover": "#0a70c4";
|
|
386
|
+
readonly "background-info-secondary-hover": "#3da3f7";
|
|
387
|
+
readonly "background-info-tertiary-hover": "#9ed1fb";
|
|
388
|
+
readonly "background-info-subtle-low": "#9ed1fb";
|
|
389
|
+
readonly "background-info-subtle-medium": "#9ed1fb";
|
|
390
|
+
readonly "text-default-default": "#2f353b";
|
|
391
|
+
readonly "text-default-secondary": "#768494";
|
|
392
|
+
readonly "text-default-tertiary": "#adb5bf";
|
|
393
|
+
readonly "text-brand-purple-default": "#8851bf";
|
|
394
|
+
readonly "text-brand-purple-secondary": "#b897d9";
|
|
395
|
+
readonly "text-brand-purple-tertiary": "#dbcbec";
|
|
396
|
+
readonly "text-brand-purple-on-brand-default": "#f3eef9";
|
|
397
|
+
readonly "text-brand-purple-on-brand-secondary": "#36204c";
|
|
398
|
+
readonly "text-brand-purple-on-brand-tertiary": "#6d4199";
|
|
399
|
+
readonly "text-success-default": "#084625";
|
|
400
|
+
readonly "text-success-secondary": "#108b4a";
|
|
401
|
+
readonly "text-success-tertiary": "#14ae5c";
|
|
402
|
+
readonly "text-success-on-success-default": "#e7f7ef";
|
|
403
|
+
readonly "text-success-on-success-secondary": "#0c6837";
|
|
404
|
+
readonly "text-success-on-success-tertiary": "#084625";
|
|
405
|
+
readonly "text-warning-default": "#4b3d03";
|
|
406
|
+
readonly "text-warning-secondary": "#967906";
|
|
407
|
+
readonly "text-warning-tertiary": "#c8a208";
|
|
408
|
+
readonly "text-warning-on-warning-default": "#4b3d03";
|
|
409
|
+
readonly "text-warning-on-warning-secondary": "#645104";
|
|
410
|
+
readonly "text-warning-on-warning-tertiary": "#967906";
|
|
411
|
+
readonly "text-danger-default": "#ec221f";
|
|
412
|
+
readonly "text-danger-secondary": "#f04e4c";
|
|
413
|
+
readonly "text-danger-tertiary": "#f47a79";
|
|
414
|
+
readonly "text-danger-on-danger-default": "#fde9e9";
|
|
415
|
+
readonly "text-danger-on-danger-secondary": "#5e0e0c";
|
|
416
|
+
readonly "text-danger-on-danger-tertiary": "#bd1b19";
|
|
417
|
+
readonly "text-disabled-on-disabled-default": "#a6a6a6";
|
|
418
|
+
readonly "text-disabled-on-disabled-secondary": "#cacaca";
|
|
419
|
+
readonly "text-disabled-default": "#b8b8b8";
|
|
420
|
+
readonly "text-disabled-secondary": "#cacaca";
|
|
421
|
+
readonly "text-utilities-text-on-overlay": "#000000";
|
|
422
|
+
readonly "text-neutral-on-neutral-default": "#f1f3f4";
|
|
423
|
+
readonly "text-neutral-on-neutral-secondary": "#2f353b";
|
|
424
|
+
readonly "text-neutral-on-neutral-tertiary": "#5e6a76";
|
|
425
|
+
readonly "text-neutral-default": "#2f353b";
|
|
426
|
+
readonly "text-neutral-secondary": "#768494";
|
|
427
|
+
readonly "text-neutral-tertiary": "#adb5bf";
|
|
428
|
+
readonly "text-action-violet-default": "#4432bf";
|
|
429
|
+
readonly "text-action-violet-secondary": "#8f84d9";
|
|
430
|
+
readonly "text-action-violet-tertiary": "#c7c1ec";
|
|
431
|
+
readonly "text-action-violet-on-brand-default": "#eceaf9";
|
|
432
|
+
readonly "text-action-violet-on-brand-secondary": "#291e73";
|
|
433
|
+
readonly "text-action-violet-on-brand-tertiary": "#362899";
|
|
434
|
+
readonly "text-info-default": "#0c8cf5";
|
|
435
|
+
readonly "text-info-secondary": "#6dbaf9";
|
|
436
|
+
readonly "text-info-tertiary": "#b6ddfc";
|
|
437
|
+
readonly "text-info-on-info-default": "#e7f3fe";
|
|
438
|
+
readonly "text-info-on-info-secondary": "#053862";
|
|
439
|
+
readonly "text-info-on-info-tertiary": "#0a70c4";
|
|
440
|
+
readonly "border-success-default": "#084625";
|
|
441
|
+
readonly "border-success-secondary": "#108b4a";
|
|
442
|
+
readonly "border-success-tertiary": "#14ae5c";
|
|
443
|
+
readonly "border-warning-default": "#645104";
|
|
444
|
+
readonly "border-warning-secondary": "#c8a208";
|
|
445
|
+
readonly "border-warning-tertiary": "#faca0a";
|
|
446
|
+
readonly "border-danger-default": "#ec221f";
|
|
447
|
+
readonly "border-danger-secondary": "#f47a79";
|
|
448
|
+
readonly "border-danger-tertiary": "#fbd3d2";
|
|
449
|
+
readonly "border-danger-on-danger-default": "#bd1b19";
|
|
450
|
+
readonly "border-disabled-default": "#b8b8b8";
|
|
451
|
+
readonly "border-utilities-swatch": "#0000003d";
|
|
452
|
+
readonly "border-default-default": "#ffffff";
|
|
453
|
+
readonly "border-default-secondary": "#d6dadf";
|
|
454
|
+
readonly "border-default-tertiary": "#768494";
|
|
455
|
+
readonly "border-default-subtle-low": "#ffffffcc";
|
|
456
|
+
readonly "border-default-subtle-medium": "#76849429";
|
|
457
|
+
readonly "border-default-subtle-high": "#ffffff66";
|
|
458
|
+
readonly "border-info-default": "#0c8cf5";
|
|
459
|
+
readonly "border-info-secondary": "#6dbaf9";
|
|
460
|
+
readonly "border-info-tertiary": "#b6ddfc";
|
|
461
|
+
readonly "border-action-violet-default": "#4432bf";
|
|
462
|
+
readonly "border-action-violet-secondary": "#8f84d9";
|
|
463
|
+
readonly "border-action-violet-tertiary": "#c7c1ec";
|
|
464
|
+
readonly "border-action-violet-on-brand-default": "#eceaf9";
|
|
465
|
+
readonly "border-action-violet-on-brand-secondary": "#362899";
|
|
466
|
+
readonly "border-action-violet-on-brand-tertiary": "#1b144c";
|
|
467
|
+
readonly "border-brand-purple-default": "#cfb9e5";
|
|
468
|
+
readonly "border-brand-purple-secondary": "#b897d9";
|
|
469
|
+
readonly "border-brand-purple-tertiary": "#dbcbec";
|
|
470
|
+
readonly "border-brand-purple-on-brand-default": "#f3eef9";
|
|
471
|
+
readonly "border-brand-purple-on-brand-secondary": "#36204c";
|
|
472
|
+
readonly "border-brand-purple-on-brand-tertiary": "#6d4199";
|
|
473
|
+
readonly "border-neutral-default": "#2f353b";
|
|
474
|
+
readonly "border-neutral-secondary": "#768494";
|
|
475
|
+
readonly "border-neutral-tertiary": "#c8ced4";
|
|
476
|
+
readonly "border-neutral-on-neutral-default": "#f1f3f4";
|
|
477
|
+
readonly "border-neutral-on-neutral-secondary": "#474f59";
|
|
478
|
+
readonly "border-neutral-on-neutral-tertiary": "#5e6a76";
|
|
479
|
+
};
|
|
480
|
+
export type TokenName = keyof typeof tokens;
|
|
481
|
+
export declare function getToken(name: TokenName): string | number;
|
|
482
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../../src/tokens/js/tokens.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAydT,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,MAAM,CAAC;AAE5C,wBAAgB,QAAQ,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,CAEzD"}
|