@itcase/ui 1.8.158 → 1.8.160
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/{DatePicker_cjs_CccRZSjc.js → DatePicker_cjs_BtYlDJ7u.js} +4 -3
- package/dist/{DatePicker_es_54jl8guQ.js → DatePicker_es_D3lQ83Q6.js} +4 -3
- package/dist/{Input_cjs_DDi5JVAV.js → Input_cjs_IhuIPBIq.js} +2 -2
- package/dist/{Input_es_BnCXATnh.js → Input_es_CifTvE3z.js} +2 -2
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +2 -2
- package/dist/cjs/components/DatePicker.js +2 -2
- package/dist/cjs/components/Input.js +1 -1
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +2 -2
- package/dist/components/DatePicker.js +2 -2
- package/dist/components/Input.js +1 -1
- package/dist/css/components/Accordion/Accordion.css +90 -10
- package/dist/css/components/Avatar/Avatar.css +219 -12
- package/dist/css/components/AvatarStack/AvatarStack.css +54 -8
- package/dist/css/components/Badge/Badge.css +1131 -25
- package/dist/css/components/Breadcrumbs/Breadcrumbs.css +27 -5
- package/dist/css/components/Button/Button.css +467 -21
- package/dist/css/components/Cell/Cell.css +31 -6
- package/dist/css/components/Checkbox/Checkbox.css +10896 -164
- package/dist/css/components/Checkmark/Checkmark.css +60 -9
- package/dist/css/components/Chips/Chips.css +53 -7
- package/dist/css/components/Choice/Choice.css +123 -13
- package/dist/css/components/Choice/css/__item/choice__item_size.css +78 -8
- package/dist/css/components/Code/Code.css +55 -11
- package/dist/css/components/DatePeriod/DatePeriod.css +61 -11
- package/dist/css/components/Divider/Divider.css +35 -15
- package/dist/css/components/Dot/Dot.css +41 -7
- package/dist/css/components/Dropdown/Dropdown.css +66 -10
- package/dist/css/components/Flex/Flex.css +239 -40
- package/dist/css/components/Flex/css/__item/flex__item_align.css +51 -8
- package/dist/css/components/Flex/css/__item/flex__item_direction.css +11 -4
- package/dist/css/components/Flex/css/__item/flex__item_grow.css +5 -4
- package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +17 -4
- package/dist/css/components/Grid/Grid.css +2207 -106
- package/dist/css/components/Grid/css/__item/grid__item_align-self.css +53 -4
- package/dist/css/components/Grid/css/__item/grid__item_column.css +270 -9
- package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +66 -8
- package/dist/css/components/Grid/css/__item/grid__item_row.css +270 -9
- package/dist/css/components/Group/Group.css +5220 -117
- package/dist/css/components/HeroTitle/HeroTitle.css +27 -4
- package/dist/css/components/Icon/Icon.css +7601 -99
- package/dist/css/components/Input/Input.css +42 -10
- package/dist/css/components/InputPassword/InputPassword.css +42 -10
- package/dist/css/components/Label/Label.css +34 -6
- package/dist/css/components/Link/Link.css +14 -4
- package/dist/css/components/List/List.css +425 -23
- package/dist/css/components/Loader/Loader.css +79 -9
- package/dist/css/components/Logo/Logo.css +84 -13
- package/dist/css/components/MenuItem/MenuItem.css +105 -15
- package/dist/css/components/Modal/Modal.css +103 -9
- package/dist/css/components/Notification/Notification.css +39 -5
- package/dist/css/components/Notification/css/__item/notification__item_size.css +39 -5
- package/dist/css/components/Pagination/Pagination.css +82 -19
- package/dist/css/components/Pagination/css/__item/pagination__item.css +11 -4
- package/dist/css/components/Pagination/css/__item/pagination__item_size.css +15 -5
- package/dist/css/components/Radio/Radio.css +11019 -155
- package/dist/css/components/RangeSlider/RangeSlider.css +2584 -64
- package/dist/css/components/ScrollToView/ScrollToView.css +1974 -10
- package/dist/css/components/Search/Search.css +34 -6
- package/dist/css/components/Search/css/search-input/search-input_size.css +34 -6
- package/dist/css/components/Segmented/Segmented.css +60 -8
- package/dist/css/components/Segmented/css/__item/segmaented__item.css +60 -8
- package/dist/css/components/Select/Select.css +456 -25
- package/dist/css/components/Select/css/__input-container/select__input-container.css +369 -12
- package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +20 -4
- package/dist/css/components/Switch/Switch.css +53 -7
- package/dist/css/components/Tab/Tab.css +79 -10
- package/dist/css/components/Text/Text.css +61 -12
- package/dist/css/components/Textarea/Textarea.css +32 -4
- package/dist/css/components/Tile/Tile.css +49 -6
- package/dist/css/components/Title/Title.css +53 -5
- package/dist/css/components/Tooltip/Tooltip.css +21 -5
- package/dist/css/components/Warning/Warning.css +6 -8
- package/dist/css/styles/align/align.css +20 -3
- package/dist/css/styles/align/align_horizontal-reverse.css +188 -4
- package/dist/css/styles/align/align_horizontal.css +188 -4
- package/dist/css/styles/align/align_vertical-reverse.css +176 -4
- package/dist/css/styles/align/align_vertical.css +176 -4
- package/dist/css/styles/align-items/align-items.css +16 -3
- package/dist/css/styles/align-self/align-self.css +17 -4
- package/dist/css/styles/blur/blur.css +78 -5
- package/dist/css/styles/border/border.css +224 -10
- package/dist/css/styles/border-color/border-color.css +24322 -53
- package/dist/css/styles/border-width/border-width.css +52 -4
- package/dist/css/styles/bundle.css +96767 -7865
- package/dist/css/styles/caret-color/caret-color.css +276 -8
- package/dist/css/styles/cursor/cursor.css +21 -5
- package/dist/css/styles/elevation/elevation.css +23 -4
- package/dist/css/styles/elevation/elevation_hover.css +37 -4
- package/dist/css/styles/fill/fill.css +7646 -70
- package/dist/css/styles/fill/fill_gradient.css +519 -12
- package/dist/css/styles/flex/flex-grow.css +5 -4
- package/dist/css/styles/hover/hover-fill-color.css +836 -9
- package/dist/css/styles/hover/hover-item-color.css +1074 -9
- package/dist/css/styles/hover/hover-text-color.css +1074 -9
- package/dist/css/styles/justify-content/justify-content.css +32 -4
- package/dist/css/styles/opacity/opacity.css +70 -5
- package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +354 -8
- package/dist/css/styles/svg-color/svg_fill.css +1018 -9
- package/dist/css/styles/svg-color/svg_fill_hover.css +471 -8
- package/dist/css/styles/svg-color/svg_path_fill.css +354 -8
- package/dist/css/styles/text-align/text-align.css +8 -4
- package/dist/css/styles/text-color/text-color.css +3570 -45
- package/dist/css/styles/text-decoration/text-decoration.css +5 -4
- package/dist/css/styles/text-gradient/text-gradient.css +1182 -12
- package/dist/css/styles/text-style/text-style.css +5 -4
- package/dist/css/styles/text-weight/text-weight.css +147 -7
- package/dist/types/components/DatePicker/DatePicker.interface.d.ts +1 -0
- package/dist/types/components/Input/Input.interface.d.ts +3 -1
- package/package.json +7 -7
|
@@ -1,30 +1,244 @@
|
|
|
1
1
|
/* stylelint-disable prettier/prettier */
|
|
2
2
|
|
|
3
3
|
.border {
|
|
4
|
-
@each $width in 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 {
|
|
5
4
|
&_top {
|
|
6
|
-
&
|
|
5
|
+
&_1 {
|
|
7
6
|
border-top-style: solid;
|
|
8
|
-
border-width:
|
|
7
|
+
border-width: 1px 0 0 0;
|
|
9
8
|
}
|
|
10
9
|
}
|
|
11
10
|
&_right {
|
|
12
|
-
&
|
|
11
|
+
&_1 {
|
|
13
12
|
border-right-style: solid;
|
|
14
|
-
border-width: 0
|
|
13
|
+
border-width: 0 1px 0 0;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
16
|
&_bottom {
|
|
18
|
-
&
|
|
17
|
+
&_1 {
|
|
19
18
|
border-bottom-style: solid;
|
|
20
|
-
border-width: 0 0
|
|
19
|
+
border-width: 0 0 1px 0;
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
&_left {
|
|
24
|
-
&
|
|
23
|
+
&_1 {
|
|
25
24
|
border-left-style: solid;
|
|
26
|
-
border-width: 0 0 0
|
|
25
|
+
border-width: 0 0 0 1px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
&_top {
|
|
29
|
+
&_2 {
|
|
30
|
+
border-top-style: solid;
|
|
31
|
+
border-width: 2px 0 0 0;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
&_right {
|
|
35
|
+
&_2 {
|
|
36
|
+
border-right-style: solid;
|
|
37
|
+
border-width: 0 2px 0 0;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
&_bottom {
|
|
41
|
+
&_2 {
|
|
42
|
+
border-bottom-style: solid;
|
|
43
|
+
border-width: 0 0 2px 0;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
&_left {
|
|
47
|
+
&_2 {
|
|
48
|
+
border-left-style: solid;
|
|
49
|
+
border-width: 0 0 0 2px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
&_top {
|
|
53
|
+
&_3 {
|
|
54
|
+
border-top-style: solid;
|
|
55
|
+
border-width: 3px 0 0 0;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
&_right {
|
|
59
|
+
&_3 {
|
|
60
|
+
border-right-style: solid;
|
|
61
|
+
border-width: 0 3px 0 0;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
&_bottom {
|
|
65
|
+
&_3 {
|
|
66
|
+
border-bottom-style: solid;
|
|
67
|
+
border-width: 0 0 3px 0;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
&_left {
|
|
71
|
+
&_3 {
|
|
72
|
+
border-left-style: solid;
|
|
73
|
+
border-width: 0 0 0 3px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
&_top {
|
|
77
|
+
&_4 {
|
|
78
|
+
border-top-style: solid;
|
|
79
|
+
border-width: 4px 0 0 0;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
&_right {
|
|
83
|
+
&_4 {
|
|
84
|
+
border-right-style: solid;
|
|
85
|
+
border-width: 0 4px 0 0;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
&_bottom {
|
|
89
|
+
&_4 {
|
|
90
|
+
border-bottom-style: solid;
|
|
91
|
+
border-width: 0 0 4px 0;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
&_left {
|
|
95
|
+
&_4 {
|
|
96
|
+
border-left-style: solid;
|
|
97
|
+
border-width: 0 0 0 4px;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
&_top {
|
|
101
|
+
&_5 {
|
|
102
|
+
border-top-style: solid;
|
|
103
|
+
border-width: 5px 0 0 0;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
&_right {
|
|
107
|
+
&_5 {
|
|
108
|
+
border-right-style: solid;
|
|
109
|
+
border-width: 0 5px 0 0;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
&_bottom {
|
|
113
|
+
&_5 {
|
|
114
|
+
border-bottom-style: solid;
|
|
115
|
+
border-width: 0 0 5px 0;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
&_left {
|
|
119
|
+
&_5 {
|
|
120
|
+
border-left-style: solid;
|
|
121
|
+
border-width: 0 0 0 5px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
&_top {
|
|
125
|
+
&_6 {
|
|
126
|
+
border-top-style: solid;
|
|
127
|
+
border-width: 6px 0 0 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
&_right {
|
|
131
|
+
&_6 {
|
|
132
|
+
border-right-style: solid;
|
|
133
|
+
border-width: 0 6px 0 0;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
&_bottom {
|
|
137
|
+
&_6 {
|
|
138
|
+
border-bottom-style: solid;
|
|
139
|
+
border-width: 0 0 6px 0;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
&_left {
|
|
143
|
+
&_6 {
|
|
144
|
+
border-left-style: solid;
|
|
145
|
+
border-width: 0 0 0 6px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
&_top {
|
|
149
|
+
&_7 {
|
|
150
|
+
border-top-style: solid;
|
|
151
|
+
border-width: 7px 0 0 0;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
&_right {
|
|
155
|
+
&_7 {
|
|
156
|
+
border-right-style: solid;
|
|
157
|
+
border-width: 0 7px 0 0;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
&_bottom {
|
|
161
|
+
&_7 {
|
|
162
|
+
border-bottom-style: solid;
|
|
163
|
+
border-width: 0 0 7px 0;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
&_left {
|
|
167
|
+
&_7 {
|
|
168
|
+
border-left-style: solid;
|
|
169
|
+
border-width: 0 0 0 7px;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
&_top {
|
|
173
|
+
&_8 {
|
|
174
|
+
border-top-style: solid;
|
|
175
|
+
border-width: 8px 0 0 0;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
&_right {
|
|
179
|
+
&_8 {
|
|
180
|
+
border-right-style: solid;
|
|
181
|
+
border-width: 0 8px 0 0;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
&_bottom {
|
|
185
|
+
&_8 {
|
|
186
|
+
border-bottom-style: solid;
|
|
187
|
+
border-width: 0 0 8px 0;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
&_left {
|
|
191
|
+
&_8 {
|
|
192
|
+
border-left-style: solid;
|
|
193
|
+
border-width: 0 0 0 8px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
&_top {
|
|
197
|
+
&_9 {
|
|
198
|
+
border-top-style: solid;
|
|
199
|
+
border-width: 9px 0 0 0;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
&_right {
|
|
203
|
+
&_9 {
|
|
204
|
+
border-right-style: solid;
|
|
205
|
+
border-width: 0 9px 0 0;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
&_bottom {
|
|
209
|
+
&_9 {
|
|
210
|
+
border-bottom-style: solid;
|
|
211
|
+
border-width: 0 0 9px 0;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
&_left {
|
|
215
|
+
&_9 {
|
|
216
|
+
border-left-style: solid;
|
|
217
|
+
border-width: 0 0 0 9px;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
&_top {
|
|
221
|
+
&_10 {
|
|
222
|
+
border-top-style: solid;
|
|
223
|
+
border-width: 10px 0 0 0;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
&_right {
|
|
227
|
+
&_10 {
|
|
228
|
+
border-right-style: solid;
|
|
229
|
+
border-width: 0 10px 0 0;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
&_bottom {
|
|
233
|
+
&_10 {
|
|
234
|
+
border-bottom-style: solid;
|
|
235
|
+
border-width: 0 0 10px 0;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
&_left {
|
|
239
|
+
&_10 {
|
|
240
|
+
border-left-style: solid;
|
|
241
|
+
border-width: 0 0 0 10px;
|
|
27
242
|
}
|
|
28
243
|
}
|
|
29
|
-
}
|
|
30
244
|
}
|