@wordpress/theme 0.3.1-next.8b30e05b0.0 → 0.4.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 (67) hide show
  1. package/README.md +82 -18
  2. package/bin/generate-primitive-tokens/index.ts +26 -33
  3. package/bin/terrazzo-plugin-mode-overrides/index.ts +208 -0
  4. package/build/color-ramps/lib/default-ramps.js +65 -65
  5. package/build/color-ramps/lib/default-ramps.js.map +1 -1
  6. package/build/color-ramps/lib/find-color-with-constraints.js.map +2 -2
  7. package/build/color-ramps/lib/index.js.map +2 -2
  8. package/build/color-ramps/lib/taper-chroma.js +18 -44
  9. package/build/color-ramps/lib/taper-chroma.js.map +2 -2
  10. package/build/prebuilt/js/design-tokens.js +32 -6
  11. package/build/prebuilt/js/design-tokens.js.map +2 -2
  12. package/build/prebuilt/ts/color-tokens.js +35 -13
  13. package/build/prebuilt/ts/color-tokens.js.map +2 -2
  14. package/build-module/color-ramps/lib/default-ramps.js +65 -65
  15. package/build-module/color-ramps/lib/default-ramps.js.map +1 -1
  16. package/build-module/color-ramps/lib/find-color-with-constraints.js.map +2 -2
  17. package/build-module/color-ramps/lib/index.js.map +2 -2
  18. package/build-module/color-ramps/lib/taper-chroma.js +19 -46
  19. package/build-module/color-ramps/lib/taper-chroma.js.map +2 -2
  20. package/build-module/prebuilt/js/design-tokens.js +32 -6
  21. package/build-module/prebuilt/js/design-tokens.js.map +2 -2
  22. package/build-module/prebuilt/ts/color-tokens.js +35 -13
  23. package/build-module/prebuilt/ts/color-tokens.js.map +2 -2
  24. package/build-types/color-ramps/lib/find-color-with-constraints.d.ts +3 -4
  25. package/build-types/color-ramps/lib/find-color-with-constraints.d.ts.map +1 -1
  26. package/build-types/color-ramps/lib/taper-chroma.d.ts +4 -4
  27. package/build-types/color-ramps/lib/taper-chroma.d.ts.map +1 -1
  28. package/build-types/prebuilt/ts/color-tokens.d.ts.map +1 -1
  29. package/docs/ds-tokens.md +35 -9
  30. package/package.json +5 -5
  31. package/src/color-ramps/lib/default-ramps.ts +65 -65
  32. package/src/color-ramps/lib/find-color-with-constraints.ts +11 -7
  33. package/src/color-ramps/lib/index.ts +4 -4
  34. package/src/color-ramps/lib/taper-chroma.ts +32 -63
  35. package/src/prebuilt/css/design-tokens.css +72 -28
  36. package/src/prebuilt/js/design-tokens.js +32 -6
  37. package/src/prebuilt/ts/color-tokens.ts +31 -9
  38. package/terrazzo.config.ts +11 -14
  39. package/tokens/border.json +44 -22
  40. package/tokens/color.json +1160 -630
  41. package/tokens/dimension.json +112 -52
  42. package/tokens/elevation.json +1 -1
  43. package/tokens/modes/border.high-dpi.json +15 -0
  44. package/tokens/modes/dimension.comfortable.json +54 -0
  45. package/tokens/modes/dimension.compact.json +54 -0
  46. package/tokens/typography.json +1 -1
  47. package/tsconfig.bin.tsbuildinfo +1 -1
  48. package/tsconfig.src.json +1 -1
  49. package/tsconfig.src.tsbuildinfo +1 -1
  50. package/bin/terrazzo-plugin-figma-ds-token-manager/index.ts +0 -217
  51. package/bin/terrazzo-plugin-figma-ds-token-manager/lib.ts +0 -1
  52. package/build/prebuilt/json/figma.json +0 -715
  53. package/build/token-id.js +0 -30
  54. package/build/token-id.js.map +0 -7
  55. package/build/types/css-modules.d.js +0 -1
  56. package/build/types/css-modules.d.js.map +0 -7
  57. package/build-module/prebuilt/json/figma.json +0 -715
  58. package/build-module/token-id.js +0 -6
  59. package/build-module/token-id.js.map +0 -7
  60. package/build-module/types/css-modules.d.js +0 -1
  61. package/build-module/types/css-modules.d.js.map +0 -7
  62. package/build-types/token-id.d.ts +0 -9
  63. package/build-types/token-id.d.ts.map +0 -1
  64. package/src/prebuilt/json/figma.json +0 -715
  65. package/src/test/token-id.test.ts +0 -12
  66. package/src/token-id.ts +0 -9
  67. package/src/types/css-modules.d.ts +0 -4
package/tokens/color.json CHANGED
@@ -1,1027 +1,1557 @@
1
1
  {
2
- "color": {
2
+ "wpds-color": {
3
3
  "$type": "color",
4
4
  "primitive": {
5
5
  "primary": {
6
6
  "bgFill1": {
7
- "$value": "#3858e9"
7
+ "$value": {
8
+ "colorSpace": "srgb",
9
+ "components": [ 0.22, 0.345, 0.914 ],
10
+ "hex": "#3858e9"
11
+ }
8
12
  },
9
13
  "fgFill": {
10
- "$value": "#eff0f2"
14
+ "$value": {
15
+ "colorSpace": "srgb",
16
+ "components": [ 0.937, 0.941, 0.949 ],
17
+ "hex": "#eff0f2"
18
+ }
11
19
  },
12
20
  "bgFill2": {
13
- "$value": "#2e49d9"
21
+ "$value": {
22
+ "colorSpace": "srgb",
23
+ "components": [ 0.18, 0.286, 0.851 ],
24
+ "hex": "#2e49d9"
25
+ }
14
26
  },
15
27
  "surface2": {
16
- "$value": "#f6f8fc"
28
+ "$value": {
29
+ "colorSpace": "srgb",
30
+ "components": [ 0.965, 0.973, 0.992 ],
31
+ "hex": "#f6f8fd"
32
+ }
17
33
  },
18
34
  "surface6": {
19
- "$value": "#c7d2ee"
35
+ "$value": {
36
+ "colorSpace": "srgb",
37
+ "components": [ 0.78, 0.824, 0.929 ],
38
+ "hex": "#c7d2ed"
39
+ }
20
40
  },
21
41
  "surface5": {
22
- "$value": "#dbe2f4"
42
+ "$value": {
43
+ "colorSpace": "srgb",
44
+ "components": [ 0.859, 0.886, 0.957 ],
45
+ "hex": "#dbe2f4"
46
+ }
23
47
  },
24
48
  "surface4": {
25
- "$value": "#e4eaf7"
49
+ "$value": {
50
+ "colorSpace": "srgb",
51
+ "components": [ 0.902, 0.918, 0.957 ],
52
+ "hex": "#e6eaf4"
53
+ }
26
54
  },
27
55
  "surface3": {
28
- "$value": "#fff"
56
+ "$value": {
57
+ "colorSpace": "srgb",
58
+ "components": [ 1, 1, 1 ],
59
+ "hex": "#fff"
60
+ }
29
61
  },
30
62
  "fgSurface4": {
31
- "$value": "#0b0070"
63
+ "$value": {
64
+ "colorSpace": "srgb",
65
+ "components": [ 0.043, 0, 0.439 ],
66
+ "hex": "#0b0070"
67
+ }
32
68
  },
33
69
  "fgSurface3": {
34
- "$value": "#3858e9"
70
+ "$value": {
71
+ "colorSpace": "srgb",
72
+ "components": [ 0.22, 0.345, 0.914 ],
73
+ "hex": "#3858e9"
74
+ }
35
75
  },
36
76
  "fgSurface2": {
37
- "$value": "#5b82ff"
77
+ "$value": {
78
+ "colorSpace": "srgb",
79
+ "components": [ 0.357, 0.51, 1 ],
80
+ "hex": "#5b82ff"
81
+ }
38
82
  },
39
83
  "fgSurface1": {
40
- "$value": "#85a9ff"
84
+ "$value": {
85
+ "colorSpace": "srgb",
86
+ "components": [ 0.522, 0.663, 1 ],
87
+ "hex": "#85a9ff"
88
+ }
41
89
  },
42
90
  "stroke3": {
43
- "$value": "#3858e9"
91
+ "$value": {
92
+ "colorSpace": "srgb",
93
+ "components": [ 0.22, 0.345, 0.914 ],
94
+ "hex": "#3858e9"
95
+ }
44
96
  },
45
97
  "stroke4": {
46
- "$value": "#2337c8"
98
+ "$value": {
99
+ "colorSpace": "srgb",
100
+ "components": [ 0.137, 0.216, 0.784 ],
101
+ "hex": "#2337c8"
102
+ }
47
103
  },
48
104
  "stroke2": {
49
- "$value": "#9aaad3"
105
+ "$value": {
106
+ "colorSpace": "srgb",
107
+ "components": [ 0.612, 0.667, 0.8 ],
108
+ "hex": "#9caacc"
109
+ }
50
110
  },
51
111
  "stroke1": {
52
- "$value": "#a2b1d6"
112
+ "$value": {
113
+ "colorSpace": "srgb",
114
+ "components": [ 0.639, 0.694, 0.831 ],
115
+ "hex": "#a3b1d4"
116
+ }
53
117
  },
54
118
  "bgFillDark": {
55
- "$value": "#1b1e26"
119
+ "$value": {
120
+ "colorSpace": "srgb",
121
+ "components": [ 0.102, 0.118, 0.153 ],
122
+ "hex": "#1a1e27"
123
+ }
56
124
  },
57
125
  "fgFillDark": {
58
- "$value": "#eff0f2"
126
+ "$value": {
127
+ "colorSpace": "srgb",
128
+ "components": [ 0.937, 0.941, 0.949 ],
129
+ "hex": "#eff0f2"
130
+ }
59
131
  },
60
132
  "bgFillInverted2": {
61
- "$value": "#1b1e26"
133
+ "$value": {
134
+ "colorSpace": "srgb",
135
+ "components": [ 0.102, 0.118, 0.153 ],
136
+ "hex": "#1a1e27"
137
+ }
62
138
  },
63
139
  "bgFillInverted1": {
64
- "$value": "#13009f"
140
+ "$value": {
141
+ "colorSpace": "srgb",
142
+ "components": [ 0.075, 0, 0.624 ],
143
+ "hex": "#13009f"
144
+ }
65
145
  },
66
146
  "fgFillInverted": {
67
- "$value": "#eff0f2"
147
+ "$value": {
148
+ "colorSpace": "srgb",
149
+ "components": [ 0.937, 0.941, 0.949 ],
150
+ "hex": "#eff0f2"
151
+ }
68
152
  },
69
153
  "surface1": {
70
- "$value": "#ecf0f9"
154
+ "$value": {
155
+ "colorSpace": "srgb",
156
+ "components": [ 0.925, 0.941, 0.976 ],
157
+ "hex": "#ecf0f9"
158
+ }
71
159
  }
72
160
  },
73
161
  "info": {
74
162
  "bgFill1": {
75
- "$value": "#0090ff"
163
+ "$value": {
164
+ "colorSpace": "srgb",
165
+ "components": [ 0, 0.565, 1 ],
166
+ "hex": "#0090ff"
167
+ }
76
168
  },
77
169
  "fgFill": {
78
- "$value": "#1b1e23"
170
+ "$value": {
171
+ "colorSpace": "srgb",
172
+ "components": [ 0.102, 0.122, 0.141 ],
173
+ "hex": "#1a1f24"
174
+ }
79
175
  },
80
176
  "bgFill2": {
81
- "$value": "#007fed"
177
+ "$value": {
178
+ "colorSpace": "srgb",
179
+ "components": [ 0, 0.498, 0.929 ],
180
+ "hex": "#007fed"
181
+ }
82
182
  },
83
183
  "surface2": {
84
- "$value": "#f5f9fd"
184
+ "$value": {
185
+ "colorSpace": "srgb",
186
+ "components": [ 0.953, 0.976, 1 ],
187
+ "hex": "#f3f9ff"
188
+ }
85
189
  },
86
190
  "surface6": {
87
- "$value": "#bdd5f1"
191
+ "$value": {
192
+ "colorSpace": "srgb",
193
+ "components": [ 0.737, 0.835, 0.945 ],
194
+ "hex": "#bcd5f1"
195
+ }
88
196
  },
89
197
  "surface5": {
90
- "$value": "#d4e4f6"
198
+ "$value": {
199
+ "colorSpace": "srgb",
200
+ "components": [ 0.827, 0.894, 0.969 ],
201
+ "hex": "#d3e4f7"
202
+ }
91
203
  },
92
204
  "surface4": {
93
- "$value": "#dfebf8"
205
+ "$value": {
206
+ "colorSpace": "srgb",
207
+ "components": [ 0.871, 0.922, 0.98 ],
208
+ "hex": "#deebfa"
209
+ }
94
210
  },
95
211
  "surface3": {
96
- "$value": "#fff"
212
+ "$value": {
213
+ "colorSpace": "srgb",
214
+ "components": [ 1, 1, 1 ],
215
+ "hex": "#fff"
216
+ }
97
217
  },
98
218
  "fgSurface4": {
99
- "$value": "#001b4f"
219
+ "$value": {
220
+ "colorSpace": "srgb",
221
+ "components": [ 0, 0.106, 0.31 ],
222
+ "hex": "#001b4f"
223
+ }
100
224
  },
101
225
  "fgSurface3": {
102
- "$value": "#006bd7"
226
+ "$value": {
227
+ "colorSpace": "srgb",
228
+ "components": [ 0, 0.42, 0.843 ],
229
+ "hex": "#006bd7"
230
+ }
103
231
  },
104
232
  "fgSurface2": {
105
- "$value": "#008bfa"
233
+ "$value": {
234
+ "colorSpace": "srgb",
235
+ "components": [ 0, 0.545, 0.98 ],
236
+ "hex": "#008bfa"
237
+ }
106
238
  },
107
239
  "fgSurface1": {
108
- "$value": "#59b0ff"
240
+ "$value": {
241
+ "colorSpace": "srgb",
242
+ "components": [ 0.345, 0.69, 1 ],
243
+ "hex": "#58b0ff"
244
+ }
109
245
  },
110
246
  "stroke3": {
111
- "$value": "#006bd7"
247
+ "$value": {
248
+ "colorSpace": "srgb",
249
+ "components": [ 0, 0.42, 0.843 ],
250
+ "hex": "#006bd7"
251
+ }
112
252
  },
113
253
  "stroke4": {
114
- "$value": "#004fa9"
254
+ "$value": {
255
+ "colorSpace": "srgb",
256
+ "components": [ 0, 0.31, 0.663 ],
257
+ "hex": "#004fa9"
258
+ }
115
259
  },
116
260
  "stroke2": {
117
- "$value": "#94b5d9"
261
+ "$value": {
262
+ "colorSpace": "srgb",
263
+ "components": [ 0.584, 0.71, 0.851 ],
264
+ "hex": "#95b5d9"
265
+ }
118
266
  },
119
267
  "stroke1": {
120
- "$value": "#9fbcdd"
268
+ "$value": {
269
+ "colorSpace": "srgb",
270
+ "components": [ 0.624, 0.737, 0.863 ],
271
+ "hex": "#9fbcdc"
272
+ }
121
273
  },
122
274
  "bgFillDark": {
123
- "$value": "#1b1e23"
275
+ "$value": {
276
+ "colorSpace": "srgb",
277
+ "components": [ 0.102, 0.122, 0.141 ],
278
+ "hex": "#1a1f24"
279
+ }
124
280
  },
125
281
  "fgFillDark": {
126
- "$value": "#eff0f2"
282
+ "$value": {
283
+ "colorSpace": "srgb",
284
+ "components": [ 0.933, 0.941, 0.953 ],
285
+ "hex": "#eef0f3"
286
+ }
127
287
  },
128
288
  "bgFillInverted2": {
129
- "$value": "#1b1e23"
289
+ "$value": {
290
+ "colorSpace": "srgb",
291
+ "components": [ 0.102, 0.122, 0.141 ],
292
+ "hex": "#1a1f24"
293
+ }
130
294
  },
131
295
  "bgFillInverted1": {
132
- "$value": "#002a69"
296
+ "$value": {
297
+ "colorSpace": "srgb",
298
+ "components": [ 0, 0.165, 0.412 ],
299
+ "hex": "#002a69"
300
+ }
133
301
  },
134
302
  "fgFillInverted": {
135
- "$value": "#eff0f2"
303
+ "$value": {
304
+ "colorSpace": "srgb",
305
+ "components": [ 0.933, 0.941, 0.953 ],
306
+ "hex": "#eef0f3"
307
+ }
136
308
  },
137
309
  "surface1": {
138
- "$value": "#e9f1fa"
310
+ "$value": {
311
+ "colorSpace": "srgb",
312
+ "components": [ 0.894, 0.945, 1 ],
313
+ "hex": "#e4f1ff"
314
+ }
139
315
  }
140
316
  },
141
317
  "success": {
142
318
  "bgFill1": {
143
- "$value": "#4ab866"
319
+ "$value": {
320
+ "colorSpace": "srgb",
321
+ "components": [ 0.29, 0.722, 0.4 ],
322
+ "hex": "#4ab866"
323
+ }
144
324
  },
145
325
  "fgFill": {
146
- "$value": "#1b1f1c"
326
+ "$value": {
327
+ "colorSpace": "srgb",
328
+ "components": [ 0.106, 0.122, 0.11 ],
329
+ "hex": "#1b1f1c"
330
+ }
147
331
  },
148
332
  "bgFill2": {
149
- "$value": "#37a756"
333
+ "$value": {
334
+ "colorSpace": "srgb",
335
+ "components": [ 0.216, 0.655, 0.337 ],
336
+ "hex": "#37a756"
337
+ }
150
338
  },
151
339
  "surface2": {
152
- "$value": "#f0fcf2"
340
+ "$value": {
341
+ "colorSpace": "srgb",
342
+ "components": [ 0.918, 1, 0.929 ],
343
+ "hex": "#eaffed"
344
+ }
153
345
  },
154
346
  "surface6": {
155
- "$value": "#7eea95"
347
+ "$value": {
348
+ "colorSpace": "srgb",
349
+ "components": [ 0.533, 0.91, 0.608 ],
350
+ "hex": "#88e89b"
351
+ }
156
352
  },
157
353
  "surface5": {
158
- "$value": "#b5f1bf"
354
+ "$value": {
355
+ "colorSpace": "srgb",
356
+ "components": [ 0.686, 0.953, 0.733 ],
357
+ "hex": "#aff3bb"
358
+ }
159
359
  },
160
360
  "surface4": {
161
- "$value": "#cbf5d1"
361
+ "$value": {
362
+ "colorSpace": "srgb",
363
+ "components": [ 0.773, 0.969, 0.8 ],
364
+ "hex": "#c5f7cc"
365
+ }
162
366
  },
163
367
  "surface3": {
164
- "$value": "#fff"
368
+ "$value": {
369
+ "colorSpace": "srgb",
370
+ "components": [ 1, 1, 1 ],
371
+ "hex": "#fff"
372
+ }
165
373
  },
166
374
  "fgSurface4": {
167
- "$value": "#002900"
375
+ "$value": {
376
+ "colorSpace": "srgb",
377
+ "components": [ 0, 0.161, 0 ],
378
+ "hex": "#002900"
379
+ }
168
380
  },
169
381
  "fgSurface3": {
170
- "$value": "#007f30"
382
+ "$value": {
383
+ "colorSpace": "srgb",
384
+ "components": [ 0, 0.498, 0.188 ],
385
+ "hex": "#007f30"
386
+ }
171
387
  },
172
388
  "fgSurface2": {
173
- "$value": "#2b9e4e"
389
+ "$value": {
390
+ "colorSpace": "srgb",
391
+ "components": [ 0.169, 0.62, 0.306 ],
392
+ "hex": "#2b9e4e"
393
+ }
174
394
  },
175
395
  "fgSurface1": {
176
- "$value": "#53c06e"
396
+ "$value": {
397
+ "colorSpace": "srgb",
398
+ "components": [ 0.325, 0.757, 0.431 ],
399
+ "hex": "#53c16e"
400
+ }
177
401
  },
178
402
  "stroke3": {
179
- "$value": "#007f30"
403
+ "$value": {
404
+ "colorSpace": "srgb",
405
+ "components": [ 0, 0.498, 0.188 ],
406
+ "hex": "#007f30"
407
+ }
180
408
  },
181
409
  "stroke4": {
182
- "$value": "#006013"
410
+ "$value": {
411
+ "colorSpace": "srgb",
412
+ "components": [ 0, 0.376, 0.075 ],
413
+ "hex": "#006013"
414
+ }
183
415
  },
184
416
  "stroke2": {
185
- "$value": "#7dc189"
417
+ "$value": {
418
+ "colorSpace": "srgb",
419
+ "components": [ 0.518, 0.753, 0.557 ],
420
+ "hex": "#84c08e"
421
+ }
186
422
  },
187
423
  "stroke1": {
188
- "$value": "#82c98f"
424
+ "$value": {
425
+ "colorSpace": "srgb",
426
+ "components": [ 0.541, 0.784, 0.58 ],
427
+ "hex": "#8ac894"
428
+ }
189
429
  },
190
430
  "bgFillDark": {
191
- "$value": "#1b1f1c"
431
+ "$value": {
432
+ "colorSpace": "srgb",
433
+ "components": [ 0.106, 0.122, 0.11 ],
434
+ "hex": "#1b1f1c"
435
+ }
192
436
  },
193
437
  "fgFillDark": {
194
- "$value": "#edf2ed"
438
+ "$value": {
439
+ "colorSpace": "srgb",
440
+ "components": [ 0.918, 0.953, 0.922 ],
441
+ "hex": "#eaf3eb"
442
+ }
195
443
  },
196
444
  "bgFillInverted2": {
197
- "$value": "#1b1f1c"
445
+ "$value": {
446
+ "colorSpace": "srgb",
447
+ "components": [ 0.106, 0.122, 0.11 ],
448
+ "hex": "#1b1f1c"
449
+ }
198
450
  },
199
451
  "bgFillInverted1": {
200
- "$value": "#003701"
452
+ "$value": {
453
+ "colorSpace": "srgb",
454
+ "components": [ 0, 0.216, 0.004 ],
455
+ "hex": "#003701"
456
+ }
201
457
  },
202
458
  "fgFillInverted": {
203
- "$value": "#edf2ed"
459
+ "$value": {
460
+ "colorSpace": "srgb",
461
+ "components": [ 0.918, 0.953, 0.922 ],
462
+ "hex": "#eaf3eb"
463
+ }
204
464
  },
205
465
  "surface1": {
206
- "$value": "#dbf8df"
466
+ "$value": {
467
+ "colorSpace": "srgb",
468
+ "components": [ 0.796, 0.992, 0.824 ],
469
+ "hex": "#cbfdd2"
470
+ }
207
471
  }
208
472
  },
209
473
  "warning": {
210
474
  "bgFill1": {
211
- "$value": "#f0b849"
475
+ "$value": {
476
+ "colorSpace": "srgb",
477
+ "components": [ 0.941, 0.722, 0.286 ],
478
+ "hex": "#f0b849"
479
+ }
212
480
  },
213
481
  "fgFill": {
214
- "$value": "#1f1e1b"
482
+ "$value": {
483
+ "colorSpace": "srgb",
484
+ "components": [ 0.122, 0.118, 0.106 ],
485
+ "hex": "#1f1e1b"
486
+ }
215
487
  },
216
488
  "bgFill2": {
217
- "$value": "#dda633"
489
+ "$value": {
490
+ "colorSpace": "srgb",
491
+ "components": [ 0.867, 0.651, 0.2 ],
492
+ "hex": "#dda633"
493
+ }
218
494
  },
219
495
  "surface2": {
220
- "$value": "#fdf7ee"
496
+ "$value": {
497
+ "colorSpace": "srgb",
498
+ "components": [ 1, 0.969, 0.878 ],
499
+ "hex": "#fff7e0"
500
+ }
221
501
  },
222
502
  "surface6": {
223
- "$value": "#f1ce8f"
503
+ "$value": {
504
+ "colorSpace": "srgb",
505
+ "components": [ 0.957, 0.8, 0.518 ],
506
+ "hex": "#f4cc84"
507
+ }
224
508
  },
225
509
  "surface5": {
226
- "$value": "#f6e0b9"
510
+ "$value": {
511
+ "colorSpace": "srgb",
512
+ "components": [ 0.98, 0.867, 0.675 ],
513
+ "hex": "#faddac"
514
+ }
227
515
  },
228
516
  "surface4": {
229
- "$value": "#f8e8cc"
517
+ "$value": {
518
+ "colorSpace": "srgb",
519
+ "components": [ 0.992, 0.902, 0.741 ],
520
+ "hex": "#fde6bd"
521
+ }
230
522
  },
231
523
  "surface3": {
232
- "$value": "#fff"
524
+ "$value": {
525
+ "colorSpace": "srgb",
526
+ "components": [ 1, 1, 1 ],
527
+ "hex": "#fff"
528
+ }
233
529
  },
234
530
  "fgSurface4": {
235
- "$value": "#2e1900"
531
+ "$value": {
532
+ "colorSpace": "srgb",
533
+ "components": [ 0.18, 0.098, 0 ],
534
+ "hex": "#2e1900"
535
+ }
236
536
  },
237
537
  "fgSurface3": {
238
- "$value": "#936400"
538
+ "$value": {
539
+ "colorSpace": "srgb",
540
+ "components": [ 0.573, 0.388, 0 ],
541
+ "hex": "#926300"
542
+ }
239
543
  },
240
544
  "fgSurface2": {
241
- "$value": "#b68000"
545
+ "$value": {
546
+ "colorSpace": "srgb",
547
+ "components": [ 0.706, 0.498, 0 ],
548
+ "hex": "#b47f00"
549
+ }
242
550
  },
243
551
  "fgSurface1": {
244
- "$value": "#d8a12c"
552
+ "$value": {
553
+ "colorSpace": "srgb",
554
+ "components": [ 0.843, 0.627, 0.165 ],
555
+ "hex": "#d7a02a"
556
+ }
245
557
  },
246
558
  "stroke3": {
247
- "$value": "#936400"
559
+ "$value": {
560
+ "colorSpace": "srgb",
561
+ "components": [ 0.573, 0.388, 0 ],
562
+ "hex": "#926300"
563
+ }
248
564
  },
249
565
  "stroke4": {
250
- "$value": "#704a00"
566
+ "$value": {
567
+ "colorSpace": "srgb",
568
+ "components": [ 0.435, 0.286, 0 ],
569
+ "hex": "#6f4900"
570
+ }
251
571
  },
252
572
  "stroke2": {
253
- "$value": "#caae7c"
573
+ "$value": {
574
+ "colorSpace": "srgb",
575
+ "components": [ 0.78, 0.678, 0.494 ],
576
+ "hex": "#c7ad7e"
577
+ }
254
578
  },
255
579
  "stroke1": {
256
- "$value": "#d2b581"
580
+ "$value": {
581
+ "colorSpace": "srgb",
582
+ "components": [ 0.816, 0.702, 0.506 ],
583
+ "hex": "#d0b381"
584
+ }
257
585
  },
258
586
  "bgFillDark": {
259
- "$value": "#1f1e1b"
587
+ "$value": {
588
+ "colorSpace": "srgb",
589
+ "components": [ 0.122, 0.118, 0.106 ],
590
+ "hex": "#1f1e1b"
591
+ }
260
592
  },
261
593
  "fgFillDark": {
262
- "$value": "#f3f0e9"
594
+ "$value": {
595
+ "colorSpace": "srgb",
596
+ "components": [ 0.969, 0.937, 0.886 ],
597
+ "hex": "#f7efe2"
598
+ }
263
599
  },
264
600
  "bgFillInverted2": {
265
- "$value": "#1f1e1b"
601
+ "$value": {
602
+ "colorSpace": "srgb",
603
+ "components": [ 0.122, 0.118, 0.106 ],
604
+ "hex": "#1f1e1b"
605
+ }
266
606
  },
267
607
  "bgFillInverted1": {
268
- "$value": "#422800"
608
+ "$value": {
609
+ "colorSpace": "srgb",
610
+ "components": [ 0.259, 0.157, 0 ],
611
+ "hex": "#422800"
612
+ }
269
613
  },
270
614
  "fgFillInverted": {
271
- "$value": "#f3f0e9"
615
+ "$value": {
616
+ "colorSpace": "srgb",
617
+ "components": [ 0.969, 0.937, 0.886 ],
618
+ "hex": "#f7efe2"
619
+ }
272
620
  },
273
621
  "surface1": {
274
- "$value": "#faeeda"
622
+ "$value": {
623
+ "colorSpace": "srgb",
624
+ "components": [ 1, 0.925, 0.769 ],
625
+ "hex": "#ffecc4"
626
+ }
275
627
  }
276
628
  },
277
629
  "error": {
278
630
  "bgFill1": {
279
- "$value": "#cc1818"
631
+ "$value": {
632
+ "colorSpace": "srgb",
633
+ "components": [ 0.8, 0.094, 0.094 ],
634
+ "hex": "#cc1818"
635
+ }
280
636
  },
281
637
  "fgFill": {
282
- "$value": "#f2efef"
638
+ "$value": {
639
+ "colorSpace": "srgb",
640
+ "components": [ 0.949, 0.937, 0.937 ],
641
+ "hex": "#f2efef"
642
+ }
283
643
  },
284
644
  "bgFill2": {
285
- "$value": "#b90000"
645
+ "$value": {
646
+ "colorSpace": "srgb",
647
+ "components": [ 0.725, 0, 0 ],
648
+ "hex": "#b90000"
649
+ }
286
650
  },
287
651
  "surface2": {
288
- "$value": "#fdf6f5"
652
+ "$value": {
653
+ "colorSpace": "srgb",
654
+ "components": [ 1, 0.965, 0.957 ],
655
+ "hex": "#fff6f4"
656
+ }
289
657
  },
290
658
  "surface6": {
291
- "$value": "#f5c8c1"
659
+ "$value": {
660
+ "colorSpace": "srgb",
661
+ "components": [ 0.953, 0.784, 0.761 ],
662
+ "hex": "#f3c8c2"
663
+ }
292
664
  },
293
665
  "surface5": {
294
- "$value": "#f9dbd7"
666
+ "$value": {
667
+ "colorSpace": "srgb",
668
+ "components": [ 0.973, 0.863, 0.843 ],
669
+ "hex": "#f8dcd7"
670
+ }
295
671
  },
296
672
  "surface4": {
297
- "$value": "#fae4e1"
673
+ "$value": {
674
+ "colorSpace": "srgb",
675
+ "components": [ 0.965, 0.902, 0.89 ],
676
+ "hex": "#f6e6e3"
677
+ }
298
678
  },
299
679
  "surface3": {
300
- "$value": "#fff"
680
+ "$value": {
681
+ "colorSpace": "srgb",
682
+ "components": [ 1, 1, 1 ],
683
+ "hex": "#fff"
684
+ }
301
685
  },
302
686
  "fgSurface4": {
303
- "$value": "#470000"
687
+ "$value": {
688
+ "colorSpace": "srgb",
689
+ "components": [ 0.278, 0, 0 ],
690
+ "hex": "#470000"
691
+ }
304
692
  },
305
693
  "fgSurface3": {
306
- "$value": "#cc1818"
694
+ "$value": {
695
+ "colorSpace": "srgb",
696
+ "components": [ 0.8, 0.094, 0.094 ],
697
+ "hex": "#cc1818"
698
+ }
307
699
  },
308
700
  "fgSurface2": {
309
- "$value": "#f74c40"
701
+ "$value": {
702
+ "colorSpace": "srgb",
703
+ "components": [ 0.969, 0.298, 0.251 ],
704
+ "hex": "#f74c40"
705
+ }
310
706
  },
311
707
  "fgSurface1": {
312
- "$value": "#ff8879"
708
+ "$value": {
709
+ "colorSpace": "srgb",
710
+ "components": [ 1, 0.533, 0.475 ],
711
+ "hex": "#ff8879"
712
+ }
313
713
  },
314
714
  "stroke3": {
315
- "$value": "#cc1818"
715
+ "$value": {
716
+ "colorSpace": "srgb",
717
+ "components": [ 0.8, 0.094, 0.094 ],
718
+ "hex": "#cc1818"
719
+ }
316
720
  },
317
721
  "stroke4": {
318
- "$value": "#9d0000"
722
+ "$value": {
723
+ "colorSpace": "srgb",
724
+ "components": [ 0.616, 0, 0 ],
725
+ "hex": "#9d0000"
726
+ }
319
727
  },
320
728
  "stroke2": {
321
- "$value": "#de988e"
729
+ "$value": {
730
+ "colorSpace": "srgb",
731
+ "components": [ 0.827, 0.612, 0.584 ],
732
+ "hex": "#d39c95"
733
+ }
322
734
  },
323
735
  "stroke1": {
324
- "$value": "#e1a198"
736
+ "$value": {
737
+ "colorSpace": "srgb",
738
+ "components": [ 0.855, 0.639, 0.608 ],
739
+ "hex": "#daa39b"
740
+ }
325
741
  },
326
742
  "bgFillDark": {
327
- "$value": "#231c1b"
743
+ "$value": {
744
+ "colorSpace": "srgb",
745
+ "components": [ 0.137, 0.11, 0.106 ],
746
+ "hex": "#231c1b"
747
+ }
328
748
  },
329
749
  "fgFillDark": {
330
- "$value": "#f2efef"
750
+ "$value": {
751
+ "colorSpace": "srgb",
752
+ "components": [ 0.949, 0.937, 0.937 ],
753
+ "hex": "#f2efef"
754
+ }
331
755
  },
332
756
  "bgFillInverted2": {
333
- "$value": "#231c1b"
757
+ "$value": {
758
+ "colorSpace": "srgb",
759
+ "components": [ 0.137, 0.11, 0.106 ],
760
+ "hex": "#231c1b"
761
+ }
334
762
  },
335
763
  "bgFillInverted1": {
336
- "$value": "#640000"
764
+ "$value": {
765
+ "colorSpace": "srgb",
766
+ "components": [ 0.392, 0, 0 ],
767
+ "hex": "#640000"
768
+ }
337
769
  },
338
770
  "fgFillInverted": {
339
- "$value": "#f2efef"
771
+ "$value": {
772
+ "colorSpace": "srgb",
773
+ "components": [ 0.949, 0.937, 0.937 ],
774
+ "hex": "#f2efef"
775
+ }
340
776
  },
341
777
  "surface1": {
342
- "$value": "#fbece9"
778
+ "$value": {
779
+ "colorSpace": "srgb",
780
+ "components": [ 0.988, 0.925, 0.914 ],
781
+ "hex": "#fcece9"
782
+ }
343
783
  }
344
784
  },
345
785
  "bg": {
346
786
  "surface2": {
347
- "$value": "#f8f8f8"
787
+ "$value": {
788
+ "colorSpace": "srgb",
789
+ "components": [ 0.973, 0.973, 0.973 ],
790
+ "hex": "#f8f8f8"
791
+ }
348
792
  },
349
793
  "bgFill1": {
350
- "$value": "#555"
794
+ "$value": {
795
+ "colorSpace": "srgb",
796
+ "components": [ 0.333, 0.333, 0.333 ],
797
+ "hex": "#555"
798
+ }
351
799
  },
352
800
  "fgFill": {
353
- "$value": "#f0f0f0"
801
+ "$value": {
802
+ "colorSpace": "srgb",
803
+ "components": [ 0.941, 0.941, 0.941 ],
804
+ "hex": "#f0f0f0"
805
+ }
354
806
  },
355
807
  "bgFill2": {
356
- "$value": "#484848"
808
+ "$value": {
809
+ "colorSpace": "srgb",
810
+ "components": [ 0.282, 0.282, 0.282 ],
811
+ "hex": "#484848"
812
+ }
357
813
  },
358
814
  "surface6": {
359
- "$value": "#d2d2d2"
815
+ "$value": {
816
+ "colorSpace": "srgb",
817
+ "components": [ 0.824, 0.824, 0.824 ],
818
+ "hex": "#d2d2d2"
819
+ }
360
820
  },
361
821
  "surface5": {
362
- "$value": "#e2e2e2"
822
+ "$value": {
823
+ "colorSpace": "srgb",
824
+ "components": [ 0.886, 0.886, 0.886 ],
825
+ "hex": "#e2e2e2"
826
+ }
363
827
  },
364
828
  "surface4": {
365
- "$value": "#eaeaea"
829
+ "$value": {
830
+ "colorSpace": "srgb",
831
+ "components": [ 0.918, 0.918, 0.918 ],
832
+ "hex": "#eaeaea"
833
+ }
366
834
  },
367
835
  "surface3": {
368
- "$value": "#fff"
836
+ "$value": {
837
+ "colorSpace": "srgb",
838
+ "components": [ 1, 1, 1 ],
839
+ "hex": "#fff"
840
+ }
369
841
  },
370
842
  "fgSurface4": {
371
- "$value": "#1e1e1e"
843
+ "$value": {
844
+ "colorSpace": "srgb",
845
+ "components": [ 0.118, 0.118, 0.118 ],
846
+ "hex": "#1e1e1e"
847
+ }
372
848
  },
373
849
  "fgSurface3": {
374
- "$value": "#6d6d6d"
850
+ "$value": {
851
+ "colorSpace": "srgb",
852
+ "components": [ 0.427, 0.427, 0.427 ],
853
+ "hex": "#6d6d6d"
854
+ }
375
855
  },
376
856
  "fgSurface2": {
377
- "$value": "#8a8a8a"
857
+ "$value": {
858
+ "colorSpace": "srgb",
859
+ "components": [ 0.541, 0.541, 0.541 ],
860
+ "hex": "#8a8a8a"
861
+ }
378
862
  },
379
863
  "fgSurface1": {
380
- "$value": "#aaa"
864
+ "$value": {
865
+ "colorSpace": "srgb",
866
+ "components": [ 0.667, 0.667, 0.667 ],
867
+ "hex": "#aaa"
868
+ }
381
869
  },
382
870
  "stroke3": {
383
- "$value": "#8a8a8a"
871
+ "$value": {
872
+ "colorSpace": "srgb",
873
+ "components": [ 0.541, 0.541, 0.541 ],
874
+ "hex": "#8a8a8a"
875
+ }
384
876
  },
385
877
  "stroke4": {
386
- "$value": "#6c6c6c"
878
+ "$value": {
879
+ "colorSpace": "srgb",
880
+ "components": [ 0.424, 0.424, 0.424 ],
881
+ "hex": "#6c6c6c"
882
+ }
387
883
  },
388
884
  "stroke2": {
389
- "$value": "#d8d8d8"
885
+ "$value": {
886
+ "colorSpace": "srgb",
887
+ "components": [ 0.847, 0.847, 0.847 ],
888
+ "hex": "#d8d8d8"
889
+ }
390
890
  },
391
891
  "stroke1": {
392
- "$value": "#e0e0e0"
892
+ "$value": {
893
+ "colorSpace": "srgb",
894
+ "components": [ 0.878, 0.878, 0.878 ],
895
+ "hex": "#e0e0e0"
896
+ }
393
897
  },
394
898
  "bgFillDark": {
395
- "$value": "#1e1e1e"
899
+ "$value": {
900
+ "colorSpace": "srgb",
901
+ "components": [ 0.118, 0.118, 0.118 ],
902
+ "hex": "#1e1e1e"
903
+ }
396
904
  },
397
905
  "fgFillDark": {
398
- "$value": "#f0f0f0"
906
+ "$value": {
907
+ "colorSpace": "srgb",
908
+ "components": [ 0.941, 0.941, 0.941 ],
909
+ "hex": "#f0f0f0"
910
+ }
399
911
  },
400
912
  "bgFillInverted2": {
401
- "$value": "#1e1e1e"
913
+ "$value": {
914
+ "colorSpace": "srgb",
915
+ "components": [ 0.118, 0.118, 0.118 ],
916
+ "hex": "#1e1e1e"
917
+ }
402
918
  },
403
919
  "bgFillInverted1": {
404
- "$value": "#2d2d2d"
920
+ "$value": {
921
+ "colorSpace": "srgb",
922
+ "components": [ 0.176, 0.176, 0.176 ],
923
+ "hex": "#2d2d2d"
924
+ }
405
925
  },
406
926
  "fgFillInverted": {
407
- "$value": "#f0f0f0"
927
+ "$value": {
928
+ "colorSpace": "srgb",
929
+ "components": [ 0.941, 0.941, 0.941 ],
930
+ "hex": "#f0f0f0"
931
+ }
408
932
  },
409
933
  "surface1": {
410
- "$value": "#f0f0f0"
934
+ "$value": {
935
+ "colorSpace": "srgb",
936
+ "components": [ 0.941, 0.941, 0.941 ],
937
+ "hex": "#f0f0f0"
938
+ }
411
939
  }
412
940
  },
413
941
  "caution": {
414
942
  "bgFill1": {
415
- "$value": "#f0d149"
943
+ "$value": {
944
+ "colorSpace": "srgb",
945
+ "components": [ 0.941, 0.82, 0.286 ],
946
+ "hex": "#f0d149"
947
+ }
416
948
  },
417
949
  "fgFill": {
418
- "$value": "#1f1e1b"
950
+ "$value": {
951
+ "colorSpace": "srgb",
952
+ "components": [ 0.122, 0.118, 0.106 ],
953
+ "hex": "#1f1e1b"
954
+ }
419
955
  },
420
956
  "bgFill2": {
421
- "$value": "#dcbe2f"
957
+ "$value": {
958
+ "colorSpace": "srgb",
959
+ "components": [ 0.863, 0.745, 0.184 ],
960
+ "hex": "#dcbe2f"
961
+ }
422
962
  },
423
963
  "surface2": {
424
- "$value": "#fdf9e7"
964
+ "$value": {
965
+ "colorSpace": "srgb",
966
+ "components": [ 1, 0.976, 0.788 ],
967
+ "hex": "#fff9c9"
968
+ }
425
969
  },
426
970
  "surface6": {
427
- "$value": "#ecd264"
971
+ "$value": {
972
+ "colorSpace": "srgb",
973
+ "components": [ 0.91, 0.82, 0.447 ],
974
+ "hex": "#e8d172"
975
+ }
428
976
  },
429
977
  "surface5": {
430
- "$value": "#f5e297"
978
+ "$value": {
979
+ "colorSpace": "srgb",
980
+ "components": [ 0.969, 0.882, 0.541 ],
981
+ "hex": "#f7e18a"
982
+ }
431
983
  },
432
984
  "surface4": {
433
- "$value": "#f7eab3"
985
+ "$value": {
986
+ "colorSpace": "srgb",
987
+ "components": [ 0.996, 0.914, 0.58 ],
988
+ "hex": "#fee994"
989
+ }
434
990
  },
435
991
  "surface3": {
436
- "$value": "#fff"
992
+ "$value": {
993
+ "colorSpace": "srgb",
994
+ "components": [ 1, 1, 1 ],
995
+ "hex": "#fff"
996
+ }
437
997
  },
438
998
  "fgSurface4": {
439
- "$value": "#281d00"
999
+ "$value": {
1000
+ "colorSpace": "srgb",
1001
+ "components": [ 0.157, 0.114, 0 ],
1002
+ "hex": "#281d00"
1003
+ }
440
1004
  },
441
1005
  "fgSurface3": {
442
- "$value": "#836b00"
1006
+ "$value": {
1007
+ "colorSpace": "srgb",
1008
+ "components": [ 0.51, 0.416, 0 ],
1009
+ "hex": "#826a00"
1010
+ }
443
1011
  },
444
1012
  "fgSurface2": {
445
- "$value": "#a58700"
1013
+ "$value": {
1014
+ "colorSpace": "srgb",
1015
+ "components": [ 0.643, 0.525, 0 ],
1016
+ "hex": "#a48600"
1017
+ }
446
1018
  },
447
1019
  "fgSurface1": {
448
- "$value": "#c7a900"
1020
+ "$value": {
1021
+ "colorSpace": "srgb",
1022
+ "components": [ 0.776, 0.659, 0 ],
1023
+ "hex": "#c6a800"
1024
+ }
449
1025
  },
450
1026
  "stroke3": {
451
- "$value": "#836b00"
1027
+ "$value": {
1028
+ "colorSpace": "srgb",
1029
+ "components": [ 0.51, 0.416, 0 ],
1030
+ "hex": "#826a00"
1031
+ }
452
1032
  },
453
1033
  "stroke4": {
454
- "$value": "#635000"
1034
+ "$value": {
1035
+ "colorSpace": "srgb",
1036
+ "components": [ 0.384, 0.31, 0 ],
1037
+ "hex": "#624f00"
1038
+ }
455
1039
  },
456
1040
  "stroke2": {
457
- "$value": "#bfb17a"
1041
+ "$value": {
1042
+ "colorSpace": "srgb",
1043
+ "components": [ 0.741, 0.694, 0.494 ],
1044
+ "hex": "#bdb17e"
1045
+ }
458
1046
  },
459
1047
  "stroke1": {
460
- "$value": "#c7b97f"
1048
+ "$value": {
1049
+ "colorSpace": "srgb",
1050
+ "components": [ 0.773, 0.722, 0.514 ],
1051
+ "hex": "#c5b883"
1052
+ }
461
1053
  },
462
1054
  "bgFillDark": {
463
- "$value": "#1f1e1b"
1055
+ "$value": {
1056
+ "colorSpace": "srgb",
1057
+ "components": [ 0.122, 0.118, 0.106 ],
1058
+ "hex": "#1f1e1b"
1059
+ }
464
1060
  },
465
1061
  "fgFillDark": {
466
- "$value": "#f6f1da"
1062
+ "$value": {
1063
+ "colorSpace": "srgb",
1064
+ "components": [ 0.992, 0.945, 0.749 ],
1065
+ "hex": "#fdf1bf"
1066
+ }
467
1067
  },
468
1068
  "bgFillInverted2": {
469
- "$value": "#1f1e1b"
1069
+ "$value": {
1070
+ "colorSpace": "srgb",
1071
+ "components": [ 0.122, 0.118, 0.106 ],
1072
+ "hex": "#1f1e1b"
1073
+ }
470
1074
  },
471
1075
  "bgFillInverted1": {
472
- "$value": "#392c00"
1076
+ "$value": {
1077
+ "colorSpace": "srgb",
1078
+ "components": [ 0.224, 0.173, 0 ],
1079
+ "hex": "#392c00"
1080
+ }
473
1081
  },
474
1082
  "fgFillInverted": {
475
- "$value": "#f6f1da"
1083
+ "$value": {
1084
+ "colorSpace": "srgb",
1085
+ "components": [ 0.992, 0.945, 0.749 ],
1086
+ "hex": "#fdf1bf"
1087
+ }
476
1088
  },
477
1089
  "surface1": {
478
- "$value": "#f9f0c8"
1090
+ "$value": {
1091
+ "colorSpace": "srgb",
1092
+ "components": [ 1, 0.937, 0.608 ],
1093
+ "hex": "#ffef9b"
1094
+ }
479
1095
  }
480
1096
  }
481
1097
  },
482
- "semantic": {
483
- "bg-surface": {
1098
+ "bg": {
1099
+ "surface": {
484
1100
  "neutral": {
485
- "normal": {
486
- "resting": {
487
- "$value": "{color.primitive.bg.surface2}",
488
- "$description": "Background color for surfaces with normal emphasis."
489
- }
490
- },
491
- "strong": {
492
- "resting": {
493
- "$value": "{color.primitive.bg.surface3}",
494
- "$description": "Background color for surfaces with strong emphasis."
495
- }
496
- },
497
- "weak": {
498
- "resting": {
499
- "$value": "{color.primitive.bg.surface1}",
500
- "$description": "Background color for surfaces with weak emphasis."
501
- }
502
- }
1101
+ "$value": "{wpds-color.primitive.bg.surface2}",
1102
+ "$description": "Background color for surfaces with normal emphasis."
1103
+ },
1104
+ "neutral-strong": {
1105
+ "$value": "{wpds-color.primitive.bg.surface3}",
1106
+ "$description": "Background color for surfaces with strong emphasis."
1107
+ },
1108
+ "neutral-weak": {
1109
+ "$value": "{wpds-color.primitive.bg.surface1}",
1110
+ "$description": "Background color for surfaces with weak emphasis."
503
1111
  },
504
1112
  "brand": {
505
- "normal": {
506
- "resting": {
507
- "$value": "{color.primitive.primary.surface1}",
508
- "$description": "Background color for surfaces with brand tone and normal emphasis."
509
- }
510
- }
1113
+ "$value": "{wpds-color.primitive.primary.surface1}",
1114
+ "$description": "Background color for surfaces with brand tone and normal emphasis."
511
1115
  },
512
1116
  "success": {
513
- "normal": {
514
- "resting": {
515
- "$value": "{color.primitive.success.surface4}",
516
- "$description": "Background color for surfaces with success tone and normal emphasis."
517
- }
518
- },
519
- "weak": {
520
- "resting": {
521
- "$value": "{color.primitive.success.surface2}",
522
- "$description": "Background color for surfaces with success tone and weak emphasis."
523
- }
524
- }
1117
+ "$value": "{wpds-color.primitive.success.surface4}",
1118
+ "$description": "Background color for surfaces with success tone and normal emphasis."
1119
+ },
1120
+ "success-weak": {
1121
+ "$value": "{wpds-color.primitive.success.surface2}",
1122
+ "$description": "Background color for surfaces with success tone and weak emphasis."
525
1123
  },
526
1124
  "info": {
527
- "normal": {
528
- "resting": {
529
- "$value": "{color.primitive.info.surface4}",
530
- "$description": "Background color for surfaces with info tone and normal emphasis."
531
- }
532
- },
533
- "weak": {
534
- "resting": {
535
- "$value": "{color.primitive.info.surface2}",
536
- "$description": "Background color for surfaces with info tone and weak emphasis."
537
- }
538
- }
1125
+ "$value": "{wpds-color.primitive.info.surface4}",
1126
+ "$description": "Background color for surfaces with info tone and normal emphasis."
1127
+ },
1128
+ "info-weak": {
1129
+ "$value": "{wpds-color.primitive.info.surface2}",
1130
+ "$description": "Background color for surfaces with info tone and weak emphasis."
539
1131
  },
540
1132
  "warning": {
541
- "normal": {
542
- "resting": {
543
- "$value": "{color.primitive.warning.surface4}",
544
- "$description": "Background color for surfaces with warning tone and normal emphasis."
545
- }
546
- },
547
- "weak": {
548
- "resting": {
549
- "$value": "{color.primitive.warning.surface2}",
550
- "$description": "Background color for surfaces with warning tone and weak emphasis."
551
- }
552
- }
1133
+ "$value": "{wpds-color.primitive.warning.surface4}",
1134
+ "$description": "Background color for surfaces with warning tone and normal emphasis."
1135
+ },
1136
+ "warning-weak": {
1137
+ "$value": "{wpds-color.primitive.warning.surface2}",
1138
+ "$description": "Background color for surfaces with warning tone and weak emphasis."
553
1139
  },
554
1140
  "caution": {
555
- "normal": {
556
- "resting": {
557
- "$value": "{color.primitive.caution.surface4}",
558
- "$description": "Background color for surfaces with caution tone and normal emphasis."
559
- }
560
- },
561
- "weak": {
562
- "resting": {
563
- "$value": "{color.primitive.caution.surface2}",
564
- "$description": "Background color for surfaces with caution tone and weak emphasis."
565
- }
566
- }
1141
+ "$value": "{wpds-color.primitive.caution.surface4}",
1142
+ "$description": "Background color for surfaces with caution tone and normal emphasis."
1143
+ },
1144
+ "caution-weak": {
1145
+ "$value": "{wpds-color.primitive.caution.surface2}",
1146
+ "$description": "Background color for surfaces with caution tone and weak emphasis."
567
1147
  },
568
1148
  "error": {
569
- "normal": {
570
- "resting": {
571
- "$value": "{color.primitive.error.surface4}",
572
- "$description": "Background color for surfaces with error tone and normal emphasis."
573
- }
574
- },
575
- "weak": {
576
- "resting": {
577
- "$value": "{color.primitive.error.surface2}",
578
- "$description": "Background color for surfaces with error tone and weak emphasis."
579
- }
580
- }
1149
+ "$value": "{wpds-color.primitive.error.surface4}",
1150
+ "$description": "Background color for surfaces with error tone and normal emphasis."
1151
+ },
1152
+ "error-weak": {
1153
+ "$value": "{wpds-color.primitive.error.surface2}",
1154
+ "$description": "Background color for surfaces with error tone and weak emphasis."
581
1155
  }
582
1156
  },
583
- "bg-interactive": {
1157
+ "interactive": {
584
1158
  "neutral": {
585
- "normal": {
586
- "resting": {
587
- "$value": "transparent",
588
- "$description": "Background color for interactive elements with neutral tone and normal emphasis."
589
- },
590
- "active": {
591
- "$value": "{color.primitive.bg.surface4}",
592
- "$description": "Background color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active."
593
- },
594
- "disabled": {
595
- "$value": "{color.primitive.bg.surface5}",
596
- "$description": "Background color for interactive elements with neutral tone and normal emphasis, in their disabled state."
597
- }
1159
+ "$value": {
1160
+ "colorSpace": "srgb",
1161
+ "components": [ 0, 0, 0 ],
1162
+ "alpha": 0
598
1163
  },
599
- "strong": {
600
- "resting": {
601
- "$value": "{color.primitive.bg.bgFillInverted1}",
602
- "$description": "Background color for interactive elements with neutral tone and strong emphasis."
603
- },
604
- "active": {
605
- "$value": "{color.primitive.bg.bgFillInverted2}",
606
- "$description": "Background color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active."
607
- },
608
- "disabled": {
609
- "$value": "{color.primitive.bg.surface6}",
610
- "$description": "Background color for interactive elements with neutral tone and strong emphasis, in their disabled state."
611
- }
1164
+ "$description": "Background color for interactive elements with neutral tone and normal emphasis."
1165
+ },
1166
+ "neutral-active": {
1167
+ "$value": "{wpds-color.primitive.bg.surface4}",
1168
+ "$description": "Background color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active."
1169
+ },
1170
+ "neutral-disabled": {
1171
+ "$value": "{wpds-color.primitive.bg.surface5}",
1172
+ "$description": "Background color for interactive elements with neutral tone and normal emphasis, in their disabled state."
1173
+ },
1174
+ "neutral-strong": {
1175
+ "$value": "{wpds-color.primitive.bg.bgFillInverted1}",
1176
+ "$description": "Background color for interactive elements with neutral tone and strong emphasis."
1177
+ },
1178
+ "neutral-strong-active": {
1179
+ "$value": "{wpds-color.primitive.bg.bgFillInverted2}",
1180
+ "$description": "Background color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active."
1181
+ },
1182
+ "neutral-strong-disabled": {
1183
+ "$value": "{wpds-color.primitive.bg.surface6}",
1184
+ "$description": "Background color for interactive elements with neutral tone and strong emphasis, in their disabled state."
1185
+ },
1186
+ "neutral-weak": {
1187
+ "$value": {
1188
+ "colorSpace": "srgb",
1189
+ "components": [ 0, 0, 0 ],
1190
+ "alpha": 0
612
1191
  },
613
- "weak": {
614
- "resting": {
615
- "$value": "transparent",
616
- "$description": "Background color for interactive elements with neutral tone and weak emphasis."
617
- },
618
- "active": {
619
- "$value": "{color.primitive.bg.surface4}",
620
- "$description": "Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active."
621
- },
622
- "disabled": {
623
- "$value": "{color.primitive.bg.surface5}",
624
- "$description": "Background color for interactive elements with neutral tone and weak emphasis, in their disabled state."
625
- }
626
- }
1192
+ "$description": "Background color for interactive elements with neutral tone and weak emphasis."
1193
+ },
1194
+ "neutral-weak-active": {
1195
+ "$value": "{wpds-color.primitive.bg.surface4}",
1196
+ "$description": "Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active."
1197
+ },
1198
+ "neutral-weak-disabled": {
1199
+ "$value": "{wpds-color.primitive.bg.surface5}",
1200
+ "$description": "Background color for interactive elements with neutral tone and weak emphasis, in their disabled state."
627
1201
  },
628
1202
  "brand": {
629
- "normal": {
630
- "resting": {
631
- "$value": "transparent",
632
- "$description": "Background color for interactive elements with brand tone and normal emphasis."
633
- },
634
- "active": {
635
- "$value": "{color.primitive.primary.surface2}",
636
- "$description": "Background color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active."
637
- },
638
- "disabled": {
639
- "$value": "{color.primitive.bg.surface5}",
640
- "$description": "Background color for interactive elements with brand tone and normal emphasis, in their disabled state."
641
- }
1203
+ "$value": {
1204
+ "colorSpace": "srgb",
1205
+ "components": [ 0, 0, 0 ],
1206
+ "alpha": 0
642
1207
  },
643
- "strong": {
644
- "resting": {
645
- "$value": "{color.primitive.primary.bgFill1}",
646
- "$description": "Background color for interactive elements with brand tone and strong emphasis."
647
- },
648
- "active": {
649
- "$value": "{color.primitive.primary.bgFill2}",
650
- "$description": "Background color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active."
651
- },
652
- "disabled": {
653
- "$value": "{color.primitive.bg.surface6}",
654
- "$description": "Background color for interactive elements with brand tone and strong emphasis, in their disabled state."
655
- }
1208
+ "$description": "Background color for interactive elements with brand tone and normal emphasis."
1209
+ },
1210
+ "brand-active": {
1211
+ "$value": "{wpds-color.primitive.primary.surface2}",
1212
+ "$description": "Background color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active."
1213
+ },
1214
+ "brand-disabled": {
1215
+ "$value": "{wpds-color.primitive.bg.surface5}",
1216
+ "$description": "Background color for interactive elements with brand tone and normal emphasis, in their disabled state."
1217
+ },
1218
+ "brand-strong": {
1219
+ "$value": "{wpds-color.primitive.primary.bgFill1}",
1220
+ "$description": "Background color for interactive elements with brand tone and strong emphasis."
1221
+ },
1222
+ "brand-strong-active": {
1223
+ "$value": "{wpds-color.primitive.primary.bgFill2}",
1224
+ "$description": "Background color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active."
1225
+ },
1226
+ "brand-strong-disabled": {
1227
+ "$value": "{wpds-color.primitive.bg.surface6}",
1228
+ "$description": "Background color for interactive elements with brand tone and strong emphasis, in their disabled state."
1229
+ },
1230
+ "brand-weak": {
1231
+ "$value": {
1232
+ "colorSpace": "srgb",
1233
+ "components": [ 0, 0, 0 ],
1234
+ "alpha": 0
656
1235
  },
657
- "weak": {
658
- "resting": {
659
- "$value": "transparent",
660
- "$description": "Background color for interactive elements with brand tone and weak emphasis."
661
- },
662
- "active": {
663
- "$value": "{color.primitive.primary.surface4}",
664
- "$description": "Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active."
665
- },
666
- "disabled": {
667
- "$value": "{color.primitive.bg.surface5}",
668
- "$description": "Background color for interactive elements with brand tone and weak emphasis, in their disabled state."
669
- }
670
- }
1236
+ "$description": "Background color for interactive elements with brand tone and weak emphasis."
1237
+ },
1238
+ "brand-weak-active": {
1239
+ "$value": "{wpds-color.primitive.primary.surface4}",
1240
+ "$description": "Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active."
1241
+ },
1242
+ "brand-weak-disabled": {
1243
+ "$value": "{wpds-color.primitive.bg.surface5}",
1244
+ "$description": "Background color for interactive elements with brand tone and weak emphasis, in their disabled state."
1245
+ },
1246
+ "error": {
1247
+ "$value": {
1248
+ "colorSpace": "srgb",
1249
+ "components": [ 0, 0, 0 ],
1250
+ "alpha": 0
1251
+ },
1252
+ "$description": "Background color for interactive elements with error tone and normal emphasis."
1253
+ },
1254
+ "error-active": {
1255
+ "$value": "{wpds-color.primitive.error.surface2}",
1256
+ "$description": "Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active."
1257
+ },
1258
+ "error-disabled": {
1259
+ "$value": "{wpds-color.primitive.bg.surface5}",
1260
+ "$description": "Background color for interactive elements with error tone and normal emphasis, in their disabled state."
1261
+ },
1262
+ "error-strong": {
1263
+ "$value": "{wpds-color.primitive.error.bgFill1}",
1264
+ "$description": "Background color for interactive elements with error tone and strong emphasis."
1265
+ },
1266
+ "error-strong-active": {
1267
+ "$value": "{wpds-color.primitive.error.bgFill2}",
1268
+ "$description": "Background color for interactive elements with error tone and strong emphasis that are hovered, focused, or active."
1269
+ },
1270
+ "error-strong-disabled": {
1271
+ "$value": "{wpds-color.primitive.bg.surface6}",
1272
+ "$description": "Background color for interactive elements with error tone and strong emphasis, in their disabled state."
1273
+ },
1274
+ "error-weak": {
1275
+ "$value": {
1276
+ "colorSpace": "srgb",
1277
+ "components": [ 0, 0, 0 ],
1278
+ "alpha": 0
1279
+ },
1280
+ "$description": "Background color for interactive elements with error tone and weak emphasis."
1281
+ },
1282
+ "error-weak-active": {
1283
+ "$value": "{wpds-color.primitive.error.surface4}",
1284
+ "$description": "Background color for interactive elements with error tone and weak emphasis that are hovered, focused, or active."
1285
+ },
1286
+ "error-weak-disabled": {
1287
+ "$value": "{wpds-color.primitive.bg.surface5}",
1288
+ "$description": "Background color for interactive elements with error tone and weak emphasis, in their disabled state."
671
1289
  }
672
1290
  },
673
- "bg-track": {
1291
+ "track": {
1292
+ "neutral-weak": {
1293
+ "$value": "{wpds-color.primitive.bg.stroke1}",
1294
+ "$description": "Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track)."
1295
+ },
674
1296
  "neutral": {
675
- "weak": {
676
- "resting": {
677
- "$value": "{color.primitive.bg.stroke1}",
678
- "$description": "Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track)."
679
- }
680
- },
681
- "normal": {
682
- "resting": {
683
- "$value": "{color.primitive.bg.stroke2}",
684
- "$description": "Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track)."
685
- }
686
- }
1297
+ "$value": "{wpds-color.primitive.bg.stroke2}",
1298
+ "$description": "Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track)."
687
1299
  }
688
1300
  },
689
- "bg-thumb": {
690
- "neutral": {
691
- "weak": {
692
- "resting": {
693
- "$value": "{color.primitive.bg.stroke3}",
694
- "$description": "Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb)."
695
- },
696
- "active": {
697
- "$value": "{color.primitive.bg.stroke4}",
698
- "$description": "Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb) that are hovered, focused, or active."
699
- }
700
- }
1301
+ "thumb": {
1302
+ "neutral-weak": {
1303
+ "$value": "{wpds-color.primitive.bg.stroke3}",
1304
+ "$description": "Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb)."
1305
+ },
1306
+ "neutral-weak-active": {
1307
+ "$value": "{wpds-color.primitive.bg.stroke4}",
1308
+ "$description": "Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb) that are hovered, focused, or active."
701
1309
  },
702
1310
  "brand": {
703
- "normal": {
704
- "resting": {
705
- "$value": "{color.primitive.primary.stroke3}",
706
- "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track)."
707
- },
708
- "active": {
709
- "$value": "{color.primitive.primary.stroke3}",
710
- "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track) that are hovered, focused, or active."
711
- },
712
- "disabled": {
713
- "$value": "{color.primitive.bg.stroke2}",
714
- "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track), in their disabled state."
715
- }
716
- }
1311
+ "$value": "{wpds-color.primitive.primary.stroke3}",
1312
+ "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track)."
1313
+ },
1314
+ "brand-active": {
1315
+ "$value": "{wpds-color.primitive.primary.stroke3}",
1316
+ "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track) that are hovered, focused, or active."
1317
+ },
1318
+ "brand-disabled": {
1319
+ "$value": "{wpds-color.primitive.bg.stroke2}",
1320
+ "$description": "Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track), in their disabled state."
717
1321
  }
718
- },
719
- "fg-content": {
1322
+ }
1323
+ },
1324
+ "fg": {
1325
+ "content": {
720
1326
  "neutral": {
721
- "normal": {
722
- "resting": {
723
- "$value": "{color.primitive.bg.fgSurface4}",
724
- "$description": "Foreground color for content like text with normal emphasis."
725
- }
726
- },
727
- "weak": {
728
- "resting": {
729
- "$value": "{color.primitive.bg.fgSurface3}",
730
- "$description": "Foreground color for content like text with weak emphasis."
731
- }
732
- }
1327
+ "$value": "{wpds-color.primitive.bg.fgSurface4}",
1328
+ "$description": "Foreground color for content like text with normal emphasis."
1329
+ },
1330
+ "neutral-weak": {
1331
+ "$value": "{wpds-color.primitive.bg.fgSurface3}",
1332
+ "$description": "Foreground color for content like text with weak emphasis."
733
1333
  },
734
1334
  "success": {
735
- "normal": {
736
- "resting": {
737
- "$value": "{color.primitive.success.fgSurface4}",
738
- "$description": "Foreground color for content like text with success tone and normal emphasis."
739
- }
740
- },
741
- "weak": {
742
- "resting": {
743
- "$value": "{color.primitive.success.fgSurface3}",
744
- "$description": "Foreground color for content like text with success tone and weak emphasis."
745
- }
746
- }
1335
+ "$value": "{wpds-color.primitive.success.fgSurface4}",
1336
+ "$description": "Foreground color for content like text with success tone and normal emphasis."
1337
+ },
1338
+ "success-weak": {
1339
+ "$value": "{wpds-color.primitive.success.fgSurface3}",
1340
+ "$description": "Foreground color for content like text with success tone and weak emphasis."
747
1341
  },
748
1342
  "info": {
749
- "normal": {
750
- "resting": {
751
- "$value": "{color.primitive.info.fgSurface4}",
752
- "$description": "Foreground color for content like text with info tone and normal emphasis."
753
- }
754
- },
755
- "weak": {
756
- "resting": {
757
- "$value": "{color.primitive.info.fgSurface3}",
758
- "$description": "Foreground color for content like text with info tone and weak emphasis."
759
- }
760
- }
1343
+ "$value": "{wpds-color.primitive.info.fgSurface4}",
1344
+ "$description": "Foreground color for content like text with info tone and normal emphasis."
1345
+ },
1346
+ "info-weak": {
1347
+ "$value": "{wpds-color.primitive.info.fgSurface3}",
1348
+ "$description": "Foreground color for content like text with info tone and weak emphasis."
761
1349
  },
762
1350
  "warning": {
763
- "normal": {
764
- "resting": {
765
- "$value": "{color.primitive.warning.fgSurface4}",
766
- "$description": "Foreground color for content like text with warning tone and normal emphasis."
767
- }
768
- },
769
- "weak": {
770
- "resting": {
771
- "$value": "{color.primitive.warning.fgSurface3}",
772
- "$description": "Foreground color for content like text with warning tone and weak emphasis."
773
- }
774
- }
1351
+ "$value": "{wpds-color.primitive.warning.fgSurface4}",
1352
+ "$description": "Foreground color for content like text with warning tone and normal emphasis."
1353
+ },
1354
+ "warning-weak": {
1355
+ "$value": "{wpds-color.primitive.warning.fgSurface3}",
1356
+ "$description": "Foreground color for content like text with warning tone and weak emphasis."
775
1357
  },
776
1358
  "caution": {
777
- "normal": {
778
- "resting": {
779
- "$value": "{color.primitive.caution.fgSurface4}",
780
- "$description": "Foreground color for content like text with caution tone and normal emphasis."
781
- }
782
- },
783
- "weak": {
784
- "resting": {
785
- "$value": "{color.primitive.caution.fgSurface3}",
786
- "$description": "Foreground color for content like text with caution tone and weak emphasis."
787
- }
788
- }
1359
+ "$value": "{wpds-color.primitive.caution.fgSurface4}",
1360
+ "$description": "Foreground color for content like text with caution tone and normal emphasis."
1361
+ },
1362
+ "caution-weak": {
1363
+ "$value": "{wpds-color.primitive.caution.fgSurface3}",
1364
+ "$description": "Foreground color for content like text with caution tone and weak emphasis."
789
1365
  },
790
1366
  "error": {
791
- "normal": {
792
- "resting": {
793
- "$value": "{color.primitive.error.fgSurface4}",
794
- "$description": "Foreground color for content like text with error tone and normal emphasis."
795
- }
796
- },
797
- "weak": {
798
- "resting": {
799
- "$value": "{color.primitive.error.fgSurface3}",
800
- "$description": "Foreground color for content like text with error tone and weak emphasis."
801
- }
802
- }
1367
+ "$value": "{wpds-color.primitive.error.fgSurface4}",
1368
+ "$description": "Foreground color for content like text with error tone and normal emphasis."
1369
+ },
1370
+ "error-weak": {
1371
+ "$value": "{wpds-color.primitive.error.fgSurface3}",
1372
+ "$description": "Foreground color for content like text with error tone and weak emphasis."
803
1373
  }
804
1374
  },
805
- "fg-interactive": {
1375
+ "interactive": {
806
1376
  "neutral": {
807
- "normal": {
808
- "resting": {
809
- "$value": "{color.primitive.bg.fgSurface4}",
810
- "$description": "Foreground color for interactive elements with neutral tone and normal emphasis."
811
- },
812
- "active": {
813
- "$value": "{color.primitive.bg.fgSurface4}",
814
- "$description": "Foreground color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active."
815
- },
816
- "disabled": {
817
- "$value": "{color.primitive.bg.fgSurface2}",
818
- "$description": "Foreground color for interactive elements with neutral tone and normal emphasis, in their disabled state."
819
- }
820
- },
821
- "strong": {
822
- "resting": {
823
- "$value": "{color.primitive.bg.fgFillInverted}",
824
- "$description": "Foreground color for interactive elements with neutral tone and strong emphasis."
825
- },
826
- "active": {
827
- "$value": "{color.primitive.bg.fgFillInverted}",
828
- "$description": "Foreground color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active."
829
- },
830
- "disabled": {
831
- "$value": "{color.primitive.bg.fgSurface3}",
832
- "$description": "Foreground color for interactive elements with neutral tone and strong emphasis, in their disabled state."
833
- }
834
- },
835
- "weak": {
836
- "resting": {
837
- "$value": "{color.primitive.bg.fgSurface3}",
838
- "$description": "Foreground color for interactive elements with neutral tone and weak emphasis."
839
- },
840
- "disabled": {
841
- "$value": "{color.primitive.bg.fgSurface2}",
842
- "$description": "Foreground color for interactive elements with neutral tone and weak emphasis, in their disabled state."
843
- }
844
- }
1377
+ "$value": "{wpds-color.primitive.bg.fgSurface4}",
1378
+ "$description": "Foreground color for interactive elements with neutral tone and normal emphasis."
1379
+ },
1380
+ "neutral-active": {
1381
+ "$value": "{wpds-color.primitive.bg.fgSurface4}",
1382
+ "$description": "Foreground color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active."
1383
+ },
1384
+ "neutral-disabled": {
1385
+ "$value": "{wpds-color.primitive.bg.fgSurface2}",
1386
+ "$description": "Foreground color for interactive elements with neutral tone and normal emphasis, in their disabled state."
1387
+ },
1388
+ "neutral-strong": {
1389
+ "$value": "{wpds-color.primitive.bg.fgFillInverted}",
1390
+ "$description": "Foreground color for interactive elements with neutral tone and strong emphasis."
1391
+ },
1392
+ "neutral-strong-active": {
1393
+ "$value": "{wpds-color.primitive.bg.fgFillInverted}",
1394
+ "$description": "Foreground color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active."
1395
+ },
1396
+ "neutral-strong-disabled": {
1397
+ "$value": "{wpds-color.primitive.bg.fgSurface3}",
1398
+ "$description": "Foreground color for interactive elements with neutral tone and strong emphasis, in their disabled state."
1399
+ },
1400
+ "neutral-weak": {
1401
+ "$value": "{wpds-color.primitive.bg.fgSurface3}",
1402
+ "$description": "Foreground color for interactive elements with neutral tone and weak emphasis."
1403
+ },
1404
+ "neutral-weak-disabled": {
1405
+ "$value": "{wpds-color.primitive.bg.fgSurface2}",
1406
+ "$description": "Foreground color for interactive elements with neutral tone and weak emphasis, in their disabled state."
845
1407
  },
846
1408
  "brand": {
847
- "normal": {
848
- "resting": {
849
- "$value": "{color.primitive.primary.fgSurface3}",
850
- "$description": "Foreground color for interactive elements with brand tone and normal emphasis."
851
- },
852
- "active": {
853
- "$value": "{color.primitive.primary.fgSurface3}",
854
- "$description": "Foreground color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active."
855
- },
856
- "disabled": {
857
- "$value": "{color.primitive.bg.fgSurface2}",
858
- "$description": "Foreground color for interactive elements with brand tone and normal emphasis, in their disabled state."
859
- }
860
- },
861
- "strong": {
862
- "resting": {
863
- "$value": "{color.primitive.primary.fgFill}",
864
- "$description": "Foreground color for interactive elements with brand tone and strong emphasis."
865
- },
866
- "active": {
867
- "$value": "{color.primitive.primary.fgFill}",
868
- "$description": "Foreground color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active."
869
- },
870
- "disabled": {
871
- "$value": "{color.primitive.bg.fgSurface3}",
872
- "$description": "Foreground color for interactive elements with brand tone and strong emphasis, in their disabled state."
873
- }
874
- }
1409
+ "$value": "{wpds-color.primitive.primary.fgSurface3}",
1410
+ "$description": "Foreground color for interactive elements with brand tone and normal emphasis."
1411
+ },
1412
+ "brand-active": {
1413
+ "$value": "{wpds-color.primitive.primary.fgSurface3}",
1414
+ "$description": "Foreground color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active."
1415
+ },
1416
+ "brand-disabled": {
1417
+ "$value": "{wpds-color.primitive.bg.fgSurface2}",
1418
+ "$description": "Foreground color for interactive elements with brand tone and normal emphasis, in their disabled state."
1419
+ },
1420
+ "brand-strong": {
1421
+ "$value": "{wpds-color.primitive.primary.fgFill}",
1422
+ "$description": "Foreground color for interactive elements with brand tone and strong emphasis."
1423
+ },
1424
+ "brand-strong-active": {
1425
+ "$value": "{wpds-color.primitive.primary.fgFill}",
1426
+ "$description": "Foreground color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active."
1427
+ },
1428
+ "brand-strong-disabled": {
1429
+ "$value": "{wpds-color.primitive.bg.fgSurface3}",
1430
+ "$description": "Foreground color for interactive elements with brand tone and strong emphasis, in their disabled state."
1431
+ },
1432
+ "error": {
1433
+ "$value": "{wpds-color.primitive.error.fgSurface3}",
1434
+ "$description": "Foreground color for interactive elements with error tone and normal emphasis."
1435
+ },
1436
+ "error-active": {
1437
+ "$value": "{wpds-color.primitive.error.fgSurface3}",
1438
+ "$description": "Foreground color for interactive elements with error tone and normal emphasis that are hovered, focused, or active."
1439
+ },
1440
+ "error-disabled": {
1441
+ "$value": "{wpds-color.primitive.bg.fgSurface2}",
1442
+ "$description": "Foreground color for interactive elements with error tone and normal emphasis, in their disabled state."
1443
+ },
1444
+ "error-strong": {
1445
+ "$value": "{wpds-color.primitive.error.fgFill}",
1446
+ "$description": "Foreground color for interactive elements with error tone and strong emphasis."
1447
+ },
1448
+ "error-strong-active": {
1449
+ "$value": "{wpds-color.primitive.error.fgFill}",
1450
+ "$description": "Foreground color for interactive elements with error tone and strong emphasis that are hovered, focused, or active."
1451
+ },
1452
+ "error-strong-disabled": {
1453
+ "$value": "{wpds-color.primitive.bg.fgSurface3}",
1454
+ "$description": "Foreground color for interactive elements with error tone and strong emphasis, in their disabled state."
875
1455
  }
876
- },
877
- "stroke-surface": {
1456
+ }
1457
+ },
1458
+ "stroke": {
1459
+ "surface": {
878
1460
  "neutral": {
879
- "normal": {
880
- "resting": {
881
- "$value": "{color.primitive.bg.stroke2}",
882
- "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis."
883
- }
884
- },
885
- "weak": {
886
- "resting": {
887
- "$value": "{color.primitive.bg.stroke1}",
888
- "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis."
889
- }
890
- },
891
- "strong": {
892
- "resting": {
893
- "$value": "{color.primitive.bg.stroke3}",
894
- "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis."
895
- }
896
- }
1461
+ "$value": "{wpds-color.primitive.bg.stroke2}",
1462
+ "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis."
1463
+ },
1464
+ "neutral-weak": {
1465
+ "$value": "{wpds-color.primitive.bg.stroke1}",
1466
+ "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis."
1467
+ },
1468
+ "neutral-strong": {
1469
+ "$value": "{wpds-color.primitive.bg.stroke3}",
1470
+ "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis."
897
1471
  },
898
1472
  "brand": {
899
- "normal": {
900
- "resting": {
901
- "$value": "{color.primitive.primary.stroke1}",
902
- "$description": "Decorative stroke color used to define brand-toned surface boundaries with normal emphasis."
903
- }
904
- },
905
- "strong": {
906
- "resting": {
907
- "$value": "{color.primitive.primary.stroke3}",
908
- "$description": "Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis."
909
- }
910
- }
1473
+ "$value": "{wpds-color.primitive.primary.stroke1}",
1474
+ "$description": "Decorative stroke color used to define brand-toned surface boundaries with normal emphasis."
1475
+ },
1476
+ "brand-strong": {
1477
+ "$value": "{wpds-color.primitive.primary.stroke3}",
1478
+ "$description": "Decorative stroke color used to define brand-toned surface boundaries with strong emphasis."
911
1479
  },
912
1480
  "success": {
913
- "normal": {
914
- "resting": {
915
- "$value": "{color.primitive.success.stroke1}",
916
- "$description": "Decorative stroke color used to define success-toned surface boundaries with normal emphasis."
917
- }
918
- },
919
- "strong": {
920
- "resting": {
921
- "$value": "{color.primitive.success.stroke3}",
922
- "$description": "Decorative stroke color used to define success-toned surface boundaries with strong emphasis."
923
- }
924
- }
1481
+ "$value": "{wpds-color.primitive.success.stroke1}",
1482
+ "$description": "Decorative stroke color used to define success-toned surface boundaries with normal emphasis."
1483
+ },
1484
+ "success-strong": {
1485
+ "$value": "{wpds-color.primitive.success.stroke3}",
1486
+ "$description": "Decorative stroke color used to define success-toned surface boundaries with strong emphasis."
925
1487
  },
926
1488
  "info": {
927
- "normal": {
928
- "resting": {
929
- "$value": "{color.primitive.info.stroke1}",
930
- "$description": "Decorative stroke color used to define info-toned surface boundaries with normal emphasis."
931
- }
932
- },
933
- "strong": {
934
- "resting": {
935
- "$value": "{color.primitive.info.stroke3}",
936
- "$description": "Decorative stroke color used to define info-toned surface boundaries with strong emphasis."
937
- }
938
- }
1489
+ "$value": "{wpds-color.primitive.info.stroke1}",
1490
+ "$description": "Decorative stroke color used to define info-toned surface boundaries with normal emphasis."
1491
+ },
1492
+ "info-strong": {
1493
+ "$value": "{wpds-color.primitive.info.stroke3}",
1494
+ "$description": "Decorative stroke color used to define info-toned surface boundaries with strong emphasis."
939
1495
  },
940
1496
  "warning": {
941
- "normal": {
942
- "resting": {
943
- "$value": "{color.primitive.warning.stroke1}",
944
- "$description": "Decorative stroke color used to define warning-toned surface boundaries with normal emphasis."
945
- }
946
- },
947
- "strong": {
948
- "resting": {
949
- "$value": "{color.primitive.warning.stroke3}",
950
- "$description": "Decorative stroke color used to define warning-toned surface boundaries with strong emphasis."
951
- }
952
- }
1497
+ "$value": "{wpds-color.primitive.warning.stroke1}",
1498
+ "$description": "Decorative stroke color used to define warning-toned surface boundaries with normal emphasis."
1499
+ },
1500
+ "warning-strong": {
1501
+ "$value": "{wpds-color.primitive.warning.stroke3}",
1502
+ "$description": "Decorative stroke color used to define warning-toned surface boundaries with strong emphasis."
953
1503
  },
954
1504
  "error": {
955
- "normal": {
956
- "resting": {
957
- "$value": "{color.primitive.error.stroke1}",
958
- "$description": "Decorative stroke color used to define error-toned surface boundaries with normal emphasis."
959
- }
960
- },
961
- "strong": {
962
- "resting": {
963
- "$value": "{color.primitive.error.stroke3}",
964
- "$description": "Decorative stroke color used to define error-toned surface boundaries with strong emphasis."
965
- }
966
- }
1505
+ "$value": "{wpds-color.primitive.error.stroke1}",
1506
+ "$description": "Decorative stroke color used to define error-toned surface boundaries with normal emphasis."
1507
+ },
1508
+ "error-strong": {
1509
+ "$value": "{wpds-color.primitive.error.stroke3}",
1510
+ "$description": "Decorative stroke color used to define error-toned surface boundaries with strong emphasis."
967
1511
  }
968
1512
  },
969
- "stroke-interactive": {
1513
+ "interactive": {
970
1514
  "neutral": {
971
- "normal": {
972
- "resting": {
973
- "$value": "{color.primitive.bg.stroke3}",
974
- "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis."
975
- },
976
- "active": {
977
- "$value": "{color.primitive.bg.stroke4}",
978
- "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis that are hovered, focused, or active."
979
- },
980
- "disabled": {
981
- "$value": "{color.primitive.bg.stroke2}",
982
- "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis, in their disabled state."
983
- }
984
- },
985
- "strong": {
986
- "resting": {
987
- "$value": "{color.primitive.bg.stroke4}",
988
- "$description": "Accessible stroke color used for interactive neutrally-toned elements with strong emphasis."
989
- }
990
- }
1515
+ "$value": "{wpds-color.primitive.bg.stroke3}",
1516
+ "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis."
1517
+ },
1518
+ "neutral-active": {
1519
+ "$value": "{wpds-color.primitive.bg.stroke4}",
1520
+ "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis that are hovered, focused, or active."
1521
+ },
1522
+ "neutral-disabled": {
1523
+ "$value": "{wpds-color.primitive.bg.stroke2}",
1524
+ "$description": "Accessible stroke color used for interactive neutrally-toned elements with normal emphasis, in their disabled state."
1525
+ },
1526
+ "neutral-strong": {
1527
+ "$value": "{wpds-color.primitive.bg.stroke4}",
1528
+ "$description": "Accessible stroke color used for interactive neutrally-toned elements with strong emphasis."
991
1529
  },
992
1530
  "brand": {
993
- "normal": {
994
- "resting": {
995
- "$value": "{color.primitive.primary.stroke3}",
996
- "$description": "Accessible stroke color used for interactive brand-toned elements with normal emphasis."
997
- },
998
- "active": {
999
- "$value": "{color.primitive.primary.stroke4}",
1000
- "$description": "Accessible stroke color used for interactive brand-toned elements with normal emphasis that are hovered, focused, or active."
1001
- },
1002
- "disabled": {
1003
- "$value": "{color.primitive.bg.stroke2}",
1004
- "$description": "Accessible stroke color used for interactive brand-toned elements with normal emphasis, in their disabled state."
1005
- }
1006
- }
1531
+ "$value": "{wpds-color.primitive.primary.stroke3}",
1532
+ "$description": "Accessible stroke color used for interactive brand-toned elements with normal emphasis."
1533
+ },
1534
+ "brand-active": {
1535
+ "$value": "{wpds-color.primitive.primary.stroke4}",
1536
+ "$description": "Accessible stroke color used for interactive brand-toned elements with normal emphasis that are hovered, focused, or active."
1007
1537
  },
1008
1538
  "error": {
1009
- "strong": {
1010
- "resting": {
1011
- "$value": "{color.primitive.error.stroke3}",
1012
- "$description": "Accessible stroke color used for interactive error-toned elements with strong emphasis."
1013
- }
1014
- }
1539
+ "$value": "{wpds-color.primitive.error.stroke3}",
1540
+ "$description": "Accessible stroke color used for interactive error-toned elements with normal emphasis."
1541
+ },
1542
+ "error-active": {
1543
+ "$value": "{wpds-color.primitive.error.stroke4}",
1544
+ "$description": "Accessible stroke color used for interactive error-toned elements with normal emphasis that are hovered, focused, or active."
1545
+ },
1546
+ "error-strong": {
1547
+ "$value": "{wpds-color.primitive.error.stroke3}",
1548
+ "$description": "Accessible stroke color used for interactive error-toned elements with strong emphasis."
1015
1549
  }
1016
1550
  },
1017
- "stroke-focus": {
1551
+ "focus": {
1018
1552
  "brand": {
1019
- "normal": {
1020
- "resting": {
1021
- "$value": "{color.primitive.primary.stroke3}",
1022
- "$description": "Accessible stroke color applied to focus rings."
1023
- }
1024
- }
1553
+ "$value": "{wpds-color.primitive.primary.stroke3}",
1554
+ "$description": "Accessible stroke color applied to focus rings."
1025
1555
  }
1026
1556
  }
1027
1557
  }