@alfalab/core-components 21.3.0-beta.2 → 21.3.3

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 (1299) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +4 -4
  4. package/alert/index.css +4 -4
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +4 -4
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +2 -2
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +1 -1
  12. package/amount/index.css +2 -2
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +2 -2
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +1 -1
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +1 -1
  19. package/amount-input/Component.js +3 -3
  20. package/amount-input/default.css +2 -2
  21. package/amount-input/esm/Component.js +3 -3
  22. package/amount-input/esm/default.css +2 -2
  23. package/amount-input/esm/index.css +7 -7
  24. package/amount-input/esm/inverted.css +2 -2
  25. package/amount-input/index.css +7 -7
  26. package/amount-input/inverted.css +2 -2
  27. package/amount-input/modern/Component.js +3 -3
  28. package/amount-input/modern/default.css +2 -2
  29. package/amount-input/modern/index.css +7 -7
  30. package/amount-input/modern/inverted.css +2 -2
  31. package/attach/Component.js +1 -1
  32. package/attach/esm/Component.js +1 -1
  33. package/attach/esm/index.css +23 -23
  34. package/attach/index.css +23 -23
  35. package/attach/modern/Component.js +1 -1
  36. package/attach/modern/index.css +23 -23
  37. package/backdrop/Component.js +1 -1
  38. package/backdrop/esm/Component.js +1 -1
  39. package/backdrop/esm/index.css +11 -11
  40. package/backdrop/index.css +11 -11
  41. package/backdrop/modern/Component.js +1 -1
  42. package/backdrop/modern/index.css +11 -11
  43. package/badge/Component.js +1 -1
  44. package/badge/esm/Component.js +1 -1
  45. package/badge/esm/index.css +16 -16
  46. package/badge/index.css +16 -16
  47. package/badge/modern/Component.js +1 -1
  48. package/badge/modern/index.css +16 -16
  49. package/bank-card/Component.js +1 -1
  50. package/bank-card/esm/Component.js +1 -1
  51. package/bank-card/esm/index.css +20 -20
  52. package/bank-card/index.css +20 -20
  53. package/bank-card/modern/Component.js +1 -1
  54. package/bank-card/modern/index.css +20 -20
  55. package/base-modal/Component.js +1 -1
  56. package/base-modal/esm/Component.js +1 -1
  57. package/base-modal/esm/index.css +12 -12
  58. package/base-modal/index.css +12 -12
  59. package/base-modal/modern/Component.js +1 -1
  60. package/base-modal/modern/index.css +12 -12
  61. package/bottom-sheet/{Component-e7984e7e.d.ts → Component-59d9a81d.d.ts} +0 -0
  62. package/bottom-sheet/{Component-e7984e7e.js → Component-59d9a81d.js} +0 -0
  63. package/bottom-sheet/component.js +2 -2
  64. package/bottom-sheet/components/footer/Component.js +1 -1
  65. package/bottom-sheet/components/footer/index.css +2 -2
  66. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  67. package/bottom-sheet/esm/{Component-cd324aa8.d.ts → Component-bbc74974.d.ts} +0 -0
  68. package/bottom-sheet/esm/{Component-cd324aa8.js → Component-bbc74974.js} +0 -0
  69. package/bottom-sheet/esm/component.js +2 -2
  70. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  71. package/bottom-sheet/esm/components/footer/index.css +2 -2
  72. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  73. package/bottom-sheet/esm/index.css +14 -14
  74. package/bottom-sheet/esm/index.js +1 -1
  75. package/bottom-sheet/index.css +14 -14
  76. package/bottom-sheet/index.js +1 -1
  77. package/bottom-sheet/modern/component.js +1 -1
  78. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  79. package/bottom-sheet/modern/components/footer/index.css +2 -2
  80. package/bottom-sheet/modern/index.css +14 -14
  81. package/button/Component.d.ts +2 -2
  82. package/button/Component.js +4 -23
  83. package/button/cssm/Component.d.ts +2 -2
  84. package/button/cssm/Component.js +1 -20
  85. package/button/cssm/default.module.css +0 -30
  86. package/button/cssm/index.module.css +12 -80
  87. package/button/cssm/inverted.module.css +0 -30
  88. package/button/default.css +35 -65
  89. package/button/esm/Component.d.ts +2 -2
  90. package/button/esm/Component.js +4 -23
  91. package/button/esm/default.css +35 -65
  92. package/button/esm/index.css +40 -108
  93. package/button/esm/inverted.css +35 -65
  94. package/button/index.css +40 -108
  95. package/button/inverted.css +35 -65
  96. package/button/modern/Component.d.ts +2 -2
  97. package/button/modern/Component.js +4 -23
  98. package/button/modern/default.css +35 -65
  99. package/button/modern/index.css +40 -108
  100. package/button/modern/inverted.css +35 -65
  101. package/calendar/Component.js +2 -2
  102. package/calendar/components/days-table/Component.js +2 -2
  103. package/calendar/components/days-table/index.css +37 -37
  104. package/calendar/components/days-table/index.js +1 -1
  105. package/calendar/components/header/Component.js +2 -2
  106. package/calendar/components/header/index.css +12 -12
  107. package/calendar/components/header/index.js +1 -1
  108. package/calendar/components/months-table/Component.js +2 -2
  109. package/calendar/components/months-table/index.css +3 -3
  110. package/calendar/components/months-table/index.js +1 -1
  111. package/calendar/components/select-button/Component.d.ts +1 -1
  112. package/calendar/components/select-button/Component.js +2 -2
  113. package/calendar/components/select-button/index.css +9 -9
  114. package/calendar/components/select-button/index.js +1 -1
  115. package/calendar/components/years-table/Component.js +2 -2
  116. package/calendar/components/years-table/index.css +4 -4
  117. package/calendar/components/years-table/index.js +1 -1
  118. package/calendar/esm/Component.js +2 -2
  119. package/calendar/esm/components/days-table/Component.js +2 -2
  120. package/calendar/esm/components/days-table/index.css +37 -37
  121. package/calendar/esm/components/days-table/index.js +1 -1
  122. package/calendar/esm/components/header/Component.js +2 -2
  123. package/calendar/esm/components/header/index.css +12 -12
  124. package/calendar/esm/components/header/index.js +1 -1
  125. package/calendar/esm/components/months-table/Component.js +2 -2
  126. package/calendar/esm/components/months-table/index.css +3 -3
  127. package/calendar/esm/components/months-table/index.js +1 -1
  128. package/calendar/esm/components/select-button/Component.js +2 -2
  129. package/calendar/esm/components/select-button/index.css +9 -9
  130. package/calendar/esm/components/select-button/index.js +1 -1
  131. package/calendar/esm/components/years-table/Component.js +2 -2
  132. package/calendar/esm/components/years-table/index.css +4 -4
  133. package/calendar/esm/components/years-table/index.js +1 -1
  134. package/calendar/esm/index.css +3 -3
  135. package/calendar/esm/index.js +1 -1
  136. package/calendar/esm/{tslib.es6-5887b117.d.ts → tslib.es6-1ab8fd62.d.ts} +0 -0
  137. package/calendar/esm/{tslib.es6-5887b117.js → tslib.es6-1ab8fd62.js} +0 -0
  138. package/calendar/index.css +3 -3
  139. package/calendar/index.js +1 -1
  140. package/calendar/modern/Component.js +1 -1
  141. package/calendar/modern/components/days-table/Component.js +1 -1
  142. package/calendar/modern/components/days-table/index.css +37 -37
  143. package/calendar/modern/components/header/Component.js +1 -1
  144. package/calendar/modern/components/header/index.css +12 -12
  145. package/calendar/modern/components/months-table/Component.js +1 -1
  146. package/calendar/modern/components/months-table/index.css +3 -3
  147. package/calendar/modern/components/select-button/Component.js +1 -1
  148. package/calendar/modern/components/select-button/index.css +9 -9
  149. package/calendar/modern/components/years-table/Component.js +1 -1
  150. package/calendar/modern/components/years-table/index.css +4 -4
  151. package/calendar/modern/index.css +3 -3
  152. package/calendar/{tslib.es6-af5da8dc.d.ts → tslib.es6-84d2186b.d.ts} +0 -0
  153. package/calendar/{tslib.es6-af5da8dc.js → tslib.es6-84d2186b.js} +0 -0
  154. package/calendar-input/Component.js +1 -1
  155. package/calendar-input/esm/Component.js +1 -1
  156. package/calendar-input/esm/index.css +9 -9
  157. package/calendar-input/index.css +9 -9
  158. package/calendar-input/modern/Component.js +1 -1
  159. package/calendar-input/modern/index.css +9 -9
  160. package/calendar-range/Component.js +1 -1
  161. package/calendar-range/cssm/useCalendarMonthes.js +12 -4
  162. package/calendar-range/esm/Component.js +1 -1
  163. package/calendar-range/esm/index.css +5 -5
  164. package/calendar-range/esm/useCalendarMonthes.js +12 -4
  165. package/calendar-range/index.css +5 -5
  166. package/calendar-range/modern/Component.js +1 -1
  167. package/calendar-range/modern/index.css +5 -5
  168. package/calendar-range/modern/useCalendarMonthes.js +12 -4
  169. package/calendar-range/useCalendarMonthes.js +12 -4
  170. package/calendar-with-skeleton/Component.js +1 -1
  171. package/calendar-with-skeleton/esm/Component.js +1 -1
  172. package/calendar-with-skeleton/esm/index.css +12 -12
  173. package/calendar-with-skeleton/index.css +12 -12
  174. package/calendar-with-skeleton/modern/Component.js +1 -1
  175. package/calendar-with-skeleton/modern/index.css +12 -12
  176. package/card-image/Component.js +1 -1
  177. package/card-image/esm/Component.js +1 -1
  178. package/card-image/esm/index.css +6 -6
  179. package/card-image/index.css +6 -6
  180. package/card-image/modern/Component.js +1 -1
  181. package/card-image/modern/index.css +6 -6
  182. package/cdn-icon/Component.js +1 -1
  183. package/cdn-icon/esm/Component.js +1 -1
  184. package/cdn-icon/esm/index.css +2 -2
  185. package/cdn-icon/index.css +2 -2
  186. package/cdn-icon/modern/Component.js +1 -1
  187. package/cdn-icon/modern/index.css +2 -2
  188. package/chart/Component.js +2 -2
  189. package/chart/components/Dot/index.css +7 -7
  190. package/chart/components/Dot/index.js +1 -1
  191. package/chart/components/Legends/index.css +7 -7
  192. package/chart/components/Legends/index.js +1 -1
  193. package/chart/components/Tick/index.css +3 -3
  194. package/chart/components/Tick/index.js +1 -1
  195. package/chart/components/TooltipContent/index.css +6 -6
  196. package/chart/components/TooltipContent/index.js +1 -1
  197. package/chart/esm/Component.js +2 -2
  198. package/chart/esm/components/Dot/index.css +7 -7
  199. package/chart/esm/components/Dot/index.js +1 -1
  200. package/chart/esm/components/Legends/index.css +7 -7
  201. package/chart/esm/components/Legends/index.js +1 -1
  202. package/chart/esm/components/Tick/index.css +3 -3
  203. package/chart/esm/components/Tick/index.js +1 -1
  204. package/chart/esm/components/TooltipContent/index.css +6 -6
  205. package/chart/esm/components/TooltipContent/index.js +1 -1
  206. package/chart/esm/hooks/useSettings/index.js +1 -1
  207. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  208. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  209. package/chart/esm/index.css +2 -2
  210. package/chart/esm/index.js +1 -1
  211. package/chart/esm/{tslib.es6-99060dd9.d.ts → tslib.es6-13246409.d.ts} +0 -0
  212. package/chart/esm/{tslib.es6-99060dd9.js → tslib.es6-13246409.js} +0 -0
  213. package/chart/hooks/useSettings/index.js +1 -1
  214. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  215. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  216. package/chart/index.css +2 -2
  217. package/chart/index.js +1 -1
  218. package/chart/modern/Component.js +1 -1
  219. package/chart/modern/components/Dot/index.css +7 -7
  220. package/chart/modern/components/Dot/index.js +1 -1
  221. package/chart/modern/components/Legends/index.css +7 -7
  222. package/chart/modern/components/Legends/index.js +1 -1
  223. package/chart/modern/components/Tick/index.css +3 -3
  224. package/chart/modern/components/Tick/index.js +1 -1
  225. package/chart/modern/components/TooltipContent/index.css +6 -6
  226. package/chart/modern/components/TooltipContent/index.js +1 -1
  227. package/chart/modern/index.css +2 -2
  228. package/chart/{tslib.es6-e5e688a6.d.ts → tslib.es6-833564d0.d.ts} +0 -0
  229. package/chart/{tslib.es6-e5e688a6.js → tslib.es6-833564d0.js} +0 -0
  230. package/checkbox/Component.js +1 -1
  231. package/checkbox/esm/Component.js +1 -1
  232. package/checkbox/esm/index.css +36 -36
  233. package/checkbox/index.css +36 -36
  234. package/checkbox/modern/Component.js +1 -1
  235. package/checkbox/modern/index.css +36 -36
  236. package/checkbox-group/Component.js +1 -1
  237. package/checkbox-group/esm/Component.js +1 -1
  238. package/checkbox-group/esm/index.css +16 -16
  239. package/checkbox-group/index.css +16 -16
  240. package/checkbox-group/modern/Component.js +1 -1
  241. package/checkbox-group/modern/index.css +16 -16
  242. package/circular-progress-bar/Component.js +1 -1
  243. package/circular-progress-bar/esm/Component.js +1 -1
  244. package/circular-progress-bar/esm/index.css +17 -17
  245. package/circular-progress-bar/index.css +17 -17
  246. package/circular-progress-bar/modern/Component.js +1 -1
  247. package/circular-progress-bar/modern/index.css +17 -17
  248. package/collapse/Component.js +1 -1
  249. package/collapse/esm/Component.js +1 -1
  250. package/collapse/esm/index.css +8 -8
  251. package/collapse/index.css +8 -8
  252. package/collapse/modern/Component.js +1 -1
  253. package/collapse/modern/index.css +8 -8
  254. package/confirmation/component.js +1 -1
  255. package/confirmation/components/code-input/component.js +1 -1
  256. package/confirmation/components/code-input/index.css +10 -10
  257. package/confirmation/components/countdown/component.js +1 -1
  258. package/confirmation/components/countdown/index.css +13 -13
  259. package/confirmation/components/countdown-loader/component.js +1 -1
  260. package/confirmation/components/countdown-loader/index.css +2 -2
  261. package/confirmation/components/overlimit/component.js +1 -1
  262. package/confirmation/components/overlimit/index.css +9 -9
  263. package/confirmation/components/sign-confirmation/component.js +1 -1
  264. package/confirmation/components/sign-confirmation/index.css +13 -13
  265. package/confirmation/esm/component.js +1 -1
  266. package/confirmation/esm/components/code-input/component.js +1 -1
  267. package/confirmation/esm/components/code-input/index.css +10 -10
  268. package/confirmation/esm/components/countdown/component.js +1 -1
  269. package/confirmation/esm/components/countdown/index.css +13 -13
  270. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  271. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  272. package/confirmation/esm/components/overlimit/component.js +1 -1
  273. package/confirmation/esm/components/overlimit/index.css +9 -9
  274. package/confirmation/esm/components/sign-confirmation/component.js +1 -1
  275. package/confirmation/esm/components/sign-confirmation/index.css +13 -13
  276. package/confirmation/esm/index.css +14 -14
  277. package/confirmation/index.css +14 -14
  278. package/confirmation/modern/component.js +1 -1
  279. package/confirmation/modern/components/code-input/component.js +1 -1
  280. package/confirmation/modern/components/code-input/index.css +10 -10
  281. package/confirmation/modern/components/countdown/component.js +1 -1
  282. package/confirmation/modern/components/countdown/index.css +13 -13
  283. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  284. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  285. package/confirmation/modern/components/overlimit/component.js +1 -1
  286. package/confirmation/modern/components/overlimit/index.css +9 -9
  287. package/confirmation/modern/components/sign-confirmation/component.js +1 -1
  288. package/confirmation/modern/components/sign-confirmation/index.css +13 -13
  289. package/confirmation/modern/index.css +14 -14
  290. package/date-input/Component.js +1 -1
  291. package/date-input/esm/Component.js +1 -1
  292. package/date-input/esm/index.css +4 -4
  293. package/date-input/index.css +4 -4
  294. package/date-input/modern/Component.js +1 -1
  295. package/date-input/modern/index.css +4 -4
  296. package/divider/Component.js +1 -1
  297. package/divider/esm/Component.js +1 -1
  298. package/divider/esm/index.css +1 -1
  299. package/divider/index.css +1 -1
  300. package/divider/modern/Component.js +1 -1
  301. package/divider/modern/index.css +1 -1
  302. package/drawer/Component.js +1 -1
  303. package/drawer/esm/Component.js +1 -1
  304. package/drawer/esm/index.css +16 -16
  305. package/drawer/index.css +16 -16
  306. package/drawer/modern/Component.js +1 -1
  307. package/drawer/modern/index.css +16 -16
  308. package/dropzone/Component.js +1 -1
  309. package/dropzone/components/overlay/Component.js +1 -1
  310. package/dropzone/components/overlay/index.css +4 -4
  311. package/dropzone/esm/Component.js +1 -1
  312. package/dropzone/esm/components/overlay/Component.js +1 -1
  313. package/dropzone/esm/components/overlay/index.css +4 -4
  314. package/dropzone/esm/index.css +7 -7
  315. package/dropzone/index.css +7 -7
  316. package/dropzone/modern/Component.js +1 -1
  317. package/dropzone/modern/components/overlay/Component.js +1 -1
  318. package/dropzone/modern/components/overlay/index.css +4 -4
  319. package/dropzone/modern/index.css +7 -7
  320. package/file-upload-item/Component.js +1 -1
  321. package/file-upload-item/esm/Component.js +1 -1
  322. package/file-upload-item/esm/index.css +16 -16
  323. package/file-upload-item/index.css +16 -16
  324. package/file-upload-item/modern/Component.js +1 -1
  325. package/file-upload-item/modern/index.css +16 -16
  326. package/form-control/Component.js +3 -3
  327. package/form-control/default.css +14 -14
  328. package/form-control/esm/Component.js +3 -3
  329. package/form-control/esm/default.css +14 -14
  330. package/form-control/esm/index.css +41 -41
  331. package/form-control/esm/inverted.css +14 -14
  332. package/form-control/index.css +41 -41
  333. package/form-control/inverted.css +14 -14
  334. package/form-control/modern/Component.js +3 -3
  335. package/form-control/modern/default.css +14 -14
  336. package/form-control/modern/index.css +41 -41
  337. package/form-control/modern/inverted.css +14 -14
  338. package/gallery/Component.js +3 -3
  339. package/gallery/components/header/Component.js +2 -2
  340. package/gallery/components/header/buttons.js +1 -1
  341. package/gallery/components/header/index.css +3 -3
  342. package/gallery/components/header/index.js +1 -1
  343. package/gallery/components/header-info-block/Component.js +1 -1
  344. package/gallery/components/header-info-block/index.css +5 -5
  345. package/gallery/components/image-preview/Component.js +1 -1
  346. package/gallery/components/image-preview/index.css +12 -12
  347. package/gallery/components/image-viewer/component.js +2 -2
  348. package/gallery/components/image-viewer/index.css +19 -19
  349. package/gallery/components/image-viewer/index.js +2 -2
  350. package/gallery/components/image-viewer/slide.js +1 -1
  351. package/gallery/components/index.js +2 -2
  352. package/gallery/components/navigation-bar/Component.js +1 -1
  353. package/gallery/components/navigation-bar/index.css +6 -6
  354. package/gallery/esm/Component.js +3 -3
  355. package/gallery/esm/components/header/Component.js +2 -2
  356. package/gallery/esm/components/header/buttons.js +1 -1
  357. package/gallery/esm/components/header/index.css +3 -3
  358. package/gallery/esm/components/header/index.js +1 -1
  359. package/gallery/esm/components/header-info-block/Component.js +1 -1
  360. package/gallery/esm/components/header-info-block/index.css +5 -5
  361. package/gallery/esm/components/image-preview/Component.js +1 -1
  362. package/gallery/esm/components/image-preview/index.css +12 -12
  363. package/gallery/esm/components/image-viewer/component.js +2 -2
  364. package/gallery/esm/components/image-viewer/index.css +19 -19
  365. package/gallery/esm/components/image-viewer/index.js +2 -2
  366. package/gallery/esm/components/image-viewer/slide.js +1 -1
  367. package/gallery/esm/components/index.js +2 -2
  368. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  369. package/gallery/esm/components/navigation-bar/index.css +6 -6
  370. package/gallery/esm/index.css +3 -3
  371. package/gallery/esm/index.js +2 -2
  372. package/gallery/esm/{slide-f59ab33c.d.ts → slide-2ffbd9af.d.ts} +0 -0
  373. package/gallery/esm/{slide-f59ab33c.js → slide-2ffbd9af.js} +1 -1
  374. package/gallery/esm/{tslib.es6-5fecc47f.d.ts → tslib.es6-e407284c.d.ts} +0 -0
  375. package/gallery/esm/{tslib.es6-5fecc47f.js → tslib.es6-e407284c.js} +0 -0
  376. package/gallery/index.css +3 -3
  377. package/gallery/index.js +2 -2
  378. package/gallery/modern/Component.js +2 -2
  379. package/gallery/modern/components/header/Component.js +1 -1
  380. package/gallery/modern/components/header/index.css +3 -3
  381. package/gallery/modern/components/header-info-block/Component.js +1 -1
  382. package/gallery/modern/components/header-info-block/index.css +5 -5
  383. package/gallery/modern/components/image-preview/Component.js +1 -1
  384. package/gallery/modern/components/image-preview/index.css +12 -12
  385. package/gallery/modern/components/image-viewer/component.js +1 -1
  386. package/gallery/modern/components/image-viewer/index.css +19 -19
  387. package/gallery/modern/components/image-viewer/index.js +1 -1
  388. package/gallery/modern/components/image-viewer/slide.js +1 -1
  389. package/gallery/modern/components/index.js +1 -1
  390. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  391. package/gallery/modern/components/navigation-bar/index.css +6 -6
  392. package/gallery/modern/index.css +3 -3
  393. package/gallery/modern/index.js +1 -1
  394. package/gallery/modern/{slide-c070d36f.d.ts → slide-6aa401e1.d.ts} +0 -0
  395. package/gallery/modern/{slide-c070d36f.js → slide-6aa401e1.js} +1 -1
  396. package/gallery/{slide-01c3f54f.d.ts → slide-4e651db4.d.ts} +0 -0
  397. package/gallery/{slide-01c3f54f.js → slide-4e651db4.js} +1 -1
  398. package/gallery/{tslib.es6-62451de5.d.ts → tslib.es6-b01006b3.d.ts} +0 -0
  399. package/gallery/{tslib.es6-62451de5.js → tslib.es6-b01006b3.js} +0 -0
  400. package/grid/Component.js +1 -1
  401. package/grid/col/Component.js +2 -2
  402. package/grid/col/index.css +511 -511
  403. package/grid/col/index.js +1 -1
  404. package/grid/esm/Component.js +1 -1
  405. package/grid/esm/col/Component.js +2 -2
  406. package/grid/esm/col/index.css +511 -511
  407. package/grid/esm/col/index.js +1 -1
  408. package/grid/esm/gutters.css +78 -78
  409. package/grid/esm/{gutters.module-b71f0e3c.d.ts → gutters.module-aed97605.d.ts} +0 -0
  410. package/grid/esm/gutters.module-aed97605.js +27 -0
  411. package/grid/esm/index.js +1 -1
  412. package/grid/esm/row/Component.js +2 -2
  413. package/grid/esm/row/index.css +9 -9
  414. package/grid/esm/row/index.js +1 -1
  415. package/grid/gutters.css +78 -78
  416. package/grid/{gutters.module-f8139574.d.ts → gutters.module-e06a20ee.d.ts} +0 -0
  417. package/grid/gutters.module-e06a20ee.js +28 -0
  418. package/grid/index.js +1 -1
  419. package/grid/modern/Component.js +1 -1
  420. package/grid/modern/col/Component.js +2 -2
  421. package/grid/modern/col/index.css +511 -511
  422. package/grid/modern/col/index.js +1 -1
  423. package/grid/modern/gutters.css +78 -78
  424. package/grid/modern/gutters.module-e07cd768.js +4 -0
  425. package/grid/modern/index.js +1 -1
  426. package/grid/modern/row/Component.js +2 -2
  427. package/grid/modern/row/index.css +9 -9
  428. package/grid/modern/row/index.js +1 -1
  429. package/grid/row/Component.js +2 -2
  430. package/grid/row/index.css +9 -9
  431. package/grid/row/index.js +1 -1
  432. package/icon-button/Component.d.ts +1 -1
  433. package/icon-button/Component.js +3 -3
  434. package/icon-button/cssm/Component.d.ts +1 -1
  435. package/icon-button/default.css +12 -12
  436. package/icon-button/esm/Component.d.ts +1 -1
  437. package/icon-button/esm/Component.js +3 -3
  438. package/icon-button/esm/default.css +12 -12
  439. package/icon-button/esm/index.css +5 -5
  440. package/icon-button/esm/inverted.css +12 -12
  441. package/icon-button/index.css +5 -5
  442. package/icon-button/inverted.css +12 -12
  443. package/icon-button/modern/Component.d.ts +1 -1
  444. package/icon-button/modern/Component.js +3 -3
  445. package/icon-button/modern/default.css +12 -12
  446. package/icon-button/modern/index.css +5 -5
  447. package/icon-button/modern/inverted.css +12 -12
  448. package/input/Component.js +3 -3
  449. package/input/default.css +13 -13
  450. package/input/esm/Component.js +3 -3
  451. package/input/esm/default.css +13 -13
  452. package/input/esm/index.css +31 -31
  453. package/input/esm/inverted.css +13 -13
  454. package/input/index.css +31 -31
  455. package/input/inverted.css +13 -13
  456. package/input/modern/Component.js +3 -3
  457. package/input/modern/default.css +13 -13
  458. package/input/modern/index.css +31 -31
  459. package/input/modern/inverted.css +13 -13
  460. package/input-autocomplete/{Component-a76d0cfe.d.ts → Component-e996c4c9.d.ts} +0 -0
  461. package/input-autocomplete/{Component-a76d0cfe.js → Component-e996c4c9.js} +1 -1
  462. package/input-autocomplete/Component.js +1 -1
  463. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  464. package/input-autocomplete/autocomplete-field/index.css +2 -2
  465. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  466. package/input-autocomplete/autocomplete-field/index.js +1 -1
  467. package/input-autocomplete/esm/{Component-f6b61fcc.d.ts → Component-ce073caa.d.ts} +0 -0
  468. package/input-autocomplete/esm/{Component-f6b61fcc.js → Component-ce073caa.js} +1 -1
  469. package/input-autocomplete/esm/Component.js +1 -1
  470. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  471. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  472. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  473. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  474. package/input-autocomplete/esm/index.js +1 -1
  475. package/input-autocomplete/index.js +1 -1
  476. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  477. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  478. package/intl-phone-input/{component-98882e78.d.ts → component-7165ac6b.d.ts} +0 -0
  479. package/intl-phone-input/{component-98882e78.js → component-7165ac6b.js} +1 -1
  480. package/intl-phone-input/component.d.ts +1 -1
  481. package/intl-phone-input/component.js +3 -3
  482. package/intl-phone-input/components/flag-icon/component.js +1 -1
  483. package/intl-phone-input/components/flag-icon/index.css +784 -784
  484. package/intl-phone-input/components/index.js +1 -1
  485. package/intl-phone-input/components/select/component.js +2 -2
  486. package/intl-phone-input/components/select/index.css +6 -6
  487. package/intl-phone-input/components/select/index.js +1 -1
  488. package/intl-phone-input/components/select-field/component.js +1 -1
  489. package/intl-phone-input/components/select-field/index.css +8 -8
  490. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  491. package/intl-phone-input/components/select-field/index.js +1 -1
  492. package/intl-phone-input/esm/{component-66ba25e4.d.ts → component-cfee5913.d.ts} +0 -0
  493. package/intl-phone-input/esm/{component-66ba25e4.js → component-cfee5913.js} +1 -1
  494. package/intl-phone-input/esm/component.js +3 -3
  495. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  496. package/intl-phone-input/esm/components/flag-icon/index.css +784 -784
  497. package/intl-phone-input/esm/components/index.js +1 -1
  498. package/intl-phone-input/esm/components/select/component.js +2 -2
  499. package/intl-phone-input/esm/components/select/index.css +6 -6
  500. package/intl-phone-input/esm/components/select/index.js +1 -1
  501. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  502. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  503. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  504. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  505. package/intl-phone-input/esm/index.css +3 -3
  506. package/intl-phone-input/esm/index.js +1 -1
  507. package/{button/cssm/utils.d.ts → intl-phone-input/esm/libphonenumber-js.min-a3213363.d.ts} +0 -0
  508. package/intl-phone-input/esm/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
  509. package/intl-phone-input/index.css +3 -3
  510. package/intl-phone-input/index.js +1 -1
  511. package/{button/esm/utils.d.ts → intl-phone-input/libphonenumber-js.min-198d677b.d.ts} +0 -0
  512. package/intl-phone-input/{libphonenumber-js.min-f29b64fa.js → libphonenumber-js.min-198d677b.js} +0 -0
  513. package/intl-phone-input/modern/component.js +2 -2
  514. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  515. package/intl-phone-input/modern/components/flag-icon/index.css +784 -784
  516. package/intl-phone-input/modern/components/select/component.js +1 -1
  517. package/intl-phone-input/modern/components/select/index.css +6 -6
  518. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  519. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  520. package/intl-phone-input/modern/index.css +3 -3
  521. package/{button/modern/utils.d.ts → intl-phone-input/modern/libphonenumber-js.min-a3213363.d.ts} +0 -0
  522. package/intl-phone-input/modern/{libphonenumber-js.min-40e2a1a0.js → libphonenumber-js.min-a3213363.js} +0 -0
  523. package/link/Component.js +3 -3
  524. package/link/default.css +9 -9
  525. package/link/esm/Component.js +3 -3
  526. package/link/esm/default.css +9 -9
  527. package/link/esm/index.css +11 -11
  528. package/link/esm/inverted.css +9 -9
  529. package/link/index.css +11 -11
  530. package/link/inverted.css +9 -9
  531. package/link/modern/Component.js +3 -3
  532. package/link/modern/default.css +9 -9
  533. package/link/modern/index.css +11 -11
  534. package/link/modern/inverted.css +9 -9
  535. package/list/Component.js +1 -1
  536. package/list/esm/Component.js +1 -1
  537. package/list/esm/index.css +9 -9
  538. package/list/index.css +9 -9
  539. package/list/modern/Component.js +1 -1
  540. package/list/modern/index.css +9 -9
  541. package/list-header/Component.js +1 -1
  542. package/list-header/esm/Component.js +1 -1
  543. package/list-header/esm/index.css +3 -3
  544. package/list-header/index.css +3 -3
  545. package/list-header/modern/Component.js +1 -1
  546. package/list-header/modern/index.css +3 -3
  547. package/loader/Component.js +1 -1
  548. package/loader/esm/Component.js +1 -1
  549. package/loader/esm/index.css +7 -7
  550. package/loader/index.css +7 -7
  551. package/loader/modern/Component.js +1 -1
  552. package/loader/modern/index.css +7 -7
  553. package/masked-input/Component.js +1 -1
  554. package/masked-input/esm/Component.js +1 -1
  555. package/masked-input/esm/index.css +2 -2
  556. package/masked-input/index.css +2 -2
  557. package/masked-input/modern/Component.js +1 -1
  558. package/masked-input/modern/index.css +2 -2
  559. package/modal/Component.desktop.js +3 -3
  560. package/modal/Component.mobile.js +3 -3
  561. package/modal/Component.responsive.js +2 -2
  562. package/modal/components/closer/Component.js +2 -2
  563. package/modal/components/closer/index.css +7 -7
  564. package/modal/components/content/Component.desktop.js +2 -2
  565. package/modal/components/content/Component.mobile.js +2 -2
  566. package/modal/components/content/desktop.css +11 -11
  567. package/modal/components/content/mobile.css +6 -6
  568. package/modal/components/footer/Component.desktop.js +2 -2
  569. package/modal/components/footer/Component.js +1 -1
  570. package/modal/components/footer/Component.mobile.js +2 -2
  571. package/modal/components/footer/desktop.css +11 -11
  572. package/modal/components/footer/layout.css +24 -24
  573. package/modal/components/footer/mobile.css +6 -6
  574. package/modal/components/header/Component.desktop.js +2 -2
  575. package/modal/components/header/Component.js +1 -1
  576. package/modal/components/header/Component.mobile.js +2 -2
  577. package/modal/components/header/desktop.css +15 -15
  578. package/modal/components/header/mobile.css +10 -10
  579. package/modal/desktop.css +7 -7
  580. package/modal/desktop.js +2 -2
  581. package/modal/esm/Component.desktop.js +3 -3
  582. package/modal/esm/Component.mobile.js +3 -3
  583. package/modal/esm/Component.responsive.js +2 -2
  584. package/modal/esm/components/closer/Component.js +2 -2
  585. package/modal/esm/components/closer/index.css +7 -7
  586. package/modal/esm/components/content/Component.desktop.js +2 -2
  587. package/modal/esm/components/content/Component.mobile.js +2 -2
  588. package/modal/esm/components/content/desktop.css +11 -11
  589. package/modal/esm/components/content/mobile.css +6 -6
  590. package/modal/esm/components/footer/Component.desktop.js +2 -2
  591. package/modal/esm/components/footer/Component.js +1 -1
  592. package/modal/esm/components/footer/Component.mobile.js +2 -2
  593. package/modal/esm/components/footer/desktop.css +11 -11
  594. package/modal/esm/components/footer/layout.css +24 -24
  595. package/modal/esm/components/footer/mobile.css +6 -6
  596. package/modal/esm/components/header/Component.desktop.js +2 -2
  597. package/modal/esm/components/header/Component.js +1 -1
  598. package/modal/esm/components/header/Component.mobile.js +2 -2
  599. package/modal/esm/components/header/desktop.css +15 -15
  600. package/modal/esm/components/header/mobile.css +10 -10
  601. package/modal/esm/desktop.css +7 -7
  602. package/modal/esm/desktop.js +2 -2
  603. package/modal/esm/index.js +2 -2
  604. package/modal/esm/mobile.css +1 -1
  605. package/modal/esm/mobile.js +2 -2
  606. package/modal/esm/responsive.js +2 -2
  607. package/modal/esm/transitions.css +7 -7
  608. package/modal/esm/transitions.module-4a6a919d.js +4 -0
  609. package/modal/esm/{tslib.es6-6517bb2f.d.ts → tslib.es6-c22df448.d.ts} +0 -0
  610. package/modal/esm/{tslib.es6-6517bb2f.js → tslib.es6-c22df448.js} +0 -0
  611. package/modal/index.js +2 -2
  612. package/modal/mobile.css +1 -1
  613. package/modal/mobile.js +2 -2
  614. package/modal/modern/Component.desktop.js +2 -2
  615. package/modal/modern/Component.mobile.js +2 -2
  616. package/modal/modern/Component.responsive.js +1 -1
  617. package/modal/modern/components/closer/Component.js +1 -1
  618. package/modal/modern/components/closer/index.css +7 -7
  619. package/modal/modern/components/content/Component.desktop.js +1 -1
  620. package/modal/modern/components/content/Component.mobile.js +1 -1
  621. package/modal/modern/components/content/desktop.css +11 -11
  622. package/modal/modern/components/content/mobile.css +6 -6
  623. package/modal/modern/components/footer/Component.desktop.js +1 -1
  624. package/modal/modern/components/footer/Component.js +1 -1
  625. package/modal/modern/components/footer/Component.mobile.js +1 -1
  626. package/modal/modern/components/footer/desktop.css +11 -11
  627. package/modal/modern/components/footer/layout.css +24 -24
  628. package/modal/modern/components/footer/mobile.css +6 -6
  629. package/modal/modern/components/header/Component.desktop.js +1 -1
  630. package/modal/modern/components/header/Component.mobile.js +1 -1
  631. package/modal/modern/components/header/desktop.css +15 -15
  632. package/modal/modern/components/header/mobile.css +10 -10
  633. package/modal/modern/desktop.css +7 -7
  634. package/modal/modern/desktop.js +1 -1
  635. package/modal/modern/index.js +1 -1
  636. package/modal/modern/mobile.css +1 -1
  637. package/modal/modern/mobile.js +1 -1
  638. package/modal/modern/responsive.js +1 -1
  639. package/modal/modern/transitions.css +7 -7
  640. package/modal/modern/transitions.module-4a6a919d.js +4 -0
  641. package/modal/responsive.js +2 -2
  642. package/modal/transitions.css +7 -7
  643. package/modal/transitions.module-50dc87cf.js +4 -0
  644. package/modal/{tslib.es6-496e9f45.d.ts → tslib.es6-b84c0c03.d.ts} +0 -0
  645. package/modal/{tslib.es6-496e9f45.js → tslib.es6-b84c0c03.js} +0 -0
  646. package/notification/Component.js +1 -1
  647. package/notification/esm/Component.js +1 -1
  648. package/notification/esm/index.css +7 -7
  649. package/notification/index.css +7 -7
  650. package/notification/modern/Component.js +1 -1
  651. package/notification/modern/index.css +7 -7
  652. package/notification-manager/{component-af0311fe.d.ts → component-28721726.d.ts} +0 -0
  653. package/notification-manager/{component-af0311fe.js → component-28721726.js} +0 -0
  654. package/notification-manager/component.js +2 -2
  655. package/notification-manager/components/index.js +1 -1
  656. package/notification-manager/components/notification/component.js +1 -1
  657. package/notification-manager/components/notification/index.d.ts +1 -1
  658. package/notification-manager/components/notification/index.js +1 -1
  659. package/notification-manager/esm/{component-fec0cb46.d.ts → component-5e9962a3.d.ts} +0 -0
  660. package/notification-manager/esm/{component-fec0cb46.js → component-5e9962a3.js} +0 -0
  661. package/notification-manager/esm/component.js +2 -2
  662. package/notification-manager/esm/components/index.js +1 -1
  663. package/notification-manager/esm/components/notification/component.js +1 -1
  664. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  665. package/notification-manager/esm/components/notification/index.js +1 -1
  666. package/notification-manager/esm/index.css +11 -11
  667. package/notification-manager/esm/index.js +1 -1
  668. package/notification-manager/index.css +11 -11
  669. package/notification-manager/index.js +1 -1
  670. package/notification-manager/modern/component.js +1 -1
  671. package/notification-manager/modern/index.css +11 -11
  672. package/package.json +4 -4
  673. package/password-input/component.js +1 -1
  674. package/password-input/esm/component.js +1 -1
  675. package/password-input/esm/index.css +5 -5
  676. package/password-input/index.css +5 -5
  677. package/password-input/modern/component.js +1 -1
  678. package/password-input/modern/index.css +5 -5
  679. package/picker-button/{Component-9ca3315d.d.ts → Component-3a4f8ea2.d.ts} +0 -0
  680. package/picker-button/{Component-9ca3315d.js → Component-3a4f8ea2.js} +1 -1
  681. package/picker-button/Component.js +2 -2
  682. package/picker-button/esm/{Component-cb1ee10b.d.ts → Component-a60c9a70.d.ts} +0 -0
  683. package/picker-button/esm/{Component-cb1ee10b.js → Component-a60c9a70.js} +1 -1
  684. package/picker-button/esm/Component.js +2 -2
  685. package/picker-button/esm/field/Component.js +1 -1
  686. package/picker-button/esm/field/index.css +3 -3
  687. package/picker-button/esm/field/index.d.ts +1 -1
  688. package/picker-button/esm/field/index.js +1 -1
  689. package/picker-button/esm/index.css +2 -2
  690. package/picker-button/esm/index.js +1 -1
  691. package/picker-button/field/Component.js +1 -1
  692. package/picker-button/field/index.css +3 -3
  693. package/picker-button/field/index.d.ts +1 -1
  694. package/picker-button/field/index.js +1 -1
  695. package/picker-button/index.css +2 -2
  696. package/picker-button/index.js +1 -1
  697. package/picker-button/modern/Component.js +1 -1
  698. package/picker-button/modern/field/Component.js +1 -1
  699. package/picker-button/modern/field/index.css +3 -3
  700. package/picker-button/modern/index.css +2 -2
  701. package/plate/Component.js +1 -1
  702. package/plate/esm/Component.js +1 -1
  703. package/plate/esm/index.css +26 -26
  704. package/plate/index.css +26 -26
  705. package/plate/modern/Component.js +1 -1
  706. package/plate/modern/index.css +26 -26
  707. package/popover/Component.js +1 -1
  708. package/popover/esm/Component.js +1 -1
  709. package/popover/esm/index.css +31 -31
  710. package/popover/index.css +31 -31
  711. package/popover/modern/Component.js +1 -1
  712. package/popover/modern/index.css +31 -31
  713. package/progress-bar/Component.js +1 -1
  714. package/progress-bar/esm/Component.js +1 -1
  715. package/progress-bar/esm/index.css +4 -4
  716. package/progress-bar/index.css +4 -4
  717. package/progress-bar/modern/Component.js +1 -1
  718. package/progress-bar/modern/index.css +4 -4
  719. package/pure-input/Component.js +1 -1
  720. package/pure-input/esm/Component.js +1 -1
  721. package/pure-input/esm/index.css +25 -25
  722. package/pure-input/index.css +25 -25
  723. package/pure-input/modern/Component.js +1 -1
  724. package/pure-input/modern/index.css +25 -25
  725. package/radio/Component.js +1 -1
  726. package/radio/esm/Component.js +1 -1
  727. package/radio/esm/index.css +31 -31
  728. package/radio/index.css +31 -31
  729. package/radio/modern/Component.js +1 -1
  730. package/radio/modern/index.css +31 -31
  731. package/radio-group/Component.js +1 -1
  732. package/radio-group/esm/Component.js +1 -1
  733. package/radio-group/esm/index.css +16 -16
  734. package/radio-group/index.css +16 -16
  735. package/radio-group/modern/Component.js +1 -1
  736. package/radio-group/modern/index.css +16 -16
  737. package/select/Component.js +1 -1
  738. package/select/components/arrow/Component.js +1 -1
  739. package/select/components/arrow/index.css +3 -3
  740. package/select/components/base-select/Component.js +2 -2
  741. package/select/components/base-select/index.css +7 -7
  742. package/select/components/base-select/index.js +1 -1
  743. package/select/components/checkmark/Component.js +1 -1
  744. package/select/components/checkmark/index.css +3 -3
  745. package/select/components/field/Component.js +2 -2
  746. package/select/components/field/index.css +9 -9
  747. package/select/components/field/index.js +1 -1
  748. package/select/components/index.js +1 -1
  749. package/select/components/native-select/Component.js +1 -1
  750. package/select/components/native-select/index.js +1 -1
  751. package/select/components/optgroup/Component.js +1 -1
  752. package/select/components/optgroup/index.css +6 -6
  753. package/select/components/option/Component.js +2 -2
  754. package/select/components/option/index.css +20 -20
  755. package/select/components/option/index.js +1 -1
  756. package/select/components/options-list/Component.js +1 -1
  757. package/select/components/options-list/index.css +5 -5
  758. package/select/components/virtual-options-list/Component.js +1 -1
  759. package/select/components/virtual-options-list/index.css +11 -11
  760. package/select/esm/Component.js +1 -1
  761. package/select/esm/components/arrow/Component.js +1 -1
  762. package/select/esm/components/arrow/index.css +3 -3
  763. package/select/esm/components/base-select/Component.js +2 -2
  764. package/select/esm/components/base-select/index.css +7 -7
  765. package/select/esm/components/base-select/index.js +1 -1
  766. package/select/esm/components/checkmark/Component.js +1 -1
  767. package/select/esm/components/checkmark/index.css +3 -3
  768. package/select/esm/components/field/Component.js +2 -2
  769. package/select/esm/components/field/index.css +9 -9
  770. package/select/esm/components/field/index.js +1 -1
  771. package/select/esm/components/index.js +1 -1
  772. package/select/esm/components/native-select/Component.js +1 -1
  773. package/select/esm/components/native-select/index.js +1 -1
  774. package/select/esm/components/optgroup/Component.js +1 -1
  775. package/select/esm/components/optgroup/index.css +6 -6
  776. package/select/esm/components/option/Component.js +2 -2
  777. package/select/esm/components/option/index.css +20 -20
  778. package/select/esm/components/option/index.js +1 -1
  779. package/select/esm/components/options-list/Component.js +1 -1
  780. package/select/esm/components/options-list/index.css +5 -5
  781. package/select/esm/components/virtual-options-list/Component.js +1 -1
  782. package/select/esm/components/virtual-options-list/index.css +11 -11
  783. package/select/esm/index.js +1 -1
  784. package/select/esm/presets/index.js +1 -1
  785. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  786. package/select/esm/presets/useLazyLoading/index.css +2 -2
  787. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  788. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  789. package/select/esm/{tslib.es6-6c624104.d.ts → tslib.es6-89fbf95d.d.ts} +0 -0
  790. package/select/esm/{tslib.es6-6c624104.js → tslib.es6-89fbf95d.js} +0 -0
  791. package/select/index.js +1 -1
  792. package/select/modern/components/arrow/Component.js +1 -1
  793. package/select/modern/components/arrow/index.css +3 -3
  794. package/select/modern/components/base-select/Component.js +1 -1
  795. package/select/modern/components/base-select/index.css +7 -7
  796. package/select/modern/components/checkmark/Component.js +1 -1
  797. package/select/modern/components/checkmark/index.css +3 -3
  798. package/select/modern/components/field/Component.js +1 -1
  799. package/select/modern/components/field/index.css +9 -9
  800. package/select/modern/components/optgroup/Component.js +1 -1
  801. package/select/modern/components/optgroup/index.css +6 -6
  802. package/select/modern/components/option/Component.js +1 -1
  803. package/select/modern/components/option/index.css +20 -20
  804. package/select/modern/components/options-list/Component.js +1 -1
  805. package/select/modern/components/options-list/index.css +5 -5
  806. package/select/modern/components/virtual-options-list/Component.js +1 -1
  807. package/select/modern/components/virtual-options-list/index.css +11 -11
  808. package/select/modern/presets/useLazyLoading/hook.js +1 -1
  809. package/select/modern/presets/useLazyLoading/index.css +2 -2
  810. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  811. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  812. package/select/presets/index.js +1 -1
  813. package/select/presets/useLazyLoading/hook.js +2 -2
  814. package/select/presets/useLazyLoading/index.css +2 -2
  815. package/select/presets/useSelectWithLoading/hook.js +2 -2
  816. package/select/presets/useSelectWithLoading/index.css +2 -2
  817. package/select/{tslib.es6-77c2aa11.d.ts → tslib.es6-717d7e20.d.ts} +0 -0
  818. package/select/{tslib.es6-77c2aa11.js → tslib.es6-717d7e20.js} +0 -0
  819. package/select-with-tags/component.js +1 -1
  820. package/select-with-tags/components/index.js +1 -1
  821. package/select-with-tags/components/tag/component.js +2 -2
  822. package/select-with-tags/components/tag/index.css +11 -11
  823. package/select-with-tags/components/tag/index.js +1 -1
  824. package/select-with-tags/components/tag-list/component.js +2 -2
  825. package/select-with-tags/components/tag-list/index.css +31 -31
  826. package/select-with-tags/components/tag-list/index.js +1 -1
  827. package/select-with-tags/esm/component.js +1 -1
  828. package/select-with-tags/esm/components/index.js +1 -1
  829. package/select-with-tags/esm/components/tag/component.js +2 -2
  830. package/select-with-tags/esm/components/tag/index.css +11 -11
  831. package/select-with-tags/esm/components/tag/index.js +1 -1
  832. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  833. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  834. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  835. package/select-with-tags/esm/index.js +1 -1
  836. package/select-with-tags/esm/{tslib.es6-85871e18.d.ts → tslib.es6-f1898e8b.d.ts} +0 -0
  837. package/select-with-tags/esm/{tslib.es6-85871e18.js → tslib.es6-f1898e8b.js} +0 -0
  838. package/select-with-tags/esm/utils/index.js +1 -1
  839. package/select-with-tags/esm/utils/match.js +1 -1
  840. package/select-with-tags/index.js +1 -1
  841. package/select-with-tags/modern/components/tag/component.js +1 -1
  842. package/select-with-tags/modern/components/tag/index.css +11 -11
  843. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  844. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  845. package/select-with-tags/{tslib.es6-006e705f.d.ts → tslib.es6-7840b62b.d.ts} +0 -0
  846. package/select-with-tags/{tslib.es6-006e705f.js → tslib.es6-7840b62b.js} +0 -0
  847. package/select-with-tags/utils/index.js +1 -1
  848. package/select-with-tags/utils/match.js +1 -1
  849. package/skeleton/Component.js +1 -1
  850. package/skeleton/esm/Component.js +1 -1
  851. package/skeleton/esm/index.css +11 -11
  852. package/skeleton/index.css +11 -11
  853. package/skeleton/modern/Component.js +1 -1
  854. package/skeleton/modern/index.css +11 -11
  855. package/slider/Component.js +1 -1
  856. package/slider/esm/Component.js +1 -1
  857. package/slider/esm/index.css +36 -36
  858. package/slider/index.css +36 -36
  859. package/slider/modern/Component.js +1 -1
  860. package/slider/modern/index.css +36 -36
  861. package/slider-input/Component.js +3 -3
  862. package/slider-input/cssm/Component.js +2 -2
  863. package/slider-input/esm/Component.js +3 -3
  864. package/slider-input/esm/index.css +17 -17
  865. package/slider-input/index.css +17 -17
  866. package/slider-input/modern/Component.js +3 -3
  867. package/slider-input/modern/index.css +17 -17
  868. package/space/Component.js +2 -2
  869. package/space/{Item-be87697f.d.ts → Item-50f310cb.d.ts} +0 -0
  870. package/space/{Item-be87697f.js → Item-50f310cb.js} +0 -0
  871. package/space/Item.js +1 -1
  872. package/space/esm/Component.js +2 -2
  873. package/space/esm/{Item-6a0268e7.d.ts → Item-b8b4ee43.d.ts} +0 -0
  874. package/space/esm/{Item-6a0268e7.js → Item-b8b4ee43.js} +0 -0
  875. package/space/esm/Item.js +1 -1
  876. package/space/esm/index.css +8 -8
  877. package/space/esm/index.js +1 -1
  878. package/space/index.css +8 -8
  879. package/space/index.js +1 -1
  880. package/space/modern/Component.js +1 -1
  881. package/space/modern/index.css +8 -8
  882. package/spinner/Component.js +1 -1
  883. package/spinner/esm/Component.js +1 -1
  884. package/spinner/esm/index.css +6 -6
  885. package/spinner/index.css +6 -6
  886. package/spinner/modern/Component.js +1 -1
  887. package/spinner/modern/index.css +6 -6
  888. package/status/Component.js +1 -1
  889. package/status/esm/Component.js +1 -1
  890. package/status/esm/index.css +17 -17
  891. package/status/index.css +17 -17
  892. package/status/modern/Component.js +1 -1
  893. package/status/modern/index.css +17 -17
  894. package/stepped-progress-bar/Component.js +1 -1
  895. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  896. package/stepped-progress-bar/components/step-bar/index.css +3 -3
  897. package/stepped-progress-bar/esm/Component.js +1 -1
  898. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  899. package/stepped-progress-bar/esm/components/step-bar/index.css +3 -3
  900. package/stepped-progress-bar/esm/index.css +3 -3
  901. package/stepped-progress-bar/index.css +3 -3
  902. package/stepped-progress-bar/modern/Component.js +1 -1
  903. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  904. package/stepped-progress-bar/modern/components/step-bar/index.css +3 -3
  905. package/stepped-progress-bar/modern/index.css +3 -3
  906. package/switch/Component.js +1 -1
  907. package/switch/esm/Component.js +1 -1
  908. package/switch/esm/index.css +25 -25
  909. package/switch/index.css +25 -25
  910. package/switch/modern/Component.js +1 -1
  911. package/switch/modern/index.css +25 -25
  912. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  913. package/tabs/components/primary-tablist/Component.js +5 -8
  914. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  915. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  916. package/tabs/components/primary-tablist/index.css +18 -22
  917. package/tabs/components/primary-tablist/mobile.css +20 -24
  918. package/tabs/components/scrollable-container/Component.js +2 -3
  919. package/tabs/components/scrollable-container/index.css +5 -11
  920. package/tabs/components/secondary-tablist/Component.d.ts +1 -1
  921. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  922. package/tabs/components/secondary-tablist/Component.js +1 -1
  923. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  924. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  925. package/tabs/components/secondary-tablist/index.css +11 -11
  926. package/tabs/components/secondary-tablist/mobile.css +14 -15
  927. package/tabs/components/tab/Component.js +1 -1
  928. package/tabs/components/tab/index.css +2 -2
  929. package/tabs/components/tabs/Component.d.ts +1 -1
  930. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  931. package/tabs/components/tabs/Component.desktop.js +3 -3
  932. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  933. package/tabs/components/tabs/Component.mobile.js +3 -3
  934. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  935. package/tabs/components/tabs/Component.responsive.js +3 -3
  936. package/tabs/cssm/components/primary-tablist/Component.js +4 -7
  937. package/tabs/cssm/components/primary-tablist/index.module.css +0 -4
  938. package/tabs/cssm/components/scrollable-container/Component.js +1 -2
  939. package/tabs/cssm/components/scrollable-container/index.module.css +4 -10
  940. package/tabs/cssm/components/secondary-tablist/Component.d.ts +1 -1
  941. package/tabs/desktop.js +3 -3
  942. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  943. package/tabs/esm/components/primary-tablist/Component.js +5 -8
  944. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  945. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  946. package/tabs/esm/components/primary-tablist/index.css +18 -22
  947. package/tabs/esm/components/primary-tablist/mobile.css +20 -24
  948. package/tabs/esm/components/scrollable-container/Component.js +2 -3
  949. package/tabs/esm/components/scrollable-container/index.css +5 -11
  950. package/tabs/esm/components/secondary-tablist/Component.d.ts +1 -1
  951. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  952. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  953. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  954. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  955. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  956. package/tabs/esm/components/secondary-tablist/mobile.css +14 -15
  957. package/tabs/esm/components/tab/Component.js +1 -1
  958. package/tabs/esm/components/tab/index.css +2 -2
  959. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  960. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  961. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  962. package/tabs/esm/desktop.js +3 -3
  963. package/tabs/esm/index.js +3 -3
  964. package/tabs/esm/index.module-84f33b39.js +4 -0
  965. package/tabs/esm/index.module-f3a43121.js +4 -0
  966. package/tabs/esm/mobile.js +3 -3
  967. package/tabs/esm/responsive.js +3 -3
  968. package/tabs/esm/{tslib.es6-db9acdc4.d.ts → tslib.es6-83775305.d.ts} +0 -0
  969. package/tabs/esm/{tslib.es6-db9acdc4.js → tslib.es6-83775305.js} +0 -0
  970. package/tabs/index.js +3 -3
  971. package/tabs/index.module-0b03a04a.js +4 -0
  972. package/tabs/index.module-85790000.js +4 -0
  973. package/tabs/mobile.js +3 -3
  974. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  975. package/tabs/modern/components/primary-tablist/Component.js +1 -3
  976. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  977. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  978. package/tabs/modern/components/primary-tablist/index.css +18 -22
  979. package/tabs/modern/components/primary-tablist/mobile.css +20 -24
  980. package/tabs/modern/components/scrollable-container/Component.js +2 -3
  981. package/tabs/modern/components/scrollable-container/index.css +5 -11
  982. package/tabs/modern/components/secondary-tablist/Component.d.ts +1 -1
  983. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  984. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  985. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  986. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  987. package/tabs/modern/components/secondary-tablist/mobile.css +14 -15
  988. package/tabs/modern/components/tab/Component.js +1 -1
  989. package/tabs/modern/components/tab/index.css +2 -2
  990. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  991. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  992. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  993. package/tabs/modern/desktop.js +2 -2
  994. package/tabs/modern/index.js +2 -2
  995. package/tabs/modern/index.module-84f33b39.js +4 -0
  996. package/tabs/modern/index.module-f3a43121.js +4 -0
  997. package/tabs/modern/mobile.js +2 -2
  998. package/tabs/modern/responsive.js +2 -2
  999. package/tabs/responsive.js +3 -3
  1000. package/tabs/{tslib.es6-1e7ce143.d.ts → tslib.es6-38a0729a.d.ts} +0 -0
  1001. package/tabs/{tslib.es6-1e7ce143.js → tslib.es6-38a0729a.js} +0 -0
  1002. package/tag/Component.d.ts +2 -2
  1003. package/tag/Component.js +4 -5
  1004. package/tag/cssm/Component.d.ts +2 -2
  1005. package/tag/cssm/Component.js +1 -2
  1006. package/tag/cssm/index.module.css +7 -72
  1007. package/tag/default.css +7 -7
  1008. package/tag/esm/Component.d.ts +2 -2
  1009. package/tag/esm/Component.js +4 -5
  1010. package/tag/esm/default.css +7 -7
  1011. package/tag/esm/index.css +21 -86
  1012. package/tag/esm/inverted.css +7 -7
  1013. package/tag/index.css +21 -86
  1014. package/tag/inverted.css +7 -7
  1015. package/tag/modern/Component.d.ts +2 -2
  1016. package/tag/modern/Component.js +4 -5
  1017. package/tag/modern/default.css +7 -7
  1018. package/tag/modern/index.css +21 -86
  1019. package/tag/modern/inverted.css +7 -7
  1020. package/textarea/Component.js +3 -3
  1021. package/textarea/default.css +18 -18
  1022. package/textarea/esm/Component.js +3 -3
  1023. package/textarea/esm/default.css +18 -18
  1024. package/textarea/esm/index.css +21 -21
  1025. package/textarea/esm/inverted.css +18 -18
  1026. package/textarea/index.css +21 -21
  1027. package/textarea/inverted.css +18 -18
  1028. package/textarea/modern/Component.js +3 -3
  1029. package/textarea/modern/default.css +18 -18
  1030. package/textarea/modern/index.css +21 -21
  1031. package/textarea/modern/inverted.css +18 -18
  1032. package/themes/button/corp.css +0 -20
  1033. package/themes/button/site.css +1 -0
  1034. package/themes/compiled/mobile-dark-bluetint.css +267 -1437
  1035. package/themes/compiled/mobile-dark-bluetint.js +0 -2
  1036. package/themes/corp.css +0 -18
  1037. package/themes/dark.js +0 -2
  1038. package/themes/dist/amount/click.css +4 -0
  1039. package/themes/dist/backdrop/click.css +4 -0
  1040. package/themes/dist/button/click.css +13 -0
  1041. package/themes/dist/button/corp.css +21 -0
  1042. package/themes/dist/button/mobile.css +19 -0
  1043. package/themes/dist/button/site.css +5 -0
  1044. package/themes/dist/calendar/click.css +11 -0
  1045. package/themes/dist/calendar-input/click.css +4 -0
  1046. package/themes/dist/calendar-input/corp.css +3 -0
  1047. package/themes/dist/checkbox/click.css +9 -0
  1048. package/themes/dist/checkbox/mobile.css +19 -0
  1049. package/themes/dist/click.css +696 -0
  1050. package/themes/dist/compiled/mobile-dark-bluetint.css +1856 -0
  1051. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +2 -0
  1052. package/themes/dist/compiled/mobile-dark-bluetint.js +11 -0
  1053. package/themes/dist/confirmation/click.css +12 -0
  1054. package/themes/dist/confirmation/mobile.css +7 -0
  1055. package/themes/dist/corp.css +520 -0
  1056. package/themes/dist/dark.css +134 -0
  1057. package/themes/dist/dark.d.ts +2 -0
  1058. package/themes/dist/dark.js +12 -0
  1059. package/themes/dist/dropzone/click.css +5 -0
  1060. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +2 -0
  1061. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +4 -0
  1062. package/themes/dist/esm/dark.d.ts +2 -0
  1063. package/themes/dist/esm/dark.js +6 -0
  1064. package/themes/dist/form-control/click.css +31 -0
  1065. package/themes/dist/form-control/mobile.css +34 -0
  1066. package/themes/dist/form-control/site.css +5 -0
  1067. package/themes/dist/input/click.css +8 -0
  1068. package/themes/dist/input/corp.css +3 -0
  1069. package/themes/dist/input/mobile.css +13 -0
  1070. package/themes/dist/input/site.css +4 -0
  1071. package/themes/dist/link/click.css +25 -0
  1072. package/themes/dist/list/click.css +4 -0
  1073. package/themes/dist/mixins/amount/click.css +4 -0
  1074. package/themes/dist/mixins/backdrop/click.css +4 -0
  1075. package/themes/dist/mixins/button/click.css +13 -0
  1076. package/themes/dist/mixins/button/corp.css +21 -0
  1077. package/themes/dist/mixins/button/mobile.css +19 -0
  1078. package/themes/dist/mixins/button/site.css +5 -0
  1079. package/themes/dist/mixins/calendar/click.css +11 -0
  1080. package/themes/dist/mixins/calendar-input/click.css +4 -0
  1081. package/themes/dist/mixins/calendar-input/corp.css +3 -0
  1082. package/themes/dist/mixins/checkbox/click.css +9 -0
  1083. package/themes/dist/mixins/checkbox/mobile.css +19 -0
  1084. package/themes/dist/mixins/click.css +48 -0
  1085. package/themes/dist/mixins/confirmation/click.css +12 -0
  1086. package/themes/dist/mixins/confirmation/mobile.css +7 -0
  1087. package/themes/dist/mixins/corp.css +13 -0
  1088. package/themes/dist/mixins/dark.css +134 -0
  1089. package/themes/dist/mixins/dropzone/click.css +5 -0
  1090. package/themes/dist/mixins/form-control/click.css +31 -0
  1091. package/themes/dist/mixins/form-control/mobile.css +34 -0
  1092. package/themes/dist/mixins/form-control/site.css +5 -0
  1093. package/themes/dist/mixins/input/click.css +8 -0
  1094. package/themes/dist/mixins/input/corp.css +3 -0
  1095. package/themes/dist/mixins/input/mobile.css +13 -0
  1096. package/themes/dist/mixins/input/site.css +4 -0
  1097. package/themes/dist/mixins/link/click.css +25 -0
  1098. package/themes/dist/mixins/list/click.css +4 -0
  1099. package/themes/dist/mixins/mobile.css +23 -0
  1100. package/themes/dist/mixins/modal/click.css +29 -0
  1101. package/themes/dist/mixins/radio/click.css +9 -0
  1102. package/themes/dist/mixins/radio/mobile.css +19 -0
  1103. package/themes/dist/mixins/select/click.css +18 -0
  1104. package/themes/dist/mixins/select/corp.css +3 -0
  1105. package/themes/dist/mixins/site.css +11 -0
  1106. package/themes/dist/mixins/skeleton/click.css +8 -0
  1107. package/themes/dist/mixins/slider/click.css +16 -0
  1108. package/themes/dist/mixins/slider/mobile.css +5 -0
  1109. package/themes/dist/mixins/slider-input/mobile.css +3 -0
  1110. package/themes/dist/mixins/switch/click.css +5 -0
  1111. package/themes/dist/mixins/tabs/click.css +20 -0
  1112. package/themes/dist/mixins/tabs/corp.css +4 -0
  1113. package/themes/dist/mixins/tabs/site.css +8 -0
  1114. package/themes/dist/mixins/tag/click.css +11 -0
  1115. package/themes/dist/mixins/tag/mobile.css +14 -0
  1116. package/themes/dist/mixins/toast-plate/click.css +8 -0
  1117. package/themes/dist/mobile.css +594 -0
  1118. package/themes/dist/modal/click.css +29 -0
  1119. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +2 -0
  1120. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +4 -0
  1121. package/themes/dist/modern/dark.d.ts +2 -0
  1122. package/themes/dist/modern/dark.js +6 -0
  1123. package/themes/dist/package.json +12 -0
  1124. package/themes/dist/radio/click.css +9 -0
  1125. package/themes/dist/radio/mobile.css +19 -0
  1126. package/themes/dist/select/click.css +18 -0
  1127. package/themes/dist/select/corp.css +3 -0
  1128. package/themes/dist/send-stats.js +82 -0
  1129. package/themes/dist/site.css +512 -0
  1130. package/themes/dist/skeleton/click.css +8 -0
  1131. package/themes/dist/slider/click.css +16 -0
  1132. package/themes/dist/slider/mobile.css +5 -0
  1133. package/themes/dist/slider-input/mobile.css +3 -0
  1134. package/themes/dist/switch/click.css +5 -0
  1135. package/themes/dist/tabs/click.css +20 -0
  1136. package/themes/dist/tabs/corp.css +4 -0
  1137. package/themes/dist/tabs/site.css +8 -0
  1138. package/themes/dist/tag/click.css +11 -0
  1139. package/themes/dist/tag/mobile.css +14 -0
  1140. package/themes/dist/toast-plate/click.css +8 -0
  1141. package/themes/esm/compiled/mobile-dark-bluetint.js +0 -3
  1142. package/themes/mixins/button/corp.css +0 -20
  1143. package/themes/mixins/button/site.css +1 -0
  1144. package/themes/modern/compiled/mobile-dark-bluetint.js +0 -3
  1145. package/themes/package.json +1 -10
  1146. package/themes/send-stats.js +0 -0
  1147. package/themes/site.css +1 -0
  1148. package/toast/component.js +1 -1
  1149. package/toast/esm/component.js +1 -1
  1150. package/toast/esm/index.css +9 -9
  1151. package/toast/index.css +9 -9
  1152. package/toast/modern/component.js +1 -1
  1153. package/toast/modern/index.css +9 -9
  1154. package/toast-plate/component.js +1 -1
  1155. package/toast-plate/esm/component.js +1 -1
  1156. package/toast-plate/esm/index.css +15 -15
  1157. package/toast-plate/index.css +15 -15
  1158. package/toast-plate/modern/component.js +1 -1
  1159. package/toast-plate/modern/index.css +15 -15
  1160. package/tooltip/{Component-53815765.d.ts → Component-461f6ad3.d.ts} +0 -0
  1161. package/tooltip/{Component-53815765.js → Component-461f6ad3.js} +1 -1
  1162. package/tooltip/Component.js +1 -1
  1163. package/tooltip/component.responsive.js +1 -1
  1164. package/tooltip/esm/{Component-9ed1f518.d.ts → Component-5981a9a4.d.ts} +0 -0
  1165. package/tooltip/esm/{Component-9ed1f518.js → Component-5981a9a4.js} +1 -1
  1166. package/tooltip/esm/Component.js +1 -1
  1167. package/tooltip/esm/component.responsive.js +1 -1
  1168. package/tooltip/esm/index.css +6 -6
  1169. package/tooltip/esm/index.d.ts +1 -1
  1170. package/tooltip/esm/index.js +1 -1
  1171. package/tooltip/esm/responsive.js +1 -1
  1172. package/tooltip/index.css +6 -6
  1173. package/tooltip/index.d.ts +1 -1
  1174. package/tooltip/index.js +1 -1
  1175. package/tooltip/modern/Component.js +1 -1
  1176. package/tooltip/modern/index.css +6 -6
  1177. package/tooltip/responsive.js +1 -1
  1178. package/typography/colors.css +12 -12
  1179. package/typography/{colors.module-52a63996.d.ts → colors.module-3ab31a88.d.ts} +0 -0
  1180. package/typography/{colors.module-52a63996.js → colors.module-3ab31a88.js} +1 -1
  1181. package/typography/common.module-ab5da45b.js +4 -0
  1182. package/typography/component.js +2 -2
  1183. package/typography/esm/colors.css +12 -12
  1184. package/typography/esm/{colors.module-1836c8ec.d.ts → colors.module-e994bd61.d.ts} +0 -0
  1185. package/typography/esm/{colors.module-1836c8ec.js → colors.module-e994bd61.js} +1 -1
  1186. package/typography/esm/common.module-7e9ca90a.js +4 -0
  1187. package/typography/esm/component.js +2 -2
  1188. package/typography/esm/index.js +2 -2
  1189. package/typography/esm/text/component.js +2 -2
  1190. package/typography/esm/text/index.css +13 -13
  1191. package/typography/esm/text/index.js +1 -1
  1192. package/typography/esm/title/common.css +4 -4
  1193. package/typography/esm/title/component.js +1 -1
  1194. package/typography/esm/title/index.css +18 -18
  1195. package/typography/esm/title/index.js +3 -3
  1196. package/typography/esm/title-responsive/component.js +3 -3
  1197. package/typography/esm/title-responsive/index.css +45 -45
  1198. package/typography/esm/title-responsive/index.js +2 -2
  1199. package/typography/index.js +2 -2
  1200. package/typography/modern/colors.css +12 -12
  1201. package/typography/modern/colors.module-e7a93e12.js +4 -0
  1202. package/typography/modern/common.module-7e9ca90a.js +4 -0
  1203. package/typography/modern/component.js +2 -2
  1204. package/typography/modern/index.js +2 -2
  1205. package/typography/modern/text/component.js +2 -2
  1206. package/typography/modern/text/index.css +13 -13
  1207. package/typography/modern/text/index.js +1 -1
  1208. package/typography/modern/title/common.css +4 -4
  1209. package/typography/modern/title/component.js +1 -1
  1210. package/typography/modern/title/index.css +18 -18
  1211. package/typography/modern/title/index.js +3 -3
  1212. package/typography/modern/title-responsive/component.js +3 -3
  1213. package/typography/modern/title-responsive/index.css +45 -45
  1214. package/typography/modern/title-responsive/index.js +2 -2
  1215. package/typography/text/component.js +2 -2
  1216. package/typography/text/index.css +13 -13
  1217. package/typography/text/index.js +1 -1
  1218. package/typography/title/common.css +4 -4
  1219. package/typography/title/component.js +1 -1
  1220. package/typography/title/index.css +18 -18
  1221. package/typography/title/index.js +3 -3
  1222. package/typography/title-responsive/component.js +3 -3
  1223. package/typography/title-responsive/index.css +45 -45
  1224. package/typography/title-responsive/index.js +2 -2
  1225. package/vars/colors-bluetint.js +0 -2
  1226. package/vars/colors-indigo.js +0 -2
  1227. package/vars/cssm/colors-bluetint.js +0 -2
  1228. package/vars/cssm/colors-indigo.js +0 -2
  1229. package/vars/dist/border-radius.css +9 -0
  1230. package/vars/dist/colors-addons.css +55 -0
  1231. package/vars/dist/colors-bluetint.css +247 -0
  1232. package/vars/dist/colors-bluetint.d.ts +2 -0
  1233. package/vars/dist/colors-bluetint.js +12 -0
  1234. package/vars/dist/colors-indigo.css +269 -0
  1235. package/vars/dist/colors-indigo.d.ts +2 -0
  1236. package/vars/dist/colors-indigo.js +12 -0
  1237. package/vars/dist/colors-transparent.css +22 -0
  1238. package/vars/dist/colors.css +71 -0
  1239. package/vars/dist/cssm/border-radius.css +9 -0
  1240. package/vars/dist/cssm/colors-addons.css +55 -0
  1241. package/vars/dist/cssm/colors-bluetint.css +247 -0
  1242. package/vars/dist/cssm/colors-bluetint.d.ts +2 -0
  1243. package/vars/dist/cssm/colors-bluetint.js +12 -0
  1244. package/vars/dist/cssm/colors-indigo.css +265 -0
  1245. package/vars/dist/cssm/colors-indigo.d.ts +2 -0
  1246. package/vars/dist/cssm/colors-indigo.js +12 -0
  1247. package/vars/dist/cssm/colors-transparent.css +22 -0
  1248. package/vars/dist/cssm/colors.css +71 -0
  1249. package/vars/dist/cssm/gaps.css +30 -0
  1250. package/vars/dist/cssm/index.css +496 -0
  1251. package/{button/cssm/utils.js → vars/dist/cssm/mixins.css} +0 -0
  1252. package/vars/dist/cssm/shadows-indigo.css +38 -0
  1253. package/vars/dist/cssm/typography.css +6 -0
  1254. package/vars/dist/esm/colors-bluetint.d.ts +2 -0
  1255. package/vars/dist/esm/colors-bluetint.js +6 -0
  1256. package/vars/dist/esm/colors-indigo.d.ts +2 -0
  1257. package/vars/dist/esm/colors-indigo.js +6 -0
  1258. package/vars/dist/gaps.css +30 -0
  1259. package/vars/dist/index.css +9 -0
  1260. package/vars/dist/mixins.css +4 -0
  1261. package/vars/dist/modern/colors-bluetint.d.ts +2 -0
  1262. package/vars/dist/modern/colors-bluetint.js +6 -0
  1263. package/vars/dist/modern/colors-indigo.d.ts +2 -0
  1264. package/vars/dist/modern/colors-indigo.js +6 -0
  1265. package/vars/dist/package.json +13 -0
  1266. package/vars/dist/send-stats.js +82 -0
  1267. package/vars/dist/shadows-indigo.css +38 -0
  1268. package/vars/dist/typography.css +486 -0
  1269. package/vars/package.json +1 -11
  1270. package/vars/send-stats.js +0 -0
  1271. package/with-suffix/Component.js +1 -1
  1272. package/with-suffix/esm/Component.js +1 -1
  1273. package/with-suffix/esm/index.css +9 -9
  1274. package/with-suffix/index.css +9 -9
  1275. package/with-suffix/modern/Component.js +1 -1
  1276. package/with-suffix/modern/index.css +9 -9
  1277. package/button/esm/utils.js +0 -1
  1278. package/button/modern/utils.js +0 -1
  1279. package/button/utils.d.ts +0 -1
  1280. package/button/utils.js +0 -1
  1281. package/grid/esm/gutters.module-b71f0e3c.js +0 -27
  1282. package/grid/gutters.module-f8139574.js +0 -28
  1283. package/grid/modern/gutters.module-6841e760.js +0 -4
  1284. package/intl-phone-input/esm/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
  1285. package/intl-phone-input/libphonenumber-js.min-f29b64fa.d.ts +0 -1
  1286. package/intl-phone-input/modern/libphonenumber-js.min-40e2a1a0.d.ts +0 -1
  1287. package/modal/esm/transitions.module-21583d93.js +0 -4
  1288. package/modal/modern/transitions.module-21583d93.js +0 -4
  1289. package/modal/transitions.module-251f2f09.js +0 -4
  1290. package/tabs/esm/index.module-2da578ed.js +0 -4
  1291. package/tabs/esm/index.module-d2866877.js +0 -4
  1292. package/tabs/index.module-0e12cf13.js +0 -4
  1293. package/tabs/index.module-53615523.js +0 -4
  1294. package/tabs/modern/index.module-2da578ed.js +0 -4
  1295. package/tabs/modern/index.module-d2866877.js +0 -4
  1296. package/typography/common.module-e210242c.js +0 -4
  1297. package/typography/esm/common.module-1a3281b8.js +0 -4
  1298. package/typography/modern/colors.module-096af96c.js +0 -4
  1299. package/typography/modern/common.module-1a3281b8.js +0 -4
@@ -48,7 +48,7 @@ function __rest(s, e) {
48
48
  return t;
49
49
  }
50
50
 
51
- var styles = {"component":"alert__component_vo9tf","buttons":"alert__buttons_vo9tf","title":"alert__title_vo9tf","content":"alert__content_vo9tf"};
51
+ var styles = {"component":"alert__component_yqi94","buttons":"alert__buttons_yqi94","title":"alert__title_yqi94","content":"alert__content_yqi94"};
52
52
  require('./index.css');
53
53
 
54
54
  var Alert = function (_a) {
@@ -41,7 +41,7 @@ function __rest(s, e) {
41
41
  return t;
42
42
  }
43
43
 
44
- var styles = {"component":"alert__component_vo9tf","buttons":"alert__buttons_vo9tf","title":"alert__title_vo9tf","content":"alert__content_vo9tf"};
44
+ var styles = {"component":"alert__component_yqi94","buttons":"alert__buttons_yqi94","title":"alert__title_yqi94","content":"alert__content_yqi94"};
45
45
  require('./index.css');
46
46
 
47
47
  var Alert = function (_a) {
@@ -14,7 +14,7 @@
14
14
  :root {
15
15
  --border-radius-xs: 2px;
16
16
  }
17
- .alert__component_vo9tf {
17
+ .alert__component_yqi94 {
18
18
  border-radius: var(--border-radius-xs) 0 0 var(--border-radius-xs);
19
19
  border-top: 0;
20
20
  border-right: 0;
@@ -25,14 +25,14 @@
25
25
  padding-right: var(--gap-s);
26
26
  min-height: 48px;
27
27
  }
28
- .alert__buttons_vo9tf {
28
+ .alert__buttons_yqi94 {
29
29
  margin-top: var(--gap-m);
30
30
  }
31
- .alert__title_vo9tf {
31
+ .alert__title_yqi94 {
32
32
  font-size: 16px;
33
33
  line-height: 24px;
34
34
  font-weight: 700;
35
35
  }
36
- .alert__content_vo9tf {
36
+ .alert__content_yqi94 {
37
37
  max-width: none;
38
38
  }
package/alert/index.css CHANGED
@@ -14,7 +14,7 @@
14
14
  :root {
15
15
  --border-radius-xs: 2px;
16
16
  }
17
- .alert__component_vo9tf {
17
+ .alert__component_yqi94 {
18
18
  border-radius: var(--border-radius-xs) 0 0 var(--border-radius-xs);
19
19
  border-top: 0;
20
20
  border-right: 0;
@@ -25,14 +25,14 @@
25
25
  padding-right: var(--gap-s);
26
26
  min-height: 48px;
27
27
  }
28
- .alert__buttons_vo9tf {
28
+ .alert__buttons_yqi94 {
29
29
  margin-top: var(--gap-m);
30
30
  }
31
- .alert__title_vo9tf {
31
+ .alert__title_yqi94 {
32
32
  font-size: 16px;
33
33
  line-height: 24px;
34
34
  font-weight: 700;
35
35
  }
36
- .alert__content_vo9tf {
36
+ .alert__content_yqi94 {
37
37
  max-width: none;
38
38
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Plate } from '../../plate/modern';
4
4
 
5
- var styles = {"component":"alert__component_vo9tf","buttons":"alert__buttons_vo9tf","title":"alert__title_vo9tf","content":"alert__content_vo9tf"};
5
+ var styles = {"component":"alert__component_yqi94","buttons":"alert__buttons_yqi94","title":"alert__title_yqi94","content":"alert__content_yqi94"};
6
6
  require('./index.css');
7
7
 
8
8
  const Alert = ({ className, title, ...restProps }) => (React.createElement(Plate, Object.assign({ className: cn(styles.component, className), buttonsClassName: styles.buttons, contentClassName: styles.content, title: title ? React.createElement("span", { className: styles.title }, title) : null }, restProps)));
@@ -14,7 +14,7 @@
14
14
  :root {
15
15
  --border-radius-xs: 2px;
16
16
  }
17
- .alert__component_vo9tf {
17
+ .alert__component_yqi94 {
18
18
  border-radius: var(--border-radius-xs) 0 0 var(--border-radius-xs);
19
19
  border-top: 0;
20
20
  border-right: 0;
@@ -25,14 +25,14 @@
25
25
  padding-right: var(--gap-s);
26
26
  min-height: 48px;
27
27
  }
28
- .alert__buttons_vo9tf {
28
+ .alert__buttons_yqi94 {
29
29
  margin-top: var(--gap-m);
30
30
  }
31
- .alert__title_vo9tf {
31
+ .alert__title_yqi94 {
32
32
  font-size: 16px;
33
33
  line-height: 24px;
34
34
  font-weight: 700;
35
35
  }
36
- .alert__content_vo9tf {
36
+ .alert__content_yqi94 {
37
37
  max-width: none;
38
38
  }
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
9
9
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
10
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
11
11
 
12
- var styles = {"component":"amount__component_86e8t","minorPartAndCurrency":"amount__minorPartAndCurrency_86e8t"};
12
+ var styles = {"component":"amount__component_g2c29","minorPartAndCurrency":"amount__minorPartAndCurrency_g2c29"};
13
13
  require('./index.css');
14
14
 
15
15
  /**
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { formatAmount, AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR, THINSP } from '@alfalab/utils';
4
4
 
5
- var styles = {"component":"amount__component_86e8t","minorPartAndCurrency":"amount__minorPartAndCurrency_86e8t"};
5
+ var styles = {"component":"amount__component_g2c29","minorPartAndCurrency":"amount__minorPartAndCurrency_g2c29"};
6
6
  require('./index.css');
7
7
 
8
8
  /**
@@ -11,11 +11,11 @@
11
11
  --amount-major-part-font-weight: bold;
12
12
  --amount-minor-part-font-weight: normal;
13
13
  }
14
- .amount__component_86e8t {
14
+ .amount__component_g2c29 {
15
15
  white-space: nowrap;
16
16
  font-weight: var(--amount-major-part-font-weight);
17
17
  }
18
- .amount__minorPartAndCurrency_86e8t {
18
+ .amount__minorPartAndCurrency_g2c29 {
19
19
  opacity: 0.6;
20
20
  font-weight: var(--amount-minor-part-font-weight);
21
21
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { formatAmount } from '@alfalab/utils';
4
4
 
5
- var styles = {"component":"amount__component_1o9db"};
5
+ var styles = {"component":"amount__component_11or6"};
6
6
  require('./index.css');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
1
  /* hash: wam2w */
2
- .amount__component_1o9db {
2
+ .amount__component_11or6 {
3
3
  white-space: nowrap;
4
4
  }
package/amount/index.css CHANGED
@@ -11,11 +11,11 @@
11
11
  --amount-major-part-font-weight: bold;
12
12
  --amount-minor-part-font-weight: normal;
13
13
  }
14
- .amount__component_86e8t {
14
+ .amount__component_g2c29 {
15
15
  white-space: nowrap;
16
16
  font-weight: var(--amount-major-part-font-weight);
17
17
  }
18
- .amount__minorPartAndCurrency_86e8t {
18
+ .amount__minorPartAndCurrency_g2c29 {
19
19
  opacity: 0.6;
20
20
  font-weight: var(--amount-minor-part-font-weight);
21
21
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { formatAmount, AMOUNT_MAJOR_MINOR_PARTS_SEPARATOR, THINSP } from '@alfalab/utils';
4
4
 
5
- var styles = {"component":"amount__component_86e8t","minorPartAndCurrency":"amount__minorPartAndCurrency_86e8t"};
5
+ var styles = {"component":"amount__component_g2c29","minorPartAndCurrency":"amount__minorPartAndCurrency_g2c29"};
6
6
  require('./index.css');
7
7
 
8
8
  /**
@@ -11,11 +11,11 @@
11
11
  --amount-major-part-font-weight: bold;
12
12
  --amount-minor-part-font-weight: normal;
13
13
  }
14
- .amount__component_86e8t {
14
+ .amount__component_g2c29 {
15
15
  white-space: nowrap;
16
16
  font-weight: var(--amount-major-part-font-weight);
17
17
  }
18
- .amount__minorPartAndCurrency_86e8t {
18
+ .amount__minorPartAndCurrency_g2c29 {
19
19
  opacity: 0.6;
20
20
  font-weight: var(--amount-minor-part-font-weight);
21
21
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { formatAmount } from '@alfalab/utils';
4
4
 
5
- var styles = {"component":"amount__component_1o9db"};
5
+ var styles = {"component":"amount__component_11or6"};
6
6
  require('./index.css');
7
7
 
8
8
  /**
@@ -1,4 +1,4 @@
1
1
  /* hash: wam2w */
2
- .amount__component_1o9db {
2
+ .amount__component_11or6 {
3
3
  white-space: nowrap;
4
4
  }
@@ -9,7 +9,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
9
9
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
10
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
11
11
 
12
- var styles = {"component":"amount__component_1o9db"};
12
+ var styles = {"component":"amount__component_11or6"};
13
13
  require('./index.css');
14
14
 
15
15
  /**
@@ -1,4 +1,4 @@
1
1
  /* hash: wam2w */
2
- .amount__component_1o9db {
2
+ .amount__component_11or6 {
3
3
  white-space: nowrap;
4
4
  }
@@ -51,13 +51,13 @@ function __rest(s, e) {
51
51
  return t;
52
52
  }
53
53
 
54
- var styles = {"container":"amount-input__container_1g6nz","bold":"amount-input__bold_1g6nz","input":"amount-input__input_1g6nz","suffixContainer":"amount-input__suffixContainer_1g6nz","filled":"amount-input__filled_1g6nz"};
54
+ var styles = {"container":"amount-input__container_1o8fy","bold":"amount-input__bold_1o8fy","input":"amount-input__input_1o8fy","suffixContainer":"amount-input__suffixContainer_1o8fy","filled":"amount-input__filled_1o8fy"};
55
55
  require('./index.css');
56
56
 
57
- var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1x1bh"};
57
+ var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1wqm5"};
58
58
  require('./default.css');
59
59
 
60
- var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_sjhku"};
60
+ var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_s8s7z"};
61
61
  require('./inverted.css');
62
62
 
63
63
  var colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 1aycz */
1
+ /* hash: l8xxp */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -13,6 +13,6 @@
13
13
  :root {
14
14
  --amount-input-minor-part-and-currency-color: var(--color-light-text-secondary);
15
15
  }
16
- .amount-input__minorPartAndCurrency_1x1bh {
16
+ .amount-input__minorPartAndCurrency_1wqm5 {
17
17
  color: var(--amount-input-minor-part-and-currency-color);
18
18
  }
@@ -44,13 +44,13 @@ function __rest(s, e) {
44
44
  return t;
45
45
  }
46
46
 
47
- var styles = {"container":"amount-input__container_1g6nz","bold":"amount-input__bold_1g6nz","input":"amount-input__input_1g6nz","suffixContainer":"amount-input__suffixContainer_1g6nz","filled":"amount-input__filled_1g6nz"};
47
+ var styles = {"container":"amount-input__container_1o8fy","bold":"amount-input__bold_1o8fy","input":"amount-input__input_1o8fy","suffixContainer":"amount-input__suffixContainer_1o8fy","filled":"amount-input__filled_1o8fy"};
48
48
  require('./index.css');
49
49
 
50
- var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1x1bh"};
50
+ var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1wqm5"};
51
51
  require('./default.css');
52
52
 
53
- var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_sjhku"};
53
+ var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_s8s7z"};
54
54
  require('./inverted.css');
55
55
 
56
56
  var colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 1aycz */
1
+ /* hash: l8xxp */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -13,6 +13,6 @@
13
13
  :root {
14
14
  --amount-input-minor-part-and-currency-color: var(--color-light-text-secondary);
15
15
  }
16
- .amount-input__minorPartAndCurrency_1x1bh {
16
+ .amount-input__minorPartAndCurrency_1wqm5 {
17
17
  color: var(--amount-input-minor-part-and-currency-color);
18
18
  }
@@ -1,4 +1,4 @@
1
- /* hash: m8w8i */
1
+ /* hash: 1o82m */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,18 +19,18 @@
19
19
  * Делаем скрытый текст где держим то же значение, добавляем символ валюты
20
20
  * Важно расположить этот текст ровно на месте инпута и чтобы он имел те же параметры что и текст в инпуте
21
21
  */
22
- .amount-input__container_1g6nz {
22
+ .amount-input__container_1o8fy {
23
23
  position: relative;
24
24
  }
25
- .amount-input__bold_1g6nz .amount-input__input_1g6nz,
26
- .amount-input__bold_1g6nz .amount-input__suffixContainer_1g6nz {
25
+ .amount-input__bold_1o8fy .amount-input__input_1o8fy,
26
+ .amount-input__bold_1o8fy .amount-input__suffixContainer_1o8fy {
27
27
  font-weight: bold;
28
28
  }
29
29
  /* суффикс = текст в поле. Скрываем спейсер, чтобы суффикс выглядел как введенное в поле значение */
30
- .amount-input__suffixContainer_1g6nz > *:first-child {
30
+ .amount-input__suffixContainer_1o8fy > *:first-child {
31
31
  display: none;
32
32
  }
33
- .amount-input__filled_1g6nz .amount-input__input_1g6nz,
34
- .amount-input__input_1g6nz:focus {
33
+ .amount-input__filled_1o8fy .amount-input__input_1o8fy,
34
+ .amount-input__input_1o8fy:focus {
35
35
  -webkit-text-fill-color: transparent;
36
36
  }
@@ -1,4 +1,4 @@
1
- /* hash: rhm8r */
1
+ /* hash: 1s76t */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,6 +12,6 @@
12
12
  --color-light-text-secondary-inverted
13
13
  );
14
14
  }
15
- .amount-input__minorPartAndCurrency_sjhku {
15
+ .amount-input__minorPartAndCurrency_s8s7z {
16
16
  color: var(--amount-input-inverted-minor-part-and-currency-color);
17
17
  }
@@ -1,4 +1,4 @@
1
- /* hash: m8w8i */
1
+ /* hash: 1o82m */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,18 +19,18 @@
19
19
  * Делаем скрытый текст где держим то же значение, добавляем символ валюты
20
20
  * Важно расположить этот текст ровно на месте инпута и чтобы он имел те же параметры что и текст в инпуте
21
21
  */
22
- .amount-input__container_1g6nz {
22
+ .amount-input__container_1o8fy {
23
23
  position: relative;
24
24
  }
25
- .amount-input__bold_1g6nz .amount-input__input_1g6nz,
26
- .amount-input__bold_1g6nz .amount-input__suffixContainer_1g6nz {
25
+ .amount-input__bold_1o8fy .amount-input__input_1o8fy,
26
+ .amount-input__bold_1o8fy .amount-input__suffixContainer_1o8fy {
27
27
  font-weight: bold;
28
28
  }
29
29
  /* суффикс = текст в поле. Скрываем спейсер, чтобы суффикс выглядел как введенное в поле значение */
30
- .amount-input__suffixContainer_1g6nz > *:first-child {
30
+ .amount-input__suffixContainer_1o8fy > *:first-child {
31
31
  display: none;
32
32
  }
33
- .amount-input__filled_1g6nz .amount-input__input_1g6nz,
34
- .amount-input__input_1g6nz:focus {
33
+ .amount-input__filled_1o8fy .amount-input__input_1o8fy,
34
+ .amount-input__input_1o8fy:focus {
35
35
  -webkit-text-fill-color: transparent;
36
36
  }
@@ -1,4 +1,4 @@
1
- /* hash: rhm8r */
1
+ /* hash: 1s76t */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,6 +12,6 @@
12
12
  --color-light-text-secondary-inverted
13
13
  );
14
14
  }
15
- .amount-input__minorPartAndCurrency_sjhku {
15
+ .amount-input__minorPartAndCurrency_s8s7z {
16
16
  color: var(--amount-input-inverted-minor-part-and-currency-color);
17
17
  }
@@ -5,13 +5,13 @@ import { Input } from '../../input/modern';
5
5
  import { withSuffix } from '../../with-suffix/modern';
6
6
  import { getAmountValueFromStr, getFormattedValue } from './utils/index.js';
7
7
 
8
- var styles = {"container":"amount-input__container_1g6nz","bold":"amount-input__bold_1g6nz","input":"amount-input__input_1g6nz","suffixContainer":"amount-input__suffixContainer_1g6nz","filled":"amount-input__filled_1g6nz"};
8
+ var styles = {"container":"amount-input__container_1o8fy","bold":"amount-input__bold_1o8fy","input":"amount-input__input_1o8fy","suffixContainer":"amount-input__suffixContainer_1o8fy","filled":"amount-input__filled_1o8fy"};
9
9
  require('./index.css');
10
10
 
11
- var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1x1bh"};
11
+ var defaultColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_1wqm5"};
12
12
  require('./default.css');
13
13
 
14
- var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_sjhku"};
14
+ var invertedColors = {"minorPartAndCurrency":"amount-input__minorPartAndCurrency_s8s7z"};
15
15
  require('./inverted.css');
16
16
 
17
17
  const colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 1aycz */
1
+ /* hash: l8xxp */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -13,6 +13,6 @@
13
13
  :root {
14
14
  --amount-input-minor-part-and-currency-color: var(--color-light-text-secondary);
15
15
  }
16
- .amount-input__minorPartAndCurrency_1x1bh {
16
+ .amount-input__minorPartAndCurrency_1wqm5 {
17
17
  color: var(--amount-input-minor-part-and-currency-color);
18
18
  }
@@ -1,4 +1,4 @@
1
- /* hash: m8w8i */
1
+ /* hash: 1o82m */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -19,18 +19,18 @@
19
19
  * Делаем скрытый текст где держим то же значение, добавляем символ валюты
20
20
  * Важно расположить этот текст ровно на месте инпута и чтобы он имел те же параметры что и текст в инпуте
21
21
  */
22
- .amount-input__container_1g6nz {
22
+ .amount-input__container_1o8fy {
23
23
  position: relative;
24
24
  }
25
- .amount-input__bold_1g6nz .amount-input__input_1g6nz,
26
- .amount-input__bold_1g6nz .amount-input__suffixContainer_1g6nz {
25
+ .amount-input__bold_1o8fy .amount-input__input_1o8fy,
26
+ .amount-input__bold_1o8fy .amount-input__suffixContainer_1o8fy {
27
27
  font-weight: bold;
28
28
  }
29
29
  /* суффикс = текст в поле. Скрываем спейсер, чтобы суффикс выглядел как введенное в поле значение */
30
- .amount-input__suffixContainer_1g6nz > *:first-child {
30
+ .amount-input__suffixContainer_1o8fy > *:first-child {
31
31
  display: none;
32
32
  }
33
- .amount-input__filled_1g6nz .amount-input__input_1g6nz,
34
- .amount-input__input_1g6nz:focus {
33
+ .amount-input__filled_1o8fy .amount-input__input_1o8fy,
34
+ .amount-input__input_1o8fy:focus {
35
35
  -webkit-text-fill-color: transparent;
36
36
  }
@@ -1,4 +1,4 @@
1
- /* hash: rhm8r */
1
+ /* hash: 1s76t */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,6 +12,6 @@
12
12
  --color-light-text-secondary-inverted
13
13
  );
14
14
  }
15
- .amount-input__minorPartAndCurrency_sjhku {
15
+ .amount-input__minorPartAndCurrency_s8s7z {
16
16
  color: var(--amount-input-inverted-minor-part-and-currency-color);
17
17
  }
@@ -64,7 +64,7 @@ function __spreadArrays() {
64
64
  return r;
65
65
  }
66
66
 
67
- var styles = {"component":"attach__component_1hadd","label":"attach__label_1hadd","control":"attach__control_1hadd","xs":"attach__xs_1hadd","file":"attach__file_1hadd","noFile":"attach__noFile_1hadd","s":"attach__s_1hadd","m":"attach__m_1hadd","l":"attach__l_1hadd","clear":"attach__clear_1hadd","progressBar":"attach__progressBar_1hadd","disabled":"attach__disabled_1hadd","icon":"attach__icon_1hadd","focused":"attach__focused_1hadd"};
67
+ var styles = {"component":"attach__component_iy8ov","label":"attach__label_iy8ov","control":"attach__control_iy8ov","xs":"attach__xs_iy8ov","file":"attach__file_iy8ov","noFile":"attach__noFile_iy8ov","s":"attach__s_iy8ov","m":"attach__m_iy8ov","l":"attach__l_iy8ov","clear":"attach__clear_iy8ov","progressBar":"attach__progressBar_iy8ov","disabled":"attach__disabled_iy8ov","icon":"attach__icon_iy8ov","focused":"attach__focused_iy8ov"};
68
68
  require('./index.css');
69
69
 
70
70
  var MULTIPLE_TEXTS = ['файл', 'файла', 'файлов'];
@@ -56,7 +56,7 @@ function __spreadArrays() {
56
56
  return r;
57
57
  }
58
58
 
59
- var styles = {"component":"attach__component_1hadd","label":"attach__label_1hadd","control":"attach__control_1hadd","xs":"attach__xs_1hadd","file":"attach__file_1hadd","noFile":"attach__noFile_1hadd","s":"attach__s_1hadd","m":"attach__m_1hadd","l":"attach__l_1hadd","clear":"attach__clear_1hadd","progressBar":"attach__progressBar_1hadd","disabled":"attach__disabled_1hadd","icon":"attach__icon_1hadd","focused":"attach__focused_1hadd"};
59
+ var styles = {"component":"attach__component_iy8ov","label":"attach__label_iy8ov","control":"attach__control_iy8ov","xs":"attach__xs_iy8ov","file":"attach__file_iy8ov","noFile":"attach__noFile_iy8ov","s":"attach__s_iy8ov","m":"attach__m_iy8ov","l":"attach__l_iy8ov","clear":"attach__clear_iy8ov","progressBar":"attach__progressBar_iy8ov","disabled":"attach__disabled_iy8ov","icon":"attach__icon_iy8ov","focused":"attach__focused_iy8ov"};
60
60
  require('./index.css');
61
61
 
62
62
  var MULTIPLE_TEXTS = ['файл', 'файла', 'файлов'];
@@ -1,4 +1,4 @@
1
- /* hash: 1j5t7 */
1
+ /* hash: hiu5k */
2
2
  :root {
3
3
  --color-light-border-link: #007aff;
4
4
  }
@@ -16,7 +16,7 @@
16
16
  :root {
17
17
  --focus-color: var(--color-light-border-link);
18
18
  }
19
- .attach__component_1hadd {
19
+ .attach__component_iy8ov {
20
20
  display: inline-flex;
21
21
  align-items: center;
22
22
  position: relative;
@@ -26,7 +26,7 @@
26
26
  box-sizing: border-box;
27
27
  }
28
28
  }
29
- .attach__label_1hadd {
29
+ .attach__label_iy8ov {
30
30
  position: absolute;
31
31
  top: 0;
32
32
  left: 0;
@@ -36,45 +36,45 @@
36
36
  width: 0;
37
37
  height: 0;
38
38
  }
39
- .attach__control_1hadd {
39
+ .attach__control_iy8ov {
40
40
  opacity: 0;
41
41
  cursor: inherit
42
42
  }
43
- .attach__control_1hadd::-webkit-file-upload-button {
43
+ .attach__control_iy8ov::-webkit-file-upload-button {
44
44
  cursor: inherit;
45
45
  }
46
46
  /* TODO обновить типографику на новую, когда ее зарелизят */
47
- .attach__xs_1hadd .attach__file_1hadd,
48
- .attach__xs_1hadd .attach__noFile_1hadd {
47
+ .attach__xs_iy8ov .attach__file_iy8ov,
48
+ .attach__xs_iy8ov .attach__noFile_iy8ov {
49
49
  font-size: 14px;
50
50
  line-height: 18px;
51
51
  font-weight: 400;
52
52
  }
53
- .attach__s_1hadd .attach__file_1hadd,
54
- .attach__s_1hadd .attach__noFile_1hadd {
53
+ .attach__s_iy8ov .attach__file_iy8ov,
54
+ .attach__s_iy8ov .attach__noFile_iy8ov {
55
55
  font-size: 16px;
56
56
  line-height: 20px;
57
57
  font-weight: 400;
58
58
  }
59
- .attach__m_1hadd .attach__file_1hadd,
60
- .attach__m_1hadd .attach__noFile_1hadd {
59
+ .attach__m_iy8ov .attach__file_iy8ov,
60
+ .attach__m_iy8ov .attach__noFile_iy8ov {
61
61
  font-size: 16px;
62
62
  line-height: 20px;
63
63
  font-weight: 400;
64
64
  }
65
- .attach__l_1hadd .attach__file_1hadd,
66
- .attach__l_1hadd .attach__noFile_1hadd {
65
+ .attach__l_iy8ov .attach__file_iy8ov,
66
+ .attach__l_iy8ov .attach__noFile_iy8ov {
67
67
  font-size: 18px;
68
68
  line-height: 22px;
69
69
  font-weight: 400;
70
70
  }
71
- .attach__file_1hadd,
72
- .attach__noFile_1hadd {
71
+ .attach__file_iy8ov,
72
+ .attach__noFile_iy8ov {
73
73
  display: inline-block;
74
74
  margin-left: 0.5em;
75
75
  text-align: center;
76
76
  }
77
- .attach__clear_1hadd {
77
+ .attach__clear_iy8ov {
78
78
  margin: 0 0 0 5px;
79
79
  padding: 0;
80
80
  cursor: pointer;
@@ -86,21 +86,21 @@
86
86
  background: none;
87
87
  border: none
88
88
  }
89
- .attach__clear_1hadd:before {
89
+ .attach__clear_iy8ov:before {
90
90
  content: '\D7';
91
91
  }
92
- .attach__progressBar_1hadd {
92
+ .attach__progressBar_iy8ov {
93
93
  margin-top: var(--gap-2xs);
94
94
  }
95
- .attach__disabled_1hadd .attach__noFile_1hadd,
96
- .attach__disabled_1hadd .attach__file_1hadd,
97
- .attach__disabled_1hadd .attach__icon_1hadd {
95
+ .attach__disabled_iy8ov .attach__noFile_iy8ov,
96
+ .attach__disabled_iy8ov .attach__file_iy8ov,
97
+ .attach__disabled_iy8ov .attach__icon_iy8ov {
98
98
  opacity: 0.3;
99
99
  }
100
- .attach__disabled_1hadd .attach__clear_1hadd {
100
+ .attach__disabled_iy8ov .attach__clear_iy8ov {
101
101
  display: none;
102
102
  }
103
- .attach__focused_1hadd {
103
+ .attach__focused_iy8ov {
104
104
  outline: 2px solid var(--focus-color);
105
105
  outline-offset: 2px;
106
106
  }