@pantheon-systems/pds-design-tokens 1.0.0-dev.97 → 1.0.0-dev.98
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 +3 -3
- package/build/figma/pds-design-tokens-figma.json +16 -10
- package/build/json/pds-design-tokens-dark-mode.json +2 -2
- package/build/json/pds-design-tokens-light-mode.json +14 -8
- package/package.json +1 -1
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
98
98
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
99
99
|
--pds-color-button-subtle-foreground-active: var(--pds-color-link-active);
|
|
100
|
-
--pds-color-button-subtle-foreground-default: #
|
|
100
|
+
--pds-color-button-subtle-foreground-default: #d0c6ff;
|
|
101
101
|
--pds-color-button-subtle-foreground-hover: var(--pds-color-link-hover);
|
|
102
102
|
--pds-color-card-border: #504e62;
|
|
103
103
|
--pds-color-code-inline-background: #282839;
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
--pds-color-button-secondary-foreground-hover: #3017a1;
|
|
97
97
|
--pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
|
|
98
98
|
--pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
|
|
99
|
-
--pds-color-button-subtle-foreground-active:
|
|
100
|
-
--pds-color-button-subtle-foreground-default:
|
|
101
|
-
--pds-color-button-subtle-foreground-hover:
|
|
99
|
+
--pds-color-button-subtle-foreground-active: #11005d;
|
|
100
|
+
--pds-color-button-subtle-foreground-default: #3017a1;
|
|
101
|
+
--pds-color-button-subtle-foreground-hover: #5f41e5;
|
|
102
102
|
--pds-color-card-border: var(--pds-color-border-default);
|
|
103
103
|
--pds-color-code-inline-background: #f0ecff;
|
|
104
104
|
--pds-color-code-inline-border: #e5dbff;
|
|
@@ -3324,13 +3324,13 @@
|
|
|
3324
3324
|
},
|
|
3325
3325
|
"foreground": {
|
|
3326
3326
|
"default": {
|
|
3327
|
-
"value": "#
|
|
3327
|
+
"value": "#d0c6ff",
|
|
3328
3328
|
"public": true,
|
|
3329
3329
|
"isReferenceToInternal": true,
|
|
3330
3330
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
3331
3331
|
"isSource": true,
|
|
3332
3332
|
"original": {
|
|
3333
|
-
"value": "{color.dark-mode.
|
|
3333
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
3334
3334
|
"public": true,
|
|
3335
3335
|
"isReferenceToInternal": true
|
|
3336
3336
|
},
|
|
@@ -9598,13 +9598,15 @@
|
|
|
9598
9598
|
},
|
|
9599
9599
|
"foreground": {
|
|
9600
9600
|
"default": {
|
|
9601
|
-
"value": "#
|
|
9601
|
+
"value": "#3017a1",
|
|
9602
9602
|
"public": true,
|
|
9603
|
+
"isReferenceToInternal": true,
|
|
9603
9604
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9604
9605
|
"isSource": true,
|
|
9605
9606
|
"original": {
|
|
9606
|
-
"value": "{color.light-mode.
|
|
9607
|
-
"public": true
|
|
9607
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
9608
|
+
"public": true,
|
|
9609
|
+
"isReferenceToInternal": true
|
|
9608
9610
|
},
|
|
9609
9611
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
9610
9612
|
"attributes": {
|
|
@@ -9626,11 +9628,13 @@
|
|
|
9626
9628
|
"hover": {
|
|
9627
9629
|
"value": "#5f41e5",
|
|
9628
9630
|
"public": true,
|
|
9631
|
+
"isReferenceToInternal": true,
|
|
9629
9632
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9630
9633
|
"isSource": true,
|
|
9631
9634
|
"original": {
|
|
9632
|
-
"value": "{color.light-mode.
|
|
9633
|
-
"public": true
|
|
9635
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
9636
|
+
"public": true,
|
|
9637
|
+
"isReferenceToInternal": true
|
|
9634
9638
|
},
|
|
9635
9639
|
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
9636
9640
|
"attributes": {
|
|
@@ -9650,13 +9654,15 @@
|
|
|
9650
9654
|
]
|
|
9651
9655
|
},
|
|
9652
9656
|
"active": {
|
|
9653
|
-
"value": "#
|
|
9657
|
+
"value": "#11005d",
|
|
9654
9658
|
"public": true,
|
|
9659
|
+
"isReferenceToInternal": true,
|
|
9655
9660
|
"filePath": "tokens/color/alias/button.light.json",
|
|
9656
9661
|
"isSource": true,
|
|
9657
9662
|
"original": {
|
|
9658
|
-
"value": "{color.light-mode.
|
|
9659
|
-
"public": true
|
|
9663
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
9664
|
+
"public": true,
|
|
9665
|
+
"isReferenceToInternal": true
|
|
9660
9666
|
},
|
|
9661
9667
|
"name": "color-light-mode-button-subtle-foreground-active",
|
|
9662
9668
|
"attributes": {
|
|
@@ -1345,13 +1345,13 @@
|
|
|
1345
1345
|
},
|
|
1346
1346
|
"foreground": {
|
|
1347
1347
|
"default": {
|
|
1348
|
-
"value": "#
|
|
1348
|
+
"value": "#d0c6ff",
|
|
1349
1349
|
"public": true,
|
|
1350
1350
|
"isReferenceToInternal": true,
|
|
1351
1351
|
"filePath": "tokens/color/alias/button.dark.json",
|
|
1352
1352
|
"isSource": true,
|
|
1353
1353
|
"original": {
|
|
1354
|
-
"value": "{color.dark-mode.
|
|
1354
|
+
"value": "{color.dark-mode.brand.secondary.200.value}",
|
|
1355
1355
|
"public": true,
|
|
1356
1356
|
"isReferenceToInternal": true
|
|
1357
1357
|
},
|
|
@@ -1339,13 +1339,15 @@
|
|
|
1339
1339
|
},
|
|
1340
1340
|
"foreground": {
|
|
1341
1341
|
"default": {
|
|
1342
|
-
"value": "#
|
|
1342
|
+
"value": "#3017a1",
|
|
1343
1343
|
"public": true,
|
|
1344
|
+
"isReferenceToInternal": true,
|
|
1344
1345
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1345
1346
|
"isSource": true,
|
|
1346
1347
|
"original": {
|
|
1347
|
-
"value": "{color.light-mode.
|
|
1348
|
-
"public": true
|
|
1348
|
+
"value": "{color.light-mode.brand.secondary.400.value}",
|
|
1349
|
+
"public": true,
|
|
1350
|
+
"isReferenceToInternal": true
|
|
1349
1351
|
},
|
|
1350
1352
|
"name": "color-light-mode-button-subtle-foreground-default",
|
|
1351
1353
|
"attributes": {
|
|
@@ -1367,11 +1369,13 @@
|
|
|
1367
1369
|
"hover": {
|
|
1368
1370
|
"value": "#5f41e5",
|
|
1369
1371
|
"public": true,
|
|
1372
|
+
"isReferenceToInternal": true,
|
|
1370
1373
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1371
1374
|
"isSource": true,
|
|
1372
1375
|
"original": {
|
|
1373
|
-
"value": "{color.light-mode.
|
|
1374
|
-
"public": true
|
|
1376
|
+
"value": "{color.light-mode.brand.secondary.300.value}",
|
|
1377
|
+
"public": true,
|
|
1378
|
+
"isReferenceToInternal": true
|
|
1375
1379
|
},
|
|
1376
1380
|
"name": "color-light-mode-button-subtle-foreground-hover",
|
|
1377
1381
|
"attributes": {
|
|
@@ -1391,13 +1395,15 @@
|
|
|
1391
1395
|
]
|
|
1392
1396
|
},
|
|
1393
1397
|
"active": {
|
|
1394
|
-
"value": "#
|
|
1398
|
+
"value": "#11005d",
|
|
1395
1399
|
"public": true,
|
|
1400
|
+
"isReferenceToInternal": true,
|
|
1396
1401
|
"filePath": "tokens/color/alias/button.light.json",
|
|
1397
1402
|
"isSource": true,
|
|
1398
1403
|
"original": {
|
|
1399
|
-
"value": "{color.light-mode.
|
|
1400
|
-
"public": true
|
|
1404
|
+
"value": "{color.light-mode.brand.secondary.500.value}",
|
|
1405
|
+
"public": true,
|
|
1406
|
+
"isReferenceToInternal": true
|
|
1401
1407
|
},
|
|
1402
1408
|
"name": "color-light-mode-button-subtle-foreground-active",
|
|
1403
1409
|
"attributes": {
|