@itcase/ui 1.1.17 → 1.1.19
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/components/Accordion/Accordion.css +87 -11
- package/dist/css/components/Avatar/Avatar.css +102 -7
- package/dist/css/components/Badge/Badge.css +66 -8
- package/dist/css/components/Button/Button.css +335 -16
- package/dist/css/components/Caption/Caption.css +22 -4
- package/dist/css/components/Card/Card.css +18 -3
- package/dist/css/components/Cell/Cell.css +119 -13
- package/dist/css/components/Checkbox/Checkbox.css +95 -5
- package/dist/css/components/Chips/Chips.css +59 -5
- package/dist/css/components/Choice/Choice.css +84 -6
- package/dist/css/components/Choice/css/__item/choice__item.css +0 -2
- package/dist/css/components/Code/Code.css +38 -6
- package/dist/css/components/ContextMenu/ContextMenu.css +36 -5
- package/dist/css/components/ContextMenu/css/__item/context-menu__item.css +0 -2
- package/dist/css/components/CookiesWarning/CookiesWarning.css +36 -2
- package/dist/css/components/DadataHintField/DadataHintField.css +36 -6
- package/dist/css/components/DatePicker/DatePicker.css +1175 -8
- package/dist/css/components/Divider/Divider.css +48 -6
- package/dist/css/components/Dot/Dot.css +25 -5
- package/dist/css/components/Drawer/Drawer.css +52 -4
- package/dist/css/components/Dropdown/Dropdown.css +129 -13
- package/dist/css/components/Flex/Flex.css +178 -17
- package/dist/css/components/Flex/css/__item/flex__item.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -2
- package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -2
- package/dist/css/components/Grid/Grid.css +218 -22
- package/dist/css/components/Grid/css/__item/grid__item.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -2
- package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -2
- package/dist/css/components/Grid/css/__row/grid__row.css +0 -2
- package/dist/css/components/Group/Group.css +94 -9
- package/dist/css/components/HTMLContent/HTMLContent.css +98 -7
- package/dist/css/components/Icon/Icon.css +123 -12
- package/dist/css/components/Image/Image.css +132 -9
- package/dist/css/components/Input/Input.css +85 -6
- package/dist/css/components/InputMask/Input.css +77 -6
- package/dist/css/components/InputPassword/InputPassword.css +68 -5
- package/dist/css/components/Label/Label.css +83 -8
- package/dist/css/components/Link/Link.css +32 -5
- package/dist/css/components/List/List.css +112 -9
- package/dist/css/components/Loader/Loader.css +44 -4
- package/dist/css/components/Logo/Logo.css +55 -7
- package/dist/css/components/Menu/Menu.css +56 -6
- package/dist/css/components/MenuItem/MenuItem.css +81 -9
- package/dist/css/components/Modal/Modal.css +39 -5
- package/dist/css/components/Notification/Notification.css +143 -11
- package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -2
- package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -2
- package/dist/css/components/Overlay/Overlay.css +43 -5
- package/dist/css/components/Page/Page.css +8 -3
- package/dist/css/components/Pagination/Pagination.css +107 -8
- package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -2
- package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -2
- package/dist/css/components/Panel/Panel.css +107 -10
- package/dist/css/components/Radio/Radio.css +113 -6
- package/dist/css/components/RangeSlider/RangeSlider.css +418 -15
- package/dist/css/components/Response/Response.css +29 -4
- package/dist/css/components/SVGContent/SVGContent.css +2 -3
- package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +30 -2
- package/dist/css/components/Scrollbar/Scrollbar.css +58 -3
- package/dist/css/components/Search/Search.css +114 -10
- package/dist/css/components/Search/css/search-input/search-input.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_shape.css +0 -2
- package/dist/css/components/Search/css/search-input/search-input_size.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result.css +0 -2
- package/dist/css/components/Search/css/search-result/search-result_shape.css +0 -2
- package/dist/css/components/Segmented/Segmented.css +117 -6
- package/dist/css/components/Select/Select.css +373 -22
- package/dist/css/components/Select/css/__control/select__control.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_fill.css +0 -2
- package/dist/css/components/Select/css/__control/select__control_shape.css +0 -2
- package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -2
- package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -2
- package/dist/css/components/Select/css/__menu/select__menu.css +0 -2
- package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -2
- package/dist/css/components/Select/css/__option/select__option.css +0 -2
- package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -2
- package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -2
- package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -2
- package/dist/css/components/SiteMenu/SiteMenu.css +37 -3
- package/dist/css/components/Swiper/Swiper.css +973 -7
- package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -2
- package/dist/css/components/Switch/Switch.css +68 -5
- package/dist/css/components/Tab/Tab.css +69 -9
- package/dist/css/components/Text/Text.css +57 -6
- package/dist/css/components/Textarea/Textarea.css +40 -5
- package/dist/css/components/Tile/Tile.css +47 -6
- package/dist/css/components/Title/Title.css +59 -7
- package/dist/css/components/Tooltip/Tooltip.css +121 -9
- package/dist/css/components/Video/Video.css +37 -7
- package/dist/css/components/Wrapper/Wrapper.css +35 -4
- package/dist/css/styles/align/align.css +0 -2
- package/dist/css/styles/align/align_horizontal-reverse.css +0 -2
- package/dist/css/styles/align/align_horizontal.css +0 -2
- package/dist/css/styles/align/align_vertical-reverse.css +0 -2
- package/dist/css/styles/align/align_vertical.css +0 -2
- package/dist/css/styles/alignment/alignment.css +0 -2
- package/dist/css/styles/border-color/border-color.css +0 -2
- package/dist/css/styles/border-color/border-color_focus.css +0 -2
- package/dist/css/styles/border-color/border-color_hover.css +0 -2
- package/dist/css/styles/border-type/border-type.css +0 -2
- package/dist/css/styles/border-width/border-width.css +0 -2
- package/dist/css/styles/caret-color/caret-color.css +0 -2
- package/dist/css/styles/column-gap/column-gap.css +0 -2
- package/dist/css/styles/constraints/constraints.css +0 -2
- package/dist/css/styles/cursor/cursor.css +0 -2
- package/dist/css/styles/direction/direction.css +0 -2
- package/dist/css/styles/elevation/elevation.css +0 -2
- package/dist/css/styles/elevation/elevation_hover.css +0 -2
- package/dist/css/styles/fill/fill.css +0 -2
- package/dist/css/styles/fill/fill_active.css +0 -2
- package/dist/css/styles/fill/fill_active_hover.css +0 -2
- package/dist/css/styles/fill/fill_disabled.css +0 -2
- package/dist/css/styles/fill/fill_hover.css +0 -2
- package/dist/css/styles/fill-gradient/fill-gradient.css +0 -2
- package/dist/css/styles/flex/flex-grow.css +0 -2
- package/dist/css/styles/gap/gap.css +0 -2
- package/dist/css/styles/height/height.css +0 -2
- package/dist/css/styles/hover/hover-fill-color.css +0 -2
- package/dist/css/styles/hover/hover-item-color.css +0 -2
- package/dist/css/styles/hover/hover-text-color.css +0 -2
- package/dist/css/styles/justify-content/justify-content.css +0 -2
- package/dist/css/styles/mediaqueries.css +24 -2
- package/dist/css/styles/mixin_elevation.css +0 -2
- package/dist/css/styles/mixin_fill-gradient.css +0 -2
- package/dist/css/styles/mixin_global.css +0 -2
- package/dist/css/styles/opacity/opacity.css +0 -2
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -2
- package/dist/css/styles/position/position.css +0 -2
- package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -2
- package/dist/css/styles/resize-vertical/resize-vertical.css +0 -2
- package/dist/css/styles/row-gap/row-gap.css +0 -2
- package/dist/css/styles/shape/shape.css +0 -2
- package/dist/css/styles/svg-color/svg_fill.css +1 -2
- package/dist/css/styles/svg-color/svg_fill_hover.css +0 -2
- package/dist/css/styles/text-align/text-align.css +0 -2
- package/dist/css/styles/text-color/text-color.css +0 -2
- package/dist/css/styles/text-color/text-color_active.css +0 -2
- package/dist/css/styles/text-color/text-color_hover.css +0 -2
- package/dist/css/styles/text-decoration/text-decoration.css +0 -2
- package/dist/css/styles/text-gradient/text-gradient.css +0 -2
- package/dist/css/styles/text-style/text-style.css +0 -2
- package/dist/css/styles/text-truncate/text-truncate.css +0 -2
- package/dist/css/styles/text-weight/text-weight.css +0 -2
- package/dist/css/styles/width/width.css +0 -2
- package/dist/css/styles/word-wrap/word-wrap.css +0 -2
- package/package.json +5 -5
|
@@ -1,14 +1,122 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
.cell {
|
|
2
|
+
&__wrapper {
|
|
3
|
+
min-width: auto;
|
|
4
|
+
^&__data {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-flow: row nowrap;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: 8px;
|
|
9
|
+
}
|
|
10
|
+
^&__icon {
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
.cell {
|
|
15
|
+
&__wrapper {
|
|
16
|
+
&_direction {
|
|
17
|
+
&_vertical {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
gap: var(--cell-vertical-gap, 4px);
|
|
21
|
+
}
|
|
22
|
+
&_horizontal {
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: row;
|
|
25
|
+
justify-content: space-between;
|
|
26
|
+
gap: var(--cell-horizontal-gap, 20px);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.cell {
|
|
32
|
+
&_size {
|
|
33
|
+
@each $size in s, m, l, xl {
|
|
34
|
+
&_$(size) {
|
|
35
|
+
^^&__wrapper {
|
|
36
|
+
padding: var(--cell-size-$(size)-padding);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.cell {
|
|
43
|
+
&__wrapper {
|
|
44
|
+
&_shape {
|
|
45
|
+
&_rounded {
|
|
46
|
+
border-radius: var(--cell-border-radius, 6px);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
.cell {
|
|
52
|
+
&&_state {
|
|
53
|
+
&_active {
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
.cell {
|
|
58
|
+
&&_state {
|
|
59
|
+
&_disabled {
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
.cell {
|
|
64
|
+
&_reset-gap {
|
|
65
|
+
^&__wrapper {
|
|
66
|
+
gap: 0;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.cell {
|
|
71
|
+
&_reset-padding {
|
|
72
|
+
^&__wrapper {
|
|
73
|
+
padding: 0;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
.cell {
|
|
78
|
+
&_reverse {
|
|
79
|
+
^&__wrapper {
|
|
80
|
+
&_direction {
|
|
81
|
+
&_horizontal {
|
|
82
|
+
flex-direction: row-reverse;
|
|
83
|
+
}
|
|
84
|
+
&_vertical {
|
|
85
|
+
flex-direction: column-reverse;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.cell {
|
|
92
|
+
&&_mode {
|
|
93
|
+
&_skeleton {
|
|
94
|
+
^^&__data {
|
|
95
|
+
^^^&__title,
|
|
96
|
+
^^^&__value {
|
|
97
|
+
color: transparent;
|
|
98
|
+
background-image: linear-gradient(
|
|
99
|
+
90deg,
|
|
100
|
+
var(--color-surface-secondary),
|
|
101
|
+
var(--color-surface-tertiary),
|
|
102
|
+
var(--color-surface-secondary)
|
|
103
|
+
);
|
|
104
|
+
background-size: 200%;
|
|
105
|
+
border-radius: 6px;
|
|
106
|
+
animation: cell-skeleton 3s infinite linear;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
@keyframes cell-skeleton {
|
|
113
|
+
0% {
|
|
114
|
+
background-position: 200%;
|
|
115
|
+
}
|
|
116
|
+
100% {
|
|
117
|
+
background-position: -200%;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
12
120
|
:root {
|
|
13
121
|
--cell-size-s-padding: 6px;
|
|
14
122
|
|
|
@@ -18,5 +126,3 @@
|
|
|
18
126
|
|
|
19
127
|
--cell-size-xl-padding: 12px;
|
|
20
128
|
}
|
|
21
|
-
|
|
22
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NlbGwvQ2VsbC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiQ2VsbC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9jZWxsLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jZWxsX2RpcmVjdGlvbi5jc3MnO1xuQGltcG9ydCAnLi9jc3MvY2VsbF9zaXplLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jZWxsX3NoYXBlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jZWxsX3N0YXRlX2FjdGl2ZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvY2VsbF9zdGF0ZV9kaXNhYmxlZC5jc3MnO1xuQGltcG9ydCAnLi9jc3MvY2VsbF9yZXNldC1nYXAuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2NlbGxfcmVzZXQtcGFkZGluZy5jc3MnO1xuQGltcG9ydCAnLi9jc3MvY2VsbF9yZXZlcnNlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jZWxsX21vZGVfc2tlbGV0b24uY3NzJztcblxuOnJvb3Qge1xuICAtLWNlbGwtc2l6ZS1zLXBhZGRpbmc6IDZweDtcblxuICAtLWNlbGwtc2l6ZS1tLXBhZGRpbmc6IDZweDtcblxuICAtLWNlbGwtc2l6ZS1sLXBhZGRpbmc6IDZweDtcblxuICAtLWNlbGwtc2l6ZS14bC1wYWRkaW5nOiAxMnB4O1xufVxuIl19 */
|
|
@@ -1,5 +1,95 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
.checkbox {
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-template-columns: auto 1fr;
|
|
4
|
+
grid-template-rows: auto auto;
|
|
5
|
+
column-gap: var(--checkbox-column-gap, 4px);
|
|
6
|
+
row-gap: var(--checkbox-row-gap, 0);
|
|
7
|
+
&__item {
|
|
8
|
+
min-width: 16px;
|
|
9
|
+
min-height: 16px;
|
|
10
|
+
font-size: 0;
|
|
11
|
+
line-height: 0;
|
|
12
|
+
position: relative;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-self: start;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
grid-row-start: span 3;
|
|
17
|
+
^&__input {
|
|
18
|
+
width: 100%;
|
|
19
|
+
height: 100%;
|
|
20
|
+
font-size: 0;
|
|
21
|
+
line-height: 0;
|
|
22
|
+
margin: 0;
|
|
23
|
+
border: 0;
|
|
24
|
+
position: absolute;
|
|
25
|
+
left: 0;
|
|
26
|
+
top: 0;
|
|
27
|
+
z-index: 3;
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
appearance: none;
|
|
30
|
+
}
|
|
31
|
+
^&__state {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex: 1;
|
|
34
|
+
z-index: 1;
|
|
35
|
+
&_shape {
|
|
36
|
+
&_rounded {
|
|
37
|
+
border-radius: 4px;
|
|
38
|
+
}
|
|
39
|
+
&_circular {
|
|
40
|
+
border-radius: 50%;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
^&__state-checkmark {
|
|
45
|
+
width: 5px;
|
|
46
|
+
height: 8px;
|
|
47
|
+
margin: -1px 0 0 0;
|
|
48
|
+
position: absolute;
|
|
49
|
+
display: none;
|
|
50
|
+
left: 50%;
|
|
51
|
+
top: 50%;
|
|
52
|
+
z-index: 2;
|
|
53
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
54
|
+
border-bottom-style: solid;
|
|
55
|
+
border-bottom-width: 2px;
|
|
56
|
+
border-right-style: solid;
|
|
57
|
+
border-right-width: 2px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.checkbox {
|
|
62
|
+
&_shape {
|
|
63
|
+
&_rounded {
|
|
64
|
+
border-radius: 4px;
|
|
65
|
+
position: relative;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.checkbox {
|
|
71
|
+
&_checkmark {
|
|
72
|
+
&_fill{
|
|
73
|
+
@each $type in accent, primary, secondary, tertiary, surface, success, error {
|
|
74
|
+
&_$(type) {
|
|
75
|
+
&-item {
|
|
76
|
+
@each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
|
|
77
|
+
&-$(color) {
|
|
78
|
+
& ^^^^^&__input {
|
|
79
|
+
&:checked {
|
|
80
|
+
& ~ ^^^^^^^&__state {
|
|
81
|
+
&-checkmark {
|
|
82
|
+
display: block;
|
|
83
|
+
border-color: var(--color-$(type)-item-$(color));
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -1,7 +1,63 @@
|
|
|
1
|
-
|
|
1
|
+
.chips {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
&__label {
|
|
4
|
+
white-space: nowrap;
|
|
5
|
+
}
|
|
6
|
+
&__inner {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
gap: 4px;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
2
12
|
|
|
3
|
-
|
|
4
|
-
|
|
13
|
+
.chips {
|
|
14
|
+
&&_size {
|
|
15
|
+
&_xxs {
|
|
16
|
+
padding: var(--chips-size-xxs-padding, 2px 6px);
|
|
17
|
+
@mixin text-s;
|
|
18
|
+
}
|
|
19
|
+
&_xs {
|
|
20
|
+
padding: var(--chips-size-xs-padding, 2px 6px);
|
|
21
|
+
@mixin text-s;
|
|
22
|
+
}
|
|
23
|
+
&_s {
|
|
24
|
+
padding: var(--chips-size-s-padding, 2px 6px);
|
|
25
|
+
@mixin text-s;
|
|
26
|
+
}
|
|
27
|
+
&_m {
|
|
28
|
+
padding: var(--chips-size-m-padding, 2px 6px);
|
|
29
|
+
@mixin text-m;
|
|
30
|
+
}
|
|
31
|
+
&_l {
|
|
32
|
+
padding: var(--chips-size-l-padding, 2px 6px);
|
|
33
|
+
@mixin text-l;
|
|
34
|
+
}
|
|
35
|
+
&_xl {
|
|
36
|
+
padding: var(--chips-size-xl-padding, 2px 6px);
|
|
37
|
+
@mixin text-l;
|
|
38
|
+
}
|
|
39
|
+
&_xxl {
|
|
40
|
+
padding: var(--chips-size-xxl-padding, 6px 12px);
|
|
41
|
+
@mixin text-xxl;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.chips {
|
|
47
|
+
&_shape {
|
|
48
|
+
&_rounded {
|
|
49
|
+
border-radius: var(--chips-shape-rounded-default, 6px);
|
|
50
|
+
@each $size in xxs, xs, s, m, l, xl, xxl {
|
|
51
|
+
&.chips_size_$(size) {
|
|
52
|
+
border-radius: var(--chips-size-$(size)-shape-rounded);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
&_circular {
|
|
57
|
+
border-radius: 50%;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
5
61
|
|
|
6
62
|
:root {
|
|
7
63
|
--chips-size-xxs-shape-rounded: 6px;
|
|
@@ -12,5 +68,3 @@
|
|
|
12
68
|
--chips-size-xl-shape-rounded: 6px;
|
|
13
69
|
--chips-size-xxl-shape-rounded: 6px;
|
|
14
70
|
}
|
|
15
|
-
|
|
16
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NoaXBzL0NoaXBzLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJDaGlwcy5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9jaGlwcy5jc3MnO1xuXG5AaW1wb3J0ICcuL2Nzcy9jaGlwc19zaXplLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jaGlwc19zaGFwZS5jc3MnO1xuXG46cm9vdCB7XG4gIC0tY2hpcHMtc2l6ZS14eHMtc2hhcGUtcm91bmRlZDogNnB4O1xuICAtLWNoaXBzLXNpemUteHMtc2hhcGUtcm91bmRlZDogNnB4O1xuICAtLWNoaXBzLXNpemUtcy1zaGFwZS1yb3VuZGVkOiA2cHg7XG4gIC0tY2hpcHMtc2l6ZS1tLXNoYXBlLXJvdW5kZWQ6IDZweDtcbiAgLS1jaGlwcy1zaXplLWwtc2hhcGUtcm91bmRlZDogNnB4O1xuICAtLWNoaXBzLXNpemUteGwtc2hhcGUtcm91bmRlZDogNnB4O1xuICAtLWNoaXBzLXNpemUteHhsLXNoYXBlLXJvdW5kZWQ6IDZweDtcbn1cbiJdfQ== */
|
|
@@ -1,8 +1,88 @@
|
|
|
1
|
-
|
|
1
|
+
.choice__item {
|
|
2
|
+
min-width: 30px;
|
|
3
|
+
position: relative;
|
|
4
|
+
display: flex;
|
|
5
|
+
&:hover {
|
|
6
|
+
background: var(--choice-item-background-hover);
|
|
7
|
+
}
|
|
8
|
+
&:not(:last-child) {
|
|
9
|
+
border-right: 1px solid var(--choice-border-color);
|
|
10
|
+
}
|
|
11
|
+
&_state_disabled {
|
|
12
|
+
background: var(--choice-item-state-disabled-background, #ECECEC);
|
|
13
|
+
&:hover {
|
|
14
|
+
background: var(--choice-item-state-disabled-background, #ECECEC);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
&_active {
|
|
18
|
+
background: var(--choice-item-background-active);
|
|
19
|
+
&_state_disabled {
|
|
20
|
+
background: var(--choice-item-active-state-disabled-background, #ccc);
|
|
21
|
+
&:hover {
|
|
22
|
+
background: var(--choice-item-active-state-disabled-background, #ccc);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
& input {
|
|
27
|
+
width: 100%;
|
|
28
|
+
height: 100%;
|
|
29
|
+
margin: 0;
|
|
30
|
+
border: 0;
|
|
31
|
+
position: absolute;
|
|
32
|
+
inset: 0 0 0 0;
|
|
33
|
+
z-index: 2;
|
|
34
|
+
opacity: 0%;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
&-label {
|
|
38
|
+
width: 100%;
|
|
39
|
+
text-align: center;
|
|
40
|
+
position: relative;
|
|
41
|
+
display: flex;
|
|
42
|
+
z-index: 3;
|
|
43
|
+
transition: color 0.5s ease;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
}
|
|
46
|
+
&-icon {
|
|
47
|
+
padding: var(--choice-item-icon-padding);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.choice {
|
|
52
|
+
&_shape {
|
|
53
|
+
&_rounded {
|
|
54
|
+
border-radius: var(--choice-shape-rounded, 8px);
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
}
|
|
57
|
+
&_circular {
|
|
58
|
+
border-radius: 50%;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
2
62
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
@
|
|
63
|
+
.choice {
|
|
64
|
+
&_size {
|
|
65
|
+
@each $size in xs, s, m, l, xl, xxl, tiny, compact, normal, large {
|
|
66
|
+
&_$(size) {
|
|
67
|
+
^^&__item {
|
|
68
|
+
&-label {
|
|
69
|
+
padding: var(--choice-item-size-$(size)-padding, 9px 16px);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.choice {
|
|
78
|
+
position: relative;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
81
|
+
&__wrapper {
|
|
82
|
+
position: relative;
|
|
83
|
+
display: flex;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
6
86
|
|
|
7
87
|
:root {
|
|
8
88
|
|
|
@@ -12,5 +92,3 @@
|
|
|
12
92
|
|
|
13
93
|
--choice-border-color: var(--color-surface-border-tertiary);
|
|
14
94
|
}
|
|
15
|
-
|
|
16
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0Nob2ljZS9DaG9pY2UuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IkNob2ljZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9fX2l0ZW0vY2hvaWNlX19pdGVtLmNzcyc7XG5cbkBpbXBvcnQgJy4vY3NzL2Nob2ljZV9zaGFwZS5jc3MnO1xuQGltcG9ydCAnLi9jc3MvY2hvaWNlX3NpemUuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2Nob2ljZS5jc3MnO1xuXG46cm9vdCB7XG5cbiAgLS1jaG9pY2UtaXRlbS1iYWNrZ3JvdW5kLWhvdmVyOiB2YXIoLS1jb2xvci1zdXJmYWNlLXNlY29uZGFyeSk7XG5cbiAgLS1jaG9pY2UtaXRlbS1iYWNrZ3JvdW5kLWFjdGl2ZTogdmFyKC0tY29sb3Itc3VyZmFjZS1hY3RpdmUpO1xuXG4gIC0tY2hvaWNlLWJvcmRlci1jb2xvcjogdmFyKC0tY29sb3Itc3VyZmFjZS1ib3JkZXItdGVydGlhcnkpO1xufVxuIl19 */
|
|
@@ -47,5 +47,3 @@
|
|
|
47
47
|
padding: var(--choice-item-icon-padding);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0Nob2ljZS9jc3MvX19pdGVtL2Nob2ljZV9faXRlbS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiY2hvaWNlX19pdGVtLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5jaG9pY2VfX2l0ZW0ge1xuICBtaW4td2lkdGg6IDMwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogZmxleDtcbiAgJjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogdmFyKC0tY2hvaWNlLWl0ZW0tYmFja2dyb3VuZC1ob3Zlcik7XG4gIH1cbiAgJjpub3QoOmxhc3QtY2hpbGQpIHtcbiAgICBib3JkZXItcmlnaHQ6IDFweCBzb2xpZCB2YXIoLS1jaG9pY2UtYm9yZGVyLWNvbG9yKTtcbiAgfVxuICAmX3N0YXRlX2Rpc2FibGVkIHtcbiAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jaG9pY2UtaXRlbS1zdGF0ZS1kaXNhYmxlZC1iYWNrZ3JvdW5kLCAjRUNFQ0VDKTtcbiAgICAmOmhvdmVyIHtcbiAgICAgIGJhY2tncm91bmQ6IHZhcigtLWNob2ljZS1pdGVtLXN0YXRlLWRpc2FibGVkLWJhY2tncm91bmQsICNFQ0VDRUMpO1xuICAgIH1cbiAgfVxuICAmX2FjdGl2ZSB7XG4gICAgYmFja2dyb3VuZDogdmFyKC0tY2hvaWNlLWl0ZW0tYmFja2dyb3VuZC1hY3RpdmUpO1xuICAgICZfc3RhdGVfZGlzYWJsZWQge1xuICAgICAgYmFja2dyb3VuZDogdmFyKC0tY2hvaWNlLWl0ZW0tYWN0aXZlLXN0YXRlLWRpc2FibGVkLWJhY2tncm91bmQsICNjY2MpO1xuICAgICAgJjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQ6IHZhcigtLWNob2ljZS1pdGVtLWFjdGl2ZS1zdGF0ZS1kaXNhYmxlZC1iYWNrZ3JvdW5kLCAjY2NjKTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgJiBpbnB1dCB7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIG1hcmdpbjogMDtcbiAgICBib3JkZXI6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGluc2V0OiAwIDAgMCAwO1xuICAgIHotaW5kZXg6IDI7XG4gICAgb3BhY2l0eTogMCU7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICB9XG4gICYtbGFiZWwge1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICB6LWluZGV4OiAzO1xuICAgIHRyYW5zaXRpb246IGNvbG9yIDAuNXMgZWFzZTtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cbiAgJi1pY29uIHtcbiAgICBwYWRkaW5nOiB2YXIoLS1jaG9pY2UtaXRlbS1pY29uLXBhZGRpbmcpO1xuICB9XG59XG4iXX0= */
|
|
@@ -1,7 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
.code {
|
|
2
|
+
display: flex;
|
|
3
|
+
&__wrapper {
|
|
4
|
+
width: 100%;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
.code__input {
|
|
9
|
+
&_size {
|
|
10
|
+
@each $size in normal, compact {
|
|
11
|
+
&_$(size) {
|
|
12
|
+
min-width: var(--code-input-size-$(size)-width);
|
|
13
|
+
min-height: var(--code-input-size-$(size)-height);
|
|
14
|
+
max-width: var(--code-input-size-$(size)-width);
|
|
15
|
+
max-height: var(--code-input-size-$(size)-height);
|
|
16
|
+
padding: var(--code-input-size-$(size)-padding);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
&[type='number']::-webkit-outer-spin-button,
|
|
21
|
+
&[type='number']::-webkit-inner-spin-button {
|
|
22
|
+
margin: 0;
|
|
23
|
+
appearance: none;
|
|
24
|
+
}
|
|
25
|
+
&[type='number'] {
|
|
26
|
+
appearance: textfield;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.code__input {
|
|
30
|
+
&_shape {
|
|
31
|
+
&_rounded {
|
|
32
|
+
border-radius: var(--code-input-shape-rounded, 8px);
|
|
33
|
+
}
|
|
34
|
+
&_circular {
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
5
39
|
:root {
|
|
6
40
|
--code-input-size-compact-width: 36px;
|
|
7
41
|
--code-input-size-compact-height: 36px;
|
|
@@ -10,5 +44,3 @@
|
|
|
10
44
|
--code-input-size-normal-height: 48px;
|
|
11
45
|
--code-input-size-normal-padding: 10px 12px;
|
|
12
46
|
}
|
|
13
|
-
|
|
14
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NvZGUvQ29kZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiQ29kZS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICcuL2Nzcy9jb2RlLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jb2RlX19pbnB1dF9zaXplLmNzcyc7XG5AaW1wb3J0ICcuL2Nzcy9jb2RlX19pbnB1dF9zaGFwZS5jc3MnO1xuXG46cm9vdCB7XG4gIC0tY29kZS1pbnB1dC1zaXplLWNvbXBhY3Qtd2lkdGg6IDM2cHg7XG4gIC0tY29kZS1pbnB1dC1zaXplLWNvbXBhY3QtaGVpZ2h0OiAzNnB4O1xuICAtLWNvZGUtaW5wdXQtc2l6ZS1jb21wYWN0LXBhZGRpbmc6IDVweDtcbiAgLS1jb2RlLWlucHV0LXNpemUtbm9ybWFsLXdpZHRoOiA0OHB4O1xuICAtLWNvZGUtaW5wdXQtc2l6ZS1ub3JtYWwtaGVpZ2h0OiA0OHB4O1xuICAtLWNvZGUtaW5wdXQtc2l6ZS1ub3JtYWwtcGFkZGluZzogMTBweCAxMnB4O1xufVxuIl19 */
|
|
@@ -1,7 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
.context-menu__item {
|
|
2
|
+
&-wrapper {
|
|
3
|
+
display: flex;
|
|
4
|
+
}
|
|
5
|
+
&-title {
|
|
6
|
+
white-space: nowrap;
|
|
7
|
+
flex: 1;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
2
10
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
11
|
+
.context-menu {
|
|
12
|
+
position: relative;
|
|
13
|
+
min-width: 220px;
|
|
14
|
+
}
|
|
6
15
|
|
|
7
|
-
|
|
16
|
+
.context-menu {
|
|
17
|
+
&_shape {
|
|
18
|
+
&_rounded {
|
|
19
|
+
border-radius: var(--context-menu-shape-rounded, 12px);
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
}
|
|
22
|
+
&_circular {
|
|
23
|
+
border-radius: 50%;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.context-menu {
|
|
29
|
+
&_set {
|
|
30
|
+
&_selectable {
|
|
31
|
+
^^&__item {
|
|
32
|
+
&-wrapper {
|
|
33
|
+
padding: 8px 16px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -7,5 +7,3 @@
|
|
|
7
7
|
flex: 1;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0NvbnRleHRNZW51L2Nzcy9fX2l0ZW0vY29udGV4dC1tZW51X19pdGVtLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSIsImZpbGUiOiJjb250ZXh0LW1lbnVfX2l0ZW0uY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmNvbnRleHQtbWVudV9faXRlbSB7XG4gICYtd3JhcHBlciB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgfVxuICAmLXRpdGxlIHtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICAgIGZsZXg6IDE7XG4gIH1cbn1cbiJdfQ== */
|
|
@@ -1,3 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
.cookies-warning {
|
|
2
|
+
width: 100%;
|
|
3
|
+
max-width: 320px;
|
|
4
|
+
position: fixed;
|
|
5
|
+
right: 40px;
|
|
6
|
+
bottom: 20px;
|
|
7
|
+
z-index: 10000;
|
|
8
|
+
@media (--mobile) {
|
|
9
|
+
left: 50%;
|
|
10
|
+
right: 0;
|
|
11
|
+
transform: translate(-50%, 0);
|
|
12
|
+
}
|
|
13
|
+
&_state_hidden {
|
|
14
|
+
max-height: 1000px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
animation-duration: 0.5s;
|
|
17
|
+
animation-fill-mode: both;
|
|
18
|
+
animation-name: cookieMessageClose;
|
|
19
|
+
}
|
|
20
|
+
&__inner {
|
|
21
|
+
background: var(--color-surface-primary);
|
|
22
|
+
padding: 32px;
|
|
23
|
+
position: relative;
|
|
24
|
+
@media (--mobile) {
|
|
25
|
+
min-width: auto;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
2
29
|
|
|
3
|
-
|
|
30
|
+
@keyframes cookieMessageClose {
|
|
31
|
+
from {
|
|
32
|
+
max-height: 500px;
|
|
33
|
+
}
|
|
34
|
+
to {
|
|
35
|
+
max-height: 0;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,7 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
.react-dadata__container{position:relative}.react-dadata__input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;display:block;font-size:16px;height:38px;outline:none;padding:0 10px;width:100%}.react-dadata__input:focus{border-color:#007cd6;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,124,214,.3)}.react-dadata__suggestions{background-color:#fff;border-radius:4px;box-shadow:0 1px 6px 3px rgba(0,0,0,.1);left:0;list-style:none;margin:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:left;top:calc(100% + 8px);z-index:10}.react-dadata__suggestion-note{color:#828282;font-size:14px;padding:10px 10px 5px}.react-dadata__suggestion{background:none;border:none;box-sizing:border-box;cursor:pointer;display:block;font-size:15px;padding:7px 10px;text-align:left;width:100%}.react-dadata__suggestion--line-through{text-decoration:line-through}.react-dadata__suggestion-subtitle{color:#777;font-size:14px;margin-top:4px}.react-dadata__suggestion-subtitle-item{display:inline-block;margin-bottom:4px;margin-right:16px}.react-dadata__suggestion-subtitle-item:last-child{margin-right:0}.react-dadata__suggestion--current{background-color:rgba(0,124,214,.15)}.react-dadata__suggestion:hover{background-color:rgba(0,124,214,.1)}.react-dadata mark{background:none}.react-dadata--highlighted{color:#0094ff}.react-dadata {
|
|
2
|
+
&__container {
|
|
3
|
+
width: 100%;
|
|
4
|
+
^&__input {
|
|
5
|
+
height: auto;
|
|
6
|
+
color: var(--react-dadata-color);
|
|
7
|
+
padding: var(--react-dadata-padding);
|
|
8
|
+
border: 1px solid var(--react-dadata-border);
|
|
9
|
+
border-radius: var(--react-dadata-border-radius);
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
&:hover {
|
|
12
|
+
border: solid 1px var(--react-dadata-hover-border);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
&__suggestion {
|
|
17
|
+
position: relative !important;
|
|
18
|
+
&:hover {
|
|
19
|
+
background: var(--color-accent-tertiary);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
&--highlighted {
|
|
23
|
+
color: var(--color-accent-primary);
|
|
24
|
+
}
|
|
25
|
+
& .input_state {
|
|
26
|
+
&_error {
|
|
27
|
+
border: solid 1px var(--react-dadata-error-border);
|
|
28
|
+
&:hover {
|
|
29
|
+
border: solid 1px var(--react-dadata-error-border);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
&_focus {
|
|
33
|
+
border: solid 1px var(--react-dadata-focus-border);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}:root {
|
|
5
37
|
--react-dadata-padding: 8px 12px;
|
|
6
38
|
--react-dadata-border-radius: 6px;
|
|
7
39
|
--react-dadata-color: var(--color-surface-text-primary);
|
|
@@ -10,5 +42,3 @@
|
|
|
10
42
|
--react-dadata-focus-border: var(--color-surface-border-quaternary);
|
|
11
43
|
--react-dadata-error-border: var(--color-error-border-primary);
|
|
12
44
|
}
|
|
13
|
-
|
|
14
|
-
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0RhZGF0YUhpbnRGaWVsZC9EYWRhdGFIaW50RmllbGQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6IkRhZGF0YUhpbnRGaWVsZC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAaW1wb3J0ICdyZWFjdC1kYWRhdGEvZGlzdC9yZWFjdC1kYWRhdGEuY3NzJztcbkBpbXBvcnQgJy4vY3NzL2RhZGF0YUhpbnRGaWVsZC5jc3MnO1xuXG46cm9vdCB7XG4gIC0tcmVhY3QtZGFkYXRhLXBhZGRpbmc6IDhweCAxMnB4O1xuICAtLXJlYWN0LWRhZGF0YS1ib3JkZXItcmFkaXVzOiA2cHg7XG4gIC0tcmVhY3QtZGFkYXRhLWNvbG9yOiB2YXIoLS1jb2xvci1zdXJmYWNlLXRleHQtcHJpbWFyeSk7XG4gIC0tcmVhY3QtZGFkYXRhLWJvcmRlcjogdmFyKC0tY29sb3Itc3VyZmFjZS1ib3JkZXItdGVydGlhcnkpO1xuICAtLXJlYWN0LWRhZGF0YS1ob3Zlci1ib3JkZXI6IHZhcigtLWNvbG9yLXN1cmZhY2UtYm9yZGVyLXF1YXRlcm5hcnkpO1xuICAtLXJlYWN0LWRhZGF0YS1mb2N1cy1ib3JkZXI6IHZhcigtLWNvbG9yLXN1cmZhY2UtYm9yZGVyLXF1YXRlcm5hcnkpO1xuICAtLXJlYWN0LWRhZGF0YS1lcnJvci1ib3JkZXI6IHZhcigtLWNvbG9yLWVycm9yLWJvcmRlci1wcmltYXJ5KTtcbn1cbiJdfQ== */
|