@itcase/ui 1.8.179 → 1.9.1

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 (226) hide show
  1. package/dist/cjs/components/Chips.js +3 -3
  2. package/dist/cjs/components/DatePeriod.js +2 -2
  3. package/dist/cjs/components/Drawer.js +5 -5
  4. package/dist/cjs/components/Select.js +2 -2
  5. package/dist/components/Chips.js +3 -3
  6. package/dist/components/DatePeriod.js +2 -2
  7. package/dist/components/Drawer.js +5 -5
  8. package/dist/components/Select.js +2 -2
  9. package/dist/css/styles/bundles.css +13 -1
  10. package/dist/stories/useAppearanceConfig.mdx +1 -1
  11. package/dist/stories/useDevicePropsGenerator.mdx +2 -2
  12. package/dist/stories/useMediaQueries.mdx +1 -1
  13. package/dist/types/components/Accordion/Accordion.interface.d.ts +1 -1
  14. package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
  15. package/dist/types/components/Badge/Badge.interface.d.ts +1 -1
  16. package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +1 -1
  17. package/dist/types/components/Button/Button.interface.d.ts +1 -1
  18. package/dist/types/components/Cell/Cell.interface.d.ts +1 -1
  19. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -1
  20. package/dist/types/components/Checkmark/Checkmark.interface.d.ts +1 -1
  21. package/dist/types/components/Chips/Chips.interface.d.ts +1 -1
  22. package/dist/types/components/Choice/Choice.interface.d.ts +1 -1
  23. package/dist/types/components/Code/Code.interface.d.ts +1 -1
  24. package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +1 -1
  25. package/dist/types/components/Dadata/Dadata.interface.d.ts +1 -1
  26. package/dist/types/components/DatePeriod/DatePeriod.interface.d.ts +1 -1
  27. package/dist/types/components/Divider/Divider.interface.d.ts +1 -1
  28. package/dist/types/components/Dot/Dot.interface.d.ts +1 -1
  29. package/dist/types/components/Drawer/Drawer.interface.d.ts +1 -1
  30. package/dist/types/components/Dropdown/Dropdown.interface.d.ts +1 -1
  31. package/dist/types/components/Flex/Flex.interface.d.ts +1 -1
  32. package/dist/types/components/Grid/Grid.interface.d.ts +1 -1
  33. package/dist/types/components/Group/Group.interface.d.ts +1 -1
  34. package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +1 -1
  35. package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
  36. package/dist/types/components/Icon/Icon.interface.d.ts +1 -1
  37. package/dist/types/components/Image/Image.interface.d.ts +1 -1
  38. package/dist/types/components/Input/Input.interface.d.ts +1 -1
  39. package/dist/types/components/InputPassword/InputPassword.interface.d.ts +1 -1
  40. package/dist/types/components/Label/Label.interface.d.ts +1 -1
  41. package/dist/types/components/Link/Link.interface.d.ts +1 -1
  42. package/dist/types/components/List/List.interface.d.ts +1 -1
  43. package/dist/types/components/Loader/Loader.interface.d.ts +1 -1
  44. package/dist/types/components/Logo/Logo.interface.d.ts +1 -1
  45. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -1
  46. package/dist/types/components/Modal/Modal.interface.d.ts +1 -1
  47. package/dist/types/components/Notification/Notification.interface.d.ts +1 -1
  48. package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -1
  49. package/dist/types/components/Pagination/Pagination.interface.d.ts +1 -1
  50. package/dist/types/components/Radio/Radio.interface.d.ts +1 -1
  51. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
  52. package/dist/types/components/Response/Response.interface.d.ts +1 -1
  53. package/dist/types/components/SVGContent/SVGContent.interface.d.ts +1 -1
  54. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
  55. package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +1 -1
  56. package/dist/types/components/Search/Search.interface.d.ts +1 -1
  57. package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -1
  58. package/dist/types/components/Segmented/stories/__mock__/index.d.ts +6 -21
  59. package/dist/types/components/Swiper/Swiper.interface.d.ts +1 -1
  60. package/dist/types/components/Switch/Switch.interface.d.ts +1 -1
  61. package/dist/types/components/Tab/Tab.interface.d.ts +1 -1
  62. package/dist/types/components/Text/Text.interface.d.ts +1 -1
  63. package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -1
  64. package/dist/types/components/Tile/Tile.interface.d.ts +1 -1
  65. package/dist/types/components/Title/Title.interface.d.ts +1 -1
  66. package/dist/types/components/Tooltip/Tooltip.interface.d.ts +1 -1
  67. package/dist/types/components/Video/Video.interface.d.ts +1 -1
  68. package/dist/types/hoc/urlWithAssetPrefix.d.ts +1 -1
  69. package/dist/types/hooks/index.helpers.d.ts +2 -2
  70. package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +1 -1
  71. package/package.json +4 -7
  72. package/dist/css/components/Accordion/Accordion.css +0 -197
  73. package/dist/css/components/Avatar/Avatar.css +0 -326
  74. package/dist/css/components/AvatarStack/AvatarStack.css +0 -135
  75. package/dist/css/components/Badge/Badge.css +0 -1235
  76. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +0 -77
  77. package/dist/css/components/Button/Button.css +0 -630
  78. package/dist/css/components/Cell/Cell.css +0 -158
  79. package/dist/css/components/Checkbox/Checkbox.css +0 -11133
  80. package/dist/css/components/Checkmark/Checkmark.css +0 -103
  81. package/dist/css/components/Chips/Chips.css +0 -139
  82. package/dist/css/components/Choice/Choice.css +0 -288
  83. package/dist/css/components/Choice/css/__item/choice__item.css +0 -32
  84. package/dist/css/components/Choice/css/__item/choice__item_shape.css +0 -11
  85. package/dist/css/components/Choice/css/__item/choice__item_size.css +0 -88
  86. package/dist/css/components/Code/Code.css +0 -123
  87. package/dist/css/components/CookiesWarning/CookiesWarning.css +0 -40
  88. package/dist/css/components/CookiesWarning/CookiesWarning.token.css +0 -2
  89. package/dist/css/components/Dadata/Dadata.css +0 -21
  90. package/dist/css/components/DatePeriod/DatePeriod.css +0 -101
  91. package/dist/css/components/DatePicker/DatePicker.css +0 -1377
  92. package/dist/css/components/Divider/Divider.css +0 -105
  93. package/dist/css/components/Dot/Dot.css +0 -72
  94. package/dist/css/components/Drawer/Drawer.css +0 -80
  95. package/dist/css/components/Dropdown/Dropdown.css +0 -221
  96. package/dist/css/components/Flex/Flex.css +0 -379
  97. package/dist/css/components/Flex/css/__item/flex__item.css +0 -5
  98. package/dist/css/components/Flex/css/__item/flex__item_align.css +0 -58
  99. package/dist/css/components/Flex/css/__item/flex__item_direction.css +0 -24
  100. package/dist/css/components/Flex/css/__item/flex__item_grow.css +0 -10
  101. package/dist/css/components/Flex/css/__item/flex__item_justify-content.css +0 -22
  102. package/dist/css/components/Flex/css/__item/flex__item_shape.css +0 -12
  103. package/dist/css/components/Flex/css/__item/flex__item_wrap.css +0 -9
  104. package/dist/css/components/Grid/Grid.css +0 -2303
  105. package/dist/css/components/Grid/css/__item/grid__item.css +0 -5
  106. package/dist/css/components/Grid/css/__item/grid__item_align-self.css +0 -58
  107. package/dist/css/components/Grid/css/__item/grid__item_column.css +0 -279
  108. package/dist/css/components/Grid/css/__item/grid__item_justify-self.css +0 -70
  109. package/dist/css/components/Grid/css/__item/grid__item_row.css +0 -279
  110. package/dist/css/components/Grid/css/__row/grid__row.css +0 -6
  111. package/dist/css/components/Group/Group.css +0 -5317
  112. package/dist/css/components/HTMLContent/HTMLContent.css +0 -166
  113. package/dist/css/components/HeroTitle/HeroTitle.css +0 -87
  114. package/dist/css/components/Icon/Icon.css +0 -7774
  115. package/dist/css/components/Image/Image.css +0 -163
  116. package/dist/css/components/Input/Input.css +0 -135
  117. package/dist/css/components/InputPassword/InputPassword.css +0 -115
  118. package/dist/css/components/Label/Label.css +0 -118
  119. package/dist/css/components/Link/Link.css +0 -58
  120. package/dist/css/components/List/List.css +0 -515
  121. package/dist/css/components/Loader/Loader.css +0 -212
  122. package/dist/css/components/Logo/Logo.css +0 -96
  123. package/dist/css/components/MenuItem/MenuItem.css +0 -251
  124. package/dist/css/components/Modal/Modal.css +0 -232
  125. package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +0 -45
  126. package/dist/css/components/Notification/Notification.css +0 -182
  127. package/dist/css/components/Notification/css/__item/notification__item.css +0 -26
  128. package/dist/css/components/Notification/css/__item/notification__item_size.css +0 -44
  129. package/dist/css/components/Notification/css/__item/notification__item_skeleton.css +0 -25
  130. package/dist/css/components/Notification/css/__item/notification__item_type.css +0 -23
  131. package/dist/css/components/Overlay/Overlay.css +0 -42
  132. package/dist/css/components/Pagination/Pagination.css +0 -279
  133. package/dist/css/components/Pagination/css/__item/pagination__item.css +0 -44
  134. package/dist/css/components/Pagination/css/__item/pagination__item_size.css +0 -18
  135. package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +0 -16
  136. package/dist/css/components/Pagination/css/__item/pagination__item_state_disabled.css +0 -20
  137. package/dist/css/components/Radio/Radio.css +0 -11226
  138. package/dist/css/components/RangeSlider/RangeSlider.css +0 -2944
  139. package/dist/css/components/Response/Response.css +0 -69
  140. package/dist/css/components/SVGContent/SVGContent.css +0 -2
  141. package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +0 -257
  142. package/dist/css/components/ScrollToView/ScrollToView.css +0 -1998
  143. package/dist/css/components/Scrollbar/Scrollbar.css +0 -58
  144. package/dist/css/components/Search/Search.css +0 -162
  145. package/dist/css/components/Search/css/search-input/search-input.css +0 -61
  146. package/dist/css/components/Search/css/search-input/search-input_size.css +0 -39
  147. package/dist/css/components/Search/css/search-input/search-input_skeleton.css +0 -25
  148. package/dist/css/components/Search/css/search-result/search-result.css +0 -6
  149. package/dist/css/components/Segmented/Segmented.css +0 -244
  150. package/dist/css/components/Segmented/css/__item/segmaented__item.css +0 -92
  151. package/dist/css/components/Select/Select.css +0 -768
  152. package/dist/css/components/Select/css/__control/select__control.css +0 -16
  153. package/dist/css/components/Select/css/__indicators/select__indicators.css +0 -21
  154. package/dist/css/components/Select/css/__input-container/select__input-container.css +0 -383
  155. package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +0 -31
  156. package/dist/css/components/Select/css/__menu/select__menu-notice.css +0 -6
  157. package/dist/css/components/Select/css/__menu/select__menu.css +0 -56
  158. package/dist/css/components/Select/css/__multi-value/select__multi-value.css +0 -7
  159. package/dist/css/components/Select/css/__option/select__option.css +0 -6
  160. package/dist/css/components/Select/css/__placeholder/select__placeholder.css +0 -9
  161. package/dist/css/components/Select/css/__single-value/select__single-value.css +0 -10
  162. package/dist/css/components/Select/css/__value-container/select__value-container.css +0 -21
  163. package/dist/css/components/Swiper/Swiper.css +0 -997
  164. package/dist/css/components/Swiper/css/__item/swiper-block__item.css +0 -6
  165. package/dist/css/components/Switch/Switch.css +0 -154
  166. package/dist/css/components/Tab/Tab.css +0 -180
  167. package/dist/css/components/Text/Text.css +0 -103
  168. package/dist/css/components/Textarea/Textarea.css +0 -86
  169. package/dist/css/components/Tile/Tile.css +0 -141
  170. package/dist/css/components/Title/Title.css +0 -125
  171. package/dist/css/components/Tooltip/Tooltip.css +0 -236
  172. package/dist/css/components/Video/Video.css +0 -23
  173. package/dist/css/components/Warning/Warning.css +0 -50
  174. package/dist/css/styles/align/align.css +0 -25
  175. package/dist/css/styles/align/align_horizontal-reverse.css +0 -252
  176. package/dist/css/styles/align/align_horizontal.css +0 -252
  177. package/dist/css/styles/align/align_vertical-reverse.css +0 -236
  178. package/dist/css/styles/align/align_vertical.css +0 -236
  179. package/dist/css/styles/align-items/align-items.css +0 -20
  180. package/dist/css/styles/align-self/align-self.css +0 -20
  181. package/dist/css/styles/alignment/alignment.css +0 -51
  182. package/dist/css/styles/blur/blur.css +0 -82
  183. package/dist/css/styles/border/border.css +0 -244
  184. package/dist/css/styles/border-color/border-color.css +0 -24405
  185. package/dist/css/styles/border-type/border-type.css +0 -13
  186. package/dist/css/styles/border-width/border-width.css +0 -57
  187. package/dist/css/styles/caret-color/caret-color.css +0 -282
  188. package/dist/css/styles/centering/centering.css +0 -17
  189. package/dist/css/styles/constraints/constraints.css +0 -72
  190. package/dist/css/styles/cursor/cursor.css +0 -28
  191. package/dist/css/styles/direction/direction.css +0 -18
  192. package/dist/css/styles/easing/easing.css +0 -104
  193. package/dist/css/styles/elevation/elevation.css +0 -26
  194. package/dist/css/styles/elevation/elevation_hover.css +0 -44
  195. package/dist/css/styles/fill/fill.css +0 -7750
  196. package/dist/css/styles/fill/fill_gradient.css +0 -525
  197. package/dist/css/styles/flex/flex-grow.css +0 -8
  198. package/dist/css/styles/height/height.css +0 -11
  199. package/dist/css/styles/hover/hover-fill-color.css +0 -842
  200. package/dist/css/styles/hover/hover-item-color.css +0 -1082
  201. package/dist/css/styles/hover/hover-text-color.css +0 -1082
  202. package/dist/css/styles/justify-content/justify-content.css +0 -35
  203. package/dist/css/styles/opacity/opacity.css +0 -74
  204. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +0 -362
  205. package/dist/css/styles/position/position.css +0 -14
  206. package/dist/css/styles/print/print.css +0 -12
  207. package/dist/css/styles/resize-horizontal/resize-horizontal.css +0 -12
  208. package/dist/css/styles/resize-vertical/resize-vertical.css +0 -10
  209. package/dist/css/styles/shape/shape.css +0 -8
  210. package/dist/css/styles/shape-strength/shape-strength.css +0 -15
  211. package/dist/css/styles/svg-color/svg_fill.css +0 -1044
  212. package/dist/css/styles/svg-color/svg_fill_hover.css +0 -484
  213. package/dist/css/styles/svg-color/svg_path_fill.css +0 -364
  214. package/dist/css/styles/text-align/text-align.css +0 -11
  215. package/dist/css/styles/text-color/text-color.css +0 -3617
  216. package/dist/css/styles/text-decoration/text-decoration.css +0 -10
  217. package/dist/css/styles/text-gradient/text-gradient.css +0 -1195
  218. package/dist/css/styles/text-style/text-style.css +0 -10
  219. package/dist/css/styles/text-truncate/text-truncate.css +0 -7
  220. package/dist/css/styles/text-weight/text-weight.css +0 -181
  221. package/dist/css/styles/width/width.css +0 -11
  222. package/dist/css/styles/word-wrap/word-wrap.css +0 -8
  223. package/dist/{ChipsGroup_cjs_B182e4c8.js → ChipsGroup_cjs_C-CP64k4.js} +1 -1
  224. package/dist/{ChipsGroup_es_BflE-5Q3.js → ChipsGroup_es_BfN_kCqj.js} +1 -1
  225. package/dist/{SelectContainer_cjs_BOMkYSVf.js → SelectContainer_cjs_NkNDS17H.js} +2 -2
  226. package/dist/{SelectContainer_es_gcm20n4I.js → SelectContainer_es_BpYwQ-do.js} +2 -2
@@ -1,525 +0,0 @@
1
-
2
- .fill_gradient,
3
- div.fill_gradient {
4
- &-primary {
5
- &-top {
6
- background: linear-gradient(
7
- 0deg,
8
- var(--color-gradient-primary)
9
- );
10
- }
11
- &-right {
12
- background: linear-gradient(
13
- 90deg,
14
- var(--color-gradient-primary)
15
- );
16
- }
17
- &-diagonal {
18
- background: linear-gradient(
19
- 135deg,
20
- var(--color-gradient-primary)
21
- );
22
- }
23
- &-bottom {
24
- background: linear-gradient(
25
- 180deg,
26
- var(--color-gradient-primary)
27
- );
28
- }
29
- &-left {
30
- background: linear-gradient(
31
- 270deg,
32
- var(--color-gradient-primary)
33
- );
34
- }
35
- }
36
- &-secondary {
37
- &-top {
38
- background: linear-gradient(
39
- 0deg,
40
- var(--color-gradient-secondary)
41
- );
42
- }
43
- &-right {
44
- background: linear-gradient(
45
- 90deg,
46
- var(--color-gradient-secondary)
47
- );
48
- }
49
- &-diagonal {
50
- background: linear-gradient(
51
- 135deg,
52
- var(--color-gradient-secondary)
53
- );
54
- }
55
- &-bottom {
56
- background: linear-gradient(
57
- 180deg,
58
- var(--color-gradient-secondary)
59
- );
60
- }
61
- &-left {
62
- background: linear-gradient(
63
- 270deg,
64
- var(--color-gradient-secondary)
65
- );
66
- }
67
- }
68
- &-tertiary {
69
- &-top {
70
- background: linear-gradient(
71
- 0deg,
72
- var(--color-gradient-tertiary)
73
- );
74
- }
75
- &-right {
76
- background: linear-gradient(
77
- 90deg,
78
- var(--color-gradient-tertiary)
79
- );
80
- }
81
- &-diagonal {
82
- background: linear-gradient(
83
- 135deg,
84
- var(--color-gradient-tertiary)
85
- );
86
- }
87
- &-bottom {
88
- background: linear-gradient(
89
- 180deg,
90
- var(--color-gradient-tertiary)
91
- );
92
- }
93
- &-left {
94
- background: linear-gradient(
95
- 270deg,
96
- var(--color-gradient-tertiary)
97
- );
98
- }
99
- }
100
- &-quaternary {
101
- &-top {
102
- background: linear-gradient(
103
- 0deg,
104
- var(--color-gradient-quaternary)
105
- );
106
- }
107
- &-right {
108
- background: linear-gradient(
109
- 90deg,
110
- var(--color-gradient-quaternary)
111
- );
112
- }
113
- &-diagonal {
114
- background: linear-gradient(
115
- 135deg,
116
- var(--color-gradient-quaternary)
117
- );
118
- }
119
- &-bottom {
120
- background: linear-gradient(
121
- 180deg,
122
- var(--color-gradient-quaternary)
123
- );
124
- }
125
- &-left {
126
- background: linear-gradient(
127
- 270deg,
128
- var(--color-gradient-quaternary)
129
- );
130
- }
131
- }
132
- }
133
- .fill_gradient,
134
- button.fill_gradient {
135
- &-primary {
136
- &-top {
137
- background: linear-gradient(
138
- 0deg,
139
- var(--color-gradient-primary)
140
- );
141
- }
142
- &-right {
143
- background: linear-gradient(
144
- 90deg,
145
- var(--color-gradient-primary)
146
- );
147
- }
148
- &-diagonal {
149
- background: linear-gradient(
150
- 135deg,
151
- var(--color-gradient-primary)
152
- );
153
- }
154
- &-bottom {
155
- background: linear-gradient(
156
- 180deg,
157
- var(--color-gradient-primary)
158
- );
159
- }
160
- &-left {
161
- background: linear-gradient(
162
- 270deg,
163
- var(--color-gradient-primary)
164
- );
165
- }
166
- }
167
- &-secondary {
168
- &-top {
169
- background: linear-gradient(
170
- 0deg,
171
- var(--color-gradient-secondary)
172
- );
173
- }
174
- &-right {
175
- background: linear-gradient(
176
- 90deg,
177
- var(--color-gradient-secondary)
178
- );
179
- }
180
- &-diagonal {
181
- background: linear-gradient(
182
- 135deg,
183
- var(--color-gradient-secondary)
184
- );
185
- }
186
- &-bottom {
187
- background: linear-gradient(
188
- 180deg,
189
- var(--color-gradient-secondary)
190
- );
191
- }
192
- &-left {
193
- background: linear-gradient(
194
- 270deg,
195
- var(--color-gradient-secondary)
196
- );
197
- }
198
- }
199
- &-tertiary {
200
- &-top {
201
- background: linear-gradient(
202
- 0deg,
203
- var(--color-gradient-tertiary)
204
- );
205
- }
206
- &-right {
207
- background: linear-gradient(
208
- 90deg,
209
- var(--color-gradient-tertiary)
210
- );
211
- }
212
- &-diagonal {
213
- background: linear-gradient(
214
- 135deg,
215
- var(--color-gradient-tertiary)
216
- );
217
- }
218
- &-bottom {
219
- background: linear-gradient(
220
- 180deg,
221
- var(--color-gradient-tertiary)
222
- );
223
- }
224
- &-left {
225
- background: linear-gradient(
226
- 270deg,
227
- var(--color-gradient-tertiary)
228
- );
229
- }
230
- }
231
- &-quaternary {
232
- &-top {
233
- background: linear-gradient(
234
- 0deg,
235
- var(--color-gradient-quaternary)
236
- );
237
- }
238
- &-right {
239
- background: linear-gradient(
240
- 90deg,
241
- var(--color-gradient-quaternary)
242
- );
243
- }
244
- &-diagonal {
245
- background: linear-gradient(
246
- 135deg,
247
- var(--color-gradient-quaternary)
248
- );
249
- }
250
- &-bottom {
251
- background: linear-gradient(
252
- 180deg,
253
- var(--color-gradient-quaternary)
254
- );
255
- }
256
- &-left {
257
- background: linear-gradient(
258
- 270deg,
259
- var(--color-gradient-quaternary)
260
- );
261
- }
262
- }
263
- }
264
- .fill_gradient,
265
- input.fill_gradient {
266
- &-primary {
267
- &-top {
268
- background: linear-gradient(
269
- 0deg,
270
- var(--color-gradient-primary)
271
- );
272
- }
273
- &-right {
274
- background: linear-gradient(
275
- 90deg,
276
- var(--color-gradient-primary)
277
- );
278
- }
279
- &-diagonal {
280
- background: linear-gradient(
281
- 135deg,
282
- var(--color-gradient-primary)
283
- );
284
- }
285
- &-bottom {
286
- background: linear-gradient(
287
- 180deg,
288
- var(--color-gradient-primary)
289
- );
290
- }
291
- &-left {
292
- background: linear-gradient(
293
- 270deg,
294
- var(--color-gradient-primary)
295
- );
296
- }
297
- }
298
- &-secondary {
299
- &-top {
300
- background: linear-gradient(
301
- 0deg,
302
- var(--color-gradient-secondary)
303
- );
304
- }
305
- &-right {
306
- background: linear-gradient(
307
- 90deg,
308
- var(--color-gradient-secondary)
309
- );
310
- }
311
- &-diagonal {
312
- background: linear-gradient(
313
- 135deg,
314
- var(--color-gradient-secondary)
315
- );
316
- }
317
- &-bottom {
318
- background: linear-gradient(
319
- 180deg,
320
- var(--color-gradient-secondary)
321
- );
322
- }
323
- &-left {
324
- background: linear-gradient(
325
- 270deg,
326
- var(--color-gradient-secondary)
327
- );
328
- }
329
- }
330
- &-tertiary {
331
- &-top {
332
- background: linear-gradient(
333
- 0deg,
334
- var(--color-gradient-tertiary)
335
- );
336
- }
337
- &-right {
338
- background: linear-gradient(
339
- 90deg,
340
- var(--color-gradient-tertiary)
341
- );
342
- }
343
- &-diagonal {
344
- background: linear-gradient(
345
- 135deg,
346
- var(--color-gradient-tertiary)
347
- );
348
- }
349
- &-bottom {
350
- background: linear-gradient(
351
- 180deg,
352
- var(--color-gradient-tertiary)
353
- );
354
- }
355
- &-left {
356
- background: linear-gradient(
357
- 270deg,
358
- var(--color-gradient-tertiary)
359
- );
360
- }
361
- }
362
- &-quaternary {
363
- &-top {
364
- background: linear-gradient(
365
- 0deg,
366
- var(--color-gradient-quaternary)
367
- );
368
- }
369
- &-right {
370
- background: linear-gradient(
371
- 90deg,
372
- var(--color-gradient-quaternary)
373
- );
374
- }
375
- &-diagonal {
376
- background: linear-gradient(
377
- 135deg,
378
- var(--color-gradient-quaternary)
379
- );
380
- }
381
- &-bottom {
382
- background: linear-gradient(
383
- 180deg,
384
- var(--color-gradient-quaternary)
385
- );
386
- }
387
- &-left {
388
- background: linear-gradient(
389
- 270deg,
390
- var(--color-gradient-quaternary)
391
- );
392
- }
393
- }
394
- }
395
- .fill_gradient,
396
- textarea.fill_gradient {
397
- &-primary {
398
- &-top {
399
- background: linear-gradient(
400
- 0deg,
401
- var(--color-gradient-primary)
402
- );
403
- }
404
- &-right {
405
- background: linear-gradient(
406
- 90deg,
407
- var(--color-gradient-primary)
408
- );
409
- }
410
- &-diagonal {
411
- background: linear-gradient(
412
- 135deg,
413
- var(--color-gradient-primary)
414
- );
415
- }
416
- &-bottom {
417
- background: linear-gradient(
418
- 180deg,
419
- var(--color-gradient-primary)
420
- );
421
- }
422
- &-left {
423
- background: linear-gradient(
424
- 270deg,
425
- var(--color-gradient-primary)
426
- );
427
- }
428
- }
429
- &-secondary {
430
- &-top {
431
- background: linear-gradient(
432
- 0deg,
433
- var(--color-gradient-secondary)
434
- );
435
- }
436
- &-right {
437
- background: linear-gradient(
438
- 90deg,
439
- var(--color-gradient-secondary)
440
- );
441
- }
442
- &-diagonal {
443
- background: linear-gradient(
444
- 135deg,
445
- var(--color-gradient-secondary)
446
- );
447
- }
448
- &-bottom {
449
- background: linear-gradient(
450
- 180deg,
451
- var(--color-gradient-secondary)
452
- );
453
- }
454
- &-left {
455
- background: linear-gradient(
456
- 270deg,
457
- var(--color-gradient-secondary)
458
- );
459
- }
460
- }
461
- &-tertiary {
462
- &-top {
463
- background: linear-gradient(
464
- 0deg,
465
- var(--color-gradient-tertiary)
466
- );
467
- }
468
- &-right {
469
- background: linear-gradient(
470
- 90deg,
471
- var(--color-gradient-tertiary)
472
- );
473
- }
474
- &-diagonal {
475
- background: linear-gradient(
476
- 135deg,
477
- var(--color-gradient-tertiary)
478
- );
479
- }
480
- &-bottom {
481
- background: linear-gradient(
482
- 180deg,
483
- var(--color-gradient-tertiary)
484
- );
485
- }
486
- &-left {
487
- background: linear-gradient(
488
- 270deg,
489
- var(--color-gradient-tertiary)
490
- );
491
- }
492
- }
493
- &-quaternary {
494
- &-top {
495
- background: linear-gradient(
496
- 0deg,
497
- var(--color-gradient-quaternary)
498
- );
499
- }
500
- &-right {
501
- background: linear-gradient(
502
- 90deg,
503
- var(--color-gradient-quaternary)
504
- );
505
- }
506
- &-diagonal {
507
- background: linear-gradient(
508
- 135deg,
509
- var(--color-gradient-quaternary)
510
- );
511
- }
512
- &-bottom {
513
- background: linear-gradient(
514
- 180deg,
515
- var(--color-gradient-quaternary)
516
- );
517
- }
518
- &-left {
519
- background: linear-gradient(
520
- 270deg,
521
- var(--color-gradient-quaternary)
522
- );
523
- }
524
- }
525
- }
@@ -1,8 +0,0 @@
1
- .flex-grow {
2
- &_0 {
3
- flex-grow: 0;
4
- }
5
- &_1 {
6
- flex-grow: 1;
7
- }
8
- }
@@ -1,11 +0,0 @@
1
- .height {
2
- &_hug {
3
- display: inline-flex;
4
- }
5
- &_fill {
6
- height: 100%;
7
- &-vh {
8
- height: 100vh;
9
- }
10
- }
11
- }