@pantheon-systems/pds-design-tokens 1.0.0-dev.21 → 1.0.0-dev.23
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 +2 -0
- package/build/css/pds-design-tokens-light-mode.css +2 -0
- package/build/figma/pds-design-tokens-figma.json +116 -0
- package/build/json/pds-design-tokens-dark-mode.json +58 -0
- package/build/json/pds-design-tokens-light-mode.json +58 -0
- package/build/scss/_pds-design-tokens-dark-mode.scss +2 -0
- package/build/scss/_pds-design-tokens-light-mode.scss +2 -0
- package/package.json +1 -1
|
@@ -113,6 +113,8 @@
|
|
|
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-active: #858299;
|
|
117
|
+
--pds-color-tile-background-hover: #504e62;
|
|
116
118
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
117
119
|
--pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
118
120
|
}
|
|
@@ -113,6 +113,8 @@
|
|
|
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-active: #cfcfd3;
|
|
117
|
+
--pds-color-tile-background-hover: #f1f1f1;
|
|
116
118
|
--pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
117
119
|
--pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
118
120
|
}
|
|
@@ -4286,6 +4286,64 @@
|
|
|
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
|
+
"active": {
|
|
4319
|
+
"value": "#858299",
|
|
4320
|
+
"public": true,
|
|
4321
|
+
"isReferenceToInternal": true,
|
|
4322
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
4323
|
+
"isSource": true,
|
|
4324
|
+
"original": {
|
|
4325
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
4326
|
+
"public": true,
|
|
4327
|
+
"isReferenceToInternal": true
|
|
4328
|
+
},
|
|
4329
|
+
"name": "color-dark-mode-tile-background-active",
|
|
4330
|
+
"attributes": {
|
|
4331
|
+
"category": "color",
|
|
4332
|
+
"type": "dark-mode",
|
|
4333
|
+
"item": "tile",
|
|
4334
|
+
"subitem": "background",
|
|
4335
|
+
"state": "active"
|
|
4336
|
+
},
|
|
4337
|
+
"path": [
|
|
4338
|
+
"color",
|
|
4339
|
+
"dark-mode",
|
|
4340
|
+
"tile",
|
|
4341
|
+
"background",
|
|
4342
|
+
"active"
|
|
4343
|
+
]
|
|
4344
|
+
}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
4289
4347
|
"text": {
|
|
4290
4348
|
"default": {
|
|
4291
4349
|
"value": "#ffffff",
|
|
@@ -8518,6 +8576,64 @@
|
|
|
8518
8576
|
}
|
|
8519
8577
|
}
|
|
8520
8578
|
},
|
|
8579
|
+
"tile": {
|
|
8580
|
+
"background": {
|
|
8581
|
+
"hover": {
|
|
8582
|
+
"value": "#f1f1f1",
|
|
8583
|
+
"public": true,
|
|
8584
|
+
"isReferenceToInternal": true,
|
|
8585
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
8586
|
+
"isSource": true,
|
|
8587
|
+
"original": {
|
|
8588
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
8589
|
+
"public": true,
|
|
8590
|
+
"isReferenceToInternal": true
|
|
8591
|
+
},
|
|
8592
|
+
"name": "color-light-mode-tile-background-hover",
|
|
8593
|
+
"attributes": {
|
|
8594
|
+
"category": "color",
|
|
8595
|
+
"type": "light-mode",
|
|
8596
|
+
"item": "tile",
|
|
8597
|
+
"subitem": "background",
|
|
8598
|
+
"state": "hover"
|
|
8599
|
+
},
|
|
8600
|
+
"path": [
|
|
8601
|
+
"color",
|
|
8602
|
+
"light-mode",
|
|
8603
|
+
"tile",
|
|
8604
|
+
"background",
|
|
8605
|
+
"hover"
|
|
8606
|
+
]
|
|
8607
|
+
},
|
|
8608
|
+
"active": {
|
|
8609
|
+
"value": "#cfcfd3",
|
|
8610
|
+
"public": true,
|
|
8611
|
+
"isReferenceToInternal": true,
|
|
8612
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
8613
|
+
"isSource": true,
|
|
8614
|
+
"original": {
|
|
8615
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
8616
|
+
"public": true,
|
|
8617
|
+
"isReferenceToInternal": true
|
|
8618
|
+
},
|
|
8619
|
+
"name": "color-light-mode-tile-background-active",
|
|
8620
|
+
"attributes": {
|
|
8621
|
+
"category": "color",
|
|
8622
|
+
"type": "light-mode",
|
|
8623
|
+
"item": "tile",
|
|
8624
|
+
"subitem": "background",
|
|
8625
|
+
"state": "active"
|
|
8626
|
+
},
|
|
8627
|
+
"path": [
|
|
8628
|
+
"color",
|
|
8629
|
+
"light-mode",
|
|
8630
|
+
"tile",
|
|
8631
|
+
"background",
|
|
8632
|
+
"active"
|
|
8633
|
+
]
|
|
8634
|
+
}
|
|
8635
|
+
}
|
|
8636
|
+
},
|
|
8521
8637
|
"text": {
|
|
8522
8638
|
"default": {
|
|
8523
8639
|
"value": "#23232d",
|
|
@@ -2487,6 +2487,64 @@
|
|
|
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
|
+
"active": {
|
|
2520
|
+
"value": "#858299",
|
|
2521
|
+
"public": true,
|
|
2522
|
+
"isReferenceToInternal": true,
|
|
2523
|
+
"filePath": "tokens/color/alias/tile.dark.json",
|
|
2524
|
+
"isSource": true,
|
|
2525
|
+
"original": {
|
|
2526
|
+
"value": "{color.dark-mode.neutral.300.value}",
|
|
2527
|
+
"public": true,
|
|
2528
|
+
"isReferenceToInternal": true
|
|
2529
|
+
},
|
|
2530
|
+
"name": "color-dark-mode-tile-background-active",
|
|
2531
|
+
"attributes": {
|
|
2532
|
+
"category": "color",
|
|
2533
|
+
"type": "dark-mode",
|
|
2534
|
+
"item": "tile",
|
|
2535
|
+
"subitem": "background",
|
|
2536
|
+
"state": "active"
|
|
2537
|
+
},
|
|
2538
|
+
"path": [
|
|
2539
|
+
"color",
|
|
2540
|
+
"dark-mode",
|
|
2541
|
+
"tile",
|
|
2542
|
+
"background",
|
|
2543
|
+
"active"
|
|
2544
|
+
]
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2490
2548
|
"text": {
|
|
2491
2549
|
"default": {
|
|
2492
2550
|
"value": "#ffffff",
|
|
@@ -2481,6 +2481,64 @@
|
|
|
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
|
+
"active": {
|
|
2514
|
+
"value": "#cfcfd3",
|
|
2515
|
+
"public": true,
|
|
2516
|
+
"isReferenceToInternal": true,
|
|
2517
|
+
"filePath": "tokens/color/alias/tile.light.json",
|
|
2518
|
+
"isSource": true,
|
|
2519
|
+
"original": {
|
|
2520
|
+
"value": "{color.light-mode.neutral.200.value}",
|
|
2521
|
+
"public": true,
|
|
2522
|
+
"isReferenceToInternal": true
|
|
2523
|
+
},
|
|
2524
|
+
"name": "color-light-mode-tile-background-active",
|
|
2525
|
+
"attributes": {
|
|
2526
|
+
"category": "color",
|
|
2527
|
+
"type": "light-mode",
|
|
2528
|
+
"item": "tile",
|
|
2529
|
+
"subitem": "background",
|
|
2530
|
+
"state": "active"
|
|
2531
|
+
},
|
|
2532
|
+
"path": [
|
|
2533
|
+
"color",
|
|
2534
|
+
"light-mode",
|
|
2535
|
+
"tile",
|
|
2536
|
+
"background",
|
|
2537
|
+
"active"
|
|
2538
|
+
]
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2484
2542
|
"text": {
|
|
2485
2543
|
"default": {
|
|
2486
2544
|
"value": "#23232d",
|
|
@@ -111,5 +111,7 @@ $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-active: #858299;
|
|
115
|
+
$pds-color-tile-background-hover: #504e62;
|
|
114
116
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
|
|
115
117
|
$pds-elevation-raised: 0px 1px 1px 0px rgba(18, 18, 25, 0.95);
|
|
@@ -111,5 +111,7 @@ $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-active: #cfcfd3;
|
|
115
|
+
$pds-color-tile-background-hover: #f1f1f1;
|
|
114
116
|
$pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|
|
115
117
|
$pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
|