@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
|
@@ -16964,13 +16964,20 @@
|
|
|
16964
16964
|
"scopes": ["borderColor"]
|
|
16965
16965
|
},
|
|
16966
16966
|
"org.primer.overrides": {
|
|
16967
|
-
"dark": "#
|
|
16967
|
+
"dark": "#d1d9e0",
|
|
16968
|
+
"dark-dimmed-high-contrast": "#818b98",
|
|
16969
|
+
"light-high-contrast": "#818b98",
|
|
16970
|
+
"light-tritanopia-high-contrast": "#818b98",
|
|
16971
|
+
"light-protanopia-deuteranopia-high-contrast": "#818b98",
|
|
16972
|
+
"dark-high-contrast": "#818b98",
|
|
16973
|
+
"dark-tritanopia-high-contrast": "#818b98",
|
|
16974
|
+
"dark-protanopia-deuteranopia-high-contrast": "#818b98"
|
|
16968
16975
|
}
|
|
16969
16976
|
},
|
|
16970
16977
|
"filePath": "src/tokens/functional/color/control.json5",
|
|
16971
16978
|
"isSource": true,
|
|
16972
16979
|
"original": {
|
|
16973
|
-
"$value": "{control.borderColor.
|
|
16980
|
+
"$value": "{control.borderColor.rest}",
|
|
16974
16981
|
"$type": "color",
|
|
16975
16982
|
"$extensions": {
|
|
16976
16983
|
"org.primer.figma": {
|
|
@@ -16979,7 +16986,14 @@
|
|
|
16979
16986
|
"scopes": ["borderColor"]
|
|
16980
16987
|
},
|
|
16981
16988
|
"org.primer.overrides": {
|
|
16982
|
-
"dark": "{control.borderColor.
|
|
16989
|
+
"dark": "{control.borderColor.rest}",
|
|
16990
|
+
"dark-dimmed-high-contrast": "{control.borderColor.emphasis}",
|
|
16991
|
+
"light-high-contrast": "{control.borderColor.emphasis}",
|
|
16992
|
+
"light-tritanopia-high-contrast": "{control.borderColor.emphasis}",
|
|
16993
|
+
"light-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}",
|
|
16994
|
+
"dark-high-contrast": "{control.borderColor.emphasis}",
|
|
16995
|
+
"dark-tritanopia-high-contrast": "{control.borderColor.emphasis}",
|
|
16996
|
+
"dark-protanopia-deuteranopia-high-contrast": "{control.borderColor.emphasis}"
|
|
16983
16997
|
}
|
|
16984
16998
|
},
|
|
16985
16999
|
"key": "{controlKnob.borderColor.rest}"
|
|
@@ -16987,7 +17001,7 @@
|
|
|
16987
17001
|
"name": "controlKnob-borderColor-rest",
|
|
16988
17002
|
"attributes": {},
|
|
16989
17003
|
"path": ["controlKnob", "borderColor", "rest"],
|
|
16990
|
-
"value": "#
|
|
17004
|
+
"value": "#d1d9e0",
|
|
16991
17005
|
"type": "color"
|
|
16992
17006
|
},
|
|
16993
17007
|
"controlTrack-bgColor-active": {
|
|
@@ -36082,6 +36096,147 @@
|
|
|
36082
36096
|
"value": "#f2e9e9",
|
|
36083
36097
|
"type": "color"
|
|
36084
36098
|
},
|
|
36099
|
+
"label-auburn-borderColor": {
|
|
36100
|
+
"key": "{label.auburn.borderColor}",
|
|
36101
|
+
"$extensions": {
|
|
36102
|
+
"org.primer.figma": {
|
|
36103
|
+
"collection": "mode",
|
|
36104
|
+
"group": "component",
|
|
36105
|
+
"scopes": ["borderColor"]
|
|
36106
|
+
},
|
|
36107
|
+
"org.primer.overrides": {
|
|
36108
|
+
"dark": {
|
|
36109
|
+
"$value": "#ffffff00",
|
|
36110
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36111
|
+
"isSource": true,
|
|
36112
|
+
"$type": "color"
|
|
36113
|
+
},
|
|
36114
|
+
"dark-dimmed": {
|
|
36115
|
+
"$value": "#ffffff00",
|
|
36116
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36117
|
+
"isSource": true,
|
|
36118
|
+
"$type": "color"
|
|
36119
|
+
},
|
|
36120
|
+
"light-high-contrast": {
|
|
36121
|
+
"$value": "#8a5551",
|
|
36122
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36123
|
+
"isSource": true,
|
|
36124
|
+
"$type": "color"
|
|
36125
|
+
},
|
|
36126
|
+
"dark-high-contrast": {
|
|
36127
|
+
"$value": "#8a5551",
|
|
36128
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36129
|
+
"isSource": true,
|
|
36130
|
+
"$type": "color"
|
|
36131
|
+
},
|
|
36132
|
+
"dark-dimmed-high-contrast": {
|
|
36133
|
+
"$value": "#8a5551",
|
|
36134
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36135
|
+
"isSource": true,
|
|
36136
|
+
"$type": "color"
|
|
36137
|
+
},
|
|
36138
|
+
"dark-tritanopia-high-contrast": {
|
|
36139
|
+
"$value": "#8a5551",
|
|
36140
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36141
|
+
"isSource": true,
|
|
36142
|
+
"$type": "color"
|
|
36143
|
+
},
|
|
36144
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36145
|
+
"$value": "#8a5551",
|
|
36146
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36147
|
+
"isSource": true,
|
|
36148
|
+
"$type": "color"
|
|
36149
|
+
},
|
|
36150
|
+
"light-tritanopia-high-contrast": {
|
|
36151
|
+
"$value": "#8a5551",
|
|
36152
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36153
|
+
"isSource": true,
|
|
36154
|
+
"$type": "color"
|
|
36155
|
+
},
|
|
36156
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36157
|
+
"$value": "#8a5551",
|
|
36158
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36159
|
+
"isSource": true,
|
|
36160
|
+
"$type": "color"
|
|
36161
|
+
}
|
|
36162
|
+
}
|
|
36163
|
+
},
|
|
36164
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36165
|
+
"isSource": true,
|
|
36166
|
+
"original": {
|
|
36167
|
+
"$value": "{base.color.transparent}",
|
|
36168
|
+
"$type": "color",
|
|
36169
|
+
"$extensions": {
|
|
36170
|
+
"org.primer.figma": {
|
|
36171
|
+
"collection": "mode",
|
|
36172
|
+
"group": "component",
|
|
36173
|
+
"scopes": ["borderColor"]
|
|
36174
|
+
},
|
|
36175
|
+
"org.primer.overrides": {
|
|
36176
|
+
"dark": {
|
|
36177
|
+
"$value": "{base.color.transparent}",
|
|
36178
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36179
|
+
"isSource": true,
|
|
36180
|
+
"$type": "color"
|
|
36181
|
+
},
|
|
36182
|
+
"dark-dimmed": {
|
|
36183
|
+
"$value": "{base.color.transparent}",
|
|
36184
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36185
|
+
"isSource": true,
|
|
36186
|
+
"$type": "color"
|
|
36187
|
+
},
|
|
36188
|
+
"light-high-contrast": {
|
|
36189
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36190
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36191
|
+
"isSource": true,
|
|
36192
|
+
"$type": "color"
|
|
36193
|
+
},
|
|
36194
|
+
"dark-high-contrast": {
|
|
36195
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36196
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36197
|
+
"isSource": true,
|
|
36198
|
+
"$type": "color"
|
|
36199
|
+
},
|
|
36200
|
+
"dark-dimmed-high-contrast": {
|
|
36201
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36202
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36203
|
+
"isSource": true,
|
|
36204
|
+
"$type": "color"
|
|
36205
|
+
},
|
|
36206
|
+
"dark-tritanopia-high-contrast": {
|
|
36207
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36208
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36209
|
+
"isSource": true,
|
|
36210
|
+
"$type": "color"
|
|
36211
|
+
},
|
|
36212
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36213
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36214
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36215
|
+
"isSource": true,
|
|
36216
|
+
"$type": "color"
|
|
36217
|
+
},
|
|
36218
|
+
"light-tritanopia-high-contrast": {
|
|
36219
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36220
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36221
|
+
"isSource": true,
|
|
36222
|
+
"$type": "color"
|
|
36223
|
+
},
|
|
36224
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36225
|
+
"$value": "{label.auburn.fgColor.rest}",
|
|
36226
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36227
|
+
"isSource": true,
|
|
36228
|
+
"$type": "color"
|
|
36229
|
+
}
|
|
36230
|
+
}
|
|
36231
|
+
},
|
|
36232
|
+
"key": "{label.auburn.borderColor}"
|
|
36233
|
+
},
|
|
36234
|
+
"name": "label-auburn-borderColor",
|
|
36235
|
+
"attributes": {},
|
|
36236
|
+
"path": ["label", "auburn", "borderColor"],
|
|
36237
|
+
"value": "#ffffff00",
|
|
36238
|
+
"type": "color"
|
|
36239
|
+
},
|
|
36085
36240
|
"label-auburn-fgColor-active": {
|
|
36086
36241
|
"key": "{label.auburn.fgColor.active}",
|
|
36087
36242
|
"$extensions": {
|
|
@@ -36352,17 +36507,65 @@
|
|
|
36352
36507
|
"value": "#d1f0ff",
|
|
36353
36508
|
"type": "color"
|
|
36354
36509
|
},
|
|
36355
|
-
"label-blue-
|
|
36356
|
-
"key": "{label.blue.
|
|
36510
|
+
"label-blue-borderColor": {
|
|
36511
|
+
"key": "{label.blue.borderColor}",
|
|
36357
36512
|
"$extensions": {
|
|
36358
36513
|
"org.primer.figma": {
|
|
36359
36514
|
"collection": "mode",
|
|
36360
36515
|
"group": "component",
|
|
36361
|
-
"scopes": ["
|
|
36516
|
+
"scopes": ["borderColor"]
|
|
36362
36517
|
},
|
|
36363
36518
|
"org.primer.overrides": {
|
|
36364
36519
|
"dark": {
|
|
36365
|
-
"$value": "#
|
|
36520
|
+
"$value": "#ffffff00",
|
|
36521
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36522
|
+
"isSource": true,
|
|
36523
|
+
"$type": "color"
|
|
36524
|
+
},
|
|
36525
|
+
"dark-dimmed": {
|
|
36526
|
+
"$value": "#ffffff00",
|
|
36527
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36528
|
+
"isSource": true,
|
|
36529
|
+
"$type": "color"
|
|
36530
|
+
},
|
|
36531
|
+
"light-high-contrast": {
|
|
36532
|
+
"$value": "#005fcc",
|
|
36533
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36534
|
+
"isSource": true,
|
|
36535
|
+
"$type": "color"
|
|
36536
|
+
},
|
|
36537
|
+
"dark-high-contrast": {
|
|
36538
|
+
"$value": "#005fcc",
|
|
36539
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36540
|
+
"isSource": true,
|
|
36541
|
+
"$type": "color"
|
|
36542
|
+
},
|
|
36543
|
+
"dark-dimmed-high-contrast": {
|
|
36544
|
+
"$value": "#005fcc",
|
|
36545
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36546
|
+
"isSource": true,
|
|
36547
|
+
"$type": "color"
|
|
36548
|
+
},
|
|
36549
|
+
"dark-tritanopia-high-contrast": {
|
|
36550
|
+
"$value": "#005fcc",
|
|
36551
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36552
|
+
"isSource": true,
|
|
36553
|
+
"$type": "color"
|
|
36554
|
+
},
|
|
36555
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36556
|
+
"$value": "#005fcc",
|
|
36557
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36558
|
+
"isSource": true,
|
|
36559
|
+
"$type": "color"
|
|
36560
|
+
},
|
|
36561
|
+
"light-tritanopia-high-contrast": {
|
|
36562
|
+
"$value": "#005fcc",
|
|
36563
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36564
|
+
"isSource": true,
|
|
36565
|
+
"$type": "color"
|
|
36566
|
+
},
|
|
36567
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36568
|
+
"$value": "#005fcc",
|
|
36366
36569
|
"filePath": "src/tokens/component/label.json5",
|
|
36367
36570
|
"isSource": true,
|
|
36368
36571
|
"$type": "color"
|
|
@@ -36372,33 +36575,81 @@
|
|
|
36372
36575
|
"filePath": "src/tokens/component/label.json5",
|
|
36373
36576
|
"isSource": true,
|
|
36374
36577
|
"original": {
|
|
36375
|
-
"$value": "{base.
|
|
36578
|
+
"$value": "{base.color.transparent}",
|
|
36376
36579
|
"$type": "color",
|
|
36377
36580
|
"$extensions": {
|
|
36378
36581
|
"org.primer.figma": {
|
|
36379
36582
|
"collection": "mode",
|
|
36380
36583
|
"group": "component",
|
|
36381
|
-
"scopes": ["
|
|
36584
|
+
"scopes": ["borderColor"]
|
|
36382
36585
|
},
|
|
36383
36586
|
"org.primer.overrides": {
|
|
36384
36587
|
"dark": {
|
|
36385
|
-
"$value": "{base.
|
|
36588
|
+
"$value": "{base.color.transparent}",
|
|
36589
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36590
|
+
"isSource": true,
|
|
36591
|
+
"$type": "color"
|
|
36592
|
+
},
|
|
36593
|
+
"dark-dimmed": {
|
|
36594
|
+
"$value": "{base.color.transparent}",
|
|
36595
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36596
|
+
"isSource": true,
|
|
36597
|
+
"$type": "color"
|
|
36598
|
+
},
|
|
36599
|
+
"light-high-contrast": {
|
|
36600
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36601
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36602
|
+
"isSource": true,
|
|
36603
|
+
"$type": "color"
|
|
36604
|
+
},
|
|
36605
|
+
"dark-high-contrast": {
|
|
36606
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36607
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36608
|
+
"isSource": true,
|
|
36609
|
+
"$type": "color"
|
|
36610
|
+
},
|
|
36611
|
+
"dark-dimmed-high-contrast": {
|
|
36612
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36613
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36614
|
+
"isSource": true,
|
|
36615
|
+
"$type": "color"
|
|
36616
|
+
},
|
|
36617
|
+
"dark-tritanopia-high-contrast": {
|
|
36618
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36619
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36620
|
+
"isSource": true,
|
|
36621
|
+
"$type": "color"
|
|
36622
|
+
},
|
|
36623
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36624
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36625
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36626
|
+
"isSource": true,
|
|
36627
|
+
"$type": "color"
|
|
36628
|
+
},
|
|
36629
|
+
"light-tritanopia-high-contrast": {
|
|
36630
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36631
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36632
|
+
"isSource": true,
|
|
36633
|
+
"$type": "color"
|
|
36634
|
+
},
|
|
36635
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36636
|
+
"$value": "{label.blue.fgColor.rest}",
|
|
36386
36637
|
"filePath": "src/tokens/component/label.json5",
|
|
36387
36638
|
"isSource": true,
|
|
36388
36639
|
"$type": "color"
|
|
36389
36640
|
}
|
|
36390
36641
|
}
|
|
36391
36642
|
},
|
|
36392
|
-
"key": "{label.blue.
|
|
36643
|
+
"key": "{label.blue.borderColor}"
|
|
36393
36644
|
},
|
|
36394
|
-
"name": "label-blue-
|
|
36645
|
+
"name": "label-blue-borderColor",
|
|
36395
36646
|
"attributes": {},
|
|
36396
|
-
"path": ["label", "blue", "
|
|
36397
|
-
"value": "#
|
|
36647
|
+
"path": ["label", "blue", "borderColor"],
|
|
36648
|
+
"value": "#ffffff00",
|
|
36398
36649
|
"type": "color"
|
|
36399
36650
|
},
|
|
36400
|
-
"label-blue-fgColor-
|
|
36401
|
-
"key": "{label.blue.fgColor.
|
|
36651
|
+
"label-blue-fgColor-active": {
|
|
36652
|
+
"key": "{label.blue.fgColor.active}",
|
|
36402
36653
|
"$extensions": {
|
|
36403
36654
|
"org.primer.figma": {
|
|
36404
36655
|
"collection": "mode",
|
|
@@ -36407,7 +36658,7 @@
|
|
|
36407
36658
|
},
|
|
36408
36659
|
"org.primer.overrides": {
|
|
36409
36660
|
"dark": {
|
|
36410
|
-
"$value": "#
|
|
36661
|
+
"$value": "#003d99",
|
|
36411
36662
|
"filePath": "src/tokens/component/label.json5",
|
|
36412
36663
|
"isSource": true,
|
|
36413
36664
|
"$type": "color"
|
|
@@ -36417,7 +36668,7 @@
|
|
|
36417
36668
|
"filePath": "src/tokens/component/label.json5",
|
|
36418
36669
|
"isSource": true,
|
|
36419
36670
|
"original": {
|
|
36420
|
-
"$value": "{base.display.color.blue.
|
|
36671
|
+
"$value": "{base.display.color.blue.8}",
|
|
36421
36672
|
"$type": "color",
|
|
36422
36673
|
"$extensions": {
|
|
36423
36674
|
"org.primer.figma": {
|
|
@@ -36427,14 +36678,59 @@
|
|
|
36427
36678
|
},
|
|
36428
36679
|
"org.primer.overrides": {
|
|
36429
36680
|
"dark": {
|
|
36430
|
-
"$value": "{base.display.color.blue.
|
|
36681
|
+
"$value": "{base.display.color.blue.8}",
|
|
36431
36682
|
"filePath": "src/tokens/component/label.json5",
|
|
36432
36683
|
"isSource": true,
|
|
36433
36684
|
"$type": "color"
|
|
36434
36685
|
}
|
|
36435
36686
|
}
|
|
36436
36687
|
},
|
|
36437
|
-
"key": "{label.blue.fgColor.
|
|
36688
|
+
"key": "{label.blue.fgColor.active}"
|
|
36689
|
+
},
|
|
36690
|
+
"name": "label-blue-fgColor-active",
|
|
36691
|
+
"attributes": {},
|
|
36692
|
+
"path": ["label", "blue", "fgColor", "active"],
|
|
36693
|
+
"value": "#003d99",
|
|
36694
|
+
"type": "color"
|
|
36695
|
+
},
|
|
36696
|
+
"label-blue-fgColor-hover": {
|
|
36697
|
+
"key": "{label.blue.fgColor.hover}",
|
|
36698
|
+
"$extensions": {
|
|
36699
|
+
"org.primer.figma": {
|
|
36700
|
+
"collection": "mode",
|
|
36701
|
+
"group": "component",
|
|
36702
|
+
"scopes": ["fgColor"]
|
|
36703
|
+
},
|
|
36704
|
+
"org.primer.overrides": {
|
|
36705
|
+
"dark": {
|
|
36706
|
+
"$value": "#004db3",
|
|
36707
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36708
|
+
"isSource": true,
|
|
36709
|
+
"$type": "color"
|
|
36710
|
+
}
|
|
36711
|
+
}
|
|
36712
|
+
},
|
|
36713
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36714
|
+
"isSource": true,
|
|
36715
|
+
"original": {
|
|
36716
|
+
"$value": "{base.display.color.blue.7}",
|
|
36717
|
+
"$type": "color",
|
|
36718
|
+
"$extensions": {
|
|
36719
|
+
"org.primer.figma": {
|
|
36720
|
+
"collection": "mode",
|
|
36721
|
+
"group": "component",
|
|
36722
|
+
"scopes": ["fgColor"]
|
|
36723
|
+
},
|
|
36724
|
+
"org.primer.overrides": {
|
|
36725
|
+
"dark": {
|
|
36726
|
+
"$value": "{base.display.color.blue.7}",
|
|
36727
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36728
|
+
"isSource": true,
|
|
36729
|
+
"$type": "color"
|
|
36730
|
+
}
|
|
36731
|
+
}
|
|
36732
|
+
},
|
|
36733
|
+
"key": "{label.blue.fgColor.hover}"
|
|
36438
36734
|
},
|
|
36439
36735
|
"name": "label-blue-fgColor-hover",
|
|
36440
36736
|
"attributes": {},
|
|
@@ -36622,6 +36918,147 @@
|
|
|
36622
36918
|
"value": "#eeeae2",
|
|
36623
36919
|
"type": "color"
|
|
36624
36920
|
},
|
|
36921
|
+
"label-brown-borderColor": {
|
|
36922
|
+
"key": "{label.brown.borderColor}",
|
|
36923
|
+
"$extensions": {
|
|
36924
|
+
"org.primer.figma": {
|
|
36925
|
+
"collection": "mode",
|
|
36926
|
+
"group": "component",
|
|
36927
|
+
"scopes": ["borderColor"]
|
|
36928
|
+
},
|
|
36929
|
+
"org.primer.overrides": {
|
|
36930
|
+
"dark": {
|
|
36931
|
+
"$value": "#ffffff00",
|
|
36932
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36933
|
+
"isSource": true,
|
|
36934
|
+
"$type": "color"
|
|
36935
|
+
},
|
|
36936
|
+
"dark-dimmed": {
|
|
36937
|
+
"$value": "#ffffff00",
|
|
36938
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36939
|
+
"isSource": true,
|
|
36940
|
+
"$type": "color"
|
|
36941
|
+
},
|
|
36942
|
+
"light-high-contrast": {
|
|
36943
|
+
"$value": "#755f43",
|
|
36944
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36945
|
+
"isSource": true,
|
|
36946
|
+
"$type": "color"
|
|
36947
|
+
},
|
|
36948
|
+
"dark-high-contrast": {
|
|
36949
|
+
"$value": "#755f43",
|
|
36950
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36951
|
+
"isSource": true,
|
|
36952
|
+
"$type": "color"
|
|
36953
|
+
},
|
|
36954
|
+
"dark-dimmed-high-contrast": {
|
|
36955
|
+
"$value": "#755f43",
|
|
36956
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36957
|
+
"isSource": true,
|
|
36958
|
+
"$type": "color"
|
|
36959
|
+
},
|
|
36960
|
+
"dark-tritanopia-high-contrast": {
|
|
36961
|
+
"$value": "#755f43",
|
|
36962
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36963
|
+
"isSource": true,
|
|
36964
|
+
"$type": "color"
|
|
36965
|
+
},
|
|
36966
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
36967
|
+
"$value": "#755f43",
|
|
36968
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36969
|
+
"isSource": true,
|
|
36970
|
+
"$type": "color"
|
|
36971
|
+
},
|
|
36972
|
+
"light-tritanopia-high-contrast": {
|
|
36973
|
+
"$value": "#755f43",
|
|
36974
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36975
|
+
"isSource": true,
|
|
36976
|
+
"$type": "color"
|
|
36977
|
+
},
|
|
36978
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
36979
|
+
"$value": "#755f43",
|
|
36980
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36981
|
+
"isSource": true,
|
|
36982
|
+
"$type": "color"
|
|
36983
|
+
}
|
|
36984
|
+
}
|
|
36985
|
+
},
|
|
36986
|
+
"filePath": "src/tokens/component/label.json5",
|
|
36987
|
+
"isSource": true,
|
|
36988
|
+
"original": {
|
|
36989
|
+
"$value": "{base.color.transparent}",
|
|
36990
|
+
"$type": "color",
|
|
36991
|
+
"$extensions": {
|
|
36992
|
+
"org.primer.figma": {
|
|
36993
|
+
"collection": "mode",
|
|
36994
|
+
"group": "component",
|
|
36995
|
+
"scopes": ["borderColor"]
|
|
36996
|
+
},
|
|
36997
|
+
"org.primer.overrides": {
|
|
36998
|
+
"dark": {
|
|
36999
|
+
"$value": "{base.color.transparent}",
|
|
37000
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37001
|
+
"isSource": true,
|
|
37002
|
+
"$type": "color"
|
|
37003
|
+
},
|
|
37004
|
+
"dark-dimmed": {
|
|
37005
|
+
"$value": "{base.color.transparent}",
|
|
37006
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37007
|
+
"isSource": true,
|
|
37008
|
+
"$type": "color"
|
|
37009
|
+
},
|
|
37010
|
+
"light-high-contrast": {
|
|
37011
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37012
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37013
|
+
"isSource": true,
|
|
37014
|
+
"$type": "color"
|
|
37015
|
+
},
|
|
37016
|
+
"dark-high-contrast": {
|
|
37017
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37018
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37019
|
+
"isSource": true,
|
|
37020
|
+
"$type": "color"
|
|
37021
|
+
},
|
|
37022
|
+
"dark-dimmed-high-contrast": {
|
|
37023
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37024
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37025
|
+
"isSource": true,
|
|
37026
|
+
"$type": "color"
|
|
37027
|
+
},
|
|
37028
|
+
"dark-tritanopia-high-contrast": {
|
|
37029
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37030
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37031
|
+
"isSource": true,
|
|
37032
|
+
"$type": "color"
|
|
37033
|
+
},
|
|
37034
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37035
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37036
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37037
|
+
"isSource": true,
|
|
37038
|
+
"$type": "color"
|
|
37039
|
+
},
|
|
37040
|
+
"light-tritanopia-high-contrast": {
|
|
37041
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37042
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37043
|
+
"isSource": true,
|
|
37044
|
+
"$type": "color"
|
|
37045
|
+
},
|
|
37046
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37047
|
+
"$value": "{label.brown.fgColor.rest}",
|
|
37048
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37049
|
+
"isSource": true,
|
|
37050
|
+
"$type": "color"
|
|
37051
|
+
}
|
|
37052
|
+
}
|
|
37053
|
+
},
|
|
37054
|
+
"key": "{label.brown.borderColor}"
|
|
37055
|
+
},
|
|
37056
|
+
"name": "label-brown-borderColor",
|
|
37057
|
+
"attributes": {},
|
|
37058
|
+
"path": ["label", "brown", "borderColor"],
|
|
37059
|
+
"value": "#ffffff00",
|
|
37060
|
+
"type": "color"
|
|
37061
|
+
},
|
|
36625
37062
|
"label-brown-fgColor-active": {
|
|
36626
37063
|
"key": "{label.brown.fgColor.active}",
|
|
36627
37064
|
"$extensions": {
|
|
@@ -36892,17 +37329,65 @@
|
|
|
36892
37329
|
"value": "#ffe5db",
|
|
36893
37330
|
"type": "color"
|
|
36894
37331
|
},
|
|
36895
|
-
"label-coral-
|
|
36896
|
-
"key": "{label.coral.
|
|
37332
|
+
"label-coral-borderColor": {
|
|
37333
|
+
"key": "{label.coral.borderColor}",
|
|
36897
37334
|
"$extensions": {
|
|
36898
37335
|
"org.primer.figma": {
|
|
36899
37336
|
"collection": "mode",
|
|
36900
37337
|
"group": "component",
|
|
36901
|
-
"scopes": ["
|
|
37338
|
+
"scopes": ["borderColor"]
|
|
36902
37339
|
},
|
|
36903
37340
|
"org.primer.overrides": {
|
|
36904
37341
|
"dark": {
|
|
36905
|
-
"$value": "#
|
|
37342
|
+
"$value": "#ffffff00",
|
|
37343
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37344
|
+
"isSource": true,
|
|
37345
|
+
"$type": "color"
|
|
37346
|
+
},
|
|
37347
|
+
"dark-dimmed": {
|
|
37348
|
+
"$value": "#ffffff00",
|
|
37349
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37350
|
+
"isSource": true,
|
|
37351
|
+
"$type": "color"
|
|
37352
|
+
},
|
|
37353
|
+
"light-high-contrast": {
|
|
37354
|
+
"$value": "#ba2e12",
|
|
37355
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37356
|
+
"isSource": true,
|
|
37357
|
+
"$type": "color"
|
|
37358
|
+
},
|
|
37359
|
+
"dark-high-contrast": {
|
|
37360
|
+
"$value": "#ba2e12",
|
|
37361
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37362
|
+
"isSource": true,
|
|
37363
|
+
"$type": "color"
|
|
37364
|
+
},
|
|
37365
|
+
"dark-dimmed-high-contrast": {
|
|
37366
|
+
"$value": "#ba2e12",
|
|
37367
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37368
|
+
"isSource": true,
|
|
37369
|
+
"$type": "color"
|
|
37370
|
+
},
|
|
37371
|
+
"dark-tritanopia-high-contrast": {
|
|
37372
|
+
"$value": "#ba2e12",
|
|
37373
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37374
|
+
"isSource": true,
|
|
37375
|
+
"$type": "color"
|
|
37376
|
+
},
|
|
37377
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37378
|
+
"$value": "#ba2e12",
|
|
37379
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37380
|
+
"isSource": true,
|
|
37381
|
+
"$type": "color"
|
|
37382
|
+
},
|
|
37383
|
+
"light-tritanopia-high-contrast": {
|
|
37384
|
+
"$value": "#ba2e12",
|
|
37385
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37386
|
+
"isSource": true,
|
|
37387
|
+
"$type": "color"
|
|
37388
|
+
},
|
|
37389
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37390
|
+
"$value": "#ba2e12",
|
|
36906
37391
|
"filePath": "src/tokens/component/label.json5",
|
|
36907
37392
|
"isSource": true,
|
|
36908
37393
|
"$type": "color"
|
|
@@ -36912,41 +37397,134 @@
|
|
|
36912
37397
|
"filePath": "src/tokens/component/label.json5",
|
|
36913
37398
|
"isSource": true,
|
|
36914
37399
|
"original": {
|
|
36915
|
-
"$value": "{base.
|
|
37400
|
+
"$value": "{base.color.transparent}",
|
|
36916
37401
|
"$type": "color",
|
|
36917
37402
|
"$extensions": {
|
|
36918
37403
|
"org.primer.figma": {
|
|
36919
37404
|
"collection": "mode",
|
|
36920
37405
|
"group": "component",
|
|
36921
|
-
"scopes": ["
|
|
37406
|
+
"scopes": ["borderColor"]
|
|
36922
37407
|
},
|
|
36923
37408
|
"org.primer.overrides": {
|
|
36924
37409
|
"dark": {
|
|
36925
|
-
"$value": "{base.
|
|
37410
|
+
"$value": "{base.color.transparent}",
|
|
36926
37411
|
"filePath": "src/tokens/component/label.json5",
|
|
36927
37412
|
"isSource": true,
|
|
36928
37413
|
"$type": "color"
|
|
36929
|
-
}
|
|
36930
|
-
|
|
36931
|
-
|
|
36932
|
-
|
|
36933
|
-
|
|
36934
|
-
|
|
36935
|
-
|
|
36936
|
-
|
|
36937
|
-
|
|
36938
|
-
|
|
36939
|
-
|
|
36940
|
-
|
|
36941
|
-
|
|
36942
|
-
|
|
36943
|
-
|
|
36944
|
-
|
|
36945
|
-
|
|
36946
|
-
|
|
36947
|
-
|
|
36948
|
-
|
|
36949
|
-
|
|
37414
|
+
},
|
|
37415
|
+
"dark-dimmed": {
|
|
37416
|
+
"$value": "{base.color.transparent}",
|
|
37417
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37418
|
+
"isSource": true,
|
|
37419
|
+
"$type": "color"
|
|
37420
|
+
},
|
|
37421
|
+
"light-high-contrast": {
|
|
37422
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37423
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37424
|
+
"isSource": true,
|
|
37425
|
+
"$type": "color"
|
|
37426
|
+
},
|
|
37427
|
+
"dark-high-contrast": {
|
|
37428
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37429
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37430
|
+
"isSource": true,
|
|
37431
|
+
"$type": "color"
|
|
37432
|
+
},
|
|
37433
|
+
"dark-dimmed-high-contrast": {
|
|
37434
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37435
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37436
|
+
"isSource": true,
|
|
37437
|
+
"$type": "color"
|
|
37438
|
+
},
|
|
37439
|
+
"dark-tritanopia-high-contrast": {
|
|
37440
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37441
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37442
|
+
"isSource": true,
|
|
37443
|
+
"$type": "color"
|
|
37444
|
+
},
|
|
37445
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37446
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37447
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37448
|
+
"isSource": true,
|
|
37449
|
+
"$type": "color"
|
|
37450
|
+
},
|
|
37451
|
+
"light-tritanopia-high-contrast": {
|
|
37452
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37453
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37454
|
+
"isSource": true,
|
|
37455
|
+
"$type": "color"
|
|
37456
|
+
},
|
|
37457
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37458
|
+
"$value": "{label.coral.fgColor.rest}",
|
|
37459
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37460
|
+
"isSource": true,
|
|
37461
|
+
"$type": "color"
|
|
37462
|
+
}
|
|
37463
|
+
}
|
|
37464
|
+
},
|
|
37465
|
+
"key": "{label.coral.borderColor}"
|
|
37466
|
+
},
|
|
37467
|
+
"name": "label-coral-borderColor",
|
|
37468
|
+
"attributes": {},
|
|
37469
|
+
"path": ["label", "coral", "borderColor"],
|
|
37470
|
+
"value": "#ffffff00",
|
|
37471
|
+
"type": "color"
|
|
37472
|
+
},
|
|
37473
|
+
"label-coral-fgColor-active": {
|
|
37474
|
+
"key": "{label.coral.fgColor.active}",
|
|
37475
|
+
"$extensions": {
|
|
37476
|
+
"org.primer.figma": {
|
|
37477
|
+
"collection": "mode",
|
|
37478
|
+
"group": "component",
|
|
37479
|
+
"scopes": ["fgColor"]
|
|
37480
|
+
},
|
|
37481
|
+
"org.primer.overrides": {
|
|
37482
|
+
"dark": {
|
|
37483
|
+
"$value": "#7e2011",
|
|
37484
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37485
|
+
"isSource": true,
|
|
37486
|
+
"$type": "color"
|
|
37487
|
+
}
|
|
37488
|
+
}
|
|
37489
|
+
},
|
|
37490
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37491
|
+
"isSource": true,
|
|
37492
|
+
"original": {
|
|
37493
|
+
"$value": "{base.display.color.coral.8}",
|
|
37494
|
+
"$type": "color",
|
|
37495
|
+
"$extensions": {
|
|
37496
|
+
"org.primer.figma": {
|
|
37497
|
+
"collection": "mode",
|
|
37498
|
+
"group": "component",
|
|
37499
|
+
"scopes": ["fgColor"]
|
|
37500
|
+
},
|
|
37501
|
+
"org.primer.overrides": {
|
|
37502
|
+
"dark": {
|
|
37503
|
+
"$value": "{base.display.color.coral.8}",
|
|
37504
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37505
|
+
"isSource": true,
|
|
37506
|
+
"$type": "color"
|
|
37507
|
+
}
|
|
37508
|
+
}
|
|
37509
|
+
},
|
|
37510
|
+
"key": "{label.coral.fgColor.active}"
|
|
37511
|
+
},
|
|
37512
|
+
"name": "label-coral-fgColor-active",
|
|
37513
|
+
"attributes": {},
|
|
37514
|
+
"path": ["label", "coral", "fgColor", "active"],
|
|
37515
|
+
"value": "#7e2011",
|
|
37516
|
+
"type": "color"
|
|
37517
|
+
},
|
|
37518
|
+
"label-coral-fgColor-hover": {
|
|
37519
|
+
"key": "{label.coral.fgColor.hover}",
|
|
37520
|
+
"$extensions": {
|
|
37521
|
+
"org.primer.figma": {
|
|
37522
|
+
"collection": "mode",
|
|
37523
|
+
"group": "component",
|
|
37524
|
+
"scopes": ["fgColor"]
|
|
37525
|
+
},
|
|
37526
|
+
"org.primer.overrides": {
|
|
37527
|
+
"dark": {
|
|
36950
37528
|
"$value": "#9b2712",
|
|
36951
37529
|
"filePath": "src/tokens/component/label.json5",
|
|
36952
37530
|
"isSource": true,
|
|
@@ -37162,6 +37740,147 @@
|
|
|
37162
37740
|
"value": "#bdf4ff",
|
|
37163
37741
|
"type": "color"
|
|
37164
37742
|
},
|
|
37743
|
+
"label-cyan-borderColor": {
|
|
37744
|
+
"key": "{label.cyan.borderColor}",
|
|
37745
|
+
"$extensions": {
|
|
37746
|
+
"org.primer.figma": {
|
|
37747
|
+
"collection": "mode",
|
|
37748
|
+
"group": "component",
|
|
37749
|
+
"scopes": ["borderColor"]
|
|
37750
|
+
},
|
|
37751
|
+
"org.primer.overrides": {
|
|
37752
|
+
"dark": {
|
|
37753
|
+
"$value": "#ffffff00",
|
|
37754
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37755
|
+
"isSource": true,
|
|
37756
|
+
"$type": "color"
|
|
37757
|
+
},
|
|
37758
|
+
"dark-dimmed": {
|
|
37759
|
+
"$value": "#ffffff00",
|
|
37760
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37761
|
+
"isSource": true,
|
|
37762
|
+
"$type": "color"
|
|
37763
|
+
},
|
|
37764
|
+
"light-high-contrast": {
|
|
37765
|
+
"$value": "#006a80",
|
|
37766
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37767
|
+
"isSource": true,
|
|
37768
|
+
"$type": "color"
|
|
37769
|
+
},
|
|
37770
|
+
"dark-high-contrast": {
|
|
37771
|
+
"$value": "#006a80",
|
|
37772
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37773
|
+
"isSource": true,
|
|
37774
|
+
"$type": "color"
|
|
37775
|
+
},
|
|
37776
|
+
"dark-dimmed-high-contrast": {
|
|
37777
|
+
"$value": "#006a80",
|
|
37778
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37779
|
+
"isSource": true,
|
|
37780
|
+
"$type": "color"
|
|
37781
|
+
},
|
|
37782
|
+
"dark-tritanopia-high-contrast": {
|
|
37783
|
+
"$value": "#006a80",
|
|
37784
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37785
|
+
"isSource": true,
|
|
37786
|
+
"$type": "color"
|
|
37787
|
+
},
|
|
37788
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37789
|
+
"$value": "#006a80",
|
|
37790
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37791
|
+
"isSource": true,
|
|
37792
|
+
"$type": "color"
|
|
37793
|
+
},
|
|
37794
|
+
"light-tritanopia-high-contrast": {
|
|
37795
|
+
"$value": "#006a80",
|
|
37796
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37797
|
+
"isSource": true,
|
|
37798
|
+
"$type": "color"
|
|
37799
|
+
},
|
|
37800
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37801
|
+
"$value": "#006a80",
|
|
37802
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37803
|
+
"isSource": true,
|
|
37804
|
+
"$type": "color"
|
|
37805
|
+
}
|
|
37806
|
+
}
|
|
37807
|
+
},
|
|
37808
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37809
|
+
"isSource": true,
|
|
37810
|
+
"original": {
|
|
37811
|
+
"$value": "{base.color.transparent}",
|
|
37812
|
+
"$type": "color",
|
|
37813
|
+
"$extensions": {
|
|
37814
|
+
"org.primer.figma": {
|
|
37815
|
+
"collection": "mode",
|
|
37816
|
+
"group": "component",
|
|
37817
|
+
"scopes": ["borderColor"]
|
|
37818
|
+
},
|
|
37819
|
+
"org.primer.overrides": {
|
|
37820
|
+
"dark": {
|
|
37821
|
+
"$value": "{base.color.transparent}",
|
|
37822
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37823
|
+
"isSource": true,
|
|
37824
|
+
"$type": "color"
|
|
37825
|
+
},
|
|
37826
|
+
"dark-dimmed": {
|
|
37827
|
+
"$value": "{base.color.transparent}",
|
|
37828
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37829
|
+
"isSource": true,
|
|
37830
|
+
"$type": "color"
|
|
37831
|
+
},
|
|
37832
|
+
"light-high-contrast": {
|
|
37833
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37834
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37835
|
+
"isSource": true,
|
|
37836
|
+
"$type": "color"
|
|
37837
|
+
},
|
|
37838
|
+
"dark-high-contrast": {
|
|
37839
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37840
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37841
|
+
"isSource": true,
|
|
37842
|
+
"$type": "color"
|
|
37843
|
+
},
|
|
37844
|
+
"dark-dimmed-high-contrast": {
|
|
37845
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37846
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37847
|
+
"isSource": true,
|
|
37848
|
+
"$type": "color"
|
|
37849
|
+
},
|
|
37850
|
+
"dark-tritanopia-high-contrast": {
|
|
37851
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37852
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37853
|
+
"isSource": true,
|
|
37854
|
+
"$type": "color"
|
|
37855
|
+
},
|
|
37856
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
37857
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37858
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37859
|
+
"isSource": true,
|
|
37860
|
+
"$type": "color"
|
|
37861
|
+
},
|
|
37862
|
+
"light-tritanopia-high-contrast": {
|
|
37863
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37864
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37865
|
+
"isSource": true,
|
|
37866
|
+
"$type": "color"
|
|
37867
|
+
},
|
|
37868
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
37869
|
+
"$value": "{label.cyan.fgColor.rest}",
|
|
37870
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37871
|
+
"isSource": true,
|
|
37872
|
+
"$type": "color"
|
|
37873
|
+
}
|
|
37874
|
+
}
|
|
37875
|
+
},
|
|
37876
|
+
"key": "{label.cyan.borderColor}"
|
|
37877
|
+
},
|
|
37878
|
+
"name": "label-cyan-borderColor",
|
|
37879
|
+
"attributes": {},
|
|
37880
|
+
"path": ["label", "cyan", "borderColor"],
|
|
37881
|
+
"value": "#ffffff00",
|
|
37882
|
+
"type": "color"
|
|
37883
|
+
},
|
|
37165
37884
|
"label-cyan-fgColor-active": {
|
|
37166
37885
|
"key": "{label.cyan.fgColor.active}",
|
|
37167
37886
|
"$extensions": {
|
|
@@ -37432,38 +38151,179 @@
|
|
|
37432
38151
|
"value": "#e8ecf2",
|
|
37433
38152
|
"type": "color"
|
|
37434
38153
|
},
|
|
37435
|
-
"label-gray-
|
|
37436
|
-
"key": "{label.gray.
|
|
38154
|
+
"label-gray-borderColor": {
|
|
38155
|
+
"key": "{label.gray.borderColor}",
|
|
37437
38156
|
"$extensions": {
|
|
37438
38157
|
"org.primer.figma": {
|
|
37439
38158
|
"collection": "mode",
|
|
37440
38159
|
"group": "component",
|
|
37441
|
-
"scopes": ["
|
|
38160
|
+
"scopes": ["borderColor"]
|
|
37442
38161
|
},
|
|
37443
38162
|
"org.primer.overrides": {
|
|
37444
38163
|
"dark": {
|
|
37445
|
-
"$value": "#
|
|
38164
|
+
"$value": "#ffffff00",
|
|
37446
38165
|
"filePath": "src/tokens/component/label.json5",
|
|
37447
38166
|
"isSource": true,
|
|
37448
38167
|
"$type": "color"
|
|
37449
|
-
}
|
|
37450
|
-
}
|
|
37451
|
-
},
|
|
37452
|
-
"filePath": "src/tokens/component/label.json5",
|
|
37453
|
-
"isSource": true,
|
|
37454
|
-
"original": {
|
|
37455
|
-
"$value": "{base.display.color.gray.8}",
|
|
37456
|
-
"$type": "color",
|
|
37457
|
-
"$extensions": {
|
|
37458
|
-
"org.primer.figma": {
|
|
37459
|
-
"collection": "mode",
|
|
37460
|
-
"group": "component",
|
|
37461
|
-
"scopes": ["fgColor"]
|
|
37462
38168
|
},
|
|
37463
|
-
"
|
|
37464
|
-
"
|
|
37465
|
-
|
|
37466
|
-
|
|
38169
|
+
"dark-dimmed": {
|
|
38170
|
+
"$value": "#ffffff00",
|
|
38171
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38172
|
+
"isSource": true,
|
|
38173
|
+
"$type": "color"
|
|
38174
|
+
},
|
|
38175
|
+
"light-high-contrast": {
|
|
38176
|
+
"$value": "#5c6570",
|
|
38177
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38178
|
+
"isSource": true,
|
|
38179
|
+
"$type": "color"
|
|
38180
|
+
},
|
|
38181
|
+
"dark-high-contrast": {
|
|
38182
|
+
"$value": "#5c6570",
|
|
38183
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38184
|
+
"isSource": true,
|
|
38185
|
+
"$type": "color"
|
|
38186
|
+
},
|
|
38187
|
+
"dark-dimmed-high-contrast": {
|
|
38188
|
+
"$value": "#5c6570",
|
|
38189
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38190
|
+
"isSource": true,
|
|
38191
|
+
"$type": "color"
|
|
38192
|
+
},
|
|
38193
|
+
"dark-tritanopia-high-contrast": {
|
|
38194
|
+
"$value": "#5c6570",
|
|
38195
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38196
|
+
"isSource": true,
|
|
38197
|
+
"$type": "color"
|
|
38198
|
+
},
|
|
38199
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38200
|
+
"$value": "#5c6570",
|
|
38201
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38202
|
+
"isSource": true,
|
|
38203
|
+
"$type": "color"
|
|
38204
|
+
},
|
|
38205
|
+
"light-tritanopia-high-contrast": {
|
|
38206
|
+
"$value": "#5c6570",
|
|
38207
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38208
|
+
"isSource": true,
|
|
38209
|
+
"$type": "color"
|
|
38210
|
+
},
|
|
38211
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38212
|
+
"$value": "#5c6570",
|
|
38213
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38214
|
+
"isSource": true,
|
|
38215
|
+
"$type": "color"
|
|
38216
|
+
}
|
|
38217
|
+
}
|
|
38218
|
+
},
|
|
38219
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38220
|
+
"isSource": true,
|
|
38221
|
+
"original": {
|
|
38222
|
+
"$value": "{base.color.transparent}",
|
|
38223
|
+
"$type": "color",
|
|
38224
|
+
"$extensions": {
|
|
38225
|
+
"org.primer.figma": {
|
|
38226
|
+
"collection": "mode",
|
|
38227
|
+
"group": "component",
|
|
38228
|
+
"scopes": ["borderColor"]
|
|
38229
|
+
},
|
|
38230
|
+
"org.primer.overrides": {
|
|
38231
|
+
"dark": {
|
|
38232
|
+
"$value": "{base.color.transparent}",
|
|
38233
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38234
|
+
"isSource": true,
|
|
38235
|
+
"$type": "color"
|
|
38236
|
+
},
|
|
38237
|
+
"dark-dimmed": {
|
|
38238
|
+
"$value": "{base.color.transparent}",
|
|
38239
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38240
|
+
"isSource": true,
|
|
38241
|
+
"$type": "color"
|
|
38242
|
+
},
|
|
38243
|
+
"light-high-contrast": {
|
|
38244
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38245
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38246
|
+
"isSource": true,
|
|
38247
|
+
"$type": "color"
|
|
38248
|
+
},
|
|
38249
|
+
"dark-high-contrast": {
|
|
38250
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38251
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38252
|
+
"isSource": true,
|
|
38253
|
+
"$type": "color"
|
|
38254
|
+
},
|
|
38255
|
+
"dark-dimmed-high-contrast": {
|
|
38256
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38257
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38258
|
+
"isSource": true,
|
|
38259
|
+
"$type": "color"
|
|
38260
|
+
},
|
|
38261
|
+
"dark-tritanopia-high-contrast": {
|
|
38262
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38263
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38264
|
+
"isSource": true,
|
|
38265
|
+
"$type": "color"
|
|
38266
|
+
},
|
|
38267
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38268
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38269
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38270
|
+
"isSource": true,
|
|
38271
|
+
"$type": "color"
|
|
38272
|
+
},
|
|
38273
|
+
"light-tritanopia-high-contrast": {
|
|
38274
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38275
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38276
|
+
"isSource": true,
|
|
38277
|
+
"$type": "color"
|
|
38278
|
+
},
|
|
38279
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38280
|
+
"$value": "{label.gray.fgColor.rest}",
|
|
38281
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38282
|
+
"isSource": true,
|
|
38283
|
+
"$type": "color"
|
|
38284
|
+
}
|
|
38285
|
+
}
|
|
38286
|
+
},
|
|
38287
|
+
"key": "{label.gray.borderColor}"
|
|
38288
|
+
},
|
|
38289
|
+
"name": "label-gray-borderColor",
|
|
38290
|
+
"attributes": {},
|
|
38291
|
+
"path": ["label", "gray", "borderColor"],
|
|
38292
|
+
"value": "#ffffff00",
|
|
38293
|
+
"type": "color"
|
|
38294
|
+
},
|
|
38295
|
+
"label-gray-fgColor-active": {
|
|
38296
|
+
"key": "{label.gray.fgColor.active}",
|
|
38297
|
+
"$extensions": {
|
|
38298
|
+
"org.primer.figma": {
|
|
38299
|
+
"collection": "mode",
|
|
38300
|
+
"group": "component",
|
|
38301
|
+
"scopes": ["fgColor"]
|
|
38302
|
+
},
|
|
38303
|
+
"org.primer.overrides": {
|
|
38304
|
+
"dark": {
|
|
38305
|
+
"$value": "#424448",
|
|
38306
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38307
|
+
"isSource": true,
|
|
38308
|
+
"$type": "color"
|
|
38309
|
+
}
|
|
38310
|
+
}
|
|
38311
|
+
},
|
|
38312
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38313
|
+
"isSource": true,
|
|
38314
|
+
"original": {
|
|
38315
|
+
"$value": "{base.display.color.gray.8}",
|
|
38316
|
+
"$type": "color",
|
|
38317
|
+
"$extensions": {
|
|
38318
|
+
"org.primer.figma": {
|
|
38319
|
+
"collection": "mode",
|
|
38320
|
+
"group": "component",
|
|
38321
|
+
"scopes": ["fgColor"]
|
|
38322
|
+
},
|
|
38323
|
+
"org.primer.overrides": {
|
|
38324
|
+
"dark": {
|
|
38325
|
+
"$value": "{base.display.color.gray.8}",
|
|
38326
|
+
"filePath": "src/tokens/component/label.json5",
|
|
37467
38327
|
"isSource": true,
|
|
37468
38328
|
"$type": "color"
|
|
37469
38329
|
}
|
|
@@ -37702,17 +38562,65 @@
|
|
|
37702
38562
|
"value": "#caf7ca",
|
|
37703
38563
|
"type": "color"
|
|
37704
38564
|
},
|
|
37705
|
-
"label-green-
|
|
37706
|
-
"key": "{label.green.
|
|
38565
|
+
"label-green-borderColor": {
|
|
38566
|
+
"key": "{label.green.borderColor}",
|
|
37707
38567
|
"$extensions": {
|
|
37708
38568
|
"org.primer.figma": {
|
|
37709
38569
|
"collection": "mode",
|
|
37710
38570
|
"group": "component",
|
|
37711
|
-
"scopes": ["
|
|
38571
|
+
"scopes": ["borderColor"]
|
|
37712
38572
|
},
|
|
37713
38573
|
"org.primer.overrides": {
|
|
37714
38574
|
"dark": {
|
|
37715
|
-
"$value": "#
|
|
38575
|
+
"$value": "#ffffff00",
|
|
38576
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38577
|
+
"isSource": true,
|
|
38578
|
+
"$type": "color"
|
|
38579
|
+
},
|
|
38580
|
+
"dark-dimmed": {
|
|
38581
|
+
"$value": "#ffffff00",
|
|
38582
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38583
|
+
"isSource": true,
|
|
38584
|
+
"$type": "color"
|
|
38585
|
+
},
|
|
38586
|
+
"light-high-contrast": {
|
|
38587
|
+
"$value": "#2b6e3f",
|
|
38588
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38589
|
+
"isSource": true,
|
|
38590
|
+
"$type": "color"
|
|
38591
|
+
},
|
|
38592
|
+
"dark-high-contrast": {
|
|
38593
|
+
"$value": "#2b6e3f",
|
|
38594
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38595
|
+
"isSource": true,
|
|
38596
|
+
"$type": "color"
|
|
38597
|
+
},
|
|
38598
|
+
"dark-dimmed-high-contrast": {
|
|
38599
|
+
"$value": "#2b6e3f",
|
|
38600
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38601
|
+
"isSource": true,
|
|
38602
|
+
"$type": "color"
|
|
38603
|
+
},
|
|
38604
|
+
"dark-tritanopia-high-contrast": {
|
|
38605
|
+
"$value": "#2b6e3f",
|
|
38606
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38607
|
+
"isSource": true,
|
|
38608
|
+
"$type": "color"
|
|
38609
|
+
},
|
|
38610
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38611
|
+
"$value": "#2b6e3f",
|
|
38612
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38613
|
+
"isSource": true,
|
|
38614
|
+
"$type": "color"
|
|
38615
|
+
},
|
|
38616
|
+
"light-tritanopia-high-contrast": {
|
|
38617
|
+
"$value": "#2b6e3f",
|
|
38618
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38619
|
+
"isSource": true,
|
|
38620
|
+
"$type": "color"
|
|
38621
|
+
},
|
|
38622
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38623
|
+
"$value": "#2b6e3f",
|
|
37716
38624
|
"filePath": "src/tokens/component/label.json5",
|
|
37717
38625
|
"isSource": true,
|
|
37718
38626
|
"$type": "color"
|
|
@@ -37722,33 +38630,126 @@
|
|
|
37722
38630
|
"filePath": "src/tokens/component/label.json5",
|
|
37723
38631
|
"isSource": true,
|
|
37724
38632
|
"original": {
|
|
37725
|
-
"$value": "{base.
|
|
38633
|
+
"$value": "{base.color.transparent}",
|
|
37726
38634
|
"$type": "color",
|
|
37727
38635
|
"$extensions": {
|
|
37728
38636
|
"org.primer.figma": {
|
|
37729
38637
|
"collection": "mode",
|
|
37730
38638
|
"group": "component",
|
|
37731
|
-
"scopes": ["
|
|
38639
|
+
"scopes": ["borderColor"]
|
|
37732
38640
|
},
|
|
37733
38641
|
"org.primer.overrides": {
|
|
37734
38642
|
"dark": {
|
|
37735
|
-
"$value": "{base.
|
|
38643
|
+
"$value": "{base.color.transparent}",
|
|
38644
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38645
|
+
"isSource": true,
|
|
38646
|
+
"$type": "color"
|
|
38647
|
+
},
|
|
38648
|
+
"dark-dimmed": {
|
|
38649
|
+
"$value": "{base.color.transparent}",
|
|
38650
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38651
|
+
"isSource": true,
|
|
38652
|
+
"$type": "color"
|
|
38653
|
+
},
|
|
38654
|
+
"light-high-contrast": {
|
|
38655
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38656
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38657
|
+
"isSource": true,
|
|
38658
|
+
"$type": "color"
|
|
38659
|
+
},
|
|
38660
|
+
"dark-high-contrast": {
|
|
38661
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38662
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38663
|
+
"isSource": true,
|
|
38664
|
+
"$type": "color"
|
|
38665
|
+
},
|
|
38666
|
+
"dark-dimmed-high-contrast": {
|
|
38667
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38668
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38669
|
+
"isSource": true,
|
|
38670
|
+
"$type": "color"
|
|
38671
|
+
},
|
|
38672
|
+
"dark-tritanopia-high-contrast": {
|
|
38673
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38674
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38675
|
+
"isSource": true,
|
|
38676
|
+
"$type": "color"
|
|
38677
|
+
},
|
|
38678
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
38679
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38680
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38681
|
+
"isSource": true,
|
|
38682
|
+
"$type": "color"
|
|
38683
|
+
},
|
|
38684
|
+
"light-tritanopia-high-contrast": {
|
|
38685
|
+
"$value": "{label.green.fgColor.rest}",
|
|
38686
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38687
|
+
"isSource": true,
|
|
38688
|
+
"$type": "color"
|
|
38689
|
+
},
|
|
38690
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
38691
|
+
"$value": "{label.green.fgColor.rest}",
|
|
37736
38692
|
"filePath": "src/tokens/component/label.json5",
|
|
37737
38693
|
"isSource": true,
|
|
37738
38694
|
"$type": "color"
|
|
37739
38695
|
}
|
|
37740
38696
|
}
|
|
37741
38697
|
},
|
|
37742
|
-
"key": "{label.green.
|
|
38698
|
+
"key": "{label.green.borderColor}"
|
|
37743
38699
|
},
|
|
37744
|
-
"name": "label-green-
|
|
38700
|
+
"name": "label-green-borderColor",
|
|
37745
38701
|
"attributes": {},
|
|
37746
|
-
"path": ["label", "green", "
|
|
37747
|
-
"value": "#
|
|
38702
|
+
"path": ["label", "green", "borderColor"],
|
|
38703
|
+
"value": "#ffffff00",
|
|
37748
38704
|
"type": "color"
|
|
37749
38705
|
},
|
|
37750
|
-
"label-green-fgColor-
|
|
37751
|
-
"key": "{label.green.fgColor.
|
|
38706
|
+
"label-green-fgColor-active": {
|
|
38707
|
+
"key": "{label.green.fgColor.active}",
|
|
38708
|
+
"$extensions": {
|
|
38709
|
+
"org.primer.figma": {
|
|
38710
|
+
"collection": "mode",
|
|
38711
|
+
"group": "component",
|
|
38712
|
+
"scopes": ["fgColor"]
|
|
38713
|
+
},
|
|
38714
|
+
"org.primer.overrides": {
|
|
38715
|
+
"dark": {
|
|
38716
|
+
"$value": "#254b34",
|
|
38717
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38718
|
+
"isSource": true,
|
|
38719
|
+
"$type": "color"
|
|
38720
|
+
}
|
|
38721
|
+
}
|
|
38722
|
+
},
|
|
38723
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38724
|
+
"isSource": true,
|
|
38725
|
+
"original": {
|
|
38726
|
+
"$value": "{base.display.color.green.8}",
|
|
38727
|
+
"$type": "color",
|
|
38728
|
+
"$extensions": {
|
|
38729
|
+
"org.primer.figma": {
|
|
38730
|
+
"collection": "mode",
|
|
38731
|
+
"group": "component",
|
|
38732
|
+
"scopes": ["fgColor"]
|
|
38733
|
+
},
|
|
38734
|
+
"org.primer.overrides": {
|
|
38735
|
+
"dark": {
|
|
38736
|
+
"$value": "{base.display.color.green.8}",
|
|
38737
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38738
|
+
"isSource": true,
|
|
38739
|
+
"$type": "color"
|
|
38740
|
+
}
|
|
38741
|
+
}
|
|
38742
|
+
},
|
|
38743
|
+
"key": "{label.green.fgColor.active}"
|
|
38744
|
+
},
|
|
38745
|
+
"name": "label-green-fgColor-active",
|
|
38746
|
+
"attributes": {},
|
|
38747
|
+
"path": ["label", "green", "fgColor", "active"],
|
|
38748
|
+
"value": "#254b34",
|
|
38749
|
+
"type": "color"
|
|
38750
|
+
},
|
|
38751
|
+
"label-green-fgColor-hover": {
|
|
38752
|
+
"key": "{label.green.fgColor.hover}",
|
|
37752
38753
|
"$extensions": {
|
|
37753
38754
|
"org.primer.figma": {
|
|
37754
38755
|
"collection": "mode",
|
|
@@ -37972,6 +38973,147 @@
|
|
|
37972
38973
|
"value": "#e5e9ff",
|
|
37973
38974
|
"type": "color"
|
|
37974
38975
|
},
|
|
38976
|
+
"label-indigo-borderColor": {
|
|
38977
|
+
"key": "{label.indigo.borderColor}",
|
|
38978
|
+
"$extensions": {
|
|
38979
|
+
"org.primer.figma": {
|
|
38980
|
+
"collection": "mode",
|
|
38981
|
+
"group": "component",
|
|
38982
|
+
"scopes": ["borderColor"]
|
|
38983
|
+
},
|
|
38984
|
+
"org.primer.overrides": {
|
|
38985
|
+
"dark": {
|
|
38986
|
+
"$value": "#ffffff00",
|
|
38987
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38988
|
+
"isSource": true,
|
|
38989
|
+
"$type": "color"
|
|
38990
|
+
},
|
|
38991
|
+
"dark-dimmed": {
|
|
38992
|
+
"$value": "#ffffff00",
|
|
38993
|
+
"filePath": "src/tokens/component/label.json5",
|
|
38994
|
+
"isSource": true,
|
|
38995
|
+
"$type": "color"
|
|
38996
|
+
},
|
|
38997
|
+
"light-high-contrast": {
|
|
38998
|
+
"$value": "#494edf",
|
|
38999
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39000
|
+
"isSource": true,
|
|
39001
|
+
"$type": "color"
|
|
39002
|
+
},
|
|
39003
|
+
"dark-high-contrast": {
|
|
39004
|
+
"$value": "#494edf",
|
|
39005
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39006
|
+
"isSource": true,
|
|
39007
|
+
"$type": "color"
|
|
39008
|
+
},
|
|
39009
|
+
"dark-dimmed-high-contrast": {
|
|
39010
|
+
"$value": "#494edf",
|
|
39011
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39012
|
+
"isSource": true,
|
|
39013
|
+
"$type": "color"
|
|
39014
|
+
},
|
|
39015
|
+
"dark-tritanopia-high-contrast": {
|
|
39016
|
+
"$value": "#494edf",
|
|
39017
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39018
|
+
"isSource": true,
|
|
39019
|
+
"$type": "color"
|
|
39020
|
+
},
|
|
39021
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39022
|
+
"$value": "#494edf",
|
|
39023
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39024
|
+
"isSource": true,
|
|
39025
|
+
"$type": "color"
|
|
39026
|
+
},
|
|
39027
|
+
"light-tritanopia-high-contrast": {
|
|
39028
|
+
"$value": "#494edf",
|
|
39029
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39030
|
+
"isSource": true,
|
|
39031
|
+
"$type": "color"
|
|
39032
|
+
},
|
|
39033
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39034
|
+
"$value": "#494edf",
|
|
39035
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39036
|
+
"isSource": true,
|
|
39037
|
+
"$type": "color"
|
|
39038
|
+
}
|
|
39039
|
+
}
|
|
39040
|
+
},
|
|
39041
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39042
|
+
"isSource": true,
|
|
39043
|
+
"original": {
|
|
39044
|
+
"$value": "{base.color.transparent}",
|
|
39045
|
+
"$type": "color",
|
|
39046
|
+
"$extensions": {
|
|
39047
|
+
"org.primer.figma": {
|
|
39048
|
+
"collection": "mode",
|
|
39049
|
+
"group": "component",
|
|
39050
|
+
"scopes": ["borderColor"]
|
|
39051
|
+
},
|
|
39052
|
+
"org.primer.overrides": {
|
|
39053
|
+
"dark": {
|
|
39054
|
+
"$value": "{base.color.transparent}",
|
|
39055
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39056
|
+
"isSource": true,
|
|
39057
|
+
"$type": "color"
|
|
39058
|
+
},
|
|
39059
|
+
"dark-dimmed": {
|
|
39060
|
+
"$value": "{base.color.transparent}",
|
|
39061
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39062
|
+
"isSource": true,
|
|
39063
|
+
"$type": "color"
|
|
39064
|
+
},
|
|
39065
|
+
"light-high-contrast": {
|
|
39066
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39067
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39068
|
+
"isSource": true,
|
|
39069
|
+
"$type": "color"
|
|
39070
|
+
},
|
|
39071
|
+
"dark-high-contrast": {
|
|
39072
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39073
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39074
|
+
"isSource": true,
|
|
39075
|
+
"$type": "color"
|
|
39076
|
+
},
|
|
39077
|
+
"dark-dimmed-high-contrast": {
|
|
39078
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39079
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39080
|
+
"isSource": true,
|
|
39081
|
+
"$type": "color"
|
|
39082
|
+
},
|
|
39083
|
+
"dark-tritanopia-high-contrast": {
|
|
39084
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39085
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39086
|
+
"isSource": true,
|
|
39087
|
+
"$type": "color"
|
|
39088
|
+
},
|
|
39089
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39090
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39091
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39092
|
+
"isSource": true,
|
|
39093
|
+
"$type": "color"
|
|
39094
|
+
},
|
|
39095
|
+
"light-tritanopia-high-contrast": {
|
|
39096
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39097
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39098
|
+
"isSource": true,
|
|
39099
|
+
"$type": "color"
|
|
39100
|
+
},
|
|
39101
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39102
|
+
"$value": "{label.indigo.fgColor.rest}",
|
|
39103
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39104
|
+
"isSource": true,
|
|
39105
|
+
"$type": "color"
|
|
39106
|
+
}
|
|
39107
|
+
}
|
|
39108
|
+
},
|
|
39109
|
+
"key": "{label.indigo.borderColor}"
|
|
39110
|
+
},
|
|
39111
|
+
"name": "label-indigo-borderColor",
|
|
39112
|
+
"attributes": {},
|
|
39113
|
+
"path": ["label", "indigo", "borderColor"],
|
|
39114
|
+
"value": "#ffffff00",
|
|
39115
|
+
"type": "color"
|
|
39116
|
+
},
|
|
37975
39117
|
"label-indigo-fgColor-active": {
|
|
37976
39118
|
"key": "{label.indigo.fgColor.active}",
|
|
37977
39119
|
"$extensions": {
|
|
@@ -38242,17 +39384,65 @@
|
|
|
38242
39384
|
"value": "#f7eea1",
|
|
38243
39385
|
"type": "color"
|
|
38244
39386
|
},
|
|
38245
|
-
"label-lemon-
|
|
38246
|
-
"key": "{label.lemon.
|
|
39387
|
+
"label-lemon-borderColor": {
|
|
39388
|
+
"key": "{label.lemon.borderColor}",
|
|
38247
39389
|
"$extensions": {
|
|
38248
39390
|
"org.primer.figma": {
|
|
38249
39391
|
"collection": "mode",
|
|
38250
39392
|
"group": "component",
|
|
38251
|
-
"scopes": ["
|
|
39393
|
+
"scopes": ["borderColor"]
|
|
38252
39394
|
},
|
|
38253
39395
|
"org.primer.overrides": {
|
|
38254
39396
|
"dark": {
|
|
38255
|
-
"$value": "#
|
|
39397
|
+
"$value": "#ffffff00",
|
|
39398
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39399
|
+
"isSource": true,
|
|
39400
|
+
"$type": "color"
|
|
39401
|
+
},
|
|
39402
|
+
"dark-dimmed": {
|
|
39403
|
+
"$value": "#ffffff00",
|
|
39404
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39405
|
+
"isSource": true,
|
|
39406
|
+
"$type": "color"
|
|
39407
|
+
},
|
|
39408
|
+
"light-high-contrast": {
|
|
39409
|
+
"$value": "#786002",
|
|
39410
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39411
|
+
"isSource": true,
|
|
39412
|
+
"$type": "color"
|
|
39413
|
+
},
|
|
39414
|
+
"dark-high-contrast": {
|
|
39415
|
+
"$value": "#786002",
|
|
39416
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39417
|
+
"isSource": true,
|
|
39418
|
+
"$type": "color"
|
|
39419
|
+
},
|
|
39420
|
+
"dark-dimmed-high-contrast": {
|
|
39421
|
+
"$value": "#786002",
|
|
39422
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39423
|
+
"isSource": true,
|
|
39424
|
+
"$type": "color"
|
|
39425
|
+
},
|
|
39426
|
+
"dark-tritanopia-high-contrast": {
|
|
39427
|
+
"$value": "#786002",
|
|
39428
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39429
|
+
"isSource": true,
|
|
39430
|
+
"$type": "color"
|
|
39431
|
+
},
|
|
39432
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39433
|
+
"$value": "#786002",
|
|
39434
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39435
|
+
"isSource": true,
|
|
39436
|
+
"$type": "color"
|
|
39437
|
+
},
|
|
39438
|
+
"light-tritanopia-high-contrast": {
|
|
39439
|
+
"$value": "#786002",
|
|
39440
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39441
|
+
"isSource": true,
|
|
39442
|
+
"$type": "color"
|
|
39443
|
+
},
|
|
39444
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39445
|
+
"$value": "#786002",
|
|
38256
39446
|
"filePath": "src/tokens/component/label.json5",
|
|
38257
39447
|
"isSource": true,
|
|
38258
39448
|
"$type": "color"
|
|
@@ -38262,40 +39452,133 @@
|
|
|
38262
39452
|
"filePath": "src/tokens/component/label.json5",
|
|
38263
39453
|
"isSource": true,
|
|
38264
39454
|
"original": {
|
|
38265
|
-
"$value": "{base.
|
|
39455
|
+
"$value": "{base.color.transparent}",
|
|
38266
39456
|
"$type": "color",
|
|
38267
39457
|
"$extensions": {
|
|
38268
39458
|
"org.primer.figma": {
|
|
38269
39459
|
"collection": "mode",
|
|
38270
39460
|
"group": "component",
|
|
38271
|
-
"scopes": ["
|
|
39461
|
+
"scopes": ["borderColor"]
|
|
38272
39462
|
},
|
|
38273
39463
|
"org.primer.overrides": {
|
|
38274
39464
|
"dark": {
|
|
38275
|
-
"$value": "{base.
|
|
39465
|
+
"$value": "{base.color.transparent}",
|
|
38276
39466
|
"filePath": "src/tokens/component/label.json5",
|
|
38277
39467
|
"isSource": true,
|
|
38278
39468
|
"$type": "color"
|
|
38279
|
-
}
|
|
38280
|
-
|
|
38281
|
-
|
|
38282
|
-
|
|
38283
|
-
|
|
38284
|
-
|
|
38285
|
-
|
|
38286
|
-
|
|
38287
|
-
|
|
38288
|
-
|
|
38289
|
-
|
|
38290
|
-
|
|
38291
|
-
|
|
38292
|
-
|
|
38293
|
-
|
|
38294
|
-
|
|
38295
|
-
|
|
38296
|
-
|
|
38297
|
-
|
|
38298
|
-
|
|
39469
|
+
},
|
|
39470
|
+
"dark-dimmed": {
|
|
39471
|
+
"$value": "{base.color.transparent}",
|
|
39472
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39473
|
+
"isSource": true,
|
|
39474
|
+
"$type": "color"
|
|
39475
|
+
},
|
|
39476
|
+
"light-high-contrast": {
|
|
39477
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39478
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39479
|
+
"isSource": true,
|
|
39480
|
+
"$type": "color"
|
|
39481
|
+
},
|
|
39482
|
+
"dark-high-contrast": {
|
|
39483
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39484
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39485
|
+
"isSource": true,
|
|
39486
|
+
"$type": "color"
|
|
39487
|
+
},
|
|
39488
|
+
"dark-dimmed-high-contrast": {
|
|
39489
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39490
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39491
|
+
"isSource": true,
|
|
39492
|
+
"$type": "color"
|
|
39493
|
+
},
|
|
39494
|
+
"dark-tritanopia-high-contrast": {
|
|
39495
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39496
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39497
|
+
"isSource": true,
|
|
39498
|
+
"$type": "color"
|
|
39499
|
+
},
|
|
39500
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39501
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39502
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39503
|
+
"isSource": true,
|
|
39504
|
+
"$type": "color"
|
|
39505
|
+
},
|
|
39506
|
+
"light-tritanopia-high-contrast": {
|
|
39507
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39508
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39509
|
+
"isSource": true,
|
|
39510
|
+
"$type": "color"
|
|
39511
|
+
},
|
|
39512
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39513
|
+
"$value": "{label.lemon.fgColor.rest}",
|
|
39514
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39515
|
+
"isSource": true,
|
|
39516
|
+
"$type": "color"
|
|
39517
|
+
}
|
|
39518
|
+
}
|
|
39519
|
+
},
|
|
39520
|
+
"key": "{label.lemon.borderColor}"
|
|
39521
|
+
},
|
|
39522
|
+
"name": "label-lemon-borderColor",
|
|
39523
|
+
"attributes": {},
|
|
39524
|
+
"path": ["label", "lemon", "borderColor"],
|
|
39525
|
+
"value": "#ffffff00",
|
|
39526
|
+
"type": "color"
|
|
39527
|
+
},
|
|
39528
|
+
"label-lemon-fgColor-active": {
|
|
39529
|
+
"key": "{label.lemon.fgColor.active}",
|
|
39530
|
+
"$extensions": {
|
|
39531
|
+
"org.primer.figma": {
|
|
39532
|
+
"collection": "mode",
|
|
39533
|
+
"group": "component",
|
|
39534
|
+
"scopes": ["fgColor"]
|
|
39535
|
+
},
|
|
39536
|
+
"org.primer.overrides": {
|
|
39537
|
+
"dark": {
|
|
39538
|
+
"$value": "#523f00",
|
|
39539
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39540
|
+
"isSource": true,
|
|
39541
|
+
"$type": "color"
|
|
39542
|
+
}
|
|
39543
|
+
}
|
|
39544
|
+
},
|
|
39545
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39546
|
+
"isSource": true,
|
|
39547
|
+
"original": {
|
|
39548
|
+
"$value": "{base.display.color.lemon.8}",
|
|
39549
|
+
"$type": "color",
|
|
39550
|
+
"$extensions": {
|
|
39551
|
+
"org.primer.figma": {
|
|
39552
|
+
"collection": "mode",
|
|
39553
|
+
"group": "component",
|
|
39554
|
+
"scopes": ["fgColor"]
|
|
39555
|
+
},
|
|
39556
|
+
"org.primer.overrides": {
|
|
39557
|
+
"dark": {
|
|
39558
|
+
"$value": "{base.display.color.lemon.8}",
|
|
39559
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39560
|
+
"isSource": true,
|
|
39561
|
+
"$type": "color"
|
|
39562
|
+
}
|
|
39563
|
+
}
|
|
39564
|
+
},
|
|
39565
|
+
"key": "{label.lemon.fgColor.active}"
|
|
39566
|
+
},
|
|
39567
|
+
"name": "label-lemon-fgColor-active",
|
|
39568
|
+
"attributes": {},
|
|
39569
|
+
"path": ["label", "lemon", "fgColor", "active"],
|
|
39570
|
+
"value": "#523f00",
|
|
39571
|
+
"type": "color"
|
|
39572
|
+
},
|
|
39573
|
+
"label-lemon-fgColor-hover": {
|
|
39574
|
+
"key": "{label.lemon.fgColor.hover}",
|
|
39575
|
+
"$extensions": {
|
|
39576
|
+
"org.primer.figma": {
|
|
39577
|
+
"collection": "mode",
|
|
39578
|
+
"group": "component",
|
|
39579
|
+
"scopes": ["fgColor"]
|
|
39580
|
+
},
|
|
39581
|
+
"org.primer.overrides": {
|
|
38299
39582
|
"dark": {
|
|
38300
39583
|
"$value": "#654f01",
|
|
38301
39584
|
"filePath": "src/tokens/component/label.json5",
|
|
@@ -38512,6 +39795,147 @@
|
|
|
38512
39795
|
"value": "#e3f2b5",
|
|
38513
39796
|
"type": "color"
|
|
38514
39797
|
},
|
|
39798
|
+
"label-lime-borderColor": {
|
|
39799
|
+
"key": "{label.lime.borderColor}",
|
|
39800
|
+
"$extensions": {
|
|
39801
|
+
"org.primer.figma": {
|
|
39802
|
+
"collection": "mode",
|
|
39803
|
+
"group": "component",
|
|
39804
|
+
"scopes": ["borderColor"]
|
|
39805
|
+
},
|
|
39806
|
+
"org.primer.overrides": {
|
|
39807
|
+
"dark": {
|
|
39808
|
+
"$value": "#ffffff00",
|
|
39809
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39810
|
+
"isSource": true,
|
|
39811
|
+
"$type": "color"
|
|
39812
|
+
},
|
|
39813
|
+
"dark-dimmed": {
|
|
39814
|
+
"$value": "#ffffff00",
|
|
39815
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39816
|
+
"isSource": true,
|
|
39817
|
+
"$type": "color"
|
|
39818
|
+
},
|
|
39819
|
+
"light-high-contrast": {
|
|
39820
|
+
"$value": "#476c28",
|
|
39821
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39822
|
+
"isSource": true,
|
|
39823
|
+
"$type": "color"
|
|
39824
|
+
},
|
|
39825
|
+
"dark-high-contrast": {
|
|
39826
|
+
"$value": "#476c28",
|
|
39827
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39828
|
+
"isSource": true,
|
|
39829
|
+
"$type": "color"
|
|
39830
|
+
},
|
|
39831
|
+
"dark-dimmed-high-contrast": {
|
|
39832
|
+
"$value": "#476c28",
|
|
39833
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39834
|
+
"isSource": true,
|
|
39835
|
+
"$type": "color"
|
|
39836
|
+
},
|
|
39837
|
+
"dark-tritanopia-high-contrast": {
|
|
39838
|
+
"$value": "#476c28",
|
|
39839
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39840
|
+
"isSource": true,
|
|
39841
|
+
"$type": "color"
|
|
39842
|
+
},
|
|
39843
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39844
|
+
"$value": "#476c28",
|
|
39845
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39846
|
+
"isSource": true,
|
|
39847
|
+
"$type": "color"
|
|
39848
|
+
},
|
|
39849
|
+
"light-tritanopia-high-contrast": {
|
|
39850
|
+
"$value": "#476c28",
|
|
39851
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39852
|
+
"isSource": true,
|
|
39853
|
+
"$type": "color"
|
|
39854
|
+
},
|
|
39855
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39856
|
+
"$value": "#476c28",
|
|
39857
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39858
|
+
"isSource": true,
|
|
39859
|
+
"$type": "color"
|
|
39860
|
+
}
|
|
39861
|
+
}
|
|
39862
|
+
},
|
|
39863
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39864
|
+
"isSource": true,
|
|
39865
|
+
"original": {
|
|
39866
|
+
"$value": "{base.color.transparent}",
|
|
39867
|
+
"$type": "color",
|
|
39868
|
+
"$extensions": {
|
|
39869
|
+
"org.primer.figma": {
|
|
39870
|
+
"collection": "mode",
|
|
39871
|
+
"group": "component",
|
|
39872
|
+
"scopes": ["borderColor"]
|
|
39873
|
+
},
|
|
39874
|
+
"org.primer.overrides": {
|
|
39875
|
+
"dark": {
|
|
39876
|
+
"$value": "{base.color.transparent}",
|
|
39877
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39878
|
+
"isSource": true,
|
|
39879
|
+
"$type": "color"
|
|
39880
|
+
},
|
|
39881
|
+
"dark-dimmed": {
|
|
39882
|
+
"$value": "{base.color.transparent}",
|
|
39883
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39884
|
+
"isSource": true,
|
|
39885
|
+
"$type": "color"
|
|
39886
|
+
},
|
|
39887
|
+
"light-high-contrast": {
|
|
39888
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39889
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39890
|
+
"isSource": true,
|
|
39891
|
+
"$type": "color"
|
|
39892
|
+
},
|
|
39893
|
+
"dark-high-contrast": {
|
|
39894
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39895
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39896
|
+
"isSource": true,
|
|
39897
|
+
"$type": "color"
|
|
39898
|
+
},
|
|
39899
|
+
"dark-dimmed-high-contrast": {
|
|
39900
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39901
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39902
|
+
"isSource": true,
|
|
39903
|
+
"$type": "color"
|
|
39904
|
+
},
|
|
39905
|
+
"dark-tritanopia-high-contrast": {
|
|
39906
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39907
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39908
|
+
"isSource": true,
|
|
39909
|
+
"$type": "color"
|
|
39910
|
+
},
|
|
39911
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
39912
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39913
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39914
|
+
"isSource": true,
|
|
39915
|
+
"$type": "color"
|
|
39916
|
+
},
|
|
39917
|
+
"light-tritanopia-high-contrast": {
|
|
39918
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39919
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39920
|
+
"isSource": true,
|
|
39921
|
+
"$type": "color"
|
|
39922
|
+
},
|
|
39923
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
39924
|
+
"$value": "{label.lime.fgColor.rest}",
|
|
39925
|
+
"filePath": "src/tokens/component/label.json5",
|
|
39926
|
+
"isSource": true,
|
|
39927
|
+
"$type": "color"
|
|
39928
|
+
}
|
|
39929
|
+
}
|
|
39930
|
+
},
|
|
39931
|
+
"key": "{label.lime.borderColor}"
|
|
39932
|
+
},
|
|
39933
|
+
"name": "label-lime-borderColor",
|
|
39934
|
+
"attributes": {},
|
|
39935
|
+
"path": ["label", "lime", "borderColor"],
|
|
39936
|
+
"value": "#ffffff00",
|
|
39937
|
+
"type": "color"
|
|
39938
|
+
},
|
|
38515
39939
|
"label-lime-fgColor-active": {
|
|
38516
39940
|
"key": "{label.lime.fgColor.active}",
|
|
38517
39941
|
"$extensions": {
|
|
@@ -38782,39 +40206,180 @@
|
|
|
38782
40206
|
"value": "#f0f0ad",
|
|
38783
40207
|
"type": "color"
|
|
38784
40208
|
},
|
|
38785
|
-
"label-olive-
|
|
38786
|
-
"key": "{label.olive.
|
|
40209
|
+
"label-olive-borderColor": {
|
|
40210
|
+
"key": "{label.olive.borderColor}",
|
|
38787
40211
|
"$extensions": {
|
|
38788
40212
|
"org.primer.figma": {
|
|
38789
40213
|
"collection": "mode",
|
|
38790
40214
|
"group": "component",
|
|
38791
|
-
"scopes": ["
|
|
40215
|
+
"scopes": ["borderColor"]
|
|
38792
40216
|
},
|
|
38793
40217
|
"org.primer.overrides": {
|
|
38794
40218
|
"dark": {
|
|
38795
|
-
"$value": "#
|
|
40219
|
+
"$value": "#ffffff00",
|
|
38796
40220
|
"filePath": "src/tokens/component/label.json5",
|
|
38797
40221
|
"isSource": true,
|
|
38798
40222
|
"$type": "color"
|
|
38799
|
-
}
|
|
38800
|
-
}
|
|
38801
|
-
},
|
|
38802
|
-
"filePath": "src/tokens/component/label.json5",
|
|
38803
|
-
"isSource": true,
|
|
38804
|
-
"original": {
|
|
38805
|
-
"$value": "{base.display.color.olive.8}",
|
|
38806
|
-
"$type": "color",
|
|
38807
|
-
"$extensions": {
|
|
38808
|
-
"org.primer.figma": {
|
|
38809
|
-
"collection": "mode",
|
|
38810
|
-
"group": "component",
|
|
38811
|
-
"scopes": ["fgColor"]
|
|
38812
40223
|
},
|
|
38813
|
-
"
|
|
38814
|
-
"
|
|
38815
|
-
|
|
38816
|
-
|
|
38817
|
-
|
|
40224
|
+
"dark-dimmed": {
|
|
40225
|
+
"$value": "#ffffff00",
|
|
40226
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40227
|
+
"isSource": true,
|
|
40228
|
+
"$type": "color"
|
|
40229
|
+
},
|
|
40230
|
+
"light-high-contrast": {
|
|
40231
|
+
"$value": "#56682c",
|
|
40232
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40233
|
+
"isSource": true,
|
|
40234
|
+
"$type": "color"
|
|
40235
|
+
},
|
|
40236
|
+
"dark-high-contrast": {
|
|
40237
|
+
"$value": "#56682c",
|
|
40238
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40239
|
+
"isSource": true,
|
|
40240
|
+
"$type": "color"
|
|
40241
|
+
},
|
|
40242
|
+
"dark-dimmed-high-contrast": {
|
|
40243
|
+
"$value": "#56682c",
|
|
40244
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40245
|
+
"isSource": true,
|
|
40246
|
+
"$type": "color"
|
|
40247
|
+
},
|
|
40248
|
+
"dark-tritanopia-high-contrast": {
|
|
40249
|
+
"$value": "#56682c",
|
|
40250
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40251
|
+
"isSource": true,
|
|
40252
|
+
"$type": "color"
|
|
40253
|
+
},
|
|
40254
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40255
|
+
"$value": "#56682c",
|
|
40256
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40257
|
+
"isSource": true,
|
|
40258
|
+
"$type": "color"
|
|
40259
|
+
},
|
|
40260
|
+
"light-tritanopia-high-contrast": {
|
|
40261
|
+
"$value": "#56682c",
|
|
40262
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40263
|
+
"isSource": true,
|
|
40264
|
+
"$type": "color"
|
|
40265
|
+
},
|
|
40266
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40267
|
+
"$value": "#56682c",
|
|
40268
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40269
|
+
"isSource": true,
|
|
40270
|
+
"$type": "color"
|
|
40271
|
+
}
|
|
40272
|
+
}
|
|
40273
|
+
},
|
|
40274
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40275
|
+
"isSource": true,
|
|
40276
|
+
"original": {
|
|
40277
|
+
"$value": "{base.color.transparent}",
|
|
40278
|
+
"$type": "color",
|
|
40279
|
+
"$extensions": {
|
|
40280
|
+
"org.primer.figma": {
|
|
40281
|
+
"collection": "mode",
|
|
40282
|
+
"group": "component",
|
|
40283
|
+
"scopes": ["borderColor"]
|
|
40284
|
+
},
|
|
40285
|
+
"org.primer.overrides": {
|
|
40286
|
+
"dark": {
|
|
40287
|
+
"$value": "{base.color.transparent}",
|
|
40288
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40289
|
+
"isSource": true,
|
|
40290
|
+
"$type": "color"
|
|
40291
|
+
},
|
|
40292
|
+
"dark-dimmed": {
|
|
40293
|
+
"$value": "{base.color.transparent}",
|
|
40294
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40295
|
+
"isSource": true,
|
|
40296
|
+
"$type": "color"
|
|
40297
|
+
},
|
|
40298
|
+
"light-high-contrast": {
|
|
40299
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40300
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40301
|
+
"isSource": true,
|
|
40302
|
+
"$type": "color"
|
|
40303
|
+
},
|
|
40304
|
+
"dark-high-contrast": {
|
|
40305
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40306
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40307
|
+
"isSource": true,
|
|
40308
|
+
"$type": "color"
|
|
40309
|
+
},
|
|
40310
|
+
"dark-dimmed-high-contrast": {
|
|
40311
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40312
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40313
|
+
"isSource": true,
|
|
40314
|
+
"$type": "color"
|
|
40315
|
+
},
|
|
40316
|
+
"dark-tritanopia-high-contrast": {
|
|
40317
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40318
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40319
|
+
"isSource": true,
|
|
40320
|
+
"$type": "color"
|
|
40321
|
+
},
|
|
40322
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40323
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40324
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40325
|
+
"isSource": true,
|
|
40326
|
+
"$type": "color"
|
|
40327
|
+
},
|
|
40328
|
+
"light-tritanopia-high-contrast": {
|
|
40329
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40330
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40331
|
+
"isSource": true,
|
|
40332
|
+
"$type": "color"
|
|
40333
|
+
},
|
|
40334
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40335
|
+
"$value": "{label.olive.fgColor.rest}",
|
|
40336
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40337
|
+
"isSource": true,
|
|
40338
|
+
"$type": "color"
|
|
40339
|
+
}
|
|
40340
|
+
}
|
|
40341
|
+
},
|
|
40342
|
+
"key": "{label.olive.borderColor}"
|
|
40343
|
+
},
|
|
40344
|
+
"name": "label-olive-borderColor",
|
|
40345
|
+
"attributes": {},
|
|
40346
|
+
"path": ["label", "olive", "borderColor"],
|
|
40347
|
+
"value": "#ffffff00",
|
|
40348
|
+
"type": "color"
|
|
40349
|
+
},
|
|
40350
|
+
"label-olive-fgColor-active": {
|
|
40351
|
+
"key": "{label.olive.fgColor.active}",
|
|
40352
|
+
"$extensions": {
|
|
40353
|
+
"org.primer.figma": {
|
|
40354
|
+
"collection": "mode",
|
|
40355
|
+
"group": "component",
|
|
40356
|
+
"scopes": ["fgColor"]
|
|
40357
|
+
},
|
|
40358
|
+
"org.primer.overrides": {
|
|
40359
|
+
"dark": {
|
|
40360
|
+
"$value": "#3b4927",
|
|
40361
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40362
|
+
"isSource": true,
|
|
40363
|
+
"$type": "color"
|
|
40364
|
+
}
|
|
40365
|
+
}
|
|
40366
|
+
},
|
|
40367
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40368
|
+
"isSource": true,
|
|
40369
|
+
"original": {
|
|
40370
|
+
"$value": "{base.display.color.olive.8}",
|
|
40371
|
+
"$type": "color",
|
|
40372
|
+
"$extensions": {
|
|
40373
|
+
"org.primer.figma": {
|
|
40374
|
+
"collection": "mode",
|
|
40375
|
+
"group": "component",
|
|
40376
|
+
"scopes": ["fgColor"]
|
|
40377
|
+
},
|
|
40378
|
+
"org.primer.overrides": {
|
|
40379
|
+
"dark": {
|
|
40380
|
+
"$value": "{base.display.color.olive.8}",
|
|
40381
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40382
|
+
"isSource": true,
|
|
38818
40383
|
"$type": "color"
|
|
38819
40384
|
}
|
|
38820
40385
|
}
|
|
@@ -39052,17 +40617,65 @@
|
|
|
39052
40617
|
"value": "#ffe7d1",
|
|
39053
40618
|
"type": "color"
|
|
39054
40619
|
},
|
|
39055
|
-
"label-orange-
|
|
39056
|
-
"key": "{label.orange.
|
|
40620
|
+
"label-orange-borderColor": {
|
|
40621
|
+
"key": "{label.orange.borderColor}",
|
|
39057
40622
|
"$extensions": {
|
|
39058
40623
|
"org.primer.figma": {
|
|
39059
40624
|
"collection": "mode",
|
|
39060
40625
|
"group": "component",
|
|
39061
|
-
"scopes": ["
|
|
40626
|
+
"scopes": ["borderColor"]
|
|
39062
40627
|
},
|
|
39063
40628
|
"org.primer.overrides": {
|
|
39064
40629
|
"dark": {
|
|
39065
|
-
"$value": "#
|
|
40630
|
+
"$value": "#ffffff00",
|
|
40631
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40632
|
+
"isSource": true,
|
|
40633
|
+
"$type": "color"
|
|
40634
|
+
},
|
|
40635
|
+
"dark-dimmed": {
|
|
40636
|
+
"$value": "#ffffff00",
|
|
40637
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40638
|
+
"isSource": true,
|
|
40639
|
+
"$type": "color"
|
|
40640
|
+
},
|
|
40641
|
+
"light-high-contrast": {
|
|
40642
|
+
"$value": "#a24610",
|
|
40643
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40644
|
+
"isSource": true,
|
|
40645
|
+
"$type": "color"
|
|
40646
|
+
},
|
|
40647
|
+
"dark-high-contrast": {
|
|
40648
|
+
"$value": "#a24610",
|
|
40649
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40650
|
+
"isSource": true,
|
|
40651
|
+
"$type": "color"
|
|
40652
|
+
},
|
|
40653
|
+
"dark-dimmed-high-contrast": {
|
|
40654
|
+
"$value": "#a24610",
|
|
40655
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40656
|
+
"isSource": true,
|
|
40657
|
+
"$type": "color"
|
|
40658
|
+
},
|
|
40659
|
+
"dark-tritanopia-high-contrast": {
|
|
40660
|
+
"$value": "#a24610",
|
|
40661
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40662
|
+
"isSource": true,
|
|
40663
|
+
"$type": "color"
|
|
40664
|
+
},
|
|
40665
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40666
|
+
"$value": "#a24610",
|
|
40667
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40668
|
+
"isSource": true,
|
|
40669
|
+
"$type": "color"
|
|
40670
|
+
},
|
|
40671
|
+
"light-tritanopia-high-contrast": {
|
|
40672
|
+
"$value": "#a24610",
|
|
40673
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40674
|
+
"isSource": true,
|
|
40675
|
+
"$type": "color"
|
|
40676
|
+
},
|
|
40677
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40678
|
+
"$value": "#a24610",
|
|
39066
40679
|
"filePath": "src/tokens/component/label.json5",
|
|
39067
40680
|
"isSource": true,
|
|
39068
40681
|
"$type": "color"
|
|
@@ -39072,32 +40685,125 @@
|
|
|
39072
40685
|
"filePath": "src/tokens/component/label.json5",
|
|
39073
40686
|
"isSource": true,
|
|
39074
40687
|
"original": {
|
|
39075
|
-
"$value": "{base.
|
|
40688
|
+
"$value": "{base.color.transparent}",
|
|
39076
40689
|
"$type": "color",
|
|
39077
40690
|
"$extensions": {
|
|
39078
40691
|
"org.primer.figma": {
|
|
39079
40692
|
"collection": "mode",
|
|
39080
40693
|
"group": "component",
|
|
39081
|
-
"scopes": ["
|
|
40694
|
+
"scopes": ["borderColor"]
|
|
39082
40695
|
},
|
|
39083
40696
|
"org.primer.overrides": {
|
|
39084
40697
|
"dark": {
|
|
39085
|
-
"$value": "{base.
|
|
40698
|
+
"$value": "{base.color.transparent}",
|
|
40699
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40700
|
+
"isSource": true,
|
|
40701
|
+
"$type": "color"
|
|
40702
|
+
},
|
|
40703
|
+
"dark-dimmed": {
|
|
40704
|
+
"$value": "{base.color.transparent}",
|
|
40705
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40706
|
+
"isSource": true,
|
|
40707
|
+
"$type": "color"
|
|
40708
|
+
},
|
|
40709
|
+
"light-high-contrast": {
|
|
40710
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40711
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40712
|
+
"isSource": true,
|
|
40713
|
+
"$type": "color"
|
|
40714
|
+
},
|
|
40715
|
+
"dark-high-contrast": {
|
|
40716
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40717
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40718
|
+
"isSource": true,
|
|
40719
|
+
"$type": "color"
|
|
40720
|
+
},
|
|
40721
|
+
"dark-dimmed-high-contrast": {
|
|
40722
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40723
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40724
|
+
"isSource": true,
|
|
40725
|
+
"$type": "color"
|
|
40726
|
+
},
|
|
40727
|
+
"dark-tritanopia-high-contrast": {
|
|
40728
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40729
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40730
|
+
"isSource": true,
|
|
40731
|
+
"$type": "color"
|
|
40732
|
+
},
|
|
40733
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
40734
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40735
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40736
|
+
"isSource": true,
|
|
40737
|
+
"$type": "color"
|
|
40738
|
+
},
|
|
40739
|
+
"light-tritanopia-high-contrast": {
|
|
40740
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
40741
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40742
|
+
"isSource": true,
|
|
40743
|
+
"$type": "color"
|
|
40744
|
+
},
|
|
40745
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
40746
|
+
"$value": "{label.orange.fgColor.rest}",
|
|
39086
40747
|
"filePath": "src/tokens/component/label.json5",
|
|
39087
40748
|
"isSource": true,
|
|
39088
40749
|
"$type": "color"
|
|
39089
40750
|
}
|
|
39090
40751
|
}
|
|
39091
40752
|
},
|
|
39092
|
-
"key": "{label.orange.
|
|
40753
|
+
"key": "{label.orange.borderColor}"
|
|
39093
40754
|
},
|
|
39094
|
-
"name": "label-orange-
|
|
40755
|
+
"name": "label-orange-borderColor",
|
|
39095
40756
|
"attributes": {},
|
|
39096
|
-
"path": ["label", "orange", "
|
|
39097
|
-
"value": "#
|
|
40757
|
+
"path": ["label", "orange", "borderColor"],
|
|
40758
|
+
"value": "#ffffff00",
|
|
39098
40759
|
"type": "color"
|
|
39099
40760
|
},
|
|
39100
|
-
"label-orange-fgColor-
|
|
40761
|
+
"label-orange-fgColor-active": {
|
|
40762
|
+
"key": "{label.orange.fgColor.active}",
|
|
40763
|
+
"$extensions": {
|
|
40764
|
+
"org.primer.figma": {
|
|
40765
|
+
"collection": "mode",
|
|
40766
|
+
"group": "component",
|
|
40767
|
+
"scopes": ["fgColor"]
|
|
40768
|
+
},
|
|
40769
|
+
"org.primer.overrides": {
|
|
40770
|
+
"dark": {
|
|
40771
|
+
"$value": "#70300f",
|
|
40772
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40773
|
+
"isSource": true,
|
|
40774
|
+
"$type": "color"
|
|
40775
|
+
}
|
|
40776
|
+
}
|
|
40777
|
+
},
|
|
40778
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40779
|
+
"isSource": true,
|
|
40780
|
+
"original": {
|
|
40781
|
+
"$value": "{base.display.color.orange.8}",
|
|
40782
|
+
"$type": "color",
|
|
40783
|
+
"$extensions": {
|
|
40784
|
+
"org.primer.figma": {
|
|
40785
|
+
"collection": "mode",
|
|
40786
|
+
"group": "component",
|
|
40787
|
+
"scopes": ["fgColor"]
|
|
40788
|
+
},
|
|
40789
|
+
"org.primer.overrides": {
|
|
40790
|
+
"dark": {
|
|
40791
|
+
"$value": "{base.display.color.orange.8}",
|
|
40792
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40793
|
+
"isSource": true,
|
|
40794
|
+
"$type": "color"
|
|
40795
|
+
}
|
|
40796
|
+
}
|
|
40797
|
+
},
|
|
40798
|
+
"key": "{label.orange.fgColor.active}"
|
|
40799
|
+
},
|
|
40800
|
+
"name": "label-orange-fgColor-active",
|
|
40801
|
+
"attributes": {},
|
|
40802
|
+
"path": ["label", "orange", "fgColor", "active"],
|
|
40803
|
+
"value": "#70300f",
|
|
40804
|
+
"type": "color"
|
|
40805
|
+
},
|
|
40806
|
+
"label-orange-fgColor-hover": {
|
|
39101
40807
|
"key": "{label.orange.fgColor.hover}",
|
|
39102
40808
|
"$extensions": {
|
|
39103
40809
|
"org.primer.figma": {
|
|
@@ -39322,6 +41028,147 @@
|
|
|
39322
41028
|
"value": "#bff8db",
|
|
39323
41029
|
"type": "color"
|
|
39324
41030
|
},
|
|
41031
|
+
"label-pine-borderColor": {
|
|
41032
|
+
"key": "{label.pine.borderColor}",
|
|
41033
|
+
"$extensions": {
|
|
41034
|
+
"org.primer.figma": {
|
|
41035
|
+
"collection": "mode",
|
|
41036
|
+
"group": "component",
|
|
41037
|
+
"scopes": ["borderColor"]
|
|
41038
|
+
},
|
|
41039
|
+
"org.primer.overrides": {
|
|
41040
|
+
"dark": {
|
|
41041
|
+
"$value": "#ffffff00",
|
|
41042
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41043
|
+
"isSource": true,
|
|
41044
|
+
"$type": "color"
|
|
41045
|
+
},
|
|
41046
|
+
"dark-dimmed": {
|
|
41047
|
+
"$value": "#ffffff00",
|
|
41048
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41049
|
+
"isSource": true,
|
|
41050
|
+
"$type": "color"
|
|
41051
|
+
},
|
|
41052
|
+
"light-high-contrast": {
|
|
41053
|
+
"$value": "#156f4b",
|
|
41054
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41055
|
+
"isSource": true,
|
|
41056
|
+
"$type": "color"
|
|
41057
|
+
},
|
|
41058
|
+
"dark-high-contrast": {
|
|
41059
|
+
"$value": "#156f4b",
|
|
41060
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41061
|
+
"isSource": true,
|
|
41062
|
+
"$type": "color"
|
|
41063
|
+
},
|
|
41064
|
+
"dark-dimmed-high-contrast": {
|
|
41065
|
+
"$value": "#156f4b",
|
|
41066
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41067
|
+
"isSource": true,
|
|
41068
|
+
"$type": "color"
|
|
41069
|
+
},
|
|
41070
|
+
"dark-tritanopia-high-contrast": {
|
|
41071
|
+
"$value": "#156f4b",
|
|
41072
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41073
|
+
"isSource": true,
|
|
41074
|
+
"$type": "color"
|
|
41075
|
+
},
|
|
41076
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41077
|
+
"$value": "#156f4b",
|
|
41078
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41079
|
+
"isSource": true,
|
|
41080
|
+
"$type": "color"
|
|
41081
|
+
},
|
|
41082
|
+
"light-tritanopia-high-contrast": {
|
|
41083
|
+
"$value": "#156f4b",
|
|
41084
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41085
|
+
"isSource": true,
|
|
41086
|
+
"$type": "color"
|
|
41087
|
+
},
|
|
41088
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41089
|
+
"$value": "#156f4b",
|
|
41090
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41091
|
+
"isSource": true,
|
|
41092
|
+
"$type": "color"
|
|
41093
|
+
}
|
|
41094
|
+
}
|
|
41095
|
+
},
|
|
41096
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41097
|
+
"isSource": true,
|
|
41098
|
+
"original": {
|
|
41099
|
+
"$value": "{base.color.transparent}",
|
|
41100
|
+
"$type": "color",
|
|
41101
|
+
"$extensions": {
|
|
41102
|
+
"org.primer.figma": {
|
|
41103
|
+
"collection": "mode",
|
|
41104
|
+
"group": "component",
|
|
41105
|
+
"scopes": ["borderColor"]
|
|
41106
|
+
},
|
|
41107
|
+
"org.primer.overrides": {
|
|
41108
|
+
"dark": {
|
|
41109
|
+
"$value": "{base.color.transparent}",
|
|
41110
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41111
|
+
"isSource": true,
|
|
41112
|
+
"$type": "color"
|
|
41113
|
+
},
|
|
41114
|
+
"dark-dimmed": {
|
|
41115
|
+
"$value": "{base.color.transparent}",
|
|
41116
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41117
|
+
"isSource": true,
|
|
41118
|
+
"$type": "color"
|
|
41119
|
+
},
|
|
41120
|
+
"light-high-contrast": {
|
|
41121
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41122
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41123
|
+
"isSource": true,
|
|
41124
|
+
"$type": "color"
|
|
41125
|
+
},
|
|
41126
|
+
"dark-high-contrast": {
|
|
41127
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41128
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41129
|
+
"isSource": true,
|
|
41130
|
+
"$type": "color"
|
|
41131
|
+
},
|
|
41132
|
+
"dark-dimmed-high-contrast": {
|
|
41133
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41134
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41135
|
+
"isSource": true,
|
|
41136
|
+
"$type": "color"
|
|
41137
|
+
},
|
|
41138
|
+
"dark-tritanopia-high-contrast": {
|
|
41139
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41140
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41141
|
+
"isSource": true,
|
|
41142
|
+
"$type": "color"
|
|
41143
|
+
},
|
|
41144
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41145
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41146
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41147
|
+
"isSource": true,
|
|
41148
|
+
"$type": "color"
|
|
41149
|
+
},
|
|
41150
|
+
"light-tritanopia-high-contrast": {
|
|
41151
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41152
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41153
|
+
"isSource": true,
|
|
41154
|
+
"$type": "color"
|
|
41155
|
+
},
|
|
41156
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41157
|
+
"$value": "{label.pine.fgColor.rest}",
|
|
41158
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41159
|
+
"isSource": true,
|
|
41160
|
+
"$type": "color"
|
|
41161
|
+
}
|
|
41162
|
+
}
|
|
41163
|
+
},
|
|
41164
|
+
"key": "{label.pine.borderColor}"
|
|
41165
|
+
},
|
|
41166
|
+
"name": "label-pine-borderColor",
|
|
41167
|
+
"attributes": {},
|
|
41168
|
+
"path": ["label", "pine", "borderColor"],
|
|
41169
|
+
"value": "#ffffff00",
|
|
41170
|
+
"type": "color"
|
|
41171
|
+
},
|
|
39325
41172
|
"label-pine-fgColor-active": {
|
|
39326
41173
|
"key": "{label.pine.fgColor.active}",
|
|
39327
41174
|
"$extensions": {
|
|
@@ -39592,17 +41439,65 @@
|
|
|
39592
41439
|
"value": "#ffe5f1",
|
|
39593
41440
|
"type": "color"
|
|
39594
41441
|
},
|
|
39595
|
-
"label-pink-
|
|
39596
|
-
"key": "{label.pink.
|
|
41442
|
+
"label-pink-borderColor": {
|
|
41443
|
+
"key": "{label.pink.borderColor}",
|
|
39597
41444
|
"$extensions": {
|
|
39598
41445
|
"org.primer.figma": {
|
|
39599
41446
|
"collection": "mode",
|
|
39600
41447
|
"group": "component",
|
|
39601
|
-
"scopes": ["
|
|
41448
|
+
"scopes": ["borderColor"]
|
|
39602
41449
|
},
|
|
39603
41450
|
"org.primer.overrides": {
|
|
39604
41451
|
"dark": {
|
|
39605
|
-
"$value": "#
|
|
41452
|
+
"$value": "#ffffff00",
|
|
41453
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41454
|
+
"isSource": true,
|
|
41455
|
+
"$type": "color"
|
|
41456
|
+
},
|
|
41457
|
+
"dark-dimmed": {
|
|
41458
|
+
"$value": "#ffffff00",
|
|
41459
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41460
|
+
"isSource": true,
|
|
41461
|
+
"$type": "color"
|
|
41462
|
+
},
|
|
41463
|
+
"light-high-contrast": {
|
|
41464
|
+
"$value": "#b12f79",
|
|
41465
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41466
|
+
"isSource": true,
|
|
41467
|
+
"$type": "color"
|
|
41468
|
+
},
|
|
41469
|
+
"dark-high-contrast": {
|
|
41470
|
+
"$value": "#b12f79",
|
|
41471
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41472
|
+
"isSource": true,
|
|
41473
|
+
"$type": "color"
|
|
41474
|
+
},
|
|
41475
|
+
"dark-dimmed-high-contrast": {
|
|
41476
|
+
"$value": "#b12f79",
|
|
41477
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41478
|
+
"isSource": true,
|
|
41479
|
+
"$type": "color"
|
|
41480
|
+
},
|
|
41481
|
+
"dark-tritanopia-high-contrast": {
|
|
41482
|
+
"$value": "#b12f79",
|
|
41483
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41484
|
+
"isSource": true,
|
|
41485
|
+
"$type": "color"
|
|
41486
|
+
},
|
|
41487
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41488
|
+
"$value": "#b12f79",
|
|
41489
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41490
|
+
"isSource": true,
|
|
41491
|
+
"$type": "color"
|
|
41492
|
+
},
|
|
41493
|
+
"light-tritanopia-high-contrast": {
|
|
41494
|
+
"$value": "#b12f79",
|
|
41495
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41496
|
+
"isSource": true,
|
|
41497
|
+
"$type": "color"
|
|
41498
|
+
},
|
|
41499
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41500
|
+
"$value": "#b12f79",
|
|
39606
41501
|
"filePath": "src/tokens/component/label.json5",
|
|
39607
41502
|
"isSource": true,
|
|
39608
41503
|
"$type": "color"
|
|
@@ -39612,41 +41507,134 @@
|
|
|
39612
41507
|
"filePath": "src/tokens/component/label.json5",
|
|
39613
41508
|
"isSource": true,
|
|
39614
41509
|
"original": {
|
|
39615
|
-
"$value": "{base.
|
|
41510
|
+
"$value": "{base.color.transparent}",
|
|
39616
41511
|
"$type": "color",
|
|
39617
41512
|
"$extensions": {
|
|
39618
41513
|
"org.primer.figma": {
|
|
39619
41514
|
"collection": "mode",
|
|
39620
41515
|
"group": "component",
|
|
39621
|
-
"scopes": ["
|
|
41516
|
+
"scopes": ["borderColor"]
|
|
39622
41517
|
},
|
|
39623
41518
|
"org.primer.overrides": {
|
|
39624
41519
|
"dark": {
|
|
39625
|
-
"$value": "{base.
|
|
41520
|
+
"$value": "{base.color.transparent}",
|
|
39626
41521
|
"filePath": "src/tokens/component/label.json5",
|
|
39627
41522
|
"isSource": true,
|
|
39628
41523
|
"$type": "color"
|
|
39629
|
-
}
|
|
39630
|
-
|
|
39631
|
-
|
|
39632
|
-
|
|
39633
|
-
|
|
39634
|
-
|
|
39635
|
-
|
|
39636
|
-
|
|
39637
|
-
|
|
39638
|
-
|
|
39639
|
-
|
|
39640
|
-
|
|
39641
|
-
|
|
39642
|
-
|
|
39643
|
-
|
|
39644
|
-
|
|
39645
|
-
|
|
39646
|
-
|
|
39647
|
-
|
|
39648
|
-
|
|
39649
|
-
|
|
41524
|
+
},
|
|
41525
|
+
"dark-dimmed": {
|
|
41526
|
+
"$value": "{base.color.transparent}",
|
|
41527
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41528
|
+
"isSource": true,
|
|
41529
|
+
"$type": "color"
|
|
41530
|
+
},
|
|
41531
|
+
"light-high-contrast": {
|
|
41532
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41533
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41534
|
+
"isSource": true,
|
|
41535
|
+
"$type": "color"
|
|
41536
|
+
},
|
|
41537
|
+
"dark-high-contrast": {
|
|
41538
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41539
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41540
|
+
"isSource": true,
|
|
41541
|
+
"$type": "color"
|
|
41542
|
+
},
|
|
41543
|
+
"dark-dimmed-high-contrast": {
|
|
41544
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41545
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41546
|
+
"isSource": true,
|
|
41547
|
+
"$type": "color"
|
|
41548
|
+
},
|
|
41549
|
+
"dark-tritanopia-high-contrast": {
|
|
41550
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41551
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41552
|
+
"isSource": true,
|
|
41553
|
+
"$type": "color"
|
|
41554
|
+
},
|
|
41555
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41556
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41557
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41558
|
+
"isSource": true,
|
|
41559
|
+
"$type": "color"
|
|
41560
|
+
},
|
|
41561
|
+
"light-tritanopia-high-contrast": {
|
|
41562
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41563
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41564
|
+
"isSource": true,
|
|
41565
|
+
"$type": "color"
|
|
41566
|
+
},
|
|
41567
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41568
|
+
"$value": "{label.pink.fgColor.rest}",
|
|
41569
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41570
|
+
"isSource": true,
|
|
41571
|
+
"$type": "color"
|
|
41572
|
+
}
|
|
41573
|
+
}
|
|
41574
|
+
},
|
|
41575
|
+
"key": "{label.pink.borderColor}"
|
|
41576
|
+
},
|
|
41577
|
+
"name": "label-pink-borderColor",
|
|
41578
|
+
"attributes": {},
|
|
41579
|
+
"path": ["label", "pink", "borderColor"],
|
|
41580
|
+
"value": "#ffffff00",
|
|
41581
|
+
"type": "color"
|
|
41582
|
+
},
|
|
41583
|
+
"label-pink-fgColor-active": {
|
|
41584
|
+
"key": "{label.pink.fgColor.active}",
|
|
41585
|
+
"$extensions": {
|
|
41586
|
+
"org.primer.figma": {
|
|
41587
|
+
"collection": "mode",
|
|
41588
|
+
"group": "component",
|
|
41589
|
+
"scopes": ["fgColor"]
|
|
41590
|
+
},
|
|
41591
|
+
"org.primer.overrides": {
|
|
41592
|
+
"dark": {
|
|
41593
|
+
"$value": "#6e2b53",
|
|
41594
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41595
|
+
"isSource": true,
|
|
41596
|
+
"$type": "color"
|
|
41597
|
+
}
|
|
41598
|
+
}
|
|
41599
|
+
},
|
|
41600
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41601
|
+
"isSource": true,
|
|
41602
|
+
"original": {
|
|
41603
|
+
"$value": "{base.display.color.pink.8}",
|
|
41604
|
+
"$type": "color",
|
|
41605
|
+
"$extensions": {
|
|
41606
|
+
"org.primer.figma": {
|
|
41607
|
+
"collection": "mode",
|
|
41608
|
+
"group": "component",
|
|
41609
|
+
"scopes": ["fgColor"]
|
|
41610
|
+
},
|
|
41611
|
+
"org.primer.overrides": {
|
|
41612
|
+
"dark": {
|
|
41613
|
+
"$value": "{base.display.color.pink.8}",
|
|
41614
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41615
|
+
"isSource": true,
|
|
41616
|
+
"$type": "color"
|
|
41617
|
+
}
|
|
41618
|
+
}
|
|
41619
|
+
},
|
|
41620
|
+
"key": "{label.pink.fgColor.active}"
|
|
41621
|
+
},
|
|
41622
|
+
"name": "label-pink-fgColor-active",
|
|
41623
|
+
"attributes": {},
|
|
41624
|
+
"path": ["label", "pink", "fgColor", "active"],
|
|
41625
|
+
"value": "#6e2b53",
|
|
41626
|
+
"type": "color"
|
|
41627
|
+
},
|
|
41628
|
+
"label-pink-fgColor-hover": {
|
|
41629
|
+
"key": "{label.pink.fgColor.hover}",
|
|
41630
|
+
"$extensions": {
|
|
41631
|
+
"org.primer.figma": {
|
|
41632
|
+
"collection": "mode",
|
|
41633
|
+
"group": "component",
|
|
41634
|
+
"scopes": ["fgColor"]
|
|
41635
|
+
},
|
|
41636
|
+
"org.primer.overrides": {
|
|
41637
|
+
"dark": {
|
|
39650
41638
|
"$value": "#8e2e66",
|
|
39651
41639
|
"filePath": "src/tokens/component/label.json5",
|
|
39652
41640
|
"isSource": true,
|
|
@@ -39862,6 +41850,147 @@
|
|
|
39862
41850
|
"value": "#f8e5ff",
|
|
39863
41851
|
"type": "color"
|
|
39864
41852
|
},
|
|
41853
|
+
"label-plum-borderColor": {
|
|
41854
|
+
"key": "{label.plum.borderColor}",
|
|
41855
|
+
"$extensions": {
|
|
41856
|
+
"org.primer.figma": {
|
|
41857
|
+
"collection": "mode",
|
|
41858
|
+
"group": "component",
|
|
41859
|
+
"scopes": ["borderColor"]
|
|
41860
|
+
},
|
|
41861
|
+
"org.primer.overrides": {
|
|
41862
|
+
"dark": {
|
|
41863
|
+
"$value": "#ffffff00",
|
|
41864
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41865
|
+
"isSource": true,
|
|
41866
|
+
"$type": "color"
|
|
41867
|
+
},
|
|
41868
|
+
"dark-dimmed": {
|
|
41869
|
+
"$value": "#ffffff00",
|
|
41870
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41871
|
+
"isSource": true,
|
|
41872
|
+
"$type": "color"
|
|
41873
|
+
},
|
|
41874
|
+
"light-high-contrast": {
|
|
41875
|
+
"$value": "#961edc",
|
|
41876
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41877
|
+
"isSource": true,
|
|
41878
|
+
"$type": "color"
|
|
41879
|
+
},
|
|
41880
|
+
"dark-high-contrast": {
|
|
41881
|
+
"$value": "#961edc",
|
|
41882
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41883
|
+
"isSource": true,
|
|
41884
|
+
"$type": "color"
|
|
41885
|
+
},
|
|
41886
|
+
"dark-dimmed-high-contrast": {
|
|
41887
|
+
"$value": "#961edc",
|
|
41888
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41889
|
+
"isSource": true,
|
|
41890
|
+
"$type": "color"
|
|
41891
|
+
},
|
|
41892
|
+
"dark-tritanopia-high-contrast": {
|
|
41893
|
+
"$value": "#961edc",
|
|
41894
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41895
|
+
"isSource": true,
|
|
41896
|
+
"$type": "color"
|
|
41897
|
+
},
|
|
41898
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41899
|
+
"$value": "#961edc",
|
|
41900
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41901
|
+
"isSource": true,
|
|
41902
|
+
"$type": "color"
|
|
41903
|
+
},
|
|
41904
|
+
"light-tritanopia-high-contrast": {
|
|
41905
|
+
"$value": "#961edc",
|
|
41906
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41907
|
+
"isSource": true,
|
|
41908
|
+
"$type": "color"
|
|
41909
|
+
},
|
|
41910
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41911
|
+
"$value": "#961edc",
|
|
41912
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41913
|
+
"isSource": true,
|
|
41914
|
+
"$type": "color"
|
|
41915
|
+
}
|
|
41916
|
+
}
|
|
41917
|
+
},
|
|
41918
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41919
|
+
"isSource": true,
|
|
41920
|
+
"original": {
|
|
41921
|
+
"$value": "{base.color.transparent}",
|
|
41922
|
+
"$type": "color",
|
|
41923
|
+
"$extensions": {
|
|
41924
|
+
"org.primer.figma": {
|
|
41925
|
+
"collection": "mode",
|
|
41926
|
+
"group": "component",
|
|
41927
|
+
"scopes": ["borderColor"]
|
|
41928
|
+
},
|
|
41929
|
+
"org.primer.overrides": {
|
|
41930
|
+
"dark": {
|
|
41931
|
+
"$value": "{base.color.transparent}",
|
|
41932
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41933
|
+
"isSource": true,
|
|
41934
|
+
"$type": "color"
|
|
41935
|
+
},
|
|
41936
|
+
"dark-dimmed": {
|
|
41937
|
+
"$value": "{base.color.transparent}",
|
|
41938
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41939
|
+
"isSource": true,
|
|
41940
|
+
"$type": "color"
|
|
41941
|
+
},
|
|
41942
|
+
"light-high-contrast": {
|
|
41943
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41944
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41945
|
+
"isSource": true,
|
|
41946
|
+
"$type": "color"
|
|
41947
|
+
},
|
|
41948
|
+
"dark-high-contrast": {
|
|
41949
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41950
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41951
|
+
"isSource": true,
|
|
41952
|
+
"$type": "color"
|
|
41953
|
+
},
|
|
41954
|
+
"dark-dimmed-high-contrast": {
|
|
41955
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41956
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41957
|
+
"isSource": true,
|
|
41958
|
+
"$type": "color"
|
|
41959
|
+
},
|
|
41960
|
+
"dark-tritanopia-high-contrast": {
|
|
41961
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41962
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41963
|
+
"isSource": true,
|
|
41964
|
+
"$type": "color"
|
|
41965
|
+
},
|
|
41966
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
41967
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41968
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41969
|
+
"isSource": true,
|
|
41970
|
+
"$type": "color"
|
|
41971
|
+
},
|
|
41972
|
+
"light-tritanopia-high-contrast": {
|
|
41973
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41974
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41975
|
+
"isSource": true,
|
|
41976
|
+
"$type": "color"
|
|
41977
|
+
},
|
|
41978
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
41979
|
+
"$value": "{label.plum.fgColor.rest}",
|
|
41980
|
+
"filePath": "src/tokens/component/label.json5",
|
|
41981
|
+
"isSource": true,
|
|
41982
|
+
"$type": "color"
|
|
41983
|
+
}
|
|
41984
|
+
}
|
|
41985
|
+
},
|
|
41986
|
+
"key": "{label.plum.borderColor}"
|
|
41987
|
+
},
|
|
41988
|
+
"name": "label-plum-borderColor",
|
|
41989
|
+
"attributes": {},
|
|
41990
|
+
"path": ["label", "plum", "borderColor"],
|
|
41991
|
+
"value": "#ffffff00",
|
|
41992
|
+
"type": "color"
|
|
41993
|
+
},
|
|
39865
41994
|
"label-plum-fgColor-active": {
|
|
39866
41995
|
"key": "{label.plum.fgColor.active}",
|
|
39867
41996
|
"$extensions": {
|
|
@@ -40132,38 +42261,179 @@
|
|
|
40132
42261
|
"value": "#f1e5ff",
|
|
40133
42262
|
"type": "color"
|
|
40134
42263
|
},
|
|
40135
|
-
"label-purple-
|
|
40136
|
-
"key": "{label.purple.
|
|
42264
|
+
"label-purple-borderColor": {
|
|
42265
|
+
"key": "{label.purple.borderColor}",
|
|
40137
42266
|
"$extensions": {
|
|
40138
42267
|
"org.primer.figma": {
|
|
40139
42268
|
"collection": "mode",
|
|
40140
42269
|
"group": "component",
|
|
40141
|
-
"scopes": ["
|
|
42270
|
+
"scopes": ["borderColor"]
|
|
40142
42271
|
},
|
|
40143
42272
|
"org.primer.overrides": {
|
|
40144
42273
|
"dark": {
|
|
40145
|
-
"$value": "#
|
|
42274
|
+
"$value": "#ffffff00",
|
|
40146
42275
|
"filePath": "src/tokens/component/label.json5",
|
|
40147
42276
|
"isSource": true,
|
|
40148
42277
|
"$type": "color"
|
|
40149
|
-
}
|
|
40150
|
-
}
|
|
40151
|
-
},
|
|
40152
|
-
"filePath": "src/tokens/component/label.json5",
|
|
40153
|
-
"isSource": true,
|
|
40154
|
-
"original": {
|
|
40155
|
-
"$value": "{base.display.color.purple.8}",
|
|
40156
|
-
"$type": "color",
|
|
40157
|
-
"$extensions": {
|
|
40158
|
-
"org.primer.figma": {
|
|
40159
|
-
"collection": "mode",
|
|
40160
|
-
"group": "component",
|
|
40161
|
-
"scopes": ["fgColor"]
|
|
40162
42278
|
},
|
|
40163
|
-
"
|
|
40164
|
-
"
|
|
40165
|
-
|
|
40166
|
-
|
|
42279
|
+
"dark-dimmed": {
|
|
42280
|
+
"$value": "#ffffff00",
|
|
42281
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42282
|
+
"isSource": true,
|
|
42283
|
+
"$type": "color"
|
|
42284
|
+
},
|
|
42285
|
+
"light-high-contrast": {
|
|
42286
|
+
"$value": "#783ae4",
|
|
42287
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42288
|
+
"isSource": true,
|
|
42289
|
+
"$type": "color"
|
|
42290
|
+
},
|
|
42291
|
+
"dark-high-contrast": {
|
|
42292
|
+
"$value": "#783ae4",
|
|
42293
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42294
|
+
"isSource": true,
|
|
42295
|
+
"$type": "color"
|
|
42296
|
+
},
|
|
42297
|
+
"dark-dimmed-high-contrast": {
|
|
42298
|
+
"$value": "#783ae4",
|
|
42299
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42300
|
+
"isSource": true,
|
|
42301
|
+
"$type": "color"
|
|
42302
|
+
},
|
|
42303
|
+
"dark-tritanopia-high-contrast": {
|
|
42304
|
+
"$value": "#783ae4",
|
|
42305
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42306
|
+
"isSource": true,
|
|
42307
|
+
"$type": "color"
|
|
42308
|
+
},
|
|
42309
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42310
|
+
"$value": "#783ae4",
|
|
42311
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42312
|
+
"isSource": true,
|
|
42313
|
+
"$type": "color"
|
|
42314
|
+
},
|
|
42315
|
+
"light-tritanopia-high-contrast": {
|
|
42316
|
+
"$value": "#783ae4",
|
|
42317
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42318
|
+
"isSource": true,
|
|
42319
|
+
"$type": "color"
|
|
42320
|
+
},
|
|
42321
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42322
|
+
"$value": "#783ae4",
|
|
42323
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42324
|
+
"isSource": true,
|
|
42325
|
+
"$type": "color"
|
|
42326
|
+
}
|
|
42327
|
+
}
|
|
42328
|
+
},
|
|
42329
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42330
|
+
"isSource": true,
|
|
42331
|
+
"original": {
|
|
42332
|
+
"$value": "{base.color.transparent}",
|
|
42333
|
+
"$type": "color",
|
|
42334
|
+
"$extensions": {
|
|
42335
|
+
"org.primer.figma": {
|
|
42336
|
+
"collection": "mode",
|
|
42337
|
+
"group": "component",
|
|
42338
|
+
"scopes": ["borderColor"]
|
|
42339
|
+
},
|
|
42340
|
+
"org.primer.overrides": {
|
|
42341
|
+
"dark": {
|
|
42342
|
+
"$value": "{base.color.transparent}",
|
|
42343
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42344
|
+
"isSource": true,
|
|
42345
|
+
"$type": "color"
|
|
42346
|
+
},
|
|
42347
|
+
"dark-dimmed": {
|
|
42348
|
+
"$value": "{base.color.transparent}",
|
|
42349
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42350
|
+
"isSource": true,
|
|
42351
|
+
"$type": "color"
|
|
42352
|
+
},
|
|
42353
|
+
"light-high-contrast": {
|
|
42354
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42355
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42356
|
+
"isSource": true,
|
|
42357
|
+
"$type": "color"
|
|
42358
|
+
},
|
|
42359
|
+
"dark-high-contrast": {
|
|
42360
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42361
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42362
|
+
"isSource": true,
|
|
42363
|
+
"$type": "color"
|
|
42364
|
+
},
|
|
42365
|
+
"dark-dimmed-high-contrast": {
|
|
42366
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42367
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42368
|
+
"isSource": true,
|
|
42369
|
+
"$type": "color"
|
|
42370
|
+
},
|
|
42371
|
+
"dark-tritanopia-high-contrast": {
|
|
42372
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42373
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42374
|
+
"isSource": true,
|
|
42375
|
+
"$type": "color"
|
|
42376
|
+
},
|
|
42377
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42378
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42379
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42380
|
+
"isSource": true,
|
|
42381
|
+
"$type": "color"
|
|
42382
|
+
},
|
|
42383
|
+
"light-tritanopia-high-contrast": {
|
|
42384
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42385
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42386
|
+
"isSource": true,
|
|
42387
|
+
"$type": "color"
|
|
42388
|
+
},
|
|
42389
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42390
|
+
"$value": "{label.purple.fgColor.rest}",
|
|
42391
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42392
|
+
"isSource": true,
|
|
42393
|
+
"$type": "color"
|
|
42394
|
+
}
|
|
42395
|
+
}
|
|
42396
|
+
},
|
|
42397
|
+
"key": "{label.purple.borderColor}"
|
|
42398
|
+
},
|
|
42399
|
+
"name": "label-purple-borderColor",
|
|
42400
|
+
"attributes": {},
|
|
42401
|
+
"path": ["label", "purple", "borderColor"],
|
|
42402
|
+
"value": "#ffffff00",
|
|
42403
|
+
"type": "color"
|
|
42404
|
+
},
|
|
42405
|
+
"label-purple-fgColor-active": {
|
|
42406
|
+
"key": "{label.purple.fgColor.active}",
|
|
42407
|
+
"$extensions": {
|
|
42408
|
+
"org.primer.figma": {
|
|
42409
|
+
"collection": "mode",
|
|
42410
|
+
"group": "component",
|
|
42411
|
+
"scopes": ["fgColor"]
|
|
42412
|
+
},
|
|
42413
|
+
"org.primer.overrides": {
|
|
42414
|
+
"dark": {
|
|
42415
|
+
"$value": "#4f21ab",
|
|
42416
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42417
|
+
"isSource": true,
|
|
42418
|
+
"$type": "color"
|
|
42419
|
+
}
|
|
42420
|
+
}
|
|
42421
|
+
},
|
|
42422
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42423
|
+
"isSource": true,
|
|
42424
|
+
"original": {
|
|
42425
|
+
"$value": "{base.display.color.purple.8}",
|
|
42426
|
+
"$type": "color",
|
|
42427
|
+
"$extensions": {
|
|
42428
|
+
"org.primer.figma": {
|
|
42429
|
+
"collection": "mode",
|
|
42430
|
+
"group": "component",
|
|
42431
|
+
"scopes": ["fgColor"]
|
|
42432
|
+
},
|
|
42433
|
+
"org.primer.overrides": {
|
|
42434
|
+
"dark": {
|
|
42435
|
+
"$value": "{base.display.color.purple.8}",
|
|
42436
|
+
"filePath": "src/tokens/component/label.json5",
|
|
40167
42437
|
"isSource": true,
|
|
40168
42438
|
"$type": "color"
|
|
40169
42439
|
}
|
|
@@ -40402,17 +42672,65 @@
|
|
|
40402
42672
|
"value": "#ffe2e0",
|
|
40403
42673
|
"type": "color"
|
|
40404
42674
|
},
|
|
40405
|
-
"label-red-
|
|
40406
|
-
"key": "{label.red.
|
|
42675
|
+
"label-red-borderColor": {
|
|
42676
|
+
"key": "{label.red.borderColor}",
|
|
40407
42677
|
"$extensions": {
|
|
40408
42678
|
"org.primer.figma": {
|
|
40409
42679
|
"collection": "mode",
|
|
40410
42680
|
"group": "component",
|
|
40411
|
-
"scopes": ["
|
|
42681
|
+
"scopes": ["borderColor"]
|
|
40412
42682
|
},
|
|
40413
42683
|
"org.primer.overrides": {
|
|
40414
42684
|
"dark": {
|
|
40415
|
-
"$value": "#
|
|
42685
|
+
"$value": "#ffffff00",
|
|
42686
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42687
|
+
"isSource": true,
|
|
42688
|
+
"$type": "color"
|
|
42689
|
+
},
|
|
42690
|
+
"dark-dimmed": {
|
|
42691
|
+
"$value": "#ffffff00",
|
|
42692
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42693
|
+
"isSource": true,
|
|
42694
|
+
"$type": "color"
|
|
42695
|
+
},
|
|
42696
|
+
"light-high-contrast": {
|
|
42697
|
+
"$value": "#c50d28",
|
|
42698
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42699
|
+
"isSource": true,
|
|
42700
|
+
"$type": "color"
|
|
42701
|
+
},
|
|
42702
|
+
"dark-high-contrast": {
|
|
42703
|
+
"$value": "#c50d28",
|
|
42704
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42705
|
+
"isSource": true,
|
|
42706
|
+
"$type": "color"
|
|
42707
|
+
},
|
|
42708
|
+
"dark-dimmed-high-contrast": {
|
|
42709
|
+
"$value": "#c50d28",
|
|
42710
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42711
|
+
"isSource": true,
|
|
42712
|
+
"$type": "color"
|
|
42713
|
+
},
|
|
42714
|
+
"dark-tritanopia-high-contrast": {
|
|
42715
|
+
"$value": "#c50d28",
|
|
42716
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42717
|
+
"isSource": true,
|
|
42718
|
+
"$type": "color"
|
|
42719
|
+
},
|
|
42720
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42721
|
+
"$value": "#c50d28",
|
|
42722
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42723
|
+
"isSource": true,
|
|
42724
|
+
"$type": "color"
|
|
42725
|
+
},
|
|
42726
|
+
"light-tritanopia-high-contrast": {
|
|
42727
|
+
"$value": "#c50d28",
|
|
42728
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42729
|
+
"isSource": true,
|
|
42730
|
+
"$type": "color"
|
|
42731
|
+
},
|
|
42732
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42733
|
+
"$value": "#c50d28",
|
|
40416
42734
|
"filePath": "src/tokens/component/label.json5",
|
|
40417
42735
|
"isSource": true,
|
|
40418
42736
|
"$type": "color"
|
|
@@ -40422,33 +42740,126 @@
|
|
|
40422
42740
|
"filePath": "src/tokens/component/label.json5",
|
|
40423
42741
|
"isSource": true,
|
|
40424
42742
|
"original": {
|
|
40425
|
-
"$value": "{base.
|
|
42743
|
+
"$value": "{base.color.transparent}",
|
|
40426
42744
|
"$type": "color",
|
|
40427
42745
|
"$extensions": {
|
|
40428
42746
|
"org.primer.figma": {
|
|
40429
42747
|
"collection": "mode",
|
|
40430
42748
|
"group": "component",
|
|
40431
|
-
"scopes": ["
|
|
42749
|
+
"scopes": ["borderColor"]
|
|
40432
42750
|
},
|
|
40433
42751
|
"org.primer.overrides": {
|
|
40434
42752
|
"dark": {
|
|
40435
|
-
"$value": "{base.
|
|
42753
|
+
"$value": "{base.color.transparent}",
|
|
42754
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42755
|
+
"isSource": true,
|
|
42756
|
+
"$type": "color"
|
|
42757
|
+
},
|
|
42758
|
+
"dark-dimmed": {
|
|
42759
|
+
"$value": "{base.color.transparent}",
|
|
42760
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42761
|
+
"isSource": true,
|
|
42762
|
+
"$type": "color"
|
|
42763
|
+
},
|
|
42764
|
+
"light-high-contrast": {
|
|
42765
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42766
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42767
|
+
"isSource": true,
|
|
42768
|
+
"$type": "color"
|
|
42769
|
+
},
|
|
42770
|
+
"dark-high-contrast": {
|
|
42771
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42772
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42773
|
+
"isSource": true,
|
|
42774
|
+
"$type": "color"
|
|
42775
|
+
},
|
|
42776
|
+
"dark-dimmed-high-contrast": {
|
|
42777
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42778
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42779
|
+
"isSource": true,
|
|
42780
|
+
"$type": "color"
|
|
42781
|
+
},
|
|
42782
|
+
"dark-tritanopia-high-contrast": {
|
|
42783
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42784
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42785
|
+
"isSource": true,
|
|
42786
|
+
"$type": "color"
|
|
42787
|
+
},
|
|
42788
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
42789
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42790
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42791
|
+
"isSource": true,
|
|
42792
|
+
"$type": "color"
|
|
42793
|
+
},
|
|
42794
|
+
"light-tritanopia-high-contrast": {
|
|
42795
|
+
"$value": "{label.red.fgColor.rest}",
|
|
42796
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42797
|
+
"isSource": true,
|
|
42798
|
+
"$type": "color"
|
|
42799
|
+
},
|
|
42800
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
42801
|
+
"$value": "{label.red.fgColor.rest}",
|
|
40436
42802
|
"filePath": "src/tokens/component/label.json5",
|
|
40437
42803
|
"isSource": true,
|
|
40438
42804
|
"$type": "color"
|
|
40439
42805
|
}
|
|
40440
42806
|
}
|
|
40441
42807
|
},
|
|
40442
|
-
"key": "{label.red.
|
|
42808
|
+
"key": "{label.red.borderColor}"
|
|
40443
42809
|
},
|
|
40444
|
-
"name": "label-red-
|
|
42810
|
+
"name": "label-red-borderColor",
|
|
40445
42811
|
"attributes": {},
|
|
40446
|
-
"path": ["label", "red", "
|
|
40447
|
-
"value": "#
|
|
42812
|
+
"path": ["label", "red", "borderColor"],
|
|
42813
|
+
"value": "#ffffff00",
|
|
40448
42814
|
"type": "color"
|
|
40449
42815
|
},
|
|
40450
|
-
"label-red-fgColor-
|
|
40451
|
-
"key": "{label.red.fgColor.
|
|
42816
|
+
"label-red-fgColor-active": {
|
|
42817
|
+
"key": "{label.red.fgColor.active}",
|
|
42818
|
+
"$extensions": {
|
|
42819
|
+
"org.primer.figma": {
|
|
42820
|
+
"collection": "mode",
|
|
42821
|
+
"group": "component",
|
|
42822
|
+
"scopes": ["fgColor"]
|
|
42823
|
+
},
|
|
42824
|
+
"org.primer.overrides": {
|
|
42825
|
+
"dark": {
|
|
42826
|
+
"$value": "#880c27",
|
|
42827
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42828
|
+
"isSource": true,
|
|
42829
|
+
"$type": "color"
|
|
42830
|
+
}
|
|
42831
|
+
}
|
|
42832
|
+
},
|
|
42833
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42834
|
+
"isSource": true,
|
|
42835
|
+
"original": {
|
|
42836
|
+
"$value": "{base.display.color.red.8}",
|
|
42837
|
+
"$type": "color",
|
|
42838
|
+
"$extensions": {
|
|
42839
|
+
"org.primer.figma": {
|
|
42840
|
+
"collection": "mode",
|
|
42841
|
+
"group": "component",
|
|
42842
|
+
"scopes": ["fgColor"]
|
|
42843
|
+
},
|
|
42844
|
+
"org.primer.overrides": {
|
|
42845
|
+
"dark": {
|
|
42846
|
+
"$value": "{base.display.color.red.8}",
|
|
42847
|
+
"filePath": "src/tokens/component/label.json5",
|
|
42848
|
+
"isSource": true,
|
|
42849
|
+
"$type": "color"
|
|
42850
|
+
}
|
|
42851
|
+
}
|
|
42852
|
+
},
|
|
42853
|
+
"key": "{label.red.fgColor.active}"
|
|
42854
|
+
},
|
|
42855
|
+
"name": "label-red-fgColor-active",
|
|
42856
|
+
"attributes": {},
|
|
42857
|
+
"path": ["label", "red", "fgColor", "active"],
|
|
42858
|
+
"value": "#880c27",
|
|
42859
|
+
"type": "color"
|
|
42860
|
+
},
|
|
42861
|
+
"label-red-fgColor-hover": {
|
|
42862
|
+
"key": "{label.red.fgColor.hover}",
|
|
40452
42863
|
"$extensions": {
|
|
40453
42864
|
"org.primer.figma": {
|
|
40454
42865
|
"collection": "mode",
|
|
@@ -40672,6 +43083,147 @@
|
|
|
40672
43083
|
"value": "#c7f5ef",
|
|
40673
43084
|
"type": "color"
|
|
40674
43085
|
},
|
|
43086
|
+
"label-teal-borderColor": {
|
|
43087
|
+
"key": "{label.teal.borderColor}",
|
|
43088
|
+
"$extensions": {
|
|
43089
|
+
"org.primer.figma": {
|
|
43090
|
+
"collection": "mode",
|
|
43091
|
+
"group": "component",
|
|
43092
|
+
"scopes": ["borderColor"]
|
|
43093
|
+
},
|
|
43094
|
+
"org.primer.overrides": {
|
|
43095
|
+
"dark": {
|
|
43096
|
+
"$value": "#ffffff00",
|
|
43097
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43098
|
+
"isSource": true,
|
|
43099
|
+
"$type": "color"
|
|
43100
|
+
},
|
|
43101
|
+
"dark-dimmed": {
|
|
43102
|
+
"$value": "#ffffff00",
|
|
43103
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43104
|
+
"isSource": true,
|
|
43105
|
+
"$type": "color"
|
|
43106
|
+
},
|
|
43107
|
+
"light-high-contrast": {
|
|
43108
|
+
"$value": "#106e75",
|
|
43109
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43110
|
+
"isSource": true,
|
|
43111
|
+
"$type": "color"
|
|
43112
|
+
},
|
|
43113
|
+
"dark-high-contrast": {
|
|
43114
|
+
"$value": "#106e75",
|
|
43115
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43116
|
+
"isSource": true,
|
|
43117
|
+
"$type": "color"
|
|
43118
|
+
},
|
|
43119
|
+
"dark-dimmed-high-contrast": {
|
|
43120
|
+
"$value": "#106e75",
|
|
43121
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43122
|
+
"isSource": true,
|
|
43123
|
+
"$type": "color"
|
|
43124
|
+
},
|
|
43125
|
+
"dark-tritanopia-high-contrast": {
|
|
43126
|
+
"$value": "#106e75",
|
|
43127
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43128
|
+
"isSource": true,
|
|
43129
|
+
"$type": "color"
|
|
43130
|
+
},
|
|
43131
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43132
|
+
"$value": "#106e75",
|
|
43133
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43134
|
+
"isSource": true,
|
|
43135
|
+
"$type": "color"
|
|
43136
|
+
},
|
|
43137
|
+
"light-tritanopia-high-contrast": {
|
|
43138
|
+
"$value": "#106e75",
|
|
43139
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43140
|
+
"isSource": true,
|
|
43141
|
+
"$type": "color"
|
|
43142
|
+
},
|
|
43143
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43144
|
+
"$value": "#106e75",
|
|
43145
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43146
|
+
"isSource": true,
|
|
43147
|
+
"$type": "color"
|
|
43148
|
+
}
|
|
43149
|
+
}
|
|
43150
|
+
},
|
|
43151
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43152
|
+
"isSource": true,
|
|
43153
|
+
"original": {
|
|
43154
|
+
"$value": "{base.color.transparent}",
|
|
43155
|
+
"$type": "color",
|
|
43156
|
+
"$extensions": {
|
|
43157
|
+
"org.primer.figma": {
|
|
43158
|
+
"collection": "mode",
|
|
43159
|
+
"group": "component",
|
|
43160
|
+
"scopes": ["borderColor"]
|
|
43161
|
+
},
|
|
43162
|
+
"org.primer.overrides": {
|
|
43163
|
+
"dark": {
|
|
43164
|
+
"$value": "{base.color.transparent}",
|
|
43165
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43166
|
+
"isSource": true,
|
|
43167
|
+
"$type": "color"
|
|
43168
|
+
},
|
|
43169
|
+
"dark-dimmed": {
|
|
43170
|
+
"$value": "{base.color.transparent}",
|
|
43171
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43172
|
+
"isSource": true,
|
|
43173
|
+
"$type": "color"
|
|
43174
|
+
},
|
|
43175
|
+
"light-high-contrast": {
|
|
43176
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43177
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43178
|
+
"isSource": true,
|
|
43179
|
+
"$type": "color"
|
|
43180
|
+
},
|
|
43181
|
+
"dark-high-contrast": {
|
|
43182
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43183
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43184
|
+
"isSource": true,
|
|
43185
|
+
"$type": "color"
|
|
43186
|
+
},
|
|
43187
|
+
"dark-dimmed-high-contrast": {
|
|
43188
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43189
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43190
|
+
"isSource": true,
|
|
43191
|
+
"$type": "color"
|
|
43192
|
+
},
|
|
43193
|
+
"dark-tritanopia-high-contrast": {
|
|
43194
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43195
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43196
|
+
"isSource": true,
|
|
43197
|
+
"$type": "color"
|
|
43198
|
+
},
|
|
43199
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43200
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43201
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43202
|
+
"isSource": true,
|
|
43203
|
+
"$type": "color"
|
|
43204
|
+
},
|
|
43205
|
+
"light-tritanopia-high-contrast": {
|
|
43206
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43207
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43208
|
+
"isSource": true,
|
|
43209
|
+
"$type": "color"
|
|
43210
|
+
},
|
|
43211
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43212
|
+
"$value": "{label.teal.fgColor.rest}",
|
|
43213
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43214
|
+
"isSource": true,
|
|
43215
|
+
"$type": "color"
|
|
43216
|
+
}
|
|
43217
|
+
}
|
|
43218
|
+
},
|
|
43219
|
+
"key": "{label.teal.borderColor}"
|
|
43220
|
+
},
|
|
43221
|
+
"name": "label-teal-borderColor",
|
|
43222
|
+
"attributes": {},
|
|
43223
|
+
"path": ["label", "teal", "borderColor"],
|
|
43224
|
+
"value": "#ffffff00",
|
|
43225
|
+
"type": "color"
|
|
43226
|
+
},
|
|
40675
43227
|
"label-teal-fgColor-active": {
|
|
40676
43228
|
"key": "{label.teal.fgColor.active}",
|
|
40677
43229
|
"$extensions": {
|
|
@@ -40942,17 +43494,65 @@
|
|
|
40942
43494
|
"value": "#ffec9e",
|
|
40943
43495
|
"type": "color"
|
|
40944
43496
|
},
|
|
40945
|
-
"label-yellow-
|
|
40946
|
-
"key": "{label.yellow.
|
|
43497
|
+
"label-yellow-borderColor": {
|
|
43498
|
+
"key": "{label.yellow.borderColor}",
|
|
40947
43499
|
"$extensions": {
|
|
40948
43500
|
"org.primer.figma": {
|
|
40949
43501
|
"collection": "mode",
|
|
40950
43502
|
"group": "component",
|
|
40951
|
-
"scopes": ["
|
|
43503
|
+
"scopes": ["borderColor"]
|
|
40952
43504
|
},
|
|
40953
43505
|
"org.primer.overrides": {
|
|
40954
43506
|
"dark": {
|
|
40955
|
-
"$value": "#
|
|
43507
|
+
"$value": "#ffffff00",
|
|
43508
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43509
|
+
"isSource": true,
|
|
43510
|
+
"$type": "color"
|
|
43511
|
+
},
|
|
43512
|
+
"dark-dimmed": {
|
|
43513
|
+
"$value": "#ffffff00",
|
|
43514
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43515
|
+
"isSource": true,
|
|
43516
|
+
"$type": "color"
|
|
43517
|
+
},
|
|
43518
|
+
"light-high-contrast": {
|
|
43519
|
+
"$value": "#805900",
|
|
43520
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43521
|
+
"isSource": true,
|
|
43522
|
+
"$type": "color"
|
|
43523
|
+
},
|
|
43524
|
+
"dark-high-contrast": {
|
|
43525
|
+
"$value": "#805900",
|
|
43526
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43527
|
+
"isSource": true,
|
|
43528
|
+
"$type": "color"
|
|
43529
|
+
},
|
|
43530
|
+
"dark-dimmed-high-contrast": {
|
|
43531
|
+
"$value": "#805900",
|
|
43532
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43533
|
+
"isSource": true,
|
|
43534
|
+
"$type": "color"
|
|
43535
|
+
},
|
|
43536
|
+
"dark-tritanopia-high-contrast": {
|
|
43537
|
+
"$value": "#805900",
|
|
43538
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43539
|
+
"isSource": true,
|
|
43540
|
+
"$type": "color"
|
|
43541
|
+
},
|
|
43542
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43543
|
+
"$value": "#805900",
|
|
43544
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43545
|
+
"isSource": true,
|
|
43546
|
+
"$type": "color"
|
|
43547
|
+
},
|
|
43548
|
+
"light-tritanopia-high-contrast": {
|
|
43549
|
+
"$value": "#805900",
|
|
43550
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43551
|
+
"isSource": true,
|
|
43552
|
+
"$type": "color"
|
|
43553
|
+
},
|
|
43554
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43555
|
+
"$value": "#805900",
|
|
40956
43556
|
"filePath": "src/tokens/component/label.json5",
|
|
40957
43557
|
"isSource": true,
|
|
40958
43558
|
"$type": "color"
|
|
@@ -40962,40 +43562,133 @@
|
|
|
40962
43562
|
"filePath": "src/tokens/component/label.json5",
|
|
40963
43563
|
"isSource": true,
|
|
40964
43564
|
"original": {
|
|
40965
|
-
"$value": "{base.
|
|
43565
|
+
"$value": "{base.color.transparent}",
|
|
40966
43566
|
"$type": "color",
|
|
40967
43567
|
"$extensions": {
|
|
40968
43568
|
"org.primer.figma": {
|
|
40969
43569
|
"collection": "mode",
|
|
40970
43570
|
"group": "component",
|
|
40971
|
-
"scopes": ["
|
|
43571
|
+
"scopes": ["borderColor"]
|
|
40972
43572
|
},
|
|
40973
43573
|
"org.primer.overrides": {
|
|
40974
43574
|
"dark": {
|
|
40975
|
-
"$value": "{base.
|
|
43575
|
+
"$value": "{base.color.transparent}",
|
|
40976
43576
|
"filePath": "src/tokens/component/label.json5",
|
|
40977
43577
|
"isSource": true,
|
|
40978
43578
|
"$type": "color"
|
|
40979
|
-
}
|
|
40980
|
-
|
|
40981
|
-
|
|
40982
|
-
|
|
40983
|
-
|
|
40984
|
-
|
|
40985
|
-
|
|
40986
|
-
|
|
40987
|
-
|
|
40988
|
-
|
|
40989
|
-
|
|
40990
|
-
|
|
40991
|
-
|
|
40992
|
-
|
|
40993
|
-
|
|
40994
|
-
|
|
40995
|
-
|
|
40996
|
-
|
|
40997
|
-
|
|
40998
|
-
|
|
43579
|
+
},
|
|
43580
|
+
"dark-dimmed": {
|
|
43581
|
+
"$value": "{base.color.transparent}",
|
|
43582
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43583
|
+
"isSource": true,
|
|
43584
|
+
"$type": "color"
|
|
43585
|
+
},
|
|
43586
|
+
"light-high-contrast": {
|
|
43587
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43588
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43589
|
+
"isSource": true,
|
|
43590
|
+
"$type": "color"
|
|
43591
|
+
},
|
|
43592
|
+
"dark-high-contrast": {
|
|
43593
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43594
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43595
|
+
"isSource": true,
|
|
43596
|
+
"$type": "color"
|
|
43597
|
+
},
|
|
43598
|
+
"dark-dimmed-high-contrast": {
|
|
43599
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43600
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43601
|
+
"isSource": true,
|
|
43602
|
+
"$type": "color"
|
|
43603
|
+
},
|
|
43604
|
+
"dark-tritanopia-high-contrast": {
|
|
43605
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43606
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43607
|
+
"isSource": true,
|
|
43608
|
+
"$type": "color"
|
|
43609
|
+
},
|
|
43610
|
+
"dark-protanopia-deuteranopia-high-contrast": {
|
|
43611
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43612
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43613
|
+
"isSource": true,
|
|
43614
|
+
"$type": "color"
|
|
43615
|
+
},
|
|
43616
|
+
"light-tritanopia-high-contrast": {
|
|
43617
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43618
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43619
|
+
"isSource": true,
|
|
43620
|
+
"$type": "color"
|
|
43621
|
+
},
|
|
43622
|
+
"light-protanopia-deuteranopia-high-contrast": {
|
|
43623
|
+
"$value": "{label.yellow.fgColor.rest}",
|
|
43624
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43625
|
+
"isSource": true,
|
|
43626
|
+
"$type": "color"
|
|
43627
|
+
}
|
|
43628
|
+
}
|
|
43629
|
+
},
|
|
43630
|
+
"key": "{label.yellow.borderColor}"
|
|
43631
|
+
},
|
|
43632
|
+
"name": "label-yellow-borderColor",
|
|
43633
|
+
"attributes": {},
|
|
43634
|
+
"path": ["label", "yellow", "borderColor"],
|
|
43635
|
+
"value": "#ffffff00",
|
|
43636
|
+
"type": "color"
|
|
43637
|
+
},
|
|
43638
|
+
"label-yellow-fgColor-active": {
|
|
43639
|
+
"key": "{label.yellow.fgColor.active}",
|
|
43640
|
+
"$extensions": {
|
|
43641
|
+
"org.primer.figma": {
|
|
43642
|
+
"collection": "mode",
|
|
43643
|
+
"group": "component",
|
|
43644
|
+
"scopes": ["fgColor"]
|
|
43645
|
+
},
|
|
43646
|
+
"org.primer.overrides": {
|
|
43647
|
+
"dark": {
|
|
43648
|
+
"$value": "#5c3d00",
|
|
43649
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43650
|
+
"isSource": true,
|
|
43651
|
+
"$type": "color"
|
|
43652
|
+
}
|
|
43653
|
+
}
|
|
43654
|
+
},
|
|
43655
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43656
|
+
"isSource": true,
|
|
43657
|
+
"original": {
|
|
43658
|
+
"$value": "{base.display.color.yellow.8}",
|
|
43659
|
+
"$type": "color",
|
|
43660
|
+
"$extensions": {
|
|
43661
|
+
"org.primer.figma": {
|
|
43662
|
+
"collection": "mode",
|
|
43663
|
+
"group": "component",
|
|
43664
|
+
"scopes": ["fgColor"]
|
|
43665
|
+
},
|
|
43666
|
+
"org.primer.overrides": {
|
|
43667
|
+
"dark": {
|
|
43668
|
+
"$value": "{base.display.color.yellow.8}",
|
|
43669
|
+
"filePath": "src/tokens/component/label.json5",
|
|
43670
|
+
"isSource": true,
|
|
43671
|
+
"$type": "color"
|
|
43672
|
+
}
|
|
43673
|
+
}
|
|
43674
|
+
},
|
|
43675
|
+
"key": "{label.yellow.fgColor.active}"
|
|
43676
|
+
},
|
|
43677
|
+
"name": "label-yellow-fgColor-active",
|
|
43678
|
+
"attributes": {},
|
|
43679
|
+
"path": ["label", "yellow", "fgColor", "active"],
|
|
43680
|
+
"value": "#5c3d00",
|
|
43681
|
+
"type": "color"
|
|
43682
|
+
},
|
|
43683
|
+
"label-yellow-fgColor-hover": {
|
|
43684
|
+
"key": "{label.yellow.fgColor.hover}",
|
|
43685
|
+
"$extensions": {
|
|
43686
|
+
"org.primer.figma": {
|
|
43687
|
+
"collection": "mode",
|
|
43688
|
+
"group": "component",
|
|
43689
|
+
"scopes": ["fgColor"]
|
|
43690
|
+
},
|
|
43691
|
+
"org.primer.overrides": {
|
|
40999
43692
|
"dark": {
|
|
41000
43693
|
"$value": "#704d00",
|
|
41001
43694
|
"filePath": "src/tokens/component/label.json5",
|
|
@@ -41404,6 +44097,350 @@
|
|
|
41404
44097
|
"value": "#f6f8fa",
|
|
41405
44098
|
"type": "color"
|
|
41406
44099
|
},
|
|
44100
|
+
"progressBar-bgColor-accent": {
|
|
44101
|
+
"key": "{progressBar.bgColor.accent}",
|
|
44102
|
+
"$extensions": {
|
|
44103
|
+
"org.primer.figma": {
|
|
44104
|
+
"collection": "mode",
|
|
44105
|
+
"group": "component",
|
|
44106
|
+
"scopes": ["bgColor"]
|
|
44107
|
+
}
|
|
44108
|
+
},
|
|
44109
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44110
|
+
"isSource": true,
|
|
44111
|
+
"original": {
|
|
44112
|
+
"$value": "{bgColor.accent.emphasis}",
|
|
44113
|
+
"$type": "color",
|
|
44114
|
+
"$extensions": {
|
|
44115
|
+
"org.primer.figma": {
|
|
44116
|
+
"collection": "mode",
|
|
44117
|
+
"group": "component",
|
|
44118
|
+
"scopes": ["bgColor"]
|
|
44119
|
+
}
|
|
44120
|
+
},
|
|
44121
|
+
"key": "{progressBar.bgColor.accent}"
|
|
44122
|
+
},
|
|
44123
|
+
"name": "progressBar-bgColor-accent",
|
|
44124
|
+
"attributes": {},
|
|
44125
|
+
"path": ["progressBar", "bgColor", "accent"],
|
|
44126
|
+
"value": "#0969da",
|
|
44127
|
+
"type": "color"
|
|
44128
|
+
},
|
|
44129
|
+
"progressBar-bgColor-attention": {
|
|
44130
|
+
"key": "{progressBar.bgColor.attention}",
|
|
44131
|
+
"$extensions": {
|
|
44132
|
+
"org.primer.figma": {
|
|
44133
|
+
"collection": "mode",
|
|
44134
|
+
"group": "component",
|
|
44135
|
+
"scopes": ["bgColor"]
|
|
44136
|
+
}
|
|
44137
|
+
},
|
|
44138
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44139
|
+
"isSource": true,
|
|
44140
|
+
"original": {
|
|
44141
|
+
"$value": "{bgColor.attention.emphasis}",
|
|
44142
|
+
"$type": "color",
|
|
44143
|
+
"$extensions": {
|
|
44144
|
+
"org.primer.figma": {
|
|
44145
|
+
"collection": "mode",
|
|
44146
|
+
"group": "component",
|
|
44147
|
+
"scopes": ["bgColor"]
|
|
44148
|
+
}
|
|
44149
|
+
},
|
|
44150
|
+
"key": "{progressBar.bgColor.attention}"
|
|
44151
|
+
},
|
|
44152
|
+
"name": "progressBar-bgColor-attention",
|
|
44153
|
+
"attributes": {},
|
|
44154
|
+
"path": ["progressBar", "bgColor", "attention"],
|
|
44155
|
+
"value": "#9a6700",
|
|
44156
|
+
"type": "color"
|
|
44157
|
+
},
|
|
44158
|
+
"progressBar-bgColor-danger": {
|
|
44159
|
+
"key": "{progressBar.bgColor.danger}",
|
|
44160
|
+
"$extensions": {
|
|
44161
|
+
"org.primer.figma": {
|
|
44162
|
+
"collection": "mode",
|
|
44163
|
+
"group": "component",
|
|
44164
|
+
"scopes": ["bgColor"]
|
|
44165
|
+
}
|
|
44166
|
+
},
|
|
44167
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44168
|
+
"isSource": true,
|
|
44169
|
+
"original": {
|
|
44170
|
+
"$value": "{bgColor.danger.emphasis}",
|
|
44171
|
+
"$type": "color",
|
|
44172
|
+
"$extensions": {
|
|
44173
|
+
"org.primer.figma": {
|
|
44174
|
+
"collection": "mode",
|
|
44175
|
+
"group": "component",
|
|
44176
|
+
"scopes": ["bgColor"]
|
|
44177
|
+
}
|
|
44178
|
+
},
|
|
44179
|
+
"key": "{progressBar.bgColor.danger}"
|
|
44180
|
+
},
|
|
44181
|
+
"name": "progressBar-bgColor-danger",
|
|
44182
|
+
"attributes": {},
|
|
44183
|
+
"path": ["progressBar", "bgColor", "danger"],
|
|
44184
|
+
"value": "#bc4c00",
|
|
44185
|
+
"type": "color"
|
|
44186
|
+
},
|
|
44187
|
+
"progressBar-bgColor-done": {
|
|
44188
|
+
"key": "{progressBar.bgColor.done}",
|
|
44189
|
+
"$extensions": {
|
|
44190
|
+
"org.primer.figma": {
|
|
44191
|
+
"collection": "mode",
|
|
44192
|
+
"group": "component",
|
|
44193
|
+
"scopes": ["bgColor"]
|
|
44194
|
+
}
|
|
44195
|
+
},
|
|
44196
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44197
|
+
"isSource": true,
|
|
44198
|
+
"original": {
|
|
44199
|
+
"$value": "{bgColor.done.emphasis}",
|
|
44200
|
+
"$type": "color",
|
|
44201
|
+
"$extensions": {
|
|
44202
|
+
"org.primer.figma": {
|
|
44203
|
+
"collection": "mode",
|
|
44204
|
+
"group": "component",
|
|
44205
|
+
"scopes": ["bgColor"]
|
|
44206
|
+
}
|
|
44207
|
+
},
|
|
44208
|
+
"key": "{progressBar.bgColor.done}"
|
|
44209
|
+
},
|
|
44210
|
+
"name": "progressBar-bgColor-done",
|
|
44211
|
+
"attributes": {},
|
|
44212
|
+
"path": ["progressBar", "bgColor", "done"],
|
|
44213
|
+
"value": "#8250df",
|
|
44214
|
+
"type": "color"
|
|
44215
|
+
},
|
|
44216
|
+
"progressBar-bgColor-neutral": {
|
|
44217
|
+
"key": "{progressBar.bgColor.neutral}",
|
|
44218
|
+
"$extensions": {
|
|
44219
|
+
"org.primer.figma": {
|
|
44220
|
+
"collection": "mode",
|
|
44221
|
+
"group": "component",
|
|
44222
|
+
"scopes": ["bgColor"]
|
|
44223
|
+
},
|
|
44224
|
+
"org.primer.overrides": {
|
|
44225
|
+
"dark-high-contrast": "#818b98",
|
|
44226
|
+
"dark-dimmed-high-contrast": "#818b98",
|
|
44227
|
+
"dark-protanopia-deuteranopia-high-contrast": "#818b98",
|
|
44228
|
+
"dark-tritanopia-high-contrast": "#818b98",
|
|
44229
|
+
"light-high-contrast": "#818b98",
|
|
44230
|
+
"light-protanopia-deuteranopia-high-contrast": "#818b98",
|
|
44231
|
+
"light-tritanopia-high-contrast": "#818b98"
|
|
44232
|
+
}
|
|
44233
|
+
},
|
|
44234
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44235
|
+
"isSource": true,
|
|
44236
|
+
"original": {
|
|
44237
|
+
"$value": "{bgColor.neutral.emphasis}",
|
|
44238
|
+
"$type": "color",
|
|
44239
|
+
"$extensions": {
|
|
44240
|
+
"org.primer.figma": {
|
|
44241
|
+
"collection": "mode",
|
|
44242
|
+
"group": "component",
|
|
44243
|
+
"scopes": ["bgColor"]
|
|
44244
|
+
},
|
|
44245
|
+
"org.primer.overrides": {
|
|
44246
|
+
"dark-high-contrast": "{base.color.neutral.8}",
|
|
44247
|
+
"dark-dimmed-high-contrast": "{base.color.neutral.8}",
|
|
44248
|
+
"dark-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}",
|
|
44249
|
+
"dark-tritanopia-high-contrast": "{base.color.neutral.8}",
|
|
44250
|
+
"light-high-contrast": "{base.color.neutral.8}",
|
|
44251
|
+
"light-protanopia-deuteranopia-high-contrast": "{base.color.neutral.8}",
|
|
44252
|
+
"light-tritanopia-high-contrast": "{base.color.neutral.8}"
|
|
44253
|
+
}
|
|
44254
|
+
},
|
|
44255
|
+
"key": "{progressBar.bgColor.neutral}"
|
|
44256
|
+
},
|
|
44257
|
+
"name": "progressBar-bgColor-neutral",
|
|
44258
|
+
"attributes": {},
|
|
44259
|
+
"path": ["progressBar", "bgColor", "neutral"],
|
|
44260
|
+
"value": "#59636e",
|
|
44261
|
+
"type": "color"
|
|
44262
|
+
},
|
|
44263
|
+
"progressBar-bgColor-severe": {
|
|
44264
|
+
"key": "{progressBar.bgColor.severe}",
|
|
44265
|
+
"$extensions": {
|
|
44266
|
+
"org.primer.figma": {
|
|
44267
|
+
"collection": "mode",
|
|
44268
|
+
"group": "component",
|
|
44269
|
+
"scopes": ["bgColor"]
|
|
44270
|
+
}
|
|
44271
|
+
},
|
|
44272
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44273
|
+
"isSource": true,
|
|
44274
|
+
"original": {
|
|
44275
|
+
"$value": "{bgColor.severe.emphasis}",
|
|
44276
|
+
"$type": "color",
|
|
44277
|
+
"$extensions": {
|
|
44278
|
+
"org.primer.figma": {
|
|
44279
|
+
"collection": "mode",
|
|
44280
|
+
"group": "component",
|
|
44281
|
+
"scopes": ["bgColor"]
|
|
44282
|
+
}
|
|
44283
|
+
},
|
|
44284
|
+
"key": "{progressBar.bgColor.severe}"
|
|
44285
|
+
},
|
|
44286
|
+
"name": "progressBar-bgColor-severe",
|
|
44287
|
+
"attributes": {},
|
|
44288
|
+
"path": ["progressBar", "bgColor", "severe"],
|
|
44289
|
+
"value": "#bc4c00",
|
|
44290
|
+
"type": "color"
|
|
44291
|
+
},
|
|
44292
|
+
"progressBar-bgColor-sponsors": {
|
|
44293
|
+
"key": "{progressBar.bgColor.sponsors}",
|
|
44294
|
+
"$extensions": {
|
|
44295
|
+
"org.primer.figma": {
|
|
44296
|
+
"collection": "mode",
|
|
44297
|
+
"group": "component",
|
|
44298
|
+
"scopes": ["bgColor"]
|
|
44299
|
+
}
|
|
44300
|
+
},
|
|
44301
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44302
|
+
"isSource": true,
|
|
44303
|
+
"original": {
|
|
44304
|
+
"$value": "{bgColor.sponsors.emphasis}",
|
|
44305
|
+
"$type": "color",
|
|
44306
|
+
"$extensions": {
|
|
44307
|
+
"org.primer.figma": {
|
|
44308
|
+
"collection": "mode",
|
|
44309
|
+
"group": "component",
|
|
44310
|
+
"scopes": ["bgColor"]
|
|
44311
|
+
}
|
|
44312
|
+
},
|
|
44313
|
+
"key": "{progressBar.bgColor.sponsors}"
|
|
44314
|
+
},
|
|
44315
|
+
"name": "progressBar-bgColor-sponsors",
|
|
44316
|
+
"attributes": {},
|
|
44317
|
+
"path": ["progressBar", "bgColor", "sponsors"],
|
|
44318
|
+
"value": "#bf3989",
|
|
44319
|
+
"type": "color"
|
|
44320
|
+
},
|
|
44321
|
+
"progressBar-bgColor-success": {
|
|
44322
|
+
"key": "{progressBar.bgColor.success}",
|
|
44323
|
+
"$extensions": {
|
|
44324
|
+
"org.primer.figma": {
|
|
44325
|
+
"collection": "mode",
|
|
44326
|
+
"group": "component",
|
|
44327
|
+
"scopes": ["bgColor"]
|
|
44328
|
+
}
|
|
44329
|
+
},
|
|
44330
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44331
|
+
"isSource": true,
|
|
44332
|
+
"original": {
|
|
44333
|
+
"$value": "{bgColor.success.emphasis}",
|
|
44334
|
+
"$type": "color",
|
|
44335
|
+
"$extensions": {
|
|
44336
|
+
"org.primer.figma": {
|
|
44337
|
+
"collection": "mode",
|
|
44338
|
+
"group": "component",
|
|
44339
|
+
"scopes": ["bgColor"]
|
|
44340
|
+
}
|
|
44341
|
+
},
|
|
44342
|
+
"key": "{progressBar.bgColor.success}"
|
|
44343
|
+
},
|
|
44344
|
+
"name": "progressBar-bgColor-success",
|
|
44345
|
+
"attributes": {},
|
|
44346
|
+
"path": ["progressBar", "bgColor", "success"],
|
|
44347
|
+
"value": "#0969da",
|
|
44348
|
+
"type": "color"
|
|
44349
|
+
},
|
|
44350
|
+
"progressBar-track-bgColor": {
|
|
44351
|
+
"key": "{progressBar.track.bgColor}",
|
|
44352
|
+
"$extensions": {
|
|
44353
|
+
"org.primer.figma": {
|
|
44354
|
+
"collection": "mode",
|
|
44355
|
+
"group": "component",
|
|
44356
|
+
"scopes": ["bgColor"]
|
|
44357
|
+
},
|
|
44358
|
+
"org.primer.overrides": {
|
|
44359
|
+
"dark-high-contrast": "#25292e",
|
|
44360
|
+
"dark-dimmed-high-contrast": "#25292e",
|
|
44361
|
+
"dark-protanopia-deuteranopia-high-contrast": "#25292e",
|
|
44362
|
+
"dark-tritanopia-high-contrast": "#25292e",
|
|
44363
|
+
"light-high-contrast": "#ffffff",
|
|
44364
|
+
"light-protanopia-deuteranopia-high-contrast": "#ffffff",
|
|
44365
|
+
"light-tritanopia-high-contrast": "#ffffff"
|
|
44366
|
+
}
|
|
44367
|
+
},
|
|
44368
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44369
|
+
"isSource": true,
|
|
44370
|
+
"original": {
|
|
44371
|
+
"$value": "{borderColor.default}",
|
|
44372
|
+
"$type": "color",
|
|
44373
|
+
"$extensions": {
|
|
44374
|
+
"org.primer.figma": {
|
|
44375
|
+
"collection": "mode",
|
|
44376
|
+
"group": "component",
|
|
44377
|
+
"scopes": ["bgColor"]
|
|
44378
|
+
},
|
|
44379
|
+
"org.primer.overrides": {
|
|
44380
|
+
"dark-high-contrast": "{bgColor.inverse}",
|
|
44381
|
+
"dark-dimmed-high-contrast": "{bgColor.inverse}",
|
|
44382
|
+
"dark-protanopia-deuteranopia-high-contrast": "{bgColor.inverse}",
|
|
44383
|
+
"dark-tritanopia-high-contrast": "{bgColor.inverse}",
|
|
44384
|
+
"light-high-contrast": "{bgColor.default}",
|
|
44385
|
+
"light-protanopia-deuteranopia-high-contrast": "{bgColor.default}",
|
|
44386
|
+
"light-tritanopia-high-contrast": "{bgColor.default}"
|
|
44387
|
+
}
|
|
44388
|
+
},
|
|
44389
|
+
"key": "{progressBar.track.bgColor}"
|
|
44390
|
+
},
|
|
44391
|
+
"name": "progressBar-track-bgColor",
|
|
44392
|
+
"attributes": {},
|
|
44393
|
+
"path": ["progressBar", "track", "bgColor"],
|
|
44394
|
+
"value": "#d1d9e0",
|
|
44395
|
+
"type": "color"
|
|
44396
|
+
},
|
|
44397
|
+
"progressBar-track-borderColor": {
|
|
44398
|
+
"key": "{progressBar.track.borderColor}",
|
|
44399
|
+
"$extensions": {
|
|
44400
|
+
"org.primer.figma": {
|
|
44401
|
+
"collection": "mode",
|
|
44402
|
+
"group": "component",
|
|
44403
|
+
"scopes": ["borderColor"]
|
|
44404
|
+
},
|
|
44405
|
+
"org.primer.overrides": {
|
|
44406
|
+
"dark-high-contrast": "#d1d9e0",
|
|
44407
|
+
"dark-dimmed-high-contrast": "#d1d9e0",
|
|
44408
|
+
"dark-protanopia-deuteranopia-high-contrast": "#d1d9e0",
|
|
44409
|
+
"dark-tritanopia-high-contrast": "#d1d9e0",
|
|
44410
|
+
"light-high-contrast": "#393f46",
|
|
44411
|
+
"light-protanopia-deuteranopia-high-contrast": "#393f46",
|
|
44412
|
+
"light-tritanopia-high-contrast": "#393f46"
|
|
44413
|
+
}
|
|
44414
|
+
},
|
|
44415
|
+
"filePath": "src/tokens/component/progressBar.json5",
|
|
44416
|
+
"isSource": true,
|
|
44417
|
+
"original": {
|
|
44418
|
+
"$value": "{base.color.transparent}",
|
|
44419
|
+
"$type": "color",
|
|
44420
|
+
"$extensions": {
|
|
44421
|
+
"org.primer.figma": {
|
|
44422
|
+
"collection": "mode",
|
|
44423
|
+
"group": "component",
|
|
44424
|
+
"scopes": ["borderColor"]
|
|
44425
|
+
},
|
|
44426
|
+
"org.primer.overrides": {
|
|
44427
|
+
"dark-high-contrast": "{progressBar.track.bgColor}",
|
|
44428
|
+
"dark-dimmed-high-contrast": "{progressBar.track.bgColor}",
|
|
44429
|
+
"dark-protanopia-deuteranopia-high-contrast": "{progressBar.track.bgColor}",
|
|
44430
|
+
"dark-tritanopia-high-contrast": "{progressBar.track.bgColor}",
|
|
44431
|
+
"light-high-contrast": "{base.color.neutral.11}",
|
|
44432
|
+
"light-protanopia-deuteranopia-high-contrast": "{base.color.neutral.11}",
|
|
44433
|
+
"light-tritanopia-high-contrast": "{base.color.neutral.11}"
|
|
44434
|
+
}
|
|
44435
|
+
},
|
|
44436
|
+
"key": "{progressBar.track.borderColor}"
|
|
44437
|
+
},
|
|
44438
|
+
"name": "progressBar-track-borderColor",
|
|
44439
|
+
"attributes": {},
|
|
44440
|
+
"path": ["progressBar", "track", "borderColor"],
|
|
44441
|
+
"value": "#ffffff00",
|
|
44442
|
+
"type": "color"
|
|
44443
|
+
},
|
|
41407
44444
|
"reactionButton-selected-bgColor-hover": {
|
|
41408
44445
|
"key": "{reactionButton.selected.bgColor.hover}",
|
|
41409
44446
|
"$extensions": {
|