mimir-ui-kit 1.33.2 → 1.34.1-t

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1407) hide show
  1. package/dist/Input-BvgVl6YE.cjs +1 -0
  2. package/dist/ProgressBar-BXdFkqKe.cjs +1 -0
  3. package/dist/assets/Accordion.css +1 -1
  4. package/dist/assets/AccordionItem.css +1 -1
  5. package/dist/assets/Button.css +1 -1
  6. package/dist/assets/CheckboxMimir.css +1 -1
  7. package/dist/assets/Chip.css +1 -1
  8. package/dist/assets/Drawer.css +1 -1
  9. package/dist/assets/GosZnak.css +1 -1
  10. package/dist/assets/Input.css +1 -1
  11. package/dist/assets/InputPassword.css +1 -1
  12. package/dist/assets/InputRangeSlider.css +1 -1
  13. package/dist/assets/Link.css +1 -1
  14. package/dist/assets/ListFiles.css +1 -1
  15. package/dist/assets/ListPhotos.css +1 -1
  16. package/dist/assets/MergedButton.css +1 -1
  17. package/dist/assets/NotificationBadge.css +1 -1
  18. package/dist/assets/OtpInput.css +1 -1
  19. package/dist/assets/Pagination.css +1 -1
  20. package/dist/assets/ProgressBar.css +1 -1
  21. package/dist/assets/RadioGroup.css +1 -1
  22. package/dist/assets/SelectSearch.css +1 -1
  23. package/dist/assets/SkeletonText.css +1 -1
  24. package/dist/assets/Slider.css +1 -1
  25. package/dist/assets/Switcher.css +1 -1
  26. package/dist/assets/TabTrail.css +1 -1
  27. package/dist/assets/Tag.css +1 -1
  28. package/dist/assets/TextArea.css +1 -1
  29. package/dist/assets/Timer.css +1 -1
  30. package/dist/assets/TwinSwitcher.css +1 -1
  31. package/dist/assets/Uploader.css +1 -1
  32. package/dist/assets/UploaderPhotos.css +1 -1
  33. package/dist/assets/Vote.css +1 -1
  34. package/dist/assets/index.css +1 -1
  35. package/dist/assets/styles.css +1 -1
  36. package/dist/bugs-DZGwFW78.cjs +1 -0
  37. package/dist/components/Accordion/Accordion.js +1 -284
  38. package/dist/components/Accordion/AccordionItem/AccordionItem.js +1 -16
  39. package/dist/components/Accordion/AccordionItem/index.js +1 -4
  40. package/dist/components/Accordion/constants.js +1 -38
  41. package/dist/components/Accordion/index.js +1 -8
  42. package/dist/components/AnchorLink/Link.js +1 -63
  43. package/dist/components/AnchorLink/constants.js +1 -16
  44. package/dist/components/AnchorLink/index.js +1 -7
  45. package/dist/components/Avatar/Avatar.js +1 -62
  46. package/dist/components/Avatar/constants.js +1 -9
  47. package/dist/components/Avatar/index.js +1 -6
  48. package/dist/components/Button/Button.js +1 -107
  49. package/dist/components/Button/constants.js +1 -54
  50. package/dist/components/Button/index.js +1 -11
  51. package/dist/components/CheckboxMimir/CheckboxMimir.js +1 -71
  52. package/dist/components/CheckboxMimir/index.js +1 -4
  53. package/dist/components/Chip/Chip.js +1 -56
  54. package/dist/components/Chip/constants.js +1 -19
  55. package/dist/components/Chip/index.js +1 -7
  56. package/dist/components/DatePicker/DatePicker.js +1 -195
  57. package/dist/components/DatePicker/DatePickerModal.js +1 -203
  58. package/dist/components/DatePicker/MonthPickerModal.js +1 -131
  59. package/dist/components/DatePicker/YearPickerModal.js +1 -120
  60. package/dist/components/DatePicker/constants.js +1 -33
  61. package/dist/components/DatePicker/index.js +1 -4
  62. package/dist/components/DatePicker/utils.js +1 -16
  63. package/dist/components/Drawer/Drawer.js +1 -188
  64. package/dist/components/Drawer/constants.js +1 -10
  65. package/dist/components/Drawer/index.js +1 -6
  66. package/dist/components/GosZnak/GosZnak.js +1 -76
  67. package/dist/components/GosZnak/constants.js +1 -17
  68. package/dist/components/GosZnak/index.js +1 -7
  69. package/dist/components/Image/Image.js +1 -76
  70. package/dist/components/Image/index.js +1 -4
  71. package/dist/components/Input/Input.d.ts +5 -1
  72. package/dist/components/Input/Input.js +1 -11
  73. package/dist/components/Input/constants.d.ts +5 -3
  74. package/dist/components/Input/constants.js +1 -18
  75. package/dist/components/Input/index.d.ts +2 -2
  76. package/dist/components/Input/index.js +1 -7
  77. package/dist/components/Input/types.d.ts +2 -6
  78. package/dist/components/InputPassword/InputPassword.js +1 -63
  79. package/dist/components/InputPassword/index.js +1 -4
  80. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +1 -38
  81. package/dist/components/InputPhoneNumber/index.js +1 -7
  82. package/dist/components/InputPhoneNumber/utils.js +1 -26
  83. package/dist/components/InputRangeSlider/InputRangeSlider.js +1 -219
  84. package/dist/components/InputRangeSlider/constants.js +1 -18
  85. package/dist/components/InputRangeSlider/index.js +1 -7
  86. package/dist/components/ListFiles/ListFiles.js +1 -47
  87. package/dist/components/ListFiles/constants.js +1 -33
  88. package/dist/components/ListFiles/index.js +1 -4
  89. package/dist/components/ListPhotos/ListPhotos.js +1 -37
  90. package/dist/components/ListPhotos/constants.js +1 -21
  91. package/dist/components/ListPhotos/index.js +1 -4
  92. package/dist/components/Loader/Loader.js +1 -18
  93. package/dist/components/Loader/index.js +1 -4
  94. package/dist/components/MergedButton/MergedButton.js +1 -53
  95. package/dist/components/MergedButton/constants.js +1 -9
  96. package/dist/components/MergedButton/index.js +1 -6
  97. package/dist/components/NotificationBadge/NotificationBadge.js +1 -38
  98. package/dist/components/NotificationBadge/constants.js +1 -8
  99. package/dist/components/NotificationBadge/index.js +1 -6
  100. package/dist/components/OtpInput/OtpInput.js +1 -70
  101. package/dist/components/OtpInput/constants.js +1 -8
  102. package/dist/components/OtpInput/hooks.js +1 -139
  103. package/dist/components/OtpInput/index.js +1 -4
  104. package/dist/components/Pagination/Pagination.d.ts +1 -3
  105. package/dist/components/Pagination/Pagination.js +1 -220
  106. package/dist/components/Pagination/constants.js +1 -6
  107. package/dist/components/Pagination/index.js +1 -4
  108. package/dist/components/Portal/Portal.js +1 -10
  109. package/dist/components/Portal/index.js +1 -4
  110. package/dist/components/RadioGroup/RadioGroup.js +1 -191
  111. package/dist/components/RadioGroup/index.js +1 -4
  112. package/dist/components/SelectSearch/SelectSearch.js +2 -3972
  113. package/dist/components/SelectSearch/constants.js +1 -8
  114. package/dist/components/SelectSearch/index.js +1 -6
  115. package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +1 -34
  116. package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +1 -31
  117. package/dist/components/Skeleton/SkeletonText/SkeletonText.js +1 -49
  118. package/dist/components/Skeleton/constants.js +1 -9
  119. package/dist/components/Skeleton/index.js +1 -10
  120. package/dist/components/Slider/Slider.d.ts +1 -4
  121. package/dist/components/Slider/Slider.js +1 -421
  122. package/dist/components/Slider/index.d.ts +1 -1
  123. package/dist/components/Slider/index.js +1 -4
  124. package/dist/components/Steps/Steps.js +1 -168
  125. package/dist/components/Steps/constants.js +1 -93
  126. package/dist/components/Steps/index.js +1 -7
  127. package/dist/components/Switcher/Switcher.js +1 -118
  128. package/dist/components/Switcher/constants.js +1 -8
  129. package/dist/components/Switcher/index.js +1 -6
  130. package/dist/components/TabTrail/TabButtons/TabButtons.js +1 -29
  131. package/dist/components/TabTrail/TabButtons/constants.js +1 -14
  132. package/dist/components/TabTrail/TabButtons/index.js +1 -4
  133. package/dist/components/TabTrail/TabTrail.js +1 -299
  134. package/dist/components/TabTrail/constants.js +1 -8
  135. package/dist/components/TabTrail/index.js +1 -6
  136. package/dist/components/Tag/Tag.js +1 -54
  137. package/dist/components/Tag/constants.js +1 -15
  138. package/dist/components/Tag/index.js +1 -7
  139. package/dist/components/TextArea/TextArea.js +1 -229
  140. package/dist/components/TextArea/hooks.js +1 -17
  141. package/dist/components/TextArea/index.js +1 -4
  142. package/dist/components/Timer/Timer.js +1 -27
  143. package/dist/components/Timer/index.js +1 -4
  144. package/dist/components/Toasts/ProgressBar.js +1 -8
  145. package/dist/components/Toasts/Toast.js +1 -73
  146. package/dist/components/Toasts/ToastList.js +1 -50
  147. package/dist/components/Toasts/ToastsProvider.js +1 -46
  148. package/dist/components/Toasts/constants.js +1 -49
  149. package/dist/components/Toasts/hooks.js +1 -16
  150. package/dist/components/Toasts/index.js +1 -9
  151. package/dist/components/Toasts/store.js +1 -50
  152. package/dist/components/TwinSwitcher/TwinSwitcher.js +1 -65
  153. package/dist/components/TwinSwitcher/index.js +1 -4
  154. package/dist/components/UniversalUploader/UniversalUploader.js +1 -106
  155. package/dist/components/UniversalUploader/constants.js +1 -18
  156. package/dist/components/UniversalUploader/index.js +1 -6
  157. package/dist/components/Uploader/Uploader.js +1 -124
  158. package/dist/components/Uploader/constants.js +1 -40
  159. package/dist/components/Uploader/index.js +1 -6
  160. package/dist/components/UploaderFiles/UploaderFiles.js +1 -68
  161. package/dist/components/UploaderFiles/index.js +1 -4
  162. package/dist/components/UploaderPhotos/UploaderPhotos.js +1 -71
  163. package/dist/components/UploaderPhotos/index.js +1 -4
  164. package/dist/components/Vote/Vote.js +1 -119
  165. package/dist/components/Vote/constants.js +1 -15
  166. package/dist/components/Vote/index.js +1 -6
  167. package/dist/components/index.d.ts +2 -2
  168. package/dist/components/index.js +1 -136
  169. package/dist/field-CKsOVzLu.cjs +1 -0
  170. package/dist/focus-management-Csjh_HIo.cjs +1 -0
  171. package/dist/hidden-D9zgqFYI.cjs +1 -0
  172. package/dist/hooks/index.js +1 -19
  173. package/dist/hooks/useClickOutside/index.js +1 -4
  174. package/dist/hooks/useClickOutside/useClickOutside.js +1 -25
  175. package/dist/hooks/useCopyToClipboard/index.js +1 -4
  176. package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +1 -23
  177. package/dist/hooks/useInterval/index.js +1 -4
  178. package/dist/hooks/useInterval/useInterval.js +1 -17
  179. package/dist/hooks/useLockBodyScroll/index.js +1 -4
  180. package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +1 -20
  181. package/dist/hooks/useMediaQuery/constants.js +1 -26
  182. package/dist/hooks/useMediaQuery/index.js +1 -7
  183. package/dist/hooks/useMediaQuery/useMediaQuery.js +1 -19
  184. package/dist/hooks/useMergeRefs/index.js +1 -4
  185. package/dist/hooks/useMergeRefs/useMergeRefs.js +1 -28
  186. package/dist/hooks/useResizeObserver/getElement.js +1 -18
  187. package/dist/hooks/useResizeObserver/index.js +1 -4
  188. package/dist/hooks/useResizeObserver/useResizeObserver.js +1 -49
  189. package/dist/hooks/useTimer/index.js +1 -90
  190. package/dist/hooks/useTimer/useTimer.js +1 -87
  191. package/dist/hooks/useTimer/utils.js +1 -88
  192. package/dist/hooks/useWindowSize/index.js +1 -26
  193. package/dist/icons/Icon.js +1 -13
  194. package/dist/icons/components/12px/Close12px.js +1 -18
  195. package/dist/icons/components/12px/MessageRead12px.js +1 -37
  196. package/dist/icons/components/16px/Accept16px.js +1 -27
  197. package/dist/icons/components/16px/Acts16px.js +1 -40
  198. package/dist/icons/components/16px/Acts16pxF.js +1 -35
  199. package/dist/icons/components/16px/AdditionalServicess16px.js +1 -33
  200. package/dist/icons/components/16px/AdditionalServicess16pxF.js +1 -22
  201. package/dist/icons/components/16px/Agents16px.js +1 -24
  202. package/dist/icons/components/16px/Agents16pxF.js +1 -22
  203. package/dist/icons/components/16px/Alarm16px.js +1 -25
  204. package/dist/icons/components/16px/ArrowDown16px.js +1 -24
  205. package/dist/icons/components/16px/ArrowLeft16px.js +1 -24
  206. package/dist/icons/components/16px/ArrowRight16px.js +1 -24
  207. package/dist/icons/components/16px/ArrowUp16px.js +1 -24
  208. package/dist/icons/components/16px/ArrowUpright16px.js +1 -24
  209. package/dist/icons/components/16px/AttachFile16px.js +1 -24
  210. package/dist/icons/components/16px/Bell16px.js +1 -44
  211. package/dist/icons/components/16px/Bell16pxF.js +1 -34
  212. package/dist/icons/components/16px/Calculator16px.js +1 -24
  213. package/dist/icons/components/16px/CalculatorLkk16px.js +1 -35
  214. package/dist/icons/components/16px/CalculatorLkk16pxF.js +1 -24
  215. package/dist/icons/components/16px/Calendar16px.js +1 -24
  216. package/dist/icons/components/16px/Camera16px.js +1 -36
  217. package/dist/icons/components/16px/Car16px.js +1 -35
  218. package/dist/icons/components/16px/Car16pxF.js +1 -24
  219. package/dist/icons/components/16px/Catalog16px.js +1 -24
  220. package/dist/icons/components/16px/Certs16px.js +1 -33
  221. package/dist/icons/components/16px/Certs16pxF.js +1 -33
  222. package/dist/icons/components/16px/Change16px.js +1 -22
  223. package/dist/icons/components/16px/Chat16px.js +1 -33
  224. package/dist/icons/components/16px/Chat16pxF.js +1 -24
  225. package/dist/icons/components/16px/Chatbot16px.js +1 -264
  226. package/dist/icons/components/16px/Close16px.js +1 -24
  227. package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +1 -22
  228. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +1 -22
  229. package/dist/icons/components/16px/Coin16px.js +1 -35
  230. package/dist/icons/components/16px/Coin16pxF.js +1 -42
  231. package/dist/icons/components/16px/Contracts16px.js +1 -35
  232. package/dist/icons/components/16px/Contracts16pxF.js +1 -33
  233. package/dist/icons/components/16px/CopyClipboard16px.js +1 -27
  234. package/dist/icons/components/16px/Done16px.js +1 -24
  235. package/dist/icons/components/16px/Download16px.js +1 -31
  236. package/dist/icons/components/16px/DragHandle16px.js +1 -22
  237. package/dist/icons/components/16px/DragHandleHorizontal16px.js +1 -22
  238. package/dist/icons/components/16px/DragHandleVertical16px.js +1 -22
  239. package/dist/icons/components/16px/DropdownArrowBottom16px.js +1 -24
  240. package/dist/icons/components/16px/DropdownArrowLeft16px.js +1 -24
  241. package/dist/icons/components/16px/DropdownArrowRight16px.js +1 -24
  242. package/dist/icons/components/16px/DropdownArrowUp16px.js +1 -24
  243. package/dist/icons/components/16px/Dzen16px.js +1 -22
  244. package/dist/icons/components/16px/Euro16px.js +1 -25
  245. package/dist/icons/components/16px/Eye16px.js +1 -35
  246. package/dist/icons/components/16px/Failure16px.js +1 -27
  247. package/dist/icons/components/16px/Favorite16px.js +1 -24
  248. package/dist/icons/components/16px/Favorite16pxF.js +1 -22
  249. package/dist/icons/components/16px/Filter16px.js +1 -24
  250. package/dist/icons/components/16px/Flag16pxF.js +1 -16
  251. package/dist/icons/components/16px/Folder16px.js +1 -24
  252. package/dist/icons/components/16px/Fullscreen16px.js +1 -24
  253. package/dist/icons/components/16px/Galery16px.js +1 -27
  254. package/dist/icons/components/16px/Gear16px.js +1 -35
  255. package/dist/icons/components/16px/Gift16px.js +1 -33
  256. package/dist/icons/components/16px/Hint16px.js +1 -25
  257. package/dist/icons/components/16px/Home16px.js +1 -33
  258. package/dist/icons/components/16px/Home16pxF.js +1 -24
  259. package/dist/icons/components/16px/Hot16pxF.js +1 -22
  260. package/dist/icons/components/16px/Kebab16px.js +1 -16
  261. package/dist/icons/components/16px/List16px.js +1 -22
  262. package/dist/icons/components/16px/Location16px.js +1 -35
  263. package/dist/icons/components/16px/Map16px.js +1 -24
  264. package/dist/icons/components/16px/Menu16px.js +1 -22
  265. package/dist/icons/components/16px/MenuMobile16px.js +1 -24
  266. package/dist/icons/components/16px/Minus16px.js +1 -16
  267. package/dist/icons/components/16px/Navigation16px.js +1 -24
  268. package/dist/icons/components/16px/News16px.js +1 -33
  269. package/dist/icons/components/16px/News16pxF.js +1 -24
  270. package/dist/icons/components/16px/Number16px.js +1 -33
  271. package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +1 -22
  272. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +1 -22
  273. package/dist/icons/components/16px/Orders16px.js +1 -33
  274. package/dist/icons/components/16px/Orders16pxF.js +1 -27
  275. package/dist/icons/components/16px/Pause16px.js +1 -16
  276. package/dist/icons/components/16px/Pen16px.js +1 -35
  277. package/dist/icons/components/16px/Pen16pxF.js +1 -24
  278. package/dist/icons/components/16px/Phone16px.js +1 -24
  279. package/dist/icons/components/16px/Play16pxF.js +1 -22
  280. package/dist/icons/components/16px/Plus16px.js +1 -24
  281. package/dist/icons/components/16px/Pound16px.js +1 -25
  282. package/dist/icons/components/16px/PriceDown16px.js +1 -35
  283. package/dist/icons/components/16px/PriceUp16px.js +1 -35
  284. package/dist/icons/components/16px/Question16px.js +1 -24
  285. package/dist/icons/components/16px/Question16pxF.js +1 -24
  286. package/dist/icons/components/16px/Rutube16px.js +1 -22
  287. package/dist/icons/components/16px/Scan16px.js +1 -22
  288. package/dist/icons/components/16px/Search16px.js +1 -24
  289. package/dist/icons/components/16px/Share16pxF.js +1 -22
  290. package/dist/icons/components/16px/ShopingCard16px.js +1 -24
  291. package/dist/icons/components/16px/Sort16px.js +1 -24
  292. package/dist/icons/components/16px/Star16px.js +1 -24
  293. package/dist/icons/components/16px/Star16pxF.js +1 -22
  294. package/dist/icons/components/16px/StarHalf16pxF.js +1 -24
  295. package/dist/icons/components/16px/Telegram16pxF.js +1 -22
  296. package/dist/icons/components/16px/TelegramPlane16pxF.js +1 -22
  297. package/dist/icons/components/16px/Timer16px.js +1 -40
  298. package/dist/icons/components/16px/Trash16px.js +1 -24
  299. package/dist/icons/components/16px/TwinArrowLeft16px.js +1 -22
  300. package/dist/icons/components/16px/TwinArrowRight16px.js +1 -22
  301. package/dist/icons/components/16px/USDollar16px.js +1 -25
  302. package/dist/icons/components/16px/Umbrella16px.js +1 -24
  303. package/dist/icons/components/16px/Umbrella16pxF.js +1 -22
  304. package/dist/icons/components/16px/UnionIcon16px.js +1 -24
  305. package/dist/icons/components/16px/User16px.js +1 -33
  306. package/dist/icons/components/16px/User16pxF.js +1 -22
  307. package/dist/icons/components/16px/Users16px.js +1 -33
  308. package/dist/icons/components/16px/Users16pxF.js +1 -22
  309. package/dist/icons/components/16px/VK16pxF.js +1 -24
  310. package/dist/icons/components/16px/Waiting16px.js +1 -24
  311. package/dist/icons/components/16px/Whatsapp16px.js +1 -33
  312. package/dist/icons/components/16px/WriteUs16px.js +1 -27
  313. package/dist/icons/components/16px/Youtube16pxF.js +1 -22
  314. package/dist/icons/components/16px/Yuan16px.js +1 -25
  315. package/dist/icons/components/24px/Accept24px.js +1 -29
  316. package/dist/icons/components/24px/Acts24px.js +1 -41
  317. package/dist/icons/components/24px/Acts24pxF.js +1 -34
  318. package/dist/icons/components/24px/AdditionalServicess24px.js +1 -34
  319. package/dist/icons/components/24px/AdditionalServicess24pxF.js +1 -23
  320. package/dist/icons/components/24px/Agents24px.js +1 -25
  321. package/dist/icons/components/24px/Agents24pxF.js +1 -32
  322. package/dist/icons/components/24px/Alarm24px.js +1 -26
  323. package/dist/icons/components/24px/ArrowDown24px.js +1 -25
  324. package/dist/icons/components/24px/ArrowLeft24px.js +1 -25
  325. package/dist/icons/components/24px/ArrowRight24px.js +1 -25
  326. package/dist/icons/components/24px/ArrowUp24px.js +1 -25
  327. package/dist/icons/components/24px/ArrowUpright24px.js +1 -25
  328. package/dist/icons/components/24px/AttachFile24px.js +1 -25
  329. package/dist/icons/components/24px/Bell24px.js +1 -45
  330. package/dist/icons/components/24px/Bell24pxF.js +1 -28
  331. package/dist/icons/components/24px/Calculator24px.js +1 -25
  332. package/dist/icons/components/24px/CalculatorLkk24px.js +1 -34
  333. package/dist/icons/components/24px/CalculatorLkk24pxF.js +1 -25
  334. package/dist/icons/components/24px/Calendar24px.js +1 -25
  335. package/dist/icons/components/24px/Camera24px.js +1 -25
  336. package/dist/icons/components/24px/Car24px.js +1 -36
  337. package/dist/icons/components/24px/Car24pxF.js +1 -34
  338. package/dist/icons/components/24px/Catalog24px.js +1 -25
  339. package/dist/icons/components/24px/Certs24px.js +1 -34
  340. package/dist/icons/components/24px/Certs24pxF.js +1 -34
  341. package/dist/icons/components/24px/Change24px.js +1 -25
  342. package/dist/icons/components/24px/Chat24px.js +1 -30
  343. package/dist/icons/components/24px/Chat24pxF.js +1 -25
  344. package/dist/icons/components/24px/Chatbot24px.js +1 -265
  345. package/dist/icons/components/24px/Close24px.js +1 -25
  346. package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +1 -25
  347. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +1 -23
  348. package/dist/icons/components/24px/Coin24px.js +1 -26
  349. package/dist/icons/components/24px/Coin24pxF.js +1 -43
  350. package/dist/icons/components/24px/Contracts24px.js +1 -36
  351. package/dist/icons/components/24px/Contracts24pxF.js +1 -34
  352. package/dist/icons/components/24px/CopyClipboard24px.js +1 -28
  353. package/dist/icons/components/24px/Done24px.js +1 -25
  354. package/dist/icons/components/24px/Download24px.js +1 -32
  355. package/dist/icons/components/24px/DragHandle24px.js +1 -23
  356. package/dist/icons/components/24px/DragHandleHorizontal24px.js +1 -23
  357. package/dist/icons/components/24px/DragHandleVertical24px.js +1 -23
  358. package/dist/icons/components/24px/DropdownArrowDown24px.js +1 -25
  359. package/dist/icons/components/24px/DropdownArrowLeft24px.js +1 -25
  360. package/dist/icons/components/24px/DropdownArrowRight24px.js +1 -25
  361. package/dist/icons/components/24px/DropdownArrowUp24px.js +1 -25
  362. package/dist/icons/components/24px/Dzen24px.js +1 -23
  363. package/dist/icons/components/24px/Euro24px.js +1 -26
  364. package/dist/icons/components/24px/Eye24px.js +1 -36
  365. package/dist/icons/components/24px/Failure24px.js +1 -28
  366. package/dist/icons/components/24px/Favorite24px.js +1 -25
  367. package/dist/icons/components/24px/Favorite24pxF.js +1 -23
  368. package/dist/icons/components/24px/Filter24px.js +1 -23
  369. package/dist/icons/components/24px/Flag24pxF.js +1 -17
  370. package/dist/icons/components/24px/Folder24px.js +1 -25
  371. package/dist/icons/components/24px/Fullscreen24px.js +1 -25
  372. package/dist/icons/components/24px/Galery24px.js +1 -28
  373. package/dist/icons/components/24px/Gear24px.js +1 -36
  374. package/dist/icons/components/24px/Gift24px.js +1 -25
  375. package/dist/icons/components/24px/Hint24px.js +1 -28
  376. package/dist/icons/components/24px/Home24px.js +1 -36
  377. package/dist/icons/components/24px/Home24pxF.js +1 -25
  378. package/dist/icons/components/24px/Hot24pxF.js +1 -23
  379. package/dist/icons/components/24px/Improvements24px.js +1 -43
  380. package/dist/icons/components/24px/Improvements24pxF.js +1 -37
  381. package/dist/icons/components/24px/Kebab24px.js +1 -23
  382. package/dist/icons/components/24px/List24px.js +1 -23
  383. package/dist/icons/components/24px/Location24px.js +1 -36
  384. package/dist/icons/components/24px/Map24px.js +1 -25
  385. package/dist/icons/components/24px/Menu24px.js +1 -23
  386. package/dist/icons/components/24px/MenuMobile24px.js +1 -25
  387. package/dist/icons/components/24px/Minus24px.js +1 -25
  388. package/dist/icons/components/24px/Navigation24px.js +1 -25
  389. package/dist/icons/components/24px/News24px.js +1 -34
  390. package/dist/icons/components/24px/News24pxF.js +1 -25
  391. package/dist/icons/components/24px/Number24px.js +1 -34
  392. package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +1 -23
  393. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +1 -25
  394. package/dist/icons/components/24px/Orders24px.js +1 -34
  395. package/dist/icons/components/24px/Orders24pxF.js +1 -28
  396. package/dist/icons/components/24px/Pause24px.js +1 -17
  397. package/dist/icons/components/24px/Pen24px.js +1 -36
  398. package/dist/icons/components/24px/Pen24pxF.js +1 -25
  399. package/dist/icons/components/24px/Phone24px.js +1 -25
  400. package/dist/icons/components/24px/Play24px.js +1 -23
  401. package/dist/icons/components/24px/Plus24px.js +1 -25
  402. package/dist/icons/components/24px/Pound24px.js +1 -26
  403. package/dist/icons/components/24px/PriceDown24px.js +1 -34
  404. package/dist/icons/components/24px/PriceUp24px.js +1 -34
  405. package/dist/icons/components/24px/Question24px.js +1 -34
  406. package/dist/icons/components/24px/Question24pxF.js +1 -25
  407. package/dist/icons/components/24px/Rutube24px.js +1 -23
  408. package/dist/icons/components/24px/Scan24px.js +1 -23
  409. package/dist/icons/components/24px/Search24px.js +1 -25
  410. package/dist/icons/components/24px/Share24pxF.js +1 -23
  411. package/dist/icons/components/24px/ShopingCard24px.js +1 -25
  412. package/dist/icons/components/24px/Sort24px.js +1 -23
  413. package/dist/icons/components/24px/Star24px.js +1 -25
  414. package/dist/icons/components/24px/Star24pxF.js +1 -23
  415. package/dist/icons/components/24px/StarHalf24pxF.js +1 -25
  416. package/dist/icons/components/24px/Telegram24pxF.js +1 -23
  417. package/dist/icons/components/24px/TelegramPlane24pxF.js +1 -23
  418. package/dist/icons/components/24px/Timer24px.js +1 -41
  419. package/dist/icons/components/24px/Trash24px.js +1 -45
  420. package/dist/icons/components/24px/TwinArrowLeft24px.js +1 -23
  421. package/dist/icons/components/24px/TwinArrowRight24px.js +1 -25
  422. package/dist/icons/components/24px/USDollar24px.js +1 -26
  423. package/dist/icons/components/24px/Umbrella24px.js +1 -25
  424. package/dist/icons/components/24px/Umbrella24pxF.js +1 -23
  425. package/dist/icons/components/24px/UnionIcon24px.js +1 -25
  426. package/dist/icons/components/24px/User24px.js +1 -34
  427. package/dist/icons/components/24px/User24pxF.js +1 -23
  428. package/dist/icons/components/24px/Users24px.js +1 -25
  429. package/dist/icons/components/24px/Users24pxF.js +1 -32
  430. package/dist/icons/components/24px/VK24pxF.js +1 -25
  431. package/dist/icons/components/24px/Waiting24px.js +1 -25
  432. package/dist/icons/components/24px/Whatsapp24px.js +1 -34
  433. package/dist/icons/components/24px/WriteUs24px.js +1 -28
  434. package/dist/icons/components/24px/Youtube24pxF.js +1 -23
  435. package/dist/icons/components/24px/Yuan24px.js +1 -26
  436. package/dist/icons/components/32px/Accept32px.js +1 -28
  437. package/dist/icons/components/32px/Acts32px.js +1 -41
  438. package/dist/icons/components/32px/AdditionalServicess32px.js +1 -25
  439. package/dist/icons/components/32px/AdditionalServicess32pxF.js +1 -23
  440. package/dist/icons/components/32px/Agents32px.js +1 -37
  441. package/dist/icons/components/32px/Alarm32px.js +1 -26
  442. package/dist/icons/components/32px/ArrowDown32px.js +1 -25
  443. package/dist/icons/components/32px/ArrowLeft32px.js +1 -25
  444. package/dist/icons/components/32px/ArrowRight32px.js +1 -25
  445. package/dist/icons/components/32px/ArrowUp32px.js +1 -25
  446. package/dist/icons/components/32px/ArrowUpright32px.js +1 -25
  447. package/dist/icons/components/32px/AttachFile32px.js +1 -25
  448. package/dist/icons/components/32px/Bell32px.js +1 -45
  449. package/dist/icons/components/32px/Bell32pxF.js +1 -28
  450. package/dist/icons/components/32px/Calculator32px.js +1 -25
  451. package/dist/icons/components/32px/CalculatorLkk32px.js +1 -34
  452. package/dist/icons/components/32px/CalculatorLkk32pxF.js +1 -25
  453. package/dist/icons/components/32px/Calendar32px.js +1 -25
  454. package/dist/icons/components/32px/Camera32px.js +1 -37
  455. package/dist/icons/components/32px/Car32px.js +1 -36
  456. package/dist/icons/components/32px/Car32pxF.js +1 -28
  457. package/dist/icons/components/32px/Catalog32px.js +1 -25
  458. package/dist/icons/components/32px/Certs32px.js +1 -34
  459. package/dist/icons/components/32px/Certs32pxF.js +1 -34
  460. package/dist/icons/components/32px/Change32px.js +1 -25
  461. package/dist/icons/components/32px/Chat32px.js +1 -34
  462. package/dist/icons/components/32px/Chat32pxF.js +1 -25
  463. package/dist/icons/components/32px/Chatbot32px.js +1 -265
  464. package/dist/icons/components/32px/Close32px.js +1 -25
  465. package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +1 -23
  466. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +1 -23
  467. package/dist/icons/components/32px/Coin32px.js +1 -36
  468. package/dist/icons/components/32px/Coin32pxF.js +1 -34
  469. package/dist/icons/components/32px/Contracts32px.js +1 -36
  470. package/dist/icons/components/32px/Contracts32pxF.js +1 -34
  471. package/dist/icons/components/32px/CopyClipboard32px.js +1 -34
  472. package/dist/icons/components/32px/Done32px.js +1 -25
  473. package/dist/icons/components/32px/Download32px.js +1 -32
  474. package/dist/icons/components/32px/DragHandle32px.js +1 -23
  475. package/dist/icons/components/32px/DragHandleHorizontal32px.js +1 -23
  476. package/dist/icons/components/32px/DragHandleVertical32px.js +1 -23
  477. package/dist/icons/components/32px/DropdownArrowDown32px.js +1 -25
  478. package/dist/icons/components/32px/DropdownArrowLeft32px.js +1 -25
  479. package/dist/icons/components/32px/DropdownArrowRight32px.js +1 -25
  480. package/dist/icons/components/32px/DropdownArrowUp32px.js +1 -17
  481. package/dist/icons/components/32px/Dzen32px.js +1 -23
  482. package/dist/icons/components/32px/Euro32px.js +1 -26
  483. package/dist/icons/components/32px/Eye32px.js +1 -36
  484. package/dist/icons/components/32px/Failure32px.js +1 -28
  485. package/dist/icons/components/32px/Favorite32px.js +1 -25
  486. package/dist/icons/components/32px/Favorite32pxF.js +1 -23
  487. package/dist/icons/components/32px/Filter32px.js +1 -23
  488. package/dist/icons/components/32px/Flag32pxF.js +1 -17
  489. package/dist/icons/components/32px/Folder32px.js +1 -25
  490. package/dist/icons/components/32px/Fullscreen32px.js +1 -25
  491. package/dist/icons/components/32px/Galery32px.js +1 -28
  492. package/dist/icons/components/32px/Gear32px.js +1 -36
  493. package/dist/icons/components/32px/Gift32px.js +1 -25
  494. package/dist/icons/components/32px/Hint32px.js +1 -28
  495. package/dist/icons/components/32px/Home32px.js +1 -28
  496. package/dist/icons/components/32px/Home32pxF.js +1 -25
  497. package/dist/icons/components/32px/Hot32pxF.js +1 -23
  498. package/dist/icons/components/32px/Kebab32px.js +1 -17
  499. package/dist/icons/components/32px/List32px.js +1 -23
  500. package/dist/icons/components/32px/Location32px.js +1 -36
  501. package/dist/icons/components/32px/Map32px.js +1 -25
  502. package/dist/icons/components/32px/Menu32px.js +1 -23
  503. package/dist/icons/components/32px/MenuMobile32px.js +1 -25
  504. package/dist/icons/components/32px/Minus32px.js +1 -25
  505. package/dist/icons/components/32px/Navigation32px.js +1 -25
  506. package/dist/icons/components/32px/News32px.js +1 -34
  507. package/dist/icons/components/32px/News32pxF.js +1 -25
  508. package/dist/icons/components/32px/Number32px.js +1 -34
  509. package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +1 -23
  510. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +1 -25
  511. package/dist/icons/components/32px/Orders32px.js +1 -43
  512. package/dist/icons/components/32px/Orders32pxF.js +1 -34
  513. package/dist/icons/components/32px/Pause32px.js +1 -17
  514. package/dist/icons/components/32px/Pen32px.js +1 -24
  515. package/dist/icons/components/32px/Pen32pxF.js +1 -25
  516. package/dist/icons/components/32px/PersonalManager32px.js +1 -112
  517. package/dist/icons/components/32px/Phone32px.js +1 -23
  518. package/dist/icons/components/32px/Play32px.js +1 -23
  519. package/dist/icons/components/32px/Plus32px.js +1 -25
  520. package/dist/icons/components/32px/Pound32px.js +1 -26
  521. package/dist/icons/components/32px/PriceDown32px.js +1 -45
  522. package/dist/icons/components/32px/PriceUp32px.js +1 -36
  523. package/dist/icons/components/32px/Question32px.js +1 -34
  524. package/dist/icons/components/32px/Question32pxF.js +1 -25
  525. package/dist/icons/components/32px/Rutube32px.js +1 -23
  526. package/dist/icons/components/32px/Scan32px.js +1 -23
  527. package/dist/icons/components/32px/Search32px.js +1 -25
  528. package/dist/icons/components/32px/Share32pxF.js +1 -23
  529. package/dist/icons/components/32px/ShopimgCard32px.js +1 -25
  530. package/dist/icons/components/32px/Sort32px.js +1 -23
  531. package/dist/icons/components/32px/Star32px.js +1 -25
  532. package/dist/icons/components/32px/Star32pxF.js +1 -23
  533. package/dist/icons/components/32px/StarHalf32pxF.js +1 -25
  534. package/dist/icons/components/32px/Telegram32pxF.js +1 -23
  535. package/dist/icons/components/32px/TelegramPlane32pxF.js +1 -23
  536. package/dist/icons/components/32px/Timer32px.js +1 -35
  537. package/dist/icons/components/32px/Trash32px.js +1 -45
  538. package/dist/icons/components/32px/TwinArrowLeft32px.js +1 -23
  539. package/dist/icons/components/32px/TwinArrowRight32px.js +1 -23
  540. package/dist/icons/components/32px/USDollar32px.js +1 -26
  541. package/dist/icons/components/32px/Umbrella32px.js +1 -25
  542. package/dist/icons/components/32px/Umbrella32pxF.js +1 -25
  543. package/dist/icons/components/32px/UnionIcon32px.js +1 -25
  544. package/dist/icons/components/32px/User32px.js +1 -34
  545. package/dist/icons/components/32px/User32pxF.js +1 -23
  546. package/dist/icons/components/32px/Users32px.js +1 -25
  547. package/dist/icons/components/32px/Users32pxF.js +1 -26
  548. package/dist/icons/components/32px/VK32pxF.js +1 -25
  549. package/dist/icons/components/32px/Waiting32px.js +1 -25
  550. package/dist/icons/components/32px/Whatsapp32px.js +1 -34
  551. package/dist/icons/components/32px/WriteUs32px.js +1 -28
  552. package/dist/icons/components/32px/Youtube32pxF.js +1 -23
  553. package/dist/icons/components/32px/Yuan32px.js +1 -26
  554. package/dist/icons/components/Mans.js +1 -21
  555. package/dist/icons/components/Step.js +1 -22
  556. package/dist/icons/components/StepXL.js +1 -32
  557. package/dist/icons/components/auto-logo/ACE.js +1 -23
  558. package/dist/icons/components/auto-logo/Alim.js +1 -25
  559. package/dist/icons/components/auto-logo/Amur.js +1 -25
  560. package/dist/icons/components/auto-logo/Ankai.js +1 -25
  561. package/dist/icons/components/auto-logo/ArrowLength.js +1 -23
  562. package/dist/icons/components/auto-logo/Audi.js +1 -22
  563. package/dist/icons/components/auto-logo/BMW.js +1 -43
  564. package/dist/icons/components/auto-logo/BRP.js +1 -34
  565. package/dist/icons/components/auto-logo/Bomag.js +1 -34
  566. package/dist/icons/components/auto-logo/Case.js +1 -25
  567. package/dist/icons/components/auto-logo/Caterpillar.js +1 -39
  568. package/dist/icons/components/auto-logo/ChMZAP.js +1 -48
  569. package/dist/icons/components/auto-logo/ChTZ.js +1 -34
  570. package/dist/icons/components/auto-logo/Changan.js +1 -23
  571. package/dist/icons/components/auto-logo/Cherry.js +1 -34
  572. package/dist/icons/components/auto-logo/Citroen.js +1 -25
  573. package/dist/icons/components/auto-logo/DaewooFull.js +1 -60
  574. package/dist/icons/components/auto-logo/DaewooSymbol.js +1 -53
  575. package/dist/icons/components/auto-logo/Daf.js +1 -25
  576. package/dist/icons/components/auto-logo/Dayun.js +1 -25
  577. package/dist/icons/components/auto-logo/DongFeng.js +1 -25
  578. package/dist/icons/components/auto-logo/Ducati.js +1 -34
  579. package/dist/icons/components/auto-logo/Exeed.js +1 -34
  580. package/dist/icons/components/auto-logo/Faw.js +1 -36
  581. package/dist/icons/components/auto-logo/Fenix.js +1 -116
  582. package/dist/icons/components/auto-logo/Fiat.js +1 -39
  583. package/dist/icons/components/auto-logo/Ford.js +1 -43
  584. package/dist/icons/components/auto-logo/Foton.js +1 -34
  585. package/dist/icons/components/auto-logo/Gac.js +1 -23
  586. package/dist/icons/components/auto-logo/Gaz.js +1 -61
  587. package/dist/icons/components/auto-logo/Geely.js +1 -27
  588. package/dist/icons/components/auto-logo/Genesis.js +1 -32
  589. package/dist/icons/components/auto-logo/Gitte.js +1 -25
  590. package/dist/icons/components/auto-logo/Grunwald.js +1 -25
  591. package/dist/icons/components/auto-logo/HartungFull.js +1 -34
  592. package/dist/icons/components/auto-logo/HartungSymbol.js +1 -34
  593. package/dist/icons/components/auto-logo/Haval.js +1 -25
  594. package/dist/icons/components/auto-logo/Higer.js +1 -25
  595. package/dist/icons/components/auto-logo/Hitachi.js +1 -23
  596. package/dist/icons/components/auto-logo/Honda.js +1 -39
  597. package/dist/icons/components/auto-logo/Hongqi.js +1 -32
  598. package/dist/icons/components/auto-logo/Hongyan.js +1 -25
  599. package/dist/icons/components/auto-logo/Howo.js +1 -48
  600. package/dist/icons/components/auto-logo/Hyundai.js +1 -25
  601. package/dist/icons/components/auto-logo/Infiniti.js +1 -23
  602. package/dist/icons/components/auto-logo/Isuzu.js +1 -25
  603. package/dist/icons/components/auto-logo/Iveco.js +1 -25
  604. package/dist/icons/components/auto-logo/JCB.js +1 -34
  605. package/dist/icons/components/auto-logo/Jac.js +1 -23
  606. package/dist/icons/components/auto-logo/Juterborg.js +1 -59
  607. package/dist/icons/components/auto-logo/KIA.js +1 -25
  608. package/dist/icons/components/auto-logo/Kaiyi.js +1 -25
  609. package/dist/icons/components/auto-logo/Kamaz.js +1 -37
  610. package/dist/icons/components/auto-logo/Kassbohrer.js +1 -25
  611. package/dist/icons/components/auto-logo/Komatsu.js +1 -23
  612. package/dist/icons/components/auto-logo/Ktm.js +1 -23
  613. package/dist/icons/components/auto-logo/LCCE.js +1 -39
  614. package/dist/icons/components/auto-logo/Lada.js +1 -25
  615. package/dist/icons/components/auto-logo/Lexus.js +1 -25
  616. package/dist/icons/components/auto-logo/LiuGong.js +1 -32
  617. package/dist/icons/components/auto-logo/Lonking.js +1 -32
  618. package/dist/icons/components/auto-logo/Lovol.js +1 -23
  619. package/dist/icons/components/auto-logo/MTZBelarus.js +1 -36
  620. package/dist/icons/components/auto-logo/Man.js +1 -23
  621. package/dist/icons/components/auto-logo/Maz.js +1 -34
  622. package/dist/icons/components/auto-logo/MercedesBenz.js +1 -25
  623. package/dist/icons/components/auto-logo/Meusburger.js +1 -25
  624. package/dist/icons/components/auto-logo/Mitsubishi.js +1 -23
  625. package/dist/icons/components/auto-logo/NefAZ.js +1 -32
  626. package/dist/icons/components/auto-logo/NursanTrailer.js +1 -23
  627. package/dist/icons/components/auto-logo/Omoda.js +1 -39
  628. package/dist/icons/components/auto-logo/PSATss.js +1 -39
  629. package/dist/icons/components/auto-logo/Paz.js +1 -25
  630. package/dist/icons/components/auto-logo/Peugeot.js +1 -23
  631. package/dist/icons/components/auto-logo/Raskat.js +1 -39
  632. package/dist/icons/components/auto-logo/Renault.js +1 -32
  633. package/dist/icons/components/auto-logo/RussianCarsEmblem.js +1 -34
  634. package/dist/icons/components/auto-logo/RussianCarsKremlin.js +1 -43
  635. package/dist/icons/components/auto-logo/Sany.js +1 -52
  636. package/dist/icons/components/auto-logo/Scania.js +1 -59
  637. package/dist/icons/components/auto-logo/Schmitz.js +1 -25
  638. package/dist/icons/components/auto-logo/Shacman.js +1 -32
  639. package/dist/icons/components/auto-logo/Shantui.js +1 -23
  640. package/dist/icons/components/auto-logo/Sinanli.js +1 -73
  641. package/dist/icons/components/auto-logo/Sitrak.js +1 -36
  642. package/dist/icons/components/auto-logo/SobolIztechmash.js +1 -62
  643. package/dist/icons/components/auto-logo/Sokol.js +1 -23
  644. package/dist/icons/components/auto-logo/Sollers.js +1 -25
  645. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +1 -23
  646. package/dist/icons/components/auto-logo/Tonar.js +1 -25
  647. package/dist/icons/components/auto-logo/Toyota.js +1 -23
  648. package/dist/icons/components/auto-logo/Trekol.js +1 -36
  649. package/dist/icons/components/auto-logo/UAT.js +1 -23
  650. package/dist/icons/components/auto-logo/Uaz.js +1 -72
  651. package/dist/icons/components/auto-logo/Ural.js +1 -23
  652. package/dist/icons/components/auto-logo/VIS.js +1 -23
  653. package/dist/icons/components/auto-logo/VKR.js +1 -34
  654. package/dist/icons/components/auto-logo/Volkswagen.js +1 -25
  655. package/dist/icons/components/auto-logo/Volvo.js +1 -23
  656. package/dist/icons/components/auto-logo/Wielton.js +1 -23
  657. package/dist/icons/components/auto-logo/XCMG.js +1 -39
  658. package/dist/icons/components/auto-logo/Yutong.js +1 -74
  659. package/dist/icons/components/auto-logo/Zoomlion.js +1 -23
  660. package/dist/icons/components/car-icons/AllMetal.js +1 -34
  661. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +1 -34
  662. package/dist/icons/components/car-icons/AsphaltPaver.js +1 -37
  663. package/dist/icons/components/car-icons/Autotower.js +1 -34
  664. package/dist/icons/components/car-icons/Awning.js +1 -35
  665. package/dist/icons/components/car-icons/BackhoeLoader.js +1 -41
  666. package/dist/icons/components/car-icons/Buggy.js +1 -34
  667. package/dist/icons/components/car-icons/Bulldozer.js +1 -36
  668. package/dist/icons/components/car-icons/Bus.js +1 -25
  669. package/dist/icons/components/car-icons/BusBus.js +1 -34
  670. package/dist/icons/components/car-icons/BusMinibus.js +1 -34
  671. package/dist/icons/components/car-icons/BusShiftBuses.js +1 -44
  672. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +1 -41
  673. package/dist/icons/components/car-icons/CargoAutotower.js +1 -34
  674. package/dist/icons/components/car-icons/CargoAwning.js +1 -41
  675. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +1 -41
  676. package/dist/icons/components/car-icons/CargoDrillingRig.js +1 -34
  677. package/dist/icons/components/car-icons/CargoDumpTruck.js +1 -41
  678. package/dist/icons/components/car-icons/CargoGarbageTruck.js +1 -41
  679. package/dist/icons/components/car-icons/CargoGrainCarrier.js +1 -41
  680. package/dist/icons/components/car-icons/CargoIsothermal.js +1 -41
  681. package/dist/icons/components/car-icons/CargoOnBoard.js +1 -41
  682. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +1 -41
  683. package/dist/icons/components/car-icons/CargoPromotionalItem.js +1 -41
  684. package/dist/icons/components/car-icons/CargoSortingTruck.js +1 -41
  685. package/dist/icons/components/car-icons/CargoTankerTruck.js +1 -41
  686. package/dist/icons/components/car-icons/CargoTowTruck.js +1 -34
  687. package/dist/icons/components/car-icons/CargoTruckCrane.js +1 -43
  688. package/dist/icons/components/car-icons/CargoVacuumMachine.js +1 -34
  689. package/dist/icons/components/car-icons/Clearance.js +1 -25
  690. package/dist/icons/components/car-icons/CombineHarvester.js +1 -41
  691. package/dist/icons/components/car-icons/Compartment.js +1 -34
  692. package/dist/icons/components/car-icons/ConcreteMixerTruck.js +1 -41
  693. package/dist/icons/components/car-icons/ConcretePump.js +1 -42
  694. package/dist/icons/components/car-icons/Crossover.js +1 -34
  695. package/dist/icons/components/car-icons/DrillingRigg.js +1 -34
  696. package/dist/icons/components/car-icons/DumpTruck.js +1 -41
  697. package/dist/icons/components/car-icons/Excavator.js +1 -25
  698. package/dist/icons/components/car-icons/ForestPreparationEquipment.js +1 -41
  699. package/dist/icons/components/car-icons/ForkliftTruck.js +1 -34
  700. package/dist/icons/components/car-icons/FrontLoader.js +1 -41
  701. package/dist/icons/components/car-icons/Hatchback.js +1 -34
  702. package/dist/icons/components/car-icons/IceRink.js +1 -36
  703. package/dist/icons/components/car-icons/Isothermal.js +1 -41
  704. package/dist/icons/components/car-icons/Liftback.js +1 -25
  705. package/dist/icons/components/car-icons/MiniEscalator.js +1 -43
  706. package/dist/icons/components/car-icons/MiniLoader.js +1 -34
  707. package/dist/icons/components/car-icons/MiningDumpTruck.js +1 -41
  708. package/dist/icons/components/car-icons/Minitractor.js +1 -34
  709. package/dist/icons/components/car-icons/Minivan.js +1 -34
  710. package/dist/icons/components/car-icons/MotorGrader.js +1 -34
  711. package/dist/icons/components/car-icons/MotorVehiclesBike.js +1 -26
  712. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +1 -32
  713. package/dist/icons/components/car-icons/OffRoadVehicle.js +1 -34
  714. package/dist/icons/components/car-icons/OnBoard.js +1 -41
  715. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +1 -41
  716. package/dist/icons/components/car-icons/OnBoardWithCmu.js +1 -41
  717. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +1 -50
  718. package/dist/icons/components/car-icons/OtherCareerTechniques.js +1 -41
  719. package/dist/icons/components/car-icons/Pickup.js +1 -25
  720. package/dist/icons/components/car-icons/PickupTruck.js +1 -34
  721. package/dist/icons/components/car-icons/PilingInstallation.js +1 -36
  722. package/dist/icons/components/car-icons/PromotionalItem.js +1 -41
  723. package/dist/icons/components/car-icons/PublicUtilityVehicle.js +1 -48
  724. package/dist/icons/components/car-icons/QuarryExcavator.js +1 -28
  725. package/dist/icons/components/car-icons/Scooter.js +1 -32
  726. package/dist/icons/components/car-icons/Sedan.js +1 -34
  727. package/dist/icons/components/car-icons/Snowmobile.js +1 -41
  728. package/dist/icons/components/car-icons/TankerTruck.js +1 -41
  729. package/dist/icons/components/car-icons/TelescopicLoader.js +1 -34
  730. package/dist/icons/components/car-icons/TheLift.js +1 -39
  731. package/dist/icons/components/car-icons/TowTruck.js +1 -34
  732. package/dist/icons/components/car-icons/Tractor.js +1 -34
  733. package/dist/icons/components/car-icons/TractorTruck.js +1 -41
  734. package/dist/icons/components/car-icons/Trailerr.js +1 -25
  735. package/dist/icons/components/car-icons/TrailersCarCarrier.js +1 -43
  736. package/dist/icons/components/car-icons/TrailersCattleTruck.js +1 -34
  737. package/dist/icons/components/car-icons/TrailersContainerShip.js +1 -42
  738. package/dist/icons/components/car-icons/TrailersCurtainSide.js +1 -41
  739. package/dist/icons/components/car-icons/TrailersDumpTruck.js +1 -41
  740. package/dist/icons/components/car-icons/TrailersGrainTruck.js +1 -41
  741. package/dist/icons/components/car-icons/TrailersHeavyTruck.js +1 -41
  742. package/dist/icons/components/car-icons/TrailersIsothermal.js +1 -41
  743. package/dist/icons/components/car-icons/TrailersOther.js +1 -41
  744. package/dist/icons/components/car-icons/TrailersTankerTruck.js +1 -41
  745. package/dist/icons/components/car-icons/TruckCrane.js +1 -43
  746. package/dist/icons/components/car-icons/Universal.js +1 -34
  747. package/dist/icons/components/car-icons/Van.js +1 -25
  748. package/dist/icons/components/car-icons/Ycles.js +1 -44
  749. package/dist/icons/components/car-parameters-icons/Acceleration.js +1 -34
  750. package/dist/icons/components/car-parameters-icons/Berths.js +1 -39
  751. package/dist/icons/components/car-parameters-icons/Bucket.js +1 -23
  752. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +1 -25
  753. package/dist/icons/components/car-parameters-icons/BucketVolume.js +1 -32
  754. package/dist/icons/components/car-parameters-icons/CabinTurn.js +1 -34
  755. package/dist/icons/components/car-parameters-icons/CarBodySize.js +1 -34
  756. package/dist/icons/components/car-parameters-icons/CarBodyType.js +1 -25
  757. package/dist/icons/components/car-parameters-icons/CarColor.js +1 -34
  758. package/dist/icons/components/car-parameters-icons/Cylinders.js +1 -37
  759. package/dist/icons/components/car-parameters-icons/Dimensions.js +1 -34
  760. package/dist/icons/components/car-parameters-icons/EngineType.js +1 -23
  761. package/dist/icons/components/car-parameters-icons/FuelConsumption.js +1 -23
  762. package/dist/icons/components/car-parameters-icons/GearType.js +1 -26
  763. package/dist/icons/components/car-parameters-icons/LiftingHeight.js +1 -23
  764. package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +1 -25
  765. package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +1 -25
  766. package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +1 -23
  767. package/dist/icons/components/car-parameters-icons/TrailerType.js +1 -32
  768. package/dist/icons/components/car-parameters-icons/UnloadingType.js +1 -32
  769. package/dist/icons/components/car-parameters-icons/Weight.js +1 -36
  770. package/dist/icons/components/car-parameters-icons/WheelDriveType.js +1 -32
  771. package/dist/icons/components/car-parameters-icons/WheelSheme.js +1 -34
  772. package/dist/icons/components/cars-stubus/Bike.js +1 -25
  773. package/dist/icons/components/cars-stubus/Car.js +1 -25
  774. package/dist/icons/components/cars-stubus/Equipment.js +1 -25
  775. package/dist/icons/components/cars-stubus/Truck.js +1 -25
  776. package/dist/icons/components/index.js +1 -583
  777. package/dist/icons/index.js +1 -4
  778. package/dist/index-Dby3L_4e.cjs +1 -0
  779. package/dist/index-gDmAUrkZ.cjs +5 -0
  780. package/dist/index.js +1 -159
  781. package/dist/keyboard-sIr63LbB.cjs +4 -0
  782. package/dist/label-DOAZ06mr.cjs +1 -0
  783. package/dist/open-closed-C9XX3b5H.cjs +1 -0
  784. package/dist/styles.module-L23BBl7z.cjs +1 -0
  785. package/dist/types/index.js +1 -1
  786. package/dist/types/propsWithAs.js +1 -1
  787. package/dist/use-active-press-lCdIry0x.cjs +1 -0
  788. package/dist/use-by-comparator--a2RZ6_q.cjs +1 -0
  789. package/dist/use-resolve-button-type-tLWyfvGR.cjs +1 -0
  790. package/dist/utils/UUID4.js +1 -9
  791. package/dist/utils/formating/Date.js +1 -32
  792. package/dist/utils/formating/FileSize.js +1 -15
  793. package/dist/utils/formating/Month.js +1 -80
  794. package/dist/utils/formating/Numbers.js +1 -8
  795. package/dist/utils/index.js +1 -17
  796. package/dist/variant.module-kbVW7TAL.cjs +1 -0
  797. package/package.json +2 -1
  798. package/dist/Input-CCNRdc6Q.js +0 -246
  799. package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
  800. package/dist/ProgressBar-CwLwhaeM.js +0 -77
  801. package/dist/assets/ProgressBar2.css +0 -1
  802. package/dist/bugs-CSBdWk0R.js +0 -18
  803. package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
  804. package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
  805. package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
  806. package/dist/components/Slider/NavigationButtons/index.js +0 -4
  807. package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
  808. package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
  809. package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
  810. package/dist/components/Slider/ProgressBar/index.js +0 -4
  811. package/dist/field-bS4z9Sdl.js +0 -12
  812. package/dist/focus-management-1rQPII7Z.js +0 -77
  813. package/dist/hidden-BuVoeHNy.js +0 -13
  814. package/dist/icons/components/12px/Close12px.d.ts +0 -4
  815. package/dist/icons/components/12px/MessageRead12px.d.ts +0 -4
  816. package/dist/icons/components/16px/Accept16px.d.ts +0 -4
  817. package/dist/icons/components/16px/Acts16px.d.ts +0 -4
  818. package/dist/icons/components/16px/Acts16pxF.d.ts +0 -4
  819. package/dist/icons/components/16px/AdditionalServicess16px.d.ts +0 -4
  820. package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +0 -4
  821. package/dist/icons/components/16px/Agents16px.d.ts +0 -4
  822. package/dist/icons/components/16px/Agents16pxF.d.ts +0 -4
  823. package/dist/icons/components/16px/Alarm16px.d.ts +0 -4
  824. package/dist/icons/components/16px/ArrowDown16px.d.ts +0 -4
  825. package/dist/icons/components/16px/ArrowLeft16px.d.ts +0 -4
  826. package/dist/icons/components/16px/ArrowRight16px.d.ts +0 -4
  827. package/dist/icons/components/16px/ArrowUp16px.d.ts +0 -4
  828. package/dist/icons/components/16px/ArrowUpright16px.d.ts +0 -4
  829. package/dist/icons/components/16px/AttachFile16px.d.ts +0 -4
  830. package/dist/icons/components/16px/Bell16px.d.ts +0 -4
  831. package/dist/icons/components/16px/Bell16pxF.d.ts +0 -4
  832. package/dist/icons/components/16px/Calculator16px.d.ts +0 -4
  833. package/dist/icons/components/16px/CalculatorLkk16px.d.ts +0 -4
  834. package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +0 -4
  835. package/dist/icons/components/16px/Calendar16px.d.ts +0 -4
  836. package/dist/icons/components/16px/Camera16px.d.ts +0 -4
  837. package/dist/icons/components/16px/Car16px.d.ts +0 -4
  838. package/dist/icons/components/16px/Car16pxF.d.ts +0 -4
  839. package/dist/icons/components/16px/Catalog16px.d.ts +0 -4
  840. package/dist/icons/components/16px/Certs16px.d.ts +0 -4
  841. package/dist/icons/components/16px/Certs16pxF.d.ts +0 -4
  842. package/dist/icons/components/16px/Change16px.d.ts +0 -4
  843. package/dist/icons/components/16px/Chat16px.d.ts +0 -4
  844. package/dist/icons/components/16px/Chat16pxF.d.ts +0 -4
  845. package/dist/icons/components/16px/Chatbot16px.d.ts +0 -4
  846. package/dist/icons/components/16px/Close16px.d.ts +0 -4
  847. package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +0 -4
  848. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +0 -4
  849. package/dist/icons/components/16px/Coin16px.d.ts +0 -4
  850. package/dist/icons/components/16px/Coin16pxF.d.ts +0 -4
  851. package/dist/icons/components/16px/Contracts16px.d.ts +0 -4
  852. package/dist/icons/components/16px/Contracts16pxF.d.ts +0 -4
  853. package/dist/icons/components/16px/CopyClipboard16px.d.ts +0 -4
  854. package/dist/icons/components/16px/Done16px.d.ts +0 -4
  855. package/dist/icons/components/16px/Download16px.d.ts +0 -4
  856. package/dist/icons/components/16px/DragHandle16px.d.ts +0 -4
  857. package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +0 -4
  858. package/dist/icons/components/16px/DragHandleVertical16px.d.ts +0 -4
  859. package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +0 -4
  860. package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +0 -4
  861. package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +0 -4
  862. package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +0 -4
  863. package/dist/icons/components/16px/Dzen16px.d.ts +0 -4
  864. package/dist/icons/components/16px/Euro16px.d.ts +0 -4
  865. package/dist/icons/components/16px/Eye16px.d.ts +0 -4
  866. package/dist/icons/components/16px/Failure16px.d.ts +0 -4
  867. package/dist/icons/components/16px/Favorite16px.d.ts +0 -4
  868. package/dist/icons/components/16px/Favorite16pxF.d.ts +0 -4
  869. package/dist/icons/components/16px/Filter16px.d.ts +0 -4
  870. package/dist/icons/components/16px/Flag16pxF.d.ts +0 -4
  871. package/dist/icons/components/16px/Folder16px.d.ts +0 -4
  872. package/dist/icons/components/16px/Fullscreen16px.d.ts +0 -4
  873. package/dist/icons/components/16px/Galery16px.d.ts +0 -4
  874. package/dist/icons/components/16px/Gear16px.d.ts +0 -4
  875. package/dist/icons/components/16px/Gift16px.d.ts +0 -4
  876. package/dist/icons/components/16px/Hint16px.d.ts +0 -4
  877. package/dist/icons/components/16px/Home16px.d.ts +0 -4
  878. package/dist/icons/components/16px/Home16pxF.d.ts +0 -4
  879. package/dist/icons/components/16px/Hot16pxF.d.ts +0 -4
  880. package/dist/icons/components/16px/Kebab16px.d.ts +0 -4
  881. package/dist/icons/components/16px/List16px.d.ts +0 -4
  882. package/dist/icons/components/16px/Location16px.d.ts +0 -4
  883. package/dist/icons/components/16px/Map16px.d.ts +0 -4
  884. package/dist/icons/components/16px/Menu16px.d.ts +0 -4
  885. package/dist/icons/components/16px/MenuMobile16px.d.ts +0 -4
  886. package/dist/icons/components/16px/Minus16px.d.ts +0 -4
  887. package/dist/icons/components/16px/Navigation16px.d.ts +0 -4
  888. package/dist/icons/components/16px/News16px.d.ts +0 -4
  889. package/dist/icons/components/16px/News16pxF.d.ts +0 -4
  890. package/dist/icons/components/16px/Number16px.d.ts +0 -4
  891. package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +0 -4
  892. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +0 -4
  893. package/dist/icons/components/16px/Orders16px.d.ts +0 -4
  894. package/dist/icons/components/16px/Orders16pxF.d.ts +0 -4
  895. package/dist/icons/components/16px/Pause16px.d.ts +0 -4
  896. package/dist/icons/components/16px/Pen16px.d.ts +0 -4
  897. package/dist/icons/components/16px/Pen16pxF.d.ts +0 -4
  898. package/dist/icons/components/16px/Phone16px.d.ts +0 -4
  899. package/dist/icons/components/16px/Play16pxF.d.ts +0 -4
  900. package/dist/icons/components/16px/Plus16px.d.ts +0 -4
  901. package/dist/icons/components/16px/Pound16px.d.ts +0 -4
  902. package/dist/icons/components/16px/PriceDown16px.d.ts +0 -4
  903. package/dist/icons/components/16px/PriceUp16px.d.ts +0 -4
  904. package/dist/icons/components/16px/Question16px.d.ts +0 -4
  905. package/dist/icons/components/16px/Question16pxF.d.ts +0 -4
  906. package/dist/icons/components/16px/Rutube16px.d.ts +0 -4
  907. package/dist/icons/components/16px/Scan16px.d.ts +0 -4
  908. package/dist/icons/components/16px/Search16px.d.ts +0 -4
  909. package/dist/icons/components/16px/Share16pxF.d.ts +0 -4
  910. package/dist/icons/components/16px/ShopingCard16px.d.ts +0 -4
  911. package/dist/icons/components/16px/Sort16px.d.ts +0 -4
  912. package/dist/icons/components/16px/Star16px.d.ts +0 -4
  913. package/dist/icons/components/16px/Star16pxF.d.ts +0 -4
  914. package/dist/icons/components/16px/StarHalf16pxF.d.ts +0 -4
  915. package/dist/icons/components/16px/Telegram16pxF.d.ts +0 -4
  916. package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +0 -4
  917. package/dist/icons/components/16px/Timer16px.d.ts +0 -4
  918. package/dist/icons/components/16px/Trash16px.d.ts +0 -4
  919. package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +0 -4
  920. package/dist/icons/components/16px/TwinArrowRight16px.d.ts +0 -4
  921. package/dist/icons/components/16px/USDollar16px.d.ts +0 -4
  922. package/dist/icons/components/16px/Umbrella16px.d.ts +0 -4
  923. package/dist/icons/components/16px/Umbrella16pxF.d.ts +0 -4
  924. package/dist/icons/components/16px/UnionIcon16px.d.ts +0 -4
  925. package/dist/icons/components/16px/User16px.d.ts +0 -4
  926. package/dist/icons/components/16px/User16pxF.d.ts +0 -4
  927. package/dist/icons/components/16px/Users16px.d.ts +0 -4
  928. package/dist/icons/components/16px/Users16pxF.d.ts +0 -4
  929. package/dist/icons/components/16px/VK16pxF.d.ts +0 -4
  930. package/dist/icons/components/16px/Waiting16px.d.ts +0 -4
  931. package/dist/icons/components/16px/Whatsapp16px.d.ts +0 -4
  932. package/dist/icons/components/16px/WriteUs16px.d.ts +0 -4
  933. package/dist/icons/components/16px/Youtube16pxF.d.ts +0 -4
  934. package/dist/icons/components/16px/Yuan16px.d.ts +0 -4
  935. package/dist/icons/components/24px/Accept24px.d.ts +0 -4
  936. package/dist/icons/components/24px/Acts24px.d.ts +0 -4
  937. package/dist/icons/components/24px/Acts24pxF.d.ts +0 -4
  938. package/dist/icons/components/24px/AdditionalServicess24px.d.ts +0 -4
  939. package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +0 -4
  940. package/dist/icons/components/24px/Agents24px.d.ts +0 -4
  941. package/dist/icons/components/24px/Agents24pxF.d.ts +0 -4
  942. package/dist/icons/components/24px/Alarm24px.d.ts +0 -4
  943. package/dist/icons/components/24px/ArrowDown24px.d.ts +0 -4
  944. package/dist/icons/components/24px/ArrowLeft24px.d.ts +0 -4
  945. package/dist/icons/components/24px/ArrowRight24px.d.ts +0 -4
  946. package/dist/icons/components/24px/ArrowUp24px.d.ts +0 -4
  947. package/dist/icons/components/24px/ArrowUpright24px.d.ts +0 -4
  948. package/dist/icons/components/24px/AttachFile24px.d.ts +0 -4
  949. package/dist/icons/components/24px/Bell24px.d.ts +0 -4
  950. package/dist/icons/components/24px/Bell24pxF.d.ts +0 -4
  951. package/dist/icons/components/24px/Calculator24px.d.ts +0 -4
  952. package/dist/icons/components/24px/CalculatorLkk24px.d.ts +0 -4
  953. package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +0 -4
  954. package/dist/icons/components/24px/Calendar24px.d.ts +0 -4
  955. package/dist/icons/components/24px/Camera24px.d.ts +0 -4
  956. package/dist/icons/components/24px/Car24px.d.ts +0 -4
  957. package/dist/icons/components/24px/Car24pxF.d.ts +0 -4
  958. package/dist/icons/components/24px/Catalog24px.d.ts +0 -4
  959. package/dist/icons/components/24px/Certs24px.d.ts +0 -4
  960. package/dist/icons/components/24px/Certs24pxF.d.ts +0 -4
  961. package/dist/icons/components/24px/Change24px.d.ts +0 -4
  962. package/dist/icons/components/24px/Chat24px.d.ts +0 -4
  963. package/dist/icons/components/24px/Chat24pxF.d.ts +0 -4
  964. package/dist/icons/components/24px/Chatbot24px.d.ts +0 -4
  965. package/dist/icons/components/24px/Close24px.d.ts +0 -4
  966. package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +0 -4
  967. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +0 -4
  968. package/dist/icons/components/24px/Coin24px.d.ts +0 -4
  969. package/dist/icons/components/24px/Coin24pxF.d.ts +0 -4
  970. package/dist/icons/components/24px/Contracts24px.d.ts +0 -4
  971. package/dist/icons/components/24px/Contracts24pxF.d.ts +0 -4
  972. package/dist/icons/components/24px/CopyClipboard24px.d.ts +0 -4
  973. package/dist/icons/components/24px/Done24px.d.ts +0 -4
  974. package/dist/icons/components/24px/Download24px.d.ts +0 -4
  975. package/dist/icons/components/24px/DragHandle24px.d.ts +0 -4
  976. package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +0 -4
  977. package/dist/icons/components/24px/DragHandleVertical24px.d.ts +0 -4
  978. package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +0 -4
  979. package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +0 -4
  980. package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +0 -4
  981. package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +0 -4
  982. package/dist/icons/components/24px/Dzen24px.d.ts +0 -4
  983. package/dist/icons/components/24px/Euro24px.d.ts +0 -4
  984. package/dist/icons/components/24px/Eye24px.d.ts +0 -4
  985. package/dist/icons/components/24px/Failure24px.d.ts +0 -4
  986. package/dist/icons/components/24px/Favorite24px.d.ts +0 -4
  987. package/dist/icons/components/24px/Favorite24pxF.d.ts +0 -4
  988. package/dist/icons/components/24px/Filter24px.d.ts +0 -4
  989. package/dist/icons/components/24px/Flag24pxF.d.ts +0 -4
  990. package/dist/icons/components/24px/Folder24px.d.ts +0 -4
  991. package/dist/icons/components/24px/Fullscreen24px.d.ts +0 -4
  992. package/dist/icons/components/24px/Galery24px.d.ts +0 -4
  993. package/dist/icons/components/24px/Gear24px.d.ts +0 -4
  994. package/dist/icons/components/24px/Gift24px.d.ts +0 -4
  995. package/dist/icons/components/24px/Hint24px.d.ts +0 -4
  996. package/dist/icons/components/24px/Home24px.d.ts +0 -4
  997. package/dist/icons/components/24px/Home24pxF.d.ts +0 -4
  998. package/dist/icons/components/24px/Hot24pxF.d.ts +0 -4
  999. package/dist/icons/components/24px/Improvements24px.d.ts +0 -4
  1000. package/dist/icons/components/24px/Improvements24pxF.d.ts +0 -4
  1001. package/dist/icons/components/24px/Kebab24px.d.ts +0 -4
  1002. package/dist/icons/components/24px/List24px.d.ts +0 -4
  1003. package/dist/icons/components/24px/Location24px.d.ts +0 -4
  1004. package/dist/icons/components/24px/Map24px.d.ts +0 -4
  1005. package/dist/icons/components/24px/Menu24px.d.ts +0 -4
  1006. package/dist/icons/components/24px/MenuMobile24px.d.ts +0 -4
  1007. package/dist/icons/components/24px/Minus24px.d.ts +0 -4
  1008. package/dist/icons/components/24px/Navigation24px.d.ts +0 -4
  1009. package/dist/icons/components/24px/News24px.d.ts +0 -4
  1010. package/dist/icons/components/24px/News24pxF.d.ts +0 -4
  1011. package/dist/icons/components/24px/Number24px.d.ts +0 -4
  1012. package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +0 -4
  1013. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +0 -4
  1014. package/dist/icons/components/24px/Orders24px.d.ts +0 -4
  1015. package/dist/icons/components/24px/Orders24pxF.d.ts +0 -4
  1016. package/dist/icons/components/24px/Pause24px.d.ts +0 -4
  1017. package/dist/icons/components/24px/Pen24px.d.ts +0 -4
  1018. package/dist/icons/components/24px/Pen24pxF.d.ts +0 -4
  1019. package/dist/icons/components/24px/Phone24px.d.ts +0 -4
  1020. package/dist/icons/components/24px/Play24px.d.ts +0 -4
  1021. package/dist/icons/components/24px/Plus24px.d.ts +0 -4
  1022. package/dist/icons/components/24px/Pound24px.d.ts +0 -4
  1023. package/dist/icons/components/24px/PriceDown24px.d.ts +0 -4
  1024. package/dist/icons/components/24px/PriceUp24px.d.ts +0 -4
  1025. package/dist/icons/components/24px/Question24px.d.ts +0 -4
  1026. package/dist/icons/components/24px/Question24pxF.d.ts +0 -4
  1027. package/dist/icons/components/24px/Rutube24px.d.ts +0 -4
  1028. package/dist/icons/components/24px/Scan24px.d.ts +0 -4
  1029. package/dist/icons/components/24px/Search24px.d.ts +0 -4
  1030. package/dist/icons/components/24px/Share24pxF.d.ts +0 -4
  1031. package/dist/icons/components/24px/ShopingCard24px.d.ts +0 -4
  1032. package/dist/icons/components/24px/Sort24px.d.ts +0 -4
  1033. package/dist/icons/components/24px/Star24px.d.ts +0 -4
  1034. package/dist/icons/components/24px/Star24pxF.d.ts +0 -4
  1035. package/dist/icons/components/24px/StarHalf24pxF.d.ts +0 -4
  1036. package/dist/icons/components/24px/Telegram24pxF.d.ts +0 -4
  1037. package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +0 -4
  1038. package/dist/icons/components/24px/Timer24px.d.ts +0 -4
  1039. package/dist/icons/components/24px/Trash24px.d.ts +0 -4
  1040. package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +0 -4
  1041. package/dist/icons/components/24px/TwinArrowRight24px.d.ts +0 -4
  1042. package/dist/icons/components/24px/USDollar24px.d.ts +0 -4
  1043. package/dist/icons/components/24px/Umbrella24px.d.ts +0 -4
  1044. package/dist/icons/components/24px/Umbrella24pxF.d.ts +0 -4
  1045. package/dist/icons/components/24px/UnionIcon24px.d.ts +0 -4
  1046. package/dist/icons/components/24px/User24px.d.ts +0 -4
  1047. package/dist/icons/components/24px/User24pxF.d.ts +0 -4
  1048. package/dist/icons/components/24px/Users24px.d.ts +0 -4
  1049. package/dist/icons/components/24px/Users24pxF.d.ts +0 -4
  1050. package/dist/icons/components/24px/VK24pxF.d.ts +0 -4
  1051. package/dist/icons/components/24px/Waiting24px.d.ts +0 -4
  1052. package/dist/icons/components/24px/Whatsapp24px.d.ts +0 -4
  1053. package/dist/icons/components/24px/WriteUs24px.d.ts +0 -4
  1054. package/dist/icons/components/24px/Youtube24pxF.d.ts +0 -4
  1055. package/dist/icons/components/24px/Yuan24px.d.ts +0 -4
  1056. package/dist/icons/components/32px/Accept32px.d.ts +0 -4
  1057. package/dist/icons/components/32px/Acts32px.d.ts +0 -4
  1058. package/dist/icons/components/32px/AdditionalServicess32px.d.ts +0 -4
  1059. package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +0 -4
  1060. package/dist/icons/components/32px/Agents32px.d.ts +0 -4
  1061. package/dist/icons/components/32px/Alarm32px.d.ts +0 -4
  1062. package/dist/icons/components/32px/ArrowDown32px.d.ts +0 -4
  1063. package/dist/icons/components/32px/ArrowLeft32px.d.ts +0 -4
  1064. package/dist/icons/components/32px/ArrowRight32px.d.ts +0 -4
  1065. package/dist/icons/components/32px/ArrowUp32px.d.ts +0 -4
  1066. package/dist/icons/components/32px/ArrowUpright32px.d.ts +0 -4
  1067. package/dist/icons/components/32px/AttachFile32px.d.ts +0 -4
  1068. package/dist/icons/components/32px/Bell32px.d.ts +0 -4
  1069. package/dist/icons/components/32px/Bell32pxF.d.ts +0 -4
  1070. package/dist/icons/components/32px/Calculator32px.d.ts +0 -4
  1071. package/dist/icons/components/32px/CalculatorLkk32px.d.ts +0 -4
  1072. package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +0 -4
  1073. package/dist/icons/components/32px/Calendar32px.d.ts +0 -4
  1074. package/dist/icons/components/32px/Camera32px.d.ts +0 -4
  1075. package/dist/icons/components/32px/Car32px.d.ts +0 -4
  1076. package/dist/icons/components/32px/Car32pxF.d.ts +0 -4
  1077. package/dist/icons/components/32px/Catalog32px.d.ts +0 -4
  1078. package/dist/icons/components/32px/Certs32px.d.ts +0 -4
  1079. package/dist/icons/components/32px/Certs32pxF.d.ts +0 -4
  1080. package/dist/icons/components/32px/Change32px.d.ts +0 -4
  1081. package/dist/icons/components/32px/Chat32px.d.ts +0 -4
  1082. package/dist/icons/components/32px/Chat32pxF.d.ts +0 -4
  1083. package/dist/icons/components/32px/Chatbot32px.d.ts +0 -4
  1084. package/dist/icons/components/32px/Close32px.d.ts +0 -4
  1085. package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +0 -4
  1086. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +0 -4
  1087. package/dist/icons/components/32px/Coin32px.d.ts +0 -4
  1088. package/dist/icons/components/32px/Coin32pxF.d.ts +0 -4
  1089. package/dist/icons/components/32px/Contracts32px.d.ts +0 -4
  1090. package/dist/icons/components/32px/Contracts32pxF.d.ts +0 -4
  1091. package/dist/icons/components/32px/CopyClipboard32px.d.ts +0 -4
  1092. package/dist/icons/components/32px/Done32px.d.ts +0 -4
  1093. package/dist/icons/components/32px/Download32px.d.ts +0 -4
  1094. package/dist/icons/components/32px/DragHandle32px.d.ts +0 -4
  1095. package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +0 -4
  1096. package/dist/icons/components/32px/DragHandleVertical32px.d.ts +0 -4
  1097. package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +0 -4
  1098. package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +0 -4
  1099. package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +0 -4
  1100. package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +0 -4
  1101. package/dist/icons/components/32px/Dzen32px.d.ts +0 -4
  1102. package/dist/icons/components/32px/Euro32px.d.ts +0 -4
  1103. package/dist/icons/components/32px/Eye32px.d.ts +0 -4
  1104. package/dist/icons/components/32px/Failure32px.d.ts +0 -4
  1105. package/dist/icons/components/32px/Favorite32px.d.ts +0 -4
  1106. package/dist/icons/components/32px/Favorite32pxF.d.ts +0 -4
  1107. package/dist/icons/components/32px/Filter32px.d.ts +0 -4
  1108. package/dist/icons/components/32px/Flag32pxF.d.ts +0 -4
  1109. package/dist/icons/components/32px/Folder32px.d.ts +0 -4
  1110. package/dist/icons/components/32px/Fullscreen32px.d.ts +0 -4
  1111. package/dist/icons/components/32px/Galery32px.d.ts +0 -4
  1112. package/dist/icons/components/32px/Gear32px.d.ts +0 -4
  1113. package/dist/icons/components/32px/Gift32px.d.ts +0 -4
  1114. package/dist/icons/components/32px/Hint32px.d.ts +0 -4
  1115. package/dist/icons/components/32px/Home32px.d.ts +0 -4
  1116. package/dist/icons/components/32px/Home32pxF.d.ts +0 -4
  1117. package/dist/icons/components/32px/Hot32pxF.d.ts +0 -4
  1118. package/dist/icons/components/32px/Kebab32px.d.ts +0 -4
  1119. package/dist/icons/components/32px/List32px.d.ts +0 -4
  1120. package/dist/icons/components/32px/Location32px.d.ts +0 -4
  1121. package/dist/icons/components/32px/Map32px.d.ts +0 -4
  1122. package/dist/icons/components/32px/Menu32px.d.ts +0 -4
  1123. package/dist/icons/components/32px/MenuMobile32px.d.ts +0 -4
  1124. package/dist/icons/components/32px/Minus32px.d.ts +0 -4
  1125. package/dist/icons/components/32px/Navigation32px.d.ts +0 -4
  1126. package/dist/icons/components/32px/News32px.d.ts +0 -4
  1127. package/dist/icons/components/32px/News32pxF.d.ts +0 -4
  1128. package/dist/icons/components/32px/Number32px.d.ts +0 -4
  1129. package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +0 -4
  1130. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +0 -4
  1131. package/dist/icons/components/32px/Orders32px.d.ts +0 -4
  1132. package/dist/icons/components/32px/Orders32pxF.d.ts +0 -4
  1133. package/dist/icons/components/32px/Pause32px.d.ts +0 -4
  1134. package/dist/icons/components/32px/Pen32px.d.ts +0 -4
  1135. package/dist/icons/components/32px/Pen32pxF.d.ts +0 -4
  1136. package/dist/icons/components/32px/PersonalManager32px.d.ts +0 -4
  1137. package/dist/icons/components/32px/Phone32px.d.ts +0 -4
  1138. package/dist/icons/components/32px/Play32px.d.ts +0 -4
  1139. package/dist/icons/components/32px/Plus32px.d.ts +0 -4
  1140. package/dist/icons/components/32px/Pound32px.d.ts +0 -4
  1141. package/dist/icons/components/32px/PriceDown32px.d.ts +0 -4
  1142. package/dist/icons/components/32px/PriceUp32px.d.ts +0 -4
  1143. package/dist/icons/components/32px/Question32px.d.ts +0 -4
  1144. package/dist/icons/components/32px/Question32pxF.d.ts +0 -4
  1145. package/dist/icons/components/32px/Rutube32px.d.ts +0 -4
  1146. package/dist/icons/components/32px/Scan32px.d.ts +0 -4
  1147. package/dist/icons/components/32px/Search32px.d.ts +0 -4
  1148. package/dist/icons/components/32px/Share32pxF.d.ts +0 -4
  1149. package/dist/icons/components/32px/ShopimgCard32px.d.ts +0 -4
  1150. package/dist/icons/components/32px/Sort32px.d.ts +0 -4
  1151. package/dist/icons/components/32px/Star32px.d.ts +0 -4
  1152. package/dist/icons/components/32px/Star32pxF.d.ts +0 -4
  1153. package/dist/icons/components/32px/StarHalf32pxF.d.ts +0 -4
  1154. package/dist/icons/components/32px/Telegram32pxF.d.ts +0 -4
  1155. package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +0 -4
  1156. package/dist/icons/components/32px/Timer32px.d.ts +0 -4
  1157. package/dist/icons/components/32px/Trash32px.d.ts +0 -4
  1158. package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +0 -4
  1159. package/dist/icons/components/32px/TwinArrowRight32px.d.ts +0 -4
  1160. package/dist/icons/components/32px/USDollar32px.d.ts +0 -4
  1161. package/dist/icons/components/32px/Umbrella32px.d.ts +0 -4
  1162. package/dist/icons/components/32px/Umbrella32pxF.d.ts +0 -4
  1163. package/dist/icons/components/32px/UnionIcon32px.d.ts +0 -4
  1164. package/dist/icons/components/32px/User32px.d.ts +0 -4
  1165. package/dist/icons/components/32px/User32pxF.d.ts +0 -4
  1166. package/dist/icons/components/32px/Users32px.d.ts +0 -4
  1167. package/dist/icons/components/32px/Users32pxF.d.ts +0 -4
  1168. package/dist/icons/components/32px/VK32pxF.d.ts +0 -4
  1169. package/dist/icons/components/32px/Waiting32px.d.ts +0 -4
  1170. package/dist/icons/components/32px/Whatsapp32px.d.ts +0 -4
  1171. package/dist/icons/components/32px/WriteUs32px.d.ts +0 -4
  1172. package/dist/icons/components/32px/Youtube32pxF.d.ts +0 -4
  1173. package/dist/icons/components/32px/Yuan32px.d.ts +0 -4
  1174. package/dist/icons/components/Mans.d.ts +0 -4
  1175. package/dist/icons/components/Step.d.ts +0 -4
  1176. package/dist/icons/components/StepXL.d.ts +0 -4
  1177. package/dist/icons/components/auto-logo/ACE.d.ts +0 -4
  1178. package/dist/icons/components/auto-logo/Alim.d.ts +0 -4
  1179. package/dist/icons/components/auto-logo/Amur.d.ts +0 -4
  1180. package/dist/icons/components/auto-logo/Ankai.d.ts +0 -4
  1181. package/dist/icons/components/auto-logo/ArrowLength.d.ts +0 -4
  1182. package/dist/icons/components/auto-logo/Audi.d.ts +0 -4
  1183. package/dist/icons/components/auto-logo/BMW.d.ts +0 -4
  1184. package/dist/icons/components/auto-logo/BRP.d.ts +0 -4
  1185. package/dist/icons/components/auto-logo/Bomag.d.ts +0 -4
  1186. package/dist/icons/components/auto-logo/Case.d.ts +0 -4
  1187. package/dist/icons/components/auto-logo/Caterpillar.d.ts +0 -4
  1188. package/dist/icons/components/auto-logo/ChMZAP.d.ts +0 -4
  1189. package/dist/icons/components/auto-logo/ChTZ.d.ts +0 -4
  1190. package/dist/icons/components/auto-logo/Changan.d.ts +0 -4
  1191. package/dist/icons/components/auto-logo/Cherry.d.ts +0 -4
  1192. package/dist/icons/components/auto-logo/Citroen.d.ts +0 -4
  1193. package/dist/icons/components/auto-logo/DaewooFull.d.ts +0 -4
  1194. package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +0 -4
  1195. package/dist/icons/components/auto-logo/Daf.d.ts +0 -4
  1196. package/dist/icons/components/auto-logo/Dayun.d.ts +0 -4
  1197. package/dist/icons/components/auto-logo/DongFeng.d.ts +0 -4
  1198. package/dist/icons/components/auto-logo/Ducati.d.ts +0 -4
  1199. package/dist/icons/components/auto-logo/Exeed.d.ts +0 -4
  1200. package/dist/icons/components/auto-logo/Faw.d.ts +0 -4
  1201. package/dist/icons/components/auto-logo/Fenix.d.ts +0 -4
  1202. package/dist/icons/components/auto-logo/Fiat.d.ts +0 -4
  1203. package/dist/icons/components/auto-logo/Ford.d.ts +0 -4
  1204. package/dist/icons/components/auto-logo/Foton.d.ts +0 -4
  1205. package/dist/icons/components/auto-logo/Gac.d.ts +0 -4
  1206. package/dist/icons/components/auto-logo/Gaz.d.ts +0 -4
  1207. package/dist/icons/components/auto-logo/Geely.d.ts +0 -4
  1208. package/dist/icons/components/auto-logo/Genesis.d.ts +0 -4
  1209. package/dist/icons/components/auto-logo/Gitte.d.ts +0 -4
  1210. package/dist/icons/components/auto-logo/Grunwald.d.ts +0 -4
  1211. package/dist/icons/components/auto-logo/HartungFull.d.ts +0 -4
  1212. package/dist/icons/components/auto-logo/HartungSymbol.d.ts +0 -4
  1213. package/dist/icons/components/auto-logo/Haval.d.ts +0 -4
  1214. package/dist/icons/components/auto-logo/Higer.d.ts +0 -4
  1215. package/dist/icons/components/auto-logo/Hitachi.d.ts +0 -4
  1216. package/dist/icons/components/auto-logo/Honda.d.ts +0 -4
  1217. package/dist/icons/components/auto-logo/Hongqi.d.ts +0 -4
  1218. package/dist/icons/components/auto-logo/Hongyan.d.ts +0 -4
  1219. package/dist/icons/components/auto-logo/Howo.d.ts +0 -4
  1220. package/dist/icons/components/auto-logo/Hyundai.d.ts +0 -4
  1221. package/dist/icons/components/auto-logo/Infiniti.d.ts +0 -4
  1222. package/dist/icons/components/auto-logo/Isuzu.d.ts +0 -4
  1223. package/dist/icons/components/auto-logo/Iveco.d.ts +0 -4
  1224. package/dist/icons/components/auto-logo/JCB.d.ts +0 -4
  1225. package/dist/icons/components/auto-logo/Jac.d.ts +0 -4
  1226. package/dist/icons/components/auto-logo/Juterborg.d.ts +0 -4
  1227. package/dist/icons/components/auto-logo/KIA.d.ts +0 -4
  1228. package/dist/icons/components/auto-logo/Kaiyi.d.ts +0 -4
  1229. package/dist/icons/components/auto-logo/Kamaz.d.ts +0 -4
  1230. package/dist/icons/components/auto-logo/Kassbohrer.d.ts +0 -4
  1231. package/dist/icons/components/auto-logo/Komatsu.d.ts +0 -4
  1232. package/dist/icons/components/auto-logo/Ktm.d.ts +0 -4
  1233. package/dist/icons/components/auto-logo/LCCE.d.ts +0 -4
  1234. package/dist/icons/components/auto-logo/Lada.d.ts +0 -4
  1235. package/dist/icons/components/auto-logo/Lexus.d.ts +0 -4
  1236. package/dist/icons/components/auto-logo/LiuGong.d.ts +0 -4
  1237. package/dist/icons/components/auto-logo/Lonking.d.ts +0 -4
  1238. package/dist/icons/components/auto-logo/Lovol.d.ts +0 -4
  1239. package/dist/icons/components/auto-logo/MTZBelarus.d.ts +0 -4
  1240. package/dist/icons/components/auto-logo/Man.d.ts +0 -4
  1241. package/dist/icons/components/auto-logo/Maz.d.ts +0 -4
  1242. package/dist/icons/components/auto-logo/MercedesBenz.d.ts +0 -4
  1243. package/dist/icons/components/auto-logo/Meusburger.d.ts +0 -4
  1244. package/dist/icons/components/auto-logo/Mitsubishi.d.ts +0 -4
  1245. package/dist/icons/components/auto-logo/NefAZ.d.ts +0 -4
  1246. package/dist/icons/components/auto-logo/NursanTrailer.d.ts +0 -4
  1247. package/dist/icons/components/auto-logo/Omoda.d.ts +0 -4
  1248. package/dist/icons/components/auto-logo/PSATss.d.ts +0 -4
  1249. package/dist/icons/components/auto-logo/Paz.d.ts +0 -4
  1250. package/dist/icons/components/auto-logo/Peugeot.d.ts +0 -4
  1251. package/dist/icons/components/auto-logo/Raskat.d.ts +0 -4
  1252. package/dist/icons/components/auto-logo/Renault.d.ts +0 -4
  1253. package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +0 -4
  1254. package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +0 -4
  1255. package/dist/icons/components/auto-logo/Sany.d.ts +0 -4
  1256. package/dist/icons/components/auto-logo/Scania.d.ts +0 -4
  1257. package/dist/icons/components/auto-logo/Schmitz.d.ts +0 -4
  1258. package/dist/icons/components/auto-logo/Shacman.d.ts +0 -4
  1259. package/dist/icons/components/auto-logo/Shantui.d.ts +0 -4
  1260. package/dist/icons/components/auto-logo/Sinanli.d.ts +0 -4
  1261. package/dist/icons/components/auto-logo/Sitrak.d.ts +0 -4
  1262. package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +0 -4
  1263. package/dist/icons/components/auto-logo/Sokol.d.ts +0 -4
  1264. package/dist/icons/components/auto-logo/Sollers.d.ts +0 -4
  1265. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +0 -4
  1266. package/dist/icons/components/auto-logo/Tonar.d.ts +0 -4
  1267. package/dist/icons/components/auto-logo/Toyota.d.ts +0 -4
  1268. package/dist/icons/components/auto-logo/Trekol.d.ts +0 -4
  1269. package/dist/icons/components/auto-logo/UAT.d.ts +0 -4
  1270. package/dist/icons/components/auto-logo/Uaz.d.ts +0 -4
  1271. package/dist/icons/components/auto-logo/Ural.d.ts +0 -4
  1272. package/dist/icons/components/auto-logo/VIS.d.ts +0 -4
  1273. package/dist/icons/components/auto-logo/VKR.d.ts +0 -4
  1274. package/dist/icons/components/auto-logo/Volkswagen.d.ts +0 -4
  1275. package/dist/icons/components/auto-logo/Volvo.d.ts +0 -4
  1276. package/dist/icons/components/auto-logo/Wielton.d.ts +0 -4
  1277. package/dist/icons/components/auto-logo/XCMG.d.ts +0 -4
  1278. package/dist/icons/components/auto-logo/Yutong.d.ts +0 -4
  1279. package/dist/icons/components/auto-logo/Zoomlion.d.ts +0 -4
  1280. package/dist/icons/components/car-icons/AllMetal.d.ts +0 -4
  1281. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +0 -4
  1282. package/dist/icons/components/car-icons/AsphaltPaver.d.ts +0 -4
  1283. package/dist/icons/components/car-icons/Autotower.d.ts +0 -4
  1284. package/dist/icons/components/car-icons/Awning.d.ts +0 -4
  1285. package/dist/icons/components/car-icons/BackhoeLoader.d.ts +0 -4
  1286. package/dist/icons/components/car-icons/Buggy.d.ts +0 -4
  1287. package/dist/icons/components/car-icons/Bulldozer.d.ts +0 -4
  1288. package/dist/icons/components/car-icons/Bus.d.ts +0 -4
  1289. package/dist/icons/components/car-icons/BusBus.d.ts +0 -4
  1290. package/dist/icons/components/car-icons/BusMinibus.d.ts +0 -4
  1291. package/dist/icons/components/car-icons/BusShiftBuses.d.ts +0 -4
  1292. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +0 -4
  1293. package/dist/icons/components/car-icons/CargoAutotower.d.ts +0 -4
  1294. package/dist/icons/components/car-icons/CargoAwning.d.ts +0 -4
  1295. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +0 -4
  1296. package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +0 -4
  1297. package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +0 -4
  1298. package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +0 -4
  1299. package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +0 -4
  1300. package/dist/icons/components/car-icons/CargoIsothermal.d.ts +0 -4
  1301. package/dist/icons/components/car-icons/CargoOnBoard.d.ts +0 -4
  1302. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +0 -4
  1303. package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +0 -4
  1304. package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +0 -4
  1305. package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +0 -4
  1306. package/dist/icons/components/car-icons/CargoTowTruck.d.ts +0 -4
  1307. package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +0 -4
  1308. package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +0 -4
  1309. package/dist/icons/components/car-icons/Clearance.d.ts +0 -4
  1310. package/dist/icons/components/car-icons/CombineHarvester.d.ts +0 -4
  1311. package/dist/icons/components/car-icons/Compartment.d.ts +0 -4
  1312. package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +0 -4
  1313. package/dist/icons/components/car-icons/ConcretePump.d.ts +0 -4
  1314. package/dist/icons/components/car-icons/Crossover.d.ts +0 -4
  1315. package/dist/icons/components/car-icons/DrillingRigg.d.ts +0 -4
  1316. package/dist/icons/components/car-icons/DumpTruck.d.ts +0 -4
  1317. package/dist/icons/components/car-icons/Excavator.d.ts +0 -4
  1318. package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +0 -4
  1319. package/dist/icons/components/car-icons/ForkliftTruck.d.ts +0 -4
  1320. package/dist/icons/components/car-icons/FrontLoader.d.ts +0 -4
  1321. package/dist/icons/components/car-icons/Hatchback.d.ts +0 -4
  1322. package/dist/icons/components/car-icons/IceRink.d.ts +0 -4
  1323. package/dist/icons/components/car-icons/Isothermal.d.ts +0 -4
  1324. package/dist/icons/components/car-icons/Liftback.d.ts +0 -4
  1325. package/dist/icons/components/car-icons/MiniEscalator.d.ts +0 -4
  1326. package/dist/icons/components/car-icons/MiniLoader.d.ts +0 -4
  1327. package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +0 -4
  1328. package/dist/icons/components/car-icons/Minitractor.d.ts +0 -4
  1329. package/dist/icons/components/car-icons/Minivan.d.ts +0 -4
  1330. package/dist/icons/components/car-icons/MotorGrader.d.ts +0 -4
  1331. package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +0 -4
  1332. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +0 -4
  1333. package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +0 -4
  1334. package/dist/icons/components/car-icons/OnBoard.d.ts +0 -4
  1335. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +0 -4
  1336. package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +0 -4
  1337. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +0 -4
  1338. package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +0 -4
  1339. package/dist/icons/components/car-icons/Pickup.d.ts +0 -4
  1340. package/dist/icons/components/car-icons/PickupTruck.d.ts +0 -4
  1341. package/dist/icons/components/car-icons/PilingInstallation.d.ts +0 -4
  1342. package/dist/icons/components/car-icons/PromotionalItem.d.ts +0 -4
  1343. package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +0 -4
  1344. package/dist/icons/components/car-icons/QuarryExcavator.d.ts +0 -4
  1345. package/dist/icons/components/car-icons/Scooter.d.ts +0 -4
  1346. package/dist/icons/components/car-icons/Sedan.d.ts +0 -4
  1347. package/dist/icons/components/car-icons/Snowmobile.d.ts +0 -4
  1348. package/dist/icons/components/car-icons/TankerTruck.d.ts +0 -4
  1349. package/dist/icons/components/car-icons/TelescopicLoader.d.ts +0 -4
  1350. package/dist/icons/components/car-icons/TheLift.d.ts +0 -4
  1351. package/dist/icons/components/car-icons/TowTruck.d.ts +0 -4
  1352. package/dist/icons/components/car-icons/Tractor.d.ts +0 -4
  1353. package/dist/icons/components/car-icons/TractorTruck.d.ts +0 -4
  1354. package/dist/icons/components/car-icons/Trailerr.d.ts +0 -4
  1355. package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +0 -4
  1356. package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +0 -4
  1357. package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +0 -4
  1358. package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +0 -4
  1359. package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +0 -4
  1360. package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +0 -4
  1361. package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +0 -4
  1362. package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +0 -4
  1363. package/dist/icons/components/car-icons/TrailersOther.d.ts +0 -4
  1364. package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +0 -4
  1365. package/dist/icons/components/car-icons/TruckCrane.d.ts +0 -4
  1366. package/dist/icons/components/car-icons/Universal.d.ts +0 -4
  1367. package/dist/icons/components/car-icons/Van.d.ts +0 -4
  1368. package/dist/icons/components/car-icons/Ycles.d.ts +0 -4
  1369. package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +0 -4
  1370. package/dist/icons/components/car-parameters-icons/Berths.d.ts +0 -4
  1371. package/dist/icons/components/car-parameters-icons/Bucket.d.ts +0 -4
  1372. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +0 -4
  1373. package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +0 -4
  1374. package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +0 -4
  1375. package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +0 -4
  1376. package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +0 -4
  1377. package/dist/icons/components/car-parameters-icons/CarColor.d.ts +0 -4
  1378. package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +0 -4
  1379. package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +0 -4
  1380. package/dist/icons/components/car-parameters-icons/EngineType.d.ts +0 -4
  1381. package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +0 -4
  1382. package/dist/icons/components/car-parameters-icons/GearType.d.ts +0 -4
  1383. package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +0 -4
  1384. package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +0 -4
  1385. package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +0 -4
  1386. package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +0 -4
  1387. package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +0 -4
  1388. package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +0 -4
  1389. package/dist/icons/components/car-parameters-icons/Weight.d.ts +0 -4
  1390. package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +0 -4
  1391. package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +0 -4
  1392. package/dist/icons/components/cars-stubus/Bike.d.ts +0 -4
  1393. package/dist/icons/components/cars-stubus/Car.d.ts +0 -4
  1394. package/dist/icons/components/cars-stubus/Equipment.d.ts +0 -4
  1395. package/dist/icons/components/cars-stubus/Truck.d.ts +0 -4
  1396. package/dist/icons/components/index.d.ts +0 -579
  1397. package/dist/icons/components/types.d.ts +0 -2
  1398. package/dist/index-CweZ_OcN.js +0 -65
  1399. package/dist/index-FDVpKRvA.js +0 -2010
  1400. package/dist/keyboard-B256ZoM-.js +0 -745
  1401. package/dist/label-P7Xsi5N7.js +0 -172
  1402. package/dist/open-closed-CbXq00et.js +0 -93
  1403. package/dist/styles.module-7wzJYhR3.js +0 -40
  1404. package/dist/use-active-press-B6yeSopF.js +0 -31
  1405. package/dist/use-by-comparator-BUO78DGe.js +0 -16
  1406. package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
  1407. package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,26 +1 @@
1
- const getMaskedInputPhoneValue = (value) => {
2
- const rawValue = value.replace(/\D/g, "");
3
- let formattedValue = "+7 ";
4
- if (rawValue.startsWith("7")) {
5
- formattedValue += "(" + rawValue.substring(1, 4);
6
- } else {
7
- formattedValue += rawValue.substring(0, 3);
8
- }
9
- if (rawValue.length > 4) {
10
- formattedValue += ") " + rawValue.substring(4, 7);
11
- }
12
- if (rawValue.length > 7) {
13
- formattedValue += "-" + rawValue.substring(7, 9);
14
- }
15
- if (rawValue.length > 9) {
16
- formattedValue += "-" + rawValue.substring(9, 11);
17
- }
18
- return formattedValue;
19
- };
20
- const getUnmaskedInputValue = (value) => {
21
- return value.replace(/\D/g, "");
22
- };
23
- export {
24
- getMaskedInputPhoneValue,
25
- getUnmaskedInputValue
26
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=n=>{const e=n.replace(/\D/g,"");let t="+7 ";return e.startsWith("7")?t+="("+e.substring(1,4):t+=e.substring(0,3),e.length>4&&(t+=") "+e.substring(4,7)),e.length>7&&(t+="-"+e.substring(7,9)),e.length>9&&(t+="-"+e.substring(9,11)),t},u=n=>n.replace(/\D/g,"");exports.getMaskedInputPhoneValue=s;exports.getUnmaskedInputValue=u;
@@ -1,219 +1 @@
1
- import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
- import { c as classNames } from "../../index-CweZ_OcN.js";
3
- import { memo, useState, useEffect } from "react";
4
- import { EInputRangeSliderPositions, EInputRangeSliderBorderState, DEFAULT_STEP, DEFAULT_WIDTH } from "./constants.js";
5
- import '../../assets/InputRangeSlider.css';const wrapper = "_wrapper_1ppt2_8";
6
- const input = "_input_1ppt2_18";
7
- const rail = "_rail_1ppt2_115";
8
- const off = "_off_1ppt2_124";
9
- const right = "_right_1ppt2_124";
10
- const left = "_left_1ppt2_145";
11
- const control = "_control_1ppt2_36";
12
- const disabled = "_disabled_1ppt2_170";
13
- const cls = {
14
- "main-wrapper": "_main-wrapper_1ppt2_2",
15
- wrapper,
16
- "input-wrapper": "_input-wrapper_1ppt2_18",
17
- "info-wrapper": "_info-wrapper_1ppt2_26",
18
- "control-wrapper": "_control-wrapper_1ppt2_36",
19
- input,
20
- "equal-value": "_equal-value_1ppt2_108",
21
- "is-double-range": "_is-double-range_1ppt2_111",
22
- rail,
23
- off,
24
- right,
25
- "double-range": "_double-range_1ppt2_124",
26
- "inner-rail": "_inner-rail_1ppt2_134",
27
- left,
28
- control,
29
- disabled
30
- };
31
- const InputRangeSlider = memo(
32
- ({
33
- min,
34
- max,
35
- value,
36
- disabled: disabled2,
37
- isMinEqualMax = false,
38
- isSingleSlider = true,
39
- onChange,
40
- step = DEFAULT_STEP,
41
- borderState = EInputRangeSliderBorderState.ON,
42
- positions = EInputRangeSliderPositions.LEFT,
43
- minMaxDescriptions,
44
- onChangeValue,
45
- wrapperClassName,
46
- ...props
47
- }) => {
48
- const [minValue, setMinValue] = useState(() => (value == null ? void 0 : value.min) ?? min);
49
- const [maxValue, setMaxValue] = useState(() => (value == null ? void 0 : value.max) ?? max);
50
- const {
51
- max: maxDescription,
52
- min: minDescription,
53
- maxClassName,
54
- minClassName
55
- } = minMaxDescriptions ?? {};
56
- useEffect(() => {
57
- if (value) {
58
- value.min && setMinValue(value.min);
59
- value.max && setMaxValue(value.max);
60
- }
61
- }, [value]);
62
- const handleMinChange = (event) => {
63
- event.preventDefault();
64
- const newMinVal = Math.min(
65
- +event.target.value,
66
- isSingleSlider || isMinEqualMax ? maxValue : maxValue - step
67
- );
68
- if (!value) {
69
- setMinValue(newMinVal);
70
- }
71
- onChangeValue == null ? void 0 : onChangeValue({ min: newMinVal, max: maxValue });
72
- onChange == null ? void 0 : onChange(event);
73
- };
74
- const handleMaxChange = (event) => {
75
- event.preventDefault();
76
- const newMaxVal = Math.max(
77
- +event.target.value,
78
- isMinEqualMax ? minValue : minValue + step
79
- );
80
- if (!value) {
81
- setMaxValue(newMaxVal);
82
- }
83
- onChangeValue == null ? void 0 : onChangeValue({ min: minValue, max: newMaxVal });
84
- onChange == null ? void 0 : onChange(event);
85
- };
86
- const minPos = (minValue - min) / (max - min) * DEFAULT_WIDTH;
87
- const maxPos = (maxValue - min) / (max - min) * DEFAULT_WIDTH;
88
- const isLeftPosition = positions === EInputRangeSliderPositions.LEFT;
89
- const isEqualValue = minValue === maxValue && maxPos !== 0;
90
- const isOff = borderState === EInputRangeSliderBorderState.OFF;
91
- const renderInputs = () => {
92
- const inputProps = {
93
- ...props,
94
- type: "range",
95
- min,
96
- max,
97
- step
98
- };
99
- const leftInput = /* @__PURE__ */ jsx(
100
- "input",
101
- {
102
- ...inputProps,
103
- className: classNames(cls.input, {
104
- [cls["equal-value"]]: isEqualValue,
105
- [cls["is-double-range"]]: !isSingleSlider
106
- }),
107
- disabled: disabled2,
108
- value: minValue,
109
- onChange: handleMinChange
110
- }
111
- );
112
- const rightInput = /* @__PURE__ */ jsx(
113
- "input",
114
- {
115
- ...inputProps,
116
- className: classNames(cls.input, {
117
- [cls["is-double-range"]]: !isSingleSlider
118
- }),
119
- disabled: disabled2,
120
- value: maxValue,
121
- onChange: handleMaxChange
122
- }
123
- );
124
- if (isSingleSlider) {
125
- return isLeftPosition ? leftInput : rightInput;
126
- }
127
- return /* @__PURE__ */ jsxs(Fragment, { children: [
128
- leftInput,
129
- rightInput
130
- ] });
131
- };
132
- const renderControls = () => {
133
- const leftControl = /* @__PURE__ */ jsx(
134
- "div",
135
- {
136
- className: classNames(cls.control, {
137
- [cls.disabled]: disabled2
138
- }),
139
- style: {
140
- left: `${minPos}%`
141
- }
142
- }
143
- );
144
- const rightControl = /* @__PURE__ */ jsx(
145
- "div",
146
- {
147
- className: classNames(cls.control, {
148
- [cls.disabled]: disabled2
149
- }),
150
- style: {
151
- left: `${maxPos}%`
152
- }
153
- }
154
- );
155
- const getRailWidth = () => {
156
- if (isOff) {
157
- return isLeftPosition ? `${minPos}%` : `${DEFAULT_WIDTH - maxPos}%`;
158
- }
159
- return !isLeftPosition ? `${DEFAULT_WIDTH - maxPos}%` : void 0;
160
- };
161
- const innerRailRight = isSingleSlider && !isLeftPosition ? "0%" : `${DEFAULT_WIDTH - maxPos}%`;
162
- const innerRailWidth = isSingleSlider && !isLeftPosition ? getRailWidth() : `${maxPos - minPos}%`;
163
- const rail2 = /* @__PURE__ */ jsxs(Fragment, { children: [
164
- /* @__PURE__ */ jsx(
165
- "div",
166
- {
167
- style: {
168
- width: !isOff && !isLeftPosition ? `${maxPos}%` : getRailWidth()
169
- },
170
- className: classNames(cls.rail, cls[borderState], cls[positions], {
171
- [cls["double-range"]]: !isSingleSlider
172
- })
173
- }
174
- ),
175
- /* @__PURE__ */ jsx(
176
- "div",
177
- {
178
- style: {
179
- right: innerRailRight,
180
- width: innerRailWidth
181
- },
182
- className: classNames(
183
- cls["inner-rail"],
184
- cls[borderState],
185
- cls[positions],
186
- {
187
- [cls["double-range"]]: !isSingleSlider
188
- }
189
- )
190
- }
191
- )
192
- ] });
193
- if (isSingleSlider) {
194
- return /* @__PURE__ */ jsxs(Fragment, { children: [
195
- isLeftPosition ? leftControl : rightControl,
196
- rail2
197
- ] });
198
- }
199
- return /* @__PURE__ */ jsxs(Fragment, { children: [
200
- leftControl,
201
- rail2,
202
- rightControl
203
- ] });
204
- };
205
- return /* @__PURE__ */ jsxs("div", { className: classNames(cls["main-wrapper"], wrapperClassName), children: [
206
- /* @__PURE__ */ jsxs("div", { className: cls["info-wrapper"], children: [
207
- !!minDescription && /* @__PURE__ */ jsx("div", { className: minClassName, children: minDescription }),
208
- !!maxDescription && /* @__PURE__ */ jsx("div", { className: maxClassName, children: maxDescription })
209
- ] }),
210
- /* @__PURE__ */ jsxs("div", { className: cls.wrapper, children: [
211
- /* @__PURE__ */ jsx("div", { className: cls["control-wrapper"], children: renderControls() }),
212
- /* @__PURE__ */ jsx("div", { className: cls["input-wrapper"], children: renderInputs() })
213
- ] })
214
- ] });
215
- }
216
- );
217
- export {
218
- InputRangeSlider
219
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/InputRangeSlider.css');const s=require("react/jsx-runtime"),l=require("../../index-gDmAUrkZ.cjs"),N=require("react"),a=require("./constants.js"),v="_wrapper_1kfjr_8",z="_input_1kfjr_18",G="_rail_1kfjr_115",J="_off_1kfjr_124",K="_right_1kfjr_124",Q="_left_1kfjr_145",X="_control_1kfjr_36",Y="_disabled_1kfjr_170",r={"main-wrapper":"_main-wrapper_1kfjr_2",wrapper:v,"input-wrapper":"_input-wrapper_1kfjr_18","info-wrapper":"_info-wrapper_1kfjr_26","control-wrapper":"_control-wrapper_1kfjr_36",input:z,"equal-value":"_equal-value_1kfjr_108","is-double-range":"_is-double-range_1kfjr_111",rail:G,off:J,right:K,"double-range":"_double-range_1kfjr_124","inner-rail":"_inner-rail_1kfjr_134",left:Q,control:X,disabled:Y},Z=N.memo(({min:p,max:j,value:t,disabled:x,isMinEqualMax:T=!1,isSingleSlider:i=!0,onChange:_,step:w=a.DEFAULT_STEP,borderState:k=a.EInputRangeSliderBorderState.ON,positions:D=a.EInputRangeSliderPositions.LEFT,minMaxDescriptions:L,onChangeValue:m,wrapperClassName:P,...$})=>{const[f,E]=N.useState(()=>(t==null?void 0:t.min)??p),[d,F]=N.useState(()=>(t==null?void 0:t.max)??j),{max:R,min:h,maxClassName:q,minClassName:y}=L??{};N.useEffect(()=>{t&&(t.min&&E(t.min),t.max&&F(t.max))},[t]);const M=e=>{e.preventDefault();const n=Math.min(+e.target.value,i||T?d:d-w);t||E(n),m==null||m({min:n,max:d}),_==null||_(e)},W=e=>{e.preventDefault();const n=Math.max(+e.target.value,T?f:f+w);t||F(n),m==null||m({min:f,max:n}),_==null||_(e)},I=(f-p)/(j-p)*a.DEFAULT_WIDTH,c=(d-p)/(j-p)*a.DEFAULT_WIDTH,o=D===a.EInputRangeSliderPositions.LEFT,A=f===d&&c!==0,b=k===a.EInputRangeSliderBorderState.OFF,U=()=>{const e={...$,type:"range",min:p,max:j,step:w},n=s.jsx("input",{...e,className:l.classNames(r.input,{[r["equal-value"]]:A,[r["is-double-range"]]:!i}),disabled:x,value:f,onChange:M}),u=s.jsx("input",{...e,className:l.classNames(r.input,{[r["is-double-range"]]:!i}),disabled:x,value:d,onChange:W});return i?o?n:u:s.jsxs(s.Fragment,{children:[n,u]})},H=()=>{const e=s.jsx("div",{className:l.classNames(r.control,{[r.disabled]:x}),style:{left:`${I}%`}}),n=s.jsx("div",{className:l.classNames(r.control,{[r.disabled]:x}),style:{left:`${c}%`}}),u=()=>b?o?`${I}%`:`${a.DEFAULT_WIDTH-c}%`:o?void 0:`${a.DEFAULT_WIDTH-c}%`,O=i&&!o?"0%":`${a.DEFAULT_WIDTH-c}%`,B=i&&!o?u():`${c-I}%`,g=s.jsxs(s.Fragment,{children:[s.jsx("div",{style:{width:!b&&!o?`${c}%`:u()},className:l.classNames(r.rail,r[k],r[D],{[r["double-range"]]:!i})}),s.jsx("div",{style:{right:O,width:B},className:l.classNames(r["inner-rail"],r[k],r[D],{[r["double-range"]]:!i})})]});return i?s.jsxs(s.Fragment,{children:[o?e:n,g]}):s.jsxs(s.Fragment,{children:[e,g,n]})};return s.jsxs("div",{className:l.classNames(r["main-wrapper"],P),children:[s.jsxs("div",{className:r["info-wrapper"],children:[!!h&&s.jsx("div",{className:y,children:h}),!!R&&s.jsx("div",{className:q,children:R})]}),s.jsxs("div",{className:r.wrapper,children:[s.jsx("div",{className:r["control-wrapper"],children:H()}),s.jsx("div",{className:r["input-wrapper"],children:U()})]})]})});exports.InputRangeSlider=Z;
@@ -1,18 +1 @@
1
- var EInputRangeSliderPositions = /* @__PURE__ */ ((EInputRangeSliderPositions2) => {
2
- EInputRangeSliderPositions2["LEFT"] = "left";
3
- EInputRangeSliderPositions2["RIGHT"] = "right";
4
- return EInputRangeSliderPositions2;
5
- })(EInputRangeSliderPositions || {});
6
- var EInputRangeSliderBorderState = /* @__PURE__ */ ((EInputRangeSliderBorderState2) => {
7
- EInputRangeSliderBorderState2["ON"] = "on";
8
- EInputRangeSliderBorderState2["OFF"] = "off";
9
- return EInputRangeSliderBorderState2;
10
- })(EInputRangeSliderBorderState || {});
11
- const DEFAULT_STEP = 1;
12
- const DEFAULT_WIDTH = 100;
13
- export {
14
- DEFAULT_STEP,
15
- DEFAULT_WIDTH,
16
- EInputRangeSliderBorderState,
17
- EInputRangeSliderPositions
18
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r=(t=>(t.LEFT="left",t.RIGHT="right",t))(r||{}),T=(t=>(t.ON="on",t.OFF="off",t))(T||{});const e=1,o=100;exports.DEFAULT_STEP=e;exports.DEFAULT_WIDTH=o;exports.EInputRangeSliderBorderState=T;exports.EInputRangeSliderPositions=r;
@@ -1,7 +1 @@
1
- import { InputRangeSlider } from "./InputRangeSlider.js";
2
- import { EInputRangeSliderBorderState, EInputRangeSliderPositions } from "./constants.js";
3
- export {
4
- EInputRangeSliderBorderState,
5
- EInputRangeSliderPositions,
6
- InputRangeSlider
7
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./InputRangeSlider.js"),e=require("./constants.js");exports.InputRangeSlider=n.InputRangeSlider;exports.EInputRangeSliderBorderState=e.EInputRangeSliderBorderState;exports.EInputRangeSliderPositions=e.EInputRangeSliderPositions;
@@ -1,47 +1 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
2
- import { useState, useEffect } from "react";
3
- import { formating } from "../../utils/index.js";
4
- import { Button } from "../Button/Button.js";
5
- import '../../assets/ListFiles.css';const cls = {
6
- "file-info": "_file-info_exvu6_2",
7
- "file-info-size": "_file-info-size_exvu6_8",
8
- "file-info-name-wrapper": "_file-info-name-wrapper_exvu6_16",
9
- "file-info-name": "_file-info-name_exvu6_16",
10
- "file-upload-container": "_file-upload-container_exvu6_34",
11
- "file-upload-container-item": "_file-upload-container-item_exvu6_42",
12
- "delete-button": "_delete-button_exvu6_51"
13
- };
14
- function ListFiles({ value, onChange }) {
15
- const [list, setList] = useState(value);
16
- useEffect(() => {
17
- setList(value);
18
- }, [value]);
19
- const onDelete = async (id) => {
20
- const newList = [...list.filter((el) => el.id !== id)];
21
- setList(newList);
22
- onChange == null ? void 0 : onChange({ deleteId: id, list: newList });
23
- };
24
- return /* @__PURE__ */ jsx("ul", { className: cls["file-upload-container"], children: list.map((el, key) => /* @__PURE__ */ jsxs("li", { className: cls["file-upload-container-item"], children: [
25
- /* @__PURE__ */ jsxs("div", { className: cls["file-info"], children: [
26
- (el == null ? void 0 : el.size) && /* @__PURE__ */ jsxs("span", { className: cls["file-info-size"], children: [
27
- " ",
28
- formating.Size(el == null ? void 0 : el.size)
29
- ] }),
30
- /* @__PURE__ */ jsx("div", { className: cls["file-info-name-wrapper"], children: /* @__PURE__ */ jsx("div", { className: cls["file-info-name"], children: el.name }) })
31
- ] }),
32
- /* @__PURE__ */ jsx(
33
- Button,
34
- {
35
- isIconButton: true,
36
- iconName: "Close12px",
37
- size: "m-s",
38
- variant: "secondary-gray",
39
- className: cls["delete-button"],
40
- onClick: () => onDelete(el.id)
41
- }
42
- )
43
- ] }, key)) });
44
- }
45
- export {
46
- ListFiles
47
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/ListFiles.css');const i=require("react/jsx-runtime"),c=require("react"),u=require("../../utils/index.js"),d=require("../Button/Button.js"),n={"file-info":"_file-info_12h1y_2","file-info-size":"_file-info-size_12h1y_8","file-info-name-wrapper":"_file-info-name-wrapper_12h1y_16","file-info-name":"_file-info-name_12h1y_16","file-upload-container":"_file-upload-container_12h1y_34","file-upload-container-item":"_file-upload-container-item_12h1y_42","delete-button":"_delete-button_12h1y_51"};function m({value:s,onChange:o}){const[a,l]=c.useState(s);c.useEffect(()=>{l(s)},[s]);const r=async e=>{const t=[...a.filter(f=>f.id!==e)];l(t),o==null||o({deleteId:e,list:t})};return i.jsx("ul",{className:n["file-upload-container"],children:a.map((e,t)=>i.jsxs("li",{className:n["file-upload-container-item"],children:[i.jsxs("div",{className:n["file-info"],children:[(e==null?void 0:e.size)&&i.jsxs("span",{className:n["file-info-size"],children:[" ",u.formating.Size(e==null?void 0:e.size)]}),i.jsx("div",{className:n["file-info-name-wrapper"],children:i.jsx("div",{className:n["file-info-name"],children:e.name})})]}),i.jsx(d.Button,{isIconButton:!0,iconName:"Close12px",size:"m-s",variant:"secondary-gray",className:n["delete-button"],onClick:()=>r(e.id)})]},t))})}exports.ListFiles=m;
@@ -1,33 +1 @@
1
- const photos = [
2
- {
3
- id: 111,
4
- name: "ООО “КИЗ-СТРОЙ” - Свидетельство о регистрации (06.12.2003).xls",
5
- url: "https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg",
6
- size: 1024,
7
- type: "image/png"
8
- },
9
- {
10
- id: 112,
11
- name: "ООО “КИЗ-СТРОЙ” - Доверенность (20.10.2005).xls",
12
- url: "https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg",
13
- size: 1024,
14
- type: "image/png"
15
- },
16
- {
17
- id: 113,
18
- name: "Скан паспорта.pdf",
19
- url: "https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg",
20
- size: 2064,
21
- type: "image/png"
22
- },
23
- {
24
- id: 114,
25
- name: "Прочие документы.xls",
26
- url: "https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg",
27
- size: 1024,
28
- type: "image/png"
29
- }
30
- ];
31
- export {
32
- photos
33
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=[{id:111,name:"ООО “КИЗ-СТРОЙ” - Свидетельство о регистрации (06.12.2003).xls",url:"https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg",size:1024,type:"image/png"},{id:112,name:"ООО “КИЗ-СТРОЙ” - Доверенность (20.10.2005).xls",url:"https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg",size:1024,type:"image/png"},{id:113,name:"Скан паспорта.pdf",url:"https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg",size:2064,type:"image/png"},{id:114,name:"Прочие документы.xls",url:"https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg",size:1024,type:"image/png"}];exports.photos=e;
@@ -1,4 +1 @@
1
- import { ListFiles } from "./ListFiles.js";
2
- export {
3
- ListFiles
4
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./ListFiles.js");exports.ListFiles=e.ListFiles;
@@ -1,37 +1 @@
1
- import { jsx, jsxs } from "react/jsx-runtime";
2
- import { useState, useEffect } from "react";
3
- import { Button } from "../Button/Button.js";
4
- import '../../assets/ListPhotos.css';const cls = {
5
- "list-photos": "_list-photos_1m1u4_2",
6
- "list-photos-item": "_list-photos-item_1m1u4_10",
7
- "list-photos-image": "_list-photos-image_1m1u4_19",
8
- "delete-button": "_delete-button_1m1u4_24"
9
- };
10
- function ListPhotos({ value, onChange }) {
11
- const [list, setList] = useState(value);
12
- useEffect(() => {
13
- setList(value);
14
- }, [value]);
15
- const onDelete = async (id) => {
16
- const newList = [...list.filter((el) => el.id !== id)];
17
- setList(newList);
18
- onChange == null ? void 0 : onChange({ deleteId: id, list: newList });
19
- };
20
- return /* @__PURE__ */ jsx("ul", { className: cls["list-photos"], children: list.map((el) => /* @__PURE__ */ jsxs("li", { className: cls["list-photos-item"], children: [
21
- /* @__PURE__ */ jsx("img", { className: cls["list-photos-image"], src: el.url, alt: "" }),
22
- onChange && /* @__PURE__ */ jsx(
23
- Button,
24
- {
25
- isIconButton: true,
26
- iconName: "Close12px",
27
- size: "m-s",
28
- variant: "secondary-gray",
29
- className: cls["delete-button"],
30
- onClick: () => onDelete(el.id)
31
- }
32
- )
33
- ] }, el.id)) });
34
- }
35
- export {
36
- ListPhotos
37
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/ListPhotos.css');const o=require("react/jsx-runtime"),n=require("react"),a=require("../Button/Button.js"),e={"list-photos":"_list-photos_if5ro_2","list-photos-item":"_list-photos-item_if5ro_10","list-photos-image":"_list-photos-image_if5ro_19","delete-button":"_delete-button_if5ro_24"};function _({value:i,onChange:s}){const[l,c]=n.useState(i);n.useEffect(()=>{c(i)},[i]);const u=async t=>{const r=[...l.filter(m=>m.id!==t)];c(r),s==null||s({deleteId:t,list:r})};return o.jsx("ul",{className:e["list-photos"],children:l.map(t=>o.jsxs("li",{className:e["list-photos-item"],children:[o.jsx("img",{className:e["list-photos-image"],src:t.url,alt:""}),s&&o.jsx(a.Button,{isIconButton:!0,iconName:"Close12px",size:"m-s",variant:"secondary-gray",className:e["delete-button"],onClick:()=>u(t.id)})]},t.id))})}exports.ListPhotos=_;
@@ -1,21 +1 @@
1
- const photos = [
2
- {
3
- id: 111,
4
- url: "https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg"
5
- },
6
- {
7
- id: 112,
8
- url: "https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg"
9
- },
10
- {
11
- id: 113,
12
- url: "https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg"
13
- },
14
- {
15
- id: 114,
16
- url: "https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg"
17
- }
18
- ];
19
- export {
20
- photos
21
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=[{id:111,url:"https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg"},{id:112,url:"https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg"},{id:113,url:"https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg"},{id:114,url:"https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg"}];exports.photos=t;
@@ -1,4 +1 @@
1
- import { ListPhotos } from "./ListPhotos.js";
2
- export {
3
- ListPhotos
4
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./ListPhotos.js");exports.ListPhotos=t.ListPhotos;
@@ -1,18 +1 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- import '../../assets/Loader.css';const loader = "_loader_eco13_2";
3
- const circle = "_circle_eco13_11";
4
- const animate = "_animate_eco13_1";
5
- const cls = {
6
- loader,
7
- circle,
8
- animate
9
- };
10
- const Loader = () => {
11
- return /* @__PURE__ */ jsxs("div", { className: cls.loader, children: [
12
- /* @__PURE__ */ jsx("span", { className: cls.circle }),
13
- /* @__PURE__ */ jsx("span", { className: cls.circle })
14
- ] });
15
- };
16
- export {
17
- Loader
18
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/Loader.css');const e=require("react/jsx-runtime"),a="_loader_eco13_2",s="_circle_eco13_11",r="_animate_eco13_1",c={loader:a,circle:s,animate:r},o=()=>e.jsxs("div",{className:c.loader,children:[e.jsx("span",{className:c.circle}),e.jsx("span",{className:c.circle})]});exports.Loader=o;
@@ -1,4 +1 @@
1
- import { Loader } from "./Loader.js";
2
- export {
3
- Loader
4
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Loader.js");exports.Loader=e.Loader;
@@ -1,53 +1 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { c as classNames } from "../../index-CweZ_OcN.js";
3
- import { memo } from "react";
4
- import { EMergedButtonVariantRound } from "./constants.js";
5
- import { Button } from "../Button/Button.js";
6
- import '../../assets/MergedButton.css';const buttons = "_buttons_1s9fa_2";
7
- const gray = "_gray_1s9fa_28";
8
- const white = "_white_1s9fa_36";
9
- const transparent = "_transparent_1s9fa_44";
10
- const cls = {
11
- buttons,
12
- "merged-button": "_merged-button_1s9fa_6",
13
- gray,
14
- white,
15
- transparent,
16
- "is-icon": "_is-icon_1s9fa_53"
17
- };
18
- const MergedButton = memo(({ buttons: buttons2 }) => {
19
- return /* @__PURE__ */ jsx("div", { className: cls.buttons, children: buttons2.map(
20
- ({ variant = EMergedButtonVariantRound.White, disabled, ...button }, index) => {
21
- const buttonProps = {
22
- ...button,
23
- isIconButton: button.isIconButton ?? false,
24
- iconName: button.isIconButton ? button.iconName : void 0,
25
- leftIcon: button.isIconButton ? void 0 : button.leftIcon,
26
- rightIcon: button.isIconButton ? void 0 : button.rightIcon
27
- };
28
- const className = classNames(
29
- cls["merged-button"],
30
- {
31
- [cls[variant]]: !disabled,
32
- [cls.disabled]: disabled,
33
- [cls["is-icon"]]: button.isIconButton
34
- },
35
- button.className
36
- );
37
- return /* @__PURE__ */ jsx(
38
- Button,
39
- {
40
- clear: true,
41
- disabled,
42
- className,
43
- ...buttonProps
44
- },
45
- index
46
- );
47
- }
48
- ) });
49
- });
50
- MergedButton.displayName = "MergedButton";
51
- export {
52
- MergedButton
53
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/MergedButton.css');const o=require("react/jsx-runtime"),m=require("../../index-gDmAUrkZ.cjs"),_=require("react"),g=require("./constants.js"),d=require("../Button/Button.js"),p="_buttons_p8gim_2",B="_gray_p8gim_28",l="_white_p8gim_36",I="_transparent_p8gim_44",n={buttons:p,"merged-button":"_merged-button_p8gim_6",gray:B,white:l,transparent:I,"is-icon":"_is-icon_p8gim_53"},s=_.memo(({buttons:i})=>o.jsx("div",{className:n.buttons,children:i.map(({variant:r=g.EMergedButtonVariantRound.White,disabled:e,...t},c)=>{const a={...t,isIconButton:t.isIconButton??!1,iconName:t.isIconButton?t.iconName:void 0,leftIcon:t.isIconButton?void 0:t.leftIcon,rightIcon:t.isIconButton?void 0:t.rightIcon},u=m.classNames(n["merged-button"],{[n[r]]:!e,[n.disabled]:e,[n["is-icon"]]:t.isIconButton},t.className);return o.jsx(d.Button,{clear:!0,disabled:e,className:u,...a},c)})}));s.displayName="MergedButton";exports.MergedButton=s;
@@ -1,9 +1 @@
1
- var EMergedButtonVariantRound = /* @__PURE__ */ ((EMergedButtonVariantRound2) => {
2
- EMergedButtonVariantRound2["Transparent"] = "transparent";
3
- EMergedButtonVariantRound2["Gray"] = "gray";
4
- EMergedButtonVariantRound2["White"] = "white";
5
- return EMergedButtonVariantRound2;
6
- })(EMergedButtonVariantRound || {});
7
- export {
8
- EMergedButtonVariantRound
9
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e=(r=>(r.Transparent="transparent",r.Gray="gray",r.White="white",r))(e||{});exports.EMergedButtonVariantRound=e;
@@ -1,6 +1 @@
1
- import { MergedButton } from "./MergedButton.js";
2
- import { EMergedButtonVariantRound } from "./constants.js";
3
- export {
4
- EMergedButtonVariantRound,
5
- MergedButton
6
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./MergedButton.js"),e=require("./constants.js");exports.MergedButton=t.MergedButton;exports.EMergedButtonVariantRound=e.EMergedButtonVariantRound;
@@ -1,38 +1 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { c as classNames } from "../../index-CweZ_OcN.js";
3
- import { ENotificationBadgeSize } from "./constants.js";
4
- import '../../assets/NotificationBadge.css';const m = "_m_2ldj3_18";
5
- const s = "_s_2ldj3_24";
6
- const cls = {
7
- "notification-badge": "_notification-badge_2ldj3_2",
8
- "notification-badge-absolute": "_notification-badge-absolute_2ldj3_14",
9
- m,
10
- s
11
- };
12
- const NotificationBadge = ({
13
- count,
14
- position,
15
- absolute,
16
- size = ENotificationBadgeSize.M
17
- }) => /* @__PURE__ */ jsx(
18
- "div",
19
- {
20
- className: classNames(
21
- cls["notification-badge"],
22
- {
23
- [cls["notification-badge-absolute"]]: absolute
24
- },
25
- cls[size]
26
- ),
27
- style: {
28
- top: position == null ? void 0 : position.top,
29
- right: position == null ? void 0 : position.right,
30
- bottom: position == null ? void 0 : position.bottom,
31
- left: position == null ? void 0 : position.left
32
- },
33
- children: count
34
- }
35
- );
36
- export {
37
- NotificationBadge
38
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/NotificationBadge.css');const f=require("react/jsx-runtime"),d=require("../../index-gDmAUrkZ.cjs"),u=require("./constants.js"),_="_m_ugqfj_18",b="_s_ugqfj_24",t={"notification-badge":"_notification-badge_ugqfj_2","notification-badge-absolute":"_notification-badge-absolute_ugqfj_14",m:_,s:b},l=({count:a,position:e,absolute:c,size:g=u.ENotificationBadgeSize.M})=>f.jsx("div",{className:d.classNames(t["notification-badge"],{[t["notification-badge-absolute"]]:c},t[g]),style:{top:e==null?void 0:e.top,right:e==null?void 0:e.right,bottom:e==null?void 0:e.bottom,left:e==null?void 0:e.left},children:a});exports.NotificationBadge=l;
@@ -1,8 +1 @@
1
- var ENotificationBadgeSize = /* @__PURE__ */ ((ENotificationBadgeSize2) => {
2
- ENotificationBadgeSize2["S"] = "s";
3
- ENotificationBadgeSize2["M"] = "m";
4
- return ENotificationBadgeSize2;
5
- })(ENotificationBadgeSize || {});
6
- export {
7
- ENotificationBadgeSize
8
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r=(e=>(e.S="s",e.M="m",e))(r||{});exports.ENotificationBadgeSize=r;
@@ -1,6 +1 @@
1
- import { NotificationBadge } from "./NotificationBadge.js";
2
- import { ENotificationBadgeSize } from "./constants.js";
3
- export {
4
- ENotificationBadgeSize,
5
- NotificationBadge
6
- };
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./NotificationBadge.js"),t=require("./constants.js");exports.NotificationBadge=i.NotificationBadge;exports.ENotificationBadgeSize=t.ENotificationBadgeSize;