@pantheon-systems/pds-design-tokens 0.7.0-dev.4 → 0.7.0-dev.5

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.
@@ -69,8 +69,8 @@
69
69
  --pds-color-panel-overlay-border: var(--pds-color-border-default);
70
70
  --pds-color-panel-raised-background: var(--pds-color-background-default);
71
71
  --pds-color-panel-raised-border: var(--pds-color-border-default);
72
- --pds-color-panel-sunken-background: #23232d;
73
- --pds-color-panel-sunken-border: #23232d;
72
+ --pds-color-panel-sunken-background: #f1f1f1;
73
+ --pds-color-panel-sunken-border: #f1f1f1;
74
74
  --pds-color-text-default: #23232d;
75
75
  --pds-color-text-headings: var(--pds-color-text-default);
76
76
  --pds-color-text-overline: #71717c;
@@ -6030,13 +6030,13 @@
6030
6030
  },
6031
6031
  "sunken": {
6032
6032
  "background": {
6033
- "value": "#23232d",
6033
+ "value": "#f1f1f1",
6034
6034
  "public": true,
6035
6035
  "isReferenceToInternal": true,
6036
6036
  "filePath": "tokens/color/alias/panel.light.json",
6037
6037
  "isSource": true,
6038
6038
  "original": {
6039
- "value": "{color.light-mode.neutral.700.value}",
6039
+ "value": "{color.light-mode.neutral.050.value}",
6040
6040
  "public": true,
6041
6041
  "isReferenceToInternal": true
6042
6042
  },
@@ -6057,13 +6057,13 @@
6057
6057
  ]
6058
6058
  },
6059
6059
  "border": {
6060
- "value": "#23232d",
6060
+ "value": "#f1f1f1",
6061
6061
  "public": true,
6062
6062
  "isReferenceToInternal": true,
6063
6063
  "filePath": "tokens/color/alias/panel.light.json",
6064
6064
  "isSource": true,
6065
6065
  "original": {
6066
- "value": "{color.light-mode.neutral.700.value}",
6066
+ "value": "{color.light-mode.neutral.050.value}",
6067
6067
  "public": true,
6068
6068
  "isReferenceToInternal": true
6069
6069
  },
@@ -1331,13 +1331,13 @@
1331
1331
  },
1332
1332
  "sunken": {
1333
1333
  "background": {
1334
- "value": "#23232d",
1334
+ "value": "#f1f1f1",
1335
1335
  "public": true,
1336
1336
  "isReferenceToInternal": true,
1337
1337
  "filePath": "tokens/color/alias/panel.light.json",
1338
1338
  "isSource": true,
1339
1339
  "original": {
1340
- "value": "{color.light-mode.neutral.700.value}",
1340
+ "value": "{color.light-mode.neutral.050.value}",
1341
1341
  "public": true,
1342
1342
  "isReferenceToInternal": true
1343
1343
  },
@@ -1358,13 +1358,13 @@
1358
1358
  ]
1359
1359
  },
1360
1360
  "border": {
1361
- "value": "#23232d",
1361
+ "value": "#f1f1f1",
1362
1362
  "public": true,
1363
1363
  "isReferenceToInternal": true,
1364
1364
  "filePath": "tokens/color/alias/panel.light.json",
1365
1365
  "isSource": true,
1366
1366
  "original": {
1367
- "value": "{color.light-mode.neutral.700.value}",
1367
+ "value": "{color.light-mode.neutral.050.value}",
1368
1368
  "public": true,
1369
1369
  "isReferenceToInternal": true
1370
1370
  },
@@ -67,8 +67,8 @@ $pds-color-panel-overlay-background: $pds-color-background-default;
67
67
  $pds-color-panel-overlay-border: $pds-color-border-default;
68
68
  $pds-color-panel-raised-background: $pds-color-background-default;
69
69
  $pds-color-panel-raised-border: $pds-color-border-default;
70
- $pds-color-panel-sunken-background: #23232d;
71
- $pds-color-panel-sunken-border: #23232d;
70
+ $pds-color-panel-sunken-background: #f1f1f1;
71
+ $pds-color-panel-sunken-border: #f1f1f1;
72
72
  $pds-color-text-default: #23232d;
73
73
  $pds-color-text-headings: $pds-color-text-default;
74
74
  $pds-color-text-overline: #71717c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "0.7.0-dev.4",
3
+ "version": "0.7.0-dev.5",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [