mimir-ui-kit 1.34.4 → 1.34.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (786) hide show
  1. package/dist/Input-DGr0q5AJ.js +210 -0
  2. package/dist/ProgressBar-C0dC7o7N.js +55 -0
  3. package/dist/assets/ProgressBar.css +1 -1
  4. package/dist/assets/Slider.css +1 -1
  5. package/dist/bugs-diTMAGNw.js +18 -0
  6. package/dist/components/Accordion/Accordion.js +187 -212
  7. package/dist/components/Accordion/AccordionItem/AccordionItem.js +8 -14
  8. package/dist/components/Accordion/AccordionItem/index.js +2 -2
  9. package/dist/components/Accordion/constants.js +7 -36
  10. package/dist/components/Accordion/index.js +6 -6
  11. package/dist/components/AnchorLink/Link.js +39 -50
  12. package/dist/components/AnchorLink/constants.js +3 -14
  13. package/dist/components/AnchorLink/index.js +5 -5
  14. package/dist/components/Avatar/Avatar.js +37 -42
  15. package/dist/components/Avatar/constants.js +2 -7
  16. package/dist/components/Avatar/index.js +4 -4
  17. package/dist/components/Button/Button.js +59 -75
  18. package/dist/components/Button/constants.js +7 -52
  19. package/dist/components/Button/index.js +9 -9
  20. package/dist/components/CheckboxMimir/CheckboxMimir.js +48 -59
  21. package/dist/components/CheckboxMimir/index.js +2 -2
  22. package/dist/components/Chip/Chip.js +35 -47
  23. package/dist/components/Chip/constants.js +3 -17
  24. package/dist/components/Chip/index.js +5 -5
  25. package/dist/components/DatePicker/DatePicker.js +106 -162
  26. package/dist/components/DatePicker/DatePickerModal.js +99 -151
  27. package/dist/components/DatePicker/MonthPickerModal.js +61 -90
  28. package/dist/components/DatePicker/YearPickerModal.js +54 -85
  29. package/dist/components/DatePicker/constants.d.ts +1 -1
  30. package/dist/components/DatePicker/constants.js +7 -18
  31. package/dist/components/DatePicker/index.js +2 -2
  32. package/dist/components/DatePicker/utils.js +5 -13
  33. package/dist/components/Drawer/Drawer.d.ts +3 -2
  34. package/dist/components/Drawer/Drawer.js +100 -140
  35. package/dist/components/Drawer/constants.js +2 -8
  36. package/dist/components/Drawer/index.js +4 -4
  37. package/dist/components/GosZnak/GosZnak.js +58 -71
  38. package/dist/components/GosZnak/constants.js +3 -15
  39. package/dist/components/GosZnak/index.js +5 -5
  40. package/dist/components/Image/Image.js +38 -54
  41. package/dist/components/Image/index.js +2 -2
  42. package/dist/components/Input/Input.js +3 -3
  43. package/dist/components/Input/constants.js +4 -20
  44. package/dist/components/Input/index.js +6 -6
  45. package/dist/components/InputPassword/InputPassword.js +36 -43
  46. package/dist/components/InputPassword/index.js +2 -2
  47. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +23 -26
  48. package/dist/components/InputPhoneNumber/index.js +5 -5
  49. package/dist/components/InputPhoneNumber/utils.js +7 -24
  50. package/dist/components/InputRangeSlider/InputRangeSlider.js +110 -158
  51. package/dist/components/InputRangeSlider/constants.js +6 -16
  52. package/dist/components/InputRangeSlider/index.js +5 -5
  53. package/dist/components/ListFiles/ListFiles.js +25 -26
  54. package/dist/components/ListFiles/constants.js +2 -2
  55. package/dist/components/ListFiles/index.js +2 -2
  56. package/dist/components/ListPhotos/ListPhotos.js +21 -22
  57. package/dist/components/ListPhotos/constants.js +2 -2
  58. package/dist/components/ListPhotos/index.js +2 -2
  59. package/dist/components/Loader/Loader.js +10 -16
  60. package/dist/components/Loader/index.js +2 -2
  61. package/dist/components/MergedButton/MergedButton.js +41 -49
  62. package/dist/components/MergedButton/constants.js +2 -7
  63. package/dist/components/MergedButton/index.js +4 -4
  64. package/dist/components/NotificationBadge/NotificationBadge.js +22 -25
  65. package/dist/components/NotificationBadge/constants.js +2 -6
  66. package/dist/components/NotificationBadge/index.js +4 -4
  67. package/dist/components/OtpInput/OtpInput.js +45 -51
  68. package/dist/components/OtpInput/constants.js +4 -6
  69. package/dist/components/OtpInput/hooks.js +74 -111
  70. package/dist/components/OtpInput/index.js +2 -2
  71. package/dist/components/Pagination/Pagination.js +115 -157
  72. package/dist/components/Pagination/constants.js +3 -4
  73. package/dist/components/Pagination/index.js +2 -2
  74. package/dist/components/Portal/Portal.js +6 -8
  75. package/dist/components/Portal/index.js +2 -2
  76. package/dist/components/RadioGroup/RadioGroup.js +135 -141
  77. package/dist/components/RadioGroup/index.js +2 -2
  78. package/dist/components/SelectSearch/SelectSearch.js +2412 -3345
  79. package/dist/components/SelectSearch/constants.js +2 -6
  80. package/dist/components/SelectSearch/index.js +4 -4
  81. package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +29 -31
  82. package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +24 -27
  83. package/dist/components/Skeleton/SkeletonText/SkeletonText.js +26 -32
  84. package/dist/components/Skeleton/constants.js +2 -7
  85. package/dist/components/Skeleton/index.js +8 -8
  86. package/dist/components/Slider/Slider.d.ts +1 -4
  87. package/dist/components/Slider/Slider.js +2938 -343
  88. package/dist/components/Slider/index.d.ts +1 -1
  89. package/dist/components/Slider/index.js +3 -2
  90. package/dist/components/Steps/Steps.js +96 -142
  91. package/dist/components/Steps/constants.js +18 -54
  92. package/dist/components/Steps/index.js +5 -5
  93. package/dist/components/Switcher/Switcher.js +75 -86
  94. package/dist/components/Switcher/constants.js +2 -6
  95. package/dist/components/Switcher/index.js +4 -4
  96. package/dist/components/TabTrail/TabButtons/TabButtons.js +18 -18
  97. package/dist/components/TabTrail/TabButtons/constants.js +3 -12
  98. package/dist/components/TabTrail/TabButtons/index.js +2 -2
  99. package/dist/components/TabTrail/TabTrail.js +227 -245
  100. package/dist/components/TabTrail/constants.js +2 -6
  101. package/dist/components/TabTrail/index.js +4 -4
  102. package/dist/components/Tag/Tag.js +35 -43
  103. package/dist/components/Tag/constants.js +3 -13
  104. package/dist/components/Tag/index.js +5 -5
  105. package/dist/components/TextArea/TextArea.js +148 -175
  106. package/dist/components/TextArea/hooks.js +12 -14
  107. package/dist/components/TextArea/index.js +2 -2
  108. package/dist/components/Timer/Timer.js +17 -21
  109. package/dist/components/Timer/index.js +2 -2
  110. package/dist/components/Toasts/ProgressBar.js +3 -3
  111. package/dist/components/Toasts/Toast.js +47 -48
  112. package/dist/components/Toasts/ToastList.js +28 -38
  113. package/dist/components/Toasts/ToastsProvider.js +29 -33
  114. package/dist/components/Toasts/constants.js +13 -47
  115. package/dist/components/Toasts/hooks.js +5 -6
  116. package/dist/components/Toasts/index.js +7 -7
  117. package/dist/components/Toasts/store.js +24 -34
  118. package/dist/components/TwinSwitcher/TwinSwitcher.js +51 -55
  119. package/dist/components/TwinSwitcher/index.js +2 -2
  120. package/dist/components/UniversalUploader/UniversalUploader.js +61 -89
  121. package/dist/components/UniversalUploader/constants.js +4 -9
  122. package/dist/components/UniversalUploader/index.js +4 -4
  123. package/dist/components/Uploader/Uploader.js +52 -74
  124. package/dist/components/Uploader/constants.js +10 -13
  125. package/dist/components/Uploader/index.js +4 -4
  126. package/dist/components/UploaderFiles/UploaderFiles.js +39 -47
  127. package/dist/components/UploaderFiles/index.js +2 -2
  128. package/dist/components/UploaderPhotos/UploaderPhotos.js +44 -52
  129. package/dist/components/UploaderPhotos/index.js +2 -2
  130. package/dist/components/Vote/Vote.js +76 -100
  131. package/dist/components/Vote/constants.js +7 -13
  132. package/dist/components/Vote/index.js +4 -4
  133. package/dist/components/index.js +135 -135
  134. package/dist/field-FJ34aSs4.js +12 -0
  135. package/dist/focus-management-XwV-9qkO.js +77 -0
  136. package/dist/hidden-DbgtYPOH.js +13 -0
  137. package/dist/hooks/index.js +17 -17
  138. package/dist/hooks/useClickOutside/index.js +2 -2
  139. package/dist/hooks/useClickOutside/useClickOutside.js +11 -20
  140. package/dist/hooks/useCopyToClipboard/index.js +2 -2
  141. package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +10 -17
  142. package/dist/hooks/useInterval/index.js +2 -2
  143. package/dist/hooks/useInterval/useInterval.js +11 -13
  144. package/dist/hooks/useLockBodyScroll/index.js +2 -2
  145. package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +10 -14
  146. package/dist/hooks/useMediaQuery/constants.js +3 -24
  147. package/dist/hooks/useMediaQuery/index.js +5 -5
  148. package/dist/hooks/useMediaQuery/useMediaQuery.js +10 -13
  149. package/dist/hooks/useMergeRefs/index.js +2 -2
  150. package/dist/hooks/useMergeRefs/useMergeRefs.js +21 -20
  151. package/dist/hooks/useResizeObserver/getElement.js +2 -16
  152. package/dist/hooks/useResizeObserver/index.js +2 -2
  153. package/dist/hooks/useResizeObserver/useResizeObserver.js +27 -40
  154. package/dist/hooks/useTimer/index.js +44 -77
  155. package/dist/hooks/useTimer/useTimer.js +45 -74
  156. package/dist/hooks/useTimer/utils.js +50 -67
  157. package/dist/hooks/useWindowSize/index.js +13 -19
  158. package/dist/icons/Icon.js +7 -10
  159. package/dist/icons/components/12px/Close12px.js +14 -16
  160. package/dist/icons/components/12px/MessageRead12px.js +33 -35
  161. package/dist/icons/components/16px/Accept16px.js +23 -25
  162. package/dist/icons/components/16px/Acts16px.js +36 -38
  163. package/dist/icons/components/16px/Acts16pxF.js +31 -33
  164. package/dist/icons/components/16px/AdditionalServicess16px.js +29 -31
  165. package/dist/icons/components/16px/AdditionalServicess16pxF.js +18 -20
  166. package/dist/icons/components/16px/Agents16px.js +20 -22
  167. package/dist/icons/components/16px/Agents16pxF.js +18 -20
  168. package/dist/icons/components/16px/Alarm16px.js +21 -23
  169. package/dist/icons/components/16px/ArrowDown16px.js +20 -22
  170. package/dist/icons/components/16px/ArrowLeft16px.js +20 -22
  171. package/dist/icons/components/16px/ArrowRight16px.js +20 -22
  172. package/dist/icons/components/16px/ArrowUp16px.js +20 -22
  173. package/dist/icons/components/16px/ArrowUpright16px.js +20 -22
  174. package/dist/icons/components/16px/AttachFile16px.js +20 -22
  175. package/dist/icons/components/16px/Bell16px.js +40 -42
  176. package/dist/icons/components/16px/Bell16pxF.js +30 -32
  177. package/dist/icons/components/16px/Calculator16px.js +20 -22
  178. package/dist/icons/components/16px/CalculatorLkk16px.js +31 -33
  179. package/dist/icons/components/16px/CalculatorLkk16pxF.js +20 -22
  180. package/dist/icons/components/16px/Calendar16px.js +20 -22
  181. package/dist/icons/components/16px/Camera16px.js +32 -34
  182. package/dist/icons/components/16px/Car16px.js +31 -33
  183. package/dist/icons/components/16px/Car16pxF.js +20 -22
  184. package/dist/icons/components/16px/Catalog16px.js +20 -22
  185. package/dist/icons/components/16px/Certs16px.js +29 -31
  186. package/dist/icons/components/16px/Certs16pxF.js +29 -31
  187. package/dist/icons/components/16px/Change16px.js +18 -20
  188. package/dist/icons/components/16px/Chat16px.js +29 -31
  189. package/dist/icons/components/16px/Chat16pxF.js +20 -22
  190. package/dist/icons/components/16px/Chatbot16px.js +260 -262
  191. package/dist/icons/components/16px/Close16px.js +20 -22
  192. package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +18 -20
  193. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +18 -20
  194. package/dist/icons/components/16px/Coin16px.js +31 -33
  195. package/dist/icons/components/16px/Coin16pxF.js +38 -40
  196. package/dist/icons/components/16px/Contracts16px.js +31 -33
  197. package/dist/icons/components/16px/Contracts16pxF.js +29 -31
  198. package/dist/icons/components/16px/CopyClipboard16px.js +23 -25
  199. package/dist/icons/components/16px/Done16px.js +20 -22
  200. package/dist/icons/components/16px/Download16px.js +27 -29
  201. package/dist/icons/components/16px/DragHandle16px.js +18 -20
  202. package/dist/icons/components/16px/DragHandleHorizontal16px.js +18 -20
  203. package/dist/icons/components/16px/DragHandleVertical16px.js +18 -20
  204. package/dist/icons/components/16px/DropdownArrowBottom16px.js +20 -22
  205. package/dist/icons/components/16px/DropdownArrowLeft16px.js +20 -22
  206. package/dist/icons/components/16px/DropdownArrowRight16px.js +20 -22
  207. package/dist/icons/components/16px/DropdownArrowUp16px.js +20 -22
  208. package/dist/icons/components/16px/Dzen16px.js +18 -20
  209. package/dist/icons/components/16px/Euro16px.js +21 -23
  210. package/dist/icons/components/16px/Eye16px.js +31 -33
  211. package/dist/icons/components/16px/Failure16px.js +23 -25
  212. package/dist/icons/components/16px/Favorite16px.js +20 -22
  213. package/dist/icons/components/16px/Favorite16pxF.js +18 -20
  214. package/dist/icons/components/16px/Filter16px.js +20 -22
  215. package/dist/icons/components/16px/Flag16pxF.js +12 -14
  216. package/dist/icons/components/16px/Folder16px.js +20 -22
  217. package/dist/icons/components/16px/Fullscreen16px.js +20 -22
  218. package/dist/icons/components/16px/Galery16px.js +23 -25
  219. package/dist/icons/components/16px/Gear16px.js +31 -33
  220. package/dist/icons/components/16px/Gift16px.js +29 -31
  221. package/dist/icons/components/16px/Hint16px.js +21 -23
  222. package/dist/icons/components/16px/Home16px.js +29 -31
  223. package/dist/icons/components/16px/Home16pxF.js +20 -22
  224. package/dist/icons/components/16px/Hot16pxF.js +18 -20
  225. package/dist/icons/components/16px/Kebab16px.js +12 -14
  226. package/dist/icons/components/16px/List16px.js +18 -20
  227. package/dist/icons/components/16px/Location16px.js +31 -33
  228. package/dist/icons/components/16px/Map16px.js +20 -22
  229. package/dist/icons/components/16px/Menu16px.js +18 -20
  230. package/dist/icons/components/16px/MenuMobile16px.js +20 -22
  231. package/dist/icons/components/16px/Minus16px.js +12 -14
  232. package/dist/icons/components/16px/Navigation16px.js +20 -22
  233. package/dist/icons/components/16px/News16px.js +29 -31
  234. package/dist/icons/components/16px/News16pxF.js +20 -22
  235. package/dist/icons/components/16px/Number16px.js +29 -31
  236. package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +18 -20
  237. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +18 -20
  238. package/dist/icons/components/16px/Orders16px.js +29 -31
  239. package/dist/icons/components/16px/Orders16pxF.js +23 -25
  240. package/dist/icons/components/16px/Pause16px.js +12 -14
  241. package/dist/icons/components/16px/Pen16px.js +31 -33
  242. package/dist/icons/components/16px/Pen16pxF.js +20 -22
  243. package/dist/icons/components/16px/Phone16px.js +20 -22
  244. package/dist/icons/components/16px/Play16pxF.js +18 -20
  245. package/dist/icons/components/16px/Plus16px.js +20 -22
  246. package/dist/icons/components/16px/Pound16px.js +21 -23
  247. package/dist/icons/components/16px/PriceDown16px.js +31 -33
  248. package/dist/icons/components/16px/PriceUp16px.js +31 -33
  249. package/dist/icons/components/16px/Question16px.js +20 -22
  250. package/dist/icons/components/16px/Question16pxF.js +20 -22
  251. package/dist/icons/components/16px/Rutube16px.js +18 -20
  252. package/dist/icons/components/16px/Scan16px.js +18 -20
  253. package/dist/icons/components/16px/Search16px.js +20 -22
  254. package/dist/icons/components/16px/Share16pxF.js +18 -20
  255. package/dist/icons/components/16px/ShopingCard16px.js +20 -22
  256. package/dist/icons/components/16px/Sort16px.js +20 -22
  257. package/dist/icons/components/16px/Star16px.js +20 -22
  258. package/dist/icons/components/16px/Star16pxF.js +18 -20
  259. package/dist/icons/components/16px/StarHalf16pxF.js +20 -22
  260. package/dist/icons/components/16px/Telegram16pxF.js +18 -20
  261. package/dist/icons/components/16px/TelegramPlane16pxF.js +18 -20
  262. package/dist/icons/components/16px/Timer16px.js +36 -38
  263. package/dist/icons/components/16px/Trash16px.js +20 -22
  264. package/dist/icons/components/16px/TwinArrowLeft16px.js +18 -20
  265. package/dist/icons/components/16px/TwinArrowRight16px.js +18 -20
  266. package/dist/icons/components/16px/USDollar16px.js +21 -23
  267. package/dist/icons/components/16px/Umbrella16px.js +20 -22
  268. package/dist/icons/components/16px/Umbrella16pxF.js +18 -20
  269. package/dist/icons/components/16px/UnionIcon16px.js +20 -22
  270. package/dist/icons/components/16px/User16px.js +29 -31
  271. package/dist/icons/components/16px/User16pxF.js +18 -20
  272. package/dist/icons/components/16px/Users16px.js +29 -31
  273. package/dist/icons/components/16px/Users16pxF.js +18 -20
  274. package/dist/icons/components/16px/VK16pxF.js +20 -22
  275. package/dist/icons/components/16px/Waiting16px.js +20 -22
  276. package/dist/icons/components/16px/Whatsapp16px.js +29 -31
  277. package/dist/icons/components/16px/WriteUs16px.js +23 -25
  278. package/dist/icons/components/16px/Youtube16pxF.js +18 -20
  279. package/dist/icons/components/16px/Yuan16px.js +21 -23
  280. package/dist/icons/components/24px/Accept24px.js +25 -27
  281. package/dist/icons/components/24px/Acts24px.js +37 -39
  282. package/dist/icons/components/24px/Acts24pxF.js +30 -32
  283. package/dist/icons/components/24px/AdditionalServicess24px.js +30 -32
  284. package/dist/icons/components/24px/AdditionalServicess24pxF.js +19 -21
  285. package/dist/icons/components/24px/Agents24px.js +21 -23
  286. package/dist/icons/components/24px/Agents24pxF.js +28 -30
  287. package/dist/icons/components/24px/Alarm24px.js +22 -24
  288. package/dist/icons/components/24px/ArrowDown24px.js +21 -23
  289. package/dist/icons/components/24px/ArrowLeft24px.js +21 -23
  290. package/dist/icons/components/24px/ArrowRight24px.js +21 -23
  291. package/dist/icons/components/24px/ArrowUp24px.js +21 -23
  292. package/dist/icons/components/24px/ArrowUpright24px.js +21 -23
  293. package/dist/icons/components/24px/AttachFile24px.js +21 -23
  294. package/dist/icons/components/24px/Bell24px.js +41 -43
  295. package/dist/icons/components/24px/Bell24pxF.js +24 -26
  296. package/dist/icons/components/24px/Calculator24px.js +21 -23
  297. package/dist/icons/components/24px/CalculatorLkk24px.js +30 -32
  298. package/dist/icons/components/24px/CalculatorLkk24pxF.js +21 -23
  299. package/dist/icons/components/24px/Calendar24px.js +21 -23
  300. package/dist/icons/components/24px/Camera24px.js +21 -23
  301. package/dist/icons/components/24px/Car24px.js +32 -34
  302. package/dist/icons/components/24px/Car24pxF.js +30 -32
  303. package/dist/icons/components/24px/Catalog24px.js +21 -23
  304. package/dist/icons/components/24px/Certs24px.js +30 -32
  305. package/dist/icons/components/24px/Certs24pxF.js +30 -32
  306. package/dist/icons/components/24px/Change24px.js +21 -23
  307. package/dist/icons/components/24px/Chat24px.js +26 -28
  308. package/dist/icons/components/24px/Chat24pxF.js +21 -23
  309. package/dist/icons/components/24px/Chatbot24px.js +261 -263
  310. package/dist/icons/components/24px/Close24px.js +21 -23
  311. package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +21 -23
  312. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +19 -21
  313. package/dist/icons/components/24px/Coin24px.js +22 -24
  314. package/dist/icons/components/24px/Coin24pxF.js +39 -41
  315. package/dist/icons/components/24px/Contracts24px.js +32 -34
  316. package/dist/icons/components/24px/Contracts24pxF.js +30 -32
  317. package/dist/icons/components/24px/CopyClipboard24px.js +24 -26
  318. package/dist/icons/components/24px/Done24px.js +21 -23
  319. package/dist/icons/components/24px/Download24px.js +28 -30
  320. package/dist/icons/components/24px/DragHandle24px.js +19 -21
  321. package/dist/icons/components/24px/DragHandleHorizontal24px.js +19 -21
  322. package/dist/icons/components/24px/DragHandleVertical24px.js +19 -21
  323. package/dist/icons/components/24px/DropdownArrowDown24px.js +21 -23
  324. package/dist/icons/components/24px/DropdownArrowLeft24px.js +21 -23
  325. package/dist/icons/components/24px/DropdownArrowRight24px.js +21 -23
  326. package/dist/icons/components/24px/DropdownArrowUp24px.js +21 -23
  327. package/dist/icons/components/24px/Dzen24px.js +19 -21
  328. package/dist/icons/components/24px/Euro24px.js +22 -24
  329. package/dist/icons/components/24px/Eye24px.js +32 -34
  330. package/dist/icons/components/24px/Failure24px.js +24 -26
  331. package/dist/icons/components/24px/Favorite24px.js +21 -23
  332. package/dist/icons/components/24px/Favorite24pxF.js +19 -21
  333. package/dist/icons/components/24px/Filter24px.js +19 -21
  334. package/dist/icons/components/24px/Flag24pxF.js +13 -15
  335. package/dist/icons/components/24px/Folder24px.js +21 -23
  336. package/dist/icons/components/24px/Fullscreen24px.js +21 -23
  337. package/dist/icons/components/24px/Galery24px.js +24 -26
  338. package/dist/icons/components/24px/Gear24px.js +32 -34
  339. package/dist/icons/components/24px/Gift24px.js +21 -23
  340. package/dist/icons/components/24px/Hint24px.js +24 -26
  341. package/dist/icons/components/24px/Home24px.js +32 -34
  342. package/dist/icons/components/24px/Home24pxF.js +21 -23
  343. package/dist/icons/components/24px/Hot24pxF.js +19 -21
  344. package/dist/icons/components/24px/Improvements24px.js +39 -41
  345. package/dist/icons/components/24px/Improvements24pxF.js +33 -35
  346. package/dist/icons/components/24px/Kebab24px.js +19 -21
  347. package/dist/icons/components/24px/List24px.js +19 -21
  348. package/dist/icons/components/24px/Location24px.js +32 -34
  349. package/dist/icons/components/24px/Map24px.js +21 -23
  350. package/dist/icons/components/24px/Menu24px.js +19 -21
  351. package/dist/icons/components/24px/MenuMobile24px.js +21 -23
  352. package/dist/icons/components/24px/Minus24px.js +21 -23
  353. package/dist/icons/components/24px/Navigation24px.js +21 -23
  354. package/dist/icons/components/24px/News24px.js +30 -32
  355. package/dist/icons/components/24px/News24pxF.js +21 -23
  356. package/dist/icons/components/24px/Number24px.js +30 -32
  357. package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +19 -21
  358. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +21 -23
  359. package/dist/icons/components/24px/Orders24px.js +30 -32
  360. package/dist/icons/components/24px/Orders24pxF.js +24 -26
  361. package/dist/icons/components/24px/Pause24px.js +13 -15
  362. package/dist/icons/components/24px/Pen24px.js +32 -34
  363. package/dist/icons/components/24px/Pen24pxF.js +21 -23
  364. package/dist/icons/components/24px/Phone24px.js +21 -23
  365. package/dist/icons/components/24px/Play24px.js +19 -21
  366. package/dist/icons/components/24px/Plus24px.js +21 -23
  367. package/dist/icons/components/24px/Pound24px.js +22 -24
  368. package/dist/icons/components/24px/PriceDown24px.js +30 -32
  369. package/dist/icons/components/24px/PriceUp24px.js +30 -32
  370. package/dist/icons/components/24px/Question24px.js +30 -32
  371. package/dist/icons/components/24px/Question24pxF.js +21 -23
  372. package/dist/icons/components/24px/Rutube24px.js +19 -21
  373. package/dist/icons/components/24px/Scan24px.js +19 -21
  374. package/dist/icons/components/24px/Search24px.js +21 -23
  375. package/dist/icons/components/24px/Share24pxF.js +19 -21
  376. package/dist/icons/components/24px/ShopingCard24px.js +21 -23
  377. package/dist/icons/components/24px/Sort24px.js +19 -21
  378. package/dist/icons/components/24px/Star24px.js +21 -23
  379. package/dist/icons/components/24px/Star24pxF.js +19 -21
  380. package/dist/icons/components/24px/StarHalf24pxF.js +21 -23
  381. package/dist/icons/components/24px/Telegram24pxF.js +19 -21
  382. package/dist/icons/components/24px/TelegramPlane24pxF.js +19 -21
  383. package/dist/icons/components/24px/Timer24px.js +37 -39
  384. package/dist/icons/components/24px/Trash24px.js +41 -43
  385. package/dist/icons/components/24px/TwinArrowLeft24px.js +19 -21
  386. package/dist/icons/components/24px/TwinArrowRight24px.js +21 -23
  387. package/dist/icons/components/24px/USDollar24px.js +22 -24
  388. package/dist/icons/components/24px/Umbrella24px.js +21 -23
  389. package/dist/icons/components/24px/Umbrella24pxF.js +19 -21
  390. package/dist/icons/components/24px/UnionIcon24px.js +21 -23
  391. package/dist/icons/components/24px/User24px.js +30 -32
  392. package/dist/icons/components/24px/User24pxF.js +19 -21
  393. package/dist/icons/components/24px/Users24px.js +21 -23
  394. package/dist/icons/components/24px/Users24pxF.js +28 -30
  395. package/dist/icons/components/24px/VK24pxF.js +21 -23
  396. package/dist/icons/components/24px/Waiting24px.js +21 -23
  397. package/dist/icons/components/24px/Whatsapp24px.js +30 -32
  398. package/dist/icons/components/24px/WriteUs24px.js +24 -26
  399. package/dist/icons/components/24px/Youtube24pxF.js +19 -21
  400. package/dist/icons/components/24px/Yuan24px.js +22 -24
  401. package/dist/icons/components/32px/Accept32px.js +24 -26
  402. package/dist/icons/components/32px/Acts32px.js +37 -39
  403. package/dist/icons/components/32px/AdditionalServicess32px.js +21 -23
  404. package/dist/icons/components/32px/AdditionalServicess32pxF.js +19 -21
  405. package/dist/icons/components/32px/Agents32px.js +33 -35
  406. package/dist/icons/components/32px/Alarm32px.js +22 -24
  407. package/dist/icons/components/32px/ArrowDown32px.js +21 -23
  408. package/dist/icons/components/32px/ArrowLeft32px.js +21 -23
  409. package/dist/icons/components/32px/ArrowRight32px.js +21 -23
  410. package/dist/icons/components/32px/ArrowUp32px.js +21 -23
  411. package/dist/icons/components/32px/ArrowUpright32px.js +21 -23
  412. package/dist/icons/components/32px/AttachFile32px.js +21 -23
  413. package/dist/icons/components/32px/Bell32px.js +41 -43
  414. package/dist/icons/components/32px/Bell32pxF.js +24 -26
  415. package/dist/icons/components/32px/Calculator32px.js +21 -23
  416. package/dist/icons/components/32px/CalculatorLkk32px.js +30 -32
  417. package/dist/icons/components/32px/CalculatorLkk32pxF.js +21 -23
  418. package/dist/icons/components/32px/Calendar32px.js +21 -23
  419. package/dist/icons/components/32px/Camera32px.js +33 -35
  420. package/dist/icons/components/32px/Car32px.js +32 -34
  421. package/dist/icons/components/32px/Car32pxF.js +24 -26
  422. package/dist/icons/components/32px/Catalog32px.js +21 -23
  423. package/dist/icons/components/32px/Certs32px.js +30 -32
  424. package/dist/icons/components/32px/Certs32pxF.js +30 -32
  425. package/dist/icons/components/32px/Change32px.js +21 -23
  426. package/dist/icons/components/32px/Chat32px.js +30 -32
  427. package/dist/icons/components/32px/Chat32pxF.js +21 -23
  428. package/dist/icons/components/32px/Chatbot32px.js +261 -263
  429. package/dist/icons/components/32px/Close32px.js +21 -23
  430. package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +19 -21
  431. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +19 -21
  432. package/dist/icons/components/32px/Coin32px.js +32 -34
  433. package/dist/icons/components/32px/Coin32pxF.js +30 -32
  434. package/dist/icons/components/32px/Contracts32px.js +32 -34
  435. package/dist/icons/components/32px/Contracts32pxF.js +30 -32
  436. package/dist/icons/components/32px/CopyClipboard32px.js +30 -32
  437. package/dist/icons/components/32px/Done32px.js +21 -23
  438. package/dist/icons/components/32px/Download32px.js +28 -30
  439. package/dist/icons/components/32px/DragHandle32px.js +19 -21
  440. package/dist/icons/components/32px/DragHandleHorizontal32px.js +19 -21
  441. package/dist/icons/components/32px/DragHandleVertical32px.js +19 -21
  442. package/dist/icons/components/32px/DropdownArrowDown32px.js +21 -23
  443. package/dist/icons/components/32px/DropdownArrowLeft32px.js +21 -23
  444. package/dist/icons/components/32px/DropdownArrowRight32px.js +21 -23
  445. package/dist/icons/components/32px/DropdownArrowUp32px.js +13 -15
  446. package/dist/icons/components/32px/Dzen32px.js +19 -21
  447. package/dist/icons/components/32px/Euro32px.js +22 -24
  448. package/dist/icons/components/32px/Eye32px.js +32 -34
  449. package/dist/icons/components/32px/Failure32px.js +24 -26
  450. package/dist/icons/components/32px/Favorite32px.js +21 -23
  451. package/dist/icons/components/32px/Favorite32pxF.js +19 -21
  452. package/dist/icons/components/32px/Filter32px.js +19 -21
  453. package/dist/icons/components/32px/Flag32pxF.js +13 -15
  454. package/dist/icons/components/32px/Folder32px.js +21 -23
  455. package/dist/icons/components/32px/Fullscreen32px.js +21 -23
  456. package/dist/icons/components/32px/Galery32px.js +24 -26
  457. package/dist/icons/components/32px/Gear32px.js +32 -34
  458. package/dist/icons/components/32px/Gift32px.js +21 -23
  459. package/dist/icons/components/32px/Hint32px.js +24 -26
  460. package/dist/icons/components/32px/Home32px.js +24 -26
  461. package/dist/icons/components/32px/Home32pxF.js +21 -23
  462. package/dist/icons/components/32px/Hot32pxF.js +19 -21
  463. package/dist/icons/components/32px/Kebab32px.js +13 -15
  464. package/dist/icons/components/32px/List32px.js +19 -21
  465. package/dist/icons/components/32px/Location32px.js +32 -34
  466. package/dist/icons/components/32px/Map32px.js +21 -23
  467. package/dist/icons/components/32px/Menu32px.js +19 -21
  468. package/dist/icons/components/32px/MenuMobile32px.js +21 -23
  469. package/dist/icons/components/32px/Minus32px.js +21 -23
  470. package/dist/icons/components/32px/Navigation32px.js +21 -23
  471. package/dist/icons/components/32px/News32px.js +30 -32
  472. package/dist/icons/components/32px/News32pxF.js +21 -23
  473. package/dist/icons/components/32px/Number32px.js +30 -32
  474. package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +19 -21
  475. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +21 -23
  476. package/dist/icons/components/32px/Orders32px.js +39 -41
  477. package/dist/icons/components/32px/Orders32pxF.js +30 -32
  478. package/dist/icons/components/32px/Pause32px.js +13 -15
  479. package/dist/icons/components/32px/Pen32px.js +20 -22
  480. package/dist/icons/components/32px/Pen32pxF.js +21 -23
  481. package/dist/icons/components/32px/PersonalManager32px.js +108 -110
  482. package/dist/icons/components/32px/Phone32px.js +19 -21
  483. package/dist/icons/components/32px/Play32px.js +19 -21
  484. package/dist/icons/components/32px/Plus32px.js +21 -23
  485. package/dist/icons/components/32px/Pound32px.js +22 -24
  486. package/dist/icons/components/32px/PriceDown32px.js +41 -43
  487. package/dist/icons/components/32px/PriceUp32px.js +32 -34
  488. package/dist/icons/components/32px/Question32px.js +30 -32
  489. package/dist/icons/components/32px/Question32pxF.js +21 -23
  490. package/dist/icons/components/32px/Rutube32px.js +19 -21
  491. package/dist/icons/components/32px/Scan32px.js +19 -21
  492. package/dist/icons/components/32px/Search32px.js +21 -23
  493. package/dist/icons/components/32px/Share32pxF.js +19 -21
  494. package/dist/icons/components/32px/ShopimgCard32px.js +21 -23
  495. package/dist/icons/components/32px/Sort32px.js +19 -21
  496. package/dist/icons/components/32px/Star32px.js +21 -23
  497. package/dist/icons/components/32px/Star32pxF.js +19 -21
  498. package/dist/icons/components/32px/StarHalf32pxF.js +21 -23
  499. package/dist/icons/components/32px/Telegram32pxF.js +19 -21
  500. package/dist/icons/components/32px/TelegramPlane32pxF.js +19 -21
  501. package/dist/icons/components/32px/Timer32px.js +31 -33
  502. package/dist/icons/components/32px/Trash32px.js +41 -43
  503. package/dist/icons/components/32px/TwinArrowLeft32px.js +19 -21
  504. package/dist/icons/components/32px/TwinArrowRight32px.js +19 -21
  505. package/dist/icons/components/32px/USDollar32px.js +22 -24
  506. package/dist/icons/components/32px/Umbrella32px.js +21 -23
  507. package/dist/icons/components/32px/Umbrella32pxF.js +21 -23
  508. package/dist/icons/components/32px/UnionIcon32px.js +21 -23
  509. package/dist/icons/components/32px/User32px.js +30 -32
  510. package/dist/icons/components/32px/User32pxF.js +19 -21
  511. package/dist/icons/components/32px/Users32px.js +21 -23
  512. package/dist/icons/components/32px/Users32pxF.js +22 -24
  513. package/dist/icons/components/32px/VK32pxF.js +21 -23
  514. package/dist/icons/components/32px/Waiting32px.js +21 -23
  515. package/dist/icons/components/32px/Whatsapp32px.js +30 -32
  516. package/dist/icons/components/32px/WriteUs32px.js +24 -26
  517. package/dist/icons/components/32px/Youtube32pxF.js +19 -21
  518. package/dist/icons/components/32px/Yuan32px.js +22 -24
  519. package/dist/icons/components/Mans.js +5 -5
  520. package/dist/icons/components/Step.js +5 -5
  521. package/dist/icons/components/StepXL.js +7 -7
  522. package/dist/icons/components/auto-logo/ACE.js +19 -21
  523. package/dist/icons/components/auto-logo/Alim.js +21 -23
  524. package/dist/icons/components/auto-logo/Amur.js +21 -23
  525. package/dist/icons/components/auto-logo/Ankai.js +21 -23
  526. package/dist/icons/components/auto-logo/ArrowLength.js +19 -21
  527. package/dist/icons/components/auto-logo/Audi.js +18 -20
  528. package/dist/icons/components/auto-logo/BMW.js +39 -41
  529. package/dist/icons/components/auto-logo/BRP.js +30 -32
  530. package/dist/icons/components/auto-logo/Bomag.js +30 -32
  531. package/dist/icons/components/auto-logo/Case.js +21 -23
  532. package/dist/icons/components/auto-logo/Caterpillar.js +35 -37
  533. package/dist/icons/components/auto-logo/ChMZAP.js +44 -46
  534. package/dist/icons/components/auto-logo/ChTZ.js +30 -32
  535. package/dist/icons/components/auto-logo/Changan.js +19 -21
  536. package/dist/icons/components/auto-logo/Cherry.js +30 -32
  537. package/dist/icons/components/auto-logo/Citroen.js +21 -23
  538. package/dist/icons/components/auto-logo/DaewooFull.js +56 -58
  539. package/dist/icons/components/auto-logo/DaewooSymbol.js +49 -51
  540. package/dist/icons/components/auto-logo/Daf.js +21 -23
  541. package/dist/icons/components/auto-logo/Dayun.js +21 -23
  542. package/dist/icons/components/auto-logo/DongFeng.js +21 -23
  543. package/dist/icons/components/auto-logo/Ducati.js +30 -32
  544. package/dist/icons/components/auto-logo/Exeed.js +30 -32
  545. package/dist/icons/components/auto-logo/Faw.js +32 -34
  546. package/dist/icons/components/auto-logo/Fenix.js +112 -114
  547. package/dist/icons/components/auto-logo/Fiat.js +35 -37
  548. package/dist/icons/components/auto-logo/Ford.js +39 -41
  549. package/dist/icons/components/auto-logo/Foton.js +30 -32
  550. package/dist/icons/components/auto-logo/Gac.js +19 -21
  551. package/dist/icons/components/auto-logo/Gaz.js +57 -59
  552. package/dist/icons/components/auto-logo/Geely.js +23 -25
  553. package/dist/icons/components/auto-logo/Genesis.js +28 -30
  554. package/dist/icons/components/auto-logo/Gitte.js +21 -23
  555. package/dist/icons/components/auto-logo/Grunwald.js +21 -23
  556. package/dist/icons/components/auto-logo/HartungFull.js +30 -32
  557. package/dist/icons/components/auto-logo/HartungSymbol.js +30 -32
  558. package/dist/icons/components/auto-logo/Haval.js +21 -23
  559. package/dist/icons/components/auto-logo/Higer.js +21 -23
  560. package/dist/icons/components/auto-logo/Hitachi.js +19 -21
  561. package/dist/icons/components/auto-logo/Honda.js +35 -37
  562. package/dist/icons/components/auto-logo/Hongqi.js +28 -30
  563. package/dist/icons/components/auto-logo/Hongyan.js +21 -23
  564. package/dist/icons/components/auto-logo/Howo.js +44 -46
  565. package/dist/icons/components/auto-logo/Hyundai.js +21 -23
  566. package/dist/icons/components/auto-logo/Infiniti.js +19 -21
  567. package/dist/icons/components/auto-logo/Isuzu.js +21 -23
  568. package/dist/icons/components/auto-logo/Iveco.js +21 -23
  569. package/dist/icons/components/auto-logo/JCB.js +30 -32
  570. package/dist/icons/components/auto-logo/Jac.js +19 -21
  571. package/dist/icons/components/auto-logo/Juterborg.js +55 -57
  572. package/dist/icons/components/auto-logo/KIA.js +21 -23
  573. package/dist/icons/components/auto-logo/Kaiyi.js +21 -23
  574. package/dist/icons/components/auto-logo/Kamaz.js +33 -35
  575. package/dist/icons/components/auto-logo/Kassbohrer.js +21 -23
  576. package/dist/icons/components/auto-logo/Komatsu.js +19 -21
  577. package/dist/icons/components/auto-logo/Ktm.js +19 -21
  578. package/dist/icons/components/auto-logo/LCCE.js +35 -37
  579. package/dist/icons/components/auto-logo/Lada.js +21 -23
  580. package/dist/icons/components/auto-logo/Lexus.js +21 -23
  581. package/dist/icons/components/auto-logo/LiuGong.js +28 -30
  582. package/dist/icons/components/auto-logo/Lonking.js +28 -30
  583. package/dist/icons/components/auto-logo/Lovol.js +19 -21
  584. package/dist/icons/components/auto-logo/MTZBelarus.js +32 -34
  585. package/dist/icons/components/auto-logo/Man.js +19 -21
  586. package/dist/icons/components/auto-logo/Maz.js +30 -32
  587. package/dist/icons/components/auto-logo/MercedesBenz.js +21 -23
  588. package/dist/icons/components/auto-logo/Meusburger.js +21 -23
  589. package/dist/icons/components/auto-logo/Mitsubishi.js +19 -21
  590. package/dist/icons/components/auto-logo/NefAZ.js +28 -30
  591. package/dist/icons/components/auto-logo/NursanTrailer.js +19 -21
  592. package/dist/icons/components/auto-logo/Omoda.js +35 -37
  593. package/dist/icons/components/auto-logo/PSATss.js +35 -37
  594. package/dist/icons/components/auto-logo/Paz.js +21 -23
  595. package/dist/icons/components/auto-logo/Peugeot.js +19 -21
  596. package/dist/icons/components/auto-logo/Raskat.js +35 -37
  597. package/dist/icons/components/auto-logo/Renault.js +28 -30
  598. package/dist/icons/components/auto-logo/RussianCarsEmblem.js +30 -32
  599. package/dist/icons/components/auto-logo/RussianCarsKremlin.js +39 -41
  600. package/dist/icons/components/auto-logo/Sany.js +48 -50
  601. package/dist/icons/components/auto-logo/Scania.js +55 -57
  602. package/dist/icons/components/auto-logo/Schmitz.js +21 -23
  603. package/dist/icons/components/auto-logo/Shacman.js +28 -30
  604. package/dist/icons/components/auto-logo/Shantui.js +19 -21
  605. package/dist/icons/components/auto-logo/Sinanli.js +69 -71
  606. package/dist/icons/components/auto-logo/Sitrak.js +32 -34
  607. package/dist/icons/components/auto-logo/SobolIztechmash.js +58 -60
  608. package/dist/icons/components/auto-logo/Sokol.js +19 -21
  609. package/dist/icons/components/auto-logo/Sollers.js +21 -23
  610. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +19 -21
  611. package/dist/icons/components/auto-logo/Tonar.js +21 -23
  612. package/dist/icons/components/auto-logo/Toyota.js +19 -21
  613. package/dist/icons/components/auto-logo/Trekol.js +32 -34
  614. package/dist/icons/components/auto-logo/UAT.js +19 -21
  615. package/dist/icons/components/auto-logo/Uaz.js +68 -70
  616. package/dist/icons/components/auto-logo/Ural.js +19 -21
  617. package/dist/icons/components/auto-logo/VIS.js +19 -21
  618. package/dist/icons/components/auto-logo/VKR.js +30 -32
  619. package/dist/icons/components/auto-logo/Volkswagen.js +21 -23
  620. package/dist/icons/components/auto-logo/Volvo.js +19 -21
  621. package/dist/icons/components/auto-logo/Wielton.js +19 -21
  622. package/dist/icons/components/auto-logo/XCMG.js +35 -37
  623. package/dist/icons/components/auto-logo/Yutong.js +70 -72
  624. package/dist/icons/components/auto-logo/Zoomlion.js +19 -21
  625. package/dist/icons/components/car-icons/AllMetal.js +30 -32
  626. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +30 -32
  627. package/dist/icons/components/car-icons/AsphaltPaver.js +33 -35
  628. package/dist/icons/components/car-icons/Autotower.js +30 -32
  629. package/dist/icons/components/car-icons/Awning.js +31 -33
  630. package/dist/icons/components/car-icons/BackhoeLoader.js +37 -39
  631. package/dist/icons/components/car-icons/Buggy.js +30 -32
  632. package/dist/icons/components/car-icons/Bulldozer.js +32 -34
  633. package/dist/icons/components/car-icons/Bus.js +21 -23
  634. package/dist/icons/components/car-icons/BusBus.js +30 -32
  635. package/dist/icons/components/car-icons/BusMinibus.js +30 -32
  636. package/dist/icons/components/car-icons/BusShiftBuses.js +40 -42
  637. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +37 -39
  638. package/dist/icons/components/car-icons/CargoAutotower.js +30 -32
  639. package/dist/icons/components/car-icons/CargoAwning.js +37 -39
  640. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +37 -39
  641. package/dist/icons/components/car-icons/CargoDrillingRig.js +30 -32
  642. package/dist/icons/components/car-icons/CargoDumpTruck.js +37 -39
  643. package/dist/icons/components/car-icons/CargoGarbageTruck.js +37 -39
  644. package/dist/icons/components/car-icons/CargoGrainCarrier.js +37 -39
  645. package/dist/icons/components/car-icons/CargoIsothermal.js +37 -39
  646. package/dist/icons/components/car-icons/CargoOnBoard.js +37 -39
  647. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +37 -39
  648. package/dist/icons/components/car-icons/CargoPromotionalItem.js +37 -39
  649. package/dist/icons/components/car-icons/CargoSortingTruck.js +37 -39
  650. package/dist/icons/components/car-icons/CargoTankerTruck.js +37 -39
  651. package/dist/icons/components/car-icons/CargoTowTruck.js +30 -32
  652. package/dist/icons/components/car-icons/CargoTruckCrane.js +39 -41
  653. package/dist/icons/components/car-icons/CargoVacuumMachine.js +30 -32
  654. package/dist/icons/components/car-icons/Clearance.js +21 -23
  655. package/dist/icons/components/car-icons/CombineHarvester.js +37 -39
  656. package/dist/icons/components/car-icons/Compartment.js +30 -32
  657. package/dist/icons/components/car-icons/ConcreteMixerTruck.js +37 -39
  658. package/dist/icons/components/car-icons/ConcretePump.js +38 -40
  659. package/dist/icons/components/car-icons/Crossover.js +30 -32
  660. package/dist/icons/components/car-icons/DrillingRigg.js +30 -32
  661. package/dist/icons/components/car-icons/DumpTruck.js +37 -39
  662. package/dist/icons/components/car-icons/Excavator.js +21 -23
  663. package/dist/icons/components/car-icons/ForestPreparationEquipment.js +37 -39
  664. package/dist/icons/components/car-icons/ForkliftTruck.js +30 -32
  665. package/dist/icons/components/car-icons/FrontLoader.js +37 -39
  666. package/dist/icons/components/car-icons/Hatchback.js +30 -32
  667. package/dist/icons/components/car-icons/IceRink.js +32 -34
  668. package/dist/icons/components/car-icons/Isothermal.js +37 -39
  669. package/dist/icons/components/car-icons/Liftback.js +21 -23
  670. package/dist/icons/components/car-icons/MiniEscalator.js +39 -41
  671. package/dist/icons/components/car-icons/MiniLoader.js +30 -32
  672. package/dist/icons/components/car-icons/MiningDumpTruck.js +37 -39
  673. package/dist/icons/components/car-icons/Minitractor.js +30 -32
  674. package/dist/icons/components/car-icons/Minivan.js +30 -32
  675. package/dist/icons/components/car-icons/MotorGrader.js +30 -32
  676. package/dist/icons/components/car-icons/MotorVehiclesBike.js +22 -24
  677. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +28 -30
  678. package/dist/icons/components/car-icons/OffRoadVehicle.js +30 -32
  679. package/dist/icons/components/car-icons/OnBoard.js +37 -39
  680. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +37 -39
  681. package/dist/icons/components/car-icons/OnBoardWithCmu.js +37 -39
  682. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +46 -48
  683. package/dist/icons/components/car-icons/OtherCareerTechniques.js +37 -39
  684. package/dist/icons/components/car-icons/Pickup.js +21 -23
  685. package/dist/icons/components/car-icons/PickupTruck.js +30 -32
  686. package/dist/icons/components/car-icons/PilingInstallation.js +32 -34
  687. package/dist/icons/components/car-icons/PromotionalItem.js +37 -39
  688. package/dist/icons/components/car-icons/PublicUtilityVehicle.js +44 -46
  689. package/dist/icons/components/car-icons/QuarryExcavator.js +24 -26
  690. package/dist/icons/components/car-icons/Scooter.js +28 -30
  691. package/dist/icons/components/car-icons/Sedan.js +30 -32
  692. package/dist/icons/components/car-icons/Snowmobile.js +37 -39
  693. package/dist/icons/components/car-icons/TankerTruck.js +37 -39
  694. package/dist/icons/components/car-icons/TelescopicLoader.js +30 -32
  695. package/dist/icons/components/car-icons/TheLift.js +35 -37
  696. package/dist/icons/components/car-icons/TowTruck.js +30 -32
  697. package/dist/icons/components/car-icons/Tractor.js +30 -32
  698. package/dist/icons/components/car-icons/TractorTruck.js +37 -39
  699. package/dist/icons/components/car-icons/Trailerr.js +21 -23
  700. package/dist/icons/components/car-icons/TrailersCarCarrier.js +39 -41
  701. package/dist/icons/components/car-icons/TrailersCattleTruck.js +30 -32
  702. package/dist/icons/components/car-icons/TrailersContainerShip.js +38 -40
  703. package/dist/icons/components/car-icons/TrailersCurtainSide.js +37 -39
  704. package/dist/icons/components/car-icons/TrailersDumpTruck.js +37 -39
  705. package/dist/icons/components/car-icons/TrailersGrainTruck.js +37 -39
  706. package/dist/icons/components/car-icons/TrailersHeavyTruck.js +37 -39
  707. package/dist/icons/components/car-icons/TrailersIsothermal.js +37 -39
  708. package/dist/icons/components/car-icons/TrailersOther.js +37 -39
  709. package/dist/icons/components/car-icons/TrailersTankerTruck.js +37 -39
  710. package/dist/icons/components/car-icons/TruckCrane.js +39 -41
  711. package/dist/icons/components/car-icons/Universal.js +30 -32
  712. package/dist/icons/components/car-icons/Van.js +21 -23
  713. package/dist/icons/components/car-icons/Ycles.js +40 -42
  714. package/dist/icons/components/car-parameters-icons/Acceleration.js +30 -32
  715. package/dist/icons/components/car-parameters-icons/Berths.js +35 -37
  716. package/dist/icons/components/car-parameters-icons/Bucket.js +19 -21
  717. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +21 -23
  718. package/dist/icons/components/car-parameters-icons/BucketVolume.js +28 -30
  719. package/dist/icons/components/car-parameters-icons/CabinTurn.js +30 -32
  720. package/dist/icons/components/car-parameters-icons/CarBodySize.js +30 -32
  721. package/dist/icons/components/car-parameters-icons/CarBodyType.js +21 -23
  722. package/dist/icons/components/car-parameters-icons/CarColor.js +30 -32
  723. package/dist/icons/components/car-parameters-icons/Cylinders.js +33 -35
  724. package/dist/icons/components/car-parameters-icons/Dimensions.js +30 -32
  725. package/dist/icons/components/car-parameters-icons/EngineType.js +19 -21
  726. package/dist/icons/components/car-parameters-icons/FuelConsumption.js +19 -21
  727. package/dist/icons/components/car-parameters-icons/GearType.js +22 -24
  728. package/dist/icons/components/car-parameters-icons/LiftingHeight.js +19 -21
  729. package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +21 -23
  730. package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +21 -23
  731. package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +19 -21
  732. package/dist/icons/components/car-parameters-icons/TrailerType.js +28 -30
  733. package/dist/icons/components/car-parameters-icons/UnloadingType.js +28 -30
  734. package/dist/icons/components/car-parameters-icons/Weight.js +32 -34
  735. package/dist/icons/components/car-parameters-icons/WheelDriveType.js +28 -30
  736. package/dist/icons/components/car-parameters-icons/WheelSheme.js +30 -32
  737. package/dist/icons/components/cars-stubus/Bike.js +21 -23
  738. package/dist/icons/components/cars-stubus/Car.js +21 -23
  739. package/dist/icons/components/cars-stubus/Equipment.js +21 -23
  740. package/dist/icons/components/cars-stubus/Truck.js +21 -23
  741. package/dist/icons/components/index.js +579 -579
  742. package/dist/icons/index.js +2 -2
  743. package/dist/index-DIxK0V-G.js +44 -0
  744. package/dist/index-DzVMAmli.js +1431 -0
  745. package/dist/index.js +158 -158
  746. package/dist/keyboard-B0lm_zyn.js +573 -0
  747. package/dist/label-y3ANLTNC.js +171 -0
  748. package/dist/open-closed-Cy6VDfYc.js +93 -0
  749. package/dist/styles.module-CaPkyXYQ.js +25 -0
  750. package/dist/use-active-press-86hajhdd.js +31 -0
  751. package/dist/use-by-comparator-CVuf9KBq.js +16 -0
  752. package/dist/use-resolve-button-type-BAxjHhds.js +19 -0
  753. package/dist/utils/UUID4.js +4 -4
  754. package/dist/utils/formating/Date.js +19 -27
  755. package/dist/utils/formating/FileSize.js +9 -12
  756. package/dist/utils/formating/Month.js +4 -5
  757. package/dist/utils/formating/Numbers.js +5 -5
  758. package/dist/utils/index.js +14 -14
  759. package/dist/variant.module-BXn4N1h0.js +12 -0
  760. package/package.json +1 -1
  761. package/dist/Input-DspsU5F4.js +0 -249
  762. package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
  763. package/dist/ProgressBar-DWKyrXzd.js +0 -77
  764. package/dist/assets/ProgressBar2.css +0 -1
  765. package/dist/bugs-CSBdWk0R.js +0 -18
  766. package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
  767. package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
  768. package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
  769. package/dist/components/Slider/NavigationButtons/index.js +0 -4
  770. package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
  771. package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
  772. package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
  773. package/dist/components/Slider/ProgressBar/index.js +0 -4
  774. package/dist/field-bS4z9Sdl.js +0 -12
  775. package/dist/focus-management-1rQPII7Z.js +0 -77
  776. package/dist/hidden-BuVoeHNy.js +0 -13
  777. package/dist/index-CweZ_OcN.js +0 -65
  778. package/dist/index-FDVpKRvA.js +0 -2010
  779. package/dist/keyboard-B256ZoM-.js +0 -745
  780. package/dist/label-P7Xsi5N7.js +0 -172
  781. package/dist/open-closed-CbXq00et.js +0 -93
  782. package/dist/styles.module-B9L4B63y.js +0 -40
  783. package/dist/use-active-press-B6yeSopF.js +0 -31
  784. package/dist/use-by-comparator-BUO78DGe.js +0 -16
  785. package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
  786. package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,77 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { c as classNames } from "./index-CweZ_OcN.js";
3
- import { memo, useRef, useEffect } from "react";
4
- import { DEFAULT_TOAST_DURATION, EToastVariant } from "./components/Toasts/constants.js";
5
- import './assets/ProgressBar2.css';const title = "_title_1z0br_37";
6
- const timer = "_timer_1z0br_41";
7
- const seconds = "_seconds_1z0br_51";
8
- const message = "_message_1z0br_61";
9
- const progress = "_progress_1z0br_69";
10
- const slot = "_slot_1z0br_95";
11
- const success = "_success_1z0br_104";
12
- const alarm = "_alarm_1z0br_109";
13
- const error = "_error_1z0br_114";
14
- const cls = {
15
- "toast-list": "_toast-list_1z0br_2",
16
- "toast-wrapper": "_toast-wrapper_1z0br_24",
17
- title,
18
- timer,
19
- "timer-title": "_timer-title_1z0br_49",
20
- seconds,
21
- message,
22
- progress,
23
- "progress-bar": "_progress-bar_1z0br_78",
24
- "close-button": "_close-button_1z0br_89",
25
- slot,
26
- "default": "_default_1z0br_99",
27
- success,
28
- alarm,
29
- error,
30
- "top-right": "_top-right_1z0br_119",
31
- "top-center": "_top-center_1z0br_125",
32
- "top-left": "_top-left_1z0br_131",
33
- "bottom-left": "_bottom-left_1z0br_136",
34
- "bottom-center": "_bottom-center_1z0br_141",
35
- "bottom-right": "_bottom-right_1z0br_147",
36
- "toast-in": "_toast-in_1z0br_179",
37
- "toast-out": "_toast-out_1z0br_183"
38
- };
39
- const ProgressBar = memo(
40
- ({
41
- duration = DEFAULT_TOAST_DURATION,
42
- variant = EToastVariant.DEFAULT
43
- }) => {
44
- const requestRef = useRef();
45
- const progressRef = useRef(null);
46
- useEffect(() => {
47
- const startTime = Date.now();
48
- const animate = () => {
49
- const elapsedTime = Date.now() - startTime;
50
- const percentage = Math.min(elapsedTime / duration * 100, 100);
51
- if (progressRef.current) {
52
- progressRef.current.style.width = `${percentage}%`;
53
- }
54
- if (percentage < 100) {
55
- requestRef.current = requestAnimationFrame(animate);
56
- }
57
- };
58
- requestRef.current = requestAnimationFrame(animate);
59
- return () => {
60
- if (requestRef.current) {
61
- cancelAnimationFrame(requestRef.current);
62
- }
63
- };
64
- }, [duration]);
65
- return /* @__PURE__ */ jsx("div", { className: cls.progress, children: /* @__PURE__ */ jsx(
66
- "div",
67
- {
68
- ref: progressRef,
69
- className: classNames(cls["progress-bar"], cls[variant])
70
- }
71
- ) });
72
- }
73
- );
74
- export {
75
- ProgressBar as P,
76
- cls as c
77
- };
@@ -1 +0,0 @@
1
- ._toast-list_1z0br_2{position:fixed;z-index:15000;width:100vw;max-width:515px;max-height:100vh;padding:var(--mimir-space-m);overflow-x:hidden;overflow-y:auto;overflow:hidden auto}._toast-list_1z0br_2::-webkit-scrollbar{display:none}._toast-list_1z0br_2::-webkit-scrollbar-track{background-color:transparent}._toast-list_1z0br_2::-webkit-scrollbar-thumb{background-color:transparent}._toast-list_1z0br_2::-webkit-scrollbar-thumb:window-inactive{background-color:transparent}._toast-wrapper_1z0br_24{position:relative;display:flex;flex-direction:column;padding:var(--mimir-space-m);background-color:var(--toast-bg-color);border-radius:var(--mimir-control-radius);transition:all .3s ease}._toast-wrapper_1z0br_24:not(:last-child){margin-bottom:var(--mimir-space-s)}._title_1z0br_37:not(:last-child){margin-bottom:var(--mimir-space-xs)}._timer_1z0br_41{display:flex;justify-content:space-between}._timer_1z0br_41:not(:last-child){margin-bottom:var(--mimir-space-2xs)}._timer-title_1z0br_49,._title_1z0br_37,._seconds_1z0br_51{color:var(--black-60);font-size:var(--mimir-size-text-m);line-height:var(--mimir-line-height-text-xxs)}._seconds_1z0br_51{color:var(--black-100)}._message_1z0br_61{font-size:var(--mimir-size-text-l);line-height:var(--mimir-line-height-text-s1)}._message_1z0br_61:not(:last-child){margin-bottom:var(--mimir-space-xs)}._progress_1z0br_69{position:relative;width:100%;height:8px;overflow:hidden;background-color:var(--black-5);border-radius:var(--mimir-control-radius-xs)}._progress-bar_1z0br_78{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--progress-bg-color);border-radius:var(--mimir-control-radius-xs)}._close-button_1z0br_89{position:absolute;top:var(--mimir-space-s);right:var(--mimir-space-s)}._slot_1z0br_95{margin-top:var(--mimir-space-xl)}._default_1z0br_99{--toast-bg-color: var(--white);--progress-bg-color: var(--sapphire-100)}._success_1z0br_104{--toast-bg-color: var(--success-bg-active);--progress-bg-color: var(--success-normal)}._alarm_1z0br_109{--toast-bg-color: var(--alarm-bg-active);--progress-bg-color: var(--alarm-normal)}._error_1z0br_114{--toast-bg-color: var(--error-bg-active);--progress-bg-color: var(--error-normal)}._top-right_1z0br_119{top:0;right:0;transition:all .3s ease}._top-center_1z0br_125{top:0;right:50%;transform:translate(50%)}._top-left_1z0br_131{top:0;left:0}._bottom-left_1z0br_136{bottom:0;left:0}._bottom-center_1z0br_141{right:50%;bottom:0;transform:translate(50%)}._bottom-right_1z0br_147{right:0;bottom:0}@keyframes _toast-in_1z0br_179{0%{transform:var(--elm-translate);opacity:.7}80%{transform:translate(0);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes _toast-out_1z0br_183{0%{opacity:1}20%{transform:translate(0);opacity:.7}to{transform:var(--elm-translate);opacity:.7}}._toast-in_1z0br_179{animation:_toast-in_1z0br_179 .3s both}._toast-out_1z0br_183{animation:_toast-out_1z0br_183 .8s both}
@@ -1,18 +0,0 @@
1
- function r(n) {
2
- let e = n.parentElement, l = null;
3
- for (; e && !(e instanceof HTMLFieldSetElement); ) e instanceof HTMLLegendElement && (l = e), e = e.parentElement;
4
- let t = (e == null ? void 0 : e.getAttribute("disabled")) === "";
5
- return t && i(l) ? false : t;
6
- }
7
- function i(n) {
8
- if (!n) return false;
9
- let e = n.previousElementSibling;
10
- for (; e !== null; ) {
11
- if (e instanceof HTMLLegendElement) return false;
12
- e = e.previousElementSibling;
13
- }
14
- return true;
15
- }
16
- export {
17
- r
18
- };
@@ -1 +0,0 @@
1
- export declare const NavigationButtons: import('react').MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -1,7 +0,0 @@
1
- import "react/jsx-runtime";
2
- import "react";
3
- import { N } from "../../../NavigationButtons-DuOoqaPo.js";
4
- import "../../MergedButton/MergedButton.js";
5
- export {
6
- N as NavigationButtons
7
- };
@@ -1 +0,0 @@
1
- export { NavigationButtons } from './NavigationButtons';
@@ -1,4 +0,0 @@
1
- import { N } from "../../../NavigationButtons-DuOoqaPo.js";
2
- export {
3
- N as NavigationButtons
4
- };
@@ -1 +0,0 @@
1
- export declare const ProgressBar: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<import('react').RefAttributes<HTMLDivElement>>>;
@@ -1,15 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { memo, forwardRef } from "react";
3
- import '../../../assets/ProgressBar.css';const progress = "_progress_1bn16_2";
4
- const cls = {
5
- progress,
6
- "progress-bar": "_progress-bar_1bn16_10"
7
- };
8
- const ProgressBar = memo(
9
- forwardRef((_, ref) => {
10
- return /* @__PURE__ */ jsx("div", { className: cls.progress, children: /* @__PURE__ */ jsx("div", { ref, className: cls["progress-bar"] }) });
11
- })
12
- );
13
- export {
14
- ProgressBar
15
- };
@@ -1 +0,0 @@
1
- export { ProgressBar } from './ProgressBar';
@@ -1,4 +0,0 @@
1
- import { ProgressBar } from "./ProgressBar.js";
2
- export {
3
- ProgressBar
4
- };
@@ -1,12 +0,0 @@
1
- import React__default, { useId, useMemo } from "react";
2
- import { z, U, a, l, f, W as W$1 } from "./label-P7Xsi5N7.js";
3
- import { W, H as H$1 } from "./keyboard-B256ZoM-.js";
4
- let A = "div";
5
- function L(d, l$1) {
6
- let t = `headlessui-control-${useId()}`, [s, p] = z(), [n, a$1] = U(), m = a(), { disabled: e = m || false, ...o } = d, i = useMemo(() => ({ disabled: e }), [e]);
7
- return React__default.createElement(l, { value: e }, React__default.createElement(p, { value: s }, React__default.createElement(a$1, { value: n }, React__default.createElement(f, { id: t }, H$1({ ourProps: { ref: l$1, disabled: e || void 0, "aria-disabled": e || void 0 }, theirProps: { ...o, children: React__default.createElement(W$1, null, typeof o.children == "function" ? o.children(i) : o.children) }, slot: i, defaultTag: A, name: "Field" })))));
8
- }
9
- let H = W(L);
10
- export {
11
- H
12
- };
@@ -1,77 +0,0 @@
1
- import { u, a as u$1 } from "./keyboard-B256ZoM-.js";
2
- let f = ["[contentEditable=true]", "[tabindex]", "a[href]", "area[href]", "button:not([disabled])", "iframe", "input:not([disabled])", "select:not([disabled])", "textarea:not([disabled])"].map((e) => `${e}:not([tabindex='-1'])`).join(","), p = ["[data-autofocus]"].map((e) => `${e}:not([tabindex='-1'])`).join(",");
3
- var F = ((n) => (n[n.First = 1] = "First", n[n.Previous = 2] = "Previous", n[n.Next = 4] = "Next", n[n.Last = 8] = "Last", n[n.WrapAround = 16] = "WrapAround", n[n.NoScroll = 32] = "NoScroll", n[n.AutoFocus = 64] = "AutoFocus", n))(F || {}), T = ((o) => (o[o.Error = 0] = "Error", o[o.Overflow = 1] = "Overflow", o[o.Success = 2] = "Success", o[o.Underflow = 3] = "Underflow", o))(T || {}), y = ((t) => (t[t.Previous = -1] = "Previous", t[t.Next = 1] = "Next", t))(y || {});
4
- function b(e = document.body) {
5
- return e == null ? [] : Array.from(e.querySelectorAll(f)).sort((r, t) => Math.sign((r.tabIndex || Number.MAX_SAFE_INTEGER) - (t.tabIndex || Number.MAX_SAFE_INTEGER)));
6
- }
7
- function S(e = document.body) {
8
- return e == null ? [] : Array.from(e.querySelectorAll(p)).sort((r, t) => Math.sign((r.tabIndex || Number.MAX_SAFE_INTEGER) - (t.tabIndex || Number.MAX_SAFE_INTEGER)));
9
- }
10
- var h = ((t) => (t[t.Strict = 0] = "Strict", t[t.Loose = 1] = "Loose", t))(h || {});
11
- function A(e, r = 0) {
12
- var t;
13
- return e === ((t = u(e)) == null ? void 0 : t.body) ? false : u$1(r, { [0]() {
14
- return e.matches(f);
15
- }, [1]() {
16
- let u2 = e;
17
- for (; u2 !== null; ) {
18
- if (u2.matches(f)) return true;
19
- u2 = u2.parentElement;
20
- }
21
- return false;
22
- } });
23
- }
24
- var H = ((t) => (t[t.Keyboard = 0] = "Keyboard", t[t.Mouse = 1] = "Mouse", t))(H || {});
25
- typeof window != "undefined" && typeof document != "undefined" && (document.addEventListener("keydown", (e) => {
26
- e.metaKey || e.altKey || e.ctrlKey || (document.documentElement.dataset.headlessuiFocusVisible = "");
27
- }, true), document.addEventListener("click", (e) => {
28
- e.detail === 1 ? delete document.documentElement.dataset.headlessuiFocusVisible : e.detail === 0 && (document.documentElement.dataset.headlessuiFocusVisible = "");
29
- }, true));
30
- let w = ["textarea", "input"].join(",");
31
- function O(e) {
32
- var r, t;
33
- return (t = (r = e == null ? void 0 : e.matches) == null ? void 0 : r.call(e, w)) != null ? t : false;
34
- }
35
- function _(e, r = (t) => t) {
36
- return e.slice().sort((t, u2) => {
37
- let o = r(t), c = r(u2);
38
- if (o === null || c === null) return 0;
39
- let l = o.compareDocumentPosition(c);
40
- return l & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : l & Node.DOCUMENT_POSITION_PRECEDING ? 1 : 0;
41
- });
42
- }
43
- function P(e, r, { sorted: t = true, relativeTo: u2 = null, skipElements: o = [] } = {}) {
44
- let c = Array.isArray(e) ? e.length > 0 ? e[0].ownerDocument : document : e.ownerDocument, l = Array.isArray(e) ? t ? _(e) : e : r & 64 ? S(e) : b(e);
45
- o.length > 0 && l.length > 1 && (l = l.filter((s) => !o.some((a) => a != null && "current" in a ? (a == null ? void 0 : a.current) === s : a === s))), u2 = u2 != null ? u2 : c.activeElement;
46
- let n = (() => {
47
- if (r & 5) return 1;
48
- if (r & 10) return -1;
49
- throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
50
- })(), x = (() => {
51
- if (r & 1) return 0;
52
- if (r & 2) return Math.max(0, l.indexOf(u2)) - 1;
53
- if (r & 4) return Math.max(0, l.indexOf(u2)) + 1;
54
- if (r & 8) return l.length - 1;
55
- throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
56
- })(), M = r & 32 ? { preventScroll: true } : {}, m = 0, d = l.length, i;
57
- do {
58
- if (m >= d || m + d <= 0) return 0;
59
- let s = x + m;
60
- if (r & 16) s = (s + d) % d;
61
- else {
62
- if (s < 0) return 3;
63
- if (s >= d) return 1;
64
- }
65
- i = l[s], i == null || i.focus(M), m += n;
66
- } while (i !== c.activeElement);
67
- return r & 6 && O(i) && i.select(), 2;
68
- }
69
- export {
70
- A,
71
- F,
72
- P,
73
- T,
74
- _,
75
- f,
76
- h
77
- };
@@ -1,13 +0,0 @@
1
- import { W, H } from "./keyboard-B256ZoM-.js";
2
- let a = "span";
3
- var s = ((e) => (e[e.None = 1] = "None", e[e.Focusable = 2] = "Focusable", e[e.Hidden = 4] = "Hidden", e))(s || {});
4
- function l(t, r) {
5
- var n;
6
- let { features: d = 1, ...e } = t, o = { ref: r, "aria-hidden": (d & 2) === 2 ? true : (n = e["aria-hidden"]) != null ? n : void 0, hidden: (d & 4) === 4 ? true : void 0, style: { position: "fixed", top: 1, left: 1, width: 1, height: 0, padding: 0, margin: -1, overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0", ...(d & 4) === 4 && (d & 2) !== 2 && { display: "none" } } };
7
- return H({ ourProps: o, theirProps: e, slot: {}, defaultTag: a, name: "Hidden" });
8
- }
9
- let T = W(l);
10
- export {
11
- T,
12
- s
13
- };
@@ -1,65 +0,0 @@
1
- function getDefaultExportFromCjs(x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
3
- }
4
- var classnames = { exports: {} };
5
- /*!
6
- Copyright (c) 2018 Jed Watson.
7
- Licensed under the MIT License (MIT), see
8
- http://jedwatson.github.io/classnames
9
- */
10
- (function(module) {
11
- (function() {
12
- var hasOwn = {}.hasOwnProperty;
13
- function classNames2() {
14
- var classes = "";
15
- for (var i = 0; i < arguments.length; i++) {
16
- var arg = arguments[i];
17
- if (arg) {
18
- classes = appendClass(classes, parseValue(arg));
19
- }
20
- }
21
- return classes;
22
- }
23
- function parseValue(arg) {
24
- if (typeof arg === "string" || typeof arg === "number") {
25
- return arg;
26
- }
27
- if (typeof arg !== "object") {
28
- return "";
29
- }
30
- if (Array.isArray(arg)) {
31
- return classNames2.apply(null, arg);
32
- }
33
- if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes("[native code]")) {
34
- return arg.toString();
35
- }
36
- var classes = "";
37
- for (var key in arg) {
38
- if (hasOwn.call(arg, key) && arg[key]) {
39
- classes = appendClass(classes, key);
40
- }
41
- }
42
- return classes;
43
- }
44
- function appendClass(value, newClass) {
45
- if (!newClass) {
46
- return value;
47
- }
48
- if (value) {
49
- return value + " " + newClass;
50
- }
51
- return value + newClass;
52
- }
53
- if (module.exports) {
54
- classNames2.default = classNames2;
55
- module.exports = classNames2;
56
- } else {
57
- window.classNames = classNames2;
58
- }
59
- })();
60
- })(classnames);
61
- var classnamesExports = classnames.exports;
62
- const classNames = /* @__PURE__ */ getDefaultExportFromCjs(classnamesExports);
63
- export {
64
- classNames as c
65
- };