@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 #26a148",
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",
@@ -5809,7 +5876,7 @@
5809
5876
  "original": {
5810
5877
  "$value": "{base.color.neutral.9}",
5811
5878
  "$type": "color",
5812
- "$description": "Semi-transparent border for overlays and layered elements",
5879
+ "$description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design.",
5813
5880
  "$extensions": {
5814
5881
  "org.primer.figma": {
5815
5882
  "collection": "mode",
@@ -5880,7 +5947,7 @@
5880
5947
  "path": ["borderColor", "translucent"],
5881
5948
  "value": "#59636e",
5882
5949
  "type": "color",
5883
- "description": "Semi-transparent border for overlays and layered elements"
5950
+ "description": "Semi-transparent border for overlays and layered elements. Border-specific token — no bgColor-translucent counterpart exists by design."
5884
5951
  },
5885
5952
  "borderColor-transparent": {
5886
5953
  "key": "{borderColor.transparent}",
@@ -6604,13 +6671,21 @@
6604
6671
  "$type": "color"
6605
6672
  },
6606
6673
  "dark-dimmed-high-contrast": {
6607
- "$value": "#ffffff",
6674
+ "$value": {
6675
+ "colorSpace": "hsl",
6676
+ "components": [0, 0, 100],
6677
+ "hex": "#ffffff"
6678
+ },
6608
6679
  "filePath": "src/tokens/component/button.json5",
6609
6680
  "isSource": true,
6610
6681
  "$type": "color"
6611
6682
  },
6612
6683
  "dark-dimmed": {
6613
- "$value": "#ffffff",
6684
+ "$value": {
6685
+ "colorSpace": "hsl",
6686
+ "components": [0, 0, 100],
6687
+ "hex": "#ffffff"
6688
+ },
6614
6689
  "filePath": "src/tokens/component/button.json5",
6615
6690
  "isSource": true,
6616
6691
  "$type": "color"
@@ -6636,13 +6711,21 @@
6636
6711
  "$type": "color"
6637
6712
  },
6638
6713
  "dark-dimmed-high-contrast": {
6639
- "$value": "#ffffff",
6714
+ "$value": {
6715
+ "colorSpace": "hsl",
6716
+ "components": [0, 0, 100],
6717
+ "hex": "#ffffff"
6718
+ },
6640
6719
  "filePath": "src/tokens/component/button.json5",
6641
6720
  "isSource": true,
6642
6721
  "$type": "color"
6643
6722
  },
6644
6723
  "dark-dimmed": {
6645
- "$value": "#ffffff",
6724
+ "$value": {
6725
+ "colorSpace": "hsl",
6726
+ "components": [0, 0, 100],
6727
+ "hex": "#ffffff"
6728
+ },
6646
6729
  "filePath": "src/tokens/component/button.json5",
6647
6730
  "isSource": true,
6648
6731
  "$type": "color"
@@ -6722,13 +6805,21 @@
6722
6805
  "$type": "color"
6723
6806
  },
6724
6807
  "dark-dimmed-high-contrast": {
6725
- "$value": "#ffffff",
6808
+ "$value": {
6809
+ "colorSpace": "hsl",
6810
+ "components": [0, 0, 100],
6811
+ "hex": "#ffffff"
6812
+ },
6726
6813
  "filePath": "src/tokens/component/button.json5",
6727
6814
  "isSource": true,
6728
6815
  "$type": "color"
6729
6816
  },
6730
6817
  "dark-dimmed": {
6731
- "$value": "#ffffff",
6818
+ "$value": {
6819
+ "colorSpace": "hsl",
6820
+ "components": [0, 0, 100],
6821
+ "hex": "#ffffff"
6822
+ },
6732
6823
  "filePath": "src/tokens/component/button.json5",
6733
6824
  "isSource": true,
6734
6825
  "$type": "color"
@@ -6754,13 +6845,21 @@
6754
6845
  "$type": "color"
6755
6846
  },
6756
6847
  "dark-dimmed-high-contrast": {
6757
- "$value": "#ffffff",
6848
+ "$value": {
6849
+ "colorSpace": "hsl",
6850
+ "components": [0, 0, 100],
6851
+ "hex": "#ffffff"
6852
+ },
6758
6853
  "filePath": "src/tokens/component/button.json5",
6759
6854
  "isSource": true,
6760
6855
  "$type": "color"
6761
6856
  },
6762
6857
  "dark-dimmed": {
6763
- "$value": "#ffffff",
6858
+ "$value": {
6859
+ "colorSpace": "hsl",
6860
+ "components": [0, 0, 100],
6861
+ "hex": "#ffffff"
6862
+ },
6764
6863
  "filePath": "src/tokens/component/button.json5",
6765
6864
  "isSource": true,
6766
6865
  "$type": "color"
@@ -6785,13 +6884,21 @@
6785
6884
  },
6786
6885
  "org.primer.overrides": {
6787
6886
  "dark": {
6788
- "$value": "#FA5E55",
6887
+ "$value": {
6888
+ "colorSpace": "hsl",
6889
+ "components": [3.3, 94.3, 65.7],
6890
+ "hex": "#FA5E55"
6891
+ },
6789
6892
  "filePath": "src/tokens/component/button.json5",
6790
6893
  "isSource": true,
6791
6894
  "$type": "color"
6792
6895
  },
6793
6896
  "dark-dimmed": {
6794
- "$value": "#ea5c53",
6897
+ "$value": {
6898
+ "colorSpace": "hsl",
6899
+ "components": [3.6, 78.2, 62.2],
6900
+ "hex": "#ea5c53"
6901
+ },
6795
6902
  "filePath": "src/tokens/component/button.json5",
6796
6903
  "isSource": true,
6797
6904
  "$type": "color"
@@ -6841,13 +6948,21 @@
6841
6948
  },
6842
6949
  "org.primer.overrides": {
6843
6950
  "dark": {
6844
- "$value": "#FA5E55",
6951
+ "$value": {
6952
+ "colorSpace": "hsl",
6953
+ "components": [3.3, 94.3, 65.7],
6954
+ "hex": "#FA5E55"
6955
+ },
6845
6956
  "filePath": "src/tokens/component/button.json5",
6846
6957
  "isSource": true,
6847
6958
  "$type": "color"
6848
6959
  },
6849
6960
  "dark-dimmed": {
6850
- "$value": "#ea5c53",
6961
+ "$value": {
6962
+ "colorSpace": "hsl",
6963
+ "components": [3.6, 78.2, 62.2],
6964
+ "hex": "#ea5c53"
6965
+ },
6851
6966
  "filePath": "src/tokens/component/button.json5",
6852
6967
  "isSource": true,
6853
6968
  "$type": "color"
@@ -6892,6 +7007,35 @@
6892
7007
  "value": "#86061d",
6893
7008
  "type": "color"
6894
7009
  },
7010
+ "button-danger-iconColor-disabled": {
7011
+ "key": "{button.danger.iconColor.disabled}",
7012
+ "$extensions": {
7013
+ "org.primer.figma": {
7014
+ "collection": "mode",
7015
+ "group": "component (internal)",
7016
+ "scopes": ["fgColor"]
7017
+ }
7018
+ },
7019
+ "filePath": "src/tokens/component/button.json5",
7020
+ "isSource": true,
7021
+ "original": {
7022
+ "$value": "{button.danger.fgColor.disabled}",
7023
+ "$type": "color",
7024
+ "$extensions": {
7025
+ "org.primer.figma": {
7026
+ "collection": "mode",
7027
+ "group": "component (internal)",
7028
+ "scopes": ["fgColor"]
7029
+ }
7030
+ },
7031
+ "key": "{button.danger.iconColor.disabled}"
7032
+ },
7033
+ "name": "button-danger-iconColor-disabled",
7034
+ "attributes": {},
7035
+ "path": ["button", "danger", "iconColor", "disabled"],
7036
+ "value": "#86061d80",
7037
+ "type": "color"
7038
+ },
6895
7039
  "button-danger-iconColor-hover": {
6896
7040
  "key": "{button.danger.iconColor.hover}",
6897
7041
  "$extensions": {
@@ -6908,7 +7052,11 @@
6908
7052
  "$type": "color"
6909
7053
  },
6910
7054
  "dark-dimmed-high-contrast": {
6911
- "$value": "#ffffff",
7055
+ "$value": {
7056
+ "colorSpace": "hsl",
7057
+ "components": [0, 0, 100],
7058
+ "hex": "#ffffff"
7059
+ },
6912
7060
  "filePath": "src/tokens/component/button.json5",
6913
7061
  "isSource": true,
6914
7062
  "$type": "color"
@@ -6934,7 +7082,11 @@
6934
7082
  "$type": "color"
6935
7083
  },
6936
7084
  "dark-dimmed-high-contrast": {
6937
- "$value": "#ffffff",
7085
+ "$value": {
7086
+ "colorSpace": "hsl",
7087
+ "components": [0, 0, 100],
7088
+ "hex": "#ffffff"
7089
+ },
6938
7090
  "filePath": "src/tokens/component/button.json5",
6939
7091
  "isSource": true,
6940
7092
  "$type": "color"
@@ -7456,6 +7608,35 @@
7456
7608
  "value": "#454c54",
7457
7609
  "type": "color"
7458
7610
  },
7611
+ "button-default-fgColor-disabled": {
7612
+ "key": "{button.default.fgColor.disabled}",
7613
+ "$extensions": {
7614
+ "org.primer.figma": {
7615
+ "collection": "mode",
7616
+ "group": "component (internal)",
7617
+ "scopes": ["fgColor"]
7618
+ }
7619
+ },
7620
+ "filePath": "src/tokens/component/button.json5",
7621
+ "isSource": true,
7622
+ "original": {
7623
+ "$value": "{control.fgColor.disabled}",
7624
+ "$type": "color",
7625
+ "$extensions": {
7626
+ "org.primer.figma": {
7627
+ "collection": "mode",
7628
+ "group": "component (internal)",
7629
+ "scopes": ["fgColor"]
7630
+ }
7631
+ },
7632
+ "key": "{button.default.fgColor.disabled}"
7633
+ },
7634
+ "name": "button-default-fgColor-disabled",
7635
+ "attributes": {},
7636
+ "path": ["button", "default", "fgColor", "disabled"],
7637
+ "value": "#59636e",
7638
+ "type": "color"
7639
+ },
7459
7640
  "button-default-fgColor-rest": {
7460
7641
  "key": "{button.default.fgColor.rest}",
7461
7642
  "$extensions": {
@@ -8742,31 +8923,51 @@
8742
8923
  "$type": "color"
8743
8924
  },
8744
8925
  "dark-tritanopia": {
8745
- "$value": "#0d419d",
8926
+ "$value": {
8927
+ "colorSpace": "hsl",
8928
+ "components": [218.3, 84.7, 33.3],
8929
+ "hex": "#0d419d"
8930
+ },
8746
8931
  "filePath": "src/tokens/component/button.json5",
8747
8932
  "isSource": true,
8748
8933
  "$type": "color"
8749
8934
  },
8750
8935
  "dark-tritanopia-high-contrast": {
8751
- "$value": "#0d419d",
8936
+ "$value": {
8937
+ "colorSpace": "hsl",
8938
+ "components": [218.3, 84.7, 33.3],
8939
+ "hex": "#0d419d"
8940
+ },
8752
8941
  "filePath": "src/tokens/component/button.json5",
8753
8942
  "isSource": true,
8754
8943
  "$type": "color"
8755
8944
  },
8756
8945
  "light-high-contrast": {
8757
- "$value": "#033f9d",
8946
+ "$value": {
8947
+ "colorSpace": "hsl",
8948
+ "components": [216.6, 96.3, 31.4],
8949
+ "hex": "#033f9d"
8950
+ },
8758
8951
  "filePath": "src/tokens/component/button.json5",
8759
8952
  "isSource": true,
8760
8953
  "$type": "color"
8761
8954
  },
8762
8955
  "light-tritanopia-high-contrast": {
8763
- "$value": "#033f9d",
8956
+ "$value": {
8957
+ "colorSpace": "hsl",
8958
+ "components": [216.6, 96.3, 31.4],
8959
+ "hex": "#033f9d"
8960
+ },
8764
8961
  "filePath": "src/tokens/component/button.json5",
8765
8962
  "isSource": true,
8766
8963
  "$type": "color"
8767
8964
  },
8768
8965
  "light-protanopia-deuteranopia-high-contrast": {
8769
- "$value": "#033f9d",
8966
+ "$value": {
8967
+ "colorSpace": "hsl",
8968
+ "components": [216.6, 96.3, 31.4],
8969
+ "hex": "#033f9d"
8970
+ },
8770
8971
  "filePath": "src/tokens/component/button.json5",
8771
8972
  "isSource": true,
8772
8973
  "$type": "color"
@@ -8776,7 +8977,11 @@
8776
8977
  "filePath": "src/tokens/component/button.json5",
8777
8978
  "isSource": true,
8778
8979
  "original": {
8779
- "$value": "#033f9d",
8980
+ "$value": {
8981
+ "colorSpace": "hsl",
8982
+ "components": [216.6, 96.3, 31.4],
8983
+ "hex": "#033f9d"
8984
+ },
8780
8985
  "$type": "color",
8781
8986
  "$extensions": {
8782
8987
  "org.primer.figma": {
@@ -8792,31 +8997,51 @@
8792
8997
  "$type": "color"
8793
8998
  },
8794
8999
  "dark-tritanopia": {
8795
- "$value": "#0d419d",
9000
+ "$value": {
9001
+ "colorSpace": "hsl",
9002
+ "components": [218.3, 84.7, 33.3],
9003
+ "hex": "#0d419d"
9004
+ },
8796
9005
  "filePath": "src/tokens/component/button.json5",
8797
9006
  "isSource": true,
8798
9007
  "$type": "color"
8799
9008
  },
8800
9009
  "dark-tritanopia-high-contrast": {
8801
- "$value": "#0d419d",
9010
+ "$value": {
9011
+ "colorSpace": "hsl",
9012
+ "components": [218.3, 84.7, 33.3],
9013
+ "hex": "#0d419d"
9014
+ },
8802
9015
  "filePath": "src/tokens/component/button.json5",
8803
9016
  "isSource": true,
8804
9017
  "$type": "color"
8805
9018
  },
8806
9019
  "light-high-contrast": {
8807
- "$value": "#033f9d",
9020
+ "$value": {
9021
+ "colorSpace": "hsl",
9022
+ "components": [216.6, 96.3, 31.4],
9023
+ "hex": "#033f9d"
9024
+ },
8808
9025
  "filePath": "src/tokens/component/button.json5",
8809
9026
  "isSource": true,
8810
9027
  "$type": "color"
8811
9028
  },
8812
9029
  "light-tritanopia-high-contrast": {
8813
- "$value": "#033f9d",
9030
+ "$value": {
9031
+ "colorSpace": "hsl",
9032
+ "components": [216.6, 96.3, 31.4],
9033
+ "hex": "#033f9d"
9034
+ },
8814
9035
  "filePath": "src/tokens/component/button.json5",
8815
9036
  "isSource": true,
8816
9037
  "$type": "color"
8817
9038
  },
8818
9039
  "light-protanopia-deuteranopia-high-contrast": {
8819
- "$value": "#033f9d",
9040
+ "$value": {
9041
+ "colorSpace": "hsl",
9042
+ "components": [216.6, 96.3, 31.4],
9043
+ "hex": "#033f9d"
9044
+ },
8820
9045
  "filePath": "src/tokens/component/button.json5",
8821
9046
  "isSource": true,
8822
9047
  "$type": "color"
@@ -8847,7 +9072,11 @@
8847
9072
  "$type": "color"
8848
9073
  },
8849
9074
  "dark-tritanopia": {
8850
- "$value": "#212830",
9075
+ "$value": {
9076
+ "colorSpace": "hsl",
9077
+ "components": [212, 18.5, 15.9],
9078
+ "hex": "#212830"
9079
+ },
8851
9080
  "filePath": "src/tokens/component/button.json5",
8852
9081
  "isSource": true,
8853
9082
  "$type": "color"
@@ -8873,7 +9102,11 @@
8873
9102
  "$type": "color"
8874
9103
  },
8875
9104
  "dark-tritanopia": {
8876
- "$value": "#212830",
9105
+ "$value": {
9106
+ "colorSpace": "hsl",
9107
+ "components": [212, 18.5, 15.9],
9108
+ "hex": "#212830"
9109
+ },
8877
9110
  "filePath": "src/tokens/component/button.json5",
8878
9111
  "isSource": true,
8879
9112
  "$type": "color"
@@ -8904,7 +9137,11 @@
8904
9137
  "$type": "color"
8905
9138
  },
8906
9139
  "dark-tritanopia": {
8907
- "$value": "#262c36",
9140
+ "$value": {
9141
+ "colorSpace": "hsl",
9142
+ "components": [217.5, 17.4, 18],
9143
+ "hex": "#262c36"
9144
+ },
8908
9145
  "filePath": "src/tokens/component/button.json5",
8909
9146
  "isSource": true,
8910
9147
  "$type": "color"
@@ -8930,7 +9167,11 @@
8930
9167
  "$type": "color"
8931
9168
  },
8932
9169
  "dark-tritanopia": {
8933
- "$value": "#262c36",
9170
+ "$value": {
9171
+ "colorSpace": "hsl",
9172
+ "components": [217.5, 17.4, 18],
9173
+ "hex": "#262c36"
9174
+ },
8934
9175
  "filePath": "src/tokens/component/button.json5",
8935
9176
  "isSource": true,
8936
9177
  "$type": "color"
@@ -9162,7 +9403,12 @@
9162
9403
  "$type": "color"
9163
9404
  },
9164
9405
  "dark-dimmed": {
9165
- "$value": "#478be680",
9406
+ "$value": {
9407
+ "colorSpace": "hsl",
9408
+ "components": [214.3, 76.1, 59],
9409
+ "hex": "#478be6"
9410
+ },
9411
+ "alpha": 0.502,
9166
9412
  "filePath": "src/tokens/component/button.json5",
9167
9413
  "isSource": true,
9168
9414
  "$type": "color"
@@ -9190,7 +9436,12 @@
9190
9436
  "$type": "color"
9191
9437
  },
9192
9438
  "dark-dimmed": {
9193
- "$value": "#478be680",
9439
+ "$value": {
9440
+ "colorSpace": "hsl",
9441
+ "components": [214.3, 76.1, 59],
9442
+ "hex": "#478be6"
9443
+ },
9444
+ "alpha": 0.502,
9194
9445
  "filePath": "src/tokens/component/button.json5",
9195
9446
  "isSource": true,
9196
9447
  "$type": "color"
@@ -9415,13 +9666,21 @@
9415
9666
  },
9416
9667
  "org.primer.overrides": {
9417
9668
  "dark": {
9418
- "$value": "#2E9A40",
9669
+ "$value": {
9670
+ "colorSpace": "hsl",
9671
+ "components": [130, 54, 39.2],
9672
+ "hex": "#2E9A40"
9673
+ },
9419
9674
  "filePath": "src/tokens/component/button.json5",
9420
9675
  "isSource": true,
9421
9676
  "$type": "color"
9422
9677
  },
9423
9678
  "dark-dimmed": {
9424
- "$value": "#428f46",
9679
+ "$value": {
9680
+ "colorSpace": "hsl",
9681
+ "components": [123.1, 36.8, 41],
9682
+ "hex": "#428f46"
9683
+ },
9425
9684
  "filePath": "src/tokens/component/button.json5",
9426
9685
  "isSource": true,
9427
9686
  "$type": "color"
@@ -9433,61 +9692,101 @@
9433
9692
  "$type": "color"
9434
9693
  },
9435
9694
  "dark-tritanopia": {
9436
- "$value": "#3685f3",
9695
+ "$value": {
9696
+ "colorSpace": "hsl",
9697
+ "components": [214.9, 88.7, 58.2],
9698
+ "hex": "#3685f3"
9699
+ },
9437
9700
  "filePath": "src/tokens/component/button.json5",
9438
9701
  "isSource": true,
9439
9702
  "$type": "color"
9440
9703
  },
9441
9704
  "dark-tritanopia-high-contrast": {
9442
- "$value": "#3685f3",
9705
+ "$value": {
9706
+ "colorSpace": "hsl",
9707
+ "components": [214.9, 88.7, 58.2],
9708
+ "hex": "#3685f3"
9709
+ },
9443
9710
  "filePath": "src/tokens/component/button.json5",
9444
9711
  "isSource": true,
9445
9712
  "$type": "color"
9446
9713
  },
9447
9714
  "dark-protanopia-deuteranopia": {
9448
- "$value": "#3685f3",
9715
+ "$value": {
9716
+ "colorSpace": "hsl",
9717
+ "components": [214.9, 88.7, 58.2],
9718
+ "hex": "#3685f3"
9719
+ },
9449
9720
  "filePath": "src/tokens/component/button.json5",
9450
9721
  "isSource": true,
9451
9722
  "$type": "color"
9452
9723
  },
9453
9724
  "dark-protanopia-deuteranopia-high-contrast": {
9454
- "$value": "#3685f3",
9725
+ "$value": {
9726
+ "colorSpace": "hsl",
9727
+ "components": [214.9, 88.7, 58.2],
9728
+ "hex": "#3685f3"
9729
+ },
9455
9730
  "filePath": "src/tokens/component/button.json5",
9456
9731
  "isSource": true,
9457
9732
  "$type": "color"
9458
9733
  },
9459
9734
  "dark-high-contrast": {
9460
- "$value": "#109135",
9735
+ "$value": {
9736
+ "colorSpace": "hsl",
9737
+ "components": [137.2, 80.1, 31.6],
9738
+ "hex": "#109135"
9739
+ },
9461
9740
  "filePath": "src/tokens/component/button.json5",
9462
9741
  "isSource": true,
9463
9742
  "$type": "color"
9464
9743
  },
9465
9744
  "light-tritanopia": {
9466
- "$value": "#075fc8",
9745
+ "$value": {
9746
+ "colorSpace": "hsl",
9747
+ "components": [212.6, 93.2, 40.6],
9748
+ "hex": "#075fc8"
9749
+ },
9467
9750
  "filePath": "src/tokens/component/button.json5",
9468
9751
  "isSource": true,
9469
9752
  "$type": "color"
9470
9753
  },
9471
9754
  "light-tritanopia-high-contrast": {
9472
- "$value": "#075fc8",
9755
+ "$value": {
9756
+ "colorSpace": "hsl",
9757
+ "components": [212.6, 93.2, 40.6],
9758
+ "hex": "#075fc8"
9759
+ },
9473
9760
  "filePath": "src/tokens/component/button.json5",
9474
9761
  "isSource": true,
9475
9762
  "$type": "color"
9476
9763
  },
9477
9764
  "light-protanopia-deuteranopia": {
9478
- "$value": "#075fc8",
9765
+ "$value": {
9766
+ "colorSpace": "hsl",
9767
+ "components": [212.6, 93.2, 40.6],
9768
+ "hex": "#075fc8"
9769
+ },
9479
9770
  "filePath": "src/tokens/component/button.json5",
9480
9771
  "isSource": true,
9481
9772
  "$type": "color"
9482
9773
  },
9483
9774
  "light-protanopia-deuteranopia-high-contrast": {
9484
- "$value": "#075fc8",
9775
+ "$value": {
9776
+ "colorSpace": "hsl",
9777
+ "components": [212.6, 93.2, 40.6],
9778
+ "hex": "#075fc8"
9779
+ },
9485
9780
  "filePath": "src/tokens/component/button.json5",
9486
9781
  "isSource": true,
9487
9782
  "$type": "color"
9488
9783
  },
9489
9784
  "light-high-contrast": {
9490
- "$value": "#03501b",
9785
+ "$value": {
9786
+ "colorSpace": "hsl",
9787
+ "components": [138.7, 92.8, 16.3],
9788
+ "hex": "#03501b"
9789
+ },
9491
9790
  "filePath": "src/tokens/component/button.json5",
9492
9791
  "isSource": true,
9493
9792
  "$type": "color"
@@ -9497,7 +9796,11 @@
9497
9796
  "filePath": "src/tokens/component/button.json5",
9498
9797
  "isSource": true,
9499
9798
  "original": {
9500
- "$value": "#03501b",
9799
+ "$value": {
9800
+ "colorSpace": "hsl",
9801
+ "components": [138.7, 92.8, 16.3],
9802
+ "hex": "#03501b"
9803
+ },
9501
9804
  "$type": "color",
9502
9805
  "$extensions": {
9503
9806
  "org.primer.figma": {
@@ -9507,13 +9810,21 @@
9507
9810
  },
9508
9811
  "org.primer.overrides": {
9509
9812
  "dark": {
9510
- "$value": "#2E9A40",
9813
+ "$value": {
9814
+ "colorSpace": "hsl",
9815
+ "components": [130, 54, 39.2],
9816
+ "hex": "#2E9A40"
9817
+ },
9511
9818
  "filePath": "src/tokens/component/button.json5",
9512
9819
  "isSource": true,
9513
9820
  "$type": "color"
9514
9821
  },
9515
9822
  "dark-dimmed": {
9516
- "$value": "#428f46",
9823
+ "$value": {
9824
+ "colorSpace": "hsl",
9825
+ "components": [123.1, 36.8, 41],
9826
+ "hex": "#428f46"
9827
+ },
9517
9828
  "filePath": "src/tokens/component/button.json5",
9518
9829
  "isSource": true,
9519
9830
  "$type": "color"
@@ -9525,61 +9836,101 @@
9525
9836
  "$type": "color"
9526
9837
  },
9527
9838
  "dark-tritanopia": {
9528
- "$value": "#3685f3",
9839
+ "$value": {
9840
+ "colorSpace": "hsl",
9841
+ "components": [214.9, 88.7, 58.2],
9842
+ "hex": "#3685f3"
9843
+ },
9529
9844
  "filePath": "src/tokens/component/button.json5",
9530
9845
  "isSource": true,
9531
9846
  "$type": "color"
9532
9847
  },
9533
9848
  "dark-tritanopia-high-contrast": {
9534
- "$value": "#3685f3",
9849
+ "$value": {
9850
+ "colorSpace": "hsl",
9851
+ "components": [214.9, 88.7, 58.2],
9852
+ "hex": "#3685f3"
9853
+ },
9535
9854
  "filePath": "src/tokens/component/button.json5",
9536
9855
  "isSource": true,
9537
9856
  "$type": "color"
9538
9857
  },
9539
9858
  "dark-protanopia-deuteranopia": {
9540
- "$value": "#3685f3",
9859
+ "$value": {
9860
+ "colorSpace": "hsl",
9861
+ "components": [214.9, 88.7, 58.2],
9862
+ "hex": "#3685f3"
9863
+ },
9541
9864
  "filePath": "src/tokens/component/button.json5",
9542
9865
  "isSource": true,
9543
9866
  "$type": "color"
9544
9867
  },
9545
9868
  "dark-protanopia-deuteranopia-high-contrast": {
9546
- "$value": "#3685f3",
9869
+ "$value": {
9870
+ "colorSpace": "hsl",
9871
+ "components": [214.9, 88.7, 58.2],
9872
+ "hex": "#3685f3"
9873
+ },
9547
9874
  "filePath": "src/tokens/component/button.json5",
9548
9875
  "isSource": true,
9549
9876
  "$type": "color"
9550
9877
  },
9551
9878
  "dark-high-contrast": {
9552
- "$value": "#109135",
9879
+ "$value": {
9880
+ "colorSpace": "hsl",
9881
+ "components": [137.2, 80.1, 31.6],
9882
+ "hex": "#109135"
9883
+ },
9553
9884
  "filePath": "src/tokens/component/button.json5",
9554
9885
  "isSource": true,
9555
9886
  "$type": "color"
9556
9887
  },
9557
9888
  "light-tritanopia": {
9558
- "$value": "#075fc8",
9889
+ "$value": {
9890
+ "colorSpace": "hsl",
9891
+ "components": [212.6, 93.2, 40.6],
9892
+ "hex": "#075fc8"
9893
+ },
9559
9894
  "filePath": "src/tokens/component/button.json5",
9560
9895
  "isSource": true,
9561
9896
  "$type": "color"
9562
9897
  },
9563
9898
  "light-tritanopia-high-contrast": {
9564
- "$value": "#075fc8",
9899
+ "$value": {
9900
+ "colorSpace": "hsl",
9901
+ "components": [212.6, 93.2, 40.6],
9902
+ "hex": "#075fc8"
9903
+ },
9565
9904
  "filePath": "src/tokens/component/button.json5",
9566
9905
  "isSource": true,
9567
9906
  "$type": "color"
9568
9907
  },
9569
9908
  "light-protanopia-deuteranopia": {
9570
- "$value": "#075fc8",
9909
+ "$value": {
9910
+ "colorSpace": "hsl",
9911
+ "components": [212.6, 93.2, 40.6],
9912
+ "hex": "#075fc8"
9913
+ },
9571
9914
  "filePath": "src/tokens/component/button.json5",
9572
9915
  "isSource": true,
9573
9916
  "$type": "color"
9574
9917
  },
9575
9918
  "light-protanopia-deuteranopia-high-contrast": {
9576
- "$value": "#075fc8",
9919
+ "$value": {
9920
+ "colorSpace": "hsl",
9921
+ "components": [212.6, 93.2, 40.6],
9922
+ "hex": "#075fc8"
9923
+ },
9577
9924
  "filePath": "src/tokens/component/button.json5",
9578
9925
  "isSource": true,
9579
9926
  "$type": "color"
9580
9927
  },
9581
9928
  "light-high-contrast": {
9582
- "$value": "#03501b",
9929
+ "$value": {
9930
+ "colorSpace": "hsl",
9931
+ "components": [138.7, 92.8, 16.3],
9932
+ "hex": "#03501b"
9933
+ },
9583
9934
  "filePath": "src/tokens/component/button.json5",
9584
9935
  "isSource": true,
9585
9936
  "$type": "color"
@@ -9604,25 +9955,41 @@
9604
9955
  },
9605
9956
  "org.primer.overrides": {
9606
9957
  "dark": {
9607
- "$value": "#105823",
9958
+ "$value": {
9959
+ "colorSpace": "hsl",
9960
+ "components": [135.8, 69.2, 20.4],
9961
+ "hex": "#105823"
9962
+ },
9608
9963
  "filePath": "src/tokens/component/button.json5",
9609
9964
  "isSource": true,
9610
9965
  "$type": "color"
9611
9966
  },
9612
9967
  "dark-dimmed": {
9613
- "$value": "#105823",
9968
+ "$value": {
9969
+ "colorSpace": "hsl",
9970
+ "components": [135.8, 69.2, 20.4],
9971
+ "hex": "#105823"
9972
+ },
9614
9973
  "filePath": "src/tokens/component/button.json5",
9615
9974
  "isSource": true,
9616
9975
  "$type": "color"
9617
9976
  },
9618
9977
  "dark-tritanopia": {
9619
- "$value": "#5fabfe",
9978
+ "$value": {
9979
+ "colorSpace": "hsl",
9980
+ "components": [211.3, 98.8, 68.4],
9981
+ "hex": "#5fabfe"
9982
+ },
9620
9983
  "filePath": "src/tokens/component/button.json5",
9621
9984
  "isSource": true,
9622
9985
  "$type": "color"
9623
9986
  },
9624
9987
  "dark-tritanopia-high-contrast": {
9625
- "$value": "#5fabfe",
9988
+ "$value": {
9989
+ "colorSpace": "hsl",
9990
+ "components": [211.3, 98.8, 68.4],
9991
+ "hex": "#5fabfe"
9992
+ },
9626
9993
  "filePath": "src/tokens/component/button.json5",
9627
9994
  "isSource": true,
9628
9995
  "$type": "color"
@@ -9640,37 +10007,61 @@
9640
10007
  "$type": "color"
9641
10008
  },
9642
10009
  "dark-high-contrast": {
9643
- "$value": "#048f2f",
10010
+ "$value": {
10011
+ "colorSpace": "hsl",
10012
+ "components": [138.6, 94.6, 28.8],
10013
+ "hex": "#048f2f"
10014
+ },
9644
10015
  "filePath": "src/tokens/component/button.json5",
9645
10016
  "isSource": true,
9646
10017
  "$type": "color"
9647
10018
  },
9648
10019
  "light-tritanopia": {
9649
- "$value": "#92caff",
10020
+ "$value": {
10021
+ "colorSpace": "hsl",
10022
+ "components": [209.2, 100, 78.6],
10023
+ "hex": "#92caff"
10024
+ },
9650
10025
  "filePath": "src/tokens/component/button.json5",
9651
10026
  "isSource": true,
9652
10027
  "$type": "color"
9653
10028
  },
9654
10029
  "light-tritanopia-high-contrast": {
9655
- "$value": "#92caff",
10030
+ "$value": {
10031
+ "colorSpace": "hsl",
10032
+ "components": [209.2, 100, 78.6],
10033
+ "hex": "#92caff"
10034
+ },
9656
10035
  "filePath": "src/tokens/component/button.json5",
9657
10036
  "isSource": true,
9658
10037
  "$type": "color"
9659
10038
  },
9660
10039
  "light-protanopia-deuteranopia": {
9661
- "$value": "#92caff",
10040
+ "$value": {
10041
+ "colorSpace": "hsl",
10042
+ "components": [209.2, 100, 78.6],
10043
+ "hex": "#92caff"
10044
+ },
9662
10045
  "filePath": "src/tokens/component/button.json5",
9663
10046
  "isSource": true,
9664
10047
  "$type": "color"
9665
10048
  },
9666
10049
  "light-protanopia-deuteranopia-high-contrast": {
9667
- "$value": "#92caff",
10050
+ "$value": {
10051
+ "colorSpace": "hsl",
10052
+ "components": [209.2, 100, 78.6],
10053
+ "hex": "#92caff"
10054
+ },
9668
10055
  "filePath": "src/tokens/component/button.json5",
9669
10056
  "isSource": true,
9670
10057
  "$type": "color"
9671
10058
  },
9672
10059
  "light-high-contrast": {
9673
- "$value": "#85cb97",
10060
+ "$value": {
10061
+ "colorSpace": "hsl",
10062
+ "components": [135.4, 40.2, 65.9],
10063
+ "hex": "#85cb97"
10064
+ },
9674
10065
  "filePath": "src/tokens/component/button.json5",
9675
10066
  "isSource": true,
9676
10067
  "$type": "color"
@@ -9680,7 +10071,11 @@
9680
10071
  "filePath": "src/tokens/component/button.json5",
9681
10072
  "isSource": true,
9682
10073
  "original": {
9683
- "$value": "#85cb97",
10074
+ "$value": {
10075
+ "colorSpace": "hsl",
10076
+ "components": [135.4, 40.2, 65.9],
10077
+ "hex": "#85cb97"
10078
+ },
9684
10079
  "$type": "color",
9685
10080
  "$extensions": {
9686
10081
  "org.primer.figma": {
@@ -9690,25 +10085,41 @@
9690
10085
  },
9691
10086
  "org.primer.overrides": {
9692
10087
  "dark": {
9693
- "$value": "#105823",
10088
+ "$value": {
10089
+ "colorSpace": "hsl",
10090
+ "components": [135.8, 69.2, 20.4],
10091
+ "hex": "#105823"
10092
+ },
9694
10093
  "filePath": "src/tokens/component/button.json5",
9695
10094
  "isSource": true,
9696
10095
  "$type": "color"
9697
10096
  },
9698
10097
  "dark-dimmed": {
9699
- "$value": "#105823",
10098
+ "$value": {
10099
+ "colorSpace": "hsl",
10100
+ "components": [135.8, 69.2, 20.4],
10101
+ "hex": "#105823"
10102
+ },
9700
10103
  "filePath": "src/tokens/component/button.json5",
9701
10104
  "isSource": true,
9702
10105
  "$type": "color"
9703
10106
  },
9704
10107
  "dark-tritanopia": {
9705
- "$value": "#5fabfe",
10108
+ "$value": {
10109
+ "colorSpace": "hsl",
10110
+ "components": [211.3, 98.8, 68.4],
10111
+ "hex": "#5fabfe"
10112
+ },
9706
10113
  "filePath": "src/tokens/component/button.json5",
9707
10114
  "isSource": true,
9708
10115
  "$type": "color"
9709
10116
  },
9710
10117
  "dark-tritanopia-high-contrast": {
9711
- "$value": "#5fabfe",
10118
+ "$value": {
10119
+ "colorSpace": "hsl",
10120
+ "components": [211.3, 98.8, 68.4],
10121
+ "hex": "#5fabfe"
10122
+ },
9712
10123
  "filePath": "src/tokens/component/button.json5",
9713
10124
  "isSource": true,
9714
10125
  "$type": "color"
@@ -9726,37 +10137,61 @@
9726
10137
  "$type": "color"
9727
10138
  },
9728
10139
  "dark-high-contrast": {
9729
- "$value": "#048f2f",
10140
+ "$value": {
10141
+ "colorSpace": "hsl",
10142
+ "components": [138.6, 94.6, 28.8],
10143
+ "hex": "#048f2f"
10144
+ },
9730
10145
  "filePath": "src/tokens/component/button.json5",
9731
10146
  "isSource": true,
9732
10147
  "$type": "color"
9733
10148
  },
9734
10149
  "light-tritanopia": {
9735
- "$value": "#92caff",
10150
+ "$value": {
10151
+ "colorSpace": "hsl",
10152
+ "components": [209.2, 100, 78.6],
10153
+ "hex": "#92caff"
10154
+ },
9736
10155
  "filePath": "src/tokens/component/button.json5",
9737
10156
  "isSource": true,
9738
10157
  "$type": "color"
9739
10158
  },
9740
10159
  "light-tritanopia-high-contrast": {
9741
- "$value": "#92caff",
10160
+ "$value": {
10161
+ "colorSpace": "hsl",
10162
+ "components": [209.2, 100, 78.6],
10163
+ "hex": "#92caff"
10164
+ },
9742
10165
  "filePath": "src/tokens/component/button.json5",
9743
10166
  "isSource": true,
9744
10167
  "$type": "color"
9745
10168
  },
9746
10169
  "light-protanopia-deuteranopia": {
9747
- "$value": "#92caff",
10170
+ "$value": {
10171
+ "colorSpace": "hsl",
10172
+ "components": [209.2, 100, 78.6],
10173
+ "hex": "#92caff"
10174
+ },
9748
10175
  "filePath": "src/tokens/component/button.json5",
9749
10176
  "isSource": true,
9750
10177
  "$type": "color"
9751
10178
  },
9752
10179
  "light-protanopia-deuteranopia-high-contrast": {
9753
- "$value": "#92caff",
10180
+ "$value": {
10181
+ "colorSpace": "hsl",
10182
+ "components": [209.2, 100, 78.6],
10183
+ "hex": "#92caff"
10184
+ },
9754
10185
  "filePath": "src/tokens/component/button.json5",
9755
10186
  "isSource": true,
9756
10187
  "$type": "color"
9757
10188
  },
9758
10189
  "light-high-contrast": {
9759
- "$value": "#85cb97",
10190
+ "$value": {
10191
+ "colorSpace": "hsl",
10192
+ "components": [135.4, 40.2, 65.9],
10193
+ "hex": "#85cb97"
10194
+ },
9760
10195
  "filePath": "src/tokens/component/button.json5",
9761
10196
  "isSource": true,
9762
10197
  "$type": "color"
@@ -9781,13 +10216,21 @@
9781
10216
  },
9782
10217
  "org.primer.overrides": {
9783
10218
  "dark": {
9784
- "$value": "#29903B",
10219
+ "$value": {
10220
+ "colorSpace": "hsl",
10221
+ "components": [130.5, 55.7, 36.3],
10222
+ "hex": "#29903B"
10223
+ },
9785
10224
  "filePath": "src/tokens/component/button.json5",
9786
10225
  "isSource": true,
9787
10226
  "$type": "color"
9788
10227
  },
9789
10228
  "dark-dimmed": {
9790
- "$value": "#3b8640",
10229
+ "$value": {
10230
+ "colorSpace": "hsl",
10231
+ "components": [124, 38.9, 37.8],
10232
+ "hex": "#3b8640"
10233
+ },
9791
10234
  "filePath": "src/tokens/component/button.json5",
9792
10235
  "isSource": true,
9793
10236
  "$type": "color"
@@ -9799,61 +10242,101 @@
9799
10242
  "$type": "color"
9800
10243
  },
9801
10244
  "dark-tritanopia": {
9802
- "$value": "#2a7aef",
10245
+ "$value": {
10246
+ "colorSpace": "hsl",
10247
+ "components": [215.6, 86, 55.1],
10248
+ "hex": "#2a7aef"
10249
+ },
9803
10250
  "filePath": "src/tokens/component/button.json5",
9804
10251
  "isSource": true,
9805
10252
  "$type": "color"
9806
10253
  },
9807
10254
  "dark-tritanopia-high-contrast": {
9808
- "$value": "#2a7aef",
10255
+ "$value": {
10256
+ "colorSpace": "hsl",
10257
+ "components": [215.6, 86, 55.1],
10258
+ "hex": "#2a7aef"
10259
+ },
9809
10260
  "filePath": "src/tokens/component/button.json5",
9810
10261
  "isSource": true,
9811
10262
  "$type": "color"
9812
10263
  },
9813
10264
  "dark-protanopia-deuteranopia": {
9814
- "$value": "#2a7aef",
10265
+ "$value": {
10266
+ "colorSpace": "hsl",
10267
+ "components": [215.6, 86, 55.1],
10268
+ "hex": "#2a7aef"
10269
+ },
9815
10270
  "filePath": "src/tokens/component/button.json5",
9816
10271
  "isSource": true,
9817
10272
  "$type": "color"
9818
10273
  },
9819
10274
  "dark-protanopia-deuteranopia-high-contrast": {
9820
- "$value": "#2a7aef",
10275
+ "$value": {
10276
+ "colorSpace": "hsl",
10277
+ "components": [215.6, 86, 55.1],
10278
+ "hex": "#2a7aef"
10279
+ },
9821
10280
  "filePath": "src/tokens/component/button.json5",
9822
10281
  "isSource": true,
9823
10282
  "$type": "color"
9824
10283
  },
9825
10284
  "dark-high-contrast": {
9826
- "$value": "#08792b",
10285
+ "$value": {
10286
+ "colorSpace": "hsl",
10287
+ "components": [138.6, 87.6, 25.3],
10288
+ "hex": "#08792b"
10289
+ },
9827
10290
  "filePath": "src/tokens/component/button.json5",
9828
10291
  "isSource": true,
9829
10292
  "$type": "color"
9830
10293
  },
9831
10294
  "light-tritanopia": {
9832
- "$value": "#0864d1",
10295
+ "$value": {
10296
+ "colorSpace": "hsl",
10297
+ "components": [212.5, 92.6, 42.5],
10298
+ "hex": "#0864d1"
10299
+ },
9833
10300
  "filePath": "src/tokens/component/button.json5",
9834
10301
  "isSource": true,
9835
10302
  "$type": "color"
9836
10303
  },
9837
10304
  "light-tritanopia-high-contrast": {
9838
- "$value": "#0864d1",
10305
+ "$value": {
10306
+ "colorSpace": "hsl",
10307
+ "components": [212.5, 92.6, 42.5],
10308
+ "hex": "#0864d1"
10309
+ },
9839
10310
  "filePath": "src/tokens/component/button.json5",
9840
10311
  "isSource": true,
9841
10312
  "$type": "color"
9842
10313
  },
9843
10314
  "light-protanopia-deuteranopia": {
9844
- "$value": "#0864d1",
10315
+ "$value": {
10316
+ "colorSpace": "hsl",
10317
+ "components": [212.5, 92.6, 42.5],
10318
+ "hex": "#0864d1"
10319
+ },
9845
10320
  "filePath": "src/tokens/component/button.json5",
9846
10321
  "isSource": true,
9847
10322
  "$type": "color"
9848
10323
  },
9849
10324
  "light-protanopia-deuteranopia-high-contrast": {
9850
- "$value": "#0864d1",
10325
+ "$value": {
10326
+ "colorSpace": "hsl",
10327
+ "components": [212.5, 92.6, 42.5],
10328
+ "hex": "#0864d1"
10329
+ },
9851
10330
  "filePath": "src/tokens/component/button.json5",
9852
10331
  "isSource": true,
9853
10332
  "$type": "color"
9854
10333
  },
9855
10334
  "light-high-contrast": {
9856
- "$value": "#04571e",
10335
+ "$value": {
10336
+ "colorSpace": "hsl",
10337
+ "components": [138.8, 91.2, 17.8],
10338
+ "hex": "#04571e"
10339
+ },
9857
10340
  "filePath": "src/tokens/component/button.json5",
9858
10341
  "isSource": true,
9859
10342
  "$type": "color"
@@ -9863,7 +10346,11 @@
9863
10346
  "filePath": "src/tokens/component/button.json5",
9864
10347
  "isSource": true,
9865
10348
  "original": {
9866
- "$value": "#04571e",
10349
+ "$value": {
10350
+ "colorSpace": "hsl",
10351
+ "components": [138.8, 91.2, 17.8],
10352
+ "hex": "#04571e"
10353
+ },
9867
10354
  "$type": "color",
9868
10355
  "$extensions": {
9869
10356
  "org.primer.figma": {
@@ -9873,13 +10360,21 @@
9873
10360
  },
9874
10361
  "org.primer.overrides": {
9875
10362
  "dark": {
9876
- "$value": "#29903B",
10363
+ "$value": {
10364
+ "colorSpace": "hsl",
10365
+ "components": [130.5, 55.7, 36.3],
10366
+ "hex": "#29903B"
10367
+ },
9877
10368
  "filePath": "src/tokens/component/button.json5",
9878
10369
  "isSource": true,
9879
10370
  "$type": "color"
9880
10371
  },
9881
10372
  "dark-dimmed": {
9882
- "$value": "#3b8640",
10373
+ "$value": {
10374
+ "colorSpace": "hsl",
10375
+ "components": [124, 38.9, 37.8],
10376
+ "hex": "#3b8640"
10377
+ },
9883
10378
  "filePath": "src/tokens/component/button.json5",
9884
10379
  "isSource": true,
9885
10380
  "$type": "color"
@@ -9891,61 +10386,101 @@
9891
10386
  "$type": "color"
9892
10387
  },
9893
10388
  "dark-tritanopia": {
9894
- "$value": "#2a7aef",
10389
+ "$value": {
10390
+ "colorSpace": "hsl",
10391
+ "components": [215.6, 86, 55.1],
10392
+ "hex": "#2a7aef"
10393
+ },
9895
10394
  "filePath": "src/tokens/component/button.json5",
9896
10395
  "isSource": true,
9897
10396
  "$type": "color"
9898
10397
  },
9899
10398
  "dark-tritanopia-high-contrast": {
9900
- "$value": "#2a7aef",
10399
+ "$value": {
10400
+ "colorSpace": "hsl",
10401
+ "components": [215.6, 86, 55.1],
10402
+ "hex": "#2a7aef"
10403
+ },
9901
10404
  "filePath": "src/tokens/component/button.json5",
9902
10405
  "isSource": true,
9903
10406
  "$type": "color"
9904
10407
  },
9905
10408
  "dark-protanopia-deuteranopia": {
9906
- "$value": "#2a7aef",
10409
+ "$value": {
10410
+ "colorSpace": "hsl",
10411
+ "components": [215.6, 86, 55.1],
10412
+ "hex": "#2a7aef"
10413
+ },
9907
10414
  "filePath": "src/tokens/component/button.json5",
9908
10415
  "isSource": true,
9909
10416
  "$type": "color"
9910
10417
  },
9911
10418
  "dark-protanopia-deuteranopia-high-contrast": {
9912
- "$value": "#2a7aef",
10419
+ "$value": {
10420
+ "colorSpace": "hsl",
10421
+ "components": [215.6, 86, 55.1],
10422
+ "hex": "#2a7aef"
10423
+ },
9913
10424
  "filePath": "src/tokens/component/button.json5",
9914
10425
  "isSource": true,
9915
10426
  "$type": "color"
9916
10427
  },
9917
10428
  "dark-high-contrast": {
9918
- "$value": "#08792b",
10429
+ "$value": {
10430
+ "colorSpace": "hsl",
10431
+ "components": [138.6, 87.6, 25.3],
10432
+ "hex": "#08792b"
10433
+ },
9919
10434
  "filePath": "src/tokens/component/button.json5",
9920
10435
  "isSource": true,
9921
10436
  "$type": "color"
9922
10437
  },
9923
10438
  "light-tritanopia": {
9924
- "$value": "#0864d1",
10439
+ "$value": {
10440
+ "colorSpace": "hsl",
10441
+ "components": [212.5, 92.6, 42.5],
10442
+ "hex": "#0864d1"
10443
+ },
9925
10444
  "filePath": "src/tokens/component/button.json5",
9926
10445
  "isSource": true,
9927
10446
  "$type": "color"
9928
10447
  },
9929
10448
  "light-tritanopia-high-contrast": {
9930
- "$value": "#0864d1",
10449
+ "$value": {
10450
+ "colorSpace": "hsl",
10451
+ "components": [212.5, 92.6, 42.5],
10452
+ "hex": "#0864d1"
10453
+ },
9931
10454
  "filePath": "src/tokens/component/button.json5",
9932
10455
  "isSource": true,
9933
10456
  "$type": "color"
9934
10457
  },
9935
10458
  "light-protanopia-deuteranopia": {
9936
- "$value": "#0864d1",
10459
+ "$value": {
10460
+ "colorSpace": "hsl",
10461
+ "components": [212.5, 92.6, 42.5],
10462
+ "hex": "#0864d1"
10463
+ },
9937
10464
  "filePath": "src/tokens/component/button.json5",
9938
10465
  "isSource": true,
9939
10466
  "$type": "color"
9940
10467
  },
9941
10468
  "light-protanopia-deuteranopia-high-contrast": {
9942
- "$value": "#0864d1",
10469
+ "$value": {
10470
+ "colorSpace": "hsl",
10471
+ "components": [212.5, 92.6, 42.5],
10472
+ "hex": "#0864d1"
10473
+ },
9943
10474
  "filePath": "src/tokens/component/button.json5",
9944
10475
  "isSource": true,
9945
10476
  "$type": "color"
9946
10477
  },
9947
10478
  "light-high-contrast": {
9948
- "$value": "#04571e",
10479
+ "$value": {
10480
+ "colorSpace": "hsl",
10481
+ "components": [138.8, 91.2, 17.8],
10482
+ "hex": "#04571e"
10483
+ },
9949
10484
  "filePath": "src/tokens/component/button.json5",
9950
10485
  "isSource": true,
9951
10486
  "$type": "color"
@@ -10056,37 +10591,61 @@
10056
10591
  },
10057
10592
  "org.primer.overrides": {
10058
10593
  "dark": {
10059
- "$value": "#105823",
10594
+ "$value": {
10595
+ "colorSpace": "hsl",
10596
+ "components": [135.8, 69.2, 20.4],
10597
+ "hex": "#105823"
10598
+ },
10060
10599
  "filePath": "src/tokens/component/button.json5",
10061
10600
  "isSource": true,
10062
10601
  "$type": "color"
10063
10602
  },
10064
10603
  "dark-dimmed": {
10065
- "$value": "#105823",
10604
+ "$value": {
10605
+ "colorSpace": "hsl",
10606
+ "components": [135.8, 69.2, 20.4],
10607
+ "hex": "#105823"
10608
+ },
10066
10609
  "filePath": "src/tokens/component/button.json5",
10067
10610
  "isSource": true,
10068
10611
  "$type": "color"
10069
10612
  },
10070
10613
  "dark-tritanopia": {
10071
- "$value": "#5fabfe",
10614
+ "$value": {
10615
+ "colorSpace": "hsl",
10616
+ "components": [211.3, 98.8, 68.4],
10617
+ "hex": "#5fabfe"
10618
+ },
10072
10619
  "filePath": "src/tokens/component/button.json5",
10073
10620
  "isSource": true,
10074
10621
  "$type": "color"
10075
10622
  },
10076
10623
  "dark-tritanopia-high-contrast": {
10077
- "$value": "#5fabfe",
10624
+ "$value": {
10625
+ "colorSpace": "hsl",
10626
+ "components": [211.3, 98.8, 68.4],
10627
+ "hex": "#5fabfe"
10628
+ },
10078
10629
  "filePath": "src/tokens/component/button.json5",
10079
10630
  "isSource": true,
10080
10631
  "$type": "color"
10081
10632
  },
10082
10633
  "dark-protanopia-deuteranopia": {
10083
- "$value": "#1158c7",
10634
+ "$value": {
10635
+ "colorSpace": "hsl",
10636
+ "components": [216.6, 84.3, 42.4],
10637
+ "hex": "#1158c7"
10638
+ },
10084
10639
  "filePath": "src/tokens/component/button.json5",
10085
10640
  "isSource": true,
10086
10641
  "$type": "color"
10087
10642
  },
10088
10643
  "dark-protanopia-deuteranopia-high-contrast": {
10089
- "$value": "#1158c7",
10644
+ "$value": {
10645
+ "colorSpace": "hsl",
10646
+ "components": [216.6, 84.3, 42.4],
10647
+ "hex": "#1158c7"
10648
+ },
10090
10649
  "filePath": "src/tokens/component/button.json5",
10091
10650
  "isSource": true,
10092
10651
  "$type": "color"
@@ -10099,7 +10658,11 @@
10099
10658
  "$type": "color"
10100
10659
  },
10101
10660
  "light-high-contrast": {
10102
- "$value": "#85cb97",
10661
+ "$value": {
10662
+ "colorSpace": "hsl",
10663
+ "components": [135.4, 40.2, 65.9],
10664
+ "hex": "#85cb97"
10665
+ },
10103
10666
  "filePath": "src/tokens/component/button.json5",
10104
10667
  "isSource": true,
10105
10668
  "$type": "color"
@@ -10109,7 +10672,11 @@
10109
10672
  "filePath": "src/tokens/component/button.json5",
10110
10673
  "isSource": true,
10111
10674
  "original": {
10112
- "$value": "#85cb97",
10675
+ "$value": {
10676
+ "colorSpace": "hsl",
10677
+ "components": [135.4, 40.2, 65.9],
10678
+ "hex": "#85cb97"
10679
+ },
10113
10680
  "$type": "color",
10114
10681
  "$extensions": {
10115
10682
  "org.primer.figma": {
@@ -10119,37 +10686,61 @@
10119
10686
  },
10120
10687
  "org.primer.overrides": {
10121
10688
  "dark": {
10122
- "$value": "#105823",
10689
+ "$value": {
10690
+ "colorSpace": "hsl",
10691
+ "components": [135.8, 69.2, 20.4],
10692
+ "hex": "#105823"
10693
+ },
10123
10694
  "filePath": "src/tokens/component/button.json5",
10124
10695
  "isSource": true,
10125
10696
  "$type": "color"
10126
10697
  },
10127
10698
  "dark-dimmed": {
10128
- "$value": "#105823",
10699
+ "$value": {
10700
+ "colorSpace": "hsl",
10701
+ "components": [135.8, 69.2, 20.4],
10702
+ "hex": "#105823"
10703
+ },
10129
10704
  "filePath": "src/tokens/component/button.json5",
10130
10705
  "isSource": true,
10131
10706
  "$type": "color"
10132
10707
  },
10133
10708
  "dark-tritanopia": {
10134
- "$value": "#5fabfe",
10709
+ "$value": {
10710
+ "colorSpace": "hsl",
10711
+ "components": [211.3, 98.8, 68.4],
10712
+ "hex": "#5fabfe"
10713
+ },
10135
10714
  "filePath": "src/tokens/component/button.json5",
10136
10715
  "isSource": true,
10137
10716
  "$type": "color"
10138
10717
  },
10139
10718
  "dark-tritanopia-high-contrast": {
10140
- "$value": "#5fabfe",
10719
+ "$value": {
10720
+ "colorSpace": "hsl",
10721
+ "components": [211.3, 98.8, 68.4],
10722
+ "hex": "#5fabfe"
10723
+ },
10141
10724
  "filePath": "src/tokens/component/button.json5",
10142
10725
  "isSource": true,
10143
10726
  "$type": "color"
10144
10727
  },
10145
10728
  "dark-protanopia-deuteranopia": {
10146
- "$value": "#1158c7",
10729
+ "$value": {
10730
+ "colorSpace": "hsl",
10731
+ "components": [216.6, 84.3, 42.4],
10732
+ "hex": "#1158c7"
10733
+ },
10147
10734
  "filePath": "src/tokens/component/button.json5",
10148
10735
  "isSource": true,
10149
10736
  "$type": "color"
10150
10737
  },
10151
10738
  "dark-protanopia-deuteranopia-high-contrast": {
10152
- "$value": "#1158c7",
10739
+ "$value": {
10740
+ "colorSpace": "hsl",
10741
+ "components": [216.6, 84.3, 42.4],
10742
+ "hex": "#1158c7"
10743
+ },
10153
10744
  "filePath": "src/tokens/component/button.json5",
10154
10745
  "isSource": true,
10155
10746
  "$type": "color"
@@ -10162,7 +10753,11 @@
10162
10753
  "$type": "color"
10163
10754
  },
10164
10755
  "light-high-contrast": {
10165
- "$value": "#85cb97",
10756
+ "$value": {
10757
+ "colorSpace": "hsl",
10758
+ "components": [135.4, 40.2, 65.9],
10759
+ "hex": "#85cb97"
10760
+ },
10166
10761
  "filePath": "src/tokens/component/button.json5",
10167
10762
  "isSource": true,
10168
10763
  "$type": "color"
@@ -10404,13 +10999,21 @@
10404
10999
  "$type": "color"
10405
11000
  },
10406
11001
  "dark-dimmed": {
10407
- "$value": "#ffffff",
11002
+ "$value": {
11003
+ "colorSpace": "hsl",
11004
+ "components": [0, 0, 100],
11005
+ "hex": "#ffffff"
11006
+ },
10408
11007
  "filePath": "src/tokens/component/button.json5",
10409
11008
  "isSource": true,
10410
11009
  "$type": "color"
10411
11010
  },
10412
11011
  "dark-dimmed-high-contrast": {
10413
- "$value": "#ffffff",
11012
+ "$value": {
11013
+ "colorSpace": "hsl",
11014
+ "components": [0, 0, 100],
11015
+ "hex": "#ffffff"
11016
+ },
10414
11017
  "filePath": "src/tokens/component/button.json5",
10415
11018
  "isSource": true,
10416
11019
  "$type": "color"
@@ -10436,13 +11039,21 @@
10436
11039
  "$type": "color"
10437
11040
  },
10438
11041
  "dark-dimmed": {
10439
- "$value": "#ffffff",
11042
+ "$value": {
11043
+ "colorSpace": "hsl",
11044
+ "components": [0, 0, 100],
11045
+ "hex": "#ffffff"
11046
+ },
10440
11047
  "filePath": "src/tokens/component/button.json5",
10441
11048
  "isSource": true,
10442
11049
  "$type": "color"
10443
11050
  },
10444
11051
  "dark-dimmed-high-contrast": {
10445
- "$value": "#ffffff",
11052
+ "$value": {
11053
+ "colorSpace": "hsl",
11054
+ "components": [0, 0, 100],
11055
+ "hex": "#ffffff"
11056
+ },
10446
11057
  "filePath": "src/tokens/component/button.json5",
10447
11058
  "isSource": true,
10448
11059
  "$type": "color"
@@ -10457,6 +11068,35 @@
10457
11068
  "value": "#ffffff",
10458
11069
  "type": "color"
10459
11070
  },
11071
+ "button-primary-iconColor-disabled": {
11072
+ "key": "{button.primary.iconColor.disabled}",
11073
+ "$extensions": {
11074
+ "org.primer.figma": {
11075
+ "collection": "mode",
11076
+ "group": "component (internal)",
11077
+ "scopes": ["fgColor"]
11078
+ }
11079
+ },
11080
+ "filePath": "src/tokens/component/button.json5",
11081
+ "isSource": true,
11082
+ "original": {
11083
+ "$value": "{button.primary.fgColor.disabled}",
11084
+ "$type": "color",
11085
+ "$extensions": {
11086
+ "org.primer.figma": {
11087
+ "collection": "mode",
11088
+ "group": "component (internal)",
11089
+ "scopes": ["fgColor"]
11090
+ }
11091
+ },
11092
+ "key": "{button.primary.iconColor.disabled}"
11093
+ },
11094
+ "name": "button-primary-iconColor-disabled",
11095
+ "attributes": {},
11096
+ "path": ["button", "primary", "iconColor", "disabled"],
11097
+ "value": "#ffffffcc",
11098
+ "type": "color"
11099
+ },
10460
11100
  "button-primary-iconColor-rest": {
10461
11101
  "key": "{button.primary.iconColor.rest}",
10462
11102
  "$extensions": {
@@ -10480,13 +11120,21 @@
10480
11120
  "$type": "color"
10481
11121
  },
10482
11122
  "dark-dimmed": {
10483
- "$value": "#ffffff",
11123
+ "$value": {
11124
+ "colorSpace": "hsl",
11125
+ "components": [0, 0, 100],
11126
+ "hex": "#ffffff"
11127
+ },
10484
11128
  "filePath": "src/tokens/component/button.json5",
10485
11129
  "isSource": true,
10486
11130
  "$type": "color"
10487
11131
  },
10488
11132
  "dark-dimmed-high-contrast": {
10489
- "$value": "#ffffff",
11133
+ "$value": {
11134
+ "colorSpace": "hsl",
11135
+ "components": [0, 0, 100],
11136
+ "hex": "#ffffff"
11137
+ },
10490
11138
  "filePath": "src/tokens/component/button.json5",
10491
11139
  "isSource": true,
10492
11140
  "$type": "color"
@@ -10520,13 +11168,21 @@
10520
11168
  "$type": "color"
10521
11169
  },
10522
11170
  "dark-dimmed": {
10523
- "$value": "#ffffff",
11171
+ "$value": {
11172
+ "colorSpace": "hsl",
11173
+ "components": [0, 0, 100],
11174
+ "hex": "#ffffff"
11175
+ },
10524
11176
  "filePath": "src/tokens/component/button.json5",
10525
11177
  "isSource": true,
10526
11178
  "$type": "color"
10527
11179
  },
10528
11180
  "dark-dimmed-high-contrast": {
10529
- "$value": "#ffffff",
11181
+ "$value": {
11182
+ "colorSpace": "hsl",
11183
+ "components": [0, 0, 100],
11184
+ "hex": "#ffffff"
11185
+ },
10530
11186
  "filePath": "src/tokens/component/button.json5",
10531
11187
  "isSource": true,
10532
11188
  "$type": "color"
@@ -13998,7 +14654,11 @@
13998
14654
  "filePath": "src/tokens/functional/color/syntax.json5",
13999
14655
  "isSource": true,
14000
14656
  "original": {
14001
- "$value": "#1b7c83",
14657
+ "$value": {
14658
+ "colorSpace": "hsl",
14659
+ "components": [184, 65.8, 31],
14660
+ "hex": "#1b7c83"
14661
+ },
14002
14662
  "$type": "color",
14003
14663
  "$extensions": {
14004
14664
  "org.primer.figma": {
@@ -14031,7 +14691,11 @@
14031
14691
  "filePath": "src/tokens/functional/color/syntax.json5",
14032
14692
  "isSource": true,
14033
14693
  "original": {
14034
- "$value": "#3192aa",
14694
+ "$value": {
14695
+ "colorSpace": "hsl",
14696
+ "components": [191.9, 55.3, 42.9],
14697
+ "hex": "#3192aa"
14698
+ },
14035
14699
  "$type": "color",
14036
14700
  "$extensions": {
14037
14701
  "org.primer.figma": {
@@ -16896,7 +17560,11 @@
16896
17560
  "org.primer.overrides": {
16897
17561
  "dark": "#454c54",
16898
17562
  "dark-dimmed": {
16899
- "$value": "#3d444d",
17563
+ "$value": {
17564
+ "colorSpace": "hsl",
17565
+ "components": [213.8, 11.6, 27.1],
17566
+ "hex": "#3d444d"
17567
+ },
16900
17568
  "filePath": "src/tokens/functional/color/control.json5",
16901
17569
  "isSource": true,
16902
17570
  "$type": "color"
@@ -16917,7 +17585,11 @@
16917
17585
  "org.primer.overrides": {
16918
17586
  "dark": "{borderColor.default}",
16919
17587
  "dark-dimmed": {
16920
- "$value": "#3d444d",
17588
+ "$value": {
17589
+ "colorSpace": "hsl",
17590
+ "components": [213.8, 11.6, 27.1],
17591
+ "hex": "#3d444d"
17592
+ },
16921
17593
  "filePath": "src/tokens/functional/color/control.json5",
16922
17594
  "isSource": true,
16923
17595
  "$type": "color"
@@ -17048,49 +17720,81 @@
17048
17720
  "org.primer.overrides": {
17049
17721
  "dark": "#3685F3",
17050
17722
  "dark-high-contrast": {
17051
- "$value": "#3c79d0",
17723
+ "$value": {
17724
+ "colorSpace": "hsl",
17725
+ "components": [215.3, 61.2, 52.5],
17726
+ "hex": "#3c79d0"
17727
+ },
17052
17728
  "filePath": "src/tokens/functional/color/control.json5",
17053
17729
  "isSource": true,
17054
17730
  "$type": "color"
17055
17731
  },
17056
17732
  "dark-protanopia-deuteranopia-high-contrast": {
17057
- "$value": "#3c79d0",
17733
+ "$value": {
17734
+ "colorSpace": "hsl",
17735
+ "components": [215.3, 61.2, 52.5],
17736
+ "hex": "#3c79d0"
17737
+ },
17058
17738
  "filePath": "src/tokens/functional/color/control.json5",
17059
17739
  "isSource": true,
17060
17740
  "$type": "color"
17061
17741
  },
17062
17742
  "dark-tritanopia-high-contrast": {
17063
- "$value": "#3c79d0",
17743
+ "$value": {
17744
+ "colorSpace": "hsl",
17745
+ "components": [215.3, 61.2, 52.5],
17746
+ "hex": "#3c79d0"
17747
+ },
17064
17748
  "filePath": "src/tokens/functional/color/control.json5",
17065
17749
  "isSource": true,
17066
17750
  "$type": "color"
17067
17751
  },
17068
17752
  "dark-dimmed": {
17069
- "$value": "#3f7fdb",
17753
+ "$value": {
17754
+ "colorSpace": "hsl",
17755
+ "components": [215.4, 68.4, 55.3],
17756
+ "hex": "#3f7fdb"
17757
+ },
17070
17758
  "filePath": "src/tokens/functional/color/control.json5",
17071
17759
  "isSource": true,
17072
17760
  "$type": "color"
17073
17761
  },
17074
17762
  "dark-dimmed-high-contrast": {
17075
- "$value": "#3c79d0",
17763
+ "$value": {
17764
+ "colorSpace": "hsl",
17765
+ "components": [215.3, 61.2, 52.5],
17766
+ "hex": "#3c79d0"
17767
+ },
17076
17768
  "filePath": "src/tokens/functional/color/control.json5",
17077
17769
  "isSource": true,
17078
17770
  "$type": "color"
17079
17771
  },
17080
17772
  "light-high-contrast": {
17081
- "$value": "#033f9d",
17773
+ "$value": {
17774
+ "colorSpace": "hsl",
17775
+ "components": [216.6, 96.3, 31.4],
17776
+ "hex": "#033f9d"
17777
+ },
17082
17778
  "filePath": "src/tokens/functional/color/control.json5",
17083
17779
  "isSource": true,
17084
17780
  "$type": "color"
17085
17781
  },
17086
17782
  "light-tritanopia-high-contrast": {
17087
- "$value": "#033f9d",
17783
+ "$value": {
17784
+ "colorSpace": "hsl",
17785
+ "components": [216.6, 96.3, 31.4],
17786
+ "hex": "#033f9d"
17787
+ },
17088
17788
  "filePath": "src/tokens/functional/color/control.json5",
17089
17789
  "isSource": true,
17090
17790
  "$type": "color"
17091
17791
  },
17092
17792
  "light-protanopia-deuteranopia-high-contrast": {
17093
- "$value": "#033f9d",
17793
+ "$value": {
17794
+ "colorSpace": "hsl",
17795
+ "components": [216.6, 96.3, 31.4],
17796
+ "hex": "#033f9d"
17797
+ },
17094
17798
  "filePath": "src/tokens/functional/color/control.json5",
17095
17799
  "isSource": true,
17096
17800
  "$type": "color"
@@ -17100,7 +17804,11 @@
17100
17804
  "filePath": "src/tokens/functional/color/control.json5",
17101
17805
  "isSource": true,
17102
17806
  "original": {
17103
- "$value": "#033f9d",
17807
+ "$value": {
17808
+ "colorSpace": "hsl",
17809
+ "components": [216.6, 96.3, 31.4],
17810
+ "hex": "#033f9d"
17811
+ },
17104
17812
  "$type": "color",
17105
17813
  "$extensions": {
17106
17814
  "org.primer.figma": {
@@ -17111,49 +17819,81 @@
17111
17819
  "org.primer.overrides": {
17112
17820
  "dark": "#3685F3",
17113
17821
  "dark-high-contrast": {
17114
- "$value": "#3c79d0",
17822
+ "$value": {
17823
+ "colorSpace": "hsl",
17824
+ "components": [215.3, 61.2, 52.5],
17825
+ "hex": "#3c79d0"
17826
+ },
17115
17827
  "filePath": "src/tokens/functional/color/control.json5",
17116
17828
  "isSource": true,
17117
17829
  "$type": "color"
17118
17830
  },
17119
17831
  "dark-protanopia-deuteranopia-high-contrast": {
17120
- "$value": "#3c79d0",
17832
+ "$value": {
17833
+ "colorSpace": "hsl",
17834
+ "components": [215.3, 61.2, 52.5],
17835
+ "hex": "#3c79d0"
17836
+ },
17121
17837
  "filePath": "src/tokens/functional/color/control.json5",
17122
17838
  "isSource": true,
17123
17839
  "$type": "color"
17124
17840
  },
17125
17841
  "dark-tritanopia-high-contrast": {
17126
- "$value": "#3c79d0",
17842
+ "$value": {
17843
+ "colorSpace": "hsl",
17844
+ "components": [215.3, 61.2, 52.5],
17845
+ "hex": "#3c79d0"
17846
+ },
17127
17847
  "filePath": "src/tokens/functional/color/control.json5",
17128
17848
  "isSource": true,
17129
17849
  "$type": "color"
17130
17850
  },
17131
17851
  "dark-dimmed": {
17132
- "$value": "#3f7fdb",
17852
+ "$value": {
17853
+ "colorSpace": "hsl",
17854
+ "components": [215.4, 68.4, 55.3],
17855
+ "hex": "#3f7fdb"
17856
+ },
17133
17857
  "filePath": "src/tokens/functional/color/control.json5",
17134
17858
  "isSource": true,
17135
17859
  "$type": "color"
17136
17860
  },
17137
17861
  "dark-dimmed-high-contrast": {
17138
- "$value": "#3c79d0",
17862
+ "$value": {
17863
+ "colorSpace": "hsl",
17864
+ "components": [215.3, 61.2, 52.5],
17865
+ "hex": "#3c79d0"
17866
+ },
17139
17867
  "filePath": "src/tokens/functional/color/control.json5",
17140
17868
  "isSource": true,
17141
17869
  "$type": "color"
17142
17870
  },
17143
17871
  "light-high-contrast": {
17144
- "$value": "#033f9d",
17872
+ "$value": {
17873
+ "colorSpace": "hsl",
17874
+ "components": [216.6, 96.3, 31.4],
17875
+ "hex": "#033f9d"
17876
+ },
17145
17877
  "filePath": "src/tokens/functional/color/control.json5",
17146
17878
  "isSource": true,
17147
17879
  "$type": "color"
17148
17880
  },
17149
17881
  "light-tritanopia-high-contrast": {
17150
- "$value": "#033f9d",
17882
+ "$value": {
17883
+ "colorSpace": "hsl",
17884
+ "components": [216.6, 96.3, 31.4],
17885
+ "hex": "#033f9d"
17886
+ },
17151
17887
  "filePath": "src/tokens/functional/color/control.json5",
17152
17888
  "isSource": true,
17153
17889
  "$type": "color"
17154
17890
  },
17155
17891
  "light-protanopia-deuteranopia-high-contrast": {
17156
- "$value": "#033f9d",
17892
+ "$value": {
17893
+ "colorSpace": "hsl",
17894
+ "components": [216.6, 96.3, 31.4],
17895
+ "hex": "#033f9d"
17896
+ },
17157
17897
  "filePath": "src/tokens/functional/color/control.json5",
17158
17898
  "isSource": true,
17159
17899
  "$type": "color"
@@ -17214,49 +17954,81 @@
17214
17954
  "org.primer.overrides": {
17215
17955
  "dark": "#2A7AEF",
17216
17956
  "dark-high-contrast": {
17217
- "$value": "#2b64c1",
17957
+ "$value": {
17958
+ "colorSpace": "hsl",
17959
+ "components": [217.2, 63.6, 46.3],
17960
+ "hex": "#2b64c1"
17961
+ },
17218
17962
  "filePath": "src/tokens/functional/color/control.json5",
17219
17963
  "isSource": true,
17220
17964
  "$type": "color"
17221
17965
  },
17222
17966
  "dark-tritanopia-high-contrast": {
17223
- "$value": "#2b64c1",
17967
+ "$value": {
17968
+ "colorSpace": "hsl",
17969
+ "components": [217.2, 63.6, 46.3],
17970
+ "hex": "#2b64c1"
17971
+ },
17224
17972
  "filePath": "src/tokens/functional/color/control.json5",
17225
17973
  "isSource": true,
17226
17974
  "$type": "color"
17227
17975
  },
17228
17976
  "dark-protanopia-deuteranopia-high-contrast": {
17229
- "$value": "#2b64c1",
17977
+ "$value": {
17978
+ "colorSpace": "hsl",
17979
+ "components": [217.2, 63.6, 46.3],
17980
+ "hex": "#2b64c1"
17981
+ },
17230
17982
  "filePath": "src/tokens/functional/color/control.json5",
17231
17983
  "isSource": true,
17232
17984
  "$type": "color"
17233
17985
  },
17234
17986
  "dark-dimmed": {
17235
- "$value": "#3876d3",
17987
+ "$value": {
17988
+ "colorSpace": "hsl",
17989
+ "components": [216, 63.8, 52.4],
17990
+ "hex": "#3876d3"
17991
+ },
17236
17992
  "filePath": "src/tokens/functional/color/control.json5",
17237
17993
  "isSource": true,
17238
17994
  "$type": "color"
17239
17995
  },
17240
17996
  "dark-dimmed-high-contrast": {
17241
- "$value": "#2b64c1",
17997
+ "$value": {
17998
+ "colorSpace": "hsl",
17999
+ "components": [217.2, 63.6, 46.3],
18000
+ "hex": "#2b64c1"
18001
+ },
17242
18002
  "filePath": "src/tokens/functional/color/control.json5",
17243
18003
  "isSource": true,
17244
18004
  "$type": "color"
17245
18005
  },
17246
18006
  "light-high-contrast": {
17247
- "$value": "#0344a8",
18007
+ "$value": {
18008
+ "colorSpace": "hsl",
18009
+ "components": [216.4, 96.5, 33.5],
18010
+ "hex": "#0344a8"
18011
+ },
17248
18012
  "filePath": "src/tokens/functional/color/control.json5",
17249
18013
  "isSource": true,
17250
18014
  "$type": "color"
17251
18015
  },
17252
18016
  "light-tritanopia-high-contrast": {
17253
- "$value": "#0344a8",
18017
+ "$value": {
18018
+ "colorSpace": "hsl",
18019
+ "components": [216.4, 96.5, 33.5],
18020
+ "hex": "#0344a8"
18021
+ },
17254
18022
  "filePath": "src/tokens/functional/color/control.json5",
17255
18023
  "isSource": true,
17256
18024
  "$type": "color"
17257
18025
  },
17258
18026
  "light-protanopia-deuteranopia-high-contrast": {
17259
- "$value": "#0344a8",
18027
+ "$value": {
18028
+ "colorSpace": "hsl",
18029
+ "components": [216.4, 96.5, 33.5],
18030
+ "hex": "#0344a8"
18031
+ },
17260
18032
  "filePath": "src/tokens/functional/color/control.json5",
17261
18033
  "isSource": true,
17262
18034
  "$type": "color"
@@ -17266,7 +18038,11 @@
17266
18038
  "filePath": "src/tokens/functional/color/control.json5",
17267
18039
  "isSource": true,
17268
18040
  "original": {
17269
- "$value": "#0344a8",
18041
+ "$value": {
18042
+ "colorSpace": "hsl",
18043
+ "components": [216.4, 96.5, 33.5],
18044
+ "hex": "#0344a8"
18045
+ },
17270
18046
  "$type": "color",
17271
18047
  "$extensions": {
17272
18048
  "org.primer.figma": {
@@ -17277,49 +18053,81 @@
17277
18053
  "org.primer.overrides": {
17278
18054
  "dark": "#2A7AEF",
17279
18055
  "dark-high-contrast": {
17280
- "$value": "#2b64c1",
18056
+ "$value": {
18057
+ "colorSpace": "hsl",
18058
+ "components": [217.2, 63.6, 46.3],
18059
+ "hex": "#2b64c1"
18060
+ },
17281
18061
  "filePath": "src/tokens/functional/color/control.json5",
17282
18062
  "isSource": true,
17283
18063
  "$type": "color"
17284
18064
  },
17285
18065
  "dark-tritanopia-high-contrast": {
17286
- "$value": "#2b64c1",
18066
+ "$value": {
18067
+ "colorSpace": "hsl",
18068
+ "components": [217.2, 63.6, 46.3],
18069
+ "hex": "#2b64c1"
18070
+ },
17287
18071
  "filePath": "src/tokens/functional/color/control.json5",
17288
18072
  "isSource": true,
17289
18073
  "$type": "color"
17290
18074
  },
17291
18075
  "dark-protanopia-deuteranopia-high-contrast": {
17292
- "$value": "#2b64c1",
18076
+ "$value": {
18077
+ "colorSpace": "hsl",
18078
+ "components": [217.2, 63.6, 46.3],
18079
+ "hex": "#2b64c1"
18080
+ },
17293
18081
  "filePath": "src/tokens/functional/color/control.json5",
17294
18082
  "isSource": true,
17295
18083
  "$type": "color"
17296
18084
  },
17297
18085
  "dark-dimmed": {
17298
- "$value": "#3876d3",
18086
+ "$value": {
18087
+ "colorSpace": "hsl",
18088
+ "components": [216, 63.8, 52.4],
18089
+ "hex": "#3876d3"
18090
+ },
17299
18091
  "filePath": "src/tokens/functional/color/control.json5",
17300
18092
  "isSource": true,
17301
18093
  "$type": "color"
17302
18094
  },
17303
18095
  "dark-dimmed-high-contrast": {
17304
- "$value": "#2b64c1",
18096
+ "$value": {
18097
+ "colorSpace": "hsl",
18098
+ "components": [217.2, 63.6, 46.3],
18099
+ "hex": "#2b64c1"
18100
+ },
17305
18101
  "filePath": "src/tokens/functional/color/control.json5",
17306
18102
  "isSource": true,
17307
18103
  "$type": "color"
17308
18104
  },
17309
18105
  "light-high-contrast": {
17310
- "$value": "#0344a8",
18106
+ "$value": {
18107
+ "colorSpace": "hsl",
18108
+ "components": [216.4, 96.5, 33.5],
18109
+ "hex": "#0344a8"
18110
+ },
17311
18111
  "filePath": "src/tokens/functional/color/control.json5",
17312
18112
  "isSource": true,
17313
18113
  "$type": "color"
17314
18114
  },
17315
18115
  "light-tritanopia-high-contrast": {
17316
- "$value": "#0344a8",
18116
+ "$value": {
18117
+ "colorSpace": "hsl",
18118
+ "components": [216.4, 96.5, 33.5],
18119
+ "hex": "#0344a8"
18120
+ },
17317
18121
  "filePath": "src/tokens/functional/color/control.json5",
17318
18122
  "isSource": true,
17319
18123
  "$type": "color"
17320
18124
  },
17321
18125
  "light-protanopia-deuteranopia-high-contrast": {
17322
- "$value": "#0344a8",
18126
+ "$value": {
18127
+ "colorSpace": "hsl",
18128
+ "components": [216.4, 96.5, 33.5],
18129
+ "hex": "#0344a8"
18130
+ },
17323
18131
  "filePath": "src/tokens/functional/color/control.json5",
17324
18132
  "isSource": true,
17325
18133
  "$type": "color"
@@ -17398,7 +18206,11 @@
17398
18206
  "$type": "color"
17399
18207
  },
17400
18208
  "dark-dimmed": {
17401
- "$value": "#3f7fdb",
18209
+ "$value": {
18210
+ "colorSpace": "hsl",
18211
+ "components": [215.4, 68.4, 55.3],
18212
+ "hex": "#3f7fdb"
18213
+ },
17402
18214
  "filePath": "src/tokens/functional/color/control.json5",
17403
18215
  "isSource": true,
17404
18216
  "$type": "color"
@@ -17410,19 +18222,31 @@
17410
18222
  "$type": "color"
17411
18223
  },
17412
18224
  "light-high-contrast": {
17413
- "$value": "#033f9d",
18225
+ "$value": {
18226
+ "colorSpace": "hsl",
18227
+ "components": [216.6, 96.3, 31.4],
18228
+ "hex": "#033f9d"
18229
+ },
17414
18230
  "filePath": "src/tokens/functional/color/control.json5",
17415
18231
  "isSource": true,
17416
18232
  "$type": "color"
17417
18233
  },
17418
18234
  "light-protanopia-deuteranopia-high-contrast": {
17419
- "$value": "#033f9d",
18235
+ "$value": {
18236
+ "colorSpace": "hsl",
18237
+ "components": [216.6, 96.3, 31.4],
18238
+ "hex": "#033f9d"
18239
+ },
17420
18240
  "filePath": "src/tokens/functional/color/control.json5",
17421
18241
  "isSource": true,
17422
18242
  "$type": "color"
17423
18243
  },
17424
18244
  "light-tritanopia-high-contrast": {
17425
- "$value": "#033f9d",
18245
+ "$value": {
18246
+ "colorSpace": "hsl",
18247
+ "components": [216.6, 96.3, 31.4],
18248
+ "hex": "#033f9d"
18249
+ },
17426
18250
  "filePath": "src/tokens/functional/color/control.json5",
17427
18251
  "isSource": true,
17428
18252
  "$type": "color"
@@ -17432,7 +18256,11 @@
17432
18256
  "filePath": "src/tokens/functional/color/control.json5",
17433
18257
  "isSource": true,
17434
18258
  "original": {
17435
- "$value": "#033f9d",
18259
+ "$value": {
18260
+ "colorSpace": "hsl",
18261
+ "components": [216.6, 96.3, 31.4],
18262
+ "hex": "#033f9d"
18263
+ },
17436
18264
  "$type": "color",
17437
18265
  "$extensions": {
17438
18266
  "org.primer.figma": {
@@ -17461,7 +18289,11 @@
17461
18289
  "$type": "color"
17462
18290
  },
17463
18291
  "dark-dimmed": {
17464
- "$value": "#3f7fdb",
18292
+ "$value": {
18293
+ "colorSpace": "hsl",
18294
+ "components": [215.4, 68.4, 55.3],
18295
+ "hex": "#3f7fdb"
18296
+ },
17465
18297
  "filePath": "src/tokens/functional/color/control.json5",
17466
18298
  "isSource": true,
17467
18299
  "$type": "color"
@@ -17473,19 +18305,31 @@
17473
18305
  "$type": "color"
17474
18306
  },
17475
18307
  "light-high-contrast": {
17476
- "$value": "#033f9d",
18308
+ "$value": {
18309
+ "colorSpace": "hsl",
18310
+ "components": [216.6, 96.3, 31.4],
18311
+ "hex": "#033f9d"
18312
+ },
17477
18313
  "filePath": "src/tokens/functional/color/control.json5",
17478
18314
  "isSource": true,
17479
18315
  "$type": "color"
17480
18316
  },
17481
18317
  "light-protanopia-deuteranopia-high-contrast": {
17482
- "$value": "#033f9d",
18318
+ "$value": {
18319
+ "colorSpace": "hsl",
18320
+ "components": [216.6, 96.3, 31.4],
18321
+ "hex": "#033f9d"
18322
+ },
17483
18323
  "filePath": "src/tokens/functional/color/control.json5",
17484
18324
  "isSource": true,
17485
18325
  "$type": "color"
17486
18326
  },
17487
18327
  "light-tritanopia-high-contrast": {
17488
- "$value": "#033f9d",
18328
+ "$value": {
18329
+ "colorSpace": "hsl",
18330
+ "components": [216.6, 96.3, 31.4],
18331
+ "hex": "#033f9d"
18332
+ },
17489
18333
  "filePath": "src/tokens/functional/color/control.json5",
17490
18334
  "isSource": true,
17491
18335
  "$type": "color"
@@ -17564,7 +18408,11 @@
17564
18408
  "$type": "color"
17565
18409
  },
17566
18410
  "dark-dimmed": {
17567
- "$value": "#3876d3",
18411
+ "$value": {
18412
+ "colorSpace": "hsl",
18413
+ "components": [216, 63.8, 52.4],
18414
+ "hex": "#3876d3"
18415
+ },
17568
18416
  "filePath": "src/tokens/functional/color/control.json5",
17569
18417
  "isSource": true,
17570
18418
  "$type": "color"
@@ -17576,19 +18424,31 @@
17576
18424
  "$type": "color"
17577
18425
  },
17578
18426
  "light-high-contrast": {
17579
- "$value": "#0344a8",
18427
+ "$value": {
18428
+ "colorSpace": "hsl",
18429
+ "components": [216.4, 96.5, 33.5],
18430
+ "hex": "#0344a8"
18431
+ },
17580
18432
  "filePath": "src/tokens/functional/color/control.json5",
17581
18433
  "isSource": true,
17582
18434
  "$type": "color"
17583
18435
  },
17584
18436
  "light-tritanopia-high-contrast": {
17585
- "$value": "#0344a8",
18437
+ "$value": {
18438
+ "colorSpace": "hsl",
18439
+ "components": [216.4, 96.5, 33.5],
18440
+ "hex": "#0344a8"
18441
+ },
17586
18442
  "filePath": "src/tokens/functional/color/control.json5",
17587
18443
  "isSource": true,
17588
18444
  "$type": "color"
17589
18445
  },
17590
18446
  "light-protanopia-deuteranopia-high-contrast": {
17591
- "$value": "#0344a8",
18447
+ "$value": {
18448
+ "colorSpace": "hsl",
18449
+ "components": [216.4, 96.5, 33.5],
18450
+ "hex": "#0344a8"
18451
+ },
17592
18452
  "filePath": "src/tokens/functional/color/control.json5",
17593
18453
  "isSource": true,
17594
18454
  "$type": "color"
@@ -17598,7 +18458,11 @@
17598
18458
  "filePath": "src/tokens/functional/color/control.json5",
17599
18459
  "isSource": true,
17600
18460
  "original": {
17601
- "$value": "#0344a8",
18461
+ "$value": {
18462
+ "colorSpace": "hsl",
18463
+ "components": [216.4, 96.5, 33.5],
18464
+ "hex": "#0344a8"
18465
+ },
17602
18466
  "$type": "color",
17603
18467
  "$extensions": {
17604
18468
  "org.primer.figma": {
@@ -17627,7 +18491,11 @@
17627
18491
  "$type": "color"
17628
18492
  },
17629
18493
  "dark-dimmed": {
17630
- "$value": "#3876d3",
18494
+ "$value": {
18495
+ "colorSpace": "hsl",
18496
+ "components": [216, 63.8, 52.4],
18497
+ "hex": "#3876d3"
18498
+ },
17631
18499
  "filePath": "src/tokens/functional/color/control.json5",
17632
18500
  "isSource": true,
17633
18501
  "$type": "color"
@@ -17639,19 +18507,31 @@
17639
18507
  "$type": "color"
17640
18508
  },
17641
18509
  "light-high-contrast": {
17642
- "$value": "#0344a8",
18510
+ "$value": {
18511
+ "colorSpace": "hsl",
18512
+ "components": [216.4, 96.5, 33.5],
18513
+ "hex": "#0344a8"
18514
+ },
17643
18515
  "filePath": "src/tokens/functional/color/control.json5",
17644
18516
  "isSource": true,
17645
18517
  "$type": "color"
17646
18518
  },
17647
18519
  "light-tritanopia-high-contrast": {
17648
- "$value": "#0344a8",
18520
+ "$value": {
18521
+ "colorSpace": "hsl",
18522
+ "components": [216.4, 96.5, 33.5],
18523
+ "hex": "#0344a8"
18524
+ },
17649
18525
  "filePath": "src/tokens/functional/color/control.json5",
17650
18526
  "isSource": true,
17651
18527
  "$type": "color"
17652
18528
  },
17653
18529
  "light-protanopia-deuteranopia-high-contrast": {
17654
- "$value": "#0344a8",
18530
+ "$value": {
18531
+ "colorSpace": "hsl",
18532
+ "components": [216.4, 96.5, 33.5],
18533
+ "hex": "#0344a8"
18534
+ },
17655
18535
  "filePath": "src/tokens/functional/color/control.json5",
17656
18536
  "isSource": true,
17657
18537
  "$type": "color"
@@ -17843,21 +18723,33 @@
17843
18723
  "$type": "color"
17844
18724
  },
17845
18725
  "dark-high-contrast": {
17846
- "$value": "#c51120",
18726
+ "$value": {
18727
+ "colorSpace": "hsl",
18728
+ "components": [355, 84.1, 42],
18729
+ "hex": "#c51120"
18730
+ },
17847
18731
  "alpha": 1,
17848
18732
  "filePath": "src/tokens/functional/color/control.json5",
17849
18733
  "isSource": true,
17850
18734
  "$type": "color"
17851
18735
  },
17852
18736
  "dark-dimmed-high-contrast": {
17853
- "$value": "#c51120",
18737
+ "$value": {
18738
+ "colorSpace": "hsl",
18739
+ "components": [355, 84.1, 42],
18740
+ "hex": "#c51120"
18741
+ },
17854
18742
  "alpha": 1,
17855
18743
  "filePath": "src/tokens/functional/color/control.json5",
17856
18744
  "isSource": true,
17857
18745
  "$type": "color"
17858
18746
  },
17859
18747
  "dark-tritanopia-high-contrast": {
17860
- "$value": "#c51120",
18748
+ "$value": {
18749
+ "colorSpace": "hsl",
18750
+ "components": [355, 84.1, 42],
18751
+ "hex": "#c51120"
18752
+ },
17861
18753
  "alpha": 1,
17862
18754
  "filePath": "src/tokens/functional/color/control.json5",
17863
18755
  "isSource": true,
@@ -17870,13 +18762,21 @@
17870
18762
  "$type": "color"
17871
18763
  },
17872
18764
  "light-high-contrast": {
17873
- "$value": "#8c0b1d",
18765
+ "$value": {
18766
+ "colorSpace": "hsl",
18767
+ "components": [351.6, 85.4, 29.6],
18768
+ "hex": "#8c0b1d"
18769
+ },
17874
18770
  "filePath": "src/tokens/functional/color/control.json5",
17875
18771
  "isSource": true,
17876
18772
  "$type": "color"
17877
18773
  },
17878
18774
  "light-tritanopia-high-contrast": {
17879
- "$value": "#8c0b1d",
18775
+ "$value": {
18776
+ "colorSpace": "hsl",
18777
+ "components": [351.6, 85.4, 29.6],
18778
+ "hex": "#8c0b1d"
18779
+ },
17880
18780
  "filePath": "src/tokens/functional/color/control.json5",
17881
18781
  "isSource": true,
17882
18782
  "$type": "color"
@@ -17892,7 +18792,11 @@
17892
18792
  "filePath": "src/tokens/functional/color/control.json5",
17893
18793
  "isSource": true,
17894
18794
  "original": {
17895
- "$value": "#8c0b1d",
18795
+ "$value": {
18796
+ "colorSpace": "hsl",
18797
+ "components": [351.6, 85.4, 29.6],
18798
+ "hex": "#8c0b1d"
18799
+ },
17896
18800
  "$type": "color",
17897
18801
  "$extensions": {
17898
18802
  "org.primer.figma": {
@@ -17916,21 +18820,33 @@
17916
18820
  "$type": "color"
17917
18821
  },
17918
18822
  "dark-high-contrast": {
17919
- "$value": "#c51120",
18823
+ "$value": {
18824
+ "colorSpace": "hsl",
18825
+ "components": [355, 84.1, 42],
18826
+ "hex": "#c51120"
18827
+ },
17920
18828
  "alpha": 1,
17921
18829
  "filePath": "src/tokens/functional/color/control.json5",
17922
18830
  "isSource": true,
17923
18831
  "$type": "color"
17924
18832
  },
17925
18833
  "dark-dimmed-high-contrast": {
17926
- "$value": "#c51120",
18834
+ "$value": {
18835
+ "colorSpace": "hsl",
18836
+ "components": [355, 84.1, 42],
18837
+ "hex": "#c51120"
18838
+ },
17927
18839
  "alpha": 1,
17928
18840
  "filePath": "src/tokens/functional/color/control.json5",
17929
18841
  "isSource": true,
17930
18842
  "$type": "color"
17931
18843
  },
17932
18844
  "dark-tritanopia-high-contrast": {
17933
- "$value": "#c51120",
18845
+ "$value": {
18846
+ "colorSpace": "hsl",
18847
+ "components": [355, 84.1, 42],
18848
+ "hex": "#c51120"
18849
+ },
17934
18850
  "alpha": 1,
17935
18851
  "filePath": "src/tokens/functional/color/control.json5",
17936
18852
  "isSource": true,
@@ -17943,13 +18859,21 @@
17943
18859
  "$type": "color"
17944
18860
  },
17945
18861
  "light-high-contrast": {
17946
- "$value": "#8c0b1d",
18862
+ "$value": {
18863
+ "colorSpace": "hsl",
18864
+ "components": [351.6, 85.4, 29.6],
18865
+ "hex": "#8c0b1d"
18866
+ },
17947
18867
  "filePath": "src/tokens/functional/color/control.json5",
17948
18868
  "isSource": true,
17949
18869
  "$type": "color"
17950
18870
  },
17951
18871
  "light-tritanopia-high-contrast": {
17952
- "$value": "#8c0b1d",
18872
+ "$value": {
18873
+ "colorSpace": "hsl",
18874
+ "components": [351.6, 85.4, 29.6],
18875
+ "hex": "#8c0b1d"
18876
+ },
17953
18877
  "filePath": "src/tokens/functional/color/control.json5",
17954
18878
  "isSource": true,
17955
18879
  "$type": "color"
@@ -47355,14 +48279,22 @@
47355
48279
  },
47356
48280
  "org.primer.overrides": {
47357
48281
  "dark": {
47358
- "$value": "#3a8cfd",
48282
+ "$value": {
48283
+ "colorSpace": "hsl",
48284
+ "components": [214.8, 98, 61],
48285
+ "hex": "#3a8cfd"
48286
+ },
47359
48287
  "alpha": 0.36,
47360
48288
  "filePath": "src/tokens/component/reactionButton.json5",
47361
48289
  "isSource": true,
47362
48290
  "$type": "color"
47363
48291
  },
47364
48292
  "dark-dimmed": {
47365
- "$value": "#4285e5",
48293
+ "$value": {
48294
+ "colorSpace": "hsl",
48295
+ "components": [215.3, 75.8, 57.8],
48296
+ "hex": "#4285e5"
48297
+ },
47366
48298
  "alpha": 0.36,
47367
48299
  "filePath": "src/tokens/component/reactionButton.json5",
47368
48300
  "isSource": true,
@@ -47370,7 +48302,11 @@
47370
48302
  },
47371
48303
  "light-high-contrast": "#c7e9ff",
47372
48304
  "dark-high-contrast": {
47373
- "$value": "#5dadff",
48305
+ "$value": {
48306
+ "colorSpace": "hsl",
48307
+ "components": [210.4, 100, 68.2],
48308
+ "hex": "#5dadff"
48309
+ },
47374
48310
  "alpha": 0.36,
47375
48311
  "filePath": "src/tokens/component/reactionButton.json5",
47376
48312
  "isSource": true,
@@ -47391,14 +48327,22 @@
47391
48327
  },
47392
48328
  "org.primer.overrides": {
47393
48329
  "dark": {
47394
- "$value": "#3a8cfd",
48330
+ "$value": {
48331
+ "colorSpace": "hsl",
48332
+ "components": [214.8, 98, 61],
48333
+ "hex": "#3a8cfd"
48334
+ },
47395
48335
  "alpha": 0.36,
47396
48336
  "filePath": "src/tokens/component/reactionButton.json5",
47397
48337
  "isSource": true,
47398
48338
  "$type": "color"
47399
48339
  },
47400
48340
  "dark-dimmed": {
47401
- "$value": "#4285e5",
48341
+ "$value": {
48342
+ "colorSpace": "hsl",
48343
+ "components": [215.3, 75.8, 57.8],
48344
+ "hex": "#4285e5"
48345
+ },
47402
48346
  "alpha": 0.36,
47403
48347
  "filePath": "src/tokens/component/reactionButton.json5",
47404
48348
  "isSource": true,
@@ -47406,7 +48350,11 @@
47406
48350
  },
47407
48351
  "light-high-contrast": "#c7e9ff",
47408
48352
  "dark-high-contrast": {
47409
- "$value": "#5dadff",
48353
+ "$value": {
48354
+ "colorSpace": "hsl",
48355
+ "components": [210.4, 100, 68.2],
48356
+ "hex": "#5dadff"
48357
+ },
47410
48358
  "alpha": 0.36,
47411
48359
  "filePath": "src/tokens/component/reactionButton.json5",
47412
48360
  "isSource": true,
@@ -47736,6 +48684,147 @@
47736
48684
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47737
48685
  "isSource": true,
47738
48686
  "$type": "shadow"
48687
+ },
48688
+ "light-high-contrast": {
48689
+ "$value": [
48690
+ {
48691
+ "color": "#454c54",
48692
+ "alpha": 1,
48693
+ "offsetX": {
48694
+ "value": 0,
48695
+ "unit": "px"
48696
+ },
48697
+ "offsetY": {
48698
+ "value": 0,
48699
+ "unit": "px"
48700
+ },
48701
+ "blur": {
48702
+ "value": 0,
48703
+ "unit": "px"
48704
+ },
48705
+ "spread": {
48706
+ "value": 1,
48707
+ "unit": "px"
48708
+ }
48709
+ },
48710
+ {
48711
+ "color": "#25292e",
48712
+ "alpha": 0.24,
48713
+ "offsetX": {
48714
+ "value": 0,
48715
+ "unit": "px"
48716
+ },
48717
+ "offsetY": {
48718
+ "value": 40,
48719
+ "unit": "px"
48720
+ },
48721
+ "blur": {
48722
+ "value": 80,
48723
+ "unit": "px"
48724
+ },
48725
+ "spread": {
48726
+ "value": 0,
48727
+ "unit": "px"
48728
+ }
48729
+ }
48730
+ ],
48731
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48732
+ "isSource": true,
48733
+ "$type": "shadow"
48734
+ },
48735
+ "light-protanopia-deuteranopia-high-contrast": {
48736
+ "$value": [
48737
+ {
48738
+ "color": "#454c54",
48739
+ "alpha": 1,
48740
+ "offsetX": {
48741
+ "value": 0,
48742
+ "unit": "px"
48743
+ },
48744
+ "offsetY": {
48745
+ "value": 0,
48746
+ "unit": "px"
48747
+ },
48748
+ "blur": {
48749
+ "value": 0,
48750
+ "unit": "px"
48751
+ },
48752
+ "spread": {
48753
+ "value": 1,
48754
+ "unit": "px"
48755
+ }
48756
+ },
48757
+ {
48758
+ "color": "#25292e",
48759
+ "alpha": 0.24,
48760
+ "offsetX": {
48761
+ "value": 0,
48762
+ "unit": "px"
48763
+ },
48764
+ "offsetY": {
48765
+ "value": 40,
48766
+ "unit": "px"
48767
+ },
48768
+ "blur": {
48769
+ "value": 80,
48770
+ "unit": "px"
48771
+ },
48772
+ "spread": {
48773
+ "value": 0,
48774
+ "unit": "px"
48775
+ }
48776
+ }
48777
+ ],
48778
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48779
+ "isSource": true,
48780
+ "$type": "shadow"
48781
+ },
48782
+ "light-tritanopia-high-contrast": {
48783
+ "$value": [
48784
+ {
48785
+ "color": "#454c54",
48786
+ "alpha": 1,
48787
+ "offsetX": {
48788
+ "value": 0,
48789
+ "unit": "px"
48790
+ },
48791
+ "offsetY": {
48792
+ "value": 0,
48793
+ "unit": "px"
48794
+ },
48795
+ "blur": {
48796
+ "value": 0,
48797
+ "unit": "px"
48798
+ },
48799
+ "spread": {
48800
+ "value": 1,
48801
+ "unit": "px"
48802
+ }
48803
+ },
48804
+ {
48805
+ "color": "#25292e",
48806
+ "alpha": 0.24,
48807
+ "offsetX": {
48808
+ "value": 0,
48809
+ "unit": "px"
48810
+ },
48811
+ "offsetY": {
48812
+ "value": 40,
48813
+ "unit": "px"
48814
+ },
48815
+ "blur": {
48816
+ "value": 80,
48817
+ "unit": "px"
48818
+ },
48819
+ "spread": {
48820
+ "value": 0,
48821
+ "unit": "px"
48822
+ }
48823
+ }
48824
+ ],
48825
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48826
+ "isSource": true,
48827
+ "$type": "shadow"
47739
48828
  }
47740
48829
  },
47741
48830
  "org.primer.llm": {
@@ -47749,7 +48838,7 @@
47749
48838
  "$value": [
47750
48839
  {
47751
48840
  "color": "{overlay.borderColor}",
47752
- "alpha": 0,
48841
+ "alpha": 1,
47753
48842
  "offsetX": {
47754
48843
  "value": 0,
47755
48844
  "unit": "px"
@@ -47842,6 +48931,147 @@
47842
48931
  "filePath": "src/tokens/functional/shadow/shadow.json5",
47843
48932
  "isSource": true,
47844
48933
  "$type": "shadow"
48934
+ },
48935
+ "light-high-contrast": {
48936
+ "$value": [
48937
+ {
48938
+ "color": "{overlay.borderColor}",
48939
+ "alpha": 1,
48940
+ "offsetX": {
48941
+ "value": 0,
48942
+ "unit": "px"
48943
+ },
48944
+ "offsetY": {
48945
+ "value": 0,
48946
+ "unit": "px"
48947
+ },
48948
+ "blur": {
48949
+ "value": 0,
48950
+ "unit": "px"
48951
+ },
48952
+ "spread": {
48953
+ "value": 1,
48954
+ "unit": "px"
48955
+ }
48956
+ },
48957
+ {
48958
+ "color": "{base.color.neutral.12}",
48959
+ "alpha": 0.24,
48960
+ "offsetX": {
48961
+ "value": 0,
48962
+ "unit": "px"
48963
+ },
48964
+ "offsetY": {
48965
+ "value": 40,
48966
+ "unit": "px"
48967
+ },
48968
+ "blur": {
48969
+ "value": 80,
48970
+ "unit": "px"
48971
+ },
48972
+ "spread": {
48973
+ "value": 0,
48974
+ "unit": "px"
48975
+ }
48976
+ }
48977
+ ],
48978
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
48979
+ "isSource": true,
48980
+ "$type": "shadow"
48981
+ },
48982
+ "light-protanopia-deuteranopia-high-contrast": {
48983
+ "$value": [
48984
+ {
48985
+ "color": "{overlay.borderColor}",
48986
+ "alpha": 1,
48987
+ "offsetX": {
48988
+ "value": 0,
48989
+ "unit": "px"
48990
+ },
48991
+ "offsetY": {
48992
+ "value": 0,
48993
+ "unit": "px"
48994
+ },
48995
+ "blur": {
48996
+ "value": 0,
48997
+ "unit": "px"
48998
+ },
48999
+ "spread": {
49000
+ "value": 1,
49001
+ "unit": "px"
49002
+ }
49003
+ },
49004
+ {
49005
+ "color": "{base.color.neutral.12}",
49006
+ "alpha": 0.24,
49007
+ "offsetX": {
49008
+ "value": 0,
49009
+ "unit": "px"
49010
+ },
49011
+ "offsetY": {
49012
+ "value": 40,
49013
+ "unit": "px"
49014
+ },
49015
+ "blur": {
49016
+ "value": 80,
49017
+ "unit": "px"
49018
+ },
49019
+ "spread": {
49020
+ "value": 0,
49021
+ "unit": "px"
49022
+ }
49023
+ }
49024
+ ],
49025
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49026
+ "isSource": true,
49027
+ "$type": "shadow"
49028
+ },
49029
+ "light-tritanopia-high-contrast": {
49030
+ "$value": [
49031
+ {
49032
+ "color": "{overlay.borderColor}",
49033
+ "alpha": 1,
49034
+ "offsetX": {
49035
+ "value": 0,
49036
+ "unit": "px"
49037
+ },
49038
+ "offsetY": {
49039
+ "value": 0,
49040
+ "unit": "px"
49041
+ },
49042
+ "blur": {
49043
+ "value": 0,
49044
+ "unit": "px"
49045
+ },
49046
+ "spread": {
49047
+ "value": 1,
49048
+ "unit": "px"
49049
+ }
49050
+ },
49051
+ {
49052
+ "color": "{base.color.neutral.12}",
49053
+ "alpha": 0.24,
49054
+ "offsetX": {
49055
+ "value": 0,
49056
+ "unit": "px"
49057
+ },
49058
+ "offsetY": {
49059
+ "value": 40,
49060
+ "unit": "px"
49061
+ },
49062
+ "blur": {
49063
+ "value": 80,
49064
+ "unit": "px"
49065
+ },
49066
+ "spread": {
49067
+ "value": 0,
49068
+ "unit": "px"
49069
+ }
49070
+ }
49071
+ ],
49072
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49073
+ "isSource": true,
49074
+ "$type": "shadow"
47845
49075
  }
47846
49076
  },
47847
49077
  "org.primer.llm": {
@@ -48142,6 +49372,327 @@
48142
49372
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48143
49373
  "isSource": true,
48144
49374
  "$type": "shadow"
49375
+ },
49376
+ "light-high-contrast": {
49377
+ "$value": [
49378
+ {
49379
+ "color": "#454c54",
49380
+ "alpha": 1,
49381
+ "offsetX": {
49382
+ "value": 0,
49383
+ "unit": "px"
49384
+ },
49385
+ "offsetY": {
49386
+ "value": 0,
49387
+ "unit": "px"
49388
+ },
49389
+ "blur": {
49390
+ "value": 0,
49391
+ "unit": "px"
49392
+ },
49393
+ "spread": {
49394
+ "value": 1,
49395
+ "unit": "px"
49396
+ }
49397
+ },
49398
+ {
49399
+ "color": "#25292e",
49400
+ "alpha": 0.08,
49401
+ "offsetX": {
49402
+ "value": 0,
49403
+ "unit": "px"
49404
+ },
49405
+ "offsetY": {
49406
+ "value": 8,
49407
+ "unit": "px"
49408
+ },
49409
+ "blur": {
49410
+ "value": 16,
49411
+ "unit": "px"
49412
+ },
49413
+ "spread": {
49414
+ "value": -4,
49415
+ "unit": "px"
49416
+ }
49417
+ },
49418
+ {
49419
+ "color": "#25292e",
49420
+ "alpha": 0.08,
49421
+ "offsetX": {
49422
+ "value": 0,
49423
+ "unit": "px"
49424
+ },
49425
+ "offsetY": {
49426
+ "value": 4,
49427
+ "unit": "px"
49428
+ },
49429
+ "blur": {
49430
+ "value": 32,
49431
+ "unit": "px"
49432
+ },
49433
+ "spread": {
49434
+ "value": -4,
49435
+ "unit": "px"
49436
+ }
49437
+ },
49438
+ {
49439
+ "color": "#25292e",
49440
+ "alpha": 0.08,
49441
+ "offsetX": {
49442
+ "value": 0,
49443
+ "unit": "px"
49444
+ },
49445
+ "offsetY": {
49446
+ "value": 24,
49447
+ "unit": "px"
49448
+ },
49449
+ "blur": {
49450
+ "value": 48,
49451
+ "unit": "px"
49452
+ },
49453
+ "spread": {
49454
+ "value": -12,
49455
+ "unit": "px"
49456
+ }
49457
+ },
49458
+ {
49459
+ "color": "#25292e",
49460
+ "alpha": 0.08,
49461
+ "offsetX": {
49462
+ "value": 0,
49463
+ "unit": "px"
49464
+ },
49465
+ "offsetY": {
49466
+ "value": 48,
49467
+ "unit": "px"
49468
+ },
49469
+ "blur": {
49470
+ "value": 96,
49471
+ "unit": "px"
49472
+ },
49473
+ "spread": {
49474
+ "value": -24,
49475
+ "unit": "px"
49476
+ }
49477
+ }
49478
+ ],
49479
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49480
+ "isSource": true,
49481
+ "$type": "shadow"
49482
+ },
49483
+ "light-protanopia-deuteranopia-high-contrast": {
49484
+ "$value": [
49485
+ {
49486
+ "color": "#454c54",
49487
+ "alpha": 1,
49488
+ "offsetX": {
49489
+ "value": 0,
49490
+ "unit": "px"
49491
+ },
49492
+ "offsetY": {
49493
+ "value": 0,
49494
+ "unit": "px"
49495
+ },
49496
+ "blur": {
49497
+ "value": 0,
49498
+ "unit": "px"
49499
+ },
49500
+ "spread": {
49501
+ "value": 1,
49502
+ "unit": "px"
49503
+ }
49504
+ },
49505
+ {
49506
+ "color": "#25292e",
49507
+ "alpha": 0.08,
49508
+ "offsetX": {
49509
+ "value": 0,
49510
+ "unit": "px"
49511
+ },
49512
+ "offsetY": {
49513
+ "value": 8,
49514
+ "unit": "px"
49515
+ },
49516
+ "blur": {
49517
+ "value": 16,
49518
+ "unit": "px"
49519
+ },
49520
+ "spread": {
49521
+ "value": -4,
49522
+ "unit": "px"
49523
+ }
49524
+ },
49525
+ {
49526
+ "color": "#25292e",
49527
+ "alpha": 0.08,
49528
+ "offsetX": {
49529
+ "value": 0,
49530
+ "unit": "px"
49531
+ },
49532
+ "offsetY": {
49533
+ "value": 4,
49534
+ "unit": "px"
49535
+ },
49536
+ "blur": {
49537
+ "value": 32,
49538
+ "unit": "px"
49539
+ },
49540
+ "spread": {
49541
+ "value": -4,
49542
+ "unit": "px"
49543
+ }
49544
+ },
49545
+ {
49546
+ "color": "#25292e",
49547
+ "alpha": 0.08,
49548
+ "offsetX": {
49549
+ "value": 0,
49550
+ "unit": "px"
49551
+ },
49552
+ "offsetY": {
49553
+ "value": 24,
49554
+ "unit": "px"
49555
+ },
49556
+ "blur": {
49557
+ "value": 48,
49558
+ "unit": "px"
49559
+ },
49560
+ "spread": {
49561
+ "value": -12,
49562
+ "unit": "px"
49563
+ }
49564
+ },
49565
+ {
49566
+ "color": "#25292e",
49567
+ "alpha": 0.08,
49568
+ "offsetX": {
49569
+ "value": 0,
49570
+ "unit": "px"
49571
+ },
49572
+ "offsetY": {
49573
+ "value": 48,
49574
+ "unit": "px"
49575
+ },
49576
+ "blur": {
49577
+ "value": 96,
49578
+ "unit": "px"
49579
+ },
49580
+ "spread": {
49581
+ "value": -24,
49582
+ "unit": "px"
49583
+ }
49584
+ }
49585
+ ],
49586
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49587
+ "isSource": true,
49588
+ "$type": "shadow"
49589
+ },
49590
+ "light-tritanopia-high-contrast": {
49591
+ "$value": [
49592
+ {
49593
+ "color": "#454c54",
49594
+ "alpha": 1,
49595
+ "offsetX": {
49596
+ "value": 0,
49597
+ "unit": "px"
49598
+ },
49599
+ "offsetY": {
49600
+ "value": 0,
49601
+ "unit": "px"
49602
+ },
49603
+ "blur": {
49604
+ "value": 0,
49605
+ "unit": "px"
49606
+ },
49607
+ "spread": {
49608
+ "value": 1,
49609
+ "unit": "px"
49610
+ }
49611
+ },
49612
+ {
49613
+ "color": "#25292e",
49614
+ "alpha": 0.08,
49615
+ "offsetX": {
49616
+ "value": 0,
49617
+ "unit": "px"
49618
+ },
49619
+ "offsetY": {
49620
+ "value": 8,
49621
+ "unit": "px"
49622
+ },
49623
+ "blur": {
49624
+ "value": 16,
49625
+ "unit": "px"
49626
+ },
49627
+ "spread": {
49628
+ "value": -4,
49629
+ "unit": "px"
49630
+ }
49631
+ },
49632
+ {
49633
+ "color": "#25292e",
49634
+ "alpha": 0.08,
49635
+ "offsetX": {
49636
+ "value": 0,
49637
+ "unit": "px"
49638
+ },
49639
+ "offsetY": {
49640
+ "value": 4,
49641
+ "unit": "px"
49642
+ },
49643
+ "blur": {
49644
+ "value": 32,
49645
+ "unit": "px"
49646
+ },
49647
+ "spread": {
49648
+ "value": -4,
49649
+ "unit": "px"
49650
+ }
49651
+ },
49652
+ {
49653
+ "color": "#25292e",
49654
+ "alpha": 0.08,
49655
+ "offsetX": {
49656
+ "value": 0,
49657
+ "unit": "px"
49658
+ },
49659
+ "offsetY": {
49660
+ "value": 24,
49661
+ "unit": "px"
49662
+ },
49663
+ "blur": {
49664
+ "value": 48,
49665
+ "unit": "px"
49666
+ },
49667
+ "spread": {
49668
+ "value": -12,
49669
+ "unit": "px"
49670
+ }
49671
+ },
49672
+ {
49673
+ "color": "#25292e",
49674
+ "alpha": 0.08,
49675
+ "offsetX": {
49676
+ "value": 0,
49677
+ "unit": "px"
49678
+ },
49679
+ "offsetY": {
49680
+ "value": 48,
49681
+ "unit": "px"
49682
+ },
49683
+ "blur": {
49684
+ "value": 96,
49685
+ "unit": "px"
49686
+ },
49687
+ "spread": {
49688
+ "value": -24,
49689
+ "unit": "px"
49690
+ }
49691
+ }
49692
+ ],
49693
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
49694
+ "isSource": true,
49695
+ "$type": "shadow"
48145
49696
  }
48146
49697
  },
48147
49698
  "org.primer.llm": {
@@ -48155,7 +49706,7 @@
48155
49706
  "$value": [
48156
49707
  {
48157
49708
  "color": "{overlay.borderColor}",
48158
- "alpha": 0,
49709
+ "alpha": 1,
48159
49710
  "offsetX": {
48160
49711
  "value": 0,
48161
49712
  "unit": "px"
@@ -48368,6 +49919,327 @@
48368
49919
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48369
49920
  "isSource": true,
48370
49921
  "$type": "shadow"
49922
+ },
49923
+ "light-high-contrast": {
49924
+ "$value": [
49925
+ {
49926
+ "color": "{overlay.borderColor}",
49927
+ "alpha": 1,
49928
+ "offsetX": {
49929
+ "value": 0,
49930
+ "unit": "px"
49931
+ },
49932
+ "offsetY": {
49933
+ "value": 0,
49934
+ "unit": "px"
49935
+ },
49936
+ "blur": {
49937
+ "value": 0,
49938
+ "unit": "px"
49939
+ },
49940
+ "spread": {
49941
+ "value": 1,
49942
+ "unit": "px"
49943
+ }
49944
+ },
49945
+ {
49946
+ "color": "{base.color.neutral.12}",
49947
+ "alpha": 0.08,
49948
+ "offsetX": {
49949
+ "value": 0,
49950
+ "unit": "px"
49951
+ },
49952
+ "offsetY": {
49953
+ "value": 8,
49954
+ "unit": "px"
49955
+ },
49956
+ "blur": {
49957
+ "value": 16,
49958
+ "unit": "px"
49959
+ },
49960
+ "spread": {
49961
+ "value": -4,
49962
+ "unit": "px"
49963
+ }
49964
+ },
49965
+ {
49966
+ "color": "{base.color.neutral.12}",
49967
+ "alpha": 0.08,
49968
+ "offsetX": {
49969
+ "value": 0,
49970
+ "unit": "px"
49971
+ },
49972
+ "offsetY": {
49973
+ "value": 4,
49974
+ "unit": "px"
49975
+ },
49976
+ "blur": {
49977
+ "value": 32,
49978
+ "unit": "px"
49979
+ },
49980
+ "spread": {
49981
+ "value": -4,
49982
+ "unit": "px"
49983
+ }
49984
+ },
49985
+ {
49986
+ "color": "{base.color.neutral.12}",
49987
+ "alpha": 0.08,
49988
+ "offsetX": {
49989
+ "value": 0,
49990
+ "unit": "px"
49991
+ },
49992
+ "offsetY": {
49993
+ "value": 24,
49994
+ "unit": "px"
49995
+ },
49996
+ "blur": {
49997
+ "value": 48,
49998
+ "unit": "px"
49999
+ },
50000
+ "spread": {
50001
+ "value": -12,
50002
+ "unit": "px"
50003
+ }
50004
+ },
50005
+ {
50006
+ "color": "{base.color.neutral.12}",
50007
+ "alpha": 0.08,
50008
+ "offsetX": {
50009
+ "value": 0,
50010
+ "unit": "px"
50011
+ },
50012
+ "offsetY": {
50013
+ "value": 48,
50014
+ "unit": "px"
50015
+ },
50016
+ "blur": {
50017
+ "value": 96,
50018
+ "unit": "px"
50019
+ },
50020
+ "spread": {
50021
+ "value": -24,
50022
+ "unit": "px"
50023
+ }
50024
+ }
50025
+ ],
50026
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50027
+ "isSource": true,
50028
+ "$type": "shadow"
50029
+ },
50030
+ "light-protanopia-deuteranopia-high-contrast": {
50031
+ "$value": [
50032
+ {
50033
+ "color": "{overlay.borderColor}",
50034
+ "alpha": 1,
50035
+ "offsetX": {
50036
+ "value": 0,
50037
+ "unit": "px"
50038
+ },
50039
+ "offsetY": {
50040
+ "value": 0,
50041
+ "unit": "px"
50042
+ },
50043
+ "blur": {
50044
+ "value": 0,
50045
+ "unit": "px"
50046
+ },
50047
+ "spread": {
50048
+ "value": 1,
50049
+ "unit": "px"
50050
+ }
50051
+ },
50052
+ {
50053
+ "color": "{base.color.neutral.12}",
50054
+ "alpha": 0.08,
50055
+ "offsetX": {
50056
+ "value": 0,
50057
+ "unit": "px"
50058
+ },
50059
+ "offsetY": {
50060
+ "value": 8,
50061
+ "unit": "px"
50062
+ },
50063
+ "blur": {
50064
+ "value": 16,
50065
+ "unit": "px"
50066
+ },
50067
+ "spread": {
50068
+ "value": -4,
50069
+ "unit": "px"
50070
+ }
50071
+ },
50072
+ {
50073
+ "color": "{base.color.neutral.12}",
50074
+ "alpha": 0.08,
50075
+ "offsetX": {
50076
+ "value": 0,
50077
+ "unit": "px"
50078
+ },
50079
+ "offsetY": {
50080
+ "value": 4,
50081
+ "unit": "px"
50082
+ },
50083
+ "blur": {
50084
+ "value": 32,
50085
+ "unit": "px"
50086
+ },
50087
+ "spread": {
50088
+ "value": -4,
50089
+ "unit": "px"
50090
+ }
50091
+ },
50092
+ {
50093
+ "color": "{base.color.neutral.12}",
50094
+ "alpha": 0.08,
50095
+ "offsetX": {
50096
+ "value": 0,
50097
+ "unit": "px"
50098
+ },
50099
+ "offsetY": {
50100
+ "value": 24,
50101
+ "unit": "px"
50102
+ },
50103
+ "blur": {
50104
+ "value": 48,
50105
+ "unit": "px"
50106
+ },
50107
+ "spread": {
50108
+ "value": -12,
50109
+ "unit": "px"
50110
+ }
50111
+ },
50112
+ {
50113
+ "color": "{base.color.neutral.12}",
50114
+ "alpha": 0.08,
50115
+ "offsetX": {
50116
+ "value": 0,
50117
+ "unit": "px"
50118
+ },
50119
+ "offsetY": {
50120
+ "value": 48,
50121
+ "unit": "px"
50122
+ },
50123
+ "blur": {
50124
+ "value": 96,
50125
+ "unit": "px"
50126
+ },
50127
+ "spread": {
50128
+ "value": -24,
50129
+ "unit": "px"
50130
+ }
50131
+ }
50132
+ ],
50133
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50134
+ "isSource": true,
50135
+ "$type": "shadow"
50136
+ },
50137
+ "light-tritanopia-high-contrast": {
50138
+ "$value": [
50139
+ {
50140
+ "color": "{overlay.borderColor}",
50141
+ "alpha": 1,
50142
+ "offsetX": {
50143
+ "value": 0,
50144
+ "unit": "px"
50145
+ },
50146
+ "offsetY": {
50147
+ "value": 0,
50148
+ "unit": "px"
50149
+ },
50150
+ "blur": {
50151
+ "value": 0,
50152
+ "unit": "px"
50153
+ },
50154
+ "spread": {
50155
+ "value": 1,
50156
+ "unit": "px"
50157
+ }
50158
+ },
50159
+ {
50160
+ "color": "{base.color.neutral.12}",
50161
+ "alpha": 0.08,
50162
+ "offsetX": {
50163
+ "value": 0,
50164
+ "unit": "px"
50165
+ },
50166
+ "offsetY": {
50167
+ "value": 8,
50168
+ "unit": "px"
50169
+ },
50170
+ "blur": {
50171
+ "value": 16,
50172
+ "unit": "px"
50173
+ },
50174
+ "spread": {
50175
+ "value": -4,
50176
+ "unit": "px"
50177
+ }
50178
+ },
50179
+ {
50180
+ "color": "{base.color.neutral.12}",
50181
+ "alpha": 0.08,
50182
+ "offsetX": {
50183
+ "value": 0,
50184
+ "unit": "px"
50185
+ },
50186
+ "offsetY": {
50187
+ "value": 4,
50188
+ "unit": "px"
50189
+ },
50190
+ "blur": {
50191
+ "value": 32,
50192
+ "unit": "px"
50193
+ },
50194
+ "spread": {
50195
+ "value": -4,
50196
+ "unit": "px"
50197
+ }
50198
+ },
50199
+ {
50200
+ "color": "{base.color.neutral.12}",
50201
+ "alpha": 0.08,
50202
+ "offsetX": {
50203
+ "value": 0,
50204
+ "unit": "px"
50205
+ },
50206
+ "offsetY": {
50207
+ "value": 24,
50208
+ "unit": "px"
50209
+ },
50210
+ "blur": {
50211
+ "value": 48,
50212
+ "unit": "px"
50213
+ },
50214
+ "spread": {
50215
+ "value": -12,
50216
+ "unit": "px"
50217
+ }
50218
+ },
50219
+ {
50220
+ "color": "{base.color.neutral.12}",
50221
+ "alpha": 0.08,
50222
+ "offsetX": {
50223
+ "value": 0,
50224
+ "unit": "px"
50225
+ },
50226
+ "offsetY": {
50227
+ "value": 48,
50228
+ "unit": "px"
50229
+ },
50230
+ "blur": {
50231
+ "value": 96,
50232
+ "unit": "px"
50233
+ },
50234
+ "spread": {
50235
+ "value": -24,
50236
+ "unit": "px"
50237
+ }
50238
+ }
50239
+ ],
50240
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50241
+ "isSource": true,
50242
+ "$type": "shadow"
48371
50243
  }
48372
50244
  },
48373
50245
  "org.primer.llm": {
@@ -48674,6 +50546,147 @@
48674
50546
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48675
50547
  "isSource": true,
48676
50548
  "$type": "shadow"
50549
+ },
50550
+ "light-high-contrast": {
50551
+ "$value": [
50552
+ {
50553
+ "color": "#454c54",
50554
+ "alpha": 1,
50555
+ "offsetX": {
50556
+ "value": 0,
50557
+ "unit": "px"
50558
+ },
50559
+ "offsetY": {
50560
+ "value": 0,
50561
+ "unit": "px"
50562
+ },
50563
+ "blur": {
50564
+ "value": 0,
50565
+ "unit": "px"
50566
+ },
50567
+ "spread": {
50568
+ "value": 1,
50569
+ "unit": "px"
50570
+ }
50571
+ },
50572
+ {
50573
+ "color": "#25292e",
50574
+ "alpha": 0.32,
50575
+ "offsetX": {
50576
+ "value": 0,
50577
+ "unit": "px"
50578
+ },
50579
+ "offsetY": {
50580
+ "value": 56,
50581
+ "unit": "px"
50582
+ },
50583
+ "blur": {
50584
+ "value": 112,
50585
+ "unit": "px"
50586
+ },
50587
+ "spread": {
50588
+ "value": 0,
50589
+ "unit": "px"
50590
+ }
50591
+ }
50592
+ ],
50593
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50594
+ "isSource": true,
50595
+ "$type": "shadow"
50596
+ },
50597
+ "light-protanopia-deuteranopia-high-contrast": {
50598
+ "$value": [
50599
+ {
50600
+ "color": "#454c54",
50601
+ "alpha": 1,
50602
+ "offsetX": {
50603
+ "value": 0,
50604
+ "unit": "px"
50605
+ },
50606
+ "offsetY": {
50607
+ "value": 0,
50608
+ "unit": "px"
50609
+ },
50610
+ "blur": {
50611
+ "value": 0,
50612
+ "unit": "px"
50613
+ },
50614
+ "spread": {
50615
+ "value": 1,
50616
+ "unit": "px"
50617
+ }
50618
+ },
50619
+ {
50620
+ "color": "#25292e",
50621
+ "alpha": 0.32,
50622
+ "offsetX": {
50623
+ "value": 0,
50624
+ "unit": "px"
50625
+ },
50626
+ "offsetY": {
50627
+ "value": 56,
50628
+ "unit": "px"
50629
+ },
50630
+ "blur": {
50631
+ "value": 112,
50632
+ "unit": "px"
50633
+ },
50634
+ "spread": {
50635
+ "value": 0,
50636
+ "unit": "px"
50637
+ }
50638
+ }
50639
+ ],
50640
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50641
+ "isSource": true,
50642
+ "$type": "shadow"
50643
+ },
50644
+ "light-tritanopia-high-contrast": {
50645
+ "$value": [
50646
+ {
50647
+ "color": "#454c54",
50648
+ "alpha": 1,
50649
+ "offsetX": {
50650
+ "value": 0,
50651
+ "unit": "px"
50652
+ },
50653
+ "offsetY": {
50654
+ "value": 0,
50655
+ "unit": "px"
50656
+ },
50657
+ "blur": {
50658
+ "value": 0,
50659
+ "unit": "px"
50660
+ },
50661
+ "spread": {
50662
+ "value": 1,
50663
+ "unit": "px"
50664
+ }
50665
+ },
50666
+ {
50667
+ "color": "#25292e",
50668
+ "alpha": 0.32,
50669
+ "offsetX": {
50670
+ "value": 0,
50671
+ "unit": "px"
50672
+ },
50673
+ "offsetY": {
50674
+ "value": 56,
50675
+ "unit": "px"
50676
+ },
50677
+ "blur": {
50678
+ "value": 112,
50679
+ "unit": "px"
50680
+ },
50681
+ "spread": {
50682
+ "value": 0,
50683
+ "unit": "px"
50684
+ }
50685
+ }
50686
+ ],
50687
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50688
+ "isSource": true,
50689
+ "$type": "shadow"
48677
50690
  }
48678
50691
  },
48679
50692
  "org.primer.llm": {
@@ -48687,7 +50700,7 @@
48687
50700
  "$value": [
48688
50701
  {
48689
50702
  "color": "{overlay.borderColor}",
48690
- "alpha": 0,
50703
+ "alpha": 1,
48691
50704
  "offsetX": {
48692
50705
  "value": 0,
48693
50706
  "unit": "px"
@@ -48780,6 +50793,147 @@
48780
50793
  "filePath": "src/tokens/functional/shadow/shadow.json5",
48781
50794
  "isSource": true,
48782
50795
  "$type": "shadow"
50796
+ },
50797
+ "light-high-contrast": {
50798
+ "$value": [
50799
+ {
50800
+ "color": "{overlay.borderColor}",
50801
+ "alpha": 1,
50802
+ "offsetX": {
50803
+ "value": 0,
50804
+ "unit": "px"
50805
+ },
50806
+ "offsetY": {
50807
+ "value": 0,
50808
+ "unit": "px"
50809
+ },
50810
+ "blur": {
50811
+ "value": 0,
50812
+ "unit": "px"
50813
+ },
50814
+ "spread": {
50815
+ "value": 1,
50816
+ "unit": "px"
50817
+ }
50818
+ },
50819
+ {
50820
+ "color": "{base.color.neutral.12}",
50821
+ "alpha": 0.32,
50822
+ "offsetX": {
50823
+ "value": 0,
50824
+ "unit": "px"
50825
+ },
50826
+ "offsetY": {
50827
+ "value": 56,
50828
+ "unit": "px"
50829
+ },
50830
+ "blur": {
50831
+ "value": 112,
50832
+ "unit": "px"
50833
+ },
50834
+ "spread": {
50835
+ "value": 0,
50836
+ "unit": "px"
50837
+ }
50838
+ }
50839
+ ],
50840
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50841
+ "isSource": true,
50842
+ "$type": "shadow"
50843
+ },
50844
+ "light-protanopia-deuteranopia-high-contrast": {
50845
+ "$value": [
50846
+ {
50847
+ "color": "{overlay.borderColor}",
50848
+ "alpha": 1,
50849
+ "offsetX": {
50850
+ "value": 0,
50851
+ "unit": "px"
50852
+ },
50853
+ "offsetY": {
50854
+ "value": 0,
50855
+ "unit": "px"
50856
+ },
50857
+ "blur": {
50858
+ "value": 0,
50859
+ "unit": "px"
50860
+ },
50861
+ "spread": {
50862
+ "value": 1,
50863
+ "unit": "px"
50864
+ }
50865
+ },
50866
+ {
50867
+ "color": "{base.color.neutral.12}",
50868
+ "alpha": 0.32,
50869
+ "offsetX": {
50870
+ "value": 0,
50871
+ "unit": "px"
50872
+ },
50873
+ "offsetY": {
50874
+ "value": 56,
50875
+ "unit": "px"
50876
+ },
50877
+ "blur": {
50878
+ "value": 112,
50879
+ "unit": "px"
50880
+ },
50881
+ "spread": {
50882
+ "value": 0,
50883
+ "unit": "px"
50884
+ }
50885
+ }
50886
+ ],
50887
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50888
+ "isSource": true,
50889
+ "$type": "shadow"
50890
+ },
50891
+ "light-tritanopia-high-contrast": {
50892
+ "$value": [
50893
+ {
50894
+ "color": "{overlay.borderColor}",
50895
+ "alpha": 1,
50896
+ "offsetX": {
50897
+ "value": 0,
50898
+ "unit": "px"
50899
+ },
50900
+ "offsetY": {
50901
+ "value": 0,
50902
+ "unit": "px"
50903
+ },
50904
+ "blur": {
50905
+ "value": 0,
50906
+ "unit": "px"
50907
+ },
50908
+ "spread": {
50909
+ "value": 1,
50910
+ "unit": "px"
50911
+ }
50912
+ },
50913
+ {
50914
+ "color": "{base.color.neutral.12}",
50915
+ "alpha": 0.32,
50916
+ "offsetX": {
50917
+ "value": 0,
50918
+ "unit": "px"
50919
+ },
50920
+ "offsetY": {
50921
+ "value": 56,
50922
+ "unit": "px"
50923
+ },
50924
+ "blur": {
50925
+ "value": 112,
50926
+ "unit": "px"
50927
+ },
50928
+ "spread": {
50929
+ "value": 0,
50930
+ "unit": "px"
50931
+ }
50932
+ }
50933
+ ],
50934
+ "filePath": "src/tokens/functional/shadow/shadow.json5",
50935
+ "isSource": true,
50936
+ "$type": "shadow"
48783
50937
  }
48784
50938
  },
48785
50939
  "org.primer.llm": {