@primer/primitives 8.2.4-rc.d955f312 → 8.2.4-rc.ea4beb50
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 +17 -18
- package/dist/css/functional/size/border.css +1 -0
- package/dist/css/functional/themes/dark-colorblind.css +18 -12
- package/dist/css/functional/themes/dark-dimmed.css +20 -14
- package/dist/css/functional/themes/dark-high-contrast.css +258 -252
- package/dist/css/functional/themes/dark-tritanopia.css +20 -14
- package/dist/css/functional/themes/dark.css +20 -14
- package/dist/css/functional/themes/light-colorblind.css +30 -24
- package/dist/css/functional/themes/light-high-contrast.css +154 -148
- package/dist/css/functional/themes/light-tritanopia.css +30 -24
- package/dist/css/functional/themes/light.css +18 -12
- package/dist/css/primitives.css +1 -0
- package/dist/docs/functional/size/border.json +31 -0
- package/dist/docs/functional/themes/dark-colorblind.json +236 -149
- package/dist/docs/functional/themes/dark-dimmed.json +247 -158
- package/dist/docs/functional/themes/dark-high-contrast.json +555 -458
- package/dist/docs/functional/themes/dark-tritanopia.json +240 -153
- package/dist/docs/functional/themes/dark.json +247 -158
- package/dist/docs/functional/themes/light-colorblind.json +254 -173
- package/dist/docs/functional/themes/light-high-contrast.json +452 -361
- package/dist/docs/functional/themes/light-tritanopia.json +252 -171
- package/dist/docs/functional/themes/light.json +246 -157
- package/dist/fallbacks/functional/size/border.json +1 -0
- package/dist/figma/dimension/dimension.json +14 -0
- package/dist/figma/themes/dark-colorblind.json +246 -198
- package/dist/figma/themes/dark-dimmed.json +249 -200
- package/dist/figma/themes/dark-high-contrast.json +675 -625
- package/dist/figma/themes/dark-tritanopia.json +248 -200
- package/dist/figma/themes/dark.json +249 -200
- package/dist/figma/themes/light-colorblind.json +265 -218
- package/dist/figma/themes/light-high-contrast.json +457 -407
- package/dist/figma/themes/light-tritanopia.json +264 -217
- package/dist/figma/themes/light.json +187 -138
- package/dist/internalCss/dark-colorblind.css +18 -12
- package/dist/internalCss/dark-dimmed.css +20 -14
- package/dist/internalCss/dark-high-contrast.css +258 -252
- package/dist/internalCss/dark-tritanopia.css +20 -14
- package/dist/internalCss/dark.css +20 -14
- package/dist/internalCss/light-colorblind.css +30 -24
- package/dist/internalCss/light-high-contrast.css +154 -148
- package/dist/internalCss/light-tritanopia.css +30 -24
- package/dist/internalCss/light.css +18 -12
- package/dist/styleLint/functional/size/border.json +31 -0
- package/dist/styleLint/functional/themes/dark-colorblind.json +236 -149
- package/dist/styleLint/functional/themes/dark-dimmed.json +247 -158
- package/dist/styleLint/functional/themes/dark-high-contrast.json +555 -458
- package/dist/styleLint/functional/themes/dark-tritanopia.json +240 -153
- package/dist/styleLint/functional/themes/dark.json +247 -158
- package/dist/styleLint/functional/themes/light-colorblind.json +254 -173
- package/dist/styleLint/functional/themes/light-high-contrast.json +452 -361
- package/dist/styleLint/functional/themes/light-tritanopia.json +252 -171
- package/dist/styleLint/functional/themes/light.json +246 -157
- package/package.json +38 -35
- package/src/formats/cssAdvanced.ts +3 -3
- package/src/formats/cssCustomMedia.ts +2 -2
- package/src/formats/javascriptCommonJs.ts +2 -2
- package/src/formats/javascriptEsm.ts +2 -2
- package/src/formats/jsonFigma.ts +2 -2
- package/src/formats/jsonNestedPrefixed.ts +2 -2
- package/src/formats/jsonOneDimensional.ts +2 -2
- package/src/formats/jsonPostCssFallback.ts +2 -2
- package/src/formats/typescriptExportDefinition.ts +2 -2
- package/src/schemas/designToken.ts +1 -1
- package/src/schemas/validTokenType.ts +1 -1
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +528 -2
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +4 -0
- package/src/tokens/functional/color/dark/patterns-dark.json5 +26 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +78 -65
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +400 -0
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +3 -6
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -6
- package/src/tokens/functional/color/light/patterns-light.json5 +26 -0
- package/src/tokens/functional/color/light/primitives-light.json5 +77 -64
- package/src/tokens/functional/size/border.json +13 -0
|
@@ -988,45 +988,6 @@
|
|
|
988
988
|
"web": "var(--borderColor-sponsors-muted) /* utility class: .color-border-sponsors */"
|
|
989
989
|
}
|
|
990
990
|
},
|
|
991
|
-
{
|
|
992
|
-
"name": "borderColor/upsell-emphasis",
|
|
993
|
-
"value": {
|
|
994
|
-
"r": 0.5098039215686274,
|
|
995
|
-
"g": 0.3137254901960784,
|
|
996
|
-
"b": 0.8745098039215686,
|
|
997
|
-
"a": 1
|
|
998
|
-
},
|
|
999
|
-
"type": "COLOR",
|
|
1000
|
-
"refId": "mode/borderColor/upsell-emphasis",
|
|
1001
|
-
"reference": "base/color/light/base/color/purple/5",
|
|
1002
|
-
"collection": "mode",
|
|
1003
|
-
"mode": "light",
|
|
1004
|
-
"group": "semantic",
|
|
1005
|
-
"scopes": ["STROKE_COLOR"],
|
|
1006
|
-
"codeSyntax": {
|
|
1007
|
-
"web": "var(--borderColor-upsell-emphasis)"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"name": "borderColor/upsell-muted",
|
|
1012
|
-
"value": {
|
|
1013
|
-
"r": 0.7607843137254902,
|
|
1014
|
-
"g": 0.592156862745098,
|
|
1015
|
-
"b": 1,
|
|
1016
|
-
"a": 0.4
|
|
1017
|
-
},
|
|
1018
|
-
"type": "COLOR",
|
|
1019
|
-
"alpha": 0.4,
|
|
1020
|
-
"refId": "mode/borderColor/upsell-muted",
|
|
1021
|
-
"reference": "base/color/light/base/color/purple/3",
|
|
1022
|
-
"collection": "mode",
|
|
1023
|
-
"mode": "light",
|
|
1024
|
-
"group": "semantic",
|
|
1025
|
-
"scopes": ["STROKE_COLOR"],
|
|
1026
|
-
"codeSyntax": {
|
|
1027
|
-
"web": "var(--borderColor-upsell-muted)"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
991
|
{
|
|
1031
992
|
"name": "borderColor/done-emphasis",
|
|
1032
993
|
"value": {
|
|
@@ -1439,44 +1400,6 @@
|
|
|
1439
1400
|
"web": "var(--bgColor-sponsors-muted) /* utility class: .color-bg-sponsors */"
|
|
1440
1401
|
}
|
|
1441
1402
|
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "bgColor/upsell-emphasis",
|
|
1444
|
-
"value": {
|
|
1445
|
-
"r": 0.5098039215686274,
|
|
1446
|
-
"g": 0.3137254901960784,
|
|
1447
|
-
"b": 0.8745098039215686,
|
|
1448
|
-
"a": 1
|
|
1449
|
-
},
|
|
1450
|
-
"type": "COLOR",
|
|
1451
|
-
"refId": "mode/bgColor/upsell-emphasis",
|
|
1452
|
-
"reference": "base/color/light/base/color/purple/5",
|
|
1453
|
-
"collection": "mode",
|
|
1454
|
-
"mode": "light",
|
|
1455
|
-
"group": "semantic",
|
|
1456
|
-
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
1457
|
-
"codeSyntax": {
|
|
1458
|
-
"web": "var(--bgColor-upsell-emphasis)"
|
|
1459
|
-
}
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"name": "bgColor/upsell-muted",
|
|
1463
|
-
"value": {
|
|
1464
|
-
"r": 0.984313725490196,
|
|
1465
|
-
"g": 0.9372549019607843,
|
|
1466
|
-
"b": 1,
|
|
1467
|
-
"a": 1
|
|
1468
|
-
},
|
|
1469
|
-
"type": "COLOR",
|
|
1470
|
-
"refId": "mode/bgColor/upsell-muted",
|
|
1471
|
-
"reference": "base/color/light/base/color/purple/0",
|
|
1472
|
-
"collection": "mode",
|
|
1473
|
-
"mode": "light",
|
|
1474
|
-
"group": "semantic",
|
|
1475
|
-
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
1476
|
-
"codeSyntax": {
|
|
1477
|
-
"web": "var(--bgColor-upsell-muted)"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
1403
|
{
|
|
1481
1404
|
"name": "bgColor/done-emphasis",
|
|
1482
1405
|
"value": {
|
|
@@ -1515,44 +1438,6 @@
|
|
|
1515
1438
|
"web": "var(--bgColor-done-muted) /* utility class: .color-bg-done */"
|
|
1516
1439
|
}
|
|
1517
1440
|
},
|
|
1518
|
-
{
|
|
1519
|
-
"name": "bgColor/closed-emphasis",
|
|
1520
|
-
"value": {
|
|
1521
|
-
"r": 0.8117647058823529,
|
|
1522
|
-
"g": 0.13333333333333333,
|
|
1523
|
-
"b": 0.1803921568627451,
|
|
1524
|
-
"a": 1
|
|
1525
|
-
},
|
|
1526
|
-
"type": "COLOR",
|
|
1527
|
-
"refId": "mode/bgColor/closed-emphasis",
|
|
1528
|
-
"reference": "base/color/light/base/color/red/5",
|
|
1529
|
-
"collection": "mode",
|
|
1530
|
-
"mode": "light",
|
|
1531
|
-
"group": "semantic",
|
|
1532
|
-
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
1533
|
-
"codeSyntax": {
|
|
1534
|
-
"web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */"
|
|
1535
|
-
}
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"name": "bgColor/closed-muted",
|
|
1539
|
-
"value": {
|
|
1540
|
-
"r": 1,
|
|
1541
|
-
"g": 0.9215686274509803,
|
|
1542
|
-
"b": 0.9137254901960784,
|
|
1543
|
-
"a": 1
|
|
1544
|
-
},
|
|
1545
|
-
"type": "COLOR",
|
|
1546
|
-
"refId": "mode/bgColor/closed-muted",
|
|
1547
|
-
"reference": "base/color/light/base/color/red/0",
|
|
1548
|
-
"collection": "mode",
|
|
1549
|
-
"mode": "light",
|
|
1550
|
-
"group": "semantic",
|
|
1551
|
-
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
1552
|
-
"codeSyntax": {
|
|
1553
|
-
"web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
1441
|
{
|
|
1557
1442
|
"name": "bgColor/danger-emphasis",
|
|
1558
1443
|
"value": {
|
|
@@ -1956,25 +1841,6 @@
|
|
|
1956
1841
|
"web": "var(--fgColor-sponsors) /* utility class: .color-fg-sponsors */"
|
|
1957
1842
|
}
|
|
1958
1843
|
},
|
|
1959
|
-
{
|
|
1960
|
-
"name": "fgColor/upsell",
|
|
1961
|
-
"value": {
|
|
1962
|
-
"r": 0.5098039215686274,
|
|
1963
|
-
"g": 0.3137254901960784,
|
|
1964
|
-
"b": 0.8745098039215686,
|
|
1965
|
-
"a": 1
|
|
1966
|
-
},
|
|
1967
|
-
"type": "COLOR",
|
|
1968
|
-
"refId": "mode/fgColor/upsell",
|
|
1969
|
-
"reference": "base/color/light/base/color/purple/5",
|
|
1970
|
-
"collection": "mode",
|
|
1971
|
-
"mode": "light",
|
|
1972
|
-
"group": "semantic",
|
|
1973
|
-
"scopes": ["TEXT_FILL", "SHAPE_FILL"],
|
|
1974
|
-
"codeSyntax": {
|
|
1975
|
-
"web": "var(--fgColor-upsell)"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
1844
|
{
|
|
1979
1845
|
"name": "fgColor/done",
|
|
1980
1846
|
"value": {
|
|
@@ -2093,14 +1959,14 @@
|
|
|
2093
1959
|
{
|
|
2094
1960
|
"name": "fgColor/neutral",
|
|
2095
1961
|
"value": {
|
|
2096
|
-
"r": 0.
|
|
2097
|
-
"g": 0.
|
|
2098
|
-
"b": 0.
|
|
1962
|
+
"r": 0.3411764705882353,
|
|
1963
|
+
"g": 0.3764705882352941,
|
|
1964
|
+
"b": 0.41568627450980394,
|
|
2099
1965
|
"a": 1
|
|
2100
1966
|
},
|
|
2101
1967
|
"type": "COLOR",
|
|
2102
1968
|
"refId": "mode/fgColor/neutral",
|
|
2103
|
-
"reference": "base/color/light/base/color/neutral/
|
|
1969
|
+
"reference": "base/color/light/base/color/neutral/6",
|
|
2104
1970
|
"collection": "mode",
|
|
2105
1971
|
"mode": "light",
|
|
2106
1972
|
"group": "semantic",
|
|
@@ -2154,6 +2020,22 @@
|
|
|
2154
2020
|
"group": "semantic",
|
|
2155
2021
|
"scopes": ["TEXT_FILL", "SHAPE_FILL"]
|
|
2156
2022
|
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "fgColor/onInverse",
|
|
2025
|
+
"value": {
|
|
2026
|
+
"r": 1,
|
|
2027
|
+
"g": 1,
|
|
2028
|
+
"b": 1,
|
|
2029
|
+
"a": 1
|
|
2030
|
+
},
|
|
2031
|
+
"type": "COLOR",
|
|
2032
|
+
"refId": "mode/fgColor/onInverse",
|
|
2033
|
+
"reference": "base/color/light/base/color/white",
|
|
2034
|
+
"collection": "mode",
|
|
2035
|
+
"mode": "light",
|
|
2036
|
+
"group": "semantic",
|
|
2037
|
+
"scopes": ["TEXT_FILL", "SHAPE_FILL"]
|
|
2038
|
+
},
|
|
2157
2039
|
{
|
|
2158
2040
|
"name": "fgColor/onEmphasis",
|
|
2159
2041
|
"value": {
|
|
@@ -7462,6 +7344,45 @@
|
|
|
7462
7344
|
"group": "component",
|
|
7463
7345
|
"scopes": ["STROKE_COLOR"]
|
|
7464
7346
|
},
|
|
7347
|
+
{
|
|
7348
|
+
"name": "borderColor/upsell-emphasis",
|
|
7349
|
+
"value": {
|
|
7350
|
+
"r": 0.5098039215686274,
|
|
7351
|
+
"g": 0.3137254901960784,
|
|
7352
|
+
"b": 0.8745098039215686,
|
|
7353
|
+
"a": 1
|
|
7354
|
+
},
|
|
7355
|
+
"type": "COLOR",
|
|
7356
|
+
"refId": "mode/borderColor/upsell-emphasis",
|
|
7357
|
+
"reference": "mode/borderColor/done-emphasis",
|
|
7358
|
+
"collection": "mode",
|
|
7359
|
+
"mode": "light",
|
|
7360
|
+
"group": "semantic",
|
|
7361
|
+
"scopes": ["STROKE_COLOR"],
|
|
7362
|
+
"codeSyntax": {
|
|
7363
|
+
"web": "var(--borderColor-upsell-emphasis)"
|
|
7364
|
+
}
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"name": "borderColor/upsell-muted",
|
|
7368
|
+
"value": {
|
|
7369
|
+
"r": 0.7607843137254902,
|
|
7370
|
+
"g": 0.592156862745098,
|
|
7371
|
+
"b": 1,
|
|
7372
|
+
"a": 0.4
|
|
7373
|
+
},
|
|
7374
|
+
"type": "COLOR",
|
|
7375
|
+
"alpha": 0.4,
|
|
7376
|
+
"refId": "mode/borderColor/upsell-muted",
|
|
7377
|
+
"reference": "mode/borderColor/done-muted",
|
|
7378
|
+
"collection": "mode",
|
|
7379
|
+
"mode": "light",
|
|
7380
|
+
"group": "semantic",
|
|
7381
|
+
"scopes": ["STROKE_COLOR"],
|
|
7382
|
+
"codeSyntax": {
|
|
7383
|
+
"web": "var(--borderColor-upsell-muted)"
|
|
7384
|
+
}
|
|
7385
|
+
},
|
|
7465
7386
|
{
|
|
7466
7387
|
"name": "borderColor/open-emphasis",
|
|
7467
7388
|
"value": {
|
|
@@ -7490,6 +7411,7 @@
|
|
|
7490
7411
|
"a": 0.4
|
|
7491
7412
|
},
|
|
7492
7413
|
"type": "COLOR",
|
|
7414
|
+
"alpha": 0.4,
|
|
7493
7415
|
"refId": "mode/borderColor/open-muted",
|
|
7494
7416
|
"reference": "mode/borderColor/success-muted",
|
|
7495
7417
|
"collection": "mode",
|
|
@@ -7536,6 +7458,82 @@
|
|
|
7536
7458
|
"web": "var(--borderColor-muted) /* utility class: .color-border-muted */"
|
|
7537
7459
|
}
|
|
7538
7460
|
},
|
|
7461
|
+
{
|
|
7462
|
+
"name": "bgColor/upsell-emphasis",
|
|
7463
|
+
"value": {
|
|
7464
|
+
"r": 0.5098039215686274,
|
|
7465
|
+
"g": 0.3137254901960784,
|
|
7466
|
+
"b": 0.8745098039215686,
|
|
7467
|
+
"a": 1
|
|
7468
|
+
},
|
|
7469
|
+
"type": "COLOR",
|
|
7470
|
+
"refId": "mode/bgColor/upsell-emphasis",
|
|
7471
|
+
"reference": "mode/bgColor/done-emphasis",
|
|
7472
|
+
"collection": "mode",
|
|
7473
|
+
"mode": "light",
|
|
7474
|
+
"group": "semantic",
|
|
7475
|
+
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
7476
|
+
"codeSyntax": {
|
|
7477
|
+
"web": "var(--bgColor-upsell-emphasis)"
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
"name": "bgColor/upsell-muted",
|
|
7482
|
+
"value": {
|
|
7483
|
+
"r": 0.984313725490196,
|
|
7484
|
+
"g": 0.9372549019607843,
|
|
7485
|
+
"b": 1,
|
|
7486
|
+
"a": 1
|
|
7487
|
+
},
|
|
7488
|
+
"type": "COLOR",
|
|
7489
|
+
"refId": "mode/bgColor/upsell-muted",
|
|
7490
|
+
"reference": "mode/bgColor/done-muted",
|
|
7491
|
+
"collection": "mode",
|
|
7492
|
+
"mode": "light",
|
|
7493
|
+
"group": "semantic",
|
|
7494
|
+
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
7495
|
+
"codeSyntax": {
|
|
7496
|
+
"web": "var(--bgColor-upsell-muted)"
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7499
|
+
{
|
|
7500
|
+
"name": "bgColor/closed-emphasis",
|
|
7501
|
+
"value": {
|
|
7502
|
+
"r": 0.8117647058823529,
|
|
7503
|
+
"g": 0.13333333333333333,
|
|
7504
|
+
"b": 0.1803921568627451,
|
|
7505
|
+
"a": 1
|
|
7506
|
+
},
|
|
7507
|
+
"type": "COLOR",
|
|
7508
|
+
"refId": "mode/bgColor/closed-emphasis",
|
|
7509
|
+
"reference": "mode/bgColor/danger-emphasis",
|
|
7510
|
+
"collection": "mode",
|
|
7511
|
+
"mode": "light",
|
|
7512
|
+
"group": "semantic",
|
|
7513
|
+
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
7514
|
+
"codeSyntax": {
|
|
7515
|
+
"web": "var(--bgColor-closed-emphasis) /* utility class: .color-bg-closed-emphasis */"
|
|
7516
|
+
}
|
|
7517
|
+
},
|
|
7518
|
+
{
|
|
7519
|
+
"name": "bgColor/closed-muted",
|
|
7520
|
+
"value": {
|
|
7521
|
+
"r": 1,
|
|
7522
|
+
"g": 0.9215686274509803,
|
|
7523
|
+
"b": 0.9137254901960784,
|
|
7524
|
+
"a": 1
|
|
7525
|
+
},
|
|
7526
|
+
"type": "COLOR",
|
|
7527
|
+
"refId": "mode/bgColor/closed-muted",
|
|
7528
|
+
"reference": "mode/bgColor/danger-muted",
|
|
7529
|
+
"collection": "mode",
|
|
7530
|
+
"mode": "light",
|
|
7531
|
+
"group": "semantic",
|
|
7532
|
+
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
|
|
7533
|
+
"codeSyntax": {
|
|
7534
|
+
"web": "var(--bgColor-closed-muted) /* utility class: .color-bg-closed */"
|
|
7535
|
+
}
|
|
7536
|
+
},
|
|
7539
7537
|
{
|
|
7540
7538
|
"name": "bgColor/open-emphasis",
|
|
7541
7539
|
"value": {
|
|
@@ -7574,6 +7572,25 @@
|
|
|
7574
7572
|
"web": "var(--bgColor-success-muted) /* utility class: .color-bg-success */"
|
|
7575
7573
|
}
|
|
7576
7574
|
},
|
|
7575
|
+
{
|
|
7576
|
+
"name": "fgColor/upsell",
|
|
7577
|
+
"value": {
|
|
7578
|
+
"r": 0.5098039215686274,
|
|
7579
|
+
"g": 0.3137254901960784,
|
|
7580
|
+
"b": 0.8745098039215686,
|
|
7581
|
+
"a": 1
|
|
7582
|
+
},
|
|
7583
|
+
"type": "COLOR",
|
|
7584
|
+
"refId": "mode/fgColor/upsell",
|
|
7585
|
+
"reference": "mode/fgColor/done",
|
|
7586
|
+
"collection": "mode",
|
|
7587
|
+
"mode": "light",
|
|
7588
|
+
"group": "semantic",
|
|
7589
|
+
"scopes": ["TEXT_FILL", "SHAPE_FILL"],
|
|
7590
|
+
"codeSyntax": {
|
|
7591
|
+
"web": "var(--fgColor-upsell)"
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7577
7594
|
{
|
|
7578
7595
|
"name": "fgColor/closed",
|
|
7579
7596
|
"value": {
|
|
@@ -7631,6 +7648,38 @@
|
|
|
7631
7648
|
"web": "var(--fgColor-link) /* utility class: .color-fg-accent */"
|
|
7632
7649
|
}
|
|
7633
7650
|
},
|
|
7651
|
+
{
|
|
7652
|
+
"name": "tooltip/fgColor",
|
|
7653
|
+
"value": {
|
|
7654
|
+
"r": 1,
|
|
7655
|
+
"g": 1,
|
|
7656
|
+
"b": 1,
|
|
7657
|
+
"a": 1
|
|
7658
|
+
},
|
|
7659
|
+
"type": "COLOR",
|
|
7660
|
+
"refId": "mode/tooltip/fgColor",
|
|
7661
|
+
"reference": "mode/fgColor/onEmphasis",
|
|
7662
|
+
"collection": "mode",
|
|
7663
|
+
"mode": "light",
|
|
7664
|
+
"group": "component",
|
|
7665
|
+
"scopes": ["TEXT_FILL", "SHAPE_FILL"]
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
"name": "tooltip/bgColor",
|
|
7669
|
+
"value": {
|
|
7670
|
+
"r": 0.1411764705882353,
|
|
7671
|
+
"g": 0.1607843137254902,
|
|
7672
|
+
"b": 0.1843137254901961,
|
|
7673
|
+
"a": 1
|
|
7674
|
+
},
|
|
7675
|
+
"type": "COLOR",
|
|
7676
|
+
"refId": "mode/tooltip/bgColor",
|
|
7677
|
+
"reference": "mode/bgColor/emphasis",
|
|
7678
|
+
"collection": "mode",
|
|
7679
|
+
"mode": "light",
|
|
7680
|
+
"group": "component",
|
|
7681
|
+
"scopes": ["FRAME_FILL", "SHAPE_FILL"]
|
|
7682
|
+
},
|
|
7634
7683
|
{
|
|
7635
7684
|
"name": "card/bgColor",
|
|
7636
7685
|
"value": {
|
|
@@ -713,20 +713,23 @@
|
|
|
713
713
|
--label-coral-fgColor-rest: #f7794b;
|
|
714
714
|
--label-coral-fgColor-hover: #fa8c61;
|
|
715
715
|
--label-coral-fgColor-active: #fdaa86;
|
|
716
|
+
--tooltip-bgColor: #6e7681;
|
|
717
|
+
--tooltip-fgColor: #ffffff;
|
|
716
718
|
--fgColor-default: #e6edf3;
|
|
717
719
|
--fgColor-muted: #8d96a0;
|
|
718
720
|
--fgColor-onEmphasis: #ffffff;
|
|
721
|
+
--fgColor-onInverse: #010409;
|
|
719
722
|
--fgColor-white: #ffffff;
|
|
720
723
|
--fgColor-black: #010409;
|
|
721
724
|
--fgColor-disabled: #6e7681;
|
|
722
725
|
--fgColor-link: #4493f8;
|
|
723
|
-
--fgColor-neutral: #
|
|
726
|
+
--fgColor-neutral: #b1bac4;
|
|
724
727
|
--fgColor-accent: #4493f8;
|
|
725
728
|
--fgColor-success: #58a6ff;
|
|
729
|
+
--fgColor-open: #f0883e;
|
|
726
730
|
--fgColor-attention: #d29922;
|
|
727
731
|
--fgColor-severe: #db6d28;
|
|
728
732
|
--fgColor-danger: #db6d28;
|
|
729
|
-
--fgColor-open: #f0883e;
|
|
730
733
|
--fgColor-closed: #8b949e;
|
|
731
734
|
--fgColor-done: #ab7df8;
|
|
732
735
|
--fgColor-upsell: #ab7df8;
|
|
@@ -746,14 +749,14 @@
|
|
|
746
749
|
--bgColor-accent-emphasis: #1f6feb;
|
|
747
750
|
--bgColor-success-muted: #388bfd26;
|
|
748
751
|
--bgColor-success-emphasis: #1f6feb;
|
|
752
|
+
--bgColor-open-muted: #db6d2866;
|
|
753
|
+
--bgColor-open-emphasis: #bd561d;
|
|
749
754
|
--bgColor-attention-muted: #bb800926;
|
|
750
755
|
--bgColor-attention-emphasis: #9e6a03;
|
|
751
756
|
--bgColor-severe-muted: #db6d281a;
|
|
752
757
|
--bgColor-severe-emphasis: #bd561d;
|
|
753
758
|
--bgColor-danger-muted: #db6d281a;
|
|
754
759
|
--bgColor-danger-emphasis: #bd561d;
|
|
755
|
-
--bgColor-open-muted: #db6d2866;
|
|
756
|
-
--bgColor-open-emphasis: #bd561d;
|
|
757
760
|
--bgColor-closed-muted: #6e768166;
|
|
758
761
|
--bgColor-closed-emphasis: #6e7681;
|
|
759
762
|
--bgColor-done-muted: #ab7df826;
|
|
@@ -774,14 +777,14 @@
|
|
|
774
777
|
--borderColor-accent-emphasis: #1f6feb;
|
|
775
778
|
--borderColor-success-muted: #388bfd66;
|
|
776
779
|
--borderColor-success-emphasis: #1f6feb;
|
|
780
|
+
--borderColor-open-muted: #db6d2866;
|
|
781
|
+
--borderColor-open-emphasis: #db6d28;
|
|
777
782
|
--borderColor-attention-muted: #bb800966;
|
|
778
783
|
--borderColor-attention-emphasis: #9e6a03;
|
|
779
784
|
--borderColor-severe-muted: #db6d2866;
|
|
780
785
|
--borderColor-severe-emphasis: #bd561d;
|
|
781
786
|
--borderColor-danger-muted: #db6d2866;
|
|
782
787
|
--borderColor-danger-emphasis: #bd561d;
|
|
783
|
-
--borderColor-open-muted: #db6d2866;
|
|
784
|
-
--borderColor-open-emphasis: #db6d28;
|
|
785
788
|
--borderColor-closed-muted: #6e768166;
|
|
786
789
|
--borderColor-closed-emphasis: #6e7681;
|
|
787
790
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -1562,20 +1565,23 @@
|
|
|
1562
1565
|
--label-coral-fgColor-rest: #f7794b;
|
|
1563
1566
|
--label-coral-fgColor-hover: #fa8c61;
|
|
1564
1567
|
--label-coral-fgColor-active: #fdaa86;
|
|
1568
|
+
--tooltip-bgColor: #6e7681;
|
|
1569
|
+
--tooltip-fgColor: #ffffff;
|
|
1565
1570
|
--fgColor-default: #e6edf3;
|
|
1566
1571
|
--fgColor-muted: #8d96a0;
|
|
1567
1572
|
--fgColor-onEmphasis: #ffffff;
|
|
1573
|
+
--fgColor-onInverse: #010409;
|
|
1568
1574
|
--fgColor-white: #ffffff;
|
|
1569
1575
|
--fgColor-black: #010409;
|
|
1570
1576
|
--fgColor-disabled: #6e7681;
|
|
1571
1577
|
--fgColor-link: #4493f8;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1578
|
+
--fgColor-neutral: #b1bac4;
|
|
1573
1579
|
--fgColor-accent: #4493f8;
|
|
1574
1580
|
--fgColor-success: #58a6ff;
|
|
1581
|
+
--fgColor-open: #f0883e;
|
|
1575
1582
|
--fgColor-attention: #d29922;
|
|
1576
1583
|
--fgColor-severe: #db6d28;
|
|
1577
1584
|
--fgColor-danger: #db6d28;
|
|
1578
|
-
--fgColor-open: #f0883e;
|
|
1579
1585
|
--fgColor-closed: #8b949e;
|
|
1580
1586
|
--fgColor-done: #ab7df8;
|
|
1581
1587
|
--fgColor-upsell: #ab7df8;
|
|
@@ -1595,14 +1601,14 @@
|
|
|
1595
1601
|
--bgColor-accent-emphasis: #1f6feb;
|
|
1596
1602
|
--bgColor-success-muted: #388bfd26;
|
|
1597
1603
|
--bgColor-success-emphasis: #1f6feb;
|
|
1604
|
+
--bgColor-open-muted: #db6d2866;
|
|
1605
|
+
--bgColor-open-emphasis: #bd561d;
|
|
1598
1606
|
--bgColor-attention-muted: #bb800926;
|
|
1599
1607
|
--bgColor-attention-emphasis: #9e6a03;
|
|
1600
1608
|
--bgColor-severe-muted: #db6d281a;
|
|
1601
1609
|
--bgColor-severe-emphasis: #bd561d;
|
|
1602
1610
|
--bgColor-danger-muted: #db6d281a;
|
|
1603
1611
|
--bgColor-danger-emphasis: #bd561d;
|
|
1604
|
-
--bgColor-open-muted: #db6d2866;
|
|
1605
|
-
--bgColor-open-emphasis: #bd561d;
|
|
1606
1612
|
--bgColor-closed-muted: #6e768166;
|
|
1607
1613
|
--bgColor-closed-emphasis: #6e7681;
|
|
1608
1614
|
--bgColor-done-muted: #ab7df826;
|
|
@@ -1623,14 +1629,14 @@
|
|
|
1623
1629
|
--borderColor-accent-emphasis: #1f6feb;
|
|
1624
1630
|
--borderColor-success-muted: #388bfd66;
|
|
1625
1631
|
--borderColor-success-emphasis: #1f6feb;
|
|
1632
|
+
--borderColor-open-muted: #db6d2866;
|
|
1633
|
+
--borderColor-open-emphasis: #db6d28;
|
|
1626
1634
|
--borderColor-attention-muted: #bb800966;
|
|
1627
1635
|
--borderColor-attention-emphasis: #9e6a03;
|
|
1628
1636
|
--borderColor-severe-muted: #db6d2866;
|
|
1629
1637
|
--borderColor-severe-emphasis: #bd561d;
|
|
1630
1638
|
--borderColor-danger-muted: #db6d2866;
|
|
1631
1639
|
--borderColor-danger-emphasis: #bd561d;
|
|
1632
|
-
--borderColor-open-muted: #db6d2866;
|
|
1633
|
-
--borderColor-open-emphasis: #db6d28;
|
|
1634
1640
|
--borderColor-closed-muted: #6e768166;
|
|
1635
1641
|
--borderColor-closed-emphasis: #6e7681;
|
|
1636
1642
|
--borderColor-done-muted: #ab7df866;
|
|
@@ -713,20 +713,23 @@
|
|
|
713
713
|
--label-coral-fgColor-rest: #f7794b;
|
|
714
714
|
--label-coral-fgColor-hover: #fa8c61;
|
|
715
715
|
--label-coral-fgColor-active: #fdaa86;
|
|
716
|
+
--tooltip-bgColor: #636e7b;
|
|
717
|
+
--tooltip-fgColor: #cdd9e5;
|
|
716
718
|
--fgColor-default: #c5d1de;
|
|
717
719
|
--fgColor-muted: #778491;
|
|
718
720
|
--fgColor-onEmphasis: #cdd9e5;
|
|
721
|
+
--fgColor-onInverse: #1c2128;
|
|
719
722
|
--fgColor-white: #cdd9e5;
|
|
720
723
|
--fgColor-black: #1c2128;
|
|
721
724
|
--fgColor-disabled: #636e7b;
|
|
722
725
|
--fgColor-link: #478be6;
|
|
723
|
-
--fgColor-neutral: #
|
|
726
|
+
--fgColor-neutral: #909dab;
|
|
724
727
|
--fgColor-accent: #478be6;
|
|
725
728
|
--fgColor-success: #57ab5a;
|
|
729
|
+
--fgColor-open: #57ab5a;
|
|
726
730
|
--fgColor-attention: #c69026;
|
|
727
731
|
--fgColor-severe: #cc6b2c;
|
|
728
732
|
--fgColor-danger: #e5534b;
|
|
729
|
-
--fgColor-open: #57ab5a;
|
|
730
733
|
--fgColor-closed: #e5534b;
|
|
731
734
|
--fgColor-done: #986ee2;
|
|
732
735
|
--fgColor-upsell: #986ee2;
|
|
@@ -746,15 +749,15 @@
|
|
|
746
749
|
--bgColor-accent-emphasis: #316dca;
|
|
747
750
|
--bgColor-success-muted: #46954a26;
|
|
748
751
|
--bgColor-success-emphasis: #347d39;
|
|
752
|
+
--bgColor-open-muted: #46954a26;
|
|
753
|
+
--bgColor-open-emphasis: #347d39;
|
|
749
754
|
--bgColor-attention-muted: #ae7c1426;
|
|
750
755
|
--bgColor-attention-emphasis: #966600;
|
|
751
756
|
--bgColor-severe-muted: #cc6b2c1a;
|
|
752
757
|
--bgColor-severe-emphasis: #ae5622;
|
|
753
758
|
--bgColor-danger-muted: #e5534b1a;
|
|
754
759
|
--bgColor-danger-emphasis: #c93c37;
|
|
755
|
-
--bgColor-
|
|
756
|
-
--bgColor-open-emphasis: #347d39;
|
|
757
|
-
--bgColor-closed-muted: #e5534b26;
|
|
760
|
+
--bgColor-closed-muted: #e5534b1a;
|
|
758
761
|
--bgColor-closed-emphasis: #c93c37;
|
|
759
762
|
--bgColor-done-muted: #986ee226;
|
|
760
763
|
--bgColor-done-emphasis: #8256d0;
|
|
@@ -774,14 +777,14 @@
|
|
|
774
777
|
--borderColor-accent-emphasis: #316dca;
|
|
775
778
|
--borderColor-success-muted: #46954a66;
|
|
776
779
|
--borderColor-success-emphasis: #347d39;
|
|
780
|
+
--borderColor-open-muted: #46954a66;
|
|
781
|
+
--borderColor-open-emphasis: #347d39;
|
|
777
782
|
--borderColor-attention-muted: #ae7c1466;
|
|
778
783
|
--borderColor-attention-emphasis: #966600;
|
|
779
784
|
--borderColor-severe-muted: #cc6b2c66;
|
|
780
785
|
--borderColor-severe-emphasis: #ae5622;
|
|
781
786
|
--borderColor-danger-muted: #e5534b66;
|
|
782
787
|
--borderColor-danger-emphasis: #c93c37;
|
|
783
|
-
--borderColor-open-muted: #46954a66;
|
|
784
|
-
--borderColor-open-emphasis: #347d39;
|
|
785
788
|
--borderColor-closed-muted: #e5534b66;
|
|
786
789
|
--borderColor-closed-emphasis: #c93c37;
|
|
787
790
|
--borderColor-done-muted: #986ee266;
|
|
@@ -1562,20 +1565,23 @@
|
|
|
1562
1565
|
--label-coral-fgColor-rest: #f7794b;
|
|
1563
1566
|
--label-coral-fgColor-hover: #fa8c61;
|
|
1564
1567
|
--label-coral-fgColor-active: #fdaa86;
|
|
1568
|
+
--tooltip-bgColor: #636e7b;
|
|
1569
|
+
--tooltip-fgColor: #cdd9e5;
|
|
1565
1570
|
--fgColor-default: #c5d1de;
|
|
1566
1571
|
--fgColor-muted: #778491;
|
|
1567
1572
|
--fgColor-onEmphasis: #cdd9e5;
|
|
1573
|
+
--fgColor-onInverse: #1c2128;
|
|
1568
1574
|
--fgColor-white: #cdd9e5;
|
|
1569
1575
|
--fgColor-black: #1c2128;
|
|
1570
1576
|
--fgColor-disabled: #636e7b;
|
|
1571
1577
|
--fgColor-link: #478be6;
|
|
1572
|
-
--fgColor-neutral: #
|
|
1578
|
+
--fgColor-neutral: #909dab;
|
|
1573
1579
|
--fgColor-accent: #478be6;
|
|
1574
1580
|
--fgColor-success: #57ab5a;
|
|
1581
|
+
--fgColor-open: #57ab5a;
|
|
1575
1582
|
--fgColor-attention: #c69026;
|
|
1576
1583
|
--fgColor-severe: #cc6b2c;
|
|
1577
1584
|
--fgColor-danger: #e5534b;
|
|
1578
|
-
--fgColor-open: #57ab5a;
|
|
1579
1585
|
--fgColor-closed: #e5534b;
|
|
1580
1586
|
--fgColor-done: #986ee2;
|
|
1581
1587
|
--fgColor-upsell: #986ee2;
|
|
@@ -1595,15 +1601,15 @@
|
|
|
1595
1601
|
--bgColor-accent-emphasis: #316dca;
|
|
1596
1602
|
--bgColor-success-muted: #46954a26;
|
|
1597
1603
|
--bgColor-success-emphasis: #347d39;
|
|
1604
|
+
--bgColor-open-muted: #46954a26;
|
|
1605
|
+
--bgColor-open-emphasis: #347d39;
|
|
1598
1606
|
--bgColor-attention-muted: #ae7c1426;
|
|
1599
1607
|
--bgColor-attention-emphasis: #966600;
|
|
1600
1608
|
--bgColor-severe-muted: #cc6b2c1a;
|
|
1601
1609
|
--bgColor-severe-emphasis: #ae5622;
|
|
1602
1610
|
--bgColor-danger-muted: #e5534b1a;
|
|
1603
1611
|
--bgColor-danger-emphasis: #c93c37;
|
|
1604
|
-
--bgColor-
|
|
1605
|
-
--bgColor-open-emphasis: #347d39;
|
|
1606
|
-
--bgColor-closed-muted: #e5534b26;
|
|
1612
|
+
--bgColor-closed-muted: #e5534b1a;
|
|
1607
1613
|
--bgColor-closed-emphasis: #c93c37;
|
|
1608
1614
|
--bgColor-done-muted: #986ee226;
|
|
1609
1615
|
--bgColor-done-emphasis: #8256d0;
|
|
@@ -1623,14 +1629,14 @@
|
|
|
1623
1629
|
--borderColor-accent-emphasis: #316dca;
|
|
1624
1630
|
--borderColor-success-muted: #46954a66;
|
|
1625
1631
|
--borderColor-success-emphasis: #347d39;
|
|
1632
|
+
--borderColor-open-muted: #46954a66;
|
|
1633
|
+
--borderColor-open-emphasis: #347d39;
|
|
1626
1634
|
--borderColor-attention-muted: #ae7c1466;
|
|
1627
1635
|
--borderColor-attention-emphasis: #966600;
|
|
1628
1636
|
--borderColor-severe-muted: #cc6b2c66;
|
|
1629
1637
|
--borderColor-severe-emphasis: #ae5622;
|
|
1630
1638
|
--borderColor-danger-muted: #e5534b66;
|
|
1631
1639
|
--borderColor-danger-emphasis: #c93c37;
|
|
1632
|
-
--borderColor-open-muted: #46954a66;
|
|
1633
|
-
--borderColor-open-emphasis: #347d39;
|
|
1634
1640
|
--borderColor-closed-muted: #e5534b66;
|
|
1635
1641
|
--borderColor-closed-emphasis: #c93c37;
|
|
1636
1642
|
--borderColor-done-muted: #986ee266;
|