@wistia/ui 0.0.17 → 0.0.19

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.19
4
4
  *
5
5
  * Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -153,1117 +153,1128 @@ 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-11);
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
+ --wui-color-focus-ring: var(--wui-blue-9);
847
848
 
848
849
  /* --- Semantic --- */
849
850
 
850
851
  /* 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);
852
+ --wui-color-bg-fill-active-error: var(--wui-error-11);
853
+ --wui-color-bg-fill-error: var(--wui-error-9);
854
+ --wui-color-bg-fill-hover-error: var(--wui-error-10);
855
+ --wui-color-bg-surface-active-error: var(--wui-error-4);
856
+ --wui-color-bg-surface-error: var(--wui-error-surface);
857
+ --wui-color-bg-surface-hover-error: var(--wui-error-3);
858
+ --wui-color-bg-surface-secondary-active-error: var(--wui-error-5);
859
+ --wui-color-bg-surface-secondary-error: var(--wui-error-3);
860
+ --wui-color-bg-surface-secondary-hover-error: var(--wui-error-4);
861
+ --wui-color-bg-surface-tertiary-error: var(--wui-error-5);
862
+ --wui-color-border-error: var(--wui-error-6);
863
+ --wui-color-border-hover-errror: var(--wui-error-8);
864
+ --wui-color-border-active-error: var(--wui-error-9);
865
+ --wui-color-border-secondary-error: var(--wui-error-8);
866
+ --wui-color-border-secondary-hover-error: var(--wui-error-10);
867
+ --wui-color-border-secondary-active-error: var(--wui-error-11);
868
+ --wui-color-icon-error: var(--wui-error-11);
869
+ --wui-color-icon-on-fill-error: var(--wui-error-contrast);
870
+ --wui-color-text-error: var(--wui-error-11);
871
+ --wui-color-text-high-contrast-error: var(--wui-error-12);
872
+ --wui-color-text-link-error: var(--wui-error-11);
873
+ --wui-color-text-on-fill-error: var(--wui-error-contrast);
874
+ --wui-color-text-secondary-error: var(--wui-error-11);
875
+ --wui-color-focus-ring-error: var(--wui-error-9);
874
876
 
875
877
  /* 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);
878
+ --wui-color-bg-fill-active-info: var(--wui-blue-11);
879
+ --wui-color-bg-fill-hover-info: var(--wui-blue-10);
880
+ --wui-color-bg-fill-info: var(--wui-blue-9);
881
+ --wui-color-bg-surface-active-info: var(--wui-blue-4);
882
+ --wui-color-bg-surface-hover-info: var(--wui-blue-3);
883
+ --wui-color-bg-surface-info: var(--wui-blue-surface);
884
+ --wui-color-bg-surface-secondary-active-info: var(--wui-blue-5);
885
+ --wui-color-bg-surface-secondary-hover-info: var(--wui-blue-4);
886
+ --wui-color-bg-surface-secondary-info: var(--wui-blue-3);
887
+ --wui-color-bg-surface-tertiary-info: var(--wui-blue-6);
888
+ --wui-color-border-info: var(--wui-blue-6);
889
+ --wui-color-border-hover-info: var(--wui-blue-8);
890
+ --wui-color-border-active-info: var(--wui-blue-9);
891
+ --wui-color-border-secondary-info: var(--wui-blue-8);
892
+ --wui-color-border-secondary-hover-info: var(--wui-blue-10);
893
+ --wui-color-border-secondary-active-info: var(--wui-blue-11);
894
+ --wui-color-icon-info: var(--wui-blue-11);
895
+ --wui-color-icon-on-fill-info: var(--wui-blue-contrast);
896
+ --wui-color-text-high-contrast-info: var(--wui-blue-12);
897
+ --wui-color-text-info: var(--wui-blue-11);
898
+ --wui-color-text-link-info: var(--wui-blue-9);
899
+ --wui-color-text-on-fill-info: var(--wui-blue-contrast);
900
+ --wui-color-text-secondary-info: var(--wui-blue-11);
901
+ --wui-color-focus-ring-info: var(--wui-blue-9);
899
902
 
900
903
  /* 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);
904
+ --wui-color-bg-fill-active-success: var(--wui-success-11);
905
+ --wui-color-bg-fill-hover-success: var(--wui-success-10);
906
+ --wui-color-bg-fill-success: var(--wui-success-9);
907
+ --wui-color-bg-surface-active-success: var(--wui-success-4);
908
+ --wui-color-bg-surface-hover-success: var(--wui-success-3);
909
+ --wui-color-bg-surface-secondary-active-success: var(--wui-success-5);
910
+ --wui-color-bg-surface-secondary-hover-success: var(--wui-success-4);
911
+ --wui-color-bg-surface-secondary-success: var(--wui-success-3);
912
+ --wui-color-bg-surface-success: var(--wui-success-surface);
913
+ --wui-color-bg-surface-tertiary-success: var(--wui-success-5);
914
+ --wui-color-border-success: var(--wui-success-6);
915
+ --wui-color-border-hover-success: var(--wui-success-8);
916
+ --wui-color-border-active-success: var(--wui-success-9);
917
+ --wui-color-border-secondary-success: var(--wui-success-8);
918
+ --wui-color-border-secondary-hover-success: var(--wui-success-10);
919
+ --wui-color-border-secondary-active-success: var(--wui-success-11);
920
+ --wui-color-icon-on-fill-success: var(--wui-success-contrast);
921
+ --wui-color-icon-success: var(--wui-success-11);
922
+ --wui-color-text-high-contrast-success: var(--wui-success-12);
923
+ --wui-color-text-link-success: var(--wui-success-9);
924
+ --wui-color-text-on-fill-success: var(--wui-success-contrast);
925
+ --wui-color-text-secondary-success: var(--wui-success-11);
926
+ --wui-color-text-success: var(--wui-success-11);
927
+ --wui-color-focus-ring-success: var(--wui-success-9);
924
928
 
925
929
  /* 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);
930
+ --wui-color-bg-fill-active-warning: var(--wui-warning-11);
931
+ --wui-color-bg-fill-hover-warning: var(--wui-warning-10);
932
+ --wui-color-bg-fill-warning: var(--wui-warning-9);
933
+ --wui-color-bg-surface-active-warning: var(--wui-warning-4);
934
+ --wui-color-bg-surface-hover-warning: var(--wui-warning-3);
935
+ --wui-color-bg-surface-secondary-active-warning: var(--wui-warning-5);
936
+ --wui-color-bg-surface-secondary-hover-warning: var(--wui-warning-4);
937
+ --wui-color-bg-surface-secondary-warning: var(--wui-warning-3);
938
+ --wui-color-bg-surface-tertiary-warning: var(--wui-warning-5);
939
+ --wui-color-bg-surface-warning: var(--wui-warning-surface);
940
+ --wui-color-border-warning: var(--wui-warning-6);
941
+ --wui-color-border-hover-warning: var(--wui-warning-8);
942
+ --wui-color-border-active-warning: var(--wui-warning-9);
943
+ --wui-color-border-secondary-warning: var(--wui-warning-8);
944
+ --wui-color-border-secondary-hover-warning: var(--wui-warning-10);
945
+ --wui-color-border-secondary-active-warning: var(--wui-warning-11);
946
+ --wui-color-icon-on-fill-warning: var(--wui-warning-contrast);
947
+ --wui-color-icon-warning: var(--wui-warning-11);
948
+ --wui-color-text-high-contrast-warning: var(--wui-warning-12);
949
+ --wui-color-text-link-warning: var(--wui-warning-11);
950
+ --wui-color-text-on-fill-warning: var(--wui-warning-contrast);
951
+ --wui-color-text-secondary-warning: var(--wui-warning-11);
952
+ --wui-color-text-warning: var(--wui-warning-11);
953
+ --wui-color-focus-ring-warning: var(--wui-warning-9);
949
954
 
950
955
  /* --- Accent --- */
951
956
 
952
957
  /* 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);
958
+ --wui-color-bg-fill-active-blue: var(--wui-blue-11);
959
+ --wui-color-bg-fill-blue: var(--wui-blue-9);
960
+ --wui-color-bg-fill-hover-blue: var(--wui-blue-10);
961
+ --wui-color-bg-surface-active-blue: var(--wui-blue-4);
962
+ --wui-color-bg-surface-blue: var(--wui-blue-surface);
963
+ --wui-color-bg-surface-hover-blue: var(--wui-blue-3);
964
+ --wui-color-bg-surface-secondary-active-blue: var(--wui-blue-5);
965
+ --wui-color-bg-surface-secondary-blue: var(--wui-blue-3);
966
+ --wui-color-bg-surface-secondary-hover-blue: var(--wui-blue-4);
967
+ --wui-color-bg-surface-tertiary-blue: var(--wui-blue-5);
968
+ --wui-color-border-blue: var(--wui-blue-6);
969
+ --wui-color-border-hover-blue: var(--wui-blue-8);
970
+ --wui-color-border-active-blue: var(--wui-blue-9);
971
+ --wui-color-border-secondary-blue: var(--wui-blue-8);
972
+ --wui-color-border-secondary-hover-blue: var(--wui-blue-10);
973
+ --wui-color-border-secondary-active-blue: var(--wui-blue-11);
974
+ --wui-color-icon-blue: var(--wui-blue-11);
975
+ --wui-color-icon-on-fill-blue: var(--wui-blue-contrast);
976
+ --wui-color-text-blue: var(--wui-blue-11);
977
+ --wui-color-text-high-contrast-blue: var(--wui-blue-12);
978
+ --wui-color-text-link-blue: var(--wui-blue-9);
979
+ --wui-color-text-on-fill-blue: var(--wui-blue-contrast);
980
+ --wui-color-text-secondary-blue: var(--wui-blue-5);
981
+ --wui-color-focus-ring-blue: var(--wui-blue-9);
976
982
 
977
983
  /* 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);
984
+ --wui-color-bg-fill-active-green: var(--wui-green-11);
985
+ --wui-color-bg-fill-green: var(--wui-green-9);
986
+ --wui-color-bg-fill-hover-green: var(--wui-green-10);
987
+ --wui-color-bg-surface-active-green: var(--wui-green-4);
988
+ --wui-color-bg-surface-green: var(--wui-green-surface);
989
+ --wui-color-bg-surface-hover-green: var(--wui-green-3);
990
+ --wui-color-bg-surface-secondary-active-green: var(--wui-green-5);
991
+ --wui-color-bg-surface-secondary-green: var(--wui-green-3);
992
+ --wui-color-bg-surface-secondary-hover-green: var(--wui-green-4);
993
+ --wui-color-bg-surface-tertiary-green: var(--wui-green-5);
994
+ --wui-color-border-green: var(--wui-green-6);
995
+ --wui-color-border-hover-green: var(--wui-green-8);
996
+ --wui-color-border-active-green: var(--wui-green-9);
997
+ --wui-color-border-secondary-green: var(--wui-green-8);
998
+ --wui-color-border-secondary-hover-green: var(--wui-green-10);
999
+ --wui-color-border-secondary-active-green: var(--wui-green-11);
1000
+ --wui-color-icon-green: var(--wui-green-11);
1001
+ --wui-color-icon-on-fill-green: var(--wui-green-contrast);
1002
+ --wui-color-text-green: var(--wui-green-11);
1003
+ --wui-color-text-high-contrast-green: var(--wui-green-12);
1004
+ --wui-color-text-link-green: var(--wui-green-11);
1005
+ --wui-color-text-on-fill-green: var(--wui-green-contrast);
1006
+ --wui-color-text-secondary-green: var(--wui-green-10);
1007
+ --wui-color-focus-ring-green: var(--wui-green-9);
1001
1008
 
1002
1009
  /* 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);
1010
+ --wui-color-bg-fill-active-orange: var(--wui-orange-11);
1011
+ --wui-color-bg-fill-hover-orange: var(--wui-orange-10);
1012
+ --wui-color-bg-fill-orange: var(--wui-orange-9);
1013
+ --wui-color-bg-surface-active-orange: var(--wui-orange-4);
1014
+ --wui-color-bg-surface-hover-orange: var(--wui-orange-3);
1015
+ --wui-color-bg-surface-orange: var(--wui-orange-surface);
1016
+ --wui-color-bg-surface-secondary-active-orange: var(--wui-orange-5);
1017
+ --wui-color-bg-surface-secondary-hover-orange: var(--wui-orange-4);
1018
+ --wui-color-bg-surface-secondary-orange: var(--wui-orange-3);
1019
+ --wui-color-bg-surface-tertiary-orange: var(--wui-orange-5);
1020
+ --wui-color-border-orange: var(--wui-orange-6);
1021
+ --wui-color-border-hover-orange: var(--wui-orange-8);
1022
+ --wui-color-border-active-orange: var(--wui-orange-9);
1023
+ --wui-color-border-secondary-orange: var(--wui-orange-8);
1024
+ --wui-color-border-secondary-hover-orange: var(--wui-orange-10);
1025
+ --wui-color-border-secondary-active-orange: var(--wui-orange-11);
1026
+ --wui-color-icon-on-fill-orange: var(--wui-orange-contrast);
1027
+ --wui-color-icon-orange: var(--wui-orange-11);
1028
+ --wui-color-text-high-contrast-orange: var(--wui-orange-12);
1029
+ --wui-color-text-link-orange: var(--wui-orange-11);
1030
+ --wui-color-text-on-fill-orange: var(--wui-orange-contrast);
1031
+ --wui-color-text-orange: var(--wui-orange-11);
1032
+ --wui-color-text-secondary-orange: var(--wui-orange-10);
1033
+ --wui-color-focus-ring-orange: var(--wui-orange-9);
1026
1034
 
1027
1035
  /* 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);
1036
+ --wui-color-bg-fill-active-pink: var(--wui-pink-11);
1037
+ --wui-color-bg-fill-hover-pink: var(--wui-pink-10);
1038
+ --wui-color-bg-fill-pink: var(--wui-pink-9);
1039
+ --wui-color-bg-surface-active-pink: var(--wui-pink-4);
1040
+ --wui-color-bg-surface-hover-pink: var(--wui-pink-3);
1041
+ --wui-color-bg-surface-pink: var(--wui-pink-surface);
1042
+ --wui-color-bg-surface-secondary-active-pink: var(--wui-pink-5);
1043
+ --wui-color-bg-surface-secondary-hover-pink: var(--wui-pink-4);
1044
+ --wui-color-bg-surface-secondary-pink: var(--wui-pink-3);
1045
+ --wui-color-bg-surface-tertiary-pink: var(--wui-pink-5);
1046
+ --wui-color-border-pink: var(--wui-pink-6);
1047
+ --wui-color-border-hover-pink: var(--wui-pink-8);
1048
+ --wui-color-border-active-pink: var(--wui-pink-9);
1049
+ --wui-color-border-secondary-pink: var(--wui-pink-8);
1050
+ --wui-color-border-secondary-hover-pink: var(--wui-pink-10);
1051
+ --wui-color-border-secondary-active-pink: var(--wui-pink-11);
1052
+ --wui-color-icon-on-fill-pink: var(--wui-pink-contrast);
1053
+ --wui-color-icon-pink: var(--wui-pink-11);
1054
+ --wui-color-text-high-contrast-pink: var(--wui-pink-12);
1055
+ --wui-color-text-link-pink: var(--wui-pink-11);
1056
+ --wui-color-text-on-fill-pink: var(--wui-pink-contrast);
1057
+ --wui-color-text-pink: var(--wui-pink-11);
1058
+ --wui-color-text-secondary-pink: var(--wui-pink-10);
1059
+ --wui-color-focus-ring-pink: var(--wui-pink-9);
1051
1060
 
1052
1061
  /* 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);
1062
+ --wui-color-bg-fill-active-purple: var(--wui-purple-11);
1063
+ --wui-color-bg-fill-hover-purple: var(--wui-purple-10);
1064
+ --wui-color-bg-fill-purple: var(--wui-purple-9);
1065
+ --wui-color-bg-surface-active-purple: var(--wui-purple-4);
1066
+ --wui-color-bg-surface-hover-purple: var(--wui-purple-3);
1067
+ --wui-color-bg-surface-purple: var(--wui-purple-surface);
1068
+ --wui-color-bg-surface-secondary-active-purple: var(--wui-purple-5);
1069
+ --wui-color-bg-surface-secondary-hover-purple: var(--wui-purple-4);
1070
+ --wui-color-bg-surface-secondary-purple: var(--wui-purple-3);
1071
+ --wui-color-bg-surface-tertiary-purple: var(--wui-purple-5);
1072
+ --wui-color-border-purple: var(--wui-purple-6);
1073
+ --wui-color-border-hover-purple: var(--wui-purple-8);
1074
+ --wui-color-border-active-purple: var(--wui-purple-9);
1075
+ --wui-color-border-secondary-purple: var(--wui-purple-8);
1076
+ --wui-color-border-secondary-hover-purple: var(--wui-purple-10);
1077
+ --wui-color-border-secondary-active-purple: var(--wui-purple-11);
1078
+ --wui-color-icon-on-fill-purple: var(--wui-purple-contrast);
1079
+ --wui-color-icon-purple: var(--wui-purple-11);
1080
+ --wui-color-text-high-contrast-purple: var(--wui-purple-12);
1081
+ --wui-color-text-link-purple: var(--wui-purple-11);
1082
+ --wui-color-text-on-fill-purple: var(--wui-purple-contrast);
1083
+ --wui-color-text-purple: var(--wui-purple-11);
1084
+ --wui-color-text-secondary-purple: var(--wui-purple-11);
1085
+ --wui-color-focus-ring-purple: var(--wui-purple-9);
1076
1086
 
1077
1087
  /* 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);
1088
+ --wui-color-bg-fill-active-yellow: var(--wui-yellow-11);
1089
+ --wui-color-bg-fill-hover-yellow: var(--wui-yellow-10);
1090
+ --wui-color-bg-fill-yellow: var(--wui-yellow-9);
1091
+ --wui-color-bg-surface-active-yellow: var(--wui-yellow-4);
1092
+ --wui-color-bg-surface-hover-yellow: var(--wui-yellow-3);
1093
+ --wui-color-bg-surface-secondary-active-yellow: var(--wui-yellow-5);
1094
+ --wui-color-bg-surface-secondary-hover-yellow: var(--wui-yellow-4);
1095
+ --wui-color-bg-surface-secondary-yellow: var(--wui-yellow-3);
1096
+ --wui-color-bg-surface-tertiary-yellow: var(--wui-yellow-5);
1097
+ --wui-color-bg-surface-yellow: var(--wui-yellow-surface);
1098
+ --wui-color-border-yellow: var(--wui-yellow-6);
1099
+ --wui-color-border-hover-yellow: var(--wui-yellow-8);
1100
+ --wui-color-border-active-yellow: var(--wui-yellow-9);
1101
+ --wui-color-border-secondary-yellow: var(--wui-yellow-8);
1102
+ --wui-color-border-secondary-hover-yellow: var(--wui-yellow-10);
1103
+ --wui-color-border-secondary-active-yellow: var(--wui-yellow-11);
1104
+ --wui-color-icon-on-fill-yellow: var(--wui-yellow-contrast);
1105
+ --wui-color-icon-yellow: var(--wui-yellow-11);
1106
+ --wui-color-text-high-contrast-yellow: var(--wui-yellow-12);
1107
+ --wui-color-text-link-yellow: var(--wui-yellow-11);
1108
+ --wui-color-text-on-fill-yellow: var(--wui-yellow-contrast);
1109
+ --wui-color-text-secondary-yellow: var(--wui-yellow-10);
1110
+ --wui-color-text-yellow: var(--wui-yellow-11);
1111
+ --wui-color-focus-ring-yellow: var(--wui-yellow-9);
1101
1112
 
1102
1113
  /* --- 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;
1114
+ --wui-color-bg-fill-white: #ffffff;
1115
+ --wui-color-bg-nav: var(--wui-blue-600);
1116
+ --wui-color-focus-color: var(--wui-blue-9);
1117
+ --wui-color-notification-pill-color: var(--wui-pink-9);
1118
+ --wui-color-overlay: var(--wui-gray-alpha-9);
1119
+ --wui-color-segmented-control-checked-background: var(--wui-bg-app);
1120
+ --wui-color-text-on-fill-white-selected: var(--wui-blue-9);
1121
+ --wui-color-bg-tooltip: #242528;
1111
1122
 
1112
1123
  /* --- State --- */
1113
1124
 
1114
1125
  /* Disabled */
1115
- --color-bg-surface-disabled: var(--gray-3);
1116
- --color-icon-disabled: var(--gray-8);
1117
- --color-text-disabled: var(--gray-10);
1126
+ --wui-color-bg-surface-disabled: var(--wui-gray-3);
1127
+ --wui-color-icon-disabled: var(--wui-gray-8);
1128
+ --wui-color-text-disabled: var(--wui-gray-10);
1118
1129
 
1119
1130
  /* 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);
1131
+ --wui-color-bg-surface-selected: var(--wui-blue-3);
1132
+ --wui-color-bg-surface-selected-active: var(--wui-blue-5);
1133
+ --wui-color-bg-surface-selected-hover: var(--wui-blue-4);
1134
+ --wui-color-icon-selected: var(--wui-blue-9);
1135
+ --wui-color-text-selected: var(--wui-blue-9);
1136
+ --wui-color-border-selected: var(--wui-blue-6);
1137
+ --wui-color-border-hover-selected: var(--wui-blue-8);
1138
+ --wui-color-border-active-selected: var(--wui-blue-9);
1128
1139
  `;
1129
1140
 
1130
1141
  // src/css/designTokens/borderRadius.tsx
1131
1142
  import { css as css5 } from "styled-components";
1132
1143
  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;
1144
+ --wui-border-radius-01: 4px;
1145
+ --wui-border-radius-02: 8px;
1146
+ --wui-border-radius-03: 16px;
1147
+ --wui-border-radius-04: 20px;
1148
+ --wui-border-radius-05: 24px;
1149
+ --wui-border-radius-rounded: 1000px;
1139
1150
  `;
1140
1151
 
1141
1152
  // src/css/designTokens/spacing.tsx
1142
1153
  import { css as css6 } from "styled-components";
1143
1154
  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;
1155
+ --wui-space-01: 4px;
1156
+ --wui-space-02: 8px;
1157
+ --wui-space-03: 12px;
1158
+ --wui-space-04: 16px;
1159
+ --wui-space-05: 24px;
1160
+ --wui-space-06: 32px;
1161
+ --wui-space-07: 40px;
1162
+ --wui-space-08: 48px;
1163
+ --wui-space-09: 64px;
1153
1164
  `;
1154
1165
 
1155
1166
  // src/css/designTokens/typography.tsx
1156
1167
  import { css as css7 } from "styled-components";
1157
1168
  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;
1169
+ --wui-typography-family-default: intervariable, sans-serif;
1170
+ --wui-typography-family-brand: 'GT Walsheim', sans-serif;
1171
+ --wui-typography-family-mono: 'IBM Plex Mono', monospace;
1161
1172
 
1162
1173
  /* Brand Weights */
1163
- --typography-weight-brand-bold: 600;
1164
- --typography-weight-brand-black: 700;
1174
+ --wui-typography-weight-brand-bold: 600;
1175
+ --wui-typography-weight-brand-black: 700;
1165
1176
 
1166
1177
  /* 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);
1178
+ --wui-typography-heading-hero-family: var(--wui-typography-family-brand);
1179
+ --wui-typography-heading-hero-line-height: 58px;
1180
+ --wui-typography-heading-hero-size: 48px;
1181
+ --wui-typography-heading-hero-weight: var(--wui-typography-weight-brand-black);
1171
1182
 
1172
1183
  /* 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);
1184
+ --wui-typography-heading-1-family: var(--wui-typography-family-brand);
1185
+ --wui-typography-heading-1-line-height: 44px;
1186
+ --wui-typography-heading-1-size: 36px;
1187
+ --wui-typography-heading-1-weight: var(--wui-typography-weight-brand-black);
1177
1188
 
1178
1189
  /* 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);
1190
+ --wui-typography-heading-2-family: var(--wui-typography-family-brand);
1191
+ --wui-typography-heading-2-line-height: 38px;
1192
+ --wui-typography-heading-2-size: 32px;
1193
+ --wui-typography-heading-2-weight: var(--wui-typography-weight-brand-bold);
1183
1194
 
1184
1195
  /* 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);
1196
+ --wui-typography-heading-3-family: var(--wui-typography-family-brand);
1197
+ --wui-typography-heading-3-line-height: 30px;
1198
+ --wui-typography-heading-3-size: 24px;
1199
+ --wui-typography-heading-3-weight: var(--wui-typography-weight-brand-bold);
1189
1200
 
1190
1201
  /* 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);
1202
+ --wui-typography-heading-4-family: var(--wui-typography-family-brand);
1203
+ --wui-typography-heading-4-line-height: 24px;
1204
+ --wui-typography-heading-4-size: 18px;
1205
+ --wui-typography-heading-4-weight: var(--wui-typography-weight-brand-bold);
1195
1206
 
1196
1207
  /* 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);
1208
+ --wui-typography-heading-5-family: var(--wui-typography-family-brand);
1209
+ --wui-typography-heading-5-line-height: 22px;
1210
+ --wui-typography-heading-5-size: 16px;
1211
+ --wui-typography-heading-5-weight: var(--wui-typography-weight-brand-bold);
1201
1212
 
1202
1213
  /* 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);
1214
+ --wui-typography-heading-6-family: var(--wui-typography-family-brand);
1215
+ --wui-typography-heading-6-line-height: 18px;
1216
+ --wui-typography-heading-6-size: 14px;
1217
+ --wui-typography-heading-6-weight: var(--wui-typography-weight-brand-bold);
1207
1218
 
1208
1219
  /* Body Weight */
1209
- --typography-weight-body: 425;
1210
- --typography-weight-body-bold: 700;
1220
+ --wui-typography-weight-body: 425;
1221
+ --wui-typography-weight-body-bold: 700;
1211
1222
 
1212
1223
  /* 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;
1224
+ --wui-typography-body-1-family: var(--wui-typography-family-default);
1225
+ --wui-typography-body-1-line-height: 30px;
1226
+ --wui-typography-body-1-size: 20px;
1227
+ --wui-typography-body-1-weight: var(--wui-typography-weight-body);
1228
+ --wui-typography-body-1-paragraph-spacing: 16px;
1218
1229
 
1219
1230
  /* 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;
1231
+ --wui-typography-body-2-family: var(--wui-typography-family-default);
1232
+ --wui-typography-body-2-line-height: 26px;
1233
+ --wui-typography-body-2-size: 16px;
1234
+ --wui-typography-body-2-weight: var(--wui-typography-weight-body);
1235
+ --wui-typography-body-2-paragraph-spacing: 12px;
1225
1236
 
1226
1237
  /* 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;
1238
+ --wui-typography-body-3-family: var(--wui-typography-family-default);
1239
+ --wui-typography-body-3-line-height: 22px;
1240
+ --wui-typography-body-3-size: 14px;
1241
+ --wui-typography-body-3-weight: var(--wui-typography-weight-body);
1242
+ --wui-typography-body-3-paragraph-spacing: 8px;
1232
1243
 
1233
1244
  /* 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;
1245
+ --wui-typography-body-4-family: var(--wui-typography-family-default);
1246
+ --wui-typography-body-4-line-height: 18px;
1247
+ --wui-typography-body-4-size: 12px;
1248
+ --wui-typography-body-4-weight: var(--wui-typography-weight-body);
1249
+ --wui-typography-body-4-paragraph-spacing: 8px;
1239
1250
 
1240
1251
  /* Label Weight */
1241
- --typography-weight-label: 475;
1242
- --typography-weight-label-bold: 600;
1252
+ --wui-typography-weight-label: 475;
1253
+ --wui-typography-weight-label-bold: 600;
1243
1254
 
1244
1255
  /* 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);
1256
+ --wui-typography-label-1-family: var(--wui-typography-family-default);
1257
+ --wui-typography-label-1-line-height: 24px;
1258
+ --wui-typography-label-1-size: 18px;
1259
+ --wui-typography-label-1-weight: var(--wui-typography-weight-label);
1249
1260
 
1250
1261
  /* 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);
1262
+ --wui-typography-label-2-family: var(--wui-typography-family-default);
1263
+ --wui-typography-label-2-line-height: 18px;
1264
+ --wui-typography-label-2-size: 16px;
1265
+ --wui-typography-label-2-weight: var(--wui-typography-weight-label);
1255
1266
 
1256
1267
  /* 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);
1268
+ --wui-typography-label-3-family: var(--wui-typography-family-default);
1269
+ --wui-typography-label-3-line-height: 16px;
1270
+ --wui-typography-label-3-size: 14px;
1271
+ --wui-typography-label-3-weight: var(--wui-typography-weight-label);
1261
1272
 
1262
1273
  /* 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);
1274
+ --wui-typography-label-4-family: var(--wui-typography-family-default);
1275
+ --wui-typography-label-4-line-height: 14px;
1276
+ --wui-typography-label-4-size: 12px;
1277
+ --wui-typography-label-4-weight: var(--wui-typography-weight-label);
1267
1278
  `;
1268
1279
 
1269
1280
  // src/css/designTokens/index.tsx
@@ -1541,32 +1552,34 @@ var colorSchemeSchema = [
1541
1552
  { token: "border-secondary-hover", step: "10" },
1542
1553
  { token: "border-secondary-active", step: "11" },
1543
1554
  { token: "icon", step: "11" },
1544
- { token: "icon-on-fill", step: "contrast" }
1555
+ { token: "icon-on-fill", step: "contrast" },
1556
+ { token: "focus-ring", step: "9" }
1545
1557
  ];
1546
1558
  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);
1559
+ --wui-color-bg-surface: var(--wui-gray-surface);
1560
+ --wui-color-bg-surface-hover: var(--wui-gray-3);
1561
+ --wui-color-bg-surface-active: var(--wui-gray-4);
1562
+ --wui-color-bg-surface-secondary: var(--wui-gray-3);
1563
+ --wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
1564
+ --wui-color-bg-surface-secondary-active: var(--wui-gray-5);
1565
+ --wui-color-bg-surface-tertiary: var(--wui-gray-5);
1566
+ --wui-color-bg-fill: var(--wui-blue-9);
1567
+ --wui-color-bg-fill-hover: var(--wui-blue-10);
1568
+ --wui-color-bg-fill-active: var(--wui-blue-11);
1569
+ --wui-color-text: var(--wui-gray-12);
1570
+ --wui-color-text-high-contrast: var(--wui-gray-12);
1571
+ --wui-color-text-link: var(--wui-blue-9);
1572
+ --wui-color-text-secondary: var(--wui-gray-11);
1573
+ --wui-color-text-on-fill: var(--wui-gray-contrast);
1574
+ --wui-color-border: var(--wui-gray-6);
1575
+ --wui-color-border-hover: var(--wui-gray-8);
1576
+ --wui-color-border-active: var(--wui-gray-9);
1577
+ --wui-color-border-secondary: var(--wui-gray-8);
1578
+ --wui-color-border-secondary-hover: var(--wui-gray-10);
1579
+ --wui-color-border-secondary-active: var(--wui-gray-11);
1580
+ --wui-color-icon: var(--wui-gray-11);
1581
+ --wui-color-icon-on-fill: var(--wui-gray-contrast);
1582
+ --wui-color-focus-ring: var(--wui-blue-9);
1570
1583
  `;
1571
1584
  var getColorScheme = (colorScheme) => {
1572
1585
  if (colorScheme === "inherit") {
@@ -1577,7 +1590,7 @@ var getColorScheme = (colorScheme) => {
1577
1590
  }
1578
1591
  return css9`
1579
1592
  ${colorSchemeSchema.map(({ token, step }) => {
1580
- return `--color-${token}: var(--${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
1593
+ return `--wui-color-${token}: var(--wui-${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
1581
1594
  })}
1582
1595
  `;
1583
1596
  };
@@ -1664,10 +1677,10 @@ var fontSizeScaleMultiplier = 0.55;
1664
1677
  var InitialsContainer = styled2.div`
1665
1678
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
1666
1679
  align-items: center;
1667
- background-color: var(--color-bg-fill);
1668
- border: 1px solid var(--color-border);
1680
+ background-color: var(--wui-color-bg-fill);
1681
+ border: 1px solid var(--wui-color-border);
1669
1682
  border-radius: 50%;
1670
- color: var(--color-text-on-fill);
1683
+ color: var(--wui-color-text-on-fill);
1671
1684
  display: flex;
1672
1685
  font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
1673
1686
  height: ${({ $heightAndWidth }) => $heightAndWidth}px;
@@ -1753,15 +1766,15 @@ import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
1753
1766
  var StyledBadge = styled3.div`
1754
1767
  ${({ $colorScheme }) => getColorScheme($colorScheme)};
1755
1768
  align-items: center;
1756
- background-color: var(--color-bg-surface-secondary);
1757
- border-radius: var(--border-radius-rounded);
1758
- color: var(--color-text);
1769
+ background-color: var(--wui-color-bg-surface-secondary);
1770
+ border-radius: var(--wui-border-radius-rounded);
1771
+ color: var(--wui-color-text);
1759
1772
  display: inline-flex;
1760
- font-size: var(--typography-label-4-size);
1761
- font-weight: var(--typography-label-4-weight);
1762
- gap: var(--space-01);
1773
+ font-size: var(--wui-typography-label-4-size);
1774
+ font-weight: var(--wui-typography-label-4-weight);
1775
+ gap: var(--wui-space-01);
1763
1776
  justify-content: center;
1764
- padding: var(--space-01) var(--space-02);
1777
+ padding: var(--wui-space-01) var(--wui-space-02);
1765
1778
  width: fit-content;
1766
1779
 
1767
1780
  /* TODO should these be a token? */
@@ -1965,94 +1978,94 @@ var buttonResetCss = css10`
1965
1978
  // src/components/Button/buttonStyles.tsx
1966
1979
  import { css as css11 } from "styled-components";
1967
1980
  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);
1981
+ --button-padding-vertical: var(--wui-space-01);
1982
+ --button-padding-horizontal: var(--wui-space-02);
1983
+ --button-label-padding-horizontal: var(--wui-space-01);
1984
+ --button-typography-family: var(--wui-typography-family-default);
1985
+ --button-typography-size: var(--wui-typography-label-4-size);
1986
+ --button-typography-weight: var(--wui-typography-label-4-weight);
1974
1987
  --button-typography-line-height: 16px;
1975
1988
  --button-icon-size: 12px;
1976
1989
  --button-label-gap: 4px;
1977
1990
  `;
1978
1991
  var buttonMediumStyles = css11`
1979
- --button-padding-vertical: var(--space-02);
1980
- --button-padding-horizontal: var(--space-02);
1992
+ --button-padding-vertical: var(--wui-space-02);
1993
+ --button-padding-horizontal: var(--wui-space-02);
1981
1994
  --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);
1995
+ --button-typography-family: var(--wui-typography-family-default);
1996
+ --button-typography-size: var(--wui-typography-label-3-size);
1997
+ --button-typography-weight: var(--wui-typography-label-3-weight);
1985
1998
  --button-typography-line-height: 16px;
1986
1999
  --button-icon-size: 16px;
1987
2000
  --button-label-gap: 6px;
1988
2001
  `;
1989
2002
  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);
2003
+ --button-padding-vertical: var(--wui-space-02);
2004
+ --button-padding-horizontal: var(--wui-space-02);
2005
+ --button-label-padding-horizontal: var(--wui-space-02);
2006
+ --button-typography-family: var(--wui-typography-family-default);
2007
+ --button-typography-size: var(--wui-typography-label-1-size);
2008
+ --button-typography-weight: var(--wui-typography-label-1-weight);
1996
2009
  --button-typography-line-height: 24px;
1997
2010
  --button-icon-size: 24px;
1998
2011
  --button-label-gap: 8px;
1999
2012
  `;
2000
2013
  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);
2014
+ --button-padding-vertical: var(--wui-space-03);
2015
+ --button-padding-horizontal: var(--wui-space-03);
2016
+ --button-label-padding-horizontal: var(--wui-space-02);
2017
+ --button-typography-family: var(--wui-typography-family-brand);
2005
2018
  --button-typography-size: 18px;
2006
- --button-typography-weight: var(--typography-weight-brand-bold);
2019
+ --button-typography-weight: var(--wui-typography-weight-brand-bold);
2007
2020
  --button-typography-line-height: 24px;
2008
2021
  --button-icon-size: 24px;
2009
2022
  --button-label-gap: 8px;
2010
2023
  `;
2011
2024
  var ghostButtonVariant = css11`
2012
2025
  --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);
2026
+ --button-color-bg-hover: var(--wui-color-bg-surface-hover);
2027
+ --button-color-bg-active: var(--wui-color-bg-surface-active);
2028
+ --button-color-text: var(--wui-color-text);
2029
+ --button-color-icon: var(--wui-color-icon);
2017
2030
  `;
2018
2031
  var outlineButtonVariant = css11`
2019
2032
  ${ghostButtonVariant};
2020
- --button-color-border: var(--color-border);
2033
+ --button-color-border: var(--wui-color-border);
2021
2034
 
2022
2035
  box-shadow: 0 0 0 2px var(--button-color-border) inset;
2023
2036
  `;
2024
2037
  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);
2038
+ --button-color-bg: var(--wui-color-bg-surface-secondary);
2039
+ --button-color-bg-hover: var(--wui-color-bg-surface-secondary-hover);
2040
+ --button-color-bg-active: var(--wui-color-bg-surface-secondary-active);
2041
+ --button-color-text: var(--wui-color-text);
2042
+ --button-color-icon: var(--wui-color-icon);
2030
2043
  `;
2031
2044
  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);
2045
+ --button-color-bg: var(--wui-color-bg-fill);
2046
+ --button-color-bg-hover: var(--wui-color-bg-fill-hover);
2047
+ --button-color-bg-active: var(--wui-color-bg-fill-active);
2048
+ --button-color-text: var(--wui-color-text-on-fill);
2049
+ --button-color-icon: var(--wui-color-icon-on-fill);
2037
2050
  `;
2038
2051
  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);
2052
+ --button-color-bg: var(--wui-color-bg-surface-disabled);
2053
+ --button-color-bg-hover: var(--wui-color-bg-surface-disabled);
2054
+ --button-color-bg-active: var(--wui-color-bg-surface-disabled);
2055
+ --button-color-text: var(--wui-color-text-disabled);
2056
+ --button-color-icon: var(--wui-color-icon-disabled);
2057
+ --button-color-border: var(--wui-color-border-disabled);
2045
2058
  `;
2046
2059
  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);
2060
+ --button-color-bg: var(--wui-color-bg-surface-selected);
2061
+ --button-color-bg-hover: var(--wui-color-bg-surface-selected-hover);
2062
+ --button-color-bg-active: var(--wui-color-bg-surface-selected-active);
2063
+ --button-color-text: var(--wui-color-text-selected);
2064
+ --button-color-icon: var(--wui-color-icon-selected);
2065
+ --button-color-border: var(--wui-color-border-selected);
2053
2066
  `;
2054
2067
  var buttonBaseStyles = css11`
2055
- border-radius: var(--border-radius-rounded);
2068
+ border-radius: var(--wui-border-radius-rounded);
2056
2069
  font-family: var(--button-typography-family);
2057
2070
  font-size: var(--button-typography-size);
2058
2071
  font-weight: var(--button-typography-weight);
@@ -2080,19 +2093,18 @@ var buttonBaseStyles = css11`
2080
2093
  background: var(--button-color-bg-active);
2081
2094
  }
2082
2095
 
2083
- &:focus,
2084
- &.force-state-focus {
2096
+ &:focus {
2085
2097
  outline: none;
2086
2098
  }
2087
2099
 
2088
- &:focus-visible {
2089
- &[aria-disabled='false'] {
2090
- /* I need to figure out the right way to define focus ring */
2091
- outline: 2px solid var(--color-bg-fill);
2092
- }
2100
+ &:focus-visible,
2101
+ &.force-state-focus {
2102
+ outline: 2px solid var(--wui-color-focus-ring);
2103
+ outline-offset: 2px;
2104
+ background: var(--button-color-bg-hover);
2093
2105
 
2094
2106
  &[aria-disabled='true'] {
2095
- outline: 2px solid var(--button-color-bg);
2107
+ outline-color: var(--wui-color-border-disabled);
2096
2108
  }
2097
2109
  }
2098
2110
 
@@ -5335,7 +5347,7 @@ var Icon = ({
5335
5347
  verticalAlign: "middle",
5336
5348
  ...style
5337
5349
  };
5338
- const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
5350
+ const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
5339
5351
  return /* @__PURE__ */ jsx160(
5340
5352
  StyledIcon,
5341
5353
  {
@@ -5380,8 +5392,8 @@ var StyledLink = styled6.a`
5380
5392
  ${({ href }) => isNil7(href) && buttonResetCss};
5381
5393
  ${({ $colorScheme }) => getColorScheme($colorScheme)}
5382
5394
  cursor: pointer;
5383
- font-family: var(--typography-family-default);
5384
- color: var(--color-text-link);
5395
+ font-family: var(--wui-typography-family-default);
5396
+ color: var(--wui-color-text-link);
5385
5397
  text-decoration: ${({ $underline }) => $underline ? "underline" : "none"};
5386
5398
  `;
5387
5399
  var Link = forwardRef2(
@@ -5547,9 +5559,7 @@ var Button = forwardRef3(
5547
5559
  $size: responsiveSize,
5548
5560
  $unstyled: unstyled,
5549
5561
  $variant: variant,
5550
- className,
5551
- forceState,
5552
- isLoading
5562
+ className
5553
5563
  };
5554
5564
  if (forceState) {
5555
5565
  commonProps.className = `${className ?? ""} force-state-${forceState}`;
@@ -5627,7 +5637,7 @@ var ButtonGroupComponent = styled8.div`
5627
5637
 
5628
5638
  /* this helps ensure that primary buttons appear at the top of the column */
5629
5639
  flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
5630
- gap: var(--space-04);
5640
+ gap: var(--wui-space-04);
5631
5641
  align-items: center;
5632
5642
  justify-content: ${({ $align }) => getAlignment($align)};
5633
5643
  width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
@@ -5674,21 +5684,21 @@ import styled9, { css as css12 } from "styled-components";
5674
5684
  import { jsx as jsx164 } from "react/jsx-runtime";
5675
5685
  var requiredStyle = css12`
5676
5686
  &::after {
5677
- color: var(--color-text-error);
5687
+ color: var(--wui-color-text-error);
5678
5688
  display: inline;
5679
- padding-left: var(--space-01);
5689
+ padding-left: var(--wui-space-01);
5680
5690
  content: '*';
5681
5691
  }
5682
5692
  `;
5683
5693
  var disabledStyle = css12`
5684
- color: var(--color-text-disabled);
5694
+ color: var(--wui-color-text-disabled);
5685
5695
  `;
5686
- var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
5696
+ var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--wui-space-02)";
5687
5697
  var StyledLabel = styled9.label`
5688
5698
  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);
5699
+ font-size: var(--wui-typography-label-1-size);
5700
+ font-weight: var(--wui-typography-label-1-weight);
5701
+ line-height: var(--wui-typography-label-1-line-height);
5692
5702
  cursor: inherit;
5693
5703
  width: 100%;
5694
5704
 
@@ -5733,10 +5743,10 @@ import styled10 from "styled-components";
5733
5743
  import { isNil as isNil9 } from "@wistia/type-guards";
5734
5744
  import { jsx as jsx165 } from "react/jsx-runtime";
5735
5745
  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);
5746
+ color: var(--wui-color-text-secondary);
5747
+ font-size: var(--wui-typography-body-4-size);
5748
+ font-weight: var(--wui-typography-body-4-weight);
5749
+ line-height: var(--wui-typography-body-4-line-height);
5740
5750
  `;
5741
5751
  var LabelDescription = ({
5742
5752
  children,
@@ -5772,7 +5782,7 @@ var StyledCheckboxWrapper = styled11.div`
5772
5782
  display: flex;
5773
5783
  align-items: center;
5774
5784
  cursor: pointer;
5775
- padding: var(--space-02);
5785
+ padding: var(--wui-space-02);
5776
5786
 
5777
5787
  &:hover {
5778
5788
  /* TODO Lamp to design hover state */
@@ -5785,13 +5795,13 @@ var StyledCheckboxWrapper = styled11.div`
5785
5795
  `;
5786
5796
  var StyledCheckboxRoot = styled11(CheckboxRoot)`
5787
5797
  all: unset; /* CheckboxRoot renders as a button element, so we need to reset all styles */
5788
- background-color: var(--color-bg-fill-white);
5798
+ background-color: var(--wui-color-bg-fill-white);
5789
5799
  min-width: 16px;
5790
5800
  min-height: 16px;
5791
- border-radius: var(--border-radius-01);
5801
+ border-radius: var(--wui-border-radius-01);
5792
5802
  border-width: 1px;
5793
5803
  border-style: solid;
5794
- border-color: var(--color-border);
5804
+ border-color: var(--wui-color-border);
5795
5805
  display: flex;
5796
5806
  align-items: center;
5797
5807
  justify-content: center;
@@ -5799,14 +5809,14 @@ var StyledCheckboxRoot = styled11(CheckboxRoot)`
5799
5809
  margin-top: 3px; /* bump down slightly to mimic "align-self: center" */
5800
5810
 
5801
5811
  &[data-state='checked'] {
5802
- background-color: var(--color-bg-fill);
5812
+ background-color: var(--wui-color-bg-fill);
5803
5813
  }
5804
5814
 
5805
5815
  &[disabled] {
5806
- background-color: var(--color-bg-surface-disabled);
5816
+ background-color: var(--wui-color-bg-surface-disabled);
5807
5817
 
5808
5818
  svg path {
5809
- fill: var(--color-icon-disabled);
5819
+ fill: var(--wui-color-icon-disabled);
5810
5820
  }
5811
5821
  }
5812
5822
 
@@ -5824,7 +5834,7 @@ var StyledCheckboxIndicator = styled11(CheckboxIndicator)`
5824
5834
  var StyledLabelWrapper = styled11.div`
5825
5835
  display: flex;
5826
5836
  flex-direction: column;
5827
- padding-left: var(--space-02);
5837
+ padding-left: var(--wui-space-02);
5828
5838
  `;
5829
5839
  var Checkbox = forwardRef4(
5830
5840
  ({
@@ -5898,7 +5908,7 @@ var DividerComponent = styled12.hr`
5898
5908
  border-bottom: none;
5899
5909
  border-left: none;
5900
5910
  border-right: none;
5901
- border-top-color: var(--color-border);
5911
+ border-top-color: var(--wui-color-border);
5902
5912
  border-top-style: solid;
5903
5913
  border-top-width: ${({ $borderHeight }) => `${$borderHeight}px`};
5904
5914
  clear: both;
@@ -5984,46 +5994,46 @@ var makePolymorphic = (component) => {
5984
5994
  // src/components/Heading/Heading.tsx
5985
5995
  import { jsx as jsx169 } from "react/jsx-runtime";
5986
5996
  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);
5997
+ --font-family: var(--wui-typography-heading-hero-family);
5998
+ --font-size: var(--wui-typography-heading-hero-size);
5999
+ --font-weight: var(--wui-typography-heading-hero-weight);
6000
+ --line-height: var(--wui-typography-heading-hero-line-height);
5991
6001
  `;
5992
6002
  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);
6003
+ --font-family: var(--wui-typography-heading-1-family);
6004
+ --font-size: var(--wui-typography-heading-1-size);
6005
+ --font-weight: var(--wui-typography-heading-1-weight);
6006
+ --line-height: var(--wui-typography-heading-1-line-height);
5997
6007
  `;
5998
6008
  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);
6009
+ --font-family: var(--wui-typography-heading-2-family);
6010
+ --font-size: var(--wui-typography-heading-2-size);
6011
+ --font-weight: var(--wui-typography-heading-2-weight);
6012
+ --line-height: var(--wui-typography-heading-2-line-height);
6003
6013
  `;
6004
6014
  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);
6015
+ --font-family: var(--wui-typography-heading-3-family);
6016
+ --font-size: var(--wui-typography-heading-3-size);
6017
+ --font-weight: var(--wui-typography-heading-3-weight);
6018
+ --line-height: var(--wui-typography-heading-3-line-height);
6009
6019
  `;
6010
6020
  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);
6021
+ --font-family: var(--wui-typography-heading-4-family);
6022
+ --font-size: var(--wui-typography-heading-4-size);
6023
+ --font-weight: var(--wui-typography-heading-4-weight);
6024
+ --line-height: var(--wui-typography-heading-4-line-height);
6015
6025
  `;
6016
6026
  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);
6027
+ --font-family: var(--wui-typography-heading-5-family);
6028
+ --font-size: var(--wui-typography-heading-5-size);
6029
+ --font-weight: var(--wui-typography-heading-5-weight);
6030
+ --line-height: var(--wui-typography-heading-5-line-height);
6021
6031
  `;
6022
6032
  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);
6033
+ --font-family: var(--wui-typography-heading-6-family);
6034
+ --font-size: var(--wui-typography-heading-6-size);
6035
+ --font-weight: var(--wui-typography-heading-6-weight);
6036
+ --line-height: var(--wui-typography-heading-6-line-height);
6027
6037
  `;
6028
6038
  var variantStyleMap = {
6029
6039
  hero: heroStyle,
@@ -6041,14 +6051,14 @@ var StyledHeading = styled14.div`
6041
6051
  font-size: var(--font-size);
6042
6052
  font-weight: var(--font-weight);
6043
6053
  line-height: var(--line-height);
6044
- color: var(--color-text);
6054
+ color: var(--wui-color-text);
6045
6055
  ${({ $variant }) => variantStyleMap[$variant]}
6046
6056
  ${({ $ellipsis }) => $ellipsis && ellipsisStyle};
6047
6057
  ${({ $inline }) => $inline && css14`
6048
6058
  display: inline-block;
6049
6059
  `}
6050
6060
  ${({ $disabled }) => $disabled && css14`
6051
- color: var(--color-text-disabled);
6061
+ color: var(--wui-color-text-disabled);
6052
6062
  `}
6053
6063
  ${({ $preventUserSelect }) => $preventUserSelect && css14`
6054
6064
  user-select: none;
@@ -6112,22 +6122,22 @@ import {
6112
6122
  import styled15, { css as css15 } from "styled-components";
6113
6123
  import { jsx as jsx170, jsxs as jsxs7 } from "react/jsx-runtime";
6114
6124
  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);
6125
+ --tooltip-font-size: var(--wui-typography-label-4-size);
6126
+ --tooltip-line-height: var(--wui-typography-label-4-line-height);
6127
+ --tooltip-font-weight: var(--wui-typography-label-4-weight);
6128
+ --tooltip-horizontal-padding: var(--wui-space-02);
6129
+ --tooltip-vertical-padding: var(--wui-space-03);
6120
6130
  `;
6121
6131
  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);
6132
+ --tooltip-font-family: var(--wui-typography-family-default);
6133
+ --tooltip-border-radius: var(--wui-border-radius-05);
6134
+ --tooltip-bg: var(--wui-color-bg-tooltip);
6135
+ --tooltip-color: var(--wui-color-text-on-fill);
6136
+ --tooltip-font-size: var(--wui-typography-label-3-size);
6137
+ --tooltip-line-height: var(--wui-typography-label-3-line-height);
6138
+ --tooltip-font-weight: var(--wui-typography-label-3-weight);
6139
+ --tooltip-horizontal-padding: var(--wui-space-03);
6140
+ --tooltip-vertical-padding: var(--wui-space-03);
6131
6141
 
6132
6142
  ${({ $compact }) => Boolean($compact) && CompactTooltipStyles};
6133
6143
 
@@ -6283,11 +6293,11 @@ var close = keyframes`
6283
6293
  }
6284
6294
  `;
6285
6295
  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 */
6296
+ --menu-font-family: var(--wui-typography-family-default);
6297
+ --menu-bg: var(--wui-color-bg-fill-white); /* TODO - Not sure what token to use for this */
6288
6298
  --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);
6299
+ --menu-border-radius: var(--wui-border-radius-01);
6300
+ --menu-padding: var(--wui-space-03);
6291
6301
  --menu-min-width: 120px;
6292
6302
  --menu-max-width: 284px;
6293
6303
  --menu-zindex: 500; /* TODO - need z-index token */
@@ -6318,7 +6328,7 @@ var menuContentCss = css16`
6318
6328
  }
6319
6329
 
6320
6330
  hr {
6321
- margin: var(--space-02) 0;
6331
+ margin: var(--wui-space-02) 0;
6322
6332
  }
6323
6333
  `;
6324
6334
  var MenuContent = styled17(DropdownMenuContent)`
@@ -6380,86 +6390,86 @@ import { jsx as jsx173 } from "react/jsx-runtime";
6380
6390
  var bodyBoldStyles = css17`
6381
6391
  > strong,
6382
6392
  b {
6383
- font-weight: var(--typography-weight-body-bold);
6393
+ font-weight: var(--wui-typography-weight-body-bold);
6384
6394
  }
6385
6395
  `;
6386
6396
  var labelBoldStyles = css17`
6387
6397
  > strong,
6388
6398
  b {
6389
- font-weight: var(--typography-weight-label-bold);
6399
+ font-weight: var(--wui-typography-weight-label-bold);
6390
6400
  }
6391
6401
  `;
6392
6402
  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);
6403
+ --font-family: var(--wui-typography-body-1-family);
6404
+ --font-size: var(--wui-typography-body-1-size);
6405
+ --font-weight: var(--wui-typography-body-1-weight);
6406
+ --line-height: var(--wui-typography-body-1-line-height);
6397
6407
  ${bodyBoldStyles}
6398
6408
  `;
6399
6409
  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);
6410
+ --font-family: var(--wui-typography-body-2-family);
6411
+ --font-size: var(--wui-typography-body-2-size);
6412
+ --font-weight: var(--wui-typography-body-2-weight);
6413
+ --line-height: var(--wui-typography-body-2-line-height);
6404
6414
  ${bodyBoldStyles}
6405
6415
  `;
6406
6416
  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);
6417
+ --font-family: var(--wui-typography-body-3-family);
6418
+ --font-size: var(--wui-typography-body-3-size);
6419
+ --font-weight: var(--wui-typography-body-3-weight);
6420
+ --line-height: var(--wui-typography-body-3-line-height);
6411
6421
  ${bodyBoldStyles}
6412
6422
  `;
6413
6423
  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);
6424
+ --font-family: var(--wui-typography-body-4-family);
6425
+ --font-size: var(--wui-typography-body-4-size);
6426
+ --font-weight: var(--wui-typography-body-4-weight);
6427
+ --line-height: var(--wui-typography-body-4-line-height);
6418
6428
  ${bodyBoldStyles}
6419
6429
  `;
6420
6430
  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);
6431
+ --font-family: var(--wui-typography-label-1-family);
6432
+ --font-size: var(--wui-typography-label-1-size);
6433
+ --font-weight: var(--wui-typography-label-1-weight);
6434
+ --line-height: var(--wui-typography-label-1-line-height);
6425
6435
  ${labelBoldStyles}
6426
6436
  `;
6427
6437
  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);
6438
+ --font-family: var(--wui-typography-label-2-family);
6439
+ --font-size: var(--wui-typography-label-2-size);
6440
+ --font-weight: var(--wui-typography-label-2-weight);
6441
+ --line-height: var(--wui-typography-label-2-line-height);
6432
6442
  ${labelBoldStyles}
6433
6443
  `;
6434
6444
  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);
6445
+ --font-family: var(--wui-typography-label-3-family);
6446
+ --font-size: var(--wui-typography-label-3-size);
6447
+ --font-weight: var(--wui-typography-label-3-weight);
6448
+ --line-height: var(--wui-typography-label-3-line-height);
6439
6449
  ${labelBoldStyles}
6440
6450
  `;
6441
6451
  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);
6452
+ --font-family: var(--wui-typography-label-4-family);
6453
+ --font-size: var(--wui-typography-label-4-size);
6454
+ --font-weight: var(--wui-typography-label-4-weight);
6455
+ --line-height: var(--wui-typography-label-4-line-height);
6446
6456
  ${labelBoldStyles}
6447
6457
  `;
6448
6458
  var body1MonoTextStyle = css17`
6449
6459
  ${body1TextStyle};
6450
- --font-family: var(--typography-family-mono);
6460
+ --font-family: var(--wui-typography-family-mono);
6451
6461
  `;
6452
6462
  var body2MonoTextStyle = css17`
6453
6463
  ${body2TextStyle};
6454
- --font-family: var(--typography-family-mono);
6464
+ --font-family: var(--wui-typography-family-mono);
6455
6465
  `;
6456
6466
  var body3MonoTextStyle = css17`
6457
6467
  ${body3TextStyle};
6458
- --font-family: var(--typography-family-mono);
6468
+ --font-family: var(--wui-typography-family-mono);
6459
6469
  `;
6460
6470
  var body4MonoTextStyle = css17`
6461
6471
  ${body4TextStyle};
6462
- --font-family: var(--typography-family-mono);
6472
+ --font-family: var(--wui-typography-family-mono);
6463
6473
  `;
6464
6474
  var variantStyleMap2 = {
6465
6475
  body1: body1TextStyle,
@@ -6476,13 +6486,13 @@ var variantStyleMap2 = {
6476
6486
  label4: label4TextStyle
6477
6487
  };
6478
6488
  var highContrastProminenceStyle = css17`
6479
- --text-color: var(--color-text-high-contrast);
6489
+ --text-color: var(--wui-color-text-high-contrast);
6480
6490
  `;
6481
6491
  var vibrantProminenceStyle = css17`
6482
- --text-color: var(--color-text);
6492
+ --text-color: var(--wui-color-text);
6483
6493
  `;
6484
6494
  var secondaryProminenceStyle = css17`
6485
- --text-color: var(--color-text-secondary);
6495
+ --text-color: var(--wui-color-text-secondary);
6486
6496
  `;
6487
6497
  var prominenceMap = {
6488
6498
  highContrast: highContrastProminenceStyle,
@@ -6505,7 +6515,7 @@ var StyledText = styled18.div`
6505
6515
  display: inline-block;
6506
6516
  `}
6507
6517
  ${({ $disabled }) => $disabled && css17`
6508
- --text-color: var(--color-text-disabled);
6518
+ --text-color: var(--wui-color-text-disabled);
6509
6519
  `}
6510
6520
  ${({ $preventUserSelect }) => $preventUserSelect && css17`
6511
6521
  user-select: none;
@@ -6555,7 +6565,7 @@ var Text = makePolymorphic(TextComponent);
6555
6565
  // src/components/Menu/MenuLabel.tsx
6556
6566
  import { jsx as jsx174 } from "react/jsx-runtime";
6557
6567
  var StyledMenuLabel = styled19(DropdownMenuLabel)`
6558
- padding: var(--space-02);
6568
+ padding: var(--wui-space-02);
6559
6569
  `;
6560
6570
  var MenuLabel = ({ children, ...props }) => {
6561
6571
  return /* @__PURE__ */ jsx174(
@@ -6594,10 +6604,10 @@ import styled20 from "styled-components";
6594
6604
  import { isNotNil as isNotNil7, isNotUndefined as isNotUndefined5 } from "@wistia/type-guards";
6595
6605
  import { jsx as jsx175, jsxs as jsxs9 } from "react/jsx-runtime";
6596
6606
  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);
6607
+ --menu-item-border-radius: var(--wui-border-radius-01);
6608
+ --menu-item-gap: var(--wui-space-01);
6609
+ --menu-item-inner-gap: var(--wui-space-04);
6610
+ --menu-item-disabled-bg: var(--wui-color-white);
6601
6611
 
6602
6612
  text-align: left;
6603
6613
  align-items: left;
@@ -6608,7 +6618,7 @@ var StyledButton3 = styled20(Button)`
6608
6618
  background-color: var(--menu-item-disabled-bg);
6609
6619
  }
6610
6620
 
6611
- ${({ $isGated }) => isNotUndefined5($isGated) && $isGated ? `color: var(--color-text);` : ""}
6621
+ ${({ $isGated }) => isNotUndefined5($isGated) && $isGated ? `color: var(--wui-color-text);` : ""}
6612
6622
  `;
6613
6623
  var StyledMenuContent = styled20.div`
6614
6624
  display: grid;
@@ -6689,7 +6699,7 @@ var SubMenuContent = styled22(DropdownMenuSubContent)`
6689
6699
  }
6690
6700
  `;
6691
6701
  var StyledMobileSubMenuItems = styled22.div`
6692
- margin-left: var(--space-04);
6702
+ margin-left: var(--wui-space-04);
6693
6703
  `;
6694
6704
  var StyledSubTrigger = styled22(DropdownMenuSubTrigger)`
6695
6705
  outline: none;
@@ -6893,7 +6903,7 @@ var DEFAULT_ELEMENT3 = "div";
6893
6903
  var StyledStack = styled24.div`
6894
6904
  display: flex;
6895
6905
  flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
6896
- gap: ${({ $gap }) => `var(--${$gap})`};
6906
+ gap: ${({ $gap }) => `var(--wui-${$gap})`};
6897
6907
 
6898
6908
  > * {
6899
6909
  flex: 1;
@@ -6918,27 +6928,167 @@ var StackComponent = forwardRef10(
6918
6928
  StackComponent.displayName = "Stack";
6919
6929
  var Stack = makePolymorphic(StackComponent);
6920
6930
 
6921
- // src/components/WistiaLogo/WistiaLogo.tsx
6931
+ // src/components/Tag/Tag.tsx
6932
+ import { forwardRef as forwardRef11 } from "react";
6922
6933
  import styled25 from "styled-components";
6923
- import { isNotNil as isNotNil9 } from "@wistia/type-guards";
6924
- import { jsx as jsx184, jsxs as jsxs12 } from "react/jsx-runtime";
6934
+ import { isNil as isNil10, isNotNil as isNotNil9, isNonEmptyString as isNonEmptyString3 } from "@wistia/type-guards";
6935
+ import { Fragment as Fragment2, jsx as jsx184, jsxs as jsxs12 } from "react/jsx-runtime";
6936
+ var TagLabel = styled25.a`
6937
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
6938
+ font-size: var(--wui-typography-label-4-size);
6939
+ font-weight: var(--wui-typography-label-4-weight);
6940
+ line-height: var(--wui-typography-label-4-line-height);
6941
+ border-radius: var(--wui-border-radius-01);
6942
+ align-items: center;
6943
+ color: var(--wui-color-text-high-contrast);
6944
+ text-decoration: none;
6945
+ padding: var(--wui-space-01);
6946
+
6947
+ :not(:only-child) {
6948
+ padding-right: var(--wui-space-01);
6949
+ }
6950
+
6951
+ :is(a):hover {
6952
+ background: var(--wui-color-bg-surface-secondary-hover);
6953
+ }
6954
+
6955
+ :is(a):active {
6956
+ background: var(--wui-color-bg-surface-secondary-active);
6957
+ }
6958
+
6959
+ :focus-visible {
6960
+ outline: unset;
6961
+ box-shadow: inset 0 0 0 2px var(--wui-color-border-secondary);
6962
+ }
6963
+ `;
6964
+ var TagDivider = styled25.div`
6965
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
6966
+ border-left: 1px solid var(--wui-color-border);
6967
+ display: flex;
6968
+ height: 14px;
6969
+ width: 1px;
6970
+ `;
6971
+ var StyledRemoveButton = styled25.button`
6972
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
6973
+ all: unset;
6974
+ cursor: pointer;
6975
+ display: flex;
6976
+ height: 22px;
6977
+ width: 12px;
6978
+ align-items: center;
6979
+ padding: 0 var(--wui-space-01);
6980
+ border-radius: var(--wui-border-radius-01);
6981
+
6982
+ svg path {
6983
+ fill: var(--wui-color-icon);
6984
+ }
6985
+
6986
+ :hover {
6987
+ background: var(--wui-color-bg-surface-secondary-hover);
6988
+ }
6989
+
6990
+ :active {
6991
+ background: var(--wui-color-bg-surface-secondary-active);
6992
+ }
6993
+
6994
+ :focus-visible {
6995
+ outline: unset;
6996
+ box-shadow: inset 0 0 0 2px var(--wui-color-border-secondary);
6997
+ }
6998
+ `;
6999
+ var StyledTag = styled25.div`
7000
+ ${({ $colorScheme }) => getColorScheme($colorScheme)};
7001
+ align-items: center;
7002
+ background-color: var(--wui-color-bg-surface-secondary);
7003
+ border-radius: var(--wui-border-radius-01);
7004
+ display: inline-flex;
7005
+ overflow: hidden;
7006
+ `;
7007
+ var RemoveButton = ({ onClickRemove, onClickRemoveLabel, colorScheme }) => {
7008
+ if (isNil10(onClickRemove)) {
7009
+ return null;
7010
+ }
7011
+ if (isNil10(onClickRemoveLabel)) {
7012
+ throw new Error(
7013
+ "for accessibility, onClickRemoveLabel must be provided if onClickRemove is provided"
7014
+ );
7015
+ }
7016
+ return /* @__PURE__ */ jsxs12(Fragment2, { children: [
7017
+ /* @__PURE__ */ jsx184(TagDivider, { $colorScheme: colorScheme }),
7018
+ /* @__PURE__ */ jsxs12(
7019
+ StyledRemoveButton,
7020
+ {
7021
+ $colorScheme: colorScheme,
7022
+ onClick: onClickRemove,
7023
+ type: "button",
7024
+ children: [
7025
+ /* @__PURE__ */ jsx184(
7026
+ Icon,
7027
+ {
7028
+ size: "sm",
7029
+ type: "close"
7030
+ }
7031
+ ),
7032
+ /* @__PURE__ */ jsx184(ScreenReaderOnly, { children: onClickRemoveLabel })
7033
+ ]
7034
+ }
7035
+ )
7036
+ ] });
7037
+ };
7038
+ var Tag = forwardRef11(
7039
+ ({ onClickRemove, colorScheme = "inherit", href, label, onClickRemoveLabel, ...otherProps }, ref) => {
7040
+ const labelProps = isNotNil9(href) && isNonEmptyString3(href) ? { href, as: "a" } : { as: "span" };
7041
+ return /* @__PURE__ */ jsxs12(
7042
+ StyledTag,
7043
+ {
7044
+ ref,
7045
+ $colorScheme: colorScheme,
7046
+ ...otherProps,
7047
+ children: [
7048
+ /* @__PURE__ */ jsx184(
7049
+ TagLabel,
7050
+ {
7051
+ ...labelProps,
7052
+ $colorScheme: colorScheme,
7053
+ children: label
7054
+ }
7055
+ ),
7056
+ /* @__PURE__ */ jsx184(
7057
+ RemoveButton,
7058
+ {
7059
+ colorScheme,
7060
+ onClickRemove,
7061
+ onClickRemoveLabel
7062
+ }
7063
+ )
7064
+ ]
7065
+ }
7066
+ );
7067
+ }
7068
+ );
7069
+ Tag.displayName = "Tag";
7070
+
7071
+ // src/components/WistiaLogo/WistiaLogo.tsx
7072
+ import styled26 from "styled-components";
7073
+ import { isNotNil as isNotNil10 } from "@wistia/type-guards";
7074
+ import { jsx as jsx185, jsxs as jsxs13 } from "react/jsx-runtime";
6925
7075
  var renderBrandmark = (brandmarkColor, iconOnly) => {
6926
7076
  if (iconOnly) {
6927
- return /* @__PURE__ */ jsx184(
7077
+ return /* @__PURE__ */ jsx185(
6928
7078
  "g",
6929
7079
  {
6930
7080
  "data-testid": "ui-wistia-logo-brandmark",
6931
7081
  fill: brandmarkColor,
6932
- children: /* @__PURE__ */ jsx184("path", { d: "M16.09 17.1h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 26.53c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87ZM32.14 0c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
7082
+ children: /* @__PURE__ */ jsx185("path", { d: "M16.09 17.1h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 26.53c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87ZM32.14 0c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
6933
7083
  }
6934
7084
  );
6935
7085
  }
6936
- return /* @__PURE__ */ jsx184(
7086
+ return /* @__PURE__ */ jsx185(
6937
7087
  "g",
6938
7088
  {
6939
7089
  "data-testid": "ui-wistia-logo-brandmark",
6940
7090
  fill: brandmarkColor,
6941
- children: /* @__PURE__ */ jsx184("path", { d: "M16.09 21.37h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 30.8c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87Zm16.05-17.1c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
7091
+ children: /* @__PURE__ */ jsx185("path", { d: "M16.09 21.37h-5.2c-1.58 0-3.08.68-4.11 1.87L.21 30.8c4.78.25 9.78.25 13.3.25 18.31 0 20.89-11.27 20.89-16.55-1.59 1.93-6.06 6.87-18.32 6.87Zm16.05-17.1c-.08.92-.59 4.69-11.31 4.69-8.72 0-12.24 0-20.83-.17l6.44 7.4a6.657 6.657 0 0 0 4.96 2.3c2.13.03 5.05.06 5.53.06 11.01 0 17.19-5.05 17.19-9.89 0-2.01-.67-3.44-1.97-4.4Z" })
6942
7092
  }
6943
7093
  );
6944
7094
  };
@@ -6946,12 +7096,12 @@ var renderLogotype = (logotypeColor, iconOnly) => {
6946
7096
  if (iconOnly) {
6947
7097
  return null;
6948
7098
  }
6949
- return /* @__PURE__ */ jsx184(
7099
+ return /* @__PURE__ */ jsx185(
6950
7100
  "g",
6951
7101
  {
6952
7102
  "data-testid": "ui-wistia-logo-logotype",
6953
7103
  fill: logotypeColor,
6954
- children: /* @__PURE__ */ jsx184("path", { d: "M70.16 8.66v15.18c0 1.68-.35 3.09-1.05 4.23a6.612 6.612 0 0 1-2.85 2.54c-1.19.55-2.52.82-4.01.82s-2.8-.28-4.01-.85a6.655 6.655 0 0 1-3.11-2.96c-.08.15-.16.29-.24.42a6.552 6.552 0 0 1-2.87 2.54c-1.2.56-2.54.85-4.01.85s-2.8-.27-3.94-.82a6.214 6.214 0 0 1-2.71-2.52c-.67-1.14-1.01-2.56-1.02-4.25l-.22-15.18h7.34V22.3c0 .82.19 1.37.56 1.67.39.28.85.42 1.38.42s1.02-.15 1.45-.45c.43-.3.65-.85.65-1.65V8.65h7.3v13.64c0 .8.22 1.35.65 1.65.43.3.91.45 1.45.45s.99-.14 1.36-.42c.39-.3.58-.85.58-1.67V8.66h7.34Zm2.45 0v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89A3.43 3.43 0 0 0 78.28.44c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.13 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm8.86 1.96c-1.42.4-2.6 1.11-3.54 2.14-.93 1.02-1.4 2.4-1.4 4.12 0 1.11.17 2.09.51 2.94.36.85.82 1.62 1.38 2.34.22.28.55.65.98 1.11.37.4.64.72.8.96.18.24.27.47.27.69 0 .5-.4.87-1.2 1.09-.8.21-1.62.31-2.47.31-.1-.01-.22-.02-.33-.02l1.02 6.94c.42.07.92.11 1.51.11 1.9 0 3.6-.28 5.1-.85 1.5-.56 2.68-1.42 3.54-2.56.88-1.14 1.31-2.55 1.31-4.23 0-.68-.07-1.31-.22-1.87-.13-.58-.32-1.09-.56-1.54a6.64 6.64 0 0 0-.8-1.27c-.3-.37-.74-.82-1.34-1.36-.39-.33-.67-.59-.85-.8-.18-.22-.27-.45-.27-.67 0-.46.26-.79.78-.98.53-.19 1.17-.29 1.91-.29.25 0 .51.01.78.04l-.71-6.88a10.4 10.4 0 0 0-1.56-.11c-1.66 0-3.21.21-4.65.62Zm19.54 15.71c-.99 0-1.71-.23-2.14-.69-.42-.47-.62-1.18-.62-2.11v-6.57h4.21V8.66h-4.21V3.38l-7.34 1.85V24.1c0 2.45.47 4.29 1.4 5.52.95 1.22 2.45 1.83 4.49 1.83.95 0 1.86-.07 2.74-.22.88-.13 1.62-.34 2.25-.62l1.38-6.3c-.55.1-1.27.16-2.16.16Zm4.13-15.8v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89a3.43 3.43 0 0 0-1.42-1.27c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.14 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm27.51 1.87v22.26h-7.34v-2.28c-.41.43-.85.83-1.34 1.19-1.44 1.07-3.12 1.6-5.05 1.6s-3.61-.52-5.1-1.56c-1.48-1.05-2.63-2.47-3.45-4.25-.82-1.78-1.22-3.73-1.22-5.85s.41-4.07 1.22-5.83c.82-1.78 1.97-3.19 3.45-4.23 1.48-1.05 3.18-1.58 5.1-1.58s3.61.53 5.05 1.6c.48.36.93.75 1.34 1.19V8.66h7.34Zm-7.1 11.11c0-.8-.19-1.53-.56-2.18-.37-.67-.88-1.19-1.54-1.58-.64-.39-1.34-.58-2.09-.58s-1.45.19-2.09.58c-.64.39-1.15.91-1.54 1.58-.37.67-.56 1.39-.56 2.18s.19 1.51.56 2.18c.39.67.9 1.19 1.54 1.58.64.39 1.34.58 2.09.58s1.45-.19 2.09-.58c.65-.39 1.16-.91 1.54-1.56.37-.67.56-1.4.56-2.2Z" })
7104
+ children: /* @__PURE__ */ jsx185("path", { d: "M70.16 8.66v15.18c0 1.68-.35 3.09-1.05 4.23a6.612 6.612 0 0 1-2.85 2.54c-1.19.55-2.52.82-4.01.82s-2.8-.28-4.01-.85a6.655 6.655 0 0 1-3.11-2.96c-.08.15-.16.29-.24.42a6.552 6.552 0 0 1-2.87 2.54c-1.2.56-2.54.85-4.01.85s-2.8-.27-3.94-.82a6.214 6.214 0 0 1-2.71-2.52c-.67-1.14-1.01-2.56-1.02-4.25l-.22-15.18h7.34V22.3c0 .82.19 1.37.56 1.67.39.28.85.42 1.38.42s1.02-.15 1.45-.45c.43-.3.65-.85.65-1.65V8.65h7.3v13.64c0 .8.22 1.35.65 1.65.43.3.91.45 1.45.45s.99-.14 1.36-.42c.39-.3.58-.85.58-1.67V8.66h7.34Zm2.45 0v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89A3.43 3.43 0 0 0 78.28.44c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.13 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm8.86 1.96c-1.42.4-2.6 1.11-3.54 2.14-.93 1.02-1.4 2.4-1.4 4.12 0 1.11.17 2.09.51 2.94.36.85.82 1.62 1.38 2.34.22.28.55.65.98 1.11.37.4.64.72.8.96.18.24.27.47.27.69 0 .5-.4.87-1.2 1.09-.8.21-1.62.31-2.47.31-.1-.01-.22-.02-.33-.02l1.02 6.94c.42.07.92.11 1.51.11 1.9 0 3.6-.28 5.1-.85 1.5-.56 2.68-1.42 3.54-2.56.88-1.14 1.31-2.55 1.31-4.23 0-.68-.07-1.31-.22-1.87-.13-.58-.32-1.09-.56-1.54a6.64 6.64 0 0 0-.8-1.27c-.3-.37-.74-.82-1.34-1.36-.39-.33-.67-.59-.85-.8-.18-.22-.27-.45-.27-.67 0-.46.26-.79.78-.98.53-.19 1.17-.29 1.91-.29.25 0 .51.01.78.04l-.71-6.88a10.4 10.4 0 0 0-1.56-.11c-1.66 0-3.21.21-4.65.62Zm19.54 15.71c-.99 0-1.71-.23-2.14-.69-.42-.47-.62-1.18-.62-2.11v-6.57h4.21V8.66h-4.21V3.38l-7.34 1.85V24.1c0 2.45.47 4.29 1.4 5.52.95 1.22 2.45 1.83 4.49 1.83.95 0 1.86-.07 2.74-.22.88-.13 1.62-.34 2.25-.62l1.38-6.3c-.55.1-1.27.16-2.16.16Zm4.13-15.8v22.26h7.34V8.66h-7.34Zm5.67-1.87c.61-.3 1.08-.71 1.42-1.25.36-.55.53-1.19.53-1.94s-.18-1.34-.53-1.89a3.43 3.43 0 0 0-1.42-1.27c-.59-.3-1.25-.45-1.98-.45s-1.42.15-2.02.45c-.59.3-1.07.72-1.42 1.27-.36.55-.53 1.18-.53 1.89 0 1.1.38 1.97 1.14 2.63.76.65 1.71.98 2.85.98.73 0 1.39-.14 1.98-.42Zm27.51 1.87v22.26h-7.34v-2.28c-.41.43-.85.83-1.34 1.19-1.44 1.07-3.12 1.6-5.05 1.6s-3.61-.52-5.1-1.56c-1.48-1.05-2.63-2.47-3.45-4.25-.82-1.78-1.22-3.73-1.22-5.85s.41-4.07 1.22-5.83c.82-1.78 1.97-3.19 3.45-4.23 1.48-1.05 3.18-1.58 5.1-1.58s3.61.53 5.05 1.6c.48.36.93.75 1.34 1.19V8.66h7.34Zm-7.1 11.11c0-.8-.19-1.53-.56-2.18-.37-.67-.88-1.19-1.54-1.58-.64-.39-1.34-.58-2.09-.58s-1.45.19-2.09.58c-.64.39-1.15.91-1.54 1.58-.37.67-.56 1.39-.56 2.18s.19 1.51.56 2.18c.39.67.9 1.19 1.54 1.58.64.39 1.34.58 2.09.58s1.45-.19 2.09-.58c.65-.39 1.16-.91 1.54-1.56.37-.67.56-1.4.56-2.2Z" })
6955
7105
  }
6956
7106
  );
6957
7107
  };
@@ -6961,7 +7111,7 @@ var computedViewBox = (iconOnly) => {
6961
7111
  }
6962
7112
  return "0 0 144 31.47";
6963
7113
  };
6964
- var WistiaLogoComponent = styled25.svg`
7114
+ var WistiaLogoComponent = styled26.svg`
6965
7115
  height: ${({ height }) => `${height}px`};
6966
7116
 
6967
7117
  /* ensure it will always fit on mobile */
@@ -7003,7 +7153,7 @@ var WistiaLogo = ({
7003
7153
  };
7004
7154
  const brandmarkColor = VARIANT_COLORS[variant].brandmark;
7005
7155
  const logotypeColor = VARIANT_COLORS[variant].logotype;
7006
- const Logo = /* @__PURE__ */ jsxs12(
7156
+ const Logo = /* @__PURE__ */ jsxs13(
7007
7157
  WistiaLogoComponent,
7008
7158
  {
7009
7159
  $hoverColor: hoverColor,
@@ -7013,14 +7163,14 @@ var WistiaLogo = ({
7013
7163
  xmlns: "http://www.w3.org/2000/svg",
7014
7164
  ...otherProps,
7015
7165
  children: [
7016
- /* @__PURE__ */ jsx184("title", { children: title }),
7017
- isNotNil9(description) ? /* @__PURE__ */ jsx184("desc", { children: description }) : null,
7166
+ /* @__PURE__ */ jsx185("title", { children: title }),
7167
+ isNotNil10(description) ? /* @__PURE__ */ jsx185("desc", { children: description }) : null,
7018
7168
  renderBrandmark(brandmarkColor, iconOnly),
7019
7169
  renderLogotype(logotypeColor, iconOnly)
7020
7170
  ]
7021
7171
  }
7022
7172
  );
7023
- return href !== void 0 ? /* @__PURE__ */ jsx184("a", { href, children: Logo }) : Logo;
7173
+ return href !== void 0 ? /* @__PURE__ */ jsx185("a", { href, children: Logo }) : Logo;
7024
7174
  };
7025
7175
  WistiaLogo.displayName = "WistiaLogo";
7026
7176
  export {
@@ -7049,6 +7199,7 @@ export {
7049
7199
  ScreenReaderOnly,
7050
7200
  Stack,
7051
7201
  SubMenu,
7202
+ Tag,
7052
7203
  Text,
7053
7204
  Tooltip,
7054
7205
  UIProvider,