@pantheon-systems/pds-design-tokens 1.0.0-dev.84 → 1.0.0-dev.86

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.
@@ -152,6 +152,9 @@
152
152
  --pds-color-panel-raised-background: #282839;
153
153
  --pds-color-panel-raised-border: var(--pds-color-border-default);
154
154
  --pds-color-panel-sunken-background: #121219;
155
+ --pds-color-progress-complete: #2abb7f;
156
+ --pds-color-progress-empty: #a6a3b4;
157
+ --pds-color-progress-partial: #388bff;
155
158
  --pds-color-semantic-critical-background: #391813;
156
159
  --pds-color-semantic-critical-foreground: #ca3521;
157
160
  --pds-color-semantic-discovery-background: #231c3f;
@@ -162,6 +165,10 @@
162
165
  --pds-color-semantic-success-foreground: #2abb7f;
163
166
  --pds-color-semantic-warning-background: #3d2e00;
164
167
  --pds-color-semantic-warning-foreground: #cf9f02;
168
+ --pds-color-strength-fair: #cf9f02;
169
+ --pds-color-strength-strong: #2abb7f;
170
+ --pds-color-strength-very-weak: #a6a3b4;
171
+ --pds-color-strength-weak: #ca3521;
165
172
  --pds-color-table-sort-arrow-active: #8a70ff;
166
173
  --pds-color-table-sort-arrow-inactive: #a6a3b4;
167
174
  --pds-color-tabs-accent: #ad9bff;
@@ -161,6 +161,9 @@
161
161
  --pds-color-panel-raised-background: var(--pds-color-background-default);
162
162
  --pds-color-panel-raised-border: #f1f1f1;
163
163
  --pds-color-panel-sunken-background: #f1f1f1;
164
+ --pds-color-progress-complete: #218c5f;
165
+ --pds-color-progress-empty: #cfcfd3;
166
+ --pds-color-progress-partial: #1d7afc;
164
167
  --pds-color-semantic-critical-background: #ffedeb;
165
168
  --pds-color-semantic-critical-foreground: #ca3521;
166
169
  --pds-color-semantic-discovery-background: #eae6ff;
@@ -171,6 +174,10 @@
171
174
  --pds-color-semantic-success-foreground: #218c5f;
172
175
  --pds-color-semantic-warning-background: #fff7d6;
173
176
  --pds-color-semantic-warning-foreground: #d97008;
177
+ --pds-color-strength-fair: #d97008;
178
+ --pds-color-strength-strong: #218c5f;
179
+ --pds-color-strength-very-weak: #cfcfd3;
180
+ --pds-color-strength-weak: #ca3521;
174
181
  --pds-color-table-sort-arrow-active: #5f41e5;
175
182
  --pds-color-table-sort-arrow-inactive: #cfcfd3;
176
183
  --pds-color-tabs-accent: #5f41e5;
@@ -21,6 +21,7 @@
21
21
  --pds-animation-transition-default-timing-function: ease-in-out;
22
22
  --pds-animation-transition-dropdown-duration: 300ms;
23
23
  --pds-animation-transition-reveal-duration: 300ms;
24
+ --pds-border-radius-bar: 3.5rem;
24
25
  --pds-border-radius-container: 0.375rem;
25
26
  --pds-border-radius-default: 0.1875rem;
26
27
  --pds-border-width-default: 1px;
@@ -80,4 +81,9 @@
80
81
  --pds-typography-size-s: 0.875rem;
81
82
  --pds-typography-size-xl: 1.44rem;
82
83
  --pds-typography-size-xs: 0.75rem;
84
+ --pds-z-index-dropdown: 200;
85
+ --pds-z-index-modal: 500;
86
+ --pds-z-index-navigation: 100;
87
+ --pds-z-index-notifications: 300;
88
+ --pds-z-index-overlay: 400;
83
89
  }
@@ -336,6 +336,31 @@
336
336
  "radius",
337
337
  "container"
338
338
  ]
339
+ },
340
+ "bar": {
341
+ "value": 3.5,
342
+ "defaultUnit": "rem",
343
+ "public": true,
344
+ "filePath": "tokens/border/alias.json",
345
+ "isSource": true,
346
+ "original": {
347
+ "value": 3.5,
348
+ "defaultUnit": "rem",
349
+ "public": true,
350
+ "filePath": "build/json/pds-design-tokens.json",
351
+ "isSource": false
352
+ },
353
+ "name": "border-radius-bar",
354
+ "attributes": {
355
+ "category": "border",
356
+ "type": "radius",
357
+ "item": "bar"
358
+ },
359
+ "path": [
360
+ "border",
361
+ "radius",
362
+ "bar"
363
+ ]
339
364
  }
340
365
  },
341
366
  "width": {
@@ -366,6 +391,113 @@
366
391
  }
367
392
  }
368
393
  },
394
+ "z-index": {
395
+ "navigation": {
396
+ "value": 100,
397
+ "public": true,
398
+ "filePath": "tokens/z-index/base.json",
399
+ "isSource": true,
400
+ "original": {
401
+ "value": 100,
402
+ "public": true,
403
+ "filePath": "build/json/pds-design-tokens.json",
404
+ "isSource": false
405
+ },
406
+ "name": "z-index-navigation",
407
+ "attributes": {
408
+ "category": "z-index",
409
+ "type": "navigation"
410
+ },
411
+ "path": [
412
+ "z-index",
413
+ "navigation"
414
+ ]
415
+ },
416
+ "dropdown": {
417
+ "value": 200,
418
+ "public": true,
419
+ "filePath": "tokens/z-index/base.json",
420
+ "isSource": true,
421
+ "original": {
422
+ "value": 200,
423
+ "public": true,
424
+ "filePath": "build/json/pds-design-tokens.json",
425
+ "isSource": false
426
+ },
427
+ "name": "z-index-dropdown",
428
+ "attributes": {
429
+ "category": "z-index",
430
+ "type": "dropdown"
431
+ },
432
+ "path": [
433
+ "z-index",
434
+ "dropdown"
435
+ ]
436
+ },
437
+ "notifications": {
438
+ "value": 300,
439
+ "public": true,
440
+ "filePath": "tokens/z-index/base.json",
441
+ "isSource": true,
442
+ "original": {
443
+ "value": 300,
444
+ "public": true,
445
+ "filePath": "build/json/pds-design-tokens.json",
446
+ "isSource": false
447
+ },
448
+ "name": "z-index-notifications",
449
+ "attributes": {
450
+ "category": "z-index",
451
+ "type": "notifications"
452
+ },
453
+ "path": [
454
+ "z-index",
455
+ "notifications"
456
+ ]
457
+ },
458
+ "overlay": {
459
+ "value": 400,
460
+ "public": true,
461
+ "filePath": "tokens/z-index/base.json",
462
+ "isSource": true,
463
+ "original": {
464
+ "value": 400,
465
+ "public": true,
466
+ "filePath": "build/json/pds-design-tokens.json",
467
+ "isSource": false
468
+ },
469
+ "name": "z-index-overlay",
470
+ "attributes": {
471
+ "category": "z-index",
472
+ "type": "overlay"
473
+ },
474
+ "path": [
475
+ "z-index",
476
+ "overlay"
477
+ ]
478
+ },
479
+ "modal": {
480
+ "value": 500,
481
+ "public": true,
482
+ "filePath": "tokens/z-index/base.json",
483
+ "isSource": true,
484
+ "original": {
485
+ "value": 500,
486
+ "public": true,
487
+ "filePath": "build/json/pds-design-tokens.json",
488
+ "isSource": false
489
+ },
490
+ "name": "z-index-modal",
491
+ "attributes": {
492
+ "category": "z-index",
493
+ "type": "modal"
494
+ },
495
+ "path": [
496
+ "z-index",
497
+ "modal"
498
+ ]
499
+ }
500
+ },
369
501
  "text": {
370
502
  "body": {
371
503
  "paragraph": {
@@ -4485,6 +4617,185 @@
4485
4617
  "overlay"
4486
4618
  ]
4487
4619
  },
4620
+ "progress": {
4621
+ "empty": {
4622
+ "value": "#a6a3b4",
4623
+ "public": true,
4624
+ "isReferenceToInternal": true,
4625
+ "filePath": "tokens/color/alias/indicators.dark.json",
4626
+ "isSource": true,
4627
+ "original": {
4628
+ "value": "{color.dark-mode.neutral.200.value}",
4629
+ "public": true,
4630
+ "isReferenceToInternal": true
4631
+ },
4632
+ "name": "color-dark-mode-progress-empty",
4633
+ "attributes": {
4634
+ "category": "color",
4635
+ "type": "dark-mode",
4636
+ "item": "progress",
4637
+ "subitem": "empty"
4638
+ },
4639
+ "path": [
4640
+ "color",
4641
+ "dark-mode",
4642
+ "progress",
4643
+ "empty"
4644
+ ]
4645
+ },
4646
+ "partial": {
4647
+ "value": "#388bff",
4648
+ "public": true,
4649
+ "isReferenceToInternal": true,
4650
+ "filePath": "tokens/color/alias/indicators.dark.json",
4651
+ "isSource": true,
4652
+ "original": {
4653
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
4654
+ "public": true,
4655
+ "isReferenceToInternal": true
4656
+ },
4657
+ "name": "color-dark-mode-progress-partial",
4658
+ "attributes": {
4659
+ "category": "color",
4660
+ "type": "dark-mode",
4661
+ "item": "progress",
4662
+ "subitem": "partial"
4663
+ },
4664
+ "path": [
4665
+ "color",
4666
+ "dark-mode",
4667
+ "progress",
4668
+ "partial"
4669
+ ]
4670
+ },
4671
+ "complete": {
4672
+ "value": "#2abb7f",
4673
+ "public": true,
4674
+ "isReferenceToInternal": true,
4675
+ "filePath": "tokens/color/alias/indicators.dark.json",
4676
+ "isSource": true,
4677
+ "original": {
4678
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
4679
+ "public": true,
4680
+ "isReferenceToInternal": true
4681
+ },
4682
+ "name": "color-dark-mode-progress-complete",
4683
+ "attributes": {
4684
+ "category": "color",
4685
+ "type": "dark-mode",
4686
+ "item": "progress",
4687
+ "subitem": "complete"
4688
+ },
4689
+ "path": [
4690
+ "color",
4691
+ "dark-mode",
4692
+ "progress",
4693
+ "complete"
4694
+ ]
4695
+ }
4696
+ },
4697
+ "strength": {
4698
+ "very-weak": {
4699
+ "value": "#a6a3b4",
4700
+ "public": true,
4701
+ "isReferenceToInternal": true,
4702
+ "filePath": "tokens/color/alias/indicators.dark.json",
4703
+ "isSource": true,
4704
+ "original": {
4705
+ "value": "{color.dark-mode.neutral.200.value}",
4706
+ "public": true,
4707
+ "isReferenceToInternal": true
4708
+ },
4709
+ "name": "color-dark-mode-strength-very-weak",
4710
+ "attributes": {
4711
+ "category": "color",
4712
+ "type": "dark-mode",
4713
+ "item": "strength",
4714
+ "subitem": "very-weak"
4715
+ },
4716
+ "path": [
4717
+ "color",
4718
+ "dark-mode",
4719
+ "strength",
4720
+ "very-weak"
4721
+ ]
4722
+ },
4723
+ "weak": {
4724
+ "value": "#ca3521",
4725
+ "public": true,
4726
+ "isReferenceToInternal": true,
4727
+ "filePath": "tokens/color/alias/indicators.dark.json",
4728
+ "isSource": true,
4729
+ "original": {
4730
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
4731
+ "public": true,
4732
+ "isReferenceToInternal": true
4733
+ },
4734
+ "name": "color-dark-mode-strength-weak",
4735
+ "attributes": {
4736
+ "category": "color",
4737
+ "type": "dark-mode",
4738
+ "item": "strength",
4739
+ "subitem": "weak"
4740
+ },
4741
+ "path": [
4742
+ "color",
4743
+ "dark-mode",
4744
+ "strength",
4745
+ "weak"
4746
+ ]
4747
+ },
4748
+ "fair": {
4749
+ "value": "#cf9f02",
4750
+ "public": true,
4751
+ "isReferenceToInternal": true,
4752
+ "filePath": "tokens/color/alias/indicators.dark.json",
4753
+ "isSource": true,
4754
+ "original": {
4755
+ "value": "{color.dark-mode.semantic.warning.foreground.value}",
4756
+ "public": true,
4757
+ "isReferenceToInternal": true
4758
+ },
4759
+ "name": "color-dark-mode-strength-fair",
4760
+ "attributes": {
4761
+ "category": "color",
4762
+ "type": "dark-mode",
4763
+ "item": "strength",
4764
+ "subitem": "fair"
4765
+ },
4766
+ "path": [
4767
+ "color",
4768
+ "dark-mode",
4769
+ "strength",
4770
+ "fair"
4771
+ ]
4772
+ },
4773
+ "strong": {
4774
+ "value": "#2abb7f",
4775
+ "public": true,
4776
+ "isReferenceToInternal": true,
4777
+ "filePath": "tokens/color/alias/indicators.dark.json",
4778
+ "isSource": true,
4779
+ "original": {
4780
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
4781
+ "public": true,
4782
+ "isReferenceToInternal": true
4783
+ },
4784
+ "name": "color-dark-mode-strength-strong",
4785
+ "attributes": {
4786
+ "category": "color",
4787
+ "type": "dark-mode",
4788
+ "item": "strength",
4789
+ "subitem": "strong"
4790
+ },
4791
+ "path": [
4792
+ "color",
4793
+ "dark-mode",
4794
+ "strength",
4795
+ "strong"
4796
+ ]
4797
+ }
4798
+ },
4488
4799
  "input": {
4489
4800
  "background": {
4490
4801
  "default": {
@@ -10337,6 +10648,185 @@
10337
10648
  "overlay"
10338
10649
  ]
10339
10650
  },
10651
+ "progress": {
10652
+ "empty": {
10653
+ "value": "#cfcfd3",
10654
+ "public": true,
10655
+ "isReferenceToInternal": true,
10656
+ "filePath": "tokens/color/alias/indicators.light.json",
10657
+ "isSource": true,
10658
+ "original": {
10659
+ "value": "{color.light-mode.neutral.300.value}",
10660
+ "public": true,
10661
+ "isReferenceToInternal": true
10662
+ },
10663
+ "name": "color-light-mode-progress-empty",
10664
+ "attributes": {
10665
+ "category": "color",
10666
+ "type": "light-mode",
10667
+ "item": "progress",
10668
+ "subitem": "empty"
10669
+ },
10670
+ "path": [
10671
+ "color",
10672
+ "light-mode",
10673
+ "progress",
10674
+ "empty"
10675
+ ]
10676
+ },
10677
+ "partial": {
10678
+ "value": "#1d7afc",
10679
+ "public": true,
10680
+ "isReferenceToInternal": true,
10681
+ "filePath": "tokens/color/alias/indicators.light.json",
10682
+ "isSource": true,
10683
+ "original": {
10684
+ "value": "{color.light-mode.semantic.info.foreground.value}",
10685
+ "public": true,
10686
+ "isReferenceToInternal": true
10687
+ },
10688
+ "name": "color-light-mode-progress-partial",
10689
+ "attributes": {
10690
+ "category": "color",
10691
+ "type": "light-mode",
10692
+ "item": "progress",
10693
+ "subitem": "partial"
10694
+ },
10695
+ "path": [
10696
+ "color",
10697
+ "light-mode",
10698
+ "progress",
10699
+ "partial"
10700
+ ]
10701
+ },
10702
+ "complete": {
10703
+ "value": "#218c5f",
10704
+ "public": true,
10705
+ "isReferenceToInternal": true,
10706
+ "filePath": "tokens/color/alias/indicators.light.json",
10707
+ "isSource": true,
10708
+ "original": {
10709
+ "value": "{color.light-mode.semantic.success.foreground.value}",
10710
+ "public": true,
10711
+ "isReferenceToInternal": true
10712
+ },
10713
+ "name": "color-light-mode-progress-complete",
10714
+ "attributes": {
10715
+ "category": "color",
10716
+ "type": "light-mode",
10717
+ "item": "progress",
10718
+ "subitem": "complete"
10719
+ },
10720
+ "path": [
10721
+ "color",
10722
+ "light-mode",
10723
+ "progress",
10724
+ "complete"
10725
+ ]
10726
+ }
10727
+ },
10728
+ "strength": {
10729
+ "very-weak": {
10730
+ "value": "#cfcfd3",
10731
+ "public": true,
10732
+ "isReferenceToInternal": true,
10733
+ "filePath": "tokens/color/alias/indicators.light.json",
10734
+ "isSource": true,
10735
+ "original": {
10736
+ "value": "{color.light-mode.neutral.300.value}",
10737
+ "public": true,
10738
+ "isReferenceToInternal": true
10739
+ },
10740
+ "name": "color-light-mode-strength-very-weak",
10741
+ "attributes": {
10742
+ "category": "color",
10743
+ "type": "light-mode",
10744
+ "item": "strength",
10745
+ "subitem": "very-weak"
10746
+ },
10747
+ "path": [
10748
+ "color",
10749
+ "light-mode",
10750
+ "strength",
10751
+ "very-weak"
10752
+ ]
10753
+ },
10754
+ "weak": {
10755
+ "value": "#ca3521",
10756
+ "public": true,
10757
+ "isReferenceToInternal": true,
10758
+ "filePath": "tokens/color/alias/indicators.light.json",
10759
+ "isSource": true,
10760
+ "original": {
10761
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
10762
+ "public": true,
10763
+ "isReferenceToInternal": true
10764
+ },
10765
+ "name": "color-light-mode-strength-weak",
10766
+ "attributes": {
10767
+ "category": "color",
10768
+ "type": "light-mode",
10769
+ "item": "strength",
10770
+ "subitem": "weak"
10771
+ },
10772
+ "path": [
10773
+ "color",
10774
+ "light-mode",
10775
+ "strength",
10776
+ "weak"
10777
+ ]
10778
+ },
10779
+ "fair": {
10780
+ "value": "#d97008",
10781
+ "public": true,
10782
+ "isReferenceToInternal": true,
10783
+ "filePath": "tokens/color/alias/indicators.light.json",
10784
+ "isSource": true,
10785
+ "original": {
10786
+ "value": "{color.light-mode.semantic.warning.foreground.value}",
10787
+ "public": true,
10788
+ "isReferenceToInternal": true
10789
+ },
10790
+ "name": "color-light-mode-strength-fair",
10791
+ "attributes": {
10792
+ "category": "color",
10793
+ "type": "light-mode",
10794
+ "item": "strength",
10795
+ "subitem": "fair"
10796
+ },
10797
+ "path": [
10798
+ "color",
10799
+ "light-mode",
10800
+ "strength",
10801
+ "fair"
10802
+ ]
10803
+ },
10804
+ "strong": {
10805
+ "value": "#218c5f",
10806
+ "public": true,
10807
+ "isReferenceToInternal": true,
10808
+ "filePath": "tokens/color/alias/indicators.light.json",
10809
+ "isSource": true,
10810
+ "original": {
10811
+ "value": "{color.light-mode.semantic.success.foreground.value}",
10812
+ "public": true,
10813
+ "isReferenceToInternal": true
10814
+ },
10815
+ "name": "color-light-mode-strength-strong",
10816
+ "attributes": {
10817
+ "category": "color",
10818
+ "type": "light-mode",
10819
+ "item": "strength",
10820
+ "subitem": "strong"
10821
+ },
10822
+ "path": [
10823
+ "color",
10824
+ "light-mode",
10825
+ "strength",
10826
+ "strong"
10827
+ ]
10828
+ }
10829
+ },
10340
10830
  "input": {
10341
10831
  "background": {
10342
10832
  "default": {
@@ -2638,6 +2638,185 @@
2638
2638
  "overlay"
2639
2639
  ]
2640
2640
  },
2641
+ "progress": {
2642
+ "empty": {
2643
+ "value": "#a6a3b4",
2644
+ "public": true,
2645
+ "isReferenceToInternal": true,
2646
+ "filePath": "tokens/color/alias/indicators.dark.json",
2647
+ "isSource": true,
2648
+ "original": {
2649
+ "value": "{color.dark-mode.neutral.200.value}",
2650
+ "public": true,
2651
+ "isReferenceToInternal": true
2652
+ },
2653
+ "name": "color-dark-mode-progress-empty",
2654
+ "attributes": {
2655
+ "category": "color",
2656
+ "type": "dark-mode",
2657
+ "item": "progress",
2658
+ "subitem": "empty"
2659
+ },
2660
+ "path": [
2661
+ "color",
2662
+ "dark-mode",
2663
+ "progress",
2664
+ "empty"
2665
+ ]
2666
+ },
2667
+ "partial": {
2668
+ "value": "#388bff",
2669
+ "public": true,
2670
+ "isReferenceToInternal": true,
2671
+ "filePath": "tokens/color/alias/indicators.dark.json",
2672
+ "isSource": true,
2673
+ "original": {
2674
+ "value": "{color.dark-mode.semantic.info.foreground.value}",
2675
+ "public": true,
2676
+ "isReferenceToInternal": true
2677
+ },
2678
+ "name": "color-dark-mode-progress-partial",
2679
+ "attributes": {
2680
+ "category": "color",
2681
+ "type": "dark-mode",
2682
+ "item": "progress",
2683
+ "subitem": "partial"
2684
+ },
2685
+ "path": [
2686
+ "color",
2687
+ "dark-mode",
2688
+ "progress",
2689
+ "partial"
2690
+ ]
2691
+ },
2692
+ "complete": {
2693
+ "value": "#2abb7f",
2694
+ "public": true,
2695
+ "isReferenceToInternal": true,
2696
+ "filePath": "tokens/color/alias/indicators.dark.json",
2697
+ "isSource": true,
2698
+ "original": {
2699
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
2700
+ "public": true,
2701
+ "isReferenceToInternal": true
2702
+ },
2703
+ "name": "color-dark-mode-progress-complete",
2704
+ "attributes": {
2705
+ "category": "color",
2706
+ "type": "dark-mode",
2707
+ "item": "progress",
2708
+ "subitem": "complete"
2709
+ },
2710
+ "path": [
2711
+ "color",
2712
+ "dark-mode",
2713
+ "progress",
2714
+ "complete"
2715
+ ]
2716
+ }
2717
+ },
2718
+ "strength": {
2719
+ "very-weak": {
2720
+ "value": "#a6a3b4",
2721
+ "public": true,
2722
+ "isReferenceToInternal": true,
2723
+ "filePath": "tokens/color/alias/indicators.dark.json",
2724
+ "isSource": true,
2725
+ "original": {
2726
+ "value": "{color.dark-mode.neutral.200.value}",
2727
+ "public": true,
2728
+ "isReferenceToInternal": true
2729
+ },
2730
+ "name": "color-dark-mode-strength-very-weak",
2731
+ "attributes": {
2732
+ "category": "color",
2733
+ "type": "dark-mode",
2734
+ "item": "strength",
2735
+ "subitem": "very-weak"
2736
+ },
2737
+ "path": [
2738
+ "color",
2739
+ "dark-mode",
2740
+ "strength",
2741
+ "very-weak"
2742
+ ]
2743
+ },
2744
+ "weak": {
2745
+ "value": "#ca3521",
2746
+ "public": true,
2747
+ "isReferenceToInternal": true,
2748
+ "filePath": "tokens/color/alias/indicators.dark.json",
2749
+ "isSource": true,
2750
+ "original": {
2751
+ "value": "{color.dark-mode.semantic.critical.foreground.value}",
2752
+ "public": true,
2753
+ "isReferenceToInternal": true
2754
+ },
2755
+ "name": "color-dark-mode-strength-weak",
2756
+ "attributes": {
2757
+ "category": "color",
2758
+ "type": "dark-mode",
2759
+ "item": "strength",
2760
+ "subitem": "weak"
2761
+ },
2762
+ "path": [
2763
+ "color",
2764
+ "dark-mode",
2765
+ "strength",
2766
+ "weak"
2767
+ ]
2768
+ },
2769
+ "fair": {
2770
+ "value": "#cf9f02",
2771
+ "public": true,
2772
+ "isReferenceToInternal": true,
2773
+ "filePath": "tokens/color/alias/indicators.dark.json",
2774
+ "isSource": true,
2775
+ "original": {
2776
+ "value": "{color.dark-mode.semantic.warning.foreground.value}",
2777
+ "public": true,
2778
+ "isReferenceToInternal": true
2779
+ },
2780
+ "name": "color-dark-mode-strength-fair",
2781
+ "attributes": {
2782
+ "category": "color",
2783
+ "type": "dark-mode",
2784
+ "item": "strength",
2785
+ "subitem": "fair"
2786
+ },
2787
+ "path": [
2788
+ "color",
2789
+ "dark-mode",
2790
+ "strength",
2791
+ "fair"
2792
+ ]
2793
+ },
2794
+ "strong": {
2795
+ "value": "#2abb7f",
2796
+ "public": true,
2797
+ "isReferenceToInternal": true,
2798
+ "filePath": "tokens/color/alias/indicators.dark.json",
2799
+ "isSource": true,
2800
+ "original": {
2801
+ "value": "{color.dark-mode.semantic.success.foreground.value}",
2802
+ "public": true,
2803
+ "isReferenceToInternal": true
2804
+ },
2805
+ "name": "color-dark-mode-strength-strong",
2806
+ "attributes": {
2807
+ "category": "color",
2808
+ "type": "dark-mode",
2809
+ "item": "strength",
2810
+ "subitem": "strong"
2811
+ },
2812
+ "path": [
2813
+ "color",
2814
+ "dark-mode",
2815
+ "strength",
2816
+ "strong"
2817
+ ]
2818
+ }
2819
+ },
2641
2820
  "input": {
2642
2821
  "background": {
2643
2822
  "default": {
@@ -2630,6 +2630,185 @@
2630
2630
  "overlay"
2631
2631
  ]
2632
2632
  },
2633
+ "progress": {
2634
+ "empty": {
2635
+ "value": "#cfcfd3",
2636
+ "public": true,
2637
+ "isReferenceToInternal": true,
2638
+ "filePath": "tokens/color/alias/indicators.light.json",
2639
+ "isSource": true,
2640
+ "original": {
2641
+ "value": "{color.light-mode.neutral.300.value}",
2642
+ "public": true,
2643
+ "isReferenceToInternal": true
2644
+ },
2645
+ "name": "color-light-mode-progress-empty",
2646
+ "attributes": {
2647
+ "category": "color",
2648
+ "type": "light-mode",
2649
+ "item": "progress",
2650
+ "subitem": "empty"
2651
+ },
2652
+ "path": [
2653
+ "color",
2654
+ "light-mode",
2655
+ "progress",
2656
+ "empty"
2657
+ ]
2658
+ },
2659
+ "partial": {
2660
+ "value": "#1d7afc",
2661
+ "public": true,
2662
+ "isReferenceToInternal": true,
2663
+ "filePath": "tokens/color/alias/indicators.light.json",
2664
+ "isSource": true,
2665
+ "original": {
2666
+ "value": "{color.light-mode.semantic.info.foreground.value}",
2667
+ "public": true,
2668
+ "isReferenceToInternal": true
2669
+ },
2670
+ "name": "color-light-mode-progress-partial",
2671
+ "attributes": {
2672
+ "category": "color",
2673
+ "type": "light-mode",
2674
+ "item": "progress",
2675
+ "subitem": "partial"
2676
+ },
2677
+ "path": [
2678
+ "color",
2679
+ "light-mode",
2680
+ "progress",
2681
+ "partial"
2682
+ ]
2683
+ },
2684
+ "complete": {
2685
+ "value": "#218c5f",
2686
+ "public": true,
2687
+ "isReferenceToInternal": true,
2688
+ "filePath": "tokens/color/alias/indicators.light.json",
2689
+ "isSource": true,
2690
+ "original": {
2691
+ "value": "{color.light-mode.semantic.success.foreground.value}",
2692
+ "public": true,
2693
+ "isReferenceToInternal": true
2694
+ },
2695
+ "name": "color-light-mode-progress-complete",
2696
+ "attributes": {
2697
+ "category": "color",
2698
+ "type": "light-mode",
2699
+ "item": "progress",
2700
+ "subitem": "complete"
2701
+ },
2702
+ "path": [
2703
+ "color",
2704
+ "light-mode",
2705
+ "progress",
2706
+ "complete"
2707
+ ]
2708
+ }
2709
+ },
2710
+ "strength": {
2711
+ "very-weak": {
2712
+ "value": "#cfcfd3",
2713
+ "public": true,
2714
+ "isReferenceToInternal": true,
2715
+ "filePath": "tokens/color/alias/indicators.light.json",
2716
+ "isSource": true,
2717
+ "original": {
2718
+ "value": "{color.light-mode.neutral.300.value}",
2719
+ "public": true,
2720
+ "isReferenceToInternal": true
2721
+ },
2722
+ "name": "color-light-mode-strength-very-weak",
2723
+ "attributes": {
2724
+ "category": "color",
2725
+ "type": "light-mode",
2726
+ "item": "strength",
2727
+ "subitem": "very-weak"
2728
+ },
2729
+ "path": [
2730
+ "color",
2731
+ "light-mode",
2732
+ "strength",
2733
+ "very-weak"
2734
+ ]
2735
+ },
2736
+ "weak": {
2737
+ "value": "#ca3521",
2738
+ "public": true,
2739
+ "isReferenceToInternal": true,
2740
+ "filePath": "tokens/color/alias/indicators.light.json",
2741
+ "isSource": true,
2742
+ "original": {
2743
+ "value": "{color.light-mode.semantic.critical.foreground.value}",
2744
+ "public": true,
2745
+ "isReferenceToInternal": true
2746
+ },
2747
+ "name": "color-light-mode-strength-weak",
2748
+ "attributes": {
2749
+ "category": "color",
2750
+ "type": "light-mode",
2751
+ "item": "strength",
2752
+ "subitem": "weak"
2753
+ },
2754
+ "path": [
2755
+ "color",
2756
+ "light-mode",
2757
+ "strength",
2758
+ "weak"
2759
+ ]
2760
+ },
2761
+ "fair": {
2762
+ "value": "#d97008",
2763
+ "public": true,
2764
+ "isReferenceToInternal": true,
2765
+ "filePath": "tokens/color/alias/indicators.light.json",
2766
+ "isSource": true,
2767
+ "original": {
2768
+ "value": "{color.light-mode.semantic.warning.foreground.value}",
2769
+ "public": true,
2770
+ "isReferenceToInternal": true
2771
+ },
2772
+ "name": "color-light-mode-strength-fair",
2773
+ "attributes": {
2774
+ "category": "color",
2775
+ "type": "light-mode",
2776
+ "item": "strength",
2777
+ "subitem": "fair"
2778
+ },
2779
+ "path": [
2780
+ "color",
2781
+ "light-mode",
2782
+ "strength",
2783
+ "fair"
2784
+ ]
2785
+ },
2786
+ "strong": {
2787
+ "value": "#218c5f",
2788
+ "public": true,
2789
+ "isReferenceToInternal": true,
2790
+ "filePath": "tokens/color/alias/indicators.light.json",
2791
+ "isSource": true,
2792
+ "original": {
2793
+ "value": "{color.light-mode.semantic.success.foreground.value}",
2794
+ "public": true,
2795
+ "isReferenceToInternal": true
2796
+ },
2797
+ "name": "color-light-mode-strength-strong",
2798
+ "attributes": {
2799
+ "category": "color",
2800
+ "type": "light-mode",
2801
+ "item": "strength",
2802
+ "subitem": "strong"
2803
+ },
2804
+ "path": [
2805
+ "color",
2806
+ "light-mode",
2807
+ "strength",
2808
+ "strong"
2809
+ ]
2810
+ }
2811
+ },
2633
2812
  "input": {
2634
2813
  "background": {
2635
2814
  "default": {
@@ -309,6 +309,29 @@
309
309
  "radius",
310
310
  "container"
311
311
  ]
312
+ },
313
+ "bar": {
314
+ "value": 3.5,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 3.5,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-bar",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "bar"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "bar"
334
+ ]
312
335
  }
313
336
  },
314
337
  "width": {
@@ -1788,5 +1811,102 @@
1788
1811
  ]
1789
1812
  }
1790
1813
  }
1814
+ },
1815
+ "z-index": {
1816
+ "navigation": {
1817
+ "value": 100,
1818
+ "public": true,
1819
+ "filePath": "tokens/z-index/base.json",
1820
+ "isSource": true,
1821
+ "original": {
1822
+ "value": 100,
1823
+ "public": true
1824
+ },
1825
+ "name": "z-index-navigation",
1826
+ "attributes": {
1827
+ "category": "z-index",
1828
+ "type": "navigation"
1829
+ },
1830
+ "path": [
1831
+ "z-index",
1832
+ "navigation"
1833
+ ]
1834
+ },
1835
+ "dropdown": {
1836
+ "value": 200,
1837
+ "public": true,
1838
+ "filePath": "tokens/z-index/base.json",
1839
+ "isSource": true,
1840
+ "original": {
1841
+ "value": 200,
1842
+ "public": true
1843
+ },
1844
+ "name": "z-index-dropdown",
1845
+ "attributes": {
1846
+ "category": "z-index",
1847
+ "type": "dropdown"
1848
+ },
1849
+ "path": [
1850
+ "z-index",
1851
+ "dropdown"
1852
+ ]
1853
+ },
1854
+ "notifications": {
1855
+ "value": 300,
1856
+ "public": true,
1857
+ "filePath": "tokens/z-index/base.json",
1858
+ "isSource": true,
1859
+ "original": {
1860
+ "value": 300,
1861
+ "public": true
1862
+ },
1863
+ "name": "z-index-notifications",
1864
+ "attributes": {
1865
+ "category": "z-index",
1866
+ "type": "notifications"
1867
+ },
1868
+ "path": [
1869
+ "z-index",
1870
+ "notifications"
1871
+ ]
1872
+ },
1873
+ "overlay": {
1874
+ "value": 400,
1875
+ "public": true,
1876
+ "filePath": "tokens/z-index/base.json",
1877
+ "isSource": true,
1878
+ "original": {
1879
+ "value": 400,
1880
+ "public": true
1881
+ },
1882
+ "name": "z-index-overlay",
1883
+ "attributes": {
1884
+ "category": "z-index",
1885
+ "type": "overlay"
1886
+ },
1887
+ "path": [
1888
+ "z-index",
1889
+ "overlay"
1890
+ ]
1891
+ },
1892
+ "modal": {
1893
+ "value": 500,
1894
+ "public": true,
1895
+ "filePath": "tokens/z-index/base.json",
1896
+ "isSource": true,
1897
+ "original": {
1898
+ "value": 500,
1899
+ "public": true
1900
+ },
1901
+ "name": "z-index-modal",
1902
+ "attributes": {
1903
+ "category": "z-index",
1904
+ "type": "modal"
1905
+ },
1906
+ "path": [
1907
+ "z-index",
1908
+ "modal"
1909
+ ]
1910
+ }
1791
1911
  }
1792
1912
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.84",
3
+ "version": "1.0.0-dev.86",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [