@primer/primitives 11.0.0 → 11.1.0-rc.27a415da
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.
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +58 -0
- package/dist/css/functional/themes/dark-colorblind.css +60 -2
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +58 -0
- package/dist/css/functional/themes/dark-dimmed.css +60 -2
- package/dist/css/functional/themes/dark-high-contrast.css +58 -0
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +58 -0
- package/dist/css/functional/themes/dark-tritanopia.css +60 -2
- package/dist/css/functional/themes/dark.css +60 -2
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +58 -0
- package/dist/css/functional/themes/light-colorblind.css +60 -2
- package/dist/css/functional/themes/light-high-contrast.css +58 -0
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +58 -0
- package/dist/css/functional/themes/light-tritanopia.css +60 -2
- package/dist/css/functional/themes/light.css +60 -2
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/dark-colorblind.json +3269 -232
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/dark-dimmed.json +3269 -232
- package/dist/docs/functional/themes/dark-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/dark-tritanopia.json +3269 -232
- package/dist/docs/functional/themes/dark.json +3269 -232
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/light-colorblind.json +3270 -233
- package/dist/docs/functional/themes/light-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +3280 -243
- package/dist/docs/functional/themes/light-tritanopia.json +3270 -233
- package/dist/docs/functional/themes/light.json +3270 -233
- package/dist/figma/themes/dark-colorblind-high-contrast.json +464 -0
- package/dist/figma/themes/dark-colorblind.json +468 -4
- package/dist/figma/themes/dark-dimmed-high-contrast.json +464 -0
- package/dist/figma/themes/dark-dimmed.json +468 -4
- package/dist/figma/themes/dark-high-contrast.json +464 -0
- package/dist/figma/themes/dark-tritanopia-high-contrast.json +464 -0
- package/dist/figma/themes/dark-tritanopia.json +468 -4
- package/dist/figma/themes/dark.json +468 -4
- package/dist/figma/themes/light-colorblind-high-contrast.json +464 -0
- package/dist/figma/themes/light-colorblind.json +468 -4
- package/dist/figma/themes/light-high-contrast.json +464 -0
- package/dist/figma/themes/light-tritanopia-high-contrast.json +464 -0
- package/dist/figma/themes/light-tritanopia.json +468 -4
- package/dist/figma/themes/light.json +468 -4
- package/dist/internalCss/dark-colorblind-high-contrast.css +58 -0
- package/dist/internalCss/dark-colorblind.css +60 -2
- package/dist/internalCss/dark-dimmed-high-contrast.css +58 -0
- package/dist/internalCss/dark-dimmed.css +60 -2
- package/dist/internalCss/dark-high-contrast.css +58 -0
- package/dist/internalCss/dark-tritanopia-high-contrast.css +58 -0
- package/dist/internalCss/dark-tritanopia.css +60 -2
- package/dist/internalCss/dark.css +60 -2
- package/dist/internalCss/light-colorblind-high-contrast.css +58 -0
- package/dist/internalCss/light-colorblind.css +60 -2
- package/dist/internalCss/light-high-contrast.css +58 -0
- package/dist/internalCss/light-tritanopia-high-contrast.css +58 -0
- package/dist/internalCss/light-tritanopia.css +60 -2
- package/dist/internalCss/light.css +60 -2
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/dark-colorblind.json +3268 -231
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/dark-dimmed.json +3268 -231
- package/dist/styleLint/functional/themes/dark-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/dark-tritanopia.json +3268 -231
- package/dist/styleLint/functional/themes/dark.json +3268 -231
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/light-colorblind.json +3269 -232
- package/dist/styleLint/functional/themes/light-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +3279 -242
- package/dist/styleLint/functional/themes/light-tritanopia.json +3269 -232
- package/dist/styleLint/functional/themes/light.json +3269 -232
- package/package.json +2 -2
- package/src/tokens/component/label.json5 +760 -0
- package/src/tokens/component/progressBar.json5 +145 -0
- package/src/tokens/functional/color/control.json5 +9 -2
|
@@ -16974,13 +16974,20 @@
|
|
|
16974
16974
|
"scopes": ["borderColor"]
|
|
16975
16975
|
},
|
|
16976
16976
|
"org.primer.overrides": {
|
|
16977
|
-
"dark": "#
|
|
16977
|
+
"dark": "#3d444d",
|
|
16978
|
+
"dark-dimmed-high-contrast": "#656c76",
|
|
16979
|
+
"light-high-contrast": "#656c76",
|
|
16980
|
+
"light-tritanopia-high-contrast": "#656c76",
|
|
16981
|
+
"light-protanopia-deuteranopia-high-contrast": "#656c76",
|
|
16982
|
+
"dark-high-contrast": "#656c76",
|
|
16983
|
+
"dark-tritanopia-high-contrast": "#656c76",
|
|
16984
|
+
"dark-protanopia-deuteranopia-high-contrast": "#656c76"
|
|
16978
16985
|
}
|
|
16979
16986
|
},
|
|
16980
16987
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
16981
16988
|
"isSource": true,
|
|
16982
16989
|
"original": {
|
|
16983
|
-
"$value": "{control.borderColor.
|
|
16990
|
+
"$value": "{control.borderColor.rest}",
|
|
16984
16991
|
"$type": "color",
|
|
16985
16992
|
"$extensions": {
|
|
16986
16993
|
"org.primer.figma": {
|
|
@@ -16989,7 +16996,14 @@
|
|
|
16989
16996
|
"scopes": ["borderColor"]
|
|
16990
16997
|
},
|
|
16991
16998
|
"org.primer.overrides": {
|
|
16992
|
-
"dark": "{control.borderColor.
|
|
16999
|
+
"dark": "{control.borderColor.rest}",
|
|
17000
|
+
"dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
|
|
17001
|
+
"light-high-contrast": "{control.borderColor.emphasis}",
|
|
17002
|
+
"light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
|
|
17003
|
+
"light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
|
|
17004
|
+
"dark-high-contrast": "{control.borderColor.emphasis}",
|
|
17005
|
+
"dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
|
|
17006
|
+
"dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
|
|
16993
17007
|
}
|
|
16994
17008
|
},
|
|
16995
17009
|
"key": "{controlKnob.borderColor.rest}"
|
|
@@ -16997,7 +17011,7 @@
|
|
|
16997
17011
|
"name": "controlKnob-borderColor-rest",
|
|
16998
17012
|
"attributes": {},
|
|
16999
17013
|
"path": ["controlKnob", "borderColor", "rest"],
|
|
17000
|
-
"value": "#
|
|
17014
|
+
"value": "#3d444d",
|
|
17001
17015
|
"type": "color"
|
|
17002
17016
|
},
|
|
17003
17017
|
"controlTrack-bgColor-active": {
|
|
@@ -36106,6 +36120,147 @@
|
|
|
36106
36120
|
"value": "#271817",
|
|
36107
36121
|
"type": "color"
|
|
36108
36122
|
},
|
|
36123
|
+
"label-auburn-borderColor": {
|
|
36124
|
+
"key": "{label.auburn.borderColor}",
|
|
36125
|
+
"$extensions": {
|
|
36126
|
+
"org.primer.figma": {
|
|
36127
|
+
"collection": "mode",
|
|
36128
|
+
"group": "component",
|
|
36129
|
+
"scopes": ["borderColor"]
|
|
36130
|
+
},
|
|
36131
|
+
"org.primer.overrides": {
|
|
36132
|
+
"dark": {
|
|
36133
|
+
"$value": "#00000000",
|
|
36134
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36135
|
+
"isSource": true,
|
|
36136
|
+
"$type": "color"
|
|
36137
|
+
},
|
|
36138
|
+
"dark-dimmed": {
|
|
36139
|
+
"$value": "#00000000",
|
|
36140
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36141
|
+
"isSource": true,
|
|
36142
|
+
"$type": "color"
|
|
36143
|
+
},
|
|
36144
|
+
"light-high-contrast": {
|
|
36145
|
+
"$value": "#bf9592",
|
|
36146
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36147
|
+
"isSource": true,
|
|
36148
|
+
"$type": "color"
|
|
36149
|
+
},
|
|
36150
|
+
"dark-high-contrast": {
|
|
36151
|
+
"$value": "#bf9592",
|
|
36152
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36153
|
+
"isSource": true,
|
|
36154
|
+
"$type": "color"
|
|
36155
|
+
},
|
|
36156
|
+
"dark-dimmed-high-contrast": {
|
|
36157
|
+
"$value": "#bf9592",
|
|
36158
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36159
|
+
"isSource": true,
|
|
36160
|
+
"$type": "color"
|
|
36161
|
+
},
|
|
36162
|
+
"dark-tritanopia-high-contrast": {
|
|
36163
|
+
"$value": "#bf9592",
|
|
36164
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36165
|
+
"isSource": true,
|
|
36166
|
+
"$type": "color"
|
|
36167
|
+
},
|
|
36168
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36169
|
+
"$value": "#bf9592",
|
|
36170
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36171
|
+
"isSource": true,
|
|
36172
|
+
"$type": "color"
|
|
36173
|
+
},
|
|
36174
|
+
"light-tritanopia-high-contrast": {
|
|
36175
|
+
"$value": "#bf9592",
|
|
36176
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36177
|
+
"isSource": true,
|
|
36178
|
+
"$type": "color"
|
|
36179
|
+
},
|
|
36180
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36181
|
+
"$value": "#bf9592",
|
|
36182
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36183
|
+
"isSource": true,
|
|
36184
|
+
"$type": "color"
|
|
36185
|
+
}
|
|
36186
|
+
}
|
|
36187
|
+
},
|
|
36188
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36189
|
+
"isSource": true,
|
|
36190
|
+
"original": {
|
|
36191
|
+
"$value": "{base.color.transparent}",
|
|
36192
|
+
"$type": "color",
|
|
36193
|
+
"$extensions": {
|
|
36194
|
+
"org.primer.figma": {
|
|
36195
|
+
"collection": "mode",
|
|
36196
|
+
"group": "component",
|
|
36197
|
+
"scopes": ["borderColor"]
|
|
36198
|
+
},
|
|
36199
|
+
"org.primer.overrides": {
|
|
36200
|
+
"dark": {
|
|
36201
|
+
"$value": "{base.color.transparent}",
|
|
36202
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36203
|
+
"isSource": true,
|
|
36204
|
+
"$type": "color"
|
|
36205
|
+
},
|
|
36206
|
+
"dark-dimmed": {
|
|
36207
|
+
"$value": "{base.color.transparent}",
|
|
36208
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36209
|
+
"isSource": true,
|
|
36210
|
+
"$type": "color"
|
|
36211
|
+
},
|
|
36212
|
+
"light-high-contrast": {
|
|
36213
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36214
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36215
|
+
"isSource": true,
|
|
36216
|
+
"$type": "color"
|
|
36217
|
+
},
|
|
36218
|
+
"dark-high-contrast": {
|
|
36219
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36220
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36221
|
+
"isSource": true,
|
|
36222
|
+
"$type": "color"
|
|
36223
|
+
},
|
|
36224
|
+
"dark-dimmed-high-contrast": {
|
|
36225
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36226
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36227
|
+
"isSource": true,
|
|
36228
|
+
"$type": "color"
|
|
36229
|
+
},
|
|
36230
|
+
"dark-tritanopia-high-contrast": {
|
|
36231
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36232
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36233
|
+
"isSource": true,
|
|
36234
|
+
"$type": "color"
|
|
36235
|
+
},
|
|
36236
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36237
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36238
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36239
|
+
"isSource": true,
|
|
36240
|
+
"$type": "color"
|
|
36241
|
+
},
|
|
36242
|
+
"light-tritanopia-high-contrast": {
|
|
36243
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36244
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36245
|
+
"isSource": true,
|
|
36246
|
+
"$type": "color"
|
|
36247
|
+
},
|
|
36248
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36249
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36250
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36251
|
+
"isSource": true,
|
|
36252
|
+
"$type": "color"
|
|
36253
|
+
}
|
|
36254
|
+
}
|
|
36255
|
+
},
|
|
36256
|
+
"key": "{label.auburn.borderColor}"
|
|
36257
|
+
},
|
|
36258
|
+
"name": "label-auburn-borderColor",
|
|
36259
|
+
"attributes": {},
|
|
36260
|
+
"path": ["label", "auburn", "borderColor"],
|
|
36261
|
+
"value": "#00000000",
|
|
36262
|
+
"type": "color"
|
|
36263
|
+
},
|
|
36109
36264
|
"label-auburn-fgColor-active": {
|
|
36110
36265
|
"key": "{label.auburn.fgColor.active}",
|
|
36111
36266
|
"$extensions": {
|
|
@@ -36376,17 +36531,65 @@
|
|
|
36376
36531
|
"value": "#001a47",
|
|
36377
36532
|
"type": "color"
|
|
36378
36533
|
},
|
|
36379
|
-
"label-blue-
|
|
36380
|
-
"key": "{label.blue.
|
|
36534
|
+
"label-blue-borderColor": {
|
|
36535
|
+
"key": "{label.blue.borderColor}",
|
|
36381
36536
|
"$extensions": {
|
|
36382
36537
|
"org.primer.figma": {
|
|
36383
36538
|
"collection": "mode",
|
|
36384
36539
|
"group": "component",
|
|
36385
|
-
"scopes": ["
|
|
36540
|
+
"scopes": ["borderColor"]
|
|
36386
36541
|
},
|
|
36387
36542
|
"org.primer.overrides": {
|
|
36388
36543
|
"dark": {
|
|
36389
|
-
"$value": "#
|
|
36544
|
+
"$value": "#00000000",
|
|
36545
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36546
|
+
"isSource": true,
|
|
36547
|
+
"$type": "color"
|
|
36548
|
+
},
|
|
36549
|
+
"dark-dimmed": {
|
|
36550
|
+
"$value": "#00000000",
|
|
36551
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36552
|
+
"isSource": true,
|
|
36553
|
+
"$type": "color"
|
|
36554
|
+
},
|
|
36555
|
+
"light-high-contrast": {
|
|
36556
|
+
"$value": "#4da0ff",
|
|
36557
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36558
|
+
"isSource": true,
|
|
36559
|
+
"$type": "color"
|
|
36560
|
+
},
|
|
36561
|
+
"dark-high-contrast": {
|
|
36562
|
+
"$value": "#4da0ff",
|
|
36563
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36564
|
+
"isSource": true,
|
|
36565
|
+
"$type": "color"
|
|
36566
|
+
},
|
|
36567
|
+
"dark-dimmed-high-contrast": {
|
|
36568
|
+
"$value": "#4da0ff",
|
|
36569
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36570
|
+
"isSource": true,
|
|
36571
|
+
"$type": "color"
|
|
36572
|
+
},
|
|
36573
|
+
"dark-tritanopia-high-contrast": {
|
|
36574
|
+
"$value": "#4da0ff",
|
|
36575
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36576
|
+
"isSource": true,
|
|
36577
|
+
"$type": "color"
|
|
36578
|
+
},
|
|
36579
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36580
|
+
"$value": "#4da0ff",
|
|
36581
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36582
|
+
"isSource": true,
|
|
36583
|
+
"$type": "color"
|
|
36584
|
+
},
|
|
36585
|
+
"light-tritanopia-high-contrast": {
|
|
36586
|
+
"$value": "#4da0ff",
|
|
36587
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36588
|
+
"isSource": true,
|
|
36589
|
+
"$type": "color"
|
|
36590
|
+
},
|
|
36591
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36592
|
+
"$value": "#4da0ff",
|
|
36390
36593
|
"filePath": "src/tokens/component/label.json5",
|
|
36391
36594
|
"isSource": true,
|
|
36392
36595
|
"$type": "color"
|
|
@@ -36396,33 +36599,81 @@
|
|
|
36396
36599
|
"filePath": "src/tokens/component/label.json5",
|
|
36397
36600
|
"isSource": true,
|
|
36398
36601
|
"original": {
|
|
36399
|
-
"$value": "{base.
|
|
36602
|
+
"$value": "{base.color.transparent}",
|
|
36400
36603
|
"$type": "color",
|
|
36401
36604
|
"$extensions": {
|
|
36402
36605
|
"org.primer.figma": {
|
|
36403
36606
|
"collection": "mode",
|
|
36404
36607
|
"group": "component",
|
|
36405
|
-
"scopes": ["
|
|
36608
|
+
"scopes": ["borderColor"]
|
|
36406
36609
|
},
|
|
36407
36610
|
"org.primer.overrides": {
|
|
36408
36611
|
"dark": {
|
|
36409
|
-
"$value": "{base.
|
|
36612
|
+
"$value": "{base.color.transparent}",
|
|
36613
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36614
|
+
"isSource": true,
|
|
36615
|
+
"$type": "color"
|
|
36616
|
+
},
|
|
36617
|
+
"dark-dimmed": {
|
|
36618
|
+
"$value": "{base.color.transparent}",
|
|
36619
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36620
|
+
"isSource": true,
|
|
36621
|
+
"$type": "color"
|
|
36622
|
+
},
|
|
36623
|
+
"light-high-contrast": {
|
|
36624
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36625
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36626
|
+
"isSource": true,
|
|
36627
|
+
"$type": "color"
|
|
36628
|
+
},
|
|
36629
|
+
"dark-high-contrast": {
|
|
36630
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36631
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36632
|
+
"isSource": true,
|
|
36633
|
+
"$type": "color"
|
|
36634
|
+
},
|
|
36635
|
+
"dark-dimmed-high-contrast": {
|
|
36636
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36637
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36638
|
+
"isSource": true,
|
|
36639
|
+
"$type": "color"
|
|
36640
|
+
},
|
|
36641
|
+
"dark-tritanopia-high-contrast": {
|
|
36642
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36643
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36644
|
+
"isSource": true,
|
|
36645
|
+
"$type": "color"
|
|
36646
|
+
},
|
|
36647
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36648
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36649
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36650
|
+
"isSource": true,
|
|
36651
|
+
"$type": "color"
|
|
36652
|
+
},
|
|
36653
|
+
"light-tritanopia-high-contrast": {
|
|
36654
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36655
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36656
|
+
"isSource": true,
|
|
36657
|
+
"$type": "color"
|
|
36658
|
+
},
|
|
36659
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36660
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36410
36661
|
"filePath": "src/tokens/component/label.json5",
|
|
36411
36662
|
"isSource": true,
|
|
36412
36663
|
"$type": "color"
|
|
36413
36664
|
}
|
|
36414
36665
|
}
|
|
36415
36666
|
},
|
|
36416
|
-
"key": "{label.blue.
|
|
36667
|
+
"key": "{label.blue.borderColor}"
|
|
36417
36668
|
},
|
|
36418
|
-
"name": "label-blue-
|
|
36669
|
+
"name": "label-blue-borderColor",
|
|
36419
36670
|
"attributes": {},
|
|
36420
|
-
"path": ["label", "blue", "
|
|
36421
|
-
"value": "#
|
|
36671
|
+
"path": ["label", "blue", "borderColor"],
|
|
36672
|
+
"value": "#00000000",
|
|
36422
36673
|
"type": "color"
|
|
36423
36674
|
},
|
|
36424
|
-
"label-blue-fgColor-
|
|
36425
|
-
"key": "{label.blue.fgColor.
|
|
36675
|
+
"label-blue-fgColor-active": {
|
|
36676
|
+
"key": "{label.blue.fgColor.active}",
|
|
36426
36677
|
"$extensions": {
|
|
36427
36678
|
"org.primer.figma": {
|
|
36428
36679
|
"collection": "mode",
|
|
@@ -36431,7 +36682,7 @@
|
|
|
36431
36682
|
},
|
|
36432
36683
|
"org.primer.overrides": {
|
|
36433
36684
|
"dark": {
|
|
36434
|
-
"$value": "#
|
|
36685
|
+
"$value": "#85c2ff",
|
|
36435
36686
|
"filePath": "src/tokens/component/label.json5",
|
|
36436
36687
|
"isSource": true,
|
|
36437
36688
|
"$type": "color"
|
|
@@ -36441,7 +36692,7 @@
|
|
|
36441
36692
|
"filePath": "src/tokens/component/label.json5",
|
|
36442
36693
|
"isSource": true,
|
|
36443
36694
|
"original": {
|
|
36444
|
-
"$value": "{base.display.color.blue.
|
|
36695
|
+
"$value": "{base.display.color.blue.8}",
|
|
36445
36696
|
"$type": "color",
|
|
36446
36697
|
"$extensions": {
|
|
36447
36698
|
"org.primer.figma": {
|
|
@@ -36451,7 +36702,52 @@
|
|
|
36451
36702
|
},
|
|
36452
36703
|
"org.primer.overrides": {
|
|
36453
36704
|
"dark": {
|
|
36454
|
-
"$value": "{base.display.color.blue.
|
|
36705
|
+
"$value": "{base.display.color.blue.8}",
|
|
36706
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36707
|
+
"isSource": true,
|
|
36708
|
+
"$type": "color"
|
|
36709
|
+
}
|
|
36710
|
+
}
|
|
36711
|
+
},
|
|
36712
|
+
"key": "{label.blue.fgColor.active}"
|
|
36713
|
+
},
|
|
36714
|
+
"name": "label-blue-fgColor-active",
|
|
36715
|
+
"attributes": {},
|
|
36716
|
+
"path": ["label", "blue", "fgColor", "active"],
|
|
36717
|
+
"value": "#85c2ff",
|
|
36718
|
+
"type": "color"
|
|
36719
|
+
},
|
|
36720
|
+
"label-blue-fgColor-hover": {
|
|
36721
|
+
"key": "{label.blue.fgColor.hover}",
|
|
36722
|
+
"$extensions": {
|
|
36723
|
+
"org.primer.figma": {
|
|
36724
|
+
"collection": "mode",
|
|
36725
|
+
"group": "component",
|
|
36726
|
+
"scopes": ["fgColor"]
|
|
36727
|
+
},
|
|
36728
|
+
"org.primer.overrides": {
|
|
36729
|
+
"dark": {
|
|
36730
|
+
"$value": "#61adff",
|
|
36731
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36732
|
+
"isSource": true,
|
|
36733
|
+
"$type": "color"
|
|
36734
|
+
}
|
|
36735
|
+
}
|
|
36736
|
+
},
|
|
36737
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36738
|
+
"isSource": true,
|
|
36739
|
+
"original": {
|
|
36740
|
+
"$value": "{base.display.color.blue.7}",
|
|
36741
|
+
"$type": "color",
|
|
36742
|
+
"$extensions": {
|
|
36743
|
+
"org.primer.figma": {
|
|
36744
|
+
"collection": "mode",
|
|
36745
|
+
"group": "component",
|
|
36746
|
+
"scopes": ["fgColor"]
|
|
36747
|
+
},
|
|
36748
|
+
"org.primer.overrides": {
|
|
36749
|
+
"dark": {
|
|
36750
|
+
"$value": "{base.display.color.blue.7}",
|
|
36455
36751
|
"filePath": "src/tokens/component/label.json5",
|
|
36456
36752
|
"isSource": true,
|
|
36457
36753
|
"$type": "color"
|
|
@@ -36646,6 +36942,147 @@
|
|
|
36646
36942
|
"value": "#241c14",
|
|
36647
36943
|
"type": "color"
|
|
36648
36944
|
},
|
|
36945
|
+
"label-brown-borderColor": {
|
|
36946
|
+
"key": "{label.brown.borderColor}",
|
|
36947
|
+
"$extensions": {
|
|
36948
|
+
"org.primer.figma": {
|
|
36949
|
+
"collection": "mode",
|
|
36950
|
+
"group": "component",
|
|
36951
|
+
"scopes": ["borderColor"]
|
|
36952
|
+
},
|
|
36953
|
+
"org.primer.overrides": {
|
|
36954
|
+
"dark": {
|
|
36955
|
+
"$value": "#00000000",
|
|
36956
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36957
|
+
"isSource": true,
|
|
36958
|
+
"$type": "color"
|
|
36959
|
+
},
|
|
36960
|
+
"dark-dimmed": {
|
|
36961
|
+
"$value": "#00000000",
|
|
36962
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36963
|
+
"isSource": true,
|
|
36964
|
+
"$type": "color"
|
|
36965
|
+
},
|
|
36966
|
+
"light-high-contrast": {
|
|
36967
|
+
"$value": "#b69a6d",
|
|
36968
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36969
|
+
"isSource": true,
|
|
36970
|
+
"$type": "color"
|
|
36971
|
+
},
|
|
36972
|
+
"dark-high-contrast": {
|
|
36973
|
+
"$value": "#b69a6d",
|
|
36974
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36975
|
+
"isSource": true,
|
|
36976
|
+
"$type": "color"
|
|
36977
|
+
},
|
|
36978
|
+
"dark-dimmed-high-contrast": {
|
|
36979
|
+
"$value": "#b69a6d",
|
|
36980
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36981
|
+
"isSource": true,
|
|
36982
|
+
"$type": "color"
|
|
36983
|
+
},
|
|
36984
|
+
"dark-tritanopia-high-contrast": {
|
|
36985
|
+
"$value": "#b69a6d",
|
|
36986
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36987
|
+
"isSource": true,
|
|
36988
|
+
"$type": "color"
|
|
36989
|
+
},
|
|
36990
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36991
|
+
"$value": "#b69a6d",
|
|
36992
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36993
|
+
"isSource": true,
|
|
36994
|
+
"$type": "color"
|
|
36995
|
+
},
|
|
36996
|
+
"light-tritanopia-high-contrast": {
|
|
36997
|
+
"$value": "#b69a6d",
|
|
36998
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36999
|
+
"isSource": true,
|
|
37000
|
+
"$type": "color"
|
|
37001
|
+
},
|
|
37002
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37003
|
+
"$value": "#b69a6d",
|
|
37004
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37005
|
+
"isSource": true,
|
|
37006
|
+
"$type": "color"
|
|
37007
|
+
}
|
|
37008
|
+
}
|
|
37009
|
+
},
|
|
37010
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37011
|
+
"isSource": true,
|
|
37012
|
+
"original": {
|
|
37013
|
+
"$value": "{base.color.transparent}",
|
|
37014
|
+
"$type": "color",
|
|
37015
|
+
"$extensions": {
|
|
37016
|
+
"org.primer.figma": {
|
|
37017
|
+
"collection": "mode",
|
|
37018
|
+
"group": "component",
|
|
37019
|
+
"scopes": ["borderColor"]
|
|
37020
|
+
},
|
|
37021
|
+
"org.primer.overrides": {
|
|
37022
|
+
"dark": {
|
|
37023
|
+
"$value": "{base.color.transparent}",
|
|
37024
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37025
|
+
"isSource": true,
|
|
37026
|
+
"$type": "color"
|
|
37027
|
+
},
|
|
37028
|
+
"dark-dimmed": {
|
|
37029
|
+
"$value": "{base.color.transparent}",
|
|
37030
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37031
|
+
"isSource": true,
|
|
37032
|
+
"$type": "color"
|
|
37033
|
+
},
|
|
37034
|
+
"light-high-contrast": {
|
|
37035
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37036
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37037
|
+
"isSource": true,
|
|
37038
|
+
"$type": "color"
|
|
37039
|
+
},
|
|
37040
|
+
"dark-high-contrast": {
|
|
37041
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37042
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37043
|
+
"isSource": true,
|
|
37044
|
+
"$type": "color"
|
|
37045
|
+
},
|
|
37046
|
+
"dark-dimmed-high-contrast": {
|
|
37047
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37048
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37049
|
+
"isSource": true,
|
|
37050
|
+
"$type": "color"
|
|
37051
|
+
},
|
|
37052
|
+
"dark-tritanopia-high-contrast": {
|
|
37053
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37054
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37055
|
+
"isSource": true,
|
|
37056
|
+
"$type": "color"
|
|
37057
|
+
},
|
|
37058
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37059
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37060
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37061
|
+
"isSource": true,
|
|
37062
|
+
"$type": "color"
|
|
37063
|
+
},
|
|
37064
|
+
"light-tritanopia-high-contrast": {
|
|
37065
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37066
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37067
|
+
"isSource": true,
|
|
37068
|
+
"$type": "color"
|
|
37069
|
+
},
|
|
37070
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37071
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37072
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37073
|
+
"isSource": true,
|
|
37074
|
+
"$type": "color"
|
|
37075
|
+
}
|
|
37076
|
+
}
|
|
37077
|
+
},
|
|
37078
|
+
"key": "{label.brown.borderColor}"
|
|
37079
|
+
},
|
|
37080
|
+
"name": "label-brown-borderColor",
|
|
37081
|
+
"attributes": {},
|
|
37082
|
+
"path": ["label", "brown", "borderColor"],
|
|
37083
|
+
"value": "#00000000",
|
|
37084
|
+
"type": "color"
|
|
37085
|
+
},
|
|
36649
37086
|
"label-brown-fgColor-active": {
|
|
36650
37087
|
"key": "{label.brown.fgColor.active}",
|
|
36651
37088
|
"$extensions": {
|
|
@@ -36916,17 +37353,65 @@
|
|
|
36916
37353
|
"value": "#351008",
|
|
36917
37354
|
"type": "color"
|
|
36918
37355
|
},
|
|
36919
|
-
"label-coral-
|
|
36920
|
-
"key": "{label.coral.
|
|
37356
|
+
"label-coral-borderColor": {
|
|
37357
|
+
"key": "{label.coral.borderColor}",
|
|
36921
37358
|
"$extensions": {
|
|
36922
37359
|
"org.primer.figma": {
|
|
36923
37360
|
"collection": "mode",
|
|
36924
37361
|
"group": "component",
|
|
36925
|
-
"scopes": ["
|
|
37362
|
+
"scopes": ["borderColor"]
|
|
36926
37363
|
},
|
|
36927
37364
|
"org.primer.overrides": {
|
|
36928
37365
|
"dark": {
|
|
36929
|
-
"$value": "#
|
|
37366
|
+
"$value": "#00000000",
|
|
37367
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37368
|
+
"isSource": true,
|
|
37369
|
+
"$type": "color"
|
|
37370
|
+
},
|
|
37371
|
+
"dark-dimmed": {
|
|
37372
|
+
"$value": "#00000000",
|
|
37373
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37374
|
+
"isSource": true,
|
|
37375
|
+
"$type": "color"
|
|
37376
|
+
},
|
|
37377
|
+
"light-high-contrast": {
|
|
37378
|
+
"$value": "#f7794b",
|
|
37379
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37380
|
+
"isSource": true,
|
|
37381
|
+
"$type": "color"
|
|
37382
|
+
},
|
|
37383
|
+
"dark-high-contrast": {
|
|
37384
|
+
"$value": "#f7794b",
|
|
37385
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37386
|
+
"isSource": true,
|
|
37387
|
+
"$type": "color"
|
|
37388
|
+
},
|
|
37389
|
+
"dark-dimmed-high-contrast": {
|
|
37390
|
+
"$value": "#f7794b",
|
|
37391
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37392
|
+
"isSource": true,
|
|
37393
|
+
"$type": "color"
|
|
37394
|
+
},
|
|
37395
|
+
"dark-tritanopia-high-contrast": {
|
|
37396
|
+
"$value": "#f7794b",
|
|
37397
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37398
|
+
"isSource": true,
|
|
37399
|
+
"$type": "color"
|
|
37400
|
+
},
|
|
37401
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37402
|
+
"$value": "#f7794b",
|
|
37403
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37404
|
+
"isSource": true,
|
|
37405
|
+
"$type": "color"
|
|
37406
|
+
},
|
|
37407
|
+
"light-tritanopia-high-contrast": {
|
|
37408
|
+
"$value": "#f7794b",
|
|
37409
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37410
|
+
"isSource": true,
|
|
37411
|
+
"$type": "color"
|
|
37412
|
+
},
|
|
37413
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37414
|
+
"$value": "#f7794b",
|
|
36930
37415
|
"filePath": "src/tokens/component/label.json5",
|
|
36931
37416
|
"isSource": true,
|
|
36932
37417
|
"$type": "color"
|
|
@@ -36936,42 +37421,135 @@
|
|
|
36936
37421
|
"filePath": "src/tokens/component/label.json5",
|
|
36937
37422
|
"isSource": true,
|
|
36938
37423
|
"original": {
|
|
36939
|
-
"$value": "{base.
|
|
37424
|
+
"$value": "{base.color.transparent}",
|
|
36940
37425
|
"$type": "color",
|
|
36941
37426
|
"$extensions": {
|
|
36942
37427
|
"org.primer.figma": {
|
|
36943
37428
|
"collection": "mode",
|
|
36944
37429
|
"group": "component",
|
|
36945
|
-
"scopes": ["
|
|
37430
|
+
"scopes": ["borderColor"]
|
|
36946
37431
|
},
|
|
36947
37432
|
"org.primer.overrides": {
|
|
36948
37433
|
"dark": {
|
|
36949
|
-
"$value": "{base.
|
|
37434
|
+
"$value": "{base.color.transparent}",
|
|
36950
37435
|
"filePath": "src/tokens/component/label.json5",
|
|
36951
37436
|
"isSource": true,
|
|
36952
37437
|
"$type": "color"
|
|
36953
|
-
}
|
|
36954
|
-
|
|
36955
|
-
|
|
36956
|
-
|
|
36957
|
-
|
|
36958
|
-
|
|
36959
|
-
|
|
36960
|
-
|
|
36961
|
-
|
|
36962
|
-
|
|
36963
|
-
|
|
36964
|
-
|
|
36965
|
-
|
|
36966
|
-
|
|
36967
|
-
|
|
36968
|
-
|
|
36969
|
-
|
|
36970
|
-
|
|
36971
|
-
|
|
36972
|
-
|
|
36973
|
-
|
|
36974
|
-
|
|
37438
|
+
},
|
|
37439
|
+
"dark-dimmed": {
|
|
37440
|
+
"$value": "{base.color.transparent}",
|
|
37441
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37442
|
+
"isSource": true,
|
|
37443
|
+
"$type": "color"
|
|
37444
|
+
},
|
|
37445
|
+
"light-high-contrast": {
|
|
37446
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37447
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37448
|
+
"isSource": true,
|
|
37449
|
+
"$type": "color"
|
|
37450
|
+
},
|
|
37451
|
+
"dark-high-contrast": {
|
|
37452
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37453
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37454
|
+
"isSource": true,
|
|
37455
|
+
"$type": "color"
|
|
37456
|
+
},
|
|
37457
|
+
"dark-dimmed-high-contrast": {
|
|
37458
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37459
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37460
|
+
"isSource": true,
|
|
37461
|
+
"$type": "color"
|
|
37462
|
+
},
|
|
37463
|
+
"dark-tritanopia-high-contrast": {
|
|
37464
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37465
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37466
|
+
"isSource": true,
|
|
37467
|
+
"$type": "color"
|
|
37468
|
+
},
|
|
37469
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37470
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37471
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37472
|
+
"isSource": true,
|
|
37473
|
+
"$type": "color"
|
|
37474
|
+
},
|
|
37475
|
+
"light-tritanopia-high-contrast": {
|
|
37476
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37477
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37478
|
+
"isSource": true,
|
|
37479
|
+
"$type": "color"
|
|
37480
|
+
},
|
|
37481
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37482
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37483
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37484
|
+
"isSource": true,
|
|
37485
|
+
"$type": "color"
|
|
37486
|
+
}
|
|
37487
|
+
}
|
|
37488
|
+
},
|
|
37489
|
+
"key": "{label.coral.borderColor}"
|
|
37490
|
+
},
|
|
37491
|
+
"name": "label-coral-borderColor",
|
|
37492
|
+
"attributes": {},
|
|
37493
|
+
"path": ["label", "coral", "borderColor"],
|
|
37494
|
+
"value": "#00000000",
|
|
37495
|
+
"type": "color"
|
|
37496
|
+
},
|
|
37497
|
+
"label-coral-fgColor-active": {
|
|
37498
|
+
"key": "{label.coral.fgColor.active}",
|
|
37499
|
+
"$extensions": {
|
|
37500
|
+
"org.primer.figma": {
|
|
37501
|
+
"collection": "mode",
|
|
37502
|
+
"group": "component",
|
|
37503
|
+
"scopes": ["fgColor"]
|
|
37504
|
+
},
|
|
37505
|
+
"org.primer.overrides": {
|
|
37506
|
+
"dark": {
|
|
37507
|
+
"$value": "#fdaa86",
|
|
37508
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37509
|
+
"isSource": true,
|
|
37510
|
+
"$type": "color"
|
|
37511
|
+
}
|
|
37512
|
+
}
|
|
37513
|
+
},
|
|
37514
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37515
|
+
"isSource": true,
|
|
37516
|
+
"original": {
|
|
37517
|
+
"$value": "{base.display.color.coral.8}",
|
|
37518
|
+
"$type": "color",
|
|
37519
|
+
"$extensions": {
|
|
37520
|
+
"org.primer.figma": {
|
|
37521
|
+
"collection": "mode",
|
|
37522
|
+
"group": "component",
|
|
37523
|
+
"scopes": ["fgColor"]
|
|
37524
|
+
},
|
|
37525
|
+
"org.primer.overrides": {
|
|
37526
|
+
"dark": {
|
|
37527
|
+
"$value": "{base.display.color.coral.8}",
|
|
37528
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37529
|
+
"isSource": true,
|
|
37530
|
+
"$type": "color"
|
|
37531
|
+
}
|
|
37532
|
+
}
|
|
37533
|
+
},
|
|
37534
|
+
"key": "{label.coral.fgColor.active}"
|
|
37535
|
+
},
|
|
37536
|
+
"name": "label-coral-fgColor-active",
|
|
37537
|
+
"attributes": {},
|
|
37538
|
+
"path": ["label", "coral", "fgColor", "active"],
|
|
37539
|
+
"value": "#fdaa86",
|
|
37540
|
+
"type": "color"
|
|
37541
|
+
},
|
|
37542
|
+
"label-coral-fgColor-hover": {
|
|
37543
|
+
"key": "{label.coral.fgColor.hover}",
|
|
37544
|
+
"$extensions": {
|
|
37545
|
+
"org.primer.figma": {
|
|
37546
|
+
"collection": "mode",
|
|
37547
|
+
"group": "component",
|
|
37548
|
+
"scopes": ["fgColor"]
|
|
37549
|
+
},
|
|
37550
|
+
"org.primer.overrides": {
|
|
37551
|
+
"dark": {
|
|
37552
|
+
"$value": "#fa8c61",
|
|
36975
37553
|
"filePath": "src/tokens/component/label.json5",
|
|
36976
37554
|
"isSource": true,
|
|
36977
37555
|
"$type": "color"
|
|
@@ -37186,6 +37764,147 @@
|
|
|
37186
37764
|
"value": "#001f29",
|
|
37187
37765
|
"type": "color"
|
|
37188
37766
|
},
|
|
37767
|
+
"label-cyan-borderColor": {
|
|
37768
|
+
"key": "{label.cyan.borderColor}",
|
|
37769
|
+
"$extensions": {
|
|
37770
|
+
"org.primer.figma": {
|
|
37771
|
+
"collection": "mode",
|
|
37772
|
+
"group": "component",
|
|
37773
|
+
"scopes": ["borderColor"]
|
|
37774
|
+
},
|
|
37775
|
+
"org.primer.overrides": {
|
|
37776
|
+
"dark": {
|
|
37777
|
+
"$value": "#00000000",
|
|
37778
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37779
|
+
"isSource": true,
|
|
37780
|
+
"$type": "color"
|
|
37781
|
+
},
|
|
37782
|
+
"dark-dimmed": {
|
|
37783
|
+
"$value": "#00000000",
|
|
37784
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37785
|
+
"isSource": true,
|
|
37786
|
+
"$type": "color"
|
|
37787
|
+
},
|
|
37788
|
+
"light-high-contrast": {
|
|
37789
|
+
"$value": "#07ace4",
|
|
37790
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37791
|
+
"isSource": true,
|
|
37792
|
+
"$type": "color"
|
|
37793
|
+
},
|
|
37794
|
+
"dark-high-contrast": {
|
|
37795
|
+
"$value": "#07ace4",
|
|
37796
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37797
|
+
"isSource": true,
|
|
37798
|
+
"$type": "color"
|
|
37799
|
+
},
|
|
37800
|
+
"dark-dimmed-high-contrast": {
|
|
37801
|
+
"$value": "#07ace4",
|
|
37802
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37803
|
+
"isSource": true,
|
|
37804
|
+
"$type": "color"
|
|
37805
|
+
},
|
|
37806
|
+
"dark-tritanopia-high-contrast": {
|
|
37807
|
+
"$value": "#07ace4",
|
|
37808
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37809
|
+
"isSource": true,
|
|
37810
|
+
"$type": "color"
|
|
37811
|
+
},
|
|
37812
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37813
|
+
"$value": "#07ace4",
|
|
37814
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37815
|
+
"isSource": true,
|
|
37816
|
+
"$type": "color"
|
|
37817
|
+
},
|
|
37818
|
+
"light-tritanopia-high-contrast": {
|
|
37819
|
+
"$value": "#07ace4",
|
|
37820
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37821
|
+
"isSource": true,
|
|
37822
|
+
"$type": "color"
|
|
37823
|
+
},
|
|
37824
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37825
|
+
"$value": "#07ace4",
|
|
37826
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37827
|
+
"isSource": true,
|
|
37828
|
+
"$type": "color"
|
|
37829
|
+
}
|
|
37830
|
+
}
|
|
37831
|
+
},
|
|
37832
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37833
|
+
"isSource": true,
|
|
37834
|
+
"original": {
|
|
37835
|
+
"$value": "{base.color.transparent}",
|
|
37836
|
+
"$type": "color",
|
|
37837
|
+
"$extensions": {
|
|
37838
|
+
"org.primer.figma": {
|
|
37839
|
+
"collection": "mode",
|
|
37840
|
+
"group": "component",
|
|
37841
|
+
"scopes": ["borderColor"]
|
|
37842
|
+
},
|
|
37843
|
+
"org.primer.overrides": {
|
|
37844
|
+
"dark": {
|
|
37845
|
+
"$value": "{base.color.transparent}",
|
|
37846
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37847
|
+
"isSource": true,
|
|
37848
|
+
"$type": "color"
|
|
37849
|
+
},
|
|
37850
|
+
"dark-dimmed": {
|
|
37851
|
+
"$value": "{base.color.transparent}",
|
|
37852
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37853
|
+
"isSource": true,
|
|
37854
|
+
"$type": "color"
|
|
37855
|
+
},
|
|
37856
|
+
"light-high-contrast": {
|
|
37857
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37858
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37859
|
+
"isSource": true,
|
|
37860
|
+
"$type": "color"
|
|
37861
|
+
},
|
|
37862
|
+
"dark-high-contrast": {
|
|
37863
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37864
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37865
|
+
"isSource": true,
|
|
37866
|
+
"$type": "color"
|
|
37867
|
+
},
|
|
37868
|
+
"dark-dimmed-high-contrast": {
|
|
37869
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37870
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37871
|
+
"isSource": true,
|
|
37872
|
+
"$type": "color"
|
|
37873
|
+
},
|
|
37874
|
+
"dark-tritanopia-high-contrast": {
|
|
37875
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37876
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37877
|
+
"isSource": true,
|
|
37878
|
+
"$type": "color"
|
|
37879
|
+
},
|
|
37880
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37881
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37882
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37883
|
+
"isSource": true,
|
|
37884
|
+
"$type": "color"
|
|
37885
|
+
},
|
|
37886
|
+
"light-tritanopia-high-contrast": {
|
|
37887
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37888
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37889
|
+
"isSource": true,
|
|
37890
|
+
"$type": "color"
|
|
37891
|
+
},
|
|
37892
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37893
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37894
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37895
|
+
"isSource": true,
|
|
37896
|
+
"$type": "color"
|
|
37897
|
+
}
|
|
37898
|
+
}
|
|
37899
|
+
},
|
|
37900
|
+
"key": "{label.cyan.borderColor}"
|
|
37901
|
+
},
|
|
37902
|
+
"name": "label-cyan-borderColor",
|
|
37903
|
+
"attributes": {},
|
|
37904
|
+
"path": ["label", "cyan", "borderColor"],
|
|
37905
|
+
"value": "#00000000",
|
|
37906
|
+
"type": "color"
|
|
37907
|
+
},
|
|
37189
37908
|
"label-cyan-fgColor-active": {
|
|
37190
37909
|
"key": "{label.cyan.fgColor.active}",
|
|
37191
37910
|
"$extensions": {
|
|
@@ -37456,37 +38175,178 @@
|
|
|
37456
38175
|
"value": "#1c1c1c",
|
|
37457
38176
|
"type": "color"
|
|
37458
38177
|
},
|
|
37459
|
-
"label-gray-
|
|
37460
|
-
"key": "{label.gray.
|
|
38178
|
+
"label-gray-borderColor": {
|
|
38179
|
+
"key": "{label.gray.borderColor}",
|
|
37461
38180
|
"$extensions": {
|
|
37462
38181
|
"org.primer.figma": {
|
|
37463
38182
|
"collection": "mode",
|
|
37464
38183
|
"group": "component",
|
|
37465
|
-
"scopes": ["
|
|
38184
|
+
"scopes": ["borderColor"]
|
|
37466
38185
|
},
|
|
37467
38186
|
"org.primer.overrides": {
|
|
37468
38187
|
"dark": {
|
|
37469
|
-
"$value": "#
|
|
38188
|
+
"$value": "#00000000",
|
|
37470
38189
|
"filePath": "src/tokens/component/label.json5",
|
|
37471
38190
|
"isSource": true,
|
|
37472
38191
|
"$type": "color"
|
|
37473
|
-
}
|
|
37474
|
-
}
|
|
37475
|
-
},
|
|
37476
|
-
"filePath": "src/tokens/component/label.json5",
|
|
37477
|
-
"isSource": true,
|
|
37478
|
-
"original": {
|
|
37479
|
-
"$value": "{base.display.color.gray.8}",
|
|
37480
|
-
"$type": "color",
|
|
37481
|
-
"$extensions": {
|
|
37482
|
-
"org.primer.figma": {
|
|
37483
|
-
"collection": "mode",
|
|
37484
|
-
"group": "component",
|
|
37485
|
-
"scopes": ["fgColor"]
|
|
37486
38192
|
},
|
|
37487
|
-
"
|
|
37488
|
-
"
|
|
37489
|
-
|
|
38193
|
+
"dark-dimmed": {
|
|
38194
|
+
"$value": "#00000000",
|
|
38195
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38196
|
+
"isSource": true,
|
|
38197
|
+
"$type": "color"
|
|
38198
|
+
},
|
|
38199
|
+
"light-high-contrast": {
|
|
38200
|
+
"$value": "#92a1b5",
|
|
38201
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38202
|
+
"isSource": true,
|
|
38203
|
+
"$type": "color"
|
|
38204
|
+
},
|
|
38205
|
+
"dark-high-contrast": {
|
|
38206
|
+
"$value": "#92a1b5",
|
|
38207
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38208
|
+
"isSource": true,
|
|
38209
|
+
"$type": "color"
|
|
38210
|
+
},
|
|
38211
|
+
"dark-dimmed-high-contrast": {
|
|
38212
|
+
"$value": "#92a1b5",
|
|
38213
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38214
|
+
"isSource": true,
|
|
38215
|
+
"$type": "color"
|
|
38216
|
+
},
|
|
38217
|
+
"dark-tritanopia-high-contrast": {
|
|
38218
|
+
"$value": "#92a1b5",
|
|
38219
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38220
|
+
"isSource": true,
|
|
38221
|
+
"$type": "color"
|
|
38222
|
+
},
|
|
38223
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38224
|
+
"$value": "#92a1b5",
|
|
38225
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38226
|
+
"isSource": true,
|
|
38227
|
+
"$type": "color"
|
|
38228
|
+
},
|
|
38229
|
+
"light-tritanopia-high-contrast": {
|
|
38230
|
+
"$value": "#92a1b5",
|
|
38231
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38232
|
+
"isSource": true,
|
|
38233
|
+
"$type": "color"
|
|
38234
|
+
},
|
|
38235
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38236
|
+
"$value": "#92a1b5",
|
|
38237
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38238
|
+
"isSource": true,
|
|
38239
|
+
"$type": "color"
|
|
38240
|
+
}
|
|
38241
|
+
}
|
|
38242
|
+
},
|
|
38243
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38244
|
+
"isSource": true,
|
|
38245
|
+
"original": {
|
|
38246
|
+
"$value": "{base.color.transparent}",
|
|
38247
|
+
"$type": "color",
|
|
38248
|
+
"$extensions": {
|
|
38249
|
+
"org.primer.figma": {
|
|
38250
|
+
"collection": "mode",
|
|
38251
|
+
"group": "component",
|
|
38252
|
+
"scopes": ["borderColor"]
|
|
38253
|
+
},
|
|
38254
|
+
"org.primer.overrides": {
|
|
38255
|
+
"dark": {
|
|
38256
|
+
"$value": "{base.color.transparent}",
|
|
38257
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38258
|
+
"isSource": true,
|
|
38259
|
+
"$type": "color"
|
|
38260
|
+
},
|
|
38261
|
+
"dark-dimmed": {
|
|
38262
|
+
"$value": "{base.color.transparent}",
|
|
38263
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38264
|
+
"isSource": true,
|
|
38265
|
+
"$type": "color"
|
|
38266
|
+
},
|
|
38267
|
+
"light-high-contrast": {
|
|
38268
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38269
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38270
|
+
"isSource": true,
|
|
38271
|
+
"$type": "color"
|
|
38272
|
+
},
|
|
38273
|
+
"dark-high-contrast": {
|
|
38274
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38275
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38276
|
+
"isSource": true,
|
|
38277
|
+
"$type": "color"
|
|
38278
|
+
},
|
|
38279
|
+
"dark-dimmed-high-contrast": {
|
|
38280
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38281
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38282
|
+
"isSource": true,
|
|
38283
|
+
"$type": "color"
|
|
38284
|
+
},
|
|
38285
|
+
"dark-tritanopia-high-contrast": {
|
|
38286
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38287
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38288
|
+
"isSource": true,
|
|
38289
|
+
"$type": "color"
|
|
38290
|
+
},
|
|
38291
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38292
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38293
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38294
|
+
"isSource": true,
|
|
38295
|
+
"$type": "color"
|
|
38296
|
+
},
|
|
38297
|
+
"light-tritanopia-high-contrast": {
|
|
38298
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38299
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38300
|
+
"isSource": true,
|
|
38301
|
+
"$type": "color"
|
|
38302
|
+
},
|
|
38303
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38304
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38305
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38306
|
+
"isSource": true,
|
|
38307
|
+
"$type": "color"
|
|
38308
|
+
}
|
|
38309
|
+
}
|
|
38310
|
+
},
|
|
38311
|
+
"key": "{label.gray.borderColor}"
|
|
38312
|
+
},
|
|
38313
|
+
"name": "label-gray-borderColor",
|
|
38314
|
+
"attributes": {},
|
|
38315
|
+
"path": ["label", "gray", "borderColor"],
|
|
38316
|
+
"value": "#00000000",
|
|
38317
|
+
"type": "color"
|
|
38318
|
+
},
|
|
38319
|
+
"label-gray-fgColor-active": {
|
|
38320
|
+
"key": "{label.gray.fgColor.active}",
|
|
38321
|
+
"$extensions": {
|
|
38322
|
+
"org.primer.figma": {
|
|
38323
|
+
"collection": "mode",
|
|
38324
|
+
"group": "component",
|
|
38325
|
+
"scopes": ["fgColor"]
|
|
38326
|
+
},
|
|
38327
|
+
"org.primer.overrides": {
|
|
38328
|
+
"dark": {
|
|
38329
|
+
"$value": "#b3c0d1",
|
|
38330
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38331
|
+
"isSource": true,
|
|
38332
|
+
"$type": "color"
|
|
38333
|
+
}
|
|
38334
|
+
}
|
|
38335
|
+
},
|
|
38336
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38337
|
+
"isSource": true,
|
|
38338
|
+
"original": {
|
|
38339
|
+
"$value": "{base.display.color.gray.8}",
|
|
38340
|
+
"$type": "color",
|
|
38341
|
+
"$extensions": {
|
|
38342
|
+
"org.primer.figma": {
|
|
38343
|
+
"collection": "mode",
|
|
38344
|
+
"group": "component",
|
|
38345
|
+
"scopes": ["fgColor"]
|
|
38346
|
+
},
|
|
38347
|
+
"org.primer.overrides": {
|
|
38348
|
+
"dark": {
|
|
38349
|
+
"$value": "{base.display.color.gray.8}",
|
|
37490
38350
|
"filePath": "src/tokens/component/label.json5",
|
|
37491
38351
|
"isSource": true,
|
|
37492
38352
|
"$type": "color"
|
|
@@ -37726,17 +38586,65 @@
|
|
|
37726
38586
|
"value": "#122117",
|
|
37727
38587
|
"type": "color"
|
|
37728
38588
|
},
|
|
37729
|
-
"label-green-
|
|
37730
|
-
"key": "{label.green.
|
|
38589
|
+
"label-green-borderColor": {
|
|
38590
|
+
"key": "{label.green.borderColor}",
|
|
37731
38591
|
"$extensions": {
|
|
37732
38592
|
"org.primer.figma": {
|
|
37733
38593
|
"collection": "mode",
|
|
37734
38594
|
"group": "component",
|
|
37735
|
-
"scopes": ["
|
|
38595
|
+
"scopes": ["borderColor"]
|
|
37736
38596
|
},
|
|
37737
38597
|
"org.primer.overrides": {
|
|
37738
38598
|
"dark": {
|
|
37739
|
-
"$value": "#
|
|
38599
|
+
"$value": "#00000000",
|
|
38600
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38601
|
+
"isSource": true,
|
|
38602
|
+
"$type": "color"
|
|
38603
|
+
},
|
|
38604
|
+
"dark-dimmed": {
|
|
38605
|
+
"$value": "#00000000",
|
|
38606
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38607
|
+
"isSource": true,
|
|
38608
|
+
"$type": "color"
|
|
38609
|
+
},
|
|
38610
|
+
"light-high-contrast": {
|
|
38611
|
+
"$value": "#41b445",
|
|
38612
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38613
|
+
"isSource": true,
|
|
38614
|
+
"$type": "color"
|
|
38615
|
+
},
|
|
38616
|
+
"dark-high-contrast": {
|
|
38617
|
+
"$value": "#41b445",
|
|
38618
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38619
|
+
"isSource": true,
|
|
38620
|
+
"$type": "color"
|
|
38621
|
+
},
|
|
38622
|
+
"dark-dimmed-high-contrast": {
|
|
38623
|
+
"$value": "#41b445",
|
|
38624
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38625
|
+
"isSource": true,
|
|
38626
|
+
"$type": "color"
|
|
38627
|
+
},
|
|
38628
|
+
"dark-tritanopia-high-contrast": {
|
|
38629
|
+
"$value": "#41b445",
|
|
38630
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38631
|
+
"isSource": true,
|
|
38632
|
+
"$type": "color"
|
|
38633
|
+
},
|
|
38634
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38635
|
+
"$value": "#41b445",
|
|
38636
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38637
|
+
"isSource": true,
|
|
38638
|
+
"$type": "color"
|
|
38639
|
+
},
|
|
38640
|
+
"light-tritanopia-high-contrast": {
|
|
38641
|
+
"$value": "#41b445",
|
|
38642
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38643
|
+
"isSource": true,
|
|
38644
|
+
"$type": "color"
|
|
38645
|
+
},
|
|
38646
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38647
|
+
"$value": "#41b445",
|
|
37740
38648
|
"filePath": "src/tokens/component/label.json5",
|
|
37741
38649
|
"isSource": true,
|
|
37742
38650
|
"$type": "color"
|
|
@@ -37746,34 +38654,127 @@
|
|
|
37746
38654
|
"filePath": "src/tokens/component/label.json5",
|
|
37747
38655
|
"isSource": true,
|
|
37748
38656
|
"original": {
|
|
37749
|
-
"$value": "{base.
|
|
38657
|
+
"$value": "{base.color.transparent}",
|
|
37750
38658
|
"$type": "color",
|
|
37751
38659
|
"$extensions": {
|
|
37752
38660
|
"org.primer.figma": {
|
|
37753
38661
|
"collection": "mode",
|
|
37754
38662
|
"group": "component",
|
|
37755
|
-
"scopes": ["
|
|
38663
|
+
"scopes": ["borderColor"]
|
|
37756
38664
|
},
|
|
37757
38665
|
"org.primer.overrides": {
|
|
37758
38666
|
"dark": {
|
|
37759
|
-
"$value": "{base.
|
|
38667
|
+
"$value": "{base.color.transparent}",
|
|
38668
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38669
|
+
"isSource": true,
|
|
38670
|
+
"$type": "color"
|
|
38671
|
+
},
|
|
38672
|
+
"dark-dimmed": {
|
|
38673
|
+
"$value": "{base.color.transparent}",
|
|
38674
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38675
|
+
"isSource": true,
|
|
38676
|
+
"$type": "color"
|
|
38677
|
+
},
|
|
38678
|
+
"light-high-contrast": {
|
|
38679
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38680
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38681
|
+
"isSource": true,
|
|
38682
|
+
"$type": "color"
|
|
38683
|
+
},
|
|
38684
|
+
"dark-high-contrast": {
|
|
38685
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38686
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38687
|
+
"isSource": true,
|
|
38688
|
+
"$type": "color"
|
|
38689
|
+
},
|
|
38690
|
+
"dark-dimmed-high-contrast": {
|
|
38691
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38692
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38693
|
+
"isSource": true,
|
|
38694
|
+
"$type": "color"
|
|
38695
|
+
},
|
|
38696
|
+
"dark-tritanopia-high-contrast": {
|
|
38697
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38698
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38699
|
+
"isSource": true,
|
|
38700
|
+
"$type": "color"
|
|
38701
|
+
},
|
|
38702
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38703
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38704
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38705
|
+
"isSource": true,
|
|
38706
|
+
"$type": "color"
|
|
38707
|
+
},
|
|
38708
|
+
"light-tritanopia-high-contrast": {
|
|
38709
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38710
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38711
|
+
"isSource": true,
|
|
38712
|
+
"$type": "color"
|
|
38713
|
+
},
|
|
38714
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38715
|
+
"$value": "{label.green.fgColor.rest}",
|
|
37760
38716
|
"filePath": "src/tokens/component/label.json5",
|
|
37761
38717
|
"isSource": true,
|
|
37762
38718
|
"$type": "color"
|
|
37763
38719
|
}
|
|
37764
38720
|
}
|
|
37765
38721
|
},
|
|
37766
|
-
"key": "{label.green.
|
|
38722
|
+
"key": "{label.green.borderColor}"
|
|
37767
38723
|
},
|
|
37768
|
-
"name": "label-green-
|
|
38724
|
+
"name": "label-green-borderColor",
|
|
37769
38725
|
"attributes": {},
|
|
37770
|
-
"path": ["label", "green", "
|
|
37771
|
-
"value": "#
|
|
38726
|
+
"path": ["label", "green", "borderColor"],
|
|
38727
|
+
"value": "#00000000",
|
|
37772
38728
|
"type": "color"
|
|
37773
38729
|
},
|
|
37774
|
-
"label-green-fgColor-
|
|
37775
|
-
"key": "{label.green.fgColor.
|
|
37776
|
-
"$extensions": {
|
|
38730
|
+
"label-green-fgColor-active": {
|
|
38731
|
+
"key": "{label.green.fgColor.active}",
|
|
38732
|
+
"$extensions": {
|
|
38733
|
+
"org.primer.figma": {
|
|
38734
|
+
"collection": "mode",
|
|
38735
|
+
"group": "component",
|
|
38736
|
+
"scopes": ["fgColor"]
|
|
38737
|
+
},
|
|
38738
|
+
"org.primer.overrides": {
|
|
38739
|
+
"dark": {
|
|
38740
|
+
"$value": "#75d36f",
|
|
38741
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38742
|
+
"isSource": true,
|
|
38743
|
+
"$type": "color"
|
|
38744
|
+
}
|
|
38745
|
+
}
|
|
38746
|
+
},
|
|
38747
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38748
|
+
"isSource": true,
|
|
38749
|
+
"original": {
|
|
38750
|
+
"$value": "{base.display.color.green.8}",
|
|
38751
|
+
"$type": "color",
|
|
38752
|
+
"$extensions": {
|
|
38753
|
+
"org.primer.figma": {
|
|
38754
|
+
"collection": "mode",
|
|
38755
|
+
"group": "component",
|
|
38756
|
+
"scopes": ["fgColor"]
|
|
38757
|
+
},
|
|
38758
|
+
"org.primer.overrides": {
|
|
38759
|
+
"dark": {
|
|
38760
|
+
"$value": "{base.display.color.green.8}",
|
|
38761
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38762
|
+
"isSource": true,
|
|
38763
|
+
"$type": "color"
|
|
38764
|
+
}
|
|
38765
|
+
}
|
|
38766
|
+
},
|
|
38767
|
+
"key": "{label.green.fgColor.active}"
|
|
38768
|
+
},
|
|
38769
|
+
"name": "label-green-fgColor-active",
|
|
38770
|
+
"attributes": {},
|
|
38771
|
+
"path": ["label", "green", "fgColor", "active"],
|
|
38772
|
+
"value": "#75d36f",
|
|
38773
|
+
"type": "color"
|
|
38774
|
+
},
|
|
38775
|
+
"label-green-fgColor-hover": {
|
|
38776
|
+
"key": "{label.green.fgColor.hover}",
|
|
38777
|
+
"$extensions": {
|
|
37777
38778
|
"org.primer.figma": {
|
|
37778
38779
|
"collection": "mode",
|
|
37779
38780
|
"group": "component",
|
|
@@ -37996,6 +38997,147 @@
|
|
|
37996
38997
|
"value": "#1b183f",
|
|
37997
38998
|
"type": "color"
|
|
37998
38999
|
},
|
|
39000
|
+
"label-indigo-borderColor": {
|
|
39001
|
+
"key": "{label.indigo.borderColor}",
|
|
39002
|
+
"$extensions": {
|
|
39003
|
+
"org.primer.figma": {
|
|
39004
|
+
"collection": "mode",
|
|
39005
|
+
"group": "component",
|
|
39006
|
+
"scopes": ["borderColor"]
|
|
39007
|
+
},
|
|
39008
|
+
"org.primer.overrides": {
|
|
39009
|
+
"dark": {
|
|
39010
|
+
"$value": "#00000000",
|
|
39011
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39012
|
+
"isSource": true,
|
|
39013
|
+
"$type": "color"
|
|
39014
|
+
},
|
|
39015
|
+
"dark-dimmed": {
|
|
39016
|
+
"$value": "#00000000",
|
|
39017
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39018
|
+
"isSource": true,
|
|
39019
|
+
"$type": "color"
|
|
39020
|
+
},
|
|
39021
|
+
"light-high-contrast": {
|
|
39022
|
+
"$value": "#9899ec",
|
|
39023
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39024
|
+
"isSource": true,
|
|
39025
|
+
"$type": "color"
|
|
39026
|
+
},
|
|
39027
|
+
"dark-high-contrast": {
|
|
39028
|
+
"$value": "#9899ec",
|
|
39029
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39030
|
+
"isSource": true,
|
|
39031
|
+
"$type": "color"
|
|
39032
|
+
},
|
|
39033
|
+
"dark-dimmed-high-contrast": {
|
|
39034
|
+
"$value": "#9899ec",
|
|
39035
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39036
|
+
"isSource": true,
|
|
39037
|
+
"$type": "color"
|
|
39038
|
+
},
|
|
39039
|
+
"dark-tritanopia-high-contrast": {
|
|
39040
|
+
"$value": "#9899ec",
|
|
39041
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39042
|
+
"isSource": true,
|
|
39043
|
+
"$type": "color"
|
|
39044
|
+
},
|
|
39045
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39046
|
+
"$value": "#9899ec",
|
|
39047
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39048
|
+
"isSource": true,
|
|
39049
|
+
"$type": "color"
|
|
39050
|
+
},
|
|
39051
|
+
"light-tritanopia-high-contrast": {
|
|
39052
|
+
"$value": "#9899ec",
|
|
39053
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39054
|
+
"isSource": true,
|
|
39055
|
+
"$type": "color"
|
|
39056
|
+
},
|
|
39057
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39058
|
+
"$value": "#9899ec",
|
|
39059
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39060
|
+
"isSource": true,
|
|
39061
|
+
"$type": "color"
|
|
39062
|
+
}
|
|
39063
|
+
}
|
|
39064
|
+
},
|
|
39065
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39066
|
+
"isSource": true,
|
|
39067
|
+
"original": {
|
|
39068
|
+
"$value": "{base.color.transparent}",
|
|
39069
|
+
"$type": "color",
|
|
39070
|
+
"$extensions": {
|
|
39071
|
+
"org.primer.figma": {
|
|
39072
|
+
"collection": "mode",
|
|
39073
|
+
"group": "component",
|
|
39074
|
+
"scopes": ["borderColor"]
|
|
39075
|
+
},
|
|
39076
|
+
"org.primer.overrides": {
|
|
39077
|
+
"dark": {
|
|
39078
|
+
"$value": "{base.color.transparent}",
|
|
39079
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39080
|
+
"isSource": true,
|
|
39081
|
+
"$type": "color"
|
|
39082
|
+
},
|
|
39083
|
+
"dark-dimmed": {
|
|
39084
|
+
"$value": "{base.color.transparent}",
|
|
39085
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39086
|
+
"isSource": true,
|
|
39087
|
+
"$type": "color"
|
|
39088
|
+
},
|
|
39089
|
+
"light-high-contrast": {
|
|
39090
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39091
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39092
|
+
"isSource": true,
|
|
39093
|
+
"$type": "color"
|
|
39094
|
+
},
|
|
39095
|
+
"dark-high-contrast": {
|
|
39096
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39097
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39098
|
+
"isSource": true,
|
|
39099
|
+
"$type": "color"
|
|
39100
|
+
},
|
|
39101
|
+
"dark-dimmed-high-contrast": {
|
|
39102
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39103
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39104
|
+
"isSource": true,
|
|
39105
|
+
"$type": "color"
|
|
39106
|
+
},
|
|
39107
|
+
"dark-tritanopia-high-contrast": {
|
|
39108
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39109
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39110
|
+
"isSource": true,
|
|
39111
|
+
"$type": "color"
|
|
39112
|
+
},
|
|
39113
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39114
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39115
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39116
|
+
"isSource": true,
|
|
39117
|
+
"$type": "color"
|
|
39118
|
+
},
|
|
39119
|
+
"light-tritanopia-high-contrast": {
|
|
39120
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39121
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39122
|
+
"isSource": true,
|
|
39123
|
+
"$type": "color"
|
|
39124
|
+
},
|
|
39125
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39126
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39127
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39128
|
+
"isSource": true,
|
|
39129
|
+
"$type": "color"
|
|
39130
|
+
}
|
|
39131
|
+
}
|
|
39132
|
+
},
|
|
39133
|
+
"key": "{label.indigo.borderColor}"
|
|
39134
|
+
},
|
|
39135
|
+
"name": "label-indigo-borderColor",
|
|
39136
|
+
"attributes": {},
|
|
39137
|
+
"path": ["label", "indigo", "borderColor"],
|
|
39138
|
+
"value": "#00000000",
|
|
39139
|
+
"type": "color"
|
|
39140
|
+
},
|
|
37999
39141
|
"label-indigo-fgColor-active": {
|
|
38000
39142
|
"key": "{label.indigo.fgColor.active}",
|
|
38001
39143
|
"$extensions": {
|
|
@@ -38266,17 +39408,65 @@
|
|
|
38266
39408
|
"value": "#291d00",
|
|
38267
39409
|
"type": "color"
|
|
38268
39410
|
},
|
|
38269
|
-
"label-lemon-
|
|
38270
|
-
"key": "{label.lemon.
|
|
39411
|
+
"label-lemon-borderColor": {
|
|
39412
|
+
"key": "{label.lemon.borderColor}",
|
|
38271
39413
|
"$extensions": {
|
|
38272
39414
|
"org.primer.figma": {
|
|
38273
39415
|
"collection": "mode",
|
|
38274
39416
|
"group": "component",
|
|
38275
|
-
"scopes": ["
|
|
39417
|
+
"scopes": ["borderColor"]
|
|
38276
39418
|
},
|
|
38277
39419
|
"org.primer.overrides": {
|
|
38278
39420
|
"dark": {
|
|
38279
|
-
"$value": "#
|
|
39421
|
+
"$value": "#00000000",
|
|
39422
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39423
|
+
"isSource": true,
|
|
39424
|
+
"$type": "color"
|
|
39425
|
+
},
|
|
39426
|
+
"dark-dimmed": {
|
|
39427
|
+
"$value": "#00000000",
|
|
39428
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39429
|
+
"isSource": true,
|
|
39430
|
+
"$type": "color"
|
|
39431
|
+
},
|
|
39432
|
+
"light-high-contrast": {
|
|
39433
|
+
"$value": "#ba9b12",
|
|
39434
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39435
|
+
"isSource": true,
|
|
39436
|
+
"$type": "color"
|
|
39437
|
+
},
|
|
39438
|
+
"dark-high-contrast": {
|
|
39439
|
+
"$value": "#ba9b12",
|
|
39440
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39441
|
+
"isSource": true,
|
|
39442
|
+
"$type": "color"
|
|
39443
|
+
},
|
|
39444
|
+
"dark-dimmed-high-contrast": {
|
|
39445
|
+
"$value": "#ba9b12",
|
|
39446
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39447
|
+
"isSource": true,
|
|
39448
|
+
"$type": "color"
|
|
39449
|
+
},
|
|
39450
|
+
"dark-tritanopia-high-contrast": {
|
|
39451
|
+
"$value": "#ba9b12",
|
|
39452
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39453
|
+
"isSource": true,
|
|
39454
|
+
"$type": "color"
|
|
39455
|
+
},
|
|
39456
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39457
|
+
"$value": "#ba9b12",
|
|
39458
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39459
|
+
"isSource": true,
|
|
39460
|
+
"$type": "color"
|
|
39461
|
+
},
|
|
39462
|
+
"light-tritanopia-high-contrast": {
|
|
39463
|
+
"$value": "#ba9b12",
|
|
39464
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39465
|
+
"isSource": true,
|
|
39466
|
+
"$type": "color"
|
|
39467
|
+
},
|
|
39468
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39469
|
+
"$value": "#ba9b12",
|
|
38280
39470
|
"filePath": "src/tokens/component/label.json5",
|
|
38281
39471
|
"isSource": true,
|
|
38282
39472
|
"$type": "color"
|
|
@@ -38286,39 +39476,132 @@
|
|
|
38286
39476
|
"filePath": "src/tokens/component/label.json5",
|
|
38287
39477
|
"isSource": true,
|
|
38288
39478
|
"original": {
|
|
38289
|
-
"$value": "{base.
|
|
39479
|
+
"$value": "{base.color.transparent}",
|
|
38290
39480
|
"$type": "color",
|
|
38291
39481
|
"$extensions": {
|
|
38292
39482
|
"org.primer.figma": {
|
|
38293
39483
|
"collection": "mode",
|
|
38294
39484
|
"group": "component",
|
|
38295
|
-
"scopes": ["
|
|
39485
|
+
"scopes": ["borderColor"]
|
|
38296
39486
|
},
|
|
38297
39487
|
"org.primer.overrides": {
|
|
38298
39488
|
"dark": {
|
|
38299
|
-
"$value": "{base.
|
|
39489
|
+
"$value": "{base.color.transparent}",
|
|
38300
39490
|
"filePath": "src/tokens/component/label.json5",
|
|
38301
39491
|
"isSource": true,
|
|
38302
39492
|
"$type": "color"
|
|
38303
|
-
}
|
|
38304
|
-
|
|
38305
|
-
|
|
38306
|
-
|
|
38307
|
-
|
|
38308
|
-
|
|
38309
|
-
|
|
38310
|
-
|
|
38311
|
-
|
|
38312
|
-
|
|
38313
|
-
|
|
38314
|
-
|
|
38315
|
-
|
|
38316
|
-
|
|
38317
|
-
|
|
38318
|
-
|
|
38319
|
-
|
|
38320
|
-
|
|
38321
|
-
|
|
39493
|
+
},
|
|
39494
|
+
"dark-dimmed": {
|
|
39495
|
+
"$value": "{base.color.transparent}",
|
|
39496
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39497
|
+
"isSource": true,
|
|
39498
|
+
"$type": "color"
|
|
39499
|
+
},
|
|
39500
|
+
"light-high-contrast": {
|
|
39501
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39502
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39503
|
+
"isSource": true,
|
|
39504
|
+
"$type": "color"
|
|
39505
|
+
},
|
|
39506
|
+
"dark-high-contrast": {
|
|
39507
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39508
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39509
|
+
"isSource": true,
|
|
39510
|
+
"$type": "color"
|
|
39511
|
+
},
|
|
39512
|
+
"dark-dimmed-high-contrast": {
|
|
39513
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39514
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39515
|
+
"isSource": true,
|
|
39516
|
+
"$type": "color"
|
|
39517
|
+
},
|
|
39518
|
+
"dark-tritanopia-high-contrast": {
|
|
39519
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39520
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39521
|
+
"isSource": true,
|
|
39522
|
+
"$type": "color"
|
|
39523
|
+
},
|
|
39524
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39525
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39526
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39527
|
+
"isSource": true,
|
|
39528
|
+
"$type": "color"
|
|
39529
|
+
},
|
|
39530
|
+
"light-tritanopia-high-contrast": {
|
|
39531
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39532
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39533
|
+
"isSource": true,
|
|
39534
|
+
"$type": "color"
|
|
39535
|
+
},
|
|
39536
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39537
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39538
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39539
|
+
"isSource": true,
|
|
39540
|
+
"$type": "color"
|
|
39541
|
+
}
|
|
39542
|
+
}
|
|
39543
|
+
},
|
|
39544
|
+
"key": "{label.lemon.borderColor}"
|
|
39545
|
+
},
|
|
39546
|
+
"name": "label-lemon-borderColor",
|
|
39547
|
+
"attributes": {},
|
|
39548
|
+
"path": ["label", "lemon", "borderColor"],
|
|
39549
|
+
"value": "#00000000",
|
|
39550
|
+
"type": "color"
|
|
39551
|
+
},
|
|
39552
|
+
"label-lemon-fgColor-active": {
|
|
39553
|
+
"key": "{label.lemon.fgColor.active}",
|
|
39554
|
+
"$extensions": {
|
|
39555
|
+
"org.primer.figma": {
|
|
39556
|
+
"collection": "mode",
|
|
39557
|
+
"group": "component",
|
|
39558
|
+
"scopes": ["fgColor"]
|
|
39559
|
+
},
|
|
39560
|
+
"org.primer.overrides": {
|
|
39561
|
+
"dark": {
|
|
39562
|
+
"$value": "#d7bc1d",
|
|
39563
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39564
|
+
"isSource": true,
|
|
39565
|
+
"$type": "color"
|
|
39566
|
+
}
|
|
39567
|
+
}
|
|
39568
|
+
},
|
|
39569
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39570
|
+
"isSource": true,
|
|
39571
|
+
"original": {
|
|
39572
|
+
"$value": "{base.display.color.lemon.8}",
|
|
39573
|
+
"$type": "color",
|
|
39574
|
+
"$extensions": {
|
|
39575
|
+
"org.primer.figma": {
|
|
39576
|
+
"collection": "mode",
|
|
39577
|
+
"group": "component",
|
|
39578
|
+
"scopes": ["fgColor"]
|
|
39579
|
+
},
|
|
39580
|
+
"org.primer.overrides": {
|
|
39581
|
+
"dark": {
|
|
39582
|
+
"$value": "{base.display.color.lemon.8}",
|
|
39583
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39584
|
+
"isSource": true,
|
|
39585
|
+
"$type": "color"
|
|
39586
|
+
}
|
|
39587
|
+
}
|
|
39588
|
+
},
|
|
39589
|
+
"key": "{label.lemon.fgColor.active}"
|
|
39590
|
+
},
|
|
39591
|
+
"name": "label-lemon-fgColor-active",
|
|
39592
|
+
"attributes": {},
|
|
39593
|
+
"path": ["label", "lemon", "fgColor", "active"],
|
|
39594
|
+
"value": "#d7bc1d",
|
|
39595
|
+
"type": "color"
|
|
39596
|
+
},
|
|
39597
|
+
"label-lemon-fgColor-hover": {
|
|
39598
|
+
"key": "{label.lemon.fgColor.hover}",
|
|
39599
|
+
"$extensions": {
|
|
39600
|
+
"org.primer.figma": {
|
|
39601
|
+
"collection": "mode",
|
|
39602
|
+
"group": "component",
|
|
39603
|
+
"scopes": ["fgColor"]
|
|
39604
|
+
},
|
|
38322
39605
|
"org.primer.overrides": {
|
|
38323
39606
|
"dark": {
|
|
38324
39607
|
"$value": "#c4a717",
|
|
@@ -38536,6 +39819,147 @@
|
|
|
38536
39819
|
"value": "#141f0f",
|
|
38537
39820
|
"type": "color"
|
|
38538
39821
|
},
|
|
39822
|
+
"label-lime-borderColor": {
|
|
39823
|
+
"key": "{label.lime.borderColor}",
|
|
39824
|
+
"$extensions": {
|
|
39825
|
+
"org.primer.figma": {
|
|
39826
|
+
"collection": "mode",
|
|
39827
|
+
"group": "component",
|
|
39828
|
+
"scopes": ["borderColor"]
|
|
39829
|
+
},
|
|
39830
|
+
"org.primer.overrides": {
|
|
39831
|
+
"dark": {
|
|
39832
|
+
"$value": "#00000000",
|
|
39833
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39834
|
+
"isSource": true,
|
|
39835
|
+
"$type": "color"
|
|
39836
|
+
},
|
|
39837
|
+
"dark-dimmed": {
|
|
39838
|
+
"$value": "#00000000",
|
|
39839
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39840
|
+
"isSource": true,
|
|
39841
|
+
"$type": "color"
|
|
39842
|
+
},
|
|
39843
|
+
"light-high-contrast": {
|
|
39844
|
+
"$value": "#7dae37",
|
|
39845
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39846
|
+
"isSource": true,
|
|
39847
|
+
"$type": "color"
|
|
39848
|
+
},
|
|
39849
|
+
"dark-high-contrast": {
|
|
39850
|
+
"$value": "#7dae37",
|
|
39851
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39852
|
+
"isSource": true,
|
|
39853
|
+
"$type": "color"
|
|
39854
|
+
},
|
|
39855
|
+
"dark-dimmed-high-contrast": {
|
|
39856
|
+
"$value": "#7dae37",
|
|
39857
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39858
|
+
"isSource": true,
|
|
39859
|
+
"$type": "color"
|
|
39860
|
+
},
|
|
39861
|
+
"dark-tritanopia-high-contrast": {
|
|
39862
|
+
"$value": "#7dae37",
|
|
39863
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39864
|
+
"isSource": true,
|
|
39865
|
+
"$type": "color"
|
|
39866
|
+
},
|
|
39867
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39868
|
+
"$value": "#7dae37",
|
|
39869
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39870
|
+
"isSource": true,
|
|
39871
|
+
"$type": "color"
|
|
39872
|
+
},
|
|
39873
|
+
"light-tritanopia-high-contrast": {
|
|
39874
|
+
"$value": "#7dae37",
|
|
39875
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39876
|
+
"isSource": true,
|
|
39877
|
+
"$type": "color"
|
|
39878
|
+
},
|
|
39879
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39880
|
+
"$value": "#7dae37",
|
|
39881
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39882
|
+
"isSource": true,
|
|
39883
|
+
"$type": "color"
|
|
39884
|
+
}
|
|
39885
|
+
}
|
|
39886
|
+
},
|
|
39887
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39888
|
+
"isSource": true,
|
|
39889
|
+
"original": {
|
|
39890
|
+
"$value": "{base.color.transparent}",
|
|
39891
|
+
"$type": "color",
|
|
39892
|
+
"$extensions": {
|
|
39893
|
+
"org.primer.figma": {
|
|
39894
|
+
"collection": "mode",
|
|
39895
|
+
"group": "component",
|
|
39896
|
+
"scopes": ["borderColor"]
|
|
39897
|
+
},
|
|
39898
|
+
"org.primer.overrides": {
|
|
39899
|
+
"dark": {
|
|
39900
|
+
"$value": "{base.color.transparent}",
|
|
39901
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39902
|
+
"isSource": true,
|
|
39903
|
+
"$type": "color"
|
|
39904
|
+
},
|
|
39905
|
+
"dark-dimmed": {
|
|
39906
|
+
"$value": "{base.color.transparent}",
|
|
39907
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39908
|
+
"isSource": true,
|
|
39909
|
+
"$type": "color"
|
|
39910
|
+
},
|
|
39911
|
+
"light-high-contrast": {
|
|
39912
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39913
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39914
|
+
"isSource": true,
|
|
39915
|
+
"$type": "color"
|
|
39916
|
+
},
|
|
39917
|
+
"dark-high-contrast": {
|
|
39918
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39919
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39920
|
+
"isSource": true,
|
|
39921
|
+
"$type": "color"
|
|
39922
|
+
},
|
|
39923
|
+
"dark-dimmed-high-contrast": {
|
|
39924
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39925
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39926
|
+
"isSource": true,
|
|
39927
|
+
"$type": "color"
|
|
39928
|
+
},
|
|
39929
|
+
"dark-tritanopia-high-contrast": {
|
|
39930
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39931
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39932
|
+
"isSource": true,
|
|
39933
|
+
"$type": "color"
|
|
39934
|
+
},
|
|
39935
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39936
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39937
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39938
|
+
"isSource": true,
|
|
39939
|
+
"$type": "color"
|
|
39940
|
+
},
|
|
39941
|
+
"light-tritanopia-high-contrast": {
|
|
39942
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39943
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39944
|
+
"isSource": true,
|
|
39945
|
+
"$type": "color"
|
|
39946
|
+
},
|
|
39947
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39948
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39949
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39950
|
+
"isSource": true,
|
|
39951
|
+
"$type": "color"
|
|
39952
|
+
}
|
|
39953
|
+
}
|
|
39954
|
+
},
|
|
39955
|
+
"key": "{label.lime.borderColor}"
|
|
39956
|
+
},
|
|
39957
|
+
"name": "label-lime-borderColor",
|
|
39958
|
+
"attributes": {},
|
|
39959
|
+
"path": ["label", "lime", "borderColor"],
|
|
39960
|
+
"value": "#00000000",
|
|
39961
|
+
"type": "color"
|
|
39962
|
+
},
|
|
38539
39963
|
"label-lime-fgColor-active": {
|
|
38540
39964
|
"key": "{label.lime.fgColor.active}",
|
|
38541
39965
|
"$extensions": {
|
|
@@ -38806,40 +40230,181 @@
|
|
|
38806
40230
|
"value": "#171e0b",
|
|
38807
40231
|
"type": "color"
|
|
38808
40232
|
},
|
|
38809
|
-
"label-olive-
|
|
38810
|
-
"key": "{label.olive.
|
|
40233
|
+
"label-olive-borderColor": {
|
|
40234
|
+
"key": "{label.olive.borderColor}",
|
|
38811
40235
|
"$extensions": {
|
|
38812
40236
|
"org.primer.figma": {
|
|
38813
40237
|
"collection": "mode",
|
|
38814
40238
|
"group": "component",
|
|
38815
|
-
"scopes": ["
|
|
40239
|
+
"scopes": ["borderColor"]
|
|
38816
40240
|
},
|
|
38817
40241
|
"org.primer.overrides": {
|
|
38818
40242
|
"dark": {
|
|
38819
|
-
"$value": "#
|
|
40243
|
+
"$value": "#00000000",
|
|
38820
40244
|
"filePath": "src/tokens/component/label.json5",
|
|
38821
40245
|
"isSource": true,
|
|
38822
40246
|
"$type": "color"
|
|
38823
|
-
}
|
|
38824
|
-
}
|
|
38825
|
-
},
|
|
38826
|
-
"filePath": "src/tokens/component/label.json5",
|
|
38827
|
-
"isSource": true,
|
|
38828
|
-
"original": {
|
|
38829
|
-
"$value": "{base.display.color.olive.8}",
|
|
38830
|
-
"$type": "color",
|
|
38831
|
-
"$extensions": {
|
|
38832
|
-
"org.primer.figma": {
|
|
38833
|
-
"collection": "mode",
|
|
38834
|
-
"group": "component",
|
|
38835
|
-
"scopes": ["fgColor"]
|
|
38836
40247
|
},
|
|
38837
|
-
"
|
|
38838
|
-
"
|
|
38839
|
-
|
|
38840
|
-
|
|
38841
|
-
|
|
38842
|
-
|
|
40248
|
+
"dark-dimmed": {
|
|
40249
|
+
"$value": "#00000000",
|
|
40250
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40251
|
+
"isSource": true,
|
|
40252
|
+
"$type": "color"
|
|
40253
|
+
},
|
|
40254
|
+
"light-high-contrast": {
|
|
40255
|
+
"$value": "#a2a626",
|
|
40256
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40257
|
+
"isSource": true,
|
|
40258
|
+
"$type": "color"
|
|
40259
|
+
},
|
|
40260
|
+
"dark-high-contrast": {
|
|
40261
|
+
"$value": "#a2a626",
|
|
40262
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40263
|
+
"isSource": true,
|
|
40264
|
+
"$type": "color"
|
|
40265
|
+
},
|
|
40266
|
+
"dark-dimmed-high-contrast": {
|
|
40267
|
+
"$value": "#a2a626",
|
|
40268
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40269
|
+
"isSource": true,
|
|
40270
|
+
"$type": "color"
|
|
40271
|
+
},
|
|
40272
|
+
"dark-tritanopia-high-contrast": {
|
|
40273
|
+
"$value": "#a2a626",
|
|
40274
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40275
|
+
"isSource": true,
|
|
40276
|
+
"$type": "color"
|
|
40277
|
+
},
|
|
40278
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40279
|
+
"$value": "#a2a626",
|
|
40280
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40281
|
+
"isSource": true,
|
|
40282
|
+
"$type": "color"
|
|
40283
|
+
},
|
|
40284
|
+
"light-tritanopia-high-contrast": {
|
|
40285
|
+
"$value": "#a2a626",
|
|
40286
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40287
|
+
"isSource": true,
|
|
40288
|
+
"$type": "color"
|
|
40289
|
+
},
|
|
40290
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40291
|
+
"$value": "#a2a626",
|
|
40292
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40293
|
+
"isSource": true,
|
|
40294
|
+
"$type": "color"
|
|
40295
|
+
}
|
|
40296
|
+
}
|
|
40297
|
+
},
|
|
40298
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40299
|
+
"isSource": true,
|
|
40300
|
+
"original": {
|
|
40301
|
+
"$value": "{base.color.transparent}",
|
|
40302
|
+
"$type": "color",
|
|
40303
|
+
"$extensions": {
|
|
40304
|
+
"org.primer.figma": {
|
|
40305
|
+
"collection": "mode",
|
|
40306
|
+
"group": "component",
|
|
40307
|
+
"scopes": ["borderColor"]
|
|
40308
|
+
},
|
|
40309
|
+
"org.primer.overrides": {
|
|
40310
|
+
"dark": {
|
|
40311
|
+
"$value": "{base.color.transparent}",
|
|
40312
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40313
|
+
"isSource": true,
|
|
40314
|
+
"$type": "color"
|
|
40315
|
+
},
|
|
40316
|
+
"dark-dimmed": {
|
|
40317
|
+
"$value": "{base.color.transparent}",
|
|
40318
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40319
|
+
"isSource": true,
|
|
40320
|
+
"$type": "color"
|
|
40321
|
+
},
|
|
40322
|
+
"light-high-contrast": {
|
|
40323
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40324
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40325
|
+
"isSource": true,
|
|
40326
|
+
"$type": "color"
|
|
40327
|
+
},
|
|
40328
|
+
"dark-high-contrast": {
|
|
40329
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40330
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40331
|
+
"isSource": true,
|
|
40332
|
+
"$type": "color"
|
|
40333
|
+
},
|
|
40334
|
+
"dark-dimmed-high-contrast": {
|
|
40335
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40336
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40337
|
+
"isSource": true,
|
|
40338
|
+
"$type": "color"
|
|
40339
|
+
},
|
|
40340
|
+
"dark-tritanopia-high-contrast": {
|
|
40341
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40342
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40343
|
+
"isSource": true,
|
|
40344
|
+
"$type": "color"
|
|
40345
|
+
},
|
|
40346
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40347
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40348
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40349
|
+
"isSource": true,
|
|
40350
|
+
"$type": "color"
|
|
40351
|
+
},
|
|
40352
|
+
"light-tritanopia-high-contrast": {
|
|
40353
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40354
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40355
|
+
"isSource": true,
|
|
40356
|
+
"$type": "color"
|
|
40357
|
+
},
|
|
40358
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40359
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40360
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40361
|
+
"isSource": true,
|
|
40362
|
+
"$type": "color"
|
|
40363
|
+
}
|
|
40364
|
+
}
|
|
40365
|
+
},
|
|
40366
|
+
"key": "{label.olive.borderColor}"
|
|
40367
|
+
},
|
|
40368
|
+
"name": "label-olive-borderColor",
|
|
40369
|
+
"attributes": {},
|
|
40370
|
+
"path": ["label", "olive", "borderColor"],
|
|
40371
|
+
"value": "#00000000",
|
|
40372
|
+
"type": "color"
|
|
40373
|
+
},
|
|
40374
|
+
"label-olive-fgColor-active": {
|
|
40375
|
+
"key": "{label.olive.fgColor.active}",
|
|
40376
|
+
"$extensions": {
|
|
40377
|
+
"org.primer.figma": {
|
|
40378
|
+
"collection": "mode",
|
|
40379
|
+
"group": "component",
|
|
40380
|
+
"scopes": ["fgColor"]
|
|
40381
|
+
},
|
|
40382
|
+
"org.primer.overrides": {
|
|
40383
|
+
"dark": {
|
|
40384
|
+
"$value": "#cbc025",
|
|
40385
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40386
|
+
"isSource": true,
|
|
40387
|
+
"$type": "color"
|
|
40388
|
+
}
|
|
40389
|
+
}
|
|
40390
|
+
},
|
|
40391
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40392
|
+
"isSource": true,
|
|
40393
|
+
"original": {
|
|
40394
|
+
"$value": "{base.display.color.olive.8}",
|
|
40395
|
+
"$type": "color",
|
|
40396
|
+
"$extensions": {
|
|
40397
|
+
"org.primer.figma": {
|
|
40398
|
+
"collection": "mode",
|
|
40399
|
+
"group": "component",
|
|
40400
|
+
"scopes": ["fgColor"]
|
|
40401
|
+
},
|
|
40402
|
+
"org.primer.overrides": {
|
|
40403
|
+
"dark": {
|
|
40404
|
+
"$value": "{base.display.color.olive.8}",
|
|
40405
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40406
|
+
"isSource": true,
|
|
40407
|
+
"$type": "color"
|
|
38843
40408
|
}
|
|
38844
40409
|
}
|
|
38845
40410
|
},
|
|
@@ -39076,17 +40641,65 @@
|
|
|
39076
40641
|
"value": "#311708",
|
|
39077
40642
|
"type": "color"
|
|
39078
40643
|
},
|
|
39079
|
-
"label-orange-
|
|
39080
|
-
"key": "{label.orange.
|
|
40644
|
+
"label-orange-borderColor": {
|
|
40645
|
+
"key": "{label.orange.borderColor}",
|
|
39081
40646
|
"$extensions": {
|
|
39082
40647
|
"org.primer.figma": {
|
|
39083
40648
|
"collection": "mode",
|
|
39084
40649
|
"group": "component",
|
|
39085
|
-
"scopes": ["
|
|
40650
|
+
"scopes": ["borderColor"]
|
|
39086
40651
|
},
|
|
39087
40652
|
"org.primer.overrides": {
|
|
39088
40653
|
"dark": {
|
|
39089
|
-
"$value": "#
|
|
40654
|
+
"$value": "#00000000",
|
|
40655
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40656
|
+
"isSource": true,
|
|
40657
|
+
"$type": "color"
|
|
40658
|
+
},
|
|
40659
|
+
"dark-dimmed": {
|
|
40660
|
+
"$value": "#00000000",
|
|
40661
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40662
|
+
"isSource": true,
|
|
40663
|
+
"$type": "color"
|
|
40664
|
+
},
|
|
40665
|
+
"light-high-contrast": {
|
|
40666
|
+
"$value": "#ed8326",
|
|
40667
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40668
|
+
"isSource": true,
|
|
40669
|
+
"$type": "color"
|
|
40670
|
+
},
|
|
40671
|
+
"dark-high-contrast": {
|
|
40672
|
+
"$value": "#ed8326",
|
|
40673
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40674
|
+
"isSource": true,
|
|
40675
|
+
"$type": "color"
|
|
40676
|
+
},
|
|
40677
|
+
"dark-dimmed-high-contrast": {
|
|
40678
|
+
"$value": "#ed8326",
|
|
40679
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40680
|
+
"isSource": true,
|
|
40681
|
+
"$type": "color"
|
|
40682
|
+
},
|
|
40683
|
+
"dark-tritanopia-high-contrast": {
|
|
40684
|
+
"$value": "#ed8326",
|
|
40685
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40686
|
+
"isSource": true,
|
|
40687
|
+
"$type": "color"
|
|
40688
|
+
},
|
|
40689
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40690
|
+
"$value": "#ed8326",
|
|
40691
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40692
|
+
"isSource": true,
|
|
40693
|
+
"$type": "color"
|
|
40694
|
+
},
|
|
40695
|
+
"light-tritanopia-high-contrast": {
|
|
40696
|
+
"$value": "#ed8326",
|
|
40697
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40698
|
+
"isSource": true,
|
|
40699
|
+
"$type": "color"
|
|
40700
|
+
},
|
|
40701
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40702
|
+
"$value": "#ed8326",
|
|
39090
40703
|
"filePath": "src/tokens/component/label.json5",
|
|
39091
40704
|
"isSource": true,
|
|
39092
40705
|
"$type": "color"
|
|
@@ -39096,29 +40709,122 @@
|
|
|
39096
40709
|
"filePath": "src/tokens/component/label.json5",
|
|
39097
40710
|
"isSource": true,
|
|
39098
40711
|
"original": {
|
|
39099
|
-
"$value": "{base.
|
|
40712
|
+
"$value": "{base.color.transparent}",
|
|
39100
40713
|
"$type": "color",
|
|
39101
40714
|
"$extensions": {
|
|
39102
40715
|
"org.primer.figma": {
|
|
39103
40716
|
"collection": "mode",
|
|
39104
40717
|
"group": "component",
|
|
39105
|
-
"scopes": ["
|
|
40718
|
+
"scopes": ["borderColor"]
|
|
39106
40719
|
},
|
|
39107
40720
|
"org.primer.overrides": {
|
|
39108
40721
|
"dark": {
|
|
39109
|
-
"$value": "{base.
|
|
40722
|
+
"$value": "{base.color.transparent}",
|
|
40723
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40724
|
+
"isSource": true,
|
|
40725
|
+
"$type": "color"
|
|
40726
|
+
},
|
|
40727
|
+
"dark-dimmed": {
|
|
40728
|
+
"$value": "{base.color.transparent}",
|
|
40729
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40730
|
+
"isSource": true,
|
|
40731
|
+
"$type": "color"
|
|
40732
|
+
},
|
|
40733
|
+
"light-high-contrast": {
|
|
40734
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40735
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40736
|
+
"isSource": true,
|
|
40737
|
+
"$type": "color"
|
|
40738
|
+
},
|
|
40739
|
+
"dark-high-contrast": {
|
|
40740
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40741
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40742
|
+
"isSource": true,
|
|
40743
|
+
"$type": "color"
|
|
40744
|
+
},
|
|
40745
|
+
"dark-dimmed-high-contrast": {
|
|
40746
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40747
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40748
|
+
"isSource": true,
|
|
40749
|
+
"$type": "color"
|
|
40750
|
+
},
|
|
40751
|
+
"dark-tritanopia-high-contrast": {
|
|
40752
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40753
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40754
|
+
"isSource": true,
|
|
40755
|
+
"$type": "color"
|
|
40756
|
+
},
|
|
40757
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40758
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40759
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40760
|
+
"isSource": true,
|
|
40761
|
+
"$type": "color"
|
|
40762
|
+
},
|
|
40763
|
+
"light-tritanopia-high-contrast": {
|
|
40764
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40765
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40766
|
+
"isSource": true,
|
|
40767
|
+
"$type": "color"
|
|
40768
|
+
},
|
|
40769
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40770
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
39110
40771
|
"filePath": "src/tokens/component/label.json5",
|
|
39111
40772
|
"isSource": true,
|
|
39112
40773
|
"$type": "color"
|
|
39113
40774
|
}
|
|
39114
40775
|
}
|
|
39115
40776
|
},
|
|
39116
|
-
"key": "{label.orange.
|
|
40777
|
+
"key": "{label.orange.borderColor}"
|
|
39117
40778
|
},
|
|
39118
|
-
"name": "label-orange-
|
|
40779
|
+
"name": "label-orange-borderColor",
|
|
39119
40780
|
"attributes": {},
|
|
39120
|
-
"path": ["label", "orange", "
|
|
39121
|
-
"value": "#
|
|
40781
|
+
"path": ["label", "orange", "borderColor"],
|
|
40782
|
+
"value": "#00000000",
|
|
40783
|
+
"type": "color"
|
|
40784
|
+
},
|
|
40785
|
+
"label-orange-fgColor-active": {
|
|
40786
|
+
"key": "{label.orange.fgColor.active}",
|
|
40787
|
+
"$extensions": {
|
|
40788
|
+
"org.primer.figma": {
|
|
40789
|
+
"collection": "mode",
|
|
40790
|
+
"group": "component",
|
|
40791
|
+
"scopes": ["fgColor"]
|
|
40792
|
+
},
|
|
40793
|
+
"org.primer.overrides": {
|
|
40794
|
+
"dark": {
|
|
40795
|
+
"$value": "#f6b06a",
|
|
40796
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40797
|
+
"isSource": true,
|
|
40798
|
+
"$type": "color"
|
|
40799
|
+
}
|
|
40800
|
+
}
|
|
40801
|
+
},
|
|
40802
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40803
|
+
"isSource": true,
|
|
40804
|
+
"original": {
|
|
40805
|
+
"$value": "{base.display.color.orange.8}",
|
|
40806
|
+
"$type": "color",
|
|
40807
|
+
"$extensions": {
|
|
40808
|
+
"org.primer.figma": {
|
|
40809
|
+
"collection": "mode",
|
|
40810
|
+
"group": "component",
|
|
40811
|
+
"scopes": ["fgColor"]
|
|
40812
|
+
},
|
|
40813
|
+
"org.primer.overrides": {
|
|
40814
|
+
"dark": {
|
|
40815
|
+
"$value": "{base.display.color.orange.8}",
|
|
40816
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40817
|
+
"isSource": true,
|
|
40818
|
+
"$type": "color"
|
|
40819
|
+
}
|
|
40820
|
+
}
|
|
40821
|
+
},
|
|
40822
|
+
"key": "{label.orange.fgColor.active}"
|
|
40823
|
+
},
|
|
40824
|
+
"name": "label-orange-fgColor-active",
|
|
40825
|
+
"attributes": {},
|
|
40826
|
+
"path": ["label", "orange", "fgColor", "active"],
|
|
40827
|
+
"value": "#f6b06a",
|
|
39122
40828
|
"type": "color"
|
|
39123
40829
|
},
|
|
39124
40830
|
"label-orange-fgColor-hover": {
|
|
@@ -39346,6 +41052,147 @@
|
|
|
39346
41052
|
"value": "#082119",
|
|
39347
41053
|
"type": "color"
|
|
39348
41054
|
},
|
|
41055
|
+
"label-pine-borderColor": {
|
|
41056
|
+
"key": "{label.pine.borderColor}",
|
|
41057
|
+
"$extensions": {
|
|
41058
|
+
"org.primer.figma": {
|
|
41059
|
+
"collection": "mode",
|
|
41060
|
+
"group": "component",
|
|
41061
|
+
"scopes": ["borderColor"]
|
|
41062
|
+
},
|
|
41063
|
+
"org.primer.overrides": {
|
|
41064
|
+
"dark": {
|
|
41065
|
+
"$value": "#00000000",
|
|
41066
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41067
|
+
"isSource": true,
|
|
41068
|
+
"$type": "color"
|
|
41069
|
+
},
|
|
41070
|
+
"dark-dimmed": {
|
|
41071
|
+
"$value": "#00000000",
|
|
41072
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41073
|
+
"isSource": true,
|
|
41074
|
+
"$type": "color"
|
|
41075
|
+
},
|
|
41076
|
+
"light-high-contrast": {
|
|
41077
|
+
"$value": "#1bb673",
|
|
41078
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41079
|
+
"isSource": true,
|
|
41080
|
+
"$type": "color"
|
|
41081
|
+
},
|
|
41082
|
+
"dark-high-contrast": {
|
|
41083
|
+
"$value": "#1bb673",
|
|
41084
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41085
|
+
"isSource": true,
|
|
41086
|
+
"$type": "color"
|
|
41087
|
+
},
|
|
41088
|
+
"dark-dimmed-high-contrast": {
|
|
41089
|
+
"$value": "#1bb673",
|
|
41090
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41091
|
+
"isSource": true,
|
|
41092
|
+
"$type": "color"
|
|
41093
|
+
},
|
|
41094
|
+
"dark-tritanopia-high-contrast": {
|
|
41095
|
+
"$value": "#1bb673",
|
|
41096
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41097
|
+
"isSource": true,
|
|
41098
|
+
"$type": "color"
|
|
41099
|
+
},
|
|
41100
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41101
|
+
"$value": "#1bb673",
|
|
41102
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41103
|
+
"isSource": true,
|
|
41104
|
+
"$type": "color"
|
|
41105
|
+
},
|
|
41106
|
+
"light-tritanopia-high-contrast": {
|
|
41107
|
+
"$value": "#1bb673",
|
|
41108
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41109
|
+
"isSource": true,
|
|
41110
|
+
"$type": "color"
|
|
41111
|
+
},
|
|
41112
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41113
|
+
"$value": "#1bb673",
|
|
41114
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41115
|
+
"isSource": true,
|
|
41116
|
+
"$type": "color"
|
|
41117
|
+
}
|
|
41118
|
+
}
|
|
41119
|
+
},
|
|
41120
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41121
|
+
"isSource": true,
|
|
41122
|
+
"original": {
|
|
41123
|
+
"$value": "{base.color.transparent}",
|
|
41124
|
+
"$type": "color",
|
|
41125
|
+
"$extensions": {
|
|
41126
|
+
"org.primer.figma": {
|
|
41127
|
+
"collection": "mode",
|
|
41128
|
+
"group": "component",
|
|
41129
|
+
"scopes": ["borderColor"]
|
|
41130
|
+
},
|
|
41131
|
+
"org.primer.overrides": {
|
|
41132
|
+
"dark": {
|
|
41133
|
+
"$value": "{base.color.transparent}",
|
|
41134
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41135
|
+
"isSource": true,
|
|
41136
|
+
"$type": "color"
|
|
41137
|
+
},
|
|
41138
|
+
"dark-dimmed": {
|
|
41139
|
+
"$value": "{base.color.transparent}",
|
|
41140
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41141
|
+
"isSource": true,
|
|
41142
|
+
"$type": "color"
|
|
41143
|
+
},
|
|
41144
|
+
"light-high-contrast": {
|
|
41145
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41146
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41147
|
+
"isSource": true,
|
|
41148
|
+
"$type": "color"
|
|
41149
|
+
},
|
|
41150
|
+
"dark-high-contrast": {
|
|
41151
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41152
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41153
|
+
"isSource": true,
|
|
41154
|
+
"$type": "color"
|
|
41155
|
+
},
|
|
41156
|
+
"dark-dimmed-high-contrast": {
|
|
41157
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41158
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41159
|
+
"isSource": true,
|
|
41160
|
+
"$type": "color"
|
|
41161
|
+
},
|
|
41162
|
+
"dark-tritanopia-high-contrast": {
|
|
41163
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41164
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41165
|
+
"isSource": true,
|
|
41166
|
+
"$type": "color"
|
|
41167
|
+
},
|
|
41168
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41169
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41170
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41171
|
+
"isSource": true,
|
|
41172
|
+
"$type": "color"
|
|
41173
|
+
},
|
|
41174
|
+
"light-tritanopia-high-contrast": {
|
|
41175
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41176
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41177
|
+
"isSource": true,
|
|
41178
|
+
"$type": "color"
|
|
41179
|
+
},
|
|
41180
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41181
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41182
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41183
|
+
"isSource": true,
|
|
41184
|
+
"$type": "color"
|
|
41185
|
+
}
|
|
41186
|
+
}
|
|
41187
|
+
},
|
|
41188
|
+
"key": "{label.pine.borderColor}"
|
|
41189
|
+
},
|
|
41190
|
+
"name": "label-pine-borderColor",
|
|
41191
|
+
"attributes": {},
|
|
41192
|
+
"path": ["label", "pine", "borderColor"],
|
|
41193
|
+
"value": "#00000000",
|
|
41194
|
+
"type": "color"
|
|
41195
|
+
},
|
|
39349
41196
|
"label-pine-fgColor-active": {
|
|
39350
41197
|
"key": "{label.pine.fgColor.active}",
|
|
39351
41198
|
"$extensions": {
|
|
@@ -39616,17 +41463,65 @@
|
|
|
39616
41463
|
"value": "#2d1524",
|
|
39617
41464
|
"type": "color"
|
|
39618
41465
|
},
|
|
39619
|
-
"label-pink-
|
|
39620
|
-
"key": "{label.pink.
|
|
41466
|
+
"label-pink-borderColor": {
|
|
41467
|
+
"key": "{label.pink.borderColor}",
|
|
39621
41468
|
"$extensions": {
|
|
39622
41469
|
"org.primer.figma": {
|
|
39623
41470
|
"collection": "mode",
|
|
39624
41471
|
"group": "component",
|
|
39625
|
-
"scopes": ["
|
|
41472
|
+
"scopes": ["borderColor"]
|
|
39626
41473
|
},
|
|
39627
41474
|
"org.primer.overrides": {
|
|
39628
41475
|
"dark": {
|
|
39629
|
-
"$value": "#
|
|
41476
|
+
"$value": "#00000000",
|
|
41477
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41478
|
+
"isSource": true,
|
|
41479
|
+
"$type": "color"
|
|
41480
|
+
},
|
|
41481
|
+
"dark-dimmed": {
|
|
41482
|
+
"$value": "#00000000",
|
|
41483
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41484
|
+
"isSource": true,
|
|
41485
|
+
"$type": "color"
|
|
41486
|
+
},
|
|
41487
|
+
"light-high-contrast": {
|
|
41488
|
+
"$value": "#e57bb2",
|
|
41489
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41490
|
+
"isSource": true,
|
|
41491
|
+
"$type": "color"
|
|
41492
|
+
},
|
|
41493
|
+
"dark-high-contrast": {
|
|
41494
|
+
"$value": "#e57bb2",
|
|
41495
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41496
|
+
"isSource": true,
|
|
41497
|
+
"$type": "color"
|
|
41498
|
+
},
|
|
41499
|
+
"dark-dimmed-high-contrast": {
|
|
41500
|
+
"$value": "#e57bb2",
|
|
41501
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41502
|
+
"isSource": true,
|
|
41503
|
+
"$type": "color"
|
|
41504
|
+
},
|
|
41505
|
+
"dark-tritanopia-high-contrast": {
|
|
41506
|
+
"$value": "#e57bb2",
|
|
41507
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41508
|
+
"isSource": true,
|
|
41509
|
+
"$type": "color"
|
|
41510
|
+
},
|
|
41511
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41512
|
+
"$value": "#e57bb2",
|
|
41513
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41514
|
+
"isSource": true,
|
|
41515
|
+
"$type": "color"
|
|
41516
|
+
},
|
|
41517
|
+
"light-tritanopia-high-contrast": {
|
|
41518
|
+
"$value": "#e57bb2",
|
|
41519
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41520
|
+
"isSource": true,
|
|
41521
|
+
"$type": "color"
|
|
41522
|
+
},
|
|
41523
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41524
|
+
"$value": "#e57bb2",
|
|
39630
41525
|
"filePath": "src/tokens/component/label.json5",
|
|
39631
41526
|
"isSource": true,
|
|
39632
41527
|
"$type": "color"
|
|
@@ -39636,42 +41531,135 @@
|
|
|
39636
41531
|
"filePath": "src/tokens/component/label.json5",
|
|
39637
41532
|
"isSource": true,
|
|
39638
41533
|
"original": {
|
|
39639
|
-
"$value": "{base.
|
|
41534
|
+
"$value": "{base.color.transparent}",
|
|
39640
41535
|
"$type": "color",
|
|
39641
41536
|
"$extensions": {
|
|
39642
41537
|
"org.primer.figma": {
|
|
39643
41538
|
"collection": "mode",
|
|
39644
41539
|
"group": "component",
|
|
39645
|
-
"scopes": ["
|
|
41540
|
+
"scopes": ["borderColor"]
|
|
39646
41541
|
},
|
|
39647
41542
|
"org.primer.overrides": {
|
|
39648
41543
|
"dark": {
|
|
39649
|
-
"$value": "{base.
|
|
41544
|
+
"$value": "{base.color.transparent}",
|
|
39650
41545
|
"filePath": "src/tokens/component/label.json5",
|
|
39651
41546
|
"isSource": true,
|
|
39652
41547
|
"$type": "color"
|
|
39653
|
-
}
|
|
39654
|
-
|
|
39655
|
-
|
|
39656
|
-
|
|
39657
|
-
|
|
39658
|
-
|
|
39659
|
-
|
|
39660
|
-
|
|
39661
|
-
|
|
39662
|
-
|
|
39663
|
-
|
|
39664
|
-
|
|
39665
|
-
|
|
39666
|
-
|
|
39667
|
-
|
|
39668
|
-
|
|
39669
|
-
|
|
39670
|
-
|
|
39671
|
-
|
|
39672
|
-
|
|
39673
|
-
|
|
39674
|
-
|
|
41548
|
+
},
|
|
41549
|
+
"dark-dimmed": {
|
|
41550
|
+
"$value": "{base.color.transparent}",
|
|
41551
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41552
|
+
"isSource": true,
|
|
41553
|
+
"$type": "color"
|
|
41554
|
+
},
|
|
41555
|
+
"light-high-contrast": {
|
|
41556
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41557
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41558
|
+
"isSource": true,
|
|
41559
|
+
"$type": "color"
|
|
41560
|
+
},
|
|
41561
|
+
"dark-high-contrast": {
|
|
41562
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41563
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41564
|
+
"isSource": true,
|
|
41565
|
+
"$type": "color"
|
|
41566
|
+
},
|
|
41567
|
+
"dark-dimmed-high-contrast": {
|
|
41568
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41569
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41570
|
+
"isSource": true,
|
|
41571
|
+
"$type": "color"
|
|
41572
|
+
},
|
|
41573
|
+
"dark-tritanopia-high-contrast": {
|
|
41574
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41575
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41576
|
+
"isSource": true,
|
|
41577
|
+
"$type": "color"
|
|
41578
|
+
},
|
|
41579
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41580
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41581
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41582
|
+
"isSource": true,
|
|
41583
|
+
"$type": "color"
|
|
41584
|
+
},
|
|
41585
|
+
"light-tritanopia-high-contrast": {
|
|
41586
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41587
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41588
|
+
"isSource": true,
|
|
41589
|
+
"$type": "color"
|
|
41590
|
+
},
|
|
41591
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41592
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41593
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41594
|
+
"isSource": true,
|
|
41595
|
+
"$type": "color"
|
|
41596
|
+
}
|
|
41597
|
+
}
|
|
41598
|
+
},
|
|
41599
|
+
"key": "{label.pink.borderColor}"
|
|
41600
|
+
},
|
|
41601
|
+
"name": "label-pink-borderColor",
|
|
41602
|
+
"attributes": {},
|
|
41603
|
+
"path": ["label", "pink", "borderColor"],
|
|
41604
|
+
"value": "#00000000",
|
|
41605
|
+
"type": "color"
|
|
41606
|
+
},
|
|
41607
|
+
"label-pink-fgColor-active": {
|
|
41608
|
+
"key": "{label.pink.fgColor.active}",
|
|
41609
|
+
"$extensions": {
|
|
41610
|
+
"org.primer.figma": {
|
|
41611
|
+
"collection": "mode",
|
|
41612
|
+
"group": "component",
|
|
41613
|
+
"scopes": ["fgColor"]
|
|
41614
|
+
},
|
|
41615
|
+
"org.primer.overrides": {
|
|
41616
|
+
"dark": {
|
|
41617
|
+
"$value": "#f4a9cd",
|
|
41618
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41619
|
+
"isSource": true,
|
|
41620
|
+
"$type": "color"
|
|
41621
|
+
}
|
|
41622
|
+
}
|
|
41623
|
+
},
|
|
41624
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41625
|
+
"isSource": true,
|
|
41626
|
+
"original": {
|
|
41627
|
+
"$value": "{base.display.color.pink.8}",
|
|
41628
|
+
"$type": "color",
|
|
41629
|
+
"$extensions": {
|
|
41630
|
+
"org.primer.figma": {
|
|
41631
|
+
"collection": "mode",
|
|
41632
|
+
"group": "component",
|
|
41633
|
+
"scopes": ["fgColor"]
|
|
41634
|
+
},
|
|
41635
|
+
"org.primer.overrides": {
|
|
41636
|
+
"dark": {
|
|
41637
|
+
"$value": "{base.display.color.pink.8}",
|
|
41638
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41639
|
+
"isSource": true,
|
|
41640
|
+
"$type": "color"
|
|
41641
|
+
}
|
|
41642
|
+
}
|
|
41643
|
+
},
|
|
41644
|
+
"key": "{label.pink.fgColor.active}"
|
|
41645
|
+
},
|
|
41646
|
+
"name": "label-pink-fgColor-active",
|
|
41647
|
+
"attributes": {},
|
|
41648
|
+
"path": ["label", "pink", "fgColor", "active"],
|
|
41649
|
+
"value": "#f4a9cd",
|
|
41650
|
+
"type": "color"
|
|
41651
|
+
},
|
|
41652
|
+
"label-pink-fgColor-hover": {
|
|
41653
|
+
"key": "{label.pink.fgColor.hover}",
|
|
41654
|
+
"$extensions": {
|
|
41655
|
+
"org.primer.figma": {
|
|
41656
|
+
"collection": "mode",
|
|
41657
|
+
"group": "component",
|
|
41658
|
+
"scopes": ["fgColor"]
|
|
41659
|
+
},
|
|
41660
|
+
"org.primer.overrides": {
|
|
41661
|
+
"dark": {
|
|
41662
|
+
"$value": "#ec8dbd",
|
|
39675
41663
|
"filePath": "src/tokens/component/label.json5",
|
|
39676
41664
|
"isSource": true,
|
|
39677
41665
|
"$type": "color"
|
|
@@ -39886,6 +41874,147 @@
|
|
|
39886
41874
|
"value": "#2a0e3f",
|
|
39887
41875
|
"type": "color"
|
|
39888
41876
|
},
|
|
41877
|
+
"label-plum-borderColor": {
|
|
41878
|
+
"key": "{label.plum.borderColor}",
|
|
41879
|
+
"$extensions": {
|
|
41880
|
+
"org.primer.figma": {
|
|
41881
|
+
"collection": "mode",
|
|
41882
|
+
"group": "component",
|
|
41883
|
+
"scopes": ["borderColor"]
|
|
41884
|
+
},
|
|
41885
|
+
"org.primer.overrides": {
|
|
41886
|
+
"dark": {
|
|
41887
|
+
"$value": "#00000000",
|
|
41888
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41889
|
+
"isSource": true,
|
|
41890
|
+
"$type": "color"
|
|
41891
|
+
},
|
|
41892
|
+
"dark-dimmed": {
|
|
41893
|
+
"$value": "#00000000",
|
|
41894
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41895
|
+
"isSource": true,
|
|
41896
|
+
"$type": "color"
|
|
41897
|
+
},
|
|
41898
|
+
"light-high-contrast": {
|
|
41899
|
+
"$value": "#d07ef7",
|
|
41900
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41901
|
+
"isSource": true,
|
|
41902
|
+
"$type": "color"
|
|
41903
|
+
},
|
|
41904
|
+
"dark-high-contrast": {
|
|
41905
|
+
"$value": "#d07ef7",
|
|
41906
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41907
|
+
"isSource": true,
|
|
41908
|
+
"$type": "color"
|
|
41909
|
+
},
|
|
41910
|
+
"dark-dimmed-high-contrast": {
|
|
41911
|
+
"$value": "#d07ef7",
|
|
41912
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41913
|
+
"isSource": true,
|
|
41914
|
+
"$type": "color"
|
|
41915
|
+
},
|
|
41916
|
+
"dark-tritanopia-high-contrast": {
|
|
41917
|
+
"$value": "#d07ef7",
|
|
41918
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41919
|
+
"isSource": true,
|
|
41920
|
+
"$type": "color"
|
|
41921
|
+
},
|
|
41922
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41923
|
+
"$value": "#d07ef7",
|
|
41924
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41925
|
+
"isSource": true,
|
|
41926
|
+
"$type": "color"
|
|
41927
|
+
},
|
|
41928
|
+
"light-tritanopia-high-contrast": {
|
|
41929
|
+
"$value": "#d07ef7",
|
|
41930
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41931
|
+
"isSource": true,
|
|
41932
|
+
"$type": "color"
|
|
41933
|
+
},
|
|
41934
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41935
|
+
"$value": "#d07ef7",
|
|
41936
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41937
|
+
"isSource": true,
|
|
41938
|
+
"$type": "color"
|
|
41939
|
+
}
|
|
41940
|
+
}
|
|
41941
|
+
},
|
|
41942
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41943
|
+
"isSource": true,
|
|
41944
|
+
"original": {
|
|
41945
|
+
"$value": "{base.color.transparent}",
|
|
41946
|
+
"$type": "color",
|
|
41947
|
+
"$extensions": {
|
|
41948
|
+
"org.primer.figma": {
|
|
41949
|
+
"collection": "mode",
|
|
41950
|
+
"group": "component",
|
|
41951
|
+
"scopes": ["borderColor"]
|
|
41952
|
+
},
|
|
41953
|
+
"org.primer.overrides": {
|
|
41954
|
+
"dark": {
|
|
41955
|
+
"$value": "{base.color.transparent}",
|
|
41956
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41957
|
+
"isSource": true,
|
|
41958
|
+
"$type": "color"
|
|
41959
|
+
},
|
|
41960
|
+
"dark-dimmed": {
|
|
41961
|
+
"$value": "{base.color.transparent}",
|
|
41962
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41963
|
+
"isSource": true,
|
|
41964
|
+
"$type": "color"
|
|
41965
|
+
},
|
|
41966
|
+
"light-high-contrast": {
|
|
41967
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41968
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41969
|
+
"isSource": true,
|
|
41970
|
+
"$type": "color"
|
|
41971
|
+
},
|
|
41972
|
+
"dark-high-contrast": {
|
|
41973
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41974
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41975
|
+
"isSource": true,
|
|
41976
|
+
"$type": "color"
|
|
41977
|
+
},
|
|
41978
|
+
"dark-dimmed-high-contrast": {
|
|
41979
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41980
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41981
|
+
"isSource": true,
|
|
41982
|
+
"$type": "color"
|
|
41983
|
+
},
|
|
41984
|
+
"dark-tritanopia-high-contrast": {
|
|
41985
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41986
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41987
|
+
"isSource": true,
|
|
41988
|
+
"$type": "color"
|
|
41989
|
+
},
|
|
41990
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41991
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41992
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41993
|
+
"isSource": true,
|
|
41994
|
+
"$type": "color"
|
|
41995
|
+
},
|
|
41996
|
+
"light-tritanopia-high-contrast": {
|
|
41997
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41998
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41999
|
+
"isSource": true,
|
|
42000
|
+
"$type": "color"
|
|
42001
|
+
},
|
|
42002
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42003
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
42004
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42005
|
+
"isSource": true,
|
|
42006
|
+
"$type": "color"
|
|
42007
|
+
}
|
|
42008
|
+
}
|
|
42009
|
+
},
|
|
42010
|
+
"key": "{label.plum.borderColor}"
|
|
42011
|
+
},
|
|
42012
|
+
"name": "label-plum-borderColor",
|
|
42013
|
+
"attributes": {},
|
|
42014
|
+
"path": ["label", "plum", "borderColor"],
|
|
42015
|
+
"value": "#00000000",
|
|
42016
|
+
"type": "color"
|
|
42017
|
+
},
|
|
39889
42018
|
"label-plum-fgColor-active": {
|
|
39890
42019
|
"key": "{label.plum.fgColor.active}",
|
|
39891
42020
|
"$extensions": {
|
|
@@ -40156,37 +42285,178 @@
|
|
|
40156
42285
|
"value": "#211047",
|
|
40157
42286
|
"type": "color"
|
|
40158
42287
|
},
|
|
40159
|
-
"label-purple-
|
|
40160
|
-
"key": "{label.purple.
|
|
42288
|
+
"label-purple-borderColor": {
|
|
42289
|
+
"key": "{label.purple.borderColor}",
|
|
40161
42290
|
"$extensions": {
|
|
40162
42291
|
"org.primer.figma": {
|
|
40163
42292
|
"collection": "mode",
|
|
40164
42293
|
"group": "component",
|
|
40165
|
-
"scopes": ["
|
|
42294
|
+
"scopes": ["borderColor"]
|
|
40166
42295
|
},
|
|
40167
42296
|
"org.primer.overrides": {
|
|
40168
42297
|
"dark": {
|
|
40169
|
-
"$value": "#
|
|
42298
|
+
"$value": "#00000000",
|
|
40170
42299
|
"filePath": "src/tokens/component/label.json5",
|
|
40171
42300
|
"isSource": true,
|
|
40172
42301
|
"$type": "color"
|
|
40173
|
-
}
|
|
40174
|
-
}
|
|
40175
|
-
},
|
|
40176
|
-
"filePath": "src/tokens/component/label.json5",
|
|
40177
|
-
"isSource": true,
|
|
40178
|
-
"original": {
|
|
40179
|
-
"$value": "{base.display.color.purple.8}",
|
|
40180
|
-
"$type": "color",
|
|
40181
|
-
"$extensions": {
|
|
40182
|
-
"org.primer.figma": {
|
|
40183
|
-
"collection": "mode",
|
|
40184
|
-
"group": "component",
|
|
40185
|
-
"scopes": ["fgColor"]
|
|
40186
42302
|
},
|
|
40187
|
-
"
|
|
40188
|
-
"
|
|
40189
|
-
|
|
42303
|
+
"dark-dimmed": {
|
|
42304
|
+
"$value": "#00000000",
|
|
42305
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42306
|
+
"isSource": true,
|
|
42307
|
+
"$type": "color"
|
|
42308
|
+
},
|
|
42309
|
+
"light-high-contrast": {
|
|
42310
|
+
"$value": "#b687f7",
|
|
42311
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42312
|
+
"isSource": true,
|
|
42313
|
+
"$type": "color"
|
|
42314
|
+
},
|
|
42315
|
+
"dark-high-contrast": {
|
|
42316
|
+
"$value": "#b687f7",
|
|
42317
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42318
|
+
"isSource": true,
|
|
42319
|
+
"$type": "color"
|
|
42320
|
+
},
|
|
42321
|
+
"dark-dimmed-high-contrast": {
|
|
42322
|
+
"$value": "#b687f7",
|
|
42323
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42324
|
+
"isSource": true,
|
|
42325
|
+
"$type": "color"
|
|
42326
|
+
},
|
|
42327
|
+
"dark-tritanopia-high-contrast": {
|
|
42328
|
+
"$value": "#b687f7",
|
|
42329
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42330
|
+
"isSource": true,
|
|
42331
|
+
"$type": "color"
|
|
42332
|
+
},
|
|
42333
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42334
|
+
"$value": "#b687f7",
|
|
42335
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42336
|
+
"isSource": true,
|
|
42337
|
+
"$type": "color"
|
|
42338
|
+
},
|
|
42339
|
+
"light-tritanopia-high-contrast": {
|
|
42340
|
+
"$value": "#b687f7",
|
|
42341
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42342
|
+
"isSource": true,
|
|
42343
|
+
"$type": "color"
|
|
42344
|
+
},
|
|
42345
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42346
|
+
"$value": "#b687f7",
|
|
42347
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42348
|
+
"isSource": true,
|
|
42349
|
+
"$type": "color"
|
|
42350
|
+
}
|
|
42351
|
+
}
|
|
42352
|
+
},
|
|
42353
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42354
|
+
"isSource": true,
|
|
42355
|
+
"original": {
|
|
42356
|
+
"$value": "{base.color.transparent}",
|
|
42357
|
+
"$type": "color",
|
|
42358
|
+
"$extensions": {
|
|
42359
|
+
"org.primer.figma": {
|
|
42360
|
+
"collection": "mode",
|
|
42361
|
+
"group": "component",
|
|
42362
|
+
"scopes": ["borderColor"]
|
|
42363
|
+
},
|
|
42364
|
+
"org.primer.overrides": {
|
|
42365
|
+
"dark": {
|
|
42366
|
+
"$value": "{base.color.transparent}",
|
|
42367
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42368
|
+
"isSource": true,
|
|
42369
|
+
"$type": "color"
|
|
42370
|
+
},
|
|
42371
|
+
"dark-dimmed": {
|
|
42372
|
+
"$value": "{base.color.transparent}",
|
|
42373
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42374
|
+
"isSource": true,
|
|
42375
|
+
"$type": "color"
|
|
42376
|
+
},
|
|
42377
|
+
"light-high-contrast": {
|
|
42378
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42379
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42380
|
+
"isSource": true,
|
|
42381
|
+
"$type": "color"
|
|
42382
|
+
},
|
|
42383
|
+
"dark-high-contrast": {
|
|
42384
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42385
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42386
|
+
"isSource": true,
|
|
42387
|
+
"$type": "color"
|
|
42388
|
+
},
|
|
42389
|
+
"dark-dimmed-high-contrast": {
|
|
42390
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42391
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42392
|
+
"isSource": true,
|
|
42393
|
+
"$type": "color"
|
|
42394
|
+
},
|
|
42395
|
+
"dark-tritanopia-high-contrast": {
|
|
42396
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42397
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42398
|
+
"isSource": true,
|
|
42399
|
+
"$type": "color"
|
|
42400
|
+
},
|
|
42401
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42402
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42403
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42404
|
+
"isSource": true,
|
|
42405
|
+
"$type": "color"
|
|
42406
|
+
},
|
|
42407
|
+
"light-tritanopia-high-contrast": {
|
|
42408
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42409
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42410
|
+
"isSource": true,
|
|
42411
|
+
"$type": "color"
|
|
42412
|
+
},
|
|
42413
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42414
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42415
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42416
|
+
"isSource": true,
|
|
42417
|
+
"$type": "color"
|
|
42418
|
+
}
|
|
42419
|
+
}
|
|
42420
|
+
},
|
|
42421
|
+
"key": "{label.purple.borderColor}"
|
|
42422
|
+
},
|
|
42423
|
+
"name": "label-purple-borderColor",
|
|
42424
|
+
"attributes": {},
|
|
42425
|
+
"path": ["label", "purple", "borderColor"],
|
|
42426
|
+
"value": "#00000000",
|
|
42427
|
+
"type": "color"
|
|
42428
|
+
},
|
|
42429
|
+
"label-purple-fgColor-active": {
|
|
42430
|
+
"key": "{label.purple.fgColor.active}",
|
|
42431
|
+
"$extensions": {
|
|
42432
|
+
"org.primer.figma": {
|
|
42433
|
+
"collection": "mode",
|
|
42434
|
+
"group": "component",
|
|
42435
|
+
"scopes": ["fgColor"]
|
|
42436
|
+
},
|
|
42437
|
+
"org.primer.overrides": {
|
|
42438
|
+
"dark": {
|
|
42439
|
+
"$value": "#d2affd",
|
|
42440
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42441
|
+
"isSource": true,
|
|
42442
|
+
"$type": "color"
|
|
42443
|
+
}
|
|
42444
|
+
}
|
|
42445
|
+
},
|
|
42446
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42447
|
+
"isSource": true,
|
|
42448
|
+
"original": {
|
|
42449
|
+
"$value": "{base.display.color.purple.8}",
|
|
42450
|
+
"$type": "color",
|
|
42451
|
+
"$extensions": {
|
|
42452
|
+
"org.primer.figma": {
|
|
42453
|
+
"collection": "mode",
|
|
42454
|
+
"group": "component",
|
|
42455
|
+
"scopes": ["fgColor"]
|
|
42456
|
+
},
|
|
42457
|
+
"org.primer.overrides": {
|
|
42458
|
+
"dark": {
|
|
42459
|
+
"$value": "{base.display.color.purple.8}",
|
|
40190
42460
|
"filePath": "src/tokens/component/label.json5",
|
|
40191
42461
|
"isSource": true,
|
|
40192
42462
|
"$type": "color"
|
|
@@ -40426,17 +42696,65 @@
|
|
|
40426
42696
|
"value": "#3c0614",
|
|
40427
42697
|
"type": "color"
|
|
40428
42698
|
},
|
|
40429
|
-
"label-red-
|
|
40430
|
-
"key": "{label.red.
|
|
42699
|
+
"label-red-borderColor": {
|
|
42700
|
+
"key": "{label.red.borderColor}",
|
|
40431
42701
|
"$extensions": {
|
|
40432
42702
|
"org.primer.figma": {
|
|
40433
42703
|
"collection": "mode",
|
|
40434
42704
|
"group": "component",
|
|
40435
|
-
"scopes": ["
|
|
42705
|
+
"scopes": ["borderColor"]
|
|
40436
42706
|
},
|
|
40437
42707
|
"org.primer.overrides": {
|
|
40438
42708
|
"dark": {
|
|
40439
|
-
"$value": "#
|
|
42709
|
+
"$value": "#00000000",
|
|
42710
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42711
|
+
"isSource": true,
|
|
42712
|
+
"$type": "color"
|
|
42713
|
+
},
|
|
42714
|
+
"dark-dimmed": {
|
|
42715
|
+
"$value": "#00000000",
|
|
42716
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42717
|
+
"isSource": true,
|
|
42718
|
+
"$type": "color"
|
|
42719
|
+
},
|
|
42720
|
+
"light-high-contrast": {
|
|
42721
|
+
"$value": "#f27d83",
|
|
42722
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42723
|
+
"isSource": true,
|
|
42724
|
+
"$type": "color"
|
|
42725
|
+
},
|
|
42726
|
+
"dark-high-contrast": {
|
|
42727
|
+
"$value": "#f27d83",
|
|
42728
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42729
|
+
"isSource": true,
|
|
42730
|
+
"$type": "color"
|
|
42731
|
+
},
|
|
42732
|
+
"dark-dimmed-high-contrast": {
|
|
42733
|
+
"$value": "#f27d83",
|
|
42734
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42735
|
+
"isSource": true,
|
|
42736
|
+
"$type": "color"
|
|
42737
|
+
},
|
|
42738
|
+
"dark-tritanopia-high-contrast": {
|
|
42739
|
+
"$value": "#f27d83",
|
|
42740
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42741
|
+
"isSource": true,
|
|
42742
|
+
"$type": "color"
|
|
42743
|
+
},
|
|
42744
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42745
|
+
"$value": "#f27d83",
|
|
42746
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42747
|
+
"isSource": true,
|
|
42748
|
+
"$type": "color"
|
|
42749
|
+
},
|
|
42750
|
+
"light-tritanopia-high-contrast": {
|
|
42751
|
+
"$value": "#f27d83",
|
|
42752
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42753
|
+
"isSource": true,
|
|
42754
|
+
"$type": "color"
|
|
42755
|
+
},
|
|
42756
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42757
|
+
"$value": "#f27d83",
|
|
40440
42758
|
"filePath": "src/tokens/component/label.json5",
|
|
40441
42759
|
"isSource": true,
|
|
40442
42760
|
"$type": "color"
|
|
@@ -40446,34 +42764,127 @@
|
|
|
40446
42764
|
"filePath": "src/tokens/component/label.json5",
|
|
40447
42765
|
"isSource": true,
|
|
40448
42766
|
"original": {
|
|
40449
|
-
"$value": "{base.
|
|
42767
|
+
"$value": "{base.color.transparent}",
|
|
40450
42768
|
"$type": "color",
|
|
40451
42769
|
"$extensions": {
|
|
40452
42770
|
"org.primer.figma": {
|
|
40453
42771
|
"collection": "mode",
|
|
40454
42772
|
"group": "component",
|
|
40455
|
-
"scopes": ["
|
|
42773
|
+
"scopes": ["borderColor"]
|
|
40456
42774
|
},
|
|
40457
42775
|
"org.primer.overrides": {
|
|
40458
42776
|
"dark": {
|
|
40459
|
-
"$value": "{base.
|
|
42777
|
+
"$value": "{base.color.transparent}",
|
|
42778
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42779
|
+
"isSource": true,
|
|
42780
|
+
"$type": "color"
|
|
42781
|
+
},
|
|
42782
|
+
"dark-dimmed": {
|
|
42783
|
+
"$value": "{base.color.transparent}",
|
|
42784
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42785
|
+
"isSource": true,
|
|
42786
|
+
"$type": "color"
|
|
42787
|
+
},
|
|
42788
|
+
"light-high-contrast": {
|
|
42789
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42790
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42791
|
+
"isSource": true,
|
|
42792
|
+
"$type": "color"
|
|
42793
|
+
},
|
|
42794
|
+
"dark-high-contrast": {
|
|
42795
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42796
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42797
|
+
"isSource": true,
|
|
42798
|
+
"$type": "color"
|
|
42799
|
+
},
|
|
42800
|
+
"dark-dimmed-high-contrast": {
|
|
42801
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42802
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42803
|
+
"isSource": true,
|
|
42804
|
+
"$type": "color"
|
|
42805
|
+
},
|
|
42806
|
+
"dark-tritanopia-high-contrast": {
|
|
42807
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42808
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42809
|
+
"isSource": true,
|
|
42810
|
+
"$type": "color"
|
|
42811
|
+
},
|
|
42812
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42813
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42814
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42815
|
+
"isSource": true,
|
|
42816
|
+
"$type": "color"
|
|
42817
|
+
},
|
|
42818
|
+
"light-tritanopia-high-contrast": {
|
|
42819
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42820
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42821
|
+
"isSource": true,
|
|
42822
|
+
"$type": "color"
|
|
42823
|
+
},
|
|
42824
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42825
|
+
"$value": "{label.red.fgColor.rest}",
|
|
40460
42826
|
"filePath": "src/tokens/component/label.json5",
|
|
40461
42827
|
"isSource": true,
|
|
40462
42828
|
"$type": "color"
|
|
40463
42829
|
}
|
|
40464
42830
|
}
|
|
40465
42831
|
},
|
|
40466
|
-
"key": "{label.red.
|
|
42832
|
+
"key": "{label.red.borderColor}"
|
|
40467
42833
|
},
|
|
40468
|
-
"name": "label-red-
|
|
42834
|
+
"name": "label-red-borderColor",
|
|
40469
42835
|
"attributes": {},
|
|
40470
|
-
"path": ["label", "red", "
|
|
40471
|
-
"value": "#
|
|
42836
|
+
"path": ["label", "red", "borderColor"],
|
|
42837
|
+
"value": "#00000000",
|
|
40472
42838
|
"type": "color"
|
|
40473
42839
|
},
|
|
40474
|
-
"label-red-fgColor-
|
|
40475
|
-
"key": "{label.red.fgColor.
|
|
40476
|
-
"$extensions": {
|
|
42840
|
+
"label-red-fgColor-active": {
|
|
42841
|
+
"key": "{label.red.fgColor.active}",
|
|
42842
|
+
"$extensions": {
|
|
42843
|
+
"org.primer.figma": {
|
|
42844
|
+
"collection": "mode",
|
|
42845
|
+
"group": "component",
|
|
42846
|
+
"scopes": ["fgColor"]
|
|
42847
|
+
},
|
|
42848
|
+
"org.primer.overrides": {
|
|
42849
|
+
"dark": {
|
|
42850
|
+
"$value": "#f7adab",
|
|
42851
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42852
|
+
"isSource": true,
|
|
42853
|
+
"$type": "color"
|
|
42854
|
+
}
|
|
42855
|
+
}
|
|
42856
|
+
},
|
|
42857
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42858
|
+
"isSource": true,
|
|
42859
|
+
"original": {
|
|
42860
|
+
"$value": "{base.display.color.red.8}",
|
|
42861
|
+
"$type": "color",
|
|
42862
|
+
"$extensions": {
|
|
42863
|
+
"org.primer.figma": {
|
|
42864
|
+
"collection": "mode",
|
|
42865
|
+
"group": "component",
|
|
42866
|
+
"scopes": ["fgColor"]
|
|
42867
|
+
},
|
|
42868
|
+
"org.primer.overrides": {
|
|
42869
|
+
"dark": {
|
|
42870
|
+
"$value": "{base.display.color.red.8}",
|
|
42871
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42872
|
+
"isSource": true,
|
|
42873
|
+
"$type": "color"
|
|
42874
|
+
}
|
|
42875
|
+
}
|
|
42876
|
+
},
|
|
42877
|
+
"key": "{label.red.fgColor.active}"
|
|
42878
|
+
},
|
|
42879
|
+
"name": "label-red-fgColor-active",
|
|
42880
|
+
"attributes": {},
|
|
42881
|
+
"path": ["label", "red", "fgColor", "active"],
|
|
42882
|
+
"value": "#f7adab",
|
|
42883
|
+
"type": "color"
|
|
42884
|
+
},
|
|
42885
|
+
"label-red-fgColor-hover": {
|
|
42886
|
+
"key": "{label.red.fgColor.hover}",
|
|
42887
|
+
"$extensions": {
|
|
40477
42888
|
"org.primer.figma": {
|
|
40478
42889
|
"collection": "mode",
|
|
40479
42890
|
"group": "component",
|
|
@@ -40696,6 +43107,147 @@
|
|
|
40696
43107
|
"value": "#041f25",
|
|
40697
43108
|
"type": "color"
|
|
40698
43109
|
},
|
|
43110
|
+
"label-teal-borderColor": {
|
|
43111
|
+
"key": "{label.teal.borderColor}",
|
|
43112
|
+
"$extensions": {
|
|
43113
|
+
"org.primer.figma": {
|
|
43114
|
+
"collection": "mode",
|
|
43115
|
+
"group": "component",
|
|
43116
|
+
"scopes": ["borderColor"]
|
|
43117
|
+
},
|
|
43118
|
+
"org.primer.overrides": {
|
|
43119
|
+
"dark": {
|
|
43120
|
+
"$value": "#00000000",
|
|
43121
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43122
|
+
"isSource": true,
|
|
43123
|
+
"$type": "color"
|
|
43124
|
+
},
|
|
43125
|
+
"dark-dimmed": {
|
|
43126
|
+
"$value": "#00000000",
|
|
43127
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43128
|
+
"isSource": true,
|
|
43129
|
+
"$type": "color"
|
|
43130
|
+
},
|
|
43131
|
+
"light-high-contrast": {
|
|
43132
|
+
"$value": "#1cb0ab",
|
|
43133
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43134
|
+
"isSource": true,
|
|
43135
|
+
"$type": "color"
|
|
43136
|
+
},
|
|
43137
|
+
"dark-high-contrast": {
|
|
43138
|
+
"$value": "#1cb0ab",
|
|
43139
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43140
|
+
"isSource": true,
|
|
43141
|
+
"$type": "color"
|
|
43142
|
+
},
|
|
43143
|
+
"dark-dimmed-high-contrast": {
|
|
43144
|
+
"$value": "#1cb0ab",
|
|
43145
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43146
|
+
"isSource": true,
|
|
43147
|
+
"$type": "color"
|
|
43148
|
+
},
|
|
43149
|
+
"dark-tritanopia-high-contrast": {
|
|
43150
|
+
"$value": "#1cb0ab",
|
|
43151
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43152
|
+
"isSource": true,
|
|
43153
|
+
"$type": "color"
|
|
43154
|
+
},
|
|
43155
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43156
|
+
"$value": "#1cb0ab",
|
|
43157
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43158
|
+
"isSource": true,
|
|
43159
|
+
"$type": "color"
|
|
43160
|
+
},
|
|
43161
|
+
"light-tritanopia-high-contrast": {
|
|
43162
|
+
"$value": "#1cb0ab",
|
|
43163
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43164
|
+
"isSource": true,
|
|
43165
|
+
"$type": "color"
|
|
43166
|
+
},
|
|
43167
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43168
|
+
"$value": "#1cb0ab",
|
|
43169
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43170
|
+
"isSource": true,
|
|
43171
|
+
"$type": "color"
|
|
43172
|
+
}
|
|
43173
|
+
}
|
|
43174
|
+
},
|
|
43175
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43176
|
+
"isSource": true,
|
|
43177
|
+
"original": {
|
|
43178
|
+
"$value": "{base.color.transparent}",
|
|
43179
|
+
"$type": "color",
|
|
43180
|
+
"$extensions": {
|
|
43181
|
+
"org.primer.figma": {
|
|
43182
|
+
"collection": "mode",
|
|
43183
|
+
"group": "component",
|
|
43184
|
+
"scopes": ["borderColor"]
|
|
43185
|
+
},
|
|
43186
|
+
"org.primer.overrides": {
|
|
43187
|
+
"dark": {
|
|
43188
|
+
"$value": "{base.color.transparent}",
|
|
43189
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43190
|
+
"isSource": true,
|
|
43191
|
+
"$type": "color"
|
|
43192
|
+
},
|
|
43193
|
+
"dark-dimmed": {
|
|
43194
|
+
"$value": "{base.color.transparent}",
|
|
43195
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43196
|
+
"isSource": true,
|
|
43197
|
+
"$type": "color"
|
|
43198
|
+
},
|
|
43199
|
+
"light-high-contrast": {
|
|
43200
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43201
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43202
|
+
"isSource": true,
|
|
43203
|
+
"$type": "color"
|
|
43204
|
+
},
|
|
43205
|
+
"dark-high-contrast": {
|
|
43206
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43207
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43208
|
+
"isSource": true,
|
|
43209
|
+
"$type": "color"
|
|
43210
|
+
},
|
|
43211
|
+
"dark-dimmed-high-contrast": {
|
|
43212
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43213
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43214
|
+
"isSource": true,
|
|
43215
|
+
"$type": "color"
|
|
43216
|
+
},
|
|
43217
|
+
"dark-tritanopia-high-contrast": {
|
|
43218
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43219
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43220
|
+
"isSource": true,
|
|
43221
|
+
"$type": "color"
|
|
43222
|
+
},
|
|
43223
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43224
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43225
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43226
|
+
"isSource": true,
|
|
43227
|
+
"$type": "color"
|
|
43228
|
+
},
|
|
43229
|
+
"light-tritanopia-high-contrast": {
|
|
43230
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43231
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43232
|
+
"isSource": true,
|
|
43233
|
+
"$type": "color"
|
|
43234
|
+
},
|
|
43235
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43236
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43237
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43238
|
+
"isSource": true,
|
|
43239
|
+
"$type": "color"
|
|
43240
|
+
}
|
|
43241
|
+
}
|
|
43242
|
+
},
|
|
43243
|
+
"key": "{label.teal.borderColor}"
|
|
43244
|
+
},
|
|
43245
|
+
"name": "label-teal-borderColor",
|
|
43246
|
+
"attributes": {},
|
|
43247
|
+
"path": ["label", "teal", "borderColor"],
|
|
43248
|
+
"value": "#00000000",
|
|
43249
|
+
"type": "color"
|
|
43250
|
+
},
|
|
40699
43251
|
"label-teal-fgColor-active": {
|
|
40700
43252
|
"key": "{label.teal.fgColor.active}",
|
|
40701
43253
|
"$extensions": {
|
|
@@ -40966,17 +43518,65 @@
|
|
|
40966
43518
|
"value": "#2e1a00",
|
|
40967
43519
|
"type": "color"
|
|
40968
43520
|
},
|
|
40969
|
-
"label-yellow-
|
|
40970
|
-
"key": "{label.yellow.
|
|
43521
|
+
"label-yellow-borderColor": {
|
|
43522
|
+
"key": "{label.yellow.borderColor}",
|
|
40971
43523
|
"$extensions": {
|
|
40972
43524
|
"org.primer.figma": {
|
|
40973
43525
|
"collection": "mode",
|
|
40974
43526
|
"group": "component",
|
|
40975
|
-
"scopes": ["
|
|
43527
|
+
"scopes": ["borderColor"]
|
|
40976
43528
|
},
|
|
40977
43529
|
"org.primer.overrides": {
|
|
40978
43530
|
"dark": {
|
|
40979
|
-
"$value": "#
|
|
43531
|
+
"$value": "#00000000",
|
|
43532
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43533
|
+
"isSource": true,
|
|
43534
|
+
"$type": "color"
|
|
43535
|
+
},
|
|
43536
|
+
"dark-dimmed": {
|
|
43537
|
+
"$value": "#00000000",
|
|
43538
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43539
|
+
"isSource": true,
|
|
43540
|
+
"$type": "color"
|
|
43541
|
+
},
|
|
43542
|
+
"light-high-contrast": {
|
|
43543
|
+
"$value": "#d3910d",
|
|
43544
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43545
|
+
"isSource": true,
|
|
43546
|
+
"$type": "color"
|
|
43547
|
+
},
|
|
43548
|
+
"dark-high-contrast": {
|
|
43549
|
+
"$value": "#d3910d",
|
|
43550
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43551
|
+
"isSource": true,
|
|
43552
|
+
"$type": "color"
|
|
43553
|
+
},
|
|
43554
|
+
"dark-dimmed-high-contrast": {
|
|
43555
|
+
"$value": "#d3910d",
|
|
43556
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43557
|
+
"isSource": true,
|
|
43558
|
+
"$type": "color"
|
|
43559
|
+
},
|
|
43560
|
+
"dark-tritanopia-high-contrast": {
|
|
43561
|
+
"$value": "#d3910d",
|
|
43562
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43563
|
+
"isSource": true,
|
|
43564
|
+
"$type": "color"
|
|
43565
|
+
},
|
|
43566
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43567
|
+
"$value": "#d3910d",
|
|
43568
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43569
|
+
"isSource": true,
|
|
43570
|
+
"$type": "color"
|
|
43571
|
+
},
|
|
43572
|
+
"light-tritanopia-high-contrast": {
|
|
43573
|
+
"$value": "#d3910d",
|
|
43574
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43575
|
+
"isSource": true,
|
|
43576
|
+
"$type": "color"
|
|
43577
|
+
},
|
|
43578
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43579
|
+
"$value": "#d3910d",
|
|
40980
43580
|
"filePath": "src/tokens/component/label.json5",
|
|
40981
43581
|
"isSource": true,
|
|
40982
43582
|
"$type": "color"
|
|
@@ -40986,39 +43586,132 @@
|
|
|
40986
43586
|
"filePath": "src/tokens/component/label.json5",
|
|
40987
43587
|
"isSource": true,
|
|
40988
43588
|
"original": {
|
|
40989
|
-
"$value": "{base.
|
|
43589
|
+
"$value": "{base.color.transparent}",
|
|
40990
43590
|
"$type": "color",
|
|
40991
43591
|
"$extensions": {
|
|
40992
43592
|
"org.primer.figma": {
|
|
40993
43593
|
"collection": "mode",
|
|
40994
43594
|
"group": "component",
|
|
40995
|
-
"scopes": ["
|
|
43595
|
+
"scopes": ["borderColor"]
|
|
40996
43596
|
},
|
|
40997
43597
|
"org.primer.overrides": {
|
|
40998
43598
|
"dark": {
|
|
40999
|
-
"$value": "{base.
|
|
43599
|
+
"$value": "{base.color.transparent}",
|
|
41000
43600
|
"filePath": "src/tokens/component/label.json5",
|
|
41001
43601
|
"isSource": true,
|
|
41002
43602
|
"$type": "color"
|
|
41003
|
-
}
|
|
41004
|
-
|
|
41005
|
-
|
|
41006
|
-
|
|
41007
|
-
|
|
41008
|
-
|
|
41009
|
-
|
|
41010
|
-
|
|
41011
|
-
|
|
41012
|
-
|
|
41013
|
-
|
|
41014
|
-
|
|
41015
|
-
|
|
41016
|
-
|
|
41017
|
-
|
|
41018
|
-
|
|
41019
|
-
|
|
41020
|
-
|
|
41021
|
-
|
|
43603
|
+
},
|
|
43604
|
+
"dark-dimmed": {
|
|
43605
|
+
"$value": "{base.color.transparent}",
|
|
43606
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43607
|
+
"isSource": true,
|
|
43608
|
+
"$type": "color"
|
|
43609
|
+
},
|
|
43610
|
+
"light-high-contrast": {
|
|
43611
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43612
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43613
|
+
"isSource": true,
|
|
43614
|
+
"$type": "color"
|
|
43615
|
+
},
|
|
43616
|
+
"dark-high-contrast": {
|
|
43617
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43618
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43619
|
+
"isSource": true,
|
|
43620
|
+
"$type": "color"
|
|
43621
|
+
},
|
|
43622
|
+
"dark-dimmed-high-contrast": {
|
|
43623
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43624
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43625
|
+
"isSource": true,
|
|
43626
|
+
"$type": "color"
|
|
43627
|
+
},
|
|
43628
|
+
"dark-tritanopia-high-contrast": {
|
|
43629
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43630
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43631
|
+
"isSource": true,
|
|
43632
|
+
"$type": "color"
|
|
43633
|
+
},
|
|
43634
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43635
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43636
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43637
|
+
"isSource": true,
|
|
43638
|
+
"$type": "color"
|
|
43639
|
+
},
|
|
43640
|
+
"light-tritanopia-high-contrast": {
|
|
43641
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43642
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43643
|
+
"isSource": true,
|
|
43644
|
+
"$type": "color"
|
|
43645
|
+
},
|
|
43646
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43647
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43648
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43649
|
+
"isSource": true,
|
|
43650
|
+
"$type": "color"
|
|
43651
|
+
}
|
|
43652
|
+
}
|
|
43653
|
+
},
|
|
43654
|
+
"key": "{label.yellow.borderColor}"
|
|
43655
|
+
},
|
|
43656
|
+
"name": "label-yellow-borderColor",
|
|
43657
|
+
"attributes": {},
|
|
43658
|
+
"path": ["label", "yellow", "borderColor"],
|
|
43659
|
+
"value": "#00000000",
|
|
43660
|
+
"type": "color"
|
|
43661
|
+
},
|
|
43662
|
+
"label-yellow-fgColor-active": {
|
|
43663
|
+
"key": "{label.yellow.fgColor.active}",
|
|
43664
|
+
"$extensions": {
|
|
43665
|
+
"org.primer.figma": {
|
|
43666
|
+
"collection": "mode",
|
|
43667
|
+
"group": "component",
|
|
43668
|
+
"scopes": ["fgColor"]
|
|
43669
|
+
},
|
|
43670
|
+
"org.primer.overrides": {
|
|
43671
|
+
"dark": {
|
|
43672
|
+
"$value": "#edb431",
|
|
43673
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43674
|
+
"isSource": true,
|
|
43675
|
+
"$type": "color"
|
|
43676
|
+
}
|
|
43677
|
+
}
|
|
43678
|
+
},
|
|
43679
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43680
|
+
"isSource": true,
|
|
43681
|
+
"original": {
|
|
43682
|
+
"$value": "{base.display.color.yellow.8}",
|
|
43683
|
+
"$type": "color",
|
|
43684
|
+
"$extensions": {
|
|
43685
|
+
"org.primer.figma": {
|
|
43686
|
+
"collection": "mode",
|
|
43687
|
+
"group": "component",
|
|
43688
|
+
"scopes": ["fgColor"]
|
|
43689
|
+
},
|
|
43690
|
+
"org.primer.overrides": {
|
|
43691
|
+
"dark": {
|
|
43692
|
+
"$value": "{base.display.color.yellow.8}",
|
|
43693
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43694
|
+
"isSource": true,
|
|
43695
|
+
"$type": "color"
|
|
43696
|
+
}
|
|
43697
|
+
}
|
|
43698
|
+
},
|
|
43699
|
+
"key": "{label.yellow.fgColor.active}"
|
|
43700
|
+
},
|
|
43701
|
+
"name": "label-yellow-fgColor-active",
|
|
43702
|
+
"attributes": {},
|
|
43703
|
+
"path": ["label", "yellow", "fgColor", "active"],
|
|
43704
|
+
"value": "#edb431",
|
|
43705
|
+
"type": "color"
|
|
43706
|
+
},
|
|
43707
|
+
"label-yellow-fgColor-hover": {
|
|
43708
|
+
"key": "{label.yellow.fgColor.hover}",
|
|
43709
|
+
"$extensions": {
|
|
43710
|
+
"org.primer.figma": {
|
|
43711
|
+
"collection": "mode",
|
|
43712
|
+
"group": "component",
|
|
43713
|
+
"scopes": ["fgColor"]
|
|
43714
|
+
},
|
|
41022
43715
|
"org.primer.overrides": {
|
|
41023
43716
|
"dark": {
|
|
41024
43717
|
"$value": "#df9e11",
|
|
@@ -41428,6 +44121,350 @@
|
|
|
41428
44121
|
"value": "#0d1117",
|
|
41429
44122
|
"type": "color"
|
|
41430
44123
|
},
|
|
44124
|
+
"progressBar-bgColor-accent": {
|
|
44125
|
+
"key": "{progressBar.bgColor.accent}",
|
|
44126
|
+
"$extensions": {
|
|
44127
|
+
"org.primer.figma": {
|
|
44128
|
+
"collection": "mode",
|
|
44129
|
+
"group": "component",
|
|
44130
|
+
"scopes": ["bgColor"]
|
|
44131
|
+
}
|
|
44132
|
+
},
|
|
44133
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44134
|
+
"isSource": true,
|
|
44135
|
+
"original": {
|
|
44136
|
+
"$value": "{bgColor.accent.emphasis}",
|
|
44137
|
+
"$type": "color",
|
|
44138
|
+
"$extensions": {
|
|
44139
|
+
"org.primer.figma": {
|
|
44140
|
+
"collection": "mode",
|
|
44141
|
+
"group": "component",
|
|
44142
|
+
"scopes": ["bgColor"]
|
|
44143
|
+
}
|
|
44144
|
+
},
|
|
44145
|
+
"key": "{progressBar.bgColor.accent}"
|
|
44146
|
+
},
|
|
44147
|
+
"name": "progressBar-bgColor-accent",
|
|
44148
|
+
"attributes": {},
|
|
44149
|
+
"path": ["progressBar", "bgColor", "accent"],
|
|
44150
|
+
"value": "#1f6feb",
|
|
44151
|
+
"type": "color"
|
|
44152
|
+
},
|
|
44153
|
+
"progressBar-bgColor-attention": {
|
|
44154
|
+
"key": "{progressBar.bgColor.attention}",
|
|
44155
|
+
"$extensions": {
|
|
44156
|
+
"org.primer.figma": {
|
|
44157
|
+
"collection": "mode",
|
|
44158
|
+
"group": "component",
|
|
44159
|
+
"scopes": ["bgColor"]
|
|
44160
|
+
}
|
|
44161
|
+
},
|
|
44162
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44163
|
+
"isSource": true,
|
|
44164
|
+
"original": {
|
|
44165
|
+
"$value": "{bgColor.attention.emphasis}",
|
|
44166
|
+
"$type": "color",
|
|
44167
|
+
"$extensions": {
|
|
44168
|
+
"org.primer.figma": {
|
|
44169
|
+
"collection": "mode",
|
|
44170
|
+
"group": "component",
|
|
44171
|
+
"scopes": ["bgColor"]
|
|
44172
|
+
}
|
|
44173
|
+
},
|
|
44174
|
+
"key": "{progressBar.bgColor.attention}"
|
|
44175
|
+
},
|
|
44176
|
+
"name": "progressBar-bgColor-attention",
|
|
44177
|
+
"attributes": {},
|
|
44178
|
+
"path": ["progressBar", "bgColor", "attention"],
|
|
44179
|
+
"value": "#9e6a03",
|
|
44180
|
+
"type": "color"
|
|
44181
|
+
},
|
|
44182
|
+
"progressBar-bgColor-danger": {
|
|
44183
|
+
"key": "{progressBar.bgColor.danger}",
|
|
44184
|
+
"$extensions": {
|
|
44185
|
+
"org.primer.figma": {
|
|
44186
|
+
"collection": "mode",
|
|
44187
|
+
"group": "component",
|
|
44188
|
+
"scopes": ["bgColor"]
|
|
44189
|
+
}
|
|
44190
|
+
},
|
|
44191
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44192
|
+
"isSource": true,
|
|
44193
|
+
"original": {
|
|
44194
|
+
"$value": "{bgColor.danger.emphasis}",
|
|
44195
|
+
"$type": "color",
|
|
44196
|
+
"$extensions": {
|
|
44197
|
+
"org.primer.figma": {
|
|
44198
|
+
"collection": "mode",
|
|
44199
|
+
"group": "component",
|
|
44200
|
+
"scopes": ["bgColor"]
|
|
44201
|
+
}
|
|
44202
|
+
},
|
|
44203
|
+
"key": "{progressBar.bgColor.danger}"
|
|
44204
|
+
},
|
|
44205
|
+
"name": "progressBar-bgColor-danger",
|
|
44206
|
+
"attributes": {},
|
|
44207
|
+
"path": ["progressBar", "bgColor", "danger"],
|
|
44208
|
+
"value": "#da3633",
|
|
44209
|
+
"type": "color"
|
|
44210
|
+
},
|
|
44211
|
+
"progressBar-bgColor-done": {
|
|
44212
|
+
"key": "{progressBar.bgColor.done}",
|
|
44213
|
+
"$extensions": {
|
|
44214
|
+
"org.primer.figma": {
|
|
44215
|
+
"collection": "mode",
|
|
44216
|
+
"group": "component",
|
|
44217
|
+
"scopes": ["bgColor"]
|
|
44218
|
+
}
|
|
44219
|
+
},
|
|
44220
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44221
|
+
"isSource": true,
|
|
44222
|
+
"original": {
|
|
44223
|
+
"$value": "{bgColor.done.emphasis}",
|
|
44224
|
+
"$type": "color",
|
|
44225
|
+
"$extensions": {
|
|
44226
|
+
"org.primer.figma": {
|
|
44227
|
+
"collection": "mode",
|
|
44228
|
+
"group": "component",
|
|
44229
|
+
"scopes": ["bgColor"]
|
|
44230
|
+
}
|
|
44231
|
+
},
|
|
44232
|
+
"key": "{progressBar.bgColor.done}"
|
|
44233
|
+
},
|
|
44234
|
+
"name": "progressBar-bgColor-done",
|
|
44235
|
+
"attributes": {},
|
|
44236
|
+
"path": ["progressBar", "bgColor", "done"],
|
|
44237
|
+
"value": "#8957e5",
|
|
44238
|
+
"type": "color"
|
|
44239
|
+
},
|
|
44240
|
+
"progressBar-bgColor-neutral": {
|
|
44241
|
+
"key": "{progressBar.bgColor.neutral}",
|
|
44242
|
+
"$extensions": {
|
|
44243
|
+
"org.primer.figma": {
|
|
44244
|
+
"collection": "mode",
|
|
44245
|
+
"group": "component",
|
|
44246
|
+
"scopes": ["bgColor"]
|
|
44247
|
+
},
|
|
44248
|
+
"org.primer.overrides": {
|
|
44249
|
+
"dark-high-contrast": "#656c76",
|
|
44250
|
+
"dark-dimmed-high-contrast": "#656c76",
|
|
44251
|
+
"dark-protanopia-deuteranopia-high-contrast": "#656c76",
|
|
44252
|
+
"dark-tritanopia-high-contrast": "#656c76",
|
|
44253
|
+
"light-high-contrast": "#656c76",
|
|
44254
|
+
"light-protanopia-deuteranopia-high-contrast": "#656c76",
|
|
44255
|
+
"light-tritanopia-high-contrast": "#656c76"
|
|
44256
|
+
}
|
|
44257
|
+
},
|
|
44258
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44259
|
+
"isSource": true,
|
|
44260
|
+
"original": {
|
|
44261
|
+
"$value": "{bgColor.neutral.emphasis}",
|
|
44262
|
+
"$type": "color",
|
|
44263
|
+
"$extensions": {
|
|
44264
|
+
"org.primer.figma": {
|
|
44265
|
+
"collection": "mode",
|
|
44266
|
+
"group": "component",
|
|
44267
|
+
"scopes": ["bgColor"]
|
|
44268
|
+
},
|
|
44269
|
+
"org.primer.overrides": {
|
|
44270
|
+
"dark-high-contrast": "{base.color.neutral.8}",
|
|
44271
|
+
"dark-dimmed-high-contrast": "{base.color.neutral.8}",
|
|
44272
|
+
"dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}",
|
|
44273
|
+
"dark-tritanopia-high-contrast": "{base.color.neutral.8}",
|
|
44274
|
+
"light-high-contrast": "{base.color.neutral.8}",
|
|
44275
|
+
"light-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}",
|
|
44276
|
+
"light-tritanopia-high-contrast": "{base.color.neutral.8}"
|
|
44277
|
+
}
|
|
44278
|
+
},
|
|
44279
|
+
"key": "{progressBar.bgColor.neutral}"
|
|
44280
|
+
},
|
|
44281
|
+
"name": "progressBar-bgColor-neutral",
|
|
44282
|
+
"attributes": {},
|
|
44283
|
+
"path": ["progressBar", "bgColor", "neutral"],
|
|
44284
|
+
"value": "#656c76",
|
|
44285
|
+
"type": "color"
|
|
44286
|
+
},
|
|
44287
|
+
"progressBar-bgColor-severe": {
|
|
44288
|
+
"key": "{progressBar.bgColor.severe}",
|
|
44289
|
+
"$extensions": {
|
|
44290
|
+
"org.primer.figma": {
|
|
44291
|
+
"collection": "mode",
|
|
44292
|
+
"group": "component",
|
|
44293
|
+
"scopes": ["bgColor"]
|
|
44294
|
+
}
|
|
44295
|
+
},
|
|
44296
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44297
|
+
"isSource": true,
|
|
44298
|
+
"original": {
|
|
44299
|
+
"$value": "{bgColor.severe.emphasis}",
|
|
44300
|
+
"$type": "color",
|
|
44301
|
+
"$extensions": {
|
|
44302
|
+
"org.primer.figma": {
|
|
44303
|
+
"collection": "mode",
|
|
44304
|
+
"group": "component",
|
|
44305
|
+
"scopes": ["bgColor"]
|
|
44306
|
+
}
|
|
44307
|
+
},
|
|
44308
|
+
"key": "{progressBar.bgColor.severe}"
|
|
44309
|
+
},
|
|
44310
|
+
"name": "progressBar-bgColor-severe",
|
|
44311
|
+
"attributes": {},
|
|
44312
|
+
"path": ["progressBar", "bgColor", "severe"],
|
|
44313
|
+
"value": "#bd561d",
|
|
44314
|
+
"type": "color"
|
|
44315
|
+
},
|
|
44316
|
+
"progressBar-bgColor-sponsors": {
|
|
44317
|
+
"key": "{progressBar.bgColor.sponsors}",
|
|
44318
|
+
"$extensions": {
|
|
44319
|
+
"org.primer.figma": {
|
|
44320
|
+
"collection": "mode",
|
|
44321
|
+
"group": "component",
|
|
44322
|
+
"scopes": ["bgColor"]
|
|
44323
|
+
}
|
|
44324
|
+
},
|
|
44325
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44326
|
+
"isSource": true,
|
|
44327
|
+
"original": {
|
|
44328
|
+
"$value": "{bgColor.sponsors.emphasis}",
|
|
44329
|
+
"$type": "color",
|
|
44330
|
+
"$extensions": {
|
|
44331
|
+
"org.primer.figma": {
|
|
44332
|
+
"collection": "mode",
|
|
44333
|
+
"group": "component",
|
|
44334
|
+
"scopes": ["bgColor"]
|
|
44335
|
+
}
|
|
44336
|
+
},
|
|
44337
|
+
"key": "{progressBar.bgColor.sponsors}"
|
|
44338
|
+
},
|
|
44339
|
+
"name": "progressBar-bgColor-sponsors",
|
|
44340
|
+
"attributes": {},
|
|
44341
|
+
"path": ["progressBar", "bgColor", "sponsors"],
|
|
44342
|
+
"value": "#bf4b8a",
|
|
44343
|
+
"type": "color"
|
|
44344
|
+
},
|
|
44345
|
+
"progressBar-bgColor-success": {
|
|
44346
|
+
"key": "{progressBar.bgColor.success}",
|
|
44347
|
+
"$extensions": {
|
|
44348
|
+
"org.primer.figma": {
|
|
44349
|
+
"collection": "mode",
|
|
44350
|
+
"group": "component",
|
|
44351
|
+
"scopes": ["bgColor"]
|
|
44352
|
+
}
|
|
44353
|
+
},
|
|
44354
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44355
|
+
"isSource": true,
|
|
44356
|
+
"original": {
|
|
44357
|
+
"$value": "{bgColor.success.emphasis}",
|
|
44358
|
+
"$type": "color",
|
|
44359
|
+
"$extensions": {
|
|
44360
|
+
"org.primer.figma": {
|
|
44361
|
+
"collection": "mode",
|
|
44362
|
+
"group": "component",
|
|
44363
|
+
"scopes": ["bgColor"]
|
|
44364
|
+
}
|
|
44365
|
+
},
|
|
44366
|
+
"key": "{progressBar.bgColor.success}"
|
|
44367
|
+
},
|
|
44368
|
+
"name": "progressBar-bgColor-success",
|
|
44369
|
+
"attributes": {},
|
|
44370
|
+
"path": ["progressBar", "bgColor", "success"],
|
|
44371
|
+
"value": "#238636",
|
|
44372
|
+
"type": "color"
|
|
44373
|
+
},
|
|
44374
|
+
"progressBar-track-bgColor": {
|
|
44375
|
+
"key": "{progressBar.track.bgColor}",
|
|
44376
|
+
"$extensions": {
|
|
44377
|
+
"org.primer.figma": {
|
|
44378
|
+
"collection": "mode",
|
|
44379
|
+
"group": "component",
|
|
44380
|
+
"scopes": ["bgColor"]
|
|
44381
|
+
},
|
|
44382
|
+
"org.primer.overrides": {
|
|
44383
|
+
"dark-high-contrast": "#ffffff",
|
|
44384
|
+
"dark-dimmed-high-contrast": "#ffffff",
|
|
44385
|
+
"dark-protanopia-deuteranopia-high-contrast": "#ffffff",
|
|
44386
|
+
"dark-tritanopia-high-contrast": "#ffffff",
|
|
44387
|
+
"light-high-contrast": "#0d1117",
|
|
44388
|
+
"light-protanopia-deuteranopia-high-contrast": "#0d1117",
|
|
44389
|
+
"light-tritanopia-high-contrast": "#0d1117"
|
|
44390
|
+
}
|
|
44391
|
+
},
|
|
44392
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44393
|
+
"isSource": true,
|
|
44394
|
+
"original": {
|
|
44395
|
+
"$value": "{borderColor.default}",
|
|
44396
|
+
"$type": "color",
|
|
44397
|
+
"$extensions": {
|
|
44398
|
+
"org.primer.figma": {
|
|
44399
|
+
"collection": "mode",
|
|
44400
|
+
"group": "component",
|
|
44401
|
+
"scopes": ["bgColor"]
|
|
44402
|
+
},
|
|
44403
|
+
"org.primer.overrides": {
|
|
44404
|
+
"dark-high-contrast": "{bgColor.inverse}",
|
|
44405
|
+
"dark-dimmed-high-contrast": "{bgColor.inverse}",
|
|
44406
|
+
"dark-protanopia-deuteranopia-high-contrast": "{bgColor.inverse}",
|
|
44407
|
+
"dark-tritanopia-high-contrast": "{bgColor.inverse}",
|
|
44408
|
+
"light-high-contrast": "{bgColor.default}",
|
|
44409
|
+
"light-protanopia-deuteranopia-high-contrast": "{bgColor.default}",
|
|
44410
|
+
"light-tritanopia-high-contrast": "{bgColor.default}"
|
|
44411
|
+
}
|
|
44412
|
+
},
|
|
44413
|
+
"key": "{progressBar.track.bgColor}"
|
|
44414
|
+
},
|
|
44415
|
+
"name": "progressBar-track-bgColor",
|
|
44416
|
+
"attributes": {},
|
|
44417
|
+
"path": ["progressBar", "track", "bgColor"],
|
|
44418
|
+
"value": "#3d444d",
|
|
44419
|
+
"type": "color"
|
|
44420
|
+
},
|
|
44421
|
+
"progressBar-track-borderColor": {
|
|
44422
|
+
"key": "{progressBar.track.borderColor}",
|
|
44423
|
+
"$extensions": {
|
|
44424
|
+
"org.primer.figma": {
|
|
44425
|
+
"collection": "mode",
|
|
44426
|
+
"group": "component",
|
|
44427
|
+
"scopes": ["borderColor"]
|
|
44428
|
+
},
|
|
44429
|
+
"org.primer.overrides": {
|
|
44430
|
+
"dark-high-contrast": "#3d444d",
|
|
44431
|
+
"dark-dimmed-high-contrast": "#3d444d",
|
|
44432
|
+
"dark-protanopia-deuteranopia-high-contrast": "#3d444d",
|
|
44433
|
+
"dark-tritanopia-high-contrast": "#3d444d",
|
|
44434
|
+
"light-high-contrast": "#d1d7e0",
|
|
44435
|
+
"light-protanopia-deuteranopia-high-contrast": "#d1d7e0",
|
|
44436
|
+
"light-tritanopia-high-contrast": "#d1d7e0"
|
|
44437
|
+
}
|
|
44438
|
+
},
|
|
44439
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44440
|
+
"isSource": true,
|
|
44441
|
+
"original": {
|
|
44442
|
+
"$value": "{base.color.transparent}",
|
|
44443
|
+
"$type": "color",
|
|
44444
|
+
"$extensions": {
|
|
44445
|
+
"org.primer.figma": {
|
|
44446
|
+
"collection": "mode",
|
|
44447
|
+
"group": "component",
|
|
44448
|
+
"scopes": ["borderColor"]
|
|
44449
|
+
},
|
|
44450
|
+
"org.primer.overrides": {
|
|
44451
|
+
"dark-high-contrast": "{progressBar.track.bgColor}",
|
|
44452
|
+
"dark-dimmed-high-contrast": "{progressBar.track.bgColor}",
|
|
44453
|
+
"dark-protanopia-deuteranopia-high-contrast": "{progressBar.track.bgColor}",
|
|
44454
|
+
"dark-tritanopia-high-contrast": "{progressBar.track.bgColor}",
|
|
44455
|
+
"light-high-contrast": "{base.color.neutral.11}",
|
|
44456
|
+
"light-protanopia-deuteranopia-high-contrast": "{base.color.neutral.11}",
|
|
44457
|
+
"light-tritanopia-high-contrast": "{base.color.neutral.11}"
|
|
44458
|
+
}
|
|
44459
|
+
},
|
|
44460
|
+
"key": "{progressBar.track.borderColor}"
|
|
44461
|
+
},
|
|
44462
|
+
"name": "progressBar-track-borderColor",
|
|
44463
|
+
"attributes": {},
|
|
44464
|
+
"path": ["progressBar", "track", "borderColor"],
|
|
44465
|
+
"value": "#00000000",
|
|
44466
|
+
"type": "color"
|
|
44467
|
+
},
|
|
41431
44468
|
"reactionButton-selected-bgColor-hover": {
|
|
41432
44469
|
"key": "{reactionButton.selected.bgColor.hover}",
|
|
41433
44470
|
"$extensions": {
|