@hopper-ui/styled-system 0.0.0 → 0.2.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 +13 -0
- package/README.md +38 -17
- package/dist/StyledSystemProvider-173b78af.d.ts +226 -0
- package/dist/StyledSystemProvider.css +1 -0
- package/dist/StyledSystemProvider.d.ts +5 -28
- package/dist/StyledSystemProvider.js +11 -9
- package/dist/index.css +1 -0
- package/dist/index.d.ts +2387 -12
- package/dist/index.js +10 -8
- package/dist/styled-system-props-1c231c50.d.ts +3403 -0
- package/dist/styled-system-props.d.ts +3 -0
- package/dist/styled-system-props.js +3 -0
- package/dist/styled-system-root-css-class.js +2 -2
- package/dist/useStyledSystem.css +1 -0
- package/dist/useStyledSystem.d.ts +24 -0
- package/dist/useStyledSystem.js +5 -0
- package/package.json +29 -17
- package/dist/global-styles/BodyStyleProvider.d.ts +0 -5
- package/dist/global-styles/BodyStyleProvider.js +0 -23
- package/dist/tokens/TokenProvider.d.ts +0 -20
- package/dist/tokens/TokenProvider.js +0 -6
- package/dist/tokens/generated/dark-semantic-tokens.d.ts +0 -258
- package/dist/tokens/generated/dark-semantic-tokens.js +0 -3
- package/dist/tokens/generated/light-tokens.d.ts +0 -609
- package/dist/tokens/generated/light-tokens.js +0 -3
- package/dist/tokens/tokens.d.ts +0 -866
- package/dist/tokens/tokens.js +0 -3
- package/dist/utils/assertion.d.ts +0 -15
- package/dist/utils/assertion.js +0 -3
- package/dist/utils/clsx.d.ts +0 -6
- package/dist/utils/clsx.js +0 -3
- package/dist/utils/useInsertStyleElement.d.ts +0 -6
- package/dist/utils/useInsertStyleElement.js +0 -5
- package/dist/utils/useIsomorphicInsertionEffect.d.ts +0 -16
- package/dist/utils/useIsomorphicInsertionEffect.js +0 -5
- package/dist/utils/useIsomorphicLayoutEffect.d.ts +0 -16
- package/dist/utils/useIsomorphicLayoutEffect.js +0 -5
- package/dist/utils/useThemeComputedStyle.d.ts +0 -14
- package/dist/utils/useThemeComputedStyle.js +0 -3
|
@@ -1,609 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TODO: This file needs to be auto-generated. It is not at the moment
|
|
3
|
-
*/
|
|
4
|
-
declare const CoreTokens: {
|
|
5
|
-
"--hop-coastal-25": string;
|
|
6
|
-
"--hop-coastal-50": string;
|
|
7
|
-
"--hop-coastal-75": string;
|
|
8
|
-
"--hop-coastal-100": string;
|
|
9
|
-
"--hop-coastal-200": string;
|
|
10
|
-
"--hop-coastal-300": string;
|
|
11
|
-
"--hop-coastal-400": string;
|
|
12
|
-
"--hop-coastal-500": string;
|
|
13
|
-
"--hop-coastal-600": string;
|
|
14
|
-
"--hop-coastal-700": string;
|
|
15
|
-
"--hop-coastal-800": string;
|
|
16
|
-
"--hop-coastal-900": string;
|
|
17
|
-
"--hop-quetzal-25": string;
|
|
18
|
-
"--hop-quetzal-50": string;
|
|
19
|
-
"--hop-quetzal-75": string;
|
|
20
|
-
"--hop-quetzal-100": string;
|
|
21
|
-
"--hop-quetzal-200": string;
|
|
22
|
-
"--hop-quetzal-300": string;
|
|
23
|
-
"--hop-quetzal-400": string;
|
|
24
|
-
"--hop-quetzal-500": string;
|
|
25
|
-
"--hop-quetzal-600": string;
|
|
26
|
-
"--hop-quetzal-700": string;
|
|
27
|
-
"--hop-quetzal-800": string;
|
|
28
|
-
"--hop-quetzal-900": string;
|
|
29
|
-
"--hop-orchid-bloom-25": string;
|
|
30
|
-
"--hop-orchid-bloom-50": string;
|
|
31
|
-
"--hop-orchid-bloom-75": string;
|
|
32
|
-
"--hop-orchid-bloom-100": string;
|
|
33
|
-
"--hop-orchid-bloom-200": string;
|
|
34
|
-
"--hop-orchid-bloom-300": string;
|
|
35
|
-
"--hop-orchid-bloom-400": string;
|
|
36
|
-
"--hop-orchid-bloom-500": string;
|
|
37
|
-
"--hop-orchid-bloom-600": string;
|
|
38
|
-
"--hop-orchid-bloom-700": string;
|
|
39
|
-
"--hop-orchid-bloom-800": string;
|
|
40
|
-
"--hop-orchid-bloom-900": string;
|
|
41
|
-
"--hop-sapphire-25": string;
|
|
42
|
-
"--hop-sapphire-50": string;
|
|
43
|
-
"--hop-sapphire-75": string;
|
|
44
|
-
"--hop-sapphire-100": string;
|
|
45
|
-
"--hop-sapphire-200": string;
|
|
46
|
-
"--hop-sapphire-300": string;
|
|
47
|
-
"--hop-sapphire-400": string;
|
|
48
|
-
"--hop-sapphire-500": string;
|
|
49
|
-
"--hop-sapphire-600": string;
|
|
50
|
-
"--hop-sapphire-700": string;
|
|
51
|
-
"--hop-sapphire-800": string;
|
|
52
|
-
"--hop-sapphire-900": string;
|
|
53
|
-
"--hop-fog-25": string;
|
|
54
|
-
"--hop-fog-50": string;
|
|
55
|
-
"--hop-fog-75": string;
|
|
56
|
-
"--hop-fog-100": string;
|
|
57
|
-
"--hop-fog-200": string;
|
|
58
|
-
"--hop-fog-300": string;
|
|
59
|
-
"--hop-fog-400": string;
|
|
60
|
-
"--hop-fog-500": string;
|
|
61
|
-
"--hop-fog-600": string;
|
|
62
|
-
"--hop-fog-700": string;
|
|
63
|
-
"--hop-fog-800": string;
|
|
64
|
-
"--hop-fog-900": string;
|
|
65
|
-
"--hop-toad-25": string;
|
|
66
|
-
"--hop-toad-50": string;
|
|
67
|
-
"--hop-toad-75": string;
|
|
68
|
-
"--hop-toad-100": string;
|
|
69
|
-
"--hop-toad-200": string;
|
|
70
|
-
"--hop-toad-300": string;
|
|
71
|
-
"--hop-toad-400": string;
|
|
72
|
-
"--hop-toad-500": string;
|
|
73
|
-
"--hop-toad-600": string;
|
|
74
|
-
"--hop-toad-700": string;
|
|
75
|
-
"--hop-toad-800": string;
|
|
76
|
-
"--hop-toad-900": string;
|
|
77
|
-
"--hop-sunken-treasure-25": string;
|
|
78
|
-
"--hop-sunken-treasure-50": string;
|
|
79
|
-
"--hop-sunken-treasure-75": string;
|
|
80
|
-
"--hop-sunken-treasure-100": string;
|
|
81
|
-
"--hop-sunken-treasure-200": string;
|
|
82
|
-
"--hop-sunken-treasure-300": string;
|
|
83
|
-
"--hop-sunken-treasure-400": string;
|
|
84
|
-
"--hop-sunken-treasure-500": string;
|
|
85
|
-
"--hop-sunken-treasure-600": string;
|
|
86
|
-
"--hop-sunken-treasure-700": string;
|
|
87
|
-
"--hop-sunken-treasure-800": string;
|
|
88
|
-
"--hop-sunken-treasure-900": string;
|
|
89
|
-
"--hop-koi-25": string;
|
|
90
|
-
"--hop-koi-50": string;
|
|
91
|
-
"--hop-koi-75": string;
|
|
92
|
-
"--hop-koi-100": string;
|
|
93
|
-
"--hop-koi-200": string;
|
|
94
|
-
"--hop-koi-300": string;
|
|
95
|
-
"--hop-koi-400": string;
|
|
96
|
-
"--hop-koi-500": string;
|
|
97
|
-
"--hop-koi-600": string;
|
|
98
|
-
"--hop-koi-700": string;
|
|
99
|
-
"--hop-koi-800": string;
|
|
100
|
-
"--hop-koi-900": string;
|
|
101
|
-
"--hop-amanita-25": string;
|
|
102
|
-
"--hop-amanita-50": string;
|
|
103
|
-
"--hop-amanita-75": string;
|
|
104
|
-
"--hop-amanita-100": string;
|
|
105
|
-
"--hop-amanita-200": string;
|
|
106
|
-
"--hop-amanita-300": string;
|
|
107
|
-
"--hop-amanita-400": string;
|
|
108
|
-
"--hop-amanita-500": string;
|
|
109
|
-
"--hop-amanita-600": string;
|
|
110
|
-
"--hop-amanita-700": string;
|
|
111
|
-
"--hop-amanita-800": string;
|
|
112
|
-
"--hop-amanita-900": string;
|
|
113
|
-
"--hop-moss-25": string;
|
|
114
|
-
"--hop-moss-50": string;
|
|
115
|
-
"--hop-moss-75": string;
|
|
116
|
-
"--hop-moss-100": string;
|
|
117
|
-
"--hop-moss-200": string;
|
|
118
|
-
"--hop-moss-300": string;
|
|
119
|
-
"--hop-moss-400": string;
|
|
120
|
-
"--hop-moss-500": string;
|
|
121
|
-
"--hop-moss-600": string;
|
|
122
|
-
"--hop-moss-700": string;
|
|
123
|
-
"--hop-moss-800": string;
|
|
124
|
-
"--hop-moss-900": string;
|
|
125
|
-
"--hop-abyss": string;
|
|
126
|
-
"--hop-rock-20": string;
|
|
127
|
-
"--hop-rock-25": string;
|
|
128
|
-
"--hop-rock-50": string;
|
|
129
|
-
"--hop-rock-75": string;
|
|
130
|
-
"--hop-rock-100": string;
|
|
131
|
-
"--hop-rock-200": string;
|
|
132
|
-
"--hop-rock-300": string;
|
|
133
|
-
"--hop-rock-400": string;
|
|
134
|
-
"--hop-rock-500": string;
|
|
135
|
-
"--hop-rock-600": string;
|
|
136
|
-
"--hop-rock-700": string;
|
|
137
|
-
"--hop-rock-800": string;
|
|
138
|
-
"--hop-rock-900": string;
|
|
139
|
-
"--hop-samoyed": string;
|
|
140
|
-
"--hop-shadow-none": string;
|
|
141
|
-
"--hop-shadow-sm": string;
|
|
142
|
-
"--hop-shadow-md": string;
|
|
143
|
-
"--hop-shadow-lg": string;
|
|
144
|
-
"--hop-font-family-primary": string;
|
|
145
|
-
"--hop-font-family-secondary": string;
|
|
146
|
-
"--hop-font-family-tertiary": string;
|
|
147
|
-
"--hop-font-size-120": string;
|
|
148
|
-
"--hop-font-size-140": string;
|
|
149
|
-
"--hop-font-size-160": string;
|
|
150
|
-
"--hop-font-size-180": string;
|
|
151
|
-
"--hop-font-size-200": string;
|
|
152
|
-
"--hop-font-size-240": string;
|
|
153
|
-
"--hop-font-size-280": string;
|
|
154
|
-
"--hop-font-size-320": string;
|
|
155
|
-
"--hop-font-size-360": string;
|
|
156
|
-
"--hop-font-size-480": string;
|
|
157
|
-
"--hop-font-weight-400": string;
|
|
158
|
-
"--hop-font-weight-410": string;
|
|
159
|
-
"--hop-font-weight-505": string;
|
|
160
|
-
"--hop-font-weight-580": string;
|
|
161
|
-
"--hop-font-weight-590": string;
|
|
162
|
-
"--hop-font-weight-680": string;
|
|
163
|
-
"--hop-font-weight-690": string;
|
|
164
|
-
"--hop-line-height-1-125": string;
|
|
165
|
-
"--hop-line-height-1-14": string;
|
|
166
|
-
"--hop-line-height-1-20": string;
|
|
167
|
-
"--hop-line-height-1-25": string;
|
|
168
|
-
"--hop-line-height-1-33": string;
|
|
169
|
-
"--hop-line-height-1-4285": string;
|
|
170
|
-
"--hop-line-height-1-50": string;
|
|
171
|
-
"--hop-border-radius-0": string;
|
|
172
|
-
"--hop-border-radius-1": string;
|
|
173
|
-
"--hop-border-radius-2": string;
|
|
174
|
-
"--hop-border-radius-3": string;
|
|
175
|
-
"--hop-border-radius-4": string;
|
|
176
|
-
"--hop-border-radius-9999": string;
|
|
177
|
-
"--hop-space-0": string;
|
|
178
|
-
"--hop-space-20": string;
|
|
179
|
-
"--hop-space-40": string;
|
|
180
|
-
"--hop-space-80": string;
|
|
181
|
-
"--hop-space-160": string;
|
|
182
|
-
"--hop-space-240": string;
|
|
183
|
-
"--hop-space-320": string;
|
|
184
|
-
"--hop-space-400": string;
|
|
185
|
-
"--hop-space-480": string;
|
|
186
|
-
"--hop-space-640": string;
|
|
187
|
-
"--hop-space-800": string;
|
|
188
|
-
"--hop-space-960": string;
|
|
189
|
-
"--hop-space-1280": string;
|
|
190
|
-
};
|
|
191
|
-
declare const SemanticTokens: {
|
|
192
|
-
"--hop-space-inset-xs": string;
|
|
193
|
-
"--hop-space-inset-sm": string;
|
|
194
|
-
"--hop-space-inset-md": string;
|
|
195
|
-
"--hop-space-inset-lg": string;
|
|
196
|
-
"--hop-space-inset-xl": string;
|
|
197
|
-
"--hop-space-inset-squish-sm": string;
|
|
198
|
-
"--hop-space-inset-squish-md": string;
|
|
199
|
-
"--hop-space-inset-squish-lg": string;
|
|
200
|
-
"--hop-space-inset-stretch-sm": string;
|
|
201
|
-
"--hop-space-inset-stretch-md": string;
|
|
202
|
-
"--hop-space-inset-stretch-lg": string;
|
|
203
|
-
"--hop-space-stack-xs": string;
|
|
204
|
-
"--hop-space-stack-sm": string;
|
|
205
|
-
"--hop-space-stack-md": string;
|
|
206
|
-
"--hop-space-stack-lg": string;
|
|
207
|
-
"--hop-space-stack-xl": string;
|
|
208
|
-
"--hop-space-inline-xs": string;
|
|
209
|
-
"--hop-space-inline-sm": string;
|
|
210
|
-
"--hop-space-inline-md": string;
|
|
211
|
-
"--hop-space-inline-lg": string;
|
|
212
|
-
"--hop-space-inline-xl": string;
|
|
213
|
-
"--hop-upsell-border-active": string;
|
|
214
|
-
"--hop-upsell-text-active": string;
|
|
215
|
-
"--hop-upsell-icon-weakest": string;
|
|
216
|
-
"--hop-upsell-icon-weak": string;
|
|
217
|
-
"--hop-upsell-border": string;
|
|
218
|
-
"--hop-upsell-surface-hover": string;
|
|
219
|
-
"--hop-upsell-border-disabled": string;
|
|
220
|
-
"--hop-upsell-icon-active": string;
|
|
221
|
-
"--hop-upsell-surface-weak": string;
|
|
222
|
-
"--hop-upsell-surface-disabled": string;
|
|
223
|
-
"--hop-upsell-text": string;
|
|
224
|
-
"--hop-upsell-icon": string;
|
|
225
|
-
"--hop-upsell-text-hover": string;
|
|
226
|
-
"--hop-upsell-text-disabled": string;
|
|
227
|
-
"--hop-upsell-surface-active": string;
|
|
228
|
-
"--hop-upsell-surface": string;
|
|
229
|
-
"--hop-danger-border-active": string;
|
|
230
|
-
"--hop-danger-icon-active": string;
|
|
231
|
-
"--hop-danger-text-active": string;
|
|
232
|
-
"--hop-danger-surface": string;
|
|
233
|
-
"--hop-danger-text-hover": string;
|
|
234
|
-
"--hop-danger-surface-disabled": string;
|
|
235
|
-
"--hop-danger-surface-hover": string;
|
|
236
|
-
"--hop-danger-surface-strong": string;
|
|
237
|
-
"--hop-danger-surface-strong-hover": string;
|
|
238
|
-
"--hop-danger-surface-weak": string;
|
|
239
|
-
"--hop-danger-border-strong": string;
|
|
240
|
-
"--hop-danger-icon": string;
|
|
241
|
-
"--hop-danger-icon-weak": string;
|
|
242
|
-
"--hop-danger-text": string;
|
|
243
|
-
"--hop-danger-surface-active": string;
|
|
244
|
-
"--hop-danger-text-weak": string;
|
|
245
|
-
"--hop-danger-text-strong": string;
|
|
246
|
-
"--hop-danger-text-strong-hover": string;
|
|
247
|
-
"--hop-danger-icon-strong": string;
|
|
248
|
-
"--hop-danger-icon-strong-hover": string;
|
|
249
|
-
"--hop-danger-icon-hover": string;
|
|
250
|
-
"--hop-danger-text-disabled": string;
|
|
251
|
-
"--hop-danger-icon-disabled": string;
|
|
252
|
-
"--hop-danger-border": string;
|
|
253
|
-
"--hop-primary-icon-active": string;
|
|
254
|
-
"--hop-primary-border-active": string;
|
|
255
|
-
"--hop-primary-text-active": string;
|
|
256
|
-
"--hop-primary-icon-strong": string;
|
|
257
|
-
"--hop-primary-icon-strong-hover": string;
|
|
258
|
-
"--hop-primary-icon": string;
|
|
259
|
-
"--hop-primary-border-focus": string;
|
|
260
|
-
"--hop-primary-border": string;
|
|
261
|
-
"--hop-primary-icon-hover": string;
|
|
262
|
-
"--hop-primary-icon-disabled": string;
|
|
263
|
-
"--hop-primary-surface-disabled": string;
|
|
264
|
-
"--hop-primary-surface-focus": string;
|
|
265
|
-
"--hop-primary-text-disabled": string;
|
|
266
|
-
"--hop-primary-surface": string;
|
|
267
|
-
"--hop-primary-surface-weak": string;
|
|
268
|
-
"--hop-primary-surface-strong": string;
|
|
269
|
-
"--hop-primary-surface-strong-active": string;
|
|
270
|
-
"--hop-primary-surface-strong-hover": string;
|
|
271
|
-
"--hop-primary-text": string;
|
|
272
|
-
"--hop-primary-surface-hover": string;
|
|
273
|
-
"--hop-primary-text-strong": string;
|
|
274
|
-
"--hop-primary-text-strong-hover": string;
|
|
275
|
-
"--hop-primary-text-hover": string;
|
|
276
|
-
"--hop-primary-surface-active": string;
|
|
277
|
-
"--hop-decorative-option9-icon": string;
|
|
278
|
-
"--hop-decorative-option9-surface": string;
|
|
279
|
-
"--hop-decorative-option9-surface-strong": string;
|
|
280
|
-
"--hop-decorative-option9-surface-hover": string;
|
|
281
|
-
"--hop-decorative-option9-surface-weak": string;
|
|
282
|
-
"--hop-decorative-option9-surface-weakest": string;
|
|
283
|
-
"--hop-decorative-option9-text": string;
|
|
284
|
-
"--hop-decorative-option9-text-weak": string;
|
|
285
|
-
"--hop-decorative-option9-border": string;
|
|
286
|
-
"--hop-decorative-option8-icon": string;
|
|
287
|
-
"--hop-decorative-option8-surface-weakest": string;
|
|
288
|
-
"--hop-decorative-option8-surface-weak": string;
|
|
289
|
-
"--hop-decorative-option8-surface-hover": string;
|
|
290
|
-
"--hop-decorative-option8-surface-strong": string;
|
|
291
|
-
"--hop-decorative-option8-text-weak": string;
|
|
292
|
-
"--hop-decorative-option8-surface": string;
|
|
293
|
-
"--hop-decorative-option8-text": string;
|
|
294
|
-
"--hop-decorative-option8-border": string;
|
|
295
|
-
"--hop-decorative-option7-icon": string;
|
|
296
|
-
"--hop-decorative-option7-surface-weakest": string;
|
|
297
|
-
"--hop-decorative-option7-surface-weak": string;
|
|
298
|
-
"--hop-decorative-option7-surface-strong": string;
|
|
299
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
300
|
-
"--hop-decorative-option7-surface": string;
|
|
301
|
-
"--hop-decorative-option7-text-weak": string;
|
|
302
|
-
"--hop-decorative-option7-text": string;
|
|
303
|
-
"--hop-decorative-option7-border": string;
|
|
304
|
-
"--hop-decorative-option5-text-weak": string;
|
|
305
|
-
"--hop-decorative-option5-text": string;
|
|
306
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
307
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
308
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
309
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
310
|
-
"--hop-decorative-option5-surface": string;
|
|
311
|
-
"--hop-decorative-option5-icon": string;
|
|
312
|
-
"--hop-decorative-option5-border": string;
|
|
313
|
-
"--hop-decorative-option6-surface-weakest": string;
|
|
314
|
-
"--hop-decorative-option6-surface-weak": string;
|
|
315
|
-
"--hop-decorative-option6-surface-hover": string;
|
|
316
|
-
"--hop-decorative-option6-surface-strong": string;
|
|
317
|
-
"--hop-decorative-option6-surface": string;
|
|
318
|
-
"--hop-decorative-option6-icon": string;
|
|
319
|
-
"--hop-decorative-option6-text": string;
|
|
320
|
-
"--hop-decorative-option6-text-weak": string;
|
|
321
|
-
"--hop-decorative-option6-border": string;
|
|
322
|
-
"--hop-decorative-option4-surface-weakest": string;
|
|
323
|
-
"--hop-decorative-option4-surface-weak": string;
|
|
324
|
-
"--hop-decorative-option4-surface-strong": string;
|
|
325
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
326
|
-
"--hop-decorative-option4-surface": string;
|
|
327
|
-
"--hop-decorative-option4-icon": string;
|
|
328
|
-
"--hop-decorative-option4-text-weak": string;
|
|
329
|
-
"--hop-decorative-option4-text": string;
|
|
330
|
-
"--hop-decorative-option4-border": string;
|
|
331
|
-
"--hop-decorative-option3-surface-weak": string;
|
|
332
|
-
"--hop-decorative-option3-surface-weakest": string;
|
|
333
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
334
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
335
|
-
"--hop-decorative-option3-surface": string;
|
|
336
|
-
"--hop-decorative-option3-icon": string;
|
|
337
|
-
"--hop-decorative-option3-text": string;
|
|
338
|
-
"--hop-decorative-option3-text-weak": string;
|
|
339
|
-
"--hop-decorative-option3-border": string;
|
|
340
|
-
"--hop-decorative-option2-surface-weakest": string;
|
|
341
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
342
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
343
|
-
"--hop-decorative-option2-surface": string;
|
|
344
|
-
"--hop-decorative-option2-surface-hover": string;
|
|
345
|
-
"--hop-decorative-option2-text": string;
|
|
346
|
-
"--hop-decorative-option2-text-weak": string;
|
|
347
|
-
"--hop-decorative-option2-icon": string;
|
|
348
|
-
"--hop-decorative-option2-border": string;
|
|
349
|
-
"--hop-decorative-option1-surface-weak": string;
|
|
350
|
-
"--hop-decorative-option1-surface-weakest": string;
|
|
351
|
-
"--hop-decorative-option1-surface-strong": string;
|
|
352
|
-
"--hop-decorative-option1-surface-hover": string;
|
|
353
|
-
"--hop-decorative-option1-surface": string;
|
|
354
|
-
"--hop-decorative-option1-border": string;
|
|
355
|
-
"--hop-decorative-option1-text-weak": string;
|
|
356
|
-
"--hop-decorative-option1-icon": string;
|
|
357
|
-
"--hop-decorative-option1-text": string;
|
|
358
|
-
"--hop-neutral-text-hover": string;
|
|
359
|
-
"--hop-neutral-surface-weakest-active": string;
|
|
360
|
-
"--hop-neutral-surface-weakest-hover": string;
|
|
361
|
-
"--hop-neutral-text-weak": string;
|
|
362
|
-
"--hop-neutral-surface-disabled": string;
|
|
363
|
-
"--hop-neutral-surface-active": string;
|
|
364
|
-
"--hop-neutral-surface-weak": string;
|
|
365
|
-
"--hop-neutral-surface": string;
|
|
366
|
-
"--hop-neutral-text-disabled": string;
|
|
367
|
-
"--hop-neutral-text-active": string;
|
|
368
|
-
"--hop-neutral-text-strong": string;
|
|
369
|
-
"--hop-neutral-text": string;
|
|
370
|
-
"--hop-neutral-text-weakest": string;
|
|
371
|
-
"--hop-neutral-border-disabled": string;
|
|
372
|
-
"--hop-neutral-border-strong": string;
|
|
373
|
-
"--hop-neutral-surface-strong": string;
|
|
374
|
-
"--hop-neutral-surface-hover": string;
|
|
375
|
-
"--hop-neutral-icon-disabled": string;
|
|
376
|
-
"--hop-neutral-icon": string;
|
|
377
|
-
"--hop-neutral-icon-weak": string;
|
|
378
|
-
"--hop-neutral-icon-weak-hover": string;
|
|
379
|
-
"--hop-neutral-border": string;
|
|
380
|
-
"--hop-neutral-border-weak": string;
|
|
381
|
-
"--hop-neutral-icon-weakest": string;
|
|
382
|
-
"--hop-neutral-icon-strong": string;
|
|
383
|
-
"--hop-neutral-icon-hover": string;
|
|
384
|
-
"--hop-neutral-icon-active": string;
|
|
385
|
-
"--hop-neutral-border-hover": string;
|
|
386
|
-
"--hop-neutral-border-active": string;
|
|
387
|
-
"--hop-neutral-surface-weak-hover": string;
|
|
388
|
-
"--hop-neutral-border-weakest": string;
|
|
389
|
-
"--hop-neutral-surface-weakest": string;
|
|
390
|
-
"--hop-warning-icon-weakest": string;
|
|
391
|
-
"--hop-warning-icon-weak": string;
|
|
392
|
-
"--hop-warning-text-weak": string;
|
|
393
|
-
"--hop-warning-surface": string;
|
|
394
|
-
"--hop-warning-surface-strong": string;
|
|
395
|
-
"--hop-warning-surface-weak": string;
|
|
396
|
-
"--hop-warning-border": string;
|
|
397
|
-
"--hop-warning-icon": string;
|
|
398
|
-
"--hop-warning-text": string;
|
|
399
|
-
"--hop-success-border": string;
|
|
400
|
-
"--hop-success-icon-weak": string;
|
|
401
|
-
"--hop-success-icon-weakest": string;
|
|
402
|
-
"--hop-success-text-weak": string;
|
|
403
|
-
"--hop-success-surface": string;
|
|
404
|
-
"--hop-success-surface-strong": string;
|
|
405
|
-
"--hop-success-text-hover": string;
|
|
406
|
-
"--hop-success-text": string;
|
|
407
|
-
"--hop-success-icon": string;
|
|
408
|
-
"--hop-success-surface-weak": string;
|
|
409
|
-
"--hop-information-icon-weakest": string;
|
|
410
|
-
"--hop-information-surface-strong": string;
|
|
411
|
-
"--hop-information-icon-weak": string;
|
|
412
|
-
"--hop-information-text": string;
|
|
413
|
-
"--hop-information-surface": string;
|
|
414
|
-
"--hop-information-surface-weak": string;
|
|
415
|
-
"--hop-information-text-weak": string;
|
|
416
|
-
"--hop-information-icon": string;
|
|
417
|
-
"--hop-information-border": string;
|
|
418
|
-
"--hop-status-neutral-surface-strong": string;
|
|
419
|
-
"--hop-status-neutral-text": string;
|
|
420
|
-
"--hop-status-neutral-icon": string;
|
|
421
|
-
"--hop-status-neutral-surface": string;
|
|
422
|
-
"--hop-status-progress-surface-strong": string;
|
|
423
|
-
"--hop-status-progress-icon": string;
|
|
424
|
-
"--hop-status-progress-surface": string;
|
|
425
|
-
"--hop-status-progress-text": string;
|
|
426
|
-
"--hop-status-option6-surface-strong": string;
|
|
427
|
-
"--hop-status-option6-icon": string;
|
|
428
|
-
"--hop-status-option6-surface": string;
|
|
429
|
-
"--hop-status-option6-text": string;
|
|
430
|
-
"--hop-status-option5-surface-strong": string;
|
|
431
|
-
"--hop-status-option5-icon": string;
|
|
432
|
-
"--hop-status-option5-surface": string;
|
|
433
|
-
"--hop-status-option5-text": string;
|
|
434
|
-
"--hop-status-option1-surface-strong": string;
|
|
435
|
-
"--hop-status-option1-icon": string;
|
|
436
|
-
"--hop-status-option1-surface": string;
|
|
437
|
-
"--hop-status-option1-text": string;
|
|
438
|
-
"--hop-status-option2-surface-strong": string;
|
|
439
|
-
"--hop-status-option2-text": string;
|
|
440
|
-
"--hop-status-option2-surface": string;
|
|
441
|
-
"--hop-status-option2-icon": string;
|
|
442
|
-
"--hop-status-option3-surface-strong": string;
|
|
443
|
-
"--hop-status-option3-icon": string;
|
|
444
|
-
"--hop-status-option3-surface": string;
|
|
445
|
-
"--hop-status-option3-text": string;
|
|
446
|
-
"--hop-status-option4-surface-strong": string;
|
|
447
|
-
"--hop-status-option4-icon": string;
|
|
448
|
-
"--hop-status-option4-surface": string;
|
|
449
|
-
"--hop-status-option4-text": string;
|
|
450
|
-
"--hop-status-caution-surface-strong": string;
|
|
451
|
-
"--hop-status-caution-icon": string;
|
|
452
|
-
"--hop-status-caution-surface": string;
|
|
453
|
-
"--hop-status-caution-text": string;
|
|
454
|
-
"--hop-status-negative-surface-strong": string;
|
|
455
|
-
"--hop-status-negative-icon": string;
|
|
456
|
-
"--hop-status-negative-surface": string;
|
|
457
|
-
"--hop-status-negative-text": string;
|
|
458
|
-
"--hop-status-inactive-surface-strong": string;
|
|
459
|
-
"--hop-status-inactive-icon": string;
|
|
460
|
-
"--hop-status-inactive-surface": string;
|
|
461
|
-
"--hop-status-inactive-text": string;
|
|
462
|
-
"--hop-status-positive-icon": string;
|
|
463
|
-
"--hop-status-positive-surface-strong": string;
|
|
464
|
-
"--hop-status-positive-surface": string;
|
|
465
|
-
"--hop-status-positive-text": string;
|
|
466
|
-
"--hop-elevation-none": string;
|
|
467
|
-
"--hop-elevation-raised": string;
|
|
468
|
-
"--hop-elevation-lifted": string;
|
|
469
|
-
"--hop-elevation-floating": string;
|
|
470
|
-
"--hop-heading-3xl-font-family": string;
|
|
471
|
-
"--hop-heading-3xl-font-size": string;
|
|
472
|
-
"--hop-heading-3xl-font-weight": string;
|
|
473
|
-
"--hop-heading-3xl-line-height": string;
|
|
474
|
-
"--hop-heading-2xl-font-family": string;
|
|
475
|
-
"--hop-heading-2xl-font-size": string;
|
|
476
|
-
"--hop-heading-2xl-font-weight": string;
|
|
477
|
-
"--hop-heading-2xl-line-height": string;
|
|
478
|
-
"--hop-heading-xl-font-family": string;
|
|
479
|
-
"--hop-heading-xl-font-size": string;
|
|
480
|
-
"--hop-heading-xl-font-weight": string;
|
|
481
|
-
"--hop-heading-xl-line-height": string;
|
|
482
|
-
"--hop-heading-lg-font-family": string;
|
|
483
|
-
"--hop-heading-lg-font-size": string;
|
|
484
|
-
"--hop-heading-lg-font-weight": string;
|
|
485
|
-
"--hop-heading-lg-line-height": string;
|
|
486
|
-
"--hop-heading-md-font-family": string;
|
|
487
|
-
"--hop-heading-md-font-size": string;
|
|
488
|
-
"--hop-heading-md-font-weight": string;
|
|
489
|
-
"--hop-heading-md-line-height": string;
|
|
490
|
-
"--hop-heading-sm-font-family": string;
|
|
491
|
-
"--hop-heading-sm-font-size": string;
|
|
492
|
-
"--hop-heading-sm-font-weight": string;
|
|
493
|
-
"--hop-heading-sm-line-height": string;
|
|
494
|
-
"--hop-heading-xs-font-family": string;
|
|
495
|
-
"--hop-heading-xs-font-size": string;
|
|
496
|
-
"--hop-heading-xs-font-weight": string;
|
|
497
|
-
"--hop-heading-xs-line-height": string;
|
|
498
|
-
"--hop-heading-xs-medium-font-family": string;
|
|
499
|
-
"--hop-heading-xs-medium-font-size": string;
|
|
500
|
-
"--hop-heading-xs-medium-font-weight": string;
|
|
501
|
-
"--hop-heading-xs-medium-line-height": string;
|
|
502
|
-
"--hop-overline-font-family": string;
|
|
503
|
-
"--hop-overline-font-size": string;
|
|
504
|
-
"--hop-overline-font-weight": string;
|
|
505
|
-
"--hop-overline-line-height": string;
|
|
506
|
-
"--hop-body-2xl-font-family": string;
|
|
507
|
-
"--hop-body-2xl-font-size": string;
|
|
508
|
-
"--hop-body-2xl-font-weight": string;
|
|
509
|
-
"--hop-body-2xl-line-height": string;
|
|
510
|
-
"--hop-body-xl-font-family": string;
|
|
511
|
-
"--hop-body-xl-font-size": string;
|
|
512
|
-
"--hop-body-xl-font-weight": string;
|
|
513
|
-
"--hop-body-xl-line-height": string;
|
|
514
|
-
"--hop-body-lg-font-family": string;
|
|
515
|
-
"--hop-body-lg-font-size": string;
|
|
516
|
-
"--hop-body-lg-font-weight": string;
|
|
517
|
-
"--hop-body-lg-line-height": string;
|
|
518
|
-
"--hop-body-lg-medium-font-family": string;
|
|
519
|
-
"--hop-body-lg-medium-font-size": string;
|
|
520
|
-
"--hop-body-lg-medium-font-weight": string;
|
|
521
|
-
"--hop-body-lg-medium-line-height": string;
|
|
522
|
-
"--hop-body-lg-semibold-font-family": string;
|
|
523
|
-
"--hop-body-lg-semibold-font-size": string;
|
|
524
|
-
"--hop-body-lg-semibold-font-weight": string;
|
|
525
|
-
"--hop-body-lg-semibold-line-height": string;
|
|
526
|
-
"--hop-body-lg-bold-font-family": string;
|
|
527
|
-
"--hop-body-lg-bold-font-size": string;
|
|
528
|
-
"--hop-body-lg-bold-font-weight": string;
|
|
529
|
-
"--hop-body-lg-bold-line-height": string;
|
|
530
|
-
"--hop-body-lg-underline-font-family": string;
|
|
531
|
-
"--hop-body-lg-underline-font-size": string;
|
|
532
|
-
"--hop-body-lg-underline-font-weight": string;
|
|
533
|
-
"--hop-body-lg-underline-line-height": string;
|
|
534
|
-
"--hop-body-md-font-family": string;
|
|
535
|
-
"--hop-body-md-font-size": string;
|
|
536
|
-
"--hop-body-md-font-weight": string;
|
|
537
|
-
"--hop-body-md-line-height": string;
|
|
538
|
-
"--hop-body-md-medium-font-family": string;
|
|
539
|
-
"--hop-body-md-medium-font-size": string;
|
|
540
|
-
"--hop-body-md-medium-font-weight": string;
|
|
541
|
-
"--hop-body-md-medium-line-height": string;
|
|
542
|
-
"--hop-body-md-semibold-font-family": string;
|
|
543
|
-
"--hop-body-md-semibold-font-size": string;
|
|
544
|
-
"--hop-body-md-semibold-font-weight": string;
|
|
545
|
-
"--hop-body-md-semibold-line-height": string;
|
|
546
|
-
"--hop-body-md-bold-font-family": string;
|
|
547
|
-
"--hop-body-md-bold-font-size": string;
|
|
548
|
-
"--hop-body-md-bold-font-weight": string;
|
|
549
|
-
"--hop-body-md-bold-line-height": string;
|
|
550
|
-
"--hop-body-md-underline-font-family": string;
|
|
551
|
-
"--hop-body-md-underline-font-size": string;
|
|
552
|
-
"--hop-body-md-underline-font-weight": string;
|
|
553
|
-
"--hop-body-md-underline-line-height": string;
|
|
554
|
-
"--hop-body-sm-font-family": string;
|
|
555
|
-
"--hop-body-sm-font-size": string;
|
|
556
|
-
"--hop-body-sm-font-weight": string;
|
|
557
|
-
"--hop-body-sm-line-height": string;
|
|
558
|
-
"--hop-body-sm-medium-font-family": string;
|
|
559
|
-
"--hop-body-sm-medium-font-size": string;
|
|
560
|
-
"--hop-body-sm-medium-font-weight": string;
|
|
561
|
-
"--hop-body-sm-medium-line-height": string;
|
|
562
|
-
"--hop-body-sm-semibold-font-family": string;
|
|
563
|
-
"--hop-body-sm-semibold-font-size": string;
|
|
564
|
-
"--hop-body-sm-semibold-font-weight": string;
|
|
565
|
-
"--hop-body-sm-semibold-line-height": string;
|
|
566
|
-
"--hop-body-sm-bold-font-family": string;
|
|
567
|
-
"--hop-body-sm-bold-font-size": string;
|
|
568
|
-
"--hop-body-sm-bold-font-weight": string;
|
|
569
|
-
"--hop-body-sm-bold-line-height": string;
|
|
570
|
-
"--hop-body-sm-underline-font-family": string;
|
|
571
|
-
"--hop-body-sm-underline-font-size": string;
|
|
572
|
-
"--hop-body-sm-underline-font-weight": string;
|
|
573
|
-
"--hop-body-sm-underline-line-height": string;
|
|
574
|
-
"--hop-body-xs-font-family": string;
|
|
575
|
-
"--hop-body-xs-font-size": string;
|
|
576
|
-
"--hop-body-xs-font-weight": string;
|
|
577
|
-
"--hop-body-xs-line-height": string;
|
|
578
|
-
"--hop-body-xs-medium-font-family": string;
|
|
579
|
-
"--hop-body-xs-medium-font-size": string;
|
|
580
|
-
"--hop-body-xs-medium-font-weight": string;
|
|
581
|
-
"--hop-body-xs-medium-line-height": string;
|
|
582
|
-
"--hop-body-xs-semibold-font-family": string;
|
|
583
|
-
"--hop-body-xs-semibold-font-size": string;
|
|
584
|
-
"--hop-body-xs-semibold-font-weight": string;
|
|
585
|
-
"--hop-body-xs-semibold-line-height": string;
|
|
586
|
-
"--hop-body-xs-bold-font-family": string;
|
|
587
|
-
"--hop-body-xs-bold-font-size": string;
|
|
588
|
-
"--hop-body-xs-bold-font-weight": string;
|
|
589
|
-
"--hop-body-xs-bold-line-height": string;
|
|
590
|
-
"--hop-body-xs-underline-font-family": string;
|
|
591
|
-
"--hop-body-xs-underline-font-size": string;
|
|
592
|
-
"--hop-body-xs-underline-font-weight": string;
|
|
593
|
-
"--hop-body-xs-underline-line-height": string;
|
|
594
|
-
"--hop-accent-lg-font-family": string;
|
|
595
|
-
"--hop-accent-lg-font-size": string;
|
|
596
|
-
"--hop-accent-lg-font-weight": string;
|
|
597
|
-
"--hop-accent-lg-line-height": string;
|
|
598
|
-
"--hop-accent-sm-font-family": string;
|
|
599
|
-
"--hop-accent-sm-font-size": string;
|
|
600
|
-
"--hop-accent-sm-font-weight": string;
|
|
601
|
-
"--hop-accent-sm-line-height": string;
|
|
602
|
-
"--hop-shape-circle": string;
|
|
603
|
-
"--hop-shape-pill": string;
|
|
604
|
-
"--hop-shape-rounded-lg": string;
|
|
605
|
-
"--hop-shape-rounded-md": string;
|
|
606
|
-
"--hop-shape-rounded-sm": string;
|
|
607
|
-
};
|
|
608
|
-
|
|
609
|
-
export { CoreTokens, SemanticTokens };
|