@moneyforward/mfui-components 3.19.0 → 3.20.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/dist/src/CheckboxCard/CheckboxCard.js +1 -7
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePickerProvider/DateRangePickerProvider.js +11 -12
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePickerTrigger/hooks/useDateRangeTriggerValueController.js +4 -3
- package/dist/src/DateTimeSelection/FilterDateRangePicker/DateRangePickerContent/DateRangePickerContent.d.ts +6 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/DateRangePickerContent/DateRangePickerContent.js +33 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/DateRangePickerContent/DateRangePickerContent.types.d.ts +17 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/FilterDateRangePicker.d.ts +14 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/FilterDateRangePicker.js +42 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/FilterDateRangePicker.types.d.ts +78 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/FilterDateRangePicker.types.js +1 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/index.d.ts +2 -0
- package/dist/src/DateTimeSelection/FilterDateRangePicker/index.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/FilterMonthPicker.d.ts +14 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/FilterMonthPicker.js +75 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/FilterMonthPicker.types.d.ts +83 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/FilterMonthPicker.types.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/MonthPickerPopover/MonthPickerPopover.d.ts +6 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/MonthPickerPopover/MonthPickerPopover.js +45 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/MonthPickerPopover/MonthPickerPopover.types.d.ts +24 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/MonthPickerPopover/MonthPickerPopover.types.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/index.d.ts +2 -0
- package/dist/src/DateTimeSelection/FilterMonthPicker/index.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/FilterMonthRangePicker.d.ts +15 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/FilterMonthRangePicker.js +89 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/FilterMonthRangePicker.types.d.ts +75 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/FilterMonthRangePicker.types.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/MonthRangePickerPopover/MonthRangePickerPopover.d.ts +5 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/MonthRangePickerPopover/MonthRangePickerPopover.js +54 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/MonthRangePickerPopover/MonthRangePickerPopover.types.d.ts +19 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/MonthRangePickerPopover/MonthRangePickerPopover.types.js +1 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/index.d.ts +2 -0
- package/dist/src/DateTimeSelection/FilterMonthRangePicker/index.js +1 -0
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePicker.js +1 -1
- package/dist/src/DateTimeSelection/index.d.ts +3 -0
- package/dist/src/DateTimeSelection/index.js +3 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.d.ts +1 -1
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.js +26 -10
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.types.d.ts +9 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerProvider/BaseRangePickerProvider.js +32 -15
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerProvider/BaseRangePickerProvider.types.d.ts +10 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerTrigger/BaseRangePickerTrigger.js +4 -6
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerTrigger/hooks/useDateRangeTriggerValueController.js +4 -3
- package/dist/src/DateTimeSelection/shared/MonthGrid/MonthGrid.js +3 -3
- package/dist/src/DateTimeSelection/shared/utilities/dateParsing.js +11 -0
- package/dist/src/MultilineTextBox/index.d.ts +10 -2
- package/dist/src/MultilineTextBox/index.js +9 -1
- package/dist/src/MultipleSelectBox/MultipleSelectBoxTrigger/MultipleSelectBoxTrigger.js +1 -3
- package/dist/src/RadioButtonCard/RadioButtonCard.js +1 -7
- package/dist/src/TextBox/TextBox.js +2 -6
- package/dist/src/{MultilineTextBox/MultilineTextBox.d.ts → Textarea/Textarea.d.ts} +5 -2
- package/dist/src/{MultilineTextBox/MultilineTextBox.js → Textarea/Textarea.js} +9 -5
- package/dist/src/{MultilineTextBox/MultilineTextBox.types.d.ts → Textarea/Textarea.types.d.ts} +2 -2
- package/dist/src/Textarea/Textarea.types.js +1 -0
- package/dist/src/Textarea/index.d.ts +2 -0
- package/dist/src/Textarea/index.js +1 -0
- package/dist/src/Tooltip/Tooltip.js +12 -3
- package/dist/src/Typography/Typography.js +1 -3
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/styled-system/recipes/filter-date-range-picker-slot-recipe.d.ts +33 -0
- package/dist/styled-system/recipes/filter-date-range-picker-slot-recipe.js +48 -0
- package/dist/styled-system/recipes/filter-month-picker-slot-recipe.d.ts +33 -0
- package/dist/styled-system/recipes/filter-month-picker-slot-recipe.js +44 -0
- package/dist/styled-system/recipes/filter-month-range-picker-slot-recipe.d.ts +33 -0
- package/dist/styled-system/recipes/filter-month-range-picker-slot-recipe.js +44 -0
- package/dist/styled-system/recipes/index.d.ts +4 -1
- package/dist/styled-system/recipes/index.js +4 -1
- package/dist/styled-system/recipes/textarea-slot-recipe.d.ts +52 -0
- package/dist/styled-system/recipes/textarea-slot-recipe.js +64 -0
- package/dist/styles.css +433 -24
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -8
- package/dist/styled-system/recipes/multiline-text-box-slot-recipe.d.ts +0 -52
- package/dist/styled-system/recipes/multiline-text-box-slot-recipe.js +0 -64
- /package/dist/src/{MultilineTextBox/MultilineTextBox.types.js → DateTimeSelection/FilterDateRangePicker/DateRangePickerContent/DateRangePickerContent.types.js} +0 -0
package/dist/styles.css
CHANGED
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
width: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
.mfui-
|
|
642
|
+
.mfui-cDRDAr {
|
|
643
643
|
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
644
644
|
border-style: solid;
|
|
645
645
|
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
@@ -648,34 +648,34 @@
|
|
|
648
648
|
max-width: 100%;
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
.mfui-
|
|
651
|
+
.mfui-cDRDAr::placeholder,.mfui-cDRDAr[data-placeholder] {
|
|
652
652
|
opacity: 1;
|
|
653
653
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.none);
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
-
.mfui-
|
|
656
|
+
.mfui-cDRDAr:is(:focus-visible, [data-focus-visible]) {
|
|
657
657
|
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
658
658
|
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
659
659
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.hovered);
|
|
660
660
|
}
|
|
661
661
|
|
|
662
|
-
.mfui-
|
|
662
|
+
.mfui-cDRDAr:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible]) {
|
|
663
663
|
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
664
664
|
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
665
665
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.hovered);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
-
.mfui-
|
|
668
|
+
.mfui-cDRDAr:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible])::placeholder, .mfui-cDRDAr:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible])[data-placeholder] {
|
|
669
669
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.hovered);
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.mfui-
|
|
672
|
+
.mfui-cDRDAr:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible]) {
|
|
673
673
|
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.pressed);
|
|
674
674
|
background-color: var(--mfui-colors-mfui\.color\.base\.background\.pressed);
|
|
675
675
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.pressed);
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
-
.mfui-
|
|
678
|
+
.mfui-cDRDAr:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible])::placeholder, .mfui-cDRDAr:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible])[data-placeholder] {
|
|
679
679
|
color: var(--mfui-colors-mfui\.color\.neutral\.content\.pressed);
|
|
680
680
|
}
|
|
681
681
|
|
|
@@ -4816,6 +4816,415 @@
|
|
|
4816
4816
|
height: 100%;
|
|
4817
4817
|
}
|
|
4818
4818
|
|
|
4819
|
+
.mfui-PSxZp {
|
|
4820
|
+
position: relative;
|
|
4821
|
+
width: 100%;
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
.mfui-PSxZp[data-selected="true"]:not(:has(button:disabled)) [data-mfui-content="filter-date-range-picker-clear-button"] {
|
|
4825
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4826
|
+
}
|
|
4827
|
+
|
|
4828
|
+
.mfui-PSxZp[data-selected="true"]:not(:has(button:disabled)):is(:hover, [data-hover]) [data-mfui-content="filter-date-range-picker-clear-button"],.mfui-PSxZp[data-selected="true"]:not(:has(button:disabled)):focus-within [data-mfui-content="filter-date-range-picker-clear-button"] {
|
|
4829
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4830
|
+
}
|
|
4831
|
+
|
|
4832
|
+
.mfui-PSxZp[data-selected="true"]:not(:has(button:disabled)):has(button:active) [data-mfui-content="filter-date-range-picker-clear-button"] {
|
|
4833
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
4834
|
+
}
|
|
4835
|
+
|
|
4836
|
+
.mfui-lbAdvC {
|
|
4837
|
+
border: 1px solid;
|
|
4838
|
+
gap: var(--mfui-spacing-mfui\.size\.spacing\.icon-and-text\.horizontal\.comfort);
|
|
4839
|
+
padding-inline: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) - 1px);
|
|
4840
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
4841
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.comfort);
|
|
4842
|
+
position: relative;
|
|
4843
|
+
display: flex;
|
|
4844
|
+
align-items: center;
|
|
4845
|
+
justify-content: space-between;
|
|
4846
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4847
|
+
cursor: pointer;
|
|
4848
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
4849
|
+
width: 100%;
|
|
4850
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.comfort);
|
|
4851
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.comfort);
|
|
4852
|
+
}
|
|
4853
|
+
|
|
4854
|
+
.mfui-lbAdvC:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
4855
|
+
border-color: var(--mfui-colors-mfui\.color\.disabled\.border);
|
|
4856
|
+
cursor: not-allowed;
|
|
4857
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
4858
|
+
background-color: var(--mfui-colors-mfui\.color\.disabled\.background);
|
|
4859
|
+
}
|
|
4860
|
+
|
|
4861
|
+
.mfui-lbAdvC:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) > svg {
|
|
4862
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
4863
|
+
}
|
|
4864
|
+
|
|
4865
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled) {
|
|
4866
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.none);
|
|
4867
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.none);
|
|
4868
|
+
}
|
|
4869
|
+
|
|
4870
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) {
|
|
4871
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
4872
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
4873
|
+
}
|
|
4874
|
+
|
|
4875
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4876
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4877
|
+
}
|
|
4878
|
+
|
|
4879
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):focus-within {
|
|
4880
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
4881
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4884
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):focus-within [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4885
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4888
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):is(:active, [data-active]) {
|
|
4889
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.pressed);
|
|
4890
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.pressed);
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled):is(:active, [data-active]) [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4894
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4897
|
+
.mfui-lbAdvC[data-selected="true"]:not(:disabled) [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4898
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4899
|
+
}
|
|
4900
|
+
|
|
4901
|
+
.mfui-lbAdvC > svg {
|
|
4902
|
+
color: inherit;
|
|
4903
|
+
}
|
|
4904
|
+
|
|
4905
|
+
.mfui-lbAdvC:is(:focus-visible, [data-focus-visible]) {
|
|
4906
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
4907
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4908
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
4909
|
+
}
|
|
4910
|
+
|
|
4911
|
+
.mfui-lbAdvC[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4912
|
+
padding-right: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
4913
|
+
}
|
|
4914
|
+
|
|
4915
|
+
.mfui-lbAdvC:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
4916
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
4917
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4918
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4921
|
+
.mfui-lbAdvC:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]) {
|
|
4922
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.pressed);
|
|
4923
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
4924
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.pressed);
|
|
4925
|
+
}
|
|
4926
|
+
|
|
4927
|
+
.mfui-gysudL {
|
|
4928
|
+
flex: 1 1 0%;
|
|
4929
|
+
overflow: hidden;
|
|
4930
|
+
text-align: left;
|
|
4931
|
+
text-overflow: ellipsis;
|
|
4932
|
+
white-space: nowrap;
|
|
4933
|
+
}
|
|
4934
|
+
|
|
4935
|
+
.mfui-hWZgyX {
|
|
4936
|
+
place-items: center;
|
|
4937
|
+
display: grid;
|
|
4938
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.icon);
|
|
4939
|
+
flex-shrink: 0;
|
|
4940
|
+
width: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
4941
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
4942
|
+
}
|
|
4943
|
+
|
|
4944
|
+
.mfui-bquWmK {
|
|
4945
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort);
|
|
4946
|
+
place-items: center;
|
|
4947
|
+
position: absolute;
|
|
4948
|
+
display: grid;
|
|
4949
|
+
top: 0;
|
|
4950
|
+
right: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) + var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort));
|
|
4951
|
+
height: 100%;
|
|
4952
|
+
}
|
|
4953
|
+
|
|
4954
|
+
.mfui-jIseaA .mfui-DateRangePickerFooter__footer {
|
|
4955
|
+
justify-content: space-between;
|
|
4956
|
+
}
|
|
4957
|
+
|
|
4958
|
+
.mfui-jTICW {
|
|
4959
|
+
position: relative;
|
|
4960
|
+
width: 100%;
|
|
4961
|
+
}
|
|
4962
|
+
|
|
4963
|
+
.mfui-jTICW[data-selected="true"]:not(:has(button:disabled)) [data-mfui-content="filter-month-picker-clear-button"] {
|
|
4964
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4965
|
+
}
|
|
4966
|
+
|
|
4967
|
+
.mfui-jTICW[data-selected="true"]:not(:has(button:disabled)):is(:hover, [data-hover]) [data-mfui-content="filter-month-picker-clear-button"],.mfui-jTICW[data-selected="true"]:not(:has(button:disabled)):focus-within [data-mfui-content="filter-month-picker-clear-button"] {
|
|
4968
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
4969
|
+
}
|
|
4970
|
+
|
|
4971
|
+
.mfui-jTICW[data-selected="true"]:not(:has(button:disabled)):has(button:active) [data-mfui-content="filter-month-picker-clear-button"] {
|
|
4972
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
4973
|
+
}
|
|
4974
|
+
|
|
4975
|
+
.mfui-ejNqZV {
|
|
4976
|
+
border: 1px solid;
|
|
4977
|
+
gap: var(--mfui-spacing-mfui\.size\.spacing\.icon-and-text\.horizontal\.comfort);
|
|
4978
|
+
padding-inline: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) - 1px);
|
|
4979
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
4980
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.comfort);
|
|
4981
|
+
position: relative;
|
|
4982
|
+
display: flex;
|
|
4983
|
+
align-items: center;
|
|
4984
|
+
justify-content: space-between;
|
|
4985
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4986
|
+
cursor: pointer;
|
|
4987
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
4988
|
+
width: 100%;
|
|
4989
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.comfort);
|
|
4990
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.comfort);
|
|
4991
|
+
}
|
|
4992
|
+
|
|
4993
|
+
.mfui-ejNqZV:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
4994
|
+
border-color: var(--mfui-colors-mfui\.color\.disabled\.border);
|
|
4995
|
+
cursor: not-allowed;
|
|
4996
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
4997
|
+
background-color: var(--mfui-colors-mfui\.color\.disabled\.background);
|
|
4998
|
+
}
|
|
4999
|
+
|
|
5000
|
+
.mfui-ejNqZV:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) > svg {
|
|
5001
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
5002
|
+
}
|
|
5003
|
+
|
|
5004
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled) {
|
|
5005
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.none);
|
|
5006
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.none);
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) {
|
|
5010
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
5011
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
5012
|
+
}
|
|
5013
|
+
|
|
5014
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) [data-mfui-content="filter-month-picker-display-value"] {
|
|
5015
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5016
|
+
}
|
|
5017
|
+
|
|
5018
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):focus-within {
|
|
5019
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
5020
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
5021
|
+
}
|
|
5022
|
+
|
|
5023
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):focus-within [data-mfui-content="filter-month-picker-display-value"] {
|
|
5024
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5025
|
+
}
|
|
5026
|
+
|
|
5027
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):is(:active, [data-active]) {
|
|
5028
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.pressed);
|
|
5029
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.pressed);
|
|
5030
|
+
}
|
|
5031
|
+
|
|
5032
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled):is(:active, [data-active]) [data-mfui-content="filter-month-picker-display-value"] {
|
|
5033
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
5034
|
+
}
|
|
5035
|
+
|
|
5036
|
+
.mfui-ejNqZV[data-selected="true"]:not(:disabled) [data-mfui-content="filter-month-picker-display-value"] {
|
|
5037
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
5038
|
+
}
|
|
5039
|
+
|
|
5040
|
+
.mfui-ejNqZV > svg {
|
|
5041
|
+
color: inherit;
|
|
5042
|
+
}
|
|
5043
|
+
|
|
5044
|
+
.mfui-ejNqZV:is(:focus-visible, [data-focus-visible]) {
|
|
5045
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
5046
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5047
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
5048
|
+
}
|
|
5049
|
+
|
|
5050
|
+
.mfui-ejNqZV[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-picker-display-value"] {
|
|
5051
|
+
padding-right: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5052
|
+
}
|
|
5053
|
+
|
|
5054
|
+
.mfui-ejNqZV:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
5055
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
5056
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5057
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
5058
|
+
}
|
|
5059
|
+
|
|
5060
|
+
.mfui-ejNqZV:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]) {
|
|
5061
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.pressed);
|
|
5062
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
5063
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.pressed);
|
|
5064
|
+
}
|
|
5065
|
+
|
|
5066
|
+
.mfui-lbwEJE {
|
|
5067
|
+
flex: 1 1 0%;
|
|
5068
|
+
overflow: hidden;
|
|
5069
|
+
text-align: left;
|
|
5070
|
+
text-overflow: ellipsis;
|
|
5071
|
+
white-space: nowrap;
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
.mfui-fqoWjw {
|
|
5075
|
+
place-items: center;
|
|
5076
|
+
display: grid;
|
|
5077
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.icon);
|
|
5078
|
+
flex-shrink: 0;
|
|
5079
|
+
width: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5080
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5081
|
+
}
|
|
5082
|
+
|
|
5083
|
+
.mfui-kfsdfB {
|
|
5084
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort);
|
|
5085
|
+
place-items: center;
|
|
5086
|
+
position: absolute;
|
|
5087
|
+
display: grid;
|
|
5088
|
+
top: 0;
|
|
5089
|
+
right: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) + var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort));
|
|
5090
|
+
height: 100%;
|
|
5091
|
+
}
|
|
5092
|
+
|
|
5093
|
+
.mfui-isUYZd {
|
|
5094
|
+
position: relative;
|
|
5095
|
+
width: 100%;
|
|
5096
|
+
}
|
|
5097
|
+
|
|
5098
|
+
.mfui-isUYZd[data-selected="true"]:not(:has(button:disabled)) [data-mfui-content="filter-month-range-picker-clear-button"] {
|
|
5099
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
5100
|
+
}
|
|
5101
|
+
|
|
5102
|
+
.mfui-isUYZd[data-selected="true"]:not(:has(button:disabled)):is(:hover, [data-hover]) [data-mfui-content="filter-month-range-picker-clear-button"],.mfui-isUYZd[data-selected="true"]:not(:has(button:disabled)):focus-within [data-mfui-content="filter-month-range-picker-clear-button"] {
|
|
5103
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
.mfui-isUYZd[data-selected="true"]:not(:has(button:disabled)):has(button:active) [data-mfui-content="filter-month-range-picker-clear-button"] {
|
|
5107
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
5108
|
+
}
|
|
5109
|
+
|
|
5110
|
+
.mfui-kCMNjq {
|
|
5111
|
+
border: 1px solid;
|
|
5112
|
+
gap: var(--mfui-spacing-mfui\.size\.spacing\.icon-and-text\.horizontal\.comfort);
|
|
5113
|
+
padding-inline: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) - 1px);
|
|
5114
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
5115
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.comfort);
|
|
5116
|
+
position: relative;
|
|
5117
|
+
display: flex;
|
|
5118
|
+
align-items: center;
|
|
5119
|
+
justify-content: space-between;
|
|
5120
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
5121
|
+
cursor: pointer;
|
|
5122
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
5123
|
+
width: 100%;
|
|
5124
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.comfort);
|
|
5125
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.comfort);
|
|
5126
|
+
}
|
|
5127
|
+
|
|
5128
|
+
.mfui-kCMNjq:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
5129
|
+
border-color: var(--mfui-colors-mfui\.color\.disabled\.border);
|
|
5130
|
+
cursor: not-allowed;
|
|
5131
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
5132
|
+
background-color: var(--mfui-colors-mfui\.color\.disabled\.background);
|
|
5133
|
+
}
|
|
5134
|
+
|
|
5135
|
+
.mfui-kCMNjq:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) > svg {
|
|
5136
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
5137
|
+
}
|
|
5138
|
+
|
|
5139
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled) {
|
|
5140
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.none);
|
|
5141
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.none);
|
|
5142
|
+
}
|
|
5143
|
+
|
|
5144
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) {
|
|
5145
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
5146
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):is(:hover, [data-hover]) [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5150
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5153
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):focus-within {
|
|
5154
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.hovered);
|
|
5155
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.hovered);
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5158
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):focus-within [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5159
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5160
|
+
}
|
|
5161
|
+
|
|
5162
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):is(:active, [data-active]) {
|
|
5163
|
+
border-color: var(--mfui-colors-mfui\.color\.selected\.border\.pressed);
|
|
5164
|
+
background-color: var(--mfui-colors-mfui\.color\.selected\.background\.pressed);
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled):is(:active, [data-active]) [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5168
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.mfui-kCMNjq[data-selected="true"]:not(:disabled) [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5172
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
5173
|
+
}
|
|
5174
|
+
|
|
5175
|
+
.mfui-kCMNjq > svg {
|
|
5176
|
+
color: inherit;
|
|
5177
|
+
}
|
|
5178
|
+
|
|
5179
|
+
.mfui-kCMNjq:is(:focus-visible, [data-focus-visible]) {
|
|
5180
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
5181
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5182
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5185
|
+
.mfui-kCMNjq[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5186
|
+
padding-right: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5187
|
+
}
|
|
5188
|
+
|
|
5189
|
+
.mfui-kCMNjq:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
5190
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
5191
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.hovered);
|
|
5192
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
5193
|
+
}
|
|
5194
|
+
|
|
5195
|
+
.mfui-kCMNjq:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]) {
|
|
5196
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.pressed);
|
|
5197
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.pressed);
|
|
5198
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.pressed);
|
|
5199
|
+
}
|
|
5200
|
+
|
|
5201
|
+
.mfui-jmumGL {
|
|
5202
|
+
flex: 1 1 0%;
|
|
5203
|
+
overflow: hidden;
|
|
5204
|
+
text-align: left;
|
|
5205
|
+
text-overflow: ellipsis;
|
|
5206
|
+
white-space: nowrap;
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5209
|
+
.mfui-ehYRTb {
|
|
5210
|
+
place-items: center;
|
|
5211
|
+
display: grid;
|
|
5212
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.icon);
|
|
5213
|
+
flex-shrink: 0;
|
|
5214
|
+
width: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5215
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5216
|
+
}
|
|
5217
|
+
|
|
5218
|
+
.mfui-hEcKXC {
|
|
5219
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort);
|
|
5220
|
+
place-items: center;
|
|
5221
|
+
position: absolute;
|
|
5222
|
+
display: grid;
|
|
5223
|
+
top: 0;
|
|
5224
|
+
right: calc(var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort) + var(--mfui-sizes-mfui\.size\.dimension\.icon\.square\.comfort));
|
|
5225
|
+
height: 100%;
|
|
5226
|
+
}
|
|
5227
|
+
|
|
4819
5228
|
.mfui-lkfQj {
|
|
4820
5229
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.display-table-cell\.horizontal\.comfort);
|
|
4821
5230
|
padding-block: var(--mfui-spacing-mfui\.size\.padding\.display-table-cell\.vertical\.comfort);
|
|
@@ -5371,7 +5780,7 @@ li:last-child > .mfui-cXGJls {
|
|
|
5371
5780
|
width: 32px;
|
|
5372
5781
|
height: 32px;
|
|
5373
5782
|
}
|
|
5374
|
-
.mfui-fKGEVz[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-trigger-display-value"],.mfui-ueqvR[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-picker-display-value"] {
|
|
5783
|
+
.mfui-fKGEVz[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-trigger-display-value"],.mfui-ueqvR[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-picker-display-value"],.mfui-lbAdvC[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-range-picker-display-value"],.mfui-ejNqZV[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-picker-display-value"],.mfui-kCMNjq[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5375
5784
|
padding-right: 32px;
|
|
5376
5785
|
}
|
|
5377
5786
|
}
|
|
@@ -5748,7 +6157,7 @@ li:last-child > .mfui-cXGJls {
|
|
|
5748
6157
|
line-height: inherit;
|
|
5749
6158
|
}
|
|
5750
6159
|
|
|
5751
|
-
.mfui-
|
|
6160
|
+
.mfui-fICbeo {
|
|
5752
6161
|
padding-block: calc(4px - 1px);
|
|
5753
6162
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort);
|
|
5754
6163
|
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.comfort);
|
|
@@ -5761,11 +6170,11 @@ li:last-child > .mfui-cXGJls {
|
|
|
5761
6170
|
min-height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.comfort);
|
|
5762
6171
|
}
|
|
5763
6172
|
|
|
5764
|
-
.mfui-
|
|
6173
|
+
.mfui-jSENMT {
|
|
5765
6174
|
resize: both;
|
|
5766
6175
|
}
|
|
5767
6176
|
|
|
5768
|
-
.mfui-
|
|
6177
|
+
.mfui-cIbyDi {
|
|
5769
6178
|
padding-block: 0;
|
|
5770
6179
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.condensed);
|
|
5771
6180
|
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.condensed);
|
|
@@ -5778,7 +6187,7 @@ li:last-child > .mfui-cXGJls {
|
|
|
5778
6187
|
min-height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.condensed);
|
|
5779
6188
|
}
|
|
5780
6189
|
|
|
5781
|
-
.mfui-
|
|
6190
|
+
.mfui-dkUmiU {
|
|
5782
6191
|
padding-block: calc(12px - 1px);
|
|
5783
6192
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.impact);
|
|
5784
6193
|
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.impact);
|
|
@@ -5791,41 +6200,41 @@ li:last-child > .mfui-cXGJls {
|
|
|
5791
6200
|
min-height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.impact);
|
|
5792
6201
|
}
|
|
5793
6202
|
|
|
5794
|
-
.mfui-
|
|
6203
|
+
.mfui-iRYTTC {
|
|
5795
6204
|
border-color: var(--mfui-colors-mfui\.color\.disabled\.border);
|
|
5796
6205
|
background-color: var(--mfui-colors-mfui\.color\.disabled\.background);
|
|
5797
6206
|
}
|
|
5798
6207
|
|
|
5799
|
-
.mfui-
|
|
6208
|
+
.mfui-iRYTTC,.mfui-iRYTTC::placeholder,.mfui-iRYTTC[data-placeholder] {
|
|
5800
6209
|
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
5801
6210
|
}
|
|
5802
6211
|
|
|
5803
|
-
.mfui-
|
|
6212
|
+
.mfui-fIONTD {
|
|
5804
6213
|
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.none);
|
|
5805
6214
|
}
|
|
5806
6215
|
|
|
5807
|
-
.mfui-
|
|
6216
|
+
.mfui-fIONTD:is(:focus-visible, [data-focus-visible]),.mfui-fIONTD:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible]) {
|
|
5808
6217
|
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.hovered);
|
|
5809
6218
|
}
|
|
5810
6219
|
|
|
5811
|
-
.mfui-
|
|
6220
|
+
.mfui-fIONTD:is(:active, [data-active]):not(:disabled, [disabled], [data-disabled]):not(:focus-visible, [data-focus-visible]) {
|
|
5812
6221
|
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.pressed);
|
|
5813
6222
|
}
|
|
5814
6223
|
|
|
5815
|
-
.mfui-
|
|
6224
|
+
.mfui-gqNQjO {
|
|
5816
6225
|
overflow: hidden;
|
|
5817
6226
|
resize: none;
|
|
5818
6227
|
}
|
|
5819
6228
|
|
|
5820
|
-
.mfui-
|
|
6229
|
+
.mfui-jobIAM {
|
|
5821
6230
|
resize: none;
|
|
5822
6231
|
}
|
|
5823
6232
|
|
|
5824
|
-
.mfui-
|
|
6233
|
+
.mfui-fivmfs {
|
|
5825
6234
|
resize: vertical;
|
|
5826
6235
|
}
|
|
5827
6236
|
|
|
5828
|
-
.mfui-
|
|
6237
|
+
.mfui-eBkQVo {
|
|
5829
6238
|
resize: horizontal;
|
|
5830
6239
|
}
|
|
5831
6240
|
|
|
@@ -7326,19 +7735,19 @@ li:last-child > .mfui-cXGJls {
|
|
|
7326
7735
|
}
|
|
7327
7736
|
|
|
7328
7737
|
@media screen and (max-width: 37.4975rem) {
|
|
7329
|
-
.mfui-
|
|
7738
|
+
.mfui-fICbeo {
|
|
7330
7739
|
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input\.narrow);
|
|
7331
7740
|
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input\.narrow);
|
|
7332
7741
|
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input\.narrow);
|
|
7333
7742
|
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.input\.narrow);
|
|
7334
7743
|
}
|
|
7335
|
-
.mfui-
|
|
7744
|
+
.mfui-cIbyDi {
|
|
7336
7745
|
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.condensed-input\.narrow);
|
|
7337
7746
|
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.condensed-input\.narrow);
|
|
7338
7747
|
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.condensed-input\.narrow);
|
|
7339
7748
|
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.condensed-input\.narrow);
|
|
7340
7749
|
}
|
|
7341
|
-
.mfui-
|
|
7750
|
+
.mfui-dkUmiU {
|
|
7342
7751
|
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input\.narrow);
|
|
7343
7752
|
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input\.narrow);
|
|
7344
7753
|
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input\.narrow);
|