@hopper-ui/styled-system 2.0.2 → 2.1.1

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.d.ts +3 -3
  4. package/dist/StyledSystemProvider.js +14 -14
  5. package/dist/{chunk-ZAHZAEAR.js → chunk-47BMTQH2.js} +2 -2
  6. package/dist/{chunk-RU6U3SMC.js → chunk-6A6KKUGR.js} +1 -1
  7. package/dist/{chunk-CFIMNXX5.js → chunk-A4E2GPAI.js} +2 -2
  8. package/dist/{chunk-XGLTD52P.js → chunk-AVOFJJEJ.js} +3 -2
  9. package/dist/{chunk-6IPAN22Z.js → chunk-BSIKCABJ.js} +1 -1
  10. package/dist/{chunk-F7KWE6J5.js → chunk-DE5KBEWF.js} +2 -2
  11. package/dist/{chunk-NJIDLCB7.js → chunk-DED5SJ46.js} +2 -2
  12. package/dist/{chunk-XOHK7VFY.js → chunk-DKR6TVF5.js} +3 -3
  13. package/dist/{chunk-QLYSVZLZ.js → chunk-FUFOEPR3.js} +2 -2
  14. package/dist/{chunk-FAICHNEU.js → chunk-GWDNZB6T.js} +212 -8
  15. package/dist/{chunk-LKOZVSXD.js → chunk-JJHZT2WG.js} +237 -33
  16. package/dist/{chunk-4E7VQIC5.js → chunk-RC6LJDQS.js} +230 -26
  17. package/dist/{chunk-3QZI66SR.js → chunk-Z3V55ZYL.js} +4 -4
  18. package/dist/color-scheme/ColorSchemeContext.js +1 -1
  19. package/dist/color-scheme/useColorScheme.js +1 -1
  20. package/dist/color-scheme/useColorSchemeValue.js +1 -1
  21. package/dist/global-styles/BodyStyleProvider.js +4 -4
  22. package/dist/html-wrappers/html.css +34 -34
  23. package/dist/html-wrappers/html.js +6 -6
  24. package/dist/html-wrappers/htmlElement.css +34 -34
  25. package/dist/html-wrappers/htmlElement.js +5 -5
  26. package/dist/index.css +34 -34
  27. package/dist/index.js +14 -14
  28. package/dist/responsive/BreakpointContext.js +1 -1
  29. package/dist/responsive/BreakpointProvider.js +1 -1
  30. package/dist/responsive/Breakpoints.js +1 -1
  31. package/dist/responsive/useResponsiveValue.js +1 -1
  32. package/dist/styledSystemProps.js +1 -1
  33. package/dist/styledSystemRootCssClass.js +2 -2
  34. package/dist/tokens/TokenProvider.js +6 -6
  35. package/dist/tokens/generated/darkSemanticTokens.d.ts +208 -4
  36. package/dist/tokens/generated/darkSemanticTokens.js +2 -2
  37. package/dist/tokens/generated/lightSemanticTokens.d.ts +216 -12
  38. package/dist/tokens/generated/lightSemanticTokens.js +2 -2
  39. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +212 -8
  40. package/dist/tokens/generated/styledSystemToTokenMappings.js +2 -2
  41. package/dist/tokens/tokenMappings.d.ts +201 -100
  42. package/dist/tokens/tokenMappings.js +3 -3
  43. package/dist/tokens/tokens.d.ts +424 -16
  44. package/dist/tokens/tokens.js +4 -4
  45. package/dist/useStyledSystem.css +31 -31
  46. package/dist/useStyledSystem.js +4 -4
  47. package/dist/utils/assertion.js +1 -1
  48. package/dist/utils/slot.js +1 -1
  49. package/dist/utils/useInsertStyleElement.js +1 -1
  50. package/dist/utils/useIsomorphicInsertionEffect.js +1 -1
  51. package/dist/utils/useIsomorphicLayoutEffect.js +1 -1
  52. package/dist/utils/useMediaQuery.js +1 -1
  53. package/dist/utils/useThemeComputedStyle.js +2 -2
  54. package/package.json +4 -3
  55. /package/dist/{chunk-2UOTJGT6.js → chunk-AQ5VUG5P.js} +0 -0
@@ -248,29 +248,77 @@ var BackgroundColors = {
248
248
  "information": "information-surface",
249
249
  "information-strong": "information-surface-strong",
250
250
  "information-weak": "information-surface-weak",
251
- "status-caution-strong": "status-caution-surface-strong",
252
251
  "status-caution": "status-caution-surface",
253
- "status-inactive-strong": "status-inactive-surface-strong",
252
+ "status-caution-disabled": "status-caution-surface-disabled",
253
+ "status-caution-hover": "status-caution-surface-hover",
254
+ "status-caution-press": "status-caution-surface-press",
255
+ "status-caution-selected": "status-caution-surface-selected",
256
+ "status-caution-strong": "status-caution-surface-strong",
254
257
  "status-inactive": "status-inactive-surface",
255
- "status-negative-strong": "status-negative-surface-strong",
258
+ "status-inactive-disabled": "status-inactive-surface-disabled",
259
+ "status-inactive-hover": "status-inactive-surface-hover",
260
+ "status-inactive-press": "status-inactive-surface-press",
261
+ "status-inactive-selected": "status-inactive-surface-selected",
262
+ "status-inactive-strong": "status-inactive-surface-strong",
256
263
  "status-negative": "status-negative-surface",
264
+ "status-negative-disabled": "status-negative-surface-disabled",
265
+ "status-negative-hover": "status-negative-surface-hover",
266
+ "status-negative-press": "status-negative-surface-press",
267
+ "status-negative-selected": "status-negative-surface-selected",
268
+ "status-negative-strong": "status-negative-surface-strong",
257
269
  "status-neutral": "status-neutral-surface",
270
+ "status-neutral-disabled": "status-neutral-surface-disabled",
271
+ "status-neutral-hover": "status-neutral-surface-hover",
272
+ "status-neutral-press": "status-neutral-surface-press",
273
+ "status-neutral-selected": "status-neutral-surface-selected",
258
274
  "status-neutral-strong": "status-neutral-surface-strong",
259
- "status-option1-strong": "status-option1-surface-strong",
260
275
  "status-option1": "status-option1-surface",
261
- "status-option2-strong": "status-option2-surface-strong",
276
+ "status-option1-disabled": "status-option1-surface-disabled",
277
+ "status-option1-hover": "status-option1-surface-hover",
278
+ "status-option1-press": "status-option1-surface-press",
279
+ "status-option1-selected": "status-option1-surface-selected",
280
+ "status-option1-strong": "status-option1-surface-strong",
262
281
  "status-option2": "status-option2-surface",
263
- "status-option3-strong": "status-option3-surface-strong",
282
+ "status-option2-disabled": "status-option2-surface-disabled",
283
+ "status-option2-hover": "status-option2-surface-hover",
284
+ "status-option2-press": "status-option2-surface-press",
285
+ "status-option2-selected": "status-option2-surface-selected",
286
+ "status-option2-strong": "status-option2-surface-strong",
264
287
  "status-option3": "status-option3-surface",
265
- "status-option4-strong": "status-option4-surface-strong",
288
+ "status-option3-disabled": "status-option3-surface-disabled",
289
+ "status-option3-hover": "status-option3-surface-hover",
290
+ "status-option3-press": "status-option3-surface-press",
291
+ "status-option3-selected": "status-option3-surface-selected",
292
+ "status-option3-strong": "status-option3-surface-strong",
266
293
  "status-option4": "status-option4-surface",
294
+ "status-option4-disabled": "status-option4-surface-disabled",
295
+ "status-option4-hover": "status-option4-surface-hover",
296
+ "status-option4-press": "status-option4-surface-press",
297
+ "status-option4-selected": "status-option4-surface-selected",
298
+ "status-option4-strong": "status-option4-surface-strong",
267
299
  "status-option5": "status-option5-surface",
300
+ "status-option5-disabled": "status-option5-surface-disabled",
301
+ "status-option5-hover": "status-option5-surface-hover",
302
+ "status-option5-press": "status-option5-surface-press",
303
+ "status-option5-selected": "status-option5-surface-selected",
268
304
  "status-option5-strong": "status-option5-surface-strong",
269
305
  "status-option6": "status-option6-surface",
306
+ "status-option6-disabled": "status-option6-surface-disabled",
307
+ "status-option6-hover": "status-option6-surface-hover",
308
+ "status-option6-press": "status-option6-surface-press",
309
+ "status-option6-selected": "status-option6-surface-selected",
270
310
  "status-option6-strong": "status-option6-surface-strong",
271
- "status-positive-strong": "status-positive-surface-strong",
272
311
  "status-positive": "status-positive-surface",
312
+ "status-positive-disabled": "status-positive-surface-disabled",
313
+ "status-positive-hover": "status-positive-surface-hover",
314
+ "status-positive-press": "status-positive-surface-press",
315
+ "status-positive-selected": "status-positive-surface-selected",
316
+ "status-positive-strong": "status-positive-surface-strong",
273
317
  "status-progress": "status-progress-surface",
318
+ "status-progress-disabled": "status-progress-surface-disabled",
319
+ "status-progress-hover": "status-progress-surface-hover",
320
+ "status-progress-press": "status-progress-surface-press",
321
+ "status-progress-selected": "status-progress-surface-selected",
274
322
  "status-progress-strong": "status-progress-surface-strong",
275
323
  "success": "success-surface",
276
324
  "success-strong": "success-surface-strong",
@@ -343,17 +391,65 @@ var TextColors = {
343
391
  "information": "information-text",
344
392
  "information-weak": "information-text-weak",
345
393
  "status-caution": "status-caution-text",
394
+ "status-caution-disabled": "status-caution-text-disabled",
395
+ "status-caution-hover": "status-caution-text-hover",
396
+ "status-caution-press": "status-caution-text-press",
397
+ "status-caution-selected": "status-caution-text-selected",
346
398
  "status-inactive": "status-inactive-text",
399
+ "status-inactive-disabled": "status-inactive-text-disabled",
400
+ "status-inactive-hover": "status-inactive-text-hover",
401
+ "status-inactive-press": "status-inactive-text-press",
402
+ "status-inactive-selected": "status-inactive-text-selected",
347
403
  "status-negative": "status-negative-text",
404
+ "status-negative-disabled": "status-negative-text-disabled",
405
+ "status-negative-hover": "status-negative-text-hover",
406
+ "status-negative-press": "status-negative-text-press",
407
+ "status-negative-selected": "status-negative-text-selected",
348
408
  "status-neutral": "status-neutral-text",
409
+ "status-neutral-disabled": "status-neutral-text-disabled",
410
+ "status-neutral-hover": "status-neutral-text-hover",
411
+ "status-neutral-press": "status-neutral-text-press",
412
+ "status-neutral-selected": "status-neutral-text-selected",
349
413
  "status-option1": "status-option1-text",
414
+ "status-option1-disabled": "status-option1-text-disabled",
415
+ "status-option1-hover": "status-option1-text-hover",
416
+ "status-option1-press": "status-option1-text-press",
417
+ "status-option1-selected": "status-option1-text-selected",
350
418
  "status-option2": "status-option2-text",
419
+ "status-option2-disabled": "status-option2-text-disabled",
420
+ "status-option2-hover": "status-option2-text-hover",
421
+ "status-option2-press": "status-option2-text-press",
422
+ "status-option2-selected": "status-option2-text-selected",
351
423
  "status-option3": "status-option3-text",
424
+ "status-option3-disabled": "status-option3-text-disabled",
425
+ "status-option3-hover": "status-option3-text-hover",
426
+ "status-option3-press": "status-option3-text-press",
427
+ "status-option3-selected": "status-option3-text-selected",
352
428
  "status-option4": "status-option4-text",
429
+ "status-option4-disabled": "status-option4-text-disabled",
430
+ "status-option4-hover": "status-option4-text-hover",
431
+ "status-option4-press": "status-option4-text-press",
432
+ "status-option4-selected": "status-option4-text-selected",
353
433
  "status-option5": "status-option5-text",
434
+ "status-option5-disabled": "status-option5-text-disabled",
435
+ "status-option5-hover": "status-option5-text-hover",
436
+ "status-option5-press": "status-option5-text-press",
437
+ "status-option5-selected": "status-option5-text-selected",
354
438
  "status-option6": "status-option6-text",
439
+ "status-option6-disabled": "status-option6-text-disabled",
440
+ "status-option6-hover": "status-option6-text-hover",
441
+ "status-option6-press": "status-option6-text-press",
442
+ "status-option6-selected": "status-option6-text-selected",
355
443
  "status-positive": "status-positive-text",
444
+ "status-positive-disabled": "status-positive-text-disabled",
445
+ "status-positive-hover": "status-positive-text-hover",
446
+ "status-positive-press": "status-positive-text-press",
447
+ "status-positive-selected": "status-positive-text-selected",
356
448
  "status-progress": "status-progress-text",
449
+ "status-progress-disabled": "status-progress-text-disabled",
450
+ "status-progress-hover": "status-progress-text-hover",
451
+ "status-progress-press": "status-progress-text-press",
452
+ "status-progress-selected": "status-progress-text-selected",
357
453
  "success": "success-text",
358
454
  "success-hover": "success-text-hover",
359
455
  "success-weak": "success-text-weak",
@@ -417,17 +513,65 @@ var IconColors = {
417
513
  "information-weakest": "information-icon-weakest",
418
514
  "information-weak": "information-icon-weak",
419
515
  "status-caution": "status-caution-icon",
516
+ "status-caution-disabled": "status-caution-icon-disabled",
517
+ "status-caution-hover": "status-caution-icon-hover",
518
+ "status-caution-press": "status-caution-icon-press",
519
+ "status-caution-selected": "status-caution-icon-selected",
420
520
  "status-inactive": "status-inactive-icon",
521
+ "status-inactive-disabled": "status-inactive-icon-disabled",
522
+ "status-inactive-hover": "status-inactive-icon-hover",
523
+ "status-inactive-press": "status-inactive-icon-press",
524
+ "status-inactive-selected": "status-inactive-icon-selected",
421
525
  "status-negative": "status-negative-icon",
526
+ "status-negative-disabled": "status-negative-icon-disabled",
527
+ "status-negative-hover": "status-negative-icon-hover",
528
+ "status-negative-press": "status-negative-icon-press",
529
+ "status-negative-selected": "status-negative-icon-selected",
422
530
  "status-neutral": "status-neutral-icon",
531
+ "status-neutral-disabled": "status-neutral-icon-disabled",
532
+ "status-neutral-hover": "status-neutral-icon-hover",
533
+ "status-neutral-press": "status-neutral-icon-press",
534
+ "status-neutral-selected": "status-neutral-icon-selected",
423
535
  "status-option1": "status-option1-icon",
536
+ "status-option1-disabled": "status-option1-icon-disabled",
537
+ "status-option1-hover": "status-option1-icon-hover",
538
+ "status-option1-press": "status-option1-icon-press",
539
+ "status-option1-selected": "status-option1-icon-selected",
424
540
  "status-option2": "status-option2-icon",
541
+ "status-option2-disabled": "status-option2-icon-disabled",
542
+ "status-option2-hover": "status-option2-icon-hover",
543
+ "status-option2-press": "status-option2-icon-press",
544
+ "status-option2-selected": "status-option2-icon-selected",
425
545
  "status-option3": "status-option3-icon",
546
+ "status-option3-disabled": "status-option3-icon-disabled",
547
+ "status-option3-hover": "status-option3-icon-hover",
548
+ "status-option3-press": "status-option3-icon-press",
549
+ "status-option3-selected": "status-option3-icon-selected",
426
550
  "status-option4": "status-option4-icon",
551
+ "status-option4-disabled": "status-option4-icon-disabled",
552
+ "status-option4-hover": "status-option4-icon-hover",
553
+ "status-option4-press": "status-option4-icon-press",
554
+ "status-option4-selected": "status-option4-icon-selected",
427
555
  "status-option5": "status-option5-icon",
556
+ "status-option5-disabled": "status-option5-icon-disabled",
557
+ "status-option5-hover": "status-option5-icon-hover",
558
+ "status-option5-press": "status-option5-icon-press",
559
+ "status-option5-selected": "status-option5-icon-selected",
428
560
  "status-option6": "status-option6-icon",
561
+ "status-option6-disabled": "status-option6-icon-disabled",
562
+ "status-option6-hover": "status-option6-icon-hover",
563
+ "status-option6-press": "status-option6-icon-press",
564
+ "status-option6-selected": "status-option6-icon-selected",
429
565
  "status-positive": "status-positive-icon",
566
+ "status-positive-disabled": "status-positive-icon-disabled",
567
+ "status-positive-hover": "status-positive-icon-hover",
568
+ "status-positive-press": "status-positive-icon-press",
569
+ "status-positive-selected": "status-positive-icon-selected",
430
570
  "status-progress": "status-progress-icon",
571
+ "status-progress-disabled": "status-progress-icon-disabled",
572
+ "status-progress-hover": "status-progress-icon-hover",
573
+ "status-progress-press": "status-progress-icon-press",
574
+ "status-progress-selected": "status-progress-icon-selected",
431
575
  "success": "success-icon",
432
576
  "success-weakest": "success-icon-weakest",
433
577
  "success-weak": "success-icon-weak",
@@ -471,6 +615,66 @@ var BorderColors = {
471
615
  "decorative-option2": "decorative-option2-border",
472
616
  "decorative-option1": "decorative-option1-border",
473
617
  "information": "information-border",
618
+ "status-caution": "status-caution-border",
619
+ "status-caution-disabled": "status-caution-border-disabled",
620
+ "status-caution-hover": "status-caution-border-hover",
621
+ "status-caution-press": "status-caution-border-press",
622
+ "status-caution-selected": "status-caution-border-selected",
623
+ "status-inactive": "status-inactive-border",
624
+ "status-inactive-disabled": "status-inactive-border-disabled",
625
+ "status-inactive-hover": "status-inactive-border-hover",
626
+ "status-inactive-press": "status-inactive-border-press",
627
+ "status-inactive-selected": "status-inactive-border-selected",
628
+ "status-negative": "status-negative-border",
629
+ "status-negative-disabled": "status-negative-border-disabled",
630
+ "status-negative-hover": "status-negative-border-hover",
631
+ "status-negative-press": "status-negative-border-press",
632
+ "status-negative-selected": "status-negative-border-selected",
633
+ "status-neutral": "status-neutral-border",
634
+ "status-neutral-disabled": "status-neutral-border-disabled",
635
+ "status-neutral-hover": "status-neutral-border-hover",
636
+ "status-neutral-press": "status-neutral-border-press",
637
+ "status-neutral-selected": "status-neutral-border-selected",
638
+ "status-option1": "status-option1-border",
639
+ "status-option1-disabled": "status-option1-border-disabled",
640
+ "status-option1-hover": "status-option1-border-hover",
641
+ "status-option1-press": "status-option1-border-press",
642
+ "status-option1-selected": "status-option1-border-selected",
643
+ "status-option2": "status-option2-border",
644
+ "status-option2-disabled": "status-option2-border-disabled",
645
+ "status-option2-hover": "status-option2-border-hover",
646
+ "status-option2-press": "status-option2-border-press",
647
+ "status-option2-selected": "status-option2-border-selected",
648
+ "status-option3": "status-option3-border",
649
+ "status-option3-disabled": "status-option3-border-disabled",
650
+ "status-option3-hover": "status-option3-border-hover",
651
+ "status-option3-press": "status-option3-border-press",
652
+ "status-option3-selected": "status-option3-border-selected",
653
+ "status-option4": "status-option4-border",
654
+ "status-option4-disabled": "status-option4-border-disabled",
655
+ "status-option4-hover": "status-option4-border-hover",
656
+ "status-option4-press": "status-option4-border-press",
657
+ "status-option4-selected": "status-option4-border-selected",
658
+ "status-option5": "status-option5-border",
659
+ "status-option5-disabled": "status-option5-border-disabled",
660
+ "status-option5-hover": "status-option5-border-hover",
661
+ "status-option5-press": "status-option5-border-press",
662
+ "status-option5-selected": "status-option5-border-selected",
663
+ "status-option6": "status-option6-border",
664
+ "status-option6-disabled": "status-option6-border-disabled",
665
+ "status-option6-hover": "status-option6-border-hover",
666
+ "status-option6-press": "status-option6-border-press",
667
+ "status-option6-selected": "status-option6-border-selected",
668
+ "status-positive": "status-positive-border",
669
+ "status-positive-disabled": "status-positive-border-disabled",
670
+ "status-positive-hover": "status-positive-border-hover",
671
+ "status-positive-press": "status-positive-border-press",
672
+ "status-positive-selected": "status-positive-border-selected",
673
+ "status-progress": "status-progress-border",
674
+ "status-progress-disabled": "status-progress-border-disabled",
675
+ "status-progress-hover": "status-progress-border-hover",
676
+ "status-progress-press": "status-progress-border-press",
677
+ "status-progress-selected": "status-progress-border-selected",
474
678
  "success": "success-border",
475
679
  "warning": "warning-border"
476
680
  };
@@ -262,54 +262,258 @@ var DarkSemanticTokens = {
262
262
  "--hop-information-surface-weak": "var(--hop-coastal-800)",
263
263
  "--hop-information-text": "var(--hop-coastal-900)",
264
264
  "--hop-information-text-weak": "var(--hop-coastal-75)",
265
- "--hop-status-caution-icon": "var(--hop-koi-900)",
266
- "--hop-status-caution-surface": "var(--hop-koi-75)",
265
+ "--hop-status-caution-border": "var(--hop-koi-400)",
266
+ "--hop-status-caution-border-disabled": "var(--hop-koi-600)",
267
+ "--hop-status-caution-border-hover": "var(--hop-koi-500)",
268
+ "--hop-status-caution-border-press": "var(--hop-koi-400)",
269
+ "--hop-status-caution-border-selected": "var(--hop-koi-75)",
270
+ "--hop-status-caution-icon": "var(--hop-koi-800)",
271
+ "--hop-status-caution-icon-disabled": "var(--hop-koi-500)",
272
+ "--hop-status-caution-icon-hover": "var(--hop-koi-900)",
273
+ "--hop-status-caution-icon-press": "var(--hop-koi-800)",
274
+ "--hop-status-caution-icon-selected": "var(--hop-koi-75)",
275
+ "--hop-status-caution-surface": "var(--hop-koi-100)",
276
+ "--hop-status-caution-surface-disabled": "var(--hop-koi-800)",
277
+ "--hop-status-caution-surface-hover": "var(--hop-koi-200)",
278
+ "--hop-status-caution-surface-press": "var(--hop-koi-300)",
279
+ "--hop-status-caution-surface-selected": "var(--hop-koi-800)",
267
280
  "--hop-status-caution-surface-strong": "var(--hop-koi-200)",
268
- "--hop-status-caution-text": "var(--hop-koi-900)",
269
- "--hop-status-inselected-icon": "var(--hop-rock-800)",
270
- "--hop-status-inselected-surface": "var(--hop-rock-75)",
271
- "--hop-status-inselected-surface-strong": "var(--hop-rock-100)",
272
- "--hop-status-inselected-text": "var(--hop-rock-900)",
273
- "--hop-status-negative-icon": "var(--hop-amanita-900)",
274
- "--hop-status-negative-surface": "var(--hop-amanita-75)",
281
+ "--hop-status-caution-text": "var(--hop-koi-800)",
282
+ "--hop-status-caution-text-disabled": "var(--hop-koi-500)",
283
+ "--hop-status-caution-text-hover": "var(--hop-koi-900)",
284
+ "--hop-status-caution-text-press": "var(--hop-koi-800)",
285
+ "--hop-status-caution-text-selected": "var(--hop-koi-75)",
286
+ "--hop-status-inactive-border": "var(--hop-rock-400)",
287
+ "--hop-status-inactive-border-disabled": "var(--hop-rock-600)",
288
+ "--hop-status-inactive-border-hover": "var(--hop-rock-500)",
289
+ "--hop-status-inactive-border-press": "var(--hop-rock-400)",
290
+ "--hop-status-inactive-border-selected": "var(--hop-rock-75)",
291
+ "--hop-status-inactive-icon": "var(--hop-rock-800)",
292
+ "--hop-status-inactive-icon-disabled": "var(--hop-rock-500)",
293
+ "--hop-status-inactive-icon-hover": "var(--hop-rock-900)",
294
+ "--hop-status-inactive-icon-press": "var(--hop-rock-800)",
295
+ "--hop-status-inactive-icon-selected": "var(--hop-rock-75)",
296
+ "--hop-status-inactive-surface": "var(--hop-rock-75)",
297
+ "--hop-status-inactive-surface-disabled": "var(--hop-rock-800)",
298
+ "--hop-status-inactive-surface-hover": "var(--hop-rock-200)",
299
+ "--hop-status-inactive-surface-press": "var(--hop-rock-300)",
300
+ "--hop-status-inactive-surface-selected": "var(--hop-rock-800)",
301
+ "--hop-status-inactive-surface-strong": "var(--hop-rock-100)",
302
+ "--hop-status-inactive-text": "var(--hop-rock-800)",
303
+ "--hop-status-inactive-text-disabled": "var(--hop-rock-500)",
304
+ "--hop-status-inactive-text-hover": "var(--hop-rock-900)",
305
+ "--hop-status-inactive-text-press": "var(--hop-rock-800)",
306
+ "--hop-status-inactive-text-selected": "var(--hop-rock-75)",
307
+ "--hop-status-negative-border": "var(--hop-amanita-400)",
308
+ "--hop-status-negative-border-disabled": "var(--hop-amanita-600)",
309
+ "--hop-status-negative-border-hover": "var(--hop-amanita-500)",
310
+ "--hop-status-negative-border-press": "var(--hop-amanita-400)",
311
+ "--hop-status-negative-border-selected": "var(--hop-amanita-75)",
312
+ "--hop-status-negative-icon": "var(--hop-amanita-800)",
313
+ "--hop-status-negative-icon-disabled": "var(--hop-amanita-500)",
314
+ "--hop-status-negative-icon-hover": "var(--hop-amanita-900)",
315
+ "--hop-status-negative-icon-press": "var(--hop-amanita-800)",
316
+ "--hop-status-negative-icon-selected": "var(--hop-amanita-75)",
317
+ "--hop-status-negative-surface": "var(--hop-amanita-100)",
318
+ "--hop-status-negative-surface-disabled": "var(--hop-amanita-800)",
319
+ "--hop-status-negative-surface-hover": "var(--hop-amanita-200)",
320
+ "--hop-status-negative-surface-press": "var(--hop-amanita-300)",
321
+ "--hop-status-negative-surface-selected": "var(--hop-amanita-800)",
275
322
  "--hop-status-negative-surface-strong": "var(--hop-amanita-200)",
276
- "--hop-status-negative-text": "var(--hop-amanita-900)",
323
+ "--hop-status-negative-text": "var(--hop-amanita-800)",
324
+ "--hop-status-negative-text-disabled": "var(--hop-amanita-500)",
325
+ "--hop-status-negative-text-hover": "var(--hop-amanita-900)",
326
+ "--hop-status-negative-text-press": "var(--hop-amanita-800)",
327
+ "--hop-status-negative-text-selected": "var(--hop-amanita-75)",
328
+ "--hop-status-neutral-border": "var(--hop-rock-25)",
329
+ "--hop-status-neutral-border-disabled": "var(--hop-rock-800)",
330
+ "--hop-status-neutral-border-hover": "var(--hop-rock-50)",
331
+ "--hop-status-neutral-border-press": "var(--hop-rock-25)",
332
+ "--hop-status-neutral-border-selected": "var(--hop-rock-25)",
277
333
  "--hop-status-neutral-icon": "var(--hop-rock-25)",
334
+ "--hop-status-neutral-icon-disabled": "var(--hop-rock-500)",
335
+ "--hop-status-neutral-icon-hover": "var(--hop-rock-50)",
336
+ "--hop-status-neutral-icon-press": "var(--hop-rock-25)",
337
+ "--hop-status-neutral-icon-selected": "var(--hop-rock-25)",
278
338
  "--hop-status-neutral-surface": "var(--hop-abyss)",
339
+ "--hop-status-neutral-surface-disabled": "var(--hop-rock-700)",
340
+ "--hop-status-neutral-surface-hover": "var(--hop-rock-800)",
341
+ "--hop-status-neutral-surface-press": "var(--hop-rock-700)",
342
+ "--hop-status-neutral-surface-selected": "var(--hop-toad-25)",
279
343
  "--hop-status-neutral-surface-strong": "var(--hop-rock-100)",
280
344
  "--hop-status-neutral-text": "var(--hop-rock-25)",
281
- "--hop-status-option1-icon": "var(--hop-coastal-900)",
282
- "--hop-status-option1-surface": "var(--hop-coastal-200)",
345
+ "--hop-status-neutral-text-disabled": "var(--hop-rock-500)",
346
+ "--hop-status-neutral-text-hover": "var(--hop-rock-50)",
347
+ "--hop-status-neutral-text-press": "var(--hop-rock-25)",
348
+ "--hop-status-neutral-text-selected": "var(--hop-rock-900)",
349
+ "--hop-status-option1-border": "var(--hop-coastal-400)",
350
+ "--hop-status-option1-border-disabled": "var(--hop-coastal-600)",
351
+ "--hop-status-option1-border-hover": "var(--hop-coastal-500)",
352
+ "--hop-status-option1-border-press": "var(--hop-coastal-400)",
353
+ "--hop-status-option1-border-selected": "var(--hop-coastal-75)",
354
+ "--hop-status-option1-icon": "var(--hop-coastal-800)",
355
+ "--hop-status-option1-icon-disabled": "var(--hop-coastal-500)",
356
+ "--hop-status-option1-icon-hover": "var(--hop-coastal-900)",
357
+ "--hop-status-option1-icon-press": "var(--hop-coastal-800)",
358
+ "--hop-status-option1-icon-selected": "var(--hop-coastal-75)",
359
+ "--hop-status-option1-surface": "var(--hop-coastal-100)",
360
+ "--hop-status-option1-surface-disabled": "var(--hop-coastal-800)",
361
+ "--hop-status-option1-surface-hover": "var(--hop-coastal-200)",
362
+ "--hop-status-option1-surface-press": "var(--hop-coastal-300)",
363
+ "--hop-status-option1-surface-selected": "var(--hop-coastal-800)",
283
364
  "--hop-status-option1-surface-strong": "var(--hop-coastal-100)",
284
- "--hop-status-option1-text": "var(--hop-coastal-900)",
285
- "--hop-status-option2-icon": "var(--hop-orchid-bloom-900)",
286
- "--hop-status-option2-surface": "var(--hop-orchid-bloom-200)",
365
+ "--hop-status-option1-text": "var(--hop-coastal-800)",
366
+ "--hop-status-option1-text-disabled": "var(--hop-coastal-500)",
367
+ "--hop-status-option1-text-hover": "var(--hop-coastal-900)",
368
+ "--hop-status-option1-text-press": "var(--hop-coastal-800)",
369
+ "--hop-status-option1-text-selected": "var(--hop-coastal-75)",
370
+ "--hop-status-option2-border": "var(--hop-orchid-bloom-300)",
371
+ "--hop-status-option2-border-disabled": "var(--hop-orchid-bloom-600)",
372
+ "--hop-status-option2-border-hover": "var(--hop-orchid-bloom-500)",
373
+ "--hop-status-option2-border-press": "var(--hop-orchid-bloom-300)",
374
+ "--hop-status-option2-border-selected": "var(--hop-orchid-bloom-800)",
375
+ "--hop-status-option2-icon": "var(--hop-orchid-bloom-800)",
376
+ "--hop-status-option2-icon-disabled": "var(--hop-orchid-bloom-500)",
377
+ "--hop-status-option2-icon-hover": "var(--hop-orchid-bloom-900)",
378
+ "--hop-status-option2-icon-press": "var(--hop-orchid-bloom-800)",
379
+ "--hop-status-option2-icon-selected": "var(--hop-orchid-bloom-75)",
380
+ "--hop-status-option2-surface": "var(--hop-orchid-bloom-100)",
381
+ "--hop-status-option2-surface-disabled": "var(--hop-orchid-bloom-800)",
382
+ "--hop-status-option2-surface-hover": "var(--hop-orchid-bloom-200)",
383
+ "--hop-status-option2-surface-press": "var(--hop-orchid-bloom-300)",
384
+ "--hop-status-option2-surface-selected": "var(--hop-orchid-bloom-800)",
287
385
  "--hop-status-option2-surface-strong": "var(--hop-orchid-bloom-100)",
288
- "--hop-status-option2-text": "var(--hop-orchid-bloom-900)",
289
- "--hop-status-option3-icon": "var(--hop-quetzal-900)",
290
- "--hop-status-option3-surface": "var(--hop-quetzal-200)",
386
+ "--hop-status-option2-text": "var(--hop-orchid-bloom-800)",
387
+ "--hop-status-option2-text-disabled": "var(--hop-orchid-bloom-500)",
388
+ "--hop-status-option2-text-hover": "var(--hop-orchid-bloom-900)",
389
+ "--hop-status-option2-text-press": "var(--hop-orchid-bloom-800)",
390
+ "--hop-status-option2-text-selected": "var(--hop-orchid-bloom-75)",
391
+ "--hop-status-option3-border": "var(--hop-quetzal-400)",
392
+ "--hop-status-option3-border-disabled": "var(--hop-quetzal-600)",
393
+ "--hop-status-option3-border-hover": "var(--hop-quetzal-500)",
394
+ "--hop-status-option3-border-press": "var(--hop-quetzal-400)",
395
+ "--hop-status-option3-border-selected": "var(--hop-quetzal-75)",
396
+ "--hop-status-option3-icon": "var(--hop-quetzal-800)",
397
+ "--hop-status-option3-icon-disabled": "var(--hop-quetzal-500)",
398
+ "--hop-status-option3-icon-hover": "var(--hop-quetzal-900)",
399
+ "--hop-status-option3-icon-press": "var(--hop-quetzal-800)",
400
+ "--hop-status-option3-icon-selected": "var(--hop-quetzal-75)",
401
+ "--hop-status-option3-surface": "var(--hop-quetzal-100)",
402
+ "--hop-status-option3-surface-disabled": "var(--hop-quetzal-800)",
403
+ "--hop-status-option3-surface-hover": "var(--hop-quetzal-200)",
404
+ "--hop-status-option3-surface-press": "var(--hop-quetzal-300)",
405
+ "--hop-status-option3-surface-selected": "var(--hop-quetzal-800)",
291
406
  "--hop-status-option3-surface-strong": "var(--hop-quetzal-100)",
292
- "--hop-status-option3-text": "var(--hop-quetzal-900)",
293
- "--hop-status-option4-icon": "var(--hop-fog-900)",
294
- "--hop-status-option4-surface": "var(--hop-fog-200)",
407
+ "--hop-status-option3-text": "var(--hop-quetzal-800)",
408
+ "--hop-status-option3-text-disabled": "var(--hop-quetzal-200)",
409
+ "--hop-status-option3-text-hover": "var(--hop-quetzal-900)",
410
+ "--hop-status-option3-text-press": "var(--hop-quetzal-800)",
411
+ "--hop-status-option3-text-selected": "var(--hop-quetzal-75)",
412
+ "--hop-status-option4-border": "var(--hop-fog-400)",
413
+ "--hop-status-option4-border-disabled": "var(--hop-fog-600)",
414
+ "--hop-status-option4-border-hover": "var(--hop-fog-500)",
415
+ "--hop-status-option4-border-press": "var(--hop-fog-400)",
416
+ "--hop-status-option4-border-selected": "var(--hop-fog-75)",
417
+ "--hop-status-option4-icon": "var(--hop-fog-800)",
418
+ "--hop-status-option4-icon-disabled": "var(--hop-fog-500)",
419
+ "--hop-status-option4-icon-hover": "var(--hop-fog-900)",
420
+ "--hop-status-option4-icon-press": "var(--hop-fog-800)",
421
+ "--hop-status-option4-icon-selected": "var(--hop-fog-75)",
422
+ "--hop-status-option4-surface": "var(--hop-fog-100)",
423
+ "--hop-status-option4-surface-disabled": "var(--hop-fog-600)",
424
+ "--hop-status-option4-surface-hover": "var(--hop-fog-200)",
425
+ "--hop-status-option4-surface-press": "var(--hop-fog-300)",
426
+ "--hop-status-option4-surface-selected": "var(--hop-fog-800)",
295
427
  "--hop-status-option4-surface-strong": "var(--hop-fog-100)",
296
- "--hop-status-option4-text": "var(--hop-fog-900)",
297
- "--hop-status-option5-icon": "var(--hop-toad-900)",
298
- "--hop-status-option5-surface": "var(--hop-toad-200)",
428
+ "--hop-status-option4-text": "var(--hop-fog-800)",
429
+ "--hop-status-option4-text-disabled": "var(--hop-fog-500)",
430
+ "--hop-status-option4-text-hover": "var(--hop-fog-900)",
431
+ "--hop-status-option4-text-press": "var(--hop-fog-900)",
432
+ "--hop-status-option4-text-selected": "var(--hop-fog-75)",
433
+ "--hop-status-option5-border": "var(--hop-toad-400)",
434
+ "--hop-status-option5-border-disabled": "var(--hop-toad-600)",
435
+ "--hop-status-option5-border-hover": "var(--hop-toad-500)",
436
+ "--hop-status-option5-border-press": "var(--hop-toad-400)",
437
+ "--hop-status-option5-border-selected": "var(--hop-toad-75)",
438
+ "--hop-status-option5-icon": "var(--hop-toad-800)",
439
+ "--hop-status-option5-icon-disabled": "var(--hop-toad-500)",
440
+ "--hop-status-option5-icon-hover": "var(--hop-toad-900)",
441
+ "--hop-status-option5-icon-press": "var(--hop-toad-800)",
442
+ "--hop-status-option5-icon-selected": "var(--hop-toad-75)",
443
+ "--hop-status-option5-surface": "var(--hop-toad-100)",
444
+ "--hop-status-option5-surface-disabled": "var(--hop-toad-800)",
445
+ "--hop-status-option5-surface-hover": "var(--hop-toad-200)",
446
+ "--hop-status-option5-surface-press": "var(--hop-toad-300)",
447
+ "--hop-status-option5-surface-selected": "var(--hop-toad-800)",
299
448
  "--hop-status-option5-surface-strong": "var(--hop-toad-100)",
300
- "--hop-status-option5-text": "var(--hop-toad-900)",
301
- "--hop-status-option6-icon": "var(--hop-sunken-treasure-900)",
302
- "--hop-status-option6-surface": "var(--hop-sunken-treasure-75)",
449
+ "--hop-status-option5-text": "var(--hop-toad-800)",
450
+ "--hop-status-option5-text-disabled": "var(--hop-toad-500)",
451
+ "--hop-status-option5-text-hover": "var(--hop-toad-900)",
452
+ "--hop-status-option5-text-press": "var(--hop-toad-800)",
453
+ "--hop-status-option5-text-selected": "var(--hop-toad-75)",
454
+ "--hop-status-option6-border": "var(--hop-sunken-treasure-400)",
455
+ "--hop-status-option6-border-disabled": "var(--hop-sunken-treasure-600)",
456
+ "--hop-status-option6-border-hover": "var(--hop-sunken-treasure-500)",
457
+ "--hop-status-option6-border-press": "var(--hop-sunken-treasure-400)",
458
+ "--hop-status-option6-border-selected": "var(--hop-sunken-treasure-75)",
459
+ "--hop-status-option6-icon": "var(--hop-sunken-treasure-800)",
460
+ "--hop-status-option6-icon-disabled": "var(--hop-sunken-treasure-500)",
461
+ "--hop-status-option6-icon-hover": "var(--hop-sunken-treasure-900)",
462
+ "--hop-status-option6-icon-press": "var(--hop-sunken-treasure-800)",
463
+ "--hop-status-option6-icon-selected": "var(--hop-sunken-treasure-75)",
464
+ "--hop-status-option6-surface": "var(--hop-sunken-treasure-100)",
465
+ "--hop-status-option6-surface-disabled": "var(--hop-sunken-treasure-800)",
466
+ "--hop-status-option6-surface-hover": "var(--hop-sunken-treasure-200)",
467
+ "--hop-status-option6-surface-press": "var(--hop-sunken-treasure-300)",
468
+ "--hop-status-option6-surface-selected": "var(--hop-sunken-treasure-800)",
303
469
  "--hop-status-option6-surface-strong": "var(--hop-sunken-treasure-100)",
304
- "--hop-status-option6-text": "var(--hop-sunken-treasure-900)",
305
- "--hop-status-positive-icon": "var(--hop-moss-900)",
306
- "--hop-status-positive-surface": "var(--hop-moss-75)",
470
+ "--hop-status-option6-text": "var(--hop-sunken-treasure-800)",
471
+ "--hop-status-option6-text-disabled": "var(--hop-sunken-treasure-500)",
472
+ "--hop-status-option6-text-hover": "var(--hop-sunken-treasure-900)",
473
+ "--hop-status-option6-text-press": "var(--hop-sunken-treasure-800)",
474
+ "--hop-status-option6-text-selected": "var(--hop-sunken-treasure-75)",
475
+ "--hop-status-positive-border": "var(--hop-moss-400)",
476
+ "--hop-status-positive-border-disabled": "var(--hop-moss-800)",
477
+ "--hop-status-positive-border-hover": "var(--hop-moss-500)",
478
+ "--hop-status-positive-border-press": "var(--hop-moss-400)",
479
+ "--hop-status-positive-border-selected": "var(--hop-moss-75)",
480
+ "--hop-status-positive-icon": "var(--hop-moss-800)",
481
+ "--hop-status-positive-icon-disabled": "var(--hop-moss-200)",
482
+ "--hop-status-positive-icon-hover": "var(--hop-moss-900)",
483
+ "--hop-status-positive-icon-press": "var(--hop-moss-800)",
484
+ "--hop-status-positive-icon-selected": "var(--hop-moss-75)",
485
+ "--hop-status-positive-surface": "var(--hop-moss-100)",
486
+ "--hop-status-positive-surface-disabled": "var(--hop-moss-800)",
487
+ "--hop-status-positive-surface-hover": "var(--hop-moss-200)",
488
+ "--hop-status-positive-surface-press": "var(--hop-moss-300)",
489
+ "--hop-status-positive-surface-selected": "var(--hop-moss-800)",
307
490
  "--hop-status-positive-surface-strong": "var(--hop-moss-200)",
308
- "--hop-status-positive-text": "var(--hop-moss-900)",
309
- "--hop-status-progress-icon": "var(--hop-sapphire-900)",
491
+ "--hop-status-positive-text": "var(--hop-moss-800)",
492
+ "--hop-status-positive-text-disabled": "var(--hop-moss-500)",
493
+ "--hop-status-positive-text-hover": "var(--hop-moss-900)",
494
+ "--hop-status-positive-text-press": "var(--hop-moss-800)",
495
+ "--hop-status-positive-text-selected": "var(--hop-moss-75)",
496
+ "--hop-status-progress-border": "var(--hop-sapphire-400)",
497
+ "--hop-status-progress-border-disabled": "var(--hop-sapphire-600)",
498
+ "--hop-status-progress-border-hover": "var(--hop-sapphire-500)",
499
+ "--hop-status-progress-border-press": "var(--hop-sapphire-400)",
500
+ "--hop-status-progress-border-selected": "var(--hop-sapphire-75)",
501
+ "--hop-status-progress-icon": "var(--hop-sapphire-800)",
502
+ "--hop-status-progress-icon-disabled": "var(--hop-sapphire-500)",
503
+ "--hop-status-progress-icon-hover": "var(--hop-sapphire-900)",
504
+ "--hop-status-progress-icon-press": "var(--hop-sapphire-800)",
505
+ "--hop-status-progress-icon-selected": "var(--hop-sapphire-75)",
310
506
  "--hop-status-progress-surface": "var(--hop-sapphire-100)",
507
+ "--hop-status-progress-surface-disabled": "var(--hop-sapphire-800)",
508
+ "--hop-status-progress-surface-hover": "var(--hop-sapphire-200)",
509
+ "--hop-status-progress-surface-press": "var(--hop-sapphire-300)",
510
+ "--hop-status-progress-surface-selected": "var(--hop-sapphire-800)",
311
511
  "--hop-status-progress-surface-strong": "var(--hop-sapphire-200)",
312
- "--hop-status-progress-text": "var(--hop-sapphire-900)",
512
+ "--hop-status-progress-text": "var(--hop-sapphire-800)",
513
+ "--hop-status-progress-text-disabled": "var(--hop-sapphire-500)",
514
+ "--hop-status-progress-text-hover": "var(--hop-sapphire-900)",
515
+ "--hop-status-progress-text-press": "var(--hop-sapphire-800)",
516
+ "--hop-status-progress-text-selected": "var(--hop-sapphire-75)",
313
517
  "--hop-success-border": "var(--hop-moss-500)",
314
518
  "--hop-success-icon": "var(--hop-moss-900)",
315
519
  "--hop-success-icon-weakest": "var(--hop-moss-200)",