@scbt-ecom/ui 0.91.4 → 0.93.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3496) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +2 -0
  2. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  3. package/dist/_virtual/create-plugin.js +2 -0
  4. package/dist/_virtual/create-plugin.js.map +1 -0
  5. package/dist/_virtual/createPlugin.js +2 -0
  6. package/dist/_virtual/createPlugin.js.map +1 -0
  7. package/dist/_virtual/index.js +2 -0
  8. package/dist/_virtual/index.js.map +1 -0
  9. package/dist/_virtual/index2.js +2 -0
  10. package/dist/_virtual/index2.js.map +1 -0
  11. package/dist/_virtual/preload-helper.js +2 -0
  12. package/dist/_virtual/preload-helper.js.map +1 -0
  13. package/dist/_virtual/use-sync-external-store-with-selector.production.js +2 -0
  14. package/dist/_virtual/use-sync-external-store-with-selector.production.js.map +1 -0
  15. package/dist/_virtual/with-selector.js +2 -0
  16. package/dist/_virtual/with-selector.js.map +1 -0
  17. package/dist/lib/configs/index.js +2 -0
  18. package/dist/lib/configs/index.js.map +1 -0
  19. package/dist/lib/configs/tailwindConfigBase.js +2 -0
  20. package/dist/lib/configs/tailwindConfigBase.js.map +1 -0
  21. package/dist/lib/configs/tailwindPresets/extendsPreset.js +2 -0
  22. package/dist/lib/configs/tailwindPresets/extendsPreset.js.map +1 -0
  23. package/dist/lib/configs/tailwindPresets/index.js +2 -0
  24. package/dist/lib/configs/tailwindPresets/index.js.map +1 -0
  25. package/dist/lib/configs/tailwindPresets/resetPreset.js +2 -0
  26. package/dist/lib/configs/tailwindPresets/resetPreset.js.map +1 -0
  27. package/dist/lib/exports/api.js +2 -0
  28. package/dist/lib/exports/api.js.map +1 -0
  29. package/dist/lib/exports/config.js +2 -0
  30. package/dist/lib/exports/config.js.map +1 -0
  31. package/dist/lib/exports/constants.js +2 -0
  32. package/dist/lib/exports/constants.js.map +1 -0
  33. package/dist/lib/exports/hooks.js +2 -0
  34. package/dist/lib/exports/hooks.js.map +1 -0
  35. package/dist/lib/exports/next.js +2 -0
  36. package/dist/lib/exports/next.js.map +1 -0
  37. package/dist/lib/exports/types.js +2 -0
  38. package/dist/lib/exports/types.js.map +1 -0
  39. package/dist/lib/exports/ui.js +2 -0
  40. package/dist/lib/exports/ui.js.map +1 -0
  41. package/dist/lib/exports/utils.js +2 -0
  42. package/dist/lib/exports/utils.js.map +1 -0
  43. package/dist/lib/exports/validation.js +2 -0
  44. package/dist/lib/exports/validation.js.map +1 -0
  45. package/dist/lib/exports/widget.js +2 -0
  46. package/dist/lib/exports/widget.js.map +1 -0
  47. package/dist/lib/next/index.js +2 -0
  48. package/dist/lib/next/index.js.map +1 -0
  49. package/dist/lib/next/utils/hasWidget.js +2 -0
  50. package/dist/lib/next/utils/hasWidget.js.map +1 -0
  51. package/dist/lib/next/utils/hideWidgetsWithQueryParams.js +2 -0
  52. package/dist/lib/next/utils/hideWidgetsWithQueryParams.js.map +1 -0
  53. package/dist/lib/next/utils/index.js +2 -0
  54. package/dist/lib/next/utils/index.js.map +1 -0
  55. package/dist/lib/next/utils/isEmptyWidgetList.js +2 -0
  56. package/dist/lib/next/utils/isEmptyWidgetList.js.map +1 -0
  57. package/dist/lib/next/utils/orderWidgetWithQueryParams.js +2 -0
  58. package/dist/lib/next/utils/orderWidgetWithQueryParams.js.map +1 -0
  59. package/dist/lib/shared/api/apiInstance.js +2 -0
  60. package/dist/lib/shared/api/apiInstance.js.map +1 -0
  61. package/dist/lib/shared/api/index.js +2 -0
  62. package/dist/lib/shared/api/index.js.map +1 -0
  63. package/dist/lib/shared/constants/designSystem/colors.js +2 -0
  64. package/dist/lib/shared/constants/designSystem/colors.js.map +1 -0
  65. package/dist/lib/shared/constants/designSystem/index.js +2 -0
  66. package/dist/lib/shared/constants/designSystem/index.js.map +1 -0
  67. package/dist/lib/shared/constants/designSystem/others.js +2 -0
  68. package/dist/lib/shared/constants/designSystem/others.js.map +1 -0
  69. package/dist/lib/shared/constants/designSystem/types.js +2 -0
  70. package/dist/lib/shared/constants/designSystem/types.js.map +1 -0
  71. package/dist/lib/shared/constants/designSystem/typography.js +2 -0
  72. package/dist/lib/shared/constants/designSystem/typography.js.map +1 -0
  73. package/dist/lib/shared/constants/index.js +2 -0
  74. package/dist/lib/shared/constants/index.js.map +1 -0
  75. package/dist/lib/shared/hooks/index.js +2 -0
  76. package/dist/lib/shared/hooks/index.js.map +1 -0
  77. package/dist/lib/shared/hooks/useBoolean.js +2 -0
  78. package/dist/lib/shared/hooks/useBoolean.js.map +1 -0
  79. package/dist/lib/shared/hooks/useClickOutside.js +2 -0
  80. package/dist/lib/shared/hooks/useClickOutside.js.map +1 -0
  81. package/dist/lib/shared/hooks/useControlledForm.js +2 -0
  82. package/dist/lib/shared/hooks/useControlledForm.js.map +1 -0
  83. package/dist/lib/shared/hooks/useDebounce.js +2 -0
  84. package/dist/lib/shared/hooks/useDebounce.js.map +1 -0
  85. package/dist/lib/shared/hooks/useDevice.js +2 -0
  86. package/dist/lib/shared/hooks/useDevice.js.map +1 -0
  87. package/dist/lib/shared/hooks/useFieldsProgress.js +2 -0
  88. package/dist/lib/shared/hooks/useFieldsProgress.js.map +1 -0
  89. package/dist/lib/shared/hooks/useFloating.js +2 -0
  90. package/dist/lib/shared/hooks/useFloating.js.map +1 -0
  91. package/dist/lib/shared/hooks/useObserverWidgets.js +2 -0
  92. package/dist/lib/shared/hooks/useObserverWidgets.js.map +1 -0
  93. package/dist/lib/shared/hooks/useOverflow.js +2 -0
  94. package/dist/lib/shared/hooks/useOverflow.js.map +1 -0
  95. package/dist/lib/shared/style.css +1 -0
  96. package/dist/lib/shared/types/deepPartial.js +2 -0
  97. package/dist/lib/shared/types/deepPartial.js.map +1 -0
  98. package/dist/lib/shared/types/dicriminatedUnion.js +2 -0
  99. package/dist/lib/shared/types/dicriminatedUnion.js.map +1 -0
  100. package/dist/lib/shared/types/index.js +2 -0
  101. package/dist/lib/shared/types/index.js.map +1 -0
  102. package/dist/lib/shared/types/keysOf.js +2 -0
  103. package/dist/lib/shared/types/keysOf.js.map +1 -0
  104. package/dist/lib/shared/ui/accordion/Accordion.js +2 -0
  105. package/dist/lib/shared/ui/accordion/Accordion.js.map +1 -0
  106. package/dist/lib/shared/ui/accordion/index.js +2 -0
  107. package/dist/lib/shared/ui/accordion/index.js.map +1 -0
  108. package/dist/lib/shared/ui/accordion/model/helpers.js +2 -0
  109. package/dist/lib/shared/ui/accordion/model/helpers.js.map +1 -0
  110. package/dist/lib/shared/ui/accordion/ui/AccordionHeader.js +2 -0
  111. package/dist/lib/shared/ui/accordion/ui/AccordionHeader.js.map +1 -0
  112. package/dist/lib/shared/ui/badge/Badge.js +2 -0
  113. package/dist/lib/shared/ui/badge/Badge.js.map +1 -0
  114. package/dist/lib/shared/ui/badge/index.js +2 -0
  115. package/dist/lib/shared/ui/badge/index.js.map +1 -0
  116. package/dist/lib/shared/ui/brandLogos/BrandLogos.js +2 -0
  117. package/dist/lib/shared/ui/brandLogos/BrandLogos.js.map +1 -0
  118. package/dist/lib/shared/ui/brandLogos/index.js +2 -0
  119. package/dist/lib/shared/ui/brandLogos/index.js.map +1 -0
  120. package/dist/lib/shared/ui/button/Button.js +2 -0
  121. package/dist/lib/shared/ui/button/Button.js.map +1 -0
  122. package/dist/lib/shared/ui/button/index.js +2 -0
  123. package/dist/lib/shared/ui/button/index.js.map +1 -0
  124. package/dist/lib/shared/ui/button/model/helpers.js +2 -0
  125. package/dist/lib/shared/ui/button/model/helpers.js.map +1 -0
  126. package/dist/lib/shared/ui/buttonIcon/ButtonIcon.js +2 -0
  127. package/dist/lib/shared/ui/buttonIcon/ButtonIcon.js.map +1 -0
  128. package/dist/lib/shared/ui/buttonIcon/index.js +2 -0
  129. package/dist/lib/shared/ui/buttonIcon/index.js.map +1 -0
  130. package/dist/lib/shared/ui/calendar/Calendar.js +2 -0
  131. package/dist/lib/shared/ui/calendar/Calendar.js.map +1 -0
  132. package/dist/lib/shared/ui/calendar/index.js +2 -0
  133. package/dist/lib/shared/ui/calendar/index.js.map +1 -0
  134. package/dist/lib/shared/ui/calendar/model/index.js +2 -0
  135. package/dist/lib/shared/ui/calendar/model/index.js.map +1 -0
  136. package/dist/lib/shared/ui/calendar/model/utils.js +2 -0
  137. package/dist/lib/shared/ui/calendar/model/utils.js.map +1 -0
  138. package/dist/lib/shared/ui/calendar/ui/Day.js +2 -0
  139. package/dist/lib/shared/ui/calendar/ui/Day.js.map +1 -0
  140. package/dist/lib/shared/ui/calendar/ui/DayButton.js +2 -0
  141. package/dist/lib/shared/ui/calendar/ui/DayButton.js.map +1 -0
  142. package/dist/lib/shared/ui/calendar/ui/Footer.js +2 -0
  143. package/dist/lib/shared/ui/calendar/ui/Footer.js.map +1 -0
  144. package/dist/lib/shared/ui/calendar/ui/MonthCaption.js +2 -0
  145. package/dist/lib/shared/ui/calendar/ui/MonthCaption.js.map +1 -0
  146. package/dist/lib/shared/ui/calendar/ui/Navigation.js +2 -0
  147. package/dist/lib/shared/ui/calendar/ui/Navigation.js.map +1 -0
  148. package/dist/lib/shared/ui/calendar/ui/Weekday.js +2 -0
  149. package/dist/lib/shared/ui/calendar/ui/Weekday.js.map +1 -0
  150. package/dist/lib/shared/ui/calendar/ui/index.js +2 -0
  151. package/dist/lib/shared/ui/calendar/ui/index.js.map +1 -0
  152. package/dist/lib/shared/ui/calendar/ui/model/index.js +2 -0
  153. package/dist/lib/shared/ui/calendar/ui/model/index.js.map +1 -0
  154. package/dist/lib/shared/ui/calendar/ui/model/types.js +2 -0
  155. package/dist/lib/shared/ui/calendar/ui/model/types.js.map +1 -0
  156. package/dist/lib/shared/ui/calendar/ui/model/utils.js +2 -0
  157. package/dist/lib/shared/ui/calendar/ui/model/utils.js.map +1 -0
  158. package/dist/lib/shared/ui/calendar/ui/selectDate/SelectDate.js +2 -0
  159. package/dist/lib/shared/ui/calendar/ui/selectDate/SelectDate.js.map +1 -0
  160. package/dist/lib/shared/ui/calendar/ui/selectDate/index.js +2 -0
  161. package/dist/lib/shared/ui/calendar/ui/selectDate/index.js.map +1 -0
  162. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/SelectList.js +2 -0
  163. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/SelectList.js.map +1 -0
  164. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/Trigger.js +2 -0
  165. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/Trigger.js.map +1 -0
  166. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/index.js +2 -0
  167. package/dist/lib/shared/ui/calendar/ui/selectDate/ui/index.js.map +1 -0
  168. package/dist/lib/shared/ui/carousel/CarouselBase.js +2 -0
  169. package/dist/lib/shared/ui/carousel/CarouselBase.js.map +1 -0
  170. package/dist/lib/shared/ui/carousel/CarouselNative.js +2 -0
  171. package/dist/lib/shared/ui/carousel/CarouselNative.js.map +1 -0
  172. package/dist/lib/shared/ui/carousel/index.js +2 -0
  173. package/dist/lib/shared/ui/carousel/index.js.map +1 -0
  174. package/dist/lib/shared/ui/carousel/model/helpers.js +2 -0
  175. package/dist/lib/shared/ui/carousel/model/helpers.js.map +1 -0
  176. package/dist/lib/shared/ui/carousel/model/hooks/index.js +2 -0
  177. package/dist/lib/shared/ui/carousel/model/hooks/index.js.map +1 -0
  178. package/dist/lib/shared/ui/carousel/model/hooks/useArrowNavigation.js +2 -0
  179. package/dist/lib/shared/ui/carousel/model/hooks/useArrowNavigation.js.map +1 -0
  180. package/dist/lib/shared/ui/carousel/model/hooks/useCarousel.js +2 -0
  181. package/dist/lib/shared/ui/carousel/model/hooks/useCarousel.js.map +1 -0
  182. package/dist/lib/shared/ui/carousel/model/hooks/useDotsNavigation.js +2 -0
  183. package/dist/lib/shared/ui/carousel/model/hooks/useDotsNavigation.js.map +1 -0
  184. package/dist/lib/shared/ui/carousel/model/index.js +2 -0
  185. package/dist/lib/shared/ui/carousel/model/index.js.map +1 -0
  186. package/dist/lib/shared/ui/carousel/model/types.js +2 -0
  187. package/dist/lib/shared/ui/carousel/model/types.js.map +1 -0
  188. package/dist/lib/shared/ui/carousel/ui/ArrowNavigationButton.js +2 -0
  189. package/dist/lib/shared/ui/carousel/ui/ArrowNavigationButton.js.map +1 -0
  190. package/dist/lib/shared/ui/carousel/ui/CarouselContent.js +2 -0
  191. package/dist/lib/shared/ui/carousel/ui/CarouselContent.js.map +1 -0
  192. package/dist/lib/shared/ui/carousel/ui/CarouselSlide.js +2 -0
  193. package/dist/lib/shared/ui/carousel/ui/CarouselSlide.js.map +1 -0
  194. package/dist/lib/shared/ui/carousel/ui/ContainerWithNavigation.js +2 -0
  195. package/dist/lib/shared/ui/carousel/ui/ContainerWithNavigation.js.map +1 -0
  196. package/dist/lib/shared/ui/carousel/ui/DotsNavigations.js +2 -0
  197. package/dist/lib/shared/ui/carousel/ui/DotsNavigations.js.map +1 -0
  198. package/dist/lib/shared/ui/carousel/ui/index.js +2 -0
  199. package/dist/lib/shared/ui/carousel/ui/index.js.map +1 -0
  200. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideFullScreen.js +2 -0
  201. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideFullScreen.js.map +1 -0
  202. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideOnlyImage.js +2 -0
  203. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideOnlyImage.js.map +1 -0
  204. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideProductCard.js +2 -0
  205. package/dist/lib/shared/ui/carousel/ui/slideVariants/SlideProductCard.js.map +1 -0
  206. package/dist/lib/shared/ui/carousel/ui/slideVariants/index.js +2 -0
  207. package/dist/lib/shared/ui/carousel/ui/slideVariants/index.js.map +1 -0
  208. package/dist/lib/shared/ui/chips/Chips.js +2 -0
  209. package/dist/lib/shared/ui/chips/Chips.js.map +1 -0
  210. package/dist/lib/shared/ui/chips/index.js +2 -0
  211. package/dist/lib/shared/ui/chips/index.js.map +1 -0
  212. package/dist/lib/shared/ui/customLink/CustomLink.js +2 -0
  213. package/dist/lib/shared/ui/customLink/CustomLink.js.map +1 -0
  214. package/dist/lib/shared/ui/customLink/index.js +2 -0
  215. package/dist/lib/shared/ui/customLink/index.js.map +1 -0
  216. package/dist/lib/shared/ui/customLink/model/helpers.js +2 -0
  217. package/dist/lib/shared/ui/customLink/model/helpers.js.map +1 -0
  218. package/dist/lib/shared/ui/dialog/Dialog.js +2 -0
  219. package/dist/lib/shared/ui/dialog/Dialog.js.map +1 -0
  220. package/dist/lib/shared/ui/dialog/index.js +2 -0
  221. package/dist/lib/shared/ui/dialog/index.js.map +1 -0
  222. package/dist/lib/shared/ui/dropdownList/DropdownList.js +2 -0
  223. package/dist/lib/shared/ui/dropdownList/DropdownList.js.map +1 -0
  224. package/dist/lib/shared/ui/dropdownList/hooks/index.js +2 -0
  225. package/dist/lib/shared/ui/dropdownList/hooks/index.js.map +1 -0
  226. package/dist/lib/shared/ui/dropdownList/hooks/useKeyboardNavigation.js +2 -0
  227. package/dist/lib/shared/ui/dropdownList/hooks/useKeyboardNavigation.js.map +1 -0
  228. package/dist/lib/shared/ui/dropdownList/index.js +2 -0
  229. package/dist/lib/shared/ui/dropdownList/index.js.map +1 -0
  230. package/dist/lib/shared/ui/dropdownList/model/index.js +2 -0
  231. package/dist/lib/shared/ui/dropdownList/model/index.js.map +1 -0
  232. package/dist/lib/shared/ui/dropdownList/model/utils.js +2 -0
  233. package/dist/lib/shared/ui/dropdownList/model/utils.js.map +1 -0
  234. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/DropdownItem.js +2 -0
  235. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/DropdownItem.js.map +1 -0
  236. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/index.js +2 -0
  237. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/index.js.map +1 -0
  238. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/model/index.js +2 -0
  239. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/model/index.js.map +1 -0
  240. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/model/types.js +2 -0
  241. package/dist/lib/shared/ui/dropdownList/ui/dropdownItem/model/types.js.map +1 -0
  242. package/dist/lib/shared/ui/dropdownList/ui/index.js +2 -0
  243. package/dist/lib/shared/ui/dropdownList/ui/index.js.map +1 -0
  244. package/dist/lib/shared/ui/floatButton/FloatButton.js +2 -0
  245. package/dist/lib/shared/ui/floatButton/FloatButton.js.map +1 -0
  246. package/dist/lib/shared/ui/floatButton/index.js +2 -0
  247. package/dist/lib/shared/ui/floatButton/index.js.map +1 -0
  248. package/dist/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.js +2 -0
  249. package/dist/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.js.map +1 -0
  250. package/dist/lib/shared/ui/formElements/controlled/autocomplete/index.js +2 -0
  251. package/dist/lib/shared/ui/formElements/controlled/autocomplete/index.js.map +1 -0
  252. package/dist/lib/shared/ui/formElements/controlled/checkbox/CheckboxControl.js +2 -0
  253. package/dist/lib/shared/ui/formElements/controlled/checkbox/CheckboxControl.js.map +1 -0
  254. package/dist/lib/shared/ui/formElements/controlled/checkbox/index.js +2 -0
  255. package/dist/lib/shared/ui/formElements/controlled/checkbox/index.js.map +1 -0
  256. package/dist/lib/shared/ui/formElements/controlled/combobox/ComboboxControl.js +2 -0
  257. package/dist/lib/shared/ui/formElements/controlled/combobox/ComboboxControl.js.map +1 -0
  258. package/dist/lib/shared/ui/formElements/controlled/combobox/index.js +2 -0
  259. package/dist/lib/shared/ui/formElements/controlled/combobox/index.js.map +1 -0
  260. package/dist/lib/shared/ui/formElements/controlled/dadata/address/DadataAddress.js +2 -0
  261. package/dist/lib/shared/ui/formElements/controlled/dadata/address/DadataAddress.js.map +1 -0
  262. package/dist/lib/shared/ui/formElements/controlled/dadata/address/index.js +2 -0
  263. package/dist/lib/shared/ui/formElements/controlled/dadata/address/index.js.map +1 -0
  264. package/dist/lib/shared/ui/formElements/controlled/dadata/address/query.js +2 -0
  265. package/dist/lib/shared/ui/formElements/controlled/dadata/address/query.js.map +1 -0
  266. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/DadataAuto.js +2 -0
  267. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/DadataAuto.js.map +1 -0
  268. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/index.js +2 -0
  269. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/index.js.map +1 -0
  270. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/query.js +2 -0
  271. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/query.js.map +1 -0
  272. package/dist/lib/shared/ui/formElements/controlled/dadata/country/DadataCountry.js +2 -0
  273. package/dist/lib/shared/ui/formElements/controlled/dadata/country/DadataCountry.js.map +1 -0
  274. package/dist/lib/shared/ui/formElements/controlled/dadata/country/index.js +2 -0
  275. package/dist/lib/shared/ui/formElements/controlled/dadata/country/index.js.map +1 -0
  276. package/dist/lib/shared/ui/formElements/controlled/dadata/country/query.js +2 -0
  277. package/dist/lib/shared/ui/formElements/controlled/dadata/country/query.js.map +1 -0
  278. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/DadataFio.js +2 -0
  279. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/DadataFio.js.map +1 -0
  280. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/index.js +2 -0
  281. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/index.js.map +1 -0
  282. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/query.js +2 -0
  283. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/query.js.map +1 -0
  284. package/dist/lib/shared/ui/formElements/controlled/dadata/helpers.js +2 -0
  285. package/dist/lib/shared/ui/formElements/controlled/dadata/helpers.js.map +1 -0
  286. package/dist/lib/shared/ui/formElements/controlled/dadata/index.js +2 -0
  287. package/dist/lib/shared/ui/formElements/controlled/dadata/index.js.map +1 -0
  288. package/dist/lib/shared/ui/formElements/controlled/dadata/party/DadataOrganization.js +2 -0
  289. package/dist/lib/shared/ui/formElements/controlled/dadata/party/DadataOrganization.js.map +1 -0
  290. package/dist/lib/shared/ui/formElements/controlled/dadata/party/index.js +2 -0
  291. package/dist/lib/shared/ui/formElements/controlled/dadata/party/index.js.map +1 -0
  292. package/dist/lib/shared/ui/formElements/controlled/dadata/party/query.js +2 -0
  293. package/dist/lib/shared/ui/formElements/controlled/dadata/party/query.js.map +1 -0
  294. package/dist/lib/shared/ui/formElements/controlled/dadata/types.js +2 -0
  295. package/dist/lib/shared/ui/formElements/controlled/dadata/types.js.map +1 -0
  296. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/dayPickerControl.js +2 -0
  297. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/dayPickerControl.js.map +1 -0
  298. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/index.js +2 -0
  299. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/index.js.map +1 -0
  300. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/constants.js +2 -0
  301. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/constants.js.map +1 -0
  302. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/index.js +2 -0
  303. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/index.js.map +1 -0
  304. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/utils.js +2 -0
  305. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/model/utils.js.map +1 -0
  306. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/range.js +2 -0
  307. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/range.js.map +1 -0
  308. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/single.js +2 -0
  309. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/single.js.map +1 -0
  310. package/dist/lib/shared/ui/formElements/controlled/editor/EditorControl.js +2 -0
  311. package/dist/lib/shared/ui/formElements/controlled/editor/EditorControl.js.map +1 -0
  312. package/dist/lib/shared/ui/formElements/controlled/editor/index.js +2 -0
  313. package/dist/lib/shared/ui/formElements/controlled/editor/index.js.map +1 -0
  314. package/dist/lib/shared/ui/formElements/controlled/editor/model/config.js +2 -0
  315. package/dist/lib/shared/ui/formElements/controlled/editor/model/config.js.map +1 -0
  316. package/dist/lib/shared/ui/formElements/controlled/editor/model/helper.js +2 -0
  317. package/dist/lib/shared/ui/formElements/controlled/editor/model/helper.js.map +1 -0
  318. package/dist/lib/shared/ui/formElements/controlled/editor/model/types.js +2 -0
  319. package/dist/lib/shared/ui/formElements/controlled/editor/model/types.js.map +1 -0
  320. package/dist/lib/shared/ui/formElements/controlled/editor/ui/Editor.js +2 -0
  321. package/dist/lib/shared/ui/formElements/controlled/editor/ui/Editor.js.map +1 -0
  322. package/dist/lib/shared/ui/formElements/controlled/editor/ui/Toolbar.js +2 -0
  323. package/dist/lib/shared/ui/formElements/controlled/editor/ui/Toolbar.js.map +1 -0
  324. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetColor.js +2 -0
  325. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetColor.js.map +1 -0
  326. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetCoreCommands.js +2 -0
  327. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetCoreCommands.js.map +1 -0
  328. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetHeadings.js +2 -0
  329. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/SetHeadings.js.map +1 -0
  330. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/index.js +2 -0
  331. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/index.js.map +1 -0
  332. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/setCustomLink.js +2 -0
  333. package/dist/lib/shared/ui/formElements/controlled/editor/ui/commands/setCustomLink.js.map +1 -0
  334. package/dist/lib/shared/ui/formElements/controlled/index.js +2 -0
  335. package/dist/lib/shared/ui/formElements/controlled/index.js.map +1 -0
  336. package/dist/lib/shared/ui/formElements/controlled/input/InputControl.js +2 -0
  337. package/dist/lib/shared/ui/formElements/controlled/input/InputControl.js.map +1 -0
  338. package/dist/lib/shared/ui/formElements/controlled/input/MaskInputControl.js +2 -0
  339. package/dist/lib/shared/ui/formElements/controlled/input/MaskInputControl.js.map +1 -0
  340. package/dist/lib/shared/ui/formElements/controlled/input/index.js +2 -0
  341. package/dist/lib/shared/ui/formElements/controlled/input/index.js.map +1 -0
  342. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/InputCurrencyControl.js +2 -0
  343. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/InputCurrencyControl.js.map +1 -0
  344. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/index.js +2 -0
  345. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/index.js.map +1 -0
  346. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/model/helpers.js +2 -0
  347. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/model/helpers.js.map +1 -0
  348. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/model/useInputCurrency.js +2 -0
  349. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/model/useInputCurrency.js.map +1 -0
  350. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/MenuTrigger.js +2 -0
  351. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/MenuTrigger.js.map +1 -0
  352. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/OptionList.js +2 -0
  353. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/OptionList.js.map +1 -0
  354. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/index.js +2 -0
  355. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/ui/index.js.map +1 -0
  356. package/dist/lib/shared/ui/formElements/controlled/inputOtp/InputOtpControl.js +2 -0
  357. package/dist/lib/shared/ui/formElements/controlled/inputOtp/InputOtpControl.js.map +1 -0
  358. package/dist/lib/shared/ui/formElements/controlled/inputOtp/index.js +2 -0
  359. package/dist/lib/shared/ui/formElements/controlled/inputOtp/index.js.map +1 -0
  360. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupCardControl.js +2 -0
  361. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupCardControl.js.map +1 -0
  362. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupControl.js +2 -0
  363. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupControl.js.map +1 -0
  364. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupTabControl.js +2 -0
  365. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupTabControl.js.map +1 -0
  366. package/dist/lib/shared/ui/formElements/controlled/radio/index.js +2 -0
  367. package/dist/lib/shared/ui/formElements/controlled/radio/index.js.map +1 -0
  368. package/dist/lib/shared/ui/formElements/controlled/select/SelectControl.js +2 -0
  369. package/dist/lib/shared/ui/formElements/controlled/select/SelectControl.js.map +1 -0
  370. package/dist/lib/shared/ui/formElements/controlled/select/index.js +2 -0
  371. package/dist/lib/shared/ui/formElements/controlled/select/index.js.map +1 -0
  372. package/dist/lib/shared/ui/formElements/controlled/slider/SliderControl.js +2 -0
  373. package/dist/lib/shared/ui/formElements/controlled/slider/SliderControl.js.map +1 -0
  374. package/dist/lib/shared/ui/formElements/controlled/slider/index.js +2 -0
  375. package/dist/lib/shared/ui/formElements/controlled/slider/index.js.map +1 -0
  376. package/dist/lib/shared/ui/formElements/controlled/switch/SwitchControl.js +2 -0
  377. package/dist/lib/shared/ui/formElements/controlled/switch/SwitchControl.js.map +1 -0
  378. package/dist/lib/shared/ui/formElements/controlled/switch/index.js +2 -0
  379. package/dist/lib/shared/ui/formElements/controlled/switch/index.js.map +1 -0
  380. package/dist/lib/shared/ui/formElements/controlled/textarea/TextareaControl.js +2 -0
  381. package/dist/lib/shared/ui/formElements/controlled/textarea/TextareaControl.js.map +1 -0
  382. package/dist/lib/shared/ui/formElements/controlled/textarea/index.js +2 -0
  383. package/dist/lib/shared/ui/formElements/controlled/textarea/index.js.map +1 -0
  384. package/dist/lib/shared/ui/formElements/controlled/uploader/UploaderControl.js +2 -0
  385. package/dist/lib/shared/ui/formElements/controlled/uploader/UploaderControl.js.map +1 -0
  386. package/dist/lib/shared/ui/formElements/controlled/uploader/index.js +2 -0
  387. package/dist/lib/shared/ui/formElements/controlled/uploader/index.js.map +1 -0
  388. package/dist/lib/shared/ui/formElements/index.js +2 -0
  389. package/dist/lib/shared/ui/formElements/index.js.map +1 -0
  390. package/dist/lib/shared/ui/formElements/ui/MessageView.js +2 -0
  391. package/dist/lib/shared/ui/formElements/ui/MessageView.js.map +1 -0
  392. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/FieldAttachment.js +2 -0
  393. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/FieldAttachment.js.map +1 -0
  394. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/index.js +2 -0
  395. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/index.js.map +1 -0
  396. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/IconSlot.js +2 -0
  397. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/IconSlot.js.map +1 -0
  398. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/ValidateSlot.js +2 -0
  399. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/ValidateSlot.js.map +1 -0
  400. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/index.js +2 -0
  401. package/dist/lib/shared/ui/formElements/ui/fieldAttachment/ui/index.js.map +1 -0
  402. package/dist/lib/shared/ui/formElements/ui/index.js +2 -0
  403. package/dist/lib/shared/ui/formElements/ui/index.js.map +1 -0
  404. package/dist/lib/shared/ui/formElements/uncontrolled/autocomplete/Autocomplete.js +2 -0
  405. package/dist/lib/shared/ui/formElements/uncontrolled/autocomplete/Autocomplete.js.map +1 -0
  406. package/dist/lib/shared/ui/formElements/uncontrolled/autocomplete/index.js +2 -0
  407. package/dist/lib/shared/ui/formElements/uncontrolled/autocomplete/index.js.map +1 -0
  408. package/dist/lib/shared/ui/formElements/uncontrolled/checkbox/Checkbox.js +2 -0
  409. package/dist/lib/shared/ui/formElements/uncontrolled/checkbox/Checkbox.js.map +1 -0
  410. package/dist/lib/shared/ui/formElements/uncontrolled/checkbox/index.js +2 -0
  411. package/dist/lib/shared/ui/formElements/uncontrolled/checkbox/index.js.map +1 -0
  412. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/combobox.js +2 -0
  413. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/combobox.js.map +1 -0
  414. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/hooks/index.js +2 -0
  415. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/hooks/index.js.map +1 -0
  416. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/hooks/useCombobox.js +2 -0
  417. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/hooks/useCombobox.js.map +1 -0
  418. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/index.js +2 -0
  419. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/index.js.map +1 -0
  420. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/index.js +2 -0
  421. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/index.js.map +1 -0
  422. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/types.js +2 -0
  423. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/types.js.map +1 -0
  424. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/utils.js +2 -0
  425. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/model/utils.js.map +1 -0
  426. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/index.js +2 -0
  427. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/index.js.map +1 -0
  428. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/model/index.js +2 -0
  429. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/model/index.js.map +1 -0
  430. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/model/types.js +2 -0
  431. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/model/types.js.map +1 -0
  432. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/index.js +2 -0
  433. package/dist/lib/shared/ui/formElements/uncontrolled/combobox/ui/index.js.map +1 -0
  434. package/dist/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.js +2 -0
  435. package/dist/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.js.map +1 -0
  436. package/dist/lib/shared/ui/formElements/uncontrolled/dayPicker/index.js +2 -0
  437. package/dist/lib/shared/ui/formElements/uncontrolled/dayPicker/index.js.map +1 -0
  438. package/dist/lib/shared/ui/formElements/uncontrolled/index.js +2 -0
  439. package/dist/lib/shared/ui/formElements/uncontrolled/index.js.map +1 -0
  440. package/dist/lib/shared/ui/formElements/uncontrolled/input/Input.js +2 -0
  441. package/dist/lib/shared/ui/formElements/uncontrolled/input/Input.js.map +1 -0
  442. package/dist/lib/shared/ui/formElements/uncontrolled/input/index.js +2 -0
  443. package/dist/lib/shared/ui/formElements/uncontrolled/input/index.js.map +1 -0
  444. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/InputOtpBase.js +2 -0
  445. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/InputOtpBase.js.map +1 -0
  446. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/index.js +2 -0
  447. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/index.js.map +1 -0
  448. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/ui/InputOtpSlot.js +2 -0
  449. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/ui/InputOtpSlot.js.map +1 -0
  450. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/ui/index.js +2 -0
  451. package/dist/lib/shared/ui/formElements/uncontrolled/inputOtp/ui/index.js.map +1 -0
  452. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/MaskInput.js +2 -0
  453. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/MaskInput.js.map +1 -0
  454. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/index.js +2 -0
  455. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/index.js.map +1 -0
  456. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/model/mask/index.js +2 -0
  457. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/model/mask/index.js.map +1 -0
  458. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/model/mask/utils.js +2 -0
  459. package/dist/lib/shared/ui/formElements/uncontrolled/maskInput/model/mask/utils.js.map +1 -0
  460. package/dist/lib/shared/ui/formElements/uncontrolled/radio/RadioGroup.js +2 -0
  461. package/dist/lib/shared/ui/formElements/uncontrolled/radio/RadioGroup.js.map +1 -0
  462. package/dist/lib/shared/ui/formElements/uncontrolled/radio/index.js +2 -0
  463. package/dist/lib/shared/ui/formElements/uncontrolled/radio/index.js.map +1 -0
  464. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/AdditionalContent.js +2 -0
  465. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/AdditionalContent.js.map +1 -0
  466. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItem.js +2 -0
  467. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItem.js.map +1 -0
  468. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItemCard.js +2 -0
  469. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItemCard.js.map +1 -0
  470. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItemTab.js +2 -0
  471. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/RadioItemTab.js.map +1 -0
  472. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/index.js +2 -0
  473. package/dist/lib/shared/ui/formElements/uncontrolled/radio/ui/index.js.map +1 -0
  474. package/dist/lib/shared/ui/formElements/uncontrolled/select/Select.js +2 -0
  475. package/dist/lib/shared/ui/formElements/uncontrolled/select/Select.js.map +1 -0
  476. package/dist/lib/shared/ui/formElements/uncontrolled/select/hooks/index.js +2 -0
  477. package/dist/lib/shared/ui/formElements/uncontrolled/select/hooks/index.js.map +1 -0
  478. package/dist/lib/shared/ui/formElements/uncontrolled/select/hooks/useSelectController.js +2 -0
  479. package/dist/lib/shared/ui/formElements/uncontrolled/select/hooks/useSelectController.js.map +1 -0
  480. package/dist/lib/shared/ui/formElements/uncontrolled/select/index.js +2 -0
  481. package/dist/lib/shared/ui/formElements/uncontrolled/select/index.js.map +1 -0
  482. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/index.js +2 -0
  483. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/index.js.map +1 -0
  484. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/typeGuards.js +2 -0
  485. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/typeGuards.js.map +1 -0
  486. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/types.js +2 -0
  487. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/types.js.map +1 -0
  488. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/Chip.js +2 -0
  489. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/Chip.js.map +1 -0
  490. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/ChipList.js +2 -0
  491. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/ChipList.js.map +1 -0
  492. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/SelectItem.js +2 -0
  493. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/SelectItem.js.map +1 -0
  494. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/index.js +2 -0
  495. package/dist/lib/shared/ui/formElements/uncontrolled/select/ui/index.js.map +1 -0
  496. package/dist/lib/shared/ui/formElements/uncontrolled/slider/SliderBase.js +2 -0
  497. package/dist/lib/shared/ui/formElements/uncontrolled/slider/SliderBase.js.map +1 -0
  498. package/dist/lib/shared/ui/formElements/uncontrolled/slider/index.js +2 -0
  499. package/dist/lib/shared/ui/formElements/uncontrolled/slider/index.js.map +1 -0
  500. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/getFormattedCurrency.js +2 -0
  501. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/getFormattedCurrency.js.map +1 -0
  502. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/index.js +2 -0
  503. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/index.js.map +1 -0
  504. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getDayIntl.js +2 -0
  505. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getDayIntl.js.map +1 -0
  506. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getIntlMonth.js +2 -0
  507. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getIntlMonth.js.map +1 -0
  508. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getYearIntl.js +2 -0
  509. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getYearIntl.js.map +1 -0
  510. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/index.js +2 -0
  511. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/index.js.map +1 -0
  512. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/formatNumber.js +2 -0
  513. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/formatNumber.js.map +1 -0
  514. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/getInputSliderSuffix.js +2 -0
  515. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/getInputSliderSuffix.js.map +1 -0
  516. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/index.js +2 -0
  517. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/helpers/index.js.map +1 -0
  518. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/index.js +2 -0
  519. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/index.js.map +1 -0
  520. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/types.js +2 -0
  521. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/types.js.map +1 -0
  522. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/useLogarithmic.js +2 -0
  523. package/dist/lib/shared/ui/formElements/uncontrolled/slider/model/useLogarithmic.js.map +1 -0
  524. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/Slider.js +2 -0
  525. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/Slider.js.map +1 -0
  526. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/index.js +2 -0
  527. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/index.js.map +1 -0
  528. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/SliderAlgorithmic.js +2 -0
  529. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/SliderAlgorithmic.js.map +1 -0
  530. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/index.js +2 -0
  531. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/index.js.map +1 -0
  532. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/useSliderAlgorithmic.js +2 -0
  533. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/useSliderAlgorithmic.js.map +1 -0
  534. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/index.js +2 -0
  535. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/index.js.map +1 -0
  536. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/SliderMarks.js +2 -0
  537. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/SliderMarks.js.map +1 -0
  538. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/index.js +2 -0
  539. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/index.js.map +1 -0
  540. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/useSliderMarks.js +2 -0
  541. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/useSliderMarks.js.map +1 -0
  542. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/index.js +2 -0
  543. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/index.js.map +1 -0
  544. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/SliderStep.js +2 -0
  545. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/SliderStep.js.map +1 -0
  546. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/index.js +2 -0
  547. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/index.js.map +1 -0
  548. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/useSliderStep.js +2 -0
  549. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/useSliderStep.js.map +1 -0
  550. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/index.js +2 -0
  551. package/dist/lib/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/index.js.map +1 -0
  552. package/dist/lib/shared/ui/formElements/uncontrolled/switch/Switch.js +2 -0
  553. package/dist/lib/shared/ui/formElements/uncontrolled/switch/Switch.js.map +1 -0
  554. package/dist/lib/shared/ui/formElements/uncontrolled/switch/index.js +2 -0
  555. package/dist/lib/shared/ui/formElements/uncontrolled/switch/index.js.map +1 -0
  556. package/dist/lib/shared/ui/formElements/uncontrolled/textarea/Textarea.js +2 -0
  557. package/dist/lib/shared/ui/formElements/uncontrolled/textarea/Textarea.js.map +1 -0
  558. package/dist/lib/shared/ui/formElements/uncontrolled/textarea/index.js +2 -0
  559. package/dist/lib/shared/ui/formElements/uncontrolled/textarea/index.js.map +1 -0
  560. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/UploaderBase.js +2 -0
  561. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/UploaderBase.js.map +1 -0
  562. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/index.js +2 -0
  563. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/index.js.map +1 -0
  564. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/helpers.js +2 -0
  565. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/helpers.js.map +1 -0
  566. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/hooks/useUploader.js +2 -0
  567. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/hooks/useUploader.js.map +1 -0
  568. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/index.js +2 -0
  569. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/model/index.js.map +1 -0
  570. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFile.js +2 -0
  571. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFile.js.map +1 -0
  572. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFilename.js +2 -0
  573. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFilename.js.map +1 -0
  574. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFiles.js +2 -0
  575. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFiles.js.map +1 -0
  576. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderInput.js +2 -0
  577. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderInput.js.map +1 -0
  578. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/index.js +2 -0
  579. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/index.js.map +1 -0
  580. package/dist/lib/shared/ui/heading/Heading.js +2 -0
  581. package/dist/lib/shared/ui/heading/Heading.js.map +1 -0
  582. package/dist/lib/shared/ui/heading/index.js +2 -0
  583. package/dist/lib/shared/ui/heading/index.js.map +1 -0
  584. package/dist/lib/shared/ui/hint/Hint.js +2 -0
  585. package/dist/lib/shared/ui/hint/Hint.js.map +1 -0
  586. package/dist/lib/shared/ui/hint/index.js +2 -0
  587. package/dist/lib/shared/ui/hint/index.js.map +1 -0
  588. package/dist/lib/shared/ui/icon/Icon.js +2 -0
  589. package/dist/lib/shared/ui/icon/Icon.js.map +1 -0
  590. package/dist/lib/shared/ui/icon/allowedIcons.js +2 -0
  591. package/dist/lib/shared/ui/icon/allowedIcons.js.map +1 -0
  592. package/dist/lib/shared/ui/icon/iconsMap.js +2 -0
  593. package/dist/lib/shared/ui/icon/iconsMap.js.map +1 -0
  594. package/dist/lib/shared/ui/icon/index.js +2 -0
  595. package/dist/lib/shared/ui/icon/index.js.map +1 -0
  596. package/dist/lib/shared/ui/icon/sprite.gen.js +2 -0
  597. package/dist/lib/shared/ui/icon/sprite.gen.js.map +1 -0
  598. package/dist/lib/shared/ui/index.js +2 -0
  599. package/dist/lib/shared/ui/index.js.map +1 -0
  600. package/dist/lib/shared/ui/keyboardShortcuts/KeyboardShortcuts.js +2 -0
  601. package/dist/lib/shared/ui/keyboardShortcuts/KeyboardShortcuts.js.map +1 -0
  602. package/dist/lib/shared/ui/keyboardShortcuts/index.js +2 -0
  603. package/dist/lib/shared/ui/keyboardShortcuts/index.js.map +1 -0
  604. package/dist/lib/shared/ui/loader/Loader.js +2 -0
  605. package/dist/lib/shared/ui/loader/Loader.js.map +1 -0
  606. package/dist/lib/shared/ui/loader/index.js +2 -0
  607. package/dist/lib/shared/ui/loader/index.js.map +1 -0
  608. package/dist/lib/shared/ui/loader/model/helpers.js +2 -0
  609. package/dist/lib/shared/ui/loader/model/helpers.js.map +1 -0
  610. package/dist/lib/shared/ui/modal/Modal.js +2 -0
  611. package/dist/lib/shared/ui/modal/Modal.js.map +1 -0
  612. package/dist/lib/shared/ui/modal/index.js +2 -0
  613. package/dist/lib/shared/ui/modal/index.js.map +1 -0
  614. package/dist/lib/shared/ui/modal/model/helpers.js +2 -0
  615. package/dist/lib/shared/ui/modal/model/helpers.js.map +1 -0
  616. package/dist/lib/shared/ui/modal/ui/IframeModalContent.js +2 -0
  617. package/dist/lib/shared/ui/modal/ui/IframeModalContent.js.map +1 -0
  618. package/dist/lib/shared/ui/modal/ui/ModalHeader.js +2 -0
  619. package/dist/lib/shared/ui/modal/ui/ModalHeader.js.map +1 -0
  620. package/dist/lib/shared/ui/notification/Notification.js +2 -0
  621. package/dist/lib/shared/ui/notification/Notification.js.map +1 -0
  622. package/dist/lib/shared/ui/notification/index.js +2 -0
  623. package/dist/lib/shared/ui/notification/index.js.map +1 -0
  624. package/dist/lib/shared/ui/notification/ui/CustomToast.js +2 -0
  625. package/dist/lib/shared/ui/notification/ui/CustomToast.js.map +1 -0
  626. package/dist/lib/shared/ui/pagination/Pagination.js +2 -0
  627. package/dist/lib/shared/ui/pagination/Pagination.js.map +1 -0
  628. package/dist/lib/shared/ui/pagination/index.js +2 -0
  629. package/dist/lib/shared/ui/pagination/index.js.map +1 -0
  630. package/dist/lib/shared/ui/phoneView/PhoneView.js +2 -0
  631. package/dist/lib/shared/ui/phoneView/PhoneView.js.map +1 -0
  632. package/dist/lib/shared/ui/phoneView/index.js +2 -0
  633. package/dist/lib/shared/ui/phoneView/index.js.map +1 -0
  634. package/dist/lib/shared/ui/popover/Popover.js +2 -0
  635. package/dist/lib/shared/ui/popover/Popover.js.map +1 -0
  636. package/dist/lib/shared/ui/popover/index.js +2 -0
  637. package/dist/lib/shared/ui/popover/index.js.map +1 -0
  638. package/dist/lib/shared/ui/progressBar/ProgressBar.js +2 -0
  639. package/dist/lib/shared/ui/progressBar/ProgressBar.js.map +1 -0
  640. package/dist/lib/shared/ui/progressBar/index.js +2 -0
  641. package/dist/lib/shared/ui/progressBar/index.js.map +1 -0
  642. package/dist/lib/shared/ui/providers/NotificationProvider.js +2 -0
  643. package/dist/lib/shared/ui/providers/NotificationProvider.js.map +1 -0
  644. package/dist/lib/shared/ui/providers/index.js +2 -0
  645. package/dist/lib/shared/ui/providers/index.js.map +1 -0
  646. package/dist/lib/shared/ui/responsiveContainer/ResponsiveContainer.js +2 -0
  647. package/dist/lib/shared/ui/responsiveContainer/ResponsiveContainer.js.map +1 -0
  648. package/dist/lib/shared/ui/responsiveContainer/index.js +2 -0
  649. package/dist/lib/shared/ui/responsiveContainer/index.js.map +1 -0
  650. package/dist/lib/shared/ui/skeleton/Skeleton.js +2 -0
  651. package/dist/lib/shared/ui/skeleton/Skeleton.js.map +1 -0
  652. package/dist/lib/shared/ui/skeleton/index.js +2 -0
  653. package/dist/lib/shared/ui/skeleton/index.js.map +1 -0
  654. package/dist/lib/shared/ui/slot/Slot.js +2 -0
  655. package/dist/lib/shared/ui/slot/Slot.js.map +1 -0
  656. package/dist/lib/shared/ui/slot/index.js +2 -0
  657. package/dist/lib/shared/ui/slot/index.js.map +1 -0
  658. package/dist/lib/shared/ui/slot/model/getElementRef.js +2 -0
  659. package/dist/lib/shared/ui/slot/model/getElementRef.js.map +1 -0
  660. package/dist/lib/shared/ui/slot/model/index.js +2 -0
  661. package/dist/lib/shared/ui/slot/model/index.js.map +1 -0
  662. package/dist/lib/shared/ui/slot/model/isSlottable.js +2 -0
  663. package/dist/lib/shared/ui/slot/model/isSlottable.js.map +1 -0
  664. package/dist/lib/shared/ui/slot/model/mergeProps.js +2 -0
  665. package/dist/lib/shared/ui/slot/model/mergeProps.js.map +1 -0
  666. package/dist/lib/shared/ui/slot/ui/SlotClone.js +2 -0
  667. package/dist/lib/shared/ui/slot/ui/SlotClone.js.map +1 -0
  668. package/dist/lib/shared/ui/slot/ui/Slottable.js +2 -0
  669. package/dist/lib/shared/ui/slot/ui/Slottable.js.map +1 -0
  670. package/dist/lib/shared/ui/slot/ui/index.js +2 -0
  671. package/dist/lib/shared/ui/slot/ui/index.js.map +1 -0
  672. package/dist/lib/shared/ui/tabSwitcher/TabsSwitcher.js +2 -0
  673. package/dist/lib/shared/ui/tabSwitcher/TabsSwitcher.js.map +1 -0
  674. package/dist/lib/shared/ui/tabSwitcher/index.js +2 -0
  675. package/dist/lib/shared/ui/tabSwitcher/index.js.map +1 -0
  676. package/dist/lib/shared/ui/tabSwitcher/model/types.js +2 -0
  677. package/dist/lib/shared/ui/tabSwitcher/model/types.js.map +1 -0
  678. package/dist/lib/shared/ui/tabSwitcher/ui/TabContent.js +2 -0
  679. package/dist/lib/shared/ui/tabSwitcher/ui/TabContent.js.map +1 -0
  680. package/dist/lib/shared/ui/table/Desktop.js +2 -0
  681. package/dist/lib/shared/ui/table/Desktop.js.map +1 -0
  682. package/dist/lib/shared/ui/table/Mobile.js +2 -0
  683. package/dist/lib/shared/ui/table/Mobile.js.map +1 -0
  684. package/dist/lib/shared/ui/table/Table.js +2 -0
  685. package/dist/lib/shared/ui/table/Table.js.map +1 -0
  686. package/dist/lib/shared/ui/table/TablePagination.js +2 -0
  687. package/dist/lib/shared/ui/table/TablePagination.js.map +1 -0
  688. package/dist/lib/shared/ui/table/index.js +2 -0
  689. package/dist/lib/shared/ui/table/index.js.map +1 -0
  690. package/dist/lib/shared/ui/table/model/TableUtils.js +2 -0
  691. package/dist/lib/shared/ui/table/model/TableUtils.js.map +1 -0
  692. package/dist/lib/shared/ui/table/model/index.js +2 -0
  693. package/dist/lib/shared/ui/table/model/index.js.map +1 -0
  694. package/dist/lib/shared/ui/table/model/types.js +2 -0
  695. package/dist/lib/shared/ui/table/model/types.js.map +1 -0
  696. package/dist/lib/shared/ui/table/ui/dataTableColumnHeader/DataTableColumnHeader.js +2 -0
  697. package/dist/lib/shared/ui/table/ui/dataTableColumnHeader/DataTableColumnHeader.js.map +1 -0
  698. package/dist/lib/shared/ui/table/ui/dataTableColumnHeader/index.js +2 -0
  699. package/dist/lib/shared/ui/table/ui/dataTableColumnHeader/index.js.map +1 -0
  700. package/dist/lib/shared/ui/table/ui/editableCell/EditableCell.js +2 -0
  701. package/dist/lib/shared/ui/table/ui/editableCell/EditableCell.js.map +1 -0
  702. package/dist/lib/shared/ui/table/ui/editableCell/index.js +2 -0
  703. package/dist/lib/shared/ui/table/ui/editableCell/index.js.map +1 -0
  704. package/dist/lib/shared/ui/table/ui/index.js +2 -0
  705. package/dist/lib/shared/ui/table/ui/index.js.map +1 -0
  706. package/dist/lib/shared/ui/table/ui/primitives/Primitives.js +2 -0
  707. package/dist/lib/shared/ui/table/ui/primitives/Primitives.js.map +1 -0
  708. package/dist/lib/shared/ui/table/ui/primitives/index.js +2 -0
  709. package/dist/lib/shared/ui/table/ui/primitives/index.js.map +1 -0
  710. package/dist/lib/shared/utils/assertUnreachable.js +2 -0
  711. package/dist/lib/shared/utils/assertUnreachable.js.map +1 -0
  712. package/dist/lib/shared/utils/capitalize.js +2 -0
  713. package/dist/lib/shared/utils/capitalize.js.map +1 -0
  714. package/dist/lib/shared/utils/cn.js +2 -0
  715. package/dist/lib/shared/utils/cn.js.map +1 -0
  716. package/dist/lib/shared/utils/createPhoneNumber.js +2 -0
  717. package/dist/lib/shared/utils/createPhoneNumber.js.map +1 -0
  718. package/dist/lib/shared/utils/index.js +2 -0
  719. package/dist/lib/shared/utils/index.js.map +1 -0
  720. package/dist/lib/shared/utils/isClient.js +2 -0
  721. package/dist/lib/shared/utils/isClient.js.map +1 -0
  722. package/dist/lib/shared/utils/localStorageActions.js +2 -0
  723. package/dist/lib/shared/utils/localStorageActions.js.map +1 -0
  724. package/dist/lib/shared/utils/mergeRefs.js +2 -0
  725. package/dist/lib/shared/utils/mergeRefs.js.map +1 -0
  726. package/dist/lib/shared/utils/scrollToElement.js +2 -0
  727. package/dist/lib/shared/utils/scrollToElement.js.map +1 -0
  728. package/dist/lib/shared/utils/sessionStorage.js +2 -0
  729. package/dist/lib/shared/utils/sessionStorage.js.map +1 -0
  730. package/dist/lib/shared/utils/typeGuards.js +2 -0
  731. package/dist/lib/shared/utils/typeGuards.js.map +1 -0
  732. package/dist/lib/shared/utils/uuid.js +2 -0
  733. package/dist/lib/shared/utils/uuid.js.map +1 -0
  734. package/dist/lib/shared/utils-tailwind.css +1 -0
  735. package/dist/lib/shared/validation/base/base.constants.js +2 -0
  736. package/dist/lib/shared/validation/base/base.constants.js.map +1 -0
  737. package/dist/lib/shared/validation/base/base.validators.js +2 -0
  738. package/dist/lib/shared/validation/base/base.validators.js.map +1 -0
  739. package/dist/lib/shared/validation/base/boolean.validators.js +2 -0
  740. package/dist/lib/shared/validation/base/boolean.validators.js.map +1 -0
  741. package/dist/lib/shared/validation/base/date.validators.js +2 -0
  742. package/dist/lib/shared/validation/base/date.validators.js.map +1 -0
  743. package/dist/lib/shared/validation/base/email.validators.js +2 -0
  744. package/dist/lib/shared/validation/base/email.validators.js.map +1 -0
  745. package/dist/lib/shared/validation/base/index.js +2 -0
  746. package/dist/lib/shared/validation/base/index.js.map +1 -0
  747. package/dist/lib/shared/validation/base/number.validators.js +2 -0
  748. package/dist/lib/shared/validation/base/number.validators.js.map +1 -0
  749. package/dist/lib/shared/validation/base/phone.validators.js +2 -0
  750. package/dist/lib/shared/validation/base/phone.validators.js.map +1 -0
  751. package/dist/lib/shared/validation/base/regex.validators.js +2 -0
  752. package/dist/lib/shared/validation/base/regex.validators.js.map +1 -0
  753. package/dist/lib/shared/validation/base/select.validators.js +2 -0
  754. package/dist/lib/shared/validation/base/select.validators.js.map +1 -0
  755. package/dist/lib/shared/validation/base/string.validators.js +2 -0
  756. package/dist/lib/shared/validation/base/string.validators.js.map +1 -0
  757. package/dist/lib/shared/validation/base/union.validators.js +2 -0
  758. package/dist/lib/shared/validation/base/union.validators.js.map +1 -0
  759. package/dist/lib/shared/validation/base/url.validators.js +2 -0
  760. package/dist/lib/shared/validation/base/url.validators.js.map +1 -0
  761. package/dist/lib/shared/validation/dadata/dadata.constants.js +2 -0
  762. package/dist/lib/shared/validation/dadata/dadata.constants.js.map +1 -0
  763. package/dist/lib/shared/validation/dadata/dadata.validators.js +2 -0
  764. package/dist/lib/shared/validation/dadata/dadata.validators.js.map +1 -0
  765. package/dist/lib/shared/validation/dadata/fio.validators.js +2 -0
  766. package/dist/lib/shared/validation/dadata/fio.validators.js.map +1 -0
  767. package/dist/lib/shared/validation/dadata/index.js +2 -0
  768. package/dist/lib/shared/validation/dadata/index.js.map +1 -0
  769. package/dist/lib/shared/validation/index.js +2 -0
  770. package/dist/lib/shared/validation/index.js.map +1 -0
  771. package/dist/lib/shared/validation/messages.js +2 -0
  772. package/dist/lib/shared/validation/messages.js.map +1 -0
  773. package/dist/lib/shared/validation/regExp.js +2 -0
  774. package/dist/lib/shared/validation/regExp.js.map +1 -0
  775. package/dist/lib/shared/validation/utils/index.js +2 -0
  776. package/dist/lib/shared/validation/utils/index.js.map +1 -0
  777. package/dist/lib/shared/validation/utils/zodUtils.js +2 -0
  778. package/dist/lib/shared/validation/utils/zodUtils.js.map +1 -0
  779. package/dist/lib/shared/validation/zodValidation/calendar.js +2 -0
  780. package/dist/lib/shared/validation/zodValidation/calendar.js.map +1 -0
  781. package/dist/lib/shared/validation/zodValidation/dadataFio.js +2 -0
  782. package/dist/lib/shared/validation/zodValidation/dadataFio.js.map +1 -0
  783. package/dist/lib/shared/validation/zodValidation/index.js +2 -0
  784. package/dist/lib/shared/validation/zodValidation/index.js.map +1 -0
  785. package/dist/lib/shared/validation/zodValidation/otpCode.js +2 -0
  786. package/dist/lib/shared/validation/zodValidation/otpCode.js.map +1 -0
  787. package/dist/lib/shared/validation/zodValidation/phone.js +2 -0
  788. package/dist/lib/shared/validation/zodValidation/phone.js.map +1 -0
  789. package/dist/lib/vite-env.d.js +2 -0
  790. package/dist/lib/vite-env.d.js.map +1 -0
  791. package/dist/lib/widgets/authProvider/AuthProvider.js +2 -0
  792. package/dist/lib/widgets/authProvider/AuthProvider.js.map +1 -0
  793. package/dist/lib/widgets/authProvider/index.js +2 -0
  794. package/dist/lib/widgets/authProvider/index.js.map +1 -0
  795. package/dist/lib/widgets/authProvider/model/helpers.js +2 -0
  796. package/dist/lib/widgets/authProvider/model/helpers.js.map +1 -0
  797. package/dist/lib/widgets/authProvider/model/types.js +2 -0
  798. package/dist/lib/widgets/authProvider/model/types.js.map +1 -0
  799. package/dist/lib/widgets/authProvider/ui/Esia.js +2 -0
  800. package/dist/lib/widgets/authProvider/ui/Esia.js.map +1 -0
  801. package/dist/lib/widgets/authProvider/ui/MobileId.js +2 -0
  802. package/dist/lib/widgets/authProvider/ui/MobileId.js.map +1 -0
  803. package/dist/lib/widgets/authProvider/ui/index.js +2 -0
  804. package/dist/lib/widgets/authProvider/ui/index.js.map +1 -0
  805. package/dist/lib/widgets/authProvider/ui/ui/AuthWrapper.js +2 -0
  806. package/dist/lib/widgets/authProvider/ui/ui/AuthWrapper.js.map +1 -0
  807. package/dist/lib/widgets/authProvider/ui/ui/EsiaLogo.js +2 -0
  808. package/dist/lib/widgets/authProvider/ui/ui/EsiaLogo.js.map +1 -0
  809. package/dist/lib/widgets/authProvider/ui/ui/Links.js +2 -0
  810. package/dist/lib/widgets/authProvider/ui/ui/Links.js.map +1 -0
  811. package/dist/lib/widgets/authProvider/ui/ui/index.js +2 -0
  812. package/dist/lib/widgets/authProvider/ui/ui/index.js.map +1 -0
  813. package/dist/lib/widgets/banner/Banner.js +2 -0
  814. package/dist/lib/widgets/banner/Banner.js.map +1 -0
  815. package/dist/lib/widgets/banner/index.js +2 -0
  816. package/dist/lib/widgets/banner/index.js.map +1 -0
  817. package/dist/lib/widgets/banner/model/index.js +2 -0
  818. package/dist/lib/widgets/banner/model/index.js.map +1 -0
  819. package/dist/lib/widgets/banner/model/types.js +2 -0
  820. package/dist/lib/widgets/banner/model/types.js.map +1 -0
  821. package/dist/lib/widgets/banner/ui/banners/BannerImageFull.js +2 -0
  822. package/dist/lib/widgets/banner/ui/banners/BannerImageFull.js.map +1 -0
  823. package/dist/lib/widgets/banner/ui/banners/BannerWithSeparateImg.js +2 -0
  824. package/dist/lib/widgets/banner/ui/banners/BannerWithSeparateImg.js.map +1 -0
  825. package/dist/lib/widgets/banner/ui/banners/index.js +2 -0
  826. package/dist/lib/widgets/banner/ui/banners/index.js.map +1 -0
  827. package/dist/lib/widgets/banner/ui/banners/ui/Advantages.js +2 -0
  828. package/dist/lib/widgets/banner/ui/banners/ui/Advantages.js.map +1 -0
  829. package/dist/lib/widgets/banner/ui/banners/ui/Buttons.js +2 -0
  830. package/dist/lib/widgets/banner/ui/banners/ui/Buttons.js.map +1 -0
  831. package/dist/lib/widgets/banner/ui/banners/ui/index.js +2 -0
  832. package/dist/lib/widgets/banner/ui/banners/ui/index.js.map +1 -0
  833. package/dist/lib/widgets/banner/ui/index.js +2 -0
  834. package/dist/lib/widgets/banner/ui/index.js.map +1 -0
  835. package/dist/lib/widgets/benefit/Benefit.js +2 -0
  836. package/dist/lib/widgets/benefit/Benefit.js.map +1 -0
  837. package/dist/lib/widgets/benefit/index.js +2 -0
  838. package/dist/lib/widgets/benefit/index.js.map +1 -0
  839. package/dist/lib/widgets/benefit/model/constants.js +2 -0
  840. package/dist/lib/widgets/benefit/model/constants.js.map +1 -0
  841. package/dist/lib/widgets/benefit/model/index.js +2 -0
  842. package/dist/lib/widgets/benefit/model/index.js.map +1 -0
  843. package/dist/lib/widgets/benefit/model/types.js +2 -0
  844. package/dist/lib/widgets/benefit/model/types.js.map +1 -0
  845. package/dist/lib/widgets/benefit/ui/BenefitItem.js +2 -0
  846. package/dist/lib/widgets/benefit/ui/BenefitItem.js.map +1 -0
  847. package/dist/lib/widgets/breadcrumbs/Breadcrumb.js +2 -0
  848. package/dist/lib/widgets/breadcrumbs/Breadcrumb.js.map +1 -0
  849. package/dist/lib/widgets/breadcrumbs/Breadcrumbs.js +2 -0
  850. package/dist/lib/widgets/breadcrumbs/Breadcrumbs.js.map +1 -0
  851. package/dist/lib/widgets/breadcrumbs/hooks/constants.js +2 -0
  852. package/dist/lib/widgets/breadcrumbs/hooks/constants.js.map +1 -0
  853. package/dist/lib/widgets/breadcrumbs/hooks/index.js +2 -0
  854. package/dist/lib/widgets/breadcrumbs/hooks/index.js.map +1 -0
  855. package/dist/lib/widgets/breadcrumbs/hooks/types.js +2 -0
  856. package/dist/lib/widgets/breadcrumbs/hooks/types.js.map +1 -0
  857. package/dist/lib/widgets/breadcrumbs/index.js +2 -0
  858. package/dist/lib/widgets/breadcrumbs/index.js.map +1 -0
  859. package/dist/lib/widgets/buttonWithHandlers/ButtonWithHandlers.js +2 -0
  860. package/dist/lib/widgets/buttonWithHandlers/ButtonWithHandlers.js.map +1 -0
  861. package/dist/lib/widgets/buttonWithHandlers/index.js +2 -0
  862. package/dist/lib/widgets/buttonWithHandlers/index.js.map +1 -0
  863. package/dist/lib/widgets/buttonWithHandlers/model/index.js +2 -0
  864. package/dist/lib/widgets/buttonWithHandlers/model/index.js.map +1 -0
  865. package/dist/lib/widgets/buttonWithHandlers/model/types.js +2 -0
  866. package/dist/lib/widgets/buttonWithHandlers/model/types.js.map +1 -0
  867. package/dist/lib/widgets/buttonWithHandlers/model/useButtonHandler.js +2 -0
  868. package/dist/lib/widgets/buttonWithHandlers/model/useButtonHandler.js.map +1 -0
  869. package/dist/lib/widgets/calculator/Calculator.js +2 -0
  870. package/dist/lib/widgets/calculator/Calculator.js.map +1 -0
  871. package/dist/lib/widgets/calculator/CalculatorView.js +2 -0
  872. package/dist/lib/widgets/calculator/CalculatorView.js.map +1 -0
  873. package/dist/lib/widgets/calculator/index.js +2 -0
  874. package/dist/lib/widgets/calculator/index.js.map +1 -0
  875. package/dist/lib/widgets/calculator/model/helpers.js +2 -0
  876. package/dist/lib/widgets/calculator/model/helpers.js.map +1 -0
  877. package/dist/lib/widgets/calculator/model/index.js +2 -0
  878. package/dist/lib/widgets/calculator/model/index.js.map +1 -0
  879. package/dist/lib/widgets/calculator/model/types.js +2 -0
  880. package/dist/lib/widgets/calculator/model/types.js.map +1 -0
  881. package/dist/lib/widgets/calculator/model/utils.js +2 -0
  882. package/dist/lib/widgets/calculator/model/utils.js.map +1 -0
  883. package/dist/lib/widgets/calculator/ui/CalculatorTabs.js +2 -0
  884. package/dist/lib/widgets/calculator/ui/CalculatorTabs.js.map +1 -0
  885. package/dist/lib/widgets/calculator/ui/calculatorFields/CalculatorFields.js +2 -0
  886. package/dist/lib/widgets/calculator/ui/calculatorFields/CalculatorFields.js.map +1 -0
  887. package/dist/lib/widgets/calculator/ui/calculatorFields/hooks/index.js +2 -0
  888. package/dist/lib/widgets/calculator/ui/calculatorFields/hooks/index.js.map +1 -0
  889. package/dist/lib/widgets/calculator/ui/calculatorFields/hooks/useAdditionalSlider.js +2 -0
  890. package/dist/lib/widgets/calculator/ui/calculatorFields/hooks/useAdditionalSlider.js.map +1 -0
  891. package/dist/lib/widgets/calculator/ui/calculatorFields/index.js +2 -0
  892. package/dist/lib/widgets/calculator/ui/calculatorFields/index.js.map +1 -0
  893. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/AdditionalSlider.js +2 -0
  894. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/AdditionalSlider.js.map +1 -0
  895. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/CalculatorModal.js +2 -0
  896. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/CalculatorModal.js.map +1 -0
  897. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.js +2 -0
  898. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.js.map +1 -0
  899. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/index.js +2 -0
  900. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/index.js.map +1 -0
  901. package/dist/lib/widgets/calculator/ui/calculatorInfo/CalculatorInfo.js +2 -0
  902. package/dist/lib/widgets/calculator/ui/calculatorInfo/CalculatorInfo.js.map +1 -0
  903. package/dist/lib/widgets/calculator/ui/calculatorInfo/index.js +2 -0
  904. package/dist/lib/widgets/calculator/ui/calculatorInfo/index.js.map +1 -0
  905. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/AssistHint.js +2 -0
  906. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/AssistHint.js.map +1 -0
  907. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatedBlock.js +2 -0
  908. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatedBlock.js.map +1 -0
  909. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoBody.js +2 -0
  910. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoBody.js.map +1 -0
  911. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoFooter.js +2 -0
  912. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoFooter.js.map +1 -0
  913. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoHead.js +2 -0
  914. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoHead.js.map +1 -0
  915. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/InfoListItem.js +2 -0
  916. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/InfoListItem.js.map +1 -0
  917. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/index.js +2 -0
  918. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/index.js.map +1 -0
  919. package/dist/lib/widgets/calculator/ui/index.js +2 -0
  920. package/dist/lib/widgets/calculator/ui/index.js.map +1 -0
  921. package/dist/lib/widgets/dynamicForm/DynamicForm.js +2 -0
  922. package/dist/lib/widgets/dynamicForm/DynamicForm.js.map +1 -0
  923. package/dist/lib/widgets/dynamicForm/index.js +2 -0
  924. package/dist/lib/widgets/dynamicForm/index.js.map +1 -0
  925. package/dist/lib/widgets/dynamicForm/model/getFieldsProgress.js +2 -0
  926. package/dist/lib/widgets/dynamicForm/model/getFieldsProgress.js.map +1 -0
  927. package/dist/lib/widgets/dynamicForm/model/index.js +2 -0
  928. package/dist/lib/widgets/dynamicForm/model/index.js.map +1 -0
  929. package/dist/lib/widgets/dynamicForm/model/types.js +2 -0
  930. package/dist/lib/widgets/dynamicForm/model/types.js.map +1 -0
  931. package/dist/lib/widgets/dynamicFormDialog/DynamicFormDialog.js +2 -0
  932. package/dist/lib/widgets/dynamicFormDialog/DynamicFormDialog.js.map +1 -0
  933. package/dist/lib/widgets/dynamicFormDialog/index.js +2 -0
  934. package/dist/lib/widgets/dynamicFormDialog/index.js.map +1 -0
  935. package/dist/lib/widgets/dynamicFormDialog/model/index.js +2 -0
  936. package/dist/lib/widgets/dynamicFormDialog/model/index.js.map +1 -0
  937. package/dist/lib/widgets/dynamicFormDialog/model/types.js +2 -0
  938. package/dist/lib/widgets/dynamicFormDialog/model/types.js.map +1 -0
  939. package/dist/lib/widgets/fallbacksView/FallbacksView.js +2 -0
  940. package/dist/lib/widgets/fallbacksView/FallbacksView.js.map +1 -0
  941. package/dist/lib/widgets/fallbacksView/index.js +2 -0
  942. package/dist/lib/widgets/fallbacksView/index.js.map +1 -0
  943. package/dist/lib/widgets/fallbacksView/model/helpers.js +2 -0
  944. package/dist/lib/widgets/fallbacksView/model/helpers.js.map +1 -0
  945. package/dist/lib/widgets/fallbacksView/model/index.js +2 -0
  946. package/dist/lib/widgets/fallbacksView/model/index.js.map +1 -0
  947. package/dist/lib/widgets/fallbacksView/model/types.js +2 -0
  948. package/dist/lib/widgets/fallbacksView/model/types.js.map +1 -0
  949. package/dist/lib/widgets/fieldMapper/FieldMapper.js +2 -0
  950. package/dist/lib/widgets/fieldMapper/FieldMapper.js.map +1 -0
  951. package/dist/lib/widgets/fieldMapper/index.js +2 -0
  952. package/dist/lib/widgets/fieldMapper/index.js.map +1 -0
  953. package/dist/lib/widgets/fieldMapper/model/types.js +2 -0
  954. package/dist/lib/widgets/fieldMapper/model/types.js.map +1 -0
  955. package/dist/lib/widgets/footer/Footer.js +2 -0
  956. package/dist/lib/widgets/footer/Footer.js.map +1 -0
  957. package/dist/lib/widgets/footer/index.js +2 -0
  958. package/dist/lib/widgets/footer/index.js.map +1 -0
  959. package/dist/lib/widgets/footer/model/types.js +2 -0
  960. package/dist/lib/widgets/footer/model/types.js.map +1 -0
  961. package/dist/lib/widgets/footer/ui/Copyright.js +2 -0
  962. package/dist/lib/widgets/footer/ui/Copyright.js.map +1 -0
  963. package/dist/lib/widgets/footer/ui/FooterLogo.js +2 -0
  964. package/dist/lib/widgets/footer/ui/FooterLogo.js.map +1 -0
  965. package/dist/lib/widgets/footer/ui/Ligal.js +2 -0
  966. package/dist/lib/widgets/footer/ui/Ligal.js.map +1 -0
  967. package/dist/lib/widgets/footer/ui/NavLinks.js +2 -0
  968. package/dist/lib/widgets/footer/ui/NavLinks.js.map +1 -0
  969. package/dist/lib/widgets/footer/ui/PhonesBlock.js +2 -0
  970. package/dist/lib/widgets/footer/ui/PhonesBlock.js.map +1 -0
  971. package/dist/lib/widgets/footer/ui/SiteMap.js +2 -0
  972. package/dist/lib/widgets/footer/ui/SiteMap.js.map +1 -0
  973. package/dist/lib/widgets/footer/ui/SocialLinks.js +2 -0
  974. package/dist/lib/widgets/footer/ui/SocialLinks.js.map +1 -0
  975. package/dist/lib/widgets/footer/ui/index.js +2 -0
  976. package/dist/lib/widgets/footer/ui/index.js.map +1 -0
  977. package/dist/lib/widgets/header/Header.js +2 -0
  978. package/dist/lib/widgets/header/Header.js.map +1 -0
  979. package/dist/lib/widgets/header/index.js +2 -0
  980. package/dist/lib/widgets/header/index.js.map +1 -0
  981. package/dist/lib/widgets/header/model/helpers.js +2 -0
  982. package/dist/lib/widgets/header/model/helpers.js.map +1 -0
  983. package/dist/lib/widgets/header/model/types.js +2 -0
  984. package/dist/lib/widgets/header/model/types.js.map +1 -0
  985. package/dist/lib/widgets/htmlParser/HTMLRenderer.js +2 -0
  986. package/dist/lib/widgets/htmlParser/HTMLRenderer.js.map +1 -0
  987. package/dist/lib/widgets/htmlParser/baseHtmlParser.js +2 -0
  988. package/dist/lib/widgets/htmlParser/baseHtmlParser.js.map +1 -0
  989. package/dist/lib/widgets/htmlParser/htmlParser.js +2 -0
  990. package/dist/lib/widgets/htmlParser/htmlParser.js.map +1 -0
  991. package/dist/lib/widgets/htmlParser/index.js +2 -0
  992. package/dist/lib/widgets/htmlParser/index.js.map +1 -0
  993. package/dist/lib/widgets/htmlParser/nodeHtmlParser.js +2 -0
  994. package/dist/lib/widgets/htmlParser/nodeHtmlParser.js.map +1 -0
  995. package/dist/lib/widgets/htmlParser/reactHtmlParser.js +2 -0
  996. package/dist/lib/widgets/htmlParser/reactHtmlParser.js.map +1 -0
  997. package/dist/lib/widgets/index.js +2 -0
  998. package/dist/lib/widgets/index.js.map +1 -0
  999. package/dist/lib/widgets/infoBlock/InfoBlock.js +2 -0
  1000. package/dist/lib/widgets/infoBlock/InfoBlock.js.map +1 -0
  1001. package/dist/lib/widgets/infoBlock/index.js +2 -0
  1002. package/dist/lib/widgets/infoBlock/index.js.map +1 -0
  1003. package/dist/lib/widgets/infoBlock/model/types.js +2 -0
  1004. package/dist/lib/widgets/infoBlock/model/types.js.map +1 -0
  1005. package/dist/lib/widgets/infoBlock/ui/LinksList.js +2 -0
  1006. package/dist/lib/widgets/infoBlock/ui/LinksList.js.map +1 -0
  1007. package/dist/lib/widgets/infoBlock/ui/RootContent.js +2 -0
  1008. package/dist/lib/widgets/infoBlock/ui/RootContent.js.map +1 -0
  1009. package/dist/lib/widgets/infoBlock/ui/index.js +2 -0
  1010. package/dist/lib/widgets/infoBlock/ui/index.js.map +1 -0
  1011. package/dist/lib/widgets/interLinking/InterLinking.js +2 -0
  1012. package/dist/lib/widgets/interLinking/InterLinking.js.map +1 -0
  1013. package/dist/lib/widgets/interLinking/index.js +2 -0
  1014. package/dist/lib/widgets/interLinking/index.js.map +1 -0
  1015. package/dist/lib/widgets/interLinking/model/types.js +2 -0
  1016. package/dist/lib/widgets/interLinking/model/types.js.map +1 -0
  1017. package/dist/lib/widgets/interLinking/ui/Column.js +2 -0
  1018. package/dist/lib/widgets/interLinking/ui/Column.js.map +1 -0
  1019. package/dist/lib/widgets/interLinking/ui/ColumnGroup.js +2 -0
  1020. package/dist/lib/widgets/interLinking/ui/ColumnGroup.js.map +1 -0
  1021. package/dist/lib/widgets/interLinking/ui/LinksList.js +2 -0
  1022. package/dist/lib/widgets/interLinking/ui/LinksList.js.map +1 -0
  1023. package/dist/lib/widgets/interLinking/ui/index.js +2 -0
  1024. package/dist/lib/widgets/interLinking/ui/index.js.map +1 -0
  1025. package/dist/lib/widgets/longBanner/LongBanner.js +2 -0
  1026. package/dist/lib/widgets/longBanner/LongBanner.js.map +1 -0
  1027. package/dist/lib/widgets/longBanner/index.js +2 -0
  1028. package/dist/lib/widgets/longBanner/index.js.map +1 -0
  1029. package/dist/lib/widgets/longBanner/model/cva.js +2 -0
  1030. package/dist/lib/widgets/longBanner/model/cva.js.map +1 -0
  1031. package/dist/lib/widgets/longBanner/model/types.js +2 -0
  1032. package/dist/lib/widgets/longBanner/model/types.js.map +1 -0
  1033. package/dist/lib/widgets/longBanner/ui/TextItem.js +2 -0
  1034. package/dist/lib/widgets/longBanner/ui/TextItem.js.map +1 -0
  1035. package/dist/lib/widgets/longBanner/ui/TextList.js +2 -0
  1036. package/dist/lib/widgets/longBanner/ui/TextList.js.map +1 -0
  1037. package/dist/lib/widgets/longBanner/ui/Title.js +2 -0
  1038. package/dist/lib/widgets/longBanner/ui/Title.js.map +1 -0
  1039. package/dist/lib/widgets/longBanner/ui/index.js +2 -0
  1040. package/dist/lib/widgets/longBanner/ui/index.js.map +1 -0
  1041. package/dist/lib/widgets/model/helpers.js +3 -0
  1042. package/dist/lib/widgets/model/helpers.js.map +1 -0
  1043. package/dist/lib/widgets/model/index.js +2 -0
  1044. package/dist/lib/widgets/model/index.js.map +1 -0
  1045. package/dist/lib/widgets/model/types.js +2 -0
  1046. package/dist/lib/widgets/model/types.js.map +1 -0
  1047. package/dist/lib/widgets/queryClientProvider/QueryClientProvider.js +2 -0
  1048. package/dist/lib/widgets/queryClientProvider/QueryClientProvider.js.map +1 -0
  1049. package/dist/lib/widgets/queryClientProvider/index.js +2 -0
  1050. package/dist/lib/widgets/queryClientProvider/index.js.map +1 -0
  1051. package/dist/lib/widgets/seoHeader/SeoHeader.js +2 -0
  1052. package/dist/lib/widgets/seoHeader/SeoHeader.js.map +1 -0
  1053. package/dist/lib/widgets/seoHeader/hooks/index.js +2 -0
  1054. package/dist/lib/widgets/seoHeader/hooks/index.js.map +1 -0
  1055. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/actions.js +2 -0
  1056. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/actions.js.map +1 -0
  1057. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/index.js +2 -0
  1058. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/index.js.map +1 -0
  1059. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/reducer.js +2 -0
  1060. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/reducer.js.map +1 -0
  1061. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/types.js +2 -0
  1062. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/types.js.map +1 -0
  1063. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/useCategoryReducer.js +2 -0
  1064. package/dist/lib/widgets/seoHeader/hooks/useCategoryReducer/useCategoryReducer.js.map +1 -0
  1065. package/dist/lib/widgets/seoHeader/index.js +2 -0
  1066. package/dist/lib/widgets/seoHeader/index.js.map +1 -0
  1067. package/dist/lib/widgets/seoHeader/model/index.js +2 -0
  1068. package/dist/lib/widgets/seoHeader/model/index.js.map +1 -0
  1069. package/dist/lib/widgets/seoHeader/model/types.js +2 -0
  1070. package/dist/lib/widgets/seoHeader/model/types.js.map +1 -0
  1071. package/dist/lib/widgets/seoHeader/ui/desktop/CategoriesDesktop.js +2 -0
  1072. package/dist/lib/widgets/seoHeader/ui/desktop/CategoriesDesktop.js.map +1 -0
  1073. package/dist/lib/widgets/seoHeader/ui/desktop/CategoryTabs.js +2 -0
  1074. package/dist/lib/widgets/seoHeader/ui/desktop/CategoryTabs.js.map +1 -0
  1075. package/dist/lib/widgets/seoHeader/ui/desktop/index.js +2 -0
  1076. package/dist/lib/widgets/seoHeader/ui/desktop/index.js.map +1 -0
  1077. package/dist/lib/widgets/seoHeader/ui/desktop/rootTab/RootTab.js +2 -0
  1078. package/dist/lib/widgets/seoHeader/ui/desktop/rootTab/RootTab.js.map +1 -0
  1079. package/dist/lib/widgets/seoHeader/ui/desktop/rootTab/index.js +2 -0
  1080. package/dist/lib/widgets/seoHeader/ui/desktop/rootTab/index.js.map +1 -0
  1081. package/dist/lib/widgets/seoHeader/ui/desktop/tab/Tab.js +2 -0
  1082. package/dist/lib/widgets/seoHeader/ui/desktop/tab/Tab.js.map +1 -0
  1083. package/dist/lib/widgets/seoHeader/ui/desktop/tab/index.js +2 -0
  1084. package/dist/lib/widgets/seoHeader/ui/desktop/tab/index.js.map +1 -0
  1085. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/content/TabContent.js +2 -0
  1086. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/content/TabContent.js.map +1 -0
  1087. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/content/index.js +2 -0
  1088. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/content/index.js.map +1 -0
  1089. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/index.js +2 -0
  1090. package/dist/lib/widgets/seoHeader/ui/desktop/tab/ui/index.js.map +1 -0
  1091. package/dist/lib/widgets/seoHeader/ui/index.js +2 -0
  1092. package/dist/lib/widgets/seoHeader/ui/index.js.map +1 -0
  1093. package/dist/lib/widgets/seoHeader/ui/mobile/CategoriesMobile.js +2 -0
  1094. package/dist/lib/widgets/seoHeader/ui/mobile/CategoriesMobile.js.map +1 -0
  1095. package/dist/lib/widgets/seoHeader/ui/mobile/index.js +2 -0
  1096. package/dist/lib/widgets/seoHeader/ui/mobile/index.js.map +1 -0
  1097. package/dist/lib/widgets/seoHeader/ui/mobile/menu/Menu.js +2 -0
  1098. package/dist/lib/widgets/seoHeader/ui/mobile/menu/Menu.js.map +1 -0
  1099. package/dist/lib/widgets/seoHeader/ui/mobile/menu/MenuItem.js +2 -0
  1100. package/dist/lib/widgets/seoHeader/ui/mobile/menu/MenuItem.js.map +1 -0
  1101. package/dist/lib/widgets/seoHeader/ui/mobile/menu/index.js +2 -0
  1102. package/dist/lib/widgets/seoHeader/ui/mobile/menu/index.js.map +1 -0
  1103. package/dist/lib/widgets/stepper/Stepper.js +2 -0
  1104. package/dist/lib/widgets/stepper/Stepper.js.map +1 -0
  1105. package/dist/lib/widgets/stepper/index.js +2 -0
  1106. package/dist/lib/widgets/stepper/index.js.map +1 -0
  1107. package/dist/lib/widgets/stepper/model/types.js +2 -0
  1108. package/dist/lib/widgets/stepper/model/types.js.map +1 -0
  1109. package/dist/lib/widgets/stepper/ui/SingleStep.js +2 -0
  1110. package/dist/lib/widgets/stepper/ui/SingleStep.js.map +1 -0
  1111. package/dist/lib/widgets/stepper/ui/StepperCarousel.js +2 -0
  1112. package/dist/lib/widgets/stepper/ui/StepperCarousel.js.map +1 -0
  1113. package/dist/lib/widgets/stepper/ui/StepperTabs.js +2 -0
  1114. package/dist/lib/widgets/stepper/ui/StepperTabs.js.map +1 -0
  1115. package/dist/lib/widgets/stepper/ui/index.js +2 -0
  1116. package/dist/lib/widgets/stepper/ui/index.js.map +1 -0
  1117. package/dist/lib/widgets/usefulInfo/UsefulInfo.js +2 -0
  1118. package/dist/lib/widgets/usefulInfo/UsefulInfo.js.map +1 -0
  1119. package/dist/lib/widgets/usefulInfo/index.js +2 -0
  1120. package/dist/lib/widgets/usefulInfo/index.js.map +1 -0
  1121. package/dist/lib/widgets/usefulInfo/model/index.js +2 -0
  1122. package/dist/lib/widgets/usefulInfo/model/index.js.map +1 -0
  1123. package/dist/lib/widgets/usefulInfo/model/types.js +2 -0
  1124. package/dist/lib/widgets/usefulInfo/model/types.js.map +1 -0
  1125. package/dist/lib/widgets/usefulInfo/model/utils.js +2 -0
  1126. package/dist/lib/widgets/usefulInfo/model/utils.js.map +1 -0
  1127. package/dist/lib/widgets/usefulInfo/ui/RenderEntity.js +2 -0
  1128. package/dist/lib/widgets/usefulInfo/ui/RenderEntity.js.map +1 -0
  1129. package/dist/lib/widgets/usefulInfo/ui/Tabs.js +2 -0
  1130. package/dist/lib/widgets/usefulInfo/ui/Tabs.js.map +1 -0
  1131. package/dist/lib/widgets/usefulInfo/ui/index.js +2 -0
  1132. package/dist/lib/widgets/usefulInfo/ui/index.js.map +1 -0
  1133. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/Documents.js +2 -0
  1134. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/Documents.js.map +1 -0
  1135. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/index.js +2 -0
  1136. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/index.js.map +1 -0
  1137. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js +2 -0
  1138. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.js.map +1 -0
  1139. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/index.js +2 -0
  1140. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/index.js.map +1 -0
  1141. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.js +2 -0
  1142. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.js.map +1 -0
  1143. package/dist/lib/widgets/usefulInfo/ui/subEntities/html/Html.js +2 -0
  1144. package/dist/lib/widgets/usefulInfo/ui/subEntities/html/Html.js.map +1 -0
  1145. package/dist/lib/widgets/usefulInfo/ui/subEntities/html/index.js +2 -0
  1146. package/dist/lib/widgets/usefulInfo/ui/subEntities/html/index.js.map +1 -0
  1147. package/dist/lib/widgets/usefulInfo/ui/subEntities/index.js +2 -0
  1148. package/dist/lib/widgets/usefulInfo/ui/subEntities/index.js.map +1 -0
  1149. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/Table.js +2 -0
  1150. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/Table.js.map +1 -0
  1151. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/index.js +2 -0
  1152. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/index.js.map +1 -0
  1153. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/model/utils.js +2 -0
  1154. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/model/utils.js.map +1 -0
  1155. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/DesktopHeadings.js +2 -0
  1156. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/DesktopHeadings.js.map +1 -0
  1157. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/DesktopRow.js +2 -0
  1158. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/DesktopRow.js.map +1 -0
  1159. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/MobileRow.js +2 -0
  1160. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/MobileRow.js.map +1 -0
  1161. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/TableBody.js +2 -0
  1162. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/TableBody.js.map +1 -0
  1163. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/index.js +2 -0
  1164. package/dist/lib/widgets/usefulInfo/ui/subEntities/table/ui/index.js.map +1 -0
  1165. package/dist/lib/widgets/userFeedback/UserFeedback.js +2 -0
  1166. package/dist/lib/widgets/userFeedback/UserFeedback.js.map +1 -0
  1167. package/dist/lib/widgets/userFeedback/index.js +2 -0
  1168. package/dist/lib/widgets/userFeedback/index.js.map +1 -0
  1169. package/dist/lib/widgets/userFeedback/model/hooks/index.js +2 -0
  1170. package/dist/lib/widgets/userFeedback/model/hooks/index.js.map +1 -0
  1171. package/dist/lib/widgets/userFeedback/model/hooks/useRating.js +2 -0
  1172. package/dist/lib/widgets/userFeedback/model/hooks/useRating.js.map +1 -0
  1173. package/dist/lib/widgets/userFeedback/model/index.js +2 -0
  1174. package/dist/lib/widgets/userFeedback/model/index.js.map +1 -0
  1175. package/dist/lib/widgets/userFeedback/model/schema.js +2 -0
  1176. package/dist/lib/widgets/userFeedback/model/schema.js.map +1 -0
  1177. package/dist/lib/widgets/userFeedback/model/types.js +2 -0
  1178. package/dist/lib/widgets/userFeedback/model/types.js.map +1 -0
  1179. package/dist/lib/widgets/userFeedback/ui/FeedbackTrigger.js +2 -0
  1180. package/dist/lib/widgets/userFeedback/ui/FeedbackTrigger.js.map +1 -0
  1181. package/dist/lib/widgets/userFeedback/ui/Finally.js +2 -0
  1182. package/dist/lib/widgets/userFeedback/ui/Finally.js.map +1 -0
  1183. package/dist/lib/widgets/userFeedback/ui/SelectRating.js +2 -0
  1184. package/dist/lib/widgets/userFeedback/ui/SelectRating.js.map +1 -0
  1185. package/dist/lib/widgets/userFeedback/ui/UserReview.js +2 -0
  1186. package/dist/lib/widgets/userFeedback/ui/UserReview.js.map +1 -0
  1187. package/dist/lib/widgets/userFeedback/ui/index.js +2 -0
  1188. package/dist/lib/widgets/userFeedback/ui/index.js.map +1 -0
  1189. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +2 -0
  1190. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +1 -0
  1191. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +2 -0
  1192. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js.map +1 -0
  1193. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +2 -0
  1194. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +1 -0
  1195. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +2 -0
  1196. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -0
  1197. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +2 -0
  1198. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
  1199. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +2 -0
  1200. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +1 -0
  1201. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +2 -0
  1202. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js.map +1 -0
  1203. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +3 -0
  1204. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js.map +1 -0
  1205. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +3 -0
  1206. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +1 -0
  1207. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +2 -0
  1208. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js.map +1 -0
  1209. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +2 -0
  1210. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js.map +1 -0
  1211. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +2 -0
  1212. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
  1213. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +2 -0
  1214. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js.map +1 -0
  1215. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +2 -0
  1216. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +1 -0
  1217. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +2 -0
  1218. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
  1219. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +2 -0
  1220. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
  1221. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +2 -0
  1222. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
  1223. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +2 -0
  1224. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +1 -0
  1225. package/dist/node_modules/@date-fns/tz/date/index.js +2 -0
  1226. package/dist/node_modules/@date-fns/tz/date/index.js.map +1 -0
  1227. package/dist/node_modules/@date-fns/tz/date/mini.js +2 -0
  1228. package/dist/node_modules/@date-fns/tz/date/mini.js.map +1 -0
  1229. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +2 -0
  1230. package/dist/node_modules/@date-fns/tz/tzOffset/index.js.map +1 -0
  1231. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +2 -0
  1232. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
  1233. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +2 -0
  1234. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
  1235. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +2 -0
  1236. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  1237. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +2 -0
  1238. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  1239. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +2 -0
  1240. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
  1241. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +2 -0
  1242. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
  1243. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +2 -0
  1244. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
  1245. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox-machine-glue.js +2 -0
  1246. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox-machine-glue.js.map +1 -0
  1247. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox-machine.js +2 -0
  1248. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox-machine.js.map +1 -0
  1249. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js +2 -0
  1250. package/dist/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +1 -0
  1251. package/dist/node_modules/@headlessui/react/dist/components/description/description.js +2 -0
  1252. package/dist/node_modules/@headlessui/react/dist/components/description/description.js.map +1 -0
  1253. package/dist/node_modules/@headlessui/react/dist/components/keyboard.js +2 -0
  1254. package/dist/node_modules/@headlessui/react/dist/components/keyboard.js.map +1 -0
  1255. package/dist/node_modules/@headlessui/react/dist/components/label/label.js +2 -0
  1256. package/dist/node_modules/@headlessui/react/dist/components/label/label.js.map +1 -0
  1257. package/dist/node_modules/@headlessui/react/dist/components/mouse.js +2 -0
  1258. package/dist/node_modules/@headlessui/react/dist/components/mouse.js.map +1 -0
  1259. package/dist/node_modules/@headlessui/react/dist/components/portal/portal.js +2 -0
  1260. package/dist/node_modules/@headlessui/react/dist/components/portal/portal.js.map +1 -0
  1261. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js +2 -0
  1262. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js.map +1 -0
  1263. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js +2 -0
  1264. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js.map +1 -0
  1265. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js +2 -0
  1266. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js.map +1 -0
  1267. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js +2 -0
  1268. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js.map +1 -0
  1269. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js +2 -0
  1270. package/dist/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js.map +1 -0
  1271. package/dist/node_modules/@headlessui/react/dist/hooks/use-active-press.js +2 -0
  1272. package/dist/node_modules/@headlessui/react/dist/hooks/use-active-press.js.map +1 -0
  1273. package/dist/node_modules/@headlessui/react/dist/hooks/use-by-comparator.js +2 -0
  1274. package/dist/node_modules/@headlessui/react/dist/hooks/use-by-comparator.js.map +1 -0
  1275. package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js +2 -0
  1276. package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +1 -0
  1277. package/dist/node_modules/@headlessui/react/dist/hooks/use-default-value.js +2 -0
  1278. package/dist/node_modules/@headlessui/react/dist/hooks/use-default-value.js.map +1 -0
  1279. package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js +2 -0
  1280. package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +1 -0
  1281. package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js +2 -0
  1282. package/dist/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +1 -0
  1283. package/dist/node_modules/@headlessui/react/dist/hooks/use-element-size.js +2 -0
  1284. package/dist/node_modules/@headlessui/react/dist/hooks/use-element-size.js.map +1 -0
  1285. package/dist/node_modules/@headlessui/react/dist/hooks/use-event-listener.js +2 -0
  1286. package/dist/node_modules/@headlessui/react/dist/hooks/use-event-listener.js.map +1 -0
  1287. package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js +2 -0
  1288. package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js.map +1 -0
  1289. package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js +2 -0
  1290. package/dist/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +1 -0
  1291. package/dist/node_modules/@headlessui/react/dist/hooks/use-inert-others.js +2 -0
  1292. package/dist/node_modules/@headlessui/react/dist/hooks/use-inert-others.js.map +1 -0
  1293. package/dist/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js +2 -0
  1294. package/dist/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js.map +1 -0
  1295. package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +2 -0
  1296. package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +1 -0
  1297. package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +2 -0
  1298. package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +1 -0
  1299. package/dist/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js +2 -0
  1300. package/dist/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js.map +1 -0
  1301. package/dist/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js +2 -0
  1302. package/dist/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js.map +1 -0
  1303. package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +2 -0
  1304. package/dist/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +1 -0
  1305. package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js +2 -0
  1306. package/dist/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +1 -0
  1307. package/dist/node_modules/@headlessui/react/dist/hooks/use-quick-release.js +2 -0
  1308. package/dist/node_modules/@headlessui/react/dist/hooks/use-quick-release.js.map +1 -0
  1309. package/dist/node_modules/@headlessui/react/dist/hooks/use-refocusable-input.js +2 -0
  1310. package/dist/node_modules/@headlessui/react/dist/hooks/use-refocusable-input.js.map +1 -0
  1311. package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +2 -0
  1312. package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +1 -0
  1313. package/dist/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js +2 -0
  1314. package/dist/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js.map +1 -0
  1315. package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +2 -0
  1316. package/dist/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +1 -0
  1317. package/dist/node_modules/@headlessui/react/dist/hooks/use-store.js +2 -0
  1318. package/dist/node_modules/@headlessui/react/dist/hooks/use-store.js.map +1 -0
  1319. package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +2 -0
  1320. package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +1 -0
  1321. package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +2 -0
  1322. package/dist/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +1 -0
  1323. package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js +3 -0
  1324. package/dist/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +1 -0
  1325. package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +2 -0
  1326. package/dist/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +1 -0
  1327. package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js +2 -0
  1328. package/dist/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +1 -0
  1329. package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js +2 -0
  1330. package/dist/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +1 -0
  1331. package/dist/node_modules/@headlessui/react/dist/internal/disabled.js +2 -0
  1332. package/dist/node_modules/@headlessui/react/dist/internal/disabled.js.map +1 -0
  1333. package/dist/node_modules/@headlessui/react/dist/internal/floating.js +2 -0
  1334. package/dist/node_modules/@headlessui/react/dist/internal/floating.js.map +1 -0
  1335. package/dist/node_modules/@headlessui/react/dist/internal/form-fields.js +2 -0
  1336. package/dist/node_modules/@headlessui/react/dist/internal/form-fields.js.map +1 -0
  1337. package/dist/node_modules/@headlessui/react/dist/internal/frozen.js +2 -0
  1338. package/dist/node_modules/@headlessui/react/dist/internal/frozen.js.map +1 -0
  1339. package/dist/node_modules/@headlessui/react/dist/internal/hidden.js +2 -0
  1340. package/dist/node_modules/@headlessui/react/dist/internal/hidden.js.map +1 -0
  1341. package/dist/node_modules/@headlessui/react/dist/internal/id.js +2 -0
  1342. package/dist/node_modules/@headlessui/react/dist/internal/id.js.map +1 -0
  1343. package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js +2 -0
  1344. package/dist/node_modules/@headlessui/react/dist/internal/open-closed.js.map +1 -0
  1345. package/dist/node_modules/@headlessui/react/dist/internal/portal-force-root.js +2 -0
  1346. package/dist/node_modules/@headlessui/react/dist/internal/portal-force-root.js.map +1 -0
  1347. package/dist/node_modules/@headlessui/react/dist/machine.js +2 -0
  1348. package/dist/node_modules/@headlessui/react/dist/machine.js.map +1 -0
  1349. package/dist/node_modules/@headlessui/react/dist/machines/stack-machine.js +2 -0
  1350. package/dist/node_modules/@headlessui/react/dist/machines/stack-machine.js.map +1 -0
  1351. package/dist/node_modules/@headlessui/react/dist/react-glue.js +2 -0
  1352. package/dist/node_modules/@headlessui/react/dist/react-glue.js.map +1 -0
  1353. package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js +2 -0
  1354. package/dist/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +1 -0
  1355. package/dist/node_modules/@headlessui/react/dist/utils/bugs.js +2 -0
  1356. package/dist/node_modules/@headlessui/react/dist/utils/bugs.js.map +1 -0
  1357. package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +2 -0
  1358. package/dist/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +1 -0
  1359. package/dist/node_modules/@headlessui/react/dist/utils/class-names.js +2 -0
  1360. package/dist/node_modules/@headlessui/react/dist/utils/class-names.js.map +1 -0
  1361. package/dist/node_modules/@headlessui/react/dist/utils/default-map.js +2 -0
  1362. package/dist/node_modules/@headlessui/react/dist/utils/default-map.js.map +1 -0
  1363. package/dist/node_modules/@headlessui/react/dist/utils/disposables.js +2 -0
  1364. package/dist/node_modules/@headlessui/react/dist/utils/disposables.js.map +1 -0
  1365. package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js +2 -0
  1366. package/dist/node_modules/@headlessui/react/dist/utils/document-ready.js.map +1 -0
  1367. package/dist/node_modules/@headlessui/react/dist/utils/dom.js +2 -0
  1368. package/dist/node_modules/@headlessui/react/dist/utils/dom.js.map +1 -0
  1369. package/dist/node_modules/@headlessui/react/dist/utils/env.js +2 -0
  1370. package/dist/node_modules/@headlessui/react/dist/utils/env.js.map +1 -0
  1371. package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js +2 -0
  1372. package/dist/node_modules/@headlessui/react/dist/utils/focus-management.js.map +1 -0
  1373. package/dist/node_modules/@headlessui/react/dist/utils/form.js +2 -0
  1374. package/dist/node_modules/@headlessui/react/dist/utils/form.js.map +1 -0
  1375. package/dist/node_modules/@headlessui/react/dist/utils/match.js +2 -0
  1376. package/dist/node_modules/@headlessui/react/dist/utils/match.js.map +1 -0
  1377. package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js +2 -0
  1378. package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js.map +1 -0
  1379. package/dist/node_modules/@headlessui/react/dist/utils/owner.js +2 -0
  1380. package/dist/node_modules/@headlessui/react/dist/utils/owner.js.map +1 -0
  1381. package/dist/node_modules/@headlessui/react/dist/utils/platform.js +2 -0
  1382. package/dist/node_modules/@headlessui/react/dist/utils/platform.js.map +1 -0
  1383. package/dist/node_modules/@headlessui/react/dist/utils/render.js +5 -0
  1384. package/dist/node_modules/@headlessui/react/dist/utils/render.js.map +1 -0
  1385. package/dist/node_modules/@headlessui/react/dist/utils/store.js +2 -0
  1386. package/dist/node_modules/@headlessui/react/dist/utils/store.js.map +1 -0
  1387. package/dist/node_modules/@headlessui/react/node_modules/@floating-ui/react/dist/floating-ui.react.js +2 -0
  1388. package/dist/node_modules/@headlessui/react/node_modules/@floating-ui/react/dist/floating-ui.react.js.map +1 -0
  1389. package/dist/node_modules/@headlessui/react/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +2 -0
  1390. package/dist/node_modules/@headlessui/react/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js.map +1 -0
  1391. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js +2 -0
  1392. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js.map +1 -0
  1393. package/dist/node_modules/@radix-ui/primitive/dist/index.js +2 -0
  1394. package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
  1395. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +2 -0
  1396. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
  1397. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +2 -0
  1398. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -0
  1399. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +2 -0
  1400. package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
  1401. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +2 -0
  1402. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
  1403. package/dist/node_modules/@radix-ui/react-context/dist/index.js +2 -0
  1404. package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
  1405. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +2 -0
  1406. package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
  1407. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +2 -0
  1408. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
  1409. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +2 -0
  1410. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
  1411. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +2 -0
  1412. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
  1413. package/dist/node_modules/@radix-ui/react-id/dist/index.js +2 -0
  1414. package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
  1415. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +2 -0
  1416. package/dist/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -0
  1417. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +2 -0
  1418. package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
  1419. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +2 -0
  1420. package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
  1421. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +2 -0
  1422. package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
  1423. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +2 -0
  1424. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
  1425. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +2 -0
  1426. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -0
  1427. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +2 -0
  1428. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
  1429. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +2 -0
  1430. package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
  1431. package/dist/node_modules/@radix-ui/react-switch/dist/index.js +2 -0
  1432. package/dist/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -0
  1433. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +2 -0
  1434. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
  1435. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +2 -0
  1436. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -0
  1437. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +2 -0
  1438. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
  1439. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +2 -0
  1440. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
  1441. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +2 -0
  1442. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
  1443. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +2 -0
  1444. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
  1445. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +2 -0
  1446. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
  1447. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +2 -0
  1448. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
  1449. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +2 -0
  1450. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
  1451. package/dist/node_modules/@react-aria/focus/dist/useFocusRing.js +2 -0
  1452. package/dist/node_modules/@react-aria/focus/dist/useFocusRing.js.map +1 -0
  1453. package/dist/node_modules/@react-aria/interactions/dist/useFocus.js +2 -0
  1454. package/dist/node_modules/@react-aria/interactions/dist/useFocus.js.map +1 -0
  1455. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.js +2 -0
  1456. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.js.map +1 -0
  1457. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.js +2 -0
  1458. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.js.map +1 -0
  1459. package/dist/node_modules/@react-aria/interactions/dist/useHover.js +2 -0
  1460. package/dist/node_modules/@react-aria/interactions/dist/useHover.js.map +1 -0
  1461. package/dist/node_modules/@react-aria/interactions/dist/utils.js +2 -0
  1462. package/dist/node_modules/@react-aria/interactions/dist/utils.js.map +1 -0
  1463. package/dist/node_modules/@react-aria/utils/dist/DOMFunctions.js +2 -0
  1464. package/dist/node_modules/@react-aria/utils/dist/DOMFunctions.js.map +1 -0
  1465. package/dist/node_modules/@react-aria/utils/dist/domHelpers.js +2 -0
  1466. package/dist/node_modules/@react-aria/utils/dist/domHelpers.js.map +1 -0
  1467. package/dist/node_modules/@react-aria/utils/dist/isVirtualEvent.js +2 -0
  1468. package/dist/node_modules/@react-aria/utils/dist/isVirtualEvent.js.map +1 -0
  1469. package/dist/node_modules/@react-aria/utils/dist/platform.js +2 -0
  1470. package/dist/node_modules/@react-aria/utils/dist/platform.js.map +1 -0
  1471. package/dist/node_modules/@react-aria/utils/dist/useEffectEvent.js +2 -0
  1472. package/dist/node_modules/@react-aria/utils/dist/useEffectEvent.js.map +1 -0
  1473. package/dist/node_modules/@react-aria/utils/dist/useGlobalListeners.js +2 -0
  1474. package/dist/node_modules/@react-aria/utils/dist/useGlobalListeners.js.map +1 -0
  1475. package/dist/node_modules/@react-aria/utils/dist/useLayoutEffect.js +2 -0
  1476. package/dist/node_modules/@react-aria/utils/dist/useLayoutEffect.js.map +1 -0
  1477. package/dist/node_modules/@react-stately/flags/dist/import.js +2 -0
  1478. package/dist/node_modules/@react-stately/flags/dist/import.js.map +1 -0
  1479. package/dist/node_modules/@tanstack/query-core/build/modern/focusManager.js +2 -0
  1480. package/dist/node_modules/@tanstack/query-core/build/modern/focusManager.js.map +1 -0
  1481. package/dist/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js +2 -0
  1482. package/dist/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map +1 -0
  1483. package/dist/node_modules/@tanstack/query-core/build/modern/mutation.js +2 -0
  1484. package/dist/node_modules/@tanstack/query-core/build/modern/mutation.js.map +1 -0
  1485. package/dist/node_modules/@tanstack/query-core/build/modern/mutationCache.js +2 -0
  1486. package/dist/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map +1 -0
  1487. package/dist/node_modules/@tanstack/query-core/build/modern/notifyManager.js +2 -0
  1488. package/dist/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map +1 -0
  1489. package/dist/node_modules/@tanstack/query-core/build/modern/onlineManager.js +2 -0
  1490. package/dist/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map +1 -0
  1491. package/dist/node_modules/@tanstack/query-core/build/modern/query.js +2 -0
  1492. package/dist/node_modules/@tanstack/query-core/build/modern/query.js.map +1 -0
  1493. package/dist/node_modules/@tanstack/query-core/build/modern/queryCache.js +2 -0
  1494. package/dist/node_modules/@tanstack/query-core/build/modern/queryCache.js.map +1 -0
  1495. package/dist/node_modules/@tanstack/query-core/build/modern/queryClient.js +2 -0
  1496. package/dist/node_modules/@tanstack/query-core/build/modern/queryClient.js.map +1 -0
  1497. package/dist/node_modules/@tanstack/query-core/build/modern/queryObserver.js +2 -0
  1498. package/dist/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map +1 -0
  1499. package/dist/node_modules/@tanstack/query-core/build/modern/removable.js +2 -0
  1500. package/dist/node_modules/@tanstack/query-core/build/modern/removable.js.map +1 -0
  1501. package/dist/node_modules/@tanstack/query-core/build/modern/retryer.js +2 -0
  1502. package/dist/node_modules/@tanstack/query-core/build/modern/retryer.js.map +1 -0
  1503. package/dist/node_modules/@tanstack/query-core/build/modern/subscribable.js +2 -0
  1504. package/dist/node_modules/@tanstack/query-core/build/modern/subscribable.js.map +1 -0
  1505. package/dist/node_modules/@tanstack/query-core/build/modern/thenable.js +2 -0
  1506. package/dist/node_modules/@tanstack/query-core/build/modern/thenable.js.map +1 -0
  1507. package/dist/node_modules/@tanstack/query-core/build/modern/utils.js +2 -0
  1508. package/dist/node_modules/@tanstack/query-core/build/modern/utils.js.map +1 -0
  1509. package/dist/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js +2 -0
  1510. package/dist/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map +1 -0
  1511. package/dist/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js +2 -0
  1512. package/dist/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map +1 -0
  1513. package/dist/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js +2 -0
  1514. package/dist/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map +1 -0
  1515. package/dist/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js +2 -0
  1516. package/dist/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map +1 -0
  1517. package/dist/node_modules/@tanstack/react-query/build/modern/suspense.js +2 -0
  1518. package/dist/node_modules/@tanstack/react-query/build/modern/suspense.js.map +1 -0
  1519. package/dist/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js +2 -0
  1520. package/dist/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map +1 -0
  1521. package/dist/node_modules/@tanstack/react-query/build/modern/useQuery.js +2 -0
  1522. package/dist/node_modules/@tanstack/react-query/build/modern/useQuery.js.map +1 -0
  1523. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +11 -0
  1524. package/dist/node_modules/@tanstack/react-table/build/lib/index.js.map +1 -0
  1525. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +2 -0
  1526. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +1 -0
  1527. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +14 -0
  1528. package/dist/node_modules/@tanstack/table-core/build/lib/index.js.map +1 -0
  1529. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +2 -0
  1530. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +1 -0
  1531. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +5 -0
  1532. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +1 -0
  1533. package/dist/node_modules/@tiptap/core/dist/index.js +81 -0
  1534. package/dist/node_modules/@tiptap/core/dist/index.js.map +1 -0
  1535. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +2 -0
  1536. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js.map +1 -0
  1537. package/dist/node_modules/@tiptap/extension-bold/dist/index.js +2 -0
  1538. package/dist/node_modules/@tiptap/extension-bold/dist/index.js.map +1 -0
  1539. package/dist/node_modules/@tiptap/extension-bullet-list/dist/index.js +2 -0
  1540. package/dist/node_modules/@tiptap/extension-bullet-list/dist/index.js.map +1 -0
  1541. package/dist/node_modules/@tiptap/extension-character-count/dist/index.js +2 -0
  1542. package/dist/node_modules/@tiptap/extension-character-count/dist/index.js.map +1 -0
  1543. package/dist/node_modules/@tiptap/extension-code/dist/index.js +2 -0
  1544. package/dist/node_modules/@tiptap/extension-code/dist/index.js.map +1 -0
  1545. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +5 -0
  1546. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js.map +1 -0
  1547. package/dist/node_modules/@tiptap/extension-color/dist/index.js +2 -0
  1548. package/dist/node_modules/@tiptap/extension-color/dist/index.js.map +1 -0
  1549. package/dist/node_modules/@tiptap/extension-document/dist/index.js +2 -0
  1550. package/dist/node_modules/@tiptap/extension-document/dist/index.js.map +1 -0
  1551. package/dist/node_modules/@tiptap/extension-dropcursor/dist/index.js +2 -0
  1552. package/dist/node_modules/@tiptap/extension-dropcursor/dist/index.js.map +1 -0
  1553. package/dist/node_modules/@tiptap/extension-gapcursor/dist/index.js +2 -0
  1554. package/dist/node_modules/@tiptap/extension-gapcursor/dist/index.js.map +1 -0
  1555. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +3 -0
  1556. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js.map +1 -0
  1557. package/dist/node_modules/@tiptap/extension-heading/dist/index.js +2 -0
  1558. package/dist/node_modules/@tiptap/extension-heading/dist/index.js.map +1 -0
  1559. package/dist/node_modules/@tiptap/extension-history/dist/index.js +2 -0
  1560. package/dist/node_modules/@tiptap/extension-history/dist/index.js.map +1 -0
  1561. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +2 -0
  1562. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js.map +1 -0
  1563. package/dist/node_modules/@tiptap/extension-italic/dist/index.js +2 -0
  1564. package/dist/node_modules/@tiptap/extension-italic/dist/index.js.map +1 -0
  1565. package/dist/node_modules/@tiptap/extension-link/dist/index.js +2 -0
  1566. package/dist/node_modules/@tiptap/extension-link/dist/index.js.map +1 -0
  1567. package/dist/node_modules/@tiptap/extension-list-item/dist/index.js +2 -0
  1568. package/dist/node_modules/@tiptap/extension-list-item/dist/index.js.map +1 -0
  1569. package/dist/node_modules/@tiptap/extension-ordered-list/dist/index.js +2 -0
  1570. package/dist/node_modules/@tiptap/extension-ordered-list/dist/index.js.map +1 -0
  1571. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +2 -0
  1572. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js.map +1 -0
  1573. package/dist/node_modules/@tiptap/extension-strike/dist/index.js +2 -0
  1574. package/dist/node_modules/@tiptap/extension-strike/dist/index.js.map +1 -0
  1575. package/dist/node_modules/@tiptap/extension-text/dist/index.js +2 -0
  1576. package/dist/node_modules/@tiptap/extension-text/dist/index.js.map +1 -0
  1577. package/dist/node_modules/@tiptap/extension-text-style/dist/index.js +2 -0
  1578. package/dist/node_modules/@tiptap/extension-text-style/dist/index.js.map +1 -0
  1579. package/dist/node_modules/@tiptap/extension-underline/dist/index.js +2 -0
  1580. package/dist/node_modules/@tiptap/extension-underline/dist/index.js.map +1 -0
  1581. package/dist/node_modules/@tiptap/react/dist/index.js +18 -0
  1582. package/dist/node_modules/@tiptap/react/dist/index.js.map +1 -0
  1583. package/dist/node_modules/@tiptap/starter-kit/dist/index.js +2 -0
  1584. package/dist/node_modules/@tiptap/starter-kit/dist/index.js.map +1 -0
  1585. package/dist/node_modules/aria-hidden/dist/es2015/index.js +2 -0
  1586. package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
  1587. package/dist/node_modules/attr-accept/dist/es/index.js +2 -0
  1588. package/dist/node_modules/attr-accept/dist/es/index.js.map +1 -0
  1589. package/dist/node_modules/class-variance-authority/dist/index.js +2 -0
  1590. package/dist/node_modules/class-variance-authority/dist/index.js.map +1 -0
  1591. package/dist/node_modules/classnames/index.js +6 -0
  1592. package/dist/node_modules/classnames/index.js.map +1 -0
  1593. package/dist/node_modules/clsx/dist/clsx.js +2 -0
  1594. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  1595. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +2 -0
  1596. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js.map +1 -0
  1597. package/dist/node_modules/date-fns/_lib/defaultOptions.js +2 -0
  1598. package/dist/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  1599. package/dist/node_modules/date-fns/_lib/format/formatters.js +2 -0
  1600. package/dist/node_modules/date-fns/_lib/format/formatters.js.map +1 -0
  1601. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +2 -0
  1602. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js.map +1 -0
  1603. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +2 -0
  1604. package/dist/node_modules/date-fns/_lib/format/longFormatters.js.map +1 -0
  1605. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +2 -0
  1606. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +1 -0
  1607. package/dist/node_modules/date-fns/_lib/normalizeDates.js +2 -0
  1608. package/dist/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  1609. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +2 -0
  1610. package/dist/node_modules/date-fns/_lib/normalizeInterval.js.map +1 -0
  1611. package/dist/node_modules/date-fns/_lib/protectedTokens.js +2 -0
  1612. package/dist/node_modules/date-fns/_lib/protectedTokens.js.map +1 -0
  1613. package/dist/node_modules/date-fns/addDays.js +2 -0
  1614. package/dist/node_modules/date-fns/addDays.js.map +1 -0
  1615. package/dist/node_modules/date-fns/addMonths.js +2 -0
  1616. package/dist/node_modules/date-fns/addMonths.js.map +1 -0
  1617. package/dist/node_modules/date-fns/addWeeks.js +2 -0
  1618. package/dist/node_modules/date-fns/addWeeks.js.map +1 -0
  1619. package/dist/node_modules/date-fns/addYears.js +2 -0
  1620. package/dist/node_modules/date-fns/addYears.js.map +1 -0
  1621. package/dist/node_modules/date-fns/constants.js +2 -0
  1622. package/dist/node_modules/date-fns/constants.js.map +1 -0
  1623. package/dist/node_modules/date-fns/constructFrom.js +2 -0
  1624. package/dist/node_modules/date-fns/constructFrom.js.map +1 -0
  1625. package/dist/node_modules/date-fns/differenceInCalendarDays.js +2 -0
  1626. package/dist/node_modules/date-fns/differenceInCalendarDays.js.map +1 -0
  1627. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +2 -0
  1628. package/dist/node_modules/date-fns/differenceInCalendarMonths.js.map +1 -0
  1629. package/dist/node_modules/date-fns/eachMonthOfInterval.js +2 -0
  1630. package/dist/node_modules/date-fns/eachMonthOfInterval.js.map +1 -0
  1631. package/dist/node_modules/date-fns/endOfISOWeek.js +2 -0
  1632. package/dist/node_modules/date-fns/endOfISOWeek.js.map +1 -0
  1633. package/dist/node_modules/date-fns/endOfMonth.js +2 -0
  1634. package/dist/node_modules/date-fns/endOfMonth.js.map +1 -0
  1635. package/dist/node_modules/date-fns/endOfWeek.js +2 -0
  1636. package/dist/node_modules/date-fns/endOfWeek.js.map +1 -0
  1637. package/dist/node_modules/date-fns/endOfYear.js +2 -0
  1638. package/dist/node_modules/date-fns/endOfYear.js.map +1 -0
  1639. package/dist/node_modules/date-fns/format.js +2 -0
  1640. package/dist/node_modules/date-fns/format.js.map +1 -0
  1641. package/dist/node_modules/date-fns/getDayOfYear.js +2 -0
  1642. package/dist/node_modules/date-fns/getDayOfYear.js.map +1 -0
  1643. package/dist/node_modules/date-fns/getDaysInMonth.js +2 -0
  1644. package/dist/node_modules/date-fns/getDaysInMonth.js.map +1 -0
  1645. package/dist/node_modules/date-fns/getDefaultOptions.js +2 -0
  1646. package/dist/node_modules/date-fns/getDefaultOptions.js.map +1 -0
  1647. package/dist/node_modules/date-fns/getISODay.js +2 -0
  1648. package/dist/node_modules/date-fns/getISODay.js.map +1 -0
  1649. package/dist/node_modules/date-fns/getISOWeek.js +2 -0
  1650. package/dist/node_modules/date-fns/getISOWeek.js.map +1 -0
  1651. package/dist/node_modules/date-fns/getISOWeekYear.js +2 -0
  1652. package/dist/node_modules/date-fns/getISOWeekYear.js.map +1 -0
  1653. package/dist/node_modules/date-fns/getMonth.js +2 -0
  1654. package/dist/node_modules/date-fns/getMonth.js.map +1 -0
  1655. package/dist/node_modules/date-fns/getWeek.js +2 -0
  1656. package/dist/node_modules/date-fns/getWeek.js.map +1 -0
  1657. package/dist/node_modules/date-fns/getWeekYear.js +2 -0
  1658. package/dist/node_modules/date-fns/getWeekYear.js.map +1 -0
  1659. package/dist/node_modules/date-fns/getYear.js +2 -0
  1660. package/dist/node_modules/date-fns/getYear.js.map +1 -0
  1661. package/dist/node_modules/date-fns/isAfter.js +2 -0
  1662. package/dist/node_modules/date-fns/isAfter.js.map +1 -0
  1663. package/dist/node_modules/date-fns/isBefore.js +2 -0
  1664. package/dist/node_modules/date-fns/isBefore.js.map +1 -0
  1665. package/dist/node_modules/date-fns/isDate.js +2 -0
  1666. package/dist/node_modules/date-fns/isDate.js.map +1 -0
  1667. package/dist/node_modules/date-fns/isSameDay.js +2 -0
  1668. package/dist/node_modules/date-fns/isSameDay.js.map +1 -0
  1669. package/dist/node_modules/date-fns/isSameMonth.js +2 -0
  1670. package/dist/node_modules/date-fns/isSameMonth.js.map +1 -0
  1671. package/dist/node_modules/date-fns/isSameWeek.js +2 -0
  1672. package/dist/node_modules/date-fns/isSameWeek.js.map +1 -0
  1673. package/dist/node_modules/date-fns/isSameYear.js +2 -0
  1674. package/dist/node_modules/date-fns/isSameYear.js.map +1 -0
  1675. package/dist/node_modules/date-fns/isValid.js +2 -0
  1676. package/dist/node_modules/date-fns/isValid.js.map +1 -0
  1677. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +2 -0
  1678. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  1679. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +2 -0
  1680. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  1681. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +2 -0
  1682. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  1683. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +2 -0
  1684. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  1685. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +2 -0
  1686. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  1687. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +2 -0
  1688. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  1689. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +2 -0
  1690. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  1691. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +2 -0
  1692. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  1693. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +2 -0
  1694. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  1695. package/dist/node_modules/date-fns/locale/en-US.js +2 -0
  1696. package/dist/node_modules/date-fns/locale/en-US.js.map +1 -0
  1697. package/dist/node_modules/date-fns/locale/ru/_lib/formatDistance.js +2 -0
  1698. package/dist/node_modules/date-fns/locale/ru/_lib/formatDistance.js.map +1 -0
  1699. package/dist/node_modules/date-fns/locale/ru/_lib/formatLong.js +2 -0
  1700. package/dist/node_modules/date-fns/locale/ru/_lib/formatLong.js.map +1 -0
  1701. package/dist/node_modules/date-fns/locale/ru/_lib/formatRelative.js +2 -0
  1702. package/dist/node_modules/date-fns/locale/ru/_lib/formatRelative.js.map +1 -0
  1703. package/dist/node_modules/date-fns/locale/ru/_lib/localize.js +2 -0
  1704. package/dist/node_modules/date-fns/locale/ru/_lib/localize.js.map +1 -0
  1705. package/dist/node_modules/date-fns/locale/ru/_lib/match.js +2 -0
  1706. package/dist/node_modules/date-fns/locale/ru/_lib/match.js.map +1 -0
  1707. package/dist/node_modules/date-fns/locale/ru.js +2 -0
  1708. package/dist/node_modules/date-fns/locale/ru.js.map +1 -0
  1709. package/dist/node_modules/date-fns/max.js +2 -0
  1710. package/dist/node_modules/date-fns/max.js.map +1 -0
  1711. package/dist/node_modules/date-fns/min.js +2 -0
  1712. package/dist/node_modules/date-fns/min.js.map +1 -0
  1713. package/dist/node_modules/date-fns/parse/_lib/Parser.js +2 -0
  1714. package/dist/node_modules/date-fns/parse/_lib/Parser.js.map +1 -0
  1715. package/dist/node_modules/date-fns/parse/_lib/Setter.js +2 -0
  1716. package/dist/node_modules/date-fns/parse/_lib/Setter.js.map +1 -0
  1717. package/dist/node_modules/date-fns/parse/_lib/constants.js +2 -0
  1718. package/dist/node_modules/date-fns/parse/_lib/constants.js.map +1 -0
  1719. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +2 -0
  1720. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js.map +1 -0
  1721. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +2 -0
  1722. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js.map +1 -0
  1723. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +2 -0
  1724. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js.map +1 -0
  1725. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +2 -0
  1726. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js.map +1 -0
  1727. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +2 -0
  1728. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js.map +1 -0
  1729. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +2 -0
  1730. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js.map +1 -0
  1731. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +2 -0
  1732. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js.map +1 -0
  1733. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +2 -0
  1734. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js.map +1 -0
  1735. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +2 -0
  1736. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js.map +1 -0
  1737. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +2 -0
  1738. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js.map +1 -0
  1739. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +2 -0
  1740. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js.map +1 -0
  1741. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +2 -0
  1742. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js.map +1 -0
  1743. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +2 -0
  1744. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js.map +1 -0
  1745. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +2 -0
  1746. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js.map +1 -0
  1747. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +2 -0
  1748. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js.map +1 -0
  1749. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +2 -0
  1750. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js.map +1 -0
  1751. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +2 -0
  1752. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js.map +1 -0
  1753. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +2 -0
  1754. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js.map +1 -0
  1755. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +2 -0
  1756. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js.map +1 -0
  1757. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +2 -0
  1758. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js.map +1 -0
  1759. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +2 -0
  1760. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js.map +1 -0
  1761. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +2 -0
  1762. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js.map +1 -0
  1763. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +2 -0
  1764. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js.map +1 -0
  1765. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +2 -0
  1766. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js.map +1 -0
  1767. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +2 -0
  1768. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js.map +1 -0
  1769. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +2 -0
  1770. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js.map +1 -0
  1771. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +2 -0
  1772. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js.map +1 -0
  1773. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +2 -0
  1774. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js.map +1 -0
  1775. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +2 -0
  1776. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js.map +1 -0
  1777. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +2 -0
  1778. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js.map +1 -0
  1779. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +2 -0
  1780. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js.map +1 -0
  1781. package/dist/node_modules/date-fns/parse/_lib/parsers.js +2 -0
  1782. package/dist/node_modules/date-fns/parse/_lib/parsers.js.map +1 -0
  1783. package/dist/node_modules/date-fns/parse/_lib/utils.js +2 -0
  1784. package/dist/node_modules/date-fns/parse/_lib/utils.js.map +1 -0
  1785. package/dist/node_modules/date-fns/parse.js +2 -0
  1786. package/dist/node_modules/date-fns/parse.js.map +1 -0
  1787. package/dist/node_modules/date-fns/setDay.js +2 -0
  1788. package/dist/node_modules/date-fns/setDay.js.map +1 -0
  1789. package/dist/node_modules/date-fns/setISODay.js +2 -0
  1790. package/dist/node_modules/date-fns/setISODay.js.map +1 -0
  1791. package/dist/node_modules/date-fns/setISOWeek.js +2 -0
  1792. package/dist/node_modules/date-fns/setISOWeek.js.map +1 -0
  1793. package/dist/node_modules/date-fns/setMonth.js +2 -0
  1794. package/dist/node_modules/date-fns/setMonth.js.map +1 -0
  1795. package/dist/node_modules/date-fns/setWeek.js +2 -0
  1796. package/dist/node_modules/date-fns/setWeek.js.map +1 -0
  1797. package/dist/node_modules/date-fns/setYear.js +2 -0
  1798. package/dist/node_modules/date-fns/setYear.js.map +1 -0
  1799. package/dist/node_modules/date-fns/startOfDay.js +2 -0
  1800. package/dist/node_modules/date-fns/startOfDay.js.map +1 -0
  1801. package/dist/node_modules/date-fns/startOfISOWeek.js +2 -0
  1802. package/dist/node_modules/date-fns/startOfISOWeek.js.map +1 -0
  1803. package/dist/node_modules/date-fns/startOfISOWeekYear.js +2 -0
  1804. package/dist/node_modules/date-fns/startOfISOWeekYear.js.map +1 -0
  1805. package/dist/node_modules/date-fns/startOfMonth.js +2 -0
  1806. package/dist/node_modules/date-fns/startOfMonth.js.map +1 -0
  1807. package/dist/node_modules/date-fns/startOfWeek.js +2 -0
  1808. package/dist/node_modules/date-fns/startOfWeek.js.map +1 -0
  1809. package/dist/node_modules/date-fns/startOfWeekYear.js +2 -0
  1810. package/dist/node_modules/date-fns/startOfWeekYear.js.map +1 -0
  1811. package/dist/node_modules/date-fns/startOfYear.js +2 -0
  1812. package/dist/node_modules/date-fns/startOfYear.js.map +1 -0
  1813. package/dist/node_modules/date-fns/toDate.js +2 -0
  1814. package/dist/node_modules/date-fns/toDate.js.map +1 -0
  1815. package/dist/node_modules/date-fns/transpose.js +2 -0
  1816. package/dist/node_modules/date-fns/transpose.js.map +1 -0
  1817. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +2 -0
  1818. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js.map +1 -0
  1819. package/dist/node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js +2 -0
  1820. package/dist/node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js.map +1 -0
  1821. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js +2 -0
  1822. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js.map +1 -0
  1823. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +2 -0
  1824. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js.map +1 -0
  1825. package/dist/node_modules/file-selector/dist/es2015/file-selector.js +2 -0
  1826. package/dist/node_modules/file-selector/dist/es2015/file-selector.js.map +1 -0
  1827. package/dist/node_modules/file-selector/dist/es2015/file.js +2 -0
  1828. package/dist/node_modules/file-selector/dist/es2015/file.js.map +1 -0
  1829. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +2 -0
  1830. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js.map +1 -0
  1831. package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js +2 -0
  1832. package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js.map +1 -0
  1833. package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js +2 -0
  1834. package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js.map +1 -0
  1835. package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js +2 -0
  1836. package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js.map +1 -0
  1837. package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js +2 -0
  1838. package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js.map +1 -0
  1839. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js +2 -0
  1840. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js.map +1 -0
  1841. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js +2 -0
  1842. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js.map +1 -0
  1843. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +2 -0
  1844. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js.map +1 -0
  1845. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +2 -0
  1846. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js.map +1 -0
  1847. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js +2 -0
  1848. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js.map +1 -0
  1849. package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js +2 -0
  1850. package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js.map +1 -0
  1851. package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +2 -0
  1852. package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js.map +1 -0
  1853. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js +2 -0
  1854. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js.map +1 -0
  1855. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +2 -0
  1856. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js.map +1 -0
  1857. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +2 -0
  1858. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js.map +1 -0
  1859. package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +2 -0
  1860. package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js.map +1 -0
  1861. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +2 -0
  1862. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js.map +1 -0
  1863. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +2 -0
  1864. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js.map +1 -0
  1865. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +2 -0
  1866. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js.map +1 -0
  1867. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +2 -0
  1868. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js.map +1 -0
  1869. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +2 -0
  1870. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js.map +1 -0
  1871. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +2 -0
  1872. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js.map +1 -0
  1873. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +2 -0
  1874. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js.map +1 -0
  1875. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +2 -0
  1876. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js.map +1 -0
  1877. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +2 -0
  1878. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js.map +1 -0
  1879. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +2 -0
  1880. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js.map +1 -0
  1881. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js +2 -0
  1882. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js.map +1 -0
  1883. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +2 -0
  1884. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js.map +1 -0
  1885. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +10 -0
  1886. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js.map +1 -0
  1887. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +2 -0
  1888. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js.map +1 -0
  1889. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +2 -0
  1890. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js.map +1 -0
  1891. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +2 -0
  1892. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js.map +1 -0
  1893. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +2 -0
  1894. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js.map +1 -0
  1895. package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +2 -0
  1896. package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js.map +1 -0
  1897. package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +2 -0
  1898. package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js.map +1 -0
  1899. package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +2 -0
  1900. package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js.map +1 -0
  1901. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +2 -0
  1902. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js.map +1 -0
  1903. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +2 -0
  1904. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js.map +1 -0
  1905. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +2 -0
  1906. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js.map +1 -0
  1907. package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +2 -0
  1908. package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js.map +1 -0
  1909. package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +2 -0
  1910. package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js.map +1 -0
  1911. package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js +2 -0
  1912. package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js.map +1 -0
  1913. package/dist/node_modules/framer-motion/dist/es/easing/back.js +2 -0
  1914. package/dist/node_modules/framer-motion/dist/es/easing/back.js.map +1 -0
  1915. package/dist/node_modules/framer-motion/dist/es/easing/circ.js +2 -0
  1916. package/dist/node_modules/framer-motion/dist/es/easing/circ.js.map +1 -0
  1917. package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +2 -0
  1918. package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js.map +1 -0
  1919. package/dist/node_modules/framer-motion/dist/es/easing/ease.js +2 -0
  1920. package/dist/node_modules/framer-motion/dist/es/easing/ease.js.map +1 -0
  1921. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +2 -0
  1922. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js.map +1 -0
  1923. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +2 -0
  1924. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js.map +1 -0
  1925. package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +2 -0
  1926. package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js.map +1 -0
  1927. package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js +2 -0
  1928. package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js.map +1 -0
  1929. package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +2 -0
  1930. package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js.map +1 -0
  1931. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +2 -0
  1932. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js.map +1 -0
  1933. package/dist/node_modules/framer-motion/dist/es/events/event-info.js +2 -0
  1934. package/dist/node_modules/framer-motion/dist/es/events/event-info.js.map +1 -0
  1935. package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js +2 -0
  1936. package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js.map +1 -0
  1937. package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js +2 -0
  1938. package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js.map +1 -0
  1939. package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js +2 -0
  1940. package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js.map +1 -0
  1941. package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js +2 -0
  1942. package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js.map +1 -0
  1943. package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js +2 -0
  1944. package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js.map +1 -0
  1945. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +2 -0
  1946. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js.map +1 -0
  1947. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +2 -0
  1948. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js.map +1 -0
  1949. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +2 -0
  1950. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js.map +1 -0
  1951. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +2 -0
  1952. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js.map +1 -0
  1953. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +2 -0
  1954. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js.map +1 -0
  1955. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +2 -0
  1956. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js.map +1 -0
  1957. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +2 -0
  1958. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js.map +1 -0
  1959. package/dist/node_modules/framer-motion/dist/es/gestures/press.js +2 -0
  1960. package/dist/node_modules/framer-motion/dist/es/gestures/press.js.map +1 -0
  1961. package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +2 -0
  1962. package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js.map +1 -0
  1963. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +2 -0
  1964. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js.map +1 -0
  1965. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +2 -0
  1966. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js.map +1 -0
  1967. package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +2 -0
  1968. package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js.map +1 -0
  1969. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +2 -0
  1970. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js.map +1 -0
  1971. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +2 -0
  1972. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js.map +1 -0
  1973. package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +2 -0
  1974. package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js.map +1 -0
  1975. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +2 -0
  1976. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js.map +1 -0
  1977. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +2 -0
  1978. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js.map +1 -0
  1979. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +2 -0
  1980. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js.map +1 -0
  1981. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +2 -0
  1982. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js.map +1 -0
  1983. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +2 -0
  1984. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js.map +1 -0
  1985. package/dist/node_modules/framer-motion/dist/es/motion/index.js +2 -0
  1986. package/dist/node_modules/framer-motion/dist/es/motion/index.js.map +1 -0
  1987. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +2 -0
  1988. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js.map +1 -0
  1989. package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +2 -0
  1990. package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js.map +1 -0
  1991. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +2 -0
  1992. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js.map +1 -0
  1993. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +2 -0
  1994. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js.map +1 -0
  1995. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +2 -0
  1996. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js.map +1 -0
  1997. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +2 -0
  1998. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js.map +1 -0
  1999. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +2 -0
  2000. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js.map +1 -0
  2001. package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +2 -0
  2002. package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js.map +1 -0
  2003. package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +2 -0
  2004. package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js.map +1 -0
  2005. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +2 -0
  2006. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js.map +1 -0
  2007. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +2 -0
  2008. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js.map +1 -0
  2009. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +2 -0
  2010. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js.map +1 -0
  2011. package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +2 -0
  2012. package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js.map +1 -0
  2013. package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +2 -0
  2014. package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js.map +1 -0
  2015. package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +2 -0
  2016. package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js.map +1 -0
  2017. package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +2 -0
  2018. package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js.map +1 -0
  2019. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +2 -0
  2020. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js.map +1 -0
  2021. package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +2 -0
  2022. package/dist/node_modules/framer-motion/dist/es/projection/node/state.js.map +1 -0
  2023. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +2 -0
  2024. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js.map +1 -0
  2025. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +2 -0
  2026. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js.map +1 -0
  2027. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +2 -0
  2028. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js.map +1 -0
  2029. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +2 -0
  2030. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js.map +1 -0
  2031. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +2 -0
  2032. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js.map +1 -0
  2033. package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +2 -0
  2034. package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js.map +1 -0
  2035. package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +2 -0
  2036. package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js.map +1 -0
  2037. package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +2 -0
  2038. package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js.map +1 -0
  2039. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +2 -0
  2040. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js.map +1 -0
  2041. package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js +2 -0
  2042. package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js.map +1 -0
  2043. package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +2 -0
  2044. package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js.map +1 -0
  2045. package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js +2 -0
  2046. package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js.map +1 -0
  2047. package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +2 -0
  2048. package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js.map +1 -0
  2049. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js +2 -0
  2050. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js.map +1 -0
  2051. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +2 -0
  2052. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js.map +1 -0
  2053. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +2 -0
  2054. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js.map +1 -0
  2055. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +2 -0
  2056. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js.map +1 -0
  2057. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +2 -0
  2058. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js.map +1 -0
  2059. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +2 -0
  2060. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js.map +1 -0
  2061. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +2 -0
  2062. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js.map +1 -0
  2063. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +2 -0
  2064. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js.map +1 -0
  2065. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +2 -0
  2066. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js.map +1 -0
  2067. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +2 -0
  2068. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js.map +1 -0
  2069. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +2 -0
  2070. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js.map +1 -0
  2071. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +2 -0
  2072. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js.map +1 -0
  2073. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +2 -0
  2074. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js.map +1 -0
  2075. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +2 -0
  2076. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js.map +1 -0
  2077. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +2 -0
  2078. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js.map +1 -0
  2079. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +2 -0
  2080. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js.map +1 -0
  2081. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js +2 -0
  2082. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js.map +1 -0
  2083. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +2 -0
  2084. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js.map +1 -0
  2085. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +2 -0
  2086. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js.map +1 -0
  2087. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js +2 -0
  2088. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js.map +1 -0
  2089. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +2 -0
  2090. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js.map +1 -0
  2091. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +2 -0
  2092. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js.map +1 -0
  2093. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +2 -0
  2094. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js.map +1 -0
  2095. package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js +2 -0
  2096. package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js.map +1 -0
  2097. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +2 -0
  2098. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js.map +1 -0
  2099. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +2 -0
  2100. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js.map +1 -0
  2101. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +2 -0
  2102. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js.map +1 -0
  2103. package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +2 -0
  2104. package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js.map +1 -0
  2105. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js +2 -0
  2106. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js.map +1 -0
  2107. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js +2 -0
  2108. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js.map +1 -0
  2109. package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js +2 -0
  2110. package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js.map +1 -0
  2111. package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +2 -0
  2112. package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js.map +1 -0
  2113. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +2 -0
  2114. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js.map +1 -0
  2115. package/dist/node_modules/framer-motion/dist/es/render/store.js +2 -0
  2116. package/dist/node_modules/framer-motion/dist/es/render/store.js.map +1 -0
  2117. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +2 -0
  2118. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js.map +1 -0
  2119. package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js +2 -0
  2120. package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js.map +1 -0
  2121. package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +2 -0
  2122. package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js.map +1 -0
  2123. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +2 -0
  2124. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js.map +1 -0
  2125. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +2 -0
  2126. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js.map +1 -0
  2127. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +2 -0
  2128. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js.map +1 -0
  2129. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +2 -0
  2130. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js.map +1 -0
  2131. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +2 -0
  2132. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js.map +1 -0
  2133. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +2 -0
  2134. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js.map +1 -0
  2135. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +2 -0
  2136. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js.map +1 -0
  2137. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +2 -0
  2138. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js.map +1 -0
  2139. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +2 -0
  2140. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js.map +1 -0
  2141. package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js +2 -0
  2142. package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js.map +1 -0
  2143. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +2 -0
  2144. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js.map +1 -0
  2145. package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +2 -0
  2146. package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js.map +1 -0
  2147. package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +2 -0
  2148. package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js.map +1 -0
  2149. package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +2 -0
  2150. package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js.map +1 -0
  2151. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +2 -0
  2152. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js.map +1 -0
  2153. package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +2 -0
  2154. package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js.map +1 -0
  2155. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +2 -0
  2156. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js.map +1 -0
  2157. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +2 -0
  2158. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js.map +1 -0
  2159. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +2 -0
  2160. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js.map +1 -0
  2161. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +2 -0
  2162. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js.map +1 -0
  2163. package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +2 -0
  2164. package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js.map +1 -0
  2165. package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js +2 -0
  2166. package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js.map +1 -0
  2167. package/dist/node_modules/framer-motion/dist/es/utils/array.js +2 -0
  2168. package/dist/node_modules/framer-motion/dist/es/utils/array.js.map +1 -0
  2169. package/dist/node_modules/framer-motion/dist/es/utils/clamp.js +2 -0
  2170. package/dist/node_modules/framer-motion/dist/es/utils/clamp.js.map +1 -0
  2171. package/dist/node_modules/framer-motion/dist/es/utils/delay.js +2 -0
  2172. package/dist/node_modules/framer-motion/dist/es/utils/delay.js.map +1 -0
  2173. package/dist/node_modules/framer-motion/dist/es/utils/distance.js +2 -0
  2174. package/dist/node_modules/framer-motion/dist/es/utils/distance.js.map +1 -0
  2175. package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +2 -0
  2176. package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js.map +1 -0
  2177. package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +2 -0
  2178. package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js.map +1 -0
  2179. package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js +2 -0
  2180. package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js.map +1 -0
  2181. package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +2 -0
  2182. package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js.map +1 -0
  2183. package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +2 -0
  2184. package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js.map +1 -0
  2185. package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +2 -0
  2186. package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js.map +1 -0
  2187. package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +2 -0
  2188. package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js.map +1 -0
  2189. package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js +2 -0
  2190. package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js.map +1 -0
  2191. package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js +2 -0
  2192. package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js.map +1 -0
  2193. package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js +2 -0
  2194. package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js.map +1 -0
  2195. package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js +2 -0
  2196. package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js.map +1 -0
  2197. package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js +2 -0
  2198. package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js.map +1 -0
  2199. package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js +2 -0
  2200. package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js.map +1 -0
  2201. package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js +2 -0
  2202. package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js.map +1 -0
  2203. package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js +2 -0
  2204. package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js.map +1 -0
  2205. package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js +2 -0
  2206. package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js.map +1 -0
  2207. package/dist/node_modules/framer-motion/dist/es/utils/pipe.js +2 -0
  2208. package/dist/node_modules/framer-motion/dist/es/utils/pipe.js.map +1 -0
  2209. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +2 -0
  2210. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js.map +1 -0
  2211. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +2 -0
  2212. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js.map +1 -0
  2213. package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js +2 -0
  2214. package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js.map +1 -0
  2215. package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +2 -0
  2216. package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js.map +1 -0
  2217. package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js +2 -0
  2218. package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js.map +1 -0
  2219. package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +2 -0
  2220. package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js.map +1 -0
  2221. package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +2 -0
  2222. package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js.map +1 -0
  2223. package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js +2 -0
  2224. package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js.map +1 -0
  2225. package/dist/node_modules/framer-motion/dist/es/value/index.js +2 -0
  2226. package/dist/node_modules/framer-motion/dist/es/value/index.js.map +1 -0
  2227. package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js +2 -0
  2228. package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js.map +1 -0
  2229. package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js +2 -0
  2230. package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js.map +1 -0
  2231. package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js +2 -0
  2232. package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js.map +1 -0
  2233. package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js +2 -0
  2234. package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js.map +1 -0
  2235. package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js +2 -0
  2236. package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js.map +1 -0
  2237. package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js +2 -0
  2238. package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js.map +1 -0
  2239. package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js +2 -0
  2240. package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js.map +1 -0
  2241. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js +2 -0
  2242. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js.map +1 -0
  2243. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js +2 -0
  2244. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js.map +1 -0
  2245. package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js +2 -0
  2246. package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js.map +1 -0
  2247. package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js +2 -0
  2248. package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js.map +1 -0
  2249. package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js +2 -0
  2250. package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js.map +1 -0
  2251. package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js +2 -0
  2252. package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js.map +1 -0
  2253. package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js +2 -0
  2254. package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js.map +1 -0
  2255. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +2 -0
  2256. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js.map +1 -0
  2257. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +2 -0
  2258. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js.map +1 -0
  2259. package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +2 -0
  2260. package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js.map +1 -0
  2261. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +2 -0
  2262. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js.map +1 -0
  2263. package/dist/node_modules/get-nonce/dist/es2015/index.js +2 -0
  2264. package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
  2265. package/dist/node_modules/goober/dist/goober.modern.js +2 -0
  2266. package/dist/node_modules/goober/dist/goober.modern.js.map +1 -0
  2267. package/dist/node_modules/input-otp/dist/index.js +21 -0
  2268. package/dist/node_modules/input-otp/dist/index.js.map +1 -0
  2269. package/dist/node_modules/linkifyjs/dist/linkify.js +6 -0
  2270. package/dist/node_modules/linkifyjs/dist/linkify.js.map +1 -0
  2271. package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js +2 -0
  2272. package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js.map +1 -0
  2273. package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js +2 -0
  2274. package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js.map +1 -0
  2275. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +2 -0
  2276. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js.map +1 -0
  2277. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +2 -0
  2278. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js.map +1 -0
  2279. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +2 -0
  2280. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js.map +1 -0
  2281. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js +2 -0
  2282. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js.map +1 -0
  2283. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js +2 -0
  2284. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js.map +1 -0
  2285. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +2 -0
  2286. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js.map +1 -0
  2287. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +2 -0
  2288. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js.map +1 -0
  2289. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +2 -0
  2290. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js.map +1 -0
  2291. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +2 -0
  2292. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js.map +1 -0
  2293. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +2 -0
  2294. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js.map +1 -0
  2295. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +2 -0
  2296. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js.map +1 -0
  2297. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +2 -0
  2298. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js.map +1 -0
  2299. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +2 -0
  2300. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js.map +1 -0
  2301. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +2 -0
  2302. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js.map +1 -0
  2303. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +2 -0
  2304. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js.map +1 -0
  2305. package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +2 -0
  2306. package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js.map +1 -0
  2307. package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js +2 -0
  2308. package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js.map +1 -0
  2309. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +2 -0
  2310. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js.map +1 -0
  2311. package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +2 -0
  2312. package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js.map +1 -0
  2313. package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +2 -0
  2314. package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js.map +1 -0
  2315. package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +2 -0
  2316. package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js.map +1 -0
  2317. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +2 -0
  2318. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js.map +1 -0
  2319. package/dist/node_modules/motion-utils/dist/es/errors.js +2 -0
  2320. package/dist/node_modules/motion-utils/dist/es/errors.js.map +1 -0
  2321. package/dist/node_modules/motion-utils/dist/es/memo.js +2 -0
  2322. package/dist/node_modules/motion-utils/dist/es/memo.js.map +1 -0
  2323. package/dist/node_modules/motion-utils/dist/es/noop.js +2 -0
  2324. package/dist/node_modules/motion-utils/dist/es/noop.js.map +1 -0
  2325. package/dist/node_modules/motion-utils/dist/es/progress.js +2 -0
  2326. package/dist/node_modules/motion-utils/dist/es/progress.js.map +1 -0
  2327. package/dist/node_modules/motion-utils/dist/es/time-conversion.js +2 -0
  2328. package/dist/node_modules/motion-utils/dist/es/time-conversion.js.map +1 -0
  2329. package/dist/node_modules/orderedmap/dist/index.js +2 -0
  2330. package/dist/node_modules/orderedmap/dist/index.js.map +1 -0
  2331. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +2 -0
  2332. package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
  2333. package/dist/node_modules/prop-types/index.js +2 -0
  2334. package/dist/node_modules/prop-types/index.js.map +1 -0
  2335. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +2 -0
  2336. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
  2337. package/dist/node_modules/prosemirror-commands/dist/index.js +3 -0
  2338. package/dist/node_modules/prosemirror-commands/dist/index.js.map +1 -0
  2339. package/dist/node_modules/prosemirror-dropcursor/dist/index.js +2 -0
  2340. package/dist/node_modules/prosemirror-dropcursor/dist/index.js.map +1 -0
  2341. package/dist/node_modules/prosemirror-gapcursor/dist/index.js +2 -0
  2342. package/dist/node_modules/prosemirror-gapcursor/dist/index.js.map +1 -0
  2343. package/dist/node_modules/prosemirror-history/dist/index.js +2 -0
  2344. package/dist/node_modules/prosemirror-history/dist/index.js.map +1 -0
  2345. package/dist/node_modules/prosemirror-keymap/dist/index.js +2 -0
  2346. package/dist/node_modules/prosemirror-keymap/dist/index.js.map +1 -0
  2347. package/dist/node_modules/prosemirror-model/dist/index.js +5 -0
  2348. package/dist/node_modules/prosemirror-model/dist/index.js.map +1 -0
  2349. package/dist/node_modules/prosemirror-schema-list/dist/index.js +2 -0
  2350. package/dist/node_modules/prosemirror-schema-list/dist/index.js.map +1 -0
  2351. package/dist/node_modules/prosemirror-state/dist/index.js +2 -0
  2352. package/dist/node_modules/prosemirror-state/dist/index.js.map +1 -0
  2353. package/dist/node_modules/prosemirror-transform/dist/index.js +3 -0
  2354. package/dist/node_modules/prosemirror-transform/dist/index.js.map +1 -0
  2355. package/dist/node_modules/prosemirror-view/dist/index.js +6 -0
  2356. package/dist/node_modules/prosemirror-view/dist/index.js.map +1 -0
  2357. package/dist/node_modules/rc-slider/es/Handles/Handle.js +2 -0
  2358. package/dist/node_modules/rc-slider/es/Handles/Handle.js.map +1 -0
  2359. package/dist/node_modules/rc-slider/es/Handles/index.js +2 -0
  2360. package/dist/node_modules/rc-slider/es/Handles/index.js.map +1 -0
  2361. package/dist/node_modules/rc-slider/es/Marks/Mark.js +2 -0
  2362. package/dist/node_modules/rc-slider/es/Marks/Mark.js.map +1 -0
  2363. package/dist/node_modules/rc-slider/es/Marks/index.js +2 -0
  2364. package/dist/node_modules/rc-slider/es/Marks/index.js.map +1 -0
  2365. package/dist/node_modules/rc-slider/es/Slider.js +2 -0
  2366. package/dist/node_modules/rc-slider/es/Slider.js.map +1 -0
  2367. package/dist/node_modules/rc-slider/es/Steps/Dot.js +2 -0
  2368. package/dist/node_modules/rc-slider/es/Steps/Dot.js.map +1 -0
  2369. package/dist/node_modules/rc-slider/es/Steps/index.js +2 -0
  2370. package/dist/node_modules/rc-slider/es/Steps/index.js.map +1 -0
  2371. package/dist/node_modules/rc-slider/es/Tracks/Track.js +2 -0
  2372. package/dist/node_modules/rc-slider/es/Tracks/Track.js.map +1 -0
  2373. package/dist/node_modules/rc-slider/es/Tracks/index.js +2 -0
  2374. package/dist/node_modules/rc-slider/es/Tracks/index.js.map +1 -0
  2375. package/dist/node_modules/rc-slider/es/context.js +2 -0
  2376. package/dist/node_modules/rc-slider/es/context.js.map +1 -0
  2377. package/dist/node_modules/rc-slider/es/hooks/useDrag.js +2 -0
  2378. package/dist/node_modules/rc-slider/es/hooks/useDrag.js.map +1 -0
  2379. package/dist/node_modules/rc-slider/es/hooks/useOffset.js +2 -0
  2380. package/dist/node_modules/rc-slider/es/hooks/useOffset.js.map +1 -0
  2381. package/dist/node_modules/rc-slider/es/hooks/useRange.js +2 -0
  2382. package/dist/node_modules/rc-slider/es/hooks/useRange.js.map +1 -0
  2383. package/dist/node_modules/rc-slider/es/index.js +2 -0
  2384. package/dist/node_modules/rc-slider/es/index.js.map +1 -0
  2385. package/dist/node_modules/rc-slider/es/util.js +2 -0
  2386. package/dist/node_modules/rc-slider/es/util.js.map +1 -0
  2387. package/dist/node_modules/rc-util/es/Dom/canUseDom.js +2 -0
  2388. package/dist/node_modules/rc-util/es/Dom/canUseDom.js.map +1 -0
  2389. package/dist/node_modules/rc-util/es/KeyCode.js +2 -0
  2390. package/dist/node_modules/rc-util/es/KeyCode.js.map +1 -0
  2391. package/dist/node_modules/rc-util/es/hooks/useEvent.js +2 -0
  2392. package/dist/node_modules/rc-util/es/hooks/useEvent.js.map +1 -0
  2393. package/dist/node_modules/rc-util/es/hooks/useLayoutEffect.js +2 -0
  2394. package/dist/node_modules/rc-util/es/hooks/useLayoutEffect.js.map +1 -0
  2395. package/dist/node_modules/rc-util/es/hooks/useMergedState.js +2 -0
  2396. package/dist/node_modules/rc-util/es/hooks/useMergedState.js.map +1 -0
  2397. package/dist/node_modules/rc-util/es/hooks/useState.js +2 -0
  2398. package/dist/node_modules/rc-util/es/hooks/useState.js.map +1 -0
  2399. package/dist/node_modules/rc-util/es/isEqual.js +2 -0
  2400. package/dist/node_modules/rc-util/es/isEqual.js.map +1 -0
  2401. package/dist/node_modules/rc-util/es/warning.js +2 -0
  2402. package/dist/node_modules/rc-util/es/warning.js.map +1 -0
  2403. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +2 -0
  2404. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js.map +1 -0
  2405. package/dist/node_modules/react-day-picker/dist/esm/UI.js +2 -0
  2406. package/dist/node_modules/react-day-picker/dist/esm/UI.js.map +1 -0
  2407. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +2 -0
  2408. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js.map +1 -0
  2409. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +2 -0
  2410. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js.map +1 -0
  2411. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +2 -0
  2412. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js.map +1 -0
  2413. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +2 -0
  2414. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js.map +1 -0
  2415. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +2 -0
  2416. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js.map +1 -0
  2417. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +2 -0
  2418. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js.map +1 -0
  2419. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +2 -0
  2420. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js.map +1 -0
  2421. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +2 -0
  2422. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js.map +1 -0
  2423. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +2 -0
  2424. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js.map +1 -0
  2425. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +2 -0
  2426. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js.map +1 -0
  2427. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +2 -0
  2428. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js.map +1 -0
  2429. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +2 -0
  2430. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js.map +1 -0
  2431. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +2 -0
  2432. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js.map +1 -0
  2433. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +2 -0
  2434. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js.map +1 -0
  2435. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +2 -0
  2436. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js.map +1 -0
  2437. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +2 -0
  2438. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js.map +1 -0
  2439. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +2 -0
  2440. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js.map +1 -0
  2441. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +2 -0
  2442. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js.map +1 -0
  2443. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +2 -0
  2444. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js.map +1 -0
  2445. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +2 -0
  2446. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js.map +1 -0
  2447. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +2 -0
  2448. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js.map +1 -0
  2449. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +2 -0
  2450. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js.map +1 -0
  2451. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +2 -0
  2452. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js.map +1 -0
  2453. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +2 -0
  2454. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js.map +1 -0
  2455. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +2 -0
  2456. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js.map +1 -0
  2457. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +2 -0
  2458. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js.map +1 -0
  2459. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +2 -0
  2460. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js.map +1 -0
  2461. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +2 -0
  2462. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js.map +1 -0
  2463. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +2 -0
  2464. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js.map +1 -0
  2465. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +2 -0
  2466. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js.map +1 -0
  2467. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +2 -0
  2468. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js.map +1 -0
  2469. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +2 -0
  2470. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js.map +1 -0
  2471. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +2 -0
  2472. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js.map +1 -0
  2473. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +2 -0
  2474. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js.map +1 -0
  2475. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +2 -0
  2476. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js.map +1 -0
  2477. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +2 -0
  2478. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js.map +1 -0
  2479. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +2 -0
  2480. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js.map +1 -0
  2481. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +2 -0
  2482. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js.map +1 -0
  2483. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +2 -0
  2484. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js.map +1 -0
  2485. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +2 -0
  2486. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js.map +1 -0
  2487. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +2 -0
  2488. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js.map +1 -0
  2489. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +2 -0
  2490. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js.map +1 -0
  2491. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +2 -0
  2492. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js.map +1 -0
  2493. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +2 -0
  2494. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js.map +1 -0
  2495. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +2 -0
  2496. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js.map +1 -0
  2497. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +2 -0
  2498. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js.map +1 -0
  2499. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +2 -0
  2500. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js.map +1 -0
  2501. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +2 -0
  2502. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js.map +1 -0
  2503. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +2 -0
  2504. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js.map +1 -0
  2505. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +2 -0
  2506. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js.map +1 -0
  2507. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +2 -0
  2508. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js.map +1 -0
  2509. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +2 -0
  2510. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js.map +1 -0
  2511. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +2 -0
  2512. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js.map +1 -0
  2513. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +2 -0
  2514. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js.map +1 -0
  2515. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +2 -0
  2516. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js.map +1 -0
  2517. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +2 -0
  2518. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js.map +1 -0
  2519. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +2 -0
  2520. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js.map +1 -0
  2521. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +2 -0
  2522. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js.map +1 -0
  2523. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +2 -0
  2524. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js.map +1 -0
  2525. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +2 -0
  2526. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js.map +1 -0
  2527. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +2 -0
  2528. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js.map +1 -0
  2529. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +2 -0
  2530. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js.map +1 -0
  2531. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +2 -0
  2532. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js.map +1 -0
  2533. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +2 -0
  2534. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js.map +1 -0
  2535. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +2 -0
  2536. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js.map +1 -0
  2537. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +2 -0
  2538. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js.map +1 -0
  2539. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +2 -0
  2540. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js.map +1 -0
  2541. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +2 -0
  2542. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js.map +1 -0
  2543. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +2 -0
  2544. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js.map +1 -0
  2545. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +2 -0
  2546. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js.map +1 -0
  2547. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +2 -0
  2548. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js.map +1 -0
  2549. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +2 -0
  2550. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js.map +1 -0
  2551. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +2 -0
  2552. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js.map +1 -0
  2553. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +2 -0
  2554. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js.map +1 -0
  2555. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +2 -0
  2556. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js.map +1 -0
  2557. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +2 -0
  2558. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js.map +1 -0
  2559. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +2 -0
  2560. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js.map +1 -0
  2561. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +2 -0
  2562. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js.map +1 -0
  2563. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +2 -0
  2564. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js.map +1 -0
  2565. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +2 -0
  2566. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js.map +1 -0
  2567. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +2 -0
  2568. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js.map +1 -0
  2569. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +2 -0
  2570. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js.map +1 -0
  2571. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +2 -0
  2572. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js.map +1 -0
  2573. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +2 -0
  2574. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js.map +1 -0
  2575. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +2 -0
  2576. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js.map +1 -0
  2577. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +2 -0
  2578. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js.map +1 -0
  2579. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +2 -0
  2580. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js.map +1 -0
  2581. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +2 -0
  2582. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js.map +1 -0
  2583. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +2 -0
  2584. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js.map +1 -0
  2585. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +2 -0
  2586. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js.map +1 -0
  2587. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +2 -0
  2588. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js.map +1 -0
  2589. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +2 -0
  2590. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js.map +1 -0
  2591. package/dist/node_modules/react-dropzone/dist/es/index.js +4 -0
  2592. package/dist/node_modules/react-dropzone/dist/es/index.js.map +1 -0
  2593. package/dist/node_modules/react-dropzone/dist/es/utils/index.js +4 -0
  2594. package/dist/node_modules/react-dropzone/dist/es/utils/index.js.map +1 -0
  2595. package/dist/node_modules/react-hook-form/dist/index.esm.js +2 -0
  2596. package/dist/node_modules/react-hook-form/dist/index.esm.js.map +1 -0
  2597. package/dist/node_modules/react-hot-toast/dist/index.js +178 -0
  2598. package/dist/node_modules/react-hot-toast/dist/index.js.map +1 -0
  2599. package/dist/node_modules/react-number-format/dist/react-number-format.es.js +10 -0
  2600. package/dist/node_modules/react-number-format/dist/react-number-format.es.js.map +1 -0
  2601. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +2 -0
  2602. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
  2603. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +5 -0
  2604. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
  2605. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +2 -0
  2606. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
  2607. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +2 -0
  2608. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
  2609. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +2 -0
  2610. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
  2611. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +2 -0
  2612. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
  2613. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +2 -0
  2614. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
  2615. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +39 -0
  2616. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
  2617. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +2 -0
  2618. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
  2619. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +2 -0
  2620. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
  2621. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +2 -0
  2622. package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
  2623. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +2 -0
  2624. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
  2625. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +2 -0
  2626. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
  2627. package/dist/node_modules/rope-sequence/dist/index.js +2 -0
  2628. package/dist/node_modules/rope-sequence/dist/index.js.map +1 -0
  2629. package/dist/node_modules/tailwindcss/lib/public/create-plugin.js +2 -0
  2630. package/dist/node_modules/tailwindcss/lib/public/create-plugin.js.map +1 -0
  2631. package/dist/node_modules/tailwindcss/lib/util/createPlugin.js +2 -0
  2632. package/dist/node_modules/tailwindcss/lib/util/createPlugin.js.map +1 -0
  2633. package/dist/node_modules/tailwindcss/plugin.js +2 -0
  2634. package/dist/node_modules/tailwindcss/plugin.js.map +1 -0
  2635. package/dist/node_modules/tslib/tslib.es6.js +2 -0
  2636. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  2637. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +2 -0
  2638. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
  2639. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +2 -0
  2640. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
  2641. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +2 -0
  2642. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
  2643. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +2 -0
  2644. package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
  2645. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +2 -0
  2646. package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
  2647. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js +10 -0
  2648. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js.map +1 -0
  2649. package/dist/node_modules/use-sync-external-store/with-selector.js +2 -0
  2650. package/dist/node_modules/use-sync-external-store/with-selector.js.map +1 -0
  2651. package/dist/node_modules/uuid/dist/esm-browser/native.js +2 -0
  2652. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  2653. package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -0
  2654. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -0
  2655. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +2 -0
  2656. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -0
  2657. package/dist/node_modules/uuid/dist/esm-browser/v4.js +2 -0
  2658. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -0
  2659. package/dist/node_modules/w3c-keyname/index.js +2 -0
  2660. package/dist/node_modules/w3c-keyname/index.js.map +1 -0
  2661. package/dist/node_modules/zod/index.js +2 -0
  2662. package/dist/node_modules/zod/index.js.map +1 -0
  2663. package/dist/node_modules/zod/v3/ZodError.js +2 -0
  2664. package/dist/node_modules/zod/v3/ZodError.js.map +1 -0
  2665. package/dist/node_modules/zod/v3/errors.js +2 -0
  2666. package/dist/node_modules/zod/v3/errors.js.map +1 -0
  2667. package/dist/node_modules/zod/v3/external.js +2 -0
  2668. package/dist/node_modules/zod/v3/external.js.map +1 -0
  2669. package/dist/node_modules/zod/v3/helpers/errorUtil.js +2 -0
  2670. package/dist/node_modules/zod/v3/helpers/errorUtil.js.map +1 -0
  2671. package/dist/node_modules/zod/v3/helpers/parseUtil.js +2 -0
  2672. package/dist/node_modules/zod/v3/helpers/parseUtil.js.map +1 -0
  2673. package/dist/node_modules/zod/v3/helpers/util.js +2 -0
  2674. package/dist/node_modules/zod/v3/helpers/util.js.map +1 -0
  2675. package/dist/node_modules/zod/v3/locales/en.js +2 -0
  2676. package/dist/node_modules/zod/v3/locales/en.js.map +1 -0
  2677. package/dist/node_modules/zod/v3/types.js +2 -0
  2678. package/dist/node_modules/zod/v3/types.js.map +1 -0
  2679. package/dist/src/shared/utils/getDynamicSchema.js +2 -0
  2680. package/dist/src/shared/utils/getDynamicSchema.js.map +1 -0
  2681. package/dist/static/arrows/arrowCircle.svg.js +2 -0
  2682. package/dist/static/arrows/arrowCircle.svg.js.map +1 -0
  2683. package/dist/static/arrows/arrowDownRight.svg.js +2 -0
  2684. package/dist/static/arrows/arrowDownRight.svg.js.map +1 -0
  2685. package/dist/static/arrows/arrowLink.svg.js +2 -0
  2686. package/dist/static/arrows/arrowLink.svg.js.map +1 -0
  2687. package/dist/static/arrows/arrowRight.svg.js +2 -0
  2688. package/dist/static/arrows/arrowRight.svg.js.map +1 -0
  2689. package/dist/static/arrows/arrowRotate.svg.js +2 -0
  2690. package/dist/static/arrows/arrowRotate.svg.js.map +1 -0
  2691. package/dist/static/arrows/arrowScroll.svg.js +2 -0
  2692. package/dist/static/arrows/arrowScroll.svg.js.map +1 -0
  2693. package/dist/static/brandLogos/logoBlack.svg.js +2 -0
  2694. package/dist/static/brandLogos/logoBlack.svg.js.map +1 -0
  2695. package/dist/static/brandLogos/logoBusiness.svg.js +2 -0
  2696. package/dist/static/brandLogos/logoBusiness.svg.js.map +1 -0
  2697. package/dist/static/brandLogos/logoGray.svg.js +2 -0
  2698. package/dist/static/brandLogos/logoGray.svg.js.map +1 -0
  2699. package/dist/static/brandLogos/logoInsurance.svg.js +2 -0
  2700. package/dist/static/brandLogos/logoInsurance.svg.js.map +1 -0
  2701. package/dist/static/brandLogos/logoMain.svg.js +2 -0
  2702. package/dist/static/brandLogos/logoMain.svg.js.map +1 -0
  2703. package/dist/static/brandLogos/logoWhite.svg.js +2 -0
  2704. package/dist/static/brandLogos/logoWhite.svg.js.map +1 -0
  2705. package/dist/static/communication/phone.svg.js +2 -0
  2706. package/dist/static/communication/phone.svg.js.map +1 -0
  2707. package/dist/static/editor/bold.svg.js +2 -0
  2708. package/dist/static/editor/bold.svg.js.map +1 -0
  2709. package/dist/static/editor/heading.svg.js +2 -0
  2710. package/dist/static/editor/heading.svg.js.map +1 -0
  2711. package/dist/static/editor/italic.svg.js +2 -0
  2712. package/dist/static/editor/italic.svg.js.map +1 -0
  2713. package/dist/static/editor/link.svg.js +2 -0
  2714. package/dist/static/editor/link.svg.js.map +1 -0
  2715. package/dist/static/editor/list.svg.js +2 -0
  2716. package/dist/static/editor/list.svg.js.map +1 -0
  2717. package/dist/static/editor/palette.svg.js +2 -0
  2718. package/dist/static/editor/palette.svg.js.map +1 -0
  2719. package/dist/static/editor/redo.svg.js +2 -0
  2720. package/dist/static/editor/redo.svg.js.map +1 -0
  2721. package/dist/static/editor/removeFormatting.svg.js +2 -0
  2722. package/dist/static/editor/removeFormatting.svg.js.map +1 -0
  2723. package/dist/static/editor/space.svg.js +2 -0
  2724. package/dist/static/editor/space.svg.js.map +1 -0
  2725. package/dist/static/editor/strikethrough.svg.js +2 -0
  2726. package/dist/static/editor/strikethrough.svg.js.map +1 -0
  2727. package/dist/static/editor/typography.svg.js +2 -0
  2728. package/dist/static/editor/typography.svg.js.map +1 -0
  2729. package/dist/static/editor/underline.svg.js +2 -0
  2730. package/dist/static/editor/underline.svg.js.map +1 -0
  2731. package/dist/static/editor/undo.svg.js +2 -0
  2732. package/dist/static/editor/undo.svg.js.map +1 -0
  2733. package/dist/static/files/border.svg.js +2 -0
  2734. package/dist/static/files/border.svg.js.map +1 -0
  2735. package/dist/static/files/borderError.svg.js +2 -0
  2736. package/dist/static/files/borderError.svg.js.map +1 -0
  2737. package/dist/static/files/documentFilled.svg.js +2 -0
  2738. package/dist/static/files/documentFilled.svg.js.map +1 -0
  2739. package/dist/static/files/documentOutline.svg.js +2 -0
  2740. package/dist/static/files/documentOutline.svg.js.map +1 -0
  2741. package/dist/static/files/upload.svg.js +2 -0
  2742. package/dist/static/files/upload.svg.js.map +1 -0
  2743. package/dist/static/general/calendar.svg.js +2 -0
  2744. package/dist/static/general/calendar.svg.js.map +1 -0
  2745. package/dist/static/general/check.svg.js +2 -0
  2746. package/dist/static/general/check.svg.js.map +1 -0
  2747. package/dist/static/general/close.svg.js +2 -0
  2748. package/dist/static/general/close.svg.js.map +1 -0
  2749. package/dist/static/general/edit.svg.js +2 -0
  2750. package/dist/static/general/edit.svg.js.map +1 -0
  2751. package/dist/static/general/heart.svg.js +2 -0
  2752. package/dist/static/general/heart.svg.js.map +1 -0
  2753. package/dist/static/general/hiddenEye.svg.js +2 -0
  2754. package/dist/static/general/hiddenEye.svg.js.map +1 -0
  2755. package/dist/static/general/menu.svg.js +2 -0
  2756. package/dist/static/general/menu.svg.js.map +1 -0
  2757. package/dist/static/general/plus.svg.js +2 -0
  2758. package/dist/static/general/plus.svg.js.map +1 -0
  2759. package/dist/static/general/reorder.svg.js +2 -0
  2760. package/dist/static/general/reorder.svg.js.map +1 -0
  2761. package/dist/static/general/search.svg.js +2 -0
  2762. package/dist/static/general/search.svg.js.map +1 -0
  2763. package/dist/static/general/shield.svg.js +2 -0
  2764. package/dist/static/general/shield.svg.js.map +1 -0
  2765. package/dist/static/general/showEye.svg.js +2 -0
  2766. package/dist/static/general/showEye.svg.js.map +1 -0
  2767. package/dist/static/info/helpCircle.svg.js +2 -0
  2768. package/dist/static/info/helpCircle.svg.js.map +1 -0
  2769. package/dist/static/info/warningCircle.svg.js +2 -0
  2770. package/dist/static/info/warningCircle.svg.js.map +1 -0
  2771. package/dist/static/logos/beeline.svg.js +2 -0
  2772. package/dist/static/logos/beeline.svg.js.map +1 -0
  2773. package/dist/static/logos/megafon.svg.js +2 -0
  2774. package/dist/static/logos/megafon.svg.js.map +1 -0
  2775. package/dist/static/logos/mts.svg.js +2 -0
  2776. package/dist/static/logos/mts.svg.js.map +1 -0
  2777. package/dist/static/media/desktop.svg.js +2 -0
  2778. package/dist/static/media/desktop.svg.js.map +1 -0
  2779. package/dist/static/media/mobile.svg.js +2 -0
  2780. package/dist/static/media/mobile.svg.js.map +1 -0
  2781. package/dist/static/social/classmates.svg.js +2 -0
  2782. package/dist/static/social/classmates.svg.js.map +1 -0
  2783. package/dist/static/social/telegram.svg.js +2 -0
  2784. package/dist/static/social/telegram.svg.js.map +1 -0
  2785. package/dist/static/social/vk.svg.js +2 -0
  2786. package/dist/static/social/vk.svg.js.map +1 -0
  2787. package/dist/static/status/badSmile.svg.js +2 -0
  2788. package/dist/static/status/badSmile.svg.js.map +1 -0
  2789. package/dist/static/status/iconMark.svg.js +2 -0
  2790. package/dist/static/status/iconMark.svg.js.map +1 -0
  2791. package/dist/static/status/iconRetry.svg.js +2 -0
  2792. package/dist/static/status/iconRetry.svg.js.map +1 -0
  2793. package/dist/static/status/iconUser.svg.js +2 -0
  2794. package/dist/static/status/iconUser.svg.js.map +1 -0
  2795. package/dist/static/status/succesCircle.svg.js +2 -0
  2796. package/dist/static/status/succesCircle.svg.js.map +1 -0
  2797. package/dist/stats.html +4949 -0
  2798. package/dist/types/lib/shared/hooks/useObserverWidgets.d.ts +7 -0
  2799. package/dist/types/lib/shared/ui/button/model/helpers.d.ts +30 -0
  2800. package/dist/types/lib/shared/ui/carousel/model/helpers.d.ts +9 -0
  2801. package/dist/types/lib/shared/ui/carousel/ui/CarouselSlide.d.ts +10 -0
  2802. package/dist/types/lib/shared/ui/dropdownList/DropdownList.d.ts +30 -0
  2803. package/dist/types/lib/shared/ui/dropdownList/hooks/index.d.ts +1 -0
  2804. package/dist/types/lib/shared/ui/dropdownList/hooks/useKeyboardNavigation.d.ts +14 -0
  2805. package/dist/types/lib/shared/ui/dropdownList/index.d.ts +2 -0
  2806. package/dist/types/lib/shared/ui/dropdownList/model/index.d.ts +1 -0
  2807. package/dist/types/lib/shared/ui/dropdownList/model/utils.d.ts +3 -0
  2808. package/dist/types/lib/shared/ui/dropdownList/ui/dropdownItem/DropdownItem.d.ts +15 -0
  2809. package/dist/types/lib/shared/ui/dropdownList/ui/dropdownItem/index.d.ts +2 -0
  2810. package/dist/types/lib/shared/ui/dropdownList/ui/dropdownItem/model/index.d.ts +1 -0
  2811. package/dist/types/lib/shared/ui/dropdownList/ui/dropdownItem/model/types.d.ts +11 -0
  2812. package/dist/types/lib/shared/ui/dropdownList/ui/index.d.ts +1 -0
  2813. package/dist/types/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.d.ts +11 -0
  2814. package/dist/types/lib/shared/ui/formElements/controlled/checkbox/CheckboxControl.d.ts +27 -0
  2815. package/dist/types/lib/shared/ui/formElements/controlled/combobox/ComboboxControl.d.ts +14 -0
  2816. package/dist/types/lib/shared/ui/formElements/controlled/combobox/index.d.ts +1 -0
  2817. package/dist/types/lib/shared/ui/formElements/controlled/dadata/address/DadataAddress.d.ts +14 -0
  2818. package/dist/types/lib/shared/ui/formElements/controlled/dadata/auto/DadataAuto.d.ts +14 -0
  2819. package/dist/types/lib/shared/ui/formElements/controlled/dadata/country/DadataCountry.d.ts +14 -0
  2820. package/dist/types/lib/shared/ui/formElements/controlled/dadata/fio/DadataFio.d.ts +14 -0
  2821. package/dist/types/lib/shared/ui/formElements/controlled/dadata/party/DadataOrganization.d.ts +14 -0
  2822. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/dayPickerControl.d.ts +36 -0
  2823. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/range.d.ts +29 -0
  2824. package/dist/types/lib/shared/ui/formElements/controlled/dayPickerControl/single.d.ts +30 -0
  2825. package/dist/types/lib/shared/ui/formElements/controlled/index.d.ts +50 -0
  2826. package/dist/types/lib/shared/ui/formElements/controlled/input/InputControl.d.ts +22 -0
  2827. package/dist/types/lib/shared/ui/formElements/controlled/input/MaskInputControl.d.ts +22 -0
  2828. package/dist/types/lib/shared/ui/formElements/controlled/inputCurrency/InputCurrencyControl.d.ts +26 -0
  2829. package/dist/types/lib/shared/ui/formElements/controlled/inputOtp/InputOtpControl.d.ts +12 -0
  2830. package/dist/types/lib/shared/ui/formElements/controlled/radio/RadioGroupControl.d.ts +27 -0
  2831. package/dist/types/lib/shared/ui/formElements/controlled/radio/RadioGroupTabControl.d.ts +3 -0
  2832. package/dist/types/lib/shared/ui/formElements/controlled/select/SelectControl.d.ts +26 -0
  2833. package/dist/types/lib/shared/ui/formElements/controlled/switch/SwitchControl.d.ts +35 -0
  2834. package/dist/types/lib/shared/ui/formElements/controlled/textarea/TextareaControl.d.ts +22 -0
  2835. package/dist/types/lib/shared/ui/formElements/index.d.ts +30 -0
  2836. package/dist/types/lib/shared/ui/formElements/uncontrolled/autocomplete/Autocomplete.d.ts +23 -0
  2837. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/combobox.d.ts +75 -0
  2838. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/hooks/index.d.ts +1 -0
  2839. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/hooks/useCombobox.d.ts +23 -0
  2840. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/index.d.ts +3 -0
  2841. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/model/index.d.ts +2 -0
  2842. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/model/types.d.ts +3 -0
  2843. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/model/utils.d.ts +3 -0
  2844. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/index.d.ts +1 -0
  2845. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem/model/types.d.ts +11 -0
  2846. package/dist/types/lib/shared/ui/formElements/uncontrolled/combobox/ui/index.d.ts +1 -0
  2847. package/dist/types/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.d.ts +57 -0
  2848. package/dist/types/lib/shared/ui/formElements/uncontrolled/index.d.ts +153 -0
  2849. package/dist/types/lib/shared/ui/formElements/uncontrolled/input/Input.d.ts +68 -0
  2850. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/Select.d.ts +150 -0
  2851. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/hooks/useSelectController.d.ts +22 -0
  2852. package/dist/types/lib/shared/ui/formElements/uncontrolled/select/model/typeGuards.d.ts +2 -0
  2853. package/dist/types/lib/shared/ui/formElements/uncontrolled/textarea/Textarea.d.ts +59 -0
  2854. package/dist/types/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFiles.d.ts +16 -0
  2855. package/dist/types/lib/shared/ui/index.d.ts +31 -0
  2856. package/dist/types/lib/shared/utils/scrollToElement.d.ts +11 -0
  2857. package/dist/types/lib/widgets/authProvider/model/types.d.ts +70 -0
  2858. package/dist/types/lib/widgets/authProvider/ui/ui/AuthWrapper.d.ts +12 -0
  2859. package/dist/types/lib/widgets/banner/Banner.d.ts +19 -0
  2860. package/dist/types/lib/widgets/banner/ui/banners/BannerImageFull.d.ts +2 -0
  2861. package/dist/types/lib/widgets/banner/ui/banners/BannerWithSeparateImg.d.ts +2 -0
  2862. package/dist/types/lib/widgets/benefit/model/types.d.ts +18 -0
  2863. package/dist/types/lib/widgets/benefit/ui/BenefitItem.d.ts +26 -0
  2864. package/dist/types/lib/widgets/buttonWithHandlers/ButtonWithHandlers.d.ts +6 -0
  2865. package/dist/types/lib/widgets/calculator/ui/calculatorFields/ui/CalculatorModal.d.ts +16 -0
  2866. package/dist/types/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.d.ts +30 -0
  2867. package/dist/types/lib/widgets/calculator/ui/calculatorInfo/ui/AssistHint.d.ts +15 -0
  2868. package/dist/types/lib/widgets/dynamicForm/DynamicForm.d.ts +41 -0
  2869. package/dist/types/lib/widgets/dynamicForm/model/getFieldsProgress.d.ts +7 -0
  2870. package/dist/types/lib/widgets/dynamicForm/model/types.d.ts +40 -0
  2871. package/dist/types/lib/widgets/dynamicFormDialog/DynamicFormDialog.d.ts +33 -0
  2872. package/dist/types/lib/widgets/fieldMapper/model/types.d.ts +15 -0
  2873. package/dist/types/lib/widgets/footer/model/types.d.ts +70 -0
  2874. package/dist/types/lib/widgets/header/model/types.d.ts +29 -0
  2875. package/dist/types/lib/widgets/infoBlock/InfoBlock.d.ts +17 -0
  2876. package/dist/types/lib/widgets/infoBlock/ui/LinksList.d.ts +10 -0
  2877. package/dist/types/lib/widgets/interLinking/InterLinking.d.ts +17 -0
  2878. package/dist/types/lib/widgets/interLinking/ui/Column.d.ts +13 -0
  2879. package/dist/types/lib/widgets/interLinking/ui/ColumnGroup.d.ts +13 -0
  2880. package/dist/types/lib/widgets/seoHeader/model/index.d.ts +1 -0
  2881. package/dist/types/lib/widgets/seoHeader/model/types.d.ts +15 -0
  2882. package/dist/types/lib/widgets/stepper/ui/StepperCarousel.d.ts +12 -0
  2883. package/dist/types/lib/widgets/usefulInfo/model/types.d.ts +25 -0
  2884. package/dist/types/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts +6 -0
  2885. package/dist/types/lib/widgets/userFeedback/UserFeedback.d.ts +26 -0
  2886. package/dist/types/lib/widgets/userFeedback/ui/UserReview.d.ts +20 -0
  2887. package/package.json +76 -66
  2888. package/dist/_commonjsHelpers-C6fGbg64.js +0 -7
  2889. package/dist/_commonjsHelpers-C6fGbg64.js.map +0 -1
  2890. package/dist/api.d.ts +0 -2
  2891. package/dist/api.js +0 -26
  2892. package/dist/api.js.map +0 -1
  2893. package/dist/config.d.ts +0 -2
  2894. package/dist/config.js +0 -397
  2895. package/dist/config.js.map +0 -1
  2896. package/dist/constants.d.ts +0 -2
  2897. package/dist/constants.js +0 -224
  2898. package/dist/constants.js.map +0 -1
  2899. package/dist/hooks.d.ts +0 -2
  2900. package/dist/hooks.js +0 -37
  2901. package/dist/hooks.js.map +0 -1
  2902. package/dist/index-Cj4n5Vtu.js +0 -558
  2903. package/dist/index-Cj4n5Vtu.js.map +0 -1
  2904. package/dist/index-DGpsSEYL.js +0 -45976
  2905. package/dist/index-DGpsSEYL.js.map +0 -1
  2906. package/dist/isClient-C9aZtt2Q.js +0 -5
  2907. package/dist/isClient-C9aZtt2Q.js.map +0 -1
  2908. package/dist/lib/shared/hooks/useObserverWidgets.d.ts +0 -7
  2909. package/dist/lib/shared/ui/button/model/helpers.d.ts +0 -30
  2910. package/dist/lib/shared/ui/carousel/model/helpers.d.ts +0 -9
  2911. package/dist/lib/shared/ui/carousel/ui/CarouselSlide.d.ts +0 -10
  2912. package/dist/lib/shared/ui/formElements/controlled/autocomplete/Autocomplete.d.ts +0 -11
  2913. package/dist/lib/shared/ui/formElements/controlled/checkbox/CheckboxControl.d.ts +0 -27
  2914. package/dist/lib/shared/ui/formElements/controlled/dadata/address/DadataAddress.d.ts +0 -14
  2915. package/dist/lib/shared/ui/formElements/controlled/dadata/auto/DadataAuto.d.ts +0 -14
  2916. package/dist/lib/shared/ui/formElements/controlled/dadata/country/DadataCountry.d.ts +0 -14
  2917. package/dist/lib/shared/ui/formElements/controlled/dadata/fio/DadataFio.d.ts +0 -14
  2918. package/dist/lib/shared/ui/formElements/controlled/dadata/party/DadataOrganization.d.ts +0 -14
  2919. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/dayPickerControl.d.ts +0 -36
  2920. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/range.d.ts +0 -29
  2921. package/dist/lib/shared/ui/formElements/controlled/dayPickerControl/single.d.ts +0 -30
  2922. package/dist/lib/shared/ui/formElements/controlled/index.d.ts +0 -37
  2923. package/dist/lib/shared/ui/formElements/controlled/input/InputControl.d.ts +0 -22
  2924. package/dist/lib/shared/ui/formElements/controlled/input/MaskInputControl.d.ts +0 -22
  2925. package/dist/lib/shared/ui/formElements/controlled/inputCurrency/InputCurrencyControl.d.ts +0 -26
  2926. package/dist/lib/shared/ui/formElements/controlled/inputOtp/InputOtpControl.d.ts +0 -12
  2927. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupControl.d.ts +0 -27
  2928. package/dist/lib/shared/ui/formElements/controlled/radio/RadioGroupTabControl.d.ts +0 -3
  2929. package/dist/lib/shared/ui/formElements/controlled/select/SelectControl.d.ts +0 -26
  2930. package/dist/lib/shared/ui/formElements/controlled/switch/SwitchControl.d.ts +0 -35
  2931. package/dist/lib/shared/ui/formElements/controlled/textarea/TextareaControl.d.ts +0 -22
  2932. package/dist/lib/shared/ui/formElements/index.d.ts +0 -2
  2933. package/dist/lib/shared/ui/formElements/uncontrolled/autocomplete/Autocomplete.d.ts +0 -23
  2934. package/dist/lib/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.d.ts +0 -57
  2935. package/dist/lib/shared/ui/formElements/uncontrolled/index.d.ts +0 -140
  2936. package/dist/lib/shared/ui/formElements/uncontrolled/input/Input.d.ts +0 -68
  2937. package/dist/lib/shared/ui/formElements/uncontrolled/select/Select.d.ts +0 -150
  2938. package/dist/lib/shared/ui/formElements/uncontrolled/select/hooks/useSelectController.d.ts +0 -22
  2939. package/dist/lib/shared/ui/formElements/uncontrolled/select/model/typeGuards.d.ts +0 -2
  2940. package/dist/lib/shared/ui/formElements/uncontrolled/textarea/Textarea.d.ts +0 -59
  2941. package/dist/lib/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFiles.d.ts +0 -16
  2942. package/dist/lib/shared/ui/index.d.ts +0 -30
  2943. package/dist/lib/shared/utils/scrollToElement.d.ts +0 -11
  2944. package/dist/lib/widgets/authProvider/model/types.d.ts +0 -70
  2945. package/dist/lib/widgets/authProvider/ui/ui/AuthWrapper.d.ts +0 -12
  2946. package/dist/lib/widgets/banner/Banner.d.ts +0 -19
  2947. package/dist/lib/widgets/banner/ui/banners/BannerImageFull.d.ts +0 -2
  2948. package/dist/lib/widgets/banner/ui/banners/BannerWithSeparateImg.d.ts +0 -2
  2949. package/dist/lib/widgets/benefit/model/types.d.ts +0 -18
  2950. package/dist/lib/widgets/benefit/ui/BenefitItem.d.ts +0 -26
  2951. package/dist/lib/widgets/buttonWithHandlers/ButtonWithHandlers.d.ts +0 -6
  2952. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/CalculatorModal.d.ts +0 -16
  2953. package/dist/lib/widgets/calculator/ui/calculatorFields/ui/FieldsGroup.d.ts +0 -30
  2954. package/dist/lib/widgets/calculator/ui/calculatorInfo/ui/AssistHint.d.ts +0 -15
  2955. package/dist/lib/widgets/dynamicForm/DynamicForm.d.ts +0 -41
  2956. package/dist/lib/widgets/dynamicForm/model/getFieldsProgress.d.ts +0 -7
  2957. package/dist/lib/widgets/dynamicForm/model/types.d.ts +0 -40
  2958. package/dist/lib/widgets/dynamicFormDialog/DynamicFormDialog.d.ts +0 -33
  2959. package/dist/lib/widgets/fieldMapper/model/types.d.ts +0 -15
  2960. package/dist/lib/widgets/footer/model/types.d.ts +0 -70
  2961. package/dist/lib/widgets/header/model/types.d.ts +0 -29
  2962. package/dist/lib/widgets/infoBlock/InfoBlock.d.ts +0 -17
  2963. package/dist/lib/widgets/infoBlock/ui/LinksList.d.ts +0 -10
  2964. package/dist/lib/widgets/interLinking/InterLinking.d.ts +0 -17
  2965. package/dist/lib/widgets/interLinking/ui/Column.d.ts +0 -13
  2966. package/dist/lib/widgets/interLinking/ui/ColumnGroup.d.ts +0 -13
  2967. package/dist/lib/widgets/seoHeader/model/types.d.ts +0 -15
  2968. package/dist/lib/widgets/stepper/ui/StepperCarousel.d.ts +0 -12
  2969. package/dist/lib/widgets/usefulInfo/model/types.d.ts +0 -25
  2970. package/dist/lib/widgets/usefulInfo/ui/subEntities/documents/ui/document/model/utils.d.ts +0 -6
  2971. package/dist/lib/widgets/userFeedback/UserFeedback.d.ts +0 -26
  2972. package/dist/lib/widgets/userFeedback/ui/UserReview.d.ts +0 -20
  2973. package/dist/localStorageActions-CkWWvUS3.js +0 -47
  2974. package/dist/localStorageActions-CkWWvUS3.js.map +0 -1
  2975. package/dist/mergeRefs-qDToYXtM.js +0 -12
  2976. package/dist/mergeRefs-qDToYXtM.js.map +0 -1
  2977. package/dist/next.d.ts +0 -2
  2978. package/dist/next.js +0 -37
  2979. package/dist/next.js.map +0 -1
  2980. package/dist/typeGuards-BHbj394R.js +0 -2315
  2981. package/dist/typeGuards-BHbj394R.js.map +0 -1
  2982. package/dist/ui.d.ts +0 -2
  2983. package/dist/ui.js +0 -2782
  2984. package/dist/ui.js.map +0 -1
  2985. package/dist/useDebounce-DqiN3mnG.js +0 -1236
  2986. package/dist/useDebounce-DqiN3mnG.js.map +0 -1
  2987. package/dist/useFieldsProgress-C13Klwl7.js +0 -41
  2988. package/dist/useFieldsProgress-C13Klwl7.js.map +0 -1
  2989. package/dist/utils-U4W3nat7.js +0 -5100
  2990. package/dist/utils-U4W3nat7.js.map +0 -1
  2991. package/dist/utils-tailwind.css +0 -77
  2992. package/dist/utils.d.ts +0 -2
  2993. package/dist/utils.js +0 -73
  2994. package/dist/utils.js.map +0 -1
  2995. package/dist/validation.d.ts +0 -2
  2996. package/dist/validation.js +0 -88
  2997. package/dist/validation.js.map +0 -1
  2998. package/dist/widget.d.ts +0 -2
  2999. package/dist/widget.js +0 -3290
  3000. package/dist/widget.js.map +0 -1
  3001. /package/dist/{style.css → node_modules/react-day-picker/src/style.css} +0 -0
  3002. /package/dist/{lib → types/lib}/configs/index.d.ts +0 -0
  3003. /package/dist/{lib → types/lib}/configs/tailwindConfigBase.d.ts +0 -0
  3004. /package/dist/{lib → types/lib}/configs/tailwindPresets/extendsPreset.d.ts +0 -0
  3005. /package/dist/{lib → types/lib}/configs/tailwindPresets/index.d.ts +0 -0
  3006. /package/dist/{lib → types/lib}/configs/tailwindPresets/resetPreset.d.ts +0 -0
  3007. /package/dist/{lib → types/lib}/exports/api.d.ts +0 -0
  3008. /package/dist/{lib → types/lib}/exports/config.d.ts +0 -0
  3009. /package/dist/{lib → types/lib}/exports/constants.d.ts +0 -0
  3010. /package/dist/{lib → types/lib}/exports/hooks.d.ts +0 -0
  3011. /package/dist/{lib → types/lib}/exports/next.d.ts +0 -0
  3012. /package/dist/{lib → types/lib}/exports/types.d.ts +0 -0
  3013. /package/dist/{lib → types/lib}/exports/ui.d.ts +0 -0
  3014. /package/dist/{lib → types/lib}/exports/utils.d.ts +0 -0
  3015. /package/dist/{lib → types/lib}/exports/validation.d.ts +0 -0
  3016. /package/dist/{lib → types/lib}/exports/widget.d.ts +0 -0
  3017. /package/dist/{lib → types/lib}/next/index.d.ts +0 -0
  3018. /package/dist/{lib → types/lib}/next/utils/hasWidget.d.ts +0 -0
  3019. /package/dist/{lib → types/lib}/next/utils/hideWidgetsWithQueryParams.d.ts +0 -0
  3020. /package/dist/{lib → types/lib}/next/utils/index.d.ts +0 -0
  3021. /package/dist/{lib → types/lib}/next/utils/isEmptyWidgetList.d.ts +0 -0
  3022. /package/dist/{lib → types/lib}/next/utils/orderWidgetWithQueryParams.d.ts +0 -0
  3023. /package/dist/{lib → types/lib}/shared/api/apiInstance.d.ts +0 -0
  3024. /package/dist/{lib → types/lib}/shared/api/index.d.ts +0 -0
  3025. /package/dist/{lib → types/lib}/shared/constants/designSystem/colors.d.ts +0 -0
  3026. /package/dist/{lib → types/lib}/shared/constants/designSystem/index.d.ts +0 -0
  3027. /package/dist/{lib → types/lib}/shared/constants/designSystem/others.d.ts +0 -0
  3028. /package/dist/{lib → types/lib}/shared/constants/designSystem/types.d.ts +0 -0
  3029. /package/dist/{lib → types/lib}/shared/constants/designSystem/typography.d.ts +0 -0
  3030. /package/dist/{lib → types/lib}/shared/constants/index.d.ts +0 -0
  3031. /package/dist/{lib → types/lib}/shared/hooks/index.d.ts +0 -0
  3032. /package/dist/{lib → types/lib}/shared/hooks/useBoolean.d.ts +0 -0
  3033. /package/dist/{lib → types/lib}/shared/hooks/useClickOutside.d.ts +0 -0
  3034. /package/dist/{lib → types/lib}/shared/hooks/useControlledForm.d.ts +0 -0
  3035. /package/dist/{lib → types/lib}/shared/hooks/useDebounce.d.ts +0 -0
  3036. /package/dist/{lib → types/lib}/shared/hooks/useDevice.d.ts +0 -0
  3037. /package/dist/{lib → types/lib}/shared/hooks/useFieldsProgress.d.ts +0 -0
  3038. /package/dist/{lib → types/lib}/shared/hooks/useFloating.d.ts +0 -0
  3039. /package/dist/{lib → types/lib}/shared/hooks/useOverflow.d.ts +0 -0
  3040. /package/dist/{lib → types/lib}/shared/types/deepPartial.d.ts +0 -0
  3041. /package/dist/{lib → types/lib}/shared/types/dicriminatedUnion.d.ts +0 -0
  3042. /package/dist/{lib → types/lib}/shared/types/index.d.ts +0 -0
  3043. /package/dist/{lib → types/lib}/shared/types/keysOf.d.ts +0 -0
  3044. /package/dist/{lib → types/lib}/shared/ui/accordion/Accordion.d.ts +0 -0
  3045. /package/dist/{lib → types/lib}/shared/ui/accordion/index.d.ts +0 -0
  3046. /package/dist/{lib → types/lib}/shared/ui/accordion/model/helpers.d.ts +0 -0
  3047. /package/dist/{lib → types/lib}/shared/ui/accordion/ui/AccordionHeader.d.ts +0 -0
  3048. /package/dist/{lib → types/lib}/shared/ui/badge/Badge.d.ts +0 -0
  3049. /package/dist/{lib → types/lib}/shared/ui/badge/index.d.ts +0 -0
  3050. /package/dist/{lib → types/lib}/shared/ui/brandLogos/BrandLogos.d.ts +0 -0
  3051. /package/dist/{lib → types/lib}/shared/ui/brandLogos/index.d.ts +0 -0
  3052. /package/dist/{lib → types/lib}/shared/ui/button/Button.d.ts +0 -0
  3053. /package/dist/{lib → types/lib}/shared/ui/button/index.d.ts +0 -0
  3054. /package/dist/{lib → types/lib}/shared/ui/buttonIcon/ButtonIcon.d.ts +0 -0
  3055. /package/dist/{lib → types/lib}/shared/ui/buttonIcon/index.d.ts +0 -0
  3056. /package/dist/{lib → types/lib}/shared/ui/calendar/Calendar.d.ts +0 -0
  3057. /package/dist/{lib → types/lib}/shared/ui/calendar/index.d.ts +0 -0
  3058. /package/dist/{lib → types/lib}/shared/ui/calendar/model/index.d.ts +0 -0
  3059. /package/dist/{lib → types/lib}/shared/ui/calendar/model/utils.d.ts +0 -0
  3060. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/Day.d.ts +0 -0
  3061. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/DayButton.d.ts +0 -0
  3062. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/Footer.d.ts +0 -0
  3063. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/MonthCaption.d.ts +0 -0
  3064. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/Navigation.d.ts +0 -0
  3065. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/Weekday.d.ts +0 -0
  3066. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/index.d.ts +0 -0
  3067. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/model/index.d.ts +0 -0
  3068. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/model/types.d.ts +0 -0
  3069. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/model/utils.d.ts +0 -0
  3070. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/selectDate/SelectDate.d.ts +0 -0
  3071. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/selectDate/index.d.ts +0 -0
  3072. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/selectDate/ui/SelectList.d.ts +0 -0
  3073. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/selectDate/ui/Trigger.d.ts +0 -0
  3074. /package/dist/{lib → types/lib}/shared/ui/calendar/ui/selectDate/ui/index.d.ts +0 -0
  3075. /package/dist/{lib → types/lib}/shared/ui/carousel/CarouselBase.d.ts +0 -0
  3076. /package/dist/{lib → types/lib}/shared/ui/carousel/CarouselNative.d.ts +0 -0
  3077. /package/dist/{lib → types/lib}/shared/ui/carousel/index.d.ts +0 -0
  3078. /package/dist/{lib → types/lib}/shared/ui/carousel/model/hooks/index.d.ts +0 -0
  3079. /package/dist/{lib → types/lib}/shared/ui/carousel/model/hooks/useArrowNavigation.d.ts +0 -0
  3080. /package/dist/{lib → types/lib}/shared/ui/carousel/model/hooks/useCarousel.d.ts +0 -0
  3081. /package/dist/{lib → types/lib}/shared/ui/carousel/model/hooks/useDotsNavigation.d.ts +0 -0
  3082. /package/dist/{lib → types/lib}/shared/ui/carousel/model/index.d.ts +0 -0
  3083. /package/dist/{lib → types/lib}/shared/ui/carousel/model/types.d.ts +0 -0
  3084. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/ArrowNavigationButton.d.ts +0 -0
  3085. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/CarouselContent.d.ts +0 -0
  3086. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/ContainerWithNavigation.d.ts +0 -0
  3087. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/DotsNavigations.d.ts +0 -0
  3088. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/index.d.ts +0 -0
  3089. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/slideVariants/SlideFullScreen.d.ts +0 -0
  3090. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/slideVariants/SlideOnlyImage.d.ts +0 -0
  3091. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/slideVariants/SlideProductCard.d.ts +0 -0
  3092. /package/dist/{lib → types/lib}/shared/ui/carousel/ui/slideVariants/index.d.ts +0 -0
  3093. /package/dist/{lib → types/lib}/shared/ui/chips/Chips.d.ts +0 -0
  3094. /package/dist/{lib → types/lib}/shared/ui/chips/index.d.ts +0 -0
  3095. /package/dist/{lib → types/lib}/shared/ui/customLink/CustomLink.d.ts +0 -0
  3096. /package/dist/{lib → types/lib}/shared/ui/customLink/index.d.ts +0 -0
  3097. /package/dist/{lib → types/lib}/shared/ui/customLink/model/helpers.d.ts +0 -0
  3098. /package/dist/{lib → types/lib}/shared/ui/dialog/Dialog.d.ts +0 -0
  3099. /package/dist/{lib → types/lib}/shared/ui/dialog/index.d.ts +0 -0
  3100. /package/dist/{lib → types/lib}/shared/ui/floatButton/FloatButton.d.ts +0 -0
  3101. /package/dist/{lib → types/lib}/shared/ui/floatButton/index.d.ts +0 -0
  3102. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/autocomplete/index.d.ts +0 -0
  3103. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/checkbox/index.d.ts +0 -0
  3104. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/address/index.d.ts +0 -0
  3105. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/address/query.d.ts +0 -0
  3106. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/auto/index.d.ts +0 -0
  3107. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/auto/query.d.ts +0 -0
  3108. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/country/index.d.ts +0 -0
  3109. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/country/query.d.ts +0 -0
  3110. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/fio/index.d.ts +0 -0
  3111. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/fio/query.d.ts +0 -0
  3112. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/helpers.d.ts +0 -0
  3113. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/index.d.ts +0 -0
  3114. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/party/index.d.ts +0 -0
  3115. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/party/query.d.ts +0 -0
  3116. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dadata/types.d.ts +0 -0
  3117. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dayPickerControl/index.d.ts +0 -0
  3118. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dayPickerControl/model/constants.d.ts +0 -0
  3119. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dayPickerControl/model/index.d.ts +0 -0
  3120. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/dayPickerControl/model/utils.d.ts +0 -0
  3121. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/EditorControl.d.ts +0 -0
  3122. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/index.d.ts +0 -0
  3123. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/model/config.d.ts +0 -0
  3124. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/model/helper.d.ts +0 -0
  3125. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/model/types.d.ts +0 -0
  3126. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/Editor.d.ts +0 -0
  3127. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/Toolbar.d.ts +0 -0
  3128. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/commands/SetColor.d.ts +0 -0
  3129. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/commands/SetCoreCommands.d.ts +0 -0
  3130. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/commands/SetHeadings.d.ts +0 -0
  3131. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/commands/index.d.ts +0 -0
  3132. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/editor/ui/commands/setCustomLink.d.ts +0 -0
  3133. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/input/index.d.ts +0 -0
  3134. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/index.d.ts +0 -0
  3135. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/model/helpers.d.ts +0 -0
  3136. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/model/useInputCurrency.d.ts +0 -0
  3137. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/ui/MenuTrigger.d.ts +0 -0
  3138. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/ui/OptionList.d.ts +0 -0
  3139. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputCurrency/ui/index.d.ts +0 -0
  3140. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/inputOtp/index.d.ts +0 -0
  3141. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/radio/RadioGroupCardControl.d.ts +0 -0
  3142. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/radio/index.d.ts +0 -0
  3143. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/select/index.d.ts +0 -0
  3144. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/slider/SliderControl.d.ts +0 -0
  3145. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/slider/index.d.ts +0 -0
  3146. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/switch/index.d.ts +0 -0
  3147. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/textarea/index.d.ts +0 -0
  3148. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/uploader/UploaderControl.d.ts +0 -0
  3149. /package/dist/{lib → types/lib}/shared/ui/formElements/controlled/uploader/index.d.ts +0 -0
  3150. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/MessageView.d.ts +0 -0
  3151. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/fieldAttachment/FieldAttachment.d.ts +0 -0
  3152. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/fieldAttachment/index.d.ts +0 -0
  3153. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/fieldAttachment/ui/IconSlot.d.ts +0 -0
  3154. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/fieldAttachment/ui/ValidateSlot.d.ts +0 -0
  3155. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/fieldAttachment/ui/index.d.ts +0 -0
  3156. /package/dist/{lib → types/lib}/shared/ui/formElements/ui/index.d.ts +0 -0
  3157. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/autocomplete/index.d.ts +0 -0
  3158. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/checkbox/Checkbox.d.ts +0 -0
  3159. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/checkbox/index.d.ts +0 -0
  3160. /package/dist/{lib/widgets/dynamicFormDialog → types/lib/shared/ui/formElements/uncontrolled/combobox/ui/comboboxItem}/model/index.d.ts +0 -0
  3161. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/dayPicker/index.d.ts +0 -0
  3162. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/input/index.d.ts +0 -0
  3163. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/inputOtp/InputOtpBase.d.ts +0 -0
  3164. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/inputOtp/index.d.ts +0 -0
  3165. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/inputOtp/ui/InputOtpSlot.d.ts +0 -0
  3166. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/inputOtp/ui/index.d.ts +0 -0
  3167. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/maskInput/MaskInput.d.ts +0 -0
  3168. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/maskInput/index.d.ts +0 -0
  3169. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/maskInput/model/mask/index.d.ts +0 -0
  3170. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/maskInput/model/mask/utils.d.ts +0 -0
  3171. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/RadioGroup.d.ts +0 -0
  3172. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/index.d.ts +0 -0
  3173. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/ui/AdditionalContent.d.ts +0 -0
  3174. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/ui/RadioItem.d.ts +0 -0
  3175. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/ui/RadioItemCard.d.ts +0 -0
  3176. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/ui/RadioItemTab.d.ts +0 -0
  3177. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/radio/ui/index.d.ts +0 -0
  3178. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/hooks/index.d.ts +0 -0
  3179. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/index.d.ts +0 -0
  3180. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/model/index.d.ts +0 -0
  3181. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/model/types.d.ts +0 -0
  3182. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/ui/Chip.d.ts +0 -0
  3183. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/ui/ChipList.d.ts +0 -0
  3184. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/ui/SelectItem.d.ts +0 -0
  3185. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/select/ui/index.d.ts +0 -0
  3186. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/SliderBase.d.ts +0 -0
  3187. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/index.d.ts +0 -0
  3188. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/getFormattedCurrency.d.ts +0 -0
  3189. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/currency/index.d.ts +0 -0
  3190. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getDayIntl.d.ts +0 -0
  3191. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getIntlMonth.d.ts +0 -0
  3192. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/getYearIntl.d.ts +0 -0
  3193. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/dates/index.d.ts +0 -0
  3194. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/formatNumber.d.ts +0 -0
  3195. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/getInputSliderSuffix.d.ts +0 -0
  3196. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/helpers/index.d.ts +0 -0
  3197. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/index.d.ts +0 -0
  3198. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/types.d.ts +0 -0
  3199. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/model/useLogarithmic.d.ts +0 -0
  3200. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/Slider.d.ts +0 -0
  3201. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/index.d.ts +0 -0
  3202. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/SliderAlgorithmic.d.ts +0 -0
  3203. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/index.d.ts +0 -0
  3204. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/hooks/useSliderAlgorithmic.d.ts +0 -0
  3205. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderAlgorithmic/index.d.ts +0 -0
  3206. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/SliderMarks.d.ts +0 -0
  3207. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/index.d.ts +0 -0
  3208. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/hooks/useSliderMarks.d.ts +0 -0
  3209. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderMarks/index.d.ts +0 -0
  3210. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/SliderStep.d.ts +0 -0
  3211. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/index.d.ts +0 -0
  3212. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/hooks/useSliderStep.d.ts +0 -0
  3213. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/slider/ui/sliderStep/index.d.ts +0 -0
  3214. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/switch/Switch.d.ts +0 -0
  3215. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/switch/index.d.ts +0 -0
  3216. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/textarea/index.d.ts +0 -0
  3217. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/UploaderBase.d.ts +0 -0
  3218. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/index.d.ts +0 -0
  3219. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/model/helpers.d.ts +0 -0
  3220. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/model/hooks/useUploader.d.ts +0 -0
  3221. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/model/index.d.ts +0 -0
  3222. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFile.d.ts +0 -0
  3223. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/ui/UploaderFilename.d.ts +0 -0
  3224. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/ui/UploaderInput.d.ts +0 -0
  3225. /package/dist/{lib → types/lib}/shared/ui/formElements/uncontrolled/uploader/ui/index.d.ts +0 -0
  3226. /package/dist/{lib → types/lib}/shared/ui/heading/Heading.d.ts +0 -0
  3227. /package/dist/{lib → types/lib}/shared/ui/heading/index.d.ts +0 -0
  3228. /package/dist/{lib → types/lib}/shared/ui/hint/Hint.d.ts +0 -0
  3229. /package/dist/{lib → types/lib}/shared/ui/hint/index.d.ts +0 -0
  3230. /package/dist/{lib → types/lib}/shared/ui/icon/Icon.d.ts +0 -0
  3231. /package/dist/{lib → types/lib}/shared/ui/icon/allowedIcons.d.ts +0 -0
  3232. /package/dist/{lib → types/lib}/shared/ui/icon/iconsMap.d.ts +0 -0
  3233. /package/dist/{lib → types/lib}/shared/ui/icon/index.d.ts +0 -0
  3234. /package/dist/{lib → types/lib}/shared/ui/icon/sprite.gen.d.ts +0 -0
  3235. /package/dist/{lib → types/lib}/shared/ui/keyboardShortcuts/KeyboardShortcuts.d.ts +0 -0
  3236. /package/dist/{lib → types/lib}/shared/ui/keyboardShortcuts/index.d.ts +0 -0
  3237. /package/dist/{lib → types/lib}/shared/ui/loader/Loader.d.ts +0 -0
  3238. /package/dist/{lib → types/lib}/shared/ui/loader/index.d.ts +0 -0
  3239. /package/dist/{lib → types/lib}/shared/ui/loader/model/helpers.d.ts +0 -0
  3240. /package/dist/{lib → types/lib}/shared/ui/modal/Modal.d.ts +0 -0
  3241. /package/dist/{lib → types/lib}/shared/ui/modal/index.d.ts +0 -0
  3242. /package/dist/{lib → types/lib}/shared/ui/modal/model/helpers.d.ts +0 -0
  3243. /package/dist/{lib → types/lib}/shared/ui/modal/ui/IframeModalContent.d.ts +0 -0
  3244. /package/dist/{lib → types/lib}/shared/ui/modal/ui/ModalHeader.d.ts +0 -0
  3245. /package/dist/{lib → types/lib}/shared/ui/notification/Notification.d.ts +0 -0
  3246. /package/dist/{lib → types/lib}/shared/ui/notification/index.d.ts +0 -0
  3247. /package/dist/{lib → types/lib}/shared/ui/notification/ui/CustomToast.d.ts +0 -0
  3248. /package/dist/{lib → types/lib}/shared/ui/pagination/Pagination.d.ts +0 -0
  3249. /package/dist/{lib → types/lib}/shared/ui/pagination/index.d.ts +0 -0
  3250. /package/dist/{lib → types/lib}/shared/ui/phoneView/PhoneView.d.ts +0 -0
  3251. /package/dist/{lib → types/lib}/shared/ui/phoneView/index.d.ts +0 -0
  3252. /package/dist/{lib → types/lib}/shared/ui/popover/Popover.d.ts +0 -0
  3253. /package/dist/{lib → types/lib}/shared/ui/popover/index.d.ts +0 -0
  3254. /package/dist/{lib → types/lib}/shared/ui/progressBar/ProgressBar.d.ts +0 -0
  3255. /package/dist/{lib → types/lib}/shared/ui/progressBar/index.d.ts +0 -0
  3256. /package/dist/{lib → types/lib}/shared/ui/providers/NotificationProvider.d.ts +0 -0
  3257. /package/dist/{lib → types/lib}/shared/ui/providers/index.d.ts +0 -0
  3258. /package/dist/{lib → types/lib}/shared/ui/responsiveContainer/ResponsiveContainer.d.ts +0 -0
  3259. /package/dist/{lib → types/lib}/shared/ui/responsiveContainer/index.d.ts +0 -0
  3260. /package/dist/{lib → types/lib}/shared/ui/skeleton/Skeleton.d.ts +0 -0
  3261. /package/dist/{lib → types/lib}/shared/ui/skeleton/index.d.ts +0 -0
  3262. /package/dist/{lib → types/lib}/shared/ui/slot/Slot.d.ts +0 -0
  3263. /package/dist/{lib → types/lib}/shared/ui/slot/index.d.ts +0 -0
  3264. /package/dist/{lib → types/lib}/shared/ui/slot/model/getElementRef.d.ts +0 -0
  3265. /package/dist/{lib → types/lib}/shared/ui/slot/model/index.d.ts +0 -0
  3266. /package/dist/{lib → types/lib}/shared/ui/slot/model/isSlottable.d.ts +0 -0
  3267. /package/dist/{lib → types/lib}/shared/ui/slot/model/mergeProps.d.ts +0 -0
  3268. /package/dist/{lib → types/lib}/shared/ui/slot/ui/SlotClone.d.ts +0 -0
  3269. /package/dist/{lib → types/lib}/shared/ui/slot/ui/Slottable.d.ts +0 -0
  3270. /package/dist/{lib → types/lib}/shared/ui/slot/ui/index.d.ts +0 -0
  3271. /package/dist/{lib → types/lib}/shared/ui/tabSwitcher/TabsSwitcher.d.ts +0 -0
  3272. /package/dist/{lib → types/lib}/shared/ui/tabSwitcher/index.d.ts +0 -0
  3273. /package/dist/{lib → types/lib}/shared/ui/tabSwitcher/model/types.d.ts +0 -0
  3274. /package/dist/{lib → types/lib}/shared/ui/tabSwitcher/ui/TabContent.d.ts +0 -0
  3275. /package/dist/{lib → types/lib}/shared/ui/table/Desktop.d.ts +0 -0
  3276. /package/dist/{lib → types/lib}/shared/ui/table/Mobile.d.ts +0 -0
  3277. /package/dist/{lib → types/lib}/shared/ui/table/Table.d.ts +0 -0
  3278. /package/dist/{lib → types/lib}/shared/ui/table/TablePagination.d.ts +0 -0
  3279. /package/dist/{lib → types/lib}/shared/ui/table/index.d.ts +0 -0
  3280. /package/dist/{lib → types/lib}/shared/ui/table/model/TableUtils.d.ts +0 -0
  3281. /package/dist/{lib → types/lib}/shared/ui/table/model/index.d.ts +0 -0
  3282. /package/dist/{lib → types/lib}/shared/ui/table/model/types.d.ts +0 -0
  3283. /package/dist/{lib → types/lib}/shared/ui/table/ui/dataTableColumnHeader/DataTableColumnHeader.d.ts +0 -0
  3284. /package/dist/{lib → types/lib}/shared/ui/table/ui/dataTableColumnHeader/index.d.ts +0 -0
  3285. /package/dist/{lib → types/lib}/shared/ui/table/ui/editableCell/EditableCell.d.ts +0 -0
  3286. /package/dist/{lib → types/lib}/shared/ui/table/ui/editableCell/index.d.ts +0 -0
  3287. /package/dist/{lib → types/lib}/shared/ui/table/ui/index.d.ts +0 -0
  3288. /package/dist/{lib → types/lib}/shared/ui/table/ui/primitives/Primitives.d.ts +0 -0
  3289. /package/dist/{lib → types/lib}/shared/ui/table/ui/primitives/index.d.ts +0 -0
  3290. /package/dist/{lib → types/lib}/shared/utils/assertUnreachable.d.ts +0 -0
  3291. /package/dist/{lib → types/lib}/shared/utils/capitalize.d.ts +0 -0
  3292. /package/dist/{lib → types/lib}/shared/utils/cn.d.ts +0 -0
  3293. /package/dist/{lib → types/lib}/shared/utils/createPhoneNumber.d.ts +0 -0
  3294. /package/dist/{lib → types/lib}/shared/utils/index.d.ts +0 -0
  3295. /package/dist/{lib → types/lib}/shared/utils/isClient.d.ts +0 -0
  3296. /package/dist/{lib → types/lib}/shared/utils/localStorageActions.d.ts +0 -0
  3297. /package/dist/{lib → types/lib}/shared/utils/mergeRefs.d.ts +0 -0
  3298. /package/dist/{lib → types/lib}/shared/utils/sessionStorage.d.ts +0 -0
  3299. /package/dist/{lib → types/lib}/shared/utils/typeGuards.d.ts +0 -0
  3300. /package/dist/{lib → types/lib}/shared/utils/uuid.d.ts +0 -0
  3301. /package/dist/{lib → types/lib}/shared/validation/base/base.constants.d.ts +0 -0
  3302. /package/dist/{lib → types/lib}/shared/validation/base/base.validators.d.ts +0 -0
  3303. /package/dist/{lib → types/lib}/shared/validation/base/boolean.validators.d.ts +0 -0
  3304. /package/dist/{lib → types/lib}/shared/validation/base/date.validators.d.ts +0 -0
  3305. /package/dist/{lib → types/lib}/shared/validation/base/email.validators.d.ts +0 -0
  3306. /package/dist/{lib → types/lib}/shared/validation/base/index.d.ts +0 -0
  3307. /package/dist/{lib → types/lib}/shared/validation/base/number.validators.d.ts +0 -0
  3308. /package/dist/{lib → types/lib}/shared/validation/base/phone.validators.d.ts +0 -0
  3309. /package/dist/{lib → types/lib}/shared/validation/base/regex.validators.d.ts +0 -0
  3310. /package/dist/{lib → types/lib}/shared/validation/base/select.validators.d.ts +0 -0
  3311. /package/dist/{lib → types/lib}/shared/validation/base/string.validators.d.ts +0 -0
  3312. /package/dist/{lib → types/lib}/shared/validation/base/union.validators.d.ts +0 -0
  3313. /package/dist/{lib → types/lib}/shared/validation/base/url.validators.d.ts +0 -0
  3314. /package/dist/{lib → types/lib}/shared/validation/dadata/dadata.constants.d.ts +0 -0
  3315. /package/dist/{lib → types/lib}/shared/validation/dadata/dadata.validators.d.ts +0 -0
  3316. /package/dist/{lib → types/lib}/shared/validation/dadata/fio.validators.d.ts +0 -0
  3317. /package/dist/{lib → types/lib}/shared/validation/dadata/index.d.ts +0 -0
  3318. /package/dist/{lib → types/lib}/shared/validation/index.d.ts +0 -0
  3319. /package/dist/{lib → types/lib}/shared/validation/messages.d.ts +0 -0
  3320. /package/dist/{lib → types/lib}/shared/validation/regExp.d.ts +0 -0
  3321. /package/dist/{lib → types/lib}/shared/validation/utils/index.d.ts +0 -0
  3322. /package/dist/{lib → types/lib}/shared/validation/utils/zodUtils.d.ts +0 -0
  3323. /package/dist/{lib → types/lib}/shared/validation/zodValidation/calendar.d.ts +0 -0
  3324. /package/dist/{lib → types/lib}/shared/validation/zodValidation/dadataFio.d.ts +0 -0
  3325. /package/dist/{lib → types/lib}/shared/validation/zodValidation/index.d.ts +0 -0
  3326. /package/dist/{lib → types/lib}/shared/validation/zodValidation/otpCode.d.ts +0 -0
  3327. /package/dist/{lib → types/lib}/shared/validation/zodValidation/phone.d.ts +0 -0
  3328. /package/dist/{lib → types/lib}/widgets/authProvider/AuthProvider.d.ts +0 -0
  3329. /package/dist/{lib → types/lib}/widgets/authProvider/index.d.ts +0 -0
  3330. /package/dist/{lib → types/lib}/widgets/authProvider/model/helpers.d.ts +0 -0
  3331. /package/dist/{lib → types/lib}/widgets/authProvider/ui/Esia.d.ts +0 -0
  3332. /package/dist/{lib → types/lib}/widgets/authProvider/ui/MobileId.d.ts +0 -0
  3333. /package/dist/{lib → types/lib}/widgets/authProvider/ui/index.d.ts +0 -0
  3334. /package/dist/{lib → types/lib}/widgets/authProvider/ui/ui/EsiaLogo.d.ts +0 -0
  3335. /package/dist/{lib → types/lib}/widgets/authProvider/ui/ui/Links.d.ts +0 -0
  3336. /package/dist/{lib → types/lib}/widgets/authProvider/ui/ui/index.d.ts +0 -0
  3337. /package/dist/{lib → types/lib}/widgets/banner/index.d.ts +0 -0
  3338. /package/dist/{lib → types/lib}/widgets/banner/model/index.d.ts +0 -0
  3339. /package/dist/{lib → types/lib}/widgets/banner/model/types.d.ts +0 -0
  3340. /package/dist/{lib → types/lib}/widgets/banner/ui/banners/index.d.ts +0 -0
  3341. /package/dist/{lib → types/lib}/widgets/banner/ui/banners/ui/Advantages.d.ts +0 -0
  3342. /package/dist/{lib → types/lib}/widgets/banner/ui/banners/ui/Buttons.d.ts +0 -0
  3343. /package/dist/{lib → types/lib}/widgets/banner/ui/banners/ui/index.d.ts +0 -0
  3344. /package/dist/{lib → types/lib}/widgets/banner/ui/index.d.ts +0 -0
  3345. /package/dist/{lib → types/lib}/widgets/benefit/Benefit.d.ts +0 -0
  3346. /package/dist/{lib → types/lib}/widgets/benefit/index.d.ts +0 -0
  3347. /package/dist/{lib → types/lib}/widgets/benefit/model/constants.d.ts +0 -0
  3348. /package/dist/{lib → types/lib}/widgets/benefit/model/index.d.ts +0 -0
  3349. /package/dist/{lib → types/lib}/widgets/breadcrumbs/Breadcrumb.d.ts +0 -0
  3350. /package/dist/{lib → types/lib}/widgets/breadcrumbs/Breadcrumbs.d.ts +0 -0
  3351. /package/dist/{lib → types/lib}/widgets/breadcrumbs/hooks/constants.d.ts +0 -0
  3352. /package/dist/{lib → types/lib}/widgets/breadcrumbs/hooks/index.d.ts +0 -0
  3353. /package/dist/{lib → types/lib}/widgets/breadcrumbs/hooks/types.d.ts +0 -0
  3354. /package/dist/{lib → types/lib}/widgets/breadcrumbs/index.d.ts +0 -0
  3355. /package/dist/{lib → types/lib}/widgets/buttonWithHandlers/index.d.ts +0 -0
  3356. /package/dist/{lib → types/lib}/widgets/buttonWithHandlers/model/index.d.ts +0 -0
  3357. /package/dist/{lib → types/lib}/widgets/buttonWithHandlers/model/types.d.ts +0 -0
  3358. /package/dist/{lib → types/lib}/widgets/buttonWithHandlers/model/useButtonHandler.d.ts +0 -0
  3359. /package/dist/{lib → types/lib}/widgets/calculator/Calculator.d.ts +0 -0
  3360. /package/dist/{lib → types/lib}/widgets/calculator/CalculatorView.d.ts +0 -0
  3361. /package/dist/{lib → types/lib}/widgets/calculator/index.d.ts +0 -0
  3362. /package/dist/{lib → types/lib}/widgets/calculator/model/helpers.d.ts +0 -0
  3363. /package/dist/{lib → types/lib}/widgets/calculator/model/index.d.ts +0 -0
  3364. /package/dist/{lib → types/lib}/widgets/calculator/model/types.d.ts +0 -0
  3365. /package/dist/{lib → types/lib}/widgets/calculator/model/utils.d.ts +0 -0
  3366. /package/dist/{lib → types/lib}/widgets/calculator/ui/CalculatorTabs.d.ts +0 -0
  3367. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/CalculatorFields.d.ts +0 -0
  3368. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/hooks/index.d.ts +0 -0
  3369. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/hooks/useAdditionalSlider.d.ts +0 -0
  3370. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/index.d.ts +0 -0
  3371. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/ui/AdditionalSlider.d.ts +0 -0
  3372. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorFields/ui/index.d.ts +0 -0
  3373. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/CalculatorInfo.d.ts +0 -0
  3374. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/index.d.ts +0 -0
  3375. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/CalculatedBlock.d.ts +0 -0
  3376. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoBody.d.ts +0 -0
  3377. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoFooter.d.ts +0 -0
  3378. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/CalculatorInfoHead.d.ts +0 -0
  3379. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/InfoListItem.d.ts +0 -0
  3380. /package/dist/{lib → types/lib}/widgets/calculator/ui/calculatorInfo/ui/index.d.ts +0 -0
  3381. /package/dist/{lib → types/lib}/widgets/calculator/ui/index.d.ts +0 -0
  3382. /package/dist/{lib → types/lib}/widgets/dynamicForm/index.d.ts +0 -0
  3383. /package/dist/{lib → types/lib}/widgets/dynamicForm/model/index.d.ts +0 -0
  3384. /package/dist/{lib → types/lib}/widgets/dynamicFormDialog/index.d.ts +0 -0
  3385. /package/dist/{lib/widgets/seoHeader → types/lib/widgets/dynamicFormDialog}/model/index.d.ts +0 -0
  3386. /package/dist/{lib → types/lib}/widgets/dynamicFormDialog/model/types.d.ts +0 -0
  3387. /package/dist/{lib → types/lib}/widgets/fallbacksView/FallbacksView.d.ts +0 -0
  3388. /package/dist/{lib → types/lib}/widgets/fallbacksView/index.d.ts +0 -0
  3389. /package/dist/{lib → types/lib}/widgets/fallbacksView/model/helpers.d.ts +0 -0
  3390. /package/dist/{lib → types/lib}/widgets/fallbacksView/model/index.d.ts +0 -0
  3391. /package/dist/{lib → types/lib}/widgets/fallbacksView/model/types.d.ts +0 -0
  3392. /package/dist/{lib → types/lib}/widgets/fieldMapper/FieldMapper.d.ts +0 -0
  3393. /package/dist/{lib → types/lib}/widgets/fieldMapper/index.d.ts +0 -0
  3394. /package/dist/{lib → types/lib}/widgets/footer/Footer.d.ts +0 -0
  3395. /package/dist/{lib → types/lib}/widgets/footer/index.d.ts +0 -0
  3396. /package/dist/{lib → types/lib}/widgets/footer/ui/Copyright.d.ts +0 -0
  3397. /package/dist/{lib → types/lib}/widgets/footer/ui/FooterLogo.d.ts +0 -0
  3398. /package/dist/{lib → types/lib}/widgets/footer/ui/Ligal.d.ts +0 -0
  3399. /package/dist/{lib → types/lib}/widgets/footer/ui/NavLinks.d.ts +0 -0
  3400. /package/dist/{lib → types/lib}/widgets/footer/ui/PhonesBlock.d.ts +0 -0
  3401. /package/dist/{lib → types/lib}/widgets/footer/ui/SiteMap.d.ts +0 -0
  3402. /package/dist/{lib → types/lib}/widgets/footer/ui/SocialLinks.d.ts +0 -0
  3403. /package/dist/{lib → types/lib}/widgets/footer/ui/index.d.ts +0 -0
  3404. /package/dist/{lib → types/lib}/widgets/header/Header.d.ts +0 -0
  3405. /package/dist/{lib → types/lib}/widgets/header/index.d.ts +0 -0
  3406. /package/dist/{lib → types/lib}/widgets/header/model/helpers.d.ts +0 -0
  3407. /package/dist/{lib → types/lib}/widgets/htmlParser/HTMLRenderer.d.ts +0 -0
  3408. /package/dist/{lib → types/lib}/widgets/htmlParser/baseHtmlParser.d.ts +0 -0
  3409. /package/dist/{lib → types/lib}/widgets/htmlParser/htmlParser.d.ts +0 -0
  3410. /package/dist/{lib → types/lib}/widgets/htmlParser/index.d.ts +0 -0
  3411. /package/dist/{lib → types/lib}/widgets/htmlParser/nodeHtmlParser.d.ts +0 -0
  3412. /package/dist/{lib → types/lib}/widgets/htmlParser/reactHtmlParser.d.ts +0 -0
  3413. /package/dist/{lib → types/lib}/widgets/index.d.ts +0 -0
  3414. /package/dist/{lib → types/lib}/widgets/infoBlock/index.d.ts +0 -0
  3415. /package/dist/{lib → types/lib}/widgets/infoBlock/model/types.d.ts +0 -0
  3416. /package/dist/{lib → types/lib}/widgets/infoBlock/ui/RootContent.d.ts +0 -0
  3417. /package/dist/{lib → types/lib}/widgets/infoBlock/ui/index.d.ts +0 -0
  3418. /package/dist/{lib → types/lib}/widgets/interLinking/index.d.ts +0 -0
  3419. /package/dist/{lib → types/lib}/widgets/interLinking/model/types.d.ts +0 -0
  3420. /package/dist/{lib → types/lib}/widgets/interLinking/ui/LinksList.d.ts +0 -0
  3421. /package/dist/{lib → types/lib}/widgets/interLinking/ui/index.d.ts +0 -0
  3422. /package/dist/{lib → types/lib}/widgets/longBanner/LongBanner.d.ts +0 -0
  3423. /package/dist/{lib → types/lib}/widgets/longBanner/index.d.ts +0 -0
  3424. /package/dist/{lib → types/lib}/widgets/longBanner/model/cva.d.ts +0 -0
  3425. /package/dist/{lib → types/lib}/widgets/longBanner/model/types.d.ts +0 -0
  3426. /package/dist/{lib → types/lib}/widgets/longBanner/ui/TextItem.d.ts +0 -0
  3427. /package/dist/{lib → types/lib}/widgets/longBanner/ui/TextList.d.ts +0 -0
  3428. /package/dist/{lib → types/lib}/widgets/longBanner/ui/Title.d.ts +0 -0
  3429. /package/dist/{lib → types/lib}/widgets/longBanner/ui/index.d.ts +0 -0
  3430. /package/dist/{lib → types/lib}/widgets/model/helpers.d.ts +0 -0
  3431. /package/dist/{lib → types/lib}/widgets/model/index.d.ts +0 -0
  3432. /package/dist/{lib → types/lib}/widgets/model/types.d.ts +0 -0
  3433. /package/dist/{lib → types/lib}/widgets/queryClientProvider/QueryClientProvider.d.ts +0 -0
  3434. /package/dist/{lib → types/lib}/widgets/queryClientProvider/index.d.ts +0 -0
  3435. /package/dist/{lib → types/lib}/widgets/seoHeader/SeoHeader.d.ts +0 -0
  3436. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/index.d.ts +0 -0
  3437. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/useCategoryReducer/actions.d.ts +0 -0
  3438. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/useCategoryReducer/index.d.ts +0 -0
  3439. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/useCategoryReducer/reducer.d.ts +0 -0
  3440. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/useCategoryReducer/types.d.ts +0 -0
  3441. /package/dist/{lib → types/lib}/widgets/seoHeader/hooks/useCategoryReducer/useCategoryReducer.d.ts +0 -0
  3442. /package/dist/{lib → types/lib}/widgets/seoHeader/index.d.ts +0 -0
  3443. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/CategoriesDesktop.d.ts +0 -0
  3444. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/CategoryTabs.d.ts +0 -0
  3445. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/index.d.ts +0 -0
  3446. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/rootTab/RootTab.d.ts +0 -0
  3447. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/rootTab/index.d.ts +0 -0
  3448. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/tab/Tab.d.ts +0 -0
  3449. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/tab/index.d.ts +0 -0
  3450. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/tab/ui/content/TabContent.d.ts +0 -0
  3451. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/tab/ui/content/index.d.ts +0 -0
  3452. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/desktop/tab/ui/index.d.ts +0 -0
  3453. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/index.d.ts +0 -0
  3454. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/mobile/CategoriesMobile.d.ts +0 -0
  3455. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/mobile/index.d.ts +0 -0
  3456. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/mobile/menu/Menu.d.ts +0 -0
  3457. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/mobile/menu/MenuItem.d.ts +0 -0
  3458. /package/dist/{lib → types/lib}/widgets/seoHeader/ui/mobile/menu/index.d.ts +0 -0
  3459. /package/dist/{lib → types/lib}/widgets/stepper/Stepper.d.ts +0 -0
  3460. /package/dist/{lib → types/lib}/widgets/stepper/index.d.ts +0 -0
  3461. /package/dist/{lib → types/lib}/widgets/stepper/model/types.d.ts +0 -0
  3462. /package/dist/{lib → types/lib}/widgets/stepper/ui/SingleStep.d.ts +0 -0
  3463. /package/dist/{lib → types/lib}/widgets/stepper/ui/StepperTabs.d.ts +0 -0
  3464. /package/dist/{lib → types/lib}/widgets/stepper/ui/index.d.ts +0 -0
  3465. /package/dist/{lib → types/lib}/widgets/usefulInfo/UsefulInfo.d.ts +0 -0
  3466. /package/dist/{lib → types/lib}/widgets/usefulInfo/index.d.ts +0 -0
  3467. /package/dist/{lib → types/lib}/widgets/usefulInfo/model/index.d.ts +0 -0
  3468. /package/dist/{lib → types/lib}/widgets/usefulInfo/model/utils.d.ts +0 -0
  3469. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/RenderEntity.d.ts +0 -0
  3470. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/Tabs.d.ts +0 -0
  3471. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/index.d.ts +0 -0
  3472. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/documents/Documents.d.ts +0 -0
  3473. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/documents/index.d.ts +0 -0
  3474. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/documents/ui/document/Document.d.ts +0 -0
  3475. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/documents/ui/document/index.d.ts +0 -0
  3476. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/html/Html.d.ts +0 -0
  3477. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/html/index.d.ts +0 -0
  3478. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/index.d.ts +0 -0
  3479. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/Table.d.ts +0 -0
  3480. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/index.d.ts +0 -0
  3481. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/model/utils.d.ts +0 -0
  3482. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/ui/DesktopHeadings.d.ts +0 -0
  3483. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/ui/DesktopRow.d.ts +0 -0
  3484. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/ui/MobileRow.d.ts +0 -0
  3485. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/ui/TableBody.d.ts +0 -0
  3486. /package/dist/{lib → types/lib}/widgets/usefulInfo/ui/subEntities/table/ui/index.d.ts +0 -0
  3487. /package/dist/{lib → types/lib}/widgets/userFeedback/index.d.ts +0 -0
  3488. /package/dist/{lib → types/lib}/widgets/userFeedback/model/hooks/index.d.ts +0 -0
  3489. /package/dist/{lib → types/lib}/widgets/userFeedback/model/hooks/useRating.d.ts +0 -0
  3490. /package/dist/{lib → types/lib}/widgets/userFeedback/model/index.d.ts +0 -0
  3491. /package/dist/{lib → types/lib}/widgets/userFeedback/model/schema.d.ts +0 -0
  3492. /package/dist/{lib → types/lib}/widgets/userFeedback/model/types.d.ts +0 -0
  3493. /package/dist/{lib → types/lib}/widgets/userFeedback/ui/FeedbackTrigger.d.ts +0 -0
  3494. /package/dist/{lib → types/lib}/widgets/userFeedback/ui/Finally.d.ts +0 -0
  3495. /package/dist/{lib → types/lib}/widgets/userFeedback/ui/SelectRating.d.ts +0 -0
  3496. /package/dist/{lib → types/lib}/widgets/userFeedback/ui/index.d.ts +0 -0
@@ -0,0 +1,2 @@
1
+ import{useRef as q,useLayoutEffect as z}from"react";import{Animation as o}from"./UI.js";const l=e=>e instanceof HTMLElement?e:null,w=e=>[...e.querySelectorAll("[data-animated-month]")??[]],I=e=>l(e.querySelector("[data-animated-month]")),h=e=>l(e.querySelector("[data-animated-caption]")),S=e=>l(e.querySelector("[data-animated-weeks]")),B=e=>l(e.querySelector("[data-animated-nav]")),P=e=>l(e.querySelector("[data-animated-weekdays]"));function D(e,M,{classNames:s,months:a,focused:b,dateLib:A}){const y=q(null),H=q(a),p=q(!1);z(()=>{const f=H.current;if(H.current=a,!M||!e.current||!(e.current instanceof HTMLElement)||a.length===0||f.length===0||a.length!==f.length)return;const g=A.isSameMonth(a[0].date,f[0].date),u=A.isAfter(a[0].date,f[0].date),v=u?s[o.caption_after_enter]:s[o.caption_before_enter],m=u?s[o.weeks_after_enter]:s[o.weeks_before_enter],x=y.current,L=e.current.cloneNode(!0);if(L instanceof HTMLElement?(w(L).forEach(t=>{if(!(t instanceof HTMLElement))return;const c=I(t);c&&t.contains(c)&&t.removeChild(c);const n=h(t);n&&n.classList.remove(v);const r=S(t);r&&r.classList.remove(m)}),y.current=L):y.current=null,p.current||g||b)return;const _=x instanceof HTMLElement?w(x):[],E=w(e.current);if(E&&E.every(i=>i instanceof HTMLElement)&&_&&_.every(i=>i instanceof HTMLElement)){p.current=!0,e.current.style.isolation="isolate";const i=B(e.current);i&&(i.style.zIndex="1"),E.forEach((t,c)=>{const n=_[c];if(!n)return;t.style.position="relative",t.style.overflow="hidden";const r=h(t);r&&r.classList.add(v);const d=S(t);d&&d.classList.add(m);const W=()=>{p.current=!1,e.current&&(e.current.style.isolation=""),i&&(i.style.zIndex=""),r&&r.classList.remove(v),d&&d.classList.remove(m),t.style.position="",t.style.overflow="",t.contains(n)&&t.removeChild(n)};n.style.pointerEvents="none",n.style.position="absolute",n.style.overflow="hidden",n.setAttribute("aria-hidden","true");const C=P(n);C&&(C.style.opacity="0");const k=h(n);k&&(k.classList.add(u?s[o.caption_before_exit]:s[o.caption_after_exit]),k.addEventListener("animationend",W));const T=S(n);T&&T.classList.add(u?s[o.weeks_before_exit]:s[o.weeks_after_exit]),t.insertBefore(n,t.firstChild)})}})}export{D as useAnimation};
2
+ //# sourceMappingURL=useAnimation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAnimation.js","sources":["../../../../../node_modules/react-day-picker/dist/esm/useAnimation.js"],"sourcesContent":["import { useLayoutEffect, useRef } from \"react\";\nimport { Animation } from \"./UI.js\";\nconst asHtmlElement = (element) => {\n if (element instanceof HTMLElement)\n return element;\n return null;\n};\nconst queryMonthEls = (element) => [\n ...(element.querySelectorAll(\"[data-animated-month]\") ?? [])\n];\nconst queryMonthEl = (element) => asHtmlElement(element.querySelector(\"[data-animated-month]\"));\nconst queryCaptionEl = (element) => asHtmlElement(element.querySelector(\"[data-animated-caption]\"));\nconst queryWeeksEl = (element) => asHtmlElement(element.querySelector(\"[data-animated-weeks]\"));\nconst queryNavEl = (element) => asHtmlElement(element.querySelector(\"[data-animated-nav]\"));\nconst queryWeekdaysEl = (element) => asHtmlElement(element.querySelector(\"[data-animated-weekdays]\"));\n/**\n * Handles animations for transitioning between months in the DayPicker\n * component.\n *\n * @private\n * @param rootElRef - A reference to the root element of the DayPicker\n * component.\n * @param enabled - Whether animations are enabled.\n * @param options - Configuration options for the animation, including class\n * names, months, focused day, and the date utility library.\n */\nexport function useAnimation(rootElRef, enabled, { classNames, months, focused, dateLib }) {\n const previousRootElSnapshotRef = useRef(null);\n const previousMonthsRef = useRef(months);\n const animatingRef = useRef(false);\n useLayoutEffect(() => {\n // get previous months before updating the previous months ref\n const previousMonths = previousMonthsRef.current;\n // update previous months ref for next effect trigger\n previousMonthsRef.current = months;\n if (!enabled ||\n !rootElRef.current ||\n // safety check because the ref can be set to anything by consumers\n !(rootElRef.current instanceof HTMLElement) ||\n // validation required for the animation to work as expected\n months.length === 0 ||\n previousMonths.length === 0 ||\n months.length !== previousMonths.length) {\n return;\n }\n const isSameMonth = dateLib.isSameMonth(months[0].date, previousMonths[0].date);\n const isAfterPreviousMonth = dateLib.isAfter(months[0].date, previousMonths[0].date);\n const captionAnimationClass = isAfterPreviousMonth\n ? classNames[Animation.caption_after_enter]\n : classNames[Animation.caption_before_enter];\n const weeksAnimationClass = isAfterPreviousMonth\n ? classNames[Animation.weeks_after_enter]\n : classNames[Animation.weeks_before_enter];\n // get previous root element snapshot before updating the snapshot ref\n const previousRootElSnapshot = previousRootElSnapshotRef.current;\n // update snapshot for next effect trigger\n const rootElSnapshot = rootElRef.current.cloneNode(true);\n if (rootElSnapshot instanceof HTMLElement) {\n // if this effect is triggered while animating, we need to clean up the new root snapshot\n // to put it in the same state as when not animating, to correctly animate the next month change\n const currentMonthElsSnapshot = queryMonthEls(rootElSnapshot);\n currentMonthElsSnapshot.forEach((currentMonthElSnapshot) => {\n if (!(currentMonthElSnapshot instanceof HTMLElement))\n return;\n // remove the old month snapshots from the new root snapshot\n const previousMonthElSnapshot = queryMonthEl(currentMonthElSnapshot);\n if (previousMonthElSnapshot &&\n currentMonthElSnapshot.contains(previousMonthElSnapshot)) {\n currentMonthElSnapshot.removeChild(previousMonthElSnapshot);\n }\n // remove animation classes from the new month snapshots\n const captionEl = queryCaptionEl(currentMonthElSnapshot);\n if (captionEl) {\n captionEl.classList.remove(captionAnimationClass);\n }\n const weeksEl = queryWeeksEl(currentMonthElSnapshot);\n if (weeksEl) {\n weeksEl.classList.remove(weeksAnimationClass);\n }\n });\n previousRootElSnapshotRef.current = rootElSnapshot;\n }\n else {\n previousRootElSnapshotRef.current = null;\n }\n if (animatingRef.current ||\n isSameMonth ||\n // skip animation if a day is focused because it can cause issues to the animation and is better for a11y\n focused) {\n return;\n }\n const previousMonthEls = previousRootElSnapshot instanceof HTMLElement\n ? queryMonthEls(previousRootElSnapshot)\n : [];\n const currentMonthEls = queryMonthEls(rootElRef.current);\n if (currentMonthEls &&\n currentMonthEls.every((el) => el instanceof HTMLElement) &&\n previousMonthEls &&\n previousMonthEls.every((el) => el instanceof HTMLElement)) {\n animatingRef.current = true;\n const cleanUpFunctions = [];\n // set isolation to isolate to isolate the stacking context during animation\n rootElRef.current.style.isolation = \"isolate\";\n // set z-index to 1 to ensure the nav is clickable over the other elements being animated\n const navEl = queryNavEl(rootElRef.current);\n if (navEl) {\n navEl.style.zIndex = \"1\";\n }\n currentMonthEls.forEach((currentMonthEl, index) => {\n const previousMonthEl = previousMonthEls[index];\n if (!previousMonthEl) {\n return;\n }\n // animate new displayed month\n currentMonthEl.style.position = \"relative\";\n currentMonthEl.style.overflow = \"hidden\";\n const captionEl = queryCaptionEl(currentMonthEl);\n if (captionEl) {\n captionEl.classList.add(captionAnimationClass);\n }\n const weeksEl = queryWeeksEl(currentMonthEl);\n if (weeksEl) {\n weeksEl.classList.add(weeksAnimationClass);\n }\n // animate new displayed month end\n const cleanUp = () => {\n animatingRef.current = false;\n if (rootElRef.current) {\n rootElRef.current.style.isolation = \"\";\n }\n if (navEl) {\n navEl.style.zIndex = \"\";\n }\n if (captionEl) {\n captionEl.classList.remove(captionAnimationClass);\n }\n if (weeksEl) {\n weeksEl.classList.remove(weeksAnimationClass);\n }\n currentMonthEl.style.position = \"\";\n currentMonthEl.style.overflow = \"\";\n if (currentMonthEl.contains(previousMonthEl)) {\n currentMonthEl.removeChild(previousMonthEl);\n }\n };\n cleanUpFunctions.push(cleanUp);\n // animate old displayed month\n previousMonthEl.style.pointerEvents = \"none\";\n previousMonthEl.style.position = \"absolute\";\n previousMonthEl.style.overflow = \"hidden\";\n previousMonthEl.setAttribute(\"aria-hidden\", \"true\");\n // hide the weekdays container of the old month and only the new one\n const previousWeekdaysEl = queryWeekdaysEl(previousMonthEl);\n if (previousWeekdaysEl) {\n previousWeekdaysEl.style.opacity = \"0\";\n }\n const previousCaptionEl = queryCaptionEl(previousMonthEl);\n if (previousCaptionEl) {\n previousCaptionEl.classList.add(isAfterPreviousMonth\n ? classNames[Animation.caption_before_exit]\n : classNames[Animation.caption_after_exit]);\n previousCaptionEl.addEventListener(\"animationend\", cleanUp);\n }\n const previousWeeksEl = queryWeeksEl(previousMonthEl);\n if (previousWeeksEl) {\n previousWeeksEl.classList.add(isAfterPreviousMonth\n ? classNames[Animation.weeks_before_exit]\n : classNames[Animation.weeks_after_exit]);\n }\n currentMonthEl.insertBefore(previousMonthEl, currentMonthEl.firstChild);\n });\n }\n });\n}\n//# sourceMappingURL=useAnimation.js.map"],"names":["asHtmlElement","element","queryMonthEls","queryMonthEl","queryCaptionEl","queryWeeksEl","queryNavEl","queryWeekdaysEl","useAnimation","rootElRef","enabled","classNames","months","focused","dateLib","previousRootElSnapshotRef","useRef","previousMonthsRef","animatingRef","useLayoutEffect","previousMonths","isSameMonth","isAfterPreviousMonth","captionAnimationClass","Animation","weeksAnimationClass","previousRootElSnapshot","rootElSnapshot","currentMonthElSnapshot","previousMonthElSnapshot","captionEl","weeksEl","previousMonthEls","currentMonthEls","el","navEl","currentMonthEl","index","previousMonthEl","cleanUp","previousWeekdaysEl","previousCaptionEl","previousWeeksEl"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{useEffect as I}from"react";import{getDates as N}from"./helpers/getDates.js";import{getDays as k}from"./helpers/getDays.js";import{getDisplayMonths as C}from"./helpers/getDisplayMonths.js";import{getInitialMonth as g}from"./helpers/getInitialMonth.js";import{getMonths as O}from"./helpers/getMonths.js";import{getNavMonths as q}from"./helpers/getNavMonth.js";import{getNextMonth as F}from"./helpers/getNextMonth.js";import{getPreviousMonth as P}from"./helpers/getPreviousMonth.js";import{getWeeks as S}from"./helpers/getWeeks.js";import{useControlledValue as V}from"./helpers/useControlledValue.js";function X(t,n){const[i,s]=q(t,n),{startOfMonth:r,endOfMonth:d}=n,c=g(t,n),[m,h]=V(c,t.month?c:void 0);I(()=>{const o=g(t,n);h(o)},[t.timeZone]);const M=C(m,s,t,n),y=N(M,t.endMonth?d(t.endMonth):void 0,t,n),f=O(M,y,t,n),l=S(f),v=k(f),D=P(m,i,t,n),T=F(m,s,t,n),{disableNavigation:w,onMonthChange:a}=t,x=o=>l.some(e=>e.days.some(E=>E.isEqualTo(o))),u=o=>{if(w)return;let e=r(o);i&&e<r(i)&&(e=r(i)),s&&e>r(s)&&(e=r(s)),h(e),a==null||a(e)};return{months:f,weeks:l,days:v,navStart:i,navEnd:s,previousMonth:D,nextMonth:T,goToMonth:u,goToDay:o=>{x(o)||u(o.date)}}}export{X as useCalendar};
2
+ //# sourceMappingURL=useCalendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCalendar.js","sources":["../../../../../node_modules/react-day-picker/dist/esm/useCalendar.js"],"sourcesContent":["import { useEffect } from \"react\";\nimport { getDates } from \"./helpers/getDates.js\";\nimport { getDays } from \"./helpers/getDays.js\";\nimport { getDisplayMonths } from \"./helpers/getDisplayMonths.js\";\nimport { getInitialMonth } from \"./helpers/getInitialMonth.js\";\nimport { getMonths } from \"./helpers/getMonths.js\";\nimport { getNavMonths } from \"./helpers/getNavMonth.js\";\nimport { getNextMonth } from \"./helpers/getNextMonth.js\";\nimport { getPreviousMonth } from \"./helpers/getPreviousMonth.js\";\nimport { getWeeks } from \"./helpers/getWeeks.js\";\nimport { useControlledValue } from \"./helpers/useControlledValue.js\";\n/**\n * Provides the calendar object to work with the calendar in custom components.\n *\n * @private\n * @param props - The DayPicker props related to calendar configuration.\n * @param dateLib - The date utility library instance.\n * @returns The calendar object containing displayed days, weeks, months, and\n * navigation methods.\n */\nexport function useCalendar(props, dateLib) {\n const [navStart, navEnd] = getNavMonths(props, dateLib);\n const { startOfMonth, endOfMonth } = dateLib;\n const initialMonth = getInitialMonth(props, dateLib);\n const [firstMonth, setFirstMonth] = useControlledValue(initialMonth, \n // initialMonth is always computed from props.month if provided\n props.month ? initialMonth : undefined);\n useEffect(() => {\n const newInitialMonth = getInitialMonth(props, dateLib);\n setFirstMonth(newInitialMonth);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [props.timeZone]);\n /** The months displayed in the calendar. */\n const displayMonths = getDisplayMonths(firstMonth, navEnd, props, dateLib);\n /** The dates displayed in the calendar. */\n const dates = getDates(displayMonths, props.endMonth ? endOfMonth(props.endMonth) : undefined, props, dateLib);\n /** The Months displayed in the calendar. */\n const months = getMonths(displayMonths, dates, props, dateLib);\n /** The Weeks displayed in the calendar. */\n const weeks = getWeeks(months);\n /** The Days displayed in the calendar. */\n const days = getDays(months);\n const previousMonth = getPreviousMonth(firstMonth, navStart, props, dateLib);\n const nextMonth = getNextMonth(firstMonth, navEnd, props, dateLib);\n const { disableNavigation, onMonthChange } = props;\n const isDayInCalendar = (day) => weeks.some((week) => week.days.some((d) => d.isEqualTo(day)));\n const goToMonth = (date) => {\n if (disableNavigation) {\n return;\n }\n let newMonth = startOfMonth(date);\n // if month is before start, use the first month instead\n if (navStart && newMonth < startOfMonth(navStart)) {\n newMonth = startOfMonth(navStart);\n }\n // if month is after endMonth, use the last month instead\n if (navEnd && newMonth > startOfMonth(navEnd)) {\n newMonth = startOfMonth(navEnd);\n }\n setFirstMonth(newMonth);\n onMonthChange?.(newMonth);\n };\n const goToDay = (day) => {\n // is this check necessary?\n if (isDayInCalendar(day)) {\n return;\n }\n goToMonth(day.date);\n };\n const calendar = {\n months,\n weeks,\n days,\n navStart,\n navEnd,\n previousMonth,\n nextMonth,\n goToMonth,\n goToDay\n };\n return calendar;\n}\n//# sourceMappingURL=useCalendar.js.map"],"names":["useCalendar","props","dateLib","navStart","navEnd","getNavMonths","startOfMonth","endOfMonth","initialMonth","getInitialMonth","firstMonth","setFirstMonth","useControlledValue","useEffect","newInitialMonth","displayMonths","getDisplayMonths","dates","getDates","months","getMonths","weeks","getWeeks","days","getDays","previousMonth","getPreviousMonth","nextMonth","getNextMonth","disableNavigation","onMonthChange","isDayInCalendar","day","week","d","goToMonth","date","newMonth"],"mappings":"6lBAoBO,SAASA,EAAYC,EAAOC,EAAS,CACxC,KAAM,CAACC,EAAUC,CAAM,EAAIC,EAAaJ,EAAOC,CAAO,EAChD,CAAE,aAAAI,EAAc,WAAAC,CAAU,EAAKL,EAC/BM,EAAeC,EAAgBR,EAAOC,CAAO,EAC7C,CAACQ,EAAYC,CAAa,EAAIC,EAAmBJ,EAEvDP,EAAM,MAAQO,EAAe,MAAS,EACtCK,EAAU,IAAM,CACZ,MAAMC,EAAkBL,EAAgBR,EAAOC,CAAO,EACtDS,EAAcG,CAAe,CAErC,EAAO,CAACb,EAAM,QAAQ,CAAC,EAEnB,MAAMc,EAAgBC,EAAiBN,EAAYN,EAAQH,EAAOC,CAAO,EAEnEe,EAAQC,EAASH,EAAed,EAAM,SAAWM,EAAWN,EAAM,QAAQ,EAAI,OAAWA,EAAOC,CAAO,EAEvGiB,EAASC,EAAUL,EAAeE,EAAOhB,EAAOC,CAAO,EAEvDmB,EAAQC,EAASH,CAAM,EAEvBI,EAAOC,EAAQL,CAAM,EACrBM,EAAgBC,EAAiBhB,EAAYP,EAAUF,EAAOC,CAAO,EACrEyB,EAAYC,EAAalB,EAAYN,EAAQH,EAAOC,CAAO,EAC3D,CAAE,kBAAA2B,EAAmB,cAAAC,CAAa,EAAK7B,EACvC8B,EAAmBC,GAAQX,EAAM,KAAMY,GAASA,EAAK,KAAK,KAAMC,GAAMA,EAAE,UAAUF,CAAG,CAAC,CAAC,EACvFG,EAAaC,GAAS,CACxB,GAAIP,EACA,OAEJ,IAAIQ,EAAW/B,EAAa8B,CAAI,EAE5BjC,GAAYkC,EAAW/B,EAAaH,CAAQ,IAC5CkC,EAAW/B,EAAaH,CAAQ,GAGhCC,GAAUiC,EAAW/B,EAAaF,CAAM,IACxCiC,EAAW/B,EAAaF,CAAM,GAElCO,EAAc0B,CAAQ,EACtBP,GAAA,MAAAA,EAAgBO,EACxB,EAmBI,MAXiB,CACb,OAAAlB,EACA,MAAAE,EACA,KAAAE,EACA,SAAApB,EACA,OAAAC,EACA,cAAAqB,EACA,UAAAE,EACA,UAAAQ,EACA,QAhBaH,GAAQ,CAEjBD,EAAgBC,CAAG,GAGvBG,EAAUH,EAAI,IAAI,CAC1B,CAWA,CAEA","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{createContext as t,useContext as n}from"react";const o=t(void 0);function c(){const e=n(o);if(e===void 0)throw new Error("useDayPicker() must be used within a custom component.");return e}export{o as dayPickerContext,c as useDayPicker};
2
+ //# sourceMappingURL=useDayPicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDayPicker.js","sources":["../../../../../node_modules/react-day-picker/dist/esm/useDayPicker.js"],"sourcesContent":["import { createContext, useContext } from \"react\";\n/** @ignore */\nexport const dayPickerContext = createContext(undefined);\n/**\n * Provides access to the DayPicker context, which includes properties and\n * methods to interact with the DayPicker component. This hook must be used\n * within a custom component.\n *\n * @template T - Use this type to refine the returned context type with a\n * specific selection mode.\n * @returns The context to work with DayPicker.\n * @throws {Error} If the hook is used outside of a DayPicker provider.\n * @group Hooks\n * @see https://daypicker.dev/guides/custom-components\n */\nexport function useDayPicker() {\n const context = useContext(dayPickerContext);\n if (context === undefined) {\n throw new Error(\"useDayPicker() must be used within a custom component.\");\n }\n return context;\n}\n//# sourceMappingURL=useDayPicker.js.map"],"names":["dayPickerContext","createContext","useDayPicker","context","useContext"],"mappings":"sDAEY,MAACA,EAAmBC,EAAc,MAAS,EAahD,SAASC,GAAe,CAC3B,MAAMC,EAAUC,EAAWJ,CAAgB,EAC3C,GAAIG,IAAY,OACZ,MAAM,IAAI,MAAM,wDAAwD,EAE5E,OAAOA,CACX","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{useState as r}from"react";import{calculateFocusTarget as g}from"./helpers/calculateFocusTarget.js";import{getNextFocus as v}from"./helpers/getNextFocus.js";function S(n,o,F,a,i){const{autoFocus:f}=n,[d,m]=r(),s=g(o.days,F,a||(()=>!1),d),[t,u]=r(f?s:void 0);return{isFocusTarget:e=>!!(s!=null&&s.isEqualTo(e)),setFocused:u,focused:t,blur:()=>{m(t),u(void 0)},moveFocus:(e,l)=>{if(!t)return;const c=v(e,l,t,o.navStart,o.navEnd,n,i);c&&(o.goToDay(c),u(c))}}}export{S as useFocus};
2
+ //# sourceMappingURL=useFocus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFocus.js","sources":["../../../../../node_modules/react-day-picker/dist/esm/useFocus.js"],"sourcesContent":["import { useState } from \"react\";\nimport { calculateFocusTarget } from \"./helpers/calculateFocusTarget.js\";\nimport { getNextFocus } from \"./helpers/getNextFocus.js\";\n/**\n * Manages focus behavior for the DayPicker component, including setting,\n * moving, and blurring focus on calendar days.\n *\n * @template T - The type of DayPicker props.\n * @param props - The DayPicker props.\n * @param calendar - The calendar object containing the displayed days and\n * months.\n * @param getModifiers - A function to retrieve modifiers for a given day.\n * @param isSelected - A function to check if a date is selected.\n * @param dateLib - The date utility library instance.\n * @returns An object containing focus-related methods and the currently focused\n * day.\n */\nexport function useFocus(props, calendar, getModifiers, isSelected, dateLib) {\n const { autoFocus } = props;\n const [lastFocused, setLastFocused] = useState();\n const focusTarget = calculateFocusTarget(calendar.days, getModifiers, isSelected || (() => false), lastFocused);\n const [focusedDay, setFocused] = useState(autoFocus ? focusTarget : undefined);\n const blur = () => {\n setLastFocused(focusedDay);\n setFocused(undefined);\n };\n const moveFocus = (moveBy, moveDir) => {\n if (!focusedDay)\n return;\n const nextFocus = getNextFocus(moveBy, moveDir, focusedDay, calendar.navStart, calendar.navEnd, props, dateLib);\n if (!nextFocus)\n return;\n calendar.goToDay(nextFocus);\n setFocused(nextFocus);\n };\n const isFocusTarget = (day) => {\n return Boolean(focusTarget?.isEqualTo(day));\n };\n const useFocus = {\n isFocusTarget,\n setFocused,\n focused: focusedDay,\n blur,\n moveFocus\n };\n return useFocus;\n}\n//# sourceMappingURL=useFocus.js.map"],"names":["useFocus","props","calendar","getModifiers","isSelected","dateLib","autoFocus","lastFocused","setLastFocused","useState","focusTarget","calculateFocusTarget","focusedDay","setFocused","day","moveBy","moveDir","nextFocus","getNextFocus"],"mappings":"mKAiBO,SAASA,EAASC,EAAOC,EAAUC,EAAcC,EAAYC,EAAS,CACzE,KAAM,CAAE,UAAAC,CAAS,EAAKL,EAChB,CAACM,EAAaC,CAAc,EAAIC,EAAQ,EACxCC,EAAcC,EAAqBT,EAAS,KAAMC,EAAcC,IAAe,IAAM,IAAQG,CAAW,EACxG,CAACK,EAAYC,CAAU,EAAIJ,EAASH,EAAYI,EAAc,MAAS,EAwB7E,MAPiB,CACb,cAJmBI,GACZ,GAAQJ,GAAA,MAAAA,EAAa,UAAUI,IAItC,WAAAD,EACA,QAASD,EACT,KApBS,IAAM,CACfJ,EAAeI,CAAU,EACzBC,EAAW,MAAS,CAC5B,EAkBQ,UAjBc,CAACE,EAAQC,IAAY,CACnC,GAAI,CAACJ,EACD,OACJ,MAAMK,EAAYC,EAAaH,EAAQC,EAASJ,EAAYV,EAAS,SAAUA,EAAS,OAAQD,EAAOI,CAAO,EACzGY,IAELf,EAAS,QAAQe,CAAS,EAC1BJ,EAAWI,CAAS,EAC5B,CAUA,CAEA","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{useMulti as i}from"./selection/useMulti.js";import{useRange as o}from"./selection/useRange.js";import{useSingle as s}from"./selection/useSingle.js";function f(e,n){const t=s(e,n),r=i(e,n),u=o(e,n);switch(e.mode){case"single":return t;case"multiple":return r;case"range":return u;default:return}}export{f as useSelection};
2
+ //# sourceMappingURL=useSelection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSelection.js","sources":["../../../../../node_modules/react-day-picker/dist/esm/useSelection.js"],"sourcesContent":["import { useMulti } from \"./selection/useMulti.js\";\nimport { useRange } from \"./selection/useRange.js\";\nimport { useSingle } from \"./selection/useSingle.js\";\n/**\n * Determines the appropriate selection hook to use based on the selection mode\n * and returns the corresponding selection object.\n *\n * @template T - The type of DayPicker props.\n * @param props - The DayPicker props.\n * @param dateLib - The date utility library instance.\n * @returns The selection object for the specified mode, or `undefined` if no\n * mode is set.\n */\nexport function useSelection(props, dateLib) {\n const single = useSingle(props, dateLib);\n const multi = useMulti(props, dateLib);\n const range = useRange(props, dateLib);\n switch (props.mode) {\n case \"single\":\n return single;\n case \"multiple\":\n return multi;\n case \"range\":\n return range;\n default:\n return undefined;\n }\n}\n//# sourceMappingURL=useSelection.js.map"],"names":["useSelection","props","dateLib","single","useSingle","multi","useMulti","range","useRange"],"mappings":"2JAaO,SAASA,EAAaC,EAAOC,EAAS,CACzC,MAAMC,EAASC,EAAUH,EAAOC,CAAO,EACjCG,EAAQC,EAASL,EAAOC,CAAO,EAC/BK,EAAQC,EAASP,EAAOC,CAAO,EACrC,OAAQD,EAAM,KAAI,CACd,IAAK,SACD,OAAOE,EACX,IAAK,WACD,OAAOE,EACX,IAAK,QACD,OAAOE,EACX,QACI,MACZ,CACA","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{defaultDateLib as p}from"../classes/DateLib.js";function y(o,D,n=0,l=0,r=!1,u=p){const{from:e,to:i}=D||{},{isSameDay:s,isAfter:m,isBefore:c}=u;let f;if(!e&&!i)f={from:o,to:n>0?void 0:o};else if(e&&!i)s(e,o)?r?f={from:e,to:void 0}:f=void 0:c(o,e)?f={from:o,to:e}:f={from:e,to:o};else if(e&&i)if(s(e,o)&&s(i,o))r?f={from:e,to:i}:f=void 0;else if(s(e,o))f={from:e,to:n>0?void 0:o};else if(s(i,o))f={from:o,to:n>0?void 0:o};else if(c(o,e))f={from:o,to:i};else if(m(o,e))f={from:e,to:o};else if(m(o,i))f={from:e,to:o};else throw new Error("Invalid range");if(f!=null&&f.from&&(f!=null&&f.to)){const t=u.differenceInCalendarDays(f.to,f.from);l>0&&t>l?f={from:o,to:void 0}:n>1&&t<n&&(f={from:o,to:void 0})}return f}export{y as addToRange};
2
+ //# sourceMappingURL=addToRange.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addToRange.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/addToRange.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/DateLib.js\";\n/**\n * Adds a date to an existing range, considering constraints like minimum and\n * maximum range size.\n *\n * @param date - The date to add to the range.\n * @param initialRange - The initial range to which the date will be added.\n * @param min - The minimum number of days in the range.\n * @param max - The maximum number of days in the range.\n * @param required - Whether the range must always include at least one date.\n * @param dateLib - The date utility library instance.\n * @returns The updated date range, or `undefined` if the range is cleared.\n * @group Utilities\n */\nexport function addToRange(date, initialRange, min = 0, max = 0, required = false, dateLib = defaultDateLib) {\n const { from, to } = initialRange || {};\n const { isSameDay, isAfter, isBefore } = dateLib;\n let range;\n if (!from && !to) {\n // the range is empty, add the date\n range = { from: date, to: min > 0 ? undefined : date };\n }\n else if (from && !to) {\n // adding date to an incomplete range\n if (isSameDay(from, date)) {\n // adding a date equal to the start of the range\n if (required) {\n range = { from, to: undefined };\n }\n else {\n range = undefined;\n }\n }\n else if (isBefore(date, from)) {\n // adding a date before the start of the range\n range = { from: date, to: from };\n }\n else {\n // adding a date after the start of the range\n range = { from, to: date };\n }\n }\n else if (from && to) {\n // adding date to a complete range\n if (isSameDay(from, date) && isSameDay(to, date)) {\n // adding a date that is equal to both start and end of the range\n if (required) {\n range = { from, to };\n }\n else {\n range = undefined;\n }\n }\n else if (isSameDay(from, date)) {\n // adding a date equal to the the start of the range\n range = { from, to: min > 0 ? undefined : date };\n }\n else if (isSameDay(to, date)) {\n // adding a dare equal to the end of the range\n range = { from: date, to: min > 0 ? undefined : date };\n }\n else if (isBefore(date, from)) {\n // adding a date before the start of the range\n range = { from: date, to: to };\n }\n else if (isAfter(date, from)) {\n // adding a date after the start of the range\n range = { from, to: date };\n }\n else if (isAfter(date, to)) {\n // adding a date after the end of the range\n range = { from, to: date };\n }\n else {\n throw new Error(\"Invalid range\");\n }\n }\n // check for min / max\n if (range?.from && range?.to) {\n const diff = dateLib.differenceInCalendarDays(range.to, range.from);\n if (max > 0 && diff > max) {\n range = { from: date, to: undefined };\n }\n else if (min > 1 && diff < min) {\n range = { from: date, to: undefined };\n }\n }\n return range;\n}\n//# sourceMappingURL=addToRange.js.map"],"names":["addToRange","date","initialRange","min","max","required","dateLib","defaultDateLib","from","to","isSameDay","isAfter","isBefore","range","diff"],"mappings":"uDAcO,SAASA,EAAWC,EAAMC,EAAcC,EAAM,EAAGC,EAAM,EAAGC,EAAW,GAAOC,EAAUC,EAAgB,CACzG,KAAM,CAAE,KAAAC,EAAM,GAAAC,CAAE,EAAKP,GAAgB,CAAA,EAC/B,CAAE,UAAAQ,EAAW,QAAAC,EAAS,SAAAC,CAAQ,EAAKN,EACzC,IAAIO,EACJ,GAAI,CAACL,GAAQ,CAACC,EAEVI,EAAQ,CAAE,KAAMZ,EAAM,GAAIE,EAAM,EAAI,OAAYF,CAAI,UAE/CO,GAAQ,CAACC,EAEVC,EAAUF,EAAMP,CAAI,EAEhBI,EACAQ,EAAQ,CAAE,KAAAL,EAAM,GAAI,MAAS,EAG7BK,EAAQ,OAGPD,EAASX,EAAMO,CAAI,EAExBK,EAAQ,CAAE,KAAMZ,EAAM,GAAIO,CAAI,EAI9BK,EAAQ,CAAE,KAAAL,EAAM,GAAIP,CAAI,UAGvBO,GAAQC,EAEb,GAAIC,EAAUF,EAAMP,CAAI,GAAKS,EAAUD,EAAIR,CAAI,EAEvCI,EACAQ,EAAQ,CAAE,KAAAL,EAAM,GAAAC,CAAE,EAGlBI,EAAQ,eAGPH,EAAUF,EAAMP,CAAI,EAEzBY,EAAQ,CAAE,KAAAL,EAAM,GAAIL,EAAM,EAAI,OAAYF,CAAI,UAEzCS,EAAUD,EAAIR,CAAI,EAEvBY,EAAQ,CAAE,KAAMZ,EAAM,GAAIE,EAAM,EAAI,OAAYF,CAAI,UAE/CW,EAASX,EAAMO,CAAI,EAExBK,EAAQ,CAAE,KAAMZ,EAAM,GAAIQ,CAAE,UAEvBE,EAAQV,EAAMO,CAAI,EAEvBK,EAAQ,CAAE,KAAAL,EAAM,GAAIP,CAAI,UAEnBU,EAAQV,EAAMQ,CAAE,EAErBI,EAAQ,CAAE,KAAAL,EAAM,GAAIP,CAAI,MAGxB,OAAM,IAAI,MAAM,eAAe,EAIvC,GAAIY,GAAA,MAAAA,EAAO,OAAQA,GAAA,MAAAA,EAAO,IAAI,CAC1B,MAAMC,EAAOR,EAAQ,yBAAyBO,EAAM,GAAIA,EAAM,IAAI,EAC9DT,EAAM,GAAKU,EAAOV,EAClBS,EAAQ,CAAE,KAAMZ,EAAM,GAAI,MAAS,EAE9BE,EAAM,GAAKW,EAAOX,IACvBU,EAAQ,CAAE,KAAMZ,EAAM,GAAI,MAAS,EAE/C,CACI,OAAOY,CACX","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{defaultDateLib as A}from"../classes/DateLib.js";import{rangeIncludesDate as p}from"./rangeIncludesDate.js";import{isDatesArray as a,isDateRange as I,isDayOfWeekType as g,isDateInterval as k,isDateAfterType as O,isDateBeforeType as W}from"./typeguards.js";function T(f,n,r=A){const y=Array.isArray(n)?n:[n],{isSameDay:u,differenceInCalendarDays:i,isAfter:t}=r;return y.some(e=>{if(typeof e=="boolean")return e;if(r.isDate(e))return u(f,e);if(a(e,r))return e.includes(f);if(I(e))return p(e,f,!1,r);if(g(e))return Array.isArray(e.dayOfWeek)?e.dayOfWeek.includes(f.getDay()):e.dayOfWeek===f.getDay();if(k(e)){const D=i(e.before,f),l=i(e.after,f),s=D>0,o=l<0;return t(e.before,e.after)?o&&s:s||o}return O(e)?i(f,e.after)>0:W(e)?i(e.before,f)>0:typeof e=="function"?e(f):!1})}export{T as dateMatchModifiers};
2
+ //# sourceMappingURL=dateMatchModifiers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dateMatchModifiers.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/DateLib.js\";\nimport { rangeIncludesDate } from \"./rangeIncludesDate.js\";\nimport { isDateAfterType, isDateBeforeType, isDateInterval, isDateRange, isDatesArray, isDayOfWeekType } from \"./typeguards.js\";\n/**\n * Checks if a given date matches at least one of the specified {@link Matcher}.\n *\n * @param date - The date to check.\n * @param matchers - The matchers to check against.\n * @param dateLib - The date utility library instance.\n * @returns `true` if the date matches any of the matchers, otherwise `false`.\n * @group Utilities\n */\nexport function dateMatchModifiers(date, matchers, dateLib = defaultDateLib) {\n const matchersArr = !Array.isArray(matchers) ? [matchers] : matchers;\n const { isSameDay, differenceInCalendarDays, isAfter } = dateLib;\n return matchersArr.some((matcher) => {\n if (typeof matcher === \"boolean\") {\n return matcher;\n }\n if (dateLib.isDate(matcher)) {\n return isSameDay(date, matcher);\n }\n if (isDatesArray(matcher, dateLib)) {\n return matcher.includes(date);\n }\n if (isDateRange(matcher)) {\n return rangeIncludesDate(matcher, date, false, dateLib);\n }\n if (isDayOfWeekType(matcher)) {\n if (!Array.isArray(matcher.dayOfWeek)) {\n return matcher.dayOfWeek === date.getDay();\n }\n return matcher.dayOfWeek.includes(date.getDay());\n }\n if (isDateInterval(matcher)) {\n const diffBefore = differenceInCalendarDays(matcher.before, date);\n const diffAfter = differenceInCalendarDays(matcher.after, date);\n const isDayBefore = diffBefore > 0;\n const isDayAfter = diffAfter < 0;\n const isClosedInterval = isAfter(matcher.before, matcher.after);\n if (isClosedInterval) {\n return isDayAfter && isDayBefore;\n }\n else {\n return isDayBefore || isDayAfter;\n }\n }\n if (isDateAfterType(matcher)) {\n return differenceInCalendarDays(date, matcher.after) > 0;\n }\n if (isDateBeforeType(matcher)) {\n return differenceInCalendarDays(matcher.before, date) > 0;\n }\n if (typeof matcher === \"function\") {\n return matcher(date);\n }\n return false;\n });\n}\n/**\n * @private\n * @deprecated Use {@link dateMatchModifiers} instead.\n */\nexport const isMatch = dateMatchModifiers;\n//# sourceMappingURL=dateMatchModifiers.js.map"],"names":["dateMatchModifiers","date","matchers","dateLib","defaultDateLib","matchersArr","isSameDay","differenceInCalendarDays","isAfter","matcher","isDatesArray","isDateRange","rangeIncludesDate","isDayOfWeekType","isDateInterval","diffBefore","diffAfter","isDayBefore","isDayAfter","isDateAfterType","isDateBeforeType"],"mappings":"sQAYO,SAASA,EAAmBC,EAAMC,EAAUC,EAAUC,EAAgB,CACzE,MAAMC,EAAe,MAAM,QAAQH,CAAQ,EAAiBA,EAAb,CAACA,CAAQ,EAClD,CAAE,UAAAI,EAAW,yBAAAC,EAA0B,QAAAC,CAAO,EAAKL,EACzD,OAAOE,EAAY,KAAMI,GAAY,CACjC,GAAI,OAAOA,GAAY,UACnB,OAAOA,EAEX,GAAIN,EAAQ,OAAOM,CAAO,EACtB,OAAOH,EAAUL,EAAMQ,CAAO,EAElC,GAAIC,EAAaD,EAASN,CAAO,EAC7B,OAAOM,EAAQ,SAASR,CAAI,EAEhC,GAAIU,EAAYF,CAAO,EACnB,OAAOG,EAAkBH,EAASR,EAAM,GAAOE,CAAO,EAE1D,GAAIU,EAAgBJ,CAAO,EACvB,OAAK,MAAM,QAAQA,EAAQ,SAAS,EAG7BA,EAAQ,UAAU,SAASR,EAAK,OAAM,CAAE,EAFpCQ,EAAQ,YAAcR,EAAK,OAAM,EAIhD,GAAIa,EAAeL,CAAO,EAAG,CACzB,MAAMM,EAAaR,EAAyBE,EAAQ,OAAQR,CAAI,EAC1De,EAAYT,EAAyBE,EAAQ,MAAOR,CAAI,EACxDgB,EAAcF,EAAa,EAC3BG,EAAaF,EAAY,EAE/B,OADyBR,EAAQC,EAAQ,OAAQA,EAAQ,KAAK,EAEnDS,GAAcD,EAGdA,GAAeC,CAEtC,CACQ,OAAIC,EAAgBV,CAAO,EAChBF,EAAyBN,EAAMQ,EAAQ,KAAK,EAAI,EAEvDW,EAAiBX,CAAO,EACjBF,EAAyBE,EAAQ,OAAQR,CAAI,EAAI,EAExD,OAAOQ,GAAY,WACZA,EAAQR,CAAI,EAEhB,EACf,CAAK,CACL","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{defaultDateLib as f}from"../classes/DateLib.js";function y(t,r,e=f){const n=Array.isArray(r)?r:[r];let a=t.from;const i=e.differenceInCalendarDays(t.to,t.from),s=Math.min(i,6);for(let o=0;o<=s;o++){if(n.includes(a.getDay()))return!0;a=e.addDays(a,1)}return!1}export{y as rangeContainsDayOfWeek};
2
+ //# sourceMappingURL=rangeContainsDayOfWeek.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rangeContainsDayOfWeek.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/DateLib.js\";\n/**\n * Checks if a date range contains one or more specified days of the week.\n *\n * @since 9.2.2\n * @param range - The date range to check.\n * @param dayOfWeek - The day(s) of the week to check for (`0-6`, where `0` is\n * Sunday).\n * @param dateLib - The date utility library instance.\n * @returns `true` if the range contains the specified day(s) of the week,\n * otherwise `false`.\n * @group Utilities\n */\nexport function rangeContainsDayOfWeek(range, dayOfWeek, dateLib = defaultDateLib) {\n const dayOfWeekArr = !Array.isArray(dayOfWeek) ? [dayOfWeek] : dayOfWeek;\n let date = range.from;\n const totalDays = dateLib.differenceInCalendarDays(range.to, range.from);\n // iterate at maximum one week or the total days if the range is shorter than one week\n const totalDaysLimit = Math.min(totalDays, 6);\n for (let i = 0; i <= totalDaysLimit; i++) {\n if (dayOfWeekArr.includes(date.getDay())) {\n return true;\n }\n date = dateLib.addDays(date, 1);\n }\n return false;\n}\n//# sourceMappingURL=rangeContainsDayOfWeek.js.map"],"names":["rangeContainsDayOfWeek","range","dayOfWeek","dateLib","defaultDateLib","dayOfWeekArr","date","totalDays","totalDaysLimit","i"],"mappings":"uDAaO,SAASA,EAAuBC,EAAOC,EAAWC,EAAUC,EAAgB,CAC/E,MAAMC,EAAgB,MAAM,QAAQH,CAAS,EAAkBA,EAAd,CAACA,CAAS,EAC3D,IAAII,EAAOL,EAAM,KACjB,MAAMM,EAAYJ,EAAQ,yBAAyBF,EAAM,GAAIA,EAAM,IAAI,EAEjEO,EAAiB,KAAK,IAAID,EAAW,CAAC,EAC5C,QAASE,EAAI,EAAGA,GAAKD,EAAgBC,IAAK,CACtC,GAAIJ,EAAa,SAASC,EAAK,OAAM,CAAE,EACnC,MAAO,GAEXA,EAAOH,EAAQ,QAAQG,EAAM,CAAC,CACtC,CACI,MAAO,EACX","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{defaultDateLib as p}from"../classes/DateLib.js";import{dateMatchModifiers as s}from"./dateMatchModifiers.js";import{rangeContainsDayOfWeek as M}from"./rangeContainsDayOfWeek.js";import{rangeIncludesDate as l}from"./rangeIncludesDate.js";import{rangeOverlaps as y}from"./rangeOverlaps.js";import{isDatesArray as a,isDateRange as A,isDayOfWeekType as C,isDateInterval as I,isDateAfterType as v,isDateBeforeType as F}from"./typeguards.js";function d(n,t,f=p){const e=Array.isArray(t)?t:[t];if(e.filter(o=>typeof o!="function").some(o=>typeof o=="boolean"?o:f.isDate(o)?l(n,o,!1,f):a(o,f)?o.some(r=>l(n,r,!1,f)):A(o)?o.from&&o.to?y(n,{from:o.from,to:o.to},f):!1:C(o)?M(n,o.dayOfWeek,f):I(o)?f.isAfter(o.before,o.after)?y(n,{from:f.addDays(o.after,1),to:f.addDays(o.before,-1)},f):s(n.from,o,f)||s(n.to,o,f):v(o)||F(o)?s(n.from,o,f)||s(n.to,o,f):!1))return!0;const i=e.filter(o=>typeof o=="function");if(i.length){let o=n.from;const r=f.differenceInCalendarDays(n.to,n.from);for(let u=0;u<=r;u++){if(i.some(D=>D(o)))return!0;o=f.addDays(o,1)}}return!1}export{d as rangeContainsModifiers};
2
+ //# sourceMappingURL=rangeContainsModifiers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rangeContainsModifiers.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/DateLib.js\";\nimport { dateMatchModifiers } from \"./dateMatchModifiers.js\";\nimport { rangeContainsDayOfWeek } from \"./rangeContainsDayOfWeek.js\";\nimport { rangeIncludesDate } from \"./rangeIncludesDate.js\";\nimport { rangeOverlaps } from \"./rangeOverlaps.js\";\nimport { isDateAfterType, isDateBeforeType, isDateInterval, isDateRange, isDatesArray, isDayOfWeekType } from \"./typeguards.js\";\n/**\n * Checks if a date range contains dates that match the given modifiers.\n *\n * @since 9.2.2\n * @param range - The date range to check.\n * @param modifiers - The modifiers to match against.\n * @param dateLib - The date utility library instance.\n * @returns `true` if the range contains matching dates, otherwise `false`.\n * @group Utilities\n */\nexport function rangeContainsModifiers(range, modifiers, dateLib = defaultDateLib) {\n const matchers = Array.isArray(modifiers) ? modifiers : [modifiers];\n // Defer function matchers evaluation as they are the least performant.\n const nonFunctionMatchers = matchers.filter((matcher) => typeof matcher !== \"function\");\n const nonFunctionMatchersResult = nonFunctionMatchers.some((matcher) => {\n if (typeof matcher === \"boolean\")\n return matcher;\n if (dateLib.isDate(matcher)) {\n return rangeIncludesDate(range, matcher, false, dateLib);\n }\n if (isDatesArray(matcher, dateLib)) {\n return matcher.some((date) => rangeIncludesDate(range, date, false, dateLib));\n }\n if (isDateRange(matcher)) {\n if (matcher.from && matcher.to) {\n return rangeOverlaps(range, { from: matcher.from, to: matcher.to }, dateLib);\n }\n return false;\n }\n if (isDayOfWeekType(matcher)) {\n return rangeContainsDayOfWeek(range, matcher.dayOfWeek, dateLib);\n }\n if (isDateInterval(matcher)) {\n const isClosedInterval = dateLib.isAfter(matcher.before, matcher.after);\n if (isClosedInterval) {\n return rangeOverlaps(range, {\n from: dateLib.addDays(matcher.after, 1),\n to: dateLib.addDays(matcher.before, -1)\n }, dateLib);\n }\n return (dateMatchModifiers(range.from, matcher, dateLib) ||\n dateMatchModifiers(range.to, matcher, dateLib));\n }\n if (isDateAfterType(matcher) || isDateBeforeType(matcher)) {\n return (dateMatchModifiers(range.from, matcher, dateLib) ||\n dateMatchModifiers(range.to, matcher, dateLib));\n }\n return false;\n });\n if (nonFunctionMatchersResult) {\n return true;\n }\n const functionMatchers = matchers.filter((matcher) => typeof matcher === \"function\");\n if (functionMatchers.length) {\n let date = range.from;\n const totalDays = dateLib.differenceInCalendarDays(range.to, range.from);\n for (let i = 0; i <= totalDays; i++) {\n if (functionMatchers.some((matcher) => matcher(date))) {\n return true;\n }\n date = dateLib.addDays(date, 1);\n }\n }\n return false;\n}\n//# sourceMappingURL=rangeContainsModifiers.js.map"],"names":["rangeContainsModifiers","range","modifiers","dateLib","defaultDateLib","matchers","matcher","rangeIncludesDate","isDatesArray","date","isDateRange","rangeOverlaps","isDayOfWeekType","rangeContainsDayOfWeek","isDateInterval","dateMatchModifiers","isDateAfterType","isDateBeforeType","functionMatchers","totalDays","i"],"mappings":"2bAgBO,SAASA,EAAuBC,EAAOC,EAAWC,EAAUC,EAAgB,CAC/E,MAAMC,EAAW,MAAM,QAAQH,CAAS,EAAIA,EAAY,CAACA,CAAS,EAsClE,GApC4BG,EAAS,OAAQC,GAAY,OAAOA,GAAY,UAAU,EAChC,KAAMA,GACpD,OAAOA,GAAY,UACZA,EACPH,EAAQ,OAAOG,CAAO,EACfC,EAAkBN,EAAOK,EAAS,GAAOH,CAAO,EAEvDK,EAAaF,EAASH,CAAO,EACtBG,EAAQ,KAAMG,GAASF,EAAkBN,EAAOQ,EAAM,GAAON,CAAO,CAAC,EAE5EO,EAAYJ,CAAO,EACfA,EAAQ,MAAQA,EAAQ,GACjBK,EAAcV,EAAO,CAAE,KAAMK,EAAQ,KAAM,GAAIA,EAAQ,EAAE,EAAIH,CAAO,EAExE,GAEPS,EAAgBN,CAAO,EAChBO,EAAuBZ,EAAOK,EAAQ,UAAWH,CAAO,EAE/DW,EAAeR,CAAO,EACGH,EAAQ,QAAQG,EAAQ,OAAQA,EAAQ,KAAK,EAE3DK,EAAcV,EAAO,CACxB,KAAME,EAAQ,QAAQG,EAAQ,MAAO,CAAC,EACtC,GAAIH,EAAQ,QAAQG,EAAQ,OAAQ,EAAE,CAC1D,EAAmBH,CAAO,EAENY,EAAmBd,EAAM,KAAMK,EAASH,CAAO,GACnDY,EAAmBd,EAAM,GAAIK,EAASH,CAAO,EAEjDa,EAAgBV,CAAO,GAAKW,EAAiBX,CAAO,EAC5CS,EAAmBd,EAAM,KAAMK,EAASH,CAAO,GACnDY,EAAmBd,EAAM,GAAIK,EAASH,CAAO,EAE9C,EACV,EAEG,MAAO,GAEX,MAAMe,EAAmBb,EAAS,OAAQC,GAAY,OAAOA,GAAY,UAAU,EACnF,GAAIY,EAAiB,OAAQ,CACzB,IAAIT,EAAOR,EAAM,KACjB,MAAMkB,EAAYhB,EAAQ,yBAAyBF,EAAM,GAAIA,EAAM,IAAI,EACvE,QAASmB,EAAI,EAAGA,GAAKD,EAAWC,IAAK,CACjC,GAAIF,EAAiB,KAAMZ,GAAYA,EAAQG,CAAI,CAAC,EAChD,MAAO,GAEXA,EAAON,EAAQ,QAAQM,EAAM,CAAC,CAC1C,CACA,CACI,MAAO,EACX","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{defaultDateLib as s}from"../classes/DateLib.js";function u(f,r,t=!1,o=s){let{from:n,to:e}=f;const{differenceInCalendarDays:i,isSameDay:a}=o;return n&&e?(i(e,n)<0&&([n,e]=[e,n]),i(r,n)>=(t?1:0)&&i(e,r)>=(t?1:0)):!t&&e?a(e,r):!t&&n?a(n,r):!1}export{u as rangeIncludesDate};
2
+ //# sourceMappingURL=rangeIncludesDate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rangeIncludesDate.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/index.js\";\n/**\n * Checks if a given date is within a specified date range.\n *\n * @since 9.0.0\n * @param range - The date range to check against.\n * @param date - The date to check.\n * @param excludeEnds - If `true`, the range's start and end dates are excluded.\n * @param dateLib - The date utility library instance.\n * @returns `true` if the date is within the range, otherwise `false`.\n * @group Utilities\n */\nexport function rangeIncludesDate(range, date, excludeEnds = false, dateLib = defaultDateLib) {\n let { from, to } = range;\n const { differenceInCalendarDays, isSameDay } = dateLib;\n if (from && to) {\n const isRangeInverted = differenceInCalendarDays(to, from) < 0;\n if (isRangeInverted) {\n [from, to] = [to, from];\n }\n const isInRange = differenceInCalendarDays(date, from) >= (excludeEnds ? 1 : 0) &&\n differenceInCalendarDays(to, date) >= (excludeEnds ? 1 : 0);\n return isInRange;\n }\n if (!excludeEnds && to) {\n return isSameDay(to, date);\n }\n if (!excludeEnds && from) {\n return isSameDay(from, date);\n }\n return false;\n}\n/**\n * @private\n * @deprecated Use {@link rangeIncludesDate} instead.\n */\nexport const isDateInRange = (range, date) => rangeIncludesDate(range, date, false, defaultDateLib);\n//# sourceMappingURL=rangeIncludesDate.js.map"],"names":["rangeIncludesDate","range","date","excludeEnds","dateLib","defaultDateLib","from","to","differenceInCalendarDays","isSameDay"],"mappings":"uDAYO,SAASA,EAAkBC,EAAOC,EAAMC,EAAc,GAAOC,EAAUC,EAAgB,CAC1F,GAAI,CAAE,KAAAC,EAAM,GAAAC,CAAE,EAAKN,EACnB,KAAM,CAAE,yBAAAO,EAA0B,UAAAC,CAAS,EAAKL,EAChD,OAAIE,GAAQC,GACgBC,EAAyBD,EAAID,CAAI,EAAI,IAEzD,CAACA,EAAMC,CAAE,EAAI,CAACA,EAAID,CAAI,GAERE,EAAyBN,EAAMI,CAAI,IAAMH,EAAc,EAAI,IACzEK,EAAyBD,EAAIL,CAAI,IAAMC,EAAc,EAAI,IAG7D,CAACA,GAAeI,EACTE,EAAUF,EAAIL,CAAI,EAEzB,CAACC,GAAeG,EACTG,EAAUH,EAAMJ,CAAI,EAExB,EACX","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{rangeIncludesDate as m}from"./rangeIncludesDate.js";import{defaultDateLib as r}from"../classes/DateLib.js";function u(o,f,l=r){return m(o,f.from,!1,l)||m(o,f.to,!1,l)||m(f,o.from,!1,l)||m(f,o.to,!1,l)}export{u as rangeOverlaps};
2
+ //# sourceMappingURL=rangeOverlaps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rangeOverlaps.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js"],"sourcesContent":["import { defaultDateLib } from \"../classes/index.js\";\nimport { rangeIncludesDate } from \"./rangeIncludesDate.js\";\n/**\n * Determines if two date ranges overlap.\n *\n * @since 9.2.2\n * @param rangeLeft - The first date range.\n * @param rangeRight - The second date range.\n * @param dateLib - The date utility library instance.\n * @returns `true` if the ranges overlap, otherwise `false`.\n * @group Utilities\n */\nexport function rangeOverlaps(rangeLeft, rangeRight, dateLib = defaultDateLib) {\n return (rangeIncludesDate(rangeLeft, rangeRight.from, false, dateLib) ||\n rangeIncludesDate(rangeLeft, rangeRight.to, false, dateLib) ||\n rangeIncludesDate(rangeRight, rangeLeft.from, false, dateLib) ||\n rangeIncludesDate(rangeRight, rangeLeft.to, false, dateLib));\n}\n//# sourceMappingURL=rangeOverlaps.js.map"],"names":["rangeOverlaps","rangeLeft","rangeRight","dateLib","defaultDateLib","rangeIncludesDate"],"mappings":"kHAYO,SAASA,EAAcC,EAAWC,EAAYC,EAAUC,EAAgB,CAC3E,OAAQC,EAAkBJ,EAAWC,EAAW,KAAM,GAAOC,CAAO,GAChEE,EAAkBJ,EAAWC,EAAW,GAAI,GAAOC,CAAO,GAC1DE,EAAkBH,EAAYD,EAAU,KAAM,GAAOE,CAAO,GAC5DE,EAAkBH,EAAYD,EAAU,GAAI,GAAOE,CAAO,CAClE","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ function o(e){return!!(e&&typeof e=="object"&&"before"in e&&"after"in e)}function t(e){return!!(e&&typeof e=="object"&&"from"in e)}function r(e){return!!(e&&typeof e=="object"&&"after"in e)}function f(e){return!!(e&&typeof e=="object"&&"before"in e)}function i(e){return!!(e&&typeof e=="object"&&"dayOfWeek"in e)}function y(e,n){return Array.isArray(e)&&e.every(n.isDate)}export{r as isDateAfterType,f as isDateBeforeType,o as isDateInterval,t as isDateRange,y as isDatesArray,i as isDayOfWeekType};
2
+ //# sourceMappingURL=typeguards.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typeguards.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/utils/typeguards.js"],"sourcesContent":["/**\n * Checks if the given value is of type {@link DateInterval}.\n *\n * @param matcher - The value to check.\n * @returns `true` if the value is a {@link DateInterval}, otherwise `false`.\n * @group Utilities\n */\nexport function isDateInterval(matcher) {\n return Boolean(matcher &&\n typeof matcher === \"object\" &&\n \"before\" in matcher &&\n \"after\" in matcher);\n}\n/**\n * Checks if the given value is of type {@link DateRange}.\n *\n * @param value - The value to check.\n * @returns `true` if the value is a {@link DateRange}, otherwise `false`.\n * @group Utilities\n */\nexport function isDateRange(value) {\n return Boolean(value && typeof value === \"object\" && \"from\" in value);\n}\n/**\n * Checks if the given value is of type {@link DateAfter}.\n *\n * @param value - The value to check.\n * @returns `true` if the value is a {@link DateAfter}, otherwise `false`.\n * @group Utilities\n */\nexport function isDateAfterType(value) {\n return Boolean(value && typeof value === \"object\" && \"after\" in value);\n}\n/**\n * Checks if the given value is of type {@link DateBefore}.\n *\n * @param value - The value to check.\n * @returns `true` if the value is a {@link DateBefore}, otherwise `false`.\n * @group Utilities\n */\nexport function isDateBeforeType(value) {\n return Boolean(value && typeof value === \"object\" && \"before\" in value);\n}\n/**\n * Checks if the given value is of type {@link DayOfWeek}.\n *\n * @param value - The value to check.\n * @returns `true` if the value is a {@link DayOfWeek}, otherwise `false`.\n * @group Utilities\n */\nexport function isDayOfWeekType(value) {\n return Boolean(value && typeof value === \"object\" && \"dayOfWeek\" in value);\n}\n/**\n * Checks if the given value is an array of valid dates.\n *\n * @private\n * @param value - The value to check.\n * @param dateLib - The date utility library instance.\n * @returns `true` if the value is an array of valid dates, otherwise `false`.\n */\nexport function isDatesArray(value, dateLib) {\n return Array.isArray(value) && value.every(dateLib.isDate);\n}\n//# sourceMappingURL=typeguards.js.map"],"names":["isDateInterval","matcher","isDateRange","value","isDateAfterType","isDateBeforeType","isDayOfWeekType","isDatesArray","dateLib"],"mappings":"AAOO,SAASA,EAAeC,EAAS,CACpC,MAAO,GAAQA,GACX,OAAOA,GAAY,UACnB,WAAYA,GACZ,UAAWA,EACnB,CAQO,SAASC,EAAYC,EAAO,CAC/B,MAAO,GAAQA,GAAS,OAAOA,GAAU,UAAY,SAAUA,EACnE,CAQO,SAASC,EAAgBD,EAAO,CACnC,MAAO,GAAQA,GAAS,OAAOA,GAAU,UAAY,UAAWA,EACpE,CAQO,SAASE,EAAiBF,EAAO,CACpC,MAAO,GAAQA,GAAS,OAAOA,GAAU,UAAY,WAAYA,EACrE,CAQO,SAASG,EAAgBH,EAAO,CACnC,MAAO,GAAQA,GAAS,OAAOA,GAAU,UAAY,cAAeA,EACxE,CASO,SAASI,EAAaJ,EAAOK,EAAS,CACzC,OAAO,MAAM,QAAQL,CAAK,GAAKA,EAAM,MAAMK,EAAQ,MAAM,CAC7D","x_google_ignoreList":[0]}
@@ -0,0 +1,4 @@
1
+ import Me,{useMemo as C,useRef as T,useReducer as Ne,useEffect as ue,useCallback as m,forwardRef as $e,useImperativeHandle as Ue,Fragment as qe}from"react";import a from"../../../prop-types/index.js";import{fromEvent as Je}from"../../../file-selector/dist/es2015/file-selector.js";import{acceptPropAsAcceptAttr as Ye,pickerOptionsFromAccept as Ge,canUseFileSystemAccessAPI as Qe,onDocumentDragOver as Se,isEvtWithFiles as H,isPropagationStopped as Re,allFilesAccepted as Ve,fileAccepted as Xe,fileMatchSize as Ze,TOO_MANY_FILES_REJECTION as er,isAbort as rr,isSecurityError as nr,isIeOrEdge as tr,composeEventHandlers as y}from"./utils/index.js";var or=["children"],ir=["open"],ar=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],cr=["refKey","onChange","onClick"];function ur(e){return fr(e)||sr(e)||Ie(e)||lr()}function lr(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
2
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function sr(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function fr(e){if(Array.isArray(e))return se(e)}function le(e,n){return dr(e)||gr(e,n)||Ie(e,n)||pr()}function pr(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ie(e,n){if(e){if(typeof e=="string")return se(e,n);var o=Object.prototype.toString.call(e).slice(8,-1);if(o==="Object"&&e.constructor&&(o=e.constructor.name),o==="Map"||o==="Set")return Array.from(e);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return se(e,n)}}function se(e,n){(n==null||n>e.length)&&(n=e.length);for(var o=0,i=new Array(n);o<n;o++)i[o]=e[o];return i}function gr(e,n){var o=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(o!=null){var i=[],c=!0,s=!1,b,D;try{for(o=o.call(e);!(c=(b=o.next()).done)&&(i.push(b.value),!(n&&i.length===n));c=!0);}catch(h){s=!0,D=h}finally{try{!c&&o.return!=null&&o.return()}finally{if(s)throw D}}return i}}function dr(e){if(Array.isArray(e))return e}function ke(e,n){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),o.push.apply(o,i)}return o}function u(e){for(var n=1;n<arguments.length;n++){var o=arguments[n]!=null?arguments[n]:{};n%2?ke(Object(o),!0).forEach(function(i){fe(e,i,o[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ke(Object(o)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(o,i))})}return e}function fe(e,n,o){return n in e?Object.defineProperty(e,n,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[n]=o,e}function B(e,n){if(e==null)return{};var o=Dr(e,n),i,c;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(c=0;c<s.length;c++)i=s[c],!(n.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(o[i]=e[i])}return o}function Dr(e,n){if(e==null)return{};var o={},i=Object.keys(e),c,s;for(s=0;s<i.length;s++)c=i[s],!(n.indexOf(c)>=0)&&(o[c]=e[c]);return o}var ge=$e(function(e,n){var o=e.children,i=B(e,or),c=vr(i),s=c.open,b=B(c,ir);return Ue(n,function(){return{open:s}},[s]),Me.createElement(qe,null,o(u(u({},b),{},{open:s})))});ge.displayName="Dropzone";var ze={disabled:!1,getFilesFromEvent:Je,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};ge.defaultProps=ze;ge.propTypes={children:a.func,accept:a.objectOf(a.arrayOf(a.string)),multiple:a.bool,preventDropOnDocument:a.bool,noClick:a.bool,noKeyboard:a.bool,noDrag:a.bool,noDragEventsBubbling:a.bool,minSize:a.number,maxSize:a.number,maxFiles:a.number,disabled:a.bool,getFilesFromEvent:a.func,onFileDialogCancel:a.func,onFileDialogOpen:a.func,useFsAccessApi:a.bool,autoFocus:a.bool,onDragEnter:a.func,onDragLeave:a.func,onDragOver:a.func,onDrop:a.func,onDropAccepted:a.func,onDropRejected:a.func,onError:a.func,validator:a.func};var pe={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function vr(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=u(u({},ze),e),o=n.accept,i=n.disabled,c=n.getFilesFromEvent,s=n.maxSize,b=n.minSize,D=n.multiple,h=n.maxFiles,W=n.onDragEnter,M=n.onDragLeave,N=n.onDragOver,$=n.onDrop,U=n.onDropAccepted,q=n.onDropRejected,J=n.onFileDialogCancel,Y=n.onFileDialogOpen,de=n.useFsAccessApi,De=n.autoFocus,G=n.preventDropOnDocument,ve=n.noClick,Q=n.noKeyboard,me=n.noDrag,F=n.noDragEventsBubbling,V=n.onError,j=n.validator,P=C(function(){return Ye(o)},[o]),ye=C(function(){return Ge(o)},[o]),X=C(function(){return typeof Y=="function"?Y:xe},[Y]),R=C(function(){return typeof J=="function"?J:xe},[J]),p=T(null),v=T(null),Ke=Ne(mr,pe),be=le(Ke,2),Z=be[0],g=be[1],Le=Z.isFocused,he=Z.isFileDialogActive,k=T(typeof window<"u"&&window.isSecureContext&&de&&Qe()),Fe=function(){!k.current&&he&&setTimeout(function(){if(v.current){var t=v.current.files;t.length||(g({type:"closeDialog"}),R())}},300)};ue(function(){return window.addEventListener("focus",Fe,!1),function(){window.removeEventListener("focus",Fe,!1)}},[v,he,R,k]);var O=T([]),Ae=function(t){p.current&&p.current.contains(t.target)||(t.preventDefault(),O.current=[])};ue(function(){return G&&(document.addEventListener("dragover",Se,!1),document.addEventListener("drop",Ae,!1)),function(){G&&(document.removeEventListener("dragover",Se),document.removeEventListener("drop",Ae))}},[p,G]),ue(function(){return!i&&De&&p.current&&p.current.focus(),function(){}},[p,De,i]);var A=m(function(r){V?V(r):console.error(r)},[V]),Oe=m(function(r){r.preventDefault(),r.persist(),K(r),O.current=[].concat(ur(O.current),[r.target]),H(r)&&Promise.resolve(c(r)).then(function(t){if(!(Re(r)&&!F)){var l=t.length,f=l>0&&Ve({files:t,accept:P,minSize:b,maxSize:s,multiple:D,maxFiles:h,validator:j}),d=l>0&&!f;g({isDragAccept:f,isDragReject:d,isDragActive:!0,type:"setDraggedFiles"}),W&&W(r)}}).catch(function(t){return A(t)})},[c,W,A,F,P,b,s,D,h,j]),Ee=m(function(r){r.preventDefault(),r.persist(),K(r);var t=H(r);if(t&&r.dataTransfer)try{r.dataTransfer.dropEffect="copy"}catch{}return t&&N&&N(r),!1},[N,F]),_e=m(function(r){r.preventDefault(),r.persist(),K(r);var t=O.current.filter(function(f){return p.current&&p.current.contains(f)}),l=t.indexOf(r.target);l!==-1&&t.splice(l,1),O.current=t,!(t.length>0)&&(g({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),H(r)&&M&&M(r))},[p,M,F]),x=m(function(r,t){var l=[],f=[];r.forEach(function(d){var S=Xe(d,P),w=le(S,2),re=w[0],ne=w[1],te=Ze(d,b,s),L=le(te,2),oe=L[0],ie=L[1],ae=j?j(d):null;if(re&&oe&&!ae)l.push(d);else{var ce=[ne,ie];ae&&(ce=ce.concat(ae)),f.push({file:d,errors:ce.filter(function(We){return We})})}}),(!D&&l.length>1||D&&h>=1&&l.length>h)&&(l.forEach(function(d){f.push({file:d,errors:[er]})}),l.splice(0)),g({acceptedFiles:l,fileRejections:f,isDragReject:f.length>0,type:"setFiles"}),$&&$(l,f,t),f.length>0&&q&&q(f,t),l.length>0&&U&&U(l,t)},[g,D,P,b,s,h,$,U,q,j]),I=m(function(r){r.preventDefault(),r.persist(),K(r),O.current=[],H(r)&&Promise.resolve(c(r)).then(function(t){Re(r)&&!F||x(t,r)}).catch(function(t){return A(t)}),g({type:"reset"})},[c,x,A,F]),E=m(function(){if(k.current){g({type:"openDialog"}),X();var r={multiple:D,types:ye};window.showOpenFilePicker(r).then(function(t){return c(t)}).then(function(t){x(t,null),g({type:"closeDialog"})}).catch(function(t){rr(t)?(R(t),g({type:"closeDialog"})):nr(t)?(k.current=!1,v.current?(v.current.value=null,v.current.click()):A(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):A(t)});return}v.current&&(g({type:"openDialog"}),X(),v.current.value=null,v.current.click())},[g,X,R,de,x,A,ye,D]),we=m(function(r){!p.current||!p.current.isEqualNode(r.target)||(r.key===" "||r.key==="Enter"||r.keyCode===32||r.keyCode===13)&&(r.preventDefault(),E())},[p,E]),Ce=m(function(){g({type:"focus"})},[]),je=m(function(){g({type:"blur"})},[]),Pe=m(function(){ve||(tr()?setTimeout(E,0):E())},[ve,E]),_=function(t){return i?null:t},ee=function(t){return Q?null:_(t)},z=function(t){return me?null:_(t)},K=function(t){F&&t.stopPropagation()},Te=C(function(){return function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=r.refKey,l=t===void 0?"ref":t,f=r.role,d=r.onKeyDown,S=r.onFocus,w=r.onBlur,re=r.onClick,ne=r.onDragEnter,te=r.onDragOver,L=r.onDragLeave,oe=r.onDrop,ie=B(r,ar);return u(u(fe({onKeyDown:ee(y(d,we)),onFocus:ee(y(S,Ce)),onBlur:ee(y(w,je)),onClick:_(y(re,Pe)),onDragEnter:z(y(ne,Oe)),onDragOver:z(y(te,Ee)),onDragLeave:z(y(L,_e)),onDrop:z(y(oe,I)),role:typeof f=="string"&&f!==""?f:"presentation"},l,p),!i&&!Q?{tabIndex:0}:{}),ie)}},[p,we,Ce,je,Pe,Oe,Ee,_e,I,Q,me,i]),He=m(function(r){r.stopPropagation()},[]),Be=C(function(){return function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=r.refKey,l=t===void 0?"ref":t,f=r.onChange,d=r.onClick,S=B(r,cr),w=fe({accept:P,multiple:D,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:_(y(f,I)),onClick:_(y(d,He)),tabIndex:-1},l,v);return u(u({},w),S)}},[v,o,D,I,i]);return u(u({},Z),{},{isFocused:Le&&!i,getRootProps:Te,getInputProps:Be,rootRef:p,inputRef:v,open:_(E)})}function mr(e,n){switch(n.type){case"focus":return u(u({},e),{},{isFocused:!0});case"blur":return u(u({},e),{},{isFocused:!1});case"openDialog":return u(u({},pe),{},{isFileDialogActive:!0});case"closeDialog":return u(u({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return u(u({},e),{},{isDragActive:n.isDragActive,isDragAccept:n.isDragAccept,isDragReject:n.isDragReject});case"setFiles":return u(u({},e),{},{acceptedFiles:n.acceptedFiles,fileRejections:n.fileRejections,isDragReject:n.isDragReject});case"reset":return u({},pe);default:return e}}function xe(){}export{ge as default,vr as useDropzone};
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/react-dropzone/dist/es/index.js"],"sourcesContent":["var _excluded = [\"children\"],\n _excluded2 = [\"open\"],\n _excluded3 = [\"refKey\", \"role\", \"onKeyDown\", \"onFocus\", \"onBlur\", \"onClick\", \"onDragEnter\", \"onDragOver\", \"onDragLeave\", \"onDrop\"],\n _excluded4 = [\"refKey\", \"onChange\", \"onClick\"];\n\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* eslint prefer-template: 0 */\nimport React, { forwardRef, Fragment, useCallback, useEffect, useImperativeHandle, useMemo, useReducer, useRef } from \"react\";\nimport PropTypes from \"prop-types\";\nimport { fromEvent } from \"file-selector\";\nimport { acceptPropAsAcceptAttr, allFilesAccepted, composeEventHandlers, fileAccepted, fileMatchSize, canUseFileSystemAccessAPI, isAbort, isEvtWithFiles, isIeOrEdge, isPropagationStopped, isSecurityError, onDocumentDragOver, pickerOptionsFromAccept, TOO_MANY_FILES_REJECTION } from \"./utils/index.js\";\n/**\n * Convenience wrapper component for the `useDropzone` hook\n *\n * ```jsx\n * <Dropzone>\n * {({getRootProps, getInputProps}) => (\n * <div {...getRootProps()}>\n * <input {...getInputProps()} />\n * <p>Drag 'n' drop some files here, or click to select files</p>\n * </div>\n * )}\n * </Dropzone>\n * ```\n */\n\nvar Dropzone = /*#__PURE__*/forwardRef(function (_ref, ref) {\n var children = _ref.children,\n params = _objectWithoutProperties(_ref, _excluded);\n\n var _useDropzone = useDropzone(params),\n open = _useDropzone.open,\n props = _objectWithoutProperties(_useDropzone, _excluded2);\n\n useImperativeHandle(ref, function () {\n return {\n open: open\n };\n }, [open]); // TODO: Figure out why react-styleguidist cannot create docs if we don't return a jsx element\n\n return /*#__PURE__*/React.createElement(Fragment, null, children(_objectSpread(_objectSpread({}, props), {}, {\n open: open\n })));\n});\nDropzone.displayName = \"Dropzone\"; // Add default props for react-docgen\n\nvar defaultProps = {\n disabled: false,\n getFilesFromEvent: fromEvent,\n maxSize: Infinity,\n minSize: 0,\n multiple: true,\n maxFiles: 0,\n preventDropOnDocument: true,\n noClick: false,\n noKeyboard: false,\n noDrag: false,\n noDragEventsBubbling: false,\n validator: null,\n useFsAccessApi: false,\n autoFocus: false\n};\nDropzone.defaultProps = defaultProps;\nDropzone.propTypes = {\n /**\n * Render function that exposes the dropzone state and prop getter fns\n *\n * @param {object} params\n * @param {Function} params.getRootProps Returns the props you should apply to the root drop container you render\n * @param {Function} params.getInputProps Returns the props you should apply to hidden file input you render\n * @param {Function} params.open Open the native file selection dialog\n * @param {boolean} params.isFocused Dropzone area is in focus\n * @param {boolean} params.isFileDialogActive File dialog is opened\n * @param {boolean} params.isDragActive Active drag is in progress\n * @param {boolean} params.isDragAccept Dragged files are accepted\n * @param {boolean} params.isDragReject Some dragged files are rejected\n * @param {File[]} params.acceptedFiles Accepted files\n * @param {FileRejection[]} params.fileRejections Rejected files and why they were rejected\n */\n children: PropTypes.func,\n\n /**\n * Set accepted file types.\n * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information.\n * Keep in mind that mime type determination is not reliable across platforms. CSV files,\n * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under\n * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276).\n */\n accept: PropTypes.objectOf(PropTypes.arrayOf(PropTypes.string)),\n\n /**\n * Allow drag 'n' drop (or selection from the file dialog) of multiple files\n */\n multiple: PropTypes.bool,\n\n /**\n * If false, allow dropped items to take over the current browser window\n */\n preventDropOnDocument: PropTypes.bool,\n\n /**\n * If true, disables click to open the native file selection dialog\n */\n noClick: PropTypes.bool,\n\n /**\n * If true, disables SPACE/ENTER to open the native file selection dialog.\n * Note that it also stops tracking the focus state.\n */\n noKeyboard: PropTypes.bool,\n\n /**\n * If true, disables drag 'n' drop\n */\n noDrag: PropTypes.bool,\n\n /**\n * If true, stops drag event propagation to parents\n */\n noDragEventsBubbling: PropTypes.bool,\n\n /**\n * Minimum file size (in bytes)\n */\n minSize: PropTypes.number,\n\n /**\n * Maximum file size (in bytes)\n */\n maxSize: PropTypes.number,\n\n /**\n * Maximum accepted number of files\n * The default value is 0 which means there is no limitation to how many files are accepted.\n */\n maxFiles: PropTypes.number,\n\n /**\n * Enable/disable the dropzone\n */\n disabled: PropTypes.bool,\n\n /**\n * Use this to provide a custom file aggregator\n *\n * @param {(DragEvent|Event|Array<FileSystemFileHandle>)} event A drag event or input change event (if files were selected via the file dialog)\n */\n getFilesFromEvent: PropTypes.func,\n\n /**\n * Cb for when closing the file dialog with no selection\n */\n onFileDialogCancel: PropTypes.func,\n\n /**\n * Cb for when opening the file dialog\n */\n onFileDialogOpen: PropTypes.func,\n\n /**\n * Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API\n * to open the file picker instead of using an `<input type=\"file\">` click event.\n */\n useFsAccessApi: PropTypes.bool,\n\n /**\n * Set to true to focus the root element on render\n */\n autoFocus: PropTypes.bool,\n\n /**\n * Cb for when the `dragenter` event occurs.\n *\n * @param {DragEvent} event\n */\n onDragEnter: PropTypes.func,\n\n /**\n * Cb for when the `dragleave` event occurs\n *\n * @param {DragEvent} event\n */\n onDragLeave: PropTypes.func,\n\n /**\n * Cb for when the `dragover` event occurs\n *\n * @param {DragEvent} event\n */\n onDragOver: PropTypes.func,\n\n /**\n * Cb for when the `drop` event occurs.\n * Note that this callback is invoked after the `getFilesFromEvent` callback is done.\n *\n * Files are accepted or rejected based on the `accept`, `multiple`, `minSize` and `maxSize` props.\n * `accept` must be a valid [MIME type](http://www.iana.org/assignments/media-types/media-types.xhtml) according to [input element specification](https://www.w3.org/wiki/HTML/Elements/input/file) or a valid file extension.\n * If `multiple` is set to false and additional files are dropped,\n * all files besides the first will be rejected.\n * Any file which does not have a size in the [`minSize`, `maxSize`] range, will be rejected as well.\n *\n * Note that the `onDrop` callback will always be invoked regardless if the dropped files were accepted or rejected.\n * If you'd like to react to a specific scenario, use the `onDropAccepted`/`onDropRejected` props.\n *\n * `onDrop` will provide you with an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which you can then process and send to a server.\n * For example, with [SuperAgent](https://github.com/visionmedia/superagent) as a http/ajax library:\n *\n * ```js\n * function onDrop(acceptedFiles) {\n * const req = request.post('/upload')\n * acceptedFiles.forEach(file => {\n * req.attach(file.name, file)\n * })\n * req.end(callback)\n * }\n * ```\n *\n * @param {File[]} acceptedFiles\n * @param {FileRejection[]} fileRejections\n * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)\n */\n onDrop: PropTypes.func,\n\n /**\n * Cb for when the `drop` event occurs.\n * Note that if no files are accepted, this callback is not invoked.\n *\n * @param {File[]} files\n * @param {(DragEvent|Event)} event\n */\n onDropAccepted: PropTypes.func,\n\n /**\n * Cb for when the `drop` event occurs.\n * Note that if no files are rejected, this callback is not invoked.\n *\n * @param {FileRejection[]} fileRejections\n * @param {(DragEvent|Event)} event\n */\n onDropRejected: PropTypes.func,\n\n /**\n * Cb for when there's some error from any of the promises.\n *\n * @param {Error} error\n */\n onError: PropTypes.func,\n\n /**\n * Custom validation function. It must return null if there's no errors.\n * @param {File} file\n * @returns {FileError|FileError[]|null}\n */\n validator: PropTypes.func\n};\nexport default Dropzone;\n/**\n * A function that is invoked for the `dragenter`,\n * `dragover` and `dragleave` events.\n * It is not invoked if the items are not files (such as link, text, etc.).\n *\n * @callback dragCb\n * @param {DragEvent} event\n */\n\n/**\n * A function that is invoked for the `drop` or input change event.\n * It is not invoked if the items are not files (such as link, text, etc.).\n *\n * @callback dropCb\n * @param {File[]} acceptedFiles List of accepted files\n * @param {FileRejection[]} fileRejections List of rejected files and why they were rejected\n * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)\n */\n\n/**\n * A function that is invoked for the `drop` or input change event.\n * It is not invoked if the items are files (such as link, text, etc.).\n *\n * @callback dropAcceptedCb\n * @param {File[]} files List of accepted files that meet the given criteria\n * (`accept`, `multiple`, `minSize`, `maxSize`)\n * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)\n */\n\n/**\n * A function that is invoked for the `drop` or input change event.\n *\n * @callback dropRejectedCb\n * @param {File[]} files List of rejected files that do not meet the given criteria\n * (`accept`, `multiple`, `minSize`, `maxSize`)\n * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)\n */\n\n/**\n * A function that is used aggregate files,\n * in a asynchronous fashion, from drag or input change events.\n *\n * @callback getFilesFromEvent\n * @param {(DragEvent|Event|Array<FileSystemFileHandle>)} event A drag event or input change event (if files were selected via the file dialog)\n * @returns {(File[]|Promise<File[]>)}\n */\n\n/**\n * An object with the current dropzone state.\n *\n * @typedef {object} DropzoneState\n * @property {boolean} isFocused Dropzone area is in focus\n * @property {boolean} isFileDialogActive File dialog is opened\n * @property {boolean} isDragActive Active drag is in progress\n * @property {boolean} isDragAccept Dragged files are accepted\n * @property {boolean} isDragReject Some dragged files are rejected\n * @property {File[]} acceptedFiles Accepted files\n * @property {FileRejection[]} fileRejections Rejected files and why they were rejected\n */\n\n/**\n * An object with the dropzone methods.\n *\n * @typedef {object} DropzoneMethods\n * @property {Function} getRootProps Returns the props you should apply to the root drop container you render\n * @property {Function} getInputProps Returns the props you should apply to hidden file input you render\n * @property {Function} open Open the native file selection dialog\n */\n\nvar initialState = {\n isFocused: false,\n isFileDialogActive: false,\n isDragActive: false,\n isDragAccept: false,\n isDragReject: false,\n acceptedFiles: [],\n fileRejections: []\n};\n/**\n * A React hook that creates a drag 'n' drop area.\n *\n * ```jsx\n * function MyDropzone(props) {\n * const {getRootProps, getInputProps} = useDropzone({\n * onDrop: acceptedFiles => {\n * // do something with the File objects, e.g. upload to some server\n * }\n * });\n * return (\n * <div {...getRootProps()}>\n * <input {...getInputProps()} />\n * <p>Drag and drop some files here, or click to select files</p>\n * </div>\n * )\n * }\n * ```\n *\n * @function useDropzone\n *\n * @param {object} props\n * @param {import(\"./utils\").AcceptProp} [props.accept] Set accepted file types.\n * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information.\n * Keep in mind that mime type determination is not reliable across platforms. CSV files,\n * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under\n * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276).\n * @param {boolean} [props.multiple=true] Allow drag 'n' drop (or selection from the file dialog) of multiple files\n * @param {boolean} [props.preventDropOnDocument=true] If false, allow dropped items to take over the current browser window\n * @param {boolean} [props.noClick=false] If true, disables click to open the native file selection dialog\n * @param {boolean} [props.noKeyboard=false] If true, disables SPACE/ENTER to open the native file selection dialog.\n * Note that it also stops tracking the focus state.\n * @param {boolean} [props.noDrag=false] If true, disables drag 'n' drop\n * @param {boolean} [props.noDragEventsBubbling=false] If true, stops drag event propagation to parents\n * @param {number} [props.minSize=0] Minimum file size (in bytes)\n * @param {number} [props.maxSize=Infinity] Maximum file size (in bytes)\n * @param {boolean} [props.disabled=false] Enable/disable the dropzone\n * @param {getFilesFromEvent} [props.getFilesFromEvent] Use this to provide a custom file aggregator\n * @param {Function} [props.onFileDialogCancel] Cb for when closing the file dialog with no selection\n * @param {boolean} [props.useFsAccessApi] Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API\n * to open the file picker instead of using an `<input type=\"file\">` click event.\n * @param {boolean} autoFocus Set to true to auto focus the root element.\n * @param {Function} [props.onFileDialogOpen] Cb for when opening the file dialog\n * @param {dragCb} [props.onDragEnter] Cb for when the `dragenter` event occurs.\n * @param {dragCb} [props.onDragLeave] Cb for when the `dragleave` event occurs\n * @param {dragCb} [props.onDragOver] Cb for when the `dragover` event occurs\n * @param {dropCb} [props.onDrop] Cb for when the `drop` event occurs.\n * Note that this callback is invoked after the `getFilesFromEvent` callback is done.\n *\n * Files are accepted or rejected based on the `accept`, `multiple`, `minSize` and `maxSize` props.\n * `accept` must be an object with keys as a valid [MIME type](http://www.iana.org/assignments/media-types/media-types.xhtml) according to [input element specification](https://www.w3.org/wiki/HTML/Elements/input/file) and the value an array of file extensions (optional).\n * If `multiple` is set to false and additional files are dropped,\n * all files besides the first will be rejected.\n * Any file which does not have a size in the [`minSize`, `maxSize`] range, will be rejected as well.\n *\n * Note that the `onDrop` callback will always be invoked regardless if the dropped files were accepted or rejected.\n * If you'd like to react to a specific scenario, use the `onDropAccepted`/`onDropRejected` props.\n *\n * `onDrop` will provide you with an array of [File](https://developer.mozilla.org/en-US/docs/Web/API/File) objects which you can then process and send to a server.\n * For example, with [SuperAgent](https://github.com/visionmedia/superagent) as a http/ajax library:\n *\n * ```js\n * function onDrop(acceptedFiles) {\n * const req = request.post('/upload')\n * acceptedFiles.forEach(file => {\n * req.attach(file.name, file)\n * })\n * req.end(callback)\n * }\n * ```\n * @param {dropAcceptedCb} [props.onDropAccepted]\n * @param {dropRejectedCb} [props.onDropRejected]\n * @param {(error: Error) => void} [props.onError]\n *\n * @returns {DropzoneState & DropzoneMethods}\n */\n\nexport function useDropzone() {\n var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n var _defaultProps$props = _objectSpread(_objectSpread({}, defaultProps), props),\n accept = _defaultProps$props.accept,\n disabled = _defaultProps$props.disabled,\n getFilesFromEvent = _defaultProps$props.getFilesFromEvent,\n maxSize = _defaultProps$props.maxSize,\n minSize = _defaultProps$props.minSize,\n multiple = _defaultProps$props.multiple,\n maxFiles = _defaultProps$props.maxFiles,\n onDragEnter = _defaultProps$props.onDragEnter,\n onDragLeave = _defaultProps$props.onDragLeave,\n onDragOver = _defaultProps$props.onDragOver,\n onDrop = _defaultProps$props.onDrop,\n onDropAccepted = _defaultProps$props.onDropAccepted,\n onDropRejected = _defaultProps$props.onDropRejected,\n onFileDialogCancel = _defaultProps$props.onFileDialogCancel,\n onFileDialogOpen = _defaultProps$props.onFileDialogOpen,\n useFsAccessApi = _defaultProps$props.useFsAccessApi,\n autoFocus = _defaultProps$props.autoFocus,\n preventDropOnDocument = _defaultProps$props.preventDropOnDocument,\n noClick = _defaultProps$props.noClick,\n noKeyboard = _defaultProps$props.noKeyboard,\n noDrag = _defaultProps$props.noDrag,\n noDragEventsBubbling = _defaultProps$props.noDragEventsBubbling,\n onError = _defaultProps$props.onError,\n validator = _defaultProps$props.validator;\n\n var acceptAttr = useMemo(function () {\n return acceptPropAsAcceptAttr(accept);\n }, [accept]);\n var pickerTypes = useMemo(function () {\n return pickerOptionsFromAccept(accept);\n }, [accept]);\n var onFileDialogOpenCb = useMemo(function () {\n return typeof onFileDialogOpen === \"function\" ? onFileDialogOpen : noop;\n }, [onFileDialogOpen]);\n var onFileDialogCancelCb = useMemo(function () {\n return typeof onFileDialogCancel === \"function\" ? onFileDialogCancel : noop;\n }, [onFileDialogCancel]);\n /**\n * @constant\n * @type {React.MutableRefObject<HTMLElement>}\n */\n\n var rootRef = useRef(null);\n var inputRef = useRef(null);\n\n var _useReducer = useReducer(reducer, initialState),\n _useReducer2 = _slicedToArray(_useReducer, 2),\n state = _useReducer2[0],\n dispatch = _useReducer2[1];\n\n var isFocused = state.isFocused,\n isFileDialogActive = state.isFileDialogActive;\n var fsAccessApiWorksRef = useRef(typeof window !== \"undefined\" && window.isSecureContext && useFsAccessApi && canUseFileSystemAccessAPI()); // Update file dialog active state when the window is focused on\n\n var onWindowFocus = function onWindowFocus() {\n // Execute the timeout only if the file dialog is opened in the browser\n if (!fsAccessApiWorksRef.current && isFileDialogActive) {\n setTimeout(function () {\n if (inputRef.current) {\n var files = inputRef.current.files;\n\n if (!files.length) {\n dispatch({\n type: \"closeDialog\"\n });\n onFileDialogCancelCb();\n }\n }\n }, 300);\n }\n };\n\n useEffect(function () {\n window.addEventListener(\"focus\", onWindowFocus, false);\n return function () {\n window.removeEventListener(\"focus\", onWindowFocus, false);\n };\n }, [inputRef, isFileDialogActive, onFileDialogCancelCb, fsAccessApiWorksRef]);\n var dragTargetsRef = useRef([]);\n\n var onDocumentDrop = function onDocumentDrop(event) {\n if (rootRef.current && rootRef.current.contains(event.target)) {\n // If we intercepted an event for our instance, let it propagate down to the instance's onDrop handler\n return;\n }\n\n event.preventDefault();\n dragTargetsRef.current = [];\n };\n\n useEffect(function () {\n if (preventDropOnDocument) {\n document.addEventListener(\"dragover\", onDocumentDragOver, false);\n document.addEventListener(\"drop\", onDocumentDrop, false);\n }\n\n return function () {\n if (preventDropOnDocument) {\n document.removeEventListener(\"dragover\", onDocumentDragOver);\n document.removeEventListener(\"drop\", onDocumentDrop);\n }\n };\n }, [rootRef, preventDropOnDocument]); // Auto focus the root when autoFocus is true\n\n useEffect(function () {\n if (!disabled && autoFocus && rootRef.current) {\n rootRef.current.focus();\n }\n\n return function () {};\n }, [rootRef, autoFocus, disabled]);\n var onErrCb = useCallback(function (e) {\n if (onError) {\n onError(e);\n } else {\n // Let the user know something's gone wrong if they haven't provided the onError cb.\n console.error(e);\n }\n }, [onError]);\n var onDragEnterCb = useCallback(function (event) {\n event.preventDefault(); // Persist here because we need the event later after getFilesFromEvent() is done\n\n event.persist();\n stopPropagation(event);\n dragTargetsRef.current = [].concat(_toConsumableArray(dragTargetsRef.current), [event.target]);\n\n if (isEvtWithFiles(event)) {\n Promise.resolve(getFilesFromEvent(event)).then(function (files) {\n if (isPropagationStopped(event) && !noDragEventsBubbling) {\n return;\n }\n\n var fileCount = files.length;\n var isDragAccept = fileCount > 0 && allFilesAccepted({\n files: files,\n accept: acceptAttr,\n minSize: minSize,\n maxSize: maxSize,\n multiple: multiple,\n maxFiles: maxFiles,\n validator: validator\n });\n var isDragReject = fileCount > 0 && !isDragAccept;\n dispatch({\n isDragAccept: isDragAccept,\n isDragReject: isDragReject,\n isDragActive: true,\n type: \"setDraggedFiles\"\n });\n\n if (onDragEnter) {\n onDragEnter(event);\n }\n }).catch(function (e) {\n return onErrCb(e);\n });\n }\n }, [getFilesFromEvent, onDragEnter, onErrCb, noDragEventsBubbling, acceptAttr, minSize, maxSize, multiple, maxFiles, validator]);\n var onDragOverCb = useCallback(function (event) {\n event.preventDefault();\n event.persist();\n stopPropagation(event);\n var hasFiles = isEvtWithFiles(event);\n\n if (hasFiles && event.dataTransfer) {\n try {\n event.dataTransfer.dropEffect = \"copy\";\n } catch (_unused) {}\n /* eslint-disable-line no-empty */\n\n }\n\n if (hasFiles && onDragOver) {\n onDragOver(event);\n }\n\n return false;\n }, [onDragOver, noDragEventsBubbling]);\n var onDragLeaveCb = useCallback(function (event) {\n event.preventDefault();\n event.persist();\n stopPropagation(event); // Only deactivate once the dropzone and all children have been left\n\n var targets = dragTargetsRef.current.filter(function (target) {\n return rootRef.current && rootRef.current.contains(target);\n }); // Make sure to remove a target present multiple times only once\n // (Firefox may fire dragenter/dragleave multiple times on the same element)\n\n var targetIdx = targets.indexOf(event.target);\n\n if (targetIdx !== -1) {\n targets.splice(targetIdx, 1);\n }\n\n dragTargetsRef.current = targets;\n\n if (targets.length > 0) {\n return;\n }\n\n dispatch({\n type: \"setDraggedFiles\",\n isDragActive: false,\n isDragAccept: false,\n isDragReject: false\n });\n\n if (isEvtWithFiles(event) && onDragLeave) {\n onDragLeave(event);\n }\n }, [rootRef, onDragLeave, noDragEventsBubbling]);\n var setFiles = useCallback(function (files, event) {\n var acceptedFiles = [];\n var fileRejections = [];\n files.forEach(function (file) {\n var _fileAccepted = fileAccepted(file, acceptAttr),\n _fileAccepted2 = _slicedToArray(_fileAccepted, 2),\n accepted = _fileAccepted2[0],\n acceptError = _fileAccepted2[1];\n\n var _fileMatchSize = fileMatchSize(file, minSize, maxSize),\n _fileMatchSize2 = _slicedToArray(_fileMatchSize, 2),\n sizeMatch = _fileMatchSize2[0],\n sizeError = _fileMatchSize2[1];\n\n var customErrors = validator ? validator(file) : null;\n\n if (accepted && sizeMatch && !customErrors) {\n acceptedFiles.push(file);\n } else {\n var errors = [acceptError, sizeError];\n\n if (customErrors) {\n errors = errors.concat(customErrors);\n }\n\n fileRejections.push({\n file: file,\n errors: errors.filter(function (e) {\n return e;\n })\n });\n }\n });\n\n if (!multiple && acceptedFiles.length > 1 || multiple && maxFiles >= 1 && acceptedFiles.length > maxFiles) {\n // Reject everything and empty accepted files\n acceptedFiles.forEach(function (file) {\n fileRejections.push({\n file: file,\n errors: [TOO_MANY_FILES_REJECTION]\n });\n });\n acceptedFiles.splice(0);\n }\n\n dispatch({\n acceptedFiles: acceptedFiles,\n fileRejections: fileRejections,\n isDragReject: fileRejections.length > 0,\n type: \"setFiles\"\n });\n\n if (onDrop) {\n onDrop(acceptedFiles, fileRejections, event);\n }\n\n if (fileRejections.length > 0 && onDropRejected) {\n onDropRejected(fileRejections, event);\n }\n\n if (acceptedFiles.length > 0 && onDropAccepted) {\n onDropAccepted(acceptedFiles, event);\n }\n }, [dispatch, multiple, acceptAttr, minSize, maxSize, maxFiles, onDrop, onDropAccepted, onDropRejected, validator]);\n var onDropCb = useCallback(function (event) {\n event.preventDefault(); // Persist here because we need the event later after getFilesFromEvent() is done\n\n event.persist();\n stopPropagation(event);\n dragTargetsRef.current = [];\n\n if (isEvtWithFiles(event)) {\n Promise.resolve(getFilesFromEvent(event)).then(function (files) {\n if (isPropagationStopped(event) && !noDragEventsBubbling) {\n return;\n }\n\n setFiles(files, event);\n }).catch(function (e) {\n return onErrCb(e);\n });\n }\n\n dispatch({\n type: \"reset\"\n });\n }, [getFilesFromEvent, setFiles, onErrCb, noDragEventsBubbling]); // Fn for opening the file dialog programmatically\n\n var openFileDialog = useCallback(function () {\n // No point to use FS access APIs if context is not secure\n // https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts#feature_detection\n if (fsAccessApiWorksRef.current) {\n dispatch({\n type: \"openDialog\"\n });\n onFileDialogOpenCb(); // https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker\n\n var opts = {\n multiple: multiple,\n types: pickerTypes\n };\n window.showOpenFilePicker(opts).then(function (handles) {\n return getFilesFromEvent(handles);\n }).then(function (files) {\n setFiles(files, null);\n dispatch({\n type: \"closeDialog\"\n });\n }).catch(function (e) {\n // AbortError means the user canceled\n if (isAbort(e)) {\n onFileDialogCancelCb(e);\n dispatch({\n type: \"closeDialog\"\n });\n } else if (isSecurityError(e)) {\n fsAccessApiWorksRef.current = false; // CORS, so cannot use this API\n // Try using the input\n\n if (inputRef.current) {\n inputRef.current.value = null;\n inputRef.current.click();\n } else {\n onErrCb(new Error(\"Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided.\"));\n }\n } else {\n onErrCb(e);\n }\n });\n return;\n }\n\n if (inputRef.current) {\n dispatch({\n type: \"openDialog\"\n });\n onFileDialogOpenCb();\n inputRef.current.value = null;\n inputRef.current.click();\n }\n }, [dispatch, onFileDialogOpenCb, onFileDialogCancelCb, useFsAccessApi, setFiles, onErrCb, pickerTypes, multiple]); // Cb to open the file dialog when SPACE/ENTER occurs on the dropzone\n\n var onKeyDownCb = useCallback(function (event) {\n // Ignore keyboard events bubbling up the DOM tree\n if (!rootRef.current || !rootRef.current.isEqualNode(event.target)) {\n return;\n }\n\n if (event.key === \" \" || event.key === \"Enter\" || event.keyCode === 32 || event.keyCode === 13) {\n event.preventDefault();\n openFileDialog();\n }\n }, [rootRef, openFileDialog]); // Update focus state for the dropzone\n\n var onFocusCb = useCallback(function () {\n dispatch({\n type: \"focus\"\n });\n }, []);\n var onBlurCb = useCallback(function () {\n dispatch({\n type: \"blur\"\n });\n }, []); // Cb to open the file dialog when click occurs on the dropzone\n\n var onClickCb = useCallback(function () {\n if (noClick) {\n return;\n } // In IE11/Edge the file-browser dialog is blocking, therefore, use setTimeout()\n // to ensure React can handle state changes\n // See: https://github.com/react-dropzone/react-dropzone/issues/450\n\n\n if (isIeOrEdge()) {\n setTimeout(openFileDialog, 0);\n } else {\n openFileDialog();\n }\n }, [noClick, openFileDialog]);\n\n var composeHandler = function composeHandler(fn) {\n return disabled ? null : fn;\n };\n\n var composeKeyboardHandler = function composeKeyboardHandler(fn) {\n return noKeyboard ? null : composeHandler(fn);\n };\n\n var composeDragHandler = function composeDragHandler(fn) {\n return noDrag ? null : composeHandler(fn);\n };\n\n var stopPropagation = function stopPropagation(event) {\n if (noDragEventsBubbling) {\n event.stopPropagation();\n }\n };\n\n var getRootProps = useMemo(function () {\n return function () {\n var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n _ref2$refKey = _ref2.refKey,\n refKey = _ref2$refKey === void 0 ? \"ref\" : _ref2$refKey,\n role = _ref2.role,\n onKeyDown = _ref2.onKeyDown,\n onFocus = _ref2.onFocus,\n onBlur = _ref2.onBlur,\n onClick = _ref2.onClick,\n onDragEnter = _ref2.onDragEnter,\n onDragOver = _ref2.onDragOver,\n onDragLeave = _ref2.onDragLeave,\n onDrop = _ref2.onDrop,\n rest = _objectWithoutProperties(_ref2, _excluded3);\n\n return _objectSpread(_objectSpread(_defineProperty({\n onKeyDown: composeKeyboardHandler(composeEventHandlers(onKeyDown, onKeyDownCb)),\n onFocus: composeKeyboardHandler(composeEventHandlers(onFocus, onFocusCb)),\n onBlur: composeKeyboardHandler(composeEventHandlers(onBlur, onBlurCb)),\n onClick: composeHandler(composeEventHandlers(onClick, onClickCb)),\n onDragEnter: composeDragHandler(composeEventHandlers(onDragEnter, onDragEnterCb)),\n onDragOver: composeDragHandler(composeEventHandlers(onDragOver, onDragOverCb)),\n onDragLeave: composeDragHandler(composeEventHandlers(onDragLeave, onDragLeaveCb)),\n onDrop: composeDragHandler(composeEventHandlers(onDrop, onDropCb)),\n role: typeof role === \"string\" && role !== \"\" ? role : \"presentation\"\n }, refKey, rootRef), !disabled && !noKeyboard ? {\n tabIndex: 0\n } : {}), rest);\n };\n }, [rootRef, onKeyDownCb, onFocusCb, onBlurCb, onClickCb, onDragEnterCb, onDragOverCb, onDragLeaveCb, onDropCb, noKeyboard, noDrag, disabled]);\n var onInputElementClick = useCallback(function (event) {\n event.stopPropagation();\n }, []);\n var getInputProps = useMemo(function () {\n return function () {\n var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},\n _ref3$refKey = _ref3.refKey,\n refKey = _ref3$refKey === void 0 ? \"ref\" : _ref3$refKey,\n onChange = _ref3.onChange,\n onClick = _ref3.onClick,\n rest = _objectWithoutProperties(_ref3, _excluded4);\n\n var inputProps = _defineProperty({\n accept: acceptAttr,\n multiple: multiple,\n type: \"file\",\n style: {\n border: 0,\n clip: \"rect(0, 0, 0, 0)\",\n clipPath: \"inset(50%)\",\n height: \"1px\",\n margin: \"0 -1px -1px 0\",\n overflow: \"hidden\",\n padding: 0,\n position: \"absolute\",\n width: \"1px\",\n whiteSpace: \"nowrap\"\n },\n onChange: composeHandler(composeEventHandlers(onChange, onDropCb)),\n onClick: composeHandler(composeEventHandlers(onClick, onInputElementClick)),\n tabIndex: -1\n }, refKey, inputRef);\n\n return _objectSpread(_objectSpread({}, inputProps), rest);\n };\n }, [inputRef, accept, multiple, onDropCb, disabled]);\n return _objectSpread(_objectSpread({}, state), {}, {\n isFocused: isFocused && !disabled,\n getRootProps: getRootProps,\n getInputProps: getInputProps,\n rootRef: rootRef,\n inputRef: inputRef,\n open: composeHandler(openFileDialog)\n });\n}\n/**\n * @param {DropzoneState} state\n * @param {{type: string} & DropzoneState} action\n * @returns {DropzoneState}\n */\n\nfunction reducer(state, action) {\n /* istanbul ignore next */\n switch (action.type) {\n case \"focus\":\n return _objectSpread(_objectSpread({}, state), {}, {\n isFocused: true\n });\n\n case \"blur\":\n return _objectSpread(_objectSpread({}, state), {}, {\n isFocused: false\n });\n\n case \"openDialog\":\n return _objectSpread(_objectSpread({}, initialState), {}, {\n isFileDialogActive: true\n });\n\n case \"closeDialog\":\n return _objectSpread(_objectSpread({}, state), {}, {\n isFileDialogActive: false\n });\n\n case \"setDraggedFiles\":\n return _objectSpread(_objectSpread({}, state), {}, {\n isDragActive: action.isDragActive,\n isDragAccept: action.isDragAccept,\n isDragReject: action.isDragReject\n });\n\n case \"setFiles\":\n return _objectSpread(_objectSpread({}, state), {}, {\n acceptedFiles: action.acceptedFiles,\n fileRejections: action.fileRejections,\n isDragReject: action.isDragReject\n });\n\n case \"reset\":\n return _objectSpread({}, initialState);\n\n default:\n return state;\n }\n}\n\nfunction noop() {}\n\nexport { ErrorCode } from \"./utils/index.js\";"],"names":["_excluded","_excluded2","_excluded3","_excluded4","_toConsumableArray","arr","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","iter","_arrayLikeToArray","_slicedToArray","i","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","o","minLen","n","len","arr2","_i","_arr","_n","_d","_s","_e","err","ownKeys","object","enumerableOnly","keys","symbols","sym","_objectSpread","target","source","key","_defineProperty","obj","value","_objectWithoutProperties","excluded","_objectWithoutPropertiesLoose","sourceSymbolKeys","sourceKeys","Dropzone","forwardRef","_ref","ref","children","params","_useDropzone","useDropzone","open","props","useImperativeHandle","React","Fragment","defaultProps","fromEvent","PropTypes","initialState","_defaultProps$props","accept","disabled","getFilesFromEvent","maxSize","minSize","multiple","maxFiles","onDragEnter","onDragLeave","onDragOver","onDrop","onDropAccepted","onDropRejected","onFileDialogCancel","onFileDialogOpen","useFsAccessApi","autoFocus","preventDropOnDocument","noClick","noKeyboard","noDrag","noDragEventsBubbling","onError","validator","acceptAttr","useMemo","acceptPropAsAcceptAttr","pickerTypes","pickerOptionsFromAccept","onFileDialogOpenCb","noop","onFileDialogCancelCb","rootRef","useRef","inputRef","_useReducer","useReducer","reducer","_useReducer2","state","dispatch","isFocused","isFileDialogActive","fsAccessApiWorksRef","canUseFileSystemAccessAPI","onWindowFocus","files","useEffect","dragTargetsRef","onDocumentDrop","event","onDocumentDragOver","onErrCb","useCallback","e","onDragEnterCb","stopPropagation","isEvtWithFiles","isPropagationStopped","fileCount","isDragAccept","allFilesAccepted","isDragReject","onDragOverCb","hasFiles","onDragLeaveCb","targets","targetIdx","setFiles","acceptedFiles","fileRejections","file","_fileAccepted","fileAccepted","_fileAccepted2","accepted","acceptError","_fileMatchSize","fileMatchSize","_fileMatchSize2","sizeMatch","sizeError","customErrors","errors","TOO_MANY_FILES_REJECTION","onDropCb","openFileDialog","opts","handles","isAbort","isSecurityError","onKeyDownCb","onFocusCb","onBlurCb","onClickCb","isIeOrEdge","composeHandler","fn","composeKeyboardHandler","composeDragHandler","getRootProps","_ref2","_ref2$refKey","refKey","role","onKeyDown","onFocus","onBlur","onClick","rest","composeEventHandlers","onInputElementClick","getInputProps","_ref3","_ref3$refKey","onChange","inputProps","action"],"mappings":"soBAAA,IAAIA,GAAY,CAAC,UAAU,EACvBC,GAAa,CAAC,MAAM,EACpBC,GAAa,CAAC,SAAU,OAAQ,YAAa,UAAW,SAAU,UAAW,cAAe,aAAc,cAAe,QAAQ,EACjIC,GAAa,CAAC,SAAU,WAAY,SAAS,EAEjD,SAASC,GAAmBC,EAAK,CAAE,OAAOC,GAAmBD,CAAG,GAAKE,GAAiBF,CAAG,GAAKG,GAA4BH,CAAG,GAAKI,GAAkB,CAAG,CAEvJ,SAASA,IAAqB,CAAE,MAAM,IAAI,UAAU;AAAA,mFAAsI,CAAE,CAE5L,SAASF,GAAiBG,EAAM,CAAE,GAAI,OAAO,OAAW,KAAeA,EAAK,OAAO,QAAQ,GAAK,MAAQA,EAAK,YAAY,GAAK,KAAM,OAAO,MAAM,KAAKA,CAAI,CAAE,CAE5J,SAASJ,GAAmBD,EAAK,CAAE,GAAI,MAAM,QAAQA,CAAG,EAAG,OAAOM,GAAkBN,CAAG,CAAE,CAEzF,SAASO,GAAeP,EAAKQ,EAAG,CAAE,OAAOC,GAAgBT,CAAG,GAAKU,GAAsBV,EAAKQ,CAAC,GAAKL,GAA4BH,EAAKQ,CAAC,GAAKG,IAAmB,CAE5J,SAASA,IAAmB,CAAE,MAAM,IAAI,UAAU;AAAA,mFAA2I,CAAE,CAE/L,SAASR,GAA4BS,EAAGC,EAAQ,CAAE,GAAKD,EAAW,IAAI,OAAOA,GAAM,SAAU,OAAON,GAAkBM,EAAGC,CAAM,EAAG,IAAIC,EAAI,OAAO,UAAU,SAAS,KAAKF,CAAC,EAAE,MAAM,EAAG,EAAE,EAAgE,GAAzDE,IAAM,UAAYF,EAAE,cAAaE,EAAIF,EAAE,YAAY,MAAUE,IAAM,OAASA,IAAM,MAAO,OAAO,MAAM,KAAKF,CAAC,EAAG,GAAIE,IAAM,aAAe,2CAA2C,KAAKA,CAAC,EAAG,OAAOR,GAAkBM,EAAGC,CAAM,EAAE,CAE9Z,SAASP,GAAkBN,EAAKe,EAAK,EAAMA,GAAO,MAAQA,EAAMf,EAAI,UAAQe,EAAMf,EAAI,QAAQ,QAASQ,EAAI,EAAGQ,EAAO,IAAI,MAAMD,CAAG,EAAGP,EAAIO,EAAKP,IAAOQ,EAAKR,CAAC,EAAIR,EAAIQ,CAAC,EAAK,OAAOQ,CAAK,CAErL,SAASN,GAAsBV,EAAKQ,EAAG,CAAE,IAAIS,EAAKjB,GAAO,KAAO,KAAO,OAAO,OAAW,KAAeA,EAAI,OAAO,QAAQ,GAAKA,EAAI,YAAY,EAAG,GAAIiB,GAAM,KAAc,KAAIC,EAAO,CAAA,EAAQC,EAAK,GAAUC,EAAK,GAAWC,EAAIC,EAAI,GAAI,CAAE,IAAKL,EAAKA,EAAG,KAAKjB,CAAG,EAAG,EAAEmB,GAAME,EAAKJ,EAAG,QAAQ,QAAoBC,EAAK,KAAKG,EAAG,KAAK,EAAO,EAAAb,GAAKU,EAAK,SAAWV,IAA3DW,EAAK,GAA6B,CAAoC,OAAUI,EAAK,CAAEH,EAAK,GAAME,EAAKC,CAAI,QAAE,CAAW,GAAI,CAAM,CAACJ,GAAMF,EAAG,QAAa,MAAMA,EAAG,OAAS,CAAG,QAAE,CAAW,GAAIG,EAAI,MAAME,CAAG,EAAK,OAAOJ,EAAK,CAE/f,SAAST,GAAgBT,EAAK,CAAE,GAAI,MAAM,QAAQA,CAAG,EAAG,OAAOA,CAAI,CAEnE,SAASwB,GAAQC,EAAQC,EAAgB,CAAE,IAAIC,EAAO,OAAO,KAAKF,CAAM,EAAG,GAAI,OAAO,sBAAuB,CAAE,IAAIG,EAAU,OAAO,sBAAsBH,CAAM,EAAGC,IAAmBE,EAAUA,EAAQ,OAAO,SAAUC,EAAK,CAAE,OAAO,OAAO,yBAAyBJ,EAAQI,CAAG,EAAE,UAAW,CAAE,GAAIF,EAAK,KAAK,MAAMA,EAAMC,CAAO,EAAK,OAAOD,CAAK,CAEnV,SAASG,EAAcC,EAAQ,CAAE,QAASvB,EAAI,EAAGA,EAAI,UAAU,OAAQA,IAAK,CAAE,IAAIwB,EAAiB,UAAUxB,CAAC,GAAnB,KAAuB,UAAUA,CAAC,EAAI,CAAA,EAAIA,EAAI,EAAIgB,GAAQ,OAAOQ,CAAM,EAAG,EAAE,EAAE,QAAQ,SAAUC,EAAK,CAAEC,GAAgBH,EAAQE,EAAKD,EAAOC,CAAG,CAAC,CAAE,CAAE,EAAI,OAAO,0BAA4B,OAAO,iBAAiBF,EAAQ,OAAO,0BAA0BC,CAAM,CAAC,EAAIR,GAAQ,OAAOQ,CAAM,CAAC,EAAE,QAAQ,SAAUC,EAAK,CAAE,OAAO,eAAeF,EAAQE,EAAK,OAAO,yBAAyBD,EAAQC,CAAG,CAAC,CAAE,CAAE,CAAE,CAAG,OAAOF,CAAO,CAExf,SAASG,GAAgBC,EAAKF,EAAKG,EAAO,CAAE,OAAIH,KAAOE,EAAO,OAAO,eAAeA,EAAKF,EAAK,CAAE,MAAOG,EAAO,WAAY,GAAM,aAAc,GAAM,SAAU,EAAI,CAAE,EAAYD,EAAIF,CAAG,EAAIG,EAAgBD,CAAI,CAE/M,SAASE,EAAyBL,EAAQM,EAAU,CAAE,GAAIN,GAAU,KAAM,MAAO,GAAI,IAAID,EAASQ,GAA8BP,EAAQM,CAAQ,EAAOL,EAAKzB,EAAG,GAAI,OAAO,sBAAuB,CAAE,IAAIgC,EAAmB,OAAO,sBAAsBR,CAAM,EAAG,IAAKxB,EAAI,EAAGA,EAAIgC,EAAiB,OAAQhC,IAAOyB,EAAMO,EAAiBhC,CAAC,EAAO,EAAA8B,EAAS,QAAQL,CAAG,GAAK,IAAkB,OAAO,UAAU,qBAAqB,KAAKD,EAAQC,CAAG,IAAaF,EAAOE,CAAG,EAAID,EAAOC,CAAG,EAAI,CAAG,OAAOF,CAAO,CAE1e,SAASQ,GAA8BP,EAAQM,EAAU,CAAE,GAAIN,GAAU,KAAM,MAAO,CAAA,EAAI,IAAID,EAAS,CAAA,EAAQU,EAAa,OAAO,KAAKT,CAAM,EAAOC,EAAKzB,EAAG,IAAKA,EAAI,EAAGA,EAAIiC,EAAW,OAAQjC,IAAOyB,EAAMQ,EAAWjC,CAAC,EAAO,EAAA8B,EAAS,QAAQL,CAAG,GAAK,KAAaF,EAAOE,CAAG,EAAID,EAAOC,CAAG,GAAK,OAAOF,CAAO,CAsB9S,IAACW,GAAwBC,GAAW,SAAUC,EAAMC,EAAK,CAC1D,IAAIC,EAAWF,EAAK,SAChBG,EAASV,EAAyBO,EAAMjD,EAAS,EAEjDqD,EAAeC,GAAYF,CAAM,EACjCG,EAAOF,EAAa,KACpBG,EAAQd,EAAyBW,EAAcpD,EAAU,EAE7D,OAAAwD,GAAoBP,EAAK,UAAY,CACnC,MAAO,CACL,KAAMK,CACZ,CACA,EAAK,CAACA,CAAI,CAAC,EAEWG,GAAM,cAAcC,GAAU,KAAMR,EAAShB,EAAcA,EAAc,CAAA,EAAIqB,CAAK,EAAG,CAAA,EAAI,CAC3G,KAAMD,CACV,CAAG,CAAC,CAAC,CACL,CAAC,EACDR,GAAS,YAAc,WAEvB,IAAIa,GAAe,CACjB,SAAU,GACV,kBAAmBC,GACnB,QAAS,IACT,QAAS,EACT,SAAU,GACV,SAAU,EACV,sBAAuB,GACvB,QAAS,GACT,WAAY,GACZ,OAAQ,GACR,qBAAsB,GACtB,UAAW,KACX,eAAgB,GAChB,UAAW,EACb,EACAd,GAAS,aAAea,GACxBb,GAAS,UAAY,CAgBnB,SAAUe,EAAU,KASpB,OAAQA,EAAU,SAASA,EAAU,QAAQA,EAAU,MAAM,CAAC,EAK9D,SAAUA,EAAU,KAKpB,sBAAuBA,EAAU,KAKjC,QAASA,EAAU,KAMnB,WAAYA,EAAU,KAKtB,OAAQA,EAAU,KAKlB,qBAAsBA,EAAU,KAKhC,QAASA,EAAU,OAKnB,QAASA,EAAU,OAMnB,SAAUA,EAAU,OAKpB,SAAUA,EAAU,KAOpB,kBAAmBA,EAAU,KAK7B,mBAAoBA,EAAU,KAK9B,iBAAkBA,EAAU,KAM5B,eAAgBA,EAAU,KAK1B,UAAWA,EAAU,KAOrB,YAAaA,EAAU,KAOvB,YAAaA,EAAU,KAOvB,WAAYA,EAAU,KAgCtB,OAAQA,EAAU,KASlB,eAAgBA,EAAU,KAS1B,eAAgBA,EAAU,KAO1B,QAASA,EAAU,KAOnB,UAAWA,EAAU,IACvB,EAuEA,IAAIC,GAAe,CACjB,UAAW,GACX,mBAAoB,GACpB,aAAc,GACd,aAAc,GACd,aAAc,GACd,cAAe,CAAA,EACf,eAAgB,CAAA,CAClB,EA8EO,SAAST,IAAc,CAC5B,IAAIE,EAAQ,UAAU,OAAS,GAAK,UAAU,CAAC,IAAM,OAAY,UAAU,CAAC,EAAI,CAAA,EAE5EQ,EAAsB7B,EAAcA,EAAc,CAAA,EAAIyB,EAAY,EAAGJ,CAAK,EAC1ES,EAASD,EAAoB,OAC7BE,EAAWF,EAAoB,SAC/BG,EAAoBH,EAAoB,kBACxCI,EAAUJ,EAAoB,QAC9BK,EAAUL,EAAoB,QAC9BM,EAAWN,EAAoB,SAC/BO,EAAWP,EAAoB,SAC/BQ,EAAcR,EAAoB,YAClCS,EAAcT,EAAoB,YAClCU,EAAaV,EAAoB,WACjCW,EAASX,EAAoB,OAC7BY,EAAiBZ,EAAoB,eACrCa,EAAiBb,EAAoB,eACrCc,EAAqBd,EAAoB,mBACzCe,EAAmBf,EAAoB,iBACvCgB,GAAiBhB,EAAoB,eACrCiB,GAAYjB,EAAoB,UAChCkB,EAAwBlB,EAAoB,sBAC5CmB,GAAUnB,EAAoB,QAC9BoB,EAAapB,EAAoB,WACjCqB,GAASrB,EAAoB,OAC7BsB,EAAuBtB,EAAoB,qBAC3CuB,EAAUvB,EAAoB,QAC9BwB,EAAYxB,EAAoB,UAEhCyB,EAAaC,EAAQ,UAAY,CACnC,OAAOC,GAAuB1B,CAAM,CACxC,EAAK,CAACA,CAAM,CAAC,EACP2B,GAAcF,EAAQ,UAAY,CACpC,OAAOG,GAAwB5B,CAAM,CACzC,EAAK,CAACA,CAAM,CAAC,EACP6B,EAAqBJ,EAAQ,UAAY,CAC3C,OAAO,OAAOX,GAAqB,WAAaA,EAAmBgB,EACvE,EAAK,CAAChB,CAAgB,CAAC,EACjBiB,EAAuBN,EAAQ,UAAY,CAC7C,OAAO,OAAOZ,GAAuB,WAAaA,EAAqBiB,EAC3E,EAAK,CAACjB,CAAkB,CAAC,EAMnBmB,EAAUC,EAAO,IAAI,EACrBC,EAAWD,EAAO,IAAI,EAEtBE,GAAcC,GAAWC,GAASvC,EAAY,EAC9CwC,GAAe3F,GAAewF,GAAa,CAAC,EAC5CI,EAAQD,GAAa,CAAC,EACtBE,EAAWF,GAAa,CAAC,EAEzBG,GAAYF,EAAM,UAClBG,GAAqBH,EAAM,mBAC3BI,EAAsBV,EAAO,OAAO,OAAW,KAAe,OAAO,iBAAmBlB,IAAkB6B,GAAyB,CAAE,EAErIC,GAAgB,UAAyB,CAEvC,CAACF,EAAoB,SAAWD,IAClC,WAAW,UAAY,CACrB,GAAIR,EAAS,QAAS,CACpB,IAAIY,EAAQZ,EAAS,QAAQ,MAExBY,EAAM,SACTN,EAAS,CACP,KAAM,aACpB,CAAa,EACDT,EAAoB,EAEhC,CACA,EAAS,GAAG,CAEZ,EAEEgB,GAAU,UAAY,CACpB,cAAO,iBAAiB,QAASF,GAAe,EAAK,EAC9C,UAAY,CACjB,OAAO,oBAAoB,QAASA,GAAe,EAAK,CAC9D,CACA,EAAK,CAACX,EAAUQ,GAAoBX,EAAsBY,CAAmB,CAAC,EAC5E,IAAIK,EAAiBf,EAAO,EAAE,EAE1BgB,GAAiB,SAAwBC,EAAO,CAC9ClB,EAAQ,SAAWA,EAAQ,QAAQ,SAASkB,EAAM,MAAM,IAK5DA,EAAM,eAAc,EACpBF,EAAe,QAAU,CAAA,EAC7B,EAEED,GAAU,UAAY,CACpB,OAAI9B,IACF,SAAS,iBAAiB,WAAYkC,GAAoB,EAAK,EAC/D,SAAS,iBAAiB,OAAQF,GAAgB,EAAK,GAGlD,UAAY,CACbhC,IACF,SAAS,oBAAoB,WAAYkC,EAAkB,EAC3D,SAAS,oBAAoB,OAAQF,EAAc,EAE3D,CACA,EAAK,CAACjB,EAASf,CAAqB,CAAC,EAEnC8B,GAAU,UAAY,CACpB,MAAI,CAAC9C,GAAYe,IAAagB,EAAQ,SACpCA,EAAQ,QAAQ,MAAK,EAGhB,UAAY,CAAA,CACvB,EAAK,CAACA,EAAShB,GAAWf,CAAQ,CAAC,EACjC,IAAImD,EAAUC,EAAY,SAAUC,EAAG,CACjChC,EACFA,EAAQgC,CAAC,EAGT,QAAQ,MAAMA,CAAC,CAErB,EAAK,CAAChC,CAAO,CAAC,EACRiC,GAAgBF,EAAY,SAAUH,EAAO,CAC/CA,EAAM,eAAc,EAEpBA,EAAM,QAAO,EACbM,EAAgBN,CAAK,EACrBF,EAAe,QAAU,GAAG,OAAO7G,GAAmB6G,EAAe,OAAO,EAAG,CAACE,EAAM,MAAM,CAAC,EAEzFO,EAAeP,CAAK,GACtB,QAAQ,QAAQhD,EAAkBgD,CAAK,CAAC,EAAE,KAAK,SAAUJ,EAAO,CAC9D,GAAI,EAAAY,GAAqBR,CAAK,GAAK,CAAC7B,GAIpC,KAAIsC,EAAYb,EAAM,OAClBc,EAAeD,EAAY,GAAKE,GAAiB,CACnD,MAAOf,EACP,OAAQtB,EACR,QAASpB,EACT,QAASD,EACT,SAAUE,EACV,SAAUC,EACV,UAAWiB,CACrB,CAAS,EACGuC,EAAeH,EAAY,GAAK,CAACC,EACrCpB,EAAS,CACP,aAAcoB,EACd,aAAcE,EACd,aAAc,GACd,KAAM,iBAChB,CAAS,EAEGvD,GACFA,EAAY2C,CAAK,EAE3B,CAAO,EAAE,MAAM,SAAUI,EAAG,CACpB,OAAOF,EAAQE,CAAC,CACxB,CAAO,CAEP,EAAK,CAACpD,EAAmBK,EAAa6C,EAAS/B,EAAsBG,EAAYpB,EAASD,EAASE,EAAUC,EAAUiB,CAAS,CAAC,EAC3HwC,GAAeV,EAAY,SAAUH,EAAO,CAC9CA,EAAM,eAAc,EACpBA,EAAM,QAAO,EACbM,EAAgBN,CAAK,EACrB,IAAIc,EAAWP,EAAeP,CAAK,EAEnC,GAAIc,GAAYd,EAAM,aACpB,GAAI,CACFA,EAAM,aAAa,WAAa,MACxC,MAAwB,CAAA,CAKpB,OAAIc,GAAYvD,GACdA,EAAWyC,CAAK,EAGX,EACX,EAAK,CAACzC,EAAYY,CAAoB,CAAC,EACjC4C,GAAgBZ,EAAY,SAAUH,EAAO,CAC/CA,EAAM,eAAc,EACpBA,EAAM,QAAO,EACbM,EAAgBN,CAAK,EAErB,IAAIgB,EAAUlB,EAAe,QAAQ,OAAO,SAAU7E,EAAQ,CAC5D,OAAO6D,EAAQ,SAAWA,EAAQ,QAAQ,SAAS7D,CAAM,CAC/D,CAAK,EAGGgG,EAAYD,EAAQ,QAAQhB,EAAM,MAAM,EAExCiB,IAAc,IAChBD,EAAQ,OAAOC,EAAW,CAAC,EAG7BnB,EAAe,QAAUkB,EAErB,EAAAA,EAAQ,OAAS,KAIrB1B,EAAS,CACP,KAAM,kBACN,aAAc,GACd,aAAc,GACd,aAAc,EACpB,CAAK,EAEGiB,EAAeP,CAAK,GAAK1C,GAC3BA,EAAY0C,CAAK,EAEvB,EAAK,CAAClB,EAASxB,EAAaa,CAAoB,CAAC,EAC3C+C,EAAWf,EAAY,SAAUP,EAAOI,EAAO,CACjD,IAAImB,EAAgB,CAAA,EAChBC,EAAiB,CAAA,EACrBxB,EAAM,QAAQ,SAAUyB,EAAM,CAC5B,IAAIC,EAAgBC,GAAaF,EAAM/C,CAAU,EAC7CkD,EAAiB/H,GAAe6H,EAAe,CAAC,EAChDG,GAAWD,EAAe,CAAC,EAC3BE,GAAcF,EAAe,CAAC,EAE9BG,GAAiBC,GAAcP,EAAMnE,EAASD,CAAO,EACrD4E,EAAkBpI,GAAekI,GAAgB,CAAC,EAClDG,GAAYD,EAAgB,CAAC,EAC7BE,GAAYF,EAAgB,CAAC,EAE7BG,GAAe3D,EAAYA,EAAUgD,CAAI,EAAI,KAEjD,GAAII,IAAYK,IAAa,CAACE,GAC5Bb,EAAc,KAAKE,CAAI,MAClB,CACL,IAAIY,GAAS,CAACP,GAAaK,EAAS,EAEhCC,KACFC,GAASA,GAAO,OAAOD,EAAY,GAGrCZ,EAAe,KAAK,CAClB,KAAMC,EACN,OAAQY,GAAO,OAAO,SAAU7B,GAAG,CACjC,OAAOA,EACnB,CAAW,CACX,CAAS,CACT,CACA,CAAK,GAEG,CAACjD,GAAYgE,EAAc,OAAS,GAAKhE,GAAYC,GAAY,GAAK+D,EAAc,OAAS/D,KAE/F+D,EAAc,QAAQ,SAAUE,EAAM,CACpCD,EAAe,KAAK,CAClB,KAAMC,EACN,OAAQ,CAACa,EAAwB,CAC3C,CAAS,CACT,CAAO,EACDf,EAAc,OAAO,CAAC,GAGxB7B,EAAS,CACP,cAAe6B,EACf,eAAgBC,EAChB,aAAcA,EAAe,OAAS,EACtC,KAAM,UACZ,CAAK,EAEG5D,GACFA,EAAO2D,EAAeC,EAAgBpB,CAAK,EAGzCoB,EAAe,OAAS,GAAK1D,GAC/BA,EAAe0D,EAAgBpB,CAAK,EAGlCmB,EAAc,OAAS,GAAK1D,GAC9BA,EAAe0D,EAAenB,CAAK,CAEzC,EAAK,CAACV,EAAUnC,EAAUmB,EAAYpB,EAASD,EAASG,EAAUI,EAAQC,EAAgBC,EAAgBW,CAAS,CAAC,EAC9G8D,EAAWhC,EAAY,SAAUH,EAAO,CAC1CA,EAAM,eAAc,EAEpBA,EAAM,QAAO,EACbM,EAAgBN,CAAK,EACrBF,EAAe,QAAU,CAAA,EAErBS,EAAeP,CAAK,GACtB,QAAQ,QAAQhD,EAAkBgD,CAAK,CAAC,EAAE,KAAK,SAAUJ,EAAO,CAC1DY,GAAqBR,CAAK,GAAK,CAAC7B,GAIpC+C,EAAStB,EAAOI,CAAK,CAC7B,CAAO,EAAE,MAAM,SAAUI,EAAG,CACpB,OAAOF,EAAQE,CAAC,CACxB,CAAO,EAGHd,EAAS,CACP,KAAM,OACZ,CAAK,CACL,EAAK,CAACtC,EAAmBkE,EAAUhB,EAAS/B,CAAoB,CAAC,EAE3DiE,EAAiBjC,EAAY,UAAY,CAG3C,GAAIV,EAAoB,QAAS,CAC/BH,EAAS,CACP,KAAM,YACd,CAAO,EACDX,IAEA,IAAI0D,EAAO,CACT,SAAUlF,EACV,MAAOsB,EACf,EACM,OAAO,mBAAmB4D,CAAI,EAAE,KAAK,SAAUC,EAAS,CACtD,OAAOtF,EAAkBsF,CAAO,CACxC,CAAO,EAAE,KAAK,SAAU1C,EAAO,CACvBsB,EAAStB,EAAO,IAAI,EACpBN,EAAS,CACP,KAAM,aAChB,CAAS,CACT,CAAO,EAAE,MAAM,SAAUc,EAAG,CAEhBmC,GAAQnC,CAAC,GACXvB,EAAqBuB,CAAC,EACtBd,EAAS,CACP,KAAM,aAClB,CAAW,GACQkD,GAAgBpC,CAAC,GAC1BX,EAAoB,QAAU,GAG1BT,EAAS,SACXA,EAAS,QAAQ,MAAQ,KACzBA,EAAS,QAAQ,MAAK,GAEtBkB,EAAQ,IAAI,MAAM,+JAA+J,CAAC,GAGpLA,EAAQE,CAAC,CAEnB,CAAO,EACD,MACN,CAEQpB,EAAS,UACXM,EAAS,CACP,KAAM,YACd,CAAO,EACDX,EAAkB,EAClBK,EAAS,QAAQ,MAAQ,KACzBA,EAAS,QAAQ,MAAK,EAE5B,EAAK,CAACM,EAAUX,EAAoBE,EAAsBhB,GAAgBqD,EAAUhB,EAASzB,GAAatB,CAAQ,CAAC,EAE7GsF,GAActC,EAAY,SAAUH,EAAO,CAEzC,CAAClB,EAAQ,SAAW,CAACA,EAAQ,QAAQ,YAAYkB,EAAM,MAAM,IAI7DA,EAAM,MAAQ,KAAOA,EAAM,MAAQ,SAAWA,EAAM,UAAY,IAAMA,EAAM,UAAY,MAC1FA,EAAM,eAAc,EACpBoC,EAAc,EAEpB,EAAK,CAACtD,EAASsD,CAAc,CAAC,EAExBM,GAAYvC,EAAY,UAAY,CACtCb,EAAS,CACP,KAAM,OACZ,CAAK,CACL,EAAK,EAAE,EACDqD,GAAWxC,EAAY,UAAY,CACrCb,EAAS,CACP,KAAM,MACZ,CAAK,CACL,EAAK,CAAA,CAAE,EAEDsD,GAAYzC,EAAY,UAAY,CAClCnC,KAOA6E,GAAU,EACZ,WAAWT,EAAgB,CAAC,EAE5BA,EAAc,EAEpB,EAAK,CAACpE,GAASoE,CAAc,CAAC,EAExBU,EAAiB,SAAwBC,EAAI,CAC/C,OAAOhG,EAAW,KAAOgG,CAC7B,EAEMC,GAAyB,SAAgCD,EAAI,CAC/D,OAAO9E,EAAa,KAAO6E,EAAeC,CAAE,CAChD,EAEME,EAAqB,SAA4BF,EAAI,CACvD,OAAO7E,GAAS,KAAO4E,EAAeC,CAAE,CAC5C,EAEMzC,EAAkB,SAAyBN,EAAO,CAChD7B,GACF6B,EAAM,gBAAe,CAE3B,EAEMkD,GAAe3E,EAAQ,UAAY,CACrC,OAAO,UAAY,CACjB,IAAI4E,EAAQ,UAAU,OAAS,GAAK,UAAU,CAAC,IAAM,OAAY,UAAU,CAAC,EAAI,CAAA,EAC5EC,EAAeD,EAAM,OACrBE,EAASD,IAAiB,OAAS,MAAQA,EAC3CE,EAAOH,EAAM,KACbI,EAAYJ,EAAM,UAClBK,EAAUL,EAAM,QAChBM,EAASN,EAAM,OACfO,GAAUP,EAAM,QAChB9F,GAAc8F,EAAM,YACpB5F,GAAa4F,EAAM,WACnB7F,EAAc6F,EAAM,YACpB3F,GAAS2F,EAAM,OACfQ,GAAOpI,EAAyB4H,EAAOpK,EAAU,EAErD,OAAOiC,EAAcA,EAAcI,GAAgB,CACjD,UAAW4H,GAAuBY,EAAqBL,EAAWd,EAAW,CAAC,EAC9E,QAASO,GAAuBY,EAAqBJ,EAASd,EAAS,CAAC,EACxE,OAAQM,GAAuBY,EAAqBH,EAAQd,EAAQ,CAAC,EACrE,QAASG,EAAec,EAAqBF,GAASd,EAAS,CAAC,EAChE,YAAaK,EAAmBW,EAAqBvG,GAAagD,EAAa,CAAC,EAChF,WAAY4C,EAAmBW,EAAqBrG,GAAYsD,EAAY,CAAC,EAC7E,YAAaoC,EAAmBW,EAAqBtG,EAAayD,EAAa,CAAC,EAChF,OAAQkC,EAAmBW,EAAqBpG,GAAQ2E,CAAQ,CAAC,EACjE,KAAM,OAAOmB,GAAS,UAAYA,IAAS,GAAKA,EAAO,cAC/D,EAASD,EAAQvE,CAAO,EAAG,CAAC/B,GAAY,CAACkB,EAAa,CAC9C,SAAU,CAClB,EAAU,CAAA,CAAE,EAAG0F,EAAI,CACnB,CACA,EAAK,CAAC7E,EAAS2D,GAAaC,GAAWC,GAAUC,GAAWvC,GAAeQ,GAAcE,GAAeoB,EAAUlE,EAAYC,GAAQnB,CAAQ,CAAC,EACzI8G,GAAsB1D,EAAY,SAAUH,EAAO,CACrDA,EAAM,gBAAe,CACzB,EAAK,EAAE,EACD8D,GAAgBvF,EAAQ,UAAY,CACtC,OAAO,UAAY,CACjB,IAAIwF,EAAQ,UAAU,OAAS,GAAK,UAAU,CAAC,IAAM,OAAY,UAAU,CAAC,EAAI,CAAA,EAC5EC,EAAeD,EAAM,OACrBV,EAASW,IAAiB,OAAS,MAAQA,EAC3CC,EAAWF,EAAM,SACjBL,EAAUK,EAAM,QAChBJ,EAAOpI,EAAyBwI,EAAO/K,EAAU,EAEjDkL,EAAa9I,GAAgB,CAC/B,OAAQkD,EACR,SAAUnB,EACV,KAAM,OACN,MAAO,CACL,OAAQ,EACR,KAAM,mBACN,SAAU,aACV,OAAQ,MACR,OAAQ,gBACR,SAAU,SACV,QAAS,EACT,SAAU,WACV,MAAO,MACP,WAAY,QACtB,EACQ,SAAU2F,EAAec,EAAqBK,EAAU9B,CAAQ,CAAC,EACjE,QAASW,EAAec,EAAqBF,EAASG,EAAmB,CAAC,EAC1E,SAAU,EAClB,EAASR,EAAQrE,CAAQ,EAEnB,OAAOhE,EAAcA,EAAc,CAAA,EAAIkJ,CAAU,EAAGP,CAAI,CAC9D,CACA,EAAK,CAAC3E,EAAUlC,EAAQK,EAAUgF,EAAUpF,CAAQ,CAAC,EACnD,OAAO/B,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,UAAWE,IAAa,CAACxC,EACzB,aAAcmG,GACd,cAAeY,GACf,QAAShF,EACT,SAAUE,EACV,KAAM8D,EAAeV,CAAc,CACvC,CAAG,CACH,CAOA,SAASjD,GAAQE,EAAO8E,EAAQ,CAE9B,OAAQA,EAAO,KAAI,CACjB,IAAK,QACH,OAAOnJ,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,UAAW,EACnB,CAAO,EAEH,IAAK,OACH,OAAOrE,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,UAAW,EACnB,CAAO,EAEH,IAAK,aACH,OAAOrE,EAAcA,EAAc,CAAA,EAAI4B,EAAY,EAAG,CAAA,EAAI,CACxD,mBAAoB,EAC5B,CAAO,EAEH,IAAK,cACH,OAAO5B,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,mBAAoB,EAC5B,CAAO,EAEH,IAAK,kBACH,OAAOrE,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,aAAc8E,EAAO,aACrB,aAAcA,EAAO,aACrB,aAAcA,EAAO,YAC7B,CAAO,EAEH,IAAK,WACH,OAAOnJ,EAAcA,EAAc,CAAA,EAAIqE,CAAK,EAAG,CAAA,EAAI,CACjD,cAAe8E,EAAO,cACtB,eAAgBA,EAAO,eACvB,aAAcA,EAAO,YAC7B,CAAO,EAEH,IAAK,QACH,OAAOnJ,EAAc,CAAA,EAAI4B,EAAY,EAEvC,QACE,OAAOyC,CACb,CACA,CAEA,SAAST,IAAO,CAAA","x_google_ignoreList":[0]}
@@ -0,0 +1,4 @@
1
+ import f from"../../../../attr-accept/dist/es/index.js";function d(e){return R(e)||F(e)||v(e)||P()}function P(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
2
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function F(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function R(e){if(Array.isArray(e))return p(e)}function y(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),t.push.apply(t,n)}return t}function m(e){for(var r=1;r<arguments.length;r++){var t=arguments[r]!=null?arguments[r]:{};r%2?y(Object(t),!0).forEach(function(n){O(e,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}function O(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function s(e,r){return D(e)||L(e,r)||v(e,r)||x()}function x(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v(e,r){if(e){if(typeof e=="string")return p(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);if(t==="Object"&&e.constructor&&(t=e.constructor.name),t==="Map"||t==="Set")return Array.from(e);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return p(e,r)}}function p(e,r){(r==null||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function L(e,r){var t=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(t!=null){var n=[],o=!0,a=!1,i,u;try{for(t=t.call(e);!(o=(i=t.next()).done)&&(n.push(i.value),!(r&&n.length===r));o=!0);}catch(l){a=!0,u=l}finally{try{!o&&t.return!=null&&t.return()}finally{if(a)throw u}}return n}}function D(e){if(Array.isArray(e))return e}var C=typeof f=="function"?f:f.default,H="file-invalid-type",z="file-too-large",B="file-too-small",N="too-many-files",U=function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=r.split(","),n=t.length>1?"one of ".concat(t.join(", ")):t[0];return{code:H,message:"File type must be ".concat(n)}},g=function(r){return{code:z,message:"File is larger than ".concat(r," ").concat(r===1?"byte":"bytes")}},b=function(r){return{code:B,message:"File is smaller than ".concat(r," ").concat(r===1?"byte":"bytes")}},K={code:N,message:"Too many files"};function W(e,r){var t=e.type==="application/x-moz-file"||C(e,r);return[t,t?null:U(r)]}function Y(e,r,t){if(c(e.size))if(c(r)&&c(t)){if(e.size>t)return[!1,g(t)];if(e.size<r)return[!1,b(r)]}else{if(c(r)&&e.size<r)return[!1,b(r)];if(c(t)&&e.size>t)return[!1,g(t)]}return[!0,null]}function c(e){return e!=null}function V(e){var r=e.files,t=e.accept,n=e.minSize,o=e.maxSize,a=e.multiple,i=e.maxFiles,u=e.validator;return!a&&r.length>1||a&&i>=1&&r.length>i?!1:r.every(function(l){var T=W(l,t),_=s(T,1),w=_[0],I=Y(l,n,o),S=s(I,1),j=S[0],M=u?u(l):null;return w&&j&&!M})}function A(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function k(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(r){return r==="Files"||r==="application/x-moz-file"}):!!e.target&&!!e.target.files}function q(e){e.preventDefault()}function $(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function G(e){return e.indexOf("Edge/")!==-1}function Q(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return $(e)||G(e)}function X(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(n){for(var o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return r.some(function(u){return!A(n)&&u&&u.apply(void 0,[n].concat(a)),A(n)})}}function Z(){return"showOpenFilePicker"in window}function ee(e){if(c(e)){var r=Object.entries(e).filter(function(t){var n=s(t,2),o=n[0],a=n[1],i=!0;return E(o)||(console.warn('Skipped "'.concat(o,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),i=!1),(!Array.isArray(a)||!a.every(h))&&(console.warn('Skipped "'.concat(o,'" because an invalid file extension was provided.')),i=!1),i}).reduce(function(t,n){var o=s(n,2),a=o[0],i=o[1];return m(m({},t),{},O({},a,i))},{});return[{description:"Files",accept:r}]}return e}function re(e){if(c(e))return Object.entries(e).reduce(function(r,t){var n=s(t,2),o=n[0],a=n[1];return[].concat(d(r),[o],d(a))},[]).filter(function(r){return E(r)||h(r)}).join(",")}function te(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function ne(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function E(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function h(e){return/^.*\.[\w]+$/.test(e)}export{H as FILE_INVALID_TYPE,z as FILE_TOO_LARGE,B as FILE_TOO_SMALL,N as TOO_MANY_FILES,K as TOO_MANY_FILES_REJECTION,re as acceptPropAsAcceptAttr,V as allFilesAccepted,Z as canUseFileSystemAccessAPI,X as composeEventHandlers,W as fileAccepted,Y as fileMatchSize,U as getInvalidTypeRejectionErr,g as getTooLargeRejectionErr,b as getTooSmallRejectionErr,te as isAbort,k as isEvtWithFiles,h as isExt,Q as isIeOrEdge,E as isMIMEType,A as isPropagationStopped,ne as isSecurityError,q as onDocumentDragOver,ee as pickerOptionsFromAccept};
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../node_modules/react-dropzone/dist/es/utils/index.js"],"sourcesContent":["function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }, _typeof(obj); }\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nimport _accepts from \"attr-accept\";\nvar accepts = typeof _accepts === \"function\" ? _accepts : _accepts.default; // Error codes\n\nexport var FILE_INVALID_TYPE = \"file-invalid-type\";\nexport var FILE_TOO_LARGE = \"file-too-large\";\nexport var FILE_TOO_SMALL = \"file-too-small\";\nexport var TOO_MANY_FILES = \"too-many-files\";\nexport var ErrorCode = {\n FileInvalidType: FILE_INVALID_TYPE,\n FileTooLarge: FILE_TOO_LARGE,\n FileTooSmall: FILE_TOO_SMALL,\n TooManyFiles: TOO_MANY_FILES\n};\n/**\n *\n * @param {string} accept\n */\n\nexport var getInvalidTypeRejectionErr = function getInvalidTypeRejectionErr() {\n var accept = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"\";\n var acceptArr = accept.split(\",\");\n var msg = acceptArr.length > 1 ? \"one of \".concat(acceptArr.join(\", \")) : acceptArr[0];\n return {\n code: FILE_INVALID_TYPE,\n message: \"File type must be \".concat(msg)\n };\n};\nexport var getTooLargeRejectionErr = function getTooLargeRejectionErr(maxSize) {\n return {\n code: FILE_TOO_LARGE,\n message: \"File is larger than \".concat(maxSize, \" \").concat(maxSize === 1 ? \"byte\" : \"bytes\")\n };\n};\nexport var getTooSmallRejectionErr = function getTooSmallRejectionErr(minSize) {\n return {\n code: FILE_TOO_SMALL,\n message: \"File is smaller than \".concat(minSize, \" \").concat(minSize === 1 ? \"byte\" : \"bytes\")\n };\n};\nexport var TOO_MANY_FILES_REJECTION = {\n code: TOO_MANY_FILES,\n message: \"Too many files\"\n};\n/**\n * Check if file is accepted.\n *\n * Firefox versions prior to 53 return a bogus MIME type for every file drag,\n * so dragovers with that MIME type will always be accepted.\n *\n * @param {File} file\n * @param {string} accept\n * @returns\n */\n\nexport function fileAccepted(file, accept) {\n var isAcceptable = file.type === \"application/x-moz-file\" || accepts(file, accept);\n return [isAcceptable, isAcceptable ? null : getInvalidTypeRejectionErr(accept)];\n}\nexport function fileMatchSize(file, minSize, maxSize) {\n if (isDefined(file.size)) {\n if (isDefined(minSize) && isDefined(maxSize)) {\n if (file.size > maxSize) return [false, getTooLargeRejectionErr(maxSize)];\n if (file.size < minSize) return [false, getTooSmallRejectionErr(minSize)];\n } else if (isDefined(minSize) && file.size < minSize) return [false, getTooSmallRejectionErr(minSize)];else if (isDefined(maxSize) && file.size > maxSize) return [false, getTooLargeRejectionErr(maxSize)];\n }\n\n return [true, null];\n}\n\nfunction isDefined(value) {\n return value !== undefined && value !== null;\n}\n/**\n *\n * @param {object} options\n * @param {File[]} options.files\n * @param {string} [options.accept]\n * @param {number} [options.minSize]\n * @param {number} [options.maxSize]\n * @param {boolean} [options.multiple]\n * @param {number} [options.maxFiles]\n * @param {(f: File) => FileError|FileError[]|null} [options.validator]\n * @returns\n */\n\n\nexport function allFilesAccepted(_ref) {\n var files = _ref.files,\n accept = _ref.accept,\n minSize = _ref.minSize,\n maxSize = _ref.maxSize,\n multiple = _ref.multiple,\n maxFiles = _ref.maxFiles,\n validator = _ref.validator;\n\n if (!multiple && files.length > 1 || multiple && maxFiles >= 1 && files.length > maxFiles) {\n return false;\n }\n\n return files.every(function (file) {\n var _fileAccepted = fileAccepted(file, accept),\n _fileAccepted2 = _slicedToArray(_fileAccepted, 1),\n accepted = _fileAccepted2[0];\n\n var _fileMatchSize = fileMatchSize(file, minSize, maxSize),\n _fileMatchSize2 = _slicedToArray(_fileMatchSize, 1),\n sizeMatch = _fileMatchSize2[0];\n\n var customErrors = validator ? validator(file) : null;\n return accepted && sizeMatch && !customErrors;\n });\n} // React's synthetic events has event.isPropagationStopped,\n// but to remain compatibility with other libs (Preact) fall back\n// to check event.cancelBubble\n\nexport function isPropagationStopped(event) {\n if (typeof event.isPropagationStopped === \"function\") {\n return event.isPropagationStopped();\n } else if (typeof event.cancelBubble !== \"undefined\") {\n return event.cancelBubble;\n }\n\n return false;\n}\nexport function isEvtWithFiles(event) {\n if (!event.dataTransfer) {\n return !!event.target && !!event.target.files;\n } // https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/types\n // https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types#file\n\n\n return Array.prototype.some.call(event.dataTransfer.types, function (type) {\n return type === \"Files\" || type === \"application/x-moz-file\";\n });\n}\nexport function isKindFile(item) {\n return _typeof(item) === \"object\" && item !== null && item.kind === \"file\";\n} // allow the entire document to be a drag target\n\nexport function onDocumentDragOver(event) {\n event.preventDefault();\n}\n\nfunction isIe(userAgent) {\n return userAgent.indexOf(\"MSIE\") !== -1 || userAgent.indexOf(\"Trident/\") !== -1;\n}\n\nfunction isEdge(userAgent) {\n return userAgent.indexOf(\"Edge/\") !== -1;\n}\n\nexport function isIeOrEdge() {\n var userAgent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window.navigator.userAgent;\n return isIe(userAgent) || isEdge(userAgent);\n}\n/**\n * This is intended to be used to compose event handlers\n * They are executed in order until one of them calls `event.isPropagationStopped()`.\n * Note that the check is done on the first invoke too,\n * meaning that if propagation was stopped before invoking the fns,\n * no handlers will be executed.\n *\n * @param {Function} fns the event hanlder functions\n * @return {Function} the event handler to add to an element\n */\n\nexport function composeEventHandlers() {\n for (var _len = arguments.length, fns = new Array(_len), _key = 0; _key < _len; _key++) {\n fns[_key] = arguments[_key];\n }\n\n return function (event) {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n return fns.some(function (fn) {\n if (!isPropagationStopped(event) && fn) {\n fn.apply(void 0, [event].concat(args));\n }\n\n return isPropagationStopped(event);\n });\n };\n}\n/**\n * canUseFileSystemAccessAPI checks if the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)\n * is supported by the browser.\n * @returns {boolean}\n */\n\nexport function canUseFileSystemAccessAPI() {\n return \"showOpenFilePicker\" in window;\n}\n/**\n * Convert the `{accept}` dropzone prop to the\n * `{types}` option for https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker\n *\n * @param {AcceptProp} accept\n * @returns {{accept: string[]}[]}\n */\n\nexport function pickerOptionsFromAccept(accept) {\n if (isDefined(accept)) {\n var acceptForPicker = Object.entries(accept).filter(function (_ref2) {\n var _ref3 = _slicedToArray(_ref2, 2),\n mimeType = _ref3[0],\n ext = _ref3[1];\n\n var ok = true;\n\n if (!isMIMEType(mimeType)) {\n console.warn(\"Skipped \\\"\".concat(mimeType, \"\\\" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.\"));\n ok = false;\n }\n\n if (!Array.isArray(ext) || !ext.every(isExt)) {\n console.warn(\"Skipped \\\"\".concat(mimeType, \"\\\" because an invalid file extension was provided.\"));\n ok = false;\n }\n\n return ok;\n }).reduce(function (agg, _ref4) {\n var _ref5 = _slicedToArray(_ref4, 2),\n mimeType = _ref5[0],\n ext = _ref5[1];\n\n return _objectSpread(_objectSpread({}, agg), {}, _defineProperty({}, mimeType, ext));\n }, {});\n return [{\n // description is required due to https://crbug.com/1264708\n description: \"Files\",\n accept: acceptForPicker\n }];\n }\n\n return accept;\n}\n/**\n * Convert the `{accept}` dropzone prop to an array of MIME types/extensions.\n * @param {AcceptProp} accept\n * @returns {string}\n */\n\nexport function acceptPropAsAcceptAttr(accept) {\n if (isDefined(accept)) {\n return Object.entries(accept).reduce(function (a, _ref6) {\n var _ref7 = _slicedToArray(_ref6, 2),\n mimeType = _ref7[0],\n ext = _ref7[1];\n\n return [].concat(_toConsumableArray(a), [mimeType], _toConsumableArray(ext));\n }, []) // Silently discard invalid entries as pickerOptionsFromAccept warns about these\n .filter(function (v) {\n return isMIMEType(v) || isExt(v);\n }).join(\",\");\n }\n\n return undefined;\n}\n/**\n * Check if v is an exception caused by aborting a request (e.g window.showOpenFilePicker()).\n *\n * See https://developer.mozilla.org/en-US/docs/Web/API/DOMException.\n * @param {any} v\n * @returns {boolean} True if v is an abort exception.\n */\n\nexport function isAbort(v) {\n return v instanceof DOMException && (v.name === \"AbortError\" || v.code === v.ABORT_ERR);\n}\n/**\n * Check if v is a security error.\n *\n * See https://developer.mozilla.org/en-US/docs/Web/API/DOMException.\n * @param {any} v\n * @returns {boolean} True if v is a security error.\n */\n\nexport function isSecurityError(v) {\n return v instanceof DOMException && (v.name === \"SecurityError\" || v.code === v.SECURITY_ERR);\n}\n/**\n * Check if v is a MIME type string.\n *\n * See accepted format: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers.\n *\n * @param {string} v\n */\n\nexport function isMIMEType(v) {\n return v === \"audio/*\" || v === \"video/*\" || v === \"image/*\" || v === \"text/*\" || v === \"application/*\" || /\\w+\\/[-+.\\w]+/g.test(v);\n}\n/**\n * Check if v is a file extension.\n * @param {string} v\n */\n\nexport function isExt(v) {\n return /^.*\\.[\\w]+$/.test(v);\n}\n/**\n * @typedef {Object.<string, string[]>} AcceptProp\n */\n\n/**\n * @typedef {object} FileError\n * @property {string} message\n * @property {ErrorCode|string} code\n */\n\n/**\n * @typedef {\"file-invalid-type\"|\"file-too-large\"|\"file-too-small\"|\"too-many-files\"} ErrorCode\n */"],"names":["_toConsumableArray","arr","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","iter","_arrayLikeToArray","ownKeys","object","enumerableOnly","keys","symbols","sym","_objectSpread","target","i","source","key","_defineProperty","obj","value","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","o","minLen","n","len","arr2","_i","_arr","_n","_d","_s","_e","err","accepts","_accepts","FILE_INVALID_TYPE","FILE_TOO_LARGE","FILE_TOO_SMALL","TOO_MANY_FILES","getInvalidTypeRejectionErr","accept","acceptArr","msg","getTooLargeRejectionErr","maxSize","getTooSmallRejectionErr","minSize","TOO_MANY_FILES_REJECTION","fileAccepted","file","isAcceptable","fileMatchSize","isDefined","allFilesAccepted","_ref","files","multiple","maxFiles","validator","_fileAccepted","_fileAccepted2","accepted","_fileMatchSize","_fileMatchSize2","sizeMatch","customErrors","isPropagationStopped","event","isEvtWithFiles","type","onDocumentDragOver","isIe","userAgent","isEdge","isIeOrEdge","composeEventHandlers","_len","fns","_key","_len2","args","_key2","fn","canUseFileSystemAccessAPI","pickerOptionsFromAccept","acceptForPicker","_ref2","_ref3","mimeType","ext","ok","isMIMEType","isExt","agg","_ref4","_ref5","acceptPropAsAcceptAttr","a","_ref6","_ref7","v","isAbort","isSecurityError"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import*as Ye from"react";import F from"react";var ce=e=>e.type==="checkbox",ie=e=>e instanceof Date,B=e=>e==null;const lt=e=>typeof e=="object";var O=e=>!B(e)&&!Array.isArray(e)&&lt(e)&&!ie(e),nt=e=>O(e)&&e.target?ce(e.target)?e.target.checked:e.target.value:e,kt=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,ut=(e,s)=>e.has(kt(s)),Et=e=>{const s=e.constructor&&e.constructor.prototype;return O(s)&&s.hasOwnProperty("isPrototypeOf")},Le=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function U(e){let s;const t=Array.isArray(e),a=typeof FileList<"u"?e instanceof FileList:!1;if(e instanceof Date)s=new Date(e);else if(e instanceof Set)s=new Set(e);else if(!(Le&&(e instanceof Blob||a))&&(t||O(e)))if(s=t?[]:{},!t&&!Et(e))s=e;else for(const l in e)e.hasOwnProperty(l)&&(s[l]=U(e[l]));else return e;return s}var Fe=e=>/^\w*$/.test(e),C=e=>e===void 0,Oe=e=>Array.isArray(e)?e.filter(Boolean):[],Te=e=>Oe(e.replace(/["|']|\]/g,"").split(/\.|\[/)),y=(e,s,t)=>{if(!s||!O(e))return t;const a=(Fe(s)?[s]:Te(s)).reduce((l,u)=>B(l)?l:l[u],e);return C(a)||a===e?C(e[s])?t:e[s]:a},q=e=>typeof e=="boolean",w=(e,s,t)=>{let a=-1;const l=Fe(s)?[s]:Te(s),u=l.length,d=u-1;for(;++a<u;){const c=l[a];let b=t;if(a!==d){const M=e[c];b=O(M)||Array.isArray(M)?M:isNaN(+l[a+1])?{}:[]}if(c==="__proto__"||c==="constructor"||c==="prototype")return;e[c]=b,e=e[c]}};const _e={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},z={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},Z={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},Re=F.createContext(null);Re.displayName="HookFormContext";const Me=()=>F.useContext(Re),Gt=e=>{const{children:s,...t}=e;return F.createElement(Re.Provider,{value:t},s)};var ot=(e,s,t,a=!0)=>{const l={defaultValues:s._defaultValues};for(const u in e)Object.defineProperty(l,u,{get:()=>{const d=u;return s._proxyFormState[d]!==z.all&&(s._proxyFormState[d]=!a||z.all),t&&(t[d]=!0),e[d]}});return l};const Ue=typeof window<"u"?Ye.useLayoutEffect:Ye.useEffect;function Ct(e){const s=Me(),{control:t=s.control,disabled:a,name:l,exact:u}=e||{},[d,c]=F.useState(t._formState),b=F.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return Ue(()=>t._subscribe({name:l,formState:b.current,exact:u,callback:M=>{!a&&c({...t._formState,...M})}}),[l,a,u]),F.useEffect(()=>{b.current.isValid&&t._setValid(!0)},[t]),F.useMemo(()=>ot(d,t,b.current,!1),[d,t])}var Q=e=>typeof e=="string",ft=(e,s,t,a,l)=>Q(e)?(a&&s.watch.add(e),y(t,e,l)):Array.isArray(e)?e.map(u=>(a&&s.watch.add(u),y(t,u))):(a&&(s.watchAll=!0),t);function Lt(e){const s=Me(),{control:t=s.control,name:a,defaultValue:l,disabled:u,exact:d}=e||{},c=F.useRef(l),[b,M]=F.useState(t._getWatch(a,c.current));return Ue(()=>t._subscribe({name:a,formState:{values:!0},exact:d,callback:A=>!u&&M(ft(a,t._names,A.values||t._formValues,!1,c.current))}),[a,t,u,d]),F.useEffect(()=>t._removeUnmounted()),b}function Yt(e){const s=Me(),{name:t,disabled:a,control:l=s.control,shouldUnregister:u}=e,d=ut(l._names.array,t),c=Lt({control:l,name:t,defaultValue:y(l._formValues,t,y(l._defaultValues,t,e.defaultValue)),exact:!0}),b=Ct({control:l,name:t,exact:!0}),M=F.useRef(e),A=F.useRef(l.register(t,{...e.rules,value:c,...q(e.disabled)?{disabled:e.disabled}:{}})),S=F.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!y(b.errors,t)},isDirty:{enumerable:!0,get:()=>!!y(b.dirtyFields,t)},isTouched:{enumerable:!0,get:()=>!!y(b.touchedFields,t)},isValidating:{enumerable:!0,get:()=>!!y(b.validatingFields,t)},error:{enumerable:!0,get:()=>y(b.errors,t)}}),[b,t]),v=F.useCallback(E=>A.current.onChange({target:{value:nt(E),name:t},type:_e.CHANGE}),[t]),j=F.useCallback(()=>A.current.onBlur({target:{value:y(l._formValues,t),name:t},type:_e.BLUR}),[t,l._formValues]),p=F.useCallback(E=>{const X=y(l._fields,t);X&&E&&(X._f.ref={focus:()=>E.focus&&E.focus(),select:()=>E.select&&E.select(),setCustomValidity:_=>E.setCustomValidity(_),reportValidity:()=>E.reportValidity()})},[l._fields,t]),k=F.useMemo(()=>({name:t,value:c,...q(a)||b.disabled?{disabled:b.disabled||a}:{},onChange:v,onBlur:j,ref:p}),[t,a,b.disabled,v,j,p,c]);return F.useEffect(()=>{const E=l._options.shouldUnregister||u;l.register(t,{...M.current.rules,...q(M.current.disabled)?{disabled:M.current.disabled}:{}});const X=(_,$)=>{const P=y(l._fields,_);P&&P._f&&(P._f.mount=$)};if(X(t,!0),E){const _=U(y(l._options.defaultValues,t));w(l._defaultValues,t,_),C(y(l._formValues,t))&&w(l._formValues,t,_)}return!d&&l.register(t),()=>{(d?E&&!l._state.action:E)?l.unregister(t):X(t,!1)}},[t,l,d,u]),F.useEffect(()=>{l._setDisabledField({disabled:a,name:t})},[a,t,l]),F.useMemo(()=>({field:k,formState:b,fieldState:S}),[k,b,S])}var Ot=(e,s,t,a,l)=>s?{...t[e],types:{...t[e]&&t[e].types?t[e].types:{},[a]:l||!0}}:{},fe=e=>Array.isArray(e)?e:[e],Je=()=>{let e=[];return{get observers(){return e},next:l=>{for(const u of e)u.next&&u.next(l)},subscribe:l=>(e.push(l),{unsubscribe:()=>{e=e.filter(u=>u!==l)}}),unsubscribe:()=>{e=[]}}},Ce=e=>B(e)||!lt(e);function re(e,s,t=new WeakSet){if(Ce(e)||Ce(s))return e===s;if(ie(e)&&ie(s))return e.getTime()===s.getTime();const a=Object.keys(e),l=Object.keys(s);if(a.length!==l.length)return!1;if(t.has(e)||t.has(s))return!0;t.add(e),t.add(s);for(const u of a){const d=e[u];if(!l.includes(u))return!1;if(u!=="ref"){const c=s[u];if(ie(d)&&ie(c)||O(d)&&O(c)||Array.isArray(d)&&Array.isArray(c)?!re(d,c,t):d!==c)return!1}}return!0}var W=e=>O(e)&&!Object.keys(e).length,Ne=e=>e.type==="file",G=e=>typeof e=="function",be=e=>{if(!Le)return!1;const s=e?e.ownerDocument:0;return e instanceof(s&&s.defaultView?s.defaultView.HTMLElement:HTMLElement)},dt=e=>e.type==="select-multiple",Be=e=>e.type==="radio",Tt=e=>Be(e)||ce(e),Ee=e=>be(e)&&e.isConnected;function Rt(e,s){const t=s.slice(0,-1).length;let a=0;for(;a<t;)e=C(e)?a++:e[s[a++]];return e}function Mt(e){for(const s in e)if(e.hasOwnProperty(s)&&!C(e[s]))return!1;return!0}function T(e,s){const t=Array.isArray(s)?s:Fe(s)?[s]:Te(s),a=t.length===1?e:Rt(e,t),l=t.length-1,u=t[l];return a&&delete a[u],l!==0&&(O(a)&&W(a)||Array.isArray(a)&&Mt(a))&&T(e,t.slice(0,-1)),e}var ct=e=>{for(const s in e)if(G(e[s]))return!0;return!1};function Ve(e,s={}){const t=Array.isArray(e);if(O(e)||t)for(const a in e)Array.isArray(e[a])||O(e[a])&&!ct(e[a])?(s[a]=Array.isArray(e[a])?[]:{},Ve(e[a],s[a])):B(e[a])||(s[a]=!0);return s}function yt(e,s,t){const a=Array.isArray(e);if(O(e)||a)for(const l in e)Array.isArray(e[l])||O(e[l])&&!ct(e[l])?C(s)||Ce(t[l])?t[l]=Array.isArray(e[l])?Ve(e[l],[]):{...Ve(e[l])}:yt(e[l],B(s)?{}:s[l],t[l]):t[l]=!re(e[l],s[l]);return t}var ue=(e,s)=>yt(e,s,Ve(s));const Qe={value:!1,isValid:!1},Xe={value:!0,isValid:!0};var gt=e=>{if(Array.isArray(e)){if(e.length>1){const s=e.filter(t=>t&&t.checked&&!t.disabled).map(t=>t.value);return{value:s,isValid:!!s.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!C(e[0].attributes.value)?C(e[0].value)||e[0].value===""?Xe:{value:e[0].value,isValid:!0}:Xe:Qe}return Qe},ht=(e,{valueAsNumber:s,valueAsDate:t,setValueAs:a})=>C(e)?e:s?e===""?NaN:e&&+e:t&&Q(e)?new Date(e):a?a(e):e;const Ze={isValid:!1,value:null};var vt=e=>Array.isArray(e)?e.reduce((s,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:s,Ze):Ze;function je(e){const s=e.ref;return Ne(s)?s.files:Be(s)?vt(e.refs).value:dt(s)?[...s.selectedOptions].map(({value:t})=>t):ce(s)?gt(e.refs).value:ht(C(s.value)?e.ref.value:s.value,e)}var Ut=(e,s,t,a)=>{const l={};for(const u of e){const d=y(s,u);d&&w(l,u,d._f)}return{criteriaMode:t,names:[...e],fields:l,shouldUseNativeValidation:a}},me=e=>e instanceof RegExp,oe=e=>C(e)?e:me(e)?e.source:O(e)?me(e.value)?e.value.source:e.value:e,et=e=>({isOnSubmit:!e||e===z.onSubmit,isOnBlur:e===z.onBlur,isOnChange:e===z.onChange,isOnAll:e===z.all,isOnTouch:e===z.onTouched});const tt="AsyncFunction";var Nt=e=>!!e&&!!e.validate&&!!(G(e.validate)&&e.validate.constructor.name===tt||O(e.validate)&&Object.values(e.validate).find(s=>s.constructor.name===tt)),Bt=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),rt=(e,s,t)=>!t&&(s.watchAll||s.watch.has(e)||[...s.watch].some(a=>e.startsWith(a)&&/^\.\w+/.test(e.slice(a.length))));const de=(e,s,t,a)=>{for(const l of t||Object.keys(e)){const u=y(e,l);if(u){const{_f:d,...c}=u;if(d){if(d.refs&&d.refs[0]&&s(d.refs[0],l)&&!a)return!0;if(d.ref&&s(d.ref,d.name)&&!a)return!0;if(de(c,s))break}else if(O(c)&&de(c,s))break}}};function st(e,s,t){const a=y(e,t);if(a||Fe(t))return{error:a,name:t};const l=t.split(".");for(;l.length;){const u=l.join("."),d=y(s,u),c=y(e,u);if(d&&!Array.isArray(d)&&t!==u)return{name:t};if(c&&c.type)return{name:u,error:c};if(c&&c.root&&c.root.type)return{name:`${u}.root`,error:c.root};l.pop()}return{name:t}}var Pt=(e,s,t,a)=>{t(e);const{name:l,...u}=e;return W(u)||Object.keys(u).length>=Object.keys(s).length||Object.keys(u).find(d=>s[d]===(!a||z.all))},It=(e,s,t)=>!e||!s||e===s||fe(e).some(a=>a&&(t?a===s:a.startsWith(s)||s.startsWith(a))),Wt=(e,s,t,a,l)=>l.isOnAll?!1:!t&&l.isOnTouch?!(s||e):(t?a.isOnBlur:l.isOnBlur)?!e:(t?a.isOnChange:l.isOnChange)?e:!0,qt=(e,s)=>!Oe(y(e,s)).length&&T(e,s),Ht=(e,s,t)=>{const a=fe(y(e,t));return w(a,"root",s[t]),w(e,t,a),e},ve=e=>Q(e);function it(e,s,t="validate"){if(ve(e)||Array.isArray(e)&&e.every(ve)||q(e)&&!e)return{type:t,message:ve(e)?e:"",ref:s}}var le=e=>O(e)&&!me(e)?e:{value:e,message:""},at=async(e,s,t,a,l,u)=>{const{ref:d,refs:c,required:b,maxLength:M,minLength:A,min:S,max:v,pattern:j,validate:p,name:k,valueAsNumber:E,mount:X}=e._f,_=y(t,k);if(!X||s.has(k))return{};const $=c?c[0]:d,P=V=>{l&&$.reportValidity&&($.setCustomValidity(q(V)?"":V||""),$.reportValidity())},R={},ye=Be(d),ee=ce(d),Ae=ye||ee,K=(E||Ne(d))&&C(d.value)&&C(_)||be(d)&&d.value===""||_===""||Array.isArray(_)&&!_.length,se=Ot.bind(null,k,a,R),Y=(V,x,L,N=Z.maxLength,I=Z.minLength)=>{const J=V?x:L;R[k]={type:V?N:I,message:J,ref:d,...se(V?N:I,J)}};if(u?!Array.isArray(_)||!_.length:b&&(!Ae&&(K||B(_))||q(_)&&!_||ee&&!gt(c).isValid||ye&&!vt(c).isValid)){const{value:V,message:x}=ve(b)?{value:!!b,message:b}:le(b);if(V&&(R[k]={type:Z.required,message:x,ref:$,...se(Z.required,x)},!a))return P(x),R}if(!K&&(!B(S)||!B(v))){let V,x;const L=le(v),N=le(S);if(!B(_)&&!isNaN(_)){const I=d.valueAsNumber||_&&+_;B(L.value)||(V=I>L.value),B(N.value)||(x=I<N.value)}else{const I=d.valueAsDate||new Date(_),J=ge=>new Date(new Date().toDateString()+" "+ge),ne=d.type=="time",ae=d.type=="week";Q(L.value)&&_&&(V=ne?J(_)>J(L.value):ae?_>L.value:I>new Date(L.value)),Q(N.value)&&_&&(x=ne?J(_)<J(N.value):ae?_<N.value:I<new Date(N.value))}if((V||x)&&(Y(!!V,L.message,N.message,Z.max,Z.min),!a))return P(R[k].message),R}if((M||A)&&!K&&(Q(_)||u&&Array.isArray(_))){const V=le(M),x=le(A),L=!B(V.value)&&_.length>+V.value,N=!B(x.value)&&_.length<+x.value;if((L||N)&&(Y(L,V.message,x.message),!a))return P(R[k].message),R}if(j&&!K&&Q(_)){const{value:V,message:x}=le(j);if(me(V)&&!_.match(V)&&(R[k]={type:Z.pattern,message:x,ref:d,...se(Z.pattern,x)},!a))return P(x),R}if(p){if(G(p)){const V=await p(_,t),x=it(V,$);if(x&&(R[k]={...x,...se(Z.validate,x.message)},!a))return P(x.message),R}else if(O(p)){let V={};for(const x in p){if(!W(V)&&!a)break;const L=it(await p[x](_,t),$,x);L&&(V={...L,...se(x,L.message)},P(L.message),a&&(R[k]=V))}if(!W(V)&&(R[k]={ref:$,...V},!a))return R}}return P(!0),R};const pt={mode:z.onSubmit,reValidateMode:z.onChange,shouldFocusError:!0};function $t(e={}){let s={...pt,...e},t={submitCount:0,isDirty:!1,isReady:!1,isLoading:G(s.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:s.errors||{},disabled:s.disabled||!1};const a={};let l=O(s.defaultValues)||O(s.values)?U(s.defaultValues||s.values)||{}:{},u=s.shouldUnregister?{}:U(l),d={action:!1,mount:!1,watch:!1},c={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set},b,M=0;const A={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1};let S={...A};const v={array:Je(),state:Je()},j=s.criteriaMode===z.all,p=r=>i=>{clearTimeout(M),M=setTimeout(r,i)},k=async r=>{if(!s.disabled&&(A.isValid||S.isValid||r)){const i=s.resolver?W((await ee()).errors):await K(a,!0);i!==t.isValid&&v.state.next({isValid:i})}},E=(r,i)=>{!s.disabled&&(A.isValidating||A.validatingFields||S.isValidating||S.validatingFields)&&((r||Array.from(c.mount)).forEach(n=>{n&&(i?w(t.validatingFields,n,i):T(t.validatingFields,n))}),v.state.next({validatingFields:t.validatingFields,isValidating:!W(t.validatingFields)}))},X=(r,i=[],n,g,f=!0,o=!0)=>{if(g&&n&&!s.disabled){if(d.action=!0,o&&Array.isArray(y(a,r))){const h=n(y(a,r),g.argA,g.argB);f&&w(a,r,h)}if(o&&Array.isArray(y(t.errors,r))){const h=n(y(t.errors,r),g.argA,g.argB);f&&w(t.errors,r,h),qt(t.errors,r)}if((A.touchedFields||S.touchedFields)&&o&&Array.isArray(y(t.touchedFields,r))){const h=n(y(t.touchedFields,r),g.argA,g.argB);f&&w(t.touchedFields,r,h)}(A.dirtyFields||S.dirtyFields)&&(t.dirtyFields=ue(l,u)),v.state.next({name:r,isDirty:Y(r,i),dirtyFields:t.dirtyFields,errors:t.errors,isValid:t.isValid})}else w(u,r,i)},_=(r,i)=>{w(t.errors,r,i),v.state.next({errors:t.errors})},$=r=>{t.errors=r,v.state.next({errors:t.errors,isValid:!1})},P=(r,i,n,g)=>{const f=y(a,r);if(f){const o=y(u,r,C(n)?y(l,r):n);C(o)||g&&g.defaultChecked||i?w(u,r,i?o:je(f._f)):L(r,o),d.mount&&k()}},R=(r,i,n,g,f)=>{let o=!1,h=!1;const m={name:r};if(!s.disabled){if(!n||g){(A.isDirty||S.isDirty)&&(h=t.isDirty,t.isDirty=m.isDirty=Y(),o=h!==m.isDirty);const D=re(y(l,r),i);h=!!y(t.dirtyFields,r),D?T(t.dirtyFields,r):w(t.dirtyFields,r,!0),m.dirtyFields=t.dirtyFields,o=o||(A.dirtyFields||S.dirtyFields)&&h!==!D}if(n){const D=y(t.touchedFields,r);D||(w(t.touchedFields,r,n),m.touchedFields=t.touchedFields,o=o||(A.touchedFields||S.touchedFields)&&D!==n)}o&&f&&v.state.next(m)}return o?m:{}},ye=(r,i,n,g)=>{const f=y(t.errors,r),o=(A.isValid||S.isValid)&&q(i)&&t.isValid!==i;if(s.delayError&&n?(b=p(()=>_(r,n)),b(s.delayError)):(clearTimeout(M),b=null,n?w(t.errors,r,n):T(t.errors,r)),(n?!re(f,n):f)||!W(g)||o){const h={...g,...o&&q(i)?{isValid:i}:{},errors:t.errors,name:r};t={...t,...h},v.state.next(h)}},ee=async r=>{E(r,!0);const i=await s.resolver(u,s.context,Ut(r||c.mount,a,s.criteriaMode,s.shouldUseNativeValidation));return E(r),i},Ae=async r=>{const{errors:i}=await ee(r);if(r)for(const n of r){const g=y(i,n);g?w(t.errors,n,g):T(t.errors,n)}else t.errors=i;return i},K=async(r,i,n={valid:!0})=>{for(const g in r){const f=r[g];if(f){const{_f:o,...h}=f;if(o){const m=c.array.has(o.name),D=f._f&&Nt(f._f);D&&A.validatingFields&&E([g],!0);const H=await at(f,c.disabled,u,j,s.shouldUseNativeValidation&&!i,m);if(D&&A.validatingFields&&E([g]),H[o.name]&&(n.valid=!1,i))break;!i&&(y(H,o.name)?m?Ht(t.errors,H,o.name):w(t.errors,o.name,H[o.name]):T(t.errors,o.name))}!W(h)&&await K(h,i,n)}}return n.valid},se=()=>{for(const r of c.unMount){const i=y(a,r);i&&(i._f.refs?i._f.refs.every(n=>!Ee(n)):!Ee(i._f.ref))&&xe(r)}c.unMount=new Set},Y=(r,i)=>!s.disabled&&(r&&i&&w(u,r,i),!re(ge(),l)),V=(r,i,n)=>ft(r,c,{...d.mount?u:C(i)?l:Q(r)?{[r]:i}:i},n,i),x=r=>Oe(y(d.mount?u:l,r,s.shouldUnregister?y(l,r,[]):[])),L=(r,i,n={})=>{const g=y(a,r);let f=i;if(g){const o=g._f;o&&(!o.disabled&&w(u,r,ht(i,o)),f=be(o.ref)&&B(i)?"":i,dt(o.ref)?[...o.ref.options].forEach(h=>h.selected=f.includes(h.value)):o.refs?ce(o.ref)?o.refs.forEach(h=>{(!h.defaultChecked||!h.disabled)&&(Array.isArray(f)?h.checked=!!f.find(m=>m===h.value):h.checked=f===h.value||!!f)}):o.refs.forEach(h=>h.checked=h.value===f):Ne(o.ref)?o.ref.value="":(o.ref.value=f,o.ref.type||v.state.next({name:r,values:U(u)})))}(n.shouldDirty||n.shouldTouch)&&R(r,f,n.shouldTouch,n.shouldDirty,!0),n.shouldValidate&&ae(r)},N=(r,i,n)=>{for(const g in i){if(!i.hasOwnProperty(g))return;const f=i[g],o=r+"."+g,h=y(a,o);(c.array.has(r)||O(f)||h&&!h._f)&&!ie(f)?N(o,f,n):L(o,f,n)}},I=(r,i,n={})=>{const g=y(a,r),f=c.array.has(r),o=U(i);w(u,r,o),f?(v.array.next({name:r,values:U(u)}),(A.isDirty||A.dirtyFields||S.isDirty||S.dirtyFields)&&n.shouldDirty&&v.state.next({name:r,dirtyFields:ue(l,u),isDirty:Y(r,o)})):g&&!g._f&&!B(o)?N(r,o,n):L(r,o,n),rt(r,c)&&v.state.next({...t}),v.state.next({name:d.mount?r:void 0,values:U(u)})},J=async r=>{d.mount=!0;const i=r.target;let n=i.name,g=!0;const f=y(a,n),o=D=>{g=Number.isNaN(D)||ie(D)&&isNaN(D.getTime())||re(D,y(u,n,D))},h=et(s.mode),m=et(s.reValidateMode);if(f){let D,H;const he=i.type?je(f._f):nt(r),te=r.type===_e.BLUR||r.type===_e.FOCUS_OUT,wt=!Bt(f._f)&&!s.resolver&&!y(t.errors,n)&&!f._f.deps||Wt(te,y(t.touchedFields,n),t.isSubmitted,m,h),Se=rt(n,c,te);w(u,n,he),te?(f._f.onBlur&&f._f.onBlur(r),b&&b(0)):f._f.onChange&&f._f.onChange(r);const ke=R(n,he,te),Dt=!W(ke)||Se;if(!te&&v.state.next({name:n,type:r.type,values:U(u)}),wt)return(A.isValid||S.isValid)&&(s.mode==="onBlur"?te&&k():te||k()),Dt&&v.state.next({name:n,...Se?{}:ke});if(!te&&Se&&v.state.next({...t}),s.resolver){const{errors:ze}=await ee([n]);if(o(he),g){const St=st(t.errors,a,n),Ge=st(ze,a,St.name||n);D=Ge.error,n=Ge.name,H=W(ze)}}else E([n],!0),D=(await at(f,c.disabled,u,j,s.shouldUseNativeValidation))[n],E([n]),o(he),g&&(D?H=!1:(A.isValid||S.isValid)&&(H=await K(a,!0)));g&&(f._f.deps&&ae(f._f.deps),ye(n,H,D,ke))}},ne=(r,i)=>{if(y(t.errors,i)&&r.focus)return r.focus(),1},ae=async(r,i={})=>{let n,g;const f=fe(r);if(s.resolver){const o=await Ae(C(r)?r:f);n=W(o),g=r?!f.some(h=>y(o,h)):n}else r?(g=(await Promise.all(f.map(async o=>{const h=y(a,o);return await K(h&&h._f?{[o]:h}:h)}))).every(Boolean),!(!g&&!t.isValid)&&k()):g=n=await K(a);return v.state.next({...!Q(r)||(A.isValid||S.isValid)&&n!==t.isValid?{}:{name:r},...s.resolver||!r?{isValid:n}:{},errors:t.errors}),i.shouldFocus&&!g&&de(a,ne,r?f:c.mount),g},ge=r=>{const i={...d.mount?u:l};return C(r)?i:Q(r)?y(i,r):r.map(n=>y(i,n))},Pe=(r,i)=>({invalid:!!y((i||t).errors,r),isDirty:!!y((i||t).dirtyFields,r),error:y((i||t).errors,r),isValidating:!!y(t.validatingFields,r),isTouched:!!y((i||t).touchedFields,r)}),_t=r=>{r&&fe(r).forEach(i=>T(t.errors,i)),v.state.next({errors:r?t.errors:{}})},Ie=(r,i,n)=>{const g=(y(a,r,{_f:{}})._f||{}).ref,f=y(t.errors,r)||{},{ref:o,message:h,type:m,...D}=f;w(t.errors,r,{...D,...i,ref:g}),v.state.next({name:r,errors:t.errors,isValid:!1}),n&&n.shouldFocus&&g&&g.focus&&g.focus()},bt=(r,i)=>G(r)?v.state.subscribe({next:n=>r(V(void 0,i),n)}):V(r,i,!0),We=r=>v.state.subscribe({next:i=>{It(r.name,i.name,r.exact)&&Pt(i,r.formState||A,xt,r.reRenderRoot)&&r.callback({values:{...u},...t,...i})}}).unsubscribe,Vt=r=>(d.mount=!0,S={...S,...r.formState},We({...r,formState:S})),xe=(r,i={})=>{for(const n of r?fe(r):c.mount)c.mount.delete(n),c.array.delete(n),i.keepValue||(T(a,n),T(u,n)),!i.keepError&&T(t.errors,n),!i.keepDirty&&T(t.dirtyFields,n),!i.keepTouched&&T(t.touchedFields,n),!i.keepIsValidating&&T(t.validatingFields,n),!s.shouldUnregister&&!i.keepDefaultValue&&T(l,n);v.state.next({values:U(u)}),v.state.next({...t,...i.keepDirty?{isDirty:Y()}:{}}),!i.keepIsValid&&k()},qe=({disabled:r,name:i})=>{(q(r)&&d.mount||r||c.disabled.has(i))&&(r?c.disabled.add(i):c.disabled.delete(i))},we=(r,i={})=>{let n=y(a,r);const g=q(i.disabled)||q(s.disabled);return w(a,r,{...n||{},_f:{...n&&n._f?n._f:{ref:{name:r}},name:r,mount:!0,...i}}),c.mount.add(r),n?qe({disabled:q(i.disabled)?i.disabled:s.disabled,name:r}):P(r,!0,i.value),{...g?{disabled:i.disabled||s.disabled}:{},...s.progressive?{required:!!i.required,min:oe(i.min),max:oe(i.max),minLength:oe(i.minLength),maxLength:oe(i.maxLength),pattern:oe(i.pattern)}:{},name:r,onChange:J,onBlur:J,ref:f=>{if(f){we(r,i),n=y(a,r);const o=C(f.value)&&f.querySelectorAll&&f.querySelectorAll("input,select,textarea")[0]||f,h=Tt(o),m=n._f.refs||[];if(h?m.find(D=>D===o):o===n._f.ref)return;w(a,r,{_f:{...n._f,...h?{refs:[...m.filter(Ee),o,...Array.isArray(y(l,r))?[{}]:[]],ref:{type:o.type,name:r}}:{ref:o}}}),P(r,!1,void 0,o)}else n=y(a,r,{}),n._f&&(n._f.mount=!1),(s.shouldUnregister||i.shouldUnregister)&&!(ut(c.array,r)&&d.action)&&c.unMount.add(r)}}},De=()=>s.shouldFocusError&&de(a,ne,c.mount),mt=r=>{q(r)&&(v.state.next({disabled:r}),de(a,(i,n)=>{const g=y(a,n);g&&(i.disabled=g._f.disabled||r,Array.isArray(g._f.refs)&&g._f.refs.forEach(f=>{f.disabled=g._f.disabled||r}))},0,!1))},He=(r,i)=>async n=>{let g;n&&(n.preventDefault&&n.preventDefault(),n.persist&&n.persist());let f=U(u);if(v.state.next({isSubmitting:!0}),s.resolver){const{errors:o,values:h}=await ee();t.errors=o,f=U(h)}else await K(a);if(c.disabled.size)for(const o of c.disabled)T(f,o);if(T(t.errors,"root"),W(t.errors)){v.state.next({errors:{}});try{await r(f,n)}catch(o){g=o}}else i&&await i({...t.errors},n),De(),setTimeout(De);if(v.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:W(t.errors)&&!g,submitCount:t.submitCount+1,errors:t.errors}),g)throw g},Ft=(r,i={})=>{y(a,r)&&(C(i.defaultValue)?I(r,U(y(l,r))):(I(r,i.defaultValue),w(l,r,U(i.defaultValue))),i.keepTouched||T(t.touchedFields,r),i.keepDirty||(T(t.dirtyFields,r),t.isDirty=i.defaultValue?Y(r,U(y(l,r))):Y()),i.keepError||(T(t.errors,r),A.isValid&&k()),v.state.next({...t}))},pe=(r,i={})=>{const n=r?U(r):l,g=U(n),f=W(r),o=f?l:g;if(i.keepDefaultValues||(l=n),!i.keepValues){if(i.keepDirtyValues){const h=new Set([...c.mount,...Object.keys(ue(l,u))]);for(const m of Array.from(h))y(t.dirtyFields,m)?w(o,m,y(u,m)):I(m,y(o,m))}else{if(Le&&C(r))for(const h of c.mount){const m=y(a,h);if(m&&m._f){const D=Array.isArray(m._f.refs)?m._f.refs[0]:m._f.ref;if(be(D)){const H=D.closest("form");if(H){H.reset();break}}}}for(const h of c.mount){const m=y(o,h,y(l,h));C(m)||(w(o,h,m),I(h,y(o,h)))}}u=U(o),v.array.next({values:{...o}}),v.state.next({values:{...o}})}c={mount:i.keepDirtyValues?c.mount:new Set,unMount:new Set,array:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},d.mount=!A.isValid||!!i.keepIsValid||!!i.keepDirtyValues,d.watch=!!s.shouldUnregister,v.state.next({submitCount:i.keepSubmitCount?t.submitCount:0,isDirty:f?!1:i.keepDirty?t.isDirty:!!(i.keepDefaultValues&&!re(r,l)),isSubmitted:i.keepIsSubmitted?t.isSubmitted:!1,dirtyFields:f?{}:i.keepDirtyValues?i.keepDefaultValues&&u?ue(l,u):t.dirtyFields:i.keepDefaultValues&&r?ue(l,r):i.keepDirty?t.dirtyFields:{},touchedFields:i.keepTouched?t.touchedFields:{},errors:i.keepErrors?t.errors:{},isSubmitSuccessful:i.keepIsSubmitSuccessful?t.isSubmitSuccessful:!1,isSubmitting:!1})},$e=(r,i)=>pe(G(r)?r(u):r,i),At=(r,i={})=>{const n=y(a,r),g=n&&n._f;if(g){const f=g.refs?g.refs[0]:g.ref;f.focus&&(f.focus(),i.shouldSelect&&G(f.select)&&f.select())}},xt=r=>{t={...t,...r}},Ke={control:{register:we,unregister:xe,getFieldState:Pe,handleSubmit:He,setError:Ie,_subscribe:We,_runSchema:ee,_focusError:De,_getWatch:V,_getDirty:Y,_setValid:k,_setFieldArray:X,_setDisabledField:qe,_setErrors:$,_getFieldArray:x,_reset:pe,_resetDefaultValues:()=>G(s.defaultValues)&&s.defaultValues().then(r=>{$e(r,s.resetOptions),v.state.next({isLoading:!1})}),_removeUnmounted:se,_disableForm:mt,_subjects:v,_proxyFormState:A,get _fields(){return a},get _formValues(){return u},get _state(){return d},set _state(r){d=r},get _defaultValues(){return l},get _names(){return c},set _names(r){c=r},get _formState(){return t},get _options(){return s},set _options(r){s={...s,...r}}},subscribe:Vt,trigger:ae,register:we,handleSubmit:He,watch:bt,setValue:I,getValues:ge,reset:$e,resetField:Ft,clearErrors:_t,unregister:xe,setError:Ie,setFocus:At,getFieldState:Pe};return{...Ke,formControl:Ke}}function Jt(e={}){const s=F.useRef(void 0),t=F.useRef(void 0),[a,l]=F.useState({isDirty:!1,isValidating:!1,isLoading:G(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,isReady:!1,defaultValues:G(e.defaultValues)?void 0:e.defaultValues});if(!s.current)if(e.formControl)s.current={...e.formControl,formState:a},e.defaultValues&&!G(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:d,...c}=$t(e);s.current={...c,formState:a}}const u=s.current.control;return u._options=e,Ue(()=>{const d=u._subscribe({formState:u._proxyFormState,callback:()=>l({...u._formState}),reRenderRoot:!0});return l(c=>({...c,isReady:!0})),u._formState.isReady=!0,d},[u]),F.useEffect(()=>u._disableForm(e.disabled),[u,e.disabled]),F.useEffect(()=>{e.mode&&(u._options.mode=e.mode),e.reValidateMode&&(u._options.reValidateMode=e.reValidateMode)},[u,e.mode,e.reValidateMode]),F.useEffect(()=>{e.errors&&(u._setErrors(e.errors),u._focusError())},[u,e.errors]),F.useEffect(()=>{e.shouldUnregister&&u._subjects.state.next({values:u._getWatch()})},[u,e.shouldUnregister]),F.useEffect(()=>{if(u._proxyFormState.isDirty){const d=u._getDirty();d!==a.isDirty&&u._subjects.state.next({isDirty:d})}},[u,a.isDirty]),F.useEffect(()=>{e.values&&!re(e.values,t.current)?(u._reset(e.values,u._options.resetOptions),t.current=e.values,l(d=>({...d}))):u._resetDefaultValues()},[u,e.values]),F.useEffect(()=>{u._state.mount||(u._setValid(),u._state.mount=!0),u._state.watch&&(u._state.watch=!1,u._subjects.state.next({...u._formState})),u._removeUnmounted()}),s.current.formState=ot(a,u),s.current}export{Gt as FormProvider,Ot as appendErrors,$t as createFormControl,y as get,w as set,Yt as useController,Jt as useForm,Me as useFormContext,Ct as useFormState,Lt as useWatch};
2
+ //# sourceMappingURL=index.esm.js.map