@primer/primitives 11.4.1-rc.edbe0e39 → 11.5.0-rc.14eaeb12

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 (138) hide show
  1. package/DESIGN_TOKENS_SPEC.md +14 -5
  2. package/dist/build/schemas/borderToken.d.ts +45 -3
  3. package/dist/build/schemas/borderToken.js +2 -1
  4. package/dist/build/schemas/colorToken.d.ts +639 -30
  5. package/dist/build/schemas/colorToken.js +3 -2
  6. package/dist/build/schemas/colorW3cValue.d.ts +28 -0
  7. package/dist/build/schemas/colorW3cValue.js +42 -0
  8. package/dist/build/schemas/cubicBezierToken.d.ts +1 -1
  9. package/dist/build/schemas/dimensionToken.d.ts +1 -1
  10. package/dist/build/schemas/durationToken.d.ts +1 -1
  11. package/dist/build/schemas/fontFamilyToken.d.ts +1 -1
  12. package/dist/build/schemas/fontWeightToken.d.ts +1 -1
  13. package/dist/build/schemas/gradientToken.d.ts +23 -2
  14. package/dist/build/schemas/gradientToken.js +2 -1
  15. package/dist/build/schemas/numberToken.d.ts +1 -1
  16. package/dist/build/schemas/shadowToken.d.ts +1079 -43
  17. package/dist/build/schemas/shadowToken.js +8 -2
  18. package/dist/build/schemas/stringToken.d.ts +1 -1
  19. package/dist/build/schemas/tokenType.d.ts +1 -1
  20. package/dist/build/schemas/transitionToken.d.ts +1 -1
  21. package/dist/build/schemas/typographyToken.d.ts +1 -1
  22. package/dist/build/schemas/viewportRangeToken.d.ts +1 -1
  23. package/dist/build/transformers/borderToCss.js +3 -1
  24. package/dist/build/transformers/colorAlphaToCss.js +6 -3
  25. package/dist/build/transformers/colorToHex.js +5 -2
  26. package/dist/build/transformers/colorToRgbAlpha.js +5 -2
  27. package/dist/build/transformers/colorToRgbaFloat.js +5 -0
  28. package/dist/build/transformers/durationToCss.js +4 -4
  29. package/dist/build/transformers/gradientToCss.js +2 -1
  30. package/dist/build/transformers/shadowToCss.js +4 -1
  31. package/dist/build/transformers/utilities/normalizeColorValue.d.ts +23 -0
  32. package/dist/build/transformers/utilities/normalizeColorValue.js +74 -0
  33. package/dist/build/types/borderTokenValue.d.ts +2 -1
  34. package/dist/build/types/shadowTokenValue.d.ts +2 -1
  35. package/dist/css/base/motion/motion.css +1 -1
  36. package/dist/css/functional/size/radius.css +1 -1
  37. package/dist/css/functional/size/size-coarse.css +1 -0
  38. package/dist/css/functional/size/size-fine.css +1 -0
  39. package/dist/css/functional/size/size.css +5 -0
  40. package/dist/css/functional/themes/dark-colorblind-high-contrast.css +22 -10
  41. package/dist/css/functional/themes/dark-colorblind.css +22 -10
  42. package/dist/css/functional/themes/dark-dimmed-high-contrast.css +22 -10
  43. package/dist/css/functional/themes/dark-dimmed.css +22 -10
  44. package/dist/css/functional/themes/dark-high-contrast.css +22 -10
  45. package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +22 -10
  46. package/dist/css/functional/themes/dark-tritanopia.css +22 -10
  47. package/dist/css/functional/themes/dark.css +22 -10
  48. package/dist/css/functional/themes/light-colorblind-high-contrast.css +14 -2
  49. package/dist/css/functional/themes/light-colorblind.css +20 -8
  50. package/dist/css/functional/themes/light-high-contrast.css +14 -2
  51. package/dist/css/functional/themes/light-tritanopia-high-contrast.css +14 -2
  52. package/dist/css/functional/themes/light-tritanopia.css +20 -8
  53. package/dist/css/functional/themes/light.css +20 -8
  54. package/dist/docs/functional/size/radius.json +2 -2
  55. package/dist/docs/functional/size/size-coarse.json +55 -2
  56. package/dist/docs/functional/size/size-fine.json +55 -2
  57. package/dist/docs/functional/size/size.json +135 -0
  58. package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +2502 -372
  59. package/dist/docs/functional/themes/dark-colorblind.json +2492 -370
  60. package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +2355 -205
  61. package/dist/docs/functional/themes/dark-dimmed.json +2382 -212
  62. package/dist/docs/functional/themes/dark-high-contrast.json +2507 -373
  63. package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +2517 -375
  64. package/dist/docs/functional/themes/dark-tritanopia.json +2499 -353
  65. package/dist/docs/functional/themes/dark.json +2501 -371
  66. package/dist/docs/functional/themes/light-colorblind-high-contrast.json +2354 -204
  67. package/dist/docs/functional/themes/light-colorblind.json +2344 -202
  68. package/dist/docs/functional/themes/light-high-contrast.json +2359 -205
  69. package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +2359 -205
  70. package/dist/docs/functional/themes/light-tritanopia.json +2354 -204
  71. package/dist/docs/functional/themes/light.json +2359 -205
  72. package/dist/fallbacks/functional/size/size-coarse.json +2 -1
  73. package/dist/fallbacks/functional/size/size-fine.json +2 -1
  74. package/dist/fallbacks/functional/size/size.json +5 -0
  75. package/dist/figma/dimension/dimension.json +56 -1
  76. package/dist/figma/themes/dark-colorblind.json +49 -1
  77. package/dist/figma/themes/dark-dimmed.json +51 -3
  78. package/dist/figma/themes/dark-high-contrast.json +49 -1
  79. package/dist/figma/themes/dark-tritanopia.json +49 -1
  80. package/dist/figma/themes/dark.json +49 -1
  81. package/dist/figma/themes/light-colorblind.json +49 -1
  82. package/dist/figma/themes/light-high-contrast.json +49 -1
  83. package/dist/figma/themes/light-tritanopia.json +49 -1
  84. package/dist/figma/themes/light.json +49 -1
  85. package/dist/internalCss/dark-colorblind-high-contrast.css +22 -10
  86. package/dist/internalCss/dark-colorblind.css +22 -10
  87. package/dist/internalCss/dark-dimmed-high-contrast.css +22 -10
  88. package/dist/internalCss/dark-dimmed.css +22 -10
  89. package/dist/internalCss/dark-high-contrast.css +22 -10
  90. package/dist/internalCss/dark-tritanopia-high-contrast.css +22 -10
  91. package/dist/internalCss/dark-tritanopia.css +22 -10
  92. package/dist/internalCss/dark.css +22 -10
  93. package/dist/internalCss/light-colorblind-high-contrast.css +14 -2
  94. package/dist/internalCss/light-colorblind.css +20 -8
  95. package/dist/internalCss/light-high-contrast.css +14 -2
  96. package/dist/internalCss/light-tritanopia-high-contrast.css +14 -2
  97. package/dist/internalCss/light-tritanopia.css +20 -8
  98. package/dist/internalCss/light.css +20 -8
  99. package/dist/styleLint/functional/size/radius.json +2 -2
  100. package/dist/styleLint/functional/size/size-coarse.json +57 -4
  101. package/dist/styleLint/functional/size/size-fine.json +57 -4
  102. package/dist/styleLint/functional/size/size.json +135 -0
  103. package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +2491 -349
  104. package/dist/styleLint/functional/themes/dark-colorblind.json +2481 -347
  105. package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +2516 -354
  106. package/dist/styleLint/functional/themes/dark-dimmed.json +2543 -361
  107. package/dist/styleLint/functional/themes/dark-high-contrast.json +2496 -350
  108. package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +2506 -352
  109. package/dist/styleLint/functional/themes/dark-tritanopia.json +2511 -353
  110. package/dist/styleLint/functional/themes/dark.json +2491 -349
  111. package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +2514 -352
  112. package/dist/styleLint/functional/themes/light-colorblind.json +2505 -351
  113. package/dist/styleLint/functional/themes/light-high-contrast.json +2371 -205
  114. package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +2519 -353
  115. package/dist/styleLint/functional/themes/light-tritanopia.json +2515 -353
  116. package/dist/styleLint/functional/themes/light.json +2520 -354
  117. package/package.json +4 -3
  118. package/src/tokens/base/color/dark/dark.dimmed.json5 +405 -81
  119. package/src/tokens/base/color/dark/dark.high-contrast.json5 +405 -81
  120. package/src/tokens/base/color/dark/dark.json5 +475 -95
  121. package/src/tokens/base/color/dark/display-dark.json5 +960 -192
  122. package/src/tokens/base/color/light/display-light.json5 +960 -192
  123. package/src/tokens/base/color/light/light.high-contrast.json5 +405 -81
  124. package/src/tokens/base/color/light/light.json5 +475 -95
  125. package/src/tokens/base/size/size.json5 +194 -194
  126. package/src/tokens/component/button.json5 +368 -65
  127. package/src/tokens/component/reactionButton.json5 +20 -4
  128. package/src/tokens/functional/border/border.json5 +29 -1
  129. package/src/tokens/functional/color/bgColor.json5 +10 -2
  130. package/src/tokens/functional/color/borderColor.json5 +8 -1
  131. package/src/tokens/functional/color/control.json5 +160 -32
  132. package/src/tokens/functional/color/fgColor.json5 +5 -1
  133. package/src/tokens/functional/color/syntax.json5 +10 -2
  134. package/src/tokens/functional/shadow/shadow.json5 +576 -0
  135. package/src/tokens/functional/size/radius.json5 +1 -1
  136. package/src/tokens/functional/size/size-coarse.json5 +15 -0
  137. package/src/tokens/functional/size/size-fine.json5 +15 -0
  138. package/src/tokens/functional/size/size.json5 +50 -0
@@ -2089,7 +2089,11 @@
2089
2089
  "$type": "color"
2090
2090
  },
2091
2091
  "dark-tritanopia": {
2092
- "$value": "#db61a2",
2092
+ "$value": {
2093
+ "colorSpace": "hsl",
2094
+ "components": [328, 62.9, 62],
2095
+ "hex": "#db61a2"
2096
+ },
2093
2097
  "alpha": 0.1,
2094
2098
  "filePath": "src/tokens/functional/color/bgColor.json5",
2095
2099
  "isSource": true,
@@ -2126,7 +2130,11 @@
2126
2130
  "$type": "color"
2127
2131
  },
2128
2132
  "dark-tritanopia": {
2129
- "$value": "#db61a2",
2133
+ "$value": {
2134
+ "colorSpace": "hsl",
2135
+ "components": [328, 62.9, 62],
2136
+ "hex": "#db61a2"
2137
+ },
2130
2138
  "alpha": 0.1,
2131
2139
  "filePath": "src/tokens/functional/color/bgColor.json5",
2132
2140
  "isSource": true,
@@ -2750,6 +2758,44 @@
2750
2758
  "value": "0.0625rem solid #986ee266",
2751
2759
  "type": "border"
2752
2760
  },
2761
+ "border-draft-emphasis": {
2762
+ "key": "{border.draft.emphasis}",
2763
+ "filePath": "src/tokens/functional/border/border.json5",
2764
+ "isSource": true,
2765
+ "original": {
2766
+ "$value": {
2767
+ "color": "{borderColor.draft.emphasis}",
2768
+ "style": "solid",
2769
+ "width": "{borderWidth.default}"
2770
+ },
2771
+ "$type": "border",
2772
+ "key": "{border.draft.emphasis}"
2773
+ },
2774
+ "name": "border-draft-emphasis",
2775
+ "attributes": {},
2776
+ "path": ["border", "draft", "emphasis"],
2777
+ "value": "0.0625rem solid #656c76",
2778
+ "type": "border"
2779
+ },
2780
+ "border-draft-muted": {
2781
+ "key": "{border.draft.muted}",
2782
+ "filePath": "src/tokens/functional/border/border.json5",
2783
+ "isSource": true,
2784
+ "original": {
2785
+ "$value": {
2786
+ "color": "{borderColor.draft.muted}",
2787
+ "style": "solid",
2788
+ "width": "{borderWidth.default}"
2789
+ },
2790
+ "$type": "border",
2791
+ "key": "{border.draft.muted}"
2792
+ },
2793
+ "name": "border-draft-muted",
2794
+ "attributes": {},
2795
+ "path": ["border", "draft", "muted"],
2796
+ "value": "0.0625rem solid #3d444db3",
2797
+ "type": "border"
2798
+ },
2753
2799
  "border-emphasis": {
2754
2800
  "key": "{border.emphasis}",
2755
2801
  "filePath": "src/tokens/functional/border/border.json5",
@@ -2970,6 +3016,27 @@
2970
3016
  "value": "0.0625rem solid #46954a66",
2971
3017
  "type": "border"
2972
3018
  },
3019
+ "border-translucent": {
3020
+ "key": "{border.translucent}",
3021
+ "filePath": "src/tokens/functional/border/border.json5",
3022
+ "isSource": true,
3023
+ "original": {
3024
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3025
+ "$value": {
3026
+ "color": "{borderColor.translucent}",
3027
+ "style": "solid",
3028
+ "width": "{borderWidth.default}"
3029
+ },
3030
+ "$type": "border",
3031
+ "key": "{border.translucent}"
3032
+ },
3033
+ "name": "border-translucent",
3034
+ "attributes": {},
3035
+ "path": ["border", "translucent"],
3036
+ "value": "0.0625rem solid #cdd9e526",
3037
+ "type": "border",
3038
+ "description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
3039
+ },
2973
3040
  "border-transparent": {
2974
3041
  "key": "{border.transparent}",
2975
3042
  "filePath": "src/tokens/functional/border/border.json5",
@@ -5829,7 +5896,7 @@
5829
5896
  "original": {
5830
5897
  "$value": "{base.color.neutral.13}",
5831
5898
  "$type": "color",
5832
- "$description": "Semi-transparent border for overlays and layered elements",
5899
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5833
5900
  "$extensions": {
5834
5901
  "org.primer.figma": {
5835
5902
  "collection": "mode",
@@ -5900,7 +5967,7 @@
5900
5967
  "path": ["borderColor", "translucent"],
5901
5968
  "value": "#cdd9e526",
5902
5969
  "type": "color",
5903
- "description": "Semi-transparent border for overlays and layered elements"
5970
+ "description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
5904
5971
  },
5905
5972
  "borderColor-transparent": {
5906
5973
  "key": "{borderColor.transparent}",
@@ -6622,13 +6689,21 @@
6622
6689
  "$type": "color"
6623
6690
  },
6624
6691
  "dark-dimmed-high-contrast": {
6625
- "$value": "#ffffff",
6692
+ "$value": {
6693
+ "colorSpace": "hsl",
6694
+ "components": [0, 0, 100],
6695
+ "hex": "#ffffff"
6696
+ },
6626
6697
  "filePath": "src/tokens/component/button.json5",
6627
6698
  "isSource": true,
6628
6699
  "$type": "color"
6629
6700
  },
6630
6701
  "dark-dimmed": {
6631
- "$value": "#ffffff",
6702
+ "$value": {
6703
+ "colorSpace": "hsl",
6704
+ "components": [0, 0, 100],
6705
+ "hex": "#ffffff"
6706
+ },
6632
6707
  "filePath": "src/tokens/component/button.json5",
6633
6708
  "isSource": true,
6634
6709
  "$type": "color"
@@ -6638,7 +6713,11 @@
6638
6713
  "filePath": "src/tokens/component/button.json5",
6639
6714
  "isSource": true,
6640
6715
  "original": {
6641
- "$value": "#ffffff",
6716
+ "$value": {
6717
+ "colorSpace": "hsl",
6718
+ "components": [0, 0, 100],
6719
+ "hex": "#ffffff"
6720
+ },
6642
6721
  "$type": "color",
6643
6722
  "$extensions": {
6644
6723
  "org.primer.figma": {
@@ -6654,13 +6733,21 @@
6654
6733
  "$type": "color"
6655
6734
  },
6656
6735
  "dark-dimmed-high-contrast": {
6657
- "$value": "#ffffff",
6736
+ "$value": {
6737
+ "colorSpace": "hsl",
6738
+ "components": [0, 0, 100],
6739
+ "hex": "#ffffff"
6740
+ },
6658
6741
  "filePath": "src/tokens/component/button.json5",
6659
6742
  "isSource": true,
6660
6743
  "$type": "color"
6661
6744
  },
6662
6745
  "dark-dimmed": {
6663
- "$value": "#ffffff",
6746
+ "$value": {
6747
+ "colorSpace": "hsl",
6748
+ "components": [0, 0, 100],
6749
+ "hex": "#ffffff"
6750
+ },
6664
6751
  "filePath": "src/tokens/component/button.json5",
6665
6752
  "isSource": true,
6666
6753
  "$type": "color"
@@ -6740,13 +6827,21 @@
6740
6827
  "$type": "color"
6741
6828
  },
6742
6829
  "dark-dimmed-high-contrast": {
6743
- "$value": "#ffffff",
6830
+ "$value": {
6831
+ "colorSpace": "hsl",
6832
+ "components": [0, 0, 100],
6833
+ "hex": "#ffffff"
6834
+ },
6744
6835
  "filePath": "src/tokens/component/button.json5",
6745
6836
  "isSource": true,
6746
6837
  "$type": "color"
6747
6838
  },
6748
6839
  "dark-dimmed": {
6749
- "$value": "#ffffff",
6840
+ "$value": {
6841
+ "colorSpace": "hsl",
6842
+ "components": [0, 0, 100],
6843
+ "hex": "#ffffff"
6844
+ },
6750
6845
  "filePath": "src/tokens/component/button.json5",
6751
6846
  "isSource": true,
6752
6847
  "$type": "color"
@@ -6756,7 +6851,11 @@
6756
6851
  "filePath": "src/tokens/component/button.json5",
6757
6852
  "isSource": true,
6758
6853
  "original": {
6759
- "$value": "#ffffff",
6854
+ "$value": {
6855
+ "colorSpace": "hsl",
6856
+ "components": [0, 0, 100],
6857
+ "hex": "#ffffff"
6858
+ },
6760
6859
  "$type": "color",
6761
6860
  "$extensions": {
6762
6861
  "org.primer.figma": {
@@ -6772,13 +6871,21 @@
6772
6871
  "$type": "color"
6773
6872
  },
6774
6873
  "dark-dimmed-high-contrast": {
6775
- "$value": "#ffffff",
6874
+ "$value": {
6875
+ "colorSpace": "hsl",
6876
+ "components": [0, 0, 100],
6877
+ "hex": "#ffffff"
6878
+ },
6776
6879
  "filePath": "src/tokens/component/button.json5",
6777
6880
  "isSource": true,
6778
6881
  "$type": "color"
6779
6882
  },
6780
6883
  "dark-dimmed": {
6781
- "$value": "#ffffff",
6884
+ "$value": {
6885
+ "colorSpace": "hsl",
6886
+ "components": [0, 0, 100],
6887
+ "hex": "#ffffff"
6888
+ },
6782
6889
  "filePath": "src/tokens/component/button.json5",
6783
6890
  "isSource": true,
6784
6891
  "$type": "color"
@@ -6803,13 +6910,21 @@
6803
6910
  },
6804
6911
  "org.primer.overrides": {
6805
6912
  "dark": {
6806
- "$value": "#FA5E55",
6913
+ "$value": {
6914
+ "colorSpace": "hsl",
6915
+ "components": [3.3, 94.3, 65.7],
6916
+ "hex": "#FA5E55"
6917
+ },
6807
6918
  "filePath": "src/tokens/component/button.json5",
6808
6919
  "isSource": true,
6809
6920
  "$type": "color"
6810
6921
  },
6811
6922
  "dark-dimmed": {
6812
- "$value": "#ea5c53",
6923
+ "$value": {
6924
+ "colorSpace": "hsl",
6925
+ "components": [3.6, 78.2, 62.2],
6926
+ "hex": "#ea5c53"
6927
+ },
6813
6928
  "filePath": "src/tokens/component/button.json5",
6814
6929
  "isSource": true,
6815
6930
  "$type": "color"
@@ -6849,7 +6964,11 @@
6849
6964
  "filePath": "src/tokens/component/button.json5",
6850
6965
  "isSource": true,
6851
6966
  "original": {
6852
- "$value": "#ea5c53",
6967
+ "$value": {
6968
+ "colorSpace": "hsl",
6969
+ "components": [3.6, 78.2, 62.2],
6970
+ "hex": "#ea5c53"
6971
+ },
6853
6972
  "$type": "color",
6854
6973
  "$extensions": {
6855
6974
  "org.primer.figma": {
@@ -6859,13 +6978,21 @@
6859
6978
  },
6860
6979
  "org.primer.overrides": {
6861
6980
  "dark": {
6862
- "$value": "#FA5E55",
6981
+ "$value": {
6982
+ "colorSpace": "hsl",
6983
+ "components": [3.3, 94.3, 65.7],
6984
+ "hex": "#FA5E55"
6985
+ },
6863
6986
  "filePath": "src/tokens/component/button.json5",
6864
6987
  "isSource": true,
6865
6988
  "$type": "color"
6866
6989
  },
6867
6990
  "dark-dimmed": {
6868
- "$value": "#ea5c53",
6991
+ "$value": {
6992
+ "colorSpace": "hsl",
6993
+ "components": [3.6, 78.2, 62.2],
6994
+ "hex": "#ea5c53"
6995
+ },
6869
6996
  "filePath": "src/tokens/component/button.json5",
6870
6997
  "isSource": true,
6871
6998
  "$type": "color"
@@ -6910,6 +7037,35 @@
6910
7037
  "value": "#ea5c53",
6911
7038
  "type": "color"
6912
7039
  },
7040
+ "button-danger-iconColor-disabled": {
7041
+ "key": "{button.danger.iconColor.disabled}",
7042
+ "$extensions": {
7043
+ "org.primer.figma": {
7044
+ "collection": "mode",
7045
+ "group": "component (internal)",
7046
+ "scopes": ["fgColor"]
7047
+ }
7048
+ },
7049
+ "filePath": "src/tokens/component/button.json5",
7050
+ "isSource": true,
7051
+ "original": {
7052
+ "$value": "{button.danger.fgColor.disabled}",
7053
+ "$type": "color",
7054
+ "$extensions": {
7055
+ "org.primer.figma": {
7056
+ "collection": "mode",
7057
+ "group": "component (internal)",
7058
+ "scopes": ["fgColor"]
7059
+ }
7060
+ },
7061
+ "key": "{button.danger.iconColor.disabled}"
7062
+ },
7063
+ "name": "button-danger-iconColor-disabled",
7064
+ "attributes": {},
7065
+ "path": ["button", "danger", "iconColor", "disabled"],
7066
+ "value": "#e5534b80",
7067
+ "type": "color"
7068
+ },
6913
7069
  "button-danger-iconColor-hover": {
6914
7070
  "key": "{button.danger.iconColor.hover}",
6915
7071
  "$extensions": {
@@ -6926,7 +7082,11 @@
6926
7082
  "$type": "color"
6927
7083
  },
6928
7084
  "dark-dimmed-high-contrast": {
6929
- "$value": "#ffffff",
7085
+ "$value": {
7086
+ "colorSpace": "hsl",
7087
+ "components": [0, 0, 100],
7088
+ "hex": "#ffffff"
7089
+ },
6930
7090
  "filePath": "src/tokens/component/button.json5",
6931
7091
  "isSource": true,
6932
7092
  "$type": "color"
@@ -6952,7 +7112,11 @@
6952
7112
  "$type": "color"
6953
7113
  },
6954
7114
  "dark-dimmed-high-contrast": {
6955
- "$value": "#ffffff",
7115
+ "$value": {
7116
+ "colorSpace": "hsl",
7117
+ "components": [0, 0, 100],
7118
+ "hex": "#ffffff"
7119
+ },
6956
7120
  "filePath": "src/tokens/component/button.json5",
6957
7121
  "isSource": true,
6958
7122
  "$type": "color"
@@ -7158,7 +7322,7 @@
7158
7322
  "name": "button-danger-shadow-selected",
7159
7323
  "attributes": {},
7160
7324
  "path": ["button", "danger", "shadow", "selected"],
7161
- "value": "0 0 0 0 #000000",
7325
+ "value": "0 0 0 0 #00000000",
7162
7326
  "type": "shadow"
7163
7327
  },
7164
7328
  "button-default-bgColor-active": {
@@ -7474,6 +7638,35 @@
7474
7638
  "value": "#3d444d",
7475
7639
  "type": "color"
7476
7640
  },
7641
+ "button-default-fgColor-disabled": {
7642
+ "key": "{button.default.fgColor.disabled}",
7643
+ "$extensions": {
7644
+ "org.primer.figma": {
7645
+ "collection": "mode",
7646
+ "group": "component (internal)",
7647
+ "scopes": ["fgColor"]
7648
+ }
7649
+ },
7650
+ "filePath": "src/tokens/component/button.json5",
7651
+ "isSource": true,
7652
+ "original": {
7653
+ "$value": "{control.fgColor.disabled}",
7654
+ "$type": "color",
7655
+ "$extensions": {
7656
+ "org.primer.figma": {
7657
+ "collection": "mode",
7658
+ "group": "component (internal)",
7659
+ "scopes": ["fgColor"]
7660
+ }
7661
+ },
7662
+ "key": "{button.default.fgColor.disabled}"
7663
+ },
7664
+ "name": "button-default-fgColor-disabled",
7665
+ "attributes": {},
7666
+ "path": ["button", "default", "fgColor", "disabled"],
7667
+ "value": "#656c76",
7668
+ "type": "color"
7669
+ },
7477
7670
  "button-default-fgColor-rest": {
7478
7671
  "key": "{button.default.fgColor.rest}",
7479
7672
  "$extensions": {
@@ -7625,7 +7818,7 @@
7625
7818
  "name": "button-default-shadow-resting",
7626
7819
  "attributes": {},
7627
7820
  "path": ["button", "default", "shadow", "resting"],
7628
- "value": "0 0 0 0 #000000",
7821
+ "value": "0 0 0 0 #00000000",
7629
7822
  "type": "shadow"
7630
7823
  },
7631
7824
  "button-inactive-bgColor": {
@@ -8760,31 +8953,51 @@
8760
8953
  "$type": "color"
8761
8954
  },
8762
8955
  "dark-tritanopia": {
8763
- "$value": "#0d419d",
8956
+ "$value": {
8957
+ "colorSpace": "hsl",
8958
+ "components": [218.3, 84.7, 33.3],
8959
+ "hex": "#0d419d"
8960
+ },
8764
8961
  "filePath": "src/tokens/component/button.json5",
8765
8962
  "isSource": true,
8766
8963
  "$type": "color"
8767
8964
  },
8768
8965
  "dark-tritanopia-high-contrast": {
8769
- "$value": "#0d419d",
8966
+ "$value": {
8967
+ "colorSpace": "hsl",
8968
+ "components": [218.3, 84.7, 33.3],
8969
+ "hex": "#0d419d"
8970
+ },
8770
8971
  "filePath": "src/tokens/component/button.json5",
8771
8972
  "isSource": true,
8772
8973
  "$type": "color"
8773
8974
  },
8774
8975
  "light-high-contrast": {
8775
- "$value": "#033f9d",
8976
+ "$value": {
8977
+ "colorSpace": "hsl",
8978
+ "components": [216.6, 96.3, 31.4],
8979
+ "hex": "#033f9d"
8980
+ },
8776
8981
  "filePath": "src/tokens/component/button.json5",
8777
8982
  "isSource": true,
8778
8983
  "$type": "color"
8779
8984
  },
8780
8985
  "light-tritanopia-high-contrast": {
8781
- "$value": "#033f9d",
8986
+ "$value": {
8987
+ "colorSpace": "hsl",
8988
+ "components": [216.6, 96.3, 31.4],
8989
+ "hex": "#033f9d"
8990
+ },
8782
8991
  "filePath": "src/tokens/component/button.json5",
8783
8992
  "isSource": true,
8784
8993
  "$type": "color"
8785
8994
  },
8786
8995
  "light-protanopia-deuteranopia-high-contrast": {
8787
- "$value": "#033f9d",
8996
+ "$value": {
8997
+ "colorSpace": "hsl",
8998
+ "components": [216.6, 96.3, 31.4],
8999
+ "hex": "#033f9d"
9000
+ },
8788
9001
  "filePath": "src/tokens/component/button.json5",
8789
9002
  "isSource": true,
8790
9003
  "$type": "color"
@@ -8810,31 +9023,51 @@
8810
9023
  "$type": "color"
8811
9024
  },
8812
9025
  "dark-tritanopia": {
8813
- "$value": "#0d419d",
9026
+ "$value": {
9027
+ "colorSpace": "hsl",
9028
+ "components": [218.3, 84.7, 33.3],
9029
+ "hex": "#0d419d"
9030
+ },
8814
9031
  "filePath": "src/tokens/component/button.json5",
8815
9032
  "isSource": true,
8816
9033
  "$type": "color"
8817
9034
  },
8818
9035
  "dark-tritanopia-high-contrast": {
8819
- "$value": "#0d419d",
9036
+ "$value": {
9037
+ "colorSpace": "hsl",
9038
+ "components": [218.3, 84.7, 33.3],
9039
+ "hex": "#0d419d"
9040
+ },
8820
9041
  "filePath": "src/tokens/component/button.json5",
8821
9042
  "isSource": true,
8822
9043
  "$type": "color"
8823
9044
  },
8824
9045
  "light-high-contrast": {
8825
- "$value": "#033f9d",
9046
+ "$value": {
9047
+ "colorSpace": "hsl",
9048
+ "components": [216.6, 96.3, 31.4],
9049
+ "hex": "#033f9d"
9050
+ },
8826
9051
  "filePath": "src/tokens/component/button.json5",
8827
9052
  "isSource": true,
8828
9053
  "$type": "color"
8829
9054
  },
8830
9055
  "light-tritanopia-high-contrast": {
8831
- "$value": "#033f9d",
9056
+ "$value": {
9057
+ "colorSpace": "hsl",
9058
+ "components": [216.6, 96.3, 31.4],
9059
+ "hex": "#033f9d"
9060
+ },
8832
9061
  "filePath": "src/tokens/component/button.json5",
8833
9062
  "isSource": true,
8834
9063
  "$type": "color"
8835
9064
  },
8836
9065
  "light-protanopia-deuteranopia-high-contrast": {
8837
- "$value": "#033f9d",
9066
+ "$value": {
9067
+ "colorSpace": "hsl",
9068
+ "components": [216.6, 96.3, 31.4],
9069
+ "hex": "#033f9d"
9070
+ },
8838
9071
  "filePath": "src/tokens/component/button.json5",
8839
9072
  "isSource": true,
8840
9073
  "$type": "color"
@@ -8865,7 +9098,11 @@
8865
9098
  "$type": "color"
8866
9099
  },
8867
9100
  "dark-tritanopia": {
8868
- "$value": "#212830",
9101
+ "$value": {
9102
+ "colorSpace": "hsl",
9103
+ "components": [212, 18.5, 15.9],
9104
+ "hex": "#212830"
9105
+ },
8869
9106
  "filePath": "src/tokens/component/button.json5",
8870
9107
  "isSource": true,
8871
9108
  "$type": "color"
@@ -8891,7 +9128,11 @@
8891
9128
  "$type": "color"
8892
9129
  },
8893
9130
  "dark-tritanopia": {
8894
- "$value": "#212830",
9131
+ "$value": {
9132
+ "colorSpace": "hsl",
9133
+ "components": [212, 18.5, 15.9],
9134
+ "hex": "#212830"
9135
+ },
8895
9136
  "filePath": "src/tokens/component/button.json5",
8896
9137
  "isSource": true,
8897
9138
  "$type": "color"
@@ -8922,7 +9163,11 @@
8922
9163
  "$type": "color"
8923
9164
  },
8924
9165
  "dark-tritanopia": {
8925
- "$value": "#262c36",
9166
+ "$value": {
9167
+ "colorSpace": "hsl",
9168
+ "components": [217.5, 17.4, 18],
9169
+ "hex": "#262c36"
9170
+ },
8926
9171
  "filePath": "src/tokens/component/button.json5",
8927
9172
  "isSource": true,
8928
9173
  "$type": "color"
@@ -8948,7 +9193,11 @@
8948
9193
  "$type": "color"
8949
9194
  },
8950
9195
  "dark-tritanopia": {
8951
- "$value": "#262c36",
9196
+ "$value": {
9197
+ "colorSpace": "hsl",
9198
+ "components": [217.5, 17.4, 18],
9199
+ "hex": "#262c36"
9200
+ },
8952
9201
  "filePath": "src/tokens/component/button.json5",
8953
9202
  "isSource": true,
8954
9203
  "$type": "color"
@@ -9180,18 +9429,27 @@
9180
9429
  "$type": "color"
9181
9430
  },
9182
9431
  "dark-dimmed": {
9183
- "$value": "#478be680",
9432
+ "$value": {
9433
+ "colorSpace": "hsl",
9434
+ "components": [214.3, 76.1, 59],
9435
+ "hex": "#478be6"
9436
+ },
9437
+ "alpha": 0.502,
9184
9438
  "filePath": "src/tokens/component/button.json5",
9185
9439
  "isSource": true,
9186
9440
  "$type": "color"
9187
9441
  }
9188
9442
  }
9189
9443
  },
9190
- "alpha": 0.5,
9444
+ "alpha": 0.502,
9191
9445
  "filePath": "src/tokens/component/button.json5",
9192
9446
  "isSource": true,
9193
9447
  "original": {
9194
- "$value": "#478be680",
9448
+ "$value": {
9449
+ "colorSpace": "hsl",
9450
+ "components": [214.3, 76.1, 59],
9451
+ "hex": "#478be6"
9452
+ },
9195
9453
  "$type": "color",
9196
9454
  "$extensions": {
9197
9455
  "org.primer.figma": {
@@ -9208,14 +9466,19 @@
9208
9466
  "$type": "color"
9209
9467
  },
9210
9468
  "dark-dimmed": {
9211
- "$value": "#478be680",
9469
+ "$value": {
9470
+ "colorSpace": "hsl",
9471
+ "components": [214.3, 76.1, 59],
9472
+ "hex": "#478be6"
9473
+ },
9474
+ "alpha": 0.502,
9212
9475
  "filePath": "src/tokens/component/button.json5",
9213
9476
  "isSource": true,
9214
9477
  "$type": "color"
9215
9478
  }
9216
9479
  }
9217
9480
  },
9218
- "alpha": 0.5,
9481
+ "alpha": 0.502,
9219
9482
  "key": "{button.outline.fgColor.disabled}"
9220
9483
  },
9221
9484
  "name": "button-outline-fgColor-disabled",
@@ -9420,7 +9683,7 @@
9420
9683
  "name": "button-outline-shadow-selected",
9421
9684
  "attributes": {},
9422
9685
  "path": ["button", "outline", "shadow", "selected"],
9423
- "value": "0 0 0 0 #000000",
9686
+ "value": "0 0 0 0 #00000000",
9424
9687
  "type": "shadow"
9425
9688
  },
9426
9689
  "button-primary-bgColor-active": {
@@ -9433,13 +9696,21 @@
9433
9696
  },
9434
9697
  "org.primer.overrides": {
9435
9698
  "dark": {
9436
- "$value": "#2E9A40",
9699
+ "$value": {
9700
+ "colorSpace": "hsl",
9701
+ "components": [130, 54, 39.2],
9702
+ "hex": "#2E9A40"
9703
+ },
9437
9704
  "filePath": "src/tokens/component/button.json5",
9438
9705
  "isSource": true,
9439
9706
  "$type": "color"
9440
9707
  },
9441
9708
  "dark-dimmed": {
9442
- "$value": "#428f46",
9709
+ "$value": {
9710
+ "colorSpace": "hsl",
9711
+ "components": [123.1, 36.8, 41],
9712
+ "hex": "#428f46"
9713
+ },
9443
9714
  "filePath": "src/tokens/component/button.json5",
9444
9715
  "isSource": true,
9445
9716
  "$type": "color"
@@ -9451,61 +9722,101 @@
9451
9722
  "$type": "color"
9452
9723
  },
9453
9724
  "dark-tritanopia": {
9454
- "$value": "#3685f3",
9725
+ "$value": {
9726
+ "colorSpace": "hsl",
9727
+ "components": [214.9, 88.7, 58.2],
9728
+ "hex": "#3685f3"
9729
+ },
9455
9730
  "filePath": "src/tokens/component/button.json5",
9456
9731
  "isSource": true,
9457
9732
  "$type": "color"
9458
9733
  },
9459
9734
  "dark-tritanopia-high-contrast": {
9460
- "$value": "#3685f3",
9735
+ "$value": {
9736
+ "colorSpace": "hsl",
9737
+ "components": [214.9, 88.7, 58.2],
9738
+ "hex": "#3685f3"
9739
+ },
9461
9740
  "filePath": "src/tokens/component/button.json5",
9462
9741
  "isSource": true,
9463
9742
  "$type": "color"
9464
9743
  },
9465
9744
  "dark-protanopia-deuteranopia": {
9466
- "$value": "#3685f3",
9745
+ "$value": {
9746
+ "colorSpace": "hsl",
9747
+ "components": [214.9, 88.7, 58.2],
9748
+ "hex": "#3685f3"
9749
+ },
9467
9750
  "filePath": "src/tokens/component/button.json5",
9468
9751
  "isSource": true,
9469
9752
  "$type": "color"
9470
9753
  },
9471
9754
  "dark-protanopia-deuteranopia-high-contrast": {
9472
- "$value": "#3685f3",
9755
+ "$value": {
9756
+ "colorSpace": "hsl",
9757
+ "components": [214.9, 88.7, 58.2],
9758
+ "hex": "#3685f3"
9759
+ },
9473
9760
  "filePath": "src/tokens/component/button.json5",
9474
9761
  "isSource": true,
9475
9762
  "$type": "color"
9476
9763
  },
9477
9764
  "dark-high-contrast": {
9478
- "$value": "#109135",
9765
+ "$value": {
9766
+ "colorSpace": "hsl",
9767
+ "components": [137.2, 80.1, 31.6],
9768
+ "hex": "#109135"
9769
+ },
9479
9770
  "filePath": "src/tokens/component/button.json5",
9480
9771
  "isSource": true,
9481
9772
  "$type": "color"
9482
9773
  },
9483
9774
  "light-tritanopia": {
9484
- "$value": "#075fc8",
9775
+ "$value": {
9776
+ "colorSpace": "hsl",
9777
+ "components": [212.6, 93.2, 40.6],
9778
+ "hex": "#075fc8"
9779
+ },
9485
9780
  "filePath": "src/tokens/component/button.json5",
9486
9781
  "isSource": true,
9487
9782
  "$type": "color"
9488
9783
  },
9489
9784
  "light-tritanopia-high-contrast": {
9490
- "$value": "#075fc8",
9785
+ "$value": {
9786
+ "colorSpace": "hsl",
9787
+ "components": [212.6, 93.2, 40.6],
9788
+ "hex": "#075fc8"
9789
+ },
9491
9790
  "filePath": "src/tokens/component/button.json5",
9492
9791
  "isSource": true,
9493
9792
  "$type": "color"
9494
9793
  },
9495
9794
  "light-protanopia-deuteranopia": {
9496
- "$value": "#075fc8",
9795
+ "$value": {
9796
+ "colorSpace": "hsl",
9797
+ "components": [212.6, 93.2, 40.6],
9798
+ "hex": "#075fc8"
9799
+ },
9497
9800
  "filePath": "src/tokens/component/button.json5",
9498
9801
  "isSource": true,
9499
9802
  "$type": "color"
9500
9803
  },
9501
9804
  "light-protanopia-deuteranopia-high-contrast": {
9502
- "$value": "#075fc8",
9805
+ "$value": {
9806
+ "colorSpace": "hsl",
9807
+ "components": [212.6, 93.2, 40.6],
9808
+ "hex": "#075fc8"
9809
+ },
9503
9810
  "filePath": "src/tokens/component/button.json5",
9504
9811
  "isSource": true,
9505
9812
  "$type": "color"
9506
9813
  },
9507
9814
  "light-high-contrast": {
9508
- "$value": "#03501b",
9815
+ "$value": {
9816
+ "colorSpace": "hsl",
9817
+ "components": [138.7, 92.8, 16.3],
9818
+ "hex": "#03501b"
9819
+ },
9509
9820
  "filePath": "src/tokens/component/button.json5",
9510
9821
  "isSource": true,
9511
9822
  "$type": "color"
@@ -9515,7 +9826,11 @@
9515
9826
  "filePath": "src/tokens/component/button.json5",
9516
9827
  "isSource": true,
9517
9828
  "original": {
9518
- "$value": "#428f46",
9829
+ "$value": {
9830
+ "colorSpace": "hsl",
9831
+ "components": [123.1, 36.8, 41],
9832
+ "hex": "#428f46"
9833
+ },
9519
9834
  "$type": "color",
9520
9835
  "$extensions": {
9521
9836
  "org.primer.figma": {
@@ -9525,13 +9840,21 @@
9525
9840
  },
9526
9841
  "org.primer.overrides": {
9527
9842
  "dark": {
9528
- "$value": "#2E9A40",
9843
+ "$value": {
9844
+ "colorSpace": "hsl",
9845
+ "components": [130, 54, 39.2],
9846
+ "hex": "#2E9A40"
9847
+ },
9529
9848
  "filePath": "src/tokens/component/button.json5",
9530
9849
  "isSource": true,
9531
9850
  "$type": "color"
9532
9851
  },
9533
9852
  "dark-dimmed": {
9534
- "$value": "#428f46",
9853
+ "$value": {
9854
+ "colorSpace": "hsl",
9855
+ "components": [123.1, 36.8, 41],
9856
+ "hex": "#428f46"
9857
+ },
9535
9858
  "filePath": "src/tokens/component/button.json5",
9536
9859
  "isSource": true,
9537
9860
  "$type": "color"
@@ -9543,61 +9866,101 @@
9543
9866
  "$type": "color"
9544
9867
  },
9545
9868
  "dark-tritanopia": {
9546
- "$value": "#3685f3",
9869
+ "$value": {
9870
+ "colorSpace": "hsl",
9871
+ "components": [214.9, 88.7, 58.2],
9872
+ "hex": "#3685f3"
9873
+ },
9547
9874
  "filePath": "src/tokens/component/button.json5",
9548
9875
  "isSource": true,
9549
9876
  "$type": "color"
9550
9877
  },
9551
9878
  "dark-tritanopia-high-contrast": {
9552
- "$value": "#3685f3",
9879
+ "$value": {
9880
+ "colorSpace": "hsl",
9881
+ "components": [214.9, 88.7, 58.2],
9882
+ "hex": "#3685f3"
9883
+ },
9553
9884
  "filePath": "src/tokens/component/button.json5",
9554
9885
  "isSource": true,
9555
9886
  "$type": "color"
9556
9887
  },
9557
9888
  "dark-protanopia-deuteranopia": {
9558
- "$value": "#3685f3",
9889
+ "$value": {
9890
+ "colorSpace": "hsl",
9891
+ "components": [214.9, 88.7, 58.2],
9892
+ "hex": "#3685f3"
9893
+ },
9559
9894
  "filePath": "src/tokens/component/button.json5",
9560
9895
  "isSource": true,
9561
9896
  "$type": "color"
9562
9897
  },
9563
9898
  "dark-protanopia-deuteranopia-high-contrast": {
9564
- "$value": "#3685f3",
9899
+ "$value": {
9900
+ "colorSpace": "hsl",
9901
+ "components": [214.9, 88.7, 58.2],
9902
+ "hex": "#3685f3"
9903
+ },
9565
9904
  "filePath": "src/tokens/component/button.json5",
9566
9905
  "isSource": true,
9567
9906
  "$type": "color"
9568
9907
  },
9569
9908
  "dark-high-contrast": {
9570
- "$value": "#109135",
9909
+ "$value": {
9910
+ "colorSpace": "hsl",
9911
+ "components": [137.2, 80.1, 31.6],
9912
+ "hex": "#109135"
9913
+ },
9571
9914
  "filePath": "src/tokens/component/button.json5",
9572
9915
  "isSource": true,
9573
9916
  "$type": "color"
9574
9917
  },
9575
9918
  "light-tritanopia": {
9576
- "$value": "#075fc8",
9919
+ "$value": {
9920
+ "colorSpace": "hsl",
9921
+ "components": [212.6, 93.2, 40.6],
9922
+ "hex": "#075fc8"
9923
+ },
9577
9924
  "filePath": "src/tokens/component/button.json5",
9578
9925
  "isSource": true,
9579
9926
  "$type": "color"
9580
9927
  },
9581
9928
  "light-tritanopia-high-contrast": {
9582
- "$value": "#075fc8",
9929
+ "$value": {
9930
+ "colorSpace": "hsl",
9931
+ "components": [212.6, 93.2, 40.6],
9932
+ "hex": "#075fc8"
9933
+ },
9583
9934
  "filePath": "src/tokens/component/button.json5",
9584
9935
  "isSource": true,
9585
9936
  "$type": "color"
9586
9937
  },
9587
9938
  "light-protanopia-deuteranopia": {
9588
- "$value": "#075fc8",
9939
+ "$value": {
9940
+ "colorSpace": "hsl",
9941
+ "components": [212.6, 93.2, 40.6],
9942
+ "hex": "#075fc8"
9943
+ },
9589
9944
  "filePath": "src/tokens/component/button.json5",
9590
9945
  "isSource": true,
9591
9946
  "$type": "color"
9592
9947
  },
9593
9948
  "light-protanopia-deuteranopia-high-contrast": {
9594
- "$value": "#075fc8",
9949
+ "$value": {
9950
+ "colorSpace": "hsl",
9951
+ "components": [212.6, 93.2, 40.6],
9952
+ "hex": "#075fc8"
9953
+ },
9595
9954
  "filePath": "src/tokens/component/button.json5",
9596
9955
  "isSource": true,
9597
9956
  "$type": "color"
9598
9957
  },
9599
9958
  "light-high-contrast": {
9600
- "$value": "#03501b",
9959
+ "$value": {
9960
+ "colorSpace": "hsl",
9961
+ "components": [138.7, 92.8, 16.3],
9962
+ "hex": "#03501b"
9963
+ },
9601
9964
  "filePath": "src/tokens/component/button.json5",
9602
9965
  "isSource": true,
9603
9966
  "$type": "color"
@@ -9622,25 +9985,41 @@
9622
9985
  },
9623
9986
  "org.primer.overrides": {
9624
9987
  "dark": {
9625
- "$value": "#105823",
9988
+ "$value": {
9989
+ "colorSpace": "hsl",
9990
+ "components": [135.8, 69.2, 20.4],
9991
+ "hex": "#105823"
9992
+ },
9626
9993
  "filePath": "src/tokens/component/button.json5",
9627
9994
  "isSource": true,
9628
9995
  "$type": "color"
9629
9996
  },
9630
9997
  "dark-dimmed": {
9631
- "$value": "#105823",
9998
+ "$value": {
9999
+ "colorSpace": "hsl",
10000
+ "components": [135.8, 69.2, 20.4],
10001
+ "hex": "#105823"
10002
+ },
9632
10003
  "filePath": "src/tokens/component/button.json5",
9633
10004
  "isSource": true,
9634
10005
  "$type": "color"
9635
10006
  },
9636
10007
  "dark-tritanopia": {
9637
- "$value": "#5fabfe",
10008
+ "$value": {
10009
+ "colorSpace": "hsl",
10010
+ "components": [211.3, 98.8, 68.4],
10011
+ "hex": "#5fabfe"
10012
+ },
9638
10013
  "filePath": "src/tokens/component/button.json5",
9639
10014
  "isSource": true,
9640
10015
  "$type": "color"
9641
10016
  },
9642
10017
  "dark-tritanopia-high-contrast": {
9643
- "$value": "#5fabfe",
10018
+ "$value": {
10019
+ "colorSpace": "hsl",
10020
+ "components": [211.3, 98.8, 68.4],
10021
+ "hex": "#5fabfe"
10022
+ },
9644
10023
  "filePath": "src/tokens/component/button.json5",
9645
10024
  "isSource": true,
9646
10025
  "$type": "color"
@@ -9658,37 +10037,61 @@
9658
10037
  "$type": "color"
9659
10038
  },
9660
10039
  "dark-high-contrast": {
9661
- "$value": "#048f2f",
10040
+ "$value": {
10041
+ "colorSpace": "hsl",
10042
+ "components": [138.6, 94.6, 28.8],
10043
+ "hex": "#048f2f"
10044
+ },
9662
10045
  "filePath": "src/tokens/component/button.json5",
9663
10046
  "isSource": true,
9664
10047
  "$type": "color"
9665
10048
  },
9666
10049
  "light-tritanopia": {
9667
- "$value": "#92caff",
10050
+ "$value": {
10051
+ "colorSpace": "hsl",
10052
+ "components": [209.2, 100, 78.6],
10053
+ "hex": "#92caff"
10054
+ },
9668
10055
  "filePath": "src/tokens/component/button.json5",
9669
10056
  "isSource": true,
9670
10057
  "$type": "color"
9671
10058
  },
9672
10059
  "light-tritanopia-high-contrast": {
9673
- "$value": "#92caff",
10060
+ "$value": {
10061
+ "colorSpace": "hsl",
10062
+ "components": [209.2, 100, 78.6],
10063
+ "hex": "#92caff"
10064
+ },
9674
10065
  "filePath": "src/tokens/component/button.json5",
9675
10066
  "isSource": true,
9676
10067
  "$type": "color"
9677
10068
  },
9678
10069
  "light-protanopia-deuteranopia": {
9679
- "$value": "#92caff",
10070
+ "$value": {
10071
+ "colorSpace": "hsl",
10072
+ "components": [209.2, 100, 78.6],
10073
+ "hex": "#92caff"
10074
+ },
9680
10075
  "filePath": "src/tokens/component/button.json5",
9681
10076
  "isSource": true,
9682
10077
  "$type": "color"
9683
10078
  },
9684
10079
  "light-protanopia-deuteranopia-high-contrast": {
9685
- "$value": "#92caff",
10080
+ "$value": {
10081
+ "colorSpace": "hsl",
10082
+ "components": [209.2, 100, 78.6],
10083
+ "hex": "#92caff"
10084
+ },
9686
10085
  "filePath": "src/tokens/component/button.json5",
9687
10086
  "isSource": true,
9688
10087
  "$type": "color"
9689
10088
  },
9690
10089
  "light-high-contrast": {
9691
- "$value": "#85cb97",
10090
+ "$value": {
10091
+ "colorSpace": "hsl",
10092
+ "components": [135.4, 40.2, 65.9],
10093
+ "hex": "#85cb97"
10094
+ },
9692
10095
  "filePath": "src/tokens/component/button.json5",
9693
10096
  "isSource": true,
9694
10097
  "$type": "color"
@@ -9698,7 +10101,11 @@
9698
10101
  "filePath": "src/tokens/component/button.json5",
9699
10102
  "isSource": true,
9700
10103
  "original": {
9701
- "$value": "#105823",
10104
+ "$value": {
10105
+ "colorSpace": "hsl",
10106
+ "components": [135.8, 69.2, 20.4],
10107
+ "hex": "#105823"
10108
+ },
9702
10109
  "$type": "color",
9703
10110
  "$extensions": {
9704
10111
  "org.primer.figma": {
@@ -9708,25 +10115,41 @@
9708
10115
  },
9709
10116
  "org.primer.overrides": {
9710
10117
  "dark": {
9711
- "$value": "#105823",
10118
+ "$value": {
10119
+ "colorSpace": "hsl",
10120
+ "components": [135.8, 69.2, 20.4],
10121
+ "hex": "#105823"
10122
+ },
9712
10123
  "filePath": "src/tokens/component/button.json5",
9713
10124
  "isSource": true,
9714
10125
  "$type": "color"
9715
10126
  },
9716
10127
  "dark-dimmed": {
9717
- "$value": "#105823",
10128
+ "$value": {
10129
+ "colorSpace": "hsl",
10130
+ "components": [135.8, 69.2, 20.4],
10131
+ "hex": "#105823"
10132
+ },
9718
10133
  "filePath": "src/tokens/component/button.json5",
9719
10134
  "isSource": true,
9720
10135
  "$type": "color"
9721
10136
  },
9722
10137
  "dark-tritanopia": {
9723
- "$value": "#5fabfe",
10138
+ "$value": {
10139
+ "colorSpace": "hsl",
10140
+ "components": [211.3, 98.8, 68.4],
10141
+ "hex": "#5fabfe"
10142
+ },
9724
10143
  "filePath": "src/tokens/component/button.json5",
9725
10144
  "isSource": true,
9726
10145
  "$type": "color"
9727
10146
  },
9728
10147
  "dark-tritanopia-high-contrast": {
9729
- "$value": "#5fabfe",
10148
+ "$value": {
10149
+ "colorSpace": "hsl",
10150
+ "components": [211.3, 98.8, 68.4],
10151
+ "hex": "#5fabfe"
10152
+ },
9730
10153
  "filePath": "src/tokens/component/button.json5",
9731
10154
  "isSource": true,
9732
10155
  "$type": "color"
@@ -9744,37 +10167,61 @@
9744
10167
  "$type": "color"
9745
10168
  },
9746
10169
  "dark-high-contrast": {
9747
- "$value": "#048f2f",
10170
+ "$value": {
10171
+ "colorSpace": "hsl",
10172
+ "components": [138.6, 94.6, 28.8],
10173
+ "hex": "#048f2f"
10174
+ },
9748
10175
  "filePath": "src/tokens/component/button.json5",
9749
10176
  "isSource": true,
9750
10177
  "$type": "color"
9751
10178
  },
9752
10179
  "light-tritanopia": {
9753
- "$value": "#92caff",
10180
+ "$value": {
10181
+ "colorSpace": "hsl",
10182
+ "components": [209.2, 100, 78.6],
10183
+ "hex": "#92caff"
10184
+ },
9754
10185
  "filePath": "src/tokens/component/button.json5",
9755
10186
  "isSource": true,
9756
10187
  "$type": "color"
9757
10188
  },
9758
10189
  "light-tritanopia-high-contrast": {
9759
- "$value": "#92caff",
10190
+ "$value": {
10191
+ "colorSpace": "hsl",
10192
+ "components": [209.2, 100, 78.6],
10193
+ "hex": "#92caff"
10194
+ },
9760
10195
  "filePath": "src/tokens/component/button.json5",
9761
10196
  "isSource": true,
9762
10197
  "$type": "color"
9763
10198
  },
9764
10199
  "light-protanopia-deuteranopia": {
9765
- "$value": "#92caff",
10200
+ "$value": {
10201
+ "colorSpace": "hsl",
10202
+ "components": [209.2, 100, 78.6],
10203
+ "hex": "#92caff"
10204
+ },
9766
10205
  "filePath": "src/tokens/component/button.json5",
9767
10206
  "isSource": true,
9768
10207
  "$type": "color"
9769
10208
  },
9770
10209
  "light-protanopia-deuteranopia-high-contrast": {
9771
- "$value": "#92caff",
10210
+ "$value": {
10211
+ "colorSpace": "hsl",
10212
+ "components": [209.2, 100, 78.6],
10213
+ "hex": "#92caff"
10214
+ },
9772
10215
  "filePath": "src/tokens/component/button.json5",
9773
10216
  "isSource": true,
9774
10217
  "$type": "color"
9775
10218
  },
9776
10219
  "light-high-contrast": {
9777
- "$value": "#85cb97",
10220
+ "$value": {
10221
+ "colorSpace": "hsl",
10222
+ "components": [135.4, 40.2, 65.9],
10223
+ "hex": "#85cb97"
10224
+ },
9778
10225
  "filePath": "src/tokens/component/button.json5",
9779
10226
  "isSource": true,
9780
10227
  "$type": "color"
@@ -9799,13 +10246,21 @@
9799
10246
  },
9800
10247
  "org.primer.overrides": {
9801
10248
  "dark": {
9802
- "$value": "#29903B",
10249
+ "$value": {
10250
+ "colorSpace": "hsl",
10251
+ "components": [130.5, 55.7, 36.3],
10252
+ "hex": "#29903B"
10253
+ },
9803
10254
  "filePath": "src/tokens/component/button.json5",
9804
10255
  "isSource": true,
9805
10256
  "$type": "color"
9806
10257
  },
9807
10258
  "dark-dimmed": {
9808
- "$value": "#3b8640",
10259
+ "$value": {
10260
+ "colorSpace": "hsl",
10261
+ "components": [124, 38.9, 37.8],
10262
+ "hex": "#3b8640"
10263
+ },
9809
10264
  "filePath": "src/tokens/component/button.json5",
9810
10265
  "isSource": true,
9811
10266
  "$type": "color"
@@ -9817,61 +10272,101 @@
9817
10272
  "$type": "color"
9818
10273
  },
9819
10274
  "dark-tritanopia": {
9820
- "$value": "#2a7aef",
10275
+ "$value": {
10276
+ "colorSpace": "hsl",
10277
+ "components": [215.6, 86, 55.1],
10278
+ "hex": "#2a7aef"
10279
+ },
9821
10280
  "filePath": "src/tokens/component/button.json5",
9822
10281
  "isSource": true,
9823
10282
  "$type": "color"
9824
10283
  },
9825
10284
  "dark-tritanopia-high-contrast": {
9826
- "$value": "#2a7aef",
10285
+ "$value": {
10286
+ "colorSpace": "hsl",
10287
+ "components": [215.6, 86, 55.1],
10288
+ "hex": "#2a7aef"
10289
+ },
9827
10290
  "filePath": "src/tokens/component/button.json5",
9828
10291
  "isSource": true,
9829
10292
  "$type": "color"
9830
10293
  },
9831
10294
  "dark-protanopia-deuteranopia": {
9832
- "$value": "#2a7aef",
10295
+ "$value": {
10296
+ "colorSpace": "hsl",
10297
+ "components": [215.6, 86, 55.1],
10298
+ "hex": "#2a7aef"
10299
+ },
9833
10300
  "filePath": "src/tokens/component/button.json5",
9834
10301
  "isSource": true,
9835
10302
  "$type": "color"
9836
10303
  },
9837
10304
  "dark-protanopia-deuteranopia-high-contrast": {
9838
- "$value": "#2a7aef",
10305
+ "$value": {
10306
+ "colorSpace": "hsl",
10307
+ "components": [215.6, 86, 55.1],
10308
+ "hex": "#2a7aef"
10309
+ },
9839
10310
  "filePath": "src/tokens/component/button.json5",
9840
10311
  "isSource": true,
9841
10312
  "$type": "color"
9842
10313
  },
9843
10314
  "dark-high-contrast": {
9844
- "$value": "#08792b",
10315
+ "$value": {
10316
+ "colorSpace": "hsl",
10317
+ "components": [138.6, 87.6, 25.3],
10318
+ "hex": "#08792b"
10319
+ },
9845
10320
  "filePath": "src/tokens/component/button.json5",
9846
10321
  "isSource": true,
9847
10322
  "$type": "color"
9848
10323
  },
9849
10324
  "light-tritanopia": {
9850
- "$value": "#0864d1",
10325
+ "$value": {
10326
+ "colorSpace": "hsl",
10327
+ "components": [212.5, 92.6, 42.5],
10328
+ "hex": "#0864d1"
10329
+ },
9851
10330
  "filePath": "src/tokens/component/button.json5",
9852
10331
  "isSource": true,
9853
10332
  "$type": "color"
9854
10333
  },
9855
10334
  "light-tritanopia-high-contrast": {
9856
- "$value": "#0864d1",
10335
+ "$value": {
10336
+ "colorSpace": "hsl",
10337
+ "components": [212.5, 92.6, 42.5],
10338
+ "hex": "#0864d1"
10339
+ },
9857
10340
  "filePath": "src/tokens/component/button.json5",
9858
10341
  "isSource": true,
9859
10342
  "$type": "color"
9860
10343
  },
9861
10344
  "light-protanopia-deuteranopia": {
9862
- "$value": "#0864d1",
10345
+ "$value": {
10346
+ "colorSpace": "hsl",
10347
+ "components": [212.5, 92.6, 42.5],
10348
+ "hex": "#0864d1"
10349
+ },
9863
10350
  "filePath": "src/tokens/component/button.json5",
9864
10351
  "isSource": true,
9865
10352
  "$type": "color"
9866
10353
  },
9867
10354
  "light-protanopia-deuteranopia-high-contrast": {
9868
- "$value": "#0864d1",
10355
+ "$value": {
10356
+ "colorSpace": "hsl",
10357
+ "components": [212.5, 92.6, 42.5],
10358
+ "hex": "#0864d1"
10359
+ },
9869
10360
  "filePath": "src/tokens/component/button.json5",
9870
10361
  "isSource": true,
9871
10362
  "$type": "color"
9872
10363
  },
9873
10364
  "light-high-contrast": {
9874
- "$value": "#04571e",
10365
+ "$value": {
10366
+ "colorSpace": "hsl",
10367
+ "components": [138.8, 91.2, 17.8],
10368
+ "hex": "#04571e"
10369
+ },
9875
10370
  "filePath": "src/tokens/component/button.json5",
9876
10371
  "isSource": true,
9877
10372
  "$type": "color"
@@ -9881,7 +10376,11 @@
9881
10376
  "filePath": "src/tokens/component/button.json5",
9882
10377
  "isSource": true,
9883
10378
  "original": {
9884
- "$value": "#3b8640",
10379
+ "$value": {
10380
+ "colorSpace": "hsl",
10381
+ "components": [124, 38.9, 37.8],
10382
+ "hex": "#3b8640"
10383
+ },
9885
10384
  "$type": "color",
9886
10385
  "$extensions": {
9887
10386
  "org.primer.figma": {
@@ -9891,13 +10390,21 @@
9891
10390
  },
9892
10391
  "org.primer.overrides": {
9893
10392
  "dark": {
9894
- "$value": "#29903B",
10393
+ "$value": {
10394
+ "colorSpace": "hsl",
10395
+ "components": [130.5, 55.7, 36.3],
10396
+ "hex": "#29903B"
10397
+ },
9895
10398
  "filePath": "src/tokens/component/button.json5",
9896
10399
  "isSource": true,
9897
10400
  "$type": "color"
9898
10401
  },
9899
10402
  "dark-dimmed": {
9900
- "$value": "#3b8640",
10403
+ "$value": {
10404
+ "colorSpace": "hsl",
10405
+ "components": [124, 38.9, 37.8],
10406
+ "hex": "#3b8640"
10407
+ },
9901
10408
  "filePath": "src/tokens/component/button.json5",
9902
10409
  "isSource": true,
9903
10410
  "$type": "color"
@@ -9909,61 +10416,101 @@
9909
10416
  "$type": "color"
9910
10417
  },
9911
10418
  "dark-tritanopia": {
9912
- "$value": "#2a7aef",
10419
+ "$value": {
10420
+ "colorSpace": "hsl",
10421
+ "components": [215.6, 86, 55.1],
10422
+ "hex": "#2a7aef"
10423
+ },
9913
10424
  "filePath": "src/tokens/component/button.json5",
9914
10425
  "isSource": true,
9915
10426
  "$type": "color"
9916
10427
  },
9917
10428
  "dark-tritanopia-high-contrast": {
9918
- "$value": "#2a7aef",
10429
+ "$value": {
10430
+ "colorSpace": "hsl",
10431
+ "components": [215.6, 86, 55.1],
10432
+ "hex": "#2a7aef"
10433
+ },
9919
10434
  "filePath": "src/tokens/component/button.json5",
9920
10435
  "isSource": true,
9921
10436
  "$type": "color"
9922
10437
  },
9923
10438
  "dark-protanopia-deuteranopia": {
9924
- "$value": "#2a7aef",
10439
+ "$value": {
10440
+ "colorSpace": "hsl",
10441
+ "components": [215.6, 86, 55.1],
10442
+ "hex": "#2a7aef"
10443
+ },
9925
10444
  "filePath": "src/tokens/component/button.json5",
9926
10445
  "isSource": true,
9927
10446
  "$type": "color"
9928
10447
  },
9929
10448
  "dark-protanopia-deuteranopia-high-contrast": {
9930
- "$value": "#2a7aef",
10449
+ "$value": {
10450
+ "colorSpace": "hsl",
10451
+ "components": [215.6, 86, 55.1],
10452
+ "hex": "#2a7aef"
10453
+ },
9931
10454
  "filePath": "src/tokens/component/button.json5",
9932
10455
  "isSource": true,
9933
10456
  "$type": "color"
9934
10457
  },
9935
10458
  "dark-high-contrast": {
9936
- "$value": "#08792b",
10459
+ "$value": {
10460
+ "colorSpace": "hsl",
10461
+ "components": [138.6, 87.6, 25.3],
10462
+ "hex": "#08792b"
10463
+ },
9937
10464
  "filePath": "src/tokens/component/button.json5",
9938
10465
  "isSource": true,
9939
10466
  "$type": "color"
9940
10467
  },
9941
10468
  "light-tritanopia": {
9942
- "$value": "#0864d1",
10469
+ "$value": {
10470
+ "colorSpace": "hsl",
10471
+ "components": [212.5, 92.6, 42.5],
10472
+ "hex": "#0864d1"
10473
+ },
9943
10474
  "filePath": "src/tokens/component/button.json5",
9944
10475
  "isSource": true,
9945
10476
  "$type": "color"
9946
10477
  },
9947
10478
  "light-tritanopia-high-contrast": {
9948
- "$value": "#0864d1",
10479
+ "$value": {
10480
+ "colorSpace": "hsl",
10481
+ "components": [212.5, 92.6, 42.5],
10482
+ "hex": "#0864d1"
10483
+ },
9949
10484
  "filePath": "src/tokens/component/button.json5",
9950
10485
  "isSource": true,
9951
10486
  "$type": "color"
9952
10487
  },
9953
10488
  "light-protanopia-deuteranopia": {
9954
- "$value": "#0864d1",
10489
+ "$value": {
10490
+ "colorSpace": "hsl",
10491
+ "components": [212.5, 92.6, 42.5],
10492
+ "hex": "#0864d1"
10493
+ },
9955
10494
  "filePath": "src/tokens/component/button.json5",
9956
10495
  "isSource": true,
9957
10496
  "$type": "color"
9958
10497
  },
9959
10498
  "light-protanopia-deuteranopia-high-contrast": {
9960
- "$value": "#0864d1",
10499
+ "$value": {
10500
+ "colorSpace": "hsl",
10501
+ "components": [212.5, 92.6, 42.5],
10502
+ "hex": "#0864d1"
10503
+ },
9961
10504
  "filePath": "src/tokens/component/button.json5",
9962
10505
  "isSource": true,
9963
10506
  "$type": "color"
9964
10507
  },
9965
10508
  "light-high-contrast": {
9966
- "$value": "#04571e",
10509
+ "$value": {
10510
+ "colorSpace": "hsl",
10511
+ "components": [138.8, 91.2, 17.8],
10512
+ "hex": "#04571e"
10513
+ },
9967
10514
  "filePath": "src/tokens/component/button.json5",
9968
10515
  "isSource": true,
9969
10516
  "$type": "color"
@@ -10074,37 +10621,61 @@
10074
10621
  },
10075
10622
  "org.primer.overrides": {
10076
10623
  "dark": {
10077
- "$value": "#105823",
10624
+ "$value": {
10625
+ "colorSpace": "hsl",
10626
+ "components": [135.8, 69.2, 20.4],
10627
+ "hex": "#105823"
10628
+ },
10078
10629
  "filePath": "src/tokens/component/button.json5",
10079
10630
  "isSource": true,
10080
10631
  "$type": "color"
10081
10632
  },
10082
10633
  "dark-dimmed": {
10083
- "$value": "#105823",
10634
+ "$value": {
10635
+ "colorSpace": "hsl",
10636
+ "components": [135.8, 69.2, 20.4],
10637
+ "hex": "#105823"
10638
+ },
10084
10639
  "filePath": "src/tokens/component/button.json5",
10085
10640
  "isSource": true,
10086
10641
  "$type": "color"
10087
10642
  },
10088
10643
  "dark-tritanopia": {
10089
- "$value": "#5fabfe",
10644
+ "$value": {
10645
+ "colorSpace": "hsl",
10646
+ "components": [211.3, 98.8, 68.4],
10647
+ "hex": "#5fabfe"
10648
+ },
10090
10649
  "filePath": "src/tokens/component/button.json5",
10091
10650
  "isSource": true,
10092
10651
  "$type": "color"
10093
10652
  },
10094
10653
  "dark-tritanopia-high-contrast": {
10095
- "$value": "#5fabfe",
10654
+ "$value": {
10655
+ "colorSpace": "hsl",
10656
+ "components": [211.3, 98.8, 68.4],
10657
+ "hex": "#5fabfe"
10658
+ },
10096
10659
  "filePath": "src/tokens/component/button.json5",
10097
10660
  "isSource": true,
10098
10661
  "$type": "color"
10099
10662
  },
10100
10663
  "dark-protanopia-deuteranopia": {
10101
- "$value": "#1158c7",
10664
+ "$value": {
10665
+ "colorSpace": "hsl",
10666
+ "components": [216.6, 84.3, 42.4],
10667
+ "hex": "#1158c7"
10668
+ },
10102
10669
  "filePath": "src/tokens/component/button.json5",
10103
10670
  "isSource": true,
10104
10671
  "$type": "color"
10105
10672
  },
10106
10673
  "dark-protanopia-deuteranopia-high-contrast": {
10107
- "$value": "#1158c7",
10674
+ "$value": {
10675
+ "colorSpace": "hsl",
10676
+ "components": [216.6, 84.3, 42.4],
10677
+ "hex": "#1158c7"
10678
+ },
10108
10679
  "filePath": "src/tokens/component/button.json5",
10109
10680
  "isSource": true,
10110
10681
  "$type": "color"
@@ -10117,7 +10688,11 @@
10117
10688
  "$type": "color"
10118
10689
  },
10119
10690
  "light-high-contrast": {
10120
- "$value": "#85cb97",
10691
+ "$value": {
10692
+ "colorSpace": "hsl",
10693
+ "components": [135.4, 40.2, 65.9],
10694
+ "hex": "#85cb97"
10695
+ },
10121
10696
  "filePath": "src/tokens/component/button.json5",
10122
10697
  "isSource": true,
10123
10698
  "$type": "color"
@@ -10127,7 +10702,11 @@
10127
10702
  "filePath": "src/tokens/component/button.json5",
10128
10703
  "isSource": true,
10129
10704
  "original": {
10130
- "$value": "#105823",
10705
+ "$value": {
10706
+ "colorSpace": "hsl",
10707
+ "components": [135.8, 69.2, 20.4],
10708
+ "hex": "#105823"
10709
+ },
10131
10710
  "$type": "color",
10132
10711
  "$extensions": {
10133
10712
  "org.primer.figma": {
@@ -10137,37 +10716,61 @@
10137
10716
  },
10138
10717
  "org.primer.overrides": {
10139
10718
  "dark": {
10140
- "$value": "#105823",
10719
+ "$value": {
10720
+ "colorSpace": "hsl",
10721
+ "components": [135.8, 69.2, 20.4],
10722
+ "hex": "#105823"
10723
+ },
10141
10724
  "filePath": "src/tokens/component/button.json5",
10142
10725
  "isSource": true,
10143
10726
  "$type": "color"
10144
10727
  },
10145
10728
  "dark-dimmed": {
10146
- "$value": "#105823",
10729
+ "$value": {
10730
+ "colorSpace": "hsl",
10731
+ "components": [135.8, 69.2, 20.4],
10732
+ "hex": "#105823"
10733
+ },
10147
10734
  "filePath": "src/tokens/component/button.json5",
10148
10735
  "isSource": true,
10149
10736
  "$type": "color"
10150
10737
  },
10151
10738
  "dark-tritanopia": {
10152
- "$value": "#5fabfe",
10739
+ "$value": {
10740
+ "colorSpace": "hsl",
10741
+ "components": [211.3, 98.8, 68.4],
10742
+ "hex": "#5fabfe"
10743
+ },
10153
10744
  "filePath": "src/tokens/component/button.json5",
10154
10745
  "isSource": true,
10155
10746
  "$type": "color"
10156
10747
  },
10157
10748
  "dark-tritanopia-high-contrast": {
10158
- "$value": "#5fabfe",
10749
+ "$value": {
10750
+ "colorSpace": "hsl",
10751
+ "components": [211.3, 98.8, 68.4],
10752
+ "hex": "#5fabfe"
10753
+ },
10159
10754
  "filePath": "src/tokens/component/button.json5",
10160
10755
  "isSource": true,
10161
10756
  "$type": "color"
10162
10757
  },
10163
10758
  "dark-protanopia-deuteranopia": {
10164
- "$value": "#1158c7",
10759
+ "$value": {
10760
+ "colorSpace": "hsl",
10761
+ "components": [216.6, 84.3, 42.4],
10762
+ "hex": "#1158c7"
10763
+ },
10165
10764
  "filePath": "src/tokens/component/button.json5",
10166
10765
  "isSource": true,
10167
10766
  "$type": "color"
10168
10767
  },
10169
10768
  "dark-protanopia-deuteranopia-high-contrast": {
10170
- "$value": "#1158c7",
10769
+ "$value": {
10770
+ "colorSpace": "hsl",
10771
+ "components": [216.6, 84.3, 42.4],
10772
+ "hex": "#1158c7"
10773
+ },
10171
10774
  "filePath": "src/tokens/component/button.json5",
10172
10775
  "isSource": true,
10173
10776
  "$type": "color"
@@ -10180,7 +10783,11 @@
10180
10783
  "$type": "color"
10181
10784
  },
10182
10785
  "light-high-contrast": {
10183
- "$value": "#85cb97",
10786
+ "$value": {
10787
+ "colorSpace": "hsl",
10788
+ "components": [135.4, 40.2, 65.9],
10789
+ "hex": "#85cb97"
10790
+ },
10184
10791
  "filePath": "src/tokens/component/button.json5",
10185
10792
  "isSource": true,
10186
10793
  "$type": "color"
@@ -10420,13 +11027,21 @@
10420
11027
  "$type": "color"
10421
11028
  },
10422
11029
  "dark-dimmed": {
10423
- "$value": "#ffffff",
11030
+ "$value": {
11031
+ "colorSpace": "hsl",
11032
+ "components": [0, 0, 100],
11033
+ "hex": "#ffffff"
11034
+ },
10424
11035
  "filePath": "src/tokens/component/button.json5",
10425
11036
  "isSource": true,
10426
11037
  "$type": "color"
10427
11038
  },
10428
11039
  "dark-dimmed-high-contrast": {
10429
- "$value": "#ffffff",
11040
+ "$value": {
11041
+ "colorSpace": "hsl",
11042
+ "components": [0, 0, 100],
11043
+ "hex": "#ffffff"
11044
+ },
10430
11045
  "filePath": "src/tokens/component/button.json5",
10431
11046
  "isSource": true,
10432
11047
  "$type": "color"
@@ -10436,7 +11051,11 @@
10436
11051
  "filePath": "src/tokens/component/button.json5",
10437
11052
  "isSource": true,
10438
11053
  "original": {
10439
- "$value": "#ffffff",
11054
+ "$value": {
11055
+ "colorSpace": "hsl",
11056
+ "components": [0, 0, 100],
11057
+ "hex": "#ffffff"
11058
+ },
10440
11059
  "$type": "color",
10441
11060
  "$extensions": {
10442
11061
  "org.primer.figma": {
@@ -10452,13 +11071,21 @@
10452
11071
  "$type": "color"
10453
11072
  },
10454
11073
  "dark-dimmed": {
10455
- "$value": "#ffffff",
11074
+ "$value": {
11075
+ "colorSpace": "hsl",
11076
+ "components": [0, 0, 100],
11077
+ "hex": "#ffffff"
11078
+ },
10456
11079
  "filePath": "src/tokens/component/button.json5",
10457
11080
  "isSource": true,
10458
11081
  "$type": "color"
10459
11082
  },
10460
11083
  "dark-dimmed-high-contrast": {
10461
- "$value": "#ffffff",
11084
+ "$value": {
11085
+ "colorSpace": "hsl",
11086
+ "components": [0, 0, 100],
11087
+ "hex": "#ffffff"
11088
+ },
10462
11089
  "filePath": "src/tokens/component/button.json5",
10463
11090
  "isSource": true,
10464
11091
  "$type": "color"
@@ -10473,6 +11100,35 @@
10473
11100
  "value": "#ffffff",
10474
11101
  "type": "color"
10475
11102
  },
11103
+ "button-primary-iconColor-disabled": {
11104
+ "key": "{button.primary.iconColor.disabled}",
11105
+ "$extensions": {
11106
+ "org.primer.figma": {
11107
+ "collection": "mode",
11108
+ "group": "component (internal)",
11109
+ "scopes": ["fgColor"]
11110
+ }
11111
+ },
11112
+ "filePath": "src/tokens/component/button.json5",
11113
+ "isSource": true,
11114
+ "original": {
11115
+ "$value": "{button.primary.fgColor.disabled}",
11116
+ "$type": "color",
11117
+ "$extensions": {
11118
+ "org.primer.figma": {
11119
+ "collection": "mode",
11120
+ "group": "component (internal)",
11121
+ "scopes": ["fgColor"]
11122
+ }
11123
+ },
11124
+ "key": "{button.primary.iconColor.disabled}"
11125
+ },
11126
+ "name": "button-primary-iconColor-disabled",
11127
+ "attributes": {},
11128
+ "path": ["button", "primary", "iconColor", "disabled"],
11129
+ "value": "#cdd9e566",
11130
+ "type": "color"
11131
+ },
10476
11132
  "button-primary-iconColor-rest": {
10477
11133
  "key": "{button.primary.iconColor.rest}",
10478
11134
  "$extensions": {
@@ -10496,13 +11152,21 @@
10496
11152
  "$type": "color"
10497
11153
  },
10498
11154
  "dark-dimmed": {
10499
- "$value": "#ffffff",
11155
+ "$value": {
11156
+ "colorSpace": "hsl",
11157
+ "components": [0, 0, 100],
11158
+ "hex": "#ffffff"
11159
+ },
10500
11160
  "filePath": "src/tokens/component/button.json5",
10501
11161
  "isSource": true,
10502
11162
  "$type": "color"
10503
11163
  },
10504
11164
  "dark-dimmed-high-contrast": {
10505
- "$value": "#ffffff",
11165
+ "$value": {
11166
+ "colorSpace": "hsl",
11167
+ "components": [0, 0, 100],
11168
+ "hex": "#ffffff"
11169
+ },
10506
11170
  "filePath": "src/tokens/component/button.json5",
10507
11171
  "isSource": true,
10508
11172
  "$type": "color"
@@ -10512,7 +11176,11 @@
10512
11176
  "filePath": "src/tokens/component/button.json5",
10513
11177
  "isSource": true,
10514
11178
  "original": {
10515
- "$value": "#ffffff",
11179
+ "$value": {
11180
+ "colorSpace": "hsl",
11181
+ "components": [0, 0, 100],
11182
+ "hex": "#ffffff"
11183
+ },
10516
11184
  "$type": "color",
10517
11185
  "$extensions": {
10518
11186
  "org.primer.figma": {
@@ -10535,13 +11203,21 @@
10535
11203
  "$type": "color"
10536
11204
  },
10537
11205
  "dark-dimmed": {
10538
- "$value": "#ffffff",
11206
+ "$value": {
11207
+ "colorSpace": "hsl",
11208
+ "components": [0, 0, 100],
11209
+ "hex": "#ffffff"
11210
+ },
10539
11211
  "filePath": "src/tokens/component/button.json5",
10540
11212
  "isSource": true,
10541
11213
  "$type": "color"
10542
11214
  },
10543
11215
  "dark-dimmed-high-contrast": {
10544
- "$value": "#ffffff",
11216
+ "$value": {
11217
+ "colorSpace": "hsl",
11218
+ "components": [0, 0, 100],
11219
+ "hex": "#ffffff"
11220
+ },
10545
11221
  "filePath": "src/tokens/component/button.json5",
10546
11222
  "isSource": true,
10547
11223
  "$type": "color"
@@ -10774,7 +11450,7 @@
10774
11450
  "name": "button-primary-shadow-selected",
10775
11451
  "attributes": {},
10776
11452
  "path": ["button", "primary", "shadow", "selected"],
10777
- "value": "0 0 0 0 #000000",
11453
+ "value": "0 0 0 0 #00000000",
10778
11454
  "type": "shadow"
10779
11455
  },
10780
11456
  "button-star-iconColor": {
@@ -16916,7 +17592,11 @@
16916
17592
  "org.primer.overrides": {
16917
17593
  "dark": "#3d444d",
16918
17594
  "dark-dimmed": {
16919
- "$value": "#3d444d",
17595
+ "$value": {
17596
+ "colorSpace": "hsl",
17597
+ "components": [213.8, 11.6, 27.1],
17598
+ "hex": "#3d444d"
17599
+ },
16920
17600
  "filePath": "src/tokens/functional/color/control.json5",
16921
17601
  "isSource": true,
16922
17602
  "$type": "color"
@@ -16926,7 +17606,11 @@
16926
17606
  "filePath": "src/tokens/functional/color/control.json5",
16927
17607
  "isSource": true,
16928
17608
  "original": {
16929
- "$value": "#3d444d",
17609
+ "$value": {
17610
+ "colorSpace": "hsl",
17611
+ "components": [213.8, 11.6, 27.1],
17612
+ "hex": "#3d444d"
17613
+ },
16930
17614
  "$type": "color",
16931
17615
  "$extensions": {
16932
17616
  "org.primer.figma": {
@@ -16937,7 +17621,11 @@
16937
17621
  "org.primer.overrides": {
16938
17622
  "dark": "{borderColor.default}",
16939
17623
  "dark-dimmed": {
16940
- "$value": "#3d444d",
17624
+ "$value": {
17625
+ "colorSpace": "hsl",
17626
+ "components": [213.8, 11.6, 27.1],
17627
+ "hex": "#3d444d"
17628
+ },
16941
17629
  "filePath": "src/tokens/functional/color/control.json5",
16942
17630
  "isSource": true,
16943
17631
  "$type": "color"
@@ -17068,49 +17756,81 @@
17068
17756
  "org.primer.overrides": {
17069
17757
  "dark": "#3685F3",
17070
17758
  "dark-high-contrast": {
17071
- "$value": "#3c79d0",
17759
+ "$value": {
17760
+ "colorSpace": "hsl",
17761
+ "components": [215.3, 61.2, 52.5],
17762
+ "hex": "#3c79d0"
17763
+ },
17072
17764
  "filePath": "src/tokens/functional/color/control.json5",
17073
17765
  "isSource": true,
17074
17766
  "$type": "color"
17075
17767
  },
17076
17768
  "dark-protanopia-deuteranopia-high-contrast": {
17077
- "$value": "#3c79d0",
17769
+ "$value": {
17770
+ "colorSpace": "hsl",
17771
+ "components": [215.3, 61.2, 52.5],
17772
+ "hex": "#3c79d0"
17773
+ },
17078
17774
  "filePath": "src/tokens/functional/color/control.json5",
17079
17775
  "isSource": true,
17080
17776
  "$type": "color"
17081
17777
  },
17082
17778
  "dark-tritanopia-high-contrast": {
17083
- "$value": "#3c79d0",
17779
+ "$value": {
17780
+ "colorSpace": "hsl",
17781
+ "components": [215.3, 61.2, 52.5],
17782
+ "hex": "#3c79d0"
17783
+ },
17084
17784
  "filePath": "src/tokens/functional/color/control.json5",
17085
17785
  "isSource": true,
17086
17786
  "$type": "color"
17087
17787
  },
17088
17788
  "dark-dimmed": {
17089
- "$value": "#3f7fdb",
17789
+ "$value": {
17790
+ "colorSpace": "hsl",
17791
+ "components": [215.4, 68.4, 55.3],
17792
+ "hex": "#3f7fdb"
17793
+ },
17090
17794
  "filePath": "src/tokens/functional/color/control.json5",
17091
17795
  "isSource": true,
17092
17796
  "$type": "color"
17093
17797
  },
17094
17798
  "dark-dimmed-high-contrast": {
17095
- "$value": "#3c79d0",
17799
+ "$value": {
17800
+ "colorSpace": "hsl",
17801
+ "components": [215.3, 61.2, 52.5],
17802
+ "hex": "#3c79d0"
17803
+ },
17096
17804
  "filePath": "src/tokens/functional/color/control.json5",
17097
17805
  "isSource": true,
17098
17806
  "$type": "color"
17099
17807
  },
17100
17808
  "light-high-contrast": {
17101
- "$value": "#033f9d",
17809
+ "$value": {
17810
+ "colorSpace": "hsl",
17811
+ "components": [216.6, 96.3, 31.4],
17812
+ "hex": "#033f9d"
17813
+ },
17102
17814
  "filePath": "src/tokens/functional/color/control.json5",
17103
17815
  "isSource": true,
17104
17816
  "$type": "color"
17105
17817
  },
17106
17818
  "light-tritanopia-high-contrast": {
17107
- "$value": "#033f9d",
17819
+ "$value": {
17820
+ "colorSpace": "hsl",
17821
+ "components": [216.6, 96.3, 31.4],
17822
+ "hex": "#033f9d"
17823
+ },
17108
17824
  "filePath": "src/tokens/functional/color/control.json5",
17109
17825
  "isSource": true,
17110
17826
  "$type": "color"
17111
17827
  },
17112
17828
  "light-protanopia-deuteranopia-high-contrast": {
17113
- "$value": "#033f9d",
17829
+ "$value": {
17830
+ "colorSpace": "hsl",
17831
+ "components": [216.6, 96.3, 31.4],
17832
+ "hex": "#033f9d"
17833
+ },
17114
17834
  "filePath": "src/tokens/functional/color/control.json5",
17115
17835
  "isSource": true,
17116
17836
  "$type": "color"
@@ -17120,7 +17840,11 @@
17120
17840
  "filePath": "src/tokens/functional/color/control.json5",
17121
17841
  "isSource": true,
17122
17842
  "original": {
17123
- "$value": "#3f7fdb",
17843
+ "$value": {
17844
+ "colorSpace": "hsl",
17845
+ "components": [215.4, 68.4, 55.3],
17846
+ "hex": "#3f7fdb"
17847
+ },
17124
17848
  "$type": "color",
17125
17849
  "$extensions": {
17126
17850
  "org.primer.figma": {
@@ -17131,49 +17855,81 @@
17131
17855
  "org.primer.overrides": {
17132
17856
  "dark": "#3685F3",
17133
17857
  "dark-high-contrast": {
17134
- "$value": "#3c79d0",
17858
+ "$value": {
17859
+ "colorSpace": "hsl",
17860
+ "components": [215.3, 61.2, 52.5],
17861
+ "hex": "#3c79d0"
17862
+ },
17135
17863
  "filePath": "src/tokens/functional/color/control.json5",
17136
17864
  "isSource": true,
17137
17865
  "$type": "color"
17138
17866
  },
17139
17867
  "dark-protanopia-deuteranopia-high-contrast": {
17140
- "$value": "#3c79d0",
17868
+ "$value": {
17869
+ "colorSpace": "hsl",
17870
+ "components": [215.3, 61.2, 52.5],
17871
+ "hex": "#3c79d0"
17872
+ },
17141
17873
  "filePath": "src/tokens/functional/color/control.json5",
17142
17874
  "isSource": true,
17143
17875
  "$type": "color"
17144
17876
  },
17145
17877
  "dark-tritanopia-high-contrast": {
17146
- "$value": "#3c79d0",
17878
+ "$value": {
17879
+ "colorSpace": "hsl",
17880
+ "components": [215.3, 61.2, 52.5],
17881
+ "hex": "#3c79d0"
17882
+ },
17147
17883
  "filePath": "src/tokens/functional/color/control.json5",
17148
17884
  "isSource": true,
17149
17885
  "$type": "color"
17150
17886
  },
17151
17887
  "dark-dimmed": {
17152
- "$value": "#3f7fdb",
17888
+ "$value": {
17889
+ "colorSpace": "hsl",
17890
+ "components": [215.4, 68.4, 55.3],
17891
+ "hex": "#3f7fdb"
17892
+ },
17153
17893
  "filePath": "src/tokens/functional/color/control.json5",
17154
17894
  "isSource": true,
17155
17895
  "$type": "color"
17156
17896
  },
17157
17897
  "dark-dimmed-high-contrast": {
17158
- "$value": "#3c79d0",
17898
+ "$value": {
17899
+ "colorSpace": "hsl",
17900
+ "components": [215.3, 61.2, 52.5],
17901
+ "hex": "#3c79d0"
17902
+ },
17159
17903
  "filePath": "src/tokens/functional/color/control.json5",
17160
17904
  "isSource": true,
17161
17905
  "$type": "color"
17162
17906
  },
17163
17907
  "light-high-contrast": {
17164
- "$value": "#033f9d",
17908
+ "$value": {
17909
+ "colorSpace": "hsl",
17910
+ "components": [216.6, 96.3, 31.4],
17911
+ "hex": "#033f9d"
17912
+ },
17165
17913
  "filePath": "src/tokens/functional/color/control.json5",
17166
17914
  "isSource": true,
17167
17915
  "$type": "color"
17168
17916
  },
17169
17917
  "light-tritanopia-high-contrast": {
17170
- "$value": "#033f9d",
17918
+ "$value": {
17919
+ "colorSpace": "hsl",
17920
+ "components": [216.6, 96.3, 31.4],
17921
+ "hex": "#033f9d"
17922
+ },
17171
17923
  "filePath": "src/tokens/functional/color/control.json5",
17172
17924
  "isSource": true,
17173
17925
  "$type": "color"
17174
17926
  },
17175
17927
  "light-protanopia-deuteranopia-high-contrast": {
17176
- "$value": "#033f9d",
17928
+ "$value": {
17929
+ "colorSpace": "hsl",
17930
+ "components": [216.6, 96.3, 31.4],
17931
+ "hex": "#033f9d"
17932
+ },
17177
17933
  "filePath": "src/tokens/functional/color/control.json5",
17178
17934
  "isSource": true,
17179
17935
  "$type": "color"
@@ -17234,49 +17990,81 @@
17234
17990
  "org.primer.overrides": {
17235
17991
  "dark": "#2A7AEF",
17236
17992
  "dark-high-contrast": {
17237
- "$value": "#2b64c1",
17993
+ "$value": {
17994
+ "colorSpace": "hsl",
17995
+ "components": [217.2, 63.6, 46.3],
17996
+ "hex": "#2b64c1"
17997
+ },
17238
17998
  "filePath": "src/tokens/functional/color/control.json5",
17239
17999
  "isSource": true,
17240
18000
  "$type": "color"
17241
18001
  },
17242
18002
  "dark-tritanopia-high-contrast": {
17243
- "$value": "#2b64c1",
18003
+ "$value": {
18004
+ "colorSpace": "hsl",
18005
+ "components": [217.2, 63.6, 46.3],
18006
+ "hex": "#2b64c1"
18007
+ },
17244
18008
  "filePath": "src/tokens/functional/color/control.json5",
17245
18009
  "isSource": true,
17246
18010
  "$type": "color"
17247
18011
  },
17248
18012
  "dark-protanopia-deuteranopia-high-contrast": {
17249
- "$value": "#2b64c1",
18013
+ "$value": {
18014
+ "colorSpace": "hsl",
18015
+ "components": [217.2, 63.6, 46.3],
18016
+ "hex": "#2b64c1"
18017
+ },
17250
18018
  "filePath": "src/tokens/functional/color/control.json5",
17251
18019
  "isSource": true,
17252
18020
  "$type": "color"
17253
18021
  },
17254
18022
  "dark-dimmed": {
17255
- "$value": "#3876d3",
18023
+ "$value": {
18024
+ "colorSpace": "hsl",
18025
+ "components": [216, 63.8, 52.4],
18026
+ "hex": "#3876d3"
18027
+ },
17256
18028
  "filePath": "src/tokens/functional/color/control.json5",
17257
18029
  "isSource": true,
17258
18030
  "$type": "color"
17259
18031
  },
17260
18032
  "dark-dimmed-high-contrast": {
17261
- "$value": "#2b64c1",
18033
+ "$value": {
18034
+ "colorSpace": "hsl",
18035
+ "components": [217.2, 63.6, 46.3],
18036
+ "hex": "#2b64c1"
18037
+ },
17262
18038
  "filePath": "src/tokens/functional/color/control.json5",
17263
18039
  "isSource": true,
17264
18040
  "$type": "color"
17265
18041
  },
17266
18042
  "light-high-contrast": {
17267
- "$value": "#0344a8",
18043
+ "$value": {
18044
+ "colorSpace": "hsl",
18045
+ "components": [216.4, 96.5, 33.5],
18046
+ "hex": "#0344a8"
18047
+ },
17268
18048
  "filePath": "src/tokens/functional/color/control.json5",
17269
18049
  "isSource": true,
17270
18050
  "$type": "color"
17271
18051
  },
17272
18052
  "light-tritanopia-high-contrast": {
17273
- "$value": "#0344a8",
18053
+ "$value": {
18054
+ "colorSpace": "hsl",
18055
+ "components": [216.4, 96.5, 33.5],
18056
+ "hex": "#0344a8"
18057
+ },
17274
18058
  "filePath": "src/tokens/functional/color/control.json5",
17275
18059
  "isSource": true,
17276
18060
  "$type": "color"
17277
18061
  },
17278
18062
  "light-protanopia-deuteranopia-high-contrast": {
17279
- "$value": "#0344a8",
18063
+ "$value": {
18064
+ "colorSpace": "hsl",
18065
+ "components": [216.4, 96.5, 33.5],
18066
+ "hex": "#0344a8"
18067
+ },
17280
18068
  "filePath": "src/tokens/functional/color/control.json5",
17281
18069
  "isSource": true,
17282
18070
  "$type": "color"
@@ -17286,7 +18074,11 @@
17286
18074
  "filePath": "src/tokens/functional/color/control.json5",
17287
18075
  "isSource": true,
17288
18076
  "original": {
17289
- "$value": "#3876d3",
18077
+ "$value": {
18078
+ "colorSpace": "hsl",
18079
+ "components": [216, 63.8, 52.4],
18080
+ "hex": "#3876d3"
18081
+ },
17290
18082
  "$type": "color",
17291
18083
  "$extensions": {
17292
18084
  "org.primer.figma": {
@@ -17297,49 +18089,81 @@
17297
18089
  "org.primer.overrides": {
17298
18090
  "dark": "#2A7AEF",
17299
18091
  "dark-high-contrast": {
17300
- "$value": "#2b64c1",
18092
+ "$value": {
18093
+ "colorSpace": "hsl",
18094
+ "components": [217.2, 63.6, 46.3],
18095
+ "hex": "#2b64c1"
18096
+ },
17301
18097
  "filePath": "src/tokens/functional/color/control.json5",
17302
18098
  "isSource": true,
17303
18099
  "$type": "color"
17304
18100
  },
17305
18101
  "dark-tritanopia-high-contrast": {
17306
- "$value": "#2b64c1",
18102
+ "$value": {
18103
+ "colorSpace": "hsl",
18104
+ "components": [217.2, 63.6, 46.3],
18105
+ "hex": "#2b64c1"
18106
+ },
17307
18107
  "filePath": "src/tokens/functional/color/control.json5",
17308
18108
  "isSource": true,
17309
18109
  "$type": "color"
17310
18110
  },
17311
18111
  "dark-protanopia-deuteranopia-high-contrast": {
17312
- "$value": "#2b64c1",
18112
+ "$value": {
18113
+ "colorSpace": "hsl",
18114
+ "components": [217.2, 63.6, 46.3],
18115
+ "hex": "#2b64c1"
18116
+ },
17313
18117
  "filePath": "src/tokens/functional/color/control.json5",
17314
18118
  "isSource": true,
17315
18119
  "$type": "color"
17316
18120
  },
17317
18121
  "dark-dimmed": {
17318
- "$value": "#3876d3",
18122
+ "$value": {
18123
+ "colorSpace": "hsl",
18124
+ "components": [216, 63.8, 52.4],
18125
+ "hex": "#3876d3"
18126
+ },
17319
18127
  "filePath": "src/tokens/functional/color/control.json5",
17320
18128
  "isSource": true,
17321
18129
  "$type": "color"
17322
18130
  },
17323
18131
  "dark-dimmed-high-contrast": {
17324
- "$value": "#2b64c1",
18132
+ "$value": {
18133
+ "colorSpace": "hsl",
18134
+ "components": [217.2, 63.6, 46.3],
18135
+ "hex": "#2b64c1"
18136
+ },
17325
18137
  "filePath": "src/tokens/functional/color/control.json5",
17326
18138
  "isSource": true,
17327
18139
  "$type": "color"
17328
18140
  },
17329
18141
  "light-high-contrast": {
17330
- "$value": "#0344a8",
18142
+ "$value": {
18143
+ "colorSpace": "hsl",
18144
+ "components": [216.4, 96.5, 33.5],
18145
+ "hex": "#0344a8"
18146
+ },
17331
18147
  "filePath": "src/tokens/functional/color/control.json5",
17332
18148
  "isSource": true,
17333
18149
  "$type": "color"
17334
18150
  },
17335
18151
  "light-tritanopia-high-contrast": {
17336
- "$value": "#0344a8",
18152
+ "$value": {
18153
+ "colorSpace": "hsl",
18154
+ "components": [216.4, 96.5, 33.5],
18155
+ "hex": "#0344a8"
18156
+ },
17337
18157
  "filePath": "src/tokens/functional/color/control.json5",
17338
18158
  "isSource": true,
17339
18159
  "$type": "color"
17340
18160
  },
17341
18161
  "light-protanopia-deuteranopia-high-contrast": {
17342
- "$value": "#0344a8",
18162
+ "$value": {
18163
+ "colorSpace": "hsl",
18164
+ "components": [216.4, 96.5, 33.5],
18165
+ "hex": "#0344a8"
18166
+ },
17343
18167
  "filePath": "src/tokens/functional/color/control.json5",
17344
18168
  "isSource": true,
17345
18169
  "$type": "color"
@@ -17418,7 +18242,11 @@
17418
18242
  "$type": "color"
17419
18243
  },
17420
18244
  "dark-dimmed": {
17421
- "$value": "#3f7fdb",
18245
+ "$value": {
18246
+ "colorSpace": "hsl",
18247
+ "components": [215.4, 68.4, 55.3],
18248
+ "hex": "#3f7fdb"
18249
+ },
17422
18250
  "filePath": "src/tokens/functional/color/control.json5",
17423
18251
  "isSource": true,
17424
18252
  "$type": "color"
@@ -17430,19 +18258,31 @@
17430
18258
  "$type": "color"
17431
18259
  },
17432
18260
  "light-high-contrast": {
17433
- "$value": "#033f9d",
18261
+ "$value": {
18262
+ "colorSpace": "hsl",
18263
+ "components": [216.6, 96.3, 31.4],
18264
+ "hex": "#033f9d"
18265
+ },
17434
18266
  "filePath": "src/tokens/functional/color/control.json5",
17435
18267
  "isSource": true,
17436
18268
  "$type": "color"
17437
18269
  },
17438
18270
  "light-protanopia-deuteranopia-high-contrast": {
17439
- "$value": "#033f9d",
18271
+ "$value": {
18272
+ "colorSpace": "hsl",
18273
+ "components": [216.6, 96.3, 31.4],
18274
+ "hex": "#033f9d"
18275
+ },
17440
18276
  "filePath": "src/tokens/functional/color/control.json5",
17441
18277
  "isSource": true,
17442
18278
  "$type": "color"
17443
18279
  },
17444
18280
  "light-tritanopia-high-contrast": {
17445
- "$value": "#033f9d",
18281
+ "$value": {
18282
+ "colorSpace": "hsl",
18283
+ "components": [216.6, 96.3, 31.4],
18284
+ "hex": "#033f9d"
18285
+ },
17446
18286
  "filePath": "src/tokens/functional/color/control.json5",
17447
18287
  "isSource": true,
17448
18288
  "$type": "color"
@@ -17452,7 +18292,11 @@
17452
18292
  "filePath": "src/tokens/functional/color/control.json5",
17453
18293
  "isSource": true,
17454
18294
  "original": {
17455
- "$value": "#3f7fdb",
18295
+ "$value": {
18296
+ "colorSpace": "hsl",
18297
+ "components": [215.4, 68.4, 55.3],
18298
+ "hex": "#3f7fdb"
18299
+ },
17456
18300
  "$type": "color",
17457
18301
  "$extensions": {
17458
18302
  "org.primer.figma": {
@@ -17481,7 +18325,11 @@
17481
18325
  "$type": "color"
17482
18326
  },
17483
18327
  "dark-dimmed": {
17484
- "$value": "#3f7fdb",
18328
+ "$value": {
18329
+ "colorSpace": "hsl",
18330
+ "components": [215.4, 68.4, 55.3],
18331
+ "hex": "#3f7fdb"
18332
+ },
17485
18333
  "filePath": "src/tokens/functional/color/control.json5",
17486
18334
  "isSource": true,
17487
18335
  "$type": "color"
@@ -17493,19 +18341,31 @@
17493
18341
  "$type": "color"
17494
18342
  },
17495
18343
  "light-high-contrast": {
17496
- "$value": "#033f9d",
18344
+ "$value": {
18345
+ "colorSpace": "hsl",
18346
+ "components": [216.6, 96.3, 31.4],
18347
+ "hex": "#033f9d"
18348
+ },
17497
18349
  "filePath": "src/tokens/functional/color/control.json5",
17498
18350
  "isSource": true,
17499
18351
  "$type": "color"
17500
18352
  },
17501
18353
  "light-protanopia-deuteranopia-high-contrast": {
17502
- "$value": "#033f9d",
18354
+ "$value": {
18355
+ "colorSpace": "hsl",
18356
+ "components": [216.6, 96.3, 31.4],
18357
+ "hex": "#033f9d"
18358
+ },
17503
18359
  "filePath": "src/tokens/functional/color/control.json5",
17504
18360
  "isSource": true,
17505
18361
  "$type": "color"
17506
18362
  },
17507
18363
  "light-tritanopia-high-contrast": {
17508
- "$value": "#033f9d",
18364
+ "$value": {
18365
+ "colorSpace": "hsl",
18366
+ "components": [216.6, 96.3, 31.4],
18367
+ "hex": "#033f9d"
18368
+ },
17509
18369
  "filePath": "src/tokens/functional/color/control.json5",
17510
18370
  "isSource": true,
17511
18371
  "$type": "color"
@@ -17584,7 +18444,11 @@
17584
18444
  "$type": "color"
17585
18445
  },
17586
18446
  "dark-dimmed": {
17587
- "$value": "#3876d3",
18447
+ "$value": {
18448
+ "colorSpace": "hsl",
18449
+ "components": [216, 63.8, 52.4],
18450
+ "hex": "#3876d3"
18451
+ },
17588
18452
  "filePath": "src/tokens/functional/color/control.json5",
17589
18453
  "isSource": true,
17590
18454
  "$type": "color"
@@ -17596,19 +18460,31 @@
17596
18460
  "$type": "color"
17597
18461
  },
17598
18462
  "light-high-contrast": {
17599
- "$value": "#0344a8",
18463
+ "$value": {
18464
+ "colorSpace": "hsl",
18465
+ "components": [216.4, 96.5, 33.5],
18466
+ "hex": "#0344a8"
18467
+ },
17600
18468
  "filePath": "src/tokens/functional/color/control.json5",
17601
18469
  "isSource": true,
17602
18470
  "$type": "color"
17603
18471
  },
17604
18472
  "light-tritanopia-high-contrast": {
17605
- "$value": "#0344a8",
18473
+ "$value": {
18474
+ "colorSpace": "hsl",
18475
+ "components": [216.4, 96.5, 33.5],
18476
+ "hex": "#0344a8"
18477
+ },
17606
18478
  "filePath": "src/tokens/functional/color/control.json5",
17607
18479
  "isSource": true,
17608
18480
  "$type": "color"
17609
18481
  },
17610
18482
  "light-protanopia-deuteranopia-high-contrast": {
17611
- "$value": "#0344a8",
18483
+ "$value": {
18484
+ "colorSpace": "hsl",
18485
+ "components": [216.4, 96.5, 33.5],
18486
+ "hex": "#0344a8"
18487
+ },
17612
18488
  "filePath": "src/tokens/functional/color/control.json5",
17613
18489
  "isSource": true,
17614
18490
  "$type": "color"
@@ -17618,7 +18494,11 @@
17618
18494
  "filePath": "src/tokens/functional/color/control.json5",
17619
18495
  "isSource": true,
17620
18496
  "original": {
17621
- "$value": "#3876d3",
18497
+ "$value": {
18498
+ "colorSpace": "hsl",
18499
+ "components": [216, 63.8, 52.4],
18500
+ "hex": "#3876d3"
18501
+ },
17622
18502
  "$type": "color",
17623
18503
  "$extensions": {
17624
18504
  "org.primer.figma": {
@@ -17647,7 +18527,11 @@
17647
18527
  "$type": "color"
17648
18528
  },
17649
18529
  "dark-dimmed": {
17650
- "$value": "#3876d3",
18530
+ "$value": {
18531
+ "colorSpace": "hsl",
18532
+ "components": [216, 63.8, 52.4],
18533
+ "hex": "#3876d3"
18534
+ },
17651
18535
  "filePath": "src/tokens/functional/color/control.json5",
17652
18536
  "isSource": true,
17653
18537
  "$type": "color"
@@ -17659,19 +18543,31 @@
17659
18543
  "$type": "color"
17660
18544
  },
17661
18545
  "light-high-contrast": {
17662
- "$value": "#0344a8",
18546
+ "$value": {
18547
+ "colorSpace": "hsl",
18548
+ "components": [216.4, 96.5, 33.5],
18549
+ "hex": "#0344a8"
18550
+ },
17663
18551
  "filePath": "src/tokens/functional/color/control.json5",
17664
18552
  "isSource": true,
17665
18553
  "$type": "color"
17666
18554
  },
17667
18555
  "light-tritanopia-high-contrast": {
17668
- "$value": "#0344a8",
18556
+ "$value": {
18557
+ "colorSpace": "hsl",
18558
+ "components": [216.4, 96.5, 33.5],
18559
+ "hex": "#0344a8"
18560
+ },
17669
18561
  "filePath": "src/tokens/functional/color/control.json5",
17670
18562
  "isSource": true,
17671
18563
  "$type": "color"
17672
18564
  },
17673
18565
  "light-protanopia-deuteranopia-high-contrast": {
17674
- "$value": "#0344a8",
18566
+ "$value": {
18567
+ "colorSpace": "hsl",
18568
+ "components": [216.4, 96.5, 33.5],
18569
+ "hex": "#0344a8"
18570
+ },
17675
18571
  "filePath": "src/tokens/functional/color/control.json5",
17676
18572
  "isSource": true,
17677
18573
  "$type": "color"
@@ -17863,21 +18759,33 @@
17863
18759
  "$type": "color"
17864
18760
  },
17865
18761
  "dark-high-contrast": {
17866
- "$value": "#c51120",
18762
+ "$value": {
18763
+ "colorSpace": "hsl",
18764
+ "components": [355, 84.1, 42],
18765
+ "hex": "#c51120"
18766
+ },
17867
18767
  "alpha": 1,
17868
18768
  "filePath": "src/tokens/functional/color/control.json5",
17869
18769
  "isSource": true,
17870
18770
  "$type": "color"
17871
18771
  },
17872
18772
  "dark-dimmed-high-contrast": {
17873
- "$value": "#c51120",
18773
+ "$value": {
18774
+ "colorSpace": "hsl",
18775
+ "components": [355, 84.1, 42],
18776
+ "hex": "#c51120"
18777
+ },
17874
18778
  "alpha": 1,
17875
18779
  "filePath": "src/tokens/functional/color/control.json5",
17876
18780
  "isSource": true,
17877
18781
  "$type": "color"
17878
18782
  },
17879
18783
  "dark-tritanopia-high-contrast": {
17880
- "$value": "#c51120",
18784
+ "$value": {
18785
+ "colorSpace": "hsl",
18786
+ "components": [355, 84.1, 42],
18787
+ "hex": "#c51120"
18788
+ },
17881
18789
  "alpha": 1,
17882
18790
  "filePath": "src/tokens/functional/color/control.json5",
17883
18791
  "isSource": true,
@@ -17890,13 +18798,21 @@
17890
18798
  "$type": "color"
17891
18799
  },
17892
18800
  "light-high-contrast": {
17893
- "$value": "#8c0b1d",
18801
+ "$value": {
18802
+ "colorSpace": "hsl",
18803
+ "components": [351.6, 85.4, 29.6],
18804
+ "hex": "#8c0b1d"
18805
+ },
17894
18806
  "filePath": "src/tokens/functional/color/control.json5",
17895
18807
  "isSource": true,
17896
18808
  "$type": "color"
17897
18809
  },
17898
18810
  "light-tritanopia-high-contrast": {
17899
- "$value": "#8c0b1d",
18811
+ "$value": {
18812
+ "colorSpace": "hsl",
18813
+ "components": [351.6, 85.4, 29.6],
18814
+ "hex": "#8c0b1d"
18815
+ },
17900
18816
  "filePath": "src/tokens/functional/color/control.json5",
17901
18817
  "isSource": true,
17902
18818
  "$type": "color"
@@ -17937,21 +18853,33 @@
17937
18853
  "$type": "color"
17938
18854
  },
17939
18855
  "dark-high-contrast": {
17940
- "$value": "#c51120",
18856
+ "$value": {
18857
+ "colorSpace": "hsl",
18858
+ "components": [355, 84.1, 42],
18859
+ "hex": "#c51120"
18860
+ },
17941
18861
  "alpha": 1,
17942
18862
  "filePath": "src/tokens/functional/color/control.json5",
17943
18863
  "isSource": true,
17944
18864
  "$type": "color"
17945
18865
  },
17946
18866
  "dark-dimmed-high-contrast": {
17947
- "$value": "#c51120",
18867
+ "$value": {
18868
+ "colorSpace": "hsl",
18869
+ "components": [355, 84.1, 42],
18870
+ "hex": "#c51120"
18871
+ },
17948
18872
  "alpha": 1,
17949
18873
  "filePath": "src/tokens/functional/color/control.json5",
17950
18874
  "isSource": true,
17951
18875
  "$type": "color"
17952
18876
  },
17953
18877
  "dark-tritanopia-high-contrast": {
17954
- "$value": "#c51120",
18878
+ "$value": {
18879
+ "colorSpace": "hsl",
18880
+ "components": [355, 84.1, 42],
18881
+ "hex": "#c51120"
18882
+ },
17955
18883
  "alpha": 1,
17956
18884
  "filePath": "src/tokens/functional/color/control.json5",
17957
18885
  "isSource": true,
@@ -17964,13 +18892,21 @@
17964
18892
  "$type": "color"
17965
18893
  },
17966
18894
  "light-high-contrast": {
17967
- "$value": "#8c0b1d",
18895
+ "$value": {
18896
+ "colorSpace": "hsl",
18897
+ "components": [351.6, 85.4, 29.6],
18898
+ "hex": "#8c0b1d"
18899
+ },
17968
18900
  "filePath": "src/tokens/functional/color/control.json5",
17969
18901
  "isSource": true,
17970
18902
  "$type": "color"
17971
18903
  },
17972
18904
  "light-tritanopia-high-contrast": {
17973
- "$value": "#8c0b1d",
18905
+ "$value": {
18906
+ "colorSpace": "hsl",
18907
+ "components": [351.6, 85.4, 29.6],
18908
+ "hex": "#8c0b1d"
18909
+ },
17974
18910
  "filePath": "src/tokens/functional/color/control.json5",
17975
18911
  "isSource": true,
17976
18912
  "$type": "color"
@@ -47389,14 +48325,22 @@
47389
48325
  },
47390
48326
  "org.primer.overrides": {
47391
48327
  "dark": {
47392
- "$value": "#3a8cfd",
48328
+ "$value": {
48329
+ "colorSpace": "hsl",
48330
+ "components": [214.8, 98, 61],
48331
+ "hex": "#3a8cfd"
48332
+ },
47393
48333
  "alpha": 0.36,
47394
48334
  "filePath": "src/tokens/component/reactionButton.json5",
47395
48335
  "isSource": true,
47396
48336
  "$type": "color"
47397
48337
  },
47398
48338
  "dark-dimmed": {
47399
- "$value": "#4285e5",
48339
+ "$value": {
48340
+ "colorSpace": "hsl",
48341
+ "components": [215.3, 75.8, 57.8],
48342
+ "hex": "#4285e5"
48343
+ },
47400
48344
  "alpha": 0.36,
47401
48345
  "filePath": "src/tokens/component/reactionButton.json5",
47402
48346
  "isSource": true,
@@ -47404,7 +48348,11 @@
47404
48348
  },
47405
48349
  "light-high-contrast": "#c7e9ff",
47406
48350
  "dark-high-contrast": {
47407
- "$value": "#5dadff",
48351
+ "$value": {
48352
+ "colorSpace": "hsl",
48353
+ "components": [210.4, 100, 68.2],
48354
+ "hex": "#5dadff"
48355
+ },
47408
48356
  "alpha": 0.36,
47409
48357
  "filePath": "src/tokens/component/reactionButton.json5",
47410
48358
  "isSource": true,
@@ -47416,7 +48364,11 @@
47416
48364
  "isSource": true,
47417
48365
  "alpha": 0.36,
47418
48366
  "original": {
47419
- "$value": "#4285e5",
48367
+ "$value": {
48368
+ "colorSpace": "hsl",
48369
+ "components": [215.3, 75.8, 57.8],
48370
+ "hex": "#4285e5"
48371
+ },
47420
48372
  "$type": "color",
47421
48373
  "$extensions": {
47422
48374
  "org.primer.figma": {
@@ -47426,14 +48378,22 @@
47426
48378
  },
47427
48379
  "org.primer.overrides": {
47428
48380
  "dark": {
47429
- "$value": "#3a8cfd",
48381
+ "$value": {
48382
+ "colorSpace": "hsl",
48383
+ "components": [214.8, 98, 61],
48384
+ "hex": "#3a8cfd"
48385
+ },
47430
48386
  "alpha": 0.36,
47431
48387
  "filePath": "src/tokens/component/reactionButton.json5",
47432
48388
  "isSource": true,
47433
48389
  "$type": "color"
47434
48390
  },
47435
48391
  "dark-dimmed": {
47436
- "$value": "#4285e5",
48392
+ "$value": {
48393
+ "colorSpace": "hsl",
48394
+ "components": [215.3, 75.8, 57.8],
48395
+ "hex": "#4285e5"
48396
+ },
47437
48397
  "alpha": 0.36,
47438
48398
  "filePath": "src/tokens/component/reactionButton.json5",
47439
48399
  "isSource": true,
@@ -47441,7 +48401,11 @@
47441
48401
  },
47442
48402
  "light-high-contrast": "#c7e9ff",
47443
48403
  "dark-high-contrast": {
47444
- "$value": "#5dadff",
48404
+ "$value": {
48405
+ "colorSpace": "hsl",
48406
+ "components": [210.4, 100, 68.2],
48407
+ "hex": "#5dadff"
48408
+ },
47445
48409
  "alpha": 0.36,
47446
48410
  "filePath": "src/tokens/component/reactionButton.json5",
47447
48411
  "isSource": true,
@@ -47774,6 +48738,147 @@
47774
48738
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47775
48739
  "isSource": true,
47776
48740
  "$type": "shadow"
48741
+ },
48742
+ "light-high-contrast": {
48743
+ "$value": [
48744
+ {
48745
+ "color": "#3d444db3",
48746
+ "alpha": 1,
48747
+ "offsetX": {
48748
+ "value": 0,
48749
+ "unit": "px"
48750
+ },
48751
+ "offsetY": {
48752
+ "value": 0,
48753
+ "unit": "px"
48754
+ },
48755
+ "blur": {
48756
+ "value": 0,
48757
+ "unit": "px"
48758
+ },
48759
+ "spread": {
48760
+ "value": 1,
48761
+ "unit": "px"
48762
+ }
48763
+ },
48764
+ {
48765
+ "color": "#f0f6fc",
48766
+ "alpha": 0.24,
48767
+ "offsetX": {
48768
+ "value": 0,
48769
+ "unit": "px"
48770
+ },
48771
+ "offsetY": {
48772
+ "value": 40,
48773
+ "unit": "px"
48774
+ },
48775
+ "blur": {
48776
+ "value": 80,
48777
+ "unit": "px"
48778
+ },
48779
+ "spread": {
48780
+ "value": 0,
48781
+ "unit": "px"
48782
+ }
48783
+ }
48784
+ ],
48785
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48786
+ "isSource": true,
48787
+ "$type": "shadow"
48788
+ },
48789
+ "light-protanopia-deuteranopia-high-contrast": {
48790
+ "$value": [
48791
+ {
48792
+ "color": "#3d444db3",
48793
+ "alpha": 1,
48794
+ "offsetX": {
48795
+ "value": 0,
48796
+ "unit": "px"
48797
+ },
48798
+ "offsetY": {
48799
+ "value": 0,
48800
+ "unit": "px"
48801
+ },
48802
+ "blur": {
48803
+ "value": 0,
48804
+ "unit": "px"
48805
+ },
48806
+ "spread": {
48807
+ "value": 1,
48808
+ "unit": "px"
48809
+ }
48810
+ },
48811
+ {
48812
+ "color": "#f0f6fc",
48813
+ "alpha": 0.24,
48814
+ "offsetX": {
48815
+ "value": 0,
48816
+ "unit": "px"
48817
+ },
48818
+ "offsetY": {
48819
+ "value": 40,
48820
+ "unit": "px"
48821
+ },
48822
+ "blur": {
48823
+ "value": 80,
48824
+ "unit": "px"
48825
+ },
48826
+ "spread": {
48827
+ "value": 0,
48828
+ "unit": "px"
48829
+ }
48830
+ }
48831
+ ],
48832
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48833
+ "isSource": true,
48834
+ "$type": "shadow"
48835
+ },
48836
+ "light-tritanopia-high-contrast": {
48837
+ "$value": [
48838
+ {
48839
+ "color": "#3d444db3",
48840
+ "alpha": 1,
48841
+ "offsetX": {
48842
+ "value": 0,
48843
+ "unit": "px"
48844
+ },
48845
+ "offsetY": {
48846
+ "value": 0,
48847
+ "unit": "px"
48848
+ },
48849
+ "blur": {
48850
+ "value": 0,
48851
+ "unit": "px"
48852
+ },
48853
+ "spread": {
48854
+ "value": 1,
48855
+ "unit": "px"
48856
+ }
48857
+ },
48858
+ {
48859
+ "color": "#f0f6fc",
48860
+ "alpha": 0.24,
48861
+ "offsetX": {
48862
+ "value": 0,
48863
+ "unit": "px"
48864
+ },
48865
+ "offsetY": {
48866
+ "value": 40,
48867
+ "unit": "px"
48868
+ },
48869
+ "blur": {
48870
+ "value": 80,
48871
+ "unit": "px"
48872
+ },
48873
+ "spread": {
48874
+ "value": 0,
48875
+ "unit": "px"
48876
+ }
48877
+ }
48878
+ ],
48879
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48880
+ "isSource": true,
48881
+ "$type": "shadow"
47777
48882
  }
47778
48883
  },
47779
48884
  "org.primer.llm": {
@@ -47880,6 +48985,147 @@
47880
48985
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47881
48986
  "isSource": true,
47882
48987
  "$type": "shadow"
48988
+ },
48989
+ "light-high-contrast": {
48990
+ "$value": [
48991
+ {
48992
+ "color": "{overlay.borderColor}",
48993
+ "alpha": 1,
48994
+ "offsetX": {
48995
+ "value": 0,
48996
+ "unit": "px"
48997
+ },
48998
+ "offsetY": {
48999
+ "value": 0,
49000
+ "unit": "px"
49001
+ },
49002
+ "blur": {
49003
+ "value": 0,
49004
+ "unit": "px"
49005
+ },
49006
+ "spread": {
49007
+ "value": 1,
49008
+ "unit": "px"
49009
+ }
49010
+ },
49011
+ {
49012
+ "color": "{base.color.neutral.12}",
49013
+ "alpha": 0.24,
49014
+ "offsetX": {
49015
+ "value": 0,
49016
+ "unit": "px"
49017
+ },
49018
+ "offsetY": {
49019
+ "value": 40,
49020
+ "unit": "px"
49021
+ },
49022
+ "blur": {
49023
+ "value": 80,
49024
+ "unit": "px"
49025
+ },
49026
+ "spread": {
49027
+ "value": 0,
49028
+ "unit": "px"
49029
+ }
49030
+ }
49031
+ ],
49032
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49033
+ "isSource": true,
49034
+ "$type": "shadow"
49035
+ },
49036
+ "light-protanopia-deuteranopia-high-contrast": {
49037
+ "$value": [
49038
+ {
49039
+ "color": "{overlay.borderColor}",
49040
+ "alpha": 1,
49041
+ "offsetX": {
49042
+ "value": 0,
49043
+ "unit": "px"
49044
+ },
49045
+ "offsetY": {
49046
+ "value": 0,
49047
+ "unit": "px"
49048
+ },
49049
+ "blur": {
49050
+ "value": 0,
49051
+ "unit": "px"
49052
+ },
49053
+ "spread": {
49054
+ "value": 1,
49055
+ "unit": "px"
49056
+ }
49057
+ },
49058
+ {
49059
+ "color": "{base.color.neutral.12}",
49060
+ "alpha": 0.24,
49061
+ "offsetX": {
49062
+ "value": 0,
49063
+ "unit": "px"
49064
+ },
49065
+ "offsetY": {
49066
+ "value": 40,
49067
+ "unit": "px"
49068
+ },
49069
+ "blur": {
49070
+ "value": 80,
49071
+ "unit": "px"
49072
+ },
49073
+ "spread": {
49074
+ "value": 0,
49075
+ "unit": "px"
49076
+ }
49077
+ }
49078
+ ],
49079
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49080
+ "isSource": true,
49081
+ "$type": "shadow"
49082
+ },
49083
+ "light-tritanopia-high-contrast": {
49084
+ "$value": [
49085
+ {
49086
+ "color": "{overlay.borderColor}",
49087
+ "alpha": 1,
49088
+ "offsetX": {
49089
+ "value": 0,
49090
+ "unit": "px"
49091
+ },
49092
+ "offsetY": {
49093
+ "value": 0,
49094
+ "unit": "px"
49095
+ },
49096
+ "blur": {
49097
+ "value": 0,
49098
+ "unit": "px"
49099
+ },
49100
+ "spread": {
49101
+ "value": 1,
49102
+ "unit": "px"
49103
+ }
49104
+ },
49105
+ {
49106
+ "color": "{base.color.neutral.12}",
49107
+ "alpha": 0.24,
49108
+ "offsetX": {
49109
+ "value": 0,
49110
+ "unit": "px"
49111
+ },
49112
+ "offsetY": {
49113
+ "value": 40,
49114
+ "unit": "px"
49115
+ },
49116
+ "blur": {
49117
+ "value": 80,
49118
+ "unit": "px"
49119
+ },
49120
+ "spread": {
49121
+ "value": 0,
49122
+ "unit": "px"
49123
+ }
49124
+ }
49125
+ ],
49126
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49127
+ "isSource": true,
49128
+ "$type": "shadow"
47883
49129
  }
47884
49130
  },
47885
49131
  "org.primer.llm": {
@@ -48180,6 +49426,327 @@
48180
49426
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48181
49427
  "isSource": true,
48182
49428
  "$type": "shadow"
49429
+ },
49430
+ "light-high-contrast": {
49431
+ "$value": [
49432
+ {
49433
+ "color": "#3d444db3",
49434
+ "alpha": 1,
49435
+ "offsetX": {
49436
+ "value": 0,
49437
+ "unit": "px"
49438
+ },
49439
+ "offsetY": {
49440
+ "value": 0,
49441
+ "unit": "px"
49442
+ },
49443
+ "blur": {
49444
+ "value": 0,
49445
+ "unit": "px"
49446
+ },
49447
+ "spread": {
49448
+ "value": 1,
49449
+ "unit": "px"
49450
+ }
49451
+ },
49452
+ {
49453
+ "color": "#f0f6fc",
49454
+ "alpha": 0.08,
49455
+ "offsetX": {
49456
+ "value": 0,
49457
+ "unit": "px"
49458
+ },
49459
+ "offsetY": {
49460
+ "value": 8,
49461
+ "unit": "px"
49462
+ },
49463
+ "blur": {
49464
+ "value": 16,
49465
+ "unit": "px"
49466
+ },
49467
+ "spread": {
49468
+ "value": -4,
49469
+ "unit": "px"
49470
+ }
49471
+ },
49472
+ {
49473
+ "color": "#f0f6fc",
49474
+ "alpha": 0.08,
49475
+ "offsetX": {
49476
+ "value": 0,
49477
+ "unit": "px"
49478
+ },
49479
+ "offsetY": {
49480
+ "value": 4,
49481
+ "unit": "px"
49482
+ },
49483
+ "blur": {
49484
+ "value": 32,
49485
+ "unit": "px"
49486
+ },
49487
+ "spread": {
49488
+ "value": -4,
49489
+ "unit": "px"
49490
+ }
49491
+ },
49492
+ {
49493
+ "color": "#f0f6fc",
49494
+ "alpha": 0.08,
49495
+ "offsetX": {
49496
+ "value": 0,
49497
+ "unit": "px"
49498
+ },
49499
+ "offsetY": {
49500
+ "value": 24,
49501
+ "unit": "px"
49502
+ },
49503
+ "blur": {
49504
+ "value": 48,
49505
+ "unit": "px"
49506
+ },
49507
+ "spread": {
49508
+ "value": -12,
49509
+ "unit": "px"
49510
+ }
49511
+ },
49512
+ {
49513
+ "color": "#f0f6fc",
49514
+ "alpha": 0.08,
49515
+ "offsetX": {
49516
+ "value": 0,
49517
+ "unit": "px"
49518
+ },
49519
+ "offsetY": {
49520
+ "value": 48,
49521
+ "unit": "px"
49522
+ },
49523
+ "blur": {
49524
+ "value": 96,
49525
+ "unit": "px"
49526
+ },
49527
+ "spread": {
49528
+ "value": -24,
49529
+ "unit": "px"
49530
+ }
49531
+ }
49532
+ ],
49533
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49534
+ "isSource": true,
49535
+ "$type": "shadow"
49536
+ },
49537
+ "light-protanopia-deuteranopia-high-contrast": {
49538
+ "$value": [
49539
+ {
49540
+ "color": "#3d444db3",
49541
+ "alpha": 1,
49542
+ "offsetX": {
49543
+ "value": 0,
49544
+ "unit": "px"
49545
+ },
49546
+ "offsetY": {
49547
+ "value": 0,
49548
+ "unit": "px"
49549
+ },
49550
+ "blur": {
49551
+ "value": 0,
49552
+ "unit": "px"
49553
+ },
49554
+ "spread": {
49555
+ "value": 1,
49556
+ "unit": "px"
49557
+ }
49558
+ },
49559
+ {
49560
+ "color": "#f0f6fc",
49561
+ "alpha": 0.08,
49562
+ "offsetX": {
49563
+ "value": 0,
49564
+ "unit": "px"
49565
+ },
49566
+ "offsetY": {
49567
+ "value": 8,
49568
+ "unit": "px"
49569
+ },
49570
+ "blur": {
49571
+ "value": 16,
49572
+ "unit": "px"
49573
+ },
49574
+ "spread": {
49575
+ "value": -4,
49576
+ "unit": "px"
49577
+ }
49578
+ },
49579
+ {
49580
+ "color": "#f0f6fc",
49581
+ "alpha": 0.08,
49582
+ "offsetX": {
49583
+ "value": 0,
49584
+ "unit": "px"
49585
+ },
49586
+ "offsetY": {
49587
+ "value": 4,
49588
+ "unit": "px"
49589
+ },
49590
+ "blur": {
49591
+ "value": 32,
49592
+ "unit": "px"
49593
+ },
49594
+ "spread": {
49595
+ "value": -4,
49596
+ "unit": "px"
49597
+ }
49598
+ },
49599
+ {
49600
+ "color": "#f0f6fc",
49601
+ "alpha": 0.08,
49602
+ "offsetX": {
49603
+ "value": 0,
49604
+ "unit": "px"
49605
+ },
49606
+ "offsetY": {
49607
+ "value": 24,
49608
+ "unit": "px"
49609
+ },
49610
+ "blur": {
49611
+ "value": 48,
49612
+ "unit": "px"
49613
+ },
49614
+ "spread": {
49615
+ "value": -12,
49616
+ "unit": "px"
49617
+ }
49618
+ },
49619
+ {
49620
+ "color": "#f0f6fc",
49621
+ "alpha": 0.08,
49622
+ "offsetX": {
49623
+ "value": 0,
49624
+ "unit": "px"
49625
+ },
49626
+ "offsetY": {
49627
+ "value": 48,
49628
+ "unit": "px"
49629
+ },
49630
+ "blur": {
49631
+ "value": 96,
49632
+ "unit": "px"
49633
+ },
49634
+ "spread": {
49635
+ "value": -24,
49636
+ "unit": "px"
49637
+ }
49638
+ }
49639
+ ],
49640
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49641
+ "isSource": true,
49642
+ "$type": "shadow"
49643
+ },
49644
+ "light-tritanopia-high-contrast": {
49645
+ "$value": [
49646
+ {
49647
+ "color": "#3d444db3",
49648
+ "alpha": 1,
49649
+ "offsetX": {
49650
+ "value": 0,
49651
+ "unit": "px"
49652
+ },
49653
+ "offsetY": {
49654
+ "value": 0,
49655
+ "unit": "px"
49656
+ },
49657
+ "blur": {
49658
+ "value": 0,
49659
+ "unit": "px"
49660
+ },
49661
+ "spread": {
49662
+ "value": 1,
49663
+ "unit": "px"
49664
+ }
49665
+ },
49666
+ {
49667
+ "color": "#f0f6fc",
49668
+ "alpha": 0.08,
49669
+ "offsetX": {
49670
+ "value": 0,
49671
+ "unit": "px"
49672
+ },
49673
+ "offsetY": {
49674
+ "value": 8,
49675
+ "unit": "px"
49676
+ },
49677
+ "blur": {
49678
+ "value": 16,
49679
+ "unit": "px"
49680
+ },
49681
+ "spread": {
49682
+ "value": -4,
49683
+ "unit": "px"
49684
+ }
49685
+ },
49686
+ {
49687
+ "color": "#f0f6fc",
49688
+ "alpha": 0.08,
49689
+ "offsetX": {
49690
+ "value": 0,
49691
+ "unit": "px"
49692
+ },
49693
+ "offsetY": {
49694
+ "value": 4,
49695
+ "unit": "px"
49696
+ },
49697
+ "blur": {
49698
+ "value": 32,
49699
+ "unit": "px"
49700
+ },
49701
+ "spread": {
49702
+ "value": -4,
49703
+ "unit": "px"
49704
+ }
49705
+ },
49706
+ {
49707
+ "color": "#f0f6fc",
49708
+ "alpha": 0.08,
49709
+ "offsetX": {
49710
+ "value": 0,
49711
+ "unit": "px"
49712
+ },
49713
+ "offsetY": {
49714
+ "value": 24,
49715
+ "unit": "px"
49716
+ },
49717
+ "blur": {
49718
+ "value": 48,
49719
+ "unit": "px"
49720
+ },
49721
+ "spread": {
49722
+ "value": -12,
49723
+ "unit": "px"
49724
+ }
49725
+ },
49726
+ {
49727
+ "color": "#f0f6fc",
49728
+ "alpha": 0.08,
49729
+ "offsetX": {
49730
+ "value": 0,
49731
+ "unit": "px"
49732
+ },
49733
+ "offsetY": {
49734
+ "value": 48,
49735
+ "unit": "px"
49736
+ },
49737
+ "blur": {
49738
+ "value": 96,
49739
+ "unit": "px"
49740
+ },
49741
+ "spread": {
49742
+ "value": -24,
49743
+ "unit": "px"
49744
+ }
49745
+ }
49746
+ ],
49747
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49748
+ "isSource": true,
49749
+ "$type": "shadow"
48183
49750
  }
48184
49751
  },
48185
49752
  "org.primer.llm": {
@@ -48406,6 +49973,327 @@
48406
49973
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48407
49974
  "isSource": true,
48408
49975
  "$type": "shadow"
49976
+ },
49977
+ "light-high-contrast": {
49978
+ "$value": [
49979
+ {
49980
+ "color": "{overlay.borderColor}",
49981
+ "alpha": 1,
49982
+ "offsetX": {
49983
+ "value": 0,
49984
+ "unit": "px"
49985
+ },
49986
+ "offsetY": {
49987
+ "value": 0,
49988
+ "unit": "px"
49989
+ },
49990
+ "blur": {
49991
+ "value": 0,
49992
+ "unit": "px"
49993
+ },
49994
+ "spread": {
49995
+ "value": 1,
49996
+ "unit": "px"
49997
+ }
49998
+ },
49999
+ {
50000
+ "color": "{base.color.neutral.12}",
50001
+ "alpha": 0.08,
50002
+ "offsetX": {
50003
+ "value": 0,
50004
+ "unit": "px"
50005
+ },
50006
+ "offsetY": {
50007
+ "value": 8,
50008
+ "unit": "px"
50009
+ },
50010
+ "blur": {
50011
+ "value": 16,
50012
+ "unit": "px"
50013
+ },
50014
+ "spread": {
50015
+ "value": -4,
50016
+ "unit": "px"
50017
+ }
50018
+ },
50019
+ {
50020
+ "color": "{base.color.neutral.12}",
50021
+ "alpha": 0.08,
50022
+ "offsetX": {
50023
+ "value": 0,
50024
+ "unit": "px"
50025
+ },
50026
+ "offsetY": {
50027
+ "value": 4,
50028
+ "unit": "px"
50029
+ },
50030
+ "blur": {
50031
+ "value": 32,
50032
+ "unit": "px"
50033
+ },
50034
+ "spread": {
50035
+ "value": -4,
50036
+ "unit": "px"
50037
+ }
50038
+ },
50039
+ {
50040
+ "color": "{base.color.neutral.12}",
50041
+ "alpha": 0.08,
50042
+ "offsetX": {
50043
+ "value": 0,
50044
+ "unit": "px"
50045
+ },
50046
+ "offsetY": {
50047
+ "value": 24,
50048
+ "unit": "px"
50049
+ },
50050
+ "blur": {
50051
+ "value": 48,
50052
+ "unit": "px"
50053
+ },
50054
+ "spread": {
50055
+ "value": -12,
50056
+ "unit": "px"
50057
+ }
50058
+ },
50059
+ {
50060
+ "color": "{base.color.neutral.12}",
50061
+ "alpha": 0.08,
50062
+ "offsetX": {
50063
+ "value": 0,
50064
+ "unit": "px"
50065
+ },
50066
+ "offsetY": {
50067
+ "value": 48,
50068
+ "unit": "px"
50069
+ },
50070
+ "blur": {
50071
+ "value": 96,
50072
+ "unit": "px"
50073
+ },
50074
+ "spread": {
50075
+ "value": -24,
50076
+ "unit": "px"
50077
+ }
50078
+ }
50079
+ ],
50080
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50081
+ "isSource": true,
50082
+ "$type": "shadow"
50083
+ },
50084
+ "light-protanopia-deuteranopia-high-contrast": {
50085
+ "$value": [
50086
+ {
50087
+ "color": "{overlay.borderColor}",
50088
+ "alpha": 1,
50089
+ "offsetX": {
50090
+ "value": 0,
50091
+ "unit": "px"
50092
+ },
50093
+ "offsetY": {
50094
+ "value": 0,
50095
+ "unit": "px"
50096
+ },
50097
+ "blur": {
50098
+ "value": 0,
50099
+ "unit": "px"
50100
+ },
50101
+ "spread": {
50102
+ "value": 1,
50103
+ "unit": "px"
50104
+ }
50105
+ },
50106
+ {
50107
+ "color": "{base.color.neutral.12}",
50108
+ "alpha": 0.08,
50109
+ "offsetX": {
50110
+ "value": 0,
50111
+ "unit": "px"
50112
+ },
50113
+ "offsetY": {
50114
+ "value": 8,
50115
+ "unit": "px"
50116
+ },
50117
+ "blur": {
50118
+ "value": 16,
50119
+ "unit": "px"
50120
+ },
50121
+ "spread": {
50122
+ "value": -4,
50123
+ "unit": "px"
50124
+ }
50125
+ },
50126
+ {
50127
+ "color": "{base.color.neutral.12}",
50128
+ "alpha": 0.08,
50129
+ "offsetX": {
50130
+ "value": 0,
50131
+ "unit": "px"
50132
+ },
50133
+ "offsetY": {
50134
+ "value": 4,
50135
+ "unit": "px"
50136
+ },
50137
+ "blur": {
50138
+ "value": 32,
50139
+ "unit": "px"
50140
+ },
50141
+ "spread": {
50142
+ "value": -4,
50143
+ "unit": "px"
50144
+ }
50145
+ },
50146
+ {
50147
+ "color": "{base.color.neutral.12}",
50148
+ "alpha": 0.08,
50149
+ "offsetX": {
50150
+ "value": 0,
50151
+ "unit": "px"
50152
+ },
50153
+ "offsetY": {
50154
+ "value": 24,
50155
+ "unit": "px"
50156
+ },
50157
+ "blur": {
50158
+ "value": 48,
50159
+ "unit": "px"
50160
+ },
50161
+ "spread": {
50162
+ "value": -12,
50163
+ "unit": "px"
50164
+ }
50165
+ },
50166
+ {
50167
+ "color": "{base.color.neutral.12}",
50168
+ "alpha": 0.08,
50169
+ "offsetX": {
50170
+ "value": 0,
50171
+ "unit": "px"
50172
+ },
50173
+ "offsetY": {
50174
+ "value": 48,
50175
+ "unit": "px"
50176
+ },
50177
+ "blur": {
50178
+ "value": 96,
50179
+ "unit": "px"
50180
+ },
50181
+ "spread": {
50182
+ "value": -24,
50183
+ "unit": "px"
50184
+ }
50185
+ }
50186
+ ],
50187
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50188
+ "isSource": true,
50189
+ "$type": "shadow"
50190
+ },
50191
+ "light-tritanopia-high-contrast": {
50192
+ "$value": [
50193
+ {
50194
+ "color": "{overlay.borderColor}",
50195
+ "alpha": 1,
50196
+ "offsetX": {
50197
+ "value": 0,
50198
+ "unit": "px"
50199
+ },
50200
+ "offsetY": {
50201
+ "value": 0,
50202
+ "unit": "px"
50203
+ },
50204
+ "blur": {
50205
+ "value": 0,
50206
+ "unit": "px"
50207
+ },
50208
+ "spread": {
50209
+ "value": 1,
50210
+ "unit": "px"
50211
+ }
50212
+ },
50213
+ {
50214
+ "color": "{base.color.neutral.12}",
50215
+ "alpha": 0.08,
50216
+ "offsetX": {
50217
+ "value": 0,
50218
+ "unit": "px"
50219
+ },
50220
+ "offsetY": {
50221
+ "value": 8,
50222
+ "unit": "px"
50223
+ },
50224
+ "blur": {
50225
+ "value": 16,
50226
+ "unit": "px"
50227
+ },
50228
+ "spread": {
50229
+ "value": -4,
50230
+ "unit": "px"
50231
+ }
50232
+ },
50233
+ {
50234
+ "color": "{base.color.neutral.12}",
50235
+ "alpha": 0.08,
50236
+ "offsetX": {
50237
+ "value": 0,
50238
+ "unit": "px"
50239
+ },
50240
+ "offsetY": {
50241
+ "value": 4,
50242
+ "unit": "px"
50243
+ },
50244
+ "blur": {
50245
+ "value": 32,
50246
+ "unit": "px"
50247
+ },
50248
+ "spread": {
50249
+ "value": -4,
50250
+ "unit": "px"
50251
+ }
50252
+ },
50253
+ {
50254
+ "color": "{base.color.neutral.12}",
50255
+ "alpha": 0.08,
50256
+ "offsetX": {
50257
+ "value": 0,
50258
+ "unit": "px"
50259
+ },
50260
+ "offsetY": {
50261
+ "value": 24,
50262
+ "unit": "px"
50263
+ },
50264
+ "blur": {
50265
+ "value": 48,
50266
+ "unit": "px"
50267
+ },
50268
+ "spread": {
50269
+ "value": -12,
50270
+ "unit": "px"
50271
+ }
50272
+ },
50273
+ {
50274
+ "color": "{base.color.neutral.12}",
50275
+ "alpha": 0.08,
50276
+ "offsetX": {
50277
+ "value": 0,
50278
+ "unit": "px"
50279
+ },
50280
+ "offsetY": {
50281
+ "value": 48,
50282
+ "unit": "px"
50283
+ },
50284
+ "blur": {
50285
+ "value": 96,
50286
+ "unit": "px"
50287
+ },
50288
+ "spread": {
50289
+ "value": -24,
50290
+ "unit": "px"
50291
+ }
50292
+ }
50293
+ ],
50294
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50295
+ "isSource": true,
50296
+ "$type": "shadow"
48409
50297
  }
48410
50298
  },
48411
50299
  "org.primer.llm": {
@@ -48712,6 +50600,147 @@
48712
50600
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48713
50601
  "isSource": true,
48714
50602
  "$type": "shadow"
50603
+ },
50604
+ "light-high-contrast": {
50605
+ "$value": [
50606
+ {
50607
+ "color": "#3d444db3",
50608
+ "alpha": 1,
50609
+ "offsetX": {
50610
+ "value": 0,
50611
+ "unit": "px"
50612
+ },
50613
+ "offsetY": {
50614
+ "value": 0,
50615
+ "unit": "px"
50616
+ },
50617
+ "blur": {
50618
+ "value": 0,
50619
+ "unit": "px"
50620
+ },
50621
+ "spread": {
50622
+ "value": 1,
50623
+ "unit": "px"
50624
+ }
50625
+ },
50626
+ {
50627
+ "color": "#f0f6fc",
50628
+ "alpha": 0.32,
50629
+ "offsetX": {
50630
+ "value": 0,
50631
+ "unit": "px"
50632
+ },
50633
+ "offsetY": {
50634
+ "value": 56,
50635
+ "unit": "px"
50636
+ },
50637
+ "blur": {
50638
+ "value": 112,
50639
+ "unit": "px"
50640
+ },
50641
+ "spread": {
50642
+ "value": 0,
50643
+ "unit": "px"
50644
+ }
50645
+ }
50646
+ ],
50647
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50648
+ "isSource": true,
50649
+ "$type": "shadow"
50650
+ },
50651
+ "light-protanopia-deuteranopia-high-contrast": {
50652
+ "$value": [
50653
+ {
50654
+ "color": "#3d444db3",
50655
+ "alpha": 1,
50656
+ "offsetX": {
50657
+ "value": 0,
50658
+ "unit": "px"
50659
+ },
50660
+ "offsetY": {
50661
+ "value": 0,
50662
+ "unit": "px"
50663
+ },
50664
+ "blur": {
50665
+ "value": 0,
50666
+ "unit": "px"
50667
+ },
50668
+ "spread": {
50669
+ "value": 1,
50670
+ "unit": "px"
50671
+ }
50672
+ },
50673
+ {
50674
+ "color": "#f0f6fc",
50675
+ "alpha": 0.32,
50676
+ "offsetX": {
50677
+ "value": 0,
50678
+ "unit": "px"
50679
+ },
50680
+ "offsetY": {
50681
+ "value": 56,
50682
+ "unit": "px"
50683
+ },
50684
+ "blur": {
50685
+ "value": 112,
50686
+ "unit": "px"
50687
+ },
50688
+ "spread": {
50689
+ "value": 0,
50690
+ "unit": "px"
50691
+ }
50692
+ }
50693
+ ],
50694
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50695
+ "isSource": true,
50696
+ "$type": "shadow"
50697
+ },
50698
+ "light-tritanopia-high-contrast": {
50699
+ "$value": [
50700
+ {
50701
+ "color": "#3d444db3",
50702
+ "alpha": 1,
50703
+ "offsetX": {
50704
+ "value": 0,
50705
+ "unit": "px"
50706
+ },
50707
+ "offsetY": {
50708
+ "value": 0,
50709
+ "unit": "px"
50710
+ },
50711
+ "blur": {
50712
+ "value": 0,
50713
+ "unit": "px"
50714
+ },
50715
+ "spread": {
50716
+ "value": 1,
50717
+ "unit": "px"
50718
+ }
50719
+ },
50720
+ {
50721
+ "color": "#f0f6fc",
50722
+ "alpha": 0.32,
50723
+ "offsetX": {
50724
+ "value": 0,
50725
+ "unit": "px"
50726
+ },
50727
+ "offsetY": {
50728
+ "value": 56,
50729
+ "unit": "px"
50730
+ },
50731
+ "blur": {
50732
+ "value": 112,
50733
+ "unit": "px"
50734
+ },
50735
+ "spread": {
50736
+ "value": 0,
50737
+ "unit": "px"
50738
+ }
50739
+ }
50740
+ ],
50741
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50742
+ "isSource": true,
50743
+ "$type": "shadow"
48715
50744
  }
48716
50745
  },
48717
50746
  "org.primer.llm": {
@@ -48818,6 +50847,147 @@
48818
50847
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48819
50848
  "isSource": true,
48820
50849
  "$type": "shadow"
50850
+ },
50851
+ "light-high-contrast": {
50852
+ "$value": [
50853
+ {
50854
+ "color": "{overlay.borderColor}",
50855
+ "alpha": 1,
50856
+ "offsetX": {
50857
+ "value": 0,
50858
+ "unit": "px"
50859
+ },
50860
+ "offsetY": {
50861
+ "value": 0,
50862
+ "unit": "px"
50863
+ },
50864
+ "blur": {
50865
+ "value": 0,
50866
+ "unit": "px"
50867
+ },
50868
+ "spread": {
50869
+ "value": 1,
50870
+ "unit": "px"
50871
+ }
50872
+ },
50873
+ {
50874
+ "color": "{base.color.neutral.12}",
50875
+ "alpha": 0.32,
50876
+ "offsetX": {
50877
+ "value": 0,
50878
+ "unit": "px"
50879
+ },
50880
+ "offsetY": {
50881
+ "value": 56,
50882
+ "unit": "px"
50883
+ },
50884
+ "blur": {
50885
+ "value": 112,
50886
+ "unit": "px"
50887
+ },
50888
+ "spread": {
50889
+ "value": 0,
50890
+ "unit": "px"
50891
+ }
50892
+ }
50893
+ ],
50894
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50895
+ "isSource": true,
50896
+ "$type": "shadow"
50897
+ },
50898
+ "light-protanopia-deuteranopia-high-contrast": {
50899
+ "$value": [
50900
+ {
50901
+ "color": "{overlay.borderColor}",
50902
+ "alpha": 1,
50903
+ "offsetX": {
50904
+ "value": 0,
50905
+ "unit": "px"
50906
+ },
50907
+ "offsetY": {
50908
+ "value": 0,
50909
+ "unit": "px"
50910
+ },
50911
+ "blur": {
50912
+ "value": 0,
50913
+ "unit": "px"
50914
+ },
50915
+ "spread": {
50916
+ "value": 1,
50917
+ "unit": "px"
50918
+ }
50919
+ },
50920
+ {
50921
+ "color": "{base.color.neutral.12}",
50922
+ "alpha": 0.32,
50923
+ "offsetX": {
50924
+ "value": 0,
50925
+ "unit": "px"
50926
+ },
50927
+ "offsetY": {
50928
+ "value": 56,
50929
+ "unit": "px"
50930
+ },
50931
+ "blur": {
50932
+ "value": 112,
50933
+ "unit": "px"
50934
+ },
50935
+ "spread": {
50936
+ "value": 0,
50937
+ "unit": "px"
50938
+ }
50939
+ }
50940
+ ],
50941
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50942
+ "isSource": true,
50943
+ "$type": "shadow"
50944
+ },
50945
+ "light-tritanopia-high-contrast": {
50946
+ "$value": [
50947
+ {
50948
+ "color": "{overlay.borderColor}",
50949
+ "alpha": 1,
50950
+ "offsetX": {
50951
+ "value": 0,
50952
+ "unit": "px"
50953
+ },
50954
+ "offsetY": {
50955
+ "value": 0,
50956
+ "unit": "px"
50957
+ },
50958
+ "blur": {
50959
+ "value": 0,
50960
+ "unit": "px"
50961
+ },
50962
+ "spread": {
50963
+ "value": 1,
50964
+ "unit": "px"
50965
+ }
50966
+ },
50967
+ {
50968
+ "color": "{base.color.neutral.12}",
50969
+ "alpha": 0.32,
50970
+ "offsetX": {
50971
+ "value": 0,
50972
+ "unit": "px"
50973
+ },
50974
+ "offsetY": {
50975
+ "value": 56,
50976
+ "unit": "px"
50977
+ },
50978
+ "blur": {
50979
+ "value": 112,
50980
+ "unit": "px"
50981
+ },
50982
+ "spread": {
50983
+ "value": 0,
50984
+ "unit": "px"
50985
+ }
50986
+ }
50987
+ ],
50988
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50989
+ "isSource": true,
50990
+ "$type": "shadow"
48821
50991
  }
48822
50992
  },
48823
50993
  "org.primer.llm": {