@wordpress/theme 0.10.1-next.v.202604091042.0 → 0.11.0

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +51 -22
  3. package/build/color-ramps/lib/constants.cjs +1 -1
  4. package/build/color-ramps/lib/constants.cjs.map +1 -1
  5. package/build/color-ramps/lib/default-ramps.cjs +50 -50
  6. package/build/color-ramps/lib/default-ramps.cjs.map +1 -1
  7. package/build/postcss-plugins/add-fallback-to-var.cjs +3 -1
  8. package/build/postcss-plugins/add-fallback-to-var.cjs.map +2 -2
  9. package/build/postcss-plugins/ds-token-fallbacks.cjs +3 -1
  10. package/build/postcss-plugins/ds-token-fallbacks.cjs.map +2 -2
  11. package/build/prebuilt/js/design-token-fallbacks.cjs +50 -50
  12. package/build/prebuilt/js/design-token-fallbacks.cjs.map +2 -2
  13. package/build/prebuilt/js/design-tokens.cjs +17 -17
  14. package/build/prebuilt/js/design-tokens.cjs.map +1 -1
  15. package/build/stylelint-plugins/no-unknown-ds-tokens.cjs.map +1 -1
  16. package/build/use-theme-provider-styles.cjs +7 -7
  17. package/build/use-theme-provider-styles.cjs.map +1 -1
  18. package/build-module/color-ramps/lib/constants.mjs +1 -1
  19. package/build-module/color-ramps/lib/constants.mjs.map +1 -1
  20. package/build-module/color-ramps/lib/default-ramps.mjs +50 -50
  21. package/build-module/color-ramps/lib/default-ramps.mjs.map +1 -1
  22. package/build-module/postcss-plugins/add-fallback-to-var.mjs +3 -1
  23. package/build-module/postcss-plugins/add-fallback-to-var.mjs.map +2 -2
  24. package/build-module/postcss-plugins/ds-token-fallbacks.mjs +3 -1
  25. package/build-module/postcss-plugins/ds-token-fallbacks.mjs.map +2 -2
  26. package/build-module/prebuilt/js/design-token-fallbacks.mjs +50 -50
  27. package/build-module/prebuilt/js/design-token-fallbacks.mjs.map +2 -2
  28. package/build-module/prebuilt/js/design-tokens.mjs +17 -17
  29. package/build-module/prebuilt/js/design-tokens.mjs.map +1 -1
  30. package/build-module/stylelint-plugins/no-unknown-ds-tokens.mjs.map +1 -1
  31. package/build-module/use-theme-provider-styles.mjs +7 -7
  32. package/build-module/use-theme-provider-styles.mjs.map +1 -1
  33. package/build-types/color-ramps/test/index.test.d.ts +5 -0
  34. package/build-types/color-ramps/test/index.test.d.ts.map +1 -0
  35. package/build-types/postcss-plugins/add-fallback-to-var.d.ts.map +1 -1
  36. package/build-types/postcss-plugins/ds-token-fallbacks.d.mts.map +1 -1
  37. package/build-types/postcss-plugins/test/add-fallback-to-var.test.d.ts +2 -0
  38. package/build-types/postcss-plugins/test/add-fallback-to-var.test.d.ts.map +1 -0
  39. package/build-types/postcss-plugins/test/ds-token-fallbacks.test.d.ts +2 -0
  40. package/build-types/postcss-plugins/test/ds-token-fallbacks.test.d.ts.map +1 -0
  41. package/build-types/prebuilt/js/design-token-fallbacks.d.mts +17 -17
  42. package/build-types/stylelint-plugins/test/no-setting-wpds-custom-properties.test.d.ts +2 -0
  43. package/build-types/stylelint-plugins/test/no-setting-wpds-custom-properties.test.d.ts.map +1 -0
  44. package/build-types/stylelint-plugins/test/no-token-fallback-values.test.d.ts +2 -0
  45. package/build-types/stylelint-plugins/test/no-token-fallback-values.test.d.ts.map +1 -0
  46. package/build-types/stylelint-plugins/test/no-unknown-ds-tokens.test.d.ts +2 -0
  47. package/build-types/stylelint-plugins/test/no-unknown-ds-tokens.test.d.ts.map +1 -0
  48. package/build-types/stylelint-plugins/test/utils/index.d.ts +8 -0
  49. package/build-types/stylelint-plugins/test/utils/index.d.ts.map +1 -0
  50. package/package.json +4 -4
  51. package/src/color-ramps/lib/constants.ts +1 -1
  52. package/src/color-ramps/lib/default-ramps.ts +50 -50
  53. package/src/color-ramps/test/__snapshots__/index.test.ts.snap +21 -21
  54. package/src/postcss-plugins/add-fallback-to-var.ts +5 -1
  55. package/src/postcss-plugins/ds-token-fallbacks.mjs +5 -1
  56. package/src/postcss-plugins/test/add-fallback-to-var.test.ts +10 -9
  57. package/src/postcss-plugins/test/ds-token-fallbacks.test.ts +39 -0
  58. package/src/prebuilt/css/design-tokens.css +55 -53
  59. package/src/prebuilt/js/design-token-fallbacks.mjs +51 -50
  60. package/src/prebuilt/js/design-tokens.mjs +17 -17
  61. package/src/stylelint-plugins/no-unknown-ds-tokens.mjs +3 -3
@@ -13,7 +13,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
13
13
  },
14
14
  },
15
15
  "seedComputed": "#d1d1d1",
16
- "seedOriginal": "#f8f8f8",
16
+ "seedOriginal": "#fcfcfc",
17
17
  "seedUnchanged": false,
18
18
  },
19
19
  "output": {
@@ -58,7 +58,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
58
58
  },
59
59
  },
60
60
  "seedComputed": "#d1d1d1",
61
- "seedOriginal": "#f8f8f8",
61
+ "seedOriginal": "#fcfcfc",
62
62
  "seedUnchanged": false,
63
63
  },
64
64
  "output": {
@@ -103,7 +103,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
103
103
  },
104
104
  },
105
105
  "seedComputed": "#d1d1d1",
106
- "seedOriginal": "#f8f8f8",
106
+ "seedOriginal": "#fcfcfc",
107
107
  "seedUnchanged": false,
108
108
  },
109
109
  "output": {
@@ -148,7 +148,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
148
148
  },
149
149
  },
150
150
  "seedComputed": "#d1d1d1",
151
- "seedOriginal": "#f8f8f8",
151
+ "seedOriginal": "#fcfcfc",
152
152
  "seedUnchanged": false,
153
153
  },
154
154
  "output": {
@@ -193,7 +193,7 @@ exports[`buildRamps accent ramp snapshots 1`] = `
193
193
  },
194
194
  },
195
195
  "seedComputed": "#d2d2d2",
196
- "seedOriginal": "#f8f8f8",
196
+ "seedOriginal": "#fcfcfc",
197
197
  "seedUnchanged": false,
198
198
  },
199
199
  "output": {
@@ -237,15 +237,15 @@ exports[`buildRamps accent ramp snapshots 1`] = `
237
237
  "value": 0.7,
238
238
  },
239
239
  },
240
- "seedComputed": "#f8f8f8",
241
- "seedOriginal": "#f8f8f8",
240
+ "seedComputed": "#fcfcfc",
241
+ "seedOriginal": "#fcfcfc",
242
242
  "seedUnchanged": true,
243
243
  },
244
244
  "output": {
245
245
  "direction": "darker",
246
246
  "ramp": {
247
- "bgFill1": "#f8f8f8",
248
- "bgFill2": "#e2e2e2",
247
+ "bgFill1": "#fcfcfc",
248
+ "bgFill2": "#e6e6e6",
249
249
  "bgFillDark": "#050505",
250
250
  "bgFillInverted1": "#1e1e1e",
251
251
  "bgFillInverted2": "#050505",
@@ -279,15 +279,15 @@ exports[`buildRamps accent ramp snapshots 1`] = `
279
279
  "value": 0.8,
280
280
  },
281
281
  },
282
- "seedComputed": "#f8f8f8",
283
- "seedOriginal": "#f8f8f8",
282
+ "seedComputed": "#fcfcfc",
283
+ "seedOriginal": "#fcfcfc",
284
284
  "seedUnchanged": true,
285
285
  },
286
286
  "output": {
287
287
  "direction": "darker",
288
288
  "ramp": {
289
- "bgFill1": "#f8f8f8",
290
- "bgFill2": "#e2e2e2",
289
+ "bgFill1": "#fcfcfc",
290
+ "bgFill2": "#e6e6e6",
291
291
  "bgFillDark": "#1e1e1e",
292
292
  "bgFillInverted1": "#2d2d2d",
293
293
  "bgFillInverted2": "#1e1e1e",
@@ -321,15 +321,15 @@ exports[`buildRamps accent ramp snapshots 1`] = `
321
321
  "value": 0.9,
322
322
  },
323
323
  },
324
- "seedComputed": "#f8f8f8",
325
- "seedOriginal": "#f8f8f8",
324
+ "seedComputed": "#fcfcfc",
325
+ "seedOriginal": "#fcfcfc",
326
326
  "seedUnchanged": true,
327
327
  },
328
328
  "output": {
329
329
  "direction": "darker",
330
330
  "ramp": {
331
- "bgFill1": "#f8f8f8",
332
- "bgFill2": "#e2e2e2",
331
+ "bgFill1": "#fcfcfc",
332
+ "bgFill2": "#e6e6e6",
333
333
  "bgFillDark": "#1e1e1e",
334
334
  "bgFillInverted1": "#2d2d2d",
335
335
  "bgFillInverted2": "#1e1e1e",
@@ -363,15 +363,15 @@ exports[`buildRamps accent ramp snapshots 1`] = `
363
363
  "value": 1,
364
364
  },
365
365
  },
366
- "seedComputed": "#f8f8f8",
367
- "seedOriginal": "#f8f8f8",
366
+ "seedComputed": "#fcfcfc",
367
+ "seedOriginal": "#fcfcfc",
368
368
  "seedUnchanged": true,
369
369
  },
370
370
  "output": {
371
371
  "direction": "darker",
372
372
  "ramp": {
373
- "bgFill1": "#f8f8f8",
374
- "bgFill2": "#e2e2e2",
373
+ "bgFill1": "#fcfcfc",
374
+ "bgFill2": "#e6e6e6",
375
375
  "bgFillDark": "#1e1e1e",
376
376
  "bgFillInverted1": "#2d2d2d",
377
377
  "bgFillInverted2": "#1e1e1e",
@@ -27,7 +27,11 @@ export function addFallbackToVar(
27
27
  ( match, tokenName: string ) => {
28
28
  let fallback = tokenFallbacks[ tokenName ];
29
29
  if ( fallback === undefined ) {
30
- return match;
30
+ throw new Error(
31
+ `Unknown design token: ${ tokenName }. ` +
32
+ 'This token is not in the design system. ' +
33
+ 'If this token was recently renamed, update all references to use the new name.'
34
+ );
31
35
  }
32
36
  if ( escapeQuotes ) {
33
37
  fallback = fallback
@@ -30,7 +30,11 @@ export function addFallbackToVar( cssValue, { escapeQuotes = false } = {} ) {
30
30
  ( match, tokenName ) => {
31
31
  let fallback = tokenFallbacks[ tokenName ];
32
32
  if ( fallback === undefined ) {
33
- return match;
33
+ throw new Error(
34
+ `Unknown design token: ${ tokenName }. ` +
35
+ 'This token is not in the design system. ' +
36
+ 'If this token was recently renamed, update all references to use the new name.'
37
+ );
34
38
  }
35
39
  if ( escapeQuotes ) {
36
40
  fallback = fallback
@@ -8,9 +8,10 @@ const mockFallbacks: Record< string, string > = {
8
8
  'var(--wp-admin-theme-color, #3858e9)',
9
9
  '--wpds-color-bg-interactive-brand-strong-active':
10
10
  'color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 92%, black)',
11
- '--wpds-font-family-body':
11
+ '--wpds-typography-font-family-body':
12
12
  '-apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif',
13
- '--wpds-font-family-mono': '"Menlo", "Consolas", monaco, monospace',
13
+ '--wpds-typography-font-family-mono':
14
+ '"Menlo", "Consolas", monaco, monospace',
14
15
  };
15
16
 
16
17
  describe( 'addFallbackToVar', () => {
@@ -20,10 +21,10 @@ describe( 'addFallbackToVar', () => {
20
21
  ).toBe( 'var(--wpds-border-radius-sm, 2px)' );
21
22
  } );
22
23
 
23
- it( 'leaves unknown tokens untouched', () => {
24
- expect(
24
+ it( 'throws for unknown tokens', () => {
25
+ expect( () =>
25
26
  addFallbackToVar( 'var(--wpds-nonexistent-token)', mockFallbacks )
26
- ).toBe( 'var(--wpds-nonexistent-token)' );
27
+ ).toThrow( /Unknown design token: --wpds-nonexistent-token/ );
27
28
  } );
28
29
 
29
30
  it( 'leaves non-wpds custom properties untouched', () => {
@@ -96,23 +97,23 @@ describe( 'addFallbackToVar', () => {
96
97
  it( 'does not escape quotes by default', () => {
97
98
  expect(
98
99
  addFallbackToVar(
99
- 'var(--wpds-font-family-body)',
100
+ 'var(--wpds-typography-font-family-body)',
100
101
  mockFallbacks
101
102
  )
102
103
  ).toBe(
103
- 'var(--wpds-font-family-body, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif)'
104
+ 'var(--wpds-typography-font-family-body, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif)'
104
105
  );
105
106
  } );
106
107
 
107
108
  it( 'escapes double quotes when enabled', () => {
108
109
  expect(
109
110
  addFallbackToVar(
110
- 'var(--wpds-font-family-mono)',
111
+ 'var(--wpds-typography-font-family-mono)',
111
112
  mockFallbacks,
112
113
  { escapeQuotes: true }
113
114
  )
114
115
  ).toBe(
115
- 'var(--wpds-font-family-mono, \\"Menlo\\", \\"Consolas\\", monaco, monospace)'
116
+ 'var(--wpds-typography-font-family-mono, \\"Menlo\\", \\"Consolas\\", monaco, monospace)'
116
117
  );
117
118
  } );
118
119
 
@@ -0,0 +1,39 @@
1
+ import { addFallbackToVar } from '../ds-token-fallbacks.mjs';
2
+
3
+ describe( 'addFallbackToVar', () => {
4
+ it( 'injects a fallback for a known token', () => {
5
+ expect(
6
+ addFallbackToVar( 'var(--wpds-typography-font-family-mono)' )
7
+ ).toBe(
8
+ 'var(--wpds-typography-font-family-mono, "Menlo", "Consolas", monaco, monospace)'
9
+ );
10
+ } );
11
+
12
+ it( 'throws for an unknown token', () => {
13
+ expect( () => addFallbackToVar( 'var(--wpds-nonexistent)' ) ).toThrow(
14
+ 'Unknown design token: --wpds-nonexistent'
15
+ );
16
+ } );
17
+
18
+ it( 'leaves var() calls that already have a fallback', () => {
19
+ expect(
20
+ addFallbackToVar( 'var(--wpds-border-radius-sm, 999px)' )
21
+ ).toBe( 'var(--wpds-border-radius-sm, 999px)' );
22
+ } );
23
+
24
+ it( 'leaves var() calls that are not design token properties', () => {
25
+ expect( addFallbackToVar( 'var(--my-custom-prop)' ) ).toBe(
26
+ 'var(--my-custom-prop)'
27
+ );
28
+ } );
29
+
30
+ it( 'escapes quotes in fallback values when escapeQuotes is true', () => {
31
+ expect(
32
+ addFallbackToVar( 'var(--wpds-typography-font-family-mono)', {
33
+ escapeQuotes: true,
34
+ } )
35
+ ).toBe(
36
+ 'var(--wpds-typography-font-family-mono, \\"Menlo\\", \\"Consolas\\", monaco, monospace)'
37
+ );
38
+ } );
39
+ } );
@@ -17,38 +17,38 @@
17
17
  --wpds-color-bg-interactive-brand-weak: #00000000; /* Background color for interactive elements with brand tone and weak emphasis. */
18
18
  --wpds-color-bg-interactive-brand-weak-active: #e6eaf4; /* Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active. */
19
19
  --wpds-color-bg-interactive-error: #00000000; /* Background color for interactive elements with error tone and normal emphasis. */
20
- --wpds-color-bg-interactive-error-active: #fff6f4; /* Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */
20
+ --wpds-color-bg-interactive-error-active: #fff6f5; /* Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */
21
21
  --wpds-color-bg-interactive-error-strong: #cc1818; /* Background color for interactive elements with error tone and strong emphasis. */
22
22
  --wpds-color-bg-interactive-error-strong-active: #b90000; /* Background color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */
23
23
  --wpds-color-bg-interactive-error-weak: #00000000; /* Background color for interactive elements with error tone and weak emphasis. */
24
24
  --wpds-color-bg-interactive-error-weak-active: #f6e6e3; /* Background color for interactive elements with error tone and weak emphasis that are hovered, focused, or active. */
25
25
  --wpds-color-bg-interactive-neutral-strong: #2d2d2d; /* Background color for interactive elements with neutral tone and strong emphasis. */
26
26
  --wpds-color-bg-interactive-neutral-strong-active: #1e1e1e; /* Background color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active. */
27
- --wpds-color-bg-interactive-neutral-strong-disabled: #e2e2e2; /* Background color for interactive elements with neutral tone and strong emphasis, in their disabled state. */
27
+ --wpds-color-bg-interactive-neutral-strong-disabled: #e6e6e6; /* Background color for interactive elements with neutral tone and strong emphasis, in their disabled state. */
28
28
  --wpds-color-bg-interactive-neutral-weak: #00000000; /* Background color for interactive elements with neutral tone and weak emphasis. */
29
- --wpds-color-bg-interactive-neutral-weak-active: #eaeaea; /* Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active. */
29
+ --wpds-color-bg-interactive-neutral-weak-active: #ededed; /* Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active. */
30
30
  --wpds-color-bg-interactive-neutral-weak-disabled: #00000000; /* Background color for interactive elements with weak emphasis, in their disabled state, regardless of the tone. */
31
- --wpds-color-bg-surface-brand: #ecf0f9; /* Background color for surfaces with brand tone and normal emphasis. */
32
- --wpds-color-bg-surface-caution: #fee994; /* Background color for surfaces with caution tone and normal emphasis. */
33
- --wpds-color-bg-surface-caution-weak: #fff9c9; /* Background color for surfaces with caution tone and weak emphasis. */
31
+ --wpds-color-bg-surface-brand: #ecf0fa; /* Background color for surfaces with brand tone and normal emphasis. */
32
+ --wpds-color-bg-surface-caution: #fee995; /* Background color for surfaces with caution tone and normal emphasis. */
33
+ --wpds-color-bg-surface-caution-weak: #fff9ca; /* Background color for surfaces with caution tone and weak emphasis. */
34
34
  --wpds-color-bg-surface-error: #f6e6e3; /* Background color for surfaces with error tone and normal emphasis. */
35
- --wpds-color-bg-surface-error-weak: #fff6f4; /* Background color for surfaces with error tone and weak emphasis. */
35
+ --wpds-color-bg-surface-error-weak: #fff6f5; /* Background color for surfaces with error tone and weak emphasis. */
36
36
  --wpds-color-bg-surface-info: #deebfa; /* Background color for surfaces with info tone and normal emphasis. */
37
- --wpds-color-bg-surface-info-weak: #f2f9ff; /* Background color for surfaces with info tone and weak emphasis. */
38
- --wpds-color-bg-surface-neutral: #f8f8f8; /* Background color for surfaces with normal emphasis. */
37
+ --wpds-color-bg-surface-info-weak: #f3f9ff; /* Background color for surfaces with info tone and weak emphasis. */
38
+ --wpds-color-bg-surface-neutral: #fcfcfc; /* Background color for surfaces with normal emphasis. */
39
39
  --wpds-color-bg-surface-neutral-strong: #ffffff; /* Background color for surfaces with strong emphasis. */
40
- --wpds-color-bg-surface-neutral-weak: #f0f0f0; /* Background color for surfaces with weak emphasis. */
41
- --wpds-color-bg-surface-success: #c5f7cc; /* Background color for surfaces with success tone and normal emphasis. */
42
- --wpds-color-bg-surface-success-weak: #eaffed; /* Background color for surfaces with success tone and weak emphasis. */
43
- --wpds-color-bg-surface-warning: #fde6bd; /* Background color for surfaces with warning tone and normal emphasis. */
44
- --wpds-color-bg-surface-warning-weak: #fff7e0; /* Background color for surfaces with warning tone and weak emphasis. */
40
+ --wpds-color-bg-surface-neutral-weak: #f4f4f4; /* Background color for surfaces with weak emphasis. */
41
+ --wpds-color-bg-surface-success: #c6f7cd; /* Background color for surfaces with success tone and normal emphasis. */
42
+ --wpds-color-bg-surface-success-weak: #ebffed; /* Background color for surfaces with success tone and weak emphasis. */
43
+ --wpds-color-bg-surface-warning: #fde6be; /* Background color for surfaces with warning tone and normal emphasis. */
44
+ --wpds-color-bg-surface-warning-weak: #fff7e1; /* Background color for surfaces with warning tone and weak emphasis. */
45
45
  --wpds-color-bg-thumb-brand: #3858e9; /* Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track). */
46
46
  --wpds-color-bg-thumb-brand-active: #3858e9; /* Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track) that are hovered, focused, or active. */
47
- --wpds-color-bg-thumb-neutral-disabled: #d8d8d8; /* Background color for thumbs with normal emphasis (eg. slider thumb and filled track), in their disabled state, regardless of the tone. */
48
- --wpds-color-bg-thumb-neutral-weak: #8a8a8a; /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb). */
49
- --wpds-color-bg-thumb-neutral-weak-active: #6c6c6c; /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb) that are hovered, focused, or active. */
50
- --wpds-color-bg-track-neutral: #d8d8d8; /* Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track). */
51
- --wpds-color-bg-track-neutral-weak: #e0e0e0; /* Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track). */
47
+ --wpds-color-bg-thumb-neutral-disabled: #dbdbdb; /* Background color for thumbs with normal emphasis (eg. slider thumb and filled track), in their disabled state, regardless of the tone. */
48
+ --wpds-color-bg-thumb-neutral-weak: #8d8d8d; /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb). */
49
+ --wpds-color-bg-thumb-neutral-weak-active: #6e6e6e; /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb) that are hovered, focused, or active. */
50
+ --wpds-color-bg-track-neutral: #dbdbdb; /* Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track). */
51
+ --wpds-color-bg-track-neutral-weak: #e4e4e4; /* Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track). */
52
52
  --wpds-color-fg-content-caution: #281d00; /* Foreground color for content like text with caution tone and normal emphasis. */
53
53
  --wpds-color-fg-content-caution-weak: #826a00; /* Foreground color for content like text with caution tone and weak emphasis. */
54
54
  --wpds-color-fg-content-error: #470000; /* Foreground color for content like text with error tone and normal emphasis. */
@@ -56,9 +56,9 @@
56
56
  --wpds-color-fg-content-info: #001b4f; /* Foreground color for content like text with info tone and normal emphasis. */
57
57
  --wpds-color-fg-content-info-weak: #006bd7; /* Foreground color for content like text with info tone and weak emphasis. */
58
58
  --wpds-color-fg-content-neutral: #1e1e1e; /* Foreground color for content like text with normal emphasis. */
59
- --wpds-color-fg-content-neutral-weak: #6d6d6d; /* Foreground color for content like text with weak emphasis. */
59
+ --wpds-color-fg-content-neutral-weak: #707070; /* Foreground color for content like text with weak emphasis. */
60
60
  --wpds-color-fg-content-success: #002900; /* Foreground color for content like text with success tone and normal emphasis. */
61
- --wpds-color-fg-content-success-weak: #007f30; /* Foreground color for content like text with success tone and weak emphasis. */
61
+ --wpds-color-fg-content-success-weak: #008030; /* Foreground color for content like text with success tone and weak emphasis. */
62
62
  --wpds-color-fg-content-warning: #2e1900; /* Foreground color for content like text with warning tone and normal emphasis. */
63
63
  --wpds-color-fg-content-warning-weak: #926300; /* Foreground color for content like text with warning tone and weak emphasis. */
64
64
  --wpds-color-fg-interactive-brand: #3858e9; /* Foreground color for interactive elements with brand tone and normal emphasis. */
@@ -71,34 +71,34 @@
71
71
  --wpds-color-fg-interactive-error-strong-active: #f2efef; /* Foreground color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */
72
72
  --wpds-color-fg-interactive-neutral: #1e1e1e; /* Foreground color for interactive elements with neutral tone and normal emphasis. */
73
73
  --wpds-color-fg-interactive-neutral-active: #1e1e1e; /* Foreground color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active. */
74
- --wpds-color-fg-interactive-neutral-disabled: #8a8a8a; /* Foreground color for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */
74
+ --wpds-color-fg-interactive-neutral-disabled: #8d8d8d; /* Foreground color for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */
75
75
  --wpds-color-fg-interactive-neutral-strong: #f0f0f0; /* Foreground color for interactive elements with neutral tone and strong emphasis. */
76
76
  --wpds-color-fg-interactive-neutral-strong-active: #f0f0f0; /* Foreground color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active. */
77
- --wpds-color-fg-interactive-neutral-strong-disabled: #8a8a8a; /* Foreground color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */
78
- --wpds-color-fg-interactive-neutral-weak: #6d6d6d; /* Foreground color for interactive elements with neutral tone and weak emphasis. */
79
- --wpds-color-fg-interactive-neutral-weak-disabled: #8a8a8a; /* Foreground color for interactive elements with weak emphasis, in their disabled state, regardless of the tone. */
77
+ --wpds-color-fg-interactive-neutral-strong-disabled: #8d8d8d; /* Foreground color for interactive elements with strong emphasis, in their disabled state, regardless of the tone. */
78
+ --wpds-color-fg-interactive-neutral-weak: #707070; /* Foreground color for interactive elements with neutral tone and weak emphasis. */
79
+ --wpds-color-fg-interactive-neutral-weak-disabled: #8d8d8d; /* Foreground color for interactive elements with weak emphasis, in their disabled state, regardless of the tone. */
80
80
  --wpds-color-stroke-focus-brand: #3858e9; /* Accessible stroke color applied to focus rings. */
81
81
  --wpds-color-stroke-interactive-brand: #3858e9; /* Accessible stroke color used for interactive brand-toned elements with normal emphasis. */
82
82
  --wpds-color-stroke-interactive-brand-active: #2337c8; /* Accessible stroke color used for interactive brand-toned elements with normal emphasis that are hovered, focused, or active. */
83
83
  --wpds-color-stroke-interactive-error: #cc1818; /* Accessible stroke color used for interactive error-toned elements with normal emphasis. */
84
84
  --wpds-color-stroke-interactive-error-active: #9d0000; /* Accessible stroke color used for interactive error-toned elements with normal emphasis that are hovered, focused, or active. */
85
85
  --wpds-color-stroke-interactive-error-strong: #cc1818; /* Accessible stroke color used for interactive error-toned elements with strong emphasis. */
86
- --wpds-color-stroke-interactive-neutral: #8a8a8a; /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis. */
87
- --wpds-color-stroke-interactive-neutral-active: #6c6c6c; /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis that are hovered, focused, or active. */
88
- --wpds-color-stroke-interactive-neutral-disabled: #d8d8d8; /* Accessible stroke color used for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */
89
- --wpds-color-stroke-interactive-neutral-strong: #6c6c6c; /* Accessible stroke color used for interactive neutrally-toned elements with strong emphasis. */
86
+ --wpds-color-stroke-interactive-neutral: #8d8d8d; /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis. */
87
+ --wpds-color-stroke-interactive-neutral-active: #6e6e6e; /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis that are hovered, focused, or active. */
88
+ --wpds-color-stroke-interactive-neutral-disabled: #dbdbdb; /* Accessible stroke color used for interactive elements with normal emphasis, in their disabled state, regardless of the tone. */
89
+ --wpds-color-stroke-interactive-neutral-strong: #6e6e6e; /* Accessible stroke color used for interactive neutrally-toned elements with strong emphasis. */
90
90
  --wpds-color-stroke-surface-brand: #a3b1d4; /* Decorative stroke color used to define brand-toned surface boundaries with normal emphasis. */
91
91
  --wpds-color-stroke-surface-brand-strong: #3858e9; /* Decorative stroke color used to define brand-toned surface boundaries with strong emphasis. */
92
92
  --wpds-color-stroke-surface-error: #daa39b; /* Decorative stroke color used to define error-toned surface boundaries with normal emphasis. */
93
93
  --wpds-color-stroke-surface-error-strong: #cc1818; /* Decorative stroke color used to define error-toned surface boundaries with strong emphasis. */
94
94
  --wpds-color-stroke-surface-info: #9fbcdc; /* Decorative stroke color used to define info-toned surface boundaries with normal emphasis. */
95
95
  --wpds-color-stroke-surface-info-strong: #006bd7; /* Decorative stroke color used to define info-toned surface boundaries with strong emphasis. */
96
- --wpds-color-stroke-surface-neutral: #d8d8d8; /* Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis. */
97
- --wpds-color-stroke-surface-neutral-strong: #8a8a8a; /* Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis. */
98
- --wpds-color-stroke-surface-neutral-weak: #e0e0e0; /* Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis. */
96
+ --wpds-color-stroke-surface-neutral: #dbdbdb; /* Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis. */
97
+ --wpds-color-stroke-surface-neutral-strong: #8d8d8d; /* Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis. */
98
+ --wpds-color-stroke-surface-neutral-weak: #e4e4e4; /* Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis. */
99
99
  --wpds-color-stroke-surface-success: #8ac894; /* Decorative stroke color used to define success-toned surface boundaries with normal emphasis. */
100
- --wpds-color-stroke-surface-success-strong: #007f30; /* Decorative stroke color used to define success-toned surface boundaries with strong emphasis. */
101
- --wpds-color-stroke-surface-warning: #d0b381; /* Decorative stroke color used to define warning-toned surface boundaries with normal emphasis. */
100
+ --wpds-color-stroke-surface-success-strong: #008030; /* Decorative stroke color used to define success-toned surface boundaries with strong emphasis. */
101
+ --wpds-color-stroke-surface-warning: #d0b481; /* Decorative stroke color used to define warning-toned surface boundaries with normal emphasis. */
102
102
  --wpds-color-stroke-surface-warning-strong: #926300; /* Decorative stroke color used to define warning-toned surface boundaries with strong emphasis. */
103
103
  --wpds-cursor-control: pointer; /* Cursor style for interactive controls that are not links (e.g. buttons, checkboxes, and toggles). */
104
104
  --wpds-dimension-base: 4px; /* Base dimension unit */
@@ -130,25 +130,27 @@
130
130
  0 6px 6px 0 #00000008, 0 8px 8px 0 #00000005; /* For components that provide contextual feedback without being intrusive. Generally non-interruptive. Example: Tooltips, Snackbar. */
131
131
  --wpds-elevation-xs: 0 1px 1px 0 #00000008, 0 1px 2px 0 #00000005,
132
132
  0 3px 3px 0 #00000005, 0 4px 4px 0 #00000003; /* For sections and containers that group related content and controls, which may overlap other content. Example: Preview Frame. */
133
- --wpds-font-family-body: -apple-system, system-ui, 'Segoe UI', 'Roboto',
134
- 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; /* Body font family */
135
- --wpds-font-family-heading: -apple-system, system-ui, 'Segoe UI', 'Roboto',
136
- 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; /* Headings font family */
137
- --wpds-font-family-mono: 'Menlo', 'Consolas', monaco, monospace; /* Monospace font family */
138
- --wpds-font-line-height-2xl: 40px; /* 2X large line height */
139
- --wpds-font-line-height-lg: 28px; /* Large line height */
140
- --wpds-font-line-height-md: 24px; /* Medium line height */
141
- --wpds-font-line-height-sm: 20px; /* Small line height */
142
- --wpds-font-line-height-xl: 32px; /* Extra large line height */
143
- --wpds-font-line-height-xs: 16px; /* Extra small line height */
144
- --wpds-font-size-2xl: 32px; /* 2X large font size */
145
- --wpds-font-size-lg: 15px; /* Large font size */
146
- --wpds-font-size-md: 13px; /* Medium font size */
147
- --wpds-font-size-sm: 12px; /* Small font size */
148
- --wpds-font-size-xl: 20px; /* Extra large font size */
149
- --wpds-font-size-xs: 11px; /* Extra small font size */
150
- --wpds-font-weight-medium: 499; /* Medium font weight for emphasis and headings */
151
- --wpds-font-weight-regular: 400; /* Regular font weight for body text */
133
+ --wpds-typography-font-family-body: -apple-system, system-ui, 'Segoe UI',
134
+ 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
135
+ sans-serif; /* Body font family */
136
+ --wpds-typography-font-family-heading: -apple-system, system-ui, 'Segoe UI',
137
+ 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
138
+ sans-serif; /* Headings font family */
139
+ --wpds-typography-font-family-mono: 'Menlo', 'Consolas', monaco, monospace; /* Monospace font family */
140
+ --wpds-typography-font-size-2xl: 32px; /* 2X large font size */
141
+ --wpds-typography-font-size-lg: 15px; /* Large font size */
142
+ --wpds-typography-font-size-md: 13px; /* Medium font size */
143
+ --wpds-typography-font-size-sm: 12px; /* Small font size */
144
+ --wpds-typography-font-size-xl: 20px; /* Extra large font size */
145
+ --wpds-typography-font-size-xs: 11px; /* Extra small font size */
146
+ --wpds-typography-font-weight-medium: 499; /* Medium font weight for emphasis and headings */
147
+ --wpds-typography-font-weight-regular: 400; /* Regular font weight for body text */
148
+ --wpds-typography-line-height-2xl: 40px; /* 2X large line height */
149
+ --wpds-typography-line-height-lg: 28px; /* Large line height */
150
+ --wpds-typography-line-height-md: 24px; /* Medium line height */
151
+ --wpds-typography-line-height-sm: 20px; /* Small line height */
152
+ --wpds-typography-line-height-xl: 32px; /* Extra large line height */
153
+ --wpds-typography-line-height-xs: 16px; /* Extra small line height */
152
154
  }
153
155
 
154
156
  [data-wpds-theme-provider-id][data-wpds-density='compact'] {
@@ -21,40 +21,40 @@ export default {
21
21
  '--wpds-color-bg-interactive-brand-weak-active':
22
22
  'color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white)',
23
23
  '--wpds-color-bg-interactive-error': '#00000000',
24
- '--wpds-color-bg-interactive-error-active': '#fff6f4',
24
+ '--wpds-color-bg-interactive-error-active': '#fff6f5',
25
25
  '--wpds-color-bg-interactive-error-strong': '#cc1818',
26
26
  '--wpds-color-bg-interactive-error-strong-active': '#b90000',
27
27
  '--wpds-color-bg-interactive-error-weak': '#00000000',
28
28
  '--wpds-color-bg-interactive-error-weak-active': '#f6e6e3',
29
29
  '--wpds-color-bg-interactive-neutral-strong': '#2d2d2d',
30
30
  '--wpds-color-bg-interactive-neutral-strong-active': '#1e1e1e',
31
- '--wpds-color-bg-interactive-neutral-strong-disabled': '#e2e2e2',
31
+ '--wpds-color-bg-interactive-neutral-strong-disabled': '#e6e6e6',
32
32
  '--wpds-color-bg-interactive-neutral-weak': '#00000000',
33
- '--wpds-color-bg-interactive-neutral-weak-active': '#eaeaea',
33
+ '--wpds-color-bg-interactive-neutral-weak-active': '#ededed',
34
34
  '--wpds-color-bg-interactive-neutral-weak-disabled': '#00000000',
35
35
  '--wpds-color-bg-surface-brand':
36
36
  'color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 9%, white)',
37
- '--wpds-color-bg-surface-caution': '#fee994',
38
- '--wpds-color-bg-surface-caution-weak': '#fff9c9',
37
+ '--wpds-color-bg-surface-caution': '#fee995',
38
+ '--wpds-color-bg-surface-caution-weak': '#fff9ca',
39
39
  '--wpds-color-bg-surface-error': '#f6e6e3',
40
- '--wpds-color-bg-surface-error-weak': '#fff6f4',
40
+ '--wpds-color-bg-surface-error-weak': '#fff6f5',
41
41
  '--wpds-color-bg-surface-info': '#deebfa',
42
- '--wpds-color-bg-surface-info-weak': '#f2f9ff',
43
- '--wpds-color-bg-surface-neutral': '#f8f8f8',
42
+ '--wpds-color-bg-surface-info-weak': '#f3f9ff',
43
+ '--wpds-color-bg-surface-neutral': '#fcfcfc',
44
44
  '--wpds-color-bg-surface-neutral-strong': '#ffffff',
45
- '--wpds-color-bg-surface-neutral-weak': '#f0f0f0',
46
- '--wpds-color-bg-surface-success': '#c5f7cc',
47
- '--wpds-color-bg-surface-success-weak': '#eaffed',
48
- '--wpds-color-bg-surface-warning': '#fde6bd',
49
- '--wpds-color-bg-surface-warning-weak': '#fff7e0',
45
+ '--wpds-color-bg-surface-neutral-weak': '#f4f4f4',
46
+ '--wpds-color-bg-surface-success': '#c6f7cd',
47
+ '--wpds-color-bg-surface-success-weak': '#ebffed',
48
+ '--wpds-color-bg-surface-warning': '#fde6be',
49
+ '--wpds-color-bg-surface-warning-weak': '#fff7e1',
50
50
  '--wpds-color-bg-thumb-brand': 'var(--wp-admin-theme-color, #3858e9)',
51
51
  '--wpds-color-bg-thumb-brand-active':
52
52
  'var(--wp-admin-theme-color, #3858e9)',
53
- '--wpds-color-bg-thumb-neutral-disabled': '#d8d8d8',
54
- '--wpds-color-bg-thumb-neutral-weak': '#8a8a8a',
55
- '--wpds-color-bg-thumb-neutral-weak-active': '#6c6c6c',
56
- '--wpds-color-bg-track-neutral': '#d8d8d8',
57
- '--wpds-color-bg-track-neutral-weak': '#e0e0e0',
53
+ '--wpds-color-bg-thumb-neutral-disabled': '#dbdbdb',
54
+ '--wpds-color-bg-thumb-neutral-weak': '#8d8d8d',
55
+ '--wpds-color-bg-thumb-neutral-weak-active': '#6e6e6e',
56
+ '--wpds-color-bg-track-neutral': '#dbdbdb',
57
+ '--wpds-color-bg-track-neutral-weak': '#e4e4e4',
58
58
  '--wpds-color-fg-content-caution': '#281d00',
59
59
  '--wpds-color-fg-content-caution-weak': '#826a00',
60
60
  '--wpds-color-fg-content-error': '#470000',
@@ -62,9 +62,9 @@ export default {
62
62
  '--wpds-color-fg-content-info': '#001b4f',
63
63
  '--wpds-color-fg-content-info-weak': '#006bd7',
64
64
  '--wpds-color-fg-content-neutral': '#1e1e1e',
65
- '--wpds-color-fg-content-neutral-weak': '#6d6d6d',
65
+ '--wpds-color-fg-content-neutral-weak': '#707070',
66
66
  '--wpds-color-fg-content-success': '#002900',
67
- '--wpds-color-fg-content-success-weak': '#007f30',
67
+ '--wpds-color-fg-content-success-weak': '#008030',
68
68
  '--wpds-color-fg-content-warning': '#2e1900',
69
69
  '--wpds-color-fg-content-warning-weak': '#926300',
70
70
  '--wpds-color-fg-interactive-brand': 'var(--wp-admin-theme-color, #3858e9)',
@@ -78,12 +78,12 @@ export default {
78
78
  '--wpds-color-fg-interactive-error-strong-active': '#f2efef',
79
79
  '--wpds-color-fg-interactive-neutral': '#1e1e1e',
80
80
  '--wpds-color-fg-interactive-neutral-active': '#1e1e1e',
81
- '--wpds-color-fg-interactive-neutral-disabled': '#8a8a8a',
81
+ '--wpds-color-fg-interactive-neutral-disabled': '#8d8d8d',
82
82
  '--wpds-color-fg-interactive-neutral-strong': '#f0f0f0',
83
83
  '--wpds-color-fg-interactive-neutral-strong-active': '#f0f0f0',
84
- '--wpds-color-fg-interactive-neutral-strong-disabled': '#8a8a8a',
85
- '--wpds-color-fg-interactive-neutral-weak': '#6d6d6d',
86
- '--wpds-color-fg-interactive-neutral-weak-disabled': '#8a8a8a',
84
+ '--wpds-color-fg-interactive-neutral-strong-disabled': '#8d8d8d',
85
+ '--wpds-color-fg-interactive-neutral-weak': '#707070',
86
+ '--wpds-color-fg-interactive-neutral-weak-disabled': '#8d8d8d',
87
87
  '--wpds-color-stroke-focus-brand': 'var(--wp-admin-theme-color, #3858e9)',
88
88
  '--wpds-color-stroke-interactive-brand':
89
89
  'var(--wp-admin-theme-color, #3858e9)',
@@ -92,10 +92,10 @@ export default {
92
92
  '--wpds-color-stroke-interactive-error': '#cc1818',
93
93
  '--wpds-color-stroke-interactive-error-active': '#9d0000',
94
94
  '--wpds-color-stroke-interactive-error-strong': '#cc1818',
95
- '--wpds-color-stroke-interactive-neutral': '#8a8a8a',
96
- '--wpds-color-stroke-interactive-neutral-active': '#6c6c6c',
97
- '--wpds-color-stroke-interactive-neutral-disabled': '#d8d8d8',
98
- '--wpds-color-stroke-interactive-neutral-strong': '#6c6c6c',
95
+ '--wpds-color-stroke-interactive-neutral': '#8d8d8d',
96
+ '--wpds-color-stroke-interactive-neutral-active': '#6e6e6e',
97
+ '--wpds-color-stroke-interactive-neutral-disabled': '#dbdbdb',
98
+ '--wpds-color-stroke-interactive-neutral-strong': '#6e6e6e',
99
99
  '--wpds-color-stroke-surface-brand':
100
100
  'color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 46%, white)',
101
101
  '--wpds-color-stroke-surface-brand-strong':
@@ -104,12 +104,12 @@ export default {
104
104
  '--wpds-color-stroke-surface-error-strong': '#cc1818',
105
105
  '--wpds-color-stroke-surface-info': '#9fbcdc',
106
106
  '--wpds-color-stroke-surface-info-strong': '#006bd7',
107
- '--wpds-color-stroke-surface-neutral': '#d8d8d8',
108
- '--wpds-color-stroke-surface-neutral-strong': '#8a8a8a',
109
- '--wpds-color-stroke-surface-neutral-weak': '#e0e0e0',
107
+ '--wpds-color-stroke-surface-neutral': '#dbdbdb',
108
+ '--wpds-color-stroke-surface-neutral-strong': '#8d8d8d',
109
+ '--wpds-color-stroke-surface-neutral-weak': '#e4e4e4',
110
110
  '--wpds-color-stroke-surface-success': '#8ac894',
111
- '--wpds-color-stroke-surface-success-strong': '#007f30',
112
- '--wpds-color-stroke-surface-warning': '#d0b381',
111
+ '--wpds-color-stroke-surface-success-strong': '#008030',
112
+ '--wpds-color-stroke-surface-warning': '#d0b481',
113
113
  '--wpds-color-stroke-surface-warning-strong': '#926300',
114
114
  '--wpds-cursor-control': 'pointer',
115
115
  '--wpds-dimension-base': '4px',
@@ -141,23 +141,24 @@ export default {
141
141
  '0 1px 2px 0 #0000000d, 0 2px 3px 0 #0000000a, 0 6px 6px 0 #00000008, 0 8px 8px 0 #00000005',
142
142
  '--wpds-elevation-xs':
143
143
  '0 1px 1px 0 #00000008, 0 1px 2px 0 #00000005, 0 3px 3px 0 #00000005, 0 4px 4px 0 #00000003',
144
- '--wpds-font-family-body':
144
+ '--wpds-typography-font-family-body':
145
145
  '-apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif',
146
- '--wpds-font-family-heading':
146
+ '--wpds-typography-font-family-heading':
147
147
  '-apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif',
148
- '--wpds-font-family-mono': '"Menlo", "Consolas", monaco, monospace',
149
- '--wpds-font-line-height-2xl': '40px',
150
- '--wpds-font-line-height-lg': '28px',
151
- '--wpds-font-line-height-md': '24px',
152
- '--wpds-font-line-height-sm': '20px',
153
- '--wpds-font-line-height-xl': '32px',
154
- '--wpds-font-line-height-xs': '16px',
155
- '--wpds-font-size-2xl': '32px',
156
- '--wpds-font-size-lg': '15px',
157
- '--wpds-font-size-md': '13px',
158
- '--wpds-font-size-sm': '12px',
159
- '--wpds-font-size-xl': '20px',
160
- '--wpds-font-size-xs': '11px',
161
- '--wpds-font-weight-medium': '499',
162
- '--wpds-font-weight-regular': '400',
148
+ '--wpds-typography-font-family-mono':
149
+ '"Menlo", "Consolas", monaco, monospace',
150
+ '--wpds-typography-font-size-2xl': '32px',
151
+ '--wpds-typography-font-size-lg': '15px',
152
+ '--wpds-typography-font-size-md': '13px',
153
+ '--wpds-typography-font-size-sm': '12px',
154
+ '--wpds-typography-font-size-xl': '20px',
155
+ '--wpds-typography-font-size-xs': '11px',
156
+ '--wpds-typography-font-weight-medium': '499',
157
+ '--wpds-typography-font-weight-regular': '400',
158
+ '--wpds-typography-line-height-2xl': '40px',
159
+ '--wpds-typography-line-height-lg': '28px',
160
+ '--wpds-typography-line-height-md': '24px',
161
+ '--wpds-typography-line-height-sm': '20px',
162
+ '--wpds-typography-line-height-xl': '32px',
163
+ '--wpds-typography-line-height-xs': '16px',
163
164
  };