@itcase/ui 1.8.1 → 1.8.4

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 (294) hide show
  1. package/dist/{Badge-Df7Zxjnk.js → Badge_cjs_DrG2tUjI.js} +12 -34
  2. package/dist/{Badge-BY030Mwm.js → Badge_es_Bx0NsdST.js} +12 -34
  3. package/dist/{Button-CWPTzaG2.js → Button_cjs_B7OmqizJ.js} +26 -25
  4. package/dist/{Button-DHOZJDHv.js → Button_es_CBbHMy1v.js} +26 -25
  5. package/dist/{Divider-BQIfjvPR.js → Divider_cjs_DakITdTv.js} +1 -1
  6. package/dist/{Divider-CUFKsm-9.js → Divider_es_CWsDM2Rm.js} +1 -1
  7. package/dist/{DropdownItem-_bKQxzEZ.js → DropdownItem_cjs_TdJHpFgg.js} +3 -3
  8. package/dist/{DropdownItem-Cl1pYnVf.js → DropdownItem_es_CdYP5BQN.js} +3 -3
  9. package/dist/{Group-utjnjUDZ.js → Group_cjs_DFmNT5Mq.js} +8 -4
  10. package/dist/{Group-C8NUU6k5.js → Group_es_CRGwi5XI.js} +8 -4
  11. package/dist/{Icon-D_BDlSSb.js → Icon_cjs_DSzfNqif.js} +3 -3
  12. package/dist/{Icon-BF7i3XdQ.js → Icon_es_BBmoZ7_3.js} +3 -3
  13. package/dist/{Input-BRhHPsGM.js → Input_cjs_DkQh0Utd.js} +1 -1
  14. package/dist/{Input-BH6rNRqZ.js → Input_es_Bs0gEq3L.js} +1 -1
  15. package/dist/{Label-DsNZ-asS.js → Label_cjs_BCjB-mxC.js} +5 -5
  16. package/dist/{Label-brG78nLi.js → Label_es_CZpanSdR.js} +5 -5
  17. package/dist/{Link-CZ8o5lGW.js → Link_cjs_yht44xJv.js} +1 -1
  18. package/dist/{Link-Cn7hiWmM.js → Link_es_DkW06IM-.js} +1 -1
  19. package/dist/{Loader-CjT6-r3I.js → Loader_cjs_D753D3li.js} +2 -2
  20. package/dist/{Loader-Dquhwxz4.js → Loader_es_BE4nyzXi.js} +2 -2
  21. package/dist/{Overlay-BoIJ-g58.js → Overlay_cjs_BTSfcGrM.js} +1 -2
  22. package/dist/{Overlay-Be9UCtR9.js → Overlay_es_CR7d-ISF.js} +1 -2
  23. package/dist/{Text-DwIx33-P.js → Text_cjs_D4xG0cKD.js} +3 -3
  24. package/dist/{Text-aaWArShm.js → Text_es_FJGduy7Z.js} +3 -3
  25. package/dist/{Title-ByfOyy-n.js → Title_cjs_iuyln-ab.js} +1 -1
  26. package/dist/{Title--_epIXkC.js → Title_es_ke3YylFm.js} +1 -1
  27. package/dist/{Tooltip-hznDyLwa.js → Tooltip_cjs_CTwksdFk.js} +3 -3
  28. package/dist/{Tooltip-DP32J5V6.js → Tooltip_es_H976MIb7.js} +3 -3
  29. package/dist/cjs/components/Accordion.js +7 -7
  30. package/dist/cjs/components/Avatar.js +9 -9
  31. package/dist/cjs/components/Badge.js +7 -7
  32. package/dist/cjs/components/Breadcrumbs.js +6 -6
  33. package/dist/cjs/components/Button.js +8 -8
  34. package/dist/cjs/components/Cell.js +7 -7
  35. package/dist/cjs/components/Checkbox.js +2 -2
  36. package/dist/cjs/components/Checkmark.js +1 -1
  37. package/dist/cjs/components/Chips.js +12 -12
  38. package/dist/cjs/components/Choice.js +54 -18
  39. package/dist/cjs/components/Code.js +1 -1
  40. package/dist/cjs/components/CookiesWarning.js +9 -9
  41. package/dist/cjs/components/DadataHintField.js +4 -4
  42. package/dist/cjs/components/DatePicker.js +113 -46
  43. package/dist/cjs/components/Divider.js +2 -2
  44. package/dist/cjs/components/Dot.js +1 -1
  45. package/dist/cjs/components/Dropdown.js +4 -4
  46. package/dist/cjs/components/Flex.js +1 -1
  47. package/dist/cjs/components/Grid.js +1 -1
  48. package/dist/cjs/components/Group.js +2 -2
  49. package/dist/cjs/components/HTMLContent.js +1 -1
  50. package/dist/cjs/components/HeroTitle.js +1 -1
  51. package/dist/cjs/components/Icon.js +6 -6
  52. package/dist/cjs/components/Image.js +2 -2
  53. package/dist/cjs/components/Input.js +2 -2
  54. package/dist/cjs/components/InputMask.js +3 -3
  55. package/dist/cjs/components/InputPassword.js +6 -6
  56. package/dist/cjs/components/Label.js +5 -5
  57. package/dist/cjs/components/Link.js +2 -2
  58. package/dist/cjs/components/List.js +2 -2
  59. package/dist/cjs/components/Loader.js +3 -3
  60. package/dist/cjs/components/Logo.js +2 -2
  61. package/dist/cjs/components/MenuItem.js +3 -3
  62. package/dist/cjs/components/Modal.js +5 -5
  63. package/dist/cjs/components/ModalSheetBottom.js +1 -1
  64. package/dist/cjs/components/Notification.js +2 -2
  65. package/dist/cjs/components/Overlay.js +2 -2
  66. package/dist/cjs/components/Pagination.js +14 -10
  67. package/dist/cjs/components/Panel.js +3 -3
  68. package/dist/cjs/components/Radio.js +2 -2
  69. package/dist/cjs/components/RangeSlider.js +1 -1
  70. package/dist/cjs/components/Response.js +9 -9
  71. package/dist/cjs/components/SVGContent.js +1 -1
  72. package/dist/cjs/components/ScrollOnDrag.js +3 -3
  73. package/dist/cjs/components/ScrollToView.js +1 -1
  74. package/dist/cjs/components/Scrollbar.js +1 -1
  75. package/dist/cjs/components/Search.js +59 -16
  76. package/dist/cjs/components/Segmented.js +30 -18
  77. package/dist/cjs/components/Select.js +10 -10
  78. package/dist/cjs/components/Swiper.js +2 -2
  79. package/dist/cjs/components/Switch.js +2 -2
  80. package/dist/cjs/components/Tab.js +50 -70
  81. package/dist/cjs/components/Text.js +2 -2
  82. package/dist/cjs/components/Textarea.js +132 -51
  83. package/dist/cjs/components/Tile.js +7 -7
  84. package/dist/cjs/components/Title.js +2 -2
  85. package/dist/cjs/components/Tooltip.js +4 -4
  86. package/dist/cjs/components/Video.js +1 -1
  87. package/dist/cjs/context/Notifications.js +2 -2
  88. package/dist/cjs/context/UIContext.js +4 -4
  89. package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +1 -1
  90. package/dist/cjs/hooks/useDevicePropsGenerator.js +1 -1
  91. package/dist/cjs/hooks/useDeviceTargetClass.js +1 -1
  92. package/dist/cjs/hooks/useStyles/useStyles.js +1 -1
  93. package/dist/cjs/hooks/useStyles.js +1 -1
  94. package/dist/components/Accordion.js +7 -7
  95. package/dist/components/Avatar.js +9 -9
  96. package/dist/components/Badge.js +7 -7
  97. package/dist/components/Breadcrumbs.js +6 -6
  98. package/dist/components/Button.js +8 -8
  99. package/dist/components/Cell.js +7 -7
  100. package/dist/components/Checkbox.js +2 -2
  101. package/dist/components/Checkmark.js +1 -1
  102. package/dist/components/Chips.js +12 -12
  103. package/dist/components/Choice.js +54 -18
  104. package/dist/components/Code.js +1 -1
  105. package/dist/components/CookiesWarning.js +9 -9
  106. package/dist/components/DadataHintField.js +4 -4
  107. package/dist/components/DatePicker.js +113 -46
  108. package/dist/components/Divider.js +2 -2
  109. package/dist/components/Dot.js +1 -1
  110. package/dist/components/Dropdown.js +4 -4
  111. package/dist/components/Flex.js +1 -1
  112. package/dist/components/Grid.js +1 -1
  113. package/dist/components/Group.js +2 -2
  114. package/dist/components/HTMLContent.js +1 -1
  115. package/dist/components/HeroTitle.js +1 -1
  116. package/dist/components/Icon.js +6 -6
  117. package/dist/components/Image.js +2 -2
  118. package/dist/components/Input.js +2 -2
  119. package/dist/components/InputMask.js +3 -3
  120. package/dist/components/InputPassword.js +6 -6
  121. package/dist/components/Label.js +5 -5
  122. package/dist/components/Link.js +2 -2
  123. package/dist/components/List.js +2 -2
  124. package/dist/components/Loader.js +3 -3
  125. package/dist/components/Logo.js +2 -2
  126. package/dist/components/MenuItem.js +3 -3
  127. package/dist/components/Modal.js +5 -5
  128. package/dist/components/ModalSheetBottom.js +1 -1
  129. package/dist/components/Notification.js +2 -2
  130. package/dist/components/Overlay.js +2 -2
  131. package/dist/components/Pagination.js +15 -11
  132. package/dist/components/Panel.js +3 -3
  133. package/dist/components/Radio.js +2 -2
  134. package/dist/components/RangeSlider.js +1 -1
  135. package/dist/components/Response.js +9 -9
  136. package/dist/components/SVGContent.js +1 -1
  137. package/dist/components/ScrollOnDrag.js +2 -2
  138. package/dist/components/ScrollToView.js +1 -1
  139. package/dist/components/Scrollbar.js +1 -1
  140. package/dist/components/Search.js +59 -16
  141. package/dist/components/Segmented.js +30 -18
  142. package/dist/components/Select.js +10 -10
  143. package/dist/components/Swiper.js +2 -2
  144. package/dist/components/Switch.js +2 -2
  145. package/dist/components/Tab.js +50 -70
  146. package/dist/components/Text.js +2 -2
  147. package/dist/components/Textarea.js +133 -51
  148. package/dist/components/Tile.js +7 -7
  149. package/dist/components/Title.js +2 -2
  150. package/dist/components/Tooltip.js +4 -4
  151. package/dist/components/Video.js +1 -1
  152. package/dist/context/Notifications.js +2 -2
  153. package/dist/context/UIContext.js +4 -4
  154. package/dist/css/components/Accordion/Accordion.css +2 -0
  155. package/dist/css/components/Avatar/Avatar.css +15 -14
  156. package/dist/css/components/Badge/Badge.css +1 -0
  157. package/dist/css/components/Button/Button.css +8 -2
  158. package/dist/css/components/Cell/Cell.css +10 -9
  159. package/dist/css/components/Chips/Chips.css +12 -0
  160. package/dist/css/components/Choice/Choice.css +47 -14
  161. package/dist/css/components/Choice/css/__item/choice__item.css +3 -0
  162. package/dist/css/components/Choice/css/__item/choice__item_size.css +10 -0
  163. package/dist/css/components/Code/Code.css +9 -11
  164. package/dist/css/components/CookiesWarning/CookiesWarning.css +1 -1
  165. package/dist/css/components/CookiesWarning/CookiesWarning.token.css +2 -0
  166. package/dist/css/components/DatePicker/DatePicker.css +114 -26
  167. package/dist/css/components/Divider/Divider.css +3 -4
  168. package/dist/css/components/Dot/Dot.css +1 -0
  169. package/dist/css/components/Drawer/Drawer.css +4 -7
  170. package/dist/css/components/Dropdown/Dropdown.css +18 -3
  171. package/dist/css/components/Grid/Grid.css +12 -3
  172. package/dist/css/components/Group/Group.css +1 -1
  173. package/dist/css/components/Icon/Icon.css +7 -1
  174. package/dist/css/components/Input/Input.css +7 -9
  175. package/dist/css/components/InputMask/{Input.css → InputMask.css} +4 -4
  176. package/dist/css/components/InputPassword/InputPassword.css +1 -0
  177. package/dist/css/components/Loader/Loader.css +6 -0
  178. package/dist/css/components/Modal/Modal.css +1 -0
  179. package/dist/css/components/ModalSheetBottom/ModalSheetBottom.css +7 -4
  180. package/dist/css/components/Notification/Notification.css +1 -1
  181. package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +1 -1
  182. package/dist/css/components/Pagination/Pagination.css +10 -8
  183. package/dist/css/components/Pagination/css/__item/pagination__item.css +1 -1
  184. package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +1 -4
  185. package/dist/css/components/Radio/Radio.css +2 -0
  186. package/dist/css/components/RangeSlider/RangeSlider.css +1 -1
  187. package/dist/css/components/Search/Search.css +5 -2
  188. package/dist/css/components/Search/css/search-input/search-input_size.css +1 -0
  189. package/dist/css/components/Segmented/Segmented.css +3 -0
  190. package/dist/css/components/Select/Select.css +13 -5
  191. package/dist/css/components/Select/css/__control/select__control_fill.css +1 -1
  192. package/dist/css/components/Select/css/__menu/select__menu.css +1 -1
  193. package/dist/css/components/Swiper/Swiper.css +3 -3
  194. package/dist/css/components/Tab/Tab.css +2 -2
  195. package/dist/css/components/Text/Text.css +15 -12
  196. package/dist/css/components/Textarea/Textarea.css +38 -26
  197. package/dist/css/components/Tile/Tile.css +9 -0
  198. package/dist/css/components/Tooltip/Tooltip.css +8 -1
  199. package/dist/css/styles/border-color/border-color.css +6 -6
  200. package/dist/css/styles/border-color/border-color_focus.css +7 -5
  201. package/dist/css/styles/border-color/border-color_hover.css +13 -9
  202. package/dist/css/styles/border-width/border-width.css +2 -1
  203. package/dist/css/styles/caret-color/caret-color.css +6 -4
  204. package/dist/css/styles/fill/fill.css +19 -34
  205. package/dist/css/styles/fill/fill_active.css +14 -25
  206. package/dist/css/styles/fill/fill_active_hover.css +23 -27
  207. package/dist/css/styles/fill/fill_hover.css +27 -33
  208. package/dist/css/styles/hover/hover-fill-color.css +6 -4
  209. package/dist/css/styles/hover/hover-item-color.css +6 -4
  210. package/dist/css/styles/hover/hover-text-color.css +6 -4
  211. package/dist/css/styles/opacity/opacity.css +3 -2
  212. package/dist/css/styles/placeholder-text-color/placeholder-text-color.css +6 -4
  213. package/dist/css/styles/svg-color/svg_fill.css +6 -9
  214. package/dist/css/styles/svg-color/svg_fill_hover.css +6 -4
  215. package/dist/css/styles/svg-color/svg_path_fill.css +6 -5
  216. package/dist/css/styles/text-color/text-color.css +6 -6
  217. package/dist/css/styles/text-color/text-color_active.css +7 -6
  218. package/dist/css/styles/text-color/text-color_hover.css +7 -6
  219. package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +1 -1
  220. package/dist/hooks/useDevicePropsGenerator.js +1 -1
  221. package/dist/hooks/useDeviceTargetClass.js +1 -1
  222. package/dist/hooks/useStyles/useStyles.js +1 -1
  223. package/dist/hooks/useStyles.js +1 -1
  224. package/dist/stories/Breadcrumbs.mdx +15 -0
  225. package/dist/stories/BreadcrumbsItem.mdx +17 -0
  226. package/dist/stories/Image.mdx +2 -2
  227. package/dist/stories/ListItem.mdx +11 -0
  228. package/dist/stories/Overview.mdx +15 -5
  229. package/dist/stories/Playground.mdx +4 -4
  230. package/dist/stories/Playgroynd.mdx +11 -0
  231. package/dist/stories/Plsyground.mdx +14 -0
  232. package/dist/types/components/Badge/appearance/badgeAccent.d.ts +0 -20
  233. package/dist/types/components/Button/appearance/buttonSize.d.ts +7 -7
  234. package/dist/types/components/Button/appearance/buttonSurface.d.ts +6 -5
  235. package/dist/types/components/Choice/appearance/choiceAccent.d.ts +1 -2
  236. package/dist/types/components/Choice/appearance/choiceSize.d.ts +18 -0
  237. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +14 -0
  238. package/dist/types/components/Choice/appearance/choiceSurface.d.ts +5 -2
  239. package/dist/types/components/DadataHintField/DadataHintField.interface.d.ts +4 -2
  240. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +71 -12
  241. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +42 -0
  242. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +26 -0
  243. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +8 -11
  244. package/dist/types/components/InputMask/InputMask.d.ts +5 -0
  245. package/dist/types/components/InputMask/index.d.ts +1 -1
  246. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +3 -0
  247. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
  248. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
  249. package/dist/types/components/Search/appearance/searchSize.d.ts +17 -0
  250. package/dist/types/components/Search/appearance/searchStyle.d.ts +14 -0
  251. package/dist/types/components/Search/appearance/searchSurface.d.ts +18 -0
  252. package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +15 -0
  253. package/dist/types/components/Segmented/appearance/segmentedSurface.d.ts +13 -0
  254. package/dist/types/components/Tab/appearance/tabSize.d.ts +10 -0
  255. package/dist/types/components/Tab/appearance/tabStyle.d.ts +14 -0
  256. package/dist/types/components/Tab/appearance/tabSurface.d.ts +51 -0
  257. package/dist/types/components/Textarea/Textarea.appearance.d.ts +1 -2
  258. package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -8
  259. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +18 -0
  260. package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +20 -0
  261. package/dist/types/components/Textarea/appearance/textareaError.d.ts +20 -0
  262. package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +20 -0
  263. package/dist/types/components/Textarea/appearance/textareaSize.d.ts +31 -0
  264. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +14 -0
  265. package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +20 -0
  266. package/dist/types/components/Textarea/index.d.ts +1 -1
  267. package/dist/types/components/Video/Video.interface.d.ts +3 -1
  268. package/dist/types/components/Video/stories/mocks/videoSources.d.ts +6 -0
  269. package/dist/types/context/Notifications.d.ts +2 -2
  270. package/dist/types/context/UIContext.d.ts +1 -1
  271. package/package.json +15 -15
  272. package/dist/css/styles/fill/fill_disabled.css +0 -33
  273. package/dist/stories/Avatar.mdx +0 -23
  274. package/dist/stories/Badge.mdx +0 -13
  275. package/dist/stories/Button.mdx +0 -12
  276. package/dist/stories/Cell.mdx +0 -7
  277. package/dist/stories/Checkbox.mdx +0 -12
  278. package/dist/stories/Checkmark.mdx +0 -10
  279. package/dist/stories/Chips.mdx +0 -37
  280. package/dist/stories/Choice.mdx +0 -11
  281. package/dist/stories/Code.mdx +0 -11
  282. package/dist/stories/DatePicker.mdx +0 -31
  283. package/dist/stories/HeroTitle.mdx +0 -31
  284. package/dist/stories/Textarea.mdx +0 -15
  285. package/dist/stories/Title.mdx +0 -31
  286. package/dist/stories/Tooltip.mdx +0 -19
  287. package/dist/types/components/InputMask/Input.d.ts +0 -5
  288. /package/dist/{Image-DuIBtUq5.js → Image_cjs_DuIBtUq5.js} +0 -0
  289. /package/dist/{Image-CSzHhlA1.js → Image_es_CSzHhlA1.js} +0 -0
  290. /package/dist/{Scrollbar-DcKOfcNp.js → Scrollbar_cjs_DcKOfcNp.js} +0 -0
  291. /package/dist/{Scrollbar-CThJeCLF.js → Scrollbar_es_CThJeCLF.js} +0 -0
  292. /package/dist/{tslib.es6-CCZ3TN_7.js → tslib.es6_cjs_CCZ3TN_7.js} +0 -0
  293. /package/dist/{tslib.es6-Bwu1Cn-t.js → tslib.es6_es_Bwu1Cn-t.js} +0 -0
  294. /package/dist/types/components/InputMask/{Input.interface.d.ts → InputMask.interface.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  .grid {
2
- display: grid;
3
2
  width: 100%;
4
3
  position: relative;
4
+ display: grid;
5
5
  &__before {
6
6
  position: relative;
7
7
  overflow: hidden;
@@ -22,8 +22,8 @@
22
22
  max-width: var(--max);
23
23
  margin: 0 auto;
24
24
  &-inner {
25
- display: grid;
26
25
  position: relative;
26
+ display: grid;
27
27
  }
28
28
  ^&__item {
29
29
  position: relative;
@@ -264,6 +264,15 @@
264
264
  }
265
265
  }
266
266
  :root {
267
+ --max: 0;
268
+ --grid-shape-rounded: 0;
269
+
270
+ /* Transition */
267
271
  --grid-row-transition: all 0.2s ease 0s;
268
272
  --grid-item-transition: all 0.2s ease 0s;
269
- }
273
+
274
+ /* System */
275
+ --grid-system-margin: 0;
276
+ --grid-system-columns: 0;
277
+ --grid-system-gutter: 0;
278
+ }
@@ -158,7 +158,7 @@
158
158
  ^^&__wrapper {
159
159
  overflow: hidden scroll;
160
160
  display: flex;
161
- flex-direction: column;
161
+ flex-direction: column;
162
162
  }
163
163
  }
164
164
  &_horizontal {
@@ -50,7 +50,7 @@
50
50
  &-$(color) {
51
51
  & svg {
52
52
  stroke: none;
53
- fill: var(--color-$(type)-$(color));
53
+ fill: var(--color-$(type)-fill-$(color));
54
54
  }
55
55
  }
56
56
  }
@@ -140,4 +140,10 @@
140
140
  --icon-transition: all 0.2s ease 0s;
141
141
  --icon-size-24-badge-position: 12px, 12px;
142
142
  --icon-shape-rounded: 6px;
143
+
144
+ /* Size */
145
+ @each $size, $value in (14, 16, 20, 24, 32, 40, 56, 60, 72),
146
+ (14px, 16px, 20px, 24px, 32px, 40px, 56px, 60px, 72px) {
147
+ --icon-size-$(size)-badge-position: $value;
148
+ }
143
149
  }
@@ -19,13 +19,6 @@
19
19
  &:focus {
20
20
  outline: none;
21
21
  }
22
-
23
- /*
24
- &:hover {
25
- background: var(--input-state-hover-background);
26
- border: solid 1px var(--input-state-hover-border);
27
- }
28
- */
29
22
  }
30
23
  .input {
31
24
  &_shape {
@@ -43,7 +36,7 @@
43
36
  }
44
37
  .input {
45
38
  &&_size {
46
- @each $size in xxl, xl, l, m, s, xs, xxs, normal, tiny, compact, large {
39
+ @each $size in xxl, xl, l, m, s, xs, xxs {
47
40
  &_$(size) {
48
41
  padding: var(--input-size-$(size)-padding);
49
42
  }
@@ -79,7 +72,7 @@
79
72
  :root {
80
73
  --input-shape-rounded: 8px;
81
74
 
82
- --input-size-xs-padding: 1px 8px;
75
+ /* Size */
83
76
  --input-size-s-padding: 5px 10px;
84
77
  --input-size-m-padding: 7px 12px;
85
78
  --input-size-l-padding: 9px 15px;
@@ -88,6 +81,7 @@
88
81
 
89
82
  --input-caret-color: var(--color-accent-primary);
90
83
 
84
+ /* State */
91
85
  --input-state-success-background: none;
92
86
  --input-state-success-border: var(--color-success-border-primary);
93
87
  --input-state-focus-border: var(--color-surface-border-quaternary);
@@ -100,4 +94,8 @@
100
94
  --input-state-custom-background: none;
101
95
  --input-state-hover-border: var(--color-surface-border-quaternary);
102
96
  --input-state-hover-background: none;
97
+
98
+ /* Dosabled */
99
+ --input-state-disabled-background: none;
100
+ --input-state-disabled-border: none;
103
101
  }
@@ -1,4 +1,4 @@
1
- .input {
1
+ .input-mask {
2
2
  min-width: unset;
3
3
  padding: 0;
4
4
  margin: 0;
@@ -38,7 +38,7 @@
38
38
  }
39
39
  }
40
40
  }
41
- .input {
41
+ .input-mask {
42
42
  &_shape {
43
43
  &_rounded {
44
44
  border-radius: var(--input-shape-rounded);
@@ -52,7 +52,7 @@
52
52
  }
53
53
  }
54
54
  }
55
- .input {
55
+ .input-mask {
56
56
  &&_size {
57
57
  @each $size in xxl, xl, l, m, s, xs, xxs, normal, tiny, compact, large {
58
58
  &_$(size) {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  }
63
63
  }
64
- .input {
64
+ .input-mask {
65
65
  &_type {
66
66
  &_number {
67
67
  appearance: none;
@@ -88,4 +88,5 @@
88
88
  --input-password-state-hover-border: var(--color-surface-border-quaternary);
89
89
  --input-password-state-hover-background: none;
90
90
  --input-password-caret-color: var(--color-accent-primary);
91
+ --input-password-shape-rounded: 0;
91
92
  }
@@ -102,4 +102,10 @@
102
102
  --loader-s-min-height: 24px;
103
103
  --loader-s-item: 6px;
104
104
  --loader-s-gap: 8px;
105
+
106
+ /* Rounded */
107
+ --loader-shape-rounded-default: 0;
108
+ @each $size, $value in (xxl, xl, l, m, s, xs, xxs), (0, 0, 0, 0, 0, 0, 0) {
109
+ --loader-$(size)-shape-rounded: $value;
110
+ }
105
111
  }
@@ -38,5 +38,6 @@
38
38
  }
39
39
  }
40
40
  :root {
41
+ --modal-shape-rounded: 0;
41
42
  --modal-max-width: 450px;
42
43
  }
@@ -1,10 +1,7 @@
1
1
  .modal-sheet-bottom {
2
2
  position: relative;
3
3
  &__container {
4
- background-color: var(
5
- --modal-sheet-bottom-container-background,
6
- var(--color-surface-primary)
7
- ) !important;
4
+ background-color: var(--modal-sheet-bottom-container-background) !important;
8
5
  border-radius: var(--modal-sheet-bottom-container-border-radius) !important;
9
6
  }
10
7
  &__header {
@@ -34,3 +31,9 @@
34
31
  right: 8px;
35
32
  }
36
33
  }
34
+ :root {
35
+ --modal-sheet-bottom-container-border-radius: 0;
36
+ --modal-sheet-bottom-header-grabber: none;
37
+ --modal-sheet-bottom-backdrop: 0;
38
+ --modal-sheet-bottom-container-background: var(--color-surface-fill-primary);
39
+ }
@@ -76,7 +76,7 @@
76
76
  &_set {
77
77
  &_toast {
78
78
  width: 100%;
79
- background: var(--color-surface-primary);
79
+ background: var(--color-surface-fill-primary);
80
80
  border-radius: var(--notification-item-set-toast-border-radius);
81
81
  display: flex;
82
82
  flex-direction: column;
@@ -2,7 +2,7 @@
2
2
  &_set {
3
3
  &_toast {
4
4
  width: 100%;
5
- background: var(--color-surface-primary);
5
+ background: var(--color-surface-fill-primary);
6
6
  border-radius: var(--notification-item-set-toast-border-radius);
7
7
  display: flex;
8
8
  flex-direction: column;
@@ -19,7 +19,7 @@
19
19
  }
20
20
  }
21
21
  &__input {
22
- background: var(--color-surface-primary);
22
+ background: var(--color-surface-fill-primary);
23
23
  border: solid 1px
24
24
  var(--pagination-input-color, --color-surface-border-tertiary);
25
25
  border-radius: 8px;
@@ -45,7 +45,7 @@
45
45
  margin: var(--paginator-margin);
46
46
  ^&__item {
47
47
  width: var(--paginator-item-width);
48
- height: var(--paginator-item-height);
48
+ height: var(--paginator-item-height);
49
49
  background: var(--paginator-item-default-fill);
50
50
  border: var(
51
51
  --paginator-item-border,
@@ -82,10 +82,7 @@
82
82
  border: solid 1px var(--paginator-item-active-border);
83
83
  &&_state {
84
84
  &_active {
85
- background: var(
86
- --paginator-item-active-background,
87
- var(--color-accent-primary)
88
- );
85
+ background: var(--paginator-item-active-fill);
89
86
  &:hover {
90
87
  background: var(--paginator-item-active-fill-hover);
91
88
  }
@@ -123,13 +120,18 @@
123
120
  --paginator-item-height: 32px;
124
121
  --paginator-item-border: none;
125
122
  --paginator-item-border-radius: 50%;
123
+ --pagination-input-color: none;
124
+ --paginator-item-default-border: none;
125
+ --paginator-item-active-border: none;
126
+ --paginator-item-active-background: none;
127
+ --paginator-item-disabled-border: none;
126
128
 
127
129
  --pagination-item-state-disabled-display: none;
128
130
 
129
131
  --paginator-item-transition: all 0.2s ease 0s;
130
132
 
131
- --paginator-item-default-fill: var(--color-surface-primary);
132
- --paginator-item-default-fill-hover: var(--color-surface-primary-hover);
133
+ --paginator-item-default-fill: var(--color-surface-fill-primary);
134
+ --paginator-item-default-fill-hover: var(--color-surface-hover);
133
135
  --paginator-item-default-text: var(--color-surface-text-primary);
134
136
 
135
137
  --paginator-item-active-fill: var(--color-accent-primary);
@@ -3,7 +3,7 @@
3
3
  margin: var(--paginator-margin);
4
4
  ^&__item {
5
5
  width: var(--paginator-item-width);
6
- height: var(--paginator-item-height);
6
+ height: var(--paginator-item-height);
7
7
  background: var(--paginator-item-default-fill);
8
8
  border: var(
9
9
  --paginator-item-border,
@@ -3,10 +3,7 @@
3
3
  border: solid 1px var(--paginator-item-active-border);
4
4
  &&_state {
5
5
  &_active {
6
- background: var(
7
- --paginator-item-active-background,
8
- var(--color-accent-primary)
9
- );
6
+ background: var(--paginator-item-active-fill);
10
7
  &:hover {
11
8
  background: var(--paginator-item-active-fill-hover);
12
9
  }
@@ -115,4 +115,6 @@
115
115
  :root {
116
116
  --radio-state-border-hover: var(--color-surface-border-tertiary);
117
117
  --radio-success-border: var(--color-surface-border-tertiary);
118
+ --radio-shape-rounded: 0;
119
+ --radio-item-shape-rounded: 0;
118
120
  }
@@ -317,7 +317,7 @@
317
317
  accent, disabled, hover {
318
318
  &-$(color) {
319
319
  & .rc-slider-rail {
320
- background: var(--color-$(type)-$(color));
320
+ background: var(--color-$(type)-fill-$(color));
321
321
  }
322
322
  }
323
323
  }
@@ -1,10 +1,9 @@
1
1
  .search {
2
-
3
2
  }
4
3
  .search {
5
4
  &_shape {
6
5
  &_rounded {
7
- border-radius: var(--search-shape-rounded, 6px);
6
+ border-radius: var(--search-shape-rounded);
8
7
  position: relative;
9
8
  }
10
9
  }
@@ -93,6 +92,7 @@
93
92
  &_size {
94
93
  @each $size in xxl, xl, l, m, s, xs, xxs {
95
94
  &_$(size) {
95
+ min-height: var(--search-input-$(size)-min-height);
96
96
  padding: var(--search-input-$(size)-padding);
97
97
  gap: var(--search-input-$(size)-gap);
98
98
  }
@@ -128,12 +128,15 @@
128
128
 
129
129
  --search-input-s-padding: 2px 7px;
130
130
  --search-input-s-gap: 6px;
131
+ --search-input-s-min-height: 32px;
131
132
 
132
133
  --search-input-xs-padding: 2px 7px;
133
134
  --search-input-xs-gap: 6px;
135
+ --search-input-xs-min-height: 24px;
134
136
 
135
137
  --search-input-xxs-padding: 2px 7px;
136
138
  --search-input-xxs-gap: 6px;
137
139
 
138
140
  --search-shape-rounded: 8px;
141
+ --search-input-shape-rounded: 0;
139
142
  }
@@ -2,6 +2,7 @@
2
2
  &_size {
3
3
  @each $size in xxl, xl, l, m, s, xs, xxs {
4
4
  &_$(size) {
5
+ min-height: var(--search-input-$(size)-min-height);
5
6
  padding: var(--search-input-$(size)-padding);
6
7
  gap: var(--search-input-$(size)-gap);
7
8
  }
@@ -123,4 +123,7 @@
123
123
  --segmented-item-size-s-padding: 4px 16px;
124
124
  --segmented-item-size-xs-padding: 4px 16px;
125
125
  --segmented-item-size-xxs-padding: 4px 16px;
126
+
127
+ --segmented-active-width: 0;
128
+ --segmented-active-x-pos: 0;
126
129
  }
@@ -117,7 +117,7 @@
117
117
  @each $color in primary, secondary, tertiary, quaternary, quinary,
118
118
  senary, accent, disabled, hover {
119
119
  &-$(color) {
120
- background: var(--color-$(type)-$(color));
120
+ background: var(--color-$(type)-fill-$(color));
121
121
  }
122
122
  }
123
123
  }
@@ -220,7 +220,7 @@
220
220
  .select {
221
221
  &__menu {
222
222
  width: 100%;
223
- background: var(--color-surface-primary);
223
+ background: var(--color-surface-fill-primary);
224
224
  padding: 12px 0;
225
225
  margin: var(--select-menu-margin);
226
226
  border-radius: var(--select-menu-border-radius);
@@ -385,11 +385,16 @@
385
385
  --select-menu-border-radius: 12px;
386
386
  --select-menu-margin: 0;
387
387
 
388
- --select-multi-value-padding: 2px 6px;
389
-
390
388
  --select-control-shape-rounded: 8px;
391
389
 
392
- --select-success-border: var(--color-surface-border-tertiary);
390
+ --select-background: var(--color-surface-fill-primary);
391
+ --select-background-hover: var(--color-surface-fill-hover);
392
+ --select-focus-background: var(--color-surface-fill-primary);
393
+ --select-focus-border: var(--color-surface-border-quaternary);
394
+ --select-success-border: var(--color-success-border-secondary);
395
+ --select-success-border-hover: var(--color-surface-border-quaternary);
396
+ --select-error-border: var(--color-error-border-secondary);
397
+ --select-error-hover: var(--color-error-border-secondary);
393
398
 
394
399
  --select-menu-list-item-xxl-padding: 18px 25px;
395
400
  --select-menu-list-item-xl-padding: 14px 20px;
@@ -397,4 +402,7 @@
397
402
  --select-menu-list-item-m-padding: 8px 12px;
398
403
  --select-menu-list-item-s-padding: 6px 10px;
399
404
  --select-menu-list-item-xs-padding: 2px 8px;
405
+
406
+ --select-multi-value-padding: 2px 6px;
407
+ --select-multi-value-border-radius: 0;
400
408
  }
@@ -7,7 +7,7 @@
7
7
  @each $color in primary, secondary, tertiary, quaternary, quinary,
8
8
  senary, accent, disabled, hover {
9
9
  &-$(color) {
10
- background: var(--color-$(type)-$(color));
10
+ background: var(--color-$(type)-fill-$(color));
11
11
  }
12
12
  }
13
13
  }
@@ -1,7 +1,7 @@
1
1
  .select {
2
2
  &__menu {
3
3
  width: 100%;
4
- background: var(--color-surface-primary);
4
+ background: var(--color-surface-fill-primary);
5
5
  padding: 12px 0;
6
6
  margin: var(--select-menu-margin);
7
7
  border-radius: var(--select-menu-border-radius);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Swiper 11.2.6
2
+ * Swiper 11.2.7
3
3
  * Most modern mobile touch slider and framework with hardware accelerated transitions
4
4
  * https://swiperjs.com
5
5
  *
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Released under the MIT License
9
9
  *
10
- * Released on: March 19, 2025
10
+ * Released on: May 19, 2025
11
11
  */
12
12
 
13
13
  /* FONT_START */
@@ -902,7 +902,7 @@ div.swiper-block__item {
902
902
 
903
903
  .swiper-block {
904
904
  &&_type_step {
905
- height: 100%;
905
+ min-height: 100vh;
906
906
  ^&__swiper {
907
907
  height: 100%;
908
908
  display: flex;
@@ -56,12 +56,12 @@ div.tab-reset {
56
56
  }
57
57
  .tab {
58
58
  &_size {
59
- @each $size in normal, compact, xxl, xl, l, m, s, xs, xxs {
59
+ @each $size in xxl, xl, l, m, s, xs, xxs {
60
60
  &_$(size) {
61
61
  ^^&__wrapper {
62
+ padding: var(--tab-size-$(size)-padding);
62
63
  display: flex;
63
64
  align-items: center;
64
- padding: var(--tab-size-$(size)-padding);
65
65
  gap: var(--tab-size-$(size)-gap);
66
66
  }
67
67
  }
@@ -1,18 +1,19 @@
1
1
  .text {
2
2
  }
3
3
  .text {
4
- &&&&_mode {
5
- &_skeleton {
6
- color: transparent;
7
- background-image: linear-gradient(
8
- 90deg,
9
- var(--color-surface-secondary),
10
- var(--color-surface-tertiary),
11
- var(--color-surface-secondary)
12
- );
13
- background-size: 200%;
14
- border-radius: 6px;
15
- animation: textSkeleton 3s infinite linear;
4
+ &&_skeleton {
5
+ color: transparent;
6
+ background-image: linear-gradient(
7
+ 90deg,
8
+ var(--color-surface-secondary),
9
+ var(--color-surface-tertiary),
10
+ var(--color-surface-secondary)
11
+ );
12
+ background-size: 200%;
13
+ border-radius: 6px;
14
+ animation: textSkeleton 3s infinite linear;
15
+ & * {
16
+ opacity: 0%;
16
17
  }
17
18
  }
18
19
  }
@@ -58,3 +59,5 @@
58
59
  }
59
60
  }
60
61
  }
62
+ :root {
63
+ }
@@ -1,39 +1,45 @@
1
1
  .textarea {
2
- width: 100%;
3
- min-width: 100%;
4
- min-height: var(--textarea-min-height, 160px);
5
- max-height: var(--textarea-max-height, 160px);
6
- padding: var(--textarea-padding, 16px 16px);
7
- padding: 0;
8
- margin: 0;
9
- border: none;
10
- z-index: 1;
11
- outline: 0;
12
- resize: none;
13
- appearance: none;
14
- &:read-only {
15
- color: var(--color-surface-text-tertiary);
2
+ &__input {
3
+ width: 100%;
4
+ min-width: 100%;
5
+ min-height: var(--textarea-min-height, 160px);
6
+ max-height: var(--textarea-max-height, 160px);
7
+ padding: var(--textarea-padding);
8
+ padding: 0;
9
+ margin: 0;
10
+ border: none;
11
+ z-index: 1;
12
+ outline: 0;
13
+ resize: none;
14
+ appearance: none;
15
+ &:read-only {
16
+ color: var(--color-surface-text-tertiary);
17
+ }
16
18
  }
17
19
  }
18
20
  .textarea {
19
21
  &_shape {
20
- &_rounded {
21
- border-radius: var(--textarea-shape-rounded);
22
- position: relative;
23
- }
24
- &_underline {
25
- border-left: none !important;
26
- border-top: none !important;
27
- border-right: none !important;
28
- position: relative;
22
+ &^&__input {
23
+ &_rounded {
24
+ border-radius: var(--textarea-shape-rounded);
25
+ position: relative;
26
+ }
27
+ &_underline {
28
+ border-left: none !important;
29
+ border-top: none !important;
30
+ border-right: none !important;
31
+ position: relative;
32
+ }
29
33
  }
30
34
  }
31
35
  }
32
36
  .textarea {
33
37
  &&_size {
34
- @each $sizeValue in xxl, xl, l, m, s, xs, xxs {
35
- &_$(sizeValue) {
36
- padding: var(--textarea-size-$(sizeValue)-padding);
38
+ @each $size in xxl, xl, l, m, s, xs, xxs {
39
+ &_$(size) {
40
+ ^^&__input {
41
+ padding: var(--textarea-size-$(size)-padding);
42
+ }
37
43
  }
38
44
  }
39
45
  }
@@ -44,4 +50,10 @@
44
50
  --textarea-min-height: 80px;
45
51
  --textarea-max-height: 80px;
46
52
  --textarea-success-border: var(--color-surface-border-tertiary);
53
+
54
+ /* Size */
55
+ @each $size, $value in (xxl, xl, l, m, s, xs, xxs),
56
+ (17px 25px, 13px 20px, 9px 15px, 7px 12px, 5px 10px, 5px 10px, 5px 10px) {
57
+ --textarea-size-$(size)-padding: $value;
58
+ }
47
59
  }
@@ -53,4 +53,13 @@
53
53
  --tile-wrapper-flex: 1 1;
54
54
  --tile-wrapper-group-flex: 1;
55
55
  --tile-title-margin-right: 40px;
56
+ --tile-shape-rounded: 0;
57
+ --tile-type-icon: 0;
58
+
59
+ /* Size */
60
+ @each $size, $value in (xxl, xl, l, m, s, xs, xxs), (0, 0, 0, 0, 0, 0, 0) {
61
+ --tile-size-$(size)-min-width: $value;
62
+ --tile-size-$(size)-padding: $value;
63
+ --tile-size-$(size)-gap: $value;
64
+ }
56
65
  }
@@ -163,5 +163,12 @@
163
163
  --tooltip-arrow-height: 14px;
164
164
  --tooltip-arrow-radius: 2px;
165
165
 
166
- --tooltip-arrow-color: var(--color-surface-primary);
166
+ --tooltip-arrow-color: var(--color-surface-fill-primary);
167
+ --tooltip-shape-rounded-default: 0;
168
+
169
+ /* Size */
170
+ @each $size, $value in (xxl, xl, l, m, s, xs, xxs), (0, 0, 0, 0, 0, 0, 0) {
171
+ --tooltip-size-$(size)-padding: $value;
172
+ --tooltip-size-$(size)-gap: $value;
173
+ }
167
174
  }
@@ -1,10 +1,10 @@
1
1
  .border-color {
2
- @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface, error,
3
- success, warning, info, danger, gradient {
4
- &_$(type) {
5
- &-border {
6
- @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, active,
7
- disabled, hover, inverse {
2
+ @each $type in accent, primary, secondary, tertiary, quaternary, surface,
3
+ error, success, warning, info, danger, gradient, disabled, hover, inverse {
4
+ @each $color in primary, secondary, tertiary, quaternary, accent, disabled,
5
+ hover, inverse {
6
+ &_$(type) {
7
+ &-border {
8
8
  &-$(color) {
9
9
  border-width: 1px;
10
10
  border-color: var(--color-$(type)-border-$(color));
@@ -1,9 +1,11 @@
1
1
  .border-color {
2
- @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface, error, success, warning, info, danger, gradient {
3
- &_focus {
4
- &_$(type) {
5
- &-border {
6
- @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, active, disabled, hover {
2
+ &_focus {
3
+ @each $type in accent, primary, secondary, tertiary, quaternary, surface,
4
+ error, success, warning, info, danger, gradient, disabled, hover, inverse {
5
+ @each $color in primary, secondary, tertiary, quaternary, accent,
6
+ disabled, hover, inverse {
7
+ &_$(type) {
8
+ &-border {
7
9
  &-$(color) {
8
10
  &:focus {
9
11
  outline: 0;