@wistia/ui 0.0.17 → 0.0.18

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.
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.0.17
3
+ * @license @wistia/ui v0.0.18
4
4
  *
5
5
  * Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -153,1117 +153,1117 @@ import { css as css8 } from "styled-components";
153
153
  // src/css/designTokens/colorGlobal.tsx
154
154
  import { css as css3 } from "styled-components";
155
155
  var lightGlobalTokens = css3`
156
- --app-background: #ffffff;
157
- --blue-surface: #f4f8ffcc;
158
- --blue-contrast: #ffffff;
159
- --purple-surface: #fdf5ffcc;
160
- --purple-contrast: #ffffff;
161
- --green-surface: #f3faf1cc;
162
- --green-contrast: #ffffff;
163
- --pink-surface: #fff5f9cc;
164
- --pink-contrast: #ffffff;
165
- --red-surface: #fff5f5cc;
166
- --red-contrast: #ffffff;
167
- --yellow-surface: #fafbe5cc;
168
- --yellow-contrast: #22230b;
169
- --orange-surface: #fff5f3cc;
170
- --orange-contrast: #ffffff;
171
- --error-surface: #fff5f5cc;
172
- --error-contrast: #ffffff;
173
- --success-surface: #f1faf5cc;
174
- --success-contrast: #ffffff;
175
- --warning-surface: #fefbe6cc;
176
- --warning-contrast: #262209;
177
- --gray-surface: #ffffffcc;
178
- --gray-contrast: #ffffff;
179
- --blue-1: #fdfdfe;
180
- --blue-2: #f6f9ff;
181
- --blue-3: #ecf2ff;
182
- --blue-4: #ddeaff;
183
- --blue-5: #cddfff;
184
- --blue-6: #b8d1ff;
185
- --blue-7: #a1beff;
186
- --blue-8: #81a4fe;
187
- --blue-9: #2949e5;
188
- --blue-10: #1f36d3;
189
- --blue-11: #3154dc;
190
- --blue-12: #192b65;
191
- --blue-alpha-1: #00008003;
192
- --blue-alpha-2: #0055ff0a;
193
- --blue-alpha-3: #0051ff12;
194
- --blue-alpha-4: #0062ff21;
195
- --blue-alpha-5: #005cff33;
196
- --blue-alpha-6: #005aff47;
197
- --blue-alpha-7: #004fff5e;
198
- --blue-alpha-8: #0047fd7d;
199
- --blue-alpha-9: #0026e0d6;
200
- --blue-alpha-10: #001acde0;
201
- --blue-alpha-11: #002bd4cf;
202
- --blue-alpha-12: #001454e5;
203
- --purple-1: #fefcff;
204
- --purple-2: #fdf7ff;
205
- --purple-3: #fbeaff;
206
- --purple-4: #f7ddff;
207
- --purple-5: #f2ceff;
208
- --purple-6: #eabdff;
209
- --purple-7: #e0a5fc;
210
- --purple-8: #d285f7;
211
- --purple-9: #ac12e0;
212
- --purple-10: #9a09c9;
213
- --purple-11: #9b0bca;
214
- --purple-12: #550072;
215
- --purple-alpha-1: #aa00ff03;
216
- --purple-alpha-2: #c000ff08;
217
- --purple-alpha-3: #cf00ff14;
218
- --purple-alpha-4: #c300ff21;
219
- --purple-alpha-5: #bc00ff30;
220
- --purple-alpha-6: #ae00ff42;
221
- --purple-alpha-7: #a801f759;
222
- --purple-alpha-8: #a101ef7a;
223
- --purple-alpha-9: #a600deed;
224
- --purple-alpha-10: #9600c7f5;
225
- --purple-alpha-11: #9700c8f5;
226
- --purple-alpha-12: #550072;
227
- --green-1: #fbfefa;
228
- --green-2: #f5fbf4;
229
- --green-3: #e7f8e5;
230
- --green-4: #d8f2d4;
231
- --green-5: #c6ebc0;
232
- --green-6: #afe0a6;
233
- --green-7: #8fd185;
234
- --green-8: #5fbd51;
235
- --green-9: #268713;
236
- --green-10: #117900;
237
- --green-11: #1e8106;
238
- --green-12: #1e3d19;
239
- --green-alpha-1: #33cc0005;
240
- --green-alpha-2: #18a3000b;
241
- --green-alpha-3: #14bb001a;
242
- --green-alpha-4: #18b2012b;
243
- --green-alpha-5: #19af003f;
244
- --green-alpha-6: #1aa70059;
245
- --green-alpha-7: #159f017a;
246
- --green-alpha-8: #189f00b0;
247
- --green-alpha-9: #159f00ae;
248
- --green-alpha-10: #157d00ec;
249
- --green-alpha-11: #117900;
250
- --green-alpha-12: #197e00f9;
251
- --pink-1: #fffcfd;
252
- --pink-2: #fff7fa;
253
- --pink-3: #ffe8f3;
254
- --pink-4: #ffdaeb;
255
- --pink-5: #fdcbe2;
256
- --pink-6: #f7bcd8;
257
- --pink-7: #efa8ca;
258
- --pink-8: #e68eba;
259
- --pink-9: #ff40b3;
260
- --pink-10: #f12fa7;
261
- --pink-11: #cd0089;
262
- --pink-12: #680445;
263
- --pink-alpha-1: #ff005503;
264
- --pink-alpha-2: #ff006008;
265
- --pink-alpha-3: #ff007a17;
266
- --pink-alpha-4: #ff007626;
267
- --pink-alpha-5: #f6007133;
268
- --pink-alpha-6: #e1006b42;
269
- --pink-alpha-7: #d1006457;
270
- --pink-alpha-8: #c7006470;
271
- --pink-alpha-9: #ff009abf;
272
- --pink-alpha-10: #ee0093d1;
273
- --pink-alpha-11: #cd0089;
274
- --pink-alpha-12: #660042fa;
275
- --red-1: #fffcfc;
276
- --red-2: #fff7f7;
277
- --red-3: #ffe9e9;
278
- --red-4: #ffd9d9;
279
- --red-5: #ffcaca;
280
- --red-6: #ffbaba;
281
- --red-7: #fca5a6;
282
- --red-8: #f5898c;
283
- --red-9: #ff2b51;
284
- --red-10: #f10845;
285
- --red-11: #db0035;
286
- --red-12: #6d021a;
287
- --red-alpha-1: #ff000003;
288
- --red-alpha-2: #ff000008;
289
- --red-alpha-3: #ff000017;
290
- --red-alpha-4: #ff000026;
291
- --red-alpha-5: #ff000036;
292
- --red-alpha-6: #ff000045;
293
- --red-alpha-7: #f7010359;
294
- --red-alpha-8: #ea000775;
295
- --red-alpha-9: #ff002ed4;
296
- --red-alpha-10: #f1003ff7;
297
- --red-alpha-11: #db0035;
298
- --red-alpha-12: #6c0018fc;
299
- --yellow-1: #fdfdf8;
300
- --yellow-2: #fbfcea;
301
- --yellow-3: #f6fbb8;
302
- --yellow-4: #f0f491;
303
- --yellow-5: #e7eb6d;
304
- --yellow-6: #d8dd5d;
305
- --yellow-7: #c8cc52;
306
- --yellow-8: #b3b600;
307
- --yellow-9: #bcbf19;
308
- --yellow-10: #b1b400;
309
- --yellow-11: #7a7b00;
310
- --yellow-12: #3e3f14;
311
- --yellow-alpha-1: #b7b70008;
312
- --yellow-alpha-2: #cfdb0014;
313
- --yellow-alpha-3: #dff10047;
314
- --yellow-alpha-4: #dde6006e;
315
- --yellow-alpha-5: #d5dc0091;
316
- --yellow-alpha-6: #c2ca00a3;
317
- --yellow-alpha-7: #aeb400ad;
318
- --yellow-alpha-8: #b3b600;
319
- --yellow-alpha-9: #b5b800e5;
320
- --yellow-alpha-10: #b1b400;
321
- --yellow-alpha-11: #7a7b00;
322
- --yellow-alpha-12: #2e2f00eb;
323
- --orange-1: #fffcfb;
324
- --orange-2: #fff7f5;
325
- --orange-3: #ffebe6;
326
- --orange-4: #ffdbce;
327
- --orange-5: #fcbfcb;
328
- --orange-6: #ffbdaa;
329
- --orange-7: #f4aa95;
330
- --orange-8: #ea9178;
331
- --orange-9: #d1451a;
332
- --orange-10: #c23600;
333
- --orange-11: #ce4216;
334
- --orange-12: #592b1e;
335
- --orange-alpha-1: #ff400005;
336
- --orange-alpha-2: #ff33000a;
337
- --orange-alpha-3: #ff33001a;
338
- --orange-alpha-4: #ff440030;
339
- --orange-alpha-5: #ff400045;
340
- --orange-alpha-6: #ff390054;
341
- --orange-alpha-7: #e533016b;
342
- --orange-alpha-8: #d8300087;
343
- --orange-alpha-9: #cc3000e5;
344
- --orange-alpha-10: #c23600;
345
- --orange-alpha-11: #c93000e8;
346
- --orange-alpha-12: #430f00e0;
347
- --error-1: #fffcfc;
348
- --error-2: #fff7f7;
349
- --error-3: #ffebea;
350
- --error-4: #ffdcd9;
351
- --error-5: #ffcdca;
352
- --error-6: #febdb9;
353
- --error-7: #f5a9a5;
354
- --error-8: #eb8f8b;
355
- --error-9: #e5484d;
356
- --error-10: #d73840;
357
- --error-11: #cc2e39;
358
- --error-12: #64181b;
359
- --error-alpha-1: #ff000003;
360
- --error-alpha-2: #ff000008;
361
- --error-alpha-3: #ff0d0014;
362
- --error-alpha-4: #ff150026;
363
- --error-alpha-5: #ff0f0036;
364
- --error-alpha-6: #fc0f0045;
365
- --error-alpha-7: #e30c0159;
366
- --error-alpha-8: #d4090073;
367
- --error-alpha-9: #db0007b8;
368
- --error-alpha-10: #cc000ac7;
369
- --error-alpha-11: #c1000ed1;
370
- --error-alpha-12: #540003e8;
371
- --success-1: #fbfefc;
372
- --success-2: #f4fbf7;
373
- --success-3: #e5f6eb;
374
- --success-4: #d6f1df;
375
- --success-5: #c4e8d1;
376
- --success-6: #adddc0;
377
- --success-7: #8fcea8;
378
- --success-8: #60b887;
379
- --success-9: #30a46c;
380
- --success-10: #289662;
381
- --success-11: #00814c;
382
- --success-12: #1d3b2a;
383
- --success-alpha-1: #00c04005;
384
- --success-alpha-2: #00a3460a;
385
- --success-alpha-3: #00a73b1a;
386
- --success-alpha-4: #00a83829;
387
- --success-alpha-5: #019c393b;
388
- --success-alpha-6: #00963c52;
389
- --success-alpha-7: #00903970;
390
- --success-alpha-8: #008d3f9e;
391
- --success-alpha-9: #008f4acf;
392
- --success-alpha-10: #008345d6;
393
- --success-alpha-11: #00814c;
394
- --success-alpha-12: #00220fe3;
395
- --warning-1: #fdfdfa;
396
- --warning-2: #fefceb;
397
- --warning-3: #fff9bf;
398
- --warning-4: #fef29f;
399
- --warning-5: #f8e981;
400
- --warning-6: #e9da79;
401
- --warning-7: #d8cb75;
402
- --warning-8: #c4b54f;
403
- --warning-9: #ffe62a;
404
- --warning-10: #f3dd45;
405
- --warning-11: #897a00;
406
- --warning-12: #413d23;
407
- --warning-alpha-1: #99990005;
408
- --warning-alpha-2: #f3d90014;
409
- --warning-alpha-3: #ffe80040;
410
- --warning-alpha-4: #fddd0061;
411
- --warning-alpha-5: #f1d3007d;
412
- --warning-alpha-6: #d6b90087;
413
- --warning-alpha-7: #b79f008a;
414
- --warning-alpha-8: #aa9400b0;
415
- --warning-alpha-9: #ffe100d6;
416
- --warning-alpha-10: #efd100ba;
417
- --warning-alpha-11: #897a00;
418
- --warning-alpha-12: #231e00db;
419
- --gray-1: #fcfcfd;
420
- --gray-2: #f9f9fb;
421
- --gray-3: #f0f0f3;
422
- --gray-4: #e8e8ec;
423
- --gray-5: #e0e0e5;
424
- --gray-6: #d9d9de;
425
- --gray-7: #ceced5;
426
- --gray-8: #bbbbc4;
427
- --gray-9: #8d8d95;
428
- --gray-10: #82828a;
429
- --gray-11: #64646a;
430
- --gray-12: #202024;
431
- --gray-alpha-1: #00005503;
432
- --gray-alpha-2: #00005505;
433
- --gray-alpha-3: #0000330f;
434
- --gray-alpha-4: #00002d17;
435
- --gray-alpha-5: #00002a1f;
436
- --gray-alpha-6: #00002226;
437
- --gray-alpha-7: #00002530;
438
- --gray-alpha-8: #00002245;
439
- --gray-alpha-9: #00001273;
440
- --gray-alpha-10: #0000117d;
441
- --gray-alpha-11: #00000a9c;
442
- --gray-alpha-12: #000005de;
443
- --vendor-hubspot-1: #fefcfb;
444
- --vendor-hubspot-2: #fff5f2;
445
- --vendor-hubspot-3: #ffe9e2;
446
- --vendor-hubspot-4: #ffd7c9;
447
- --vendor-hubspot-5: #ffc8b7;
448
- --vendor-hubspot-6: #ffb8a3;
449
- --vendor-hubspot-7: #ffa48d;
450
- --vendor-hubspot-8: #f68a70;
451
- --vendor-hubspot-9: #ff5c36;
452
- --vendor-hubspot-10: #f24d25;
453
- --vendor-hubspot-11: #d93a0f;
454
- --vendor-hubspot-12: #5b2a1e;
455
- --vendor-hubspot-surface: #fff3efcc;
456
- --vendor-hubspot-contrast: #ffffff;
457
- --vendor-marketo-1: #fdfdff;
458
- --vendor-marketo-2: #f7f8ff;
459
- --vendor-marketo-3: #eff2ff;
460
- --vendor-marketo-4: #e3e8ff;
461
- --vendor-marketo-5: #d5ddff;
462
- --vendor-marketo-6: #c5cfff;
463
- --vendor-marketo-7: #b0bcfa;
464
- --vendor-marketo-8: #93a0f2;
465
- --vendor-marketo-9: #4c50cc;
466
- --vendor-marketo-10: #4040bb;
467
- --vendor-marketo-11: #4f55c7;
468
- --vendor-marketo-12: #252a62;
469
- --vendor-marketo-surface: #f5f6ffcc;
470
- --vendor-marketo-contrast: #ffffff;
471
- --vendor-pardot-1: #fafdff;
472
- --vendor-pardot-2: #f3fafe;
473
- --vendor-pardot-3: #e1f5ff;
474
- --vendor-pardot-4: #ceeeff;
475
- --vendor-pardot-5: #bae5ff;
476
- --vendor-pardot-6: #a4d9fa;
477
- --vendor-pardot-7: #85c9f1;
478
- --vendor-pardot-8: #4fb3e8;
479
- --vendor-pardot-9: #00a1e0;
480
- --vendor-pardot-10: #0094cf;
481
- --vendor-pardot-11: #0079b5;
482
- --vendor-pardot-12: #0c3a51;
483
- --vendor-pardot-surface: #f0f9fecc;
484
- --vendor-pardot-contrast: #ffffff;
156
+ --wui-app-background: #ffffff;
157
+ --wui-blue-surface: #f4f8ffcc;
158
+ --wui-blue-contrast: #ffffff;
159
+ --wui-purple-surface: #fdf5ffcc;
160
+ --wui-purple-contrast: #ffffff;
161
+ --wui-green-surface: #f3faf1cc;
162
+ --wui-green-contrast: #ffffff;
163
+ --wui-pink-surface: #fff5f9cc;
164
+ --wui-pink-contrast: #ffffff;
165
+ --wui-red-surface: #fff5f5cc;
166
+ --wui-red-contrast: #ffffff;
167
+ --wui-yellow-surface: #fafbe5cc;
168
+ --wui-yellow-contrast: #22230b;
169
+ --wui-orange-surface: #fff5f3cc;
170
+ --wui-orange-contrast: #ffffff;
171
+ --wui-error-surface: #fff5f5cc;
172
+ --wui-error-contrast: #ffffff;
173
+ --wui-success-surface: #f1faf5cc;
174
+ --wui-success-contrast: #ffffff;
175
+ --wui-warning-surface: #fefbe6cc;
176
+ --wui-warning-contrast: #262209;
177
+ --wui-gray-surface: #ffffffcc;
178
+ --wui-gray-contrast: #ffffff;
179
+ --wui-blue-1: #fdfdfe;
180
+ --wui-blue-2: #f6f9ff;
181
+ --wui-blue-3: #ecf2ff;
182
+ --wui-blue-4: #ddeaff;
183
+ --wui-blue-5: #cddfff;
184
+ --wui-blue-6: #b8d1ff;
185
+ --wui-blue-7: #a1beff;
186
+ --wui-blue-8: #81a4fe;
187
+ --wui-blue-9: #2949e5;
188
+ --wui-blue-10: #1f36d3;
189
+ --wui-blue-11: #3154dc;
190
+ --wui-blue-12: #192b65;
191
+ --wui-blue-alpha-1: #00008003;
192
+ --wui-blue-alpha-2: #0055ff0a;
193
+ --wui-blue-alpha-3: #0051ff12;
194
+ --wui-blue-alpha-4: #0062ff21;
195
+ --wui-blue-alpha-5: #005cff33;
196
+ --wui-blue-alpha-6: #005aff47;
197
+ --wui-blue-alpha-7: #004fff5e;
198
+ --wui-blue-alpha-8: #0047fd7d;
199
+ --wui-blue-alpha-9: #0026e0d6;
200
+ --wui-blue-alpha-10: #001acde0;
201
+ --wui-blue-alpha-11: #002bd4cf;
202
+ --wui-blue-alpha-12: #001454e5;
203
+ --wui-purple-1: #fefcff;
204
+ --wui-purple-2: #fdf7ff;
205
+ --wui-purple-3: #fbeaff;
206
+ --wui-purple-4: #f7ddff;
207
+ --wui-purple-5: #f2ceff;
208
+ --wui-purple-6: #eabdff;
209
+ --wui-purple-7: #e0a5fc;
210
+ --wui-purple-8: #d285f7;
211
+ --wui-purple-9: #ac12e0;
212
+ --wui-purple-10: #9a09c9;
213
+ --wui-purple-11: #9b0bca;
214
+ --wui-purple-12: #550072;
215
+ --wui-purple-alpha-1: #aa00ff03;
216
+ --wui-purple-alpha-2: #c000ff08;
217
+ --wui-purple-alpha-3: #cf00ff14;
218
+ --wui-purple-alpha-4: #c300ff21;
219
+ --wui-purple-alpha-5: #bc00ff30;
220
+ --wui-purple-alpha-6: #ae00ff42;
221
+ --wui-purple-alpha-7: #a801f759;
222
+ --wui-purple-alpha-8: #a101ef7a;
223
+ --wui-purple-alpha-9: #a600deed;
224
+ --wui-purple-alpha-10: #9600c7f5;
225
+ --wui-purple-alpha-11: #9700c8f5;
226
+ --wui-purple-alpha-12: #550072;
227
+ --wui-green-1: #fbfefa;
228
+ --wui-green-2: #f5fbf4;
229
+ --wui-green-3: #e7f8e5;
230
+ --wui-green-4: #d8f2d4;
231
+ --wui-green-5: #c6ebc0;
232
+ --wui-green-6: #afe0a6;
233
+ --wui-green-7: #8fd185;
234
+ --wui-green-8: #5fbd51;
235
+ --wui-green-9: #268713;
236
+ --wui-green-10: #117900;
237
+ --wui-green-11: #1e8106;
238
+ --wui-green-12: #1e3d19;
239
+ --wui-green-alpha-1: #33cc0005;
240
+ --wui-green-alpha-2: #18a3000b;
241
+ --wui-green-alpha-3: #14bb001a;
242
+ --wui-green-alpha-4: #18b2012b;
243
+ --wui-green-alpha-5: #19af003f;
244
+ --wui-green-alpha-6: #1aa70059;
245
+ --wui-green-alpha-7: #159f017a;
246
+ --wui-green-alpha-8: #189f00b0;
247
+ --wui-green-alpha-9: #159f00ae;
248
+ --wui-green-alpha-10: #157d00ec;
249
+ --wui-green-alpha-11: #117900;
250
+ --wui-green-alpha-12: #197e00f9;
251
+ --wui-pink-1: #fffcfd;
252
+ --wui-pink-2: #fff7fa;
253
+ --wui-pink-3: #ffe8f3;
254
+ --wui-pink-4: #ffdaeb;
255
+ --wui-pink-5: #fdcbe2;
256
+ --wui-pink-6: #f7bcd8;
257
+ --wui-pink-7: #efa8ca;
258
+ --wui-pink-8: #e68eba;
259
+ --wui-pink-9: #ff40b3;
260
+ --wui-pink-10: #f12fa7;
261
+ --wui-pink-11: #cd0089;
262
+ --wui-pink-12: #680445;
263
+ --wui-pink-alpha-1: #ff005503;
264
+ --wui-pink-alpha-2: #ff006008;
265
+ --wui-pink-alpha-3: #ff007a17;
266
+ --wui-pink-alpha-4: #ff007626;
267
+ --wui-pink-alpha-5: #f6007133;
268
+ --wui-pink-alpha-6: #e1006b42;
269
+ --wui-pink-alpha-7: #d1006457;
270
+ --wui-pink-alpha-8: #c7006470;
271
+ --wui-pink-alpha-9: #ff009abf;
272
+ --wui-pink-alpha-10: #ee0093d1;
273
+ --wui-pink-alpha-11: #cd0089;
274
+ --wui-pink-alpha-12: #660042fa;
275
+ --wui-red-1: #fffcfc;
276
+ --wui-red-2: #fff7f7;
277
+ --wui-red-3: #ffe9e9;
278
+ --wui-red-4: #ffd9d9;
279
+ --wui-red-5: #ffcaca;
280
+ --wui-red-6: #ffbaba;
281
+ --wui-red-7: #fca5a6;
282
+ --wui-red-8: #f5898c;
283
+ --wui-red-9: #ff2b51;
284
+ --wui-red-10: #f10845;
285
+ --wui-red-11: #db0035;
286
+ --wui-red-12: #6d021a;
287
+ --wui-red-alpha-1: #ff000003;
288
+ --wui-red-alpha-2: #ff000008;
289
+ --wui-red-alpha-3: #ff000017;
290
+ --wui-red-alpha-4: #ff000026;
291
+ --wui-red-alpha-5: #ff000036;
292
+ --wui-red-alpha-6: #ff000045;
293
+ --wui-red-alpha-7: #f7010359;
294
+ --wui-red-alpha-8: #ea000775;
295
+ --wui-red-alpha-9: #ff002ed4;
296
+ --wui-red-alpha-10: #f1003ff7;
297
+ --wui-red-alpha-11: #db0035;
298
+ --wui-red-alpha-12: #6c0018fc;
299
+ --wui-yellow-1: #fdfdf8;
300
+ --wui-yellow-2: #fbfcea;
301
+ --wui-yellow-3: #f6fbb8;
302
+ --wui-yellow-4: #f0f491;
303
+ --wui-yellow-5: #e7eb6d;
304
+ --wui-yellow-6: #d8dd5d;
305
+ --wui-yellow-7: #c8cc52;
306
+ --wui-yellow-8: #b3b600;
307
+ --wui-yellow-9: #bcbf19;
308
+ --wui-yellow-10: #b1b400;
309
+ --wui-yellow-11: #7a7b00;
310
+ --wui-yellow-12: #3e3f14;
311
+ --wui-yellow-alpha-1: #b7b70008;
312
+ --wui-yellow-alpha-2: #cfdb0014;
313
+ --wui-yellow-alpha-3: #dff10047;
314
+ --wui-yellow-alpha-4: #dde6006e;
315
+ --wui-yellow-alpha-5: #d5dc0091;
316
+ --wui-yellow-alpha-6: #c2ca00a3;
317
+ --wui-yellow-alpha-7: #aeb400ad;
318
+ --wui-yellow-alpha-8: #b3b600;
319
+ --wui-yellow-alpha-9: #b5b800e5;
320
+ --wui-yellow-alpha-10: #b1b400;
321
+ --wui-yellow-alpha-11: #7a7b00;
322
+ --wui-yellow-alpha-12: #2e2f00eb;
323
+ --wui-orange-1: #fffcfb;
324
+ --wui-orange-2: #fff7f5;
325
+ --wui-orange-3: #ffebe6;
326
+ --wui-orange-4: #ffdbce;
327
+ --wui-orange-5: #fcbfcb;
328
+ --wui-orange-6: #ffbdaa;
329
+ --wui-orange-7: #f4aa95;
330
+ --wui-orange-8: #ea9178;
331
+ --wui-orange-9: #d1451a;
332
+ --wui-orange-10: #c23600;
333
+ --wui-orange-11: #ce4216;
334
+ --wui-orange-12: #592b1e;
335
+ --wui-orange-alpha-1: #ff400005;
336
+ --wui-orange-alpha-2: #ff33000a;
337
+ --wui-orange-alpha-3: #ff33001a;
338
+ --wui-orange-alpha-4: #ff440030;
339
+ --wui-orange-alpha-5: #ff400045;
340
+ --wui-orange-alpha-6: #ff390054;
341
+ --wui-orange-alpha-7: #e533016b;
342
+ --wui-orange-alpha-8: #d8300087;
343
+ --wui-orange-alpha-9: #cc3000e5;
344
+ --wui-orange-alpha-10: #c23600;
345
+ --wui-orange-alpha-11: #c93000e8;
346
+ --wui-orange-alpha-12: #430f00e0;
347
+ --wui-error-1: #fffcfc;
348
+ --wui-error-2: #fff7f7;
349
+ --wui-error-3: #ffebea;
350
+ --wui-error-4: #ffdcd9;
351
+ --wui-error-5: #ffcdca;
352
+ --wui-error-6: #febdb9;
353
+ --wui-error-7: #f5a9a5;
354
+ --wui-error-8: #eb8f8b;
355
+ --wui-error-9: #e5484d;
356
+ --wui-error-10: #d73840;
357
+ --wui-error-11: #cc2e39;
358
+ --wui-error-12: #64181b;
359
+ --wui-error-alpha-1: #ff000003;
360
+ --wui-error-alpha-2: #ff000008;
361
+ --wui-error-alpha-3: #ff0d0014;
362
+ --wui-error-alpha-4: #ff150026;
363
+ --wui-error-alpha-5: #ff0f0036;
364
+ --wui-error-alpha-6: #fc0f0045;
365
+ --wui-error-alpha-7: #e30c0159;
366
+ --wui-error-alpha-8: #d4090073;
367
+ --wui-error-alpha-9: #db0007b8;
368
+ --wui-error-alpha-10: #cc000ac7;
369
+ --wui-error-alpha-11: #c1000ed1;
370
+ --wui-error-alpha-12: #540003e8;
371
+ --wui-success-1: #fbfefc;
372
+ --wui-success-2: #f4fbf7;
373
+ --wui-success-3: #e5f6eb;
374
+ --wui-success-4: #d6f1df;
375
+ --wui-success-5: #c4e8d1;
376
+ --wui-success-6: #adddc0;
377
+ --wui-success-7: #8fcea8;
378
+ --wui-success-8: #60b887;
379
+ --wui-success-9: #30a46c;
380
+ --wui-success-10: #289662;
381
+ --wui-success-11: #00814c;
382
+ --wui-success-12: #1d3b2a;
383
+ --wui-success-alpha-1: #00c04005;
384
+ --wui-success-alpha-2: #00a3460a;
385
+ --wui-success-alpha-3: #00a73b1a;
386
+ --wui-success-alpha-4: #00a83829;
387
+ --wui-success-alpha-5: #019c393b;
388
+ --wui-success-alpha-6: #00963c52;
389
+ --wui-success-alpha-7: #00903970;
390
+ --wui-success-alpha-8: #008d3f9e;
391
+ --wui-success-alpha-9: #008f4acf;
392
+ --wui-success-alpha-10: #008345d6;
393
+ --wui-success-alpha-11: #00814c;
394
+ --wui-success-alpha-12: #00220fe3;
395
+ --wui-warning-1: #fdfdfa;
396
+ --wui-warning-2: #fefceb;
397
+ --wui-warning-3: #fff9bf;
398
+ --wui-warning-4: #fef29f;
399
+ --wui-warning-5: #f8e981;
400
+ --wui-warning-6: #e9da79;
401
+ --wui-warning-7: #d8cb75;
402
+ --wui-warning-8: #c4b54f;
403
+ --wui-warning-9: #ffe62a;
404
+ --wui-warning-10: #f3dd45;
405
+ --wui-warning-11: #897a00;
406
+ --wui-warning-12: #413d23;
407
+ --wui-warning-alpha-1: #99990005;
408
+ --wui-warning-alpha-2: #f3d90014;
409
+ --wui-warning-alpha-3: #ffe80040;
410
+ --wui-warning-alpha-4: #fddd0061;
411
+ --wui-warning-alpha-5: #f1d3007d;
412
+ --wui-warning-alpha-6: #d6b90087;
413
+ --wui-warning-alpha-7: #b79f008a;
414
+ --wui-warning-alpha-8: #aa9400b0;
415
+ --wui-warning-alpha-9: #ffe100d6;
416
+ --wui-warning-alpha-10: #efd100ba;
417
+ --wui-warning-alpha-11: #897a00;
418
+ --wui-warning-alpha-12: #231e00db;
419
+ --wui-gray-1: #fcfcfd;
420
+ --wui-gray-2: #f9f9fb;
421
+ --wui-gray-3: #f0f0f3;
422
+ --wui-gray-4: #e8e8ec;
423
+ --wui-gray-5: #e0e0e5;
424
+ --wui-gray-6: #d9d9de;
425
+ --wui-gray-7: #ceced5;
426
+ --wui-gray-8: #bbbbc4;
427
+ --wui-gray-9: #8d8d95;
428
+ --wui-gray-10: #82828a;
429
+ --wui-gray-11: #64646a;
430
+ --wui-gray-12: #202024;
431
+ --wui-gray-alpha-1: #00005503;
432
+ --wui-gray-alpha-2: #00005505;
433
+ --wui-gray-alpha-3: #0000330f;
434
+ --wui-gray-alpha-4: #00002d17;
435
+ --wui-gray-alpha-5: #00002a1f;
436
+ --wui-gray-alpha-6: #00002226;
437
+ --wui-gray-alpha-7: #00002530;
438
+ --wui-gray-alpha-8: #00002245;
439
+ --wui-gray-alpha-9: #00001273;
440
+ --wui-gray-alpha-10: #0000117d;
441
+ --wui-gray-alpha-11: #00000a9c;
442
+ --wui-gray-alpha-12: #000005de;
443
+ --wui-vendor-hubspot-1: #fefcfb;
444
+ --wui-vendor-hubspot-2: #fff5f2;
445
+ --wui-vendor-hubspot-3: #ffe9e2;
446
+ --wui-vendor-hubspot-4: #ffd7c9;
447
+ --wui-vendor-hubspot-5: #ffc8b7;
448
+ --wui-vendor-hubspot-6: #ffb8a3;
449
+ --wui-vendor-hubspot-7: #ffa48d;
450
+ --wui-vendor-hubspot-8: #f68a70;
451
+ --wui-vendor-hubspot-9: #ff5c36;
452
+ --wui-vendor-hubspot-10: #f24d25;
453
+ --wui-vendor-hubspot-11: #d93a0f;
454
+ --wui-vendor-hubspot-12: #5b2a1e;
455
+ --wui-vendor-hubspot-surface: #fff3efcc;
456
+ --wui-vendor-hubspot-contrast: #ffffff;
457
+ --wui-vendor-marketo-1: #fdfdff;
458
+ --wui-vendor-marketo-2: #f7f8ff;
459
+ --wui-vendor-marketo-3: #eff2ff;
460
+ --wui-vendor-marketo-4: #e3e8ff;
461
+ --wui-vendor-marketo-5: #d5ddff;
462
+ --wui-vendor-marketo-6: #c5cfff;
463
+ --wui-vendor-marketo-7: #b0bcfa;
464
+ --wui-vendor-marketo-8: #93a0f2;
465
+ --wui-vendor-marketo-9: #4c50cc;
466
+ --wui-vendor-marketo-10: #4040bb;
467
+ --wui-vendor-marketo-11: #4f55c7;
468
+ --wui-vendor-marketo-12: #252a62;
469
+ --wui-vendor-marketo-surface: #f5f6ffcc;
470
+ --wui-vendor-marketo-contrast: #ffffff;
471
+ --wui-vendor-pardot-1: #fafdff;
472
+ --wui-vendor-pardot-2: #f3fafe;
473
+ --wui-vendor-pardot-3: #e1f5ff;
474
+ --wui-vendor-pardot-4: #ceeeff;
475
+ --wui-vendor-pardot-5: #bae5ff;
476
+ --wui-vendor-pardot-6: #a4d9fa;
477
+ --wui-vendor-pardot-7: #85c9f1;
478
+ --wui-vendor-pardot-8: #4fb3e8;
479
+ --wui-vendor-pardot-9: #00a1e0;
480
+ --wui-vendor-pardot-10: #0094cf;
481
+ --wui-vendor-pardot-11: #0079b5;
482
+ --wui-vendor-pardot-12: #0c3a51;
483
+ --wui-vendor-pardot-surface: #f0f9fecc;
484
+ --wui-vendor-pardot-contrast: #ffffff;
485
485
  `;
486
486
  var darkGlobalTokens = css3`
487
- --app-background: #101629;
488
- --blue-surface: #141c2d80;
489
- --blue-contrast: #ffffff;
490
- --purple-surface: #34132980;
491
- --purple-contrast: #ffffff;
492
- --green-surface: #1c240280;
493
- --green-contrast: #ffffff;
494
- --pink-surface: #3c0f1080;
495
- --pink-contrast: #ffffff;
496
- --red-surface: #38160480;
497
- --red-contrast: #ffffff;
498
- --yellow-surface: #28220080;
499
- --yellow-contrast: #22230b;
500
- --orange-surface: #321a0480;
501
- --orange-contrast: #ffffff;
502
- --error-surface: #36160280;
503
- --error-contrast: #ffffff;
504
- --success-surface: #1a260880;
505
- --success-contrast: #ffffff;
506
- --warning-surface: #2c240080;
507
- --warning-contrast: #262209;
508
- --gray-surface: #0000000d;
509
- --gray-contrast: #ffffff;
510
- --blue-1: #111725;
511
- --blue-2: #12192b;
512
- --blue-3: #152452;
513
- --blue-4: #192c6d;
514
- --blue-5: #203681;
515
- --blue-6: #284191;
516
- --blue-7: #314da7;
517
- --blue-8: #395ac3;
518
- --blue-9: #2949e5;
519
- --blue-10: #1f36d3;
520
- --blue-11: #90b3ff;
521
- --blue-12: #d2e1ff;
522
- --blue-alpha-1: #90960003;
523
- --blue-alpha-2: #90d6a905;
524
- --blue-alpha-3: #2b5fff30;
525
- --blue-alpha-4: #2c5bfd52;
526
- --blue-alpha-5: #3764ff69;
527
- --blue-alpha-6: #426fff7d;
528
- --blue-alpha-7: #4773fe96;
529
- --blue-alpha-8: #4975ffb8;
530
- --blue-alpha-9: #2c4ffee0;
531
- --blue-alpha-10: #233fffcc;
532
- --blue-alpha-11: #90b3ff;
533
- --blue-alpha-12: #d2e1ff;
534
- --purple-1: #1c1320;
535
- --purple-2: #221429;
536
- --purple-3: #361544;
537
- --purple-4: #46135b;
538
- --purple-5: #521969;
539
- --purple-6: #5f2578;
540
- --purple-7: #753491;
541
- --purple-8: #9643ba;
542
- --purple-9: #ac12e0;
543
- --purple-10: #9d00d0;
544
- --purple-11: #e590ff;
545
- --purple-12: #f4d2ff;
546
- --purple-alpha-1: #fc00000d;
547
- --purple-alpha-2: #f6002914;
548
- --purple-alpha-3: #fd10d129;
549
- --purple-alpha-4: #f60afe3d;
550
- --purple-alpha-5: #eb20fd4d;
551
- --purple-alpha-6: #e53ffd5e;
552
- --purple-alpha-7: #e054ff7d;
553
- --purple-alpha-8: #d659ffad;
554
- --purple-alpha-9: #c612fedb;
555
- --purple-alpha-10: #c400ffc7;
556
- --purple-alpha-11: #e590ff;
557
- --purple-alpha-12: #f4d2ff;
558
- --green-1: #111a0f;
559
- --green-2: #151e13;
560
- --green-3: #182e14;
561
- --green-4: #133e0c;
562
- --green-5: #174c0d;
563
- --green-6: #1a5c0e;
564
- --green-7: #1d6d0d;
565
- --green-8: #1d8004;
566
- --green-9: #268713;
567
- --green-10: #117900;
568
- --green-11: #76d467;
569
- --green-12: #aff9a3;
570
- --green-alpha-1: #44e30005;
571
- --green-alpha-2: #9ef90009;
572
- --green-alpha-3: #5cf9001b;
573
- --green-alpha-4: #22fe002c;
574
- --green-alpha-5: #2efc003c;
575
- --green-alpha-6: #32fe004d;
576
- --green-alpha-7: #33fd0060;
577
- --green-alpha-8: #2cfd0075;
578
- --green-alpha-9: #3eff007c;
579
- --green-alpha-10: #13fd006d;
580
- --green-alpha-11: #8dff75d0;
581
- --green-alpha-12: #b3fea6f9;
582
- --pink-1: #1f1319;
583
- --pink-2: #26121c;
584
- --pink-3: #3f122b;
585
- --pink-4: #550438;
586
- --pink-5: #630b42;
587
- --pink-6: #741b50;
588
- --pink-7: #8f2965;
589
- --pink-8: #b73581;
590
- --pink-9: #ff40b3;
591
- --pink-10: #f12fa7;
592
- --pink-11: #ff86cc;
593
- --pink-12: #ffcde8;
594
- --pink-alpha-1: #f1000012;
595
- --pink-alpha-2: #fa000017;
596
- --pink-alpha-3: #fb023333;
597
- --pink-alpha-4: #fe005d4a;
598
- --pink-alpha-5: #fe007159;
599
- --pink-alpha-6: #ff22866b;
600
- --pink-alpha-7: #ff3a9a87;
601
- --pink-alpha-8: #fe42a7b2;
602
- --pink-alpha-9: #ff40b3;
603
- --pink-alpha-10: #fe31aff2;
604
- --pink-alpha-11: #ff86cc;
605
- --pink-alpha-12: #ffcde8;
606
- --red-1: #1e1414;
607
- --red-2: #241616;
608
- --red-3: #411014;
609
- --red-4: #580314;
610
- --red-5: #68071b;
611
- --red-6: #7a1725;
612
- --red-7: #952634;
613
- --red-8: #c23244;
614
- --red-9: #ff2b51;
615
- --red-10: #f00e45;
616
- --red-11: #ff8e93;
617
- --red-12: #ffcfce;
618
- --red-alpha-1: #fe00000f;
619
- --red-alpha-2: #f8170017;
620
- --red-alpha-3: #fc000036;
621
- --red-alpha-4: #ff00004d;
622
- --red-alpha-5: #ff00045e;
623
- --red-alpha-6: #fd192173;
624
- --red-alpha-7: #ff333d8f;
625
- --red-alpha-8: #ff3b4ebf;
626
- --red-alpha-9: #ff2b51;
627
- --red-alpha-10: #ff0e46f0;
628
- --red-alpha-11: #ff8e93;
629
- --red-alpha-12: #ffcfce;
630
- --yellow-1: #171811;
631
- --yellow-2: #1c1c13;
632
- --yellow-3: #292a16;
633
- --yellow-4: #353615;
634
- --yellow-5: #414218;
635
- --yellow-6: #4e4f1c;
636
- --yellow-7: #5c5e20;
637
- --yellow-8: #6d6f22;
638
- --yellow-9: #bcbf19;
639
- --yellow-10: #b1b400;
640
- --yellow-11: #cbcf4b;
641
- --yellow-12: #eaeeae;
642
- --yellow-alpha-1: #f0560008;
643
- --yellow-alpha-2: #fc8c000d;
644
- --yellow-alpha-3: #fdd3001c;
645
- --yellow-alpha-4: #fce20029;
646
- --yellow-alpha-5: #fcea0036;
647
- --yellow-alpha-6: #fcef0042;
648
- --yellow-alpha-7: #fdf60e52;
649
- --yellow-alpha-8: #fdf91863;
650
- --yellow-alpha-9: #feff13ba;
651
- --yellow-alpha-10: #feff00ad;
652
- --yellow-alpha-11: #fbff54cc;
653
- --yellow-alpha-12: #fbfeb8ed;
654
- --orange-1: #1c1514;
655
- --orange-2: #211816;
656
- --orange-3: #391a12;
657
- --orange-4: #4e190b;
658
- --orange-5: #5c2010;
659
- --orange-6: #6c2d1c;
660
- --orange-7: #833d2a;
661
- --orange-8: #a95038;
662
- --orange-9: #d1451a;
663
- --orange-10: #c23600;
664
- --orange-11: #ff9271;
665
- --orange-12: #f9d4ca;
666
- --orange-alpha-1: #fc03000d;
667
- --orange-alpha-2: #f5310012;
668
- --orange-alpha-3: #fe2e002b;
669
- --orange-alpha-4: #fc220042;
670
- --orange-alpha-5: #fd360052;
671
- --orange-alpha-6: #fd520863;
672
- --orange-alpha-7: #ff672c7a;
673
- --orange-alpha-8: #fe7040a3;
674
- --orange-alpha-9: #ff5117cf;
675
- --orange-alpha-10: #ff4100bf;
676
- --orange-alpha-11: #ff9271;
677
- --orange-alpha-12: #ffd8cefa;
678
- --error-1: #1d1514;
679
- --error-2: #231615;
680
- --error-3: #3d1414;
681
- --error-4: #521013;
682
- --error-5: #62171a;
683
- --error-6: #732426;
684
- --error-7: #8c3434;
685
- --error-8: #b54546;
686
- --error-9: #e5484d;
687
- --error-10: #d63941;
688
- --error-11: #ff8f8b;
689
- --error-12: #ffd2ce;
690
- --error-alpha-1: #fd04000d;
691
- --error-alpha-2: #f7170014;
692
- --error-alpha-3: #fb0c0030;
693
- --error-alpha-4: #fd010047;
694
- --error-alpha-5: #fe190059;
695
- --error-alpha-6: #ff38226b;
696
- --error-alpha-7: #fe4f3e85;
697
- --error-alpha-8: #fe5a52b0;
698
- --error-alpha-9: #fe4e52e3;
699
- --error-alpha-10: #fe4046d4;
700
- --error-alpha-11: #ff8f8b;
701
- --error-alpha-12: #ffd2ce;
702
- --success-1: #121915;
703
- --success-2: #151e18;
704
- --success-3: #172e21;
705
- --success-4: #153c27;
706
- --success-5: #1b4931;
707
- --success-6: #23573c;
708
- --success-7: #2b6848;
709
- --success-8: #327c55;
710
- --success-9: #30a46c;
711
- --success-10: #1d9760;
712
- --success-11: #63d196;
713
- --success-12: #b2f1cb;
714
- --success-alpha-1: #90d60005;
715
- --success-alpha-2: #9ef9000a;
716
- --success-alpha-3: #53f9001c;
717
- --success-alpha-4: #2ffd1d29;
718
- --success-alpha-5: #43ff4e38;
719
- --success-alpha-6: #54fd6d47;
720
- --success-alpha-7: #5dff8059;
721
- --success-alpha-8: #5eff8e70;
722
- --success-alpha-9: #45fe979c;
723
- --success-alpha-10: #28fe8c8f;
724
- --success-alpha-11: #78ffb1cc;
725
- --success-alpha-12: #bcffd6f0;
726
- --warning-1: #181711;
727
- --warning-2: #1e1d14;
728
- --warning-3: #2b270c;
729
- --warning-4: #352f00;
730
- --warning-5: #403800;
731
- --warning-6: #4d450e;
732
- --warning-7: #5f5720;
733
- --warning-8: #796f2b;
734
- --warning-9: #ffe629;
735
- --warning-10: #f1dd4e;
736
- --warning-11: #f2dd4f;
737
- --warning-12: #f4edb8;
738
- --warning-alpha-1: #f333000a;
739
- --warning-alpha-2: #fe8d000f;
740
- --warning-alpha-3: #feac001c;
741
- --warning-alpha-4: #fcb50029;
742
- --warning-alpha-5: #fcbc0033;
743
- --warning-alpha-6: #fccc0042;
744
- --warning-alpha-7: #fdd90e54;
745
- --warning-alpha-8: #fddf2e70;
746
- --warning-alpha-9: #ffe629;
747
- --warning-alpha-10: #fee950f2;
748
- --warning-alpha-11: #fee851f2;
749
- --warning-alpha-12: #fef7bef5;
750
- --gray-1: #0d162d;
751
- --gray-2: #131c35;
752
- --gray-3: #172448;
753
- --gray-4: #1c2a50;
754
- --gray-5: #223057;
755
- --gray-6: #293860;
756
- --gray-7: #36466f;
757
- --gray-8: #4e5f8a;
758
- --gray-9: #5b6d98;
759
- --gray-10: #687aa7;
760
- --gray-11: #9fb3e3;
761
- --gray-12: #e4eeff;
762
- --gray-alpha-1: #0017f605;
763
- --gray-alpha-2: #437cf60f;
764
- --gray-alpha-3: #4177ff26;
765
- --gray-alpha-4: #5283fd2e;
766
- --gray-alpha-5: #638fff38;
767
- --gray-alpha-6: #719afe42;
768
- --gray-alpha-7: #84a8fe54;
769
- --gray-alpha-8: #98b7ff73;
770
- --gray-alpha-9: #a0bcfe85;
771
- --gray-alpha-10: #a4bffe96;
772
- --gray-alpha-11: #b4caffde;
773
- --gray-alpha-12: #e4eeff;
774
- --vendor-hubspot-1: #1d1513;
775
- --vendor-hubspot-2: #231815;
776
- --vendor-hubspot-3: #3b1a12;
777
- --vendor-hubspot-4: #511609;
778
- --vendor-hubspot-5: #601d0d;
779
- --vendor-hubspot-6: #702a1a;
780
- --vendor-hubspot-7: #883a27;
781
- --vendor-hubspot-8: #af4a33;
782
- --vendor-hubspot-9: #ff5c36;
783
- --vendor-hubspot-10: #f14f28;
784
- --vendor-hubspot-11: #ff9578;
785
- --vendor-hubspot-12: #ffd5ca;
786
- --vendor-hubspot-surface: #361a0280;
787
- --vendor-hubspot-contrast: #ffffff;
788
- --vendor-marketo-1: #141621;
789
- --vendor-marketo-2: #161827;
790
- --vendor-marketo-3: #1f234a;
791
- --vendor-marketo-4: #262a66;
792
- --vendor-marketo-5: #2f3476;
793
- --vendor-marketo-6: #383f83;
794
- --vendor-marketo-7: #444c97;
795
- --vendor-marketo-8: #515ab4;
796
- --vendor-marketo-9: #4c50cc;
797
- --vendor-marketo-10: #4040bb;
798
- --vendor-marketo-11: #9faeff;
799
- --vendor-marketo-12: #dae1ff;
800
- --vendor-marketo-surface: #1c1a2680;
801
- --vendor-marketo-contrast: #ffffff;
802
- --vendor-pardot-1: #0e191f;
803
- --vendor-pardot-2: #111d24;
804
- --vendor-pardot-3: #092c3d;
805
- --vendor-pardot-4: #003752;
806
- --vendor-pardot-5: #004463;
807
- --vendor-pardot-6: #055274;
808
- --vendor-pardot-7: #15648a;
809
- --vendor-pardot-8: #197ba9;
810
- --vendor-pardot-9: #00a1e0;
811
- --vendor-pardot-10: #0095d3;
812
- --vendor-pardot-11: #62c3f8;
813
- --vendor-pardot-12: #bfe7ff;
814
- --vendor-pardot-surface: #12242080;
815
- --vendor-pardot-contrast: #ffffff;
487
+ --wui-app-background: #101629;
488
+ --wui-blue-surface: #141c2d80;
489
+ --wui-blue-contrast: #ffffff;
490
+ --wui-purple-surface: #34132980;
491
+ --wui-purple-contrast: #ffffff;
492
+ --wui-green-surface: #1c240280;
493
+ --wui-green-contrast: #ffffff;
494
+ --wui-pink-surface: #3c0f1080;
495
+ --wui-pink-contrast: #ffffff;
496
+ --wui-red-surface: #38160480;
497
+ --wui-red-contrast: #ffffff;
498
+ --wui-yellow-surface: #28220080;
499
+ --wui-yellow-contrast: #22230b;
500
+ --wui-orange-surface: #321a0480;
501
+ --wui-orange-contrast: #ffffff;
502
+ --wui-error-surface: #36160280;
503
+ --wui-error-contrast: #ffffff;
504
+ --wui-success-surface: #1a260880;
505
+ --wui-success-contrast: #ffffff;
506
+ --wui-warning-surface: #2c240080;
507
+ --wui-warning-contrast: #262209;
508
+ --wui-gray-surface: #0000000d;
509
+ --wui-gray-contrast: #ffffff;
510
+ --wui-blue-1: #111725;
511
+ --wui-blue-2: #12192b;
512
+ --wui-blue-3: #152452;
513
+ --wui-blue-4: #192c6d;
514
+ --wui-blue-5: #203681;
515
+ --wui-blue-6: #284191;
516
+ --wui-blue-7: #314da7;
517
+ --wui-blue-8: #395ac3;
518
+ --wui-blue-9: #2949e5;
519
+ --wui-blue-10: #1f36d3;
520
+ --wui-blue-11: #90b3ff;
521
+ --wui-blue-12: #d2e1ff;
522
+ --wui-blue-alpha-1: #90960003;
523
+ --wui-blue-alpha-2: #90d6a905;
524
+ --wui-blue-alpha-3: #2b5fff30;
525
+ --wui-blue-alpha-4: #2c5bfd52;
526
+ --wui-blue-alpha-5: #3764ff69;
527
+ --wui-blue-alpha-6: #426fff7d;
528
+ --wui-blue-alpha-7: #4773fe96;
529
+ --wui-blue-alpha-8: #4975ffb8;
530
+ --wui-blue-alpha-9: #2c4ffee0;
531
+ --wui-blue-alpha-10: #233fffcc;
532
+ --wui-blue-alpha-11: #90b3ff;
533
+ --wui-blue-alpha-12: #d2e1ff;
534
+ --wui-purple-1: #1c1320;
535
+ --wui-purple-2: #221429;
536
+ --wui-purple-3: #361544;
537
+ --wui-purple-4: #46135b;
538
+ --wui-purple-5: #521969;
539
+ --wui-purple-6: #5f2578;
540
+ --wui-purple-7: #753491;
541
+ --wui-purple-8: #9643ba;
542
+ --wui-purple-9: #ac12e0;
543
+ --wui-purple-10: #9d00d0;
544
+ --wui-purple-11: #e590ff;
545
+ --wui-purple-12: #f4d2ff;
546
+ --wui-purple-alpha-1: #fc00000d;
547
+ --wui-purple-alpha-2: #f6002914;
548
+ --wui-purple-alpha-3: #fd10d129;
549
+ --wui-purple-alpha-4: #f60afe3d;
550
+ --wui-purple-alpha-5: #eb20fd4d;
551
+ --wui-purple-alpha-6: #e53ffd5e;
552
+ --wui-purple-alpha-7: #e054ff7d;
553
+ --wui-purple-alpha-8: #d659ffad;
554
+ --wui-purple-alpha-9: #c612fedb;
555
+ --wui-purple-alpha-10: #c400ffc7;
556
+ --wui-purple-alpha-11: #e590ff;
557
+ --wui-purple-alpha-12: #f4d2ff;
558
+ --wui-green-1: #111a0f;
559
+ --wui-green-2: #151e13;
560
+ --wui-green-3: #182e14;
561
+ --wui-green-4: #133e0c;
562
+ --wui-green-5: #174c0d;
563
+ --wui-green-6: #1a5c0e;
564
+ --wui-green-7: #1d6d0d;
565
+ --wui-green-8: #1d8004;
566
+ --wui-green-9: #268713;
567
+ --wui-green-10: #117900;
568
+ --wui-green-11: #76d467;
569
+ --wui-green-12: #aff9a3;
570
+ --wui-green-alpha-1: #44e30005;
571
+ --wui-green-alpha-2: #9ef90009;
572
+ --wui-green-alpha-3: #5cf9001b;
573
+ --wui-green-alpha-4: #22fe002c;
574
+ --wui-green-alpha-5: #2efc003c;
575
+ --wui-green-alpha-6: #32fe004d;
576
+ --wui-green-alpha-7: #33fd0060;
577
+ --wui-green-alpha-8: #2cfd0075;
578
+ --wui-green-alpha-9: #3eff007c;
579
+ --wui-green-alpha-10: #13fd006d;
580
+ --wui-green-alpha-11: #8dff75d0;
581
+ --wui-green-alpha-12: #b3fea6f9;
582
+ --wui-pink-1: #1f1319;
583
+ --wui-pink-2: #26121c;
584
+ --wui-pink-3: #3f122b;
585
+ --wui-pink-4: #550438;
586
+ --wui-pink-5: #630b42;
587
+ --wui-pink-6: #741b50;
588
+ --wui-pink-7: #8f2965;
589
+ --wui-pink-8: #b73581;
590
+ --wui-pink-9: #ff40b3;
591
+ --wui-pink-10: #f12fa7;
592
+ --wui-pink-11: #ff86cc;
593
+ --wui-pink-12: #ffcde8;
594
+ --wui-pink-alpha-1: #f1000012;
595
+ --wui-pink-alpha-2: #fa000017;
596
+ --wui-pink-alpha-3: #fb023333;
597
+ --wui-pink-alpha-4: #fe005d4a;
598
+ --wui-pink-alpha-5: #fe007159;
599
+ --wui-pink-alpha-6: #ff22866b;
600
+ --wui-pink-alpha-7: #ff3a9a87;
601
+ --wui-pink-alpha-8: #fe42a7b2;
602
+ --wui-pink-alpha-9: #ff40b3;
603
+ --wui-pink-alpha-10: #fe31aff2;
604
+ --wui-pink-alpha-11: #ff86cc;
605
+ --wui-pink-alpha-12: #ffcde8;
606
+ --wui-red-1: #1e1414;
607
+ --wui-red-2: #241616;
608
+ --wui-red-3: #411014;
609
+ --wui-red-4: #580314;
610
+ --wui-red-5: #68071b;
611
+ --wui-red-6: #7a1725;
612
+ --wui-red-7: #952634;
613
+ --wui-red-8: #c23244;
614
+ --wui-red-9: #ff2b51;
615
+ --wui-red-10: #f00e45;
616
+ --wui-red-11: #ff8e93;
617
+ --wui-red-12: #ffcfce;
618
+ --wui-red-alpha-1: #fe00000f;
619
+ --wui-red-alpha-2: #f8170017;
620
+ --wui-red-alpha-3: #fc000036;
621
+ --wui-red-alpha-4: #ff00004d;
622
+ --wui-red-alpha-5: #ff00045e;
623
+ --wui-red-alpha-6: #fd192173;
624
+ --wui-red-alpha-7: #ff333d8f;
625
+ --wui-red-alpha-8: #ff3b4ebf;
626
+ --wui-red-alpha-9: #ff2b51;
627
+ --wui-red-alpha-10: #ff0e46f0;
628
+ --wui-red-alpha-11: #ff8e93;
629
+ --wui-red-alpha-12: #ffcfce;
630
+ --wui-yellow-1: #171811;
631
+ --wui-yellow-2: #1c1c13;
632
+ --wui-yellow-3: #292a16;
633
+ --wui-yellow-4: #353615;
634
+ --wui-yellow-5: #414218;
635
+ --wui-yellow-6: #4e4f1c;
636
+ --wui-yellow-7: #5c5e20;
637
+ --wui-yellow-8: #6d6f22;
638
+ --wui-yellow-9: #bcbf19;
639
+ --wui-yellow-10: #b1b400;
640
+ --wui-yellow-11: #cbcf4b;
641
+ --wui-yellow-12: #eaeeae;
642
+ --wui-yellow-alpha-1: #f0560008;
643
+ --wui-yellow-alpha-2: #fc8c000d;
644
+ --wui-yellow-alpha-3: #fdd3001c;
645
+ --wui-yellow-alpha-4: #fce20029;
646
+ --wui-yellow-alpha-5: #fcea0036;
647
+ --wui-yellow-alpha-6: #fcef0042;
648
+ --wui-yellow-alpha-7: #fdf60e52;
649
+ --wui-yellow-alpha-8: #fdf91863;
650
+ --wui-yellow-alpha-9: #feff13ba;
651
+ --wui-yellow-alpha-10: #feff00ad;
652
+ --wui-yellow-alpha-11: #fbff54cc;
653
+ --wui-yellow-alpha-12: #fbfeb8ed;
654
+ --wui-orange-1: #1c1514;
655
+ --wui-orange-2: #211816;
656
+ --wui-orange-3: #391a12;
657
+ --wui-orange-4: #4e190b;
658
+ --wui-orange-5: #5c2010;
659
+ --wui-orange-6: #6c2d1c;
660
+ --wui-orange-7: #833d2a;
661
+ --wui-orange-8: #a95038;
662
+ --wui-orange-9: #d1451a;
663
+ --wui-orange-10: #c23600;
664
+ --wui-orange-11: #ff9271;
665
+ --wui-orange-12: #f9d4ca;
666
+ --wui-orange-alpha-1: #fc03000d;
667
+ --wui-orange-alpha-2: #f5310012;
668
+ --wui-orange-alpha-3: #fe2e002b;
669
+ --wui-orange-alpha-4: #fc220042;
670
+ --wui-orange-alpha-5: #fd360052;
671
+ --wui-orange-alpha-6: #fd520863;
672
+ --wui-orange-alpha-7: #ff672c7a;
673
+ --wui-orange-alpha-8: #fe7040a3;
674
+ --wui-orange-alpha-9: #ff5117cf;
675
+ --wui-orange-alpha-10: #ff4100bf;
676
+ --wui-orange-alpha-11: #ff9271;
677
+ --wui-orange-alpha-12: #ffd8cefa;
678
+ --wui-error-1: #1d1514;
679
+ --wui-error-2: #231615;
680
+ --wui-error-3: #3d1414;
681
+ --wui-error-4: #521013;
682
+ --wui-error-5: #62171a;
683
+ --wui-error-6: #732426;
684
+ --wui-error-7: #8c3434;
685
+ --wui-error-8: #b54546;
686
+ --wui-error-9: #e5484d;
687
+ --wui-error-10: #d63941;
688
+ --wui-error-11: #ff8f8b;
689
+ --wui-error-12: #ffd2ce;
690
+ --wui-error-alpha-1: #fd04000d;
691
+ --wui-error-alpha-2: #f7170014;
692
+ --wui-error-alpha-3: #fb0c0030;
693
+ --wui-error-alpha-4: #fd010047;
694
+ --wui-error-alpha-5: #fe190059;
695
+ --wui-error-alpha-6: #ff38226b;
696
+ --wui-error-alpha-7: #fe4f3e85;
697
+ --wui-error-alpha-8: #fe5a52b0;
698
+ --wui-error-alpha-9: #fe4e52e3;
699
+ --wui-error-alpha-10: #fe4046d4;
700
+ --wui-error-alpha-11: #ff8f8b;
701
+ --wui-error-alpha-12: #ffd2ce;
702
+ --wui-success-1: #121915;
703
+ --wui-success-2: #151e18;
704
+ --wui-success-3: #172e21;
705
+ --wui-success-4: #153c27;
706
+ --wui-success-5: #1b4931;
707
+ --wui-success-6: #23573c;
708
+ --wui-success-7: #2b6848;
709
+ --wui-success-8: #327c55;
710
+ --wui-success-9: #30a46c;
711
+ --wui-success-10: #1d9760;
712
+ --wui-success-11: #63d196;
713
+ --wui-success-12: #b2f1cb;
714
+ --wui-success-alpha-1: #90d60005;
715
+ --wui-success-alpha-2: #9ef9000a;
716
+ --wui-success-alpha-3: #53f9001c;
717
+ --wui-success-alpha-4: #2ffd1d29;
718
+ --wui-success-alpha-5: #43ff4e38;
719
+ --wui-success-alpha-6: #54fd6d47;
720
+ --wui-success-alpha-7: #5dff8059;
721
+ --wui-success-alpha-8: #5eff8e70;
722
+ --wui-success-alpha-9: #45fe979c;
723
+ --wui-success-alpha-10: #28fe8c8f;
724
+ --wui-success-alpha-11: #78ffb1cc;
725
+ --wui-success-alpha-12: #bcffd6f0;
726
+ --wui-warning-1: #181711;
727
+ --wui-warning-2: #1e1d14;
728
+ --wui-warning-3: #2b270c;
729
+ --wui-warning-4: #352f00;
730
+ --wui-warning-5: #403800;
731
+ --wui-warning-6: #4d450e;
732
+ --wui-warning-7: #5f5720;
733
+ --wui-warning-8: #796f2b;
734
+ --wui-warning-9: #ffe629;
735
+ --wui-warning-10: #f1dd4e;
736
+ --wui-warning-11: #f2dd4f;
737
+ --wui-warning-12: #f4edb8;
738
+ --wui-warning-alpha-1: #f333000a;
739
+ --wui-warning-alpha-2: #fe8d000f;
740
+ --wui-warning-alpha-3: #feac001c;
741
+ --wui-warning-alpha-4: #fcb50029;
742
+ --wui-warning-alpha-5: #fcbc0033;
743
+ --wui-warning-alpha-6: #fccc0042;
744
+ --wui-warning-alpha-7: #fdd90e54;
745
+ --wui-warning-alpha-8: #fddf2e70;
746
+ --wui-warning-alpha-9: #ffe629;
747
+ --wui-warning-alpha-10: #fee950f2;
748
+ --wui-warning-alpha-11: #fee851f2;
749
+ --wui-warning-alpha-12: #fef7bef5;
750
+ --wui-gray-1: #0d162d;
751
+ --wui-gray-2: #131c35;
752
+ --wui-gray-3: #172448;
753
+ --wui-gray-4: #1c2a50;
754
+ --wui-gray-5: #223057;
755
+ --wui-gray-6: #293860;
756
+ --wui-gray-7: #36466f;
757
+ --wui-gray-8: #4e5f8a;
758
+ --wui-gray-9: #5b6d98;
759
+ --wui-gray-10: #687aa7;
760
+ --wui-gray-11: #9fb3e3;
761
+ --wui-gray-12: #e4eeff;
762
+ --wui-gray-alpha-1: #0017f605;
763
+ --wui-gray-alpha-2: #437cf60f;
764
+ --wui-gray-alpha-3: #4177ff26;
765
+ --wui-gray-alpha-4: #5283fd2e;
766
+ --wui-gray-alpha-5: #638fff38;
767
+ --wui-gray-alpha-6: #719afe42;
768
+ --wui-gray-alpha-7: #84a8fe54;
769
+ --wui-gray-alpha-8: #98b7ff73;
770
+ --wui-gray-alpha-9: #a0bcfe85;
771
+ --wui-gray-alpha-10: #a4bffe96;
772
+ --wui-gray-alpha-11: #b4caffde;
773
+ --wui-gray-alpha-12: #e4eeff;
774
+ --wui-vendor-hubspot-1: #1d1513;
775
+ --wui-vendor-hubspot-2: #231815;
776
+ --wui-vendor-hubspot-3: #3b1a12;
777
+ --wui-vendor-hubspot-4: #511609;
778
+ --wui-vendor-hubspot-5: #601d0d;
779
+ --wui-vendor-hubspot-6: #702a1a;
780
+ --wui-vendor-hubspot-7: #883a27;
781
+ --wui-vendor-hubspot-8: #af4a33;
782
+ --wui-vendor-hubspot-9: #ff5c36;
783
+ --wui-vendor-hubspot-10: #f14f28;
784
+ --wui-vendor-hubspot-11: #ff9578;
785
+ --wui-vendor-hubspot-12: #ffd5ca;
786
+ --wui-vendor-hubspot-surface: #361a0280;
787
+ --wui-vendor-hubspot-contrast: #ffffff;
788
+ --wui-vendor-marketo-1: #141621;
789
+ --wui-vendor-marketo-2: #161827;
790
+ --wui-vendor-marketo-3: #1f234a;
791
+ --wui-vendor-marketo-4: #262a66;
792
+ --wui-vendor-marketo-5: #2f3476;
793
+ --wui-vendor-marketo-6: #383f83;
794
+ --wui-vendor-marketo-7: #444c97;
795
+ --wui-vendor-marketo-8: #515ab4;
796
+ --wui-vendor-marketo-9: #4c50cc;
797
+ --wui-vendor-marketo-10: #4040bb;
798
+ --wui-vendor-marketo-11: #9faeff;
799
+ --wui-vendor-marketo-12: #dae1ff;
800
+ --wui-vendor-marketo-surface: #1c1a2680;
801
+ --wui-vendor-marketo-contrast: #ffffff;
802
+ --wui-vendor-pardot-1: #0e191f;
803
+ --wui-vendor-pardot-2: #111d24;
804
+ --wui-vendor-pardot-3: #092c3d;
805
+ --wui-vendor-pardot-4: #003752;
806
+ --wui-vendor-pardot-5: #004463;
807
+ --wui-vendor-pardot-6: #055274;
808
+ --wui-vendor-pardot-7: #15648a;
809
+ --wui-vendor-pardot-8: #197ba9;
810
+ --wui-vendor-pardot-9: #00a1e0;
811
+ --wui-vendor-pardot-10: #0095d3;
812
+ --wui-vendor-pardot-11: #62c3f8;
813
+ --wui-vendor-pardot-12: #bfe7ff;
814
+ --wui-vendor-pardot-surface: #12242080;
815
+ --wui-vendor-pardot-contrast: #ffffff;
816
816
  `;
817
817
 
818
818
  // src/css/designTokens/colorAlias.tsx
819
819
  import { css as css4 } from "styled-components";
820
820
  var colorAliasTokens = css4`
821
- --color-bg-app: var(--app-background);
821
+ --wui-color-bg-app: var(--wui-app-background);
822
822
 
823
823
  /* --- Default --- */
824
- --color-bg-fill: var(--blue-9);
825
- --color-bg-fill-active: var(--blue-12);
826
- --color-bg-fill-hover: var(--blue-10);
827
- --color-bg-surface: var(--gray-1);
828
- --color-bg-surface-active: var(--gray-4);
829
- --color-bg-surface-hover: var(--gray-3);
830
- --color-bg-surface-secondary: var(--gray-3);
831
- --color-bg-surface-secondary-active: var(--gray-5);
832
- --color-bg-surface-secondary-hover: var(--gray-4);
833
- --color-bg-surface-tertiary: var(--gray-5);
834
- --color-border: var(--gray-6);
835
- --color-border-hover: var(--gray-8);
836
- --color-border-active: var(--gray-9);
837
- --color-border-secondary: var(--gray-8);
838
- --color-border-secondary-hover: var(--gray-10);
839
- --color-border-secondary-active: var(--gray-11);
840
- --color-icon: var(--gray-11);
841
- --color-icon-on-fill: var(--gray-contrast);
842
- --color-text: var(--gray-12);
843
- --color-text-high-contrast: var(--gray-12);
844
- --color-text-link: var(--blue-9);
845
- --color-text-on-fill: var(--gray-contrast);
846
- --color-text-secondary: var(--gray-11);
824
+ --wui-color-bg-fill: var(--wui-blue-9);
825
+ --wui-color-bg-fill-active: var(--wui-blue-12);
826
+ --wui-color-bg-fill-hover: var(--wui-blue-10);
827
+ --wui-color-bg-surface: var(--wui-gray-surface);
828
+ --wui-color-bg-surface-active: var(--wui-gray-4);
829
+ --wui-color-bg-surface-hover: var(--wui-gray-3);
830
+ --wui-color-bg-surface-secondary: var(--wui-gray-3);
831
+ --wui-color-bg-surface-secondary-active: var(--wui-gray-5);
832
+ --wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
833
+ --wui-color-bg-surface-tertiary: var(--wui-gray-5);
834
+ --wui-color-border: var(--wui-gray-6);
835
+ --wui-color-border-hover: var(--wui-gray-8);
836
+ --wui-color-border-active: var(--wui-gray-9);
837
+ --wui-color-border-secondary: var(--wui-gray-8);
838
+ --wui-color-border-secondary-hover: var(--wui-gray-10);
839
+ --wui-color-border-secondary-active: var(--wui-gray-11);
840
+ --wui-color-icon: var(--wui-gray-11);
841
+ --wui-color-icon-on-fill: var(--wui-gray-contrast);
842
+ --wui-color-text: var(--wui-gray-12);
843
+ --wui-color-text-high-contrast: var(--wui-gray-12);
844
+ --wui-color-text-link: var(--wui-blue-9);
845
+ --wui-color-text-on-fill: var(--wui-gray-contrast);
846
+ --wui-color-text-secondary: var(--wui-gray-11);
847
847
 
848
848
  /* --- Semantic --- */
849
849
 
850
850
  /* Error */
851
- --color-bg-fill-active-error: var(--error-11);
852
- --color-bg-fill-error: var(--error-9);
853
- --color-bg-fill-hover-error: var(--error-10);
854
- --color-bg-surface-active-error: var(--error-4);
855
- --color-bg-surface-error: var(--error-surface);
856
- --color-bg-surface-hover-error: var(--error-3);
857
- --color-bg-surface-secondary-active-error: var(--error-5);
858
- --color-bg-surface-secondary-error: var(--error-3);
859
- --color-bg-surface-secondary-hover-error: var(--error-4);
860
- --color-bg-surface-tertiary-error: var(--error-5);
861
- --color-border-error: var(--error-6);
862
- --color-border-hover-errror: var(--error-8);
863
- --color-border-active-error: var(--error-9);
864
- --color-border-secondary-error: var(--error-8);
865
- --color-border-secondary-hover-error: var(--error-10);
866
- --color-border-secondary-active-error: var(--error-11);
867
- --color-icon-error: var(--error-11);
868
- --color-icon-on-fill-error: var(--error-contrast);
869
- --color-text-error: var(--error-11);
870
- --color-text-high-contrast-error: var(--error-12);
871
- --color-text-link-error: var(--error-11);
872
- --color-text-on-fill-error: var(--error-contrast);
873
- --color-text-secondary-error: var(--error-11);
851
+ --wui-color-bg-fill-active-error: var(--wui-error-11);
852
+ --wui-color-bg-fill-error: var(--wui-error-9);
853
+ --wui-color-bg-fill-hover-error: var(--wui-error-10);
854
+ --wui-color-bg-surface-active-error: var(--wui-error-4);
855
+ --wui-color-bg-surface-error: var(--wui-error-surface);
856
+ --wui-color-bg-surface-hover-error: var(--wui-error-3);
857
+ --wui-color-bg-surface-secondary-active-error: var(--wui-error-5);
858
+ --wui-color-bg-surface-secondary-error: var(--wui-error-3);
859
+ --wui-color-bg-surface-secondary-hover-error: var(--wui-error-4);
860
+ --wui-color-bg-surface-tertiary-error: var(--wui-error-5);
861
+ --wui-color-border-error: var(--wui-error-6);
862
+ --wui-color-border-hover-errror: var(--wui-error-8);
863
+ --wui-color-border-active-error: var(--wui-error-9);
864
+ --wui-color-border-secondary-error: var(--wui-error-8);
865
+ --wui-color-border-secondary-hover-error: var(--wui-error-10);
866
+ --wui-color-border-secondary-active-error: var(--wui-error-11);
867
+ --wui-color-icon-error: var(--wui-error-11);
868
+ --wui-color-icon-on-fill-error: var(--wui-error-contrast);
869
+ --wui-color-text-error: var(--wui-error-11);
870
+ --wui-color-text-high-contrast-error: var(--wui-error-12);
871
+ --wui-color-text-link-error: var(--wui-error-11);
872
+ --wui-color-text-on-fill-error: var(--wui-error-contrast);
873
+ --wui-color-text-secondary-error: var(--wui-error-11);
874
874
 
875
875
  /* Info */
876
- --color-bg-fill-active-info: var(--blue-11);
877
- --color-bg-fill-hover-info: var(--blue-10);
878
- --color-bg-fill-info: var(--blue-9);
879
- --color-bg-surface-active-info: var(--blue-4);
880
- --color-bg-surface-hover-info: var(--blue-3);
881
- --color-bg-surface-info: var(--blue-surface);
882
- --color-bg-surface-secondary-active-info: var(--blue-5);
883
- --color-bg-surface-secondary-hover-info: var(--blue-4);
884
- --color-bg-surface-secondary-info: var(--blue-3);
885
- --color-bg-surface-tertiary-info: var(--blue-6);
886
- --color-border-info: var(--blue-6);
887
- --color-border-hover-info: var(--blue-8);
888
- --color-border-active-info: var(--blue-9);
889
- --color-border-secondary-info: var(--blue-8);
890
- --color-border-secondary-hover-info: var(--blue-10);
891
- --color-border-secondary-active-info: var(--blue-11);
892
- --color-icon-info: var(--blue-11);
893
- --color-icon-on-fill-info: var(--blue-contrast);
894
- --color-text-high-contrast-info: var(--blue-12);
895
- --color-text-info: var(--blue-11);
896
- --color-text-link-info: var(--blue-9);
897
- --color-text-on-fill-info: var(--blue-contrast);
898
- --color-text-secondary-info: var(--blue-11);
876
+ --wui-color-bg-fill-active-info: var(--wui-blue-11);
877
+ --wui-color-bg-fill-hover-info: var(--wui-blue-10);
878
+ --wui-color-bg-fill-info: var(--wui-blue-9);
879
+ --wui-color-bg-surface-active-info: var(--wui-blue-4);
880
+ --wui-color-bg-surface-hover-info: var(--wui-blue-3);
881
+ --wui-color-bg-surface-info: var(--wui-blue-surface);
882
+ --wui-color-bg-surface-secondary-active-info: var(--wui-blue-5);
883
+ --wui-color-bg-surface-secondary-hover-info: var(--wui-blue-4);
884
+ --wui-color-bg-surface-secondary-info: var(--wui-blue-3);
885
+ --wui-color-bg-surface-tertiary-info: var(--wui-blue-6);
886
+ --wui-color-border-info: var(--wui-blue-6);
887
+ --wui-color-border-hover-info: var(--wui-blue-8);
888
+ --wui-color-border-active-info: var(--wui-blue-9);
889
+ --wui-color-border-secondary-info: var(--wui-blue-8);
890
+ --wui-color-border-secondary-hover-info: var(--wui-blue-10);
891
+ --wui-color-border-secondary-active-info: var(--wui-blue-11);
892
+ --wui-color-icon-info: var(--wui-blue-11);
893
+ --wui-color-icon-on-fill-info: var(--wui-blue-contrast);
894
+ --wui-color-text-high-contrast-info: var(--wui-blue-12);
895
+ --wui-color-text-info: var(--wui-blue-11);
896
+ --wui-color-text-link-info: var(--wui-blue-9);
897
+ --wui-color-text-on-fill-info: var(--wui-blue-contrast);
898
+ --wui-color-text-secondary-info: var(--wui-blue-11);
899
899
 
900
900
  /* Success */
901
- --color-bg-fill-active-success: var(--success-11);
902
- --color-bg-fill-hover-success: var(--success-10);
903
- --color-bg-fill-success: var(--success-9);
904
- --color-bg-surface-active-success: var(--success-4);
905
- --color-bg-surface-hover-success: var(--success-3);
906
- --color-bg-surface-secondary-active-success: var(--success-5);
907
- --color-bg-surface-secondary-hover-success: var(--success-4);
908
- --color-bg-surface-secondary-success: var(--success-3);
909
- --color-bg-surface-success: var(--success-surface);
910
- --color-bg-surface-tertiary-success: var(--success-5);
911
- --color-border-success: var(--success-6);
912
- --color-border-hover-success: var(--success-8);
913
- --color-border-active-success: var(--success-9);
914
- --color-border-secondary-success: var(--success-8);
915
- --color-border-secondary-hover-success: var(--success-10);
916
- --color-border-secondary-active-success: var(--success-11);
917
- --color-icon-on-fill-success: var(--success-contrast);
918
- --color-icon-success: var(--success-11);
919
- --color-text-high-contrast-success: var(--success-12);
920
- --color-text-link-success: var(--success-9);
921
- --color-text-on-fill-success: var(--success-contrast);
922
- --color-text-secondary-success: var(--success-11);
923
- --color-text-success: var(--success-11);
901
+ --wui-color-bg-fill-active-success: var(--wui-success-11);
902
+ --wui-color-bg-fill-hover-success: var(--wui-success-10);
903
+ --wui-color-bg-fill-success: var(--wui-success-9);
904
+ --wui-color-bg-surface-active-success: var(--wui-success-4);
905
+ --wui-color-bg-surface-hover-success: var(--wui-success-3);
906
+ --wui-color-bg-surface-secondary-active-success: var(--wui-success-5);
907
+ --wui-color-bg-surface-secondary-hover-success: var(--wui-success-4);
908
+ --wui-color-bg-surface-secondary-success: var(--wui-success-3);
909
+ --wui-color-bg-surface-success: var(--wui-success-surface);
910
+ --wui-color-bg-surface-tertiary-success: var(--wui-success-5);
911
+ --wui-color-border-success: var(--wui-success-6);
912
+ --wui-color-border-hover-success: var(--wui-success-8);
913
+ --wui-color-border-active-success: var(--wui-success-9);
914
+ --wui-color-border-secondary-success: var(--wui-success-8);
915
+ --wui-color-border-secondary-hover-success: var(--wui-success-10);
916
+ --wui-color-border-secondary-active-success: var(--wui-success-11);
917
+ --wui-color-icon-on-fill-success: var(--wui-success-contrast);
918
+ --wui-color-icon-success: var(--wui-success-11);
919
+ --wui-color-text-high-contrast-success: var(--wui-success-12);
920
+ --wui-color-text-link-success: var(--wui-success-9);
921
+ --wui-color-text-on-fill-success: var(--wui-success-contrast);
922
+ --wui-color-text-secondary-success: var(--wui-success-11);
923
+ --wui-color-text-success: var(--wui-success-11);
924
924
 
925
925
  /* Warning */
926
- --color-bg-fill-active-warning: var(--warning-11);
927
- --color-bg-fill-hover-warning: var(--warning-10);
928
- --color-bg-fill-warning: var(--warning-9);
929
- --color-bg-surface-active-warning: var(--warning-4);
930
- --color-bg-surface-hover-warning: var(--warning-3);
931
- --color-bg-surface-secondary-active-warning: var(--warning-5);
932
- --color-bg-surface-secondary-hover-warning: var(--warning-4);
933
- --color-bg-surface-secondary-warning: var(--warning-3);
934
- --color-bg-surface-tertiary-warning: var(--warning-5);
935
- --color-bg-surface-warning: var(--warning-surface);
936
- --color-border-warning: var(--warning-6);
937
- --color-border-hover-warning: var(--warning-8);
938
- --color-border-active-warning: var(--warning-9);
939
- --color-border-secondary-warning: var(--warning-8);
940
- --color-border-secondary-hover-warning: var(--warning-10);
941
- --color-border-secondary-active-warning: var(--warning-11);
942
- --color-icon-on-fill-warning: var(--warning-contrast);
943
- --color-icon-warning: var(--warning-11);
944
- --color-text-high-contrast-warning: var(--warning-12);
945
- --color-text-link-warning: var(--warning-11);
946
- --color-text-on-fill-warning: var(--warning-contrast);
947
- --color-text-secondary-warning: var(--warning-11);
948
- --color-text-warning: var(--warning-11);
926
+ --wui-color-bg-fill-active-warning: var(--wui-warning-11);
927
+ --wui-color-bg-fill-hover-warning: var(--wui-warning-10);
928
+ --wui-color-bg-fill-warning: var(--wui-warning-9);
929
+ --wui-color-bg-surface-active-warning: var(--wui-warning-4);
930
+ --wui-color-bg-surface-hover-warning: var(--wui-warning-3);
931
+ --wui-color-bg-surface-secondary-active-warning: var(--wui-warning-5);
932
+ --wui-color-bg-surface-secondary-hover-warning: var(--wui-warning-4);
933
+ --wui-color-bg-surface-secondary-warning: var(--wui-warning-3);
934
+ --wui-color-bg-surface-tertiary-warning: var(--wui-warning-5);
935
+ --wui-color-bg-surface-warning: var(--wui-warning-surface);
936
+ --wui-color-border-warning: var(--wui-warning-6);
937
+ --wui-color-border-hover-warning: var(--wui-warning-8);
938
+ --wui-color-border-active-warning: var(--wui-warning-9);
939
+ --wui-color-border-secondary-warning: var(--wui-warning-8);
940
+ --wui-color-border-secondary-hover-warning: var(--wui-warning-10);
941
+ --wui-color-border-secondary-active-warning: var(--wui-warning-11);
942
+ --wui-color-icon-on-fill-warning: var(--wui-warning-contrast);
943
+ --wui-color-icon-warning: var(--wui-warning-11);
944
+ --wui-color-text-high-contrast-warning: var(--wui-warning-12);
945
+ --wui-color-text-link-warning: var(--wui-warning-11);
946
+ --wui-color-text-on-fill-warning: var(--wui-warning-contrast);
947
+ --wui-color-text-secondary-warning: var(--wui-warning-11);
948
+ --wui-color-text-warning: var(--wui-warning-11);
949
949
 
950
950
  /* --- Accent --- */
951
951
 
952
952
  /* Blue */
953
- --color-bg-fill-active-blue: var(--blue-11);
954
- --color-bg-fill-blue: var(--blue-9);
955
- --color-bg-fill-hover-blue: var(--blue-10);
956
- --color-bg-surface-active-blue: var(--blue-4);
957
- --color-bg-surface-blue: var(--blue-surface);
958
- --color-bg-surface-hover-blue: var(--blue-3);
959
- --color-bg-surface-secondary-active-blue: var(--blue-5);
960
- --color-bg-surface-secondary-blue: var(--blue-3);
961
- --color-bg-surface-secondary-hover-blue: var(--blue-4);
962
- --color-bg-surface-tertiary-blue: var(--blue-5);
963
- --color-border-blue: var(--blue-6);
964
- --color-border-hover-blue: var(--blue-8);
965
- --color-border-active-blue: var(--blue-9);
966
- --color-border-secondary-blue: var(--blue-8);
967
- --color-border-secondary-hover-blue: var(--blue-10);
968
- --color-border-secondary-active-blue: var(--blue-11);
969
- --color-icon-blue: var(--blue-11);
970
- --color-icon-on-fill-blue: var(--blue-contrast);
971
- --color-text-blue: var(--blue-11);
972
- --color-text-high-contrast-blue: var(--blue-12);
973
- --color-text-link-blue: var(--blue-9);
974
- --color-text-on-fill-blue: var(--blue-contrast);
975
- --color-text-secondary-blue: var(--blue-5);
953
+ --wui-color-bg-fill-active-blue: var(--wui-blue-11);
954
+ --wui-color-bg-fill-blue: var(--wui-blue-9);
955
+ --wui-color-bg-fill-hover-blue: var(--wui-blue-10);
956
+ --wui-color-bg-surface-active-blue: var(--wui-blue-4);
957
+ --wui-color-bg-surface-blue: var(--wui-blue-surface);
958
+ --wui-color-bg-surface-hover-blue: var(--wui-blue-3);
959
+ --wui-color-bg-surface-secondary-active-blue: var(--wui-blue-5);
960
+ --wui-color-bg-surface-secondary-blue: var(--wui-blue-3);
961
+ --wui-color-bg-surface-secondary-hover-blue: var(--wui-blue-4);
962
+ --wui-color-bg-surface-tertiary-blue: var(--wui-blue-5);
963
+ --wui-color-border-blue: var(--wui-blue-6);
964
+ --wui-color-border-hover-blue: var(--wui-blue-8);
965
+ --wui-color-border-active-blue: var(--wui-blue-9);
966
+ --wui-color-border-secondary-blue: var(--wui-blue-8);
967
+ --wui-color-border-secondary-hover-blue: var(--wui-blue-10);
968
+ --wui-color-border-secondary-active-blue: var(--wui-blue-11);
969
+ --wui-color-icon-blue: var(--wui-blue-11);
970
+ --wui-color-icon-on-fill-blue: var(--wui-blue-contrast);
971
+ --wui-color-text-blue: var(--wui-blue-11);
972
+ --wui-color-text-high-contrast-blue: var(--wui-blue-12);
973
+ --wui-color-text-link-blue: var(--wui-blue-9);
974
+ --wui-color-text-on-fill-blue: var(--wui-blue-contrast);
975
+ --wui-color-text-secondary-blue: var(--wui-blue-5);
976
976
 
977
977
  /* Green */
978
- --color-bg-fill-active-green: var(--green-11);
979
- --color-bg-fill-green: var(--green-9);
980
- --color-bg-fill-hover-green: var(--green-10);
981
- --color-bg-surface-active-green: var(--green-4);
982
- --color-bg-surface-green: var(--green-surface);
983
- --color-bg-surface-hover-green: var(--green-3);
984
- --color-bg-surface-secondary-active-green: var(--green-5);
985
- --color-bg-surface-secondary-green: var(--green-3);
986
- --color-bg-surface-secondary-hover-green: var(--green-4);
987
- --color-bg-surface-tertiary-green: var(--green-5);
988
- --color-border-green: var(--green-6);
989
- --color-border-hover-green: var(--green-8);
990
- --color-border-active-green: var(--green-9);
991
- --color-border-secondary-green: var(--green-8);
992
- --color-border-secondary-hover-green: var(--green-10);
993
- --color-border-secondary-active-green: var(--green-11);
994
- --color-icon-green: var(--green-11);
995
- --color-icon-on-fill-green: var(--green-contrast);
996
- --color-text-green: var(--green-11);
997
- --color-text-high-contrast-green: var(--green-12);
998
- --color-text-link-green: var(--green-11);
999
- --color-text-on-fill-green: var(--green-contrast);
1000
- --color-text-secondary-green: var(--green-10);
978
+ --wui-color-bg-fill-active-green: var(--wui-green-11);
979
+ --wui-color-bg-fill-green: var(--wui-green-9);
980
+ --wui-color-bg-fill-hover-green: var(--wui-green-10);
981
+ --wui-color-bg-surface-active-green: var(--wui-green-4);
982
+ --wui-color-bg-surface-green: var(--wui-green-surface);
983
+ --wui-color-bg-surface-hover-green: var(--wui-green-3);
984
+ --wui-color-bg-surface-secondary-active-green: var(--wui-green-5);
985
+ --wui-color-bg-surface-secondary-green: var(--wui-green-3);
986
+ --wui-color-bg-surface-secondary-hover-green: var(--wui-green-4);
987
+ --wui-color-bg-surface-tertiary-green: var(--wui-green-5);
988
+ --wui-color-border-green: var(--wui-green-6);
989
+ --wui-color-border-hover-green: var(--wui-green-8);
990
+ --wui-color-border-active-green: var(--wui-green-9);
991
+ --wui-color-border-secondary-green: var(--wui-green-8);
992
+ --wui-color-border-secondary-hover-green: var(--wui-green-10);
993
+ --wui-color-border-secondary-active-green: var(--wui-green-11);
994
+ --wui-color-icon-green: var(--wui-green-11);
995
+ --wui-color-icon-on-fill-green: var(--wui-green-contrast);
996
+ --wui-color-text-green: var(--wui-green-11);
997
+ --wui-color-text-high-contrast-green: var(--wui-green-12);
998
+ --wui-color-text-link-green: var(--wui-green-11);
999
+ --wui-color-text-on-fill-green: var(--wui-green-contrast);
1000
+ --wui-color-text-secondary-green: var(--wui-green-10);
1001
1001
 
1002
1002
  /* Orange */
1003
- --color-bg-fill-active-orange: var(--orange-11);
1004
- --color-bg-fill-hover-orange: var(--orange-10);
1005
- --color-bg-fill-orange: var(--orange-9);
1006
- --color-bg-surface-active-orange: var(--orange-4);
1007
- --color-bg-surface-hover-orange: var(--orange-3);
1008
- --color-bg-surface-orange: var(--orange-surface);
1009
- --color-bg-surface-secondary-active-orange: var(--orange-5);
1010
- --color-bg-surface-secondary-hover-orange: var(--orange-4);
1011
- --color-bg-surface-secondary-orange: var(--orange-3);
1012
- --color-bg-surface-tertiary-orange: var(--orange-5);
1013
- --color-border-orange: var(--orange-6);
1014
- --color-border-hover-orange: var(--orange-8);
1015
- --color-border-active-orange: var(--orange-9);
1016
- --color-border-secondary-orange: var(--orange-8);
1017
- --color-border-secondary-hover-orange: var(--orange-10);
1018
- --color-border-secondary-active-orange: var(--orange-11);
1019
- --color-icon-on-fill-orange: var(--orange-contrast);
1020
- --color-icon-orange: var(--orange-11);
1021
- --color-text-high-contrast-orange: var(--orange-12);
1022
- --color-text-link-orange: var(--orange-11);
1023
- --color-text-on-fill-orange: var(--orange-contrast);
1024
- --color-text-orange: var(--orange-11);
1025
- --color-text-secondary-orange: var(--orange-10);
1003
+ --wui-color-bg-fill-active-orange: var(--wui-orange-11);
1004
+ --wui-color-bg-fill-hover-orange: var(--wui-orange-10);
1005
+ --wui-color-bg-fill-orange: var(--wui-orange-9);
1006
+ --wui-color-bg-surface-active-orange: var(--wui-orange-4);
1007
+ --wui-color-bg-surface-hover-orange: var(--wui-orange-3);
1008
+ --wui-color-bg-surface-orange: var(--wui-orange-surface);
1009
+ --wui-color-bg-surface-secondary-active-orange: var(--wui-orange-5);
1010
+ --wui-color-bg-surface-secondary-hover-orange: var(--wui-orange-4);
1011
+ --wui-color-bg-surface-secondary-orange: var(--wui-orange-3);
1012
+ --wui-color-bg-surface-tertiary-orange: var(--wui-orange-5);
1013
+ --wui-color-border-orange: var(--wui-orange-6);
1014
+ --wui-color-border-hover-orange: var(--wui-orange-8);
1015
+ --wui-color-border-active-orange: var(--wui-orange-9);
1016
+ --wui-color-border-secondary-orange: var(--wui-orange-8);
1017
+ --wui-color-border-secondary-hover-orange: var(--wui-orange-10);
1018
+ --wui-color-border-secondary-active-orange: var(--wui-orange-11);
1019
+ --wui-color-icon-on-fill-orange: var(--wui-orange-contrast);
1020
+ --wui-color-icon-orange: var(--wui-orange-11);
1021
+ --wui-color-text-high-contrast-orange: var(--wui-orange-12);
1022
+ --wui-color-text-link-orange: var(--wui-orange-11);
1023
+ --wui-color-text-on-fill-orange: var(--wui-orange-contrast);
1024
+ --wui-color-text-orange: var(--wui-orange-11);
1025
+ --wui-color-text-secondary-orange: var(--wui-orange-10);
1026
1026
 
1027
1027
  /* Pink */
1028
- --color-bg-fill-active-pink: var(--pink-11);
1029
- --color-bg-fill-hover-pink: var(--pink-10);
1030
- --color-bg-fill-pink: var(--pink-9);
1031
- --color-bg-surface-active-pink: var(--pink-4);
1032
- --color-bg-surface-hover-pink: var(--pink-3);
1033
- --color-bg-surface-pink: var(--pink-surface);
1034
- --color-bg-surface-secondary-active-pink: var(--pink-5);
1035
- --color-bg-surface-secondary-hover-pink: var(--pink-4);
1036
- --color-bg-surface-secondary-pink: var(--pink-3);
1037
- --color-bg-surface-tertiary-pink: var(--pink-5);
1038
- --color-border-pink: var(--pink-6);
1039
- --color-border-hover-pink: var(--pink-8);
1040
- --color-border-active-pink: var(--pink-9);
1041
- --color-border-secondary-pink: var(--pink-8);
1042
- --color-border-secondary-hover-pink: var(--pink-10);
1043
- --color-border-secondary-active-pink: var(--pink-11);
1044
- --color-icon-on-fill-pink: var(--pink-contrast);
1045
- --color-icon-pink: var(--pink-11);
1046
- --color-text-high-contrast-pink: var(--pink-12);
1047
- --color-text-link-pink: var(--pink-11);
1048
- --color-text-on-fill-pink: var(--pink-contrast);
1049
- --color-text-pink: var(--pink-11);
1050
- --color-text-secondary-pink: var(--pink-10);
1028
+ --wui-color-bg-fill-active-pink: var(--wui-pink-11);
1029
+ --wui-color-bg-fill-hover-pink: var(--wui-pink-10);
1030
+ --wui-color-bg-fill-pink: var(--wui-pink-9);
1031
+ --wui-color-bg-surface-active-pink: var(--wui-pink-4);
1032
+ --wui-color-bg-surface-hover-pink: var(--wui-pink-3);
1033
+ --wui-color-bg-surface-pink: var(--wui-pink-surface);
1034
+ --wui-color-bg-surface-secondary-active-pink: var(--wui-pink-5);
1035
+ --wui-color-bg-surface-secondary-hover-pink: var(--wui-pink-4);
1036
+ --wui-color-bg-surface-secondary-pink: var(--wui-pink-3);
1037
+ --wui-color-bg-surface-tertiary-pink: var(--wui-pink-5);
1038
+ --wui-color-border-pink: var(--wui-pink-6);
1039
+ --wui-color-border-hover-pink: var(--wui-pink-8);
1040
+ --wui-color-border-active-pink: var(--wui-pink-9);
1041
+ --wui-color-border-secondary-pink: var(--wui-pink-8);
1042
+ --wui-color-border-secondary-hover-pink: var(--wui-pink-10);
1043
+ --wui-color-border-secondary-active-pink: var(--wui-pink-11);
1044
+ --wui-color-icon-on-fill-pink: var(--wui-pink-contrast);
1045
+ --wui-color-icon-pink: var(--wui-pink-11);
1046
+ --wui-color-text-high-contrast-pink: var(--wui-pink-12);
1047
+ --wui-color-text-link-pink: var(--wui-pink-11);
1048
+ --wui-color-text-on-fill-pink: var(--wui-pink-contrast);
1049
+ --wui-color-text-pink: var(--wui-pink-11);
1050
+ --wui-color-text-secondary-pink: var(--wui-pink-10);
1051
1051
 
1052
1052
  /* Purple */
1053
- --color-bg-fill-active-purple: var(--purple-11);
1054
- --color-bg-fill-hover-purple: var(--purple-10);
1055
- --color-bg-fill-purple: var(--purple-9);
1056
- --color-bg-surface-active-purple: var(--purple-4);
1057
- --color-bg-surface-hover-purple: var(--purple-3);
1058
- --color-bg-surface-purple: var(--purple-surface);
1059
- --color-bg-surface-secondary-active-purple: var(--purple-5);
1060
- --color-bg-surface-secondary-hover-purple: var(--purple-4);
1061
- --color-bg-surface-secondary-purple: var(--purple-3);
1062
- --color-bg-surface-tertiary-purple: var(--purple-5);
1063
- --color-border-purple: var(--purple-6);
1064
- --color-border-hover-purple: var(--purple-8);
1065
- --color-border-active-purple: var(--purple-9);
1066
- --color-border-secondary-purple: var(--purple-8);
1067
- --color-border-secondary-hover-purple: var(--purple-10);
1068
- --color-border-secondary-active-purple: var(--purple-11);
1069
- --color-icon-on-fill-purple: var(--purple-contrast);
1070
- --color-icon-purple: var(--purple-11);
1071
- --color-text-high-contrast-purple: var(--purple-12);
1072
- --color-text-link-purple: var(--purple-11);
1073
- --color-text-on-fill-purple: var(--purple-contrast);
1074
- --color-text-purple: var(--purple-11);
1075
- --color-text-secondary-purple: var(--purple-11);
1053
+ --wui-color-bg-fill-active-purple: var(--wui-purple-11);
1054
+ --wui-color-bg-fill-hover-purple: var(--wui-purple-10);
1055
+ --wui-color-bg-fill-purple: var(--wui-purple-9);
1056
+ --wui-color-bg-surface-active-purple: var(--wui-purple-4);
1057
+ --wui-color-bg-surface-hover-purple: var(--wui-purple-3);
1058
+ --wui-color-bg-surface-purple: var(--wui-purple-surface);
1059
+ --wui-color-bg-surface-secondary-active-purple: var(--wui-purple-5);
1060
+ --wui-color-bg-surface-secondary-hover-purple: var(--wui-purple-4);
1061
+ --wui-color-bg-surface-secondary-purple: var(--wui-purple-3);
1062
+ --wui-color-bg-surface-tertiary-purple: var(--wui-purple-5);
1063
+ --wui-color-border-purple: var(--wui-purple-6);
1064
+ --wui-color-border-hover-purple: var(--wui-purple-8);
1065
+ --wui-color-border-active-purple: var(--wui-purple-9);
1066
+ --wui-color-border-secondary-purple: var(--wui-purple-8);
1067
+ --wui-color-border-secondary-hover-purple: var(--wui-purple-10);
1068
+ --wui-color-border-secondary-active-purple: var(--wui-purple-11);
1069
+ --wui-color-icon-on-fill-purple: var(--wui-purple-contrast);
1070
+ --wui-color-icon-purple: var(--wui-purple-11);
1071
+ --wui-color-text-high-contrast-purple: var(--wui-purple-12);
1072
+ --wui-color-text-link-purple: var(--wui-purple-11);
1073
+ --wui-color-text-on-fill-purple: var(--wui-purple-contrast);
1074
+ --wui-color-text-purple: var(--wui-purple-11);
1075
+ --wui-color-text-secondary-purple: var(--wui-purple-11);
1076
1076
 
1077
1077
  /* Yellow */
1078
- --color-bg-fill-active-yellow: var(--yellow-11);
1079
- --color-bg-fill-hover-yellow: var(--yellow-10);
1080
- --color-bg-fill-yellow: var(--yellow-9);
1081
- --color-bg-surface-active-yellow: var(--yellow-4);
1082
- --color-bg-surface-hover-yellow: var(--yellow-3);
1083
- --color-bg-surface-secondary-active-yellow: var(--yellow-5);
1084
- --color-bg-surface-secondary-hover-yellow: var(--yellow-4);
1085
- --color-bg-surface-secondary-yellow: var(--yellow-3);
1086
- --color-bg-surface-tertiary-yellow: var(--yellow-5);
1087
- --color-bg-surface-yellow: var(--yellow-surface);
1088
- --color-border-yellow: var(--yellow-6);
1089
- --color-border-hover-yellow: var(--yellow-8);
1090
- --color-border-active-yellow: var(--yellow-9);
1091
- --color-border-secondary-yellow: var(--yellow-8);
1092
- --color-border-secondary-hover-yellow: var(--yellow-10);
1093
- --color-border-secondary-active-yellow: var(--yellow-11);
1094
- --color-icon-on-fill-yellow: var(--yellow-contrast);
1095
- --color-icon-yellow: var(--yellow-11);
1096
- --color-text-high-contrast-yellow: var(--yellow-12);
1097
- --color-text-link-yellow: var(--yellow-11);
1098
- --color-text-on-fill-yellow: var(--yellow-contrast);
1099
- --color-text-secondary-yellow: var(--yellow-10);
1100
- --color-text-yellow: var(--yellow-11);
1078
+ --wui-color-bg-fill-active-yellow: var(--wui-yellow-11);
1079
+ --wui-color-bg-fill-hover-yellow: var(--wui-yellow-10);
1080
+ --wui-color-bg-fill-yellow: var(--wui-yellow-9);
1081
+ --wui-color-bg-surface-active-yellow: var(--wui-yellow-4);
1082
+ --wui-color-bg-surface-hover-yellow: var(--wui-yellow-3);
1083
+ --wui-color-bg-surface-secondary-active-yellow: var(--wui-yellow-5);
1084
+ --wui-color-bg-surface-secondary-hover-yellow: var(--wui-yellow-4);
1085
+ --wui-color-bg-surface-secondary-yellow: var(--wui-yellow-3);
1086
+ --wui-color-bg-surface-tertiary-yellow: var(--wui-yellow-5);
1087
+ --wui-color-bg-surface-yellow: var(--wui-yellow-surface);
1088
+ --wui-color-border-yellow: var(--wui-yellow-6);
1089
+ --wui-color-border-hover-yellow: var(--wui-yellow-8);
1090
+ --wui-color-border-active-yellow: var(--wui-yellow-9);
1091
+ --wui-color-border-secondary-yellow: var(--wui-yellow-8);
1092
+ --wui-color-border-secondary-hover-yellow: var(--wui-yellow-10);
1093
+ --wui-color-border-secondary-active-yellow: var(--wui-yellow-11);
1094
+ --wui-color-icon-on-fill-yellow: var(--wui-yellow-contrast);
1095
+ --wui-color-icon-yellow: var(--wui-yellow-11);
1096
+ --wui-color-text-high-contrast-yellow: var(--wui-yellow-12);
1097
+ --wui-color-text-link-yellow: var(--wui-yellow-11);
1098
+ --wui-color-text-on-fill-yellow: var(--wui-yellow-contrast);
1099
+ --wui-color-text-secondary-yellow: var(--wui-yellow-10);
1100
+ --wui-color-text-yellow: var(--wui-yellow-11);
1101
1101
 
1102
1102
  /* --- Misc --- */
1103
- --color-bg-fill-white: #ffffff;
1104
- --color-bg-nav: var(--blue-600);
1105
- --color-focus-color: var(--blue-9);
1106
- --color-notification-pill-color: var(--pink-9);
1107
- --color-overlay: var(--gray-alpha-9);
1108
- --color-segmented-control-checked-background: var(--bg-app);
1109
- --color-text-on-fill-white-selected: var(--blue-9);
1110
- --color-bg-tooltip: #242528;
1103
+ --wui-color-bg-fill-white: #ffffff;
1104
+ --wui-color-bg-nav: var(--wui-blue-600);
1105
+ --wui-color-focus-color: var(--wui-blue-9);
1106
+ --wui-color-notification-pill-color: var(--wui-pink-9);
1107
+ --wui-color-overlay: var(--wui-gray-alpha-9);
1108
+ --wui-color-segmented-control-checked-background: var(--wui-bg-app);
1109
+ --wui-color-text-on-fill-white-selected: var(--wui-blue-9);
1110
+ --wui-color-bg-tooltip: #242528;
1111
1111
 
1112
1112
  /* --- State --- */
1113
1113
 
1114
1114
  /* Disabled */
1115
- --color-bg-surface-disabled: var(--gray-3);
1116
- --color-icon-disabled: var(--gray-8);
1117
- --color-text-disabled: var(--gray-10);
1115
+ --wui-color-bg-surface-disabled: var(--wui-gray-3);
1116
+ --wui-color-icon-disabled: var(--wui-gray-8);
1117
+ --wui-color-text-disabled: var(--wui-gray-10);
1118
1118
 
1119
1119
  /* Selected */
1120
- --color-bg-surface-selected: var(--blue-3);
1121
- --color-bg-surface-selected-active: var(--blue-5);
1122
- --color-bg-surface-selected-hover: var(--blue-4);
1123
- --color-icon-selected: var(--blue-9);
1124
- --color-text-selected: var(--blue-9);
1125
- --color-border-selected: var(--blue-6);
1126
- --color-border-hover-selected: var(--blue-8);
1127
- --color-border-active-selected: var(--blue-9);
1120
+ --wui-color-bg-surface-selected: var(--wui-blue-3);
1121
+ --wui-color-bg-surface-selected-active: var(--wui-blue-5);
1122
+ --wui-color-bg-surface-selected-hover: var(--wui-blue-4);
1123
+ --wui-color-icon-selected: var(--wui-blue-9);
1124
+ --wui-color-text-selected: var(--wui-blue-9);
1125
+ --wui-color-border-selected: var(--wui-blue-6);
1126
+ --wui-color-border-hover-selected: var(--wui-blue-8);
1127
+ --wui-color-border-active-selected: var(--wui-blue-9);
1128
1128
  `;
1129
1129
 
1130
1130
  // src/css/designTokens/borderRadius.tsx
1131
1131
  import { css as css5 } from "styled-components";
1132
1132
  var borderRadiusTokens = css5`
1133
- --border-radius-01: 4px;
1134
- --border-radius-02: 8px;
1135
- --border-radius-03: 16px;
1136
- --border-radius-04: 20px;
1137
- --border-radius-05: 24px;
1138
- --border-radius-rounded: 1000px;
1133
+ --wui-border-radius-01: 4px;
1134
+ --wui-border-radius-02: 8px;
1135
+ --wui-border-radius-03: 16px;
1136
+ --wui-border-radius-04: 20px;
1137
+ --wui-border-radius-05: 24px;
1138
+ --wui-border-radius-rounded: 1000px;
1139
1139
  `;
1140
1140
 
1141
1141
  // src/css/designTokens/spacing.tsx
1142
1142
  import { css as css6 } from "styled-components";
1143
1143
  var spacingTokens = css6`
1144
- --space-01: 4px;
1145
- --space-02: 8px;
1146
- --space-03: 12px;
1147
- --space-04: 16px;
1148
- --space-05: 24px;
1149
- --space-06: 32px;
1150
- --space-07: 40px;
1151
- --space-08: 48px;
1152
- --space-09: 64px;
1144
+ --wui-space-01: 4px;
1145
+ --wui-space-02: 8px;
1146
+ --wui-space-03: 12px;
1147
+ --wui-space-04: 16px;
1148
+ --wui-space-05: 24px;
1149
+ --wui-space-06: 32px;
1150
+ --wui-space-07: 40px;
1151
+ --wui-space-08: 48px;
1152
+ --wui-space-09: 64px;
1153
1153
  `;
1154
1154
 
1155
1155
  // src/css/designTokens/typography.tsx
1156
1156
  import { css as css7 } from "styled-components";
1157
1157
  var typographyTokens = css7`
1158
- --typography-family-default: intervariable, sans-serif;
1159
- --typography-family-brand: 'GT Walsheim', sans-serif;
1160
- --typography-family-mono: 'IBM Plex Mono', monospace;
1158
+ --wui-typography-family-default: intervariable, sans-serif;
1159
+ --wui-typography-family-brand: 'GT Walsheim', sans-serif;
1160
+ --wui-typography-family-mono: 'IBM Plex Mono', monospace;
1161
1161
 
1162
1162
  /* Brand Weights */
1163
- --typography-weight-brand-bold: 600;
1164
- --typography-weight-brand-black: 700;
1163
+ --wui-typography-weight-brand-bold: 600;
1164
+ --wui-typography-weight-brand-black: 700;
1165
1165
 
1166
1166
  /* Heading Hero */
1167
- --typography-heading-hero-family: var(--typography-family-brand);
1168
- --typography-heading-hero-line-height: 58px;
1169
- --typography-heading-hero-size: 48px;
1170
- --typography-heading-hero-weight: var(--typography-weight-brand-black);
1167
+ --wui-typography-heading-hero-family: var(--wui-typography-family-brand);
1168
+ --wui-typography-heading-hero-line-height: 58px;
1169
+ --wui-typography-heading-hero-size: 48px;
1170
+ --wui-typography-heading-hero-weight: var(--wui-typography-weight-brand-black);
1171
1171
 
1172
1172
  /* Heading 1 */
1173
- --typography-heading-1-family: var(--typography-family-brand);
1174
- --typography-heading-1-line-height: 44px;
1175
- --typography-heading-1-size: 36px;
1176
- --typography-heading-1-weight: var(--typography-weight-brand-black);
1173
+ --wui-typography-heading-1-family: var(--wui-typography-family-brand);
1174
+ --wui-typography-heading-1-line-height: 44px;
1175
+ --wui-typography-heading-1-size: 36px;
1176
+ --wui-typography-heading-1-weight: var(--wui-typography-weight-brand-black);
1177
1177
 
1178
1178
  /* Heading 2 */
1179
- --typography-heading-2-family: var(--typography-family-brand);
1180
- --typography-heading-2-line-height: 38px;
1181
- --typography-heading-2-size: 32px;
1182
- --typography-heading-2-weight: var(--typography-weight-brand-bold);
1179
+ --wui-typography-heading-2-family: var(--wui-typography-family-brand);
1180
+ --wui-typography-heading-2-line-height: 38px;
1181
+ --wui-typography-heading-2-size: 32px;
1182
+ --wui-typography-heading-2-weight: var(--wui-typography-weight-brand-bold);
1183
1183
 
1184
1184
  /* Heading 3 */
1185
- --typography-heading-3-family: var(--typography-family-brand);
1186
- --typography-heading-3-line-height: 30px;
1187
- --typography-heading-3-size: 24px;
1188
- --typography-heading-3-weight: var(--typography-weight-brand-bold);
1185
+ --wui-typography-heading-3-family: var(--wui-typography-family-brand);
1186
+ --wui-typography-heading-3-line-height: 30px;
1187
+ --wui-typography-heading-3-size: 24px;
1188
+ --wui-typography-heading-3-weight: var(--wui-typography-weight-brand-bold);
1189
1189
 
1190
1190
  /* Heading 4 */
1191
- --typography-heading-4-family: var(--typography-family-brand);
1192
- --typography-heading-4-line-height: 24px;
1193
- --typography-heading-4-size: 18px;
1194
- --typography-heading-4-weight: var(--typography-weight-brand-bold);
1191
+ --wui-typography-heading-4-family: var(--wui-typography-family-brand);
1192
+ --wui-typography-heading-4-line-height: 24px;
1193
+ --wui-typography-heading-4-size: 18px;
1194
+ --wui-typography-heading-4-weight: var(--wui-typography-weight-brand-bold);
1195
1195
 
1196
1196
  /* Heading 5 */
1197
- --typography-heading-5-family: var(--typography-family-brand);
1198
- --typography-heading-5-line-height: 22px;
1199
- --typography-heading-5-size: 16px;
1200
- --typography-heading-5-weight: var(--typography-weight-brand-bold);
1197
+ --wui-typography-heading-5-family: var(--wui-typography-family-brand);
1198
+ --wui-typography-heading-5-line-height: 22px;
1199
+ --wui-typography-heading-5-size: 16px;
1200
+ --wui-typography-heading-5-weight: var(--wui-typography-weight-brand-bold);
1201
1201
 
1202
1202
  /* Heading 6 */
1203
- --typography-heading-6-family: var(--typography-family-brand);
1204
- --typography-heading-6-line-height: 18px;
1205
- --typography-heading-6-size: 14px;
1206
- --typography-heading-6-weight: var(--typography-weight-brand-bold);
1203
+ --wui-typography-heading-6-family: var(--wui-typography-family-brand);
1204
+ --wui-typography-heading-6-line-height: 18px;
1205
+ --wui-typography-heading-6-size: 14px;
1206
+ --wui-typography-heading-6-weight: var(--wui-typography-weight-brand-bold);
1207
1207
 
1208
1208
  /* Body Weight */
1209
- --typography-weight-body: 425;
1210
- --typography-weight-body-bold: 700;
1209
+ --wui-typography-weight-body: 425;
1210
+ --wui-typography-weight-body-bold: 700;
1211
1211
 
1212
1212
  /* Body 1 */
1213
- --typography-body-1-family: var(--typography-family-default);
1214
- --typography-body-1-line-height: 30px;
1215
- --typography-body-1-size: 20px;
1216
- --typography-body-1-weight: var(--typography-weight-body);
1217
- --typography-body-1-paragraph-spacing: 16px;
1213
+ --wui-typography-body-1-family: var(--wui-typography-family-default);
1214
+ --wui-typography-body-1-line-height: 30px;
1215
+ --wui-typography-body-1-size: 20px;
1216
+ --wui-typography-body-1-weight: var(--wui-typography-weight-body);
1217
+ --wui-typography-body-1-paragraph-spacing: 16px;
1218
1218
 
1219
1219
  /* Body 2 */
1220
- --typography-body-2-family: var(--typography-family-default);
1221
- --typography-body-2-line-height: 26px;
1222
- --typography-body-2-size: 16px;
1223
- --typography-body-2-weight: var(--typography-weight-body);
1224
- --typography-body-2-paragraph-spacing: 12px;
1220
+ --wui-typography-body-2-family: var(--wui-typography-family-default);
1221
+ --wui-typography-body-2-line-height: 26px;
1222
+ --wui-typography-body-2-size: 16px;
1223
+ --wui-typography-body-2-weight: var(--wui-typography-weight-body);
1224
+ --wui-typography-body-2-paragraph-spacing: 12px;
1225
1225
 
1226
1226
  /* Body 3 */
1227
- --typography-body-3-family: var(--typography-family-default);
1228
- --typography-body-3-line-height: 22px;
1229
- --typography-body-3-size: 14px;
1230
- --typography-body-3-weight: var(--typography-weight-body);
1231
- --typography-body-3-paragraph-spacing: 8px;
1227
+ --wui-typography-body-3-family: var(--wui-typography-family-default);
1228
+ --wui-typography-body-3-line-height: 22px;
1229
+ --wui-typography-body-3-size: 14px;
1230
+ --wui-typography-body-3-weight: var(--wui-typography-weight-body);
1231
+ --wui-typography-body-3-paragraph-spacing: 8px;
1232
1232
 
1233
1233
  /* Body 4 */
1234
- --typography-body-4-family: var(--typography-family-default);
1235
- --typography-body-4-line-height: 18px;
1236
- --typography-body-4-size: 12px;
1237
- --typography-body-4-weight: var(--typography-weight-body);
1238
- --typography-body-4-paragraph-spacing: 8px;
1234
+ --wui-typography-body-4-family: var(--wui-typography-family-default);
1235
+ --wui-typography-body-4-line-height: 18px;
1236
+ --wui-typography-body-4-size: 12px;
1237
+ --wui-typography-body-4-weight: var(--wui-typography-weight-body);
1238
+ --wui-typography-body-4-paragraph-spacing: 8px;
1239
1239
 
1240
1240
  /* Label Weight */
1241
- --typography-weight-label: 475;
1242
- --typography-weight-label-bold: 600;
1241
+ --wui-typography-weight-label: 475;
1242
+ --wui-typography-weight-label-bold: 600;
1243
1243
 
1244
1244
  /* Label 1 */
1245
- --typography-label-1-family: var(--typography-family-default);
1246
- --typography-label-1-line-height: 24px;
1247
- --typography-label-1-size: 18px;
1248
- --typography-label-1-weight: var(--typography-weight-label);
1245
+ --wui-typography-label-1-family: var(--wui-typography-family-default);
1246
+ --wui-typography-label-1-line-height: 24px;
1247
+ --wui-typography-label-1-size: 18px;
1248
+ --wui-typography-label-1-weight: var(--wui-typography-weight-label);
1249
1249
 
1250
1250
  /* Label 2 */
1251
- --typography-label-2-family: var(--typography-family-default);
1252
- --typography-label-2-line-height: 18px;
1253
- --typography-label-2-size: 16px;
1254
- --typography-label-2-weight: var(--typography-weight-label);
1251
+ --wui-typography-label-2-family: var(--wui-typography-family-default);
1252
+ --wui-typography-label-2-line-height: 18px;
1253
+ --wui-typography-label-2-size: 16px;
1254
+ --wui-typography-label-2-weight: var(--wui-typography-weight-label);
1255
1255
 
1256
1256
  /* Label 3 */
1257
- --typography-label-3-family: var(--typography-family-default);
1258
- --typography-label-3-line-height: 16px;
1259
- --typography-label-3-size: 14px;
1260
- --typography-label-3-weight: var(--typography-weight-label);
1257
+ --wui-typography-label-3-family: var(--wui-typography-family-default);
1258
+ --wui-typography-label-3-line-height: 16px;
1259
+ --wui-typography-label-3-size: 14px;
1260
+ --wui-typography-label-3-weight: var(--wui-typography-weight-label);
1261
1261
 
1262
1262
  /* Label 4 */
1263
- --typography-label-4-family: var(--typography-family-default);
1264
- --typography-label-4-line-height: 14px;
1265
- --typography-label-4-size: 12px;
1266
- --typography-label-4-weight: var(--typography-weight-label);
1263
+ --wui-typography-label-4-family: var(--wui-typography-family-default);
1264
+ --wui-typography-label-4-line-height: 14px;
1265
+ --wui-typography-label-4-size: 12px;
1266
+ --wui-typography-label-4-weight: var(--wui-typography-weight-label);
1267
1267
  `;
1268
1268
 
1269
1269
  // src/css/designTokens/index.tsx
@@ -1544,29 +1544,29 @@ var colorSchemeSchema = [
1544
1544
  { token: "icon-on-fill", step: "contrast" }
1545
1545
  ];
1546
1546
  var defaultScheme = css9`
1547
- --color-bg-surface: var(--gray-surface);
1548
- --color-bg-surface-hover: var(--gray-3);
1549
- --color-bg-surface-active: var(--gray-4);
1550
- --color-bg-surface-secondary: var(--gray-3);
1551
- --color-bg-surface-secondary-hover: var(--gray-4);
1552
- --color-bg-surface-secondary-active: var(--gray-5);
1553
- --color-bg-surface-tertiary: var(--gray-5);
1554
- --color-bg-fill: var(--blue-9);
1555
- --color-bg-fill-hover: var(--blue-10);
1556
- --color-bg-fill-active: var(--blue-12);
1557
- --color-text: var(--gray-12);
1558
- --color-text-high-contrast: var(--gray-12);
1559
- --color-text-link: var(--blue-9);
1560
- --color-text-secondary: var(--gray-11);
1561
- --color-text-on-fill: var(--gray-contrast);
1562
- --color-border: var(--gray-6);
1563
- --color-border-hover: var(--gray-8);
1564
- --color-border-active: var(--gray-9);
1565
- --color-border-secondary: var(--gray-8);
1566
- --color-border-secondary-hover: var(--gray-10);
1567
- --color-border-secondary-active: var(--gray-11);
1568
- --color-icon: var(--gray-11);
1569
- --color-icon-on-fill: var(--gray-contrast);
1547
+ --wui-color-bg-surface: var(--wui-gray-surface);
1548
+ --wui-color-bg-surface-hover: var(--wui-gray-3);
1549
+ --wui-color-bg-surface-active: var(--wui-gray-4);
1550
+ --wui-color-bg-surface-secondary: var(--wui-gray-3);
1551
+ --wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
1552
+ --wui-color-bg-surface-secondary-active: var(--wui-gray-5);
1553
+ --wui-color-bg-surface-tertiary: var(--wui-gray-5);
1554
+ --wui-color-bg-fill: var(--wui-blue-9);
1555
+ --wui-color-bg-fill-hover: var(--wui-blue-10);
1556
+ --wui-color-bg-fill-active: var(--wui-blue-12);
1557
+ --wui-color-text: var(--wui-gray-12);
1558
+ --wui-color-text-high-contrast: var(--wui-gray-12);
1559
+ --wui-color-text-link: var(--wui-blue-9);
1560
+ --wui-color-text-secondary: var(--wui-gray-11);
1561
+ --wui-color-text-on-fill: var(--wui-gray-contrast);
1562
+ --wui-color-border: var(--wui-gray-6);
1563
+ --wui-color-border-hover: var(--wui-gray-8);
1564
+ --wui-color-border-active: var(--wui-gray-9);
1565
+ --wui-color-border-secondary: var(--wui-gray-8);
1566
+ --wui-color-border-secondary-hover: var(--wui-gray-10);
1567
+ --wui-color-border-secondary-active: var(--wui-gray-11);
1568
+ --wui-color-icon: var(--wui-gray-11);
1569
+ --wui-color-icon-on-fill: var(--wui-gray-contrast);
1570
1570
  `;
1571
1571
  var getColorScheme = (colorScheme) => {
1572
1572
  if (colorScheme === "inherit") {
@@ -1577,7 +1577,7 @@ var getColorScheme = (colorScheme) => {
1577
1577
  }
1578
1578
  return css9`
1579
1579
  ${colorSchemeSchema.map(({ token, step }) => {
1580
- return `--color-${token}: var(--${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
1580
+ return `--wui-color-${token}: var(--wui-${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
1581
1581
  })}
1582
1582
  `;
1583
1583
  };
@@ -1664,10 +1664,10 @@ var fontSizeScaleMultiplier = 0.55;
1664
1664
  var InitialsContainer = styled2.div`
1665
1665
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
1666
1666
  align-items: center;
1667
- background-color: var(--color-bg-fill);
1668
- border: 1px solid var(--color-border);
1667
+ background-color: var(--wui-color-bg-fill);
1668
+ border: 1px solid var(--wui-color-border);
1669
1669
  border-radius: 50%;
1670
- color: var(--color-text-on-fill);
1670
+ color: var(--wui-color-text-on-fill);
1671
1671
  display: flex;
1672
1672
  font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
1673
1673
  height: ${({ $heightAndWidth }) => $heightAndWidth}px;
@@ -1753,15 +1753,15 @@ import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
1753
1753
  var StyledBadge = styled3.div`
1754
1754
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
1755
1755
  align-items: center;
1756
- background-color: var(--color-bg-surface-secondary);
1757
- border-radius: var(--border-radius-rounded);
1758
- color: var(--color-text);
1756
+ background-color: var(--wui-color-bg-surface-secondary);
1757
+ border-radius: var(--wui-border-radius-rounded);
1758
+ color: var(--wui-color-text);
1759
1759
  display: inline-flex;
1760
- font-size: var(--typography-label-4-size);
1761
- font-weight: var(--typography-label-4-weight);
1762
- gap: var(--space-01);
1760
+ font-size: var(--wui-typography-label-4-size);
1761
+ font-weight: var(--wui-typography-label-4-weight);
1762
+ gap: var(--wui-space-01);
1763
1763
  justify-content: center;
1764
- padding: var(--space-01) var(--space-02);
1764
+ padding: var(--wui-space-01) var(--wui-space-02);
1765
1765
  width: fit-content;
1766
1766
 
1767
1767
  /* TODO should these be a token? */
@@ -1965,94 +1965,94 @@ var buttonResetCss = css10`
1965
1965
  // src/components/Button/buttonStyles.tsx
1966
1966
  import { css as css11 } from "styled-components";
1967
1967
  var buttonSmallStyles = css11`
1968
- --button-padding-vertical: var(--space-01);
1969
- --button-padding-horizontal: var(--space-02);
1970
- --button-label-padding-horizontal: var(--space-01);
1971
- --button-typography-family: var(--typography-family-default);
1972
- --button-typography-size: var(--typography-label-4-size);
1973
- --button-typography-weight: var(--typography-label-4-weight);
1968
+ --button-padding-vertical: var(--wui-space-01);
1969
+ --button-padding-horizontal: var(--wui-space-02);
1970
+ --button-label-padding-horizontal: var(--wui-space-01);
1971
+ --button-typography-family: var(--wui-typography-family-default);
1972
+ --button-typography-size: var(--wui-typography-label-4-size);
1973
+ --button-typography-weight: var(--wui-typography-label-4-weight);
1974
1974
  --button-typography-line-height: 16px;
1975
1975
  --button-icon-size: 12px;
1976
1976
  --button-label-gap: 4px;
1977
1977
  `;
1978
1978
  var buttonMediumStyles = css11`
1979
- --button-padding-vertical: var(--space-02);
1980
- --button-padding-horizontal: var(--space-02);
1979
+ --button-padding-vertical: var(--wui-space-02);
1980
+ --button-padding-horizontal: var(--wui-space-02);
1981
1981
  --button-label-padding-horizontal: 6px;
1982
- --button-typography-family: var(--typography-family-default);
1983
- --button-typography-size: var(--typography-label-3-size);
1984
- --button-typography-weight: var(--typography-label-3-weight);
1982
+ --button-typography-family: var(--wui-typography-family-default);
1983
+ --button-typography-size: var(--wui-typography-label-3-size);
1984
+ --button-typography-weight: var(--wui-typography-label-3-weight);
1985
1985
  --button-typography-line-height: 16px;
1986
1986
  --button-icon-size: 16px;
1987
1987
  --button-label-gap: 6px;
1988
1988
  `;
1989
1989
  var buttonLargeStyles = css11`
1990
- --button-padding-vertical: var(--space-02);
1991
- --button-padding-horizontal: var(--space-02);
1992
- --button-label-padding-horizontal: var(--space-02);
1993
- --button-typography-family: var(--typography-family-default);
1994
- --button-typography-size: var(--typography-label-1-size);
1995
- --button-typography-weight: var(--typography-label-1-weight);
1990
+ --button-padding-vertical: var(--wui-space-02);
1991
+ --button-padding-horizontal: var(--wui-space-02);
1992
+ --button-label-padding-horizontal: var(--wui-space-02);
1993
+ --button-typography-family: var(--wui-typography-family-default);
1994
+ --button-typography-size: var(--wui-typography-label-1-size);
1995
+ --button-typography-weight: var(--wui-typography-label-1-weight);
1996
1996
  --button-typography-line-height: 24px;
1997
1997
  --button-icon-size: 24px;
1998
1998
  --button-label-gap: 8px;
1999
1999
  `;
2000
2000
  var buttonExtraLargeStyles = css11`
2001
- --button-padding-vertical: var(--space-03);
2002
- --button-padding-horizontal: var(--space-03);
2003
- --button-label-padding-horizontal: var(--space-02);
2004
- --button-typography-family: var(--typography-family-brand);
2001
+ --button-padding-vertical: var(--wui-space-03);
2002
+ --button-padding-horizontal: var(--wui-space-03);
2003
+ --button-label-padding-horizontal: var(--wui-space-02);
2004
+ --button-typography-family: var(--wui-typography-family-brand);
2005
2005
  --button-typography-size: 18px;
2006
- --button-typography-weight: var(--typography-weight-brand-bold);
2006
+ --button-typography-weight: var(--wui-typography-weight-brand-bold);
2007
2007
  --button-typography-line-height: 24px;
2008
2008
  --button-icon-size: 24px;
2009
2009
  --button-label-gap: 8px;
2010
2010
  `;
2011
2011
  var ghostButtonVariant = css11`
2012
2012
  --button-color-bg: transparent;
2013
- --button-color-bg-hover: var(--color-bg-surface-hover);
2014
- --button-color-bg-active: var(--color-bg-surface-active);
2015
- --button-color-text: var(--color-text);
2016
- --button-color-icon: var(--color-icon);
2013
+ --button-color-bg-hover: var(--wui-color-bg-surface-hover);
2014
+ --button-color-bg-active: var(--wui-color-bg-surface-active);
2015
+ --button-color-text: var(--wui-color-text);
2016
+ --button-color-icon: var(--wui-color-icon);
2017
2017
  `;
2018
2018
  var outlineButtonVariant = css11`
2019
2019
  ${ghostButtonVariant};
2020
- --button-color-border: var(--color-border);
2020
+ --button-color-border: var(--wui-color-border);
2021
2021
 
2022
2022
  box-shadow: 0 0 0 2px var(--button-color-border) inset;
2023
2023
  `;
2024
2024
  var softButtonVariant = css11`
2025
- --button-color-bg: var(--color-bg-surface-secondary);
2026
- --button-color-bg-hover: var(--color-bg-surface-secondary-hover);
2027
- --button-color-bg-active: var(--color-bg-surface-secondary-active);
2028
- --button-color-text: var(--color-text);
2029
- --button-color-icon: var(--color-icon);
2025
+ --button-color-bg: var(--wui-color-bg-surface-secondary);
2026
+ --button-color-bg-hover: var(--wui-color-bg-surface-secondary-hover);
2027
+ --button-color-bg-active: var(--wui-color-bg-surface-secondary-active);
2028
+ --button-color-text: var(--wui-color-text);
2029
+ --button-color-icon: var(--wui-color-icon);
2030
2030
  `;
2031
2031
  var solidButtonVariant = css11`
2032
- --button-color-bg: var(--color-bg-fill);
2033
- --button-color-bg-hover: var(--color-bg-fill-hover);
2034
- --button-color-bg-active: var(--color-bg-fill-active);
2035
- --button-color-text: var(--color-text-on-fill);
2036
- --button-color-icon: var(--color-icon-on-fill);
2032
+ --button-color-bg: var(--wui-color-bg-fill);
2033
+ --button-color-bg-hover: var(--wui-color-bg-fill-hover);
2034
+ --button-color-bg-active: var(--wui-color-bg-fill-active);
2035
+ --button-color-text: var(--wui-color-text-on-fill);
2036
+ --button-color-icon: var(--wui-color-icon-on-fill);
2037
2037
  `;
2038
2038
  var disabledButtonVariant = css11`
2039
- --button-color-bg: var(--color-bg-surface-disabled);
2040
- --button-color-bg-hover: var(--color-bg-surface-disabled);
2041
- --button-color-bg-active: var(--color-bg-surface-disabled);
2042
- --button-color-text: var(--color-text-disabled);
2043
- --button-color-icon: var(--color-icon-disabled);
2044
- --button-color-border: var(--color-border-disabled);
2039
+ --button-color-bg: var(--wui-color-bg-surface-disabled);
2040
+ --button-color-bg-hover: var(--wui-color-bg-surface-disabled);
2041
+ --button-color-bg-active: var(--wui-color-bg-surface-disabled);
2042
+ --button-color-text: var(--wui-color-text-disabled);
2043
+ --button-color-icon: var(--wui-color-icon-disabled);
2044
+ --button-color-border: var(--wui-color-border-disabled);
2045
2045
  `;
2046
2046
  var pressedButtonVariant = css11`
2047
- --button-color-bg: var(--color-bg-surface-selected);
2048
- --button-color-bg-hover: var(--color-bg-surface-selected-hover);
2049
- --button-color-bg-active: var(--color-bg-surface-selected-active);
2050
- --button-color-text: var(--color-text-selected);
2051
- --button-color-icon: var(--color-icon-selected);
2052
- --button-color-border: var(--color-border-selected);
2047
+ --button-color-bg: var(--wui-color-bg-surface-selected);
2048
+ --button-color-bg-hover: var(--wui-color-bg-surface-selected-hover);
2049
+ --button-color-bg-active: var(--wui-color-bg-surface-selected-active);
2050
+ --button-color-text: var(--wui-color-text-selected);
2051
+ --button-color-icon: var(--wui-color-icon-selected);
2052
+ --button-color-border: var(--wui-color-border-selected);
2053
2053
  `;
2054
2054
  var buttonBaseStyles = css11`
2055
- border-radius: var(--border-radius-rounded);
2055
+ border-radius: var(--wui-border-radius-rounded);
2056
2056
  font-family: var(--button-typography-family);
2057
2057
  font-size: var(--button-typography-size);
2058
2058
  font-weight: var(--button-typography-weight);
@@ -2088,7 +2088,7 @@ var buttonBaseStyles = css11`
2088
2088
  &:focus-visible {
2089
2089
  &[aria-disabled='false'] {
2090
2090
  /* I need to figure out the right way to define focus ring */
2091
- outline: 2px solid var(--color-bg-fill);
2091
+ outline: 2px solid var(--wui-color-bg-fill);
2092
2092
  }
2093
2093
 
2094
2094
  &[aria-disabled='true'] {
@@ -5335,7 +5335,7 @@ var Icon = ({
5335
5335
  verticalAlign: "middle",
5336
5336
  ...style
5337
5337
  };
5338
- const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
5338
+ const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
5339
5339
  return /* @__PURE__ */ jsx160(
5340
5340
  StyledIcon,
5341
5341
  {
@@ -5380,8 +5380,8 @@ var StyledLink = styled6.a`
5380
5380
  ${({ href }) => isNil7(href) && buttonResetCss};
5381
5381
  ${({ $colorScheme }) => getColorScheme($colorScheme)}
5382
5382
  cursor: pointer;
5383
- font-family: var(--typography-family-default);
5384
- color: var(--color-text-link);
5383
+ font-family: var(--wui-typography-family-default);
5384
+ color: var(--wui-color-text-link);
5385
5385
  text-decoration: ${({ $underline }) => $underline ? "underline" : "none"};
5386
5386
  `;
5387
5387
  var Link = forwardRef2(
@@ -5627,7 +5627,7 @@ var ButtonGroupComponent = styled8.div`
5627
5627
 
5628
5628
  /* this helps ensure that primary buttons appear at the top of the column */
5629
5629
  flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
5630
- gap: var(--space-04);
5630
+ gap: var(--wui-space-04);
5631
5631
  align-items: center;
5632
5632
  justify-content: ${({ $align }) => getAlignment($align)};
5633
5633
  width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
@@ -5674,21 +5674,21 @@ import styled9, { css as css12 } from "styled-components";
5674
5674
  import { jsx as jsx164 } from "react/jsx-runtime";
5675
5675
  var requiredStyle = css12`
5676
5676
  &::after {
5677
- color: var(--color-text-error);
5677
+ color: var(--wui-color-text-error);
5678
5678
  display: inline;
5679
- padding-left: var(--space-01);
5679
+ padding-left: var(--wui-space-01);
5680
5680
  content: '*';
5681
5681
  }
5682
5682
  `;
5683
5683
  var disabledStyle = css12`
5684
- color: var(--color-text-disabled);
5684
+ color: var(--wui-color-text-disabled);
5685
5685
  `;
5686
- var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
5686
+ var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--wui-space-02)";
5687
5687
  var StyledLabel = styled9.label`
5688
5688
  display: inline-block;
5689
- font-size: var(--typography-label-1-size);
5690
- font-weight: var(--typography-label-1-weight);
5691
- line-height: var(--typography-label-1-line-height);
5689
+ font-size: var(--wui-typography-label-1-size);
5690
+ font-weight: var(--wui-typography-label-1-weight);
5691
+ line-height: var(--wui-typography-label-1-line-height);
5692
5692
  cursor: inherit;
5693
5693
  width: 100%;
5694
5694
 
@@ -5733,10 +5733,10 @@ import styled10 from "styled-components";
5733
5733
  import { isNil as isNil9 } from "@wistia/type-guards";
5734
5734
  import { jsx as jsx165 } from "react/jsx-runtime";
5735
5735
  var StyledLabelDescription = styled10.div`
5736
- color: var(--color-text-secondary);
5737
- font-size: var(--typography-body-4-size);
5738
- font-weight: var(--typography-body-4-weight);
5739
- line-height: var(--typography-body-4-line-height);
5736
+ color: var(--wui-color-text-secondary);
5737
+ font-size: var(--wui-typography-body-4-size);
5738
+ font-weight: var(--wui-typography-body-4-weight);
5739
+ line-height: var(--wui-typography-body-4-line-height);
5740
5740
  `;
5741
5741
  var LabelDescription = ({
5742
5742
  children,
@@ -5772,7 +5772,7 @@ var StyledCheckboxWrapper = styled11.div`
5772
5772
  display: flex;
5773
5773
  align-items: center;
5774
5774
  cursor: pointer;
5775
- padding: var(--space-02);
5775
+ padding: var(--wui-space-02);
5776
5776
 
5777
5777
  &:hover {
5778
5778
  /* TODO Lamp to design hover state */
@@ -5785,13 +5785,13 @@ var StyledCheckboxWrapper = styled11.div`
5785
5785
  `;
5786
5786
  var StyledCheckboxRoot = styled11(CheckboxRoot)`
5787
5787
  all: unset; /* CheckboxRoot renders as a button element, so we need to reset all styles */
5788
- background-color: var(--color-bg-fill-white);
5788
+ background-color: var(--wui-color-bg-fill-white);
5789
5789
  min-width: 16px;
5790
5790
  min-height: 16px;
5791
- border-radius: var(--border-radius-01);
5791
+ border-radius: var(--wui-border-radius-01);
5792
5792
  border-width: 1px;
5793
5793
  border-style: solid;
5794
- border-color: var(--color-border);
5794
+ border-color: var(--wui-color-border);
5795
5795
  display: flex;
5796
5796
  align-items: center;
5797
5797
  justify-content: center;
@@ -5799,14 +5799,14 @@ var StyledCheckboxRoot = styled11(CheckboxRoot)`
5799
5799
  margin-top: 3px; /* bump down slightly to mimic "align-self: center" */
5800
5800
 
5801
5801
  &[data-state='checked'] {
5802
- background-color: var(--color-bg-fill);
5802
+ background-color: var(--wui-color-bg-fill);
5803
5803
  }
5804
5804
 
5805
5805
  &[disabled] {
5806
- background-color: var(--color-bg-surface-disabled);
5806
+ background-color: var(--wui-color-bg-surface-disabled);
5807
5807
 
5808
5808
  svg path {
5809
- fill: var(--color-icon-disabled);
5809
+ fill: var(--wui-color-icon-disabled);
5810
5810
  }
5811
5811
  }
5812
5812
 
@@ -5824,7 +5824,7 @@ var StyledCheckboxIndicator = styled11(CheckboxIndicator)`
5824
5824
  var StyledLabelWrapper = styled11.div`
5825
5825
  display: flex;
5826
5826
  flex-direction: column;
5827
- padding-left: var(--space-02);
5827
+ padding-left: var(--wui-space-02);
5828
5828
  `;
5829
5829
  var Checkbox = forwardRef4(
5830
5830
  ({
@@ -5898,7 +5898,7 @@ var DividerComponent = styled12.hr`
5898
5898
  border-bottom: none;
5899
5899
  border-left: none;
5900
5900
  border-right: none;
5901
- border-top-color: var(--color-border);
5901
+ border-top-color: var(--wui-color-border);
5902
5902
  border-top-style: solid;
5903
5903
  border-top-width: ${({ $borderHeight }) => `${$borderHeight}px`};
5904
5904
  clear: both;
@@ -5984,46 +5984,46 @@ var makePolymorphic = (component) => {
5984
5984
  // src/components/Heading/Heading.tsx
5985
5985
  import { jsx as jsx169 } from "react/jsx-runtime";
5986
5986
  var heroStyle = css14`
5987
- --font-family: var(--typography-heading-hero-family);
5988
- --font-size: var(--typography-heading-hero-size);
5989
- --font-weight: var(--typography-heading-hero-weight);
5990
- --line-height: var(--typography-heading-hero-line-height);
5987
+ --font-family: var(--wui-typography-heading-hero-family);
5988
+ --font-size: var(--wui-typography-heading-hero-size);
5989
+ --font-weight: var(--wui-typography-heading-hero-weight);
5990
+ --line-height: var(--wui-typography-heading-hero-line-height);
5991
5991
  `;
5992
5992
  var heading1TextStyle = css14`
5993
- --font-family: var(--typography-heading-1-family);
5994
- --font-size: var(--typography-heading-1-size);
5995
- --font-weight: var(--typography-heading-1-weight);
5996
- --line-height: var(--typography-heading-1-line-height);
5993
+ --font-family: var(--wui-typography-heading-1-family);
5994
+ --font-size: var(--wui-typography-heading-1-size);
5995
+ --font-weight: var(--wui-typography-heading-1-weight);
5996
+ --line-height: var(--wui-typography-heading-1-line-height);
5997
5997
  `;
5998
5998
  var heading2TextStyle = css14`
5999
- --font-family: var(--typography-heading-2-family);
6000
- --font-size: var(--typography-heading-2-size);
6001
- --font-weight: var(--typography-heading-2-weight);
6002
- --line-height: var(--typography-heading-2-line-height);
5999
+ --font-family: var(--wui-typography-heading-2-family);
6000
+ --font-size: var(--wui-typography-heading-2-size);
6001
+ --font-weight: var(--wui-typography-heading-2-weight);
6002
+ --line-height: var(--wui-typography-heading-2-line-height);
6003
6003
  `;
6004
6004
  var heading3TextStyle = css14`
6005
- --font-family: var(--typography-heading-3-family);
6006
- --font-size: var(--typography-heading-3-size);
6007
- --font-weight: var(--typography-heading-3-weight);
6008
- --line-height: var(--typography-heading-3-line-height);
6005
+ --font-family: var(--wui-typography-heading-3-family);
6006
+ --font-size: var(--wui-typography-heading-3-size);
6007
+ --font-weight: var(--wui-typography-heading-3-weight);
6008
+ --line-height: var(--wui-typography-heading-3-line-height);
6009
6009
  `;
6010
6010
  var heading4TextStyle = css14`
6011
- --font-family: var(--typography-heading-4-family);
6012
- --font-size: var(--typography-heading-4-size);
6013
- --font-weight: var(--typography-heading-4-weight);
6014
- --line-height: var(--typography-heading-4-line-height);
6011
+ --font-family: var(--wui-typography-heading-4-family);
6012
+ --font-size: var(--wui-typography-heading-4-size);
6013
+ --font-weight: var(--wui-typography-heading-4-weight);
6014
+ --line-height: var(--wui-typography-heading-4-line-height);
6015
6015
  `;
6016
6016
  var heading5TextStyle = css14`
6017
- --font-family: var(--typography-heading-5-family);
6018
- --font-size: var(--typography-heading-5-size);
6019
- --font-weight: var(--typography-heading-5-weight);
6020
- --line-height: var(--typography-heading-5-line-height);
6017
+ --font-family: var(--wui-typography-heading-5-family);
6018
+ --font-size: var(--wui-typography-heading-5-size);
6019
+ --font-weight: var(--wui-typography-heading-5-weight);
6020
+ --line-height: var(--wui-typography-heading-5-line-height);
6021
6021
  `;
6022
6022
  var heading6TextStyle = css14`
6023
- --font-family: var(--typography-heading-6-family);
6024
- --font-size: var(--typography-heading-6-size);
6025
- --font-weight: var(--typography-heading-6-weight);
6026
- --line-height: var(--typography-heading-6-line-height);
6023
+ --font-family: var(--wui-typography-heading-6-family);
6024
+ --font-size: var(--wui-typography-heading-6-size);
6025
+ --font-weight: var(--wui-typography-heading-6-weight);
6026
+ --line-height: var(--wui-typography-heading-6-line-height);
6027
6027
  `;
6028
6028
  var variantStyleMap = {
6029
6029
  hero: heroStyle,
@@ -6041,14 +6041,14 @@ var StyledHeading = styled14.div`
6041
6041
  font-size: var(--font-size);
6042
6042
  font-weight: var(--font-weight);
6043
6043
  line-height: var(--line-height);
6044
- color: var(--color-text);
6044
+ color: var(--wui-color-text);
6045
6045
  ${({ $variant }) => variantStyleMap[$variant]}
6046
6046
  ${({ $ellipsis }) => $ellipsis && ellipsisStyle};
6047
6047
  ${({ $inline }) => $inline && css14`
6048
6048
  display: inline-block;
6049
6049
  `}
6050
6050
  ${({ $disabled }) => $disabled && css14`
6051
- color: var(--color-text-disabled);
6051
+ color: var(--wui-color-text-disabled);
6052
6052
  `}
6053
6053
  ${({ $preventUserSelect }) => $preventUserSelect && css14`
6054
6054
  user-select: none;
@@ -6112,22 +6112,22 @@ import {
6112
6112
  import styled15, { css as css15 } from "styled-components";
6113
6113
  import { jsx as jsx170, jsxs as jsxs7 } from "react/jsx-runtime";
6114
6114
  var CompactTooltipStyles = css15`
6115
- --tooltip-font-size: var(--typography-label-4-size);
6116
- --tooltip-line-height: var(--typography-label-4-line-height);
6117
- --tooltip-font-weight: var(--typography-label-4-weight);
6118
- --tooltip-horizontal-padding: var(--space-02);
6119
- --tooltip-vertical-padding: var(--space-03);
6115
+ --tooltip-font-size: var(--wui-typography-label-4-size);
6116
+ --tooltip-line-height: var(--wui-typography-label-4-line-height);
6117
+ --tooltip-font-weight: var(--wui-typography-label-4-weight);
6118
+ --tooltip-horizontal-padding: var(--wui-space-02);
6119
+ --tooltip-vertical-padding: var(--wui-space-03);
6120
6120
  `;
6121
6121
  var StyledContent = styled15(Content)`
6122
- --tooltip-font-family: var(--typography-family-default);
6123
- --tooltip-border-radius: var(--border-radius-05);
6124
- --tooltip-bg: var(--color-bg-tooltip);
6125
- --tooltip-color: var(--color-text-on-fill);
6126
- --tooltip-font-size: var(--typography-label-3-size);
6127
- --tooltip-line-height: var(--typography-label-3-line-height);
6128
- --tooltip-font-weight: var(--typography-label-3-weight);
6129
- --tooltip-horizontal-padding: var(--space-03);
6130
- --tooltip-vertical-padding: var(--space-03);
6122
+ --tooltip-font-family: var(--wui-typography-family-default);
6123
+ --tooltip-border-radius: var(--wui-border-radius-05);
6124
+ --tooltip-bg: var(--wui-color-bg-tooltip);
6125
+ --tooltip-color: var(--wui-color-text-on-fill);
6126
+ --tooltip-font-size: var(--wui-typography-label-3-size);
6127
+ --tooltip-line-height: var(--wui-typography-label-3-line-height);
6128
+ --tooltip-font-weight: var(--wui-typography-label-3-weight);
6129
+ --tooltip-horizontal-padding: var(--wui-space-03);
6130
+ --tooltip-vertical-padding: var(--wui-space-03);
6131
6131
 
6132
6132
  ${({ $compact }) => Boolean($compact) && CompactTooltipStyles};
6133
6133
 
@@ -6283,11 +6283,11 @@ var close = keyframes`
6283
6283
  }
6284
6284
  `;
6285
6285
  var menuContentCss = css16`
6286
- --menu-font-family: var(--typography-family-default);
6287
- --menu-bg: var(--color-bg-fill-white); /* TODO - Not sure what token to use for this */
6286
+ --menu-font-family: var(--wui-typography-family-default);
6287
+ --menu-bg: var(--wui-color-bg-fill-white); /* TODO - Not sure what token to use for this */
6288
6288
  --menu-shadow: 0 0 64px 0 rgba(0 0 0 / 8%); /* TODO - Need a box-shadow token */
6289
- --menu-border-radius: var(--border-radius-01);
6290
- --menu-padding: var(--space-03);
6289
+ --menu-border-radius: var(--wui-border-radius-01);
6290
+ --menu-padding: var(--wui-space-03);
6291
6291
  --menu-min-width: 120px;
6292
6292
  --menu-max-width: 284px;
6293
6293
  --menu-zindex: 500; /* TODO - need z-index token */
@@ -6318,7 +6318,7 @@ var menuContentCss = css16`
6318
6318
  }
6319
6319
 
6320
6320
  hr {
6321
- margin: var(--space-02) 0;
6321
+ margin: var(--wui-space-02) 0;
6322
6322
  }
6323
6323
  `;
6324
6324
  var MenuContent = styled17(DropdownMenuContent)`
@@ -6380,86 +6380,86 @@ import { jsx as jsx173 } from "react/jsx-runtime";
6380
6380
  var bodyBoldStyles = css17`
6381
6381
  > strong,
6382
6382
  b {
6383
- font-weight: var(--typography-weight-body-bold);
6383
+ font-weight: var(--wui-typography-weight-body-bold);
6384
6384
  }
6385
6385
  `;
6386
6386
  var labelBoldStyles = css17`
6387
6387
  > strong,
6388
6388
  b {
6389
- font-weight: var(--typography-weight-label-bold);
6389
+ font-weight: var(--wui-typography-weight-label-bold);
6390
6390
  }
6391
6391
  `;
6392
6392
  var body1TextStyle = css17`
6393
- --font-family: var(--typography-body-1-family);
6394
- --font-size: var(--typography-body-1-size);
6395
- --font-weight: var(--typography-body-1-weight);
6396
- --line-height: var(--typography-body-1-line-height);
6393
+ --font-family: var(--wui-typography-body-1-family);
6394
+ --font-size: var(--wui-typography-body-1-size);
6395
+ --font-weight: var(--wui-typography-body-1-weight);
6396
+ --line-height: var(--wui-typography-body-1-line-height);
6397
6397
  ${bodyBoldStyles}
6398
6398
  `;
6399
6399
  var body2TextStyle = css17`
6400
- --font-family: var(--typography-body-2-family);
6401
- --font-size: var(--typography-body-2-size);
6402
- --font-weight: var(--typography-body-2-weight);
6403
- --line-height: var(--typography-body-2-line-height);
6400
+ --font-family: var(--wui-typography-body-2-family);
6401
+ --font-size: var(--wui-typography-body-2-size);
6402
+ --font-weight: var(--wui-typography-body-2-weight);
6403
+ --line-height: var(--wui-typography-body-2-line-height);
6404
6404
  ${bodyBoldStyles}
6405
6405
  `;
6406
6406
  var body3TextStyle = css17`
6407
- --font-family: var(--typography-body-3-family);
6408
- --font-size: var(--typography-body-3-size);
6409
- --font-weight: var(--typography-body-3-weight);
6410
- --line-height: var(--typography-body-3-line-height);
6407
+ --font-family: var(--wui-typography-body-3-family);
6408
+ --font-size: var(--wui-typography-body-3-size);
6409
+ --font-weight: var(--wui-typography-body-3-weight);
6410
+ --line-height: var(--wui-typography-body-3-line-height);
6411
6411
  ${bodyBoldStyles}
6412
6412
  `;
6413
6413
  var body4TextStyle = css17`
6414
- --font-family: var(--typography-body-4-family);
6415
- --font-size: var(--typography-body-4-size);
6416
- --font-weight: var(--typography-body-4-weight);
6417
- --line-height: var(--typography-body-4-line-height);
6414
+ --font-family: var(--wui-typography-body-4-family);
6415
+ --font-size: var(--wui-typography-body-4-size);
6416
+ --font-weight: var(--wui-typography-body-4-weight);
6417
+ --line-height: var(--wui-typography-body-4-line-height);
6418
6418
  ${bodyBoldStyles}
6419
6419
  `;
6420
6420
  var label1TextStyle = css17`
6421
- --font-family: var(--typography-label-1-family);
6422
- --font-size: var(--typography-label-1-size);
6423
- --font-weight: var(--typography-label-1-weight);
6424
- --line-height: var(--typography-label-1-line-height);
6421
+ --font-family: var(--wui-typography-label-1-family);
6422
+ --font-size: var(--wui-typography-label-1-size);
6423
+ --font-weight: var(--wui-typography-label-1-weight);
6424
+ --line-height: var(--wui-typography-label-1-line-height);
6425
6425
  ${labelBoldStyles}
6426
6426
  `;
6427
6427
  var label2TextStyle = css17`
6428
- --font-family: var(--typography-label-2-family);
6429
- --font-size: var(--typography-label-2-size);
6430
- --font-weight: var(--typography-label-2-weight);
6431
- --line-height: var(--typography-label-2-line-height);
6428
+ --font-family: var(--wui-typography-label-2-family);
6429
+ --font-size: var(--wui-typography-label-2-size);
6430
+ --font-weight: var(--wui-typography-label-2-weight);
6431
+ --line-height: var(--wui-typography-label-2-line-height);
6432
6432
  ${labelBoldStyles}
6433
6433
  `;
6434
6434
  var label3TextStyle = css17`
6435
- --font-family: var(--typography-label-3-family);
6436
- --font-size: var(--typography-label-3-size);
6437
- --font-weight: var(--typography-label-3-weight);
6438
- --line-height: var(--typography-label-3-line-height);
6435
+ --font-family: var(--wui-typography-label-3-family);
6436
+ --font-size: var(--wui-typography-label-3-size);
6437
+ --font-weight: var(--wui-typography-label-3-weight);
6438
+ --line-height: var(--wui-typography-label-3-line-height);
6439
6439
  ${labelBoldStyles}
6440
6440
  `;
6441
6441
  var label4TextStyle = css17`
6442
- --font-family: var(--typography-label-4-family);
6443
- --font-size: var(--typography-label-4-size);
6444
- --font-weight: var(--typography-label-4-weight);
6445
- --line-height: var(--typography-label-4-line-height);
6442
+ --font-family: var(--wui-typography-label-4-family);
6443
+ --font-size: var(--wui-typography-label-4-size);
6444
+ --font-weight: var(--wui-typography-label-4-weight);
6445
+ --line-height: var(--wui-typography-label-4-line-height);
6446
6446
  ${labelBoldStyles}
6447
6447
  `;
6448
6448
  var body1MonoTextStyle = css17`
6449
6449
  ${body1TextStyle};
6450
- --font-family: var(--typography-family-mono);
6450
+ --font-family: var(--wui-typography-family-mono);
6451
6451
  `;
6452
6452
  var body2MonoTextStyle = css17`
6453
6453
  ${body2TextStyle};
6454
- --font-family: var(--typography-family-mono);
6454
+ --font-family: var(--wui-typography-family-mono);
6455
6455
  `;
6456
6456
  var body3MonoTextStyle = css17`
6457
6457
  ${body3TextStyle};
6458
- --font-family: var(--typography-family-mono);
6458
+ --font-family: var(--wui-typography-family-mono);
6459
6459
  `;
6460
6460
  var body4MonoTextStyle = css17`
6461
6461
  ${body4TextStyle};
6462
- --font-family: var(--typography-family-mono);
6462
+ --font-family: var(--wui-typography-family-mono);
6463
6463
  `;
6464
6464
  var variantStyleMap2 = {
6465
6465
  body1: body1TextStyle,
@@ -6476,13 +6476,13 @@ var variantStyleMap2 = {
6476
6476
  label4: label4TextStyle
6477
6477
  };
6478
6478
  var highContrastProminenceStyle = css17`
6479
- --text-color: var(--color-text-high-contrast);
6479
+ --text-color: var(--wui-color-text-high-contrast);
6480
6480
  `;
6481
6481
  var vibrantProminenceStyle = css17`
6482
- --text-color: var(--color-text);
6482
+ --text-color: var(--wui-color-text);
6483
6483
  `;
6484
6484
  var secondaryProminenceStyle = css17`
6485
- --text-color: var(--color-text-secondary);
6485
+ --text-color: var(--wui-color-text-secondary);
6486
6486
  `;
6487
6487
  var prominenceMap = {
6488
6488
  highContrast: highContrastProminenceStyle,
@@ -6505,7 +6505,7 @@ var StyledText = styled18.div`
6505
6505
  display: inline-block;
6506
6506
  `}
6507
6507
  ${({ $disabled }) => $disabled && css17`
6508
- --text-color: var(--color-text-disabled);
6508
+ --text-color: var(--wui-color-text-disabled);
6509
6509
  `}
6510
6510
  ${({ $preventUserSelect }) => $preventUserSelect && css17`
6511
6511
  user-select: none;
@@ -6555,7 +6555,7 @@ var Text = makePolymorphic(TextComponent);
6555
6555
  // src/components/Menu/MenuLabel.tsx
6556
6556
  import { jsx as jsx174 } from "react/jsx-runtime";
6557
6557
  var StyledMenuLabel = styled19(DropdownMenuLabel)`
6558
- padding: var(--space-02);
6558
+ padding: var(--wui-space-02);
6559
6559
  `;
6560
6560
  var MenuLabel = ({ children, ...props }) => {
6561
6561
  return /* @__PURE__ */ jsx174(
@@ -6594,10 +6594,10 @@ import styled20 from "styled-components";
6594
6594
  import { isNotNil as isNotNil7, isNotUndefined as isNotUndefined5 } from "@wistia/type-guards";
6595
6595
  import { jsx as jsx175, jsxs as jsxs9 } from "react/jsx-runtime";
6596
6596
  var StyledButton3 = styled20(Button)`
6597
- --menu-item-border-radius: var(--border-radius-01);
6598
- --menu-item-gap: var(--space-01);
6599
- --menu-item-inner-gap: var(--space-04);
6600
- --menu-item-disabled-bg: var(--color-white);
6597
+ --menu-item-border-radius: var(--wui-border-radius-01);
6598
+ --menu-item-gap: var(--wui-space-01);
6599
+ --menu-item-inner-gap: var(--wui-space-04);
6600
+ --menu-item-disabled-bg: var(--wui-color-white);
6601
6601
 
6602
6602
  text-align: left;
6603
6603
  align-items: left;
@@ -6608,7 +6608,7 @@ var StyledButton3 = styled20(Button)`
6608
6608
  background-color: var(--menu-item-disabled-bg);
6609
6609
  }
6610
6610
 
6611
- ${({ $isGated }) => isNotUndefined5($isGated) && $isGated ? `color: var(--color-text);` : ""}
6611
+ ${({ $isGated }) => isNotUndefined5($isGated) && $isGated ? `color: var(--wui-color-text);` : ""}
6612
6612
  `;
6613
6613
  var StyledMenuContent = styled20.div`
6614
6614
  display: grid;
@@ -6689,7 +6689,7 @@ var SubMenuContent = styled22(DropdownMenuSubContent)`
6689
6689
  }
6690
6690
  `;
6691
6691
  var StyledMobileSubMenuItems = styled22.div`
6692
- margin-left: var(--space-04);
6692
+ margin-left: var(--wui-space-04);
6693
6693
  `;
6694
6694
  var StyledSubTrigger = styled22(DropdownMenuSubTrigger)`
6695
6695
  outline: none;
@@ -6893,7 +6893,7 @@ var DEFAULT_ELEMENT3 = "div";
6893
6893
  var StyledStack = styled24.div`
6894
6894
  display: flex;
6895
6895
  flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
6896
- gap: ${({ $gap }) => `var(--${$gap})`};
6896
+ gap: ${({ $gap }) => `var(--wui-${$gap})`};
6897
6897
 
6898
6898
  > * {
6899
6899
  flex: 1;