@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
|
@@ -5272,14 +5272,10 @@
|
|
|
5272
5272
|
"scopes": ["bgColor"]
|
|
5273
5273
|
}
|
|
5274
5274
|
},
|
|
5275
|
-
"mix": {
|
|
5276
|
-
"color": "#033d8b",
|
|
5277
|
-
"weight": 0.2
|
|
5278
|
-
},
|
|
5279
5275
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5280
5276
|
"isSource": true,
|
|
5281
5277
|
"original": {
|
|
5282
|
-
"$value": "
|
|
5278
|
+
"$value": "#0860ca",
|
|
5283
5279
|
"$type": "color",
|
|
5284
5280
|
"$extensions": {
|
|
5285
5281
|
"org.primer.figma": {
|
|
@@ -5287,10 +5283,6 @@
|
|
|
5287
5283
|
"group": "component",
|
|
5288
5284
|
"scopes": ["bgColor"]
|
|
5289
5285
|
}
|
|
5290
|
-
},
|
|
5291
|
-
"mix": {
|
|
5292
|
-
"color": "{base.color.blue.7}",
|
|
5293
|
-
"weight": 0.2
|
|
5294
5286
|
}
|
|
5295
5287
|
},
|
|
5296
5288
|
"name": "control-checked-bgColor-hover",
|
|
@@ -5307,14 +5299,10 @@
|
|
|
5307
5299
|
"scopes": ["bgColor"]
|
|
5308
5300
|
}
|
|
5309
5301
|
},
|
|
5310
|
-
"mix": {
|
|
5311
|
-
"color": "#033d8b",
|
|
5312
|
-
"weight": 0.4
|
|
5313
|
-
},
|
|
5314
5302
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5315
5303
|
"isSource": true,
|
|
5316
5304
|
"original": {
|
|
5317
|
-
"$value": "
|
|
5305
|
+
"$value": "#0757ba",
|
|
5318
5306
|
"$type": "color",
|
|
5319
5307
|
"$extensions": {
|
|
5320
5308
|
"org.primer.figma": {
|
|
@@ -5322,10 +5310,6 @@
|
|
|
5322
5310
|
"group": "component",
|
|
5323
5311
|
"scopes": ["bgColor"]
|
|
5324
5312
|
}
|
|
5325
|
-
},
|
|
5326
|
-
"mix": {
|
|
5327
|
-
"color": "{base.color.blue.7}",
|
|
5328
|
-
"weight": 0.4
|
|
5329
5313
|
}
|
|
5330
5314
|
},
|
|
5331
5315
|
"name": "control-checked-bgColor-active",
|
|
@@ -6386,19 +6370,11 @@
|
|
|
6386
6370
|
"type": "color"
|
|
6387
6371
|
},
|
|
6388
6372
|
"button-primary-bgColor-hover": {
|
|
6389
|
-
"mix": {
|
|
6390
|
-
"color": "#0550ae",
|
|
6391
|
-
"weight": 0.2
|
|
6392
|
-
},
|
|
6393
6373
|
"filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
|
|
6394
6374
|
"isSource": true,
|
|
6395
6375
|
"original": {
|
|
6396
|
-
"$value": "
|
|
6397
|
-
"$type": "color"
|
|
6398
|
-
"mix": {
|
|
6399
|
-
"color": "{base.color.blue.6}",
|
|
6400
|
-
"weight": 0.2
|
|
6401
|
-
}
|
|
6376
|
+
"$value": "#0864d1",
|
|
6377
|
+
"$type": "color"
|
|
6402
6378
|
},
|
|
6403
6379
|
"name": "button-primary-bgColor-hover",
|
|
6404
6380
|
"attributes": {},
|
|
@@ -6407,19 +6383,11 @@
|
|
|
6407
6383
|
"type": "color"
|
|
6408
6384
|
},
|
|
6409
6385
|
"button-primary-bgColor-active": {
|
|
6410
|
-
"mix": {
|
|
6411
|
-
"color": "#0550ae",
|
|
6412
|
-
"weight": 0.4
|
|
6413
|
-
},
|
|
6414
6386
|
"filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
|
|
6415
6387
|
"isSource": true,
|
|
6416
6388
|
"original": {
|
|
6417
|
-
"$value": "
|
|
6418
|
-
"$type": "color"
|
|
6419
|
-
"mix": {
|
|
6420
|
-
"color": "{base.color.blue.6}",
|
|
6421
|
-
"weight": 0.4
|
|
6422
|
-
}
|
|
6389
|
+
"$value": "#075fc8",
|
|
6390
|
+
"$type": "color"
|
|
6423
6391
|
},
|
|
6424
6392
|
"name": "button-primary-bgColor-active",
|
|
6425
6393
|
"attributes": {},
|
|
@@ -6428,19 +6396,11 @@
|
|
|
6428
6396
|
"type": "color"
|
|
6429
6397
|
},
|
|
6430
6398
|
"button-primary-bgColor-disabled": {
|
|
6431
|
-
"mix": {
|
|
6432
|
-
"color": "#ddf4ff",
|
|
6433
|
-
"weight": 0.6
|
|
6434
|
-
},
|
|
6435
6399
|
"filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
|
|
6436
6400
|
"isSource": true,
|
|
6437
6401
|
"original": {
|
|
6438
|
-
"$value": "
|
|
6439
|
-
"$type": "color"
|
|
6440
|
-
"mix": {
|
|
6441
|
-
"color": "{base.color.blue.0}",
|
|
6442
|
-
"weight": 0.6
|
|
6443
|
-
}
|
|
6402
|
+
"$value": "#92caff",
|
|
6403
|
+
"$type": "color"
|
|
6444
6404
|
},
|
|
6445
6405
|
"name": "button-primary-bgColor-disabled",
|
|
6446
6406
|
"attributes": {},
|
|
@@ -6874,7 +6834,7 @@
|
|
|
6874
6834
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6875
6835
|
"isSource": true,
|
|
6876
6836
|
"original": {
|
|
6877
|
-
"$value": "{
|
|
6837
|
+
"$value": "{base.color.transparent}",
|
|
6878
6838
|
"$type": "color",
|
|
6879
6839
|
"$extensions": {
|
|
6880
6840
|
"org.primer.figma": {
|
|
@@ -6887,7 +6847,7 @@
|
|
|
6887
6847
|
"name": "button-invisible-bgColor-disabled",
|
|
6888
6848
|
"attributes": {},
|
|
6889
6849
|
"path": ["button", "invisible", "bgColor", "disabled"],
|
|
6890
|
-
"value": "#
|
|
6850
|
+
"value": "#ffffff00",
|
|
6891
6851
|
"type": "color"
|
|
6892
6852
|
},
|
|
6893
6853
|
"button-invisible-borderColor-rest": {
|
|
@@ -6955,7 +6915,7 @@
|
|
|
6955
6915
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6956
6916
|
"isSource": true,
|
|
6957
6917
|
"original": {
|
|
6958
|
-
"$value": "{
|
|
6918
|
+
"$value": "{base.color.transparent}",
|
|
6959
6919
|
"$type": "color",
|
|
6960
6920
|
"$extensions": {
|
|
6961
6921
|
"org.primer.figma": {
|
|
@@ -6968,7 +6928,7 @@
|
|
|
6968
6928
|
"name": "button-invisible-borderColor-disabled",
|
|
6969
6929
|
"attributes": {},
|
|
6970
6930
|
"path": ["button", "invisible", "borderColor", "disabled"],
|
|
6971
|
-
"value": "#
|
|
6931
|
+
"value": "#ffffff00",
|
|
6972
6932
|
"type": "color"
|
|
6973
6933
|
},
|
|
6974
6934
|
"button-outline-fgColor-rest": {
|
|
@@ -7143,14 +7103,10 @@
|
|
|
7143
7103
|
"scopes": ["bgColor"]
|
|
7144
7104
|
}
|
|
7145
7105
|
},
|
|
7146
|
-
"mix": {
|
|
7147
|
-
"color": "#033d8b",
|
|
7148
|
-
"weight": 0.4
|
|
7149
|
-
},
|
|
7150
7106
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7151
7107
|
"isSource": true,
|
|
7152
7108
|
"original": {
|
|
7153
|
-
"$value": "
|
|
7109
|
+
"$value": "#0757ba",
|
|
7154
7110
|
"$type": "color",
|
|
7155
7111
|
"$extensions": {
|
|
7156
7112
|
"org.primer.figma": {
|
|
@@ -7158,10 +7114,6 @@
|
|
|
7158
7114
|
"group": "component (internal)",
|
|
7159
7115
|
"scopes": ["bgColor"]
|
|
7160
7116
|
}
|
|
7161
|
-
},
|
|
7162
|
-
"mix": {
|
|
7163
|
-
"color": "{base.color.blue.7}",
|
|
7164
|
-
"weight": 0.4
|
|
7165
7117
|
}
|
|
7166
7118
|
},
|
|
7167
7119
|
"name": "button-outline-bgColor-active",
|
|
@@ -7491,19 +7443,11 @@
|
|
|
7491
7443
|
"type": "color"
|
|
7492
7444
|
},
|
|
7493
7445
|
"button-danger-bgColor-active": {
|
|
7494
|
-
"mix": {
|
|
7495
|
-
"color": "#5c2200",
|
|
7496
|
-
"weight": 0.4
|
|
7497
|
-
},
|
|
7498
7446
|
"filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
|
|
7499
7447
|
"isSource": true,
|
|
7500
7448
|
"original": {
|
|
7501
|
-
"$value": "
|
|
7502
|
-
"$type": "color"
|
|
7503
|
-
"mix": {
|
|
7504
|
-
"color": "{base.color.orange.8}",
|
|
7505
|
-
"weight": 0.4
|
|
7506
|
-
}
|
|
7449
|
+
"$value": "#7e2f00",
|
|
7450
|
+
"$type": "color"
|
|
7507
7451
|
},
|
|
7508
7452
|
"name": "button-danger-bgColor-active",
|
|
7509
7453
|
"attributes": {},
|
|
@@ -8083,14 +8027,10 @@
|
|
|
8083
8027
|
"scopes": ["fgColor"]
|
|
8084
8028
|
}
|
|
8085
8029
|
},
|
|
8086
|
-
"mix": {
|
|
8087
|
-
"color": "#a40e26",
|
|
8088
|
-
"weight": 0.3
|
|
8089
|
-
},
|
|
8090
8030
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8091
8031
|
"isSource": true,
|
|
8092
8032
|
"original": {
|
|
8093
|
-
"$value": "
|
|
8033
|
+
"$value": "#c21c2c",
|
|
8094
8034
|
"$type": "color",
|
|
8095
8035
|
"$extensions": {
|
|
8096
8036
|
"org.primer.figma": {
|
|
@@ -8098,10 +8038,6 @@
|
|
|
8098
8038
|
"group": "component (internal)",
|
|
8099
8039
|
"scopes": ["fgColor"]
|
|
8100
8040
|
}
|
|
8101
|
-
},
|
|
8102
|
-
"mix": {
|
|
8103
|
-
"color": "{base.color.red.6}",
|
|
8104
|
-
"weight": 0.3
|
|
8105
8041
|
}
|
|
8106
8042
|
},
|
|
8107
8043
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
@@ -8201,14 +8137,10 @@
|
|
|
8201
8137
|
"scopes": ["bgColor"]
|
|
8202
8138
|
}
|
|
8203
8139
|
},
|
|
8204
|
-
"mix": {
|
|
8205
|
-
"color": "#80ccff",
|
|
8206
|
-
"weight": 0.2
|
|
8207
|
-
},
|
|
8208
8140
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8209
8141
|
"isSource": true,
|
|
8210
8142
|
"original": {
|
|
8211
|
-
"$value": "
|
|
8143
|
+
"$value": "#caecff",
|
|
8212
8144
|
"$type": "color",
|
|
8213
8145
|
"$extensions": {
|
|
8214
8146
|
"org.primer.figma": {
|
|
@@ -8216,10 +8148,6 @@
|
|
|
8216
8148
|
"group": "component (internal)",
|
|
8217
8149
|
"scopes": ["bgColor"]
|
|
8218
8150
|
}
|
|
8219
|
-
},
|
|
8220
|
-
"mix": {
|
|
8221
|
-
"color": "{base.color.blue.2}",
|
|
8222
|
-
"weight": 0.2
|
|
8223
8151
|
}
|
|
8224
8152
|
},
|
|
8225
8153
|
"name": "reactionButton-selected-bgColor-hover",
|
|
@@ -8310,7 +8238,7 @@
|
|
|
8310
8238
|
"type": "color"
|
|
8311
8239
|
},
|
|
8312
8240
|
"focus-outline": {
|
|
8313
|
-
"filePath": "src/tokens/functional/border/
|
|
8241
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
8314
8242
|
"isSource": true,
|
|
8315
8243
|
"original": {
|
|
8316
8244
|
"$value": {
|
|
@@ -8323,7 +8251,7 @@
|
|
|
8323
8251
|
"name": "focus-outline",
|
|
8324
8252
|
"attributes": {},
|
|
8325
8253
|
"path": ["focus", "outline"],
|
|
8326
|
-
"value": "
|
|
8254
|
+
"value": "2px solid #0969da",
|
|
8327
8255
|
"type": "border"
|
|
8328
8256
|
},
|
|
8329
8257
|
"menu-bgColor-active": {
|
|
@@ -12795,13 +12723,11 @@
|
|
|
12795
12723
|
"type": "color"
|
|
12796
12724
|
},
|
|
12797
12725
|
"bgColor-success-emphasis": {
|
|
12798
|
-
"mix": null,
|
|
12799
12726
|
"filePath": "src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5",
|
|
12800
12727
|
"isSource": true,
|
|
12801
12728
|
"original": {
|
|
12802
12729
|
"$value": "{base.color.blue.5}",
|
|
12803
|
-
"$type": "color"
|
|
12804
|
-
"mix": null
|
|
12730
|
+
"$type": "color"
|
|
12805
12731
|
},
|
|
12806
12732
|
"name": "bgColor-success-emphasis",
|
|
12807
12733
|
"attributes": {},
|
|
@@ -15358,5 +15284,448 @@
|
|
|
15358
15284
|
"path": ["shadow", "floating", "legacy"],
|
|
15359
15285
|
"value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
|
|
15360
15286
|
"type": "shadow"
|
|
15287
|
+
},
|
|
15288
|
+
"border-default": {
|
|
15289
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15290
|
+
"isSource": true,
|
|
15291
|
+
"original": {
|
|
15292
|
+
"$value": {
|
|
15293
|
+
"color": "{borderColor.default}",
|
|
15294
|
+
"style": "solid",
|
|
15295
|
+
"width": "{borderWidth.default}"
|
|
15296
|
+
},
|
|
15297
|
+
"$type": "border"
|
|
15298
|
+
},
|
|
15299
|
+
"name": "border-default",
|
|
15300
|
+
"attributes": {},
|
|
15301
|
+
"path": ["border", "default"],
|
|
15302
|
+
"value": "0.0625rem solid #d1d9e0",
|
|
15303
|
+
"type": "border"
|
|
15304
|
+
},
|
|
15305
|
+
"border-muted": {
|
|
15306
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15307
|
+
"isSource": true,
|
|
15308
|
+
"original": {
|
|
15309
|
+
"$value": {
|
|
15310
|
+
"color": "{borderColor.muted}",
|
|
15311
|
+
"style": "solid",
|
|
15312
|
+
"width": "{borderWidth.default}"
|
|
15313
|
+
},
|
|
15314
|
+
"$type": "border"
|
|
15315
|
+
},
|
|
15316
|
+
"name": "border-muted",
|
|
15317
|
+
"attributes": {},
|
|
15318
|
+
"path": ["border", "muted"],
|
|
15319
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
15320
|
+
"type": "border"
|
|
15321
|
+
},
|
|
15322
|
+
"border-emphasis": {
|
|
15323
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15324
|
+
"isSource": true,
|
|
15325
|
+
"original": {
|
|
15326
|
+
"$value": {
|
|
15327
|
+
"color": "{borderColor.emphasis}",
|
|
15328
|
+
"style": "solid",
|
|
15329
|
+
"width": "{borderWidth.default}"
|
|
15330
|
+
},
|
|
15331
|
+
"$type": "border"
|
|
15332
|
+
},
|
|
15333
|
+
"name": "border-emphasis",
|
|
15334
|
+
"attributes": {},
|
|
15335
|
+
"path": ["border", "emphasis"],
|
|
15336
|
+
"value": "0.0625rem solid #818b98",
|
|
15337
|
+
"type": "border"
|
|
15338
|
+
},
|
|
15339
|
+
"border-disabled": {
|
|
15340
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15341
|
+
"isSource": true,
|
|
15342
|
+
"original": {
|
|
15343
|
+
"$value": {
|
|
15344
|
+
"color": "{borderColor.disabled}",
|
|
15345
|
+
"style": "solid",
|
|
15346
|
+
"width": "{borderWidth.default}"
|
|
15347
|
+
},
|
|
15348
|
+
"$type": "border"
|
|
15349
|
+
},
|
|
15350
|
+
"name": "border-disabled",
|
|
15351
|
+
"attributes": {},
|
|
15352
|
+
"path": ["border", "disabled"],
|
|
15353
|
+
"value": "0.0625rem solid #818b981a",
|
|
15354
|
+
"type": "border"
|
|
15355
|
+
},
|
|
15356
|
+
"border-transparent": {
|
|
15357
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15358
|
+
"isSource": true,
|
|
15359
|
+
"original": {
|
|
15360
|
+
"$value": {
|
|
15361
|
+
"color": "{borderColor.transparent}",
|
|
15362
|
+
"style": "solid",
|
|
15363
|
+
"width": "{borderWidth.default}"
|
|
15364
|
+
},
|
|
15365
|
+
"$type": "border"
|
|
15366
|
+
},
|
|
15367
|
+
"name": "border-transparent",
|
|
15368
|
+
"attributes": {},
|
|
15369
|
+
"path": ["border", "transparent"],
|
|
15370
|
+
"value": "0.0625rem solid #ffffff00",
|
|
15371
|
+
"type": "border"
|
|
15372
|
+
},
|
|
15373
|
+
"border-neutral-emphasis": {
|
|
15374
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15375
|
+
"isSource": true,
|
|
15376
|
+
"original": {
|
|
15377
|
+
"$value": {
|
|
15378
|
+
"color": "{borderColor.neutral.emphasis}",
|
|
15379
|
+
"style": "solid",
|
|
15380
|
+
"width": "{borderWidth.default}"
|
|
15381
|
+
},
|
|
15382
|
+
"$type": "border"
|
|
15383
|
+
},
|
|
15384
|
+
"name": "border-neutral-emphasis",
|
|
15385
|
+
"attributes": {},
|
|
15386
|
+
"path": ["border", "neutral", "emphasis"],
|
|
15387
|
+
"value": "0.0625rem solid #59636e",
|
|
15388
|
+
"type": "border"
|
|
15389
|
+
},
|
|
15390
|
+
"border-neutral-muted": {
|
|
15391
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15392
|
+
"isSource": true,
|
|
15393
|
+
"original": {
|
|
15394
|
+
"$value": {
|
|
15395
|
+
"color": "{borderColor.neutral.muted}",
|
|
15396
|
+
"style": "solid",
|
|
15397
|
+
"width": "{borderWidth.default}"
|
|
15398
|
+
},
|
|
15399
|
+
"$type": "border"
|
|
15400
|
+
},
|
|
15401
|
+
"name": "border-neutral-muted",
|
|
15402
|
+
"attributes": {},
|
|
15403
|
+
"path": ["border", "neutral", "muted"],
|
|
15404
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
15405
|
+
"type": "border"
|
|
15406
|
+
},
|
|
15407
|
+
"border-accent-emphasis": {
|
|
15408
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15409
|
+
"isSource": true,
|
|
15410
|
+
"original": {
|
|
15411
|
+
"$value": {
|
|
15412
|
+
"color": "{borderColor.accent.emphasis}",
|
|
15413
|
+
"style": "solid",
|
|
15414
|
+
"width": "{borderWidth.default}"
|
|
15415
|
+
},
|
|
15416
|
+
"$type": "border"
|
|
15417
|
+
},
|
|
15418
|
+
"name": "border-accent-emphasis",
|
|
15419
|
+
"attributes": {},
|
|
15420
|
+
"path": ["border", "accent", "emphasis"],
|
|
15421
|
+
"value": "0.0625rem solid #0969da",
|
|
15422
|
+
"type": "border"
|
|
15423
|
+
},
|
|
15424
|
+
"border-accent-muted": {
|
|
15425
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15426
|
+
"isSource": true,
|
|
15427
|
+
"original": {
|
|
15428
|
+
"$value": {
|
|
15429
|
+
"color": "{borderColor.accent.muted}",
|
|
15430
|
+
"style": "solid",
|
|
15431
|
+
"width": "{borderWidth.default}"
|
|
15432
|
+
},
|
|
15433
|
+
"$type": "border"
|
|
15434
|
+
},
|
|
15435
|
+
"name": "border-accent-muted",
|
|
15436
|
+
"attributes": {},
|
|
15437
|
+
"path": ["border", "accent", "muted"],
|
|
15438
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15439
|
+
"type": "border"
|
|
15440
|
+
},
|
|
15441
|
+
"border-success-emphasis": {
|
|
15442
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15443
|
+
"isSource": true,
|
|
15444
|
+
"original": {
|
|
15445
|
+
"$value": {
|
|
15446
|
+
"color": "{borderColor.success.emphasis}",
|
|
15447
|
+
"style": "solid",
|
|
15448
|
+
"width": "{borderWidth.default}"
|
|
15449
|
+
},
|
|
15450
|
+
"$type": "border"
|
|
15451
|
+
},
|
|
15452
|
+
"name": "border-success-emphasis",
|
|
15453
|
+
"attributes": {},
|
|
15454
|
+
"path": ["border", "success", "emphasis"],
|
|
15455
|
+
"value": "0.0625rem solid #0969da",
|
|
15456
|
+
"type": "border"
|
|
15457
|
+
},
|
|
15458
|
+
"border-success-muted": {
|
|
15459
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15460
|
+
"isSource": true,
|
|
15461
|
+
"original": {
|
|
15462
|
+
"$value": {
|
|
15463
|
+
"color": "{borderColor.success.muted}",
|
|
15464
|
+
"style": "solid",
|
|
15465
|
+
"width": "{borderWidth.default}"
|
|
15466
|
+
},
|
|
15467
|
+
"$type": "border"
|
|
15468
|
+
},
|
|
15469
|
+
"name": "border-success-muted",
|
|
15470
|
+
"attributes": {},
|
|
15471
|
+
"path": ["border", "success", "muted"],
|
|
15472
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15473
|
+
"type": "border"
|
|
15474
|
+
},
|
|
15475
|
+
"border-open-emphasis": {
|
|
15476
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15477
|
+
"isSource": true,
|
|
15478
|
+
"original": {
|
|
15479
|
+
"$value": "{border.success.emphasis}",
|
|
15480
|
+
"$type": "border"
|
|
15481
|
+
},
|
|
15482
|
+
"name": "border-open-emphasis",
|
|
15483
|
+
"attributes": {},
|
|
15484
|
+
"path": ["border", "open", "emphasis"],
|
|
15485
|
+
"value": "0.0625rem solid #0969da",
|
|
15486
|
+
"type": "border"
|
|
15487
|
+
},
|
|
15488
|
+
"border-open-muted": {
|
|
15489
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15490
|
+
"isSource": true,
|
|
15491
|
+
"original": {
|
|
15492
|
+
"$value": "{border.success.muted}",
|
|
15493
|
+
"$type": "border"
|
|
15494
|
+
},
|
|
15495
|
+
"name": "border-open-muted",
|
|
15496
|
+
"attributes": {},
|
|
15497
|
+
"path": ["border", "open", "muted"],
|
|
15498
|
+
"value": "0.0625rem solid #54aeff66",
|
|
15499
|
+
"type": "border"
|
|
15500
|
+
},
|
|
15501
|
+
"border-danger-emphasis": {
|
|
15502
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15503
|
+
"isSource": true,
|
|
15504
|
+
"original": {
|
|
15505
|
+
"$value": {
|
|
15506
|
+
"color": "{borderColor.danger.emphasis}",
|
|
15507
|
+
"style": "solid",
|
|
15508
|
+
"width": "{borderWidth.default}"
|
|
15509
|
+
},
|
|
15510
|
+
"$type": "border"
|
|
15511
|
+
},
|
|
15512
|
+
"name": "border-danger-emphasis",
|
|
15513
|
+
"attributes": {},
|
|
15514
|
+
"path": ["border", "danger", "emphasis"],
|
|
15515
|
+
"value": "0.0625rem solid #bc4c00",
|
|
15516
|
+
"type": "border"
|
|
15517
|
+
},
|
|
15518
|
+
"border-danger-muted": {
|
|
15519
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15520
|
+
"isSource": true,
|
|
15521
|
+
"original": {
|
|
15522
|
+
"$value": {
|
|
15523
|
+
"color": "{borderColor.danger.muted}",
|
|
15524
|
+
"style": "solid",
|
|
15525
|
+
"width": "{borderWidth.default}"
|
|
15526
|
+
},
|
|
15527
|
+
"$type": "border"
|
|
15528
|
+
},
|
|
15529
|
+
"name": "border-danger-muted",
|
|
15530
|
+
"attributes": {},
|
|
15531
|
+
"path": ["border", "danger", "muted"],
|
|
15532
|
+
"value": "0.0625rem solid #fb8f4466",
|
|
15533
|
+
"type": "border"
|
|
15534
|
+
},
|
|
15535
|
+
"border-closed-emphasis": {
|
|
15536
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15537
|
+
"isSource": true,
|
|
15538
|
+
"original": {
|
|
15539
|
+
"$value": "{border.danger.emphasis}",
|
|
15540
|
+
"$type": "border"
|
|
15541
|
+
},
|
|
15542
|
+
"name": "border-closed-emphasis",
|
|
15543
|
+
"attributes": {},
|
|
15544
|
+
"path": ["border", "closed", "emphasis"],
|
|
15545
|
+
"value": "0.0625rem solid #bc4c00",
|
|
15546
|
+
"type": "border"
|
|
15547
|
+
},
|
|
15548
|
+
"border-closed-muted": {
|
|
15549
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15550
|
+
"isSource": true,
|
|
15551
|
+
"original": {
|
|
15552
|
+
"$value": "{border.danger.muted}",
|
|
15553
|
+
"$type": "border"
|
|
15554
|
+
},
|
|
15555
|
+
"name": "border-closed-muted",
|
|
15556
|
+
"attributes": {},
|
|
15557
|
+
"path": ["border", "closed", "muted"],
|
|
15558
|
+
"value": "0.0625rem solid #fb8f4466",
|
|
15559
|
+
"type": "border"
|
|
15560
|
+
},
|
|
15561
|
+
"border-attention-emphasis": {
|
|
15562
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15563
|
+
"isSource": true,
|
|
15564
|
+
"original": {
|
|
15565
|
+
"$value": {
|
|
15566
|
+
"color": "{borderColor.attention.emphasis}",
|
|
15567
|
+
"style": "solid",
|
|
15568
|
+
"width": "{borderWidth.default}"
|
|
15569
|
+
},
|
|
15570
|
+
"$type": "border"
|
|
15571
|
+
},
|
|
15572
|
+
"name": "border-attention-emphasis",
|
|
15573
|
+
"attributes": {},
|
|
15574
|
+
"path": ["border", "attention", "emphasis"],
|
|
15575
|
+
"value": "0.0625rem solid #9a6700",
|
|
15576
|
+
"type": "border"
|
|
15577
|
+
},
|
|
15578
|
+
"border-attention-muted": {
|
|
15579
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15580
|
+
"isSource": true,
|
|
15581
|
+
"original": {
|
|
15582
|
+
"$value": {
|
|
15583
|
+
"color": "{borderColor.attention.muted}",
|
|
15584
|
+
"style": "solid",
|
|
15585
|
+
"width": "{borderWidth.default}"
|
|
15586
|
+
},
|
|
15587
|
+
"$type": "border"
|
|
15588
|
+
},
|
|
15589
|
+
"name": "border-attention-muted",
|
|
15590
|
+
"attributes": {},
|
|
15591
|
+
"path": ["border", "attention", "muted"],
|
|
15592
|
+
"value": "0.0625rem solid #d4a72c66",
|
|
15593
|
+
"type": "border"
|
|
15594
|
+
},
|
|
15595
|
+
"border-severe-emphasis": {
|
|
15596
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15597
|
+
"isSource": true,
|
|
15598
|
+
"original": {
|
|
15599
|
+
"$value": {
|
|
15600
|
+
"color": "{borderColor.severe.emphasis}",
|
|
15601
|
+
"style": "solid",
|
|
15602
|
+
"width": "{borderWidth.default}"
|
|
15603
|
+
},
|
|
15604
|
+
"$type": "border"
|
|
15605
|
+
},
|
|
15606
|
+
"name": "border-severe-emphasis",
|
|
15607
|
+
"attributes": {},
|
|
15608
|
+
"path": ["border", "severe", "emphasis"],
|
|
15609
|
+
"value": "0.0625rem solid #bc4c00",
|
|
15610
|
+
"type": "border"
|
|
15611
|
+
},
|
|
15612
|
+
"border-severe-muted": {
|
|
15613
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15614
|
+
"isSource": true,
|
|
15615
|
+
"original": {
|
|
15616
|
+
"$value": {
|
|
15617
|
+
"color": "{borderColor.severe.muted}",
|
|
15618
|
+
"style": "solid",
|
|
15619
|
+
"width": "{borderWidth.default}"
|
|
15620
|
+
},
|
|
15621
|
+
"$type": "border"
|
|
15622
|
+
},
|
|
15623
|
+
"name": "border-severe-muted",
|
|
15624
|
+
"attributes": {},
|
|
15625
|
+
"path": ["border", "severe", "muted"],
|
|
15626
|
+
"value": "0.0625rem solid #fb8f4466",
|
|
15627
|
+
"type": "border"
|
|
15628
|
+
},
|
|
15629
|
+
"border-done-emphasis": {
|
|
15630
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15631
|
+
"isSource": true,
|
|
15632
|
+
"original": {
|
|
15633
|
+
"$value": {
|
|
15634
|
+
"color": "{borderColor.done.emphasis}",
|
|
15635
|
+
"style": "solid",
|
|
15636
|
+
"width": "{borderWidth.default}"
|
|
15637
|
+
},
|
|
15638
|
+
"$type": "border"
|
|
15639
|
+
},
|
|
15640
|
+
"name": "border-done-emphasis",
|
|
15641
|
+
"attributes": {},
|
|
15642
|
+
"path": ["border", "done", "emphasis"],
|
|
15643
|
+
"value": "0.0625rem solid #8250df",
|
|
15644
|
+
"type": "border"
|
|
15645
|
+
},
|
|
15646
|
+
"border-done-muted": {
|
|
15647
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15648
|
+
"isSource": true,
|
|
15649
|
+
"original": {
|
|
15650
|
+
"$value": {
|
|
15651
|
+
"color": "{borderColor.done.muted}",
|
|
15652
|
+
"style": "solid",
|
|
15653
|
+
"width": "{borderWidth.default}"
|
|
15654
|
+
},
|
|
15655
|
+
"$type": "border"
|
|
15656
|
+
},
|
|
15657
|
+
"name": "border-done-muted",
|
|
15658
|
+
"attributes": {},
|
|
15659
|
+
"path": ["border", "done", "muted"],
|
|
15660
|
+
"value": "0.0625rem solid #c297ff66",
|
|
15661
|
+
"type": "border"
|
|
15662
|
+
},
|
|
15663
|
+
"border-upsell-emphasis": {
|
|
15664
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15665
|
+
"isSource": true,
|
|
15666
|
+
"original": {
|
|
15667
|
+
"$value": {
|
|
15668
|
+
"color": "{borderColor.upsell.emphasis}",
|
|
15669
|
+
"style": "solid",
|
|
15670
|
+
"width": "{borderWidth.default}"
|
|
15671
|
+
},
|
|
15672
|
+
"$type": "border"
|
|
15673
|
+
},
|
|
15674
|
+
"name": "border-upsell-emphasis",
|
|
15675
|
+
"attributes": {},
|
|
15676
|
+
"path": ["border", "upsell", "emphasis"],
|
|
15677
|
+
"value": "0.0625rem solid #8250df",
|
|
15678
|
+
"type": "border"
|
|
15679
|
+
},
|
|
15680
|
+
"border-upsell-muted": {
|
|
15681
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15682
|
+
"isSource": true,
|
|
15683
|
+
"original": {
|
|
15684
|
+
"$value": {
|
|
15685
|
+
"color": "{borderColor.upsell.muted}",
|
|
15686
|
+
"style": "solid",
|
|
15687
|
+
"width": "{borderWidth.default}"
|
|
15688
|
+
},
|
|
15689
|
+
"$type": "border"
|
|
15690
|
+
},
|
|
15691
|
+
"name": "border-upsell-muted",
|
|
15692
|
+
"attributes": {},
|
|
15693
|
+
"path": ["border", "upsell", "muted"],
|
|
15694
|
+
"value": "0.0625rem solid #c297ff66",
|
|
15695
|
+
"type": "border"
|
|
15696
|
+
},
|
|
15697
|
+
"border-sponsors-emphasis": {
|
|
15698
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15699
|
+
"isSource": true,
|
|
15700
|
+
"original": {
|
|
15701
|
+
"$value": {
|
|
15702
|
+
"color": "{borderColor.sponsors.emphasis}",
|
|
15703
|
+
"style": "solid",
|
|
15704
|
+
"width": "{borderWidth.default}"
|
|
15705
|
+
},
|
|
15706
|
+
"$type": "border"
|
|
15707
|
+
},
|
|
15708
|
+
"name": "border-sponsors-emphasis",
|
|
15709
|
+
"attributes": {},
|
|
15710
|
+
"path": ["border", "sponsors", "emphasis"],
|
|
15711
|
+
"value": "0.0625rem solid #bf3989",
|
|
15712
|
+
"type": "border"
|
|
15713
|
+
},
|
|
15714
|
+
"border-sponsors-muted": {
|
|
15715
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15716
|
+
"isSource": true,
|
|
15717
|
+
"original": {
|
|
15718
|
+
"$value": {
|
|
15719
|
+
"color": "{borderColor.sponsors.muted}",
|
|
15720
|
+
"style": "solid",
|
|
15721
|
+
"width": "{borderWidth.default}"
|
|
15722
|
+
},
|
|
15723
|
+
"$type": "border"
|
|
15724
|
+
},
|
|
15725
|
+
"name": "border-sponsors-muted",
|
|
15726
|
+
"attributes": {},
|
|
15727
|
+
"path": ["border", "sponsors", "muted"],
|
|
15728
|
+
"value": "0.0625rem solid #ff80c866",
|
|
15729
|
+
"type": "border"
|
|
15361
15730
|
}
|
|
15362
15731
|
}
|