@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
|
@@ -5372,14 +5372,10 @@
|
|
|
5372
5372
|
"scopes": ["bgColor"]
|
|
5373
5373
|
}
|
|
5374
5374
|
},
|
|
5375
|
-
"mix": {
|
|
5376
|
-
"color": "#033d8b",
|
|
5377
|
-
"weight": 0.2
|
|
5378
|
-
},
|
|
5379
5375
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5380
5376
|
"isSource": true,
|
|
5381
5377
|
"original": {
|
|
5382
|
-
"$value": "
|
|
5378
|
+
"$value": "#0860ca",
|
|
5383
5379
|
"$type": "color",
|
|
5384
5380
|
"$extensions": {
|
|
5385
5381
|
"org.primer.figma": {
|
|
@@ -5387,10 +5383,6 @@
|
|
|
5387
5383
|
"group": "component",
|
|
5388
5384
|
"scopes": ["bgColor"]
|
|
5389
5385
|
}
|
|
5390
|
-
},
|
|
5391
|
-
"mix": {
|
|
5392
|
-
"color": "{base.color.blue.7}",
|
|
5393
|
-
"weight": 0.2
|
|
5394
5386
|
}
|
|
5395
5387
|
},
|
|
5396
5388
|
"name": "control-checked-bgColor-hover",
|
|
@@ -5407,14 +5399,10 @@
|
|
|
5407
5399
|
"scopes": ["bgColor"]
|
|
5408
5400
|
}
|
|
5409
5401
|
},
|
|
5410
|
-
"mix": {
|
|
5411
|
-
"color": "#033d8b",
|
|
5412
|
-
"weight": 0.4
|
|
5413
|
-
},
|
|
5414
5402
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
5415
5403
|
"isSource": true,
|
|
5416
5404
|
"original": {
|
|
5417
|
-
"$value": "
|
|
5405
|
+
"$value": "#0757ba",
|
|
5418
5406
|
"$type": "color",
|
|
5419
5407
|
"$extensions": {
|
|
5420
5408
|
"org.primer.figma": {
|
|
@@ -5422,10 +5410,6 @@
|
|
|
5422
5410
|
"group": "component",
|
|
5423
5411
|
"scopes": ["bgColor"]
|
|
5424
5412
|
}
|
|
5425
|
-
},
|
|
5426
|
-
"mix": {
|
|
5427
|
-
"color": "{base.color.blue.7}",
|
|
5428
|
-
"weight": 0.4
|
|
5429
5413
|
}
|
|
5430
5414
|
},
|
|
5431
5415
|
"name": "control-checked-bgColor-active",
|
|
@@ -6493,14 +6477,10 @@
|
|
|
6493
6477
|
"scopes": ["bgColor"]
|
|
6494
6478
|
}
|
|
6495
6479
|
},
|
|
6496
|
-
"mix": {
|
|
6497
|
-
"color": "#116329",
|
|
6498
|
-
"weight": 0.2
|
|
6499
|
-
},
|
|
6500
6480
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6501
6481
|
"isSource": true,
|
|
6502
6482
|
"original": {
|
|
6503
|
-
"$value": "
|
|
6483
|
+
"$value": "#1c8139",
|
|
6504
6484
|
"$type": "color",
|
|
6505
6485
|
"$extensions": {
|
|
6506
6486
|
"org.primer.figma": {
|
|
@@ -6508,10 +6488,6 @@
|
|
|
6508
6488
|
"group": "component (internal)",
|
|
6509
6489
|
"scopes": ["bgColor"]
|
|
6510
6490
|
}
|
|
6511
|
-
},
|
|
6512
|
-
"mix": {
|
|
6513
|
-
"color": "{base.color.green.6}",
|
|
6514
|
-
"weight": 0.2
|
|
6515
6491
|
}
|
|
6516
6492
|
},
|
|
6517
6493
|
"name": "button-primary-bgColor-hover",
|
|
@@ -6528,14 +6504,10 @@
|
|
|
6528
6504
|
"scopes": ["bgColor"]
|
|
6529
6505
|
}
|
|
6530
6506
|
},
|
|
6531
|
-
"mix": {
|
|
6532
|
-
"color": "#116329",
|
|
6533
|
-
"weight": 0.4
|
|
6534
|
-
},
|
|
6535
6507
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6536
6508
|
"isSource": true,
|
|
6537
6509
|
"original": {
|
|
6538
|
-
"$value": "
|
|
6510
|
+
"$value": "#197935",
|
|
6539
6511
|
"$type": "color",
|
|
6540
6512
|
"$extensions": {
|
|
6541
6513
|
"org.primer.figma": {
|
|
@@ -6543,10 +6515,6 @@
|
|
|
6543
6515
|
"group": "component (internal)",
|
|
6544
6516
|
"scopes": ["bgColor"]
|
|
6545
6517
|
}
|
|
6546
|
-
},
|
|
6547
|
-
"mix": {
|
|
6548
|
-
"color": "{base.color.green.6}",
|
|
6549
|
-
"weight": 0.4
|
|
6550
6518
|
}
|
|
6551
6519
|
},
|
|
6552
6520
|
"name": "button-primary-bgColor-active",
|
|
@@ -6563,14 +6531,10 @@
|
|
|
6563
6531
|
"scopes": ["bgColor"]
|
|
6564
6532
|
}
|
|
6565
6533
|
},
|
|
6566
|
-
"mix": {
|
|
6567
|
-
"color": "#dafbe1",
|
|
6568
|
-
"weight": 0.6
|
|
6569
|
-
},
|
|
6570
6534
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
6571
6535
|
"isSource": true,
|
|
6572
6536
|
"original": {
|
|
6573
|
-
"$value": "
|
|
6537
|
+
"$value": "#95d8a6",
|
|
6574
6538
|
"$type": "color",
|
|
6575
6539
|
"$extensions": {
|
|
6576
6540
|
"org.primer.figma": {
|
|
@@ -6578,10 +6542,6 @@
|
|
|
6578
6542
|
"group": "component (internal)",
|
|
6579
6543
|
"scopes": ["bgColor"]
|
|
6580
6544
|
}
|
|
6581
|
-
},
|
|
6582
|
-
"mix": {
|
|
6583
|
-
"color": "{base.color.green.0}",
|
|
6584
|
-
"weight": 0.6
|
|
6585
6545
|
}
|
|
6586
6546
|
},
|
|
6587
6547
|
"name": "button-primary-bgColor-disabled",
|
|
@@ -7004,7 +6964,7 @@
|
|
|
7004
6964
|
"path": ["button", "invisible", "bgColor", "active"]
|
|
7005
6965
|
},
|
|
7006
6966
|
"button-invisible-bgColor-disabled": {
|
|
7007
|
-
"$value": "#
|
|
6967
|
+
"$value": "#ffffff00",
|
|
7008
6968
|
"$type": "color",
|
|
7009
6969
|
"$extensions": {
|
|
7010
6970
|
"org.primer.figma": {
|
|
@@ -7016,7 +6976,7 @@
|
|
|
7016
6976
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7017
6977
|
"isSource": true,
|
|
7018
6978
|
"original": {
|
|
7019
|
-
"$value": "{
|
|
6979
|
+
"$value": "{base.color.transparent}",
|
|
7020
6980
|
"$type": "color",
|
|
7021
6981
|
"$extensions": {
|
|
7022
6982
|
"org.primer.figma": {
|
|
@@ -7085,7 +7045,7 @@
|
|
|
7085
7045
|
"path": ["button", "invisible", "borderColor", "hover"]
|
|
7086
7046
|
},
|
|
7087
7047
|
"button-invisible-borderColor-disabled": {
|
|
7088
|
-
"$value": "#
|
|
7048
|
+
"$value": "#ffffff00",
|
|
7089
7049
|
"$type": "color",
|
|
7090
7050
|
"$extensions": {
|
|
7091
7051
|
"org.primer.figma": {
|
|
@@ -7097,7 +7057,7 @@
|
|
|
7097
7057
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7098
7058
|
"isSource": true,
|
|
7099
7059
|
"original": {
|
|
7100
|
-
"$value": "{
|
|
7060
|
+
"$value": "{base.color.transparent}",
|
|
7101
7061
|
"$type": "color",
|
|
7102
7062
|
"$extensions": {
|
|
7103
7063
|
"org.primer.figma": {
|
|
@@ -7285,14 +7245,10 @@
|
|
|
7285
7245
|
"scopes": ["bgColor"]
|
|
7286
7246
|
}
|
|
7287
7247
|
},
|
|
7288
|
-
"mix": {
|
|
7289
|
-
"color": "#033d8b",
|
|
7290
|
-
"weight": 0.4
|
|
7291
|
-
},
|
|
7292
7248
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7293
7249
|
"isSource": true,
|
|
7294
7250
|
"original": {
|
|
7295
|
-
"$value": "
|
|
7251
|
+
"$value": "#0757ba",
|
|
7296
7252
|
"$type": "color",
|
|
7297
7253
|
"$extensions": {
|
|
7298
7254
|
"org.primer.figma": {
|
|
@@ -7300,10 +7256,6 @@
|
|
|
7300
7256
|
"group": "component (internal)",
|
|
7301
7257
|
"scopes": ["bgColor"]
|
|
7302
7258
|
}
|
|
7303
|
-
},
|
|
7304
|
-
"mix": {
|
|
7305
|
-
"color": "{base.color.blue.7}",
|
|
7306
|
-
"weight": 0.4
|
|
7307
7259
|
}
|
|
7308
7260
|
},
|
|
7309
7261
|
"name": "button-outline-bgColor-active",
|
|
@@ -7654,14 +7606,10 @@
|
|
|
7654
7606
|
"scopes": ["bgColor"]
|
|
7655
7607
|
}
|
|
7656
7608
|
},
|
|
7657
|
-
"mix": {
|
|
7658
|
-
"color": "#660018",
|
|
7659
|
-
"weight": 0.4
|
|
7660
|
-
},
|
|
7661
7609
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
7662
7610
|
"isSource": true,
|
|
7663
7611
|
"original": {
|
|
7664
|
-
"$value": "
|
|
7612
|
+
"$value": "#8b0820",
|
|
7665
7613
|
"$type": "color",
|
|
7666
7614
|
"$extensions": {
|
|
7667
7615
|
"org.primer.figma": {
|
|
@@ -7669,10 +7617,6 @@
|
|
|
7669
7617
|
"group": "component (internal)",
|
|
7670
7618
|
"scopes": ["bgColor"]
|
|
7671
7619
|
}
|
|
7672
|
-
},
|
|
7673
|
-
"mix": {
|
|
7674
|
-
"color": "{base.color.red.8}",
|
|
7675
|
-
"weight": 0.4
|
|
7676
7620
|
}
|
|
7677
7621
|
},
|
|
7678
7622
|
"name": "button-danger-bgColor-active",
|
|
@@ -8253,14 +8197,10 @@
|
|
|
8253
8197
|
"scopes": ["fgColor"]
|
|
8254
8198
|
}
|
|
8255
8199
|
},
|
|
8256
|
-
"mix": {
|
|
8257
|
-
"color": "#a40e26",
|
|
8258
|
-
"weight": 0.3
|
|
8259
|
-
},
|
|
8260
8200
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8261
8201
|
"isSource": true,
|
|
8262
8202
|
"original": {
|
|
8263
|
-
"$value": "
|
|
8203
|
+
"$value": "#c21c2c",
|
|
8264
8204
|
"$type": "color",
|
|
8265
8205
|
"$extensions": {
|
|
8266
8206
|
"org.primer.figma": {
|
|
@@ -8268,10 +8208,6 @@
|
|
|
8268
8208
|
"group": "component (internal)",
|
|
8269
8209
|
"scopes": ["fgColor"]
|
|
8270
8210
|
}
|
|
8271
|
-
},
|
|
8272
|
-
"mix": {
|
|
8273
|
-
"color": "{base.color.red.6}",
|
|
8274
|
-
"weight": 0.3
|
|
8275
8211
|
}
|
|
8276
8212
|
},
|
|
8277
8213
|
"name": "buttonCounter-danger-fgColor-rest",
|
|
@@ -8371,14 +8307,10 @@
|
|
|
8371
8307
|
"scopes": ["bgColor"]
|
|
8372
8308
|
}
|
|
8373
8309
|
},
|
|
8374
|
-
"mix": {
|
|
8375
|
-
"color": "#80ccff",
|
|
8376
|
-
"weight": 0.2
|
|
8377
|
-
},
|
|
8378
8310
|
"filePath": "src/tokens/functional/color/light/patterns-light.json5",
|
|
8379
8311
|
"isSource": true,
|
|
8380
8312
|
"original": {
|
|
8381
|
-
"$value": "
|
|
8313
|
+
"$value": "#caecff",
|
|
8382
8314
|
"$type": "color",
|
|
8383
8315
|
"$extensions": {
|
|
8384
8316
|
"org.primer.figma": {
|
|
@@ -8386,10 +8318,6 @@
|
|
|
8386
8318
|
"group": "component (internal)",
|
|
8387
8319
|
"scopes": ["bgColor"]
|
|
8388
8320
|
}
|
|
8389
|
-
},
|
|
8390
|
-
"mix": {
|
|
8391
|
-
"color": "{base.color.blue.2}",
|
|
8392
|
-
"weight": 0.2
|
|
8393
8321
|
}
|
|
8394
8322
|
},
|
|
8395
8323
|
"name": "reactionButton-selected-bgColor-hover",
|
|
@@ -8478,9 +8406,9 @@
|
|
|
8478
8406
|
"path": ["focus", "outlineColor"]
|
|
8479
8407
|
},
|
|
8480
8408
|
"focus-outline": {
|
|
8481
|
-
"$value": "
|
|
8409
|
+
"$value": "2px solid #0969da",
|
|
8482
8410
|
"$type": "border",
|
|
8483
|
-
"filePath": "src/tokens/functional/border/
|
|
8411
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
8484
8412
|
"isSource": true,
|
|
8485
8413
|
"original": {
|
|
8486
8414
|
"$value": {
|
|
@@ -12482,14 +12410,10 @@
|
|
|
12482
12410
|
}
|
|
12483
12411
|
}
|
|
12484
12412
|
},
|
|
12485
|
-
"mix": {
|
|
12486
|
-
"color": "#fa4549",
|
|
12487
|
-
"weight": 0.05
|
|
12488
|
-
},
|
|
12489
12413
|
"filePath": "src/tokens/functional/color/light/primitives-light.json5",
|
|
12490
12414
|
"isSource": true,
|
|
12491
12415
|
"original": {
|
|
12492
|
-
"$value": "
|
|
12416
|
+
"$value": "#d1242f",
|
|
12493
12417
|
"$type": "color",
|
|
12494
12418
|
"$extensions": {
|
|
12495
12419
|
"org.primer.figma": {
|
|
@@ -12500,10 +12424,6 @@
|
|
|
12500
12424
|
"web": "var(--fgColor-danger) /* utility class: .color-fg-danger */"
|
|
12501
12425
|
}
|
|
12502
12426
|
}
|
|
12503
|
-
},
|
|
12504
|
-
"mix": {
|
|
12505
|
-
"color": "{base.color.red.4}",
|
|
12506
|
-
"weight": 0.05
|
|
12507
12427
|
}
|
|
12508
12428
|
},
|
|
12509
12429
|
"name": "fgColor-danger",
|
|
@@ -13083,14 +13003,10 @@
|
|
|
13083
13003
|
}
|
|
13084
13004
|
}
|
|
13085
13005
|
},
|
|
13086
|
-
"mix": {
|
|
13087
|
-
"color": "#1a7f37",
|
|
13088
|
-
"weight": 0.75
|
|
13089
|
-
},
|
|
13090
13006
|
"filePath": "src/tokens/functional/color/light/primitives-light.json5",
|
|
13091
13007
|
"isSource": true,
|
|
13092
13008
|
"original": {
|
|
13093
|
-
"$value": "
|
|
13009
|
+
"$value": "#1f883d",
|
|
13094
13010
|
"$type": "color",
|
|
13095
13011
|
"$extensions": {
|
|
13096
13012
|
"org.primer.figma": {
|
|
@@ -13101,10 +13017,6 @@
|
|
|
13101
13017
|
"web": "var(--bgColor-success-emphasis) /* utility class: .color-bg-success-emphasis */"
|
|
13102
13018
|
}
|
|
13103
13019
|
}
|
|
13104
|
-
},
|
|
13105
|
-
"mix": {
|
|
13106
|
-
"color": "{base.color.green.5}",
|
|
13107
|
-
"weight": 0.75
|
|
13108
13020
|
}
|
|
13109
13021
|
},
|
|
13110
13022
|
"name": "bgColor-success-emphasis",
|
|
@@ -16092,5 +16004,448 @@
|
|
|
16092
16004
|
"name": "shadow-floating-legacy",
|
|
16093
16005
|
"attributes": {},
|
|
16094
16006
|
"path": ["shadow", "floating", "legacy"]
|
|
16007
|
+
},
|
|
16008
|
+
"border-default": {
|
|
16009
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0",
|
|
16010
|
+
"$type": "border",
|
|
16011
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16012
|
+
"isSource": true,
|
|
16013
|
+
"original": {
|
|
16014
|
+
"$value": {
|
|
16015
|
+
"color": "{borderColor.default}",
|
|
16016
|
+
"style": "solid",
|
|
16017
|
+
"width": "{borderWidth.default}"
|
|
16018
|
+
},
|
|
16019
|
+
"$type": "border"
|
|
16020
|
+
},
|
|
16021
|
+
"name": "border-default",
|
|
16022
|
+
"attributes": {},
|
|
16023
|
+
"path": ["border", "default"]
|
|
16024
|
+
},
|
|
16025
|
+
"border-muted": {
|
|
16026
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
|
|
16027
|
+
"$type": "border",
|
|
16028
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16029
|
+
"isSource": true,
|
|
16030
|
+
"original": {
|
|
16031
|
+
"$value": {
|
|
16032
|
+
"color": "{borderColor.muted}",
|
|
16033
|
+
"style": "solid",
|
|
16034
|
+
"width": "{borderWidth.default}"
|
|
16035
|
+
},
|
|
16036
|
+
"$type": "border"
|
|
16037
|
+
},
|
|
16038
|
+
"name": "border-muted",
|
|
16039
|
+
"attributes": {},
|
|
16040
|
+
"path": ["border", "muted"]
|
|
16041
|
+
},
|
|
16042
|
+
"border-emphasis": {
|
|
16043
|
+
"$value": "0.00390625rem,0.0625px solid #818b98",
|
|
16044
|
+
"$type": "border",
|
|
16045
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16046
|
+
"isSource": true,
|
|
16047
|
+
"original": {
|
|
16048
|
+
"$value": {
|
|
16049
|
+
"color": "{borderColor.emphasis}",
|
|
16050
|
+
"style": "solid",
|
|
16051
|
+
"width": "{borderWidth.default}"
|
|
16052
|
+
},
|
|
16053
|
+
"$type": "border"
|
|
16054
|
+
},
|
|
16055
|
+
"name": "border-emphasis",
|
|
16056
|
+
"attributes": {},
|
|
16057
|
+
"path": ["border", "emphasis"]
|
|
16058
|
+
},
|
|
16059
|
+
"border-disabled": {
|
|
16060
|
+
"$value": "0.00390625rem,0.0625px solid #818b981a",
|
|
16061
|
+
"$type": "border",
|
|
16062
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16063
|
+
"isSource": true,
|
|
16064
|
+
"original": {
|
|
16065
|
+
"$value": {
|
|
16066
|
+
"color": "{borderColor.disabled}",
|
|
16067
|
+
"style": "solid",
|
|
16068
|
+
"width": "{borderWidth.default}"
|
|
16069
|
+
},
|
|
16070
|
+
"$type": "border"
|
|
16071
|
+
},
|
|
16072
|
+
"name": "border-disabled",
|
|
16073
|
+
"attributes": {},
|
|
16074
|
+
"path": ["border", "disabled"]
|
|
16075
|
+
},
|
|
16076
|
+
"border-transparent": {
|
|
16077
|
+
"$value": "0.00390625rem,0.0625px solid #ffffff00",
|
|
16078
|
+
"$type": "border",
|
|
16079
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16080
|
+
"isSource": true,
|
|
16081
|
+
"original": {
|
|
16082
|
+
"$value": {
|
|
16083
|
+
"color": "{borderColor.transparent}",
|
|
16084
|
+
"style": "solid",
|
|
16085
|
+
"width": "{borderWidth.default}"
|
|
16086
|
+
},
|
|
16087
|
+
"$type": "border"
|
|
16088
|
+
},
|
|
16089
|
+
"name": "border-transparent",
|
|
16090
|
+
"attributes": {},
|
|
16091
|
+
"path": ["border", "transparent"]
|
|
16092
|
+
},
|
|
16093
|
+
"border-neutral-emphasis": {
|
|
16094
|
+
"$value": "0.00390625rem,0.0625px solid #59636e",
|
|
16095
|
+
"$type": "border",
|
|
16096
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16097
|
+
"isSource": true,
|
|
16098
|
+
"original": {
|
|
16099
|
+
"$value": {
|
|
16100
|
+
"color": "{borderColor.neutral.emphasis}",
|
|
16101
|
+
"style": "solid",
|
|
16102
|
+
"width": "{borderWidth.default}"
|
|
16103
|
+
},
|
|
16104
|
+
"$type": "border"
|
|
16105
|
+
},
|
|
16106
|
+
"name": "border-neutral-emphasis",
|
|
16107
|
+
"attributes": {},
|
|
16108
|
+
"path": ["border", "neutral", "emphasis"]
|
|
16109
|
+
},
|
|
16110
|
+
"border-neutral-muted": {
|
|
16111
|
+
"$value": "0.00390625rem,0.0625px solid #d1d9e0b3",
|
|
16112
|
+
"$type": "border",
|
|
16113
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16114
|
+
"isSource": true,
|
|
16115
|
+
"original": {
|
|
16116
|
+
"$value": {
|
|
16117
|
+
"color": "{borderColor.neutral.muted}",
|
|
16118
|
+
"style": "solid",
|
|
16119
|
+
"width": "{borderWidth.default}"
|
|
16120
|
+
},
|
|
16121
|
+
"$type": "border"
|
|
16122
|
+
},
|
|
16123
|
+
"name": "border-neutral-muted",
|
|
16124
|
+
"attributes": {},
|
|
16125
|
+
"path": ["border", "neutral", "muted"]
|
|
16126
|
+
},
|
|
16127
|
+
"border-accent-emphasis": {
|
|
16128
|
+
"$value": "0.00390625rem,0.0625px solid #0969da",
|
|
16129
|
+
"$type": "border",
|
|
16130
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16131
|
+
"isSource": true,
|
|
16132
|
+
"original": {
|
|
16133
|
+
"$value": {
|
|
16134
|
+
"color": "{borderColor.accent.emphasis}",
|
|
16135
|
+
"style": "solid",
|
|
16136
|
+
"width": "{borderWidth.default}"
|
|
16137
|
+
},
|
|
16138
|
+
"$type": "border"
|
|
16139
|
+
},
|
|
16140
|
+
"name": "border-accent-emphasis",
|
|
16141
|
+
"attributes": {},
|
|
16142
|
+
"path": ["border", "accent", "emphasis"]
|
|
16143
|
+
},
|
|
16144
|
+
"border-accent-muted": {
|
|
16145
|
+
"$value": "0.00390625rem,0.0625px solid #54aeff66",
|
|
16146
|
+
"$type": "border",
|
|
16147
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16148
|
+
"isSource": true,
|
|
16149
|
+
"original": {
|
|
16150
|
+
"$value": {
|
|
16151
|
+
"color": "{borderColor.accent.muted}",
|
|
16152
|
+
"style": "solid",
|
|
16153
|
+
"width": "{borderWidth.default}"
|
|
16154
|
+
},
|
|
16155
|
+
"$type": "border"
|
|
16156
|
+
},
|
|
16157
|
+
"name": "border-accent-muted",
|
|
16158
|
+
"attributes": {},
|
|
16159
|
+
"path": ["border", "accent", "muted"]
|
|
16160
|
+
},
|
|
16161
|
+
"border-success-emphasis": {
|
|
16162
|
+
"$value": "0.00390625rem,0.0625px solid #1a7f37",
|
|
16163
|
+
"$type": "border",
|
|
16164
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16165
|
+
"isSource": true,
|
|
16166
|
+
"original": {
|
|
16167
|
+
"$value": {
|
|
16168
|
+
"color": "{borderColor.success.emphasis}",
|
|
16169
|
+
"style": "solid",
|
|
16170
|
+
"width": "{borderWidth.default}"
|
|
16171
|
+
},
|
|
16172
|
+
"$type": "border"
|
|
16173
|
+
},
|
|
16174
|
+
"name": "border-success-emphasis",
|
|
16175
|
+
"attributes": {},
|
|
16176
|
+
"path": ["border", "success", "emphasis"]
|
|
16177
|
+
},
|
|
16178
|
+
"border-success-muted": {
|
|
16179
|
+
"$value": "0.00390625rem,0.0625px solid #4ac26b66",
|
|
16180
|
+
"$type": "border",
|
|
16181
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16182
|
+
"isSource": true,
|
|
16183
|
+
"original": {
|
|
16184
|
+
"$value": {
|
|
16185
|
+
"color": "{borderColor.success.muted}",
|
|
16186
|
+
"style": "solid",
|
|
16187
|
+
"width": "{borderWidth.default}"
|
|
16188
|
+
},
|
|
16189
|
+
"$type": "border"
|
|
16190
|
+
},
|
|
16191
|
+
"name": "border-success-muted",
|
|
16192
|
+
"attributes": {},
|
|
16193
|
+
"path": ["border", "success", "muted"]
|
|
16194
|
+
},
|
|
16195
|
+
"border-open-emphasis": {
|
|
16196
|
+
"$value": "0.00390625rem,0.0625px solid #1a7f37",
|
|
16197
|
+
"$type": "border",
|
|
16198
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16199
|
+
"isSource": true,
|
|
16200
|
+
"original": {
|
|
16201
|
+
"$value": "{border.success.emphasis}",
|
|
16202
|
+
"$type": "border"
|
|
16203
|
+
},
|
|
16204
|
+
"name": "border-open-emphasis",
|
|
16205
|
+
"attributes": {},
|
|
16206
|
+
"path": ["border", "open", "emphasis"]
|
|
16207
|
+
},
|
|
16208
|
+
"border-open-muted": {
|
|
16209
|
+
"$value": "0.00390625rem,0.0625px solid #4ac26b66",
|
|
16210
|
+
"$type": "border",
|
|
16211
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16212
|
+
"isSource": true,
|
|
16213
|
+
"original": {
|
|
16214
|
+
"$value": "{border.success.muted}",
|
|
16215
|
+
"$type": "border"
|
|
16216
|
+
},
|
|
16217
|
+
"name": "border-open-muted",
|
|
16218
|
+
"attributes": {},
|
|
16219
|
+
"path": ["border", "open", "muted"]
|
|
16220
|
+
},
|
|
16221
|
+
"border-danger-emphasis": {
|
|
16222
|
+
"$value": "0.00390625rem,0.0625px solid #cf222e",
|
|
16223
|
+
"$type": "border",
|
|
16224
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16225
|
+
"isSource": true,
|
|
16226
|
+
"original": {
|
|
16227
|
+
"$value": {
|
|
16228
|
+
"color": "{borderColor.danger.emphasis}",
|
|
16229
|
+
"style": "solid",
|
|
16230
|
+
"width": "{borderWidth.default}"
|
|
16231
|
+
},
|
|
16232
|
+
"$type": "border"
|
|
16233
|
+
},
|
|
16234
|
+
"name": "border-danger-emphasis",
|
|
16235
|
+
"attributes": {},
|
|
16236
|
+
"path": ["border", "danger", "emphasis"]
|
|
16237
|
+
},
|
|
16238
|
+
"border-danger-muted": {
|
|
16239
|
+
"$value": "0.00390625rem,0.0625px solid #ff818266",
|
|
16240
|
+
"$type": "border",
|
|
16241
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16242
|
+
"isSource": true,
|
|
16243
|
+
"original": {
|
|
16244
|
+
"$value": {
|
|
16245
|
+
"color": "{borderColor.danger.muted}",
|
|
16246
|
+
"style": "solid",
|
|
16247
|
+
"width": "{borderWidth.default}"
|
|
16248
|
+
},
|
|
16249
|
+
"$type": "border"
|
|
16250
|
+
},
|
|
16251
|
+
"name": "border-danger-muted",
|
|
16252
|
+
"attributes": {},
|
|
16253
|
+
"path": ["border", "danger", "muted"]
|
|
16254
|
+
},
|
|
16255
|
+
"border-closed-emphasis": {
|
|
16256
|
+
"$value": "0.00390625rem,0.0625px solid #cf222e",
|
|
16257
|
+
"$type": "border",
|
|
16258
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16259
|
+
"isSource": true,
|
|
16260
|
+
"original": {
|
|
16261
|
+
"$value": "{border.danger.emphasis}",
|
|
16262
|
+
"$type": "border"
|
|
16263
|
+
},
|
|
16264
|
+
"name": "border-closed-emphasis",
|
|
16265
|
+
"attributes": {},
|
|
16266
|
+
"path": ["border", "closed", "emphasis"]
|
|
16267
|
+
},
|
|
16268
|
+
"border-closed-muted": {
|
|
16269
|
+
"$value": "0.00390625rem,0.0625px solid #ff818266",
|
|
16270
|
+
"$type": "border",
|
|
16271
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16272
|
+
"isSource": true,
|
|
16273
|
+
"original": {
|
|
16274
|
+
"$value": "{border.danger.muted}",
|
|
16275
|
+
"$type": "border"
|
|
16276
|
+
},
|
|
16277
|
+
"name": "border-closed-muted",
|
|
16278
|
+
"attributes": {},
|
|
16279
|
+
"path": ["border", "closed", "muted"]
|
|
16280
|
+
},
|
|
16281
|
+
"border-attention-emphasis": {
|
|
16282
|
+
"$value": "0.00390625rem,0.0625px solid #9a6700",
|
|
16283
|
+
"$type": "border",
|
|
16284
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16285
|
+
"isSource": true,
|
|
16286
|
+
"original": {
|
|
16287
|
+
"$value": {
|
|
16288
|
+
"color": "{borderColor.attention.emphasis}",
|
|
16289
|
+
"style": "solid",
|
|
16290
|
+
"width": "{borderWidth.default}"
|
|
16291
|
+
},
|
|
16292
|
+
"$type": "border"
|
|
16293
|
+
},
|
|
16294
|
+
"name": "border-attention-emphasis",
|
|
16295
|
+
"attributes": {},
|
|
16296
|
+
"path": ["border", "attention", "emphasis"]
|
|
16297
|
+
},
|
|
16298
|
+
"border-attention-muted": {
|
|
16299
|
+
"$value": "0.00390625rem,0.0625px solid #d4a72c66",
|
|
16300
|
+
"$type": "border",
|
|
16301
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16302
|
+
"isSource": true,
|
|
16303
|
+
"original": {
|
|
16304
|
+
"$value": {
|
|
16305
|
+
"color": "{borderColor.attention.muted}",
|
|
16306
|
+
"style": "solid",
|
|
16307
|
+
"width": "{borderWidth.default}"
|
|
16308
|
+
},
|
|
16309
|
+
"$type": "border"
|
|
16310
|
+
},
|
|
16311
|
+
"name": "border-attention-muted",
|
|
16312
|
+
"attributes": {},
|
|
16313
|
+
"path": ["border", "attention", "muted"]
|
|
16314
|
+
},
|
|
16315
|
+
"border-severe-emphasis": {
|
|
16316
|
+
"$value": "0.00390625rem,0.0625px solid #bc4c00",
|
|
16317
|
+
"$type": "border",
|
|
16318
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16319
|
+
"isSource": true,
|
|
16320
|
+
"original": {
|
|
16321
|
+
"$value": {
|
|
16322
|
+
"color": "{borderColor.severe.emphasis}",
|
|
16323
|
+
"style": "solid",
|
|
16324
|
+
"width": "{borderWidth.default}"
|
|
16325
|
+
},
|
|
16326
|
+
"$type": "border"
|
|
16327
|
+
},
|
|
16328
|
+
"name": "border-severe-emphasis",
|
|
16329
|
+
"attributes": {},
|
|
16330
|
+
"path": ["border", "severe", "emphasis"]
|
|
16331
|
+
},
|
|
16332
|
+
"border-severe-muted": {
|
|
16333
|
+
"$value": "0.00390625rem,0.0625px solid #fb8f4466",
|
|
16334
|
+
"$type": "border",
|
|
16335
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16336
|
+
"isSource": true,
|
|
16337
|
+
"original": {
|
|
16338
|
+
"$value": {
|
|
16339
|
+
"color": "{borderColor.severe.muted}",
|
|
16340
|
+
"style": "solid",
|
|
16341
|
+
"width": "{borderWidth.default}"
|
|
16342
|
+
},
|
|
16343
|
+
"$type": "border"
|
|
16344
|
+
},
|
|
16345
|
+
"name": "border-severe-muted",
|
|
16346
|
+
"attributes": {},
|
|
16347
|
+
"path": ["border", "severe", "muted"]
|
|
16348
|
+
},
|
|
16349
|
+
"border-done-emphasis": {
|
|
16350
|
+
"$value": "0.00390625rem,0.0625px solid #8250df",
|
|
16351
|
+
"$type": "border",
|
|
16352
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16353
|
+
"isSource": true,
|
|
16354
|
+
"original": {
|
|
16355
|
+
"$value": {
|
|
16356
|
+
"color": "{borderColor.done.emphasis}",
|
|
16357
|
+
"style": "solid",
|
|
16358
|
+
"width": "{borderWidth.default}"
|
|
16359
|
+
},
|
|
16360
|
+
"$type": "border"
|
|
16361
|
+
},
|
|
16362
|
+
"name": "border-done-emphasis",
|
|
16363
|
+
"attributes": {},
|
|
16364
|
+
"path": ["border", "done", "emphasis"]
|
|
16365
|
+
},
|
|
16366
|
+
"border-done-muted": {
|
|
16367
|
+
"$value": "0.00390625rem,0.0625px solid #c297ff66",
|
|
16368
|
+
"$type": "border",
|
|
16369
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16370
|
+
"isSource": true,
|
|
16371
|
+
"original": {
|
|
16372
|
+
"$value": {
|
|
16373
|
+
"color": "{borderColor.done.muted}",
|
|
16374
|
+
"style": "solid",
|
|
16375
|
+
"width": "{borderWidth.default}"
|
|
16376
|
+
},
|
|
16377
|
+
"$type": "border"
|
|
16378
|
+
},
|
|
16379
|
+
"name": "border-done-muted",
|
|
16380
|
+
"attributes": {},
|
|
16381
|
+
"path": ["border", "done", "muted"]
|
|
16382
|
+
},
|
|
16383
|
+
"border-upsell-emphasis": {
|
|
16384
|
+
"$value": "0.00390625rem,0.0625px solid #8250df",
|
|
16385
|
+
"$type": "border",
|
|
16386
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16387
|
+
"isSource": true,
|
|
16388
|
+
"original": {
|
|
16389
|
+
"$value": {
|
|
16390
|
+
"color": "{borderColor.upsell.emphasis}",
|
|
16391
|
+
"style": "solid",
|
|
16392
|
+
"width": "{borderWidth.default}"
|
|
16393
|
+
},
|
|
16394
|
+
"$type": "border"
|
|
16395
|
+
},
|
|
16396
|
+
"name": "border-upsell-emphasis",
|
|
16397
|
+
"attributes": {},
|
|
16398
|
+
"path": ["border", "upsell", "emphasis"]
|
|
16399
|
+
},
|
|
16400
|
+
"border-upsell-muted": {
|
|
16401
|
+
"$value": "0.00390625rem,0.0625px solid #c297ff66",
|
|
16402
|
+
"$type": "border",
|
|
16403
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16404
|
+
"isSource": true,
|
|
16405
|
+
"original": {
|
|
16406
|
+
"$value": {
|
|
16407
|
+
"color": "{borderColor.upsell.muted}",
|
|
16408
|
+
"style": "solid",
|
|
16409
|
+
"width": "{borderWidth.default}"
|
|
16410
|
+
},
|
|
16411
|
+
"$type": "border"
|
|
16412
|
+
},
|
|
16413
|
+
"name": "border-upsell-muted",
|
|
16414
|
+
"attributes": {},
|
|
16415
|
+
"path": ["border", "upsell", "muted"]
|
|
16416
|
+
},
|
|
16417
|
+
"border-sponsors-emphasis": {
|
|
16418
|
+
"$value": "0.00390625rem,0.0625px solid #bf3989",
|
|
16419
|
+
"$type": "border",
|
|
16420
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16421
|
+
"isSource": true,
|
|
16422
|
+
"original": {
|
|
16423
|
+
"$value": {
|
|
16424
|
+
"color": "{borderColor.sponsors.emphasis}",
|
|
16425
|
+
"style": "solid",
|
|
16426
|
+
"width": "{borderWidth.default}"
|
|
16427
|
+
},
|
|
16428
|
+
"$type": "border"
|
|
16429
|
+
},
|
|
16430
|
+
"name": "border-sponsors-emphasis",
|
|
16431
|
+
"attributes": {},
|
|
16432
|
+
"path": ["border", "sponsors", "emphasis"]
|
|
16433
|
+
},
|
|
16434
|
+
"border-sponsors-muted": {
|
|
16435
|
+
"$value": "0.00390625rem,0.0625px solid #ff80c866",
|
|
16436
|
+
"$type": "border",
|
|
16437
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16438
|
+
"isSource": true,
|
|
16439
|
+
"original": {
|
|
16440
|
+
"$value": {
|
|
16441
|
+
"color": "{borderColor.sponsors.muted}",
|
|
16442
|
+
"style": "solid",
|
|
16443
|
+
"width": "{borderWidth.default}"
|
|
16444
|
+
},
|
|
16445
|
+
"$type": "border"
|
|
16446
|
+
},
|
|
16447
|
+
"name": "border-sponsors-muted",
|
|
16448
|
+
"attributes": {},
|
|
16449
|
+
"path": ["border", "sponsors", "muted"]
|
|
16095
16450
|
}
|
|
16096
16451
|
}
|