@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
@@ -2205,7 +2205,7 @@
2205
2205
  "org.primer.figma": {
2206
2206
  "collection": "mode",
2207
2207
  "group": "semantic",
2208
- "scopes": ["borderColor"],
2208
+ "scopes": ["borderColor", "effectColor"],
2209
2209
  "codeSyntax": {
2210
2210
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2211
2211
  }
@@ -2220,7 +2220,7 @@
2220
2220
  "org.primer.figma": {
2221
2221
  "collection": "mode",
2222
2222
  "group": "semantic",
2223
- "scopes": ["borderColor"],
2223
+ "scopes": ["borderColor", "effectColor"],
2224
2224
  "codeSyntax": {
2225
2225
  "web": "var(--borderColor-accent-emphasis) /* utility class: .color-border-accent-emphasis */"
2226
2226
  }
@@ -2239,7 +2239,7 @@
2239
2239
  "org.primer.figma": {
2240
2240
  "collection": "mode",
2241
2241
  "group": "semantic",
2242
- "scopes": ["borderColor"],
2242
+ "scopes": ["borderColor", "effectColor"],
2243
2243
  "codeSyntax": {
2244
2244
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2245
2245
  }
@@ -2272,7 +2272,7 @@
2272
2272
  "org.primer.figma": {
2273
2273
  "collection": "mode",
2274
2274
  "group": "semantic",
2275
- "scopes": ["borderColor"],
2275
+ "scopes": ["borderColor", "effectColor"],
2276
2276
  "codeSyntax": {
2277
2277
  "web": "var(--borderColor-accent-muted) /* utility class: .color-border-accent */"
2278
2278
  }
@@ -2717,7 +2717,7 @@
2717
2717
  "org.primer.figma": {
2718
2718
  "collection": "mode",
2719
2719
  "group": "semantic",
2720
- "scopes": ["borderColor"],
2720
+ "scopes": ["borderColor", "effectColor"],
2721
2721
  "codeSyntax": {
2722
2722
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2723
2723
  }
@@ -2738,7 +2738,7 @@
2738
2738
  "org.primer.figma": {
2739
2739
  "collection": "mode",
2740
2740
  "group": "semantic",
2741
- "scopes": ["borderColor"],
2741
+ "scopes": ["borderColor", "effectColor"],
2742
2742
  "codeSyntax": {
2743
2743
  "web": "var(--borderColor-default) /* utility class: .color-border-default */"
2744
2744
  }
@@ -2757,7 +2757,7 @@
2757
2757
  "org.primer.figma": {
2758
2758
  "collection": "mode",
2759
2759
  "group": "semantic",
2760
- "scopes": ["borderColor"]
2760
+ "scopes": ["borderColor", "effectColor"]
2761
2761
  },
2762
2762
  "org.primer.overrides": {
2763
2763
  "dark-dimmed": {
@@ -2786,7 +2786,7 @@
2786
2786
  "org.primer.figma": {
2787
2787
  "collection": "mode",
2788
2788
  "group": "semantic",
2789
- "scopes": ["borderColor"]
2789
+ "scopes": ["borderColor", "effectColor"]
2790
2790
  },
2791
2791
  "org.primer.overrides": {
2792
2792
  "dark-dimmed": {
@@ -2923,7 +2923,7 @@
2923
2923
  "org.primer.figma": {
2924
2924
  "collection": "mode",
2925
2925
  "group": "semantic",
2926
- "scopes": ["borderColor"]
2926
+ "scopes": ["borderColor", "effectColor"]
2927
2927
  },
2928
2928
  "org.primer.overrides": {
2929
2929
  "light-high-contrast": "#d1d9e0",
@@ -2939,7 +2939,7 @@
2939
2939
  "org.primer.figma": {
2940
2940
  "collection": "mode",
2941
2941
  "group": "semantic",
2942
- "scopes": ["borderColor"]
2942
+ "scopes": ["borderColor", "effectColor"]
2943
2943
  },
2944
2944
  "org.primer.overrides": {
2945
2945
  "light-high-contrast": "{borderColor.default}",
@@ -2959,7 +2959,7 @@
2959
2959
  "org.primer.figma": {
2960
2960
  "collection": "mode",
2961
2961
  "group": "semantic",
2962
- "scopes": ["borderColor"],
2962
+ "scopes": ["borderColor", "effectColor"],
2963
2963
  "codeSyntax": {
2964
2964
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
2965
2965
  }
@@ -2998,7 +2998,7 @@
2998
2998
  "org.primer.figma": {
2999
2999
  "collection": "mode",
3000
3000
  "group": "semantic",
3001
- "scopes": ["borderColor"],
3001
+ "scopes": ["borderColor", "effectColor"],
3002
3002
  "codeSyntax": {
3003
3003
  "web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
3004
3004
  }
@@ -3651,7 +3651,7 @@
3651
3651
  "org.primer.figma": {
3652
3652
  "collection": "mode",
3653
3653
  "group": "semantic",
3654
- "scopes": ["borderColor"]
3654
+ "scopes": ["borderColor", "effectColor"]
3655
3655
  },
3656
3656
  "org.primer.overrides": {
3657
3657
  "light-high-contrast": {
@@ -3680,7 +3680,7 @@
3680
3680
  "org.primer.figma": {
3681
3681
  "collection": "mode",
3682
3682
  "group": "semantic",
3683
- "scopes": ["borderColor"]
3683
+ "scopes": ["borderColor", "effectColor"]
3684
3684
  },
3685
3685
  "org.primer.overrides": {
3686
3686
  "light-high-contrast": {
@@ -3713,7 +3713,7 @@
3713
3713
  "org.primer.figma": {
3714
3714
  "collection": "mode",
3715
3715
  "group": "semantic",
3716
- "scopes": ["borderColor"]
3716
+ "scopes": ["borderColor", "effectColor"]
3717
3717
  }
3718
3718
  },
3719
3719
  "filePath": "src/tokens/functional/color/borderColor.json5",
@@ -3725,7 +3725,7 @@
3725
3725
  "org.primer.figma": {
3726
3726
  "collection": "mode",
3727
3727
  "group": "semantic",
3728
- "scopes": ["borderColor"]
3728
+ "scopes": ["borderColor", "effectColor"]
3729
3729
  }
3730
3730
  }
3731
3731
  },
@@ -10716,8 +10716,6 @@
10716
10716
  "scopes": ["bgColor"]
10717
10717
  },
10718
10718
  "org.primer.overrides": {
10719
- "dark-high-contrast": "#e6eaef",
10720
- "light-high-contrast": "#e6eaef",
10721
10719
  "dark-dimmed": "#dae0e7"
10722
10720
  }
10723
10721
  },
@@ -10733,8 +10731,6 @@
10733
10731
  "scopes": ["bgColor"]
10734
10732
  },
10735
10733
  "org.primer.overrides": {
10736
- "dark-high-contrast": "{base.color.neutral.3}",
10737
- "light-high-contrast": "{base.color.neutral.3}",
10738
10734
  "dark-dimmed": "{base.color.neutral.5}"
10739
10735
  }
10740
10736
  }
@@ -10898,16 +10894,6 @@
10898
10894
  "filePath": "src/tokens/component/contribution.json5",
10899
10895
  "isSource": true,
10900
10896
  "$type": "color"
10901
- },
10902
- "dark-high-contrast": {
10903
- "$value": "#ffffff",
10904
- "alpha": 1,
10905
- "filePath": "src/tokens/component/contribution.json5",
10906
- "isSource": true,
10907
- "$type": "color"
10908
- },
10909
- "light-high-contrast": {
10910
- "alpha": 1
10911
10897
  }
10912
10898
  }
10913
10899
  },
@@ -10937,16 +10923,6 @@
10937
10923
  "filePath": "src/tokens/component/contribution.json5",
10938
10924
  "isSource": true,
10939
10925
  "$type": "color"
10940
- },
10941
- "dark-high-contrast": {
10942
- "$value": "{base.color.white}",
10943
- "alpha": 1,
10944
- "filePath": "src/tokens/component/contribution.json5",
10945
- "isSource": true,
10946
- "$type": "color"
10947
- },
10948
- "light-high-contrast": {
10949
- "alpha": 1
10950
10926
  }
10951
10927
  }
10952
10928
  }
@@ -10980,16 +10956,6 @@
10980
10956
  "filePath": "src/tokens/component/contribution.json5",
10981
10957
  "isSource": true,
10982
10958
  "$type": "color"
10983
- },
10984
- "dark-high-contrast": {
10985
- "$value": "#ffffff",
10986
- "alpha": 1,
10987
- "filePath": "src/tokens/component/contribution.json5",
10988
- "isSource": true,
10989
- "$type": "color"
10990
- },
10991
- "light-high-contrast": {
10992
- "alpha": 1
10993
10959
  }
10994
10960
  }
10995
10961
  },
@@ -11019,16 +10985,6 @@
11019
10985
  "filePath": "src/tokens/component/contribution.json5",
11020
10986
  "isSource": true,
11021
10987
  "$type": "color"
11022
- },
11023
- "dark-high-contrast": {
11024
- "$value": "{base.color.white}",
11025
- "alpha": 1,
11026
- "filePath": "src/tokens/component/contribution.json5",
11027
- "isSource": true,
11028
- "$type": "color"
11029
- },
11030
- "light-high-contrast": {
11031
- "alpha": 1
11032
10988
  }
11033
10989
  }
11034
10990
  }
@@ -11062,16 +11018,6 @@
11062
11018
  "filePath": "src/tokens/component/contribution.json5",
11063
11019
  "isSource": true,
11064
11020
  "$type": "color"
11065
- },
11066
- "dark-high-contrast": {
11067
- "$value": "#ffffff",
11068
- "alpha": 1,
11069
- "filePath": "src/tokens/component/contribution.json5",
11070
- "isSource": true,
11071
- "$type": "color"
11072
- },
11073
- "light-high-contrast": {
11074
- "alpha": 1
11075
11021
  }
11076
11022
  }
11077
11023
  },
@@ -11101,16 +11047,6 @@
11101
11047
  "filePath": "src/tokens/component/contribution.json5",
11102
11048
  "isSource": true,
11103
11049
  "$type": "color"
11104
- },
11105
- "dark-high-contrast": {
11106
- "$value": "{base.color.white}",
11107
- "alpha": 1,
11108
- "filePath": "src/tokens/component/contribution.json5",
11109
- "isSource": true,
11110
- "$type": "color"
11111
- },
11112
- "light-high-contrast": {
11113
- "alpha": 1
11114
11050
  }
11115
11051
  }
11116
11052
  }
@@ -11144,16 +11080,6 @@
11144
11080
  "filePath": "src/tokens/component/contribution.json5",
11145
11081
  "isSource": true,
11146
11082
  "$type": "color"
11147
- },
11148
- "dark-high-contrast": {
11149
- "$value": "#ffffff",
11150
- "alpha": 1,
11151
- "filePath": "src/tokens/component/contribution.json5",
11152
- "isSource": true,
11153
- "$type": "color"
11154
- },
11155
- "light-high-contrast": {
11156
- "alpha": 1
11157
11083
  }
11158
11084
  }
11159
11085
  },
@@ -11183,16 +11109,6 @@
11183
11109
  "filePath": "src/tokens/component/contribution.json5",
11184
11110
  "isSource": true,
11185
11111
  "$type": "color"
11186
- },
11187
- "dark-high-contrast": {
11188
- "$value": "{base.color.white}",
11189
- "alpha": 1,
11190
- "filePath": "src/tokens/component/contribution.json5",
11191
- "isSource": true,
11192
- "$type": "color"
11193
- },
11194
- "light-high-contrast": {
11195
- "alpha": 1
11196
11112
  }
11197
11113
  }
11198
11114
  }
@@ -11226,16 +11142,6 @@
11226
11142
  "filePath": "src/tokens/component/contribution.json5",
11227
11143
  "isSource": true,
11228
11144
  "$type": "color"
11229
- },
11230
- "dark-high-contrast": {
11231
- "$value": "#ffffff",
11232
- "alpha": 1,
11233
- "filePath": "src/tokens/component/contribution.json5",
11234
- "isSource": true,
11235
- "$type": "color"
11236
- },
11237
- "light-high-contrast": {
11238
- "alpha": 1
11239
11145
  }
11240
11146
  }
11241
11147
  },
@@ -11265,16 +11171,6 @@
11265
11171
  "filePath": "src/tokens/component/contribution.json5",
11266
11172
  "isSource": true,
11267
11173
  "$type": "color"
11268
- },
11269
- "dark-high-contrast": {
11270
- "$value": "{base.color.white}",
11271
- "alpha": 1,
11272
- "filePath": "src/tokens/component/contribution.json5",
11273
- "isSource": true,
11274
- "$type": "color"
11275
- },
11276
- "light-high-contrast": {
11277
- "alpha": 1
11278
11174
  }
11279
11175
  }
11280
11176
  }
@@ -14256,75 +14152,65 @@
14256
14152
  "value": "#9d615c",
14257
14153
  "type": "color"
14258
14154
  },
14259
- "data-auburn-color-muted": {
14155
+ "data-auburn-color-gradientStop-1": {
14260
14156
  "$extensions": {
14261
14157
  "org.primer.figma": {
14262
14158
  "collection": "mode",
14263
14159
  "group": "component",
14264
14160
  "scopes": ["bgColor"]
14265
- },
14266
- "org.primer.overrides": {
14267
- "dark": "#f2e9e9"
14268
14161
  }
14269
14162
  },
14270
14163
  "filePath": "src/tokens/functional/color/data-vis.json5",
14271
14164
  "isSource": true,
14272
14165
  "original": {
14273
- "$value": "{base.display.color.auburn.0}",
14166
+ "$value": "{data.auburn.color.muted}",
14274
14167
  "$type": "color",
14275
14168
  "$extensions": {
14276
14169
  "org.primer.figma": {
14277
14170
  "collection": "mode",
14278
14171
  "group": "component",
14279
14172
  "scopes": ["bgColor"]
14280
- },
14281
- "org.primer.overrides": {
14282
- "dark": "{base.display.color.auburn.0}"
14283
14173
  }
14284
14174
  }
14285
14175
  },
14286
- "name": "data-auburn-color-muted",
14176
+ "name": "data-auburn-color-gradientStop-1",
14287
14177
  "attributes": {},
14288
- "path": ["data", "auburn", "color", "muted"],
14289
- "key": "{data.auburn.color.muted}",
14178
+ "path": ["data", "auburn", "color", "gradientStop", "1"],
14179
+ "key": "{data.auburn.color.gradientStop.1}",
14290
14180
  "value": "#f2e9e9",
14291
14181
  "type": "color"
14292
14182
  },
14293
- "data-blue-color-emphasis": {
14183
+ "data-auburn-color-gradientStop-2": {
14184
+ "alpha": 0,
14294
14185
  "$extensions": {
14295
14186
  "org.primer.figma": {
14296
14187
  "collection": "mode",
14297
14188
  "group": "component",
14298
- "scopes": ["bgColor", "borderColor"]
14299
- },
14300
- "org.primer.overrides": {
14301
- "dark": "#006edb"
14189
+ "scopes": ["bgColor"]
14302
14190
  }
14303
14191
  },
14304
14192
  "filePath": "src/tokens/functional/color/data-vis.json5",
14305
14193
  "isSource": true,
14306
14194
  "original": {
14307
- "$value": "{base.display.color.blue.5}",
14195
+ "$value": "{data.auburn.color.muted}",
14308
14196
  "$type": "color",
14197
+ "alpha": 0,
14309
14198
  "$extensions": {
14310
14199
  "org.primer.figma": {
14311
14200
  "collection": "mode",
14312
14201
  "group": "component",
14313
- "scopes": ["bgColor", "borderColor"]
14314
- },
14315
- "org.primer.overrides": {
14316
- "dark": "{base.display.color.blue.5}"
14202
+ "scopes": ["bgColor"]
14317
14203
  }
14318
14204
  }
14319
14205
  },
14320
- "name": "data-blue-color-emphasis",
14206
+ "name": "data-auburn-color-gradientStop-2",
14321
14207
  "attributes": {},
14322
- "path": ["data", "blue", "color", "emphasis"],
14323
- "key": "{data.blue.color.emphasis}",
14324
- "value": "#006edb",
14208
+ "path": ["data", "auburn", "color", "gradientStop", "2"],
14209
+ "key": "{data.auburn.color.gradientStop.2}",
14210
+ "value": "#f2e9e900",
14325
14211
  "type": "color"
14326
14212
  },
14327
- "data-blue-color-muted": {
14213
+ "data-auburn-color-muted": {
14328
14214
  "$extensions": {
14329
14215
  "org.primer.figma": {
14330
14216
  "collection": "mode",
@@ -14332,13 +14218,13 @@
14332
14218
  "scopes": ["bgColor"]
14333
14219
  },
14334
14220
  "org.primer.overrides": {
14335
- "dark": "#d1f0ff"
14221
+ "dark": "#f2e9e9"
14336
14222
  }
14337
14223
  },
14338
14224
  "filePath": "src/tokens/functional/color/data-vis.json5",
14339
14225
  "isSource": true,
14340
14226
  "original": {
14341
- "$value": "{base.display.color.blue.0}",
14227
+ "$value": "{base.display.color.auburn.0}",
14342
14228
  "$type": "color",
14343
14229
  "$extensions": {
14344
14230
  "org.primer.figma": {
@@ -14347,18 +14233,50 @@
14347
14233
  "scopes": ["bgColor"]
14348
14234
  },
14349
14235
  "org.primer.overrides": {
14350
- "dark": "{base.display.color.blue.0}"
14236
+ "dark": "{base.display.color.auburn.0}"
14351
14237
  }
14352
14238
  }
14353
14239
  },
14354
- "name": "data-blue-color-muted",
14240
+ "name": "data-auburn-color-muted",
14355
14241
  "attributes": {},
14356
- "path": ["data", "blue", "color", "muted"],
14357
- "key": "{data.blue.color.muted}",
14358
- "value": "#d1f0ff",
14242
+ "path": ["data", "auburn", "color", "muted"],
14243
+ "key": "{data.auburn.color.muted}",
14244
+ "value": "#f2e9e9",
14359
14245
  "type": "color"
14360
14246
  },
14361
- "data-gray-color-emphasis": {
14247
+ "data-auburn-gradient": {
14248
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14249
+ "isSource": true,
14250
+ "original": {
14251
+ "$type": "gradient",
14252
+ "$value": [
14253
+ {
14254
+ "color": "{data.auburn.color.gradientStop.1}",
14255
+ "position": 0
14256
+ },
14257
+ {
14258
+ "color": "{data.auburn.color.gradientStop.2}",
14259
+ "position": 1
14260
+ }
14261
+ ]
14262
+ },
14263
+ "name": "data-auburn-gradient",
14264
+ "attributes": {},
14265
+ "path": ["data", "auburn", "gradient"],
14266
+ "key": "{data.auburn.gradient}",
14267
+ "value": [
14268
+ {
14269
+ "color": "#f2e9e9",
14270
+ "position": 0
14271
+ },
14272
+ {
14273
+ "color": "#f2e9e900",
14274
+ "position": 1
14275
+ }
14276
+ ],
14277
+ "type": "gradient"
14278
+ },
14279
+ "data-blue-color-emphasis": {
14362
14280
  "$extensions": {
14363
14281
  "org.primer.figma": {
14364
14282
  "collection": "mode",
@@ -14366,13 +14284,13 @@
14366
14284
  "scopes": ["bgColor", "borderColor"]
14367
14285
  },
14368
14286
  "org.primer.overrides": {
14369
- "dark": "#808fa3"
14287
+ "dark": "#006edb"
14370
14288
  }
14371
14289
  },
14372
14290
  "filePath": "src/tokens/functional/color/data-vis.json5",
14373
14291
  "isSource": true,
14374
14292
  "original": {
14375
- "$value": "{base.display.color.gray.4}",
14293
+ "$value": "{base.display.color.blue.5}",
14376
14294
  "$type": "color",
14377
14295
  "$extensions": {
14378
14296
  "org.primer.figma": {
@@ -14381,86 +14299,76 @@
14381
14299
  "scopes": ["bgColor", "borderColor"]
14382
14300
  },
14383
14301
  "org.primer.overrides": {
14384
- "dark": "{base.display.color.gray.4}"
14302
+ "dark": "{base.display.color.blue.5}"
14385
14303
  }
14386
14304
  }
14387
14305
  },
14388
- "name": "data-gray-color-emphasis",
14306
+ "name": "data-blue-color-emphasis",
14389
14307
  "attributes": {},
14390
- "path": ["data", "gray", "color", "emphasis"],
14391
- "key": "{data.gray.color.emphasis}",
14392
- "value": "#808fa3",
14308
+ "path": ["data", "blue", "color", "emphasis"],
14309
+ "key": "{data.blue.color.emphasis}",
14310
+ "value": "#006edb",
14393
14311
  "type": "color"
14394
14312
  },
14395
- "data-gray-color-muted": {
14313
+ "data-blue-color-gradientStop-1": {
14396
14314
  "$extensions": {
14397
14315
  "org.primer.figma": {
14398
14316
  "collection": "mode",
14399
14317
  "group": "component",
14400
14318
  "scopes": ["bgColor"]
14401
- },
14402
- "org.primer.overrides": {
14403
- "dark": "#e8ecf2"
14404
14319
  }
14405
14320
  },
14406
14321
  "filePath": "src/tokens/functional/color/data-vis.json5",
14407
14322
  "isSource": true,
14408
14323
  "original": {
14409
- "$value": "{base.display.color.gray.0}",
14324
+ "$value": "{data.blue.color.muted}",
14410
14325
  "$type": "color",
14411
14326
  "$extensions": {
14412
14327
  "org.primer.figma": {
14413
14328
  "collection": "mode",
14414
14329
  "group": "component",
14415
14330
  "scopes": ["bgColor"]
14416
- },
14417
- "org.primer.overrides": {
14418
- "dark": "{base.display.color.gray.0}"
14419
14331
  }
14420
14332
  }
14421
14333
  },
14422
- "name": "data-gray-color-muted",
14334
+ "name": "data-blue-color-gradientStop-1",
14423
14335
  "attributes": {},
14424
- "path": ["data", "gray", "color", "muted"],
14425
- "key": "{data.gray.color.muted}",
14426
- "value": "#e8ecf2",
14336
+ "path": ["data", "blue", "color", "gradientStop", "1"],
14337
+ "key": "{data.blue.color.gradientStop.1}",
14338
+ "value": "#d1f0ff",
14427
14339
  "type": "color"
14428
14340
  },
14429
- "data-green-color-emphasis": {
14341
+ "data-blue-color-gradientStop-2": {
14342
+ "alpha": 0,
14430
14343
  "$extensions": {
14431
14344
  "org.primer.figma": {
14432
14345
  "collection": "mode",
14433
14346
  "group": "component",
14434
- "scopes": ["bgColor", "borderColor"]
14435
- },
14436
- "org.primer.overrides": {
14437
- "dark": "#30a147"
14347
+ "scopes": ["bgColor"]
14438
14348
  }
14439
14349
  },
14440
14350
  "filePath": "src/tokens/functional/color/data-vis.json5",
14441
14351
  "isSource": true,
14442
14352
  "original": {
14443
- "$value": "{base.display.color.green.4}",
14353
+ "$value": "{data.blue.color.muted}",
14444
14354
  "$type": "color",
14355
+ "alpha": 0,
14445
14356
  "$extensions": {
14446
14357
  "org.primer.figma": {
14447
14358
  "collection": "mode",
14448
14359
  "group": "component",
14449
- "scopes": ["bgColor", "borderColor"]
14450
- },
14451
- "org.primer.overrides": {
14452
- "dark": "{base.display.color.green.4}"
14360
+ "scopes": ["bgColor"]
14453
14361
  }
14454
14362
  }
14455
14363
  },
14456
- "name": "data-green-color-emphasis",
14364
+ "name": "data-blue-color-gradientStop-2",
14457
14365
  "attributes": {},
14458
- "path": ["data", "green", "color", "emphasis"],
14459
- "key": "{data.green.color.emphasis}",
14460
- "value": "#30a147",
14366
+ "path": ["data", "blue", "color", "gradientStop", "2"],
14367
+ "key": "{data.blue.color.gradientStop.2}",
14368
+ "value": "#d1f0ff00",
14461
14369
  "type": "color"
14462
14370
  },
14463
- "data-green-color-muted": {
14371
+ "data-blue-color-muted": {
14464
14372
  "$extensions": {
14465
14373
  "org.primer.figma": {
14466
14374
  "collection": "mode",
@@ -14468,13 +14376,13 @@
14468
14376
  "scopes": ["bgColor"]
14469
14377
  },
14470
14378
  "org.primer.overrides": {
14471
- "dark": "#caf7ca"
14379
+ "dark": "#d1f0ff"
14472
14380
  }
14473
14381
  },
14474
14382
  "filePath": "src/tokens/functional/color/data-vis.json5",
14475
14383
  "isSource": true,
14476
14384
  "original": {
14477
- "$value": "{base.display.color.green.0}",
14385
+ "$value": "{base.display.color.blue.0}",
14478
14386
  "$type": "color",
14479
14387
  "$extensions": {
14480
14388
  "org.primer.figma": {
@@ -14483,18 +14391,50 @@
14483
14391
  "scopes": ["bgColor"]
14484
14392
  },
14485
14393
  "org.primer.overrides": {
14486
- "dark": "{base.display.color.green.0}"
14394
+ "dark": "{base.display.color.blue.0}"
14487
14395
  }
14488
14396
  }
14489
14397
  },
14490
- "name": "data-green-color-muted",
14398
+ "name": "data-blue-color-muted",
14491
14399
  "attributes": {},
14492
- "path": ["data", "green", "color", "muted"],
14493
- "key": "{data.green.color.muted}",
14494
- "value": "#caf7ca",
14400
+ "path": ["data", "blue", "color", "muted"],
14401
+ "key": "{data.blue.color.muted}",
14402
+ "value": "#d1f0ff",
14495
14403
  "type": "color"
14496
14404
  },
14497
- "data-orange-color-emphasis": {
14405
+ "data-blue-gradient": {
14406
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14407
+ "isSource": true,
14408
+ "original": {
14409
+ "$type": "gradient",
14410
+ "$value": [
14411
+ {
14412
+ "color": "{data.blue.color.gradientStop.1}",
14413
+ "position": 0
14414
+ },
14415
+ {
14416
+ "color": "{data.blue.color.gradientStop.2}",
14417
+ "position": 1
14418
+ }
14419
+ ]
14420
+ },
14421
+ "name": "data-blue-gradient",
14422
+ "attributes": {},
14423
+ "path": ["data", "blue", "gradient"],
14424
+ "key": "{data.blue.gradient}",
14425
+ "value": [
14426
+ {
14427
+ "color": "#d1f0ff",
14428
+ "position": 0
14429
+ },
14430
+ {
14431
+ "color": "#d1f0ff00",
14432
+ "position": 1
14433
+ }
14434
+ ],
14435
+ "type": "gradient"
14436
+ },
14437
+ "data-brown-color-emphasis": {
14498
14438
  "$extensions": {
14499
14439
  "org.primer.figma": {
14500
14440
  "collection": "mode",
@@ -14502,13 +14442,13 @@
14502
14442
  "scopes": ["bgColor", "borderColor"]
14503
14443
  },
14504
14444
  "org.primer.overrides": {
14505
- "dark": "#eb670f"
14445
+ "dark": "#856d4c"
14506
14446
  }
14507
14447
  },
14508
14448
  "filePath": "src/tokens/functional/color/data-vis.json5",
14509
14449
  "isSource": true,
14510
14450
  "original": {
14511
- "$value": "{base.display.color.orange.4}",
14451
+ "$value": "{base.display.color.brown.5}",
14512
14452
  "$type": "color",
14513
14453
  "$extensions": {
14514
14454
  "org.primer.figma": {
@@ -14517,15 +14457,1179 @@
14517
14457
  "scopes": ["bgColor", "borderColor"]
14518
14458
  },
14519
14459
  "org.primer.overrides": {
14520
- "dark": "{base.display.color.orange.4}"
14460
+ "dark": "{base.display.color.brown.5}"
14521
14461
  }
14522
14462
  }
14523
14463
  },
14524
- "name": "data-orange-color-emphasis",
14464
+ "name": "data-brown-color-emphasis",
14525
14465
  "attributes": {},
14526
- "path": ["data", "orange", "color", "emphasis"],
14527
- "key": "{data.orange.color.emphasis}",
14528
- "value": "#eb670f",
14466
+ "path": ["data", "brown", "color", "emphasis"],
14467
+ "key": "{data.brown.color.emphasis}",
14468
+ "value": "#856d4c",
14469
+ "type": "color"
14470
+ },
14471
+ "data-brown-color-gradientStop-1": {
14472
+ "$extensions": {
14473
+ "org.primer.figma": {
14474
+ "collection": "mode",
14475
+ "group": "component",
14476
+ "scopes": ["bgColor"]
14477
+ }
14478
+ },
14479
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14480
+ "isSource": true,
14481
+ "original": {
14482
+ "$value": "{data.brown.color.muted}",
14483
+ "$type": "color",
14484
+ "$extensions": {
14485
+ "org.primer.figma": {
14486
+ "collection": "mode",
14487
+ "group": "component",
14488
+ "scopes": ["bgColor"]
14489
+ }
14490
+ }
14491
+ },
14492
+ "name": "data-brown-color-gradientStop-1",
14493
+ "attributes": {},
14494
+ "path": ["data", "brown", "color", "gradientStop", "1"],
14495
+ "key": "{data.brown.color.gradientStop.1}",
14496
+ "value": "#eeeae2",
14497
+ "type": "color"
14498
+ },
14499
+ "data-brown-color-gradientStop-2": {
14500
+ "alpha": 0,
14501
+ "$extensions": {
14502
+ "org.primer.figma": {
14503
+ "collection": "mode",
14504
+ "group": "component",
14505
+ "scopes": ["bgColor"]
14506
+ }
14507
+ },
14508
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14509
+ "isSource": true,
14510
+ "original": {
14511
+ "$value": "{data.brown.color.muted}",
14512
+ "$type": "color",
14513
+ "alpha": 0,
14514
+ "$extensions": {
14515
+ "org.primer.figma": {
14516
+ "collection": "mode",
14517
+ "group": "component",
14518
+ "scopes": ["bgColor"]
14519
+ }
14520
+ }
14521
+ },
14522
+ "name": "data-brown-color-gradientStop-2",
14523
+ "attributes": {},
14524
+ "path": ["data", "brown", "color", "gradientStop", "2"],
14525
+ "key": "{data.brown.color.gradientStop.2}",
14526
+ "value": "#eeeae200",
14527
+ "type": "color"
14528
+ },
14529
+ "data-brown-color-muted": {
14530
+ "$extensions": {
14531
+ "org.primer.figma": {
14532
+ "collection": "mode",
14533
+ "group": "component",
14534
+ "scopes": ["bgColor"]
14535
+ },
14536
+ "org.primer.overrides": {
14537
+ "dark": "#eeeae2"
14538
+ }
14539
+ },
14540
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14541
+ "isSource": true,
14542
+ "original": {
14543
+ "$value": "{base.display.color.brown.0}",
14544
+ "$type": "color",
14545
+ "$extensions": {
14546
+ "org.primer.figma": {
14547
+ "collection": "mode",
14548
+ "group": "component",
14549
+ "scopes": ["bgColor"]
14550
+ },
14551
+ "org.primer.overrides": {
14552
+ "dark": "{base.display.color.brown.0}"
14553
+ }
14554
+ }
14555
+ },
14556
+ "name": "data-brown-color-muted",
14557
+ "attributes": {},
14558
+ "path": ["data", "brown", "color", "muted"],
14559
+ "key": "{data.brown.color.muted}",
14560
+ "value": "#eeeae2",
14561
+ "type": "color"
14562
+ },
14563
+ "data-brown-gradient": {
14564
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14565
+ "isSource": true,
14566
+ "original": {
14567
+ "$type": "gradient",
14568
+ "$value": [
14569
+ {
14570
+ "color": "{data.brown.color.gradientStop.1}",
14571
+ "position": 0
14572
+ },
14573
+ {
14574
+ "color": "{data.brown.color.gradientStop.2}",
14575
+ "position": 1
14576
+ }
14577
+ ]
14578
+ },
14579
+ "name": "data-brown-gradient",
14580
+ "attributes": {},
14581
+ "path": ["data", "brown", "gradient"],
14582
+ "key": "{data.brown.gradient}",
14583
+ "value": [
14584
+ {
14585
+ "color": "#eeeae2",
14586
+ "position": 0
14587
+ },
14588
+ {
14589
+ "color": "#eeeae200",
14590
+ "position": 1
14591
+ }
14592
+ ],
14593
+ "type": "gradient"
14594
+ },
14595
+ "data-coral-color-emphasis": {
14596
+ "$extensions": {
14597
+ "org.primer.figma": {
14598
+ "collection": "mode",
14599
+ "group": "component",
14600
+ "scopes": ["bgColor", "borderColor"]
14601
+ },
14602
+ "org.primer.overrides": {
14603
+ "dark": "#d43511"
14604
+ }
14605
+ },
14606
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14607
+ "isSource": true,
14608
+ "original": {
14609
+ "$value": "{base.display.color.coral.5}",
14610
+ "$type": "color",
14611
+ "$extensions": {
14612
+ "org.primer.figma": {
14613
+ "collection": "mode",
14614
+ "group": "component",
14615
+ "scopes": ["bgColor", "borderColor"]
14616
+ },
14617
+ "org.primer.overrides": {
14618
+ "dark": "{base.display.color.coral.5}"
14619
+ }
14620
+ }
14621
+ },
14622
+ "name": "data-coral-color-emphasis",
14623
+ "attributes": {},
14624
+ "path": ["data", "coral", "color", "emphasis"],
14625
+ "key": "{data.coral.color.emphasis}",
14626
+ "value": "#d43511",
14627
+ "type": "color"
14628
+ },
14629
+ "data-coral-color-gradientStop-1": {
14630
+ "$extensions": {
14631
+ "org.primer.figma": {
14632
+ "collection": "mode",
14633
+ "group": "component",
14634
+ "scopes": ["bgColor"]
14635
+ }
14636
+ },
14637
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14638
+ "isSource": true,
14639
+ "original": {
14640
+ "$value": "{data.coral.color.muted}",
14641
+ "$type": "color",
14642
+ "$extensions": {
14643
+ "org.primer.figma": {
14644
+ "collection": "mode",
14645
+ "group": "component",
14646
+ "scopes": ["bgColor"]
14647
+ }
14648
+ }
14649
+ },
14650
+ "name": "data-coral-color-gradientStop-1",
14651
+ "attributes": {},
14652
+ "path": ["data", "coral", "color", "gradientStop", "1"],
14653
+ "key": "{data.coral.color.gradientStop.1}",
14654
+ "value": "#ffe5db",
14655
+ "type": "color"
14656
+ },
14657
+ "data-coral-color-gradientStop-2": {
14658
+ "alpha": 0,
14659
+ "$extensions": {
14660
+ "org.primer.figma": {
14661
+ "collection": "mode",
14662
+ "group": "component",
14663
+ "scopes": ["bgColor"]
14664
+ }
14665
+ },
14666
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14667
+ "isSource": true,
14668
+ "original": {
14669
+ "$value": "{data.coral.color.muted}",
14670
+ "$type": "color",
14671
+ "alpha": 0,
14672
+ "$extensions": {
14673
+ "org.primer.figma": {
14674
+ "collection": "mode",
14675
+ "group": "component",
14676
+ "scopes": ["bgColor"]
14677
+ }
14678
+ }
14679
+ },
14680
+ "name": "data-coral-color-gradientStop-2",
14681
+ "attributes": {},
14682
+ "path": ["data", "coral", "color", "gradientStop", "2"],
14683
+ "key": "{data.coral.color.gradientStop.2}",
14684
+ "value": "#ffe5db00",
14685
+ "type": "color"
14686
+ },
14687
+ "data-coral-color-muted": {
14688
+ "$extensions": {
14689
+ "org.primer.figma": {
14690
+ "collection": "mode",
14691
+ "group": "component",
14692
+ "scopes": ["bgColor"]
14693
+ },
14694
+ "org.primer.overrides": {
14695
+ "dark": "#ffe5db"
14696
+ }
14697
+ },
14698
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14699
+ "isSource": true,
14700
+ "original": {
14701
+ "$value": "{base.display.color.coral.0}",
14702
+ "$type": "color",
14703
+ "$extensions": {
14704
+ "org.primer.figma": {
14705
+ "collection": "mode",
14706
+ "group": "component",
14707
+ "scopes": ["bgColor"]
14708
+ },
14709
+ "org.primer.overrides": {
14710
+ "dark": "{base.display.color.coral.0}"
14711
+ }
14712
+ }
14713
+ },
14714
+ "name": "data-coral-color-muted",
14715
+ "attributes": {},
14716
+ "path": ["data", "coral", "color", "muted"],
14717
+ "key": "{data.coral.color.muted}",
14718
+ "value": "#ffe5db",
14719
+ "type": "color"
14720
+ },
14721
+ "data-coral-gradient": {
14722
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14723
+ "isSource": true,
14724
+ "original": {
14725
+ "$type": "gradient",
14726
+ "$value": [
14727
+ {
14728
+ "color": "{data.coral.color.gradientStop.1}",
14729
+ "position": 0
14730
+ },
14731
+ {
14732
+ "color": "{data.coral.color.gradientStop.2}",
14733
+ "position": 1
14734
+ }
14735
+ ]
14736
+ },
14737
+ "name": "data-coral-gradient",
14738
+ "attributes": {},
14739
+ "path": ["data", "coral", "gradient"],
14740
+ "key": "{data.coral.gradient}",
14741
+ "value": [
14742
+ {
14743
+ "color": "#ffe5db",
14744
+ "position": 0
14745
+ },
14746
+ {
14747
+ "color": "#ffe5db00",
14748
+ "position": 1
14749
+ }
14750
+ ],
14751
+ "type": "gradient"
14752
+ },
14753
+ "data-gray-color-emphasis": {
14754
+ "$extensions": {
14755
+ "org.primer.figma": {
14756
+ "collection": "mode",
14757
+ "group": "component",
14758
+ "scopes": ["bgColor", "borderColor"]
14759
+ },
14760
+ "org.primer.overrides": {
14761
+ "dark": "#808fa3"
14762
+ }
14763
+ },
14764
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14765
+ "isSource": true,
14766
+ "original": {
14767
+ "$value": "{base.display.color.gray.4}",
14768
+ "$type": "color",
14769
+ "$extensions": {
14770
+ "org.primer.figma": {
14771
+ "collection": "mode",
14772
+ "group": "component",
14773
+ "scopes": ["bgColor", "borderColor"]
14774
+ },
14775
+ "org.primer.overrides": {
14776
+ "dark": "{base.display.color.gray.4}"
14777
+ }
14778
+ }
14779
+ },
14780
+ "name": "data-gray-color-emphasis",
14781
+ "attributes": {},
14782
+ "path": ["data", "gray", "color", "emphasis"],
14783
+ "key": "{data.gray.color.emphasis}",
14784
+ "value": "#808fa3",
14785
+ "type": "color"
14786
+ },
14787
+ "data-gray-color-gradientStop-1": {
14788
+ "$extensions": {
14789
+ "org.primer.figma": {
14790
+ "collection": "mode",
14791
+ "group": "component",
14792
+ "scopes": ["bgColor"]
14793
+ }
14794
+ },
14795
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14796
+ "isSource": true,
14797
+ "original": {
14798
+ "$value": "{data.gray.color.muted}",
14799
+ "$type": "color",
14800
+ "$extensions": {
14801
+ "org.primer.figma": {
14802
+ "collection": "mode",
14803
+ "group": "component",
14804
+ "scopes": ["bgColor"]
14805
+ }
14806
+ }
14807
+ },
14808
+ "name": "data-gray-color-gradientStop-1",
14809
+ "attributes": {},
14810
+ "path": ["data", "gray", "color", "gradientStop", "1"],
14811
+ "key": "{data.gray.color.gradientStop.1}",
14812
+ "value": "#e8ecf2",
14813
+ "type": "color"
14814
+ },
14815
+ "data-gray-color-gradientStop-2": {
14816
+ "alpha": 0,
14817
+ "$extensions": {
14818
+ "org.primer.figma": {
14819
+ "collection": "mode",
14820
+ "group": "component",
14821
+ "scopes": ["bgColor"]
14822
+ }
14823
+ },
14824
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14825
+ "isSource": true,
14826
+ "original": {
14827
+ "$value": "{data.gray.color.muted}",
14828
+ "$type": "color",
14829
+ "alpha": 0,
14830
+ "$extensions": {
14831
+ "org.primer.figma": {
14832
+ "collection": "mode",
14833
+ "group": "component",
14834
+ "scopes": ["bgColor"]
14835
+ }
14836
+ }
14837
+ },
14838
+ "name": "data-gray-color-gradientStop-2",
14839
+ "attributes": {},
14840
+ "path": ["data", "gray", "color", "gradientStop", "2"],
14841
+ "key": "{data.gray.color.gradientStop.2}",
14842
+ "value": "#e8ecf200",
14843
+ "type": "color"
14844
+ },
14845
+ "data-gray-color-muted": {
14846
+ "$extensions": {
14847
+ "org.primer.figma": {
14848
+ "collection": "mode",
14849
+ "group": "component",
14850
+ "scopes": ["bgColor"]
14851
+ },
14852
+ "org.primer.overrides": {
14853
+ "dark": "#e8ecf2"
14854
+ }
14855
+ },
14856
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14857
+ "isSource": true,
14858
+ "original": {
14859
+ "$value": "{base.display.color.gray.0}",
14860
+ "$type": "color",
14861
+ "$extensions": {
14862
+ "org.primer.figma": {
14863
+ "collection": "mode",
14864
+ "group": "component",
14865
+ "scopes": ["bgColor"]
14866
+ },
14867
+ "org.primer.overrides": {
14868
+ "dark": "{base.display.color.gray.0}"
14869
+ }
14870
+ }
14871
+ },
14872
+ "name": "data-gray-color-muted",
14873
+ "attributes": {},
14874
+ "path": ["data", "gray", "color", "muted"],
14875
+ "key": "{data.gray.color.muted}",
14876
+ "value": "#e8ecf2",
14877
+ "type": "color"
14878
+ },
14879
+ "data-gray-gradient": {
14880
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14881
+ "isSource": true,
14882
+ "original": {
14883
+ "$type": "gradient",
14884
+ "$value": [
14885
+ {
14886
+ "color": "{data.gray.color.gradientStop.1}",
14887
+ "position": 0
14888
+ },
14889
+ {
14890
+ "color": "{data.gray.color.gradientStop.2}",
14891
+ "position": 1
14892
+ }
14893
+ ]
14894
+ },
14895
+ "name": "data-gray-gradient",
14896
+ "attributes": {},
14897
+ "path": ["data", "gray", "gradient"],
14898
+ "key": "{data.gray.gradient}",
14899
+ "value": [
14900
+ {
14901
+ "color": "#e8ecf2",
14902
+ "position": 0
14903
+ },
14904
+ {
14905
+ "color": "#e8ecf200",
14906
+ "position": 1
14907
+ }
14908
+ ],
14909
+ "type": "gradient"
14910
+ },
14911
+ "data-green-color-emphasis": {
14912
+ "$extensions": {
14913
+ "org.primer.figma": {
14914
+ "collection": "mode",
14915
+ "group": "component",
14916
+ "scopes": ["bgColor", "borderColor"]
14917
+ },
14918
+ "org.primer.overrides": {
14919
+ "dark": "#30a147"
14920
+ }
14921
+ },
14922
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14923
+ "isSource": true,
14924
+ "original": {
14925
+ "$value": "{base.display.color.green.4}",
14926
+ "$type": "color",
14927
+ "$extensions": {
14928
+ "org.primer.figma": {
14929
+ "collection": "mode",
14930
+ "group": "component",
14931
+ "scopes": ["bgColor", "borderColor"]
14932
+ },
14933
+ "org.primer.overrides": {
14934
+ "dark": "{base.display.color.green.4}"
14935
+ }
14936
+ }
14937
+ },
14938
+ "name": "data-green-color-emphasis",
14939
+ "attributes": {},
14940
+ "path": ["data", "green", "color", "emphasis"],
14941
+ "key": "{data.green.color.emphasis}",
14942
+ "value": "#30a147",
14943
+ "type": "color"
14944
+ },
14945
+ "data-green-color-gradientStop-1": {
14946
+ "$extensions": {
14947
+ "org.primer.figma": {
14948
+ "collection": "mode",
14949
+ "group": "component",
14950
+ "scopes": ["bgColor"]
14951
+ }
14952
+ },
14953
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14954
+ "isSource": true,
14955
+ "original": {
14956
+ "$value": "{data.green.color.muted}",
14957
+ "$type": "color",
14958
+ "$extensions": {
14959
+ "org.primer.figma": {
14960
+ "collection": "mode",
14961
+ "group": "component",
14962
+ "scopes": ["bgColor"]
14963
+ }
14964
+ }
14965
+ },
14966
+ "name": "data-green-color-gradientStop-1",
14967
+ "attributes": {},
14968
+ "path": ["data", "green", "color", "gradientStop", "1"],
14969
+ "key": "{data.green.color.gradientStop.1}",
14970
+ "value": "#caf7ca",
14971
+ "type": "color"
14972
+ },
14973
+ "data-green-color-gradientStop-2": {
14974
+ "alpha": 0,
14975
+ "$extensions": {
14976
+ "org.primer.figma": {
14977
+ "collection": "mode",
14978
+ "group": "component",
14979
+ "scopes": ["bgColor"]
14980
+ }
14981
+ },
14982
+ "filePath": "src/tokens/functional/color/data-vis.json5",
14983
+ "isSource": true,
14984
+ "original": {
14985
+ "$value": "{data.green.color.muted}",
14986
+ "$type": "color",
14987
+ "alpha": 0,
14988
+ "$extensions": {
14989
+ "org.primer.figma": {
14990
+ "collection": "mode",
14991
+ "group": "component",
14992
+ "scopes": ["bgColor"]
14993
+ }
14994
+ }
14995
+ },
14996
+ "name": "data-green-color-gradientStop-2",
14997
+ "attributes": {},
14998
+ "path": ["data", "green", "color", "gradientStop", "2"],
14999
+ "key": "{data.green.color.gradientStop.2}",
15000
+ "value": "#caf7ca00",
15001
+ "type": "color"
15002
+ },
15003
+ "data-green-color-muted": {
15004
+ "$extensions": {
15005
+ "org.primer.figma": {
15006
+ "collection": "mode",
15007
+ "group": "component",
15008
+ "scopes": ["bgColor"]
15009
+ },
15010
+ "org.primer.overrides": {
15011
+ "dark": "#caf7ca"
15012
+ }
15013
+ },
15014
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15015
+ "isSource": true,
15016
+ "original": {
15017
+ "$value": "{base.display.color.green.0}",
15018
+ "$type": "color",
15019
+ "$extensions": {
15020
+ "org.primer.figma": {
15021
+ "collection": "mode",
15022
+ "group": "component",
15023
+ "scopes": ["bgColor"]
15024
+ },
15025
+ "org.primer.overrides": {
15026
+ "dark": "{base.display.color.green.0}"
15027
+ }
15028
+ }
15029
+ },
15030
+ "name": "data-green-color-muted",
15031
+ "attributes": {},
15032
+ "path": ["data", "green", "color", "muted"],
15033
+ "key": "{data.green.color.muted}",
15034
+ "value": "#caf7ca",
15035
+ "type": "color"
15036
+ },
15037
+ "data-green-gradient": {
15038
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15039
+ "isSource": true,
15040
+ "original": {
15041
+ "$type": "gradient",
15042
+ "$value": [
15043
+ {
15044
+ "color": "{data.green.color.gradientStop.1}",
15045
+ "position": 0
15046
+ },
15047
+ {
15048
+ "color": "{data.green.color.gradientStop.2}",
15049
+ "position": 1
15050
+ }
15051
+ ]
15052
+ },
15053
+ "name": "data-green-gradient",
15054
+ "attributes": {},
15055
+ "path": ["data", "green", "gradient"],
15056
+ "key": "{data.green.gradient}",
15057
+ "value": [
15058
+ {
15059
+ "color": "#caf7ca",
15060
+ "position": 0
15061
+ },
15062
+ {
15063
+ "color": "#caf7ca00",
15064
+ "position": 1
15065
+ }
15066
+ ],
15067
+ "type": "gradient"
15068
+ },
15069
+ "data-lemon-color-emphasis": {
15070
+ "$extensions": {
15071
+ "org.primer.figma": {
15072
+ "collection": "mode",
15073
+ "group": "component",
15074
+ "scopes": ["bgColor", "borderColor"]
15075
+ },
15076
+ "org.primer.overrides": {
15077
+ "dark": "#866e04"
15078
+ }
15079
+ },
15080
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15081
+ "isSource": true,
15082
+ "original": {
15083
+ "$value": "{base.display.color.lemon.5}",
15084
+ "$type": "color",
15085
+ "$extensions": {
15086
+ "org.primer.figma": {
15087
+ "collection": "mode",
15088
+ "group": "component",
15089
+ "scopes": ["bgColor", "borderColor"]
15090
+ },
15091
+ "org.primer.overrides": {
15092
+ "dark": "{base.display.color.lemon.5}"
15093
+ }
15094
+ }
15095
+ },
15096
+ "name": "data-lemon-color-emphasis",
15097
+ "attributes": {},
15098
+ "path": ["data", "lemon", "color", "emphasis"],
15099
+ "key": "{data.lemon.color.emphasis}",
15100
+ "value": "#866e04",
15101
+ "type": "color"
15102
+ },
15103
+ "data-lemon-color-gradientStop-1": {
15104
+ "$extensions": {
15105
+ "org.primer.figma": {
15106
+ "collection": "mode",
15107
+ "group": "component",
15108
+ "scopes": ["bgColor"]
15109
+ }
15110
+ },
15111
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15112
+ "isSource": true,
15113
+ "original": {
15114
+ "$value": "{data.lemon.color.muted}",
15115
+ "$type": "color",
15116
+ "$extensions": {
15117
+ "org.primer.figma": {
15118
+ "collection": "mode",
15119
+ "group": "component",
15120
+ "scopes": ["bgColor"]
15121
+ }
15122
+ }
15123
+ },
15124
+ "name": "data-lemon-color-gradientStop-1",
15125
+ "attributes": {},
15126
+ "path": ["data", "lemon", "color", "gradientStop", "1"],
15127
+ "key": "{data.lemon.color.gradientStop.1}",
15128
+ "value": "#f7eea1",
15129
+ "type": "color"
15130
+ },
15131
+ "data-lemon-color-gradientStop-2": {
15132
+ "alpha": 0,
15133
+ "$extensions": {
15134
+ "org.primer.figma": {
15135
+ "collection": "mode",
15136
+ "group": "component",
15137
+ "scopes": ["bgColor"]
15138
+ }
15139
+ },
15140
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15141
+ "isSource": true,
15142
+ "original": {
15143
+ "$value": "{data.lemon.color.muted}",
15144
+ "$type": "color",
15145
+ "alpha": 0,
15146
+ "$extensions": {
15147
+ "org.primer.figma": {
15148
+ "collection": "mode",
15149
+ "group": "component",
15150
+ "scopes": ["bgColor"]
15151
+ }
15152
+ }
15153
+ },
15154
+ "name": "data-lemon-color-gradientStop-2",
15155
+ "attributes": {},
15156
+ "path": ["data", "lemon", "color", "gradientStop", "2"],
15157
+ "key": "{data.lemon.color.gradientStop.2}",
15158
+ "value": "#f7eea100",
15159
+ "type": "color"
15160
+ },
15161
+ "data-lemon-color-muted": {
15162
+ "$extensions": {
15163
+ "org.primer.figma": {
15164
+ "collection": "mode",
15165
+ "group": "component",
15166
+ "scopes": ["bgColor"]
15167
+ },
15168
+ "org.primer.overrides": {
15169
+ "dark": "#f7eea1"
15170
+ }
15171
+ },
15172
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15173
+ "isSource": true,
15174
+ "original": {
15175
+ "$value": "{base.display.color.lemon.0}",
15176
+ "$type": "color",
15177
+ "$extensions": {
15178
+ "org.primer.figma": {
15179
+ "collection": "mode",
15180
+ "group": "component",
15181
+ "scopes": ["bgColor"]
15182
+ },
15183
+ "org.primer.overrides": {
15184
+ "dark": "{base.display.color.lemon.0}"
15185
+ }
15186
+ }
15187
+ },
15188
+ "name": "data-lemon-color-muted",
15189
+ "attributes": {},
15190
+ "path": ["data", "lemon", "color", "muted"],
15191
+ "key": "{data.lemon.color.muted}",
15192
+ "value": "#f7eea1",
15193
+ "type": "color"
15194
+ },
15195
+ "data-lemon-gradient": {
15196
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15197
+ "isSource": true,
15198
+ "original": {
15199
+ "$type": "gradient",
15200
+ "$value": [
15201
+ {
15202
+ "color": "{data.lemon.color.gradientStop.1}",
15203
+ "position": 0
15204
+ },
15205
+ {
15206
+ "color": "{data.lemon.color.gradientStop.2}",
15207
+ "position": 1
15208
+ }
15209
+ ]
15210
+ },
15211
+ "name": "data-lemon-gradient",
15212
+ "attributes": {},
15213
+ "path": ["data", "lemon", "gradient"],
15214
+ "key": "{data.lemon.gradient}",
15215
+ "value": [
15216
+ {
15217
+ "color": "#f7eea1",
15218
+ "position": 0
15219
+ },
15220
+ {
15221
+ "color": "#f7eea100",
15222
+ "position": 1
15223
+ }
15224
+ ],
15225
+ "type": "gradient"
15226
+ },
15227
+ "data-lime-color-emphasis": {
15228
+ "$extensions": {
15229
+ "org.primer.figma": {
15230
+ "collection": "mode",
15231
+ "group": "component",
15232
+ "scopes": ["bgColor", "borderColor"]
15233
+ },
15234
+ "org.primer.overrides": {
15235
+ "dark": "#527a29"
15236
+ }
15237
+ },
15238
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15239
+ "isSource": true,
15240
+ "original": {
15241
+ "$value": "{base.display.color.lime.5}",
15242
+ "$type": "color",
15243
+ "$extensions": {
15244
+ "org.primer.figma": {
15245
+ "collection": "mode",
15246
+ "group": "component",
15247
+ "scopes": ["bgColor", "borderColor"]
15248
+ },
15249
+ "org.primer.overrides": {
15250
+ "dark": "{base.display.color.lime.5}"
15251
+ }
15252
+ }
15253
+ },
15254
+ "name": "data-lime-color-emphasis",
15255
+ "attributes": {},
15256
+ "path": ["data", "lime", "color", "emphasis"],
15257
+ "key": "{data.lime.color.emphasis}",
15258
+ "value": "#527a29",
15259
+ "type": "color"
15260
+ },
15261
+ "data-lime-color-gradientStop-1": {
15262
+ "$extensions": {
15263
+ "org.primer.figma": {
15264
+ "collection": "mode",
15265
+ "group": "component",
15266
+ "scopes": ["bgColor"]
15267
+ }
15268
+ },
15269
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15270
+ "isSource": true,
15271
+ "original": {
15272
+ "$value": "{data.lime.color.muted}",
15273
+ "$type": "color",
15274
+ "$extensions": {
15275
+ "org.primer.figma": {
15276
+ "collection": "mode",
15277
+ "group": "component",
15278
+ "scopes": ["bgColor"]
15279
+ }
15280
+ }
15281
+ },
15282
+ "name": "data-lime-color-gradientStop-1",
15283
+ "attributes": {},
15284
+ "path": ["data", "lime", "color", "gradientStop", "1"],
15285
+ "key": "{data.lime.color.gradientStop.1}",
15286
+ "value": "#e3f2b5",
15287
+ "type": "color"
15288
+ },
15289
+ "data-lime-color-gradientStop-2": {
15290
+ "alpha": 0,
15291
+ "$extensions": {
15292
+ "org.primer.figma": {
15293
+ "collection": "mode",
15294
+ "group": "component",
15295
+ "scopes": ["bgColor"]
15296
+ }
15297
+ },
15298
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15299
+ "isSource": true,
15300
+ "original": {
15301
+ "$value": "{data.lime.color.muted}",
15302
+ "$type": "color",
15303
+ "alpha": 0,
15304
+ "$extensions": {
15305
+ "org.primer.figma": {
15306
+ "collection": "mode",
15307
+ "group": "component",
15308
+ "scopes": ["bgColor"]
15309
+ }
15310
+ }
15311
+ },
15312
+ "name": "data-lime-color-gradientStop-2",
15313
+ "attributes": {},
15314
+ "path": ["data", "lime", "color", "gradientStop", "2"],
15315
+ "key": "{data.lime.color.gradientStop.2}",
15316
+ "value": "#e3f2b500",
15317
+ "type": "color"
15318
+ },
15319
+ "data-lime-color-muted": {
15320
+ "$extensions": {
15321
+ "org.primer.figma": {
15322
+ "collection": "mode",
15323
+ "group": "component",
15324
+ "scopes": ["bgColor"]
15325
+ },
15326
+ "org.primer.overrides": {
15327
+ "dark": "#e3f2b5"
15328
+ }
15329
+ },
15330
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15331
+ "isSource": true,
15332
+ "original": {
15333
+ "$value": "{base.display.color.lime.0}",
15334
+ "$type": "color",
15335
+ "$extensions": {
15336
+ "org.primer.figma": {
15337
+ "collection": "mode",
15338
+ "group": "component",
15339
+ "scopes": ["bgColor"]
15340
+ },
15341
+ "org.primer.overrides": {
15342
+ "dark": "{base.display.color.lime.0}"
15343
+ }
15344
+ }
15345
+ },
15346
+ "name": "data-lime-color-muted",
15347
+ "attributes": {},
15348
+ "path": ["data", "lime", "color", "muted"],
15349
+ "key": "{data.lime.color.muted}",
15350
+ "value": "#e3f2b5",
15351
+ "type": "color"
15352
+ },
15353
+ "data-lime-gradient": {
15354
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15355
+ "isSource": true,
15356
+ "original": {
15357
+ "$type": "gradient",
15358
+ "$value": [
15359
+ {
15360
+ "color": "{data.lime.color.gradientStop.1}",
15361
+ "position": 0
15362
+ },
15363
+ {
15364
+ "color": "{data.lime.color.gradientStop.2}",
15365
+ "position": 1
15366
+ }
15367
+ ]
15368
+ },
15369
+ "name": "data-lime-gradient",
15370
+ "attributes": {},
15371
+ "path": ["data", "lime", "gradient"],
15372
+ "key": "{data.lime.gradient}",
15373
+ "value": [
15374
+ {
15375
+ "color": "#e3f2b5",
15376
+ "position": 0
15377
+ },
15378
+ {
15379
+ "color": "#e3f2b500",
15380
+ "position": 1
15381
+ }
15382
+ ],
15383
+ "type": "gradient"
15384
+ },
15385
+ "data-olive-color-emphasis": {
15386
+ "$extensions": {
15387
+ "org.primer.figma": {
15388
+ "collection": "mode",
15389
+ "group": "component",
15390
+ "scopes": ["bgColor", "borderColor"]
15391
+ },
15392
+ "org.primer.overrides": {
15393
+ "dark": "#64762d"
15394
+ }
15395
+ },
15396
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15397
+ "isSource": true,
15398
+ "original": {
15399
+ "$value": "{base.display.color.olive.5}",
15400
+ "$type": "color",
15401
+ "$extensions": {
15402
+ "org.primer.figma": {
15403
+ "collection": "mode",
15404
+ "group": "component",
15405
+ "scopes": ["bgColor", "borderColor"]
15406
+ },
15407
+ "org.primer.overrides": {
15408
+ "dark": "{base.display.color.olive.5}"
15409
+ }
15410
+ }
15411
+ },
15412
+ "name": "data-olive-color-emphasis",
15413
+ "attributes": {},
15414
+ "path": ["data", "olive", "color", "emphasis"],
15415
+ "key": "{data.olive.color.emphasis}",
15416
+ "value": "#64762d",
15417
+ "type": "color"
15418
+ },
15419
+ "data-olive-color-gradientStop-1": {
15420
+ "$extensions": {
15421
+ "org.primer.figma": {
15422
+ "collection": "mode",
15423
+ "group": "component",
15424
+ "scopes": ["bgColor"]
15425
+ }
15426
+ },
15427
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15428
+ "isSource": true,
15429
+ "original": {
15430
+ "$value": "{data.olive.color.muted}",
15431
+ "$type": "color",
15432
+ "$extensions": {
15433
+ "org.primer.figma": {
15434
+ "collection": "mode",
15435
+ "group": "component",
15436
+ "scopes": ["bgColor"]
15437
+ }
15438
+ }
15439
+ },
15440
+ "name": "data-olive-color-gradientStop-1",
15441
+ "attributes": {},
15442
+ "path": ["data", "olive", "color", "gradientStop", "1"],
15443
+ "key": "{data.olive.color.gradientStop.1}",
15444
+ "value": "#f0f0ad",
15445
+ "type": "color"
15446
+ },
15447
+ "data-olive-color-gradientStop-2": {
15448
+ "alpha": 0,
15449
+ "$extensions": {
15450
+ "org.primer.figma": {
15451
+ "collection": "mode",
15452
+ "group": "component",
15453
+ "scopes": ["bgColor"]
15454
+ }
15455
+ },
15456
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15457
+ "isSource": true,
15458
+ "original": {
15459
+ "$value": "{data.olive.color.muted}",
15460
+ "$type": "color",
15461
+ "alpha": 0,
15462
+ "$extensions": {
15463
+ "org.primer.figma": {
15464
+ "collection": "mode",
15465
+ "group": "component",
15466
+ "scopes": ["bgColor"]
15467
+ }
15468
+ }
15469
+ },
15470
+ "name": "data-olive-color-gradientStop-2",
15471
+ "attributes": {},
15472
+ "path": ["data", "olive", "color", "gradientStop", "2"],
15473
+ "key": "{data.olive.color.gradientStop.2}",
15474
+ "value": "#f0f0ad00",
15475
+ "type": "color"
15476
+ },
15477
+ "data-olive-color-muted": {
15478
+ "$extensions": {
15479
+ "org.primer.figma": {
15480
+ "collection": "mode",
15481
+ "group": "component",
15482
+ "scopes": ["bgColor"]
15483
+ },
15484
+ "org.primer.overrides": {
15485
+ "dark": "#f0f0ad"
15486
+ }
15487
+ },
15488
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15489
+ "isSource": true,
15490
+ "original": {
15491
+ "$value": "{base.display.color.olive.0}",
15492
+ "$type": "color",
15493
+ "$extensions": {
15494
+ "org.primer.figma": {
15495
+ "collection": "mode",
15496
+ "group": "component",
15497
+ "scopes": ["bgColor"]
15498
+ },
15499
+ "org.primer.overrides": {
15500
+ "dark": "{base.display.color.olive.0}"
15501
+ }
15502
+ }
15503
+ },
15504
+ "name": "data-olive-color-muted",
15505
+ "attributes": {},
15506
+ "path": ["data", "olive", "color", "muted"],
15507
+ "key": "{data.olive.color.muted}",
15508
+ "value": "#f0f0ad",
15509
+ "type": "color"
15510
+ },
15511
+ "data-olive-gradient": {
15512
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15513
+ "isSource": true,
15514
+ "original": {
15515
+ "$type": "gradient",
15516
+ "$value": [
15517
+ {
15518
+ "color": "{data.olive.color.gradientStop.1}",
15519
+ "position": 0
15520
+ },
15521
+ {
15522
+ "color": "{data.olive.color.gradientStop.2}",
15523
+ "position": 1
15524
+ }
15525
+ ]
15526
+ },
15527
+ "name": "data-olive-gradient",
15528
+ "attributes": {},
15529
+ "path": ["data", "olive", "gradient"],
15530
+ "key": "{data.olive.gradient}",
15531
+ "value": [
15532
+ {
15533
+ "color": "#f0f0ad",
15534
+ "position": 0
15535
+ },
15536
+ {
15537
+ "color": "#f0f0ad00",
15538
+ "position": 1
15539
+ }
15540
+ ],
15541
+ "type": "gradient"
15542
+ },
15543
+ "data-orange-color-emphasis": {
15544
+ "$extensions": {
15545
+ "org.primer.figma": {
15546
+ "collection": "mode",
15547
+ "group": "component",
15548
+ "scopes": ["bgColor", "borderColor"]
15549
+ },
15550
+ "org.primer.overrides": {
15551
+ "dark": "#eb670f"
15552
+ }
15553
+ },
15554
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15555
+ "isSource": true,
15556
+ "original": {
15557
+ "$value": "{base.display.color.orange.4}",
15558
+ "$type": "color",
15559
+ "$extensions": {
15560
+ "org.primer.figma": {
15561
+ "collection": "mode",
15562
+ "group": "component",
15563
+ "scopes": ["bgColor", "borderColor"]
15564
+ },
15565
+ "org.primer.overrides": {
15566
+ "dark": "{base.display.color.orange.4}"
15567
+ }
15568
+ }
15569
+ },
15570
+ "name": "data-orange-color-emphasis",
15571
+ "attributes": {},
15572
+ "path": ["data", "orange", "color", "emphasis"],
15573
+ "key": "{data.orange.color.emphasis}",
15574
+ "value": "#eb670f",
15575
+ "type": "color"
15576
+ },
15577
+ "data-orange-color-gradientStop-1": {
15578
+ "$extensions": {
15579
+ "org.primer.figma": {
15580
+ "collection": "mode",
15581
+ "group": "component",
15582
+ "scopes": ["bgColor"]
15583
+ }
15584
+ },
15585
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15586
+ "isSource": true,
15587
+ "original": {
15588
+ "$value": "{data.orange.color.muted}",
15589
+ "$type": "color",
15590
+ "$extensions": {
15591
+ "org.primer.figma": {
15592
+ "collection": "mode",
15593
+ "group": "component",
15594
+ "scopes": ["bgColor"]
15595
+ }
15596
+ }
15597
+ },
15598
+ "name": "data-orange-color-gradientStop-1",
15599
+ "attributes": {},
15600
+ "path": ["data", "orange", "color", "gradientStop", "1"],
15601
+ "key": "{data.orange.color.gradientStop.1}",
15602
+ "value": "#ffe7d1",
15603
+ "type": "color"
15604
+ },
15605
+ "data-orange-color-gradientStop-2": {
15606
+ "alpha": 0,
15607
+ "$extensions": {
15608
+ "org.primer.figma": {
15609
+ "collection": "mode",
15610
+ "group": "component",
15611
+ "scopes": ["bgColor"]
15612
+ }
15613
+ },
15614
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15615
+ "isSource": true,
15616
+ "original": {
15617
+ "$value": "{data.orange.color.muted}",
15618
+ "$type": "color",
15619
+ "alpha": 0,
15620
+ "$extensions": {
15621
+ "org.primer.figma": {
15622
+ "collection": "mode",
15623
+ "group": "component",
15624
+ "scopes": ["bgColor"]
15625
+ }
15626
+ }
15627
+ },
15628
+ "name": "data-orange-color-gradientStop-2",
15629
+ "attributes": {},
15630
+ "path": ["data", "orange", "color", "gradientStop", "2"],
15631
+ "key": "{data.orange.color.gradientStop.2}",
15632
+ "value": "#ffe7d100",
14529
15633
  "type": "color"
14530
15634
  },
14531
15635
  "data-orange-color-muted": {
@@ -14536,13 +15640,487 @@
14536
15640
  "scopes": ["bgColor"]
14537
15641
  },
14538
15642
  "org.primer.overrides": {
14539
- "dark": "#ffe7d1"
15643
+ "dark": "#ffe7d1"
15644
+ }
15645
+ },
15646
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15647
+ "isSource": true,
15648
+ "original": {
15649
+ "$value": "{base.display.color.orange.0}",
15650
+ "$type": "color",
15651
+ "$extensions": {
15652
+ "org.primer.figma": {
15653
+ "collection": "mode",
15654
+ "group": "component",
15655
+ "scopes": ["bgColor"]
15656
+ },
15657
+ "org.primer.overrides": {
15658
+ "dark": "{base.display.color.orange.0}"
15659
+ }
15660
+ }
15661
+ },
15662
+ "name": "data-orange-color-muted",
15663
+ "attributes": {},
15664
+ "path": ["data", "orange", "color", "muted"],
15665
+ "key": "{data.orange.color.muted}",
15666
+ "value": "#ffe7d1",
15667
+ "type": "color"
15668
+ },
15669
+ "data-orange-gradient": {
15670
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15671
+ "isSource": true,
15672
+ "original": {
15673
+ "$type": "gradient",
15674
+ "$value": [
15675
+ {
15676
+ "color": "{data.orange.color.gradientStop.1}",
15677
+ "position": 0
15678
+ },
15679
+ {
15680
+ "color": "{data.orange.color.gradientStop.2}",
15681
+ "position": 1
15682
+ }
15683
+ ]
15684
+ },
15685
+ "name": "data-orange-gradient",
15686
+ "attributes": {},
15687
+ "path": ["data", "orange", "gradient"],
15688
+ "key": "{data.orange.gradient}",
15689
+ "value": [
15690
+ {
15691
+ "color": "#ffe7d1",
15692
+ "position": 0
15693
+ },
15694
+ {
15695
+ "color": "#ffe7d100",
15696
+ "position": 1
15697
+ }
15698
+ ],
15699
+ "type": "gradient"
15700
+ },
15701
+ "data-pine-color-emphasis": {
15702
+ "$extensions": {
15703
+ "org.primer.figma": {
15704
+ "collection": "mode",
15705
+ "group": "component",
15706
+ "scopes": ["bgColor", "borderColor"]
15707
+ },
15708
+ "org.primer.overrides": {
15709
+ "dark": "#167e53"
15710
+ }
15711
+ },
15712
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15713
+ "isSource": true,
15714
+ "original": {
15715
+ "$value": "{base.display.color.pine.5}",
15716
+ "$type": "color",
15717
+ "$extensions": {
15718
+ "org.primer.figma": {
15719
+ "collection": "mode",
15720
+ "group": "component",
15721
+ "scopes": ["bgColor", "borderColor"]
15722
+ },
15723
+ "org.primer.overrides": {
15724
+ "dark": "{base.display.color.pine.5}"
15725
+ }
15726
+ }
15727
+ },
15728
+ "name": "data-pine-color-emphasis",
15729
+ "attributes": {},
15730
+ "path": ["data", "pine", "color", "emphasis"],
15731
+ "key": "{data.pine.color.emphasis}",
15732
+ "value": "#167e53",
15733
+ "type": "color"
15734
+ },
15735
+ "data-pine-color-gradientStop-1": {
15736
+ "$extensions": {
15737
+ "org.primer.figma": {
15738
+ "collection": "mode",
15739
+ "group": "component",
15740
+ "scopes": ["bgColor"]
15741
+ }
15742
+ },
15743
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15744
+ "isSource": true,
15745
+ "original": {
15746
+ "$value": "{data.pine.color.muted}",
15747
+ "$type": "color",
15748
+ "$extensions": {
15749
+ "org.primer.figma": {
15750
+ "collection": "mode",
15751
+ "group": "component",
15752
+ "scopes": ["bgColor"]
15753
+ }
15754
+ }
15755
+ },
15756
+ "name": "data-pine-color-gradientStop-1",
15757
+ "attributes": {},
15758
+ "path": ["data", "pine", "color", "gradientStop", "1"],
15759
+ "key": "{data.pine.color.gradientStop.1}",
15760
+ "value": "#bff8db",
15761
+ "type": "color"
15762
+ },
15763
+ "data-pine-color-gradientStop-2": {
15764
+ "alpha": 0,
15765
+ "$extensions": {
15766
+ "org.primer.figma": {
15767
+ "collection": "mode",
15768
+ "group": "component",
15769
+ "scopes": ["bgColor"]
15770
+ }
15771
+ },
15772
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15773
+ "isSource": true,
15774
+ "original": {
15775
+ "$value": "{data.pine.color.muted}",
15776
+ "$type": "color",
15777
+ "alpha": 0,
15778
+ "$extensions": {
15779
+ "org.primer.figma": {
15780
+ "collection": "mode",
15781
+ "group": "component",
15782
+ "scopes": ["bgColor"]
15783
+ }
15784
+ }
15785
+ },
15786
+ "name": "data-pine-color-gradientStop-2",
15787
+ "attributes": {},
15788
+ "path": ["data", "pine", "color", "gradientStop", "2"],
15789
+ "key": "{data.pine.color.gradientStop.2}",
15790
+ "value": "#bff8db00",
15791
+ "type": "color"
15792
+ },
15793
+ "data-pine-color-muted": {
15794
+ "$extensions": {
15795
+ "org.primer.figma": {
15796
+ "collection": "mode",
15797
+ "group": "component",
15798
+ "scopes": ["bgColor"]
15799
+ },
15800
+ "org.primer.overrides": {
15801
+ "dark": "#bff8db"
15802
+ }
15803
+ },
15804
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15805
+ "isSource": true,
15806
+ "original": {
15807
+ "$value": "{base.display.color.pine.0}",
15808
+ "$type": "color",
15809
+ "$extensions": {
15810
+ "org.primer.figma": {
15811
+ "collection": "mode",
15812
+ "group": "component",
15813
+ "scopes": ["bgColor"]
15814
+ },
15815
+ "org.primer.overrides": {
15816
+ "dark": "{base.display.color.pine.0}"
15817
+ }
15818
+ }
15819
+ },
15820
+ "name": "data-pine-color-muted",
15821
+ "attributes": {},
15822
+ "path": ["data", "pine", "color", "muted"],
15823
+ "key": "{data.pine.color.muted}",
15824
+ "value": "#bff8db",
15825
+ "type": "color"
15826
+ },
15827
+ "data-pine-gradient": {
15828
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15829
+ "isSource": true,
15830
+ "original": {
15831
+ "$type": "gradient",
15832
+ "$value": [
15833
+ {
15834
+ "color": "{data.pine.color.gradientStop.1}",
15835
+ "position": 0
15836
+ },
15837
+ {
15838
+ "color": "{data.pine.color.gradientStop.2}",
15839
+ "position": 1
15840
+ }
15841
+ ]
15842
+ },
15843
+ "name": "data-pine-gradient",
15844
+ "attributes": {},
15845
+ "path": ["data", "pine", "gradient"],
15846
+ "key": "{data.pine.gradient}",
15847
+ "value": [
15848
+ {
15849
+ "color": "#bff8db",
15850
+ "position": 0
15851
+ },
15852
+ {
15853
+ "color": "#bff8db00",
15854
+ "position": 1
15855
+ }
15856
+ ],
15857
+ "type": "gradient"
15858
+ },
15859
+ "data-pink-color-emphasis": {
15860
+ "$extensions": {
15861
+ "org.primer.figma": {
15862
+ "collection": "mode",
15863
+ "group": "component",
15864
+ "scopes": ["bgColor", "borderColor"]
15865
+ },
15866
+ "org.primer.overrides": {
15867
+ "dark": "#ce2c85"
15868
+ }
15869
+ },
15870
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15871
+ "isSource": true,
15872
+ "original": {
15873
+ "$value": "{base.display.color.pink.5}",
15874
+ "$type": "color",
15875
+ "$extensions": {
15876
+ "org.primer.figma": {
15877
+ "collection": "mode",
15878
+ "group": "component",
15879
+ "scopes": ["bgColor", "borderColor"]
15880
+ },
15881
+ "org.primer.overrides": {
15882
+ "dark": "{base.display.color.pink.5}"
15883
+ }
15884
+ }
15885
+ },
15886
+ "name": "data-pink-color-emphasis",
15887
+ "attributes": {},
15888
+ "path": ["data", "pink", "color", "emphasis"],
15889
+ "key": "{data.pink.color.emphasis}",
15890
+ "value": "#ce2c85",
15891
+ "type": "color"
15892
+ },
15893
+ "data-pink-color-gradientStop-1": {
15894
+ "$extensions": {
15895
+ "org.primer.figma": {
15896
+ "collection": "mode",
15897
+ "group": "component",
15898
+ "scopes": ["bgColor"]
15899
+ }
15900
+ },
15901
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15902
+ "isSource": true,
15903
+ "original": {
15904
+ "$value": "{data.pink.color.muted}",
15905
+ "$type": "color",
15906
+ "$extensions": {
15907
+ "org.primer.figma": {
15908
+ "collection": "mode",
15909
+ "group": "component",
15910
+ "scopes": ["bgColor"]
15911
+ }
15912
+ }
15913
+ },
15914
+ "name": "data-pink-color-gradientStop-1",
15915
+ "attributes": {},
15916
+ "path": ["data", "pink", "color", "gradientStop", "1"],
15917
+ "key": "{data.pink.color.gradientStop.1}",
15918
+ "value": "#ffe5f1",
15919
+ "type": "color"
15920
+ },
15921
+ "data-pink-color-gradientStop-2": {
15922
+ "alpha": 0,
15923
+ "$extensions": {
15924
+ "org.primer.figma": {
15925
+ "collection": "mode",
15926
+ "group": "component",
15927
+ "scopes": ["bgColor"]
15928
+ }
15929
+ },
15930
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15931
+ "isSource": true,
15932
+ "original": {
15933
+ "$value": "{data.pink.color.muted}",
15934
+ "$type": "color",
15935
+ "alpha": 0,
15936
+ "$extensions": {
15937
+ "org.primer.figma": {
15938
+ "collection": "mode",
15939
+ "group": "component",
15940
+ "scopes": ["bgColor"]
15941
+ }
15942
+ }
15943
+ },
15944
+ "name": "data-pink-color-gradientStop-2",
15945
+ "attributes": {},
15946
+ "path": ["data", "pink", "color", "gradientStop", "2"],
15947
+ "key": "{data.pink.color.gradientStop.2}",
15948
+ "value": "#ffe5f100",
15949
+ "type": "color"
15950
+ },
15951
+ "data-pink-color-muted": {
15952
+ "$extensions": {
15953
+ "org.primer.figma": {
15954
+ "collection": "mode",
15955
+ "group": "component",
15956
+ "scopes": ["bgColor"]
15957
+ },
15958
+ "org.primer.overrides": {
15959
+ "dark": "#ffe5f1"
15960
+ }
15961
+ },
15962
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15963
+ "isSource": true,
15964
+ "original": {
15965
+ "$value": "{base.display.color.pink.0}",
15966
+ "$type": "color",
15967
+ "$extensions": {
15968
+ "org.primer.figma": {
15969
+ "collection": "mode",
15970
+ "group": "component",
15971
+ "scopes": ["bgColor"]
15972
+ },
15973
+ "org.primer.overrides": {
15974
+ "dark": "{base.display.color.pink.0}"
15975
+ }
15976
+ }
15977
+ },
15978
+ "name": "data-pink-color-muted",
15979
+ "attributes": {},
15980
+ "path": ["data", "pink", "color", "muted"],
15981
+ "key": "{data.pink.color.muted}",
15982
+ "value": "#ffe5f1",
15983
+ "type": "color"
15984
+ },
15985
+ "data-pink-gradient": {
15986
+ "filePath": "src/tokens/functional/color/data-vis.json5",
15987
+ "isSource": true,
15988
+ "original": {
15989
+ "$type": "gradient",
15990
+ "$value": [
15991
+ {
15992
+ "color": "{data.pink.color.gradientStop.1}",
15993
+ "position": 0
15994
+ },
15995
+ {
15996
+ "color": "{data.pink.color.gradientStop.2}",
15997
+ "position": 1
15998
+ }
15999
+ ]
16000
+ },
16001
+ "name": "data-pink-gradient",
16002
+ "attributes": {},
16003
+ "path": ["data", "pink", "gradient"],
16004
+ "key": "{data.pink.gradient}",
16005
+ "value": [
16006
+ {
16007
+ "color": "#ffe5f1",
16008
+ "position": 0
16009
+ },
16010
+ {
16011
+ "color": "#ffe5f100",
16012
+ "position": 1
16013
+ }
16014
+ ],
16015
+ "type": "gradient"
16016
+ },
16017
+ "data-plum-color-emphasis": {
16018
+ "$extensions": {
16019
+ "org.primer.figma": {
16020
+ "collection": "mode",
16021
+ "group": "component",
16022
+ "scopes": ["bgColor", "borderColor"]
16023
+ },
16024
+ "org.primer.overrides": {
16025
+ "dark": "#a830e8"
16026
+ }
16027
+ },
16028
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16029
+ "isSource": true,
16030
+ "original": {
16031
+ "$value": "{base.display.color.plum.5}",
16032
+ "$type": "color",
16033
+ "$extensions": {
16034
+ "org.primer.figma": {
16035
+ "collection": "mode",
16036
+ "group": "component",
16037
+ "scopes": ["bgColor", "borderColor"]
16038
+ },
16039
+ "org.primer.overrides": {
16040
+ "dark": "{base.display.color.plum.5}"
16041
+ }
16042
+ }
16043
+ },
16044
+ "name": "data-plum-color-emphasis",
16045
+ "attributes": {},
16046
+ "path": ["data", "plum", "color", "emphasis"],
16047
+ "key": "{data.plum.color.emphasis}",
16048
+ "value": "#a830e8",
16049
+ "type": "color"
16050
+ },
16051
+ "data-plum-color-gradientStop-1": {
16052
+ "$extensions": {
16053
+ "org.primer.figma": {
16054
+ "collection": "mode",
16055
+ "group": "component",
16056
+ "scopes": ["bgColor"]
16057
+ }
16058
+ },
16059
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16060
+ "isSource": true,
16061
+ "original": {
16062
+ "$value": "{data.plum.color.muted}",
16063
+ "$type": "color",
16064
+ "$extensions": {
16065
+ "org.primer.figma": {
16066
+ "collection": "mode",
16067
+ "group": "component",
16068
+ "scopes": ["bgColor"]
16069
+ }
16070
+ }
16071
+ },
16072
+ "name": "data-plum-color-gradientStop-1",
16073
+ "attributes": {},
16074
+ "path": ["data", "plum", "color", "gradientStop", "1"],
16075
+ "key": "{data.plum.color.gradientStop.1}",
16076
+ "value": "#f8e5ff",
16077
+ "type": "color"
16078
+ },
16079
+ "data-plum-color-gradientStop-2": {
16080
+ "alpha": 0,
16081
+ "$extensions": {
16082
+ "org.primer.figma": {
16083
+ "collection": "mode",
16084
+ "group": "component",
16085
+ "scopes": ["bgColor"]
16086
+ }
16087
+ },
16088
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16089
+ "isSource": true,
16090
+ "original": {
16091
+ "$value": "{data.plum.color.muted}",
16092
+ "$type": "color",
16093
+ "alpha": 0,
16094
+ "$extensions": {
16095
+ "org.primer.figma": {
16096
+ "collection": "mode",
16097
+ "group": "component",
16098
+ "scopes": ["bgColor"]
16099
+ }
16100
+ }
16101
+ },
16102
+ "name": "data-plum-color-gradientStop-2",
16103
+ "attributes": {},
16104
+ "path": ["data", "plum", "color", "gradientStop", "2"],
16105
+ "key": "{data.plum.color.gradientStop.2}",
16106
+ "value": "#f8e5ff00",
16107
+ "type": "color"
16108
+ },
16109
+ "data-plum-color-muted": {
16110
+ "$extensions": {
16111
+ "org.primer.figma": {
16112
+ "collection": "mode",
16113
+ "group": "component",
16114
+ "scopes": ["bgColor"]
16115
+ },
16116
+ "org.primer.overrides": {
16117
+ "dark": "#f8e5ff"
14540
16118
  }
14541
16119
  },
14542
16120
  "filePath": "src/tokens/functional/color/data-vis.json5",
14543
16121
  "isSource": true,
14544
16122
  "original": {
14545
- "$value": "{base.display.color.orange.0}",
16123
+ "$value": "{base.display.color.plum.0}",
14546
16124
  "$type": "color",
14547
16125
  "$extensions": {
14548
16126
  "org.primer.figma": {
@@ -14551,18 +16129,50 @@
14551
16129
  "scopes": ["bgColor"]
14552
16130
  },
14553
16131
  "org.primer.overrides": {
14554
- "dark": "{base.display.color.orange.0}"
16132
+ "dark": "{base.display.color.plum.0}"
14555
16133
  }
14556
16134
  }
14557
16135
  },
14558
- "name": "data-orange-color-muted",
16136
+ "name": "data-plum-color-muted",
14559
16137
  "attributes": {},
14560
- "path": ["data", "orange", "color", "muted"],
14561
- "key": "{data.orange.color.muted}",
14562
- "value": "#ffe7d1",
16138
+ "path": ["data", "plum", "color", "muted"],
16139
+ "key": "{data.plum.color.muted}",
16140
+ "value": "#f8e5ff",
14563
16141
  "type": "color"
14564
16142
  },
14565
- "data-pink-color-emphasis": {
16143
+ "data-plum-gradient": {
16144
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16145
+ "isSource": true,
16146
+ "original": {
16147
+ "$type": "gradient",
16148
+ "$value": [
16149
+ {
16150
+ "color": "{data.plum.color.gradientStop.1}",
16151
+ "position": 0
16152
+ },
16153
+ {
16154
+ "color": "{data.plum.color.gradientStop.2}",
16155
+ "position": 1
16156
+ }
16157
+ ]
16158
+ },
16159
+ "name": "data-plum-gradient",
16160
+ "attributes": {},
16161
+ "path": ["data", "plum", "gradient"],
16162
+ "key": "{data.plum.gradient}",
16163
+ "value": [
16164
+ {
16165
+ "color": "#f8e5ff",
16166
+ "position": 0
16167
+ },
16168
+ {
16169
+ "color": "#f8e5ff00",
16170
+ "position": 1
16171
+ }
16172
+ ],
16173
+ "type": "gradient"
16174
+ },
16175
+ "data-purple-color-emphasis": {
14566
16176
  "$extensions": {
14567
16177
  "org.primer.figma": {
14568
16178
  "collection": "mode",
@@ -14570,13 +16180,13 @@
14570
16180
  "scopes": ["bgColor", "borderColor"]
14571
16181
  },
14572
16182
  "org.primer.overrides": {
14573
- "dark": "#ce2c85"
16183
+ "dark": "#894ceb"
14574
16184
  }
14575
16185
  },
14576
16186
  "filePath": "src/tokens/functional/color/data-vis.json5",
14577
16187
  "isSource": true,
14578
16188
  "original": {
14579
- "$value": "{base.display.color.pink.5}",
16189
+ "$value": "{base.display.color.purple.5}",
14580
16190
  "$type": "color",
14581
16191
  "$extensions": {
14582
16192
  "org.primer.figma": {
@@ -14585,83 +16195,73 @@
14585
16195
  "scopes": ["bgColor", "borderColor"]
14586
16196
  },
14587
16197
  "org.primer.overrides": {
14588
- "dark": "{base.display.color.pink.5}"
16198
+ "dark": "{base.display.color.purple.5}"
14589
16199
  }
14590
16200
  }
14591
16201
  },
14592
- "name": "data-pink-color-emphasis",
16202
+ "name": "data-purple-color-emphasis",
14593
16203
  "attributes": {},
14594
- "path": ["data", "pink", "color", "emphasis"],
14595
- "key": "{data.pink.color.emphasis}",
14596
- "value": "#ce2c85",
16204
+ "path": ["data", "purple", "color", "emphasis"],
16205
+ "key": "{data.purple.color.emphasis}",
16206
+ "value": "#894ceb",
14597
16207
  "type": "color"
14598
16208
  },
14599
- "data-pink-color-muted": {
16209
+ "data-purple-color-gradientStop-1": {
14600
16210
  "$extensions": {
14601
16211
  "org.primer.figma": {
14602
16212
  "collection": "mode",
14603
16213
  "group": "component",
14604
16214
  "scopes": ["bgColor"]
14605
- },
14606
- "org.primer.overrides": {
14607
- "dark": "#ffe5f1"
14608
16215
  }
14609
16216
  },
14610
16217
  "filePath": "src/tokens/functional/color/data-vis.json5",
14611
16218
  "isSource": true,
14612
16219
  "original": {
14613
- "$value": "{base.display.color.pink.0}",
16220
+ "$value": "{data.purple.color.muted}",
14614
16221
  "$type": "color",
14615
16222
  "$extensions": {
14616
16223
  "org.primer.figma": {
14617
16224
  "collection": "mode",
14618
16225
  "group": "component",
14619
16226
  "scopes": ["bgColor"]
14620
- },
14621
- "org.primer.overrides": {
14622
- "dark": "{base.display.color.pink.0}"
14623
16227
  }
14624
16228
  }
14625
16229
  },
14626
- "name": "data-pink-color-muted",
16230
+ "name": "data-purple-color-gradientStop-1",
14627
16231
  "attributes": {},
14628
- "path": ["data", "pink", "color", "muted"],
14629
- "key": "{data.pink.color.muted}",
14630
- "value": "#ffe5f1",
16232
+ "path": ["data", "purple", "color", "gradientStop", "1"],
16233
+ "key": "{data.purple.color.gradientStop.1}",
16234
+ "value": "#f1e5ff",
14631
16235
  "type": "color"
14632
16236
  },
14633
- "data-purple-color-emphasis": {
16237
+ "data-purple-color-gradientStop-2": {
16238
+ "alpha": 0,
14634
16239
  "$extensions": {
14635
16240
  "org.primer.figma": {
14636
16241
  "collection": "mode",
14637
16242
  "group": "component",
14638
- "scopes": ["bgColor", "borderColor"]
14639
- },
14640
- "org.primer.overrides": {
14641
- "dark": "#894ceb"
16243
+ "scopes": ["bgColor"]
14642
16244
  }
14643
16245
  },
14644
16246
  "filePath": "src/tokens/functional/color/data-vis.json5",
14645
16247
  "isSource": true,
14646
16248
  "original": {
14647
- "$value": "{base.display.color.purple.5}",
16249
+ "$value": "{data.purple.color.muted}",
14648
16250
  "$type": "color",
16251
+ "alpha": 0,
14649
16252
  "$extensions": {
14650
16253
  "org.primer.figma": {
14651
16254
  "collection": "mode",
14652
16255
  "group": "component",
14653
- "scopes": ["bgColor", "borderColor"]
14654
- },
14655
- "org.primer.overrides": {
14656
- "dark": "{base.display.color.purple.5}"
16256
+ "scopes": ["bgColor"]
14657
16257
  }
14658
16258
  }
14659
16259
  },
14660
- "name": "data-purple-color-emphasis",
16260
+ "name": "data-purple-color-gradientStop-2",
14661
16261
  "attributes": {},
14662
- "path": ["data", "purple", "color", "emphasis"],
14663
- "key": "{data.purple.color.emphasis}",
14664
- "value": "#894ceb",
16262
+ "path": ["data", "purple", "color", "gradientStop", "2"],
16263
+ "key": "{data.purple.color.gradientStop.2}",
16264
+ "value": "#f1e5ff00",
14665
16265
  "type": "color"
14666
16266
  },
14667
16267
  "data-purple-color-muted": {
@@ -14698,6 +16298,38 @@
14698
16298
  "value": "#f1e5ff",
14699
16299
  "type": "color"
14700
16300
  },
16301
+ "data-purple-gradient": {
16302
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16303
+ "isSource": true,
16304
+ "original": {
16305
+ "$type": "gradient",
16306
+ "$value": [
16307
+ {
16308
+ "color": "{data.purple.color.gradientStop.1}",
16309
+ "position": 0
16310
+ },
16311
+ {
16312
+ "color": "{data.purple.color.gradientStop.2}",
16313
+ "position": 1
16314
+ }
16315
+ ]
16316
+ },
16317
+ "name": "data-purple-gradient",
16318
+ "attributes": {},
16319
+ "path": ["data", "purple", "gradient"],
16320
+ "key": "{data.purple.gradient}",
16321
+ "value": [
16322
+ {
16323
+ "color": "#f1e5ff",
16324
+ "position": 0
16325
+ },
16326
+ {
16327
+ "color": "#f1e5ff00",
16328
+ "position": 1
16329
+ }
16330
+ ],
16331
+ "type": "gradient"
16332
+ },
14701
16333
  "data-red-color-emphasis": {
14702
16334
  "$extensions": {
14703
16335
  "org.primer.figma": {
@@ -14732,6 +16364,64 @@
14732
16364
  "value": "#df0c24",
14733
16365
  "type": "color"
14734
16366
  },
16367
+ "data-red-color-gradientStop-1": {
16368
+ "$extensions": {
16369
+ "org.primer.figma": {
16370
+ "collection": "mode",
16371
+ "group": "component",
16372
+ "scopes": ["bgColor"]
16373
+ }
16374
+ },
16375
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16376
+ "isSource": true,
16377
+ "original": {
16378
+ "$value": "{data.red.color.muted}",
16379
+ "$type": "color",
16380
+ "$extensions": {
16381
+ "org.primer.figma": {
16382
+ "collection": "mode",
16383
+ "group": "component",
16384
+ "scopes": ["bgColor"]
16385
+ }
16386
+ }
16387
+ },
16388
+ "name": "data-red-color-gradientStop-1",
16389
+ "attributes": {},
16390
+ "path": ["data", "red", "color", "gradientStop", "1"],
16391
+ "key": "{data.red.color.gradientStop.1}",
16392
+ "value": "#ffe2e0",
16393
+ "type": "color"
16394
+ },
16395
+ "data-red-color-gradientStop-2": {
16396
+ "alpha": 0,
16397
+ "$extensions": {
16398
+ "org.primer.figma": {
16399
+ "collection": "mode",
16400
+ "group": "component",
16401
+ "scopes": ["bgColor"]
16402
+ }
16403
+ },
16404
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16405
+ "isSource": true,
16406
+ "original": {
16407
+ "$value": "{data.red.color.muted}",
16408
+ "$type": "color",
16409
+ "alpha": 0,
16410
+ "$extensions": {
16411
+ "org.primer.figma": {
16412
+ "collection": "mode",
16413
+ "group": "component",
16414
+ "scopes": ["bgColor"]
16415
+ }
16416
+ }
16417
+ },
16418
+ "name": "data-red-color-gradientStop-2",
16419
+ "attributes": {},
16420
+ "path": ["data", "red", "color", "gradientStop", "2"],
16421
+ "key": "{data.red.color.gradientStop.2}",
16422
+ "value": "#ffe2e000",
16423
+ "type": "color"
16424
+ },
14735
16425
  "data-red-color-muted": {
14736
16426
  "$extensions": {
14737
16427
  "org.primer.figma": {
@@ -14766,6 +16456,38 @@
14766
16456
  "value": "#ffe2e0",
14767
16457
  "type": "color"
14768
16458
  },
16459
+ "data-red-gradient": {
16460
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16461
+ "isSource": true,
16462
+ "original": {
16463
+ "$type": "gradient",
16464
+ "$value": [
16465
+ {
16466
+ "color": "{data.red.color.gradientStop.1}",
16467
+ "position": 0
16468
+ },
16469
+ {
16470
+ "color": "{data.red.color.gradientStop.2}",
16471
+ "position": 1
16472
+ }
16473
+ ]
16474
+ },
16475
+ "name": "data-red-gradient",
16476
+ "attributes": {},
16477
+ "path": ["data", "red", "gradient"],
16478
+ "key": "{data.red.gradient}",
16479
+ "value": [
16480
+ {
16481
+ "color": "#ffe2e0",
16482
+ "position": 0
16483
+ },
16484
+ {
16485
+ "color": "#ffe2e000",
16486
+ "position": 1
16487
+ }
16488
+ ],
16489
+ "type": "gradient"
16490
+ },
14769
16491
  "data-teal-color-emphasis": {
14770
16492
  "$extensions": {
14771
16493
  "org.primer.figma": {
@@ -14800,6 +16522,64 @@
14800
16522
  "value": "#179b9b",
14801
16523
  "type": "color"
14802
16524
  },
16525
+ "data-teal-color-gradientStop-1": {
16526
+ "$extensions": {
16527
+ "org.primer.figma": {
16528
+ "collection": "mode",
16529
+ "group": "component",
16530
+ "scopes": ["bgColor"]
16531
+ }
16532
+ },
16533
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16534
+ "isSource": true,
16535
+ "original": {
16536
+ "$value": "{data.teal.color.muted}",
16537
+ "$type": "color",
16538
+ "$extensions": {
16539
+ "org.primer.figma": {
16540
+ "collection": "mode",
16541
+ "group": "component",
16542
+ "scopes": ["bgColor"]
16543
+ }
16544
+ }
16545
+ },
16546
+ "name": "data-teal-color-gradientStop-1",
16547
+ "attributes": {},
16548
+ "path": ["data", "teal", "color", "gradientStop", "1"],
16549
+ "key": "{data.teal.color.gradientStop.1}",
16550
+ "value": "#c7f5ef",
16551
+ "type": "color"
16552
+ },
16553
+ "data-teal-color-gradientStop-2": {
16554
+ "alpha": 0,
16555
+ "$extensions": {
16556
+ "org.primer.figma": {
16557
+ "collection": "mode",
16558
+ "group": "component",
16559
+ "scopes": ["bgColor"]
16560
+ }
16561
+ },
16562
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16563
+ "isSource": true,
16564
+ "original": {
16565
+ "$value": "{data.teal.color.muted}",
16566
+ "$type": "color",
16567
+ "alpha": 0,
16568
+ "$extensions": {
16569
+ "org.primer.figma": {
16570
+ "collection": "mode",
16571
+ "group": "component",
16572
+ "scopes": ["bgColor"]
16573
+ }
16574
+ }
16575
+ },
16576
+ "name": "data-teal-color-gradientStop-2",
16577
+ "attributes": {},
16578
+ "path": ["data", "teal", "color", "gradientStop", "2"],
16579
+ "key": "{data.teal.color.gradientStop.2}",
16580
+ "value": "#c7f5ef00",
16581
+ "type": "color"
16582
+ },
14803
16583
  "data-teal-color-muted": {
14804
16584
  "$extensions": {
14805
16585
  "org.primer.figma": {
@@ -14834,6 +16614,38 @@
14834
16614
  "value": "#c7f5ef",
14835
16615
  "type": "color"
14836
16616
  },
16617
+ "data-teal-gradient": {
16618
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16619
+ "isSource": true,
16620
+ "original": {
16621
+ "$type": "gradient",
16622
+ "$value": [
16623
+ {
16624
+ "color": "{data.teal.color.gradientStop.1}",
16625
+ "position": 0
16626
+ },
16627
+ {
16628
+ "color": "{data.teal.color.gradientStop.2}",
16629
+ "position": 1
16630
+ }
16631
+ ]
16632
+ },
16633
+ "name": "data-teal-gradient",
16634
+ "attributes": {},
16635
+ "path": ["data", "teal", "gradient"],
16636
+ "key": "{data.teal.gradient}",
16637
+ "value": [
16638
+ {
16639
+ "color": "#c7f5ef",
16640
+ "position": 0
16641
+ },
16642
+ {
16643
+ "color": "#c7f5ef00",
16644
+ "position": 1
16645
+ }
16646
+ ],
16647
+ "type": "gradient"
16648
+ },
14837
16649
  "data-yellow-color-emphasis": {
14838
16650
  "$extensions": {
14839
16651
  "org.primer.figma": {
@@ -14868,6 +16680,64 @@
14868
16680
  "value": "#b88700",
14869
16681
  "type": "color"
14870
16682
  },
16683
+ "data-yellow-color-gradientStop-1": {
16684
+ "$extensions": {
16685
+ "org.primer.figma": {
16686
+ "collection": "mode",
16687
+ "group": "component",
16688
+ "scopes": ["bgColor"]
16689
+ }
16690
+ },
16691
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16692
+ "isSource": true,
16693
+ "original": {
16694
+ "$value": "{data.yellow.color.muted}",
16695
+ "$type": "color",
16696
+ "$extensions": {
16697
+ "org.primer.figma": {
16698
+ "collection": "mode",
16699
+ "group": "component",
16700
+ "scopes": ["bgColor"]
16701
+ }
16702
+ }
16703
+ },
16704
+ "name": "data-yellow-color-gradientStop-1",
16705
+ "attributes": {},
16706
+ "path": ["data", "yellow", "color", "gradientStop", "1"],
16707
+ "key": "{data.yellow.color.gradientStop.1}",
16708
+ "value": "#ffec9e",
16709
+ "type": "color"
16710
+ },
16711
+ "data-yellow-color-gradientStop-2": {
16712
+ "alpha": 0,
16713
+ "$extensions": {
16714
+ "org.primer.figma": {
16715
+ "collection": "mode",
16716
+ "group": "component",
16717
+ "scopes": ["bgColor"]
16718
+ }
16719
+ },
16720
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16721
+ "isSource": true,
16722
+ "original": {
16723
+ "$value": "{data.yellow.color.muted}",
16724
+ "$type": "color",
16725
+ "alpha": 0,
16726
+ "$extensions": {
16727
+ "org.primer.figma": {
16728
+ "collection": "mode",
16729
+ "group": "component",
16730
+ "scopes": ["bgColor"]
16731
+ }
16732
+ }
16733
+ },
16734
+ "name": "data-yellow-color-gradientStop-2",
16735
+ "attributes": {},
16736
+ "path": ["data", "yellow", "color", "gradientStop", "2"],
16737
+ "key": "{data.yellow.color.gradientStop.2}",
16738
+ "value": "#ffec9e00",
16739
+ "type": "color"
16740
+ },
14871
16741
  "data-yellow-color-muted": {
14872
16742
  "$extensions": {
14873
16743
  "org.primer.figma": {
@@ -14902,6 +16772,38 @@
14902
16772
  "value": "#ffec9e",
14903
16773
  "type": "color"
14904
16774
  },
16775
+ "data-yellow-gradient": {
16776
+ "filePath": "src/tokens/functional/color/data-vis.json5",
16777
+ "isSource": true,
16778
+ "original": {
16779
+ "$type": "gradient",
16780
+ "$value": [
16781
+ {
16782
+ "color": "{data.yellow.color.gradientStop.1}",
16783
+ "position": 0
16784
+ },
16785
+ {
16786
+ "color": "{data.yellow.color.gradientStop.2}",
16787
+ "position": 1
16788
+ }
16789
+ ]
16790
+ },
16791
+ "name": "data-yellow-gradient",
16792
+ "attributes": {},
16793
+ "path": ["data", "yellow", "gradient"],
16794
+ "key": "{data.yellow.gradient}",
16795
+ "value": [
16796
+ {
16797
+ "color": "#ffec9e",
16798
+ "position": 0
16799
+ },
16800
+ {
16801
+ "color": "#ffec9e00",
16802
+ "position": 1
16803
+ }
16804
+ ],
16805
+ "type": "gradient"
16806
+ },
14905
16807
  "diffBlob-additionLine-bgColor": {
14906
16808
  "$extensions": {
14907
16809
  "org.primer.figma": {