@hopper-ui/styled-system 2.0.2 → 2.1.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 +6 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +14 -14
- package/dist/{chunk-QLYSVZLZ.js → chunk-2JUIKEQV.js} +2 -2
- package/dist/{chunk-XOHK7VFY.js → chunk-4TWVPT3Q.js} +3 -3
- package/dist/{chunk-ZAHZAEAR.js → chunk-65XYWFBG.js} +2 -2
- package/dist/{chunk-CFIMNXX5.js → chunk-A4E2GPAI.js} +2 -2
- package/dist/{chunk-6IPAN22Z.js → chunk-BSIKCABJ.js} +1 -1
- package/dist/{chunk-FAICHNEU.js → chunk-GWDNZB6T.js} +212 -8
- package/dist/{chunk-NJIDLCB7.js → chunk-HXND7BR4.js} +1 -1
- package/dist/{chunk-LKOZVSXD.js → chunk-JJHZT2WG.js} +237 -33
- package/dist/{chunk-3QZI66SR.js → chunk-JRI6ZQUS.js} +4 -4
- package/dist/{chunk-4E7VQIC5.js → chunk-RC6LJDQS.js} +230 -26
- package/dist/{chunk-RU6U3SMC.js → chunk-UODPT2PL.js} +1 -1
- package/dist/{chunk-XGLTD52P.js → chunk-WRGYA76U.js} +3 -2
- package/dist/{chunk-F7KWE6J5.js → chunk-ZO44DZFN.js} +2 -2
- package/dist/color-scheme/ColorSchemeContext.js +1 -1
- package/dist/color-scheme/useColorScheme.js +1 -1
- package/dist/color-scheme/useColorSchemeValue.js +1 -1
- package/dist/global-styles/BodyStyleProvider.js +4 -4
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +6 -6
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +5 -5
- package/dist/index.css +34 -34
- package/dist/index.js +14 -14
- package/dist/responsive/BreakpointContext.js +1 -1
- package/dist/responsive/BreakpointProvider.js +1 -1
- package/dist/responsive/Breakpoints.js +1 -1
- package/dist/responsive/useResponsiveValue.js +1 -1
- package/dist/styledSystemProps.js +1 -1
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/tokens/TokenProvider.js +6 -6
- package/dist/tokens/generated/darkSemanticTokens.d.ts +208 -4
- package/dist/tokens/generated/darkSemanticTokens.js +2 -2
- package/dist/tokens/generated/lightSemanticTokens.d.ts +216 -12
- package/dist/tokens/generated/lightSemanticTokens.js +2 -2
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +212 -8
- package/dist/tokens/generated/styledSystemToTokenMappings.js +2 -2
- package/dist/tokens/tokenMappings.d.ts +208 -16
- package/dist/tokens/tokenMappings.js +3 -3
- package/dist/tokens/tokens.d.ts +424 -16
- package/dist/tokens/tokens.js +4 -4
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +4 -4
- package/dist/utils/assertion.js +1 -1
- package/dist/utils/slot.js +1 -1
- package/dist/utils/useInsertStyleElement.js +1 -1
- package/dist/utils/useIsomorphicInsertionEffect.js +1 -1
- package/dist/utils/useIsomorphicLayoutEffect.js +1 -1
- package/dist/utils/useMediaQuery.js +1 -1
- package/dist/utils/useThemeComputedStyle.js +2 -2
- package/package.json +4 -3
- /package/dist/{chunk-2UOTJGT6.js → chunk-AQ5VUG5P.js} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { Breakpoints } from '../chunk-XUHDFZZL.js';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-AQ5VUG5P.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { UnsafePrefix } from './chunk-QMDDVBCZ.js';
|
|
2
|
-
import './chunk-
|
|
2
|
+
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-WRGYA76U.js';
|
|
2
|
+
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { TokenProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { TokenProvider } from '../chunk-2JUIKEQV.js';
|
|
2
|
+
import '../chunk-A4E2GPAI.js';
|
|
3
|
+
import '../chunk-JJHZT2WG.js';
|
|
4
|
+
import '../chunk-RC6LJDQS.js';
|
|
5
5
|
import '../chunk-RIORU7JO.js';
|
|
6
6
|
import '../chunk-YPIK2HRL.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-WRGYA76U.js';
|
|
8
8
|
import '../chunk-U5R6ZXH3.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-AQ5VUG5P.js';
|
|
@@ -264,54 +264,258 @@ declare const DarkSemanticTokens: {
|
|
|
264
264
|
"--hop-information-surface-weak": string;
|
|
265
265
|
"--hop-information-text": string;
|
|
266
266
|
"--hop-information-text-weak": string;
|
|
267
|
+
"--hop-status-caution-border": string;
|
|
268
|
+
"--hop-status-caution-border-disabled": string;
|
|
269
|
+
"--hop-status-caution-border-hover": string;
|
|
270
|
+
"--hop-status-caution-border-press": string;
|
|
271
|
+
"--hop-status-caution-border-selected": string;
|
|
267
272
|
"--hop-status-caution-icon": string;
|
|
273
|
+
"--hop-status-caution-icon-disabled": string;
|
|
274
|
+
"--hop-status-caution-icon-hover": string;
|
|
275
|
+
"--hop-status-caution-icon-press": string;
|
|
276
|
+
"--hop-status-caution-icon-selected": string;
|
|
268
277
|
"--hop-status-caution-surface": string;
|
|
278
|
+
"--hop-status-caution-surface-disabled": string;
|
|
279
|
+
"--hop-status-caution-surface-hover": string;
|
|
280
|
+
"--hop-status-caution-surface-press": string;
|
|
281
|
+
"--hop-status-caution-surface-selected": string;
|
|
269
282
|
"--hop-status-caution-surface-strong": string;
|
|
270
283
|
"--hop-status-caution-text": string;
|
|
271
|
-
"--hop-status-
|
|
272
|
-
"--hop-status-
|
|
273
|
-
"--hop-status-
|
|
274
|
-
"--hop-status-
|
|
284
|
+
"--hop-status-caution-text-disabled": string;
|
|
285
|
+
"--hop-status-caution-text-hover": string;
|
|
286
|
+
"--hop-status-caution-text-press": string;
|
|
287
|
+
"--hop-status-caution-text-selected": string;
|
|
288
|
+
"--hop-status-inactive-border": string;
|
|
289
|
+
"--hop-status-inactive-border-disabled": string;
|
|
290
|
+
"--hop-status-inactive-border-hover": string;
|
|
291
|
+
"--hop-status-inactive-border-press": string;
|
|
292
|
+
"--hop-status-inactive-border-selected": string;
|
|
293
|
+
"--hop-status-inactive-icon": string;
|
|
294
|
+
"--hop-status-inactive-icon-disabled": string;
|
|
295
|
+
"--hop-status-inactive-icon-hover": string;
|
|
296
|
+
"--hop-status-inactive-icon-press": string;
|
|
297
|
+
"--hop-status-inactive-icon-selected": string;
|
|
298
|
+
"--hop-status-inactive-surface": string;
|
|
299
|
+
"--hop-status-inactive-surface-disabled": string;
|
|
300
|
+
"--hop-status-inactive-surface-hover": string;
|
|
301
|
+
"--hop-status-inactive-surface-press": string;
|
|
302
|
+
"--hop-status-inactive-surface-selected": string;
|
|
303
|
+
"--hop-status-inactive-surface-strong": string;
|
|
304
|
+
"--hop-status-inactive-text": string;
|
|
305
|
+
"--hop-status-inactive-text-disabled": string;
|
|
306
|
+
"--hop-status-inactive-text-hover": string;
|
|
307
|
+
"--hop-status-inactive-text-press": string;
|
|
308
|
+
"--hop-status-inactive-text-selected": string;
|
|
309
|
+
"--hop-status-negative-border": string;
|
|
310
|
+
"--hop-status-negative-border-disabled": string;
|
|
311
|
+
"--hop-status-negative-border-hover": string;
|
|
312
|
+
"--hop-status-negative-border-press": string;
|
|
313
|
+
"--hop-status-negative-border-selected": string;
|
|
275
314
|
"--hop-status-negative-icon": string;
|
|
315
|
+
"--hop-status-negative-icon-disabled": string;
|
|
316
|
+
"--hop-status-negative-icon-hover": string;
|
|
317
|
+
"--hop-status-negative-icon-press": string;
|
|
318
|
+
"--hop-status-negative-icon-selected": string;
|
|
276
319
|
"--hop-status-negative-surface": string;
|
|
320
|
+
"--hop-status-negative-surface-disabled": string;
|
|
321
|
+
"--hop-status-negative-surface-hover": string;
|
|
322
|
+
"--hop-status-negative-surface-press": string;
|
|
323
|
+
"--hop-status-negative-surface-selected": string;
|
|
277
324
|
"--hop-status-negative-surface-strong": string;
|
|
278
325
|
"--hop-status-negative-text": string;
|
|
326
|
+
"--hop-status-negative-text-disabled": string;
|
|
327
|
+
"--hop-status-negative-text-hover": string;
|
|
328
|
+
"--hop-status-negative-text-press": string;
|
|
329
|
+
"--hop-status-negative-text-selected": string;
|
|
330
|
+
"--hop-status-neutral-border": string;
|
|
331
|
+
"--hop-status-neutral-border-disabled": string;
|
|
332
|
+
"--hop-status-neutral-border-hover": string;
|
|
333
|
+
"--hop-status-neutral-border-press": string;
|
|
334
|
+
"--hop-status-neutral-border-selected": string;
|
|
279
335
|
"--hop-status-neutral-icon": string;
|
|
336
|
+
"--hop-status-neutral-icon-disabled": string;
|
|
337
|
+
"--hop-status-neutral-icon-hover": string;
|
|
338
|
+
"--hop-status-neutral-icon-press": string;
|
|
339
|
+
"--hop-status-neutral-icon-selected": string;
|
|
280
340
|
"--hop-status-neutral-surface": string;
|
|
341
|
+
"--hop-status-neutral-surface-disabled": string;
|
|
342
|
+
"--hop-status-neutral-surface-hover": string;
|
|
343
|
+
"--hop-status-neutral-surface-press": string;
|
|
344
|
+
"--hop-status-neutral-surface-selected": string;
|
|
281
345
|
"--hop-status-neutral-surface-strong": string;
|
|
282
346
|
"--hop-status-neutral-text": string;
|
|
347
|
+
"--hop-status-neutral-text-disabled": string;
|
|
348
|
+
"--hop-status-neutral-text-hover": string;
|
|
349
|
+
"--hop-status-neutral-text-press": string;
|
|
350
|
+
"--hop-status-neutral-text-selected": string;
|
|
351
|
+
"--hop-status-option1-border": string;
|
|
352
|
+
"--hop-status-option1-border-disabled": string;
|
|
353
|
+
"--hop-status-option1-border-hover": string;
|
|
354
|
+
"--hop-status-option1-border-press": string;
|
|
355
|
+
"--hop-status-option1-border-selected": string;
|
|
283
356
|
"--hop-status-option1-icon": string;
|
|
357
|
+
"--hop-status-option1-icon-disabled": string;
|
|
358
|
+
"--hop-status-option1-icon-hover": string;
|
|
359
|
+
"--hop-status-option1-icon-press": string;
|
|
360
|
+
"--hop-status-option1-icon-selected": string;
|
|
284
361
|
"--hop-status-option1-surface": string;
|
|
362
|
+
"--hop-status-option1-surface-disabled": string;
|
|
363
|
+
"--hop-status-option1-surface-hover": string;
|
|
364
|
+
"--hop-status-option1-surface-press": string;
|
|
365
|
+
"--hop-status-option1-surface-selected": string;
|
|
285
366
|
"--hop-status-option1-surface-strong": string;
|
|
286
367
|
"--hop-status-option1-text": string;
|
|
368
|
+
"--hop-status-option1-text-disabled": string;
|
|
369
|
+
"--hop-status-option1-text-hover": string;
|
|
370
|
+
"--hop-status-option1-text-press": string;
|
|
371
|
+
"--hop-status-option1-text-selected": string;
|
|
372
|
+
"--hop-status-option2-border": string;
|
|
373
|
+
"--hop-status-option2-border-disabled": string;
|
|
374
|
+
"--hop-status-option2-border-hover": string;
|
|
375
|
+
"--hop-status-option2-border-press": string;
|
|
376
|
+
"--hop-status-option2-border-selected": string;
|
|
287
377
|
"--hop-status-option2-icon": string;
|
|
378
|
+
"--hop-status-option2-icon-disabled": string;
|
|
379
|
+
"--hop-status-option2-icon-hover": string;
|
|
380
|
+
"--hop-status-option2-icon-press": string;
|
|
381
|
+
"--hop-status-option2-icon-selected": string;
|
|
288
382
|
"--hop-status-option2-surface": string;
|
|
383
|
+
"--hop-status-option2-surface-disabled": string;
|
|
384
|
+
"--hop-status-option2-surface-hover": string;
|
|
385
|
+
"--hop-status-option2-surface-press": string;
|
|
386
|
+
"--hop-status-option2-surface-selected": string;
|
|
289
387
|
"--hop-status-option2-surface-strong": string;
|
|
290
388
|
"--hop-status-option2-text": string;
|
|
389
|
+
"--hop-status-option2-text-disabled": string;
|
|
390
|
+
"--hop-status-option2-text-hover": string;
|
|
391
|
+
"--hop-status-option2-text-press": string;
|
|
392
|
+
"--hop-status-option2-text-selected": string;
|
|
393
|
+
"--hop-status-option3-border": string;
|
|
394
|
+
"--hop-status-option3-border-disabled": string;
|
|
395
|
+
"--hop-status-option3-border-hover": string;
|
|
396
|
+
"--hop-status-option3-border-press": string;
|
|
397
|
+
"--hop-status-option3-border-selected": string;
|
|
291
398
|
"--hop-status-option3-icon": string;
|
|
399
|
+
"--hop-status-option3-icon-disabled": string;
|
|
400
|
+
"--hop-status-option3-icon-hover": string;
|
|
401
|
+
"--hop-status-option3-icon-press": string;
|
|
402
|
+
"--hop-status-option3-icon-selected": string;
|
|
292
403
|
"--hop-status-option3-surface": string;
|
|
404
|
+
"--hop-status-option3-surface-disabled": string;
|
|
405
|
+
"--hop-status-option3-surface-hover": string;
|
|
406
|
+
"--hop-status-option3-surface-press": string;
|
|
407
|
+
"--hop-status-option3-surface-selected": string;
|
|
293
408
|
"--hop-status-option3-surface-strong": string;
|
|
294
409
|
"--hop-status-option3-text": string;
|
|
410
|
+
"--hop-status-option3-text-disabled": string;
|
|
411
|
+
"--hop-status-option3-text-hover": string;
|
|
412
|
+
"--hop-status-option3-text-press": string;
|
|
413
|
+
"--hop-status-option3-text-selected": string;
|
|
414
|
+
"--hop-status-option4-border": string;
|
|
415
|
+
"--hop-status-option4-border-disabled": string;
|
|
416
|
+
"--hop-status-option4-border-hover": string;
|
|
417
|
+
"--hop-status-option4-border-press": string;
|
|
418
|
+
"--hop-status-option4-border-selected": string;
|
|
295
419
|
"--hop-status-option4-icon": string;
|
|
420
|
+
"--hop-status-option4-icon-disabled": string;
|
|
421
|
+
"--hop-status-option4-icon-hover": string;
|
|
422
|
+
"--hop-status-option4-icon-press": string;
|
|
423
|
+
"--hop-status-option4-icon-selected": string;
|
|
296
424
|
"--hop-status-option4-surface": string;
|
|
425
|
+
"--hop-status-option4-surface-disabled": string;
|
|
426
|
+
"--hop-status-option4-surface-hover": string;
|
|
427
|
+
"--hop-status-option4-surface-press": string;
|
|
428
|
+
"--hop-status-option4-surface-selected": string;
|
|
297
429
|
"--hop-status-option4-surface-strong": string;
|
|
298
430
|
"--hop-status-option4-text": string;
|
|
431
|
+
"--hop-status-option4-text-disabled": string;
|
|
432
|
+
"--hop-status-option4-text-hover": string;
|
|
433
|
+
"--hop-status-option4-text-press": string;
|
|
434
|
+
"--hop-status-option4-text-selected": string;
|
|
435
|
+
"--hop-status-option5-border": string;
|
|
436
|
+
"--hop-status-option5-border-disabled": string;
|
|
437
|
+
"--hop-status-option5-border-hover": string;
|
|
438
|
+
"--hop-status-option5-border-press": string;
|
|
439
|
+
"--hop-status-option5-border-selected": string;
|
|
299
440
|
"--hop-status-option5-icon": string;
|
|
441
|
+
"--hop-status-option5-icon-disabled": string;
|
|
442
|
+
"--hop-status-option5-icon-hover": string;
|
|
443
|
+
"--hop-status-option5-icon-press": string;
|
|
444
|
+
"--hop-status-option5-icon-selected": string;
|
|
300
445
|
"--hop-status-option5-surface": string;
|
|
446
|
+
"--hop-status-option5-surface-disabled": string;
|
|
447
|
+
"--hop-status-option5-surface-hover": string;
|
|
448
|
+
"--hop-status-option5-surface-press": string;
|
|
449
|
+
"--hop-status-option5-surface-selected": string;
|
|
301
450
|
"--hop-status-option5-surface-strong": string;
|
|
302
451
|
"--hop-status-option5-text": string;
|
|
452
|
+
"--hop-status-option5-text-disabled": string;
|
|
453
|
+
"--hop-status-option5-text-hover": string;
|
|
454
|
+
"--hop-status-option5-text-press": string;
|
|
455
|
+
"--hop-status-option5-text-selected": string;
|
|
456
|
+
"--hop-status-option6-border": string;
|
|
457
|
+
"--hop-status-option6-border-disabled": string;
|
|
458
|
+
"--hop-status-option6-border-hover": string;
|
|
459
|
+
"--hop-status-option6-border-press": string;
|
|
460
|
+
"--hop-status-option6-border-selected": string;
|
|
303
461
|
"--hop-status-option6-icon": string;
|
|
462
|
+
"--hop-status-option6-icon-disabled": string;
|
|
463
|
+
"--hop-status-option6-icon-hover": string;
|
|
464
|
+
"--hop-status-option6-icon-press": string;
|
|
465
|
+
"--hop-status-option6-icon-selected": string;
|
|
304
466
|
"--hop-status-option6-surface": string;
|
|
467
|
+
"--hop-status-option6-surface-disabled": string;
|
|
468
|
+
"--hop-status-option6-surface-hover": string;
|
|
469
|
+
"--hop-status-option6-surface-press": string;
|
|
470
|
+
"--hop-status-option6-surface-selected": string;
|
|
305
471
|
"--hop-status-option6-surface-strong": string;
|
|
306
472
|
"--hop-status-option6-text": string;
|
|
473
|
+
"--hop-status-option6-text-disabled": string;
|
|
474
|
+
"--hop-status-option6-text-hover": string;
|
|
475
|
+
"--hop-status-option6-text-press": string;
|
|
476
|
+
"--hop-status-option6-text-selected": string;
|
|
477
|
+
"--hop-status-positive-border": string;
|
|
478
|
+
"--hop-status-positive-border-disabled": string;
|
|
479
|
+
"--hop-status-positive-border-hover": string;
|
|
480
|
+
"--hop-status-positive-border-press": string;
|
|
481
|
+
"--hop-status-positive-border-selected": string;
|
|
307
482
|
"--hop-status-positive-icon": string;
|
|
483
|
+
"--hop-status-positive-icon-disabled": string;
|
|
484
|
+
"--hop-status-positive-icon-hover": string;
|
|
485
|
+
"--hop-status-positive-icon-press": string;
|
|
486
|
+
"--hop-status-positive-icon-selected": string;
|
|
308
487
|
"--hop-status-positive-surface": string;
|
|
488
|
+
"--hop-status-positive-surface-disabled": string;
|
|
489
|
+
"--hop-status-positive-surface-hover": string;
|
|
490
|
+
"--hop-status-positive-surface-press": string;
|
|
491
|
+
"--hop-status-positive-surface-selected": string;
|
|
309
492
|
"--hop-status-positive-surface-strong": string;
|
|
310
493
|
"--hop-status-positive-text": string;
|
|
494
|
+
"--hop-status-positive-text-disabled": string;
|
|
495
|
+
"--hop-status-positive-text-hover": string;
|
|
496
|
+
"--hop-status-positive-text-press": string;
|
|
497
|
+
"--hop-status-positive-text-selected": string;
|
|
498
|
+
"--hop-status-progress-border": string;
|
|
499
|
+
"--hop-status-progress-border-disabled": string;
|
|
500
|
+
"--hop-status-progress-border-hover": string;
|
|
501
|
+
"--hop-status-progress-border-press": string;
|
|
502
|
+
"--hop-status-progress-border-selected": string;
|
|
311
503
|
"--hop-status-progress-icon": string;
|
|
504
|
+
"--hop-status-progress-icon-disabled": string;
|
|
505
|
+
"--hop-status-progress-icon-hover": string;
|
|
506
|
+
"--hop-status-progress-icon-press": string;
|
|
507
|
+
"--hop-status-progress-icon-selected": string;
|
|
312
508
|
"--hop-status-progress-surface": string;
|
|
509
|
+
"--hop-status-progress-surface-disabled": string;
|
|
510
|
+
"--hop-status-progress-surface-hover": string;
|
|
511
|
+
"--hop-status-progress-surface-press": string;
|
|
512
|
+
"--hop-status-progress-surface-selected": string;
|
|
313
513
|
"--hop-status-progress-surface-strong": string;
|
|
314
514
|
"--hop-status-progress-text": string;
|
|
515
|
+
"--hop-status-progress-text-disabled": string;
|
|
516
|
+
"--hop-status-progress-text-hover": string;
|
|
517
|
+
"--hop-status-progress-text-press": string;
|
|
518
|
+
"--hop-status-progress-text-selected": string;
|
|
315
519
|
"--hop-success-border": string;
|
|
316
520
|
"--hop-success-icon": string;
|
|
317
521
|
"--hop-success-icon-weakest": string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DarkSemanticTokens } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { DarkSemanticTokens } from '../../chunk-JJHZT2WG.js';
|
|
2
|
+
import '../../chunk-AQ5VUG5P.js';
|
|
@@ -480,54 +480,258 @@ declare const SemanticTokens: {
|
|
|
480
480
|
"--hop-information-surface-weak": string;
|
|
481
481
|
"--hop-information-text": string;
|
|
482
482
|
"--hop-information-text-weak": string;
|
|
483
|
-
"--hop-status-caution-
|
|
483
|
+
"--hop-status-caution-border": string;
|
|
484
|
+
"--hop-status-caution-border-disabled": string;
|
|
485
|
+
"--hop-status-caution-border-hover": string;
|
|
486
|
+
"--hop-status-caution-border-press": string;
|
|
487
|
+
"--hop-status-caution-border-selected": string;
|
|
484
488
|
"--hop-status-caution-icon": string;
|
|
489
|
+
"--hop-status-caution-icon-disabled": string;
|
|
490
|
+
"--hop-status-caution-icon-hover": string;
|
|
491
|
+
"--hop-status-caution-icon-press": string;
|
|
492
|
+
"--hop-status-caution-icon-selected": string;
|
|
485
493
|
"--hop-status-caution-surface": string;
|
|
494
|
+
"--hop-status-caution-surface-disabled": string;
|
|
495
|
+
"--hop-status-caution-surface-hover": string;
|
|
496
|
+
"--hop-status-caution-surface-press": string;
|
|
497
|
+
"--hop-status-caution-surface-selected": string;
|
|
498
|
+
"--hop-status-caution-surface-strong": string;
|
|
486
499
|
"--hop-status-caution-text": string;
|
|
487
|
-
"--hop-status-
|
|
500
|
+
"--hop-status-caution-text-disabled": string;
|
|
501
|
+
"--hop-status-caution-text-hover": string;
|
|
502
|
+
"--hop-status-caution-text-press": string;
|
|
503
|
+
"--hop-status-caution-text-selected": string;
|
|
504
|
+
"--hop-status-inactive-border": string;
|
|
505
|
+
"--hop-status-inactive-border-disabled": string;
|
|
506
|
+
"--hop-status-inactive-border-hover": string;
|
|
507
|
+
"--hop-status-inactive-border-press": string;
|
|
508
|
+
"--hop-status-inactive-border-selected": string;
|
|
488
509
|
"--hop-status-inactive-icon": string;
|
|
510
|
+
"--hop-status-inactive-icon-disabled": string;
|
|
511
|
+
"--hop-status-inactive-icon-hover": string;
|
|
512
|
+
"--hop-status-inactive-icon-press": string;
|
|
513
|
+
"--hop-status-inactive-icon-selected": string;
|
|
489
514
|
"--hop-status-inactive-surface": string;
|
|
515
|
+
"--hop-status-inactive-surface-disabled": string;
|
|
516
|
+
"--hop-status-inactive-surface-hover": string;
|
|
517
|
+
"--hop-status-inactive-surface-press": string;
|
|
518
|
+
"--hop-status-inactive-surface-selected": string;
|
|
519
|
+
"--hop-status-inactive-surface-strong": string;
|
|
490
520
|
"--hop-status-inactive-text": string;
|
|
491
|
-
"--hop-status-
|
|
521
|
+
"--hop-status-inactive-text-disabled": string;
|
|
522
|
+
"--hop-status-inactive-text-hover": string;
|
|
523
|
+
"--hop-status-inactive-text-press": string;
|
|
524
|
+
"--hop-status-inactive-text-selected": string;
|
|
525
|
+
"--hop-status-negative-border": string;
|
|
526
|
+
"--hop-status-negative-border-disabled": string;
|
|
527
|
+
"--hop-status-negative-border-hover": string;
|
|
528
|
+
"--hop-status-negative-border-press": string;
|
|
529
|
+
"--hop-status-negative-border-selected": string;
|
|
492
530
|
"--hop-status-negative-icon": string;
|
|
531
|
+
"--hop-status-negative-icon-disabled": string;
|
|
532
|
+
"--hop-status-negative-icon-hover": string;
|
|
533
|
+
"--hop-status-negative-icon-press": string;
|
|
534
|
+
"--hop-status-negative-icon-selected": string;
|
|
493
535
|
"--hop-status-negative-surface": string;
|
|
536
|
+
"--hop-status-negative-surface-disabled": string;
|
|
537
|
+
"--hop-status-negative-surface-hover": string;
|
|
538
|
+
"--hop-status-negative-surface-press": string;
|
|
539
|
+
"--hop-status-negative-surface-selected": string;
|
|
540
|
+
"--hop-status-negative-surface-strong": string;
|
|
494
541
|
"--hop-status-negative-text": string;
|
|
542
|
+
"--hop-status-negative-text-disabled": string;
|
|
543
|
+
"--hop-status-negative-text-hover": string;
|
|
544
|
+
"--hop-status-negative-text-press": string;
|
|
545
|
+
"--hop-status-negative-text-selected": string;
|
|
546
|
+
"--hop-status-neutral-border": string;
|
|
547
|
+
"--hop-status-neutral-border-disabled": string;
|
|
548
|
+
"--hop-status-neutral-border-hover": string;
|
|
549
|
+
"--hop-status-neutral-border-press": string;
|
|
550
|
+
"--hop-status-neutral-border-selected": string;
|
|
495
551
|
"--hop-status-neutral-icon": string;
|
|
552
|
+
"--hop-status-neutral-icon-disabled": string;
|
|
553
|
+
"--hop-status-neutral-icon-hover": string;
|
|
554
|
+
"--hop-status-neutral-icon-press": string;
|
|
555
|
+
"--hop-status-neutral-icon-selected": string;
|
|
496
556
|
"--hop-status-neutral-surface": string;
|
|
557
|
+
"--hop-status-neutral-surface-disabled": string;
|
|
558
|
+
"--hop-status-neutral-surface-hover": string;
|
|
559
|
+
"--hop-status-neutral-surface-press": string;
|
|
560
|
+
"--hop-status-neutral-surface-selected": string;
|
|
497
561
|
"--hop-status-neutral-surface-strong": string;
|
|
498
562
|
"--hop-status-neutral-text": string;
|
|
499
|
-
"--hop-status-
|
|
563
|
+
"--hop-status-neutral-text-disabled": string;
|
|
564
|
+
"--hop-status-neutral-text-hover": string;
|
|
565
|
+
"--hop-status-neutral-text-press": string;
|
|
566
|
+
"--hop-status-neutral-text-selected": string;
|
|
567
|
+
"--hop-status-option1-border": string;
|
|
568
|
+
"--hop-status-option1-border-disabled": string;
|
|
569
|
+
"--hop-status-option1-border-hover": string;
|
|
570
|
+
"--hop-status-option1-border-press": string;
|
|
571
|
+
"--hop-status-option1-border-selected": string;
|
|
500
572
|
"--hop-status-option1-icon": string;
|
|
573
|
+
"--hop-status-option1-icon-disabled": string;
|
|
574
|
+
"--hop-status-option1-icon-hover": string;
|
|
575
|
+
"--hop-status-option1-icon-press": string;
|
|
576
|
+
"--hop-status-option1-icon-selected": string;
|
|
501
577
|
"--hop-status-option1-surface": string;
|
|
578
|
+
"--hop-status-option1-surface-disabled": string;
|
|
579
|
+
"--hop-status-option1-surface-hover": string;
|
|
580
|
+
"--hop-status-option1-surface-press": string;
|
|
581
|
+
"--hop-status-option1-surface-selected": string;
|
|
582
|
+
"--hop-status-option1-surface-strong": string;
|
|
502
583
|
"--hop-status-option1-text": string;
|
|
584
|
+
"--hop-status-option1-text-disabled": string;
|
|
585
|
+
"--hop-status-option1-text-hover": string;
|
|
586
|
+
"--hop-status-option1-text-press": string;
|
|
587
|
+
"--hop-status-option1-text-selected": string;
|
|
588
|
+
"--hop-status-option2-border": string;
|
|
589
|
+
"--hop-status-option2-border-disabled": string;
|
|
590
|
+
"--hop-status-option2-border-hover": string;
|
|
591
|
+
"--hop-status-option2-border-press": string;
|
|
592
|
+
"--hop-status-option2-border-selected": string;
|
|
593
|
+
"--hop-status-option2-icon": string;
|
|
594
|
+
"--hop-status-option2-icon-disabled": string;
|
|
595
|
+
"--hop-status-option2-icon-hover": string;
|
|
596
|
+
"--hop-status-option2-icon-press": string;
|
|
597
|
+
"--hop-status-option2-icon-selected": string;
|
|
598
|
+
"--hop-status-option2-surface": string;
|
|
599
|
+
"--hop-status-option2-surface-disabled": string;
|
|
600
|
+
"--hop-status-option2-surface-hover": string;
|
|
601
|
+
"--hop-status-option2-surface-press": string;
|
|
602
|
+
"--hop-status-option2-surface-selected": string;
|
|
503
603
|
"--hop-status-option2-surface-strong": string;
|
|
504
604
|
"--hop-status-option2-text": string;
|
|
505
|
-
"--hop-status-option2-
|
|
506
|
-
"--hop-status-option2-
|
|
507
|
-
"--hop-status-
|
|
605
|
+
"--hop-status-option2-text-disabled": string;
|
|
606
|
+
"--hop-status-option2-text-hover": string;
|
|
607
|
+
"--hop-status-option2-text-press": string;
|
|
608
|
+
"--hop-status-option2-text-selected": string;
|
|
609
|
+
"--hop-status-option3-border": string;
|
|
610
|
+
"--hop-status-option3-border-disabled": string;
|
|
611
|
+
"--hop-status-option3-border-hover": string;
|
|
612
|
+
"--hop-status-option3-border-press": string;
|
|
613
|
+
"--hop-status-option3-border-selected": string;
|
|
508
614
|
"--hop-status-option3-icon": string;
|
|
615
|
+
"--hop-status-option3-icon-disabled": string;
|
|
616
|
+
"--hop-status-option3-icon-hover": string;
|
|
617
|
+
"--hop-status-option3-icon-press": string;
|
|
618
|
+
"--hop-status-option3-icon-selected": string;
|
|
509
619
|
"--hop-status-option3-surface": string;
|
|
620
|
+
"--hop-status-option3-surface-disabled": string;
|
|
621
|
+
"--hop-status-option3-surface-hover": string;
|
|
622
|
+
"--hop-status-option3-surface-press": string;
|
|
623
|
+
"--hop-status-option3-surface-selected": string;
|
|
624
|
+
"--hop-status-option3-surface-strong": string;
|
|
510
625
|
"--hop-status-option3-text": string;
|
|
511
|
-
"--hop-status-
|
|
626
|
+
"--hop-status-option3-text-disabled": string;
|
|
627
|
+
"--hop-status-option3-text-hover": string;
|
|
628
|
+
"--hop-status-option3-text-press": string;
|
|
629
|
+
"--hop-status-option3-text-selected": string;
|
|
630
|
+
"--hop-status-option4-border": string;
|
|
631
|
+
"--hop-status-option4-border-disabled": string;
|
|
632
|
+
"--hop-status-option4-border-hover": string;
|
|
633
|
+
"--hop-status-option4-border-press": string;
|
|
634
|
+
"--hop-status-option4-border-selected": string;
|
|
512
635
|
"--hop-status-option4-icon": string;
|
|
636
|
+
"--hop-status-option4-icon-disabled": string;
|
|
637
|
+
"--hop-status-option4-icon-hover": string;
|
|
638
|
+
"--hop-status-option4-icon-press": string;
|
|
639
|
+
"--hop-status-option4-icon-selected": string;
|
|
513
640
|
"--hop-status-option4-surface": string;
|
|
641
|
+
"--hop-status-option4-surface-disabled": string;
|
|
642
|
+
"--hop-status-option4-surface-hover": string;
|
|
643
|
+
"--hop-status-option4-surface-press": string;
|
|
644
|
+
"--hop-status-option4-surface-selected": string;
|
|
645
|
+
"--hop-status-option4-surface-strong": string;
|
|
514
646
|
"--hop-status-option4-text": string;
|
|
647
|
+
"--hop-status-option4-text-disabled": string;
|
|
648
|
+
"--hop-status-option4-text-hover": string;
|
|
649
|
+
"--hop-status-option4-text-press": string;
|
|
650
|
+
"--hop-status-option4-text-selected": string;
|
|
651
|
+
"--hop-status-option5-border": string;
|
|
652
|
+
"--hop-status-option5-border-disabled": string;
|
|
653
|
+
"--hop-status-option5-border-hover": string;
|
|
654
|
+
"--hop-status-option5-border-press": string;
|
|
655
|
+
"--hop-status-option5-border-selected": string;
|
|
656
|
+
"--hop-status-option5-icon": string;
|
|
657
|
+
"--hop-status-option5-icon-disabled": string;
|
|
658
|
+
"--hop-status-option5-icon-hover": string;
|
|
659
|
+
"--hop-status-option5-icon-press": string;
|
|
660
|
+
"--hop-status-option5-icon-selected": string;
|
|
515
661
|
"--hop-status-option5-surface": string;
|
|
662
|
+
"--hop-status-option5-surface-disabled": string;
|
|
663
|
+
"--hop-status-option5-surface-hover": string;
|
|
664
|
+
"--hop-status-option5-surface-press": string;
|
|
665
|
+
"--hop-status-option5-surface-selected": string;
|
|
516
666
|
"--hop-status-option5-surface-strong": string;
|
|
517
667
|
"--hop-status-option5-text": string;
|
|
518
|
-
"--hop-status-option5-
|
|
668
|
+
"--hop-status-option5-text-disabled": string;
|
|
669
|
+
"--hop-status-option5-text-hover": string;
|
|
670
|
+
"--hop-status-option5-text-press": string;
|
|
671
|
+
"--hop-status-option5-text-selected": string;
|
|
672
|
+
"--hop-status-option6-border": string;
|
|
673
|
+
"--hop-status-option6-border-disabled": string;
|
|
674
|
+
"--hop-status-option6-border-hover": string;
|
|
675
|
+
"--hop-status-option6-border-press": string;
|
|
676
|
+
"--hop-status-option6-border-selected": string;
|
|
677
|
+
"--hop-status-option6-icon": string;
|
|
678
|
+
"--hop-status-option6-icon-disabled": string;
|
|
679
|
+
"--hop-status-option6-icon-hover": string;
|
|
680
|
+
"--hop-status-option6-icon-press": string;
|
|
681
|
+
"--hop-status-option6-icon-selected": string;
|
|
519
682
|
"--hop-status-option6-surface": string;
|
|
683
|
+
"--hop-status-option6-surface-disabled": string;
|
|
684
|
+
"--hop-status-option6-surface-hover": string;
|
|
685
|
+
"--hop-status-option6-surface-press": string;
|
|
686
|
+
"--hop-status-option6-surface-selected": string;
|
|
520
687
|
"--hop-status-option6-surface-strong": string;
|
|
521
688
|
"--hop-status-option6-text": string;
|
|
522
|
-
"--hop-status-option6-
|
|
689
|
+
"--hop-status-option6-text-disabled": string;
|
|
690
|
+
"--hop-status-option6-text-hover": string;
|
|
691
|
+
"--hop-status-option6-text-press": string;
|
|
692
|
+
"--hop-status-option6-text-selected": string;
|
|
693
|
+
"--hop-status-positive-border": string;
|
|
694
|
+
"--hop-status-positive-border-disabled": string;
|
|
695
|
+
"--hop-status-positive-border-hover": string;
|
|
696
|
+
"--hop-status-positive-border-press": string;
|
|
697
|
+
"--hop-status-positive-border-selected": string;
|
|
523
698
|
"--hop-status-positive-icon": string;
|
|
524
|
-
"--hop-status-positive-
|
|
699
|
+
"--hop-status-positive-icon-disabled": string;
|
|
700
|
+
"--hop-status-positive-icon-hover": string;
|
|
701
|
+
"--hop-status-positive-icon-press": string;
|
|
702
|
+
"--hop-status-positive-icon-selected": string;
|
|
525
703
|
"--hop-status-positive-surface": string;
|
|
704
|
+
"--hop-status-positive-surface-disabled": string;
|
|
705
|
+
"--hop-status-positive-surface-hover": string;
|
|
706
|
+
"--hop-status-positive-surface-press": string;
|
|
707
|
+
"--hop-status-positive-surface-selected": string;
|
|
708
|
+
"--hop-status-positive-surface-strong": string;
|
|
526
709
|
"--hop-status-positive-text": string;
|
|
710
|
+
"--hop-status-positive-text-disabled": string;
|
|
711
|
+
"--hop-status-positive-text-hover": string;
|
|
712
|
+
"--hop-status-positive-text-press": string;
|
|
713
|
+
"--hop-status-positive-text-selected": string;
|
|
714
|
+
"--hop-status-progress-border": string;
|
|
715
|
+
"--hop-status-progress-border-disabled": string;
|
|
716
|
+
"--hop-status-progress-border-hover": string;
|
|
717
|
+
"--hop-status-progress-border-press": string;
|
|
718
|
+
"--hop-status-progress-border-selected": string;
|
|
719
|
+
"--hop-status-progress-icon": string;
|
|
720
|
+
"--hop-status-progress-icon-disabled": string;
|
|
721
|
+
"--hop-status-progress-icon-hover": string;
|
|
722
|
+
"--hop-status-progress-icon-press": string;
|
|
723
|
+
"--hop-status-progress-icon-selected": string;
|
|
527
724
|
"--hop-status-progress-surface": string;
|
|
725
|
+
"--hop-status-progress-surface-disabled": string;
|
|
726
|
+
"--hop-status-progress-surface-hover": string;
|
|
727
|
+
"--hop-status-progress-surface-press": string;
|
|
728
|
+
"--hop-status-progress-surface-selected": string;
|
|
528
729
|
"--hop-status-progress-surface-strong": string;
|
|
529
730
|
"--hop-status-progress-text": string;
|
|
530
|
-
"--hop-status-progress-
|
|
731
|
+
"--hop-status-progress-text-disabled": string;
|
|
732
|
+
"--hop-status-progress-text-hover": string;
|
|
733
|
+
"--hop-status-progress-text-press": string;
|
|
734
|
+
"--hop-status-progress-text-selected": string;
|
|
531
735
|
"--hop-success-border": string;
|
|
532
736
|
"--hop-success-icon": string;
|
|
533
737
|
"--hop-success-icon-weakest": string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CoreTokens, SemanticTokens } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CoreTokens, SemanticTokens } from '../../chunk-RC6LJDQS.js';
|
|
2
|
+
import '../../chunk-AQ5VUG5P.js';
|