@pantheon-systems/pds-design-tokens 2.0.0-alpha.52 → 2.0.0-alpha.53

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.
@@ -74,7 +74,7 @@
74
74
  --pds-color-banner-neutral-background: oklch(0.5103 0 0);
75
75
  --pds-color-banner-neutral-foreground: oklch(0.9702 0 0);
76
76
  --pds-color-card-background: oklch(0.2178 0 0);
77
- --pds-color-code-block-background: var(--pds-color-neutral-300);
77
+ --pds-color-code-block-background: oklch(0.2931 0 0);
78
78
  --pds-color-code-block-foreground: oklch(1 0 0);
79
79
  --pds-color-code-block-line-prefix: #9699a1;
80
80
  --pds-color-code-block-syntax-punctuation: #c3c5c9;
@@ -74,7 +74,7 @@
74
74
  --pds-color-banner-neutral-background: oklch(0.2178 0 0);
75
75
  --pds-color-banner-neutral-foreground: oklch(1.0000 0 0);
76
76
  --pds-color-card-background: oklch(1.0000 0 0);
77
- --pds-color-code-block-background: var(--pds-color-neutral-800);
77
+ --pds-color-code-block-background: oklch(0.31 0 0);
78
78
  --pds-color-code-block-foreground: oklch(1 0 0);
79
79
  --pds-color-code-block-line-prefix: #9699a1;
80
80
  --pds-color-code-block-syntax-punctuation: #c3c5c9;
@@ -6693,6 +6693,7 @@
6693
6693
  "type": "color",
6694
6694
  "$extensions": {
6695
6695
  "public": true,
6696
+ "resolveValue": true,
6696
6697
  "com.figma": {
6697
6698
  "exportAs": "variable",
6698
6699
  "codeSyntax": {
@@ -14488,6 +14489,7 @@
14488
14489
  "type": "color",
14489
14490
  "$extensions": {
14490
14491
  "public": true,
14492
+ "resolveValue": true,
14491
14493
  "com.figma": {
14492
14494
  "exportAs": "variable",
14493
14495
  "codeSyntax": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
3
  "description": "Design Tokens for the Pantheon Design System",
4
- "version": "2.0.0-alpha.52",
4
+ "version": "2.0.0-alpha.53",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/",