@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
|
@@ -5288,14 +5288,10 @@
|
|
|
5288
5288
|
"scopes": ["bgColor"]
|
|
5289
5289
|
}
|
|
5290
5290
|
},
|
|
5291
|
-
"mix": {
|
|
5292
|
-
"color": "#033d8b",
|
|
5293
|
-
"weight": 0.2
|
|
5294
|
-
},
|
|
5295
5291
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5296
5292
|
"isSource": true,
|
|
5297
5293
|
"original": {
|
|
5298
|
-
"$value": "
|
|
5294
|
+
"$value": "#0860ca",
|
|
5299
5295
|
"$type": "color",
|
|
5300
5296
|
"$extensions": {
|
|
5301
5297
|
"org.primer.figma": {
|
|
@@ -5303,10 +5299,6 @@
|
|
|
5303
5299
|
"group": "component",
|
|
5304
5300
|
"scopes": ["bgColor"]
|
|
5305
5301
|
}
|
|
5306
|
-
},
|
|
5307
|
-
"mix": {
|
|
5308
|
-
"color": "{base.color.blue.7}",
|
|
5309
|
-
"weight": 0.2
|
|
5310
5302
|
}
|
|
5311
5303
|
},
|
|
5312
5304
|
"name": "control-checked-bgColor-hover",
|
|
@@ -5323,14 +5315,10 @@
|
|
|
5323
5315
|
"scopes": ["bgColor"]
|
|
5324
5316
|
}
|
|
5325
5317
|
},
|
|
5326
|
-
"mix": {
|
|
5327
|
-
"color": "#033d8b",
|
|
5328
|
-
"weight": 0.4
|
|
5329
|
-
},
|
|
5330
5318
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5331
5319
|
"isSource": true,
|
|
5332
5320
|
"original": {
|
|
5333
|
-
"$value": "
|
|
5321
|
+
"$value": "#0757ba",
|
|
5334
5322
|
"$type": "color",
|
|
5335
5323
|
"$extensions": {
|
|
5336
5324
|
"org.primer.figma": {
|
|
@@ -5338,10 +5326,6 @@
|
|
|
5338
5326
|
"group": "component",
|
|
5339
5327
|
"scopes": ["bgColor"]
|
|
5340
5328
|
}
|
|
5341
|
-
},
|
|
5342
|
-
"mix": {
|
|
5343
|
-
"color": "{base.color.blue.7}",
|
|
5344
|
-
"weight": 0.4
|
|
5345
5329
|
}
|
|
5346
5330
|
},
|
|
5347
5331
|
"name": "control-checked-bgColor-active",
|
|
@@ -6402,19 +6386,11 @@
|
|
|
6402
6386
|
"button-primary-bgColor-hover": {
|
|
6403
6387
|
"$value": "#0864d1",
|
|
6404
6388
|
"$type": "color",
|
|
6405
|
-
"mix": {
|
|
6406
|
-
"color": "#0550ae",
|
|
6407
|
-
"weight": 0.2
|
|
6408
|
-
},
|
|
6409
6389
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6410
6390
|
"isSource": true,
|
|
6411
6391
|
"original": {
|
|
6412
|
-
"$value": "
|
|
6413
|
-
"$type": "color"
|
|
6414
|
-
"mix": {
|
|
6415
|
-
"color": "{base.color.blue.6}",
|
|
6416
|
-
"weight": 0.2
|
|
6417
|
-
}
|
|
6392
|
+
"$value": "#0864d1",
|
|
6393
|
+
"$type": "color"
|
|
6418
6394
|
},
|
|
6419
6395
|
"name": "button-primary-bgColor-hover",
|
|
6420
6396
|
"attributes": {},
|
|
@@ -6423,19 +6399,11 @@
|
|
|
6423
6399
|
"button-primary-bgColor-active": {
|
|
6424
6400
|
"$value": "#075fc8",
|
|
6425
6401
|
"$type": "color",
|
|
6426
|
-
"mix": {
|
|
6427
|
-
"color": "#0550ae",
|
|
6428
|
-
"weight": 0.4
|
|
6429
|
-
},
|
|
6430
6402
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6431
6403
|
"isSource": true,
|
|
6432
6404
|
"original": {
|
|
6433
|
-
"$value": "
|
|
6434
|
-
"$type": "color"
|
|
6435
|
-
"mix": {
|
|
6436
|
-
"color": "{base.color.blue.6}",
|
|
6437
|
-
"weight": 0.4
|
|
6438
|
-
}
|
|
6405
|
+
"$value": "#075fc8",
|
|
6406
|
+
"$type": "color"
|
|
6439
6407
|
},
|
|
6440
6408
|
"name": "button-primary-bgColor-active",
|
|
6441
6409
|
"attributes": {},
|
|
@@ -6444,19 +6412,11 @@
|
|
|
6444
6412
|
"button-primary-bgColor-disabled": {
|
|
6445
6413
|
"$value": "#92caff",
|
|
6446
6414
|
"$type": "color",
|
|
6447
|
-
"mix": {
|
|
6448
|
-
"color": "#ddf4ff",
|
|
6449
|
-
"weight": 0.6
|
|
6450
|
-
},
|
|
6451
6415
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
6452
6416
|
"isSource": true,
|
|
6453
6417
|
"original": {
|
|
6454
|
-
"$value": "
|
|
6455
|
-
"$type": "color"
|
|
6456
|
-
"mix": {
|
|
6457
|
-
"color": "{base.color.blue.0}",
|
|
6458
|
-
"weight": 0.6
|
|
6459
|
-
}
|
|
6418
|
+
"$value": "#92caff",
|
|
6419
|
+
"$type": "color"
|
|
6460
6420
|
},
|
|
6461
6421
|
"name": "button-primary-bgColor-disabled",
|
|
6462
6422
|
"attributes": {},
|
|
@@ -6878,7 +6838,7 @@
|
|
|
6878
6838
|
"path": ["button", "invisible", "bgColor", "active"]
|
|
6879
6839
|
},
|
|
6880
6840
|
"button-invisible-bgColor-disabled": {
|
|
6881
|
-
"$value": "#
|
|
6841
|
+
"$value": "#ffffff00",
|
|
6882
6842
|
"$type": "color",
|
|
6883
6843
|
"$extensions": {
|
|
6884
6844
|
"org.primer.figma": {
|
|
@@ -6890,7 +6850,7 @@
|
|
|
6890
6850
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6891
6851
|
"isSource": true,
|
|
6892
6852
|
"original": {
|
|
6893
|
-
"$value": "{
|
|
6853
|
+
"$value": "{base.color.transparent}",
|
|
6894
6854
|
"$type": "color",
|
|
6895
6855
|
"$extensions": {
|
|
6896
6856
|
"org.primer.figma": {
|
|
@@ -6959,7 +6919,7 @@
|
|
|
6959
6919
|
"path": ["button", "invisible", "borderColor", "hover"]
|
|
6960
6920
|
},
|
|
6961
6921
|
"button-invisible-borderColor-disabled": {
|
|
6962
|
-
"$value": "#
|
|
6922
|
+
"$value": "#ffffff00",
|
|
6963
6923
|
"$type": "color",
|
|
6964
6924
|
"$extensions": {
|
|
6965
6925
|
"org.primer.figma": {
|
|
@@ -6971,7 +6931,7 @@
|
|
|
6971
6931
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6972
6932
|
"isSource": true,
|
|
6973
6933
|
"original": {
|
|
6974
|
-
"$value": "{
|
|
6934
|
+
"$value": "{base.color.transparent}",
|
|
6975
6935
|
"$type": "color",
|
|
6976
6936
|
"$extensions": {
|
|
6977
6937
|
"org.primer.figma": {
|
|
@@ -7159,14 +7119,10 @@
|
|
|
7159
7119
|
"scopes": ["bgColor"]
|
|
7160
7120
|
}
|
|
7161
7121
|
},
|
|
7162
|
-
"mix": {
|
|
7163
|
-
"color": "#033d8b",
|
|
7164
|
-
"weight": 0.4
|
|
7165
|
-
},
|
|
7166
7122
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7167
7123
|
"isSource": true,
|
|
7168
7124
|
"original": {
|
|
7169
|
-
"$value": "
|
|
7125
|
+
"$value": "#0757ba",
|
|
7170
7126
|
"$type": "color",
|
|
7171
7127
|
"$extensions": {
|
|
7172
7128
|
"org.primer.figma": {
|
|
@@ -7174,10 +7130,6 @@
|
|
|
7174
7130
|
"group": "component (internal)",
|
|
7175
7131
|
"scopes": ["bgColor"]
|
|
7176
7132
|
}
|
|
7177
|
-
},
|
|
7178
|
-
"mix": {
|
|
7179
|
-
"color": "{base.color.blue.7}",
|
|
7180
|
-
"weight": 0.4
|
|
7181
7133
|
}
|
|
7182
7134
|
},
|
|
7183
7135
|
"name": "button-outline-bgColor-active",
|
|
@@ -7528,14 +7480,10 @@
|
|
|
7528
7480
|
"scopes": ["bgColor"]
|
|
7529
7481
|
}
|
|
7530
7482
|
},
|
|
7531
|
-
"mix": {
|
|
7532
|
-
"color": "#660018",
|
|
7533
|
-
"weight": 0.4
|
|
7534
|
-
},
|
|
7535
7483
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7536
7484
|
"isSource": true,
|
|
7537
7485
|
"original": {
|
|
7538
|
-
"$value": "
|
|
7486
|
+
"$value": "#8b0820",
|
|
7539
7487
|
"$type": "color",
|
|
7540
7488
|
"$extensions": {
|
|
7541
7489
|
"org.primer.figma": {
|
|
@@ -7543,10 +7491,6 @@
|
|
|
7543
7491
|
"group": "component (internal)",
|
|
7544
7492
|
"scopes": ["bgColor"]
|
|
7545
7493
|
}
|
|
7546
|
-
},
|
|
7547
|
-
"mix": {
|
|
7548
|
-
"color": "{base.color.red.8}",
|
|
7549
|
-
"weight": 0.4
|
|
7550
7494
|
}
|
|
7551
7495
|
},
|
|
7552
7496
|
"name": "button-danger-bgColor-active",
|
|
@@ -8127,14 +8071,10 @@
|
|
|
8127
8071
|
"scopes": ["fgColor"]
|
|
8128
8072
|
}
|
|
8129
8073
|
},
|
|
8130
|
-
"mix": {
|
|
8131
|
-
"color": "#a40e26",
|
|
8132
|
-
"weight": 0.3
|
|
8133
|
-
},
|
|
8134
8074
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8135
8075
|
"isSource": true,
|
|
8136
8076
|
"original": {
|
|
8137
|
-
"$value": "
|
|
8077
|
+
"$value": "#c21c2c",
|
|
8138
8078
|
"$type": "color",
|
|
8139
8079
|
"$extensions": {
|
|
8140
8080
|
"org.primer.figma": {
|
|
@@ -8142,10 +8082,6 @@
|
|
|
8142
8082
|
"group": "component (internal)",
|
|
8143
8083
|
"scopes": ["fgColor"]
|
|
8144
8084
|
}
|
|
8145
|
-
},
|
|
8146
|
-
"mix": {
|
|
8147
|
-
"color": "{base.color.red.6}",
|
|
8148
|
-
"weight": 0.3
|
|
8149
8085
|
}
|
|
8150
8086
|
},
|
|
8151
8087
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
@@ -8245,14 +8181,10 @@
|
|
|
8245
8181
|
"scopes": ["bgColor"]
|
|
8246
8182
|
}
|
|
8247
8183
|
},
|
|
8248
|
-
"mix": {
|
|
8249
|
-
"color": "#80ccff",
|
|
8250
|
-
"weight": 0.2
|
|
8251
|
-
},
|
|
8252
8184
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8253
8185
|
"isSource": true,
|
|
8254
8186
|
"original": {
|
|
8255
|
-
"$value": "
|
|
8187
|
+
"$value": "#caecff",
|
|
8256
8188
|
"$type": "color",
|
|
8257
8189
|
"$extensions": {
|
|
8258
8190
|
"org.primer.figma": {
|
|
@@ -8260,10 +8192,6 @@
|
|
|
8260
8192
|
"group": "component (internal)",
|
|
8261
8193
|
"scopes": ["bgColor"]
|
|
8262
8194
|
}
|
|
8263
|
-
},
|
|
8264
|
-
"mix": {
|
|
8265
|
-
"color": "{base.color.blue.2}",
|
|
8266
|
-
"weight": 0.2
|
|
8267
8195
|
}
|
|
8268
8196
|
},
|
|
8269
8197
|
"name": "reactionButton-selected-bgColor-hover",
|
|
@@ -8352,9 +8280,9 @@
|
|
|
8352
8280
|
"path": ["focus", "outlineColor"]
|
|
8353
8281
|
},
|
|
8354
8282
|
"focus-outline": {
|
|
8355
|
-
"$value": "
|
|
8283
|
+
"$value": "2px solid #0969da",
|
|
8356
8284
|
"$type": "border",
|
|
8357
|
-
"filePath": "src/tokens/functional/border/
|
|
8285
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
8358
8286
|
"isSource": true,
|
|
8359
8287
|
"original": {
|
|
8360
8288
|
"$value": {
|
|
@@ -12296,14 +12224,10 @@
|
|
|
12296
12224
|
}
|
|
12297
12225
|
}
|
|
12298
12226
|
},
|
|
12299
|
-
"mix": {
|
|
12300
|
-
"color": "#fa4549",
|
|
12301
|
-
"weight": 0.05
|
|
12302
|
-
},
|
|
12303
12227
|
"filePath": "src/tokens/functional/color/light/primitives-light.json5",
|
|
12304
12228
|
"isSource": true,
|
|
12305
12229
|
"original": {
|
|
12306
|
-
"$value": "
|
|
12230
|
+
"$value": "#d1242f",
|
|
12307
12231
|
"$type": "color",
|
|
12308
12232
|
"$extensions": {
|
|
12309
12233
|
"org.primer.figma": {
|
|
@@ -12314,10 +12238,6 @@
|
|
|
12314
12238
|
"web": "var(--fgColor-danger) /* utility class: .color-fg-danger */"
|
|
12315
12239
|
}
|
|
12316
12240
|
}
|
|
12317
|
-
},
|
|
12318
|
-
"mix": {
|
|
12319
|
-
"color": "{base.color.red.4}",
|
|
12320
|
-
"weight": 0.05
|
|
12321
12241
|
}
|
|
12322
12242
|
},
|
|
12323
12243
|
"name": "fgColor-danger",
|
|
@@ -12847,13 +12767,11 @@
|
|
|
12847
12767
|
"bgColor-success-emphasis": {
|
|
12848
12768
|
"$value": "#0969da",
|
|
12849
12769
|
"$type": "color",
|
|
12850
|
-
"mix": null,
|
|
12851
12770
|
"filePath": "src/tokens/functional/color/light/overrides/light.tritanopia.json5",
|
|
12852
12771
|
"isSource": true,
|
|
12853
12772
|
"original": {
|
|
12854
12773
|
"$value": "{base.color.blue.5}",
|
|
12855
|
-
"$type": "color"
|
|
12856
|
-
"mix": null
|
|
12774
|
+
"$type": "color"
|
|
12857
12775
|
},
|
|
12858
12776
|
"name": "bgColor-success-emphasis",
|
|
12859
12777
|
"attributes": {},
|
|
@@ -15468,5 +15386,448 @@
|
|
|
15468
15386
|
"name": "shadow-floating-legacy",
|
|
15469
15387
|
"attributes": {},
|
|
15470
15388
|
"path": ["shadow", "floating", "legacy"]
|
|
15389
|
+
},
|
|
15390
|
+
"border-default": {
|
|
15391
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0",
|
|
15392
|
+
"$type": "border",
|
|
15393
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15394
|
+
"isSource": true,
|
|
15395
|
+
"original": {
|
|
15396
|
+
"$value": {
|
|
15397
|
+
"color": "{borderColor.default}",
|
|
15398
|
+
"style": "solid",
|
|
15399
|
+
"width": "{borderWidth.default}"
|
|
15400
|
+
},
|
|
15401
|
+
"$type": "border"
|
|
15402
|
+
},
|
|
15403
|
+
"name": "border-default",
|
|
15404
|
+
"attributes": {},
|
|
15405
|
+
"path": ["border", "default"]
|
|
15406
|
+
},
|
|
15407
|
+
"border-muted": {
|
|
15408
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
|
|
15409
|
+
"$type": "border",
|
|
15410
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15411
|
+
"isSource": true,
|
|
15412
|
+
"original": {
|
|
15413
|
+
"$value": {
|
|
15414
|
+
"color": "{borderColor.muted}",
|
|
15415
|
+
"style": "solid",
|
|
15416
|
+
"width": "{borderWidth.default}"
|
|
15417
|
+
},
|
|
15418
|
+
"$type": "border"
|
|
15419
|
+
},
|
|
15420
|
+
"name": "border-muted",
|
|
15421
|
+
"attributes": {},
|
|
15422
|
+
"path": ["border", "muted"]
|
|
15423
|
+
},
|
|
15424
|
+
"border-emphasis": {
|
|
15425
|
+
"$value": "0.00390625rem,0.0625px solid #818b98",
|
|
15426
|
+
"$type": "border",
|
|
15427
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15428
|
+
"isSource": true,
|
|
15429
|
+
"original": {
|
|
15430
|
+
"$value": {
|
|
15431
|
+
"color": "{borderColor.emphasis}",
|
|
15432
|
+
"style": "solid",
|
|
15433
|
+
"width": "{borderWidth.default}"
|
|
15434
|
+
},
|
|
15435
|
+
"$type": "border"
|
|
15436
|
+
},
|
|
15437
|
+
"name": "border-emphasis",
|
|
15438
|
+
"attributes": {},
|
|
15439
|
+
"path": ["border", "emphasis"]
|
|
15440
|
+
},
|
|
15441
|
+
"border-disabled": {
|
|
15442
|
+
"$value": "0.00390625rem,0.0625px solid #818b981a",
|
|
15443
|
+
"$type": "border",
|
|
15444
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15445
|
+
"isSource": true,
|
|
15446
|
+
"original": {
|
|
15447
|
+
"$value": {
|
|
15448
|
+
"color": "{borderColor.disabled}",
|
|
15449
|
+
"style": "solid",
|
|
15450
|
+
"width": "{borderWidth.default}"
|
|
15451
|
+
},
|
|
15452
|
+
"$type": "border"
|
|
15453
|
+
},
|
|
15454
|
+
"name": "border-disabled",
|
|
15455
|
+
"attributes": {},
|
|
15456
|
+
"path": ["border", "disabled"]
|
|
15457
|
+
},
|
|
15458
|
+
"border-transparent": {
|
|
15459
|
+
"$value": "0.00390625rem,0.0625px solid #ffffff00",
|
|
15460
|
+
"$type": "border",
|
|
15461
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15462
|
+
"isSource": true,
|
|
15463
|
+
"original": {
|
|
15464
|
+
"$value": {
|
|
15465
|
+
"color": "{borderColor.transparent}",
|
|
15466
|
+
"style": "solid",
|
|
15467
|
+
"width": "{borderWidth.default}"
|
|
15468
|
+
},
|
|
15469
|
+
"$type": "border"
|
|
15470
|
+
},
|
|
15471
|
+
"name": "border-transparent",
|
|
15472
|
+
"attributes": {},
|
|
15473
|
+
"path": ["border", "transparent"]
|
|
15474
|
+
},
|
|
15475
|
+
"border-neutral-emphasis": {
|
|
15476
|
+
"$value": "0.00390625rem,0.0625px solid #59636e",
|
|
15477
|
+
"$type": "border",
|
|
15478
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15479
|
+
"isSource": true,
|
|
15480
|
+
"original": {
|
|
15481
|
+
"$value": {
|
|
15482
|
+
"color": "{borderColor.neutral.emphasis}",
|
|
15483
|
+
"style": "solid",
|
|
15484
|
+
"width": "{borderWidth.default}"
|
|
15485
|
+
},
|
|
15486
|
+
"$type": "border"
|
|
15487
|
+
},
|
|
15488
|
+
"name": "border-neutral-emphasis",
|
|
15489
|
+
"attributes": {},
|
|
15490
|
+
"path": ["border", "neutral", "emphasis"]
|
|
15491
|
+
},
|
|
15492
|
+
"border-neutral-muted": {
|
|
15493
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
|
|
15494
|
+
"$type": "border",
|
|
15495
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15496
|
+
"isSource": true,
|
|
15497
|
+
"original": {
|
|
15498
|
+
"$value": {
|
|
15499
|
+
"color": "{borderColor.neutral.muted}",
|
|
15500
|
+
"style": "solid",
|
|
15501
|
+
"width": "{borderWidth.default}"
|
|
15502
|
+
},
|
|
15503
|
+
"$type": "border"
|
|
15504
|
+
},
|
|
15505
|
+
"name": "border-neutral-muted",
|
|
15506
|
+
"attributes": {},
|
|
15507
|
+
"path": ["border", "neutral", "muted"]
|
|
15508
|
+
},
|
|
15509
|
+
"border-accent-emphasis": {
|
|
15510
|
+
"$value": "0.00390625rem,0.0625px solid #0969da",
|
|
15511
|
+
"$type": "border",
|
|
15512
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15513
|
+
"isSource": true,
|
|
15514
|
+
"original": {
|
|
15515
|
+
"$value": {
|
|
15516
|
+
"color": "{borderColor.accent.emphasis}",
|
|
15517
|
+
"style": "solid",
|
|
15518
|
+
"width": "{borderWidth.default}"
|
|
15519
|
+
},
|
|
15520
|
+
"$type": "border"
|
|
15521
|
+
},
|
|
15522
|
+
"name": "border-accent-emphasis",
|
|
15523
|
+
"attributes": {},
|
|
15524
|
+
"path": ["border", "accent", "emphasis"]
|
|
15525
|
+
},
|
|
15526
|
+
"border-accent-muted": {
|
|
15527
|
+
"$value": "0.00390625rem,0.0625px solid #54aeff66",
|
|
15528
|
+
"$type": "border",
|
|
15529
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15530
|
+
"isSource": true,
|
|
15531
|
+
"original": {
|
|
15532
|
+
"$value": {
|
|
15533
|
+
"color": "{borderColor.accent.muted}",
|
|
15534
|
+
"style": "solid",
|
|
15535
|
+
"width": "{borderWidth.default}"
|
|
15536
|
+
},
|
|
15537
|
+
"$type": "border"
|
|
15538
|
+
},
|
|
15539
|
+
"name": "border-accent-muted",
|
|
15540
|
+
"attributes": {},
|
|
15541
|
+
"path": ["border", "accent", "muted"]
|
|
15542
|
+
},
|
|
15543
|
+
"border-success-emphasis": {
|
|
15544
|
+
"$value": "0.00390625rem,0.0625px solid #0969da",
|
|
15545
|
+
"$type": "border",
|
|
15546
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15547
|
+
"isSource": true,
|
|
15548
|
+
"original": {
|
|
15549
|
+
"$value": {
|
|
15550
|
+
"color": "{borderColor.success.emphasis}",
|
|
15551
|
+
"style": "solid",
|
|
15552
|
+
"width": "{borderWidth.default}"
|
|
15553
|
+
},
|
|
15554
|
+
"$type": "border"
|
|
15555
|
+
},
|
|
15556
|
+
"name": "border-success-emphasis",
|
|
15557
|
+
"attributes": {},
|
|
15558
|
+
"path": ["border", "success", "emphasis"]
|
|
15559
|
+
},
|
|
15560
|
+
"border-success-muted": {
|
|
15561
|
+
"$value": "0.00390625rem,0.0625px solid #54aeff66",
|
|
15562
|
+
"$type": "border",
|
|
15563
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15564
|
+
"isSource": true,
|
|
15565
|
+
"original": {
|
|
15566
|
+
"$value": {
|
|
15567
|
+
"color": "{borderColor.success.muted}",
|
|
15568
|
+
"style": "solid",
|
|
15569
|
+
"width": "{borderWidth.default}"
|
|
15570
|
+
},
|
|
15571
|
+
"$type": "border"
|
|
15572
|
+
},
|
|
15573
|
+
"name": "border-success-muted",
|
|
15574
|
+
"attributes": {},
|
|
15575
|
+
"path": ["border", "success", "muted"]
|
|
15576
|
+
},
|
|
15577
|
+
"border-open-emphasis": {
|
|
15578
|
+
"$value": "0.00390625rem,0.0625px solid #0969da",
|
|
15579
|
+
"$type": "border",
|
|
15580
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15581
|
+
"isSource": true,
|
|
15582
|
+
"original": {
|
|
15583
|
+
"$value": "{border.success.emphasis}",
|
|
15584
|
+
"$type": "border"
|
|
15585
|
+
},
|
|
15586
|
+
"name": "border-open-emphasis",
|
|
15587
|
+
"attributes": {},
|
|
15588
|
+
"path": ["border", "open", "emphasis"]
|
|
15589
|
+
},
|
|
15590
|
+
"border-open-muted": {
|
|
15591
|
+
"$value": "0.00390625rem,0.0625px solid #54aeff66",
|
|
15592
|
+
"$type": "border",
|
|
15593
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15594
|
+
"isSource": true,
|
|
15595
|
+
"original": {
|
|
15596
|
+
"$value": "{border.success.muted}",
|
|
15597
|
+
"$type": "border"
|
|
15598
|
+
},
|
|
15599
|
+
"name": "border-open-muted",
|
|
15600
|
+
"attributes": {},
|
|
15601
|
+
"path": ["border", "open", "muted"]
|
|
15602
|
+
},
|
|
15603
|
+
"border-danger-emphasis": {
|
|
15604
|
+
"$value": "0.00390625rem,0.0625px solid #cf222e",
|
|
15605
|
+
"$type": "border",
|
|
15606
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15607
|
+
"isSource": true,
|
|
15608
|
+
"original": {
|
|
15609
|
+
"$value": {
|
|
15610
|
+
"color": "{borderColor.danger.emphasis}",
|
|
15611
|
+
"style": "solid",
|
|
15612
|
+
"width": "{borderWidth.default}"
|
|
15613
|
+
},
|
|
15614
|
+
"$type": "border"
|
|
15615
|
+
},
|
|
15616
|
+
"name": "border-danger-emphasis",
|
|
15617
|
+
"attributes": {},
|
|
15618
|
+
"path": ["border", "danger", "emphasis"]
|
|
15619
|
+
},
|
|
15620
|
+
"border-danger-muted": {
|
|
15621
|
+
"$value": "0.00390625rem,0.0625px solid #ff818266",
|
|
15622
|
+
"$type": "border",
|
|
15623
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15624
|
+
"isSource": true,
|
|
15625
|
+
"original": {
|
|
15626
|
+
"$value": {
|
|
15627
|
+
"color": "{borderColor.danger.muted}",
|
|
15628
|
+
"style": "solid",
|
|
15629
|
+
"width": "{borderWidth.default}"
|
|
15630
|
+
},
|
|
15631
|
+
"$type": "border"
|
|
15632
|
+
},
|
|
15633
|
+
"name": "border-danger-muted",
|
|
15634
|
+
"attributes": {},
|
|
15635
|
+
"path": ["border", "danger", "muted"]
|
|
15636
|
+
},
|
|
15637
|
+
"border-closed-emphasis": {
|
|
15638
|
+
"$value": "0.00390625rem,0.0625px solid #cf222e",
|
|
15639
|
+
"$type": "border",
|
|
15640
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15641
|
+
"isSource": true,
|
|
15642
|
+
"original": {
|
|
15643
|
+
"$value": "{border.danger.emphasis}",
|
|
15644
|
+
"$type": "border"
|
|
15645
|
+
},
|
|
15646
|
+
"name": "border-closed-emphasis",
|
|
15647
|
+
"attributes": {},
|
|
15648
|
+
"path": ["border", "closed", "emphasis"]
|
|
15649
|
+
},
|
|
15650
|
+
"border-closed-muted": {
|
|
15651
|
+
"$value": "0.00390625rem,0.0625px solid #ff818266",
|
|
15652
|
+
"$type": "border",
|
|
15653
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15654
|
+
"isSource": true,
|
|
15655
|
+
"original": {
|
|
15656
|
+
"$value": "{border.danger.muted}",
|
|
15657
|
+
"$type": "border"
|
|
15658
|
+
},
|
|
15659
|
+
"name": "border-closed-muted",
|
|
15660
|
+
"attributes": {},
|
|
15661
|
+
"path": ["border", "closed", "muted"]
|
|
15662
|
+
},
|
|
15663
|
+
"border-attention-emphasis": {
|
|
15664
|
+
"$value": "0.00390625rem,0.0625px solid #9a6700",
|
|
15665
|
+
"$type": "border",
|
|
15666
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15667
|
+
"isSource": true,
|
|
15668
|
+
"original": {
|
|
15669
|
+
"$value": {
|
|
15670
|
+
"color": "{borderColor.attention.emphasis}",
|
|
15671
|
+
"style": "solid",
|
|
15672
|
+
"width": "{borderWidth.default}"
|
|
15673
|
+
},
|
|
15674
|
+
"$type": "border"
|
|
15675
|
+
},
|
|
15676
|
+
"name": "border-attention-emphasis",
|
|
15677
|
+
"attributes": {},
|
|
15678
|
+
"path": ["border", "attention", "emphasis"]
|
|
15679
|
+
},
|
|
15680
|
+
"border-attention-muted": {
|
|
15681
|
+
"$value": "0.00390625rem,0.0625px solid #d4a72c66",
|
|
15682
|
+
"$type": "border",
|
|
15683
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15684
|
+
"isSource": true,
|
|
15685
|
+
"original": {
|
|
15686
|
+
"$value": {
|
|
15687
|
+
"color": "{borderColor.attention.muted}",
|
|
15688
|
+
"style": "solid",
|
|
15689
|
+
"width": "{borderWidth.default}"
|
|
15690
|
+
},
|
|
15691
|
+
"$type": "border"
|
|
15692
|
+
},
|
|
15693
|
+
"name": "border-attention-muted",
|
|
15694
|
+
"attributes": {},
|
|
15695
|
+
"path": ["border", "attention", "muted"]
|
|
15696
|
+
},
|
|
15697
|
+
"border-severe-emphasis": {
|
|
15698
|
+
"$value": "0.00390625rem,0.0625px solid #cf222e",
|
|
15699
|
+
"$type": "border",
|
|
15700
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15701
|
+
"isSource": true,
|
|
15702
|
+
"original": {
|
|
15703
|
+
"$value": {
|
|
15704
|
+
"color": "{borderColor.severe.emphasis}",
|
|
15705
|
+
"style": "solid",
|
|
15706
|
+
"width": "{borderWidth.default}"
|
|
15707
|
+
},
|
|
15708
|
+
"$type": "border"
|
|
15709
|
+
},
|
|
15710
|
+
"name": "border-severe-emphasis",
|
|
15711
|
+
"attributes": {},
|
|
15712
|
+
"path": ["border", "severe", "emphasis"]
|
|
15713
|
+
},
|
|
15714
|
+
"border-severe-muted": {
|
|
15715
|
+
"$value": "0.00390625rem,0.0625px solid #ff818266",
|
|
15716
|
+
"$type": "border",
|
|
15717
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15718
|
+
"isSource": true,
|
|
15719
|
+
"original": {
|
|
15720
|
+
"$value": {
|
|
15721
|
+
"color": "{borderColor.severe.muted}",
|
|
15722
|
+
"style": "solid",
|
|
15723
|
+
"width": "{borderWidth.default}"
|
|
15724
|
+
},
|
|
15725
|
+
"$type": "border"
|
|
15726
|
+
},
|
|
15727
|
+
"name": "border-severe-muted",
|
|
15728
|
+
"attributes": {},
|
|
15729
|
+
"path": ["border", "severe", "muted"]
|
|
15730
|
+
},
|
|
15731
|
+
"border-done-emphasis": {
|
|
15732
|
+
"$value": "0.00390625rem,0.0625px solid #8250df",
|
|
15733
|
+
"$type": "border",
|
|
15734
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15735
|
+
"isSource": true,
|
|
15736
|
+
"original": {
|
|
15737
|
+
"$value": {
|
|
15738
|
+
"color": "{borderColor.done.emphasis}",
|
|
15739
|
+
"style": "solid",
|
|
15740
|
+
"width": "{borderWidth.default}"
|
|
15741
|
+
},
|
|
15742
|
+
"$type": "border"
|
|
15743
|
+
},
|
|
15744
|
+
"name": "border-done-emphasis",
|
|
15745
|
+
"attributes": {},
|
|
15746
|
+
"path": ["border", "done", "emphasis"]
|
|
15747
|
+
},
|
|
15748
|
+
"border-done-muted": {
|
|
15749
|
+
"$value": "0.00390625rem,0.0625px solid #c297ff66",
|
|
15750
|
+
"$type": "border",
|
|
15751
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15752
|
+
"isSource": true,
|
|
15753
|
+
"original": {
|
|
15754
|
+
"$value": {
|
|
15755
|
+
"color": "{borderColor.done.muted}",
|
|
15756
|
+
"style": "solid",
|
|
15757
|
+
"width": "{borderWidth.default}"
|
|
15758
|
+
},
|
|
15759
|
+
"$type": "border"
|
|
15760
|
+
},
|
|
15761
|
+
"name": "border-done-muted",
|
|
15762
|
+
"attributes": {},
|
|
15763
|
+
"path": ["border", "done", "muted"]
|
|
15764
|
+
},
|
|
15765
|
+
"border-upsell-emphasis": {
|
|
15766
|
+
"$value": "0.00390625rem,0.0625px solid #8250df",
|
|
15767
|
+
"$type": "border",
|
|
15768
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15769
|
+
"isSource": true,
|
|
15770
|
+
"original": {
|
|
15771
|
+
"$value": {
|
|
15772
|
+
"color": "{borderColor.upsell.emphasis}",
|
|
15773
|
+
"style": "solid",
|
|
15774
|
+
"width": "{borderWidth.default}"
|
|
15775
|
+
},
|
|
15776
|
+
"$type": "border"
|
|
15777
|
+
},
|
|
15778
|
+
"name": "border-upsell-emphasis",
|
|
15779
|
+
"attributes": {},
|
|
15780
|
+
"path": ["border", "upsell", "emphasis"]
|
|
15781
|
+
},
|
|
15782
|
+
"border-upsell-muted": {
|
|
15783
|
+
"$value": "0.00390625rem,0.0625px solid #c297ff66",
|
|
15784
|
+
"$type": "border",
|
|
15785
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15786
|
+
"isSource": true,
|
|
15787
|
+
"original": {
|
|
15788
|
+
"$value": {
|
|
15789
|
+
"color": "{borderColor.upsell.muted}",
|
|
15790
|
+
"style": "solid",
|
|
15791
|
+
"width": "{borderWidth.default}"
|
|
15792
|
+
},
|
|
15793
|
+
"$type": "border"
|
|
15794
|
+
},
|
|
15795
|
+
"name": "border-upsell-muted",
|
|
15796
|
+
"attributes": {},
|
|
15797
|
+
"path": ["border", "upsell", "muted"]
|
|
15798
|
+
},
|
|
15799
|
+
"border-sponsors-emphasis": {
|
|
15800
|
+
"$value": "0.00390625rem,0.0625px solid #bf3989",
|
|
15801
|
+
"$type": "border",
|
|
15802
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15803
|
+
"isSource": true,
|
|
15804
|
+
"original": {
|
|
15805
|
+
"$value": {
|
|
15806
|
+
"color": "{borderColor.sponsors.emphasis}",
|
|
15807
|
+
"style": "solid",
|
|
15808
|
+
"width": "{borderWidth.default}"
|
|
15809
|
+
},
|
|
15810
|
+
"$type": "border"
|
|
15811
|
+
},
|
|
15812
|
+
"name": "border-sponsors-emphasis",
|
|
15813
|
+
"attributes": {},
|
|
15814
|
+
"path": ["border", "sponsors", "emphasis"]
|
|
15815
|
+
},
|
|
15816
|
+
"border-sponsors-muted": {
|
|
15817
|
+
"$value": "0.00390625rem,0.0625px solid #ff80c866",
|
|
15818
|
+
"$type": "border",
|
|
15819
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
15820
|
+
"isSource": true,
|
|
15821
|
+
"original": {
|
|
15822
|
+
"$value": {
|
|
15823
|
+
"color": "{borderColor.sponsors.muted}",
|
|
15824
|
+
"style": "solid",
|
|
15825
|
+
"width": "{borderWidth.default}"
|
|
15826
|
+
},
|
|
15827
|
+
"$type": "border"
|
|
15828
|
+
},
|
|
15829
|
+
"name": "border-sponsors-muted",
|
|
15830
|
+
"attributes": {},
|
|
15831
|
+
"path": ["border", "sponsors", "muted"]
|
|
15471
15832
|
}
|
|
15472
15833
|
}
|