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