@dynamic-framework/ui-react 1.2.1 → 1.3.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/css/dynamic-ui-all.css +1 -1
- package/dist/css/dynamic-ui-react.css +1 -1
- package/dist/css/dynamic-ui.css +1 -1
- package/dist/index.esm.js +180 -172
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +226 -216
- package/dist/index.js.map +1 -1
- package/dist/types/components/{MBoxFile.d.ts → DBoxFile.d.ts} +1 -1
- package/dist/types/components/{MCard.d.ts → DCard.d.ts} +1 -1
- package/dist/types/components/DCardAccount.d.ts +13 -0
- package/dist/types/components/{MCardBody.d.ts → DCardBody.d.ts} +1 -1
- package/dist/types/components/{MCardFooter.d.ts → DCardFooter.d.ts} +1 -1
- package/dist/types/components/{MCardHeader.d.ts → DCardHeader.d.ts} +1 -1
- package/dist/types/components/{MCarousel.d.ts → DCarousel.d.ts} +1 -1
- package/dist/types/components/{MCarouselSlide.d.ts → DCarouselSlide.d.ts} +1 -1
- package/dist/types/components/DCollapse.d.ts +11 -0
- package/dist/types/components/{banking/MCollapseIconText.d.ts → DCollapseIconText.d.ts} +1 -1
- package/dist/types/components/{MCurrencyText.d.ts → DCurrencyText.d.ts} +1 -1
- package/dist/types/components/{MDatePicker.d.ts → DDatePicker.d.ts} +3 -3
- package/dist/types/components/{MDatePickerHeader.d.ts → DDatePickerHeader.d.ts} +5 -4
- package/dist/types/components/DDatePickerInput.d.ts +8 -0
- package/dist/types/components/DDatePickerTime.d.ts +8 -0
- package/dist/types/components/DFormikInput.d.ts +7 -0
- package/dist/types/components/DFormikInputCurrency.d.ts +7 -0
- package/dist/types/components/{MFormikInputSelect.d.ts → DFormikInputSelect.d.ts} +3 -3
- package/dist/types/components/DInputCurrency.d.ts +9 -0
- package/dist/types/components/{MList.d.ts → DList.d.ts} +1 -1
- package/dist/types/components/{MListItem.d.ts → DListItem.d.ts} +2 -2
- package/dist/types/components/{MListItemMovement.d.ts → DListItemMovement.d.ts} +3 -3
- package/dist/types/components/DMonthPicker.d.ts +7 -0
- package/dist/types/components/{MPaginator.d.ts → DPaginator.d.ts} +4 -4
- package/dist/types/components/DPopover.d.ts +8 -0
- package/dist/types/components/{MSkeleton.d.ts → DSkeleton.d.ts} +1 -1
- package/dist/types/components/{MStepper.d.ts → DStepper.d.ts} +1 -1
- package/dist/types/components/{MTabContent.d.ts → DTabContent.d.ts} +1 -1
- package/dist/types/components/{MTabs.d.ts → DTabs.d.ts} +5 -5
- package/dist/types/components/{MToastContainer.d.ts → DToastContainer.d.ts} +2 -2
- package/dist/types/components/{MTooltip.d.ts → DTooltip.d.ts} +2 -2
- package/dist/types/components/banking/{MPermissionItem.d.ts → DPermissionItem.d.ts} +1 -1
- package/dist/types/components/banking/index.d.ts +1 -2
- package/dist/types/components/index.d.ts +27 -26
- package/dist/types/components/proxies.d.ts +21 -21
- package/dist/types/stories/components/{MBadge.stories.d.ts → DBadge.stories.d.ts} +3 -3
- package/dist/types/stories/components/DBoxFile.stories.d.ts +6 -0
- package/dist/types/stories/components/{MButton.stories.d.ts → DButton.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MCard.stories.d.ts → DCard.stories.d.ts} +3 -3
- package/dist/types/stories/components/DCardAccount.stories.d.ts +6 -0
- package/dist/types/stories/components/{MChip.stories.d.ts → DChip.stories.d.ts} +3 -3
- package/dist/types/stories/components/DCurrencyText.stories.d.ts +6 -0
- package/dist/types/stories/components/{MDatePicker.stories.d.ts → DDatePicker.stories.d.ts} +3 -3
- package/dist/types/stories/components/DFormikInput.stories.d.ts +7 -0
- package/dist/types/stories/components/{MFormikInputCurrency.stories.d.ts → DFormikInputCurrency.stories.d.ts} +3 -3
- package/dist/types/stories/components/DFormikInputSelect.stories.d.ts +7 -0
- package/dist/types/stories/components/{MIcon.stories.d.ts → DIcon.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInput.stories.d.ts → DInput.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputCheck.stories.d.ts → DInputCheck.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputCounter.stories.d.ts → DInputCounter.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputCurrency.stories.d.ts → DInputCurrency.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputCurrencyBase.stories.d.ts → DInputCurrencyBase.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputPassword.stories.d.ts → DInputPassword.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputPin.stories.d.ts → DInputPin.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputSearch.stories.d.ts → DInputSearch.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputSelect.stories.d.ts → DInputSelect.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MInputSwitch.stories.d.ts → DInputSwitch.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MList.stories.d.ts → DList.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MListItem.stories.d.ts → DListItem.stories.d.ts} +3 -3
- package/dist/types/stories/components/DListItemMovement.stories.d.ts +7 -0
- package/dist/types/stories/components/{MPaginator.stories.d.ts → DPaginator.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MProgressBar.stories.d.ts → DProgress.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MQuickActionButton.stories.d.ts → DQuickActionButton.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MQuickActionCheck.stories.d.ts → DQuickActionCheck.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MQuickActionSelect.stories.d.ts → DQuickActionSelect.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MQuickActionSwitch.stories.d.ts → DQuickActionSwitch.stories.d.ts} +3 -3
- package/dist/types/stories/components/DSkeleton.stories.d.ts +6 -0
- package/dist/types/stories/components/{MStepper.stories.d.ts → DStepper.stories.d.ts} +3 -3
- package/dist/types/stories/components/{MTooltip.stories.d.ts → DTooltip.stories.d.ts} +3 -3
- package/dist/types/stories/constants.d.ts +1 -2
- package/dist/types/stories/hooks/useOffcanvasContext.stories.d.ts +2 -2
- package/dist/types/stories/patterns/{MAlert.stories.d.ts → DAlert.stories.d.ts} +3 -3
- package/dist/types/stories/{components/MCarousel.stories.d.ts → patterns/DCarousel.stories.d.ts} +3 -3
- package/dist/types/stories/patterns/{MCollapse.stories.d.ts → DCollapse.stories.d.ts} +3 -3
- package/dist/types/stories/patterns/DCollapseIconText.stories.d.ts +6 -0
- package/dist/types/stories/patterns/{MModal.stories.d.ts → DModal.stories.d.ts} +3 -3
- package/dist/types/stories/patterns/{MOffcanvas.stories.d.ts → DOffcanvas.stories.d.ts} +3 -3
- package/dist/types/stories/patterns/{MPopover.stories.d.ts → DPopover.stories.d.ts} +3 -3
- package/dist/types/stories/patterns/{MTabs.stories.d.ts → DTabs.stories.d.ts} +3 -3
- package/package.json +3 -3
- package/src/style/components/_+import.scss +15 -12
- package/src/style/components/_d-box-file.scss +66 -0
- package/src/style/components/{_m-card-account.scss → _d-card-account.scss} +1 -1
- package/src/style/components/_d-carousel.scss +44 -0
- package/src/style/components/_d-collapse-icon-text.scss +16 -0
- package/src/style/components/_d-collapse.scss +54 -0
- package/src/style/components/_d-datepicker.scss +224 -0
- package/src/style/components/_d-monthpicker.scss +90 -0
- package/src/style/components/_d-paginator.scss +98 -0
- package/src/style/components/_d-permission-group.scss +39 -0
- package/src/style/components/{_m-popover.scss → _d-popover.scss} +2 -2
- package/src/style/components/_d-stepper.scss +156 -0
- package/src/style/components/_d-tabs.scss +56 -0
- package/src/style/components/_d-timepicker.scss +37 -0
- package/dist/types/components/MCardAccount.d.ts +0 -13
- package/dist/types/components/MCollapse.d.ts +0 -11
- package/dist/types/components/MDatePickerInput.d.ts +0 -9
- package/dist/types/components/MDatePickerTime.d.ts +0 -9
- package/dist/types/components/MFormikInput.d.ts +0 -7
- package/dist/types/components/MFormikInputCurrency.d.ts +0 -7
- package/dist/types/components/MInputCurrency.d.ts +0 -9
- package/dist/types/components/MMonthPicker.d.ts +0 -7
- package/dist/types/components/MPopover.d.ts +0 -8
- package/dist/types/stories/components/MBoxFile.stories.d.ts +0 -6
- package/dist/types/stories/components/MCardAccount.stories.d.ts +0 -6
- package/dist/types/stories/components/MFormikInput.stories.d.ts +0 -7
- package/dist/types/stories/components/MFormikInputSelect.stories.d.ts +0 -7
- package/dist/types/stories/components/MListItemMovement.stories.d.ts +0 -7
- package/dist/types/stories/components/MSkeleton.stories.d.ts +0 -6
- package/dist/types/stories/patterns/MCollapseIconText.stories.d.ts +0 -6
- package/src/style/components/_m-box-file.scss +0 -66
- package/src/style/components/_m-carousel.scss +0 -44
- package/src/style/components/_m-collapse-icon-text.scss +0 -16
- package/src/style/components/_m-collapse.scss +0 -56
- package/src/style/components/_m-datepicker.scss +0 -224
- package/src/style/components/_m-monthpicker.scss +0 -90
- package/src/style/components/_m-paginator.scss +0 -98
- package/src/style/components/_m-stepper.scss +0 -156
- package/src/style/components/_m-tabs.scss +0 -56
- package/src/style/components/_m-timepicker.scss +0 -37
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
// stylelint-disable selector-class-pattern
|
|
2
|
-
|
|
3
|
-
.react-datepicker.m-month-picker {
|
|
4
|
-
// Month variables
|
|
5
|
-
--#{$prefix}m-monthpicker-header-padding: var(--#{$prefix}ref-spacer-3) var(--#{$prefix}ref-spacer-2) 0;
|
|
6
|
-
--#{$prefix}m-monthpicker-font-weight: var(--#{$prefix}ref-fw-normal);
|
|
7
|
-
--#{$prefix}m-monthpicker-header-color: var(--#{$prefix}white);
|
|
8
|
-
--#{$prefix}m-monthpicker-header-bg: var(--#{$prefix}dark);
|
|
9
|
-
|
|
10
|
-
--#{$prefix}m-monthpicker-month-gap: 0;
|
|
11
|
-
--#{$prefix}m-monthpicker-month-padding: var(--#{$prefix}ref-spacer-2) var(--#{$prefix}ref-spacer-4) var(--#{$prefix}ref-spacer-3);
|
|
12
|
-
--#{$prefix}m-monthpicker-month-color: var(--#{$prefix}white);
|
|
13
|
-
--#{$prefix}m-monthpicker-month-bg: var(--#{$prefix}dark);
|
|
14
|
-
|
|
15
|
-
--#{$prefix}m-monthpicker-month-today-color: var(--#{$prefix}white);
|
|
16
|
-
--#{$prefix}m-monthpicker-month-selected-bg: var(--#{$prefix}gray-500);
|
|
17
|
-
--#{$prefix}m-monthpicker-month-selected-box-shadow: 0 0 0 1px inset var(--#{$prefix}gray-100);
|
|
18
|
-
|
|
19
|
-
--#{$prefix}m-monthpicker-month-hover-bg: var(--#{$prefix}gray-700);
|
|
20
|
-
|
|
21
|
-
--#{$prefix}m-monthpicker-month-wrapper-gap: var(--#{$prefix}ref-spacer-2);
|
|
22
|
-
--#{$prefix}m-monthpicker-month-wrapper-font-size: var(--#{$prefix}-ref-fs-small);
|
|
23
|
-
|
|
24
|
-
--#{$prefix}m-monthpicker-single-month-width: 46px;
|
|
25
|
-
--#{$prefix}m-monthpicker-single-month-padding: var(--#{$prefix}ref-spacer-2);
|
|
26
|
-
--#{$prefix}m-monthpicker-single-month-margin: 0;
|
|
27
|
-
--#{$prefix}m-monthpicker-single-month-text-transform: capitalize;
|
|
28
|
-
--#{$prefix}m-monthpicker-single-month-radius: var(--#{$prefix}ref-spacer-4);
|
|
29
|
-
|
|
30
|
-
--#{$prefix}m-monthpicker-single-month-after-display: ".";
|
|
31
|
-
--#{$prefix}m-monthpicker-single-month-after-content: ".";
|
|
32
|
-
|
|
33
|
-
--#{$prefix}m-datepicker-triangle-color: var(--#{$prefix}dark);
|
|
34
|
-
|
|
35
|
-
font-family: var(--#{$prefix}m-datepicker-font-family);
|
|
36
|
-
border: var(--#{$prefix}m-datepicker-border);
|
|
37
|
-
box-shadow: var(--#{$prefix}m-datepicker-box-shadow);
|
|
38
|
-
|
|
39
|
-
.react-datepicker__header {
|
|
40
|
-
padding: var(--#{$prefix}m-monthpicker-header-padding);
|
|
41
|
-
font-weight: var(--#{$prefix}m-monthpicker-font-weight);
|
|
42
|
-
color: var(--#{$prefix}m-monthpicker-header-color);
|
|
43
|
-
background-color: var(--#{$prefix}m-monthpicker-header-bg);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.react-datepicker__month.react-datepicker__monthPicker,
|
|
47
|
-
.react-datepicker__header.react-datepicker-year-header {
|
|
48
|
-
gap: var(--#{$prefix}m-monthpicker-month-gap);
|
|
49
|
-
padding: var(--#{$prefix}m-monthpicker-month-padding);
|
|
50
|
-
color: var(--#{$prefix}m-monthpicker-month-color);
|
|
51
|
-
background-color: var(--#{$prefix}m-monthpicker-month-bg);
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
.react-datepicker__month--selected,
|
|
55
|
-
.react-datepicker__month-text--in-range,
|
|
56
|
-
.react-datepicker__month-text--in-selecting-range,
|
|
57
|
-
.react-datepicker__month-text--keyboard-selected {
|
|
58
|
-
color: var(--#{$prefix}m-monthpicker-month-today-color);
|
|
59
|
-
background-color: var(--#{$prefix}m-monthpicker-month-selected-bg);
|
|
60
|
-
box-shadow: var(--#{$prefix}m-monthpicker-month-selected-box-shadow);
|
|
61
|
-
}
|
|
62
|
-
.react-datepicker__month-text:hover {
|
|
63
|
-
background-color: var(--#{$prefix}m-monthpicker-month-hover-bg);
|
|
64
|
-
}
|
|
65
|
-
.react-datepicker__month-wrapper {
|
|
66
|
-
display: flex;
|
|
67
|
-
gap: var(--#{$prefix}m-monthpicker-month-wrapper-gap);
|
|
68
|
-
font-size: var(--#{$prefix}m-monthpicker-month-wrapper-font-size);
|
|
69
|
-
.react-datepicker__month-text {
|
|
70
|
-
width: var(--#{$prefix}m-monthpicker-single-month-width);
|
|
71
|
-
padding: var(--#{$prefix}m-monthpicker-single-month-padding);
|
|
72
|
-
margin: var(--#{$prefix}m-monthpicker-single-month-margin);
|
|
73
|
-
text-transform: var(--#{$prefix}m-monthpicker-single-month-text-transform);
|
|
74
|
-
border-radius: var(--#{$prefix}m-monthpicker-single-month-radius);
|
|
75
|
-
&::after {
|
|
76
|
-
display: var(--#{$prefix}m-monthpicker-single-month-after-display);
|
|
77
|
-
content: var(--#{$prefix}m-monthpicker-single-month-after-content);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
.react-datepicker__triangle {
|
|
82
|
-
&::after,
|
|
83
|
-
&::before {
|
|
84
|
-
top: 0;
|
|
85
|
-
border-bottom-color: var(--#{$prefix}m-datepicker-triangle-color);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// stylelint-enable selector-class-pattern
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
.m-pagination {
|
|
2
|
-
// Page link
|
|
3
|
-
--#{$prefix}m-pagination-page-item-size: 2.125rem;
|
|
4
|
-
--#{$prefix}m-pagination-page-link-bg: transparent;
|
|
5
|
-
--#{$prefix}m-pagination-page-border-radius: 50%;
|
|
6
|
-
// Arrow
|
|
7
|
-
--#{$prefix}m-pagination-arrow-font-size: var(--#{$prefix}ref-fs-subparagraph);
|
|
8
|
-
--#{$prefix}m-pagination-arrow-padding-y: var(--#{$prefix}ref-spacer-1);
|
|
9
|
-
--#{$prefix}m-pagination-arrow-padding-x: var(--#{$prefix}ref-spacer-2);
|
|
10
|
-
--#{$prefix}m-pagination-arrow-border-radius: var(--#{$prefix}border-radius);
|
|
11
|
-
--#{$prefix}m-pagination-arrow-color: var(--#{$prefix}secondary);
|
|
12
|
-
// Arrow :focus
|
|
13
|
-
--#{$prefix}m-pagination-focus-arrow-bg: var(--#{$prefix}secondary-100);
|
|
14
|
-
// Arrow previous
|
|
15
|
-
--#{$prefix}m-pagination-arrow-prev-icon-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234848b7" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
|
|
16
|
-
--#{$prefix}m-pagination-disabled-arrow-prev-icon-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23a1a1b5" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
|
|
17
|
-
// Arrow next
|
|
18
|
-
--#{$prefix}m-pagination-arrow-next-icon-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234848b7" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
|
|
19
|
-
--#{$prefix}m-pagination-disabled-arrow-next-icon-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23a1a1b5" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
|
|
20
|
-
margin: 0;
|
|
21
|
-
|
|
22
|
-
.page-item {
|
|
23
|
-
min-width: var(--#{$prefix}m-pagination-page-item-size);
|
|
24
|
-
min-height: var(--#{$prefix}m-pagination-page-item-size);
|
|
25
|
-
|
|
26
|
-
&:not(.active, :hover) .page-link {
|
|
27
|
-
background-color: var(--#{$prefix}m-pagination-page-link-bg);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.m-arrow .page-link {
|
|
32
|
-
min-width: fit-content;
|
|
33
|
-
padding: var(--#{$prefix}m-pagination-arrow-padding-y) var(--#{$prefix}m-pagination-arrow-padding-x);
|
|
34
|
-
font-size: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
35
|
-
border-radius: var(--#{$prefix}m-pagination-arrow-border-radius);
|
|
36
|
-
|
|
37
|
-
&:focus {
|
|
38
|
-
background-color: var(--#{$prefix}m-pagination-focus-arrow-bg);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&::after,
|
|
42
|
-
&::before {
|
|
43
|
-
position: relative;
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
justify-content: center;
|
|
47
|
-
background-repeat: no-repeat;
|
|
48
|
-
background-size: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.m-arrow:is(.m-arrow-prev, .m-arrow-next):not(.disabled) .page-link {
|
|
53
|
-
color: var(--#{$prefix}m-pagination-arrow-color);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// Arrow prev
|
|
57
|
-
.m-arrow.m-arrow-prev .page-link::before {
|
|
58
|
-
min-width: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
59
|
-
min-height: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
60
|
-
margin-right: var(--#{$prefix}ref-spacer-1);
|
|
61
|
-
content: "";
|
|
62
|
-
background-image: var(--#{$prefix}m-pagination-arrow-prev-icon-bg-image);
|
|
63
|
-
background-position: center left;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// Arrow next
|
|
67
|
-
.m-arrow.m-arrow-next .page-link::after {
|
|
68
|
-
width: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
69
|
-
height: var(--#{$prefix}m-pagination-arrow-font-size);
|
|
70
|
-
margin-left: var(--#{$prefix}ref-spacer-1);
|
|
71
|
-
content: "";
|
|
72
|
-
background-image: var(--#{$prefix}m-pagination-arrow-next-icon-bg-image);
|
|
73
|
-
background-position: center right;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// Hide default icon
|
|
77
|
-
.m-arrow:is(.m-arrow-next, .m-arrow-prev).no-label .page-link > span {
|
|
78
|
-
display: none;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.m-arrow-prev.disabled .page-link::before {
|
|
82
|
-
background-image: var(--#{$prefix}m-pagination-disabled-arrow-prev-icon-bg-image);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.m-arrow-next.disabled .page-link::after {
|
|
86
|
-
background-image: var(--#{$prefix}m-pagination-disabled-arrow-next-icon-bg-image);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.page-link {
|
|
90
|
-
display: flex;
|
|
91
|
-
align-items: center;
|
|
92
|
-
justify-content: center;
|
|
93
|
-
width: 100%;
|
|
94
|
-
height: 100%;
|
|
95
|
-
padding: 0;
|
|
96
|
-
border-radius: var(--#{$prefix}m-pagination-page-border-radius);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
.m-stepper {
|
|
2
|
-
/* Icon container */
|
|
3
|
-
--#{$prefix}m-step-icon-container-color: var(--#{$prefix}secondary);
|
|
4
|
-
--#{$prefix}m-step-icon-container-background-color: var(--#{$prefix}white);
|
|
5
|
-
--#{$prefix}m-step-icon-container-size: 34px;
|
|
6
|
-
--#{$prefix}m-step-icon-container-border-width: 1px;
|
|
7
|
-
--#{$prefix}m-step-icon-container-border-color: var(--#{$prefix}secondary);
|
|
8
|
-
--#{$prefix}m-step-icon-container-border-radius: 100%;
|
|
9
|
-
--#{$prefix}m-step-icon-container-z-index: 3;
|
|
10
|
-
|
|
11
|
-
/* Base step */
|
|
12
|
-
--#{$prefix}m-step-label-height: 3rem;
|
|
13
|
-
--#{$prefix}m-step-icon-size: 1.125rem;
|
|
14
|
-
--#{$prefix}m-step-gap: .5rem;
|
|
15
|
-
--#{$prefix}m-step-z-index: 2;
|
|
16
|
-
|
|
17
|
-
/* Checked step */
|
|
18
|
-
--#{$prefix}m-step-check-text-color: var(--#{$prefix}white);
|
|
19
|
-
--#{$prefix}m-step-check-background-color: var(--#{$prefix}success);
|
|
20
|
-
--#{$prefix}m-step-check-border-color: var(--#{$prefix}success);
|
|
21
|
-
|
|
22
|
-
/* Current step */
|
|
23
|
-
--#{$prefix}m-step-current-text-color: var(--#{$prefix}white);
|
|
24
|
-
--#{$prefix}m-step-current-background-color: var(--#{$prefix}secondary);
|
|
25
|
-
|
|
26
|
-
/* Step line */
|
|
27
|
-
--#{$prefix}m-step-line-stroke: 1px;
|
|
28
|
-
--#{$prefix}m-step-line-color: var(--#{$prefix}secondary);
|
|
29
|
-
|
|
30
|
-
/* Step label */
|
|
31
|
-
--#{$prefix}m-step-label-padding: var(--#{$prefix}ref-spacer-4);
|
|
32
|
-
--#{$prefix}m-vertical-step-label-padding: var(--#{$prefix}ref-spacer-3);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
position: relative;
|
|
36
|
-
display: flex;
|
|
37
|
-
|
|
38
|
-
.m-step {
|
|
39
|
-
display: flex;
|
|
40
|
-
flex: 1 1 0;
|
|
41
|
-
flex-direction: column;
|
|
42
|
-
gap: var(--#{$prefix}m-step-gap);
|
|
43
|
-
|
|
44
|
-
.m-step-value {
|
|
45
|
-
position: relative;
|
|
46
|
-
display: flex;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.m-step-icon-container {
|
|
51
|
-
position: relative;
|
|
52
|
-
z-index: var(--#{$prefix}m-step-icon-container-z-index);
|
|
53
|
-
display: flex;
|
|
54
|
-
align-items: center;
|
|
55
|
-
justify-content: center;
|
|
56
|
-
width: var(--#{$prefix}m-step-icon-container-size);
|
|
57
|
-
height: var(--#{$prefix}m-step-icon-container-size);
|
|
58
|
-
|
|
59
|
-
color: var(--#{$prefix}m-step-icon-container-color);
|
|
60
|
-
background-color: var(--#{$prefix}m-step-icon-container-background-color);
|
|
61
|
-
border: var(--#{$prefix}m-step-icon-container-border-width) solid var(--#{$prefix}m-step-icon-container-border-color);
|
|
62
|
-
border-radius: var(--#{$prefix}m-step-icon-container-border-radius);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.m-step-check {
|
|
66
|
-
color: var(--#{$prefix}m-step-check-text-color);
|
|
67
|
-
background-color: var(--#{$prefix}m-step-check-background-color);
|
|
68
|
-
border-color: var(--#{$prefix}m-step-check-border-color);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.m-step-current {
|
|
72
|
-
color: var(--#{$prefix}m-step-current-text-color);
|
|
73
|
-
background-color: var(--#{$prefix}m-step-current-background-color);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.m-step-value::after {
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 50%;
|
|
79
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
80
|
-
width: 100%;
|
|
81
|
-
height: var(--#{$prefix}m-step-line-stroke);
|
|
82
|
-
content: "";
|
|
83
|
-
background-color: var(--#{$prefix}m-step-line-color);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&:first-child .m-step-value::after {
|
|
87
|
-
left: 50%;
|
|
88
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
89
|
-
width: 50%;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&:last-child .m-step-value::after {
|
|
93
|
-
right: 50%;
|
|
94
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
95
|
-
width: 50%;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.m-step-label {
|
|
99
|
-
padding-right: var(--#{$prefix}m-step-label-padding);
|
|
100
|
-
padding-left: var(--#{$prefix}m-step-label-padding);
|
|
101
|
-
text-align: center;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.is-vertical {
|
|
106
|
-
flex-direction: column;
|
|
107
|
-
|
|
108
|
-
.m-step {
|
|
109
|
-
flex-direction: row;
|
|
110
|
-
align-items: center;
|
|
111
|
-
|
|
112
|
-
.m-step-value {
|
|
113
|
-
align-items: center;
|
|
114
|
-
height: 100%;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.m-step-label {
|
|
118
|
-
display: flex;
|
|
119
|
-
flex-grow: 1;
|
|
120
|
-
align-items: center;
|
|
121
|
-
min-height: var(--#{$prefix}m-step-label-height);
|
|
122
|
-
padding: var(--#{$prefix}m-vertical-step-label-padding);
|
|
123
|
-
text-align: left;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.m-step-value::after {
|
|
127
|
-
position: absolute;
|
|
128
|
-
top: 0;
|
|
129
|
-
left: calc(50% - var(--#{$prefix}m-step-line-stroke));
|
|
130
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
131
|
-
width: 0;
|
|
132
|
-
height: 100%;
|
|
133
|
-
content: "";
|
|
134
|
-
border: var(--#{$prefix}m-step-icon-container-border-width) solid var(--#{$prefix}m-step-icon-container-border-color);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
&:first-child .m-step-value::after {
|
|
138
|
-
top: 50%;
|
|
139
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
140
|
-
width: 0;
|
|
141
|
-
height: 50%;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
&:last-child .m-step-value::after {
|
|
145
|
-
z-index: var(--#{$prefix}m-step-z-index);
|
|
146
|
-
width: 0;
|
|
147
|
-
height: 50%;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.m-step-icon {
|
|
153
|
-
display: flex;
|
|
154
|
-
font-size: var(--#{$prefix}m-step-icon-size);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
.m-tabs {
|
|
2
|
-
--#{$prefix}m-tabs-nav-gap: #{$nav-nav-gap};
|
|
3
|
-
--#{$prefix}m-tabs-nav-padding-x: #{$nav-nav-padding-x};
|
|
4
|
-
--#{$prefix}m-tabs-nav-padding-y: #{$nav-nav-padding-y};
|
|
5
|
-
--#{$prefix}m-tabs-link-border-height: #{$nav-link-border-height};
|
|
6
|
-
--#{$prefix}m-tabs-link-line-height: #{$nav-link-line-height};
|
|
7
|
-
--#{$prefix}m-tabs-link-border-border-radius: #{$nav-link-border-border-radius};
|
|
8
|
-
--#{$prefix}m-tabs-link-border-active-color: #{$nav-link-border-active-color};
|
|
9
|
-
--#{$prefix}m-tabs-link-border-active-font-weight: #{$nav-link-border-active-font-weight};
|
|
10
|
-
--#{$prefix}m-tabs-link-border-active-bg: #{$nav-link-border-active-bg};
|
|
11
|
-
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
|
|
15
|
-
.nav {
|
|
16
|
-
gap: var(--#{$prefix}m-tabs-nav-gap);
|
|
17
|
-
padding: var(--#{$prefix}m-tabs-nav-padding-y) var(--#{$prefix}m-tabs-nav-padding-x);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.nav-link {
|
|
21
|
-
position: relative;
|
|
22
|
-
line-height: var(--#{$prefix}m-tabs-link-line-height);
|
|
23
|
-
|
|
24
|
-
&.active {
|
|
25
|
-
font-weight: var(--#{$prefix}m-tabs-link-border-active-font-weight);
|
|
26
|
-
color: var(--#{$prefix}m-tabs-link-border-active-color);
|
|
27
|
-
|
|
28
|
-
&::before {
|
|
29
|
-
background: var(--#{$prefix}m-tabs-link-border-active-bg);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.nav-link::before {
|
|
35
|
-
position: absolute;
|
|
36
|
-
right: 0;
|
|
37
|
-
bottom: 0;
|
|
38
|
-
left: 0;
|
|
39
|
-
height: var(--#{$prefix}m-tabs-link-border-height);
|
|
40
|
-
content: " ";
|
|
41
|
-
border-radius: var(--#{$prefix}m-tabs-link-border-border-radius);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&.m-tabs-vertical {
|
|
45
|
-
flex-direction: row;
|
|
46
|
-
|
|
47
|
-
.nav {
|
|
48
|
-
flex-direction: column;
|
|
49
|
-
align-items: center;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.tab-content {
|
|
53
|
-
flex: 1;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
.m-datepicker-time {
|
|
2
|
-
--#{$prefix}m-datepicker-time-m-input: 100%;
|
|
3
|
-
--#{$prefix}m-datepicker-webkit-time-color: var(--#{$prefix}black);
|
|
4
|
-
--#{$prefix}m-datepicker-webkit-time-align: left;
|
|
5
|
-
--#{$prefix}m-datepicker-webkit-edit-text-padding: 2px;
|
|
6
|
-
|
|
7
|
-
--#{$prefix}m-datepicker-webkit-edit-ampm-padding: 0 4px;
|
|
8
|
-
--#{$prefix}m-datepicker-webkit-edit-ampm-color: var(--#{$prefix}secondary-900);
|
|
9
|
-
--#{$prefix}m-datepicker-webkit-edit-ampm-bg: var(--#{$prefix}secondary-100);
|
|
10
|
-
--#{$prefix}m-datepicker-webkit-edit-ampm-radius: 4px;
|
|
11
|
-
|
|
12
|
-
--#{$prefix}m-datepicker-calendar-picker-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E");
|
|
13
|
-
|
|
14
|
-
.m-input {
|
|
15
|
-
width: var(--#{$prefix}m-datepicker-time-m-input);
|
|
16
|
-
}
|
|
17
|
-
// stylelint-disable selector-no-qualifying-type
|
|
18
|
-
input[type="time"] {
|
|
19
|
-
&::-webkit-datetime-edit {
|
|
20
|
-
color: var(--#{$prefix}m-datepicker-webkit-time-color);
|
|
21
|
-
text-align: var(--#{$prefix}m-datepicker-webkit-time-align);
|
|
22
|
-
}
|
|
23
|
-
&::-webkit-datetime-edit-text {
|
|
24
|
-
padding-inline: var(--#{$prefix}m-datepicker-webkit-edit-text-padding);
|
|
25
|
-
}
|
|
26
|
-
&::-webkit-datetime-edit-ampm-field {
|
|
27
|
-
padding: var(--#{$prefix}m-datepicker-webkit-edit-ampm-padding);
|
|
28
|
-
color: var(--#{$prefix}m-datepicker-webkit-edit-ampm-color);
|
|
29
|
-
background-color: var(--#{$prefix}m-datepicker-webkit-edit-ampm-bg);
|
|
30
|
-
border-radius: var(--#{$prefix}m-datepicker-webkit-edit-ampm-radius);
|
|
31
|
-
}
|
|
32
|
-
&::-webkit-calendar-picker-indicator {
|
|
33
|
-
background-image: var(--#{$prefix}m-datepicker-calendar-picker-icon);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
}
|