@pantheon-systems/pds-design-tokens 1.0.0-dev.21 → 1.0.0-dev.22
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 -0
- package/build/css/pds-design-tokens-light-mode.css +1 -0
- package/build/figma/pds-design-tokens-figma.json +62 -0
- package/build/json/pds-design-tokens-dark-mode.json +31 -0
- package/build/json/pds-design-tokens-light-mode.json +31 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +1 -0
- package/build/scss/_pds-design-tokens-light-mode.scss +1 -0
- package/package.json +1 -1
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
114
114
|
--pds-color-text-paragraph: var(--pds-color-text-default);
|
|
115
115
|
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
116
|
+
--pds-color-tile-background-hover: #504e62;
|
|
116
117
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
117
118
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
118
119
|
}
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
--pds-color-text-overline: var(--pds-color-text-default-secondary);
|
|
114
114
|
--pds-color-text-paragraph: #23232d;
|
|
115
115
|
--pds-color-text-quote: var(--pds-color-text-default-secondary);
|
|
116
|
+
--pds-color-tile-background-hover: #f1f1f1;
|
|
116
117
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
117
118
|
--pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
118
119
|
}
|
|
@@ -4286,6 +4286,37 @@
|
|
|
4286
4286
|
}
|
|
4287
4287
|
}
|
|
4288
4288
|
},
|
|
4289
|
+
"tile": {
|
|
4290
|
+
"background": {
|
|
4291
|
+
"hover": {
|
|
4292
|
+
"value": "#504e62",
|
|
4293
|
+
"public": true,
|
|
4294
|
+
"isReferenceToInternal": true,
|
|
4295
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
4296
|
+
"isSource": true,
|
|
4297
|
+
"original": {
|
|
4298
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
4299
|
+
"public": true,
|
|
4300
|
+
"isReferenceToInternal": true
|
|
4301
|
+
},
|
|
4302
|
+
"name": "color-dark-mode-tile-background-hover",
|
|
4303
|
+
"attributes": {
|
|
4304
|
+
"category": "color",
|
|
4305
|
+
"type": "dark-mode",
|
|
4306
|
+
"item": "tile",
|
|
4307
|
+
"subitem": "background",
|
|
4308
|
+
"state": "hover"
|
|
4309
|
+
},
|
|
4310
|
+
"path": [
|
|
4311
|
+
"color",
|
|
4312
|
+
"dark-mode",
|
|
4313
|
+
"tile",
|
|
4314
|
+
"background",
|
|
4315
|
+
"hover"
|
|
4316
|
+
]
|
|
4317
|
+
}
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4289
4320
|
"text": {
|
|
4290
4321
|
"default": {
|
|
4291
4322
|
"value": "#ffffff",
|
|
@@ -8518,6 +8549,37 @@
|
|
|
8518
8549
|
}
|
|
8519
8550
|
}
|
|
8520
8551
|
},
|
|
8552
|
+
"tile": {
|
|
8553
|
+
"background": {
|
|
8554
|
+
"hover": {
|
|
8555
|
+
"value": "#f1f1f1",
|
|
8556
|
+
"public": true,
|
|
8557
|
+
"isReferenceToInternal": true,
|
|
8558
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
8559
|
+
"isSource": true,
|
|
8560
|
+
"original": {
|
|
8561
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8562
|
+
"public": true,
|
|
8563
|
+
"isReferenceToInternal": true
|
|
8564
|
+
},
|
|
8565
|
+
"name": "color-light-mode-tile-background-hover",
|
|
8566
|
+
"attributes": {
|
|
8567
|
+
"category": "color",
|
|
8568
|
+
"type": "light-mode",
|
|
8569
|
+
"item": "tile",
|
|
8570
|
+
"subitem": "background",
|
|
8571
|
+
"state": "hover"
|
|
8572
|
+
},
|
|
8573
|
+
"path": [
|
|
8574
|
+
"color",
|
|
8575
|
+
"light-mode",
|
|
8576
|
+
"tile",
|
|
8577
|
+
"background",
|
|
8578
|
+
"hover"
|
|
8579
|
+
]
|
|
8580
|
+
}
|
|
8581
|
+
}
|
|
8582
|
+
},
|
|
8521
8583
|
"text": {
|
|
8522
8584
|
"default": {
|
|
8523
8585
|
"value": "#23232d",
|
|
@@ -2487,6 +2487,37 @@
|
|
|
2487
2487
|
}
|
|
2488
2488
|
}
|
|
2489
2489
|
},
|
|
2490
|
+
"tile": {
|
|
2491
|
+
"background": {
|
|
2492
|
+
"hover": {
|
|
2493
|
+
"value": "#504e62",
|
|
2494
|
+
"public": true,
|
|
2495
|
+
"isReferenceToInternal": true,
|
|
2496
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
2497
|
+
"isSource": true,
|
|
2498
|
+
"original": {
|
|
2499
|
+
"value": "{color.dark-mode.neutral.400.value}",
|
|
2500
|
+
"public": true,
|
|
2501
|
+
"isReferenceToInternal": true
|
|
2502
|
+
},
|
|
2503
|
+
"name": "color-dark-mode-tile-background-hover",
|
|
2504
|
+
"attributes": {
|
|
2505
|
+
"category": "color",
|
|
2506
|
+
"type": "dark-mode",
|
|
2507
|
+
"item": "tile",
|
|
2508
|
+
"subitem": "background",
|
|
2509
|
+
"state": "hover"
|
|
2510
|
+
},
|
|
2511
|
+
"path": [
|
|
2512
|
+
"color",
|
|
2513
|
+
"dark-mode",
|
|
2514
|
+
"tile",
|
|
2515
|
+
"background",
|
|
2516
|
+
"hover"
|
|
2517
|
+
]
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2490
2521
|
"text": {
|
|
2491
2522
|
"default": {
|
|
2492
2523
|
"value": "#ffffff",
|
|
@@ -2481,6 +2481,37 @@
|
|
|
2481
2481
|
}
|
|
2482
2482
|
}
|
|
2483
2483
|
},
|
|
2484
|
+
"tile": {
|
|
2485
|
+
"background": {
|
|
2486
|
+
"hover": {
|
|
2487
|
+
"value": "#f1f1f1",
|
|
2488
|
+
"public": true,
|
|
2489
|
+
"isReferenceToInternal": true,
|
|
2490
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
2491
|
+
"isSource": true,
|
|
2492
|
+
"original": {
|
|
2493
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
2494
|
+
"public": true,
|
|
2495
|
+
"isReferenceToInternal": true
|
|
2496
|
+
},
|
|
2497
|
+
"name": "color-light-mode-tile-background-hover",
|
|
2498
|
+
"attributes": {
|
|
2499
|
+
"category": "color",
|
|
2500
|
+
"type": "light-mode",
|
|
2501
|
+
"item": "tile",
|
|
2502
|
+
"subitem": "background",
|
|
2503
|
+
"state": "hover"
|
|
2504
|
+
},
|
|
2505
|
+
"path": [
|
|
2506
|
+
"color",
|
|
2507
|
+
"light-mode",
|
|
2508
|
+
"tile",
|
|
2509
|
+
"background",
|
|
2510
|
+
"hover"
|
|
2511
|
+
]
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2484
2515
|
"text": {
|
|
2485
2516
|
"default": {
|
|
2486
2517
|
"value": "#23232d",
|
|
@@ -111,5 +111,6 @@ $pds-color-text-lead: $pds-color-text-default-secondary;
|
|
|
111
111
|
$pds-color-text-overline: $pds-color-text-default-secondary;
|
|
112
112
|
$pds-color-text-paragraph: $pds-color-text-default;
|
|
113
113
|
$pds-color-text-quote: $pds-color-text-default-secondary;
|
|
114
|
+
$pds-color-tile-background-hover: #504e62;
|
|
114
115
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
115
116
|
$pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -111,5 +111,6 @@ $pds-color-text-lead: $pds-color-text-default-secondary;
|
|
|
111
111
|
$pds-color-text-overline: $pds-color-text-default-secondary;
|
|
112
112
|
$pds-color-text-paragraph: #23232d;
|
|
113
113
|
$pds-color-text-quote: $pds-color-text-default-secondary;
|
|
114
|
+
$pds-color-tile-background-hover: #f1f1f1;
|
|
114
115
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
115
116
|
$pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|