@pantheon-systems/pds-design-tokens 1.0.0-dev.38 → 1.0.0-dev.39

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.
@@ -117,6 +117,7 @@
117
117
  --pds-color-text-default-secondary: #a6a3b4;
118
118
  --pds-color-tile-background-active: #858299;
119
119
  --pds-color-tile-background-hover: #504e62;
120
+ --pds-color-tile-separator: #504e62;
120
121
  --pds-color-toggle-button-background-off: #504e62;
121
122
  --pds-color-toggle-button-foreground-off: #c7c5d0;
122
123
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
@@ -117,6 +117,7 @@
117
117
  --pds-color-text-default-secondary: #6d6d78;
118
118
  --pds-color-tile-background-active: #f1f1f1;
119
119
  --pds-color-tile-background-hover: #f8f8f8;
120
+ --pds-color-tile-separator: #cfcfd3;
120
121
  --pds-color-toggle-button-background-off: #f1f1f1;
121
122
  --pds-color-toggle-button-foreground-off: #6d6d78;
122
123
  --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
@@ -4612,6 +4612,31 @@
4612
4612
  "active"
4613
4613
  ]
4614
4614
  }
4615
+ },
4616
+ "separator": {
4617
+ "value": "#504e62",
4618
+ "public": true,
4619
+ "isReferenceToInternal": true,
4620
+ "filePath": "tokens/color/alias/tile.dark.json",
4621
+ "isSource": true,
4622
+ "original": {
4623
+ "value": "{color.dark-mode.neutral.400.value}",
4624
+ "public": true,
4625
+ "isReferenceToInternal": true
4626
+ },
4627
+ "name": "color-dark-mode-tile-separator",
4628
+ "attributes": {
4629
+ "category": "color",
4630
+ "type": "dark-mode",
4631
+ "item": "tile",
4632
+ "subitem": "separator"
4633
+ },
4634
+ "path": [
4635
+ "color",
4636
+ "dark-mode",
4637
+ "tile",
4638
+ "separator"
4639
+ ]
4615
4640
  }
4616
4641
  },
4617
4642
  "text": {
@@ -9007,6 +9032,31 @@
9007
9032
  "active"
9008
9033
  ]
9009
9034
  }
9035
+ },
9036
+ "separator": {
9037
+ "value": "#cfcfd3",
9038
+ "public": true,
9039
+ "isReferenceToInternal": true,
9040
+ "filePath": "tokens/color/alias/tile.light.json",
9041
+ "isSource": true,
9042
+ "original": {
9043
+ "value": "{color.light-mode.neutral.300.value}",
9044
+ "public": true,
9045
+ "isReferenceToInternal": true
9046
+ },
9047
+ "name": "color-light-mode-tile-separator",
9048
+ "attributes": {
9049
+ "category": "color",
9050
+ "type": "light-mode",
9051
+ "item": "tile",
9052
+ "subitem": "separator"
9053
+ },
9054
+ "path": [
9055
+ "color",
9056
+ "light-mode",
9057
+ "tile",
9058
+ "separator"
9059
+ ]
9010
9060
  }
9011
9061
  },
9012
9062
  "text": {
@@ -2788,6 +2788,31 @@
2788
2788
  "active"
2789
2789
  ]
2790
2790
  }
2791
+ },
2792
+ "separator": {
2793
+ "value": "#504e62",
2794
+ "public": true,
2795
+ "isReferenceToInternal": true,
2796
+ "filePath": "tokens/color/alias/tile.dark.json",
2797
+ "isSource": true,
2798
+ "original": {
2799
+ "value": "{color.dark-mode.neutral.400.value}",
2800
+ "public": true,
2801
+ "isReferenceToInternal": true
2802
+ },
2803
+ "name": "color-dark-mode-tile-separator",
2804
+ "attributes": {
2805
+ "category": "color",
2806
+ "type": "dark-mode",
2807
+ "item": "tile",
2808
+ "subitem": "separator"
2809
+ },
2810
+ "path": [
2811
+ "color",
2812
+ "dark-mode",
2813
+ "tile",
2814
+ "separator"
2815
+ ]
2791
2816
  }
2792
2817
  },
2793
2818
  "text": {
@@ -2780,6 +2780,31 @@
2780
2780
  "active"
2781
2781
  ]
2782
2782
  }
2783
+ },
2784
+ "separator": {
2785
+ "value": "#cfcfd3",
2786
+ "public": true,
2787
+ "isReferenceToInternal": true,
2788
+ "filePath": "tokens/color/alias/tile.light.json",
2789
+ "isSource": true,
2790
+ "original": {
2791
+ "value": "{color.light-mode.neutral.300.value}",
2792
+ "public": true,
2793
+ "isReferenceToInternal": true
2794
+ },
2795
+ "name": "color-light-mode-tile-separator",
2796
+ "attributes": {
2797
+ "category": "color",
2798
+ "type": "light-mode",
2799
+ "item": "tile",
2800
+ "subitem": "separator"
2801
+ },
2802
+ "path": [
2803
+ "color",
2804
+ "light-mode",
2805
+ "tile",
2806
+ "separator"
2807
+ ]
2783
2808
  }
2784
2809
  },
2785
2810
  "text": {
@@ -115,6 +115,7 @@ $pds-color-text-default: #ffffff;
115
115
  $pds-color-text-default-secondary: #a6a3b4;
116
116
  $pds-color-tile-background-active: #858299;
117
117
  $pds-color-tile-background-hover: #504e62;
118
+ $pds-color-tile-separator: #504e62;
118
119
  $pds-color-toggle-button-background-off: #504e62;
119
120
  $pds-color-toggle-button-foreground-off: #c7c5d0;
120
121
  $pds-elevation-overlay: 0px 8px 12px 0px rgba(18, 18, 25, 0.6);
@@ -115,6 +115,7 @@ $pds-color-text-default: #23232d;
115
115
  $pds-color-text-default-secondary: #6d6d78;
116
116
  $pds-color-tile-background-active: #f1f1f1;
117
117
  $pds-color-tile-background-hover: #f8f8f8;
118
+ $pds-color-tile-separator: #cfcfd3;
118
119
  $pds-color-toggle-button-background-off: #f1f1f1;
119
120
  $pds-color-toggle-button-foreground-off: #6d6d78;
120
121
  $pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.38",
3
+ "version": "1.0.0-dev.39",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [