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,320 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic Color Tokens
|
|
3
|
+
* Use these tokens in your components instead of core colors
|
|
4
|
+
* @layer tokens/semantic
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* Background colors organized by intent and state
|
|
8
|
+
*/
|
|
9
|
+
export declare const background: {
|
|
10
|
+
readonly brand: {
|
|
11
|
+
readonly default: "#8851bf";
|
|
12
|
+
readonly secondary: "#b897d9";
|
|
13
|
+
readonly tertiary: "#dbcbec";
|
|
14
|
+
readonly hover: "#6d4199";
|
|
15
|
+
readonly secondaryHover: "#a074cc";
|
|
16
|
+
readonly tertiaryHover: "#cfb9e5";
|
|
17
|
+
readonly subtleLow: "rgba(136, 81, 191, 0.08)";
|
|
18
|
+
readonly subtleMedium: "rgba(136, 81, 191, 0.08)";
|
|
19
|
+
};
|
|
20
|
+
readonly action: {
|
|
21
|
+
readonly default: "#4432bf";
|
|
22
|
+
readonly secondary: "#8f84d9";
|
|
23
|
+
readonly tertiary: "#dad6f2";
|
|
24
|
+
readonly hover: "#695bcc";
|
|
25
|
+
readonly secondaryHover: "#695bcc";
|
|
26
|
+
readonly tertiaryHover: "#c7c1ec";
|
|
27
|
+
readonly subtleLow: "rgba(68, 50, 191, 0.08)";
|
|
28
|
+
readonly subtleMedium: "rgba(68, 50, 191, 0.08)";
|
|
29
|
+
};
|
|
30
|
+
readonly success: {
|
|
31
|
+
readonly default: "#14ae5c";
|
|
32
|
+
readonly secondary: "#a1dfbe";
|
|
33
|
+
readonly tertiary: "#e7f7ef";
|
|
34
|
+
readonly hover: "#108b4a";
|
|
35
|
+
readonly secondaryHover: "#72ce9d";
|
|
36
|
+
readonly tertiaryHover: "#a1dfbe";
|
|
37
|
+
readonly subtleLow: "#a1dfbe";
|
|
38
|
+
readonly subtleMedium: "#a1dfbe";
|
|
39
|
+
};
|
|
40
|
+
readonly warning: {
|
|
41
|
+
readonly default: "#faca0a";
|
|
42
|
+
readonly secondary: "#fcdf6c";
|
|
43
|
+
readonly tertiary: "#fdefb5";
|
|
44
|
+
readonly hover: "#c8a208";
|
|
45
|
+
readonly secondaryHover: "#fbd53b";
|
|
46
|
+
readonly tertiaryHover: "#fdea9d";
|
|
47
|
+
readonly subtleLow: "#fdea9d";
|
|
48
|
+
readonly subtleMedium: "#fdea9d";
|
|
49
|
+
};
|
|
50
|
+
readonly danger: {
|
|
51
|
+
readonly default: "#f04e4c";
|
|
52
|
+
readonly secondary: "#f7a7a5";
|
|
53
|
+
readonly tertiary: "#fde9e9";
|
|
54
|
+
readonly hover: "#bd1b19";
|
|
55
|
+
readonly secondaryHover: "#f47a79";
|
|
56
|
+
readonly tertiaryHover: "#f9bdbc";
|
|
57
|
+
readonly subtleLow: "rgba(236, 34, 31, 0.08)";
|
|
58
|
+
readonly subtleMedium: "rgba(236, 34, 31, 0.08)";
|
|
59
|
+
};
|
|
60
|
+
readonly info: {
|
|
61
|
+
readonly default: "#0c8cf5";
|
|
62
|
+
readonly secondary: "#6dbaf9";
|
|
63
|
+
readonly tertiary: "#cee8fd";
|
|
64
|
+
readonly hover: "#0a70c4";
|
|
65
|
+
readonly secondaryHover: "#3da3f7";
|
|
66
|
+
readonly tertiaryHover: "#9ed1fb";
|
|
67
|
+
readonly subtleLow: "#9ed1fb";
|
|
68
|
+
readonly subtleMedium: "#9ed1fb";
|
|
69
|
+
};
|
|
70
|
+
readonly neutral: {
|
|
71
|
+
readonly default: "#768494";
|
|
72
|
+
readonly secondary: "#adb5bf";
|
|
73
|
+
readonly tertiary: "#e4e6ea";
|
|
74
|
+
readonly hover: "#5e6a76";
|
|
75
|
+
readonly secondaryHover: "#919da9";
|
|
76
|
+
readonly tertiaryHover: "#c8ced4";
|
|
77
|
+
readonly subtleLow: "rgba(118, 132, 148, 0.08)";
|
|
78
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
79
|
+
};
|
|
80
|
+
readonly default: {
|
|
81
|
+
readonly default: "#f1f3f4";
|
|
82
|
+
readonly hover: "#e4e6ea";
|
|
83
|
+
readonly glass: "rgba(255, 255, 255, 0.30)";
|
|
84
|
+
readonly onGlass: "rgba(255, 255, 255, 0.60)";
|
|
85
|
+
readonly onGlassSecondary: "rgba(255, 255, 255, 0.70)";
|
|
86
|
+
readonly onGlassTertiary: "rgba(255, 255, 255, 0.80)";
|
|
87
|
+
readonly onGlassHover: "rgba(255, 255, 255, 0.80)";
|
|
88
|
+
};
|
|
89
|
+
readonly disabled: {
|
|
90
|
+
readonly default: "#dbdbdb";
|
|
91
|
+
readonly secondary: "#ededed";
|
|
92
|
+
};
|
|
93
|
+
readonly utilities: {
|
|
94
|
+
readonly scrim: "rgba(255, 255, 255, 0.7)";
|
|
95
|
+
readonly overlay: "rgba(0, 0, 0, 0.5)";
|
|
96
|
+
readonly blanket: "rgba(0, 0, 0, 0.7)";
|
|
97
|
+
readonly bgOnGlass: "rgba(255, 255, 255, 0.45)";
|
|
98
|
+
readonly bgOnGlassOnGlass: "rgba(255, 255, 255, 0.6)";
|
|
99
|
+
readonly hoverOverlay: "rgba(0, 0, 0, 0.2)";
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Text colors organized by intent and context
|
|
104
|
+
*/
|
|
105
|
+
export declare const text: {
|
|
106
|
+
readonly default: {
|
|
107
|
+
readonly default: "#2f353b";
|
|
108
|
+
readonly secondary: "#768494";
|
|
109
|
+
readonly tertiary: "#adb5bf";
|
|
110
|
+
};
|
|
111
|
+
readonly brand: {
|
|
112
|
+
readonly default: "#8851bf";
|
|
113
|
+
readonly secondary: "#b897d9";
|
|
114
|
+
readonly tertiary: "#dbcbec";
|
|
115
|
+
readonly onBrand: "#f3eef9";
|
|
116
|
+
readonly onBrandSecondary: "#36204c";
|
|
117
|
+
readonly onBrandTertiary: "#6d4199";
|
|
118
|
+
};
|
|
119
|
+
readonly action: {
|
|
120
|
+
readonly default: "#4432bf";
|
|
121
|
+
readonly secondary: "#8f84d9";
|
|
122
|
+
readonly tertiary: "#c7c1ec";
|
|
123
|
+
readonly onAction: "#eceaf9";
|
|
124
|
+
readonly onActionSecondary: "#291e73";
|
|
125
|
+
readonly onActionTertiary: "#362899";
|
|
126
|
+
};
|
|
127
|
+
readonly success: {
|
|
128
|
+
readonly default: "#084625";
|
|
129
|
+
readonly secondary: "#108b4a";
|
|
130
|
+
readonly tertiary: "#14ae5c";
|
|
131
|
+
readonly onSuccess: "#e7f7ef";
|
|
132
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
133
|
+
readonly onSuccessTertiary: "#084625";
|
|
134
|
+
};
|
|
135
|
+
readonly warning: {
|
|
136
|
+
readonly default: "#4b3d03";
|
|
137
|
+
readonly secondary: "#967906";
|
|
138
|
+
readonly tertiary: "#c8a208";
|
|
139
|
+
readonly onWarning: "#4b3d03";
|
|
140
|
+
readonly onWarningSecondary: "#645104";
|
|
141
|
+
readonly onWarningTertiary: "#967906";
|
|
142
|
+
};
|
|
143
|
+
readonly danger: {
|
|
144
|
+
readonly default: "#ec221f";
|
|
145
|
+
readonly secondary: "#f04e4c";
|
|
146
|
+
readonly tertiary: "#f47a79";
|
|
147
|
+
readonly onDanger: "#fde9e9";
|
|
148
|
+
readonly onDangerSecondary: "#5e0e0c";
|
|
149
|
+
readonly onDangerTertiary: "#bd1b19";
|
|
150
|
+
};
|
|
151
|
+
readonly info: {
|
|
152
|
+
readonly default: "#0c8cf5";
|
|
153
|
+
readonly secondary: "#6dbaf9";
|
|
154
|
+
readonly tertiary: "#b6ddfc";
|
|
155
|
+
readonly onInfo: "#e7f3fe";
|
|
156
|
+
readonly onInfoSecondary: "#053862";
|
|
157
|
+
readonly onInfoTertiary: "#0a70c4";
|
|
158
|
+
};
|
|
159
|
+
readonly neutral: {
|
|
160
|
+
readonly default: "#2f353b";
|
|
161
|
+
readonly secondary: "#768494";
|
|
162
|
+
readonly tertiary: "#adb5bf";
|
|
163
|
+
readonly onNeutral: "#f1f3f4";
|
|
164
|
+
readonly onNeutralSecondary: "#2f353b";
|
|
165
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
166
|
+
};
|
|
167
|
+
readonly disabled: {
|
|
168
|
+
readonly default: "#b8b8b8";
|
|
169
|
+
readonly secondary: "#cacaca";
|
|
170
|
+
readonly onDisabled: "#a6a6a6";
|
|
171
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
172
|
+
};
|
|
173
|
+
readonly utilities: {
|
|
174
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Border colors organized by intent
|
|
179
|
+
*/
|
|
180
|
+
export declare const border: {
|
|
181
|
+
readonly default: {
|
|
182
|
+
readonly default: "#ffffff";
|
|
183
|
+
readonly secondary: "#d6dadf";
|
|
184
|
+
readonly tertiary: "#768494";
|
|
185
|
+
readonly subtleLow: "rgba(255, 255, 255, 0.80)";
|
|
186
|
+
readonly subtleMedium: "rgba(118, 132, 148, 0.16)";
|
|
187
|
+
readonly subtleHigh: "rgba(255, 255, 255, 0.40)";
|
|
188
|
+
};
|
|
189
|
+
readonly brand: {
|
|
190
|
+
readonly default: "#cfb9e5";
|
|
191
|
+
readonly secondary: "#b897d9";
|
|
192
|
+
readonly tertiary: "#dbcbec";
|
|
193
|
+
readonly onBrand: "#f3eef9";
|
|
194
|
+
readonly onBrandSecondary: "#36204c";
|
|
195
|
+
readonly onBrandTertiary: "#6d4199";
|
|
196
|
+
};
|
|
197
|
+
readonly action: {
|
|
198
|
+
readonly default: "#4432bf";
|
|
199
|
+
readonly secondary: "#8f84d9";
|
|
200
|
+
readonly tertiary: "#c7c1ec";
|
|
201
|
+
readonly onAction: "#eceaf9";
|
|
202
|
+
readonly onActionSecondary: "#362899";
|
|
203
|
+
readonly onActionTertiary: "#1b144c";
|
|
204
|
+
};
|
|
205
|
+
readonly success: {
|
|
206
|
+
readonly default: "#084625";
|
|
207
|
+
readonly secondary: "#108b4a";
|
|
208
|
+
readonly tertiary: "#14ae5c";
|
|
209
|
+
};
|
|
210
|
+
readonly warning: {
|
|
211
|
+
readonly default: "#645104";
|
|
212
|
+
readonly secondary: "#c8a208";
|
|
213
|
+
readonly tertiary: "#faca0a";
|
|
214
|
+
};
|
|
215
|
+
readonly danger: {
|
|
216
|
+
readonly default: "#ec221f";
|
|
217
|
+
readonly secondary: "#f47a79";
|
|
218
|
+
readonly tertiary: "#fbd3d2";
|
|
219
|
+
readonly onDanger: "#bd1b19";
|
|
220
|
+
};
|
|
221
|
+
readonly info: {
|
|
222
|
+
readonly default: "#0c8cf5";
|
|
223
|
+
readonly secondary: "#6dbaf9";
|
|
224
|
+
readonly tertiary: "#b6ddfc";
|
|
225
|
+
};
|
|
226
|
+
readonly neutral: {
|
|
227
|
+
readonly default: "#2f353b";
|
|
228
|
+
readonly secondary: "#768494";
|
|
229
|
+
readonly tertiary: "#c8ced4";
|
|
230
|
+
readonly onNeutral: "#f1f3f4";
|
|
231
|
+
readonly onNeutralSecondary: "#474f59";
|
|
232
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
233
|
+
};
|
|
234
|
+
readonly disabled: {
|
|
235
|
+
readonly default: "#b8b8b8";
|
|
236
|
+
};
|
|
237
|
+
readonly utilities: {
|
|
238
|
+
readonly swatch: "rgba(0, 0, 0, 0.24)";
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* Icon colors (mirrors text structure)
|
|
243
|
+
*/
|
|
244
|
+
export declare const icon: {
|
|
245
|
+
readonly default: {
|
|
246
|
+
readonly default: "#2f353b";
|
|
247
|
+
readonly secondary: "#768494";
|
|
248
|
+
readonly tertiary: "#adb5bf";
|
|
249
|
+
};
|
|
250
|
+
readonly brand: {
|
|
251
|
+
readonly default: "#36204c";
|
|
252
|
+
readonly secondary: "#6d4199";
|
|
253
|
+
readonly tertiary: "#8851bf";
|
|
254
|
+
readonly onBrand: "#f3eef9";
|
|
255
|
+
readonly onBrandSecondary: "#36204c";
|
|
256
|
+
readonly onBrandTertiary: "#6d4199";
|
|
257
|
+
};
|
|
258
|
+
readonly action: {
|
|
259
|
+
readonly default: "#4432bf";
|
|
260
|
+
readonly secondary: "#8f84d9";
|
|
261
|
+
readonly tertiary: "#c7c1ec";
|
|
262
|
+
readonly onAction: "#eceaf9";
|
|
263
|
+
readonly onActionSecondary: "#291e73";
|
|
264
|
+
readonly onActionTertiary: "#362899";
|
|
265
|
+
};
|
|
266
|
+
readonly success: {
|
|
267
|
+
readonly default: "#14ae5c";
|
|
268
|
+
readonly secondary: "#a1dfbe";
|
|
269
|
+
readonly tertiary: "#d0efde";
|
|
270
|
+
readonly onSuccess: "#e7f7ef";
|
|
271
|
+
readonly onSuccessSecondary: "#0c6837";
|
|
272
|
+
readonly onSuccessTertiary: "#084625";
|
|
273
|
+
};
|
|
274
|
+
readonly warning: {
|
|
275
|
+
readonly default: "#faca0a";
|
|
276
|
+
readonly secondary: "#fcdf6c";
|
|
277
|
+
readonly tertiary: "#fdefb5";
|
|
278
|
+
readonly onWarning: "#191401";
|
|
279
|
+
readonly onWarningSecondary: "#645104";
|
|
280
|
+
readonly onWarningTertiary: "#4b3d03";
|
|
281
|
+
};
|
|
282
|
+
readonly danger: {
|
|
283
|
+
readonly default: "#ec221f";
|
|
284
|
+
readonly secondary: "#f04e4c";
|
|
285
|
+
readonly tertiary: "#f47a79";
|
|
286
|
+
readonly onDanger: "#fde9e9";
|
|
287
|
+
readonly onDangerSecondary: "#8e1413";
|
|
288
|
+
readonly onDangerTertiary: "#5e0e0c";
|
|
289
|
+
};
|
|
290
|
+
readonly info: {
|
|
291
|
+
readonly default: "#0c8cf5";
|
|
292
|
+
readonly secondary: "#6dbaf9";
|
|
293
|
+
readonly tertiary: "#b6ddfc";
|
|
294
|
+
readonly onInfo: "#010e19";
|
|
295
|
+
readonly onInfoSecondary: "#053862";
|
|
296
|
+
readonly onInfoTertiary: "#042a4a";
|
|
297
|
+
};
|
|
298
|
+
readonly neutral: {
|
|
299
|
+
readonly default: "#2f353b";
|
|
300
|
+
readonly secondary: "#768494";
|
|
301
|
+
readonly tertiary: "#adb5bf";
|
|
302
|
+
readonly onNeutral: "#f1f3f4";
|
|
303
|
+
readonly onNeutralSecondary: "#474f59";
|
|
304
|
+
readonly onNeutralTertiary: "#5e6a76";
|
|
305
|
+
};
|
|
306
|
+
readonly disabled: {
|
|
307
|
+
readonly default: "#b8b8b8";
|
|
308
|
+
readonly secondary: "#cacaca";
|
|
309
|
+
readonly onDisabled: "#a6a6a6";
|
|
310
|
+
readonly onDisabledSecondary: "#cacaca";
|
|
311
|
+
};
|
|
312
|
+
readonly utilities: {
|
|
313
|
+
readonly onOverlay: "rgba(12, 12, 13, 1.00)";
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
export type BackgroundToken = typeof background;
|
|
317
|
+
export type TextToken = typeof text;
|
|
318
|
+
export type BorderToken = typeof border;
|
|
319
|
+
export type IconToken = typeof icon;
|
|
320
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/tokens/semantic/colors.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Gb,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuFP,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4ET,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFP,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,UAAU,CAAC;AAChD,MAAM,MAAM,SAAS,GAAG,OAAO,IAAI,CAAC;AACpC,MAAM,MAAM,WAAW,GAAG,OAAO,MAAM,CAAC;AACxC,MAAM,MAAM,SAAS,GAAG,OAAO,IAAI,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic Effect Tokens
|
|
3
|
+
* Shadows, blur effects, and other visual effects
|
|
4
|
+
* @layer tokens/semantic
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* Box shadow definitions based on elevation
|
|
8
|
+
*/
|
|
9
|
+
export declare const shadows: {
|
|
10
|
+
readonly xs: `0 1px ${number}px rgba(0, 0, 0, 0.1)`;
|
|
11
|
+
readonly sm: `0 2px ${number}px rgba(0, 0, 0, 0.12)`;
|
|
12
|
+
readonly md: `0 4px ${number}px rgba(0, 0, 0, 0.15)`;
|
|
13
|
+
readonly lg: `0 8px ${number}px rgba(0, 0, 0, 0.18)`;
|
|
14
|
+
readonly xl: `0 16px ${number}px rgba(0, 0, 0, 0.20)`;
|
|
15
|
+
readonly none: "none";
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Backdrop blur effects
|
|
19
|
+
*/
|
|
20
|
+
export declare const backdropBlur: {
|
|
21
|
+
readonly none: "blur(0px)";
|
|
22
|
+
readonly soft: "blur(2px)";
|
|
23
|
+
readonly light: "blur(4px)";
|
|
24
|
+
readonly medium: "blur(8px)";
|
|
25
|
+
readonly heavy: "blur(12px)";
|
|
26
|
+
readonly intense: "blur(24px)";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Transition/animation presets
|
|
30
|
+
*/
|
|
31
|
+
export declare const transitions: {
|
|
32
|
+
readonly fast: "150ms ease-in-out";
|
|
33
|
+
readonly base: "250ms ease-in-out";
|
|
34
|
+
readonly slow: "350ms ease-in-out";
|
|
35
|
+
readonly verySlow: "500ms ease-in-out";
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Animation durations (in ms)
|
|
39
|
+
*/
|
|
40
|
+
export declare const durations: {
|
|
41
|
+
readonly instant: 100;
|
|
42
|
+
readonly fast: 150;
|
|
43
|
+
readonly base: 250;
|
|
44
|
+
readonly slow: 350;
|
|
45
|
+
readonly verySlow: 500;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Easing functions
|
|
49
|
+
*/
|
|
50
|
+
export declare const easings: {
|
|
51
|
+
readonly linear: "linear";
|
|
52
|
+
readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
|
|
53
|
+
readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
|
|
54
|
+
readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
55
|
+
readonly spring: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
56
|
+
};
|
|
57
|
+
export type ShadowToken = typeof shadows;
|
|
58
|
+
export type BackdropBlurToken = typeof backdropBlur;
|
|
59
|
+
export type TransitionToken = typeof transitions;
|
|
60
|
+
export type DurationToken = typeof durations;
|
|
61
|
+
export type EasingToken = typeof easings;
|
|
62
|
+
//# sourceMappingURL=effects.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"effects.d.ts","sourceRoot":"","sources":["../../../../src/tokens/semantic/effects.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;;CAOV,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;CAOf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;CAKd,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;CAMZ,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,OAAO,CAAC;AACzC,MAAM,MAAM,iBAAiB,GAAG,OAAO,YAAY,CAAC;AACpD,MAAM,MAAM,eAAe,GAAG,OAAO,WAAW,CAAC;AACjD,MAAM,MAAM,aAAa,GAAG,OAAO,SAAS,CAAC;AAC7C,MAAM,MAAM,WAAW,GAAG,OAAO,OAAO,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic Design Tokens
|
|
3
|
+
*
|
|
4
|
+
* These tokens should be used in components.
|
|
5
|
+
* They provide meaning and context to the primitive values.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* import { tokens } from '@/tokens';
|
|
9
|
+
*
|
|
10
|
+
* // ✅ Use semantic tokens in components:
|
|
11
|
+
* backgroundColor: tokens.color.background.brand.default
|
|
12
|
+
* color: tokens.color.text.success.default
|
|
13
|
+
* boxShadow: tokens.shadow.md
|
|
14
|
+
*/
|
|
15
|
+
export * from './colors';
|
|
16
|
+
export * from './typography';
|
|
17
|
+
export * from './effects';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/tokens/semantic/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic Typography Tokens
|
|
3
|
+
* Pre-configured text styles for common use cases
|
|
4
|
+
* @layer tokens/semantic
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* Typography styles for different text roles
|
|
8
|
+
*/
|
|
9
|
+
export declare const typography: {
|
|
10
|
+
readonly heroTitle: {
|
|
11
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
12
|
+
readonly fontSize: 40;
|
|
13
|
+
readonly fontWeight: 700;
|
|
14
|
+
readonly lineHeight: 1.25;
|
|
15
|
+
readonly letterSpacing: "-0.01em";
|
|
16
|
+
};
|
|
17
|
+
readonly titlePage: {
|
|
18
|
+
readonly small: {
|
|
19
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
20
|
+
readonly fontSize: 20;
|
|
21
|
+
readonly fontWeight: 700;
|
|
22
|
+
readonly lineHeight: 1.25;
|
|
23
|
+
readonly letterSpacing: "-0.01em";
|
|
24
|
+
};
|
|
25
|
+
readonly base: {
|
|
26
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
27
|
+
readonly fontSize: 24;
|
|
28
|
+
readonly fontWeight: 700;
|
|
29
|
+
readonly lineHeight: 1.25;
|
|
30
|
+
readonly letterSpacing: "-0.01em";
|
|
31
|
+
};
|
|
32
|
+
readonly large: {
|
|
33
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
34
|
+
readonly fontSize: 28;
|
|
35
|
+
readonly fontWeight: 700;
|
|
36
|
+
readonly lineHeight: 1.25;
|
|
37
|
+
readonly letterSpacing: "-0.01em";
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
readonly heading: {
|
|
41
|
+
readonly small: {
|
|
42
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
43
|
+
readonly fontSize: 16;
|
|
44
|
+
readonly fontWeight: 500;
|
|
45
|
+
readonly lineHeight: 1.5;
|
|
46
|
+
readonly letterSpacing: "0";
|
|
47
|
+
};
|
|
48
|
+
readonly base: {
|
|
49
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
50
|
+
readonly fontSize: 18;
|
|
51
|
+
readonly fontWeight: 500;
|
|
52
|
+
readonly lineHeight: 1.5;
|
|
53
|
+
readonly letterSpacing: "0";
|
|
54
|
+
};
|
|
55
|
+
readonly large: {
|
|
56
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
57
|
+
readonly fontSize: 20;
|
|
58
|
+
readonly fontWeight: 500;
|
|
59
|
+
readonly lineHeight: 1.5;
|
|
60
|
+
readonly letterSpacing: "0";
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
readonly subheading: {
|
|
64
|
+
readonly small: {
|
|
65
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
66
|
+
readonly fontSize: 14;
|
|
67
|
+
readonly fontWeight: 400;
|
|
68
|
+
readonly lineHeight: 1.5;
|
|
69
|
+
readonly letterSpacing: "0";
|
|
70
|
+
};
|
|
71
|
+
readonly base: {
|
|
72
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
73
|
+
readonly fontSize: 16;
|
|
74
|
+
readonly fontWeight: 400;
|
|
75
|
+
readonly lineHeight: 1.5;
|
|
76
|
+
readonly letterSpacing: "0";
|
|
77
|
+
};
|
|
78
|
+
readonly large: {
|
|
79
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
80
|
+
readonly fontSize: 18;
|
|
81
|
+
readonly fontWeight: 400;
|
|
82
|
+
readonly lineHeight: 1.5;
|
|
83
|
+
readonly letterSpacing: "0";
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
readonly subtitle: {
|
|
87
|
+
readonly small: {
|
|
88
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
89
|
+
readonly fontSize: 18;
|
|
90
|
+
readonly fontWeight: 400;
|
|
91
|
+
readonly lineHeight: 1.5;
|
|
92
|
+
readonly letterSpacing: "0";
|
|
93
|
+
};
|
|
94
|
+
readonly base: {
|
|
95
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
96
|
+
readonly fontSize: 20;
|
|
97
|
+
readonly fontWeight: 400;
|
|
98
|
+
readonly lineHeight: 1.5;
|
|
99
|
+
readonly letterSpacing: "0";
|
|
100
|
+
};
|
|
101
|
+
readonly large: {
|
|
102
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
103
|
+
readonly fontSize: 24;
|
|
104
|
+
readonly fontWeight: 400;
|
|
105
|
+
readonly lineHeight: 1.5;
|
|
106
|
+
readonly letterSpacing: "0";
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly body: {
|
|
110
|
+
readonly xs: {
|
|
111
|
+
readonly regular: {
|
|
112
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
113
|
+
readonly fontSize: 12;
|
|
114
|
+
readonly fontWeight: 400;
|
|
115
|
+
readonly lineHeight: 1.5;
|
|
116
|
+
readonly letterSpacing: "0";
|
|
117
|
+
};
|
|
118
|
+
readonly strong: {
|
|
119
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
120
|
+
readonly fontSize: 12;
|
|
121
|
+
readonly fontWeight: 500;
|
|
122
|
+
readonly lineHeight: 1.5;
|
|
123
|
+
readonly letterSpacing: "0";
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
readonly s: {
|
|
127
|
+
readonly regular: {
|
|
128
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
129
|
+
readonly fontSize: 13;
|
|
130
|
+
readonly fontWeight: 400;
|
|
131
|
+
readonly lineHeight: 1.75;
|
|
132
|
+
readonly letterSpacing: "0";
|
|
133
|
+
};
|
|
134
|
+
readonly strong: {
|
|
135
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
136
|
+
readonly fontSize: 13;
|
|
137
|
+
readonly fontWeight: 500;
|
|
138
|
+
readonly lineHeight: 1.75;
|
|
139
|
+
readonly letterSpacing: "0";
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
readonly m: {
|
|
143
|
+
readonly regular: {
|
|
144
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
145
|
+
readonly fontSize: 14;
|
|
146
|
+
readonly fontWeight: 400;
|
|
147
|
+
readonly lineHeight: 1.75;
|
|
148
|
+
readonly letterSpacing: "0";
|
|
149
|
+
};
|
|
150
|
+
readonly strong: {
|
|
151
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
152
|
+
readonly fontSize: 14;
|
|
153
|
+
readonly fontWeight: 500;
|
|
154
|
+
readonly lineHeight: 1.75;
|
|
155
|
+
readonly letterSpacing: "0";
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
readonly l: {
|
|
159
|
+
readonly regular: {
|
|
160
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
161
|
+
readonly fontSize: 16;
|
|
162
|
+
readonly fontWeight: 400;
|
|
163
|
+
readonly lineHeight: 1.75;
|
|
164
|
+
readonly letterSpacing: "0";
|
|
165
|
+
};
|
|
166
|
+
readonly strong: {
|
|
167
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
168
|
+
readonly fontSize: 16;
|
|
169
|
+
readonly fontWeight: 500;
|
|
170
|
+
readonly lineHeight: 1.75;
|
|
171
|
+
readonly letterSpacing: "0";
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
readonly singleLine: {
|
|
176
|
+
readonly xxs: {
|
|
177
|
+
readonly regular: {
|
|
178
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
179
|
+
readonly fontSize: 11;
|
|
180
|
+
readonly fontWeight: 400;
|
|
181
|
+
readonly lineHeight: 1.25;
|
|
182
|
+
readonly letterSpacing: "0";
|
|
183
|
+
};
|
|
184
|
+
readonly strong: {
|
|
185
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
186
|
+
readonly fontSize: 11;
|
|
187
|
+
readonly fontWeight: 500;
|
|
188
|
+
readonly lineHeight: 1.25;
|
|
189
|
+
readonly letterSpacing: "0";
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
readonly xs: {
|
|
193
|
+
readonly regular: {
|
|
194
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
195
|
+
readonly fontSize: 12;
|
|
196
|
+
readonly fontWeight: 400;
|
|
197
|
+
readonly lineHeight: 1.25;
|
|
198
|
+
readonly letterSpacing: "0";
|
|
199
|
+
};
|
|
200
|
+
readonly strong: {
|
|
201
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
202
|
+
readonly fontSize: 12;
|
|
203
|
+
readonly fontWeight: 500;
|
|
204
|
+
readonly lineHeight: 1.25;
|
|
205
|
+
readonly letterSpacing: "0";
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
readonly s: {
|
|
209
|
+
readonly regular: {
|
|
210
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
211
|
+
readonly fontSize: 13;
|
|
212
|
+
readonly fontWeight: 400;
|
|
213
|
+
readonly lineHeight: 1.25;
|
|
214
|
+
readonly letterSpacing: "0";
|
|
215
|
+
};
|
|
216
|
+
readonly strong: {
|
|
217
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
218
|
+
readonly fontSize: 13;
|
|
219
|
+
readonly fontWeight: 500;
|
|
220
|
+
readonly lineHeight: 1.25;
|
|
221
|
+
readonly letterSpacing: "0";
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
readonly m: {
|
|
225
|
+
readonly regular: {
|
|
226
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
227
|
+
readonly fontSize: 14;
|
|
228
|
+
readonly fontWeight: 400;
|
|
229
|
+
readonly lineHeight: 1.25;
|
|
230
|
+
readonly letterSpacing: "0";
|
|
231
|
+
};
|
|
232
|
+
readonly strong: {
|
|
233
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
234
|
+
readonly fontSize: 14;
|
|
235
|
+
readonly fontWeight: 500;
|
|
236
|
+
readonly lineHeight: 1.25;
|
|
237
|
+
readonly letterSpacing: "0";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
readonly l: {
|
|
241
|
+
readonly regular: {
|
|
242
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
243
|
+
readonly fontSize: 16;
|
|
244
|
+
readonly fontWeight: 400;
|
|
245
|
+
readonly lineHeight: 1.25;
|
|
246
|
+
readonly letterSpacing: "0";
|
|
247
|
+
};
|
|
248
|
+
readonly strong: {
|
|
249
|
+
readonly fontFamily: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif";
|
|
250
|
+
readonly fontSize: 16;
|
|
251
|
+
readonly fontWeight: 500;
|
|
252
|
+
readonly lineHeight: 1.25;
|
|
253
|
+
readonly letterSpacing: "0";
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
readonly code: {
|
|
258
|
+
readonly fontFamily: "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace";
|
|
259
|
+
readonly fontSize: 13;
|
|
260
|
+
readonly fontWeight: 400;
|
|
261
|
+
readonly lineHeight: 1.75;
|
|
262
|
+
readonly letterSpacing: "0";
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
export type TypographyToken = typeof typography;
|
|
266
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../src/tokens/semantic/typography.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Qb,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,UAAU,CAAC"}
|