@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.cjs +1403 -1251
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +50 -2
- package/dist/index.d.ts +50 -2
- package/dist/index.mjs +1404 -1253
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.0.
|
|
3
|
+
* @license @wistia/ui v0.0.19
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -64,6 +64,7 @@ __export(src_exports, {
|
|
|
64
64
|
ScreenReaderOnly: () => ScreenReaderOnly,
|
|
65
65
|
Stack: () => Stack,
|
|
66
66
|
SubMenu: () => SubMenu,
|
|
67
|
+
Tag: () => Tag,
|
|
67
68
|
Text: () => Text,
|
|
68
69
|
Tooltip: () => Tooltip,
|
|
69
70
|
UIProvider: () => UIProvider,
|
|
@@ -226,1117 +227,1128 @@ var import_styled_components8 = require("styled-components");
|
|
|
226
227
|
// src/css/designTokens/colorGlobal.tsx
|
|
227
228
|
var import_styled_components3 = require("styled-components");
|
|
228
229
|
var lightGlobalTokens = import_styled_components3.css`
|
|
229
|
-
--app-background: #ffffff;
|
|
230
|
-
--blue-surface: #f4f8ffcc;
|
|
231
|
-
--blue-contrast: #ffffff;
|
|
232
|
-
--purple-surface: #fdf5ffcc;
|
|
233
|
-
--purple-contrast: #ffffff;
|
|
234
|
-
--green-surface: #f3faf1cc;
|
|
235
|
-
--green-contrast: #ffffff;
|
|
236
|
-
--pink-surface: #fff5f9cc;
|
|
237
|
-
--pink-contrast: #ffffff;
|
|
238
|
-
--red-surface: #fff5f5cc;
|
|
239
|
-
--red-contrast: #ffffff;
|
|
240
|
-
--yellow-surface: #fafbe5cc;
|
|
241
|
-
--yellow-contrast: #22230b;
|
|
242
|
-
--orange-surface: #fff5f3cc;
|
|
243
|
-
--orange-contrast: #ffffff;
|
|
244
|
-
--error-surface: #fff5f5cc;
|
|
245
|
-
--error-contrast: #ffffff;
|
|
246
|
-
--success-surface: #f1faf5cc;
|
|
247
|
-
--success-contrast: #ffffff;
|
|
248
|
-
--warning-surface: #fefbe6cc;
|
|
249
|
-
--warning-contrast: #262209;
|
|
250
|
-
--gray-surface: #ffffffcc;
|
|
251
|
-
--gray-contrast: #ffffff;
|
|
252
|
-
--blue-1: #fdfdfe;
|
|
253
|
-
--blue-2: #f6f9ff;
|
|
254
|
-
--blue-3: #ecf2ff;
|
|
255
|
-
--blue-4: #ddeaff;
|
|
256
|
-
--blue-5: #cddfff;
|
|
257
|
-
--blue-6: #b8d1ff;
|
|
258
|
-
--blue-7: #a1beff;
|
|
259
|
-
--blue-8: #81a4fe;
|
|
260
|
-
--blue-9: #2949e5;
|
|
261
|
-
--blue-10: #1f36d3;
|
|
262
|
-
--blue-11: #3154dc;
|
|
263
|
-
--blue-12: #192b65;
|
|
264
|
-
--blue-alpha-1: #00008003;
|
|
265
|
-
--blue-alpha-2: #0055ff0a;
|
|
266
|
-
--blue-alpha-3: #0051ff12;
|
|
267
|
-
--blue-alpha-4: #0062ff21;
|
|
268
|
-
--blue-alpha-5: #005cff33;
|
|
269
|
-
--blue-alpha-6: #005aff47;
|
|
270
|
-
--blue-alpha-7: #004fff5e;
|
|
271
|
-
--blue-alpha-8: #0047fd7d;
|
|
272
|
-
--blue-alpha-9: #0026e0d6;
|
|
273
|
-
--blue-alpha-10: #001acde0;
|
|
274
|
-
--blue-alpha-11: #002bd4cf;
|
|
275
|
-
--blue-alpha-12: #001454e5;
|
|
276
|
-
--purple-1: #fefcff;
|
|
277
|
-
--purple-2: #fdf7ff;
|
|
278
|
-
--purple-3: #fbeaff;
|
|
279
|
-
--purple-4: #f7ddff;
|
|
280
|
-
--purple-5: #f2ceff;
|
|
281
|
-
--purple-6: #eabdff;
|
|
282
|
-
--purple-7: #e0a5fc;
|
|
283
|
-
--purple-8: #d285f7;
|
|
284
|
-
--purple-9: #ac12e0;
|
|
285
|
-
--purple-10: #9a09c9;
|
|
286
|
-
--purple-11: #9b0bca;
|
|
287
|
-
--purple-12: #550072;
|
|
288
|
-
--purple-alpha-1: #aa00ff03;
|
|
289
|
-
--purple-alpha-2: #c000ff08;
|
|
290
|
-
--purple-alpha-3: #cf00ff14;
|
|
291
|
-
--purple-alpha-4: #c300ff21;
|
|
292
|
-
--purple-alpha-5: #bc00ff30;
|
|
293
|
-
--purple-alpha-6: #ae00ff42;
|
|
294
|
-
--purple-alpha-7: #a801f759;
|
|
295
|
-
--purple-alpha-8: #a101ef7a;
|
|
296
|
-
--purple-alpha-9: #a600deed;
|
|
297
|
-
--purple-alpha-10: #9600c7f5;
|
|
298
|
-
--purple-alpha-11: #9700c8f5;
|
|
299
|
-
--purple-alpha-12: #550072;
|
|
300
|
-
--green-1: #fbfefa;
|
|
301
|
-
--green-2: #f5fbf4;
|
|
302
|
-
--green-3: #e7f8e5;
|
|
303
|
-
--green-4: #d8f2d4;
|
|
304
|
-
--green-5: #c6ebc0;
|
|
305
|
-
--green-6: #afe0a6;
|
|
306
|
-
--green-7: #8fd185;
|
|
307
|
-
--green-8: #5fbd51;
|
|
308
|
-
--green-9: #268713;
|
|
309
|
-
--green-10: #117900;
|
|
310
|
-
--green-11: #1e8106;
|
|
311
|
-
--green-12: #1e3d19;
|
|
312
|
-
--green-alpha-1: #33cc0005;
|
|
313
|
-
--green-alpha-2: #18a3000b;
|
|
314
|
-
--green-alpha-3: #14bb001a;
|
|
315
|
-
--green-alpha-4: #18b2012b;
|
|
316
|
-
--green-alpha-5: #19af003f;
|
|
317
|
-
--green-alpha-6: #1aa70059;
|
|
318
|
-
--green-alpha-7: #159f017a;
|
|
319
|
-
--green-alpha-8: #189f00b0;
|
|
320
|
-
--green-alpha-9: #159f00ae;
|
|
321
|
-
--green-alpha-10: #157d00ec;
|
|
322
|
-
--green-alpha-11: #117900;
|
|
323
|
-
--green-alpha-12: #197e00f9;
|
|
324
|
-
--pink-1: #fffcfd;
|
|
325
|
-
--pink-2: #fff7fa;
|
|
326
|
-
--pink-3: #ffe8f3;
|
|
327
|
-
--pink-4: #ffdaeb;
|
|
328
|
-
--pink-5: #fdcbe2;
|
|
329
|
-
--pink-6: #f7bcd8;
|
|
330
|
-
--pink-7: #efa8ca;
|
|
331
|
-
--pink-8: #e68eba;
|
|
332
|
-
--pink-9: #ff40b3;
|
|
333
|
-
--pink-10: #f12fa7;
|
|
334
|
-
--pink-11: #cd0089;
|
|
335
|
-
--pink-12: #680445;
|
|
336
|
-
--pink-alpha-1: #ff005503;
|
|
337
|
-
--pink-alpha-2: #ff006008;
|
|
338
|
-
--pink-alpha-3: #ff007a17;
|
|
339
|
-
--pink-alpha-4: #ff007626;
|
|
340
|
-
--pink-alpha-5: #f6007133;
|
|
341
|
-
--pink-alpha-6: #e1006b42;
|
|
342
|
-
--pink-alpha-7: #d1006457;
|
|
343
|
-
--pink-alpha-8: #c7006470;
|
|
344
|
-
--pink-alpha-9: #ff009abf;
|
|
345
|
-
--pink-alpha-10: #ee0093d1;
|
|
346
|
-
--pink-alpha-11: #cd0089;
|
|
347
|
-
--pink-alpha-12: #660042fa;
|
|
348
|
-
--red-1: #fffcfc;
|
|
349
|
-
--red-2: #fff7f7;
|
|
350
|
-
--red-3: #ffe9e9;
|
|
351
|
-
--red-4: #ffd9d9;
|
|
352
|
-
--red-5: #ffcaca;
|
|
353
|
-
--red-6: #ffbaba;
|
|
354
|
-
--red-7: #fca5a6;
|
|
355
|
-
--red-8: #f5898c;
|
|
356
|
-
--red-9: #ff2b51;
|
|
357
|
-
--red-10: #f10845;
|
|
358
|
-
--red-11: #db0035;
|
|
359
|
-
--red-12: #6d021a;
|
|
360
|
-
--red-alpha-1: #ff000003;
|
|
361
|
-
--red-alpha-2: #ff000008;
|
|
362
|
-
--red-alpha-3: #ff000017;
|
|
363
|
-
--red-alpha-4: #ff000026;
|
|
364
|
-
--red-alpha-5: #ff000036;
|
|
365
|
-
--red-alpha-6: #ff000045;
|
|
366
|
-
--red-alpha-7: #f7010359;
|
|
367
|
-
--red-alpha-8: #ea000775;
|
|
368
|
-
--red-alpha-9: #ff002ed4;
|
|
369
|
-
--red-alpha-10: #f1003ff7;
|
|
370
|
-
--red-alpha-11: #db0035;
|
|
371
|
-
--red-alpha-12: #6c0018fc;
|
|
372
|
-
--yellow-1: #fdfdf8;
|
|
373
|
-
--yellow-2: #fbfcea;
|
|
374
|
-
--yellow-3: #f6fbb8;
|
|
375
|
-
--yellow-4: #f0f491;
|
|
376
|
-
--yellow-5: #e7eb6d;
|
|
377
|
-
--yellow-6: #d8dd5d;
|
|
378
|
-
--yellow-7: #c8cc52;
|
|
379
|
-
--yellow-8: #b3b600;
|
|
380
|
-
--yellow-9: #bcbf19;
|
|
381
|
-
--yellow-10: #b1b400;
|
|
382
|
-
--yellow-11: #7a7b00;
|
|
383
|
-
--yellow-12: #3e3f14;
|
|
384
|
-
--yellow-alpha-1: #b7b70008;
|
|
385
|
-
--yellow-alpha-2: #cfdb0014;
|
|
386
|
-
--yellow-alpha-3: #dff10047;
|
|
387
|
-
--yellow-alpha-4: #dde6006e;
|
|
388
|
-
--yellow-alpha-5: #d5dc0091;
|
|
389
|
-
--yellow-alpha-6: #c2ca00a3;
|
|
390
|
-
--yellow-alpha-7: #aeb400ad;
|
|
391
|
-
--yellow-alpha-8: #b3b600;
|
|
392
|
-
--yellow-alpha-9: #b5b800e5;
|
|
393
|
-
--yellow-alpha-10: #b1b400;
|
|
394
|
-
--yellow-alpha-11: #7a7b00;
|
|
395
|
-
--yellow-alpha-12: #2e2f00eb;
|
|
396
|
-
--orange-1: #fffcfb;
|
|
397
|
-
--orange-2: #fff7f5;
|
|
398
|
-
--orange-3: #ffebe6;
|
|
399
|
-
--orange-4: #ffdbce;
|
|
400
|
-
--orange-5: #fcbfcb;
|
|
401
|
-
--orange-6: #ffbdaa;
|
|
402
|
-
--orange-7: #f4aa95;
|
|
403
|
-
--orange-8: #ea9178;
|
|
404
|
-
--orange-9: #d1451a;
|
|
405
|
-
--orange-10: #c23600;
|
|
406
|
-
--orange-11: #ce4216;
|
|
407
|
-
--orange-12: #592b1e;
|
|
408
|
-
--orange-alpha-1: #ff400005;
|
|
409
|
-
--orange-alpha-2: #ff33000a;
|
|
410
|
-
--orange-alpha-3: #ff33001a;
|
|
411
|
-
--orange-alpha-4: #ff440030;
|
|
412
|
-
--orange-alpha-5: #ff400045;
|
|
413
|
-
--orange-alpha-6: #ff390054;
|
|
414
|
-
--orange-alpha-7: #e533016b;
|
|
415
|
-
--orange-alpha-8: #d8300087;
|
|
416
|
-
--orange-alpha-9: #cc3000e5;
|
|
417
|
-
--orange-alpha-10: #c23600;
|
|
418
|
-
--orange-alpha-11: #c93000e8;
|
|
419
|
-
--orange-alpha-12: #430f00e0;
|
|
420
|
-
--error-1: #fffcfc;
|
|
421
|
-
--error-2: #fff7f7;
|
|
422
|
-
--error-3: #ffebea;
|
|
423
|
-
--error-4: #ffdcd9;
|
|
424
|
-
--error-5: #ffcdca;
|
|
425
|
-
--error-6: #febdb9;
|
|
426
|
-
--error-7: #f5a9a5;
|
|
427
|
-
--error-8: #eb8f8b;
|
|
428
|
-
--error-9: #e5484d;
|
|
429
|
-
--error-10: #d73840;
|
|
430
|
-
--error-11: #cc2e39;
|
|
431
|
-
--error-12: #64181b;
|
|
432
|
-
--error-alpha-1: #ff000003;
|
|
433
|
-
--error-alpha-2: #ff000008;
|
|
434
|
-
--error-alpha-3: #ff0d0014;
|
|
435
|
-
--error-alpha-4: #ff150026;
|
|
436
|
-
--error-alpha-5: #ff0f0036;
|
|
437
|
-
--error-alpha-6: #fc0f0045;
|
|
438
|
-
--error-alpha-7: #e30c0159;
|
|
439
|
-
--error-alpha-8: #d4090073;
|
|
440
|
-
--error-alpha-9: #db0007b8;
|
|
441
|
-
--error-alpha-10: #cc000ac7;
|
|
442
|
-
--error-alpha-11: #c1000ed1;
|
|
443
|
-
--error-alpha-12: #540003e8;
|
|
444
|
-
--success-1: #fbfefc;
|
|
445
|
-
--success-2: #f4fbf7;
|
|
446
|
-
--success-3: #e5f6eb;
|
|
447
|
-
--success-4: #d6f1df;
|
|
448
|
-
--success-5: #c4e8d1;
|
|
449
|
-
--success-6: #adddc0;
|
|
450
|
-
--success-7: #8fcea8;
|
|
451
|
-
--success-8: #60b887;
|
|
452
|
-
--success-9: #30a46c;
|
|
453
|
-
--success-10: #289662;
|
|
454
|
-
--success-11: #00814c;
|
|
455
|
-
--success-12: #1d3b2a;
|
|
456
|
-
--success-alpha-1: #00c04005;
|
|
457
|
-
--success-alpha-2: #00a3460a;
|
|
458
|
-
--success-alpha-3: #00a73b1a;
|
|
459
|
-
--success-alpha-4: #00a83829;
|
|
460
|
-
--success-alpha-5: #019c393b;
|
|
461
|
-
--success-alpha-6: #00963c52;
|
|
462
|
-
--success-alpha-7: #00903970;
|
|
463
|
-
--success-alpha-8: #008d3f9e;
|
|
464
|
-
--success-alpha-9: #008f4acf;
|
|
465
|
-
--success-alpha-10: #008345d6;
|
|
466
|
-
--success-alpha-11: #00814c;
|
|
467
|
-
--success-alpha-12: #00220fe3;
|
|
468
|
-
--warning-1: #fdfdfa;
|
|
469
|
-
--warning-2: #fefceb;
|
|
470
|
-
--warning-3: #fff9bf;
|
|
471
|
-
--warning-4: #fef29f;
|
|
472
|
-
--warning-5: #f8e981;
|
|
473
|
-
--warning-6: #e9da79;
|
|
474
|
-
--warning-7: #d8cb75;
|
|
475
|
-
--warning-8: #c4b54f;
|
|
476
|
-
--warning-9: #ffe62a;
|
|
477
|
-
--warning-10: #f3dd45;
|
|
478
|
-
--warning-11: #897a00;
|
|
479
|
-
--warning-12: #413d23;
|
|
480
|
-
--warning-alpha-1: #99990005;
|
|
481
|
-
--warning-alpha-2: #f3d90014;
|
|
482
|
-
--warning-alpha-3: #ffe80040;
|
|
483
|
-
--warning-alpha-4: #fddd0061;
|
|
484
|
-
--warning-alpha-5: #f1d3007d;
|
|
485
|
-
--warning-alpha-6: #d6b90087;
|
|
486
|
-
--warning-alpha-7: #b79f008a;
|
|
487
|
-
--warning-alpha-8: #aa9400b0;
|
|
488
|
-
--warning-alpha-9: #ffe100d6;
|
|
489
|
-
--warning-alpha-10: #efd100ba;
|
|
490
|
-
--warning-alpha-11: #897a00;
|
|
491
|
-
--warning-alpha-12: #231e00db;
|
|
492
|
-
--gray-1: #fcfcfd;
|
|
493
|
-
--gray-2: #f9f9fb;
|
|
494
|
-
--gray-3: #f0f0f3;
|
|
495
|
-
--gray-4: #e8e8ec;
|
|
496
|
-
--gray-5: #e0e0e5;
|
|
497
|
-
--gray-6: #d9d9de;
|
|
498
|
-
--gray-7: #ceced5;
|
|
499
|
-
--gray-8: #bbbbc4;
|
|
500
|
-
--gray-9: #8d8d95;
|
|
501
|
-
--gray-10: #82828a;
|
|
502
|
-
--gray-11: #64646a;
|
|
503
|
-
--gray-12: #202024;
|
|
504
|
-
--gray-alpha-1: #00005503;
|
|
505
|
-
--gray-alpha-2: #00005505;
|
|
506
|
-
--gray-alpha-3: #0000330f;
|
|
507
|
-
--gray-alpha-4: #00002d17;
|
|
508
|
-
--gray-alpha-5: #00002a1f;
|
|
509
|
-
--gray-alpha-6: #00002226;
|
|
510
|
-
--gray-alpha-7: #00002530;
|
|
511
|
-
--gray-alpha-8: #00002245;
|
|
512
|
-
--gray-alpha-9: #00001273;
|
|
513
|
-
--gray-alpha-10: #0000117d;
|
|
514
|
-
--gray-alpha-11: #00000a9c;
|
|
515
|
-
--gray-alpha-12: #000005de;
|
|
516
|
-
--vendor-hubspot-1: #fefcfb;
|
|
517
|
-
--vendor-hubspot-2: #fff5f2;
|
|
518
|
-
--vendor-hubspot-3: #ffe9e2;
|
|
519
|
-
--vendor-hubspot-4: #ffd7c9;
|
|
520
|
-
--vendor-hubspot-5: #ffc8b7;
|
|
521
|
-
--vendor-hubspot-6: #ffb8a3;
|
|
522
|
-
--vendor-hubspot-7: #ffa48d;
|
|
523
|
-
--vendor-hubspot-8: #f68a70;
|
|
524
|
-
--vendor-hubspot-9: #ff5c36;
|
|
525
|
-
--vendor-hubspot-10: #f24d25;
|
|
526
|
-
--vendor-hubspot-11: #d93a0f;
|
|
527
|
-
--vendor-hubspot-12: #5b2a1e;
|
|
528
|
-
--vendor-hubspot-surface: #fff3efcc;
|
|
529
|
-
--vendor-hubspot-contrast: #ffffff;
|
|
530
|
-
--vendor-marketo-1: #fdfdff;
|
|
531
|
-
--vendor-marketo-2: #f7f8ff;
|
|
532
|
-
--vendor-marketo-3: #eff2ff;
|
|
533
|
-
--vendor-marketo-4: #e3e8ff;
|
|
534
|
-
--vendor-marketo-5: #d5ddff;
|
|
535
|
-
--vendor-marketo-6: #c5cfff;
|
|
536
|
-
--vendor-marketo-7: #b0bcfa;
|
|
537
|
-
--vendor-marketo-8: #93a0f2;
|
|
538
|
-
--vendor-marketo-9: #4c50cc;
|
|
539
|
-
--vendor-marketo-10: #4040bb;
|
|
540
|
-
--vendor-marketo-11: #4f55c7;
|
|
541
|
-
--vendor-marketo-12: #252a62;
|
|
542
|
-
--vendor-marketo-surface: #f5f6ffcc;
|
|
543
|
-
--vendor-marketo-contrast: #ffffff;
|
|
544
|
-
--vendor-pardot-1: #fafdff;
|
|
545
|
-
--vendor-pardot-2: #f3fafe;
|
|
546
|
-
--vendor-pardot-3: #e1f5ff;
|
|
547
|
-
--vendor-pardot-4: #ceeeff;
|
|
548
|
-
--vendor-pardot-5: #bae5ff;
|
|
549
|
-
--vendor-pardot-6: #a4d9fa;
|
|
550
|
-
--vendor-pardot-7: #85c9f1;
|
|
551
|
-
--vendor-pardot-8: #4fb3e8;
|
|
552
|
-
--vendor-pardot-9: #00a1e0;
|
|
553
|
-
--vendor-pardot-10: #0094cf;
|
|
554
|
-
--vendor-pardot-11: #0079b5;
|
|
555
|
-
--vendor-pardot-12: #0c3a51;
|
|
556
|
-
--vendor-pardot-surface: #f0f9fecc;
|
|
557
|
-
--vendor-pardot-contrast: #ffffff;
|
|
230
|
+
--wui-app-background: #ffffff;
|
|
231
|
+
--wui-blue-surface: #f4f8ffcc;
|
|
232
|
+
--wui-blue-contrast: #ffffff;
|
|
233
|
+
--wui-purple-surface: #fdf5ffcc;
|
|
234
|
+
--wui-purple-contrast: #ffffff;
|
|
235
|
+
--wui-green-surface: #f3faf1cc;
|
|
236
|
+
--wui-green-contrast: #ffffff;
|
|
237
|
+
--wui-pink-surface: #fff5f9cc;
|
|
238
|
+
--wui-pink-contrast: #ffffff;
|
|
239
|
+
--wui-red-surface: #fff5f5cc;
|
|
240
|
+
--wui-red-contrast: #ffffff;
|
|
241
|
+
--wui-yellow-surface: #fafbe5cc;
|
|
242
|
+
--wui-yellow-contrast: #22230b;
|
|
243
|
+
--wui-orange-surface: #fff5f3cc;
|
|
244
|
+
--wui-orange-contrast: #ffffff;
|
|
245
|
+
--wui-error-surface: #fff5f5cc;
|
|
246
|
+
--wui-error-contrast: #ffffff;
|
|
247
|
+
--wui-success-surface: #f1faf5cc;
|
|
248
|
+
--wui-success-contrast: #ffffff;
|
|
249
|
+
--wui-warning-surface: #fefbe6cc;
|
|
250
|
+
--wui-warning-contrast: #262209;
|
|
251
|
+
--wui-gray-surface: #ffffffcc;
|
|
252
|
+
--wui-gray-contrast: #ffffff;
|
|
253
|
+
--wui-blue-1: #fdfdfe;
|
|
254
|
+
--wui-blue-2: #f6f9ff;
|
|
255
|
+
--wui-blue-3: #ecf2ff;
|
|
256
|
+
--wui-blue-4: #ddeaff;
|
|
257
|
+
--wui-blue-5: #cddfff;
|
|
258
|
+
--wui-blue-6: #b8d1ff;
|
|
259
|
+
--wui-blue-7: #a1beff;
|
|
260
|
+
--wui-blue-8: #81a4fe;
|
|
261
|
+
--wui-blue-9: #2949e5;
|
|
262
|
+
--wui-blue-10: #1f36d3;
|
|
263
|
+
--wui-blue-11: #3154dc;
|
|
264
|
+
--wui-blue-12: #192b65;
|
|
265
|
+
--wui-blue-alpha-1: #00008003;
|
|
266
|
+
--wui-blue-alpha-2: #0055ff0a;
|
|
267
|
+
--wui-blue-alpha-3: #0051ff12;
|
|
268
|
+
--wui-blue-alpha-4: #0062ff21;
|
|
269
|
+
--wui-blue-alpha-5: #005cff33;
|
|
270
|
+
--wui-blue-alpha-6: #005aff47;
|
|
271
|
+
--wui-blue-alpha-7: #004fff5e;
|
|
272
|
+
--wui-blue-alpha-8: #0047fd7d;
|
|
273
|
+
--wui-blue-alpha-9: #0026e0d6;
|
|
274
|
+
--wui-blue-alpha-10: #001acde0;
|
|
275
|
+
--wui-blue-alpha-11: #002bd4cf;
|
|
276
|
+
--wui-blue-alpha-12: #001454e5;
|
|
277
|
+
--wui-purple-1: #fefcff;
|
|
278
|
+
--wui-purple-2: #fdf7ff;
|
|
279
|
+
--wui-purple-3: #fbeaff;
|
|
280
|
+
--wui-purple-4: #f7ddff;
|
|
281
|
+
--wui-purple-5: #f2ceff;
|
|
282
|
+
--wui-purple-6: #eabdff;
|
|
283
|
+
--wui-purple-7: #e0a5fc;
|
|
284
|
+
--wui-purple-8: #d285f7;
|
|
285
|
+
--wui-purple-9: #ac12e0;
|
|
286
|
+
--wui-purple-10: #9a09c9;
|
|
287
|
+
--wui-purple-11: #9b0bca;
|
|
288
|
+
--wui-purple-12: #550072;
|
|
289
|
+
--wui-purple-alpha-1: #aa00ff03;
|
|
290
|
+
--wui-purple-alpha-2: #c000ff08;
|
|
291
|
+
--wui-purple-alpha-3: #cf00ff14;
|
|
292
|
+
--wui-purple-alpha-4: #c300ff21;
|
|
293
|
+
--wui-purple-alpha-5: #bc00ff30;
|
|
294
|
+
--wui-purple-alpha-6: #ae00ff42;
|
|
295
|
+
--wui-purple-alpha-7: #a801f759;
|
|
296
|
+
--wui-purple-alpha-8: #a101ef7a;
|
|
297
|
+
--wui-purple-alpha-9: #a600deed;
|
|
298
|
+
--wui-purple-alpha-10: #9600c7f5;
|
|
299
|
+
--wui-purple-alpha-11: #9700c8f5;
|
|
300
|
+
--wui-purple-alpha-12: #550072;
|
|
301
|
+
--wui-green-1: #fbfefa;
|
|
302
|
+
--wui-green-2: #f5fbf4;
|
|
303
|
+
--wui-green-3: #e7f8e5;
|
|
304
|
+
--wui-green-4: #d8f2d4;
|
|
305
|
+
--wui-green-5: #c6ebc0;
|
|
306
|
+
--wui-green-6: #afe0a6;
|
|
307
|
+
--wui-green-7: #8fd185;
|
|
308
|
+
--wui-green-8: #5fbd51;
|
|
309
|
+
--wui-green-9: #268713;
|
|
310
|
+
--wui-green-10: #117900;
|
|
311
|
+
--wui-green-11: #1e8106;
|
|
312
|
+
--wui-green-12: #1e3d19;
|
|
313
|
+
--wui-green-alpha-1: #33cc0005;
|
|
314
|
+
--wui-green-alpha-2: #18a3000b;
|
|
315
|
+
--wui-green-alpha-3: #14bb001a;
|
|
316
|
+
--wui-green-alpha-4: #18b2012b;
|
|
317
|
+
--wui-green-alpha-5: #19af003f;
|
|
318
|
+
--wui-green-alpha-6: #1aa70059;
|
|
319
|
+
--wui-green-alpha-7: #159f017a;
|
|
320
|
+
--wui-green-alpha-8: #189f00b0;
|
|
321
|
+
--wui-green-alpha-9: #159f00ae;
|
|
322
|
+
--wui-green-alpha-10: #157d00ec;
|
|
323
|
+
--wui-green-alpha-11: #117900;
|
|
324
|
+
--wui-green-alpha-12: #197e00f9;
|
|
325
|
+
--wui-pink-1: #fffcfd;
|
|
326
|
+
--wui-pink-2: #fff7fa;
|
|
327
|
+
--wui-pink-3: #ffe8f3;
|
|
328
|
+
--wui-pink-4: #ffdaeb;
|
|
329
|
+
--wui-pink-5: #fdcbe2;
|
|
330
|
+
--wui-pink-6: #f7bcd8;
|
|
331
|
+
--wui-pink-7: #efa8ca;
|
|
332
|
+
--wui-pink-8: #e68eba;
|
|
333
|
+
--wui-pink-9: #ff40b3;
|
|
334
|
+
--wui-pink-10: #f12fa7;
|
|
335
|
+
--wui-pink-11: #cd0089;
|
|
336
|
+
--wui-pink-12: #680445;
|
|
337
|
+
--wui-pink-alpha-1: #ff005503;
|
|
338
|
+
--wui-pink-alpha-2: #ff006008;
|
|
339
|
+
--wui-pink-alpha-3: #ff007a17;
|
|
340
|
+
--wui-pink-alpha-4: #ff007626;
|
|
341
|
+
--wui-pink-alpha-5: #f6007133;
|
|
342
|
+
--wui-pink-alpha-6: #e1006b42;
|
|
343
|
+
--wui-pink-alpha-7: #d1006457;
|
|
344
|
+
--wui-pink-alpha-8: #c7006470;
|
|
345
|
+
--wui-pink-alpha-9: #ff009abf;
|
|
346
|
+
--wui-pink-alpha-10: #ee0093d1;
|
|
347
|
+
--wui-pink-alpha-11: #cd0089;
|
|
348
|
+
--wui-pink-alpha-12: #660042fa;
|
|
349
|
+
--wui-red-1: #fffcfc;
|
|
350
|
+
--wui-red-2: #fff7f7;
|
|
351
|
+
--wui-red-3: #ffe9e9;
|
|
352
|
+
--wui-red-4: #ffd9d9;
|
|
353
|
+
--wui-red-5: #ffcaca;
|
|
354
|
+
--wui-red-6: #ffbaba;
|
|
355
|
+
--wui-red-7: #fca5a6;
|
|
356
|
+
--wui-red-8: #f5898c;
|
|
357
|
+
--wui-red-9: #ff2b51;
|
|
358
|
+
--wui-red-10: #f10845;
|
|
359
|
+
--wui-red-11: #db0035;
|
|
360
|
+
--wui-red-12: #6d021a;
|
|
361
|
+
--wui-red-alpha-1: #ff000003;
|
|
362
|
+
--wui-red-alpha-2: #ff000008;
|
|
363
|
+
--wui-red-alpha-3: #ff000017;
|
|
364
|
+
--wui-red-alpha-4: #ff000026;
|
|
365
|
+
--wui-red-alpha-5: #ff000036;
|
|
366
|
+
--wui-red-alpha-6: #ff000045;
|
|
367
|
+
--wui-red-alpha-7: #f7010359;
|
|
368
|
+
--wui-red-alpha-8: #ea000775;
|
|
369
|
+
--wui-red-alpha-9: #ff002ed4;
|
|
370
|
+
--wui-red-alpha-10: #f1003ff7;
|
|
371
|
+
--wui-red-alpha-11: #db0035;
|
|
372
|
+
--wui-red-alpha-12: #6c0018fc;
|
|
373
|
+
--wui-yellow-1: #fdfdf8;
|
|
374
|
+
--wui-yellow-2: #fbfcea;
|
|
375
|
+
--wui-yellow-3: #f6fbb8;
|
|
376
|
+
--wui-yellow-4: #f0f491;
|
|
377
|
+
--wui-yellow-5: #e7eb6d;
|
|
378
|
+
--wui-yellow-6: #d8dd5d;
|
|
379
|
+
--wui-yellow-7: #c8cc52;
|
|
380
|
+
--wui-yellow-8: #b3b600;
|
|
381
|
+
--wui-yellow-9: #bcbf19;
|
|
382
|
+
--wui-yellow-10: #b1b400;
|
|
383
|
+
--wui-yellow-11: #7a7b00;
|
|
384
|
+
--wui-yellow-12: #3e3f14;
|
|
385
|
+
--wui-yellow-alpha-1: #b7b70008;
|
|
386
|
+
--wui-yellow-alpha-2: #cfdb0014;
|
|
387
|
+
--wui-yellow-alpha-3: #dff10047;
|
|
388
|
+
--wui-yellow-alpha-4: #dde6006e;
|
|
389
|
+
--wui-yellow-alpha-5: #d5dc0091;
|
|
390
|
+
--wui-yellow-alpha-6: #c2ca00a3;
|
|
391
|
+
--wui-yellow-alpha-7: #aeb400ad;
|
|
392
|
+
--wui-yellow-alpha-8: #b3b600;
|
|
393
|
+
--wui-yellow-alpha-9: #b5b800e5;
|
|
394
|
+
--wui-yellow-alpha-10: #b1b400;
|
|
395
|
+
--wui-yellow-alpha-11: #7a7b00;
|
|
396
|
+
--wui-yellow-alpha-12: #2e2f00eb;
|
|
397
|
+
--wui-orange-1: #fffcfb;
|
|
398
|
+
--wui-orange-2: #fff7f5;
|
|
399
|
+
--wui-orange-3: #ffebe6;
|
|
400
|
+
--wui-orange-4: #ffdbce;
|
|
401
|
+
--wui-orange-5: #fcbfcb;
|
|
402
|
+
--wui-orange-6: #ffbdaa;
|
|
403
|
+
--wui-orange-7: #f4aa95;
|
|
404
|
+
--wui-orange-8: #ea9178;
|
|
405
|
+
--wui-orange-9: #d1451a;
|
|
406
|
+
--wui-orange-10: #c23600;
|
|
407
|
+
--wui-orange-11: #ce4216;
|
|
408
|
+
--wui-orange-12: #592b1e;
|
|
409
|
+
--wui-orange-alpha-1: #ff400005;
|
|
410
|
+
--wui-orange-alpha-2: #ff33000a;
|
|
411
|
+
--wui-orange-alpha-3: #ff33001a;
|
|
412
|
+
--wui-orange-alpha-4: #ff440030;
|
|
413
|
+
--wui-orange-alpha-5: #ff400045;
|
|
414
|
+
--wui-orange-alpha-6: #ff390054;
|
|
415
|
+
--wui-orange-alpha-7: #e533016b;
|
|
416
|
+
--wui-orange-alpha-8: #d8300087;
|
|
417
|
+
--wui-orange-alpha-9: #cc3000e5;
|
|
418
|
+
--wui-orange-alpha-10: #c23600;
|
|
419
|
+
--wui-orange-alpha-11: #c93000e8;
|
|
420
|
+
--wui-orange-alpha-12: #430f00e0;
|
|
421
|
+
--wui-error-1: #fffcfc;
|
|
422
|
+
--wui-error-2: #fff7f7;
|
|
423
|
+
--wui-error-3: #ffebea;
|
|
424
|
+
--wui-error-4: #ffdcd9;
|
|
425
|
+
--wui-error-5: #ffcdca;
|
|
426
|
+
--wui-error-6: #febdb9;
|
|
427
|
+
--wui-error-7: #f5a9a5;
|
|
428
|
+
--wui-error-8: #eb8f8b;
|
|
429
|
+
--wui-error-9: #e5484d;
|
|
430
|
+
--wui-error-10: #d73840;
|
|
431
|
+
--wui-error-11: #cc2e39;
|
|
432
|
+
--wui-error-12: #64181b;
|
|
433
|
+
--wui-error-alpha-1: #ff000003;
|
|
434
|
+
--wui-error-alpha-2: #ff000008;
|
|
435
|
+
--wui-error-alpha-3: #ff0d0014;
|
|
436
|
+
--wui-error-alpha-4: #ff150026;
|
|
437
|
+
--wui-error-alpha-5: #ff0f0036;
|
|
438
|
+
--wui-error-alpha-6: #fc0f0045;
|
|
439
|
+
--wui-error-alpha-7: #e30c0159;
|
|
440
|
+
--wui-error-alpha-8: #d4090073;
|
|
441
|
+
--wui-error-alpha-9: #db0007b8;
|
|
442
|
+
--wui-error-alpha-10: #cc000ac7;
|
|
443
|
+
--wui-error-alpha-11: #c1000ed1;
|
|
444
|
+
--wui-error-alpha-12: #540003e8;
|
|
445
|
+
--wui-success-1: #fbfefc;
|
|
446
|
+
--wui-success-2: #f4fbf7;
|
|
447
|
+
--wui-success-3: #e5f6eb;
|
|
448
|
+
--wui-success-4: #d6f1df;
|
|
449
|
+
--wui-success-5: #c4e8d1;
|
|
450
|
+
--wui-success-6: #adddc0;
|
|
451
|
+
--wui-success-7: #8fcea8;
|
|
452
|
+
--wui-success-8: #60b887;
|
|
453
|
+
--wui-success-9: #30a46c;
|
|
454
|
+
--wui-success-10: #289662;
|
|
455
|
+
--wui-success-11: #00814c;
|
|
456
|
+
--wui-success-12: #1d3b2a;
|
|
457
|
+
--wui-success-alpha-1: #00c04005;
|
|
458
|
+
--wui-success-alpha-2: #00a3460a;
|
|
459
|
+
--wui-success-alpha-3: #00a73b1a;
|
|
460
|
+
--wui-success-alpha-4: #00a83829;
|
|
461
|
+
--wui-success-alpha-5: #019c393b;
|
|
462
|
+
--wui-success-alpha-6: #00963c52;
|
|
463
|
+
--wui-success-alpha-7: #00903970;
|
|
464
|
+
--wui-success-alpha-8: #008d3f9e;
|
|
465
|
+
--wui-success-alpha-9: #008f4acf;
|
|
466
|
+
--wui-success-alpha-10: #008345d6;
|
|
467
|
+
--wui-success-alpha-11: #00814c;
|
|
468
|
+
--wui-success-alpha-12: #00220fe3;
|
|
469
|
+
--wui-warning-1: #fdfdfa;
|
|
470
|
+
--wui-warning-2: #fefceb;
|
|
471
|
+
--wui-warning-3: #fff9bf;
|
|
472
|
+
--wui-warning-4: #fef29f;
|
|
473
|
+
--wui-warning-5: #f8e981;
|
|
474
|
+
--wui-warning-6: #e9da79;
|
|
475
|
+
--wui-warning-7: #d8cb75;
|
|
476
|
+
--wui-warning-8: #c4b54f;
|
|
477
|
+
--wui-warning-9: #ffe62a;
|
|
478
|
+
--wui-warning-10: #f3dd45;
|
|
479
|
+
--wui-warning-11: #897a00;
|
|
480
|
+
--wui-warning-12: #413d23;
|
|
481
|
+
--wui-warning-alpha-1: #99990005;
|
|
482
|
+
--wui-warning-alpha-2: #f3d90014;
|
|
483
|
+
--wui-warning-alpha-3: #ffe80040;
|
|
484
|
+
--wui-warning-alpha-4: #fddd0061;
|
|
485
|
+
--wui-warning-alpha-5: #f1d3007d;
|
|
486
|
+
--wui-warning-alpha-6: #d6b90087;
|
|
487
|
+
--wui-warning-alpha-7: #b79f008a;
|
|
488
|
+
--wui-warning-alpha-8: #aa9400b0;
|
|
489
|
+
--wui-warning-alpha-9: #ffe100d6;
|
|
490
|
+
--wui-warning-alpha-10: #efd100ba;
|
|
491
|
+
--wui-warning-alpha-11: #897a00;
|
|
492
|
+
--wui-warning-alpha-12: #231e00db;
|
|
493
|
+
--wui-gray-1: #fcfcfd;
|
|
494
|
+
--wui-gray-2: #f9f9fb;
|
|
495
|
+
--wui-gray-3: #f0f0f3;
|
|
496
|
+
--wui-gray-4: #e8e8ec;
|
|
497
|
+
--wui-gray-5: #e0e0e5;
|
|
498
|
+
--wui-gray-6: #d9d9de;
|
|
499
|
+
--wui-gray-7: #ceced5;
|
|
500
|
+
--wui-gray-8: #bbbbc4;
|
|
501
|
+
--wui-gray-9: #8d8d95;
|
|
502
|
+
--wui-gray-10: #82828a;
|
|
503
|
+
--wui-gray-11: #64646a;
|
|
504
|
+
--wui-gray-12: #202024;
|
|
505
|
+
--wui-gray-alpha-1: #00005503;
|
|
506
|
+
--wui-gray-alpha-2: #00005505;
|
|
507
|
+
--wui-gray-alpha-3: #0000330f;
|
|
508
|
+
--wui-gray-alpha-4: #00002d17;
|
|
509
|
+
--wui-gray-alpha-5: #00002a1f;
|
|
510
|
+
--wui-gray-alpha-6: #00002226;
|
|
511
|
+
--wui-gray-alpha-7: #00002530;
|
|
512
|
+
--wui-gray-alpha-8: #00002245;
|
|
513
|
+
--wui-gray-alpha-9: #00001273;
|
|
514
|
+
--wui-gray-alpha-10: #0000117d;
|
|
515
|
+
--wui-gray-alpha-11: #00000a9c;
|
|
516
|
+
--wui-gray-alpha-12: #000005de;
|
|
517
|
+
--wui-vendor-hubspot-1: #fefcfb;
|
|
518
|
+
--wui-vendor-hubspot-2: #fff5f2;
|
|
519
|
+
--wui-vendor-hubspot-3: #ffe9e2;
|
|
520
|
+
--wui-vendor-hubspot-4: #ffd7c9;
|
|
521
|
+
--wui-vendor-hubspot-5: #ffc8b7;
|
|
522
|
+
--wui-vendor-hubspot-6: #ffb8a3;
|
|
523
|
+
--wui-vendor-hubspot-7: #ffa48d;
|
|
524
|
+
--wui-vendor-hubspot-8: #f68a70;
|
|
525
|
+
--wui-vendor-hubspot-9: #ff5c36;
|
|
526
|
+
--wui-vendor-hubspot-10: #f24d25;
|
|
527
|
+
--wui-vendor-hubspot-11: #d93a0f;
|
|
528
|
+
--wui-vendor-hubspot-12: #5b2a1e;
|
|
529
|
+
--wui-vendor-hubspot-surface: #fff3efcc;
|
|
530
|
+
--wui-vendor-hubspot-contrast: #ffffff;
|
|
531
|
+
--wui-vendor-marketo-1: #fdfdff;
|
|
532
|
+
--wui-vendor-marketo-2: #f7f8ff;
|
|
533
|
+
--wui-vendor-marketo-3: #eff2ff;
|
|
534
|
+
--wui-vendor-marketo-4: #e3e8ff;
|
|
535
|
+
--wui-vendor-marketo-5: #d5ddff;
|
|
536
|
+
--wui-vendor-marketo-6: #c5cfff;
|
|
537
|
+
--wui-vendor-marketo-7: #b0bcfa;
|
|
538
|
+
--wui-vendor-marketo-8: #93a0f2;
|
|
539
|
+
--wui-vendor-marketo-9: #4c50cc;
|
|
540
|
+
--wui-vendor-marketo-10: #4040bb;
|
|
541
|
+
--wui-vendor-marketo-11: #4f55c7;
|
|
542
|
+
--wui-vendor-marketo-12: #252a62;
|
|
543
|
+
--wui-vendor-marketo-surface: #f5f6ffcc;
|
|
544
|
+
--wui-vendor-marketo-contrast: #ffffff;
|
|
545
|
+
--wui-vendor-pardot-1: #fafdff;
|
|
546
|
+
--wui-vendor-pardot-2: #f3fafe;
|
|
547
|
+
--wui-vendor-pardot-3: #e1f5ff;
|
|
548
|
+
--wui-vendor-pardot-4: #ceeeff;
|
|
549
|
+
--wui-vendor-pardot-5: #bae5ff;
|
|
550
|
+
--wui-vendor-pardot-6: #a4d9fa;
|
|
551
|
+
--wui-vendor-pardot-7: #85c9f1;
|
|
552
|
+
--wui-vendor-pardot-8: #4fb3e8;
|
|
553
|
+
--wui-vendor-pardot-9: #00a1e0;
|
|
554
|
+
--wui-vendor-pardot-10: #0094cf;
|
|
555
|
+
--wui-vendor-pardot-11: #0079b5;
|
|
556
|
+
--wui-vendor-pardot-12: #0c3a51;
|
|
557
|
+
--wui-vendor-pardot-surface: #f0f9fecc;
|
|
558
|
+
--wui-vendor-pardot-contrast: #ffffff;
|
|
558
559
|
`;
|
|
559
560
|
var darkGlobalTokens = import_styled_components3.css`
|
|
560
|
-
--app-background: #101629;
|
|
561
|
-
--blue-surface: #141c2d80;
|
|
562
|
-
--blue-contrast: #ffffff;
|
|
563
|
-
--purple-surface: #34132980;
|
|
564
|
-
--purple-contrast: #ffffff;
|
|
565
|
-
--green-surface: #1c240280;
|
|
566
|
-
--green-contrast: #ffffff;
|
|
567
|
-
--pink-surface: #3c0f1080;
|
|
568
|
-
--pink-contrast: #ffffff;
|
|
569
|
-
--red-surface: #38160480;
|
|
570
|
-
--red-contrast: #ffffff;
|
|
571
|
-
--yellow-surface: #28220080;
|
|
572
|
-
--yellow-contrast: #22230b;
|
|
573
|
-
--orange-surface: #321a0480;
|
|
574
|
-
--orange-contrast: #ffffff;
|
|
575
|
-
--error-surface: #36160280;
|
|
576
|
-
--error-contrast: #ffffff;
|
|
577
|
-
--success-surface: #1a260880;
|
|
578
|
-
--success-contrast: #ffffff;
|
|
579
|
-
--warning-surface: #2c240080;
|
|
580
|
-
--warning-contrast: #262209;
|
|
581
|
-
--gray-surface: #0000000d;
|
|
582
|
-
--gray-contrast: #ffffff;
|
|
583
|
-
--blue-1: #111725;
|
|
584
|
-
--blue-2: #12192b;
|
|
585
|
-
--blue-3: #152452;
|
|
586
|
-
--blue-4: #192c6d;
|
|
587
|
-
--blue-5: #203681;
|
|
588
|
-
--blue-6: #284191;
|
|
589
|
-
--blue-7: #314da7;
|
|
590
|
-
--blue-8: #395ac3;
|
|
591
|
-
--blue-9: #2949e5;
|
|
592
|
-
--blue-10: #1f36d3;
|
|
593
|
-
--blue-11: #90b3ff;
|
|
594
|
-
--blue-12: #d2e1ff;
|
|
595
|
-
--blue-alpha-1: #90960003;
|
|
596
|
-
--blue-alpha-2: #90d6a905;
|
|
597
|
-
--blue-alpha-3: #2b5fff30;
|
|
598
|
-
--blue-alpha-4: #2c5bfd52;
|
|
599
|
-
--blue-alpha-5: #3764ff69;
|
|
600
|
-
--blue-alpha-6: #426fff7d;
|
|
601
|
-
--blue-alpha-7: #4773fe96;
|
|
602
|
-
--blue-alpha-8: #4975ffb8;
|
|
603
|
-
--blue-alpha-9: #2c4ffee0;
|
|
604
|
-
--blue-alpha-10: #233fffcc;
|
|
605
|
-
--blue-alpha-11: #90b3ff;
|
|
606
|
-
--blue-alpha-12: #d2e1ff;
|
|
607
|
-
--purple-1: #1c1320;
|
|
608
|
-
--purple-2: #221429;
|
|
609
|
-
--purple-3: #361544;
|
|
610
|
-
--purple-4: #46135b;
|
|
611
|
-
--purple-5: #521969;
|
|
612
|
-
--purple-6: #5f2578;
|
|
613
|
-
--purple-7: #753491;
|
|
614
|
-
--purple-8: #9643ba;
|
|
615
|
-
--purple-9: #ac12e0;
|
|
616
|
-
--purple-10: #9d00d0;
|
|
617
|
-
--purple-11: #e590ff;
|
|
618
|
-
--purple-12: #f4d2ff;
|
|
619
|
-
--purple-alpha-1: #fc00000d;
|
|
620
|
-
--purple-alpha-2: #f6002914;
|
|
621
|
-
--purple-alpha-3: #fd10d129;
|
|
622
|
-
--purple-alpha-4: #f60afe3d;
|
|
623
|
-
--purple-alpha-5: #eb20fd4d;
|
|
624
|
-
--purple-alpha-6: #e53ffd5e;
|
|
625
|
-
--purple-alpha-7: #e054ff7d;
|
|
626
|
-
--purple-alpha-8: #d659ffad;
|
|
627
|
-
--purple-alpha-9: #c612fedb;
|
|
628
|
-
--purple-alpha-10: #c400ffc7;
|
|
629
|
-
--purple-alpha-11: #e590ff;
|
|
630
|
-
--purple-alpha-12: #f4d2ff;
|
|
631
|
-
--green-1: #111a0f;
|
|
632
|
-
--green-2: #151e13;
|
|
633
|
-
--green-3: #182e14;
|
|
634
|
-
--green-4: #133e0c;
|
|
635
|
-
--green-5: #174c0d;
|
|
636
|
-
--green-6: #1a5c0e;
|
|
637
|
-
--green-7: #1d6d0d;
|
|
638
|
-
--green-8: #1d8004;
|
|
639
|
-
--green-9: #268713;
|
|
640
|
-
--green-10: #117900;
|
|
641
|
-
--green-11: #76d467;
|
|
642
|
-
--green-12: #aff9a3;
|
|
643
|
-
--green-alpha-1: #44e30005;
|
|
644
|
-
--green-alpha-2: #9ef90009;
|
|
645
|
-
--green-alpha-3: #5cf9001b;
|
|
646
|
-
--green-alpha-4: #22fe002c;
|
|
647
|
-
--green-alpha-5: #2efc003c;
|
|
648
|
-
--green-alpha-6: #32fe004d;
|
|
649
|
-
--green-alpha-7: #33fd0060;
|
|
650
|
-
--green-alpha-8: #2cfd0075;
|
|
651
|
-
--green-alpha-9: #3eff007c;
|
|
652
|
-
--green-alpha-10: #13fd006d;
|
|
653
|
-
--green-alpha-11: #8dff75d0;
|
|
654
|
-
--green-alpha-12: #b3fea6f9;
|
|
655
|
-
--pink-1: #1f1319;
|
|
656
|
-
--pink-2: #26121c;
|
|
657
|
-
--pink-3: #3f122b;
|
|
658
|
-
--pink-4: #550438;
|
|
659
|
-
--pink-5: #630b42;
|
|
660
|
-
--pink-6: #741b50;
|
|
661
|
-
--pink-7: #8f2965;
|
|
662
|
-
--pink-8: #b73581;
|
|
663
|
-
--pink-9: #ff40b3;
|
|
664
|
-
--pink-10: #f12fa7;
|
|
665
|
-
--pink-11: #ff86cc;
|
|
666
|
-
--pink-12: #ffcde8;
|
|
667
|
-
--pink-alpha-1: #f1000012;
|
|
668
|
-
--pink-alpha-2: #fa000017;
|
|
669
|
-
--pink-alpha-3: #fb023333;
|
|
670
|
-
--pink-alpha-4: #fe005d4a;
|
|
671
|
-
--pink-alpha-5: #fe007159;
|
|
672
|
-
--pink-alpha-6: #ff22866b;
|
|
673
|
-
--pink-alpha-7: #ff3a9a87;
|
|
674
|
-
--pink-alpha-8: #fe42a7b2;
|
|
675
|
-
--pink-alpha-9: #ff40b3;
|
|
676
|
-
--pink-alpha-10: #fe31aff2;
|
|
677
|
-
--pink-alpha-11: #ff86cc;
|
|
678
|
-
--pink-alpha-12: #ffcde8;
|
|
679
|
-
--red-1: #1e1414;
|
|
680
|
-
--red-2: #241616;
|
|
681
|
-
--red-3: #411014;
|
|
682
|
-
--red-4: #580314;
|
|
683
|
-
--red-5: #68071b;
|
|
684
|
-
--red-6: #7a1725;
|
|
685
|
-
--red-7: #952634;
|
|
686
|
-
--red-8: #c23244;
|
|
687
|
-
--red-9: #ff2b51;
|
|
688
|
-
--red-10: #f00e45;
|
|
689
|
-
--red-11: #ff8e93;
|
|
690
|
-
--red-12: #ffcfce;
|
|
691
|
-
--red-alpha-1: #fe00000f;
|
|
692
|
-
--red-alpha-2: #f8170017;
|
|
693
|
-
--red-alpha-3: #fc000036;
|
|
694
|
-
--red-alpha-4: #ff00004d;
|
|
695
|
-
--red-alpha-5: #ff00045e;
|
|
696
|
-
--red-alpha-6: #fd192173;
|
|
697
|
-
--red-alpha-7: #ff333d8f;
|
|
698
|
-
--red-alpha-8: #ff3b4ebf;
|
|
699
|
-
--red-alpha-9: #ff2b51;
|
|
700
|
-
--red-alpha-10: #ff0e46f0;
|
|
701
|
-
--red-alpha-11: #ff8e93;
|
|
702
|
-
--red-alpha-12: #ffcfce;
|
|
703
|
-
--yellow-1: #171811;
|
|
704
|
-
--yellow-2: #1c1c13;
|
|
705
|
-
--yellow-3: #292a16;
|
|
706
|
-
--yellow-4: #353615;
|
|
707
|
-
--yellow-5: #414218;
|
|
708
|
-
--yellow-6: #4e4f1c;
|
|
709
|
-
--yellow-7: #5c5e20;
|
|
710
|
-
--yellow-8: #6d6f22;
|
|
711
|
-
--yellow-9: #bcbf19;
|
|
712
|
-
--yellow-10: #b1b400;
|
|
713
|
-
--yellow-11: #cbcf4b;
|
|
714
|
-
--yellow-12: #eaeeae;
|
|
715
|
-
--yellow-alpha-1: #f0560008;
|
|
716
|
-
--yellow-alpha-2: #fc8c000d;
|
|
717
|
-
--yellow-alpha-3: #fdd3001c;
|
|
718
|
-
--yellow-alpha-4: #fce20029;
|
|
719
|
-
--yellow-alpha-5: #fcea0036;
|
|
720
|
-
--yellow-alpha-6: #fcef0042;
|
|
721
|
-
--yellow-alpha-7: #fdf60e52;
|
|
722
|
-
--yellow-alpha-8: #fdf91863;
|
|
723
|
-
--yellow-alpha-9: #feff13ba;
|
|
724
|
-
--yellow-alpha-10: #feff00ad;
|
|
725
|
-
--yellow-alpha-11: #fbff54cc;
|
|
726
|
-
--yellow-alpha-12: #fbfeb8ed;
|
|
727
|
-
--orange-1: #1c1514;
|
|
728
|
-
--orange-2: #211816;
|
|
729
|
-
--orange-3: #391a12;
|
|
730
|
-
--orange-4: #4e190b;
|
|
731
|
-
--orange-5: #5c2010;
|
|
732
|
-
--orange-6: #6c2d1c;
|
|
733
|
-
--orange-7: #833d2a;
|
|
734
|
-
--orange-8: #a95038;
|
|
735
|
-
--orange-9: #d1451a;
|
|
736
|
-
--orange-10: #c23600;
|
|
737
|
-
--orange-11: #ff9271;
|
|
738
|
-
--orange-12: #f9d4ca;
|
|
739
|
-
--orange-alpha-1: #fc03000d;
|
|
740
|
-
--orange-alpha-2: #f5310012;
|
|
741
|
-
--orange-alpha-3: #fe2e002b;
|
|
742
|
-
--orange-alpha-4: #fc220042;
|
|
743
|
-
--orange-alpha-5: #fd360052;
|
|
744
|
-
--orange-alpha-6: #fd520863;
|
|
745
|
-
--orange-alpha-7: #ff672c7a;
|
|
746
|
-
--orange-alpha-8: #fe7040a3;
|
|
747
|
-
--orange-alpha-9: #ff5117cf;
|
|
748
|
-
--orange-alpha-10: #ff4100bf;
|
|
749
|
-
--orange-alpha-11: #ff9271;
|
|
750
|
-
--orange-alpha-12: #ffd8cefa;
|
|
751
|
-
--error-1: #1d1514;
|
|
752
|
-
--error-2: #231615;
|
|
753
|
-
--error-3: #3d1414;
|
|
754
|
-
--error-4: #521013;
|
|
755
|
-
--error-5: #62171a;
|
|
756
|
-
--error-6: #732426;
|
|
757
|
-
--error-7: #8c3434;
|
|
758
|
-
--error-8: #b54546;
|
|
759
|
-
--error-9: #e5484d;
|
|
760
|
-
--error-10: #d63941;
|
|
761
|
-
--error-11: #ff8f8b;
|
|
762
|
-
--error-12: #ffd2ce;
|
|
763
|
-
--error-alpha-1: #fd04000d;
|
|
764
|
-
--error-alpha-2: #f7170014;
|
|
765
|
-
--error-alpha-3: #fb0c0030;
|
|
766
|
-
--error-alpha-4: #fd010047;
|
|
767
|
-
--error-alpha-5: #fe190059;
|
|
768
|
-
--error-alpha-6: #ff38226b;
|
|
769
|
-
--error-alpha-7: #fe4f3e85;
|
|
770
|
-
--error-alpha-8: #fe5a52b0;
|
|
771
|
-
--error-alpha-9: #fe4e52e3;
|
|
772
|
-
--error-alpha-10: #fe4046d4;
|
|
773
|
-
--error-alpha-11: #ff8f8b;
|
|
774
|
-
--error-alpha-12: #ffd2ce;
|
|
775
|
-
--success-1: #121915;
|
|
776
|
-
--success-2: #151e18;
|
|
777
|
-
--success-3: #172e21;
|
|
778
|
-
--success-4: #153c27;
|
|
779
|
-
--success-5: #1b4931;
|
|
780
|
-
--success-6: #23573c;
|
|
781
|
-
--success-7: #2b6848;
|
|
782
|
-
--success-8: #327c55;
|
|
783
|
-
--success-9: #30a46c;
|
|
784
|
-
--success-10: #1d9760;
|
|
785
|
-
--success-11: #63d196;
|
|
786
|
-
--success-12: #b2f1cb;
|
|
787
|
-
--success-alpha-1: #90d60005;
|
|
788
|
-
--success-alpha-2: #9ef9000a;
|
|
789
|
-
--success-alpha-3: #53f9001c;
|
|
790
|
-
--success-alpha-4: #2ffd1d29;
|
|
791
|
-
--success-alpha-5: #43ff4e38;
|
|
792
|
-
--success-alpha-6: #54fd6d47;
|
|
793
|
-
--success-alpha-7: #5dff8059;
|
|
794
|
-
--success-alpha-8: #5eff8e70;
|
|
795
|
-
--success-alpha-9: #45fe979c;
|
|
796
|
-
--success-alpha-10: #28fe8c8f;
|
|
797
|
-
--success-alpha-11: #78ffb1cc;
|
|
798
|
-
--success-alpha-12: #bcffd6f0;
|
|
799
|
-
--warning-1: #181711;
|
|
800
|
-
--warning-2: #1e1d14;
|
|
801
|
-
--warning-3: #2b270c;
|
|
802
|
-
--warning-4: #352f00;
|
|
803
|
-
--warning-5: #403800;
|
|
804
|
-
--warning-6: #4d450e;
|
|
805
|
-
--warning-7: #5f5720;
|
|
806
|
-
--warning-8: #796f2b;
|
|
807
|
-
--warning-9: #ffe629;
|
|
808
|
-
--warning-10: #f1dd4e;
|
|
809
|
-
--warning-11: #f2dd4f;
|
|
810
|
-
--warning-12: #f4edb8;
|
|
811
|
-
--warning-alpha-1: #f333000a;
|
|
812
|
-
--warning-alpha-2: #fe8d000f;
|
|
813
|
-
--warning-alpha-3: #feac001c;
|
|
814
|
-
--warning-alpha-4: #fcb50029;
|
|
815
|
-
--warning-alpha-5: #fcbc0033;
|
|
816
|
-
--warning-alpha-6: #fccc0042;
|
|
817
|
-
--warning-alpha-7: #fdd90e54;
|
|
818
|
-
--warning-alpha-8: #fddf2e70;
|
|
819
|
-
--warning-alpha-9: #ffe629;
|
|
820
|
-
--warning-alpha-10: #fee950f2;
|
|
821
|
-
--warning-alpha-11: #fee851f2;
|
|
822
|
-
--warning-alpha-12: #fef7bef5;
|
|
823
|
-
--gray-1: #0d162d;
|
|
824
|
-
--gray-2: #131c35;
|
|
825
|
-
--gray-3: #172448;
|
|
826
|
-
--gray-4: #1c2a50;
|
|
827
|
-
--gray-5: #223057;
|
|
828
|
-
--gray-6: #293860;
|
|
829
|
-
--gray-7: #36466f;
|
|
830
|
-
--gray-8: #4e5f8a;
|
|
831
|
-
--gray-9: #5b6d98;
|
|
832
|
-
--gray-10: #687aa7;
|
|
833
|
-
--gray-11: #9fb3e3;
|
|
834
|
-
--gray-12: #e4eeff;
|
|
835
|
-
--gray-alpha-1: #0017f605;
|
|
836
|
-
--gray-alpha-2: #437cf60f;
|
|
837
|
-
--gray-alpha-3: #4177ff26;
|
|
838
|
-
--gray-alpha-4: #5283fd2e;
|
|
839
|
-
--gray-alpha-5: #638fff38;
|
|
840
|
-
--gray-alpha-6: #719afe42;
|
|
841
|
-
--gray-alpha-7: #84a8fe54;
|
|
842
|
-
--gray-alpha-8: #98b7ff73;
|
|
843
|
-
--gray-alpha-9: #a0bcfe85;
|
|
844
|
-
--gray-alpha-10: #a4bffe96;
|
|
845
|
-
--gray-alpha-11: #b4caffde;
|
|
846
|
-
--gray-alpha-12: #e4eeff;
|
|
847
|
-
--vendor-hubspot-1: #1d1513;
|
|
848
|
-
--vendor-hubspot-2: #231815;
|
|
849
|
-
--vendor-hubspot-3: #3b1a12;
|
|
850
|
-
--vendor-hubspot-4: #511609;
|
|
851
|
-
--vendor-hubspot-5: #601d0d;
|
|
852
|
-
--vendor-hubspot-6: #702a1a;
|
|
853
|
-
--vendor-hubspot-7: #883a27;
|
|
854
|
-
--vendor-hubspot-8: #af4a33;
|
|
855
|
-
--vendor-hubspot-9: #ff5c36;
|
|
856
|
-
--vendor-hubspot-10: #f14f28;
|
|
857
|
-
--vendor-hubspot-11: #ff9578;
|
|
858
|
-
--vendor-hubspot-12: #ffd5ca;
|
|
859
|
-
--vendor-hubspot-surface: #361a0280;
|
|
860
|
-
--vendor-hubspot-contrast: #ffffff;
|
|
861
|
-
--vendor-marketo-1: #141621;
|
|
862
|
-
--vendor-marketo-2: #161827;
|
|
863
|
-
--vendor-marketo-3: #1f234a;
|
|
864
|
-
--vendor-marketo-4: #262a66;
|
|
865
|
-
--vendor-marketo-5: #2f3476;
|
|
866
|
-
--vendor-marketo-6: #383f83;
|
|
867
|
-
--vendor-marketo-7: #444c97;
|
|
868
|
-
--vendor-marketo-8: #515ab4;
|
|
869
|
-
--vendor-marketo-9: #4c50cc;
|
|
870
|
-
--vendor-marketo-10: #4040bb;
|
|
871
|
-
--vendor-marketo-11: #9faeff;
|
|
872
|
-
--vendor-marketo-12: #dae1ff;
|
|
873
|
-
--vendor-marketo-surface: #1c1a2680;
|
|
874
|
-
--vendor-marketo-contrast: #ffffff;
|
|
875
|
-
--vendor-pardot-1: #0e191f;
|
|
876
|
-
--vendor-pardot-2: #111d24;
|
|
877
|
-
--vendor-pardot-3: #092c3d;
|
|
878
|
-
--vendor-pardot-4: #003752;
|
|
879
|
-
--vendor-pardot-5: #004463;
|
|
880
|
-
--vendor-pardot-6: #055274;
|
|
881
|
-
--vendor-pardot-7: #15648a;
|
|
882
|
-
--vendor-pardot-8: #197ba9;
|
|
883
|
-
--vendor-pardot-9: #00a1e0;
|
|
884
|
-
--vendor-pardot-10: #0095d3;
|
|
885
|
-
--vendor-pardot-11: #62c3f8;
|
|
886
|
-
--vendor-pardot-12: #bfe7ff;
|
|
887
|
-
--vendor-pardot-surface: #12242080;
|
|
888
|
-
--vendor-pardot-contrast: #ffffff;
|
|
561
|
+
--wui-app-background: #101629;
|
|
562
|
+
--wui-blue-surface: #141c2d80;
|
|
563
|
+
--wui-blue-contrast: #ffffff;
|
|
564
|
+
--wui-purple-surface: #34132980;
|
|
565
|
+
--wui-purple-contrast: #ffffff;
|
|
566
|
+
--wui-green-surface: #1c240280;
|
|
567
|
+
--wui-green-contrast: #ffffff;
|
|
568
|
+
--wui-pink-surface: #3c0f1080;
|
|
569
|
+
--wui-pink-contrast: #ffffff;
|
|
570
|
+
--wui-red-surface: #38160480;
|
|
571
|
+
--wui-red-contrast: #ffffff;
|
|
572
|
+
--wui-yellow-surface: #28220080;
|
|
573
|
+
--wui-yellow-contrast: #22230b;
|
|
574
|
+
--wui-orange-surface: #321a0480;
|
|
575
|
+
--wui-orange-contrast: #ffffff;
|
|
576
|
+
--wui-error-surface: #36160280;
|
|
577
|
+
--wui-error-contrast: #ffffff;
|
|
578
|
+
--wui-success-surface: #1a260880;
|
|
579
|
+
--wui-success-contrast: #ffffff;
|
|
580
|
+
--wui-warning-surface: #2c240080;
|
|
581
|
+
--wui-warning-contrast: #262209;
|
|
582
|
+
--wui-gray-surface: #0000000d;
|
|
583
|
+
--wui-gray-contrast: #ffffff;
|
|
584
|
+
--wui-blue-1: #111725;
|
|
585
|
+
--wui-blue-2: #12192b;
|
|
586
|
+
--wui-blue-3: #152452;
|
|
587
|
+
--wui-blue-4: #192c6d;
|
|
588
|
+
--wui-blue-5: #203681;
|
|
589
|
+
--wui-blue-6: #284191;
|
|
590
|
+
--wui-blue-7: #314da7;
|
|
591
|
+
--wui-blue-8: #395ac3;
|
|
592
|
+
--wui-blue-9: #2949e5;
|
|
593
|
+
--wui-blue-10: #1f36d3;
|
|
594
|
+
--wui-blue-11: #90b3ff;
|
|
595
|
+
--wui-blue-12: #d2e1ff;
|
|
596
|
+
--wui-blue-alpha-1: #90960003;
|
|
597
|
+
--wui-blue-alpha-2: #90d6a905;
|
|
598
|
+
--wui-blue-alpha-3: #2b5fff30;
|
|
599
|
+
--wui-blue-alpha-4: #2c5bfd52;
|
|
600
|
+
--wui-blue-alpha-5: #3764ff69;
|
|
601
|
+
--wui-blue-alpha-6: #426fff7d;
|
|
602
|
+
--wui-blue-alpha-7: #4773fe96;
|
|
603
|
+
--wui-blue-alpha-8: #4975ffb8;
|
|
604
|
+
--wui-blue-alpha-9: #2c4ffee0;
|
|
605
|
+
--wui-blue-alpha-10: #233fffcc;
|
|
606
|
+
--wui-blue-alpha-11: #90b3ff;
|
|
607
|
+
--wui-blue-alpha-12: #d2e1ff;
|
|
608
|
+
--wui-purple-1: #1c1320;
|
|
609
|
+
--wui-purple-2: #221429;
|
|
610
|
+
--wui-purple-3: #361544;
|
|
611
|
+
--wui-purple-4: #46135b;
|
|
612
|
+
--wui-purple-5: #521969;
|
|
613
|
+
--wui-purple-6: #5f2578;
|
|
614
|
+
--wui-purple-7: #753491;
|
|
615
|
+
--wui-purple-8: #9643ba;
|
|
616
|
+
--wui-purple-9: #ac12e0;
|
|
617
|
+
--wui-purple-10: #9d00d0;
|
|
618
|
+
--wui-purple-11: #e590ff;
|
|
619
|
+
--wui-purple-12: #f4d2ff;
|
|
620
|
+
--wui-purple-alpha-1: #fc00000d;
|
|
621
|
+
--wui-purple-alpha-2: #f6002914;
|
|
622
|
+
--wui-purple-alpha-3: #fd10d129;
|
|
623
|
+
--wui-purple-alpha-4: #f60afe3d;
|
|
624
|
+
--wui-purple-alpha-5: #eb20fd4d;
|
|
625
|
+
--wui-purple-alpha-6: #e53ffd5e;
|
|
626
|
+
--wui-purple-alpha-7: #e054ff7d;
|
|
627
|
+
--wui-purple-alpha-8: #d659ffad;
|
|
628
|
+
--wui-purple-alpha-9: #c612fedb;
|
|
629
|
+
--wui-purple-alpha-10: #c400ffc7;
|
|
630
|
+
--wui-purple-alpha-11: #e590ff;
|
|
631
|
+
--wui-purple-alpha-12: #f4d2ff;
|
|
632
|
+
--wui-green-1: #111a0f;
|
|
633
|
+
--wui-green-2: #151e13;
|
|
634
|
+
--wui-green-3: #182e14;
|
|
635
|
+
--wui-green-4: #133e0c;
|
|
636
|
+
--wui-green-5: #174c0d;
|
|
637
|
+
--wui-green-6: #1a5c0e;
|
|
638
|
+
--wui-green-7: #1d6d0d;
|
|
639
|
+
--wui-green-8: #1d8004;
|
|
640
|
+
--wui-green-9: #268713;
|
|
641
|
+
--wui-green-10: #117900;
|
|
642
|
+
--wui-green-11: #76d467;
|
|
643
|
+
--wui-green-12: #aff9a3;
|
|
644
|
+
--wui-green-alpha-1: #44e30005;
|
|
645
|
+
--wui-green-alpha-2: #9ef90009;
|
|
646
|
+
--wui-green-alpha-3: #5cf9001b;
|
|
647
|
+
--wui-green-alpha-4: #22fe002c;
|
|
648
|
+
--wui-green-alpha-5: #2efc003c;
|
|
649
|
+
--wui-green-alpha-6: #32fe004d;
|
|
650
|
+
--wui-green-alpha-7: #33fd0060;
|
|
651
|
+
--wui-green-alpha-8: #2cfd0075;
|
|
652
|
+
--wui-green-alpha-9: #3eff007c;
|
|
653
|
+
--wui-green-alpha-10: #13fd006d;
|
|
654
|
+
--wui-green-alpha-11: #8dff75d0;
|
|
655
|
+
--wui-green-alpha-12: #b3fea6f9;
|
|
656
|
+
--wui-pink-1: #1f1319;
|
|
657
|
+
--wui-pink-2: #26121c;
|
|
658
|
+
--wui-pink-3: #3f122b;
|
|
659
|
+
--wui-pink-4: #550438;
|
|
660
|
+
--wui-pink-5: #630b42;
|
|
661
|
+
--wui-pink-6: #741b50;
|
|
662
|
+
--wui-pink-7: #8f2965;
|
|
663
|
+
--wui-pink-8: #b73581;
|
|
664
|
+
--wui-pink-9: #ff40b3;
|
|
665
|
+
--wui-pink-10: #f12fa7;
|
|
666
|
+
--wui-pink-11: #ff86cc;
|
|
667
|
+
--wui-pink-12: #ffcde8;
|
|
668
|
+
--wui-pink-alpha-1: #f1000012;
|
|
669
|
+
--wui-pink-alpha-2: #fa000017;
|
|
670
|
+
--wui-pink-alpha-3: #fb023333;
|
|
671
|
+
--wui-pink-alpha-4: #fe005d4a;
|
|
672
|
+
--wui-pink-alpha-5: #fe007159;
|
|
673
|
+
--wui-pink-alpha-6: #ff22866b;
|
|
674
|
+
--wui-pink-alpha-7: #ff3a9a87;
|
|
675
|
+
--wui-pink-alpha-8: #fe42a7b2;
|
|
676
|
+
--wui-pink-alpha-9: #ff40b3;
|
|
677
|
+
--wui-pink-alpha-10: #fe31aff2;
|
|
678
|
+
--wui-pink-alpha-11: #ff86cc;
|
|
679
|
+
--wui-pink-alpha-12: #ffcde8;
|
|
680
|
+
--wui-red-1: #1e1414;
|
|
681
|
+
--wui-red-2: #241616;
|
|
682
|
+
--wui-red-3: #411014;
|
|
683
|
+
--wui-red-4: #580314;
|
|
684
|
+
--wui-red-5: #68071b;
|
|
685
|
+
--wui-red-6: #7a1725;
|
|
686
|
+
--wui-red-7: #952634;
|
|
687
|
+
--wui-red-8: #c23244;
|
|
688
|
+
--wui-red-9: #ff2b51;
|
|
689
|
+
--wui-red-10: #f00e45;
|
|
690
|
+
--wui-red-11: #ff8e93;
|
|
691
|
+
--wui-red-12: #ffcfce;
|
|
692
|
+
--wui-red-alpha-1: #fe00000f;
|
|
693
|
+
--wui-red-alpha-2: #f8170017;
|
|
694
|
+
--wui-red-alpha-3: #fc000036;
|
|
695
|
+
--wui-red-alpha-4: #ff00004d;
|
|
696
|
+
--wui-red-alpha-5: #ff00045e;
|
|
697
|
+
--wui-red-alpha-6: #fd192173;
|
|
698
|
+
--wui-red-alpha-7: #ff333d8f;
|
|
699
|
+
--wui-red-alpha-8: #ff3b4ebf;
|
|
700
|
+
--wui-red-alpha-9: #ff2b51;
|
|
701
|
+
--wui-red-alpha-10: #ff0e46f0;
|
|
702
|
+
--wui-red-alpha-11: #ff8e93;
|
|
703
|
+
--wui-red-alpha-12: #ffcfce;
|
|
704
|
+
--wui-yellow-1: #171811;
|
|
705
|
+
--wui-yellow-2: #1c1c13;
|
|
706
|
+
--wui-yellow-3: #292a16;
|
|
707
|
+
--wui-yellow-4: #353615;
|
|
708
|
+
--wui-yellow-5: #414218;
|
|
709
|
+
--wui-yellow-6: #4e4f1c;
|
|
710
|
+
--wui-yellow-7: #5c5e20;
|
|
711
|
+
--wui-yellow-8: #6d6f22;
|
|
712
|
+
--wui-yellow-9: #bcbf19;
|
|
713
|
+
--wui-yellow-10: #b1b400;
|
|
714
|
+
--wui-yellow-11: #cbcf4b;
|
|
715
|
+
--wui-yellow-12: #eaeeae;
|
|
716
|
+
--wui-yellow-alpha-1: #f0560008;
|
|
717
|
+
--wui-yellow-alpha-2: #fc8c000d;
|
|
718
|
+
--wui-yellow-alpha-3: #fdd3001c;
|
|
719
|
+
--wui-yellow-alpha-4: #fce20029;
|
|
720
|
+
--wui-yellow-alpha-5: #fcea0036;
|
|
721
|
+
--wui-yellow-alpha-6: #fcef0042;
|
|
722
|
+
--wui-yellow-alpha-7: #fdf60e52;
|
|
723
|
+
--wui-yellow-alpha-8: #fdf91863;
|
|
724
|
+
--wui-yellow-alpha-9: #feff13ba;
|
|
725
|
+
--wui-yellow-alpha-10: #feff00ad;
|
|
726
|
+
--wui-yellow-alpha-11: #fbff54cc;
|
|
727
|
+
--wui-yellow-alpha-12: #fbfeb8ed;
|
|
728
|
+
--wui-orange-1: #1c1514;
|
|
729
|
+
--wui-orange-2: #211816;
|
|
730
|
+
--wui-orange-3: #391a12;
|
|
731
|
+
--wui-orange-4: #4e190b;
|
|
732
|
+
--wui-orange-5: #5c2010;
|
|
733
|
+
--wui-orange-6: #6c2d1c;
|
|
734
|
+
--wui-orange-7: #833d2a;
|
|
735
|
+
--wui-orange-8: #a95038;
|
|
736
|
+
--wui-orange-9: #d1451a;
|
|
737
|
+
--wui-orange-10: #c23600;
|
|
738
|
+
--wui-orange-11: #ff9271;
|
|
739
|
+
--wui-orange-12: #f9d4ca;
|
|
740
|
+
--wui-orange-alpha-1: #fc03000d;
|
|
741
|
+
--wui-orange-alpha-2: #f5310012;
|
|
742
|
+
--wui-orange-alpha-3: #fe2e002b;
|
|
743
|
+
--wui-orange-alpha-4: #fc220042;
|
|
744
|
+
--wui-orange-alpha-5: #fd360052;
|
|
745
|
+
--wui-orange-alpha-6: #fd520863;
|
|
746
|
+
--wui-orange-alpha-7: #ff672c7a;
|
|
747
|
+
--wui-orange-alpha-8: #fe7040a3;
|
|
748
|
+
--wui-orange-alpha-9: #ff5117cf;
|
|
749
|
+
--wui-orange-alpha-10: #ff4100bf;
|
|
750
|
+
--wui-orange-alpha-11: #ff9271;
|
|
751
|
+
--wui-orange-alpha-12: #ffd8cefa;
|
|
752
|
+
--wui-error-1: #1d1514;
|
|
753
|
+
--wui-error-2: #231615;
|
|
754
|
+
--wui-error-3: #3d1414;
|
|
755
|
+
--wui-error-4: #521013;
|
|
756
|
+
--wui-error-5: #62171a;
|
|
757
|
+
--wui-error-6: #732426;
|
|
758
|
+
--wui-error-7: #8c3434;
|
|
759
|
+
--wui-error-8: #b54546;
|
|
760
|
+
--wui-error-9: #e5484d;
|
|
761
|
+
--wui-error-10: #d63941;
|
|
762
|
+
--wui-error-11: #ff8f8b;
|
|
763
|
+
--wui-error-12: #ffd2ce;
|
|
764
|
+
--wui-error-alpha-1: #fd04000d;
|
|
765
|
+
--wui-error-alpha-2: #f7170014;
|
|
766
|
+
--wui-error-alpha-3: #fb0c0030;
|
|
767
|
+
--wui-error-alpha-4: #fd010047;
|
|
768
|
+
--wui-error-alpha-5: #fe190059;
|
|
769
|
+
--wui-error-alpha-6: #ff38226b;
|
|
770
|
+
--wui-error-alpha-7: #fe4f3e85;
|
|
771
|
+
--wui-error-alpha-8: #fe5a52b0;
|
|
772
|
+
--wui-error-alpha-9: #fe4e52e3;
|
|
773
|
+
--wui-error-alpha-10: #fe4046d4;
|
|
774
|
+
--wui-error-alpha-11: #ff8f8b;
|
|
775
|
+
--wui-error-alpha-12: #ffd2ce;
|
|
776
|
+
--wui-success-1: #121915;
|
|
777
|
+
--wui-success-2: #151e18;
|
|
778
|
+
--wui-success-3: #172e21;
|
|
779
|
+
--wui-success-4: #153c27;
|
|
780
|
+
--wui-success-5: #1b4931;
|
|
781
|
+
--wui-success-6: #23573c;
|
|
782
|
+
--wui-success-7: #2b6848;
|
|
783
|
+
--wui-success-8: #327c55;
|
|
784
|
+
--wui-success-9: #30a46c;
|
|
785
|
+
--wui-success-10: #1d9760;
|
|
786
|
+
--wui-success-11: #63d196;
|
|
787
|
+
--wui-success-12: #b2f1cb;
|
|
788
|
+
--wui-success-alpha-1: #90d60005;
|
|
789
|
+
--wui-success-alpha-2: #9ef9000a;
|
|
790
|
+
--wui-success-alpha-3: #53f9001c;
|
|
791
|
+
--wui-success-alpha-4: #2ffd1d29;
|
|
792
|
+
--wui-success-alpha-5: #43ff4e38;
|
|
793
|
+
--wui-success-alpha-6: #54fd6d47;
|
|
794
|
+
--wui-success-alpha-7: #5dff8059;
|
|
795
|
+
--wui-success-alpha-8: #5eff8e70;
|
|
796
|
+
--wui-success-alpha-9: #45fe979c;
|
|
797
|
+
--wui-success-alpha-10: #28fe8c8f;
|
|
798
|
+
--wui-success-alpha-11: #78ffb1cc;
|
|
799
|
+
--wui-success-alpha-12: #bcffd6f0;
|
|
800
|
+
--wui-warning-1: #181711;
|
|
801
|
+
--wui-warning-2: #1e1d14;
|
|
802
|
+
--wui-warning-3: #2b270c;
|
|
803
|
+
--wui-warning-4: #352f00;
|
|
804
|
+
--wui-warning-5: #403800;
|
|
805
|
+
--wui-warning-6: #4d450e;
|
|
806
|
+
--wui-warning-7: #5f5720;
|
|
807
|
+
--wui-warning-8: #796f2b;
|
|
808
|
+
--wui-warning-9: #ffe629;
|
|
809
|
+
--wui-warning-10: #f1dd4e;
|
|
810
|
+
--wui-warning-11: #f2dd4f;
|
|
811
|
+
--wui-warning-12: #f4edb8;
|
|
812
|
+
--wui-warning-alpha-1: #f333000a;
|
|
813
|
+
--wui-warning-alpha-2: #fe8d000f;
|
|
814
|
+
--wui-warning-alpha-3: #feac001c;
|
|
815
|
+
--wui-warning-alpha-4: #fcb50029;
|
|
816
|
+
--wui-warning-alpha-5: #fcbc0033;
|
|
817
|
+
--wui-warning-alpha-6: #fccc0042;
|
|
818
|
+
--wui-warning-alpha-7: #fdd90e54;
|
|
819
|
+
--wui-warning-alpha-8: #fddf2e70;
|
|
820
|
+
--wui-warning-alpha-9: #ffe629;
|
|
821
|
+
--wui-warning-alpha-10: #fee950f2;
|
|
822
|
+
--wui-warning-alpha-11: #fee851f2;
|
|
823
|
+
--wui-warning-alpha-12: #fef7bef5;
|
|
824
|
+
--wui-gray-1: #0d162d;
|
|
825
|
+
--wui-gray-2: #131c35;
|
|
826
|
+
--wui-gray-3: #172448;
|
|
827
|
+
--wui-gray-4: #1c2a50;
|
|
828
|
+
--wui-gray-5: #223057;
|
|
829
|
+
--wui-gray-6: #293860;
|
|
830
|
+
--wui-gray-7: #36466f;
|
|
831
|
+
--wui-gray-8: #4e5f8a;
|
|
832
|
+
--wui-gray-9: #5b6d98;
|
|
833
|
+
--wui-gray-10: #687aa7;
|
|
834
|
+
--wui-gray-11: #9fb3e3;
|
|
835
|
+
--wui-gray-12: #e4eeff;
|
|
836
|
+
--wui-gray-alpha-1: #0017f605;
|
|
837
|
+
--wui-gray-alpha-2: #437cf60f;
|
|
838
|
+
--wui-gray-alpha-3: #4177ff26;
|
|
839
|
+
--wui-gray-alpha-4: #5283fd2e;
|
|
840
|
+
--wui-gray-alpha-5: #638fff38;
|
|
841
|
+
--wui-gray-alpha-6: #719afe42;
|
|
842
|
+
--wui-gray-alpha-7: #84a8fe54;
|
|
843
|
+
--wui-gray-alpha-8: #98b7ff73;
|
|
844
|
+
--wui-gray-alpha-9: #a0bcfe85;
|
|
845
|
+
--wui-gray-alpha-10: #a4bffe96;
|
|
846
|
+
--wui-gray-alpha-11: #b4caffde;
|
|
847
|
+
--wui-gray-alpha-12: #e4eeff;
|
|
848
|
+
--wui-vendor-hubspot-1: #1d1513;
|
|
849
|
+
--wui-vendor-hubspot-2: #231815;
|
|
850
|
+
--wui-vendor-hubspot-3: #3b1a12;
|
|
851
|
+
--wui-vendor-hubspot-4: #511609;
|
|
852
|
+
--wui-vendor-hubspot-5: #601d0d;
|
|
853
|
+
--wui-vendor-hubspot-6: #702a1a;
|
|
854
|
+
--wui-vendor-hubspot-7: #883a27;
|
|
855
|
+
--wui-vendor-hubspot-8: #af4a33;
|
|
856
|
+
--wui-vendor-hubspot-9: #ff5c36;
|
|
857
|
+
--wui-vendor-hubspot-10: #f14f28;
|
|
858
|
+
--wui-vendor-hubspot-11: #ff9578;
|
|
859
|
+
--wui-vendor-hubspot-12: #ffd5ca;
|
|
860
|
+
--wui-vendor-hubspot-surface: #361a0280;
|
|
861
|
+
--wui-vendor-hubspot-contrast: #ffffff;
|
|
862
|
+
--wui-vendor-marketo-1: #141621;
|
|
863
|
+
--wui-vendor-marketo-2: #161827;
|
|
864
|
+
--wui-vendor-marketo-3: #1f234a;
|
|
865
|
+
--wui-vendor-marketo-4: #262a66;
|
|
866
|
+
--wui-vendor-marketo-5: #2f3476;
|
|
867
|
+
--wui-vendor-marketo-6: #383f83;
|
|
868
|
+
--wui-vendor-marketo-7: #444c97;
|
|
869
|
+
--wui-vendor-marketo-8: #515ab4;
|
|
870
|
+
--wui-vendor-marketo-9: #4c50cc;
|
|
871
|
+
--wui-vendor-marketo-10: #4040bb;
|
|
872
|
+
--wui-vendor-marketo-11: #9faeff;
|
|
873
|
+
--wui-vendor-marketo-12: #dae1ff;
|
|
874
|
+
--wui-vendor-marketo-surface: #1c1a2680;
|
|
875
|
+
--wui-vendor-marketo-contrast: #ffffff;
|
|
876
|
+
--wui-vendor-pardot-1: #0e191f;
|
|
877
|
+
--wui-vendor-pardot-2: #111d24;
|
|
878
|
+
--wui-vendor-pardot-3: #092c3d;
|
|
879
|
+
--wui-vendor-pardot-4: #003752;
|
|
880
|
+
--wui-vendor-pardot-5: #004463;
|
|
881
|
+
--wui-vendor-pardot-6: #055274;
|
|
882
|
+
--wui-vendor-pardot-7: #15648a;
|
|
883
|
+
--wui-vendor-pardot-8: #197ba9;
|
|
884
|
+
--wui-vendor-pardot-9: #00a1e0;
|
|
885
|
+
--wui-vendor-pardot-10: #0095d3;
|
|
886
|
+
--wui-vendor-pardot-11: #62c3f8;
|
|
887
|
+
--wui-vendor-pardot-12: #bfe7ff;
|
|
888
|
+
--wui-vendor-pardot-surface: #12242080;
|
|
889
|
+
--wui-vendor-pardot-contrast: #ffffff;
|
|
889
890
|
`;
|
|
890
891
|
|
|
891
892
|
// src/css/designTokens/colorAlias.tsx
|
|
892
893
|
var import_styled_components4 = require("styled-components");
|
|
893
894
|
var colorAliasTokens = import_styled_components4.css`
|
|
894
|
-
--color-bg-app: var(--app-background);
|
|
895
|
+
--wui-color-bg-app: var(--wui-app-background);
|
|
895
896
|
|
|
896
897
|
/* --- Default --- */
|
|
897
|
-
--color-bg-fill: var(--blue-9);
|
|
898
|
-
--color-bg-fill-active: var(--blue-
|
|
899
|
-
--color-bg-fill-hover: var(--blue-10);
|
|
900
|
-
--color-bg-surface: var(--gray-
|
|
901
|
-
--color-bg-surface-active: var(--gray-4);
|
|
902
|
-
--color-bg-surface-hover: var(--gray-3);
|
|
903
|
-
--color-bg-surface-secondary: var(--gray-3);
|
|
904
|
-
--color-bg-surface-secondary-active: var(--gray-5);
|
|
905
|
-
--color-bg-surface-secondary-hover: var(--gray-4);
|
|
906
|
-
--color-bg-surface-tertiary: var(--gray-5);
|
|
907
|
-
--color-border: var(--gray-6);
|
|
908
|
-
--color-border-hover: var(--gray-8);
|
|
909
|
-
--color-border-active: var(--gray-9);
|
|
910
|
-
--color-border-secondary: var(--gray-8);
|
|
911
|
-
--color-border-secondary-hover: var(--gray-10);
|
|
912
|
-
--color-border-secondary-active: var(--gray-11);
|
|
913
|
-
--color-icon: var(--gray-11);
|
|
914
|
-
--color-icon-on-fill: var(--gray-contrast);
|
|
915
|
-
--color-text: var(--gray-12);
|
|
916
|
-
--color-text-high-contrast: var(--gray-12);
|
|
917
|
-
--color-text-link: var(--blue-9);
|
|
918
|
-
--color-text-on-fill: var(--gray-contrast);
|
|
919
|
-
--color-text-secondary: var(--gray-11);
|
|
898
|
+
--wui-color-bg-fill: var(--wui-blue-9);
|
|
899
|
+
--wui-color-bg-fill-active: var(--wui-blue-11);
|
|
900
|
+
--wui-color-bg-fill-hover: var(--wui-blue-10);
|
|
901
|
+
--wui-color-bg-surface: var(--wui-gray-surface);
|
|
902
|
+
--wui-color-bg-surface-active: var(--wui-gray-4);
|
|
903
|
+
--wui-color-bg-surface-hover: var(--wui-gray-3);
|
|
904
|
+
--wui-color-bg-surface-secondary: var(--wui-gray-3);
|
|
905
|
+
--wui-color-bg-surface-secondary-active: var(--wui-gray-5);
|
|
906
|
+
--wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
|
|
907
|
+
--wui-color-bg-surface-tertiary: var(--wui-gray-5);
|
|
908
|
+
--wui-color-border: var(--wui-gray-6);
|
|
909
|
+
--wui-color-border-hover: var(--wui-gray-8);
|
|
910
|
+
--wui-color-border-active: var(--wui-gray-9);
|
|
911
|
+
--wui-color-border-secondary: var(--wui-gray-8);
|
|
912
|
+
--wui-color-border-secondary-hover: var(--wui-gray-10);
|
|
913
|
+
--wui-color-border-secondary-active: var(--wui-gray-11);
|
|
914
|
+
--wui-color-icon: var(--wui-gray-11);
|
|
915
|
+
--wui-color-icon-on-fill: var(--wui-gray-contrast);
|
|
916
|
+
--wui-color-text: var(--wui-gray-12);
|
|
917
|
+
--wui-color-text-high-contrast: var(--wui-gray-12);
|
|
918
|
+
--wui-color-text-link: var(--wui-blue-9);
|
|
919
|
+
--wui-color-text-on-fill: var(--wui-gray-contrast);
|
|
920
|
+
--wui-color-text-secondary: var(--wui-gray-11);
|
|
921
|
+
--wui-color-focus-ring: var(--wui-blue-9);
|
|
920
922
|
|
|
921
923
|
/* --- Semantic --- */
|
|
922
924
|
|
|
923
925
|
/* Error */
|
|
924
|
-
--color-bg-fill-active-error: var(--error-11);
|
|
925
|
-
--color-bg-fill-error: var(--error-9);
|
|
926
|
-
--color-bg-fill-hover-error: var(--error-10);
|
|
927
|
-
--color-bg-surface-active-error: var(--error-4);
|
|
928
|
-
--color-bg-surface-error: var(--error-surface);
|
|
929
|
-
--color-bg-surface-hover-error: var(--error-3);
|
|
930
|
-
--color-bg-surface-secondary-active-error: var(--error-5);
|
|
931
|
-
--color-bg-surface-secondary-error: var(--error-3);
|
|
932
|
-
--color-bg-surface-secondary-hover-error: var(--error-4);
|
|
933
|
-
--color-bg-surface-tertiary-error: var(--error-5);
|
|
934
|
-
--color-border-error: var(--error-6);
|
|
935
|
-
--color-border-hover-errror: var(--error-8);
|
|
936
|
-
--color-border-active-error: var(--error-9);
|
|
937
|
-
--color-border-secondary-error: var(--error-8);
|
|
938
|
-
--color-border-secondary-hover-error: var(--error-10);
|
|
939
|
-
--color-border-secondary-active-error: var(--error-11);
|
|
940
|
-
--color-icon-error: var(--error-11);
|
|
941
|
-
--color-icon-on-fill-error: var(--error-contrast);
|
|
942
|
-
--color-text-error: var(--error-11);
|
|
943
|
-
--color-text-high-contrast-error: var(--error-12);
|
|
944
|
-
--color-text-link-error: var(--error-11);
|
|
945
|
-
--color-text-on-fill-error: var(--error-contrast);
|
|
946
|
-
--color-text-secondary-error: var(--error-11);
|
|
926
|
+
--wui-color-bg-fill-active-error: var(--wui-error-11);
|
|
927
|
+
--wui-color-bg-fill-error: var(--wui-error-9);
|
|
928
|
+
--wui-color-bg-fill-hover-error: var(--wui-error-10);
|
|
929
|
+
--wui-color-bg-surface-active-error: var(--wui-error-4);
|
|
930
|
+
--wui-color-bg-surface-error: var(--wui-error-surface);
|
|
931
|
+
--wui-color-bg-surface-hover-error: var(--wui-error-3);
|
|
932
|
+
--wui-color-bg-surface-secondary-active-error: var(--wui-error-5);
|
|
933
|
+
--wui-color-bg-surface-secondary-error: var(--wui-error-3);
|
|
934
|
+
--wui-color-bg-surface-secondary-hover-error: var(--wui-error-4);
|
|
935
|
+
--wui-color-bg-surface-tertiary-error: var(--wui-error-5);
|
|
936
|
+
--wui-color-border-error: var(--wui-error-6);
|
|
937
|
+
--wui-color-border-hover-errror: var(--wui-error-8);
|
|
938
|
+
--wui-color-border-active-error: var(--wui-error-9);
|
|
939
|
+
--wui-color-border-secondary-error: var(--wui-error-8);
|
|
940
|
+
--wui-color-border-secondary-hover-error: var(--wui-error-10);
|
|
941
|
+
--wui-color-border-secondary-active-error: var(--wui-error-11);
|
|
942
|
+
--wui-color-icon-error: var(--wui-error-11);
|
|
943
|
+
--wui-color-icon-on-fill-error: var(--wui-error-contrast);
|
|
944
|
+
--wui-color-text-error: var(--wui-error-11);
|
|
945
|
+
--wui-color-text-high-contrast-error: var(--wui-error-12);
|
|
946
|
+
--wui-color-text-link-error: var(--wui-error-11);
|
|
947
|
+
--wui-color-text-on-fill-error: var(--wui-error-contrast);
|
|
948
|
+
--wui-color-text-secondary-error: var(--wui-error-11);
|
|
949
|
+
--wui-color-focus-ring-error: var(--wui-error-9);
|
|
947
950
|
|
|
948
951
|
/* Info */
|
|
949
|
-
--color-bg-fill-active-info: var(--blue-11);
|
|
950
|
-
--color-bg-fill-hover-info: var(--blue-10);
|
|
951
|
-
--color-bg-fill-info: var(--blue-9);
|
|
952
|
-
--color-bg-surface-active-info: var(--blue-4);
|
|
953
|
-
--color-bg-surface-hover-info: var(--blue-3);
|
|
954
|
-
--color-bg-surface-info: var(--blue-surface);
|
|
955
|
-
--color-bg-surface-secondary-active-info: var(--blue-5);
|
|
956
|
-
--color-bg-surface-secondary-hover-info: var(--blue-4);
|
|
957
|
-
--color-bg-surface-secondary-info: var(--blue-3);
|
|
958
|
-
--color-bg-surface-tertiary-info: var(--blue-6);
|
|
959
|
-
--color-border-info: var(--blue-6);
|
|
960
|
-
--color-border-hover-info: var(--blue-8);
|
|
961
|
-
--color-border-active-info: var(--blue-9);
|
|
962
|
-
--color-border-secondary-info: var(--blue-8);
|
|
963
|
-
--color-border-secondary-hover-info: var(--blue-10);
|
|
964
|
-
--color-border-secondary-active-info: var(--blue-11);
|
|
965
|
-
--color-icon-info: var(--blue-11);
|
|
966
|
-
--color-icon-on-fill-info: var(--blue-contrast);
|
|
967
|
-
--color-text-high-contrast-info: var(--blue-12);
|
|
968
|
-
--color-text-info: var(--blue-11);
|
|
969
|
-
--color-text-link-info: var(--blue-9);
|
|
970
|
-
--color-text-on-fill-info: var(--blue-contrast);
|
|
971
|
-
--color-text-secondary-info: var(--blue-11);
|
|
952
|
+
--wui-color-bg-fill-active-info: var(--wui-blue-11);
|
|
953
|
+
--wui-color-bg-fill-hover-info: var(--wui-blue-10);
|
|
954
|
+
--wui-color-bg-fill-info: var(--wui-blue-9);
|
|
955
|
+
--wui-color-bg-surface-active-info: var(--wui-blue-4);
|
|
956
|
+
--wui-color-bg-surface-hover-info: var(--wui-blue-3);
|
|
957
|
+
--wui-color-bg-surface-info: var(--wui-blue-surface);
|
|
958
|
+
--wui-color-bg-surface-secondary-active-info: var(--wui-blue-5);
|
|
959
|
+
--wui-color-bg-surface-secondary-hover-info: var(--wui-blue-4);
|
|
960
|
+
--wui-color-bg-surface-secondary-info: var(--wui-blue-3);
|
|
961
|
+
--wui-color-bg-surface-tertiary-info: var(--wui-blue-6);
|
|
962
|
+
--wui-color-border-info: var(--wui-blue-6);
|
|
963
|
+
--wui-color-border-hover-info: var(--wui-blue-8);
|
|
964
|
+
--wui-color-border-active-info: var(--wui-blue-9);
|
|
965
|
+
--wui-color-border-secondary-info: var(--wui-blue-8);
|
|
966
|
+
--wui-color-border-secondary-hover-info: var(--wui-blue-10);
|
|
967
|
+
--wui-color-border-secondary-active-info: var(--wui-blue-11);
|
|
968
|
+
--wui-color-icon-info: var(--wui-blue-11);
|
|
969
|
+
--wui-color-icon-on-fill-info: var(--wui-blue-contrast);
|
|
970
|
+
--wui-color-text-high-contrast-info: var(--wui-blue-12);
|
|
971
|
+
--wui-color-text-info: var(--wui-blue-11);
|
|
972
|
+
--wui-color-text-link-info: var(--wui-blue-9);
|
|
973
|
+
--wui-color-text-on-fill-info: var(--wui-blue-contrast);
|
|
974
|
+
--wui-color-text-secondary-info: var(--wui-blue-11);
|
|
975
|
+
--wui-color-focus-ring-info: var(--wui-blue-9);
|
|
972
976
|
|
|
973
977
|
/* Success */
|
|
974
|
-
--color-bg-fill-active-success: var(--success-11);
|
|
975
|
-
--color-bg-fill-hover-success: var(--success-10);
|
|
976
|
-
--color-bg-fill-success: var(--success-9);
|
|
977
|
-
--color-bg-surface-active-success: var(--success-4);
|
|
978
|
-
--color-bg-surface-hover-success: var(--success-3);
|
|
979
|
-
--color-bg-surface-secondary-active-success: var(--success-5);
|
|
980
|
-
--color-bg-surface-secondary-hover-success: var(--success-4);
|
|
981
|
-
--color-bg-surface-secondary-success: var(--success-3);
|
|
982
|
-
--color-bg-surface-success: var(--success-surface);
|
|
983
|
-
--color-bg-surface-tertiary-success: var(--success-5);
|
|
984
|
-
--color-border-success: var(--success-6);
|
|
985
|
-
--color-border-hover-success: var(--success-8);
|
|
986
|
-
--color-border-active-success: var(--success-9);
|
|
987
|
-
--color-border-secondary-success: var(--success-8);
|
|
988
|
-
--color-border-secondary-hover-success: var(--success-10);
|
|
989
|
-
--color-border-secondary-active-success: var(--success-11);
|
|
990
|
-
--color-icon-on-fill-success: var(--success-contrast);
|
|
991
|
-
--color-icon-success: var(--success-11);
|
|
992
|
-
--color-text-high-contrast-success: var(--success-12);
|
|
993
|
-
--color-text-link-success: var(--success-9);
|
|
994
|
-
--color-text-on-fill-success: var(--success-contrast);
|
|
995
|
-
--color-text-secondary-success: var(--success-11);
|
|
996
|
-
--color-text-success: var(--success-11);
|
|
978
|
+
--wui-color-bg-fill-active-success: var(--wui-success-11);
|
|
979
|
+
--wui-color-bg-fill-hover-success: var(--wui-success-10);
|
|
980
|
+
--wui-color-bg-fill-success: var(--wui-success-9);
|
|
981
|
+
--wui-color-bg-surface-active-success: var(--wui-success-4);
|
|
982
|
+
--wui-color-bg-surface-hover-success: var(--wui-success-3);
|
|
983
|
+
--wui-color-bg-surface-secondary-active-success: var(--wui-success-5);
|
|
984
|
+
--wui-color-bg-surface-secondary-hover-success: var(--wui-success-4);
|
|
985
|
+
--wui-color-bg-surface-secondary-success: var(--wui-success-3);
|
|
986
|
+
--wui-color-bg-surface-success: var(--wui-success-surface);
|
|
987
|
+
--wui-color-bg-surface-tertiary-success: var(--wui-success-5);
|
|
988
|
+
--wui-color-border-success: var(--wui-success-6);
|
|
989
|
+
--wui-color-border-hover-success: var(--wui-success-8);
|
|
990
|
+
--wui-color-border-active-success: var(--wui-success-9);
|
|
991
|
+
--wui-color-border-secondary-success: var(--wui-success-8);
|
|
992
|
+
--wui-color-border-secondary-hover-success: var(--wui-success-10);
|
|
993
|
+
--wui-color-border-secondary-active-success: var(--wui-success-11);
|
|
994
|
+
--wui-color-icon-on-fill-success: var(--wui-success-contrast);
|
|
995
|
+
--wui-color-icon-success: var(--wui-success-11);
|
|
996
|
+
--wui-color-text-high-contrast-success: var(--wui-success-12);
|
|
997
|
+
--wui-color-text-link-success: var(--wui-success-9);
|
|
998
|
+
--wui-color-text-on-fill-success: var(--wui-success-contrast);
|
|
999
|
+
--wui-color-text-secondary-success: var(--wui-success-11);
|
|
1000
|
+
--wui-color-text-success: var(--wui-success-11);
|
|
1001
|
+
--wui-color-focus-ring-success: var(--wui-success-9);
|
|
997
1002
|
|
|
998
1003
|
/* Warning */
|
|
999
|
-
--color-bg-fill-active-warning: var(--warning-11);
|
|
1000
|
-
--color-bg-fill-hover-warning: var(--warning-10);
|
|
1001
|
-
--color-bg-fill-warning: var(--warning-9);
|
|
1002
|
-
--color-bg-surface-active-warning: var(--warning-4);
|
|
1003
|
-
--color-bg-surface-hover-warning: var(--warning-3);
|
|
1004
|
-
--color-bg-surface-secondary-active-warning: var(--warning-5);
|
|
1005
|
-
--color-bg-surface-secondary-hover-warning: var(--warning-4);
|
|
1006
|
-
--color-bg-surface-secondary-warning: var(--warning-3);
|
|
1007
|
-
--color-bg-surface-tertiary-warning: var(--warning-5);
|
|
1008
|
-
--color-bg-surface-warning: var(--warning-surface);
|
|
1009
|
-
--color-border-warning: var(--warning-6);
|
|
1010
|
-
--color-border-hover-warning: var(--warning-8);
|
|
1011
|
-
--color-border-active-warning: var(--warning-9);
|
|
1012
|
-
--color-border-secondary-warning: var(--warning-8);
|
|
1013
|
-
--color-border-secondary-hover-warning: var(--warning-10);
|
|
1014
|
-
--color-border-secondary-active-warning: var(--warning-11);
|
|
1015
|
-
--color-icon-on-fill-warning: var(--warning-contrast);
|
|
1016
|
-
--color-icon-warning: var(--warning-11);
|
|
1017
|
-
--color-text-high-contrast-warning: var(--warning-12);
|
|
1018
|
-
--color-text-link-warning: var(--warning-11);
|
|
1019
|
-
--color-text-on-fill-warning: var(--warning-contrast);
|
|
1020
|
-
--color-text-secondary-warning: var(--warning-11);
|
|
1021
|
-
--color-text-warning: var(--warning-11);
|
|
1004
|
+
--wui-color-bg-fill-active-warning: var(--wui-warning-11);
|
|
1005
|
+
--wui-color-bg-fill-hover-warning: var(--wui-warning-10);
|
|
1006
|
+
--wui-color-bg-fill-warning: var(--wui-warning-9);
|
|
1007
|
+
--wui-color-bg-surface-active-warning: var(--wui-warning-4);
|
|
1008
|
+
--wui-color-bg-surface-hover-warning: var(--wui-warning-3);
|
|
1009
|
+
--wui-color-bg-surface-secondary-active-warning: var(--wui-warning-5);
|
|
1010
|
+
--wui-color-bg-surface-secondary-hover-warning: var(--wui-warning-4);
|
|
1011
|
+
--wui-color-bg-surface-secondary-warning: var(--wui-warning-3);
|
|
1012
|
+
--wui-color-bg-surface-tertiary-warning: var(--wui-warning-5);
|
|
1013
|
+
--wui-color-bg-surface-warning: var(--wui-warning-surface);
|
|
1014
|
+
--wui-color-border-warning: var(--wui-warning-6);
|
|
1015
|
+
--wui-color-border-hover-warning: var(--wui-warning-8);
|
|
1016
|
+
--wui-color-border-active-warning: var(--wui-warning-9);
|
|
1017
|
+
--wui-color-border-secondary-warning: var(--wui-warning-8);
|
|
1018
|
+
--wui-color-border-secondary-hover-warning: var(--wui-warning-10);
|
|
1019
|
+
--wui-color-border-secondary-active-warning: var(--wui-warning-11);
|
|
1020
|
+
--wui-color-icon-on-fill-warning: var(--wui-warning-contrast);
|
|
1021
|
+
--wui-color-icon-warning: var(--wui-warning-11);
|
|
1022
|
+
--wui-color-text-high-contrast-warning: var(--wui-warning-12);
|
|
1023
|
+
--wui-color-text-link-warning: var(--wui-warning-11);
|
|
1024
|
+
--wui-color-text-on-fill-warning: var(--wui-warning-contrast);
|
|
1025
|
+
--wui-color-text-secondary-warning: var(--wui-warning-11);
|
|
1026
|
+
--wui-color-text-warning: var(--wui-warning-11);
|
|
1027
|
+
--wui-color-focus-ring-warning: var(--wui-warning-9);
|
|
1022
1028
|
|
|
1023
1029
|
/* --- Accent --- */
|
|
1024
1030
|
|
|
1025
1031
|
/* Blue */
|
|
1026
|
-
--color-bg-fill-active-blue: var(--blue-11);
|
|
1027
|
-
--color-bg-fill-blue: var(--blue-9);
|
|
1028
|
-
--color-bg-fill-hover-blue: var(--blue-10);
|
|
1029
|
-
--color-bg-surface-active-blue: var(--blue-4);
|
|
1030
|
-
--color-bg-surface-blue: var(--blue-surface);
|
|
1031
|
-
--color-bg-surface-hover-blue: var(--blue-3);
|
|
1032
|
-
--color-bg-surface-secondary-active-blue: var(--blue-5);
|
|
1033
|
-
--color-bg-surface-secondary-blue: var(--blue-3);
|
|
1034
|
-
--color-bg-surface-secondary-hover-blue: var(--blue-4);
|
|
1035
|
-
--color-bg-surface-tertiary-blue: var(--blue-5);
|
|
1036
|
-
--color-border-blue: var(--blue-6);
|
|
1037
|
-
--color-border-hover-blue: var(--blue-8);
|
|
1038
|
-
--color-border-active-blue: var(--blue-9);
|
|
1039
|
-
--color-border-secondary-blue: var(--blue-8);
|
|
1040
|
-
--color-border-secondary-hover-blue: var(--blue-10);
|
|
1041
|
-
--color-border-secondary-active-blue: var(--blue-11);
|
|
1042
|
-
--color-icon-blue: var(--blue-11);
|
|
1043
|
-
--color-icon-on-fill-blue: var(--blue-contrast);
|
|
1044
|
-
--color-text-blue: var(--blue-11);
|
|
1045
|
-
--color-text-high-contrast-blue: var(--blue-12);
|
|
1046
|
-
--color-text-link-blue: var(--blue-9);
|
|
1047
|
-
--color-text-on-fill-blue: var(--blue-contrast);
|
|
1048
|
-
--color-text-secondary-blue: var(--blue-5);
|
|
1032
|
+
--wui-color-bg-fill-active-blue: var(--wui-blue-11);
|
|
1033
|
+
--wui-color-bg-fill-blue: var(--wui-blue-9);
|
|
1034
|
+
--wui-color-bg-fill-hover-blue: var(--wui-blue-10);
|
|
1035
|
+
--wui-color-bg-surface-active-blue: var(--wui-blue-4);
|
|
1036
|
+
--wui-color-bg-surface-blue: var(--wui-blue-surface);
|
|
1037
|
+
--wui-color-bg-surface-hover-blue: var(--wui-blue-3);
|
|
1038
|
+
--wui-color-bg-surface-secondary-active-blue: var(--wui-blue-5);
|
|
1039
|
+
--wui-color-bg-surface-secondary-blue: var(--wui-blue-3);
|
|
1040
|
+
--wui-color-bg-surface-secondary-hover-blue: var(--wui-blue-4);
|
|
1041
|
+
--wui-color-bg-surface-tertiary-blue: var(--wui-blue-5);
|
|
1042
|
+
--wui-color-border-blue: var(--wui-blue-6);
|
|
1043
|
+
--wui-color-border-hover-blue: var(--wui-blue-8);
|
|
1044
|
+
--wui-color-border-active-blue: var(--wui-blue-9);
|
|
1045
|
+
--wui-color-border-secondary-blue: var(--wui-blue-8);
|
|
1046
|
+
--wui-color-border-secondary-hover-blue: var(--wui-blue-10);
|
|
1047
|
+
--wui-color-border-secondary-active-blue: var(--wui-blue-11);
|
|
1048
|
+
--wui-color-icon-blue: var(--wui-blue-11);
|
|
1049
|
+
--wui-color-icon-on-fill-blue: var(--wui-blue-contrast);
|
|
1050
|
+
--wui-color-text-blue: var(--wui-blue-11);
|
|
1051
|
+
--wui-color-text-high-contrast-blue: var(--wui-blue-12);
|
|
1052
|
+
--wui-color-text-link-blue: var(--wui-blue-9);
|
|
1053
|
+
--wui-color-text-on-fill-blue: var(--wui-blue-contrast);
|
|
1054
|
+
--wui-color-text-secondary-blue: var(--wui-blue-5);
|
|
1055
|
+
--wui-color-focus-ring-blue: var(--wui-blue-9);
|
|
1049
1056
|
|
|
1050
1057
|
/* Green */
|
|
1051
|
-
--color-bg-fill-active-green: var(--green-11);
|
|
1052
|
-
--color-bg-fill-green: var(--green-9);
|
|
1053
|
-
--color-bg-fill-hover-green: var(--green-10);
|
|
1054
|
-
--color-bg-surface-active-green: var(--green-4);
|
|
1055
|
-
--color-bg-surface-green: var(--green-surface);
|
|
1056
|
-
--color-bg-surface-hover-green: var(--green-3);
|
|
1057
|
-
--color-bg-surface-secondary-active-green: var(--green-5);
|
|
1058
|
-
--color-bg-surface-secondary-green: var(--green-3);
|
|
1059
|
-
--color-bg-surface-secondary-hover-green: var(--green-4);
|
|
1060
|
-
--color-bg-surface-tertiary-green: var(--green-5);
|
|
1061
|
-
--color-border-green: var(--green-6);
|
|
1062
|
-
--color-border-hover-green: var(--green-8);
|
|
1063
|
-
--color-border-active-green: var(--green-9);
|
|
1064
|
-
--color-border-secondary-green: var(--green-8);
|
|
1065
|
-
--color-border-secondary-hover-green: var(--green-10);
|
|
1066
|
-
--color-border-secondary-active-green: var(--green-11);
|
|
1067
|
-
--color-icon-green: var(--green-11);
|
|
1068
|
-
--color-icon-on-fill-green: var(--green-contrast);
|
|
1069
|
-
--color-text-green: var(--green-11);
|
|
1070
|
-
--color-text-high-contrast-green: var(--green-12);
|
|
1071
|
-
--color-text-link-green: var(--green-11);
|
|
1072
|
-
--color-text-on-fill-green: var(--green-contrast);
|
|
1073
|
-
--color-text-secondary-green: var(--green-10);
|
|
1058
|
+
--wui-color-bg-fill-active-green: var(--wui-green-11);
|
|
1059
|
+
--wui-color-bg-fill-green: var(--wui-green-9);
|
|
1060
|
+
--wui-color-bg-fill-hover-green: var(--wui-green-10);
|
|
1061
|
+
--wui-color-bg-surface-active-green: var(--wui-green-4);
|
|
1062
|
+
--wui-color-bg-surface-green: var(--wui-green-surface);
|
|
1063
|
+
--wui-color-bg-surface-hover-green: var(--wui-green-3);
|
|
1064
|
+
--wui-color-bg-surface-secondary-active-green: var(--wui-green-5);
|
|
1065
|
+
--wui-color-bg-surface-secondary-green: var(--wui-green-3);
|
|
1066
|
+
--wui-color-bg-surface-secondary-hover-green: var(--wui-green-4);
|
|
1067
|
+
--wui-color-bg-surface-tertiary-green: var(--wui-green-5);
|
|
1068
|
+
--wui-color-border-green: var(--wui-green-6);
|
|
1069
|
+
--wui-color-border-hover-green: var(--wui-green-8);
|
|
1070
|
+
--wui-color-border-active-green: var(--wui-green-9);
|
|
1071
|
+
--wui-color-border-secondary-green: var(--wui-green-8);
|
|
1072
|
+
--wui-color-border-secondary-hover-green: var(--wui-green-10);
|
|
1073
|
+
--wui-color-border-secondary-active-green: var(--wui-green-11);
|
|
1074
|
+
--wui-color-icon-green: var(--wui-green-11);
|
|
1075
|
+
--wui-color-icon-on-fill-green: var(--wui-green-contrast);
|
|
1076
|
+
--wui-color-text-green: var(--wui-green-11);
|
|
1077
|
+
--wui-color-text-high-contrast-green: var(--wui-green-12);
|
|
1078
|
+
--wui-color-text-link-green: var(--wui-green-11);
|
|
1079
|
+
--wui-color-text-on-fill-green: var(--wui-green-contrast);
|
|
1080
|
+
--wui-color-text-secondary-green: var(--wui-green-10);
|
|
1081
|
+
--wui-color-focus-ring-green: var(--wui-green-9);
|
|
1074
1082
|
|
|
1075
1083
|
/* Orange */
|
|
1076
|
-
--color-bg-fill-active-orange: var(--orange-11);
|
|
1077
|
-
--color-bg-fill-hover-orange: var(--orange-10);
|
|
1078
|
-
--color-bg-fill-orange: var(--orange-9);
|
|
1079
|
-
--color-bg-surface-active-orange: var(--orange-4);
|
|
1080
|
-
--color-bg-surface-hover-orange: var(--orange-3);
|
|
1081
|
-
--color-bg-surface-orange: var(--orange-surface);
|
|
1082
|
-
--color-bg-surface-secondary-active-orange: var(--orange-5);
|
|
1083
|
-
--color-bg-surface-secondary-hover-orange: var(--orange-4);
|
|
1084
|
-
--color-bg-surface-secondary-orange: var(--orange-3);
|
|
1085
|
-
--color-bg-surface-tertiary-orange: var(--orange-5);
|
|
1086
|
-
--color-border-orange: var(--orange-6);
|
|
1087
|
-
--color-border-hover-orange: var(--orange-8);
|
|
1088
|
-
--color-border-active-orange: var(--orange-9);
|
|
1089
|
-
--color-border-secondary-orange: var(--orange-8);
|
|
1090
|
-
--color-border-secondary-hover-orange: var(--orange-10);
|
|
1091
|
-
--color-border-secondary-active-orange: var(--orange-11);
|
|
1092
|
-
--color-icon-on-fill-orange: var(--orange-contrast);
|
|
1093
|
-
--color-icon-orange: var(--orange-11);
|
|
1094
|
-
--color-text-high-contrast-orange: var(--orange-12);
|
|
1095
|
-
--color-text-link-orange: var(--orange-11);
|
|
1096
|
-
--color-text-on-fill-orange: var(--orange-contrast);
|
|
1097
|
-
--color-text-orange: var(--orange-11);
|
|
1098
|
-
--color-text-secondary-orange: var(--orange-10);
|
|
1084
|
+
--wui-color-bg-fill-active-orange: var(--wui-orange-11);
|
|
1085
|
+
--wui-color-bg-fill-hover-orange: var(--wui-orange-10);
|
|
1086
|
+
--wui-color-bg-fill-orange: var(--wui-orange-9);
|
|
1087
|
+
--wui-color-bg-surface-active-orange: var(--wui-orange-4);
|
|
1088
|
+
--wui-color-bg-surface-hover-orange: var(--wui-orange-3);
|
|
1089
|
+
--wui-color-bg-surface-orange: var(--wui-orange-surface);
|
|
1090
|
+
--wui-color-bg-surface-secondary-active-orange: var(--wui-orange-5);
|
|
1091
|
+
--wui-color-bg-surface-secondary-hover-orange: var(--wui-orange-4);
|
|
1092
|
+
--wui-color-bg-surface-secondary-orange: var(--wui-orange-3);
|
|
1093
|
+
--wui-color-bg-surface-tertiary-orange: var(--wui-orange-5);
|
|
1094
|
+
--wui-color-border-orange: var(--wui-orange-6);
|
|
1095
|
+
--wui-color-border-hover-orange: var(--wui-orange-8);
|
|
1096
|
+
--wui-color-border-active-orange: var(--wui-orange-9);
|
|
1097
|
+
--wui-color-border-secondary-orange: var(--wui-orange-8);
|
|
1098
|
+
--wui-color-border-secondary-hover-orange: var(--wui-orange-10);
|
|
1099
|
+
--wui-color-border-secondary-active-orange: var(--wui-orange-11);
|
|
1100
|
+
--wui-color-icon-on-fill-orange: var(--wui-orange-contrast);
|
|
1101
|
+
--wui-color-icon-orange: var(--wui-orange-11);
|
|
1102
|
+
--wui-color-text-high-contrast-orange: var(--wui-orange-12);
|
|
1103
|
+
--wui-color-text-link-orange: var(--wui-orange-11);
|
|
1104
|
+
--wui-color-text-on-fill-orange: var(--wui-orange-contrast);
|
|
1105
|
+
--wui-color-text-orange: var(--wui-orange-11);
|
|
1106
|
+
--wui-color-text-secondary-orange: var(--wui-orange-10);
|
|
1107
|
+
--wui-color-focus-ring-orange: var(--wui-orange-9);
|
|
1099
1108
|
|
|
1100
1109
|
/* Pink */
|
|
1101
|
-
--color-bg-fill-active-pink: var(--pink-11);
|
|
1102
|
-
--color-bg-fill-hover-pink: var(--pink-10);
|
|
1103
|
-
--color-bg-fill-pink: var(--pink-9);
|
|
1104
|
-
--color-bg-surface-active-pink: var(--pink-4);
|
|
1105
|
-
--color-bg-surface-hover-pink: var(--pink-3);
|
|
1106
|
-
--color-bg-surface-pink: var(--pink-surface);
|
|
1107
|
-
--color-bg-surface-secondary-active-pink: var(--pink-5);
|
|
1108
|
-
--color-bg-surface-secondary-hover-pink: var(--pink-4);
|
|
1109
|
-
--color-bg-surface-secondary-pink: var(--pink-3);
|
|
1110
|
-
--color-bg-surface-tertiary-pink: var(--pink-5);
|
|
1111
|
-
--color-border-pink: var(--pink-6);
|
|
1112
|
-
--color-border-hover-pink: var(--pink-8);
|
|
1113
|
-
--color-border-active-pink: var(--pink-9);
|
|
1114
|
-
--color-border-secondary-pink: var(--pink-8);
|
|
1115
|
-
--color-border-secondary-hover-pink: var(--pink-10);
|
|
1116
|
-
--color-border-secondary-active-pink: var(--pink-11);
|
|
1117
|
-
--color-icon-on-fill-pink: var(--pink-contrast);
|
|
1118
|
-
--color-icon-pink: var(--pink-11);
|
|
1119
|
-
--color-text-high-contrast-pink: var(--pink-12);
|
|
1120
|
-
--color-text-link-pink: var(--pink-11);
|
|
1121
|
-
--color-text-on-fill-pink: var(--pink-contrast);
|
|
1122
|
-
--color-text-pink: var(--pink-11);
|
|
1123
|
-
--color-text-secondary-pink: var(--pink-10);
|
|
1110
|
+
--wui-color-bg-fill-active-pink: var(--wui-pink-11);
|
|
1111
|
+
--wui-color-bg-fill-hover-pink: var(--wui-pink-10);
|
|
1112
|
+
--wui-color-bg-fill-pink: var(--wui-pink-9);
|
|
1113
|
+
--wui-color-bg-surface-active-pink: var(--wui-pink-4);
|
|
1114
|
+
--wui-color-bg-surface-hover-pink: var(--wui-pink-3);
|
|
1115
|
+
--wui-color-bg-surface-pink: var(--wui-pink-surface);
|
|
1116
|
+
--wui-color-bg-surface-secondary-active-pink: var(--wui-pink-5);
|
|
1117
|
+
--wui-color-bg-surface-secondary-hover-pink: var(--wui-pink-4);
|
|
1118
|
+
--wui-color-bg-surface-secondary-pink: var(--wui-pink-3);
|
|
1119
|
+
--wui-color-bg-surface-tertiary-pink: var(--wui-pink-5);
|
|
1120
|
+
--wui-color-border-pink: var(--wui-pink-6);
|
|
1121
|
+
--wui-color-border-hover-pink: var(--wui-pink-8);
|
|
1122
|
+
--wui-color-border-active-pink: var(--wui-pink-9);
|
|
1123
|
+
--wui-color-border-secondary-pink: var(--wui-pink-8);
|
|
1124
|
+
--wui-color-border-secondary-hover-pink: var(--wui-pink-10);
|
|
1125
|
+
--wui-color-border-secondary-active-pink: var(--wui-pink-11);
|
|
1126
|
+
--wui-color-icon-on-fill-pink: var(--wui-pink-contrast);
|
|
1127
|
+
--wui-color-icon-pink: var(--wui-pink-11);
|
|
1128
|
+
--wui-color-text-high-contrast-pink: var(--wui-pink-12);
|
|
1129
|
+
--wui-color-text-link-pink: var(--wui-pink-11);
|
|
1130
|
+
--wui-color-text-on-fill-pink: var(--wui-pink-contrast);
|
|
1131
|
+
--wui-color-text-pink: var(--wui-pink-11);
|
|
1132
|
+
--wui-color-text-secondary-pink: var(--wui-pink-10);
|
|
1133
|
+
--wui-color-focus-ring-pink: var(--wui-pink-9);
|
|
1124
1134
|
|
|
1125
1135
|
/* Purple */
|
|
1126
|
-
--color-bg-fill-active-purple: var(--purple-11);
|
|
1127
|
-
--color-bg-fill-hover-purple: var(--purple-10);
|
|
1128
|
-
--color-bg-fill-purple: var(--purple-9);
|
|
1129
|
-
--color-bg-surface-active-purple: var(--purple-4);
|
|
1130
|
-
--color-bg-surface-hover-purple: var(--purple-3);
|
|
1131
|
-
--color-bg-surface-purple: var(--purple-surface);
|
|
1132
|
-
--color-bg-surface-secondary-active-purple: var(--purple-5);
|
|
1133
|
-
--color-bg-surface-secondary-hover-purple: var(--purple-4);
|
|
1134
|
-
--color-bg-surface-secondary-purple: var(--purple-3);
|
|
1135
|
-
--color-bg-surface-tertiary-purple: var(--purple-5);
|
|
1136
|
-
--color-border-purple: var(--purple-6);
|
|
1137
|
-
--color-border-hover-purple: var(--purple-8);
|
|
1138
|
-
--color-border-active-purple: var(--purple-9);
|
|
1139
|
-
--color-border-secondary-purple: var(--purple-8);
|
|
1140
|
-
--color-border-secondary-hover-purple: var(--purple-10);
|
|
1141
|
-
--color-border-secondary-active-purple: var(--purple-11);
|
|
1142
|
-
--color-icon-on-fill-purple: var(--purple-contrast);
|
|
1143
|
-
--color-icon-purple: var(--purple-11);
|
|
1144
|
-
--color-text-high-contrast-purple: var(--purple-12);
|
|
1145
|
-
--color-text-link-purple: var(--purple-11);
|
|
1146
|
-
--color-text-on-fill-purple: var(--purple-contrast);
|
|
1147
|
-
--color-text-purple: var(--purple-11);
|
|
1148
|
-
--color-text-secondary-purple: var(--purple-11);
|
|
1136
|
+
--wui-color-bg-fill-active-purple: var(--wui-purple-11);
|
|
1137
|
+
--wui-color-bg-fill-hover-purple: var(--wui-purple-10);
|
|
1138
|
+
--wui-color-bg-fill-purple: var(--wui-purple-9);
|
|
1139
|
+
--wui-color-bg-surface-active-purple: var(--wui-purple-4);
|
|
1140
|
+
--wui-color-bg-surface-hover-purple: var(--wui-purple-3);
|
|
1141
|
+
--wui-color-bg-surface-purple: var(--wui-purple-surface);
|
|
1142
|
+
--wui-color-bg-surface-secondary-active-purple: var(--wui-purple-5);
|
|
1143
|
+
--wui-color-bg-surface-secondary-hover-purple: var(--wui-purple-4);
|
|
1144
|
+
--wui-color-bg-surface-secondary-purple: var(--wui-purple-3);
|
|
1145
|
+
--wui-color-bg-surface-tertiary-purple: var(--wui-purple-5);
|
|
1146
|
+
--wui-color-border-purple: var(--wui-purple-6);
|
|
1147
|
+
--wui-color-border-hover-purple: var(--wui-purple-8);
|
|
1148
|
+
--wui-color-border-active-purple: var(--wui-purple-9);
|
|
1149
|
+
--wui-color-border-secondary-purple: var(--wui-purple-8);
|
|
1150
|
+
--wui-color-border-secondary-hover-purple: var(--wui-purple-10);
|
|
1151
|
+
--wui-color-border-secondary-active-purple: var(--wui-purple-11);
|
|
1152
|
+
--wui-color-icon-on-fill-purple: var(--wui-purple-contrast);
|
|
1153
|
+
--wui-color-icon-purple: var(--wui-purple-11);
|
|
1154
|
+
--wui-color-text-high-contrast-purple: var(--wui-purple-12);
|
|
1155
|
+
--wui-color-text-link-purple: var(--wui-purple-11);
|
|
1156
|
+
--wui-color-text-on-fill-purple: var(--wui-purple-contrast);
|
|
1157
|
+
--wui-color-text-purple: var(--wui-purple-11);
|
|
1158
|
+
--wui-color-text-secondary-purple: var(--wui-purple-11);
|
|
1159
|
+
--wui-color-focus-ring-purple: var(--wui-purple-9);
|
|
1149
1160
|
|
|
1150
1161
|
/* Yellow */
|
|
1151
|
-
--color-bg-fill-active-yellow: var(--yellow-11);
|
|
1152
|
-
--color-bg-fill-hover-yellow: var(--yellow-10);
|
|
1153
|
-
--color-bg-fill-yellow: var(--yellow-9);
|
|
1154
|
-
--color-bg-surface-active-yellow: var(--yellow-4);
|
|
1155
|
-
--color-bg-surface-hover-yellow: var(--yellow-3);
|
|
1156
|
-
--color-bg-surface-secondary-active-yellow: var(--yellow-5);
|
|
1157
|
-
--color-bg-surface-secondary-hover-yellow: var(--yellow-4);
|
|
1158
|
-
--color-bg-surface-secondary-yellow: var(--yellow-3);
|
|
1159
|
-
--color-bg-surface-tertiary-yellow: var(--yellow-5);
|
|
1160
|
-
--color-bg-surface-yellow: var(--yellow-surface);
|
|
1161
|
-
--color-border-yellow: var(--yellow-6);
|
|
1162
|
-
--color-border-hover-yellow: var(--yellow-8);
|
|
1163
|
-
--color-border-active-yellow: var(--yellow-9);
|
|
1164
|
-
--color-border-secondary-yellow: var(--yellow-8);
|
|
1165
|
-
--color-border-secondary-hover-yellow: var(--yellow-10);
|
|
1166
|
-
--color-border-secondary-active-yellow: var(--yellow-11);
|
|
1167
|
-
--color-icon-on-fill-yellow: var(--yellow-contrast);
|
|
1168
|
-
--color-icon-yellow: var(--yellow-11);
|
|
1169
|
-
--color-text-high-contrast-yellow: var(--yellow-12);
|
|
1170
|
-
--color-text-link-yellow: var(--yellow-11);
|
|
1171
|
-
--color-text-on-fill-yellow: var(--yellow-contrast);
|
|
1172
|
-
--color-text-secondary-yellow: var(--yellow-10);
|
|
1173
|
-
--color-text-yellow: var(--yellow-11);
|
|
1162
|
+
--wui-color-bg-fill-active-yellow: var(--wui-yellow-11);
|
|
1163
|
+
--wui-color-bg-fill-hover-yellow: var(--wui-yellow-10);
|
|
1164
|
+
--wui-color-bg-fill-yellow: var(--wui-yellow-9);
|
|
1165
|
+
--wui-color-bg-surface-active-yellow: var(--wui-yellow-4);
|
|
1166
|
+
--wui-color-bg-surface-hover-yellow: var(--wui-yellow-3);
|
|
1167
|
+
--wui-color-bg-surface-secondary-active-yellow: var(--wui-yellow-5);
|
|
1168
|
+
--wui-color-bg-surface-secondary-hover-yellow: var(--wui-yellow-4);
|
|
1169
|
+
--wui-color-bg-surface-secondary-yellow: var(--wui-yellow-3);
|
|
1170
|
+
--wui-color-bg-surface-tertiary-yellow: var(--wui-yellow-5);
|
|
1171
|
+
--wui-color-bg-surface-yellow: var(--wui-yellow-surface);
|
|
1172
|
+
--wui-color-border-yellow: var(--wui-yellow-6);
|
|
1173
|
+
--wui-color-border-hover-yellow: var(--wui-yellow-8);
|
|
1174
|
+
--wui-color-border-active-yellow: var(--wui-yellow-9);
|
|
1175
|
+
--wui-color-border-secondary-yellow: var(--wui-yellow-8);
|
|
1176
|
+
--wui-color-border-secondary-hover-yellow: var(--wui-yellow-10);
|
|
1177
|
+
--wui-color-border-secondary-active-yellow: var(--wui-yellow-11);
|
|
1178
|
+
--wui-color-icon-on-fill-yellow: var(--wui-yellow-contrast);
|
|
1179
|
+
--wui-color-icon-yellow: var(--wui-yellow-11);
|
|
1180
|
+
--wui-color-text-high-contrast-yellow: var(--wui-yellow-12);
|
|
1181
|
+
--wui-color-text-link-yellow: var(--wui-yellow-11);
|
|
1182
|
+
--wui-color-text-on-fill-yellow: var(--wui-yellow-contrast);
|
|
1183
|
+
--wui-color-text-secondary-yellow: var(--wui-yellow-10);
|
|
1184
|
+
--wui-color-text-yellow: var(--wui-yellow-11);
|
|
1185
|
+
--wui-color-focus-ring-yellow: var(--wui-yellow-9);
|
|
1174
1186
|
|
|
1175
1187
|
/* --- Misc --- */
|
|
1176
|
-
--color-bg-fill-white: #ffffff;
|
|
1177
|
-
--color-bg-nav: var(--blue-600);
|
|
1178
|
-
--color-focus-color: var(--blue-9);
|
|
1179
|
-
--color-notification-pill-color: var(--pink-9);
|
|
1180
|
-
--color-overlay: var(--gray-alpha-9);
|
|
1181
|
-
--color-segmented-control-checked-background: var(--bg-app);
|
|
1182
|
-
--color-text-on-fill-white-selected: var(--blue-9);
|
|
1183
|
-
--color-bg-tooltip: #242528;
|
|
1188
|
+
--wui-color-bg-fill-white: #ffffff;
|
|
1189
|
+
--wui-color-bg-nav: var(--wui-blue-600);
|
|
1190
|
+
--wui-color-focus-color: var(--wui-blue-9);
|
|
1191
|
+
--wui-color-notification-pill-color: var(--wui-pink-9);
|
|
1192
|
+
--wui-color-overlay: var(--wui-gray-alpha-9);
|
|
1193
|
+
--wui-color-segmented-control-checked-background: var(--wui-bg-app);
|
|
1194
|
+
--wui-color-text-on-fill-white-selected: var(--wui-blue-9);
|
|
1195
|
+
--wui-color-bg-tooltip: #242528;
|
|
1184
1196
|
|
|
1185
1197
|
/* --- State --- */
|
|
1186
1198
|
|
|
1187
1199
|
/* Disabled */
|
|
1188
|
-
--color-bg-surface-disabled: var(--gray-3);
|
|
1189
|
-
--color-icon-disabled: var(--gray-8);
|
|
1190
|
-
--color-text-disabled: var(--gray-10);
|
|
1200
|
+
--wui-color-bg-surface-disabled: var(--wui-gray-3);
|
|
1201
|
+
--wui-color-icon-disabled: var(--wui-gray-8);
|
|
1202
|
+
--wui-color-text-disabled: var(--wui-gray-10);
|
|
1191
1203
|
|
|
1192
1204
|
/* Selected */
|
|
1193
|
-
--color-bg-surface-selected: var(--blue-3);
|
|
1194
|
-
--color-bg-surface-selected-active: var(--blue-5);
|
|
1195
|
-
--color-bg-surface-selected-hover: var(--blue-4);
|
|
1196
|
-
--color-icon-selected: var(--blue-9);
|
|
1197
|
-
--color-text-selected: var(--blue-9);
|
|
1198
|
-
--color-border-selected: var(--blue-6);
|
|
1199
|
-
--color-border-hover-selected: var(--blue-8);
|
|
1200
|
-
--color-border-active-selected: var(--blue-9);
|
|
1205
|
+
--wui-color-bg-surface-selected: var(--wui-blue-3);
|
|
1206
|
+
--wui-color-bg-surface-selected-active: var(--wui-blue-5);
|
|
1207
|
+
--wui-color-bg-surface-selected-hover: var(--wui-blue-4);
|
|
1208
|
+
--wui-color-icon-selected: var(--wui-blue-9);
|
|
1209
|
+
--wui-color-text-selected: var(--wui-blue-9);
|
|
1210
|
+
--wui-color-border-selected: var(--wui-blue-6);
|
|
1211
|
+
--wui-color-border-hover-selected: var(--wui-blue-8);
|
|
1212
|
+
--wui-color-border-active-selected: var(--wui-blue-9);
|
|
1201
1213
|
`;
|
|
1202
1214
|
|
|
1203
1215
|
// src/css/designTokens/borderRadius.tsx
|
|
1204
1216
|
var import_styled_components5 = require("styled-components");
|
|
1205
1217
|
var borderRadiusTokens = import_styled_components5.css`
|
|
1206
|
-
--border-radius-01: 4px;
|
|
1207
|
-
--border-radius-02: 8px;
|
|
1208
|
-
--border-radius-03: 16px;
|
|
1209
|
-
--border-radius-04: 20px;
|
|
1210
|
-
--border-radius-05: 24px;
|
|
1211
|
-
--border-radius-rounded: 1000px;
|
|
1218
|
+
--wui-border-radius-01: 4px;
|
|
1219
|
+
--wui-border-radius-02: 8px;
|
|
1220
|
+
--wui-border-radius-03: 16px;
|
|
1221
|
+
--wui-border-radius-04: 20px;
|
|
1222
|
+
--wui-border-radius-05: 24px;
|
|
1223
|
+
--wui-border-radius-rounded: 1000px;
|
|
1212
1224
|
`;
|
|
1213
1225
|
|
|
1214
1226
|
// src/css/designTokens/spacing.tsx
|
|
1215
1227
|
var import_styled_components6 = require("styled-components");
|
|
1216
1228
|
var spacingTokens = import_styled_components6.css`
|
|
1217
|
-
--space-01: 4px;
|
|
1218
|
-
--space-02: 8px;
|
|
1219
|
-
--space-03: 12px;
|
|
1220
|
-
--space-04: 16px;
|
|
1221
|
-
--space-05: 24px;
|
|
1222
|
-
--space-06: 32px;
|
|
1223
|
-
--space-07: 40px;
|
|
1224
|
-
--space-08: 48px;
|
|
1225
|
-
--space-09: 64px;
|
|
1229
|
+
--wui-space-01: 4px;
|
|
1230
|
+
--wui-space-02: 8px;
|
|
1231
|
+
--wui-space-03: 12px;
|
|
1232
|
+
--wui-space-04: 16px;
|
|
1233
|
+
--wui-space-05: 24px;
|
|
1234
|
+
--wui-space-06: 32px;
|
|
1235
|
+
--wui-space-07: 40px;
|
|
1236
|
+
--wui-space-08: 48px;
|
|
1237
|
+
--wui-space-09: 64px;
|
|
1226
1238
|
`;
|
|
1227
1239
|
|
|
1228
1240
|
// src/css/designTokens/typography.tsx
|
|
1229
1241
|
var import_styled_components7 = require("styled-components");
|
|
1230
1242
|
var typographyTokens = import_styled_components7.css`
|
|
1231
|
-
--typography-family-default: intervariable, sans-serif;
|
|
1232
|
-
--typography-family-brand: 'GT Walsheim', sans-serif;
|
|
1233
|
-
--typography-family-mono: 'IBM Plex Mono', monospace;
|
|
1243
|
+
--wui-typography-family-default: intervariable, sans-serif;
|
|
1244
|
+
--wui-typography-family-brand: 'GT Walsheim', sans-serif;
|
|
1245
|
+
--wui-typography-family-mono: 'IBM Plex Mono', monospace;
|
|
1234
1246
|
|
|
1235
1247
|
/* Brand Weights */
|
|
1236
|
-
--typography-weight-brand-bold: 600;
|
|
1237
|
-
--typography-weight-brand-black: 700;
|
|
1248
|
+
--wui-typography-weight-brand-bold: 600;
|
|
1249
|
+
--wui-typography-weight-brand-black: 700;
|
|
1238
1250
|
|
|
1239
1251
|
/* Heading Hero */
|
|
1240
|
-
--typography-heading-hero-family: var(--typography-family-brand);
|
|
1241
|
-
--typography-heading-hero-line-height: 58px;
|
|
1242
|
-
--typography-heading-hero-size: 48px;
|
|
1243
|
-
--typography-heading-hero-weight: var(--typography-weight-brand-black);
|
|
1252
|
+
--wui-typography-heading-hero-family: var(--wui-typography-family-brand);
|
|
1253
|
+
--wui-typography-heading-hero-line-height: 58px;
|
|
1254
|
+
--wui-typography-heading-hero-size: 48px;
|
|
1255
|
+
--wui-typography-heading-hero-weight: var(--wui-typography-weight-brand-black);
|
|
1244
1256
|
|
|
1245
1257
|
/* Heading 1 */
|
|
1246
|
-
--typography-heading-1-family: var(--typography-family-brand);
|
|
1247
|
-
--typography-heading-1-line-height: 44px;
|
|
1248
|
-
--typography-heading-1-size: 36px;
|
|
1249
|
-
--typography-heading-1-weight: var(--typography-weight-brand-black);
|
|
1258
|
+
--wui-typography-heading-1-family: var(--wui-typography-family-brand);
|
|
1259
|
+
--wui-typography-heading-1-line-height: 44px;
|
|
1260
|
+
--wui-typography-heading-1-size: 36px;
|
|
1261
|
+
--wui-typography-heading-1-weight: var(--wui-typography-weight-brand-black);
|
|
1250
1262
|
|
|
1251
1263
|
/* Heading 2 */
|
|
1252
|
-
--typography-heading-2-family: var(--typography-family-brand);
|
|
1253
|
-
--typography-heading-2-line-height: 38px;
|
|
1254
|
-
--typography-heading-2-size: 32px;
|
|
1255
|
-
--typography-heading-2-weight: var(--typography-weight-brand-bold);
|
|
1264
|
+
--wui-typography-heading-2-family: var(--wui-typography-family-brand);
|
|
1265
|
+
--wui-typography-heading-2-line-height: 38px;
|
|
1266
|
+
--wui-typography-heading-2-size: 32px;
|
|
1267
|
+
--wui-typography-heading-2-weight: var(--wui-typography-weight-brand-bold);
|
|
1256
1268
|
|
|
1257
1269
|
/* Heading 3 */
|
|
1258
|
-
--typography-heading-3-family: var(--typography-family-brand);
|
|
1259
|
-
--typography-heading-3-line-height: 30px;
|
|
1260
|
-
--typography-heading-3-size: 24px;
|
|
1261
|
-
--typography-heading-3-weight: var(--typography-weight-brand-bold);
|
|
1270
|
+
--wui-typography-heading-3-family: var(--wui-typography-family-brand);
|
|
1271
|
+
--wui-typography-heading-3-line-height: 30px;
|
|
1272
|
+
--wui-typography-heading-3-size: 24px;
|
|
1273
|
+
--wui-typography-heading-3-weight: var(--wui-typography-weight-brand-bold);
|
|
1262
1274
|
|
|
1263
1275
|
/* Heading 4 */
|
|
1264
|
-
--typography-heading-4-family: var(--typography-family-brand);
|
|
1265
|
-
--typography-heading-4-line-height: 24px;
|
|
1266
|
-
--typography-heading-4-size: 18px;
|
|
1267
|
-
--typography-heading-4-weight: var(--typography-weight-brand-bold);
|
|
1276
|
+
--wui-typography-heading-4-family: var(--wui-typography-family-brand);
|
|
1277
|
+
--wui-typography-heading-4-line-height: 24px;
|
|
1278
|
+
--wui-typography-heading-4-size: 18px;
|
|
1279
|
+
--wui-typography-heading-4-weight: var(--wui-typography-weight-brand-bold);
|
|
1268
1280
|
|
|
1269
1281
|
/* Heading 5 */
|
|
1270
|
-
--typography-heading-5-family: var(--typography-family-brand);
|
|
1271
|
-
--typography-heading-5-line-height: 22px;
|
|
1272
|
-
--typography-heading-5-size: 16px;
|
|
1273
|
-
--typography-heading-5-weight: var(--typography-weight-brand-bold);
|
|
1282
|
+
--wui-typography-heading-5-family: var(--wui-typography-family-brand);
|
|
1283
|
+
--wui-typography-heading-5-line-height: 22px;
|
|
1284
|
+
--wui-typography-heading-5-size: 16px;
|
|
1285
|
+
--wui-typography-heading-5-weight: var(--wui-typography-weight-brand-bold);
|
|
1274
1286
|
|
|
1275
1287
|
/* Heading 6 */
|
|
1276
|
-
--typography-heading-6-family: var(--typography-family-brand);
|
|
1277
|
-
--typography-heading-6-line-height: 18px;
|
|
1278
|
-
--typography-heading-6-size: 14px;
|
|
1279
|
-
--typography-heading-6-weight: var(--typography-weight-brand-bold);
|
|
1288
|
+
--wui-typography-heading-6-family: var(--wui-typography-family-brand);
|
|
1289
|
+
--wui-typography-heading-6-line-height: 18px;
|
|
1290
|
+
--wui-typography-heading-6-size: 14px;
|
|
1291
|
+
--wui-typography-heading-6-weight: var(--wui-typography-weight-brand-bold);
|
|
1280
1292
|
|
|
1281
1293
|
/* Body Weight */
|
|
1282
|
-
--typography-weight-body: 425;
|
|
1283
|
-
--typography-weight-body-bold: 700;
|
|
1294
|
+
--wui-typography-weight-body: 425;
|
|
1295
|
+
--wui-typography-weight-body-bold: 700;
|
|
1284
1296
|
|
|
1285
1297
|
/* Body 1 */
|
|
1286
|
-
--typography-body-1-family: var(--typography-family-default);
|
|
1287
|
-
--typography-body-1-line-height: 30px;
|
|
1288
|
-
--typography-body-1-size: 20px;
|
|
1289
|
-
--typography-body-1-weight: var(--typography-weight-body);
|
|
1290
|
-
--typography-body-1-paragraph-spacing: 16px;
|
|
1298
|
+
--wui-typography-body-1-family: var(--wui-typography-family-default);
|
|
1299
|
+
--wui-typography-body-1-line-height: 30px;
|
|
1300
|
+
--wui-typography-body-1-size: 20px;
|
|
1301
|
+
--wui-typography-body-1-weight: var(--wui-typography-weight-body);
|
|
1302
|
+
--wui-typography-body-1-paragraph-spacing: 16px;
|
|
1291
1303
|
|
|
1292
1304
|
/* Body 2 */
|
|
1293
|
-
--typography-body-2-family: var(--typography-family-default);
|
|
1294
|
-
--typography-body-2-line-height: 26px;
|
|
1295
|
-
--typography-body-2-size: 16px;
|
|
1296
|
-
--typography-body-2-weight: var(--typography-weight-body);
|
|
1297
|
-
--typography-body-2-paragraph-spacing: 12px;
|
|
1305
|
+
--wui-typography-body-2-family: var(--wui-typography-family-default);
|
|
1306
|
+
--wui-typography-body-2-line-height: 26px;
|
|
1307
|
+
--wui-typography-body-2-size: 16px;
|
|
1308
|
+
--wui-typography-body-2-weight: var(--wui-typography-weight-body);
|
|
1309
|
+
--wui-typography-body-2-paragraph-spacing: 12px;
|
|
1298
1310
|
|
|
1299
1311
|
/* Body 3 */
|
|
1300
|
-
--typography-body-3-family: var(--typography-family-default);
|
|
1301
|
-
--typography-body-3-line-height: 22px;
|
|
1302
|
-
--typography-body-3-size: 14px;
|
|
1303
|
-
--typography-body-3-weight: var(--typography-weight-body);
|
|
1304
|
-
--typography-body-3-paragraph-spacing: 8px;
|
|
1312
|
+
--wui-typography-body-3-family: var(--wui-typography-family-default);
|
|
1313
|
+
--wui-typography-body-3-line-height: 22px;
|
|
1314
|
+
--wui-typography-body-3-size: 14px;
|
|
1315
|
+
--wui-typography-body-3-weight: var(--wui-typography-weight-body);
|
|
1316
|
+
--wui-typography-body-3-paragraph-spacing: 8px;
|
|
1305
1317
|
|
|
1306
1318
|
/* Body 4 */
|
|
1307
|
-
--typography-body-4-family: var(--typography-family-default);
|
|
1308
|
-
--typography-body-4-line-height: 18px;
|
|
1309
|
-
--typography-body-4-size: 12px;
|
|
1310
|
-
--typography-body-4-weight: var(--typography-weight-body);
|
|
1311
|
-
--typography-body-4-paragraph-spacing: 8px;
|
|
1319
|
+
--wui-typography-body-4-family: var(--wui-typography-family-default);
|
|
1320
|
+
--wui-typography-body-4-line-height: 18px;
|
|
1321
|
+
--wui-typography-body-4-size: 12px;
|
|
1322
|
+
--wui-typography-body-4-weight: var(--wui-typography-weight-body);
|
|
1323
|
+
--wui-typography-body-4-paragraph-spacing: 8px;
|
|
1312
1324
|
|
|
1313
1325
|
/* Label Weight */
|
|
1314
|
-
--typography-weight-label: 475;
|
|
1315
|
-
--typography-weight-label-bold: 600;
|
|
1326
|
+
--wui-typography-weight-label: 475;
|
|
1327
|
+
--wui-typography-weight-label-bold: 600;
|
|
1316
1328
|
|
|
1317
1329
|
/* Label 1 */
|
|
1318
|
-
--typography-label-1-family: var(--typography-family-default);
|
|
1319
|
-
--typography-label-1-line-height: 24px;
|
|
1320
|
-
--typography-label-1-size: 18px;
|
|
1321
|
-
--typography-label-1-weight: var(--typography-weight-label);
|
|
1330
|
+
--wui-typography-label-1-family: var(--wui-typography-family-default);
|
|
1331
|
+
--wui-typography-label-1-line-height: 24px;
|
|
1332
|
+
--wui-typography-label-1-size: 18px;
|
|
1333
|
+
--wui-typography-label-1-weight: var(--wui-typography-weight-label);
|
|
1322
1334
|
|
|
1323
1335
|
/* Label 2 */
|
|
1324
|
-
--typography-label-2-family: var(--typography-family-default);
|
|
1325
|
-
--typography-label-2-line-height: 18px;
|
|
1326
|
-
--typography-label-2-size: 16px;
|
|
1327
|
-
--typography-label-2-weight: var(--typography-weight-label);
|
|
1336
|
+
--wui-typography-label-2-family: var(--wui-typography-family-default);
|
|
1337
|
+
--wui-typography-label-2-line-height: 18px;
|
|
1338
|
+
--wui-typography-label-2-size: 16px;
|
|
1339
|
+
--wui-typography-label-2-weight: var(--wui-typography-weight-label);
|
|
1328
1340
|
|
|
1329
1341
|
/* Label 3 */
|
|
1330
|
-
--typography-label-3-family: var(--typography-family-default);
|
|
1331
|
-
--typography-label-3-line-height: 16px;
|
|
1332
|
-
--typography-label-3-size: 14px;
|
|
1333
|
-
--typography-label-3-weight: var(--typography-weight-label);
|
|
1342
|
+
--wui-typography-label-3-family: var(--wui-typography-family-default);
|
|
1343
|
+
--wui-typography-label-3-line-height: 16px;
|
|
1344
|
+
--wui-typography-label-3-size: 14px;
|
|
1345
|
+
--wui-typography-label-3-weight: var(--wui-typography-weight-label);
|
|
1334
1346
|
|
|
1335
1347
|
/* Label 4 */
|
|
1336
|
-
--typography-label-4-family: var(--typography-family-default);
|
|
1337
|
-
--typography-label-4-line-height: 14px;
|
|
1338
|
-
--typography-label-4-size: 12px;
|
|
1339
|
-
--typography-label-4-weight: var(--typography-weight-label);
|
|
1348
|
+
--wui-typography-label-4-family: var(--wui-typography-family-default);
|
|
1349
|
+
--wui-typography-label-4-line-height: 14px;
|
|
1350
|
+
--wui-typography-label-4-size: 12px;
|
|
1351
|
+
--wui-typography-label-4-weight: var(--wui-typography-weight-label);
|
|
1340
1352
|
`;
|
|
1341
1353
|
|
|
1342
1354
|
// src/css/designTokens/index.tsx
|
|
@@ -1614,32 +1626,34 @@ var colorSchemeSchema = [
|
|
|
1614
1626
|
{ token: "border-secondary-hover", step: "10" },
|
|
1615
1627
|
{ token: "border-secondary-active", step: "11" },
|
|
1616
1628
|
{ token: "icon", step: "11" },
|
|
1617
|
-
{ token: "icon-on-fill", step: "contrast" }
|
|
1629
|
+
{ token: "icon-on-fill", step: "contrast" },
|
|
1630
|
+
{ token: "focus-ring", step: "9" }
|
|
1618
1631
|
];
|
|
1619
1632
|
var defaultScheme = import_styled_components10.css`
|
|
1620
|
-
--color-bg-surface: var(--gray-surface);
|
|
1621
|
-
--color-bg-surface-hover: var(--gray-3);
|
|
1622
|
-
--color-bg-surface-active: var(--gray-4);
|
|
1623
|
-
--color-bg-surface-secondary: var(--gray-3);
|
|
1624
|
-
--color-bg-surface-secondary-hover: var(--gray-4);
|
|
1625
|
-
--color-bg-surface-secondary-active: var(--gray-5);
|
|
1626
|
-
--color-bg-surface-tertiary: var(--gray-5);
|
|
1627
|
-
--color-bg-fill: var(--blue-9);
|
|
1628
|
-
--color-bg-fill-hover: var(--blue-10);
|
|
1629
|
-
--color-bg-fill-active: var(--blue-
|
|
1630
|
-
--color-text: var(--gray-12);
|
|
1631
|
-
--color-text-high-contrast: var(--gray-12);
|
|
1632
|
-
--color-text-link: var(--blue-9);
|
|
1633
|
-
--color-text-secondary: var(--gray-11);
|
|
1634
|
-
--color-text-on-fill: var(--gray-contrast);
|
|
1635
|
-
--color-border: var(--gray-6);
|
|
1636
|
-
--color-border-hover: var(--gray-8);
|
|
1637
|
-
--color-border-active: var(--gray-9);
|
|
1638
|
-
--color-border-secondary: var(--gray-8);
|
|
1639
|
-
--color-border-secondary-hover: var(--gray-10);
|
|
1640
|
-
--color-border-secondary-active: var(--gray-11);
|
|
1641
|
-
--color-icon: var(--gray-11);
|
|
1642
|
-
--color-icon-on-fill: var(--gray-contrast);
|
|
1633
|
+
--wui-color-bg-surface: var(--wui-gray-surface);
|
|
1634
|
+
--wui-color-bg-surface-hover: var(--wui-gray-3);
|
|
1635
|
+
--wui-color-bg-surface-active: var(--wui-gray-4);
|
|
1636
|
+
--wui-color-bg-surface-secondary: var(--wui-gray-3);
|
|
1637
|
+
--wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
|
|
1638
|
+
--wui-color-bg-surface-secondary-active: var(--wui-gray-5);
|
|
1639
|
+
--wui-color-bg-surface-tertiary: var(--wui-gray-5);
|
|
1640
|
+
--wui-color-bg-fill: var(--wui-blue-9);
|
|
1641
|
+
--wui-color-bg-fill-hover: var(--wui-blue-10);
|
|
1642
|
+
--wui-color-bg-fill-active: var(--wui-blue-11);
|
|
1643
|
+
--wui-color-text: var(--wui-gray-12);
|
|
1644
|
+
--wui-color-text-high-contrast: var(--wui-gray-12);
|
|
1645
|
+
--wui-color-text-link: var(--wui-blue-9);
|
|
1646
|
+
--wui-color-text-secondary: var(--wui-gray-11);
|
|
1647
|
+
--wui-color-text-on-fill: var(--wui-gray-contrast);
|
|
1648
|
+
--wui-color-border: var(--wui-gray-6);
|
|
1649
|
+
--wui-color-border-hover: var(--wui-gray-8);
|
|
1650
|
+
--wui-color-border-active: var(--wui-gray-9);
|
|
1651
|
+
--wui-color-border-secondary: var(--wui-gray-8);
|
|
1652
|
+
--wui-color-border-secondary-hover: var(--wui-gray-10);
|
|
1653
|
+
--wui-color-border-secondary-active: var(--wui-gray-11);
|
|
1654
|
+
--wui-color-icon: var(--wui-gray-11);
|
|
1655
|
+
--wui-color-icon-on-fill: var(--wui-gray-contrast);
|
|
1656
|
+
--wui-color-focus-ring: var(--wui-blue-9);
|
|
1643
1657
|
`;
|
|
1644
1658
|
var getColorScheme = (colorScheme) => {
|
|
1645
1659
|
if (colorScheme === "inherit") {
|
|
@@ -1650,7 +1664,7 @@ var getColorScheme = (colorScheme) => {
|
|
|
1650
1664
|
}
|
|
1651
1665
|
return import_styled_components10.css`
|
|
1652
1666
|
${colorSchemeSchema.map(({ token, step }) => {
|
|
1653
|
-
return `--color-${token}: var(
|
|
1667
|
+
return `--wui-color-${token}: var(--wui-${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
|
|
1654
1668
|
})}
|
|
1655
1669
|
`;
|
|
1656
1670
|
};
|
|
@@ -1737,10 +1751,10 @@ var fontSizeScaleMultiplier = 0.55;
|
|
|
1737
1751
|
var InitialsContainer = import_styled_components12.default.div`
|
|
1738
1752
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1739
1753
|
align-items: center;
|
|
1740
|
-
background-color: var(--color-bg-fill);
|
|
1741
|
-
border: 1px solid var(--color-border);
|
|
1754
|
+
background-color: var(--wui-color-bg-fill);
|
|
1755
|
+
border: 1px solid var(--wui-color-border);
|
|
1742
1756
|
border-radius: 50%;
|
|
1743
|
-
color: var(--color-text-on-fill);
|
|
1757
|
+
color: var(--wui-color-text-on-fill);
|
|
1744
1758
|
display: flex;
|
|
1745
1759
|
font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
|
|
1746
1760
|
height: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
@@ -1826,15 +1840,15 @@ var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
|
1826
1840
|
var StyledBadge = import_styled_components13.default.div`
|
|
1827
1841
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1828
1842
|
align-items: center;
|
|
1829
|
-
background-color: var(--color-bg-surface-secondary);
|
|
1830
|
-
border-radius: var(--border-radius-rounded);
|
|
1831
|
-
color: var(--color-text);
|
|
1843
|
+
background-color: var(--wui-color-bg-surface-secondary);
|
|
1844
|
+
border-radius: var(--wui-border-radius-rounded);
|
|
1845
|
+
color: var(--wui-color-text);
|
|
1832
1846
|
display: inline-flex;
|
|
1833
|
-
font-size: var(--typography-label-4-size);
|
|
1834
|
-
font-weight: var(--typography-label-4-weight);
|
|
1835
|
-
gap: var(--space-01);
|
|
1847
|
+
font-size: var(--wui-typography-label-4-size);
|
|
1848
|
+
font-weight: var(--wui-typography-label-4-weight);
|
|
1849
|
+
gap: var(--wui-space-01);
|
|
1836
1850
|
justify-content: center;
|
|
1837
|
-
padding: var(--space-01) var(--space-02);
|
|
1851
|
+
padding: var(--wui-space-01) var(--wui-space-02);
|
|
1838
1852
|
width: fit-content;
|
|
1839
1853
|
|
|
1840
1854
|
/* TODO should these be a token? */
|
|
@@ -2038,94 +2052,94 @@ var buttonResetCss = import_styled_components15.css`
|
|
|
2038
2052
|
// src/components/Button/buttonStyles.tsx
|
|
2039
2053
|
var import_styled_components16 = require("styled-components");
|
|
2040
2054
|
var buttonSmallStyles = import_styled_components16.css`
|
|
2041
|
-
--button-padding-vertical: var(--space-01);
|
|
2042
|
-
--button-padding-horizontal: var(--space-02);
|
|
2043
|
-
--button-label-padding-horizontal: var(--space-01);
|
|
2044
|
-
--button-typography-family: var(--typography-family-default);
|
|
2045
|
-
--button-typography-size: var(--typography-label-4-size);
|
|
2046
|
-
--button-typography-weight: var(--typography-label-4-weight);
|
|
2055
|
+
--button-padding-vertical: var(--wui-space-01);
|
|
2056
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2057
|
+
--button-label-padding-horizontal: var(--wui-space-01);
|
|
2058
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2059
|
+
--button-typography-size: var(--wui-typography-label-4-size);
|
|
2060
|
+
--button-typography-weight: var(--wui-typography-label-4-weight);
|
|
2047
2061
|
--button-typography-line-height: 16px;
|
|
2048
2062
|
--button-icon-size: 12px;
|
|
2049
2063
|
--button-label-gap: 4px;
|
|
2050
2064
|
`;
|
|
2051
2065
|
var buttonMediumStyles = import_styled_components16.css`
|
|
2052
|
-
--button-padding-vertical: var(--space-02);
|
|
2053
|
-
--button-padding-horizontal: var(--space-02);
|
|
2066
|
+
--button-padding-vertical: var(--wui-space-02);
|
|
2067
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2054
2068
|
--button-label-padding-horizontal: 6px;
|
|
2055
|
-
--button-typography-family: var(--typography-family-default);
|
|
2056
|
-
--button-typography-size: var(--typography-label-3-size);
|
|
2057
|
-
--button-typography-weight: var(--typography-label-3-weight);
|
|
2069
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2070
|
+
--button-typography-size: var(--wui-typography-label-3-size);
|
|
2071
|
+
--button-typography-weight: var(--wui-typography-label-3-weight);
|
|
2058
2072
|
--button-typography-line-height: 16px;
|
|
2059
2073
|
--button-icon-size: 16px;
|
|
2060
2074
|
--button-label-gap: 6px;
|
|
2061
2075
|
`;
|
|
2062
2076
|
var buttonLargeStyles = import_styled_components16.css`
|
|
2063
|
-
--button-padding-vertical: var(--space-02);
|
|
2064
|
-
--button-padding-horizontal: var(--space-02);
|
|
2065
|
-
--button-label-padding-horizontal: var(--space-02);
|
|
2066
|
-
--button-typography-family: var(--typography-family-default);
|
|
2067
|
-
--button-typography-size: var(--typography-label-1-size);
|
|
2068
|
-
--button-typography-weight: var(--typography-label-1-weight);
|
|
2077
|
+
--button-padding-vertical: var(--wui-space-02);
|
|
2078
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2079
|
+
--button-label-padding-horizontal: var(--wui-space-02);
|
|
2080
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2081
|
+
--button-typography-size: var(--wui-typography-label-1-size);
|
|
2082
|
+
--button-typography-weight: var(--wui-typography-label-1-weight);
|
|
2069
2083
|
--button-typography-line-height: 24px;
|
|
2070
2084
|
--button-icon-size: 24px;
|
|
2071
2085
|
--button-label-gap: 8px;
|
|
2072
2086
|
`;
|
|
2073
2087
|
var buttonExtraLargeStyles = import_styled_components16.css`
|
|
2074
|
-
--button-padding-vertical: var(--space-03);
|
|
2075
|
-
--button-padding-horizontal: var(--space-03);
|
|
2076
|
-
--button-label-padding-horizontal: var(--space-02);
|
|
2077
|
-
--button-typography-family: var(--typography-family-brand);
|
|
2088
|
+
--button-padding-vertical: var(--wui-space-03);
|
|
2089
|
+
--button-padding-horizontal: var(--wui-space-03);
|
|
2090
|
+
--button-label-padding-horizontal: var(--wui-space-02);
|
|
2091
|
+
--button-typography-family: var(--wui-typography-family-brand);
|
|
2078
2092
|
--button-typography-size: 18px;
|
|
2079
|
-
--button-typography-weight: var(--typography-weight-brand-bold);
|
|
2093
|
+
--button-typography-weight: var(--wui-typography-weight-brand-bold);
|
|
2080
2094
|
--button-typography-line-height: 24px;
|
|
2081
2095
|
--button-icon-size: 24px;
|
|
2082
2096
|
--button-label-gap: 8px;
|
|
2083
2097
|
`;
|
|
2084
2098
|
var ghostButtonVariant = import_styled_components16.css`
|
|
2085
2099
|
--button-color-bg: transparent;
|
|
2086
|
-
--button-color-bg-hover: var(--color-bg-surface-hover);
|
|
2087
|
-
--button-color-bg-active: var(--color-bg-surface-active);
|
|
2088
|
-
--button-color-text: var(--color-text);
|
|
2089
|
-
--button-color-icon: var(--color-icon);
|
|
2100
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-hover);
|
|
2101
|
+
--button-color-bg-active: var(--wui-color-bg-surface-active);
|
|
2102
|
+
--button-color-text: var(--wui-color-text);
|
|
2103
|
+
--button-color-icon: var(--wui-color-icon);
|
|
2090
2104
|
`;
|
|
2091
2105
|
var outlineButtonVariant = import_styled_components16.css`
|
|
2092
2106
|
${ghostButtonVariant};
|
|
2093
|
-
--button-color-border: var(--color-border);
|
|
2107
|
+
--button-color-border: var(--wui-color-border);
|
|
2094
2108
|
|
|
2095
2109
|
box-shadow: 0 0 0 2px var(--button-color-border) inset;
|
|
2096
2110
|
`;
|
|
2097
2111
|
var softButtonVariant = import_styled_components16.css`
|
|
2098
|
-
--button-color-bg: var(--color-bg-surface-secondary);
|
|
2099
|
-
--button-color-bg-hover: var(--color-bg-surface-secondary-hover);
|
|
2100
|
-
--button-color-bg-active: var(--color-bg-surface-secondary-active);
|
|
2101
|
-
--button-color-text: var(--color-text);
|
|
2102
|
-
--button-color-icon: var(--color-icon);
|
|
2112
|
+
--button-color-bg: var(--wui-color-bg-surface-secondary);
|
|
2113
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-secondary-hover);
|
|
2114
|
+
--button-color-bg-active: var(--wui-color-bg-surface-secondary-active);
|
|
2115
|
+
--button-color-text: var(--wui-color-text);
|
|
2116
|
+
--button-color-icon: var(--wui-color-icon);
|
|
2103
2117
|
`;
|
|
2104
2118
|
var solidButtonVariant = import_styled_components16.css`
|
|
2105
|
-
--button-color-bg: var(--color-bg-fill);
|
|
2106
|
-
--button-color-bg-hover: var(--color-bg-fill-hover);
|
|
2107
|
-
--button-color-bg-active: var(--color-bg-fill-active);
|
|
2108
|
-
--button-color-text: var(--color-text-on-fill);
|
|
2109
|
-
--button-color-icon: var(--color-icon-on-fill);
|
|
2119
|
+
--button-color-bg: var(--wui-color-bg-fill);
|
|
2120
|
+
--button-color-bg-hover: var(--wui-color-bg-fill-hover);
|
|
2121
|
+
--button-color-bg-active: var(--wui-color-bg-fill-active);
|
|
2122
|
+
--button-color-text: var(--wui-color-text-on-fill);
|
|
2123
|
+
--button-color-icon: var(--wui-color-icon-on-fill);
|
|
2110
2124
|
`;
|
|
2111
2125
|
var disabledButtonVariant = import_styled_components16.css`
|
|
2112
|
-
--button-color-bg: var(--color-bg-surface-disabled);
|
|
2113
|
-
--button-color-bg-hover: var(--color-bg-surface-disabled);
|
|
2114
|
-
--button-color-bg-active: var(--color-bg-surface-disabled);
|
|
2115
|
-
--button-color-text: var(--color-text-disabled);
|
|
2116
|
-
--button-color-icon: var(--color-icon-disabled);
|
|
2117
|
-
--button-color-border: var(--color-border-disabled);
|
|
2126
|
+
--button-color-bg: var(--wui-color-bg-surface-disabled);
|
|
2127
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-disabled);
|
|
2128
|
+
--button-color-bg-active: var(--wui-color-bg-surface-disabled);
|
|
2129
|
+
--button-color-text: var(--wui-color-text-disabled);
|
|
2130
|
+
--button-color-icon: var(--wui-color-icon-disabled);
|
|
2131
|
+
--button-color-border: var(--wui-color-border-disabled);
|
|
2118
2132
|
`;
|
|
2119
2133
|
var pressedButtonVariant = import_styled_components16.css`
|
|
2120
|
-
--button-color-bg: var(--color-bg-surface-selected);
|
|
2121
|
-
--button-color-bg-hover: var(--color-bg-surface-selected-hover);
|
|
2122
|
-
--button-color-bg-active: var(--color-bg-surface-selected-active);
|
|
2123
|
-
--button-color-text: var(--color-text-selected);
|
|
2124
|
-
--button-color-icon: var(--color-icon-selected);
|
|
2125
|
-
--button-color-border: var(--color-border-selected);
|
|
2134
|
+
--button-color-bg: var(--wui-color-bg-surface-selected);
|
|
2135
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-selected-hover);
|
|
2136
|
+
--button-color-bg-active: var(--wui-color-bg-surface-selected-active);
|
|
2137
|
+
--button-color-text: var(--wui-color-text-selected);
|
|
2138
|
+
--button-color-icon: var(--wui-color-icon-selected);
|
|
2139
|
+
--button-color-border: var(--wui-color-border-selected);
|
|
2126
2140
|
`;
|
|
2127
2141
|
var buttonBaseStyles = import_styled_components16.css`
|
|
2128
|
-
border-radius: var(--border-radius-rounded);
|
|
2142
|
+
border-radius: var(--wui-border-radius-rounded);
|
|
2129
2143
|
font-family: var(--button-typography-family);
|
|
2130
2144
|
font-size: var(--button-typography-size);
|
|
2131
2145
|
font-weight: var(--button-typography-weight);
|
|
@@ -2153,19 +2167,18 @@ var buttonBaseStyles = import_styled_components16.css`
|
|
|
2153
2167
|
background: var(--button-color-bg-active);
|
|
2154
2168
|
}
|
|
2155
2169
|
|
|
2156
|
-
&:focus
|
|
2157
|
-
&.force-state-focus {
|
|
2170
|
+
&:focus {
|
|
2158
2171
|
outline: none;
|
|
2159
2172
|
}
|
|
2160
2173
|
|
|
2161
|
-
&:focus-visible
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2174
|
+
&:focus-visible,
|
|
2175
|
+
&.force-state-focus {
|
|
2176
|
+
outline: 2px solid var(--wui-color-focus-ring);
|
|
2177
|
+
outline-offset: 2px;
|
|
2178
|
+
background: var(--button-color-bg-hover);
|
|
2166
2179
|
|
|
2167
2180
|
&[aria-disabled='true'] {
|
|
2168
|
-
outline:
|
|
2181
|
+
outline-color: var(--wui-color-border-disabled);
|
|
2169
2182
|
}
|
|
2170
2183
|
}
|
|
2171
2184
|
|
|
@@ -5408,7 +5421,7 @@ var Icon = ({
|
|
|
5408
5421
|
verticalAlign: "middle",
|
|
5409
5422
|
...style
|
|
5410
5423
|
};
|
|
5411
|
-
const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
|
|
5424
|
+
const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
|
|
5412
5425
|
return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
5413
5426
|
StyledIcon,
|
|
5414
5427
|
{
|
|
@@ -5453,8 +5466,8 @@ var StyledLink = import_styled_components18.default.a`
|
|
|
5453
5466
|
${({ href }) => (0, import_type_guards11.isNil)(href) && buttonResetCss};
|
|
5454
5467
|
${({ $colorScheme }) => getColorScheme($colorScheme)}
|
|
5455
5468
|
cursor: pointer;
|
|
5456
|
-
font-family: var(--typography-family-default);
|
|
5457
|
-
color: var(--color-text-link);
|
|
5469
|
+
font-family: var(--wui-typography-family-default);
|
|
5470
|
+
color: var(--wui-color-text-link);
|
|
5458
5471
|
text-decoration: ${({ $underline }) => $underline ? "underline" : "none"};
|
|
5459
5472
|
`;
|
|
5460
5473
|
var Link = (0, import_react9.forwardRef)(
|
|
@@ -5620,9 +5633,7 @@ var Button = (0, import_react10.forwardRef)(
|
|
|
5620
5633
|
$size: responsiveSize,
|
|
5621
5634
|
$unstyled: unstyled,
|
|
5622
5635
|
$variant: variant,
|
|
5623
|
-
className
|
|
5624
|
-
forceState,
|
|
5625
|
-
isLoading
|
|
5636
|
+
className
|
|
5626
5637
|
};
|
|
5627
5638
|
if (forceState) {
|
|
5628
5639
|
commonProps.className = `${className ?? ""} force-state-${forceState}`;
|
|
@@ -5700,7 +5711,7 @@ var ButtonGroupComponent = import_styled_components20.default.div`
|
|
|
5700
5711
|
|
|
5701
5712
|
/* this helps ensure that primary buttons appear at the top of the column */
|
|
5702
5713
|
flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
|
|
5703
|
-
gap: var(--space-04);
|
|
5714
|
+
gap: var(--wui-space-04);
|
|
5704
5715
|
align-items: center;
|
|
5705
5716
|
justify-content: ${({ $align }) => getAlignment($align)};
|
|
5706
5717
|
width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
|
|
@@ -5747,21 +5758,21 @@ var import_styled_components21 = __toESM(require("styled-components"));
|
|
|
5747
5758
|
var import_jsx_runtime164 = require("react/jsx-runtime");
|
|
5748
5759
|
var requiredStyle = import_styled_components21.css`
|
|
5749
5760
|
&::after {
|
|
5750
|
-
color: var(--color-text-error);
|
|
5761
|
+
color: var(--wui-color-text-error);
|
|
5751
5762
|
display: inline;
|
|
5752
|
-
padding-left: var(--space-01);
|
|
5763
|
+
padding-left: var(--wui-space-01);
|
|
5753
5764
|
content: '*';
|
|
5754
5765
|
}
|
|
5755
5766
|
`;
|
|
5756
5767
|
var disabledStyle = import_styled_components21.css`
|
|
5757
|
-
color: var(--color-text-disabled);
|
|
5768
|
+
color: var(--wui-color-text-disabled);
|
|
5758
5769
|
`;
|
|
5759
|
-
var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
|
|
5770
|
+
var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--wui-space-02)";
|
|
5760
5771
|
var StyledLabel = import_styled_components21.default.label`
|
|
5761
5772
|
display: inline-block;
|
|
5762
|
-
font-size: var(--typography-label-1-size);
|
|
5763
|
-
font-weight: var(--typography-label-1-weight);
|
|
5764
|
-
line-height: var(--typography-label-1-line-height);
|
|
5773
|
+
font-size: var(--wui-typography-label-1-size);
|
|
5774
|
+
font-weight: var(--wui-typography-label-1-weight);
|
|
5775
|
+
line-height: var(--wui-typography-label-1-line-height);
|
|
5765
5776
|
cursor: inherit;
|
|
5766
5777
|
width: 100%;
|
|
5767
5778
|
|
|
@@ -5806,10 +5817,10 @@ var import_styled_components22 = __toESM(require("styled-components"));
|
|
|
5806
5817
|
var import_type_guards14 = require("@wistia/type-guards");
|
|
5807
5818
|
var import_jsx_runtime165 = require("react/jsx-runtime");
|
|
5808
5819
|
var StyledLabelDescription = import_styled_components22.default.div`
|
|
5809
|
-
color: var(--color-text-secondary);
|
|
5810
|
-
font-size: var(--typography-body-4-size);
|
|
5811
|
-
font-weight: var(--typography-body-4-weight);
|
|
5812
|
-
line-height: var(--typography-body-4-line-height);
|
|
5820
|
+
color: var(--wui-color-text-secondary);
|
|
5821
|
+
font-size: var(--wui-typography-body-4-size);
|
|
5822
|
+
font-weight: var(--wui-typography-body-4-weight);
|
|
5823
|
+
line-height: var(--wui-typography-body-4-line-height);
|
|
5813
5824
|
`;
|
|
5814
5825
|
var LabelDescription = ({
|
|
5815
5826
|
children,
|
|
@@ -5845,7 +5856,7 @@ var StyledCheckboxWrapper = import_styled_components23.default.div`
|
|
|
5845
5856
|
display: flex;
|
|
5846
5857
|
align-items: center;
|
|
5847
5858
|
cursor: pointer;
|
|
5848
|
-
padding: var(--space-02);
|
|
5859
|
+
padding: var(--wui-space-02);
|
|
5849
5860
|
|
|
5850
5861
|
&:hover {
|
|
5851
5862
|
/* TODO Lamp to design hover state */
|
|
@@ -5858,13 +5869,13 @@ var StyledCheckboxWrapper = import_styled_components23.default.div`
|
|
|
5858
5869
|
`;
|
|
5859
5870
|
var StyledCheckboxRoot = (0, import_styled_components23.default)(import_react_checkbox.Root)`
|
|
5860
5871
|
all: unset; /* CheckboxRoot renders as a button element, so we need to reset all styles */
|
|
5861
|
-
background-color: var(--color-bg-fill-white);
|
|
5872
|
+
background-color: var(--wui-color-bg-fill-white);
|
|
5862
5873
|
min-width: 16px;
|
|
5863
5874
|
min-height: 16px;
|
|
5864
|
-
border-radius: var(--border-radius-01);
|
|
5875
|
+
border-radius: var(--wui-border-radius-01);
|
|
5865
5876
|
border-width: 1px;
|
|
5866
5877
|
border-style: solid;
|
|
5867
|
-
border-color: var(--color-border);
|
|
5878
|
+
border-color: var(--wui-color-border);
|
|
5868
5879
|
display: flex;
|
|
5869
5880
|
align-items: center;
|
|
5870
5881
|
justify-content: center;
|
|
@@ -5872,14 +5883,14 @@ var StyledCheckboxRoot = (0, import_styled_components23.default)(import_react_ch
|
|
|
5872
5883
|
margin-top: 3px; /* bump down slightly to mimic "align-self: center" */
|
|
5873
5884
|
|
|
5874
5885
|
&[data-state='checked'] {
|
|
5875
|
-
background-color: var(--color-bg-fill);
|
|
5886
|
+
background-color: var(--wui-color-bg-fill);
|
|
5876
5887
|
}
|
|
5877
5888
|
|
|
5878
5889
|
&[disabled] {
|
|
5879
|
-
background-color: var(--color-bg-surface-disabled);
|
|
5890
|
+
background-color: var(--wui-color-bg-surface-disabled);
|
|
5880
5891
|
|
|
5881
5892
|
svg path {
|
|
5882
|
-
fill: var(--color-icon-disabled);
|
|
5893
|
+
fill: var(--wui-color-icon-disabled);
|
|
5883
5894
|
}
|
|
5884
5895
|
}
|
|
5885
5896
|
|
|
@@ -5897,7 +5908,7 @@ var StyledCheckboxIndicator = (0, import_styled_components23.default)(import_rea
|
|
|
5897
5908
|
var StyledLabelWrapper = import_styled_components23.default.div`
|
|
5898
5909
|
display: flex;
|
|
5899
5910
|
flex-direction: column;
|
|
5900
|
-
padding-left: var(--space-02);
|
|
5911
|
+
padding-left: var(--wui-space-02);
|
|
5901
5912
|
`;
|
|
5902
5913
|
var Checkbox = (0, import_react11.forwardRef)(
|
|
5903
5914
|
({
|
|
@@ -5971,7 +5982,7 @@ var DividerComponent = import_styled_components24.default.hr`
|
|
|
5971
5982
|
border-bottom: none;
|
|
5972
5983
|
border-left: none;
|
|
5973
5984
|
border-right: none;
|
|
5974
|
-
border-top-color: var(--color-border);
|
|
5985
|
+
border-top-color: var(--wui-color-border);
|
|
5975
5986
|
border-top-style: solid;
|
|
5976
5987
|
border-top-width: ${({ $borderHeight }) => `${$borderHeight}px`};
|
|
5977
5988
|
clear: both;
|
|
@@ -6057,46 +6068,46 @@ var makePolymorphic = (component) => {
|
|
|
6057
6068
|
// src/components/Heading/Heading.tsx
|
|
6058
6069
|
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
6059
6070
|
var heroStyle = import_styled_components26.css`
|
|
6060
|
-
--font-family: var(--typography-heading-hero-family);
|
|
6061
|
-
--font-size: var(--typography-heading-hero-size);
|
|
6062
|
-
--font-weight: var(--typography-heading-hero-weight);
|
|
6063
|
-
--line-height: var(--typography-heading-hero-line-height);
|
|
6071
|
+
--font-family: var(--wui-typography-heading-hero-family);
|
|
6072
|
+
--font-size: var(--wui-typography-heading-hero-size);
|
|
6073
|
+
--font-weight: var(--wui-typography-heading-hero-weight);
|
|
6074
|
+
--line-height: var(--wui-typography-heading-hero-line-height);
|
|
6064
6075
|
`;
|
|
6065
6076
|
var heading1TextStyle = import_styled_components26.css`
|
|
6066
|
-
--font-family: var(--typography-heading-1-family);
|
|
6067
|
-
--font-size: var(--typography-heading-1-size);
|
|
6068
|
-
--font-weight: var(--typography-heading-1-weight);
|
|
6069
|
-
--line-height: var(--typography-heading-1-line-height);
|
|
6077
|
+
--font-family: var(--wui-typography-heading-1-family);
|
|
6078
|
+
--font-size: var(--wui-typography-heading-1-size);
|
|
6079
|
+
--font-weight: var(--wui-typography-heading-1-weight);
|
|
6080
|
+
--line-height: var(--wui-typography-heading-1-line-height);
|
|
6070
6081
|
`;
|
|
6071
6082
|
var heading2TextStyle = import_styled_components26.css`
|
|
6072
|
-
--font-family: var(--typography-heading-2-family);
|
|
6073
|
-
--font-size: var(--typography-heading-2-size);
|
|
6074
|
-
--font-weight: var(--typography-heading-2-weight);
|
|
6075
|
-
--line-height: var(--typography-heading-2-line-height);
|
|
6083
|
+
--font-family: var(--wui-typography-heading-2-family);
|
|
6084
|
+
--font-size: var(--wui-typography-heading-2-size);
|
|
6085
|
+
--font-weight: var(--wui-typography-heading-2-weight);
|
|
6086
|
+
--line-height: var(--wui-typography-heading-2-line-height);
|
|
6076
6087
|
`;
|
|
6077
6088
|
var heading3TextStyle = import_styled_components26.css`
|
|
6078
|
-
--font-family: var(--typography-heading-3-family);
|
|
6079
|
-
--font-size: var(--typography-heading-3-size);
|
|
6080
|
-
--font-weight: var(--typography-heading-3-weight);
|
|
6081
|
-
--line-height: var(--typography-heading-3-line-height);
|
|
6089
|
+
--font-family: var(--wui-typography-heading-3-family);
|
|
6090
|
+
--font-size: var(--wui-typography-heading-3-size);
|
|
6091
|
+
--font-weight: var(--wui-typography-heading-3-weight);
|
|
6092
|
+
--line-height: var(--wui-typography-heading-3-line-height);
|
|
6082
6093
|
`;
|
|
6083
6094
|
var heading4TextStyle = import_styled_components26.css`
|
|
6084
|
-
--font-family: var(--typography-heading-4-family);
|
|
6085
|
-
--font-size: var(--typography-heading-4-size);
|
|
6086
|
-
--font-weight: var(--typography-heading-4-weight);
|
|
6087
|
-
--line-height: var(--typography-heading-4-line-height);
|
|
6095
|
+
--font-family: var(--wui-typography-heading-4-family);
|
|
6096
|
+
--font-size: var(--wui-typography-heading-4-size);
|
|
6097
|
+
--font-weight: var(--wui-typography-heading-4-weight);
|
|
6098
|
+
--line-height: var(--wui-typography-heading-4-line-height);
|
|
6088
6099
|
`;
|
|
6089
6100
|
var heading5TextStyle = import_styled_components26.css`
|
|
6090
|
-
--font-family: var(--typography-heading-5-family);
|
|
6091
|
-
--font-size: var(--typography-heading-5-size);
|
|
6092
|
-
--font-weight: var(--typography-heading-5-weight);
|
|
6093
|
-
--line-height: var(--typography-heading-5-line-height);
|
|
6101
|
+
--font-family: var(--wui-typography-heading-5-family);
|
|
6102
|
+
--font-size: var(--wui-typography-heading-5-size);
|
|
6103
|
+
--font-weight: var(--wui-typography-heading-5-weight);
|
|
6104
|
+
--line-height: var(--wui-typography-heading-5-line-height);
|
|
6094
6105
|
`;
|
|
6095
6106
|
var heading6TextStyle = import_styled_components26.css`
|
|
6096
|
-
--font-family: var(--typography-heading-6-family);
|
|
6097
|
-
--font-size: var(--typography-heading-6-size);
|
|
6098
|
-
--font-weight: var(--typography-heading-6-weight);
|
|
6099
|
-
--line-height: var(--typography-heading-6-line-height);
|
|
6107
|
+
--font-family: var(--wui-typography-heading-6-family);
|
|
6108
|
+
--font-size: var(--wui-typography-heading-6-size);
|
|
6109
|
+
--font-weight: var(--wui-typography-heading-6-weight);
|
|
6110
|
+
--line-height: var(--wui-typography-heading-6-line-height);
|
|
6100
6111
|
`;
|
|
6101
6112
|
var variantStyleMap = {
|
|
6102
6113
|
hero: heroStyle,
|
|
@@ -6114,14 +6125,14 @@ var StyledHeading = import_styled_components26.default.div`
|
|
|
6114
6125
|
font-size: var(--font-size);
|
|
6115
6126
|
font-weight: var(--font-weight);
|
|
6116
6127
|
line-height: var(--line-height);
|
|
6117
|
-
color: var(--color-text);
|
|
6128
|
+
color: var(--wui-color-text);
|
|
6118
6129
|
${({ $variant }) => variantStyleMap[$variant]}
|
|
6119
6130
|
${({ $ellipsis }) => $ellipsis && ellipsisStyle};
|
|
6120
6131
|
${({ $inline }) => $inline && import_styled_components26.css`
|
|
6121
6132
|
display: inline-block;
|
|
6122
6133
|
`}
|
|
6123
6134
|
${({ $disabled }) => $disabled && import_styled_components26.css`
|
|
6124
|
-
color: var(--color-text-disabled);
|
|
6135
|
+
color: var(--wui-color-text-disabled);
|
|
6125
6136
|
`}
|
|
6126
6137
|
${({ $preventUserSelect }) => $preventUserSelect && import_styled_components26.css`
|
|
6127
6138
|
user-select: none;
|
|
@@ -6179,22 +6190,22 @@ var import_react_tooltip2 = require("@radix-ui/react-tooltip");
|
|
|
6179
6190
|
var import_styled_components27 = __toESM(require("styled-components"));
|
|
6180
6191
|
var import_jsx_runtime170 = require("react/jsx-runtime");
|
|
6181
6192
|
var CompactTooltipStyles = import_styled_components27.css`
|
|
6182
|
-
--tooltip-font-size: var(--typography-label-4-size);
|
|
6183
|
-
--tooltip-line-height: var(--typography-label-4-line-height);
|
|
6184
|
-
--tooltip-font-weight: var(--typography-label-4-weight);
|
|
6185
|
-
--tooltip-horizontal-padding: var(--space-02);
|
|
6186
|
-
--tooltip-vertical-padding: var(--space-03);
|
|
6193
|
+
--tooltip-font-size: var(--wui-typography-label-4-size);
|
|
6194
|
+
--tooltip-line-height: var(--wui-typography-label-4-line-height);
|
|
6195
|
+
--tooltip-font-weight: var(--wui-typography-label-4-weight);
|
|
6196
|
+
--tooltip-horizontal-padding: var(--wui-space-02);
|
|
6197
|
+
--tooltip-vertical-padding: var(--wui-space-03);
|
|
6187
6198
|
`;
|
|
6188
6199
|
var StyledContent = (0, import_styled_components27.default)(import_react_tooltip2.Content)`
|
|
6189
|
-
--tooltip-font-family: var(--typography-family-default);
|
|
6190
|
-
--tooltip-border-radius: var(--border-radius-05);
|
|
6191
|
-
--tooltip-bg: var(--color-bg-tooltip);
|
|
6192
|
-
--tooltip-color: var(--color-text-on-fill);
|
|
6193
|
-
--tooltip-font-size: var(--typography-label-3-size);
|
|
6194
|
-
--tooltip-line-height: var(--typography-label-3-line-height);
|
|
6195
|
-
--tooltip-font-weight: var(--typography-label-3-weight);
|
|
6196
|
-
--tooltip-horizontal-padding: var(--space-03);
|
|
6197
|
-
--tooltip-vertical-padding: var(--space-03);
|
|
6200
|
+
--tooltip-font-family: var(--wui-typography-family-default);
|
|
6201
|
+
--tooltip-border-radius: var(--wui-border-radius-05);
|
|
6202
|
+
--tooltip-bg: var(--wui-color-bg-tooltip);
|
|
6203
|
+
--tooltip-color: var(--wui-color-text-on-fill);
|
|
6204
|
+
--tooltip-font-size: var(--wui-typography-label-3-size);
|
|
6205
|
+
--tooltip-line-height: var(--wui-typography-label-3-line-height);
|
|
6206
|
+
--tooltip-font-weight: var(--wui-typography-label-3-weight);
|
|
6207
|
+
--tooltip-horizontal-padding: var(--wui-space-03);
|
|
6208
|
+
--tooltip-vertical-padding: var(--wui-space-03);
|
|
6198
6209
|
|
|
6199
6210
|
${({ $compact }) => Boolean($compact) && CompactTooltipStyles};
|
|
6200
6211
|
|
|
@@ -6345,11 +6356,11 @@ var close = import_styled_components29.keyframes`
|
|
|
6345
6356
|
}
|
|
6346
6357
|
`;
|
|
6347
6358
|
var menuContentCss = import_styled_components29.css`
|
|
6348
|
-
--menu-font-family: var(--typography-family-default);
|
|
6349
|
-
--menu-bg: var(--color-bg-fill-white); /* TODO - Not sure what token to use for this */
|
|
6359
|
+
--menu-font-family: var(--wui-typography-family-default);
|
|
6360
|
+
--menu-bg: var(--wui-color-bg-fill-white); /* TODO - Not sure what token to use for this */
|
|
6350
6361
|
--menu-shadow: 0 0 64px 0 rgba(0 0 0 / 8%); /* TODO - Need a box-shadow token */
|
|
6351
|
-
--menu-border-radius: var(--border-radius-01);
|
|
6352
|
-
--menu-padding: var(--space-03);
|
|
6362
|
+
--menu-border-radius: var(--wui-border-radius-01);
|
|
6363
|
+
--menu-padding: var(--wui-space-03);
|
|
6353
6364
|
--menu-min-width: 120px;
|
|
6354
6365
|
--menu-max-width: 284px;
|
|
6355
6366
|
--menu-zindex: 500; /* TODO - need z-index token */
|
|
@@ -6380,7 +6391,7 @@ var menuContentCss = import_styled_components29.css`
|
|
|
6380
6391
|
}
|
|
6381
6392
|
|
|
6382
6393
|
hr {
|
|
6383
|
-
margin: var(--space-02) 0;
|
|
6394
|
+
margin: var(--wui-space-02) 0;
|
|
6384
6395
|
}
|
|
6385
6396
|
`;
|
|
6386
6397
|
var MenuContent = (0, import_styled_components29.default)(import_react_dropdown_menu.DropdownMenuContent)`
|
|
@@ -6442,86 +6453,86 @@ var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
|
6442
6453
|
var bodyBoldStyles = import_styled_components30.css`
|
|
6443
6454
|
> strong,
|
|
6444
6455
|
b {
|
|
6445
|
-
font-weight: var(--typography-weight-body-bold);
|
|
6456
|
+
font-weight: var(--wui-typography-weight-body-bold);
|
|
6446
6457
|
}
|
|
6447
6458
|
`;
|
|
6448
6459
|
var labelBoldStyles = import_styled_components30.css`
|
|
6449
6460
|
> strong,
|
|
6450
6461
|
b {
|
|
6451
|
-
font-weight: var(--typography-weight-label-bold);
|
|
6462
|
+
font-weight: var(--wui-typography-weight-label-bold);
|
|
6452
6463
|
}
|
|
6453
6464
|
`;
|
|
6454
6465
|
var body1TextStyle = import_styled_components30.css`
|
|
6455
|
-
--font-family: var(--typography-body-1-family);
|
|
6456
|
-
--font-size: var(--typography-body-1-size);
|
|
6457
|
-
--font-weight: var(--typography-body-1-weight);
|
|
6458
|
-
--line-height: var(--typography-body-1-line-height);
|
|
6466
|
+
--font-family: var(--wui-typography-body-1-family);
|
|
6467
|
+
--font-size: var(--wui-typography-body-1-size);
|
|
6468
|
+
--font-weight: var(--wui-typography-body-1-weight);
|
|
6469
|
+
--line-height: var(--wui-typography-body-1-line-height);
|
|
6459
6470
|
${bodyBoldStyles}
|
|
6460
6471
|
`;
|
|
6461
6472
|
var body2TextStyle = import_styled_components30.css`
|
|
6462
|
-
--font-family: var(--typography-body-2-family);
|
|
6463
|
-
--font-size: var(--typography-body-2-size);
|
|
6464
|
-
--font-weight: var(--typography-body-2-weight);
|
|
6465
|
-
--line-height: var(--typography-body-2-line-height);
|
|
6473
|
+
--font-family: var(--wui-typography-body-2-family);
|
|
6474
|
+
--font-size: var(--wui-typography-body-2-size);
|
|
6475
|
+
--font-weight: var(--wui-typography-body-2-weight);
|
|
6476
|
+
--line-height: var(--wui-typography-body-2-line-height);
|
|
6466
6477
|
${bodyBoldStyles}
|
|
6467
6478
|
`;
|
|
6468
6479
|
var body3TextStyle = import_styled_components30.css`
|
|
6469
|
-
--font-family: var(--typography-body-3-family);
|
|
6470
|
-
--font-size: var(--typography-body-3-size);
|
|
6471
|
-
--font-weight: var(--typography-body-3-weight);
|
|
6472
|
-
--line-height: var(--typography-body-3-line-height);
|
|
6480
|
+
--font-family: var(--wui-typography-body-3-family);
|
|
6481
|
+
--font-size: var(--wui-typography-body-3-size);
|
|
6482
|
+
--font-weight: var(--wui-typography-body-3-weight);
|
|
6483
|
+
--line-height: var(--wui-typography-body-3-line-height);
|
|
6473
6484
|
${bodyBoldStyles}
|
|
6474
6485
|
`;
|
|
6475
6486
|
var body4TextStyle = import_styled_components30.css`
|
|
6476
|
-
--font-family: var(--typography-body-4-family);
|
|
6477
|
-
--font-size: var(--typography-body-4-size);
|
|
6478
|
-
--font-weight: var(--typography-body-4-weight);
|
|
6479
|
-
--line-height: var(--typography-body-4-line-height);
|
|
6487
|
+
--font-family: var(--wui-typography-body-4-family);
|
|
6488
|
+
--font-size: var(--wui-typography-body-4-size);
|
|
6489
|
+
--font-weight: var(--wui-typography-body-4-weight);
|
|
6490
|
+
--line-height: var(--wui-typography-body-4-line-height);
|
|
6480
6491
|
${bodyBoldStyles}
|
|
6481
6492
|
`;
|
|
6482
6493
|
var label1TextStyle = import_styled_components30.css`
|
|
6483
|
-
--font-family: var(--typography-label-1-family);
|
|
6484
|
-
--font-size: var(--typography-label-1-size);
|
|
6485
|
-
--font-weight: var(--typography-label-1-weight);
|
|
6486
|
-
--line-height: var(--typography-label-1-line-height);
|
|
6494
|
+
--font-family: var(--wui-typography-label-1-family);
|
|
6495
|
+
--font-size: var(--wui-typography-label-1-size);
|
|
6496
|
+
--font-weight: var(--wui-typography-label-1-weight);
|
|
6497
|
+
--line-height: var(--wui-typography-label-1-line-height);
|
|
6487
6498
|
${labelBoldStyles}
|
|
6488
6499
|
`;
|
|
6489
6500
|
var label2TextStyle = import_styled_components30.css`
|
|
6490
|
-
--font-family: var(--typography-label-2-family);
|
|
6491
|
-
--font-size: var(--typography-label-2-size);
|
|
6492
|
-
--font-weight: var(--typography-label-2-weight);
|
|
6493
|
-
--line-height: var(--typography-label-2-line-height);
|
|
6501
|
+
--font-family: var(--wui-typography-label-2-family);
|
|
6502
|
+
--font-size: var(--wui-typography-label-2-size);
|
|
6503
|
+
--font-weight: var(--wui-typography-label-2-weight);
|
|
6504
|
+
--line-height: var(--wui-typography-label-2-line-height);
|
|
6494
6505
|
${labelBoldStyles}
|
|
6495
6506
|
`;
|
|
6496
6507
|
var label3TextStyle = import_styled_components30.css`
|
|
6497
|
-
--font-family: var(--typography-label-3-family);
|
|
6498
|
-
--font-size: var(--typography-label-3-size);
|
|
6499
|
-
--font-weight: var(--typography-label-3-weight);
|
|
6500
|
-
--line-height: var(--typography-label-3-line-height);
|
|
6508
|
+
--font-family: var(--wui-typography-label-3-family);
|
|
6509
|
+
--font-size: var(--wui-typography-label-3-size);
|
|
6510
|
+
--font-weight: var(--wui-typography-label-3-weight);
|
|
6511
|
+
--line-height: var(--wui-typography-label-3-line-height);
|
|
6501
6512
|
${labelBoldStyles}
|
|
6502
6513
|
`;
|
|
6503
6514
|
var label4TextStyle = import_styled_components30.css`
|
|
6504
|
-
--font-family: var(--typography-label-4-family);
|
|
6505
|
-
--font-size: var(--typography-label-4-size);
|
|
6506
|
-
--font-weight: var(--typography-label-4-weight);
|
|
6507
|
-
--line-height: var(--typography-label-4-line-height);
|
|
6515
|
+
--font-family: var(--wui-typography-label-4-family);
|
|
6516
|
+
--font-size: var(--wui-typography-label-4-size);
|
|
6517
|
+
--font-weight: var(--wui-typography-label-4-weight);
|
|
6518
|
+
--line-height: var(--wui-typography-label-4-line-height);
|
|
6508
6519
|
${labelBoldStyles}
|
|
6509
6520
|
`;
|
|
6510
6521
|
var body1MonoTextStyle = import_styled_components30.css`
|
|
6511
6522
|
${body1TextStyle};
|
|
6512
|
-
--font-family: var(--typography-family-mono);
|
|
6523
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6513
6524
|
`;
|
|
6514
6525
|
var body2MonoTextStyle = import_styled_components30.css`
|
|
6515
6526
|
${body2TextStyle};
|
|
6516
|
-
--font-family: var(--typography-family-mono);
|
|
6527
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6517
6528
|
`;
|
|
6518
6529
|
var body3MonoTextStyle = import_styled_components30.css`
|
|
6519
6530
|
${body3TextStyle};
|
|
6520
|
-
--font-family: var(--typography-family-mono);
|
|
6531
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6521
6532
|
`;
|
|
6522
6533
|
var body4MonoTextStyle = import_styled_components30.css`
|
|
6523
6534
|
${body4TextStyle};
|
|
6524
|
-
--font-family: var(--typography-family-mono);
|
|
6535
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6525
6536
|
`;
|
|
6526
6537
|
var variantStyleMap2 = {
|
|
6527
6538
|
body1: body1TextStyle,
|
|
@@ -6538,13 +6549,13 @@ var variantStyleMap2 = {
|
|
|
6538
6549
|
label4: label4TextStyle
|
|
6539
6550
|
};
|
|
6540
6551
|
var highContrastProminenceStyle = import_styled_components30.css`
|
|
6541
|
-
--text-color: var(--color-text-high-contrast);
|
|
6552
|
+
--text-color: var(--wui-color-text-high-contrast);
|
|
6542
6553
|
`;
|
|
6543
6554
|
var vibrantProminenceStyle = import_styled_components30.css`
|
|
6544
|
-
--text-color: var(--color-text);
|
|
6555
|
+
--text-color: var(--wui-color-text);
|
|
6545
6556
|
`;
|
|
6546
6557
|
var secondaryProminenceStyle = import_styled_components30.css`
|
|
6547
|
-
--text-color: var(--color-text-secondary);
|
|
6558
|
+
--text-color: var(--wui-color-text-secondary);
|
|
6548
6559
|
`;
|
|
6549
6560
|
var prominenceMap = {
|
|
6550
6561
|
highContrast: highContrastProminenceStyle,
|
|
@@ -6567,7 +6578,7 @@ var StyledText = import_styled_components30.default.div`
|
|
|
6567
6578
|
display: inline-block;
|
|
6568
6579
|
`}
|
|
6569
6580
|
${({ $disabled }) => $disabled && import_styled_components30.css`
|
|
6570
|
-
--text-color: var(--color-text-disabled);
|
|
6581
|
+
--text-color: var(--wui-color-text-disabled);
|
|
6571
6582
|
`}
|
|
6572
6583
|
${({ $preventUserSelect }) => $preventUserSelect && import_styled_components30.css`
|
|
6573
6584
|
user-select: none;
|
|
@@ -6617,7 +6628,7 @@ var Text = makePolymorphic(TextComponent);
|
|
|
6617
6628
|
// src/components/Menu/MenuLabel.tsx
|
|
6618
6629
|
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
6619
6630
|
var StyledMenuLabel = (0, import_styled_components31.default)(import_react_dropdown_menu2.DropdownMenuLabel)`
|
|
6620
|
-
padding: var(--space-02);
|
|
6631
|
+
padding: var(--wui-space-02);
|
|
6621
6632
|
`;
|
|
6622
6633
|
var MenuLabel = ({ children, ...props }) => {
|
|
6623
6634
|
return /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
@@ -6649,10 +6660,10 @@ var import_styled_components32 = __toESM(require("styled-components"));
|
|
|
6649
6660
|
var import_type_guards18 = require("@wistia/type-guards");
|
|
6650
6661
|
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
6651
6662
|
var StyledButton3 = (0, import_styled_components32.default)(Button)`
|
|
6652
|
-
--menu-item-border-radius: var(--border-radius-01);
|
|
6653
|
-
--menu-item-gap: var(--space-01);
|
|
6654
|
-
--menu-item-inner-gap: var(--space-04);
|
|
6655
|
-
--menu-item-disabled-bg: var(--color-white);
|
|
6663
|
+
--menu-item-border-radius: var(--wui-border-radius-01);
|
|
6664
|
+
--menu-item-gap: var(--wui-space-01);
|
|
6665
|
+
--menu-item-inner-gap: var(--wui-space-04);
|
|
6666
|
+
--menu-item-disabled-bg: var(--wui-color-white);
|
|
6656
6667
|
|
|
6657
6668
|
text-align: left;
|
|
6658
6669
|
align-items: left;
|
|
@@ -6663,7 +6674,7 @@ var StyledButton3 = (0, import_styled_components32.default)(Button)`
|
|
|
6663
6674
|
background-color: var(--menu-item-disabled-bg);
|
|
6664
6675
|
}
|
|
6665
6676
|
|
|
6666
|
-
${({ $isGated }) => (0, import_type_guards18.isNotUndefined)($isGated) && $isGated ? `color: var(--color-text);` : ""}
|
|
6677
|
+
${({ $isGated }) => (0, import_type_guards18.isNotUndefined)($isGated) && $isGated ? `color: var(--wui-color-text);` : ""}
|
|
6667
6678
|
`;
|
|
6668
6679
|
var StyledMenuContent = import_styled_components32.default.div`
|
|
6669
6680
|
display: grid;
|
|
@@ -6744,7 +6755,7 @@ var SubMenuContent = (0, import_styled_components34.default)(import_react_dropdo
|
|
|
6744
6755
|
}
|
|
6745
6756
|
`;
|
|
6746
6757
|
var StyledMobileSubMenuItems = import_styled_components34.default.div`
|
|
6747
|
-
margin-left: var(--space-04);
|
|
6758
|
+
margin-left: var(--wui-space-04);
|
|
6748
6759
|
`;
|
|
6749
6760
|
var StyledSubTrigger = (0, import_styled_components34.default)(import_react_dropdown_menu3.DropdownMenuSubTrigger)`
|
|
6750
6761
|
outline: none;
|
|
@@ -6940,7 +6951,7 @@ var DEFAULT_ELEMENT3 = "div";
|
|
|
6940
6951
|
var StyledStack = import_styled_components36.default.div`
|
|
6941
6952
|
display: flex;
|
|
6942
6953
|
flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
|
|
6943
|
-
gap: ${({ $gap }) => `var(
|
|
6954
|
+
gap: ${({ $gap }) => `var(--wui-${$gap})`};
|
|
6944
6955
|
|
|
6945
6956
|
> * {
|
|
6946
6957
|
flex: 1;
|
|
@@ -6965,27 +6976,167 @@ var StackComponent = (0, import_react18.forwardRef)(
|
|
|
6965
6976
|
StackComponent.displayName = "Stack";
|
|
6966
6977
|
var Stack = makePolymorphic(StackComponent);
|
|
6967
6978
|
|
|
6968
|
-
// src/components/
|
|
6979
|
+
// src/components/Tag/Tag.tsx
|
|
6980
|
+
var import_react19 = require("react");
|
|
6969
6981
|
var import_styled_components37 = __toESM(require("styled-components"));
|
|
6970
6982
|
var import_type_guards20 = require("@wistia/type-guards");
|
|
6971
6983
|
var import_jsx_runtime184 = require("react/jsx-runtime");
|
|
6984
|
+
var TagLabel = import_styled_components37.default.a`
|
|
6985
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
6986
|
+
font-size: var(--wui-typography-label-4-size);
|
|
6987
|
+
font-weight: var(--wui-typography-label-4-weight);
|
|
6988
|
+
line-height: var(--wui-typography-label-4-line-height);
|
|
6989
|
+
border-radius: var(--wui-border-radius-01);
|
|
6990
|
+
align-items: center;
|
|
6991
|
+
color: var(--wui-color-text-high-contrast);
|
|
6992
|
+
text-decoration: none;
|
|
6993
|
+
padding: var(--wui-space-01);
|
|
6994
|
+
|
|
6995
|
+
:not(:only-child) {
|
|
6996
|
+
padding-right: var(--wui-space-01);
|
|
6997
|
+
}
|
|
6998
|
+
|
|
6999
|
+
:is(a):hover {
|
|
7000
|
+
background: var(--wui-color-bg-surface-secondary-hover);
|
|
7001
|
+
}
|
|
7002
|
+
|
|
7003
|
+
:is(a):active {
|
|
7004
|
+
background: var(--wui-color-bg-surface-secondary-active);
|
|
7005
|
+
}
|
|
7006
|
+
|
|
7007
|
+
:focus-visible {
|
|
7008
|
+
outline: unset;
|
|
7009
|
+
box-shadow: inset 0 0 0 2px var(--wui-color-border-secondary);
|
|
7010
|
+
}
|
|
7011
|
+
`;
|
|
7012
|
+
var TagDivider = import_styled_components37.default.div`
|
|
7013
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7014
|
+
border-left: 1px solid var(--wui-color-border);
|
|
7015
|
+
display: flex;
|
|
7016
|
+
height: 14px;
|
|
7017
|
+
width: 1px;
|
|
7018
|
+
`;
|
|
7019
|
+
var StyledRemoveButton = import_styled_components37.default.button`
|
|
7020
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7021
|
+
all: unset;
|
|
7022
|
+
cursor: pointer;
|
|
7023
|
+
display: flex;
|
|
7024
|
+
height: 22px;
|
|
7025
|
+
width: 12px;
|
|
7026
|
+
align-items: center;
|
|
7027
|
+
padding: 0 var(--wui-space-01);
|
|
7028
|
+
border-radius: var(--wui-border-radius-01);
|
|
7029
|
+
|
|
7030
|
+
svg path {
|
|
7031
|
+
fill: var(--wui-color-icon);
|
|
7032
|
+
}
|
|
7033
|
+
|
|
7034
|
+
:hover {
|
|
7035
|
+
background: var(--wui-color-bg-surface-secondary-hover);
|
|
7036
|
+
}
|
|
7037
|
+
|
|
7038
|
+
:active {
|
|
7039
|
+
background: var(--wui-color-bg-surface-secondary-active);
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
:focus-visible {
|
|
7043
|
+
outline: unset;
|
|
7044
|
+
box-shadow: inset 0 0 0 2px var(--wui-color-border-secondary);
|
|
7045
|
+
}
|
|
7046
|
+
`;
|
|
7047
|
+
var StyledTag = import_styled_components37.default.div`
|
|
7048
|
+
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
7049
|
+
align-items: center;
|
|
7050
|
+
background-color: var(--wui-color-bg-surface-secondary);
|
|
7051
|
+
border-radius: var(--wui-border-radius-01);
|
|
7052
|
+
display: inline-flex;
|
|
7053
|
+
overflow: hidden;
|
|
7054
|
+
`;
|
|
7055
|
+
var RemoveButton = ({ onClickRemove, onClickRemoveLabel, colorScheme }) => {
|
|
7056
|
+
if ((0, import_type_guards20.isNil)(onClickRemove)) {
|
|
7057
|
+
return null;
|
|
7058
|
+
}
|
|
7059
|
+
if ((0, import_type_guards20.isNil)(onClickRemoveLabel)) {
|
|
7060
|
+
throw new Error(
|
|
7061
|
+
"for accessibility, onClickRemoveLabel must be provided if onClickRemove is provided"
|
|
7062
|
+
);
|
|
7063
|
+
}
|
|
7064
|
+
return /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)(import_jsx_runtime184.Fragment, { children: [
|
|
7065
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(TagDivider, { $colorScheme: colorScheme }),
|
|
7066
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsxs)(
|
|
7067
|
+
StyledRemoveButton,
|
|
7068
|
+
{
|
|
7069
|
+
$colorScheme: colorScheme,
|
|
7070
|
+
onClick: onClickRemove,
|
|
7071
|
+
type: "button",
|
|
7072
|
+
children: [
|
|
7073
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
7074
|
+
Icon,
|
|
7075
|
+
{
|
|
7076
|
+
size: "sm",
|
|
7077
|
+
type: "close"
|
|
7078
|
+
}
|
|
7079
|
+
),
|
|
7080
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(ScreenReaderOnly, { children: onClickRemoveLabel })
|
|
7081
|
+
]
|
|
7082
|
+
}
|
|
7083
|
+
)
|
|
7084
|
+
] });
|
|
7085
|
+
};
|
|
7086
|
+
var Tag = (0, import_react19.forwardRef)(
|
|
7087
|
+
({ onClickRemove, colorScheme = "inherit", href, label, onClickRemoveLabel, ...otherProps }, ref) => {
|
|
7088
|
+
const labelProps = (0, import_type_guards20.isNotNil)(href) && (0, import_type_guards20.isNonEmptyString)(href) ? { href, as: "a" } : { as: "span" };
|
|
7089
|
+
return /* @__PURE__ */ (0, import_jsx_runtime184.jsxs)(
|
|
7090
|
+
StyledTag,
|
|
7091
|
+
{
|
|
7092
|
+
ref,
|
|
7093
|
+
$colorScheme: colorScheme,
|
|
7094
|
+
...otherProps,
|
|
7095
|
+
children: [
|
|
7096
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
7097
|
+
TagLabel,
|
|
7098
|
+
{
|
|
7099
|
+
...labelProps,
|
|
7100
|
+
$colorScheme: colorScheme,
|
|
7101
|
+
children: label
|
|
7102
|
+
}
|
|
7103
|
+
),
|
|
7104
|
+
/* @__PURE__ */ (0, import_jsx_runtime184.jsx)(
|
|
7105
|
+
RemoveButton,
|
|
7106
|
+
{
|
|
7107
|
+
colorScheme,
|
|
7108
|
+
onClickRemove,
|
|
7109
|
+
onClickRemoveLabel
|
|
7110
|
+
}
|
|
7111
|
+
)
|
|
7112
|
+
]
|
|
7113
|
+
}
|
|
7114
|
+
);
|
|
7115
|
+
}
|
|
7116
|
+
);
|
|
7117
|
+
Tag.displayName = "Tag";
|
|
7118
|
+
|
|
7119
|
+
// src/components/WistiaLogo/WistiaLogo.tsx
|
|
7120
|
+
var import_styled_components38 = __toESM(require("styled-components"));
|
|
7121
|
+
var import_type_guards21 = require("@wistia/type-guards");
|
|
7122
|
+
var import_jsx_runtime185 = require("react/jsx-runtime");
|
|
6972
7123
|
var renderBrandmark = (brandmarkColor, iconOnly) => {
|
|
6973
7124
|
if (iconOnly) {
|
|
6974
|
-
return /* @__PURE__ */ (0,
|
|
7125
|
+
return /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6975
7126
|
"g",
|
|
6976
7127
|
{
|
|
6977
7128
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
6978
7129
|
fill: brandmarkColor,
|
|
6979
|
-
children: /* @__PURE__ */ (0,
|
|
7130
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("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" })
|
|
6980
7131
|
}
|
|
6981
7132
|
);
|
|
6982
7133
|
}
|
|
6983
|
-
return /* @__PURE__ */ (0,
|
|
7134
|
+
return /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6984
7135
|
"g",
|
|
6985
7136
|
{
|
|
6986
7137
|
"data-testid": "ui-wistia-logo-brandmark",
|
|
6987
7138
|
fill: brandmarkColor,
|
|
6988
|
-
children: /* @__PURE__ */ (0,
|
|
7139
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("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" })
|
|
6989
7140
|
}
|
|
6990
7141
|
);
|
|
6991
7142
|
};
|
|
@@ -6993,12 +7144,12 @@ var renderLogotype = (logotypeColor, iconOnly) => {
|
|
|
6993
7144
|
if (iconOnly) {
|
|
6994
7145
|
return null;
|
|
6995
7146
|
}
|
|
6996
|
-
return /* @__PURE__ */ (0,
|
|
7147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime185.jsx)(
|
|
6997
7148
|
"g",
|
|
6998
7149
|
{
|
|
6999
7150
|
"data-testid": "ui-wistia-logo-logotype",
|
|
7000
7151
|
fill: logotypeColor,
|
|
7001
|
-
children: /* @__PURE__ */ (0,
|
|
7152
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("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" })
|
|
7002
7153
|
}
|
|
7003
7154
|
);
|
|
7004
7155
|
};
|
|
@@ -7008,7 +7159,7 @@ var computedViewBox = (iconOnly) => {
|
|
|
7008
7159
|
}
|
|
7009
7160
|
return "0 0 144 31.47";
|
|
7010
7161
|
};
|
|
7011
|
-
var WistiaLogoComponent =
|
|
7162
|
+
var WistiaLogoComponent = import_styled_components38.default.svg`
|
|
7012
7163
|
height: ${({ height }) => `${height}px`};
|
|
7013
7164
|
|
|
7014
7165
|
/* ensure it will always fit on mobile */
|
|
@@ -7050,7 +7201,7 @@ var WistiaLogo = ({
|
|
|
7050
7201
|
};
|
|
7051
7202
|
const brandmarkColor = VARIANT_COLORS[variant].brandmark;
|
|
7052
7203
|
const logotypeColor = VARIANT_COLORS[variant].logotype;
|
|
7053
|
-
const Logo = /* @__PURE__ */ (0,
|
|
7204
|
+
const Logo = /* @__PURE__ */ (0, import_jsx_runtime185.jsxs)(
|
|
7054
7205
|
WistiaLogoComponent,
|
|
7055
7206
|
{
|
|
7056
7207
|
$hoverColor: hoverColor,
|
|
@@ -7060,14 +7211,14 @@ var WistiaLogo = ({
|
|
|
7060
7211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7061
7212
|
...otherProps,
|
|
7062
7213
|
children: [
|
|
7063
|
-
/* @__PURE__ */ (0,
|
|
7064
|
-
(0,
|
|
7214
|
+
/* @__PURE__ */ (0, import_jsx_runtime185.jsx)("title", { children: title }),
|
|
7215
|
+
(0, import_type_guards21.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("desc", { children: description }) : null,
|
|
7065
7216
|
renderBrandmark(brandmarkColor, iconOnly),
|
|
7066
7217
|
renderLogotype(logotypeColor, iconOnly)
|
|
7067
7218
|
]
|
|
7068
7219
|
}
|
|
7069
7220
|
);
|
|
7070
|
-
return href !== void 0 ? /* @__PURE__ */ (0,
|
|
7221
|
+
return href !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime185.jsx)("a", { href, children: Logo }) : Logo;
|
|
7071
7222
|
};
|
|
7072
7223
|
WistiaLogo.displayName = "WistiaLogo";
|
|
7073
7224
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -7097,6 +7248,7 @@ WistiaLogo.displayName = "WistiaLogo";
|
|
|
7097
7248
|
ScreenReaderOnly,
|
|
7098
7249
|
Stack,
|
|
7099
7250
|
SubMenu,
|
|
7251
|
+
Tag,
|
|
7100
7252
|
Text,
|
|
7101
7253
|
Tooltip,
|
|
7102
7254
|
UIProvider,
|