@pantheon-systems/pds-design-tokens 1.0.0-dev.151 → 1.0.0-dev.152
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.
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
--pds-container-modal-width-large: 44rem;
|
|
42
42
|
--pds-container-modal-width-medium: 36rem;
|
|
43
43
|
--pds-container-modal-width-small: 25rem;
|
|
44
|
+
--pds-container-modal-width-xl: 60rem;
|
|
44
45
|
--pds-container-padding-base: var(--pds-spacing-xl);
|
|
45
46
|
--pds-container-padding-narrow-bp-lg: 20%;
|
|
46
47
|
--pds-container-padding-narrow-bp-md: 12%;
|
|
@@ -640,6 +640,29 @@
|
|
|
640
640
|
"width",
|
|
641
641
|
"large"
|
|
642
642
|
]
|
|
643
|
+
},
|
|
644
|
+
"xl": {
|
|
645
|
+
"value": "60rem",
|
|
646
|
+
"public": true,
|
|
647
|
+
"filePath": "tokens/container/alias.json",
|
|
648
|
+
"isSource": true,
|
|
649
|
+
"original": {
|
|
650
|
+
"value": "60rem",
|
|
651
|
+
"public": true
|
|
652
|
+
},
|
|
653
|
+
"name": "container-modal-width-xl",
|
|
654
|
+
"attributes": {
|
|
655
|
+
"category": "container",
|
|
656
|
+
"type": "modal",
|
|
657
|
+
"item": "width",
|
|
658
|
+
"subitem": "xl"
|
|
659
|
+
},
|
|
660
|
+
"path": [
|
|
661
|
+
"container",
|
|
662
|
+
"modal",
|
|
663
|
+
"width",
|
|
664
|
+
"xl"
|
|
665
|
+
]
|
|
643
666
|
}
|
|
644
667
|
}
|
|
645
668
|
},
|