@linzjs/lui 18.11.2 → 20.0.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [20.0.0](https://github.com/linz/lui/compare/v19.0.0...v20.0.0) (2023-09-18)
2
+
3
+ # [19.0.0](https://github.com/linz/lui/compare/v18.11.2...v19.0.0) (2023-09-14)
4
+
1
5
  ## [18.11.2](https://github.com/linz/lui/compare/v18.11.1...v18.11.2) (2023-09-13)
2
6
 
3
7
 
package/dist/index.js CHANGED
@@ -25517,7 +25517,7 @@ function styleInject(css, ref) {
25517
25517
  }
25518
25518
  }
25519
25519
 
25520
- var css_248z$d = ".LuiFloatingWindow-buttons {\n display: flex;\n align-items: center;\n}\n\n.LuiFloatingWindow-extra-buttons-divider {\n margin-right: 4px;\n margin-left: 8px;\n margin-top: -6px;\n font-size: x-large;\n opacity: 0.7;\n}\n\n.FloatingWindow-window {\n box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;\n position: absolute;\n background-color: #ffffff;\n top: 10%;\n left: 5%;\n display: flex;\n flex-direction: column;\n border-radius: 9px;\n}\n\n.FloatingWindow-container {\n display: flex;\n height: calc(100% - 50px);\n width: 100%;\n overflow: auto;\n}\n\n.FloatingWindow-header-element {\n flex: 0;\n}\n\n.FloatingWindow-header {\n height: 48px;\n line-height: 48px;\n color: #2a292c;\n padding: 0 8px;\n display: flex;\n overflow: hidden;\n justify-content: space-between;\n border-bottom: 2px #eaeaea solid;\n font-size: 1em;\n font-weight: 600;\n}\n\n.FloatingWindow-header-title-text {\n font-size: 1em;\n font-weight: 600;\n overflow: hidden;\n}\n\n.FloatingWindow-buttons {\n display: flex;\n align-items: center;\n}\n\n.FloatingWindow-extra-buttons-divider {\n margin-right: 4px;\n margin-left: 8px;\n margin-top: -6px;\n font-size: x-large;\n opacity: 0.7;\n}\n\n.FloatingWindowHeaderButton-button {\n padding: 0 0 0 8px;\n border: none;\n outline: none;\n border-radius: 50%;\n background-color: transparent;\n color: #6b6966;\n display: flex;\n}\n\n.FloatingWindowHeaderButton-icon {\n fill: #6b6966;\n}\n\n.floating-window-icon {\n display: inline-block;\n height: 24px;\n max-height: 24px;\n max-width: 24px;\n width: 24px;\n fill: #6b6966;\n}";
25520
+ var css_248z$d = ".LuiFloatingWindow-buttons {\n display: flex;\n align-items: center;\n}\n\n.LuiFloatingWindow-extra-buttons-divider {\n margin-right: 4px;\n margin-left: 8px;\n margin-top: -6px;\n font-size: x-large;\n opacity: 0.7;\n}\n\n.FloatingWindow-window {\n box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1490196078), 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);\n position: absolute;\n background-color: #ffffff;\n top: 10%;\n left: 5%;\n display: flex;\n flex-direction: column;\n border-radius: 9px;\n}\n\n.FloatingWindow-container {\n display: flex;\n height: calc(100% - 50px);\n width: 100%;\n overflow: auto;\n}\n\n.FloatingWindow-header-element {\n flex: 0;\n}\n\n.FloatingWindow-header {\n height: 48px;\n line-height: 48px;\n color: #2a292c;\n padding: 0 8px;\n display: flex;\n overflow: hidden;\n justify-content: space-between;\n border-bottom: 2px #eaeaea solid;\n font-size: 1em;\n font-weight: 600;\n}\n\n.FloatingWindow-header-title-text {\n font-size: 1em;\n font-weight: 600;\n overflow: hidden;\n}\n\n.FloatingWindow-buttons {\n display: flex;\n align-items: center;\n}\n\n.FloatingWindow-extra-buttons-divider {\n margin-right: 4px;\n margin-left: 8px;\n margin-top: -6px;\n font-size: x-large;\n opacity: 0.7;\n}\n\n.FloatingWindowHeaderButton-button {\n padding: 0 0 0 8px;\n border: none;\n outline: none;\n border-radius: 50%;\n background-color: transparent;\n color: #6b6966;\n display: flex;\n}\n\n.FloatingWindowHeaderButton-icon {\n fill: #6b6966;\n}\n\n.floating-window-icon {\n display: inline-block;\n height: 24px;\n max-height: 24px;\n max-width: 24px;\n width: 24px;\n fill: #6b6966;\n}";
25521
25521
  styleInject(css_248z$d);
25522
25522
 
25523
25523
  /**
@@ -27784,7 +27784,7 @@ ReactSplitGrid.defaultProps = {
27784
27784
  onDrag: undefined,
27785
27785
  };
27786
27786
 
27787
- var css_248z$c = ".LuiResizableLayout-leftPanel {\n display: flex;\n flex-direction: column;\n /* this overflow and the one below (LuiResizableLayout-leftPanelBody) are need to make only\n the search result div scroll (instead of the whole page) */\n overflow: auto;\n}\n\n.LuiResizableLayout-rightPanel {\n display: flex;\n flex-direction: column;\n /* this overflow and the one below (LuiResizableLayout-leftPanelBody) are need to make only\n the search result div scroll (instead of the whole page) */\n overflow: auto;\n}\n\n.LuiResizableLayout-leftPanelBody {\n overflow-y: auto;\n}\n\n.LuiResizableLayout-gutterParentControl {\n display: flex;\n /* use visibility and opacity instead of display: none as we want to be able to fade in on hover */\n visibility: hidden;\n opacity: 0;\n position: fixed;\n top: 50%;\n z-index: 500;\n margin-left: -30px;\n /*half total control width, minus half the gutter width*/\n transition: 0.3s all 2s ease-in;\n}\n\n.LuiResizableLayout-gutterControlLeft, .LuiResizableLayout-gutterControlRight {\n background-color: #eaeaea;\n width: 32px;\n height: 80px;\n text-align: center;\n display: flex;\n align-items: center;\n}\n\n.LuiResizableLayout-gutterControlLeft {\n border-radius: 3px 0 0 3px;\n}\n\n.LuiResizableLayout-gutterControlRight {\n border-radius: 0 3px 3px 0;\n}\n\n.LuiResizableLayout-gutterControlLeft > .LuiIcon, .LuiResizableLayout-gutterControlRight > .LuiIcon {\n height: auto;\n}\n\n.LuiResizableLayout-gutterControlLeft:hover, .LuiResizableLayout-gutterControlRight:hover {\n background-color: #73c8e1;\n cursor: pointer;\n}\n\n.LuiResizableLayout-gutterControl-collapsed {\n visibility: hidden;\n}\n\n/* TODO: move the expand gutter button so it doesn't show over the scroll bar */\n.LuiResizableLayout-gutterParentControlVisible {\n visibility: visible;\n opacity: 1;\n}\n\n.LuiResizableLayout-grid {\n display: grid;\n height: 100%;\n}\n\n.LuiResizableLayout-gutterCol {\n grid-row: 1/-1;\n cursor: col-resize;\n width: 16px;\n z-index: 1;\n}\n\n.LuiResizableLayout-gutterCol-collapsed {\n width: 4px;\n}\n\n.LuiResizableLayout-gutterCol1 {\n grid-column: 2;\n}\n\n.LuiResizableLayout-gutterCol:hover > .LuiResizableLayout-gutterParentControl {\n visibility: visible;\n opacity: 1;\n transition: 0s all 0s ease-in;\n}\n\n.LuiResizableLayout-gutterSlider {\n width: 4px;\n height: 100%;\n background-color: #eaeaea;\n pointer-events: none;\n}\n\n.LuiResizableLayout-gutterCol:hover .LuiResizableLayout-gutterSlider, .LuiResizableLayout-gutterCol:active .LuiResizableLayout-gutterSlider {\n background-color: #73c8e1;\n}";
27787
+ var css_248z$c = ".LuiResizableLayout-leftPanel {\n display: flex;\n flex-direction: column;\n /* this overflow and the one below (LuiResizableLayout-leftPanelBody) are need to make only\n the search result div scroll (instead of the whole page) */\n overflow: auto;\n}\n\n.LuiResizableLayout-rightPanel {\n display: flex;\n flex-direction: column;\n /* this overflow and the one below (LuiResizableLayout-leftPanelBody) are need to make only\n the search result div scroll (instead of the whole page) */\n overflow: auto;\n}\n\n.LuiResizableLayout-leftPanelBody {\n overflow-y: auto;\n}\n\n.LuiResizableLayout-gutterParentControl {\n display: flex;\n /* use visibility and opacity instead of display: none as we want to be able to fade in on hover */\n visibility: hidden;\n opacity: 0;\n position: fixed;\n top: 50%;\n z-index: 500;\n margin-left: -30px; /*half total control width, minus half the gutter width*/\n transition: 0.3s all 2s ease-in;\n}\n\n.LuiResizableLayout-gutterControlLeft, .LuiResizableLayout-gutterControlRight {\n background-color: #eaeaea;\n width: 32px;\n height: 80px;\n text-align: center;\n display: flex;\n align-items: center;\n}\n\n.LuiResizableLayout-gutterControlLeft {\n border-radius: 3px 0 0 3px;\n}\n\n.LuiResizableLayout-gutterControlRight {\n border-radius: 0 3px 3px 0;\n}\n\n.LuiResizableLayout-gutterControlLeft > .LuiIcon, .LuiResizableLayout-gutterControlRight > .LuiIcon {\n height: auto;\n}\n\n.LuiResizableLayout-gutterControlLeft:hover, .LuiResizableLayout-gutterControlRight:hover {\n background-color: #73c8e1;\n cursor: pointer;\n}\n\n.LuiResizableLayout-gutterControl-collapsed {\n visibility: hidden;\n}\n\n/* TODO: move the expand gutter button so it doesn't show over the scroll bar */\n.LuiResizableLayout-gutterParentControlVisible {\n visibility: visible;\n opacity: 1;\n}\n\n.LuiResizableLayout-grid {\n display: grid;\n height: 100%;\n}\n\n.LuiResizableLayout-gutterCol {\n grid-row: 1/-1;\n cursor: col-resize;\n width: 16px;\n z-index: 1;\n}\n\n.LuiResizableLayout-gutterCol-collapsed {\n width: 4px;\n}\n\n.LuiResizableLayout-gutterCol1 {\n grid-column: 2;\n}\n\n.LuiResizableLayout-gutterCol:hover > .LuiResizableLayout-gutterParentControl {\n visibility: visible;\n opacity: 1;\n transition: 0s all 0s ease-in;\n}\n\n.LuiResizableLayout-gutterSlider {\n width: 4px;\n height: 100%;\n background-color: #eaeaea;\n pointer-events: none;\n}\n\n.LuiResizableLayout-gutterCol:hover .LuiResizableLayout-gutterSlider, .LuiResizableLayout-gutterCol:active .LuiResizableLayout-gutterSlider {\n background-color: #73c8e1;\n}";
27788
27788
  styleInject(css_248z$c);
27789
27789
 
27790
27790
  var GutterComponent = function (props) {
@@ -67765,7 +67765,7 @@ var LuiAccordicardStatic = function (props) {
67765
67765
  React__default["default"].createElement(LuiIcon, { className: clsx('LuiAccordicardStatic-chevron', isOpen ? 'LuiAccordicardStatic-chevron--isOpen' : null), name: 'ic_expand_more', alt: "expand", title: "Expand and collapse panel", size: "md" }))));
67766
67766
  };
67767
67767
 
67768
- var css_248z$6 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.lui-accordion {\n padding: 8px;\n display: flex;\n border-radius: 5px;\n box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;\n}\n.lui-accordion .chevron {\n transition: all 0.3s ease-in-out;\n transform: rotate(0);\n}\n.lui-accordion .chevron--isOpen {\n transform: rotate(180deg);\n}\n.lui-accordion .accordion-heading {\n padding: 4px;\n}\n.lui-accordion h4 {\n padding: 4px;\n}\n.lui-accordion > summary {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.lui-accordion > summary h4 {\n margin-top: 0;\n display: inline-block;\n}";
67768
+ var css_248z$6 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.lui-accordion {\n padding: 8px;\n display: flex;\n border-radius: 5px;\n box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);\n}\n.lui-accordion .chevron {\n transition: all 0.3s ease-in-out;\n transform: rotate(0);\n}\n.lui-accordion .chevron--isOpen {\n transform: rotate(180deg);\n}\n.lui-accordion .accordion-heading {\n padding: 4px;\n}\n.lui-accordion h4 {\n padding: 4px;\n}\n.lui-accordion > summary {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.lui-accordion > summary h4 {\n margin-top: 0;\n display: inline-block;\n}";
67769
67769
  styleInject(css_248z$6);
67770
67770
 
67771
67771
  var LuiAccordion = function (props) {
@@ -71440,7 +71440,7 @@ var LuiProgressBar = function (_a) {
71440
71440
  React__default["default"].createElement("div", { "data-testid": 'progress-bar-size', className: clsx("ProgressBar-".concat(status), { indeterminate: indeterminate }), style: { width: "".concat(percentage, "%"), height: barHeight } })));
71441
71441
  };
71442
71442
 
71443
- var css_248z$1 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Toolbar {\n position: absolute;\n align-items: center;\n align-self: center;\n background: #ffffff;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n height: fit-content;\n margin: 0 0.75rem;\n padding: 0;\n width: fit-content;\n z-index: 1000;\n box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;\n}\n\n.Left {\n justify-self: start;\n}\n\n.Right {\n justify-self: end;\n}";
71443
+ var css_248z$1 = "/**\n @deprecated\n */\n/**\n @deprecated\n */\n/**\n @deprecated\n */\n.Toolbar {\n position: absolute;\n align-items: center;\n align-self: center;\n background: #ffffff;\n border-radius: 5px;\n display: flex;\n flex-direction: column;\n height: fit-content;\n margin: 0 0.75rem;\n padding: 0;\n width: fit-content;\n z-index: 1000;\n box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);\n}\n\n.Left {\n justify-self: start;\n}\n\n.Right {\n justify-self: end;\n}";
71444
71444
  styleInject(css_248z$1);
71445
71445
 
71446
71446
  exports.ToolbarDirection = void 0;
package/dist/lui.css CHANGED
@@ -290,14 +290,12 @@ html {
290
290
  }
291
291
 
292
292
  ::selection {
293
- background: #c7e9f3;
294
- /* WebKit/Blink Browsers */
293
+ background: #c7e9f3; /* WebKit/Blink Browsers */
295
294
  color: #004b50;
296
295
  }
297
296
 
298
297
  ::-moz-selection {
299
- background: #c7e9f3;
300
- /* Gecko Browsers */
298
+ background: #c7e9f3; /* Gecko Browsers */
301
299
  color: #004b50;
302
300
  }
303
301
 
@@ -454,18 +452,13 @@ p.lui-small {
454
452
  }
455
453
  @media screen and (min-width: 480px) {
456
454
  .LuiBeta-fonts220222 h1,
457
- .LuiBeta-fonts220222 .h1 {
458
- font-size: calc(
459
- 34px + 10 *
460
- (
461
- (100vw - 480px) / 800
462
- )
463
- );
455
+ .LuiBeta-fonts220222 .h1 {
456
+ font-size: calc(34px + 10 * (100vw - 480px) / 800);
464
457
  }
465
458
  }
466
459
  @media screen and (min-width: 1280px) {
467
460
  .LuiBeta-fonts220222 h1,
468
- .LuiBeta-fonts220222 .h1 {
461
+ .LuiBeta-fonts220222 .h1 {
469
462
  font-size: 44px;
470
463
  }
471
464
  }
@@ -475,18 +468,13 @@ p.lui-small {
475
468
  }
476
469
  @media screen and (min-width: 480px) {
477
470
  .LuiBeta-fonts220222 h1,
478
- .LuiBeta-fonts220222 .h1 {
479
- line-height: calc(
480
- 44px + 8 *
481
- (
482
- (100vw - 480px) / 800
483
- )
484
- );
471
+ .LuiBeta-fonts220222 .h1 {
472
+ line-height: calc(44px + 8 * (100vw - 480px) / 800);
485
473
  }
486
474
  }
487
475
  @media screen and (min-width: 1280px) {
488
476
  .LuiBeta-fonts220222 h1,
489
- .LuiBeta-fonts220222 .h1 {
477
+ .LuiBeta-fonts220222 .h1 {
490
478
  line-height: 52px;
491
479
  }
492
480
  }
@@ -507,18 +495,13 @@ p.lui-small {
507
495
  }
508
496
  @media screen and (min-width: 480px) {
509
497
  .LuiBeta-fonts220222 h2,
510
- .LuiBeta-fonts220222 .h2 {
511
- font-size: calc(
512
- 28px + 4 *
513
- (
514
- (100vw - 480px) / 800
515
- )
516
- );
498
+ .LuiBeta-fonts220222 .h2 {
499
+ font-size: calc(28px + 4 * (100vw - 480px) / 800);
517
500
  }
518
501
  }
519
502
  @media screen and (min-width: 1280px) {
520
503
  .LuiBeta-fonts220222 h2,
521
- .LuiBeta-fonts220222 .h2 {
504
+ .LuiBeta-fonts220222 .h2 {
522
505
  font-size: 32px;
523
506
  }
524
507
  }
@@ -528,18 +511,13 @@ p.lui-small {
528
511
  }
529
512
  @media screen and (min-width: 480px) {
530
513
  .LuiBeta-fonts220222 h2,
531
- .LuiBeta-fonts220222 .h2 {
532
- line-height: calc(
533
- 36px + 4 *
534
- (
535
- (100vw - 480px) / 800
536
- )
537
- );
514
+ .LuiBeta-fonts220222 .h2 {
515
+ line-height: calc(36px + 4 * (100vw - 480px) / 800);
538
516
  }
539
517
  }
540
518
  @media screen and (min-width: 1280px) {
541
519
  .LuiBeta-fonts220222 h2,
542
- .LuiBeta-fonts220222 .h2 {
520
+ .LuiBeta-fonts220222 .h2 {
543
521
  line-height: 40px;
544
522
  }
545
523
  }
@@ -561,18 +539,13 @@ p.lui-small {
561
539
  }
562
540
  @media screen and (min-width: 480px) {
563
541
  .LuiBeta-fonts220222 h3,
564
- .LuiBeta-fonts220222 .h3 {
565
- font-size: calc(
566
- 24px + 0 *
567
- (
568
- (100vw - 480px) / 800
569
- )
570
- );
542
+ .LuiBeta-fonts220222 .h3 {
543
+ font-size: calc(24px + 0 * (100vw - 480px) / 800);
571
544
  }
572
545
  }
573
546
  @media screen and (min-width: 1280px) {
574
547
  .LuiBeta-fonts220222 h3,
575
- .LuiBeta-fonts220222 .h3 {
548
+ .LuiBeta-fonts220222 .h3 {
576
549
  font-size: 24px;
577
550
  }
578
551
  }
@@ -582,18 +555,13 @@ p.lui-small {
582
555
  }
583
556
  @media screen and (min-width: 480px) {
584
557
  .LuiBeta-fonts220222 h3,
585
- .LuiBeta-fonts220222 .h3 {
586
- line-height: calc(
587
- 32px + 0 *
588
- (
589
- (100vw - 480px) / 800
590
- )
591
- );
558
+ .LuiBeta-fonts220222 .h3 {
559
+ line-height: calc(32px + 0 * (100vw - 480px) / 800);
592
560
  }
593
561
  }
594
562
  @media screen and (min-width: 1280px) {
595
563
  .LuiBeta-fonts220222 h3,
596
- .LuiBeta-fonts220222 .h3 {
564
+ .LuiBeta-fonts220222 .h3 {
597
565
  line-height: 32px;
598
566
  }
599
567
  }
@@ -615,18 +583,13 @@ p.lui-small {
615
583
  }
616
584
  @media screen and (min-width: 480px) {
617
585
  .LuiBeta-fonts220222 h4,
618
- .LuiBeta-fonts220222 .h4 {
619
- font-size: calc(
620
- 20px + 0 *
621
- (
622
- (100vw - 480px) / 800
623
- )
624
- );
586
+ .LuiBeta-fonts220222 .h4 {
587
+ font-size: calc(20px + 0 * (100vw - 480px) / 800);
625
588
  }
626
589
  }
627
590
  @media screen and (min-width: 1280px) {
628
591
  .LuiBeta-fonts220222 h4,
629
- .LuiBeta-fonts220222 .h4 {
592
+ .LuiBeta-fonts220222 .h4 {
630
593
  font-size: 20px;
631
594
  }
632
595
  }
@@ -636,18 +599,13 @@ p.lui-small {
636
599
  }
637
600
  @media screen and (min-width: 480px) {
638
601
  .LuiBeta-fonts220222 h4,
639
- .LuiBeta-fonts220222 .h4 {
640
- line-height: calc(
641
- 24px + 0 *
642
- (
643
- (100vw - 480px) / 800
644
- )
645
- );
602
+ .LuiBeta-fonts220222 .h4 {
603
+ line-height: calc(24px + 0 * (100vw - 480px) / 800);
646
604
  }
647
605
  }
648
606
  @media screen and (min-width: 1280px) {
649
607
  .LuiBeta-fonts220222 h4,
650
- .LuiBeta-fonts220222 .h4 {
608
+ .LuiBeta-fonts220222 .h4 {
651
609
  line-height: 24px;
652
610
  }
653
611
  }
@@ -667,18 +625,13 @@ p.lui-small {
667
625
  }
668
626
  @media screen and (min-width: 480px) {
669
627
  .LuiBeta-fonts220222 h5,
670
- .LuiBeta-fonts220222 .h5 {
671
- font-size: calc(
672
- 16px + 0 *
673
- (
674
- (100vw - 480px) / 800
675
- )
676
- );
628
+ .LuiBeta-fonts220222 .h5 {
629
+ font-size: calc(16px + 0 * (100vw - 480px) / 800);
677
630
  }
678
631
  }
679
632
  @media screen and (min-width: 1280px) {
680
633
  .LuiBeta-fonts220222 h5,
681
- .LuiBeta-fonts220222 .h5 {
634
+ .LuiBeta-fonts220222 .h5 {
682
635
  font-size: 16px;
683
636
  }
684
637
  }
@@ -688,18 +641,13 @@ p.lui-small {
688
641
  }
689
642
  @media screen and (min-width: 480px) {
690
643
  .LuiBeta-fonts220222 h5,
691
- .LuiBeta-fonts220222 .h5 {
692
- line-height: calc(
693
- 24px + -2 *
694
- (
695
- (100vw - 480px) / 800
696
- )
697
- );
644
+ .LuiBeta-fonts220222 .h5 {
645
+ line-height: calc(24px + -2 * (100vw - 480px) / 800);
698
646
  }
699
647
  }
700
648
  @media screen and (min-width: 1280px) {
701
649
  .LuiBeta-fonts220222 h5,
702
- .LuiBeta-fonts220222 .h5 {
650
+ .LuiBeta-fonts220222 .h5 {
703
651
  line-height: 22px;
704
652
  }
705
653
  }
@@ -716,18 +664,13 @@ p.lui-small {
716
664
  }
717
665
  @media screen and (min-width: 480px) {
718
666
  .LuiBeta-fonts220222 h6,
719
- .LuiBeta-fonts220222 .h6 {
720
- font-size: calc(
721
- 14px + 0 *
722
- (
723
- (100vw - 480px) / 800
724
- )
725
- );
667
+ .LuiBeta-fonts220222 .h6 {
668
+ font-size: calc(14px + 0 * (100vw - 480px) / 800);
726
669
  }
727
670
  }
728
671
  @media screen and (min-width: 1280px) {
729
672
  .LuiBeta-fonts220222 h6,
730
- .LuiBeta-fonts220222 .h6 {
673
+ .LuiBeta-fonts220222 .h6 {
731
674
  font-size: 14px;
732
675
  }
733
676
  }
@@ -737,18 +680,13 @@ p.lui-small {
737
680
  }
738
681
  @media screen and (min-width: 480px) {
739
682
  .LuiBeta-fonts220222 h6,
740
- .LuiBeta-fonts220222 .h6 {
741
- line-height: calc(
742
- 18px + 0 *
743
- (
744
- (100vw - 480px) / 800
745
- )
746
- );
683
+ .LuiBeta-fonts220222 .h6 {
684
+ line-height: calc(18px + 0 * (100vw - 480px) / 800);
747
685
  }
748
686
  }
749
687
  @media screen and (min-width: 1280px) {
750
688
  .LuiBeta-fonts220222 h6,
751
- .LuiBeta-fonts220222 .h6 {
689
+ .LuiBeta-fonts220222 .h6 {
752
690
  line-height: 18px;
753
691
  }
754
692
  }
@@ -799,21 +737,21 @@ p.lui-small {
799
737
 
800
738
  .Container {
801
739
  padding: 0 2.5%;
802
- max-width: calc(480px + (2.5% * 2));
740
+ max-width: calc(480px + 2.5% * 2);
803
741
  }
804
742
  @media screen and (min-width: 480px) {
805
743
  .Container {
806
- max-width: calc(768px + (2.5% * 2));
744
+ max-width: calc(768px + 2.5% * 2);
807
745
  }
808
746
  }
809
747
  @media screen and (min-width: 768px) {
810
748
  .Container {
811
- max-width: calc(1024px + (2.5% * 2));
749
+ max-width: calc(1024px + 2.5% * 2);
812
750
  }
813
751
  }
814
752
  @media screen and (min-width: 1024px) {
815
753
  .Container {
816
- max-width: calc(1280px + (2.5% * 2));
754
+ max-width: calc(1280px + 2.5% * 2);
817
755
  }
818
756
  }
819
757
 
@@ -3086,6 +3024,8 @@ a.lui-button + a.lui-button {
3086
3024
  fieldset {
3087
3025
  border: none;
3088
3026
  padding: 0;
3027
+ margin-inline-start: 0;
3028
+ margin-inline-end: 0;
3089
3029
  }
3090
3030
 
3091
3031
  .lui-icon {
@@ -3140,7 +3080,7 @@ table {
3140
3080
  table caption {
3141
3081
  padding: 0.5rem 0.5rem 0.5rem 0;
3142
3082
  text-align: left;
3143
- font-size: rem(14px);
3083
+ font-size: toRem(14px);
3144
3084
  }
3145
3085
  table caption.lui-table-caption-bottom {
3146
3086
  caption-side: bottom;
@@ -3554,7 +3494,7 @@ table .lui-checkbox-container input {
3554
3494
  }
3555
3495
  @media screen and (min-width: 768px) {
3556
3496
  .lui-footer .lui-footer-nz-govt-logo,
3557
- .lui-footer .lui-footer-copyright {
3497
+ .lui-footer .lui-footer-copyright {
3558
3498
  text-align: right;
3559
3499
  }
3560
3500
  }
@@ -4035,7 +3975,7 @@ table .lui-checkbox-container input {
4035
3975
  position: absolute;
4036
3976
  top: 60px;
4037
3977
  z-index: 10;
4038
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
3978
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
4039
3979
  border-radius: 3px;
4040
3980
  }
4041
3981
  .LuiHeaderV2-menu-item-button .menu-tooltip.dark {
@@ -4287,7 +4227,7 @@ body.LuiHeaderMenuV2-drawer-open {
4287
4227
  text-align: left;
4288
4228
  background-color: white;
4289
4229
  color: #2a292c;
4290
- box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
4230
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1490196078), 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
4291
4231
  border-radius: 3px;
4292
4232
  height: auto;
4293
4233
  z-index: 900;
@@ -4387,7 +4327,7 @@ body.LuiHeaderMenuV2-drawer-open {
4387
4327
  text-align: left;
4388
4328
  background-color: white;
4389
4329
  color: #2a292c;
4390
- box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
4330
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1490196078), 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
4391
4331
  border-radius: 3px;
4392
4332
  position: absolute;
4393
4333
  z-index: 900;
@@ -4989,8 +4929,8 @@ body.LuiHeaderMenuV2-drawer-open {
4989
4929
 
4990
4930
  .lui-large-feature-notification {
4991
4931
  width: 100%;
4992
- background: #00a1a1;
4993
- background: linear-gradient(62deg, #00a1a1 0%, #bfedf6 100%);
4932
+ background: rgb(0, 161, 161);
4933
+ background: linear-gradient(62deg, rgb(0, 161, 161) 0%, rgb(191, 237, 246) 100%);
4994
4934
  position: relative;
4995
4935
  }
4996
4936
  @media screen and (min-width: 480px) {
@@ -5013,13 +4953,13 @@ body.LuiHeaderMenuV2-drawer-open {
5013
4953
  .lui-feature-header h1 {
5014
4954
  color: #fff;
5015
4955
  margin: 0;
5016
- text-shadow: 1.5px 1.5px 1px #004b50;
4956
+ text-shadow: 1.5px 1.5px 1px rgb(0, 75, 80);
5017
4957
  font-size: 1.5rem;
5018
4958
  line-height: 1.5rem;
5019
4959
  }
5020
4960
  @media screen and (min-width: 768px) {
5021
4961
  .lui-feature-header h1 {
5022
- text-shadow: 1px 1px 1px #004b50;
4962
+ text-shadow: 1px 1px 1px rgb(0, 75, 80);
5023
4963
  font-size: 2rem;
5024
4964
  line-height: 2rem;
5025
4965
  }
@@ -5219,7 +5159,7 @@ body.LuiHeaderMenuV2-drawer-open {
5219
5159
  line-height: 1.3;
5220
5160
  text-align: right;
5221
5161
  padding-right: 32px;
5222
- border-right: 1px solid #00a599;
5162
+ border-right: 1px solid rgb(0, 165, 153);
5223
5163
  }
5224
5164
  .LOLFirmSwitcherMenu-header span:first-child {
5225
5165
  font-family: "Open Sans", system-ui, sans-serif;
@@ -5656,12 +5596,7 @@ body.LuiHeaderMenuV2-drawer-open {
5656
5596
  }
5657
5597
  @media screen and (min-width: 1px) {
5658
5598
  .LuiTextAreaInput textarea {
5659
- font-size: calc(
5660
- 14px + 2 *
5661
- (
5662
- (100vw - 1px) / 1279
5663
- )
5664
- );
5599
+ font-size: calc(14px + 2 * (100vw - 1px) / 1279);
5665
5600
  }
5666
5601
  }
5667
5602
  @media screen and (min-width: 1280px) {
@@ -6011,7 +5946,7 @@ body.LuiHeaderMenuV2-drawer-open {
6011
5946
  }
6012
5947
 
6013
5948
  .LuiSearchInput {
6014
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
5949
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
6015
5950
  background: #ffffff;
6016
5951
  border-radius: 0 3px 3px 0;
6017
5952
  margin: 0;
@@ -6020,7 +5955,7 @@ body.LuiHeaderMenuV2-drawer-open {
6020
5955
  transition: box-shadow 0.3s ease-in-out, border-radius 0.3s ease-in-out;
6021
5956
  }
6022
5957
  .LuiSearchInput:active, .LuiSearchInput:focus, .LuiSearchInput:focus-within {
6023
- box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
5958
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1490196078), 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
6024
5959
  border-radius: 3px;
6025
5960
  }
6026
5961
 
@@ -6201,7 +6136,7 @@ body.LuiHeaderMenuV2-drawer-open {
6201
6136
  align-items: center;
6202
6137
  margin: 0px;
6203
6138
  border-radius: 3px 0 0 3px;
6204
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
6139
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
6205
6140
  color: #2a292c;
6206
6141
  }
6207
6142
  @media screen and (min-width: 480px) {
@@ -6388,17 +6323,17 @@ body.LuiHeaderMenuV2-drawer-open {
6388
6323
  }
6389
6324
 
6390
6325
  .LuiShadow {
6391
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
6326
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
6392
6327
  border-radius: 5px;
6393
6328
  padding: 1.5rem;
6394
6329
  margin-top: 0.75rem;
6395
6330
  background-color: #ffffff;
6396
6331
  }
6397
6332
  .LuiShadow--md {
6398
- box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
6333
+ box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1490196078), 0px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
6399
6334
  }
6400
6335
  .LuiShadow--lg {
6401
- box-shadow: 0px 3px 12px 0px #00000026, 0px 12px 18px 4px #00000040;
6336
+ box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1490196078), 0px 12px 18px 4px rgba(0, 0, 0, 0.2509803922);
6402
6337
  }
6403
6338
 
6404
6339
  .LuiBadge {
@@ -6483,7 +6418,7 @@ body.LuiHeaderMenuV2-drawer-open {
6483
6418
  }
6484
6419
  .LuiAccordicardStatic:not(.LuiAccordicardStatic--warning) {
6485
6420
  padding: 0.75rem 1rem;
6486
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
6421
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
6487
6422
  }
6488
6423
  .LuiAccordicardStatic--warning {
6489
6424
  border: 1px solid #EA6A2E;
@@ -6579,7 +6514,7 @@ body.LuiHeaderMenuV2-drawer-open {
6579
6514
  }
6580
6515
  .LuiAccordicard:not(.LuiAccordicard--warning) {
6581
6516
  padding: 0.75rem 1rem;
6582
- box-shadow: 0px 2px 3px 0px #00000040, 0px 0px 3px 0px #00000026;
6517
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922), 0px 0px 3px 0px rgba(0, 0, 0, 0.1490196078);
6583
6518
  }
6584
6519
  .LuiAccordicard--warning {
6585
6520
  border: 1px solid #EA6A2E;
@@ -6759,7 +6694,7 @@ body.LuiHeaderMenuV2-drawer-open {
6759
6694
  bottom: 0;
6760
6695
  background: white;
6761
6696
  transition: width 0.2s ease;
6762
- box-shadow: 0px 3px 12px 0px #00000026, 0px 12px 18px 4px #00000040;
6697
+ box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1490196078), 0px 12px 18px 4px rgba(0, 0, 0, 0.2509803922);
6763
6698
  padding: 0;
6764
6699
  z-index: 3;
6765
6700
  overflow: auto;