@itcase/ui 1.8.109 → 1.8.111
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/{Avatar_cjs_joB9qjwk.js → Avatar_cjs_CQhA8iu9.js} +2 -2
- package/dist/{Avatar_es_C3HGSiHU.js → Avatar_es__NA_FQGM.js} +2 -2
- package/dist/{Button_cjs_mau_55Fl.js → Button_cjs_B2eZhvoC.js} +5 -5
- package/dist/{Button_es_D_IlkeBp.js → Button_es_C8qinRU4.js} +5 -5
- package/dist/{ChipsGroup_cjs_D454M1-p.js → ChipsGroup_cjs_ChJ71i_A.js} +2 -2
- package/dist/{ChipsGroup_es_BKG5mK5N.js → ChipsGroup_es_Dj0Lu5zm.js} +2 -2
- package/dist/{DatePicker_cjs_Bm8nwWKa.js → DatePicker_cjs_CpN9wFK4.js} +5 -5
- package/dist/{DatePicker_es_DAV92A4A.js → DatePicker_es_B6WjNDiN.js} +5 -5
- package/dist/{DropdownItem_cjs_D2hHKA5E.js → DropdownItem_cjs_DUIefLij.js} +2 -2
- package/dist/{DropdownItem_es_D9JBMV70.js → DropdownItem_es_uFi08Joi.js} +2 -2
- package/dist/{Icon_cjs_ZerVip3X.js → Icon_cjs_D-UNVTqI.js} +6 -6
- package/dist/{Icon_es_C76te22j.js → Icon_es_Cstv1LFr.js} +6 -6
- package/dist/{Input_cjs_CFy0tfAO.js → Input_cjs_D18gXu6j.js} +23 -39
- package/dist/{Input_es_l3ry6luZ.js → Input_es_CHuhHbMo.js} +23 -39
- package/dist/{Label_cjs_CaTh_laL.js → Label_cjs_BvS_ANE3.js} +4 -4
- package/dist/{Label_es_CoIII7Ty.js → Label_es_C4Icioi8.js} +4 -4
- package/dist/{Link_cjs_BqT6eVl6.js → Link_cjs_C5UsZUiF.js} +2 -2
- package/dist/{Link_es_BnUIX0QT.js → Link_es_XiqbdwLp.js} +2 -2
- package/dist/{Loader_cjs_c6yF7akz.js → Loader_cjs_Cme6Hi0B.js} +3 -3
- package/dist/{Loader_es_C8ETXkiZ.js → Loader_es_ByhTIMxS.js} +3 -3
- package/dist/{Text_cjs_DpRclhwc.js → Text_cjs_0EINiUq4.js} +7 -4
- package/dist/{Text_es_CtCwsa3V.js → Text_es_CwV9rjFD.js} +7 -4
- package/dist/cjs/components/Accordion.js +3 -3
- package/dist/cjs/components/Avatar.js +4 -4
- package/dist/cjs/components/AvatarStack.js +4 -4
- package/dist/cjs/components/Badge.js +3 -3
- package/dist/cjs/components/Breadcrumbs.js +3 -3
- package/dist/cjs/components/Button.js +5 -5
- package/dist/cjs/components/Cell.js +4 -4
- package/dist/cjs/components/Checkbox.js +2 -2
- package/dist/cjs/components/Chips.js +4 -4
- package/dist/cjs/components/Choice.js +25 -23
- package/dist/cjs/components/Code.js +3 -3
- package/dist/cjs/components/CookiesWarning.js +5 -5
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +11 -11
- package/dist/cjs/components/DatePicker.js +8 -8
- package/dist/cjs/components/Drawer.js +3 -3
- package/dist/cjs/components/Dropdown.js +4 -4
- package/dist/cjs/components/HeroTitle.js +5 -5
- package/dist/cjs/components/Icon.js +3 -3
- package/dist/cjs/components/Input.js +1 -1
- package/dist/cjs/components/InputPassword.js +6 -10
- package/dist/cjs/components/Label.js +4 -4
- package/dist/cjs/components/Link.js +1 -1
- package/dist/cjs/components/List.js +1 -1
- package/dist/cjs/components/Loader.js +2 -2
- package/dist/cjs/components/Logo.js +1 -1
- package/dist/cjs/components/MenuItem.js +4 -4
- package/dist/cjs/components/Modal.js +6 -6
- package/dist/cjs/components/ModalSheetBottom.js +5 -5
- package/dist/cjs/components/Notification.js +3 -3
- package/dist/cjs/components/Pagination.js +6 -6
- package/dist/cjs/components/Radio.js +58 -36
- package/dist/cjs/components/Response.js +5 -5
- package/dist/cjs/components/Search.js +5 -5
- package/dist/cjs/components/Segmented.js +12 -11
- package/dist/cjs/components/Select.js +104 -78
- package/dist/cjs/components/Swiper.js +3 -3
- package/dist/cjs/components/Switch.js +2 -2
- package/dist/cjs/components/Tab.js +4 -4
- package/dist/cjs/components/Text.js +1 -1
- package/dist/cjs/components/Textarea.js +31 -26
- package/dist/cjs/components/Tile.js +3 -3
- package/dist/cjs/components/Title.js +3 -3
- package/dist/cjs/components/Tooltip.js +3 -3
- package/dist/cjs/components/Warning.js +3 -3
- package/dist/cjs/hoc/urlWithAssetPrefix.js +17 -0
- package/dist/cjs/hooks/useAppearanceConfig/useAppearanceConfig.js +8 -4
- package/dist/cjs/hooks/useStyles/useStyles.js +0 -1
- package/dist/components/Accordion.js +3 -3
- package/dist/components/Avatar.js +4 -4
- package/dist/components/AvatarStack.js +4 -4
- package/dist/components/Badge.js +3 -3
- package/dist/components/Breadcrumbs.js +3 -3
- package/dist/components/Button.js +5 -5
- package/dist/components/Cell.js +4 -4
- package/dist/components/Checkbox.js +2 -2
- package/dist/components/Chips.js +4 -4
- package/dist/components/Choice.js +25 -23
- package/dist/components/Code.js +3 -3
- package/dist/components/CookiesWarning.js +5 -5
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +11 -11
- package/dist/components/DatePicker.js +8 -8
- package/dist/components/Drawer.js +3 -3
- package/dist/components/Dropdown.js +4 -4
- package/dist/components/HeroTitle.js +5 -5
- package/dist/components/Icon.js +3 -3
- package/dist/components/Input.js +1 -1
- package/dist/components/InputPassword.js +6 -10
- package/dist/components/Label.js +4 -4
- package/dist/components/Link.js +1 -1
- package/dist/components/List.js +1 -1
- package/dist/components/Loader.js +2 -2
- package/dist/components/Logo.js +1 -1
- package/dist/components/MenuItem.js +4 -4
- package/dist/components/Modal.js +6 -6
- package/dist/components/ModalSheetBottom.js +5 -5
- package/dist/components/Notification.js +3 -3
- package/dist/components/Pagination.js +6 -6
- package/dist/components/Radio.js +58 -36
- package/dist/components/Response.js +5 -5
- package/dist/components/Search.js +5 -5
- package/dist/components/Segmented.js +12 -11
- package/dist/components/Select.js +104 -78
- package/dist/components/Swiper.js +3 -3
- package/dist/components/Switch.js +2 -2
- package/dist/components/Tab.js +4 -4
- package/dist/components/Text.js +1 -1
- package/dist/components/Textarea.js +31 -26
- package/dist/components/Tile.js +3 -3
- package/dist/components/Title.js +3 -3
- package/dist/components/Tooltip.js +3 -3
- package/dist/components/Warning.js +3 -3
- package/dist/css/components/Choice/Choice.css +34 -23
- package/dist/css/components/Choice/css/__item/choice__item.css +1 -1
- package/dist/css/components/Choice/css/__item/choice__item_size.css +8 -3
- package/dist/css/components/DatePicker/DatePicker.css +18 -18
- package/dist/css/components/Group/Group.css +5 -0
- package/dist/css/components/Input/Input.css +21 -19
- package/dist/css/components/Radio/Radio.css +436 -5
- package/dist/css/components/Segmented/Segmented.css +15 -17
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +12 -0
- package/dist/css/components/Select/Select.css +20 -6
- package/dist/css/components/Select/css/__placeholder/select__placeholder.css +3 -0
- package/dist/css/components/Select/css/__single-value/select__single-value.css +5 -0
- package/dist/css/components/Textarea/Textarea.css +7 -6
- package/dist/css/styles/bundle.css +36 -45
- package/dist/css/styles/fill/fill.css +0 -3
- package/dist/css/styles/text-align/text-align.css +1 -1
- package/dist/css/styles/text-weight/text-weight.css +35 -41
- package/dist/hoc/urlWithAssetPrefix.js +17 -0
- package/dist/hooks/useAppearanceConfig/useAppearanceConfig.js +8 -4
- package/dist/hooks/useStyles/useStyles.js +0 -1
- package/dist/types/components/Choice/appearance/choiceDefault.d.ts +1 -0
- package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +3 -1
- package/dist/types/components/Code/Code.interface.d.ts +1 -0
- package/dist/types/components/Image/Image.d.ts +1 -2
- package/dist/types/components/Input/appearance/inputDefault.d.ts +2 -2
- package/dist/types/components/Input/appearance/inputDisabled.d.ts +1 -0
- package/dist/types/components/Input/appearance/inputRequire.d.ts +1 -0
- package/dist/types/components/Input/appearance/inputShape.d.ts +4 -4
- package/dist/types/components/Input/appearance/inputStyle.d.ts +1 -0
- package/dist/types/components/Logo/Logo.d.ts +2 -2
- package/dist/types/components/Radio/Radio.appearance.d.ts +37 -16
- package/dist/types/components/Radio/appearance/radioDefault.d.ts +7 -4
- package/dist/types/components/Radio/appearance/radioDisabled.d.ts +4 -2
- package/dist/types/components/Radio/appearance/radioError.d.ts +4 -2
- package/dist/types/components/Radio/appearance/radioRequire.d.ts +4 -2
- package/dist/types/components/Radio/appearance/radioShape.d.ts +4 -4
- package/dist/types/components/Radio/appearance/radioStyle.d.ts +10 -0
- package/dist/types/components/Radio/appearance/radioSuccess.d.ts +4 -2
- package/dist/types/components/Response/Response.d.ts +2 -2
- package/dist/types/components/SVGContent/SVGContent.d.ts +1 -2
- package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +1 -0
- package/dist/types/components/Select/appearance/selectDefault.d.ts +5 -5
- package/dist/types/components/Select/appearance/selectDisabled.d.ts +0 -1
- package/dist/types/components/Select/appearance/selectError.d.ts +16 -8
- package/dist/types/components/Select/appearance/selectRequire.d.ts +16 -8
- package/dist/types/components/Select/appearance/selectShape.d.ts +4 -4
- package/dist/types/components/Select/appearance/selectSize.d.ts +3 -0
- package/dist/types/components/Select/appearance/selectStyle.d.ts +5 -4
- package/dist/types/components/Select/appearance/selectSuccess.d.ts +16 -10
- package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +7 -5
- package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +2 -2
- package/dist/types/components/Textarea/appearance/textareaError.d.ts +2 -2
- package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +2 -2
- package/dist/types/components/Textarea/appearance/textareaShape.d.ts +4 -4
- package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +4 -2
- package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +3 -2
- package/dist/types/hoc/urlWithAssetPrefix.d.ts +27 -8
- package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +1 -1
- package/dist/types/types/utils.d.ts +34 -0
- package/package.json +3 -3
package/dist/components/Tile.js
CHANGED
|
@@ -3,8 +3,8 @@ import clsx from 'clsx';
|
|
|
3
3
|
import { useAppearanceConfig } from '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
4
4
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
5
5
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
6
|
-
import { b as Title, B as Badge, I as Icon } from '../
|
|
7
|
-
import { T as Text } from '../
|
|
6
|
+
import { b as Title, B as Badge, I as Icon } from '../Icon_es_Cstv1LFr.js';
|
|
7
|
+
import { T as Text } from '../Text_es_CwV9rjFD.js';
|
|
8
8
|
import { _ as __assign } from '../tslib.es6_es_Bwu1Cn-t.js';
|
|
9
9
|
import 'react';
|
|
10
10
|
import 'lodash/camelCase';
|
|
@@ -23,7 +23,7 @@ import 'lodash/maxBy';
|
|
|
23
23
|
import 'react-inlinesvg';
|
|
24
24
|
import '../hoc/urlWithAssetPrefix.js';
|
|
25
25
|
import '../context/UrlAssetPrefix.js';
|
|
26
|
-
import '../
|
|
26
|
+
import '../Link_es_XiqbdwLp.js';
|
|
27
27
|
|
|
28
28
|
var tileAppearanceShape = {
|
|
29
29
|
circular: {
|
package/dist/components/Title.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as Title, d as titleAppearance, c as titleConfig } from '../
|
|
1
|
+
export { b as Title, d as titleAppearance, c as titleConfig } from '../Icon_es_Cstv1LFr.js';
|
|
2
2
|
import '../tslib.es6_es_Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -22,5 +22,5 @@ import '../hooks.js';
|
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
23
|
import '../hooks/useStyles/useStyles.js';
|
|
24
24
|
import 'lodash/maxBy';
|
|
25
|
-
import '../
|
|
26
|
-
import '../
|
|
25
|
+
import '../Link_es_XiqbdwLp.js';
|
|
26
|
+
import '../Text_es_CwV9rjFD.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { T as Tooltip, a as tooltipAppearance, t as tooltipConfig } from '../
|
|
1
|
+
export { T as Tooltip, a as tooltipAppearance, t as tooltipConfig } from '../Icon_es_Cstv1LFr.js';
|
|
2
2
|
import '../tslib.es6_es_Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -22,5 +22,5 @@ import '../hooks.js';
|
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
23
|
import '../hooks/useStyles/useStyles.js';
|
|
24
24
|
import 'lodash/maxBy';
|
|
25
|
-
import '../
|
|
26
|
-
import '../
|
|
25
|
+
import '../Link_es_XiqbdwLp.js';
|
|
26
|
+
import '../Text_es_CwV9rjFD.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, Fragment } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { I as Icon } from '../
|
|
5
|
-
import { T as Text } from '../
|
|
4
|
+
import { I as Icon } from '../Icon_es_Cstv1LFr.js';
|
|
5
|
+
import { T as Text } from '../Text_es_CwV9rjFD.js';
|
|
6
6
|
import { useAppearanceConfig } from '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
8
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
@@ -12,7 +12,7 @@ import 'react-inlinesvg';
|
|
|
12
12
|
import '../hoc/urlWithAssetPrefix.js';
|
|
13
13
|
import '@itcase/common';
|
|
14
14
|
import '../context/UrlAssetPrefix.js';
|
|
15
|
-
import '../
|
|
15
|
+
import '../Link_es_XiqbdwLp.js';
|
|
16
16
|
import 'lodash/camelCase';
|
|
17
17
|
import 'lodash/castArray';
|
|
18
18
|
import 'lodash/upperFirst';
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
margin: 2px 0;
|
|
3
3
|
position: relative;
|
|
4
4
|
display: flex;
|
|
5
|
-
|
|
6
5
|
/*
|
|
7
6
|
&:not(:last-child) {
|
|
8
7
|
border-right: var(--chioce-item-border-right);
|
|
@@ -23,6 +22,7 @@
|
|
|
23
22
|
width: 100%;
|
|
24
23
|
text-align: center;
|
|
25
24
|
position: relative;
|
|
25
|
+
justify-content: center;
|
|
26
26
|
display: flex;
|
|
27
27
|
align-items: center;
|
|
28
28
|
z-index: 3;
|
|
@@ -45,10 +45,15 @@
|
|
|
45
45
|
&_size {
|
|
46
46
|
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
47
47
|
&_$(size) {
|
|
48
|
-
min-height: var(--choice-item
|
|
49
|
-
padding: var(--choice-item
|
|
48
|
+
min-height: var(--choice-item-$(size)-min-height);
|
|
49
|
+
padding: var(--choice-item-$(size)-padding);
|
|
50
|
+
&^^&_icon {
|
|
51
|
+
width: var(--choice-item-icon-$(size)-width);
|
|
52
|
+
height: var(--choice-item-icon-$(size)-height);
|
|
53
|
+
padding: 0;
|
|
54
|
+
}
|
|
50
55
|
^^&-label {
|
|
51
|
-
gap: var(--choice-item
|
|
56
|
+
gap: var(--choice-item-$(size)-gap);
|
|
52
57
|
}
|
|
53
58
|
}
|
|
54
59
|
}
|
|
@@ -138,30 +143,36 @@
|
|
|
138
143
|
}
|
|
139
144
|
}
|
|
140
145
|
:root {
|
|
141
|
-
--choice-size-
|
|
142
|
-
--choice-size-
|
|
143
|
-
--choice-size-
|
|
144
|
-
--choice-size-
|
|
146
|
+
--choice-size-l-height: 48px;
|
|
147
|
+
--choice-size-l-min-height: 48px;
|
|
148
|
+
--choice-size-l-row-gap: 12px;
|
|
149
|
+
--choice-size-l-column-gap: 12px;
|
|
145
150
|
|
|
146
151
|
--choice-size-m-row-gap: 12px;
|
|
147
152
|
--choice-size-m-column-gap: 12px;
|
|
148
|
-
--choice-size-m-height:
|
|
149
|
-
--choice-size-m-min-height:
|
|
153
|
+
--choice-size-m-height: 40px;
|
|
154
|
+
--choice-size-m-min-height: 40px;
|
|
150
155
|
|
|
151
|
-
--choice-size-
|
|
152
|
-
--choice-size-
|
|
153
|
-
--choice-size-
|
|
154
|
-
--choice-size-
|
|
156
|
+
--choice-size-s-height: 28px;
|
|
157
|
+
--choice-size-s-min-height: 28px;
|
|
158
|
+
--choice-size-s-row-gap: 12px;
|
|
159
|
+
--choice-size-s-column-gap: 12px;
|
|
155
160
|
|
|
156
|
-
--choice-item-
|
|
157
|
-
--choice-item-
|
|
158
|
-
--choice-item-
|
|
161
|
+
--choice-item-l-padding: 0px 12px;
|
|
162
|
+
--choice-item-l-min-height: 44px;
|
|
163
|
+
--choice-item-l-gap: 8px;
|
|
164
|
+
--choice-item-icon-l-width: 44px;
|
|
165
|
+
--choice-item-icon-l-height: 44px;
|
|
159
166
|
|
|
160
|
-
--choice-item-
|
|
161
|
-
--choice-item-
|
|
162
|
-
--choice-item-
|
|
167
|
+
--choice-item-m-padding: 0px 12px;
|
|
168
|
+
--choice-item-m-min-height: 36px;
|
|
169
|
+
--choice-item-m-gap: 8px;
|
|
170
|
+
--choice-item-icon-m-width: 36px;
|
|
171
|
+
--choice-item-icon-m-height: 36px;
|
|
163
172
|
|
|
164
|
-
--choice-item-
|
|
165
|
-
--choice-item-
|
|
166
|
-
--choice-item-
|
|
173
|
+
--choice-item-s-padding: 0px 6px;
|
|
174
|
+
--choice-item-s-min-height: 24px;
|
|
175
|
+
--choice-item-s-gap: 8px;
|
|
176
|
+
--choice-item-icon-s-width: 24px;
|
|
177
|
+
--choice-item-icon-s-height: 24px;
|
|
167
178
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
margin: 2px 0;
|
|
3
3
|
position: relative;
|
|
4
4
|
display: flex;
|
|
5
|
-
|
|
6
5
|
/*
|
|
7
6
|
&:not(:last-child) {
|
|
8
7
|
border-right: var(--chioce-item-border-right);
|
|
@@ -23,6 +22,7 @@
|
|
|
23
22
|
width: 100%;
|
|
24
23
|
text-align: center;
|
|
25
24
|
position: relative;
|
|
25
|
+
justify-content: center;
|
|
26
26
|
display: flex;
|
|
27
27
|
align-items: center;
|
|
28
28
|
z-index: 3;
|
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
&_size {
|
|
3
3
|
@each $size in xxl, xl, l, m, s, xs, xxs {
|
|
4
4
|
&_$(size) {
|
|
5
|
-
min-height: var(--choice-item
|
|
6
|
-
padding: var(--choice-item
|
|
5
|
+
min-height: var(--choice-item-$(size)-min-height);
|
|
6
|
+
padding: var(--choice-item-$(size)-padding);
|
|
7
|
+
&^^&_icon {
|
|
8
|
+
width: var(--choice-item-icon-$(size)-width);
|
|
9
|
+
height: var(--choice-item-icon-$(size)-height);
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
7
12
|
^^&-label {
|
|
8
|
-
gap: var(--choice-item
|
|
13
|
+
gap: var(--choice-item-$(size)-gap);
|
|
9
14
|
}
|
|
10
15
|
}
|
|
11
16
|
}
|
|
@@ -822,23 +822,23 @@ h2.react-datepicker__current-month {
|
|
|
822
822
|
align-items: center;
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
825
|
+
}
|
|
826
|
+
^^&__day {
|
|
827
|
+
&-names {
|
|
828
|
+
margin: 0;
|
|
829
|
+
display: flex;
|
|
830
|
+
}
|
|
831
|
+
&-name {
|
|
832
|
+
width: var(--date-picker-day-width);
|
|
833
|
+
height: var(--date-picker-day-height);
|
|
834
|
+
font-size: var(--date-picker-day-name-text-size);
|
|
835
|
+
font-weight: var(--date-picker-day-name-text-weight);
|
|
836
|
+
color: var(--date-picker-day-name-text-color);
|
|
837
|
+
line-height: var(--date-picker-day-name-text-line-height);
|
|
838
|
+
margin: 0;
|
|
839
|
+
display: flex;
|
|
840
|
+
justify-content: center;
|
|
841
|
+
align-items: center;
|
|
842
842
|
}
|
|
843
843
|
}
|
|
844
844
|
^^&__month {
|
|
@@ -887,7 +887,7 @@ h2.react-datepicker__current-month {
|
|
|
887
887
|
background: var(--date-picker-day-outside-background) !important;
|
|
888
888
|
cursor: default !important;
|
|
889
889
|
& .button__label {
|
|
890
|
-
color: var(--date-picker-day-
|
|
890
|
+
color: var(--date-picker-day-outside-text-color) !important;
|
|
891
891
|
cursor: default !important;
|
|
892
892
|
}
|
|
893
893
|
}
|
|
@@ -3,19 +3,21 @@
|
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin: 0;
|
|
5
5
|
border: none;
|
|
6
|
+
border: solid 1px none;
|
|
6
7
|
position: relative;
|
|
7
8
|
box-shadow: none;
|
|
8
9
|
appearance: none;
|
|
9
10
|
outline: 0;
|
|
10
11
|
caret-color: var(--input-caret-color);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
transition: var(--input-transition);
|
|
13
|
+
/* &:disabled {
|
|
14
|
+
background: none;
|
|
15
|
+
border: solid 1px none;
|
|
14
16
|
&:hover {
|
|
15
|
-
background:
|
|
16
|
-
border: solid 1px
|
|
17
|
+
background: none;
|
|
18
|
+
border: solid 1px none;
|
|
17
19
|
}
|
|
18
|
-
}
|
|
20
|
+
} */
|
|
19
21
|
&:focus {
|
|
20
22
|
outline: none;
|
|
21
23
|
}
|
|
@@ -32,10 +34,10 @@
|
|
|
32
34
|
}
|
|
33
35
|
.input {
|
|
34
36
|
&&_size {
|
|
35
|
-
@each $size in
|
|
37
|
+
@each $size in xl, l, m, s {
|
|
36
38
|
&_$(size) {
|
|
37
|
-
min-height: var(--input
|
|
38
|
-
padding: var(--input
|
|
39
|
+
min-height: var(--input-$(size)-min-height);
|
|
40
|
+
padding: var(--input-$(size)-padding);
|
|
39
41
|
}
|
|
40
42
|
}
|
|
41
43
|
}
|
|
@@ -70,19 +72,19 @@
|
|
|
70
72
|
--input-shape-rounded: 8px;
|
|
71
73
|
|
|
72
74
|
/* Size */
|
|
73
|
-
--input-
|
|
74
|
-
--input-
|
|
75
|
-
--input-
|
|
76
|
-
--input-
|
|
77
|
-
--input-
|
|
78
|
-
--input-
|
|
79
|
-
--input-
|
|
80
|
-
--input-
|
|
81
|
-
--input-size-xl-min-height: 48px;
|
|
82
|
-
--input-size-xxl-min-height: 56px;
|
|
75
|
+
--input-xl-min-height: 56px;
|
|
76
|
+
--input-xl-padding: 12px 16px;
|
|
77
|
+
--input-l-min-height: 48px;
|
|
78
|
+
--input-l-padding: 12px 12px;
|
|
79
|
+
--input-m-min-height: 40px;
|
|
80
|
+
--input-m-padding: 8px 12px;
|
|
81
|
+
--input-s-min-height: 28px;
|
|
82
|
+
--input-s-padding: 2px 6px;
|
|
83
83
|
|
|
84
84
|
--input-caret-color: var(--color-accent-fill-primary);
|
|
85
85
|
|
|
86
|
+
--input-transition: all 0.3s ease 0s;
|
|
87
|
+
|
|
86
88
|
/* State */
|
|
87
89
|
--input-state-success-background: none;
|
|
88
90
|
--input-state-success-border: var(--color-success-border-primary);
|