@primer/primitives 10.4.0 → 10.5.0-rc.1c002767

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 (78) hide show
  1. package/dist/build/filters/index.d.ts +1 -0
  2. package/dist/build/filters/index.js +1 -0
  3. package/dist/build/filters/isGradient.d.ts +7 -0
  4. package/dist/build/filters/isGradient.js +10 -0
  5. package/dist/build/platforms/css.js +1 -0
  6. package/dist/build/primerStyleDictionary.js +2 -1
  7. package/dist/build/schemas/borderToken.d.ts +3 -3
  8. package/dist/build/schemas/colorToken.d.ts +3 -3
  9. package/dist/build/schemas/cubicBezierToken.d.ts +3 -3
  10. package/dist/build/schemas/designToken.js +2 -0
  11. package/dist/build/schemas/dimensionToken.d.ts +3 -3
  12. package/dist/build/schemas/durationToken.d.ts +3 -3
  13. package/dist/build/schemas/fontFamilyToken.d.ts +3 -3
  14. package/dist/build/schemas/fontWeightToken.d.ts +3 -3
  15. package/dist/build/schemas/gradientToken.d.ts +60 -0
  16. package/dist/build/schemas/gradientToken.js +26 -0
  17. package/dist/build/schemas/numberToken.d.ts +3 -3
  18. package/dist/build/schemas/referenceValue.js +1 -1
  19. package/dist/build/schemas/shadowToken.d.ts +3 -3
  20. package/dist/build/schemas/stringToken.d.ts +3 -3
  21. package/dist/build/schemas/tokenType.d.ts +1 -1
  22. package/dist/build/schemas/typographyToken.d.ts +3 -3
  23. package/dist/build/schemas/validTokenType.d.ts +1 -1
  24. package/dist/build/schemas/validTokenType.js +1 -0
  25. package/dist/build/schemas/viewportRangeToken.d.ts +3 -3
  26. package/dist/build/transformers/gradientToCss.d.ts +8 -0
  27. package/dist/build/transformers/gradientToCss.js +23 -0
  28. package/dist/build/transformers/index.d.ts +1 -0
  29. package/dist/build/transformers/index.js +1 -0
  30. package/dist/css/functional/themes/dark-colorblind.css +130 -0
  31. package/dist/css/functional/themes/dark-dimmed.css +130 -0
  32. package/dist/css/functional/themes/dark-high-contrast.css +142 -12
  33. package/dist/css/functional/themes/dark-tritanopia.css +130 -0
  34. package/dist/css/functional/themes/dark.css +130 -0
  35. package/dist/css/functional/themes/light-colorblind.css +130 -0
  36. package/dist/css/functional/themes/light-high-contrast.css +142 -12
  37. package/dist/css/functional/themes/light-tritanopia.css +130 -0
  38. package/dist/css/functional/themes/light.css +130 -0
  39. package/dist/docs/functional/themes/dark-colorblind.json +2146 -244
  40. package/dist/docs/functional/themes/dark-dimmed.json +2146 -244
  41. package/dist/docs/functional/themes/dark-high-contrast.json +2167 -265
  42. package/dist/docs/functional/themes/dark-tritanopia.json +2146 -244
  43. package/dist/docs/functional/themes/dark.json +2146 -244
  44. package/dist/docs/functional/themes/light-colorblind.json +2146 -244
  45. package/dist/docs/functional/themes/light-high-contrast.json +2167 -265
  46. package/dist/docs/functional/themes/light-tritanopia.json +2146 -244
  47. package/dist/docs/functional/themes/light.json +2146 -244
  48. package/dist/figma/themes/dark-colorblind.json +819 -34
  49. package/dist/figma/themes/dark-dimmed.json +819 -34
  50. package/dist/figma/themes/dark-high-contrast.json +831 -46
  51. package/dist/figma/themes/dark-tritanopia.json +819 -34
  52. package/dist/figma/themes/dark.json +819 -34
  53. package/dist/figma/themes/light-colorblind.json +818 -33
  54. package/dist/figma/themes/light-high-contrast.json +830 -45
  55. package/dist/figma/themes/light-tritanopia.json +818 -33
  56. package/dist/figma/themes/light.json +818 -33
  57. package/dist/internalCss/dark-colorblind.css +130 -0
  58. package/dist/internalCss/dark-dimmed.css +130 -0
  59. package/dist/internalCss/dark-high-contrast.css +142 -12
  60. package/dist/internalCss/dark-tritanopia.css +130 -0
  61. package/dist/internalCss/dark.css +130 -0
  62. package/dist/internalCss/light-colorblind.css +130 -0
  63. package/dist/internalCss/light-high-contrast.css +142 -12
  64. package/dist/internalCss/light-tritanopia.css +130 -0
  65. package/dist/internalCss/light.css +130 -0
  66. package/dist/styleLint/functional/themes/dark-colorblind.json +2126 -224
  67. package/dist/styleLint/functional/themes/dark-dimmed.json +2126 -224
  68. package/dist/styleLint/functional/themes/dark-high-contrast.json +2166 -264
  69. package/dist/styleLint/functional/themes/dark-tritanopia.json +2126 -224
  70. package/dist/styleLint/functional/themes/dark.json +2126 -224
  71. package/dist/styleLint/functional/themes/light-colorblind.json +2126 -224
  72. package/dist/styleLint/functional/themes/light-high-contrast.json +2166 -264
  73. package/dist/styleLint/functional/themes/light-tritanopia.json +2126 -224
  74. package/dist/styleLint/functional/themes/light.json +2126 -224
  75. package/package.json +1 -1
  76. package/src/tokens/component/contribution.json5 +0 -37
  77. package/src/tokens/functional/color/borderColor.json5 +8 -8
  78. package/src/tokens/functional/color/data-vis.json5 +911 -41
@@ -2223,7 +2223,7 @@
2223
2223
  "org.primer.figma": {
2224
2224
  "collection": "mode",
2225
2225
  "group": "semantic",
2226
- "scopes": ["borderColor"],
2226
+ "scopes": ["borderColor", "effectColor"],
2227
2227
  "codeSyntax": {
2228
2228
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2229
2229
  }
@@ -2238,7 +2238,7 @@
2238
2238
  "org.primer.figma": {
2239
2239
  "collection": "mode",
2240
2240
  "group": "semantic",
2241
- "scopes": ["borderColor"],
2241
+ "scopes": ["borderColor", "effectColor"],
2242
2242
  "codeSyntax": {
2243
2243
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2244
2244
  }
@@ -2257,7 +2257,7 @@
2257
2257
  "org.primer.figma": {
2258
2258
  "collection": "mode",
2259
2259
  "group": "semantic",
2260
- "scopes": ["borderColor"],
2260
+ "scopes": ["borderColor", "effectColor"],
2261
2261
  "codeSyntax": {
2262
2262
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2263
2263
  }
@@ -2290,7 +2290,7 @@
2290
2290
  "org.primer.figma": {
2291
2291
  "collection": "mode",
2292
2292
  "group": "semantic",
2293
- "scopes": ["borderColor"],
2293
+ "scopes": ["borderColor", "effectColor"],
2294
2294
  "codeSyntax": {
2295
2295
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2296
2296
  }
@@ -2735,7 +2735,7 @@
2735
2735
  "org.primer.figma": {
2736
2736
  "collection": "mode",
2737
2737
  "group": "semantic",
2738
- "scopes": ["borderColor"],
2738
+ "scopes": ["borderColor", "effectColor"],
2739
2739
  "codeSyntax": {
2740
2740
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2741
2741
  }
@@ -2756,7 +2756,7 @@
2756
2756
  "org.primer.figma": {
2757
2757
  "collection": "mode",
2758
2758
  "group": "semantic",
2759
- "scopes": ["borderColor"],
2759
+ "scopes": ["borderColor", "effectColor"],
2760
2760
  "codeSyntax": {
2761
2761
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2762
2762
  }
@@ -2775,7 +2775,7 @@
2775
2775
  "org.primer.figma": {
2776
2776
  "collection": "mode",
2777
2777
  "group": "semantic",
2778
- "scopes": ["borderColor"]
2778
+ "scopes": ["borderColor", "effectColor"]
2779
2779
  },
2780
2780
  "org.primer.overrides": {
2781
2781
  "dark-dimmed": {
@@ -2804,7 +2804,7 @@
2804
2804
  "org.primer.figma": {
2805
2805
  "collection": "mode",
2806
2806
  "group": "semantic",
2807
- "scopes": ["borderColor"]
2807
+ "scopes": ["borderColor", "effectColor"]
2808
2808
  },
2809
2809
  "org.primer.overrides": {
2810
2810
  "dark-dimmed": {
@@ -2941,7 +2941,7 @@
2941
2941
  "org.primer.figma": {
2942
2942
  "collection": "mode",
2943
2943
  "group": "semantic",
2944
- "scopes": ["borderColor"]
2944
+ "scopes": ["borderColor", "effectColor"]
2945
2945
  },
2946
2946
  "org.primer.overrides": {
2947
2947
  "light-high-contrast": "#b7bdc8",
@@ -2957,7 +2957,7 @@
2957
2957
  "org.primer.figma": {
2958
2958
  "collection": "mode",
2959
2959
  "group": "semantic",
2960
- "scopes": ["borderColor"]
2960
+ "scopes": ["borderColor", "effectColor"]
2961
2961
  },
2962
2962
  "org.primer.overrides": {
2963
2963
  "light-high-contrast": "{borderColor.default}",
@@ -2977,7 +2977,7 @@
2977
2977
  "org.primer.figma": {
2978
2978
  "collection": "mode",
2979
2979
  "group": "semantic",
2980
- "scopes": ["borderColor"],
2980
+ "scopes": ["borderColor", "effectColor"],
2981
2981
  "codeSyntax": {
2982
2982
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
2983
2983
  }
@@ -3016,7 +3016,7 @@
3016
3016
  "org.primer.figma": {
3017
3017
  "collection": "mode",
3018
3018
  "group": "semantic",
3019
- "scopes": ["borderColor"],
3019
+ "scopes": ["borderColor", "effectColor"],
3020
3020
  "codeSyntax": {
3021
3021
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
3022
3022
  }
@@ -3669,7 +3669,7 @@
3669
3669
  "org.primer.figma": {
3670
3670
  "collection": "mode",
3671
3671
  "group": "semantic",
3672
- "scopes": ["borderColor"]
3672
+ "scopes": ["borderColor", "effectColor"]
3673
3673
  },
3674
3674
  "org.primer.overrides": {
3675
3675
  "light-high-contrast": {
@@ -3698,7 +3698,7 @@
3698
3698
  "org.primer.figma": {
3699
3699
  "collection": "mode",
3700
3700
  "group": "semantic",
3701
- "scopes": ["borderColor"]
3701
+ "scopes": ["borderColor", "effectColor"]
3702
3702
  },
3703
3703
  "org.primer.overrides": {
3704
3704
  "light-high-contrast": {
@@ -3731,7 +3731,7 @@
3731
3731
  "org.primer.figma": {
3732
3732
  "collection": "mode",
3733
3733
  "group": "semantic",
3734
- "scopes": ["borderColor"]
3734
+ "scopes": ["borderColor", "effectColor"]
3735
3735
  }
3736
3736
  },
3737
3737
  "filePath": "src/tokens/functional/color/borderColor.json5",
@@ -3743,7 +3743,7 @@
3743
3743
  "org.primer.figma": {
3744
3744
  "collection": "mode",
3745
3745
  "group": "semantic",
3746
- "scopes": ["borderColor"]
3746
+ "scopes": ["borderColor", "effectColor"]
3747
3747
  }
3748
3748
  }
3749
3749
  },
@@ -10739,7 +10739,7 @@
10739
10739
  "key": "{color.prettylights.syntax.variable}"
10740
10740
  },
10741
10741
  "contribution-default-bgColor-0": {
10742
- "$value": "#212830",
10742
+ "$value": "#151b23",
10743
10743
  "$type": "color",
10744
10744
  "$extensions": {
10745
10745
  "org.primer.figma": {
@@ -10748,15 +10748,13 @@
10748
10748
  "scopes": ["bgColor"]
10749
10749
  },
10750
10750
  "org.primer.overrides": {
10751
- "dark-high-contrast": "#212830",
10752
- "light-high-contrast": "#212830",
10753
10751
  "dark-dimmed": "#2a313c"
10754
10752
  }
10755
10753
  },
10756
10754
  "filePath": "src/tokens/component/contribution.json5",
10757
10755
  "isSource": true,
10758
10756
  "original": {
10759
- "$value": "{base.color.neutral.3}",
10757
+ "$value": "{base.color.neutral.2}",
10760
10758
  "$type": "color",
10761
10759
  "$extensions": {
10762
10760
  "org.primer.figma": {
@@ -10765,8 +10763,6 @@
10765
10763
  "scopes": ["bgColor"]
10766
10764
  },
10767
10765
  "org.primer.overrides": {
10768
- "dark-high-contrast": "{base.color.neutral.3}",
10769
- "light-high-contrast": "{base.color.neutral.3}",
10770
10766
  "dark-dimmed": "{base.color.neutral.5}"
10771
10767
  }
10772
10768
  }
@@ -10907,8 +10903,8 @@
10907
10903
  "key": "{contribution.default.bgColor.4}"
10908
10904
  },
10909
10905
  "contribution-default-borderColor-0": {
10910
- "$value": "#ffffff",
10911
- "alpha": 1,
10906
+ "$value": "#ffffff0d",
10907
+ "alpha": 0.05,
10912
10908
  "$type": "color",
10913
10909
  "$extensions": {
10914
10910
  "org.primer.figma": {
@@ -10930,16 +10926,6 @@
10930
10926
  "filePath": "src/tokens/component/contribution.json5",
10931
10927
  "isSource": true,
10932
10928
  "$type": "color"
10933
- },
10934
- "dark-high-contrast": {
10935
- "$value": "#ffffff",
10936
- "alpha": 1,
10937
- "filePath": "src/tokens/component/contribution.json5",
10938
- "isSource": true,
10939
- "$type": "color"
10940
- },
10941
- "light-high-contrast": {
10942
- "alpha": 1
10943
10929
  }
10944
10930
  }
10945
10931
  },
@@ -10947,7 +10933,7 @@
10947
10933
  "isSource": true,
10948
10934
  "original": {
10949
10935
  "$value": "{base.color.white}",
10950
- "alpha": 1,
10936
+ "alpha": 0.05,
10951
10937
  "$type": "color",
10952
10938
  "$extensions": {
10953
10939
  "org.primer.figma": {
@@ -10969,16 +10955,6 @@
10969
10955
  "filePath": "src/tokens/component/contribution.json5",
10970
10956
  "isSource": true,
10971
10957
  "$type": "color"
10972
- },
10973
- "dark-high-contrast": {
10974
- "$value": "{base.color.white}",
10975
- "alpha": 1,
10976
- "filePath": "src/tokens/component/contribution.json5",
10977
- "isSource": true,
10978
- "$type": "color"
10979
- },
10980
- "light-high-contrast": {
10981
- "alpha": 1
10982
10958
  }
10983
10959
  }
10984
10960
  }
@@ -10989,8 +10965,8 @@
10989
10965
  "key": "{contribution.default.borderColor.0}"
10990
10966
  },
10991
10967
  "contribution-default-borderColor-1": {
10992
- "$value": "#ffffff",
10993
- "alpha": 1,
10968
+ "$value": "#ffffff0d",
10969
+ "alpha": 0.05,
10994
10970
  "$type": "color",
10995
10971
  "$extensions": {
10996
10972
  "org.primer.figma": {
@@ -11012,16 +10988,6 @@
11012
10988
  "filePath": "src/tokens/component/contribution.json5",
11013
10989
  "isSource": true,
11014
10990
  "$type": "color"
11015
- },
11016
- "dark-high-contrast": {
11017
- "$value": "#ffffff",
11018
- "alpha": 1,
11019
- "filePath": "src/tokens/component/contribution.json5",
11020
- "isSource": true,
11021
- "$type": "color"
11022
- },
11023
- "light-high-contrast": {
11024
- "alpha": 1
11025
10991
  }
11026
10992
  }
11027
10993
  },
@@ -11029,7 +10995,7 @@
11029
10995
  "isSource": true,
11030
10996
  "original": {
11031
10997
  "$value": "{base.color.white}",
11032
- "alpha": 1,
10998
+ "alpha": 0.05,
11033
10999
  "$type": "color",
11034
11000
  "$extensions": {
11035
11001
  "org.primer.figma": {
@@ -11051,16 +11017,6 @@
11051
11017
  "filePath": "src/tokens/component/contribution.json5",
11052
11018
  "isSource": true,
11053
11019
  "$type": "color"
11054
- },
11055
- "dark-high-contrast": {
11056
- "$value": "{base.color.white}",
11057
- "alpha": 1,
11058
- "filePath": "src/tokens/component/contribution.json5",
11059
- "isSource": true,
11060
- "$type": "color"
11061
- },
11062
- "light-high-contrast": {
11063
- "alpha": 1
11064
11020
  }
11065
11021
  }
11066
11022
  }
@@ -11071,8 +11027,8 @@
11071
11027
  "key": "{contribution.default.borderColor.1}"
11072
11028
  },
11073
11029
  "contribution-default-borderColor-2": {
11074
- "$value": "#ffffff",
11075
- "alpha": 1,
11030
+ "$value": "#ffffff0d",
11031
+ "alpha": 0.05,
11076
11032
  "$type": "color",
11077
11033
  "$extensions": {
11078
11034
  "org.primer.figma": {
@@ -11094,16 +11050,6 @@
11094
11050
  "filePath": "src/tokens/component/contribution.json5",
11095
11051
  "isSource": true,
11096
11052
  "$type": "color"
11097
- },
11098
- "dark-high-contrast": {
11099
- "$value": "#ffffff",
11100
- "alpha": 1,
11101
- "filePath": "src/tokens/component/contribution.json5",
11102
- "isSource": true,
11103
- "$type": "color"
11104
- },
11105
- "light-high-contrast": {
11106
- "alpha": 1
11107
11053
  }
11108
11054
  }
11109
11055
  },
@@ -11111,7 +11057,7 @@
11111
11057
  "isSource": true,
11112
11058
  "original": {
11113
11059
  "$value": "{base.color.white}",
11114
- "alpha": 1,
11060
+ "alpha": 0.05,
11115
11061
  "$type": "color",
11116
11062
  "$extensions": {
11117
11063
  "org.primer.figma": {
@@ -11133,16 +11079,6 @@
11133
11079
  "filePath": "src/tokens/component/contribution.json5",
11134
11080
  "isSource": true,
11135
11081
  "$type": "color"
11136
- },
11137
- "dark-high-contrast": {
11138
- "$value": "{base.color.white}",
11139
- "alpha": 1,
11140
- "filePath": "src/tokens/component/contribution.json5",
11141
- "isSource": true,
11142
- "$type": "color"
11143
- },
11144
- "light-high-contrast": {
11145
- "alpha": 1
11146
11082
  }
11147
11083
  }
11148
11084
  }
@@ -11153,8 +11089,8 @@
11153
11089
  "key": "{contribution.default.borderColor.2}"
11154
11090
  },
11155
11091
  "contribution-default-borderColor-3": {
11156
- "$value": "#ffffff",
11157
- "alpha": 1,
11092
+ "$value": "#ffffff0d",
11093
+ "alpha": 0.05,
11158
11094
  "$type": "color",
11159
11095
  "$extensions": {
11160
11096
  "org.primer.figma": {
@@ -11176,16 +11112,6 @@
11176
11112
  "filePath": "src/tokens/component/contribution.json5",
11177
11113
  "isSource": true,
11178
11114
  "$type": "color"
11179
- },
11180
- "dark-high-contrast": {
11181
- "$value": "#ffffff",
11182
- "alpha": 1,
11183
- "filePath": "src/tokens/component/contribution.json5",
11184
- "isSource": true,
11185
- "$type": "color"
11186
- },
11187
- "light-high-contrast": {
11188
- "alpha": 1
11189
11115
  }
11190
11116
  }
11191
11117
  },
@@ -11193,7 +11119,7 @@
11193
11119
  "isSource": true,
11194
11120
  "original": {
11195
11121
  "$value": "{base.color.white}",
11196
- "alpha": 1,
11122
+ "alpha": 0.05,
11197
11123
  "$type": "color",
11198
11124
  "$extensions": {
11199
11125
  "org.primer.figma": {
@@ -11215,16 +11141,6 @@
11215
11141
  "filePath": "src/tokens/component/contribution.json5",
11216
11142
  "isSource": true,
11217
11143
  "$type": "color"
11218
- },
11219
- "dark-high-contrast": {
11220
- "$value": "{base.color.white}",
11221
- "alpha": 1,
11222
- "filePath": "src/tokens/component/contribution.json5",
11223
- "isSource": true,
11224
- "$type": "color"
11225
- },
11226
- "light-high-contrast": {
11227
- "alpha": 1
11228
11144
  }
11229
11145
  }
11230
11146
  }
@@ -11235,8 +11151,8 @@
11235
11151
  "key": "{contribution.default.borderColor.3}"
11236
11152
  },
11237
11153
  "contribution-default-borderColor-4": {
11238
- "$value": "#ffffff",
11239
- "alpha": 1,
11154
+ "$value": "#ffffff0d",
11155
+ "alpha": 0.05,
11240
11156
  "$type": "color",
11241
11157
  "$extensions": {
11242
11158
  "org.primer.figma": {
@@ -11258,16 +11174,6 @@
11258
11174
  "filePath": "src/tokens/component/contribution.json5",
11259
11175
  "isSource": true,
11260
11176
  "$type": "color"
11261
- },
11262
- "dark-high-contrast": {
11263
- "$value": "#ffffff",
11264
- "alpha": 1,
11265
- "filePath": "src/tokens/component/contribution.json5",
11266
- "isSource": true,
11267
- "$type": "color"
11268
- },
11269
- "light-high-contrast": {
11270
- "alpha": 1
11271
11177
  }
11272
11178
  }
11273
11179
  },
@@ -11275,7 +11181,7 @@
11275
11181
  "isSource": true,
11276
11182
  "original": {
11277
11183
  "$value": "{base.color.white}",
11278
- "alpha": 1,
11184
+ "alpha": 0.05,
11279
11185
  "$type": "color",
11280
11186
  "$extensions": {
11281
11187
  "org.primer.figma": {
@@ -11297,16 +11203,6 @@
11297
11203
  "filePath": "src/tokens/component/contribution.json5",
11298
11204
  "isSource": true,
11299
11205
  "$type": "color"
11300
- },
11301
- "dark-high-contrast": {
11302
- "$value": "{base.color.white}",
11303
- "alpha": 1,
11304
- "filePath": "src/tokens/component/contribution.json5",
11305
- "isSource": true,
11306
- "$type": "color"
11307
- },
11308
- "light-high-contrast": {
11309
- "alpha": 1
11310
11206
  }
11311
11207
  }
11312
11208
  }
@@ -14286,7 +14182,7 @@
14286
14182
  "path": ["data", "auburn", "color", "emphasis"],
14287
14183
  "key": "{data.auburn.color.emphasis}"
14288
14184
  },
14289
- "data-auburn-color-muted": {
14185
+ "data-auburn-color-gradientStop-1": {
14290
14186
  "$value": "#271817",
14291
14187
  "$type": "color",
14292
14188
  "$extensions": {
@@ -14294,68 +14190,58 @@
14294
14190
  "collection": "mode",
14295
14191
  "group": "component",
14296
14192
  "scopes": ["bgColor"]
14297
- },
14298
- "org.primer.overrides": {
14299
- "dark": "#271817"
14300
14193
  }
14301
14194
  },
14302
14195
  "filePath": "src/tokens/functional/color/data-vis.json5",
14303
14196
  "isSource": true,
14304
14197
  "original": {
14305
- "$value": "{base.display.color.auburn.0}",
14198
+ "$value": "{data.auburn.color.muted}",
14306
14199
  "$type": "color",
14307
14200
  "$extensions": {
14308
14201
  "org.primer.figma": {
14309
14202
  "collection": "mode",
14310
14203
  "group": "component",
14311
14204
  "scopes": ["bgColor"]
14312
- },
14313
- "org.primer.overrides": {
14314
- "dark": "{base.display.color.auburn.0}"
14315
14205
  }
14316
14206
  }
14317
14207
  },
14318
- "name": "data-auburn-color-muted",
14208
+ "name": "data-auburn-color-gradientStop-1",
14319
14209
  "attributes": {},
14320
- "path": ["data", "auburn", "color", "muted"],
14321
- "key": "{data.auburn.color.muted}"
14210
+ "path": ["data", "auburn", "color", "gradientStop", "1"],
14211
+ "key": "{data.auburn.color.gradientStop.1}"
14322
14212
  },
14323
- "data-blue-color-emphasis": {
14324
- "$value": "#0576ff",
14213
+ "data-auburn-color-gradientStop-2": {
14214
+ "$value": "#27181700",
14325
14215
  "$type": "color",
14216
+ "alpha": 0,
14326
14217
  "$extensions": {
14327
14218
  "org.primer.figma": {
14328
14219
  "collection": "mode",
14329
14220
  "group": "component",
14330
- "scopes": ["bgColor", "borderColor"]
14331
- },
14332
- "org.primer.overrides": {
14333
- "dark": "#0576ff"
14221
+ "scopes": ["bgColor"]
14334
14222
  }
14335
14223
  },
14336
14224
  "filePath": "src/tokens/functional/color/data-vis.json5",
14337
14225
  "isSource": true,
14338
14226
  "original": {
14339
- "$value": "{base.display.color.blue.5}",
14227
+ "$value": "{data.auburn.color.muted}",
14340
14228
  "$type": "color",
14229
+ "alpha": 0,
14341
14230
  "$extensions": {
14342
14231
  "org.primer.figma": {
14343
14232
  "collection": "mode",
14344
14233
  "group": "component",
14345
- "scopes": ["bgColor", "borderColor"]
14346
- },
14347
- "org.primer.overrides": {
14348
- "dark": "{base.display.color.blue.5}"
14234
+ "scopes": ["bgColor"]
14349
14235
  }
14350
14236
  }
14351
14237
  },
14352
- "name": "data-blue-color-emphasis",
14238
+ "name": "data-auburn-color-gradientStop-2",
14353
14239
  "attributes": {},
14354
- "path": ["data", "blue", "color", "emphasis"],
14355
- "key": "{data.blue.color.emphasis}"
14240
+ "path": ["data", "auburn", "color", "gradientStop", "2"],
14241
+ "key": "{data.auburn.color.gradientStop.2}"
14356
14242
  },
14357
- "data-blue-color-muted": {
14358
- "$value": "#001a47",
14243
+ "data-auburn-color-muted": {
14244
+ "$value": "#271817",
14359
14245
  "$type": "color",
14360
14246
  "$extensions": {
14361
14247
  "org.primer.figma": {
@@ -14364,13 +14250,13 @@
14364
14250
  "scopes": ["bgColor"]
14365
14251
  },
14366
14252
  "org.primer.overrides": {
14367
- "dark": "#001a47"
14253
+ "dark": "#271817"
14368
14254
  }
14369
14255
  },
14370
14256
  "filePath": "src/tokens/functional/color/data-vis.json5",
14371
14257
  "isSource": true,
14372
14258
  "original": {
14373
- "$value": "{base.display.color.blue.0}",
14259
+ "$value": "{base.display.color.auburn.0}",
14374
14260
  "$type": "color",
14375
14261
  "$extensions": {
14376
14262
  "org.primer.figma": {
@@ -14379,17 +14265,49 @@
14379
14265
  "scopes": ["bgColor"]
14380
14266
  },
14381
14267
  "org.primer.overrides": {
14382
- "dark": "{base.display.color.blue.0}"
14268
+ "dark": "{base.display.color.auburn.0}"
14383
14269
  }
14384
14270
  }
14385
14271
  },
14386
- "name": "data-blue-color-muted",
14272
+ "name": "data-auburn-color-muted",
14387
14273
  "attributes": {},
14388
- "path": ["data", "blue", "color", "muted"],
14389
- "key": "{data.blue.color.muted}"
14274
+ "path": ["data", "auburn", "color", "muted"],
14275
+ "key": "{data.auburn.color.muted}"
14390
14276
  },
14391
- "data-gray-color-emphasis": {
14392
- "$value": "#576270",
14277
+ "data-auburn-gradient": {
14278
+ "$type": "gradient",
14279
+ "$value": [
14280
+ {
14281
+ "color": "#271817",
14282
+ "position": 0
14283
+ },
14284
+ {
14285
+ "color": "#27181700",
14286
+ "position": 1
14287
+ }
14288
+ ],
14289
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14290
+ "isSource": true,
14291
+ "original": {
14292
+ "$type": "gradient",
14293
+ "$value": [
14294
+ {
14295
+ "color": "{data.auburn.color.gradientStop.1}",
14296
+ "position": 0
14297
+ },
14298
+ {
14299
+ "color": "{data.auburn.color.gradientStop.2}",
14300
+ "position": 1
14301
+ }
14302
+ ]
14303
+ },
14304
+ "name": "data-auburn-gradient",
14305
+ "attributes": {},
14306
+ "path": ["data", "auburn", "gradient"],
14307
+ "key": "{data.auburn.gradient}"
14308
+ },
14309
+ "data-blue-color-emphasis": {
14310
+ "$value": "#0576ff",
14393
14311
  "$type": "color",
14394
14312
  "$extensions": {
14395
14313
  "org.primer.figma": {
@@ -14398,13 +14316,13 @@
14398
14316
  "scopes": ["bgColor", "borderColor"]
14399
14317
  },
14400
14318
  "org.primer.overrides": {
14401
- "dark": "#576270"
14319
+ "dark": "#0576ff"
14402
14320
  }
14403
14321
  },
14404
14322
  "filePath": "src/tokens/functional/color/data-vis.json5",
14405
14323
  "isSource": true,
14406
14324
  "original": {
14407
- "$value": "{base.display.color.gray.4}",
14325
+ "$value": "{base.display.color.blue.5}",
14408
14326
  "$type": "color",
14409
14327
  "$extensions": {
14410
14328
  "org.primer.figma": {
@@ -14413,85 +14331,75 @@
14413
14331
  "scopes": ["bgColor", "borderColor"]
14414
14332
  },
14415
14333
  "org.primer.overrides": {
14416
- "dark": "{base.display.color.gray.4}"
14334
+ "dark": "{base.display.color.blue.5}"
14417
14335
  }
14418
14336
  }
14419
14337
  },
14420
- "name": "data-gray-color-emphasis",
14338
+ "name": "data-blue-color-emphasis",
14421
14339
  "attributes": {},
14422
- "path": ["data", "gray", "color", "emphasis"],
14423
- "key": "{data.gray.color.emphasis}"
14340
+ "path": ["data", "blue", "color", "emphasis"],
14341
+ "key": "{data.blue.color.emphasis}"
14424
14342
  },
14425
- "data-gray-color-muted": {
14426
- "$value": "#1c1c1c",
14343
+ "data-blue-color-gradientStop-1": {
14344
+ "$value": "#001a47",
14427
14345
  "$type": "color",
14428
14346
  "$extensions": {
14429
14347
  "org.primer.figma": {
14430
14348
  "collection": "mode",
14431
14349
  "group": "component",
14432
14350
  "scopes": ["bgColor"]
14433
- },
14434
- "org.primer.overrides": {
14435
- "dark": "#1c1c1c"
14436
14351
  }
14437
14352
  },
14438
14353
  "filePath": "src/tokens/functional/color/data-vis.json5",
14439
14354
  "isSource": true,
14440
14355
  "original": {
14441
- "$value": "{base.display.color.gray.0}",
14356
+ "$value": "{data.blue.color.muted}",
14442
14357
  "$type": "color",
14443
14358
  "$extensions": {
14444
14359
  "org.primer.figma": {
14445
14360
  "collection": "mode",
14446
14361
  "group": "component",
14447
14362
  "scopes": ["bgColor"]
14448
- },
14449
- "org.primer.overrides": {
14450
- "dark": "{base.display.color.gray.0}"
14451
14363
  }
14452
14364
  }
14453
14365
  },
14454
- "name": "data-gray-color-muted",
14366
+ "name": "data-blue-color-gradientStop-1",
14455
14367
  "attributes": {},
14456
- "path": ["data", "gray", "color", "muted"],
14457
- "key": "{data.gray.color.muted}"
14368
+ "path": ["data", "blue", "color", "gradientStop", "1"],
14369
+ "key": "{data.blue.color.gradientStop.1}"
14458
14370
  },
14459
- "data-green-color-emphasis": {
14460
- "$value": "#2f6f37",
14371
+ "data-blue-color-gradientStop-2": {
14372
+ "$value": "#001a4700",
14461
14373
  "$type": "color",
14374
+ "alpha": 0,
14462
14375
  "$extensions": {
14463
14376
  "org.primer.figma": {
14464
14377
  "collection": "mode",
14465
14378
  "group": "component",
14466
- "scopes": ["bgColor", "borderColor"]
14467
- },
14468
- "org.primer.overrides": {
14469
- "dark": "#2f6f37"
14379
+ "scopes": ["bgColor"]
14470
14380
  }
14471
14381
  },
14472
14382
  "filePath": "src/tokens/functional/color/data-vis.json5",
14473
14383
  "isSource": true,
14474
14384
  "original": {
14475
- "$value": "{base.display.color.green.4}",
14385
+ "$value": "{data.blue.color.muted}",
14476
14386
  "$type": "color",
14387
+ "alpha": 0,
14477
14388
  "$extensions": {
14478
14389
  "org.primer.figma": {
14479
14390
  "collection": "mode",
14480
14391
  "group": "component",
14481
- "scopes": ["bgColor", "borderColor"]
14482
- },
14483
- "org.primer.overrides": {
14484
- "dark": "{base.display.color.green.4}"
14392
+ "scopes": ["bgColor"]
14485
14393
  }
14486
14394
  }
14487
14395
  },
14488
- "name": "data-green-color-emphasis",
14396
+ "name": "data-blue-color-gradientStop-2",
14489
14397
  "attributes": {},
14490
- "path": ["data", "green", "color", "emphasis"],
14491
- "key": "{data.green.color.emphasis}"
14398
+ "path": ["data", "blue", "color", "gradientStop", "2"],
14399
+ "key": "{data.blue.color.gradientStop.2}"
14492
14400
  },
14493
- "data-green-color-muted": {
14494
- "$value": "#122117",
14401
+ "data-blue-color-muted": {
14402
+ "$value": "#001a47",
14495
14403
  "$type": "color",
14496
14404
  "$extensions": {
14497
14405
  "org.primer.figma": {
@@ -14500,13 +14408,13 @@
14500
14408
  "scopes": ["bgColor"]
14501
14409
  },
14502
14410
  "org.primer.overrides": {
14503
- "dark": "#122117"
14411
+ "dark": "#001a47"
14504
14412
  }
14505
14413
  },
14506
14414
  "filePath": "src/tokens/functional/color/data-vis.json5",
14507
14415
  "isSource": true,
14508
14416
  "original": {
14509
- "$value": "{base.display.color.green.0}",
14417
+ "$value": "{base.display.color.blue.0}",
14510
14418
  "$type": "color",
14511
14419
  "$extensions": {
14512
14420
  "org.primer.figma": {
@@ -14515,32 +14423,1486 @@
14515
14423
  "scopes": ["bgColor"]
14516
14424
  },
14517
14425
  "org.primer.overrides": {
14518
- "dark": "{base.display.color.green.0}"
14426
+ "dark": "{base.display.color.blue.0}"
14519
14427
  }
14520
14428
  }
14521
14429
  },
14522
- "name": "data-green-color-muted",
14430
+ "name": "data-blue-color-muted",
14523
14431
  "attributes": {},
14524
- "path": ["data", "green", "color", "muted"],
14525
- "key": "{data.green.color.muted}"
14432
+ "path": ["data", "blue", "color", "muted"],
14433
+ "key": "{data.blue.color.muted}"
14526
14434
  },
14527
- "data-orange-color-emphasis": {
14528
- "$value": "#984b10",
14529
- "$type": "color",
14530
- "$extensions": {
14435
+ "data-blue-gradient": {
14436
+ "$type": "gradient",
14437
+ "$value": [
14438
+ {
14439
+ "color": "#001a47",
14440
+ "position": 0
14441
+ },
14442
+ {
14443
+ "color": "#001a4700",
14444
+ "position": 1
14445
+ }
14446
+ ],
14447
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14448
+ "isSource": true,
14449
+ "original": {
14450
+ "$type": "gradient",
14451
+ "$value": [
14452
+ {
14453
+ "color": "{data.blue.color.gradientStop.1}",
14454
+ "position": 0
14455
+ },
14456
+ {
14457
+ "color": "{data.blue.color.gradientStop.2}",
14458
+ "position": 1
14459
+ }
14460
+ ]
14461
+ },
14462
+ "name": "data-blue-gradient",
14463
+ "attributes": {},
14464
+ "path": ["data", "blue", "gradient"],
14465
+ "key": "{data.blue.gradient}"
14466
+ },
14467
+ "data-brown-color-emphasis": {
14468
+ "$value": "#94774c",
14469
+ "$type": "color",
14470
+ "$extensions": {
14471
+ "org.primer.figma": {
14472
+ "collection": "mode",
14473
+ "group": "component",
14474
+ "scopes": ["bgColor", "borderColor"]
14475
+ },
14476
+ "org.primer.overrides": {
14477
+ "dark": "#94774c"
14478
+ }
14479
+ },
14480
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14481
+ "isSource": true,
14482
+ "original": {
14483
+ "$value": "{base.display.color.brown.5}",
14484
+ "$type": "color",
14485
+ "$extensions": {
14486
+ "org.primer.figma": {
14487
+ "collection": "mode",
14488
+ "group": "component",
14489
+ "scopes": ["bgColor", "borderColor"]
14490
+ },
14491
+ "org.primer.overrides": {
14492
+ "dark": "{base.display.color.brown.5}"
14493
+ }
14494
+ }
14495
+ },
14496
+ "name": "data-brown-color-emphasis",
14497
+ "attributes": {},
14498
+ "path": ["data", "brown", "color", "emphasis"],
14499
+ "key": "{data.brown.color.emphasis}"
14500
+ },
14501
+ "data-brown-color-gradientStop-1": {
14502
+ "$value": "#241c14",
14503
+ "$type": "color",
14504
+ "$extensions": {
14505
+ "org.primer.figma": {
14506
+ "collection": "mode",
14507
+ "group": "component",
14508
+ "scopes": ["bgColor"]
14509
+ }
14510
+ },
14511
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14512
+ "isSource": true,
14513
+ "original": {
14514
+ "$value": "{data.brown.color.muted}",
14515
+ "$type": "color",
14516
+ "$extensions": {
14517
+ "org.primer.figma": {
14518
+ "collection": "mode",
14519
+ "group": "component",
14520
+ "scopes": ["bgColor"]
14521
+ }
14522
+ }
14523
+ },
14524
+ "name": "data-brown-color-gradientStop-1",
14525
+ "attributes": {},
14526
+ "path": ["data", "brown", "color", "gradientStop", "1"],
14527
+ "key": "{data.brown.color.gradientStop.1}"
14528
+ },
14529
+ "data-brown-color-gradientStop-2": {
14530
+ "$value": "#241c1400",
14531
+ "$type": "color",
14532
+ "alpha": 0,
14533
+ "$extensions": {
14534
+ "org.primer.figma": {
14535
+ "collection": "mode",
14536
+ "group": "component",
14537
+ "scopes": ["bgColor"]
14538
+ }
14539
+ },
14540
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14541
+ "isSource": true,
14542
+ "original": {
14543
+ "$value": "{data.brown.color.muted}",
14544
+ "$type": "color",
14545
+ "alpha": 0,
14546
+ "$extensions": {
14547
+ "org.primer.figma": {
14548
+ "collection": "mode",
14549
+ "group": "component",
14550
+ "scopes": ["bgColor"]
14551
+ }
14552
+ }
14553
+ },
14554
+ "name": "data-brown-color-gradientStop-2",
14555
+ "attributes": {},
14556
+ "path": ["data", "brown", "color", "gradientStop", "2"],
14557
+ "key": "{data.brown.color.gradientStop.2}"
14558
+ },
14559
+ "data-brown-color-muted": {
14560
+ "$value": "#241c14",
14561
+ "$type": "color",
14562
+ "$extensions": {
14563
+ "org.primer.figma": {
14564
+ "collection": "mode",
14565
+ "group": "component",
14566
+ "scopes": ["bgColor"]
14567
+ },
14568
+ "org.primer.overrides": {
14569
+ "dark": "#241c14"
14570
+ }
14571
+ },
14572
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14573
+ "isSource": true,
14574
+ "original": {
14575
+ "$value": "{base.display.color.brown.0}",
14576
+ "$type": "color",
14577
+ "$extensions": {
14578
+ "org.primer.figma": {
14579
+ "collection": "mode",
14580
+ "group": "component",
14581
+ "scopes": ["bgColor"]
14582
+ },
14583
+ "org.primer.overrides": {
14584
+ "dark": "{base.display.color.brown.0}"
14585
+ }
14586
+ }
14587
+ },
14588
+ "name": "data-brown-color-muted",
14589
+ "attributes": {},
14590
+ "path": ["data", "brown", "color", "muted"],
14591
+ "key": "{data.brown.color.muted}"
14592
+ },
14593
+ "data-brown-gradient": {
14594
+ "$type": "gradient",
14595
+ "$value": [
14596
+ {
14597
+ "color": "#241c14",
14598
+ "position": 0
14599
+ },
14600
+ {
14601
+ "color": "#241c1400",
14602
+ "position": 1
14603
+ }
14604
+ ],
14605
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14606
+ "isSource": true,
14607
+ "original": {
14608
+ "$type": "gradient",
14609
+ "$value": [
14610
+ {
14611
+ "color": "{data.brown.color.gradientStop.1}",
14612
+ "position": 0
14613
+ },
14614
+ {
14615
+ "color": "{data.brown.color.gradientStop.2}",
14616
+ "position": 1
14617
+ }
14618
+ ]
14619
+ },
14620
+ "name": "data-brown-gradient",
14621
+ "attributes": {},
14622
+ "path": ["data", "brown", "gradient"],
14623
+ "key": "{data.brown.gradient}"
14624
+ },
14625
+ "data-coral-color-emphasis": {
14626
+ "$value": "#e1430e",
14627
+ "$type": "color",
14628
+ "$extensions": {
14629
+ "org.primer.figma": {
14630
+ "collection": "mode",
14631
+ "group": "component",
14632
+ "scopes": ["bgColor", "borderColor"]
14633
+ },
14634
+ "org.primer.overrides": {
14635
+ "dark": "#e1430e"
14636
+ }
14637
+ },
14638
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14639
+ "isSource": true,
14640
+ "original": {
14641
+ "$value": "{base.display.color.coral.5}",
14642
+ "$type": "color",
14643
+ "$extensions": {
14644
+ "org.primer.figma": {
14645
+ "collection": "mode",
14646
+ "group": "component",
14647
+ "scopes": ["bgColor", "borderColor"]
14648
+ },
14649
+ "org.primer.overrides": {
14650
+ "dark": "{base.display.color.coral.5}"
14651
+ }
14652
+ }
14653
+ },
14654
+ "name": "data-coral-color-emphasis",
14655
+ "attributes": {},
14656
+ "path": ["data", "coral", "color", "emphasis"],
14657
+ "key": "{data.coral.color.emphasis}"
14658
+ },
14659
+ "data-coral-color-gradientStop-1": {
14660
+ "$value": "#351008",
14661
+ "$type": "color",
14662
+ "$extensions": {
14663
+ "org.primer.figma": {
14664
+ "collection": "mode",
14665
+ "group": "component",
14666
+ "scopes": ["bgColor"]
14667
+ }
14668
+ },
14669
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14670
+ "isSource": true,
14671
+ "original": {
14672
+ "$value": "{data.coral.color.muted}",
14673
+ "$type": "color",
14674
+ "$extensions": {
14675
+ "org.primer.figma": {
14676
+ "collection": "mode",
14677
+ "group": "component",
14678
+ "scopes": ["bgColor"]
14679
+ }
14680
+ }
14681
+ },
14682
+ "name": "data-coral-color-gradientStop-1",
14683
+ "attributes": {},
14684
+ "path": ["data", "coral", "color", "gradientStop", "1"],
14685
+ "key": "{data.coral.color.gradientStop.1}"
14686
+ },
14687
+ "data-coral-color-gradientStop-2": {
14688
+ "$value": "#35100800",
14689
+ "$type": "color",
14690
+ "alpha": 0,
14691
+ "$extensions": {
14692
+ "org.primer.figma": {
14693
+ "collection": "mode",
14694
+ "group": "component",
14695
+ "scopes": ["bgColor"]
14696
+ }
14697
+ },
14698
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14699
+ "isSource": true,
14700
+ "original": {
14701
+ "$value": "{data.coral.color.muted}",
14702
+ "$type": "color",
14703
+ "alpha": 0,
14704
+ "$extensions": {
14705
+ "org.primer.figma": {
14706
+ "collection": "mode",
14707
+ "group": "component",
14708
+ "scopes": ["bgColor"]
14709
+ }
14710
+ }
14711
+ },
14712
+ "name": "data-coral-color-gradientStop-2",
14713
+ "attributes": {},
14714
+ "path": ["data", "coral", "color", "gradientStop", "2"],
14715
+ "key": "{data.coral.color.gradientStop.2}"
14716
+ },
14717
+ "data-coral-color-muted": {
14718
+ "$value": "#351008",
14719
+ "$type": "color",
14720
+ "$extensions": {
14721
+ "org.primer.figma": {
14722
+ "collection": "mode",
14723
+ "group": "component",
14724
+ "scopes": ["bgColor"]
14725
+ },
14726
+ "org.primer.overrides": {
14727
+ "dark": "#351008"
14728
+ }
14729
+ },
14730
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14731
+ "isSource": true,
14732
+ "original": {
14733
+ "$value": "{base.display.color.coral.0}",
14734
+ "$type": "color",
14735
+ "$extensions": {
14736
+ "org.primer.figma": {
14737
+ "collection": "mode",
14738
+ "group": "component",
14739
+ "scopes": ["bgColor"]
14740
+ },
14741
+ "org.primer.overrides": {
14742
+ "dark": "{base.display.color.coral.0}"
14743
+ }
14744
+ }
14745
+ },
14746
+ "name": "data-coral-color-muted",
14747
+ "attributes": {},
14748
+ "path": ["data", "coral", "color", "muted"],
14749
+ "key": "{data.coral.color.muted}"
14750
+ },
14751
+ "data-coral-gradient": {
14752
+ "$type": "gradient",
14753
+ "$value": [
14754
+ {
14755
+ "color": "#351008",
14756
+ "position": 0
14757
+ },
14758
+ {
14759
+ "color": "#35100800",
14760
+ "position": 1
14761
+ }
14762
+ ],
14763
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14764
+ "isSource": true,
14765
+ "original": {
14766
+ "$type": "gradient",
14767
+ "$value": [
14768
+ {
14769
+ "color": "{data.coral.color.gradientStop.1}",
14770
+ "position": 0
14771
+ },
14772
+ {
14773
+ "color": "{data.coral.color.gradientStop.2}",
14774
+ "position": 1
14775
+ }
14776
+ ]
14777
+ },
14778
+ "name": "data-coral-gradient",
14779
+ "attributes": {},
14780
+ "path": ["data", "coral", "gradient"],
14781
+ "key": "{data.coral.gradient}"
14782
+ },
14783
+ "data-gray-color-emphasis": {
14784
+ "$value": "#576270",
14785
+ "$type": "color",
14786
+ "$extensions": {
14787
+ "org.primer.figma": {
14788
+ "collection": "mode",
14789
+ "group": "component",
14790
+ "scopes": ["bgColor", "borderColor"]
14791
+ },
14792
+ "org.primer.overrides": {
14793
+ "dark": "#576270"
14794
+ }
14795
+ },
14796
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14797
+ "isSource": true,
14798
+ "original": {
14799
+ "$value": "{base.display.color.gray.4}",
14800
+ "$type": "color",
14801
+ "$extensions": {
14802
+ "org.primer.figma": {
14803
+ "collection": "mode",
14804
+ "group": "component",
14805
+ "scopes": ["bgColor", "borderColor"]
14806
+ },
14807
+ "org.primer.overrides": {
14808
+ "dark": "{base.display.color.gray.4}"
14809
+ }
14810
+ }
14811
+ },
14812
+ "name": "data-gray-color-emphasis",
14813
+ "attributes": {},
14814
+ "path": ["data", "gray", "color", "emphasis"],
14815
+ "key": "{data.gray.color.emphasis}"
14816
+ },
14817
+ "data-gray-color-gradientStop-1": {
14818
+ "$value": "#1c1c1c",
14819
+ "$type": "color",
14820
+ "$extensions": {
14821
+ "org.primer.figma": {
14822
+ "collection": "mode",
14823
+ "group": "component",
14824
+ "scopes": ["bgColor"]
14825
+ }
14826
+ },
14827
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14828
+ "isSource": true,
14829
+ "original": {
14830
+ "$value": "{data.gray.color.muted}",
14831
+ "$type": "color",
14832
+ "$extensions": {
14833
+ "org.primer.figma": {
14834
+ "collection": "mode",
14835
+ "group": "component",
14836
+ "scopes": ["bgColor"]
14837
+ }
14838
+ }
14839
+ },
14840
+ "name": "data-gray-color-gradientStop-1",
14841
+ "attributes": {},
14842
+ "path": ["data", "gray", "color", "gradientStop", "1"],
14843
+ "key": "{data.gray.color.gradientStop.1}"
14844
+ },
14845
+ "data-gray-color-gradientStop-2": {
14846
+ "$value": "#1c1c1c00",
14847
+ "$type": "color",
14848
+ "alpha": 0,
14849
+ "$extensions": {
14850
+ "org.primer.figma": {
14851
+ "collection": "mode",
14852
+ "group": "component",
14853
+ "scopes": ["bgColor"]
14854
+ }
14855
+ },
14856
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14857
+ "isSource": true,
14858
+ "original": {
14859
+ "$value": "{data.gray.color.muted}",
14860
+ "$type": "color",
14861
+ "alpha": 0,
14862
+ "$extensions": {
14863
+ "org.primer.figma": {
14864
+ "collection": "mode",
14865
+ "group": "component",
14866
+ "scopes": ["bgColor"]
14867
+ }
14868
+ }
14869
+ },
14870
+ "name": "data-gray-color-gradientStop-2",
14871
+ "attributes": {},
14872
+ "path": ["data", "gray", "color", "gradientStop", "2"],
14873
+ "key": "{data.gray.color.gradientStop.2}"
14874
+ },
14875
+ "data-gray-color-muted": {
14876
+ "$value": "#1c1c1c",
14877
+ "$type": "color",
14878
+ "$extensions": {
14879
+ "org.primer.figma": {
14880
+ "collection": "mode",
14881
+ "group": "component",
14882
+ "scopes": ["bgColor"]
14883
+ },
14884
+ "org.primer.overrides": {
14885
+ "dark": "#1c1c1c"
14886
+ }
14887
+ },
14888
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14889
+ "isSource": true,
14890
+ "original": {
14891
+ "$value": "{base.display.color.gray.0}",
14892
+ "$type": "color",
14893
+ "$extensions": {
14894
+ "org.primer.figma": {
14895
+ "collection": "mode",
14896
+ "group": "component",
14897
+ "scopes": ["bgColor"]
14898
+ },
14899
+ "org.primer.overrides": {
14900
+ "dark": "{base.display.color.gray.0}"
14901
+ }
14902
+ }
14903
+ },
14904
+ "name": "data-gray-color-muted",
14905
+ "attributes": {},
14906
+ "path": ["data", "gray", "color", "muted"],
14907
+ "key": "{data.gray.color.muted}"
14908
+ },
14909
+ "data-gray-gradient": {
14910
+ "$type": "gradient",
14911
+ "$value": [
14912
+ {
14913
+ "color": "#1c1c1c",
14914
+ "position": 0
14915
+ },
14916
+ {
14917
+ "color": "#1c1c1c00",
14918
+ "position": 1
14919
+ }
14920
+ ],
14921
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14922
+ "isSource": true,
14923
+ "original": {
14924
+ "$type": "gradient",
14925
+ "$value": [
14926
+ {
14927
+ "color": "{data.gray.color.gradientStop.1}",
14928
+ "position": 0
14929
+ },
14930
+ {
14931
+ "color": "{data.gray.color.gradientStop.2}",
14932
+ "position": 1
14933
+ }
14934
+ ]
14935
+ },
14936
+ "name": "data-gray-gradient",
14937
+ "attributes": {},
14938
+ "path": ["data", "gray", "gradient"],
14939
+ "key": "{data.gray.gradient}"
14940
+ },
14941
+ "data-green-color-emphasis": {
14942
+ "$value": "#2f6f37",
14943
+ "$type": "color",
14944
+ "$extensions": {
14945
+ "org.primer.figma": {
14946
+ "collection": "mode",
14947
+ "group": "component",
14948
+ "scopes": ["bgColor", "borderColor"]
14949
+ },
14950
+ "org.primer.overrides": {
14951
+ "dark": "#2f6f37"
14952
+ }
14953
+ },
14954
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14955
+ "isSource": true,
14956
+ "original": {
14957
+ "$value": "{base.display.color.green.4}",
14958
+ "$type": "color",
14959
+ "$extensions": {
14960
+ "org.primer.figma": {
14961
+ "collection": "mode",
14962
+ "group": "component",
14963
+ "scopes": ["bgColor", "borderColor"]
14964
+ },
14965
+ "org.primer.overrides": {
14966
+ "dark": "{base.display.color.green.4}"
14967
+ }
14968
+ }
14969
+ },
14970
+ "name": "data-green-color-emphasis",
14971
+ "attributes": {},
14972
+ "path": ["data", "green", "color", "emphasis"],
14973
+ "key": "{data.green.color.emphasis}"
14974
+ },
14975
+ "data-green-color-gradientStop-1": {
14976
+ "$value": "#122117",
14977
+ "$type": "color",
14978
+ "$extensions": {
14979
+ "org.primer.figma": {
14980
+ "collection": "mode",
14981
+ "group": "component",
14982
+ "scopes": ["bgColor"]
14983
+ }
14984
+ },
14985
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14986
+ "isSource": true,
14987
+ "original": {
14988
+ "$value": "{data.green.color.muted}",
14989
+ "$type": "color",
14990
+ "$extensions": {
14991
+ "org.primer.figma": {
14992
+ "collection": "mode",
14993
+ "group": "component",
14994
+ "scopes": ["bgColor"]
14995
+ }
14996
+ }
14997
+ },
14998
+ "name": "data-green-color-gradientStop-1",
14999
+ "attributes": {},
15000
+ "path": ["data", "green", "color", "gradientStop", "1"],
15001
+ "key": "{data.green.color.gradientStop.1}"
15002
+ },
15003
+ "data-green-color-gradientStop-2": {
15004
+ "$value": "#12211700",
15005
+ "$type": "color",
15006
+ "alpha": 0,
15007
+ "$extensions": {
15008
+ "org.primer.figma": {
15009
+ "collection": "mode",
15010
+ "group": "component",
15011
+ "scopes": ["bgColor"]
15012
+ }
15013
+ },
15014
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15015
+ "isSource": true,
15016
+ "original": {
15017
+ "$value": "{data.green.color.muted}",
15018
+ "$type": "color",
15019
+ "alpha": 0,
15020
+ "$extensions": {
15021
+ "org.primer.figma": {
15022
+ "collection": "mode",
15023
+ "group": "component",
15024
+ "scopes": ["bgColor"]
15025
+ }
15026
+ }
15027
+ },
15028
+ "name": "data-green-color-gradientStop-2",
15029
+ "attributes": {},
15030
+ "path": ["data", "green", "color", "gradientStop", "2"],
15031
+ "key": "{data.green.color.gradientStop.2}"
15032
+ },
15033
+ "data-green-color-muted": {
15034
+ "$value": "#122117",
15035
+ "$type": "color",
15036
+ "$extensions": {
15037
+ "org.primer.figma": {
15038
+ "collection": "mode",
15039
+ "group": "component",
15040
+ "scopes": ["bgColor"]
15041
+ },
15042
+ "org.primer.overrides": {
15043
+ "dark": "#122117"
15044
+ }
15045
+ },
15046
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15047
+ "isSource": true,
15048
+ "original": {
15049
+ "$value": "{base.display.color.green.0}",
15050
+ "$type": "color",
15051
+ "$extensions": {
15052
+ "org.primer.figma": {
15053
+ "collection": "mode",
15054
+ "group": "component",
15055
+ "scopes": ["bgColor"]
15056
+ },
15057
+ "org.primer.overrides": {
15058
+ "dark": "{base.display.color.green.0}"
15059
+ }
15060
+ }
15061
+ },
15062
+ "name": "data-green-color-muted",
15063
+ "attributes": {},
15064
+ "path": ["data", "green", "color", "muted"],
15065
+ "key": "{data.green.color.muted}"
15066
+ },
15067
+ "data-green-gradient": {
15068
+ "$type": "gradient",
15069
+ "$value": [
15070
+ {
15071
+ "color": "#122117",
15072
+ "position": 0
15073
+ },
15074
+ {
15075
+ "color": "#12211700",
15076
+ "position": 1
15077
+ }
15078
+ ],
15079
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15080
+ "isSource": true,
15081
+ "original": {
15082
+ "$type": "gradient",
15083
+ "$value": [
15084
+ {
15085
+ "color": "{data.green.color.gradientStop.1}",
15086
+ "position": 0
15087
+ },
15088
+ {
15089
+ "color": "{data.green.color.gradientStop.2}",
15090
+ "position": 1
15091
+ }
15092
+ ]
15093
+ },
15094
+ "name": "data-green-gradient",
15095
+ "attributes": {},
15096
+ "path": ["data", "green", "gradient"],
15097
+ "key": "{data.green.gradient}"
15098
+ },
15099
+ "data-lemon-color-emphasis": {
15100
+ "$value": "#977b0c",
15101
+ "$type": "color",
15102
+ "$extensions": {
15103
+ "org.primer.figma": {
15104
+ "collection": "mode",
15105
+ "group": "component",
15106
+ "scopes": ["bgColor", "borderColor"]
15107
+ },
15108
+ "org.primer.overrides": {
15109
+ "dark": "#977b0c"
15110
+ }
15111
+ },
15112
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15113
+ "isSource": true,
15114
+ "original": {
15115
+ "$value": "{base.display.color.lemon.5}",
15116
+ "$type": "color",
15117
+ "$extensions": {
15118
+ "org.primer.figma": {
15119
+ "collection": "mode",
15120
+ "group": "component",
15121
+ "scopes": ["bgColor", "borderColor"]
15122
+ },
15123
+ "org.primer.overrides": {
15124
+ "dark": "{base.display.color.lemon.5}"
15125
+ }
15126
+ }
15127
+ },
15128
+ "name": "data-lemon-color-emphasis",
15129
+ "attributes": {},
15130
+ "path": ["data", "lemon", "color", "emphasis"],
15131
+ "key": "{data.lemon.color.emphasis}"
15132
+ },
15133
+ "data-lemon-color-gradientStop-1": {
15134
+ "$value": "#291d00",
15135
+ "$type": "color",
15136
+ "$extensions": {
15137
+ "org.primer.figma": {
15138
+ "collection": "mode",
15139
+ "group": "component",
15140
+ "scopes": ["bgColor"]
15141
+ }
15142
+ },
15143
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15144
+ "isSource": true,
15145
+ "original": {
15146
+ "$value": "{data.lemon.color.muted}",
15147
+ "$type": "color",
15148
+ "$extensions": {
15149
+ "org.primer.figma": {
15150
+ "collection": "mode",
15151
+ "group": "component",
15152
+ "scopes": ["bgColor"]
15153
+ }
15154
+ }
15155
+ },
15156
+ "name": "data-lemon-color-gradientStop-1",
15157
+ "attributes": {},
15158
+ "path": ["data", "lemon", "color", "gradientStop", "1"],
15159
+ "key": "{data.lemon.color.gradientStop.1}"
15160
+ },
15161
+ "data-lemon-color-gradientStop-2": {
15162
+ "$value": "#291d0000",
15163
+ "$type": "color",
15164
+ "alpha": 0,
15165
+ "$extensions": {
15166
+ "org.primer.figma": {
15167
+ "collection": "mode",
15168
+ "group": "component",
15169
+ "scopes": ["bgColor"]
15170
+ }
15171
+ },
15172
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15173
+ "isSource": true,
15174
+ "original": {
15175
+ "$value": "{data.lemon.color.muted}",
15176
+ "$type": "color",
15177
+ "alpha": 0,
15178
+ "$extensions": {
15179
+ "org.primer.figma": {
15180
+ "collection": "mode",
15181
+ "group": "component",
15182
+ "scopes": ["bgColor"]
15183
+ }
15184
+ }
15185
+ },
15186
+ "name": "data-lemon-color-gradientStop-2",
15187
+ "attributes": {},
15188
+ "path": ["data", "lemon", "color", "gradientStop", "2"],
15189
+ "key": "{data.lemon.color.gradientStop.2}"
15190
+ },
15191
+ "data-lemon-color-muted": {
15192
+ "$value": "#291d00",
15193
+ "$type": "color",
15194
+ "$extensions": {
15195
+ "org.primer.figma": {
15196
+ "collection": "mode",
15197
+ "group": "component",
15198
+ "scopes": ["bgColor"]
15199
+ },
15200
+ "org.primer.overrides": {
15201
+ "dark": "#291d00"
15202
+ }
15203
+ },
15204
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15205
+ "isSource": true,
15206
+ "original": {
15207
+ "$value": "{base.display.color.lemon.0}",
15208
+ "$type": "color",
15209
+ "$extensions": {
15210
+ "org.primer.figma": {
15211
+ "collection": "mode",
15212
+ "group": "component",
15213
+ "scopes": ["bgColor"]
15214
+ },
15215
+ "org.primer.overrides": {
15216
+ "dark": "{base.display.color.lemon.0}"
15217
+ }
15218
+ }
15219
+ },
15220
+ "name": "data-lemon-color-muted",
15221
+ "attributes": {},
15222
+ "path": ["data", "lemon", "color", "muted"],
15223
+ "key": "{data.lemon.color.muted}"
15224
+ },
15225
+ "data-lemon-gradient": {
15226
+ "$type": "gradient",
15227
+ "$value": [
15228
+ {
15229
+ "color": "#291d00",
15230
+ "position": 0
15231
+ },
15232
+ {
15233
+ "color": "#291d0000",
15234
+ "position": 1
15235
+ }
15236
+ ],
15237
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15238
+ "isSource": true,
15239
+ "original": {
15240
+ "$type": "gradient",
15241
+ "$value": [
15242
+ {
15243
+ "color": "{data.lemon.color.gradientStop.1}",
15244
+ "position": 0
15245
+ },
15246
+ {
15247
+ "color": "{data.lemon.color.gradientStop.2}",
15248
+ "position": 1
15249
+ }
15250
+ ]
15251
+ },
15252
+ "name": "data-lemon-gradient",
15253
+ "attributes": {},
15254
+ "path": ["data", "lemon", "gradient"],
15255
+ "key": "{data.lemon.gradient}"
15256
+ },
15257
+ "data-lime-color-emphasis": {
15258
+ "$value": "#5f892f",
15259
+ "$type": "color",
15260
+ "$extensions": {
15261
+ "org.primer.figma": {
15262
+ "collection": "mode",
15263
+ "group": "component",
15264
+ "scopes": ["bgColor", "borderColor"]
15265
+ },
15266
+ "org.primer.overrides": {
15267
+ "dark": "#5f892f"
15268
+ }
15269
+ },
15270
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15271
+ "isSource": true,
15272
+ "original": {
15273
+ "$value": "{base.display.color.lime.5}",
15274
+ "$type": "color",
15275
+ "$extensions": {
15276
+ "org.primer.figma": {
15277
+ "collection": "mode",
15278
+ "group": "component",
15279
+ "scopes": ["bgColor", "borderColor"]
15280
+ },
15281
+ "org.primer.overrides": {
15282
+ "dark": "{base.display.color.lime.5}"
15283
+ }
15284
+ }
15285
+ },
15286
+ "name": "data-lime-color-emphasis",
15287
+ "attributes": {},
15288
+ "path": ["data", "lime", "color", "emphasis"],
15289
+ "key": "{data.lime.color.emphasis}"
15290
+ },
15291
+ "data-lime-color-gradientStop-1": {
15292
+ "$value": "#141f0f",
15293
+ "$type": "color",
15294
+ "$extensions": {
15295
+ "org.primer.figma": {
15296
+ "collection": "mode",
15297
+ "group": "component",
15298
+ "scopes": ["bgColor"]
15299
+ }
15300
+ },
15301
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15302
+ "isSource": true,
15303
+ "original": {
15304
+ "$value": "{data.lime.color.muted}",
15305
+ "$type": "color",
15306
+ "$extensions": {
15307
+ "org.primer.figma": {
15308
+ "collection": "mode",
15309
+ "group": "component",
15310
+ "scopes": ["bgColor"]
15311
+ }
15312
+ }
15313
+ },
15314
+ "name": "data-lime-color-gradientStop-1",
15315
+ "attributes": {},
15316
+ "path": ["data", "lime", "color", "gradientStop", "1"],
15317
+ "key": "{data.lime.color.gradientStop.1}"
15318
+ },
15319
+ "data-lime-color-gradientStop-2": {
15320
+ "$value": "#141f0f00",
15321
+ "$type": "color",
15322
+ "alpha": 0,
15323
+ "$extensions": {
15324
+ "org.primer.figma": {
15325
+ "collection": "mode",
15326
+ "group": "component",
15327
+ "scopes": ["bgColor"]
15328
+ }
15329
+ },
15330
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15331
+ "isSource": true,
15332
+ "original": {
15333
+ "$value": "{data.lime.color.muted}",
15334
+ "$type": "color",
15335
+ "alpha": 0,
15336
+ "$extensions": {
15337
+ "org.primer.figma": {
15338
+ "collection": "mode",
15339
+ "group": "component",
15340
+ "scopes": ["bgColor"]
15341
+ }
15342
+ }
15343
+ },
15344
+ "name": "data-lime-color-gradientStop-2",
15345
+ "attributes": {},
15346
+ "path": ["data", "lime", "color", "gradientStop", "2"],
15347
+ "key": "{data.lime.color.gradientStop.2}"
15348
+ },
15349
+ "data-lime-color-muted": {
15350
+ "$value": "#141f0f",
15351
+ "$type": "color",
15352
+ "$extensions": {
15353
+ "org.primer.figma": {
15354
+ "collection": "mode",
15355
+ "group": "component",
15356
+ "scopes": ["bgColor"]
15357
+ },
15358
+ "org.primer.overrides": {
15359
+ "dark": "#141f0f"
15360
+ }
15361
+ },
15362
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15363
+ "isSource": true,
15364
+ "original": {
15365
+ "$value": "{base.display.color.lime.0}",
15366
+ "$type": "color",
15367
+ "$extensions": {
15368
+ "org.primer.figma": {
15369
+ "collection": "mode",
15370
+ "group": "component",
15371
+ "scopes": ["bgColor"]
15372
+ },
15373
+ "org.primer.overrides": {
15374
+ "dark": "{base.display.color.lime.0}"
15375
+ }
15376
+ }
15377
+ },
15378
+ "name": "data-lime-color-muted",
15379
+ "attributes": {},
15380
+ "path": ["data", "lime", "color", "muted"],
15381
+ "key": "{data.lime.color.muted}"
15382
+ },
15383
+ "data-lime-gradient": {
15384
+ "$type": "gradient",
15385
+ "$value": [
15386
+ {
15387
+ "color": "#141f0f",
15388
+ "position": 0
15389
+ },
15390
+ {
15391
+ "color": "#141f0f00",
15392
+ "position": 1
15393
+ }
15394
+ ],
15395
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15396
+ "isSource": true,
15397
+ "original": {
15398
+ "$type": "gradient",
15399
+ "$value": [
15400
+ {
15401
+ "color": "{data.lime.color.gradientStop.1}",
15402
+ "position": 0
15403
+ },
15404
+ {
15405
+ "color": "{data.lime.color.gradientStop.2}",
15406
+ "position": 1
15407
+ }
15408
+ ]
15409
+ },
15410
+ "name": "data-lime-gradient",
15411
+ "attributes": {},
15412
+ "path": ["data", "lime", "gradient"],
15413
+ "key": "{data.lime.gradient}"
15414
+ },
15415
+ "data-olive-color-emphasis": {
15416
+ "$value": "#7a8321",
15417
+ "$type": "color",
15418
+ "$extensions": {
15419
+ "org.primer.figma": {
15420
+ "collection": "mode",
15421
+ "group": "component",
15422
+ "scopes": ["bgColor", "borderColor"]
15423
+ },
15424
+ "org.primer.overrides": {
15425
+ "dark": "#7a8321"
15426
+ }
15427
+ },
15428
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15429
+ "isSource": true,
15430
+ "original": {
15431
+ "$value": "{base.display.color.olive.5}",
15432
+ "$type": "color",
15433
+ "$extensions": {
15434
+ "org.primer.figma": {
15435
+ "collection": "mode",
15436
+ "group": "component",
15437
+ "scopes": ["bgColor", "borderColor"]
15438
+ },
15439
+ "org.primer.overrides": {
15440
+ "dark": "{base.display.color.olive.5}"
15441
+ }
15442
+ }
15443
+ },
15444
+ "name": "data-olive-color-emphasis",
15445
+ "attributes": {},
15446
+ "path": ["data", "olive", "color", "emphasis"],
15447
+ "key": "{data.olive.color.emphasis}"
15448
+ },
15449
+ "data-olive-color-gradientStop-1": {
15450
+ "$value": "#171e0b",
15451
+ "$type": "color",
15452
+ "$extensions": {
15453
+ "org.primer.figma": {
15454
+ "collection": "mode",
15455
+ "group": "component",
15456
+ "scopes": ["bgColor"]
15457
+ }
15458
+ },
15459
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15460
+ "isSource": true,
15461
+ "original": {
15462
+ "$value": "{data.olive.color.muted}",
15463
+ "$type": "color",
15464
+ "$extensions": {
15465
+ "org.primer.figma": {
15466
+ "collection": "mode",
15467
+ "group": "component",
15468
+ "scopes": ["bgColor"]
15469
+ }
15470
+ }
15471
+ },
15472
+ "name": "data-olive-color-gradientStop-1",
15473
+ "attributes": {},
15474
+ "path": ["data", "olive", "color", "gradientStop", "1"],
15475
+ "key": "{data.olive.color.gradientStop.1}"
15476
+ },
15477
+ "data-olive-color-gradientStop-2": {
15478
+ "$value": "#171e0b00",
15479
+ "$type": "color",
15480
+ "alpha": 0,
15481
+ "$extensions": {
15482
+ "org.primer.figma": {
15483
+ "collection": "mode",
15484
+ "group": "component",
15485
+ "scopes": ["bgColor"]
15486
+ }
15487
+ },
15488
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15489
+ "isSource": true,
15490
+ "original": {
15491
+ "$value": "{data.olive.color.muted}",
15492
+ "$type": "color",
15493
+ "alpha": 0,
15494
+ "$extensions": {
15495
+ "org.primer.figma": {
15496
+ "collection": "mode",
15497
+ "group": "component",
15498
+ "scopes": ["bgColor"]
15499
+ }
15500
+ }
15501
+ },
15502
+ "name": "data-olive-color-gradientStop-2",
15503
+ "attributes": {},
15504
+ "path": ["data", "olive", "color", "gradientStop", "2"],
15505
+ "key": "{data.olive.color.gradientStop.2}"
15506
+ },
15507
+ "data-olive-color-muted": {
15508
+ "$value": "#171e0b",
15509
+ "$type": "color",
15510
+ "$extensions": {
15511
+ "org.primer.figma": {
15512
+ "collection": "mode",
15513
+ "group": "component",
15514
+ "scopes": ["bgColor"]
15515
+ },
15516
+ "org.primer.overrides": {
15517
+ "dark": "#171e0b"
15518
+ }
15519
+ },
15520
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15521
+ "isSource": true,
15522
+ "original": {
15523
+ "$value": "{base.display.color.olive.0}",
15524
+ "$type": "color",
15525
+ "$extensions": {
15526
+ "org.primer.figma": {
15527
+ "collection": "mode",
15528
+ "group": "component",
15529
+ "scopes": ["bgColor"]
15530
+ },
15531
+ "org.primer.overrides": {
15532
+ "dark": "{base.display.color.olive.0}"
15533
+ }
15534
+ }
15535
+ },
15536
+ "name": "data-olive-color-muted",
15537
+ "attributes": {},
15538
+ "path": ["data", "olive", "color", "muted"],
15539
+ "key": "{data.olive.color.muted}"
15540
+ },
15541
+ "data-olive-gradient": {
15542
+ "$type": "gradient",
15543
+ "$value": [
15544
+ {
15545
+ "color": "#171e0b",
15546
+ "position": 0
15547
+ },
15548
+ {
15549
+ "color": "#171e0b00",
15550
+ "position": 1
15551
+ }
15552
+ ],
15553
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15554
+ "isSource": true,
15555
+ "original": {
15556
+ "$type": "gradient",
15557
+ "$value": [
15558
+ {
15559
+ "color": "{data.olive.color.gradientStop.1}",
15560
+ "position": 0
15561
+ },
15562
+ {
15563
+ "color": "{data.olive.color.gradientStop.2}",
15564
+ "position": 1
15565
+ }
15566
+ ]
15567
+ },
15568
+ "name": "data-olive-gradient",
15569
+ "attributes": {},
15570
+ "path": ["data", "olive", "gradient"],
15571
+ "key": "{data.olive.gradient}"
15572
+ },
15573
+ "data-orange-color-emphasis": {
15574
+ "$value": "#984b10",
15575
+ "$type": "color",
15576
+ "$extensions": {
15577
+ "org.primer.figma": {
15578
+ "collection": "mode",
15579
+ "group": "component",
15580
+ "scopes": ["bgColor", "borderColor"]
15581
+ },
15582
+ "org.primer.overrides": {
15583
+ "dark": "#984b10"
15584
+ }
15585
+ },
15586
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15587
+ "isSource": true,
15588
+ "original": {
15589
+ "$value": "{base.display.color.orange.4}",
15590
+ "$type": "color",
15591
+ "$extensions": {
15592
+ "org.primer.figma": {
15593
+ "collection": "mode",
15594
+ "group": "component",
15595
+ "scopes": ["bgColor", "borderColor"]
15596
+ },
15597
+ "org.primer.overrides": {
15598
+ "dark": "{base.display.color.orange.4}"
15599
+ }
15600
+ }
15601
+ },
15602
+ "name": "data-orange-color-emphasis",
15603
+ "attributes": {},
15604
+ "path": ["data", "orange", "color", "emphasis"],
15605
+ "key": "{data.orange.color.emphasis}"
15606
+ },
15607
+ "data-orange-color-gradientStop-1": {
15608
+ "$value": "#311708",
15609
+ "$type": "color",
15610
+ "$extensions": {
15611
+ "org.primer.figma": {
15612
+ "collection": "mode",
15613
+ "group": "component",
15614
+ "scopes": ["bgColor"]
15615
+ }
15616
+ },
15617
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15618
+ "isSource": true,
15619
+ "original": {
15620
+ "$value": "{data.orange.color.muted}",
15621
+ "$type": "color",
15622
+ "$extensions": {
15623
+ "org.primer.figma": {
15624
+ "collection": "mode",
15625
+ "group": "component",
15626
+ "scopes": ["bgColor"]
15627
+ }
15628
+ }
15629
+ },
15630
+ "name": "data-orange-color-gradientStop-1",
15631
+ "attributes": {},
15632
+ "path": ["data", "orange", "color", "gradientStop", "1"],
15633
+ "key": "{data.orange.color.gradientStop.1}"
15634
+ },
15635
+ "data-orange-color-gradientStop-2": {
15636
+ "$value": "#31170800",
15637
+ "$type": "color",
15638
+ "alpha": 0,
15639
+ "$extensions": {
15640
+ "org.primer.figma": {
15641
+ "collection": "mode",
15642
+ "group": "component",
15643
+ "scopes": ["bgColor"]
15644
+ }
15645
+ },
15646
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15647
+ "isSource": true,
15648
+ "original": {
15649
+ "$value": "{data.orange.color.muted}",
15650
+ "$type": "color",
15651
+ "alpha": 0,
15652
+ "$extensions": {
15653
+ "org.primer.figma": {
15654
+ "collection": "mode",
15655
+ "group": "component",
15656
+ "scopes": ["bgColor"]
15657
+ }
15658
+ }
15659
+ },
15660
+ "name": "data-orange-color-gradientStop-2",
15661
+ "attributes": {},
15662
+ "path": ["data", "orange", "color", "gradientStop", "2"],
15663
+ "key": "{data.orange.color.gradientStop.2}"
15664
+ },
15665
+ "data-orange-color-muted": {
15666
+ "$value": "#311708",
15667
+ "$type": "color",
15668
+ "$extensions": {
15669
+ "org.primer.figma": {
15670
+ "collection": "mode",
15671
+ "group": "component",
15672
+ "scopes": ["bgColor"]
15673
+ },
15674
+ "org.primer.overrides": {
15675
+ "dark": "#311708"
15676
+ }
15677
+ },
15678
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15679
+ "isSource": true,
15680
+ "original": {
15681
+ "$value": "{base.display.color.orange.0}",
15682
+ "$type": "color",
15683
+ "$extensions": {
15684
+ "org.primer.figma": {
15685
+ "collection": "mode",
15686
+ "group": "component",
15687
+ "scopes": ["bgColor"]
15688
+ },
15689
+ "org.primer.overrides": {
15690
+ "dark": "{base.display.color.orange.0}"
15691
+ }
15692
+ }
15693
+ },
15694
+ "name": "data-orange-color-muted",
15695
+ "attributes": {},
15696
+ "path": ["data", "orange", "color", "muted"],
15697
+ "key": "{data.orange.color.muted}"
15698
+ },
15699
+ "data-orange-gradient": {
15700
+ "$type": "gradient",
15701
+ "$value": [
15702
+ {
15703
+ "color": "#311708",
15704
+ "position": 0
15705
+ },
15706
+ {
15707
+ "color": "#31170800",
15708
+ "position": 1
15709
+ }
15710
+ ],
15711
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15712
+ "isSource": true,
15713
+ "original": {
15714
+ "$type": "gradient",
15715
+ "$value": [
15716
+ {
15717
+ "color": "{data.orange.color.gradientStop.1}",
15718
+ "position": 0
15719
+ },
15720
+ {
15721
+ "color": "{data.orange.color.gradientStop.2}",
15722
+ "position": 1
15723
+ }
15724
+ ]
15725
+ },
15726
+ "name": "data-orange-gradient",
15727
+ "attributes": {},
15728
+ "path": ["data", "orange", "gradient"],
15729
+ "key": "{data.orange.gradient}"
15730
+ },
15731
+ "data-pine-color-emphasis": {
15732
+ "$value": "#18915e",
15733
+ "$type": "color",
15734
+ "$extensions": {
15735
+ "org.primer.figma": {
15736
+ "collection": "mode",
15737
+ "group": "component",
15738
+ "scopes": ["bgColor", "borderColor"]
15739
+ },
15740
+ "org.primer.overrides": {
15741
+ "dark": "#18915e"
15742
+ }
15743
+ },
15744
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15745
+ "isSource": true,
15746
+ "original": {
15747
+ "$value": "{base.display.color.pine.5}",
15748
+ "$type": "color",
15749
+ "$extensions": {
15750
+ "org.primer.figma": {
15751
+ "collection": "mode",
15752
+ "group": "component",
15753
+ "scopes": ["bgColor", "borderColor"]
15754
+ },
15755
+ "org.primer.overrides": {
15756
+ "dark": "{base.display.color.pine.5}"
15757
+ }
15758
+ }
15759
+ },
15760
+ "name": "data-pine-color-emphasis",
15761
+ "attributes": {},
15762
+ "path": ["data", "pine", "color", "emphasis"],
15763
+ "key": "{data.pine.color.emphasis}"
15764
+ },
15765
+ "data-pine-color-gradientStop-1": {
15766
+ "$value": "#082119",
15767
+ "$type": "color",
15768
+ "$extensions": {
15769
+ "org.primer.figma": {
15770
+ "collection": "mode",
15771
+ "group": "component",
15772
+ "scopes": ["bgColor"]
15773
+ }
15774
+ },
15775
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15776
+ "isSource": true,
15777
+ "original": {
15778
+ "$value": "{data.pine.color.muted}",
15779
+ "$type": "color",
15780
+ "$extensions": {
15781
+ "org.primer.figma": {
15782
+ "collection": "mode",
15783
+ "group": "component",
15784
+ "scopes": ["bgColor"]
15785
+ }
15786
+ }
15787
+ },
15788
+ "name": "data-pine-color-gradientStop-1",
15789
+ "attributes": {},
15790
+ "path": ["data", "pine", "color", "gradientStop", "1"],
15791
+ "key": "{data.pine.color.gradientStop.1}"
15792
+ },
15793
+ "data-pine-color-gradientStop-2": {
15794
+ "$value": "#08211900",
15795
+ "$type": "color",
15796
+ "alpha": 0,
15797
+ "$extensions": {
15798
+ "org.primer.figma": {
15799
+ "collection": "mode",
15800
+ "group": "component",
15801
+ "scopes": ["bgColor"]
15802
+ }
15803
+ },
15804
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15805
+ "isSource": true,
15806
+ "original": {
15807
+ "$value": "{data.pine.color.muted}",
15808
+ "$type": "color",
15809
+ "alpha": 0,
15810
+ "$extensions": {
15811
+ "org.primer.figma": {
15812
+ "collection": "mode",
15813
+ "group": "component",
15814
+ "scopes": ["bgColor"]
15815
+ }
15816
+ }
15817
+ },
15818
+ "name": "data-pine-color-gradientStop-2",
15819
+ "attributes": {},
15820
+ "path": ["data", "pine", "color", "gradientStop", "2"],
15821
+ "key": "{data.pine.color.gradientStop.2}"
15822
+ },
15823
+ "data-pine-color-muted": {
15824
+ "$value": "#082119",
15825
+ "$type": "color",
15826
+ "$extensions": {
15827
+ "org.primer.figma": {
15828
+ "collection": "mode",
15829
+ "group": "component",
15830
+ "scopes": ["bgColor"]
15831
+ },
15832
+ "org.primer.overrides": {
15833
+ "dark": "#082119"
15834
+ }
15835
+ },
15836
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15837
+ "isSource": true,
15838
+ "original": {
15839
+ "$value": "{base.display.color.pine.0}",
15840
+ "$type": "color",
15841
+ "$extensions": {
15842
+ "org.primer.figma": {
15843
+ "collection": "mode",
15844
+ "group": "component",
15845
+ "scopes": ["bgColor"]
15846
+ },
15847
+ "org.primer.overrides": {
15848
+ "dark": "{base.display.color.pine.0}"
15849
+ }
15850
+ }
15851
+ },
15852
+ "name": "data-pine-color-muted",
15853
+ "attributes": {},
15854
+ "path": ["data", "pine", "color", "muted"],
15855
+ "key": "{data.pine.color.muted}"
15856
+ },
15857
+ "data-pine-gradient": {
15858
+ "$type": "gradient",
15859
+ "$value": [
15860
+ {
15861
+ "color": "#082119",
15862
+ "position": 0
15863
+ },
15864
+ {
15865
+ "color": "#08211900",
15866
+ "position": 1
15867
+ }
15868
+ ],
15869
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15870
+ "isSource": true,
15871
+ "original": {
15872
+ "$type": "gradient",
15873
+ "$value": [
15874
+ {
15875
+ "color": "{data.pine.color.gradientStop.1}",
15876
+ "position": 0
15877
+ },
15878
+ {
15879
+ "color": "{data.pine.color.gradientStop.2}",
15880
+ "position": 1
15881
+ }
15882
+ ]
15883
+ },
15884
+ "name": "data-pine-gradient",
15885
+ "attributes": {},
15886
+ "path": ["data", "pine", "gradient"],
15887
+ "key": "{data.pine.gradient}"
15888
+ },
15889
+ "data-pink-color-emphasis": {
15890
+ "$value": "#d34591",
15891
+ "$type": "color",
15892
+ "$extensions": {
14531
15893
  "org.primer.figma": {
14532
15894
  "collection": "mode",
14533
15895
  "group": "component",
14534
15896
  "scopes": ["bgColor", "borderColor"]
14535
15897
  },
14536
15898
  "org.primer.overrides": {
14537
- "dark": "#984b10"
15899
+ "dark": "#d34591"
14538
15900
  }
14539
15901
  },
14540
15902
  "filePath": "src/tokens/functional/color/data-vis.json5",
14541
15903
  "isSource": true,
14542
15904
  "original": {
14543
- "$value": "{base.display.color.orange.4}",
15905
+ "$value": "{base.display.color.pink.5}",
14544
15906
  "$type": "color",
14545
15907
  "$extensions": {
14546
15908
  "org.primer.figma": {
@@ -14549,17 +15911,233 @@
14549
15911
  "scopes": ["bgColor", "borderColor"]
14550
15912
  },
14551
15913
  "org.primer.overrides": {
14552
- "dark": "{base.display.color.orange.4}"
15914
+ "dark": "{base.display.color.pink.5}"
14553
15915
  }
14554
15916
  }
14555
15917
  },
14556
- "name": "data-orange-color-emphasis",
15918
+ "name": "data-pink-color-emphasis",
14557
15919
  "attributes": {},
14558
- "path": ["data", "orange", "color", "emphasis"],
14559
- "key": "{data.orange.color.emphasis}"
15920
+ "path": ["data", "pink", "color", "emphasis"],
15921
+ "key": "{data.pink.color.emphasis}"
15922
+ },
15923
+ "data-pink-color-gradientStop-1": {
15924
+ "$value": "#2d1524",
15925
+ "$type": "color",
15926
+ "$extensions": {
15927
+ "org.primer.figma": {
15928
+ "collection": "mode",
15929
+ "group": "component",
15930
+ "scopes": ["bgColor"]
15931
+ }
15932
+ },
15933
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15934
+ "isSource": true,
15935
+ "original": {
15936
+ "$value": "{data.pink.color.muted}",
15937
+ "$type": "color",
15938
+ "$extensions": {
15939
+ "org.primer.figma": {
15940
+ "collection": "mode",
15941
+ "group": "component",
15942
+ "scopes": ["bgColor"]
15943
+ }
15944
+ }
15945
+ },
15946
+ "name": "data-pink-color-gradientStop-1",
15947
+ "attributes": {},
15948
+ "path": ["data", "pink", "color", "gradientStop", "1"],
15949
+ "key": "{data.pink.color.gradientStop.1}"
15950
+ },
15951
+ "data-pink-color-gradientStop-2": {
15952
+ "$value": "#2d152400",
15953
+ "$type": "color",
15954
+ "alpha": 0,
15955
+ "$extensions": {
15956
+ "org.primer.figma": {
15957
+ "collection": "mode",
15958
+ "group": "component",
15959
+ "scopes": ["bgColor"]
15960
+ }
15961
+ },
15962
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15963
+ "isSource": true,
15964
+ "original": {
15965
+ "$value": "{data.pink.color.muted}",
15966
+ "$type": "color",
15967
+ "alpha": 0,
15968
+ "$extensions": {
15969
+ "org.primer.figma": {
15970
+ "collection": "mode",
15971
+ "group": "component",
15972
+ "scopes": ["bgColor"]
15973
+ }
15974
+ }
15975
+ },
15976
+ "name": "data-pink-color-gradientStop-2",
15977
+ "attributes": {},
15978
+ "path": ["data", "pink", "color", "gradientStop", "2"],
15979
+ "key": "{data.pink.color.gradientStop.2}"
15980
+ },
15981
+ "data-pink-color-muted": {
15982
+ "$value": "#2d1524",
15983
+ "$type": "color",
15984
+ "$extensions": {
15985
+ "org.primer.figma": {
15986
+ "collection": "mode",
15987
+ "group": "component",
15988
+ "scopes": ["bgColor"]
15989
+ },
15990
+ "org.primer.overrides": {
15991
+ "dark": "#2d1524"
15992
+ }
15993
+ },
15994
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15995
+ "isSource": true,
15996
+ "original": {
15997
+ "$value": "{base.display.color.pink.0}",
15998
+ "$type": "color",
15999
+ "$extensions": {
16000
+ "org.primer.figma": {
16001
+ "collection": "mode",
16002
+ "group": "component",
16003
+ "scopes": ["bgColor"]
16004
+ },
16005
+ "org.primer.overrides": {
16006
+ "dark": "{base.display.color.pink.0}"
16007
+ }
16008
+ }
16009
+ },
16010
+ "name": "data-pink-color-muted",
16011
+ "attributes": {},
16012
+ "path": ["data", "pink", "color", "muted"],
16013
+ "key": "{data.pink.color.muted}"
16014
+ },
16015
+ "data-pink-gradient": {
16016
+ "$type": "gradient",
16017
+ "$value": [
16018
+ {
16019
+ "color": "#2d1524",
16020
+ "position": 0
16021
+ },
16022
+ {
16023
+ "color": "#2d152400",
16024
+ "position": 1
16025
+ }
16026
+ ],
16027
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16028
+ "isSource": true,
16029
+ "original": {
16030
+ "$type": "gradient",
16031
+ "$value": [
16032
+ {
16033
+ "color": "{data.pink.color.gradientStop.1}",
16034
+ "position": 0
16035
+ },
16036
+ {
16037
+ "color": "{data.pink.color.gradientStop.2}",
16038
+ "position": 1
16039
+ }
16040
+ ]
16041
+ },
16042
+ "name": "data-pink-gradient",
16043
+ "attributes": {},
16044
+ "path": ["data", "pink", "gradient"],
16045
+ "key": "{data.pink.gradient}"
16046
+ },
16047
+ "data-plum-color-emphasis": {
16048
+ "$value": "#b643ef",
16049
+ "$type": "color",
16050
+ "$extensions": {
16051
+ "org.primer.figma": {
16052
+ "collection": "mode",
16053
+ "group": "component",
16054
+ "scopes": ["bgColor", "borderColor"]
16055
+ },
16056
+ "org.primer.overrides": {
16057
+ "dark": "#b643ef"
16058
+ }
16059
+ },
16060
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16061
+ "isSource": true,
16062
+ "original": {
16063
+ "$value": "{base.display.color.plum.5}",
16064
+ "$type": "color",
16065
+ "$extensions": {
16066
+ "org.primer.figma": {
16067
+ "collection": "mode",
16068
+ "group": "component",
16069
+ "scopes": ["bgColor", "borderColor"]
16070
+ },
16071
+ "org.primer.overrides": {
16072
+ "dark": "{base.display.color.plum.5}"
16073
+ }
16074
+ }
16075
+ },
16076
+ "name": "data-plum-color-emphasis",
16077
+ "attributes": {},
16078
+ "path": ["data", "plum", "color", "emphasis"],
16079
+ "key": "{data.plum.color.emphasis}"
16080
+ },
16081
+ "data-plum-color-gradientStop-1": {
16082
+ "$value": "#2a0e3f",
16083
+ "$type": "color",
16084
+ "$extensions": {
16085
+ "org.primer.figma": {
16086
+ "collection": "mode",
16087
+ "group": "component",
16088
+ "scopes": ["bgColor"]
16089
+ }
16090
+ },
16091
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16092
+ "isSource": true,
16093
+ "original": {
16094
+ "$value": "{data.plum.color.muted}",
16095
+ "$type": "color",
16096
+ "$extensions": {
16097
+ "org.primer.figma": {
16098
+ "collection": "mode",
16099
+ "group": "component",
16100
+ "scopes": ["bgColor"]
16101
+ }
16102
+ }
16103
+ },
16104
+ "name": "data-plum-color-gradientStop-1",
16105
+ "attributes": {},
16106
+ "path": ["data", "plum", "color", "gradientStop", "1"],
16107
+ "key": "{data.plum.color.gradientStop.1}"
16108
+ },
16109
+ "data-plum-color-gradientStop-2": {
16110
+ "$value": "#2a0e3f00",
16111
+ "$type": "color",
16112
+ "alpha": 0,
16113
+ "$extensions": {
16114
+ "org.primer.figma": {
16115
+ "collection": "mode",
16116
+ "group": "component",
16117
+ "scopes": ["bgColor"]
16118
+ }
16119
+ },
16120
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16121
+ "isSource": true,
16122
+ "original": {
16123
+ "$value": "{data.plum.color.muted}",
16124
+ "$type": "color",
16125
+ "alpha": 0,
16126
+ "$extensions": {
16127
+ "org.primer.figma": {
16128
+ "collection": "mode",
16129
+ "group": "component",
16130
+ "scopes": ["bgColor"]
16131
+ }
16132
+ }
16133
+ },
16134
+ "name": "data-plum-color-gradientStop-2",
16135
+ "attributes": {},
16136
+ "path": ["data", "plum", "color", "gradientStop", "2"],
16137
+ "key": "{data.plum.color.gradientStop.2}"
14560
16138
  },
14561
- "data-orange-color-muted": {
14562
- "$value": "#311708",
16139
+ "data-plum-color-muted": {
16140
+ "$value": "#2a0e3f",
14563
16141
  "$type": "color",
14564
16142
  "$extensions": {
14565
16143
  "org.primer.figma": {
@@ -14568,13 +16146,13 @@
14568
16146
  "scopes": ["bgColor"]
14569
16147
  },
14570
16148
  "org.primer.overrides": {
14571
- "dark": "#311708"
16149
+ "dark": "#2a0e3f"
14572
16150
  }
14573
16151
  },
14574
16152
  "filePath": "src/tokens/functional/color/data-vis.json5",
14575
16153
  "isSource": true,
14576
16154
  "original": {
14577
- "$value": "{base.display.color.orange.0}",
16155
+ "$value": "{base.display.color.plum.0}",
14578
16156
  "$type": "color",
14579
16157
  "$extensions": {
14580
16158
  "org.primer.figma": {
@@ -14583,17 +16161,49 @@
14583
16161
  "scopes": ["bgColor"]
14584
16162
  },
14585
16163
  "org.primer.overrides": {
14586
- "dark": "{base.display.color.orange.0}"
16164
+ "dark": "{base.display.color.plum.0}"
14587
16165
  }
14588
16166
  }
14589
16167
  },
14590
- "name": "data-orange-color-muted",
16168
+ "name": "data-plum-color-muted",
14591
16169
  "attributes": {},
14592
- "path": ["data", "orange", "color", "muted"],
14593
- "key": "{data.orange.color.muted}"
16170
+ "path": ["data", "plum", "color", "muted"],
16171
+ "key": "{data.plum.color.muted}"
14594
16172
  },
14595
- "data-pink-color-emphasis": {
14596
- "$value": "#d34591",
16173
+ "data-plum-gradient": {
16174
+ "$type": "gradient",
16175
+ "$value": [
16176
+ {
16177
+ "color": "#2a0e3f",
16178
+ "position": 0
16179
+ },
16180
+ {
16181
+ "color": "#2a0e3f00",
16182
+ "position": 1
16183
+ }
16184
+ ],
16185
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16186
+ "isSource": true,
16187
+ "original": {
16188
+ "$type": "gradient",
16189
+ "$value": [
16190
+ {
16191
+ "color": "{data.plum.color.gradientStop.1}",
16192
+ "position": 0
16193
+ },
16194
+ {
16195
+ "color": "{data.plum.color.gradientStop.2}",
16196
+ "position": 1
16197
+ }
16198
+ ]
16199
+ },
16200
+ "name": "data-plum-gradient",
16201
+ "attributes": {},
16202
+ "path": ["data", "plum", "gradient"],
16203
+ "key": "{data.plum.gradient}"
16204
+ },
16205
+ "data-purple-color-emphasis": {
16206
+ "$value": "#975bf1",
14597
16207
  "$type": "color",
14598
16208
  "$extensions": {
14599
16209
  "org.primer.figma": {
@@ -14602,13 +16212,13 @@
14602
16212
  "scopes": ["bgColor", "borderColor"]
14603
16213
  },
14604
16214
  "org.primer.overrides": {
14605
- "dark": "#d34591"
16215
+ "dark": "#975bf1"
14606
16216
  }
14607
16217
  },
14608
16218
  "filePath": "src/tokens/functional/color/data-vis.json5",
14609
16219
  "isSource": true,
14610
16220
  "original": {
14611
- "$value": "{base.display.color.pink.5}",
16221
+ "$value": "{base.display.color.purple.5}",
14612
16222
  "$type": "color",
14613
16223
  "$extensions": {
14614
16224
  "org.primer.figma": {
@@ -14617,82 +16227,72 @@
14617
16227
  "scopes": ["bgColor", "borderColor"]
14618
16228
  },
14619
16229
  "org.primer.overrides": {
14620
- "dark": "{base.display.color.pink.5}"
16230
+ "dark": "{base.display.color.purple.5}"
14621
16231
  }
14622
16232
  }
14623
16233
  },
14624
- "name": "data-pink-color-emphasis",
16234
+ "name": "data-purple-color-emphasis",
14625
16235
  "attributes": {},
14626
- "path": ["data", "pink", "color", "emphasis"],
14627
- "key": "{data.pink.color.emphasis}"
16236
+ "path": ["data", "purple", "color", "emphasis"],
16237
+ "key": "{data.purple.color.emphasis}"
14628
16238
  },
14629
- "data-pink-color-muted": {
14630
- "$value": "#2d1524",
16239
+ "data-purple-color-gradientStop-1": {
16240
+ "$value": "#211047",
14631
16241
  "$type": "color",
14632
16242
  "$extensions": {
14633
16243
  "org.primer.figma": {
14634
16244
  "collection": "mode",
14635
16245
  "group": "component",
14636
16246
  "scopes": ["bgColor"]
14637
- },
14638
- "org.primer.overrides": {
14639
- "dark": "#2d1524"
14640
16247
  }
14641
16248
  },
14642
16249
  "filePath": "src/tokens/functional/color/data-vis.json5",
14643
16250
  "isSource": true,
14644
16251
  "original": {
14645
- "$value": "{base.display.color.pink.0}",
16252
+ "$value": "{data.purple.color.muted}",
14646
16253
  "$type": "color",
14647
16254
  "$extensions": {
14648
16255
  "org.primer.figma": {
14649
16256
  "collection": "mode",
14650
16257
  "group": "component",
14651
16258
  "scopes": ["bgColor"]
14652
- },
14653
- "org.primer.overrides": {
14654
- "dark": "{base.display.color.pink.0}"
14655
16259
  }
14656
16260
  }
14657
16261
  },
14658
- "name": "data-pink-color-muted",
16262
+ "name": "data-purple-color-gradientStop-1",
14659
16263
  "attributes": {},
14660
- "path": ["data", "pink", "color", "muted"],
14661
- "key": "{data.pink.color.muted}"
16264
+ "path": ["data", "purple", "color", "gradientStop", "1"],
16265
+ "key": "{data.purple.color.gradientStop.1}"
14662
16266
  },
14663
- "data-purple-color-emphasis": {
14664
- "$value": "#975bf1",
16267
+ "data-purple-color-gradientStop-2": {
16268
+ "$value": "#21104700",
14665
16269
  "$type": "color",
16270
+ "alpha": 0,
14666
16271
  "$extensions": {
14667
16272
  "org.primer.figma": {
14668
16273
  "collection": "mode",
14669
16274
  "group": "component",
14670
- "scopes": ["bgColor", "borderColor"]
14671
- },
14672
- "org.primer.overrides": {
14673
- "dark": "#975bf1"
16275
+ "scopes": ["bgColor"]
14674
16276
  }
14675
16277
  },
14676
16278
  "filePath": "src/tokens/functional/color/data-vis.json5",
14677
16279
  "isSource": true,
14678
16280
  "original": {
14679
- "$value": "{base.display.color.purple.5}",
16281
+ "$value": "{data.purple.color.muted}",
14680
16282
  "$type": "color",
16283
+ "alpha": 0,
14681
16284
  "$extensions": {
14682
16285
  "org.primer.figma": {
14683
16286
  "collection": "mode",
14684
16287
  "group": "component",
14685
- "scopes": ["bgColor", "borderColor"]
14686
- },
14687
- "org.primer.overrides": {
14688
- "dark": "{base.display.color.purple.5}"
16288
+ "scopes": ["bgColor"]
14689
16289
  }
14690
16290
  }
14691
16291
  },
14692
- "name": "data-purple-color-emphasis",
16292
+ "name": "data-purple-color-gradientStop-2",
14693
16293
  "attributes": {},
14694
- "path": ["data", "purple", "color", "emphasis"],
14695
- "key": "{data.purple.color.emphasis}"
16294
+ "path": ["data", "purple", "color", "gradientStop", "2"],
16295
+ "key": "{data.purple.color.gradientStop.2}"
14696
16296
  },
14697
16297
  "data-purple-color-muted": {
14698
16298
  "$value": "#211047",
@@ -14728,6 +16328,38 @@
14728
16328
  "path": ["data", "purple", "color", "muted"],
14729
16329
  "key": "{data.purple.color.muted}"
14730
16330
  },
16331
+ "data-purple-gradient": {
16332
+ "$type": "gradient",
16333
+ "$value": [
16334
+ {
16335
+ "color": "#211047",
16336
+ "position": 0
16337
+ },
16338
+ {
16339
+ "color": "#21104700",
16340
+ "position": 1
16341
+ }
16342
+ ],
16343
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16344
+ "isSource": true,
16345
+ "original": {
16346
+ "$type": "gradient",
16347
+ "$value": [
16348
+ {
16349
+ "color": "{data.purple.color.gradientStop.1}",
16350
+ "position": 0
16351
+ },
16352
+ {
16353
+ "color": "{data.purple.color.gradientStop.2}",
16354
+ "position": 1
16355
+ }
16356
+ ]
16357
+ },
16358
+ "name": "data-purple-gradient",
16359
+ "attributes": {},
16360
+ "path": ["data", "purple", "gradient"],
16361
+ "key": "{data.purple.gradient}"
16362
+ },
14731
16363
  "data-red-color-emphasis": {
14732
16364
  "$value": "#eb3342",
14733
16365
  "$type": "color",
@@ -14762,6 +16394,64 @@
14762
16394
  "path": ["data", "red", "color", "emphasis"],
14763
16395
  "key": "{data.red.color.emphasis}"
14764
16396
  },
16397
+ "data-red-color-gradientStop-1": {
16398
+ "$value": "#3c0614",
16399
+ "$type": "color",
16400
+ "$extensions": {
16401
+ "org.primer.figma": {
16402
+ "collection": "mode",
16403
+ "group": "component",
16404
+ "scopes": ["bgColor"]
16405
+ }
16406
+ },
16407
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16408
+ "isSource": true,
16409
+ "original": {
16410
+ "$value": "{data.red.color.muted}",
16411
+ "$type": "color",
16412
+ "$extensions": {
16413
+ "org.primer.figma": {
16414
+ "collection": "mode",
16415
+ "group": "component",
16416
+ "scopes": ["bgColor"]
16417
+ }
16418
+ }
16419
+ },
16420
+ "name": "data-red-color-gradientStop-1",
16421
+ "attributes": {},
16422
+ "path": ["data", "red", "color", "gradientStop", "1"],
16423
+ "key": "{data.red.color.gradientStop.1}"
16424
+ },
16425
+ "data-red-color-gradientStop-2": {
16426
+ "$value": "#3c061400",
16427
+ "$type": "color",
16428
+ "alpha": 0,
16429
+ "$extensions": {
16430
+ "org.primer.figma": {
16431
+ "collection": "mode",
16432
+ "group": "component",
16433
+ "scopes": ["bgColor"]
16434
+ }
16435
+ },
16436
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16437
+ "isSource": true,
16438
+ "original": {
16439
+ "$value": "{data.red.color.muted}",
16440
+ "$type": "color",
16441
+ "alpha": 0,
16442
+ "$extensions": {
16443
+ "org.primer.figma": {
16444
+ "collection": "mode",
16445
+ "group": "component",
16446
+ "scopes": ["bgColor"]
16447
+ }
16448
+ }
16449
+ },
16450
+ "name": "data-red-color-gradientStop-2",
16451
+ "attributes": {},
16452
+ "path": ["data", "red", "color", "gradientStop", "2"],
16453
+ "key": "{data.red.color.gradientStop.2}"
16454
+ },
14765
16455
  "data-red-color-muted": {
14766
16456
  "$value": "#3c0614",
14767
16457
  "$type": "color",
@@ -14796,6 +16486,38 @@
14796
16486
  "path": ["data", "red", "color", "muted"],
14797
16487
  "key": "{data.red.color.muted}"
14798
16488
  },
16489
+ "data-red-gradient": {
16490
+ "$type": "gradient",
16491
+ "$value": [
16492
+ {
16493
+ "color": "#3c0614",
16494
+ "position": 0
16495
+ },
16496
+ {
16497
+ "color": "#3c061400",
16498
+ "position": 1
16499
+ }
16500
+ ],
16501
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16502
+ "isSource": true,
16503
+ "original": {
16504
+ "$type": "gradient",
16505
+ "$value": [
16506
+ {
16507
+ "color": "{data.red.color.gradientStop.1}",
16508
+ "position": 0
16509
+ },
16510
+ {
16511
+ "color": "{data.red.color.gradientStop.2}",
16512
+ "position": 1
16513
+ }
16514
+ ]
16515
+ },
16516
+ "name": "data-red-gradient",
16517
+ "attributes": {},
16518
+ "path": ["data", "red", "gradient"],
16519
+ "key": "{data.red.gradient}"
16520
+ },
14799
16521
  "data-teal-color-emphasis": {
14800
16522
  "$value": "#106c70",
14801
16523
  "$type": "color",
@@ -14830,6 +16552,64 @@
14830
16552
  "path": ["data", "teal", "color", "emphasis"],
14831
16553
  "key": "{data.teal.color.emphasis}"
14832
16554
  },
16555
+ "data-teal-color-gradientStop-1": {
16556
+ "$value": "#041f25",
16557
+ "$type": "color",
16558
+ "$extensions": {
16559
+ "org.primer.figma": {
16560
+ "collection": "mode",
16561
+ "group": "component",
16562
+ "scopes": ["bgColor"]
16563
+ }
16564
+ },
16565
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16566
+ "isSource": true,
16567
+ "original": {
16568
+ "$value": "{data.teal.color.muted}",
16569
+ "$type": "color",
16570
+ "$extensions": {
16571
+ "org.primer.figma": {
16572
+ "collection": "mode",
16573
+ "group": "component",
16574
+ "scopes": ["bgColor"]
16575
+ }
16576
+ }
16577
+ },
16578
+ "name": "data-teal-color-gradientStop-1",
16579
+ "attributes": {},
16580
+ "path": ["data", "teal", "color", "gradientStop", "1"],
16581
+ "key": "{data.teal.color.gradientStop.1}"
16582
+ },
16583
+ "data-teal-color-gradientStop-2": {
16584
+ "$value": "#041f2500",
16585
+ "$type": "color",
16586
+ "alpha": 0,
16587
+ "$extensions": {
16588
+ "org.primer.figma": {
16589
+ "collection": "mode",
16590
+ "group": "component",
16591
+ "scopes": ["bgColor"]
16592
+ }
16593
+ },
16594
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16595
+ "isSource": true,
16596
+ "original": {
16597
+ "$value": "{data.teal.color.muted}",
16598
+ "$type": "color",
16599
+ "alpha": 0,
16600
+ "$extensions": {
16601
+ "org.primer.figma": {
16602
+ "collection": "mode",
16603
+ "group": "component",
16604
+ "scopes": ["bgColor"]
16605
+ }
16606
+ }
16607
+ },
16608
+ "name": "data-teal-color-gradientStop-2",
16609
+ "attributes": {},
16610
+ "path": ["data", "teal", "color", "gradientStop", "2"],
16611
+ "key": "{data.teal.color.gradientStop.2}"
16612
+ },
14833
16613
  "data-teal-color-muted": {
14834
16614
  "$value": "#041f25",
14835
16615
  "$type": "color",
@@ -14864,6 +16644,38 @@
14864
16644
  "path": ["data", "teal", "color", "muted"],
14865
16645
  "key": "{data.teal.color.muted}"
14866
16646
  },
16647
+ "data-teal-gradient": {
16648
+ "$type": "gradient",
16649
+ "$value": [
16650
+ {
16651
+ "color": "#041f25",
16652
+ "position": 0
16653
+ },
16654
+ {
16655
+ "color": "#041f2500",
16656
+ "position": 1
16657
+ }
16658
+ ],
16659
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16660
+ "isSource": true,
16661
+ "original": {
16662
+ "$type": "gradient",
16663
+ "$value": [
16664
+ {
16665
+ "color": "{data.teal.color.gradientStop.1}",
16666
+ "position": 0
16667
+ },
16668
+ {
16669
+ "color": "{data.teal.color.gradientStop.2}",
16670
+ "position": 1
16671
+ }
16672
+ ]
16673
+ },
16674
+ "name": "data-teal-gradient",
16675
+ "attributes": {},
16676
+ "path": ["data", "teal", "gradient"],
16677
+ "key": "{data.teal.gradient}"
16678
+ },
14867
16679
  "data-yellow-color-emphasis": {
14868
16680
  "$value": "#895906",
14869
16681
  "$type": "color",
@@ -14898,6 +16710,64 @@
14898
16710
  "path": ["data", "yellow", "color", "emphasis"],
14899
16711
  "key": "{data.yellow.color.emphasis}"
14900
16712
  },
16713
+ "data-yellow-color-gradientStop-1": {
16714
+ "$value": "#2e1a00",
16715
+ "$type": "color",
16716
+ "$extensions": {
16717
+ "org.primer.figma": {
16718
+ "collection": "mode",
16719
+ "group": "component",
16720
+ "scopes": ["bgColor"]
16721
+ }
16722
+ },
16723
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16724
+ "isSource": true,
16725
+ "original": {
16726
+ "$value": "{data.yellow.color.muted}",
16727
+ "$type": "color",
16728
+ "$extensions": {
16729
+ "org.primer.figma": {
16730
+ "collection": "mode",
16731
+ "group": "component",
16732
+ "scopes": ["bgColor"]
16733
+ }
16734
+ }
16735
+ },
16736
+ "name": "data-yellow-color-gradientStop-1",
16737
+ "attributes": {},
16738
+ "path": ["data", "yellow", "color", "gradientStop", "1"],
16739
+ "key": "{data.yellow.color.gradientStop.1}"
16740
+ },
16741
+ "data-yellow-color-gradientStop-2": {
16742
+ "$value": "#2e1a0000",
16743
+ "$type": "color",
16744
+ "alpha": 0,
16745
+ "$extensions": {
16746
+ "org.primer.figma": {
16747
+ "collection": "mode",
16748
+ "group": "component",
16749
+ "scopes": ["bgColor"]
16750
+ }
16751
+ },
16752
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16753
+ "isSource": true,
16754
+ "original": {
16755
+ "$value": "{data.yellow.color.muted}",
16756
+ "$type": "color",
16757
+ "alpha": 0,
16758
+ "$extensions": {
16759
+ "org.primer.figma": {
16760
+ "collection": "mode",
16761
+ "group": "component",
16762
+ "scopes": ["bgColor"]
16763
+ }
16764
+ }
16765
+ },
16766
+ "name": "data-yellow-color-gradientStop-2",
16767
+ "attributes": {},
16768
+ "path": ["data", "yellow", "color", "gradientStop", "2"],
16769
+ "key": "{data.yellow.color.gradientStop.2}"
16770
+ },
14901
16771
  "data-yellow-color-muted": {
14902
16772
  "$value": "#2e1a00",
14903
16773
  "$type": "color",
@@ -14932,6 +16802,38 @@
14932
16802
  "path": ["data", "yellow", "color", "muted"],
14933
16803
  "key": "{data.yellow.color.muted}"
14934
16804
  },
16805
+ "data-yellow-gradient": {
16806
+ "$type": "gradient",
16807
+ "$value": [
16808
+ {
16809
+ "color": "#2e1a00",
16810
+ "position": 0
16811
+ },
16812
+ {
16813
+ "color": "#2e1a0000",
16814
+ "position": 1
16815
+ }
16816
+ ],
16817
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16818
+ "isSource": true,
16819
+ "original": {
16820
+ "$type": "gradient",
16821
+ "$value": [
16822
+ {
16823
+ "color": "{data.yellow.color.gradientStop.1}",
16824
+ "position": 0
16825
+ },
16826
+ {
16827
+ "color": "{data.yellow.color.gradientStop.2}",
16828
+ "position": 1
16829
+ }
16830
+ ]
16831
+ },
16832
+ "name": "data-yellow-gradient",
16833
+ "attributes": {},
16834
+ "path": ["data", "yellow", "gradient"],
16835
+ "key": "{data.yellow.gradient}"
16836
+ },
14935
16837
  "diffBlob-additionLine-bgColor": {
14936
16838
  "$value": "#0ac74033",
14937
16839
  "$type": "color",