@pantheon-systems/pds-design-tokens 0.6.0-dev.0 → 0.6.0-dev.1
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/build/css/pds-design-tokens-dark-mode.css +1 -1
- package/build/css/pds-design-tokens-light-mode.css +1 -1
- package/build/figma/pds-design-tokens-figma.json +52 -46
- package/build/json/pds-design-tokens-dark-mode.json +26 -23
- package/build/json/pds-design-tokens-light-mode.json +26 -23
- package/build/scss/_pds-design-tokens-dark-mode.scss +1 -1
- package/build/scss/_pds-design-tokens-light-mode.scss +1 -1
- package/package.json +1 -1
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
56
|
--pds-color-button-subtle-background-focus: rgba(0, 0, 0, 0);
|
|
57
57
|
--pds-color-button-subtle-background-hover: #504e62;
|
|
58
|
-
--pds-color-button-subtle-border: rgba(0, 0, 0, 0);
|
|
58
|
+
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
59
59
|
--pds-color-button-subtle-foreground-active: #e7e7eb;
|
|
60
60
|
--pds-color-button-subtle-foreground-default: #e7e7eb;
|
|
61
61
|
--pds-color-button-subtle-foreground-focus: #e7e7eb;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
56
56
|
--pds-color-button-subtle-background-focus: rgba(0, 0, 0, 0);
|
|
57
57
|
--pds-color-button-subtle-background-hover: #f1f1f1;
|
|
58
|
-
--pds-color-button-subtle-border: rgba(0, 0, 0, 0);
|
|
58
|
+
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
59
59
|
--pds-color-button-subtle-foreground-active: #11005d;
|
|
60
60
|
--pds-color-button-subtle-foreground-default: #3017a1;
|
|
61
61
|
--pds-color-button-subtle-foreground-focus: #3017a1;
|
|
@@ -2229,29 +2229,32 @@
|
|
|
2229
2229
|
}
|
|
2230
2230
|
},
|
|
2231
2231
|
"border": {
|
|
2232
|
-
"
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
"
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
"
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
"
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2232
|
+
"default": {
|
|
2233
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
2234
|
+
"public": true,
|
|
2235
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
2236
|
+
"isSource": true,
|
|
2237
|
+
"original": {
|
|
2238
|
+
"value": "transparent",
|
|
2239
|
+
"public": true
|
|
2240
|
+
},
|
|
2241
|
+
"name": "color-dark-mode-button-subtle-border-default",
|
|
2242
|
+
"attributes": {
|
|
2243
|
+
"category": "color",
|
|
2244
|
+
"type": "dark-mode",
|
|
2245
|
+
"item": "button",
|
|
2246
|
+
"subitem": "subtle",
|
|
2247
|
+
"state": "border"
|
|
2248
|
+
},
|
|
2249
|
+
"path": [
|
|
2250
|
+
"color",
|
|
2251
|
+
"dark-mode",
|
|
2252
|
+
"button",
|
|
2253
|
+
"subtle",
|
|
2254
|
+
"border",
|
|
2255
|
+
"default"
|
|
2256
|
+
]
|
|
2257
|
+
}
|
|
2255
2258
|
},
|
|
2256
2259
|
"foreground": {
|
|
2257
2260
|
"default": {
|
|
@@ -5488,29 +5491,32 @@
|
|
|
5488
5491
|
}
|
|
5489
5492
|
},
|
|
5490
5493
|
"border": {
|
|
5491
|
-
"
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
"
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
"
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
"
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5494
|
+
"default": {
|
|
5495
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
5496
|
+
"public": true,
|
|
5497
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
5498
|
+
"isSource": true,
|
|
5499
|
+
"original": {
|
|
5500
|
+
"value": "transparent",
|
|
5501
|
+
"public": true
|
|
5502
|
+
},
|
|
5503
|
+
"name": "color-light-mode-button-subtle-border-default",
|
|
5504
|
+
"attributes": {
|
|
5505
|
+
"category": "color",
|
|
5506
|
+
"type": "light-mode",
|
|
5507
|
+
"item": "button",
|
|
5508
|
+
"subitem": "subtle",
|
|
5509
|
+
"state": "border"
|
|
5510
|
+
},
|
|
5511
|
+
"path": [
|
|
5512
|
+
"color",
|
|
5513
|
+
"light-mode",
|
|
5514
|
+
"button",
|
|
5515
|
+
"subtle",
|
|
5516
|
+
"border",
|
|
5517
|
+
"default"
|
|
5518
|
+
]
|
|
5519
|
+
}
|
|
5514
5520
|
},
|
|
5515
5521
|
"foreground": {
|
|
5516
5522
|
"default": {
|
|
@@ -991,29 +991,32 @@
|
|
|
991
991
|
}
|
|
992
992
|
},
|
|
993
993
|
"border": {
|
|
994
|
-
"
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
"
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
"
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
"
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
994
|
+
"default": {
|
|
995
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
996
|
+
"public": true,
|
|
997
|
+
"filePath": "tokens/color/alias/interactive.dark.json",
|
|
998
|
+
"isSource": true,
|
|
999
|
+
"original": {
|
|
1000
|
+
"value": "transparent",
|
|
1001
|
+
"public": true
|
|
1002
|
+
},
|
|
1003
|
+
"name": "color-dark-mode-button-subtle-border-default",
|
|
1004
|
+
"attributes": {
|
|
1005
|
+
"category": "color",
|
|
1006
|
+
"type": "dark-mode",
|
|
1007
|
+
"item": "button",
|
|
1008
|
+
"subitem": "subtle",
|
|
1009
|
+
"state": "border"
|
|
1010
|
+
},
|
|
1011
|
+
"path": [
|
|
1012
|
+
"color",
|
|
1013
|
+
"dark-mode",
|
|
1014
|
+
"button",
|
|
1015
|
+
"subtle",
|
|
1016
|
+
"border",
|
|
1017
|
+
"default"
|
|
1018
|
+
]
|
|
1019
|
+
}
|
|
1017
1020
|
},
|
|
1018
1021
|
"foreground": {
|
|
1019
1022
|
"default": {
|
|
@@ -993,29 +993,32 @@
|
|
|
993
993
|
}
|
|
994
994
|
},
|
|
995
995
|
"border": {
|
|
996
|
-
"
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
"
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
"
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
"
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
996
|
+
"default": {
|
|
997
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
998
|
+
"public": true,
|
|
999
|
+
"filePath": "tokens/color/alias/interactive.light.json",
|
|
1000
|
+
"isSource": true,
|
|
1001
|
+
"original": {
|
|
1002
|
+
"value": "transparent",
|
|
1003
|
+
"public": true
|
|
1004
|
+
},
|
|
1005
|
+
"name": "color-light-mode-button-subtle-border-default",
|
|
1006
|
+
"attributes": {
|
|
1007
|
+
"category": "color",
|
|
1008
|
+
"type": "light-mode",
|
|
1009
|
+
"item": "button",
|
|
1010
|
+
"subitem": "subtle",
|
|
1011
|
+
"state": "border"
|
|
1012
|
+
},
|
|
1013
|
+
"path": [
|
|
1014
|
+
"color",
|
|
1015
|
+
"light-mode",
|
|
1016
|
+
"button",
|
|
1017
|
+
"subtle",
|
|
1018
|
+
"border",
|
|
1019
|
+
"default"
|
|
1020
|
+
]
|
|
1021
|
+
}
|
|
1019
1022
|
},
|
|
1020
1023
|
"foreground": {
|
|
1021
1024
|
"default": {
|
|
@@ -53,7 +53,7 @@ $pds-color-button-subtle-background-active: #282839;
|
|
|
53
53
|
$pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
54
54
|
$pds-color-button-subtle-background-focus: rgba(0, 0, 0, 0);
|
|
55
55
|
$pds-color-button-subtle-background-hover: #504e62;
|
|
56
|
-
$pds-color-button-subtle-border: rgba(0, 0, 0, 0);
|
|
56
|
+
$pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
57
57
|
$pds-color-button-subtle-foreground-active: #e7e7eb;
|
|
58
58
|
$pds-color-button-subtle-foreground-default: #e7e7eb;
|
|
59
59
|
$pds-color-button-subtle-foreground-focus: #e7e7eb;
|
|
@@ -53,7 +53,7 @@ $pds-color-button-subtle-background-active: #cfcfd3;
|
|
|
53
53
|
$pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
54
54
|
$pds-color-button-subtle-background-focus: rgba(0, 0, 0, 0);
|
|
55
55
|
$pds-color-button-subtle-background-hover: #f1f1f1;
|
|
56
|
-
$pds-color-button-subtle-border: rgba(0, 0, 0, 0);
|
|
56
|
+
$pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
57
57
|
$pds-color-button-subtle-foreground-active: #11005d;
|
|
58
58
|
$pds-color-button-subtle-foreground-default: #3017a1;
|
|
59
59
|
$pds-color-button-subtle-foreground-focus: #3017a1;
|