@pantheon-systems/pds-design-tokens 1.0.0-dev.162 → 1.0.0-dev.164

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.
@@ -38,10 +38,10 @@
38
38
  --pds-container-max-width-standard: 1200px;
39
39
  --pds-container-max-width-wide: 1440px;
40
40
  --pds-container-max-width-x-wide: 1600px;
41
- --pds-container-modal-width-large: 60rem;
42
- --pds-container-modal-width-medium: 44rem;
43
- --pds-container-modal-width-small: 32rem;
44
- --pds-container-modal-width-xl: 80rem;
41
+ --pds-container-modal-width-lg: 47.5rem;
42
+ --pds-container-modal-width-md: 37.5rem;
43
+ --pds-container-modal-width-sm: 25rem;
44
+ --pds-container-modal-width-xl: 67.5rem;
45
45
  --pds-container-padding-base: var(--pds-spacing-xl);
46
46
  --pds-container-padding-narrow-bp-lg: 20%;
47
47
  --pds-container-padding-narrow-bp-md: 12%;
@@ -572,82 +572,82 @@
572
572
  "container": {
573
573
  "modal": {
574
574
  "width": {
575
- "small": {
576
- "value": "32rem",
575
+ "sm": {
576
+ "value": "25rem",
577
577
  "public": true,
578
578
  "filePath": "tokens/container/alias.json",
579
579
  "isSource": true,
580
580
  "original": {
581
- "value": "32rem",
581
+ "value": "25rem",
582
582
  "public": true
583
583
  },
584
- "name": "container-modal-width-small",
584
+ "name": "container-modal-width-sm",
585
585
  "attributes": {
586
586
  "category": "container",
587
587
  "type": "modal",
588
588
  "item": "width",
589
- "subitem": "small"
589
+ "subitem": "sm"
590
590
  },
591
591
  "path": [
592
592
  "container",
593
593
  "modal",
594
594
  "width",
595
- "small"
595
+ "sm"
596
596
  ]
597
597
  },
598
- "medium": {
599
- "value": "44rem",
598
+ "md": {
599
+ "value": "37.5rem",
600
600
  "public": true,
601
601
  "filePath": "tokens/container/alias.json",
602
602
  "isSource": true,
603
603
  "original": {
604
- "value": "44rem",
604
+ "value": "37.5rem",
605
605
  "public": true
606
606
  },
607
- "name": "container-modal-width-medium",
607
+ "name": "container-modal-width-md",
608
608
  "attributes": {
609
609
  "category": "container",
610
610
  "type": "modal",
611
611
  "item": "width",
612
- "subitem": "medium"
612
+ "subitem": "md"
613
613
  },
614
614
  "path": [
615
615
  "container",
616
616
  "modal",
617
617
  "width",
618
- "medium"
618
+ "md"
619
619
  ]
620
620
  },
621
- "large": {
622
- "value": "60rem",
621
+ "lg": {
622
+ "value": "47.5rem",
623
623
  "public": true,
624
624
  "filePath": "tokens/container/alias.json",
625
625
  "isSource": true,
626
626
  "original": {
627
- "value": "60rem",
627
+ "value": "47.5rem",
628
628
  "public": true
629
629
  },
630
- "name": "container-modal-width-large",
630
+ "name": "container-modal-width-lg",
631
631
  "attributes": {
632
632
  "category": "container",
633
633
  "type": "modal",
634
634
  "item": "width",
635
- "subitem": "large"
635
+ "subitem": "lg"
636
636
  },
637
637
  "path": [
638
638
  "container",
639
639
  "modal",
640
640
  "width",
641
- "large"
641
+ "lg"
642
642
  ]
643
643
  },
644
644
  "xl": {
645
- "value": "80rem",
645
+ "value": "67.5rem",
646
646
  "public": true,
647
647
  "filePath": "tokens/container/alias.json",
648
648
  "isSource": true,
649
649
  "original": {
650
- "value": "80rem",
650
+ "value": "67.5rem",
651
651
  "public": true
652
652
  },
653
653
  "name": "container-modal-width-xl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.162",
3
+ "version": "1.0.0-dev.164",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [