@pantheon-systems/pds-design-tokens 1.0.0-dev.122 → 1.0.0-dev.123

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.
@@ -115,7 +115,7 @@
115
115
  --pds-color-code-inline-background: #f0edfb;
116
116
  --pds-color-code-inline-border: #dfd8f5;
117
117
  --pds-color-code-inline-text: #000000;
118
- --pds-color-dashboard-background: var(--pds-color-background-default-secondary);
118
+ --pds-color-dashboard-nav-background: var(--pds-color-background-default-secondary);
119
119
  --pds-color-dashboard-nav-item-background-active: var(--pds-color-background-reverse);
120
120
  --pds-color-dashboard-nav-item-background-default: rgba(0, 0, 0, 0);
121
121
  --pds-color-dashboard-nav-item-background-hover: #e8e8e9;
@@ -34,7 +34,7 @@
34
34
  --pds-container-modal-width-large: 44rem;
35
35
  --pds-container-modal-width-medium: 36rem;
36
36
  --pds-container-modal-width-small: 25rem;
37
- --pds-container-padding-base: 6%;
37
+ --pds-container-padding-base: var(--pds-spacing-xl);
38
38
  --pds-container-padding-narrow-bp-lg: 20%;
39
39
  --pds-container-padding-narrow-bp-md: 12%;
40
40
  --pds-container-padding-standard-bp-lg: 8%;
@@ -12545,29 +12545,6 @@
12545
12545
  }
12546
12546
  },
12547
12547
  "dashboard": {
12548
- "background": {
12549
- "value": "#f8f8f8",
12550
- "public": true,
12551
- "filePath": "tokens/color/alias/dashboard.light.json",
12552
- "isSource": true,
12553
- "original": {
12554
- "value": "{color.light-mode.background.default-secondary.value}",
12555
- "public": true
12556
- },
12557
- "name": "color-light-mode-dashboard-background",
12558
- "attributes": {
12559
- "category": "color",
12560
- "type": "light-mode",
12561
- "item": "dashboard",
12562
- "subitem": "background"
12563
- },
12564
- "path": [
12565
- "color",
12566
- "light-mode",
12567
- "dashboard",
12568
- "background"
12569
- ]
12570
- },
12571
12548
  "toggle-button": {
12572
12549
  "background": {
12573
12550
  "value": "#23232d",
@@ -12621,6 +12598,31 @@
12621
12598
  }
12622
12599
  },
12623
12600
  "nav": {
12601
+ "background": {
12602
+ "value": "#f8f8f8",
12603
+ "public": true,
12604
+ "filePath": "tokens/color/alias/dashboard.light.json",
12605
+ "isSource": true,
12606
+ "original": {
12607
+ "value": "{color.light-mode.background.default-secondary.value}",
12608
+ "public": true
12609
+ },
12610
+ "name": "color-light-mode-dashboard-nav-background",
12611
+ "attributes": {
12612
+ "category": "color",
12613
+ "type": "light-mode",
12614
+ "item": "dashboard",
12615
+ "subitem": "nav",
12616
+ "state": "background"
12617
+ },
12618
+ "path": [
12619
+ "color",
12620
+ "light-mode",
12621
+ "dashboard",
12622
+ "nav",
12623
+ "background"
12624
+ ]
12625
+ },
12624
12626
  "item": {
12625
12627
  "background": {
12626
12628
  "default": {
@@ -2895,29 +2895,6 @@
2895
2895
  }
2896
2896
  },
2897
2897
  "dashboard": {
2898
- "background": {
2899
- "value": "#f8f8f8",
2900
- "public": true,
2901
- "filePath": "tokens/color/alias/dashboard.light.json",
2902
- "isSource": true,
2903
- "original": {
2904
- "value": "{color.light-mode.background.default-secondary.value}",
2905
- "public": true
2906
- },
2907
- "name": "color-light-mode-dashboard-background",
2908
- "attributes": {
2909
- "category": "color",
2910
- "type": "light-mode",
2911
- "item": "dashboard",
2912
- "subitem": "background"
2913
- },
2914
- "path": [
2915
- "color",
2916
- "light-mode",
2917
- "dashboard",
2918
- "background"
2919
- ]
2920
- },
2921
2898
  "toggle-button": {
2922
2899
  "background": {
2923
2900
  "value": "#23232d",
@@ -2971,6 +2948,31 @@
2971
2948
  }
2972
2949
  },
2973
2950
  "nav": {
2951
+ "background": {
2952
+ "value": "#f8f8f8",
2953
+ "public": true,
2954
+ "filePath": "tokens/color/alias/dashboard.light.json",
2955
+ "isSource": true,
2956
+ "original": {
2957
+ "value": "{color.light-mode.background.default-secondary.value}",
2958
+ "public": true
2959
+ },
2960
+ "name": "color-light-mode-dashboard-nav-background",
2961
+ "attributes": {
2962
+ "category": "color",
2963
+ "type": "light-mode",
2964
+ "item": "dashboard",
2965
+ "subitem": "nav",
2966
+ "state": "background"
2967
+ },
2968
+ "path": [
2969
+ "color",
2970
+ "light-mode",
2971
+ "dashboard",
2972
+ "nav",
2973
+ "background"
2974
+ ]
2975
+ },
2974
2976
  "item": {
2975
2977
  "background": {
2976
2978
  "default": {
@@ -568,12 +568,12 @@
568
568
  },
569
569
  "padding": {
570
570
  "base": {
571
- "value": "6%",
571
+ "value": "1.563",
572
572
  "public": true,
573
573
  "filePath": "tokens/container/base.json",
574
574
  "isSource": true,
575
575
  "original": {
576
- "value": "6%",
576
+ "value": "{spacing.XL.value}",
577
577
  "public": true
578
578
  },
579
579
  "name": "container-padding-base",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.122",
3
+ "version": "1.0.0-dev.123",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [