@itcase/ui 1.8.159 → 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.
Files changed (97) hide show
  1. package/dist/css/components/Accordion/Accordion.css +90 -10
  2. package/dist/css/components/Avatar/Avatar.css +219 -12
  3. package/dist/css/components/AvatarStack/AvatarStack.css +54 -8
  4. package/dist/css/components/Badge/Badge.css +1131 -25
  5. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +27 -5
  6. package/dist/css/components/Button/Button.css +467 -21
  7. package/dist/css/components/Cell/Cell.css +31 -6
  8. package/dist/css/components/Checkbox/Checkbox.css +10896 -164
  9. package/dist/css/components/Checkmark/Checkmark.css +60 -9
  10. package/dist/css/components/Chips/Chips.css +53 -7
  11. package/dist/css/components/Choice/Choice.css +123 -13
  12. package/dist/css/components/Choice/css/__item/choice__item_size.css +78 -8
  13. package/dist/css/components/Code/Code.css +55 -11
  14. package/dist/css/components/DatePeriod/DatePeriod.css +61 -11
  15. package/dist/css/components/Divider/Divider.css +35 -15
  16. package/dist/css/components/Dot/Dot.css +41 -7
  17. package/dist/css/components/Dropdown/Dropdown.css +66 -10
  18. package/dist/css/components/Flex/Flex.css +239 -40
  19. package/dist/css/components/Flex/css/__item/flex__item_align.css +51 -8
  20. package/dist/css/components/Flex/css/__item/flex__item_direction.css +11 -4
  21. package/dist/css/components/Flex/css/__item/flex__item_grow.css +5 -4
  22. package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +17 -4
  23. package/dist/css/components/Grid/Grid.css +2207 -106
  24. package/dist/css/components/Grid/css/__item/grid__item_align-self.css +53 -4
  25. package/dist/css/components/Grid/css/__item/grid__item_column.css +270 -9
  26. package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +66 -8
  27. package/dist/css/components/Grid/css/__item/grid__item_row.css +270 -9
  28. package/dist/css/components/Group/Group.css +5220 -117
  29. package/dist/css/components/HeroTitle/HeroTitle.css +27 -4
  30. package/dist/css/components/Icon/Icon.css +7601 -99
  31. package/dist/css/components/Input/Input.css +42 -10
  32. package/dist/css/components/InputPassword/InputPassword.css +42 -10
  33. package/dist/css/components/Label/Label.css +34 -6
  34. package/dist/css/components/Link/Link.css +14 -4
  35. package/dist/css/components/List/List.css +425 -23
  36. package/dist/css/components/Loader/Loader.css +79 -9
  37. package/dist/css/components/Logo/Logo.css +84 -13
  38. package/dist/css/components/MenuItem/MenuItem.css +105 -15
  39. package/dist/css/components/Modal/Modal.css +103 -9
  40. package/dist/css/components/Notification/Notification.css +39 -5
  41. package/dist/css/components/Notification/css/__item/notification__item_size.css +39 -5
  42. package/dist/css/components/Pagination/Pagination.css +82 -19
  43. package/dist/css/components/Pagination/css/__item/pagination__item.css +11 -4
  44. package/dist/css/components/Pagination/css/__item/pagination__item_size.css +15 -5
  45. package/dist/css/components/Radio/Radio.css +11019 -155
  46. package/dist/css/components/RangeSlider/RangeSlider.css +2584 -64
  47. package/dist/css/components/ScrollToView/ScrollToView.css +1974 -10
  48. package/dist/css/components/Search/Search.css +34 -6
  49. package/dist/css/components/Search/css/search-input/search-input_size.css +34 -6
  50. package/dist/css/components/Segmented/Segmented.css +60 -8
  51. package/dist/css/components/Segmented/css/__item/segmaented__item.css +60 -8
  52. package/dist/css/components/Select/Select.css +456 -25
  53. package/dist/css/components/Select/css/__input-container/select__input-container.css +369 -12
  54. package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +20 -4
  55. package/dist/css/components/Switch/Switch.css +53 -7
  56. package/dist/css/components/Tab/Tab.css +79 -10
  57. package/dist/css/components/Text/Text.css +61 -12
  58. package/dist/css/components/Textarea/Textarea.css +32 -4
  59. package/dist/css/components/Tile/Tile.css +49 -6
  60. package/dist/css/components/Title/Title.css +53 -5
  61. package/dist/css/components/Tooltip/Tooltip.css +21 -5
  62. package/dist/css/components/Warning/Warning.css +6 -8
  63. package/dist/css/styles/align/align.css +20 -3
  64. package/dist/css/styles/align/align_horizontal-reverse.css +188 -4
  65. package/dist/css/styles/align/align_horizontal.css +188 -4
  66. package/dist/css/styles/align/align_vertical-reverse.css +176 -4
  67. package/dist/css/styles/align/align_vertical.css +176 -4
  68. package/dist/css/styles/align-items/align-items.css +16 -3
  69. package/dist/css/styles/align-self/align-self.css +17 -4
  70. package/dist/css/styles/blur/blur.css +78 -5
  71. package/dist/css/styles/border/border.css +224 -10
  72. package/dist/css/styles/border-color/border-color.css +24322 -53
  73. package/dist/css/styles/border-width/border-width.css +52 -4
  74. package/dist/css/styles/bundle.css +96767 -7865
  75. package/dist/css/styles/caret-color/caret-color.css +276 -8
  76. package/dist/css/styles/cursor/cursor.css +21 -5
  77. package/dist/css/styles/elevation/elevation.css +23 -4
  78. package/dist/css/styles/elevation/elevation_hover.css +37 -4
  79. package/dist/css/styles/fill/fill.css +7646 -70
  80. package/dist/css/styles/fill/fill_gradient.css +519 -12
  81. package/dist/css/styles/flex/flex-grow.css +5 -4
  82. package/dist/css/styles/hover/hover-fill-color.css +836 -9
  83. package/dist/css/styles/hover/hover-item-color.css +1074 -9
  84. package/dist/css/styles/hover/hover-text-color.css +1074 -9
  85. package/dist/css/styles/justify-content/justify-content.css +32 -4
  86. package/dist/css/styles/opacity/opacity.css +70 -5
  87. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +354 -8
  88. package/dist/css/styles/svg-color/svg_fill.css +1018 -9
  89. package/dist/css/styles/svg-color/svg_fill_hover.css +471 -8
  90. package/dist/css/styles/svg-color/svg_path_fill.css +354 -8
  91. package/dist/css/styles/text-align/text-align.css +8 -4
  92. package/dist/css/styles/text-color/text-color.css +3570 -45
  93. package/dist/css/styles/text-decoration/text-decoration.css +5 -4
  94. package/dist/css/styles/text-gradient/text-gradient.css +1182 -12
  95. package/dist/css/styles/text-style/text-style.css +5 -4
  96. package/dist/css/styles/text-weight/text-weight.css +147 -7
  97. 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
- &_$(width) {
5
+ &_1 {
7
6
  border-top-style: solid;
8
- border-width: $(width)px 0 0 0;
7
+ border-width: 1px 0 0 0;
9
8
  }
10
9
  }
11
10
  &_right {
12
- &_$(width) {
11
+ &_1 {
13
12
  border-right-style: solid;
14
- border-width: 0 $(width)px 0 0;
13
+ border-width: 0 1px 0 0;
15
14
  }
16
15
  }
17
16
  &_bottom {
18
- &_$(width) {
17
+ &_1 {
19
18
  border-bottom-style: solid;
20
- border-width: 0 0 $(width)px 0;
19
+ border-width: 0 0 1px 0;
21
20
  }
22
21
  }
23
22
  &_left {
24
- &_$(width) {
23
+ &_1 {
25
24
  border-left-style: solid;
26
- border-width: 0 0 0 $(width)px;
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
  }