@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
@@ -2075,7 +2075,11 @@
2075
2075
  "$type": "color"
2076
2076
  },
2077
2077
  "dark-tritanopia": {
2078
- "$value": "#db61a2",
2078
+ "$value": {
2079
+ "colorSpace": "hsl",
2080
+ "components": [328, 62.9, 62],
2081
+ "hex": "#db61a2"
2082
+ },
2079
2083
  "alpha": 0.1,
2080
2084
  "filePath": "src/tokens/functional/color/bgColor.json5",
2081
2085
  "isSource": true,
@@ -2111,7 +2115,11 @@
2111
2115
  "$type": "color"
2112
2116
  },
2113
2117
  "dark-tritanopia": {
2114
- "$value": "#db61a2",
2118
+ "$value": {
2119
+ "colorSpace": "hsl",
2120
+ "components": [328, 62.9, 62],
2121
+ "hex": "#db61a2"
2122
+ },
2115
2123
  "alpha": 0.1,
2116
2124
  "filePath": "src/tokens/functional/color/bgColor.json5",
2117
2125
  "isSource": true,
@@ -2732,6 +2740,44 @@
2732
2740
  "value": "0.0625rem solid #a371f7",
2733
2741
  "type": "border"
2734
2742
  },
2743
+ "border-draft-emphasis": {
2744
+ "key": "{border.draft.emphasis}",
2745
+ "filePath": "src/tokens/functional/border/border.json5",
2746
+ "isSource": true,
2747
+ "original": {
2748
+ "$value": {
2749
+ "color": "{borderColor.draft.emphasis}",
2750
+ "style": "solid",
2751
+ "width": "{borderWidth.default}"
2752
+ },
2753
+ "$type": "border",
2754
+ "key": "{border.draft.emphasis}"
2755
+ },
2756
+ "name": "border-draft-emphasis",
2757
+ "attributes": {},
2758
+ "path": ["border", "draft", "emphasis"],
2759
+ "value": "0.0625rem solid #59636e",
2760
+ "type": "border"
2761
+ },
2762
+ "border-draft-muted": {
2763
+ "key": "{border.draft.muted}",
2764
+ "filePath": "src/tokens/functional/border/border.json5",
2765
+ "isSource": true,
2766
+ "original": {
2767
+ "$value": {
2768
+ "color": "{borderColor.draft.muted}",
2769
+ "style": "solid",
2770
+ "width": "{borderWidth.default}"
2771
+ },
2772
+ "$type": "border",
2773
+ "key": "{border.draft.muted}"
2774
+ },
2775
+ "name": "border-draft-muted",
2776
+ "attributes": {},
2777
+ "path": ["border", "draft", "muted"],
2778
+ "value": "0.0625rem solid #454c54",
2779
+ "type": "border"
2780
+ },
2735
2781
  "border-emphasis": {
2736
2782
  "key": "{border.emphasis}",
2737
2783
  "filePath": "src/tokens/functional/border/border.json5",
@@ -2952,6 +2998,27 @@
2952
2998
  "value": "0.0625rem solid #368cf9",
2953
2999
  "type": "border"
2954
3000
  },
3001
+ "border-translucent": {
3002
+ "key": "{border.translucent}",
3003
+ "filePath": "src/tokens/functional/border/border.json5",
3004
+ "isSource": true,
3005
+ "original": {
3006
+ "$description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
3007
+ "$value": {
3008
+ "color": "{borderColor.translucent}",
3009
+ "style": "solid",
3010
+ "width": "{borderWidth.default}"
3011
+ },
3012
+ "$type": "border",
3013
+ "key": "{border.translucent}"
3014
+ },
3015
+ "name": "border-translucent",
3016
+ "attributes": {},
3017
+ "path": ["border", "translucent"],
3018
+ "value": "0.0625rem solid #59636e",
3019
+ "type": "border",
3020
+ "description": "Semi-transparent border shorthand for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
3021
+ },
2955
3022
  "border-transparent": {
2956
3023
  "key": "{border.transparent}",
2957
3024
  "filePath": "src/tokens/functional/border/border.json5",
@@ -5815,7 +5882,7 @@
5815
5882
  "original": {
5816
5883
  "$value": "{base.color.neutral.9}",
5817
5884
  "$type": "color",
5818
- "$description": "Semi-transparent border for overlays and layered elements",
5885
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5819
5886
  "$extensions": {
5820
5887
  "org.primer.figma": {
5821
5888
  "collection": "mode",
@@ -5886,7 +5953,7 @@
5886
5953
  "path": ["borderColor", "translucent"],
5887
5954
  "value": "#59636e",
5888
5955
  "type": "color",
5889
- "description": "Semi-transparent border for overlays and layered elements"
5956
+ "description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
5890
5957
  },
5891
5958
  "borderColor-transparent": {
5892
5959
  "key": "{borderColor.transparent}",
@@ -6610,13 +6677,21 @@
6610
6677
  "$type": "color"
6611
6678
  },
6612
6679
  "dark-dimmed-high-contrast": {
6613
- "$value": "#ffffff",
6680
+ "$value": {
6681
+ "colorSpace": "hsl",
6682
+ "components": [0, 0, 100],
6683
+ "hex": "#ffffff"
6684
+ },
6614
6685
  "filePath": "src/tokens/component/button.json5",
6615
6686
  "isSource": true,
6616
6687
  "$type": "color"
6617
6688
  },
6618
6689
  "dark-dimmed": {
6619
- "$value": "#ffffff",
6690
+ "$value": {
6691
+ "colorSpace": "hsl",
6692
+ "components": [0, 0, 100],
6693
+ "hex": "#ffffff"
6694
+ },
6620
6695
  "filePath": "src/tokens/component/button.json5",
6621
6696
  "isSource": true,
6622
6697
  "$type": "color"
@@ -6642,13 +6717,21 @@
6642
6717
  "$type": "color"
6643
6718
  },
6644
6719
  "dark-dimmed-high-contrast": {
6645
- "$value": "#ffffff",
6720
+ "$value": {
6721
+ "colorSpace": "hsl",
6722
+ "components": [0, 0, 100],
6723
+ "hex": "#ffffff"
6724
+ },
6646
6725
  "filePath": "src/tokens/component/button.json5",
6647
6726
  "isSource": true,
6648
6727
  "$type": "color"
6649
6728
  },
6650
6729
  "dark-dimmed": {
6651
- "$value": "#ffffff",
6730
+ "$value": {
6731
+ "colorSpace": "hsl",
6732
+ "components": [0, 0, 100],
6733
+ "hex": "#ffffff"
6734
+ },
6652
6735
  "filePath": "src/tokens/component/button.json5",
6653
6736
  "isSource": true,
6654
6737
  "$type": "color"
@@ -6728,13 +6811,21 @@
6728
6811
  "$type": "color"
6729
6812
  },
6730
6813
  "dark-dimmed-high-contrast": {
6731
- "$value": "#ffffff",
6814
+ "$value": {
6815
+ "colorSpace": "hsl",
6816
+ "components": [0, 0, 100],
6817
+ "hex": "#ffffff"
6818
+ },
6732
6819
  "filePath": "src/tokens/component/button.json5",
6733
6820
  "isSource": true,
6734
6821
  "$type": "color"
6735
6822
  },
6736
6823
  "dark-dimmed": {
6737
- "$value": "#ffffff",
6824
+ "$value": {
6825
+ "colorSpace": "hsl",
6826
+ "components": [0, 0, 100],
6827
+ "hex": "#ffffff"
6828
+ },
6738
6829
  "filePath": "src/tokens/component/button.json5",
6739
6830
  "isSource": true,
6740
6831
  "$type": "color"
@@ -6760,13 +6851,21 @@
6760
6851
  "$type": "color"
6761
6852
  },
6762
6853
  "dark-dimmed-high-contrast": {
6763
- "$value": "#ffffff",
6854
+ "$value": {
6855
+ "colorSpace": "hsl",
6856
+ "components": [0, 0, 100],
6857
+ "hex": "#ffffff"
6858
+ },
6764
6859
  "filePath": "src/tokens/component/button.json5",
6765
6860
  "isSource": true,
6766
6861
  "$type": "color"
6767
6862
  },
6768
6863
  "dark-dimmed": {
6769
- "$value": "#ffffff",
6864
+ "$value": {
6865
+ "colorSpace": "hsl",
6866
+ "components": [0, 0, 100],
6867
+ "hex": "#ffffff"
6868
+ },
6770
6869
  "filePath": "src/tokens/component/button.json5",
6771
6870
  "isSource": true,
6772
6871
  "$type": "color"
@@ -6791,13 +6890,21 @@
6791
6890
  },
6792
6891
  "org.primer.overrides": {
6793
6892
  "dark": {
6794
- "$value": "#FA5E55",
6893
+ "$value": {
6894
+ "colorSpace": "hsl",
6895
+ "components": [3.3, 94.3, 65.7],
6896
+ "hex": "#FA5E55"
6897
+ },
6795
6898
  "filePath": "src/tokens/component/button.json5",
6796
6899
  "isSource": true,
6797
6900
  "$type": "color"
6798
6901
  },
6799
6902
  "dark-dimmed": {
6800
- "$value": "#ea5c53",
6903
+ "$value": {
6904
+ "colorSpace": "hsl",
6905
+ "components": [3.6, 78.2, 62.2],
6906
+ "hex": "#ea5c53"
6907
+ },
6801
6908
  "filePath": "src/tokens/component/button.json5",
6802
6909
  "isSource": true,
6803
6910
  "$type": "color"
@@ -6847,13 +6954,21 @@
6847
6954
  },
6848
6955
  "org.primer.overrides": {
6849
6956
  "dark": {
6850
- "$value": "#FA5E55",
6957
+ "$value": {
6958
+ "colorSpace": "hsl",
6959
+ "components": [3.3, 94.3, 65.7],
6960
+ "hex": "#FA5E55"
6961
+ },
6851
6962
  "filePath": "src/tokens/component/button.json5",
6852
6963
  "isSource": true,
6853
6964
  "$type": "color"
6854
6965
  },
6855
6966
  "dark-dimmed": {
6856
- "$value": "#ea5c53",
6967
+ "$value": {
6968
+ "colorSpace": "hsl",
6969
+ "components": [3.6, 78.2, 62.2],
6970
+ "hex": "#ea5c53"
6971
+ },
6857
6972
  "filePath": "src/tokens/component/button.json5",
6858
6973
  "isSource": true,
6859
6974
  "$type": "color"
@@ -6898,6 +7013,35 @@
6898
7013
  "value": "#86061d",
6899
7014
  "type": "color"
6900
7015
  },
7016
+ "button-danger-iconColor-disabled": {
7017
+ "key": "{button.danger.iconColor.disabled}",
7018
+ "$extensions": {
7019
+ "org.primer.figma": {
7020
+ "collection": "mode",
7021
+ "group": "component (internal)",
7022
+ "scopes": ["fgColor"]
7023
+ }
7024
+ },
7025
+ "filePath": "src/tokens/component/button.json5",
7026
+ "isSource": true,
7027
+ "original": {
7028
+ "$value": "{button.danger.fgColor.disabled}",
7029
+ "$type": "color",
7030
+ "$extensions": {
7031
+ "org.primer.figma": {
7032
+ "collection": "mode",
7033
+ "group": "component (internal)",
7034
+ "scopes": ["fgColor"]
7035
+ }
7036
+ },
7037
+ "key": "{button.danger.iconColor.disabled}"
7038
+ },
7039
+ "name": "button-danger-iconColor-disabled",
7040
+ "attributes": {},
7041
+ "path": ["button", "danger", "iconColor", "disabled"],
7042
+ "value": "#86061d80",
7043
+ "type": "color"
7044
+ },
6901
7045
  "button-danger-iconColor-hover": {
6902
7046
  "key": "{button.danger.iconColor.hover}",
6903
7047
  "$extensions": {
@@ -6914,7 +7058,11 @@
6914
7058
  "$type": "color"
6915
7059
  },
6916
7060
  "dark-dimmed-high-contrast": {
6917
- "$value": "#ffffff",
7061
+ "$value": {
7062
+ "colorSpace": "hsl",
7063
+ "components": [0, 0, 100],
7064
+ "hex": "#ffffff"
7065
+ },
6918
7066
  "filePath": "src/tokens/component/button.json5",
6919
7067
  "isSource": true,
6920
7068
  "$type": "color"
@@ -6940,7 +7088,11 @@
6940
7088
  "$type": "color"
6941
7089
  },
6942
7090
  "dark-dimmed-high-contrast": {
6943
- "$value": "#ffffff",
7091
+ "$value": {
7092
+ "colorSpace": "hsl",
7093
+ "components": [0, 0, 100],
7094
+ "hex": "#ffffff"
7095
+ },
6944
7096
  "filePath": "src/tokens/component/button.json5",
6945
7097
  "isSource": true,
6946
7098
  "$type": "color"
@@ -7462,6 +7614,35 @@
7462
7614
  "value": "#454c54",
7463
7615
  "type": "color"
7464
7616
  },
7617
+ "button-default-fgColor-disabled": {
7618
+ "key": "{button.default.fgColor.disabled}",
7619
+ "$extensions": {
7620
+ "org.primer.figma": {
7621
+ "collection": "mode",
7622
+ "group": "component (internal)",
7623
+ "scopes": ["fgColor"]
7624
+ }
7625
+ },
7626
+ "filePath": "src/tokens/component/button.json5",
7627
+ "isSource": true,
7628
+ "original": {
7629
+ "$value": "{control.fgColor.disabled}",
7630
+ "$type": "color",
7631
+ "$extensions": {
7632
+ "org.primer.figma": {
7633
+ "collection": "mode",
7634
+ "group": "component (internal)",
7635
+ "scopes": ["fgColor"]
7636
+ }
7637
+ },
7638
+ "key": "{button.default.fgColor.disabled}"
7639
+ },
7640
+ "name": "button-default-fgColor-disabled",
7641
+ "attributes": {},
7642
+ "path": ["button", "default", "fgColor", "disabled"],
7643
+ "value": "#59636e",
7644
+ "type": "color"
7645
+ },
7465
7646
  "button-default-fgColor-rest": {
7466
7647
  "key": "{button.default.fgColor.rest}",
7467
7648
  "$extensions": {
@@ -8748,31 +8929,51 @@
8748
8929
  "$type": "color"
8749
8930
  },
8750
8931
  "dark-tritanopia": {
8751
- "$value": "#0d419d",
8932
+ "$value": {
8933
+ "colorSpace": "hsl",
8934
+ "components": [218.3, 84.7, 33.3],
8935
+ "hex": "#0d419d"
8936
+ },
8752
8937
  "filePath": "src/tokens/component/button.json5",
8753
8938
  "isSource": true,
8754
8939
  "$type": "color"
8755
8940
  },
8756
8941
  "dark-tritanopia-high-contrast": {
8757
- "$value": "#0d419d",
8942
+ "$value": {
8943
+ "colorSpace": "hsl",
8944
+ "components": [218.3, 84.7, 33.3],
8945
+ "hex": "#0d419d"
8946
+ },
8758
8947
  "filePath": "src/tokens/component/button.json5",
8759
8948
  "isSource": true,
8760
8949
  "$type": "color"
8761
8950
  },
8762
8951
  "light-high-contrast": {
8763
- "$value": "#033f9d",
8952
+ "$value": {
8953
+ "colorSpace": "hsl",
8954
+ "components": [216.6, 96.3, 31.4],
8955
+ "hex": "#033f9d"
8956
+ },
8764
8957
  "filePath": "src/tokens/component/button.json5",
8765
8958
  "isSource": true,
8766
8959
  "$type": "color"
8767
8960
  },
8768
8961
  "light-tritanopia-high-contrast": {
8769
- "$value": "#033f9d",
8962
+ "$value": {
8963
+ "colorSpace": "hsl",
8964
+ "components": [216.6, 96.3, 31.4],
8965
+ "hex": "#033f9d"
8966
+ },
8770
8967
  "filePath": "src/tokens/component/button.json5",
8771
8968
  "isSource": true,
8772
8969
  "$type": "color"
8773
8970
  },
8774
8971
  "light-protanopia-deuteranopia-high-contrast": {
8775
- "$value": "#033f9d",
8972
+ "$value": {
8973
+ "colorSpace": "hsl",
8974
+ "components": [216.6, 96.3, 31.4],
8975
+ "hex": "#033f9d"
8976
+ },
8776
8977
  "filePath": "src/tokens/component/button.json5",
8777
8978
  "isSource": true,
8778
8979
  "$type": "color"
@@ -8782,7 +8983,11 @@
8782
8983
  "filePath": "src/tokens/component/button.json5",
8783
8984
  "isSource": true,
8784
8985
  "original": {
8785
- "$value": "#033f9d",
8986
+ "$value": {
8987
+ "colorSpace": "hsl",
8988
+ "components": [216.6, 96.3, 31.4],
8989
+ "hex": "#033f9d"
8990
+ },
8786
8991
  "$type": "color",
8787
8992
  "$extensions": {
8788
8993
  "org.primer.figma": {
@@ -8798,31 +9003,51 @@
8798
9003
  "$type": "color"
8799
9004
  },
8800
9005
  "dark-tritanopia": {
8801
- "$value": "#0d419d",
9006
+ "$value": {
9007
+ "colorSpace": "hsl",
9008
+ "components": [218.3, 84.7, 33.3],
9009
+ "hex": "#0d419d"
9010
+ },
8802
9011
  "filePath": "src/tokens/component/button.json5",
8803
9012
  "isSource": true,
8804
9013
  "$type": "color"
8805
9014
  },
8806
9015
  "dark-tritanopia-high-contrast": {
8807
- "$value": "#0d419d",
9016
+ "$value": {
9017
+ "colorSpace": "hsl",
9018
+ "components": [218.3, 84.7, 33.3],
9019
+ "hex": "#0d419d"
9020
+ },
8808
9021
  "filePath": "src/tokens/component/button.json5",
8809
9022
  "isSource": true,
8810
9023
  "$type": "color"
8811
9024
  },
8812
9025
  "light-high-contrast": {
8813
- "$value": "#033f9d",
9026
+ "$value": {
9027
+ "colorSpace": "hsl",
9028
+ "components": [216.6, 96.3, 31.4],
9029
+ "hex": "#033f9d"
9030
+ },
8814
9031
  "filePath": "src/tokens/component/button.json5",
8815
9032
  "isSource": true,
8816
9033
  "$type": "color"
8817
9034
  },
8818
9035
  "light-tritanopia-high-contrast": {
8819
- "$value": "#033f9d",
9036
+ "$value": {
9037
+ "colorSpace": "hsl",
9038
+ "components": [216.6, 96.3, 31.4],
9039
+ "hex": "#033f9d"
9040
+ },
8820
9041
  "filePath": "src/tokens/component/button.json5",
8821
9042
  "isSource": true,
8822
9043
  "$type": "color"
8823
9044
  },
8824
9045
  "light-protanopia-deuteranopia-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"
@@ -8853,7 +9078,11 @@
8853
9078
  "$type": "color"
8854
9079
  },
8855
9080
  "dark-tritanopia": {
8856
- "$value": "#212830",
9081
+ "$value": {
9082
+ "colorSpace": "hsl",
9083
+ "components": [212, 18.5, 15.9],
9084
+ "hex": "#212830"
9085
+ },
8857
9086
  "filePath": "src/tokens/component/button.json5",
8858
9087
  "isSource": true,
8859
9088
  "$type": "color"
@@ -8879,7 +9108,11 @@
8879
9108
  "$type": "color"
8880
9109
  },
8881
9110
  "dark-tritanopia": {
8882
- "$value": "#212830",
9111
+ "$value": {
9112
+ "colorSpace": "hsl",
9113
+ "components": [212, 18.5, 15.9],
9114
+ "hex": "#212830"
9115
+ },
8883
9116
  "filePath": "src/tokens/component/button.json5",
8884
9117
  "isSource": true,
8885
9118
  "$type": "color"
@@ -8910,7 +9143,11 @@
8910
9143
  "$type": "color"
8911
9144
  },
8912
9145
  "dark-tritanopia": {
8913
- "$value": "#262c36",
9146
+ "$value": {
9147
+ "colorSpace": "hsl",
9148
+ "components": [217.5, 17.4, 18],
9149
+ "hex": "#262c36"
9150
+ },
8914
9151
  "filePath": "src/tokens/component/button.json5",
8915
9152
  "isSource": true,
8916
9153
  "$type": "color"
@@ -8936,7 +9173,11 @@
8936
9173
  "$type": "color"
8937
9174
  },
8938
9175
  "dark-tritanopia": {
8939
- "$value": "#262c36",
9176
+ "$value": {
9177
+ "colorSpace": "hsl",
9178
+ "components": [217.5, 17.4, 18],
9179
+ "hex": "#262c36"
9180
+ },
8940
9181
  "filePath": "src/tokens/component/button.json5",
8941
9182
  "isSource": true,
8942
9183
  "$type": "color"
@@ -9168,7 +9409,12 @@
9168
9409
  "$type": "color"
9169
9410
  },
9170
9411
  "dark-dimmed": {
9171
- "$value": "#478be680",
9412
+ "$value": {
9413
+ "colorSpace": "hsl",
9414
+ "components": [214.3, 76.1, 59],
9415
+ "hex": "#478be6"
9416
+ },
9417
+ "alpha": 0.502,
9172
9418
  "filePath": "src/tokens/component/button.json5",
9173
9419
  "isSource": true,
9174
9420
  "$type": "color"
@@ -9196,7 +9442,12 @@
9196
9442
  "$type": "color"
9197
9443
  },
9198
9444
  "dark-dimmed": {
9199
- "$value": "#478be680",
9445
+ "$value": {
9446
+ "colorSpace": "hsl",
9447
+ "components": [214.3, 76.1, 59],
9448
+ "hex": "#478be6"
9449
+ },
9450
+ "alpha": 0.502,
9200
9451
  "filePath": "src/tokens/component/button.json5",
9201
9452
  "isSource": true,
9202
9453
  "$type": "color"
@@ -9421,13 +9672,21 @@
9421
9672
  },
9422
9673
  "org.primer.overrides": {
9423
9674
  "dark": {
9424
- "$value": "#2E9A40",
9675
+ "$value": {
9676
+ "colorSpace": "hsl",
9677
+ "components": [130, 54, 39.2],
9678
+ "hex": "#2E9A40"
9679
+ },
9425
9680
  "filePath": "src/tokens/component/button.json5",
9426
9681
  "isSource": true,
9427
9682
  "$type": "color"
9428
9683
  },
9429
9684
  "dark-dimmed": {
9430
- "$value": "#428f46",
9685
+ "$value": {
9686
+ "colorSpace": "hsl",
9687
+ "components": [123.1, 36.8, 41],
9688
+ "hex": "#428f46"
9689
+ },
9431
9690
  "filePath": "src/tokens/component/button.json5",
9432
9691
  "isSource": true,
9433
9692
  "$type": "color"
@@ -9439,61 +9698,101 @@
9439
9698
  "$type": "color"
9440
9699
  },
9441
9700
  "dark-tritanopia": {
9442
- "$value": "#3685f3",
9701
+ "$value": {
9702
+ "colorSpace": "hsl",
9703
+ "components": [214.9, 88.7, 58.2],
9704
+ "hex": "#3685f3"
9705
+ },
9443
9706
  "filePath": "src/tokens/component/button.json5",
9444
9707
  "isSource": true,
9445
9708
  "$type": "color"
9446
9709
  },
9447
9710
  "dark-tritanopia-high-contrast": {
9448
- "$value": "#3685f3",
9711
+ "$value": {
9712
+ "colorSpace": "hsl",
9713
+ "components": [214.9, 88.7, 58.2],
9714
+ "hex": "#3685f3"
9715
+ },
9449
9716
  "filePath": "src/tokens/component/button.json5",
9450
9717
  "isSource": true,
9451
9718
  "$type": "color"
9452
9719
  },
9453
9720
  "dark-protanopia-deuteranopia": {
9454
- "$value": "#3685f3",
9721
+ "$value": {
9722
+ "colorSpace": "hsl",
9723
+ "components": [214.9, 88.7, 58.2],
9724
+ "hex": "#3685f3"
9725
+ },
9455
9726
  "filePath": "src/tokens/component/button.json5",
9456
9727
  "isSource": true,
9457
9728
  "$type": "color"
9458
9729
  },
9459
9730
  "dark-protanopia-deuteranopia-high-contrast": {
9460
- "$value": "#3685f3",
9731
+ "$value": {
9732
+ "colorSpace": "hsl",
9733
+ "components": [214.9, 88.7, 58.2],
9734
+ "hex": "#3685f3"
9735
+ },
9461
9736
  "filePath": "src/tokens/component/button.json5",
9462
9737
  "isSource": true,
9463
9738
  "$type": "color"
9464
9739
  },
9465
9740
  "dark-high-contrast": {
9466
- "$value": "#109135",
9741
+ "$value": {
9742
+ "colorSpace": "hsl",
9743
+ "components": [137.2, 80.1, 31.6],
9744
+ "hex": "#109135"
9745
+ },
9467
9746
  "filePath": "src/tokens/component/button.json5",
9468
9747
  "isSource": true,
9469
9748
  "$type": "color"
9470
9749
  },
9471
9750
  "light-tritanopia": {
9472
- "$value": "#075fc8",
9751
+ "$value": {
9752
+ "colorSpace": "hsl",
9753
+ "components": [212.6, 93.2, 40.6],
9754
+ "hex": "#075fc8"
9755
+ },
9473
9756
  "filePath": "src/tokens/component/button.json5",
9474
9757
  "isSource": true,
9475
9758
  "$type": "color"
9476
9759
  },
9477
9760
  "light-tritanopia-high-contrast": {
9478
- "$value": "#075fc8",
9761
+ "$value": {
9762
+ "colorSpace": "hsl",
9763
+ "components": [212.6, 93.2, 40.6],
9764
+ "hex": "#075fc8"
9765
+ },
9479
9766
  "filePath": "src/tokens/component/button.json5",
9480
9767
  "isSource": true,
9481
9768
  "$type": "color"
9482
9769
  },
9483
9770
  "light-protanopia-deuteranopia": {
9484
- "$value": "#075fc8",
9771
+ "$value": {
9772
+ "colorSpace": "hsl",
9773
+ "components": [212.6, 93.2, 40.6],
9774
+ "hex": "#075fc8"
9775
+ },
9485
9776
  "filePath": "src/tokens/component/button.json5",
9486
9777
  "isSource": true,
9487
9778
  "$type": "color"
9488
9779
  },
9489
9780
  "light-protanopia-deuteranopia-high-contrast": {
9490
- "$value": "#075fc8",
9781
+ "$value": {
9782
+ "colorSpace": "hsl",
9783
+ "components": [212.6, 93.2, 40.6],
9784
+ "hex": "#075fc8"
9785
+ },
9491
9786
  "filePath": "src/tokens/component/button.json5",
9492
9787
  "isSource": true,
9493
9788
  "$type": "color"
9494
9789
  },
9495
9790
  "light-high-contrast": {
9496
- "$value": "#03501b",
9791
+ "$value": {
9792
+ "colorSpace": "hsl",
9793
+ "components": [138.7, 92.8, 16.3],
9794
+ "hex": "#03501b"
9795
+ },
9497
9796
  "filePath": "src/tokens/component/button.json5",
9498
9797
  "isSource": true,
9499
9798
  "$type": "color"
@@ -9503,7 +9802,11 @@
9503
9802
  "filePath": "src/tokens/component/button.json5",
9504
9803
  "isSource": true,
9505
9804
  "original": {
9506
- "$value": "#075fc8",
9805
+ "$value": {
9806
+ "colorSpace": "hsl",
9807
+ "components": [212.6, 93.2, 40.6],
9808
+ "hex": "#075fc8"
9809
+ },
9507
9810
  "$type": "color",
9508
9811
  "$extensions": {
9509
9812
  "org.primer.figma": {
@@ -9513,13 +9816,21 @@
9513
9816
  },
9514
9817
  "org.primer.overrides": {
9515
9818
  "dark": {
9516
- "$value": "#2E9A40",
9819
+ "$value": {
9820
+ "colorSpace": "hsl",
9821
+ "components": [130, 54, 39.2],
9822
+ "hex": "#2E9A40"
9823
+ },
9517
9824
  "filePath": "src/tokens/component/button.json5",
9518
9825
  "isSource": true,
9519
9826
  "$type": "color"
9520
9827
  },
9521
9828
  "dark-dimmed": {
9522
- "$value": "#428f46",
9829
+ "$value": {
9830
+ "colorSpace": "hsl",
9831
+ "components": [123.1, 36.8, 41],
9832
+ "hex": "#428f46"
9833
+ },
9523
9834
  "filePath": "src/tokens/component/button.json5",
9524
9835
  "isSource": true,
9525
9836
  "$type": "color"
@@ -9531,61 +9842,101 @@
9531
9842
  "$type": "color"
9532
9843
  },
9533
9844
  "dark-tritanopia": {
9534
- "$value": "#3685f3",
9845
+ "$value": {
9846
+ "colorSpace": "hsl",
9847
+ "components": [214.9, 88.7, 58.2],
9848
+ "hex": "#3685f3"
9849
+ },
9535
9850
  "filePath": "src/tokens/component/button.json5",
9536
9851
  "isSource": true,
9537
9852
  "$type": "color"
9538
9853
  },
9539
9854
  "dark-tritanopia-high-contrast": {
9540
- "$value": "#3685f3",
9855
+ "$value": {
9856
+ "colorSpace": "hsl",
9857
+ "components": [214.9, 88.7, 58.2],
9858
+ "hex": "#3685f3"
9859
+ },
9541
9860
  "filePath": "src/tokens/component/button.json5",
9542
9861
  "isSource": true,
9543
9862
  "$type": "color"
9544
9863
  },
9545
9864
  "dark-protanopia-deuteranopia": {
9546
- "$value": "#3685f3",
9865
+ "$value": {
9866
+ "colorSpace": "hsl",
9867
+ "components": [214.9, 88.7, 58.2],
9868
+ "hex": "#3685f3"
9869
+ },
9547
9870
  "filePath": "src/tokens/component/button.json5",
9548
9871
  "isSource": true,
9549
9872
  "$type": "color"
9550
9873
  },
9551
9874
  "dark-protanopia-deuteranopia-high-contrast": {
9552
- "$value": "#3685f3",
9875
+ "$value": {
9876
+ "colorSpace": "hsl",
9877
+ "components": [214.9, 88.7, 58.2],
9878
+ "hex": "#3685f3"
9879
+ },
9553
9880
  "filePath": "src/tokens/component/button.json5",
9554
9881
  "isSource": true,
9555
9882
  "$type": "color"
9556
9883
  },
9557
9884
  "dark-high-contrast": {
9558
- "$value": "#109135",
9885
+ "$value": {
9886
+ "colorSpace": "hsl",
9887
+ "components": [137.2, 80.1, 31.6],
9888
+ "hex": "#109135"
9889
+ },
9559
9890
  "filePath": "src/tokens/component/button.json5",
9560
9891
  "isSource": true,
9561
9892
  "$type": "color"
9562
9893
  },
9563
9894
  "light-tritanopia": {
9564
- "$value": "#075fc8",
9895
+ "$value": {
9896
+ "colorSpace": "hsl",
9897
+ "components": [212.6, 93.2, 40.6],
9898
+ "hex": "#075fc8"
9899
+ },
9565
9900
  "filePath": "src/tokens/component/button.json5",
9566
9901
  "isSource": true,
9567
9902
  "$type": "color"
9568
9903
  },
9569
9904
  "light-tritanopia-high-contrast": {
9570
- "$value": "#075fc8",
9905
+ "$value": {
9906
+ "colorSpace": "hsl",
9907
+ "components": [212.6, 93.2, 40.6],
9908
+ "hex": "#075fc8"
9909
+ },
9571
9910
  "filePath": "src/tokens/component/button.json5",
9572
9911
  "isSource": true,
9573
9912
  "$type": "color"
9574
9913
  },
9575
9914
  "light-protanopia-deuteranopia": {
9576
- "$value": "#075fc8",
9915
+ "$value": {
9916
+ "colorSpace": "hsl",
9917
+ "components": [212.6, 93.2, 40.6],
9918
+ "hex": "#075fc8"
9919
+ },
9577
9920
  "filePath": "src/tokens/component/button.json5",
9578
9921
  "isSource": true,
9579
9922
  "$type": "color"
9580
9923
  },
9581
9924
  "light-protanopia-deuteranopia-high-contrast": {
9582
- "$value": "#075fc8",
9925
+ "$value": {
9926
+ "colorSpace": "hsl",
9927
+ "components": [212.6, 93.2, 40.6],
9928
+ "hex": "#075fc8"
9929
+ },
9583
9930
  "filePath": "src/tokens/component/button.json5",
9584
9931
  "isSource": true,
9585
9932
  "$type": "color"
9586
9933
  },
9587
9934
  "light-high-contrast": {
9588
- "$value": "#03501b",
9935
+ "$value": {
9936
+ "colorSpace": "hsl",
9937
+ "components": [138.7, 92.8, 16.3],
9938
+ "hex": "#03501b"
9939
+ },
9589
9940
  "filePath": "src/tokens/component/button.json5",
9590
9941
  "isSource": true,
9591
9942
  "$type": "color"
@@ -9610,25 +9961,41 @@
9610
9961
  },
9611
9962
  "org.primer.overrides": {
9612
9963
  "dark": {
9613
- "$value": "#105823",
9964
+ "$value": {
9965
+ "colorSpace": "hsl",
9966
+ "components": [135.8, 69.2, 20.4],
9967
+ "hex": "#105823"
9968
+ },
9614
9969
  "filePath": "src/tokens/component/button.json5",
9615
9970
  "isSource": true,
9616
9971
  "$type": "color"
9617
9972
  },
9618
9973
  "dark-dimmed": {
9619
- "$value": "#105823",
9974
+ "$value": {
9975
+ "colorSpace": "hsl",
9976
+ "components": [135.8, 69.2, 20.4],
9977
+ "hex": "#105823"
9978
+ },
9620
9979
  "filePath": "src/tokens/component/button.json5",
9621
9980
  "isSource": true,
9622
9981
  "$type": "color"
9623
9982
  },
9624
9983
  "dark-tritanopia": {
9625
- "$value": "#5fabfe",
9984
+ "$value": {
9985
+ "colorSpace": "hsl",
9986
+ "components": [211.3, 98.8, 68.4],
9987
+ "hex": "#5fabfe"
9988
+ },
9626
9989
  "filePath": "src/tokens/component/button.json5",
9627
9990
  "isSource": true,
9628
9991
  "$type": "color"
9629
9992
  },
9630
9993
  "dark-tritanopia-high-contrast": {
9631
- "$value": "#5fabfe",
9994
+ "$value": {
9995
+ "colorSpace": "hsl",
9996
+ "components": [211.3, 98.8, 68.4],
9997
+ "hex": "#5fabfe"
9998
+ },
9632
9999
  "filePath": "src/tokens/component/button.json5",
9633
10000
  "isSource": true,
9634
10001
  "$type": "color"
@@ -9646,37 +10013,61 @@
9646
10013
  "$type": "color"
9647
10014
  },
9648
10015
  "dark-high-contrast": {
9649
- "$value": "#048f2f",
10016
+ "$value": {
10017
+ "colorSpace": "hsl",
10018
+ "components": [138.6, 94.6, 28.8],
10019
+ "hex": "#048f2f"
10020
+ },
9650
10021
  "filePath": "src/tokens/component/button.json5",
9651
10022
  "isSource": true,
9652
10023
  "$type": "color"
9653
10024
  },
9654
10025
  "light-tritanopia": {
9655
- "$value": "#92caff",
10026
+ "$value": {
10027
+ "colorSpace": "hsl",
10028
+ "components": [209.2, 100, 78.6],
10029
+ "hex": "#92caff"
10030
+ },
9656
10031
  "filePath": "src/tokens/component/button.json5",
9657
10032
  "isSource": true,
9658
10033
  "$type": "color"
9659
10034
  },
9660
10035
  "light-tritanopia-high-contrast": {
9661
- "$value": "#92caff",
10036
+ "$value": {
10037
+ "colorSpace": "hsl",
10038
+ "components": [209.2, 100, 78.6],
10039
+ "hex": "#92caff"
10040
+ },
9662
10041
  "filePath": "src/tokens/component/button.json5",
9663
10042
  "isSource": true,
9664
10043
  "$type": "color"
9665
10044
  },
9666
10045
  "light-protanopia-deuteranopia": {
9667
- "$value": "#92caff",
10046
+ "$value": {
10047
+ "colorSpace": "hsl",
10048
+ "components": [209.2, 100, 78.6],
10049
+ "hex": "#92caff"
10050
+ },
9668
10051
  "filePath": "src/tokens/component/button.json5",
9669
10052
  "isSource": true,
9670
10053
  "$type": "color"
9671
10054
  },
9672
10055
  "light-protanopia-deuteranopia-high-contrast": {
9673
- "$value": "#92caff",
10056
+ "$value": {
10057
+ "colorSpace": "hsl",
10058
+ "components": [209.2, 100, 78.6],
10059
+ "hex": "#92caff"
10060
+ },
9674
10061
  "filePath": "src/tokens/component/button.json5",
9675
10062
  "isSource": true,
9676
10063
  "$type": "color"
9677
10064
  },
9678
10065
  "light-high-contrast": {
9679
- "$value": "#85cb97",
10066
+ "$value": {
10067
+ "colorSpace": "hsl",
10068
+ "components": [135.4, 40.2, 65.9],
10069
+ "hex": "#85cb97"
10070
+ },
9680
10071
  "filePath": "src/tokens/component/button.json5",
9681
10072
  "isSource": true,
9682
10073
  "$type": "color"
@@ -9686,7 +10077,11 @@
9686
10077
  "filePath": "src/tokens/component/button.json5",
9687
10078
  "isSource": true,
9688
10079
  "original": {
9689
- "$value": "#92caff",
10080
+ "$value": {
10081
+ "colorSpace": "hsl",
10082
+ "components": [209.2, 100, 78.6],
10083
+ "hex": "#92caff"
10084
+ },
9690
10085
  "$type": "color",
9691
10086
  "$extensions": {
9692
10087
  "org.primer.figma": {
@@ -9696,25 +10091,41 @@
9696
10091
  },
9697
10092
  "org.primer.overrides": {
9698
10093
  "dark": {
9699
- "$value": "#105823",
10094
+ "$value": {
10095
+ "colorSpace": "hsl",
10096
+ "components": [135.8, 69.2, 20.4],
10097
+ "hex": "#105823"
10098
+ },
9700
10099
  "filePath": "src/tokens/component/button.json5",
9701
10100
  "isSource": true,
9702
10101
  "$type": "color"
9703
10102
  },
9704
10103
  "dark-dimmed": {
9705
- "$value": "#105823",
10104
+ "$value": {
10105
+ "colorSpace": "hsl",
10106
+ "components": [135.8, 69.2, 20.4],
10107
+ "hex": "#105823"
10108
+ },
9706
10109
  "filePath": "src/tokens/component/button.json5",
9707
10110
  "isSource": true,
9708
10111
  "$type": "color"
9709
10112
  },
9710
10113
  "dark-tritanopia": {
9711
- "$value": "#5fabfe",
10114
+ "$value": {
10115
+ "colorSpace": "hsl",
10116
+ "components": [211.3, 98.8, 68.4],
10117
+ "hex": "#5fabfe"
10118
+ },
9712
10119
  "filePath": "src/tokens/component/button.json5",
9713
10120
  "isSource": true,
9714
10121
  "$type": "color"
9715
10122
  },
9716
10123
  "dark-tritanopia-high-contrast": {
9717
- "$value": "#5fabfe",
10124
+ "$value": {
10125
+ "colorSpace": "hsl",
10126
+ "components": [211.3, 98.8, 68.4],
10127
+ "hex": "#5fabfe"
10128
+ },
9718
10129
  "filePath": "src/tokens/component/button.json5",
9719
10130
  "isSource": true,
9720
10131
  "$type": "color"
@@ -9732,37 +10143,61 @@
9732
10143
  "$type": "color"
9733
10144
  },
9734
10145
  "dark-high-contrast": {
9735
- "$value": "#048f2f",
10146
+ "$value": {
10147
+ "colorSpace": "hsl",
10148
+ "components": [138.6, 94.6, 28.8],
10149
+ "hex": "#048f2f"
10150
+ },
9736
10151
  "filePath": "src/tokens/component/button.json5",
9737
10152
  "isSource": true,
9738
10153
  "$type": "color"
9739
10154
  },
9740
10155
  "light-tritanopia": {
9741
- "$value": "#92caff",
10156
+ "$value": {
10157
+ "colorSpace": "hsl",
10158
+ "components": [209.2, 100, 78.6],
10159
+ "hex": "#92caff"
10160
+ },
9742
10161
  "filePath": "src/tokens/component/button.json5",
9743
10162
  "isSource": true,
9744
10163
  "$type": "color"
9745
10164
  },
9746
10165
  "light-tritanopia-high-contrast": {
9747
- "$value": "#92caff",
10166
+ "$value": {
10167
+ "colorSpace": "hsl",
10168
+ "components": [209.2, 100, 78.6],
10169
+ "hex": "#92caff"
10170
+ },
9748
10171
  "filePath": "src/tokens/component/button.json5",
9749
10172
  "isSource": true,
9750
10173
  "$type": "color"
9751
10174
  },
9752
10175
  "light-protanopia-deuteranopia": {
9753
- "$value": "#92caff",
10176
+ "$value": {
10177
+ "colorSpace": "hsl",
10178
+ "components": [209.2, 100, 78.6],
10179
+ "hex": "#92caff"
10180
+ },
9754
10181
  "filePath": "src/tokens/component/button.json5",
9755
10182
  "isSource": true,
9756
10183
  "$type": "color"
9757
10184
  },
9758
10185
  "light-protanopia-deuteranopia-high-contrast": {
9759
- "$value": "#92caff",
10186
+ "$value": {
10187
+ "colorSpace": "hsl",
10188
+ "components": [209.2, 100, 78.6],
10189
+ "hex": "#92caff"
10190
+ },
9760
10191
  "filePath": "src/tokens/component/button.json5",
9761
10192
  "isSource": true,
9762
10193
  "$type": "color"
9763
10194
  },
9764
10195
  "light-high-contrast": {
9765
- "$value": "#85cb97",
10196
+ "$value": {
10197
+ "colorSpace": "hsl",
10198
+ "components": [135.4, 40.2, 65.9],
10199
+ "hex": "#85cb97"
10200
+ },
9766
10201
  "filePath": "src/tokens/component/button.json5",
9767
10202
  "isSource": true,
9768
10203
  "$type": "color"
@@ -9787,13 +10222,21 @@
9787
10222
  },
9788
10223
  "org.primer.overrides": {
9789
10224
  "dark": {
9790
- "$value": "#29903B",
10225
+ "$value": {
10226
+ "colorSpace": "hsl",
10227
+ "components": [130.5, 55.7, 36.3],
10228
+ "hex": "#29903B"
10229
+ },
9791
10230
  "filePath": "src/tokens/component/button.json5",
9792
10231
  "isSource": true,
9793
10232
  "$type": "color"
9794
10233
  },
9795
10234
  "dark-dimmed": {
9796
- "$value": "#3b8640",
10235
+ "$value": {
10236
+ "colorSpace": "hsl",
10237
+ "components": [124, 38.9, 37.8],
10238
+ "hex": "#3b8640"
10239
+ },
9797
10240
  "filePath": "src/tokens/component/button.json5",
9798
10241
  "isSource": true,
9799
10242
  "$type": "color"
@@ -9805,61 +10248,101 @@
9805
10248
  "$type": "color"
9806
10249
  },
9807
10250
  "dark-tritanopia": {
9808
- "$value": "#2a7aef",
10251
+ "$value": {
10252
+ "colorSpace": "hsl",
10253
+ "components": [215.6, 86, 55.1],
10254
+ "hex": "#2a7aef"
10255
+ },
9809
10256
  "filePath": "src/tokens/component/button.json5",
9810
10257
  "isSource": true,
9811
10258
  "$type": "color"
9812
10259
  },
9813
10260
  "dark-tritanopia-high-contrast": {
9814
- "$value": "#2a7aef",
10261
+ "$value": {
10262
+ "colorSpace": "hsl",
10263
+ "components": [215.6, 86, 55.1],
10264
+ "hex": "#2a7aef"
10265
+ },
9815
10266
  "filePath": "src/tokens/component/button.json5",
9816
10267
  "isSource": true,
9817
10268
  "$type": "color"
9818
10269
  },
9819
10270
  "dark-protanopia-deuteranopia": {
9820
- "$value": "#2a7aef",
10271
+ "$value": {
10272
+ "colorSpace": "hsl",
10273
+ "components": [215.6, 86, 55.1],
10274
+ "hex": "#2a7aef"
10275
+ },
9821
10276
  "filePath": "src/tokens/component/button.json5",
9822
10277
  "isSource": true,
9823
10278
  "$type": "color"
9824
10279
  },
9825
10280
  "dark-protanopia-deuteranopia-high-contrast": {
9826
- "$value": "#2a7aef",
10281
+ "$value": {
10282
+ "colorSpace": "hsl",
10283
+ "components": [215.6, 86, 55.1],
10284
+ "hex": "#2a7aef"
10285
+ },
9827
10286
  "filePath": "src/tokens/component/button.json5",
9828
10287
  "isSource": true,
9829
10288
  "$type": "color"
9830
10289
  },
9831
10290
  "dark-high-contrast": {
9832
- "$value": "#08792b",
10291
+ "$value": {
10292
+ "colorSpace": "hsl",
10293
+ "components": [138.6, 87.6, 25.3],
10294
+ "hex": "#08792b"
10295
+ },
9833
10296
  "filePath": "src/tokens/component/button.json5",
9834
10297
  "isSource": true,
9835
10298
  "$type": "color"
9836
10299
  },
9837
10300
  "light-tritanopia": {
9838
- "$value": "#0864d1",
10301
+ "$value": {
10302
+ "colorSpace": "hsl",
10303
+ "components": [212.5, 92.6, 42.5],
10304
+ "hex": "#0864d1"
10305
+ },
9839
10306
  "filePath": "src/tokens/component/button.json5",
9840
10307
  "isSource": true,
9841
10308
  "$type": "color"
9842
10309
  },
9843
10310
  "light-tritanopia-high-contrast": {
9844
- "$value": "#0864d1",
10311
+ "$value": {
10312
+ "colorSpace": "hsl",
10313
+ "components": [212.5, 92.6, 42.5],
10314
+ "hex": "#0864d1"
10315
+ },
9845
10316
  "filePath": "src/tokens/component/button.json5",
9846
10317
  "isSource": true,
9847
10318
  "$type": "color"
9848
10319
  },
9849
10320
  "light-protanopia-deuteranopia": {
9850
- "$value": "#0864d1",
10321
+ "$value": {
10322
+ "colorSpace": "hsl",
10323
+ "components": [212.5, 92.6, 42.5],
10324
+ "hex": "#0864d1"
10325
+ },
9851
10326
  "filePath": "src/tokens/component/button.json5",
9852
10327
  "isSource": true,
9853
10328
  "$type": "color"
9854
10329
  },
9855
10330
  "light-protanopia-deuteranopia-high-contrast": {
9856
- "$value": "#0864d1",
10331
+ "$value": {
10332
+ "colorSpace": "hsl",
10333
+ "components": [212.5, 92.6, 42.5],
10334
+ "hex": "#0864d1"
10335
+ },
9857
10336
  "filePath": "src/tokens/component/button.json5",
9858
10337
  "isSource": true,
9859
10338
  "$type": "color"
9860
10339
  },
9861
10340
  "light-high-contrast": {
9862
- "$value": "#04571e",
10341
+ "$value": {
10342
+ "colorSpace": "hsl",
10343
+ "components": [138.8, 91.2, 17.8],
10344
+ "hex": "#04571e"
10345
+ },
9863
10346
  "filePath": "src/tokens/component/button.json5",
9864
10347
  "isSource": true,
9865
10348
  "$type": "color"
@@ -9869,7 +10352,11 @@
9869
10352
  "filePath": "src/tokens/component/button.json5",
9870
10353
  "isSource": true,
9871
10354
  "original": {
9872
- "$value": "#0864d1",
10355
+ "$value": {
10356
+ "colorSpace": "hsl",
10357
+ "components": [212.5, 92.6, 42.5],
10358
+ "hex": "#0864d1"
10359
+ },
9873
10360
  "$type": "color",
9874
10361
  "$extensions": {
9875
10362
  "org.primer.figma": {
@@ -9879,13 +10366,21 @@
9879
10366
  },
9880
10367
  "org.primer.overrides": {
9881
10368
  "dark": {
9882
- "$value": "#29903B",
10369
+ "$value": {
10370
+ "colorSpace": "hsl",
10371
+ "components": [130.5, 55.7, 36.3],
10372
+ "hex": "#29903B"
10373
+ },
9883
10374
  "filePath": "src/tokens/component/button.json5",
9884
10375
  "isSource": true,
9885
10376
  "$type": "color"
9886
10377
  },
9887
10378
  "dark-dimmed": {
9888
- "$value": "#3b8640",
10379
+ "$value": {
10380
+ "colorSpace": "hsl",
10381
+ "components": [124, 38.9, 37.8],
10382
+ "hex": "#3b8640"
10383
+ },
9889
10384
  "filePath": "src/tokens/component/button.json5",
9890
10385
  "isSource": true,
9891
10386
  "$type": "color"
@@ -9897,61 +10392,101 @@
9897
10392
  "$type": "color"
9898
10393
  },
9899
10394
  "dark-tritanopia": {
9900
- "$value": "#2a7aef",
10395
+ "$value": {
10396
+ "colorSpace": "hsl",
10397
+ "components": [215.6, 86, 55.1],
10398
+ "hex": "#2a7aef"
10399
+ },
9901
10400
  "filePath": "src/tokens/component/button.json5",
9902
10401
  "isSource": true,
9903
10402
  "$type": "color"
9904
10403
  },
9905
10404
  "dark-tritanopia-high-contrast": {
9906
- "$value": "#2a7aef",
10405
+ "$value": {
10406
+ "colorSpace": "hsl",
10407
+ "components": [215.6, 86, 55.1],
10408
+ "hex": "#2a7aef"
10409
+ },
9907
10410
  "filePath": "src/tokens/component/button.json5",
9908
10411
  "isSource": true,
9909
10412
  "$type": "color"
9910
10413
  },
9911
10414
  "dark-protanopia-deuteranopia": {
9912
- "$value": "#2a7aef",
10415
+ "$value": {
10416
+ "colorSpace": "hsl",
10417
+ "components": [215.6, 86, 55.1],
10418
+ "hex": "#2a7aef"
10419
+ },
9913
10420
  "filePath": "src/tokens/component/button.json5",
9914
10421
  "isSource": true,
9915
10422
  "$type": "color"
9916
10423
  },
9917
10424
  "dark-protanopia-deuteranopia-high-contrast": {
9918
- "$value": "#2a7aef",
10425
+ "$value": {
10426
+ "colorSpace": "hsl",
10427
+ "components": [215.6, 86, 55.1],
10428
+ "hex": "#2a7aef"
10429
+ },
9919
10430
  "filePath": "src/tokens/component/button.json5",
9920
10431
  "isSource": true,
9921
10432
  "$type": "color"
9922
10433
  },
9923
10434
  "dark-high-contrast": {
9924
- "$value": "#08792b",
10435
+ "$value": {
10436
+ "colorSpace": "hsl",
10437
+ "components": [138.6, 87.6, 25.3],
10438
+ "hex": "#08792b"
10439
+ },
9925
10440
  "filePath": "src/tokens/component/button.json5",
9926
10441
  "isSource": true,
9927
10442
  "$type": "color"
9928
10443
  },
9929
10444
  "light-tritanopia": {
9930
- "$value": "#0864d1",
10445
+ "$value": {
10446
+ "colorSpace": "hsl",
10447
+ "components": [212.5, 92.6, 42.5],
10448
+ "hex": "#0864d1"
10449
+ },
9931
10450
  "filePath": "src/tokens/component/button.json5",
9932
10451
  "isSource": true,
9933
10452
  "$type": "color"
9934
10453
  },
9935
10454
  "light-tritanopia-high-contrast": {
9936
- "$value": "#0864d1",
10455
+ "$value": {
10456
+ "colorSpace": "hsl",
10457
+ "components": [212.5, 92.6, 42.5],
10458
+ "hex": "#0864d1"
10459
+ },
9937
10460
  "filePath": "src/tokens/component/button.json5",
9938
10461
  "isSource": true,
9939
10462
  "$type": "color"
9940
10463
  },
9941
10464
  "light-protanopia-deuteranopia": {
9942
- "$value": "#0864d1",
10465
+ "$value": {
10466
+ "colorSpace": "hsl",
10467
+ "components": [212.5, 92.6, 42.5],
10468
+ "hex": "#0864d1"
10469
+ },
9943
10470
  "filePath": "src/tokens/component/button.json5",
9944
10471
  "isSource": true,
9945
10472
  "$type": "color"
9946
10473
  },
9947
10474
  "light-protanopia-deuteranopia-high-contrast": {
9948
- "$value": "#0864d1",
10475
+ "$value": {
10476
+ "colorSpace": "hsl",
10477
+ "components": [212.5, 92.6, 42.5],
10478
+ "hex": "#0864d1"
10479
+ },
9949
10480
  "filePath": "src/tokens/component/button.json5",
9950
10481
  "isSource": true,
9951
10482
  "$type": "color"
9952
10483
  },
9953
10484
  "light-high-contrast": {
9954
- "$value": "#04571e",
10485
+ "$value": {
10486
+ "colorSpace": "hsl",
10487
+ "components": [138.8, 91.2, 17.8],
10488
+ "hex": "#04571e"
10489
+ },
9955
10490
  "filePath": "src/tokens/component/button.json5",
9956
10491
  "isSource": true,
9957
10492
  "$type": "color"
@@ -10062,37 +10597,61 @@
10062
10597
  },
10063
10598
  "org.primer.overrides": {
10064
10599
  "dark": {
10065
- "$value": "#105823",
10600
+ "$value": {
10601
+ "colorSpace": "hsl",
10602
+ "components": [135.8, 69.2, 20.4],
10603
+ "hex": "#105823"
10604
+ },
10066
10605
  "filePath": "src/tokens/component/button.json5",
10067
10606
  "isSource": true,
10068
10607
  "$type": "color"
10069
10608
  },
10070
10609
  "dark-dimmed": {
10071
- "$value": "#105823",
10610
+ "$value": {
10611
+ "colorSpace": "hsl",
10612
+ "components": [135.8, 69.2, 20.4],
10613
+ "hex": "#105823"
10614
+ },
10072
10615
  "filePath": "src/tokens/component/button.json5",
10073
10616
  "isSource": true,
10074
10617
  "$type": "color"
10075
10618
  },
10076
10619
  "dark-tritanopia": {
10077
- "$value": "#5fabfe",
10620
+ "$value": {
10621
+ "colorSpace": "hsl",
10622
+ "components": [211.3, 98.8, 68.4],
10623
+ "hex": "#5fabfe"
10624
+ },
10078
10625
  "filePath": "src/tokens/component/button.json5",
10079
10626
  "isSource": true,
10080
10627
  "$type": "color"
10081
10628
  },
10082
10629
  "dark-tritanopia-high-contrast": {
10083
- "$value": "#5fabfe",
10630
+ "$value": {
10631
+ "colorSpace": "hsl",
10632
+ "components": [211.3, 98.8, 68.4],
10633
+ "hex": "#5fabfe"
10634
+ },
10084
10635
  "filePath": "src/tokens/component/button.json5",
10085
10636
  "isSource": true,
10086
10637
  "$type": "color"
10087
10638
  },
10088
10639
  "dark-protanopia-deuteranopia": {
10089
- "$value": "#1158c7",
10640
+ "$value": {
10641
+ "colorSpace": "hsl",
10642
+ "components": [216.6, 84.3, 42.4],
10643
+ "hex": "#1158c7"
10644
+ },
10090
10645
  "filePath": "src/tokens/component/button.json5",
10091
10646
  "isSource": true,
10092
10647
  "$type": "color"
10093
10648
  },
10094
10649
  "dark-protanopia-deuteranopia-high-contrast": {
10095
- "$value": "#1158c7",
10650
+ "$value": {
10651
+ "colorSpace": "hsl",
10652
+ "components": [216.6, 84.3, 42.4],
10653
+ "hex": "#1158c7"
10654
+ },
10096
10655
  "filePath": "src/tokens/component/button.json5",
10097
10656
  "isSource": true,
10098
10657
  "$type": "color"
@@ -10105,7 +10664,11 @@
10105
10664
  "$type": "color"
10106
10665
  },
10107
10666
  "light-high-contrast": {
10108
- "$value": "#85cb97",
10667
+ "$value": {
10668
+ "colorSpace": "hsl",
10669
+ "components": [135.4, 40.2, 65.9],
10670
+ "hex": "#85cb97"
10671
+ },
10109
10672
  "filePath": "src/tokens/component/button.json5",
10110
10673
  "isSource": true,
10111
10674
  "$type": "color"
@@ -10125,37 +10688,61 @@
10125
10688
  },
10126
10689
  "org.primer.overrides": {
10127
10690
  "dark": {
10128
- "$value": "#105823",
10691
+ "$value": {
10692
+ "colorSpace": "hsl",
10693
+ "components": [135.8, 69.2, 20.4],
10694
+ "hex": "#105823"
10695
+ },
10129
10696
  "filePath": "src/tokens/component/button.json5",
10130
10697
  "isSource": true,
10131
10698
  "$type": "color"
10132
10699
  },
10133
10700
  "dark-dimmed": {
10134
- "$value": "#105823",
10701
+ "$value": {
10702
+ "colorSpace": "hsl",
10703
+ "components": [135.8, 69.2, 20.4],
10704
+ "hex": "#105823"
10705
+ },
10135
10706
  "filePath": "src/tokens/component/button.json5",
10136
10707
  "isSource": true,
10137
10708
  "$type": "color"
10138
10709
  },
10139
10710
  "dark-tritanopia": {
10140
- "$value": "#5fabfe",
10711
+ "$value": {
10712
+ "colorSpace": "hsl",
10713
+ "components": [211.3, 98.8, 68.4],
10714
+ "hex": "#5fabfe"
10715
+ },
10141
10716
  "filePath": "src/tokens/component/button.json5",
10142
10717
  "isSource": true,
10143
10718
  "$type": "color"
10144
10719
  },
10145
10720
  "dark-tritanopia-high-contrast": {
10146
- "$value": "#5fabfe",
10721
+ "$value": {
10722
+ "colorSpace": "hsl",
10723
+ "components": [211.3, 98.8, 68.4],
10724
+ "hex": "#5fabfe"
10725
+ },
10147
10726
  "filePath": "src/tokens/component/button.json5",
10148
10727
  "isSource": true,
10149
10728
  "$type": "color"
10150
10729
  },
10151
10730
  "dark-protanopia-deuteranopia": {
10152
- "$value": "#1158c7",
10731
+ "$value": {
10732
+ "colorSpace": "hsl",
10733
+ "components": [216.6, 84.3, 42.4],
10734
+ "hex": "#1158c7"
10735
+ },
10153
10736
  "filePath": "src/tokens/component/button.json5",
10154
10737
  "isSource": true,
10155
10738
  "$type": "color"
10156
10739
  },
10157
10740
  "dark-protanopia-deuteranopia-high-contrast": {
10158
- "$value": "#1158c7",
10741
+ "$value": {
10742
+ "colorSpace": "hsl",
10743
+ "components": [216.6, 84.3, 42.4],
10744
+ "hex": "#1158c7"
10745
+ },
10159
10746
  "filePath": "src/tokens/component/button.json5",
10160
10747
  "isSource": true,
10161
10748
  "$type": "color"
@@ -10168,7 +10755,11 @@
10168
10755
  "$type": "color"
10169
10756
  },
10170
10757
  "light-high-contrast": {
10171
- "$value": "#85cb97",
10758
+ "$value": {
10759
+ "colorSpace": "hsl",
10760
+ "components": [135.4, 40.2, 65.9],
10761
+ "hex": "#85cb97"
10762
+ },
10172
10763
  "filePath": "src/tokens/component/button.json5",
10173
10764
  "isSource": true,
10174
10765
  "$type": "color"
@@ -10410,13 +11001,21 @@
10410
11001
  "$type": "color"
10411
11002
  },
10412
11003
  "dark-dimmed": {
10413
- "$value": "#ffffff",
11004
+ "$value": {
11005
+ "colorSpace": "hsl",
11006
+ "components": [0, 0, 100],
11007
+ "hex": "#ffffff"
11008
+ },
10414
11009
  "filePath": "src/tokens/component/button.json5",
10415
11010
  "isSource": true,
10416
11011
  "$type": "color"
10417
11012
  },
10418
11013
  "dark-dimmed-high-contrast": {
10419
- "$value": "#ffffff",
11014
+ "$value": {
11015
+ "colorSpace": "hsl",
11016
+ "components": [0, 0, 100],
11017
+ "hex": "#ffffff"
11018
+ },
10420
11019
  "filePath": "src/tokens/component/button.json5",
10421
11020
  "isSource": true,
10422
11021
  "$type": "color"
@@ -10442,13 +11041,21 @@
10442
11041
  "$type": "color"
10443
11042
  },
10444
11043
  "dark-dimmed": {
10445
- "$value": "#ffffff",
11044
+ "$value": {
11045
+ "colorSpace": "hsl",
11046
+ "components": [0, 0, 100],
11047
+ "hex": "#ffffff"
11048
+ },
10446
11049
  "filePath": "src/tokens/component/button.json5",
10447
11050
  "isSource": true,
10448
11051
  "$type": "color"
10449
11052
  },
10450
11053
  "dark-dimmed-high-contrast": {
10451
- "$value": "#ffffff",
11054
+ "$value": {
11055
+ "colorSpace": "hsl",
11056
+ "components": [0, 0, 100],
11057
+ "hex": "#ffffff"
11058
+ },
10452
11059
  "filePath": "src/tokens/component/button.json5",
10453
11060
  "isSource": true,
10454
11061
  "$type": "color"
@@ -10463,6 +11070,35 @@
10463
11070
  "value": "#ffffff",
10464
11071
  "type": "color"
10465
11072
  },
11073
+ "button-primary-iconColor-disabled": {
11074
+ "key": "{button.primary.iconColor.disabled}",
11075
+ "$extensions": {
11076
+ "org.primer.figma": {
11077
+ "collection": "mode",
11078
+ "group": "component (internal)",
11079
+ "scopes": ["fgColor"]
11080
+ }
11081
+ },
11082
+ "filePath": "src/tokens/component/button.json5",
11083
+ "isSource": true,
11084
+ "original": {
11085
+ "$value": "{button.primary.fgColor.disabled}",
11086
+ "$type": "color",
11087
+ "$extensions": {
11088
+ "org.primer.figma": {
11089
+ "collection": "mode",
11090
+ "group": "component (internal)",
11091
+ "scopes": ["fgColor"]
11092
+ }
11093
+ },
11094
+ "key": "{button.primary.iconColor.disabled}"
11095
+ },
11096
+ "name": "button-primary-iconColor-disabled",
11097
+ "attributes": {},
11098
+ "path": ["button", "primary", "iconColor", "disabled"],
11099
+ "value": "#ffffffcc",
11100
+ "type": "color"
11101
+ },
10466
11102
  "button-primary-iconColor-rest": {
10467
11103
  "key": "{button.primary.iconColor.rest}",
10468
11104
  "$extensions": {
@@ -10486,13 +11122,21 @@
10486
11122
  "$type": "color"
10487
11123
  },
10488
11124
  "dark-dimmed": {
10489
- "$value": "#ffffff",
11125
+ "$value": {
11126
+ "colorSpace": "hsl",
11127
+ "components": [0, 0, 100],
11128
+ "hex": "#ffffff"
11129
+ },
10490
11130
  "filePath": "src/tokens/component/button.json5",
10491
11131
  "isSource": true,
10492
11132
  "$type": "color"
10493
11133
  },
10494
11134
  "dark-dimmed-high-contrast": {
10495
- "$value": "#ffffff",
11135
+ "$value": {
11136
+ "colorSpace": "hsl",
11137
+ "components": [0, 0, 100],
11138
+ "hex": "#ffffff"
11139
+ },
10496
11140
  "filePath": "src/tokens/component/button.json5",
10497
11141
  "isSource": true,
10498
11142
  "$type": "color"
@@ -10526,13 +11170,21 @@
10526
11170
  "$type": "color"
10527
11171
  },
10528
11172
  "dark-dimmed": {
10529
- "$value": "#ffffff",
11173
+ "$value": {
11174
+ "colorSpace": "hsl",
11175
+ "components": [0, 0, 100],
11176
+ "hex": "#ffffff"
11177
+ },
10530
11178
  "filePath": "src/tokens/component/button.json5",
10531
11179
  "isSource": true,
10532
11180
  "$type": "color"
10533
11181
  },
10534
11182
  "dark-dimmed-high-contrast": {
10535
- "$value": "#ffffff",
11183
+ "$value": {
11184
+ "colorSpace": "hsl",
11185
+ "components": [0, 0, 100],
11186
+ "hex": "#ffffff"
11187
+ },
10536
11188
  "filePath": "src/tokens/component/button.json5",
10537
11189
  "isSource": true,
10538
11190
  "$type": "color"
@@ -14004,7 +14656,11 @@
14004
14656
  "filePath": "src/tokens/functional/color/syntax.json5",
14005
14657
  "isSource": true,
14006
14658
  "original": {
14007
- "$value": "#1b7c83",
14659
+ "$value": {
14660
+ "colorSpace": "hsl",
14661
+ "components": [184, 65.8, 31],
14662
+ "hex": "#1b7c83"
14663
+ },
14008
14664
  "$type": "color",
14009
14665
  "$extensions": {
14010
14666
  "org.primer.figma": {
@@ -14037,7 +14693,11 @@
14037
14693
  "filePath": "src/tokens/functional/color/syntax.json5",
14038
14694
  "isSource": true,
14039
14695
  "original": {
14040
- "$value": "#3192aa",
14696
+ "$value": {
14697
+ "colorSpace": "hsl",
14698
+ "components": [191.9, 55.3, 42.9],
14699
+ "hex": "#3192aa"
14700
+ },
14041
14701
  "$type": "color",
14042
14702
  "$extensions": {
14043
14703
  "org.primer.figma": {
@@ -16902,7 +17562,11 @@
16902
17562
  "org.primer.overrides": {
16903
17563
  "dark": "#454c54",
16904
17564
  "dark-dimmed": {
16905
- "$value": "#3d444d",
17565
+ "$value": {
17566
+ "colorSpace": "hsl",
17567
+ "components": [213.8, 11.6, 27.1],
17568
+ "hex": "#3d444d"
17569
+ },
16906
17570
  "filePath": "src/tokens/functional/color/control.json5",
16907
17571
  "isSource": true,
16908
17572
  "$type": "color"
@@ -16923,7 +17587,11 @@
16923
17587
  "org.primer.overrides": {
16924
17588
  "dark": "{borderColor.default}",
16925
17589
  "dark-dimmed": {
16926
- "$value": "#3d444d",
17590
+ "$value": {
17591
+ "colorSpace": "hsl",
17592
+ "components": [213.8, 11.6, 27.1],
17593
+ "hex": "#3d444d"
17594
+ },
16927
17595
  "filePath": "src/tokens/functional/color/control.json5",
16928
17596
  "isSource": true,
16929
17597
  "$type": "color"
@@ -17054,49 +17722,81 @@
17054
17722
  "org.primer.overrides": {
17055
17723
  "dark": "#3685F3",
17056
17724
  "dark-high-contrast": {
17057
- "$value": "#3c79d0",
17725
+ "$value": {
17726
+ "colorSpace": "hsl",
17727
+ "components": [215.3, 61.2, 52.5],
17728
+ "hex": "#3c79d0"
17729
+ },
17058
17730
  "filePath": "src/tokens/functional/color/control.json5",
17059
17731
  "isSource": true,
17060
17732
  "$type": "color"
17061
17733
  },
17062
17734
  "dark-protanopia-deuteranopia-high-contrast": {
17063
- "$value": "#3c79d0",
17735
+ "$value": {
17736
+ "colorSpace": "hsl",
17737
+ "components": [215.3, 61.2, 52.5],
17738
+ "hex": "#3c79d0"
17739
+ },
17064
17740
  "filePath": "src/tokens/functional/color/control.json5",
17065
17741
  "isSource": true,
17066
17742
  "$type": "color"
17067
17743
  },
17068
17744
  "dark-tritanopia-high-contrast": {
17069
- "$value": "#3c79d0",
17745
+ "$value": {
17746
+ "colorSpace": "hsl",
17747
+ "components": [215.3, 61.2, 52.5],
17748
+ "hex": "#3c79d0"
17749
+ },
17070
17750
  "filePath": "src/tokens/functional/color/control.json5",
17071
17751
  "isSource": true,
17072
17752
  "$type": "color"
17073
17753
  },
17074
17754
  "dark-dimmed": {
17075
- "$value": "#3f7fdb",
17755
+ "$value": {
17756
+ "colorSpace": "hsl",
17757
+ "components": [215.4, 68.4, 55.3],
17758
+ "hex": "#3f7fdb"
17759
+ },
17076
17760
  "filePath": "src/tokens/functional/color/control.json5",
17077
17761
  "isSource": true,
17078
17762
  "$type": "color"
17079
17763
  },
17080
17764
  "dark-dimmed-high-contrast": {
17081
- "$value": "#3c79d0",
17765
+ "$value": {
17766
+ "colorSpace": "hsl",
17767
+ "components": [215.3, 61.2, 52.5],
17768
+ "hex": "#3c79d0"
17769
+ },
17082
17770
  "filePath": "src/tokens/functional/color/control.json5",
17083
17771
  "isSource": true,
17084
17772
  "$type": "color"
17085
17773
  },
17086
17774
  "light-high-contrast": {
17087
- "$value": "#033f9d",
17775
+ "$value": {
17776
+ "colorSpace": "hsl",
17777
+ "components": [216.6, 96.3, 31.4],
17778
+ "hex": "#033f9d"
17779
+ },
17088
17780
  "filePath": "src/tokens/functional/color/control.json5",
17089
17781
  "isSource": true,
17090
17782
  "$type": "color"
17091
17783
  },
17092
17784
  "light-tritanopia-high-contrast": {
17093
- "$value": "#033f9d",
17785
+ "$value": {
17786
+ "colorSpace": "hsl",
17787
+ "components": [216.6, 96.3, 31.4],
17788
+ "hex": "#033f9d"
17789
+ },
17094
17790
  "filePath": "src/tokens/functional/color/control.json5",
17095
17791
  "isSource": true,
17096
17792
  "$type": "color"
17097
17793
  },
17098
17794
  "light-protanopia-deuteranopia-high-contrast": {
17099
- "$value": "#033f9d",
17795
+ "$value": {
17796
+ "colorSpace": "hsl",
17797
+ "components": [216.6, 96.3, 31.4],
17798
+ "hex": "#033f9d"
17799
+ },
17100
17800
  "filePath": "src/tokens/functional/color/control.json5",
17101
17801
  "isSource": true,
17102
17802
  "$type": "color"
@@ -17106,7 +17806,11 @@
17106
17806
  "filePath": "src/tokens/functional/color/control.json5",
17107
17807
  "isSource": true,
17108
17808
  "original": {
17109
- "$value": "#033f9d",
17809
+ "$value": {
17810
+ "colorSpace": "hsl",
17811
+ "components": [216.6, 96.3, 31.4],
17812
+ "hex": "#033f9d"
17813
+ },
17110
17814
  "$type": "color",
17111
17815
  "$extensions": {
17112
17816
  "org.primer.figma": {
@@ -17117,49 +17821,81 @@
17117
17821
  "org.primer.overrides": {
17118
17822
  "dark": "#3685F3",
17119
17823
  "dark-high-contrast": {
17120
- "$value": "#3c79d0",
17824
+ "$value": {
17825
+ "colorSpace": "hsl",
17826
+ "components": [215.3, 61.2, 52.5],
17827
+ "hex": "#3c79d0"
17828
+ },
17121
17829
  "filePath": "src/tokens/functional/color/control.json5",
17122
17830
  "isSource": true,
17123
17831
  "$type": "color"
17124
17832
  },
17125
17833
  "dark-protanopia-deuteranopia-high-contrast": {
17126
- "$value": "#3c79d0",
17834
+ "$value": {
17835
+ "colorSpace": "hsl",
17836
+ "components": [215.3, 61.2, 52.5],
17837
+ "hex": "#3c79d0"
17838
+ },
17127
17839
  "filePath": "src/tokens/functional/color/control.json5",
17128
17840
  "isSource": true,
17129
17841
  "$type": "color"
17130
17842
  },
17131
17843
  "dark-tritanopia-high-contrast": {
17132
- "$value": "#3c79d0",
17844
+ "$value": {
17845
+ "colorSpace": "hsl",
17846
+ "components": [215.3, 61.2, 52.5],
17847
+ "hex": "#3c79d0"
17848
+ },
17133
17849
  "filePath": "src/tokens/functional/color/control.json5",
17134
17850
  "isSource": true,
17135
17851
  "$type": "color"
17136
17852
  },
17137
17853
  "dark-dimmed": {
17138
- "$value": "#3f7fdb",
17854
+ "$value": {
17855
+ "colorSpace": "hsl",
17856
+ "components": [215.4, 68.4, 55.3],
17857
+ "hex": "#3f7fdb"
17858
+ },
17139
17859
  "filePath": "src/tokens/functional/color/control.json5",
17140
17860
  "isSource": true,
17141
17861
  "$type": "color"
17142
17862
  },
17143
17863
  "dark-dimmed-high-contrast": {
17144
- "$value": "#3c79d0",
17864
+ "$value": {
17865
+ "colorSpace": "hsl",
17866
+ "components": [215.3, 61.2, 52.5],
17867
+ "hex": "#3c79d0"
17868
+ },
17145
17869
  "filePath": "src/tokens/functional/color/control.json5",
17146
17870
  "isSource": true,
17147
17871
  "$type": "color"
17148
17872
  },
17149
17873
  "light-high-contrast": {
17150
- "$value": "#033f9d",
17874
+ "$value": {
17875
+ "colorSpace": "hsl",
17876
+ "components": [216.6, 96.3, 31.4],
17877
+ "hex": "#033f9d"
17878
+ },
17151
17879
  "filePath": "src/tokens/functional/color/control.json5",
17152
17880
  "isSource": true,
17153
17881
  "$type": "color"
17154
17882
  },
17155
17883
  "light-tritanopia-high-contrast": {
17156
- "$value": "#033f9d",
17884
+ "$value": {
17885
+ "colorSpace": "hsl",
17886
+ "components": [216.6, 96.3, 31.4],
17887
+ "hex": "#033f9d"
17888
+ },
17157
17889
  "filePath": "src/tokens/functional/color/control.json5",
17158
17890
  "isSource": true,
17159
17891
  "$type": "color"
17160
17892
  },
17161
17893
  "light-protanopia-deuteranopia-high-contrast": {
17162
- "$value": "#033f9d",
17894
+ "$value": {
17895
+ "colorSpace": "hsl",
17896
+ "components": [216.6, 96.3, 31.4],
17897
+ "hex": "#033f9d"
17898
+ },
17163
17899
  "filePath": "src/tokens/functional/color/control.json5",
17164
17900
  "isSource": true,
17165
17901
  "$type": "color"
@@ -17220,49 +17956,81 @@
17220
17956
  "org.primer.overrides": {
17221
17957
  "dark": "#2A7AEF",
17222
17958
  "dark-high-contrast": {
17223
- "$value": "#2b64c1",
17959
+ "$value": {
17960
+ "colorSpace": "hsl",
17961
+ "components": [217.2, 63.6, 46.3],
17962
+ "hex": "#2b64c1"
17963
+ },
17224
17964
  "filePath": "src/tokens/functional/color/control.json5",
17225
17965
  "isSource": true,
17226
17966
  "$type": "color"
17227
17967
  },
17228
17968
  "dark-tritanopia-high-contrast": {
17229
- "$value": "#2b64c1",
17969
+ "$value": {
17970
+ "colorSpace": "hsl",
17971
+ "components": [217.2, 63.6, 46.3],
17972
+ "hex": "#2b64c1"
17973
+ },
17230
17974
  "filePath": "src/tokens/functional/color/control.json5",
17231
17975
  "isSource": true,
17232
17976
  "$type": "color"
17233
17977
  },
17234
17978
  "dark-protanopia-deuteranopia-high-contrast": {
17235
- "$value": "#2b64c1",
17979
+ "$value": {
17980
+ "colorSpace": "hsl",
17981
+ "components": [217.2, 63.6, 46.3],
17982
+ "hex": "#2b64c1"
17983
+ },
17236
17984
  "filePath": "src/tokens/functional/color/control.json5",
17237
17985
  "isSource": true,
17238
17986
  "$type": "color"
17239
17987
  },
17240
17988
  "dark-dimmed": {
17241
- "$value": "#3876d3",
17989
+ "$value": {
17990
+ "colorSpace": "hsl",
17991
+ "components": [216, 63.8, 52.4],
17992
+ "hex": "#3876d3"
17993
+ },
17242
17994
  "filePath": "src/tokens/functional/color/control.json5",
17243
17995
  "isSource": true,
17244
17996
  "$type": "color"
17245
17997
  },
17246
17998
  "dark-dimmed-high-contrast": {
17247
- "$value": "#2b64c1",
17999
+ "$value": {
18000
+ "colorSpace": "hsl",
18001
+ "components": [217.2, 63.6, 46.3],
18002
+ "hex": "#2b64c1"
18003
+ },
17248
18004
  "filePath": "src/tokens/functional/color/control.json5",
17249
18005
  "isSource": true,
17250
18006
  "$type": "color"
17251
18007
  },
17252
18008
  "light-high-contrast": {
17253
- "$value": "#0344a8",
18009
+ "$value": {
18010
+ "colorSpace": "hsl",
18011
+ "components": [216.4, 96.5, 33.5],
18012
+ "hex": "#0344a8"
18013
+ },
17254
18014
  "filePath": "src/tokens/functional/color/control.json5",
17255
18015
  "isSource": true,
17256
18016
  "$type": "color"
17257
18017
  },
17258
18018
  "light-tritanopia-high-contrast": {
17259
- "$value": "#0344a8",
18019
+ "$value": {
18020
+ "colorSpace": "hsl",
18021
+ "components": [216.4, 96.5, 33.5],
18022
+ "hex": "#0344a8"
18023
+ },
17260
18024
  "filePath": "src/tokens/functional/color/control.json5",
17261
18025
  "isSource": true,
17262
18026
  "$type": "color"
17263
18027
  },
17264
18028
  "light-protanopia-deuteranopia-high-contrast": {
17265
- "$value": "#0344a8",
18029
+ "$value": {
18030
+ "colorSpace": "hsl",
18031
+ "components": [216.4, 96.5, 33.5],
18032
+ "hex": "#0344a8"
18033
+ },
17266
18034
  "filePath": "src/tokens/functional/color/control.json5",
17267
18035
  "isSource": true,
17268
18036
  "$type": "color"
@@ -17272,7 +18040,11 @@
17272
18040
  "filePath": "src/tokens/functional/color/control.json5",
17273
18041
  "isSource": true,
17274
18042
  "original": {
17275
- "$value": "#0344a8",
18043
+ "$value": {
18044
+ "colorSpace": "hsl",
18045
+ "components": [216.4, 96.5, 33.5],
18046
+ "hex": "#0344a8"
18047
+ },
17276
18048
  "$type": "color",
17277
18049
  "$extensions": {
17278
18050
  "org.primer.figma": {
@@ -17283,49 +18055,81 @@
17283
18055
  "org.primer.overrides": {
17284
18056
  "dark": "#2A7AEF",
17285
18057
  "dark-high-contrast": {
17286
- "$value": "#2b64c1",
18058
+ "$value": {
18059
+ "colorSpace": "hsl",
18060
+ "components": [217.2, 63.6, 46.3],
18061
+ "hex": "#2b64c1"
18062
+ },
17287
18063
  "filePath": "src/tokens/functional/color/control.json5",
17288
18064
  "isSource": true,
17289
18065
  "$type": "color"
17290
18066
  },
17291
18067
  "dark-tritanopia-high-contrast": {
17292
- "$value": "#2b64c1",
18068
+ "$value": {
18069
+ "colorSpace": "hsl",
18070
+ "components": [217.2, 63.6, 46.3],
18071
+ "hex": "#2b64c1"
18072
+ },
17293
18073
  "filePath": "src/tokens/functional/color/control.json5",
17294
18074
  "isSource": true,
17295
18075
  "$type": "color"
17296
18076
  },
17297
18077
  "dark-protanopia-deuteranopia-high-contrast": {
17298
- "$value": "#2b64c1",
18078
+ "$value": {
18079
+ "colorSpace": "hsl",
18080
+ "components": [217.2, 63.6, 46.3],
18081
+ "hex": "#2b64c1"
18082
+ },
17299
18083
  "filePath": "src/tokens/functional/color/control.json5",
17300
18084
  "isSource": true,
17301
18085
  "$type": "color"
17302
18086
  },
17303
18087
  "dark-dimmed": {
17304
- "$value": "#3876d3",
18088
+ "$value": {
18089
+ "colorSpace": "hsl",
18090
+ "components": [216, 63.8, 52.4],
18091
+ "hex": "#3876d3"
18092
+ },
17305
18093
  "filePath": "src/tokens/functional/color/control.json5",
17306
18094
  "isSource": true,
17307
18095
  "$type": "color"
17308
18096
  },
17309
18097
  "dark-dimmed-high-contrast": {
17310
- "$value": "#2b64c1",
18098
+ "$value": {
18099
+ "colorSpace": "hsl",
18100
+ "components": [217.2, 63.6, 46.3],
18101
+ "hex": "#2b64c1"
18102
+ },
17311
18103
  "filePath": "src/tokens/functional/color/control.json5",
17312
18104
  "isSource": true,
17313
18105
  "$type": "color"
17314
18106
  },
17315
18107
  "light-high-contrast": {
17316
- "$value": "#0344a8",
18108
+ "$value": {
18109
+ "colorSpace": "hsl",
18110
+ "components": [216.4, 96.5, 33.5],
18111
+ "hex": "#0344a8"
18112
+ },
17317
18113
  "filePath": "src/tokens/functional/color/control.json5",
17318
18114
  "isSource": true,
17319
18115
  "$type": "color"
17320
18116
  },
17321
18117
  "light-tritanopia-high-contrast": {
17322
- "$value": "#0344a8",
18118
+ "$value": {
18119
+ "colorSpace": "hsl",
18120
+ "components": [216.4, 96.5, 33.5],
18121
+ "hex": "#0344a8"
18122
+ },
17323
18123
  "filePath": "src/tokens/functional/color/control.json5",
17324
18124
  "isSource": true,
17325
18125
  "$type": "color"
17326
18126
  },
17327
18127
  "light-protanopia-deuteranopia-high-contrast": {
17328
- "$value": "#0344a8",
18128
+ "$value": {
18129
+ "colorSpace": "hsl",
18130
+ "components": [216.4, 96.5, 33.5],
18131
+ "hex": "#0344a8"
18132
+ },
17329
18133
  "filePath": "src/tokens/functional/color/control.json5",
17330
18134
  "isSource": true,
17331
18135
  "$type": "color"
@@ -17404,7 +18208,11 @@
17404
18208
  "$type": "color"
17405
18209
  },
17406
18210
  "dark-dimmed": {
17407
- "$value": "#3f7fdb",
18211
+ "$value": {
18212
+ "colorSpace": "hsl",
18213
+ "components": [215.4, 68.4, 55.3],
18214
+ "hex": "#3f7fdb"
18215
+ },
17408
18216
  "filePath": "src/tokens/functional/color/control.json5",
17409
18217
  "isSource": true,
17410
18218
  "$type": "color"
@@ -17416,19 +18224,31 @@
17416
18224
  "$type": "color"
17417
18225
  },
17418
18226
  "light-high-contrast": {
17419
- "$value": "#033f9d",
18227
+ "$value": {
18228
+ "colorSpace": "hsl",
18229
+ "components": [216.6, 96.3, 31.4],
18230
+ "hex": "#033f9d"
18231
+ },
17420
18232
  "filePath": "src/tokens/functional/color/control.json5",
17421
18233
  "isSource": true,
17422
18234
  "$type": "color"
17423
18235
  },
17424
18236
  "light-protanopia-deuteranopia-high-contrast": {
17425
- "$value": "#033f9d",
18237
+ "$value": {
18238
+ "colorSpace": "hsl",
18239
+ "components": [216.6, 96.3, 31.4],
18240
+ "hex": "#033f9d"
18241
+ },
17426
18242
  "filePath": "src/tokens/functional/color/control.json5",
17427
18243
  "isSource": true,
17428
18244
  "$type": "color"
17429
18245
  },
17430
18246
  "light-tritanopia-high-contrast": {
17431
- "$value": "#033f9d",
18247
+ "$value": {
18248
+ "colorSpace": "hsl",
18249
+ "components": [216.6, 96.3, 31.4],
18250
+ "hex": "#033f9d"
18251
+ },
17432
18252
  "filePath": "src/tokens/functional/color/control.json5",
17433
18253
  "isSource": true,
17434
18254
  "$type": "color"
@@ -17438,7 +18258,11 @@
17438
18258
  "filePath": "src/tokens/functional/color/control.json5",
17439
18259
  "isSource": true,
17440
18260
  "original": {
17441
- "$value": "#033f9d",
18261
+ "$value": {
18262
+ "colorSpace": "hsl",
18263
+ "components": [216.6, 96.3, 31.4],
18264
+ "hex": "#033f9d"
18265
+ },
17442
18266
  "$type": "color",
17443
18267
  "$extensions": {
17444
18268
  "org.primer.figma": {
@@ -17467,7 +18291,11 @@
17467
18291
  "$type": "color"
17468
18292
  },
17469
18293
  "dark-dimmed": {
17470
- "$value": "#3f7fdb",
18294
+ "$value": {
18295
+ "colorSpace": "hsl",
18296
+ "components": [215.4, 68.4, 55.3],
18297
+ "hex": "#3f7fdb"
18298
+ },
17471
18299
  "filePath": "src/tokens/functional/color/control.json5",
17472
18300
  "isSource": true,
17473
18301
  "$type": "color"
@@ -17479,19 +18307,31 @@
17479
18307
  "$type": "color"
17480
18308
  },
17481
18309
  "light-high-contrast": {
17482
- "$value": "#033f9d",
18310
+ "$value": {
18311
+ "colorSpace": "hsl",
18312
+ "components": [216.6, 96.3, 31.4],
18313
+ "hex": "#033f9d"
18314
+ },
17483
18315
  "filePath": "src/tokens/functional/color/control.json5",
17484
18316
  "isSource": true,
17485
18317
  "$type": "color"
17486
18318
  },
17487
18319
  "light-protanopia-deuteranopia-high-contrast": {
17488
- "$value": "#033f9d",
18320
+ "$value": {
18321
+ "colorSpace": "hsl",
18322
+ "components": [216.6, 96.3, 31.4],
18323
+ "hex": "#033f9d"
18324
+ },
17489
18325
  "filePath": "src/tokens/functional/color/control.json5",
17490
18326
  "isSource": true,
17491
18327
  "$type": "color"
17492
18328
  },
17493
18329
  "light-tritanopia-high-contrast": {
17494
- "$value": "#033f9d",
18330
+ "$value": {
18331
+ "colorSpace": "hsl",
18332
+ "components": [216.6, 96.3, 31.4],
18333
+ "hex": "#033f9d"
18334
+ },
17495
18335
  "filePath": "src/tokens/functional/color/control.json5",
17496
18336
  "isSource": true,
17497
18337
  "$type": "color"
@@ -17570,7 +18410,11 @@
17570
18410
  "$type": "color"
17571
18411
  },
17572
18412
  "dark-dimmed": {
17573
- "$value": "#3876d3",
18413
+ "$value": {
18414
+ "colorSpace": "hsl",
18415
+ "components": [216, 63.8, 52.4],
18416
+ "hex": "#3876d3"
18417
+ },
17574
18418
  "filePath": "src/tokens/functional/color/control.json5",
17575
18419
  "isSource": true,
17576
18420
  "$type": "color"
@@ -17582,19 +18426,31 @@
17582
18426
  "$type": "color"
17583
18427
  },
17584
18428
  "light-high-contrast": {
17585
- "$value": "#0344a8",
18429
+ "$value": {
18430
+ "colorSpace": "hsl",
18431
+ "components": [216.4, 96.5, 33.5],
18432
+ "hex": "#0344a8"
18433
+ },
17586
18434
  "filePath": "src/tokens/functional/color/control.json5",
17587
18435
  "isSource": true,
17588
18436
  "$type": "color"
17589
18437
  },
17590
18438
  "light-tritanopia-high-contrast": {
17591
- "$value": "#0344a8",
18439
+ "$value": {
18440
+ "colorSpace": "hsl",
18441
+ "components": [216.4, 96.5, 33.5],
18442
+ "hex": "#0344a8"
18443
+ },
17592
18444
  "filePath": "src/tokens/functional/color/control.json5",
17593
18445
  "isSource": true,
17594
18446
  "$type": "color"
17595
18447
  },
17596
18448
  "light-protanopia-deuteranopia-high-contrast": {
17597
- "$value": "#0344a8",
18449
+ "$value": {
18450
+ "colorSpace": "hsl",
18451
+ "components": [216.4, 96.5, 33.5],
18452
+ "hex": "#0344a8"
18453
+ },
17598
18454
  "filePath": "src/tokens/functional/color/control.json5",
17599
18455
  "isSource": true,
17600
18456
  "$type": "color"
@@ -17604,7 +18460,11 @@
17604
18460
  "filePath": "src/tokens/functional/color/control.json5",
17605
18461
  "isSource": true,
17606
18462
  "original": {
17607
- "$value": "#0344a8",
18463
+ "$value": {
18464
+ "colorSpace": "hsl",
18465
+ "components": [216.4, 96.5, 33.5],
18466
+ "hex": "#0344a8"
18467
+ },
17608
18468
  "$type": "color",
17609
18469
  "$extensions": {
17610
18470
  "org.primer.figma": {
@@ -17633,7 +18493,11 @@
17633
18493
  "$type": "color"
17634
18494
  },
17635
18495
  "dark-dimmed": {
17636
- "$value": "#3876d3",
18496
+ "$value": {
18497
+ "colorSpace": "hsl",
18498
+ "components": [216, 63.8, 52.4],
18499
+ "hex": "#3876d3"
18500
+ },
17637
18501
  "filePath": "src/tokens/functional/color/control.json5",
17638
18502
  "isSource": true,
17639
18503
  "$type": "color"
@@ -17645,19 +18509,31 @@
17645
18509
  "$type": "color"
17646
18510
  },
17647
18511
  "light-high-contrast": {
17648
- "$value": "#0344a8",
18512
+ "$value": {
18513
+ "colorSpace": "hsl",
18514
+ "components": [216.4, 96.5, 33.5],
18515
+ "hex": "#0344a8"
18516
+ },
17649
18517
  "filePath": "src/tokens/functional/color/control.json5",
17650
18518
  "isSource": true,
17651
18519
  "$type": "color"
17652
18520
  },
17653
18521
  "light-tritanopia-high-contrast": {
17654
- "$value": "#0344a8",
18522
+ "$value": {
18523
+ "colorSpace": "hsl",
18524
+ "components": [216.4, 96.5, 33.5],
18525
+ "hex": "#0344a8"
18526
+ },
17655
18527
  "filePath": "src/tokens/functional/color/control.json5",
17656
18528
  "isSource": true,
17657
18529
  "$type": "color"
17658
18530
  },
17659
18531
  "light-protanopia-deuteranopia-high-contrast": {
17660
- "$value": "#0344a8",
18532
+ "$value": {
18533
+ "colorSpace": "hsl",
18534
+ "components": [216.4, 96.5, 33.5],
18535
+ "hex": "#0344a8"
18536
+ },
17661
18537
  "filePath": "src/tokens/functional/color/control.json5",
17662
18538
  "isSource": true,
17663
18539
  "$type": "color"
@@ -17849,21 +18725,33 @@
17849
18725
  "$type": "color"
17850
18726
  },
17851
18727
  "dark-high-contrast": {
17852
- "$value": "#c51120",
18728
+ "$value": {
18729
+ "colorSpace": "hsl",
18730
+ "components": [355, 84.1, 42],
18731
+ "hex": "#c51120"
18732
+ },
17853
18733
  "alpha": 1,
17854
18734
  "filePath": "src/tokens/functional/color/control.json5",
17855
18735
  "isSource": true,
17856
18736
  "$type": "color"
17857
18737
  },
17858
18738
  "dark-dimmed-high-contrast": {
17859
- "$value": "#c51120",
18739
+ "$value": {
18740
+ "colorSpace": "hsl",
18741
+ "components": [355, 84.1, 42],
18742
+ "hex": "#c51120"
18743
+ },
17860
18744
  "alpha": 1,
17861
18745
  "filePath": "src/tokens/functional/color/control.json5",
17862
18746
  "isSource": true,
17863
18747
  "$type": "color"
17864
18748
  },
17865
18749
  "dark-tritanopia-high-contrast": {
17866
- "$value": "#c51120",
18750
+ "$value": {
18751
+ "colorSpace": "hsl",
18752
+ "components": [355, 84.1, 42],
18753
+ "hex": "#c51120"
18754
+ },
17867
18755
  "alpha": 1,
17868
18756
  "filePath": "src/tokens/functional/color/control.json5",
17869
18757
  "isSource": true,
@@ -17876,13 +18764,21 @@
17876
18764
  "$type": "color"
17877
18765
  },
17878
18766
  "light-high-contrast": {
17879
- "$value": "#8c0b1d",
18767
+ "$value": {
18768
+ "colorSpace": "hsl",
18769
+ "components": [351.6, 85.4, 29.6],
18770
+ "hex": "#8c0b1d"
18771
+ },
17880
18772
  "filePath": "src/tokens/functional/color/control.json5",
17881
18773
  "isSource": true,
17882
18774
  "$type": "color"
17883
18775
  },
17884
18776
  "light-tritanopia-high-contrast": {
17885
- "$value": "#8c0b1d",
18777
+ "$value": {
18778
+ "colorSpace": "hsl",
18779
+ "components": [351.6, 85.4, 29.6],
18780
+ "hex": "#8c0b1d"
18781
+ },
17886
18782
  "filePath": "src/tokens/functional/color/control.json5",
17887
18783
  "isSource": true,
17888
18784
  "$type": "color"
@@ -17898,7 +18794,11 @@
17898
18794
  "filePath": "src/tokens/functional/color/control.json5",
17899
18795
  "isSource": true,
17900
18796
  "original": {
17901
- "$value": "#8c0b1d",
18797
+ "$value": {
18798
+ "colorSpace": "hsl",
18799
+ "components": [351.6, 85.4, 29.6],
18800
+ "hex": "#8c0b1d"
18801
+ },
17902
18802
  "$type": "color",
17903
18803
  "$extensions": {
17904
18804
  "org.primer.figma": {
@@ -17922,21 +18822,33 @@
17922
18822
  "$type": "color"
17923
18823
  },
17924
18824
  "dark-high-contrast": {
17925
- "$value": "#c51120",
18825
+ "$value": {
18826
+ "colorSpace": "hsl",
18827
+ "components": [355, 84.1, 42],
18828
+ "hex": "#c51120"
18829
+ },
17926
18830
  "alpha": 1,
17927
18831
  "filePath": "src/tokens/functional/color/control.json5",
17928
18832
  "isSource": true,
17929
18833
  "$type": "color"
17930
18834
  },
17931
18835
  "dark-dimmed-high-contrast": {
17932
- "$value": "#c51120",
18836
+ "$value": {
18837
+ "colorSpace": "hsl",
18838
+ "components": [355, 84.1, 42],
18839
+ "hex": "#c51120"
18840
+ },
17933
18841
  "alpha": 1,
17934
18842
  "filePath": "src/tokens/functional/color/control.json5",
17935
18843
  "isSource": true,
17936
18844
  "$type": "color"
17937
18845
  },
17938
18846
  "dark-tritanopia-high-contrast": {
17939
- "$value": "#c51120",
18847
+ "$value": {
18848
+ "colorSpace": "hsl",
18849
+ "components": [355, 84.1, 42],
18850
+ "hex": "#c51120"
18851
+ },
17940
18852
  "alpha": 1,
17941
18853
  "filePath": "src/tokens/functional/color/control.json5",
17942
18854
  "isSource": true,
@@ -17949,13 +18861,21 @@
17949
18861
  "$type": "color"
17950
18862
  },
17951
18863
  "light-high-contrast": {
17952
- "$value": "#8c0b1d",
18864
+ "$value": {
18865
+ "colorSpace": "hsl",
18866
+ "components": [351.6, 85.4, 29.6],
18867
+ "hex": "#8c0b1d"
18868
+ },
17953
18869
  "filePath": "src/tokens/functional/color/control.json5",
17954
18870
  "isSource": true,
17955
18871
  "$type": "color"
17956
18872
  },
17957
18873
  "light-tritanopia-high-contrast": {
17958
- "$value": "#8c0b1d",
18874
+ "$value": {
18875
+ "colorSpace": "hsl",
18876
+ "components": [351.6, 85.4, 29.6],
18877
+ "hex": "#8c0b1d"
18878
+ },
17959
18879
  "filePath": "src/tokens/functional/color/control.json5",
17960
18880
  "isSource": true,
17961
18881
  "$type": "color"
@@ -47361,14 +48281,22 @@
47361
48281
  },
47362
48282
  "org.primer.overrides": {
47363
48283
  "dark": {
47364
- "$value": "#3a8cfd",
48284
+ "$value": {
48285
+ "colorSpace": "hsl",
48286
+ "components": [214.8, 98, 61],
48287
+ "hex": "#3a8cfd"
48288
+ },
47365
48289
  "alpha": 0.36,
47366
48290
  "filePath": "src/tokens/component/reactionButton.json5",
47367
48291
  "isSource": true,
47368
48292
  "$type": "color"
47369
48293
  },
47370
48294
  "dark-dimmed": {
47371
- "$value": "#4285e5",
48295
+ "$value": {
48296
+ "colorSpace": "hsl",
48297
+ "components": [215.3, 75.8, 57.8],
48298
+ "hex": "#4285e5"
48299
+ },
47372
48300
  "alpha": 0.36,
47373
48301
  "filePath": "src/tokens/component/reactionButton.json5",
47374
48302
  "isSource": true,
@@ -47376,7 +48304,11 @@
47376
48304
  },
47377
48305
  "light-high-contrast": "#c7e9ff",
47378
48306
  "dark-high-contrast": {
47379
- "$value": "#5dadff",
48307
+ "$value": {
48308
+ "colorSpace": "hsl",
48309
+ "components": [210.4, 100, 68.2],
48310
+ "hex": "#5dadff"
48311
+ },
47380
48312
  "alpha": 0.36,
47381
48313
  "filePath": "src/tokens/component/reactionButton.json5",
47382
48314
  "isSource": true,
@@ -47387,7 +48319,11 @@
47387
48319
  "filePath": "src/tokens/component/reactionButton.json5",
47388
48320
  "isSource": true,
47389
48321
  "original": {
47390
- "$value": "#caecff",
48322
+ "$value": {
48323
+ "colorSpace": "hsl",
48324
+ "components": [201.5, 100, 89.6],
48325
+ "hex": "#caecff"
48326
+ },
47391
48327
  "$type": "color",
47392
48328
  "$extensions": {
47393
48329
  "org.primer.figma": {
@@ -47397,14 +48333,22 @@
47397
48333
  },
47398
48334
  "org.primer.overrides": {
47399
48335
  "dark": {
47400
- "$value": "#3a8cfd",
48336
+ "$value": {
48337
+ "colorSpace": "hsl",
48338
+ "components": [214.8, 98, 61],
48339
+ "hex": "#3a8cfd"
48340
+ },
47401
48341
  "alpha": 0.36,
47402
48342
  "filePath": "src/tokens/component/reactionButton.json5",
47403
48343
  "isSource": true,
47404
48344
  "$type": "color"
47405
48345
  },
47406
48346
  "dark-dimmed": {
47407
- "$value": "#4285e5",
48347
+ "$value": {
48348
+ "colorSpace": "hsl",
48349
+ "components": [215.3, 75.8, 57.8],
48350
+ "hex": "#4285e5"
48351
+ },
47408
48352
  "alpha": 0.36,
47409
48353
  "filePath": "src/tokens/component/reactionButton.json5",
47410
48354
  "isSource": true,
@@ -47412,7 +48356,11 @@
47412
48356
  },
47413
48357
  "light-high-contrast": "#c7e9ff",
47414
48358
  "dark-high-contrast": {
47415
- "$value": "#5dadff",
48359
+ "$value": {
48360
+ "colorSpace": "hsl",
48361
+ "components": [210.4, 100, 68.2],
48362
+ "hex": "#5dadff"
48363
+ },
47416
48364
  "alpha": 0.36,
47417
48365
  "filePath": "src/tokens/component/reactionButton.json5",
47418
48366
  "isSource": true,
@@ -47742,6 +48690,147 @@
47742
48690
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47743
48691
  "isSource": true,
47744
48692
  "$type": "shadow"
48693
+ },
48694
+ "light-high-contrast": {
48695
+ "$value": [
48696
+ {
48697
+ "color": "#454c54",
48698
+ "alpha": 1,
48699
+ "offsetX": {
48700
+ "value": 0,
48701
+ "unit": "px"
48702
+ },
48703
+ "offsetY": {
48704
+ "value": 0,
48705
+ "unit": "px"
48706
+ },
48707
+ "blur": {
48708
+ "value": 0,
48709
+ "unit": "px"
48710
+ },
48711
+ "spread": {
48712
+ "value": 1,
48713
+ "unit": "px"
48714
+ }
48715
+ },
48716
+ {
48717
+ "color": "#25292e",
48718
+ "alpha": 0.24,
48719
+ "offsetX": {
48720
+ "value": 0,
48721
+ "unit": "px"
48722
+ },
48723
+ "offsetY": {
48724
+ "value": 40,
48725
+ "unit": "px"
48726
+ },
48727
+ "blur": {
48728
+ "value": 80,
48729
+ "unit": "px"
48730
+ },
48731
+ "spread": {
48732
+ "value": 0,
48733
+ "unit": "px"
48734
+ }
48735
+ }
48736
+ ],
48737
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48738
+ "isSource": true,
48739
+ "$type": "shadow"
48740
+ },
48741
+ "light-protanopia-deuteranopia-high-contrast": {
48742
+ "$value": [
48743
+ {
48744
+ "color": "#454c54",
48745
+ "alpha": 1,
48746
+ "offsetX": {
48747
+ "value": 0,
48748
+ "unit": "px"
48749
+ },
48750
+ "offsetY": {
48751
+ "value": 0,
48752
+ "unit": "px"
48753
+ },
48754
+ "blur": {
48755
+ "value": 0,
48756
+ "unit": "px"
48757
+ },
48758
+ "spread": {
48759
+ "value": 1,
48760
+ "unit": "px"
48761
+ }
48762
+ },
48763
+ {
48764
+ "color": "#25292e",
48765
+ "alpha": 0.24,
48766
+ "offsetX": {
48767
+ "value": 0,
48768
+ "unit": "px"
48769
+ },
48770
+ "offsetY": {
48771
+ "value": 40,
48772
+ "unit": "px"
48773
+ },
48774
+ "blur": {
48775
+ "value": 80,
48776
+ "unit": "px"
48777
+ },
48778
+ "spread": {
48779
+ "value": 0,
48780
+ "unit": "px"
48781
+ }
48782
+ }
48783
+ ],
48784
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48785
+ "isSource": true,
48786
+ "$type": "shadow"
48787
+ },
48788
+ "light-tritanopia-high-contrast": {
48789
+ "$value": [
48790
+ {
48791
+ "color": "#454c54",
48792
+ "alpha": 1,
48793
+ "offsetX": {
48794
+ "value": 0,
48795
+ "unit": "px"
48796
+ },
48797
+ "offsetY": {
48798
+ "value": 0,
48799
+ "unit": "px"
48800
+ },
48801
+ "blur": {
48802
+ "value": 0,
48803
+ "unit": "px"
48804
+ },
48805
+ "spread": {
48806
+ "value": 1,
48807
+ "unit": "px"
48808
+ }
48809
+ },
48810
+ {
48811
+ "color": "#25292e",
48812
+ "alpha": 0.24,
48813
+ "offsetX": {
48814
+ "value": 0,
48815
+ "unit": "px"
48816
+ },
48817
+ "offsetY": {
48818
+ "value": 40,
48819
+ "unit": "px"
48820
+ },
48821
+ "blur": {
48822
+ "value": 80,
48823
+ "unit": "px"
48824
+ },
48825
+ "spread": {
48826
+ "value": 0,
48827
+ "unit": "px"
48828
+ }
48829
+ }
48830
+ ],
48831
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48832
+ "isSource": true,
48833
+ "$type": "shadow"
47745
48834
  }
47746
48835
  },
47747
48836
  "org.primer.llm": {
@@ -47755,7 +48844,7 @@
47755
48844
  "$value": [
47756
48845
  {
47757
48846
  "color": "{overlay.borderColor}",
47758
- "alpha": 0,
48847
+ "alpha": 1,
47759
48848
  "offsetX": {
47760
48849
  "value": 0,
47761
48850
  "unit": "px"
@@ -47848,6 +48937,147 @@
47848
48937
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47849
48938
  "isSource": true,
47850
48939
  "$type": "shadow"
48940
+ },
48941
+ "light-high-contrast": {
48942
+ "$value": [
48943
+ {
48944
+ "color": "{overlay.borderColor}",
48945
+ "alpha": 1,
48946
+ "offsetX": {
48947
+ "value": 0,
48948
+ "unit": "px"
48949
+ },
48950
+ "offsetY": {
48951
+ "value": 0,
48952
+ "unit": "px"
48953
+ },
48954
+ "blur": {
48955
+ "value": 0,
48956
+ "unit": "px"
48957
+ },
48958
+ "spread": {
48959
+ "value": 1,
48960
+ "unit": "px"
48961
+ }
48962
+ },
48963
+ {
48964
+ "color": "{base.color.neutral.12}",
48965
+ "alpha": 0.24,
48966
+ "offsetX": {
48967
+ "value": 0,
48968
+ "unit": "px"
48969
+ },
48970
+ "offsetY": {
48971
+ "value": 40,
48972
+ "unit": "px"
48973
+ },
48974
+ "blur": {
48975
+ "value": 80,
48976
+ "unit": "px"
48977
+ },
48978
+ "spread": {
48979
+ "value": 0,
48980
+ "unit": "px"
48981
+ }
48982
+ }
48983
+ ],
48984
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48985
+ "isSource": true,
48986
+ "$type": "shadow"
48987
+ },
48988
+ "light-protanopia-deuteranopia-high-contrast": {
48989
+ "$value": [
48990
+ {
48991
+ "color": "{overlay.borderColor}",
48992
+ "alpha": 1,
48993
+ "offsetX": {
48994
+ "value": 0,
48995
+ "unit": "px"
48996
+ },
48997
+ "offsetY": {
48998
+ "value": 0,
48999
+ "unit": "px"
49000
+ },
49001
+ "blur": {
49002
+ "value": 0,
49003
+ "unit": "px"
49004
+ },
49005
+ "spread": {
49006
+ "value": 1,
49007
+ "unit": "px"
49008
+ }
49009
+ },
49010
+ {
49011
+ "color": "{base.color.neutral.12}",
49012
+ "alpha": 0.24,
49013
+ "offsetX": {
49014
+ "value": 0,
49015
+ "unit": "px"
49016
+ },
49017
+ "offsetY": {
49018
+ "value": 40,
49019
+ "unit": "px"
49020
+ },
49021
+ "blur": {
49022
+ "value": 80,
49023
+ "unit": "px"
49024
+ },
49025
+ "spread": {
49026
+ "value": 0,
49027
+ "unit": "px"
49028
+ }
49029
+ }
49030
+ ],
49031
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49032
+ "isSource": true,
49033
+ "$type": "shadow"
49034
+ },
49035
+ "light-tritanopia-high-contrast": {
49036
+ "$value": [
49037
+ {
49038
+ "color": "{overlay.borderColor}",
49039
+ "alpha": 1,
49040
+ "offsetX": {
49041
+ "value": 0,
49042
+ "unit": "px"
49043
+ },
49044
+ "offsetY": {
49045
+ "value": 0,
49046
+ "unit": "px"
49047
+ },
49048
+ "blur": {
49049
+ "value": 0,
49050
+ "unit": "px"
49051
+ },
49052
+ "spread": {
49053
+ "value": 1,
49054
+ "unit": "px"
49055
+ }
49056
+ },
49057
+ {
49058
+ "color": "{base.color.neutral.12}",
49059
+ "alpha": 0.24,
49060
+ "offsetX": {
49061
+ "value": 0,
49062
+ "unit": "px"
49063
+ },
49064
+ "offsetY": {
49065
+ "value": 40,
49066
+ "unit": "px"
49067
+ },
49068
+ "blur": {
49069
+ "value": 80,
49070
+ "unit": "px"
49071
+ },
49072
+ "spread": {
49073
+ "value": 0,
49074
+ "unit": "px"
49075
+ }
49076
+ }
49077
+ ],
49078
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49079
+ "isSource": true,
49080
+ "$type": "shadow"
47851
49081
  }
47852
49082
  },
47853
49083
  "org.primer.llm": {
@@ -48148,6 +49378,327 @@
48148
49378
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48149
49379
  "isSource": true,
48150
49380
  "$type": "shadow"
49381
+ },
49382
+ "light-high-contrast": {
49383
+ "$value": [
49384
+ {
49385
+ "color": "#454c54",
49386
+ "alpha": 1,
49387
+ "offsetX": {
49388
+ "value": 0,
49389
+ "unit": "px"
49390
+ },
49391
+ "offsetY": {
49392
+ "value": 0,
49393
+ "unit": "px"
49394
+ },
49395
+ "blur": {
49396
+ "value": 0,
49397
+ "unit": "px"
49398
+ },
49399
+ "spread": {
49400
+ "value": 1,
49401
+ "unit": "px"
49402
+ }
49403
+ },
49404
+ {
49405
+ "color": "#25292e",
49406
+ "alpha": 0.08,
49407
+ "offsetX": {
49408
+ "value": 0,
49409
+ "unit": "px"
49410
+ },
49411
+ "offsetY": {
49412
+ "value": 8,
49413
+ "unit": "px"
49414
+ },
49415
+ "blur": {
49416
+ "value": 16,
49417
+ "unit": "px"
49418
+ },
49419
+ "spread": {
49420
+ "value": -4,
49421
+ "unit": "px"
49422
+ }
49423
+ },
49424
+ {
49425
+ "color": "#25292e",
49426
+ "alpha": 0.08,
49427
+ "offsetX": {
49428
+ "value": 0,
49429
+ "unit": "px"
49430
+ },
49431
+ "offsetY": {
49432
+ "value": 4,
49433
+ "unit": "px"
49434
+ },
49435
+ "blur": {
49436
+ "value": 32,
49437
+ "unit": "px"
49438
+ },
49439
+ "spread": {
49440
+ "value": -4,
49441
+ "unit": "px"
49442
+ }
49443
+ },
49444
+ {
49445
+ "color": "#25292e",
49446
+ "alpha": 0.08,
49447
+ "offsetX": {
49448
+ "value": 0,
49449
+ "unit": "px"
49450
+ },
49451
+ "offsetY": {
49452
+ "value": 24,
49453
+ "unit": "px"
49454
+ },
49455
+ "blur": {
49456
+ "value": 48,
49457
+ "unit": "px"
49458
+ },
49459
+ "spread": {
49460
+ "value": -12,
49461
+ "unit": "px"
49462
+ }
49463
+ },
49464
+ {
49465
+ "color": "#25292e",
49466
+ "alpha": 0.08,
49467
+ "offsetX": {
49468
+ "value": 0,
49469
+ "unit": "px"
49470
+ },
49471
+ "offsetY": {
49472
+ "value": 48,
49473
+ "unit": "px"
49474
+ },
49475
+ "blur": {
49476
+ "value": 96,
49477
+ "unit": "px"
49478
+ },
49479
+ "spread": {
49480
+ "value": -24,
49481
+ "unit": "px"
49482
+ }
49483
+ }
49484
+ ],
49485
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49486
+ "isSource": true,
49487
+ "$type": "shadow"
49488
+ },
49489
+ "light-protanopia-deuteranopia-high-contrast": {
49490
+ "$value": [
49491
+ {
49492
+ "color": "#454c54",
49493
+ "alpha": 1,
49494
+ "offsetX": {
49495
+ "value": 0,
49496
+ "unit": "px"
49497
+ },
49498
+ "offsetY": {
49499
+ "value": 0,
49500
+ "unit": "px"
49501
+ },
49502
+ "blur": {
49503
+ "value": 0,
49504
+ "unit": "px"
49505
+ },
49506
+ "spread": {
49507
+ "value": 1,
49508
+ "unit": "px"
49509
+ }
49510
+ },
49511
+ {
49512
+ "color": "#25292e",
49513
+ "alpha": 0.08,
49514
+ "offsetX": {
49515
+ "value": 0,
49516
+ "unit": "px"
49517
+ },
49518
+ "offsetY": {
49519
+ "value": 8,
49520
+ "unit": "px"
49521
+ },
49522
+ "blur": {
49523
+ "value": 16,
49524
+ "unit": "px"
49525
+ },
49526
+ "spread": {
49527
+ "value": -4,
49528
+ "unit": "px"
49529
+ }
49530
+ },
49531
+ {
49532
+ "color": "#25292e",
49533
+ "alpha": 0.08,
49534
+ "offsetX": {
49535
+ "value": 0,
49536
+ "unit": "px"
49537
+ },
49538
+ "offsetY": {
49539
+ "value": 4,
49540
+ "unit": "px"
49541
+ },
49542
+ "blur": {
49543
+ "value": 32,
49544
+ "unit": "px"
49545
+ },
49546
+ "spread": {
49547
+ "value": -4,
49548
+ "unit": "px"
49549
+ }
49550
+ },
49551
+ {
49552
+ "color": "#25292e",
49553
+ "alpha": 0.08,
49554
+ "offsetX": {
49555
+ "value": 0,
49556
+ "unit": "px"
49557
+ },
49558
+ "offsetY": {
49559
+ "value": 24,
49560
+ "unit": "px"
49561
+ },
49562
+ "blur": {
49563
+ "value": 48,
49564
+ "unit": "px"
49565
+ },
49566
+ "spread": {
49567
+ "value": -12,
49568
+ "unit": "px"
49569
+ }
49570
+ },
49571
+ {
49572
+ "color": "#25292e",
49573
+ "alpha": 0.08,
49574
+ "offsetX": {
49575
+ "value": 0,
49576
+ "unit": "px"
49577
+ },
49578
+ "offsetY": {
49579
+ "value": 48,
49580
+ "unit": "px"
49581
+ },
49582
+ "blur": {
49583
+ "value": 96,
49584
+ "unit": "px"
49585
+ },
49586
+ "spread": {
49587
+ "value": -24,
49588
+ "unit": "px"
49589
+ }
49590
+ }
49591
+ ],
49592
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49593
+ "isSource": true,
49594
+ "$type": "shadow"
49595
+ },
49596
+ "light-tritanopia-high-contrast": {
49597
+ "$value": [
49598
+ {
49599
+ "color": "#454c54",
49600
+ "alpha": 1,
49601
+ "offsetX": {
49602
+ "value": 0,
49603
+ "unit": "px"
49604
+ },
49605
+ "offsetY": {
49606
+ "value": 0,
49607
+ "unit": "px"
49608
+ },
49609
+ "blur": {
49610
+ "value": 0,
49611
+ "unit": "px"
49612
+ },
49613
+ "spread": {
49614
+ "value": 1,
49615
+ "unit": "px"
49616
+ }
49617
+ },
49618
+ {
49619
+ "color": "#25292e",
49620
+ "alpha": 0.08,
49621
+ "offsetX": {
49622
+ "value": 0,
49623
+ "unit": "px"
49624
+ },
49625
+ "offsetY": {
49626
+ "value": 8,
49627
+ "unit": "px"
49628
+ },
49629
+ "blur": {
49630
+ "value": 16,
49631
+ "unit": "px"
49632
+ },
49633
+ "spread": {
49634
+ "value": -4,
49635
+ "unit": "px"
49636
+ }
49637
+ },
49638
+ {
49639
+ "color": "#25292e",
49640
+ "alpha": 0.08,
49641
+ "offsetX": {
49642
+ "value": 0,
49643
+ "unit": "px"
49644
+ },
49645
+ "offsetY": {
49646
+ "value": 4,
49647
+ "unit": "px"
49648
+ },
49649
+ "blur": {
49650
+ "value": 32,
49651
+ "unit": "px"
49652
+ },
49653
+ "spread": {
49654
+ "value": -4,
49655
+ "unit": "px"
49656
+ }
49657
+ },
49658
+ {
49659
+ "color": "#25292e",
49660
+ "alpha": 0.08,
49661
+ "offsetX": {
49662
+ "value": 0,
49663
+ "unit": "px"
49664
+ },
49665
+ "offsetY": {
49666
+ "value": 24,
49667
+ "unit": "px"
49668
+ },
49669
+ "blur": {
49670
+ "value": 48,
49671
+ "unit": "px"
49672
+ },
49673
+ "spread": {
49674
+ "value": -12,
49675
+ "unit": "px"
49676
+ }
49677
+ },
49678
+ {
49679
+ "color": "#25292e",
49680
+ "alpha": 0.08,
49681
+ "offsetX": {
49682
+ "value": 0,
49683
+ "unit": "px"
49684
+ },
49685
+ "offsetY": {
49686
+ "value": 48,
49687
+ "unit": "px"
49688
+ },
49689
+ "blur": {
49690
+ "value": 96,
49691
+ "unit": "px"
49692
+ },
49693
+ "spread": {
49694
+ "value": -24,
49695
+ "unit": "px"
49696
+ }
49697
+ }
49698
+ ],
49699
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49700
+ "isSource": true,
49701
+ "$type": "shadow"
48151
49702
  }
48152
49703
  },
48153
49704
  "org.primer.llm": {
@@ -48161,7 +49712,7 @@
48161
49712
  "$value": [
48162
49713
  {
48163
49714
  "color": "{overlay.borderColor}",
48164
- "alpha": 0,
49715
+ "alpha": 1,
48165
49716
  "offsetX": {
48166
49717
  "value": 0,
48167
49718
  "unit": "px"
@@ -48374,6 +49925,327 @@
48374
49925
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48375
49926
  "isSource": true,
48376
49927
  "$type": "shadow"
49928
+ },
49929
+ "light-high-contrast": {
49930
+ "$value": [
49931
+ {
49932
+ "color": "{overlay.borderColor}",
49933
+ "alpha": 1,
49934
+ "offsetX": {
49935
+ "value": 0,
49936
+ "unit": "px"
49937
+ },
49938
+ "offsetY": {
49939
+ "value": 0,
49940
+ "unit": "px"
49941
+ },
49942
+ "blur": {
49943
+ "value": 0,
49944
+ "unit": "px"
49945
+ },
49946
+ "spread": {
49947
+ "value": 1,
49948
+ "unit": "px"
49949
+ }
49950
+ },
49951
+ {
49952
+ "color": "{base.color.neutral.12}",
49953
+ "alpha": 0.08,
49954
+ "offsetX": {
49955
+ "value": 0,
49956
+ "unit": "px"
49957
+ },
49958
+ "offsetY": {
49959
+ "value": 8,
49960
+ "unit": "px"
49961
+ },
49962
+ "blur": {
49963
+ "value": 16,
49964
+ "unit": "px"
49965
+ },
49966
+ "spread": {
49967
+ "value": -4,
49968
+ "unit": "px"
49969
+ }
49970
+ },
49971
+ {
49972
+ "color": "{base.color.neutral.12}",
49973
+ "alpha": 0.08,
49974
+ "offsetX": {
49975
+ "value": 0,
49976
+ "unit": "px"
49977
+ },
49978
+ "offsetY": {
49979
+ "value": 4,
49980
+ "unit": "px"
49981
+ },
49982
+ "blur": {
49983
+ "value": 32,
49984
+ "unit": "px"
49985
+ },
49986
+ "spread": {
49987
+ "value": -4,
49988
+ "unit": "px"
49989
+ }
49990
+ },
49991
+ {
49992
+ "color": "{base.color.neutral.12}",
49993
+ "alpha": 0.08,
49994
+ "offsetX": {
49995
+ "value": 0,
49996
+ "unit": "px"
49997
+ },
49998
+ "offsetY": {
49999
+ "value": 24,
50000
+ "unit": "px"
50001
+ },
50002
+ "blur": {
50003
+ "value": 48,
50004
+ "unit": "px"
50005
+ },
50006
+ "spread": {
50007
+ "value": -12,
50008
+ "unit": "px"
50009
+ }
50010
+ },
50011
+ {
50012
+ "color": "{base.color.neutral.12}",
50013
+ "alpha": 0.08,
50014
+ "offsetX": {
50015
+ "value": 0,
50016
+ "unit": "px"
50017
+ },
50018
+ "offsetY": {
50019
+ "value": 48,
50020
+ "unit": "px"
50021
+ },
50022
+ "blur": {
50023
+ "value": 96,
50024
+ "unit": "px"
50025
+ },
50026
+ "spread": {
50027
+ "value": -24,
50028
+ "unit": "px"
50029
+ }
50030
+ }
50031
+ ],
50032
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50033
+ "isSource": true,
50034
+ "$type": "shadow"
50035
+ },
50036
+ "light-protanopia-deuteranopia-high-contrast": {
50037
+ "$value": [
50038
+ {
50039
+ "color": "{overlay.borderColor}",
50040
+ "alpha": 1,
50041
+ "offsetX": {
50042
+ "value": 0,
50043
+ "unit": "px"
50044
+ },
50045
+ "offsetY": {
50046
+ "value": 0,
50047
+ "unit": "px"
50048
+ },
50049
+ "blur": {
50050
+ "value": 0,
50051
+ "unit": "px"
50052
+ },
50053
+ "spread": {
50054
+ "value": 1,
50055
+ "unit": "px"
50056
+ }
50057
+ },
50058
+ {
50059
+ "color": "{base.color.neutral.12}",
50060
+ "alpha": 0.08,
50061
+ "offsetX": {
50062
+ "value": 0,
50063
+ "unit": "px"
50064
+ },
50065
+ "offsetY": {
50066
+ "value": 8,
50067
+ "unit": "px"
50068
+ },
50069
+ "blur": {
50070
+ "value": 16,
50071
+ "unit": "px"
50072
+ },
50073
+ "spread": {
50074
+ "value": -4,
50075
+ "unit": "px"
50076
+ }
50077
+ },
50078
+ {
50079
+ "color": "{base.color.neutral.12}",
50080
+ "alpha": 0.08,
50081
+ "offsetX": {
50082
+ "value": 0,
50083
+ "unit": "px"
50084
+ },
50085
+ "offsetY": {
50086
+ "value": 4,
50087
+ "unit": "px"
50088
+ },
50089
+ "blur": {
50090
+ "value": 32,
50091
+ "unit": "px"
50092
+ },
50093
+ "spread": {
50094
+ "value": -4,
50095
+ "unit": "px"
50096
+ }
50097
+ },
50098
+ {
50099
+ "color": "{base.color.neutral.12}",
50100
+ "alpha": 0.08,
50101
+ "offsetX": {
50102
+ "value": 0,
50103
+ "unit": "px"
50104
+ },
50105
+ "offsetY": {
50106
+ "value": 24,
50107
+ "unit": "px"
50108
+ },
50109
+ "blur": {
50110
+ "value": 48,
50111
+ "unit": "px"
50112
+ },
50113
+ "spread": {
50114
+ "value": -12,
50115
+ "unit": "px"
50116
+ }
50117
+ },
50118
+ {
50119
+ "color": "{base.color.neutral.12}",
50120
+ "alpha": 0.08,
50121
+ "offsetX": {
50122
+ "value": 0,
50123
+ "unit": "px"
50124
+ },
50125
+ "offsetY": {
50126
+ "value": 48,
50127
+ "unit": "px"
50128
+ },
50129
+ "blur": {
50130
+ "value": 96,
50131
+ "unit": "px"
50132
+ },
50133
+ "spread": {
50134
+ "value": -24,
50135
+ "unit": "px"
50136
+ }
50137
+ }
50138
+ ],
50139
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50140
+ "isSource": true,
50141
+ "$type": "shadow"
50142
+ },
50143
+ "light-tritanopia-high-contrast": {
50144
+ "$value": [
50145
+ {
50146
+ "color": "{overlay.borderColor}",
50147
+ "alpha": 1,
50148
+ "offsetX": {
50149
+ "value": 0,
50150
+ "unit": "px"
50151
+ },
50152
+ "offsetY": {
50153
+ "value": 0,
50154
+ "unit": "px"
50155
+ },
50156
+ "blur": {
50157
+ "value": 0,
50158
+ "unit": "px"
50159
+ },
50160
+ "spread": {
50161
+ "value": 1,
50162
+ "unit": "px"
50163
+ }
50164
+ },
50165
+ {
50166
+ "color": "{base.color.neutral.12}",
50167
+ "alpha": 0.08,
50168
+ "offsetX": {
50169
+ "value": 0,
50170
+ "unit": "px"
50171
+ },
50172
+ "offsetY": {
50173
+ "value": 8,
50174
+ "unit": "px"
50175
+ },
50176
+ "blur": {
50177
+ "value": 16,
50178
+ "unit": "px"
50179
+ },
50180
+ "spread": {
50181
+ "value": -4,
50182
+ "unit": "px"
50183
+ }
50184
+ },
50185
+ {
50186
+ "color": "{base.color.neutral.12}",
50187
+ "alpha": 0.08,
50188
+ "offsetX": {
50189
+ "value": 0,
50190
+ "unit": "px"
50191
+ },
50192
+ "offsetY": {
50193
+ "value": 4,
50194
+ "unit": "px"
50195
+ },
50196
+ "blur": {
50197
+ "value": 32,
50198
+ "unit": "px"
50199
+ },
50200
+ "spread": {
50201
+ "value": -4,
50202
+ "unit": "px"
50203
+ }
50204
+ },
50205
+ {
50206
+ "color": "{base.color.neutral.12}",
50207
+ "alpha": 0.08,
50208
+ "offsetX": {
50209
+ "value": 0,
50210
+ "unit": "px"
50211
+ },
50212
+ "offsetY": {
50213
+ "value": 24,
50214
+ "unit": "px"
50215
+ },
50216
+ "blur": {
50217
+ "value": 48,
50218
+ "unit": "px"
50219
+ },
50220
+ "spread": {
50221
+ "value": -12,
50222
+ "unit": "px"
50223
+ }
50224
+ },
50225
+ {
50226
+ "color": "{base.color.neutral.12}",
50227
+ "alpha": 0.08,
50228
+ "offsetX": {
50229
+ "value": 0,
50230
+ "unit": "px"
50231
+ },
50232
+ "offsetY": {
50233
+ "value": 48,
50234
+ "unit": "px"
50235
+ },
50236
+ "blur": {
50237
+ "value": 96,
50238
+ "unit": "px"
50239
+ },
50240
+ "spread": {
50241
+ "value": -24,
50242
+ "unit": "px"
50243
+ }
50244
+ }
50245
+ ],
50246
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50247
+ "isSource": true,
50248
+ "$type": "shadow"
48377
50249
  }
48378
50250
  },
48379
50251
  "org.primer.llm": {
@@ -48680,6 +50552,147 @@
48680
50552
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48681
50553
  "isSource": true,
48682
50554
  "$type": "shadow"
50555
+ },
50556
+ "light-high-contrast": {
50557
+ "$value": [
50558
+ {
50559
+ "color": "#454c54",
50560
+ "alpha": 1,
50561
+ "offsetX": {
50562
+ "value": 0,
50563
+ "unit": "px"
50564
+ },
50565
+ "offsetY": {
50566
+ "value": 0,
50567
+ "unit": "px"
50568
+ },
50569
+ "blur": {
50570
+ "value": 0,
50571
+ "unit": "px"
50572
+ },
50573
+ "spread": {
50574
+ "value": 1,
50575
+ "unit": "px"
50576
+ }
50577
+ },
50578
+ {
50579
+ "color": "#25292e",
50580
+ "alpha": 0.32,
50581
+ "offsetX": {
50582
+ "value": 0,
50583
+ "unit": "px"
50584
+ },
50585
+ "offsetY": {
50586
+ "value": 56,
50587
+ "unit": "px"
50588
+ },
50589
+ "blur": {
50590
+ "value": 112,
50591
+ "unit": "px"
50592
+ },
50593
+ "spread": {
50594
+ "value": 0,
50595
+ "unit": "px"
50596
+ }
50597
+ }
50598
+ ],
50599
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50600
+ "isSource": true,
50601
+ "$type": "shadow"
50602
+ },
50603
+ "light-protanopia-deuteranopia-high-contrast": {
50604
+ "$value": [
50605
+ {
50606
+ "color": "#454c54",
50607
+ "alpha": 1,
50608
+ "offsetX": {
50609
+ "value": 0,
50610
+ "unit": "px"
50611
+ },
50612
+ "offsetY": {
50613
+ "value": 0,
50614
+ "unit": "px"
50615
+ },
50616
+ "blur": {
50617
+ "value": 0,
50618
+ "unit": "px"
50619
+ },
50620
+ "spread": {
50621
+ "value": 1,
50622
+ "unit": "px"
50623
+ }
50624
+ },
50625
+ {
50626
+ "color": "#25292e",
50627
+ "alpha": 0.32,
50628
+ "offsetX": {
50629
+ "value": 0,
50630
+ "unit": "px"
50631
+ },
50632
+ "offsetY": {
50633
+ "value": 56,
50634
+ "unit": "px"
50635
+ },
50636
+ "blur": {
50637
+ "value": 112,
50638
+ "unit": "px"
50639
+ },
50640
+ "spread": {
50641
+ "value": 0,
50642
+ "unit": "px"
50643
+ }
50644
+ }
50645
+ ],
50646
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50647
+ "isSource": true,
50648
+ "$type": "shadow"
50649
+ },
50650
+ "light-tritanopia-high-contrast": {
50651
+ "$value": [
50652
+ {
50653
+ "color": "#454c54",
50654
+ "alpha": 1,
50655
+ "offsetX": {
50656
+ "value": 0,
50657
+ "unit": "px"
50658
+ },
50659
+ "offsetY": {
50660
+ "value": 0,
50661
+ "unit": "px"
50662
+ },
50663
+ "blur": {
50664
+ "value": 0,
50665
+ "unit": "px"
50666
+ },
50667
+ "spread": {
50668
+ "value": 1,
50669
+ "unit": "px"
50670
+ }
50671
+ },
50672
+ {
50673
+ "color": "#25292e",
50674
+ "alpha": 0.32,
50675
+ "offsetX": {
50676
+ "value": 0,
50677
+ "unit": "px"
50678
+ },
50679
+ "offsetY": {
50680
+ "value": 56,
50681
+ "unit": "px"
50682
+ },
50683
+ "blur": {
50684
+ "value": 112,
50685
+ "unit": "px"
50686
+ },
50687
+ "spread": {
50688
+ "value": 0,
50689
+ "unit": "px"
50690
+ }
50691
+ }
50692
+ ],
50693
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50694
+ "isSource": true,
50695
+ "$type": "shadow"
48683
50696
  }
48684
50697
  },
48685
50698
  "org.primer.llm": {
@@ -48693,7 +50706,7 @@
48693
50706
  "$value": [
48694
50707
  {
48695
50708
  "color": "{overlay.borderColor}",
48696
- "alpha": 0,
50709
+ "alpha": 1,
48697
50710
  "offsetX": {
48698
50711
  "value": 0,
48699
50712
  "unit": "px"
@@ -48786,6 +50799,147 @@
48786
50799
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48787
50800
  "isSource": true,
48788
50801
  "$type": "shadow"
50802
+ },
50803
+ "light-high-contrast": {
50804
+ "$value": [
50805
+ {
50806
+ "color": "{overlay.borderColor}",
50807
+ "alpha": 1,
50808
+ "offsetX": {
50809
+ "value": 0,
50810
+ "unit": "px"
50811
+ },
50812
+ "offsetY": {
50813
+ "value": 0,
50814
+ "unit": "px"
50815
+ },
50816
+ "blur": {
50817
+ "value": 0,
50818
+ "unit": "px"
50819
+ },
50820
+ "spread": {
50821
+ "value": 1,
50822
+ "unit": "px"
50823
+ }
50824
+ },
50825
+ {
50826
+ "color": "{base.color.neutral.12}",
50827
+ "alpha": 0.32,
50828
+ "offsetX": {
50829
+ "value": 0,
50830
+ "unit": "px"
50831
+ },
50832
+ "offsetY": {
50833
+ "value": 56,
50834
+ "unit": "px"
50835
+ },
50836
+ "blur": {
50837
+ "value": 112,
50838
+ "unit": "px"
50839
+ },
50840
+ "spread": {
50841
+ "value": 0,
50842
+ "unit": "px"
50843
+ }
50844
+ }
50845
+ ],
50846
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50847
+ "isSource": true,
50848
+ "$type": "shadow"
50849
+ },
50850
+ "light-protanopia-deuteranopia-high-contrast": {
50851
+ "$value": [
50852
+ {
50853
+ "color": "{overlay.borderColor}",
50854
+ "alpha": 1,
50855
+ "offsetX": {
50856
+ "value": 0,
50857
+ "unit": "px"
50858
+ },
50859
+ "offsetY": {
50860
+ "value": 0,
50861
+ "unit": "px"
50862
+ },
50863
+ "blur": {
50864
+ "value": 0,
50865
+ "unit": "px"
50866
+ },
50867
+ "spread": {
50868
+ "value": 1,
50869
+ "unit": "px"
50870
+ }
50871
+ },
50872
+ {
50873
+ "color": "{base.color.neutral.12}",
50874
+ "alpha": 0.32,
50875
+ "offsetX": {
50876
+ "value": 0,
50877
+ "unit": "px"
50878
+ },
50879
+ "offsetY": {
50880
+ "value": 56,
50881
+ "unit": "px"
50882
+ },
50883
+ "blur": {
50884
+ "value": 112,
50885
+ "unit": "px"
50886
+ },
50887
+ "spread": {
50888
+ "value": 0,
50889
+ "unit": "px"
50890
+ }
50891
+ }
50892
+ ],
50893
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50894
+ "isSource": true,
50895
+ "$type": "shadow"
50896
+ },
50897
+ "light-tritanopia-high-contrast": {
50898
+ "$value": [
50899
+ {
50900
+ "color": "{overlay.borderColor}",
50901
+ "alpha": 1,
50902
+ "offsetX": {
50903
+ "value": 0,
50904
+ "unit": "px"
50905
+ },
50906
+ "offsetY": {
50907
+ "value": 0,
50908
+ "unit": "px"
50909
+ },
50910
+ "blur": {
50911
+ "value": 0,
50912
+ "unit": "px"
50913
+ },
50914
+ "spread": {
50915
+ "value": 1,
50916
+ "unit": "px"
50917
+ }
50918
+ },
50919
+ {
50920
+ "color": "{base.color.neutral.12}",
50921
+ "alpha": 0.32,
50922
+ "offsetX": {
50923
+ "value": 0,
50924
+ "unit": "px"
50925
+ },
50926
+ "offsetY": {
50927
+ "value": 56,
50928
+ "unit": "px"
50929
+ },
50930
+ "blur": {
50931
+ "value": 112,
50932
+ "unit": "px"
50933
+ },
50934
+ "spread": {
50935
+ "value": 0,
50936
+ "unit": "px"
50937
+ }
50938
+ }
50939
+ ],
50940
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50941
+ "isSource": true,
50942
+ "$type": "shadow"
48789
50943
  }
48790
50944
  },
48791
50945
  "org.primer.llm": {