@dynamic-framework/ui-react 1.36.2 → 2.0.0-dev.10
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-non-root.css +7051 -3728
- package/dist/css/dynamic-ui-non-root.min.css +3 -3
- package/dist/css/dynamic-ui-root.css +339 -161
- package/dist/css/dynamic-ui-root.min.css +3 -3
- package/dist/css/dynamic-ui.css +7392 -3891
- package/dist/css/dynamic-ui.min.css +3 -3
- package/dist/index.esm.js +643 -410
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +687 -437
- package/dist/index.js.map +1 -1
- package/dist/js/bootstrap.bundle.js +3 -6
- package/dist/js/bootstrap.bundle.min.js +2 -2
- package/dist/js/bootstrap.esm.js +3 -6
- package/dist/js/bootstrap.esm.min.js +2 -2
- package/dist/js/bootstrap.js +3 -6
- package/dist/js/bootstrap.min.js +2 -2
- package/dist/types/components/DAlert/DAlert.d.ts +3 -3
- package/dist/types/components/DAvatar/DAvatar.d.ts +1 -3
- package/dist/types/components/DBadge/DBadge.d.ts +4 -3
- package/dist/types/components/DBox/DBox.d.ts +5 -0
- package/dist/types/components/DBox/index.d.ts +2 -0
- package/dist/types/components/DBoxFile/DBoxFile.d.ts +1 -1
- package/dist/types/components/DBoxFile/useDBoxFile.d.ts +2 -2
- package/dist/types/components/DButton/DButton.d.ts +8 -17
- package/dist/types/components/DButtonIcon/DButtonIcon.d.ts +3 -3
- package/dist/types/components/DCarousel/components/DCarouselSlide.d.ts +3 -1
- package/dist/types/components/DChip/DChip.d.ts +3 -3
- package/dist/types/components/DCollapse/DCollapse.d.ts +2 -2
- package/dist/types/components/DCreditCard/DCreditCard.d.ts +12 -0
- package/dist/types/components/DCreditCard/index.d.ts +2 -0
- package/dist/types/components/DDatePicker/DDatePicker.d.ts +3 -3
- package/dist/types/components/DDatePicker/components/DDatePickerHeaderSelector.d.ts +2 -4
- package/dist/types/components/DDropdown/DDropdown.d.ts +20 -0
- package/dist/types/components/DDropdown/index.d.ts +2 -0
- package/dist/types/components/DIconBase/DIconBase.d.ts +13 -9
- package/dist/types/components/DInput/DInput.d.ts +3 -2
- package/dist/types/components/DInputCheck/DInputCheck.d.ts +2 -1
- package/dist/types/components/DInputCounter/DInputCounter.d.ts +3 -2
- package/dist/types/components/DInputCurrency/DInputCurrency.d.ts +4 -3
- package/dist/types/components/DInputMask/DInputMask.d.ts +7 -17
- package/dist/types/components/DInputPhone/DInputPhone.d.ts +2 -2
- package/dist/types/components/DInputPin/DInputPin.d.ts +3 -3
- package/dist/types/components/DInputRange/DInputRange.d.ts +2 -2
- package/dist/types/components/DInputSelect/DInputSelect.d.ts +3 -3
- package/dist/types/components/DInputSwitch/DInputSwitch.d.ts +2 -1
- package/dist/types/components/DLayout/DLayout.d.ts +22 -0
- package/dist/types/components/DLayout/components/DLayoutPane.d.ts +13 -0
- package/dist/types/components/DLayout/index.d.ts +3 -0
- package/dist/types/components/DListGroup/components/DListGroupItem.d.ts +4 -4
- package/dist/types/components/DModal/DModal.d.ts +3 -1
- package/dist/types/components/DOffcanvas/DOffcanvas.d.ts +3 -1
- package/dist/types/components/DOtp/DOtp.d.ts +16 -0
- package/dist/types/components/DOtp/DOtpspec.d.ts +0 -0
- package/dist/types/components/DOtp/components/OtpCountdown.d.ts +7 -0
- package/dist/types/components/DOtp/hooks/useCountdown.d.ts +4 -0
- package/dist/types/components/DOtp/index.d.ts +2 -0
- package/dist/types/components/DPaginator/DPaginator.d.ts +2 -27
- package/dist/types/components/DPasswordStrengthMeter/DPasswordStrengthMeter.d.ts +23 -0
- package/dist/types/components/DPasswordStrengthMeter/PasswordCheckItem.d.ts +7 -0
- package/dist/types/components/DPasswordStrengthMeter/PasswordCheckList.d.ts +14 -0
- package/dist/types/components/DPasswordStrengthMeter/PasswordStrength.d.ts +6 -0
- package/dist/types/components/DPasswordStrengthMeter/index.d.ts +3 -0
- package/dist/types/components/DPopover/DPopover.d.ts +1 -1
- package/dist/types/components/DProgress/DProgress.d.ts +2 -1
- package/dist/types/components/DSelect/DSelect.d.ts +3 -3
- package/dist/types/components/DTabs/DTabs.d.ts +2 -2
- package/dist/types/components/DTimeline/DTimeline.d.ts +15 -0
- package/dist/types/components/DTimeline/index.d.ts +2 -0
- package/dist/types/components/DToastContainer/useDToast.d.ts +2 -2
- package/dist/types/components/DTooltip/DTooltip.d.ts +1 -2
- package/dist/types/components/DVoucher/DVoucher.d.ts +14 -0
- package/dist/types/components/DVoucher/hooks/useScreenshot.d.ts +5 -0
- package/dist/types/components/DVoucher/hooks/useScreenshotDownload.d.ts +5 -0
- package/dist/types/components/DVoucher/hooks/useScreenshotWebShare.d.ts +5 -0
- package/dist/types/components/DVoucher/index.d.ts +2 -0
- package/dist/types/components/config.d.ts +0 -2
- package/dist/types/components/index.d.ts +8 -9
- package/dist/types/components/interface.d.ts +3 -8
- package/dist/types/contexts/DContext.d.ts +0 -2
- package/dist/types/hooks/tests/useDisableBodyScrollEffect.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useDisableInputWheel.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useFormatCurrency.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useInputCurrency.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useItemSelection.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useMediaBreakpointUp.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useMediaQuery.spec.d.ts +1 -0
- package/dist/types/hooks/tests/usePortal.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useProvidedRefOrCreate.spec.d.ts +1 -0
- package/dist/types/hooks/tests/useStackState.spec.d.ts +1 -0
- package/dist/types/hooks/useInputCurrency.d.ts +1 -1
- package/dist/types/hooks/useProvidedRefOrCreate.d.ts +1 -1
- package/dist/types/hooks/useResponsiveProp.d.ts +35 -0
- package/dist/types/types/polymorphic.d.ts +3 -3
- package/dist/types/utils/tests/attr-accept.spec.d.ts +1 -0
- package/dist/types/utils/tests/changeQueryString.spec.d.ts +1 -0
- package/dist/types/utils/tests/configureI18n.spec.d.ts +1 -0
- package/dist/types/utils/tests/formatCurrency.spec.d.ts +1 -0
- package/dist/types/utils/tests/getCssVariable.spec.d.ts +1 -0
- package/dist/types/utils/tests/getKeyboardFocusableElements.spec.d.ts +1 -0
- package/dist/types/utils/tests/getQueryString.spec.d.ts +1 -0
- package/dist/types/utils/tests/mediaQuery.spec.d.ts +1 -0
- package/dist/types/utils/tests/validatePhoneNumber.spec.d.ts +1 -0
- package/jest/setup.js +93 -2
- package/package.json +57 -57
- package/src/style/_shame.scss +42 -1
- package/src/style/abstracts/_mixins.scss +35 -23
- package/src/style/abstracts/_utilities.scss +70 -1
- package/src/style/abstracts/variables/_+import.scss +3 -2
- package/src/style/abstracts/variables/_alerts.scss +2 -0
- package/src/style/abstracts/variables/_body.scss +10 -3
- package/src/style/abstracts/variables/_border.scss +5 -5
- package/src/style/abstracts/variables/_buttons.scss +19 -11
- package/src/style/abstracts/variables/_cards.scss +6 -4
- package/src/style/abstracts/variables/_chips.scss +2 -2
- package/src/style/abstracts/variables/_colors.scss +147 -70
- package/src/style/abstracts/variables/_datepicker.scss +10 -9
- package/src/style/abstracts/variables/_dropdowns.scss +6 -4
- package/src/style/abstracts/variables/_forms.scss +4 -4
- package/src/style/abstracts/variables/_list-group.scss +2 -2
- package/src/style/abstracts/variables/_modals.scss +4 -3
- package/src/style/abstracts/variables/_offcanvas.scss +1 -0
- package/src/style/abstracts/variables/_pagination.scss +4 -4
- package/src/style/abstracts/variables/_shadow.scss +1 -0
- package/src/style/abstracts/variables/_tables.scss +8 -3
- package/src/style/abstracts/variables/_tooltip.scss +1 -1
- package/src/style/abstracts/variables/_typography.scss +7 -7
- package/src/style/base/_+import.scss +1 -0
- package/src/style/base/_alert.scss +1 -27
- package/src/style/base/_badge.scss +50 -12
- package/src/style/base/_buttons.scss +33 -30
- package/src/style/base/_dropdown.scss +18 -0
- package/src/style/base/_input-group.scss +5 -0
- package/src/style/base/_label.scss +0 -4
- package/src/style/base/_list-group.scss +6 -0
- package/src/style/base/_pagination.scss +2 -0
- package/src/style/base/_tables.scss +4 -0
- package/src/style/base/_tooltip.scss +1 -10
- package/src/style/components/_+import.scss +5 -4
- package/src/style/components/_d-avatar.scss +2 -20
- package/src/style/components/_d-box-file.scss +1 -1
- package/src/style/components/_d-box.scss +13 -0
- package/src/style/components/_d-carousel.scss +19 -1
- package/src/style/components/_d-credit-card.scss +67 -0
- package/src/style/components/_d-datepicker.scss +83 -26
- package/src/style/components/_d-icon.scss +10 -3
- package/src/style/components/_d-modal.scss +3 -0
- package/src/style/components/_d-stepper-desktop.scss +61 -65
- package/src/style/components/_d-stepper-mobile.scss +2 -2
- package/src/style/components/_d-tabs.scss +37 -0
- package/src/style/components/_d-timeline.scss +108 -0
- package/src/style/components/_d-voucher.scss +29 -0
- package/src/style/helpers/_color-bg.scss +13 -3
- package/src/style/root/_root.scss +109 -86
- package/dist/css/bootstrap-icons.css +0 -2106
- package/dist/css/bootstrap-icons.json +0 -2080
- package/dist/css/bootstrap-icons.min.css +0 -5
- package/dist/css/bootstrap-icons.scss +0 -2118
- package/dist/css/fonts/bootstrap-icons.woff +0 -0
- package/dist/css/fonts/bootstrap-icons.woff2 +0 -0
- package/dist/types/components/DInputCurrencyBase/DInputCurrencyBase.d.ts +0 -26
- package/dist/types/components/DInputCurrencyBase/index.d.ts +0 -2
- package/dist/types/components/DInputSearch/DInputSearch.d.ts +0 -17
- package/dist/types/components/DInputSearch/index.d.ts +0 -2
- package/dist/types/components/DList/DList.d.ts +0 -17
- package/dist/types/components/DList/components/DListItem.d.ts +0 -13
- package/dist/types/components/DList/index.d.ts +0 -3
- package/dist/types/components/DQuickActionButton/DQuickActionButton.d.ts +0 -20
- package/dist/types/components/DQuickActionButton/index.d.ts +0 -2
- package/dist/types/components/DQuickActionCheck/DQuickActionCheck.d.ts +0 -17
- package/dist/types/components/DQuickActionCheck/index.d.ts +0 -2
- package/dist/types/components/DQuickActionSelect/DQuickActionSelect.d.ts +0 -13
- package/dist/types/components/DQuickActionSelect/index.d.ts +0 -2
- package/dist/types/components/DQuickActionSwitch/DQuickActionSwitch.d.ts +0 -15
- package/dist/types/components/DQuickActionSwitch/index.d.ts +0 -2
- package/dist/types/components/DSkeleton/DSkeleton.d.ts +0 -11
- package/dist/types/components/DSkeleton/index.d.ts +0 -2
- package/dist/types/components/DTableHead/DTableHead.d.ts +0 -9
- package/dist/types/components/DTableHead/index.d.ts +0 -2
- package/src/style/components/_d-quick-action-button.scss +0 -121
- package/src/style/components/_d-quick-action-check.scss +0 -74
- package/src/style/components/_d-quick-action-select.scss +0 -58
- package/src/style/components/_d-quick-action-switch.scss +0 -64
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
@mixin df-button-outline-variant-variables(
|
|
45
45
|
$color-name,
|
|
46
46
|
$default-color: var(--#{$prefix}#{$color-name}-500),
|
|
47
|
-
$
|
|
48
|
-
$hover-
|
|
49
|
-
$
|
|
50
|
-
$focus-
|
|
51
|
-
$active-
|
|
52
|
-
$active-
|
|
47
|
+
$default-border-color: $default-color,
|
|
48
|
+
$hover-color: var(--#{$prefix}#{$color-name}-600),
|
|
49
|
+
$hover-border-color: $hover-color,
|
|
50
|
+
$focus-color: $hover-color,
|
|
51
|
+
$active-color: var(--#{$prefix}#{$color-name}-700),
|
|
52
|
+
$active-border-color: $active-color,
|
|
53
53
|
$disabled-opacity: $btn-disabled-opacity,
|
|
54
54
|
$box-shadow: $btn-box-shadow,
|
|
55
55
|
$focus-shadow-rgb: var(--#{$prefix}#{$color-name}-500-rgb),
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
) {
|
|
58
58
|
--#{$prefix}btn-outline-#{$color-name}-color: #{$default-color};
|
|
59
59
|
--#{$prefix}btn-outline-#{$color-name}-bg: transparent;
|
|
60
|
-
--#{$prefix}btn-outline-#{$color-name}-border-color: #{$default-color};
|
|
60
|
+
--#{$prefix}btn-outline-#{$color-name}-border-color: #{$default-border-color};
|
|
61
61
|
--#{$prefix}btn-outline-#{$color-name}-box-shadow: #{$box-shadow};
|
|
62
62
|
|
|
63
|
-
--#{$prefix}btn-outline-#{$color-name}-hover-color: #{$hover-
|
|
64
|
-
--#{$prefix}btn-outline-#{$color-name}-hover-bg:
|
|
65
|
-
--#{$prefix}btn-outline-#{$color-name}-hover-border-color: #{$hover-
|
|
63
|
+
--#{$prefix}btn-outline-#{$color-name}-hover-color: #{$hover-color};
|
|
64
|
+
--#{$prefix}btn-outline-#{$color-name}-hover-bg: transparent;
|
|
65
|
+
--#{$prefix}btn-outline-#{$color-name}-hover-border-color: #{$hover-border-color};
|
|
66
66
|
|
|
67
|
-
--#{$prefix}btn-outline-#{$color-name}-focus-color: #{$focus-
|
|
68
|
-
--#{$prefix}btn-outline-#{$color-name}-focus-bg:
|
|
69
|
-
--#{$prefix}btn-outline-#{$color-name}-focus-border-color: #{$focus-
|
|
67
|
+
--#{$prefix}btn-outline-#{$color-name}-focus-color: #{$focus-color};
|
|
68
|
+
--#{$prefix}btn-outline-#{$color-name}-focus-bg: transparent;
|
|
69
|
+
--#{$prefix}btn-outline-#{$color-name}-focus-border-color: #{$focus-color};
|
|
70
70
|
--#{$prefix}btn-outline-#{$color-name}-focus-shadow-rgb: #{$focus-shadow-rgb};
|
|
71
71
|
|
|
72
|
-
--#{$prefix}btn-outline-#{$color-name}-active-color: #{$active-
|
|
73
|
-
--#{$prefix}btn-outline-#{$color-name}-active-bg:
|
|
74
|
-
--#{$prefix}btn-outline-#{$color-name}-active-border-color: #{$active-
|
|
72
|
+
--#{$prefix}btn-outline-#{$color-name}-active-color: #{$active-color};
|
|
73
|
+
--#{$prefix}btn-outline-#{$color-name}-active-bg: transparent;
|
|
74
|
+
--#{$prefix}btn-outline-#{$color-name}-active-border-color: #{$active-border-color};
|
|
75
75
|
--#{$prefix}btn-outline-#{$color-name}-active-box-shadow: #{$active-box-shadow};
|
|
76
76
|
|
|
77
77
|
--#{$prefix}btn-outline-#{$color-name}-disabled-color: #{$default-color};
|
|
@@ -120,6 +120,24 @@
|
|
|
120
120
|
}
|
|
121
121
|
// scss-docs-end df-btn-link-variant-variables-mixin
|
|
122
122
|
|
|
123
|
+
@mixin df-button-variant-outline-mapper($color-name) {
|
|
124
|
+
--#{$prefix}btn-color: var(--#{$prefix}btn-outline-#{$color-name}-color);
|
|
125
|
+
--#{$prefix}btn-border-color: var(--#{$prefix}btn-outline-#{$color-name}-border-color);
|
|
126
|
+
|
|
127
|
+
--#{$prefix}btn-hover-color: var(--#{$prefix}btn-outline-#{$color-name}-hover-color);
|
|
128
|
+
--#{$prefix}btn-hover-border-color: var(--#{$prefix}btn-outline-#{$color-name}-hover-border-color);
|
|
129
|
+
--#{$prefix}btn-active-color: var(--#{$prefix}btn-outline-#{$color-name}-active-color);
|
|
130
|
+
--#{$prefix}btn-active-border-color: var(--#{$prefix}btn-outline-#{$color-name}-active-border-color);
|
|
131
|
+
|
|
132
|
+
--#{$prefix}btn-focus-color: var(--#{$prefix}btn-outline-#{$color-name}-focus-color);
|
|
133
|
+
--#{$prefix}btn-focus-shadow-rgb: var(--#{$prefix}btn-outline-#{$color-name}-focus-shadow-rgb);
|
|
134
|
+
|
|
135
|
+
--#{$prefix}btn-box-shadow: #{$btn-box-shadow};
|
|
136
|
+
|
|
137
|
+
--#{$prefix}btn-disabled-border-color: var(--#{$prefix}btn-outline-#{$color-name}-disabled-border-color);
|
|
138
|
+
--#{$prefix}btn-disabled-color: var(--#{$prefix}btn-outline-#{$color-name}-disabled-color);
|
|
139
|
+
}
|
|
140
|
+
|
|
123
141
|
// scss-docs-start df-btn-variant-mixin
|
|
124
142
|
@mixin df-button-variant-mapper($color-name, $variant-name: "") {
|
|
125
143
|
@if $variant-name != "" {
|
|
@@ -149,12 +167,6 @@
|
|
|
149
167
|
--#{$prefix}btn-disabled-bg: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-disabled-bg);
|
|
150
168
|
--#{$prefix}btn-disabled-border-color: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-disabled-border-color);
|
|
151
169
|
--#{$prefix}btn-disabled-opacity: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-disabled-opacity);
|
|
152
|
-
|
|
153
|
-
&.loading {
|
|
154
|
-
--#{$prefix}btn-disabled-color: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-active-color);
|
|
155
|
-
--#{$prefix}btn-disabled-bg: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-active-bg);
|
|
156
|
-
--#{$prefix}btn-disabled-border-color: var(--#{$prefix}btn-#{$variant-name}#{$color-name}-active-border-color);
|
|
157
|
-
}
|
|
158
170
|
}
|
|
159
171
|
// scss-docs-end df-btn-variant-mixin
|
|
160
172
|
|
|
@@ -170,7 +182,7 @@
|
|
|
170
182
|
--#{$prefix}table-striped-color: #{$color};
|
|
171
183
|
--#{$prefix}table-active-bg: #{unquote("color-mix(in srgb, var(--#{$prefix}#{$background}), var(--#{$prefix}white) #{(100% - $table-bg-scale) * $table-active-bg-factor})")};
|
|
172
184
|
--#{$prefix}table-active-color: #{$color};
|
|
173
|
-
--#{$prefix}table-hover-bg:
|
|
185
|
+
--#{$prefix}table-hover-bg: var(--#{$prefix}gray-25);
|
|
174
186
|
--#{$prefix}table-hover-color: #{$color};
|
|
175
187
|
|
|
176
188
|
color: var(--#{$prefix}table-color);
|
|
@@ -30,7 +30,7 @@ $utilities: map-merge(
|
|
|
30
30
|
values: map-merge(
|
|
31
31
|
map-get(map-get($utilities, "background-color"), "values"),
|
|
32
32
|
map-loop(
|
|
33
|
-
map-merge-multiple($theme-colors-palettes, $palette-grays
|
|
33
|
+
map-merge-multiple($theme-colors-palettes, $palette-grays),
|
|
34
34
|
rgba-css-var,
|
|
35
35
|
"$key",
|
|
36
36
|
"bg"
|
|
@@ -66,6 +66,12 @@ $utilities: map-merge(
|
|
|
66
66
|
responsive: true
|
|
67
67
|
)
|
|
68
68
|
),
|
|
69
|
+
"position": map-merge(
|
|
70
|
+
map-get($utilities, "position"),
|
|
71
|
+
(
|
|
72
|
+
responsive: true
|
|
73
|
+
)
|
|
74
|
+
),
|
|
69
75
|
"border-color": map-merge(
|
|
70
76
|
map-get($utilities, "border-color"),
|
|
71
77
|
(
|
|
@@ -75,6 +81,25 @@ $utilities: map-merge(
|
|
|
75
81
|
)
|
|
76
82
|
)
|
|
77
83
|
),
|
|
84
|
+
"grid-column": (
|
|
85
|
+
class: "g-col",
|
|
86
|
+
property: grid-column,
|
|
87
|
+
responsive: true,
|
|
88
|
+
values: (
|
|
89
|
+
13: auto/span 13,
|
|
90
|
+
14: auto/span 14,
|
|
91
|
+
15: auto/span 15,
|
|
92
|
+
16: auto/span 16,
|
|
93
|
+
17: auto/span 17,
|
|
94
|
+
18: auto/span 18,
|
|
95
|
+
19: auto/span 19,
|
|
96
|
+
20: auto/span 20,
|
|
97
|
+
21: auto/span 21,
|
|
98
|
+
22: auto/span 22,
|
|
99
|
+
23: auto/span 23,
|
|
100
|
+
24: auto/span 24
|
|
101
|
+
)
|
|
102
|
+
),
|
|
78
103
|
"overlay": (
|
|
79
104
|
property: opacity,
|
|
80
105
|
class: "overlay",
|
|
@@ -130,6 +155,50 @@ $utilities: map-merge(
|
|
|
130
155
|
responsive: true,
|
|
131
156
|
)
|
|
132
157
|
),
|
|
158
|
+
"v-align": (
|
|
159
|
+
property: vertical-align,
|
|
160
|
+
responsive: true,
|
|
161
|
+
class: "v-align",
|
|
162
|
+
values: (
|
|
163
|
+
baseline: baseline,
|
|
164
|
+
top: top,
|
|
165
|
+
bottom: bottom,
|
|
166
|
+
text-top: text-top,
|
|
167
|
+
text-bottom: text-bottom,
|
|
168
|
+
sub: sub,
|
|
169
|
+
super: super,
|
|
170
|
+
middle: middle,
|
|
171
|
+
)
|
|
172
|
+
),
|
|
173
|
+
"display": (
|
|
174
|
+
property: display,
|
|
175
|
+
responsive: true,
|
|
176
|
+
class: "d",
|
|
177
|
+
values: (
|
|
178
|
+
inline: inline,
|
|
179
|
+
inline-block: inline-block,
|
|
180
|
+
block: block,
|
|
181
|
+
table: table,
|
|
182
|
+
table-row: table-row,
|
|
183
|
+
table-cell: table-cell,
|
|
184
|
+
flex: flex,
|
|
185
|
+
inline-flex: inline-flex,
|
|
186
|
+
none: none,
|
|
187
|
+
grid: grid,
|
|
188
|
+
table-header-group: table-header-group,
|
|
189
|
+
)
|
|
190
|
+
),
|
|
191
|
+
"text-wrap": (
|
|
192
|
+
property: text-wrap,
|
|
193
|
+
responsive: true,
|
|
194
|
+
class: "text-wrap",
|
|
195
|
+
values: (
|
|
196
|
+
balance: balance,
|
|
197
|
+
normal: normal,
|
|
198
|
+
truncate: truncate,
|
|
199
|
+
wrap: wrap
|
|
200
|
+
)
|
|
201
|
+
),
|
|
133
202
|
"body-font-size": (
|
|
134
203
|
class: "fs-body",
|
|
135
204
|
responsive: true,
|
|
@@ -19,9 +19,9 @@ $focus-ring-width: .25rem !default;
|
|
|
19
19
|
$focus-ring-opacity: .25 !default;
|
|
20
20
|
$focus-ring-blur: 0 !default;
|
|
21
21
|
// custom
|
|
22
|
-
$focus-ring-border-color:
|
|
22
|
+
$focus-ring-border-color: transparent !default;
|
|
23
23
|
$focus-ring-color-mapping: "secondary-rgb" !default;
|
|
24
|
-
$focus-ring-color: var(--#{$prefix}
|
|
24
|
+
$focus-ring-color: var(--#{$prefix}gray-100) !default;
|
|
25
25
|
// end custom
|
|
26
26
|
$focus-ring-box-shadow: 0 0 $focus-ring-blur $focus-ring-width $focus-ring-color !default;
|
|
27
27
|
// scss-docs-end focus-ring-variables
|
|
@@ -66,6 +66,7 @@ $input-btn-border-width: var(--#{$prefix}border-width) !default;
|
|
|
66
66
|
@import "buttons";
|
|
67
67
|
@import "forms";
|
|
68
68
|
@import "z-index";
|
|
69
|
+
@import "shadow";
|
|
69
70
|
@import "navs";
|
|
70
71
|
@import "navbar";
|
|
71
72
|
@import "dropdowns";
|
|
@@ -5,8 +5,16 @@
|
|
|
5
5
|
// custom
|
|
6
6
|
$body-color-mapping: "gray-900" !default;
|
|
7
7
|
$body-color: map-get($all-colors, $body-color-mapping) !default;
|
|
8
|
-
|
|
9
|
-
$body-bg:
|
|
8
|
+
|
|
9
|
+
// $body-bg-mapping: "secondary-soft" !default;
|
|
10
|
+
// $body-bg: map-get($all-colors, $body-bg-mapping) !default;
|
|
11
|
+
// Se mapeaba a la variable css
|
|
12
|
+
// Al final quedaba: --bs-secondary-soft-rgb
|
|
13
|
+
|
|
14
|
+
// WIP: Se asigna el color manualmente
|
|
15
|
+
// este color no existe en la paleta de grises
|
|
16
|
+
// ¿Se tendría que agregar?
|
|
17
|
+
$body-bg: #f5f6fa !default;
|
|
10
18
|
|
|
11
19
|
$body-secondary-color: var(--#{$prefix}body-color-rgb) !default;
|
|
12
20
|
$body-secondary-bg: var(--#{$prefix}gray-200) !default;
|
|
@@ -29,4 +37,3 @@ $link-hover-color: map-get($all-colors, $link-hover-color-mapping) !default;
|
|
|
29
37
|
// end custom
|
|
30
38
|
|
|
31
39
|
$link-decoration: none !default;
|
|
32
|
-
$link-hover-decoration: underline !default;
|
|
@@ -8,10 +8,10 @@ $border-color-translucent: rgba(var(--#{$prefix}black-rgb), .175) !default;
|
|
|
8
8
|
// scss-docs-end border-variables
|
|
9
9
|
|
|
10
10
|
// scss-docs-start border-radius-variables
|
|
11
|
-
$border-radius:
|
|
12
|
-
$border-radius-sm: .
|
|
13
|
-
$border-radius-lg:
|
|
14
|
-
$border-radius-xl:
|
|
15
|
-
$border-radius-xxl:
|
|
11
|
+
$border-radius: .5rem !default;
|
|
12
|
+
$border-radius-sm: .25rem !default;
|
|
13
|
+
$border-radius-lg: 1rem !default;
|
|
14
|
+
$border-radius-xl: 1.5rem !default;
|
|
15
|
+
$border-radius-xxl: 2rem !default;
|
|
16
16
|
$border-radius-pill: 50rem !default;
|
|
17
17
|
// scss-docs-end border-radius-variables
|
|
@@ -4,17 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
// scss-docs-start btn-variables
|
|
6
6
|
$btn-color: var(--#{$prefix}body-color) !default;
|
|
7
|
-
$btn-padding-y: $spacer-
|
|
8
|
-
$btn-padding-x: $spacer-
|
|
9
|
-
$btn-line-height: 1 !default;
|
|
7
|
+
$btn-padding-y: $spacer-2 !default;
|
|
8
|
+
$btn-padding-x: $spacer-4 !default;
|
|
9
|
+
$btn-line-height: 1.5 !default;
|
|
10
|
+
$btn-font-weight: $font-weight-semibold !default;
|
|
10
11
|
|
|
11
|
-
$btn-padding-y-sm: $spacer-
|
|
12
|
-
$btn-padding-x-sm: $spacer-
|
|
12
|
+
$btn-padding-y-sm: $spacer-1 !default;
|
|
13
|
+
$btn-padding-x-sm: $spacer-3 !default;
|
|
13
14
|
$btn-font-size-sm: $small-font-size !default;
|
|
14
15
|
|
|
15
|
-
$btn-padding-y-lg: $spacer-
|
|
16
|
-
$btn-padding-x-lg: $spacer-
|
|
17
|
-
$btn-
|
|
16
|
+
$btn-padding-y-lg: $spacer-3 !default;
|
|
17
|
+
$btn-padding-x-lg: $spacer-5 !default;
|
|
18
|
+
$btn-lg-font-size: 1.15rem !default;
|
|
18
19
|
|
|
19
20
|
$btn-border-width: $input-btn-border-width !default;
|
|
20
21
|
|
|
@@ -22,9 +23,16 @@ $btn-box-shadow: 0 0 0 transparent !default; // to avoid the none in the bootstr
|
|
|
22
23
|
$btn-disabled-opacity: .65 !default;
|
|
23
24
|
$btn-active-box-shadow: 0 0 0 transparent !default; // to avoid the none in the bootstrap box-shadow calculation
|
|
24
25
|
|
|
25
|
-
$btn-border-radius:
|
|
26
|
-
$btn-border-radius-
|
|
27
|
-
$btn-
|
|
26
|
+
$btn-border-radius: .5rem !default;
|
|
27
|
+
$btn-border-radius-lg: .5rem !default;
|
|
28
|
+
$btn-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1) !default;
|
|
29
|
+
$btn-border-radius-sm: .25rem !default;
|
|
28
30
|
|
|
29
31
|
$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
|
30
32
|
// scss-docs-end btn-variables
|
|
33
|
+
|
|
34
|
+
$btn-outline-primary-hover-color: inherit !default;
|
|
35
|
+
$btn-outline-primary-hover-bg: transparent !default;
|
|
36
|
+
$btn-outline-primary-focus-bg: transparent !default;
|
|
37
|
+
|
|
38
|
+
$btn-loading-gap: var(--#{$prefix}ref-spacer-2) !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
// Cards
|
|
2
2
|
|
|
3
3
|
// scss-docs-start card-variables
|
|
4
|
-
$card-border-width: 0px !default;
|
|
5
|
-
$card-box-shadow: var(--#{$prefix}box-shadow-sm) !default;
|
|
6
4
|
$card-bg: var(--#{$prefix}white) !default;
|
|
7
|
-
$card-spacer-y: $spacer-
|
|
8
|
-
$card-spacer-x: $spacer-
|
|
5
|
+
$card-spacer-y: $spacer-4 !default;
|
|
6
|
+
$card-spacer-x: $spacer-4 !default;
|
|
7
|
+
$card-cap-padding-y: $spacer-4 !default;
|
|
8
|
+
$card-cap-bg: transparent !default;
|
|
9
|
+
$card-border-color: var(--#{$prefix}gray-50) !default;
|
|
10
|
+
|
|
9
11
|
// scss-docs-end card-variables
|
|
@@ -5,9 +5,9 @@ $chip-gap: $spacer-1 !default;
|
|
|
5
5
|
$chip-bg: var(--#{$prefix}white) !default;
|
|
6
6
|
$chip-color: var(--#{$prefix}gray-900) !default;
|
|
7
7
|
$chip-border-radius: $border-radius-pill !default;
|
|
8
|
-
$chip-padding-x: $spacer-
|
|
8
|
+
$chip-padding-x: $spacer-3 !default;
|
|
9
9
|
$chip-padding-y: $spacer-1 !default;
|
|
10
10
|
$chip-font-size: $small-font-size !default;
|
|
11
11
|
$chip-font-weight: $font-weight-bold !default;
|
|
12
|
-
$chip-line-height: $line-height-base
|
|
12
|
+
$chip-line-height: $line-height-base !default;
|
|
13
13
|
// scss-docs-end chip-variables
|
|
@@ -35,7 +35,7 @@ $grays: (
|
|
|
35
35
|
// fusv-enable
|
|
36
36
|
|
|
37
37
|
// scss-docs-start color-variables
|
|
38
|
-
$blue: #
|
|
38
|
+
$blue: #2068d5 !default;
|
|
39
39
|
$indigo: #6610f2 !default;
|
|
40
40
|
$purple: #4848b7 !default;
|
|
41
41
|
$pink: #d81b60 !default;
|
|
@@ -339,30 +339,30 @@ $cyans: (
|
|
|
339
339
|
// custom
|
|
340
340
|
// theme <- colors mapping.
|
|
341
341
|
$theme-colors-mapping: (
|
|
342
|
-
"primary": "
|
|
343
|
-
"secondary": "
|
|
342
|
+
"primary": "blue",
|
|
343
|
+
"secondary": "gray-800",
|
|
344
344
|
"success": "green",
|
|
345
345
|
"info": "blue",
|
|
346
346
|
"warning": "yellow",
|
|
347
347
|
"danger": "red",
|
|
348
|
-
"light": "gray-
|
|
348
|
+
"light": "gray-25",
|
|
349
349
|
"dark": "gray-900"
|
|
350
350
|
) !default;
|
|
351
351
|
// end custom
|
|
352
352
|
|
|
353
353
|
// scss-docs-start theme-color-variables
|
|
354
|
-
$primary: $
|
|
355
|
-
$secondary: $
|
|
354
|
+
$primary: $blue !default;
|
|
355
|
+
$secondary: $gray-400 !default;
|
|
356
356
|
$success: $green !default;
|
|
357
357
|
$info: $blue !default;
|
|
358
358
|
$warning: $yellow !default;
|
|
359
359
|
$danger: $red !default;
|
|
360
|
-
$light: $gray-
|
|
360
|
+
$light: $gray-25 !default;
|
|
361
361
|
$dark: $gray-900 !default;
|
|
362
362
|
// scss-docs-end theme-color-variables
|
|
363
363
|
|
|
364
364
|
// scss-docs-start theme-colors-map
|
|
365
|
-
$theme-colors: (
|
|
365
|
+
$theme-colors-base: (
|
|
366
366
|
"primary": $primary,
|
|
367
367
|
"secondary": $secondary,
|
|
368
368
|
"success": $success,
|
|
@@ -370,8 +370,22 @@ $theme-colors: (
|
|
|
370
370
|
"warning": $warning,
|
|
371
371
|
"danger": $danger,
|
|
372
372
|
"light": $light,
|
|
373
|
-
"dark": $dark
|
|
373
|
+
"dark": $dark,
|
|
374
374
|
) !default;
|
|
375
|
+
|
|
376
|
+
$theme-colors-extra: (
|
|
377
|
+
"indigo": $indigo,
|
|
378
|
+
"purple": $purple,
|
|
379
|
+
"pink": $pink,
|
|
380
|
+
"red": $red,
|
|
381
|
+
"orange": $orange,
|
|
382
|
+
"yellow": $yellow,
|
|
383
|
+
"green": $green,
|
|
384
|
+
"teal": $teal,
|
|
385
|
+
"cyan": $cyan,
|
|
386
|
+
) !default;
|
|
387
|
+
|
|
388
|
+
$theme-colors: map-merge($theme-colors-base, $theme-colors-extra) !default;
|
|
375
389
|
// scss-docs-end theme-colors-map
|
|
376
390
|
|
|
377
391
|
// TODO: check this.
|
|
@@ -387,7 +401,7 @@ $primary-text-emphasis: var(--#{$prefix}primary-600) !default;
|
|
|
387
401
|
$secondary-text-emphasis: var(--#{$prefix}secondary-600) !default;
|
|
388
402
|
$success-text-emphasis: var(--#{$prefix}success-600) !default;
|
|
389
403
|
$info-text-emphasis: var(--#{$prefix}info-600) !default;
|
|
390
|
-
$warning-text-emphasis: var(--#{$prefix}warning-
|
|
404
|
+
$warning-text-emphasis: var(--#{$prefix}warning-800) !default;
|
|
391
405
|
$danger-text-emphasis: var(--#{$prefix}danger-600) !default;
|
|
392
406
|
$light-text-emphasis: var(--#{$prefix}gray-600) !default;
|
|
393
407
|
$dark-text-emphasis: var(--#{$prefix}gray-600) !default;
|
|
@@ -415,29 +429,29 @@ $light-border-subtle: var(--#{$prefix}gray-100) !default;
|
|
|
415
429
|
$dark-border-subtle: var(--#{$prefix}gray-400) !default;
|
|
416
430
|
// scss-docs-end theme-border-subtle-variables
|
|
417
431
|
|
|
418
|
-
$primary-25: $
|
|
419
|
-
$primary-50: $
|
|
420
|
-
$primary-100: $
|
|
421
|
-
$primary-200: $
|
|
422
|
-
$primary-300: $
|
|
423
|
-
$primary-400: $
|
|
424
|
-
$primary-500: $
|
|
425
|
-
$primary-600: $
|
|
426
|
-
$primary-700: $
|
|
427
|
-
$primary-800: $
|
|
428
|
-
$primary-900: $
|
|
429
|
-
|
|
430
|
-
$secondary-25: $
|
|
431
|
-
$secondary-50: $
|
|
432
|
-
$secondary-100: $
|
|
433
|
-
$secondary-200: $
|
|
434
|
-
$secondary-300: $
|
|
435
|
-
$secondary-400: $
|
|
436
|
-
$secondary-500: $
|
|
437
|
-
$secondary-600: $
|
|
438
|
-
$secondary-700: $
|
|
439
|
-
$secondary-800: $
|
|
440
|
-
$secondary-900: $
|
|
432
|
+
$primary-25: $blue-25 !default;
|
|
433
|
+
$primary-50: $blue-50 !default;
|
|
434
|
+
$primary-100: $blue-100 !default;
|
|
435
|
+
$primary-200: $blue-200 !default;
|
|
436
|
+
$primary-300: $blue-300 !default;
|
|
437
|
+
$primary-400: $blue-400 !default;
|
|
438
|
+
$primary-500: $blue-500 !default;
|
|
439
|
+
$primary-600: $blue-600 !default;
|
|
440
|
+
$primary-700: $blue-700 !default;
|
|
441
|
+
$primary-800: $blue-800 !default;
|
|
442
|
+
$primary-900: $blue-900 !default;
|
|
443
|
+
|
|
444
|
+
$secondary-25: $gray-25 !default;
|
|
445
|
+
$secondary-50: $gray-50 !default;
|
|
446
|
+
$secondary-100: $gray-100 !default;
|
|
447
|
+
$secondary-200: $gray-200 !default;
|
|
448
|
+
$secondary-300: $gray-300 !default;
|
|
449
|
+
$secondary-400: $gray-400 !default;
|
|
450
|
+
$secondary-500: $gray-500 !default;
|
|
451
|
+
$secondary-600: $gray-600 !default;
|
|
452
|
+
$secondary-700: $gray-700 !default;
|
|
453
|
+
$secondary-800: $gray-800 !default;
|
|
454
|
+
$secondary-900: $gray-900 !default;
|
|
441
455
|
|
|
442
456
|
$success-25: $green-25 !default;
|
|
443
457
|
$success-50: $green-50 !default;
|
|
@@ -487,43 +501,6 @@ $danger-700: $red-700 !default;
|
|
|
487
501
|
$danger-800: $red-800 !default;
|
|
488
502
|
$danger-900: $red-900 !default;
|
|
489
503
|
|
|
490
|
-
// custom
|
|
491
|
-
$bg-surface-gray: var(--#{$prefix}gray-50-rgb) !default;
|
|
492
|
-
$bg-surface-primary: var(--#{$prefix}primary-50-rgb) !default;
|
|
493
|
-
$bg-surface-secondary: var(--#{$prefix}secondary-50-rgb) !default;
|
|
494
|
-
$bg-surface-success: var(--#{$prefix}success-50-rgb) !default;
|
|
495
|
-
$bg-surface-info: var(--#{$prefix}info-50-rgb) !default;
|
|
496
|
-
$bg-surface-warning: var(--#{$prefix}warning-50-rgb) !default;
|
|
497
|
-
$bg-surface-danger: var(--#{$prefix}danger-50-rgb) !default;
|
|
498
|
-
|
|
499
|
-
$bg-surface-colors: (
|
|
500
|
-
"surface-gray": $bg-surface-gray,
|
|
501
|
-
"surface-primary": $bg-surface-primary,
|
|
502
|
-
"surface-secondary": $bg-surface-secondary,
|
|
503
|
-
"surface-success": $bg-surface-success,
|
|
504
|
-
"surface-info": $bg-surface-info,
|
|
505
|
-
"surface-warning": $bg-surface-warning,
|
|
506
|
-
"surface-danger": $bg-surface-danger,
|
|
507
|
-
) !default;
|
|
508
|
-
|
|
509
|
-
$bg-gray-soft: var(--#{$prefix}gray-25-rgb) !default;
|
|
510
|
-
$bg-primary-soft: var(--#{$prefix}primary-25-rgb) !default;
|
|
511
|
-
$bg-secondary-soft: var(--#{$prefix}secondary-25-rgb) !default;
|
|
512
|
-
$bg-success-soft: var(--#{$prefix}success-25-rgb) !default;
|
|
513
|
-
$bg-info-soft: var(--#{$prefix}info-25-rgb) !default;
|
|
514
|
-
$bg-warning-soft: var(--#{$prefix}warning-25-rgb) !default;
|
|
515
|
-
$bg-danger-soft: var(--#{$prefix}danger-25-rgb) !default;
|
|
516
|
-
|
|
517
|
-
$bg-soft-colors: (
|
|
518
|
-
"gray-soft": $bg-gray-soft,
|
|
519
|
-
"primary-soft": $bg-primary-soft,
|
|
520
|
-
"secondary-soft": $bg-secondary-soft,
|
|
521
|
-
"success-soft": $bg-success-soft,
|
|
522
|
-
"info-soft": $bg-info-soft,
|
|
523
|
-
"warning-soft": $bg-warning-soft,
|
|
524
|
-
"danger-soft": $bg-danger-soft,
|
|
525
|
-
) !default;
|
|
526
|
-
// end custom
|
|
527
504
|
|
|
528
505
|
$theme-colors-palettes: (
|
|
529
506
|
"primary-25": $primary-25,
|
|
@@ -592,6 +569,106 @@ $theme-colors-palettes: (
|
|
|
592
569
|
"danger-700": $danger-700,
|
|
593
570
|
"danger-800": $danger-800,
|
|
594
571
|
"danger-900": $danger-900,
|
|
572
|
+
// extras colors
|
|
573
|
+
"indigo-25": $indigo-25,
|
|
574
|
+
"indigo-50": $indigo-50,
|
|
575
|
+
"indigo-100": $indigo-100,
|
|
576
|
+
"indigo-200": $indigo-200,
|
|
577
|
+
"indigo-300": $indigo-300,
|
|
578
|
+
"indigo-400": $indigo-400,
|
|
579
|
+
"indigo-500": $indigo-500,
|
|
580
|
+
"indigo-600": $indigo-600,
|
|
581
|
+
"indigo-700": $indigo-700,
|
|
582
|
+
"indigo-800": $indigo-800,
|
|
583
|
+
"indigo-900": $indigo-900,
|
|
584
|
+
"purple-25": $purple-25,
|
|
585
|
+
"purple-50": $purple-50,
|
|
586
|
+
"purple-100": $purple-100,
|
|
587
|
+
"purple-200": $purple-200,
|
|
588
|
+
"purple-300": $purple-300,
|
|
589
|
+
"purple-400": $purple-400,
|
|
590
|
+
"purple-500": $purple-500,
|
|
591
|
+
"purple-600": $purple-600,
|
|
592
|
+
"purple-700": $purple-700,
|
|
593
|
+
"purple-800": $purple-800,
|
|
594
|
+
"purple-900": $purple-900,
|
|
595
|
+
"pink-25": $pink-25,
|
|
596
|
+
"pink-50": $pink-50,
|
|
597
|
+
"pink-100": $pink-100,
|
|
598
|
+
"pink-200": $pink-200,
|
|
599
|
+
"pink-300": $pink-300,
|
|
600
|
+
"pink-400": $pink-400,
|
|
601
|
+
"pink-500": $pink-500,
|
|
602
|
+
"pink-600": $pink-600,
|
|
603
|
+
"pink-700": $pink-700,
|
|
604
|
+
"pink-800": $pink-800,
|
|
605
|
+
"pink-900": $pink-900,
|
|
606
|
+
"red-25": $red-25,
|
|
607
|
+
"red-50": $red-50,
|
|
608
|
+
"red-100": $red-100,
|
|
609
|
+
"red-200": $red-200,
|
|
610
|
+
"red-300": $red-300,
|
|
611
|
+
"red-400": $red-400,
|
|
612
|
+
"red-500": $red-500,
|
|
613
|
+
"red-600": $red-600,
|
|
614
|
+
"red-700": $red-700,
|
|
615
|
+
"red-800": $red-800,
|
|
616
|
+
"red-900": $red-900,
|
|
617
|
+
"orange-25": $orange-25,
|
|
618
|
+
"orange-50": $orange-50,
|
|
619
|
+
"orange-100": $orange-100,
|
|
620
|
+
"orange-200": $orange-200,
|
|
621
|
+
"orange-300": $orange-300,
|
|
622
|
+
"orange-400": $orange-400,
|
|
623
|
+
"orange-500": $orange-500,
|
|
624
|
+
"orange-600": $orange-600,
|
|
625
|
+
"orange-700": $orange-700,
|
|
626
|
+
"orange-800": $orange-800,
|
|
627
|
+
"orange-900": $orange-900,
|
|
628
|
+
"yellow-25": $yellow-25,
|
|
629
|
+
"yellow-50": $yellow-50,
|
|
630
|
+
"yellow-100": $yellow-100,
|
|
631
|
+
"yellow-200": $yellow-200,
|
|
632
|
+
"yellow-300": $yellow-300,
|
|
633
|
+
"yellow-400": $yellow-400,
|
|
634
|
+
"yellow-500": $yellow-500,
|
|
635
|
+
"yellow-600": $yellow-600,
|
|
636
|
+
"yellow-700": $yellow-700,
|
|
637
|
+
"yellow-800": $yellow-800,
|
|
638
|
+
"yellow-900": $yellow-900,
|
|
639
|
+
"green-25": $green-25,
|
|
640
|
+
"green-50": $green-50,
|
|
641
|
+
"green-100": $green-100,
|
|
642
|
+
"green-200": $green-200,
|
|
643
|
+
"green-300": $green-300,
|
|
644
|
+
"green-400": $green-400,
|
|
645
|
+
"green-500": $green-500,
|
|
646
|
+
"green-600": $green-600,
|
|
647
|
+
"green-700": $green-700,
|
|
648
|
+
"green-800": $green-800,
|
|
649
|
+
"green-900": $green-900,
|
|
650
|
+
"teal-25": $teal-25,
|
|
651
|
+
"teal-50": $teal-50,
|
|
652
|
+
"teal-100": $teal-100,
|
|
653
|
+
"teal-200": $teal-200,
|
|
654
|
+
"teal-300": $teal-300,
|
|
655
|
+
"teal-400": $teal-400,
|
|
656
|
+
"teal-500": $teal-500,
|
|
657
|
+
"teal-600": $teal-600,
|
|
658
|
+
"teal-700": $teal-700,
|
|
659
|
+
"teal-800": $teal-800,
|
|
660
|
+
"teal-900": $teal-900,
|
|
661
|
+
"cyan-25": $cyan-25,
|
|
662
|
+
"cyan-50": $cyan-50,
|
|
663
|
+
"cyan-100": $cyan-100,
|
|
664
|
+
"cyan-200": $cyan-200,
|
|
665
|
+
"cyan-300": $cyan-300,
|
|
666
|
+
"cyan-400": $cyan-400,
|
|
667
|
+
"cyan-500": $cyan-500,
|
|
668
|
+
"cyan-600": $cyan-600,
|
|
669
|
+
"cyan-700": $cyan-700,
|
|
670
|
+
"cyan-800": $cyan-800,
|
|
671
|
+
"cyan-900": $cyan-900,
|
|
595
672
|
) !default;
|
|
596
673
|
|
|
597
674
|
$palette-grays: map-prev-key($grays, "gray") !default;
|
|
@@ -5,8 +5,8 @@ $datepicker-border-color: var(--#{$prefix}gray-400) !default;
|
|
|
5
5
|
$datepicker-border-radius: var(--#{$prefix}border-radius-sm) !default;
|
|
6
6
|
$datepicker-day-border-radius: .25rem !default;
|
|
7
7
|
// Header
|
|
8
|
-
$datepicker-header-bg:
|
|
9
|
-
$datepicker-header-padding:
|
|
8
|
+
$datepicker-header-bg: none !default;
|
|
9
|
+
$datepicker-header-padding: 0 !default;
|
|
10
10
|
$datepicker-header-font-weight: var(--#{$prefix}fw-bold) !default;
|
|
11
11
|
$datepicker-day-names-color: var(--#{$prefix}gray) !default;
|
|
12
12
|
$datepicker-day-names-font-size: var(--#{$prefix}fs-small) !default;
|
|
@@ -24,7 +24,7 @@ $datepicker-day-color: var(--#{$prefix}body-color) !default;
|
|
|
24
24
|
|
|
25
25
|
// Day selected
|
|
26
26
|
$datepicker-day-selected-color: var(--#{$prefix}white) !default;
|
|
27
|
-
$datepicker-day-selected-bg: var(--#{$prefix}
|
|
27
|
+
$datepicker-day-selected-bg: var(--#{$prefix}primary-500) !default;
|
|
28
28
|
|
|
29
29
|
// Day Disabled
|
|
30
30
|
$datepicker-day-disabled-color: var(--#{$prefix}gray-400) !default;
|
|
@@ -37,11 +37,12 @@ $datepicker-week-number-border-radius: .25rem !default;
|
|
|
37
37
|
|
|
38
38
|
// Range
|
|
39
39
|
$datepicker-range-start-color: var(--#{$prefix}white) !default;
|
|
40
|
-
$datepicker-range-start-bg: var(--#{$prefix}
|
|
40
|
+
$datepicker-range-start-bg: var(--#{$prefix}primary-500) !default;
|
|
41
41
|
$datepicker-range-end-color: var(--#{$prefix}white) !default;
|
|
42
|
-
$datepicker-range-end-bg: var(--#{$prefix}
|
|
43
|
-
$datepicker-in-range-bg: var(--#{$prefix}
|
|
42
|
+
$datepicker-range-end-bg: var(--#{$prefix}primary-500) !default;
|
|
43
|
+
$datepicker-in-range-bg: var(--#{$prefix}primary-200) !default;
|
|
44
44
|
$datepicker-range-color: var(--#{$prefix}body-color) !default;
|
|
45
|
-
$datepicker-in-range-hover-bg: var(--#{$prefix}
|
|
46
|
-
$datepicker-in-range-disabled-color: var(--#{$prefix}
|
|
47
|
-
$datepicker-in-range-disabled-bg: var(--#{$prefix}
|
|
45
|
+
$datepicker-in-range-hover-bg: var(--#{$prefix}primary-400) !default;
|
|
46
|
+
$datepicker-in-range-disabled-color: var(--#{$prefix}primary-200) !default;
|
|
47
|
+
$datepicker-in-range-disabled-bg: var(--#{$prefix}primary-50) !default;
|
|
48
|
+
$datepicker-time-list-item-width: 100px !default;
|