@hopper-ui/styled-system 1.2.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +103 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.d.ts +3 -0
  4. package/dist/StyledSystemProvider.js +15 -15
  5. package/dist/{chunk-DRFY5W7M.js → chunk-5GX5VZFT.js} +1 -1
  6. package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
  7. package/dist/{chunk-EJR6CH3T.js → chunk-AZ44JR7G.js} +1 -1
  8. package/dist/{chunk-J2UW6IZ5.js → chunk-BA7JHGU6.js} +1 -1
  9. package/dist/{chunk-JKXZGQAL.js → chunk-DVOV55CD.js} +228 -189
  10. package/dist/{chunk-45MYTH4M.js → chunk-EF3UX45A.js} +2 -2
  11. package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
  12. package/dist/{chunk-LCW3QCQQ.js → chunk-GZ3MQOPA.js} +2 -2
  13. package/dist/{chunk-GFXIV6J4.js → chunk-REAV6RA4.js} +21 -19
  14. package/dist/{chunk-TSYETPJT.js → chunk-SSBFBJJN.js} +2 -2
  15. package/dist/{chunk-ZDENFQ6H.js → chunk-VJNKYHHT.js} +2 -2
  16. package/dist/{chunk-RKTVEOXM.js → chunk-XEJOSGGW.js} +6 -6
  17. package/dist/{chunk-KKVEOD5L.js → chunk-Y7GWSHYF.js} +200 -161
  18. package/dist/{chunk-E2EGUGKS.js → chunk-YJKWZYVH.js} +268 -227
  19. package/dist/color-scheme/useColorScheme.js +2 -2
  20. package/dist/global-styles/BodyStyleProvider.js +2 -2
  21. package/dist/html-wrappers/html.css +34 -34
  22. package/dist/html-wrappers/html.js +5 -5
  23. package/dist/html-wrappers/htmlElement.css +34 -34
  24. package/dist/html-wrappers/htmlElement.js +4 -4
  25. package/dist/index.css +34 -34
  26. package/dist/index.js +15 -15
  27. package/dist/responsive/BreakpointProvider.d.ts +5 -0
  28. package/dist/responsive/BreakpointProvider.js +2 -2
  29. package/dist/styledSystemRootCssClass.js +1 -1
  30. package/dist/tokens/TokenProvider.js +5 -5
  31. package/dist/tokens/generated/darkSemanticTokens.d.ts +265 -224
  32. package/dist/tokens/generated/darkSemanticTokens.js +1 -1
  33. package/dist/tokens/generated/lightSemanticTokens.d.ts +226 -187
  34. package/dist/tokens/generated/lightSemanticTokens.js +1 -1
  35. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +197 -158
  36. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  37. package/dist/tokens/tokenMappings.d.ts +261 -213
  38. package/dist/tokens/tokenMappings.js +2 -2
  39. package/dist/tokens/tokens.d.ts +501 -421
  40. package/dist/tokens/tokens.js +3 -3
  41. package/dist/useStyledSystem.css +31 -31
  42. package/dist/useStyledSystem.d.ts +1 -1
  43. package/dist/useStyledSystem.js +3 -3
  44. package/dist/utils/useMediaQuery.js +1 -1
  45. package/package.json +22 -20
  46. package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
@@ -407,108 +407,107 @@ 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;
415
410
  danger: string;
411
+ "danger-selected": string;
416
412
  "danger-disabled": string;
417
413
  "danger-hover": string;
414
+ "danger-press": string;
418
415
  "danger-strong": string;
419
416
  "danger-strong-hover": string;
420
417
  "danger-weak": string;
421
- "danger-active": string;
422
- "primary-disabled": string;
423
- "primary-focus": string;
424
- primary: string;
425
- "primary-weak": string;
426
- "primary-strong": string;
427
- "primary-strong-active": string;
428
- "primary-strong-hover": string;
429
- "primary-hover": string;
430
- "primary-active": string;
418
+ "danger-weak-hover": string;
419
+ "danger-weak-press": string;
431
420
  "decorative-option9": string;
432
- "decorative-option9-strong": string;
433
421
  "decorative-option9-hover": string;
422
+ "decorative-option9-strong": string;
434
423
  "decorative-option9-weak": string;
435
424
  "decorative-option9-weak-hover": string;
436
425
  "decorative-option9-weakest": string;
437
- "decorative-option8-weakest": string;
438
- "decorative-option8-weak": string;
439
- "decorative-option8-weak-hover": string;
426
+ "decorative-option8": string;
440
427
  "decorative-option8-hover": string;
441
428
  "decorative-option8-strong": string;
442
- "decorative-option8": string;
443
- "decorative-option7-weakest": string;
429
+ "decorative-option8-weak": string;
430
+ "decorative-option8-weak-hover": string;
431
+ "decorative-option8-weakest": string;
432
+ "decorative-option7": string;
433
+ "decorative-option7-hover": string;
434
+ "decorative-option7-strong": string;
444
435
  "decorative-option7-weak": string;
445
436
  "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;
437
+ "decorative-option7-weakest": string;
453
438
  "decorative-option5": string;
454
- "decorative-option6-weakest": string;
455
- "decorative-option6-weak": string;
456
- "decorative-option6-weak-hover": string;
439
+ "decorative-option5-hover": string;
440
+ "decorative-option5-strong": string;
441
+ "decorative-option5-weak": string;
442
+ "decorative-option5-weak-hover": string;
443
+ "decorative-option5-weakest": string;
444
+ "decorative-option6": string;
457
445
  "decorative-option6-hover": string;
458
446
  "decorative-option6-strong": string;
459
- "decorative-option6": string;
460
- "decorative-option4-weakest": string;
447
+ "decorative-option6-weak": string;
448
+ "decorative-option6-weak-hover": string;
449
+ "decorative-option6-weakest": string;
450
+ "decorative-option4": string;
451
+ "decorative-option4-hover": string;
452
+ "decorative-option4-strong": string;
461
453
  "decorative-option4-weak": string;
462
454
  "decorative-option4-weak-hover": string;
463
- "decorative-option4-strong": string;
464
- "decorative-option4-hover": string;
465
- "decorative-option4": string;
455
+ "decorative-option4-weakest": string;
456
+ "decorative-option3": string;
457
+ "decorative-option3-hover": string;
458
+ "decorative-option3-strong": string;
466
459
  "decorative-option3-weak": string;
467
460
  "decorative-option3-weak-hover": string;
468
461
  "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
462
  "decorative-option2": string;
477
463
  "decorative-option2-hover": string;
464
+ "decorative-option2-strong": string;
465
+ "decorative-option2-weak": string;
466
+ "decorative-option2-weak-hover": string;
467
+ "decorative-option2-weakest": string;
468
+ "decorative-option1": string;
469
+ "decorative-option1-hover": string;
470
+ "decorative-option1-strong": string;
478
471
  "decorative-option1-weak": string;
479
472
  "decorative-option1-weak-hover": string;
480
473
  "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;
474
+ information: string;
475
+ "information-strong": string;
476
+ "information-weak": string;
489
477
  neutral: string;
490
- "neutral-strong": string;
478
+ "neutral-selected": string;
479
+ "neutral-disabled": string;
491
480
  "neutral-hover": string;
481
+ "neutral-press": string;
482
+ "neutral-strong": string;
483
+ "neutral-weak": string;
484
+ "neutral-weak-selected": string;
492
485
  "neutral-weak-hover": string;
493
- "neutral-weak-active": string;
486
+ "neutral-weak-press": string;
494
487
  "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
- information: string;
503
- "information-weak": string;
504
- "status-neutral-strong": string;
488
+ "neutral-weakest-selected": string;
489
+ "neutral-weakest-hover": string;
490
+ primary: string;
491
+ "primary-selected": string;
492
+ "primary-disabled": string;
493
+ "primary-focus": string;
494
+ "primary-hover": string;
495
+ "primary-press": string;
496
+ "primary-strong": string;
497
+ "primary-strong-selected": string;
498
+ "primary-strong-hover": string;
499
+ "primary-strong-press": string;
500
+ "primary-weak": string;
501
+ "primary-weak-hover": string;
502
+ "primary-weak-press": string;
503
+ "status-caution-strong": string;
504
+ "status-caution": string;
505
+ "status-inactive-strong": string;
506
+ "status-inactive": string;
507
+ "status-negative-strong": string;
508
+ "status-negative": string;
505
509
  "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;
510
+ "status-neutral-strong": string;
512
511
  "status-option1-strong": string;
513
512
  "status-option1": string;
514
513
  "status-option2-strong": string;
@@ -517,14 +516,28 @@ declare const BackgroundColorMapping: {
517
516
  "status-option3": string;
518
517
  "status-option4-strong": string;
519
518
  "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;
519
+ "status-option5": string;
520
+ "status-option5-strong": string;
521
+ "status-option6": string;
522
+ "status-option6-strong": string;
526
523
  "status-positive-strong": string;
527
524
  "status-positive": string;
525
+ "status-progress": string;
526
+ "status-progress-strong": string;
527
+ success: string;
528
+ "success-strong": string;
529
+ "success-weak": string;
530
+ upsell: string;
531
+ "upsell-selected": string;
532
+ "upsell-disabled": string;
533
+ "upsell-hover": string;
534
+ "upsell-press": string;
535
+ "upsell-weak": string;
536
+ "upsell-weak-hover": string;
537
+ "upsell-weak-press": string;
538
+ warning: string;
539
+ "warning-strong": string;
540
+ "warning-weak": string;
528
541
  };
529
542
  declare const BorderMapping: {
530
543
  "dataviz_monochromatic-primary-25": string;
@@ -927,108 +940,107 @@ declare const BorderMapping: {
927
940
  "core_rock-800": string;
928
941
  "core_rock-900": string;
929
942
  core_samoyed: string;
930
- "upsell-hover": string;
931
- "upsell-weak": string;
932
- "upsell-disabled": string;
933
- "upsell-active": string;
934
- upsell: string;
935
943
  danger: string;
944
+ "danger-selected": string;
936
945
  "danger-disabled": string;
937
946
  "danger-hover": string;
947
+ "danger-press": string;
938
948
  "danger-strong": string;
939
949
  "danger-strong-hover": string;
940
950
  "danger-weak": string;
941
- "danger-active": string;
942
- "primary-disabled": string;
943
- "primary-focus": string;
944
- primary: string;
945
- "primary-weak": string;
946
- "primary-strong": string;
947
- "primary-strong-active": string;
948
- "primary-strong-hover": string;
949
- "primary-hover": string;
950
- "primary-active": string;
951
+ "danger-weak-hover": string;
952
+ "danger-weak-press": string;
951
953
  "decorative-option9": string;
952
- "decorative-option9-strong": string;
953
954
  "decorative-option9-hover": string;
955
+ "decorative-option9-strong": string;
954
956
  "decorative-option9-weak": string;
955
957
  "decorative-option9-weak-hover": string;
956
958
  "decorative-option9-weakest": string;
957
- "decorative-option8-weakest": string;
958
- "decorative-option8-weak": string;
959
- "decorative-option8-weak-hover": string;
959
+ "decorative-option8": string;
960
960
  "decorative-option8-hover": string;
961
961
  "decorative-option8-strong": string;
962
- "decorative-option8": string;
963
- "decorative-option7-weakest": string;
962
+ "decorative-option8-weak": string;
963
+ "decorative-option8-weak-hover": string;
964
+ "decorative-option8-weakest": string;
965
+ "decorative-option7": string;
966
+ "decorative-option7-hover": string;
967
+ "decorative-option7-strong": string;
964
968
  "decorative-option7-weak": string;
965
969
  "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;
970
+ "decorative-option7-weakest": string;
973
971
  "decorative-option5": string;
974
- "decorative-option6-weakest": string;
975
- "decorative-option6-weak": string;
976
- "decorative-option6-weak-hover": string;
972
+ "decorative-option5-hover": string;
973
+ "decorative-option5-strong": string;
974
+ "decorative-option5-weak": string;
975
+ "decorative-option5-weak-hover": string;
976
+ "decorative-option5-weakest": string;
977
+ "decorative-option6": string;
977
978
  "decorative-option6-hover": string;
978
979
  "decorative-option6-strong": string;
979
- "decorative-option6": string;
980
- "decorative-option4-weakest": string;
980
+ "decorative-option6-weak": string;
981
+ "decorative-option6-weak-hover": string;
982
+ "decorative-option6-weakest": string;
983
+ "decorative-option4": string;
984
+ "decorative-option4-hover": string;
985
+ "decorative-option4-strong": string;
981
986
  "decorative-option4-weak": string;
982
987
  "decorative-option4-weak-hover": string;
983
- "decorative-option4-strong": string;
984
- "decorative-option4-hover": string;
985
- "decorative-option4": string;
988
+ "decorative-option4-weakest": string;
989
+ "decorative-option3": string;
990
+ "decorative-option3-hover": string;
991
+ "decorative-option3-strong": string;
986
992
  "decorative-option3-weak": string;
987
993
  "decorative-option3-weak-hover": string;
988
994
  "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
995
  "decorative-option2": string;
997
996
  "decorative-option2-hover": string;
997
+ "decorative-option2-strong": string;
998
+ "decorative-option2-weak": string;
999
+ "decorative-option2-weak-hover": string;
1000
+ "decorative-option2-weakest": string;
1001
+ "decorative-option1": string;
1002
+ "decorative-option1-hover": string;
1003
+ "decorative-option1-strong": string;
998
1004
  "decorative-option1-weak": string;
999
1005
  "decorative-option1-weak-hover": string;
1000
1006
  "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;
1007
+ information: string;
1008
+ "information-strong": string;
1009
+ "information-weak": string;
1009
1010
  neutral: string;
1010
- "neutral-strong": string;
1011
+ "neutral-selected": string;
1012
+ "neutral-disabled": string;
1011
1013
  "neutral-hover": string;
1014
+ "neutral-press": string;
1015
+ "neutral-strong": string;
1016
+ "neutral-weak": string;
1017
+ "neutral-weak-selected": string;
1012
1018
  "neutral-weak-hover": string;
1013
- "neutral-weak-active": string;
1019
+ "neutral-weak-press": string;
1014
1020
  "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
- information: string;
1023
- "information-weak": string;
1024
- "status-neutral-strong": string;
1021
+ "neutral-weakest-selected": string;
1022
+ "neutral-weakest-hover": string;
1023
+ primary: string;
1024
+ "primary-selected": string;
1025
+ "primary-disabled": string;
1026
+ "primary-focus": string;
1027
+ "primary-hover": string;
1028
+ "primary-press": string;
1029
+ "primary-strong": string;
1030
+ "primary-strong-selected": string;
1031
+ "primary-strong-hover": string;
1032
+ "primary-strong-press": string;
1033
+ "primary-weak": string;
1034
+ "primary-weak-hover": string;
1035
+ "primary-weak-press": string;
1036
+ "status-caution-strong": string;
1037
+ "status-caution": string;
1038
+ "status-inactive-strong": string;
1039
+ "status-inactive": string;
1040
+ "status-negative-strong": string;
1041
+ "status-negative": string;
1025
1042
  "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;
1043
+ "status-neutral-strong": string;
1032
1044
  "status-option1-strong": string;
1033
1045
  "status-option1": string;
1034
1046
  "status-option2-strong": string;
@@ -1037,14 +1049,28 @@ declare const BorderMapping: {
1037
1049
  "status-option3": string;
1038
1050
  "status-option4-strong": string;
1039
1051
  "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;
1052
+ "status-option5": string;
1053
+ "status-option5-strong": string;
1054
+ "status-option6": string;
1055
+ "status-option6-strong": string;
1046
1056
  "status-positive-strong": string;
1047
1057
  "status-positive": string;
1058
+ "status-progress": string;
1059
+ "status-progress-strong": string;
1060
+ success: string;
1061
+ "success-strong": string;
1062
+ "success-weak": string;
1063
+ upsell: string;
1064
+ "upsell-selected": string;
1065
+ "upsell-disabled": string;
1066
+ "upsell-hover": string;
1067
+ "upsell-press": string;
1068
+ "upsell-weak": string;
1069
+ "upsell-weak-hover": string;
1070
+ "upsell-weak-press": string;
1071
+ warning: string;
1072
+ "warning-strong": string;
1073
+ "warning-weak": string;
1048
1074
  };
1049
1075
  declare const TextColorMapping: {
1050
1076
  "dataviz_monochromatic-primary-25": string;
@@ -1447,66 +1473,77 @@ declare const TextColorMapping: {
1447
1473
  "core_rock-800": string;
1448
1474
  "core_rock-900": string;
1449
1475
  core_samoyed: string;
1450
- "upsell-hover": string;
1451
- "upsell-disabled": string;
1452
- "upsell-active": string;
1453
- upsell: string;
1454
1476
  danger: string;
1477
+ "danger-selected": string;
1455
1478
  "danger-disabled": string;
1456
1479
  "danger-hover": string;
1480
+ "danger-press": string;
1457
1481
  "danger-strong": string;
1458
1482
  "danger-strong-hover": string;
1459
1483
  "danger-weak": string;
1460
- "danger-active": string;
1461
- "primary-disabled": string;
1462
- primary: string;
1463
- "primary-strong": string;
1464
- "primary-strong-hover": string;
1465
- "primary-hover": string;
1466
- "primary-active": string;
1484
+ "danger-weak-hover": string;
1485
+ "danger-weak-press": string;
1467
1486
  "decorative-option9": string;
1468
1487
  "decorative-option9-weak": string;
1469
- "decorative-option8-weak": string;
1470
1488
  "decorative-option8": string;
1471
- "decorative-option7-weak": string;
1489
+ "decorative-option8-weak": string;
1472
1490
  "decorative-option7": string;
1473
- "decorative-option5-weak": string;
1491
+ "decorative-option7-weak": string;
1474
1492
  "decorative-option5": string;
1475
- "decorative-option6-weak": string;
1493
+ "decorative-option5-weak": string;
1476
1494
  "decorative-option6": string;
1477
- "decorative-option4-weak": string;
1495
+ "decorative-option6-weak": string;
1478
1496
  "decorative-option4": string;
1479
- "decorative-option3-weak": string;
1497
+ "decorative-option4-weak": string;
1480
1498
  "decorative-option3": string;
1481
- "decorative-option2-weak": string;
1499
+ "decorative-option3-weak": string;
1482
1500
  "decorative-option2": string;
1483
- "decorative-option1-weak": string;
1501
+ "decorative-option2-weak": string;
1484
1502
  "decorative-option1": string;
1485
- "neutral-disabled": string;
1486
- "neutral-active": string;
1487
- "neutral-weak": string;
1503
+ "decorative-option1-weak": string;
1504
+ information: string;
1505
+ "information-weak": string;
1488
1506
  neutral: string;
1489
- "neutral-strong": string;
1507
+ "neutral-selected": string;
1508
+ "neutral-disabled": string;
1490
1509
  "neutral-hover": string;
1510
+ "neutral-press": string;
1511
+ "neutral-strong": string;
1512
+ "neutral-weak": string;
1513
+ "neutral-weak-hover": string;
1514
+ "neutral-weak-press": string;
1491
1515
  "neutral-weakest": string;
1492
- warning: string;
1493
- "warning-weak": string;
1494
- success: string;
1495
- "success-weak": string;
1496
- information: string;
1497
- "information-weak": string;
1516
+ primary: string;
1517
+ "primary-selected": string;
1518
+ "primary-disabled": string;
1519
+ "primary-hover": string;
1520
+ "primary-press": string;
1521
+ "primary-strong": string;
1522
+ "primary-strong-hover": string;
1523
+ "status-caution": string;
1524
+ "status-inactive": string;
1525
+ "status-negative": string;
1498
1526
  "status-neutral": string;
1499
- "status-progress": string;
1500
- "status-option6": string;
1501
- "status-option5": string;
1502
1527
  "status-option1": string;
1503
1528
  "status-option2": string;
1504
1529
  "status-option3": string;
1505
1530
  "status-option4": string;
1506
- "status-caution": string;
1507
- "status-negative": string;
1508
- "status-inactive": string;
1531
+ "status-option5": string;
1532
+ "status-option6": string;
1509
1533
  "status-positive": string;
1534
+ "status-progress": string;
1535
+ success: string;
1536
+ "success-weak": string;
1537
+ upsell: string;
1538
+ "upsell-selected": string;
1539
+ "upsell-disabled": string;
1540
+ "upsell-hover": string;
1541
+ "upsell-press": string;
1542
+ "upsell-weak": string;
1543
+ "upsell-weak-hover": string;
1544
+ "upsell-weak-press": string;
1545
+ warning: string;
1546
+ "warning-weak": string;
1510
1547
  "success-hover": string;
1511
1548
  };
1512
1549
  declare const IconColorMapping: {
@@ -1910,22 +1947,16 @@ declare const IconColorMapping: {
1910
1947
  "core_rock-800": string;
1911
1948
  "core_rock-900": string;
1912
1949
  core_samoyed: string;
1913
- "upsell-weak": string;
1914
- "upsell-active": string;
1915
- upsell: string;
1916
1950
  danger: string;
1951
+ "danger-selected": string;
1917
1952
  "danger-disabled": string;
1918
1953
  "danger-hover": string;
1954
+ "danger-press": string;
1919
1955
  "danger-strong": string;
1920
1956
  "danger-strong-hover": string;
1921
1957
  "danger-weak": string;
1922
- "danger-active": string;
1923
- "primary-disabled": string;
1924
- primary: string;
1925
- "primary-strong": string;
1926
- "primary-strong-hover": string;
1927
- "primary-hover": string;
1928
- "primary-active": string;
1958
+ "danger-weak-hover": string;
1959
+ "danger-weak-press": string;
1929
1960
  "decorative-option9": string;
1930
1961
  "decorative-option8": string;
1931
1962
  "decorative-option7": string;
@@ -1935,36 +1966,53 @@ declare const IconColorMapping: {
1935
1966
  "decorative-option3": string;
1936
1967
  "decorative-option2": string;
1937
1968
  "decorative-option1": string;
1938
- "neutral-disabled": string;
1939
- "neutral-active": string;
1940
- "neutral-weak": string;
1969
+ information: string;
1970
+ "information-weak": string;
1941
1971
  neutral: string;
1942
- "neutral-strong": string;
1972
+ "neutral-selected": string;
1973
+ "neutral-disabled": string;
1943
1974
  "neutral-hover": string;
1975
+ "neutral-press": string;
1976
+ "neutral-strong": string;
1977
+ "neutral-weak": string;
1944
1978
  "neutral-weak-hover": string;
1979
+ "neutral-weak-press": string;
1945
1980
  "neutral-weakest": string;
1946
- warning: string;
1947
- "warning-weak": string;
1948
- success: string;
1949
- "success-weak": string;
1950
- information: string;
1951
- "information-weak": string;
1981
+ primary: string;
1982
+ "primary-selected": string;
1983
+ "primary-disabled": string;
1984
+ "primary-hover": string;
1985
+ "primary-press": string;
1986
+ "primary-strong": string;
1987
+ "primary-strong-hover": string;
1988
+ "status-caution": string;
1989
+ "status-inactive": string;
1990
+ "status-negative": string;
1952
1991
  "status-neutral": string;
1953
- "status-progress": string;
1954
- "status-option6": string;
1955
- "status-option5": string;
1956
1992
  "status-option1": string;
1957
1993
  "status-option2": string;
1958
1994
  "status-option3": string;
1959
1995
  "status-option4": string;
1960
- "status-caution": string;
1961
- "status-negative": string;
1962
- "status-inactive": string;
1996
+ "status-option5": string;
1997
+ "status-option6": string;
1963
1998
  "status-positive": string;
1999
+ "status-progress": string;
2000
+ success: string;
2001
+ "success-weak": string;
2002
+ upsell: string;
2003
+ "upsell-selected": string;
2004
+ "upsell-hover": string;
2005
+ "upsell-press": string;
2006
+ "upsell-weak": string;
2007
+ "upsell-weak-hover": string;
2008
+ "upsell-weak-press": string;
2009
+ warning: string;
2010
+ "warning-weak": string;
2011
+ "information-weakest": string;
2012
+ "neutral-strong-hover": string;
2013
+ "success-weakest": string;
1964
2014
  "upsell-weakest": string;
1965
2015
  "warning-weakest": string;
1966
- "success-weakest": string;
1967
- "information-weakest": string;
1968
2016
  };
1969
2017
  declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "raised" | "lifted" | "floating", string>;
1970
2018
  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,5 +1,5 @@
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-5GX5VZFT.js';
2
+ import '../chunk-Y7GWSHYF.js';
3
3
  import '../chunk-SFOVKOPG.js';
4
4
  import '../chunk-VBKLISDI.js';
5
5
  import '../chunk-XUHDFZZL.js';