@hopper-ui/styled-system 2.5.13 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/StyledSystemProvider.css +35 -35
- package/dist/StyledSystemProvider.d.ts +6 -6
- package/dist/StyledSystemProvider.js +15 -17
- package/dist/{chunk-54RO57YA.js → chunk-3PUBJ5LJ.js} +25 -13
- package/dist/chunk-6ZFFJVAW.js +17 -0
- package/dist/{chunk-V7X6ANEM.js → chunk-7PR2BAOL.js} +0 -1
- package/dist/{chunk-MSH55T2T.js → chunk-A54ZRFEM.js} +31 -2
- package/dist/{chunk-ILG53YIO.js → chunk-FGXNB7F6.js} +34 -9
- package/dist/{chunk-7TNCJ3OQ.js → chunk-JJKYIWIT.js} +13 -3
- package/dist/{chunk-A54ZF3UN.js → chunk-QZ7W6U3E.js} +2 -2
- package/dist/{chunk-GQ3J3RTR.js → chunk-SVHEHWY4.js} +3 -3
- package/dist/chunk-TKWJ3X2I.js +13 -0
- package/dist/{chunk-JVNXXRWE.js → chunk-VIIWNAIQ.js} +1 -1
- package/dist/{chunk-X5OXC6DN.js → chunk-XG7R6QGE.js} +1 -1
- package/dist/chunk-YQ665QH5.js +6 -0
- package/dist/color-scheme/ColorSchemeContext.js +1 -1
- package/dist/color-scheme/useColorSchemeValue.js +2 -2
- package/dist/global-styles/BodyStyleProvider.js +5 -5
- package/dist/html-wrappers/html.css +35 -35
- package/dist/html-wrappers/html.js +8 -7
- package/dist/html-wrappers/htmlElement.css +35 -35
- package/dist/html-wrappers/htmlElement.js +7 -6
- package/dist/index.css +35 -35
- package/dist/index.d.ts +4 -6
- package/dist/index.js +16 -18
- package/dist/responsive/useResponsiveValue.js +2 -2
- package/dist/styledSystemProps.d.ts +21 -5
- package/dist/styledSystemRootCssClass.d.ts +2 -4
- package/dist/styledSystemRootCssClass.js +2 -1
- package/dist/theme/ThemeContext.d.ts +11 -0
- package/dist/theme/ThemeContext.js +2 -0
- package/dist/theme/generated/sharegate/dark.css +742 -0
- package/dist/theme/generated/sharegate/light.css +1182 -0
- package/dist/theme/generated/sharegate.css +4 -0
- package/dist/theme/generated/workleap/dark.css +742 -0
- package/dist/theme/generated/workleap/light.css +1182 -0
- package/dist/theme/generated/workleap.css +4 -0
- package/dist/tokens/generated/styledSystemConstants.d.ts +6 -0
- package/dist/tokens/generated/styledSystemConstants.js +2 -0
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +1182 -1151
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +540 -37
- package/dist/tokens/tokenMappings.js +5 -4
- package/dist/useStyledSystem.css +32 -32
- package/dist/useStyledSystem.js +6 -5
- package/package.json +13 -9
- package/dist/chunk-43MQD25Q.js +0 -17
- package/dist/chunk-K5JIMNDM.js +0 -1182
- package/dist/chunk-P6FMQKUS.js +0 -546
- package/dist/chunk-RAWVBWQ4.js +0 -11
- package/dist/chunk-S3G5NPHF.js +0 -32
- package/dist/tokens/TokenProvider.d.ts +0 -20
- package/dist/tokens/TokenProvider.js +0 -9
- package/dist/tokens/generated/darkSemanticTokens.d.ts +0 -548
- package/dist/tokens/generated/darkSemanticTokens.js +0 -2
- package/dist/tokens/generated/lightSemanticTokens.d.ts +0 -1184
- package/dist/tokens/generated/lightSemanticTokens.js +0 -2
- package/dist/tokens/tokens.d.ts +0 -1731
- package/dist/tokens/tokens.js +0 -4
- package/dist/{chunk-SFOVKOPG.js → chunk-FTYK7Z7Q.js} +1 -1
|
@@ -1,1188 +1,1219 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file is generated by Style Dictionary. Do not edit directly.
|
|
3
3
|
*/
|
|
4
|
-
declare const HopperVariablePrefix = "--hop";
|
|
5
4
|
declare const HopperColors: {
|
|
6
|
-
"core_coastal-25":
|
|
7
|
-
"core_coastal-50":
|
|
8
|
-
"core_coastal-75":
|
|
9
|
-
"core_coastal-100":
|
|
10
|
-
"core_coastal-200":
|
|
11
|
-
"core_coastal-300":
|
|
12
|
-
"core_coastal-400":
|
|
13
|
-
"core_coastal-500":
|
|
14
|
-
"core_coastal-600":
|
|
15
|
-
"core_coastal-700":
|
|
16
|
-
"core_coastal-800":
|
|
17
|
-
"core_coastal-900":
|
|
18
|
-
"core_quetzal-25":
|
|
19
|
-
"core_quetzal-50":
|
|
20
|
-
"core_quetzal-75":
|
|
21
|
-
"core_quetzal-100":
|
|
22
|
-
"core_quetzal-200":
|
|
23
|
-
"core_quetzal-300":
|
|
24
|
-
"core_quetzal-400":
|
|
25
|
-
"core_quetzal-500":
|
|
26
|
-
"core_quetzal-600":
|
|
27
|
-
"core_quetzal-700":
|
|
28
|
-
"core_quetzal-800":
|
|
29
|
-
"core_quetzal-900":
|
|
30
|
-
"core_orchid-bloom-25":
|
|
31
|
-
"core_orchid-bloom-50":
|
|
32
|
-
"core_orchid-bloom-75":
|
|
33
|
-
"core_orchid-bloom-100":
|
|
34
|
-
"core_orchid-bloom-200":
|
|
35
|
-
"core_orchid-bloom-300":
|
|
36
|
-
"core_orchid-bloom-400":
|
|
37
|
-
"core_orchid-bloom-500":
|
|
38
|
-
"core_orchid-bloom-600":
|
|
39
|
-
"core_orchid-bloom-700":
|
|
40
|
-
"core_orchid-bloom-800":
|
|
41
|
-
"core_orchid-bloom-900":
|
|
42
|
-
"core_sapphire-25":
|
|
43
|
-
"core_sapphire-50":
|
|
44
|
-
"core_sapphire-75":
|
|
45
|
-
"core_sapphire-100":
|
|
46
|
-
"core_sapphire-200":
|
|
47
|
-
"core_sapphire-300":
|
|
48
|
-
"core_sapphire-400":
|
|
49
|
-
"core_sapphire-500":
|
|
50
|
-
"core_sapphire-600":
|
|
51
|
-
"core_sapphire-700":
|
|
52
|
-
"core_sapphire-800":
|
|
53
|
-
"core_sapphire-900":
|
|
54
|
-
"core_fog-25":
|
|
55
|
-
"core_fog-50":
|
|
56
|
-
"core_fog-75":
|
|
57
|
-
"core_fog-100":
|
|
58
|
-
"core_fog-200":
|
|
59
|
-
"core_fog-300":
|
|
60
|
-
"core_fog-400":
|
|
61
|
-
"core_fog-500":
|
|
62
|
-
"core_fog-600":
|
|
63
|
-
"core_fog-700":
|
|
64
|
-
"core_fog-800":
|
|
65
|
-
"core_fog-900":
|
|
66
|
-
"core_toad-25":
|
|
67
|
-
"core_toad-50":
|
|
68
|
-
"core_toad-75":
|
|
69
|
-
"core_toad-100":
|
|
70
|
-
"core_toad-200":
|
|
71
|
-
"core_toad-300":
|
|
72
|
-
"core_toad-400":
|
|
73
|
-
"core_toad-500":
|
|
74
|
-
"core_toad-600":
|
|
75
|
-
"core_toad-700":
|
|
76
|
-
"core_toad-800":
|
|
77
|
-
"core_toad-900":
|
|
78
|
-
"core_sunken-treasure-25":
|
|
79
|
-
"core_sunken-treasure-50":
|
|
80
|
-
"core_sunken-treasure-75":
|
|
81
|
-
"core_sunken-treasure-100":
|
|
82
|
-
"core_sunken-treasure-200":
|
|
83
|
-
"core_sunken-treasure-300":
|
|
84
|
-
"core_sunken-treasure-400":
|
|
85
|
-
"core_sunken-treasure-500":
|
|
86
|
-
"core_sunken-treasure-600":
|
|
87
|
-
"core_sunken-treasure-700":
|
|
88
|
-
"core_sunken-treasure-800":
|
|
89
|
-
"core_sunken-treasure-900":
|
|
90
|
-
"core_koi-25":
|
|
91
|
-
"core_koi-50":
|
|
92
|
-
"core_koi-75":
|
|
93
|
-
"core_koi-100":
|
|
94
|
-
"core_koi-200":
|
|
95
|
-
"core_koi-300":
|
|
96
|
-
"core_koi-400":
|
|
97
|
-
"core_koi-500":
|
|
98
|
-
"core_koi-600":
|
|
99
|
-
"core_koi-700":
|
|
100
|
-
"core_koi-800":
|
|
101
|
-
"core_koi-900":
|
|
102
|
-
"core_amanita-25":
|
|
103
|
-
"core_amanita-50":
|
|
104
|
-
"core_amanita-75":
|
|
105
|
-
"core_amanita-100":
|
|
106
|
-
"core_amanita-200":
|
|
107
|
-
"core_amanita-300":
|
|
108
|
-
"core_amanita-400":
|
|
109
|
-
"core_amanita-500":
|
|
110
|
-
"core_amanita-600":
|
|
111
|
-
"core_amanita-700":
|
|
112
|
-
"core_amanita-800":
|
|
113
|
-
"core_amanita-900":
|
|
114
|
-
"core_moss-25":
|
|
115
|
-
"core_moss-50":
|
|
116
|
-
"core_moss-75":
|
|
117
|
-
"core_moss-100":
|
|
118
|
-
"core_moss-200":
|
|
119
|
-
"core_moss-300":
|
|
120
|
-
"core_moss-400":
|
|
121
|
-
"core_moss-500":
|
|
122
|
-
"core_moss-600":
|
|
123
|
-
"core_moss-700":
|
|
124
|
-
"core_moss-800":
|
|
125
|
-
"core_moss-900":
|
|
126
|
-
core_abyss:
|
|
127
|
-
"core_rock-20":
|
|
128
|
-
"core_rock-25":
|
|
129
|
-
"core_rock-50":
|
|
130
|
-
"core_rock-75":
|
|
131
|
-
"core_rock-100":
|
|
132
|
-
"core_rock-200":
|
|
133
|
-
"core_rock-300":
|
|
134
|
-
"core_rock-400":
|
|
135
|
-
"core_rock-500":
|
|
136
|
-
"core_rock-600":
|
|
137
|
-
"core_rock-700":
|
|
138
|
-
"core_rock-800":
|
|
139
|
-
"core_rock-900":
|
|
140
|
-
core_samoyed:
|
|
5
|
+
readonly "core_coastal-25": "coastal-25";
|
|
6
|
+
readonly "core_coastal-50": "coastal-50";
|
|
7
|
+
readonly "core_coastal-75": "coastal-75";
|
|
8
|
+
readonly "core_coastal-100": "coastal-100";
|
|
9
|
+
readonly "core_coastal-200": "coastal-200";
|
|
10
|
+
readonly "core_coastal-300": "coastal-300";
|
|
11
|
+
readonly "core_coastal-400": "coastal-400";
|
|
12
|
+
readonly "core_coastal-500": "coastal-500";
|
|
13
|
+
readonly "core_coastal-600": "coastal-600";
|
|
14
|
+
readonly "core_coastal-700": "coastal-700";
|
|
15
|
+
readonly "core_coastal-800": "coastal-800";
|
|
16
|
+
readonly "core_coastal-900": "coastal-900";
|
|
17
|
+
readonly "core_quetzal-25": "quetzal-25";
|
|
18
|
+
readonly "core_quetzal-50": "quetzal-50";
|
|
19
|
+
readonly "core_quetzal-75": "quetzal-75";
|
|
20
|
+
readonly "core_quetzal-100": "quetzal-100";
|
|
21
|
+
readonly "core_quetzal-200": "quetzal-200";
|
|
22
|
+
readonly "core_quetzal-300": "quetzal-300";
|
|
23
|
+
readonly "core_quetzal-400": "quetzal-400";
|
|
24
|
+
readonly "core_quetzal-500": "quetzal-500";
|
|
25
|
+
readonly "core_quetzal-600": "quetzal-600";
|
|
26
|
+
readonly "core_quetzal-700": "quetzal-700";
|
|
27
|
+
readonly "core_quetzal-800": "quetzal-800";
|
|
28
|
+
readonly "core_quetzal-900": "quetzal-900";
|
|
29
|
+
readonly "core_orchid-bloom-25": "orchid-bloom-25";
|
|
30
|
+
readonly "core_orchid-bloom-50": "orchid-bloom-50";
|
|
31
|
+
readonly "core_orchid-bloom-75": "orchid-bloom-75";
|
|
32
|
+
readonly "core_orchid-bloom-100": "orchid-bloom-100";
|
|
33
|
+
readonly "core_orchid-bloom-200": "orchid-bloom-200";
|
|
34
|
+
readonly "core_orchid-bloom-300": "orchid-bloom-300";
|
|
35
|
+
readonly "core_orchid-bloom-400": "orchid-bloom-400";
|
|
36
|
+
readonly "core_orchid-bloom-500": "orchid-bloom-500";
|
|
37
|
+
readonly "core_orchid-bloom-600": "orchid-bloom-600";
|
|
38
|
+
readonly "core_orchid-bloom-700": "orchid-bloom-700";
|
|
39
|
+
readonly "core_orchid-bloom-800": "orchid-bloom-800";
|
|
40
|
+
readonly "core_orchid-bloom-900": "orchid-bloom-900";
|
|
41
|
+
readonly "core_sapphire-25": "sapphire-25";
|
|
42
|
+
readonly "core_sapphire-50": "sapphire-50";
|
|
43
|
+
readonly "core_sapphire-75": "sapphire-75";
|
|
44
|
+
readonly "core_sapphire-100": "sapphire-100";
|
|
45
|
+
readonly "core_sapphire-200": "sapphire-200";
|
|
46
|
+
readonly "core_sapphire-300": "sapphire-300";
|
|
47
|
+
readonly "core_sapphire-400": "sapphire-400";
|
|
48
|
+
readonly "core_sapphire-500": "sapphire-500";
|
|
49
|
+
readonly "core_sapphire-600": "sapphire-600";
|
|
50
|
+
readonly "core_sapphire-700": "sapphire-700";
|
|
51
|
+
readonly "core_sapphire-800": "sapphire-800";
|
|
52
|
+
readonly "core_sapphire-900": "sapphire-900";
|
|
53
|
+
readonly "core_fog-25": "fog-25";
|
|
54
|
+
readonly "core_fog-50": "fog-50";
|
|
55
|
+
readonly "core_fog-75": "fog-75";
|
|
56
|
+
readonly "core_fog-100": "fog-100";
|
|
57
|
+
readonly "core_fog-200": "fog-200";
|
|
58
|
+
readonly "core_fog-300": "fog-300";
|
|
59
|
+
readonly "core_fog-400": "fog-400";
|
|
60
|
+
readonly "core_fog-500": "fog-500";
|
|
61
|
+
readonly "core_fog-600": "fog-600";
|
|
62
|
+
readonly "core_fog-700": "fog-700";
|
|
63
|
+
readonly "core_fog-800": "fog-800";
|
|
64
|
+
readonly "core_fog-900": "fog-900";
|
|
65
|
+
readonly "core_toad-25": "toad-25";
|
|
66
|
+
readonly "core_toad-50": "toad-50";
|
|
67
|
+
readonly "core_toad-75": "toad-75";
|
|
68
|
+
readonly "core_toad-100": "toad-100";
|
|
69
|
+
readonly "core_toad-200": "toad-200";
|
|
70
|
+
readonly "core_toad-300": "toad-300";
|
|
71
|
+
readonly "core_toad-400": "toad-400";
|
|
72
|
+
readonly "core_toad-500": "toad-500";
|
|
73
|
+
readonly "core_toad-600": "toad-600";
|
|
74
|
+
readonly "core_toad-700": "toad-700";
|
|
75
|
+
readonly "core_toad-800": "toad-800";
|
|
76
|
+
readonly "core_toad-900": "toad-900";
|
|
77
|
+
readonly "core_sunken-treasure-25": "sunken-treasure-25";
|
|
78
|
+
readonly "core_sunken-treasure-50": "sunken-treasure-50";
|
|
79
|
+
readonly "core_sunken-treasure-75": "sunken-treasure-75";
|
|
80
|
+
readonly "core_sunken-treasure-100": "sunken-treasure-100";
|
|
81
|
+
readonly "core_sunken-treasure-200": "sunken-treasure-200";
|
|
82
|
+
readonly "core_sunken-treasure-300": "sunken-treasure-300";
|
|
83
|
+
readonly "core_sunken-treasure-400": "sunken-treasure-400";
|
|
84
|
+
readonly "core_sunken-treasure-500": "sunken-treasure-500";
|
|
85
|
+
readonly "core_sunken-treasure-600": "sunken-treasure-600";
|
|
86
|
+
readonly "core_sunken-treasure-700": "sunken-treasure-700";
|
|
87
|
+
readonly "core_sunken-treasure-800": "sunken-treasure-800";
|
|
88
|
+
readonly "core_sunken-treasure-900": "sunken-treasure-900";
|
|
89
|
+
readonly "core_koi-25": "koi-25";
|
|
90
|
+
readonly "core_koi-50": "koi-50";
|
|
91
|
+
readonly "core_koi-75": "koi-75";
|
|
92
|
+
readonly "core_koi-100": "koi-100";
|
|
93
|
+
readonly "core_koi-200": "koi-200";
|
|
94
|
+
readonly "core_koi-300": "koi-300";
|
|
95
|
+
readonly "core_koi-400": "koi-400";
|
|
96
|
+
readonly "core_koi-500": "koi-500";
|
|
97
|
+
readonly "core_koi-600": "koi-600";
|
|
98
|
+
readonly "core_koi-700": "koi-700";
|
|
99
|
+
readonly "core_koi-800": "koi-800";
|
|
100
|
+
readonly "core_koi-900": "koi-900";
|
|
101
|
+
readonly "core_amanita-25": "amanita-25";
|
|
102
|
+
readonly "core_amanita-50": "amanita-50";
|
|
103
|
+
readonly "core_amanita-75": "amanita-75";
|
|
104
|
+
readonly "core_amanita-100": "amanita-100";
|
|
105
|
+
readonly "core_amanita-200": "amanita-200";
|
|
106
|
+
readonly "core_amanita-300": "amanita-300";
|
|
107
|
+
readonly "core_amanita-400": "amanita-400";
|
|
108
|
+
readonly "core_amanita-500": "amanita-500";
|
|
109
|
+
readonly "core_amanita-600": "amanita-600";
|
|
110
|
+
readonly "core_amanita-700": "amanita-700";
|
|
111
|
+
readonly "core_amanita-800": "amanita-800";
|
|
112
|
+
readonly "core_amanita-900": "amanita-900";
|
|
113
|
+
readonly "core_moss-25": "moss-25";
|
|
114
|
+
readonly "core_moss-50": "moss-50";
|
|
115
|
+
readonly "core_moss-75": "moss-75";
|
|
116
|
+
readonly "core_moss-100": "moss-100";
|
|
117
|
+
readonly "core_moss-200": "moss-200";
|
|
118
|
+
readonly "core_moss-300": "moss-300";
|
|
119
|
+
readonly "core_moss-400": "moss-400";
|
|
120
|
+
readonly "core_moss-500": "moss-500";
|
|
121
|
+
readonly "core_moss-600": "moss-600";
|
|
122
|
+
readonly "core_moss-700": "moss-700";
|
|
123
|
+
readonly "core_moss-800": "moss-800";
|
|
124
|
+
readonly "core_moss-900": "moss-900";
|
|
125
|
+
readonly core_abyss: "abyss";
|
|
126
|
+
readonly "core_rock-20": "rock-20";
|
|
127
|
+
readonly "core_rock-25": "rock-25";
|
|
128
|
+
readonly "core_rock-50": "rock-50";
|
|
129
|
+
readonly "core_rock-75": "rock-75";
|
|
130
|
+
readonly "core_rock-100": "rock-100";
|
|
131
|
+
readonly "core_rock-200": "rock-200";
|
|
132
|
+
readonly "core_rock-300": "rock-300";
|
|
133
|
+
readonly "core_rock-400": "rock-400";
|
|
134
|
+
readonly "core_rock-500": "rock-500";
|
|
135
|
+
readonly "core_rock-600": "rock-600";
|
|
136
|
+
readonly "core_rock-700": "rock-700";
|
|
137
|
+
readonly "core_rock-800": "rock-800";
|
|
138
|
+
readonly "core_rock-900": "rock-900";
|
|
139
|
+
readonly core_samoyed: "samoyed";
|
|
141
140
|
};
|
|
142
141
|
declare const BackgroundColors: {
|
|
143
|
-
"danger-active":
|
|
144
|
-
"danger-weak-active":
|
|
145
|
-
danger:
|
|
146
|
-
"danger-selected":
|
|
147
|
-
"danger-disabled":
|
|
148
|
-
"danger-hover":
|
|
149
|
-
"danger-press":
|
|
150
|
-
"danger-strong":
|
|
151
|
-
"danger-strong-hover":
|
|
152
|
-
"danger-weak":
|
|
153
|
-
"danger-weak-hover":
|
|
154
|
-
"danger-weak-press":
|
|
155
|
-
"neutral-active":
|
|
156
|
-
"neutral-weak-active":
|
|
157
|
-
neutral:
|
|
158
|
-
"neutral-selected":
|
|
159
|
-
"neutral-disabled":
|
|
160
|
-
"neutral-hover":
|
|
161
|
-
"neutral-press":
|
|
162
|
-
"neutral-strong":
|
|
163
|
-
"neutral-weak":
|
|
164
|
-
"neutral-weak-selected":
|
|
165
|
-
"neutral-weak-hover":
|
|
166
|
-
"neutral-weak-press":
|
|
167
|
-
"neutral-weakest":
|
|
168
|
-
"neutral-weakest-selected":
|
|
169
|
-
"neutral-weakest-hover":
|
|
170
|
-
"primary-active":
|
|
171
|
-
"primary-strong-active":
|
|
172
|
-
"primary-weak-active":
|
|
173
|
-
primary:
|
|
174
|
-
"primary-selected":
|
|
175
|
-
"primary-disabled":
|
|
176
|
-
"primary-focus":
|
|
177
|
-
"primary-hover":
|
|
178
|
-
"primary-press":
|
|
179
|
-
"primary-strong":
|
|
180
|
-
"primary-strong-selected":
|
|
181
|
-
"primary-strong-hover":
|
|
182
|
-
"primary-strong-press":
|
|
183
|
-
"primary-weak":
|
|
184
|
-
"primary-weak-hover":
|
|
185
|
-
"primary-weak-press":
|
|
186
|
-
"upsell-active":
|
|
187
|
-
"upsell-weak-active":
|
|
188
|
-
upsell:
|
|
189
|
-
"upsell-selected":
|
|
190
|
-
"upsell-disabled":
|
|
191
|
-
"upsell-hover":
|
|
192
|
-
"upsell-press":
|
|
193
|
-
"upsell-weak":
|
|
194
|
-
"upsell-weak-hover":
|
|
195
|
-
"upsell-weak-press":
|
|
196
|
-
"decorative-option9":
|
|
197
|
-
"decorative-option9-hover":
|
|
198
|
-
"decorative-option9-strong":
|
|
199
|
-
"decorative-option9-weak":
|
|
200
|
-
"decorative-option9-weak-hover":
|
|
201
|
-
"decorative-option9-weakest":
|
|
202
|
-
"decorative-option8":
|
|
203
|
-
"decorative-option8-hover":
|
|
204
|
-
"decorative-option8-strong":
|
|
205
|
-
"decorative-option8-weak":
|
|
206
|
-
"decorative-option8-weak-hover":
|
|
207
|
-
"decorative-option8-weakest":
|
|
208
|
-
"decorative-option7":
|
|
209
|
-
"decorative-option7-hover":
|
|
210
|
-
"decorative-option7-strong":
|
|
211
|
-
"decorative-option7-weak":
|
|
212
|
-
"decorative-option7-weak-hover":
|
|
213
|
-
"decorative-option7-weakest":
|
|
214
|
-
"decorative-option5":
|
|
215
|
-
"decorative-option5-hover":
|
|
216
|
-
"decorative-option5-strong":
|
|
217
|
-
"decorative-option5-weak":
|
|
218
|
-
"decorative-option5-weak-hover":
|
|
219
|
-
"decorative-option5-weakest":
|
|
220
|
-
"decorative-option6":
|
|
221
|
-
"decorative-option6-hover":
|
|
222
|
-
"decorative-option6-strong":
|
|
223
|
-
"decorative-option6-weak":
|
|
224
|
-
"decorative-option6-weak-hover":
|
|
225
|
-
"decorative-option6-weakest":
|
|
226
|
-
"decorative-option4":
|
|
227
|
-
"decorative-option4-hover":
|
|
228
|
-
"decorative-option4-strong":
|
|
229
|
-
"decorative-option4-weak":
|
|
230
|
-
"decorative-option4-weak-hover":
|
|
231
|
-
"decorative-option4-weakest":
|
|
232
|
-
"decorative-option3":
|
|
233
|
-
"decorative-option3-hover":
|
|
234
|
-
"decorative-option3-strong":
|
|
235
|
-
"decorative-option3-weak":
|
|
236
|
-
"decorative-option3-weak-hover":
|
|
237
|
-
"decorative-option3-weakest":
|
|
238
|
-
"decorative-option2":
|
|
239
|
-
"decorative-option2-hover":
|
|
240
|
-
"decorative-option2-strong":
|
|
241
|
-
"decorative-option2-weak":
|
|
242
|
-
"decorative-option2-weak-hover":
|
|
243
|
-
"decorative-option2-weakest":
|
|
244
|
-
"decorative-option1":
|
|
245
|
-
"decorative-option1-hover":
|
|
246
|
-
"decorative-option1-strong":
|
|
247
|
-
"decorative-option1-weak":
|
|
248
|
-
"decorative-option1-weak-hover":
|
|
249
|
-
"decorative-option1-weakest":
|
|
250
|
-
information:
|
|
251
|
-
"information-strong":
|
|
252
|
-
"information-weak":
|
|
253
|
-
"status-caution":
|
|
254
|
-
"status-caution-disabled":
|
|
255
|
-
"status-caution-hover":
|
|
256
|
-
"status-caution-press":
|
|
257
|
-
"status-caution-selected":
|
|
258
|
-
"status-caution-strong":
|
|
259
|
-
"status-inactive":
|
|
260
|
-
"status-inactive-disabled":
|
|
261
|
-
"status-inactive-hover":
|
|
262
|
-
"status-inactive-press":
|
|
263
|
-
"status-inactive-selected":
|
|
264
|
-
"status-inactive-strong":
|
|
265
|
-
"status-negative":
|
|
266
|
-
"status-negative-disabled":
|
|
267
|
-
"status-negative-hover":
|
|
268
|
-
"status-negative-press":
|
|
269
|
-
"status-negative-selected":
|
|
270
|
-
"status-negative-strong":
|
|
271
|
-
"status-neutral":
|
|
272
|
-
"status-neutral-disabled":
|
|
273
|
-
"status-neutral-hover":
|
|
274
|
-
"status-neutral-press":
|
|
275
|
-
"status-neutral-selected":
|
|
276
|
-
"status-neutral-strong":
|
|
277
|
-
"status-option1":
|
|
278
|
-
"status-option1-disabled":
|
|
279
|
-
"status-option1-hover":
|
|
280
|
-
"status-option1-press":
|
|
281
|
-
"status-option1-selected":
|
|
282
|
-
"status-option1-strong":
|
|
283
|
-
"status-option2":
|
|
284
|
-
"status-option2-disabled":
|
|
285
|
-
"status-option2-hover":
|
|
286
|
-
"status-option2-press":
|
|
287
|
-
"status-option2-selected":
|
|
288
|
-
"status-option2-strong":
|
|
289
|
-
"status-option3":
|
|
290
|
-
"status-option3-disabled":
|
|
291
|
-
"status-option3-hover":
|
|
292
|
-
"status-option3-press":
|
|
293
|
-
"status-option3-selected":
|
|
294
|
-
"status-option3-strong":
|
|
295
|
-
"status-option4":
|
|
296
|
-
"status-option4-disabled":
|
|
297
|
-
"status-option4-hover":
|
|
298
|
-
"status-option4-press":
|
|
299
|
-
"status-option4-selected":
|
|
300
|
-
"status-option4-strong":
|
|
301
|
-
"status-option5":
|
|
302
|
-
"status-option5-disabled":
|
|
303
|
-
"status-option5-hover":
|
|
304
|
-
"status-option5-press":
|
|
305
|
-
"status-option5-selected":
|
|
306
|
-
"status-option5-strong":
|
|
307
|
-
"status-option6":
|
|
308
|
-
"status-option6-disabled":
|
|
309
|
-
"status-option6-hover":
|
|
310
|
-
"status-option6-press":
|
|
311
|
-
"status-option6-selected":
|
|
312
|
-
"status-option6-strong":
|
|
313
|
-
"status-positive":
|
|
314
|
-
"status-positive-disabled":
|
|
315
|
-
"status-positive-hover":
|
|
316
|
-
"status-positive-press":
|
|
317
|
-
"status-positive-selected":
|
|
318
|
-
"status-positive-strong":
|
|
319
|
-
"status-progress":
|
|
320
|
-
"status-progress-disabled":
|
|
321
|
-
"status-progress-hover":
|
|
322
|
-
"status-progress-press":
|
|
323
|
-
"status-progress-selected":
|
|
324
|
-
"status-progress-strong":
|
|
325
|
-
success:
|
|
326
|
-
"success-strong":
|
|
327
|
-
"success-weak":
|
|
328
|
-
warning:
|
|
329
|
-
"warning-strong":
|
|
330
|
-
"warning-weak":
|
|
142
|
+
readonly "danger-active": "danger-surface-active";
|
|
143
|
+
readonly "danger-weak-active": "danger-surface-weak-active";
|
|
144
|
+
readonly danger: "danger-surface";
|
|
145
|
+
readonly "danger-selected": "danger-surface-selected";
|
|
146
|
+
readonly "danger-disabled": "danger-surface-disabled";
|
|
147
|
+
readonly "danger-hover": "danger-surface-hover";
|
|
148
|
+
readonly "danger-press": "danger-surface-press";
|
|
149
|
+
readonly "danger-strong": "danger-surface-strong";
|
|
150
|
+
readonly "danger-strong-hover": "danger-surface-strong-hover";
|
|
151
|
+
readonly "danger-weak": "danger-surface-weak";
|
|
152
|
+
readonly "danger-weak-hover": "danger-surface-weak-hover";
|
|
153
|
+
readonly "danger-weak-press": "danger-surface-weak-press";
|
|
154
|
+
readonly "neutral-active": "neutral-surface-active";
|
|
155
|
+
readonly "neutral-weak-active": "neutral-surface-weak-active";
|
|
156
|
+
readonly neutral: "neutral-surface";
|
|
157
|
+
readonly "neutral-selected": "neutral-surface-selected";
|
|
158
|
+
readonly "neutral-disabled": "neutral-surface-disabled";
|
|
159
|
+
readonly "neutral-hover": "neutral-surface-hover";
|
|
160
|
+
readonly "neutral-press": "neutral-surface-press";
|
|
161
|
+
readonly "neutral-strong": "neutral-surface-strong";
|
|
162
|
+
readonly "neutral-weak": "neutral-surface-weak";
|
|
163
|
+
readonly "neutral-weak-selected": "neutral-surface-weak-selected";
|
|
164
|
+
readonly "neutral-weak-hover": "neutral-surface-weak-hover";
|
|
165
|
+
readonly "neutral-weak-press": "neutral-surface-weak-press";
|
|
166
|
+
readonly "neutral-weakest": "neutral-surface-weakest";
|
|
167
|
+
readonly "neutral-weakest-selected": "neutral-surface-weakest-selected";
|
|
168
|
+
readonly "neutral-weakest-hover": "neutral-surface-weakest-hover";
|
|
169
|
+
readonly "primary-active": "primary-surface-active";
|
|
170
|
+
readonly "primary-strong-active": "primary-surface-strong-active";
|
|
171
|
+
readonly "primary-weak-active": "primary-surface-weak-active";
|
|
172
|
+
readonly primary: "primary-surface";
|
|
173
|
+
readonly "primary-selected": "primary-surface-selected";
|
|
174
|
+
readonly "primary-disabled": "primary-surface-disabled";
|
|
175
|
+
readonly "primary-focus": "primary-surface-focus";
|
|
176
|
+
readonly "primary-hover": "primary-surface-hover";
|
|
177
|
+
readonly "primary-press": "primary-surface-press";
|
|
178
|
+
readonly "primary-strong": "primary-surface-strong";
|
|
179
|
+
readonly "primary-strong-selected": "primary-surface-strong-selected";
|
|
180
|
+
readonly "primary-strong-hover": "primary-surface-strong-hover";
|
|
181
|
+
readonly "primary-strong-press": "primary-surface-strong-press";
|
|
182
|
+
readonly "primary-weak": "primary-surface-weak";
|
|
183
|
+
readonly "primary-weak-hover": "primary-surface-weak-hover";
|
|
184
|
+
readonly "primary-weak-press": "primary-surface-weak-press";
|
|
185
|
+
readonly "upsell-active": "upsell-surface-active";
|
|
186
|
+
readonly "upsell-weak-active": "upsell-surface-weak-active";
|
|
187
|
+
readonly upsell: "upsell-surface";
|
|
188
|
+
readonly "upsell-selected": "upsell-surface-selected";
|
|
189
|
+
readonly "upsell-disabled": "upsell-surface-disabled";
|
|
190
|
+
readonly "upsell-hover": "upsell-surface-hover";
|
|
191
|
+
readonly "upsell-press": "upsell-surface-press";
|
|
192
|
+
readonly "upsell-weak": "upsell-surface-weak";
|
|
193
|
+
readonly "upsell-weak-hover": "upsell-surface-weak-hover";
|
|
194
|
+
readonly "upsell-weak-press": "upsell-surface-weak-press";
|
|
195
|
+
readonly "decorative-option9": "decorative-option9-surface";
|
|
196
|
+
readonly "decorative-option9-hover": "decorative-option9-surface-hover";
|
|
197
|
+
readonly "decorative-option9-strong": "decorative-option9-surface-strong";
|
|
198
|
+
readonly "decorative-option9-weak": "decorative-option9-surface-weak";
|
|
199
|
+
readonly "decorative-option9-weak-hover": "decorative-option9-surface-weak-hover";
|
|
200
|
+
readonly "decorative-option9-weakest": "decorative-option9-surface-weakest";
|
|
201
|
+
readonly "decorative-option8": "decorative-option8-surface";
|
|
202
|
+
readonly "decorative-option8-hover": "decorative-option8-surface-hover";
|
|
203
|
+
readonly "decorative-option8-strong": "decorative-option8-surface-strong";
|
|
204
|
+
readonly "decorative-option8-weak": "decorative-option8-surface-weak";
|
|
205
|
+
readonly "decorative-option8-weak-hover": "decorative-option8-surface-weak-hover";
|
|
206
|
+
readonly "decorative-option8-weakest": "decorative-option8-surface-weakest";
|
|
207
|
+
readonly "decorative-option7": "decorative-option7-surface";
|
|
208
|
+
readonly "decorative-option7-hover": "decorative-option7-surface-hover";
|
|
209
|
+
readonly "decorative-option7-strong": "decorative-option7-surface-strong";
|
|
210
|
+
readonly "decorative-option7-weak": "decorative-option7-surface-weak";
|
|
211
|
+
readonly "decorative-option7-weak-hover": "decorative-option7-surface-weak-hover";
|
|
212
|
+
readonly "decorative-option7-weakest": "decorative-option7-surface-weakest";
|
|
213
|
+
readonly "decorative-option5": "decorative-option5-surface";
|
|
214
|
+
readonly "decorative-option5-hover": "decorative-option5-surface-hover";
|
|
215
|
+
readonly "decorative-option5-strong": "decorative-option5-surface-strong";
|
|
216
|
+
readonly "decorative-option5-weak": "decorative-option5-surface-weak";
|
|
217
|
+
readonly "decorative-option5-weak-hover": "decorative-option5-surface-weak-hover";
|
|
218
|
+
readonly "decorative-option5-weakest": "decorative-option5-surface-weakest";
|
|
219
|
+
readonly "decorative-option6": "decorative-option6-surface";
|
|
220
|
+
readonly "decorative-option6-hover": "decorative-option6-surface-hover";
|
|
221
|
+
readonly "decorative-option6-strong": "decorative-option6-surface-strong";
|
|
222
|
+
readonly "decorative-option6-weak": "decorative-option6-surface-weak";
|
|
223
|
+
readonly "decorative-option6-weak-hover": "decorative-option6-surface-weak-hover";
|
|
224
|
+
readonly "decorative-option6-weakest": "decorative-option6-surface-weakest";
|
|
225
|
+
readonly "decorative-option4": "decorative-option4-surface";
|
|
226
|
+
readonly "decorative-option4-hover": "decorative-option4-surface-hover";
|
|
227
|
+
readonly "decorative-option4-strong": "decorative-option4-surface-strong";
|
|
228
|
+
readonly "decorative-option4-weak": "decorative-option4-surface-weak";
|
|
229
|
+
readonly "decorative-option4-weak-hover": "decorative-option4-surface-weak-hover";
|
|
230
|
+
readonly "decorative-option4-weakest": "decorative-option4-surface-weakest";
|
|
231
|
+
readonly "decorative-option3": "decorative-option3-surface";
|
|
232
|
+
readonly "decorative-option3-hover": "decorative-option3-surface-hover";
|
|
233
|
+
readonly "decorative-option3-strong": "decorative-option3-surface-strong";
|
|
234
|
+
readonly "decorative-option3-weak": "decorative-option3-surface-weak";
|
|
235
|
+
readonly "decorative-option3-weak-hover": "decorative-option3-surface-weak-hover";
|
|
236
|
+
readonly "decorative-option3-weakest": "decorative-option3-surface-weakest";
|
|
237
|
+
readonly "decorative-option2": "decorative-option2-surface";
|
|
238
|
+
readonly "decorative-option2-hover": "decorative-option2-surface-hover";
|
|
239
|
+
readonly "decorative-option2-strong": "decorative-option2-surface-strong";
|
|
240
|
+
readonly "decorative-option2-weak": "decorative-option2-surface-weak";
|
|
241
|
+
readonly "decorative-option2-weak-hover": "decorative-option2-surface-weak-hover";
|
|
242
|
+
readonly "decorative-option2-weakest": "decorative-option2-surface-weakest";
|
|
243
|
+
readonly "decorative-option1": "decorative-option1-surface";
|
|
244
|
+
readonly "decorative-option1-hover": "decorative-option1-surface-hover";
|
|
245
|
+
readonly "decorative-option1-strong": "decorative-option1-surface-strong";
|
|
246
|
+
readonly "decorative-option1-weak": "decorative-option1-surface-weak";
|
|
247
|
+
readonly "decorative-option1-weak-hover": "decorative-option1-surface-weak-hover";
|
|
248
|
+
readonly "decorative-option1-weakest": "decorative-option1-surface-weakest";
|
|
249
|
+
readonly information: "information-surface";
|
|
250
|
+
readonly "information-strong": "information-surface-strong";
|
|
251
|
+
readonly "information-weak": "information-surface-weak";
|
|
252
|
+
readonly "status-caution": "status-caution-surface";
|
|
253
|
+
readonly "status-caution-disabled": "status-caution-surface-disabled";
|
|
254
|
+
readonly "status-caution-hover": "status-caution-surface-hover";
|
|
255
|
+
readonly "status-caution-press": "status-caution-surface-press";
|
|
256
|
+
readonly "status-caution-selected": "status-caution-surface-selected";
|
|
257
|
+
readonly "status-caution-strong": "status-caution-surface-strong";
|
|
258
|
+
readonly "status-inactive": "status-inactive-surface";
|
|
259
|
+
readonly "status-inactive-disabled": "status-inactive-surface-disabled";
|
|
260
|
+
readonly "status-inactive-hover": "status-inactive-surface-hover";
|
|
261
|
+
readonly "status-inactive-press": "status-inactive-surface-press";
|
|
262
|
+
readonly "status-inactive-selected": "status-inactive-surface-selected";
|
|
263
|
+
readonly "status-inactive-strong": "status-inactive-surface-strong";
|
|
264
|
+
readonly "status-negative": "status-negative-surface";
|
|
265
|
+
readonly "status-negative-disabled": "status-negative-surface-disabled";
|
|
266
|
+
readonly "status-negative-hover": "status-negative-surface-hover";
|
|
267
|
+
readonly "status-negative-press": "status-negative-surface-press";
|
|
268
|
+
readonly "status-negative-selected": "status-negative-surface-selected";
|
|
269
|
+
readonly "status-negative-strong": "status-negative-surface-strong";
|
|
270
|
+
readonly "status-neutral": "status-neutral-surface";
|
|
271
|
+
readonly "status-neutral-disabled": "status-neutral-surface-disabled";
|
|
272
|
+
readonly "status-neutral-hover": "status-neutral-surface-hover";
|
|
273
|
+
readonly "status-neutral-press": "status-neutral-surface-press";
|
|
274
|
+
readonly "status-neutral-selected": "status-neutral-surface-selected";
|
|
275
|
+
readonly "status-neutral-strong": "status-neutral-surface-strong";
|
|
276
|
+
readonly "status-option1": "status-option1-surface";
|
|
277
|
+
readonly "status-option1-disabled": "status-option1-surface-disabled";
|
|
278
|
+
readonly "status-option1-hover": "status-option1-surface-hover";
|
|
279
|
+
readonly "status-option1-press": "status-option1-surface-press";
|
|
280
|
+
readonly "status-option1-selected": "status-option1-surface-selected";
|
|
281
|
+
readonly "status-option1-strong": "status-option1-surface-strong";
|
|
282
|
+
readonly "status-option2": "status-option2-surface";
|
|
283
|
+
readonly "status-option2-disabled": "status-option2-surface-disabled";
|
|
284
|
+
readonly "status-option2-hover": "status-option2-surface-hover";
|
|
285
|
+
readonly "status-option2-press": "status-option2-surface-press";
|
|
286
|
+
readonly "status-option2-selected": "status-option2-surface-selected";
|
|
287
|
+
readonly "status-option2-strong": "status-option2-surface-strong";
|
|
288
|
+
readonly "status-option3": "status-option3-surface";
|
|
289
|
+
readonly "status-option3-disabled": "status-option3-surface-disabled";
|
|
290
|
+
readonly "status-option3-hover": "status-option3-surface-hover";
|
|
291
|
+
readonly "status-option3-press": "status-option3-surface-press";
|
|
292
|
+
readonly "status-option3-selected": "status-option3-surface-selected";
|
|
293
|
+
readonly "status-option3-strong": "status-option3-surface-strong";
|
|
294
|
+
readonly "status-option4": "status-option4-surface";
|
|
295
|
+
readonly "status-option4-disabled": "status-option4-surface-disabled";
|
|
296
|
+
readonly "status-option4-hover": "status-option4-surface-hover";
|
|
297
|
+
readonly "status-option4-press": "status-option4-surface-press";
|
|
298
|
+
readonly "status-option4-selected": "status-option4-surface-selected";
|
|
299
|
+
readonly "status-option4-strong": "status-option4-surface-strong";
|
|
300
|
+
readonly "status-option5": "status-option5-surface";
|
|
301
|
+
readonly "status-option5-disabled": "status-option5-surface-disabled";
|
|
302
|
+
readonly "status-option5-hover": "status-option5-surface-hover";
|
|
303
|
+
readonly "status-option5-press": "status-option5-surface-press";
|
|
304
|
+
readonly "status-option5-selected": "status-option5-surface-selected";
|
|
305
|
+
readonly "status-option5-strong": "status-option5-surface-strong";
|
|
306
|
+
readonly "status-option6": "status-option6-surface";
|
|
307
|
+
readonly "status-option6-disabled": "status-option6-surface-disabled";
|
|
308
|
+
readonly "status-option6-hover": "status-option6-surface-hover";
|
|
309
|
+
readonly "status-option6-press": "status-option6-surface-press";
|
|
310
|
+
readonly "status-option6-selected": "status-option6-surface-selected";
|
|
311
|
+
readonly "status-option6-strong": "status-option6-surface-strong";
|
|
312
|
+
readonly "status-positive": "status-positive-surface";
|
|
313
|
+
readonly "status-positive-disabled": "status-positive-surface-disabled";
|
|
314
|
+
readonly "status-positive-hover": "status-positive-surface-hover";
|
|
315
|
+
readonly "status-positive-press": "status-positive-surface-press";
|
|
316
|
+
readonly "status-positive-selected": "status-positive-surface-selected";
|
|
317
|
+
readonly "status-positive-strong": "status-positive-surface-strong";
|
|
318
|
+
readonly "status-progress": "status-progress-surface";
|
|
319
|
+
readonly "status-progress-disabled": "status-progress-surface-disabled";
|
|
320
|
+
readonly "status-progress-hover": "status-progress-surface-hover";
|
|
321
|
+
readonly "status-progress-press": "status-progress-surface-press";
|
|
322
|
+
readonly "status-progress-selected": "status-progress-surface-selected";
|
|
323
|
+
readonly "status-progress-strong": "status-progress-surface-strong";
|
|
324
|
+
readonly success: "success-surface";
|
|
325
|
+
readonly "success-strong": "success-surface-strong";
|
|
326
|
+
readonly "success-weak": "success-surface-weak";
|
|
327
|
+
readonly warning: "warning-surface";
|
|
328
|
+
readonly "warning-strong": "warning-surface-strong";
|
|
329
|
+
readonly "warning-weak": "warning-surface-weak";
|
|
331
330
|
};
|
|
332
331
|
declare const TextColors: {
|
|
333
|
-
"danger-active":
|
|
334
|
-
"danger-weak-active":
|
|
335
|
-
danger:
|
|
336
|
-
"danger-selected":
|
|
337
|
-
"danger-disabled":
|
|
338
|
-
"danger-hover":
|
|
339
|
-
"danger-press":
|
|
340
|
-
"danger-strong":
|
|
341
|
-
"danger-strong-hover":
|
|
342
|
-
"danger-weak":
|
|
343
|
-
"danger-weak-hover":
|
|
344
|
-
"danger-weak-press":
|
|
345
|
-
"neutral-active":
|
|
346
|
-
"neutral-weak-active":
|
|
347
|
-
neutral:
|
|
348
|
-
"neutral-selected":
|
|
349
|
-
"neutral-disabled":
|
|
350
|
-
"neutral-hover":
|
|
351
|
-
"neutral-press":
|
|
352
|
-
"neutral-strong":
|
|
353
|
-
"neutral-weak":
|
|
354
|
-
"neutral-weak-hover":
|
|
355
|
-
"neutral-weak-press":
|
|
356
|
-
"neutral-weak-selected":
|
|
357
|
-
"neutral-weakest":
|
|
358
|
-
"primary-active":
|
|
359
|
-
primary:
|
|
360
|
-
"primary-selected":
|
|
361
|
-
"primary-disabled":
|
|
362
|
-
"primary-hover":
|
|
363
|
-
"primary-press":
|
|
364
|
-
"primary-strong":
|
|
365
|
-
"primary-strong-hover":
|
|
366
|
-
"upsell-active":
|
|
367
|
-
"upsell-weak-active":
|
|
368
|
-
upsell:
|
|
369
|
-
"upsell-selected":
|
|
370
|
-
"upsell-disabled":
|
|
371
|
-
"upsell-hover":
|
|
372
|
-
"upsell-press":
|
|
373
|
-
"upsell-weak":
|
|
374
|
-
"upsell-weak-hover":
|
|
375
|
-
"upsell-weak-press":
|
|
376
|
-
"decorative-option9":
|
|
377
|
-
"decorative-option9-weak":
|
|
378
|
-
"decorative-option8":
|
|
379
|
-
"decorative-option8-weak":
|
|
380
|
-
"decorative-option7":
|
|
381
|
-
"decorative-option7-weak":
|
|
382
|
-
"decorative-option5":
|
|
383
|
-
"decorative-option5-weak":
|
|
384
|
-
"decorative-option6":
|
|
385
|
-
"decorative-option6-weak":
|
|
386
|
-
"decorative-option4":
|
|
387
|
-
"decorative-option4-weak":
|
|
388
|
-
"decorative-option3":
|
|
389
|
-
"decorative-option3-weak":
|
|
390
|
-
"decorative-option2":
|
|
391
|
-
"decorative-option2-weak":
|
|
392
|
-
"decorative-option1":
|
|
393
|
-
"decorative-option1-weak":
|
|
394
|
-
information:
|
|
395
|
-
"information-weak":
|
|
396
|
-
"status-caution":
|
|
397
|
-
"status-caution-disabled":
|
|
398
|
-
"status-caution-hover":
|
|
399
|
-
"status-caution-press":
|
|
400
|
-
"status-caution-selected":
|
|
401
|
-
"status-inactive":
|
|
402
|
-
"status-inactive-disabled":
|
|
403
|
-
"status-inactive-hover":
|
|
404
|
-
"status-inactive-press":
|
|
405
|
-
"status-inactive-selected":
|
|
406
|
-
"status-negative":
|
|
407
|
-
"status-negative-disabled":
|
|
408
|
-
"status-negative-hover":
|
|
409
|
-
"status-negative-press":
|
|
410
|
-
"status-negative-selected":
|
|
411
|
-
"status-neutral":
|
|
412
|
-
"status-neutral-disabled":
|
|
413
|
-
"status-neutral-hover":
|
|
414
|
-
"status-neutral-press":
|
|
415
|
-
"status-neutral-selected":
|
|
416
|
-
"status-option1":
|
|
417
|
-
"status-option1-disabled":
|
|
418
|
-
"status-option1-hover":
|
|
419
|
-
"status-option1-press":
|
|
420
|
-
"status-option1-selected":
|
|
421
|
-
"status-option2":
|
|
422
|
-
"status-option2-disabled":
|
|
423
|
-
"status-option2-hover":
|
|
424
|
-
"status-option2-press":
|
|
425
|
-
"status-option2-selected":
|
|
426
|
-
"status-option3":
|
|
427
|
-
"status-option3-disabled":
|
|
428
|
-
"status-option3-hover":
|
|
429
|
-
"status-option3-press":
|
|
430
|
-
"status-option3-selected":
|
|
431
|
-
"status-option4":
|
|
432
|
-
"status-option4-disabled":
|
|
433
|
-
"status-option4-hover":
|
|
434
|
-
"status-option4-press":
|
|
435
|
-
"status-option4-selected":
|
|
436
|
-
"status-option5":
|
|
437
|
-
"status-option5-disabled":
|
|
438
|
-
"status-option5-hover":
|
|
439
|
-
"status-option5-press":
|
|
440
|
-
"status-option5-selected":
|
|
441
|
-
"status-option6":
|
|
442
|
-
"status-option6-disabled":
|
|
443
|
-
"status-option6-hover":
|
|
444
|
-
"status-option6-press":
|
|
445
|
-
"status-option6-selected":
|
|
446
|
-
"status-positive":
|
|
447
|
-
"status-positive-disabled":
|
|
448
|
-
"status-positive-hover":
|
|
449
|
-
"status-positive-press":
|
|
450
|
-
"status-positive-selected":
|
|
451
|
-
"status-progress":
|
|
452
|
-
"status-progress-disabled":
|
|
453
|
-
"status-progress-hover":
|
|
454
|
-
"status-progress-press":
|
|
455
|
-
"status-progress-selected":
|
|
456
|
-
success:
|
|
457
|
-
"success-hover":
|
|
458
|
-
"success-weak":
|
|
459
|
-
warning:
|
|
460
|
-
"warning-weak":
|
|
332
|
+
readonly "danger-active": "danger-text-active";
|
|
333
|
+
readonly "danger-weak-active": "danger-text-weak-active";
|
|
334
|
+
readonly danger: "danger-text";
|
|
335
|
+
readonly "danger-selected": "danger-text-selected";
|
|
336
|
+
readonly "danger-disabled": "danger-text-disabled";
|
|
337
|
+
readonly "danger-hover": "danger-text-hover";
|
|
338
|
+
readonly "danger-press": "danger-text-press";
|
|
339
|
+
readonly "danger-strong": "danger-text-strong";
|
|
340
|
+
readonly "danger-strong-hover": "danger-text-strong-hover";
|
|
341
|
+
readonly "danger-weak": "danger-text-weak";
|
|
342
|
+
readonly "danger-weak-hover": "danger-text-weak-hover";
|
|
343
|
+
readonly "danger-weak-press": "danger-text-weak-press";
|
|
344
|
+
readonly "neutral-active": "neutral-text-active";
|
|
345
|
+
readonly "neutral-weak-active": "neutral-text-weak-active";
|
|
346
|
+
readonly neutral: "neutral-text";
|
|
347
|
+
readonly "neutral-selected": "neutral-text-selected";
|
|
348
|
+
readonly "neutral-disabled": "neutral-text-disabled";
|
|
349
|
+
readonly "neutral-hover": "neutral-text-hover";
|
|
350
|
+
readonly "neutral-press": "neutral-text-press";
|
|
351
|
+
readonly "neutral-strong": "neutral-text-strong";
|
|
352
|
+
readonly "neutral-weak": "neutral-text-weak";
|
|
353
|
+
readonly "neutral-weak-hover": "neutral-text-weak-hover";
|
|
354
|
+
readonly "neutral-weak-press": "neutral-text-weak-press";
|
|
355
|
+
readonly "neutral-weak-selected": "neutral-text-weak-selected";
|
|
356
|
+
readonly "neutral-weakest": "neutral-text-weakest";
|
|
357
|
+
readonly "primary-active": "primary-text-active";
|
|
358
|
+
readonly primary: "primary-text";
|
|
359
|
+
readonly "primary-selected": "primary-text-selected";
|
|
360
|
+
readonly "primary-disabled": "primary-text-disabled";
|
|
361
|
+
readonly "primary-hover": "primary-text-hover";
|
|
362
|
+
readonly "primary-press": "primary-text-press";
|
|
363
|
+
readonly "primary-strong": "primary-text-strong";
|
|
364
|
+
readonly "primary-strong-hover": "primary-text-strong-hover";
|
|
365
|
+
readonly "upsell-active": "upsell-text-active";
|
|
366
|
+
readonly "upsell-weak-active": "upsell-text-weak-active";
|
|
367
|
+
readonly upsell: "upsell-text";
|
|
368
|
+
readonly "upsell-selected": "upsell-text-selected";
|
|
369
|
+
readonly "upsell-disabled": "upsell-text-disabled";
|
|
370
|
+
readonly "upsell-hover": "upsell-text-hover";
|
|
371
|
+
readonly "upsell-press": "upsell-text-press";
|
|
372
|
+
readonly "upsell-weak": "upsell-text-weak";
|
|
373
|
+
readonly "upsell-weak-hover": "upsell-text-weak-hover";
|
|
374
|
+
readonly "upsell-weak-press": "upsell-text-weak-press";
|
|
375
|
+
readonly "decorative-option9": "decorative-option9-text";
|
|
376
|
+
readonly "decorative-option9-weak": "decorative-option9-text-weak";
|
|
377
|
+
readonly "decorative-option8": "decorative-option8-text";
|
|
378
|
+
readonly "decorative-option8-weak": "decorative-option8-text-weak";
|
|
379
|
+
readonly "decorative-option7": "decorative-option7-text";
|
|
380
|
+
readonly "decorative-option7-weak": "decorative-option7-text-weak";
|
|
381
|
+
readonly "decorative-option5": "decorative-option5-text";
|
|
382
|
+
readonly "decorative-option5-weak": "decorative-option5-text-weak";
|
|
383
|
+
readonly "decorative-option6": "decorative-option6-text";
|
|
384
|
+
readonly "decorative-option6-weak": "decorative-option6-text-weak";
|
|
385
|
+
readonly "decorative-option4": "decorative-option4-text";
|
|
386
|
+
readonly "decorative-option4-weak": "decorative-option4-text-weak";
|
|
387
|
+
readonly "decorative-option3": "decorative-option3-text";
|
|
388
|
+
readonly "decorative-option3-weak": "decorative-option3-text-weak";
|
|
389
|
+
readonly "decorative-option2": "decorative-option2-text";
|
|
390
|
+
readonly "decorative-option2-weak": "decorative-option2-text-weak";
|
|
391
|
+
readonly "decorative-option1": "decorative-option1-text";
|
|
392
|
+
readonly "decorative-option1-weak": "decorative-option1-text-weak";
|
|
393
|
+
readonly information: "information-text";
|
|
394
|
+
readonly "information-weak": "information-text-weak";
|
|
395
|
+
readonly "status-caution": "status-caution-text";
|
|
396
|
+
readonly "status-caution-disabled": "status-caution-text-disabled";
|
|
397
|
+
readonly "status-caution-hover": "status-caution-text-hover";
|
|
398
|
+
readonly "status-caution-press": "status-caution-text-press";
|
|
399
|
+
readonly "status-caution-selected": "status-caution-text-selected";
|
|
400
|
+
readonly "status-inactive": "status-inactive-text";
|
|
401
|
+
readonly "status-inactive-disabled": "status-inactive-text-disabled";
|
|
402
|
+
readonly "status-inactive-hover": "status-inactive-text-hover";
|
|
403
|
+
readonly "status-inactive-press": "status-inactive-text-press";
|
|
404
|
+
readonly "status-inactive-selected": "status-inactive-text-selected";
|
|
405
|
+
readonly "status-negative": "status-negative-text";
|
|
406
|
+
readonly "status-negative-disabled": "status-negative-text-disabled";
|
|
407
|
+
readonly "status-negative-hover": "status-negative-text-hover";
|
|
408
|
+
readonly "status-negative-press": "status-negative-text-press";
|
|
409
|
+
readonly "status-negative-selected": "status-negative-text-selected";
|
|
410
|
+
readonly "status-neutral": "status-neutral-text";
|
|
411
|
+
readonly "status-neutral-disabled": "status-neutral-text-disabled";
|
|
412
|
+
readonly "status-neutral-hover": "status-neutral-text-hover";
|
|
413
|
+
readonly "status-neutral-press": "status-neutral-text-press";
|
|
414
|
+
readonly "status-neutral-selected": "status-neutral-text-selected";
|
|
415
|
+
readonly "status-option1": "status-option1-text";
|
|
416
|
+
readonly "status-option1-disabled": "status-option1-text-disabled";
|
|
417
|
+
readonly "status-option1-hover": "status-option1-text-hover";
|
|
418
|
+
readonly "status-option1-press": "status-option1-text-press";
|
|
419
|
+
readonly "status-option1-selected": "status-option1-text-selected";
|
|
420
|
+
readonly "status-option2": "status-option2-text";
|
|
421
|
+
readonly "status-option2-disabled": "status-option2-text-disabled";
|
|
422
|
+
readonly "status-option2-hover": "status-option2-text-hover";
|
|
423
|
+
readonly "status-option2-press": "status-option2-text-press";
|
|
424
|
+
readonly "status-option2-selected": "status-option2-text-selected";
|
|
425
|
+
readonly "status-option3": "status-option3-text";
|
|
426
|
+
readonly "status-option3-disabled": "status-option3-text-disabled";
|
|
427
|
+
readonly "status-option3-hover": "status-option3-text-hover";
|
|
428
|
+
readonly "status-option3-press": "status-option3-text-press";
|
|
429
|
+
readonly "status-option3-selected": "status-option3-text-selected";
|
|
430
|
+
readonly "status-option4": "status-option4-text";
|
|
431
|
+
readonly "status-option4-disabled": "status-option4-text-disabled";
|
|
432
|
+
readonly "status-option4-hover": "status-option4-text-hover";
|
|
433
|
+
readonly "status-option4-press": "status-option4-text-press";
|
|
434
|
+
readonly "status-option4-selected": "status-option4-text-selected";
|
|
435
|
+
readonly "status-option5": "status-option5-text";
|
|
436
|
+
readonly "status-option5-disabled": "status-option5-text-disabled";
|
|
437
|
+
readonly "status-option5-hover": "status-option5-text-hover";
|
|
438
|
+
readonly "status-option5-press": "status-option5-text-press";
|
|
439
|
+
readonly "status-option5-selected": "status-option5-text-selected";
|
|
440
|
+
readonly "status-option6": "status-option6-text";
|
|
441
|
+
readonly "status-option6-disabled": "status-option6-text-disabled";
|
|
442
|
+
readonly "status-option6-hover": "status-option6-text-hover";
|
|
443
|
+
readonly "status-option6-press": "status-option6-text-press";
|
|
444
|
+
readonly "status-option6-selected": "status-option6-text-selected";
|
|
445
|
+
readonly "status-positive": "status-positive-text";
|
|
446
|
+
readonly "status-positive-disabled": "status-positive-text-disabled";
|
|
447
|
+
readonly "status-positive-hover": "status-positive-text-hover";
|
|
448
|
+
readonly "status-positive-press": "status-positive-text-press";
|
|
449
|
+
readonly "status-positive-selected": "status-positive-text-selected";
|
|
450
|
+
readonly "status-progress": "status-progress-text";
|
|
451
|
+
readonly "status-progress-disabled": "status-progress-text-disabled";
|
|
452
|
+
readonly "status-progress-hover": "status-progress-text-hover";
|
|
453
|
+
readonly "status-progress-press": "status-progress-text-press";
|
|
454
|
+
readonly "status-progress-selected": "status-progress-text-selected";
|
|
455
|
+
readonly success: "success-text";
|
|
456
|
+
readonly "success-hover": "success-text-hover";
|
|
457
|
+
readonly "success-weak": "success-text-weak";
|
|
458
|
+
readonly warning: "warning-text";
|
|
459
|
+
readonly "warning-weak": "warning-text-weak";
|
|
461
460
|
};
|
|
462
461
|
declare const IconColors: {
|
|
463
|
-
"danger-active":
|
|
464
|
-
"danger-weak-active":
|
|
465
|
-
danger:
|
|
466
|
-
"danger-selected":
|
|
467
|
-
"danger-disabled":
|
|
468
|
-
"danger-hover":
|
|
469
|
-
"danger-press":
|
|
470
|
-
"danger-strong":
|
|
471
|
-
"danger-strong-hover":
|
|
472
|
-
"danger-weak":
|
|
473
|
-
"danger-weak-hover":
|
|
474
|
-
"danger-weak-press":
|
|
475
|
-
"danger-weakest":
|
|
476
|
-
"neutral-active":
|
|
477
|
-
"neutral-weak-active":
|
|
478
|
-
neutral:
|
|
479
|
-
"neutral-selected":
|
|
480
|
-
"neutral-disabled":
|
|
481
|
-
"neutral-hover":
|
|
482
|
-
"neutral-press":
|
|
483
|
-
"neutral-strong":
|
|
484
|
-
"neutral-strong-hover":
|
|
485
|
-
"neutral-weak":
|
|
486
|
-
"neutral-weak-hover":
|
|
487
|
-
"neutral-weak-press":
|
|
488
|
-
"neutral-weak-selected":
|
|
489
|
-
"neutral-weakest":
|
|
490
|
-
"primary-active":
|
|
491
|
-
primary:
|
|
492
|
-
"primary-selected":
|
|
493
|
-
"primary-disabled":
|
|
494
|
-
"primary-hover":
|
|
495
|
-
"primary-press":
|
|
496
|
-
"primary-strong":
|
|
497
|
-
"primary-strong-hover":
|
|
498
|
-
"upsell-active":
|
|
499
|
-
"upsell-weak-active":
|
|
500
|
-
upsell:
|
|
501
|
-
"upsell-selected":
|
|
502
|
-
"upsell-hover":
|
|
503
|
-
"upsell-press":
|
|
504
|
-
"upsell-weakest":
|
|
505
|
-
"upsell-weak":
|
|
506
|
-
"upsell-weak-hover":
|
|
507
|
-
"upsell-weak-press":
|
|
508
|
-
"decorative-option9":
|
|
509
|
-
"decorative-option8":
|
|
510
|
-
"decorative-option7":
|
|
511
|
-
"decorative-option5":
|
|
512
|
-
"decorative-option6":
|
|
513
|
-
"decorative-option4":
|
|
514
|
-
"decorative-option3":
|
|
515
|
-
"decorative-option2":
|
|
516
|
-
"decorative-option1":
|
|
517
|
-
information:
|
|
518
|
-
"information-weakest":
|
|
519
|
-
"information-weak":
|
|
520
|
-
"status-caution":
|
|
521
|
-
"status-caution-disabled":
|
|
522
|
-
"status-caution-hover":
|
|
523
|
-
"status-caution-press":
|
|
524
|
-
"status-caution-selected":
|
|
525
|
-
"status-inactive":
|
|
526
|
-
"status-inactive-disabled":
|
|
527
|
-
"status-inactive-hover":
|
|
528
|
-
"status-inactive-press":
|
|
529
|
-
"status-inactive-selected":
|
|
530
|
-
"status-negative":
|
|
531
|
-
"status-negative-disabled":
|
|
532
|
-
"status-negative-hover":
|
|
533
|
-
"status-negative-press":
|
|
534
|
-
"status-negative-selected":
|
|
535
|
-
"status-neutral":
|
|
536
|
-
"status-neutral-disabled":
|
|
537
|
-
"status-neutral-hover":
|
|
538
|
-
"status-neutral-press":
|
|
539
|
-
"status-neutral-selected":
|
|
540
|
-
"status-option1":
|
|
541
|
-
"status-option1-disabled":
|
|
542
|
-
"status-option1-hover":
|
|
543
|
-
"status-option1-press":
|
|
544
|
-
"status-option1-selected":
|
|
545
|
-
"status-option2":
|
|
546
|
-
"status-option2-disabled":
|
|
547
|
-
"status-option2-hover":
|
|
548
|
-
"status-option2-press":
|
|
549
|
-
"status-option2-selected":
|
|
550
|
-
"status-option3":
|
|
551
|
-
"status-option3-disabled":
|
|
552
|
-
"status-option3-hover":
|
|
553
|
-
"status-option3-press":
|
|
554
|
-
"status-option3-selected":
|
|
555
|
-
"status-option4":
|
|
556
|
-
"status-option4-disabled":
|
|
557
|
-
"status-option4-hover":
|
|
558
|
-
"status-option4-press":
|
|
559
|
-
"status-option4-selected":
|
|
560
|
-
"status-option5":
|
|
561
|
-
"status-option5-disabled":
|
|
562
|
-
"status-option5-hover":
|
|
563
|
-
"status-option5-press":
|
|
564
|
-
"status-option5-selected":
|
|
565
|
-
"status-option6":
|
|
566
|
-
"status-option6-disabled":
|
|
567
|
-
"status-option6-hover":
|
|
568
|
-
"status-option6-press":
|
|
569
|
-
"status-option6-selected":
|
|
570
|
-
"status-positive":
|
|
571
|
-
"status-positive-disabled":
|
|
572
|
-
"status-positive-hover":
|
|
573
|
-
"status-positive-press":
|
|
574
|
-
"status-positive-selected":
|
|
575
|
-
"status-progress":
|
|
576
|
-
"status-progress-disabled":
|
|
577
|
-
"status-progress-hover":
|
|
578
|
-
"status-progress-press":
|
|
579
|
-
"status-progress-selected":
|
|
580
|
-
success:
|
|
581
|
-
"success-weakest":
|
|
582
|
-
"success-weak":
|
|
583
|
-
warning:
|
|
584
|
-
"warning-weakest":
|
|
585
|
-
"warning-weak":
|
|
462
|
+
readonly "danger-active": "danger-icon-active";
|
|
463
|
+
readonly "danger-weak-active": "danger-icon-weak-active";
|
|
464
|
+
readonly danger: "danger-icon";
|
|
465
|
+
readonly "danger-selected": "danger-icon-selected";
|
|
466
|
+
readonly "danger-disabled": "danger-icon-disabled";
|
|
467
|
+
readonly "danger-hover": "danger-icon-hover";
|
|
468
|
+
readonly "danger-press": "danger-icon-press";
|
|
469
|
+
readonly "danger-strong": "danger-icon-strong";
|
|
470
|
+
readonly "danger-strong-hover": "danger-icon-strong-hover";
|
|
471
|
+
readonly "danger-weak": "danger-icon-weak";
|
|
472
|
+
readonly "danger-weak-hover": "danger-icon-weak-hover";
|
|
473
|
+
readonly "danger-weak-press": "danger-icon-weak-press";
|
|
474
|
+
readonly "danger-weakest": "danger-icon-weakest";
|
|
475
|
+
readonly "neutral-active": "neutral-icon-active";
|
|
476
|
+
readonly "neutral-weak-active": "neutral-icon-weak-active";
|
|
477
|
+
readonly neutral: "neutral-icon";
|
|
478
|
+
readonly "neutral-selected": "neutral-icon-selected";
|
|
479
|
+
readonly "neutral-disabled": "neutral-icon-disabled";
|
|
480
|
+
readonly "neutral-hover": "neutral-icon-hover";
|
|
481
|
+
readonly "neutral-press": "neutral-icon-press";
|
|
482
|
+
readonly "neutral-strong": "neutral-icon-strong";
|
|
483
|
+
readonly "neutral-strong-hover": "neutral-icon-strong-hover";
|
|
484
|
+
readonly "neutral-weak": "neutral-icon-weak";
|
|
485
|
+
readonly "neutral-weak-hover": "neutral-icon-weak-hover";
|
|
486
|
+
readonly "neutral-weak-press": "neutral-icon-weak-press";
|
|
487
|
+
readonly "neutral-weak-selected": "neutral-icon-weak-selected";
|
|
488
|
+
readonly "neutral-weakest": "neutral-icon-weakest";
|
|
489
|
+
readonly "primary-active": "primary-icon-active";
|
|
490
|
+
readonly primary: "primary-icon";
|
|
491
|
+
readonly "primary-selected": "primary-icon-selected";
|
|
492
|
+
readonly "primary-disabled": "primary-icon-disabled";
|
|
493
|
+
readonly "primary-hover": "primary-icon-hover";
|
|
494
|
+
readonly "primary-press": "primary-icon-press";
|
|
495
|
+
readonly "primary-strong": "primary-icon-strong";
|
|
496
|
+
readonly "primary-strong-hover": "primary-icon-strong-hover";
|
|
497
|
+
readonly "upsell-active": "upsell-icon-active";
|
|
498
|
+
readonly "upsell-weak-active": "upsell-icon-weak-active";
|
|
499
|
+
readonly upsell: "upsell-icon";
|
|
500
|
+
readonly "upsell-selected": "upsell-icon-selected";
|
|
501
|
+
readonly "upsell-hover": "upsell-icon-hover";
|
|
502
|
+
readonly "upsell-press": "upsell-icon-press";
|
|
503
|
+
readonly "upsell-weakest": "upsell-icon-weakest";
|
|
504
|
+
readonly "upsell-weak": "upsell-icon-weak";
|
|
505
|
+
readonly "upsell-weak-hover": "upsell-icon-weak-hover";
|
|
506
|
+
readonly "upsell-weak-press": "upsell-icon-weak-press";
|
|
507
|
+
readonly "decorative-option9": "decorative-option9-icon";
|
|
508
|
+
readonly "decorative-option8": "decorative-option8-icon";
|
|
509
|
+
readonly "decorative-option7": "decorative-option7-icon";
|
|
510
|
+
readonly "decorative-option5": "decorative-option5-icon";
|
|
511
|
+
readonly "decorative-option6": "decorative-option6-icon";
|
|
512
|
+
readonly "decorative-option4": "decorative-option4-icon";
|
|
513
|
+
readonly "decorative-option3": "decorative-option3-icon";
|
|
514
|
+
readonly "decorative-option2": "decorative-option2-icon";
|
|
515
|
+
readonly "decorative-option1": "decorative-option1-icon";
|
|
516
|
+
readonly information: "information-icon";
|
|
517
|
+
readonly "information-weakest": "information-icon-weakest";
|
|
518
|
+
readonly "information-weak": "information-icon-weak";
|
|
519
|
+
readonly "status-caution": "status-caution-icon";
|
|
520
|
+
readonly "status-caution-disabled": "status-caution-icon-disabled";
|
|
521
|
+
readonly "status-caution-hover": "status-caution-icon-hover";
|
|
522
|
+
readonly "status-caution-press": "status-caution-icon-press";
|
|
523
|
+
readonly "status-caution-selected": "status-caution-icon-selected";
|
|
524
|
+
readonly "status-inactive": "status-inactive-icon";
|
|
525
|
+
readonly "status-inactive-disabled": "status-inactive-icon-disabled";
|
|
526
|
+
readonly "status-inactive-hover": "status-inactive-icon-hover";
|
|
527
|
+
readonly "status-inactive-press": "status-inactive-icon-press";
|
|
528
|
+
readonly "status-inactive-selected": "status-inactive-icon-selected";
|
|
529
|
+
readonly "status-negative": "status-negative-icon";
|
|
530
|
+
readonly "status-negative-disabled": "status-negative-icon-disabled";
|
|
531
|
+
readonly "status-negative-hover": "status-negative-icon-hover";
|
|
532
|
+
readonly "status-negative-press": "status-negative-icon-press";
|
|
533
|
+
readonly "status-negative-selected": "status-negative-icon-selected";
|
|
534
|
+
readonly "status-neutral": "status-neutral-icon";
|
|
535
|
+
readonly "status-neutral-disabled": "status-neutral-icon-disabled";
|
|
536
|
+
readonly "status-neutral-hover": "status-neutral-icon-hover";
|
|
537
|
+
readonly "status-neutral-press": "status-neutral-icon-press";
|
|
538
|
+
readonly "status-neutral-selected": "status-neutral-icon-selected";
|
|
539
|
+
readonly "status-option1": "status-option1-icon";
|
|
540
|
+
readonly "status-option1-disabled": "status-option1-icon-disabled";
|
|
541
|
+
readonly "status-option1-hover": "status-option1-icon-hover";
|
|
542
|
+
readonly "status-option1-press": "status-option1-icon-press";
|
|
543
|
+
readonly "status-option1-selected": "status-option1-icon-selected";
|
|
544
|
+
readonly "status-option2": "status-option2-icon";
|
|
545
|
+
readonly "status-option2-disabled": "status-option2-icon-disabled";
|
|
546
|
+
readonly "status-option2-hover": "status-option2-icon-hover";
|
|
547
|
+
readonly "status-option2-press": "status-option2-icon-press";
|
|
548
|
+
readonly "status-option2-selected": "status-option2-icon-selected";
|
|
549
|
+
readonly "status-option3": "status-option3-icon";
|
|
550
|
+
readonly "status-option3-disabled": "status-option3-icon-disabled";
|
|
551
|
+
readonly "status-option3-hover": "status-option3-icon-hover";
|
|
552
|
+
readonly "status-option3-press": "status-option3-icon-press";
|
|
553
|
+
readonly "status-option3-selected": "status-option3-icon-selected";
|
|
554
|
+
readonly "status-option4": "status-option4-icon";
|
|
555
|
+
readonly "status-option4-disabled": "status-option4-icon-disabled";
|
|
556
|
+
readonly "status-option4-hover": "status-option4-icon-hover";
|
|
557
|
+
readonly "status-option4-press": "status-option4-icon-press";
|
|
558
|
+
readonly "status-option4-selected": "status-option4-icon-selected";
|
|
559
|
+
readonly "status-option5": "status-option5-icon";
|
|
560
|
+
readonly "status-option5-disabled": "status-option5-icon-disabled";
|
|
561
|
+
readonly "status-option5-hover": "status-option5-icon-hover";
|
|
562
|
+
readonly "status-option5-press": "status-option5-icon-press";
|
|
563
|
+
readonly "status-option5-selected": "status-option5-icon-selected";
|
|
564
|
+
readonly "status-option6": "status-option6-icon";
|
|
565
|
+
readonly "status-option6-disabled": "status-option6-icon-disabled";
|
|
566
|
+
readonly "status-option6-hover": "status-option6-icon-hover";
|
|
567
|
+
readonly "status-option6-press": "status-option6-icon-press";
|
|
568
|
+
readonly "status-option6-selected": "status-option6-icon-selected";
|
|
569
|
+
readonly "status-positive": "status-positive-icon";
|
|
570
|
+
readonly "status-positive-disabled": "status-positive-icon-disabled";
|
|
571
|
+
readonly "status-positive-hover": "status-positive-icon-hover";
|
|
572
|
+
readonly "status-positive-press": "status-positive-icon-press";
|
|
573
|
+
readonly "status-positive-selected": "status-positive-icon-selected";
|
|
574
|
+
readonly "status-progress": "status-progress-icon";
|
|
575
|
+
readonly "status-progress-disabled": "status-progress-icon-disabled";
|
|
576
|
+
readonly "status-progress-hover": "status-progress-icon-hover";
|
|
577
|
+
readonly "status-progress-press": "status-progress-icon-press";
|
|
578
|
+
readonly "status-progress-selected": "status-progress-icon-selected";
|
|
579
|
+
readonly success: "success-icon";
|
|
580
|
+
readonly "success-weakest": "success-icon-weakest";
|
|
581
|
+
readonly "success-weak": "success-icon-weak";
|
|
582
|
+
readonly warning: "warning-icon";
|
|
583
|
+
readonly "warning-weakest": "warning-icon-weakest";
|
|
584
|
+
readonly "warning-weak": "warning-icon-weak";
|
|
586
585
|
};
|
|
587
586
|
declare const BorderColors: {
|
|
588
|
-
"danger-active":
|
|
589
|
-
danger:
|
|
590
|
-
"danger-selected":
|
|
591
|
-
"danger-strong":
|
|
592
|
-
"danger-press":
|
|
593
|
-
"neutral-active":
|
|
594
|
-
neutral:
|
|
595
|
-
"neutral-selected":
|
|
596
|
-
"neutral-disabled":
|
|
597
|
-
"neutral-hover":
|
|
598
|
-
"neutral-press":
|
|
599
|
-
"neutral-strong":
|
|
600
|
-
"neutral-strong-hover":
|
|
601
|
-
"neutral-weak":
|
|
602
|
-
"neutral-weakest":
|
|
603
|
-
"primary-active":
|
|
604
|
-
primary:
|
|
605
|
-
"primary-selected":
|
|
606
|
-
"primary-focus":
|
|
607
|
-
"primary-press":
|
|
608
|
-
"upsell-active":
|
|
609
|
-
upsell:
|
|
610
|
-
"upsell-selected":
|
|
611
|
-
"upsell-disabled":
|
|
612
|
-
"upsell-press":
|
|
613
|
-
"decorative-option9":
|
|
614
|
-
"decorative-option8":
|
|
615
|
-
"decorative-option7":
|
|
616
|
-
"decorative-option5":
|
|
617
|
-
"decorative-option6":
|
|
618
|
-
"decorative-option4":
|
|
619
|
-
"decorative-option3":
|
|
620
|
-
"decorative-option2":
|
|
621
|
-
"decorative-option1":
|
|
622
|
-
information:
|
|
623
|
-
"status-caution":
|
|
624
|
-
"status-caution-disabled":
|
|
625
|
-
"status-caution-hover":
|
|
626
|
-
"status-caution-press":
|
|
627
|
-
"status-caution-selected":
|
|
628
|
-
"status-inactive":
|
|
629
|
-
"status-inactive-disabled":
|
|
630
|
-
"status-inactive-hover":
|
|
631
|
-
"status-inactive-press":
|
|
632
|
-
"status-inactive-selected":
|
|
633
|
-
"status-negative":
|
|
634
|
-
"status-negative-disabled":
|
|
635
|
-
"status-negative-hover":
|
|
636
|
-
"status-negative-press":
|
|
637
|
-
"status-negative-selected":
|
|
638
|
-
"status-neutral":
|
|
639
|
-
"status-neutral-disabled":
|
|
640
|
-
"status-neutral-hover":
|
|
641
|
-
"status-neutral-press":
|
|
642
|
-
"status-neutral-selected":
|
|
643
|
-
"status-option1":
|
|
644
|
-
"status-option1-disabled":
|
|
645
|
-
"status-option1-hover":
|
|
646
|
-
"status-option1-press":
|
|
647
|
-
"status-option1-selected":
|
|
648
|
-
"status-option2":
|
|
649
|
-
"status-option2-disabled":
|
|
650
|
-
"status-option2-hover":
|
|
651
|
-
"status-option2-press":
|
|
652
|
-
"status-option2-selected":
|
|
653
|
-
"status-option3":
|
|
654
|
-
"status-option3-disabled":
|
|
655
|
-
"status-option3-hover":
|
|
656
|
-
"status-option3-press":
|
|
657
|
-
"status-option3-selected":
|
|
658
|
-
"status-option4":
|
|
659
|
-
"status-option4-disabled":
|
|
660
|
-
"status-option4-hover":
|
|
661
|
-
"status-option4-press":
|
|
662
|
-
"status-option4-selected":
|
|
663
|
-
"status-option5":
|
|
664
|
-
"status-option5-disabled":
|
|
665
|
-
"status-option5-hover":
|
|
666
|
-
"status-option5-press":
|
|
667
|
-
"status-option5-selected":
|
|
668
|
-
"status-option6":
|
|
669
|
-
"status-option6-disabled":
|
|
670
|
-
"status-option6-hover":
|
|
671
|
-
"status-option6-press":
|
|
672
|
-
"status-option6-selected":
|
|
673
|
-
"status-positive":
|
|
674
|
-
"status-positive-disabled":
|
|
675
|
-
"status-positive-hover":
|
|
676
|
-
"status-positive-press":
|
|
677
|
-
"status-positive-selected":
|
|
678
|
-
"status-progress":
|
|
679
|
-
"status-progress-disabled":
|
|
680
|
-
"status-progress-hover":
|
|
681
|
-
"status-progress-press":
|
|
682
|
-
"status-progress-selected":
|
|
683
|
-
success:
|
|
684
|
-
warning:
|
|
587
|
+
readonly "danger-active": "danger-border-active";
|
|
588
|
+
readonly danger: "danger-border";
|
|
589
|
+
readonly "danger-selected": "danger-border-selected";
|
|
590
|
+
readonly "danger-strong": "danger-border-strong";
|
|
591
|
+
readonly "danger-press": "danger-border-press";
|
|
592
|
+
readonly "neutral-active": "neutral-border-active";
|
|
593
|
+
readonly neutral: "neutral-border";
|
|
594
|
+
readonly "neutral-selected": "neutral-border-selected";
|
|
595
|
+
readonly "neutral-disabled": "neutral-border-disabled";
|
|
596
|
+
readonly "neutral-hover": "neutral-border-hover";
|
|
597
|
+
readonly "neutral-press": "neutral-border-press";
|
|
598
|
+
readonly "neutral-strong": "neutral-border-strong";
|
|
599
|
+
readonly "neutral-strong-hover": "neutral-border-strong-hover";
|
|
600
|
+
readonly "neutral-weak": "neutral-border-weak";
|
|
601
|
+
readonly "neutral-weakest": "neutral-border-weakest";
|
|
602
|
+
readonly "primary-active": "primary-border-active";
|
|
603
|
+
readonly primary: "primary-border";
|
|
604
|
+
readonly "primary-selected": "primary-border-selected";
|
|
605
|
+
readonly "primary-focus": "primary-border-focus";
|
|
606
|
+
readonly "primary-press": "primary-border-press";
|
|
607
|
+
readonly "upsell-active": "upsell-border-active";
|
|
608
|
+
readonly upsell: "upsell-border";
|
|
609
|
+
readonly "upsell-selected": "upsell-border-selected";
|
|
610
|
+
readonly "upsell-disabled": "upsell-border-disabled";
|
|
611
|
+
readonly "upsell-press": "upsell-border-press";
|
|
612
|
+
readonly "decorative-option9": "decorative-option9-border";
|
|
613
|
+
readonly "decorative-option8": "decorative-option8-border";
|
|
614
|
+
readonly "decorative-option7": "decorative-option7-border";
|
|
615
|
+
readonly "decorative-option5": "decorative-option5-border";
|
|
616
|
+
readonly "decorative-option6": "decorative-option6-border";
|
|
617
|
+
readonly "decorative-option4": "decorative-option4-border";
|
|
618
|
+
readonly "decorative-option3": "decorative-option3-border";
|
|
619
|
+
readonly "decorative-option2": "decorative-option2-border";
|
|
620
|
+
readonly "decorative-option1": "decorative-option1-border";
|
|
621
|
+
readonly information: "information-border";
|
|
622
|
+
readonly "status-caution": "status-caution-border";
|
|
623
|
+
readonly "status-caution-disabled": "status-caution-border-disabled";
|
|
624
|
+
readonly "status-caution-hover": "status-caution-border-hover";
|
|
625
|
+
readonly "status-caution-press": "status-caution-border-press";
|
|
626
|
+
readonly "status-caution-selected": "status-caution-border-selected";
|
|
627
|
+
readonly "status-inactive": "status-inactive-border";
|
|
628
|
+
readonly "status-inactive-disabled": "status-inactive-border-disabled";
|
|
629
|
+
readonly "status-inactive-hover": "status-inactive-border-hover";
|
|
630
|
+
readonly "status-inactive-press": "status-inactive-border-press";
|
|
631
|
+
readonly "status-inactive-selected": "status-inactive-border-selected";
|
|
632
|
+
readonly "status-negative": "status-negative-border";
|
|
633
|
+
readonly "status-negative-disabled": "status-negative-border-disabled";
|
|
634
|
+
readonly "status-negative-hover": "status-negative-border-hover";
|
|
635
|
+
readonly "status-negative-press": "status-negative-border-press";
|
|
636
|
+
readonly "status-negative-selected": "status-negative-border-selected";
|
|
637
|
+
readonly "status-neutral": "status-neutral-border";
|
|
638
|
+
readonly "status-neutral-disabled": "status-neutral-border-disabled";
|
|
639
|
+
readonly "status-neutral-hover": "status-neutral-border-hover";
|
|
640
|
+
readonly "status-neutral-press": "status-neutral-border-press";
|
|
641
|
+
readonly "status-neutral-selected": "status-neutral-border-selected";
|
|
642
|
+
readonly "status-option1": "status-option1-border";
|
|
643
|
+
readonly "status-option1-disabled": "status-option1-border-disabled";
|
|
644
|
+
readonly "status-option1-hover": "status-option1-border-hover";
|
|
645
|
+
readonly "status-option1-press": "status-option1-border-press";
|
|
646
|
+
readonly "status-option1-selected": "status-option1-border-selected";
|
|
647
|
+
readonly "status-option2": "status-option2-border";
|
|
648
|
+
readonly "status-option2-disabled": "status-option2-border-disabled";
|
|
649
|
+
readonly "status-option2-hover": "status-option2-border-hover";
|
|
650
|
+
readonly "status-option2-press": "status-option2-border-press";
|
|
651
|
+
readonly "status-option2-selected": "status-option2-border-selected";
|
|
652
|
+
readonly "status-option3": "status-option3-border";
|
|
653
|
+
readonly "status-option3-disabled": "status-option3-border-disabled";
|
|
654
|
+
readonly "status-option3-hover": "status-option3-border-hover";
|
|
655
|
+
readonly "status-option3-press": "status-option3-border-press";
|
|
656
|
+
readonly "status-option3-selected": "status-option3-border-selected";
|
|
657
|
+
readonly "status-option4": "status-option4-border";
|
|
658
|
+
readonly "status-option4-disabled": "status-option4-border-disabled";
|
|
659
|
+
readonly "status-option4-hover": "status-option4-border-hover";
|
|
660
|
+
readonly "status-option4-press": "status-option4-border-press";
|
|
661
|
+
readonly "status-option4-selected": "status-option4-border-selected";
|
|
662
|
+
readonly "status-option5": "status-option5-border";
|
|
663
|
+
readonly "status-option5-disabled": "status-option5-border-disabled";
|
|
664
|
+
readonly "status-option5-hover": "status-option5-border-hover";
|
|
665
|
+
readonly "status-option5-press": "status-option5-border-press";
|
|
666
|
+
readonly "status-option5-selected": "status-option5-border-selected";
|
|
667
|
+
readonly "status-option6": "status-option6-border";
|
|
668
|
+
readonly "status-option6-disabled": "status-option6-border-disabled";
|
|
669
|
+
readonly "status-option6-hover": "status-option6-border-hover";
|
|
670
|
+
readonly "status-option6-press": "status-option6-border-press";
|
|
671
|
+
readonly "status-option6-selected": "status-option6-border-selected";
|
|
672
|
+
readonly "status-positive": "status-positive-border";
|
|
673
|
+
readonly "status-positive-disabled": "status-positive-border-disabled";
|
|
674
|
+
readonly "status-positive-hover": "status-positive-border-hover";
|
|
675
|
+
readonly "status-positive-press": "status-positive-border-press";
|
|
676
|
+
readonly "status-positive-selected": "status-positive-border-selected";
|
|
677
|
+
readonly "status-progress": "status-progress-border";
|
|
678
|
+
readonly "status-progress-disabled": "status-progress-border-disabled";
|
|
679
|
+
readonly "status-progress-hover": "status-progress-border-hover";
|
|
680
|
+
readonly "status-progress-press": "status-progress-border-press";
|
|
681
|
+
readonly "status-progress-selected": "status-progress-border-selected";
|
|
682
|
+
readonly success: "success-border";
|
|
683
|
+
readonly warning: "warning-border";
|
|
685
684
|
};
|
|
686
685
|
declare const DataVizColors: {
|
|
687
|
-
"dataviz_monochromatic-primary-25":
|
|
688
|
-
"dataviz_monochromatic-primary-50":
|
|
689
|
-
"dataviz_monochromatic-primary-75":
|
|
690
|
-
"dataviz_monochromatic-primary-100":
|
|
691
|
-
"dataviz_monochromatic-primary-200":
|
|
692
|
-
"dataviz_monochromatic-primary-300":
|
|
693
|
-
"dataviz_monochromatic-primary-400":
|
|
694
|
-
"dataviz_monochromatic-primary-500":
|
|
695
|
-
"dataviz_monochromatic-primary-600":
|
|
696
|
-
"dataviz_monochromatic-primary-700":
|
|
697
|
-
"dataviz_monochromatic-primary-800":
|
|
698
|
-
"dataviz_monochromatic-primary-900":
|
|
699
|
-
"dataviz_monochromatic-primary-25-hover":
|
|
700
|
-
"dataviz_monochromatic-primary-50-hover":
|
|
701
|
-
"dataviz_monochromatic-primary-75-hover":
|
|
702
|
-
"dataviz_monochromatic-primary-100-hover":
|
|
703
|
-
"dataviz_monochromatic-primary-200-hover":
|
|
704
|
-
"dataviz_monochromatic-primary-300-hover":
|
|
705
|
-
"dataviz_monochromatic-primary-400-hover":
|
|
706
|
-
"dataviz_monochromatic-primary-500-hover":
|
|
707
|
-
"dataviz_monochromatic-primary-600-hover":
|
|
708
|
-
"dataviz_monochromatic-primary-700-hover":
|
|
709
|
-
"dataviz_monochromatic-primary-800-hover":
|
|
710
|
-
"dataviz_monochromatic-primary-900-hover":
|
|
711
|
-
"dataviz_monochromatic-positive-25":
|
|
712
|
-
"dataviz_monochromatic-positive-50":
|
|
713
|
-
"dataviz_monochromatic-positive-75":
|
|
714
|
-
"dataviz_monochromatic-positive-100":
|
|
715
|
-
"dataviz_monochromatic-positive-200":
|
|
716
|
-
"dataviz_monochromatic-positive-300":
|
|
717
|
-
"dataviz_monochromatic-positive-400":
|
|
718
|
-
"dataviz_monochromatic-positive-500":
|
|
719
|
-
"dataviz_monochromatic-positive-600":
|
|
720
|
-
"dataviz_monochromatic-positive-700":
|
|
721
|
-
"dataviz_monochromatic-positive-800":
|
|
722
|
-
"dataviz_monochromatic-positive-900":
|
|
723
|
-
"dataviz_monochromatic-positive-25-hover":
|
|
724
|
-
"dataviz_monochromatic-positive-50-hover":
|
|
725
|
-
"dataviz_monochromatic-positive-75-hover":
|
|
726
|
-
"dataviz_monochromatic-positive-100-hover":
|
|
727
|
-
"dataviz_monochromatic-positive-200-hover":
|
|
728
|
-
"dataviz_monochromatic-positive-300-hover":
|
|
729
|
-
"dataviz_monochromatic-positive-400-hover":
|
|
730
|
-
"dataviz_monochromatic-positive-500-hover":
|
|
731
|
-
"dataviz_monochromatic-positive-600-hover":
|
|
732
|
-
"dataviz_monochromatic-positive-700-hover":
|
|
733
|
-
"dataviz_monochromatic-positive-800-hover":
|
|
734
|
-
"dataviz_monochromatic-positive-900-hover":
|
|
735
|
-
"dataviz_monochromatic-negative-25":
|
|
736
|
-
"dataviz_monochromatic-negative-50":
|
|
737
|
-
"dataviz_monochromatic-negative-75":
|
|
738
|
-
"dataviz_monochromatic-negative-100":
|
|
739
|
-
"dataviz_monochromatic-negative-200":
|
|
740
|
-
"dataviz_monochromatic-negative-300":
|
|
741
|
-
"dataviz_monochromatic-negative-400":
|
|
742
|
-
"dataviz_monochromatic-negative-500":
|
|
743
|
-
"dataviz_monochromatic-negative-600":
|
|
744
|
-
"dataviz_monochromatic-negative-700":
|
|
745
|
-
"dataviz_monochromatic-negative-800":
|
|
746
|
-
"dataviz_monochromatic-negative-900":
|
|
747
|
-
"dataviz_monochromatic-negative-25-hover":
|
|
748
|
-
"dataviz_monochromatic-negative-50-hover":
|
|
749
|
-
"dataviz_monochromatic-negative-75-hover":
|
|
750
|
-
"dataviz_monochromatic-negative-100-hover":
|
|
751
|
-
"dataviz_monochromatic-negative-200-hover":
|
|
752
|
-
"dataviz_monochromatic-negative-300-hover":
|
|
753
|
-
"dataviz_monochromatic-negative-400-hover":
|
|
754
|
-
"dataviz_monochromatic-negative-500-hover":
|
|
755
|
-
"dataviz_monochromatic-negative-600-hover":
|
|
756
|
-
"dataviz_monochromatic-negative-700-hover":
|
|
757
|
-
"dataviz_monochromatic-negative-800-hover":
|
|
758
|
-
"dataviz_monochromatic-negative-900-hover":
|
|
759
|
-
"dataviz_diverging-sequence-1-positive9":
|
|
760
|
-
"dataviz_diverging-sequence-1-positive9-hover":
|
|
761
|
-
"dataviz_diverging-sequence-1-positive8":
|
|
762
|
-
"dataviz_diverging-sequence-1-positive8-hover":
|
|
763
|
-
"dataviz_diverging-sequence-1-positive7":
|
|
764
|
-
"dataviz_diverging-sequence-1-positive7-hover":
|
|
765
|
-
"dataviz_diverging-sequence-1-positive6":
|
|
766
|
-
"dataviz_diverging-sequence-1-positive6-hover":
|
|
767
|
-
"dataviz_diverging-sequence-1-positive5":
|
|
768
|
-
"dataviz_diverging-sequence-1-positive5-hover":
|
|
769
|
-
"dataviz_diverging-sequence-1-positive4":
|
|
770
|
-
"dataviz_diverging-sequence-1-positive-4-hover":
|
|
771
|
-
"dataviz_diverging-sequence-1-positive3":
|
|
772
|
-
"dataviz_diverging-sequence-1-positive3-hover":
|
|
773
|
-
"dataviz_diverging-sequence-1-positive2":
|
|
774
|
-
"dataviz_diverging-sequence-1-positive2-hover":
|
|
775
|
-
"dataviz_diverging-sequence-1-positive1":
|
|
776
|
-
"dataviz_diverging-sequence-1-positive1-hover":
|
|
777
|
-
"dataviz_diverging-sequence-1-neutral":
|
|
778
|
-
"dataviz_diverging-sequence-1-neutral-hover":
|
|
779
|
-
"dataviz_diverging-sequence-1-negative1":
|
|
780
|
-
"dataviz_diverging-sequence-1-negative1-hover":
|
|
781
|
-
"dataviz_diverging-sequence-1-negative2":
|
|
782
|
-
"dataviz_diverging-sequence-1-negative2-hover":
|
|
783
|
-
"dataviz_diverging-sequence-1-negative3":
|
|
784
|
-
"dataviz_diverging-sequence-1-negative3-hover":
|
|
785
|
-
"dataviz_diverging-sequence-1-negative4":
|
|
786
|
-
"dataviz_diverging-sequence-1-negative4-hover":
|
|
787
|
-
"dataviz_diverging-sequence-1-negative5":
|
|
788
|
-
"dataviz_diverging-sequence-1-negative5-hover":
|
|
789
|
-
"dataviz_diverging-sequence-1-negative6":
|
|
790
|
-
"dataviz_diverging-sequence-1-negative6-hover":
|
|
791
|
-
"dataviz_diverging-sequence-1-negative7":
|
|
792
|
-
"dataviz_diverging-sequence-1-negative7-hover":
|
|
793
|
-
"dataviz_diverging-sequence-1-negative8":
|
|
794
|
-
"dataviz_diverging-sequence-1-negative8-hover":
|
|
795
|
-
"dataviz_diverging-sequence-1-negative9":
|
|
796
|
-
"dataviz_diverging-sequence-1-negative9-hover":
|
|
797
|
-
"dataviz_diverging-sequence-2-positive10":
|
|
798
|
-
"dataviz_diverging-sequence-2-positive10-hover":
|
|
799
|
-
"dataviz_diverging-sequence-2-positive9":
|
|
800
|
-
"dataviz_diverging-sequence-2-positive9-hover":
|
|
801
|
-
"dataviz_diverging-sequence-2-positive8":
|
|
802
|
-
"dataviz_diverging-sequence-2-positive8-hover":
|
|
803
|
-
"dataviz_diverging-sequence-2-positive7":
|
|
804
|
-
"dataviz_diverging-sequence-2-positive7-hover":
|
|
805
|
-
"dataviz_diverging-sequence-2-positive6":
|
|
806
|
-
"dataviz_diverging-sequence-2-positive6-hover":
|
|
807
|
-
"dataviz_diverging-sequence-2-positive5":
|
|
808
|
-
"dataviz_diverging-sequence-2-positive5-hover":
|
|
809
|
-
"dataviz_diverging-sequence-2-positive4":
|
|
810
|
-
"dataviz_diverging-sequence-2-positive4-hover":
|
|
811
|
-
"dataviz_diverging-sequence-2-positive3":
|
|
812
|
-
"dataviz_diverging-sequence-2-positive3-hover":
|
|
813
|
-
"dataviz_diverging-sequence-2-positive2":
|
|
814
|
-
"dataviz_diverging-sequence-2-positive2-hover":
|
|
815
|
-
"dataviz_diverging-sequence-2-positive1":
|
|
816
|
-
"dataviz_diverging-sequence-2-positive1-hover":
|
|
817
|
-
"dataviz_diverging-sequence-2-negative1":
|
|
818
|
-
"dataviz_diverging-sequence-2-negative1-hover":
|
|
819
|
-
"dataviz_diverging-sequence-2-negative2":
|
|
820
|
-
"dataviz_diverging-sequence-2-negative2-hover":
|
|
821
|
-
"dataviz_diverging-sequence-2-negative3":
|
|
822
|
-
"dataviz_diverging-sequence-2-negative3-hover":
|
|
823
|
-
"dataviz_diverging-sequence-2-negative4":
|
|
824
|
-
"dataviz_diverging-sequence-2-negative4-hover":
|
|
825
|
-
"dataviz_diverging-sequence-2-negative5":
|
|
826
|
-
"dataviz_diverging-sequence-2-negative5-hover":
|
|
827
|
-
"dataviz_diverging-sequence-2-negative6":
|
|
828
|
-
"dataviz_diverging-sequence-2-negative6-hover":
|
|
829
|
-
"dataviz_diverging-sequence-2-negative7":
|
|
830
|
-
"dataviz_diverging-sequence-2-negative7-hover":
|
|
831
|
-
"dataviz_diverging-sequence-2-negative8":
|
|
832
|
-
"dataviz_diverging-sequence-2-negative8-hover":
|
|
833
|
-
"dataviz_diverging-sequence-2-negative9":
|
|
834
|
-
"dataviz_diverging-sequence-2-negative9-hover":
|
|
835
|
-
"dataviz_diverging-sequence-2-negative10":
|
|
836
|
-
"dataviz_diverging-sequence-2-negative10-hover":
|
|
837
|
-
"dataviz_categorical-sequence-category1":
|
|
838
|
-
"dataviz_categorical-sequence-category1-hover":
|
|
839
|
-
"dataviz_categorical-sequence-category2":
|
|
840
|
-
"dataviz_categorical-sequence-category2-hover":
|
|
841
|
-
"dataviz_categorical-sequence-category3":
|
|
842
|
-
"dataviz_categorical-sequence-category3-hover":
|
|
843
|
-
"dataviz_categorical-sequence-category4":
|
|
844
|
-
"dataviz_categorical-sequence-category4-hover":
|
|
845
|
-
"dataviz_categorical-sequence-category5":
|
|
846
|
-
"dataviz_categorical-sequence-category5-hover":
|
|
847
|
-
"dataviz_categorical-sequence-category6":
|
|
848
|
-
"dataviz_categorical-sequence-category6-hover":
|
|
849
|
-
"dataviz_categorical-sequence-category7":
|
|
850
|
-
"dataviz_categorical-sequence-category7-hover":
|
|
851
|
-
"dataviz_categorical-sequence-category8":
|
|
852
|
-
"dataviz_categorical-sequence-category8-hover":
|
|
853
|
-
"dataviz_categorical-sequence-category9":
|
|
854
|
-
"dataviz_categorical-sequence-category9-hover":
|
|
855
|
-
"dataviz_categorical-sequence-category10":
|
|
856
|
-
"dataviz_categorical-sequence-category10-hover":
|
|
857
|
-
"dataviz_categorical-sequence-category11":
|
|
858
|
-
"dataviz_categorical-sequence-category11-hover":
|
|
859
|
-
"dataviz_categorical-sequence-category12":
|
|
860
|
-
"dataviz_categorical-sequence-category12-hover":
|
|
861
|
-
"dataviz_categorical-sequence-category13":
|
|
862
|
-
"dataviz_categorical-sequence-category13-hover":
|
|
863
|
-
"dataviz_categorical-2colorgroup-option6-category2":
|
|
864
|
-
"dataviz_categorical-2colorgroup-option6-category1":
|
|
865
|
-
"dataviz_categorical-2colorgroup-option5-category2":
|
|
866
|
-
"dataviz_categorical-2colorgroup-option5-category1":
|
|
867
|
-
"dataviz_categorical-2colorgroup-option4-category2":
|
|
868
|
-
"dataviz_categorical-2colorgroup-option4-category1":
|
|
869
|
-
"dataviz_categorical-2colorgroup-option3-category2":
|
|
870
|
-
"dataviz_categorical-2colorgroup-option3-category1":
|
|
871
|
-
"dataviz_categorical-2colorgroup-option2-category2":
|
|
872
|
-
"dataviz_categorical-2colorgroup-option2-category1":
|
|
873
|
-
"dataviz_categorical-2colorgroup-option1-category2":
|
|
874
|
-
"dataviz_categorical-2colorgroup-option1-category1":
|
|
875
|
-
"dataviz_categorical-3colorgroup-option1-category1":
|
|
876
|
-
"dataviz_categorical-3colorgroup-option1-category2":
|
|
877
|
-
"dataviz_categorical-3colorgroup-option1-category3":
|
|
878
|
-
"dataviz_categorical-3colorgroup-option2-category1":
|
|
879
|
-
"dataviz_categorical-3colorgroup-option2-category2":
|
|
880
|
-
"dataviz_categorical-3colorgroup-option2-category3":
|
|
881
|
-
"dataviz_categorical-3colorgroup-option3-category1":
|
|
882
|
-
"dataviz_categorical-3colorgroup-option3-category2":
|
|
883
|
-
"dataviz_categorical-3colorgroup-option3-category3":
|
|
884
|
-
"dataviz_categorical-3colorgroup-option4-category1":
|
|
885
|
-
"dataviz_categorical-3colorgroup-option4-category2":
|
|
886
|
-
"dataviz_categorical-3colorgroup-option4-category3":
|
|
887
|
-
"dataviz_categorical-4colorgroup-option1-category1":
|
|
888
|
-
"dataviz_categorical-4colorgroup-option1-category2":
|
|
889
|
-
"dataviz_categorical-4colorgroup-option1-category3":
|
|
890
|
-
"dataviz_categorical-4colorgroup-option1-category4":
|
|
891
|
-
"dataviz_categorical-4colorgroup-option2-category1":
|
|
892
|
-
"dataviz_categorical-4colorgroup-option2-category2":
|
|
893
|
-
"dataviz_categorical-4colorgroup-option2-category3":
|
|
894
|
-
"dataviz_categorical-4colorgroup-option2-category4":
|
|
895
|
-
"dataviz_categorical-4colorgroup-option3-category1":
|
|
896
|
-
"dataviz_categorical-4colorgroup-option3-category2":
|
|
897
|
-
"dataviz_categorical-4colorgroup-option3-category3":
|
|
898
|
-
"dataviz_categorical-4colorgroup-option3-category4":
|
|
899
|
-
"dataviz_categorical-4colorgroup-option4-category1":
|
|
900
|
-
"dataviz_categorical-4colorgroup-option4-category2":
|
|
901
|
-
"dataviz_categorical-4colorgroup-option4-category3":
|
|
902
|
-
"dataviz_categorical-4colorgroup-option4-category4":
|
|
903
|
-
"dataviz_categorical-5colorgroup-option1-category1":
|
|
904
|
-
"dataviz_categorical-5colorgroup-option1-category2":
|
|
905
|
-
"dataviz_categorical-5colorgroup-option1-category3":
|
|
906
|
-
"dataviz_categorical-5colorgroup-option1-category4":
|
|
907
|
-
"dataviz_categorical-5colorgroup-option1-category5":
|
|
908
|
-
"dataviz_categorical-5colorgroup-option2-category1":
|
|
909
|
-
"dataviz_categorical-5colorgroup-option2-category2":
|
|
910
|
-
"dataviz_categorical-5colorgroup-option2-category3":
|
|
911
|
-
"dataviz_categorical-5colorgroup-option2-category4":
|
|
912
|
-
"dataviz_categorical-5colorgroup-option2-category5":
|
|
913
|
-
"dataviz_categorical-5colorgroup-option3-category1":
|
|
914
|
-
"dataviz_categorical-5colorgroup-option3-category2":
|
|
915
|
-
"dataviz_categorical-5colorgroup-option3-category3":
|
|
916
|
-
"dataviz_categorical-5colorgroup-option3-category4":
|
|
917
|
-
"dataviz_categorical-5colorgroup-option3-category5":
|
|
918
|
-
"dataviz_categorical-5colorgroup-option4-category1":
|
|
919
|
-
"dataviz_categorical-5colorgroup-option4-category2":
|
|
920
|
-
"dataviz_categorical-5colorgroup-option4-category3":
|
|
921
|
-
"dataviz_categorical-5colorgroup-option4-category4":
|
|
922
|
-
"dataviz_categorical-5colorgroup-option4-category5":
|
|
923
|
-
"dataviz_categorical-6colorgroup-option1-category1":
|
|
924
|
-
"dataviz_categorical-6colorgroup-option1-category2":
|
|
925
|
-
"dataviz_categorical-6colorgroup-option1-category3":
|
|
926
|
-
"dataviz_categorical-6colorgroup-option1-category4":
|
|
927
|
-
"dataviz_categorical-6colorgroup-option1-category5":
|
|
928
|
-
"dataviz_categorical-6colorgroup-option1-category6":
|
|
929
|
-
"dataviz_categorical-6colorgroup-option2-category1":
|
|
930
|
-
"dataviz_categorical-6colorgroup-option2-category2":
|
|
931
|
-
"dataviz_categorical-6colorgroup-option2-category3":
|
|
932
|
-
"dataviz_categorical-6colorgroup-option2-category4":
|
|
933
|
-
"dataviz_categorical-6colorgroup-option2-category5":
|
|
934
|
-
"dataviz_categorical-6colorgroup-option2-category6":
|
|
935
|
-
"dataviz_categorical-6colorgroup-option3-category1":
|
|
936
|
-
"dataviz_categorical-6colorgroup-option3-category2":
|
|
937
|
-
"dataviz_categorical-6colorgroup-option3-category3":
|
|
938
|
-
"dataviz_categorical-6colorgroup-option3-category4":
|
|
939
|
-
"dataviz_categorical-6colorgroup-option3-category5":
|
|
940
|
-
"dataviz_categorical-6colorgroup-option3-category6":
|
|
941
|
-
"dataviz_categorical-6colorgroup-option4-category1":
|
|
942
|
-
"dataviz_categorical-6colorgroup-option4-category2":
|
|
943
|
-
"dataviz_categorical-6colorgroup-option4-category3":
|
|
944
|
-
"dataviz_categorical-6colorgroup-option4-category4":
|
|
945
|
-
"dataviz_categorical-6colorgroup-option4-category5":
|
|
946
|
-
"dataviz_categorical-6colorgroup-option4-category6":
|
|
947
|
-
dataviz_unavailable:
|
|
948
|
-
"dataviz_unavailable-weak":
|
|
949
|
-
"dataviz_unavailable-strong":
|
|
950
|
-
"dataviz_text-onlight":
|
|
951
|
-
"dataviz_text-ondark":
|
|
686
|
+
readonly "dataviz_monochromatic-primary-25": "dataviz-monochromatic-primary-25";
|
|
687
|
+
readonly "dataviz_monochromatic-primary-50": "dataviz-monochromatic-primary-50";
|
|
688
|
+
readonly "dataviz_monochromatic-primary-75": "dataviz-monochromatic-primary-75";
|
|
689
|
+
readonly "dataviz_monochromatic-primary-100": "dataviz-monochromatic-primary-100";
|
|
690
|
+
readonly "dataviz_monochromatic-primary-200": "dataviz-monochromatic-primary-200";
|
|
691
|
+
readonly "dataviz_monochromatic-primary-300": "dataviz-monochromatic-primary-300";
|
|
692
|
+
readonly "dataviz_monochromatic-primary-400": "dataviz-monochromatic-primary-400";
|
|
693
|
+
readonly "dataviz_monochromatic-primary-500": "dataviz-monochromatic-primary-500";
|
|
694
|
+
readonly "dataviz_monochromatic-primary-600": "dataviz-monochromatic-primary-600";
|
|
695
|
+
readonly "dataviz_monochromatic-primary-700": "dataviz-monochromatic-primary-700";
|
|
696
|
+
readonly "dataviz_monochromatic-primary-800": "dataviz-monochromatic-primary-800";
|
|
697
|
+
readonly "dataviz_monochromatic-primary-900": "dataviz-monochromatic-primary-900";
|
|
698
|
+
readonly "dataviz_monochromatic-primary-25-hover": "dataviz-monochromatic-primary-25-hover";
|
|
699
|
+
readonly "dataviz_monochromatic-primary-50-hover": "dataviz-monochromatic-primary-50-hover";
|
|
700
|
+
readonly "dataviz_monochromatic-primary-75-hover": "dataviz-monochromatic-primary-75-hover";
|
|
701
|
+
readonly "dataviz_monochromatic-primary-100-hover": "dataviz-monochromatic-primary-100-hover";
|
|
702
|
+
readonly "dataviz_monochromatic-primary-200-hover": "dataviz-monochromatic-primary-200-hover";
|
|
703
|
+
readonly "dataviz_monochromatic-primary-300-hover": "dataviz-monochromatic-primary-300-hover";
|
|
704
|
+
readonly "dataviz_monochromatic-primary-400-hover": "dataviz-monochromatic-primary-400-hover";
|
|
705
|
+
readonly "dataviz_monochromatic-primary-500-hover": "dataviz-monochromatic-primary-500-hover";
|
|
706
|
+
readonly "dataviz_monochromatic-primary-600-hover": "dataviz-monochromatic-primary-600-hover";
|
|
707
|
+
readonly "dataviz_monochromatic-primary-700-hover": "dataviz-monochromatic-primary-700-hover";
|
|
708
|
+
readonly "dataviz_monochromatic-primary-800-hover": "dataviz-monochromatic-primary-800-hover";
|
|
709
|
+
readonly "dataviz_monochromatic-primary-900-hover": "dataviz-monochromatic-primary-900-hover";
|
|
710
|
+
readonly "dataviz_monochromatic-positive-25": "dataviz-monochromatic-positive-25";
|
|
711
|
+
readonly "dataviz_monochromatic-positive-50": "dataviz-monochromatic-positive-50";
|
|
712
|
+
readonly "dataviz_monochromatic-positive-75": "dataviz-monochromatic-positive-75";
|
|
713
|
+
readonly "dataviz_monochromatic-positive-100": "dataviz-monochromatic-positive-100";
|
|
714
|
+
readonly "dataviz_monochromatic-positive-200": "dataviz-monochromatic-positive-200";
|
|
715
|
+
readonly "dataviz_monochromatic-positive-300": "dataviz-monochromatic-positive-300";
|
|
716
|
+
readonly "dataviz_monochromatic-positive-400": "dataviz-monochromatic-positive-400";
|
|
717
|
+
readonly "dataviz_monochromatic-positive-500": "dataviz-monochromatic-positive-500";
|
|
718
|
+
readonly "dataviz_monochromatic-positive-600": "dataviz-monochromatic-positive-600";
|
|
719
|
+
readonly "dataviz_monochromatic-positive-700": "dataviz-monochromatic-positive-700";
|
|
720
|
+
readonly "dataviz_monochromatic-positive-800": "dataviz-monochromatic-positive-800";
|
|
721
|
+
readonly "dataviz_monochromatic-positive-900": "dataviz-monochromatic-positive-900";
|
|
722
|
+
readonly "dataviz_monochromatic-positive-25-hover": "dataviz-monochromatic-positive-25-hover";
|
|
723
|
+
readonly "dataviz_monochromatic-positive-50-hover": "dataviz-monochromatic-positive-50-hover";
|
|
724
|
+
readonly "dataviz_monochromatic-positive-75-hover": "dataviz-monochromatic-positive-75-hover";
|
|
725
|
+
readonly "dataviz_monochromatic-positive-100-hover": "dataviz-monochromatic-positive-100-hover";
|
|
726
|
+
readonly "dataviz_monochromatic-positive-200-hover": "dataviz-monochromatic-positive-200-hover";
|
|
727
|
+
readonly "dataviz_monochromatic-positive-300-hover": "dataviz-monochromatic-positive-300-hover";
|
|
728
|
+
readonly "dataviz_monochromatic-positive-400-hover": "dataviz-monochromatic-positive-400-hover";
|
|
729
|
+
readonly "dataviz_monochromatic-positive-500-hover": "dataviz-monochromatic-positive-500-hover";
|
|
730
|
+
readonly "dataviz_monochromatic-positive-600-hover": "dataviz-monochromatic-positive-600-hover";
|
|
731
|
+
readonly "dataviz_monochromatic-positive-700-hover": "dataviz-monochromatic-positive-700-hover";
|
|
732
|
+
readonly "dataviz_monochromatic-positive-800-hover": "dataviz-monochromatic-positive-800-hover";
|
|
733
|
+
readonly "dataviz_monochromatic-positive-900-hover": "dataviz-monochromatic-positive-900-hover";
|
|
734
|
+
readonly "dataviz_monochromatic-negative-25": "dataviz-monochromatic-negative-25";
|
|
735
|
+
readonly "dataviz_monochromatic-negative-50": "dataviz-monochromatic-negative-50";
|
|
736
|
+
readonly "dataviz_monochromatic-negative-75": "dataviz-monochromatic-negative-75";
|
|
737
|
+
readonly "dataviz_monochromatic-negative-100": "dataviz-monochromatic-negative-100";
|
|
738
|
+
readonly "dataviz_monochromatic-negative-200": "dataviz-monochromatic-negative-200";
|
|
739
|
+
readonly "dataviz_monochromatic-negative-300": "dataviz-monochromatic-negative-300";
|
|
740
|
+
readonly "dataviz_monochromatic-negative-400": "dataviz-monochromatic-negative-400";
|
|
741
|
+
readonly "dataviz_monochromatic-negative-500": "dataviz-monochromatic-negative-500";
|
|
742
|
+
readonly "dataviz_monochromatic-negative-600": "dataviz-monochromatic-negative-600";
|
|
743
|
+
readonly "dataviz_monochromatic-negative-700": "dataviz-monochromatic-negative-700";
|
|
744
|
+
readonly "dataviz_monochromatic-negative-800": "dataviz-monochromatic-negative-800";
|
|
745
|
+
readonly "dataviz_monochromatic-negative-900": "dataviz-monochromatic-negative-900";
|
|
746
|
+
readonly "dataviz_monochromatic-negative-25-hover": "dataviz-monochromatic-negative-25-hover";
|
|
747
|
+
readonly "dataviz_monochromatic-negative-50-hover": "dataviz-monochromatic-negative-50-hover";
|
|
748
|
+
readonly "dataviz_monochromatic-negative-75-hover": "dataviz-monochromatic-negative-75-hover";
|
|
749
|
+
readonly "dataviz_monochromatic-negative-100-hover": "dataviz-monochromatic-negative-100-hover";
|
|
750
|
+
readonly "dataviz_monochromatic-negative-200-hover": "dataviz-monochromatic-negative-200-hover";
|
|
751
|
+
readonly "dataviz_monochromatic-negative-300-hover": "dataviz-monochromatic-negative-300-hover";
|
|
752
|
+
readonly "dataviz_monochromatic-negative-400-hover": "dataviz-monochromatic-negative-400-hover";
|
|
753
|
+
readonly "dataviz_monochromatic-negative-500-hover": "dataviz-monochromatic-negative-500-hover";
|
|
754
|
+
readonly "dataviz_monochromatic-negative-600-hover": "dataviz-monochromatic-negative-600-hover";
|
|
755
|
+
readonly "dataviz_monochromatic-negative-700-hover": "dataviz-monochromatic-negative-700-hover";
|
|
756
|
+
readonly "dataviz_monochromatic-negative-800-hover": "dataviz-monochromatic-negative-800-hover";
|
|
757
|
+
readonly "dataviz_monochromatic-negative-900-hover": "dataviz-monochromatic-negative-900-hover";
|
|
758
|
+
readonly "dataviz_diverging-sequence-1-positive9": "dataviz-diverging-sequence-1-positive9";
|
|
759
|
+
readonly "dataviz_diverging-sequence-1-positive9-hover": "dataviz-diverging-sequence-1-positive9-hover";
|
|
760
|
+
readonly "dataviz_diverging-sequence-1-positive8": "dataviz-diverging-sequence-1-positive8";
|
|
761
|
+
readonly "dataviz_diverging-sequence-1-positive8-hover": "dataviz-diverging-sequence-1-positive8-hover";
|
|
762
|
+
readonly "dataviz_diverging-sequence-1-positive7": "dataviz-diverging-sequence-1-positive7";
|
|
763
|
+
readonly "dataviz_diverging-sequence-1-positive7-hover": "dataviz-diverging-sequence-1-positive7-hover";
|
|
764
|
+
readonly "dataviz_diverging-sequence-1-positive6": "dataviz-diverging-sequence-1-positive6";
|
|
765
|
+
readonly "dataviz_diverging-sequence-1-positive6-hover": "dataviz-diverging-sequence-1-positive6-hover";
|
|
766
|
+
readonly "dataviz_diverging-sequence-1-positive5": "dataviz-diverging-sequence-1-positive5";
|
|
767
|
+
readonly "dataviz_diverging-sequence-1-positive5-hover": "dataviz-diverging-sequence-1-positive5-hover";
|
|
768
|
+
readonly "dataviz_diverging-sequence-1-positive4": "dataviz-diverging-sequence-1-positive4";
|
|
769
|
+
readonly "dataviz_diverging-sequence-1-positive-4-hover": "dataviz-diverging-sequence-1-positive-4-hover";
|
|
770
|
+
readonly "dataviz_diverging-sequence-1-positive3": "dataviz-diverging-sequence-1-positive3";
|
|
771
|
+
readonly "dataviz_diverging-sequence-1-positive3-hover": "dataviz-diverging-sequence-1-positive3-hover";
|
|
772
|
+
readonly "dataviz_diverging-sequence-1-positive2": "dataviz-diverging-sequence-1-positive2";
|
|
773
|
+
readonly "dataviz_diverging-sequence-1-positive2-hover": "dataviz-diverging-sequence-1-positive2-hover";
|
|
774
|
+
readonly "dataviz_diverging-sequence-1-positive1": "dataviz-diverging-sequence-1-positive1";
|
|
775
|
+
readonly "dataviz_diverging-sequence-1-positive1-hover": "dataviz-diverging-sequence-1-positive1-hover";
|
|
776
|
+
readonly "dataviz_diverging-sequence-1-neutral": "dataviz-diverging-sequence-1-neutral";
|
|
777
|
+
readonly "dataviz_diverging-sequence-1-neutral-hover": "dataviz-diverging-sequence-1-neutral-hover";
|
|
778
|
+
readonly "dataviz_diverging-sequence-1-negative1": "dataviz-diverging-sequence-1-negative1";
|
|
779
|
+
readonly "dataviz_diverging-sequence-1-negative1-hover": "dataviz-diverging-sequence-1-negative1-hover";
|
|
780
|
+
readonly "dataviz_diverging-sequence-1-negative2": "dataviz-diverging-sequence-1-negative2";
|
|
781
|
+
readonly "dataviz_diverging-sequence-1-negative2-hover": "dataviz-diverging-sequence-1-negative2-hover";
|
|
782
|
+
readonly "dataviz_diverging-sequence-1-negative3": "dataviz-diverging-sequence-1-negative3";
|
|
783
|
+
readonly "dataviz_diverging-sequence-1-negative3-hover": "dataviz-diverging-sequence-1-negative3-hover";
|
|
784
|
+
readonly "dataviz_diverging-sequence-1-negative4": "dataviz-diverging-sequence-1-negative4";
|
|
785
|
+
readonly "dataviz_diverging-sequence-1-negative4-hover": "dataviz-diverging-sequence-1-negative4-hover";
|
|
786
|
+
readonly "dataviz_diverging-sequence-1-negative5": "dataviz-diverging-sequence-1-negative5";
|
|
787
|
+
readonly "dataviz_diverging-sequence-1-negative5-hover": "dataviz-diverging-sequence-1-negative5-hover";
|
|
788
|
+
readonly "dataviz_diverging-sequence-1-negative6": "dataviz-diverging-sequence-1-negative6";
|
|
789
|
+
readonly "dataviz_diverging-sequence-1-negative6-hover": "dataviz-diverging-sequence-1-negative6-hover";
|
|
790
|
+
readonly "dataviz_diverging-sequence-1-negative7": "dataviz-diverging-sequence-1-negative7";
|
|
791
|
+
readonly "dataviz_diverging-sequence-1-negative7-hover": "dataviz-diverging-sequence-1-negative7-hover";
|
|
792
|
+
readonly "dataviz_diverging-sequence-1-negative8": "dataviz-diverging-sequence-1-negative8";
|
|
793
|
+
readonly "dataviz_diverging-sequence-1-negative8-hover": "dataviz-diverging-sequence-1-negative8-hover";
|
|
794
|
+
readonly "dataviz_diverging-sequence-1-negative9": "dataviz-diverging-sequence-1-negative9";
|
|
795
|
+
readonly "dataviz_diverging-sequence-1-negative9-hover": "dataviz-diverging-sequence-1-negative9-hover";
|
|
796
|
+
readonly "dataviz_diverging-sequence-2-positive10": "dataviz-diverging-sequence-2-positive10";
|
|
797
|
+
readonly "dataviz_diverging-sequence-2-positive10-hover": "dataviz-diverging-sequence-2-positive10-hover";
|
|
798
|
+
readonly "dataviz_diverging-sequence-2-positive9": "dataviz-diverging-sequence-2-positive9";
|
|
799
|
+
readonly "dataviz_diverging-sequence-2-positive9-hover": "dataviz-diverging-sequence-2-positive9-hover";
|
|
800
|
+
readonly "dataviz_diverging-sequence-2-positive8": "dataviz-diverging-sequence-2-positive8";
|
|
801
|
+
readonly "dataviz_diverging-sequence-2-positive8-hover": "dataviz-diverging-sequence-2-positive8-hover";
|
|
802
|
+
readonly "dataviz_diverging-sequence-2-positive7": "dataviz-diverging-sequence-2-positive7";
|
|
803
|
+
readonly "dataviz_diverging-sequence-2-positive7-hover": "dataviz-diverging-sequence-2-positive7-hover";
|
|
804
|
+
readonly "dataviz_diverging-sequence-2-positive6": "dataviz-diverging-sequence-2-positive6";
|
|
805
|
+
readonly "dataviz_diverging-sequence-2-positive6-hover": "dataviz-diverging-sequence-2-positive6-hover";
|
|
806
|
+
readonly "dataviz_diverging-sequence-2-positive5": "dataviz-diverging-sequence-2-positive5";
|
|
807
|
+
readonly "dataviz_diverging-sequence-2-positive5-hover": "dataviz-diverging-sequence-2-positive5-hover";
|
|
808
|
+
readonly "dataviz_diverging-sequence-2-positive4": "dataviz-diverging-sequence-2-positive4";
|
|
809
|
+
readonly "dataviz_diverging-sequence-2-positive4-hover": "dataviz-diverging-sequence-2-positive4-hover";
|
|
810
|
+
readonly "dataviz_diverging-sequence-2-positive3": "dataviz-diverging-sequence-2-positive3";
|
|
811
|
+
readonly "dataviz_diverging-sequence-2-positive3-hover": "dataviz-diverging-sequence-2-positive3-hover";
|
|
812
|
+
readonly "dataviz_diverging-sequence-2-positive2": "dataviz-diverging-sequence-2-positive2";
|
|
813
|
+
readonly "dataviz_diverging-sequence-2-positive2-hover": "dataviz-diverging-sequence-2-positive2-hover";
|
|
814
|
+
readonly "dataviz_diverging-sequence-2-positive1": "dataviz-diverging-sequence-2-positive1";
|
|
815
|
+
readonly "dataviz_diverging-sequence-2-positive1-hover": "dataviz-diverging-sequence-2-positive1-hover";
|
|
816
|
+
readonly "dataviz_diverging-sequence-2-negative1": "dataviz-diverging-sequence-2-negative1";
|
|
817
|
+
readonly "dataviz_diverging-sequence-2-negative1-hover": "dataviz-diverging-sequence-2-negative1-hover";
|
|
818
|
+
readonly "dataviz_diverging-sequence-2-negative2": "dataviz-diverging-sequence-2-negative2";
|
|
819
|
+
readonly "dataviz_diverging-sequence-2-negative2-hover": "dataviz-diverging-sequence-2-negative2-hover";
|
|
820
|
+
readonly "dataviz_diverging-sequence-2-negative3": "dataviz-diverging-sequence-2-negative3";
|
|
821
|
+
readonly "dataviz_diverging-sequence-2-negative3-hover": "dataviz-diverging-sequence-2-negative3-hover";
|
|
822
|
+
readonly "dataviz_diverging-sequence-2-negative4": "dataviz-diverging-sequence-2-negative4";
|
|
823
|
+
readonly "dataviz_diverging-sequence-2-negative4-hover": "dataviz-diverging-sequence-2-negative4-hover";
|
|
824
|
+
readonly "dataviz_diverging-sequence-2-negative5": "dataviz-diverging-sequence-2-negative5";
|
|
825
|
+
readonly "dataviz_diverging-sequence-2-negative5-hover": "dataviz-diverging-sequence-2-negative5-hover";
|
|
826
|
+
readonly "dataviz_diverging-sequence-2-negative6": "dataviz-diverging-sequence-2-negative6";
|
|
827
|
+
readonly "dataviz_diverging-sequence-2-negative6-hover": "dataviz-diverging-sequence-2-negative6-hover";
|
|
828
|
+
readonly "dataviz_diverging-sequence-2-negative7": "dataviz-diverging-sequence-2-negative7";
|
|
829
|
+
readonly "dataviz_diverging-sequence-2-negative7-hover": "dataviz-diverging-sequence-2-negative7-hover";
|
|
830
|
+
readonly "dataviz_diverging-sequence-2-negative8": "dataviz-diverging-sequence-2-negative8";
|
|
831
|
+
readonly "dataviz_diverging-sequence-2-negative8-hover": "dataviz-diverging-sequence-2-negative8-hover";
|
|
832
|
+
readonly "dataviz_diverging-sequence-2-negative9": "dataviz-diverging-sequence-2-negative9";
|
|
833
|
+
readonly "dataviz_diverging-sequence-2-negative9-hover": "dataviz-diverging-sequence-2-negative9-hover";
|
|
834
|
+
readonly "dataviz_diverging-sequence-2-negative10": "dataviz-diverging-sequence-2-negative10";
|
|
835
|
+
readonly "dataviz_diverging-sequence-2-negative10-hover": "dataviz-diverging-sequence-2-negative10-hover";
|
|
836
|
+
readonly "dataviz_categorical-sequence-category1": "dataviz-categorical-sequence-category1";
|
|
837
|
+
readonly "dataviz_categorical-sequence-category1-hover": "dataviz-categorical-sequence-category1-hover";
|
|
838
|
+
readonly "dataviz_categorical-sequence-category2": "dataviz-categorical-sequence-category2";
|
|
839
|
+
readonly "dataviz_categorical-sequence-category2-hover": "dataviz-categorical-sequence-category2-hover";
|
|
840
|
+
readonly "dataviz_categorical-sequence-category3": "dataviz-categorical-sequence-category3";
|
|
841
|
+
readonly "dataviz_categorical-sequence-category3-hover": "dataviz-categorical-sequence-category3-hover";
|
|
842
|
+
readonly "dataviz_categorical-sequence-category4": "dataviz-categorical-sequence-category4";
|
|
843
|
+
readonly "dataviz_categorical-sequence-category4-hover": "dataviz-categorical-sequence-category4-hover";
|
|
844
|
+
readonly "dataviz_categorical-sequence-category5": "dataviz-categorical-sequence-category5";
|
|
845
|
+
readonly "dataviz_categorical-sequence-category5-hover": "dataviz-categorical-sequence-category5-hover";
|
|
846
|
+
readonly "dataviz_categorical-sequence-category6": "dataviz-categorical-sequence-category6";
|
|
847
|
+
readonly "dataviz_categorical-sequence-category6-hover": "dataviz-categorical-sequence-category6-hover";
|
|
848
|
+
readonly "dataviz_categorical-sequence-category7": "dataviz-categorical-sequence-category7";
|
|
849
|
+
readonly "dataviz_categorical-sequence-category7-hover": "dataviz-categorical-sequence-category7-hover";
|
|
850
|
+
readonly "dataviz_categorical-sequence-category8": "dataviz-categorical-sequence-category8";
|
|
851
|
+
readonly "dataviz_categorical-sequence-category8-hover": "dataviz-categorical-sequence-category8-hover";
|
|
852
|
+
readonly "dataviz_categorical-sequence-category9": "dataviz-categorical-sequence-category9";
|
|
853
|
+
readonly "dataviz_categorical-sequence-category9-hover": "dataviz-categorical-sequence-category9-hover";
|
|
854
|
+
readonly "dataviz_categorical-sequence-category10": "dataviz-categorical-sequence-category10";
|
|
855
|
+
readonly "dataviz_categorical-sequence-category10-hover": "dataviz-categorical-sequence-category10-hover";
|
|
856
|
+
readonly "dataviz_categorical-sequence-category11": "dataviz-categorical-sequence-category11";
|
|
857
|
+
readonly "dataviz_categorical-sequence-category11-hover": "dataviz-categorical-sequence-category11-hover";
|
|
858
|
+
readonly "dataviz_categorical-sequence-category12": "dataviz-categorical-sequence-category12";
|
|
859
|
+
readonly "dataviz_categorical-sequence-category12-hover": "dataviz-categorical-sequence-category12-hover";
|
|
860
|
+
readonly "dataviz_categorical-sequence-category13": "dataviz-categorical-sequence-category13";
|
|
861
|
+
readonly "dataviz_categorical-sequence-category13-hover": "dataviz-categorical-sequence-category13-hover";
|
|
862
|
+
readonly "dataviz_categorical-2colorgroup-option6-category2": "dataviz-categorical-2colorgroup-option6-category2";
|
|
863
|
+
readonly "dataviz_categorical-2colorgroup-option6-category1": "dataviz-categorical-2colorgroup-option6-category1";
|
|
864
|
+
readonly "dataviz_categorical-2colorgroup-option5-category2": "dataviz-categorical-2colorgroup-option5-category2";
|
|
865
|
+
readonly "dataviz_categorical-2colorgroup-option5-category1": "dataviz-categorical-2colorgroup-option5-category1";
|
|
866
|
+
readonly "dataviz_categorical-2colorgroup-option4-category2": "dataviz-categorical-2colorgroup-option4-category2";
|
|
867
|
+
readonly "dataviz_categorical-2colorgroup-option4-category1": "dataviz-categorical-2colorgroup-option4-category1";
|
|
868
|
+
readonly "dataviz_categorical-2colorgroup-option3-category2": "dataviz-categorical-2colorgroup-option3-category2";
|
|
869
|
+
readonly "dataviz_categorical-2colorgroup-option3-category1": "dataviz-categorical-2colorgroup-option3-category1";
|
|
870
|
+
readonly "dataviz_categorical-2colorgroup-option2-category2": "dataviz-categorical-2colorgroup-option2-category2";
|
|
871
|
+
readonly "dataviz_categorical-2colorgroup-option2-category1": "dataviz-categorical-2colorgroup-option2-category1";
|
|
872
|
+
readonly "dataviz_categorical-2colorgroup-option1-category2": "dataviz-categorical-2colorgroup-option1-category2";
|
|
873
|
+
readonly "dataviz_categorical-2colorgroup-option1-category1": "dataviz-categorical-2colorgroup-option1-category1";
|
|
874
|
+
readonly "dataviz_categorical-3colorgroup-option1-category1": "dataviz-categorical-3colorgroup-option1-category1";
|
|
875
|
+
readonly "dataviz_categorical-3colorgroup-option1-category2": "dataviz-categorical-3colorgroup-option1-category2";
|
|
876
|
+
readonly "dataviz_categorical-3colorgroup-option1-category3": "dataviz-categorical-3colorgroup-option1-category3";
|
|
877
|
+
readonly "dataviz_categorical-3colorgroup-option2-category1": "dataviz-categorical-3colorgroup-option2-category1";
|
|
878
|
+
readonly "dataviz_categorical-3colorgroup-option2-category2": "dataviz-categorical-3colorgroup-option2-category2";
|
|
879
|
+
readonly "dataviz_categorical-3colorgroup-option2-category3": "dataviz-categorical-3colorgroup-option2-category3";
|
|
880
|
+
readonly "dataviz_categorical-3colorgroup-option3-category1": "dataviz-categorical-3colorgroup-option3-category1";
|
|
881
|
+
readonly "dataviz_categorical-3colorgroup-option3-category2": "dataviz-categorical-3colorgroup-option3-category2";
|
|
882
|
+
readonly "dataviz_categorical-3colorgroup-option3-category3": "dataviz-categorical-3colorgroup-option3-category3";
|
|
883
|
+
readonly "dataviz_categorical-3colorgroup-option4-category1": "dataviz-categorical-3colorgroup-option4-category1";
|
|
884
|
+
readonly "dataviz_categorical-3colorgroup-option4-category2": "dataviz-categorical-3colorgroup-option4-category2";
|
|
885
|
+
readonly "dataviz_categorical-3colorgroup-option4-category3": "dataviz-categorical-3colorgroup-option4-category3";
|
|
886
|
+
readonly "dataviz_categorical-4colorgroup-option1-category1": "dataviz-categorical-4colorgroup-option1-category1";
|
|
887
|
+
readonly "dataviz_categorical-4colorgroup-option1-category2": "dataviz-categorical-4colorgroup-option1-category2";
|
|
888
|
+
readonly "dataviz_categorical-4colorgroup-option1-category3": "dataviz-categorical-4colorgroup-option1-category3";
|
|
889
|
+
readonly "dataviz_categorical-4colorgroup-option1-category4": "dataviz-categorical-4colorgroup-option1-category4";
|
|
890
|
+
readonly "dataviz_categorical-4colorgroup-option2-category1": "dataviz-categorical-4colorgroup-option2-category1";
|
|
891
|
+
readonly "dataviz_categorical-4colorgroup-option2-category2": "dataviz-categorical-4colorgroup-option2-category2";
|
|
892
|
+
readonly "dataviz_categorical-4colorgroup-option2-category3": "dataviz-categorical-4colorgroup-option2-category3";
|
|
893
|
+
readonly "dataviz_categorical-4colorgroup-option2-category4": "dataviz-categorical-4colorgroup-option2-category4";
|
|
894
|
+
readonly "dataviz_categorical-4colorgroup-option3-category1": "dataviz-categorical-4colorgroup-option3-category1";
|
|
895
|
+
readonly "dataviz_categorical-4colorgroup-option3-category2": "dataviz-categorical-4colorgroup-option3-category2";
|
|
896
|
+
readonly "dataviz_categorical-4colorgroup-option3-category3": "dataviz-categorical-4colorgroup-option3-category3";
|
|
897
|
+
readonly "dataviz_categorical-4colorgroup-option3-category4": "dataviz-categorical-4colorgroup-option3-category4";
|
|
898
|
+
readonly "dataviz_categorical-4colorgroup-option4-category1": "dataviz-categorical-4colorgroup-option4-category1";
|
|
899
|
+
readonly "dataviz_categorical-4colorgroup-option4-category2": "dataviz-categorical-4colorgroup-option4-category2";
|
|
900
|
+
readonly "dataviz_categorical-4colorgroup-option4-category3": "dataviz-categorical-4colorgroup-option4-category3";
|
|
901
|
+
readonly "dataviz_categorical-4colorgroup-option4-category4": "dataviz-categorical-4colorgroup-option4-category4";
|
|
902
|
+
readonly "dataviz_categorical-5colorgroup-option1-category1": "dataviz-categorical-5colorgroup-option1-category1";
|
|
903
|
+
readonly "dataviz_categorical-5colorgroup-option1-category2": "dataviz-categorical-5colorgroup-option1-category2";
|
|
904
|
+
readonly "dataviz_categorical-5colorgroup-option1-category3": "dataviz-categorical-5colorgroup-option1-category3";
|
|
905
|
+
readonly "dataviz_categorical-5colorgroup-option1-category4": "dataviz-categorical-5colorgroup-option1-category4";
|
|
906
|
+
readonly "dataviz_categorical-5colorgroup-option1-category5": "dataviz-categorical-5colorgroup-option1-category5";
|
|
907
|
+
readonly "dataviz_categorical-5colorgroup-option2-category1": "dataviz-categorical-5colorgroup-option2-category1";
|
|
908
|
+
readonly "dataviz_categorical-5colorgroup-option2-category2": "dataviz-categorical-5colorgroup-option2-category2";
|
|
909
|
+
readonly "dataviz_categorical-5colorgroup-option2-category3": "dataviz-categorical-5colorgroup-option2-category3";
|
|
910
|
+
readonly "dataviz_categorical-5colorgroup-option2-category4": "dataviz-categorical-5colorgroup-option2-category4";
|
|
911
|
+
readonly "dataviz_categorical-5colorgroup-option2-category5": "dataviz-categorical-5colorgroup-option2-category5";
|
|
912
|
+
readonly "dataviz_categorical-5colorgroup-option3-category1": "dataviz-categorical-5colorgroup-option3-category1";
|
|
913
|
+
readonly "dataviz_categorical-5colorgroup-option3-category2": "dataviz-categorical-5colorgroup-option3-category2";
|
|
914
|
+
readonly "dataviz_categorical-5colorgroup-option3-category3": "dataviz-categorical-5colorgroup-option3-category3";
|
|
915
|
+
readonly "dataviz_categorical-5colorgroup-option3-category4": "dataviz-categorical-5colorgroup-option3-category4";
|
|
916
|
+
readonly "dataviz_categorical-5colorgroup-option3-category5": "dataviz-categorical-5colorgroup-option3-category5";
|
|
917
|
+
readonly "dataviz_categorical-5colorgroup-option4-category1": "dataviz-categorical-5colorgroup-option4-category1";
|
|
918
|
+
readonly "dataviz_categorical-5colorgroup-option4-category2": "dataviz-categorical-5colorgroup-option4-category2";
|
|
919
|
+
readonly "dataviz_categorical-5colorgroup-option4-category3": "dataviz-categorical-5colorgroup-option4-category3";
|
|
920
|
+
readonly "dataviz_categorical-5colorgroup-option4-category4": "dataviz-categorical-5colorgroup-option4-category4";
|
|
921
|
+
readonly "dataviz_categorical-5colorgroup-option4-category5": "dataviz-categorical-5colorgroup-option4-category5";
|
|
922
|
+
readonly "dataviz_categorical-6colorgroup-option1-category1": "dataviz-categorical-6colorgroup-option1-category1";
|
|
923
|
+
readonly "dataviz_categorical-6colorgroup-option1-category2": "dataviz-categorical-6colorgroup-option1-category2";
|
|
924
|
+
readonly "dataviz_categorical-6colorgroup-option1-category3": "dataviz-categorical-6colorgroup-option1-category3";
|
|
925
|
+
readonly "dataviz_categorical-6colorgroup-option1-category4": "dataviz-categorical-6colorgroup-option1-category4";
|
|
926
|
+
readonly "dataviz_categorical-6colorgroup-option1-category5": "dataviz-categorical-6colorgroup-option1-category5";
|
|
927
|
+
readonly "dataviz_categorical-6colorgroup-option1-category6": "dataviz-categorical-6colorgroup-option1-category6";
|
|
928
|
+
readonly "dataviz_categorical-6colorgroup-option2-category1": "dataviz-categorical-6colorgroup-option2-category1";
|
|
929
|
+
readonly "dataviz_categorical-6colorgroup-option2-category2": "dataviz-categorical-6colorgroup-option2-category2";
|
|
930
|
+
readonly "dataviz_categorical-6colorgroup-option2-category3": "dataviz-categorical-6colorgroup-option2-category3";
|
|
931
|
+
readonly "dataviz_categorical-6colorgroup-option2-category4": "dataviz-categorical-6colorgroup-option2-category4";
|
|
932
|
+
readonly "dataviz_categorical-6colorgroup-option2-category5": "dataviz-categorical-6colorgroup-option2-category5";
|
|
933
|
+
readonly "dataviz_categorical-6colorgroup-option2-category6": "dataviz-categorical-6colorgroup-option2-category6";
|
|
934
|
+
readonly "dataviz_categorical-6colorgroup-option3-category1": "dataviz-categorical-6colorgroup-option3-category1";
|
|
935
|
+
readonly "dataviz_categorical-6colorgroup-option3-category2": "dataviz-categorical-6colorgroup-option3-category2";
|
|
936
|
+
readonly "dataviz_categorical-6colorgroup-option3-category3": "dataviz-categorical-6colorgroup-option3-category3";
|
|
937
|
+
readonly "dataviz_categorical-6colorgroup-option3-category4": "dataviz-categorical-6colorgroup-option3-category4";
|
|
938
|
+
readonly "dataviz_categorical-6colorgroup-option3-category5": "dataviz-categorical-6colorgroup-option3-category5";
|
|
939
|
+
readonly "dataviz_categorical-6colorgroup-option3-category6": "dataviz-categorical-6colorgroup-option3-category6";
|
|
940
|
+
readonly "dataviz_categorical-6colorgroup-option4-category1": "dataviz-categorical-6colorgroup-option4-category1";
|
|
941
|
+
readonly "dataviz_categorical-6colorgroup-option4-category2": "dataviz-categorical-6colorgroup-option4-category2";
|
|
942
|
+
readonly "dataviz_categorical-6colorgroup-option4-category3": "dataviz-categorical-6colorgroup-option4-category3";
|
|
943
|
+
readonly "dataviz_categorical-6colorgroup-option4-category4": "dataviz-categorical-6colorgroup-option4-category4";
|
|
944
|
+
readonly "dataviz_categorical-6colorgroup-option4-category5": "dataviz-categorical-6colorgroup-option4-category5";
|
|
945
|
+
readonly "dataviz_categorical-6colorgroup-option4-category6": "dataviz-categorical-6colorgroup-option4-category6";
|
|
946
|
+
readonly dataviz_unavailable: "dataviz-unavailable";
|
|
947
|
+
readonly "dataviz_unavailable-weak": "dataviz-unavailable-weak";
|
|
948
|
+
readonly "dataviz_unavailable-strong": "dataviz-unavailable-strong";
|
|
949
|
+
readonly "dataviz_text-onlight": "dataviz-text-onlight";
|
|
950
|
+
readonly "dataviz_text-ondark": "dataviz-text-ondark";
|
|
952
951
|
};
|
|
953
952
|
declare const Elevation: {
|
|
954
|
-
core_none:
|
|
955
|
-
core_sm:
|
|
956
|
-
core_md:
|
|
957
|
-
core_lg:
|
|
958
|
-
none:
|
|
959
|
-
raised:
|
|
960
|
-
lifted:
|
|
961
|
-
floating:
|
|
953
|
+
readonly core_none: "shadow-none";
|
|
954
|
+
readonly core_sm: "shadow-sm";
|
|
955
|
+
readonly core_md: "shadow-md";
|
|
956
|
+
readonly core_lg: "shadow-lg";
|
|
957
|
+
readonly none: "elevation-none";
|
|
958
|
+
readonly raised: "elevation-raised";
|
|
959
|
+
readonly lifted: "elevation-lifted";
|
|
960
|
+
readonly floating: "elevation-floating";
|
|
962
961
|
};
|
|
963
962
|
declare const FontFamily: {
|
|
964
|
-
core_primary:
|
|
965
|
-
core_secondary:
|
|
966
|
-
core_tertiary:
|
|
967
|
-
"heading-3xl":
|
|
968
|
-
"heading-2xl":
|
|
969
|
-
"heading-xl":
|
|
970
|
-
"heading-lg":
|
|
971
|
-
"heading-md":
|
|
972
|
-
"heading-sm":
|
|
973
|
-
"heading-xs":
|
|
974
|
-
"heading-xs-medium":
|
|
975
|
-
overline:
|
|
976
|
-
"body-2xl":
|
|
977
|
-
"body-xl":
|
|
978
|
-
"body-lg":
|
|
979
|
-
"body-lg-medium":
|
|
980
|
-
"body-lg-semibold":
|
|
981
|
-
"body-lg-bold":
|
|
982
|
-
"body-lg-underline":
|
|
983
|
-
"body-md":
|
|
984
|
-
"body-md-medium":
|
|
985
|
-
"body-md-semibold":
|
|
986
|
-
"body-md-bold":
|
|
987
|
-
"body-md-underline":
|
|
988
|
-
"body-sm":
|
|
989
|
-
"body-sm-medium":
|
|
990
|
-
"body-sm-semibold":
|
|
991
|
-
"body-sm-bold":
|
|
992
|
-
"body-sm-underline":
|
|
993
|
-
"body-xs":
|
|
994
|
-
"body-xs-medium":
|
|
995
|
-
"body-xs-semibold":
|
|
996
|
-
"body-xs-bold":
|
|
997
|
-
"body-xs-underline":
|
|
998
|
-
"accent-lg":
|
|
999
|
-
"accent-sm":
|
|
963
|
+
readonly core_primary: "font-family-primary";
|
|
964
|
+
readonly core_secondary: "font-family-secondary";
|
|
965
|
+
readonly core_tertiary: "font-family-tertiary";
|
|
966
|
+
readonly "heading-3xl": "heading-3xl-font-family";
|
|
967
|
+
readonly "heading-2xl": "heading-2xl-font-family";
|
|
968
|
+
readonly "heading-xl": "heading-xl-font-family";
|
|
969
|
+
readonly "heading-lg": "heading-lg-font-family";
|
|
970
|
+
readonly "heading-md": "heading-md-font-family";
|
|
971
|
+
readonly "heading-sm": "heading-sm-font-family";
|
|
972
|
+
readonly "heading-xs": "heading-xs-font-family";
|
|
973
|
+
readonly "heading-xs-medium": "heading-xs-medium-font-family";
|
|
974
|
+
readonly overline: "overline-font-family";
|
|
975
|
+
readonly "body-2xl": "body-2xl-font-family";
|
|
976
|
+
readonly "body-xl": "body-xl-font-family";
|
|
977
|
+
readonly "body-lg": "body-lg-font-family";
|
|
978
|
+
readonly "body-lg-medium": "body-lg-medium-font-family";
|
|
979
|
+
readonly "body-lg-semibold": "body-lg-semibold-font-family";
|
|
980
|
+
readonly "body-lg-bold": "body-lg-bold-font-family";
|
|
981
|
+
readonly "body-lg-underline": "body-lg-underline-font-family";
|
|
982
|
+
readonly "body-md": "body-md-font-family";
|
|
983
|
+
readonly "body-md-medium": "body-md-medium-font-family";
|
|
984
|
+
readonly "body-md-semibold": "body-md-semibold-font-family";
|
|
985
|
+
readonly "body-md-bold": "body-md-bold-font-family";
|
|
986
|
+
readonly "body-md-underline": "body-md-underline-font-family";
|
|
987
|
+
readonly "body-sm": "body-sm-font-family";
|
|
988
|
+
readonly "body-sm-medium": "body-sm-medium-font-family";
|
|
989
|
+
readonly "body-sm-semibold": "body-sm-semibold-font-family";
|
|
990
|
+
readonly "body-sm-bold": "body-sm-bold-font-family";
|
|
991
|
+
readonly "body-sm-underline": "body-sm-underline-font-family";
|
|
992
|
+
readonly "body-xs": "body-xs-font-family";
|
|
993
|
+
readonly "body-xs-medium": "body-xs-medium-font-family";
|
|
994
|
+
readonly "body-xs-semibold": "body-xs-semibold-font-family";
|
|
995
|
+
readonly "body-xs-bold": "body-xs-bold-font-family";
|
|
996
|
+
readonly "body-xs-underline": "body-xs-underline-font-family";
|
|
997
|
+
readonly "accent-lg": "accent-lg-font-family";
|
|
998
|
+
readonly "accent-sm": "accent-sm-font-family";
|
|
1000
999
|
};
|
|
1001
1000
|
declare const FontWeight: {
|
|
1002
|
-
core_400:
|
|
1003
|
-
core_410:
|
|
1004
|
-
core_505:
|
|
1005
|
-
core_580:
|
|
1006
|
-
core_590:
|
|
1007
|
-
core_680:
|
|
1008
|
-
core_690:
|
|
1009
|
-
"heading-3xl":
|
|
1010
|
-
"heading-2xl":
|
|
1011
|
-
"heading-xl":
|
|
1012
|
-
"heading-lg":
|
|
1013
|
-
"heading-md":
|
|
1014
|
-
"heading-sm":
|
|
1015
|
-
"heading-xs":
|
|
1016
|
-
"heading-xs-medium":
|
|
1017
|
-
overline:
|
|
1018
|
-
"body-2xl":
|
|
1019
|
-
"body-xl":
|
|
1020
|
-
"body-lg":
|
|
1021
|
-
"body-lg-medium":
|
|
1022
|
-
"body-lg-semibold":
|
|
1023
|
-
"body-lg-bold":
|
|
1024
|
-
"body-lg-underline":
|
|
1025
|
-
"body-md":
|
|
1026
|
-
"body-md-medium":
|
|
1027
|
-
"body-md-semibold":
|
|
1028
|
-
"body-md-bold":
|
|
1029
|
-
"body-md-underline":
|
|
1030
|
-
"body-sm":
|
|
1031
|
-
"body-sm-medium":
|
|
1032
|
-
"body-sm-semibold":
|
|
1033
|
-
"body-sm-bold":
|
|
1034
|
-
"body-sm-underline":
|
|
1035
|
-
"body-xs":
|
|
1036
|
-
"body-xs-medium":
|
|
1037
|
-
"body-xs-semibold":
|
|
1038
|
-
"body-xs-bold":
|
|
1039
|
-
"body-xs-underline":
|
|
1040
|
-
"accent-lg":
|
|
1041
|
-
"accent-sm":
|
|
1001
|
+
readonly core_400: "font-weight-400";
|
|
1002
|
+
readonly core_410: "font-weight-410";
|
|
1003
|
+
readonly core_505: "font-weight-505";
|
|
1004
|
+
readonly core_580: "font-weight-580";
|
|
1005
|
+
readonly core_590: "font-weight-590";
|
|
1006
|
+
readonly core_680: "font-weight-680";
|
|
1007
|
+
readonly core_690: "font-weight-690";
|
|
1008
|
+
readonly "heading-3xl": "heading-3xl-font-weight";
|
|
1009
|
+
readonly "heading-2xl": "heading-2xl-font-weight";
|
|
1010
|
+
readonly "heading-xl": "heading-xl-font-weight";
|
|
1011
|
+
readonly "heading-lg": "heading-lg-font-weight";
|
|
1012
|
+
readonly "heading-md": "heading-md-font-weight";
|
|
1013
|
+
readonly "heading-sm": "heading-sm-font-weight";
|
|
1014
|
+
readonly "heading-xs": "heading-xs-font-weight";
|
|
1015
|
+
readonly "heading-xs-medium": "heading-xs-medium-font-weight";
|
|
1016
|
+
readonly overline: "overline-font-weight";
|
|
1017
|
+
readonly "body-2xl": "body-2xl-font-weight";
|
|
1018
|
+
readonly "body-xl": "body-xl-font-weight";
|
|
1019
|
+
readonly "body-lg": "body-lg-font-weight";
|
|
1020
|
+
readonly "body-lg-medium": "body-lg-medium-font-weight";
|
|
1021
|
+
readonly "body-lg-semibold": "body-lg-semibold-font-weight";
|
|
1022
|
+
readonly "body-lg-bold": "body-lg-bold-font-weight";
|
|
1023
|
+
readonly "body-lg-underline": "body-lg-underline-font-weight";
|
|
1024
|
+
readonly "body-md": "body-md-font-weight";
|
|
1025
|
+
readonly "body-md-medium": "body-md-medium-font-weight";
|
|
1026
|
+
readonly "body-md-semibold": "body-md-semibold-font-weight";
|
|
1027
|
+
readonly "body-md-bold": "body-md-bold-font-weight";
|
|
1028
|
+
readonly "body-md-underline": "body-md-underline-font-weight";
|
|
1029
|
+
readonly "body-sm": "body-sm-font-weight";
|
|
1030
|
+
readonly "body-sm-medium": "body-sm-medium-font-weight";
|
|
1031
|
+
readonly "body-sm-semibold": "body-sm-semibold-font-weight";
|
|
1032
|
+
readonly "body-sm-bold": "body-sm-bold-font-weight";
|
|
1033
|
+
readonly "body-sm-underline": "body-sm-underline-font-weight";
|
|
1034
|
+
readonly "body-xs": "body-xs-font-weight";
|
|
1035
|
+
readonly "body-xs-medium": "body-xs-medium-font-weight";
|
|
1036
|
+
readonly "body-xs-semibold": "body-xs-semibold-font-weight";
|
|
1037
|
+
readonly "body-xs-bold": "body-xs-bold-font-weight";
|
|
1038
|
+
readonly "body-xs-underline": "body-xs-underline-font-weight";
|
|
1039
|
+
readonly "accent-lg": "accent-lg-font-weight";
|
|
1040
|
+
readonly "accent-sm": "accent-sm-font-weight";
|
|
1042
1041
|
};
|
|
1043
1042
|
declare const FontSize: {
|
|
1044
|
-
core_120:
|
|
1045
|
-
core_140:
|
|
1046
|
-
core_160:
|
|
1047
|
-
core_180:
|
|
1048
|
-
core_200:
|
|
1049
|
-
core_240:
|
|
1050
|
-
core_280:
|
|
1051
|
-
core_320:
|
|
1052
|
-
core_360:
|
|
1053
|
-
core_480:
|
|
1054
|
-
"heading-3xl":
|
|
1055
|
-
"heading-2xl":
|
|
1056
|
-
"heading-xl":
|
|
1057
|
-
"heading-lg":
|
|
1058
|
-
"heading-md":
|
|
1059
|
-
"heading-sm":
|
|
1060
|
-
"heading-xs":
|
|
1061
|
-
"heading-xs-medium":
|
|
1062
|
-
overline:
|
|
1063
|
-
"body-2xl":
|
|
1064
|
-
"body-xl":
|
|
1065
|
-
"body-lg":
|
|
1066
|
-
"body-lg-medium":
|
|
1067
|
-
"body-lg-semibold":
|
|
1068
|
-
"body-lg-bold":
|
|
1069
|
-
"body-lg-underline":
|
|
1070
|
-
"body-md":
|
|
1071
|
-
"body-md-medium":
|
|
1072
|
-
"body-md-semibold":
|
|
1073
|
-
"body-md-bold":
|
|
1074
|
-
"body-md-underline":
|
|
1075
|
-
"body-sm":
|
|
1076
|
-
"body-sm-medium":
|
|
1077
|
-
"body-sm-semibold":
|
|
1078
|
-
"body-sm-bold":
|
|
1079
|
-
"body-sm-underline":
|
|
1080
|
-
"body-xs":
|
|
1081
|
-
"body-xs-medium":
|
|
1082
|
-
"body-xs-semibold":
|
|
1083
|
-
"body-xs-bold":
|
|
1084
|
-
"body-xs-underline":
|
|
1085
|
-
"accent-lg":
|
|
1086
|
-
"accent-sm":
|
|
1043
|
+
readonly core_120: "font-size-120";
|
|
1044
|
+
readonly core_140: "font-size-140";
|
|
1045
|
+
readonly core_160: "font-size-160";
|
|
1046
|
+
readonly core_180: "font-size-180";
|
|
1047
|
+
readonly core_200: "font-size-200";
|
|
1048
|
+
readonly core_240: "font-size-240";
|
|
1049
|
+
readonly core_280: "font-size-280";
|
|
1050
|
+
readonly core_320: "font-size-320";
|
|
1051
|
+
readonly core_360: "font-size-360";
|
|
1052
|
+
readonly core_480: "font-size-480";
|
|
1053
|
+
readonly "heading-3xl": "heading-3xl-font-size";
|
|
1054
|
+
readonly "heading-2xl": "heading-2xl-font-size";
|
|
1055
|
+
readonly "heading-xl": "heading-xl-font-size";
|
|
1056
|
+
readonly "heading-lg": "heading-lg-font-size";
|
|
1057
|
+
readonly "heading-md": "heading-md-font-size";
|
|
1058
|
+
readonly "heading-sm": "heading-sm-font-size";
|
|
1059
|
+
readonly "heading-xs": "heading-xs-font-size";
|
|
1060
|
+
readonly "heading-xs-medium": "heading-xs-medium-font-size";
|
|
1061
|
+
readonly overline: "overline-font-size";
|
|
1062
|
+
readonly "body-2xl": "body-2xl-font-size";
|
|
1063
|
+
readonly "body-xl": "body-xl-font-size";
|
|
1064
|
+
readonly "body-lg": "body-lg-font-size";
|
|
1065
|
+
readonly "body-lg-medium": "body-lg-medium-font-size";
|
|
1066
|
+
readonly "body-lg-semibold": "body-lg-semibold-font-size";
|
|
1067
|
+
readonly "body-lg-bold": "body-lg-bold-font-size";
|
|
1068
|
+
readonly "body-lg-underline": "body-lg-underline-font-size";
|
|
1069
|
+
readonly "body-md": "body-md-font-size";
|
|
1070
|
+
readonly "body-md-medium": "body-md-medium-font-size";
|
|
1071
|
+
readonly "body-md-semibold": "body-md-semibold-font-size";
|
|
1072
|
+
readonly "body-md-bold": "body-md-bold-font-size";
|
|
1073
|
+
readonly "body-md-underline": "body-md-underline-font-size";
|
|
1074
|
+
readonly "body-sm": "body-sm-font-size";
|
|
1075
|
+
readonly "body-sm-medium": "body-sm-medium-font-size";
|
|
1076
|
+
readonly "body-sm-semibold": "body-sm-semibold-font-size";
|
|
1077
|
+
readonly "body-sm-bold": "body-sm-bold-font-size";
|
|
1078
|
+
readonly "body-sm-underline": "body-sm-underline-font-size";
|
|
1079
|
+
readonly "body-xs": "body-xs-font-size";
|
|
1080
|
+
readonly "body-xs-medium": "body-xs-medium-font-size";
|
|
1081
|
+
readonly "body-xs-semibold": "body-xs-semibold-font-size";
|
|
1082
|
+
readonly "body-xs-bold": "body-xs-bold-font-size";
|
|
1083
|
+
readonly "body-xs-underline": "body-xs-underline-font-size";
|
|
1084
|
+
readonly "accent-lg": "accent-lg-font-size";
|
|
1085
|
+
readonly "accent-sm": "accent-sm-font-size";
|
|
1087
1086
|
};
|
|
1088
1087
|
declare const LineHeight: {
|
|
1089
|
-
"core_1-125":
|
|
1090
|
-
"core_1-14":
|
|
1091
|
-
"core_1-20":
|
|
1092
|
-
"core_1-25":
|
|
1093
|
-
"core_1-33":
|
|
1094
|
-
"core_1-4285":
|
|
1095
|
-
"core_1-50":
|
|
1096
|
-
"heading-3xl":
|
|
1097
|
-
"heading-2xl":
|
|
1098
|
-
"heading-xl":
|
|
1099
|
-
"heading-lg":
|
|
1100
|
-
"heading-md":
|
|
1101
|
-
"heading-sm":
|
|
1102
|
-
"heading-xs":
|
|
1103
|
-
"heading-xs-medium":
|
|
1104
|
-
overline:
|
|
1105
|
-
"body-2xl":
|
|
1106
|
-
"body-xl":
|
|
1107
|
-
"body-lg":
|
|
1108
|
-
"body-lg-medium":
|
|
1109
|
-
"body-lg-semibold":
|
|
1110
|
-
"body-lg-bold":
|
|
1111
|
-
"body-lg-underline":
|
|
1112
|
-
"body-md":
|
|
1113
|
-
"body-md-medium":
|
|
1114
|
-
"body-md-semibold":
|
|
1115
|
-
"body-md-bold":
|
|
1116
|
-
"body-md-underline":
|
|
1117
|
-
"body-sm":
|
|
1118
|
-
"body-sm-medium":
|
|
1119
|
-
"body-sm-semibold":
|
|
1120
|
-
"body-sm-bold":
|
|
1121
|
-
"body-sm-underline":
|
|
1122
|
-
"body-xs":
|
|
1123
|
-
"body-xs-medium":
|
|
1124
|
-
"body-xs-semibold":
|
|
1125
|
-
"body-xs-bold":
|
|
1126
|
-
"body-xs-underline":
|
|
1127
|
-
"accent-lg":
|
|
1128
|
-
"accent-sm":
|
|
1088
|
+
readonly "core_1-125": "line-height-1-125";
|
|
1089
|
+
readonly "core_1-14": "line-height-1-14";
|
|
1090
|
+
readonly "core_1-20": "line-height-1-20";
|
|
1091
|
+
readonly "core_1-25": "line-height-1-25";
|
|
1092
|
+
readonly "core_1-33": "line-height-1-33";
|
|
1093
|
+
readonly "core_1-4285": "line-height-1-4285";
|
|
1094
|
+
readonly "core_1-50": "line-height-1-50";
|
|
1095
|
+
readonly "heading-3xl": "heading-3xl-line-height";
|
|
1096
|
+
readonly "heading-2xl": "heading-2xl-line-height";
|
|
1097
|
+
readonly "heading-xl": "heading-xl-line-height";
|
|
1098
|
+
readonly "heading-lg": "heading-lg-line-height";
|
|
1099
|
+
readonly "heading-md": "heading-md-line-height";
|
|
1100
|
+
readonly "heading-sm": "heading-sm-line-height";
|
|
1101
|
+
readonly "heading-xs": "heading-xs-line-height";
|
|
1102
|
+
readonly "heading-xs-medium": "heading-xs-medium-line-height";
|
|
1103
|
+
readonly overline: "overline-line-height";
|
|
1104
|
+
readonly "body-2xl": "body-2xl-line-height";
|
|
1105
|
+
readonly "body-xl": "body-xl-line-height";
|
|
1106
|
+
readonly "body-lg": "body-lg-line-height";
|
|
1107
|
+
readonly "body-lg-medium": "body-lg-medium-line-height";
|
|
1108
|
+
readonly "body-lg-semibold": "body-lg-semibold-line-height";
|
|
1109
|
+
readonly "body-lg-bold": "body-lg-bold-line-height";
|
|
1110
|
+
readonly "body-lg-underline": "body-lg-underline-line-height";
|
|
1111
|
+
readonly "body-md": "body-md-line-height";
|
|
1112
|
+
readonly "body-md-medium": "body-md-medium-line-height";
|
|
1113
|
+
readonly "body-md-semibold": "body-md-semibold-line-height";
|
|
1114
|
+
readonly "body-md-bold": "body-md-bold-line-height";
|
|
1115
|
+
readonly "body-md-underline": "body-md-underline-line-height";
|
|
1116
|
+
readonly "body-sm": "body-sm-line-height";
|
|
1117
|
+
readonly "body-sm-medium": "body-sm-medium-line-height";
|
|
1118
|
+
readonly "body-sm-semibold": "body-sm-semibold-line-height";
|
|
1119
|
+
readonly "body-sm-bold": "body-sm-bold-line-height";
|
|
1120
|
+
readonly "body-sm-underline": "body-sm-underline-line-height";
|
|
1121
|
+
readonly "body-xs": "body-xs-line-height";
|
|
1122
|
+
readonly "body-xs-medium": "body-xs-medium-line-height";
|
|
1123
|
+
readonly "body-xs-semibold": "body-xs-semibold-line-height";
|
|
1124
|
+
readonly "body-xs-bold": "body-xs-bold-line-height";
|
|
1125
|
+
readonly "body-xs-underline": "body-xs-underline-line-height";
|
|
1126
|
+
readonly "accent-lg": "accent-lg-line-height";
|
|
1127
|
+
readonly "accent-sm": "accent-sm-line-height";
|
|
1128
|
+
};
|
|
1129
|
+
declare const FontOffset: {
|
|
1130
|
+
readonly "heading-3xl-top-offset": "heading-3xl-top-offset";
|
|
1131
|
+
readonly "heading-3xl-bottom-offset": "heading-3xl-bottom-offset";
|
|
1132
|
+
readonly "heading-2xl-top-offset": "heading-2xl-top-offset";
|
|
1133
|
+
readonly "heading-2xl-bottom-offset": "heading-2xl-bottom-offset";
|
|
1134
|
+
readonly "heading-xl-top-offset": "heading-xl-top-offset";
|
|
1135
|
+
readonly "heading-xl-bottom-offset": "heading-xl-bottom-offset";
|
|
1136
|
+
readonly "heading-lg-top-offset": "heading-lg-top-offset";
|
|
1137
|
+
readonly "heading-lg-bottom-offset": "heading-lg-bottom-offset";
|
|
1138
|
+
readonly "heading-md-top-offset": "heading-md-top-offset";
|
|
1139
|
+
readonly "heading-md-bottom-offset": "heading-md-bottom-offset";
|
|
1140
|
+
readonly "heading-sm-top-offset": "heading-sm-top-offset";
|
|
1141
|
+
readonly "heading-sm-bottom-offset": "heading-sm-bottom-offset";
|
|
1142
|
+
readonly "heading-xs-top-offset": "heading-xs-top-offset";
|
|
1143
|
+
readonly "heading-xs-bottom-offset": "heading-xs-bottom-offset";
|
|
1144
|
+
readonly "heading-xs-medium-top-offset": "heading-xs-medium-top-offset";
|
|
1145
|
+
readonly "heading-xs-medium-bottom-offset": "heading-xs-medium-bottom-offset";
|
|
1146
|
+
readonly "overline-top-offset": "overline-top-offset";
|
|
1147
|
+
readonly "overline-bottom-offset": "overline-bottom-offset";
|
|
1129
1148
|
};
|
|
1130
1149
|
declare const Shape: {
|
|
1131
|
-
core_0:
|
|
1132
|
-
core_1:
|
|
1133
|
-
core_2:
|
|
1134
|
-
core_3:
|
|
1135
|
-
core_4:
|
|
1136
|
-
core_9999:
|
|
1137
|
-
circle:
|
|
1138
|
-
pill:
|
|
1139
|
-
"rounded-lg":
|
|
1140
|
-
"rounded-md":
|
|
1141
|
-
"rounded-sm":
|
|
1150
|
+
readonly core_0: "border-radius-0";
|
|
1151
|
+
readonly core_1: "border-radius-1";
|
|
1152
|
+
readonly core_2: "border-radius-2";
|
|
1153
|
+
readonly core_3: "border-radius-3";
|
|
1154
|
+
readonly core_4: "border-radius-4";
|
|
1155
|
+
readonly core_9999: "border-radius-9999";
|
|
1156
|
+
readonly circle: "shape-circle";
|
|
1157
|
+
readonly pill: "shape-pill";
|
|
1158
|
+
readonly "rounded-lg": "shape-rounded-lg";
|
|
1159
|
+
readonly "rounded-md": "shape-rounded-md";
|
|
1160
|
+
readonly "rounded-sm": "shape-rounded-sm";
|
|
1142
1161
|
};
|
|
1143
1162
|
declare const CoreSpace: {
|
|
1144
|
-
core_0:
|
|
1145
|
-
core_10:
|
|
1146
|
-
core_20:
|
|
1147
|
-
core_40:
|
|
1148
|
-
core_80:
|
|
1149
|
-
core_160:
|
|
1150
|
-
core_240:
|
|
1151
|
-
core_320:
|
|
1152
|
-
core_400:
|
|
1153
|
-
core_480:
|
|
1154
|
-
core_640:
|
|
1155
|
-
core_800:
|
|
1156
|
-
core_960:
|
|
1157
|
-
core_1280:
|
|
1163
|
+
readonly core_0: "space-0";
|
|
1164
|
+
readonly core_10: "space-10";
|
|
1165
|
+
readonly core_20: "space-20";
|
|
1166
|
+
readonly core_40: "space-40";
|
|
1167
|
+
readonly core_80: "space-80";
|
|
1168
|
+
readonly core_160: "space-160";
|
|
1169
|
+
readonly core_240: "space-240";
|
|
1170
|
+
readonly core_320: "space-320";
|
|
1171
|
+
readonly core_400: "space-400";
|
|
1172
|
+
readonly core_480: "space-480";
|
|
1173
|
+
readonly core_640: "space-640";
|
|
1174
|
+
readonly core_800: "space-800";
|
|
1175
|
+
readonly core_960: "space-960";
|
|
1176
|
+
readonly core_1280: "space-1280";
|
|
1158
1177
|
};
|
|
1159
1178
|
declare const SemanticSimplePaddingSpace: {
|
|
1160
|
-
"inset-xs":
|
|
1161
|
-
"inset-sm":
|
|
1162
|
-
"inset-md":
|
|
1163
|
-
"inset-lg":
|
|
1164
|
-
"inset-xl":
|
|
1179
|
+
readonly "inset-xs": "space-inset-xs";
|
|
1180
|
+
readonly "inset-sm": "space-inset-sm";
|
|
1181
|
+
readonly "inset-md": "space-inset-md";
|
|
1182
|
+
readonly "inset-lg": "space-inset-lg";
|
|
1183
|
+
readonly "inset-xl": "space-inset-xl";
|
|
1165
1184
|
};
|
|
1166
1185
|
declare const SemanticComplexPaddingSpace: {
|
|
1167
|
-
"inset-squish-sm":
|
|
1168
|
-
"inset-squish-md":
|
|
1169
|
-
"inset-squish-lg":
|
|
1170
|
-
"inset-stretch-sm":
|
|
1171
|
-
"inset-stretch-md":
|
|
1172
|
-
"inset-stretch-lg":
|
|
1186
|
+
readonly "inset-squish-sm": "space-inset-squish-sm";
|
|
1187
|
+
readonly "inset-squish-md": "space-inset-squish-md";
|
|
1188
|
+
readonly "inset-squish-lg": "space-inset-squish-lg";
|
|
1189
|
+
readonly "inset-stretch-sm": "space-inset-stretch-sm";
|
|
1190
|
+
readonly "inset-stretch-md": "space-inset-stretch-md";
|
|
1191
|
+
readonly "inset-stretch-lg": "space-inset-stretch-lg";
|
|
1173
1192
|
};
|
|
1174
1193
|
declare const SemanticSimpleMarginSpace: {
|
|
1175
|
-
"stack-xs":
|
|
1176
|
-
"stack-sm":
|
|
1177
|
-
"stack-md":
|
|
1178
|
-
"stack-lg":
|
|
1179
|
-
"stack-xl":
|
|
1180
|
-
"inline-xs":
|
|
1181
|
-
"inline-sm":
|
|
1182
|
-
"inline-md":
|
|
1183
|
-
"inline-lg":
|
|
1184
|
-
"inline-xl":
|
|
1194
|
+
readonly "stack-xs": "space-stack-xs";
|
|
1195
|
+
readonly "stack-sm": "space-stack-sm";
|
|
1196
|
+
readonly "stack-md": "space-stack-md";
|
|
1197
|
+
readonly "stack-lg": "space-stack-lg";
|
|
1198
|
+
readonly "stack-xl": "space-stack-xl";
|
|
1199
|
+
readonly "inline-xs": "space-inline-xs";
|
|
1200
|
+
readonly "inline-sm": "space-inline-sm";
|
|
1201
|
+
readonly "inline-md": "space-inline-md";
|
|
1202
|
+
readonly "inline-lg": "space-inline-lg";
|
|
1203
|
+
readonly "inline-xl": "space-inline-xl";
|
|
1185
1204
|
};
|
|
1186
1205
|
declare const SemanticComplexMarginSpace: {};
|
|
1206
|
+
declare const Motions: {
|
|
1207
|
+
readonly "easing-duration-1": "easing-duration-1";
|
|
1208
|
+
readonly "easing-duration-2": "easing-duration-2";
|
|
1209
|
+
readonly "easing-duration-3": "easing-duration-3";
|
|
1210
|
+
readonly "easing-duration-4": "easing-duration-4";
|
|
1211
|
+
readonly "easing-duration-5": "easing-duration-5";
|
|
1212
|
+
readonly "easing-productive": "easing-productive";
|
|
1213
|
+
readonly "easing-focus": "easing-focus";
|
|
1214
|
+
readonly "easing-expressive": "easing-expressive";
|
|
1215
|
+
};
|
|
1216
|
+
type HopperTokenKey = `--hop-${typeof HopperColors[keyof typeof HopperColors] | typeof BackgroundColors[keyof typeof BackgroundColors] | typeof TextColors[keyof typeof TextColors] | typeof IconColors[keyof typeof IconColors] | typeof BorderColors[keyof typeof BorderColors] | typeof DataVizColors[keyof typeof DataVizColors] | typeof Elevation[keyof typeof Elevation] | typeof FontFamily[keyof typeof FontFamily] | typeof FontWeight[keyof typeof FontWeight] | typeof FontOffset[keyof typeof FontOffset] | typeof FontSize[keyof typeof FontSize] | typeof LineHeight[keyof typeof LineHeight] | typeof Shape[keyof typeof Shape] | typeof CoreSpace[keyof typeof CoreSpace] | typeof Motions[keyof typeof Motions] | typeof SemanticSimplePaddingSpace[keyof typeof SemanticSimplePaddingSpace] | typeof SemanticComplexPaddingSpace[keyof typeof SemanticComplexPaddingSpace] | typeof SemanticSimpleMarginSpace[keyof typeof SemanticSimpleMarginSpace] | typeof SemanticComplexMarginSpace[keyof typeof SemanticComplexMarginSpace]}`;
|
|
1217
|
+
type HopperCssVar = `var(${HopperTokenKey})`;
|
|
1187
1218
|
|
|
1188
|
-
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontSize, FontWeight, HopperColors,
|
|
1219
|
+
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, HopperColors, type HopperCssVar, type HopperTokenKey, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors };
|