@primer/primitives 10.1.0-rc.f1589f93 → 10.1.0
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/README.md +0 -21
- package/dist/build/filters/index.d.ts +0 -1
- package/dist/build/filters/index.js +0 -1
- package/dist/build/formats/jsonFigma.js +1 -2
- package/dist/build/platforms/css.js +6 -7
- package/dist/build/platforms/docJson.js +0 -1
- package/dist/build/platforms/fallbacks.js +0 -1
- package/dist/build/platforms/javascript.js +0 -1
- package/dist/build/platforms/json.js +0 -1
- package/dist/build/platforms/styleLint.js +0 -1
- package/dist/build/platforms/typescript.js +0 -1
- package/dist/build/primerStyleDictionary.js +7 -3
- package/dist/build/schemas/colorToken.d.ts +0 -18
- package/dist/build/schemas/colorToken.js +0 -7
- package/dist/build/transformers/borderToCss.js +2 -2
- package/dist/build/transformers/colorToRgbaFloat.js +2 -12
- package/dist/build/transformers/index.d.ts +0 -1
- package/dist/build/transformers/index.js +0 -1
- package/dist/css/functional/size/border.css +7 -6
- package/dist/css/functional/themes/dark-colorblind.css +60 -6
- package/dist/css/functional/themes/dark-dimmed.css +60 -6
- package/dist/css/functional/themes/dark-high-contrast.css +60 -6
- package/dist/css/functional/themes/dark-tritanopia.css +60 -6
- package/dist/css/functional/themes/dark.css +60 -6
- package/dist/css/functional/themes/light-colorblind.css +60 -6
- package/dist/css/functional/themes/light-high-contrast.css +60 -6
- package/dist/css/functional/themes/light-tritanopia.css +60 -6
- package/dist/css/functional/themes/light.css +60 -6
- package/dist/css/primitives.css +7 -6
- package/dist/docs/base/size/size.json +19 -19
- package/dist/docs/base/typography/typography.json +4 -4
- package/dist/docs/functional/size/border.json +41 -28
- package/dist/docs/functional/size/breakpoints.json +6 -6
- package/dist/docs/functional/size/size-coarse.json +3 -3
- package/dist/docs/functional/size/size-fine.json +3 -3
- package/dist/docs/functional/size/size.json +66 -66
- package/dist/docs/functional/size/viewport.json +6 -6
- package/dist/docs/functional/themes/dark-colorblind.json +475 -128
- package/dist/docs/functional/themes/dark-dimmed.json +519 -444
- package/dist/docs/functional/themes/dark-high-contrast.json +490 -241
- package/dist/docs/functional/themes/dark-tritanopia.json +485 -200
- package/dist/docs/functional/themes/dark.json +469 -102
- package/dist/docs/functional/themes/light-colorblind.json +463 -94
- package/dist/docs/functional/themes/light-high-contrast.json +487 -274
- package/dist/docs/functional/themes/light-tritanopia.json +463 -102
- package/dist/docs/functional/themes/light.json +460 -105
- package/dist/docs/functional/typography/typography.json +46 -46
- package/dist/fallbacks/functional/size/border.json +7 -6
- package/dist/figma/themes/dark-colorblind.json +14 -54
- package/dist/figma/themes/dark-dimmed.json +15 -356
- package/dist/figma/themes/dark-high-contrast.json +10 -129
- package/dist/figma/themes/dark-tritanopia.json +14 -111
- package/dist/figma/themes/dark.json +14 -34
- package/dist/figma/themes/light-colorblind.json +10 -20
- package/dist/figma/themes/light-high-contrast.json +10 -177
- package/dist/figma/themes/light-tritanopia.json +10 -24
- package/dist/figma/themes/light.json +10 -32
- package/dist/internalCss/dark-colorblind.css +88 -6
- package/dist/internalCss/dark-dimmed.css +88 -6
- package/dist/internalCss/dark-high-contrast.css +88 -6
- package/dist/internalCss/dark-tritanopia.css +88 -6
- package/dist/internalCss/dark.css +88 -6
- package/dist/internalCss/light-colorblind.css +88 -6
- package/dist/internalCss/light-high-contrast.css +88 -6
- package/dist/internalCss/light-tritanopia.css +88 -6
- package/dist/internalCss/light.css +88 -6
- package/dist/styleLint/base/size/size.json +19 -19
- package/dist/styleLint/base/typography/typography.json +4 -4
- package/dist/styleLint/functional/size/border.json +41 -28
- package/dist/styleLint/functional/size/breakpoints.json +6 -6
- package/dist/styleLint/functional/size/size-coarse.json +3 -3
- package/dist/styleLint/functional/size/size-fine.json +3 -3
- package/dist/styleLint/functional/size/size.json +66 -66
- package/dist/styleLint/functional/size/viewport.json +6 -6
- package/dist/styleLint/functional/themes/dark-colorblind.json +475 -128
- package/dist/styleLint/functional/themes/dark-dimmed.json +519 -444
- package/dist/styleLint/functional/themes/dark-high-contrast.json +490 -241
- package/dist/styleLint/functional/themes/dark-tritanopia.json +485 -200
- package/dist/styleLint/functional/themes/dark.json +469 -102
- package/dist/styleLint/functional/themes/light-colorblind.json +463 -94
- package/dist/styleLint/functional/themes/light-high-contrast.json +487 -274
- package/dist/styleLint/functional/themes/light-tritanopia.json +463 -102
- package/dist/styleLint/functional/themes/light.json +460 -105
- package/dist/styleLint/functional/typography/typography.json +46 -46
- package/package.json +1 -1
- package/src/tokens/base/typography/typography.json5 +48 -0
- package/src/tokens/functional/border/border.json5 +236 -0
- package/src/tokens/functional/color/dark/app-dark.json5 +0 -2
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +120 -6
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +46 -29
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +15 -20
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +32 -18
- package/src/tokens/functional/color/dark/patterns-dark.json5 +13 -45
- package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -6
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +67 -20
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -21
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -16
- package/src/tokens/functional/color/light/patterns-light.json5 +11 -47
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -10
- package/src/tokens/functional/size/border.json5 +115 -0
- package/src/tokens/functional/typography/typography.json5 +527 -0
- package/dist/build/filters/isColorWithMix.d.ts +0 -7
- package/dist/build/filters/isColorWithMix.js +0 -24
- package/dist/build/transformers/colorToHexMix.d.ts +0 -8
- package/dist/build/transformers/colorToHexMix.js +0 -20
- package/dist/build/transformers/utilities/mix.d.ts +0 -5
- package/dist/build/transformers/utilities/mix.js +0 -38
- package/src/tokens/base/typography/typography.json +0 -48
- package/src/tokens/functional/border/dark.json5 +0 -12
- package/src/tokens/functional/border/light.json5 +0 -12
- package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
- package/src/tokens/functional/size/border.json +0 -111
- package/src/tokens/functional/typography/typography.json +0 -527
- /package/src/tokens/base/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
- /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
- /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
- /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
|
@@ -5286,14 +5286,10 @@
|
|
|
5286
5286
|
"scopes": ["bgColor"]
|
|
5287
5287
|
}
|
|
5288
5288
|
},
|
|
5289
|
-
"mix": {
|
|
5290
|
-
"color": "#033d8b",
|
|
5291
|
-
"weight": 0.2
|
|
5292
|
-
},
|
|
5293
5289
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5294
5290
|
"isSource": true,
|
|
5295
5291
|
"original": {
|
|
5296
|
-
"$value": "
|
|
5292
|
+
"$value": "#0860ca",
|
|
5297
5293
|
"$type": "color",
|
|
5298
5294
|
"$extensions": {
|
|
5299
5295
|
"org.primer.figma": {
|
|
@@ -5301,10 +5297,6 @@
|
|
|
5301
5297
|
"group": "component",
|
|
5302
5298
|
"scopes": ["bgColor"]
|
|
5303
5299
|
}
|
|
5304
|
-
},
|
|
5305
|
-
"mix": {
|
|
5306
|
-
"color": "{base.color.blue.7}",
|
|
5307
|
-
"weight": 0.2
|
|
5308
5300
|
}
|
|
5309
5301
|
},
|
|
5310
5302
|
"name": "control-checked-bgColor-hover",
|
|
@@ -5321,14 +5313,10 @@
|
|
|
5321
5313
|
"scopes": ["bgColor"]
|
|
5322
5314
|
}
|
|
5323
5315
|
},
|
|
5324
|
-
"mix": {
|
|
5325
|
-
"color": "#033d8b",
|
|
5326
|
-
"weight": 0.4
|
|
5327
|
-
},
|
|
5328
5316
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5329
5317
|
"isSource": true,
|
|
5330
5318
|
"original": {
|
|
5331
|
-
"$value": "
|
|
5319
|
+
"$value": "#0757ba",
|
|
5332
5320
|
"$type": "color",
|
|
5333
5321
|
"$extensions": {
|
|
5334
5322
|
"org.primer.figma": {
|
|
@@ -5336,10 +5324,6 @@
|
|
|
5336
5324
|
"group": "component",
|
|
5337
5325
|
"scopes": ["bgColor"]
|
|
5338
5326
|
}
|
|
5339
|
-
},
|
|
5340
|
-
"mix": {
|
|
5341
|
-
"color": "{base.color.blue.7}",
|
|
5342
|
-
"weight": 0.4
|
|
5343
5327
|
}
|
|
5344
5328
|
},
|
|
5345
5329
|
"name": "control-checked-bgColor-active",
|
|
@@ -6400,19 +6384,11 @@
|
|
|
6400
6384
|
"type": "color"
|
|
6401
6385
|
},
|
|
6402
6386
|
"button-primary-bgColor-hover": {
|
|
6403
|
-
"mix": {
|
|
6404
|
-
"color": "#0550ae",
|
|
6405
|
-
"weight": 0.2
|
|
6406
|
-
},
|
|
6407
6387
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6408
6388
|
"isSource": true,
|
|
6409
6389
|
"original": {
|
|
6410
|
-
"$value": "
|
|
6411
|
-
"$type": "color"
|
|
6412
|
-
"mix": {
|
|
6413
|
-
"color": "{base.color.blue.6}",
|
|
6414
|
-
"weight": 0.2
|
|
6415
|
-
}
|
|
6390
|
+
"$value": "#0864d1",
|
|
6391
|
+
"$type": "color"
|
|
6416
6392
|
},
|
|
6417
6393
|
"name": "button-primary-bgColor-hover",
|
|
6418
6394
|
"attributes": {},
|
|
@@ -6421,19 +6397,11 @@
|
|
|
6421
6397
|
"type": "color"
|
|
6422
6398
|
},
|
|
6423
6399
|
"button-primary-bgColor-active": {
|
|
6424
|
-
"mix": {
|
|
6425
|
-
"color": "#0550ae",
|
|
6426
|
-
"weight": 0.4
|
|
6427
|
-
},
|
|
6428
6400
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6429
6401
|
"isSource": true,
|
|
6430
6402
|
"original": {
|
|
6431
|
-
"$value": "
|
|
6432
|
-
"$type": "color"
|
|
6433
|
-
"mix": {
|
|
6434
|
-
"color": "{base.color.blue.6}",
|
|
6435
|
-
"weight": 0.4
|
|
6436
|
-
}
|
|
6403
|
+
"$value": "#075fc8",
|
|
6404
|
+
"$type": "color"
|
|
6437
6405
|
},
|
|
6438
6406
|
"name": "button-primary-bgColor-active",
|
|
6439
6407
|
"attributes": {},
|
|
@@ -6442,19 +6410,11 @@
|
|
|
6442
6410
|
"type": "color"
|
|
6443
6411
|
},
|
|
6444
6412
|
"button-primary-bgColor-disabled": {
|
|
6445
|
-
"mix": {
|
|
6446
|
-
"color": "#ddf4ff",
|
|
6447
|
-
"weight": 0.6
|
|
6448
|
-
},
|
|
6449
6413
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6450
6414
|
"isSource": true,
|
|
6451
6415
|
"original": {
|
|
6452
|
-
"$value": "
|
|
6453
|
-
"$type": "color"
|
|
6454
|
-
"mix": {
|
|
6455
|
-
"color": "{base.color.blue.0}",
|
|
6456
|
-
"weight": 0.6
|
|
6457
|
-
}
|
|
6416
|
+
"$value": "#92caff",
|
|
6417
|
+
"$type": "color"
|
|
6458
6418
|
},
|
|
6459
6419
|
"name": "button-primary-bgColor-disabled",
|
|
6460
6420
|
"attributes": {},
|
|
@@ -6888,7 +6848,7 @@
|
|
|
6888
6848
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6889
6849
|
"isSource": true,
|
|
6890
6850
|
"original": {
|
|
6891
|
-
"$value": "{
|
|
6851
|
+
"$value": "{base.color.transparent}",
|
|
6892
6852
|
"$type": "color",
|
|
6893
6853
|
"$extensions": {
|
|
6894
6854
|
"org.primer.figma": {
|
|
@@ -6901,7 +6861,7 @@
|
|
|
6901
6861
|
"name": "button-invisible-bgColor-disabled",
|
|
6902
6862
|
"attributes": {},
|
|
6903
6863
|
"path": ["button", "invisible", "bgColor", "disabled"],
|
|
6904
|
-
"value": "#
|
|
6864
|
+
"value": "#ffffff00",
|
|
6905
6865
|
"type": "color"
|
|
6906
6866
|
},
|
|
6907
6867
|
"button-invisible-borderColor-rest": {
|
|
@@ -6969,7 +6929,7 @@
|
|
|
6969
6929
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6970
6930
|
"isSource": true,
|
|
6971
6931
|
"original": {
|
|
6972
|
-
"$value": "{
|
|
6932
|
+
"$value": "{base.color.transparent}",
|
|
6973
6933
|
"$type": "color",
|
|
6974
6934
|
"$extensions": {
|
|
6975
6935
|
"org.primer.figma": {
|
|
@@ -6982,7 +6942,7 @@
|
|
|
6982
6942
|
"name": "button-invisible-borderColor-disabled",
|
|
6983
6943
|
"attributes": {},
|
|
6984
6944
|
"path": ["button", "invisible", "borderColor", "disabled"],
|
|
6985
|
-
"value": "#
|
|
6945
|
+
"value": "#ffffff00",
|
|
6986
6946
|
"type": "color"
|
|
6987
6947
|
},
|
|
6988
6948
|
"button-outline-fgColor-rest": {
|
|
@@ -7157,14 +7117,10 @@
|
|
|
7157
7117
|
"scopes": ["bgColor"]
|
|
7158
7118
|
}
|
|
7159
7119
|
},
|
|
7160
|
-
"mix": {
|
|
7161
|
-
"color": "#033d8b",
|
|
7162
|
-
"weight": 0.4
|
|
7163
|
-
},
|
|
7164
7120
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7165
7121
|
"isSource": true,
|
|
7166
7122
|
"original": {
|
|
7167
|
-
"$value": "
|
|
7123
|
+
"$value": "#0757ba",
|
|
7168
7124
|
"$type": "color",
|
|
7169
7125
|
"$extensions": {
|
|
7170
7126
|
"org.primer.figma": {
|
|
@@ -7172,10 +7128,6 @@
|
|
|
7172
7128
|
"group": "component (internal)",
|
|
7173
7129
|
"scopes": ["bgColor"]
|
|
7174
7130
|
}
|
|
7175
|
-
},
|
|
7176
|
-
"mix": {
|
|
7177
|
-
"color": "{base.color.blue.7}",
|
|
7178
|
-
"weight": 0.4
|
|
7179
7131
|
}
|
|
7180
7132
|
},
|
|
7181
7133
|
"name": "button-outline-bgColor-active",
|
|
@@ -7526,14 +7478,10 @@
|
|
|
7526
7478
|
"scopes": ["bgColor"]
|
|
7527
7479
|
}
|
|
7528
7480
|
},
|
|
7529
|
-
"mix": {
|
|
7530
|
-
"color": "#660018",
|
|
7531
|
-
"weight": 0.4
|
|
7532
|
-
},
|
|
7533
7481
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7534
7482
|
"isSource": true,
|
|
7535
7483
|
"original": {
|
|
7536
|
-
"$value": "
|
|
7484
|
+
"$value": "#8b0820",
|
|
7537
7485
|
"$type": "color",
|
|
7538
7486
|
"$extensions": {
|
|
7539
7487
|
"org.primer.figma": {
|
|
@@ -7541,10 +7489,6 @@
|
|
|
7541
7489
|
"group": "component (internal)",
|
|
7542
7490
|
"scopes": ["bgColor"]
|
|
7543
7491
|
}
|
|
7544
|
-
},
|
|
7545
|
-
"mix": {
|
|
7546
|
-
"color": "{base.color.red.8}",
|
|
7547
|
-
"weight": 0.4
|
|
7548
7492
|
}
|
|
7549
7493
|
},
|
|
7550
7494
|
"name": "button-danger-bgColor-active",
|
|
@@ -8125,14 +8069,10 @@
|
|
|
8125
8069
|
"scopes": ["fgColor"]
|
|
8126
8070
|
}
|
|
8127
8071
|
},
|
|
8128
|
-
"mix": {
|
|
8129
|
-
"color": "#a40e26",
|
|
8130
|
-
"weight": 0.3
|
|
8131
|
-
},
|
|
8132
8072
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8133
8073
|
"isSource": true,
|
|
8134
8074
|
"original": {
|
|
8135
|
-
"$value": "
|
|
8075
|
+
"$value": "#c21c2c",
|
|
8136
8076
|
"$type": "color",
|
|
8137
8077
|
"$extensions": {
|
|
8138
8078
|
"org.primer.figma": {
|
|
@@ -8140,10 +8080,6 @@
|
|
|
8140
8080
|
"group": "component (internal)",
|
|
8141
8081
|
"scopes": ["fgColor"]
|
|
8142
8082
|
}
|
|
8143
|
-
},
|
|
8144
|
-
"mix": {
|
|
8145
|
-
"color": "{base.color.red.6}",
|
|
8146
|
-
"weight": 0.3
|
|
8147
8083
|
}
|
|
8148
8084
|
},
|
|
8149
8085
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
@@ -8243,14 +8179,10 @@
|
|
|
8243
8179
|
"scopes": ["bgColor"]
|
|
8244
8180
|
}
|
|
8245
8181
|
},
|
|
8246
|
-
"mix": {
|
|
8247
|
-
"color": "#80ccff",
|
|
8248
|
-
"weight": 0.2
|
|
8249
|
-
},
|
|
8250
8182
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8251
8183
|
"isSource": true,
|
|
8252
8184
|
"original": {
|
|
8253
|
-
"$value": "
|
|
8185
|
+
"$value": "#caecff",
|
|
8254
8186
|
"$type": "color",
|
|
8255
8187
|
"$extensions": {
|
|
8256
8188
|
"org.primer.figma": {
|
|
@@ -8258,10 +8190,6 @@
|
|
|
8258
8190
|
"group": "component (internal)",
|
|
8259
8191
|
"scopes": ["bgColor"]
|
|
8260
8192
|
}
|
|
8261
|
-
},
|
|
8262
|
-
"mix": {
|
|
8263
|
-
"color": "{base.color.blue.2}",
|
|
8264
|
-
"weight": 0.2
|
|
8265
8193
|
}
|
|
8266
8194
|
},
|
|
8267
8195
|
"name": "reactionButton-selected-bgColor-hover",
|
|
@@ -8352,7 +8280,7 @@
|
|
|
8352
8280
|
"type": "color"
|
|
8353
8281
|
},
|
|
8354
8282
|
"focus-outline": {
|
|
8355
|
-
"filePath": "src/tokens/functional/border/
|
|
8283
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
8356
8284
|
"isSource": true,
|
|
8357
8285
|
"original": {
|
|
8358
8286
|
"$value": {
|
|
@@ -8365,7 +8293,7 @@
|
|
|
8365
8293
|
"name": "focus-outline",
|
|
8366
8294
|
"attributes": {},
|
|
8367
8295
|
"path": ["focus", "outline"],
|
|
8368
|
-
"value": "
|
|
8296
|
+
"value": "2px solid #0969da",
|
|
8369
8297
|
"type": "border"
|
|
8370
8298
|
},
|
|
8371
8299
|
"menu-bgColor-active": {
|
|
@@ -12294,14 +12222,10 @@
|
|
|
12294
12222
|
}
|
|
12295
12223
|
}
|
|
12296
12224
|
},
|
|
12297
|
-
"mix": {
|
|
12298
|
-
"color": "#fa4549",
|
|
12299
|
-
"weight": 0.05
|
|
12300
|
-
},
|
|
12301
12225
|
"filePath": "src/tokens/functional/color/light/primitives-light.json5",
|
|
12302
12226
|
"isSource": true,
|
|
12303
12227
|
"original": {
|
|
12304
|
-
"$value": "
|
|
12228
|
+
"$value": "#d1242f",
|
|
12305
12229
|
"$type": "color",
|
|
12306
12230
|
"$extensions": {
|
|
12307
12231
|
"org.primer.figma": {
|
|
@@ -12312,10 +12236,6 @@
|
|
|
12312
12236
|
"web": "var(--fgColor-danger) /* utility class: .color-fg-danger */"
|
|
12313
12237
|
}
|
|
12314
12238
|
}
|
|
12315
|
-
},
|
|
12316
|
-
"mix": {
|
|
12317
|
-
"color": "{base.color.red.4}",
|
|
12318
|
-
"weight": 0.05
|
|
12319
12239
|
}
|
|
12320
12240
|
},
|
|
12321
12241
|
"name": "fgColor-danger",
|
|
@@ -12845,13 +12765,11 @@
|
|
|
12845
12765
|
"type": "color"
|
|
12846
12766
|
},
|
|
12847
12767
|
"bgColor-success-emphasis": {
|
|
12848
|
-
"mix": null,
|
|
12849
12768
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
12850
12769
|
"isSource": true,
|
|
12851
12770
|
"original": {
|
|
12852
12771
|
"$value": "{base.color.blue.5}",
|
|
12853
|
-
"$type": "color"
|
|
12854
|
-
"mix": null
|
|
12772
|
+
"$type": "color"
|
|
12855
12773
|
},
|
|
12856
12774
|
"name": "bgColor-success-emphasis",
|
|
12857
12775
|
"attributes": {},
|
|
@@ -15468,5 +15386,448 @@
|
|
|
15468
15386
|
"path": ["shadow", "floating", "legacy"],
|
|
15469
15387
|
"value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
|
|
15470
15388
|
"type": "shadow"
|
|
15389
|
+
},
|
|
15390
|
+
"border-default": {
|
|
15391
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15392
|
+
"isSource": true,
|
|
15393
|
+
"original": {
|
|
15394
|
+
"$value": {
|
|
15395
|
+
"color": "{borderColor.default}",
|
|
15396
|
+
"style": "solid",
|
|
15397
|
+
"width": "{borderWidth.default}"
|
|
15398
|
+
},
|
|
15399
|
+
"$type": "border"
|
|
15400
|
+
},
|
|
15401
|
+
"name": "border-default",
|
|
15402
|
+
"attributes": {},
|
|
15403
|
+
"path": ["border", "default"],
|
|
15404
|
+
"value": "0.0625rem solid #d1d9e0",
|
|
15405
|
+
"type": "border"
|
|
15406
|
+
},
|
|
15407
|
+
"border-muted": {
|
|
15408
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15409
|
+
"isSource": true,
|
|
15410
|
+
"original": {
|
|
15411
|
+
"$value": {
|
|
15412
|
+
"color": "{borderColor.muted}",
|
|
15413
|
+
"style": "solid",
|
|
15414
|
+
"width": "{borderWidth.default}"
|
|
15415
|
+
},
|
|
15416
|
+
"$type": "border"
|
|
15417
|
+
},
|
|
15418
|
+
"name": "border-muted",
|
|
15419
|
+
"attributes": {},
|
|
15420
|
+
"path": ["border", "muted"],
|
|
15421
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
15422
|
+
"type": "border"
|
|
15423
|
+
},
|
|
15424
|
+
"border-emphasis": {
|
|
15425
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15426
|
+
"isSource": true,
|
|
15427
|
+
"original": {
|
|
15428
|
+
"$value": {
|
|
15429
|
+
"color": "{borderColor.emphasis}",
|
|
15430
|
+
"style": "solid",
|
|
15431
|
+
"width": "{borderWidth.default}"
|
|
15432
|
+
},
|
|
15433
|
+
"$type": "border"
|
|
15434
|
+
},
|
|
15435
|
+
"name": "border-emphasis",
|
|
15436
|
+
"attributes": {},
|
|
15437
|
+
"path": ["border", "emphasis"],
|
|
15438
|
+
"value": "0.0625rem solid #818b98",
|
|
15439
|
+
"type": "border"
|
|
15440
|
+
},
|
|
15441
|
+
"border-disabled": {
|
|
15442
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15443
|
+
"isSource": true,
|
|
15444
|
+
"original": {
|
|
15445
|
+
"$value": {
|
|
15446
|
+
"color": "{borderColor.disabled}",
|
|
15447
|
+
"style": "solid",
|
|
15448
|
+
"width": "{borderWidth.default}"
|
|
15449
|
+
},
|
|
15450
|
+
"$type": "border"
|
|
15451
|
+
},
|
|
15452
|
+
"name": "border-disabled",
|
|
15453
|
+
"attributes": {},
|
|
15454
|
+
"path": ["border", "disabled"],
|
|
15455
|
+
"value": "0.0625rem solid #818b981a",
|
|
15456
|
+
"type": "border"
|
|
15457
|
+
},
|
|
15458
|
+
"border-transparent": {
|
|
15459
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15460
|
+
"isSource": true,
|
|
15461
|
+
"original": {
|
|
15462
|
+
"$value": {
|
|
15463
|
+
"color": "{borderColor.transparent}",
|
|
15464
|
+
"style": "solid",
|
|
15465
|
+
"width": "{borderWidth.default}"
|
|
15466
|
+
},
|
|
15467
|
+
"$type": "border"
|
|
15468
|
+
},
|
|
15469
|
+
"name": "border-transparent",
|
|
15470
|
+
"attributes": {},
|
|
15471
|
+
"path": ["border", "transparent"],
|
|
15472
|
+
"value": "0.0625rem solid #ffffff00",
|
|
15473
|
+
"type": "border"
|
|
15474
|
+
},
|
|
15475
|
+
"border-neutral-emphasis": {
|
|
15476
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15477
|
+
"isSource": true,
|
|
15478
|
+
"original": {
|
|
15479
|
+
"$value": {
|
|
15480
|
+
"color": "{borderColor.neutral.emphasis}",
|
|
15481
|
+
"style": "solid",
|
|
15482
|
+
"width": "{borderWidth.default}"
|
|
15483
|
+
},
|
|
15484
|
+
"$type": "border"
|
|
15485
|
+
},
|
|
15486
|
+
"name": "border-neutral-emphasis",
|
|
15487
|
+
"attributes": {},
|
|
15488
|
+
"path": ["border", "neutral", "emphasis"],
|
|
15489
|
+
"value": "0.0625rem solid #59636e",
|
|
15490
|
+
"type": "border"
|
|
15491
|
+
},
|
|
15492
|
+
"border-neutral-muted": {
|
|
15493
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15494
|
+
"isSource": true,
|
|
15495
|
+
"original": {
|
|
15496
|
+
"$value": {
|
|
15497
|
+
"color": "{borderColor.neutral.muted}",
|
|
15498
|
+
"style": "solid",
|
|
15499
|
+
"width": "{borderWidth.default}"
|
|
15500
|
+
},
|
|
15501
|
+
"$type": "border"
|
|
15502
|
+
},
|
|
15503
|
+
"name": "border-neutral-muted",
|
|
15504
|
+
"attributes": {},
|
|
15505
|
+
"path": ["border", "neutral", "muted"],
|
|
15506
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
15507
|
+
"type": "border"
|
|
15508
|
+
},
|
|
15509
|
+
"border-accent-emphasis": {
|
|
15510
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15511
|
+
"isSource": true,
|
|
15512
|
+
"original": {
|
|
15513
|
+
"$value": {
|
|
15514
|
+
"color": "{borderColor.accent.emphasis}",
|
|
15515
|
+
"style": "solid",
|
|
15516
|
+
"width": "{borderWidth.default}"
|
|
15517
|
+
},
|
|
15518
|
+
"$type": "border"
|
|
15519
|
+
},
|
|
15520
|
+
"name": "border-accent-emphasis",
|
|
15521
|
+
"attributes": {},
|
|
15522
|
+
"path": ["border", "accent", "emphasis"],
|
|
15523
|
+
"value": "0.0625rem solid #0969da",
|
|
15524
|
+
"type": "border"
|
|
15525
|
+
},
|
|
15526
|
+
"border-accent-muted": {
|
|
15527
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15528
|
+
"isSource": true,
|
|
15529
|
+
"original": {
|
|
15530
|
+
"$value": {
|
|
15531
|
+
"color": "{borderColor.accent.muted}",
|
|
15532
|
+
"style": "solid",
|
|
15533
|
+
"width": "{borderWidth.default}"
|
|
15534
|
+
},
|
|
15535
|
+
"$type": "border"
|
|
15536
|
+
},
|
|
15537
|
+
"name": "border-accent-muted",
|
|
15538
|
+
"attributes": {},
|
|
15539
|
+
"path": ["border", "accent", "muted"],
|
|
15540
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15541
|
+
"type": "border"
|
|
15542
|
+
},
|
|
15543
|
+
"border-success-emphasis": {
|
|
15544
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15545
|
+
"isSource": true,
|
|
15546
|
+
"original": {
|
|
15547
|
+
"$value": {
|
|
15548
|
+
"color": "{borderColor.success.emphasis}",
|
|
15549
|
+
"style": "solid",
|
|
15550
|
+
"width": "{borderWidth.default}"
|
|
15551
|
+
},
|
|
15552
|
+
"$type": "border"
|
|
15553
|
+
},
|
|
15554
|
+
"name": "border-success-emphasis",
|
|
15555
|
+
"attributes": {},
|
|
15556
|
+
"path": ["border", "success", "emphasis"],
|
|
15557
|
+
"value": "0.0625rem solid #0969da",
|
|
15558
|
+
"type": "border"
|
|
15559
|
+
},
|
|
15560
|
+
"border-success-muted": {
|
|
15561
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15562
|
+
"isSource": true,
|
|
15563
|
+
"original": {
|
|
15564
|
+
"$value": {
|
|
15565
|
+
"color": "{borderColor.success.muted}",
|
|
15566
|
+
"style": "solid",
|
|
15567
|
+
"width": "{borderWidth.default}"
|
|
15568
|
+
},
|
|
15569
|
+
"$type": "border"
|
|
15570
|
+
},
|
|
15571
|
+
"name": "border-success-muted",
|
|
15572
|
+
"attributes": {},
|
|
15573
|
+
"path": ["border", "success", "muted"],
|
|
15574
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15575
|
+
"type": "border"
|
|
15576
|
+
},
|
|
15577
|
+
"border-open-emphasis": {
|
|
15578
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15579
|
+
"isSource": true,
|
|
15580
|
+
"original": {
|
|
15581
|
+
"$value": "{border.success.emphasis}",
|
|
15582
|
+
"$type": "border"
|
|
15583
|
+
},
|
|
15584
|
+
"name": "border-open-emphasis",
|
|
15585
|
+
"attributes": {},
|
|
15586
|
+
"path": ["border", "open", "emphasis"],
|
|
15587
|
+
"value": "0.0625rem solid #0969da",
|
|
15588
|
+
"type": "border"
|
|
15589
|
+
},
|
|
15590
|
+
"border-open-muted": {
|
|
15591
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15592
|
+
"isSource": true,
|
|
15593
|
+
"original": {
|
|
15594
|
+
"$value": "{border.success.muted}",
|
|
15595
|
+
"$type": "border"
|
|
15596
|
+
},
|
|
15597
|
+
"name": "border-open-muted",
|
|
15598
|
+
"attributes": {},
|
|
15599
|
+
"path": ["border", "open", "muted"],
|
|
15600
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15601
|
+
"type": "border"
|
|
15602
|
+
},
|
|
15603
|
+
"border-danger-emphasis": {
|
|
15604
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15605
|
+
"isSource": true,
|
|
15606
|
+
"original": {
|
|
15607
|
+
"$value": {
|
|
15608
|
+
"color": "{borderColor.danger.emphasis}",
|
|
15609
|
+
"style": "solid",
|
|
15610
|
+
"width": "{borderWidth.default}"
|
|
15611
|
+
},
|
|
15612
|
+
"$type": "border"
|
|
15613
|
+
},
|
|
15614
|
+
"name": "border-danger-emphasis",
|
|
15615
|
+
"attributes": {},
|
|
15616
|
+
"path": ["border", "danger", "emphasis"],
|
|
15617
|
+
"value": "0.0625rem solid #cf222e",
|
|
15618
|
+
"type": "border"
|
|
15619
|
+
},
|
|
15620
|
+
"border-danger-muted": {
|
|
15621
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15622
|
+
"isSource": true,
|
|
15623
|
+
"original": {
|
|
15624
|
+
"$value": {
|
|
15625
|
+
"color": "{borderColor.danger.muted}",
|
|
15626
|
+
"style": "solid",
|
|
15627
|
+
"width": "{borderWidth.default}"
|
|
15628
|
+
},
|
|
15629
|
+
"$type": "border"
|
|
15630
|
+
},
|
|
15631
|
+
"name": "border-danger-muted",
|
|
15632
|
+
"attributes": {},
|
|
15633
|
+
"path": ["border", "danger", "muted"],
|
|
15634
|
+
"value": "0.0625rem solid #ff818266",
|
|
15635
|
+
"type": "border"
|
|
15636
|
+
},
|
|
15637
|
+
"border-closed-emphasis": {
|
|
15638
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15639
|
+
"isSource": true,
|
|
15640
|
+
"original": {
|
|
15641
|
+
"$value": "{border.danger.emphasis}",
|
|
15642
|
+
"$type": "border"
|
|
15643
|
+
},
|
|
15644
|
+
"name": "border-closed-emphasis",
|
|
15645
|
+
"attributes": {},
|
|
15646
|
+
"path": ["border", "closed", "emphasis"],
|
|
15647
|
+
"value": "0.0625rem solid #cf222e",
|
|
15648
|
+
"type": "border"
|
|
15649
|
+
},
|
|
15650
|
+
"border-closed-muted": {
|
|
15651
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15652
|
+
"isSource": true,
|
|
15653
|
+
"original": {
|
|
15654
|
+
"$value": "{border.danger.muted}",
|
|
15655
|
+
"$type": "border"
|
|
15656
|
+
},
|
|
15657
|
+
"name": "border-closed-muted",
|
|
15658
|
+
"attributes": {},
|
|
15659
|
+
"path": ["border", "closed", "muted"],
|
|
15660
|
+
"value": "0.0625rem solid #ff818266",
|
|
15661
|
+
"type": "border"
|
|
15662
|
+
},
|
|
15663
|
+
"border-attention-emphasis": {
|
|
15664
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15665
|
+
"isSource": true,
|
|
15666
|
+
"original": {
|
|
15667
|
+
"$value": {
|
|
15668
|
+
"color": "{borderColor.attention.emphasis}",
|
|
15669
|
+
"style": "solid",
|
|
15670
|
+
"width": "{borderWidth.default}"
|
|
15671
|
+
},
|
|
15672
|
+
"$type": "border"
|
|
15673
|
+
},
|
|
15674
|
+
"name": "border-attention-emphasis",
|
|
15675
|
+
"attributes": {},
|
|
15676
|
+
"path": ["border", "attention", "emphasis"],
|
|
15677
|
+
"value": "0.0625rem solid #9a6700",
|
|
15678
|
+
"type": "border"
|
|
15679
|
+
},
|
|
15680
|
+
"border-attention-muted": {
|
|
15681
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15682
|
+
"isSource": true,
|
|
15683
|
+
"original": {
|
|
15684
|
+
"$value": {
|
|
15685
|
+
"color": "{borderColor.attention.muted}",
|
|
15686
|
+
"style": "solid",
|
|
15687
|
+
"width": "{borderWidth.default}"
|
|
15688
|
+
},
|
|
15689
|
+
"$type": "border"
|
|
15690
|
+
},
|
|
15691
|
+
"name": "border-attention-muted",
|
|
15692
|
+
"attributes": {},
|
|
15693
|
+
"path": ["border", "attention", "muted"],
|
|
15694
|
+
"value": "0.0625rem solid #d4a72c66",
|
|
15695
|
+
"type": "border"
|
|
15696
|
+
},
|
|
15697
|
+
"border-severe-emphasis": {
|
|
15698
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15699
|
+
"isSource": true,
|
|
15700
|
+
"original": {
|
|
15701
|
+
"$value": {
|
|
15702
|
+
"color": "{borderColor.severe.emphasis}",
|
|
15703
|
+
"style": "solid",
|
|
15704
|
+
"width": "{borderWidth.default}"
|
|
15705
|
+
},
|
|
15706
|
+
"$type": "border"
|
|
15707
|
+
},
|
|
15708
|
+
"name": "border-severe-emphasis",
|
|
15709
|
+
"attributes": {},
|
|
15710
|
+
"path": ["border", "severe", "emphasis"],
|
|
15711
|
+
"value": "0.0625rem solid #cf222e",
|
|
15712
|
+
"type": "border"
|
|
15713
|
+
},
|
|
15714
|
+
"border-severe-muted": {
|
|
15715
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15716
|
+
"isSource": true,
|
|
15717
|
+
"original": {
|
|
15718
|
+
"$value": {
|
|
15719
|
+
"color": "{borderColor.severe.muted}",
|
|
15720
|
+
"style": "solid",
|
|
15721
|
+
"width": "{borderWidth.default}"
|
|
15722
|
+
},
|
|
15723
|
+
"$type": "border"
|
|
15724
|
+
},
|
|
15725
|
+
"name": "border-severe-muted",
|
|
15726
|
+
"attributes": {},
|
|
15727
|
+
"path": ["border", "severe", "muted"],
|
|
15728
|
+
"value": "0.0625rem solid #ff818266",
|
|
15729
|
+
"type": "border"
|
|
15730
|
+
},
|
|
15731
|
+
"border-done-emphasis": {
|
|
15732
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15733
|
+
"isSource": true,
|
|
15734
|
+
"original": {
|
|
15735
|
+
"$value": {
|
|
15736
|
+
"color": "{borderColor.done.emphasis}",
|
|
15737
|
+
"style": "solid",
|
|
15738
|
+
"width": "{borderWidth.default}"
|
|
15739
|
+
},
|
|
15740
|
+
"$type": "border"
|
|
15741
|
+
},
|
|
15742
|
+
"name": "border-done-emphasis",
|
|
15743
|
+
"attributes": {},
|
|
15744
|
+
"path": ["border", "done", "emphasis"],
|
|
15745
|
+
"value": "0.0625rem solid #8250df",
|
|
15746
|
+
"type": "border"
|
|
15747
|
+
},
|
|
15748
|
+
"border-done-muted": {
|
|
15749
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15750
|
+
"isSource": true,
|
|
15751
|
+
"original": {
|
|
15752
|
+
"$value": {
|
|
15753
|
+
"color": "{borderColor.done.muted}",
|
|
15754
|
+
"style": "solid",
|
|
15755
|
+
"width": "{borderWidth.default}"
|
|
15756
|
+
},
|
|
15757
|
+
"$type": "border"
|
|
15758
|
+
},
|
|
15759
|
+
"name": "border-done-muted",
|
|
15760
|
+
"attributes": {},
|
|
15761
|
+
"path": ["border", "done", "muted"],
|
|
15762
|
+
"value": "0.0625rem solid #c297ff66",
|
|
15763
|
+
"type": "border"
|
|
15764
|
+
},
|
|
15765
|
+
"border-upsell-emphasis": {
|
|
15766
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15767
|
+
"isSource": true,
|
|
15768
|
+
"original": {
|
|
15769
|
+
"$value": {
|
|
15770
|
+
"color": "{borderColor.upsell.emphasis}",
|
|
15771
|
+
"style": "solid",
|
|
15772
|
+
"width": "{borderWidth.default}"
|
|
15773
|
+
},
|
|
15774
|
+
"$type": "border"
|
|
15775
|
+
},
|
|
15776
|
+
"name": "border-upsell-emphasis",
|
|
15777
|
+
"attributes": {},
|
|
15778
|
+
"path": ["border", "upsell", "emphasis"],
|
|
15779
|
+
"value": "0.0625rem solid #8250df",
|
|
15780
|
+
"type": "border"
|
|
15781
|
+
},
|
|
15782
|
+
"border-upsell-muted": {
|
|
15783
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15784
|
+
"isSource": true,
|
|
15785
|
+
"original": {
|
|
15786
|
+
"$value": {
|
|
15787
|
+
"color": "{borderColor.upsell.muted}",
|
|
15788
|
+
"style": "solid",
|
|
15789
|
+
"width": "{borderWidth.default}"
|
|
15790
|
+
},
|
|
15791
|
+
"$type": "border"
|
|
15792
|
+
},
|
|
15793
|
+
"name": "border-upsell-muted",
|
|
15794
|
+
"attributes": {},
|
|
15795
|
+
"path": ["border", "upsell", "muted"],
|
|
15796
|
+
"value": "0.0625rem solid #c297ff66",
|
|
15797
|
+
"type": "border"
|
|
15798
|
+
},
|
|
15799
|
+
"border-sponsors-emphasis": {
|
|
15800
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15801
|
+
"isSource": true,
|
|
15802
|
+
"original": {
|
|
15803
|
+
"$value": {
|
|
15804
|
+
"color": "{borderColor.sponsors.emphasis}",
|
|
15805
|
+
"style": "solid",
|
|
15806
|
+
"width": "{borderWidth.default}"
|
|
15807
|
+
},
|
|
15808
|
+
"$type": "border"
|
|
15809
|
+
},
|
|
15810
|
+
"name": "border-sponsors-emphasis",
|
|
15811
|
+
"attributes": {},
|
|
15812
|
+
"path": ["border", "sponsors", "emphasis"],
|
|
15813
|
+
"value": "0.0625rem solid #bf3989",
|
|
15814
|
+
"type": "border"
|
|
15815
|
+
},
|
|
15816
|
+
"border-sponsors-muted": {
|
|
15817
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15818
|
+
"isSource": true,
|
|
15819
|
+
"original": {
|
|
15820
|
+
"$value": {
|
|
15821
|
+
"color": "{borderColor.sponsors.muted}",
|
|
15822
|
+
"style": "solid",
|
|
15823
|
+
"width": "{borderWidth.default}"
|
|
15824
|
+
},
|
|
15825
|
+
"$type": "border"
|
|
15826
|
+
},
|
|
15827
|
+
"name": "border-sponsors-muted",
|
|
15828
|
+
"attributes": {},
|
|
15829
|
+
"path": ["border", "sponsors", "muted"],
|
|
15830
|
+
"value": "0.0625rem solid #ff80c866",
|
|
15831
|
+
"type": "border"
|
|
15471
15832
|
}
|
|
15472
15833
|
}
|