@moneyforward/mfui-components 3.20.0 → 3.22.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/DateTimeSelection/DatePicker/DatePicker.js +2 -11
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePicker.js +10 -2
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePicker.types.d.ts +14 -0
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePickerPopover/DateRangePickerPopover.js +13 -5
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePickerPopover/utilities/createDateRangePickerPopoverTestUtility.js +2 -2
- package/dist/src/DateTimeSelection/DateRangePicker/DateRangePickerTrigger/utilities/createDateRangePickerTriggerTestUtility.js +3 -1
- package/dist/src/DateTimeSelection/MonthPicker/MonthPicker.d.ts +1 -1
- package/dist/src/DateTimeSelection/MonthPicker/MonthPicker.js +10 -2
- package/dist/src/DateTimeSelection/MonthPicker/MonthPicker.types.d.ts +14 -0
- package/dist/src/DateTimeSelection/MonthPicker/MonthPickerPanel/MonthCell/MonthCell.js +2 -25
- package/dist/src/DateTimeSelection/MonthPicker/MonthPickerPanel/MonthPickerPanel.js +1 -1
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePicker.d.ts +1 -1
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePicker.js +14 -5
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePicker.types.d.ts +21 -0
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePickerMonthCell/MonthRangePickerMonthCell.d.ts +1 -0
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePickerMonthCell/MonthRangePickerMonthCell.js +10 -3
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePickerNavigation/MonthRangePickerNavigation.js +16 -3
- package/dist/src/DateTimeSelection/MonthRangePicker/MonthRangePickerPanel/MonthRangePickerPanel.js +3 -1
- package/dist/src/DateTimeSelection/TimePicker/TimePicker.d.ts +43 -0
- package/dist/src/DateTimeSelection/TimePicker/TimePicker.js +85 -0
- package/dist/src/DateTimeSelection/TimePicker/TimePicker.types.d.ts +61 -0
- package/dist/src/DateTimeSelection/TimePicker/TimePicker.types.js +1 -0
- package/dist/src/DateTimeSelection/TimePicker/constants.d.ts +4 -0
- package/dist/src/DateTimeSelection/TimePicker/constants.js +12 -0
- package/dist/src/DateTimeSelection/TimePicker/index.d.ts +2 -0
- package/dist/src/DateTimeSelection/TimePicker/index.js +1 -0
- package/dist/src/DateTimeSelection/index.d.ts +1 -0
- package/dist/src/DateTimeSelection/index.js +1 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.d.ts +1 -1
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.js +2 -2
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePicker.types.d.ts +10 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerProvider/BaseRangePickerProvider.js +24 -20
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerProvider/BaseRangePickerProvider.types.d.ts +9 -0
- package/dist/src/DateTimeSelection/shared/BaseRangePicker/BaseRangePickerTrigger/hooks/useDateRangeTriggerValueController.js +4 -4
- package/dist/src/DateTimeSelection/shared/CalendarLocale/CalendarLocaleContext.d.ts +1 -1
- package/dist/src/DateTimeSelection/shared/CalendarLocale/CalendarLocaleContext.js +1 -1
- package/dist/src/DateTimeSelection/shared/DayCell/DayCell.js +2 -3
- package/dist/src/DateTimeSelection/shared/YearSelector/YearSelector.js +1 -1
- package/dist/src/DateTimeSelection/shared/utilities/dateParsing.js +16 -9
- package/dist/src/DateTimeSelection/shared/utilities/japaneseCalendar.d.ts +36 -8
- package/dist/src/DateTimeSelection/shared/utilities/japaneseCalendar.js +82 -15
- package/dist/src/DateTimeSelection/shared/utilities/monthCellMonthFormat.d.ts +14 -0
- package/dist/src/DateTimeSelection/shared/utilities/monthCellMonthFormat.js +35 -0
- package/dist/src/FormFooter/FormFooter.types.d.ts +2 -3
- package/dist/src/SidePane/SidePane.d.ts +1 -1
- package/dist/src/SidePane/SidePane.types.d.ts +1 -3
- package/dist/src/Tooltip/Tooltip.js +12 -3
- package/dist/src/Tooltip/hooks/useTooltipDisplayController.d.ts +1 -0
- package/dist/src/Tooltip/hooks/useTooltipDisplayController.js +1 -0
- package/dist/styled-system/recipes/form-footer-slot-recipe.d.ts +1 -1
- package/dist/styled-system/recipes/form-footer-slot-recipe.js +0 -1
- package/dist/styled-system/recipes/index.d.ts +1 -0
- package/dist/styled-system/recipes/index.js +1 -0
- package/dist/styled-system/recipes/time-picker-slot-recipe.d.ts +44 -0
- package/dist/styled-system/recipes/time-picker-slot-recipe.js +62 -0
- package/dist/styled-system/tokens/index.js +892 -44
- package/dist/styled-system/tokens/tokens.d.ts +4 -4
- package/dist/styles.css +195 -35
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/src/DateTimeSelection/shared/BasePicker/YearSelector/YearSelector.d.ts +0 -18
- package/dist/src/DateTimeSelection/shared/BasePicker/YearSelector/YearSelector.js +0 -36
package/dist/styles.css
CHANGED
|
@@ -252,12 +252,9 @@
|
|
|
252
252
|
--mfui-sizes-mfui\.layout\.area\.horizontal\.floating-default: 448px;
|
|
253
253
|
--mfui-sizes-mfui\.layout\.area\.horizontal\.fixed: 588px;
|
|
254
254
|
--mfui-sizes-mfui\.layout\.area\.vertical\.global-header: 48px;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.3: 72px;
|
|
259
|
-
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.0-1of6: 4px;
|
|
260
|
-
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.0-1of3: 8px;
|
|
255
|
+
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.1: 24px;
|
|
256
|
+
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.3: 72px;
|
|
257
|
+
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.0-1of3: 8px;
|
|
261
258
|
--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.1-1of4: 30px;
|
|
262
259
|
--mfui-sizes-mfui\.layout\.safe-area\.edge\.horizontal: 49px;
|
|
263
260
|
--mfui-sizes-mfui\.layout\.safe-area\.edge\.vertical: 48px;
|
|
@@ -287,13 +284,12 @@
|
|
|
287
284
|
--mfui-sizes-mfui\.size\.target\.button\.comfort: 56px;
|
|
288
285
|
--mfui-sizes-mfui\.size\.target\.button\.condensed: 42px;
|
|
289
286
|
--mfui-sizes-mfui\.size\.target\.button\.impact: 56px;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
--mfui-spacing-mfui\.size\.padding\.icon-inline\.horizontal\.comfort: 1.75px;
|
|
287
|
+
--mfui-spacing-mfui\.layout\.grid\.scale\.horizontal\.1: 14px;
|
|
288
|
+
--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.2: 48px;
|
|
289
|
+
--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.0-1of6: 4px;
|
|
290
|
+
--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.0-1of3: 8px;
|
|
291
|
+
--mfui-spacing-mfui\.size\.dimension\.icon\.square\.comfort: 18px;
|
|
292
|
+
--mfui-spacing-mfui\.size\.padding\.icon-inline\.horizontal\.comfort: 1.75px;
|
|
297
293
|
--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort: 7px;
|
|
298
294
|
--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.condensed: 7px;
|
|
299
295
|
--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.impact: 7px;
|
|
@@ -340,7 +336,13 @@
|
|
|
340
336
|
--mfui-spacing-mfui\.size\.spacing\.container\.vertical\.comfort: 12px;
|
|
341
337
|
--mfui-spacing-mfui\.size\.spacing\.paragraph\.horizontal\.comfort: 14px;
|
|
342
338
|
--mfui-spacing-mfui\.size\.spacing\.paragraph\.vertical\.comfort: 24px;
|
|
343
|
-
--mfui-
|
|
339
|
+
--mfui-border-widths-mfui\.size\.border\.base\.width\.comfort: 1px;
|
|
340
|
+
--mfui-border-widths-mfui\.size\.border\.base\.width\.condensed: 1px;
|
|
341
|
+
--mfui-border-widths-mfui\.size\.border\.base\.width\.impact: 1px;
|
|
342
|
+
--mfui-border-widths-mfui\.size\.border\.indicator\.width\.comfort: 2px;
|
|
343
|
+
--mfui-border-widths-mfui\.size\.border\.current\.width\.comfort: 3px;
|
|
344
|
+
--mfui-border-widths-mfui\.size\.border\.fixed-cell\.horizontal\.comfort: 2px;
|
|
345
|
+
--mfui-radii-mfui\.size\.radius\.indicator-component\.comfort: 3px;
|
|
344
346
|
--mfui-radii-mfui\.size\.radius\.indicator-component\.condensed: 3px;
|
|
345
347
|
--mfui-radii-mfui\.size\.radius\.indicator-component\.impact: 3px;
|
|
346
348
|
--mfui-radii-mfui\.size\.radius\.control-component\.comfort: 6px;
|
|
@@ -478,8 +480,8 @@
|
|
|
478
480
|
.mfui-dOaOSF {
|
|
479
481
|
margin: 0;
|
|
480
482
|
list-style: none;
|
|
481
|
-
padding-inline: var(--mfui-
|
|
482
|
-
padding-block: var(--mfui-
|
|
483
|
+
padding-inline: var(--mfui-spacing-mfui\.layout\.grid\.scale\.horizontal\.1);
|
|
484
|
+
padding-block: var(--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.0-1of6);
|
|
483
485
|
display: flex;
|
|
484
486
|
align-items: center;
|
|
485
487
|
}
|
|
@@ -1862,7 +1864,7 @@
|
|
|
1862
1864
|
border-bottom: 1px solid;
|
|
1863
1865
|
border-color: var(--mfui-colors-mfui\.color\.dark-accent\.border\.none);
|
|
1864
1866
|
display: flex;
|
|
1865
|
-
padding-block-start: var(--mfui-
|
|
1867
|
+
padding-block-start: var(--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.2);
|
|
1866
1868
|
padding-block-end: calc(var(--mfui-sizes-mfui\.layout\.grid\.scale\.vertical\.0-1of3) - 1px);
|
|
1867
1869
|
}
|
|
1868
1870
|
|
|
@@ -2220,8 +2222,8 @@
|
|
|
2220
2222
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.container\.horizontal\.comfort);
|
|
2221
2223
|
border-bottom: 1px solid;
|
|
2222
2224
|
border-color: var(--mfui-colors-mfui\.color\.dark-accent\.border\.none);
|
|
2223
|
-
padding-block-start: var(--mfui-
|
|
2224
|
-
padding-block-end: var(--mfui-
|
|
2225
|
+
padding-block-start: var(--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.2);
|
|
2226
|
+
padding-block-end: var(--mfui-spacing-mfui\.layout\.grid\.scale\.vertical\.0-1of3);
|
|
2225
2227
|
}
|
|
2226
2228
|
|
|
2227
2229
|
.mfui-gkzbmJ {
|
|
@@ -2517,12 +2519,23 @@
|
|
|
2517
2519
|
|
|
2518
2520
|
.mfui-fhtZXM {
|
|
2519
2521
|
max-height: 160px;
|
|
2522
|
+
width: fit-content;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
.mfui-fhtZXM .mfui-SelectBox__scrollWrapper {
|
|
2526
|
+
scrollbar-gutter: stable;
|
|
2527
|
+
overflow-x: hidden;
|
|
2520
2528
|
}
|
|
2521
2529
|
|
|
2522
2530
|
.mfui-fhtZXM .mfui-SelectBox__listItem {
|
|
2523
2531
|
white-space: nowrap;
|
|
2524
2532
|
}
|
|
2525
2533
|
|
|
2534
|
+
.mfui-Popover__root > .mfui-fhtZXM {
|
|
2535
|
+
overflow-x: hidden;
|
|
2536
|
+
overflow-y: hidden;
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2526
2539
|
.mfui-fSkXNA {
|
|
2527
2540
|
overflow: hidden;
|
|
2528
2541
|
display: flex;
|
|
@@ -4316,6 +4329,80 @@
|
|
|
4316
4329
|
height: 24px;
|
|
4317
4330
|
}
|
|
4318
4331
|
|
|
4332
|
+
.mfui-bVkSYO {
|
|
4333
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
4334
|
+
border-style: solid;
|
|
4335
|
+
display: flex;
|
|
4336
|
+
align-items: center;
|
|
4337
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.control-label);
|
|
4338
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
4339
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4340
|
+
box-sizing: border-box;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
.mfui-bVkSYO input::-webkit-calendar-picker-indicator {
|
|
4344
|
+
margin: 0;
|
|
4345
|
+
display: none;
|
|
4346
|
+
appearance: none;
|
|
4347
|
+
-webkit-appearance: none;
|
|
4348
|
+
width: 0;
|
|
4349
|
+
}
|
|
4350
|
+
|
|
4351
|
+
.mfui-bVkSYO:has(input:disabled, input[disabled]) {
|
|
4352
|
+
cursor: not-allowed;
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.mfui-bVkSYO input::-webkit-inner-spin-button,.mfui-bVkSYO input::-webkit-clear-button {
|
|
4356
|
+
display: none;
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.mfui-bVkSYO:is(:hover, [data-hover]):not(:has(input:disabled, input[disabled], input:focus-visible, input[data-focus-visible])):not(:has(:is(button, [role="button"]):is(:hover, [data-hover]))) {
|
|
4360
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.hovered);
|
|
4361
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.hovered);
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4364
|
+
.mfui-bVkSYO:is(:active, [data-active]):not(:has(input:disabled, input[disabled], input:focus-visible, input[data-focus-visible])):not(:has(:is(button, [role="button"]):is(:active, [data-active]))) {
|
|
4365
|
+
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.pressed);
|
|
4366
|
+
background-color: var(--mfui-colors-mfui\.color\.base\.background\.pressed);
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.mfui-lUCHm {
|
|
4370
|
+
border: 0;
|
|
4371
|
+
padding: 0;
|
|
4372
|
+
margin: 0;
|
|
4373
|
+
flex: 1 0;
|
|
4374
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4375
|
+
background-color: transparent;
|
|
4376
|
+
font-family: inherit;
|
|
4377
|
+
text-align: start;
|
|
4378
|
+
min-width: 0;
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
.mfui-lUCHm input::-webkit-date-and-time-value {
|
|
4382
|
+
padding-inline: 0;
|
|
4383
|
+
text-align: start;
|
|
4384
|
+
min-width: 0;
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.mfui-lUCHm:is(:disabled, [disabled], [data-disabled], [aria-disabled=true]) {
|
|
4388
|
+
cursor: not-allowed;
|
|
4389
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.mfui-lUCHm:is(:focus-visible, [data-focus-visible]) {
|
|
4393
|
+
outline: 2px solid transparent;
|
|
4394
|
+
outline-offset: 2px;
|
|
4395
|
+
}
|
|
4396
|
+
|
|
4397
|
+
.mfui-jMAiwH {
|
|
4398
|
+
color: var(--mfui-colors-mfui\.color\.base\.content\.none);
|
|
4399
|
+
}
|
|
4400
|
+
|
|
4401
|
+
.mfui-jMAiwH,.mfui-cPbohA {
|
|
4402
|
+
flex-shrink: 0;
|
|
4403
|
+
margin-left: var(--mfui-spacing-mfui\.size\.spacing\.icon-and-text\.horizontal\.impact);
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4319
4406
|
.mfui-jFGVKc {
|
|
4320
4407
|
animation: skeletonLoading 1250ms linear infinite;
|
|
4321
4408
|
overflow: hidden;
|
|
@@ -4774,7 +4861,7 @@
|
|
|
4774
4861
|
}
|
|
4775
4862
|
|
|
4776
4863
|
.mfui-ueqvR[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-picker-display-value"] {
|
|
4777
|
-
padding-right: var(--mfui-
|
|
4864
|
+
padding-right: var(--mfui-spacing-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
4778
4865
|
}
|
|
4779
4866
|
|
|
4780
4867
|
.mfui-ueqvR:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
@@ -4909,7 +4996,7 @@
|
|
|
4909
4996
|
}
|
|
4910
4997
|
|
|
4911
4998
|
.mfui-lbAdvC[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-date-range-picker-display-value"] {
|
|
4912
|
-
padding-right: var(--mfui-
|
|
4999
|
+
padding-right: var(--mfui-spacing-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
4913
5000
|
}
|
|
4914
5001
|
|
|
4915
5002
|
.mfui-lbAdvC:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
@@ -5048,7 +5135,7 @@
|
|
|
5048
5135
|
}
|
|
5049
5136
|
|
|
5050
5137
|
.mfui-ejNqZV[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-picker-display-value"] {
|
|
5051
|
-
padding-right: var(--mfui-
|
|
5138
|
+
padding-right: var(--mfui-spacing-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5052
5139
|
}
|
|
5053
5140
|
|
|
5054
5141
|
.mfui-ejNqZV:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
@@ -5183,7 +5270,7 @@
|
|
|
5183
5270
|
}
|
|
5184
5271
|
|
|
5185
5272
|
.mfui-kCMNjq[data-mfui-has-clear-button="true"] > [data-mfui-content="filter-month-range-picker-display-value"] {
|
|
5186
|
-
padding-right: var(--mfui-
|
|
5273
|
+
padding-right: var(--mfui-spacing-mfui\.size\.dimension\.icon\.square\.comfort);
|
|
5187
5274
|
}
|
|
5188
5275
|
|
|
5189
5276
|
.mfui-kCMNjq:is(:hover, [data-hover]):not(:disabled, [disabled], [data-disabled]) {
|
|
@@ -7465,6 +7552,76 @@ li:last-child > .mfui-cXGJls {
|
|
|
7465
7552
|
margin-bottom: -1px;
|
|
7466
7553
|
}
|
|
7467
7554
|
|
|
7555
|
+
.mfui-jRMTll {
|
|
7556
|
+
padding-block: 0;
|
|
7557
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.comfort);
|
|
7558
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.comfort);
|
|
7559
|
+
border-width: var(--mfui-border-widths-mfui\.size\.border\.base\.width\.comfort);
|
|
7560
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.comfort);
|
|
7561
|
+
min-height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.comfort);
|
|
7562
|
+
}
|
|
7563
|
+
|
|
7564
|
+
.mfui-fCOYTJ {
|
|
7565
|
+
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input);
|
|
7566
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input);
|
|
7567
|
+
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input);
|
|
7568
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.input);
|
|
7569
|
+
}
|
|
7570
|
+
|
|
7571
|
+
.mfui-iHXKYT {
|
|
7572
|
+
padding-block: 0;
|
|
7573
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.condensed);
|
|
7574
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.condensed);
|
|
7575
|
+
border-width: var(--mfui-border-widths-mfui\.size\.border\.base\.width\.condensed);
|
|
7576
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.condensed);
|
|
7577
|
+
height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.condensed);
|
|
7578
|
+
}
|
|
7579
|
+
|
|
7580
|
+
.mfui-frZgHr {
|
|
7581
|
+
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.condensed-input);
|
|
7582
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.condensed-input);
|
|
7583
|
+
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.condensed-input);
|
|
7584
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.condensed-input);
|
|
7585
|
+
height: calc(var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.condensed) - 2 * sizes\.mfui\.size\.border\.base\.width\.condensed);
|
|
7586
|
+
}
|
|
7587
|
+
|
|
7588
|
+
.mfui-crSAFl {
|
|
7589
|
+
padding-block: 0;
|
|
7590
|
+
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.input\.horizontal\.impact);
|
|
7591
|
+
border-radius: var(--mfui-radii-mfui\.size\.radius\.control-component\.impact);
|
|
7592
|
+
border-width: var(--mfui-border-widths-mfui\.size\.border\.base\.width\.impact);
|
|
7593
|
+
min-width: var(--mfui-sizes-mfui\.size\.target\.button\.impact);
|
|
7594
|
+
min-height: var(--mfui-sizes-mfui\.size\.dimension\.control-component\.height\.impact);
|
|
7595
|
+
}
|
|
7596
|
+
|
|
7597
|
+
.mfui-dkMGah {
|
|
7598
|
+
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input);
|
|
7599
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input);
|
|
7600
|
+
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input);
|
|
7601
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.input);
|
|
7602
|
+
}
|
|
7603
|
+
|
|
7604
|
+
.mfui-hfSSBT {
|
|
7605
|
+
border-color: var(--mfui-colors-mfui\.color\.disabled\.border);
|
|
7606
|
+
background-color: var(--mfui-colors-mfui\.color\.disabled\.background);
|
|
7607
|
+
}
|
|
7608
|
+
|
|
7609
|
+
.mfui-hfSSBT,.mfui-hfLJor {
|
|
7610
|
+
color: var(--mfui-colors-mfui\.color\.disabled\.content);
|
|
7611
|
+
}
|
|
7612
|
+
|
|
7613
|
+
.mfui-fejPSi {
|
|
7614
|
+
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.none);
|
|
7615
|
+
}
|
|
7616
|
+
|
|
7617
|
+
.mfui-fejPSi:has(input:focus-visible, input[data-focus-visible=true], textarea:focus-visible, textarea[data-focus-visible=true]),.mfui-fejPSi:is(:hover, [data-hover]):not(:has(input:disabled, input[disabled], input:focus-visible, input[data-focus-visible])):not(:has(:is(button, [role="button"]):is(:hover, [data-hover]))) {
|
|
7618
|
+
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.hovered);
|
|
7619
|
+
}
|
|
7620
|
+
|
|
7621
|
+
.mfui-fejPSi:is(:active, [data-active]):not(:has(input:disabled, input[disabled], input:focus-visible, input[data-focus-visible])):not(:has(:is(button, [role="button"]):is(:active, [data-active]))) {
|
|
7622
|
+
border-color: var(--mfui-colors-mfui\.color\.signal-red\.border\.pressed);
|
|
7623
|
+
}
|
|
7624
|
+
|
|
7468
7625
|
.mfui-bjPlYK {
|
|
7469
7626
|
border-color: var(--mfui-colors-mfui\.color\.neutral\.border\.none);
|
|
7470
7627
|
border-style: dashed;
|
|
@@ -7686,13 +7843,8 @@ li:last-child > .mfui-cXGJls {
|
|
|
7686
7843
|
border-bottom: none;
|
|
7687
7844
|
}
|
|
7688
7845
|
|
|
7689
|
-
.mfui-
|
|
7690
|
-
position:
|
|
7691
|
-
left: 0;
|
|
7692
|
-
right: 0;
|
|
7693
|
-
}
|
|
7694
|
-
|
|
7695
|
-
.mfui-jAKHYi,.mfui-erGtCj {
|
|
7846
|
+
.mfui-erGtCj {
|
|
7847
|
+
position: sticky;
|
|
7696
7848
|
z-index: 1;
|
|
7697
7849
|
background-color: var(--mfui-colors-mfui\.color\.base\.background\.none);
|
|
7698
7850
|
bottom: 0;
|
|
@@ -7701,10 +7853,6 @@ li:last-child > .mfui-cXGJls {
|
|
|
7701
7853
|
border-top-color: var(--mfui-colors-mfui\.color\.neutral\.sub-border\.none);
|
|
7702
7854
|
}
|
|
7703
7855
|
|
|
7704
|
-
.mfui-erGtCj {
|
|
7705
|
-
position: sticky;
|
|
7706
|
-
}
|
|
7707
|
-
|
|
7708
7856
|
.mfui-hhFgaB {
|
|
7709
7857
|
max-width: var(--mfui-sizes-mfui\.layout\.area\.horizontal\.fixed);
|
|
7710
7858
|
width: 100%;
|
|
@@ -7819,7 +7967,19 @@ li:last-child > .mfui-cXGJls {
|
|
|
7819
7967
|
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.condensed-input\.narrow);
|
|
7820
7968
|
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.condensed-input\.narrow);
|
|
7821
7969
|
}
|
|
7822
|
-
.mfui-cpFilK,.mfui-fSzHIi {
|
|
7970
|
+
.mfui-cpFilK,.mfui-fSzHIi,.mfui-fCOYTJ {
|
|
7971
|
+
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input\.narrow);
|
|
7972
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input\.narrow);
|
|
7973
|
+
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input\.narrow);
|
|
7974
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.input\.narrow);
|
|
7975
|
+
}
|
|
7976
|
+
.mfui-frZgHr {
|
|
7977
|
+
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.condensed-input\.narrow);
|
|
7978
|
+
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.condensed-input\.narrow);
|
|
7979
|
+
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.condensed-input\.narrow);
|
|
7980
|
+
line-height: var(--mfui-line-heights-mfui\.typography\.line-height\.condensed-input\.narrow);
|
|
7981
|
+
}
|
|
7982
|
+
.mfui-dkMGah {
|
|
7823
7983
|
font-family: var(--mfui-fonts-mfui\.typography\.font-family\.input\.narrow);
|
|
7824
7984
|
font-size: var(--mfui-font-sizes-mfui\.typography\.font-size\.input\.narrow);
|
|
7825
7985
|
font-weight: var(--mfui-font-weights-mfui\.typography\.font-weight\.input\.narrow);
|