@linzjs/lui 21.44.4 → 21.44.5-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/index.js +3 -3
  2. package/dist/lui.css +6 -149
  3. package/dist/lui.css.map +1 -1
  4. package/dist/lui.esm.js +3 -3
  5. package/dist/scss/Components/ContextMenu/context-menu.scss +4 -7
  6. package/dist/scss/Components/ExpandingSection/expanding-section.scss +4 -4
  7. package/dist/scss/Components/Footer/footer.scss +2 -6
  8. package/dist/scss/Components/Header/header.scss +5 -5
  9. package/dist/scss/Components/HeaderV2/header-v2.scss +5 -7
  10. package/dist/scss/Components/HelpSection/help-section.scss +6 -8
  11. package/dist/scss/Components/LOLCommonMenu/LOLAuthorisedLink.scss +2 -2
  12. package/dist/scss/Components/LOLCommonMenu/LOLDrawerMenu.scss +3 -3
  13. package/dist/scss/Components/LOLCommonMenu/LOLFirmSwitcherMenu.scss +1 -2
  14. package/dist/scss/Components/LuiErrorPage/LuiErrorPage.scss +1 -1
  15. package/dist/scss/Components/LuiFormElements/LuiRadioInput/LuiRadioInput.scss +3 -3
  16. package/dist/scss/Components/LuiFormElements/LuiSelectInput/LuiSelectInput.scss +2 -2
  17. package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +6 -4
  18. package/dist/scss/Components/LuiFormElements/LuiTextInput/LuiTextInput.scss +0 -1
  19. package/dist/scss/Components/LuiLoadingSpinner/LuiLoadingSpinner.scss +4 -6
  20. package/dist/scss/Components/LuiMultiSwitch/LuiMultiSwitch.scss +2 -2
  21. package/dist/scss/Components/LuiSearchInput/LuiSearchInput.scss +1 -5
  22. package/dist/scss/Components/LuiShadow/LuiShadow.scss +0 -2
  23. package/dist/scss/Components/LuiSplitButton/LuiSplitButton.scss +6 -7
  24. package/dist/scss/Components/LuiTabs/LuiTab/LuiTab.scss +6 -7
  25. package/dist/scss/Components/Menu/menu.scss +4 -4
  26. package/dist/scss/Components/MenuV2/menu-v2.scss +5 -5
  27. package/dist/scss/Components/Messaging/messaging.scss +5 -6
  28. package/dist/scss/Components/Modal/modal.scss +11 -11
  29. package/dist/scss/Components/Notifications/notifications.scss +4 -4
  30. package/dist/scss/Elements/Buttons/buttons.scss +6 -8
  31. package/dist/scss/Elements/Forms/FormComponents/Inputs.scss +5 -7
  32. package/dist/scss/Elements/Forms/FormComponents/RadiosCheckboxes.scss +6 -7
  33. package/dist/scss/Elements/Tables/tables.scss +5 -6
  34. package/dist/scss/Elements/Tooltips/tippy.scss +3 -3
  35. package/dist/scss/Foundation/Utilities/Placeholder.scss +2 -2
  36. package/dist/scss/Global/GenericElements/Link.scss +0 -1
  37. package/dist/scss/Global/GenericElements/Typography.scss +2 -15
  38. package/dist/scss/Global/helpers.scss +5 -5
  39. package/dist/scss/Vendor/print.scss +2 -2
  40. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54795,7 +54795,7 @@ var LuiMultiSwitch = function (_a) {
54795
54795
  React__default["default"].createElement("div", { className: clsx('LuiMultiSwitch-labels', disabled && 'LuiMultiSwitch-disabled') }, options === null || options === void 0 ? void 0 : options.map(function (option, i) { return (React__default["default"].createElement("label", { role: 'radio', key: i, htmlFor: id.current, "aria-disabled": option.disabled || disabled, "aria-checked": selectedIndex === i, className: option.className, onClick: function () { return select(i); }, onTouchStart: function () { return select(i); } }, option.text)); }))));
54796
54796
  };
54797
54797
 
54798
- var css_248z$f = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.LuiListBox {\n padding: 0;\n list-style: none;\n}\n.LuiListBox .LuiListBoxItem {\n font-family: \"Open Sans\", system-ui, sans-serif;\n font-style: normal;\n font-weight: normal;\n user-select: none;\n color: #2a292c;\n line-height: 24px;\n outline: none;\n padding: 0.5rem 0.75rem;\n border: 2px solid transparent;\n}\n.LuiListBox .LuiListBoxItem:focus-visible {\n border-color: #007198;\n}\n.LuiListBox .LuiListBoxItem.LuiListBoxItem-selected {\n background: #e2f3f7;\n}\n.LuiListBox .LuiListBoxItem:hover, .LuiListBox .LuiListBoxItem.LuiListBoxItem-selected:hover {\n background: #d6eef4;\n}\n.LuiListBox .LuiListBoxItem.LuiListBoxItem-disabled {\n background: #eaeaea;\n}\n.LuiListBox .LuiListBox-emptyIndicator, .LuiListBox .LuiListBox-loadingIndicator {\n padding: 0.5rem 0.75rem;\n}\n.LuiListBox .LuiListBoxGroup .LuiListBoxGroup-heading {\n font-family: \"Open Sans\", system-ui, sans-serif;\n font-style: normal;\n font-weight: normal;\n font-size: 14px;\n user-select: none;\n color: #6b6966;\n line-height: 16px;\n padding: 0.5rem 0.5rem;\n}";
54798
+ var css_248z$f = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.LuiListBox {\n padding: 0;\n list-style: none;\n}\n.LuiListBox .LuiListBoxItem {\n user-select: none;\n color: #2a292c;\n line-height: 24px;\n outline: none;\n padding: 0.5rem 0.75rem;\n border: 2px solid transparent;\n}\n.LuiListBox .LuiListBoxItem:focus-visible {\n border-color: #007198;\n}\n.LuiListBox .LuiListBoxItem.LuiListBoxItem-selected {\n background: #e2f3f7;\n}\n.LuiListBox .LuiListBoxItem:hover, .LuiListBox .LuiListBoxItem.LuiListBoxItem-selected:hover {\n background: #d6eef4;\n}\n.LuiListBox .LuiListBoxItem.LuiListBoxItem-disabled {\n background: #eaeaea;\n}\n.LuiListBox .LuiListBox-emptyIndicator,\n.LuiListBox .LuiListBox-loadingIndicator {\n padding: 0.5rem 0.75rem;\n}\n.LuiListBox .LuiListBoxGroup .LuiListBoxGroup-heading {\n font-size: 14px;\n user-select: none;\n color: #6b6966;\n line-height: 16px;\n padding: 0.5rem 0.5rem;\n}";
54799
54799
  styleInject(css_248z$f);
54800
54800
 
54801
54801
  function $c1d7fb2ec91bae71$var$Item(props) {
@@ -59396,7 +59396,7 @@ var useSplitterRef = function () {
59396
59396
  return { ref: ref, setRatio: setRatio };
59397
59397
  };
59398
59398
 
59399
- var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.LuiBannerV2 {\n font-family: \"Open Sans\", system-ui, sans-serif;\n font-style: normal;\n font-weight: normal;\n box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);\n font-size: 16px;\n display: grid;\n align-items: center;\n min-height: 3rem;\n position: relative;\n background-color: #ffffff;\n border-radius: 5px;\n padding-bottom: 0.5rem;\n padding-top: 0.5rem;\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.LuiBannerV2 > :first-child {\n margin-top: 0;\n}\n.LuiBannerV2.has-level {\n padding-left: 3.25rem;\n border-left-width: 0.5rem;\n border-left-style: solid;\n}\n.LuiBannerV2.warning {\n border-left-color: #EA6A2E;\n}\n.LuiBannerV2.error {\n border-left-color: #cc0000;\n}\n.LuiBannerV2.info {\n border-left-color: #3A7CDF;\n}\n.LuiBannerV2.success {\n border-left-color: #0AA345;\n}\n.LuiBannerV2.can-dismiss {\n padding-right: 2.5rem;\n}\n.LuiBannerV2-Icon {\n position: absolute;\n left: 0.5rem;\n top: 0.5rem;\n}\n.LuiBannerV2-Icon.warning {\n color: #EA6A2E;\n}\n.LuiBannerV2-Icon.error {\n color: #cc0000;\n}\n.LuiBannerV2-Icon.info {\n color: #3A7CDF;\n}\n.LuiBannerV2-Icon.success {\n color: #0AA345;\n}\n.LuiBannerV2-Icon svg {\n fill: currentColor;\n}\n.LuiBannerV2-Dismiss {\n display: flex;\n position: absolute;\n right: 0.75rem;\n top: 50%;\n transform: translateY(-50%);\n background-color: transparent;\n padding: 0;\n}\n.LuiBannerV2-Dismiss svg {\n fill: #6b6966;\n}";
59399
+ var css_248z$4 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.LuiBannerV2 {\n box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);\n font-size: 16px;\n display: grid;\n align-items: center;\n min-height: 3rem;\n position: relative;\n background-color: #ffffff;\n border-radius: 5px;\n padding-bottom: 0.5rem;\n padding-top: 0.5rem;\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.LuiBannerV2 > :first-child {\n margin-top: 0;\n}\n.LuiBannerV2.has-level {\n padding-left: 3.25rem;\n border-left-width: 0.5rem;\n border-left-style: solid;\n}\n.LuiBannerV2.warning {\n border-left-color: #EA6A2E;\n}\n.LuiBannerV2.error {\n border-left-color: #cc0000;\n}\n.LuiBannerV2.info {\n border-left-color: #3A7CDF;\n}\n.LuiBannerV2.success {\n border-left-color: #0AA345;\n}\n.LuiBannerV2.can-dismiss {\n padding-right: 2.5rem;\n}\n.LuiBannerV2-Icon {\n position: absolute;\n left: 0.5rem;\n top: 0.5rem;\n}\n.LuiBannerV2-Icon.warning {\n color: #EA6A2E;\n}\n.LuiBannerV2-Icon.error {\n color: #cc0000;\n}\n.LuiBannerV2-Icon.info {\n color: #3A7CDF;\n}\n.LuiBannerV2-Icon.success {\n color: #0AA345;\n}\n.LuiBannerV2-Icon svg {\n fill: currentColor;\n}\n.LuiBannerV2-Dismiss {\n display: flex;\n position: absolute;\n right: 0.75rem;\n top: 50%;\n transform: translateY(-50%);\n background-color: transparent;\n padding: 0;\n}\n.LuiBannerV2-Dismiss svg {\n fill: #6b6966;\n}";
59400
59400
  styleInject(css_248z$4);
59401
59401
 
59402
59402
  var LuiBannerV2 = React.forwardRef(function (_a, ref) {
@@ -59467,7 +59467,7 @@ var ColorPalette = React.forwardRef(function (_a, ref) {
59467
59467
  })));
59468
59468
  });
59469
59469
 
59470
- var css_248z$2 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.ToastProvider {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n pointer-events: none;\n display: grid;\n grid-template-columns: repeat(3, auto);\n grid-template-areas: \"left center right\";\n padding: 1.5rem;\n z-index: 1200;\n}\n.ToastProvider .LuiBannerV2 {\n justify-content: flex-start;\n min-height: 4rem;\n min-width: 320px;\n max-width: min(50vw - 2rem, 400px);\n background-color: #f9f9f9;\n}\n.ToastProvider .LuiBannerV2-Icon {\n top: 50%;\n transform: translateY(-50%);\n}\n.ToastProvider .LuiBannerV2-Icon.warning {\n transform: translateY(calc(-50% - 1px));\n}\n.ToastProvider .LuiBannerV2 * {\n font-family: \"Open Sans\", system-ui, sans-serif;\n font-style: normal;\n font-weight: normal;\n font-weight: 400;\n}";
59470
+ var css_248z$2 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.ToastProvider {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n pointer-events: none;\n display: grid;\n grid-template-columns: repeat(3, auto);\n grid-template-areas: \"left center right\";\n padding: 1.5rem;\n z-index: 1200;\n}\n.ToastProvider .LuiBannerV2 {\n justify-content: flex-start;\n min-height: 4rem;\n min-width: 320px;\n max-width: min(50vw - 2rem, 400px);\n background-color: #f9f9f9;\n}\n.ToastProvider .LuiBannerV2-Icon {\n top: 50%;\n transform: translateY(-50%);\n}\n.ToastProvider .LuiBannerV2-Icon.warning {\n transform: translateY(calc(-50% - 1px));\n}\n.ToastProvider .LuiBannerV2 * {\n font-weight: 400;\n}";
59471
59471
  styleInject(css_248z$2);
59472
59472
 
59473
59473
  var topRightToastsHeight = function (portal) {
package/dist/lui.css CHANGED
@@ -148,9 +148,6 @@ textarea {
148
148
 
149
149
  a {
150
150
  color: #1F69C3;
151
- font-family: "Open Sans", system-ui, sans-serif;
152
- font-style: normal;
153
- font-weight: normal;
154
151
  display: inline-block;
155
152
  position: relative;
156
153
  transition: all 0.3s ease(expo-in-out);
@@ -283,9 +280,6 @@ ul li {
283
280
  }
284
281
 
285
282
  html {
286
- font-family: "Open Sans", system-ui, sans-serif;
287
- font-style: normal;
288
- font-weight: 300;
289
283
  font-size: 16px;
290
284
  line-height: 1.5;
291
285
  color: #2a292c;
@@ -364,9 +358,6 @@ h6,
364
358
 
365
359
  h1,
366
360
  .h1 {
367
- font-family: "Open Sans", system-ui, sans-serif;
368
- font-style: normal;
369
- font-weight: 300;
370
361
  font-size: 2.75rem;
371
362
  }
372
363
  h1 + p,
@@ -376,9 +367,6 @@ h1 + p,
376
367
 
377
368
  h2,
378
369
  .h2 {
379
- font-family: "Open Sans", system-ui, sans-serif;
380
- font-style: normal;
381
- font-weight: 300;
382
370
  font-size: 2rem;
383
371
  margin-top: 3rem;
384
372
  }
@@ -389,9 +377,6 @@ h2 + p,
389
377
 
390
378
  h3,
391
379
  .h3 {
392
- font-family: "Open Sans", system-ui, sans-serif;
393
- font-style: normal;
394
- font-weight: normal;
395
380
  font-size: 1.625rem;
396
381
  margin-top: 2rem;
397
382
  }
@@ -402,9 +387,6 @@ h3 + p,
402
387
 
403
388
  h4,
404
389
  .h4 {
405
- font-family: "Open Sans", system-ui, sans-serif;
406
- font-style: normal;
407
- font-weight: normal;
408
390
  font-size: 1.375rem;
409
391
  margin-top: 2rem;
410
392
  }
@@ -431,28 +413,16 @@ h6,
431
413
 
432
414
  p,
433
415
  .p {
434
- font-family: "Open Sans", system-ui, sans-serif;
435
- font-style: normal;
436
- font-weight: 300;
437
416
  font-size: 1rem;
438
417
  margin-top: 2rem;
439
418
  }
440
419
 
441
420
  p.lui-small {
442
- font-family: "Open Sans", system-ui, sans-serif;
443
- font-style: normal;
444
- font-weight: 300;
445
421
  font-size: 0.8125rem;
446
422
  line-height: 1.25rem;
447
423
  margin-top: 2rem;
448
424
  }
449
425
 
450
- .LuiBeta-fonts220222 h1,
451
- .LuiBeta-fonts220222 .h1 {
452
- font-family: "Open Sans", system-ui, sans-serif;
453
- font-style: normal;
454
- font-weight: 300;
455
- }
456
426
  .LuiBeta-fonts220222 h1,
457
427
  .LuiBeta-fonts220222 .h1 {
458
428
  font-size: 34px;
@@ -491,9 +461,6 @@ p.lui-small {
491
461
  }
492
462
  .LuiBeta-fonts220222 h2,
493
463
  .LuiBeta-fonts220222 .h2 {
494
- font-family: "Open Sans", system-ui, sans-serif;
495
- font-style: normal;
496
- font-weight: 300;
497
464
  margin-top: 3rem;
498
465
  }
499
466
  .LuiBeta-fonts220222 h2,
@@ -534,9 +501,6 @@ p.lui-small {
534
501
  }
535
502
  .LuiBeta-fonts220222 h3,
536
503
  .LuiBeta-fonts220222 .h3 {
537
- font-family: "Open Sans", system-ui, sans-serif;
538
- font-style: normal;
539
- font-weight: normal;
540
504
  letter-spacing: 0.2px;
541
505
  margin-top: 2rem;
542
506
  }
@@ -578,9 +542,6 @@ p.lui-small {
578
542
  }
579
543
  .LuiBeta-fonts220222 h4,
580
544
  .LuiBeta-fonts220222 .h4 {
581
- font-family: "Open Sans", system-ui, sans-serif;
582
- font-style: normal;
583
- font-weight: normal;
584
545
  letter-spacing: 0.2px;
585
546
  margin-top: 2rem;
586
547
  }
@@ -699,16 +660,10 @@ p.lui-small {
699
660
  }
700
661
  .LuiBeta-fonts220222 p,
701
662
  .LuiBeta-fonts220222 .p {
702
- font-family: "Open Sans", system-ui, sans-serif;
703
- font-style: normal;
704
- font-weight: 300;
705
663
  font-size: 1rem;
706
664
  margin-top: 2rem;
707
665
  }
708
666
  .LuiBeta-fonts220222 p.lui-small {
709
- font-family: "Open Sans", system-ui, sans-serif;
710
- font-style: normal;
711
- font-weight: 300;
712
667
  font-size: 0.8125rem;
713
668
  line-height: 1.25rem;
714
669
  margin-top: 2rem;
@@ -1703,9 +1658,6 @@ a.lui-button-tertiary {
1703
1658
  color: #007198;
1704
1659
  line-height: 22px;
1705
1660
  font-weight: 600;
1706
- font-family: "Open Sans", system-ui, sans-serif;
1707
- font-style: normal;
1708
- font-weight: normal;
1709
1661
  border: none;
1710
1662
  margin: 2px;
1711
1663
  }
@@ -2014,9 +1966,6 @@ a.lui-button-text {
2014
1966
  line-height: 24px;
2015
1967
  font-weight: 600;
2016
1968
  text-decoration: underline;
2017
- font-family: "Open Sans", system-ui, sans-serif;
2018
- font-style: normal;
2019
- font-weight: normal;
2020
1969
  padding: 0;
2021
1970
  margin: 0;
2022
1971
  border-radius: 0;
@@ -2798,9 +2747,6 @@ a.lui-button + a.lui-button {
2798
2747
  }
2799
2748
  .LuiDeprecatedForms .lui-checkbox-container label,
2800
2749
  .LuiDeprecatedForms .lui-radio-container label {
2801
- font-family: "Open Sans", system-ui, sans-serif;
2802
- font-style: normal;
2803
- font-weight: 300;
2804
2750
  font-size: 16px;
2805
2751
  }
2806
2752
  .LuiDeprecatedForms .lui-radio-container input {
@@ -2870,9 +2816,6 @@ a.lui-button + a.lui-button {
2870
2816
  .LuiDeprecatedForms input:not([type=checkbox]):not([type=radio]),
2871
2817
  .LuiDeprecatedForms textarea,
2872
2818
  .LuiDeprecatedForms select {
2873
- font-family: "Open Sans", system-ui, sans-serif;
2874
- font-style: normal;
2875
- font-weight: normal;
2876
2819
  font-size: 16px;
2877
2820
  color: #2a292c;
2878
2821
  border: 0.06rem solid #beb9b4;
@@ -2904,9 +2847,6 @@ a.lui-button + a.lui-button {
2904
2847
  -webkit-appearance: none;
2905
2848
  -moz-appearance: none;
2906
2849
  -o-appearance: none;
2907
- font-family: "Open Sans", system-ui, sans-serif;
2908
- font-style: normal;
2909
- font-weight: normal;
2910
2850
  cursor: pointer;
2911
2851
  -webkit-font-smoothing: antialiased;
2912
2852
  -moz-osx-font-smoothing: grayscale;
@@ -3149,12 +3089,6 @@ table .lui-checkbox-container input {
3149
3089
  top: 0;
3150
3090
  }
3151
3091
 
3152
- .lui-table-column-headers th {
3153
- font-family: "Open Sans", system-ui, sans-serif;
3154
- font-style: normal;
3155
- font-weight: normal;
3156
- }
3157
-
3158
3092
  .lui-table-zebra tr:nth-child(even) {
3159
3093
  background-color: #f9f9f9;
3160
3094
  }
@@ -3301,9 +3235,6 @@ li.lui-select-menuItem:hover {
3301
3235
  }
3302
3236
 
3303
3237
  .lui-select-menuItemText {
3304
- font-family: "Open Sans", system-ui, sans-serif;
3305
- font-style: normal;
3306
- font-weight: normal;
3307
3238
  color: #2a292c;
3308
3239
  margin: 0;
3309
3240
  padding-left: 2rem;
@@ -3345,9 +3276,6 @@ li.lui-select-menu-group {
3345
3276
  .lui-select-submenu div[role=menuitem] {
3346
3277
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
3347
3278
  text-decoration: none;
3348
- font-family: "Open Sans", system-ui, sans-serif;
3349
- font-style: normal;
3350
- font-weight: normal;
3351
3279
  height: 40px;
3352
3280
  }
3353
3281
  .lui-select-submenu .szh-menu__item--hover {
@@ -3360,9 +3288,6 @@ li.lui-select-menu-group {
3360
3288
  .lui-select-submenu-with-icon div[role=menuitem] {
3361
3289
  padding-left: 0px;
3362
3290
  text-decoration: none;
3363
- font-family: "Open Sans", system-ui, sans-serif;
3364
- font-style: normal;
3365
- font-weight: normal;
3366
3291
  height: 40px;
3367
3292
  }
3368
3293
 
@@ -3476,9 +3401,6 @@ li.lui-select-divider {
3476
3401
  .lui-footer h3,
3477
3402
  .lui-footer h4 {
3478
3403
  margin-top: 0;
3479
- font-family: "Open Sans", system-ui, sans-serif;
3480
- font-style: normal;
3481
- font-weight: normal;
3482
3404
  }
3483
3405
  .lui-footer a {
3484
3406
  text-decoration: underline;
@@ -3613,9 +3535,6 @@ li.lui-select-divider {
3613
3535
  .luiAppFooter-linksCell a {
3614
3536
  color: #ffffff;
3615
3537
  font-size: 0.875rem;
3616
- font-family: "Open Sans", system-ui, sans-serif;
3617
- font-style: normal;
3618
- font-weight: normal;
3619
3538
  text-decoration: none;
3620
3539
  line-height: 1.5rem;
3621
3540
  }
@@ -3626,9 +3545,6 @@ li.lui-select-divider {
3626
3545
  .luiAppFooter-copyright {
3627
3546
  color: #ffffff;
3628
3547
  font-size: 0.875rem;
3629
- font-family: "Open Sans", system-ui, sans-serif;
3630
- font-style: normal;
3631
- font-weight: normal;
3632
3548
  line-height: 1.5rem;
3633
3549
  opacity: 0.8;
3634
3550
  margin: 0;
@@ -3978,9 +3894,6 @@ li.lui-select-divider {
3978
3894
  color: #ffffff;
3979
3895
  font-size: 20px;
3980
3896
  line-height: 24px;
3981
- font-family: "Open Sans", system-ui, sans-serif;
3982
- font-style: normal;
3983
- font-weight: normal;
3984
3897
  }
3985
3898
  .LuiHeaderV2-small:after {
3986
3899
  content: none;
@@ -4038,9 +3951,6 @@ li.lui-select-divider {
4038
3951
  text-align: center;
4039
3952
  border-radius: 4px;
4040
3953
  padding: 6px 6px;
4041
- font-family: "Open Sans", system-ui, sans-serif;
4042
- font-style: normal;
4043
- font-weight: normal;
4044
3954
  font-size: 14px;
4045
3955
  white-space: nowrap;
4046
3956
  position: absolute;
@@ -4140,11 +4050,6 @@ li.lui-select-divider {
4140
4050
  position: relative;
4141
4051
  margin: 3rem 0 0 3rem;
4142
4052
  }
4143
- .lui-help-section ol.lui-help-numbering li p:first-child {
4144
- font-family: "Open Sans", system-ui, sans-serif;
4145
- font-style: normal;
4146
- font-weight: normal;
4147
- }
4148
4053
  .lui-help-section ol.lui-help-numbering li:before {
4149
4054
  content: counter(lui-list-counter);
4150
4055
  position: absolute;
@@ -4480,9 +4385,6 @@ body.LuiHeaderMenuV2-drawer-open {
4480
4385
  }
4481
4386
  .lui-msg-success p {
4482
4387
  margin: 0;
4483
- font-family: "Open Sans", system-ui, sans-serif;
4484
- font-style: normal;
4485
- font-weight: normal;
4486
4388
  }
4487
4389
  .lui-msg-success h2 {
4488
4390
  font-size: 16px;
@@ -4522,9 +4424,6 @@ body.LuiHeaderMenuV2-drawer-open {
4522
4424
  }
4523
4425
  .lui-msg-info p {
4524
4426
  margin: 0;
4525
- font-family: "Open Sans", system-ui, sans-serif;
4526
- font-style: normal;
4527
- font-weight: normal;
4528
4427
  }
4529
4428
  .lui-msg-info h2 {
4530
4429
  font-size: 16px;
@@ -4564,9 +4463,6 @@ body.LuiHeaderMenuV2-drawer-open {
4564
4463
  }
4565
4464
  .lui-msg-warning p {
4566
4465
  margin: 0;
4567
- font-family: "Open Sans", system-ui, sans-serif;
4568
- font-style: normal;
4569
- font-weight: normal;
4570
4466
  }
4571
4467
  .lui-msg-warning h2 {
4572
4468
  font-size: 16px;
@@ -4606,9 +4502,6 @@ body.LuiHeaderMenuV2-drawer-open {
4606
4502
  }
4607
4503
  .lui-msg-error p {
4608
4504
  margin: 0;
4609
- font-family: "Open Sans", system-ui, sans-serif;
4610
- font-style: normal;
4611
- font-weight: normal;
4612
4505
  }
4613
4506
  .lui-msg-error h2 {
4614
4507
  font-size: 16px;
@@ -5327,9 +5220,6 @@ body.LuiHeaderMenuV2-drawer-open {
5327
5220
  padding: 0;
5328
5221
  }
5329
5222
  .LOLFirmSwitcherMenu-header {
5330
- font-family: "Open Sans", system-ui, sans-serif;
5331
- font-style: normal;
5332
- font-weight: normal;
5333
5223
  font-size: 16px;
5334
5224
  line-height: 1.3;
5335
5225
  text-align: right;
@@ -5635,9 +5525,6 @@ body.LuiHeaderMenuV2-drawer-open {
5635
5525
  }
5636
5526
 
5637
5527
  .LuiSelect-select {
5638
- font-family: "Open Sans", system-ui, sans-serif;
5639
- font-style: normal;
5640
- font-weight: normal;
5641
5528
  margin-bottom: 0;
5642
5529
  border: 1px solid #beb9b4;
5643
5530
  border-radius: 3px;
@@ -5728,7 +5615,8 @@ body.LuiHeaderMenuV2-drawer-open {
5728
5615
  color: #2a292c;
5729
5616
  }
5730
5617
 
5731
- .LuiSelect-error-icon, .LuiSelect-warning-icon {
5618
+ .LuiSelect-error-icon,
5619
+ .LuiSelect-warning-icon {
5732
5620
  position: absolute;
5733
5621
  left: 0;
5734
5622
  top: 2px;
@@ -5750,9 +5638,6 @@ body.LuiHeaderMenuV2-drawer-open {
5750
5638
  position: relative;
5751
5639
  }
5752
5640
  .LuiTextAreaInput textarea {
5753
- font-family: "Open Sans", system-ui, sans-serif;
5754
- font-style: normal;
5755
- font-weight: normal;
5756
5641
  border: solid 1px #beb9b4;
5757
5642
  border-radius: 3px;
5758
5643
  background: #ffffff;
@@ -5839,7 +5724,8 @@ body.LuiHeaderMenuV2-drawer-open {
5839
5724
  position: relative;
5840
5725
  }
5841
5726
 
5842
- .LuiTextAreaInput-error, .LuiTextAreaInput-warning {
5727
+ .LuiTextAreaInput-error,
5728
+ .LuiTextAreaInput-warning {
5843
5729
  position: relative;
5844
5730
  display: flex;
5845
5731
  font-family: "Open Sans", system-ui, sans-serif;
@@ -5856,7 +5742,8 @@ body.LuiHeaderMenuV2-drawer-open {
5856
5742
  color: #cc0000;
5857
5743
  }
5858
5744
 
5859
- .LuiTextAreaInput-error-icon, .LuiTextAreaInput-warning-icon {
5745
+ .LuiTextAreaInput-error-icon,
5746
+ .LuiTextAreaInput-warning-icon {
5860
5747
  position: absolute;
5861
5748
  left: 0;
5862
5749
  top: 2px;
@@ -5929,9 +5816,6 @@ body.LuiHeaderMenuV2-drawer-open {
5929
5816
  }
5930
5817
 
5931
5818
  .LuiTextInput-input {
5932
- font-family: "Open Sans", system-ui, sans-serif;
5933
- font-style: normal;
5934
- font-weight: normal;
5935
5819
  margin-bottom: 0;
5936
5820
  border: 1px solid #beb9b4;
5937
5821
  border-radius: 3px;
@@ -6153,9 +6037,6 @@ body.LuiHeaderMenuV2-drawer-open {
6153
6037
  }
6154
6038
 
6155
6039
  .LuiSearchInput-input {
6156
- font-family: "Open Sans", system-ui, sans-serif;
6157
- font-style: normal;
6158
- font-weight: normal;
6159
6040
  line-height: 24px;
6160
6041
  height: 40px;
6161
6042
  color: #2a292c;
@@ -6229,9 +6110,6 @@ body.LuiHeaderMenuV2-drawer-open {
6229
6110
  }
6230
6111
 
6231
6112
  .LuiSearchInput-resultEntry {
6232
- font-family: "Open Sans", system-ui, sans-serif;
6233
- font-style: normal;
6234
- font-weight: normal;
6235
6113
  font-size: 16px;
6236
6114
  cursor: pointer;
6237
6115
  padding: 5px 20px;
@@ -6244,9 +6122,6 @@ body.LuiHeaderMenuV2-drawer-open {
6244
6122
  }
6245
6123
 
6246
6124
  .LuiSearchInput-resultHeader {
6247
- font-family: "Open Sans", system-ui, sans-serif;
6248
- font-style: normal;
6249
- font-weight: normal;
6250
6125
  font-size: 14px;
6251
6126
  padding: 5px 20px;
6252
6127
  line-height: 18px;
@@ -6255,9 +6130,6 @@ body.LuiHeaderMenuV2-drawer-open {
6255
6130
  }
6256
6131
 
6257
6132
  .LuiSearchInput-disclaimer {
6258
- font-family: "Open Sans", system-ui, sans-serif;
6259
- font-style: normal;
6260
- font-weight: normal;
6261
6133
  font-size: 14px;
6262
6134
  padding: 5px 20px;
6263
6135
  line-height: 20px;
@@ -7084,9 +6956,6 @@ li.lui-split-button-menuItem:hover {
7084
6956
  }
7085
6957
 
7086
6958
  .lui-split-button-menuItemText {
7087
- font-family: "Open Sans", system-ui, sans-serif;
7088
- font-style: normal;
7089
- font-weight: normal;
7090
6959
  color: #2a292c;
7091
6960
  margin: 0;
7092
6961
  padding-left: 2rem;
@@ -7118,9 +6987,6 @@ li.lui-split-button-menuItem:hover {
7118
6987
  display: flex;
7119
6988
  flex-direction: column;
7120
6989
  align-items: center;
7121
- font-family: "Open Sans", system-ui, sans-serif;
7122
- font-style: normal;
7123
- font-weight: normal;
7124
6990
  color: #007198;
7125
6991
  width: 300px;
7126
6992
  }
@@ -7129,12 +6995,6 @@ li.lui-split-button-menuItem:hover {
7129
6995
  display: inline-block;
7130
6996
  margin: 0;
7131
6997
  }
7132
- .LuiLoadingSpinner-SupportText-container .LuiLoadingSpinner-SupportText p {
7133
- font-family: "Open Sans", system-ui, sans-serif;
7134
- font-style: normal;
7135
- font-weight: normal;
7136
- }
7137
-
7138
6998
  .LuiCounter, .LuiCounter-non-zero, .LuiCounter-zero {
7139
6999
  border-radius: 5px;
7140
7000
  padding: 0 6px;
@@ -7161,9 +7021,6 @@ li.lui-split-button-menuItem:hover {
7161
7021
  border-radius: 0;
7162
7022
  color: #2a292c;
7163
7023
  min-width: 10rem;
7164
- font-family: "Open Sans", system-ui, sans-serif;
7165
- font-style: normal;
7166
- font-weight: normal;
7167
7024
  display: flex;
7168
7025
  position: relative;
7169
7026
  justify-content: center;