mimir-ui-kit 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1286) hide show
  1. package/dist/NavigationButtons-B8tMfqrg.js +4907 -0
  2. package/dist/assets/Button.css +1 -0
  3. package/dist/assets/Input.css +1 -0
  4. package/dist/assets/InputPassword.css +1 -0
  5. package/dist/assets/Loader.css +1 -0
  6. package/dist/assets/MergedButton.css +1 -0
  7. package/dist/assets/OtpInput.css +1 -0
  8. package/dist/assets/ProgressBar.css +1 -0
  9. package/dist/assets/RadioGroup.css +1 -0
  10. package/dist/assets/Slider.css +1 -0
  11. package/dist/assets/Steps.css +1 -0
  12. package/dist/assets/Vote.css +1 -0
  13. package/dist/assets/fonts/11d5bc9f0cad36d1.woff2 +0 -0
  14. package/dist/assets/fonts/1a738bfdbc1e4d9d.woff +0 -0
  15. package/dist/assets/fonts/242d04bef81519ae.woff2 +0 -0
  16. package/dist/assets/fonts/3b9f59412b17ff93.woff +0 -0
  17. package/dist/assets/fonts/3cdd7fabbe89d2b9.woff +0 -0
  18. package/dist/assets/fonts/43b748f250df0f08.woff +0 -0
  19. package/dist/assets/fonts/585d10920d676fcd.woff2 +0 -0
  20. package/dist/assets/fonts/63611593e008a77c.woff2 +0 -0
  21. package/dist/assets/fonts/badaa6d1837432de.woff +0 -0
  22. package/dist/assets/fonts/cac2ba46e8c8adc9.woff2 +0 -0
  23. package/dist/assets/fonts/d080ae18fd04e52c.woff2 +0 -0
  24. package/dist/assets/fonts/e51d2feb30084bc2.woff2 +0 -0
  25. package/dist/assets/fonts/ee3db32f0aadef5d.woff2 +0 -0
  26. package/dist/assets/fonts/f4d681a788c6d497.woff2 +0 -0
  27. package/dist/assets/index.css +1 -0
  28. package/dist/components/Button/Button.d.ts +135 -0
  29. package/dist/components/Button/Button.js +96 -0
  30. package/dist/components/Button/constants.d.ts +25 -0
  31. package/dist/components/Button/constants.js +35 -0
  32. package/dist/components/Button/index.d.ts +2 -0
  33. package/dist/components/Button/index.js +9 -0
  34. package/dist/components/Button/types.d.ts +28 -0
  35. package/dist/components/Button/types.js +1 -0
  36. package/dist/components/Image/Image.d.ts +21 -0
  37. package/dist/components/Image/Image.js +49 -0
  38. package/dist/components/Image/index.d.ts +1 -0
  39. package/dist/components/Image/index.js +4 -0
  40. package/dist/components/Input/Input.d.ts +63 -0
  41. package/dist/components/Input/Input.js +121 -0
  42. package/dist/components/Input/constants.d.ts +12 -0
  43. package/dist/components/Input/constants.js +18 -0
  44. package/dist/components/Input/index.d.ts +3 -0
  45. package/dist/components/Input/index.js +7 -0
  46. package/dist/components/Input/types.d.ts +11 -0
  47. package/dist/components/Input/types.js +1 -0
  48. package/dist/components/InputPassword/InputPassword.d.ts +12 -0
  49. package/dist/components/InputPassword/InputPassword.js +50 -0
  50. package/dist/components/InputPassword/index.d.ts +2 -0
  51. package/dist/components/InputPassword/index.js +4 -0
  52. package/dist/components/InputPhoneNumber/InputPhoneNumber.d.ts +12 -0
  53. package/dist/components/InputPhoneNumber/InputPhoneNumber.js +38 -0
  54. package/dist/components/InputPhoneNumber/index.d.ts +2 -0
  55. package/dist/components/InputPhoneNumber/index.js +7 -0
  56. package/dist/components/InputPhoneNumber/utils.d.ts +2 -0
  57. package/dist/components/InputPhoneNumber/utils.js +26 -0
  58. package/dist/components/Loader/Loader.d.ts +1 -0
  59. package/dist/components/Loader/Loader.js +18 -0
  60. package/dist/components/Loader/index.d.ts +1 -0
  61. package/dist/components/Loader/index.js +4 -0
  62. package/dist/components/MergedButton/MergedButton.d.ts +17 -0
  63. package/dist/components/MergedButton/MergedButton.js +55 -0
  64. package/dist/components/MergedButton/constants.d.ts +5 -0
  65. package/dist/components/MergedButton/constants.js +9 -0
  66. package/dist/components/MergedButton/index.d.ts +2 -0
  67. package/dist/components/MergedButton/index.js +6 -0
  68. package/dist/components/OtpInput/OtpInput.d.ts +23 -0
  69. package/dist/components/OtpInput/OtpInput.js +70 -0
  70. package/dist/components/OtpInput/constants.d.ts +3 -0
  71. package/dist/components/OtpInput/constants.js +8 -0
  72. package/dist/components/OtpInput/hooks.d.ts +20 -0
  73. package/dist/components/OtpInput/hooks.js +139 -0
  74. package/dist/components/OtpInput/index.d.ts +1 -0
  75. package/dist/components/OtpInput/index.js +4 -0
  76. package/dist/components/RadioGroup/RadioGroup.d.ts +30 -0
  77. package/dist/components/RadioGroup/RadioGroup.js +1106 -0
  78. package/dist/components/RadioGroup/index.d.ts +2 -0
  79. package/dist/components/RadioGroup/index.js +4 -0
  80. package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +1 -0
  81. package/dist/components/Slider/NavigationButtons/NavigationButtons.js +7 -0
  82. package/dist/components/Slider/NavigationButtons/index.d.ts +1 -0
  83. package/dist/components/Slider/NavigationButtons/index.js +4 -0
  84. package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +1 -0
  85. package/dist/components/Slider/ProgressBar/ProgressBar.js +15 -0
  86. package/dist/components/Slider/ProgressBar/index.d.ts +1 -0
  87. package/dist/components/Slider/ProgressBar/index.js +4 -0
  88. package/dist/components/Slider/Slider.d.ts +32 -0
  89. package/dist/components/Slider/Slider.js +417 -0
  90. package/dist/components/Slider/index.d.ts +1 -0
  91. package/dist/components/Slider/index.js +4 -0
  92. package/dist/components/Steps/Steps.d.ts +79 -0
  93. package/dist/components/Steps/Steps.js +99 -0
  94. package/dist/components/Steps/constants.d.ts +41 -0
  95. package/dist/components/Steps/constants.js +55 -0
  96. package/dist/components/Steps/index.d.ts +3 -0
  97. package/dist/components/Steps/index.js +8 -0
  98. package/dist/components/Steps/types.d.ts +6 -0
  99. package/dist/components/Steps/types.js +1 -0
  100. package/dist/components/Vote/Vote.d.ts +119 -0
  101. package/dist/components/Vote/Vote.js +100 -0
  102. package/dist/components/Vote/constants.d.ts +7 -0
  103. package/dist/components/Vote/constants.js +15 -0
  104. package/dist/components/Vote/index.d.ts +3 -0
  105. package/dist/components/Vote/index.js +6 -0
  106. package/dist/components/Vote/types.d.ts +6 -0
  107. package/dist/components/Vote/types.js +1 -0
  108. package/dist/components/index.d.ts +17 -0
  109. package/dist/components/index.js +45 -0
  110. package/dist/hooks/index.d.ts +1 -0
  111. package/dist/hooks/index.js +6 -0
  112. package/dist/hooks/useMediaQuery/constants.d.ts +10 -0
  113. package/dist/hooks/useMediaQuery/constants.js +14 -0
  114. package/dist/hooks/useMediaQuery/index.d.ts +2 -0
  115. package/dist/hooks/useMediaQuery/index.js +6 -0
  116. package/dist/hooks/useMediaQuery/useMediaQuery.d.ts +14 -0
  117. package/dist/hooks/useMediaQuery/useMediaQuery.js +19 -0
  118. package/dist/icons/Icon.d.ts +8 -0
  119. package/dist/icons/Icon.js +13 -0
  120. package/dist/icons/components/16px/Accept16px.d.ts +4 -0
  121. package/dist/icons/components/16px/Accept16px.js +27 -0
  122. package/dist/icons/components/16px/Acts16px.d.ts +4 -0
  123. package/dist/icons/components/16px/Acts16px.js +40 -0
  124. package/dist/icons/components/16px/Acts16pxF.d.ts +4 -0
  125. package/dist/icons/components/16px/Acts16pxF.js +35 -0
  126. package/dist/icons/components/16px/AdditionalServicess16px.d.ts +4 -0
  127. package/dist/icons/components/16px/AdditionalServicess16px.js +33 -0
  128. package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +4 -0
  129. package/dist/icons/components/16px/AdditionalServicess16pxF.js +22 -0
  130. package/dist/icons/components/16px/Agents16px.d.ts +4 -0
  131. package/dist/icons/components/16px/Agents16px.js +24 -0
  132. package/dist/icons/components/16px/Agents16pxF.d.ts +4 -0
  133. package/dist/icons/components/16px/Agents16pxF.js +22 -0
  134. package/dist/icons/components/16px/Alarm16px.d.ts +4 -0
  135. package/dist/icons/components/16px/Alarm16px.js +25 -0
  136. package/dist/icons/components/16px/ArrowDown16px.d.ts +4 -0
  137. package/dist/icons/components/16px/ArrowDown16px.js +24 -0
  138. package/dist/icons/components/16px/ArrowLeft16px.d.ts +4 -0
  139. package/dist/icons/components/16px/ArrowLeft16px.js +24 -0
  140. package/dist/icons/components/16px/ArrowRight16px.d.ts +4 -0
  141. package/dist/icons/components/16px/ArrowRight16px.js +24 -0
  142. package/dist/icons/components/16px/ArrowUp16px.d.ts +4 -0
  143. package/dist/icons/components/16px/ArrowUp16px.js +24 -0
  144. package/dist/icons/components/16px/ArrowUpright16px.d.ts +4 -0
  145. package/dist/icons/components/16px/ArrowUpright16px.js +24 -0
  146. package/dist/icons/components/16px/AttachFile16px.d.ts +4 -0
  147. package/dist/icons/components/16px/AttachFile16px.js +24 -0
  148. package/dist/icons/components/16px/Bell16px.d.ts +4 -0
  149. package/dist/icons/components/16px/Bell16px.js +44 -0
  150. package/dist/icons/components/16px/Bell16pxF.d.ts +4 -0
  151. package/dist/icons/components/16px/Bell16pxF.js +34 -0
  152. package/dist/icons/components/16px/Calculator16px.d.ts +4 -0
  153. package/dist/icons/components/16px/Calculator16px.js +24 -0
  154. package/dist/icons/components/16px/CalculatorLkk16px.d.ts +4 -0
  155. package/dist/icons/components/16px/CalculatorLkk16px.js +35 -0
  156. package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +4 -0
  157. package/dist/icons/components/16px/CalculatorLkk16pxF.js +24 -0
  158. package/dist/icons/components/16px/Calendar16px.d.ts +4 -0
  159. package/dist/icons/components/16px/Calendar16px.js +24 -0
  160. package/dist/icons/components/16px/Camera16px.d.ts +4 -0
  161. package/dist/icons/components/16px/Camera16px.js +36 -0
  162. package/dist/icons/components/16px/Car16px.d.ts +4 -0
  163. package/dist/icons/components/16px/Car16px.js +35 -0
  164. package/dist/icons/components/16px/Car16pxF.d.ts +4 -0
  165. package/dist/icons/components/16px/Car16pxF.js +24 -0
  166. package/dist/icons/components/16px/Catalog16px.d.ts +4 -0
  167. package/dist/icons/components/16px/Catalog16px.js +24 -0
  168. package/dist/icons/components/16px/Certs16px.d.ts +4 -0
  169. package/dist/icons/components/16px/Certs16px.js +33 -0
  170. package/dist/icons/components/16px/Certs16pxF.d.ts +4 -0
  171. package/dist/icons/components/16px/Certs16pxF.js +33 -0
  172. package/dist/icons/components/16px/Change16px.d.ts +4 -0
  173. package/dist/icons/components/16px/Change16px.js +22 -0
  174. package/dist/icons/components/16px/Chat16px.d.ts +4 -0
  175. package/dist/icons/components/16px/Chat16px.js +33 -0
  176. package/dist/icons/components/16px/Chat16pxF.d.ts +4 -0
  177. package/dist/icons/components/16px/Chat16pxF.js +24 -0
  178. package/dist/icons/components/16px/Chatbot16px.d.ts +4 -0
  179. package/dist/icons/components/16px/Chatbot16px.js +264 -0
  180. package/dist/icons/components/16px/Close16px.d.ts +4 -0
  181. package/dist/icons/components/16px/Close16px.js +24 -0
  182. package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +4 -0
  183. package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +22 -0
  184. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +4 -0
  185. package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +22 -0
  186. package/dist/icons/components/16px/Coin16px.d.ts +4 -0
  187. package/dist/icons/components/16px/Coin16px.js +35 -0
  188. package/dist/icons/components/16px/Coin16pxF.d.ts +4 -0
  189. package/dist/icons/components/16px/Coin16pxF.js +42 -0
  190. package/dist/icons/components/16px/Contracts16px.d.ts +4 -0
  191. package/dist/icons/components/16px/Contracts16px.js +35 -0
  192. package/dist/icons/components/16px/Contracts16pxF.d.ts +4 -0
  193. package/dist/icons/components/16px/Contracts16pxF.js +33 -0
  194. package/dist/icons/components/16px/CopyClipboard16px.d.ts +4 -0
  195. package/dist/icons/components/16px/CopyClipboard16px.js +27 -0
  196. package/dist/icons/components/16px/Done16px.d.ts +4 -0
  197. package/dist/icons/components/16px/Done16px.js +24 -0
  198. package/dist/icons/components/16px/Download16px.d.ts +4 -0
  199. package/dist/icons/components/16px/Download16px.js +31 -0
  200. package/dist/icons/components/16px/DragHandle16px.d.ts +4 -0
  201. package/dist/icons/components/16px/DragHandle16px.js +22 -0
  202. package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +4 -0
  203. package/dist/icons/components/16px/DragHandleHorizontal16px.js +22 -0
  204. package/dist/icons/components/16px/DragHandleVertical16px.d.ts +4 -0
  205. package/dist/icons/components/16px/DragHandleVertical16px.js +22 -0
  206. package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +4 -0
  207. package/dist/icons/components/16px/DropdownArrowBottom16px.js +24 -0
  208. package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +4 -0
  209. package/dist/icons/components/16px/DropdownArrowLeft16px.js +24 -0
  210. package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +4 -0
  211. package/dist/icons/components/16px/DropdownArrowRight16px.js +24 -0
  212. package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +4 -0
  213. package/dist/icons/components/16px/DropdownArrowUp16px.js +24 -0
  214. package/dist/icons/components/16px/Dzen16px.d.ts +4 -0
  215. package/dist/icons/components/16px/Dzen16px.js +22 -0
  216. package/dist/icons/components/16px/Euro16px.d.ts +4 -0
  217. package/dist/icons/components/16px/Euro16px.js +25 -0
  218. package/dist/icons/components/16px/Eye16px.d.ts +4 -0
  219. package/dist/icons/components/16px/Eye16px.js +35 -0
  220. package/dist/icons/components/16px/Failure16px.d.ts +4 -0
  221. package/dist/icons/components/16px/Failure16px.js +27 -0
  222. package/dist/icons/components/16px/Favorite16px.d.ts +4 -0
  223. package/dist/icons/components/16px/Favorite16px.js +24 -0
  224. package/dist/icons/components/16px/Favorite16pxF.d.ts +4 -0
  225. package/dist/icons/components/16px/Favorite16pxF.js +22 -0
  226. package/dist/icons/components/16px/Filter16px.d.ts +4 -0
  227. package/dist/icons/components/16px/Filter16px.js +24 -0
  228. package/dist/icons/components/16px/Flag16pxF.d.ts +4 -0
  229. package/dist/icons/components/16px/Flag16pxF.js +16 -0
  230. package/dist/icons/components/16px/Folder16px.d.ts +4 -0
  231. package/dist/icons/components/16px/Folder16px.js +24 -0
  232. package/dist/icons/components/16px/Fullscreen16px.d.ts +4 -0
  233. package/dist/icons/components/16px/Fullscreen16px.js +24 -0
  234. package/dist/icons/components/16px/Galery16px.d.ts +4 -0
  235. package/dist/icons/components/16px/Galery16px.js +27 -0
  236. package/dist/icons/components/16px/Gear16px.d.ts +4 -0
  237. package/dist/icons/components/16px/Gear16px.js +35 -0
  238. package/dist/icons/components/16px/Gift16px.d.ts +4 -0
  239. package/dist/icons/components/16px/Gift16px.js +33 -0
  240. package/dist/icons/components/16px/Hint16px.d.ts +4 -0
  241. package/dist/icons/components/16px/Hint16px.js +25 -0
  242. package/dist/icons/components/16px/Home16px.d.ts +4 -0
  243. package/dist/icons/components/16px/Home16px.js +33 -0
  244. package/dist/icons/components/16px/Home16pxF.d.ts +4 -0
  245. package/dist/icons/components/16px/Home16pxF.js +24 -0
  246. package/dist/icons/components/16px/Hot16pxF.d.ts +4 -0
  247. package/dist/icons/components/16px/Hot16pxF.js +22 -0
  248. package/dist/icons/components/16px/Kebab16px.d.ts +4 -0
  249. package/dist/icons/components/16px/Kebab16px.js +16 -0
  250. package/dist/icons/components/16px/List16px.d.ts +4 -0
  251. package/dist/icons/components/16px/List16px.js +22 -0
  252. package/dist/icons/components/16px/Location16px.d.ts +4 -0
  253. package/dist/icons/components/16px/Location16px.js +35 -0
  254. package/dist/icons/components/16px/Map16px.d.ts +4 -0
  255. package/dist/icons/components/16px/Map16px.js +24 -0
  256. package/dist/icons/components/16px/Menu16px.d.ts +4 -0
  257. package/dist/icons/components/16px/Menu16px.js +22 -0
  258. package/dist/icons/components/16px/MenuMobile16px.d.ts +4 -0
  259. package/dist/icons/components/16px/MenuMobile16px.js +24 -0
  260. package/dist/icons/components/16px/Minus16px.d.ts +4 -0
  261. package/dist/icons/components/16px/Minus16px.js +16 -0
  262. package/dist/icons/components/16px/Navigation16px.d.ts +4 -0
  263. package/dist/icons/components/16px/Navigation16px.js +24 -0
  264. package/dist/icons/components/16px/News16px.d.ts +4 -0
  265. package/dist/icons/components/16px/News16px.js +33 -0
  266. package/dist/icons/components/16px/News16pxF.d.ts +4 -0
  267. package/dist/icons/components/16px/News16pxF.js +24 -0
  268. package/dist/icons/components/16px/Number16px.d.ts +4 -0
  269. package/dist/icons/components/16px/Number16px.js +33 -0
  270. package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +4 -0
  271. package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +22 -0
  272. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +4 -0
  273. package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +22 -0
  274. package/dist/icons/components/16px/Orders16px.d.ts +4 -0
  275. package/dist/icons/components/16px/Orders16px.js +33 -0
  276. package/dist/icons/components/16px/Orders16pxF.d.ts +4 -0
  277. package/dist/icons/components/16px/Orders16pxF.js +27 -0
  278. package/dist/icons/components/16px/Pause16px.d.ts +4 -0
  279. package/dist/icons/components/16px/Pause16px.js +16 -0
  280. package/dist/icons/components/16px/Pen16px.d.ts +4 -0
  281. package/dist/icons/components/16px/Pen16px.js +35 -0
  282. package/dist/icons/components/16px/Pen16pxF.d.ts +4 -0
  283. package/dist/icons/components/16px/Pen16pxF.js +24 -0
  284. package/dist/icons/components/16px/Phone16px.d.ts +4 -0
  285. package/dist/icons/components/16px/Phone16px.js +24 -0
  286. package/dist/icons/components/16px/Play16pxF.d.ts +4 -0
  287. package/dist/icons/components/16px/Play16pxF.js +22 -0
  288. package/dist/icons/components/16px/Plus16px.d.ts +4 -0
  289. package/dist/icons/components/16px/Plus16px.js +24 -0
  290. package/dist/icons/components/16px/Pound16px.d.ts +4 -0
  291. package/dist/icons/components/16px/Pound16px.js +25 -0
  292. package/dist/icons/components/16px/PriceDown16px.d.ts +4 -0
  293. package/dist/icons/components/16px/PriceDown16px.js +35 -0
  294. package/dist/icons/components/16px/PriceUp16px.d.ts +4 -0
  295. package/dist/icons/components/16px/PriceUp16px.js +35 -0
  296. package/dist/icons/components/16px/Question16px.d.ts +4 -0
  297. package/dist/icons/components/16px/Question16px.js +24 -0
  298. package/dist/icons/components/16px/Question16pxF.d.ts +4 -0
  299. package/dist/icons/components/16px/Question16pxF.js +24 -0
  300. package/dist/icons/components/16px/Rutube16px.d.ts +4 -0
  301. package/dist/icons/components/16px/Rutube16px.js +22 -0
  302. package/dist/icons/components/16px/Scan16px.d.ts +4 -0
  303. package/dist/icons/components/16px/Scan16px.js +22 -0
  304. package/dist/icons/components/16px/Search16px.d.ts +4 -0
  305. package/dist/icons/components/16px/Search16px.js +24 -0
  306. package/dist/icons/components/16px/Share16pxF.d.ts +4 -0
  307. package/dist/icons/components/16px/Share16pxF.js +22 -0
  308. package/dist/icons/components/16px/ShopingCard16px.d.ts +4 -0
  309. package/dist/icons/components/16px/ShopingCard16px.js +24 -0
  310. package/dist/icons/components/16px/Sort16px.d.ts +4 -0
  311. package/dist/icons/components/16px/Sort16px.js +24 -0
  312. package/dist/icons/components/16px/Star16px.d.ts +4 -0
  313. package/dist/icons/components/16px/Star16px.js +24 -0
  314. package/dist/icons/components/16px/Star16pxF.d.ts +4 -0
  315. package/dist/icons/components/16px/Star16pxF.js +22 -0
  316. package/dist/icons/components/16px/StarHalf16pxF.d.ts +4 -0
  317. package/dist/icons/components/16px/StarHalf16pxF.js +24 -0
  318. package/dist/icons/components/16px/Telegram16pxF.d.ts +4 -0
  319. package/dist/icons/components/16px/Telegram16pxF.js +22 -0
  320. package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +4 -0
  321. package/dist/icons/components/16px/TelegramPlane16pxF.js +22 -0
  322. package/dist/icons/components/16px/Timer16px.d.ts +4 -0
  323. package/dist/icons/components/16px/Timer16px.js +40 -0
  324. package/dist/icons/components/16px/Trash16px.d.ts +4 -0
  325. package/dist/icons/components/16px/Trash16px.js +24 -0
  326. package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +4 -0
  327. package/dist/icons/components/16px/TwinArrowLeft16px.js +22 -0
  328. package/dist/icons/components/16px/TwinArrowRight16px.d.ts +4 -0
  329. package/dist/icons/components/16px/TwinArrowRight16px.js +22 -0
  330. package/dist/icons/components/16px/USDollar16px.d.ts +4 -0
  331. package/dist/icons/components/16px/USDollar16px.js +25 -0
  332. package/dist/icons/components/16px/Umbrella16px.d.ts +4 -0
  333. package/dist/icons/components/16px/Umbrella16px.js +24 -0
  334. package/dist/icons/components/16px/Umbrella16pxF.d.ts +4 -0
  335. package/dist/icons/components/16px/Umbrella16pxF.js +22 -0
  336. package/dist/icons/components/16px/UnionIcon16px.d.ts +4 -0
  337. package/dist/icons/components/16px/UnionIcon16px.js +24 -0
  338. package/dist/icons/components/16px/User16px.d.ts +4 -0
  339. package/dist/icons/components/16px/User16px.js +33 -0
  340. package/dist/icons/components/16px/User16pxF.d.ts +4 -0
  341. package/dist/icons/components/16px/User16pxF.js +22 -0
  342. package/dist/icons/components/16px/Users16px.d.ts +4 -0
  343. package/dist/icons/components/16px/Users16px.js +33 -0
  344. package/dist/icons/components/16px/Users16pxF.d.ts +4 -0
  345. package/dist/icons/components/16px/Users16pxF.js +22 -0
  346. package/dist/icons/components/16px/VK16pxF.d.ts +4 -0
  347. package/dist/icons/components/16px/VK16pxF.js +24 -0
  348. package/dist/icons/components/16px/Waiting16px.d.ts +4 -0
  349. package/dist/icons/components/16px/Waiting16px.js +24 -0
  350. package/dist/icons/components/16px/Whatsapp16px.d.ts +4 -0
  351. package/dist/icons/components/16px/Whatsapp16px.js +33 -0
  352. package/dist/icons/components/16px/WriteUs16px.d.ts +4 -0
  353. package/dist/icons/components/16px/WriteUs16px.js +27 -0
  354. package/dist/icons/components/16px/Youtube16pxF.d.ts +4 -0
  355. package/dist/icons/components/16px/Youtube16pxF.js +22 -0
  356. package/dist/icons/components/16px/Yuan16px.d.ts +4 -0
  357. package/dist/icons/components/16px/Yuan16px.js +25 -0
  358. package/dist/icons/components/24px/Accept24px.d.ts +4 -0
  359. package/dist/icons/components/24px/Accept24px.js +29 -0
  360. package/dist/icons/components/24px/Acts24px.d.ts +4 -0
  361. package/dist/icons/components/24px/Acts24px.js +41 -0
  362. package/dist/icons/components/24px/Acts24pxF.d.ts +4 -0
  363. package/dist/icons/components/24px/Acts24pxF.js +34 -0
  364. package/dist/icons/components/24px/AdditionalServicess24px.d.ts +4 -0
  365. package/dist/icons/components/24px/AdditionalServicess24px.js +34 -0
  366. package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +4 -0
  367. package/dist/icons/components/24px/AdditionalServicess24pxF.js +23 -0
  368. package/dist/icons/components/24px/Agents24px.d.ts +4 -0
  369. package/dist/icons/components/24px/Agents24px.js +25 -0
  370. package/dist/icons/components/24px/Agents24pxF.d.ts +4 -0
  371. package/dist/icons/components/24px/Agents24pxF.js +32 -0
  372. package/dist/icons/components/24px/Alarm24px.d.ts +4 -0
  373. package/dist/icons/components/24px/Alarm24px.js +26 -0
  374. package/dist/icons/components/24px/ArrowDown24px.d.ts +4 -0
  375. package/dist/icons/components/24px/ArrowDown24px.js +25 -0
  376. package/dist/icons/components/24px/ArrowLeft24px.d.ts +4 -0
  377. package/dist/icons/components/24px/ArrowLeft24px.js +25 -0
  378. package/dist/icons/components/24px/ArrowRight24px.d.ts +4 -0
  379. package/dist/icons/components/24px/ArrowRight24px.js +25 -0
  380. package/dist/icons/components/24px/ArrowUp24px.d.ts +4 -0
  381. package/dist/icons/components/24px/ArrowUp24px.js +25 -0
  382. package/dist/icons/components/24px/ArrowUpright24px.d.ts +4 -0
  383. package/dist/icons/components/24px/ArrowUpright24px.js +25 -0
  384. package/dist/icons/components/24px/AttachFile24px.d.ts +4 -0
  385. package/dist/icons/components/24px/AttachFile24px.js +25 -0
  386. package/dist/icons/components/24px/Bell24px.d.ts +4 -0
  387. package/dist/icons/components/24px/Bell24px.js +45 -0
  388. package/dist/icons/components/24px/Bell24pxF.d.ts +4 -0
  389. package/dist/icons/components/24px/Bell24pxF.js +28 -0
  390. package/dist/icons/components/24px/Calculator24px.d.ts +4 -0
  391. package/dist/icons/components/24px/Calculator24px.js +25 -0
  392. package/dist/icons/components/24px/CalculatorLkk24px.d.ts +4 -0
  393. package/dist/icons/components/24px/CalculatorLkk24px.js +34 -0
  394. package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +4 -0
  395. package/dist/icons/components/24px/CalculatorLkk24pxF.js +25 -0
  396. package/dist/icons/components/24px/Calendar24px.d.ts +4 -0
  397. package/dist/icons/components/24px/Calendar24px.js +25 -0
  398. package/dist/icons/components/24px/Camera24px.d.ts +4 -0
  399. package/dist/icons/components/24px/Camera24px.js +25 -0
  400. package/dist/icons/components/24px/Car24px.d.ts +4 -0
  401. package/dist/icons/components/24px/Car24px.js +36 -0
  402. package/dist/icons/components/24px/Car24pxF.d.ts +4 -0
  403. package/dist/icons/components/24px/Car24pxF.js +34 -0
  404. package/dist/icons/components/24px/Catalog24px.d.ts +4 -0
  405. package/dist/icons/components/24px/Catalog24px.js +25 -0
  406. package/dist/icons/components/24px/Certs24px.d.ts +4 -0
  407. package/dist/icons/components/24px/Certs24px.js +34 -0
  408. package/dist/icons/components/24px/Certs24pxF.d.ts +4 -0
  409. package/dist/icons/components/24px/Certs24pxF.js +34 -0
  410. package/dist/icons/components/24px/Change24px.d.ts +4 -0
  411. package/dist/icons/components/24px/Change24px.js +25 -0
  412. package/dist/icons/components/24px/Chat24px.d.ts +4 -0
  413. package/dist/icons/components/24px/Chat24px.js +30 -0
  414. package/dist/icons/components/24px/Chat24pxF.d.ts +4 -0
  415. package/dist/icons/components/24px/Chat24pxF.js +25 -0
  416. package/dist/icons/components/24px/Chatbot24px.d.ts +4 -0
  417. package/dist/icons/components/24px/Chatbot24px.js +265 -0
  418. package/dist/icons/components/24px/Close24px.d.ts +4 -0
  419. package/dist/icons/components/24px/Close24px.js +25 -0
  420. package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +4 -0
  421. package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +25 -0
  422. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +4 -0
  423. package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +23 -0
  424. package/dist/icons/components/24px/Coin24px.d.ts +4 -0
  425. package/dist/icons/components/24px/Coin24px.js +26 -0
  426. package/dist/icons/components/24px/Coin24pxF.d.ts +4 -0
  427. package/dist/icons/components/24px/Coin24pxF.js +43 -0
  428. package/dist/icons/components/24px/Contracts24px.d.ts +4 -0
  429. package/dist/icons/components/24px/Contracts24px.js +36 -0
  430. package/dist/icons/components/24px/Contracts24pxF.d.ts +4 -0
  431. package/dist/icons/components/24px/Contracts24pxF.js +34 -0
  432. package/dist/icons/components/24px/CopyClipboard24px.d.ts +4 -0
  433. package/dist/icons/components/24px/CopyClipboard24px.js +28 -0
  434. package/dist/icons/components/24px/Done24px.d.ts +4 -0
  435. package/dist/icons/components/24px/Done24px.js +25 -0
  436. package/dist/icons/components/24px/Download24px.d.ts +4 -0
  437. package/dist/icons/components/24px/Download24px.js +32 -0
  438. package/dist/icons/components/24px/DragHandle24px.d.ts +4 -0
  439. package/dist/icons/components/24px/DragHandle24px.js +23 -0
  440. package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +4 -0
  441. package/dist/icons/components/24px/DragHandleHorizontal24px.js +23 -0
  442. package/dist/icons/components/24px/DragHandleVertical24px.d.ts +4 -0
  443. package/dist/icons/components/24px/DragHandleVertical24px.js +23 -0
  444. package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +4 -0
  445. package/dist/icons/components/24px/DropdownArrowDown24px.js +25 -0
  446. package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +4 -0
  447. package/dist/icons/components/24px/DropdownArrowLeft24px.js +25 -0
  448. package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +4 -0
  449. package/dist/icons/components/24px/DropdownArrowRight24px.js +25 -0
  450. package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +4 -0
  451. package/dist/icons/components/24px/DropdownArrowUp24px.js +25 -0
  452. package/dist/icons/components/24px/Dzen24px.d.ts +4 -0
  453. package/dist/icons/components/24px/Dzen24px.js +23 -0
  454. package/dist/icons/components/24px/Euro24px.d.ts +4 -0
  455. package/dist/icons/components/24px/Euro24px.js +26 -0
  456. package/dist/icons/components/24px/Eye24px.d.ts +4 -0
  457. package/dist/icons/components/24px/Eye24px.js +36 -0
  458. package/dist/icons/components/24px/Failure24px.d.ts +4 -0
  459. package/dist/icons/components/24px/Failure24px.js +28 -0
  460. package/dist/icons/components/24px/Favorite24px.d.ts +4 -0
  461. package/dist/icons/components/24px/Favorite24px.js +25 -0
  462. package/dist/icons/components/24px/Favorite24pxF.d.ts +4 -0
  463. package/dist/icons/components/24px/Favorite24pxF.js +23 -0
  464. package/dist/icons/components/24px/Filter24px.d.ts +4 -0
  465. package/dist/icons/components/24px/Filter24px.js +23 -0
  466. package/dist/icons/components/24px/Flag24pxF.d.ts +4 -0
  467. package/dist/icons/components/24px/Flag24pxF.js +17 -0
  468. package/dist/icons/components/24px/Folder24px.d.ts +4 -0
  469. package/dist/icons/components/24px/Folder24px.js +25 -0
  470. package/dist/icons/components/24px/Fullscreen24px.d.ts +4 -0
  471. package/dist/icons/components/24px/Fullscreen24px.js +25 -0
  472. package/dist/icons/components/24px/Galery24px.d.ts +4 -0
  473. package/dist/icons/components/24px/Galery24px.js +28 -0
  474. package/dist/icons/components/24px/Gear24px.d.ts +4 -0
  475. package/dist/icons/components/24px/Gear24px.js +36 -0
  476. package/dist/icons/components/24px/Gift24px.d.ts +4 -0
  477. package/dist/icons/components/24px/Gift24px.js +25 -0
  478. package/dist/icons/components/24px/Hint24px.d.ts +4 -0
  479. package/dist/icons/components/24px/Hint24px.js +28 -0
  480. package/dist/icons/components/24px/Home24px.d.ts +4 -0
  481. package/dist/icons/components/24px/Home24px.js +36 -0
  482. package/dist/icons/components/24px/Home24pxF.d.ts +4 -0
  483. package/dist/icons/components/24px/Home24pxF.js +25 -0
  484. package/dist/icons/components/24px/Hot24pxF.d.ts +4 -0
  485. package/dist/icons/components/24px/Hot24pxF.js +23 -0
  486. package/dist/icons/components/24px/Improvements24px.d.ts +4 -0
  487. package/dist/icons/components/24px/Improvements24px.js +43 -0
  488. package/dist/icons/components/24px/Improvements24pxF.d.ts +4 -0
  489. package/dist/icons/components/24px/Improvements24pxF.js +37 -0
  490. package/dist/icons/components/24px/Kebab24px.d.ts +4 -0
  491. package/dist/icons/components/24px/Kebab24px.js +23 -0
  492. package/dist/icons/components/24px/List24px.d.ts +4 -0
  493. package/dist/icons/components/24px/List24px.js +23 -0
  494. package/dist/icons/components/24px/Location24px.d.ts +4 -0
  495. package/dist/icons/components/24px/Location24px.js +36 -0
  496. package/dist/icons/components/24px/Map24px.d.ts +4 -0
  497. package/dist/icons/components/24px/Map24px.js +25 -0
  498. package/dist/icons/components/24px/Menu24px.d.ts +4 -0
  499. package/dist/icons/components/24px/Menu24px.js +23 -0
  500. package/dist/icons/components/24px/MenuMobile24px.d.ts +4 -0
  501. package/dist/icons/components/24px/MenuMobile24px.js +25 -0
  502. package/dist/icons/components/24px/Minus24px.d.ts +4 -0
  503. package/dist/icons/components/24px/Minus24px.js +25 -0
  504. package/dist/icons/components/24px/Navigation24px.d.ts +4 -0
  505. package/dist/icons/components/24px/Navigation24px.js +25 -0
  506. package/dist/icons/components/24px/News24px.d.ts +4 -0
  507. package/dist/icons/components/24px/News24px.js +34 -0
  508. package/dist/icons/components/24px/News24pxF.d.ts +4 -0
  509. package/dist/icons/components/24px/News24pxF.js +25 -0
  510. package/dist/icons/components/24px/Number24px.d.ts +4 -0
  511. package/dist/icons/components/24px/Number24px.js +34 -0
  512. package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +4 -0
  513. package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +23 -0
  514. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +4 -0
  515. package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +25 -0
  516. package/dist/icons/components/24px/Orders24px.d.ts +4 -0
  517. package/dist/icons/components/24px/Orders24px.js +34 -0
  518. package/dist/icons/components/24px/Orders24pxF.d.ts +4 -0
  519. package/dist/icons/components/24px/Orders24pxF.js +28 -0
  520. package/dist/icons/components/24px/Pause24px.d.ts +4 -0
  521. package/dist/icons/components/24px/Pause24px.js +17 -0
  522. package/dist/icons/components/24px/Pen24px.d.ts +4 -0
  523. package/dist/icons/components/24px/Pen24px.js +36 -0
  524. package/dist/icons/components/24px/Pen24pxF.d.ts +4 -0
  525. package/dist/icons/components/24px/Pen24pxF.js +25 -0
  526. package/dist/icons/components/24px/Phone24px.d.ts +4 -0
  527. package/dist/icons/components/24px/Phone24px.js +25 -0
  528. package/dist/icons/components/24px/Play24px.d.ts +4 -0
  529. package/dist/icons/components/24px/Play24px.js +23 -0
  530. package/dist/icons/components/24px/Plus24px.d.ts +4 -0
  531. package/dist/icons/components/24px/Plus24px.js +25 -0
  532. package/dist/icons/components/24px/Pound24px.d.ts +4 -0
  533. package/dist/icons/components/24px/Pound24px.js +26 -0
  534. package/dist/icons/components/24px/PriceDown24px.d.ts +4 -0
  535. package/dist/icons/components/24px/PriceDown24px.js +34 -0
  536. package/dist/icons/components/24px/PriceUp24px.d.ts +4 -0
  537. package/dist/icons/components/24px/PriceUp24px.js +34 -0
  538. package/dist/icons/components/24px/Question24px.d.ts +4 -0
  539. package/dist/icons/components/24px/Question24px.js +34 -0
  540. package/dist/icons/components/24px/Question24pxF.d.ts +4 -0
  541. package/dist/icons/components/24px/Question24pxF.js +25 -0
  542. package/dist/icons/components/24px/Rutube24px.d.ts +4 -0
  543. package/dist/icons/components/24px/Rutube24px.js +23 -0
  544. package/dist/icons/components/24px/Scan24px.d.ts +4 -0
  545. package/dist/icons/components/24px/Scan24px.js +23 -0
  546. package/dist/icons/components/24px/Search24px.d.ts +4 -0
  547. package/dist/icons/components/24px/Search24px.js +25 -0
  548. package/dist/icons/components/24px/Share24pxF.d.ts +4 -0
  549. package/dist/icons/components/24px/Share24pxF.js +23 -0
  550. package/dist/icons/components/24px/ShopingCard24px.d.ts +4 -0
  551. package/dist/icons/components/24px/ShopingCard24px.js +25 -0
  552. package/dist/icons/components/24px/Sort24px.d.ts +4 -0
  553. package/dist/icons/components/24px/Sort24px.js +23 -0
  554. package/dist/icons/components/24px/Star24px.d.ts +4 -0
  555. package/dist/icons/components/24px/Star24px.js +25 -0
  556. package/dist/icons/components/24px/Star24pxF.d.ts +4 -0
  557. package/dist/icons/components/24px/Star24pxF.js +23 -0
  558. package/dist/icons/components/24px/StarHalf24pxF.d.ts +4 -0
  559. package/dist/icons/components/24px/StarHalf24pxF.js +25 -0
  560. package/dist/icons/components/24px/Telegram24pxF.d.ts +4 -0
  561. package/dist/icons/components/24px/Telegram24pxF.js +23 -0
  562. package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +4 -0
  563. package/dist/icons/components/24px/TelegramPlane24pxF.js +23 -0
  564. package/dist/icons/components/24px/Timer24px.d.ts +4 -0
  565. package/dist/icons/components/24px/Timer24px.js +41 -0
  566. package/dist/icons/components/24px/Trash24px.d.ts +4 -0
  567. package/dist/icons/components/24px/Trash24px.js +45 -0
  568. package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +4 -0
  569. package/dist/icons/components/24px/TwinArrowLeft24px.js +23 -0
  570. package/dist/icons/components/24px/TwinArrowRight24px.d.ts +4 -0
  571. package/dist/icons/components/24px/TwinArrowRight24px.js +25 -0
  572. package/dist/icons/components/24px/USDollar24px.d.ts +4 -0
  573. package/dist/icons/components/24px/USDollar24px.js +26 -0
  574. package/dist/icons/components/24px/Umbrella24px.d.ts +4 -0
  575. package/dist/icons/components/24px/Umbrella24px.js +25 -0
  576. package/dist/icons/components/24px/Umbrella24pxF.d.ts +4 -0
  577. package/dist/icons/components/24px/Umbrella24pxF.js +23 -0
  578. package/dist/icons/components/24px/UnionIcon24px.d.ts +4 -0
  579. package/dist/icons/components/24px/UnionIcon24px.js +25 -0
  580. package/dist/icons/components/24px/User24px.d.ts +4 -0
  581. package/dist/icons/components/24px/User24px.js +34 -0
  582. package/dist/icons/components/24px/User24pxF.d.ts +4 -0
  583. package/dist/icons/components/24px/User24pxF.js +23 -0
  584. package/dist/icons/components/24px/Users24px.d.ts +4 -0
  585. package/dist/icons/components/24px/Users24px.js +25 -0
  586. package/dist/icons/components/24px/Users24pxF.d.ts +4 -0
  587. package/dist/icons/components/24px/Users24pxF.js +32 -0
  588. package/dist/icons/components/24px/VK24pxF.d.ts +4 -0
  589. package/dist/icons/components/24px/VK24pxF.js +25 -0
  590. package/dist/icons/components/24px/Waiting24px.d.ts +4 -0
  591. package/dist/icons/components/24px/Waiting24px.js +25 -0
  592. package/dist/icons/components/24px/Whatsapp24px.d.ts +4 -0
  593. package/dist/icons/components/24px/Whatsapp24px.js +34 -0
  594. package/dist/icons/components/24px/WriteUs24px.d.ts +4 -0
  595. package/dist/icons/components/24px/WriteUs24px.js +28 -0
  596. package/dist/icons/components/24px/Youtube24pxF.d.ts +4 -0
  597. package/dist/icons/components/24px/Youtube24pxF.js +23 -0
  598. package/dist/icons/components/24px/Yuan24px.d.ts +4 -0
  599. package/dist/icons/components/24px/Yuan24px.js +26 -0
  600. package/dist/icons/components/32px/Accept32px.d.ts +4 -0
  601. package/dist/icons/components/32px/Accept32px.js +28 -0
  602. package/dist/icons/components/32px/Acts32px.d.ts +4 -0
  603. package/dist/icons/components/32px/Acts32px.js +41 -0
  604. package/dist/icons/components/32px/AdditionalServicess32px.d.ts +4 -0
  605. package/dist/icons/components/32px/AdditionalServicess32px.js +25 -0
  606. package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +4 -0
  607. package/dist/icons/components/32px/AdditionalServicess32pxF.js +23 -0
  608. package/dist/icons/components/32px/Agents32px.d.ts +4 -0
  609. package/dist/icons/components/32px/Agents32px.js +37 -0
  610. package/dist/icons/components/32px/Alarm32px.d.ts +4 -0
  611. package/dist/icons/components/32px/Alarm32px.js +26 -0
  612. package/dist/icons/components/32px/ArrowDown32px.d.ts +4 -0
  613. package/dist/icons/components/32px/ArrowDown32px.js +25 -0
  614. package/dist/icons/components/32px/ArrowLeft32px.d.ts +4 -0
  615. package/dist/icons/components/32px/ArrowLeft32px.js +25 -0
  616. package/dist/icons/components/32px/ArrowRight32px.d.ts +4 -0
  617. package/dist/icons/components/32px/ArrowRight32px.js +25 -0
  618. package/dist/icons/components/32px/ArrowUp32px.d.ts +4 -0
  619. package/dist/icons/components/32px/ArrowUp32px.js +25 -0
  620. package/dist/icons/components/32px/ArrowUpright32px.d.ts +4 -0
  621. package/dist/icons/components/32px/ArrowUpright32px.js +25 -0
  622. package/dist/icons/components/32px/AttachFile32px.d.ts +4 -0
  623. package/dist/icons/components/32px/AttachFile32px.js +25 -0
  624. package/dist/icons/components/32px/Bell32px.d.ts +4 -0
  625. package/dist/icons/components/32px/Bell32px.js +45 -0
  626. package/dist/icons/components/32px/Bell32pxF.d.ts +4 -0
  627. package/dist/icons/components/32px/Bell32pxF.js +28 -0
  628. package/dist/icons/components/32px/Calculator32px.d.ts +4 -0
  629. package/dist/icons/components/32px/Calculator32px.js +25 -0
  630. package/dist/icons/components/32px/CalculatorLkk32px.d.ts +4 -0
  631. package/dist/icons/components/32px/CalculatorLkk32px.js +34 -0
  632. package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +4 -0
  633. package/dist/icons/components/32px/CalculatorLkk32pxF.js +25 -0
  634. package/dist/icons/components/32px/Calendar32px.d.ts +4 -0
  635. package/dist/icons/components/32px/Calendar32px.js +25 -0
  636. package/dist/icons/components/32px/Camera32px.d.ts +4 -0
  637. package/dist/icons/components/32px/Camera32px.js +37 -0
  638. package/dist/icons/components/32px/Car32px.d.ts +4 -0
  639. package/dist/icons/components/32px/Car32px.js +36 -0
  640. package/dist/icons/components/32px/Car32pxF.d.ts +4 -0
  641. package/dist/icons/components/32px/Car32pxF.js +28 -0
  642. package/dist/icons/components/32px/Catalog32px.d.ts +4 -0
  643. package/dist/icons/components/32px/Catalog32px.js +25 -0
  644. package/dist/icons/components/32px/Certs32px.d.ts +4 -0
  645. package/dist/icons/components/32px/Certs32px.js +34 -0
  646. package/dist/icons/components/32px/Certs32pxF.d.ts +4 -0
  647. package/dist/icons/components/32px/Certs32pxF.js +34 -0
  648. package/dist/icons/components/32px/Change32px.d.ts +4 -0
  649. package/dist/icons/components/32px/Change32px.js +25 -0
  650. package/dist/icons/components/32px/Chat32px.d.ts +4 -0
  651. package/dist/icons/components/32px/Chat32px.js +34 -0
  652. package/dist/icons/components/32px/Chat32pxF.d.ts +4 -0
  653. package/dist/icons/components/32px/Chat32pxF.js +25 -0
  654. package/dist/icons/components/32px/Chatbot32px.d.ts +4 -0
  655. package/dist/icons/components/32px/Chatbot32px.js +265 -0
  656. package/dist/icons/components/32px/Close32px.d.ts +4 -0
  657. package/dist/icons/components/32px/Close32px.js +25 -0
  658. package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +4 -0
  659. package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +23 -0
  660. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +4 -0
  661. package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +23 -0
  662. package/dist/icons/components/32px/Coin32px.d.ts +4 -0
  663. package/dist/icons/components/32px/Coin32px.js +36 -0
  664. package/dist/icons/components/32px/Coin32pxF.d.ts +4 -0
  665. package/dist/icons/components/32px/Coin32pxF.js +34 -0
  666. package/dist/icons/components/32px/Contracts32px.d.ts +4 -0
  667. package/dist/icons/components/32px/Contracts32px.js +36 -0
  668. package/dist/icons/components/32px/Contracts32pxF.d.ts +4 -0
  669. package/dist/icons/components/32px/Contracts32pxF.js +34 -0
  670. package/dist/icons/components/32px/CopyClipboard32px.d.ts +4 -0
  671. package/dist/icons/components/32px/CopyClipboard32px.js +34 -0
  672. package/dist/icons/components/32px/Done32px.d.ts +4 -0
  673. package/dist/icons/components/32px/Done32px.js +25 -0
  674. package/dist/icons/components/32px/Download32px.d.ts +4 -0
  675. package/dist/icons/components/32px/Download32px.js +32 -0
  676. package/dist/icons/components/32px/DragHandle32px.d.ts +4 -0
  677. package/dist/icons/components/32px/DragHandle32px.js +23 -0
  678. package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +4 -0
  679. package/dist/icons/components/32px/DragHandleHorizontal32px.js +23 -0
  680. package/dist/icons/components/32px/DragHandleVertical32px.d.ts +4 -0
  681. package/dist/icons/components/32px/DragHandleVertical32px.js +23 -0
  682. package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +4 -0
  683. package/dist/icons/components/32px/DropdownArrowDown32px.js +25 -0
  684. package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +4 -0
  685. package/dist/icons/components/32px/DropdownArrowLeft32px.js +25 -0
  686. package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +4 -0
  687. package/dist/icons/components/32px/DropdownArrowRight32px.js +25 -0
  688. package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +4 -0
  689. package/dist/icons/components/32px/DropdownArrowUp32px.js +17 -0
  690. package/dist/icons/components/32px/Dzen32px.d.ts +4 -0
  691. package/dist/icons/components/32px/Dzen32px.js +23 -0
  692. package/dist/icons/components/32px/Euro32px.d.ts +4 -0
  693. package/dist/icons/components/32px/Euro32px.js +26 -0
  694. package/dist/icons/components/32px/Eye32px.d.ts +4 -0
  695. package/dist/icons/components/32px/Eye32px.js +36 -0
  696. package/dist/icons/components/32px/Failure32px.d.ts +4 -0
  697. package/dist/icons/components/32px/Failure32px.js +28 -0
  698. package/dist/icons/components/32px/Favorite32px.d.ts +4 -0
  699. package/dist/icons/components/32px/Favorite32px.js +25 -0
  700. package/dist/icons/components/32px/Favorite32pxF.d.ts +4 -0
  701. package/dist/icons/components/32px/Favorite32pxF.js +23 -0
  702. package/dist/icons/components/32px/Filter32px.d.ts +4 -0
  703. package/dist/icons/components/32px/Filter32px.js +23 -0
  704. package/dist/icons/components/32px/Flag32pxF.d.ts +4 -0
  705. package/dist/icons/components/32px/Flag32pxF.js +17 -0
  706. package/dist/icons/components/32px/Folder32px.d.ts +4 -0
  707. package/dist/icons/components/32px/Folder32px.js +25 -0
  708. package/dist/icons/components/32px/Fullscreen32px.d.ts +4 -0
  709. package/dist/icons/components/32px/Fullscreen32px.js +25 -0
  710. package/dist/icons/components/32px/Galery32px.d.ts +4 -0
  711. package/dist/icons/components/32px/Galery32px.js +28 -0
  712. package/dist/icons/components/32px/Gear32px.d.ts +4 -0
  713. package/dist/icons/components/32px/Gear32px.js +36 -0
  714. package/dist/icons/components/32px/Gift32px.d.ts +4 -0
  715. package/dist/icons/components/32px/Gift32px.js +25 -0
  716. package/dist/icons/components/32px/Hint32px.d.ts +4 -0
  717. package/dist/icons/components/32px/Hint32px.js +28 -0
  718. package/dist/icons/components/32px/Home32px.d.ts +4 -0
  719. package/dist/icons/components/32px/Home32px.js +28 -0
  720. package/dist/icons/components/32px/Home32pxF.d.ts +4 -0
  721. package/dist/icons/components/32px/Home32pxF.js +25 -0
  722. package/dist/icons/components/32px/Hot32pxF.d.ts +4 -0
  723. package/dist/icons/components/32px/Hot32pxF.js +23 -0
  724. package/dist/icons/components/32px/Kebab32px.d.ts +4 -0
  725. package/dist/icons/components/32px/Kebab32px.js +17 -0
  726. package/dist/icons/components/32px/List32px.d.ts +4 -0
  727. package/dist/icons/components/32px/List32px.js +23 -0
  728. package/dist/icons/components/32px/Location32px.d.ts +4 -0
  729. package/dist/icons/components/32px/Location32px.js +36 -0
  730. package/dist/icons/components/32px/Map32px.d.ts +4 -0
  731. package/dist/icons/components/32px/Map32px.js +25 -0
  732. package/dist/icons/components/32px/Menu32px.d.ts +4 -0
  733. package/dist/icons/components/32px/Menu32px.js +23 -0
  734. package/dist/icons/components/32px/MenuMobile32px.d.ts +4 -0
  735. package/dist/icons/components/32px/MenuMobile32px.js +25 -0
  736. package/dist/icons/components/32px/Minus32px.d.ts +4 -0
  737. package/dist/icons/components/32px/Minus32px.js +25 -0
  738. package/dist/icons/components/32px/Navigation32px.d.ts +4 -0
  739. package/dist/icons/components/32px/Navigation32px.js +25 -0
  740. package/dist/icons/components/32px/News32px.d.ts +4 -0
  741. package/dist/icons/components/32px/News32px.js +34 -0
  742. package/dist/icons/components/32px/News32pxF.d.ts +4 -0
  743. package/dist/icons/components/32px/News32pxF.js +25 -0
  744. package/dist/icons/components/32px/Number32px.d.ts +4 -0
  745. package/dist/icons/components/32px/Number32px.js +34 -0
  746. package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +4 -0
  747. package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +23 -0
  748. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +4 -0
  749. package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +25 -0
  750. package/dist/icons/components/32px/Orders32px.d.ts +4 -0
  751. package/dist/icons/components/32px/Orders32px.js +43 -0
  752. package/dist/icons/components/32px/Orders32pxF.d.ts +4 -0
  753. package/dist/icons/components/32px/Orders32pxF.js +34 -0
  754. package/dist/icons/components/32px/Pause32px.d.ts +4 -0
  755. package/dist/icons/components/32px/Pause32px.js +17 -0
  756. package/dist/icons/components/32px/Pen32px.d.ts +4 -0
  757. package/dist/icons/components/32px/Pen32px.js +24 -0
  758. package/dist/icons/components/32px/Pen32pxF.d.ts +4 -0
  759. package/dist/icons/components/32px/Pen32pxF.js +25 -0
  760. package/dist/icons/components/32px/Phone32px.d.ts +4 -0
  761. package/dist/icons/components/32px/Phone32px.js +23 -0
  762. package/dist/icons/components/32px/Play32px.d.ts +4 -0
  763. package/dist/icons/components/32px/Play32px.js +23 -0
  764. package/dist/icons/components/32px/Plus32px.d.ts +4 -0
  765. package/dist/icons/components/32px/Plus32px.js +25 -0
  766. package/dist/icons/components/32px/Pound32px.d.ts +4 -0
  767. package/dist/icons/components/32px/Pound32px.js +26 -0
  768. package/dist/icons/components/32px/PriceDown32px.d.ts +4 -0
  769. package/dist/icons/components/32px/PriceDown32px.js +45 -0
  770. package/dist/icons/components/32px/PriceUp32px.d.ts +4 -0
  771. package/dist/icons/components/32px/PriceUp32px.js +36 -0
  772. package/dist/icons/components/32px/Question32px.d.ts +4 -0
  773. package/dist/icons/components/32px/Question32px.js +34 -0
  774. package/dist/icons/components/32px/Question32pxF.d.ts +4 -0
  775. package/dist/icons/components/32px/Question32pxF.js +25 -0
  776. package/dist/icons/components/32px/Rutube32px.d.ts +4 -0
  777. package/dist/icons/components/32px/Rutube32px.js +23 -0
  778. package/dist/icons/components/32px/Scan32px.d.ts +4 -0
  779. package/dist/icons/components/32px/Scan32px.js +23 -0
  780. package/dist/icons/components/32px/Search32px.d.ts +4 -0
  781. package/dist/icons/components/32px/Search32px.js +25 -0
  782. package/dist/icons/components/32px/Share32pxF.d.ts +4 -0
  783. package/dist/icons/components/32px/Share32pxF.js +23 -0
  784. package/dist/icons/components/32px/ShopimgCard32px.d.ts +4 -0
  785. package/dist/icons/components/32px/ShopimgCard32px.js +25 -0
  786. package/dist/icons/components/32px/Sort32px.d.ts +4 -0
  787. package/dist/icons/components/32px/Sort32px.js +23 -0
  788. package/dist/icons/components/32px/Star32px.d.ts +4 -0
  789. package/dist/icons/components/32px/Star32px.js +25 -0
  790. package/dist/icons/components/32px/Star32pxF.d.ts +4 -0
  791. package/dist/icons/components/32px/Star32pxF.js +23 -0
  792. package/dist/icons/components/32px/StarHalf32pxF.d.ts +4 -0
  793. package/dist/icons/components/32px/StarHalf32pxF.js +25 -0
  794. package/dist/icons/components/32px/Telegram32pxF.d.ts +4 -0
  795. package/dist/icons/components/32px/Telegram32pxF.js +23 -0
  796. package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +4 -0
  797. package/dist/icons/components/32px/TelegramPlane32pxF.js +23 -0
  798. package/dist/icons/components/32px/Timer32px.d.ts +4 -0
  799. package/dist/icons/components/32px/Timer32px.js +35 -0
  800. package/dist/icons/components/32px/Trash32px.d.ts +4 -0
  801. package/dist/icons/components/32px/Trash32px.js +45 -0
  802. package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +4 -0
  803. package/dist/icons/components/32px/TwinArrowLeft32px.js +23 -0
  804. package/dist/icons/components/32px/TwinArrowRight32px.d.ts +4 -0
  805. package/dist/icons/components/32px/TwinArrowRight32px.js +23 -0
  806. package/dist/icons/components/32px/USDollar32px.d.ts +4 -0
  807. package/dist/icons/components/32px/USDollar32px.js +26 -0
  808. package/dist/icons/components/32px/Umbrella32px.d.ts +4 -0
  809. package/dist/icons/components/32px/Umbrella32px.js +25 -0
  810. package/dist/icons/components/32px/Umbrella32pxF.d.ts +4 -0
  811. package/dist/icons/components/32px/Umbrella32pxF.js +25 -0
  812. package/dist/icons/components/32px/UnionIcon32px.d.ts +4 -0
  813. package/dist/icons/components/32px/UnionIcon32px.js +25 -0
  814. package/dist/icons/components/32px/User32px.d.ts +4 -0
  815. package/dist/icons/components/32px/User32px.js +34 -0
  816. package/dist/icons/components/32px/User32pxF.d.ts +4 -0
  817. package/dist/icons/components/32px/User32pxF.js +23 -0
  818. package/dist/icons/components/32px/Users32px.d.ts +4 -0
  819. package/dist/icons/components/32px/Users32px.js +25 -0
  820. package/dist/icons/components/32px/Users32pxF.d.ts +4 -0
  821. package/dist/icons/components/32px/Users32pxF.js +26 -0
  822. package/dist/icons/components/32px/VK32pxF.d.ts +4 -0
  823. package/dist/icons/components/32px/VK32pxF.js +25 -0
  824. package/dist/icons/components/32px/Waiting32px.d.ts +4 -0
  825. package/dist/icons/components/32px/Waiting32px.js +25 -0
  826. package/dist/icons/components/32px/Whatsapp32px.d.ts +4 -0
  827. package/dist/icons/components/32px/Whatsapp32px.js +34 -0
  828. package/dist/icons/components/32px/WriteUs32px.d.ts +4 -0
  829. package/dist/icons/components/32px/WriteUs32px.js +28 -0
  830. package/dist/icons/components/32px/Youtube32pxF.d.ts +4 -0
  831. package/dist/icons/components/32px/Youtube32pxF.js +23 -0
  832. package/dist/icons/components/32px/Yuan32px.d.ts +4 -0
  833. package/dist/icons/components/32px/Yuan32px.js +26 -0
  834. package/dist/icons/components/Mans.d.ts +4 -0
  835. package/dist/icons/components/Mans.js +21 -0
  836. package/dist/icons/components/Step.d.ts +4 -0
  837. package/dist/icons/components/Step.js +22 -0
  838. package/dist/icons/components/auto-logo/ACE.d.ts +4 -0
  839. package/dist/icons/components/auto-logo/ACE.js +23 -0
  840. package/dist/icons/components/auto-logo/Alim.d.ts +4 -0
  841. package/dist/icons/components/auto-logo/Alim.js +25 -0
  842. package/dist/icons/components/auto-logo/Amur.d.ts +4 -0
  843. package/dist/icons/components/auto-logo/Amur.js +25 -0
  844. package/dist/icons/components/auto-logo/Ankai.d.ts +4 -0
  845. package/dist/icons/components/auto-logo/Ankai.js +25 -0
  846. package/dist/icons/components/auto-logo/ArrowLength.d.ts +4 -0
  847. package/dist/icons/components/auto-logo/ArrowLength.js +23 -0
  848. package/dist/icons/components/auto-logo/Audi.d.ts +4 -0
  849. package/dist/icons/components/auto-logo/Audi.js +22 -0
  850. package/dist/icons/components/auto-logo/BMW.d.ts +4 -0
  851. package/dist/icons/components/auto-logo/BMW.js +43 -0
  852. package/dist/icons/components/auto-logo/BRP.d.ts +4 -0
  853. package/dist/icons/components/auto-logo/BRP.js +34 -0
  854. package/dist/icons/components/auto-logo/Bomag.d.ts +4 -0
  855. package/dist/icons/components/auto-logo/Bomag.js +34 -0
  856. package/dist/icons/components/auto-logo/Case.d.ts +4 -0
  857. package/dist/icons/components/auto-logo/Case.js +25 -0
  858. package/dist/icons/components/auto-logo/Caterpillar.d.ts +4 -0
  859. package/dist/icons/components/auto-logo/Caterpillar.js +39 -0
  860. package/dist/icons/components/auto-logo/ChMZAP.d.ts +4 -0
  861. package/dist/icons/components/auto-logo/ChMZAP.js +48 -0
  862. package/dist/icons/components/auto-logo/ChTZ.d.ts +4 -0
  863. package/dist/icons/components/auto-logo/ChTZ.js +34 -0
  864. package/dist/icons/components/auto-logo/Changan.d.ts +4 -0
  865. package/dist/icons/components/auto-logo/Changan.js +23 -0
  866. package/dist/icons/components/auto-logo/Cherry.d.ts +4 -0
  867. package/dist/icons/components/auto-logo/Cherry.js +34 -0
  868. package/dist/icons/components/auto-logo/Citroen.d.ts +4 -0
  869. package/dist/icons/components/auto-logo/Citroen.js +25 -0
  870. package/dist/icons/components/auto-logo/DaewooFull.d.ts +4 -0
  871. package/dist/icons/components/auto-logo/DaewooFull.js +60 -0
  872. package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +4 -0
  873. package/dist/icons/components/auto-logo/DaewooSymbol.js +53 -0
  874. package/dist/icons/components/auto-logo/Daf.d.ts +4 -0
  875. package/dist/icons/components/auto-logo/Daf.js +25 -0
  876. package/dist/icons/components/auto-logo/Dayun.d.ts +4 -0
  877. package/dist/icons/components/auto-logo/Dayun.js +25 -0
  878. package/dist/icons/components/auto-logo/DongFeng.d.ts +4 -0
  879. package/dist/icons/components/auto-logo/DongFeng.js +25 -0
  880. package/dist/icons/components/auto-logo/Ducati.d.ts +4 -0
  881. package/dist/icons/components/auto-logo/Ducati.js +34 -0
  882. package/dist/icons/components/auto-logo/Exeed.d.ts +4 -0
  883. package/dist/icons/components/auto-logo/Exeed.js +34 -0
  884. package/dist/icons/components/auto-logo/Faw.d.ts +4 -0
  885. package/dist/icons/components/auto-logo/Faw.js +36 -0
  886. package/dist/icons/components/auto-logo/Fenix.d.ts +4 -0
  887. package/dist/icons/components/auto-logo/Fenix.js +116 -0
  888. package/dist/icons/components/auto-logo/Fiat.d.ts +4 -0
  889. package/dist/icons/components/auto-logo/Fiat.js +39 -0
  890. package/dist/icons/components/auto-logo/Ford.d.ts +4 -0
  891. package/dist/icons/components/auto-logo/Ford.js +43 -0
  892. package/dist/icons/components/auto-logo/Foton.d.ts +4 -0
  893. package/dist/icons/components/auto-logo/Foton.js +34 -0
  894. package/dist/icons/components/auto-logo/Gac.d.ts +4 -0
  895. package/dist/icons/components/auto-logo/Gac.js +23 -0
  896. package/dist/icons/components/auto-logo/Gaz.d.ts +4 -0
  897. package/dist/icons/components/auto-logo/Gaz.js +61 -0
  898. package/dist/icons/components/auto-logo/Geely.d.ts +4 -0
  899. package/dist/icons/components/auto-logo/Geely.js +27 -0
  900. package/dist/icons/components/auto-logo/Genesis.d.ts +4 -0
  901. package/dist/icons/components/auto-logo/Genesis.js +32 -0
  902. package/dist/icons/components/auto-logo/Gitte.d.ts +4 -0
  903. package/dist/icons/components/auto-logo/Gitte.js +25 -0
  904. package/dist/icons/components/auto-logo/Grunwald.d.ts +4 -0
  905. package/dist/icons/components/auto-logo/Grunwald.js +25 -0
  906. package/dist/icons/components/auto-logo/HartungFull.d.ts +4 -0
  907. package/dist/icons/components/auto-logo/HartungFull.js +34 -0
  908. package/dist/icons/components/auto-logo/HartungSymbol.d.ts +4 -0
  909. package/dist/icons/components/auto-logo/HartungSymbol.js +34 -0
  910. package/dist/icons/components/auto-logo/Haval.d.ts +4 -0
  911. package/dist/icons/components/auto-logo/Haval.js +25 -0
  912. package/dist/icons/components/auto-logo/Higer.d.ts +4 -0
  913. package/dist/icons/components/auto-logo/Higer.js +25 -0
  914. package/dist/icons/components/auto-logo/Hitachi.d.ts +4 -0
  915. package/dist/icons/components/auto-logo/Hitachi.js +23 -0
  916. package/dist/icons/components/auto-logo/Honda.d.ts +4 -0
  917. package/dist/icons/components/auto-logo/Honda.js +39 -0
  918. package/dist/icons/components/auto-logo/Hongqi.d.ts +4 -0
  919. package/dist/icons/components/auto-logo/Hongqi.js +32 -0
  920. package/dist/icons/components/auto-logo/Hongyan.d.ts +4 -0
  921. package/dist/icons/components/auto-logo/Hongyan.js +25 -0
  922. package/dist/icons/components/auto-logo/Howo.d.ts +4 -0
  923. package/dist/icons/components/auto-logo/Howo.js +48 -0
  924. package/dist/icons/components/auto-logo/Hyundai.d.ts +4 -0
  925. package/dist/icons/components/auto-logo/Hyundai.js +25 -0
  926. package/dist/icons/components/auto-logo/Infiniti.d.ts +4 -0
  927. package/dist/icons/components/auto-logo/Infiniti.js +23 -0
  928. package/dist/icons/components/auto-logo/Isuzu.d.ts +4 -0
  929. package/dist/icons/components/auto-logo/Isuzu.js +25 -0
  930. package/dist/icons/components/auto-logo/Iveco.d.ts +4 -0
  931. package/dist/icons/components/auto-logo/Iveco.js +25 -0
  932. package/dist/icons/components/auto-logo/JCB.d.ts +4 -0
  933. package/dist/icons/components/auto-logo/JCB.js +34 -0
  934. package/dist/icons/components/auto-logo/Jac.d.ts +4 -0
  935. package/dist/icons/components/auto-logo/Jac.js +23 -0
  936. package/dist/icons/components/auto-logo/Juterborg.d.ts +4 -0
  937. package/dist/icons/components/auto-logo/Juterborg.js +59 -0
  938. package/dist/icons/components/auto-logo/KIA.d.ts +4 -0
  939. package/dist/icons/components/auto-logo/KIA.js +25 -0
  940. package/dist/icons/components/auto-logo/Kaiyi.d.ts +4 -0
  941. package/dist/icons/components/auto-logo/Kaiyi.js +25 -0
  942. package/dist/icons/components/auto-logo/Kamaz.d.ts +4 -0
  943. package/dist/icons/components/auto-logo/Kamaz.js +37 -0
  944. package/dist/icons/components/auto-logo/Kassbohrer.d.ts +4 -0
  945. package/dist/icons/components/auto-logo/Kassbohrer.js +25 -0
  946. package/dist/icons/components/auto-logo/Komatsu.d.ts +4 -0
  947. package/dist/icons/components/auto-logo/Komatsu.js +23 -0
  948. package/dist/icons/components/auto-logo/Ktm.d.ts +4 -0
  949. package/dist/icons/components/auto-logo/Ktm.js +23 -0
  950. package/dist/icons/components/auto-logo/LCCE.d.ts +4 -0
  951. package/dist/icons/components/auto-logo/LCCE.js +39 -0
  952. package/dist/icons/components/auto-logo/Lada.d.ts +4 -0
  953. package/dist/icons/components/auto-logo/Lada.js +25 -0
  954. package/dist/icons/components/auto-logo/Lexus.d.ts +4 -0
  955. package/dist/icons/components/auto-logo/Lexus.js +25 -0
  956. package/dist/icons/components/auto-logo/LiuGong.d.ts +4 -0
  957. package/dist/icons/components/auto-logo/LiuGong.js +32 -0
  958. package/dist/icons/components/auto-logo/Lonking.d.ts +4 -0
  959. package/dist/icons/components/auto-logo/Lonking.js +32 -0
  960. package/dist/icons/components/auto-logo/Lovol.d.ts +4 -0
  961. package/dist/icons/components/auto-logo/Lovol.js +23 -0
  962. package/dist/icons/components/auto-logo/MTZBelarus.d.ts +4 -0
  963. package/dist/icons/components/auto-logo/MTZBelarus.js +36 -0
  964. package/dist/icons/components/auto-logo/Man.d.ts +4 -0
  965. package/dist/icons/components/auto-logo/Man.js +23 -0
  966. package/dist/icons/components/auto-logo/Maz.d.ts +4 -0
  967. package/dist/icons/components/auto-logo/Maz.js +34 -0
  968. package/dist/icons/components/auto-logo/MercedesBenz.d.ts +4 -0
  969. package/dist/icons/components/auto-logo/MercedesBenz.js +25 -0
  970. package/dist/icons/components/auto-logo/Meusburger.d.ts +4 -0
  971. package/dist/icons/components/auto-logo/Meusburger.js +25 -0
  972. package/dist/icons/components/auto-logo/Mitsubishi.d.ts +4 -0
  973. package/dist/icons/components/auto-logo/Mitsubishi.js +23 -0
  974. package/dist/icons/components/auto-logo/NefAZ.d.ts +4 -0
  975. package/dist/icons/components/auto-logo/NefAZ.js +32 -0
  976. package/dist/icons/components/auto-logo/NursanTrailer.d.ts +4 -0
  977. package/dist/icons/components/auto-logo/NursanTrailer.js +23 -0
  978. package/dist/icons/components/auto-logo/Omoda.d.ts +4 -0
  979. package/dist/icons/components/auto-logo/Omoda.js +39 -0
  980. package/dist/icons/components/auto-logo/PSATss.d.ts +4 -0
  981. package/dist/icons/components/auto-logo/PSATss.js +39 -0
  982. package/dist/icons/components/auto-logo/Paz.d.ts +4 -0
  983. package/dist/icons/components/auto-logo/Paz.js +25 -0
  984. package/dist/icons/components/auto-logo/Peugeot.d.ts +4 -0
  985. package/dist/icons/components/auto-logo/Peugeot.js +23 -0
  986. package/dist/icons/components/auto-logo/Raskat.d.ts +4 -0
  987. package/dist/icons/components/auto-logo/Raskat.js +39 -0
  988. package/dist/icons/components/auto-logo/Renault.d.ts +4 -0
  989. package/dist/icons/components/auto-logo/Renault.js +32 -0
  990. package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +4 -0
  991. package/dist/icons/components/auto-logo/RussianCarsEmblem.js +34 -0
  992. package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +4 -0
  993. package/dist/icons/components/auto-logo/RussianCarsKremlin.js +43 -0
  994. package/dist/icons/components/auto-logo/Sany.d.ts +4 -0
  995. package/dist/icons/components/auto-logo/Sany.js +52 -0
  996. package/dist/icons/components/auto-logo/Scania.d.ts +4 -0
  997. package/dist/icons/components/auto-logo/Scania.js +59 -0
  998. package/dist/icons/components/auto-logo/Schmitz.d.ts +4 -0
  999. package/dist/icons/components/auto-logo/Schmitz.js +25 -0
  1000. package/dist/icons/components/auto-logo/Shacman.d.ts +4 -0
  1001. package/dist/icons/components/auto-logo/Shacman.js +32 -0
  1002. package/dist/icons/components/auto-logo/Shantui.d.ts +4 -0
  1003. package/dist/icons/components/auto-logo/Shantui.js +23 -0
  1004. package/dist/icons/components/auto-logo/Sinanli.d.ts +4 -0
  1005. package/dist/icons/components/auto-logo/Sinanli.js +73 -0
  1006. package/dist/icons/components/auto-logo/Sitrak.d.ts +4 -0
  1007. package/dist/icons/components/auto-logo/Sitrak.js +36 -0
  1008. package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +4 -0
  1009. package/dist/icons/components/auto-logo/SobolIztechmash.js +62 -0
  1010. package/dist/icons/components/auto-logo/Sokol.d.ts +4 -0
  1011. package/dist/icons/components/auto-logo/Sokol.js +23 -0
  1012. package/dist/icons/components/auto-logo/Sollers.d.ts +4 -0
  1013. package/dist/icons/components/auto-logo/Sollers.js +25 -0
  1014. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +4 -0
  1015. package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +23 -0
  1016. package/dist/icons/components/auto-logo/Tonar.d.ts +4 -0
  1017. package/dist/icons/components/auto-logo/Tonar.js +25 -0
  1018. package/dist/icons/components/auto-logo/Toyota.d.ts +4 -0
  1019. package/dist/icons/components/auto-logo/Toyota.js +23 -0
  1020. package/dist/icons/components/auto-logo/Trekol.d.ts +4 -0
  1021. package/dist/icons/components/auto-logo/Trekol.js +36 -0
  1022. package/dist/icons/components/auto-logo/UAT.d.ts +4 -0
  1023. package/dist/icons/components/auto-logo/UAT.js +23 -0
  1024. package/dist/icons/components/auto-logo/Uaz.d.ts +4 -0
  1025. package/dist/icons/components/auto-logo/Uaz.js +72 -0
  1026. package/dist/icons/components/auto-logo/Ural.d.ts +4 -0
  1027. package/dist/icons/components/auto-logo/Ural.js +23 -0
  1028. package/dist/icons/components/auto-logo/VIS.d.ts +4 -0
  1029. package/dist/icons/components/auto-logo/VIS.js +23 -0
  1030. package/dist/icons/components/auto-logo/VKR.d.ts +4 -0
  1031. package/dist/icons/components/auto-logo/VKR.js +34 -0
  1032. package/dist/icons/components/auto-logo/Volkswagen.d.ts +4 -0
  1033. package/dist/icons/components/auto-logo/Volkswagen.js +25 -0
  1034. package/dist/icons/components/auto-logo/Volvo.d.ts +4 -0
  1035. package/dist/icons/components/auto-logo/Volvo.js +23 -0
  1036. package/dist/icons/components/auto-logo/Wielton.d.ts +4 -0
  1037. package/dist/icons/components/auto-logo/Wielton.js +23 -0
  1038. package/dist/icons/components/auto-logo/XCMG.d.ts +4 -0
  1039. package/dist/icons/components/auto-logo/XCMG.js +39 -0
  1040. package/dist/icons/components/auto-logo/Yutong.d.ts +4 -0
  1041. package/dist/icons/components/auto-logo/Yutong.js +74 -0
  1042. package/dist/icons/components/auto-logo/Zoomlion.d.ts +4 -0
  1043. package/dist/icons/components/auto-logo/Zoomlion.js +23 -0
  1044. package/dist/icons/components/car-icons/AllMetal.d.ts +4 -0
  1045. package/dist/icons/components/car-icons/AllMetal.js +34 -0
  1046. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +4 -0
  1047. package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +34 -0
  1048. package/dist/icons/components/car-icons/AsphaltPaver.d.ts +4 -0
  1049. package/dist/icons/components/car-icons/AsphaltPaver.js +37 -0
  1050. package/dist/icons/components/car-icons/Autotower.d.ts +4 -0
  1051. package/dist/icons/components/car-icons/Autotower.js +34 -0
  1052. package/dist/icons/components/car-icons/Awning.d.ts +4 -0
  1053. package/dist/icons/components/car-icons/Awning.js +35 -0
  1054. package/dist/icons/components/car-icons/BackhoeLoader.d.ts +4 -0
  1055. package/dist/icons/components/car-icons/BackhoeLoader.js +41 -0
  1056. package/dist/icons/components/car-icons/Buggy.d.ts +4 -0
  1057. package/dist/icons/components/car-icons/Buggy.js +34 -0
  1058. package/dist/icons/components/car-icons/Bulldozer.d.ts +4 -0
  1059. package/dist/icons/components/car-icons/Bulldozer.js +36 -0
  1060. package/dist/icons/components/car-icons/Bus.d.ts +4 -0
  1061. package/dist/icons/components/car-icons/Bus.js +25 -0
  1062. package/dist/icons/components/car-icons/BusBus.d.ts +4 -0
  1063. package/dist/icons/components/car-icons/BusBus.js +34 -0
  1064. package/dist/icons/components/car-icons/BusMinibus.d.ts +4 -0
  1065. package/dist/icons/components/car-icons/BusMinibus.js +34 -0
  1066. package/dist/icons/components/car-icons/BusShiftBuses.d.ts +4 -0
  1067. package/dist/icons/components/car-icons/BusShiftBuses.js +44 -0
  1068. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +4 -0
  1069. package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +41 -0
  1070. package/dist/icons/components/car-icons/CargoAutotower.d.ts +4 -0
  1071. package/dist/icons/components/car-icons/CargoAutotower.js +34 -0
  1072. package/dist/icons/components/car-icons/CargoAwning.d.ts +4 -0
  1073. package/dist/icons/components/car-icons/CargoAwning.js +41 -0
  1074. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +4 -0
  1075. package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +41 -0
  1076. package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +4 -0
  1077. package/dist/icons/components/car-icons/CargoDrillingRig.js +34 -0
  1078. package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +4 -0
  1079. package/dist/icons/components/car-icons/CargoDumpTruck.js +41 -0
  1080. package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +4 -0
  1081. package/dist/icons/components/car-icons/CargoGarbageTruck.js +41 -0
  1082. package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +4 -0
  1083. package/dist/icons/components/car-icons/CargoGrainCarrier.js +41 -0
  1084. package/dist/icons/components/car-icons/CargoIsothermal.d.ts +4 -0
  1085. package/dist/icons/components/car-icons/CargoIsothermal.js +41 -0
  1086. package/dist/icons/components/car-icons/CargoOnBoard.d.ts +4 -0
  1087. package/dist/icons/components/car-icons/CargoOnBoard.js +41 -0
  1088. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +4 -0
  1089. package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +41 -0
  1090. package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +4 -0
  1091. package/dist/icons/components/car-icons/CargoPromotionalItem.js +41 -0
  1092. package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +4 -0
  1093. package/dist/icons/components/car-icons/CargoSortingTruck.js +41 -0
  1094. package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +4 -0
  1095. package/dist/icons/components/car-icons/CargoTankerTruck.js +41 -0
  1096. package/dist/icons/components/car-icons/CargoTowTruck.d.ts +4 -0
  1097. package/dist/icons/components/car-icons/CargoTowTruck.js +34 -0
  1098. package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +4 -0
  1099. package/dist/icons/components/car-icons/CargoTruckCrane.js +43 -0
  1100. package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +4 -0
  1101. package/dist/icons/components/car-icons/CargoVacuumMachine.js +34 -0
  1102. package/dist/icons/components/car-icons/Clearance.d.ts +4 -0
  1103. package/dist/icons/components/car-icons/Clearance.js +25 -0
  1104. package/dist/icons/components/car-icons/CombineHarvester.d.ts +4 -0
  1105. package/dist/icons/components/car-icons/CombineHarvester.js +41 -0
  1106. package/dist/icons/components/car-icons/Compartment.d.ts +4 -0
  1107. package/dist/icons/components/car-icons/Compartment.js +34 -0
  1108. package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +4 -0
  1109. package/dist/icons/components/car-icons/ConcreteMixerTruck.js +41 -0
  1110. package/dist/icons/components/car-icons/ConcretePump.d.ts +4 -0
  1111. package/dist/icons/components/car-icons/ConcretePump.js +42 -0
  1112. package/dist/icons/components/car-icons/Crossover.d.ts +4 -0
  1113. package/dist/icons/components/car-icons/Crossover.js +34 -0
  1114. package/dist/icons/components/car-icons/DrillingRigg.d.ts +4 -0
  1115. package/dist/icons/components/car-icons/DrillingRigg.js +34 -0
  1116. package/dist/icons/components/car-icons/DumpTruck.d.ts +4 -0
  1117. package/dist/icons/components/car-icons/DumpTruck.js +41 -0
  1118. package/dist/icons/components/car-icons/Excavator.d.ts +4 -0
  1119. package/dist/icons/components/car-icons/Excavator.js +25 -0
  1120. package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +4 -0
  1121. package/dist/icons/components/car-icons/ForestPreparationEquipment.js +41 -0
  1122. package/dist/icons/components/car-icons/ForkliftTruck.d.ts +4 -0
  1123. package/dist/icons/components/car-icons/ForkliftTruck.js +34 -0
  1124. package/dist/icons/components/car-icons/FrontLoader.d.ts +4 -0
  1125. package/dist/icons/components/car-icons/FrontLoader.js +41 -0
  1126. package/dist/icons/components/car-icons/Hatchback.d.ts +4 -0
  1127. package/dist/icons/components/car-icons/Hatchback.js +34 -0
  1128. package/dist/icons/components/car-icons/IceRink.d.ts +4 -0
  1129. package/dist/icons/components/car-icons/IceRink.js +36 -0
  1130. package/dist/icons/components/car-icons/Isothermal.d.ts +4 -0
  1131. package/dist/icons/components/car-icons/Isothermal.js +41 -0
  1132. package/dist/icons/components/car-icons/Liftback.d.ts +4 -0
  1133. package/dist/icons/components/car-icons/Liftback.js +25 -0
  1134. package/dist/icons/components/car-icons/MiniEscalator.d.ts +4 -0
  1135. package/dist/icons/components/car-icons/MiniEscalator.js +43 -0
  1136. package/dist/icons/components/car-icons/MiniLoader.d.ts +4 -0
  1137. package/dist/icons/components/car-icons/MiniLoader.js +34 -0
  1138. package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +4 -0
  1139. package/dist/icons/components/car-icons/MiningDumpTruck.js +41 -0
  1140. package/dist/icons/components/car-icons/Minitractor.d.ts +4 -0
  1141. package/dist/icons/components/car-icons/Minitractor.js +34 -0
  1142. package/dist/icons/components/car-icons/Minivan.d.ts +4 -0
  1143. package/dist/icons/components/car-icons/Minivan.js +34 -0
  1144. package/dist/icons/components/car-icons/MotorGrader.d.ts +4 -0
  1145. package/dist/icons/components/car-icons/MotorGrader.js +34 -0
  1146. package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +4 -0
  1147. package/dist/icons/components/car-icons/MotorVehiclesBike.js +26 -0
  1148. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +4 -0
  1149. package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +32 -0
  1150. package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +4 -0
  1151. package/dist/icons/components/car-icons/OffRoadVehicle.js +34 -0
  1152. package/dist/icons/components/car-icons/OnBoard.d.ts +4 -0
  1153. package/dist/icons/components/car-icons/OnBoard.js +41 -0
  1154. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +4 -0
  1155. package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +41 -0
  1156. package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +4 -0
  1157. package/dist/icons/components/car-icons/OnBoardWithCmu.js +41 -0
  1158. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +4 -0
  1159. package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +50 -0
  1160. package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +4 -0
  1161. package/dist/icons/components/car-icons/OtherCareerTechniques.js +41 -0
  1162. package/dist/icons/components/car-icons/Pickup.d.ts +4 -0
  1163. package/dist/icons/components/car-icons/Pickup.js +25 -0
  1164. package/dist/icons/components/car-icons/PickupTruck.d.ts +4 -0
  1165. package/dist/icons/components/car-icons/PickupTruck.js +34 -0
  1166. package/dist/icons/components/car-icons/PilingInstallation.d.ts +4 -0
  1167. package/dist/icons/components/car-icons/PilingInstallation.js +36 -0
  1168. package/dist/icons/components/car-icons/PromotionalItem.d.ts +4 -0
  1169. package/dist/icons/components/car-icons/PromotionalItem.js +41 -0
  1170. package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +4 -0
  1171. package/dist/icons/components/car-icons/PublicUtilityVehicle.js +48 -0
  1172. package/dist/icons/components/car-icons/QuarryExcavator.d.ts +4 -0
  1173. package/dist/icons/components/car-icons/QuarryExcavator.js +28 -0
  1174. package/dist/icons/components/car-icons/Scooter.d.ts +4 -0
  1175. package/dist/icons/components/car-icons/Scooter.js +32 -0
  1176. package/dist/icons/components/car-icons/Sedan.d.ts +4 -0
  1177. package/dist/icons/components/car-icons/Sedan.js +34 -0
  1178. package/dist/icons/components/car-icons/Snowmobile.d.ts +4 -0
  1179. package/dist/icons/components/car-icons/Snowmobile.js +41 -0
  1180. package/dist/icons/components/car-icons/TankerTruck.d.ts +4 -0
  1181. package/dist/icons/components/car-icons/TankerTruck.js +41 -0
  1182. package/dist/icons/components/car-icons/TelescopicLoader.d.ts +4 -0
  1183. package/dist/icons/components/car-icons/TelescopicLoader.js +34 -0
  1184. package/dist/icons/components/car-icons/TheLift.d.ts +4 -0
  1185. package/dist/icons/components/car-icons/TheLift.js +39 -0
  1186. package/dist/icons/components/car-icons/TowTruck.d.ts +4 -0
  1187. package/dist/icons/components/car-icons/TowTruck.js +34 -0
  1188. package/dist/icons/components/car-icons/Tractor.d.ts +4 -0
  1189. package/dist/icons/components/car-icons/Tractor.js +34 -0
  1190. package/dist/icons/components/car-icons/TractorTruck.d.ts +4 -0
  1191. package/dist/icons/components/car-icons/TractorTruck.js +41 -0
  1192. package/dist/icons/components/car-icons/Trailerr.d.ts +4 -0
  1193. package/dist/icons/components/car-icons/Trailerr.js +25 -0
  1194. package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +4 -0
  1195. package/dist/icons/components/car-icons/TrailersCarCarrier.js +43 -0
  1196. package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +4 -0
  1197. package/dist/icons/components/car-icons/TrailersCattleTruck.js +34 -0
  1198. package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +4 -0
  1199. package/dist/icons/components/car-icons/TrailersContainerShip.js +42 -0
  1200. package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +4 -0
  1201. package/dist/icons/components/car-icons/TrailersCurtainSide.js +41 -0
  1202. package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +4 -0
  1203. package/dist/icons/components/car-icons/TrailersDumpTruck.js +41 -0
  1204. package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +4 -0
  1205. package/dist/icons/components/car-icons/TrailersGrainTruck.js +41 -0
  1206. package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +4 -0
  1207. package/dist/icons/components/car-icons/TrailersHeavyTruck.js +41 -0
  1208. package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +4 -0
  1209. package/dist/icons/components/car-icons/TrailersIsothermal.js +41 -0
  1210. package/dist/icons/components/car-icons/TrailersOther.d.ts +4 -0
  1211. package/dist/icons/components/car-icons/TrailersOther.js +41 -0
  1212. package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +4 -0
  1213. package/dist/icons/components/car-icons/TrailersTankerTruck.js +41 -0
  1214. package/dist/icons/components/car-icons/TruckCrane.d.ts +4 -0
  1215. package/dist/icons/components/car-icons/TruckCrane.js +43 -0
  1216. package/dist/icons/components/car-icons/Universal.d.ts +4 -0
  1217. package/dist/icons/components/car-icons/Universal.js +34 -0
  1218. package/dist/icons/components/car-icons/Van.d.ts +4 -0
  1219. package/dist/icons/components/car-icons/Van.js +25 -0
  1220. package/dist/icons/components/car-icons/Ycles.d.ts +4 -0
  1221. package/dist/icons/components/car-icons/Ycles.js +44 -0
  1222. package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +4 -0
  1223. package/dist/icons/components/car-parameters-icons/Acceleration.js +34 -0
  1224. package/dist/icons/components/car-parameters-icons/Berths.d.ts +4 -0
  1225. package/dist/icons/components/car-parameters-icons/Berths.js +39 -0
  1226. package/dist/icons/components/car-parameters-icons/Bucket.d.ts +4 -0
  1227. package/dist/icons/components/car-parameters-icons/Bucket.js +23 -0
  1228. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +4 -0
  1229. package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +25 -0
  1230. package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +4 -0
  1231. package/dist/icons/components/car-parameters-icons/BucketVolume.js +32 -0
  1232. package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +4 -0
  1233. package/dist/icons/components/car-parameters-icons/CabinTurn.js +34 -0
  1234. package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +4 -0
  1235. package/dist/icons/components/car-parameters-icons/CarBodySize.js +34 -0
  1236. package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +4 -0
  1237. package/dist/icons/components/car-parameters-icons/CarBodyType.js +25 -0
  1238. package/dist/icons/components/car-parameters-icons/CarColor.d.ts +4 -0
  1239. package/dist/icons/components/car-parameters-icons/CarColor.js +34 -0
  1240. package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +4 -0
  1241. package/dist/icons/components/car-parameters-icons/Cylinders.js +37 -0
  1242. package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +4 -0
  1243. package/dist/icons/components/car-parameters-icons/Dimensions.js +34 -0
  1244. package/dist/icons/components/car-parameters-icons/EngineType.d.ts +4 -0
  1245. package/dist/icons/components/car-parameters-icons/EngineType.js +23 -0
  1246. package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +4 -0
  1247. package/dist/icons/components/car-parameters-icons/FuelConsumption.js +23 -0
  1248. package/dist/icons/components/car-parameters-icons/GearType.d.ts +4 -0
  1249. package/dist/icons/components/car-parameters-icons/GearType.js +26 -0
  1250. package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +4 -0
  1251. package/dist/icons/components/car-parameters-icons/LiftingHeight.js +23 -0
  1252. package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +4 -0
  1253. package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +25 -0
  1254. package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +4 -0
  1255. package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +25 -0
  1256. package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +4 -0
  1257. package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +23 -0
  1258. package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +4 -0
  1259. package/dist/icons/components/car-parameters-icons/TrailerType.js +32 -0
  1260. package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +4 -0
  1261. package/dist/icons/components/car-parameters-icons/UnloadingType.js +32 -0
  1262. package/dist/icons/components/car-parameters-icons/Weight.d.ts +4 -0
  1263. package/dist/icons/components/car-parameters-icons/Weight.js +36 -0
  1264. package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +4 -0
  1265. package/dist/icons/components/car-parameters-icons/WheelDriveType.js +32 -0
  1266. package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +4 -0
  1267. package/dist/icons/components/car-parameters-icons/WheelSheme.js +34 -0
  1268. package/dist/icons/components/cars-stubus/Bike.d.ts +4 -0
  1269. package/dist/icons/components/cars-stubus/Bike.js +25 -0
  1270. package/dist/icons/components/cars-stubus/Car.d.ts +4 -0
  1271. package/dist/icons/components/cars-stubus/Car.js +25 -0
  1272. package/dist/icons/components/cars-stubus/Equipment.d.ts +4 -0
  1273. package/dist/icons/components/cars-stubus/Equipment.js +25 -0
  1274. package/dist/icons/components/cars-stubus/Truck.d.ts +4 -0
  1275. package/dist/icons/components/cars-stubus/Truck.js +25 -0
  1276. package/dist/icons/components/index.d.ts +575 -0
  1277. package/dist/icons/components/index.js +579 -0
  1278. package/dist/icons/components/types.d.ts +2 -0
  1279. package/dist/icons/components/types.js +1 -0
  1280. package/dist/icons/index.d.ts +2 -0
  1281. package/dist/icons/index.js +4 -0
  1282. package/dist/index-CweZ_OcN.js +65 -0
  1283. package/dist/index-_ACzPKPw.js +1996 -0
  1284. package/dist/index.d.ts +4 -0
  1285. package/dist/index.js +51 -0
  1286. package/package.json +1 -1
@@ -0,0 +1,1106 @@
1
+ import { jsxs, jsx, Fragment as Fragment$1 } from "react/jsx-runtime";
2
+ import React, { useRef, useCallback, useEffect, useState, useMemo, useLayoutEffect, createContext, useContext, forwardRef, Fragment, isValidElement, cloneElement, createElement, useId, useReducer } from "react";
3
+ import { createPortal } from "react-dom";
4
+ import { c as classNames } from "../../index-CweZ_OcN.js";
5
+ import '../../assets/RadioGroup.css';const $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== "undefined" ? React.useLayoutEffect : () => {
6
+ };
7
+ function $8ae05eaa5c114e9c$export$7f54fc3180508a52(fn) {
8
+ const ref = useRef(null);
9
+ $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
10
+ ref.current = fn;
11
+ }, [
12
+ fn
13
+ ]);
14
+ return useCallback((...args) => {
15
+ const f2 = ref.current;
16
+ return f2 === null || f2 === void 0 ? void 0 : f2(...args);
17
+ }, []);
18
+ }
19
+ const $431fbd86ca7dc216$export$b204af158042fbac = (el) => {
20
+ var _el_ownerDocument;
21
+ return (_el_ownerDocument = el === null || el === void 0 ? void 0 : el.ownerDocument) !== null && _el_ownerDocument !== void 0 ? _el_ownerDocument : document;
22
+ };
23
+ const $431fbd86ca7dc216$export$f21a1ffae260145a = (el) => {
24
+ if (el && "window" in el && el.window === el) return el;
25
+ const doc = $431fbd86ca7dc216$export$b204af158042fbac(el);
26
+ return doc.defaultView || window;
27
+ };
28
+ function $c87311424ea30a05$var$testUserAgent(re) {
29
+ var _window_navigator_userAgentData;
30
+ if (typeof window === "undefined" || window.navigator == null) return false;
31
+ return ((_window_navigator_userAgentData = window.navigator["userAgentData"]) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.brands.some((brand) => re.test(brand.brand))) || re.test(window.navigator.userAgent);
32
+ }
33
+ function $c87311424ea30a05$var$testPlatform(re) {
34
+ var _window_navigator_userAgentData;
35
+ return typeof window !== "undefined" && window.navigator != null ? re.test(((_window_navigator_userAgentData = window.navigator["userAgentData"]) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.platform) || window.navigator.platform) : false;
36
+ }
37
+ function $c87311424ea30a05$export$9ac100e40613ea10() {
38
+ return $c87311424ea30a05$var$testPlatform(/^Mac/i);
39
+ }
40
+ function $c87311424ea30a05$export$a11b0059900ceec8() {
41
+ return $c87311424ea30a05$var$testUserAgent(/Android/i);
42
+ }
43
+ function $6a7db85432448f7f$export$60278871457622de(event) {
44
+ if (event.mozInputSource === 0 && event.isTrusted) return true;
45
+ if ($c87311424ea30a05$export$a11b0059900ceec8() && event.pointerType) return event.type === "click" && event.buttons === 1;
46
+ return event.detail === 0 && !event.pointerType;
47
+ }
48
+ class $8a9cb279dc87e130$export$905e7fc544a71f36 {
49
+ isDefaultPrevented() {
50
+ return this.nativeEvent.defaultPrevented;
51
+ }
52
+ preventDefault() {
53
+ this.defaultPrevented = true;
54
+ this.nativeEvent.preventDefault();
55
+ }
56
+ stopPropagation() {
57
+ this.nativeEvent.stopPropagation();
58
+ this.isPropagationStopped = () => true;
59
+ }
60
+ isPropagationStopped() {
61
+ return false;
62
+ }
63
+ persist() {
64
+ }
65
+ constructor(type, nativeEvent) {
66
+ this.nativeEvent = nativeEvent;
67
+ this.target = nativeEvent.target;
68
+ this.currentTarget = nativeEvent.currentTarget;
69
+ this.relatedTarget = nativeEvent.relatedTarget;
70
+ this.bubbles = nativeEvent.bubbles;
71
+ this.cancelable = nativeEvent.cancelable;
72
+ this.defaultPrevented = nativeEvent.defaultPrevented;
73
+ this.eventPhase = nativeEvent.eventPhase;
74
+ this.isTrusted = nativeEvent.isTrusted;
75
+ this.timeStamp = nativeEvent.timeStamp;
76
+ this.type = type;
77
+ }
78
+ }
79
+ function $8a9cb279dc87e130$export$715c682d09d639cc(onBlur) {
80
+ let stateRef = useRef({
81
+ isFocused: false,
82
+ observer: null
83
+ });
84
+ $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
85
+ const state = stateRef.current;
86
+ return () => {
87
+ if (state.observer) {
88
+ state.observer.disconnect();
89
+ state.observer = null;
90
+ }
91
+ };
92
+ }, []);
93
+ let dispatchBlur = $8ae05eaa5c114e9c$export$7f54fc3180508a52((e2) => {
94
+ onBlur === null || onBlur === void 0 ? void 0 : onBlur(e2);
95
+ });
96
+ return useCallback((e2) => {
97
+ if (e2.target instanceof HTMLButtonElement || e2.target instanceof HTMLInputElement || e2.target instanceof HTMLTextAreaElement || e2.target instanceof HTMLSelectElement) {
98
+ stateRef.current.isFocused = true;
99
+ let target = e2.target;
100
+ let onBlurHandler = (e3) => {
101
+ stateRef.current.isFocused = false;
102
+ if (target.disabled)
103
+ dispatchBlur(new $8a9cb279dc87e130$export$905e7fc544a71f36("blur", e3));
104
+ if (stateRef.current.observer) {
105
+ stateRef.current.observer.disconnect();
106
+ stateRef.current.observer = null;
107
+ }
108
+ };
109
+ target.addEventListener("focusout", onBlurHandler, {
110
+ once: true
111
+ });
112
+ stateRef.current.observer = new MutationObserver(() => {
113
+ if (stateRef.current.isFocused && target.disabled) {
114
+ var _stateRef_current_observer;
115
+ (_stateRef_current_observer = stateRef.current.observer) === null || _stateRef_current_observer === void 0 ? void 0 : _stateRef_current_observer.disconnect();
116
+ let relatedTargetEl = target === document.activeElement ? null : document.activeElement;
117
+ target.dispatchEvent(new FocusEvent("blur", {
118
+ relatedTarget: relatedTargetEl
119
+ }));
120
+ target.dispatchEvent(new FocusEvent("focusout", {
121
+ bubbles: true,
122
+ relatedTarget: relatedTargetEl
123
+ }));
124
+ }
125
+ });
126
+ stateRef.current.observer.observe(target, {
127
+ attributes: true,
128
+ attributeFilter: [
129
+ "disabled"
130
+ ]
131
+ });
132
+ }
133
+ }, [
134
+ dispatchBlur
135
+ ]);
136
+ }
137
+ function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
138
+ let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
139
+ const onBlur = useCallback((e2) => {
140
+ if (e2.target === e2.currentTarget) {
141
+ if (onBlurProp) onBlurProp(e2);
142
+ if (onFocusChange) onFocusChange(false);
143
+ return true;
144
+ }
145
+ }, [
146
+ onBlurProp,
147
+ onFocusChange
148
+ ]);
149
+ const onSyntheticFocus = $8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
150
+ const onFocus = useCallback((e2) => {
151
+ const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(e2.target);
152
+ if (e2.target === e2.currentTarget && ownerDocument.activeElement === e2.target) {
153
+ if (onFocusProp) onFocusProp(e2);
154
+ if (onFocusChange) onFocusChange(true);
155
+ onSyntheticFocus(e2);
156
+ }
157
+ }, [
158
+ onFocusChange,
159
+ onFocusProp,
160
+ onSyntheticFocus
161
+ ]);
162
+ return {
163
+ focusProps: {
164
+ onFocus: !isDisabled && (onFocusProp || onFocusChange || onBlurProp) ? onFocus : void 0,
165
+ onBlur: !isDisabled && (onBlurProp || onFocusChange) ? onBlur : void 0
166
+ }
167
+ };
168
+ }
169
+ let $507fabe10e71c6fb$var$currentModality = null;
170
+ let $507fabe10e71c6fb$var$changeHandlers = /* @__PURE__ */ new Set();
171
+ let $507fabe10e71c6fb$export$d90243b58daecda7 = /* @__PURE__ */ new Map();
172
+ let $507fabe10e71c6fb$var$hasEventBeforeFocus = false;
173
+ let $507fabe10e71c6fb$var$hasBlurredWindowRecently = false;
174
+ const $507fabe10e71c6fb$var$FOCUS_VISIBLE_INPUT_KEYS = {
175
+ Tab: true,
176
+ Escape: true
177
+ };
178
+ function $507fabe10e71c6fb$var$triggerChangeHandlers(modality, e2) {
179
+ for (let handler of $507fabe10e71c6fb$var$changeHandlers) handler(modality, e2);
180
+ }
181
+ function $507fabe10e71c6fb$var$isValidKey(e2) {
182
+ return !(e2.metaKey || !$c87311424ea30a05$export$9ac100e40613ea10() && e2.altKey || e2.ctrlKey || e2.key === "Control" || e2.key === "Shift" || e2.key === "Meta");
183
+ }
184
+ function $507fabe10e71c6fb$var$handleKeyboardEvent(e2) {
185
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = true;
186
+ if ($507fabe10e71c6fb$var$isValidKey(e2)) {
187
+ $507fabe10e71c6fb$var$currentModality = "keyboard";
188
+ $507fabe10e71c6fb$var$triggerChangeHandlers("keyboard", e2);
189
+ }
190
+ }
191
+ function $507fabe10e71c6fb$var$handlePointerEvent(e2) {
192
+ $507fabe10e71c6fb$var$currentModality = "pointer";
193
+ if (e2.type === "mousedown" || e2.type === "pointerdown") {
194
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = true;
195
+ $507fabe10e71c6fb$var$triggerChangeHandlers("pointer", e2);
196
+ }
197
+ }
198
+ function $507fabe10e71c6fb$var$handleClickEvent(e2) {
199
+ if ($6a7db85432448f7f$export$60278871457622de(e2)) {
200
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = true;
201
+ $507fabe10e71c6fb$var$currentModality = "virtual";
202
+ }
203
+ }
204
+ function $507fabe10e71c6fb$var$handleFocusEvent(e2) {
205
+ if (e2.target === window || e2.target === document) return;
206
+ if (!$507fabe10e71c6fb$var$hasEventBeforeFocus && !$507fabe10e71c6fb$var$hasBlurredWindowRecently) {
207
+ $507fabe10e71c6fb$var$currentModality = "virtual";
208
+ $507fabe10e71c6fb$var$triggerChangeHandlers("virtual", e2);
209
+ }
210
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = false;
211
+ $507fabe10e71c6fb$var$hasBlurredWindowRecently = false;
212
+ }
213
+ function $507fabe10e71c6fb$var$handleWindowBlur() {
214
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = false;
215
+ $507fabe10e71c6fb$var$hasBlurredWindowRecently = true;
216
+ }
217
+ function $507fabe10e71c6fb$var$setupGlobalFocusEvents(element) {
218
+ if (typeof window === "undefined" || $507fabe10e71c6fb$export$d90243b58daecda7.get($431fbd86ca7dc216$export$f21a1ffae260145a(element))) return;
219
+ const windowObject = $431fbd86ca7dc216$export$f21a1ffae260145a(element);
220
+ const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
221
+ let focus = windowObject.HTMLElement.prototype.focus;
222
+ windowObject.HTMLElement.prototype.focus = function() {
223
+ $507fabe10e71c6fb$var$hasEventBeforeFocus = true;
224
+ focus.apply(this, arguments);
225
+ };
226
+ documentObject.addEventListener("keydown", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
227
+ documentObject.addEventListener("keyup", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
228
+ documentObject.addEventListener("click", $507fabe10e71c6fb$var$handleClickEvent, true);
229
+ windowObject.addEventListener("focus", $507fabe10e71c6fb$var$handleFocusEvent, true);
230
+ windowObject.addEventListener("blur", $507fabe10e71c6fb$var$handleWindowBlur, false);
231
+ if (typeof PointerEvent !== "undefined") {
232
+ documentObject.addEventListener("pointerdown", $507fabe10e71c6fb$var$handlePointerEvent, true);
233
+ documentObject.addEventListener("pointermove", $507fabe10e71c6fb$var$handlePointerEvent, true);
234
+ documentObject.addEventListener("pointerup", $507fabe10e71c6fb$var$handlePointerEvent, true);
235
+ } else {
236
+ documentObject.addEventListener("mousedown", $507fabe10e71c6fb$var$handlePointerEvent, true);
237
+ documentObject.addEventListener("mousemove", $507fabe10e71c6fb$var$handlePointerEvent, true);
238
+ documentObject.addEventListener("mouseup", $507fabe10e71c6fb$var$handlePointerEvent, true);
239
+ }
240
+ windowObject.addEventListener("beforeunload", () => {
241
+ $507fabe10e71c6fb$var$tearDownWindowFocusTracking(element);
242
+ }, {
243
+ once: true
244
+ });
245
+ $507fabe10e71c6fb$export$d90243b58daecda7.set(windowObject, {
246
+ focus
247
+ });
248
+ }
249
+ const $507fabe10e71c6fb$var$tearDownWindowFocusTracking = (element, loadListener) => {
250
+ const windowObject = $431fbd86ca7dc216$export$f21a1ffae260145a(element);
251
+ const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
252
+ if (loadListener) documentObject.removeEventListener("DOMContentLoaded", loadListener);
253
+ if (!$507fabe10e71c6fb$export$d90243b58daecda7.has(windowObject)) return;
254
+ windowObject.HTMLElement.prototype.focus = $507fabe10e71c6fb$export$d90243b58daecda7.get(windowObject).focus;
255
+ documentObject.removeEventListener("keydown", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
256
+ documentObject.removeEventListener("keyup", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
257
+ documentObject.removeEventListener("click", $507fabe10e71c6fb$var$handleClickEvent, true);
258
+ windowObject.removeEventListener("focus", $507fabe10e71c6fb$var$handleFocusEvent, true);
259
+ windowObject.removeEventListener("blur", $507fabe10e71c6fb$var$handleWindowBlur, false);
260
+ if (typeof PointerEvent !== "undefined") {
261
+ documentObject.removeEventListener("pointerdown", $507fabe10e71c6fb$var$handlePointerEvent, true);
262
+ documentObject.removeEventListener("pointermove", $507fabe10e71c6fb$var$handlePointerEvent, true);
263
+ documentObject.removeEventListener("pointerup", $507fabe10e71c6fb$var$handlePointerEvent, true);
264
+ } else {
265
+ documentObject.removeEventListener("mousedown", $507fabe10e71c6fb$var$handlePointerEvent, true);
266
+ documentObject.removeEventListener("mousemove", $507fabe10e71c6fb$var$handlePointerEvent, true);
267
+ documentObject.removeEventListener("mouseup", $507fabe10e71c6fb$var$handlePointerEvent, true);
268
+ }
269
+ $507fabe10e71c6fb$export$d90243b58daecda7.delete(windowObject);
270
+ };
271
+ function $507fabe10e71c6fb$export$2f1888112f558a7d(element) {
272
+ const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
273
+ let loadListener;
274
+ if (documentObject.readyState !== "loading") $507fabe10e71c6fb$var$setupGlobalFocusEvents(element);
275
+ else {
276
+ loadListener = () => {
277
+ $507fabe10e71c6fb$var$setupGlobalFocusEvents(element);
278
+ };
279
+ documentObject.addEventListener("DOMContentLoaded", loadListener);
280
+ }
281
+ return () => $507fabe10e71c6fb$var$tearDownWindowFocusTracking(element, loadListener);
282
+ }
283
+ if (typeof document !== "undefined") $507fabe10e71c6fb$export$2f1888112f558a7d();
284
+ function $507fabe10e71c6fb$export$b9b3dfddab17db27() {
285
+ return $507fabe10e71c6fb$var$currentModality !== "pointer";
286
+ }
287
+ const $507fabe10e71c6fb$var$nonTextInputTypes = /* @__PURE__ */ new Set([
288
+ "checkbox",
289
+ "radio",
290
+ "range",
291
+ "color",
292
+ "file",
293
+ "image",
294
+ "button",
295
+ "submit",
296
+ "reset"
297
+ ]);
298
+ function $507fabe10e71c6fb$var$isKeyboardFocusEvent(isTextInput, modality, e2) {
299
+ var _e_target;
300
+ const IHTMLInputElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e2 === null || e2 === void 0 ? void 0 : e2.target).HTMLInputElement : HTMLInputElement;
301
+ const IHTMLTextAreaElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e2 === null || e2 === void 0 ? void 0 : e2.target).HTMLTextAreaElement : HTMLTextAreaElement;
302
+ const IHTMLElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e2 === null || e2 === void 0 ? void 0 : e2.target).HTMLElement : HTMLElement;
303
+ const IKeyboardEvent = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e2 === null || e2 === void 0 ? void 0 : e2.target).KeyboardEvent : KeyboardEvent;
304
+ isTextInput = isTextInput || (e2 === null || e2 === void 0 ? void 0 : e2.target) instanceof IHTMLInputElement && !$507fabe10e71c6fb$var$nonTextInputTypes.has(e2 === null || e2 === void 0 ? void 0 : (_e_target = e2.target) === null || _e_target === void 0 ? void 0 : _e_target.type) || (e2 === null || e2 === void 0 ? void 0 : e2.target) instanceof IHTMLTextAreaElement || (e2 === null || e2 === void 0 ? void 0 : e2.target) instanceof IHTMLElement && (e2 === null || e2 === void 0 ? void 0 : e2.target.isContentEditable);
305
+ return !(isTextInput && modality === "keyboard" && e2 instanceof IKeyboardEvent && !$507fabe10e71c6fb$var$FOCUS_VISIBLE_INPUT_KEYS[e2.key]);
306
+ }
307
+ function $507fabe10e71c6fb$export$ec71b4b83ac08ec3(fn, deps, opts) {
308
+ $507fabe10e71c6fb$var$setupGlobalFocusEvents();
309
+ useEffect(() => {
310
+ let handler = (modality, e2) => {
311
+ if (!$507fabe10e71c6fb$var$isKeyboardFocusEvent(!!(opts === null || opts === void 0 ? void 0 : opts.isTextInput), modality, e2)) return;
312
+ fn($507fabe10e71c6fb$export$b9b3dfddab17db27());
313
+ };
314
+ $507fabe10e71c6fb$var$changeHandlers.add(handler);
315
+ return () => {
316
+ $507fabe10e71c6fb$var$changeHandlers.delete(handler);
317
+ };
318
+ }, deps);
319
+ }
320
+ function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
321
+ let { isDisabled, onBlurWithin, onFocusWithin, onFocusWithinChange } = props;
322
+ let state = useRef({
323
+ isFocusWithin: false
324
+ });
325
+ let onBlur = useCallback((e2) => {
326
+ if (state.current.isFocusWithin && !e2.currentTarget.contains(e2.relatedTarget)) {
327
+ state.current.isFocusWithin = false;
328
+ if (onBlurWithin) onBlurWithin(e2);
329
+ if (onFocusWithinChange) onFocusWithinChange(false);
330
+ }
331
+ }, [
332
+ onBlurWithin,
333
+ onFocusWithinChange,
334
+ state
335
+ ]);
336
+ let onSyntheticFocus = $8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
337
+ let onFocus = useCallback((e2) => {
338
+ if (!state.current.isFocusWithin && document.activeElement === e2.target) {
339
+ if (onFocusWithin) onFocusWithin(e2);
340
+ if (onFocusWithinChange) onFocusWithinChange(true);
341
+ state.current.isFocusWithin = true;
342
+ onSyntheticFocus(e2);
343
+ }
344
+ }, [
345
+ onFocusWithin,
346
+ onFocusWithinChange,
347
+ onSyntheticFocus
348
+ ]);
349
+ if (isDisabled) return {
350
+ focusWithinProps: {
351
+ // These should not have been null, that would conflict in mergeProps
352
+ onFocus: void 0,
353
+ onBlur: void 0
354
+ }
355
+ };
356
+ return {
357
+ focusWithinProps: {
358
+ onFocus,
359
+ onBlur
360
+ }
361
+ };
362
+ }
363
+ let $6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = false;
364
+ let $6179b936705e76d3$var$hoverCount = 0;
365
+ function $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents() {
366
+ $6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = true;
367
+ setTimeout(() => {
368
+ $6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = false;
369
+ }, 50);
370
+ }
371
+ function $6179b936705e76d3$var$handleGlobalPointerEvent(e2) {
372
+ if (e2.pointerType === "touch") $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents();
373
+ }
374
+ function $6179b936705e76d3$var$setupGlobalTouchEvents() {
375
+ if (typeof document === "undefined") return;
376
+ if (typeof PointerEvent !== "undefined") document.addEventListener("pointerup", $6179b936705e76d3$var$handleGlobalPointerEvent);
377
+ else document.addEventListener("touchend", $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents);
378
+ $6179b936705e76d3$var$hoverCount++;
379
+ return () => {
380
+ $6179b936705e76d3$var$hoverCount--;
381
+ if ($6179b936705e76d3$var$hoverCount > 0) return;
382
+ if (typeof PointerEvent !== "undefined") document.removeEventListener("pointerup", $6179b936705e76d3$var$handleGlobalPointerEvent);
383
+ else document.removeEventListener("touchend", $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents);
384
+ };
385
+ }
386
+ function $6179b936705e76d3$export$ae780daf29e6d456(props) {
387
+ let { onHoverStart, onHoverChange, onHoverEnd, isDisabled } = props;
388
+ let [isHovered, setHovered] = useState(false);
389
+ let state = useRef({
390
+ isHovered: false,
391
+ ignoreEmulatedMouseEvents: false,
392
+ pointerType: "",
393
+ target: null
394
+ }).current;
395
+ useEffect($6179b936705e76d3$var$setupGlobalTouchEvents, []);
396
+ let { hoverProps, triggerHoverEnd } = useMemo(() => {
397
+ let triggerHoverStart = (event, pointerType) => {
398
+ state.pointerType = pointerType;
399
+ if (isDisabled || pointerType === "touch" || state.isHovered || !event.currentTarget.contains(event.target)) return;
400
+ state.isHovered = true;
401
+ let target = event.currentTarget;
402
+ state.target = target;
403
+ if (onHoverStart) onHoverStart({
404
+ type: "hoverstart",
405
+ target,
406
+ pointerType
407
+ });
408
+ if (onHoverChange) onHoverChange(true);
409
+ setHovered(true);
410
+ };
411
+ let triggerHoverEnd2 = (event, pointerType) => {
412
+ state.pointerType = "";
413
+ state.target = null;
414
+ if (pointerType === "touch" || !state.isHovered) return;
415
+ state.isHovered = false;
416
+ let target = event.currentTarget;
417
+ if (onHoverEnd) onHoverEnd({
418
+ type: "hoverend",
419
+ target,
420
+ pointerType
421
+ });
422
+ if (onHoverChange) onHoverChange(false);
423
+ setHovered(false);
424
+ };
425
+ let hoverProps2 = {};
426
+ if (typeof PointerEvent !== "undefined") {
427
+ hoverProps2.onPointerEnter = (e2) => {
428
+ if ($6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents && e2.pointerType === "mouse") return;
429
+ triggerHoverStart(e2, e2.pointerType);
430
+ };
431
+ hoverProps2.onPointerLeave = (e2) => {
432
+ if (!isDisabled && e2.currentTarget.contains(e2.target)) triggerHoverEnd2(e2, e2.pointerType);
433
+ };
434
+ } else {
435
+ hoverProps2.onTouchStart = () => {
436
+ state.ignoreEmulatedMouseEvents = true;
437
+ };
438
+ hoverProps2.onMouseEnter = (e2) => {
439
+ if (!state.ignoreEmulatedMouseEvents && !$6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents) triggerHoverStart(e2, "mouse");
440
+ state.ignoreEmulatedMouseEvents = false;
441
+ };
442
+ hoverProps2.onMouseLeave = (e2) => {
443
+ if (!isDisabled && e2.currentTarget.contains(e2.target)) triggerHoverEnd2(e2, "mouse");
444
+ };
445
+ }
446
+ return {
447
+ hoverProps: hoverProps2,
448
+ triggerHoverEnd: triggerHoverEnd2
449
+ };
450
+ }, [
451
+ onHoverStart,
452
+ onHoverChange,
453
+ onHoverEnd,
454
+ isDisabled,
455
+ state
456
+ ]);
457
+ useEffect(() => {
458
+ if (isDisabled) triggerHoverEnd({
459
+ currentTarget: state.target
460
+ }, state.pointerType);
461
+ }, [
462
+ isDisabled
463
+ ]);
464
+ return {
465
+ hoverProps,
466
+ isHovered
467
+ };
468
+ }
469
+ function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
470
+ let { autoFocus = false, isTextInput, within } = props;
471
+ let state = useRef({
472
+ isFocused: false,
473
+ isFocusVisible: autoFocus || $507fabe10e71c6fb$export$b9b3dfddab17db27()
474
+ });
475
+ let [isFocused, setFocused] = useState(false);
476
+ let [isFocusVisibleState, setFocusVisible] = useState(() => state.current.isFocused && state.current.isFocusVisible);
477
+ let updateState = useCallback(() => setFocusVisible(state.current.isFocused && state.current.isFocusVisible), []);
478
+ let onFocusChange = useCallback((isFocused2) => {
479
+ state.current.isFocused = isFocused2;
480
+ setFocused(isFocused2);
481
+ updateState();
482
+ }, [
483
+ updateState
484
+ ]);
485
+ $507fabe10e71c6fb$export$ec71b4b83ac08ec3((isFocusVisible) => {
486
+ state.current.isFocusVisible = isFocusVisible;
487
+ updateState();
488
+ }, [], {
489
+ isTextInput
490
+ });
491
+ let { focusProps } = $a1ea59d68270f0dd$export$f8168d8dd8fd66e6({
492
+ isDisabled: within,
493
+ onFocusChange
494
+ });
495
+ let { focusWithinProps } = $9ab94262bd0047c7$export$420e68273165f4ec({
496
+ isDisabled: !within,
497
+ onFocusWithinChange: onFocusChange
498
+ });
499
+ return {
500
+ isFocused,
501
+ isFocusVisible: isFocusVisibleState,
502
+ focusProps: within ? focusWithinProps : focusProps
503
+ };
504
+ }
505
+ var i$1 = Object.defineProperty;
506
+ var d = (t2, e2, n2) => e2 in t2 ? i$1(t2, e2, { enumerable: true, configurable: true, writable: true, value: n2 }) : t2[e2] = n2;
507
+ var r$1 = (t2, e2, n2) => (d(t2, typeof e2 != "symbol" ? e2 + "" : e2, n2), n2);
508
+ let o$4 = class o {
509
+ constructor() {
510
+ r$1(this, "current", this.detect());
511
+ r$1(this, "handoffState", "pending");
512
+ r$1(this, "currentId", 0);
513
+ }
514
+ set(e2) {
515
+ this.current !== e2 && (this.handoffState = "pending", this.currentId = 0, this.current = e2);
516
+ }
517
+ reset() {
518
+ this.set(this.detect());
519
+ }
520
+ nextId() {
521
+ return ++this.currentId;
522
+ }
523
+ get isServer() {
524
+ return this.current === "server";
525
+ }
526
+ get isClient() {
527
+ return this.current === "client";
528
+ }
529
+ detect() {
530
+ return typeof window == "undefined" || typeof document == "undefined" ? "server" : "client";
531
+ }
532
+ handoff() {
533
+ this.handoffState === "pending" && (this.handoffState = "complete");
534
+ }
535
+ get isHandoffComplete() {
536
+ return this.handoffState === "complete";
537
+ }
538
+ };
539
+ let s$2 = new o$4();
540
+ function u$4(r2) {
541
+ return s$2.isServer ? null : r2 instanceof Node ? r2.ownerDocument : r2 != null && r2.hasOwnProperty("current") && r2.current instanceof Node ? r2.current.ownerDocument : document;
542
+ }
543
+ function t$1(e2) {
544
+ typeof queueMicrotask == "function" ? queueMicrotask(e2) : Promise.resolve().then(e2).catch((o3) => setTimeout(() => {
545
+ throw o3;
546
+ }));
547
+ }
548
+ function o$3() {
549
+ let n2 = [], r2 = { addEventListener(e2, t2, s2, a2) {
550
+ return e2.addEventListener(t2, s2, a2), r2.add(() => e2.removeEventListener(t2, s2, a2));
551
+ }, requestAnimationFrame(...e2) {
552
+ let t2 = requestAnimationFrame(...e2);
553
+ return r2.add(() => cancelAnimationFrame(t2));
554
+ }, nextFrame(...e2) {
555
+ return r2.requestAnimationFrame(() => r2.requestAnimationFrame(...e2));
556
+ }, setTimeout(...e2) {
557
+ let t2 = setTimeout(...e2);
558
+ return r2.add(() => clearTimeout(t2));
559
+ }, microTask(...e2) {
560
+ let t2 = { current: true };
561
+ return t$1(() => {
562
+ t2.current && e2[0]();
563
+ }), r2.add(() => {
564
+ t2.current = false;
565
+ });
566
+ }, style(e2, t2, s2) {
567
+ let a2 = e2.style.getPropertyValue(t2);
568
+ return Object.assign(e2.style, { [t2]: s2 }), this.add(() => {
569
+ Object.assign(e2.style, { [t2]: a2 });
570
+ });
571
+ }, group(e2) {
572
+ let t2 = o$3();
573
+ return e2(t2), this.add(() => t2.dispose());
574
+ }, add(e2) {
575
+ return n2.includes(e2) || n2.push(e2), () => {
576
+ let t2 = n2.indexOf(e2);
577
+ if (t2 >= 0) for (let s2 of n2.splice(t2, 1)) s2();
578
+ };
579
+ }, dispose() {
580
+ for (let e2 of n2.splice(0)) e2();
581
+ } };
582
+ return r2;
583
+ }
584
+ function p$2() {
585
+ let [e2] = useState(o$3);
586
+ return useEffect(() => () => e2.dispose(), [e2]), e2;
587
+ }
588
+ let n = (e2, t2) => {
589
+ s$2.isServer ? useEffect(e2, t2) : useLayoutEffect(e2, t2);
590
+ };
591
+ function s$1(e2) {
592
+ let r2 = useRef(e2);
593
+ return n(() => {
594
+ r2.current = e2;
595
+ }, [e2]), r2;
596
+ }
597
+ let o$2 = function(t2) {
598
+ let e2 = s$1(t2);
599
+ return React.useCallback((...r2) => e2.current(...r2), [e2]);
600
+ };
601
+ let e$2 = createContext(void 0);
602
+ function a$2() {
603
+ return useContext(e$2);
604
+ }
605
+ function t(...r2) {
606
+ return Array.from(new Set(r2.flatMap((n2) => typeof n2 == "string" ? n2.split(" ") : []))).filter(Boolean).join(" ");
607
+ }
608
+ function u$3(r2, n2, ...a2) {
609
+ if (r2 in n2) {
610
+ let e2 = n2[r2];
611
+ return typeof e2 == "function" ? e2(...a2) : e2;
612
+ }
613
+ let t2 = new Error(`Tried to handle "${r2}" but there is no handler defined. Only defined handlers are: ${Object.keys(n2).map((e2) => `"${e2}"`).join(", ")}.`);
614
+ throw Error.captureStackTrace && Error.captureStackTrace(t2, u$3), t2;
615
+ }
616
+ var M = ((a2) => (a2[a2.None = 0] = "None", a2[a2.RenderStrategy = 1] = "RenderStrategy", a2[a2.Static = 2] = "Static", a2))(M || {}), O$1 = ((e2) => (e2[e2.Unmount = 0] = "Unmount", e2[e2.Hidden = 1] = "Hidden", e2))(O$1 || {});
617
+ function H$1({ ourProps: r2, theirProps: n2, slot: e2, defaultTag: a2, features: s2, visible: t2 = true, name: l2, mergeRefs: i2 }) {
618
+ i2 = i2 != null ? i2 : A;
619
+ let o3 = N$1(n2, r2);
620
+ if (t2) return b$1(o3, e2, a2, l2, i2);
621
+ let y2 = s2 != null ? s2 : 0;
622
+ if (y2 & 2) {
623
+ let { static: f2 = false, ...u2 } = o3;
624
+ if (f2) return b$1(u2, e2, a2, l2, i2);
625
+ }
626
+ if (y2 & 1) {
627
+ let { unmount: f2 = true, ...u2 } = o3;
628
+ return u$3(f2 ? 0 : 1, { [0]() {
629
+ return null;
630
+ }, [1]() {
631
+ return b$1({ ...u2, hidden: true, style: { display: "none" } }, e2, a2, l2, i2);
632
+ } });
633
+ }
634
+ return b$1(o3, e2, a2, l2, i2);
635
+ }
636
+ function b$1(r2, n2 = {}, e2, a2, s2) {
637
+ let { as: t$12 = e2, children: l2, refName: i2 = "ref", ...o3 } = h$1(r2, ["unmount", "static"]), y2 = r2.ref !== void 0 ? { [i2]: r2.ref } : {}, f2 = typeof l2 == "function" ? l2(n2) : l2;
638
+ "className" in o3 && o3.className && typeof o3.className == "function" && (o3.className = o3.className(n2)), o3["aria-labelledby"] && o3["aria-labelledby"] === o3.id && (o3["aria-labelledby"] = void 0);
639
+ let u2 = {};
640
+ if (n2) {
641
+ let d2 = false, p2 = [];
642
+ for (let [c2, T2] of Object.entries(n2)) typeof T2 == "boolean" && (d2 = true), T2 === true && p2.push(c2.replace(/([A-Z])/g, (g) => `-${g.toLowerCase()}`));
643
+ if (d2) {
644
+ u2["data-headlessui-state"] = p2.join(" ");
645
+ for (let c2 of p2) u2[`data-${c2}`] = "";
646
+ }
647
+ }
648
+ if (t$12 === Fragment && (Object.keys(m(o3)).length > 0 || Object.keys(m(u2)).length > 0)) if (!isValidElement(f2) || Array.isArray(f2) && f2.length > 1) {
649
+ if (Object.keys(m(o3)).length > 0) throw new Error(['Passing props on "Fragment"!', "", `The current component <${a2} /> is rendering a "Fragment".`, "However we need to passthrough the following props:", Object.keys(m(o3)).concat(Object.keys(m(u2))).map((d2) => ` - ${d2}`).join(`
650
+ `), "", "You can apply a few solutions:", ['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".', "Render a single element as the child so that we can forward the props onto that element."].map((d2) => ` - ${d2}`).join(`
651
+ `)].join(`
652
+ `));
653
+ } else {
654
+ let d2 = f2.props, p2 = d2 == null ? void 0 : d2.className, c2 = typeof p2 == "function" ? (...F2) => t(p2(...F2), o3.className) : t(p2, o3.className), T2 = c2 ? { className: c2 } : {}, g = N$1(f2.props, m(h$1(o3, ["ref"])));
655
+ for (let F2 in u2) F2 in g && delete u2[F2];
656
+ return cloneElement(f2, Object.assign({}, g, u2, y2, { ref: s2(f2.ref, y2.ref) }, T2));
657
+ }
658
+ return createElement(t$12, Object.assign({}, h$1(o3, ["ref"]), t$12 !== Fragment && y2, t$12 !== Fragment && u2), f2);
659
+ }
660
+ function A(...r2) {
661
+ return r2.every((n2) => n2 == null) ? void 0 : (n2) => {
662
+ for (let e2 of r2) e2 != null && (typeof e2 == "function" ? e2(n2) : e2.current = n2);
663
+ };
664
+ }
665
+ function N$1(...r2) {
666
+ if (r2.length === 0) return {};
667
+ if (r2.length === 1) return r2[0];
668
+ let n2 = {}, e2 = {};
669
+ for (let s2 of r2) for (let t2 in s2) t2.startsWith("on") && typeof s2[t2] == "function" ? (e2[t2] != null || (e2[t2] = []), e2[t2].push(s2[t2])) : n2[t2] = s2[t2];
670
+ if (n2.disabled || n2["aria-disabled"]) for (let s2 in e2) /^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(s2) && (e2[s2] = [(t2) => {
671
+ var l2;
672
+ return (l2 = t2 == null ? void 0 : t2.preventDefault) == null ? void 0 : l2.call(t2);
673
+ }]);
674
+ for (let s2 in e2) Object.assign(n2, { [s2](t2, ...l2) {
675
+ let i2 = e2[s2];
676
+ for (let o3 of i2) {
677
+ if ((t2 instanceof Event || (t2 == null ? void 0 : t2.nativeEvent) instanceof Event) && t2.defaultPrevented) return;
678
+ o3(t2, ...l2);
679
+ }
680
+ } });
681
+ return n2;
682
+ }
683
+ function D(...r2) {
684
+ if (r2.length === 0) return {};
685
+ if (r2.length === 1) return r2[0];
686
+ let n2 = {}, e2 = {};
687
+ for (let s2 of r2) for (let t2 in s2) t2.startsWith("on") && typeof s2[t2] == "function" ? (e2[t2] != null || (e2[t2] = []), e2[t2].push(s2[t2])) : n2[t2] = s2[t2];
688
+ for (let s2 in e2) Object.assign(n2, { [s2](...t2) {
689
+ let l2 = e2[s2];
690
+ for (let i2 of l2) i2 == null || i2(...t2);
691
+ } });
692
+ return n2;
693
+ }
694
+ function W(r2) {
695
+ var n2;
696
+ return Object.assign(forwardRef(r2), { displayName: (n2 = r2.displayName) != null ? n2 : r2.name });
697
+ }
698
+ function m(r2) {
699
+ let n2 = Object.assign({}, r2);
700
+ for (let e2 in n2) n2[e2] === void 0 && delete n2[e2];
701
+ return n2;
702
+ }
703
+ function h$1(r2, n2 = []) {
704
+ let e2 = Object.assign({}, r2);
705
+ for (let a2 of n2) a2 in e2 && delete e2[a2];
706
+ return e2;
707
+ }
708
+ function T$2(l2, r2, c2) {
709
+ let [i2, s2] = useState(c2), e2 = l2 !== void 0, t2 = useRef(e2), u2 = useRef(false), d2 = useRef(false);
710
+ return e2 && !t2.current && !u2.current ? (u2.current = true, t2.current = e2, console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")) : !e2 && t2.current && !d2.current && (d2.current = true, t2.current = e2, console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")), [e2 ? l2 : i2, o$2((n2) => (e2 || s2(n2), r2 == null ? void 0 : r2(n2)))];
711
+ }
712
+ function l$2(e2) {
713
+ let [t2] = useState(e2);
714
+ return t2;
715
+ }
716
+ function e$1(i2 = {}, s2 = null, t2 = []) {
717
+ for (let [r2, n2] of Object.entries(i2)) o$1(t2, f$3(s2, r2), n2);
718
+ return t2;
719
+ }
720
+ function f$3(i2, s2) {
721
+ return i2 ? i2 + "[" + s2 + "]" : s2;
722
+ }
723
+ function o$1(i2, s2, t2) {
724
+ if (Array.isArray(t2)) for (let [r2, n2] of t2.entries()) o$1(i2, f$3(s2, r2.toString()), n2);
725
+ else t2 instanceof Date ? i2.push([s2, t2.toISOString()]) : typeof t2 == "boolean" ? i2.push([s2, t2 ? "1" : "0"]) : typeof t2 == "string" ? i2.push([s2, t2]) : typeof t2 == "number" ? i2.push([s2, `${t2}`]) : t2 == null ? i2.push([s2, ""]) : e$1(t2, s2, i2);
726
+ }
727
+ function p$1(i2) {
728
+ var t2, r2;
729
+ let s2 = (t2 = i2 == null ? void 0 : i2.form) != null ? t2 : i2.closest("form");
730
+ if (s2) {
731
+ for (let n2 of s2.elements) if (n2 !== i2 && (n2.tagName === "INPUT" && n2.type === "submit" || n2.tagName === "BUTTON" && n2.type === "submit" || n2.nodeName === "INPUT" && n2.type === "image")) {
732
+ n2.click();
733
+ return;
734
+ }
735
+ (r2 = s2.requestSubmit) == null || r2.call(s2);
736
+ }
737
+ }
738
+ let a$1 = "span";
739
+ var s = ((e2) => (e2[e2.None = 1] = "None", e2[e2.Focusable = 2] = "Focusable", e2[e2.Hidden = 4] = "Hidden", e2))(s || {});
740
+ function l$1(t2, r2) {
741
+ var n2;
742
+ let { features: d2 = 1, ...e2 } = t2, o3 = { ref: r2, "aria-hidden": (d2 & 2) === 2 ? true : (n2 = e2["aria-hidden"]) != null ? n2 : void 0, hidden: (d2 & 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", ...(d2 & 4) === 4 && (d2 & 2) !== 2 && { display: "none" } } };
743
+ return H$1({ ourProps: o3, theirProps: e2, slot: {}, defaultTag: a$1, name: "Hidden" });
744
+ }
745
+ let T$1 = W(l$1);
746
+ let f$2 = createContext(null);
747
+ function c$1({ children: t2 }) {
748
+ let e2 = useContext(f$2);
749
+ if (!e2) return React.createElement(React.Fragment, null, t2);
750
+ let { target: r2 } = e2;
751
+ return r2 ? createPortal(React.createElement(React.Fragment, null, t2), r2) : null;
752
+ }
753
+ function j$1({ data: t2, form: e2, disabled: r2, onReset: n2, overrides: F2 }) {
754
+ let [i2, a2] = useState(null), p2 = p$2();
755
+ return useEffect(() => {
756
+ if (n2 && i2) return p2.addEventListener(i2, "reset", n2);
757
+ }, [i2, e2, n2]), React.createElement(c$1, null, React.createElement(C$1, { setForm: a2, formId: e2 }), e$1(t2).map(([s$12, v]) => React.createElement(T$1, { features: s.Hidden, ...m({ key: s$12, as: "input", type: "hidden", hidden: true, readOnly: true, form: e2, disabled: r2, name: s$12, value: v, ...F2 }) })));
758
+ }
759
+ function C$1({ setForm: t2, formId: e2 }) {
760
+ return useEffect(() => {
761
+ if (e2) {
762
+ let r2 = document.getElementById(e2);
763
+ r2 && t2(r2);
764
+ }
765
+ }, [t2, e2]), e2 ? null : React.createElement(T$1, { features: s.Hidden, as: "input", type: "hidden", hidden: true, readOnly: true, ref: (r2) => {
766
+ if (!r2) return;
767
+ let n2 = r2.closest("form");
768
+ n2 && t2(n2);
769
+ } });
770
+ }
771
+ let e = createContext(void 0);
772
+ function u$2() {
773
+ return useContext(e);
774
+ }
775
+ function r(n2) {
776
+ let e2 = n2.parentElement, l2 = null;
777
+ for (; e2 && !(e2 instanceof HTMLFieldSetElement); ) e2 instanceof HTMLLegendElement && (l2 = e2), e2 = e2.parentElement;
778
+ let t2 = (e2 == null ? void 0 : e2.getAttribute("disabled")) === "";
779
+ return t2 && i(l2) ? false : t2;
780
+ }
781
+ function i(n2) {
782
+ if (!n2) return false;
783
+ let e2 = n2.previousElementSibling;
784
+ for (; e2 !== null; ) {
785
+ if (e2 instanceof HTMLLegendElement) return false;
786
+ e2 = e2.previousElementSibling;
787
+ }
788
+ return true;
789
+ }
790
+ let u$1 = Symbol();
791
+ function y$1(...t2) {
792
+ let n2 = useRef(t2);
793
+ useEffect(() => {
794
+ n2.current = t2;
795
+ }, [t2]);
796
+ let c2 = o$2((e2) => {
797
+ for (let o3 of n2.current) o3 != null && (typeof o3 == "function" ? o3(e2) : o3.current = e2);
798
+ });
799
+ return t2.every((e2) => e2 == null || (e2 == null ? void 0 : e2[u$1])) ? void 0 : c2;
800
+ }
801
+ let a = createContext(null);
802
+ a.displayName = "DescriptionContext";
803
+ function f$1() {
804
+ let r2 = useContext(a);
805
+ if (r2 === null) {
806
+ let e2 = new Error("You used a <Description /> component, but it is not inside a relevant parent.");
807
+ throw Error.captureStackTrace && Error.captureStackTrace(e2, f$1), e2;
808
+ }
809
+ return r2;
810
+ }
811
+ function G$1() {
812
+ var r2, e2;
813
+ return (e2 = (r2 = useContext(a)) == null ? void 0 : r2.value) != null ? e2 : void 0;
814
+ }
815
+ function U$1() {
816
+ let [r2, e2] = useState([]);
817
+ return [r2.length > 0 ? r2.join(" ") : void 0, useMemo(() => function(t2) {
818
+ let i2 = o$2((n2) => (e2((s2) => [...s2, n2]), () => e2((s2) => {
819
+ let o3 = s2.slice(), p2 = o3.indexOf(n2);
820
+ return p2 !== -1 && o3.splice(p2, 1), o3;
821
+ }))), l2 = useMemo(() => ({ register: i2, slot: t2.slot, name: t2.name, props: t2.props, value: t2.value }), [i2, t2.slot, t2.name, t2.props, t2.value]);
822
+ return React.createElement(a.Provider, { value: l2 }, t2.children);
823
+ }, [e2])];
824
+ }
825
+ let S$1 = "p";
826
+ function C(r2, e2) {
827
+ let d2 = useId(), t2 = a$2(), { id: i2 = `headlessui-description-${d2}`, ...l2 } = r2, n$1 = f$1(), s2 = y$1(e2);
828
+ n(() => n$1.register(i2), [i2, n$1.register]);
829
+ let o3 = t2 || false, p2 = useMemo(() => ({ ...n$1.slot, disabled: o3 }), [n$1.slot, o3]), D2 = { ref: s2, ...n$1.props, id: i2 };
830
+ return H$1({ ourProps: D2, theirProps: l2, slot: p2, defaultTag: S$1, name: n$1.name || "Description" });
831
+ }
832
+ let _$1 = W(C), w$1 = Object.assign(_$1, {});
833
+ var o2 = ((r2) => (r2.Space = " ", r2.Enter = "Enter", r2.Escape = "Escape", r2.Backspace = "Backspace", r2.Delete = "Delete", r2.ArrowLeft = "ArrowLeft", r2.ArrowUp = "ArrowUp", r2.ArrowRight = "ArrowRight", r2.ArrowDown = "ArrowDown", r2.Home = "Home", r2.End = "End", r2.PageUp = "PageUp", r2.PageDown = "PageDown", r2.Tab = "Tab", r2))(o2 || {});
834
+ let c = createContext(null);
835
+ c.displayName = "LabelContext";
836
+ function P$1() {
837
+ let r2 = useContext(c);
838
+ if (r2 === null) {
839
+ let l2 = new Error("You used a <Label /> component, but it is not inside a relevant parent.");
840
+ throw Error.captureStackTrace && Error.captureStackTrace(l2, P$1), l2;
841
+ }
842
+ return r2;
843
+ }
844
+ function I(r2) {
845
+ var a2, e2, o3;
846
+ let l2 = (e2 = (a2 = useContext(c)) == null ? void 0 : a2.value) != null ? e2 : void 0;
847
+ return ((o3 = void 0) != null ? o3 : 0) > 0 ? [l2, ...r2].filter(Boolean).join(" ") : l2;
848
+ }
849
+ function z$1({ inherit: r2 = false } = {}) {
850
+ let l2 = I(), [a2, e2] = useState([]), o3 = r2 ? [l2, ...a2].filter(Boolean) : a2;
851
+ return [o3.length > 0 ? o3.join(" ") : void 0, useMemo(() => function(t2) {
852
+ let s2 = o$2((i2) => (e2((p2) => [...p2, i2]), () => e2((p2) => {
853
+ let u2 = p2.slice(), d2 = u2.indexOf(i2);
854
+ return d2 !== -1 && u2.splice(d2, 1), u2;
855
+ }))), m2 = useMemo(() => ({ register: s2, slot: t2.slot, name: t2.name, props: t2.props, value: t2.value }), [s2, t2.slot, t2.name, t2.props, t2.value]);
856
+ return React.createElement(c.Provider, { value: m2 }, t2.children);
857
+ }, [e2])];
858
+ }
859
+ let N = "label";
860
+ function G(r2, l2) {
861
+ var y2;
862
+ let a2 = useId(), e2 = P$1(), o3 = u$2(), g = a$2(), { id: t2 = `headlessui-label-${a2}`, htmlFor: s2 = o3 != null ? o3 : (y2 = e2.props) == null ? void 0 : y2.htmlFor, passive: m2 = false, ...i2 } = r2, p2 = y$1(l2);
863
+ n(() => e2.register(t2), [t2, e2.register]);
864
+ let u2 = o$2((L) => {
865
+ let b2 = L.currentTarget;
866
+ if (b2 instanceof HTMLLabelElement && L.preventDefault(), e2.props && "onClick" in e2.props && typeof e2.props.onClick == "function" && e2.props.onClick(L), b2 instanceof HTMLLabelElement) {
867
+ let n2 = document.getElementById(b2.htmlFor);
868
+ if (n2) {
869
+ let E = n2.getAttribute("disabled");
870
+ if (E === "true" || E === "") return;
871
+ let x = n2.getAttribute("aria-disabled");
872
+ if (x === "true" || x === "") return;
873
+ (n2 instanceof HTMLInputElement && (n2.type === "radio" || n2.type === "checkbox") || n2.role === "radio" || n2.role === "checkbox" || n2.role === "switch") && n2.click(), n2.focus({ preventScroll: true });
874
+ }
875
+ }
876
+ }), d2 = g || false, C2 = useMemo(() => ({ ...e2.slot, disabled: d2 }), [e2.slot, d2]), f2 = { ref: p2, ...e2.props, id: t2, htmlFor: s2, onClick: u2 };
877
+ return m2 && ("onClick" in f2 && (delete f2.htmlFor, delete f2.onClick), "onClick" in i2 && delete i2.onClick), H$1({ ourProps: f2, theirProps: i2, slot: C2, defaultTag: s2 ? N : "div", name: e2.name || "Label" });
878
+ }
879
+ let U = W(G), K = Object.assign(U, {});
880
+ function l(e2, r2) {
881
+ return e2 !== null && r2 !== null && typeof e2 == "object" && typeof r2 == "object" && "id" in e2 && "id" in r2 ? e2.id === r2.id : e2 === r2;
882
+ }
883
+ function u(e2 = l) {
884
+ return useCallback((r2, t2) => {
885
+ if (typeof e2 == "string") {
886
+ let o3 = e2;
887
+ return (r2 == null ? void 0 : r2[o3]) === (t2 == null ? void 0 : t2[o3]);
888
+ }
889
+ return e2(r2, t2);
890
+ }, [e2]);
891
+ }
892
+ let f = ["[contentEditable=true]", "[tabindex]", "a[href]", "area[href]", "button:not([disabled])", "iframe", "input:not([disabled])", "select:not([disabled])", "textarea:not([disabled])"].map((e2) => `${e2}:not([tabindex='-1'])`).join(","), p = ["[data-autofocus]"].map((e2) => `${e2}:not([tabindex='-1'])`).join(",");
893
+ var F = ((n2) => (n2[n2.First = 1] = "First", n2[n2.Previous = 2] = "Previous", n2[n2.Next = 4] = "Next", n2[n2.Last = 8] = "Last", n2[n2.WrapAround = 16] = "WrapAround", n2[n2.NoScroll = 32] = "NoScroll", n2[n2.AutoFocus = 64] = "AutoFocus", n2))(F || {}), T = ((o3) => (o3[o3.Error = 0] = "Error", o3[o3.Overflow = 1] = "Overflow", o3[o3.Success = 2] = "Success", o3[o3.Underflow = 3] = "Underflow", o3))(T || {}), y = ((t2) => (t2[t2.Previous = -1] = "Previous", t2[t2.Next = 1] = "Next", t2))(y || {});
894
+ function b(e2 = document.body) {
895
+ return e2 == null ? [] : Array.from(e2.querySelectorAll(f)).sort((r2, t2) => Math.sign((r2.tabIndex || Number.MAX_SAFE_INTEGER) - (t2.tabIndex || Number.MAX_SAFE_INTEGER)));
896
+ }
897
+ function S(e2 = document.body) {
898
+ return e2 == null ? [] : Array.from(e2.querySelectorAll(p)).sort((r2, t2) => Math.sign((r2.tabIndex || Number.MAX_SAFE_INTEGER) - (t2.tabIndex || Number.MAX_SAFE_INTEGER)));
899
+ }
900
+ var h = ((t2) => (t2[t2.Strict = 0] = "Strict", t2[t2.Loose = 1] = "Loose", t2))(h || {});
901
+ var H = ((t2) => (t2[t2.Keyboard = 0] = "Keyboard", t2[t2.Mouse = 1] = "Mouse", t2))(H || {});
902
+ typeof window != "undefined" && typeof document != "undefined" && (document.addEventListener("keydown", (e2) => {
903
+ e2.metaKey || e2.altKey || e2.ctrlKey || (document.documentElement.dataset.headlessuiFocusVisible = "");
904
+ }, true), document.addEventListener("click", (e2) => {
905
+ e2.detail === 1 ? delete document.documentElement.dataset.headlessuiFocusVisible : e2.detail === 0 && (document.documentElement.dataset.headlessuiFocusVisible = "");
906
+ }, true));
907
+ let w = ["textarea", "input"].join(",");
908
+ function O(e2) {
909
+ var r2, t2;
910
+ return (t2 = (r2 = e2 == null ? void 0 : e2.matches) == null ? void 0 : r2.call(e2, w)) != null ? t2 : false;
911
+ }
912
+ function _(e2, r2 = (t2) => t2) {
913
+ return e2.slice().sort((t2, u2) => {
914
+ let o3 = r2(t2), c2 = r2(u2);
915
+ if (o3 === null || c2 === null) return 0;
916
+ let l2 = o3.compareDocumentPosition(c2);
917
+ return l2 & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : l2 & Node.DOCUMENT_POSITION_PRECEDING ? 1 : 0;
918
+ });
919
+ }
920
+ function P(e2, r2, { sorted: t2 = true, relativeTo: u2 = null, skipElements: o3 = [] } = {}) {
921
+ let c2 = Array.isArray(e2) ? e2.length > 0 ? e2[0].ownerDocument : document : e2.ownerDocument, l2 = Array.isArray(e2) ? t2 ? _(e2) : e2 : r2 & 64 ? S(e2) : b(e2);
922
+ o3.length > 0 && l2.length > 1 && (l2 = l2.filter((s2) => !o3.some((a2) => a2 != null && "current" in a2 ? (a2 == null ? void 0 : a2.current) === s2 : a2 === s2))), u2 = u2 != null ? u2 : c2.activeElement;
923
+ let n2 = (() => {
924
+ if (r2 & 5) return 1;
925
+ if (r2 & 10) return -1;
926
+ throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
927
+ })(), x = (() => {
928
+ if (r2 & 1) return 0;
929
+ if (r2 & 2) return Math.max(0, l2.indexOf(u2)) - 1;
930
+ if (r2 & 4) return Math.max(0, l2.indexOf(u2)) + 1;
931
+ if (r2 & 8) return l2.length - 1;
932
+ throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last");
933
+ })(), M2 = r2 & 32 ? { preventScroll: true } : {}, m2 = 0, d2 = l2.length, i2;
934
+ do {
935
+ if (m2 >= d2 || m2 + d2 <= 0) return 0;
936
+ let s2 = x + m2;
937
+ if (r2 & 16) s2 = (s2 + d2) % d2;
938
+ else {
939
+ if (s2 < 0) return 3;
940
+ if (s2 >= d2) return 1;
941
+ }
942
+ i2 = l2[s2], i2 == null || i2.focus(M2), m2 += n2;
943
+ } while (i2 !== c2.activeElement);
944
+ return r2 & 6 && O(i2) && i2.select(), 2;
945
+ }
946
+ var Le = ((e2) => (e2[e2.RegisterOption = 0] = "RegisterOption", e2[e2.UnregisterOption = 1] = "UnregisterOption", e2))(Le || {});
947
+ let ke = { [0](o3, t2) {
948
+ let e2 = [...o3.options, { id: t2.id, element: t2.element, propsRef: t2.propsRef }];
949
+ return { ...o3, options: _(e2, (a2) => a2.element.current) };
950
+ }, [1](o3, t2) {
951
+ let e2 = o3.options.slice(), a2 = o3.options.findIndex((O2) => O2.id === t2.id);
952
+ return a2 === -1 ? o3 : (e2.splice(a2, 1), { ...o3, options: e2 });
953
+ } }, j = createContext(null);
954
+ j.displayName = "RadioGroupDataContext";
955
+ function J(o3) {
956
+ let t2 = useContext(j);
957
+ if (t2 === null) {
958
+ let e2 = new Error(`<${o3} /> is missing a parent <RadioGroup /> component.`);
959
+ throw Error.captureStackTrace && Error.captureStackTrace(e2, J), e2;
960
+ }
961
+ return t2;
962
+ }
963
+ let X = createContext(null);
964
+ X.displayName = "RadioGroupActionsContext";
965
+ function z(o3) {
966
+ let t2 = useContext(X);
967
+ if (t2 === null) {
968
+ let e2 = new Error(`<${o3} /> is missing a parent <RadioGroup /> component.`);
969
+ throw Error.captureStackTrace && Error.captureStackTrace(e2, z), e2;
970
+ }
971
+ return t2;
972
+ }
973
+ function Fe(o3, t2) {
974
+ return u$3(t2.type, ke, o3, t2);
975
+ }
976
+ let Ie = "div";
977
+ function Ue(o$12, t2) {
978
+ let e2 = useId(), a2 = a$2(), { id: O2 = `headlessui-radiogroup-${e2}`, value: m2, form: P$12, name: i2, onChange: f2, by: c2, disabled: p2 = a2 || false, defaultValue: I2, ...y2 } = o$12, T$12 = u(c2), [v, C2] = useReducer(Fe, { options: [] }), n2 = v.options, [U2, h2] = z$1(), [D2, L] = U$1(), A2 = useRef(null), M2 = y$1(A2, t2), l2 = l$2(I2), [s2, _2] = T$2(m2, f2, l2), R = useMemo(() => n2.find((r2) => !r2.propsRef.current.disabled), [n2]), b2 = useMemo(() => n2.some((r2) => T$12(r2.propsRef.current.value, s2)), [n2, s2]), d2 = o$2((r2) => {
979
+ var u2;
980
+ if (p2 || T$12(r2, s2)) return false;
981
+ let k = (u2 = n2.find((H2) => T$12(H2.propsRef.current.value, r2))) == null ? void 0 : u2.propsRef.current;
982
+ return k != null && k.disabled ? false : (_2 == null || _2(r2), true);
983
+ }), de = o$2((r2) => {
984
+ let k = A2.current;
985
+ if (!k) return;
986
+ let u2 = u$4(k), H2 = n2.filter((g) => g.propsRef.current.disabled === false).map((g) => g.element.current);
987
+ switch (r2.key) {
988
+ case o2.Enter:
989
+ p$1(r2.currentTarget);
990
+ break;
991
+ case o2.ArrowLeft:
992
+ case o2.ArrowUp:
993
+ if (r2.preventDefault(), r2.stopPropagation(), P(H2, F.Previous | F.WrapAround) === T.Success) {
994
+ let E = n2.find((N2) => N2.element.current === (u2 == null ? void 0 : u2.activeElement));
995
+ E && d2(E.propsRef.current.value);
996
+ }
997
+ break;
998
+ case o2.ArrowRight:
999
+ case o2.ArrowDown:
1000
+ if (r2.preventDefault(), r2.stopPropagation(), P(H2, F.Next | F.WrapAround) === T.Success) {
1001
+ let E = n2.find((N2) => N2.element.current === (u2 == null ? void 0 : u2.activeElement));
1002
+ E && d2(E.propsRef.current.value);
1003
+ }
1004
+ break;
1005
+ case o2.Space:
1006
+ {
1007
+ r2.preventDefault(), r2.stopPropagation();
1008
+ let g = n2.find((E) => E.element.current === (u2 == null ? void 0 : u2.activeElement));
1009
+ g && d2(g.propsRef.current.value);
1010
+ }
1011
+ break;
1012
+ }
1013
+ }), q = o$2((r2) => (C2({ type: 0, ...r2 }), () => C2({ type: 1, id: r2.id }))), ue = useMemo(() => ({ value: s2, firstOption: R, containsCheckedOption: b2, disabled: p2, compare: T$12, ...v }), [s2, R, b2, p2, T$12, v]), ce = useMemo(() => ({ registerOption: q, change: d2 }), [q, d2]), fe = { ref: M2, id: O2, role: "radiogroup", "aria-labelledby": U2, "aria-describedby": D2, onKeyDown: de }, Te = useMemo(() => ({ value: s2 }), [s2]), me = useCallback(() => {
1014
+ if (l2 !== void 0) return d2(l2);
1015
+ }, [d2, l2]);
1016
+ return React.createElement(L, { name: "RadioGroup.Description" }, React.createElement(h2, { name: "RadioGroup.Label" }, React.createElement(X.Provider, { value: ce }, React.createElement(j.Provider, { value: ue }, i2 != null && React.createElement(j$1, { disabled: p2, data: { [i2]: s2 || "on" }, overrides: { type: "radio", checked: s2 != null }, form: P$12, onReset: me }), H$1({ ourProps: fe, theirProps: y2, slot: Te, defaultTag: Ie, name: "RadioGroup" })))));
1017
+ }
1018
+ let Me = "div";
1019
+ function Se(o3, t2) {
1020
+ var R;
1021
+ let e2 = J("RadioGroup.Option"), a2 = z("RadioGroup.Option"), O2 = useId(), { id: m2 = `headlessui-radiogroup-option-${O2}`, value: P2, disabled: i2 = e2.disabled || false, autoFocus: f2 = false, ...c2 } = o3, p2 = useRef(null), I2 = y$1(p2, t2), [y2, T2] = z$1(), [v, C2] = U$1(), n$1 = s$1({ value: P2, disabled: i2 });
1022
+ n(() => a2.registerOption({ id: m2, element: p2, propsRef: n$1 }), [m2, a2, p2, n$1]);
1023
+ let U2 = o$2((b2) => {
1024
+ var d2;
1025
+ if (r(b2.currentTarget)) return b2.preventDefault();
1026
+ a2.change(P2) && ((d2 = p2.current) == null || d2.focus());
1027
+ }), h2 = ((R = e2.firstOption) == null ? void 0 : R.id) === m2, { isFocusVisible: D$1, focusProps: L } = $f7dceffc5ad7768b$export$4e328f61c538687f({ autoFocus: f2 }), { isHovered: A2, hoverProps: M2 } = $6179b936705e76d3$export$ae780daf29e6d456({ isDisabled: i2 }), l2 = e2.compare(e2.value, P2), s2 = D({ ref: I2, id: m2, role: "radio", "aria-checked": l2 ? "true" : "false", "aria-labelledby": y2, "aria-describedby": v, "aria-disabled": i2 ? true : void 0, tabIndex: (() => i2 ? -1 : l2 || !e2.containsCheckedOption && h2 ? 0 : -1)(), onClick: i2 ? void 0 : U2, autoFocus: f2 }, L, M2), _2 = useMemo(() => ({ checked: l2, disabled: i2, active: D$1, hover: A2, focus: D$1, autofocus: f2 }), [l2, i2, A2, D$1, f2]);
1028
+ return React.createElement(C2, { name: "RadioGroup.Description" }, React.createElement(T2, { name: "RadioGroup.Label" }, H$1({ ourProps: s2, theirProps: c2, slot: _2, defaultTag: Me, name: "RadioGroup.Option" })));
1029
+ }
1030
+ let He = "span";
1031
+ function we(o3, t2) {
1032
+ var R;
1033
+ let e2 = J("Radio"), a2 = z("Radio"), O2 = useId(), m2 = u$2(), P2 = a$2(), { id: i2 = m2 || `headlessui-radio-${O2}`, value: f2, disabled: c2 = e2.disabled || P2 || false, autoFocus: p2 = false, ...I$1 } = o3, y2 = useRef(null), T2 = y$1(y2, t2), v = I(), C2 = G$1(), n$1 = s$1({ value: f2, disabled: c2 });
1034
+ n(() => a2.registerOption({ id: i2, element: y2, propsRef: n$1 }), [i2, a2, y2, n$1]);
1035
+ let U2 = o$2((b2) => {
1036
+ var d2;
1037
+ if (r(b2.currentTarget)) return b2.preventDefault();
1038
+ a2.change(f2) && ((d2 = y2.current) == null || d2.focus());
1039
+ }), { isFocusVisible: h2, focusProps: D$1 } = $f7dceffc5ad7768b$export$4e328f61c538687f({ autoFocus: p2 }), { isHovered: L, hoverProps: A2 } = $6179b936705e76d3$export$ae780daf29e6d456({ isDisabled: c2 }), M2 = ((R = e2.firstOption) == null ? void 0 : R.id) === i2, l2 = e2.compare(e2.value, f2), s2 = D({ ref: T2, id: i2, role: "radio", "aria-checked": l2 ? "true" : "false", "aria-labelledby": v, "aria-describedby": C2, "aria-disabled": c2 ? true : void 0, tabIndex: (() => c2 ? -1 : l2 || !e2.containsCheckedOption && M2 ? 0 : -1)(), autoFocus: p2, onClick: c2 ? void 0 : U2 }, D$1, A2), _2 = useMemo(() => ({ checked: l2, disabled: c2, hover: L, focus: h2, autofocus: p2 }), [l2, c2, L, h2, p2]);
1040
+ return H$1({ ourProps: s2, theirProps: I$1, slot: _2, defaultTag: He, name: "Radio" });
1041
+ }
1042
+ let Ne = W(Ue), We = W(Se), Be = W(we), Ve = K, Ke = w$1, Tt = Object.assign(Ne, { Option: We, Radio: Be, Label: Ve, Description: Ke });
1043
+ const group = "_group_63bak_3";
1044
+ const radio = "_radio_63bak_18";
1045
+ const disabled = "_disabled_63bak_40";
1046
+ const label = "_label_63bak_51";
1047
+ const frame = "_frame_63bak_64";
1048
+ const checked = "_checked_63bak_73";
1049
+ const cls = {
1050
+ group,
1051
+ "content-wrapper": "_content-wrapper_63bak_11",
1052
+ "radio-wrapper": "_radio-wrapper_63bak_18",
1053
+ radio,
1054
+ disabled,
1055
+ label,
1056
+ frame,
1057
+ checked
1058
+ };
1059
+ function RadioGroup({
1060
+ options,
1061
+ value,
1062
+ onChange,
1063
+ label: label2,
1064
+ ...props
1065
+ }) {
1066
+ const radioClasses = classNames(cls["radio-wrapper"], {
1067
+ [cls.disabled]: props.disabled
1068
+ });
1069
+ return /* @__PURE__ */ jsxs(Tt, { value, className: cls.group, onChange, ...props, children: [
1070
+ label2 && /* @__PURE__ */ jsx(K, { as: "p", className: cls.label, children: label2 }),
1071
+ /* @__PURE__ */ jsx("div", { className: cls["content-wrapper"], children: options.map(({ label: label22, value: value2 }) => /* @__PURE__ */ jsx(
1072
+ Be,
1073
+ {
1074
+ as: "span",
1075
+ value: value2,
1076
+ disabled: props.disabled,
1077
+ className: radioClasses,
1078
+ children: ({ checked: checked2, disabled: disabled2 }) => /* @__PURE__ */ jsxs(Fragment$1, { children: [
1079
+ /* @__PURE__ */ jsx(
1080
+ K,
1081
+ {
1082
+ as: "button",
1083
+ className: classNames(cls.radio, {
1084
+ [cls.disabled]: props.disabled
1085
+ }),
1086
+ children: /* @__PURE__ */ jsx(
1087
+ "span",
1088
+ {
1089
+ className: classNames(cls.frame, {
1090
+ [cls.checked]: checked2,
1091
+ [cls.disabled]: disabled2
1092
+ })
1093
+ }
1094
+ )
1095
+ }
1096
+ ),
1097
+ label22
1098
+ ] })
1099
+ },
1100
+ label22
1101
+ )) })
1102
+ ] });
1103
+ }
1104
+ export {
1105
+ RadioGroup
1106
+ };