@hopper-ui/styled-system 1.2.0 → 2.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 +103 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.d.ts +3 -0
- package/dist/StyledSystemProvider.js +15 -15
- package/dist/{chunk-DRFY5W7M.js → chunk-5GX5VZFT.js} +1 -1
- package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
- package/dist/{chunk-EJR6CH3T.js → chunk-AZ44JR7G.js} +1 -1
- package/dist/{chunk-J2UW6IZ5.js → chunk-BA7JHGU6.js} +1 -1
- package/dist/{chunk-JKXZGQAL.js → chunk-DVOV55CD.js} +228 -189
- package/dist/{chunk-45MYTH4M.js → chunk-EF3UX45A.js} +2 -2
- package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
- package/dist/{chunk-LCW3QCQQ.js → chunk-GZ3MQOPA.js} +2 -2
- package/dist/{chunk-GFXIV6J4.js → chunk-REAV6RA4.js} +21 -19
- package/dist/{chunk-TSYETPJT.js → chunk-SSBFBJJN.js} +2 -2
- package/dist/{chunk-ZDENFQ6H.js → chunk-VJNKYHHT.js} +2 -2
- package/dist/{chunk-RKTVEOXM.js → chunk-XEJOSGGW.js} +6 -6
- package/dist/{chunk-KKVEOD5L.js → chunk-Y7GWSHYF.js} +200 -161
- package/dist/{chunk-E2EGUGKS.js → chunk-YJKWZYVH.js} +268 -227
- package/dist/color-scheme/useColorScheme.js +2 -2
- package/dist/global-styles/BodyStyleProvider.js +2 -2
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +5 -5
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +4 -4
- package/dist/index.css +34 -34
- package/dist/index.js +15 -15
- package/dist/responsive/BreakpointProvider.d.ts +5 -0
- package/dist/responsive/BreakpointProvider.js +2 -2
- package/dist/styledSystemRootCssClass.js +1 -1
- package/dist/tokens/TokenProvider.js +5 -5
- package/dist/tokens/generated/darkSemanticTokens.d.ts +265 -224
- package/dist/tokens/generated/darkSemanticTokens.js +1 -1
- package/dist/tokens/generated/lightSemanticTokens.d.ts +226 -187
- package/dist/tokens/generated/lightSemanticTokens.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +197 -158
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +261 -213
- package/dist/tokens/tokenMappings.js +2 -2
- package/dist/tokens/tokens.d.ts +501 -421
- package/dist/tokens/tokens.js +3 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.d.ts +1 -1
- package/dist/useStyledSystem.js +3 -3
- package/dist/utils/useMediaQuery.js +1 -1
- package/package.json +22 -20
- package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -219,269 +219,308 @@ declare const Tokens: {
|
|
|
219
219
|
"--hop-space-inline-md": string;
|
|
220
220
|
"--hop-space-inline-lg": string;
|
|
221
221
|
"--hop-space-inline-xl": string;
|
|
222
|
-
"--hop-
|
|
223
|
-
"--hop-
|
|
224
|
-
"--hop-
|
|
225
|
-
"--hop-
|
|
226
|
-
"--hop-
|
|
227
|
-
"--hop-
|
|
228
|
-
"--hop-
|
|
229
|
-
"--hop-
|
|
230
|
-
"--hop-
|
|
231
|
-
"--hop-
|
|
232
|
-
"--hop-
|
|
233
|
-
"--hop-
|
|
234
|
-
"--hop-
|
|
235
|
-
"--hop-
|
|
236
|
-
"--hop-upsell-surface-active": string;
|
|
237
|
-
"--hop-upsell-surface": string;
|
|
238
|
-
"--hop-danger-border-active": string;
|
|
239
|
-
"--hop-danger-icon-active": string;
|
|
240
|
-
"--hop-danger-text-active": string;
|
|
222
|
+
"--hop-danger-border": string;
|
|
223
|
+
"--hop-danger-border-selected": string;
|
|
224
|
+
"--hop-danger-border-strong": string;
|
|
225
|
+
"--hop-danger-border-press": string;
|
|
226
|
+
"--hop-danger-icon": string;
|
|
227
|
+
"--hop-danger-icon-selected": string;
|
|
228
|
+
"--hop-danger-icon-disabled": string;
|
|
229
|
+
"--hop-danger-icon-hover": string;
|
|
230
|
+
"--hop-danger-icon-press": string;
|
|
231
|
+
"--hop-danger-icon-strong": string;
|
|
232
|
+
"--hop-danger-icon-strong-hover": string;
|
|
233
|
+
"--hop-danger-icon-weak": string;
|
|
234
|
+
"--hop-danger-icon-weak-hover": string;
|
|
235
|
+
"--hop-danger-icon-weak-press": string;
|
|
241
236
|
"--hop-danger-surface": string;
|
|
242
|
-
"--hop-danger-
|
|
237
|
+
"--hop-danger-surface-selected": string;
|
|
243
238
|
"--hop-danger-surface-disabled": string;
|
|
244
239
|
"--hop-danger-surface-hover": string;
|
|
240
|
+
"--hop-danger-surface-press": string;
|
|
245
241
|
"--hop-danger-surface-strong": string;
|
|
246
242
|
"--hop-danger-surface-strong-hover": string;
|
|
247
243
|
"--hop-danger-surface-weak": string;
|
|
248
|
-
"--hop-danger-
|
|
249
|
-
"--hop-danger-
|
|
250
|
-
"--hop-danger-icon-weak": string;
|
|
244
|
+
"--hop-danger-surface-weak-hover": string;
|
|
245
|
+
"--hop-danger-surface-weak-press": string;
|
|
251
246
|
"--hop-danger-text": string;
|
|
252
|
-
"--hop-danger-
|
|
253
|
-
"--hop-danger-text-
|
|
247
|
+
"--hop-danger-text-selected": string;
|
|
248
|
+
"--hop-danger-text-disabled": string;
|
|
249
|
+
"--hop-danger-text-hover": string;
|
|
250
|
+
"--hop-danger-text-press": string;
|
|
254
251
|
"--hop-danger-text-strong": string;
|
|
255
252
|
"--hop-danger-text-strong-hover": string;
|
|
256
|
-
"--hop-danger-
|
|
257
|
-
"--hop-danger-
|
|
258
|
-
"--hop-danger-
|
|
259
|
-
"--hop-
|
|
260
|
-
"--hop-danger-icon-disabled": string;
|
|
261
|
-
"--hop-danger-border": string;
|
|
262
|
-
"--hop-primary-icon-active": string;
|
|
263
|
-
"--hop-primary-border-active": string;
|
|
264
|
-
"--hop-primary-text-active": string;
|
|
265
|
-
"--hop-primary-icon-strong": string;
|
|
266
|
-
"--hop-primary-icon-strong-hover": string;
|
|
267
|
-
"--hop-primary-icon": string;
|
|
268
|
-
"--hop-primary-border-focus": string;
|
|
269
|
-
"--hop-primary-border": string;
|
|
270
|
-
"--hop-primary-icon-hover": string;
|
|
271
|
-
"--hop-primary-icon-disabled": string;
|
|
272
|
-
"--hop-primary-surface-disabled": string;
|
|
273
|
-
"--hop-primary-surface-focus": string;
|
|
274
|
-
"--hop-primary-text-disabled": string;
|
|
275
|
-
"--hop-primary-surface": string;
|
|
276
|
-
"--hop-primary-surface-weak": string;
|
|
277
|
-
"--hop-primary-surface-strong": string;
|
|
278
|
-
"--hop-primary-surface-strong-active": string;
|
|
279
|
-
"--hop-primary-surface-strong-hover": string;
|
|
280
|
-
"--hop-primary-text": string;
|
|
281
|
-
"--hop-primary-surface-hover": string;
|
|
282
|
-
"--hop-primary-text-strong": string;
|
|
283
|
-
"--hop-primary-text-strong-hover": string;
|
|
284
|
-
"--hop-primary-text-hover": string;
|
|
285
|
-
"--hop-primary-surface-active": string;
|
|
253
|
+
"--hop-danger-text-weak": string;
|
|
254
|
+
"--hop-danger-text-weak-hover": string;
|
|
255
|
+
"--hop-danger-text-weak-press": string;
|
|
256
|
+
"--hop-decorative-option9-border": string;
|
|
286
257
|
"--hop-decorative-option9-icon": string;
|
|
287
258
|
"--hop-decorative-option9-surface": string;
|
|
288
|
-
"--hop-decorative-option9-surface-strong": string;
|
|
289
259
|
"--hop-decorative-option9-surface-hover": string;
|
|
260
|
+
"--hop-decorative-option9-surface-strong": string;
|
|
290
261
|
"--hop-decorative-option9-surface-weak": string;
|
|
291
262
|
"--hop-decorative-option9-surface-weak-hover": string;
|
|
292
263
|
"--hop-decorative-option9-surface-weakest": string;
|
|
293
264
|
"--hop-decorative-option9-text": string;
|
|
294
265
|
"--hop-decorative-option9-text-weak": string;
|
|
295
|
-
"--hop-decorative-
|
|
266
|
+
"--hop-decorative-option8-border": string;
|
|
296
267
|
"--hop-decorative-option8-icon": string;
|
|
297
|
-
"--hop-decorative-option8-surface
|
|
298
|
-
"--hop-decorative-option8-surface-weak": string;
|
|
299
|
-
"--hop-decorative-option8-surface-weak-hover": string;
|
|
268
|
+
"--hop-decorative-option8-surface": string;
|
|
300
269
|
"--hop-decorative-option8-surface-hover": string;
|
|
301
270
|
"--hop-decorative-option8-surface-strong": string;
|
|
302
|
-
"--hop-decorative-option8-
|
|
303
|
-
"--hop-decorative-option8-surface": string;
|
|
271
|
+
"--hop-decorative-option8-surface-weak": string;
|
|
272
|
+
"--hop-decorative-option8-surface-weak-hover": string;
|
|
273
|
+
"--hop-decorative-option8-surface-weakest": string;
|
|
304
274
|
"--hop-decorative-option8-text": string;
|
|
305
|
-
"--hop-decorative-option8-
|
|
275
|
+
"--hop-decorative-option8-text-weak": string;
|
|
276
|
+
"--hop-decorative-option7-border": string;
|
|
306
277
|
"--hop-decorative-option7-icon": string;
|
|
307
|
-
"--hop-decorative-option7-surface
|
|
278
|
+
"--hop-decorative-option7-surface": string;
|
|
279
|
+
"--hop-decorative-option7-surface-hover": string;
|
|
280
|
+
"--hop-decorative-option7-surface-strong": string;
|
|
308
281
|
"--hop-decorative-option7-surface-weak": string;
|
|
309
282
|
"--hop-decorative-option7-surface-weak-hover": string;
|
|
310
|
-
"--hop-decorative-option7-surface-
|
|
311
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
312
|
-
"--hop-decorative-option7-surface": string;
|
|
313
|
-
"--hop-decorative-option7-text-weak": string;
|
|
283
|
+
"--hop-decorative-option7-surface-weakest": string;
|
|
314
284
|
"--hop-decorative-option7-text": string;
|
|
315
|
-
"--hop-decorative-option7-
|
|
316
|
-
"--hop-decorative-option5-text-weak": string;
|
|
317
|
-
"--hop-decorative-option5-text": string;
|
|
318
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
319
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
320
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
321
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
322
|
-
"--hop-decorative-option5-surface": string;
|
|
323
|
-
"--hop-decorative-option5-icon": string;
|
|
285
|
+
"--hop-decorative-option7-text-weak": string;
|
|
324
286
|
"--hop-decorative-option5-border": string;
|
|
325
|
-
"--hop-decorative-
|
|
326
|
-
"--hop-decorative-
|
|
327
|
-
"--hop-decorative-
|
|
287
|
+
"--hop-decorative-option5-icon": string;
|
|
288
|
+
"--hop-decorative-option5-surface": string;
|
|
289
|
+
"--hop-decorative-option5-surface-hover": string;
|
|
290
|
+
"--hop-decorative-option5-surface-strong": string;
|
|
291
|
+
"--hop-decorative-option5-surface-weak": string;
|
|
292
|
+
"--hop-decorative-option5-surface-weak-hover": string;
|
|
293
|
+
"--hop-decorative-option5-surface-weakest": string;
|
|
294
|
+
"--hop-decorative-option5-text": string;
|
|
295
|
+
"--hop-decorative-option5-text-weak": string;
|
|
296
|
+
"--hop-decorative-option6-border": string;
|
|
297
|
+
"--hop-decorative-option6-icon": string;
|
|
298
|
+
"--hop-decorative-option6-surface": string;
|
|
328
299
|
"--hop-decorative-option6-surface-hover": string;
|
|
329
300
|
"--hop-decorative-option6-surface-strong": string;
|
|
330
|
-
"--hop-decorative-option6-surface": string;
|
|
331
|
-
"--hop-decorative-option6-
|
|
301
|
+
"--hop-decorative-option6-surface-weak": string;
|
|
302
|
+
"--hop-decorative-option6-surface-weak-hover": string;
|
|
303
|
+
"--hop-decorative-option6-surface-weakest": string;
|
|
332
304
|
"--hop-decorative-option6-text": string;
|
|
333
305
|
"--hop-decorative-option6-text-weak": string;
|
|
334
|
-
"--hop-decorative-
|
|
335
|
-
"--hop-decorative-option4-
|
|
306
|
+
"--hop-decorative-option4-border": string;
|
|
307
|
+
"--hop-decorative-option4-icon": string;
|
|
308
|
+
"--hop-decorative-option4-surface": string;
|
|
309
|
+
"--hop-decorative-option4-surface-hover": string;
|
|
310
|
+
"--hop-decorative-option4-surface-strong": string;
|
|
336
311
|
"--hop-decorative-option4-surface-weak": string;
|
|
337
312
|
"--hop-decorative-option4-surface-weak-hover": string;
|
|
338
|
-
"--hop-decorative-option4-surface-
|
|
339
|
-
"--hop-decorative-option4-surface-hover": string;
|
|
340
|
-
"--hop-decorative-option4-surface": string;
|
|
341
|
-
"--hop-decorative-option4-icon": string;
|
|
342
|
-
"--hop-decorative-option4-text-weak": string;
|
|
313
|
+
"--hop-decorative-option4-surface-weakest": string;
|
|
343
314
|
"--hop-decorative-option4-text": string;
|
|
344
|
-
"--hop-decorative-option4-
|
|
315
|
+
"--hop-decorative-option4-text-weak": string;
|
|
316
|
+
"--hop-decorative-option3-border": string;
|
|
317
|
+
"--hop-decorative-option3-icon": string;
|
|
318
|
+
"--hop-decorative-option3-surface": string;
|
|
319
|
+
"--hop-decorative-option3-surface-hover": string;
|
|
320
|
+
"--hop-decorative-option3-surface-strong": string;
|
|
345
321
|
"--hop-decorative-option3-surface-weak": string;
|
|
346
322
|
"--hop-decorative-option3-surface-weak-hover": string;
|
|
347
323
|
"--hop-decorative-option3-surface-weakest": string;
|
|
348
|
-
"--hop-decorative-option3-surface-strong": string;
|
|
349
|
-
"--hop-decorative-option3-surface-hover": string;
|
|
350
|
-
"--hop-decorative-option3-surface": string;
|
|
351
|
-
"--hop-decorative-option3-icon": string;
|
|
352
324
|
"--hop-decorative-option3-text": string;
|
|
353
325
|
"--hop-decorative-option3-text-weak": string;
|
|
354
|
-
"--hop-decorative-
|
|
355
|
-
"--hop-decorative-option2-
|
|
356
|
-
"--hop-decorative-option2-surface-weak": string;
|
|
357
|
-
"--hop-decorative-option2-surface-weak-hover": string;
|
|
358
|
-
"--hop-decorative-option2-surface-strong": string;
|
|
326
|
+
"--hop-decorative-option2-border": string;
|
|
327
|
+
"--hop-decorative-option2-icon": string;
|
|
359
328
|
"--hop-decorative-option2-surface": string;
|
|
360
329
|
"--hop-decorative-option2-surface-hover": string;
|
|
330
|
+
"--hop-decorative-option2-surface-strong": string;
|
|
331
|
+
"--hop-decorative-option2-surface-weak": string;
|
|
332
|
+
"--hop-decorative-option2-surface-weak-hover": string;
|
|
333
|
+
"--hop-decorative-option2-surface-weakest": string;
|
|
361
334
|
"--hop-decorative-option2-text": string;
|
|
362
335
|
"--hop-decorative-option2-text-weak": string;
|
|
363
|
-
"--hop-decorative-
|
|
364
|
-
"--hop-decorative-
|
|
336
|
+
"--hop-decorative-option1-border": string;
|
|
337
|
+
"--hop-decorative-option1-icon": string;
|
|
338
|
+
"--hop-decorative-option1-surface": string;
|
|
339
|
+
"--hop-decorative-option1-surface-hover": string;
|
|
340
|
+
"--hop-decorative-option1-surface-strong": string;
|
|
365
341
|
"--hop-decorative-option1-surface-weak": string;
|
|
366
342
|
"--hop-decorative-option1-surface-weak-hover": string;
|
|
367
343
|
"--hop-decorative-option1-surface-weakest": string;
|
|
368
|
-
"--hop-decorative-option1-surface-strong": string;
|
|
369
|
-
"--hop-decorative-option1-surface-hover": string;
|
|
370
|
-
"--hop-decorative-option1-surface": string;
|
|
371
|
-
"--hop-decorative-option1-border": string;
|
|
372
|
-
"--hop-decorative-option1-text-weak": string;
|
|
373
|
-
"--hop-decorative-option1-icon": string;
|
|
374
344
|
"--hop-decorative-option1-text": string;
|
|
375
|
-
"--hop-
|
|
376
|
-
"--hop-
|
|
377
|
-
"--hop-
|
|
378
|
-
"--hop-
|
|
379
|
-
"--hop-
|
|
380
|
-
"--hop-
|
|
381
|
-
"--hop-
|
|
382
|
-
"--hop-
|
|
383
|
-
"--hop-
|
|
384
|
-
"--hop-
|
|
385
|
-
"--hop-neutral-
|
|
386
|
-
"--hop-neutral-
|
|
387
|
-
"--hop-neutral-text-weakest": string;
|
|
345
|
+
"--hop-decorative-option1-text-weak": string;
|
|
346
|
+
"--hop-information-border": string;
|
|
347
|
+
"--hop-information-icon": string;
|
|
348
|
+
"--hop-information-icon-weakest": string;
|
|
349
|
+
"--hop-information-icon-weak": string;
|
|
350
|
+
"--hop-information-surface": string;
|
|
351
|
+
"--hop-information-surface-strong": string;
|
|
352
|
+
"--hop-information-surface-weak": string;
|
|
353
|
+
"--hop-information-text": string;
|
|
354
|
+
"--hop-information-text-weak": string;
|
|
355
|
+
"--hop-neutral-border": string;
|
|
356
|
+
"--hop-neutral-border-selected": string;
|
|
388
357
|
"--hop-neutral-border-disabled": string;
|
|
389
|
-
"--hop-neutral-border-
|
|
358
|
+
"--hop-neutral-border-hover": string;
|
|
359
|
+
"--hop-neutral-border-press": string;
|
|
390
360
|
"--hop-neutral-border-strong": string;
|
|
391
|
-
"--hop-neutral-
|
|
392
|
-
"--hop-neutral-
|
|
393
|
-
"--hop-neutral-
|
|
361
|
+
"--hop-neutral-border-strong-hover": string;
|
|
362
|
+
"--hop-neutral-border-weak": string;
|
|
363
|
+
"--hop-neutral-border-weakest": string;
|
|
394
364
|
"--hop-neutral-icon": string;
|
|
365
|
+
"--hop-neutral-icon-selected": string;
|
|
366
|
+
"--hop-neutral-icon-disabled": string;
|
|
367
|
+
"--hop-neutral-icon-hover": string;
|
|
368
|
+
"--hop-neutral-icon-press": string;
|
|
369
|
+
"--hop-neutral-icon-strong": string;
|
|
370
|
+
"--hop-neutral-icon-strong-hover": string;
|
|
395
371
|
"--hop-neutral-icon-weak": string;
|
|
396
372
|
"--hop-neutral-icon-weak-hover": string;
|
|
397
|
-
"--hop-neutral-
|
|
398
|
-
"--hop-neutral-border-weak": string;
|
|
373
|
+
"--hop-neutral-icon-weak-press": string;
|
|
399
374
|
"--hop-neutral-icon-weakest": string;
|
|
400
|
-
"--hop-neutral-
|
|
401
|
-
"--hop-neutral-
|
|
402
|
-
"--hop-neutral-
|
|
403
|
-
"--hop-neutral-
|
|
404
|
-
"--hop-neutral-
|
|
375
|
+
"--hop-neutral-surface": string;
|
|
376
|
+
"--hop-neutral-surface-selected": string;
|
|
377
|
+
"--hop-neutral-surface-disabled": string;
|
|
378
|
+
"--hop-neutral-surface-hover": string;
|
|
379
|
+
"--hop-neutral-surface-press": string;
|
|
380
|
+
"--hop-neutral-surface-strong": string;
|
|
381
|
+
"--hop-neutral-surface-weak": string;
|
|
382
|
+
"--hop-neutral-surface-weak-selected": string;
|
|
405
383
|
"--hop-neutral-surface-weak-hover": string;
|
|
406
|
-
"--hop-neutral-surface-weak-
|
|
407
|
-
"--hop-neutral-border-weakest": string;
|
|
384
|
+
"--hop-neutral-surface-weak-press": string;
|
|
408
385
|
"--hop-neutral-surface-weakest": string;
|
|
409
|
-
"--hop-
|
|
410
|
-
"--hop-
|
|
411
|
-
"--hop-
|
|
412
|
-
"--hop-
|
|
413
|
-
"--hop-
|
|
414
|
-
"--hop-
|
|
415
|
-
"--hop-
|
|
416
|
-
"--hop-
|
|
417
|
-
"--hop-
|
|
418
|
-
"--hop-
|
|
419
|
-
"--hop-
|
|
420
|
-
"--hop-
|
|
421
|
-
"--hop-
|
|
422
|
-
"--hop-
|
|
423
|
-
"--hop-
|
|
424
|
-
"--hop-
|
|
425
|
-
"--hop-
|
|
426
|
-
"--hop-
|
|
427
|
-
"--hop-
|
|
428
|
-
"--hop-
|
|
429
|
-
"--hop-
|
|
430
|
-
"--hop-
|
|
431
|
-
"--hop-
|
|
432
|
-
"--hop-
|
|
433
|
-
"--hop-
|
|
434
|
-
"--hop-
|
|
435
|
-
"--hop-
|
|
436
|
-
"--hop-
|
|
437
|
-
"--hop-
|
|
438
|
-
"--hop-
|
|
439
|
-
"--hop-
|
|
440
|
-
"--hop-
|
|
441
|
-
"--hop-
|
|
442
|
-
"--hop-
|
|
443
|
-
"--hop-
|
|
444
|
-
"--hop-
|
|
445
|
-
"--hop-
|
|
446
|
-
"--hop-
|
|
447
|
-
"--hop-
|
|
448
|
-
"--hop-
|
|
449
|
-
"--hop-
|
|
450
|
-
"--hop-
|
|
451
|
-
"--hop-
|
|
452
|
-
"--hop-status-option5-text": string;
|
|
453
|
-
"--hop-status-option1-surface-strong": string;
|
|
454
|
-
"--hop-status-option1-icon": string;
|
|
455
|
-
"--hop-status-option1-surface": string;
|
|
456
|
-
"--hop-status-option1-text": string;
|
|
457
|
-
"--hop-status-option2-surface-strong": string;
|
|
458
|
-
"--hop-status-option2-text": string;
|
|
459
|
-
"--hop-status-option2-surface": string;
|
|
460
|
-
"--hop-status-option2-icon": string;
|
|
461
|
-
"--hop-status-option3-surface-strong": string;
|
|
462
|
-
"--hop-status-option3-icon": string;
|
|
463
|
-
"--hop-status-option3-surface": string;
|
|
464
|
-
"--hop-status-option3-text": string;
|
|
465
|
-
"--hop-status-option4-surface-strong": string;
|
|
466
|
-
"--hop-status-option4-icon": string;
|
|
467
|
-
"--hop-status-option4-surface": string;
|
|
468
|
-
"--hop-status-option4-text": string;
|
|
386
|
+
"--hop-neutral-surface-weakest-selected": string;
|
|
387
|
+
"--hop-neutral-surface-weakest-hover": string;
|
|
388
|
+
"--hop-neutral-text": string;
|
|
389
|
+
"--hop-neutral-text-selected": string;
|
|
390
|
+
"--hop-neutral-text-disabled": string;
|
|
391
|
+
"--hop-neutral-text-hover": string;
|
|
392
|
+
"--hop-neutral-text-press": string;
|
|
393
|
+
"--hop-neutral-text-strong": string;
|
|
394
|
+
"--hop-neutral-text-weak": string;
|
|
395
|
+
"--hop-neutral-text-weak-hover": string;
|
|
396
|
+
"--hop-neutral-text-weak-press": string;
|
|
397
|
+
"--hop-neutral-text-weakest": string;
|
|
398
|
+
"--hop-primary-border": string;
|
|
399
|
+
"--hop-primary-border-selected": string;
|
|
400
|
+
"--hop-primary-border-focus": string;
|
|
401
|
+
"--hop-primary-border-press": string;
|
|
402
|
+
"--hop-primary-icon": string;
|
|
403
|
+
"--hop-primary-icon-selected": string;
|
|
404
|
+
"--hop-primary-icon-disabled": string;
|
|
405
|
+
"--hop-primary-icon-hover": string;
|
|
406
|
+
"--hop-primary-icon-press": string;
|
|
407
|
+
"--hop-primary-icon-strong": string;
|
|
408
|
+
"--hop-primary-icon-strong-hover": string;
|
|
409
|
+
"--hop-primary-surface": string;
|
|
410
|
+
"--hop-primary-surface-selected": string;
|
|
411
|
+
"--hop-primary-surface-disabled": string;
|
|
412
|
+
"--hop-primary-surface-focus": string;
|
|
413
|
+
"--hop-primary-surface-hover": string;
|
|
414
|
+
"--hop-primary-surface-press": string;
|
|
415
|
+
"--hop-primary-surface-strong": string;
|
|
416
|
+
"--hop-primary-surface-strong-selected": string;
|
|
417
|
+
"--hop-primary-surface-strong-hover": string;
|
|
418
|
+
"--hop-primary-surface-strong-press": string;
|
|
419
|
+
"--hop-primary-surface-weak": string;
|
|
420
|
+
"--hop-primary-surface-weak-hover": string;
|
|
421
|
+
"--hop-primary-surface-weak-press": string;
|
|
422
|
+
"--hop-primary-text": string;
|
|
423
|
+
"--hop-primary-text-selected": string;
|
|
424
|
+
"--hop-primary-text-disabled": string;
|
|
425
|
+
"--hop-primary-text-hover": string;
|
|
426
|
+
"--hop-primary-text-press": string;
|
|
427
|
+
"--hop-primary-text-strong": string;
|
|
428
|
+
"--hop-primary-text-strong-hover": string;
|
|
469
429
|
"--hop-status-caution-surface-strong": string;
|
|
470
430
|
"--hop-status-caution-icon": string;
|
|
471
431
|
"--hop-status-caution-surface": string;
|
|
472
432
|
"--hop-status-caution-text": string;
|
|
473
|
-
"--hop-status-negative-surface-strong": string;
|
|
474
|
-
"--hop-status-negative-icon": string;
|
|
475
|
-
"--hop-status-negative-surface": string;
|
|
476
|
-
"--hop-status-negative-text": string;
|
|
477
433
|
"--hop-status-inactive-surface-strong": string;
|
|
478
434
|
"--hop-status-inactive-icon": string;
|
|
479
435
|
"--hop-status-inactive-surface": string;
|
|
480
436
|
"--hop-status-inactive-text": string;
|
|
437
|
+
"--hop-status-negative-surface-strong": string;
|
|
438
|
+
"--hop-status-negative-icon": string;
|
|
439
|
+
"--hop-status-negative-surface": string;
|
|
440
|
+
"--hop-status-negative-text": string;
|
|
441
|
+
"--hop-status-neutral-icon": string;
|
|
442
|
+
"--hop-status-neutral-surface": string;
|
|
443
|
+
"--hop-status-neutral-surface-strong": string;
|
|
444
|
+
"--hop-status-neutral-text": string;
|
|
445
|
+
"--hop-status-option1-surface-strong": string;
|
|
446
|
+
"--hop-status-option1-icon": string;
|
|
447
|
+
"--hop-status-option1-surface": string;
|
|
448
|
+
"--hop-status-option1-text": string;
|
|
449
|
+
"--hop-status-option2-surface-strong": string;
|
|
450
|
+
"--hop-status-option2-text": string;
|
|
451
|
+
"--hop-status-option2-surface": string;
|
|
452
|
+
"--hop-status-option2-icon": string;
|
|
453
|
+
"--hop-status-option3-surface-strong": string;
|
|
454
|
+
"--hop-status-option3-icon": string;
|
|
455
|
+
"--hop-status-option3-surface": string;
|
|
456
|
+
"--hop-status-option3-text": string;
|
|
457
|
+
"--hop-status-option4-surface-strong": string;
|
|
458
|
+
"--hop-status-option4-icon": string;
|
|
459
|
+
"--hop-status-option4-surface": string;
|
|
460
|
+
"--hop-status-option4-text": string;
|
|
461
|
+
"--hop-status-option5-surface": string;
|
|
462
|
+
"--hop-status-option5-surface-strong": string;
|
|
463
|
+
"--hop-status-option5-text": string;
|
|
464
|
+
"--hop-status-option5-icon": string;
|
|
465
|
+
"--hop-status-option6-surface": string;
|
|
466
|
+
"--hop-status-option6-surface-strong": string;
|
|
467
|
+
"--hop-status-option6-text": string;
|
|
468
|
+
"--hop-status-option6-icon": string;
|
|
481
469
|
"--hop-status-positive-icon": string;
|
|
482
470
|
"--hop-status-positive-surface-strong": string;
|
|
483
471
|
"--hop-status-positive-surface": string;
|
|
484
472
|
"--hop-status-positive-text": string;
|
|
473
|
+
"--hop-status-progress-surface": string;
|
|
474
|
+
"--hop-status-progress-surface-strong": string;
|
|
475
|
+
"--hop-status-progress-text": string;
|
|
476
|
+
"--hop-status-progress-icon": string;
|
|
477
|
+
"--hop-success-border": string;
|
|
478
|
+
"--hop-success-icon": string;
|
|
479
|
+
"--hop-success-icon-weakest": string;
|
|
480
|
+
"--hop-success-icon-weak": string;
|
|
481
|
+
"--hop-success-surface": string;
|
|
482
|
+
"--hop-success-surface-strong": string;
|
|
483
|
+
"--hop-success-surface-weak": string;
|
|
484
|
+
"--hop-success-text": string;
|
|
485
|
+
"--hop-success-text-hover": string;
|
|
486
|
+
"--hop-success-text-weak": string;
|
|
487
|
+
"--hop-upsell-border": string;
|
|
488
|
+
"--hop-upsell-border-selected": string;
|
|
489
|
+
"--hop-upsell-border-disabled": string;
|
|
490
|
+
"--hop-upsell-border-press": string;
|
|
491
|
+
"--hop-upsell-icon": string;
|
|
492
|
+
"--hop-upsell-icon-selected": string;
|
|
493
|
+
"--hop-upsell-icon-hover": string;
|
|
494
|
+
"--hop-upsell-icon-press": string;
|
|
495
|
+
"--hop-upsell-icon-weakest": string;
|
|
496
|
+
"--hop-upsell-icon-weak": string;
|
|
497
|
+
"--hop-upsell-icon-weak-hover": string;
|
|
498
|
+
"--hop-upsell-icon-weak-press": string;
|
|
499
|
+
"--hop-upsell-surface": string;
|
|
500
|
+
"--hop-upsell-surface-selected": string;
|
|
501
|
+
"--hop-upsell-surface-disabled": string;
|
|
502
|
+
"--hop-upsell-surface-hover": string;
|
|
503
|
+
"--hop-upsell-surface-press": string;
|
|
504
|
+
"--hop-upsell-surface-weak": string;
|
|
505
|
+
"--hop-upsell-surface-weak-hover": string;
|
|
506
|
+
"--hop-upsell-surface-weak-press": string;
|
|
507
|
+
"--hop-upsell-text": string;
|
|
508
|
+
"--hop-upsell-text-selected": string;
|
|
509
|
+
"--hop-upsell-text-disabled": string;
|
|
510
|
+
"--hop-upsell-text-hover": string;
|
|
511
|
+
"--hop-upsell-text-press": string;
|
|
512
|
+
"--hop-upsell-text-weak": string;
|
|
513
|
+
"--hop-upsell-text-weak-hover": string;
|
|
514
|
+
"--hop-upsell-text-weak-press": string;
|
|
515
|
+
"--hop-warning-border": string;
|
|
516
|
+
"--hop-warning-icon": string;
|
|
517
|
+
"--hop-warning-icon-weakest": string;
|
|
518
|
+
"--hop-warning-icon-weak": string;
|
|
519
|
+
"--hop-warning-surface": string;
|
|
520
|
+
"--hop-warning-surface-strong": string;
|
|
521
|
+
"--hop-warning-surface-weak": string;
|
|
522
|
+
"--hop-warning-text": string;
|
|
523
|
+
"--hop-warning-text-weak": string;
|
|
485
524
|
"--hop-dataviz-monochromatic-primary-25": string;
|
|
486
525
|
"--hop-dataviz-monochromatic-primary-50": string;
|
|
487
526
|
"--hop-dataviz-monochromatic-primary-75": string;
|
|
@@ -908,267 +947,308 @@ declare const Tokens: {
|
|
|
908
947
|
"--hop-shape-rounded-sm": string;
|
|
909
948
|
};
|
|
910
949
|
DarkSemantic: {
|
|
911
|
-
"--hop-
|
|
912
|
-
"--hop-
|
|
913
|
-
"--hop-
|
|
914
|
-
"--hop-
|
|
915
|
-
"--hop-
|
|
916
|
-
"--hop-
|
|
917
|
-
"--hop-
|
|
918
|
-
"--hop-
|
|
919
|
-
"--hop-
|
|
920
|
-
"--hop-
|
|
921
|
-
"--hop-
|
|
922
|
-
"--hop-
|
|
923
|
-
"--hop-
|
|
924
|
-
"--hop-
|
|
925
|
-
"--hop-upsell-surface-active": string;
|
|
926
|
-
"--hop-upsell-surface": string;
|
|
927
|
-
"--hop-danger-border-active": string;
|
|
928
|
-
"--hop-danger-icon-active": string;
|
|
929
|
-
"--hop-danger-text-active": string;
|
|
950
|
+
"--hop-danger-border": string;
|
|
951
|
+
"--hop-danger-border-selected": string;
|
|
952
|
+
"--hop-danger-border-press": string;
|
|
953
|
+
"--hop-danger-border-strong": string;
|
|
954
|
+
"--hop-danger-icon": string;
|
|
955
|
+
"--hop-danger-icon-selected": string;
|
|
956
|
+
"--hop-danger-icon-disabled": string;
|
|
957
|
+
"--hop-danger-icon-hover": string;
|
|
958
|
+
"--hop-danger-icon-press": string;
|
|
959
|
+
"--hop-danger-icon-strong": string;
|
|
960
|
+
"--hop-danger-icon-strong-hover": string;
|
|
961
|
+
"--hop-danger-icon-weak": string;
|
|
962
|
+
"--hop-danger-icon-weak-hover": string;
|
|
963
|
+
"--hop-danger-icon-weak-press": string;
|
|
930
964
|
"--hop-danger-surface": string;
|
|
931
|
-
"--hop-danger-
|
|
965
|
+
"--hop-danger-surface-selected": string;
|
|
932
966
|
"--hop-danger-surface-disabled": string;
|
|
933
967
|
"--hop-danger-surface-hover": string;
|
|
968
|
+
"--hop-danger-surface-press": string;
|
|
934
969
|
"--hop-danger-surface-strong": string;
|
|
935
970
|
"--hop-danger-surface-strong-hover": string;
|
|
936
971
|
"--hop-danger-surface-weak": string;
|
|
937
|
-
"--hop-danger-
|
|
938
|
-
"--hop-danger-
|
|
939
|
-
"--hop-danger-icon-weak": string;
|
|
972
|
+
"--hop-danger-surface-weak-hover": string;
|
|
973
|
+
"--hop-danger-surface-weak-press": string;
|
|
940
974
|
"--hop-danger-text": string;
|
|
941
|
-
"--hop-danger-
|
|
942
|
-
"--hop-danger-text-
|
|
975
|
+
"--hop-danger-text-selected": string;
|
|
976
|
+
"--hop-danger-text-disabled": string;
|
|
977
|
+
"--hop-danger-text-hover": string;
|
|
978
|
+
"--hop-danger-text-press": string;
|
|
943
979
|
"--hop-danger-text-strong": string;
|
|
944
980
|
"--hop-danger-text-strong-hover": string;
|
|
945
|
-
"--hop-danger-
|
|
946
|
-
"--hop-danger-
|
|
947
|
-
"--hop-danger-text-
|
|
948
|
-
"--hop-
|
|
949
|
-
"--hop-
|
|
950
|
-
"--hop-
|
|
951
|
-
"--hop-
|
|
952
|
-
"--hop-
|
|
953
|
-
"--hop-
|
|
954
|
-
"--hop-
|
|
955
|
-
"--hop-
|
|
956
|
-
"--hop-
|
|
957
|
-
"--hop-
|
|
958
|
-
"--hop-
|
|
959
|
-
"--hop-
|
|
960
|
-
"--hop-
|
|
961
|
-
"--hop-
|
|
962
|
-
"--hop-
|
|
963
|
-
"--hop-
|
|
964
|
-
"--hop-
|
|
965
|
-
"--hop-
|
|
966
|
-
"--hop-
|
|
967
|
-
"--hop-
|
|
968
|
-
"--hop-
|
|
969
|
-
"--hop-
|
|
970
|
-
"--hop-
|
|
971
|
-
"--hop-
|
|
972
|
-
"--hop-
|
|
973
|
-
"--hop-
|
|
974
|
-
"--hop-decorative-
|
|
975
|
-
"--hop-decorative-
|
|
976
|
-
"--hop-decorative-
|
|
977
|
-
"--hop-decorative-
|
|
978
|
-
"--hop-decorative-
|
|
979
|
-
"--hop-decorative-
|
|
980
|
-
"--hop-decorative-
|
|
981
|
-
"--hop-decorative-
|
|
982
|
-
"--hop-decorative-
|
|
983
|
-
"--hop-decorative-
|
|
984
|
-
"--hop-decorative-
|
|
985
|
-
"--hop-decorative-
|
|
986
|
-
"--hop-decorative-
|
|
987
|
-
"--hop-decorative-
|
|
988
|
-
"--hop-decorative-option8-surface-weak-hover": string;
|
|
989
|
-
"--hop-decorative-option8-surface-strong": string;
|
|
990
|
-
"--hop-decorative-option8-surface-hover": string;
|
|
991
|
-
"--hop-decorative-option8-text-weak": string;
|
|
992
|
-
"--hop-decorative-option8-surface": string;
|
|
993
|
-
"--hop-decorative-option8-text": string;
|
|
994
|
-
"--hop-decorative-option7-border": string;
|
|
995
|
-
"--hop-decorative-option7-icon": string;
|
|
996
|
-
"--hop-decorative-option7-surface-weakest": string;
|
|
997
|
-
"--hop-decorative-option7-surface-weak": string;
|
|
998
|
-
"--hop-decorative-option7-surface-weak-hover": string;
|
|
999
|
-
"--hop-decorative-option7-surface-strong": string;
|
|
1000
|
-
"--hop-decorative-option7-surface-hover": string;
|
|
1001
|
-
"--hop-decorative-option7-surface": string;
|
|
1002
|
-
"--hop-decorative-option7-text-weak": string;
|
|
1003
|
-
"--hop-decorative-option7-text": string;
|
|
1004
|
-
"--hop-decorative-option5-text-weak": string;
|
|
1005
|
-
"--hop-decorative-option5-text": string;
|
|
1006
|
-
"--hop-decorative-option5-surface-weakest": string;
|
|
1007
|
-
"--hop-decorative-option5-surface-weak": string;
|
|
1008
|
-
"--hop-decorative-option5-surface-weak-hover": string;
|
|
1009
|
-
"--hop-decorative-option5-surface-strong": string;
|
|
1010
|
-
"--hop-decorative-option5-surface-hover": string;
|
|
1011
|
-
"--hop-decorative-option5-surface": string;
|
|
981
|
+
"--hop-danger-text-weak": string;
|
|
982
|
+
"--hop-danger-text-weak-hover": string;
|
|
983
|
+
"--hop-danger-text-weak-press": string;
|
|
984
|
+
"--hop-decorative-option1-border": string;
|
|
985
|
+
"--hop-decorative-option1-icon": string;
|
|
986
|
+
"--hop-decorative-option1-surface": string;
|
|
987
|
+
"--hop-decorative-option1-surface-hover": string;
|
|
988
|
+
"--hop-decorative-option1-surface-strong": string;
|
|
989
|
+
"--hop-decorative-option1-surface-weak": string;
|
|
990
|
+
"--hop-decorative-option1-surface-weak-hover": string;
|
|
991
|
+
"--hop-decorative-option1-surface-weakest": string;
|
|
992
|
+
"--hop-decorative-option1-text": string;
|
|
993
|
+
"--hop-decorative-option1-text-weak": string;
|
|
994
|
+
"--hop-decorative-option2-border": string;
|
|
995
|
+
"--hop-decorative-option2-icon": string;
|
|
996
|
+
"--hop-decorative-option2-surface": string;
|
|
997
|
+
"--hop-decorative-option2-surface-hover": string;
|
|
998
|
+
"--hop-decorative-option2-surface-strong": string;
|
|
999
|
+
"--hop-decorative-option2-surface-weak": string;
|
|
1000
|
+
"--hop-decorative-option2-surface-weak-hover": string;
|
|
1001
|
+
"--hop-decorative-option2-surface-weakest": string;
|
|
1002
|
+
"--hop-decorative-option2-text": string;
|
|
1003
|
+
"--hop-decorative-option2-text-weak": string;
|
|
1004
|
+
"--hop-decorative-option3-border": string;
|
|
1005
|
+
"--hop-decorative-option3-icon": string;
|
|
1006
|
+
"--hop-decorative-option3-surface": string;
|
|
1007
|
+
"--hop-decorative-option3-surface-hover": string;
|
|
1008
|
+
"--hop-decorative-option3-surface-strong": string;
|
|
1009
|
+
"--hop-decorative-option3-surface-weak": string;
|
|
1010
|
+
"--hop-decorative-option3-surface-weak-hover": string;
|
|
1011
|
+
"--hop-decorative-option3-surface-weakest": string;
|
|
1012
|
+
"--hop-decorative-option3-text": string;
|
|
1013
|
+
"--hop-decorative-option3-text-weak": string;
|
|
1014
|
+
"--hop-decorative-option4-border": string;
|
|
1015
|
+
"--hop-decorative-option4-icon": string;
|
|
1016
|
+
"--hop-decorative-option4-surface": string;
|
|
1017
|
+
"--hop-decorative-option4-surface-hover": string;
|
|
1018
|
+
"--hop-decorative-option4-surface-strong": string;
|
|
1019
|
+
"--hop-decorative-option4-surface-weak": string;
|
|
1020
|
+
"--hop-decorative-option4-surface-weak-hover": string;
|
|
1021
|
+
"--hop-decorative-option4-surface-weakest": string;
|
|
1022
|
+
"--hop-decorative-option4-text": string;
|
|
1023
|
+
"--hop-decorative-option4-text-weak": string;
|
|
1012
1024
|
"--hop-decorative-option5-border": string;
|
|
1013
1025
|
"--hop-decorative-option5-icon": string;
|
|
1014
|
-
"--hop-decorative-
|
|
1015
|
-
"--hop-decorative-
|
|
1016
|
-
"--hop-decorative-
|
|
1017
|
-
"--hop-decorative-
|
|
1018
|
-
"--hop-decorative-
|
|
1019
|
-
"--hop-decorative-
|
|
1026
|
+
"--hop-decorative-option5-surface": string;
|
|
1027
|
+
"--hop-decorative-option5-surface-hover": string;
|
|
1028
|
+
"--hop-decorative-option5-surface-strong": string;
|
|
1029
|
+
"--hop-decorative-option5-surface-weak": string;
|
|
1030
|
+
"--hop-decorative-option5-surface-weak-hover": string;
|
|
1031
|
+
"--hop-decorative-option5-surface-weakest": string;
|
|
1032
|
+
"--hop-decorative-option5-text": string;
|
|
1033
|
+
"--hop-decorative-option5-text-weak": string;
|
|
1020
1034
|
"--hop-decorative-option6-border": string;
|
|
1021
1035
|
"--hop-decorative-option6-icon": string;
|
|
1036
|
+
"--hop-decorative-option6-surface": string;
|
|
1037
|
+
"--hop-decorative-option6-surface-hover": string;
|
|
1038
|
+
"--hop-decorative-option6-surface-strong": string;
|
|
1039
|
+
"--hop-decorative-option6-surface-weak": string;
|
|
1040
|
+
"--hop-decorative-option6-surface-weak-hover": string;
|
|
1041
|
+
"--hop-decorative-option6-surface-weakest": string;
|
|
1022
1042
|
"--hop-decorative-option6-text": string;
|
|
1023
1043
|
"--hop-decorative-option6-text-weak": string;
|
|
1024
|
-
"--hop-decorative-
|
|
1025
|
-
"--hop-decorative-
|
|
1026
|
-
"--hop-decorative-
|
|
1027
|
-
"--hop-decorative-
|
|
1028
|
-
"--hop-decorative-
|
|
1029
|
-
"--hop-decorative-
|
|
1030
|
-
"--hop-decorative-
|
|
1031
|
-
"--hop-decorative-
|
|
1032
|
-
"--hop-decorative-
|
|
1033
|
-
"--hop-decorative-
|
|
1034
|
-
"--hop-decorative-
|
|
1035
|
-
"--hop-decorative-
|
|
1036
|
-
"--hop-decorative-
|
|
1037
|
-
"--hop-decorative-
|
|
1038
|
-
"--hop-decorative-
|
|
1039
|
-
"--hop-decorative-
|
|
1040
|
-
"--hop-decorative-
|
|
1041
|
-
"--hop-decorative-
|
|
1042
|
-
"--hop-decorative-
|
|
1043
|
-
"--hop-decorative-
|
|
1044
|
-
"--hop-decorative-
|
|
1045
|
-
"--hop-decorative-
|
|
1046
|
-
"--hop-decorative-
|
|
1047
|
-
"--hop-decorative-
|
|
1048
|
-
"--hop-decorative-
|
|
1049
|
-
"--hop-decorative-
|
|
1050
|
-
"--hop-decorative-
|
|
1051
|
-
"--hop-decorative-
|
|
1052
|
-
"--hop-decorative-
|
|
1053
|
-
"--hop-decorative-
|
|
1054
|
-
"--hop-
|
|
1055
|
-
"--hop-
|
|
1056
|
-
"--hop-
|
|
1057
|
-
"--hop-
|
|
1058
|
-
"--hop-
|
|
1059
|
-
"--hop-
|
|
1060
|
-
"--hop-
|
|
1061
|
-
"--hop-
|
|
1062
|
-
"--hop-
|
|
1063
|
-
"--hop-
|
|
1064
|
-
"--hop-neutral-
|
|
1065
|
-
"--hop-neutral-surface-weakest-hover": string;
|
|
1066
|
-
"--hop-neutral-text-weak": string;
|
|
1067
|
-
"--hop-neutral-surface-disabled": string;
|
|
1068
|
-
"--hop-neutral-surface-active": string;
|
|
1069
|
-
"--hop-neutral-surface-weak": string;
|
|
1070
|
-
"--hop-neutral-surface": string;
|
|
1071
|
-
"--hop-neutral-text-disabled": string;
|
|
1072
|
-
"--hop-neutral-text-active": string;
|
|
1073
|
-
"--hop-neutral-text-strong": string;
|
|
1074
|
-
"--hop-neutral-text": string;
|
|
1075
|
-
"--hop-neutral-text-weakest": string;
|
|
1044
|
+
"--hop-decorative-option7-border": string;
|
|
1045
|
+
"--hop-decorative-option7-icon": string;
|
|
1046
|
+
"--hop-decorative-option7-surface": string;
|
|
1047
|
+
"--hop-decorative-option7-surface-hover": string;
|
|
1048
|
+
"--hop-decorative-option7-surface-strong": string;
|
|
1049
|
+
"--hop-decorative-option7-surface-weak": string;
|
|
1050
|
+
"--hop-decorative-option7-surface-weak-hover": string;
|
|
1051
|
+
"--hop-decorative-option7-surface-weakest": string;
|
|
1052
|
+
"--hop-decorative-option7-text": string;
|
|
1053
|
+
"--hop-decorative-option7-text-weak": string;
|
|
1054
|
+
"--hop-decorative-option8-border": string;
|
|
1055
|
+
"--hop-decorative-option8-icon": string;
|
|
1056
|
+
"--hop-decorative-option8-surface": string;
|
|
1057
|
+
"--hop-decorative-option8-surface-hover": string;
|
|
1058
|
+
"--hop-decorative-option8-surface-strong": string;
|
|
1059
|
+
"--hop-decorative-option8-surface-weak": string;
|
|
1060
|
+
"--hop-decorative-option8-surface-weak-hover": string;
|
|
1061
|
+
"--hop-decorative-option8-surface-weakest": string;
|
|
1062
|
+
"--hop-decorative-option8-text": string;
|
|
1063
|
+
"--hop-decorative-option8-text-weak": string;
|
|
1064
|
+
"--hop-decorative-option9-border": string;
|
|
1065
|
+
"--hop-decorative-option9-icon": string;
|
|
1066
|
+
"--hop-decorative-option9-surface": string;
|
|
1067
|
+
"--hop-decorative-option9-surface-hover": string;
|
|
1068
|
+
"--hop-decorative-option9-surface-strong": string;
|
|
1069
|
+
"--hop-decorative-option9-surface-weak": string;
|
|
1070
|
+
"--hop-decorative-option9-surface-weak-hover": string;
|
|
1071
|
+
"--hop-decorative-option9-surface-weakest": string;
|
|
1072
|
+
"--hop-decorative-option9-text": string;
|
|
1073
|
+
"--hop-decorative-option9-text-weak": string;
|
|
1074
|
+
"--hop-information-border": string;
|
|
1075
|
+
"--hop-information-icon": string;
|
|
1076
|
+
"--hop-information-icon-weakest": string;
|
|
1077
|
+
"--hop-information-icon-weak": string;
|
|
1078
|
+
"--hop-information-surface": string;
|
|
1079
|
+
"--hop-information-surface-strong": string;
|
|
1080
|
+
"--hop-information-surface-weak": string;
|
|
1081
|
+
"--hop-information-text": string;
|
|
1082
|
+
"--hop-information-text-weak": string;
|
|
1083
|
+
"--hop-neutral-border": string;
|
|
1084
|
+
"--hop-neutral-border-selected": string;
|
|
1076
1085
|
"--hop-neutral-border-disabled": string;
|
|
1077
|
-
"--hop-neutral-border-
|
|
1086
|
+
"--hop-neutral-border-hover": string;
|
|
1087
|
+
"--hop-neutral-border-press": string;
|
|
1078
1088
|
"--hop-neutral-border-strong": string;
|
|
1079
|
-
"--hop-neutral-
|
|
1080
|
-
"--hop-neutral-
|
|
1081
|
-
"--hop-neutral-
|
|
1089
|
+
"--hop-neutral-border-strong-hover": string;
|
|
1090
|
+
"--hop-neutral-border-weakest": string;
|
|
1091
|
+
"--hop-neutral-border-weak": string;
|
|
1082
1092
|
"--hop-neutral-icon": string;
|
|
1093
|
+
"--hop-neutral-icon-selected": string;
|
|
1094
|
+
"--hop-neutral-icon-disabled": string;
|
|
1095
|
+
"--hop-neutral-icon-hover": string;
|
|
1096
|
+
"--hop-neutral-icon-press": string;
|
|
1097
|
+
"--hop-neutral-icon-strong": string;
|
|
1098
|
+
"--hop-neutral-icon-strong-hover": string;
|
|
1083
1099
|
"--hop-neutral-icon-weak": string;
|
|
1084
|
-
"--hop-neutral-
|
|
1085
|
-
"--hop-neutral-
|
|
1100
|
+
"--hop-neutral-icon-weak-hover": string;
|
|
1101
|
+
"--hop-neutral-icon-weak-press": string;
|
|
1086
1102
|
"--hop-neutral-icon-weakest": string;
|
|
1087
|
-
"--hop-neutral-
|
|
1088
|
-
"--hop-neutral-
|
|
1089
|
-
"--hop-neutral-
|
|
1090
|
-
"--hop-neutral-
|
|
1091
|
-
"--hop-neutral-
|
|
1092
|
-
"--hop-neutral-surface-
|
|
1093
|
-
"--hop-neutral-surface-weak-active": string;
|
|
1094
|
-
"--hop-neutral-border-weakest": string;
|
|
1103
|
+
"--hop-neutral-surface": string;
|
|
1104
|
+
"--hop-neutral-surface-selected": string;
|
|
1105
|
+
"--hop-neutral-surface-disabled": string;
|
|
1106
|
+
"--hop-neutral-surface-hover": string;
|
|
1107
|
+
"--hop-neutral-surface-press": string;
|
|
1108
|
+
"--hop-neutral-surface-strong": string;
|
|
1095
1109
|
"--hop-neutral-surface-weakest": string;
|
|
1096
|
-
"--hop-
|
|
1097
|
-
"--hop-
|
|
1098
|
-
"--hop-
|
|
1099
|
-
"--hop-
|
|
1100
|
-
"--hop-
|
|
1101
|
-
"--hop-
|
|
1102
|
-
"--hop-
|
|
1103
|
-
"--hop-
|
|
1104
|
-
"--hop-
|
|
1105
|
-
"--hop-
|
|
1106
|
-
"--hop-
|
|
1107
|
-
"--hop-
|
|
1108
|
-
"--hop-
|
|
1109
|
-
"--hop-
|
|
1110
|
-
"--hop-
|
|
1111
|
-
"--hop-
|
|
1112
|
-
"--hop-
|
|
1113
|
-
"--hop-
|
|
1114
|
-
"--hop-
|
|
1115
|
-
"--hop-
|
|
1116
|
-
"--hop-
|
|
1117
|
-
"--hop-
|
|
1118
|
-
"--hop-
|
|
1119
|
-
"--hop-
|
|
1120
|
-
"--hop-
|
|
1121
|
-
"--hop-
|
|
1122
|
-
"--hop-
|
|
1123
|
-
"--hop-
|
|
1124
|
-
"--hop-
|
|
1125
|
-
"--hop-
|
|
1110
|
+
"--hop-neutral-surface-weak": string;
|
|
1111
|
+
"--hop-neutral-surface-weak-selected": string;
|
|
1112
|
+
"--hop-neutral-surface-weak-hover": string;
|
|
1113
|
+
"--hop-neutral-surface-weak-press": string;
|
|
1114
|
+
"--hop-neutral-surface-weakest-selected": string;
|
|
1115
|
+
"--hop-neutral-surface-weakest-hover": string;
|
|
1116
|
+
"--hop-neutral-text": string;
|
|
1117
|
+
"--hop-neutral-text-selected": string;
|
|
1118
|
+
"--hop-neutral-text-disabled": string;
|
|
1119
|
+
"--hop-neutral-text-hover": string;
|
|
1120
|
+
"--hop-neutral-text-press": string;
|
|
1121
|
+
"--hop-neutral-text-strong": string;
|
|
1122
|
+
"--hop-neutral-text-weak": string;
|
|
1123
|
+
"--hop-neutral-text-weak-hover": string;
|
|
1124
|
+
"--hop-neutral-text-weak-press": string;
|
|
1125
|
+
"--hop-neutral-text-weakest": string;
|
|
1126
|
+
"--hop-primary-border": string;
|
|
1127
|
+
"--hop-primary-border-selected": string;
|
|
1128
|
+
"--hop-primary-border-focus": string;
|
|
1129
|
+
"--hop-primary-border-press": string;
|
|
1130
|
+
"--hop-primary-icon": string;
|
|
1131
|
+
"--hop-primary-icon-selected": string;
|
|
1132
|
+
"--hop-primary-icon-disabled": string;
|
|
1133
|
+
"--hop-primary-icon-hover": string;
|
|
1134
|
+
"--hop-primary-icon-press": string;
|
|
1135
|
+
"--hop-primary-icon-strong": string;
|
|
1136
|
+
"--hop-primary-icon-strong-hover": string;
|
|
1137
|
+
"--hop-primary-surface": string;
|
|
1138
|
+
"--hop-primary-surface-selected": string;
|
|
1139
|
+
"--hop-primary-surface-disabled": string;
|
|
1140
|
+
"--hop-primary-surface-focus": string;
|
|
1141
|
+
"--hop-primary-surface-hover": string;
|
|
1142
|
+
"--hop-primary-surface-press": string;
|
|
1143
|
+
"--hop-primary-surface-strong": string;
|
|
1144
|
+
"--hop-primary-surface-strong-selected": string;
|
|
1145
|
+
"--hop-primary-surface-strong-hover": string;
|
|
1146
|
+
"--hop-primary-surface-strong-press": string;
|
|
1147
|
+
"--hop-primary-surface-weak": string;
|
|
1148
|
+
"--hop-primary-surface-weak-hover": string;
|
|
1149
|
+
"--hop-primary-surface-weak-press": string;
|
|
1150
|
+
"--hop-primary-text": string;
|
|
1151
|
+
"--hop-primary-text-hover": string;
|
|
1152
|
+
"--hop-primary-text-press": string;
|
|
1153
|
+
"--hop-primary-text-strong": string;
|
|
1154
|
+
"--hop-primary-text-strong-hover": string;
|
|
1155
|
+
"--hop-primary-text-selected": string;
|
|
1156
|
+
"--hop-primary-text-disabled": string;
|
|
1157
|
+
"--hop-status-caution-icon": string;
|
|
1158
|
+
"--hop-status-caution-surface": string;
|
|
1159
|
+
"--hop-status-caution-surface-strong": string;
|
|
1160
|
+
"--hop-status-caution-text": string;
|
|
1161
|
+
"--hop-status-inselected-icon": string;
|
|
1162
|
+
"--hop-status-inselected-surface": string;
|
|
1163
|
+
"--hop-status-inselected-surface-strong": string;
|
|
1164
|
+
"--hop-status-inselected-text": string;
|
|
1165
|
+
"--hop-status-negative-icon": string;
|
|
1166
|
+
"--hop-status-negative-surface": string;
|
|
1167
|
+
"--hop-status-negative-surface-strong": string;
|
|
1168
|
+
"--hop-status-negative-text": string;
|
|
1126
1169
|
"--hop-status-neutral-icon": string;
|
|
1127
1170
|
"--hop-status-neutral-surface": string;
|
|
1128
|
-
"--hop-status-
|
|
1129
|
-
"--hop-status-
|
|
1130
|
-
"--hop-status-progress-surface": string;
|
|
1131
|
-
"--hop-status-progress-text": string;
|
|
1132
|
-
"--hop-status-option6-surface-strong": string;
|
|
1133
|
-
"--hop-status-option6-icon": string;
|
|
1134
|
-
"--hop-status-option6-surface": string;
|
|
1135
|
-
"--hop-status-option6-text": string;
|
|
1136
|
-
"--hop-status-option5-surface-strong": string;
|
|
1137
|
-
"--hop-status-option5-icon": string;
|
|
1138
|
-
"--hop-status-option5-surface": string;
|
|
1139
|
-
"--hop-status-option5-text": string;
|
|
1140
|
-
"--hop-status-option1-surface-strong": string;
|
|
1171
|
+
"--hop-status-neutral-surface-strong": string;
|
|
1172
|
+
"--hop-status-neutral-text": string;
|
|
1141
1173
|
"--hop-status-option1-icon": string;
|
|
1142
1174
|
"--hop-status-option1-surface": string;
|
|
1175
|
+
"--hop-status-option1-surface-strong": string;
|
|
1143
1176
|
"--hop-status-option1-text": string;
|
|
1177
|
+
"--hop-status-option2-icon": string;
|
|
1178
|
+
"--hop-status-option2-surface": string;
|
|
1144
1179
|
"--hop-status-option2-surface-strong": string;
|
|
1145
1180
|
"--hop-status-option2-text": string;
|
|
1146
|
-
"--hop-status-option2-surface": string;
|
|
1147
|
-
"--hop-status-option2-icon": string;
|
|
1148
|
-
"--hop-status-option3-surface-strong": string;
|
|
1149
1181
|
"--hop-status-option3-icon": string;
|
|
1150
1182
|
"--hop-status-option3-surface": string;
|
|
1183
|
+
"--hop-status-option3-surface-strong": string;
|
|
1151
1184
|
"--hop-status-option3-text": string;
|
|
1152
|
-
"--hop-status-option4-surface-strong": string;
|
|
1153
1185
|
"--hop-status-option4-icon": string;
|
|
1154
1186
|
"--hop-status-option4-surface": string;
|
|
1187
|
+
"--hop-status-option4-surface-strong": string;
|
|
1155
1188
|
"--hop-status-option4-text": string;
|
|
1156
|
-
"--hop-status-
|
|
1157
|
-
"--hop-status-
|
|
1158
|
-
"--hop-status-
|
|
1159
|
-
"--hop-status-
|
|
1160
|
-
"--hop-status-
|
|
1161
|
-
"--hop-status-
|
|
1162
|
-
"--hop-status-
|
|
1163
|
-
"--hop-status-
|
|
1164
|
-
"--hop-status-negative-surface-strong": string;
|
|
1165
|
-
"--hop-status-negative-icon": string;
|
|
1166
|
-
"--hop-status-negative-surface": string;
|
|
1167
|
-
"--hop-status-negative-text": string;
|
|
1189
|
+
"--hop-status-option5-icon": string;
|
|
1190
|
+
"--hop-status-option5-surface": string;
|
|
1191
|
+
"--hop-status-option5-surface-strong": string;
|
|
1192
|
+
"--hop-status-option5-text": string;
|
|
1193
|
+
"--hop-status-option6-icon": string;
|
|
1194
|
+
"--hop-status-option6-surface": string;
|
|
1195
|
+
"--hop-status-option6-surface-strong": string;
|
|
1196
|
+
"--hop-status-option6-text": string;
|
|
1168
1197
|
"--hop-status-positive-icon": string;
|
|
1169
|
-
"--hop-status-positive-surface-strong": string;
|
|
1170
1198
|
"--hop-status-positive-surface": string;
|
|
1199
|
+
"--hop-status-positive-surface-strong": string;
|
|
1171
1200
|
"--hop-status-positive-text": string;
|
|
1201
|
+
"--hop-status-progress-icon": string;
|
|
1202
|
+
"--hop-status-progress-surface": string;
|
|
1203
|
+
"--hop-status-progress-surface-strong": string;
|
|
1204
|
+
"--hop-status-progress-text": string;
|
|
1205
|
+
"--hop-success-border": string;
|
|
1206
|
+
"--hop-success-icon": string;
|
|
1207
|
+
"--hop-success-icon-weakest": string;
|
|
1208
|
+
"--hop-success-icon-weak": string;
|
|
1209
|
+
"--hop-success-surface": string;
|
|
1210
|
+
"--hop-success-surface-strong": string;
|
|
1211
|
+
"--hop-success-surface-weak": string;
|
|
1212
|
+
"--hop-success-text": string;
|
|
1213
|
+
"--hop-success-text-weak": string;
|
|
1214
|
+
"--hop-success-text-hover": string;
|
|
1215
|
+
"--hop-upsell-border": string;
|
|
1216
|
+
"--hop-upsell-border-selected": string;
|
|
1217
|
+
"--hop-upsell-border-disabled": string;
|
|
1218
|
+
"--hop-upsell-border-press": string;
|
|
1219
|
+
"--hop-upsell-icon": string;
|
|
1220
|
+
"--hop-upsell-icon-selected": string;
|
|
1221
|
+
"--hop-upsell-icon-hover": string;
|
|
1222
|
+
"--hop-upsell-icon-press": string;
|
|
1223
|
+
"--hop-upsell-icon-weakest": string;
|
|
1224
|
+
"--hop-upsell-icon-weak": string;
|
|
1225
|
+
"--hop-upsell-icon-weak-hover": string;
|
|
1226
|
+
"--hop-upsell-icon-weak-press": string;
|
|
1227
|
+
"--hop-upsell-surface": string;
|
|
1228
|
+
"--hop-upsell-surface-selected": string;
|
|
1229
|
+
"--hop-upsell-surface-disabled": string;
|
|
1230
|
+
"--hop-upsell-surface-hover": string;
|
|
1231
|
+
"--hop-upsell-surface-press": string;
|
|
1232
|
+
"--hop-upsell-surface-weak": string;
|
|
1233
|
+
"--hop-upsell-surface-weak-hover": string;
|
|
1234
|
+
"--hop-upsell-surface-weak-press": string;
|
|
1235
|
+
"--hop-upsell-text": string;
|
|
1236
|
+
"--hop-upsell-text-selected": string;
|
|
1237
|
+
"--hop-upsell-text-disabled": string;
|
|
1238
|
+
"--hop-upsell-text-hover": string;
|
|
1239
|
+
"--hop-upsell-text-press": string;
|
|
1240
|
+
"--hop-upsell-text-weak": string;
|
|
1241
|
+
"--hop-upsell-text-weak-hover": string;
|
|
1242
|
+
"--hop-upsell-text-weak-press": string;
|
|
1243
|
+
"--hop-warning-border": string;
|
|
1244
|
+
"--hop-warning-icon": string;
|
|
1245
|
+
"--hop-warning-icon-weakest": string;
|
|
1246
|
+
"--hop-warning-icon-weak": string;
|
|
1247
|
+
"--hop-warning-surface": string;
|
|
1248
|
+
"--hop-warning-surface-strong": string;
|
|
1249
|
+
"--hop-warning-surface-weak": string;
|
|
1250
|
+
"--hop-warning-text": string;
|
|
1251
|
+
"--hop-warning-text-weak": string;
|
|
1172
1252
|
"--hop-dataviz-unavailable": string;
|
|
1173
1253
|
"--hop-dataviz-unavailable-weak": string;
|
|
1174
1254
|
"--hop-dataviz-unavailable-strong": string;
|