@hopper-ui/styled-system 1.2.0 → 2.0.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 (60) hide show
  1. package/CHANGELOG.md +109 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.d.ts +3 -0
  4. package/dist/StyledSystemProvider.js +17 -17
  5. package/dist/chunk-2UOTJGT6.js +12 -0
  6. package/dist/{chunk-GFXIV6J4.js → chunk-3KPNXG7H.js} +23 -21
  7. package/dist/{chunk-JKXZGQAL.js → chunk-4E7VQIC5.js} +249 -183
  8. package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
  9. package/dist/{chunk-B6ZBFYWJ.js → chunk-6IPAN22Z.js} +3 -3
  10. package/dist/{chunk-EJR6CH3T.js → chunk-6KT6K6NI.js} +1 -1
  11. package/dist/{chunk-ZDENFQ6H.js → chunk-BUQLB5H6.js} +2 -2
  12. package/dist/{chunk-45MYTH4M.js → chunk-CFIMNXX5.js} +2 -2
  13. package/dist/{chunk-KKVEOD5L.js → chunk-FAICHNEU.js} +220 -154
  14. package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
  15. package/dist/{chunk-RKTVEOXM.js → chunk-JSOM3YJJ.js} +6 -6
  16. package/dist/{chunk-LCW3QCQQ.js → chunk-KOWHTPQC.js} +2 -2
  17. package/dist/{chunk-TSYETPJT.js → chunk-KQGCMT5E.js} +5 -5
  18. package/dist/{chunk-E2EGUGKS.js → chunk-LKOZVSXD.js} +289 -221
  19. package/dist/{chunk-DRFY5W7M.js → chunk-NJIDLCB7.js} +1 -1
  20. package/dist/{chunk-J2UW6IZ5.js → chunk-VTGIKL3T.js} +2 -2
  21. package/dist/color-scheme/ColorSchemeContext.js +1 -1
  22. package/dist/color-scheme/useColorScheme.js +3 -3
  23. package/dist/color-scheme/useColorSchemeValue.js +1 -1
  24. package/dist/global-styles/BodyStyleProvider.js +4 -4
  25. package/dist/html-wrappers/html.css +34 -34
  26. package/dist/html-wrappers/html.js +6 -6
  27. package/dist/html-wrappers/htmlElement.css +34 -34
  28. package/dist/html-wrappers/htmlElement.js +5 -5
  29. package/dist/index.css +34 -34
  30. package/dist/index.js +17 -17
  31. package/dist/responsive/BreakpointContext.js +1 -1
  32. package/dist/responsive/BreakpointProvider.d.ts +5 -0
  33. package/dist/responsive/BreakpointProvider.js +3 -3
  34. package/dist/responsive/Breakpoints.js +1 -1
  35. package/dist/responsive/useResponsiveValue.js +1 -1
  36. package/dist/styledSystemProps.js +1 -1
  37. package/dist/styledSystemRootCssClass.js +2 -2
  38. package/dist/tokens/TokenProvider.js +6 -6
  39. package/dist/tokens/generated/darkSemanticTokens.d.ts +279 -211
  40. package/dist/tokens/generated/darkSemanticTokens.js +2 -2
  41. package/dist/tokens/generated/lightSemanticTokens.d.ts +242 -176
  42. package/dist/tokens/generated/lightSemanticTokens.js +2 -2
  43. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +217 -151
  44. package/dist/tokens/generated/styledSystemToTokenMappings.js +2 -2
  45. package/dist/tokens/tokenMappings.d.ts +286 -206
  46. package/dist/tokens/tokenMappings.js +3 -3
  47. package/dist/tokens/tokens.d.ts +523 -389
  48. package/dist/tokens/tokens.js +4 -4
  49. package/dist/useStyledSystem.css +31 -31
  50. package/dist/useStyledSystem.d.ts +1 -1
  51. package/dist/useStyledSystem.js +4 -4
  52. package/dist/utils/assertion.js +1 -1
  53. package/dist/utils/useInsertStyleElement.js +1 -1
  54. package/dist/utils/useIsomorphicInsertionEffect.js +1 -1
  55. package/dist/utils/useIsomorphicLayoutEffect.js +1 -1
  56. package/dist/utils/useMediaQuery.js +2 -2
  57. package/dist/utils/useThemeComputedStyle.js +2 -2
  58. package/package.json +24 -22
  59. package/dist/chunk-6LX4VMOV.js +0 -26
  60. package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
@@ -407,108 +407,124 @@ declare const BackgroundColorMapping: {
407
407
  "core_rock-800": string;
408
408
  "core_rock-900": string;
409
409
  core_samoyed: string;
410
- "upsell-hover": string;
411
- "upsell-weak": string;
412
- "upsell-disabled": string;
413
- "upsell-active": string;
414
- upsell: string;
410
+ "danger-active": string;
411
+ "danger-weak-active": string;
415
412
  danger: string;
413
+ "danger-selected": string;
416
414
  "danger-disabled": string;
417
415
  "danger-hover": string;
416
+ "danger-press": string;
418
417
  "danger-strong": string;
419
418
  "danger-strong-hover": string;
420
419
  "danger-weak": string;
421
- "danger-active": string;
420
+ "danger-weak-hover": string;
421
+ "danger-weak-press": string;
422
+ "neutral-active": string;
423
+ "neutral-weak-active": string;
424
+ neutral: string;
425
+ "neutral-selected": string;
426
+ "neutral-disabled": string;
427
+ "neutral-hover": string;
428
+ "neutral-press": string;
429
+ "neutral-strong": string;
430
+ "neutral-weak": string;
431
+ "neutral-weak-selected": string;
432
+ "neutral-weak-hover": string;
433
+ "neutral-weak-press": string;
434
+ "neutral-weakest": string;
435
+ "neutral-weakest-selected": string;
436
+ "neutral-weakest-hover": string;
437
+ "primary-active": string;
438
+ "primary-strong-active": string;
439
+ "primary-weak-active": string;
440
+ primary: string;
441
+ "primary-selected": string;
422
442
  "primary-disabled": string;
423
443
  "primary-focus": string;
424
- primary: string;
425
- "primary-weak": string;
444
+ "primary-hover": string;
445
+ "primary-press": string;
426
446
  "primary-strong": string;
427
- "primary-strong-active": string;
447
+ "primary-strong-selected": string;
428
448
  "primary-strong-hover": string;
429
- "primary-hover": string;
430
- "primary-active": string;
449
+ "primary-strong-press": string;
450
+ "primary-weak": string;
451
+ "primary-weak-hover": string;
452
+ "primary-weak-press": string;
453
+ "upsell-active": string;
454
+ "upsell-weak-active": string;
455
+ upsell: string;
456
+ "upsell-selected": string;
457
+ "upsell-disabled": string;
458
+ "upsell-hover": string;
459
+ "upsell-press": string;
460
+ "upsell-weak": string;
461
+ "upsell-weak-hover": string;
462
+ "upsell-weak-press": string;
431
463
  "decorative-option9": string;
432
- "decorative-option9-strong": string;
433
464
  "decorative-option9-hover": string;
465
+ "decorative-option9-strong": string;
434
466
  "decorative-option9-weak": string;
435
467
  "decorative-option9-weak-hover": string;
436
468
  "decorative-option9-weakest": string;
437
- "decorative-option8-weakest": string;
438
- "decorative-option8-weak": string;
439
- "decorative-option8-weak-hover": string;
469
+ "decorative-option8": string;
440
470
  "decorative-option8-hover": string;
441
471
  "decorative-option8-strong": string;
442
- "decorative-option8": string;
443
- "decorative-option7-weakest": string;
472
+ "decorative-option8-weak": string;
473
+ "decorative-option8-weak-hover": string;
474
+ "decorative-option8-weakest": string;
475
+ "decorative-option7": string;
476
+ "decorative-option7-hover": string;
477
+ "decorative-option7-strong": string;
444
478
  "decorative-option7-weak": string;
445
479
  "decorative-option7-weak-hover": string;
446
- "decorative-option7-strong": string;
447
- "decorative-option7-hover": string;
448
- "decorative-option7": string;
449
- "decorative-option5-weakest": string;
450
- "decorative-option5-weak": string;
451
- "decorative-option5-strong": string;
452
- "decorative-option5-hover": string;
480
+ "decorative-option7-weakest": string;
453
481
  "decorative-option5": string;
454
- "decorative-option6-weakest": string;
455
- "decorative-option6-weak": string;
456
- "decorative-option6-weak-hover": string;
482
+ "decorative-option5-hover": string;
483
+ "decorative-option5-strong": string;
484
+ "decorative-option5-weak": string;
485
+ "decorative-option5-weak-hover": string;
486
+ "decorative-option5-weakest": string;
487
+ "decorative-option6": string;
457
488
  "decorative-option6-hover": string;
458
489
  "decorative-option6-strong": string;
459
- "decorative-option6": string;
460
- "decorative-option4-weakest": string;
490
+ "decorative-option6-weak": string;
491
+ "decorative-option6-weak-hover": string;
492
+ "decorative-option6-weakest": string;
493
+ "decorative-option4": string;
494
+ "decorative-option4-hover": string;
495
+ "decorative-option4-strong": string;
461
496
  "decorative-option4-weak": string;
462
497
  "decorative-option4-weak-hover": string;
463
- "decorative-option4-strong": string;
464
- "decorative-option4-hover": string;
465
- "decorative-option4": string;
498
+ "decorative-option4-weakest": string;
499
+ "decorative-option3": string;
500
+ "decorative-option3-hover": string;
501
+ "decorative-option3-strong": string;
466
502
  "decorative-option3-weak": string;
467
503
  "decorative-option3-weak-hover": string;
468
504
  "decorative-option3-weakest": string;
469
- "decorative-option3-strong": string;
470
- "decorative-option3-hover": string;
471
- "decorative-option3": string;
472
- "decorative-option2-weakest": string;
473
- "decorative-option2-weak": string;
474
- "decorative-option2-weak-hover": string;
475
- "decorative-option2-strong": string;
476
505
  "decorative-option2": string;
477
506
  "decorative-option2-hover": string;
507
+ "decorative-option2-strong": string;
508
+ "decorative-option2-weak": string;
509
+ "decorative-option2-weak-hover": string;
510
+ "decorative-option2-weakest": string;
511
+ "decorative-option1": string;
512
+ "decorative-option1-hover": string;
513
+ "decorative-option1-strong": string;
478
514
  "decorative-option1-weak": string;
479
515
  "decorative-option1-weak-hover": string;
480
516
  "decorative-option1-weakest": string;
481
- "decorative-option1-strong": string;
482
- "decorative-option1-hover": string;
483
- "decorative-option1": string;
484
- "neutral-weakest-active": string;
485
- "neutral-weakest-hover": string;
486
- "neutral-disabled": string;
487
- "neutral-active": string;
488
- "neutral-weak": string;
489
- neutral: string;
490
- "neutral-strong": string;
491
- "neutral-hover": string;
492
- "neutral-weak-hover": string;
493
- "neutral-weak-active": string;
494
- "neutral-weakest": string;
495
- warning: string;
496
- "warning-strong": string;
497
- "warning-weak": string;
498
- success: string;
499
- "success-strong": string;
500
- "success-weak": string;
501
- "information-strong": string;
502
517
  information: string;
518
+ "information-strong": string;
503
519
  "information-weak": string;
504
- "status-neutral-strong": string;
520
+ "status-caution-strong": string;
521
+ "status-caution": string;
522
+ "status-inactive-strong": string;
523
+ "status-inactive": string;
524
+ "status-negative-strong": string;
525
+ "status-negative": string;
505
526
  "status-neutral": string;
506
- "status-progress-strong": string;
507
- "status-progress": string;
508
- "status-option6-strong": string;
509
- "status-option6": string;
510
- "status-option5-strong": string;
511
- "status-option5": string;
527
+ "status-neutral-strong": string;
512
528
  "status-option1-strong": string;
513
529
  "status-option1": string;
514
530
  "status-option2-strong": string;
@@ -517,14 +533,20 @@ declare const BackgroundColorMapping: {
517
533
  "status-option3": string;
518
534
  "status-option4-strong": string;
519
535
  "status-option4": string;
520
- "status-caution-strong": string;
521
- "status-caution": string;
522
- "status-negative-strong": string;
523
- "status-negative": string;
524
- "status-inactive-strong": string;
525
- "status-inactive": string;
536
+ "status-option5": string;
537
+ "status-option5-strong": string;
538
+ "status-option6": string;
539
+ "status-option6-strong": string;
526
540
  "status-positive-strong": string;
527
541
  "status-positive": string;
542
+ "status-progress": string;
543
+ "status-progress-strong": string;
544
+ success: string;
545
+ "success-strong": string;
546
+ "success-weak": string;
547
+ warning: string;
548
+ "warning-strong": string;
549
+ "warning-weak": string;
528
550
  };
529
551
  declare const BorderMapping: {
530
552
  "dataviz_monochromatic-primary-25": string;
@@ -927,108 +949,124 @@ declare const BorderMapping: {
927
949
  "core_rock-800": string;
928
950
  "core_rock-900": string;
929
951
  core_samoyed: string;
930
- "upsell-hover": string;
931
- "upsell-weak": string;
932
- "upsell-disabled": string;
933
- "upsell-active": string;
934
- upsell: string;
952
+ "danger-active": string;
953
+ "danger-weak-active": string;
935
954
  danger: string;
955
+ "danger-selected": string;
936
956
  "danger-disabled": string;
937
957
  "danger-hover": string;
958
+ "danger-press": string;
938
959
  "danger-strong": string;
939
960
  "danger-strong-hover": string;
940
961
  "danger-weak": string;
941
- "danger-active": string;
962
+ "danger-weak-hover": string;
963
+ "danger-weak-press": string;
964
+ "neutral-active": string;
965
+ "neutral-weak-active": string;
966
+ neutral: string;
967
+ "neutral-selected": string;
968
+ "neutral-disabled": string;
969
+ "neutral-hover": string;
970
+ "neutral-press": string;
971
+ "neutral-strong": string;
972
+ "neutral-weak": string;
973
+ "neutral-weak-selected": string;
974
+ "neutral-weak-hover": string;
975
+ "neutral-weak-press": string;
976
+ "neutral-weakest": string;
977
+ "neutral-weakest-selected": string;
978
+ "neutral-weakest-hover": string;
979
+ "primary-active": string;
980
+ "primary-strong-active": string;
981
+ "primary-weak-active": string;
982
+ primary: string;
983
+ "primary-selected": string;
942
984
  "primary-disabled": string;
943
985
  "primary-focus": string;
944
- primary: string;
945
- "primary-weak": string;
986
+ "primary-hover": string;
987
+ "primary-press": string;
946
988
  "primary-strong": string;
947
- "primary-strong-active": string;
989
+ "primary-strong-selected": string;
948
990
  "primary-strong-hover": string;
949
- "primary-hover": string;
950
- "primary-active": string;
991
+ "primary-strong-press": string;
992
+ "primary-weak": string;
993
+ "primary-weak-hover": string;
994
+ "primary-weak-press": string;
995
+ "upsell-active": string;
996
+ "upsell-weak-active": string;
997
+ upsell: string;
998
+ "upsell-selected": string;
999
+ "upsell-disabled": string;
1000
+ "upsell-hover": string;
1001
+ "upsell-press": string;
1002
+ "upsell-weak": string;
1003
+ "upsell-weak-hover": string;
1004
+ "upsell-weak-press": string;
951
1005
  "decorative-option9": string;
952
- "decorative-option9-strong": string;
953
1006
  "decorative-option9-hover": string;
1007
+ "decorative-option9-strong": string;
954
1008
  "decorative-option9-weak": string;
955
1009
  "decorative-option9-weak-hover": string;
956
1010
  "decorative-option9-weakest": string;
957
- "decorative-option8-weakest": string;
958
- "decorative-option8-weak": string;
959
- "decorative-option8-weak-hover": string;
1011
+ "decorative-option8": string;
960
1012
  "decorative-option8-hover": string;
961
1013
  "decorative-option8-strong": string;
962
- "decorative-option8": string;
963
- "decorative-option7-weakest": string;
1014
+ "decorative-option8-weak": string;
1015
+ "decorative-option8-weak-hover": string;
1016
+ "decorative-option8-weakest": string;
1017
+ "decorative-option7": string;
1018
+ "decorative-option7-hover": string;
1019
+ "decorative-option7-strong": string;
964
1020
  "decorative-option7-weak": string;
965
1021
  "decorative-option7-weak-hover": string;
966
- "decorative-option7-strong": string;
967
- "decorative-option7-hover": string;
968
- "decorative-option7": string;
969
- "decorative-option5-weakest": string;
970
- "decorative-option5-weak": string;
971
- "decorative-option5-strong": string;
972
- "decorative-option5-hover": string;
1022
+ "decorative-option7-weakest": string;
973
1023
  "decorative-option5": string;
974
- "decorative-option6-weakest": string;
975
- "decorative-option6-weak": string;
976
- "decorative-option6-weak-hover": string;
1024
+ "decorative-option5-hover": string;
1025
+ "decorative-option5-strong": string;
1026
+ "decorative-option5-weak": string;
1027
+ "decorative-option5-weak-hover": string;
1028
+ "decorative-option5-weakest": string;
1029
+ "decorative-option6": string;
977
1030
  "decorative-option6-hover": string;
978
1031
  "decorative-option6-strong": string;
979
- "decorative-option6": string;
980
- "decorative-option4-weakest": string;
1032
+ "decorative-option6-weak": string;
1033
+ "decorative-option6-weak-hover": string;
1034
+ "decorative-option6-weakest": string;
1035
+ "decorative-option4": string;
1036
+ "decorative-option4-hover": string;
1037
+ "decorative-option4-strong": string;
981
1038
  "decorative-option4-weak": string;
982
1039
  "decorative-option4-weak-hover": string;
983
- "decorative-option4-strong": string;
984
- "decorative-option4-hover": string;
985
- "decorative-option4": string;
1040
+ "decorative-option4-weakest": string;
1041
+ "decorative-option3": string;
1042
+ "decorative-option3-hover": string;
1043
+ "decorative-option3-strong": string;
986
1044
  "decorative-option3-weak": string;
987
1045
  "decorative-option3-weak-hover": string;
988
1046
  "decorative-option3-weakest": string;
989
- "decorative-option3-strong": string;
990
- "decorative-option3-hover": string;
991
- "decorative-option3": string;
992
- "decorative-option2-weakest": string;
993
- "decorative-option2-weak": string;
994
- "decorative-option2-weak-hover": string;
995
- "decorative-option2-strong": string;
996
1047
  "decorative-option2": string;
997
1048
  "decorative-option2-hover": string;
1049
+ "decorative-option2-strong": string;
1050
+ "decorative-option2-weak": string;
1051
+ "decorative-option2-weak-hover": string;
1052
+ "decorative-option2-weakest": string;
1053
+ "decorative-option1": string;
1054
+ "decorative-option1-hover": string;
1055
+ "decorative-option1-strong": string;
998
1056
  "decorative-option1-weak": string;
999
1057
  "decorative-option1-weak-hover": string;
1000
1058
  "decorative-option1-weakest": string;
1001
- "decorative-option1-strong": string;
1002
- "decorative-option1-hover": string;
1003
- "decorative-option1": string;
1004
- "neutral-weakest-active": string;
1005
- "neutral-weakest-hover": string;
1006
- "neutral-disabled": string;
1007
- "neutral-active": string;
1008
- "neutral-weak": string;
1009
- neutral: string;
1010
- "neutral-strong": string;
1011
- "neutral-hover": string;
1012
- "neutral-weak-hover": string;
1013
- "neutral-weak-active": string;
1014
- "neutral-weakest": string;
1015
- warning: string;
1016
- "warning-strong": string;
1017
- "warning-weak": string;
1018
- success: string;
1019
- "success-strong": string;
1020
- "success-weak": string;
1021
- "information-strong": string;
1022
1059
  information: string;
1060
+ "information-strong": string;
1023
1061
  "information-weak": string;
1024
- "status-neutral-strong": string;
1062
+ "status-caution-strong": string;
1063
+ "status-caution": string;
1064
+ "status-inactive-strong": string;
1065
+ "status-inactive": string;
1066
+ "status-negative-strong": string;
1067
+ "status-negative": string;
1025
1068
  "status-neutral": string;
1026
- "status-progress-strong": string;
1027
- "status-progress": string;
1028
- "status-option6-strong": string;
1029
- "status-option6": string;
1030
- "status-option5-strong": string;
1031
- "status-option5": string;
1069
+ "status-neutral-strong": string;
1032
1070
  "status-option1-strong": string;
1033
1071
  "status-option1": string;
1034
1072
  "status-option2-strong": string;
@@ -1037,14 +1075,20 @@ declare const BorderMapping: {
1037
1075
  "status-option3": string;
1038
1076
  "status-option4-strong": string;
1039
1077
  "status-option4": string;
1040
- "status-caution-strong": string;
1041
- "status-caution": string;
1042
- "status-negative-strong": string;
1043
- "status-negative": string;
1044
- "status-inactive-strong": string;
1045
- "status-inactive": string;
1078
+ "status-option5": string;
1079
+ "status-option5-strong": string;
1080
+ "status-option6": string;
1081
+ "status-option6-strong": string;
1046
1082
  "status-positive-strong": string;
1047
1083
  "status-positive": string;
1084
+ "status-progress": string;
1085
+ "status-progress-strong": string;
1086
+ success: string;
1087
+ "success-strong": string;
1088
+ "success-weak": string;
1089
+ warning: string;
1090
+ "warning-strong": string;
1091
+ "warning-weak": string;
1048
1092
  };
1049
1093
  declare const TextColorMapping: {
1050
1094
  "dataviz_monochromatic-primary-25": string;
@@ -1447,66 +1491,84 @@ declare const TextColorMapping: {
1447
1491
  "core_rock-800": string;
1448
1492
  "core_rock-900": string;
1449
1493
  core_samoyed: string;
1450
- "upsell-hover": string;
1451
- "upsell-disabled": string;
1452
- "upsell-active": string;
1453
- upsell: string;
1494
+ "danger-active": string;
1495
+ "danger-weak-active": string;
1454
1496
  danger: string;
1497
+ "danger-selected": string;
1455
1498
  "danger-disabled": string;
1456
1499
  "danger-hover": string;
1500
+ "danger-press": string;
1457
1501
  "danger-strong": string;
1458
1502
  "danger-strong-hover": string;
1459
1503
  "danger-weak": string;
1460
- "danger-active": string;
1461
- "primary-disabled": string;
1504
+ "danger-weak-hover": string;
1505
+ "danger-weak-press": string;
1506
+ "neutral-active": string;
1507
+ "neutral-weak-active": string;
1508
+ neutral: string;
1509
+ "neutral-selected": string;
1510
+ "neutral-disabled": string;
1511
+ "neutral-hover": string;
1512
+ "neutral-press": string;
1513
+ "neutral-strong": string;
1514
+ "neutral-weak": string;
1515
+ "neutral-weak-hover": string;
1516
+ "neutral-weak-press": string;
1517
+ "neutral-weakest": string;
1518
+ "primary-active": string;
1462
1519
  primary: string;
1520
+ "primary-selected": string;
1521
+ "primary-disabled": string;
1522
+ "primary-hover": string;
1523
+ "primary-press": string;
1463
1524
  "primary-strong": string;
1464
1525
  "primary-strong-hover": string;
1465
- "primary-hover": string;
1466
- "primary-active": string;
1526
+ "upsell-active": string;
1527
+ "upsell-weak-active": string;
1528
+ upsell: string;
1529
+ "upsell-selected": string;
1530
+ "upsell-disabled": string;
1531
+ "upsell-hover": string;
1532
+ "upsell-press": string;
1533
+ "upsell-weak": string;
1534
+ "upsell-weak-hover": string;
1535
+ "upsell-weak-press": string;
1467
1536
  "decorative-option9": string;
1468
1537
  "decorative-option9-weak": string;
1469
- "decorative-option8-weak": string;
1470
1538
  "decorative-option8": string;
1471
- "decorative-option7-weak": string;
1539
+ "decorative-option8-weak": string;
1472
1540
  "decorative-option7": string;
1473
- "decorative-option5-weak": string;
1541
+ "decorative-option7-weak": string;
1474
1542
  "decorative-option5": string;
1475
- "decorative-option6-weak": string;
1543
+ "decorative-option5-weak": string;
1476
1544
  "decorative-option6": string;
1477
- "decorative-option4-weak": string;
1545
+ "decorative-option6-weak": string;
1478
1546
  "decorative-option4": string;
1479
- "decorative-option3-weak": string;
1547
+ "decorative-option4-weak": string;
1480
1548
  "decorative-option3": string;
1481
- "decorative-option2-weak": string;
1549
+ "decorative-option3-weak": string;
1482
1550
  "decorative-option2": string;
1483
- "decorative-option1-weak": string;
1551
+ "decorative-option2-weak": string;
1484
1552
  "decorative-option1": string;
1485
- "neutral-disabled": string;
1486
- "neutral-active": string;
1487
- "neutral-weak": string;
1488
- neutral: string;
1489
- "neutral-strong": string;
1490
- "neutral-hover": string;
1491
- "neutral-weakest": string;
1492
- warning: string;
1493
- "warning-weak": string;
1494
- success: string;
1495
- "success-weak": string;
1553
+ "decorative-option1-weak": string;
1496
1554
  information: string;
1497
1555
  "information-weak": string;
1556
+ "status-caution": string;
1557
+ "status-inactive": string;
1558
+ "status-negative": string;
1498
1559
  "status-neutral": string;
1499
- "status-progress": string;
1500
- "status-option6": string;
1501
- "status-option5": string;
1502
1560
  "status-option1": string;
1503
1561
  "status-option2": string;
1504
1562
  "status-option3": string;
1505
1563
  "status-option4": string;
1506
- "status-caution": string;
1507
- "status-negative": string;
1508
- "status-inactive": string;
1564
+ "status-option5": string;
1565
+ "status-option6": string;
1509
1566
  "status-positive": string;
1567
+ "status-progress": string;
1568
+ success: string;
1569
+ "success-weak": string;
1570
+ warning: string;
1571
+ "warning-weak": string;
1510
1572
  "success-hover": string;
1511
1573
  };
1512
1574
  declare const IconColorMapping: {
@@ -1910,22 +1972,47 @@ declare const IconColorMapping: {
1910
1972
  "core_rock-800": string;
1911
1973
  "core_rock-900": string;
1912
1974
  core_samoyed: string;
1913
- "upsell-weak": string;
1914
- "upsell-active": string;
1915
- upsell: string;
1975
+ "danger-active": string;
1976
+ "danger-weak-active": string;
1916
1977
  danger: string;
1978
+ "danger-selected": string;
1917
1979
  "danger-disabled": string;
1918
1980
  "danger-hover": string;
1981
+ "danger-press": string;
1919
1982
  "danger-strong": string;
1920
1983
  "danger-strong-hover": string;
1921
1984
  "danger-weak": string;
1922
- "danger-active": string;
1923
- "primary-disabled": string;
1985
+ "danger-weak-hover": string;
1986
+ "danger-weak-press": string;
1987
+ "neutral-active": string;
1988
+ "neutral-weak-active": string;
1989
+ neutral: string;
1990
+ "neutral-selected": string;
1991
+ "neutral-disabled": string;
1992
+ "neutral-hover": string;
1993
+ "neutral-press": string;
1994
+ "neutral-strong": string;
1995
+ "neutral-weak": string;
1996
+ "neutral-weak-hover": string;
1997
+ "neutral-weak-press": string;
1998
+ "neutral-weakest": string;
1999
+ "primary-active": string;
1924
2000
  primary: string;
2001
+ "primary-selected": string;
2002
+ "primary-disabled": string;
2003
+ "primary-hover": string;
2004
+ "primary-press": string;
1925
2005
  "primary-strong": string;
1926
2006
  "primary-strong-hover": string;
1927
- "primary-hover": string;
1928
- "primary-active": string;
2007
+ "upsell-active": string;
2008
+ "upsell-weak-active": string;
2009
+ upsell: string;
2010
+ "upsell-selected": string;
2011
+ "upsell-hover": string;
2012
+ "upsell-press": string;
2013
+ "upsell-weak": string;
2014
+ "upsell-weak-hover": string;
2015
+ "upsell-weak-press": string;
1929
2016
  "decorative-option9": string;
1930
2017
  "decorative-option8": string;
1931
2018
  "decorative-option7": string;
@@ -1935,36 +2022,29 @@ declare const IconColorMapping: {
1935
2022
  "decorative-option3": string;
1936
2023
  "decorative-option2": string;
1937
2024
  "decorative-option1": string;
1938
- "neutral-disabled": string;
1939
- "neutral-active": string;
1940
- "neutral-weak": string;
1941
- neutral: string;
1942
- "neutral-strong": string;
1943
- "neutral-hover": string;
1944
- "neutral-weak-hover": string;
1945
- "neutral-weakest": string;
1946
- warning: string;
1947
- "warning-weak": string;
1948
- success: string;
1949
- "success-weak": string;
1950
2025
  information: string;
1951
2026
  "information-weak": string;
2027
+ "status-caution": string;
2028
+ "status-inactive": string;
2029
+ "status-negative": string;
1952
2030
  "status-neutral": string;
1953
- "status-progress": string;
1954
- "status-option6": string;
1955
- "status-option5": string;
1956
2031
  "status-option1": string;
1957
2032
  "status-option2": string;
1958
2033
  "status-option3": string;
1959
2034
  "status-option4": string;
1960
- "status-caution": string;
1961
- "status-negative": string;
1962
- "status-inactive": string;
2035
+ "status-option5": string;
2036
+ "status-option6": string;
1963
2037
  "status-positive": string;
2038
+ "status-progress": string;
2039
+ success: string;
2040
+ "success-weak": string;
2041
+ warning: string;
2042
+ "warning-weak": string;
2043
+ "neutral-strong-hover": string;
1964
2044
  "upsell-weakest": string;
1965
- "warning-weakest": string;
1966
- "success-weakest": string;
1967
2045
  "information-weakest": string;
2046
+ "success-weakest": string;
2047
+ "warning-weakest": string;
1968
2048
  };
1969
2049
  declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "raised" | "lifted" | "floating", string>;
1970
2050
  declare const FontSizeMapping: Record<"core_120" | "core_140" | "core_160" | "core_180" | "core_200" | "core_240" | "core_280" | "core_320" | "core_360" | "core_480" | "heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm", string>;
@@ -1,7 +1,7 @@
1
- export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-DRFY5W7M.js';
2
- import '../chunk-KKVEOD5L.js';
1
+ export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-NJIDLCB7.js';
2
+ import '../chunk-FAICHNEU.js';
3
3
  import '../chunk-SFOVKOPG.js';
4
4
  import '../chunk-VBKLISDI.js';
5
5
  import '../chunk-XUHDFZZL.js';
6
6
  import '../chunk-U5R6ZXH3.js';
7
- import '../chunk-6LX4VMOV.js';
7
+ import '../chunk-2UOTJGT6.js';