squarex-ui-component-lib 1.0.4 → 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,1646 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SquareX Design Tokens
|
|
3
|
+
*
|
|
4
|
+
* A comprehensive design token system following industry standards.
|
|
5
|
+
*
|
|
6
|
+
* ## Architecture
|
|
7
|
+
*
|
|
8
|
+
* 1. **Core Tokens** (primitives) - Raw values, not meant for direct use in components
|
|
9
|
+
* 2. **Semantic Tokens** - Context-aware tokens that reference core values
|
|
10
|
+
* 3. **Themes** - Complete token sets for different color schemes
|
|
11
|
+
*
|
|
12
|
+
* ## Usage
|
|
13
|
+
*
|
|
14
|
+
* ```tsx
|
|
15
|
+
* import { tokens } from '@/tokens';
|
|
16
|
+
*
|
|
17
|
+
* const Button = styled.button`
|
|
18
|
+
* background-color: ${tokens.color.background.brand.default};
|
|
19
|
+
* color: ${tokens.color.text.brand.onBrand};
|
|
20
|
+
* padding: ${tokens.spacing.md}px ${tokens.spacing.lg}px;
|
|
21
|
+
* border-radius: ${tokens.radius.md}px;
|
|
22
|
+
* font-size: ${tokens.typography.body.m.regular.fontSize}px;
|
|
23
|
+
* transition: ${tokens.transition.base};
|
|
24
|
+
*
|
|
25
|
+
* &:hover {
|
|
26
|
+
* background-color: ${tokens.color.background.brand.hover};
|
|
27
|
+
* }
|
|
28
|
+
* `;
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* @module tokens
|
|
32
|
+
*/
|
|
33
|
+
import { lightTheme, darkTheme } from './themes';
|
|
34
|
+
/**
|
|
35
|
+
* Main token object - use this in your components
|
|
36
|
+
*/
|
|
37
|
+
export declare const tokens: {
|
|
38
|
+
readonly color: {
|
|
39
|
+
readonly background: {
|
|
40
|
+
readonly brand: {
|
|
41
|
+
readonly default: "#8851bf";
|
|
42
|
+
readonly secondary: "#b897d9";
|
|
43
|
+
readonly tertiary: "#dbcbec";
|
|
44
|
+
readonly hover: "#6d4199";
|
|
45
|
+
readonly secondaryHover: "#a074cc";
|
|
46
|
+
readonly tertiaryHover: "#cfb9e5";
|
|
47
|
+
readonly subtleLow: "rgba(136, 81, 191, 0.08)";
|
|
48
|
+
readonly subtleMedium: "rgba(136, 81, 191, 0.08)";
|
|
49
|
+
};
|
|
50
|
+
readonly action: {
|
|
51
|
+
readonly default: "#4432bf";
|
|
52
|
+
readonly secondary: "#8f84d9";
|
|
53
|
+
readonly tertiary: "#dad6f2";
|
|
54
|
+
readonly hover: "#695bcc";
|
|
55
|
+
readonly secondaryHover: "#695bcc";
|
|
56
|
+
readonly tertiaryHover: "#c7c1ec";
|
|
57
|
+
readonly subtleLow: "rgba(68, 50, 191, 0.08)";
|
|
58
|
+
readonly subtleMedium: "rgba(68, 50, 191, 0.08)";
|
|
59
|
+
};
|
|
60
|
+
readonly success: {
|
|
61
|
+
readonly default: "#14ae5c";
|
|
62
|
+
readonly secondary: "#a1dfbe";
|
|
63
|
+
readonly tertiary: "#e7f7ef";
|
|
64
|
+
readonly hover: "#108b4a";
|
|
65
|
+
readonly secondaryHover: "#72ce9d";
|
|
66
|
+
readonly tertiaryHover: "#a1dfbe";
|
|
67
|
+
readonly subtleLow: "#a1dfbe";
|
|
68
|
+
readonly subtleMedium: "#a1dfbe";
|
|
69
|
+
};
|
|
70
|
+
readonly warning: {
|
|
71
|
+
readonly default: "#faca0a";
|
|
72
|
+
readonly secondary: "#fcdf6c";
|
|
73
|
+
readonly tertiary: "#fdefb5";
|
|
74
|
+
readonly hover: "#c8a208";
|
|
75
|
+
readonly secondaryHover: "#fbd53b";
|
|
76
|
+
readonly tertiaryHover: "#fdea9d";
|
|
77
|
+
readonly subtleLow: "#fdea9d";
|
|
78
|
+
readonly subtleMedium: "#fdea9d";
|
|
79
|
+
};
|
|
80
|
+
readonly danger: {
|
|
81
|
+
readonly default: "#f04e4c";
|
|
82
|
+
readonly secondary: "#f7a7a5";
|
|
83
|
+
readonly tertiary: "#fde9e9";
|
|
84
|
+
readonly hover: "#bd1b19";
|
|
85
|
+
readonly secondaryHover: "#f47a79";
|
|
86
|
+
readonly tertiaryHover: "#f9bdbc";
|
|
87
|
+
readonly subtleLow: "rgba(236, 34, 31, 0.08)";
|
|
88
|
+
readonly subtleMedium: "rgba(236, 34, 31, 0.08)";
|
|
89
|
+
};
|
|
90
|
+
readonly info: {
|
|
91
|
+
readonly default: "#0c8cf5";
|
|
92
|
+
readonly secondary: "#6dbaf9";
|
|
93
|
+
readonly tertiary: "#cee8fd";
|
|
94
|
+
readonly hover: "#0a70c4";
|
|
95
|
+
readonly secondaryHover: "#3da3f7";
|
|
96
|
+
readonly tertiaryHover: "#9ed1fb";
|
|
97
|
+
readonly subtleLow: "#9ed1fb";
|
|
98
|
+
readonly subtleMedium: "#9ed1fb";
|
|
99
|
+
};
|
|
100
|
+
readonly neutral: {
|
|
101
|
+
readonly default: "#768494";
|
|
102
|
+
readonly secondary: "#adb5bf";
|
|
103
|
+
readonly tertiary: "#e4e6ea";
|
|
104
|
+
readonly hover: "#5e6a76";
|
|
105
|
+
readonly secondaryHover: "#919da9";
|
|
106
|
+
readonly tertiaryHover: "#c8ced4";
|
|
107
|
+
readonly subtleLow: "rgba(118, 132, 148, 0.08)";
|
|
108
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
109
|
+
};
|
|
110
|
+
readonly default: {
|
|
111
|
+
readonly default: "#f1f3f4";
|
|
112
|
+
readonly hover: "#e4e6ea";
|
|
113
|
+
readonly glass: "rgba(255, 255, 255, 0.30)";
|
|
114
|
+
readonly onGlass: "rgba(255, 255, 255, 0.60)";
|
|
115
|
+
readonly onGlassSecondary: "rgba(255, 255, 255, 0.70)";
|
|
116
|
+
readonly onGlassTertiary: "rgba(255, 255, 255, 0.80)";
|
|
117
|
+
readonly onGlassHover: "rgba(255, 255, 255, 0.80)";
|
|
118
|
+
};
|
|
119
|
+
readonly disabled: {
|
|
120
|
+
readonly default: "#dbdbdb";
|
|
121
|
+
readonly secondary: "#ededed";
|
|
122
|
+
};
|
|
123
|
+
readonly utilities: {
|
|
124
|
+
readonly scrim: "rgba(255, 255, 255, 0.7)";
|
|
125
|
+
readonly overlay: "rgba(0, 0, 0, 0.5)";
|
|
126
|
+
readonly blanket: "rgba(0, 0, 0, 0.7)";
|
|
127
|
+
readonly bgOnGlass: "rgba(255, 255, 255, 0.45)";
|
|
128
|
+
readonly bgOnGlassOnGlass: "rgba(255, 255, 255, 0.6)";
|
|
129
|
+
readonly hoverOverlay: "rgba(0, 0, 0, 0.2)";
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
readonly text: {
|
|
133
|
+
readonly default: {
|
|
134
|
+
readonly default: "#2f353b";
|
|
135
|
+
readonly secondary: "#768494";
|
|
136
|
+
readonly tertiary: "#adb5bf";
|
|
137
|
+
};
|
|
138
|
+
readonly brand: {
|
|
139
|
+
readonly default: "#8851bf";
|
|
140
|
+
readonly secondary: "#b897d9";
|
|
141
|
+
readonly tertiary: "#dbcbec";
|
|
142
|
+
readonly onBrand: "#f3eef9";
|
|
143
|
+
readonly onBrandSecondary: "#36204c";
|
|
144
|
+
readonly onBrandTertiary: "#6d4199";
|
|
145
|
+
};
|
|
146
|
+
readonly action: {
|
|
147
|
+
readonly default: "#4432bf";
|
|
148
|
+
readonly secondary: "#8f84d9";
|
|
149
|
+
readonly tertiary: "#c7c1ec";
|
|
150
|
+
readonly onAction: "#eceaf9";
|
|
151
|
+
readonly onActionSecondary: "#291e73";
|
|
152
|
+
readonly onActionTertiary: "#362899";
|
|
153
|
+
};
|
|
154
|
+
readonly success: {
|
|
155
|
+
readonly default: "#084625";
|
|
156
|
+
readonly secondary: "#108b4a";
|
|
157
|
+
readonly tertiary: "#14ae5c";
|
|
158
|
+
readonly onSuccess: "#e7f7ef";
|
|
159
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
160
|
+
readonly onSuccessTertiary: "#084625";
|
|
161
|
+
};
|
|
162
|
+
readonly warning: {
|
|
163
|
+
readonly default: "#4b3d03";
|
|
164
|
+
readonly secondary: "#967906";
|
|
165
|
+
readonly tertiary: "#c8a208";
|
|
166
|
+
readonly onWarning: "#4b3d03";
|
|
167
|
+
readonly onWarningSecondary: "#645104";
|
|
168
|
+
readonly onWarningTertiary: "#967906";
|
|
169
|
+
};
|
|
170
|
+
readonly danger: {
|
|
171
|
+
readonly default: "#ec221f";
|
|
172
|
+
readonly secondary: "#f04e4c";
|
|
173
|
+
readonly tertiary: "#f47a79";
|
|
174
|
+
readonly onDanger: "#fde9e9";
|
|
175
|
+
readonly onDangerSecondary: "#5e0e0c";
|
|
176
|
+
readonly onDangerTertiary: "#bd1b19";
|
|
177
|
+
};
|
|
178
|
+
readonly info: {
|
|
179
|
+
readonly default: "#0c8cf5";
|
|
180
|
+
readonly secondary: "#6dbaf9";
|
|
181
|
+
readonly tertiary: "#b6ddfc";
|
|
182
|
+
readonly onInfo: "#e7f3fe";
|
|
183
|
+
readonly onInfoSecondary: "#053862";
|
|
184
|
+
readonly onInfoTertiary: "#0a70c4";
|
|
185
|
+
};
|
|
186
|
+
readonly neutral: {
|
|
187
|
+
readonly default: "#2f353b";
|
|
188
|
+
readonly secondary: "#768494";
|
|
189
|
+
readonly tertiary: "#adb5bf";
|
|
190
|
+
readonly onNeutral: "#f1f3f4";
|
|
191
|
+
readonly onNeutralSecondary: "#2f353b";
|
|
192
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
193
|
+
};
|
|
194
|
+
readonly disabled: {
|
|
195
|
+
readonly default: "#b8b8b8";
|
|
196
|
+
readonly secondary: "#cacaca";
|
|
197
|
+
readonly onDisabled: "#a6a6a6";
|
|
198
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
199
|
+
};
|
|
200
|
+
readonly utilities: {
|
|
201
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
readonly border: {
|
|
205
|
+
readonly default: {
|
|
206
|
+
readonly default: "#ffffff";
|
|
207
|
+
readonly secondary: "#d6dadf";
|
|
208
|
+
readonly tertiary: "#768494";
|
|
209
|
+
readonly subtleLow: "rgba(255, 255, 255, 0.80)";
|
|
210
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
211
|
+
readonly subtleHigh: "rgba(255, 255, 255, 0.40)";
|
|
212
|
+
};
|
|
213
|
+
readonly brand: {
|
|
214
|
+
readonly default: "#cfb9e5";
|
|
215
|
+
readonly secondary: "#b897d9";
|
|
216
|
+
readonly tertiary: "#dbcbec";
|
|
217
|
+
readonly onBrand: "#f3eef9";
|
|
218
|
+
readonly onBrandSecondary: "#36204c";
|
|
219
|
+
readonly onBrandTertiary: "#6d4199";
|
|
220
|
+
};
|
|
221
|
+
readonly action: {
|
|
222
|
+
readonly default: "#4432bf";
|
|
223
|
+
readonly secondary: "#8f84d9";
|
|
224
|
+
readonly tertiary: "#c7c1ec";
|
|
225
|
+
readonly onAction: "#eceaf9";
|
|
226
|
+
readonly onActionSecondary: "#362899";
|
|
227
|
+
readonly onActionTertiary: "#1b144c";
|
|
228
|
+
};
|
|
229
|
+
readonly success: {
|
|
230
|
+
readonly default: "#084625";
|
|
231
|
+
readonly secondary: "#108b4a";
|
|
232
|
+
readonly tertiary: "#14ae5c";
|
|
233
|
+
};
|
|
234
|
+
readonly warning: {
|
|
235
|
+
readonly default: "#645104";
|
|
236
|
+
readonly secondary: "#c8a208";
|
|
237
|
+
readonly tertiary: "#faca0a";
|
|
238
|
+
};
|
|
239
|
+
readonly danger: {
|
|
240
|
+
readonly default: "#ec221f";
|
|
241
|
+
readonly secondary: "#f47a79";
|
|
242
|
+
readonly tertiary: "#fbd3d2";
|
|
243
|
+
readonly onDanger: "#bd1b19";
|
|
244
|
+
};
|
|
245
|
+
readonly info: {
|
|
246
|
+
readonly default: "#0c8cf5";
|
|
247
|
+
readonly secondary: "#6dbaf9";
|
|
248
|
+
readonly tertiary: "#b6ddfc";
|
|
249
|
+
};
|
|
250
|
+
readonly neutral: {
|
|
251
|
+
readonly default: "#2f353b";
|
|
252
|
+
readonly secondary: "#768494";
|
|
253
|
+
readonly tertiary: "#c8ced4";
|
|
254
|
+
readonly onNeutral: "#f1f3f4";
|
|
255
|
+
readonly onNeutralSecondary: "#474f59";
|
|
256
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
257
|
+
};
|
|
258
|
+
readonly disabled: {
|
|
259
|
+
readonly default: "#b8b8b8";
|
|
260
|
+
};
|
|
261
|
+
readonly utilities: {
|
|
262
|
+
readonly swatch: "rgba(0, 0, 0, 0.24)";
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
readonly icon: {
|
|
266
|
+
readonly default: {
|
|
267
|
+
readonly default: "#2f353b";
|
|
268
|
+
readonly secondary: "#768494";
|
|
269
|
+
readonly tertiary: "#adb5bf";
|
|
270
|
+
};
|
|
271
|
+
readonly brand: {
|
|
272
|
+
readonly default: "#36204c";
|
|
273
|
+
readonly secondary: "#6d4199";
|
|
274
|
+
readonly tertiary: "#8851bf";
|
|
275
|
+
readonly onBrand: "#f3eef9";
|
|
276
|
+
readonly onBrandSecondary: "#36204c";
|
|
277
|
+
readonly onBrandTertiary: "#6d4199";
|
|
278
|
+
};
|
|
279
|
+
readonly action: {
|
|
280
|
+
readonly default: "#4432bf";
|
|
281
|
+
readonly secondary: "#8f84d9";
|
|
282
|
+
readonly tertiary: "#c7c1ec";
|
|
283
|
+
readonly onAction: "#eceaf9";
|
|
284
|
+
readonly onActionSecondary: "#291e73";
|
|
285
|
+
readonly onActionTertiary: "#362899";
|
|
286
|
+
};
|
|
287
|
+
readonly success: {
|
|
288
|
+
readonly default: "#14ae5c";
|
|
289
|
+
readonly secondary: "#a1dfbe";
|
|
290
|
+
readonly tertiary: "#d0efde";
|
|
291
|
+
readonly onSuccess: "#e7f7ef";
|
|
292
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
293
|
+
readonly onSuccessTertiary: "#084625";
|
|
294
|
+
};
|
|
295
|
+
readonly warning: {
|
|
296
|
+
readonly default: "#faca0a";
|
|
297
|
+
readonly secondary: "#fcdf6c";
|
|
298
|
+
readonly tertiary: "#fdefb5";
|
|
299
|
+
readonly onWarning: "#191401";
|
|
300
|
+
readonly onWarningSecondary: "#645104";
|
|
301
|
+
readonly onWarningTertiary: "#4b3d03";
|
|
302
|
+
};
|
|
303
|
+
readonly danger: {
|
|
304
|
+
readonly default: "#ec221f";
|
|
305
|
+
readonly secondary: "#f04e4c";
|
|
306
|
+
readonly tertiary: "#f47a79";
|
|
307
|
+
readonly onDanger: "#fde9e9";
|
|
308
|
+
readonly onDangerSecondary: "#8e1413";
|
|
309
|
+
readonly onDangerTertiary: "#5e0e0c";
|
|
310
|
+
};
|
|
311
|
+
readonly info: {
|
|
312
|
+
readonly default: "#0c8cf5";
|
|
313
|
+
readonly secondary: "#6dbaf9";
|
|
314
|
+
readonly tertiary: "#b6ddfc";
|
|
315
|
+
readonly onInfo: "#010e19";
|
|
316
|
+
readonly onInfoSecondary: "#053862";
|
|
317
|
+
readonly onInfoTertiary: "#042a4a";
|
|
318
|
+
};
|
|
319
|
+
readonly neutral: {
|
|
320
|
+
readonly default: "#2f353b";
|
|
321
|
+
readonly secondary: "#768494";
|
|
322
|
+
readonly tertiary: "#adb5bf";
|
|
323
|
+
readonly onNeutral: "#f1f3f4";
|
|
324
|
+
readonly onNeutralSecondary: "#474f59";
|
|
325
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
326
|
+
};
|
|
327
|
+
readonly disabled: {
|
|
328
|
+
readonly default: "#b8b8b8";
|
|
329
|
+
readonly secondary: "#cacaca";
|
|
330
|
+
readonly onDisabled: "#a6a6a6";
|
|
331
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
332
|
+
};
|
|
333
|
+
readonly utilities: {
|
|
334
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
readonly typography: {
|
|
339
|
+
readonly heroTitle: {
|
|
340
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
341
|
+
readonly fontSize: 40;
|
|
342
|
+
readonly fontWeight: 700;
|
|
343
|
+
readonly lineHeight: 1.25;
|
|
344
|
+
readonly letterSpacing: "-0.01em";
|
|
345
|
+
};
|
|
346
|
+
readonly titlePage: {
|
|
347
|
+
readonly small: {
|
|
348
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
349
|
+
readonly fontSize: 20;
|
|
350
|
+
readonly fontWeight: 700;
|
|
351
|
+
readonly lineHeight: 1.25;
|
|
352
|
+
readonly letterSpacing: "-0.01em";
|
|
353
|
+
};
|
|
354
|
+
readonly base: {
|
|
355
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
356
|
+
readonly fontSize: 24;
|
|
357
|
+
readonly fontWeight: 700;
|
|
358
|
+
readonly lineHeight: 1.25;
|
|
359
|
+
readonly letterSpacing: "-0.01em";
|
|
360
|
+
};
|
|
361
|
+
readonly large: {
|
|
362
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
363
|
+
readonly fontSize: 28;
|
|
364
|
+
readonly fontWeight: 700;
|
|
365
|
+
readonly lineHeight: 1.25;
|
|
366
|
+
readonly letterSpacing: "-0.01em";
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
readonly heading: {
|
|
370
|
+
readonly small: {
|
|
371
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
372
|
+
readonly fontSize: 16;
|
|
373
|
+
readonly fontWeight: 500;
|
|
374
|
+
readonly lineHeight: 1.5;
|
|
375
|
+
readonly letterSpacing: "0";
|
|
376
|
+
};
|
|
377
|
+
readonly base: {
|
|
378
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
379
|
+
readonly fontSize: 18;
|
|
380
|
+
readonly fontWeight: 500;
|
|
381
|
+
readonly lineHeight: 1.5;
|
|
382
|
+
readonly letterSpacing: "0";
|
|
383
|
+
};
|
|
384
|
+
readonly large: {
|
|
385
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
386
|
+
readonly fontSize: 20;
|
|
387
|
+
readonly fontWeight: 500;
|
|
388
|
+
readonly lineHeight: 1.5;
|
|
389
|
+
readonly letterSpacing: "0";
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
readonly subheading: {
|
|
393
|
+
readonly small: {
|
|
394
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
395
|
+
readonly fontSize: 14;
|
|
396
|
+
readonly fontWeight: 400;
|
|
397
|
+
readonly lineHeight: 1.5;
|
|
398
|
+
readonly letterSpacing: "0";
|
|
399
|
+
};
|
|
400
|
+
readonly base: {
|
|
401
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
402
|
+
readonly fontSize: 16;
|
|
403
|
+
readonly fontWeight: 400;
|
|
404
|
+
readonly lineHeight: 1.5;
|
|
405
|
+
readonly letterSpacing: "0";
|
|
406
|
+
};
|
|
407
|
+
readonly large: {
|
|
408
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
409
|
+
readonly fontSize: 18;
|
|
410
|
+
readonly fontWeight: 400;
|
|
411
|
+
readonly lineHeight: 1.5;
|
|
412
|
+
readonly letterSpacing: "0";
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
readonly subtitle: {
|
|
416
|
+
readonly small: {
|
|
417
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
418
|
+
readonly fontSize: 18;
|
|
419
|
+
readonly fontWeight: 400;
|
|
420
|
+
readonly lineHeight: 1.5;
|
|
421
|
+
readonly letterSpacing: "0";
|
|
422
|
+
};
|
|
423
|
+
readonly base: {
|
|
424
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
425
|
+
readonly fontSize: 20;
|
|
426
|
+
readonly fontWeight: 400;
|
|
427
|
+
readonly lineHeight: 1.5;
|
|
428
|
+
readonly letterSpacing: "0";
|
|
429
|
+
};
|
|
430
|
+
readonly large: {
|
|
431
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
432
|
+
readonly fontSize: 24;
|
|
433
|
+
readonly fontWeight: 400;
|
|
434
|
+
readonly lineHeight: 1.5;
|
|
435
|
+
readonly letterSpacing: "0";
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
readonly body: {
|
|
439
|
+
readonly xs: {
|
|
440
|
+
readonly regular: {
|
|
441
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
442
|
+
readonly fontSize: 12;
|
|
443
|
+
readonly fontWeight: 400;
|
|
444
|
+
readonly lineHeight: 1.5;
|
|
445
|
+
readonly letterSpacing: "0";
|
|
446
|
+
};
|
|
447
|
+
readonly strong: {
|
|
448
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
449
|
+
readonly fontSize: 12;
|
|
450
|
+
readonly fontWeight: 500;
|
|
451
|
+
readonly lineHeight: 1.5;
|
|
452
|
+
readonly letterSpacing: "0";
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
readonly s: {
|
|
456
|
+
readonly regular: {
|
|
457
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
458
|
+
readonly fontSize: 13;
|
|
459
|
+
readonly fontWeight: 400;
|
|
460
|
+
readonly lineHeight: 1.75;
|
|
461
|
+
readonly letterSpacing: "0";
|
|
462
|
+
};
|
|
463
|
+
readonly strong: {
|
|
464
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
465
|
+
readonly fontSize: 13;
|
|
466
|
+
readonly fontWeight: 500;
|
|
467
|
+
readonly lineHeight: 1.75;
|
|
468
|
+
readonly letterSpacing: "0";
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
readonly m: {
|
|
472
|
+
readonly regular: {
|
|
473
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
474
|
+
readonly fontSize: 14;
|
|
475
|
+
readonly fontWeight: 400;
|
|
476
|
+
readonly lineHeight: 1.75;
|
|
477
|
+
readonly letterSpacing: "0";
|
|
478
|
+
};
|
|
479
|
+
readonly strong: {
|
|
480
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
481
|
+
readonly fontSize: 14;
|
|
482
|
+
readonly fontWeight: 500;
|
|
483
|
+
readonly lineHeight: 1.75;
|
|
484
|
+
readonly letterSpacing: "0";
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
readonly l: {
|
|
488
|
+
readonly regular: {
|
|
489
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
490
|
+
readonly fontSize: 16;
|
|
491
|
+
readonly fontWeight: 400;
|
|
492
|
+
readonly lineHeight: 1.75;
|
|
493
|
+
readonly letterSpacing: "0";
|
|
494
|
+
};
|
|
495
|
+
readonly strong: {
|
|
496
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
497
|
+
readonly fontSize: 16;
|
|
498
|
+
readonly fontWeight: 500;
|
|
499
|
+
readonly lineHeight: 1.75;
|
|
500
|
+
readonly letterSpacing: "0";
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
readonly singleLine: {
|
|
505
|
+
readonly xxs: {
|
|
506
|
+
readonly regular: {
|
|
507
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
508
|
+
readonly fontSize: 11;
|
|
509
|
+
readonly fontWeight: 400;
|
|
510
|
+
readonly lineHeight: 1.25;
|
|
511
|
+
readonly letterSpacing: "0";
|
|
512
|
+
};
|
|
513
|
+
readonly strong: {
|
|
514
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
515
|
+
readonly fontSize: 11;
|
|
516
|
+
readonly fontWeight: 500;
|
|
517
|
+
readonly lineHeight: 1.25;
|
|
518
|
+
readonly letterSpacing: "0";
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
readonly xs: {
|
|
522
|
+
readonly regular: {
|
|
523
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
524
|
+
readonly fontSize: 12;
|
|
525
|
+
readonly fontWeight: 400;
|
|
526
|
+
readonly lineHeight: 1.25;
|
|
527
|
+
readonly letterSpacing: "0";
|
|
528
|
+
};
|
|
529
|
+
readonly strong: {
|
|
530
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
531
|
+
readonly fontSize: 12;
|
|
532
|
+
readonly fontWeight: 500;
|
|
533
|
+
readonly lineHeight: 1.25;
|
|
534
|
+
readonly letterSpacing: "0";
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
readonly s: {
|
|
538
|
+
readonly regular: {
|
|
539
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
540
|
+
readonly fontSize: 13;
|
|
541
|
+
readonly fontWeight: 400;
|
|
542
|
+
readonly lineHeight: 1.25;
|
|
543
|
+
readonly letterSpacing: "0";
|
|
544
|
+
};
|
|
545
|
+
readonly strong: {
|
|
546
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
547
|
+
readonly fontSize: 13;
|
|
548
|
+
readonly fontWeight: 500;
|
|
549
|
+
readonly lineHeight: 1.25;
|
|
550
|
+
readonly letterSpacing: "0";
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
readonly m: {
|
|
554
|
+
readonly regular: {
|
|
555
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
556
|
+
readonly fontSize: 14;
|
|
557
|
+
readonly fontWeight: 400;
|
|
558
|
+
readonly lineHeight: 1.25;
|
|
559
|
+
readonly letterSpacing: "0";
|
|
560
|
+
};
|
|
561
|
+
readonly strong: {
|
|
562
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
563
|
+
readonly fontSize: 14;
|
|
564
|
+
readonly fontWeight: 500;
|
|
565
|
+
readonly lineHeight: 1.25;
|
|
566
|
+
readonly letterSpacing: "0";
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
readonly l: {
|
|
570
|
+
readonly regular: {
|
|
571
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
572
|
+
readonly fontSize: 16;
|
|
573
|
+
readonly fontWeight: 400;
|
|
574
|
+
readonly lineHeight: 1.25;
|
|
575
|
+
readonly letterSpacing: "0";
|
|
576
|
+
};
|
|
577
|
+
readonly strong: {
|
|
578
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
579
|
+
readonly fontSize: 16;
|
|
580
|
+
readonly fontWeight: 500;
|
|
581
|
+
readonly lineHeight: 1.25;
|
|
582
|
+
readonly letterSpacing: "0";
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
};
|
|
586
|
+
readonly code: {
|
|
587
|
+
readonly fontFamily: "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace";
|
|
588
|
+
readonly fontSize: 13;
|
|
589
|
+
readonly fontWeight: 400;
|
|
590
|
+
readonly lineHeight: 1.75;
|
|
591
|
+
readonly letterSpacing: "0";
|
|
592
|
+
};
|
|
593
|
+
};
|
|
594
|
+
readonly spacing: {
|
|
595
|
+
readonly 0: 0;
|
|
596
|
+
readonly 50: 2;
|
|
597
|
+
readonly 100: 4;
|
|
598
|
+
readonly 150: 6;
|
|
599
|
+
readonly 200: 8;
|
|
600
|
+
readonly 300: 12;
|
|
601
|
+
readonly 400: 16;
|
|
602
|
+
readonly 500: 20;
|
|
603
|
+
readonly 600: 24;
|
|
604
|
+
readonly 800: 32;
|
|
605
|
+
readonly 1200: 48;
|
|
606
|
+
readonly 1600: 64;
|
|
607
|
+
readonly 2400: 96;
|
|
608
|
+
readonly 4000: 160;
|
|
609
|
+
readonly '-100': -4;
|
|
610
|
+
readonly '-200': -8;
|
|
611
|
+
readonly '-300': -12;
|
|
612
|
+
readonly '-400': -16;
|
|
613
|
+
readonly '-600': -24;
|
|
614
|
+
};
|
|
615
|
+
readonly radius: {
|
|
616
|
+
readonly none: 0;
|
|
617
|
+
readonly sm: 4;
|
|
618
|
+
readonly md: 8;
|
|
619
|
+
readonly lg: 12;
|
|
620
|
+
readonly xl: 16;
|
|
621
|
+
readonly full: 9999;
|
|
622
|
+
};
|
|
623
|
+
readonly borderWidth: {
|
|
624
|
+
readonly none: 0;
|
|
625
|
+
readonly thin: 1;
|
|
626
|
+
readonly medium: 1.5;
|
|
627
|
+
readonly thick: 2;
|
|
628
|
+
};
|
|
629
|
+
readonly depth: {
|
|
630
|
+
readonly 0: 0;
|
|
631
|
+
readonly 25: 1;
|
|
632
|
+
readonly 100: 4;
|
|
633
|
+
readonly 200: 8;
|
|
634
|
+
readonly 400: 16;
|
|
635
|
+
readonly 800: 32;
|
|
636
|
+
readonly 1200: 48;
|
|
637
|
+
readonly '-25': -1;
|
|
638
|
+
readonly '-100': -4;
|
|
639
|
+
readonly '-200': -8;
|
|
640
|
+
readonly '-400': -16;
|
|
641
|
+
readonly '-800': -32;
|
|
642
|
+
readonly '-1200': -48;
|
|
643
|
+
};
|
|
644
|
+
readonly iconSize: {
|
|
645
|
+
readonly sm: 24;
|
|
646
|
+
readonly md: 32;
|
|
647
|
+
readonly lg: 40;
|
|
648
|
+
};
|
|
649
|
+
readonly shadow: {
|
|
650
|
+
readonly xs: `0 1px ${number}px rgba(0, 0, 0, 0.1)`;
|
|
651
|
+
readonly sm: `0 2px ${number}px rgba(0, 0, 0, 0.12)`;
|
|
652
|
+
readonly md: `0 4px ${number}px rgba(0, 0, 0, 0.15)`;
|
|
653
|
+
readonly lg: `0 8px ${number}px rgba(0, 0, 0, 0.18)`;
|
|
654
|
+
readonly xl: `0 16px ${number}px rgba(0, 0, 0, 0.20)`;
|
|
655
|
+
readonly none: "none";
|
|
656
|
+
};
|
|
657
|
+
readonly blur: {
|
|
658
|
+
readonly none: "blur(0px)";
|
|
659
|
+
readonly soft: "blur(2px)";
|
|
660
|
+
readonly light: "blur(4px)";
|
|
661
|
+
readonly medium: "blur(8px)";
|
|
662
|
+
readonly heavy: "blur(12px)";
|
|
663
|
+
readonly intense: "blur(24px)";
|
|
664
|
+
};
|
|
665
|
+
readonly transition: {
|
|
666
|
+
readonly fast: "150ms ease-in-out";
|
|
667
|
+
readonly base: "250ms ease-in-out";
|
|
668
|
+
readonly slow: "350ms ease-in-out";
|
|
669
|
+
readonly verySlow: "500ms ease-in-out";
|
|
670
|
+
};
|
|
671
|
+
readonly duration: {
|
|
672
|
+
readonly instant: 100;
|
|
673
|
+
readonly fast: 150;
|
|
674
|
+
readonly base: 250;
|
|
675
|
+
readonly slow: 350;
|
|
676
|
+
readonly verySlow: 500;
|
|
677
|
+
};
|
|
678
|
+
readonly easing: {
|
|
679
|
+
readonly linear: "linear";
|
|
680
|
+
readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
|
|
681
|
+
readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
|
|
682
|
+
readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
683
|
+
readonly spring: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
684
|
+
};
|
|
685
|
+
readonly breakpoint: {
|
|
686
|
+
readonly mobile: 375;
|
|
687
|
+
readonly tablet: 768;
|
|
688
|
+
readonly desktop: 1200;
|
|
689
|
+
readonly wide: 1440;
|
|
690
|
+
};
|
|
691
|
+
readonly media: {
|
|
692
|
+
readonly mobile: "@media (min-width: 375px)";
|
|
693
|
+
readonly tablet: "@media (min-width: 768px)";
|
|
694
|
+
readonly desktop: "@media (min-width: 1200px)";
|
|
695
|
+
readonly wide: "@media (min-width: 1440px)";
|
|
696
|
+
};
|
|
697
|
+
readonly fontFamily: {
|
|
698
|
+
readonly sans: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
699
|
+
readonly mono: "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace";
|
|
700
|
+
};
|
|
701
|
+
readonly fontWeight: {
|
|
702
|
+
readonly regular: 400;
|
|
703
|
+
readonly medium: 500;
|
|
704
|
+
readonly semibold: 600;
|
|
705
|
+
readonly bold: 700;
|
|
706
|
+
};
|
|
707
|
+
readonly fontSize: {
|
|
708
|
+
readonly scale01: 11;
|
|
709
|
+
readonly scale02: 12;
|
|
710
|
+
readonly scale03: 13;
|
|
711
|
+
readonly scale04: 14;
|
|
712
|
+
readonly scale05: 16;
|
|
713
|
+
readonly scale06: 18;
|
|
714
|
+
readonly scale07: 20;
|
|
715
|
+
readonly scale08: 24;
|
|
716
|
+
readonly scale09: 28;
|
|
717
|
+
readonly scale10: 32;
|
|
718
|
+
readonly scale11: 40;
|
|
719
|
+
};
|
|
720
|
+
readonly lineHeight: {
|
|
721
|
+
readonly tight: 1.25;
|
|
722
|
+
readonly normal: 1.5;
|
|
723
|
+
readonly relaxed: 1.75;
|
|
724
|
+
};
|
|
725
|
+
readonly letterSpacing: {
|
|
726
|
+
readonly tight: "-0.01em";
|
|
727
|
+
readonly normal: "0";
|
|
728
|
+
readonly wide: "0.01em";
|
|
729
|
+
};
|
|
730
|
+
readonly fontStyle: {
|
|
731
|
+
readonly normal: "normal";
|
|
732
|
+
readonly italic: "italic";
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
/**
|
|
736
|
+
* Core primitives - use with caution
|
|
737
|
+
* Prefer semantic tokens from `tokens` object
|
|
738
|
+
*/
|
|
739
|
+
export declare const primitives: {
|
|
740
|
+
readonly colors: {
|
|
741
|
+
readonly gray: {
|
|
742
|
+
readonly 50: "#f6f6f6";
|
|
743
|
+
readonly 100: "#ededed";
|
|
744
|
+
readonly 150: "#e4e4e4";
|
|
745
|
+
readonly 200: "#dbdbdb";
|
|
746
|
+
readonly 300: "#cacaca";
|
|
747
|
+
readonly 400: "#b8b8b8";
|
|
748
|
+
readonly 500: "#a6a6a6";
|
|
749
|
+
readonly 600: "#858585";
|
|
750
|
+
readonly 700: "#646464";
|
|
751
|
+
readonly 800: "#424242";
|
|
752
|
+
readonly 900: "#323232";
|
|
753
|
+
readonly 950: "#212121";
|
|
754
|
+
readonly 1000: "#111111";
|
|
755
|
+
};
|
|
756
|
+
readonly purple: {
|
|
757
|
+
readonly 50: "#f3eef9";
|
|
758
|
+
readonly 100: "#e7dcf2";
|
|
759
|
+
readonly 150: "#dbcbec";
|
|
760
|
+
readonly 200: "#cfb9e5";
|
|
761
|
+
readonly 300: "#b897d9";
|
|
762
|
+
readonly 400: "#a074cc";
|
|
763
|
+
readonly 500: "#8851bf";
|
|
764
|
+
readonly 600: "#6d4199";
|
|
765
|
+
readonly 700: "#523173";
|
|
766
|
+
readonly 800: "#36204c";
|
|
767
|
+
readonly 900: "#291839";
|
|
768
|
+
readonly 950: "#1b1026";
|
|
769
|
+
readonly 1000: "#0e0813";
|
|
770
|
+
};
|
|
771
|
+
readonly violet: {
|
|
772
|
+
readonly 50: "#eceaf9";
|
|
773
|
+
readonly 100: "#dad6f2";
|
|
774
|
+
readonly 150: "#c7c1ec";
|
|
775
|
+
readonly 200: "#b4ade5";
|
|
776
|
+
readonly 300: "#8f84d9";
|
|
777
|
+
readonly 400: "#695bcc";
|
|
778
|
+
readonly 500: "#4432bf";
|
|
779
|
+
readonly 600: "#362899";
|
|
780
|
+
readonly 700: "#291e73";
|
|
781
|
+
readonly 800: "#1b144c";
|
|
782
|
+
readonly 900: "#140f39";
|
|
783
|
+
readonly 950: "#0e0a26";
|
|
784
|
+
readonly 1000: "#070513";
|
|
785
|
+
};
|
|
786
|
+
readonly red: {
|
|
787
|
+
readonly 50: "#fde9e9";
|
|
788
|
+
readonly 100: "#fbd3d2";
|
|
789
|
+
readonly 150: "#f9bdbc";
|
|
790
|
+
readonly 200: "#f7a7a5";
|
|
791
|
+
readonly 300: "#f47a79";
|
|
792
|
+
readonly 400: "#f04e4c";
|
|
793
|
+
readonly 500: "#ec221f";
|
|
794
|
+
readonly 600: "#bd1b19";
|
|
795
|
+
readonly 700: "#8e1413";
|
|
796
|
+
readonly 800: "#5e0e0c";
|
|
797
|
+
readonly 900: "#470a09";
|
|
798
|
+
readonly 950: "#2f0706";
|
|
799
|
+
readonly 1000: "#180303";
|
|
800
|
+
};
|
|
801
|
+
readonly green: {
|
|
802
|
+
readonly 50: "#e7f7ef";
|
|
803
|
+
readonly 100: "#d0efde";
|
|
804
|
+
readonly 150: "#b8e7ce";
|
|
805
|
+
readonly 200: "#a1dfbe";
|
|
806
|
+
readonly 300: "#72ce9d";
|
|
807
|
+
readonly 400: "#43be7d";
|
|
808
|
+
readonly 500: "#14ae5c";
|
|
809
|
+
readonly 600: "#108b4a";
|
|
810
|
+
readonly 700: "#0c6837";
|
|
811
|
+
readonly 800: "#084625";
|
|
812
|
+
readonly 900: "#06341c";
|
|
813
|
+
readonly 950: "#042312";
|
|
814
|
+
readonly 1000: "#021109";
|
|
815
|
+
};
|
|
816
|
+
readonly yellow: {
|
|
817
|
+
readonly 50: "#fefae6";
|
|
818
|
+
readonly 100: "#fef4ce";
|
|
819
|
+
readonly 150: "#fdefb5";
|
|
820
|
+
readonly 200: "#fdea9d";
|
|
821
|
+
readonly 300: "#fcdf6c";
|
|
822
|
+
readonly 400: "#fbd53b";
|
|
823
|
+
readonly 500: "#faca0a";
|
|
824
|
+
readonly 600: "#c8a208";
|
|
825
|
+
readonly 700: "#967906";
|
|
826
|
+
readonly 800: "#645104";
|
|
827
|
+
readonly 900: "#4b3d03";
|
|
828
|
+
readonly 950: "#322802";
|
|
829
|
+
readonly 1000: "#191401";
|
|
830
|
+
};
|
|
831
|
+
readonly blue: {
|
|
832
|
+
readonly 50: "#e7f3fe";
|
|
833
|
+
readonly 100: "#cee8fd";
|
|
834
|
+
readonly 150: "#b6ddfc";
|
|
835
|
+
readonly 200: "#9ed1fb";
|
|
836
|
+
readonly 300: "#6dbaf9";
|
|
837
|
+
readonly 400: "#3da3f7";
|
|
838
|
+
readonly 500: "#0c8cf5";
|
|
839
|
+
readonly 600: "#0a70c4";
|
|
840
|
+
readonly 700: "#075493";
|
|
841
|
+
readonly 800: "#053862";
|
|
842
|
+
readonly 900: "#042a4a";
|
|
843
|
+
readonly 950: "#021c31";
|
|
844
|
+
readonly 1000: "#010e19";
|
|
845
|
+
};
|
|
846
|
+
readonly slate: {
|
|
847
|
+
readonly 50: "#f1f3f4";
|
|
848
|
+
readonly 100: "#e4e6ea";
|
|
849
|
+
readonly 150: "#d6dadf";
|
|
850
|
+
readonly 200: "#c8ced4";
|
|
851
|
+
readonly 300: "#adb5bf";
|
|
852
|
+
readonly 400: "#919da9";
|
|
853
|
+
readonly 500: "#768494";
|
|
854
|
+
readonly 600: "#5e6a76";
|
|
855
|
+
readonly 700: "#474f59";
|
|
856
|
+
readonly 800: "#2f353b";
|
|
857
|
+
readonly 900: "#23282c";
|
|
858
|
+
readonly 950: "#181a1e";
|
|
859
|
+
readonly 1000: "#0c0d0f";
|
|
860
|
+
};
|
|
861
|
+
readonly white: "#ffffff";
|
|
862
|
+
readonly black: "#000000";
|
|
863
|
+
};
|
|
864
|
+
readonly alphas: {
|
|
865
|
+
readonly white: {
|
|
866
|
+
readonly 50: "rgba(255, 255, 255, 0.04)";
|
|
867
|
+
readonly 100: "rgba(255, 255, 255, 0.08)";
|
|
868
|
+
readonly 150: "rgba(255, 255, 255, 0.15)";
|
|
869
|
+
readonly 200: "rgba(255, 255, 255, 0.20)";
|
|
870
|
+
readonly 300: "rgba(255, 255, 255, 0.30)";
|
|
871
|
+
readonly 350: "rgba(255, 255, 255, 0.35)";
|
|
872
|
+
readonly 400: "rgba(255, 255, 255, 0.40)";
|
|
873
|
+
readonly 500: "rgba(255, 255, 255, 0.50)";
|
|
874
|
+
readonly 600: "rgba(255, 255, 255, 0.60)";
|
|
875
|
+
readonly 700: "rgba(255, 255, 255, 0.70)";
|
|
876
|
+
readonly 800: "rgba(255, 255, 255, 0.80)";
|
|
877
|
+
};
|
|
878
|
+
readonly black: {
|
|
879
|
+
readonly 100: "rgba(12, 12, 13, 0.05)";
|
|
880
|
+
readonly 200: "rgba(12, 12, 13, 0.10)";
|
|
881
|
+
readonly 300: "rgba(12, 12, 13, 0.20)";
|
|
882
|
+
readonly 400: "rgba(12, 12, 13, 0.40)";
|
|
883
|
+
readonly 500: "rgba(12, 12, 13, 0.70)";
|
|
884
|
+
readonly 600: "rgba(12, 12, 13, 0.80)";
|
|
885
|
+
readonly 700: "rgba(12, 12, 13, 0.85)";
|
|
886
|
+
readonly 800: "rgba(12, 12, 13, 0.90)";
|
|
887
|
+
readonly 900: "rgba(12, 12, 13, 0.95)";
|
|
888
|
+
readonly 1000: "rgba(12, 12, 13, 1.00)";
|
|
889
|
+
};
|
|
890
|
+
readonly purple: {
|
|
891
|
+
readonly 100: "rgba(136, 81, 191, 0.08)";
|
|
892
|
+
readonly 200: "rgba(136, 81, 191, 0.16)";
|
|
893
|
+
};
|
|
894
|
+
readonly violet: {
|
|
895
|
+
readonly 100: "rgba(68, 50, 191, 0.08)";
|
|
896
|
+
readonly 200: "rgba(68, 50, 191, 0.16)";
|
|
897
|
+
};
|
|
898
|
+
readonly slate: {
|
|
899
|
+
readonly 100: "rgba(118, 132, 148, 0.08)";
|
|
900
|
+
readonly 200: "rgba(118, 132, 148, 0.16)";
|
|
901
|
+
};
|
|
902
|
+
readonly green: {
|
|
903
|
+
readonly 100: "rgba(20, 174, 92, 0.08)";
|
|
904
|
+
readonly 200: "rgba(20, 174, 92, 0.16)";
|
|
905
|
+
};
|
|
906
|
+
readonly red: {
|
|
907
|
+
readonly 100: "rgba(236, 34, 31, 0.08)";
|
|
908
|
+
readonly 200: "rgba(236, 34, 31, 0.16)";
|
|
909
|
+
};
|
|
910
|
+
readonly yellow: {
|
|
911
|
+
readonly 100: "rgba(229, 160, 0, 0.08)";
|
|
912
|
+
readonly 200: "rgba(229, 160, 0, 0.16)";
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
readonly space: {
|
|
916
|
+
readonly 0: 0;
|
|
917
|
+
readonly 50: 2;
|
|
918
|
+
readonly 100: 4;
|
|
919
|
+
readonly 150: 6;
|
|
920
|
+
readonly 200: 8;
|
|
921
|
+
readonly 300: 12;
|
|
922
|
+
readonly 400: 16;
|
|
923
|
+
readonly 500: 20;
|
|
924
|
+
readonly 600: 24;
|
|
925
|
+
readonly 800: 32;
|
|
926
|
+
readonly 1200: 48;
|
|
927
|
+
readonly 1600: 64;
|
|
928
|
+
readonly 2400: 96;
|
|
929
|
+
readonly 4000: 160;
|
|
930
|
+
readonly '-100': -4;
|
|
931
|
+
readonly '-200': -8;
|
|
932
|
+
readonly '-300': -12;
|
|
933
|
+
readonly '-400': -16;
|
|
934
|
+
readonly '-600': -24;
|
|
935
|
+
};
|
|
936
|
+
readonly radius: {
|
|
937
|
+
readonly none: 0;
|
|
938
|
+
readonly sm: 4;
|
|
939
|
+
readonly md: 8;
|
|
940
|
+
readonly lg: 12;
|
|
941
|
+
readonly xl: 16;
|
|
942
|
+
readonly full: 9999;
|
|
943
|
+
};
|
|
944
|
+
readonly borderWidth: {
|
|
945
|
+
readonly none: 0;
|
|
946
|
+
readonly thin: 1;
|
|
947
|
+
readonly medium: 1.5;
|
|
948
|
+
readonly thick: 2;
|
|
949
|
+
};
|
|
950
|
+
readonly depth: {
|
|
951
|
+
readonly 0: 0;
|
|
952
|
+
readonly 25: 1;
|
|
953
|
+
readonly 100: 4;
|
|
954
|
+
readonly 200: 8;
|
|
955
|
+
readonly 400: 16;
|
|
956
|
+
readonly 800: 32;
|
|
957
|
+
readonly 1200: 48;
|
|
958
|
+
readonly '-25': -1;
|
|
959
|
+
readonly '-100': -4;
|
|
960
|
+
readonly '-200': -8;
|
|
961
|
+
readonly '-400': -16;
|
|
962
|
+
readonly '-800': -32;
|
|
963
|
+
readonly '-1200': -48;
|
|
964
|
+
};
|
|
965
|
+
readonly iconSize: {
|
|
966
|
+
readonly sm: 24;
|
|
967
|
+
readonly md: 32;
|
|
968
|
+
readonly lg: 40;
|
|
969
|
+
};
|
|
970
|
+
readonly blur: {
|
|
971
|
+
readonly none: 0;
|
|
972
|
+
readonly soft: 2;
|
|
973
|
+
readonly light: 4;
|
|
974
|
+
readonly medium: 8;
|
|
975
|
+
readonly heavy: 12;
|
|
976
|
+
readonly intense: 24;
|
|
977
|
+
};
|
|
978
|
+
readonly elevation: {
|
|
979
|
+
readonly xs: 1;
|
|
980
|
+
readonly sm: 2;
|
|
981
|
+
readonly md: 4;
|
|
982
|
+
readonly lg: 8;
|
|
983
|
+
readonly xl: 16;
|
|
984
|
+
};
|
|
985
|
+
readonly fontFamily: {
|
|
986
|
+
readonly sans: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
987
|
+
readonly mono: "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace";
|
|
988
|
+
};
|
|
989
|
+
readonly fontWeight: {
|
|
990
|
+
readonly regular: 400;
|
|
991
|
+
readonly medium: 500;
|
|
992
|
+
readonly semibold: 600;
|
|
993
|
+
readonly bold: 700;
|
|
994
|
+
};
|
|
995
|
+
readonly fontSize: {
|
|
996
|
+
readonly scale01: 11;
|
|
997
|
+
readonly scale02: 12;
|
|
998
|
+
readonly scale03: 13;
|
|
999
|
+
readonly scale04: 14;
|
|
1000
|
+
readonly scale05: 16;
|
|
1001
|
+
readonly scale06: 18;
|
|
1002
|
+
readonly scale07: 20;
|
|
1003
|
+
readonly scale08: 24;
|
|
1004
|
+
readonly scale09: 28;
|
|
1005
|
+
readonly scale10: 32;
|
|
1006
|
+
readonly scale11: 40;
|
|
1007
|
+
};
|
|
1008
|
+
readonly lineHeight: {
|
|
1009
|
+
readonly tight: 1.25;
|
|
1010
|
+
readonly normal: 1.5;
|
|
1011
|
+
readonly relaxed: 1.75;
|
|
1012
|
+
};
|
|
1013
|
+
readonly letterSpacing: {
|
|
1014
|
+
readonly tight: "-0.01em";
|
|
1015
|
+
readonly normal: "0";
|
|
1016
|
+
readonly wide: "0.01em";
|
|
1017
|
+
};
|
|
1018
|
+
readonly fontStyle: {
|
|
1019
|
+
readonly normal: "normal";
|
|
1020
|
+
readonly italic: "italic";
|
|
1021
|
+
};
|
|
1022
|
+
readonly breakpoints: {
|
|
1023
|
+
readonly mobile: 375;
|
|
1024
|
+
readonly tablet: 768;
|
|
1025
|
+
readonly desktop: 1200;
|
|
1026
|
+
readonly wide: 1440;
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
1029
|
+
/**
|
|
1030
|
+
* Available themes
|
|
1031
|
+
*/
|
|
1032
|
+
export declare const themes: {
|
|
1033
|
+
readonly light: {
|
|
1034
|
+
readonly color: {
|
|
1035
|
+
readonly background: {
|
|
1036
|
+
readonly brand: {
|
|
1037
|
+
readonly default: "#8851bf";
|
|
1038
|
+
readonly secondary: "#b897d9";
|
|
1039
|
+
readonly tertiary: "#dbcbec";
|
|
1040
|
+
readonly hover: "#6d4199";
|
|
1041
|
+
readonly secondaryHover: "#a074cc";
|
|
1042
|
+
readonly tertiaryHover: "#cfb9e5";
|
|
1043
|
+
readonly subtleLow: "rgba(136, 81, 191, 0.08)";
|
|
1044
|
+
readonly subtleMedium: "rgba(136, 81, 191, 0.08)";
|
|
1045
|
+
};
|
|
1046
|
+
readonly action: {
|
|
1047
|
+
readonly default: "#4432bf";
|
|
1048
|
+
readonly secondary: "#8f84d9";
|
|
1049
|
+
readonly tertiary: "#dad6f2";
|
|
1050
|
+
readonly hover: "#695bcc";
|
|
1051
|
+
readonly secondaryHover: "#695bcc";
|
|
1052
|
+
readonly tertiaryHover: "#c7c1ec";
|
|
1053
|
+
readonly subtleLow: "rgba(68, 50, 191, 0.08)";
|
|
1054
|
+
readonly subtleMedium: "rgba(68, 50, 191, 0.08)";
|
|
1055
|
+
};
|
|
1056
|
+
readonly success: {
|
|
1057
|
+
readonly default: "#14ae5c";
|
|
1058
|
+
readonly secondary: "#a1dfbe";
|
|
1059
|
+
readonly tertiary: "#e7f7ef";
|
|
1060
|
+
readonly hover: "#108b4a";
|
|
1061
|
+
readonly secondaryHover: "#72ce9d";
|
|
1062
|
+
readonly tertiaryHover: "#a1dfbe";
|
|
1063
|
+
readonly subtleLow: "#a1dfbe";
|
|
1064
|
+
readonly subtleMedium: "#a1dfbe";
|
|
1065
|
+
};
|
|
1066
|
+
readonly warning: {
|
|
1067
|
+
readonly default: "#faca0a";
|
|
1068
|
+
readonly secondary: "#fcdf6c";
|
|
1069
|
+
readonly tertiary: "#fdefb5";
|
|
1070
|
+
readonly hover: "#c8a208";
|
|
1071
|
+
readonly secondaryHover: "#fbd53b";
|
|
1072
|
+
readonly tertiaryHover: "#fdea9d";
|
|
1073
|
+
readonly subtleLow: "#fdea9d";
|
|
1074
|
+
readonly subtleMedium: "#fdea9d";
|
|
1075
|
+
};
|
|
1076
|
+
readonly danger: {
|
|
1077
|
+
readonly default: "#f04e4c";
|
|
1078
|
+
readonly secondary: "#f7a7a5";
|
|
1079
|
+
readonly tertiary: "#fde9e9";
|
|
1080
|
+
readonly hover: "#bd1b19";
|
|
1081
|
+
readonly secondaryHover: "#f47a79";
|
|
1082
|
+
readonly tertiaryHover: "#f9bdbc";
|
|
1083
|
+
readonly subtleLow: "rgba(236, 34, 31, 0.08)";
|
|
1084
|
+
readonly subtleMedium: "rgba(236, 34, 31, 0.08)";
|
|
1085
|
+
};
|
|
1086
|
+
readonly info: {
|
|
1087
|
+
readonly default: "#0c8cf5";
|
|
1088
|
+
readonly secondary: "#6dbaf9";
|
|
1089
|
+
readonly tertiary: "#cee8fd";
|
|
1090
|
+
readonly hover: "#0a70c4";
|
|
1091
|
+
readonly secondaryHover: "#3da3f7";
|
|
1092
|
+
readonly tertiaryHover: "#9ed1fb";
|
|
1093
|
+
readonly subtleLow: "#9ed1fb";
|
|
1094
|
+
readonly subtleMedium: "#9ed1fb";
|
|
1095
|
+
};
|
|
1096
|
+
readonly neutral: {
|
|
1097
|
+
readonly default: "#768494";
|
|
1098
|
+
readonly secondary: "#adb5bf";
|
|
1099
|
+
readonly tertiary: "#e4e6ea";
|
|
1100
|
+
readonly hover: "#5e6a76";
|
|
1101
|
+
readonly secondaryHover: "#919da9";
|
|
1102
|
+
readonly tertiaryHover: "#c8ced4";
|
|
1103
|
+
readonly subtleLow: "rgba(118, 132, 148, 0.08)";
|
|
1104
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
1105
|
+
};
|
|
1106
|
+
readonly default: {
|
|
1107
|
+
readonly default: "#f1f3f4";
|
|
1108
|
+
readonly hover: "#e4e6ea";
|
|
1109
|
+
readonly glass: "rgba(255, 255, 255, 0.30)";
|
|
1110
|
+
readonly onGlass: "rgba(255, 255, 255, 0.60)";
|
|
1111
|
+
readonly onGlassSecondary: "rgba(255, 255, 255, 0.70)";
|
|
1112
|
+
readonly onGlassTertiary: "rgba(255, 255, 255, 0.80)";
|
|
1113
|
+
readonly onGlassHover: "rgba(255, 255, 255, 0.80)";
|
|
1114
|
+
};
|
|
1115
|
+
readonly disabled: {
|
|
1116
|
+
readonly default: "#dbdbdb";
|
|
1117
|
+
readonly secondary: "#ededed";
|
|
1118
|
+
};
|
|
1119
|
+
readonly utilities: {
|
|
1120
|
+
readonly scrim: "rgba(255, 255, 255, 0.7)";
|
|
1121
|
+
readonly overlay: "rgba(0, 0, 0, 0.5)";
|
|
1122
|
+
readonly blanket: "rgba(0, 0, 0, 0.7)";
|
|
1123
|
+
readonly bgOnGlass: "rgba(255, 255, 255, 0.45)";
|
|
1124
|
+
readonly bgOnGlassOnGlass: "rgba(255, 255, 255, 0.6)";
|
|
1125
|
+
readonly hoverOverlay: "rgba(0, 0, 0, 0.2)";
|
|
1126
|
+
};
|
|
1127
|
+
};
|
|
1128
|
+
readonly text: {
|
|
1129
|
+
readonly default: {
|
|
1130
|
+
readonly default: "#2f353b";
|
|
1131
|
+
readonly secondary: "#768494";
|
|
1132
|
+
readonly tertiary: "#adb5bf";
|
|
1133
|
+
};
|
|
1134
|
+
readonly brand: {
|
|
1135
|
+
readonly default: "#8851bf";
|
|
1136
|
+
readonly secondary: "#b897d9";
|
|
1137
|
+
readonly tertiary: "#dbcbec";
|
|
1138
|
+
readonly onBrand: "#f3eef9";
|
|
1139
|
+
readonly onBrandSecondary: "#36204c";
|
|
1140
|
+
readonly onBrandTertiary: "#6d4199";
|
|
1141
|
+
};
|
|
1142
|
+
readonly action: {
|
|
1143
|
+
readonly default: "#4432bf";
|
|
1144
|
+
readonly secondary: "#8f84d9";
|
|
1145
|
+
readonly tertiary: "#c7c1ec";
|
|
1146
|
+
readonly onAction: "#eceaf9";
|
|
1147
|
+
readonly onActionSecondary: "#291e73";
|
|
1148
|
+
readonly onActionTertiary: "#362899";
|
|
1149
|
+
};
|
|
1150
|
+
readonly success: {
|
|
1151
|
+
readonly default: "#084625";
|
|
1152
|
+
readonly secondary: "#108b4a";
|
|
1153
|
+
readonly tertiary: "#14ae5c";
|
|
1154
|
+
readonly onSuccess: "#e7f7ef";
|
|
1155
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
1156
|
+
readonly onSuccessTertiary: "#084625";
|
|
1157
|
+
};
|
|
1158
|
+
readonly warning: {
|
|
1159
|
+
readonly default: "#4b3d03";
|
|
1160
|
+
readonly secondary: "#967906";
|
|
1161
|
+
readonly tertiary: "#c8a208";
|
|
1162
|
+
readonly onWarning: "#4b3d03";
|
|
1163
|
+
readonly onWarningSecondary: "#645104";
|
|
1164
|
+
readonly onWarningTertiary: "#967906";
|
|
1165
|
+
};
|
|
1166
|
+
readonly danger: {
|
|
1167
|
+
readonly default: "#ec221f";
|
|
1168
|
+
readonly secondary: "#f04e4c";
|
|
1169
|
+
readonly tertiary: "#f47a79";
|
|
1170
|
+
readonly onDanger: "#fde9e9";
|
|
1171
|
+
readonly onDangerSecondary: "#5e0e0c";
|
|
1172
|
+
readonly onDangerTertiary: "#bd1b19";
|
|
1173
|
+
};
|
|
1174
|
+
readonly info: {
|
|
1175
|
+
readonly default: "#0c8cf5";
|
|
1176
|
+
readonly secondary: "#6dbaf9";
|
|
1177
|
+
readonly tertiary: "#b6ddfc";
|
|
1178
|
+
readonly onInfo: "#e7f3fe";
|
|
1179
|
+
readonly onInfoSecondary: "#053862";
|
|
1180
|
+
readonly onInfoTertiary: "#0a70c4";
|
|
1181
|
+
};
|
|
1182
|
+
readonly neutral: {
|
|
1183
|
+
readonly default: "#2f353b";
|
|
1184
|
+
readonly secondary: "#768494";
|
|
1185
|
+
readonly tertiary: "#adb5bf";
|
|
1186
|
+
readonly onNeutral: "#f1f3f4";
|
|
1187
|
+
readonly onNeutralSecondary: "#2f353b";
|
|
1188
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
1189
|
+
};
|
|
1190
|
+
readonly disabled: {
|
|
1191
|
+
readonly default: "#b8b8b8";
|
|
1192
|
+
readonly secondary: "#cacaca";
|
|
1193
|
+
readonly onDisabled: "#a6a6a6";
|
|
1194
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
1195
|
+
};
|
|
1196
|
+
readonly utilities: {
|
|
1197
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
1198
|
+
};
|
|
1199
|
+
};
|
|
1200
|
+
readonly border: {
|
|
1201
|
+
readonly default: {
|
|
1202
|
+
readonly default: "#ffffff";
|
|
1203
|
+
readonly secondary: "#d6dadf";
|
|
1204
|
+
readonly tertiary: "#768494";
|
|
1205
|
+
readonly subtleLow: "rgba(255, 255, 255, 0.80)";
|
|
1206
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
1207
|
+
readonly subtleHigh: "rgba(255, 255, 255, 0.40)";
|
|
1208
|
+
};
|
|
1209
|
+
readonly brand: {
|
|
1210
|
+
readonly default: "#cfb9e5";
|
|
1211
|
+
readonly secondary: "#b897d9";
|
|
1212
|
+
readonly tertiary: "#dbcbec";
|
|
1213
|
+
readonly onBrand: "#f3eef9";
|
|
1214
|
+
readonly onBrandSecondary: "#36204c";
|
|
1215
|
+
readonly onBrandTertiary: "#6d4199";
|
|
1216
|
+
};
|
|
1217
|
+
readonly action: {
|
|
1218
|
+
readonly default: "#4432bf";
|
|
1219
|
+
readonly secondary: "#8f84d9";
|
|
1220
|
+
readonly tertiary: "#c7c1ec";
|
|
1221
|
+
readonly onAction: "#eceaf9";
|
|
1222
|
+
readonly onActionSecondary: "#362899";
|
|
1223
|
+
readonly onActionTertiary: "#1b144c";
|
|
1224
|
+
};
|
|
1225
|
+
readonly success: {
|
|
1226
|
+
readonly default: "#084625";
|
|
1227
|
+
readonly secondary: "#108b4a";
|
|
1228
|
+
readonly tertiary: "#14ae5c";
|
|
1229
|
+
};
|
|
1230
|
+
readonly warning: {
|
|
1231
|
+
readonly default: "#645104";
|
|
1232
|
+
readonly secondary: "#c8a208";
|
|
1233
|
+
readonly tertiary: "#faca0a";
|
|
1234
|
+
};
|
|
1235
|
+
readonly danger: {
|
|
1236
|
+
readonly default: "#ec221f";
|
|
1237
|
+
readonly secondary: "#f47a79";
|
|
1238
|
+
readonly tertiary: "#fbd3d2";
|
|
1239
|
+
readonly onDanger: "#bd1b19";
|
|
1240
|
+
};
|
|
1241
|
+
readonly info: {
|
|
1242
|
+
readonly default: "#0c8cf5";
|
|
1243
|
+
readonly secondary: "#6dbaf9";
|
|
1244
|
+
readonly tertiary: "#b6ddfc";
|
|
1245
|
+
};
|
|
1246
|
+
readonly neutral: {
|
|
1247
|
+
readonly default: "#2f353b";
|
|
1248
|
+
readonly secondary: "#768494";
|
|
1249
|
+
readonly tertiary: "#c8ced4";
|
|
1250
|
+
readonly onNeutral: "#f1f3f4";
|
|
1251
|
+
readonly onNeutralSecondary: "#474f59";
|
|
1252
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
1253
|
+
};
|
|
1254
|
+
readonly disabled: {
|
|
1255
|
+
readonly default: "#b8b8b8";
|
|
1256
|
+
};
|
|
1257
|
+
readonly utilities: {
|
|
1258
|
+
readonly swatch: "rgba(0, 0, 0, 0.24)";
|
|
1259
|
+
};
|
|
1260
|
+
};
|
|
1261
|
+
readonly icon: {
|
|
1262
|
+
readonly default: {
|
|
1263
|
+
readonly default: "#2f353b";
|
|
1264
|
+
readonly secondary: "#768494";
|
|
1265
|
+
readonly tertiary: "#adb5bf";
|
|
1266
|
+
};
|
|
1267
|
+
readonly brand: {
|
|
1268
|
+
readonly default: "#36204c";
|
|
1269
|
+
readonly secondary: "#6d4199";
|
|
1270
|
+
readonly tertiary: "#8851bf";
|
|
1271
|
+
readonly onBrand: "#f3eef9";
|
|
1272
|
+
readonly onBrandSecondary: "#36204c";
|
|
1273
|
+
readonly onBrandTertiary: "#6d4199";
|
|
1274
|
+
};
|
|
1275
|
+
readonly action: {
|
|
1276
|
+
readonly default: "#4432bf";
|
|
1277
|
+
readonly secondary: "#8f84d9";
|
|
1278
|
+
readonly tertiary: "#c7c1ec";
|
|
1279
|
+
readonly onAction: "#eceaf9";
|
|
1280
|
+
readonly onActionSecondary: "#291e73";
|
|
1281
|
+
readonly onActionTertiary: "#362899";
|
|
1282
|
+
};
|
|
1283
|
+
readonly success: {
|
|
1284
|
+
readonly default: "#14ae5c";
|
|
1285
|
+
readonly secondary: "#a1dfbe";
|
|
1286
|
+
readonly tertiary: "#d0efde";
|
|
1287
|
+
readonly onSuccess: "#e7f7ef";
|
|
1288
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
1289
|
+
readonly onSuccessTertiary: "#084625";
|
|
1290
|
+
};
|
|
1291
|
+
readonly warning: {
|
|
1292
|
+
readonly default: "#faca0a";
|
|
1293
|
+
readonly secondary: "#fcdf6c";
|
|
1294
|
+
readonly tertiary: "#fdefb5";
|
|
1295
|
+
readonly onWarning: "#191401";
|
|
1296
|
+
readonly onWarningSecondary: "#645104";
|
|
1297
|
+
readonly onWarningTertiary: "#4b3d03";
|
|
1298
|
+
};
|
|
1299
|
+
readonly danger: {
|
|
1300
|
+
readonly default: "#ec221f";
|
|
1301
|
+
readonly secondary: "#f04e4c";
|
|
1302
|
+
readonly tertiary: "#f47a79";
|
|
1303
|
+
readonly onDanger: "#fde9e9";
|
|
1304
|
+
readonly onDangerSecondary: "#8e1413";
|
|
1305
|
+
readonly onDangerTertiary: "#5e0e0c";
|
|
1306
|
+
};
|
|
1307
|
+
readonly info: {
|
|
1308
|
+
readonly default: "#0c8cf5";
|
|
1309
|
+
readonly secondary: "#6dbaf9";
|
|
1310
|
+
readonly tertiary: "#b6ddfc";
|
|
1311
|
+
readonly onInfo: "#010e19";
|
|
1312
|
+
readonly onInfoSecondary: "#053862";
|
|
1313
|
+
readonly onInfoTertiary: "#042a4a";
|
|
1314
|
+
};
|
|
1315
|
+
readonly neutral: {
|
|
1316
|
+
readonly default: "#2f353b";
|
|
1317
|
+
readonly secondary: "#768494";
|
|
1318
|
+
readonly tertiary: "#adb5bf";
|
|
1319
|
+
readonly onNeutral: "#f1f3f4";
|
|
1320
|
+
readonly onNeutralSecondary: "#474f59";
|
|
1321
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
1322
|
+
};
|
|
1323
|
+
readonly disabled: {
|
|
1324
|
+
readonly default: "#b8b8b8";
|
|
1325
|
+
readonly secondary: "#cacaca";
|
|
1326
|
+
readonly onDisabled: "#a6a6a6";
|
|
1327
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
1328
|
+
};
|
|
1329
|
+
readonly utilities: {
|
|
1330
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
1331
|
+
};
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
readonly dark: {
|
|
1336
|
+
readonly color: {
|
|
1337
|
+
readonly background: {
|
|
1338
|
+
readonly brand: {
|
|
1339
|
+
readonly default: "#a074cc";
|
|
1340
|
+
readonly secondary: "#6d4199";
|
|
1341
|
+
readonly tertiary: "#36204c";
|
|
1342
|
+
readonly hover: "#b897d9";
|
|
1343
|
+
readonly secondaryHover: "#8851bf";
|
|
1344
|
+
readonly tertiaryHover: "#523173";
|
|
1345
|
+
readonly subtleLow: "rgba(136, 81, 191, 0.08)";
|
|
1346
|
+
readonly subtleMedium: "rgba(136, 81, 191, 0.16)";
|
|
1347
|
+
};
|
|
1348
|
+
readonly action: {
|
|
1349
|
+
readonly default: "#695bcc";
|
|
1350
|
+
readonly secondary: "#362899";
|
|
1351
|
+
readonly tertiary: "#1b144c";
|
|
1352
|
+
readonly hover: "#8f84d9";
|
|
1353
|
+
readonly secondaryHover: "#4432bf";
|
|
1354
|
+
readonly tertiaryHover: "#291e73";
|
|
1355
|
+
readonly subtleLow: "rgba(68, 50, 191, 0.08)";
|
|
1356
|
+
readonly subtleMedium: "rgba(68, 50, 191, 0.16)";
|
|
1357
|
+
};
|
|
1358
|
+
readonly success: {
|
|
1359
|
+
readonly default: "#108b4a";
|
|
1360
|
+
readonly secondary: "#084625";
|
|
1361
|
+
readonly tertiary: "#042312";
|
|
1362
|
+
readonly hover: "#14ae5c";
|
|
1363
|
+
readonly secondaryHover: "#0c6837";
|
|
1364
|
+
readonly tertiaryHover: "#084625";
|
|
1365
|
+
readonly subtleLow: "#06341c";
|
|
1366
|
+
readonly subtleMedium: "#084625";
|
|
1367
|
+
};
|
|
1368
|
+
readonly warning: {
|
|
1369
|
+
readonly default: "#c8a208";
|
|
1370
|
+
readonly secondary: "#645104";
|
|
1371
|
+
readonly tertiary: "#322802";
|
|
1372
|
+
readonly hover: "#faca0a";
|
|
1373
|
+
readonly secondaryHover: "#967906";
|
|
1374
|
+
readonly tertiaryHover: "#4b3d03";
|
|
1375
|
+
readonly subtleLow: "#4b3d03";
|
|
1376
|
+
readonly subtleMedium: "#645104";
|
|
1377
|
+
};
|
|
1378
|
+
readonly danger: {
|
|
1379
|
+
readonly default: "#bd1b19";
|
|
1380
|
+
readonly secondary: "#5e0e0c";
|
|
1381
|
+
readonly tertiary: "#2f0706";
|
|
1382
|
+
readonly hover: "#ec221f";
|
|
1383
|
+
readonly secondaryHover: "#8e1413";
|
|
1384
|
+
readonly tertiaryHover: "#470a09";
|
|
1385
|
+
readonly subtleLow: "rgba(236, 34, 31, 0.08)";
|
|
1386
|
+
readonly subtleMedium: "rgba(236, 34, 31, 0.16)";
|
|
1387
|
+
};
|
|
1388
|
+
readonly info: {
|
|
1389
|
+
readonly default: "#0a70c4";
|
|
1390
|
+
readonly secondary: "#053862";
|
|
1391
|
+
readonly tertiary: "#021c31";
|
|
1392
|
+
readonly hover: "#0c8cf5";
|
|
1393
|
+
readonly secondaryHover: "#075493";
|
|
1394
|
+
readonly tertiaryHover: "#042a4a";
|
|
1395
|
+
readonly subtleLow: "#042a4a";
|
|
1396
|
+
readonly subtleMedium: "#053862";
|
|
1397
|
+
};
|
|
1398
|
+
readonly neutral: {
|
|
1399
|
+
readonly default: "#5e6a76";
|
|
1400
|
+
readonly secondary: "#2f353b";
|
|
1401
|
+
readonly tertiary: "#181a1e";
|
|
1402
|
+
readonly hover: "#768494";
|
|
1403
|
+
readonly secondaryHover: "#474f59";
|
|
1404
|
+
readonly tertiaryHover: "#23282c";
|
|
1405
|
+
readonly subtleLow: "rgba(118, 132, 148, 0.08)";
|
|
1406
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
1407
|
+
};
|
|
1408
|
+
readonly default: {
|
|
1409
|
+
readonly default: "#181a1e";
|
|
1410
|
+
readonly hover: "#23282c";
|
|
1411
|
+
readonly glass: "rgba(12, 12, 13, 0.20)";
|
|
1412
|
+
readonly onGlass: "rgba(12, 12, 13, 0.80)";
|
|
1413
|
+
readonly onGlassSecondary: "rgba(12, 12, 13, 0.85)";
|
|
1414
|
+
readonly onGlassTertiary: "rgba(12, 12, 13, 0.90)";
|
|
1415
|
+
readonly onGlassHover: "rgba(12, 12, 13, 0.90)";
|
|
1416
|
+
};
|
|
1417
|
+
readonly disabled: {
|
|
1418
|
+
readonly default: "#424242";
|
|
1419
|
+
readonly secondary: "#323232";
|
|
1420
|
+
};
|
|
1421
|
+
readonly utilities: {
|
|
1422
|
+
readonly scrim: "rgba(0, 0, 0, 0.7)";
|
|
1423
|
+
readonly overlay: "rgba(255, 255, 255, 0.1)";
|
|
1424
|
+
readonly blanket: "rgba(255, 255, 255, 0.15)";
|
|
1425
|
+
readonly bgOnGlass: "rgba(0, 0, 0, 0.45)";
|
|
1426
|
+
readonly bgOnGlassOnGlass: "rgba(0, 0, 0, 0.6)";
|
|
1427
|
+
readonly hoverOverlay: "rgba(255, 255, 255, 0.1)";
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
readonly text: {
|
|
1431
|
+
readonly default: {
|
|
1432
|
+
readonly default: "#f1f3f4";
|
|
1433
|
+
readonly secondary: "#adb5bf";
|
|
1434
|
+
readonly tertiary: "#768494";
|
|
1435
|
+
};
|
|
1436
|
+
readonly brand: {
|
|
1437
|
+
readonly default: "#b897d9";
|
|
1438
|
+
readonly secondary: "#a074cc";
|
|
1439
|
+
readonly tertiary: "#6d4199";
|
|
1440
|
+
readonly onBrand: "#1b1026";
|
|
1441
|
+
readonly onBrandSecondary: "#cfb9e5";
|
|
1442
|
+
readonly onBrandTertiary: "#b897d9";
|
|
1443
|
+
};
|
|
1444
|
+
readonly action: {
|
|
1445
|
+
readonly default: "#8f84d9";
|
|
1446
|
+
readonly secondary: "#695bcc";
|
|
1447
|
+
readonly tertiary: "#362899";
|
|
1448
|
+
readonly onAction: "#0e0a26";
|
|
1449
|
+
readonly onActionSecondary: "#b4ade5";
|
|
1450
|
+
readonly onActionTertiary: "#8f84d9";
|
|
1451
|
+
};
|
|
1452
|
+
readonly success: {
|
|
1453
|
+
readonly default: "#72ce9d";
|
|
1454
|
+
readonly secondary: "#43be7d";
|
|
1455
|
+
readonly tertiary: "#14ae5c";
|
|
1456
|
+
readonly onSuccess: "#042312";
|
|
1457
|
+
readonly onSuccessSecondary: "#a1dfbe";
|
|
1458
|
+
readonly onSuccessTertiary: "#72ce9d";
|
|
1459
|
+
};
|
|
1460
|
+
readonly warning: {
|
|
1461
|
+
readonly default: "#fcdf6c";
|
|
1462
|
+
readonly secondary: "#fbd53b";
|
|
1463
|
+
readonly tertiary: "#faca0a";
|
|
1464
|
+
readonly onWarning: "#322802";
|
|
1465
|
+
readonly onWarningSecondary: "#fdea9d";
|
|
1466
|
+
readonly onWarningTertiary: "#fcdf6c";
|
|
1467
|
+
};
|
|
1468
|
+
readonly danger: {
|
|
1469
|
+
readonly default: "#f04e4c";
|
|
1470
|
+
readonly secondary: "#ec221f";
|
|
1471
|
+
readonly tertiary: "#bd1b19";
|
|
1472
|
+
readonly onDanger: "#2f0706";
|
|
1473
|
+
readonly onDangerSecondary: "#f7a7a5";
|
|
1474
|
+
readonly onDangerTertiary: "#f47a79";
|
|
1475
|
+
};
|
|
1476
|
+
readonly info: {
|
|
1477
|
+
readonly default: "#3da3f7";
|
|
1478
|
+
readonly secondary: "#0c8cf5";
|
|
1479
|
+
readonly tertiary: "#0a70c4";
|
|
1480
|
+
readonly onInfo: "#021c31";
|
|
1481
|
+
readonly onInfoSecondary: "#9ed1fb";
|
|
1482
|
+
readonly onInfoTertiary: "#6dbaf9";
|
|
1483
|
+
};
|
|
1484
|
+
readonly neutral: {
|
|
1485
|
+
readonly default: "#f1f3f4";
|
|
1486
|
+
readonly secondary: "#adb5bf";
|
|
1487
|
+
readonly tertiary: "#768494";
|
|
1488
|
+
readonly onNeutral: "#181a1e";
|
|
1489
|
+
readonly onNeutralSecondary: "#c8ced4";
|
|
1490
|
+
readonly onNeutralTertiary: "#adb5bf";
|
|
1491
|
+
};
|
|
1492
|
+
readonly disabled: {
|
|
1493
|
+
readonly default: "#858585";
|
|
1494
|
+
readonly secondary: "#646464";
|
|
1495
|
+
readonly onDisabled: "#b8b8b8";
|
|
1496
|
+
readonly onDisabledSecondary: "#a6a6a6";
|
|
1497
|
+
};
|
|
1498
|
+
readonly utilities: {
|
|
1499
|
+
readonly onOverlay: "rgba(255, 255, 255, 0.80)";
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
readonly border: {
|
|
1503
|
+
readonly default: {
|
|
1504
|
+
readonly default: "#2f353b";
|
|
1505
|
+
readonly secondary: "#474f59";
|
|
1506
|
+
readonly tertiary: "#768494";
|
|
1507
|
+
readonly subtleLow: "rgba(12, 12, 13, 0.90)";
|
|
1508
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
1509
|
+
readonly subtleHigh: "rgba(12, 12, 13, 0.40)";
|
|
1510
|
+
};
|
|
1511
|
+
readonly brand: {
|
|
1512
|
+
readonly default: "#523173";
|
|
1513
|
+
readonly secondary: "#6d4199";
|
|
1514
|
+
readonly tertiary: "#36204c";
|
|
1515
|
+
readonly onBrand: "#1b1026";
|
|
1516
|
+
readonly onBrandSecondary: "#cfb9e5";
|
|
1517
|
+
readonly onBrandTertiary: "#a074cc";
|
|
1518
|
+
};
|
|
1519
|
+
readonly action: {
|
|
1520
|
+
readonly default: "#362899";
|
|
1521
|
+
readonly secondary: "#291e73";
|
|
1522
|
+
readonly tertiary: "#1b144c";
|
|
1523
|
+
readonly onAction: "#0e0a26";
|
|
1524
|
+
readonly onActionSecondary: "#8f84d9";
|
|
1525
|
+
readonly onActionTertiary: "#b4ade5";
|
|
1526
|
+
};
|
|
1527
|
+
readonly success: {
|
|
1528
|
+
readonly default: "#72ce9d";
|
|
1529
|
+
readonly secondary: "#43be7d";
|
|
1530
|
+
readonly tertiary: "#14ae5c";
|
|
1531
|
+
};
|
|
1532
|
+
readonly warning: {
|
|
1533
|
+
readonly default: "#fcdf6c";
|
|
1534
|
+
readonly secondary: "#fbd53b";
|
|
1535
|
+
readonly tertiary: "#faca0a";
|
|
1536
|
+
};
|
|
1537
|
+
readonly danger: {
|
|
1538
|
+
readonly default: "#ec221f";
|
|
1539
|
+
readonly secondary: "#bd1b19";
|
|
1540
|
+
readonly tertiary: "#5e0e0c";
|
|
1541
|
+
readonly onDanger: "#f04e4c";
|
|
1542
|
+
};
|
|
1543
|
+
readonly info: {
|
|
1544
|
+
readonly default: "#0c8cf5";
|
|
1545
|
+
readonly secondary: "#0a70c4";
|
|
1546
|
+
readonly tertiary: "#053862";
|
|
1547
|
+
};
|
|
1548
|
+
readonly neutral: {
|
|
1549
|
+
readonly default: "#adb5bf";
|
|
1550
|
+
readonly secondary: "#768494";
|
|
1551
|
+
readonly tertiary: "#474f59";
|
|
1552
|
+
readonly onNeutral: "#181a1e";
|
|
1553
|
+
readonly onNeutralSecondary: "#c8ced4";
|
|
1554
|
+
readonly onNeutralTertiary: "#adb5bf";
|
|
1555
|
+
};
|
|
1556
|
+
readonly disabled: {
|
|
1557
|
+
readonly default: "#646464";
|
|
1558
|
+
};
|
|
1559
|
+
readonly utilities: {
|
|
1560
|
+
readonly swatch: "rgba(255, 255, 255, 0.24)";
|
|
1561
|
+
};
|
|
1562
|
+
};
|
|
1563
|
+
readonly icon: {
|
|
1564
|
+
readonly default: {
|
|
1565
|
+
readonly default: "#e4e6ea";
|
|
1566
|
+
readonly secondary: "#919da9";
|
|
1567
|
+
readonly tertiary: "#5e6a76";
|
|
1568
|
+
};
|
|
1569
|
+
readonly brand: {
|
|
1570
|
+
readonly default: "#b897d9";
|
|
1571
|
+
readonly secondary: "#a074cc";
|
|
1572
|
+
readonly tertiary: "#8851bf";
|
|
1573
|
+
readonly onBrand: "#1b1026";
|
|
1574
|
+
readonly onBrandSecondary: "#cfb9e5";
|
|
1575
|
+
readonly onBrandTertiary: "#b897d9";
|
|
1576
|
+
};
|
|
1577
|
+
readonly action: {
|
|
1578
|
+
readonly default: "#695bcc";
|
|
1579
|
+
readonly secondary: "#4432bf";
|
|
1580
|
+
readonly tertiary: "#291e73";
|
|
1581
|
+
readonly onAction: "#0e0a26";
|
|
1582
|
+
readonly onActionSecondary: "#b4ade5";
|
|
1583
|
+
readonly onActionTertiary: "#8f84d9";
|
|
1584
|
+
};
|
|
1585
|
+
readonly success: {
|
|
1586
|
+
readonly default: "#43be7d";
|
|
1587
|
+
readonly secondary: "#108b4a";
|
|
1588
|
+
readonly tertiary: "#084625";
|
|
1589
|
+
readonly onSuccess: "#042312";
|
|
1590
|
+
readonly onSuccessSecondary: "#a1dfbe";
|
|
1591
|
+
readonly onSuccessTertiary: "#72ce9d";
|
|
1592
|
+
};
|
|
1593
|
+
readonly warning: {
|
|
1594
|
+
readonly default: "#fbd53b";
|
|
1595
|
+
readonly secondary: "#c8a208";
|
|
1596
|
+
readonly tertiary: "#645104";
|
|
1597
|
+
readonly onWarning: "#322802";
|
|
1598
|
+
readonly onWarningSecondary: "#fdea9d";
|
|
1599
|
+
readonly onWarningTertiary: "#fcdf6c";
|
|
1600
|
+
};
|
|
1601
|
+
readonly danger: {
|
|
1602
|
+
readonly default: "#f04e4c";
|
|
1603
|
+
readonly secondary: "#ec221f";
|
|
1604
|
+
readonly tertiary: "#bd1b19";
|
|
1605
|
+
readonly onDanger: "#2f0706";
|
|
1606
|
+
readonly onDangerSecondary: "#f7a7a5";
|
|
1607
|
+
readonly onDangerTertiary: "#f47a79";
|
|
1608
|
+
};
|
|
1609
|
+
readonly info: {
|
|
1610
|
+
readonly default: "#3da3f7";
|
|
1611
|
+
readonly secondary: "#0a70c4";
|
|
1612
|
+
readonly tertiary: "#053862";
|
|
1613
|
+
readonly onInfo: "#021c31";
|
|
1614
|
+
readonly onInfoSecondary: "#9ed1fb";
|
|
1615
|
+
readonly onInfoTertiary: "#6dbaf9";
|
|
1616
|
+
};
|
|
1617
|
+
readonly neutral: {
|
|
1618
|
+
readonly default: "#e4e6ea";
|
|
1619
|
+
readonly secondary: "#919da9";
|
|
1620
|
+
readonly tertiary: "#5e6a76";
|
|
1621
|
+
readonly onNeutral: "#181a1e";
|
|
1622
|
+
readonly onNeutralSecondary: "#c8ced4";
|
|
1623
|
+
readonly onNeutralTertiary: "#adb5bf";
|
|
1624
|
+
};
|
|
1625
|
+
readonly disabled: {
|
|
1626
|
+
readonly default: "#858585";
|
|
1627
|
+
readonly secondary: "#646464";
|
|
1628
|
+
readonly onDisabled: "#b8b8b8";
|
|
1629
|
+
readonly onDisabledSecondary: "#a6a6a6";
|
|
1630
|
+
};
|
|
1631
|
+
readonly utilities: {
|
|
1632
|
+
readonly onOverlay: "rgba(255, 255, 255, 0.80)";
|
|
1633
|
+
};
|
|
1634
|
+
};
|
|
1635
|
+
};
|
|
1636
|
+
};
|
|
1637
|
+
};
|
|
1638
|
+
export type Theme = typeof lightTheme | typeof darkTheme;
|
|
1639
|
+
export type ThemeMode = 'light' | 'dark';
|
|
1640
|
+
export type Tokens = typeof tokens;
|
|
1641
|
+
export type Primitives = typeof primitives;
|
|
1642
|
+
export type { ColorToken, AlphaToken, FontFamilyToken, FontWeightToken, FontSizeToken, LineHeightToken, LetterSpacingToken, SpaceToken, RadiusToken, BorderWidthToken, DepthToken, IconSizeToken, BlurToken, ElevationToken, BreakpointToken, MediaQueryToken, } from './core';
|
|
1643
|
+
export type { BackgroundToken, TextToken, BorderToken, IconToken, TypographyToken, ShadowToken, BackdropBlurToken, TransitionToken, DurationToken, EasingToken, } from './semantic';
|
|
1644
|
+
export type { LightTheme, DarkTheme } from './themes';
|
|
1645
|
+
export default tokens;
|
|
1646
|
+
//# sourceMappingURL=index.d.ts.map
|