@pantheon-systems/pds-design-tokens 1.0.0-dev.3 → 1.0.0-dev.4

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.
@@ -72,11 +72,11 @@
72
72
  --pds-color-link-default: #0f62fe;
73
73
  --pds-color-link-hover: #003cac;
74
74
  --pds-color-link-visited: #967fff;
75
+ --pds-color-menu-background: #ffffff;
75
76
  --pds-color-menu-item-background-active: #cfcfd3;
76
77
  --pds-color-menu-item-background-default: #ffffff;
77
78
  --pds-color-menu-item-background-hover: #f1f1f1;
78
79
  --pds-color-menu-item-foreground: #23232d;
79
- --pds-color-menu-item-menu-background: #ffffff;
80
80
  --pds-color-panel-default-background: var(--pds-color-background-default);
81
81
  --pds-color-panel-default-border: var(--pds-color-border-default);
82
82
  --pds-color-panel-overlay-background: var(--pds-color-background-default);
@@ -6801,36 +6801,34 @@
6801
6801
  ]
6802
6802
  }
6803
6803
  },
6804
- "menu-item": {
6805
- "menu": {
6806
- "background": {
6807
- "value": "#ffffff",
6804
+ "menu": {
6805
+ "background": {
6806
+ "value": "#ffffff",
6807
+ "public": true,
6808
+ "isReferenceToInternal": true,
6809
+ "filePath": "tokens/color/alias/menu.light.json",
6810
+ "isSource": true,
6811
+ "original": {
6812
+ "value": "{color.light-mode.background.default}",
6808
6813
  "public": true,
6809
- "isReferenceToInternal": true,
6810
- "filePath": "tokens/color/alias/menu.light.json",
6811
- "isSource": true,
6812
- "original": {
6813
- "value": "{color.light-mode.background.default}",
6814
- "public": true,
6815
- "isReferenceToInternal": true
6816
- },
6817
- "name": "color-light-mode-menu-item-menu-background",
6818
- "attributes": {
6819
- "category": "color",
6820
- "type": "light-mode",
6821
- "item": "menu-item",
6822
- "subitem": "menu",
6823
- "state": "background"
6824
- },
6825
- "path": [
6826
- "color",
6827
- "light-mode",
6828
- "menu-item",
6829
- "menu",
6830
- "background"
6831
- ]
6832
- }
6833
- },
6814
+ "isReferenceToInternal": true
6815
+ },
6816
+ "name": "color-light-mode-menu-background",
6817
+ "attributes": {
6818
+ "category": "color",
6819
+ "type": "light-mode",
6820
+ "item": "menu",
6821
+ "subitem": "background"
6822
+ },
6823
+ "path": [
6824
+ "color",
6825
+ "light-mode",
6826
+ "menu",
6827
+ "background"
6828
+ ]
6829
+ }
6830
+ },
6831
+ "menu-item": {
6834
6832
  "background": {
6835
6833
  "default": {
6836
6834
  "value": "#ffffff",
@@ -1536,36 +1536,34 @@
1536
1536
  ]
1537
1537
  }
1538
1538
  },
1539
- "menu-item": {
1540
- "menu": {
1541
- "background": {
1542
- "value": "#ffffff",
1539
+ "menu": {
1540
+ "background": {
1541
+ "value": "#ffffff",
1542
+ "public": true,
1543
+ "isReferenceToInternal": true,
1544
+ "filePath": "tokens/color/alias/menu.light.json",
1545
+ "isSource": true,
1546
+ "original": {
1547
+ "value": "{color.light-mode.background.default}",
1543
1548
  "public": true,
1544
- "isReferenceToInternal": true,
1545
- "filePath": "tokens/color/alias/menu.light.json",
1546
- "isSource": true,
1547
- "original": {
1548
- "value": "{color.light-mode.background.default}",
1549
- "public": true,
1550
- "isReferenceToInternal": true
1551
- },
1552
- "name": "color-light-mode-menu-item-menu-background",
1553
- "attributes": {
1554
- "category": "color",
1555
- "type": "light-mode",
1556
- "item": "menu-item",
1557
- "subitem": "menu",
1558
- "state": "background"
1559
- },
1560
- "path": [
1561
- "color",
1562
- "light-mode",
1563
- "menu-item",
1564
- "menu",
1565
- "background"
1566
- ]
1567
- }
1568
- },
1549
+ "isReferenceToInternal": true
1550
+ },
1551
+ "name": "color-light-mode-menu-background",
1552
+ "attributes": {
1553
+ "category": "color",
1554
+ "type": "light-mode",
1555
+ "item": "menu",
1556
+ "subitem": "background"
1557
+ },
1558
+ "path": [
1559
+ "color",
1560
+ "light-mode",
1561
+ "menu",
1562
+ "background"
1563
+ ]
1564
+ }
1565
+ },
1566
+ "menu-item": {
1569
1567
  "background": {
1570
1568
  "default": {
1571
1569
  "value": "#ffffff",
@@ -70,11 +70,11 @@ $pds-color-link-active: #003cac;
70
70
  $pds-color-link-default: #0f62fe;
71
71
  $pds-color-link-hover: #003cac;
72
72
  $pds-color-link-visited: #967fff;
73
+ $pds-color-menu-background: #ffffff;
73
74
  $pds-color-menu-item-background-active: #cfcfd3;
74
75
  $pds-color-menu-item-background-default: #ffffff;
75
76
  $pds-color-menu-item-background-hover: #f1f1f1;
76
77
  $pds-color-menu-item-foreground: #23232d;
77
- $pds-color-menu-item-menu-background: #ffffff;
78
78
  $pds-color-panel-default-background: $pds-color-background-default;
79
79
  $pds-color-panel-default-border: $pds-color-border-default;
80
80
  $pds-color-panel-overlay-background: $pds-color-background-default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.3",
3
+ "version": "1.0.0-dev.4",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [