@pantheon-systems/pds-design-tokens 1.0.0-dev.159 → 1.0.0-dev.160
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.
|
@@ -120,9 +120,11 @@
|
|
|
120
120
|
--pds-typography-size-s: 0.833rem;
|
|
121
121
|
--pds-typography-size-xl: 1.44rem;
|
|
122
122
|
--pds-typography-size-xs: 0.694rem;
|
|
123
|
-
--pds-z-index-dropdown:
|
|
124
|
-
--pds-z-index-
|
|
123
|
+
--pds-z-index-dropdown: 300;
|
|
124
|
+
--pds-z-index-max: 9999;
|
|
125
|
+
--pds-z-index-modal: 900;
|
|
125
126
|
--pds-z-index-navigation: 100;
|
|
126
|
-
--pds-z-index-notifications:
|
|
127
|
-
--pds-z-index-overlay:
|
|
127
|
+
--pds-z-index-notifications: 500;
|
|
128
|
+
--pds-z-index-overlay: 700;
|
|
129
|
+
--pds-z-index-reset: 0;
|
|
128
130
|
}
|
|
@@ -641,12 +641,12 @@
|
|
|
641
641
|
]
|
|
642
642
|
},
|
|
643
643
|
"dropdown": {
|
|
644
|
-
"value":
|
|
644
|
+
"value": 300,
|
|
645
645
|
"public": true,
|
|
646
646
|
"filePath": "tokens/z-index/base.json",
|
|
647
647
|
"isSource": true,
|
|
648
648
|
"original": {
|
|
649
|
-
"value":
|
|
649
|
+
"value": 300,
|
|
650
650
|
"public": true,
|
|
651
651
|
"filePath": "build/json/pds-design-tokens.json",
|
|
652
652
|
"isSource": false
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
]
|
|
663
663
|
},
|
|
664
664
|
"notifications": {
|
|
665
|
-
"value":
|
|
665
|
+
"value": 500,
|
|
666
666
|
"public": true,
|
|
667
667
|
"filePath": "tokens/z-index/base.json",
|
|
668
668
|
"isSource": true,
|
|
669
669
|
"original": {
|
|
670
|
-
"value":
|
|
670
|
+
"value": 500,
|
|
671
671
|
"public": true,
|
|
672
672
|
"filePath": "build/json/pds-design-tokens.json",
|
|
673
673
|
"isSource": false
|
|
@@ -683,12 +683,12 @@
|
|
|
683
683
|
]
|
|
684
684
|
},
|
|
685
685
|
"overlay": {
|
|
686
|
-
"value":
|
|
686
|
+
"value": 700,
|
|
687
687
|
"public": true,
|
|
688
688
|
"filePath": "tokens/z-index/base.json",
|
|
689
689
|
"isSource": true,
|
|
690
690
|
"original": {
|
|
691
|
-
"value":
|
|
691
|
+
"value": 700,
|
|
692
692
|
"public": true,
|
|
693
693
|
"filePath": "build/json/pds-design-tokens.json",
|
|
694
694
|
"isSource": false
|
|
@@ -704,12 +704,12 @@
|
|
|
704
704
|
]
|
|
705
705
|
},
|
|
706
706
|
"modal": {
|
|
707
|
-
"value":
|
|
707
|
+
"value": 900,
|
|
708
708
|
"public": true,
|
|
709
709
|
"filePath": "tokens/z-index/base.json",
|
|
710
710
|
"isSource": true,
|
|
711
711
|
"original": {
|
|
712
|
-
"value":
|
|
712
|
+
"value": 900,
|
|
713
713
|
"public": true,
|
|
714
714
|
"filePath": "build/json/pds-design-tokens.json",
|
|
715
715
|
"isSource": false
|
|
@@ -723,6 +723,48 @@
|
|
|
723
723
|
"z-index",
|
|
724
724
|
"modal"
|
|
725
725
|
]
|
|
726
|
+
},
|
|
727
|
+
"max": {
|
|
728
|
+
"value": 9999,
|
|
729
|
+
"public": true,
|
|
730
|
+
"filePath": "tokens/z-index/base.json",
|
|
731
|
+
"isSource": true,
|
|
732
|
+
"original": {
|
|
733
|
+
"value": 9999,
|
|
734
|
+
"public": true,
|
|
735
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
736
|
+
"isSource": false
|
|
737
|
+
},
|
|
738
|
+
"name": "z-index-max",
|
|
739
|
+
"attributes": {
|
|
740
|
+
"category": "z-index",
|
|
741
|
+
"type": "max"
|
|
742
|
+
},
|
|
743
|
+
"path": [
|
|
744
|
+
"z-index",
|
|
745
|
+
"max"
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
"reset": {
|
|
749
|
+
"value": 0,
|
|
750
|
+
"public": true,
|
|
751
|
+
"filePath": "tokens/z-index/base.json",
|
|
752
|
+
"isSource": true,
|
|
753
|
+
"original": {
|
|
754
|
+
"value": 0,
|
|
755
|
+
"public": true,
|
|
756
|
+
"filePath": "build/json/pds-design-tokens.json",
|
|
757
|
+
"isSource": false
|
|
758
|
+
},
|
|
759
|
+
"name": "z-index-reset",
|
|
760
|
+
"attributes": {
|
|
761
|
+
"category": "z-index",
|
|
762
|
+
"type": "reset"
|
|
763
|
+
},
|
|
764
|
+
"path": [
|
|
765
|
+
"z-index",
|
|
766
|
+
"reset"
|
|
767
|
+
]
|
|
726
768
|
}
|
|
727
769
|
},
|
|
728
770
|
"text": {
|
|
@@ -2733,12 +2733,12 @@
|
|
|
2733
2733
|
]
|
|
2734
2734
|
},
|
|
2735
2735
|
"dropdown": {
|
|
2736
|
-
"value":
|
|
2736
|
+
"value": 300,
|
|
2737
2737
|
"public": true,
|
|
2738
2738
|
"filePath": "tokens/z-index/base.json",
|
|
2739
2739
|
"isSource": true,
|
|
2740
2740
|
"original": {
|
|
2741
|
-
"value":
|
|
2741
|
+
"value": 300,
|
|
2742
2742
|
"public": true
|
|
2743
2743
|
},
|
|
2744
2744
|
"name": "z-index-dropdown",
|
|
@@ -2752,12 +2752,12 @@
|
|
|
2752
2752
|
]
|
|
2753
2753
|
},
|
|
2754
2754
|
"notifications": {
|
|
2755
|
-
"value":
|
|
2755
|
+
"value": 500,
|
|
2756
2756
|
"public": true,
|
|
2757
2757
|
"filePath": "tokens/z-index/base.json",
|
|
2758
2758
|
"isSource": true,
|
|
2759
2759
|
"original": {
|
|
2760
|
-
"value":
|
|
2760
|
+
"value": 500,
|
|
2761
2761
|
"public": true
|
|
2762
2762
|
},
|
|
2763
2763
|
"name": "z-index-notifications",
|
|
@@ -2771,12 +2771,12 @@
|
|
|
2771
2771
|
]
|
|
2772
2772
|
},
|
|
2773
2773
|
"overlay": {
|
|
2774
|
-
"value":
|
|
2774
|
+
"value": 700,
|
|
2775
2775
|
"public": true,
|
|
2776
2776
|
"filePath": "tokens/z-index/base.json",
|
|
2777
2777
|
"isSource": true,
|
|
2778
2778
|
"original": {
|
|
2779
|
-
"value":
|
|
2779
|
+
"value": 700,
|
|
2780
2780
|
"public": true
|
|
2781
2781
|
},
|
|
2782
2782
|
"name": "z-index-overlay",
|
|
@@ -2790,12 +2790,12 @@
|
|
|
2790
2790
|
]
|
|
2791
2791
|
},
|
|
2792
2792
|
"modal": {
|
|
2793
|
-
"value":
|
|
2793
|
+
"value": 900,
|
|
2794
2794
|
"public": true,
|
|
2795
2795
|
"filePath": "tokens/z-index/base.json",
|
|
2796
2796
|
"isSource": true,
|
|
2797
2797
|
"original": {
|
|
2798
|
-
"value":
|
|
2798
|
+
"value": 900,
|
|
2799
2799
|
"public": true
|
|
2800
2800
|
},
|
|
2801
2801
|
"name": "z-index-modal",
|
|
@@ -2807,6 +2807,44 @@
|
|
|
2807
2807
|
"z-index",
|
|
2808
2808
|
"modal"
|
|
2809
2809
|
]
|
|
2810
|
+
},
|
|
2811
|
+
"max": {
|
|
2812
|
+
"value": 9999,
|
|
2813
|
+
"public": true,
|
|
2814
|
+
"filePath": "tokens/z-index/base.json",
|
|
2815
|
+
"isSource": true,
|
|
2816
|
+
"original": {
|
|
2817
|
+
"value": 9999,
|
|
2818
|
+
"public": true
|
|
2819
|
+
},
|
|
2820
|
+
"name": "z-index-max",
|
|
2821
|
+
"attributes": {
|
|
2822
|
+
"category": "z-index",
|
|
2823
|
+
"type": "max"
|
|
2824
|
+
},
|
|
2825
|
+
"path": [
|
|
2826
|
+
"z-index",
|
|
2827
|
+
"max"
|
|
2828
|
+
]
|
|
2829
|
+
},
|
|
2830
|
+
"reset": {
|
|
2831
|
+
"value": 0,
|
|
2832
|
+
"public": true,
|
|
2833
|
+
"filePath": "tokens/z-index/base.json",
|
|
2834
|
+
"isSource": true,
|
|
2835
|
+
"original": {
|
|
2836
|
+
"value": 0,
|
|
2837
|
+
"public": true
|
|
2838
|
+
},
|
|
2839
|
+
"name": "z-index-reset",
|
|
2840
|
+
"attributes": {
|
|
2841
|
+
"category": "z-index",
|
|
2842
|
+
"type": "reset"
|
|
2843
|
+
},
|
|
2844
|
+
"path": [
|
|
2845
|
+
"z-index",
|
|
2846
|
+
"reset"
|
|
2847
|
+
]
|
|
2810
2848
|
}
|
|
2811
2849
|
}
|
|
2812
2850
|
}
|