@delightui/components 0.1.37 → 0.1.39
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/cjs/components/atoms/Chip/Chip.d.ts +7 -0
- package/dist/cjs/components/atoms/Chip/Chip.types.d.ts +61 -0
- package/dist/cjs/components/atoms/Chip/index.d.ts +4 -0
- package/dist/cjs/components/atoms/CustomToggle/CustomToggle.d.ts +4 -0
- package/dist/cjs/components/atoms/CustomToggle/CustomToggle.types.d.ts +39 -0
- package/dist/cjs/components/atoms/CustomToggle/index.d.ts +3 -0
- package/dist/cjs/components/atoms/Toggle/Toggle.d.ts +10 -0
- package/dist/cjs/components/atoms/Toggle/Toggle.types.d.ts +31 -0
- package/dist/cjs/components/atoms/Toggle/index.d.ts +2 -0
- package/dist/cjs/components/atoms/ToggleButton/ToggleButton.d.ts +12 -0
- package/dist/cjs/components/atoms/ToggleButton/ToggleButton.types.d.ts +36 -0
- package/dist/cjs/components/atoms/ToggleButton/index.d.ts +3 -0
- package/dist/cjs/components/atoms/index.d.ts +8 -0
- package/dist/cjs/components/molecules/Accordion/Accordion.d.ts +6 -0
- package/dist/cjs/components/molecules/Accordion/Accordion.types.d.ts +44 -0
- package/dist/cjs/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +4 -0
- package/dist/cjs/components/molecules/Accordion/AccordionGroup/AccordionGroup.types.d.ts +10 -0
- package/dist/cjs/components/molecules/Accordion/AccordionGroup/index.d.ts +2 -0
- package/dist/cjs/components/molecules/Accordion/index.d.ts +4 -0
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.types.d.ts +13 -0
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/index.d.ts +4 -0
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumbs.types.d.ts +16 -0
- package/dist/cjs/components/molecules/Breadcrumbs/index.d.ts +6 -0
- package/dist/cjs/components/molecules/ModalFooter/ModalFooter.d.ts +7 -0
- package/dist/cjs/components/molecules/ModalFooter/ModalFooter.types.d.ts +28 -0
- package/dist/cjs/components/molecules/ModalFooter/index.d.ts +4 -0
- package/dist/cjs/components/molecules/ModalHeader/ModalHeader.d.ts +7 -0
- package/dist/cjs/components/molecules/ModalHeader/ModalHeader.types.d.ts +18 -0
- package/dist/cjs/components/molecules/ModalHeader/index.d.ts +4 -0
- package/dist/cjs/components/molecules/Nav/NavLink/NavLink.types.d.ts +1 -1
- package/dist/cjs/components/molecules/ProgressBar/ProgressBar.d.ts +4 -0
- package/dist/cjs/components/molecules/ProgressBar/ProgressBar.types.d.ts +36 -0
- package/dist/cjs/components/molecules/ProgressBar/ProgressBar.utils.d.ts +1 -0
- package/dist/cjs/components/molecules/ProgressBar/index.d.ts +4 -0
- package/dist/cjs/components/molecules/index.d.ts +9 -0
- package/dist/cjs/components/organisms/Form/FormExample.d.ts +2 -0
- package/dist/cjs/components/utils.d.ts +2 -1
- package/dist/cjs/library.css +673 -272
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/atoms/Chip/Chip.d.ts +7 -0
- package/dist/esm/components/atoms/Chip/Chip.types.d.ts +61 -0
- package/dist/esm/components/atoms/Chip/index.d.ts +4 -0
- package/dist/esm/components/atoms/CustomToggle/CustomToggle.d.ts +4 -0
- package/dist/esm/components/atoms/CustomToggle/CustomToggle.types.d.ts +39 -0
- package/dist/esm/components/atoms/CustomToggle/index.d.ts +3 -0
- package/dist/esm/components/atoms/Toggle/Toggle.d.ts +10 -0
- package/dist/esm/components/atoms/Toggle/Toggle.types.d.ts +31 -0
- package/dist/esm/components/atoms/Toggle/index.d.ts +2 -0
- package/dist/esm/components/atoms/ToggleButton/ToggleButton.d.ts +12 -0
- package/dist/esm/components/atoms/ToggleButton/ToggleButton.types.d.ts +36 -0
- package/dist/esm/components/atoms/ToggleButton/index.d.ts +3 -0
- package/dist/esm/components/atoms/index.d.ts +8 -0
- package/dist/esm/components/molecules/Accordion/Accordion.d.ts +6 -0
- package/dist/esm/components/molecules/Accordion/Accordion.types.d.ts +44 -0
- package/dist/esm/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +4 -0
- package/dist/esm/components/molecules/Accordion/AccordionGroup/AccordionGroup.types.d.ts +10 -0
- package/dist/esm/components/molecules/Accordion/AccordionGroup/index.d.ts +2 -0
- package/dist/esm/components/molecules/Accordion/index.d.ts +4 -0
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.types.d.ts +13 -0
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/index.d.ts +4 -0
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumbs.types.d.ts +16 -0
- package/dist/esm/components/molecules/Breadcrumbs/index.d.ts +6 -0
- package/dist/esm/components/molecules/ModalFooter/ModalFooter.d.ts +7 -0
- package/dist/esm/components/molecules/ModalFooter/ModalFooter.types.d.ts +28 -0
- package/dist/esm/components/molecules/ModalFooter/index.d.ts +4 -0
- package/dist/esm/components/molecules/ModalHeader/ModalHeader.d.ts +7 -0
- package/dist/esm/components/molecules/ModalHeader/ModalHeader.types.d.ts +18 -0
- package/dist/esm/components/molecules/ModalHeader/index.d.ts +4 -0
- package/dist/esm/components/molecules/Nav/NavLink/NavLink.types.d.ts +1 -1
- package/dist/esm/components/molecules/ProgressBar/ProgressBar.d.ts +4 -0
- package/dist/esm/components/molecules/ProgressBar/ProgressBar.types.d.ts +36 -0
- package/dist/esm/components/molecules/ProgressBar/ProgressBar.utils.d.ts +1 -0
- package/dist/esm/components/molecules/ProgressBar/index.d.ts +4 -0
- package/dist/esm/components/molecules/index.d.ts +9 -0
- package/dist/esm/components/organisms/Form/FormExample.d.ts +2 -0
- package/dist/esm/components/utils.d.ts +2 -1
- package/dist/esm/library.css +673 -272
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +366 -17
- package/package.json +1 -1
package/dist/esm/library.css
CHANGED
|
@@ -495,6 +495,178 @@
|
|
|
495
495
|
.ListItem-module_listItem__jYwlh:disabled {
|
|
496
496
|
cursor: not-allowed;
|
|
497
497
|
}
|
|
498
|
+
.Toggle-module_toggle__gOwa0 {
|
|
499
|
+
position: relative;
|
|
500
|
+
display: inline-flex;
|
|
501
|
+
align-items: center;
|
|
502
|
+
gap: var(--toggle-row-gap) var(--toggle-column-gap);
|
|
503
|
+
height: var(--toggle-height);
|
|
504
|
+
width: var(--toggle-width);
|
|
505
|
+
}
|
|
506
|
+
.Toggle-module_toggle__gOwa0 .Toggle-module_input__aAn85 {
|
|
507
|
+
position: absolute;
|
|
508
|
+
opacity: 0;
|
|
509
|
+
width: 1px;
|
|
510
|
+
height: 1px;
|
|
511
|
+
margin: -1px;
|
|
512
|
+
padding: 0;
|
|
513
|
+
border: 0;
|
|
514
|
+
}
|
|
515
|
+
.Toggle-module_toggle__gOwa0 .Toggle-module_track__AMG3K {
|
|
516
|
+
position: relative;
|
|
517
|
+
display: inline-block;
|
|
518
|
+
width: var(--toggle-track-width);
|
|
519
|
+
height: var(--toggle-track-height);
|
|
520
|
+
background-color: var(--toggle-track-color);
|
|
521
|
+
border-top-left-radius: var(--toggle-track-border-top-left-radius);
|
|
522
|
+
border-top-right-radius: var(--toggle-track-border-top-right-radius);
|
|
523
|
+
border-bottom-right-radius: var(--toggle-track-border-bottom-right-radius);
|
|
524
|
+
border-bottom-left-radius: var(--toggle-track-border-bottom-left-radius);
|
|
525
|
+
transition: background-color 0.3s ease;
|
|
526
|
+
cursor: pointer;
|
|
527
|
+
}
|
|
528
|
+
.Toggle-module_toggle__gOwa0 .Toggle-module_thumb__c-fgm {
|
|
529
|
+
position: absolute;
|
|
530
|
+
top: 0;
|
|
531
|
+
left: 0;
|
|
532
|
+
background-color: var(--toggle-thumb-color);
|
|
533
|
+
width: var(--toggle-thumb-width);
|
|
534
|
+
height: var(--toggle-thumb-height);
|
|
535
|
+
border-top-left-radius: var(--toggle-thumb-border-top-left-radius);
|
|
536
|
+
border-top-right-radius: var(--toggle-thumb-border-top-right-radius);
|
|
537
|
+
border-bottom-right-radius: var(--toggle-thumb-border-bottom-right-radius);
|
|
538
|
+
border-bottom-left-radius: var(--toggle-thumb-border-bottom-left-radius);
|
|
539
|
+
transition: transform 0.3s ease;
|
|
540
|
+
}
|
|
541
|
+
.Toggle-module_toggle__gOwa0 .Toggle-module_input__aAn85:checked + .Toggle-module_track__AMG3K .Toggle-module_thumb__c-fgm {
|
|
542
|
+
transform: translateX(var(--toggle-track-width));
|
|
543
|
+
}
|
|
544
|
+
.Toggle-module_toggle__gOwa0.Toggle-module_labelRight__NIo0U {
|
|
545
|
+
flex-direction: row;
|
|
546
|
+
}
|
|
547
|
+
.Toggle-module_toggle__gOwa0.Toggle-module_labelLeft__N2CtV {
|
|
548
|
+
flex-direction: row-reverse;
|
|
549
|
+
}
|
|
550
|
+
.ToggleButton-module_input__OdmRF {
|
|
551
|
+
margin: -1px;
|
|
552
|
+
opacity: 0;
|
|
553
|
+
width: 0px;
|
|
554
|
+
height: 0px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.ToggleButton-module_toggleButton__fIuWB:not(.ToggleButton-module_checked__elJT6):focus-within, .ToggleButton-module_toggleButton__fIuWB:not(.ToggleButton-module_checked__elJT6):focus {
|
|
558
|
+
background-color: transparent !important;
|
|
559
|
+
}
|
|
560
|
+
.CustomToggle-module_toggleWrapper__LDRQR {
|
|
561
|
+
display: flex;
|
|
562
|
+
position: relative;
|
|
563
|
+
cursor: pointer;
|
|
564
|
+
-webkit-user-select: none;
|
|
565
|
+
-moz-user-select: none;
|
|
566
|
+
user-select: none;
|
|
567
|
+
}
|
|
568
|
+
.CustomToggle-module_toggleWrapper__LDRQR.CustomToggle-module_disabled__KadNX {
|
|
569
|
+
cursor: not-allowed;
|
|
570
|
+
}
|
|
571
|
+
.CustomToggle-module_toggleWrapper__LDRQR.CustomToggle-module_invalid__SNwKI .CustomToggle-module_toggle__nLV26 {
|
|
572
|
+
border-color: var(--custom-toggle-color);
|
|
573
|
+
}
|
|
574
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_input__rS0Vm {
|
|
575
|
+
position: absolute;
|
|
576
|
+
opacity: 0;
|
|
577
|
+
width: 0;
|
|
578
|
+
height: 0;
|
|
579
|
+
}
|
|
580
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_toggle__nLV26 {
|
|
581
|
+
display: flex;
|
|
582
|
+
align-items: center;
|
|
583
|
+
justify-content: center;
|
|
584
|
+
min-width: var(--custom-toggle-width);
|
|
585
|
+
height: var(--custom-toggle-height);
|
|
586
|
+
padding-top: var(--custom-toggle-padding-top);
|
|
587
|
+
padding-right: var(--custom-toggle-padding-right);
|
|
588
|
+
padding-bottom: var(--custom-toggle-padding-bottom);
|
|
589
|
+
padding-left: var(--custom-toggle-padding-left);
|
|
590
|
+
border-top-left-radius: var(--custom-toggle-border-radius);
|
|
591
|
+
border-top-right-radius: var(--custom-toggle-border-radius);
|
|
592
|
+
border-bottom-left-radius: var(--custom-toggle-border-radius);
|
|
593
|
+
border-bottom-right-radius: var(--custom-toggle-border-radius);
|
|
594
|
+
background-color: var(--custom-toggle-background-color);
|
|
595
|
+
border-top-width: var(--custom-toggle-border-width);
|
|
596
|
+
border-right-width: var(--custom-toggle-border-width);
|
|
597
|
+
border-bottom-width: var(--custom-toggle-border-width);
|
|
598
|
+
border-left-width: var(--custom-toggle-border-width);
|
|
599
|
+
border-style: var(--custom-toggle-border-style);
|
|
600
|
+
border-color: var(--custom-toggle-border-color);
|
|
601
|
+
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
|
602
|
+
}
|
|
603
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_toggle__nLV26 .CustomToggle-module_content__-WdzS {
|
|
604
|
+
font-size: var(--custom-toggle-font-size);
|
|
605
|
+
color: var(--custom-toggle-text-color);
|
|
606
|
+
}
|
|
607
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_input__rS0Vm:checked + .CustomToggle-module_toggle__nLV26 {
|
|
608
|
+
background-color: var(--custom-toggle-background-color);
|
|
609
|
+
border-color: var(--custom-toggle-border-color);
|
|
610
|
+
}
|
|
611
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_input__rS0Vm:checked + .CustomToggle-module_toggle__nLV26 .CustomToggle-module_content__-WdzS {
|
|
612
|
+
color: var(--custom-toggle-text-color);
|
|
613
|
+
}
|
|
614
|
+
.CustomToggle-module_toggleWrapper__LDRQR .CustomToggle-module_input__rS0Vm:focus + .CustomToggle-module_toggle__nLV26 {
|
|
615
|
+
box-shadow: 0 0 0 2px rgba(var(--custom-toggle-background-color), 0.2);
|
|
616
|
+
}
|
|
617
|
+
.Chip-module_chip__gFkbn {
|
|
618
|
+
display: flex;
|
|
619
|
+
align-items: center;
|
|
620
|
+
justify-content: center;
|
|
621
|
+
position: relative;
|
|
622
|
+
height: var(--chip-height);
|
|
623
|
+
min-height: var(--chip-min-height);
|
|
624
|
+
max-height: var(--chip-max-height);
|
|
625
|
+
width: var(--chip-width);
|
|
626
|
+
min-width: var(--chip-min-width);
|
|
627
|
+
max-width: var(--chip-max-width);
|
|
628
|
+
padding-top: calc(var(--chip-padding-top) - var(--chip-border-top-width));
|
|
629
|
+
padding-bottom: calc(var(--chip-padding-bottom) - var(--chip-border-bottom-width));
|
|
630
|
+
padding-left: calc(var(--chip-padding-left) - var(--chip-border-left-width));
|
|
631
|
+
padding-right: calc(var(--chip-padding-right) - var(--chip-border-right-width));
|
|
632
|
+
row-gap: var(--chip-row-gap);
|
|
633
|
+
-moz-column-gap: var(--chip-column-gap);
|
|
634
|
+
column-gap: var(--chip-column-gap);
|
|
635
|
+
border-bottom-width: var(--chip-border-bottom-width);
|
|
636
|
+
border-left-width: var(--chip-border-left-width);
|
|
637
|
+
border-right-width: var(--chip-border-right-width);
|
|
638
|
+
border-top-width: var(--chip-border-top-width);
|
|
639
|
+
border-style: var(--chip-border-style);
|
|
640
|
+
border-color: var(--chip-border-color);
|
|
641
|
+
border-radius: var(--chip-border-radius);
|
|
642
|
+
background-color: var(--chip-background-color);
|
|
643
|
+
font-family: var(--chip-font-family);
|
|
644
|
+
font-size: var(--chip-font-size);
|
|
645
|
+
font-weight: var(--chip-font-weight);
|
|
646
|
+
color: var(--chip-color);
|
|
647
|
+
}
|
|
648
|
+
.Chip-module_chip__gFkbn .Chip-module_leadingIcon__wzuFC,
|
|
649
|
+
.Chip-module_chip__gFkbn .Chip-module_trailingIcon__jGkIh {
|
|
650
|
+
display: flex;
|
|
651
|
+
align-items: center;
|
|
652
|
+
justify-content: center;
|
|
653
|
+
}
|
|
654
|
+
.Chip-module_chip__gFkbn .Chip-module_content__BXoaz {
|
|
655
|
+
flex: 1;
|
|
656
|
+
display: flex;
|
|
657
|
+
justify-content: center;
|
|
658
|
+
}
|
|
659
|
+
.Chip-module_chip__gFkbn.Chip-module_disabled__n16kg {
|
|
660
|
+
pointer-events: none;
|
|
661
|
+
opacity: var(--chip-disabled-opacity);
|
|
662
|
+
}
|
|
663
|
+
.Chip-module_chip__gFkbn .Chip-module_closeIcon__NbPxr {
|
|
664
|
+
display: flex;
|
|
665
|
+
align-items: center;
|
|
666
|
+
justify-content: center;
|
|
667
|
+
margin-left: var(--chip-close-icon-spacing);
|
|
668
|
+
cursor: pointer;
|
|
669
|
+
}
|
|
498
670
|
ul.ButtonGroup-module_buttonGroup__s1X98 {
|
|
499
671
|
display: flex;
|
|
500
672
|
height: var(--button-group-height);
|
|
@@ -595,6 +767,184 @@ ul.ButtonGroup-module_buttonGroup__s1X98[component-variant=button-group-vertical
|
|
|
595
767
|
ul.ButtonGroup-module_buttonGroup__s1X98[component-variant=button-group-vertical-outlined] li button:active:not(:disabled) {
|
|
596
768
|
--button-width: 100%;
|
|
597
769
|
}
|
|
770
|
+
.Breadcrumbs-module_breadcrumbs__Ltk8M {
|
|
771
|
+
display: flex;
|
|
772
|
+
list-style: none;
|
|
773
|
+
height: var(--breadcrumbs-height);
|
|
774
|
+
min-height: var(--breadcrumbs-min-height);
|
|
775
|
+
max-height: var(--breadcrumbs-max-height);
|
|
776
|
+
width: var(--breadcrumbs-width);
|
|
777
|
+
min-width: var(--breadcrumbs-min-width);
|
|
778
|
+
max-width: var(--breadcrumbs-max-width);
|
|
779
|
+
padding-top: calc(var(--breadcrumbs-padding-top) - var(--breadcrumbs-border-top-width));
|
|
780
|
+
padding-bottom: calc(var(--breadcrumbs-padding-bottom) - var(--breadcrumbs-border-bottom-width));
|
|
781
|
+
padding-left: calc(var(--breadcrumbs-padding-left) - var(--breadcrumbs-border-left-width));
|
|
782
|
+
padding-right: calc(var(--breadcrumbs-padding-right) - var(--breadcrumbs-border-right-width));
|
|
783
|
+
gap: var(--breadcrumbs-gap);
|
|
784
|
+
-moz-column-gap: var(--breadcrumbs-column-gap);
|
|
785
|
+
column-gap: var(--breadcrumbs-column-gap);
|
|
786
|
+
border-bottom-width: var(--breadcrumbs-border-bottom-width);
|
|
787
|
+
border-left-width: var(--breadcrumbs-border-left-width);
|
|
788
|
+
border-right-width: var(--breadcrumbs-border-right-width);
|
|
789
|
+
border-top-width: var(--breadcrumbs-border-top-width);
|
|
790
|
+
border-style: var(--breadcrumbs-border-style);
|
|
791
|
+
border-color: var(--breadcrumbs-border-color);
|
|
792
|
+
border-top-left-radius: var(--breadcrumbs-border-top-left-radius);
|
|
793
|
+
border-top-right-radius: var(--breadcrumbs-border-top-right-radius);
|
|
794
|
+
border-bottom-right-radius: var(--breadcrumbs-border-bottom-right-radius);
|
|
795
|
+
border-bottom-left-radius: var(--breadcrumbs-border-bottom-left-radius);
|
|
796
|
+
outline-width: var(--breadcrumbs-outline-width);
|
|
797
|
+
outline-style: var(--breadcrumbs-outline-style);
|
|
798
|
+
outline-color: var(--breadcrumbs-outline-color);
|
|
799
|
+
background-color: var(--breadcrumbs-background-color);
|
|
800
|
+
font-family: var(--breadcrumbs-font-family);
|
|
801
|
+
font-size: var(--breadcrumbs-font-size);
|
|
802
|
+
font-weight: var(--breadcrumbs-font-weight);
|
|
803
|
+
line-height: var(--breadcrumbs-line-height);
|
|
804
|
+
color: var(--breadcrumbs-color);
|
|
805
|
+
}
|
|
806
|
+
.Breadcrumbs-module_breadcrumbs__Ltk8M .Breadcrumbs-module_breadcrumbItem__95zLW {
|
|
807
|
+
display: flex;
|
|
808
|
+
list-style: none;
|
|
809
|
+
}
|
|
810
|
+
.Breadcrumbs-module_breadcrumbs__Ltk8M .Breadcrumbs-module_breadcrumbItem__95zLW > * {
|
|
811
|
+
color: inherit;
|
|
812
|
+
color: var(--breadcrumb-color, var(--breadcrumbs-color, inherit));
|
|
813
|
+
}
|
|
814
|
+
.Breadcrumbs-module_breadcrumbs__Ltk8M .Breadcrumbs-module_divider__hZkGu > * {
|
|
815
|
+
color: inherit;
|
|
816
|
+
color: var(--breadcrumbs-divider-color, var(--breadcrumbs-color, inherit));
|
|
817
|
+
}
|
|
818
|
+
.Breadcrumbs-module_breadcrumbs__Ltk8M.Breadcrumbs-module_disabled__jgYnA {
|
|
819
|
+
pointer-events: none;
|
|
820
|
+
}
|
|
821
|
+
.Breadcrumb-module_breadcrumb__k0yVd {
|
|
822
|
+
display: flex;
|
|
823
|
+
height: var(--breadcrumb-height);
|
|
824
|
+
min-height: var(--breadcrumb-min-height);
|
|
825
|
+
max-height: var(--breadcrumb-max-height);
|
|
826
|
+
width: var(--breadcrumb-width);
|
|
827
|
+
min-width: var(--breadcrumb-min-width);
|
|
828
|
+
max-width: var(--breadcrumb-max-width);
|
|
829
|
+
padding-top: calc(var(--breadcrumb-padding-top) - var(--breadcrumb-border-top-width));
|
|
830
|
+
padding-bottom: calc(var(--breadcrumb-padding-bottom) - var(--breadcrumb-border-bottom-width));
|
|
831
|
+
padding-left: calc(var(--breadcrumb-padding-left) - var(--breadcrumb-border-left-width));
|
|
832
|
+
padding-right: calc(var(--breadcrumb-padding-right) - var(--breadcrumb-border-right-width));
|
|
833
|
+
gap: var(--breadcrumb-gap);
|
|
834
|
+
-moz-column-gap: var(--breadcrumb-column-gap);
|
|
835
|
+
column-gap: var(--breadcrumb-column-gap);
|
|
836
|
+
border-bottom-width: var(--breadcrumb-border-bottom-width);
|
|
837
|
+
border-left-width: var(--breadcrumb-border-left-width);
|
|
838
|
+
border-right-width: var(--breadcrumb-border-right-width);
|
|
839
|
+
border-top-width: var(--breadcrumb-border-top-width);
|
|
840
|
+
border-style: var(--breadcrumb-border-style);
|
|
841
|
+
border-color: var(--breadcrumb-border-color);
|
|
842
|
+
border-top-left-radius: var(--breadcrumb-border-top-left-radius);
|
|
843
|
+
border-top-right-radius: var(--breadcrumb-border-top-right-radius);
|
|
844
|
+
border-bottom-right-radius: var(--breadcrumb-border-bottom-right-radius);
|
|
845
|
+
border-bottom-left-radius: var(--breadcrumb-border-bottom-left-radius);
|
|
846
|
+
outline-width: var(--breadcrumb-outline-width);
|
|
847
|
+
outline-style: var(--breadcrumb-outline-style);
|
|
848
|
+
outline-color: var(--breadcrumb-outline-color);
|
|
849
|
+
background-color: var(--breadcrumb-background-color);
|
|
850
|
+
font-family: var(--breadcrumb-font-family);
|
|
851
|
+
font-size: var(--breadcrumb-font-size);
|
|
852
|
+
font-weight: var(--breadcrumb-font-weight);
|
|
853
|
+
line-height: var(--breadcrumb-line-height);
|
|
854
|
+
color: var(--breadcrumb-color);
|
|
855
|
+
}
|
|
856
|
+
.Breadcrumb-module_breadcrumb__k0yVd.Breadcrumb-module_disabled__QgMMr {
|
|
857
|
+
pointer-events: none;
|
|
858
|
+
}
|
|
859
|
+
.Nav-module_nav__bdTQj {
|
|
860
|
+
--nav-nav-items-gap: 8px;
|
|
861
|
+
display: flex;
|
|
862
|
+
}
|
|
863
|
+
.Nav-module_nav__bdTQj .Nav-module_navItems__mLo5b {
|
|
864
|
+
display: flex;
|
|
865
|
+
flex-direction: row;
|
|
866
|
+
gap: var(--nav-nav-items-gap);
|
|
867
|
+
}
|
|
868
|
+
.NavItem-module_navItem__uLSwW {
|
|
869
|
+
display: flex;
|
|
870
|
+
}
|
|
871
|
+
.NavLink-module_navLink__ZbL1G {
|
|
872
|
+
display: flex;
|
|
873
|
+
align-items: center;
|
|
874
|
+
-webkit-text-decoration: none;
|
|
875
|
+
text-decoration: none;
|
|
876
|
+
}
|
|
877
|
+
.NavLink-module_navLink__ZbL1G.NavLink-module_button__fm4B7 {
|
|
878
|
+
height: var(--button-height);
|
|
879
|
+
min-height: var(--button-min-height);
|
|
880
|
+
max-height: var(--button-max-height);
|
|
881
|
+
width: var(--button-width);
|
|
882
|
+
min-width: var(--button-min-width);
|
|
883
|
+
max-width: var(--button-max-width);
|
|
884
|
+
padding-top: calc(var(--button-padding-top) - var(--button-border-top-width));
|
|
885
|
+
padding-bottom: calc(var(--button-padding-bottom) - var(--button-border-bottom-width));
|
|
886
|
+
padding-left: calc(var(--button-padding-left) - var(--button-border-left-width));
|
|
887
|
+
padding-right: calc(var(--button-padding-right) - var(--button-border-right-width));
|
|
888
|
+
row-gap: var(--button-row-gap);
|
|
889
|
+
-moz-column-gap: var(--button-column-gap);
|
|
890
|
+
column-gap: var(--button-column-gap);
|
|
891
|
+
border-bottom-width: var(--button-border-bottom-width);
|
|
892
|
+
border-left-width: var(--button-border-left-width);
|
|
893
|
+
border-right-width: var(--button-border-right-width);
|
|
894
|
+
border-top-width: var(--button-border-top-width);
|
|
895
|
+
border-style: var(--button-border-style);
|
|
896
|
+
border-color: var(--button-border-color);
|
|
897
|
+
border-top-left-radius: var(--button-border-top-left-radius);
|
|
898
|
+
border-top-right-radius: var(--button-border-top-right-radius);
|
|
899
|
+
border-bottom-right-radius: var(--button-border-bottom-right-radius);
|
|
900
|
+
border-bottom-left-radius: var(--button-border-bottom-left-radius);
|
|
901
|
+
outline-width: var(--button-outline-width);
|
|
902
|
+
outline-style: var(--button-outline-style);
|
|
903
|
+
outline-color: var(--button-outline-color);
|
|
904
|
+
background-color: var(--button-background-color);
|
|
905
|
+
font-family: var(--button-font-family);
|
|
906
|
+
font-size: var(--button-font-size);
|
|
907
|
+
font-weight: var(--button-font-weight);
|
|
908
|
+
line-height: var(--button-line-height);
|
|
909
|
+
color: var(--button-color);
|
|
910
|
+
}
|
|
911
|
+
.NavLink-module_navLink__ZbL1G.NavLink-module_link__FSAEq {
|
|
912
|
+
height: var(--nav-link-height);
|
|
913
|
+
min-height: var(--nav-link-min-height);
|
|
914
|
+
max-height: var(--nav-link-max-height);
|
|
915
|
+
width: var(--nav-link-width);
|
|
916
|
+
min-width: var(--nav-link-min-width);
|
|
917
|
+
max-width: var(--nav-link-max-width);
|
|
918
|
+
padding-top: calc(var(--nav-link-padding-top) - var(--nav-link-border-top-width));
|
|
919
|
+
padding-bottom: calc(var(--nav-link-padding-bottom) - var(--nav-link-border-bottom-width));
|
|
920
|
+
padding-left: calc(var(--nav-link-padding-left) - var(--nav-link-border-left-width));
|
|
921
|
+
padding-right: calc(var(--nav-link-padding-right) - var(--nav-link-border-right-width));
|
|
922
|
+
row-gap: var(--nav-link-row-gap);
|
|
923
|
+
-moz-column-gap: var(--nav-link-column-gap);
|
|
924
|
+
column-gap: var(--nav-link-column-gap);
|
|
925
|
+
border-bottom-width: var(--nav-link-border-bottom-width);
|
|
926
|
+
border-left-width: var(--nav-link-border-left-width);
|
|
927
|
+
border-right-width: var(--nav-link-border-right-width);
|
|
928
|
+
border-top-width: var(--nav-link-border-top-width);
|
|
929
|
+
border-style: var(--nav-link-border-style);
|
|
930
|
+
border-color: var(--nav-link-border-color);
|
|
931
|
+
border-top-left-radius: var(--nav-link-border-top-left-radius);
|
|
932
|
+
border-top-right-radius: var(--nav-link-border-top-right-radius);
|
|
933
|
+
border-bottom-right-radius: var(--nav-link-border-bottom-right-radius);
|
|
934
|
+
border-bottom-left-radius: var(--nav-link-border-bottom-left-radius);
|
|
935
|
+
outline-width: var(--nav-link-outline-width);
|
|
936
|
+
outline-style: var(--nav-link-outline-style);
|
|
937
|
+
outline-color: var(--nav-link-outline-color);
|
|
938
|
+
background-color: var(--nav-link-background-color);
|
|
939
|
+
font-family: var(--nav-link-font-family);
|
|
940
|
+
font-size: var(--nav-link-font-size);
|
|
941
|
+
font-weight: var(--nav-link-font-weight);
|
|
942
|
+
line-height: var(--nav-link-line-height);
|
|
943
|
+
color: var(--nav-link-color);
|
|
944
|
+
}
|
|
945
|
+
.NavLink-module_navLink__ZbL1G:disabled {
|
|
946
|
+
cursor: not-allowed;
|
|
947
|
+
}
|
|
598
948
|
.ContextMenu-module_contextMenuWrapper__Pdkb6 {
|
|
599
949
|
width: -moz-fit-content;
|
|
600
950
|
width: fit-content;
|
|
@@ -2043,94 +2393,95 @@ span.flatpickr-weekday {
|
|
|
2043
2393
|
height: 100vh;
|
|
2044
2394
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2045
2395
|
}
|
|
2046
|
-
.
|
|
2047
|
-
--
|
|
2048
|
-
|
|
2049
|
-
}
|
|
2050
|
-
.Nav-module_nav__bdTQj .Nav-module_navItems__mLo5b {
|
|
2051
|
-
display: flex;
|
|
2052
|
-
flex-direction: row;
|
|
2053
|
-
gap: var(--nav-nav-items-gap);
|
|
2054
|
-
}
|
|
2055
|
-
.NavItem-module_navItem__uLSwW {
|
|
2056
|
-
display: flex;
|
|
2057
|
-
}
|
|
2058
|
-
.NavLink-module_navLink__ZbL1G {
|
|
2396
|
+
.ProgressBar-module_progressBar__FcALd {
|
|
2397
|
+
--progress-bar-label-rotation: -90deg;
|
|
2398
|
+
--progress-bar-flex-direction: column-reverse;
|
|
2059
2399
|
display: flex;
|
|
2060
2400
|
align-items: center;
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
height: var(--
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
width: var(--
|
|
2069
|
-
min-width: var(--
|
|
2070
|
-
max-width: var(--
|
|
2071
|
-
padding-top: calc(var(--
|
|
2072
|
-
padding-bottom: calc(var(--
|
|
2073
|
-
padding-left: calc(var(--
|
|
2074
|
-
padding-right: calc(var(--
|
|
2075
|
-
|
|
2076
|
-
-
|
|
2077
|
-
|
|
2078
|
-
border-
|
|
2079
|
-
border-
|
|
2080
|
-
border-
|
|
2081
|
-
border-top-
|
|
2082
|
-
border-
|
|
2083
|
-
border-
|
|
2084
|
-
border-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2401
|
+
position: relative;
|
|
2402
|
+
overflow: hidden;
|
|
2403
|
+
height: 1rem;
|
|
2404
|
+
height: var(--progress-bar-height, 1rem);
|
|
2405
|
+
min-height: var(--progress-bar-min-height);
|
|
2406
|
+
max-height: var(--progress-bar-max-height);
|
|
2407
|
+
width: 50%;
|
|
2408
|
+
width: var(--progress-bar-width, 50%);
|
|
2409
|
+
min-width: var(--progress-bar-min-width);
|
|
2410
|
+
max-width: var(--progress-bar-max-width);
|
|
2411
|
+
padding-top: calc(var(--progress-bar-padding-top) - var(--progress-bar-border-top-width));
|
|
2412
|
+
padding-bottom: calc(var(--progress-bar-padding-bottom) - var(--progress-bar-border-bottom-width));
|
|
2413
|
+
padding-left: calc(var(--progress-bar-padding-left) - var(--progress-bar-border-left-width));
|
|
2414
|
+
padding-right: calc(var(--progress-bar-padding-right) - var(--progress-bar-border-right-width));
|
|
2415
|
+
border-bottom-width: var(--progress-bar-border-bottom-width);
|
|
2416
|
+
border-left-width: var(--progress-bar-border-left-width);
|
|
2417
|
+
border-right-width: var(--progress-bar-border-right-width);
|
|
2418
|
+
border-top-width: var(--progress-bar-border-top-width);
|
|
2419
|
+
border-style: var(--progress-bar-border-style);
|
|
2420
|
+
border-color: var(--progress-bar-border-color);
|
|
2421
|
+
border-top-left-radius: var(--progress-bar-border-top-left-radius, var(--corner-radius-extra-large));
|
|
2422
|
+
border-top-right-radius: var(--progress-bar-border-top-right-radius, var(--corner-radius-extra-large));
|
|
2423
|
+
border-bottom-right-radius: var(--progress-bar-border-bottom-right-radius, var(--corner-radius-extra-large));
|
|
2424
|
+
border-bottom-left-radius: var(--progress-bar-border-bottom-left-radius, var(--corner-radius-extra-large));
|
|
2425
|
+
outline-width: var(--progress-bar-outline-width);
|
|
2426
|
+
outline-style: var(--progress-bar-outline-style);
|
|
2427
|
+
outline-color: var(--progress-bar-outline-color);
|
|
2428
|
+
background-color: var(--progress-bar-background-color, var(--surface-background-4));
|
|
2429
|
+
color: var(--progress-bar-color);
|
|
2430
|
+
gap: var(--progress-bar-gap);
|
|
2431
|
+
}
|
|
2432
|
+
.ProgressBar-module_progressBar__FcALd .ProgressBar-module_progressIndicator__pxKOh {
|
|
2433
|
+
background-color: var(--progress-indicator-background-color, var(--interactive-surface-primary-default));
|
|
2434
|
+
}
|
|
2435
|
+
.ProgressBar-module_progressBar__FcALd .ProgressBar-module_label__A0KnD {
|
|
2436
|
+
position: absolute;
|
|
2437
|
+
top: 50%;
|
|
2438
|
+
left: 50%;
|
|
2439
|
+
transform: translate(-50%, -50%);
|
|
2440
|
+
height: var(--progress-bar-label-height);
|
|
2441
|
+
min-height: var(--progress-bar-label-min-height);
|
|
2442
|
+
max-height: var(--progress-bar-label-max-height);
|
|
2443
|
+
width: var(--progress-bar-label-width);
|
|
2444
|
+
min-width: var(--progress-bar-label-min-width);
|
|
2445
|
+
max-width: var(--progress-bar-label-max-width);
|
|
2446
|
+
padding-top: calc(var(--progress-bar-label-padding-top) - var(--progress-bar-label-border-top-width));
|
|
2447
|
+
padding-bottom: calc(var(--progress-bar-label-padding-bottom) - var(--progress-bar-label-border-bottom-width));
|
|
2448
|
+
padding-left: calc(var(--progress-bar-label-padding-left) - var(--progress-bar-label-border-left-width));
|
|
2449
|
+
padding-right: calc(var(--progress-bar-label-padding-right) - var(--progress-bar-label-border-right-width));
|
|
2450
|
+
border-bottom-width: var(--progress-bar-label-border-bottom-width);
|
|
2451
|
+
border-left-width: var(--progress-bar-label-border-left-width);
|
|
2452
|
+
border-right-width: var(--progress-bar-label-border-right-width);
|
|
2453
|
+
border-top-width: var(--progress-bar-label-border-top-width);
|
|
2454
|
+
border-style: var(--progress-bar-label-border-style);
|
|
2455
|
+
border-color: var(--progress-bar-label-border-color);
|
|
2456
|
+
border-top-left-radius: var(--progress-bar-label-border-top-left-radius);
|
|
2457
|
+
border-top-right-radius: var(--progress-bar-label-border-top-right-radius);
|
|
2458
|
+
border-bottom-right-radius: var(--progress-bar-label-border-bottom-right-radius);
|
|
2459
|
+
border-bottom-left-radius: var(--progress-bar-label-border-bottom-left-radius);
|
|
2460
|
+
border-radius: var(--progress-border-radius);
|
|
2461
|
+
outline-width: var(--progress-bar-label-outline-width);
|
|
2462
|
+
outline-style: var(--progress-bar-label-outline-style);
|
|
2463
|
+
outline-color: var(--progress-bar-label-outline-color);
|
|
2464
|
+
font-family: var(--progress-bar-label-family);
|
|
2465
|
+
font-size: var(--progress-bar-label-size);
|
|
2466
|
+
font-weight: var(--progress-bar-label-weight);
|
|
2467
|
+
line-height: var(--progress-bar-label-height);
|
|
2468
|
+
color: white;
|
|
2469
|
+
color: var(--progress-bar-label-color, white);
|
|
2470
|
+
}
|
|
2471
|
+
.ProgressBar-module_progressBar__FcALd.ProgressBar-module_Horizontal__K0u1- {
|
|
2472
|
+
flex-direction: row;
|
|
2097
2473
|
}
|
|
2098
|
-
.
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
width:
|
|
2103
|
-
|
|
2104
|
-
max-width: var(--nav-link-max-width);
|
|
2105
|
-
padding-top: calc(var(--nav-link-padding-top) - var(--nav-link-border-top-width));
|
|
2106
|
-
padding-bottom: calc(var(--nav-link-padding-bottom) - var(--nav-link-border-bottom-width));
|
|
2107
|
-
padding-left: calc(var(--nav-link-padding-left) - var(--nav-link-border-left-width));
|
|
2108
|
-
padding-right: calc(var(--nav-link-padding-right) - var(--nav-link-border-right-width));
|
|
2109
|
-
row-gap: var(--nav-link-row-gap);
|
|
2110
|
-
-moz-column-gap: var(--nav-link-column-gap);
|
|
2111
|
-
column-gap: var(--nav-link-column-gap);
|
|
2112
|
-
border-bottom-width: var(--nav-link-border-bottom-width);
|
|
2113
|
-
border-left-width: var(--nav-link-border-left-width);
|
|
2114
|
-
border-right-width: var(--nav-link-border-right-width);
|
|
2115
|
-
border-top-width: var(--nav-link-border-top-width);
|
|
2116
|
-
border-style: var(--nav-link-border-style);
|
|
2117
|
-
border-color: var(--nav-link-border-color);
|
|
2118
|
-
border-top-left-radius: var(--nav-link-border-top-left-radius);
|
|
2119
|
-
border-top-right-radius: var(--nav-link-border-top-right-radius);
|
|
2120
|
-
border-bottom-right-radius: var(--nav-link-border-bottom-right-radius);
|
|
2121
|
-
border-bottom-left-radius: var(--nav-link-border-bottom-left-radius);
|
|
2122
|
-
outline-width: var(--nav-link-outline-width);
|
|
2123
|
-
outline-style: var(--nav-link-outline-style);
|
|
2124
|
-
outline-color: var(--nav-link-outline-color);
|
|
2125
|
-
background-color: var(--nav-link-background-color);
|
|
2126
|
-
font-family: var(--nav-link-font-family);
|
|
2127
|
-
font-size: var(--nav-link-font-size);
|
|
2128
|
-
font-weight: var(--nav-link-font-weight);
|
|
2129
|
-
line-height: var(--nav-link-line-height);
|
|
2130
|
-
color: var(--nav-link-color);
|
|
2474
|
+
.ProgressBar-module_progressBar__FcALd.ProgressBar-module_Vertical__wS-gf {
|
|
2475
|
+
flex-direction: var(--progress-bar-flex-direction);
|
|
2476
|
+
height: 8rem;
|
|
2477
|
+
height: var(--progress-bar-height, 8rem);
|
|
2478
|
+
width: 1rem;
|
|
2479
|
+
width: var(--progress-bar-width, 1rem);
|
|
2131
2480
|
}
|
|
2132
|
-
.
|
|
2133
|
-
|
|
2481
|
+
.ProgressBar-module_progressBar__FcALd.ProgressBar-module_Vertical__wS-gf .ProgressBar-module_label__A0KnD {
|
|
2482
|
+
top: 50%;
|
|
2483
|
+
left: 50%;
|
|
2484
|
+
transform: translate(-50%, -50%) rotate(var(--progress-bar-label-rotation));
|
|
2134
2485
|
}
|
|
2135
2486
|
.Select-module_select__sbUrw {
|
|
2136
2487
|
width: auto;
|
|
@@ -2252,34 +2603,33 @@ span.flatpickr-weekday {
|
|
|
2252
2603
|
display: flex;
|
|
2253
2604
|
justify-content: center;
|
|
2254
2605
|
align-items: center;
|
|
2255
|
-
height: var(--tab-item-height);
|
|
2256
|
-
min-height: var(--tab-item-min-height);
|
|
2257
|
-
max-height: var(--tab-item-max-height);
|
|
2258
|
-
width: var(--tab-item-width);
|
|
2259
|
-
min-width: var(--tab-item-min-width);
|
|
2260
|
-
max-width: var(--tab-item-max-width);
|
|
2261
|
-
padding-top: calc(var(--tab-item-padding-top) - var(--tab-item-border-top-width));
|
|
2262
|
-
padding-bottom: calc(var(--tab-item-padding-bottom) - var(--tab-item-border-bottom-width));
|
|
2263
|
-
padding-left: calc(var(--tab-item-padding-left) - var(--tab-item-border-left-width));
|
|
2264
|
-
padding-right: calc(var(--tab-item-padding-right) - var(--tab-item-border-right-width));
|
|
2265
|
-
row-gap: var(--tab-item-row-gap);
|
|
2266
|
-
-
|
|
2267
|
-
|
|
2268
|
-
border-
|
|
2269
|
-
border-
|
|
2270
|
-
border-
|
|
2271
|
-
border-
|
|
2272
|
-
border-
|
|
2273
|
-
border-
|
|
2274
|
-
border-top-
|
|
2275
|
-
border-
|
|
2276
|
-
border-bottom-
|
|
2277
|
-
|
|
2278
|
-
outline-
|
|
2279
|
-
outline-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
color: var(--tab-item-color);
|
|
2606
|
+
--button-height: var(--tab-item-height);
|
|
2607
|
+
--button-min-height: var(--tab-item-min-height);
|
|
2608
|
+
--button-max-height: var(--tab-item-max-height);
|
|
2609
|
+
--button-width: var(--tab-item-width);
|
|
2610
|
+
--button-min-width: var(--tab-item-min-width);
|
|
2611
|
+
--button-max-width: var(--tab-item-max-width);
|
|
2612
|
+
--button-padding-top: calc(var(--tab-item-padding-top) - var(--tab-item-border-top-width));
|
|
2613
|
+
--button-padding-bottom: calc(var(--tab-item-padding-bottom) - var(--tab-item-border-bottom-width));
|
|
2614
|
+
--button-padding-left: calc(var(--tab-item-padding-left) - var(--tab-item-border-left-width));
|
|
2615
|
+
--button-padding-right: calc(var(--tab-item-padding-right) - var(--tab-item-border-right-width));
|
|
2616
|
+
--button-row-gap: var(--tab-item-row-gap);
|
|
2617
|
+
--button-column-gap: var(--tab-item-column-gap);
|
|
2618
|
+
--button-border-bottom-width: var(--tab-item-border-bottom-width);
|
|
2619
|
+
--button-border-left-width: var(--tab-item-border-left-width);
|
|
2620
|
+
--button-border-right-width: var(--tab-item-border-right-width);
|
|
2621
|
+
--button-border-top-width: var(--tab-item-border-top-width);
|
|
2622
|
+
--button-border-style: var(--tab-item-border-style);
|
|
2623
|
+
--button-border-color: var(--tab-item-border-color);
|
|
2624
|
+
--button-border-top-left-radius: var(--tab-item-border-top-left-radius);
|
|
2625
|
+
--button-border-top-right-radius: var(--tab-item-border-top-right-radius);
|
|
2626
|
+
--button-border-bottom-right-radius: var(--tab-item-border-bottom-right-radius);
|
|
2627
|
+
--button-border-bottom-left-radius: var(--tab-item-border-bottom-left-radius);
|
|
2628
|
+
--button-outline-width: var(--tab-item-outline-width);
|
|
2629
|
+
--button-outline-style: var(--tab-item-outline-style);
|
|
2630
|
+
--button-outline-color: var(--tab-item-outline-color);
|
|
2631
|
+
--button-background-color: var(--tab-item-background-color);
|
|
2632
|
+
--button-color: var(--tab-item-color);
|
|
2283
2633
|
}
|
|
2284
2634
|
|
|
2285
2635
|
.TableCell-module_tableCell__N3d8Z {
|
|
@@ -2504,6 +2854,153 @@ span.flatpickr-weekday {
|
|
|
2504
2854
|
.Grid-module_gridItem__RjtAu > * {
|
|
2505
2855
|
width: 100%;
|
|
2506
2856
|
}
|
|
2857
|
+
.Accordion-module_root__Duh5q {
|
|
2858
|
+
border-bottom-width: var(--accordion-border-bottom-width);
|
|
2859
|
+
border-left-width: var(--accordion-border-left-width);
|
|
2860
|
+
border-right-width: var(--accordion-border-right-width);
|
|
2861
|
+
border-top-width: var(--accordion-border-top-width);
|
|
2862
|
+
border-style: var(--accordion-border-style);
|
|
2863
|
+
border-color: var(--accordion-border-color);
|
|
2864
|
+
border-top-left-radius: var(--accordion-border-top-left-radius);
|
|
2865
|
+
border-top-right-radius: var(--accordion-border-top-right-radius);
|
|
2866
|
+
border-bottom-right-radius: var(--accordion-border-bottom-right-radius);
|
|
2867
|
+
border-bottom-left-radius: var(--accordion-border-bottom-left-radius);
|
|
2868
|
+
opacity: var(--accordion-opacity);
|
|
2869
|
+
cursor: pointer;
|
|
2870
|
+
}
|
|
2871
|
+
.Accordion-module_root__Duh5q .Accordion-module_summary__--VnU {
|
|
2872
|
+
list-style: none;
|
|
2873
|
+
cursor: pointer;
|
|
2874
|
+
padding-top: var(--accordion-summary-padding-top);
|
|
2875
|
+
padding-bottom: var(--accordion-summary-padding-bottom);
|
|
2876
|
+
padding-left: var(--accordion-summary-padding-left);
|
|
2877
|
+
padding-right: var(--accordion-summary-padding-right);
|
|
2878
|
+
font-weight: var(--accordion-summary-font-weight);
|
|
2879
|
+
font-size: var(--accordion-summary-font-size);
|
|
2880
|
+
font-family: var(--accordion-summary-font-family);
|
|
2881
|
+
background-color: var(--accordion-summary-background-color);
|
|
2882
|
+
border-bottom-width: var(--accordion-summary-border-bottom-width);
|
|
2883
|
+
border-bottom-style: var(--accordion-summary-border-bottom-style);
|
|
2884
|
+
border-bottom-color: var(--accordion-summary-border-bottom-color);
|
|
2885
|
+
display: flex;
|
|
2886
|
+
align-items: center;
|
|
2887
|
+
justify-content: space-between;
|
|
2888
|
+
gap: var(--accordion-summary-gap);
|
|
2889
|
+
min-height: var(--accordion-summary-min-height);
|
|
2890
|
+
}
|
|
2891
|
+
.Accordion-module_root__Duh5q .Accordion-module_summary__--VnU::-webkit-details-marker {
|
|
2892
|
+
display: none;
|
|
2893
|
+
}
|
|
2894
|
+
.Accordion-module_root__Duh5q .Accordion-module_expandIcon__BNP45 {
|
|
2895
|
+
display: flex;
|
|
2896
|
+
align-items: center;
|
|
2897
|
+
justify-content: center;
|
|
2898
|
+
transition: transform 0.3s ease;
|
|
2899
|
+
}
|
|
2900
|
+
.Accordion-module_root__Duh5q .Accordion-module_expandIcon__BNP45 .Accordion-module_icon__FbZ7p {
|
|
2901
|
+
height: var(--accordion-icon-size);
|
|
2902
|
+
width: var(--accordion-icon-size);
|
|
2903
|
+
}
|
|
2904
|
+
.Accordion-module_root__Duh5q .Accordion-module_expandIcon__BNP45 .Accordion-module_icon__FbZ7p > * path {
|
|
2905
|
+
fill: var(--accordion-icon-fill);
|
|
2906
|
+
}
|
|
2907
|
+
.Accordion-module_root__Duh5q[open] .Accordion-module_expandIcon__BNP45 {
|
|
2908
|
+
transform: rotate(90deg);
|
|
2909
|
+
}
|
|
2910
|
+
.Accordion-module_root__Duh5q .Accordion-module_content__TmCTd {
|
|
2911
|
+
display: flex;
|
|
2912
|
+
overflow: hidden;
|
|
2913
|
+
padding-top: var(--accordion-content-padding-top);
|
|
2914
|
+
padding-bottom: var(--accordion-content-padding-bottom);
|
|
2915
|
+
padding-left: var(--accordion-content-padding-left);
|
|
2916
|
+
padding-right: var(--accordion-content-padding-right);
|
|
2917
|
+
color: var(--accordion-content-color);
|
|
2918
|
+
font-size: var(--accordion-content-font-size);
|
|
2919
|
+
font-family: var(--accordion-content-font-family);
|
|
2920
|
+
background-color: var(--accordion-content-background-color);
|
|
2921
|
+
}
|
|
2922
|
+
.AccordionGroup-module_root__0n8b2 {
|
|
2923
|
+
display: flex;
|
|
2924
|
+
flex-direction: column;
|
|
2925
|
+
gap: var(--accordion-group-row-gap) var(--accordion-group-column-gap);
|
|
2926
|
+
border-style: var(--accordion-group-border-style);
|
|
2927
|
+
border-color: var(--accordion-group-border-color);
|
|
2928
|
+
border-top-left-radius: var(--accordion-group-border-top-left-radius);
|
|
2929
|
+
border-top-right-radius: var(--accordion-group-border-top-right-radius);
|
|
2930
|
+
border-bottom-right-radius: var(--accordion-group-border-bottom-right-radius);
|
|
2931
|
+
border-bottom-left-radius: var(--accordion-group-border-bottom-left-radius);
|
|
2932
|
+
padding-top: var(--accordion-group-padding-top);
|
|
2933
|
+
padding-bottom: var(--accordion-group-padding-bottom);
|
|
2934
|
+
padding-left: var(--accordion-group-padding-left);
|
|
2935
|
+
padding-right: var(--accordion-group-padding-right);
|
|
2936
|
+
background-color: var(--accordion-group-background-color);
|
|
2937
|
+
}
|
|
2938
|
+
.ModalFooter-module_modalFooter__-h9fA {
|
|
2939
|
+
display: flex;
|
|
2940
|
+
align-items: center;
|
|
2941
|
+
justify-content: flex-end;
|
|
2942
|
+
height: var(--modal-footer-height);
|
|
2943
|
+
min-height: var(--modal-footer-min-height);
|
|
2944
|
+
max-height: var(--modal-footer-max-height);
|
|
2945
|
+
width: var(--modal-footer-width);
|
|
2946
|
+
min-width: var(--modal-footer-min-width);
|
|
2947
|
+
max-width: var(--modal-footer-max-width);
|
|
2948
|
+
padding-top: calc(var(--modal-footer-padding-top) - var(--modal-footer-border-top-width));
|
|
2949
|
+
padding-bottom: calc(var(--modal-footer-padding-bottom) - var(--modal-footer-border-bottom-width));
|
|
2950
|
+
padding-left: calc(var(--modal-footer-padding-left) - var(--modal-footer-border-left-width));
|
|
2951
|
+
padding-right: calc(var(--modal-footer-padding-right) - var(--modal-footer-border-right-width));
|
|
2952
|
+
row-gap: var(--modal-footer-row-gap);
|
|
2953
|
+
-moz-column-gap: var(--modal-footer-column-gap);
|
|
2954
|
+
column-gap: var(--modal-footer-column-gap);
|
|
2955
|
+
border-bottom-width: var(--modal-footer-border-bottom-width);
|
|
2956
|
+
border-left-width: var(--modal-footer-border-left-width);
|
|
2957
|
+
border-right-width: var(--modal-footer-border-right-width);
|
|
2958
|
+
border-top-width: var(--modal-footer-border-top-width);
|
|
2959
|
+
border-style: var(--modal-footer-border-style);
|
|
2960
|
+
border-color: var(--modal-footer-border-color);
|
|
2961
|
+
border-top-left-radius: var(--modal-footer-border-top-left-radius);
|
|
2962
|
+
border-top-right-radius: var(--modal-footer-border-top-right-radius);
|
|
2963
|
+
border-bottom-right-radius: var(--modal-footer-border-bottom-right-radius);
|
|
2964
|
+
border-bottom-left-radius: var(--modal-footer-border-bottom-left-radius);
|
|
2965
|
+
outline-width: var(--modal-footer-outline-width);
|
|
2966
|
+
outline-style: var(--modal-footer-outline-style);
|
|
2967
|
+
outline-color: var(--modal-footer-outline-color);
|
|
2968
|
+
background-color: var(--modal-footer-background-color);
|
|
2969
|
+
color: var(--modal-footer-color);
|
|
2970
|
+
}
|
|
2971
|
+
.ModalHeader-module_modalHeader__6Zioa {
|
|
2972
|
+
display: flex;
|
|
2973
|
+
align-items: center;
|
|
2974
|
+
justify-content: space-between;
|
|
2975
|
+
height: var(--modal-header-height);
|
|
2976
|
+
min-height: var(--modal-header-min-height);
|
|
2977
|
+
max-height: var(--modal-header-max-height);
|
|
2978
|
+
width: var(--modal-header-width);
|
|
2979
|
+
min-width: var(--modal-header-min-width);
|
|
2980
|
+
max-width: var(--modal-header-max-width);
|
|
2981
|
+
padding-top: calc(var(--modal-header-padding-top) - var(--modal-header-border-top-width));
|
|
2982
|
+
padding-bottom: calc(var(--modal-header-padding-bottom) - var(--modal-header-border-bottom-width));
|
|
2983
|
+
padding-left: calc(var(--modal-header-padding-left) - var(--modal-header-border-left-width));
|
|
2984
|
+
padding-right: calc(var(--modal-header-padding-right) - var(--modal-header-border-right-width));
|
|
2985
|
+
row-gap: var(--modal-header-row-gap);
|
|
2986
|
+
-moz-column-gap: var(--modal-header-column-gap);
|
|
2987
|
+
column-gap: var(--modal-header-column-gap);
|
|
2988
|
+
border-bottom-width: var(--modal-header-border-bottom-width);
|
|
2989
|
+
border-left-width: var(--modal-header-border-left-width);
|
|
2990
|
+
border-right-width: var(--modal-header-border-right-width);
|
|
2991
|
+
border-top-width: var(--modal-header-border-top-width);
|
|
2992
|
+
border-style: var(--modal-header-border-style);
|
|
2993
|
+
border-color: var(--modal-header-border-color);
|
|
2994
|
+
border-top-left-radius: var(--modal-header-border-top-left-radius);
|
|
2995
|
+
border-top-right-radius: var(--modal-header-border-top-right-radius);
|
|
2996
|
+
border-bottom-right-radius: var(--modal-header-border-bottom-right-radius);
|
|
2997
|
+
border-bottom-left-radius: var(--modal-header-border-bottom-left-radius);
|
|
2998
|
+
outline-width: var(--modal-header-outline-width);
|
|
2999
|
+
outline-style: var(--modal-header-outline-style);
|
|
3000
|
+
outline-color: var(--modal-header-outline-color);
|
|
3001
|
+
background-color: var(--modal-header-background-color);
|
|
3002
|
+
color: var(--modal-header-color);
|
|
3003
|
+
}
|
|
2507
3004
|
.Form-module_form__9JYdv {
|
|
2508
3005
|
display: flex;
|
|
2509
3006
|
flex-direction: column;
|
|
@@ -13635,172 +14132,73 @@ span.flatpickr-weekday {
|
|
|
13635
14132
|
--button-group-padding-top: var(--spacing-none);
|
|
13636
14133
|
--button-group-padding-bottom: var(--spacing-none)
|
|
13637
14134
|
}
|
|
13638
|
-
[data-theme="light"] [component-variant^="tabs-"], [data-theme="dark"] [component-variant^="tabs-"] {
|
|
13639
|
-
--tabs-opacity: 1;
|
|
13640
|
-
--tabs-height: auto;
|
|
13641
|
-
--tabs-min-height: auto;
|
|
13642
|
-
--tabs-max-height: none;
|
|
13643
|
-
--tabs-width: auto;
|
|
13644
|
-
--tabs-min-width: auto;
|
|
13645
|
-
--tabs-max-width: none;
|
|
13646
|
-
--tabs-background-color: transparent;
|
|
13647
|
-
--tabs-fill: currentcolor;
|
|
13648
|
-
--tabs-border-top-left-radius: 0px;
|
|
13649
|
-
--tabs-border-top-right-radius: 0px;
|
|
13650
|
-
--tabs-border-bottom-left-radius: 0px;
|
|
13651
|
-
--tabs-border-bottom-right-radius: 0px;
|
|
13652
|
-
--tabs-border-color: transparent;
|
|
13653
|
-
--tabs-border-style: solid;
|
|
13654
|
-
--tabs-border-gap: normal;
|
|
13655
|
-
--tabs-border-dash: none;
|
|
13656
|
-
--tabs-border-top-width: 0px;
|
|
13657
|
-
--tabs-border-right-width: 0px;
|
|
13658
|
-
--tabs-border-bottom-width: 0px;
|
|
13659
|
-
--tabs-border-left-width: 0px;
|
|
13660
|
-
--tabs-outline-color: auto;
|
|
13661
|
-
--tabs-outline-style: solid;
|
|
13662
|
-
--tabs-outline-width: 0px;
|
|
13663
|
-
--tabs-padding-left: 0px;
|
|
13664
|
-
--tabs-padding-right: 0px;
|
|
13665
|
-
--tabs-padding-top: 0px;
|
|
13666
|
-
--tabs-padding-bottom: 0px;
|
|
13667
|
-
--tabs-row-gap: 0px;
|
|
13668
|
-
--tabs-column-gap: 0px;
|
|
13669
|
-
--tabs-font-family: sans-serif;
|
|
13670
|
-
--tabs-font-size: medium;
|
|
13671
|
-
--tabs-color: currentcolor;
|
|
13672
|
-
--tabs-letter-spacing: normal;
|
|
13673
|
-
--tabs-line-height: normal;
|
|
13674
|
-
--tabs-paragraph-spacing: ;
|
|
13675
|
-
--tabs-paragraph-indent:
|
|
13676
|
-
}
|
|
13677
|
-
[data-theme="light"] [component-variant="tabs-
|
|
13678
|
-
--tabs-
|
|
13679
|
-
--tabs-
|
|
13680
|
-
--tabs-
|
|
13681
|
-
--tabs-
|
|
13682
|
-
--tabs-
|
|
13683
|
-
--tabs-
|
|
13684
|
-
--tabs-
|
|
13685
|
-
--tabs-font-weight: regular;
|
|
13686
|
-
--tabs-paragraph-spacing: 0px;
|
|
13687
|
-
--tabs-paragraph-indent: 0px
|
|
13688
|
-
}
|
|
13689
|
-
[data-theme="light"] [component-variant="tabs-underlined-horizontal"], [data-theme="dark"] [component-variant="tabs-underlined-horizontal"] {
|
|
13690
|
-
--tabs-padding-left: var(--spacing-none);
|
|
13691
|
-
--tabs-padding-right: var(--spacing-none);
|
|
13692
|
-
--tabs-padding-top: var(--spacing-none);
|
|
13693
|
-
--tabs-padding-bottom: var(--spacing-none);
|
|
13694
|
-
--tabs-column-gap: var(--spacing-none);
|
|
13695
|
-
--tabs-font-family: sans-sarif;
|
|
13696
|
-
--tabs-font-size: initial;
|
|
13697
|
-
--tabs-font-weight: regular;
|
|
13698
|
-
--tabs-paragraph-spacing: 0px;
|
|
13699
|
-
--tabs-paragraph-indent: 0px
|
|
13700
|
-
}
|
|
13701
|
-
[data-theme="light"] [component-variant="tabs-underlined-vertical"], [data-theme="dark"] [component-variant="tabs-underlined-vertical"] {
|
|
13702
|
-
--tabs-width: 346px;
|
|
13703
|
-
--tabs-padding-left: var(--spacing-none);
|
|
13704
|
-
--tabs-padding-right: var(--spacing-none);
|
|
13705
|
-
--tabs-padding-top: var(--spacing-none);
|
|
13706
|
-
--tabs-padding-bottom: var(--spacing-none);
|
|
13707
|
-
--tabs-column-gap: var(--spacing-none);
|
|
13708
|
-
--tabs-font-family: sans-sarif;
|
|
13709
|
-
--tabs-font-size: initial;
|
|
13710
|
-
--tabs-font-weight: regular;
|
|
13711
|
-
--tabs-paragraph-spacing: 0px;
|
|
13712
|
-
--tabs-paragraph-indent: 0px
|
|
13713
|
-
}
|
|
13714
|
-
[data-theme="light"] [component-variant="tabs-filled-vertical"], [data-theme="dark"] [component-variant="tabs-filled-vertical"] {
|
|
13715
|
-
--tabs-width: 435px;
|
|
13716
|
-
--tabs-padding-left: var(--spacing-none);
|
|
13717
|
-
--tabs-padding-right: var(--spacing-none);
|
|
13718
|
-
--tabs-padding-top: var(--spacing-none);
|
|
13719
|
-
--tabs-padding-bottom: var(--spacing-none);
|
|
13720
|
-
--tabs-column-gap: var(--spacing-none);
|
|
13721
|
-
--tabs-font-family: sans-sarif;
|
|
13722
|
-
--tabs-font-size: initial;
|
|
13723
|
-
--tabs-font-weight: regular;
|
|
13724
|
-
--tabs-paragraph-spacing: 0px;
|
|
13725
|
-
--tabs-paragraph-indent: 0px
|
|
13726
|
-
}
|
|
13727
|
-
[data-theme="light"] [component-variant="tabs-filled-horizontal"], [data-theme="dark"] [component-variant="tabs-filled-horizontal"] {
|
|
13728
|
-
--tabs-header-width: 100%;
|
|
13729
|
-
--tabs-header-background-color: var(--surface-background-1);
|
|
13730
|
-
--tabs-header-border-top-left-radius: 6px;
|
|
13731
|
-
--tabs-header-border-top-right-radius: 6px;
|
|
13732
|
-
--tabs-header-border-bottom-left-radius: 6px;
|
|
13733
|
-
--tabs-header-border-bottom-right-radius: 6px;
|
|
13734
|
-
--tabs-header-border-color: rgb(56, 58, 68);
|
|
14135
|
+
[data-theme="light"] [component-variant^="tabs-header-"], [data-theme="dark"] [component-variant^="tabs-header-"] {
|
|
14136
|
+
--tabs-header-opacity: 1;
|
|
14137
|
+
--tabs-header-height: auto;
|
|
14138
|
+
--tabs-header-min-height: auto;
|
|
14139
|
+
--tabs-header-max-height: none;
|
|
14140
|
+
--tabs-header-width: auto;
|
|
14141
|
+
--tabs-header-min-width: auto;
|
|
14142
|
+
--tabs-header-max-width: none;
|
|
14143
|
+
--tabs-header-background-color: transparent;
|
|
14144
|
+
--tabs-header-fill: currentcolor;
|
|
14145
|
+
--tabs-header-border-top-left-radius: 0px;
|
|
14146
|
+
--tabs-header-border-top-right-radius: 0px;
|
|
14147
|
+
--tabs-header-border-bottom-left-radius: 0px;
|
|
14148
|
+
--tabs-header-border-bottom-right-radius: 0px;
|
|
14149
|
+
--tabs-header-border-color: transparent;
|
|
14150
|
+
--tabs-header-border-style: solid;
|
|
14151
|
+
--tabs-header-border-gap: normal;
|
|
14152
|
+
--tabs-header-border-dash: none;
|
|
14153
|
+
--tabs-header-border-top-width: 0px;
|
|
14154
|
+
--tabs-header-border-right-width: 0px;
|
|
14155
|
+
--tabs-header-border-bottom-width: 0px;
|
|
14156
|
+
--tabs-header-border-left-width: 0px;
|
|
14157
|
+
--tabs-header-outline-color: auto;
|
|
14158
|
+
--tabs-header-outline-style: solid;
|
|
14159
|
+
--tabs-header-outline-width: 0px;
|
|
14160
|
+
--tabs-header-padding-left: 0px;
|
|
14161
|
+
--tabs-header-padding-right: 0px;
|
|
14162
|
+
--tabs-header-padding-top: 0px;
|
|
14163
|
+
--tabs-header-padding-bottom: 0px;
|
|
14164
|
+
--tabs-header-row-gap: 0px;
|
|
14165
|
+
--tabs-header-column-gap: 0px;
|
|
14166
|
+
--tabs-header-font-family: sans-serif;
|
|
14167
|
+
--tabs-header-font-size: medium;
|
|
14168
|
+
--tabs-header-color: currentcolor;
|
|
14169
|
+
--tabs-header-letter-spacing: normal;
|
|
14170
|
+
--tabs-header-line-height: normal;
|
|
14171
|
+
--tabs-header-paragraph-spacing: ;
|
|
14172
|
+
--tabs-header-paragraph-indent:
|
|
14173
|
+
}
|
|
14174
|
+
[data-theme="light"] [component-variant="tabs-header-default"], [data-theme="dark"] [component-variant="tabs-header-default"] {
|
|
14175
|
+
--tabs-header-background-color: var(--colours-grey-700);
|
|
14176
|
+
--tabs-header-color: var(--text-inverse);
|
|
14177
|
+
--tabs-header-border-top-left-radius: var(--corner-radius-extra-small);
|
|
14178
|
+
--tabs-header-border-top-right-radius: var(--corner-radius-extra-small);
|
|
14179
|
+
--tabs-header-border-bottom-left-radius: var(--corner-radius-extra-small);
|
|
14180
|
+
--tabs-header-border-bottom-right-radius: var(--corner-radius-extra-small);
|
|
14181
|
+
--tabs-header-border-color: var(--border-border-grey-3);
|
|
13735
14182
|
--tabs-header-border-top-width: 1px;
|
|
13736
14183
|
--tabs-header-border-right-width: 1px;
|
|
13737
14184
|
--tabs-header-border-bottom-width: 1px;
|
|
13738
14185
|
--tabs-header-border-left-width: 1px;
|
|
13739
|
-
--tabs-header-padding-left:
|
|
13740
|
-
--tabs-header-padding-right:
|
|
13741
|
-
--tabs-header-padding-top:
|
|
13742
|
-
--tabs-header-padding-bottom:
|
|
13743
|
-
--tabs-header-row-gap:
|
|
13744
|
-
--tabs-header-
|
|
13745
|
-
--tabs-header-font-
|
|
13746
|
-
--tabs-header-font-
|
|
14186
|
+
--tabs-header-padding-left: 2px;
|
|
14187
|
+
--tabs-header-padding-right: 2px;
|
|
14188
|
+
--tabs-header-padding-top: 2px;
|
|
14189
|
+
--tabs-header-padding-bottom: 2px;
|
|
14190
|
+
--tabs-header-row-gap: 4px;
|
|
14191
|
+
--tabs-header-column-gap: var(--spacing-extra-small);
|
|
14192
|
+
--tabs-header-font-family: var(--font-family-body);
|
|
14193
|
+
--tabs-header-font-size: var(--font-size-body-small);
|
|
14194
|
+
--tabs-header-font-weight: var(--font-weight-medium);
|
|
14195
|
+
--tabs-header-line-height: var(--line-height-body-small);
|
|
13747
14196
|
--tabs-header-paragraph-spacing: 0px;
|
|
13748
|
-
--tabs-header-paragraph-indent: 0px
|
|
13749
|
-
}
|
|
13750
|
-
[data-theme="light"] [component-variant="tabs-underlined-horizontal"], [data-theme="dark"] [component-variant="tabs-underlined-horizontal"] {
|
|
14197
|
+
--tabs-header-paragraph-indent: 0px;
|
|
13751
14198
|
--tabs-header-width: 100%;
|
|
13752
|
-
--tabs-header-
|
|
13753
|
-
--tabs-header-
|
|
13754
|
-
--tabs-header-
|
|
13755
|
-
--tabs-header-border-bottom-right-radius: 6px;
|
|
13756
|
-
--tabs-header-padding-left: var(--spacing-extra-extra-small);
|
|
13757
|
-
--tabs-header-padding-right: var(--spacing-extra-extra-small);
|
|
13758
|
-
--tabs-header-padding-top: var(--spacing-extra-extra-small);
|
|
13759
|
-
--tabs-header-padding-bottom: var(--spacing-extra-extra-small);
|
|
13760
|
-
--tabs-header-row-gap: 8px;
|
|
13761
|
-
--tabs-header-font-family: sans-sarif;
|
|
13762
|
-
--tabs-header-font-size: initial;
|
|
13763
|
-
--tabs-header-font-weight: regular;
|
|
13764
|
-
--tabs-header-paragraph-spacing: 0px;
|
|
13765
|
-
--tabs-header-paragraph-indent: 0px
|
|
13766
|
-
}
|
|
13767
|
-
[data-theme="light"] [component-variant="tabs-underlined-vertical"], [data-theme="dark"] [component-variant="tabs-underlined-vertical"] {
|
|
13768
|
-
--tabs-header-border-top-left-radius: 6px;
|
|
13769
|
-
--tabs-header-border-top-right-radius: 6px;
|
|
13770
|
-
--tabs-header-border-bottom-left-radius: 6px;
|
|
13771
|
-
--tabs-header-border-bottom-right-radius: 6px;
|
|
13772
|
-
--tabs-header-padding-left: var(--spacing-extra-extra-small);
|
|
13773
|
-
--tabs-header-padding-right: var(--spacing-extra-extra-small);
|
|
13774
|
-
--tabs-header-padding-top: var(--spacing-extra-extra-small);
|
|
13775
|
-
--tabs-header-padding-bottom: var(--spacing-extra-extra-small);
|
|
13776
|
-
--tabs-header-row-gap: 8px;
|
|
13777
|
-
--tabs-header-font-family: sans-sarif;
|
|
13778
|
-
--tabs-header-font-size: initial;
|
|
13779
|
-
--tabs-header-font-weight: regular;
|
|
13780
|
-
--tabs-header-paragraph-spacing: 0px;
|
|
13781
|
-
--tabs-header-paragraph-indent: 0px
|
|
13782
|
-
}
|
|
13783
|
-
[data-theme="light"] [component-variant="tabs-filled-vertical"], [data-theme="dark"] [component-variant="tabs-filled-vertical"] {
|
|
13784
|
-
--tabs-header-background-color: var(--surface-background-1);
|
|
13785
|
-
--tabs-header-border-top-left-radius: 6px;
|
|
13786
|
-
--tabs-header-border-top-right-radius: 6px;
|
|
13787
|
-
--tabs-header-border-bottom-left-radius: 6px;
|
|
13788
|
-
--tabs-header-border-bottom-right-radius: 6px;
|
|
13789
|
-
--tabs-header-border-color: rgb(56, 58, 68);
|
|
13790
|
-
--tabs-header-border-top-width: 1px;
|
|
13791
|
-
--tabs-header-border-right-width: 1px;
|
|
13792
|
-
--tabs-header-border-bottom-width: 1px;
|
|
13793
|
-
--tabs-header-border-left-width: 1px;
|
|
13794
|
-
--tabs-header-padding-left: var(--spacing-extra-extra-small);
|
|
13795
|
-
--tabs-header-padding-right: var(--spacing-extra-extra-small);
|
|
13796
|
-
--tabs-header-padding-top: var(--spacing-extra-extra-small);
|
|
13797
|
-
--tabs-header-padding-bottom: var(--spacing-extra-extra-small);
|
|
13798
|
-
--tabs-header-row-gap: 8px;
|
|
13799
|
-
--tabs-header-font-family: sans-sarif;
|
|
13800
|
-
--tabs-header-font-size: initial;
|
|
13801
|
-
--tabs-header-font-weight: regular;
|
|
13802
|
-
--tabs-header-paragraph-spacing: 0px;
|
|
13803
|
-
--tabs-header-paragraph-indent: 0px
|
|
14199
|
+
--tabs-header-height: 100%;
|
|
14200
|
+
--tabs-header-outline-color: var(--colours-brown-600);
|
|
14201
|
+
--tabs-header-outline-width: 1px
|
|
13804
14202
|
}
|
|
13805
14203
|
[data-theme="light"] [component-variant^="form-"], [data-theme="dark"] [component-variant^="form-"] {
|
|
13806
14204
|
--form-opacity: 1;
|
|
@@ -14333,6 +14731,9 @@ span.flatpickr-weekday {
|
|
|
14333
14731
|
--corner-radius-extra-small: var(--numbers-space-2);
|
|
14334
14732
|
--corner-radius-small: var(--numbers-space-3);
|
|
14335
14733
|
--corner-radius-medium: var(--numbers-space-4);
|
|
14734
|
+
--corner-radius-large: var(--numbers-space-5);
|
|
14735
|
+
--corner-radius-extra-large: var(--numbers-space-6);
|
|
14736
|
+
--corner-radius-extra-extra-large: var(--numbers-space-7);
|
|
14336
14737
|
|
|
14337
14738
|
/* Semantic [Typography] */
|
|
14338
14739
|
--font-family-title: var(--font-family-font-family-1);
|