@wistia/ui 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1228 -1228
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1228 -1228
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.18
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -226,1117 +226,1117 @@ var import_styled_components8 = require("styled-components");
|
|
|
226
226
|
// src/css/designTokens/colorGlobal.tsx
|
|
227
227
|
var import_styled_components3 = require("styled-components");
|
|
228
228
|
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;
|
|
229
|
+
--wui-app-background: #ffffff;
|
|
230
|
+
--wui-blue-surface: #f4f8ffcc;
|
|
231
|
+
--wui-blue-contrast: #ffffff;
|
|
232
|
+
--wui-purple-surface: #fdf5ffcc;
|
|
233
|
+
--wui-purple-contrast: #ffffff;
|
|
234
|
+
--wui-green-surface: #f3faf1cc;
|
|
235
|
+
--wui-green-contrast: #ffffff;
|
|
236
|
+
--wui-pink-surface: #fff5f9cc;
|
|
237
|
+
--wui-pink-contrast: #ffffff;
|
|
238
|
+
--wui-red-surface: #fff5f5cc;
|
|
239
|
+
--wui-red-contrast: #ffffff;
|
|
240
|
+
--wui-yellow-surface: #fafbe5cc;
|
|
241
|
+
--wui-yellow-contrast: #22230b;
|
|
242
|
+
--wui-orange-surface: #fff5f3cc;
|
|
243
|
+
--wui-orange-contrast: #ffffff;
|
|
244
|
+
--wui-error-surface: #fff5f5cc;
|
|
245
|
+
--wui-error-contrast: #ffffff;
|
|
246
|
+
--wui-success-surface: #f1faf5cc;
|
|
247
|
+
--wui-success-contrast: #ffffff;
|
|
248
|
+
--wui-warning-surface: #fefbe6cc;
|
|
249
|
+
--wui-warning-contrast: #262209;
|
|
250
|
+
--wui-gray-surface: #ffffffcc;
|
|
251
|
+
--wui-gray-contrast: #ffffff;
|
|
252
|
+
--wui-blue-1: #fdfdfe;
|
|
253
|
+
--wui-blue-2: #f6f9ff;
|
|
254
|
+
--wui-blue-3: #ecf2ff;
|
|
255
|
+
--wui-blue-4: #ddeaff;
|
|
256
|
+
--wui-blue-5: #cddfff;
|
|
257
|
+
--wui-blue-6: #b8d1ff;
|
|
258
|
+
--wui-blue-7: #a1beff;
|
|
259
|
+
--wui-blue-8: #81a4fe;
|
|
260
|
+
--wui-blue-9: #2949e5;
|
|
261
|
+
--wui-blue-10: #1f36d3;
|
|
262
|
+
--wui-blue-11: #3154dc;
|
|
263
|
+
--wui-blue-12: #192b65;
|
|
264
|
+
--wui-blue-alpha-1: #00008003;
|
|
265
|
+
--wui-blue-alpha-2: #0055ff0a;
|
|
266
|
+
--wui-blue-alpha-3: #0051ff12;
|
|
267
|
+
--wui-blue-alpha-4: #0062ff21;
|
|
268
|
+
--wui-blue-alpha-5: #005cff33;
|
|
269
|
+
--wui-blue-alpha-6: #005aff47;
|
|
270
|
+
--wui-blue-alpha-7: #004fff5e;
|
|
271
|
+
--wui-blue-alpha-8: #0047fd7d;
|
|
272
|
+
--wui-blue-alpha-9: #0026e0d6;
|
|
273
|
+
--wui-blue-alpha-10: #001acde0;
|
|
274
|
+
--wui-blue-alpha-11: #002bd4cf;
|
|
275
|
+
--wui-blue-alpha-12: #001454e5;
|
|
276
|
+
--wui-purple-1: #fefcff;
|
|
277
|
+
--wui-purple-2: #fdf7ff;
|
|
278
|
+
--wui-purple-3: #fbeaff;
|
|
279
|
+
--wui-purple-4: #f7ddff;
|
|
280
|
+
--wui-purple-5: #f2ceff;
|
|
281
|
+
--wui-purple-6: #eabdff;
|
|
282
|
+
--wui-purple-7: #e0a5fc;
|
|
283
|
+
--wui-purple-8: #d285f7;
|
|
284
|
+
--wui-purple-9: #ac12e0;
|
|
285
|
+
--wui-purple-10: #9a09c9;
|
|
286
|
+
--wui-purple-11: #9b0bca;
|
|
287
|
+
--wui-purple-12: #550072;
|
|
288
|
+
--wui-purple-alpha-1: #aa00ff03;
|
|
289
|
+
--wui-purple-alpha-2: #c000ff08;
|
|
290
|
+
--wui-purple-alpha-3: #cf00ff14;
|
|
291
|
+
--wui-purple-alpha-4: #c300ff21;
|
|
292
|
+
--wui-purple-alpha-5: #bc00ff30;
|
|
293
|
+
--wui-purple-alpha-6: #ae00ff42;
|
|
294
|
+
--wui-purple-alpha-7: #a801f759;
|
|
295
|
+
--wui-purple-alpha-8: #a101ef7a;
|
|
296
|
+
--wui-purple-alpha-9: #a600deed;
|
|
297
|
+
--wui-purple-alpha-10: #9600c7f5;
|
|
298
|
+
--wui-purple-alpha-11: #9700c8f5;
|
|
299
|
+
--wui-purple-alpha-12: #550072;
|
|
300
|
+
--wui-green-1: #fbfefa;
|
|
301
|
+
--wui-green-2: #f5fbf4;
|
|
302
|
+
--wui-green-3: #e7f8e5;
|
|
303
|
+
--wui-green-4: #d8f2d4;
|
|
304
|
+
--wui-green-5: #c6ebc0;
|
|
305
|
+
--wui-green-6: #afe0a6;
|
|
306
|
+
--wui-green-7: #8fd185;
|
|
307
|
+
--wui-green-8: #5fbd51;
|
|
308
|
+
--wui-green-9: #268713;
|
|
309
|
+
--wui-green-10: #117900;
|
|
310
|
+
--wui-green-11: #1e8106;
|
|
311
|
+
--wui-green-12: #1e3d19;
|
|
312
|
+
--wui-green-alpha-1: #33cc0005;
|
|
313
|
+
--wui-green-alpha-2: #18a3000b;
|
|
314
|
+
--wui-green-alpha-3: #14bb001a;
|
|
315
|
+
--wui-green-alpha-4: #18b2012b;
|
|
316
|
+
--wui-green-alpha-5: #19af003f;
|
|
317
|
+
--wui-green-alpha-6: #1aa70059;
|
|
318
|
+
--wui-green-alpha-7: #159f017a;
|
|
319
|
+
--wui-green-alpha-8: #189f00b0;
|
|
320
|
+
--wui-green-alpha-9: #159f00ae;
|
|
321
|
+
--wui-green-alpha-10: #157d00ec;
|
|
322
|
+
--wui-green-alpha-11: #117900;
|
|
323
|
+
--wui-green-alpha-12: #197e00f9;
|
|
324
|
+
--wui-pink-1: #fffcfd;
|
|
325
|
+
--wui-pink-2: #fff7fa;
|
|
326
|
+
--wui-pink-3: #ffe8f3;
|
|
327
|
+
--wui-pink-4: #ffdaeb;
|
|
328
|
+
--wui-pink-5: #fdcbe2;
|
|
329
|
+
--wui-pink-6: #f7bcd8;
|
|
330
|
+
--wui-pink-7: #efa8ca;
|
|
331
|
+
--wui-pink-8: #e68eba;
|
|
332
|
+
--wui-pink-9: #ff40b3;
|
|
333
|
+
--wui-pink-10: #f12fa7;
|
|
334
|
+
--wui-pink-11: #cd0089;
|
|
335
|
+
--wui-pink-12: #680445;
|
|
336
|
+
--wui-pink-alpha-1: #ff005503;
|
|
337
|
+
--wui-pink-alpha-2: #ff006008;
|
|
338
|
+
--wui-pink-alpha-3: #ff007a17;
|
|
339
|
+
--wui-pink-alpha-4: #ff007626;
|
|
340
|
+
--wui-pink-alpha-5: #f6007133;
|
|
341
|
+
--wui-pink-alpha-6: #e1006b42;
|
|
342
|
+
--wui-pink-alpha-7: #d1006457;
|
|
343
|
+
--wui-pink-alpha-8: #c7006470;
|
|
344
|
+
--wui-pink-alpha-9: #ff009abf;
|
|
345
|
+
--wui-pink-alpha-10: #ee0093d1;
|
|
346
|
+
--wui-pink-alpha-11: #cd0089;
|
|
347
|
+
--wui-pink-alpha-12: #660042fa;
|
|
348
|
+
--wui-red-1: #fffcfc;
|
|
349
|
+
--wui-red-2: #fff7f7;
|
|
350
|
+
--wui-red-3: #ffe9e9;
|
|
351
|
+
--wui-red-4: #ffd9d9;
|
|
352
|
+
--wui-red-5: #ffcaca;
|
|
353
|
+
--wui-red-6: #ffbaba;
|
|
354
|
+
--wui-red-7: #fca5a6;
|
|
355
|
+
--wui-red-8: #f5898c;
|
|
356
|
+
--wui-red-9: #ff2b51;
|
|
357
|
+
--wui-red-10: #f10845;
|
|
358
|
+
--wui-red-11: #db0035;
|
|
359
|
+
--wui-red-12: #6d021a;
|
|
360
|
+
--wui-red-alpha-1: #ff000003;
|
|
361
|
+
--wui-red-alpha-2: #ff000008;
|
|
362
|
+
--wui-red-alpha-3: #ff000017;
|
|
363
|
+
--wui-red-alpha-4: #ff000026;
|
|
364
|
+
--wui-red-alpha-5: #ff000036;
|
|
365
|
+
--wui-red-alpha-6: #ff000045;
|
|
366
|
+
--wui-red-alpha-7: #f7010359;
|
|
367
|
+
--wui-red-alpha-8: #ea000775;
|
|
368
|
+
--wui-red-alpha-9: #ff002ed4;
|
|
369
|
+
--wui-red-alpha-10: #f1003ff7;
|
|
370
|
+
--wui-red-alpha-11: #db0035;
|
|
371
|
+
--wui-red-alpha-12: #6c0018fc;
|
|
372
|
+
--wui-yellow-1: #fdfdf8;
|
|
373
|
+
--wui-yellow-2: #fbfcea;
|
|
374
|
+
--wui-yellow-3: #f6fbb8;
|
|
375
|
+
--wui-yellow-4: #f0f491;
|
|
376
|
+
--wui-yellow-5: #e7eb6d;
|
|
377
|
+
--wui-yellow-6: #d8dd5d;
|
|
378
|
+
--wui-yellow-7: #c8cc52;
|
|
379
|
+
--wui-yellow-8: #b3b600;
|
|
380
|
+
--wui-yellow-9: #bcbf19;
|
|
381
|
+
--wui-yellow-10: #b1b400;
|
|
382
|
+
--wui-yellow-11: #7a7b00;
|
|
383
|
+
--wui-yellow-12: #3e3f14;
|
|
384
|
+
--wui-yellow-alpha-1: #b7b70008;
|
|
385
|
+
--wui-yellow-alpha-2: #cfdb0014;
|
|
386
|
+
--wui-yellow-alpha-3: #dff10047;
|
|
387
|
+
--wui-yellow-alpha-4: #dde6006e;
|
|
388
|
+
--wui-yellow-alpha-5: #d5dc0091;
|
|
389
|
+
--wui-yellow-alpha-6: #c2ca00a3;
|
|
390
|
+
--wui-yellow-alpha-7: #aeb400ad;
|
|
391
|
+
--wui-yellow-alpha-8: #b3b600;
|
|
392
|
+
--wui-yellow-alpha-9: #b5b800e5;
|
|
393
|
+
--wui-yellow-alpha-10: #b1b400;
|
|
394
|
+
--wui-yellow-alpha-11: #7a7b00;
|
|
395
|
+
--wui-yellow-alpha-12: #2e2f00eb;
|
|
396
|
+
--wui-orange-1: #fffcfb;
|
|
397
|
+
--wui-orange-2: #fff7f5;
|
|
398
|
+
--wui-orange-3: #ffebe6;
|
|
399
|
+
--wui-orange-4: #ffdbce;
|
|
400
|
+
--wui-orange-5: #fcbfcb;
|
|
401
|
+
--wui-orange-6: #ffbdaa;
|
|
402
|
+
--wui-orange-7: #f4aa95;
|
|
403
|
+
--wui-orange-8: #ea9178;
|
|
404
|
+
--wui-orange-9: #d1451a;
|
|
405
|
+
--wui-orange-10: #c23600;
|
|
406
|
+
--wui-orange-11: #ce4216;
|
|
407
|
+
--wui-orange-12: #592b1e;
|
|
408
|
+
--wui-orange-alpha-1: #ff400005;
|
|
409
|
+
--wui-orange-alpha-2: #ff33000a;
|
|
410
|
+
--wui-orange-alpha-3: #ff33001a;
|
|
411
|
+
--wui-orange-alpha-4: #ff440030;
|
|
412
|
+
--wui-orange-alpha-5: #ff400045;
|
|
413
|
+
--wui-orange-alpha-6: #ff390054;
|
|
414
|
+
--wui-orange-alpha-7: #e533016b;
|
|
415
|
+
--wui-orange-alpha-8: #d8300087;
|
|
416
|
+
--wui-orange-alpha-9: #cc3000e5;
|
|
417
|
+
--wui-orange-alpha-10: #c23600;
|
|
418
|
+
--wui-orange-alpha-11: #c93000e8;
|
|
419
|
+
--wui-orange-alpha-12: #430f00e0;
|
|
420
|
+
--wui-error-1: #fffcfc;
|
|
421
|
+
--wui-error-2: #fff7f7;
|
|
422
|
+
--wui-error-3: #ffebea;
|
|
423
|
+
--wui-error-4: #ffdcd9;
|
|
424
|
+
--wui-error-5: #ffcdca;
|
|
425
|
+
--wui-error-6: #febdb9;
|
|
426
|
+
--wui-error-7: #f5a9a5;
|
|
427
|
+
--wui-error-8: #eb8f8b;
|
|
428
|
+
--wui-error-9: #e5484d;
|
|
429
|
+
--wui-error-10: #d73840;
|
|
430
|
+
--wui-error-11: #cc2e39;
|
|
431
|
+
--wui-error-12: #64181b;
|
|
432
|
+
--wui-error-alpha-1: #ff000003;
|
|
433
|
+
--wui-error-alpha-2: #ff000008;
|
|
434
|
+
--wui-error-alpha-3: #ff0d0014;
|
|
435
|
+
--wui-error-alpha-4: #ff150026;
|
|
436
|
+
--wui-error-alpha-5: #ff0f0036;
|
|
437
|
+
--wui-error-alpha-6: #fc0f0045;
|
|
438
|
+
--wui-error-alpha-7: #e30c0159;
|
|
439
|
+
--wui-error-alpha-8: #d4090073;
|
|
440
|
+
--wui-error-alpha-9: #db0007b8;
|
|
441
|
+
--wui-error-alpha-10: #cc000ac7;
|
|
442
|
+
--wui-error-alpha-11: #c1000ed1;
|
|
443
|
+
--wui-error-alpha-12: #540003e8;
|
|
444
|
+
--wui-success-1: #fbfefc;
|
|
445
|
+
--wui-success-2: #f4fbf7;
|
|
446
|
+
--wui-success-3: #e5f6eb;
|
|
447
|
+
--wui-success-4: #d6f1df;
|
|
448
|
+
--wui-success-5: #c4e8d1;
|
|
449
|
+
--wui-success-6: #adddc0;
|
|
450
|
+
--wui-success-7: #8fcea8;
|
|
451
|
+
--wui-success-8: #60b887;
|
|
452
|
+
--wui-success-9: #30a46c;
|
|
453
|
+
--wui-success-10: #289662;
|
|
454
|
+
--wui-success-11: #00814c;
|
|
455
|
+
--wui-success-12: #1d3b2a;
|
|
456
|
+
--wui-success-alpha-1: #00c04005;
|
|
457
|
+
--wui-success-alpha-2: #00a3460a;
|
|
458
|
+
--wui-success-alpha-3: #00a73b1a;
|
|
459
|
+
--wui-success-alpha-4: #00a83829;
|
|
460
|
+
--wui-success-alpha-5: #019c393b;
|
|
461
|
+
--wui-success-alpha-6: #00963c52;
|
|
462
|
+
--wui-success-alpha-7: #00903970;
|
|
463
|
+
--wui-success-alpha-8: #008d3f9e;
|
|
464
|
+
--wui-success-alpha-9: #008f4acf;
|
|
465
|
+
--wui-success-alpha-10: #008345d6;
|
|
466
|
+
--wui-success-alpha-11: #00814c;
|
|
467
|
+
--wui-success-alpha-12: #00220fe3;
|
|
468
|
+
--wui-warning-1: #fdfdfa;
|
|
469
|
+
--wui-warning-2: #fefceb;
|
|
470
|
+
--wui-warning-3: #fff9bf;
|
|
471
|
+
--wui-warning-4: #fef29f;
|
|
472
|
+
--wui-warning-5: #f8e981;
|
|
473
|
+
--wui-warning-6: #e9da79;
|
|
474
|
+
--wui-warning-7: #d8cb75;
|
|
475
|
+
--wui-warning-8: #c4b54f;
|
|
476
|
+
--wui-warning-9: #ffe62a;
|
|
477
|
+
--wui-warning-10: #f3dd45;
|
|
478
|
+
--wui-warning-11: #897a00;
|
|
479
|
+
--wui-warning-12: #413d23;
|
|
480
|
+
--wui-warning-alpha-1: #99990005;
|
|
481
|
+
--wui-warning-alpha-2: #f3d90014;
|
|
482
|
+
--wui-warning-alpha-3: #ffe80040;
|
|
483
|
+
--wui-warning-alpha-4: #fddd0061;
|
|
484
|
+
--wui-warning-alpha-5: #f1d3007d;
|
|
485
|
+
--wui-warning-alpha-6: #d6b90087;
|
|
486
|
+
--wui-warning-alpha-7: #b79f008a;
|
|
487
|
+
--wui-warning-alpha-8: #aa9400b0;
|
|
488
|
+
--wui-warning-alpha-9: #ffe100d6;
|
|
489
|
+
--wui-warning-alpha-10: #efd100ba;
|
|
490
|
+
--wui-warning-alpha-11: #897a00;
|
|
491
|
+
--wui-warning-alpha-12: #231e00db;
|
|
492
|
+
--wui-gray-1: #fcfcfd;
|
|
493
|
+
--wui-gray-2: #f9f9fb;
|
|
494
|
+
--wui-gray-3: #f0f0f3;
|
|
495
|
+
--wui-gray-4: #e8e8ec;
|
|
496
|
+
--wui-gray-5: #e0e0e5;
|
|
497
|
+
--wui-gray-6: #d9d9de;
|
|
498
|
+
--wui-gray-7: #ceced5;
|
|
499
|
+
--wui-gray-8: #bbbbc4;
|
|
500
|
+
--wui-gray-9: #8d8d95;
|
|
501
|
+
--wui-gray-10: #82828a;
|
|
502
|
+
--wui-gray-11: #64646a;
|
|
503
|
+
--wui-gray-12: #202024;
|
|
504
|
+
--wui-gray-alpha-1: #00005503;
|
|
505
|
+
--wui-gray-alpha-2: #00005505;
|
|
506
|
+
--wui-gray-alpha-3: #0000330f;
|
|
507
|
+
--wui-gray-alpha-4: #00002d17;
|
|
508
|
+
--wui-gray-alpha-5: #00002a1f;
|
|
509
|
+
--wui-gray-alpha-6: #00002226;
|
|
510
|
+
--wui-gray-alpha-7: #00002530;
|
|
511
|
+
--wui-gray-alpha-8: #00002245;
|
|
512
|
+
--wui-gray-alpha-9: #00001273;
|
|
513
|
+
--wui-gray-alpha-10: #0000117d;
|
|
514
|
+
--wui-gray-alpha-11: #00000a9c;
|
|
515
|
+
--wui-gray-alpha-12: #000005de;
|
|
516
|
+
--wui-vendor-hubspot-1: #fefcfb;
|
|
517
|
+
--wui-vendor-hubspot-2: #fff5f2;
|
|
518
|
+
--wui-vendor-hubspot-3: #ffe9e2;
|
|
519
|
+
--wui-vendor-hubspot-4: #ffd7c9;
|
|
520
|
+
--wui-vendor-hubspot-5: #ffc8b7;
|
|
521
|
+
--wui-vendor-hubspot-6: #ffb8a3;
|
|
522
|
+
--wui-vendor-hubspot-7: #ffa48d;
|
|
523
|
+
--wui-vendor-hubspot-8: #f68a70;
|
|
524
|
+
--wui-vendor-hubspot-9: #ff5c36;
|
|
525
|
+
--wui-vendor-hubspot-10: #f24d25;
|
|
526
|
+
--wui-vendor-hubspot-11: #d93a0f;
|
|
527
|
+
--wui-vendor-hubspot-12: #5b2a1e;
|
|
528
|
+
--wui-vendor-hubspot-surface: #fff3efcc;
|
|
529
|
+
--wui-vendor-hubspot-contrast: #ffffff;
|
|
530
|
+
--wui-vendor-marketo-1: #fdfdff;
|
|
531
|
+
--wui-vendor-marketo-2: #f7f8ff;
|
|
532
|
+
--wui-vendor-marketo-3: #eff2ff;
|
|
533
|
+
--wui-vendor-marketo-4: #e3e8ff;
|
|
534
|
+
--wui-vendor-marketo-5: #d5ddff;
|
|
535
|
+
--wui-vendor-marketo-6: #c5cfff;
|
|
536
|
+
--wui-vendor-marketo-7: #b0bcfa;
|
|
537
|
+
--wui-vendor-marketo-8: #93a0f2;
|
|
538
|
+
--wui-vendor-marketo-9: #4c50cc;
|
|
539
|
+
--wui-vendor-marketo-10: #4040bb;
|
|
540
|
+
--wui-vendor-marketo-11: #4f55c7;
|
|
541
|
+
--wui-vendor-marketo-12: #252a62;
|
|
542
|
+
--wui-vendor-marketo-surface: #f5f6ffcc;
|
|
543
|
+
--wui-vendor-marketo-contrast: #ffffff;
|
|
544
|
+
--wui-vendor-pardot-1: #fafdff;
|
|
545
|
+
--wui-vendor-pardot-2: #f3fafe;
|
|
546
|
+
--wui-vendor-pardot-3: #e1f5ff;
|
|
547
|
+
--wui-vendor-pardot-4: #ceeeff;
|
|
548
|
+
--wui-vendor-pardot-5: #bae5ff;
|
|
549
|
+
--wui-vendor-pardot-6: #a4d9fa;
|
|
550
|
+
--wui-vendor-pardot-7: #85c9f1;
|
|
551
|
+
--wui-vendor-pardot-8: #4fb3e8;
|
|
552
|
+
--wui-vendor-pardot-9: #00a1e0;
|
|
553
|
+
--wui-vendor-pardot-10: #0094cf;
|
|
554
|
+
--wui-vendor-pardot-11: #0079b5;
|
|
555
|
+
--wui-vendor-pardot-12: #0c3a51;
|
|
556
|
+
--wui-vendor-pardot-surface: #f0f9fecc;
|
|
557
|
+
--wui-vendor-pardot-contrast: #ffffff;
|
|
558
558
|
`;
|
|
559
559
|
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;
|
|
560
|
+
--wui-app-background: #101629;
|
|
561
|
+
--wui-blue-surface: #141c2d80;
|
|
562
|
+
--wui-blue-contrast: #ffffff;
|
|
563
|
+
--wui-purple-surface: #34132980;
|
|
564
|
+
--wui-purple-contrast: #ffffff;
|
|
565
|
+
--wui-green-surface: #1c240280;
|
|
566
|
+
--wui-green-contrast: #ffffff;
|
|
567
|
+
--wui-pink-surface: #3c0f1080;
|
|
568
|
+
--wui-pink-contrast: #ffffff;
|
|
569
|
+
--wui-red-surface: #38160480;
|
|
570
|
+
--wui-red-contrast: #ffffff;
|
|
571
|
+
--wui-yellow-surface: #28220080;
|
|
572
|
+
--wui-yellow-contrast: #22230b;
|
|
573
|
+
--wui-orange-surface: #321a0480;
|
|
574
|
+
--wui-orange-contrast: #ffffff;
|
|
575
|
+
--wui-error-surface: #36160280;
|
|
576
|
+
--wui-error-contrast: #ffffff;
|
|
577
|
+
--wui-success-surface: #1a260880;
|
|
578
|
+
--wui-success-contrast: #ffffff;
|
|
579
|
+
--wui-warning-surface: #2c240080;
|
|
580
|
+
--wui-warning-contrast: #262209;
|
|
581
|
+
--wui-gray-surface: #0000000d;
|
|
582
|
+
--wui-gray-contrast: #ffffff;
|
|
583
|
+
--wui-blue-1: #111725;
|
|
584
|
+
--wui-blue-2: #12192b;
|
|
585
|
+
--wui-blue-3: #152452;
|
|
586
|
+
--wui-blue-4: #192c6d;
|
|
587
|
+
--wui-blue-5: #203681;
|
|
588
|
+
--wui-blue-6: #284191;
|
|
589
|
+
--wui-blue-7: #314da7;
|
|
590
|
+
--wui-blue-8: #395ac3;
|
|
591
|
+
--wui-blue-9: #2949e5;
|
|
592
|
+
--wui-blue-10: #1f36d3;
|
|
593
|
+
--wui-blue-11: #90b3ff;
|
|
594
|
+
--wui-blue-12: #d2e1ff;
|
|
595
|
+
--wui-blue-alpha-1: #90960003;
|
|
596
|
+
--wui-blue-alpha-2: #90d6a905;
|
|
597
|
+
--wui-blue-alpha-3: #2b5fff30;
|
|
598
|
+
--wui-blue-alpha-4: #2c5bfd52;
|
|
599
|
+
--wui-blue-alpha-5: #3764ff69;
|
|
600
|
+
--wui-blue-alpha-6: #426fff7d;
|
|
601
|
+
--wui-blue-alpha-7: #4773fe96;
|
|
602
|
+
--wui-blue-alpha-8: #4975ffb8;
|
|
603
|
+
--wui-blue-alpha-9: #2c4ffee0;
|
|
604
|
+
--wui-blue-alpha-10: #233fffcc;
|
|
605
|
+
--wui-blue-alpha-11: #90b3ff;
|
|
606
|
+
--wui-blue-alpha-12: #d2e1ff;
|
|
607
|
+
--wui-purple-1: #1c1320;
|
|
608
|
+
--wui-purple-2: #221429;
|
|
609
|
+
--wui-purple-3: #361544;
|
|
610
|
+
--wui-purple-4: #46135b;
|
|
611
|
+
--wui-purple-5: #521969;
|
|
612
|
+
--wui-purple-6: #5f2578;
|
|
613
|
+
--wui-purple-7: #753491;
|
|
614
|
+
--wui-purple-8: #9643ba;
|
|
615
|
+
--wui-purple-9: #ac12e0;
|
|
616
|
+
--wui-purple-10: #9d00d0;
|
|
617
|
+
--wui-purple-11: #e590ff;
|
|
618
|
+
--wui-purple-12: #f4d2ff;
|
|
619
|
+
--wui-purple-alpha-1: #fc00000d;
|
|
620
|
+
--wui-purple-alpha-2: #f6002914;
|
|
621
|
+
--wui-purple-alpha-3: #fd10d129;
|
|
622
|
+
--wui-purple-alpha-4: #f60afe3d;
|
|
623
|
+
--wui-purple-alpha-5: #eb20fd4d;
|
|
624
|
+
--wui-purple-alpha-6: #e53ffd5e;
|
|
625
|
+
--wui-purple-alpha-7: #e054ff7d;
|
|
626
|
+
--wui-purple-alpha-8: #d659ffad;
|
|
627
|
+
--wui-purple-alpha-9: #c612fedb;
|
|
628
|
+
--wui-purple-alpha-10: #c400ffc7;
|
|
629
|
+
--wui-purple-alpha-11: #e590ff;
|
|
630
|
+
--wui-purple-alpha-12: #f4d2ff;
|
|
631
|
+
--wui-green-1: #111a0f;
|
|
632
|
+
--wui-green-2: #151e13;
|
|
633
|
+
--wui-green-3: #182e14;
|
|
634
|
+
--wui-green-4: #133e0c;
|
|
635
|
+
--wui-green-5: #174c0d;
|
|
636
|
+
--wui-green-6: #1a5c0e;
|
|
637
|
+
--wui-green-7: #1d6d0d;
|
|
638
|
+
--wui-green-8: #1d8004;
|
|
639
|
+
--wui-green-9: #268713;
|
|
640
|
+
--wui-green-10: #117900;
|
|
641
|
+
--wui-green-11: #76d467;
|
|
642
|
+
--wui-green-12: #aff9a3;
|
|
643
|
+
--wui-green-alpha-1: #44e30005;
|
|
644
|
+
--wui-green-alpha-2: #9ef90009;
|
|
645
|
+
--wui-green-alpha-3: #5cf9001b;
|
|
646
|
+
--wui-green-alpha-4: #22fe002c;
|
|
647
|
+
--wui-green-alpha-5: #2efc003c;
|
|
648
|
+
--wui-green-alpha-6: #32fe004d;
|
|
649
|
+
--wui-green-alpha-7: #33fd0060;
|
|
650
|
+
--wui-green-alpha-8: #2cfd0075;
|
|
651
|
+
--wui-green-alpha-9: #3eff007c;
|
|
652
|
+
--wui-green-alpha-10: #13fd006d;
|
|
653
|
+
--wui-green-alpha-11: #8dff75d0;
|
|
654
|
+
--wui-green-alpha-12: #b3fea6f9;
|
|
655
|
+
--wui-pink-1: #1f1319;
|
|
656
|
+
--wui-pink-2: #26121c;
|
|
657
|
+
--wui-pink-3: #3f122b;
|
|
658
|
+
--wui-pink-4: #550438;
|
|
659
|
+
--wui-pink-5: #630b42;
|
|
660
|
+
--wui-pink-6: #741b50;
|
|
661
|
+
--wui-pink-7: #8f2965;
|
|
662
|
+
--wui-pink-8: #b73581;
|
|
663
|
+
--wui-pink-9: #ff40b3;
|
|
664
|
+
--wui-pink-10: #f12fa7;
|
|
665
|
+
--wui-pink-11: #ff86cc;
|
|
666
|
+
--wui-pink-12: #ffcde8;
|
|
667
|
+
--wui-pink-alpha-1: #f1000012;
|
|
668
|
+
--wui-pink-alpha-2: #fa000017;
|
|
669
|
+
--wui-pink-alpha-3: #fb023333;
|
|
670
|
+
--wui-pink-alpha-4: #fe005d4a;
|
|
671
|
+
--wui-pink-alpha-5: #fe007159;
|
|
672
|
+
--wui-pink-alpha-6: #ff22866b;
|
|
673
|
+
--wui-pink-alpha-7: #ff3a9a87;
|
|
674
|
+
--wui-pink-alpha-8: #fe42a7b2;
|
|
675
|
+
--wui-pink-alpha-9: #ff40b3;
|
|
676
|
+
--wui-pink-alpha-10: #fe31aff2;
|
|
677
|
+
--wui-pink-alpha-11: #ff86cc;
|
|
678
|
+
--wui-pink-alpha-12: #ffcde8;
|
|
679
|
+
--wui-red-1: #1e1414;
|
|
680
|
+
--wui-red-2: #241616;
|
|
681
|
+
--wui-red-3: #411014;
|
|
682
|
+
--wui-red-4: #580314;
|
|
683
|
+
--wui-red-5: #68071b;
|
|
684
|
+
--wui-red-6: #7a1725;
|
|
685
|
+
--wui-red-7: #952634;
|
|
686
|
+
--wui-red-8: #c23244;
|
|
687
|
+
--wui-red-9: #ff2b51;
|
|
688
|
+
--wui-red-10: #f00e45;
|
|
689
|
+
--wui-red-11: #ff8e93;
|
|
690
|
+
--wui-red-12: #ffcfce;
|
|
691
|
+
--wui-red-alpha-1: #fe00000f;
|
|
692
|
+
--wui-red-alpha-2: #f8170017;
|
|
693
|
+
--wui-red-alpha-3: #fc000036;
|
|
694
|
+
--wui-red-alpha-4: #ff00004d;
|
|
695
|
+
--wui-red-alpha-5: #ff00045e;
|
|
696
|
+
--wui-red-alpha-6: #fd192173;
|
|
697
|
+
--wui-red-alpha-7: #ff333d8f;
|
|
698
|
+
--wui-red-alpha-8: #ff3b4ebf;
|
|
699
|
+
--wui-red-alpha-9: #ff2b51;
|
|
700
|
+
--wui-red-alpha-10: #ff0e46f0;
|
|
701
|
+
--wui-red-alpha-11: #ff8e93;
|
|
702
|
+
--wui-red-alpha-12: #ffcfce;
|
|
703
|
+
--wui-yellow-1: #171811;
|
|
704
|
+
--wui-yellow-2: #1c1c13;
|
|
705
|
+
--wui-yellow-3: #292a16;
|
|
706
|
+
--wui-yellow-4: #353615;
|
|
707
|
+
--wui-yellow-5: #414218;
|
|
708
|
+
--wui-yellow-6: #4e4f1c;
|
|
709
|
+
--wui-yellow-7: #5c5e20;
|
|
710
|
+
--wui-yellow-8: #6d6f22;
|
|
711
|
+
--wui-yellow-9: #bcbf19;
|
|
712
|
+
--wui-yellow-10: #b1b400;
|
|
713
|
+
--wui-yellow-11: #cbcf4b;
|
|
714
|
+
--wui-yellow-12: #eaeeae;
|
|
715
|
+
--wui-yellow-alpha-1: #f0560008;
|
|
716
|
+
--wui-yellow-alpha-2: #fc8c000d;
|
|
717
|
+
--wui-yellow-alpha-3: #fdd3001c;
|
|
718
|
+
--wui-yellow-alpha-4: #fce20029;
|
|
719
|
+
--wui-yellow-alpha-5: #fcea0036;
|
|
720
|
+
--wui-yellow-alpha-6: #fcef0042;
|
|
721
|
+
--wui-yellow-alpha-7: #fdf60e52;
|
|
722
|
+
--wui-yellow-alpha-8: #fdf91863;
|
|
723
|
+
--wui-yellow-alpha-9: #feff13ba;
|
|
724
|
+
--wui-yellow-alpha-10: #feff00ad;
|
|
725
|
+
--wui-yellow-alpha-11: #fbff54cc;
|
|
726
|
+
--wui-yellow-alpha-12: #fbfeb8ed;
|
|
727
|
+
--wui-orange-1: #1c1514;
|
|
728
|
+
--wui-orange-2: #211816;
|
|
729
|
+
--wui-orange-3: #391a12;
|
|
730
|
+
--wui-orange-4: #4e190b;
|
|
731
|
+
--wui-orange-5: #5c2010;
|
|
732
|
+
--wui-orange-6: #6c2d1c;
|
|
733
|
+
--wui-orange-7: #833d2a;
|
|
734
|
+
--wui-orange-8: #a95038;
|
|
735
|
+
--wui-orange-9: #d1451a;
|
|
736
|
+
--wui-orange-10: #c23600;
|
|
737
|
+
--wui-orange-11: #ff9271;
|
|
738
|
+
--wui-orange-12: #f9d4ca;
|
|
739
|
+
--wui-orange-alpha-1: #fc03000d;
|
|
740
|
+
--wui-orange-alpha-2: #f5310012;
|
|
741
|
+
--wui-orange-alpha-3: #fe2e002b;
|
|
742
|
+
--wui-orange-alpha-4: #fc220042;
|
|
743
|
+
--wui-orange-alpha-5: #fd360052;
|
|
744
|
+
--wui-orange-alpha-6: #fd520863;
|
|
745
|
+
--wui-orange-alpha-7: #ff672c7a;
|
|
746
|
+
--wui-orange-alpha-8: #fe7040a3;
|
|
747
|
+
--wui-orange-alpha-9: #ff5117cf;
|
|
748
|
+
--wui-orange-alpha-10: #ff4100bf;
|
|
749
|
+
--wui-orange-alpha-11: #ff9271;
|
|
750
|
+
--wui-orange-alpha-12: #ffd8cefa;
|
|
751
|
+
--wui-error-1: #1d1514;
|
|
752
|
+
--wui-error-2: #231615;
|
|
753
|
+
--wui-error-3: #3d1414;
|
|
754
|
+
--wui-error-4: #521013;
|
|
755
|
+
--wui-error-5: #62171a;
|
|
756
|
+
--wui-error-6: #732426;
|
|
757
|
+
--wui-error-7: #8c3434;
|
|
758
|
+
--wui-error-8: #b54546;
|
|
759
|
+
--wui-error-9: #e5484d;
|
|
760
|
+
--wui-error-10: #d63941;
|
|
761
|
+
--wui-error-11: #ff8f8b;
|
|
762
|
+
--wui-error-12: #ffd2ce;
|
|
763
|
+
--wui-error-alpha-1: #fd04000d;
|
|
764
|
+
--wui-error-alpha-2: #f7170014;
|
|
765
|
+
--wui-error-alpha-3: #fb0c0030;
|
|
766
|
+
--wui-error-alpha-4: #fd010047;
|
|
767
|
+
--wui-error-alpha-5: #fe190059;
|
|
768
|
+
--wui-error-alpha-6: #ff38226b;
|
|
769
|
+
--wui-error-alpha-7: #fe4f3e85;
|
|
770
|
+
--wui-error-alpha-8: #fe5a52b0;
|
|
771
|
+
--wui-error-alpha-9: #fe4e52e3;
|
|
772
|
+
--wui-error-alpha-10: #fe4046d4;
|
|
773
|
+
--wui-error-alpha-11: #ff8f8b;
|
|
774
|
+
--wui-error-alpha-12: #ffd2ce;
|
|
775
|
+
--wui-success-1: #121915;
|
|
776
|
+
--wui-success-2: #151e18;
|
|
777
|
+
--wui-success-3: #172e21;
|
|
778
|
+
--wui-success-4: #153c27;
|
|
779
|
+
--wui-success-5: #1b4931;
|
|
780
|
+
--wui-success-6: #23573c;
|
|
781
|
+
--wui-success-7: #2b6848;
|
|
782
|
+
--wui-success-8: #327c55;
|
|
783
|
+
--wui-success-9: #30a46c;
|
|
784
|
+
--wui-success-10: #1d9760;
|
|
785
|
+
--wui-success-11: #63d196;
|
|
786
|
+
--wui-success-12: #b2f1cb;
|
|
787
|
+
--wui-success-alpha-1: #90d60005;
|
|
788
|
+
--wui-success-alpha-2: #9ef9000a;
|
|
789
|
+
--wui-success-alpha-3: #53f9001c;
|
|
790
|
+
--wui-success-alpha-4: #2ffd1d29;
|
|
791
|
+
--wui-success-alpha-5: #43ff4e38;
|
|
792
|
+
--wui-success-alpha-6: #54fd6d47;
|
|
793
|
+
--wui-success-alpha-7: #5dff8059;
|
|
794
|
+
--wui-success-alpha-8: #5eff8e70;
|
|
795
|
+
--wui-success-alpha-9: #45fe979c;
|
|
796
|
+
--wui-success-alpha-10: #28fe8c8f;
|
|
797
|
+
--wui-success-alpha-11: #78ffb1cc;
|
|
798
|
+
--wui-success-alpha-12: #bcffd6f0;
|
|
799
|
+
--wui-warning-1: #181711;
|
|
800
|
+
--wui-warning-2: #1e1d14;
|
|
801
|
+
--wui-warning-3: #2b270c;
|
|
802
|
+
--wui-warning-4: #352f00;
|
|
803
|
+
--wui-warning-5: #403800;
|
|
804
|
+
--wui-warning-6: #4d450e;
|
|
805
|
+
--wui-warning-7: #5f5720;
|
|
806
|
+
--wui-warning-8: #796f2b;
|
|
807
|
+
--wui-warning-9: #ffe629;
|
|
808
|
+
--wui-warning-10: #f1dd4e;
|
|
809
|
+
--wui-warning-11: #f2dd4f;
|
|
810
|
+
--wui-warning-12: #f4edb8;
|
|
811
|
+
--wui-warning-alpha-1: #f333000a;
|
|
812
|
+
--wui-warning-alpha-2: #fe8d000f;
|
|
813
|
+
--wui-warning-alpha-3: #feac001c;
|
|
814
|
+
--wui-warning-alpha-4: #fcb50029;
|
|
815
|
+
--wui-warning-alpha-5: #fcbc0033;
|
|
816
|
+
--wui-warning-alpha-6: #fccc0042;
|
|
817
|
+
--wui-warning-alpha-7: #fdd90e54;
|
|
818
|
+
--wui-warning-alpha-8: #fddf2e70;
|
|
819
|
+
--wui-warning-alpha-9: #ffe629;
|
|
820
|
+
--wui-warning-alpha-10: #fee950f2;
|
|
821
|
+
--wui-warning-alpha-11: #fee851f2;
|
|
822
|
+
--wui-warning-alpha-12: #fef7bef5;
|
|
823
|
+
--wui-gray-1: #0d162d;
|
|
824
|
+
--wui-gray-2: #131c35;
|
|
825
|
+
--wui-gray-3: #172448;
|
|
826
|
+
--wui-gray-4: #1c2a50;
|
|
827
|
+
--wui-gray-5: #223057;
|
|
828
|
+
--wui-gray-6: #293860;
|
|
829
|
+
--wui-gray-7: #36466f;
|
|
830
|
+
--wui-gray-8: #4e5f8a;
|
|
831
|
+
--wui-gray-9: #5b6d98;
|
|
832
|
+
--wui-gray-10: #687aa7;
|
|
833
|
+
--wui-gray-11: #9fb3e3;
|
|
834
|
+
--wui-gray-12: #e4eeff;
|
|
835
|
+
--wui-gray-alpha-1: #0017f605;
|
|
836
|
+
--wui-gray-alpha-2: #437cf60f;
|
|
837
|
+
--wui-gray-alpha-3: #4177ff26;
|
|
838
|
+
--wui-gray-alpha-4: #5283fd2e;
|
|
839
|
+
--wui-gray-alpha-5: #638fff38;
|
|
840
|
+
--wui-gray-alpha-6: #719afe42;
|
|
841
|
+
--wui-gray-alpha-7: #84a8fe54;
|
|
842
|
+
--wui-gray-alpha-8: #98b7ff73;
|
|
843
|
+
--wui-gray-alpha-9: #a0bcfe85;
|
|
844
|
+
--wui-gray-alpha-10: #a4bffe96;
|
|
845
|
+
--wui-gray-alpha-11: #b4caffde;
|
|
846
|
+
--wui-gray-alpha-12: #e4eeff;
|
|
847
|
+
--wui-vendor-hubspot-1: #1d1513;
|
|
848
|
+
--wui-vendor-hubspot-2: #231815;
|
|
849
|
+
--wui-vendor-hubspot-3: #3b1a12;
|
|
850
|
+
--wui-vendor-hubspot-4: #511609;
|
|
851
|
+
--wui-vendor-hubspot-5: #601d0d;
|
|
852
|
+
--wui-vendor-hubspot-6: #702a1a;
|
|
853
|
+
--wui-vendor-hubspot-7: #883a27;
|
|
854
|
+
--wui-vendor-hubspot-8: #af4a33;
|
|
855
|
+
--wui-vendor-hubspot-9: #ff5c36;
|
|
856
|
+
--wui-vendor-hubspot-10: #f14f28;
|
|
857
|
+
--wui-vendor-hubspot-11: #ff9578;
|
|
858
|
+
--wui-vendor-hubspot-12: #ffd5ca;
|
|
859
|
+
--wui-vendor-hubspot-surface: #361a0280;
|
|
860
|
+
--wui-vendor-hubspot-contrast: #ffffff;
|
|
861
|
+
--wui-vendor-marketo-1: #141621;
|
|
862
|
+
--wui-vendor-marketo-2: #161827;
|
|
863
|
+
--wui-vendor-marketo-3: #1f234a;
|
|
864
|
+
--wui-vendor-marketo-4: #262a66;
|
|
865
|
+
--wui-vendor-marketo-5: #2f3476;
|
|
866
|
+
--wui-vendor-marketo-6: #383f83;
|
|
867
|
+
--wui-vendor-marketo-7: #444c97;
|
|
868
|
+
--wui-vendor-marketo-8: #515ab4;
|
|
869
|
+
--wui-vendor-marketo-9: #4c50cc;
|
|
870
|
+
--wui-vendor-marketo-10: #4040bb;
|
|
871
|
+
--wui-vendor-marketo-11: #9faeff;
|
|
872
|
+
--wui-vendor-marketo-12: #dae1ff;
|
|
873
|
+
--wui-vendor-marketo-surface: #1c1a2680;
|
|
874
|
+
--wui-vendor-marketo-contrast: #ffffff;
|
|
875
|
+
--wui-vendor-pardot-1: #0e191f;
|
|
876
|
+
--wui-vendor-pardot-2: #111d24;
|
|
877
|
+
--wui-vendor-pardot-3: #092c3d;
|
|
878
|
+
--wui-vendor-pardot-4: #003752;
|
|
879
|
+
--wui-vendor-pardot-5: #004463;
|
|
880
|
+
--wui-vendor-pardot-6: #055274;
|
|
881
|
+
--wui-vendor-pardot-7: #15648a;
|
|
882
|
+
--wui-vendor-pardot-8: #197ba9;
|
|
883
|
+
--wui-vendor-pardot-9: #00a1e0;
|
|
884
|
+
--wui-vendor-pardot-10: #0095d3;
|
|
885
|
+
--wui-vendor-pardot-11: #62c3f8;
|
|
886
|
+
--wui-vendor-pardot-12: #bfe7ff;
|
|
887
|
+
--wui-vendor-pardot-surface: #12242080;
|
|
888
|
+
--wui-vendor-pardot-contrast: #ffffff;
|
|
889
889
|
`;
|
|
890
890
|
|
|
891
891
|
// src/css/designTokens/colorAlias.tsx
|
|
892
892
|
var import_styled_components4 = require("styled-components");
|
|
893
893
|
var colorAliasTokens = import_styled_components4.css`
|
|
894
|
-
--color-bg-app: var(--app-background);
|
|
894
|
+
--wui-color-bg-app: var(--wui-app-background);
|
|
895
895
|
|
|
896
896
|
/* --- Default --- */
|
|
897
|
-
--color-bg-fill: var(--blue-9);
|
|
898
|
-
--color-bg-fill-active: var(--blue-12);
|
|
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);
|
|
897
|
+
--wui-color-bg-fill: var(--wui-blue-9);
|
|
898
|
+
--wui-color-bg-fill-active: var(--wui-blue-12);
|
|
899
|
+
--wui-color-bg-fill-hover: var(--wui-blue-10);
|
|
900
|
+
--wui-color-bg-surface: var(--wui-gray-surface);
|
|
901
|
+
--wui-color-bg-surface-active: var(--wui-gray-4);
|
|
902
|
+
--wui-color-bg-surface-hover: var(--wui-gray-3);
|
|
903
|
+
--wui-color-bg-surface-secondary: var(--wui-gray-3);
|
|
904
|
+
--wui-color-bg-surface-secondary-active: var(--wui-gray-5);
|
|
905
|
+
--wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
|
|
906
|
+
--wui-color-bg-surface-tertiary: var(--wui-gray-5);
|
|
907
|
+
--wui-color-border: var(--wui-gray-6);
|
|
908
|
+
--wui-color-border-hover: var(--wui-gray-8);
|
|
909
|
+
--wui-color-border-active: var(--wui-gray-9);
|
|
910
|
+
--wui-color-border-secondary: var(--wui-gray-8);
|
|
911
|
+
--wui-color-border-secondary-hover: var(--wui-gray-10);
|
|
912
|
+
--wui-color-border-secondary-active: var(--wui-gray-11);
|
|
913
|
+
--wui-color-icon: var(--wui-gray-11);
|
|
914
|
+
--wui-color-icon-on-fill: var(--wui-gray-contrast);
|
|
915
|
+
--wui-color-text: var(--wui-gray-12);
|
|
916
|
+
--wui-color-text-high-contrast: var(--wui-gray-12);
|
|
917
|
+
--wui-color-text-link: var(--wui-blue-9);
|
|
918
|
+
--wui-color-text-on-fill: var(--wui-gray-contrast);
|
|
919
|
+
--wui-color-text-secondary: var(--wui-gray-11);
|
|
920
920
|
|
|
921
921
|
/* --- Semantic --- */
|
|
922
922
|
|
|
923
923
|
/* 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);
|
|
924
|
+
--wui-color-bg-fill-active-error: var(--wui-error-11);
|
|
925
|
+
--wui-color-bg-fill-error: var(--wui-error-9);
|
|
926
|
+
--wui-color-bg-fill-hover-error: var(--wui-error-10);
|
|
927
|
+
--wui-color-bg-surface-active-error: var(--wui-error-4);
|
|
928
|
+
--wui-color-bg-surface-error: var(--wui-error-surface);
|
|
929
|
+
--wui-color-bg-surface-hover-error: var(--wui-error-3);
|
|
930
|
+
--wui-color-bg-surface-secondary-active-error: var(--wui-error-5);
|
|
931
|
+
--wui-color-bg-surface-secondary-error: var(--wui-error-3);
|
|
932
|
+
--wui-color-bg-surface-secondary-hover-error: var(--wui-error-4);
|
|
933
|
+
--wui-color-bg-surface-tertiary-error: var(--wui-error-5);
|
|
934
|
+
--wui-color-border-error: var(--wui-error-6);
|
|
935
|
+
--wui-color-border-hover-errror: var(--wui-error-8);
|
|
936
|
+
--wui-color-border-active-error: var(--wui-error-9);
|
|
937
|
+
--wui-color-border-secondary-error: var(--wui-error-8);
|
|
938
|
+
--wui-color-border-secondary-hover-error: var(--wui-error-10);
|
|
939
|
+
--wui-color-border-secondary-active-error: var(--wui-error-11);
|
|
940
|
+
--wui-color-icon-error: var(--wui-error-11);
|
|
941
|
+
--wui-color-icon-on-fill-error: var(--wui-error-contrast);
|
|
942
|
+
--wui-color-text-error: var(--wui-error-11);
|
|
943
|
+
--wui-color-text-high-contrast-error: var(--wui-error-12);
|
|
944
|
+
--wui-color-text-link-error: var(--wui-error-11);
|
|
945
|
+
--wui-color-text-on-fill-error: var(--wui-error-contrast);
|
|
946
|
+
--wui-color-text-secondary-error: var(--wui-error-11);
|
|
947
947
|
|
|
948
948
|
/* 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);
|
|
949
|
+
--wui-color-bg-fill-active-info: var(--wui-blue-11);
|
|
950
|
+
--wui-color-bg-fill-hover-info: var(--wui-blue-10);
|
|
951
|
+
--wui-color-bg-fill-info: var(--wui-blue-9);
|
|
952
|
+
--wui-color-bg-surface-active-info: var(--wui-blue-4);
|
|
953
|
+
--wui-color-bg-surface-hover-info: var(--wui-blue-3);
|
|
954
|
+
--wui-color-bg-surface-info: var(--wui-blue-surface);
|
|
955
|
+
--wui-color-bg-surface-secondary-active-info: var(--wui-blue-5);
|
|
956
|
+
--wui-color-bg-surface-secondary-hover-info: var(--wui-blue-4);
|
|
957
|
+
--wui-color-bg-surface-secondary-info: var(--wui-blue-3);
|
|
958
|
+
--wui-color-bg-surface-tertiary-info: var(--wui-blue-6);
|
|
959
|
+
--wui-color-border-info: var(--wui-blue-6);
|
|
960
|
+
--wui-color-border-hover-info: var(--wui-blue-8);
|
|
961
|
+
--wui-color-border-active-info: var(--wui-blue-9);
|
|
962
|
+
--wui-color-border-secondary-info: var(--wui-blue-8);
|
|
963
|
+
--wui-color-border-secondary-hover-info: var(--wui-blue-10);
|
|
964
|
+
--wui-color-border-secondary-active-info: var(--wui-blue-11);
|
|
965
|
+
--wui-color-icon-info: var(--wui-blue-11);
|
|
966
|
+
--wui-color-icon-on-fill-info: var(--wui-blue-contrast);
|
|
967
|
+
--wui-color-text-high-contrast-info: var(--wui-blue-12);
|
|
968
|
+
--wui-color-text-info: var(--wui-blue-11);
|
|
969
|
+
--wui-color-text-link-info: var(--wui-blue-9);
|
|
970
|
+
--wui-color-text-on-fill-info: var(--wui-blue-contrast);
|
|
971
|
+
--wui-color-text-secondary-info: var(--wui-blue-11);
|
|
972
972
|
|
|
973
973
|
/* 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);
|
|
974
|
+
--wui-color-bg-fill-active-success: var(--wui-success-11);
|
|
975
|
+
--wui-color-bg-fill-hover-success: var(--wui-success-10);
|
|
976
|
+
--wui-color-bg-fill-success: var(--wui-success-9);
|
|
977
|
+
--wui-color-bg-surface-active-success: var(--wui-success-4);
|
|
978
|
+
--wui-color-bg-surface-hover-success: var(--wui-success-3);
|
|
979
|
+
--wui-color-bg-surface-secondary-active-success: var(--wui-success-5);
|
|
980
|
+
--wui-color-bg-surface-secondary-hover-success: var(--wui-success-4);
|
|
981
|
+
--wui-color-bg-surface-secondary-success: var(--wui-success-3);
|
|
982
|
+
--wui-color-bg-surface-success: var(--wui-success-surface);
|
|
983
|
+
--wui-color-bg-surface-tertiary-success: var(--wui-success-5);
|
|
984
|
+
--wui-color-border-success: var(--wui-success-6);
|
|
985
|
+
--wui-color-border-hover-success: var(--wui-success-8);
|
|
986
|
+
--wui-color-border-active-success: var(--wui-success-9);
|
|
987
|
+
--wui-color-border-secondary-success: var(--wui-success-8);
|
|
988
|
+
--wui-color-border-secondary-hover-success: var(--wui-success-10);
|
|
989
|
+
--wui-color-border-secondary-active-success: var(--wui-success-11);
|
|
990
|
+
--wui-color-icon-on-fill-success: var(--wui-success-contrast);
|
|
991
|
+
--wui-color-icon-success: var(--wui-success-11);
|
|
992
|
+
--wui-color-text-high-contrast-success: var(--wui-success-12);
|
|
993
|
+
--wui-color-text-link-success: var(--wui-success-9);
|
|
994
|
+
--wui-color-text-on-fill-success: var(--wui-success-contrast);
|
|
995
|
+
--wui-color-text-secondary-success: var(--wui-success-11);
|
|
996
|
+
--wui-color-text-success: var(--wui-success-11);
|
|
997
997
|
|
|
998
998
|
/* 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);
|
|
999
|
+
--wui-color-bg-fill-active-warning: var(--wui-warning-11);
|
|
1000
|
+
--wui-color-bg-fill-hover-warning: var(--wui-warning-10);
|
|
1001
|
+
--wui-color-bg-fill-warning: var(--wui-warning-9);
|
|
1002
|
+
--wui-color-bg-surface-active-warning: var(--wui-warning-4);
|
|
1003
|
+
--wui-color-bg-surface-hover-warning: var(--wui-warning-3);
|
|
1004
|
+
--wui-color-bg-surface-secondary-active-warning: var(--wui-warning-5);
|
|
1005
|
+
--wui-color-bg-surface-secondary-hover-warning: var(--wui-warning-4);
|
|
1006
|
+
--wui-color-bg-surface-secondary-warning: var(--wui-warning-3);
|
|
1007
|
+
--wui-color-bg-surface-tertiary-warning: var(--wui-warning-5);
|
|
1008
|
+
--wui-color-bg-surface-warning: var(--wui-warning-surface);
|
|
1009
|
+
--wui-color-border-warning: var(--wui-warning-6);
|
|
1010
|
+
--wui-color-border-hover-warning: var(--wui-warning-8);
|
|
1011
|
+
--wui-color-border-active-warning: var(--wui-warning-9);
|
|
1012
|
+
--wui-color-border-secondary-warning: var(--wui-warning-8);
|
|
1013
|
+
--wui-color-border-secondary-hover-warning: var(--wui-warning-10);
|
|
1014
|
+
--wui-color-border-secondary-active-warning: var(--wui-warning-11);
|
|
1015
|
+
--wui-color-icon-on-fill-warning: var(--wui-warning-contrast);
|
|
1016
|
+
--wui-color-icon-warning: var(--wui-warning-11);
|
|
1017
|
+
--wui-color-text-high-contrast-warning: var(--wui-warning-12);
|
|
1018
|
+
--wui-color-text-link-warning: var(--wui-warning-11);
|
|
1019
|
+
--wui-color-text-on-fill-warning: var(--wui-warning-contrast);
|
|
1020
|
+
--wui-color-text-secondary-warning: var(--wui-warning-11);
|
|
1021
|
+
--wui-color-text-warning: var(--wui-warning-11);
|
|
1022
1022
|
|
|
1023
1023
|
/* --- Accent --- */
|
|
1024
1024
|
|
|
1025
1025
|
/* 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);
|
|
1026
|
+
--wui-color-bg-fill-active-blue: var(--wui-blue-11);
|
|
1027
|
+
--wui-color-bg-fill-blue: var(--wui-blue-9);
|
|
1028
|
+
--wui-color-bg-fill-hover-blue: var(--wui-blue-10);
|
|
1029
|
+
--wui-color-bg-surface-active-blue: var(--wui-blue-4);
|
|
1030
|
+
--wui-color-bg-surface-blue: var(--wui-blue-surface);
|
|
1031
|
+
--wui-color-bg-surface-hover-blue: var(--wui-blue-3);
|
|
1032
|
+
--wui-color-bg-surface-secondary-active-blue: var(--wui-blue-5);
|
|
1033
|
+
--wui-color-bg-surface-secondary-blue: var(--wui-blue-3);
|
|
1034
|
+
--wui-color-bg-surface-secondary-hover-blue: var(--wui-blue-4);
|
|
1035
|
+
--wui-color-bg-surface-tertiary-blue: var(--wui-blue-5);
|
|
1036
|
+
--wui-color-border-blue: var(--wui-blue-6);
|
|
1037
|
+
--wui-color-border-hover-blue: var(--wui-blue-8);
|
|
1038
|
+
--wui-color-border-active-blue: var(--wui-blue-9);
|
|
1039
|
+
--wui-color-border-secondary-blue: var(--wui-blue-8);
|
|
1040
|
+
--wui-color-border-secondary-hover-blue: var(--wui-blue-10);
|
|
1041
|
+
--wui-color-border-secondary-active-blue: var(--wui-blue-11);
|
|
1042
|
+
--wui-color-icon-blue: var(--wui-blue-11);
|
|
1043
|
+
--wui-color-icon-on-fill-blue: var(--wui-blue-contrast);
|
|
1044
|
+
--wui-color-text-blue: var(--wui-blue-11);
|
|
1045
|
+
--wui-color-text-high-contrast-blue: var(--wui-blue-12);
|
|
1046
|
+
--wui-color-text-link-blue: var(--wui-blue-9);
|
|
1047
|
+
--wui-color-text-on-fill-blue: var(--wui-blue-contrast);
|
|
1048
|
+
--wui-color-text-secondary-blue: var(--wui-blue-5);
|
|
1049
1049
|
|
|
1050
1050
|
/* 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);
|
|
1051
|
+
--wui-color-bg-fill-active-green: var(--wui-green-11);
|
|
1052
|
+
--wui-color-bg-fill-green: var(--wui-green-9);
|
|
1053
|
+
--wui-color-bg-fill-hover-green: var(--wui-green-10);
|
|
1054
|
+
--wui-color-bg-surface-active-green: var(--wui-green-4);
|
|
1055
|
+
--wui-color-bg-surface-green: var(--wui-green-surface);
|
|
1056
|
+
--wui-color-bg-surface-hover-green: var(--wui-green-3);
|
|
1057
|
+
--wui-color-bg-surface-secondary-active-green: var(--wui-green-5);
|
|
1058
|
+
--wui-color-bg-surface-secondary-green: var(--wui-green-3);
|
|
1059
|
+
--wui-color-bg-surface-secondary-hover-green: var(--wui-green-4);
|
|
1060
|
+
--wui-color-bg-surface-tertiary-green: var(--wui-green-5);
|
|
1061
|
+
--wui-color-border-green: var(--wui-green-6);
|
|
1062
|
+
--wui-color-border-hover-green: var(--wui-green-8);
|
|
1063
|
+
--wui-color-border-active-green: var(--wui-green-9);
|
|
1064
|
+
--wui-color-border-secondary-green: var(--wui-green-8);
|
|
1065
|
+
--wui-color-border-secondary-hover-green: var(--wui-green-10);
|
|
1066
|
+
--wui-color-border-secondary-active-green: var(--wui-green-11);
|
|
1067
|
+
--wui-color-icon-green: var(--wui-green-11);
|
|
1068
|
+
--wui-color-icon-on-fill-green: var(--wui-green-contrast);
|
|
1069
|
+
--wui-color-text-green: var(--wui-green-11);
|
|
1070
|
+
--wui-color-text-high-contrast-green: var(--wui-green-12);
|
|
1071
|
+
--wui-color-text-link-green: var(--wui-green-11);
|
|
1072
|
+
--wui-color-text-on-fill-green: var(--wui-green-contrast);
|
|
1073
|
+
--wui-color-text-secondary-green: var(--wui-green-10);
|
|
1074
1074
|
|
|
1075
1075
|
/* 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);
|
|
1076
|
+
--wui-color-bg-fill-active-orange: var(--wui-orange-11);
|
|
1077
|
+
--wui-color-bg-fill-hover-orange: var(--wui-orange-10);
|
|
1078
|
+
--wui-color-bg-fill-orange: var(--wui-orange-9);
|
|
1079
|
+
--wui-color-bg-surface-active-orange: var(--wui-orange-4);
|
|
1080
|
+
--wui-color-bg-surface-hover-orange: var(--wui-orange-3);
|
|
1081
|
+
--wui-color-bg-surface-orange: var(--wui-orange-surface);
|
|
1082
|
+
--wui-color-bg-surface-secondary-active-orange: var(--wui-orange-5);
|
|
1083
|
+
--wui-color-bg-surface-secondary-hover-orange: var(--wui-orange-4);
|
|
1084
|
+
--wui-color-bg-surface-secondary-orange: var(--wui-orange-3);
|
|
1085
|
+
--wui-color-bg-surface-tertiary-orange: var(--wui-orange-5);
|
|
1086
|
+
--wui-color-border-orange: var(--wui-orange-6);
|
|
1087
|
+
--wui-color-border-hover-orange: var(--wui-orange-8);
|
|
1088
|
+
--wui-color-border-active-orange: var(--wui-orange-9);
|
|
1089
|
+
--wui-color-border-secondary-orange: var(--wui-orange-8);
|
|
1090
|
+
--wui-color-border-secondary-hover-orange: var(--wui-orange-10);
|
|
1091
|
+
--wui-color-border-secondary-active-orange: var(--wui-orange-11);
|
|
1092
|
+
--wui-color-icon-on-fill-orange: var(--wui-orange-contrast);
|
|
1093
|
+
--wui-color-icon-orange: var(--wui-orange-11);
|
|
1094
|
+
--wui-color-text-high-contrast-orange: var(--wui-orange-12);
|
|
1095
|
+
--wui-color-text-link-orange: var(--wui-orange-11);
|
|
1096
|
+
--wui-color-text-on-fill-orange: var(--wui-orange-contrast);
|
|
1097
|
+
--wui-color-text-orange: var(--wui-orange-11);
|
|
1098
|
+
--wui-color-text-secondary-orange: var(--wui-orange-10);
|
|
1099
1099
|
|
|
1100
1100
|
/* 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);
|
|
1101
|
+
--wui-color-bg-fill-active-pink: var(--wui-pink-11);
|
|
1102
|
+
--wui-color-bg-fill-hover-pink: var(--wui-pink-10);
|
|
1103
|
+
--wui-color-bg-fill-pink: var(--wui-pink-9);
|
|
1104
|
+
--wui-color-bg-surface-active-pink: var(--wui-pink-4);
|
|
1105
|
+
--wui-color-bg-surface-hover-pink: var(--wui-pink-3);
|
|
1106
|
+
--wui-color-bg-surface-pink: var(--wui-pink-surface);
|
|
1107
|
+
--wui-color-bg-surface-secondary-active-pink: var(--wui-pink-5);
|
|
1108
|
+
--wui-color-bg-surface-secondary-hover-pink: var(--wui-pink-4);
|
|
1109
|
+
--wui-color-bg-surface-secondary-pink: var(--wui-pink-3);
|
|
1110
|
+
--wui-color-bg-surface-tertiary-pink: var(--wui-pink-5);
|
|
1111
|
+
--wui-color-border-pink: var(--wui-pink-6);
|
|
1112
|
+
--wui-color-border-hover-pink: var(--wui-pink-8);
|
|
1113
|
+
--wui-color-border-active-pink: var(--wui-pink-9);
|
|
1114
|
+
--wui-color-border-secondary-pink: var(--wui-pink-8);
|
|
1115
|
+
--wui-color-border-secondary-hover-pink: var(--wui-pink-10);
|
|
1116
|
+
--wui-color-border-secondary-active-pink: var(--wui-pink-11);
|
|
1117
|
+
--wui-color-icon-on-fill-pink: var(--wui-pink-contrast);
|
|
1118
|
+
--wui-color-icon-pink: var(--wui-pink-11);
|
|
1119
|
+
--wui-color-text-high-contrast-pink: var(--wui-pink-12);
|
|
1120
|
+
--wui-color-text-link-pink: var(--wui-pink-11);
|
|
1121
|
+
--wui-color-text-on-fill-pink: var(--wui-pink-contrast);
|
|
1122
|
+
--wui-color-text-pink: var(--wui-pink-11);
|
|
1123
|
+
--wui-color-text-secondary-pink: var(--wui-pink-10);
|
|
1124
1124
|
|
|
1125
1125
|
/* 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);
|
|
1126
|
+
--wui-color-bg-fill-active-purple: var(--wui-purple-11);
|
|
1127
|
+
--wui-color-bg-fill-hover-purple: var(--wui-purple-10);
|
|
1128
|
+
--wui-color-bg-fill-purple: var(--wui-purple-9);
|
|
1129
|
+
--wui-color-bg-surface-active-purple: var(--wui-purple-4);
|
|
1130
|
+
--wui-color-bg-surface-hover-purple: var(--wui-purple-3);
|
|
1131
|
+
--wui-color-bg-surface-purple: var(--wui-purple-surface);
|
|
1132
|
+
--wui-color-bg-surface-secondary-active-purple: var(--wui-purple-5);
|
|
1133
|
+
--wui-color-bg-surface-secondary-hover-purple: var(--wui-purple-4);
|
|
1134
|
+
--wui-color-bg-surface-secondary-purple: var(--wui-purple-3);
|
|
1135
|
+
--wui-color-bg-surface-tertiary-purple: var(--wui-purple-5);
|
|
1136
|
+
--wui-color-border-purple: var(--wui-purple-6);
|
|
1137
|
+
--wui-color-border-hover-purple: var(--wui-purple-8);
|
|
1138
|
+
--wui-color-border-active-purple: var(--wui-purple-9);
|
|
1139
|
+
--wui-color-border-secondary-purple: var(--wui-purple-8);
|
|
1140
|
+
--wui-color-border-secondary-hover-purple: var(--wui-purple-10);
|
|
1141
|
+
--wui-color-border-secondary-active-purple: var(--wui-purple-11);
|
|
1142
|
+
--wui-color-icon-on-fill-purple: var(--wui-purple-contrast);
|
|
1143
|
+
--wui-color-icon-purple: var(--wui-purple-11);
|
|
1144
|
+
--wui-color-text-high-contrast-purple: var(--wui-purple-12);
|
|
1145
|
+
--wui-color-text-link-purple: var(--wui-purple-11);
|
|
1146
|
+
--wui-color-text-on-fill-purple: var(--wui-purple-contrast);
|
|
1147
|
+
--wui-color-text-purple: var(--wui-purple-11);
|
|
1148
|
+
--wui-color-text-secondary-purple: var(--wui-purple-11);
|
|
1149
1149
|
|
|
1150
1150
|
/* 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);
|
|
1151
|
+
--wui-color-bg-fill-active-yellow: var(--wui-yellow-11);
|
|
1152
|
+
--wui-color-bg-fill-hover-yellow: var(--wui-yellow-10);
|
|
1153
|
+
--wui-color-bg-fill-yellow: var(--wui-yellow-9);
|
|
1154
|
+
--wui-color-bg-surface-active-yellow: var(--wui-yellow-4);
|
|
1155
|
+
--wui-color-bg-surface-hover-yellow: var(--wui-yellow-3);
|
|
1156
|
+
--wui-color-bg-surface-secondary-active-yellow: var(--wui-yellow-5);
|
|
1157
|
+
--wui-color-bg-surface-secondary-hover-yellow: var(--wui-yellow-4);
|
|
1158
|
+
--wui-color-bg-surface-secondary-yellow: var(--wui-yellow-3);
|
|
1159
|
+
--wui-color-bg-surface-tertiary-yellow: var(--wui-yellow-5);
|
|
1160
|
+
--wui-color-bg-surface-yellow: var(--wui-yellow-surface);
|
|
1161
|
+
--wui-color-border-yellow: var(--wui-yellow-6);
|
|
1162
|
+
--wui-color-border-hover-yellow: var(--wui-yellow-8);
|
|
1163
|
+
--wui-color-border-active-yellow: var(--wui-yellow-9);
|
|
1164
|
+
--wui-color-border-secondary-yellow: var(--wui-yellow-8);
|
|
1165
|
+
--wui-color-border-secondary-hover-yellow: var(--wui-yellow-10);
|
|
1166
|
+
--wui-color-border-secondary-active-yellow: var(--wui-yellow-11);
|
|
1167
|
+
--wui-color-icon-on-fill-yellow: var(--wui-yellow-contrast);
|
|
1168
|
+
--wui-color-icon-yellow: var(--wui-yellow-11);
|
|
1169
|
+
--wui-color-text-high-contrast-yellow: var(--wui-yellow-12);
|
|
1170
|
+
--wui-color-text-link-yellow: var(--wui-yellow-11);
|
|
1171
|
+
--wui-color-text-on-fill-yellow: var(--wui-yellow-contrast);
|
|
1172
|
+
--wui-color-text-secondary-yellow: var(--wui-yellow-10);
|
|
1173
|
+
--wui-color-text-yellow: var(--wui-yellow-11);
|
|
1174
1174
|
|
|
1175
1175
|
/* --- 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;
|
|
1176
|
+
--wui-color-bg-fill-white: #ffffff;
|
|
1177
|
+
--wui-color-bg-nav: var(--wui-blue-600);
|
|
1178
|
+
--wui-color-focus-color: var(--wui-blue-9);
|
|
1179
|
+
--wui-color-notification-pill-color: var(--wui-pink-9);
|
|
1180
|
+
--wui-color-overlay: var(--wui-gray-alpha-9);
|
|
1181
|
+
--wui-color-segmented-control-checked-background: var(--wui-bg-app);
|
|
1182
|
+
--wui-color-text-on-fill-white-selected: var(--wui-blue-9);
|
|
1183
|
+
--wui-color-bg-tooltip: #242528;
|
|
1184
1184
|
|
|
1185
1185
|
/* --- State --- */
|
|
1186
1186
|
|
|
1187
1187
|
/* Disabled */
|
|
1188
|
-
--color-bg-surface-disabled: var(--gray-3);
|
|
1189
|
-
--color-icon-disabled: var(--gray-8);
|
|
1190
|
-
--color-text-disabled: var(--gray-10);
|
|
1188
|
+
--wui-color-bg-surface-disabled: var(--wui-gray-3);
|
|
1189
|
+
--wui-color-icon-disabled: var(--wui-gray-8);
|
|
1190
|
+
--wui-color-text-disabled: var(--wui-gray-10);
|
|
1191
1191
|
|
|
1192
1192
|
/* 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);
|
|
1193
|
+
--wui-color-bg-surface-selected: var(--wui-blue-3);
|
|
1194
|
+
--wui-color-bg-surface-selected-active: var(--wui-blue-5);
|
|
1195
|
+
--wui-color-bg-surface-selected-hover: var(--wui-blue-4);
|
|
1196
|
+
--wui-color-icon-selected: var(--wui-blue-9);
|
|
1197
|
+
--wui-color-text-selected: var(--wui-blue-9);
|
|
1198
|
+
--wui-color-border-selected: var(--wui-blue-6);
|
|
1199
|
+
--wui-color-border-hover-selected: var(--wui-blue-8);
|
|
1200
|
+
--wui-color-border-active-selected: var(--wui-blue-9);
|
|
1201
1201
|
`;
|
|
1202
1202
|
|
|
1203
1203
|
// src/css/designTokens/borderRadius.tsx
|
|
1204
1204
|
var import_styled_components5 = require("styled-components");
|
|
1205
1205
|
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;
|
|
1206
|
+
--wui-border-radius-01: 4px;
|
|
1207
|
+
--wui-border-radius-02: 8px;
|
|
1208
|
+
--wui-border-radius-03: 16px;
|
|
1209
|
+
--wui-border-radius-04: 20px;
|
|
1210
|
+
--wui-border-radius-05: 24px;
|
|
1211
|
+
--wui-border-radius-rounded: 1000px;
|
|
1212
1212
|
`;
|
|
1213
1213
|
|
|
1214
1214
|
// src/css/designTokens/spacing.tsx
|
|
1215
1215
|
var import_styled_components6 = require("styled-components");
|
|
1216
1216
|
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;
|
|
1217
|
+
--wui-space-01: 4px;
|
|
1218
|
+
--wui-space-02: 8px;
|
|
1219
|
+
--wui-space-03: 12px;
|
|
1220
|
+
--wui-space-04: 16px;
|
|
1221
|
+
--wui-space-05: 24px;
|
|
1222
|
+
--wui-space-06: 32px;
|
|
1223
|
+
--wui-space-07: 40px;
|
|
1224
|
+
--wui-space-08: 48px;
|
|
1225
|
+
--wui-space-09: 64px;
|
|
1226
1226
|
`;
|
|
1227
1227
|
|
|
1228
1228
|
// src/css/designTokens/typography.tsx
|
|
1229
1229
|
var import_styled_components7 = require("styled-components");
|
|
1230
1230
|
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;
|
|
1231
|
+
--wui-typography-family-default: intervariable, sans-serif;
|
|
1232
|
+
--wui-typography-family-brand: 'GT Walsheim', sans-serif;
|
|
1233
|
+
--wui-typography-family-mono: 'IBM Plex Mono', monospace;
|
|
1234
1234
|
|
|
1235
1235
|
/* Brand Weights */
|
|
1236
|
-
--typography-weight-brand-bold: 600;
|
|
1237
|
-
--typography-weight-brand-black: 700;
|
|
1236
|
+
--wui-typography-weight-brand-bold: 600;
|
|
1237
|
+
--wui-typography-weight-brand-black: 700;
|
|
1238
1238
|
|
|
1239
1239
|
/* 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);
|
|
1240
|
+
--wui-typography-heading-hero-family: var(--wui-typography-family-brand);
|
|
1241
|
+
--wui-typography-heading-hero-line-height: 58px;
|
|
1242
|
+
--wui-typography-heading-hero-size: 48px;
|
|
1243
|
+
--wui-typography-heading-hero-weight: var(--wui-typography-weight-brand-black);
|
|
1244
1244
|
|
|
1245
1245
|
/* 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);
|
|
1246
|
+
--wui-typography-heading-1-family: var(--wui-typography-family-brand);
|
|
1247
|
+
--wui-typography-heading-1-line-height: 44px;
|
|
1248
|
+
--wui-typography-heading-1-size: 36px;
|
|
1249
|
+
--wui-typography-heading-1-weight: var(--wui-typography-weight-brand-black);
|
|
1250
1250
|
|
|
1251
1251
|
/* 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);
|
|
1252
|
+
--wui-typography-heading-2-family: var(--wui-typography-family-brand);
|
|
1253
|
+
--wui-typography-heading-2-line-height: 38px;
|
|
1254
|
+
--wui-typography-heading-2-size: 32px;
|
|
1255
|
+
--wui-typography-heading-2-weight: var(--wui-typography-weight-brand-bold);
|
|
1256
1256
|
|
|
1257
1257
|
/* 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);
|
|
1258
|
+
--wui-typography-heading-3-family: var(--wui-typography-family-brand);
|
|
1259
|
+
--wui-typography-heading-3-line-height: 30px;
|
|
1260
|
+
--wui-typography-heading-3-size: 24px;
|
|
1261
|
+
--wui-typography-heading-3-weight: var(--wui-typography-weight-brand-bold);
|
|
1262
1262
|
|
|
1263
1263
|
/* 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);
|
|
1264
|
+
--wui-typography-heading-4-family: var(--wui-typography-family-brand);
|
|
1265
|
+
--wui-typography-heading-4-line-height: 24px;
|
|
1266
|
+
--wui-typography-heading-4-size: 18px;
|
|
1267
|
+
--wui-typography-heading-4-weight: var(--wui-typography-weight-brand-bold);
|
|
1268
1268
|
|
|
1269
1269
|
/* 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);
|
|
1270
|
+
--wui-typography-heading-5-family: var(--wui-typography-family-brand);
|
|
1271
|
+
--wui-typography-heading-5-line-height: 22px;
|
|
1272
|
+
--wui-typography-heading-5-size: 16px;
|
|
1273
|
+
--wui-typography-heading-5-weight: var(--wui-typography-weight-brand-bold);
|
|
1274
1274
|
|
|
1275
1275
|
/* 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);
|
|
1276
|
+
--wui-typography-heading-6-family: var(--wui-typography-family-brand);
|
|
1277
|
+
--wui-typography-heading-6-line-height: 18px;
|
|
1278
|
+
--wui-typography-heading-6-size: 14px;
|
|
1279
|
+
--wui-typography-heading-6-weight: var(--wui-typography-weight-brand-bold);
|
|
1280
1280
|
|
|
1281
1281
|
/* Body Weight */
|
|
1282
|
-
--typography-weight-body: 425;
|
|
1283
|
-
--typography-weight-body-bold: 700;
|
|
1282
|
+
--wui-typography-weight-body: 425;
|
|
1283
|
+
--wui-typography-weight-body-bold: 700;
|
|
1284
1284
|
|
|
1285
1285
|
/* 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;
|
|
1286
|
+
--wui-typography-body-1-family: var(--wui-typography-family-default);
|
|
1287
|
+
--wui-typography-body-1-line-height: 30px;
|
|
1288
|
+
--wui-typography-body-1-size: 20px;
|
|
1289
|
+
--wui-typography-body-1-weight: var(--wui-typography-weight-body);
|
|
1290
|
+
--wui-typography-body-1-paragraph-spacing: 16px;
|
|
1291
1291
|
|
|
1292
1292
|
/* 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;
|
|
1293
|
+
--wui-typography-body-2-family: var(--wui-typography-family-default);
|
|
1294
|
+
--wui-typography-body-2-line-height: 26px;
|
|
1295
|
+
--wui-typography-body-2-size: 16px;
|
|
1296
|
+
--wui-typography-body-2-weight: var(--wui-typography-weight-body);
|
|
1297
|
+
--wui-typography-body-2-paragraph-spacing: 12px;
|
|
1298
1298
|
|
|
1299
1299
|
/* 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;
|
|
1300
|
+
--wui-typography-body-3-family: var(--wui-typography-family-default);
|
|
1301
|
+
--wui-typography-body-3-line-height: 22px;
|
|
1302
|
+
--wui-typography-body-3-size: 14px;
|
|
1303
|
+
--wui-typography-body-3-weight: var(--wui-typography-weight-body);
|
|
1304
|
+
--wui-typography-body-3-paragraph-spacing: 8px;
|
|
1305
1305
|
|
|
1306
1306
|
/* 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;
|
|
1307
|
+
--wui-typography-body-4-family: var(--wui-typography-family-default);
|
|
1308
|
+
--wui-typography-body-4-line-height: 18px;
|
|
1309
|
+
--wui-typography-body-4-size: 12px;
|
|
1310
|
+
--wui-typography-body-4-weight: var(--wui-typography-weight-body);
|
|
1311
|
+
--wui-typography-body-4-paragraph-spacing: 8px;
|
|
1312
1312
|
|
|
1313
1313
|
/* Label Weight */
|
|
1314
|
-
--typography-weight-label: 475;
|
|
1315
|
-
--typography-weight-label-bold: 600;
|
|
1314
|
+
--wui-typography-weight-label: 475;
|
|
1315
|
+
--wui-typography-weight-label-bold: 600;
|
|
1316
1316
|
|
|
1317
1317
|
/* 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);
|
|
1318
|
+
--wui-typography-label-1-family: var(--wui-typography-family-default);
|
|
1319
|
+
--wui-typography-label-1-line-height: 24px;
|
|
1320
|
+
--wui-typography-label-1-size: 18px;
|
|
1321
|
+
--wui-typography-label-1-weight: var(--wui-typography-weight-label);
|
|
1322
1322
|
|
|
1323
1323
|
/* 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);
|
|
1324
|
+
--wui-typography-label-2-family: var(--wui-typography-family-default);
|
|
1325
|
+
--wui-typography-label-2-line-height: 18px;
|
|
1326
|
+
--wui-typography-label-2-size: 16px;
|
|
1327
|
+
--wui-typography-label-2-weight: var(--wui-typography-weight-label);
|
|
1328
1328
|
|
|
1329
1329
|
/* 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);
|
|
1330
|
+
--wui-typography-label-3-family: var(--wui-typography-family-default);
|
|
1331
|
+
--wui-typography-label-3-line-height: 16px;
|
|
1332
|
+
--wui-typography-label-3-size: 14px;
|
|
1333
|
+
--wui-typography-label-3-weight: var(--wui-typography-weight-label);
|
|
1334
1334
|
|
|
1335
1335
|
/* 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);
|
|
1336
|
+
--wui-typography-label-4-family: var(--wui-typography-family-default);
|
|
1337
|
+
--wui-typography-label-4-line-height: 14px;
|
|
1338
|
+
--wui-typography-label-4-size: 12px;
|
|
1339
|
+
--wui-typography-label-4-weight: var(--wui-typography-weight-label);
|
|
1340
1340
|
`;
|
|
1341
1341
|
|
|
1342
1342
|
// src/css/designTokens/index.tsx
|
|
@@ -1617,29 +1617,29 @@ var colorSchemeSchema = [
|
|
|
1617
1617
|
{ token: "icon-on-fill", step: "contrast" }
|
|
1618
1618
|
];
|
|
1619
1619
|
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-12);
|
|
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);
|
|
1620
|
+
--wui-color-bg-surface: var(--wui-gray-surface);
|
|
1621
|
+
--wui-color-bg-surface-hover: var(--wui-gray-3);
|
|
1622
|
+
--wui-color-bg-surface-active: var(--wui-gray-4);
|
|
1623
|
+
--wui-color-bg-surface-secondary: var(--wui-gray-3);
|
|
1624
|
+
--wui-color-bg-surface-secondary-hover: var(--wui-gray-4);
|
|
1625
|
+
--wui-color-bg-surface-secondary-active: var(--wui-gray-5);
|
|
1626
|
+
--wui-color-bg-surface-tertiary: var(--wui-gray-5);
|
|
1627
|
+
--wui-color-bg-fill: var(--wui-blue-9);
|
|
1628
|
+
--wui-color-bg-fill-hover: var(--wui-blue-10);
|
|
1629
|
+
--wui-color-bg-fill-active: var(--wui-blue-12);
|
|
1630
|
+
--wui-color-text: var(--wui-gray-12);
|
|
1631
|
+
--wui-color-text-high-contrast: var(--wui-gray-12);
|
|
1632
|
+
--wui-color-text-link: var(--wui-blue-9);
|
|
1633
|
+
--wui-color-text-secondary: var(--wui-gray-11);
|
|
1634
|
+
--wui-color-text-on-fill: var(--wui-gray-contrast);
|
|
1635
|
+
--wui-color-border: var(--wui-gray-6);
|
|
1636
|
+
--wui-color-border-hover: var(--wui-gray-8);
|
|
1637
|
+
--wui-color-border-active: var(--wui-gray-9);
|
|
1638
|
+
--wui-color-border-secondary: var(--wui-gray-8);
|
|
1639
|
+
--wui-color-border-secondary-hover: var(--wui-gray-10);
|
|
1640
|
+
--wui-color-border-secondary-active: var(--wui-gray-11);
|
|
1641
|
+
--wui-color-icon: var(--wui-gray-11);
|
|
1642
|
+
--wui-color-icon-on-fill: var(--wui-gray-contrast);
|
|
1643
1643
|
`;
|
|
1644
1644
|
var getColorScheme = (colorScheme) => {
|
|
1645
1645
|
if (colorScheme === "inherit") {
|
|
@@ -1650,7 +1650,7 @@ var getColorScheme = (colorScheme) => {
|
|
|
1650
1650
|
}
|
|
1651
1651
|
return import_styled_components10.css`
|
|
1652
1652
|
${colorSchemeSchema.map(({ token, step }) => {
|
|
1653
|
-
return `--color-${token}: var(
|
|
1653
|
+
return `--wui-color-${token}: var(--wui-${colorScheme === "info" ? "blue" : colorScheme}-${step});`;
|
|
1654
1654
|
})}
|
|
1655
1655
|
`;
|
|
1656
1656
|
};
|
|
@@ -1737,10 +1737,10 @@ var fontSizeScaleMultiplier = 0.55;
|
|
|
1737
1737
|
var InitialsContainer = import_styled_components12.default.div`
|
|
1738
1738
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1739
1739
|
align-items: center;
|
|
1740
|
-
background-color: var(--color-bg-fill);
|
|
1741
|
-
border: 1px solid var(--color-border);
|
|
1740
|
+
background-color: var(--wui-color-bg-fill);
|
|
1741
|
+
border: 1px solid var(--wui-color-border);
|
|
1742
1742
|
border-radius: 50%;
|
|
1743
|
-
color: var(--color-text-on-fill);
|
|
1743
|
+
color: var(--wui-color-text-on-fill);
|
|
1744
1744
|
display: flex;
|
|
1745
1745
|
font-size: ${({ $heightAndWidth }) => $heightAndWidth * fontSizeScaleMultiplier}px;
|
|
1746
1746
|
height: ${({ $heightAndWidth }) => $heightAndWidth}px;
|
|
@@ -1826,15 +1826,15 @@ var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
|
1826
1826
|
var StyledBadge = import_styled_components13.default.div`
|
|
1827
1827
|
${({ $colorScheme }) => getColorScheme($colorScheme)};
|
|
1828
1828
|
align-items: center;
|
|
1829
|
-
background-color: var(--color-bg-surface-secondary);
|
|
1830
|
-
border-radius: var(--border-radius-rounded);
|
|
1831
|
-
color: var(--color-text);
|
|
1829
|
+
background-color: var(--wui-color-bg-surface-secondary);
|
|
1830
|
+
border-radius: var(--wui-border-radius-rounded);
|
|
1831
|
+
color: var(--wui-color-text);
|
|
1832
1832
|
display: inline-flex;
|
|
1833
|
-
font-size: var(--typography-label-4-size);
|
|
1834
|
-
font-weight: var(--typography-label-4-weight);
|
|
1835
|
-
gap: var(--space-01);
|
|
1833
|
+
font-size: var(--wui-typography-label-4-size);
|
|
1834
|
+
font-weight: var(--wui-typography-label-4-weight);
|
|
1835
|
+
gap: var(--wui-space-01);
|
|
1836
1836
|
justify-content: center;
|
|
1837
|
-
padding: var(--space-01) var(--space-02);
|
|
1837
|
+
padding: var(--wui-space-01) var(--wui-space-02);
|
|
1838
1838
|
width: fit-content;
|
|
1839
1839
|
|
|
1840
1840
|
/* TODO should these be a token? */
|
|
@@ -2038,94 +2038,94 @@ var buttonResetCss = import_styled_components15.css`
|
|
|
2038
2038
|
// src/components/Button/buttonStyles.tsx
|
|
2039
2039
|
var import_styled_components16 = require("styled-components");
|
|
2040
2040
|
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);
|
|
2041
|
+
--button-padding-vertical: var(--wui-space-01);
|
|
2042
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2043
|
+
--button-label-padding-horizontal: var(--wui-space-01);
|
|
2044
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2045
|
+
--button-typography-size: var(--wui-typography-label-4-size);
|
|
2046
|
+
--button-typography-weight: var(--wui-typography-label-4-weight);
|
|
2047
2047
|
--button-typography-line-height: 16px;
|
|
2048
2048
|
--button-icon-size: 12px;
|
|
2049
2049
|
--button-label-gap: 4px;
|
|
2050
2050
|
`;
|
|
2051
2051
|
var buttonMediumStyles = import_styled_components16.css`
|
|
2052
|
-
--button-padding-vertical: var(--space-02);
|
|
2053
|
-
--button-padding-horizontal: var(--space-02);
|
|
2052
|
+
--button-padding-vertical: var(--wui-space-02);
|
|
2053
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2054
2054
|
--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);
|
|
2055
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2056
|
+
--button-typography-size: var(--wui-typography-label-3-size);
|
|
2057
|
+
--button-typography-weight: var(--wui-typography-label-3-weight);
|
|
2058
2058
|
--button-typography-line-height: 16px;
|
|
2059
2059
|
--button-icon-size: 16px;
|
|
2060
2060
|
--button-label-gap: 6px;
|
|
2061
2061
|
`;
|
|
2062
2062
|
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);
|
|
2063
|
+
--button-padding-vertical: var(--wui-space-02);
|
|
2064
|
+
--button-padding-horizontal: var(--wui-space-02);
|
|
2065
|
+
--button-label-padding-horizontal: var(--wui-space-02);
|
|
2066
|
+
--button-typography-family: var(--wui-typography-family-default);
|
|
2067
|
+
--button-typography-size: var(--wui-typography-label-1-size);
|
|
2068
|
+
--button-typography-weight: var(--wui-typography-label-1-weight);
|
|
2069
2069
|
--button-typography-line-height: 24px;
|
|
2070
2070
|
--button-icon-size: 24px;
|
|
2071
2071
|
--button-label-gap: 8px;
|
|
2072
2072
|
`;
|
|
2073
2073
|
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);
|
|
2074
|
+
--button-padding-vertical: var(--wui-space-03);
|
|
2075
|
+
--button-padding-horizontal: var(--wui-space-03);
|
|
2076
|
+
--button-label-padding-horizontal: var(--wui-space-02);
|
|
2077
|
+
--button-typography-family: var(--wui-typography-family-brand);
|
|
2078
2078
|
--button-typography-size: 18px;
|
|
2079
|
-
--button-typography-weight: var(--typography-weight-brand-bold);
|
|
2079
|
+
--button-typography-weight: var(--wui-typography-weight-brand-bold);
|
|
2080
2080
|
--button-typography-line-height: 24px;
|
|
2081
2081
|
--button-icon-size: 24px;
|
|
2082
2082
|
--button-label-gap: 8px;
|
|
2083
2083
|
`;
|
|
2084
2084
|
var ghostButtonVariant = import_styled_components16.css`
|
|
2085
2085
|
--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);
|
|
2086
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-hover);
|
|
2087
|
+
--button-color-bg-active: var(--wui-color-bg-surface-active);
|
|
2088
|
+
--button-color-text: var(--wui-color-text);
|
|
2089
|
+
--button-color-icon: var(--wui-color-icon);
|
|
2090
2090
|
`;
|
|
2091
2091
|
var outlineButtonVariant = import_styled_components16.css`
|
|
2092
2092
|
${ghostButtonVariant};
|
|
2093
|
-
--button-color-border: var(--color-border);
|
|
2093
|
+
--button-color-border: var(--wui-color-border);
|
|
2094
2094
|
|
|
2095
2095
|
box-shadow: 0 0 0 2px var(--button-color-border) inset;
|
|
2096
2096
|
`;
|
|
2097
2097
|
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);
|
|
2098
|
+
--button-color-bg: var(--wui-color-bg-surface-secondary);
|
|
2099
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-secondary-hover);
|
|
2100
|
+
--button-color-bg-active: var(--wui-color-bg-surface-secondary-active);
|
|
2101
|
+
--button-color-text: var(--wui-color-text);
|
|
2102
|
+
--button-color-icon: var(--wui-color-icon);
|
|
2103
2103
|
`;
|
|
2104
2104
|
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);
|
|
2105
|
+
--button-color-bg: var(--wui-color-bg-fill);
|
|
2106
|
+
--button-color-bg-hover: var(--wui-color-bg-fill-hover);
|
|
2107
|
+
--button-color-bg-active: var(--wui-color-bg-fill-active);
|
|
2108
|
+
--button-color-text: var(--wui-color-text-on-fill);
|
|
2109
|
+
--button-color-icon: var(--wui-color-icon-on-fill);
|
|
2110
2110
|
`;
|
|
2111
2111
|
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);
|
|
2112
|
+
--button-color-bg: var(--wui-color-bg-surface-disabled);
|
|
2113
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-disabled);
|
|
2114
|
+
--button-color-bg-active: var(--wui-color-bg-surface-disabled);
|
|
2115
|
+
--button-color-text: var(--wui-color-text-disabled);
|
|
2116
|
+
--button-color-icon: var(--wui-color-icon-disabled);
|
|
2117
|
+
--button-color-border: var(--wui-color-border-disabled);
|
|
2118
2118
|
`;
|
|
2119
2119
|
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);
|
|
2120
|
+
--button-color-bg: var(--wui-color-bg-surface-selected);
|
|
2121
|
+
--button-color-bg-hover: var(--wui-color-bg-surface-selected-hover);
|
|
2122
|
+
--button-color-bg-active: var(--wui-color-bg-surface-selected-active);
|
|
2123
|
+
--button-color-text: var(--wui-color-text-selected);
|
|
2124
|
+
--button-color-icon: var(--wui-color-icon-selected);
|
|
2125
|
+
--button-color-border: var(--wui-color-border-selected);
|
|
2126
2126
|
`;
|
|
2127
2127
|
var buttonBaseStyles = import_styled_components16.css`
|
|
2128
|
-
border-radius: var(--border-radius-rounded);
|
|
2128
|
+
border-radius: var(--wui-border-radius-rounded);
|
|
2129
2129
|
font-family: var(--button-typography-family);
|
|
2130
2130
|
font-size: var(--button-typography-size);
|
|
2131
2131
|
font-weight: var(--button-typography-weight);
|
|
@@ -2161,7 +2161,7 @@ var buttonBaseStyles = import_styled_components16.css`
|
|
|
2161
2161
|
&:focus-visible {
|
|
2162
2162
|
&[aria-disabled='false'] {
|
|
2163
2163
|
/* I need to figure out the right way to define focus ring */
|
|
2164
|
-
outline: 2px solid var(--color-bg-fill);
|
|
2164
|
+
outline: 2px solid var(--wui-color-bg-fill);
|
|
2165
2165
|
}
|
|
2166
2166
|
|
|
2167
2167
|
&[aria-disabled='true'] {
|
|
@@ -5408,7 +5408,7 @@ var Icon = ({
|
|
|
5408
5408
|
verticalAlign: "middle",
|
|
5409
5409
|
...style
|
|
5410
5410
|
};
|
|
5411
|
-
const iconColor = invertColor ? "var(--color-icon-on-fill)" : "var(--color-icon)";
|
|
5411
|
+
const iconColor = invertColor ? "var(--wui-color-icon-on-fill)" : "var(--wui-color-icon)";
|
|
5412
5412
|
return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
|
|
5413
5413
|
StyledIcon,
|
|
5414
5414
|
{
|
|
@@ -5453,8 +5453,8 @@ var StyledLink = import_styled_components18.default.a`
|
|
|
5453
5453
|
${({ href }) => (0, import_type_guards11.isNil)(href) && buttonResetCss};
|
|
5454
5454
|
${({ $colorScheme }) => getColorScheme($colorScheme)}
|
|
5455
5455
|
cursor: pointer;
|
|
5456
|
-
font-family: var(--typography-family-default);
|
|
5457
|
-
color: var(--color-text-link);
|
|
5456
|
+
font-family: var(--wui-typography-family-default);
|
|
5457
|
+
color: var(--wui-color-text-link);
|
|
5458
5458
|
text-decoration: ${({ $underline }) => $underline ? "underline" : "none"};
|
|
5459
5459
|
`;
|
|
5460
5460
|
var Link = (0, import_react9.forwardRef)(
|
|
@@ -5700,7 +5700,7 @@ var ButtonGroupComponent = import_styled_components20.default.div`
|
|
|
5700
5700
|
|
|
5701
5701
|
/* this helps ensure that primary buttons appear at the top of the column */
|
|
5702
5702
|
flex-direction: ${({ $align }) => $align === "right" ? "column-reverse" : "column"};
|
|
5703
|
-
gap: var(--space-04);
|
|
5703
|
+
gap: var(--wui-space-04);
|
|
5704
5704
|
align-items: center;
|
|
5705
5705
|
justify-content: ${({ $align }) => getAlignment($align)};
|
|
5706
5706
|
width: ${({ $fullWidth }) => $fullWidth ? "100%" : "auto"};
|
|
@@ -5747,21 +5747,21 @@ var import_styled_components21 = __toESM(require("styled-components"));
|
|
|
5747
5747
|
var import_jsx_runtime164 = require("react/jsx-runtime");
|
|
5748
5748
|
var requiredStyle = import_styled_components21.css`
|
|
5749
5749
|
&::after {
|
|
5750
|
-
color: var(--color-text-error);
|
|
5750
|
+
color: var(--wui-color-text-error);
|
|
5751
5751
|
display: inline;
|
|
5752
|
-
padding-left: var(--space-01);
|
|
5752
|
+
padding-left: var(--wui-space-01);
|
|
5753
5753
|
content: '*';
|
|
5754
5754
|
}
|
|
5755
5755
|
`;
|
|
5756
5756
|
var disabledStyle = import_styled_components21.css`
|
|
5757
|
-
color: var(--color-text-disabled);
|
|
5757
|
+
color: var(--wui-color-text-disabled);
|
|
5758
5758
|
`;
|
|
5759
|
-
var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--space-02)";
|
|
5759
|
+
var SPACE_BETWEEN_LABEL_AND_INPUT = "var(--wui-space-02)";
|
|
5760
5760
|
var StyledLabel = import_styled_components21.default.label`
|
|
5761
5761
|
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);
|
|
5762
|
+
font-size: var(--wui-typography-label-1-size);
|
|
5763
|
+
font-weight: var(--wui-typography-label-1-weight);
|
|
5764
|
+
line-height: var(--wui-typography-label-1-line-height);
|
|
5765
5765
|
cursor: inherit;
|
|
5766
5766
|
width: 100%;
|
|
5767
5767
|
|
|
@@ -5806,10 +5806,10 @@ var import_styled_components22 = __toESM(require("styled-components"));
|
|
|
5806
5806
|
var import_type_guards14 = require("@wistia/type-guards");
|
|
5807
5807
|
var import_jsx_runtime165 = require("react/jsx-runtime");
|
|
5808
5808
|
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);
|
|
5809
|
+
color: var(--wui-color-text-secondary);
|
|
5810
|
+
font-size: var(--wui-typography-body-4-size);
|
|
5811
|
+
font-weight: var(--wui-typography-body-4-weight);
|
|
5812
|
+
line-height: var(--wui-typography-body-4-line-height);
|
|
5813
5813
|
`;
|
|
5814
5814
|
var LabelDescription = ({
|
|
5815
5815
|
children,
|
|
@@ -5845,7 +5845,7 @@ var StyledCheckboxWrapper = import_styled_components23.default.div`
|
|
|
5845
5845
|
display: flex;
|
|
5846
5846
|
align-items: center;
|
|
5847
5847
|
cursor: pointer;
|
|
5848
|
-
padding: var(--space-02);
|
|
5848
|
+
padding: var(--wui-space-02);
|
|
5849
5849
|
|
|
5850
5850
|
&:hover {
|
|
5851
5851
|
/* TODO Lamp to design hover state */
|
|
@@ -5858,13 +5858,13 @@ var StyledCheckboxWrapper = import_styled_components23.default.div`
|
|
|
5858
5858
|
`;
|
|
5859
5859
|
var StyledCheckboxRoot = (0, import_styled_components23.default)(import_react_checkbox.Root)`
|
|
5860
5860
|
all: unset; /* CheckboxRoot renders as a button element, so we need to reset all styles */
|
|
5861
|
-
background-color: var(--color-bg-fill-white);
|
|
5861
|
+
background-color: var(--wui-color-bg-fill-white);
|
|
5862
5862
|
min-width: 16px;
|
|
5863
5863
|
min-height: 16px;
|
|
5864
|
-
border-radius: var(--border-radius-01);
|
|
5864
|
+
border-radius: var(--wui-border-radius-01);
|
|
5865
5865
|
border-width: 1px;
|
|
5866
5866
|
border-style: solid;
|
|
5867
|
-
border-color: var(--color-border);
|
|
5867
|
+
border-color: var(--wui-color-border);
|
|
5868
5868
|
display: flex;
|
|
5869
5869
|
align-items: center;
|
|
5870
5870
|
justify-content: center;
|
|
@@ -5872,14 +5872,14 @@ var StyledCheckboxRoot = (0, import_styled_components23.default)(import_react_ch
|
|
|
5872
5872
|
margin-top: 3px; /* bump down slightly to mimic "align-self: center" */
|
|
5873
5873
|
|
|
5874
5874
|
&[data-state='checked'] {
|
|
5875
|
-
background-color: var(--color-bg-fill);
|
|
5875
|
+
background-color: var(--wui-color-bg-fill);
|
|
5876
5876
|
}
|
|
5877
5877
|
|
|
5878
5878
|
&[disabled] {
|
|
5879
|
-
background-color: var(--color-bg-surface-disabled);
|
|
5879
|
+
background-color: var(--wui-color-bg-surface-disabled);
|
|
5880
5880
|
|
|
5881
5881
|
svg path {
|
|
5882
|
-
fill: var(--color-icon-disabled);
|
|
5882
|
+
fill: var(--wui-color-icon-disabled);
|
|
5883
5883
|
}
|
|
5884
5884
|
}
|
|
5885
5885
|
|
|
@@ -5897,7 +5897,7 @@ var StyledCheckboxIndicator = (0, import_styled_components23.default)(import_rea
|
|
|
5897
5897
|
var StyledLabelWrapper = import_styled_components23.default.div`
|
|
5898
5898
|
display: flex;
|
|
5899
5899
|
flex-direction: column;
|
|
5900
|
-
padding-left: var(--space-02);
|
|
5900
|
+
padding-left: var(--wui-space-02);
|
|
5901
5901
|
`;
|
|
5902
5902
|
var Checkbox = (0, import_react11.forwardRef)(
|
|
5903
5903
|
({
|
|
@@ -5971,7 +5971,7 @@ var DividerComponent = import_styled_components24.default.hr`
|
|
|
5971
5971
|
border-bottom: none;
|
|
5972
5972
|
border-left: none;
|
|
5973
5973
|
border-right: none;
|
|
5974
|
-
border-top-color: var(--color-border);
|
|
5974
|
+
border-top-color: var(--wui-color-border);
|
|
5975
5975
|
border-top-style: solid;
|
|
5976
5976
|
border-top-width: ${({ $borderHeight }) => `${$borderHeight}px`};
|
|
5977
5977
|
clear: both;
|
|
@@ -6057,46 +6057,46 @@ var makePolymorphic = (component) => {
|
|
|
6057
6057
|
// src/components/Heading/Heading.tsx
|
|
6058
6058
|
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
6059
6059
|
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);
|
|
6060
|
+
--font-family: var(--wui-typography-heading-hero-family);
|
|
6061
|
+
--font-size: var(--wui-typography-heading-hero-size);
|
|
6062
|
+
--font-weight: var(--wui-typography-heading-hero-weight);
|
|
6063
|
+
--line-height: var(--wui-typography-heading-hero-line-height);
|
|
6064
6064
|
`;
|
|
6065
6065
|
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);
|
|
6066
|
+
--font-family: var(--wui-typography-heading-1-family);
|
|
6067
|
+
--font-size: var(--wui-typography-heading-1-size);
|
|
6068
|
+
--font-weight: var(--wui-typography-heading-1-weight);
|
|
6069
|
+
--line-height: var(--wui-typography-heading-1-line-height);
|
|
6070
6070
|
`;
|
|
6071
6071
|
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);
|
|
6072
|
+
--font-family: var(--wui-typography-heading-2-family);
|
|
6073
|
+
--font-size: var(--wui-typography-heading-2-size);
|
|
6074
|
+
--font-weight: var(--wui-typography-heading-2-weight);
|
|
6075
|
+
--line-height: var(--wui-typography-heading-2-line-height);
|
|
6076
6076
|
`;
|
|
6077
6077
|
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);
|
|
6078
|
+
--font-family: var(--wui-typography-heading-3-family);
|
|
6079
|
+
--font-size: var(--wui-typography-heading-3-size);
|
|
6080
|
+
--font-weight: var(--wui-typography-heading-3-weight);
|
|
6081
|
+
--line-height: var(--wui-typography-heading-3-line-height);
|
|
6082
6082
|
`;
|
|
6083
6083
|
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);
|
|
6084
|
+
--font-family: var(--wui-typography-heading-4-family);
|
|
6085
|
+
--font-size: var(--wui-typography-heading-4-size);
|
|
6086
|
+
--font-weight: var(--wui-typography-heading-4-weight);
|
|
6087
|
+
--line-height: var(--wui-typography-heading-4-line-height);
|
|
6088
6088
|
`;
|
|
6089
6089
|
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);
|
|
6090
|
+
--font-family: var(--wui-typography-heading-5-family);
|
|
6091
|
+
--font-size: var(--wui-typography-heading-5-size);
|
|
6092
|
+
--font-weight: var(--wui-typography-heading-5-weight);
|
|
6093
|
+
--line-height: var(--wui-typography-heading-5-line-height);
|
|
6094
6094
|
`;
|
|
6095
6095
|
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);
|
|
6096
|
+
--font-family: var(--wui-typography-heading-6-family);
|
|
6097
|
+
--font-size: var(--wui-typography-heading-6-size);
|
|
6098
|
+
--font-weight: var(--wui-typography-heading-6-weight);
|
|
6099
|
+
--line-height: var(--wui-typography-heading-6-line-height);
|
|
6100
6100
|
`;
|
|
6101
6101
|
var variantStyleMap = {
|
|
6102
6102
|
hero: heroStyle,
|
|
@@ -6114,14 +6114,14 @@ var StyledHeading = import_styled_components26.default.div`
|
|
|
6114
6114
|
font-size: var(--font-size);
|
|
6115
6115
|
font-weight: var(--font-weight);
|
|
6116
6116
|
line-height: var(--line-height);
|
|
6117
|
-
color: var(--color-text);
|
|
6117
|
+
color: var(--wui-color-text);
|
|
6118
6118
|
${({ $variant }) => variantStyleMap[$variant]}
|
|
6119
6119
|
${({ $ellipsis }) => $ellipsis && ellipsisStyle};
|
|
6120
6120
|
${({ $inline }) => $inline && import_styled_components26.css`
|
|
6121
6121
|
display: inline-block;
|
|
6122
6122
|
`}
|
|
6123
6123
|
${({ $disabled }) => $disabled && import_styled_components26.css`
|
|
6124
|
-
color: var(--color-text-disabled);
|
|
6124
|
+
color: var(--wui-color-text-disabled);
|
|
6125
6125
|
`}
|
|
6126
6126
|
${({ $preventUserSelect }) => $preventUserSelect && import_styled_components26.css`
|
|
6127
6127
|
user-select: none;
|
|
@@ -6179,22 +6179,22 @@ var import_react_tooltip2 = require("@radix-ui/react-tooltip");
|
|
|
6179
6179
|
var import_styled_components27 = __toESM(require("styled-components"));
|
|
6180
6180
|
var import_jsx_runtime170 = require("react/jsx-runtime");
|
|
6181
6181
|
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);
|
|
6182
|
+
--tooltip-font-size: var(--wui-typography-label-4-size);
|
|
6183
|
+
--tooltip-line-height: var(--wui-typography-label-4-line-height);
|
|
6184
|
+
--tooltip-font-weight: var(--wui-typography-label-4-weight);
|
|
6185
|
+
--tooltip-horizontal-padding: var(--wui-space-02);
|
|
6186
|
+
--tooltip-vertical-padding: var(--wui-space-03);
|
|
6187
6187
|
`;
|
|
6188
6188
|
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);
|
|
6189
|
+
--tooltip-font-family: var(--wui-typography-family-default);
|
|
6190
|
+
--tooltip-border-radius: var(--wui-border-radius-05);
|
|
6191
|
+
--tooltip-bg: var(--wui-color-bg-tooltip);
|
|
6192
|
+
--tooltip-color: var(--wui-color-text-on-fill);
|
|
6193
|
+
--tooltip-font-size: var(--wui-typography-label-3-size);
|
|
6194
|
+
--tooltip-line-height: var(--wui-typography-label-3-line-height);
|
|
6195
|
+
--tooltip-font-weight: var(--wui-typography-label-3-weight);
|
|
6196
|
+
--tooltip-horizontal-padding: var(--wui-space-03);
|
|
6197
|
+
--tooltip-vertical-padding: var(--wui-space-03);
|
|
6198
6198
|
|
|
6199
6199
|
${({ $compact }) => Boolean($compact) && CompactTooltipStyles};
|
|
6200
6200
|
|
|
@@ -6345,11 +6345,11 @@ var close = import_styled_components29.keyframes`
|
|
|
6345
6345
|
}
|
|
6346
6346
|
`;
|
|
6347
6347
|
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 */
|
|
6348
|
+
--menu-font-family: var(--wui-typography-family-default);
|
|
6349
|
+
--menu-bg: var(--wui-color-bg-fill-white); /* TODO - Not sure what token to use for this */
|
|
6350
6350
|
--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);
|
|
6351
|
+
--menu-border-radius: var(--wui-border-radius-01);
|
|
6352
|
+
--menu-padding: var(--wui-space-03);
|
|
6353
6353
|
--menu-min-width: 120px;
|
|
6354
6354
|
--menu-max-width: 284px;
|
|
6355
6355
|
--menu-zindex: 500; /* TODO - need z-index token */
|
|
@@ -6380,7 +6380,7 @@ var menuContentCss = import_styled_components29.css`
|
|
|
6380
6380
|
}
|
|
6381
6381
|
|
|
6382
6382
|
hr {
|
|
6383
|
-
margin: var(--space-02) 0;
|
|
6383
|
+
margin: var(--wui-space-02) 0;
|
|
6384
6384
|
}
|
|
6385
6385
|
`;
|
|
6386
6386
|
var MenuContent = (0, import_styled_components29.default)(import_react_dropdown_menu.DropdownMenuContent)`
|
|
@@ -6442,86 +6442,86 @@ var import_jsx_runtime173 = require("react/jsx-runtime");
|
|
|
6442
6442
|
var bodyBoldStyles = import_styled_components30.css`
|
|
6443
6443
|
> strong,
|
|
6444
6444
|
b {
|
|
6445
|
-
font-weight: var(--typography-weight-body-bold);
|
|
6445
|
+
font-weight: var(--wui-typography-weight-body-bold);
|
|
6446
6446
|
}
|
|
6447
6447
|
`;
|
|
6448
6448
|
var labelBoldStyles = import_styled_components30.css`
|
|
6449
6449
|
> strong,
|
|
6450
6450
|
b {
|
|
6451
|
-
font-weight: var(--typography-weight-label-bold);
|
|
6451
|
+
font-weight: var(--wui-typography-weight-label-bold);
|
|
6452
6452
|
}
|
|
6453
6453
|
`;
|
|
6454
6454
|
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);
|
|
6455
|
+
--font-family: var(--wui-typography-body-1-family);
|
|
6456
|
+
--font-size: var(--wui-typography-body-1-size);
|
|
6457
|
+
--font-weight: var(--wui-typography-body-1-weight);
|
|
6458
|
+
--line-height: var(--wui-typography-body-1-line-height);
|
|
6459
6459
|
${bodyBoldStyles}
|
|
6460
6460
|
`;
|
|
6461
6461
|
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);
|
|
6462
|
+
--font-family: var(--wui-typography-body-2-family);
|
|
6463
|
+
--font-size: var(--wui-typography-body-2-size);
|
|
6464
|
+
--font-weight: var(--wui-typography-body-2-weight);
|
|
6465
|
+
--line-height: var(--wui-typography-body-2-line-height);
|
|
6466
6466
|
${bodyBoldStyles}
|
|
6467
6467
|
`;
|
|
6468
6468
|
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);
|
|
6469
|
+
--font-family: var(--wui-typography-body-3-family);
|
|
6470
|
+
--font-size: var(--wui-typography-body-3-size);
|
|
6471
|
+
--font-weight: var(--wui-typography-body-3-weight);
|
|
6472
|
+
--line-height: var(--wui-typography-body-3-line-height);
|
|
6473
6473
|
${bodyBoldStyles}
|
|
6474
6474
|
`;
|
|
6475
6475
|
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);
|
|
6476
|
+
--font-family: var(--wui-typography-body-4-family);
|
|
6477
|
+
--font-size: var(--wui-typography-body-4-size);
|
|
6478
|
+
--font-weight: var(--wui-typography-body-4-weight);
|
|
6479
|
+
--line-height: var(--wui-typography-body-4-line-height);
|
|
6480
6480
|
${bodyBoldStyles}
|
|
6481
6481
|
`;
|
|
6482
6482
|
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);
|
|
6483
|
+
--font-family: var(--wui-typography-label-1-family);
|
|
6484
|
+
--font-size: var(--wui-typography-label-1-size);
|
|
6485
|
+
--font-weight: var(--wui-typography-label-1-weight);
|
|
6486
|
+
--line-height: var(--wui-typography-label-1-line-height);
|
|
6487
6487
|
${labelBoldStyles}
|
|
6488
6488
|
`;
|
|
6489
6489
|
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);
|
|
6490
|
+
--font-family: var(--wui-typography-label-2-family);
|
|
6491
|
+
--font-size: var(--wui-typography-label-2-size);
|
|
6492
|
+
--font-weight: var(--wui-typography-label-2-weight);
|
|
6493
|
+
--line-height: var(--wui-typography-label-2-line-height);
|
|
6494
6494
|
${labelBoldStyles}
|
|
6495
6495
|
`;
|
|
6496
6496
|
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);
|
|
6497
|
+
--font-family: var(--wui-typography-label-3-family);
|
|
6498
|
+
--font-size: var(--wui-typography-label-3-size);
|
|
6499
|
+
--font-weight: var(--wui-typography-label-3-weight);
|
|
6500
|
+
--line-height: var(--wui-typography-label-3-line-height);
|
|
6501
6501
|
${labelBoldStyles}
|
|
6502
6502
|
`;
|
|
6503
6503
|
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);
|
|
6504
|
+
--font-family: var(--wui-typography-label-4-family);
|
|
6505
|
+
--font-size: var(--wui-typography-label-4-size);
|
|
6506
|
+
--font-weight: var(--wui-typography-label-4-weight);
|
|
6507
|
+
--line-height: var(--wui-typography-label-4-line-height);
|
|
6508
6508
|
${labelBoldStyles}
|
|
6509
6509
|
`;
|
|
6510
6510
|
var body1MonoTextStyle = import_styled_components30.css`
|
|
6511
6511
|
${body1TextStyle};
|
|
6512
|
-
--font-family: var(--typography-family-mono);
|
|
6512
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6513
6513
|
`;
|
|
6514
6514
|
var body2MonoTextStyle = import_styled_components30.css`
|
|
6515
6515
|
${body2TextStyle};
|
|
6516
|
-
--font-family: var(--typography-family-mono);
|
|
6516
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6517
6517
|
`;
|
|
6518
6518
|
var body3MonoTextStyle = import_styled_components30.css`
|
|
6519
6519
|
${body3TextStyle};
|
|
6520
|
-
--font-family: var(--typography-family-mono);
|
|
6520
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6521
6521
|
`;
|
|
6522
6522
|
var body4MonoTextStyle = import_styled_components30.css`
|
|
6523
6523
|
${body4TextStyle};
|
|
6524
|
-
--font-family: var(--typography-family-mono);
|
|
6524
|
+
--font-family: var(--wui-typography-family-mono);
|
|
6525
6525
|
`;
|
|
6526
6526
|
var variantStyleMap2 = {
|
|
6527
6527
|
body1: body1TextStyle,
|
|
@@ -6538,13 +6538,13 @@ var variantStyleMap2 = {
|
|
|
6538
6538
|
label4: label4TextStyle
|
|
6539
6539
|
};
|
|
6540
6540
|
var highContrastProminenceStyle = import_styled_components30.css`
|
|
6541
|
-
--text-color: var(--color-text-high-contrast);
|
|
6541
|
+
--text-color: var(--wui-color-text-high-contrast);
|
|
6542
6542
|
`;
|
|
6543
6543
|
var vibrantProminenceStyle = import_styled_components30.css`
|
|
6544
|
-
--text-color: var(--color-text);
|
|
6544
|
+
--text-color: var(--wui-color-text);
|
|
6545
6545
|
`;
|
|
6546
6546
|
var secondaryProminenceStyle = import_styled_components30.css`
|
|
6547
|
-
--text-color: var(--color-text-secondary);
|
|
6547
|
+
--text-color: var(--wui-color-text-secondary);
|
|
6548
6548
|
`;
|
|
6549
6549
|
var prominenceMap = {
|
|
6550
6550
|
highContrast: highContrastProminenceStyle,
|
|
@@ -6567,7 +6567,7 @@ var StyledText = import_styled_components30.default.div`
|
|
|
6567
6567
|
display: inline-block;
|
|
6568
6568
|
`}
|
|
6569
6569
|
${({ $disabled }) => $disabled && import_styled_components30.css`
|
|
6570
|
-
--text-color: var(--color-text-disabled);
|
|
6570
|
+
--text-color: var(--wui-color-text-disabled);
|
|
6571
6571
|
`}
|
|
6572
6572
|
${({ $preventUserSelect }) => $preventUserSelect && import_styled_components30.css`
|
|
6573
6573
|
user-select: none;
|
|
@@ -6617,7 +6617,7 @@ var Text = makePolymorphic(TextComponent);
|
|
|
6617
6617
|
// src/components/Menu/MenuLabel.tsx
|
|
6618
6618
|
var import_jsx_runtime174 = require("react/jsx-runtime");
|
|
6619
6619
|
var StyledMenuLabel = (0, import_styled_components31.default)(import_react_dropdown_menu2.DropdownMenuLabel)`
|
|
6620
|
-
padding: var(--space-02);
|
|
6620
|
+
padding: var(--wui-space-02);
|
|
6621
6621
|
`;
|
|
6622
6622
|
var MenuLabel = ({ children, ...props }) => {
|
|
6623
6623
|
return /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(
|
|
@@ -6649,10 +6649,10 @@ var import_styled_components32 = __toESM(require("styled-components"));
|
|
|
6649
6649
|
var import_type_guards18 = require("@wistia/type-guards");
|
|
6650
6650
|
var import_jsx_runtime175 = require("react/jsx-runtime");
|
|
6651
6651
|
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);
|
|
6652
|
+
--menu-item-border-radius: var(--wui-border-radius-01);
|
|
6653
|
+
--menu-item-gap: var(--wui-space-01);
|
|
6654
|
+
--menu-item-inner-gap: var(--wui-space-04);
|
|
6655
|
+
--menu-item-disabled-bg: var(--wui-color-white);
|
|
6656
6656
|
|
|
6657
6657
|
text-align: left;
|
|
6658
6658
|
align-items: left;
|
|
@@ -6663,7 +6663,7 @@ var StyledButton3 = (0, import_styled_components32.default)(Button)`
|
|
|
6663
6663
|
background-color: var(--menu-item-disabled-bg);
|
|
6664
6664
|
}
|
|
6665
6665
|
|
|
6666
|
-
${({ $isGated }) => (0, import_type_guards18.isNotUndefined)($isGated) && $isGated ? `color: var(--color-text);` : ""}
|
|
6666
|
+
${({ $isGated }) => (0, import_type_guards18.isNotUndefined)($isGated) && $isGated ? `color: var(--wui-color-text);` : ""}
|
|
6667
6667
|
`;
|
|
6668
6668
|
var StyledMenuContent = import_styled_components32.default.div`
|
|
6669
6669
|
display: grid;
|
|
@@ -6744,7 +6744,7 @@ var SubMenuContent = (0, import_styled_components34.default)(import_react_dropdo
|
|
|
6744
6744
|
}
|
|
6745
6745
|
`;
|
|
6746
6746
|
var StyledMobileSubMenuItems = import_styled_components34.default.div`
|
|
6747
|
-
margin-left: var(--space-04);
|
|
6747
|
+
margin-left: var(--wui-space-04);
|
|
6748
6748
|
`;
|
|
6749
6749
|
var StyledSubTrigger = (0, import_styled_components34.default)(import_react_dropdown_menu3.DropdownMenuSubTrigger)`
|
|
6750
6750
|
outline: none;
|
|
@@ -6940,7 +6940,7 @@ var DEFAULT_ELEMENT3 = "div";
|
|
|
6940
6940
|
var StyledStack = import_styled_components36.default.div`
|
|
6941
6941
|
display: flex;
|
|
6942
6942
|
flex-direction: ${({ $direction }) => $direction === "horizontal" ? "row" : "column"};
|
|
6943
|
-
gap: ${({ $gap }) => `var(
|
|
6943
|
+
gap: ${({ $gap }) => `var(--wui-${$gap})`};
|
|
6944
6944
|
|
|
6945
6945
|
> * {
|
|
6946
6946
|
flex: 1;
|