@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 @@
1
+ {"version":3,"file":"floating-ui.react.js","sources":["../../../../../node_modules/@floating-ui/react/dist/floating-ui.react.mjs"],"sourcesContent":["import * as React from 'react';\nimport { useModernLayoutEffect, useEffectEvent, getMinListIndex, getMaxListIndex, createGridCellMap, isListIndexDisabled, getGridNavigatedIndex, getGridCellIndexOfCorner, getGridCellIndices, findNonDisabledListIndex, isIndexOutOfListBounds, useLatestRef, getDocument as getDocument$1, isMouseLikePointerType, contains as contains$1, isSafari, enableFocusInside, isOutsideEvent, getPreviousTabbable, getNextTabbable, disableFocusInside, isTypeableCombobox, getFloatingFocusElement, getTabbableOptions, getNodeAncestors, activeElement, getNodeChildren as getNodeChildren$1, stopEvent, getTarget as getTarget$1, isVirtualClick, isVirtualPointerEvent, getPlatform, isTypeableElement, isReactEvent, isRootElement, isEventTargetWithin, matchesFocusVisible, isMac, getDeepestNode, getUserAgent } from '@floating-ui/react/utils';\nimport { jsx, jsxs, Fragment } from 'react/jsx-runtime';\nimport { getComputedStyle, isElement, isShadowRoot, getNodeName, isHTMLElement, getWindow, isLastTraversableNode, getParentNode, isWebKit } from '@floating-ui/utils/dom';\nimport { tabbable, isTabbable, focusable } from 'tabbable';\nimport * as ReactDOM from 'react-dom';\nimport { getOverflowAncestors, useFloating as useFloating$1, offset, detectOverflow } from '@floating-ui/react-dom';\nexport { arrow, autoPlacement, autoUpdate, computePosition, detectOverflow, flip, getOverflowAncestors, hide, inline, limitShift, offset, platform, shift, size } from '@floating-ui/react-dom';\nimport { evaluate, max, round, min } from '@floating-ui/utils';\n\n/**\n * Merges an array of refs into a single memoized callback ref or `null`.\n * @see https://floating-ui.com/docs/react-utils#usemergerefs\n */\nfunction useMergeRefs(refs) {\n const cleanupRef = React.useRef(undefined);\n const refEffect = React.useCallback(instance => {\n const cleanups = refs.map(ref => {\n if (ref == null) {\n return;\n }\n if (typeof ref === 'function') {\n const refCallback = ref;\n const refCleanup = refCallback(instance);\n return typeof refCleanup === 'function' ? refCleanup : () => {\n refCallback(null);\n };\n }\n ref.current = instance;\n return () => {\n ref.current = null;\n };\n });\n return () => {\n cleanups.forEach(refCleanup => refCleanup == null ? void 0 : refCleanup());\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, refs);\n return React.useMemo(() => {\n if (refs.every(ref => ref == null)) {\n return null;\n }\n return value => {\n if (cleanupRef.current) {\n cleanupRef.current();\n cleanupRef.current = undefined;\n }\n if (value != null) {\n cleanupRef.current = refEffect(value);\n }\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, refs);\n}\n\nfunction sortByDocumentPosition(a, b) {\n const position = a.compareDocumentPosition(b);\n if (position & Node.DOCUMENT_POSITION_FOLLOWING || position & Node.DOCUMENT_POSITION_CONTAINED_BY) {\n return -1;\n }\n if (position & Node.DOCUMENT_POSITION_PRECEDING || position & Node.DOCUMENT_POSITION_CONTAINS) {\n return 1;\n }\n return 0;\n}\nconst FloatingListContext = /*#__PURE__*/React.createContext({\n register: () => {},\n unregister: () => {},\n map: /*#__PURE__*/new Map(),\n elementsRef: {\n current: []\n }\n});\n/**\n * Provides context for a list of items within the floating element.\n * @see https://floating-ui.com/docs/FloatingList\n */\nfunction FloatingList(props) {\n const {\n children,\n elementsRef,\n labelsRef\n } = props;\n const [nodes, setNodes] = React.useState(() => new Set());\n const register = React.useCallback(node => {\n setNodes(prevSet => new Set(prevSet).add(node));\n }, []);\n const unregister = React.useCallback(node => {\n setNodes(prevSet => {\n const set = new Set(prevSet);\n set.delete(node);\n return set;\n });\n }, []);\n const map = React.useMemo(() => {\n const newMap = new Map();\n const sortedNodes = Array.from(nodes.keys()).sort(sortByDocumentPosition);\n sortedNodes.forEach((node, index) => {\n newMap.set(node, index);\n });\n return newMap;\n }, [nodes]);\n return /*#__PURE__*/jsx(FloatingListContext.Provider, {\n value: React.useMemo(() => ({\n register,\n unregister,\n map,\n elementsRef,\n labelsRef\n }), [register, unregister, map, elementsRef, labelsRef]),\n children: children\n });\n}\n/**\n * Used to register a list item and its index (DOM position) in the\n * `FloatingList`.\n * @see https://floating-ui.com/docs/FloatingList#uselistitem\n */\nfunction useListItem(props) {\n if (props === void 0) {\n props = {};\n }\n const {\n label\n } = props;\n const {\n register,\n unregister,\n map,\n elementsRef,\n labelsRef\n } = React.useContext(FloatingListContext);\n const [index, setIndex] = React.useState(null);\n const componentRef = React.useRef(null);\n const ref = React.useCallback(node => {\n componentRef.current = node;\n if (index !== null) {\n elementsRef.current[index] = node;\n if (labelsRef) {\n var _node$textContent;\n const isLabelDefined = label !== undefined;\n labelsRef.current[index] = isLabelDefined ? label : (_node$textContent = node == null ? void 0 : node.textContent) != null ? _node$textContent : null;\n }\n }\n }, [index, elementsRef, labelsRef, label]);\n useModernLayoutEffect(() => {\n const node = componentRef.current;\n if (node) {\n register(node);\n return () => {\n unregister(node);\n };\n }\n }, [register, unregister]);\n useModernLayoutEffect(() => {\n const index = componentRef.current ? map.get(componentRef.current) : null;\n if (index != null) {\n setIndex(index);\n }\n }, [map]);\n return React.useMemo(() => ({\n ref,\n index: index == null ? -1 : index\n }), [index, ref]);\n}\n\nconst FOCUSABLE_ATTRIBUTE = 'data-floating-ui-focusable';\nconst ACTIVE_KEY = 'active';\nconst SELECTED_KEY = 'selected';\nconst ARROW_LEFT = 'ArrowLeft';\nconst ARROW_RIGHT = 'ArrowRight';\nconst ARROW_UP = 'ArrowUp';\nconst ARROW_DOWN = 'ArrowDown';\n\nfunction renderJsx(render, computedProps) {\n if (typeof render === 'function') {\n return render(computedProps);\n }\n if (render) {\n return /*#__PURE__*/React.cloneElement(render, computedProps);\n }\n return /*#__PURE__*/jsx(\"div\", {\n ...computedProps\n });\n}\nconst CompositeContext = /*#__PURE__*/React.createContext({\n activeIndex: 0,\n onNavigate: () => {}\n});\nconst horizontalKeys = [ARROW_LEFT, ARROW_RIGHT];\nconst verticalKeys = [ARROW_UP, ARROW_DOWN];\nconst allKeys = [...horizontalKeys, ...verticalKeys];\n\n/**\n * Creates a single tab stop whose items are navigated by arrow keys, which\n * provides list navigation outside of floating element contexts.\n *\n * This is useful to enable navigation of a list of items that aren’t part of a\n * floating element. A menubar is an example of a composite, with each reference\n * element being an item.\n * @see https://floating-ui.com/docs/Composite\n */\nconst Composite = /*#__PURE__*/React.forwardRef(function Composite(props, forwardedRef) {\n const {\n render,\n orientation = 'both',\n loop = true,\n rtl = false,\n cols = 1,\n disabledIndices,\n activeIndex: externalActiveIndex,\n onNavigate: externalSetActiveIndex,\n itemSizes,\n dense = false,\n ...domProps\n } = props;\n const [internalActiveIndex, internalSetActiveIndex] = React.useState(0);\n const activeIndex = externalActiveIndex != null ? externalActiveIndex : internalActiveIndex;\n const onNavigate = useEffectEvent(externalSetActiveIndex != null ? externalSetActiveIndex : internalSetActiveIndex);\n const elementsRef = React.useRef([]);\n const renderElementProps = render && typeof render !== 'function' ? render.props : {};\n const contextValue = React.useMemo(() => ({\n activeIndex,\n onNavigate\n }), [activeIndex, onNavigate]);\n const isGrid = cols > 1;\n function handleKeyDown(event) {\n if (!allKeys.includes(event.key)) return;\n let nextIndex = activeIndex;\n const minIndex = getMinListIndex(elementsRef, disabledIndices);\n const maxIndex = getMaxListIndex(elementsRef, disabledIndices);\n const horizontalEndKey = rtl ? ARROW_LEFT : ARROW_RIGHT;\n const horizontalStartKey = rtl ? ARROW_RIGHT : ARROW_LEFT;\n if (isGrid) {\n const sizes = itemSizes || Array.from({\n length: elementsRef.current.length\n }, () => ({\n width: 1,\n height: 1\n }));\n // To calculate movements on the grid, we use hypothetical cell indices\n // as if every item was 1x1, then convert back to real indices.\n const cellMap = createGridCellMap(sizes, cols, dense);\n const minGridIndex = cellMap.findIndex(index => index != null && !isListIndexDisabled(elementsRef, index, disabledIndices));\n // last enabled index\n const maxGridIndex = cellMap.reduce((foundIndex, index, cellIndex) => index != null && !isListIndexDisabled(elementsRef, index, disabledIndices) ? cellIndex : foundIndex, -1);\n const maybeNextIndex = cellMap[getGridNavigatedIndex({\n current: cellMap.map(itemIndex => itemIndex ? elementsRef.current[itemIndex] : null)\n }, {\n event,\n orientation,\n loop,\n rtl,\n cols,\n // treat undefined (empty grid spaces) as disabled indices so we\n // don't end up in them\n disabledIndices: getGridCellIndices([...((typeof disabledIndices !== 'function' ? disabledIndices : null) || elementsRef.current.map((_, index) => isListIndexDisabled(elementsRef, index, disabledIndices) ? index : undefined)), undefined], cellMap),\n minIndex: minGridIndex,\n maxIndex: maxGridIndex,\n prevIndex: getGridCellIndexOfCorner(activeIndex > maxIndex ? minIndex : activeIndex, sizes, cellMap, cols,\n // use a corner matching the edge closest to the direction we're\n // moving in so we don't end up in the same item. Prefer\n // top/left over bottom/right.\n event.key === ARROW_DOWN ? 'bl' : event.key === horizontalEndKey ? 'tr' : 'tl')\n })];\n if (maybeNextIndex != null) {\n nextIndex = maybeNextIndex;\n }\n }\n const toEndKeys = {\n horizontal: [horizontalEndKey],\n vertical: [ARROW_DOWN],\n both: [horizontalEndKey, ARROW_DOWN]\n }[orientation];\n const toStartKeys = {\n horizontal: [horizontalStartKey],\n vertical: [ARROW_UP],\n both: [horizontalStartKey, ARROW_UP]\n }[orientation];\n const preventedKeys = isGrid ? allKeys : {\n horizontal: horizontalKeys,\n vertical: verticalKeys,\n both: allKeys\n }[orientation];\n if (nextIndex === activeIndex && [...toEndKeys, ...toStartKeys].includes(event.key)) {\n if (loop && nextIndex === maxIndex && toEndKeys.includes(event.key)) {\n nextIndex = minIndex;\n } else if (loop && nextIndex === minIndex && toStartKeys.includes(event.key)) {\n nextIndex = maxIndex;\n } else {\n nextIndex = findNonDisabledListIndex(elementsRef, {\n startingIndex: nextIndex,\n decrement: toStartKeys.includes(event.key),\n disabledIndices\n });\n }\n }\n if (nextIndex !== activeIndex && !isIndexOutOfListBounds(elementsRef, nextIndex)) {\n var _elementsRef$current$;\n event.stopPropagation();\n if (preventedKeys.includes(event.key)) {\n event.preventDefault();\n }\n onNavigate(nextIndex);\n (_elementsRef$current$ = elementsRef.current[nextIndex]) == null || _elementsRef$current$.focus();\n }\n }\n const computedProps = {\n ...domProps,\n ...renderElementProps,\n ref: forwardedRef,\n 'aria-orientation': orientation === 'both' ? undefined : orientation,\n onKeyDown(e) {\n domProps.onKeyDown == null || domProps.onKeyDown(e);\n renderElementProps.onKeyDown == null || renderElementProps.onKeyDown(e);\n handleKeyDown(e);\n }\n };\n return /*#__PURE__*/jsx(CompositeContext.Provider, {\n value: contextValue,\n children: /*#__PURE__*/jsx(FloatingList, {\n elementsRef: elementsRef,\n children: renderJsx(render, computedProps)\n })\n });\n});\n/**\n * @see https://floating-ui.com/docs/Composite\n */\nconst CompositeItem = /*#__PURE__*/React.forwardRef(function CompositeItem(props, forwardedRef) {\n const {\n render,\n ...domProps\n } = props;\n const renderElementProps = render && typeof render !== 'function' ? render.props : {};\n const {\n activeIndex,\n onNavigate\n } = React.useContext(CompositeContext);\n const {\n ref,\n index\n } = useListItem();\n const mergedRef = useMergeRefs([ref, forwardedRef, renderElementProps.ref]);\n const isActive = activeIndex === index;\n const computedProps = {\n ...domProps,\n ...renderElementProps,\n ref: mergedRef,\n tabIndex: isActive ? 0 : -1,\n 'data-active': isActive ? '' : undefined,\n onFocus(e) {\n domProps.onFocus == null || domProps.onFocus(e);\n renderElementProps.onFocus == null || renderElementProps.onFocus(e);\n onNavigate(index);\n }\n };\n return renderJsx(render, computedProps);\n});\n\n// https://github.com/mui/material-ui/issues/41190#issuecomment-2040873379\nconst SafeReact = {\n ...React\n};\n\nlet serverHandoffComplete = false;\nlet count = 0;\nconst genId = () => // Ensure the id is unique with multiple independent versions of Floating UI\n// on <React 18\n\"floating-ui-\" + Math.random().toString(36).slice(2, 6) + count++;\nfunction useFloatingId() {\n const [id, setId] = React.useState(() => serverHandoffComplete ? genId() : undefined);\n useModernLayoutEffect(() => {\n if (id == null) {\n setId(genId());\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n React.useEffect(() => {\n serverHandoffComplete = true;\n }, []);\n return id;\n}\nconst useReactId = SafeReact.useId;\n\n/**\n * Uses React 18's built-in `useId()` when available, or falls back to a\n * slightly less performant (requiring a double render) implementation for\n * earlier React versions.\n * @see https://floating-ui.com/docs/react-utils#useid\n */\nconst useId = useReactId || useFloatingId;\n\nlet devMessageSet;\nif (process.env.NODE_ENV !== \"production\") {\n devMessageSet = /*#__PURE__*/new Set();\n}\nfunction warn() {\n var _devMessageSet;\n for (var _len = arguments.length, messages = new Array(_len), _key = 0; _key < _len; _key++) {\n messages[_key] = arguments[_key];\n }\n const message = \"Floating UI: \" + messages.join(' ');\n if (!((_devMessageSet = devMessageSet) != null && _devMessageSet.has(message))) {\n var _devMessageSet2;\n (_devMessageSet2 = devMessageSet) == null || _devMessageSet2.add(message);\n console.warn(message);\n }\n}\nfunction error() {\n var _devMessageSet3;\n for (var _len2 = arguments.length, messages = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n messages[_key2] = arguments[_key2];\n }\n const message = \"Floating UI: \" + messages.join(' ');\n if (!((_devMessageSet3 = devMessageSet) != null && _devMessageSet3.has(message))) {\n var _devMessageSet4;\n (_devMessageSet4 = devMessageSet) == null || _devMessageSet4.add(message);\n console.error(message);\n }\n}\n\n/**\n * Renders a pointing arrow triangle.\n * @see https://floating-ui.com/docs/FloatingArrow\n */\nconst FloatingArrow = /*#__PURE__*/React.forwardRef(function FloatingArrow(props, ref) {\n const {\n context: {\n placement,\n elements: {\n floating\n },\n middlewareData: {\n arrow,\n shift\n }\n },\n width = 14,\n height = 7,\n tipRadius = 0,\n strokeWidth = 0,\n staticOffset,\n stroke,\n d,\n style: {\n transform,\n ...restStyle\n } = {},\n ...rest\n } = props;\n if (process.env.NODE_ENV !== \"production\") {\n if (!ref) {\n warn('The `ref` prop is required for `FloatingArrow`.');\n }\n }\n const clipPathId = useId();\n const [isRTL, setIsRTL] = React.useState(false);\n\n // https://github.com/floating-ui/floating-ui/issues/2932\n useModernLayoutEffect(() => {\n if (!floating) return;\n const isRTL = getComputedStyle(floating).direction === 'rtl';\n if (isRTL) {\n setIsRTL(true);\n }\n }, [floating]);\n if (!floating) {\n return null;\n }\n const [side, alignment] = placement.split('-');\n const isVerticalSide = side === 'top' || side === 'bottom';\n let computedStaticOffset = staticOffset;\n if (isVerticalSide && shift != null && shift.x || !isVerticalSide && shift != null && shift.y) {\n computedStaticOffset = null;\n }\n\n // Strokes must be double the border width, this ensures the stroke's width\n // works as you'd expect.\n const computedStrokeWidth = strokeWidth * 2;\n const halfStrokeWidth = computedStrokeWidth / 2;\n const svgX = width / 2 * (tipRadius / -8 + 1);\n const svgY = height / 2 * tipRadius / 4;\n const isCustomShape = !!d;\n const yOffsetProp = computedStaticOffset && alignment === 'end' ? 'bottom' : 'top';\n let xOffsetProp = computedStaticOffset && alignment === 'end' ? 'right' : 'left';\n if (computedStaticOffset && isRTL) {\n xOffsetProp = alignment === 'end' ? 'left' : 'right';\n }\n const arrowX = (arrow == null ? void 0 : arrow.x) != null ? computedStaticOffset || arrow.x : '';\n const arrowY = (arrow == null ? void 0 : arrow.y) != null ? computedStaticOffset || arrow.y : '';\n const dValue = d || 'M0,0' + (\" H\" + width) + (\" L\" + (width - svgX) + \",\" + (height - svgY)) + (\" Q\" + width / 2 + \",\" + height + \" \" + svgX + \",\" + (height - svgY)) + ' Z';\n const rotation = {\n top: isCustomShape ? 'rotate(180deg)' : '',\n left: isCustomShape ? 'rotate(90deg)' : 'rotate(-90deg)',\n bottom: isCustomShape ? '' : 'rotate(180deg)',\n right: isCustomShape ? 'rotate(-90deg)' : 'rotate(90deg)'\n }[side];\n return /*#__PURE__*/jsxs(\"svg\", {\n ...rest,\n \"aria-hidden\": true,\n ref: ref,\n width: isCustomShape ? width : width + computedStrokeWidth,\n height: width,\n viewBox: \"0 0 \" + width + \" \" + (height > width ? height : width),\n style: {\n position: 'absolute',\n pointerEvents: 'none',\n [xOffsetProp]: arrowX,\n [yOffsetProp]: arrowY,\n [side]: isVerticalSide || isCustomShape ? '100%' : \"calc(100% - \" + computedStrokeWidth / 2 + \"px)\",\n transform: [rotation, transform].filter(t => !!t).join(' '),\n ...restStyle\n },\n children: [computedStrokeWidth > 0 && /*#__PURE__*/jsx(\"path\", {\n clipPath: \"url(#\" + clipPathId + \")\",\n fill: \"none\",\n stroke: stroke\n // Account for the stroke on the fill path rendered below.\n ,\n strokeWidth: computedStrokeWidth + (d ? 0 : 1),\n d: dValue\n }), /*#__PURE__*/jsx(\"path\", {\n stroke: computedStrokeWidth && !d ? rest.fill : 'none',\n d: dValue\n }), /*#__PURE__*/jsx(\"clipPath\", {\n id: clipPathId,\n children: /*#__PURE__*/jsx(\"rect\", {\n x: -halfStrokeWidth,\n y: halfStrokeWidth * (isCustomShape ? -1 : 1),\n width: width + computedStrokeWidth,\n height: width\n })\n })]\n });\n});\n\nfunction createEventEmitter() {\n const map = new Map();\n return {\n emit(event, data) {\n var _map$get;\n (_map$get = map.get(event)) == null || _map$get.forEach(listener => listener(data));\n },\n on(event, listener) {\n if (!map.has(event)) {\n map.set(event, new Set());\n }\n map.get(event).add(listener);\n },\n off(event, listener) {\n var _map$get2;\n (_map$get2 = map.get(event)) == null || _map$get2.delete(listener);\n }\n };\n}\n\nconst FloatingNodeContext = /*#__PURE__*/React.createContext(null);\nconst FloatingTreeContext = /*#__PURE__*/React.createContext(null);\n\n/**\n * Returns the parent node id for nested floating elements, if available.\n * Returns `null` for top-level floating elements.\n */\nconst useFloatingParentNodeId = () => {\n var _React$useContext;\n return ((_React$useContext = React.useContext(FloatingNodeContext)) == null ? void 0 : _React$useContext.id) || null;\n};\n\n/**\n * Returns the nearest floating tree context, if available.\n */\nconst useFloatingTree = () => React.useContext(FloatingTreeContext);\n\n/**\n * Registers a node into the `FloatingTree`, returning its id.\n * @see https://floating-ui.com/docs/FloatingTree\n */\nfunction useFloatingNodeId(customParentId) {\n const id = useId();\n const tree = useFloatingTree();\n const reactParentId = useFloatingParentNodeId();\n const parentId = customParentId || reactParentId;\n useModernLayoutEffect(() => {\n if (!id) return;\n const node = {\n id,\n parentId\n };\n tree == null || tree.addNode(node);\n return () => {\n tree == null || tree.removeNode(node);\n };\n }, [tree, id, parentId]);\n return id;\n}\n/**\n * Provides parent node context for nested floating elements.\n * @see https://floating-ui.com/docs/FloatingTree\n */\nfunction FloatingNode(props) {\n const {\n children,\n id\n } = props;\n const parentId = useFloatingParentNodeId();\n return /*#__PURE__*/jsx(FloatingNodeContext.Provider, {\n value: React.useMemo(() => ({\n id,\n parentId\n }), [id, parentId]),\n children: children\n });\n}\n/**\n * Provides context for nested floating elements when they are not children of\n * each other on the DOM.\n * This is not necessary in all cases, except when there must be explicit communication between parent and child floating elements. It is necessary for:\n * - The `bubbles` option in the `useDismiss()` Hook\n * - Nested virtual list navigation\n * - Nested floating elements that each open on hover\n * - Custom communication between parent and child floating elements\n * @see https://floating-ui.com/docs/FloatingTree\n */\nfunction FloatingTree(props) {\n const {\n children\n } = props;\n const nodesRef = React.useRef([]);\n const addNode = React.useCallback(node => {\n nodesRef.current = [...nodesRef.current, node];\n }, []);\n const removeNode = React.useCallback(node => {\n nodesRef.current = nodesRef.current.filter(n => n !== node);\n }, []);\n const [events] = React.useState(() => createEventEmitter());\n return /*#__PURE__*/jsx(FloatingTreeContext.Provider, {\n value: React.useMemo(() => ({\n nodesRef,\n addNode,\n removeNode,\n events\n }), [addNode, removeNode, events]),\n children: children\n });\n}\n\nfunction createAttribute(name) {\n return \"data-floating-ui-\" + name;\n}\n\nfunction clearTimeoutIfSet(timeoutRef) {\n if (timeoutRef.current !== -1) {\n clearTimeout(timeoutRef.current);\n timeoutRef.current = -1;\n }\n}\n\nconst safePolygonIdentifier = /*#__PURE__*/createAttribute('safe-polygon');\nfunction getDelay(value, prop, pointerType) {\n if (pointerType && !isMouseLikePointerType(pointerType)) {\n return 0;\n }\n if (typeof value === 'number') {\n return value;\n }\n if (typeof value === 'function') {\n const result = value();\n if (typeof result === 'number') {\n return result;\n }\n return result == null ? void 0 : result[prop];\n }\n return value == null ? void 0 : value[prop];\n}\nfunction getRestMs(value) {\n if (typeof value === 'function') {\n return value();\n }\n return value;\n}\n/**\n * Opens the floating element while hovering over the reference element, like\n * CSS `:hover`.\n * @see https://floating-ui.com/docs/useHover\n */\nfunction useHover(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n onOpenChange,\n dataRef,\n events,\n elements\n } = context;\n const {\n enabled = true,\n delay = 0,\n handleClose = null,\n mouseOnly = false,\n restMs = 0,\n move = true\n } = props;\n const tree = useFloatingTree();\n const parentId = useFloatingParentNodeId();\n const handleCloseRef = useLatestRef(handleClose);\n const delayRef = useLatestRef(delay);\n const openRef = useLatestRef(open);\n const restMsRef = useLatestRef(restMs);\n const pointerTypeRef = React.useRef();\n const timeoutRef = React.useRef(-1);\n const handlerRef = React.useRef();\n const restTimeoutRef = React.useRef(-1);\n const blockMouseMoveRef = React.useRef(true);\n const performedPointerEventsMutationRef = React.useRef(false);\n const unbindMouseMoveRef = React.useRef(() => {});\n const restTimeoutPendingRef = React.useRef(false);\n const isHoverOpen = useEffectEvent(() => {\n var _dataRef$current$open;\n const type = (_dataRef$current$open = dataRef.current.openEvent) == null ? void 0 : _dataRef$current$open.type;\n return (type == null ? void 0 : type.includes('mouse')) && type !== 'mousedown';\n });\n\n // When closing before opening, clear the delay timeouts to cancel it\n // from showing.\n React.useEffect(() => {\n if (!enabled) return;\n function onOpenChange(_ref) {\n let {\n open\n } = _ref;\n if (!open) {\n clearTimeoutIfSet(timeoutRef);\n clearTimeoutIfSet(restTimeoutRef);\n blockMouseMoveRef.current = true;\n restTimeoutPendingRef.current = false;\n }\n }\n events.on('openchange', onOpenChange);\n return () => {\n events.off('openchange', onOpenChange);\n };\n }, [enabled, events]);\n React.useEffect(() => {\n if (!enabled) return;\n if (!handleCloseRef.current) return;\n if (!open) return;\n function onLeave(event) {\n if (isHoverOpen()) {\n onOpenChange(false, event, 'hover');\n }\n }\n const html = getDocument$1(elements.floating).documentElement;\n html.addEventListener('mouseleave', onLeave);\n return () => {\n html.removeEventListener('mouseleave', onLeave);\n };\n }, [elements.floating, open, onOpenChange, enabled, handleCloseRef, isHoverOpen]);\n const closeWithDelay = React.useCallback(function (event, runElseBranch, reason) {\n if (runElseBranch === void 0) {\n runElseBranch = true;\n }\n if (reason === void 0) {\n reason = 'hover';\n }\n const closeDelay = getDelay(delayRef.current, 'close', pointerTypeRef.current);\n if (closeDelay && !handlerRef.current) {\n clearTimeoutIfSet(timeoutRef);\n timeoutRef.current = window.setTimeout(() => onOpenChange(false, event, reason), closeDelay);\n } else if (runElseBranch) {\n clearTimeoutIfSet(timeoutRef);\n onOpenChange(false, event, reason);\n }\n }, [delayRef, onOpenChange]);\n const cleanupMouseMoveHandler = useEffectEvent(() => {\n unbindMouseMoveRef.current();\n handlerRef.current = undefined;\n });\n const clearPointerEvents = useEffectEvent(() => {\n if (performedPointerEventsMutationRef.current) {\n const body = getDocument$1(elements.floating).body;\n body.style.pointerEvents = '';\n body.removeAttribute(safePolygonIdentifier);\n performedPointerEventsMutationRef.current = false;\n }\n });\n const isClickLikeOpenEvent = useEffectEvent(() => {\n return dataRef.current.openEvent ? ['click', 'mousedown'].includes(dataRef.current.openEvent.type) : false;\n });\n\n // Registering the mouse events on the reference directly to bypass React's\n // delegation system. If the cursor was on a disabled element and then entered\n // the reference (no gap), `mouseenter` doesn't fire in the delegation system.\n React.useEffect(() => {\n if (!enabled) return;\n function onReferenceMouseEnter(event) {\n clearTimeoutIfSet(timeoutRef);\n blockMouseMoveRef.current = false;\n if (mouseOnly && !isMouseLikePointerType(pointerTypeRef.current) || getRestMs(restMsRef.current) > 0 && !getDelay(delayRef.current, 'open')) {\n return;\n }\n const openDelay = getDelay(delayRef.current, 'open', pointerTypeRef.current);\n if (openDelay) {\n timeoutRef.current = window.setTimeout(() => {\n if (!openRef.current) {\n onOpenChange(true, event, 'hover');\n }\n }, openDelay);\n } else if (!open) {\n onOpenChange(true, event, 'hover');\n }\n }\n function onReferenceMouseLeave(event) {\n if (isClickLikeOpenEvent()) {\n clearPointerEvents();\n return;\n }\n unbindMouseMoveRef.current();\n const doc = getDocument$1(elements.floating);\n clearTimeoutIfSet(restTimeoutRef);\n restTimeoutPendingRef.current = false;\n if (handleCloseRef.current && dataRef.current.floatingContext) {\n // Prevent clearing `onScrollMouseLeave` timeout.\n if (!open) {\n clearTimeoutIfSet(timeoutRef);\n }\n handlerRef.current = handleCloseRef.current({\n ...dataRef.current.floatingContext,\n tree,\n x: event.clientX,\n y: event.clientY,\n onClose() {\n clearPointerEvents();\n cleanupMouseMoveHandler();\n if (!isClickLikeOpenEvent()) {\n closeWithDelay(event, true, 'safe-polygon');\n }\n }\n });\n const handler = handlerRef.current;\n doc.addEventListener('mousemove', handler);\n unbindMouseMoveRef.current = () => {\n doc.removeEventListener('mousemove', handler);\n };\n return;\n }\n\n // Allow interactivity without `safePolygon` on touch devices. With a\n // pointer, a short close delay is an alternative, so it should work\n // consistently.\n const shouldClose = pointerTypeRef.current === 'touch' ? !contains$1(elements.floating, event.relatedTarget) : true;\n if (shouldClose) {\n closeWithDelay(event);\n }\n }\n\n // Ensure the floating element closes after scrolling even if the pointer\n // did not move.\n // https://github.com/floating-ui/floating-ui/discussions/1692\n function onScrollMouseLeave(event) {\n if (isClickLikeOpenEvent()) return;\n if (!dataRef.current.floatingContext) return;\n handleCloseRef.current == null || handleCloseRef.current({\n ...dataRef.current.floatingContext,\n tree,\n x: event.clientX,\n y: event.clientY,\n onClose() {\n clearPointerEvents();\n cleanupMouseMoveHandler();\n if (!isClickLikeOpenEvent()) {\n closeWithDelay(event);\n }\n }\n })(event);\n }\n function onFloatingMouseEnter() {\n clearTimeoutIfSet(timeoutRef);\n }\n function onFloatingMouseLeave(event) {\n if (!isClickLikeOpenEvent()) {\n closeWithDelay(event, false);\n }\n }\n if (isElement(elements.domReference)) {\n const reference = elements.domReference;\n const floating = elements.floating;\n if (open) {\n reference.addEventListener('mouseleave', onScrollMouseLeave);\n }\n if (move) {\n reference.addEventListener('mousemove', onReferenceMouseEnter, {\n once: true\n });\n }\n reference.addEventListener('mouseenter', onReferenceMouseEnter);\n reference.addEventListener('mouseleave', onReferenceMouseLeave);\n if (floating) {\n floating.addEventListener('mouseleave', onScrollMouseLeave);\n floating.addEventListener('mouseenter', onFloatingMouseEnter);\n floating.addEventListener('mouseleave', onFloatingMouseLeave);\n }\n return () => {\n if (open) {\n reference.removeEventListener('mouseleave', onScrollMouseLeave);\n }\n if (move) {\n reference.removeEventListener('mousemove', onReferenceMouseEnter);\n }\n reference.removeEventListener('mouseenter', onReferenceMouseEnter);\n reference.removeEventListener('mouseleave', onReferenceMouseLeave);\n if (floating) {\n floating.removeEventListener('mouseleave', onScrollMouseLeave);\n floating.removeEventListener('mouseenter', onFloatingMouseEnter);\n floating.removeEventListener('mouseleave', onFloatingMouseLeave);\n }\n };\n }\n }, [elements, enabled, context, mouseOnly, move, closeWithDelay, cleanupMouseMoveHandler, clearPointerEvents, onOpenChange, open, openRef, tree, delayRef, handleCloseRef, dataRef, isClickLikeOpenEvent, restMsRef]);\n\n // Block pointer-events of every element other than the reference and floating\n // while the floating element is open and has a `handleClose` handler. Also\n // handles nested floating elements.\n // https://github.com/floating-ui/floating-ui/issues/1722\n useModernLayoutEffect(() => {\n var _handleCloseRef$curre;\n if (!enabled) return;\n if (open && (_handleCloseRef$curre = handleCloseRef.current) != null && (_handleCloseRef$curre = _handleCloseRef$curre.__options) != null && _handleCloseRef$curre.blockPointerEvents && isHoverOpen()) {\n performedPointerEventsMutationRef.current = true;\n const floatingEl = elements.floating;\n if (isElement(elements.domReference) && floatingEl) {\n var _tree$nodesRef$curren;\n const body = getDocument$1(elements.floating).body;\n body.setAttribute(safePolygonIdentifier, '');\n const ref = elements.domReference;\n const parentFloating = tree == null || (_tree$nodesRef$curren = tree.nodesRef.current.find(node => node.id === parentId)) == null || (_tree$nodesRef$curren = _tree$nodesRef$curren.context) == null ? void 0 : _tree$nodesRef$curren.elements.floating;\n if (parentFloating) {\n parentFloating.style.pointerEvents = '';\n }\n body.style.pointerEvents = 'none';\n ref.style.pointerEvents = 'auto';\n floatingEl.style.pointerEvents = 'auto';\n return () => {\n body.style.pointerEvents = '';\n ref.style.pointerEvents = '';\n floatingEl.style.pointerEvents = '';\n };\n }\n }\n }, [enabled, open, parentId, elements, tree, handleCloseRef, isHoverOpen]);\n useModernLayoutEffect(() => {\n if (!open) {\n pointerTypeRef.current = undefined;\n restTimeoutPendingRef.current = false;\n cleanupMouseMoveHandler();\n clearPointerEvents();\n }\n }, [open, cleanupMouseMoveHandler, clearPointerEvents]);\n React.useEffect(() => {\n return () => {\n cleanupMouseMoveHandler();\n clearTimeoutIfSet(timeoutRef);\n clearTimeoutIfSet(restTimeoutRef);\n clearPointerEvents();\n };\n }, [enabled, elements.domReference, cleanupMouseMoveHandler, clearPointerEvents]);\n const reference = React.useMemo(() => {\n function setPointerRef(event) {\n pointerTypeRef.current = event.pointerType;\n }\n return {\n onPointerDown: setPointerRef,\n onPointerEnter: setPointerRef,\n onMouseMove(event) {\n const {\n nativeEvent\n } = event;\n function handleMouseMove() {\n if (!blockMouseMoveRef.current && !openRef.current) {\n onOpenChange(true, nativeEvent, 'hover');\n }\n }\n if (mouseOnly && !isMouseLikePointerType(pointerTypeRef.current)) {\n return;\n }\n if (open || getRestMs(restMsRef.current) === 0) {\n return;\n }\n\n // Ignore insignificant movements to account for tremors.\n if (restTimeoutPendingRef.current && event.movementX ** 2 + event.movementY ** 2 < 2) {\n return;\n }\n clearTimeoutIfSet(restTimeoutRef);\n if (pointerTypeRef.current === 'touch') {\n handleMouseMove();\n } else {\n restTimeoutPendingRef.current = true;\n restTimeoutRef.current = window.setTimeout(handleMouseMove, getRestMs(restMsRef.current));\n }\n }\n };\n }, [mouseOnly, onOpenChange, open, openRef, restMsRef]);\n return React.useMemo(() => enabled ? {\n reference\n } : {}, [enabled, reference]);\n}\n\nconst NOOP = () => {};\nconst FloatingDelayGroupContext = /*#__PURE__*/React.createContext({\n delay: 0,\n initialDelay: 0,\n timeoutMs: 0,\n currentId: null,\n setCurrentId: NOOP,\n setState: NOOP,\n isInstantPhase: false\n});\n\n/**\n * @deprecated\n * Use the return value of `useDelayGroup()` instead.\n */\nconst useDelayGroupContext = () => React.useContext(FloatingDelayGroupContext);\n/**\n * Provides context for a group of floating elements that should share a\n * `delay`.\n * @see https://floating-ui.com/docs/FloatingDelayGroup\n */\nfunction FloatingDelayGroup(props) {\n const {\n children,\n delay,\n timeoutMs = 0\n } = props;\n const [state, setState] = React.useReducer((prev, next) => ({\n ...prev,\n ...next\n }), {\n delay,\n timeoutMs,\n initialDelay: delay,\n currentId: null,\n isInstantPhase: false\n });\n const initialCurrentIdRef = React.useRef(null);\n const setCurrentId = React.useCallback(currentId => {\n setState({\n currentId\n });\n }, []);\n useModernLayoutEffect(() => {\n if (state.currentId) {\n if (initialCurrentIdRef.current === null) {\n initialCurrentIdRef.current = state.currentId;\n } else if (!state.isInstantPhase) {\n setState({\n isInstantPhase: true\n });\n }\n } else {\n if (state.isInstantPhase) {\n setState({\n isInstantPhase: false\n });\n }\n initialCurrentIdRef.current = null;\n }\n }, [state.currentId, state.isInstantPhase]);\n return /*#__PURE__*/jsx(FloatingDelayGroupContext.Provider, {\n value: React.useMemo(() => ({\n ...state,\n setState,\n setCurrentId\n }), [state, setCurrentId]),\n children: children\n });\n}\n/**\n * Enables grouping when called inside a component that's a child of a\n * `FloatingDelayGroup`.\n * @see https://floating-ui.com/docs/FloatingDelayGroup\n */\nfunction useDelayGroup(context, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n open,\n onOpenChange,\n floatingId\n } = context;\n const {\n id: optionId,\n enabled = true\n } = options;\n const id = optionId != null ? optionId : floatingId;\n const groupContext = useDelayGroupContext();\n const {\n currentId,\n setCurrentId,\n initialDelay,\n setState,\n timeoutMs\n } = groupContext;\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (!currentId) return;\n setState({\n delay: {\n open: 1,\n close: getDelay(initialDelay, 'close')\n }\n });\n if (currentId !== id) {\n onOpenChange(false);\n }\n }, [enabled, id, onOpenChange, setState, currentId, initialDelay]);\n useModernLayoutEffect(() => {\n function unset() {\n onOpenChange(false);\n setState({\n delay: initialDelay,\n currentId: null\n });\n }\n if (!enabled) return;\n if (!currentId) return;\n if (!open && currentId === id) {\n if (timeoutMs) {\n const timeout = window.setTimeout(unset, timeoutMs);\n return () => {\n clearTimeout(timeout);\n };\n }\n unset();\n }\n }, [enabled, open, setState, currentId, id, onOpenChange, initialDelay, timeoutMs]);\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (setCurrentId === NOOP || !open) return;\n setCurrentId(id);\n }, [enabled, open, setCurrentId, id]);\n return groupContext;\n}\n\nconst NextFloatingDelayGroupContext = /*#__PURE__*/React.createContext({\n hasProvider: false,\n timeoutMs: 0,\n delayRef: {\n current: 0\n },\n initialDelayRef: {\n current: 0\n },\n timeoutIdRef: {\n current: -1\n },\n currentIdRef: {\n current: null\n },\n currentContextRef: {\n current: null\n }\n});\n/**\n * Experimental next version of `FloatingDelayGroup` to become the default\n * in the future. This component is not yet stable.\n * Provides context for a group of floating elements that should share a\n * `delay`. Unlike `FloatingDelayGroup`, `useNextDelayGroup` with this\n * component does not cause a re-render of unrelated consumers of the\n * context when the delay changes.\n * @see https://floating-ui.com/docs/FloatingDelayGroup\n */\nfunction NextFloatingDelayGroup(props) {\n const {\n children,\n delay,\n timeoutMs = 0\n } = props;\n const delayRef = React.useRef(delay);\n const initialDelayRef = React.useRef(delay);\n const currentIdRef = React.useRef(null);\n const currentContextRef = React.useRef(null);\n const timeoutIdRef = React.useRef(-1);\n return /*#__PURE__*/jsx(NextFloatingDelayGroupContext.Provider, {\n value: React.useMemo(() => ({\n hasProvider: true,\n delayRef,\n initialDelayRef,\n currentIdRef,\n timeoutMs,\n currentContextRef,\n timeoutIdRef\n }), [timeoutMs]),\n children: children\n });\n}\n/**\n * Enables grouping when called inside a component that's a child of a\n * `NextFloatingDelayGroup`.\n * @see https://floating-ui.com/docs/FloatingDelayGroup\n */\nfunction useNextDelayGroup(context, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n open,\n onOpenChange,\n floatingId\n } = context;\n const {\n enabled = true\n } = options;\n const groupContext = React.useContext(NextFloatingDelayGroupContext);\n const {\n currentIdRef,\n delayRef,\n timeoutMs,\n initialDelayRef,\n currentContextRef,\n hasProvider,\n timeoutIdRef\n } = groupContext;\n const [isInstantPhase, setIsInstantPhase] = React.useState(false);\n useModernLayoutEffect(() => {\n function unset() {\n var _currentContextRef$cu;\n setIsInstantPhase(false);\n (_currentContextRef$cu = currentContextRef.current) == null || _currentContextRef$cu.setIsInstantPhase(false);\n currentIdRef.current = null;\n currentContextRef.current = null;\n delayRef.current = initialDelayRef.current;\n }\n if (!enabled) return;\n if (!currentIdRef.current) return;\n if (!open && currentIdRef.current === floatingId) {\n setIsInstantPhase(false);\n if (timeoutMs) {\n timeoutIdRef.current = window.setTimeout(unset, timeoutMs);\n return () => {\n clearTimeout(timeoutIdRef.current);\n };\n }\n unset();\n }\n }, [enabled, open, floatingId, currentIdRef, delayRef, timeoutMs, initialDelayRef, currentContextRef, timeoutIdRef]);\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (!open) return;\n const prevContext = currentContextRef.current;\n const prevId = currentIdRef.current;\n currentContextRef.current = {\n onOpenChange,\n setIsInstantPhase\n };\n currentIdRef.current = floatingId;\n delayRef.current = {\n open: 0,\n close: getDelay(initialDelayRef.current, 'close')\n };\n if (prevId !== null && prevId !== floatingId) {\n clearTimeoutIfSet(timeoutIdRef);\n setIsInstantPhase(true);\n prevContext == null || prevContext.setIsInstantPhase(true);\n prevContext == null || prevContext.onOpenChange(false);\n } else {\n setIsInstantPhase(false);\n prevContext == null || prevContext.setIsInstantPhase(false);\n }\n }, [enabled, open, floatingId, onOpenChange, currentIdRef, delayRef, timeoutMs, initialDelayRef, currentContextRef, timeoutIdRef]);\n useModernLayoutEffect(() => {\n return () => {\n currentContextRef.current = null;\n };\n }, [currentContextRef]);\n return React.useMemo(() => ({\n hasProvider,\n delayRef,\n isInstantPhase\n }), [hasProvider, delayRef, isInstantPhase]);\n}\n\nlet rafId = 0;\nfunction enqueueFocus(el, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n preventScroll = false,\n cancelPrevious = true,\n sync = false\n } = options;\n cancelPrevious && cancelAnimationFrame(rafId);\n const exec = () => el == null ? void 0 : el.focus({\n preventScroll\n });\n if (sync) {\n exec();\n } else {\n rafId = requestAnimationFrame(exec);\n }\n}\n\nfunction contains(parent, child) {\n if (!parent || !child) {\n return false;\n }\n const rootNode = child.getRootNode == null ? void 0 : child.getRootNode();\n\n // First, attempt with faster native method\n if (parent.contains(child)) {\n return true;\n }\n\n // then fallback to custom implementation with Shadow DOM support\n if (rootNode && isShadowRoot(rootNode)) {\n let next = child;\n while (next) {\n if (parent === next) {\n return true;\n }\n // @ts-ignore\n next = next.parentNode || next.host;\n }\n }\n\n // Give up, the result is false\n return false;\n}\nfunction getTarget(event) {\n if ('composedPath' in event) {\n return event.composedPath()[0];\n }\n\n // TS thinks `event` is of type never as it assumes all browsers support\n // `composedPath()`, but browsers without shadow DOM don't.\n return event.target;\n}\nfunction getDocument(node) {\n return (node == null ? void 0 : node.ownerDocument) || document;\n}\n\n// Modified to add conditional `aria-hidden` support:\n// https://github.com/theKashey/aria-hidden/blob/9220c8f4a4fd35f63bee5510a9f41a37264382d4/src/index.ts\nconst counters = {\n inert: /*#__PURE__*/new WeakMap(),\n 'aria-hidden': /*#__PURE__*/new WeakMap(),\n none: /*#__PURE__*/new WeakMap()\n};\nfunction getCounterMap(control) {\n if (control === 'inert') return counters.inert;\n if (control === 'aria-hidden') return counters['aria-hidden'];\n return counters.none;\n}\nlet uncontrolledElementsSet = /*#__PURE__*/new WeakSet();\nlet markerMap = {};\nlet lockCount$1 = 0;\nconst supportsInert = () => typeof HTMLElement !== 'undefined' && 'inert' in HTMLElement.prototype;\nconst unwrapHost = node => node && (node.host || unwrapHost(node.parentNode));\nconst correctElements = (parent, targets) => targets.map(target => {\n if (parent.contains(target)) {\n return target;\n }\n const correctedTarget = unwrapHost(target);\n if (parent.contains(correctedTarget)) {\n return correctedTarget;\n }\n return null;\n}).filter(x => x != null);\nfunction applyAttributeToOthers(uncorrectedAvoidElements, body, ariaHidden, inert) {\n const markerName = 'data-floating-ui-inert';\n const controlAttribute = inert ? 'inert' : ariaHidden ? 'aria-hidden' : null;\n const avoidElements = correctElements(body, uncorrectedAvoidElements);\n const elementsToKeep = new Set();\n const elementsToStop = new Set(avoidElements);\n const hiddenElements = [];\n if (!markerMap[markerName]) {\n markerMap[markerName] = new WeakMap();\n }\n const markerCounter = markerMap[markerName];\n avoidElements.forEach(keep);\n deep(body);\n elementsToKeep.clear();\n function keep(el) {\n if (!el || elementsToKeep.has(el)) {\n return;\n }\n elementsToKeep.add(el);\n el.parentNode && keep(el.parentNode);\n }\n function deep(parent) {\n if (!parent || elementsToStop.has(parent)) {\n return;\n }\n [].forEach.call(parent.children, node => {\n if (getNodeName(node) === 'script') return;\n if (elementsToKeep.has(node)) {\n deep(node);\n } else {\n const attr = controlAttribute ? node.getAttribute(controlAttribute) : null;\n const alreadyHidden = attr !== null && attr !== 'false';\n const counterMap = getCounterMap(controlAttribute);\n const counterValue = (counterMap.get(node) || 0) + 1;\n const markerValue = (markerCounter.get(node) || 0) + 1;\n counterMap.set(node, counterValue);\n markerCounter.set(node, markerValue);\n hiddenElements.push(node);\n if (counterValue === 1 && alreadyHidden) {\n uncontrolledElementsSet.add(node);\n }\n if (markerValue === 1) {\n node.setAttribute(markerName, '');\n }\n if (!alreadyHidden && controlAttribute) {\n node.setAttribute(controlAttribute, controlAttribute === 'inert' ? '' : 'true');\n }\n }\n });\n }\n lockCount$1++;\n return () => {\n hiddenElements.forEach(element => {\n const counterMap = getCounterMap(controlAttribute);\n const currentCounterValue = counterMap.get(element) || 0;\n const counterValue = currentCounterValue - 1;\n const markerValue = (markerCounter.get(element) || 0) - 1;\n counterMap.set(element, counterValue);\n markerCounter.set(element, markerValue);\n if (!counterValue) {\n if (!uncontrolledElementsSet.has(element) && controlAttribute) {\n element.removeAttribute(controlAttribute);\n }\n uncontrolledElementsSet.delete(element);\n }\n if (!markerValue) {\n element.removeAttribute(markerName);\n }\n });\n lockCount$1--;\n if (!lockCount$1) {\n counters.inert = new WeakMap();\n counters['aria-hidden'] = new WeakMap();\n counters.none = new WeakMap();\n uncontrolledElementsSet = new WeakSet();\n markerMap = {};\n }\n };\n}\nfunction markOthers(avoidElements, ariaHidden, inert) {\n if (ariaHidden === void 0) {\n ariaHidden = false;\n }\n if (inert === void 0) {\n inert = false;\n }\n const body = getDocument(avoidElements[0]).body;\n return applyAttributeToOthers(avoidElements.concat(Array.from(body.querySelectorAll('[aria-live],[role=\"status\"],output'))), body, ariaHidden, inert);\n}\n\nconst HIDDEN_STYLES = {\n border: 0,\n clip: 'rect(0 0 0 0)',\n height: '1px',\n margin: '-1px',\n overflow: 'hidden',\n padding: 0,\n position: 'fixed',\n whiteSpace: 'nowrap',\n width: '1px',\n top: 0,\n left: 0\n};\nconst FocusGuard = /*#__PURE__*/React.forwardRef(function FocusGuard(props, ref) {\n const [role, setRole] = React.useState();\n useModernLayoutEffect(() => {\n if (isSafari()) {\n // Unlike other screen readers such as NVDA and JAWS, the virtual cursor\n // on VoiceOver does trigger the onFocus event, so we can use the focus\n // trap element. On Safari, only buttons trigger the onFocus event.\n // NB: \"group\" role in the Sandbox no longer appears to work, must be a\n // button role.\n setRole('button');\n }\n }, []);\n const restProps = {\n ref,\n tabIndex: 0,\n // Role is only for VoiceOver\n role,\n 'aria-hidden': role ? undefined : true,\n [createAttribute('focus-guard')]: '',\n style: HIDDEN_STYLES\n };\n return /*#__PURE__*/jsx(\"span\", {\n ...props,\n ...restProps\n });\n});\n\nconst PortalContext = /*#__PURE__*/React.createContext(null);\nconst attr = /*#__PURE__*/createAttribute('portal');\n/**\n * @see https://floating-ui.com/docs/FloatingPortal#usefloatingportalnode\n */\nfunction useFloatingPortalNode(props) {\n if (props === void 0) {\n props = {};\n }\n const {\n id,\n root\n } = props;\n const uniqueId = useId();\n const portalContext = usePortalContext();\n const [portalNode, setPortalNode] = React.useState(null);\n const portalNodeRef = React.useRef(null);\n useModernLayoutEffect(() => {\n return () => {\n portalNode == null || portalNode.remove();\n // Allow the subsequent layout effects to create a new node on updates.\n // The portal node will still be cleaned up on unmount.\n // https://github.com/floating-ui/floating-ui/issues/2454\n queueMicrotask(() => {\n portalNodeRef.current = null;\n });\n };\n }, [portalNode]);\n useModernLayoutEffect(() => {\n // Wait for the uniqueId to be generated before creating the portal node in\n // React <18 (using `useFloatingId` instead of the native `useId`).\n // https://github.com/floating-ui/floating-ui/issues/2778\n if (!uniqueId) return;\n if (portalNodeRef.current) return;\n const existingIdRoot = id ? document.getElementById(id) : null;\n if (!existingIdRoot) return;\n const subRoot = document.createElement('div');\n subRoot.id = uniqueId;\n subRoot.setAttribute(attr, '');\n existingIdRoot.appendChild(subRoot);\n portalNodeRef.current = subRoot;\n setPortalNode(subRoot);\n }, [id, uniqueId]);\n useModernLayoutEffect(() => {\n // Wait for the root to exist before creating the portal node. The root must\n // be stored in state, not a ref, for this to work reactively.\n if (root === null) return;\n if (!uniqueId) return;\n if (portalNodeRef.current) return;\n let container = root || (portalContext == null ? void 0 : portalContext.portalNode);\n if (container && !isElement(container)) container = container.current;\n container = container || document.body;\n let idWrapper = null;\n if (id) {\n idWrapper = document.createElement('div');\n idWrapper.id = id;\n container.appendChild(idWrapper);\n }\n const subRoot = document.createElement('div');\n subRoot.id = uniqueId;\n subRoot.setAttribute(attr, '');\n container = idWrapper || container;\n container.appendChild(subRoot);\n portalNodeRef.current = subRoot;\n setPortalNode(subRoot);\n }, [id, root, uniqueId, portalContext]);\n return portalNode;\n}\n/**\n * Portals the floating element into a given container element — by default,\n * outside of the app root and into the body.\n * This is necessary to ensure the floating element can appear outside any\n * potential parent containers that cause clipping (such as `overflow: hidden`),\n * while retaining its location in the React tree.\n * @see https://floating-ui.com/docs/FloatingPortal\n */\nfunction FloatingPortal(props) {\n const {\n children,\n id,\n root,\n preserveTabOrder = true\n } = props;\n const portalNode = useFloatingPortalNode({\n id,\n root\n });\n const [focusManagerState, setFocusManagerState] = React.useState(null);\n const beforeOutsideRef = React.useRef(null);\n const afterOutsideRef = React.useRef(null);\n const beforeInsideRef = React.useRef(null);\n const afterInsideRef = React.useRef(null);\n const modal = focusManagerState == null ? void 0 : focusManagerState.modal;\n const open = focusManagerState == null ? void 0 : focusManagerState.open;\n const shouldRenderGuards =\n // The FocusManager and therefore floating element are currently open/\n // rendered.\n !!focusManagerState &&\n // Guards are only for non-modal focus management.\n !focusManagerState.modal &&\n // Don't render if unmount is transitioning.\n focusManagerState.open && preserveTabOrder && !!(root || portalNode);\n\n // https://codesandbox.io/s/tabbable-portal-f4tng?file=/src/TabbablePortal.tsx\n React.useEffect(() => {\n if (!portalNode || !preserveTabOrder || modal) {\n return;\n }\n\n // Make sure elements inside the portal element are tabbable only when the\n // portal has already been focused, either by tabbing into a focus trap\n // element outside or using the mouse.\n function onFocus(event) {\n if (portalNode && isOutsideEvent(event)) {\n const focusing = event.type === 'focusin';\n const manageFocus = focusing ? enableFocusInside : disableFocusInside;\n manageFocus(portalNode);\n }\n }\n // Listen to the event on the capture phase so they run before the focus\n // trap elements onFocus prop is called.\n portalNode.addEventListener('focusin', onFocus, true);\n portalNode.addEventListener('focusout', onFocus, true);\n return () => {\n portalNode.removeEventListener('focusin', onFocus, true);\n portalNode.removeEventListener('focusout', onFocus, true);\n };\n }, [portalNode, preserveTabOrder, modal]);\n React.useEffect(() => {\n if (!portalNode) return;\n if (open) return;\n enableFocusInside(portalNode);\n }, [open, portalNode]);\n return /*#__PURE__*/jsxs(PortalContext.Provider, {\n value: React.useMemo(() => ({\n preserveTabOrder,\n beforeOutsideRef,\n afterOutsideRef,\n beforeInsideRef,\n afterInsideRef,\n portalNode,\n setFocusManagerState\n }), [preserveTabOrder, portalNode]),\n children: [shouldRenderGuards && portalNode && /*#__PURE__*/jsx(FocusGuard, {\n \"data-type\": \"outside\",\n ref: beforeOutsideRef,\n onFocus: event => {\n if (isOutsideEvent(event, portalNode)) {\n var _beforeInsideRef$curr;\n (_beforeInsideRef$curr = beforeInsideRef.current) == null || _beforeInsideRef$curr.focus();\n } else {\n const domReference = focusManagerState ? focusManagerState.domReference : null;\n const prevTabbable = getPreviousTabbable(domReference);\n prevTabbable == null || prevTabbable.focus();\n }\n }\n }), shouldRenderGuards && portalNode && /*#__PURE__*/jsx(\"span\", {\n \"aria-owns\": portalNode.id,\n style: HIDDEN_STYLES\n }), portalNode && /*#__PURE__*/ReactDOM.createPortal(children, portalNode), shouldRenderGuards && portalNode && /*#__PURE__*/jsx(FocusGuard, {\n \"data-type\": \"outside\",\n ref: afterOutsideRef,\n onFocus: event => {\n if (isOutsideEvent(event, portalNode)) {\n var _afterInsideRef$curre;\n (_afterInsideRef$curre = afterInsideRef.current) == null || _afterInsideRef$curre.focus();\n } else {\n const domReference = focusManagerState ? focusManagerState.domReference : null;\n const nextTabbable = getNextTabbable(domReference);\n nextTabbable == null || nextTabbable.focus();\n (focusManagerState == null ? void 0 : focusManagerState.closeOnFocusOut) && (focusManagerState == null ? void 0 : focusManagerState.onOpenChange(false, event.nativeEvent, 'focus-out'));\n }\n }\n })]\n });\n}\nconst usePortalContext = () => React.useContext(PortalContext);\n\nfunction useLiteMergeRefs(refs) {\n return React.useMemo(() => {\n return value => {\n refs.forEach(ref => {\n if (ref) {\n ref.current = value;\n }\n });\n };\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, refs);\n}\n\nconst LIST_LIMIT = 20;\nlet previouslyFocusedElements = [];\nfunction addPreviouslyFocusedElement(element) {\n previouslyFocusedElements = previouslyFocusedElements.filter(el => el.isConnected);\n if (element && getNodeName(element) !== 'body') {\n previouslyFocusedElements.push(element);\n if (previouslyFocusedElements.length > LIST_LIMIT) {\n previouslyFocusedElements = previouslyFocusedElements.slice(-20);\n }\n }\n}\nfunction getPreviouslyFocusedElement() {\n return previouslyFocusedElements.slice().reverse().find(el => el.isConnected);\n}\nfunction getFirstTabbableElement(container) {\n const tabbableOptions = getTabbableOptions();\n if (isTabbable(container, tabbableOptions)) {\n return container;\n }\n return tabbable(container, tabbableOptions)[0] || container;\n}\nfunction handleTabIndex(floatingFocusElement, orderRef) {\n var _floatingFocusElement;\n if (!orderRef.current.includes('floating') && !((_floatingFocusElement = floatingFocusElement.getAttribute('role')) != null && _floatingFocusElement.includes('dialog'))) {\n return;\n }\n const options = getTabbableOptions();\n const focusableElements = focusable(floatingFocusElement, options);\n const tabbableContent = focusableElements.filter(element => {\n const dataTabIndex = element.getAttribute('data-tabindex') || '';\n return isTabbable(element, options) || element.hasAttribute('data-tabindex') && !dataTabIndex.startsWith('-');\n });\n const tabIndex = floatingFocusElement.getAttribute('tabindex');\n if (orderRef.current.includes('floating') || tabbableContent.length === 0) {\n if (tabIndex !== '0') {\n floatingFocusElement.setAttribute('tabindex', '0');\n }\n } else if (tabIndex !== '-1' || floatingFocusElement.hasAttribute('data-tabindex') && floatingFocusElement.getAttribute('data-tabindex') !== '-1') {\n floatingFocusElement.setAttribute('tabindex', '-1');\n floatingFocusElement.setAttribute('data-tabindex', '-1');\n }\n}\nconst VisuallyHiddenDismiss = /*#__PURE__*/React.forwardRef(function VisuallyHiddenDismiss(props, ref) {\n return /*#__PURE__*/jsx(\"button\", {\n ...props,\n type: \"button\",\n ref: ref,\n tabIndex: -1,\n style: HIDDEN_STYLES\n });\n});\n/**\n * Provides focus management for the floating element.\n * @see https://floating-ui.com/docs/FloatingFocusManager\n */\nfunction FloatingFocusManager(props) {\n const {\n context,\n children,\n disabled = false,\n order = ['content'],\n guards: _guards = true,\n initialFocus = 0,\n returnFocus = true,\n restoreFocus = false,\n modal = true,\n visuallyHiddenDismiss = false,\n closeOnFocusOut = true,\n outsideElementsInert = false,\n getInsideElements: _getInsideElements = () => []\n } = props;\n const {\n open,\n onOpenChange,\n events,\n dataRef,\n elements: {\n domReference,\n floating\n }\n } = context;\n const getNodeId = useEffectEvent(() => {\n var _dataRef$current$floa;\n return (_dataRef$current$floa = dataRef.current.floatingContext) == null ? void 0 : _dataRef$current$floa.nodeId;\n });\n const getInsideElements = useEffectEvent(_getInsideElements);\n const ignoreInitialFocus = typeof initialFocus === 'number' && initialFocus < 0;\n // If the reference is a combobox and is typeable (e.g. input/textarea),\n // there are different focus semantics. The guards should not be rendered, but\n // aria-hidden should be applied to all nodes still. Further, the visually\n // hidden dismiss button should only appear at the end of the list, not the\n // start.\n const isUntrappedTypeableCombobox = isTypeableCombobox(domReference) && ignoreInitialFocus;\n\n // Force the guards to be rendered if the `inert` attribute is not supported.\n const inertSupported = supportsInert();\n const guards = inertSupported ? _guards : true;\n const useInert = !guards || inertSupported && outsideElementsInert;\n const orderRef = useLatestRef(order);\n const initialFocusRef = useLatestRef(initialFocus);\n const returnFocusRef = useLatestRef(returnFocus);\n const tree = useFloatingTree();\n const portalContext = usePortalContext();\n const startDismissButtonRef = React.useRef(null);\n const endDismissButtonRef = React.useRef(null);\n const preventReturnFocusRef = React.useRef(false);\n const isPointerDownRef = React.useRef(false);\n const tabbableIndexRef = React.useRef(-1);\n const isInsidePortal = portalContext != null;\n const floatingFocusElement = getFloatingFocusElement(floating);\n const getTabbableContent = useEffectEvent(function (container) {\n if (container === void 0) {\n container = floatingFocusElement;\n }\n return container ? tabbable(container, getTabbableOptions()) : [];\n });\n const getTabbableElements = useEffectEvent(container => {\n const content = getTabbableContent(container);\n return orderRef.current.map(type => {\n if (domReference && type === 'reference') {\n return domReference;\n }\n if (floatingFocusElement && type === 'floating') {\n return floatingFocusElement;\n }\n return content;\n }).filter(Boolean).flat();\n });\n React.useEffect(() => {\n if (disabled) return;\n if (!modal) return;\n function onKeyDown(event) {\n if (event.key === 'Tab') {\n // The focus guards have nothing to focus, so we need to stop the event.\n if (contains$1(floatingFocusElement, activeElement(getDocument$1(floatingFocusElement))) && getTabbableContent().length === 0 && !isUntrappedTypeableCombobox) {\n stopEvent(event);\n }\n const els = getTabbableElements();\n const target = getTarget$1(event);\n if (orderRef.current[0] === 'reference' && target === domReference) {\n stopEvent(event);\n if (event.shiftKey) {\n enqueueFocus(els[els.length - 1]);\n } else {\n enqueueFocus(els[1]);\n }\n }\n if (orderRef.current[1] === 'floating' && target === floatingFocusElement && event.shiftKey) {\n stopEvent(event);\n enqueueFocus(els[0]);\n }\n }\n }\n const doc = getDocument$1(floatingFocusElement);\n doc.addEventListener('keydown', onKeyDown);\n return () => {\n doc.removeEventListener('keydown', onKeyDown);\n };\n }, [disabled, domReference, floatingFocusElement, modal, orderRef, isUntrappedTypeableCombobox, getTabbableContent, getTabbableElements]);\n React.useEffect(() => {\n if (disabled) return;\n if (!floating) return;\n function handleFocusIn(event) {\n const target = getTarget$1(event);\n const tabbableContent = getTabbableContent();\n const tabbableIndex = tabbableContent.indexOf(target);\n if (tabbableIndex !== -1) {\n tabbableIndexRef.current = tabbableIndex;\n }\n }\n floating.addEventListener('focusin', handleFocusIn);\n return () => {\n floating.removeEventListener('focusin', handleFocusIn);\n };\n }, [disabled, floating, getTabbableContent]);\n React.useEffect(() => {\n if (disabled) return;\n if (!closeOnFocusOut) return;\n\n // In Safari, buttons lose focus when pressing them.\n function handlePointerDown() {\n isPointerDownRef.current = true;\n setTimeout(() => {\n isPointerDownRef.current = false;\n });\n }\n function handleFocusOutside(event) {\n const relatedTarget = event.relatedTarget;\n const currentTarget = event.currentTarget;\n const target = getTarget$1(event);\n queueMicrotask(() => {\n const nodeId = getNodeId();\n const movedToUnrelatedNode = !(contains$1(domReference, relatedTarget) || contains$1(floating, relatedTarget) || contains$1(relatedTarget, floating) || contains$1(portalContext == null ? void 0 : portalContext.portalNode, relatedTarget) || relatedTarget != null && relatedTarget.hasAttribute(createAttribute('focus-guard')) || tree && (getNodeChildren$1(tree.nodesRef.current, nodeId).find(node => {\n var _node$context, _node$context2;\n return contains$1((_node$context = node.context) == null ? void 0 : _node$context.elements.floating, relatedTarget) || contains$1((_node$context2 = node.context) == null ? void 0 : _node$context2.elements.domReference, relatedTarget);\n }) || getNodeAncestors(tree.nodesRef.current, nodeId).find(node => {\n var _node$context3, _node$context4, _node$context5;\n return [(_node$context3 = node.context) == null ? void 0 : _node$context3.elements.floating, getFloatingFocusElement((_node$context4 = node.context) == null ? void 0 : _node$context4.elements.floating)].includes(relatedTarget) || ((_node$context5 = node.context) == null ? void 0 : _node$context5.elements.domReference) === relatedTarget;\n })));\n if (currentTarget === domReference && floatingFocusElement) {\n handleTabIndex(floatingFocusElement, orderRef);\n }\n\n // Restore focus to the previous tabbable element index to prevent\n // focus from being lost outside the floating tree.\n if (restoreFocus && currentTarget !== domReference && !(target != null && target.isConnected) && activeElement(getDocument$1(floatingFocusElement)) === getDocument$1(floatingFocusElement).body) {\n // Let `FloatingPortal` effect knows that focus is still inside the\n // floating tree.\n if (isHTMLElement(floatingFocusElement)) {\n floatingFocusElement.focus();\n }\n const prevTabbableIndex = tabbableIndexRef.current;\n const tabbableContent = getTabbableContent();\n const nodeToFocus = tabbableContent[prevTabbableIndex] || tabbableContent[tabbableContent.length - 1] || floatingFocusElement;\n if (isHTMLElement(nodeToFocus)) {\n nodeToFocus.focus();\n }\n }\n\n // https://github.com/floating-ui/floating-ui/issues/3060\n if (dataRef.current.insideReactTree) {\n dataRef.current.insideReactTree = false;\n return;\n }\n\n // Focus did not move inside the floating tree, and there are no tabbable\n // portal guards to handle closing.\n if ((isUntrappedTypeableCombobox ? true : !modal) && relatedTarget && movedToUnrelatedNode && !isPointerDownRef.current &&\n // Fix React 18 Strict Mode returnFocus due to double rendering.\n relatedTarget !== getPreviouslyFocusedElement()) {\n preventReturnFocusRef.current = true;\n onOpenChange(false, event, 'focus-out');\n }\n });\n }\n if (floating && isHTMLElement(domReference)) {\n domReference.addEventListener('focusout', handleFocusOutside);\n domReference.addEventListener('pointerdown', handlePointerDown);\n floating.addEventListener('focusout', handleFocusOutside);\n return () => {\n domReference.removeEventListener('focusout', handleFocusOutside);\n domReference.removeEventListener('pointerdown', handlePointerDown);\n floating.removeEventListener('focusout', handleFocusOutside);\n };\n }\n }, [disabled, domReference, floating, floatingFocusElement, modal, tree, portalContext, onOpenChange, closeOnFocusOut, restoreFocus, getTabbableContent, isUntrappedTypeableCombobox, getNodeId, orderRef, dataRef]);\n const beforeGuardRef = React.useRef(null);\n const afterGuardRef = React.useRef(null);\n const mergedBeforeGuardRef = useLiteMergeRefs([beforeGuardRef, portalContext == null ? void 0 : portalContext.beforeInsideRef]);\n const mergedAfterGuardRef = useLiteMergeRefs([afterGuardRef, portalContext == null ? void 0 : portalContext.afterInsideRef]);\n React.useEffect(() => {\n var _portalContext$portal, _ancestors$find;\n if (disabled) return;\n if (!floating) return;\n\n // Don't hide portals nested within the parent portal.\n const portalNodes = Array.from((portalContext == null || (_portalContext$portal = portalContext.portalNode) == null ? void 0 : _portalContext$portal.querySelectorAll(\"[\" + createAttribute('portal') + \"]\")) || []);\n const ancestors = tree ? getNodeAncestors(tree.nodesRef.current, getNodeId()) : [];\n const ancestorFloatingNodes = tree && !modal ? ancestors.map(node => {\n var _node$context6;\n return (_node$context6 = node.context) == null ? void 0 : _node$context6.elements.floating;\n }) : [];\n const rootAncestorComboboxDomReference = (_ancestors$find = ancestors.find(node => {\n var _node$context7;\n return isTypeableCombobox(((_node$context7 = node.context) == null ? void 0 : _node$context7.elements.domReference) || null);\n })) == null || (_ancestors$find = _ancestors$find.context) == null ? void 0 : _ancestors$find.elements.domReference;\n const insideElements = [floating, rootAncestorComboboxDomReference, ...portalNodes, ...ancestorFloatingNodes, ...getInsideElements(), startDismissButtonRef.current, endDismissButtonRef.current, beforeGuardRef.current, afterGuardRef.current, portalContext == null ? void 0 : portalContext.beforeOutsideRef.current, portalContext == null ? void 0 : portalContext.afterOutsideRef.current, orderRef.current.includes('reference') || isUntrappedTypeableCombobox ? domReference : null].filter(x => x != null);\n const cleanup = modal || isUntrappedTypeableCombobox ? markOthers(insideElements, !useInert, useInert) : markOthers(insideElements);\n return () => {\n cleanup();\n };\n }, [disabled, domReference, floating, modal, orderRef, portalContext, isUntrappedTypeableCombobox, guards, useInert, tree, getNodeId, getInsideElements]);\n useModernLayoutEffect(() => {\n if (disabled || !isHTMLElement(floatingFocusElement)) return;\n const doc = getDocument$1(floatingFocusElement);\n const previouslyFocusedElement = activeElement(doc);\n\n // Wait for any layout effect state setters to execute to set `tabIndex`.\n queueMicrotask(() => {\n const focusableElements = getTabbableElements(floatingFocusElement);\n const initialFocusValue = initialFocusRef.current;\n const elToFocus = (typeof initialFocusValue === 'number' ? focusableElements[initialFocusValue] : initialFocusValue.current) || floatingFocusElement;\n const focusAlreadyInsideFloatingEl = contains$1(floatingFocusElement, previouslyFocusedElement);\n if (!ignoreInitialFocus && !focusAlreadyInsideFloatingEl && open) {\n enqueueFocus(elToFocus, {\n preventScroll: elToFocus === floatingFocusElement\n });\n }\n });\n }, [disabled, open, floatingFocusElement, ignoreInitialFocus, getTabbableElements, initialFocusRef]);\n useModernLayoutEffect(() => {\n if (disabled || !floatingFocusElement) return;\n const doc = getDocument$1(floatingFocusElement);\n const previouslyFocusedElement = activeElement(doc);\n addPreviouslyFocusedElement(previouslyFocusedElement);\n\n // Dismissing via outside press should always ignore `returnFocus` to\n // prevent unwanted scrolling.\n function onOpenChange(_ref) {\n let {\n reason,\n event,\n nested\n } = _ref;\n if (['hover', 'safe-polygon'].includes(reason) && event.type === 'mouseleave') {\n preventReturnFocusRef.current = true;\n }\n if (reason !== 'outside-press') return;\n if (nested) {\n preventReturnFocusRef.current = false;\n } else if (isVirtualClick(event) || isVirtualPointerEvent(event)) {\n preventReturnFocusRef.current = false;\n } else {\n let isPreventScrollSupported = false;\n document.createElement('div').focus({\n get preventScroll() {\n isPreventScrollSupported = true;\n return false;\n }\n });\n if (isPreventScrollSupported) {\n preventReturnFocusRef.current = false;\n } else {\n preventReturnFocusRef.current = true;\n }\n }\n }\n events.on('openchange', onOpenChange);\n const fallbackEl = doc.createElement('span');\n fallbackEl.setAttribute('tabindex', '-1');\n fallbackEl.setAttribute('aria-hidden', 'true');\n Object.assign(fallbackEl.style, HIDDEN_STYLES);\n if (isInsidePortal && domReference) {\n domReference.insertAdjacentElement('afterend', fallbackEl);\n }\n function getReturnElement() {\n if (typeof returnFocusRef.current === 'boolean') {\n const el = domReference || getPreviouslyFocusedElement();\n return el && el.isConnected ? el : fallbackEl;\n }\n return returnFocusRef.current.current || fallbackEl;\n }\n return () => {\n events.off('openchange', onOpenChange);\n const activeEl = activeElement(doc);\n const isFocusInsideFloatingTree = contains$1(floating, activeEl) || tree && getNodeChildren$1(tree.nodesRef.current, getNodeId(), false).some(node => {\n var _node$context8;\n return contains$1((_node$context8 = node.context) == null ? void 0 : _node$context8.elements.floating, activeEl);\n });\n const returnElement = getReturnElement();\n queueMicrotask(() => {\n // This is `returnElement`, if it's tabbable, or its first tabbable child.\n const tabbableReturnElement = getFirstTabbableElement(returnElement);\n if (\n // eslint-disable-next-line react-hooks/exhaustive-deps\n returnFocusRef.current && !preventReturnFocusRef.current && isHTMLElement(tabbableReturnElement) && (\n // If the focus moved somewhere else after mount, avoid returning focus\n // since it likely entered a different element which should be\n // respected: https://github.com/floating-ui/floating-ui/issues/2607\n tabbableReturnElement !== activeEl && activeEl !== doc.body ? isFocusInsideFloatingTree : true)) {\n tabbableReturnElement.focus({\n preventScroll: true\n });\n }\n fallbackEl.remove();\n });\n };\n }, [disabled, floating, floatingFocusElement, returnFocusRef, dataRef, events, tree, isInsidePortal, domReference, getNodeId]);\n React.useEffect(() => {\n // The `returnFocus` cleanup behavior is inside a microtask; ensure we\n // wait for it to complete before resetting the flag.\n queueMicrotask(() => {\n preventReturnFocusRef.current = false;\n });\n }, [disabled]);\n\n // Synchronize the `context` & `modal` value to the FloatingPortal context.\n // It will decide whether or not it needs to render its own guards.\n useModernLayoutEffect(() => {\n if (disabled) return;\n if (!portalContext) return;\n portalContext.setFocusManagerState({\n modal,\n closeOnFocusOut,\n open,\n onOpenChange,\n domReference\n });\n return () => {\n portalContext.setFocusManagerState(null);\n };\n }, [disabled, portalContext, modal, open, onOpenChange, closeOnFocusOut, domReference]);\n useModernLayoutEffect(() => {\n if (disabled) return;\n if (!floatingFocusElement) return;\n handleTabIndex(floatingFocusElement, orderRef);\n }, [disabled, floatingFocusElement, orderRef]);\n function renderDismissButton(location) {\n if (disabled || !visuallyHiddenDismiss || !modal) {\n return null;\n }\n return /*#__PURE__*/jsx(VisuallyHiddenDismiss, {\n ref: location === 'start' ? startDismissButtonRef : endDismissButtonRef,\n onClick: event => onOpenChange(false, event.nativeEvent),\n children: typeof visuallyHiddenDismiss === 'string' ? visuallyHiddenDismiss : 'Dismiss'\n });\n }\n const shouldRenderGuards = !disabled && guards && (modal ? !isUntrappedTypeableCombobox : true) && (isInsidePortal || modal);\n return /*#__PURE__*/jsxs(Fragment, {\n children: [shouldRenderGuards && /*#__PURE__*/jsx(FocusGuard, {\n \"data-type\": \"inside\",\n ref: mergedBeforeGuardRef,\n onFocus: event => {\n if (modal) {\n const els = getTabbableElements();\n enqueueFocus(order[0] === 'reference' ? els[0] : els[els.length - 1]);\n } else if (portalContext != null && portalContext.preserveTabOrder && portalContext.portalNode) {\n preventReturnFocusRef.current = false;\n if (isOutsideEvent(event, portalContext.portalNode)) {\n const nextTabbable = getNextTabbable(domReference);\n nextTabbable == null || nextTabbable.focus();\n } else {\n var _portalContext$before;\n (_portalContext$before = portalContext.beforeOutsideRef.current) == null || _portalContext$before.focus();\n }\n }\n }\n }), !isUntrappedTypeableCombobox && renderDismissButton('start'), children, renderDismissButton('end'), shouldRenderGuards && /*#__PURE__*/jsx(FocusGuard, {\n \"data-type\": \"inside\",\n ref: mergedAfterGuardRef,\n onFocus: event => {\n if (modal) {\n enqueueFocus(getTabbableElements()[0]);\n } else if (portalContext != null && portalContext.preserveTabOrder && portalContext.portalNode) {\n if (closeOnFocusOut) {\n preventReturnFocusRef.current = true;\n }\n if (isOutsideEvent(event, portalContext.portalNode)) {\n const prevTabbable = getPreviousTabbable(domReference);\n prevTabbable == null || prevTabbable.focus();\n } else {\n var _portalContext$afterO;\n (_portalContext$afterO = portalContext.afterOutsideRef.current) == null || _portalContext$afterO.focus();\n }\n }\n }\n })]\n });\n}\n\nlet lockCount = 0;\nconst scrollbarProperty = '--floating-ui-scrollbar-width';\nfunction enableScrollLock() {\n const platform = getPlatform();\n const isIOS = /iP(hone|ad|od)|iOS/.test(platform) ||\n // iPads can claim to be MacIntel\n platform === 'MacIntel' && navigator.maxTouchPoints > 1;\n const bodyStyle = document.body.style;\n // RTL <body> scrollbar\n const scrollbarX = Math.round(document.documentElement.getBoundingClientRect().left) + document.documentElement.scrollLeft;\n const paddingProp = scrollbarX ? 'paddingLeft' : 'paddingRight';\n const scrollbarWidth = window.innerWidth - document.documentElement.clientWidth;\n const scrollX = bodyStyle.left ? parseFloat(bodyStyle.left) : window.scrollX;\n const scrollY = bodyStyle.top ? parseFloat(bodyStyle.top) : window.scrollY;\n bodyStyle.overflow = 'hidden';\n bodyStyle.setProperty(scrollbarProperty, scrollbarWidth + \"px\");\n if (scrollbarWidth) {\n bodyStyle[paddingProp] = scrollbarWidth + \"px\";\n }\n\n // Only iOS doesn't respect `overflow: hidden` on document.body, and this\n // technique has fewer side effects.\n if (isIOS) {\n var _window$visualViewpor, _window$visualViewpor2;\n // iOS 12 does not support `visualViewport`.\n const offsetLeft = ((_window$visualViewpor = window.visualViewport) == null ? void 0 : _window$visualViewpor.offsetLeft) || 0;\n const offsetTop = ((_window$visualViewpor2 = window.visualViewport) == null ? void 0 : _window$visualViewpor2.offsetTop) || 0;\n Object.assign(bodyStyle, {\n position: 'fixed',\n top: -(scrollY - Math.floor(offsetTop)) + \"px\",\n left: -(scrollX - Math.floor(offsetLeft)) + \"px\",\n right: '0'\n });\n }\n return () => {\n Object.assign(bodyStyle, {\n overflow: '',\n [paddingProp]: ''\n });\n bodyStyle.removeProperty(scrollbarProperty);\n if (isIOS) {\n Object.assign(bodyStyle, {\n position: '',\n top: '',\n left: '',\n right: ''\n });\n window.scrollTo(scrollX, scrollY);\n }\n };\n}\nlet cleanup = () => {};\n\n/**\n * Provides base styling for a fixed overlay element to dim content or block\n * pointer events behind a floating element.\n * It's a regular `<div>`, so it can be styled via any CSS solution you prefer.\n * @see https://floating-ui.com/docs/FloatingOverlay\n */\nconst FloatingOverlay = /*#__PURE__*/React.forwardRef(function FloatingOverlay(props, ref) {\n const {\n lockScroll = false,\n ...rest\n } = props;\n useModernLayoutEffect(() => {\n if (!lockScroll) return;\n lockCount++;\n if (lockCount === 1) {\n cleanup = enableScrollLock();\n }\n return () => {\n lockCount--;\n if (lockCount === 0) {\n cleanup();\n }\n };\n }, [lockScroll]);\n return /*#__PURE__*/jsx(\"div\", {\n ref: ref,\n ...rest,\n style: {\n position: 'fixed',\n overflow: 'auto',\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n ...rest.style\n }\n });\n});\n\nfunction isButtonTarget(event) {\n return isHTMLElement(event.target) && event.target.tagName === 'BUTTON';\n}\nfunction isAnchorTarget(event) {\n return isHTMLElement(event.target) && event.target.tagName === 'A';\n}\nfunction isSpaceIgnored(element) {\n return isTypeableElement(element);\n}\n/**\n * Opens or closes the floating element when clicking the reference element.\n * @see https://floating-ui.com/docs/useClick\n */\nfunction useClick(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n onOpenChange,\n dataRef,\n elements: {\n domReference\n }\n } = context;\n const {\n enabled = true,\n event: eventOption = 'click',\n toggle = true,\n ignoreMouse = false,\n keyboardHandlers = true,\n stickIfOpen = true\n } = props;\n const pointerTypeRef = React.useRef();\n const didKeyDownRef = React.useRef(false);\n const reference = React.useMemo(() => ({\n onPointerDown(event) {\n pointerTypeRef.current = event.pointerType;\n },\n onMouseDown(event) {\n const pointerType = pointerTypeRef.current;\n\n // Ignore all buttons except for the \"main\" button.\n // https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button\n if (event.button !== 0) return;\n if (eventOption === 'click') return;\n if (isMouseLikePointerType(pointerType, true) && ignoreMouse) return;\n if (open && toggle && (dataRef.current.openEvent && stickIfOpen ? dataRef.current.openEvent.type === 'mousedown' : true)) {\n onOpenChange(false, event.nativeEvent, 'click');\n } else {\n // Prevent stealing focus from the floating element\n event.preventDefault();\n onOpenChange(true, event.nativeEvent, 'click');\n }\n },\n onClick(event) {\n const pointerType = pointerTypeRef.current;\n if (eventOption === 'mousedown' && pointerTypeRef.current) {\n pointerTypeRef.current = undefined;\n return;\n }\n if (isMouseLikePointerType(pointerType, true) && ignoreMouse) return;\n if (open && toggle && (dataRef.current.openEvent && stickIfOpen ? dataRef.current.openEvent.type === 'click' : true)) {\n onOpenChange(false, event.nativeEvent, 'click');\n } else {\n onOpenChange(true, event.nativeEvent, 'click');\n }\n },\n onKeyDown(event) {\n pointerTypeRef.current = undefined;\n if (event.defaultPrevented || !keyboardHandlers || isButtonTarget(event)) {\n return;\n }\n if (event.key === ' ' && !isSpaceIgnored(domReference)) {\n // Prevent scrolling\n event.preventDefault();\n didKeyDownRef.current = true;\n }\n if (isAnchorTarget(event)) {\n return;\n }\n if (event.key === 'Enter') {\n if (open && toggle) {\n onOpenChange(false, event.nativeEvent, 'click');\n } else {\n onOpenChange(true, event.nativeEvent, 'click');\n }\n }\n },\n onKeyUp(event) {\n if (event.defaultPrevented || !keyboardHandlers || isButtonTarget(event) || isSpaceIgnored(domReference)) {\n return;\n }\n if (event.key === ' ' && didKeyDownRef.current) {\n didKeyDownRef.current = false;\n if (open && toggle) {\n onOpenChange(false, event.nativeEvent, 'click');\n } else {\n onOpenChange(true, event.nativeEvent, 'click');\n }\n }\n }\n }), [dataRef, domReference, eventOption, ignoreMouse, keyboardHandlers, onOpenChange, open, stickIfOpen, toggle]);\n return React.useMemo(() => enabled ? {\n reference\n } : {}, [enabled, reference]);\n}\n\nfunction createVirtualElement(domElement, data) {\n let offsetX = null;\n let offsetY = null;\n let isAutoUpdateEvent = false;\n return {\n contextElement: domElement || undefined,\n getBoundingClientRect() {\n var _data$dataRef$current;\n const domRect = (domElement == null ? void 0 : domElement.getBoundingClientRect()) || {\n width: 0,\n height: 0,\n x: 0,\n y: 0\n };\n const isXAxis = data.axis === 'x' || data.axis === 'both';\n const isYAxis = data.axis === 'y' || data.axis === 'both';\n const canTrackCursorOnAutoUpdate = ['mouseenter', 'mousemove'].includes(((_data$dataRef$current = data.dataRef.current.openEvent) == null ? void 0 : _data$dataRef$current.type) || '') && data.pointerType !== 'touch';\n let width = domRect.width;\n let height = domRect.height;\n let x = domRect.x;\n let y = domRect.y;\n if (offsetX == null && data.x && isXAxis) {\n offsetX = domRect.x - data.x;\n }\n if (offsetY == null && data.y && isYAxis) {\n offsetY = domRect.y - data.y;\n }\n x -= offsetX || 0;\n y -= offsetY || 0;\n width = 0;\n height = 0;\n if (!isAutoUpdateEvent || canTrackCursorOnAutoUpdate) {\n width = data.axis === 'y' ? domRect.width : 0;\n height = data.axis === 'x' ? domRect.height : 0;\n x = isXAxis && data.x != null ? data.x : x;\n y = isYAxis && data.y != null ? data.y : y;\n } else if (isAutoUpdateEvent && !canTrackCursorOnAutoUpdate) {\n height = data.axis === 'x' ? domRect.height : height;\n width = data.axis === 'y' ? domRect.width : width;\n }\n isAutoUpdateEvent = true;\n return {\n width,\n height,\n x,\n y,\n top: y,\n right: x + width,\n bottom: y + height,\n left: x\n };\n }\n };\n}\nfunction isMouseBasedEvent(event) {\n return event != null && event.clientX != null;\n}\n/**\n * Positions the floating element relative to a client point (in the viewport),\n * such as the mouse position. By default, it follows the mouse cursor.\n * @see https://floating-ui.com/docs/useClientPoint\n */\nfunction useClientPoint(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n dataRef,\n elements: {\n floating,\n domReference\n },\n refs\n } = context;\n const {\n enabled = true,\n axis = 'both',\n x = null,\n y = null\n } = props;\n const initialRef = React.useRef(false);\n const cleanupListenerRef = React.useRef(null);\n const [pointerType, setPointerType] = React.useState();\n const [reactive, setReactive] = React.useState([]);\n const setReference = useEffectEvent((x, y) => {\n if (initialRef.current) return;\n\n // Prevent setting if the open event was not a mouse-like one\n // (e.g. focus to open, then hover over the reference element).\n // Only apply if the event exists.\n if (dataRef.current.openEvent && !isMouseBasedEvent(dataRef.current.openEvent)) {\n return;\n }\n refs.setPositionReference(createVirtualElement(domReference, {\n x,\n y,\n axis,\n dataRef,\n pointerType\n }));\n });\n const handleReferenceEnterOrMove = useEffectEvent(event => {\n if (x != null || y != null) return;\n if (!open) {\n setReference(event.clientX, event.clientY);\n } else if (!cleanupListenerRef.current) {\n // If there's no cleanup, there's no listener, but we want to ensure\n // we add the listener if the cursor landed on the floating element and\n // then back on the reference (i.e. it's interactive).\n setReactive([]);\n }\n });\n\n // If the pointer is a mouse-like pointer, we want to continue following the\n // mouse even if the floating element is transitioning out. On touch\n // devices, this is undesirable because the floating element will move to\n // the dismissal touch point.\n const openCheck = isMouseLikePointerType(pointerType) ? floating : open;\n const addListener = React.useCallback(() => {\n // Explicitly specified `x`/`y` coordinates shouldn't add a listener.\n if (!openCheck || !enabled || x != null || y != null) return;\n const win = getWindow(floating);\n function handleMouseMove(event) {\n const target = getTarget$1(event);\n if (!contains$1(floating, target)) {\n setReference(event.clientX, event.clientY);\n } else {\n win.removeEventListener('mousemove', handleMouseMove);\n cleanupListenerRef.current = null;\n }\n }\n if (!dataRef.current.openEvent || isMouseBasedEvent(dataRef.current.openEvent)) {\n win.addEventListener('mousemove', handleMouseMove);\n const cleanup = () => {\n win.removeEventListener('mousemove', handleMouseMove);\n cleanupListenerRef.current = null;\n };\n cleanupListenerRef.current = cleanup;\n return cleanup;\n }\n refs.setPositionReference(domReference);\n }, [openCheck, enabled, x, y, floating, dataRef, refs, domReference, setReference]);\n React.useEffect(() => {\n return addListener();\n }, [addListener, reactive]);\n React.useEffect(() => {\n if (enabled && !floating) {\n initialRef.current = false;\n }\n }, [enabled, floating]);\n React.useEffect(() => {\n if (!enabled && open) {\n initialRef.current = true;\n }\n }, [enabled, open]);\n useModernLayoutEffect(() => {\n if (enabled && (x != null || y != null)) {\n initialRef.current = false;\n setReference(x, y);\n }\n }, [enabled, x, y, setReference]);\n const reference = React.useMemo(() => {\n function setPointerTypeRef(_ref) {\n let {\n pointerType\n } = _ref;\n setPointerType(pointerType);\n }\n return {\n onPointerDown: setPointerTypeRef,\n onPointerEnter: setPointerTypeRef,\n onMouseMove: handleReferenceEnterOrMove,\n onMouseEnter: handleReferenceEnterOrMove\n };\n }, [handleReferenceEnterOrMove]);\n return React.useMemo(() => enabled ? {\n reference\n } : {}, [enabled, reference]);\n}\n\nconst bubbleHandlerKeys = {\n pointerdown: 'onPointerDown',\n mousedown: 'onMouseDown',\n click: 'onClick'\n};\nconst captureHandlerKeys = {\n pointerdown: 'onPointerDownCapture',\n mousedown: 'onMouseDownCapture',\n click: 'onClickCapture'\n};\nconst normalizeProp = normalizable => {\n var _normalizable$escapeK, _normalizable$outside;\n return {\n escapeKey: typeof normalizable === 'boolean' ? normalizable : (_normalizable$escapeK = normalizable == null ? void 0 : normalizable.escapeKey) != null ? _normalizable$escapeK : false,\n outsidePress: typeof normalizable === 'boolean' ? normalizable : (_normalizable$outside = normalizable == null ? void 0 : normalizable.outsidePress) != null ? _normalizable$outside : true\n };\n};\n/**\n * Closes the floating element when a dismissal is requested — by default, when\n * the user presses the `escape` key or outside of the floating element.\n * @see https://floating-ui.com/docs/useDismiss\n */\nfunction useDismiss(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n onOpenChange,\n elements,\n dataRef\n } = context;\n const {\n enabled = true,\n escapeKey = true,\n outsidePress: unstable_outsidePress = true,\n outsidePressEvent = 'pointerdown',\n referencePress = false,\n referencePressEvent = 'pointerdown',\n ancestorScroll = false,\n bubbles,\n capture\n } = props;\n const tree = useFloatingTree();\n const outsidePressFn = useEffectEvent(typeof unstable_outsidePress === 'function' ? unstable_outsidePress : () => false);\n const outsidePress = typeof unstable_outsidePress === 'function' ? outsidePressFn : unstable_outsidePress;\n const endedOrStartedInsideRef = React.useRef(false);\n const {\n escapeKey: escapeKeyBubbles,\n outsidePress: outsidePressBubbles\n } = normalizeProp(bubbles);\n const {\n escapeKey: escapeKeyCapture,\n outsidePress: outsidePressCapture\n } = normalizeProp(capture);\n const isComposingRef = React.useRef(false);\n const blurTimeoutRef = React.useRef(-1);\n const closeOnEscapeKeyDown = useEffectEvent(event => {\n var _dataRef$current$floa;\n if (!open || !enabled || !escapeKey || event.key !== 'Escape') {\n return;\n }\n\n // Wait until IME is settled. Pressing `Escape` while composing should\n // close the compose menu, but not the floating element.\n if (isComposingRef.current) {\n return;\n }\n const nodeId = (_dataRef$current$floa = dataRef.current.floatingContext) == null ? void 0 : _dataRef$current$floa.nodeId;\n const children = tree ? getNodeChildren$1(tree.nodesRef.current, nodeId) : [];\n if (!escapeKeyBubbles) {\n event.stopPropagation();\n if (children.length > 0) {\n let shouldDismiss = true;\n children.forEach(child => {\n var _child$context;\n if ((_child$context = child.context) != null && _child$context.open && !child.context.dataRef.current.__escapeKeyBubbles) {\n shouldDismiss = false;\n return;\n }\n });\n if (!shouldDismiss) {\n return;\n }\n }\n }\n onOpenChange(false, isReactEvent(event) ? event.nativeEvent : event, 'escape-key');\n });\n const closeOnEscapeKeyDownCapture = useEffectEvent(event => {\n var _getTarget2;\n const callback = () => {\n var _getTarget;\n closeOnEscapeKeyDown(event);\n (_getTarget = getTarget$1(event)) == null || _getTarget.removeEventListener('keydown', callback);\n };\n (_getTarget2 = getTarget$1(event)) == null || _getTarget2.addEventListener('keydown', callback);\n });\n const closeOnPressOutside = useEffectEvent(event => {\n var _dataRef$current$floa2;\n // Given developers can stop the propagation of the synthetic event,\n // we can only be confident with a positive value.\n const insideReactTree = dataRef.current.insideReactTree;\n dataRef.current.insideReactTree = false;\n\n // When click outside is lazy (`click` event), handle dragging.\n // Don't close if:\n // - The click started inside the floating element.\n // - The click ended inside the floating element.\n const endedOrStartedInside = endedOrStartedInsideRef.current;\n endedOrStartedInsideRef.current = false;\n if (outsidePressEvent === 'click' && endedOrStartedInside) {\n return;\n }\n if (insideReactTree) {\n return;\n }\n if (typeof outsidePress === 'function' && !outsidePress(event)) {\n return;\n }\n const target = getTarget$1(event);\n const inertSelector = \"[\" + createAttribute('inert') + \"]\";\n const markers = getDocument$1(elements.floating).querySelectorAll(inertSelector);\n let targetRootAncestor = isElement(target) ? target : null;\n while (targetRootAncestor && !isLastTraversableNode(targetRootAncestor)) {\n const nextParent = getParentNode(targetRootAncestor);\n if (isLastTraversableNode(nextParent) || !isElement(nextParent)) {\n break;\n }\n targetRootAncestor = nextParent;\n }\n\n // Check if the click occurred on a third-party element injected after the\n // floating element rendered.\n if (markers.length && isElement(target) && !isRootElement(target) &&\n // Clicked on a direct ancestor (e.g. FloatingOverlay).\n !contains$1(target, elements.floating) &&\n // If the target root element contains none of the markers, then the\n // element was injected after the floating element rendered.\n Array.from(markers).every(marker => !contains$1(targetRootAncestor, marker))) {\n return;\n }\n\n // Check if the click occurred on the scrollbar\n if (isHTMLElement(target) && floating) {\n const lastTraversableNode = isLastTraversableNode(target);\n const style = getComputedStyle(target);\n const scrollRe = /auto|scroll/;\n const isScrollableX = lastTraversableNode || scrollRe.test(style.overflowX);\n const isScrollableY = lastTraversableNode || scrollRe.test(style.overflowY);\n const canScrollX = isScrollableX && target.clientWidth > 0 && target.scrollWidth > target.clientWidth;\n const canScrollY = isScrollableY && target.clientHeight > 0 && target.scrollHeight > target.clientHeight;\n const isRTL = style.direction === 'rtl';\n\n // Check click position relative to scrollbar.\n // In some browsers it is possible to change the <body> (or window)\n // scrollbar to the left side, but is very rare and is difficult to\n // check for. Plus, for modal dialogs with backdrops, it is more\n // important that the backdrop is checked but not so much the window.\n const pressedVerticalScrollbar = canScrollY && (isRTL ? event.offsetX <= target.offsetWidth - target.clientWidth : event.offsetX > target.clientWidth);\n const pressedHorizontalScrollbar = canScrollX && event.offsetY > target.clientHeight;\n if (pressedVerticalScrollbar || pressedHorizontalScrollbar) {\n return;\n }\n }\n const nodeId = (_dataRef$current$floa2 = dataRef.current.floatingContext) == null ? void 0 : _dataRef$current$floa2.nodeId;\n const targetIsInsideChildren = tree && getNodeChildren$1(tree.nodesRef.current, nodeId).some(node => {\n var _node$context;\n return isEventTargetWithin(event, (_node$context = node.context) == null ? void 0 : _node$context.elements.floating);\n });\n if (isEventTargetWithin(event, elements.floating) || isEventTargetWithin(event, elements.domReference) || targetIsInsideChildren) {\n return;\n }\n const children = tree ? getNodeChildren$1(tree.nodesRef.current, nodeId) : [];\n if (children.length > 0) {\n let shouldDismiss = true;\n children.forEach(child => {\n var _child$context2;\n if ((_child$context2 = child.context) != null && _child$context2.open && !child.context.dataRef.current.__outsidePressBubbles) {\n shouldDismiss = false;\n return;\n }\n });\n if (!shouldDismiss) {\n return;\n }\n }\n onOpenChange(false, event, 'outside-press');\n });\n const closeOnPressOutsideCapture = useEffectEvent(event => {\n var _getTarget4;\n const callback = () => {\n var _getTarget3;\n closeOnPressOutside(event);\n (_getTarget3 = getTarget$1(event)) == null || _getTarget3.removeEventListener(outsidePressEvent, callback);\n };\n (_getTarget4 = getTarget$1(event)) == null || _getTarget4.addEventListener(outsidePressEvent, callback);\n });\n React.useEffect(() => {\n if (!open || !enabled) {\n return;\n }\n dataRef.current.__escapeKeyBubbles = escapeKeyBubbles;\n dataRef.current.__outsidePressBubbles = outsidePressBubbles;\n let compositionTimeout = -1;\n function onScroll(event) {\n onOpenChange(false, event, 'ancestor-scroll');\n }\n function handleCompositionStart() {\n window.clearTimeout(compositionTimeout);\n isComposingRef.current = true;\n }\n function handleCompositionEnd() {\n // Safari fires `compositionend` before `keydown`, so we need to wait\n // until the next tick to set `isComposing` to `false`.\n // https://bugs.webkit.org/show_bug.cgi?id=165004\n compositionTimeout = window.setTimeout(() => {\n isComposingRef.current = false;\n },\n // 0ms or 1ms don't work in Safari. 5ms appears to consistently work.\n // Only apply to WebKit for the test to remain 0ms.\n isWebKit() ? 5 : 0);\n }\n const doc = getDocument$1(elements.floating);\n if (escapeKey) {\n doc.addEventListener('keydown', escapeKeyCapture ? closeOnEscapeKeyDownCapture : closeOnEscapeKeyDown, escapeKeyCapture);\n doc.addEventListener('compositionstart', handleCompositionStart);\n doc.addEventListener('compositionend', handleCompositionEnd);\n }\n outsidePress && doc.addEventListener(outsidePressEvent, outsidePressCapture ? closeOnPressOutsideCapture : closeOnPressOutside, outsidePressCapture);\n let ancestors = [];\n if (ancestorScroll) {\n if (isElement(elements.domReference)) {\n ancestors = getOverflowAncestors(elements.domReference);\n }\n if (isElement(elements.floating)) {\n ancestors = ancestors.concat(getOverflowAncestors(elements.floating));\n }\n if (!isElement(elements.reference) && elements.reference && elements.reference.contextElement) {\n ancestors = ancestors.concat(getOverflowAncestors(elements.reference.contextElement));\n }\n }\n\n // Ignore the visual viewport for scrolling dismissal (allow pinch-zoom)\n ancestors = ancestors.filter(ancestor => {\n var _doc$defaultView;\n return ancestor !== ((_doc$defaultView = doc.defaultView) == null ? void 0 : _doc$defaultView.visualViewport);\n });\n ancestors.forEach(ancestor => {\n ancestor.addEventListener('scroll', onScroll, {\n passive: true\n });\n });\n return () => {\n if (escapeKey) {\n doc.removeEventListener('keydown', escapeKeyCapture ? closeOnEscapeKeyDownCapture : closeOnEscapeKeyDown, escapeKeyCapture);\n doc.removeEventListener('compositionstart', handleCompositionStart);\n doc.removeEventListener('compositionend', handleCompositionEnd);\n }\n outsidePress && doc.removeEventListener(outsidePressEvent, outsidePressCapture ? closeOnPressOutsideCapture : closeOnPressOutside, outsidePressCapture);\n ancestors.forEach(ancestor => {\n ancestor.removeEventListener('scroll', onScroll);\n });\n window.clearTimeout(compositionTimeout);\n };\n }, [dataRef, elements, escapeKey, outsidePress, outsidePressEvent, open, onOpenChange, ancestorScroll, enabled, escapeKeyBubbles, outsidePressBubbles, closeOnEscapeKeyDown, escapeKeyCapture, closeOnEscapeKeyDownCapture, closeOnPressOutside, outsidePressCapture, closeOnPressOutsideCapture]);\n React.useEffect(() => {\n dataRef.current.insideReactTree = false;\n }, [dataRef, outsidePress, outsidePressEvent]);\n const reference = React.useMemo(() => ({\n onKeyDown: closeOnEscapeKeyDown,\n ...(referencePress && {\n [bubbleHandlerKeys[referencePressEvent]]: event => {\n onOpenChange(false, event.nativeEvent, 'reference-press');\n },\n ...(referencePressEvent !== 'click' && {\n onClick(event) {\n onOpenChange(false, event.nativeEvent, 'reference-press');\n }\n })\n })\n }), [closeOnEscapeKeyDown, onOpenChange, referencePress, referencePressEvent]);\n const floating = React.useMemo(() => ({\n onKeyDown: closeOnEscapeKeyDown,\n onMouseDown() {\n endedOrStartedInsideRef.current = true;\n },\n onMouseUp() {\n endedOrStartedInsideRef.current = true;\n },\n [captureHandlerKeys[outsidePressEvent]]: () => {\n dataRef.current.insideReactTree = true;\n },\n onBlurCapture() {\n if (tree) return;\n clearTimeoutIfSet(blurTimeoutRef);\n dataRef.current.insideReactTree = true;\n blurTimeoutRef.current = window.setTimeout(() => {\n dataRef.current.insideReactTree = false;\n });\n }\n }), [closeOnEscapeKeyDown, outsidePressEvent, dataRef, tree]);\n return React.useMemo(() => enabled ? {\n reference,\n floating\n } : {}, [enabled, reference, floating]);\n}\n\nfunction useFloatingRootContext(options) {\n const {\n open = false,\n onOpenChange: onOpenChangeProp,\n elements: elementsProp\n } = options;\n const floatingId = useId();\n const dataRef = React.useRef({});\n const [events] = React.useState(() => createEventEmitter());\n const nested = useFloatingParentNodeId() != null;\n if (process.env.NODE_ENV !== \"production\") {\n const optionDomReference = elementsProp.reference;\n if (optionDomReference && !isElement(optionDomReference)) {\n error('Cannot pass a virtual element to the `elements.reference` option,', 'as it must be a real DOM element. Use `refs.setPositionReference()`', 'instead.');\n }\n }\n const [positionReference, setPositionReference] = React.useState(elementsProp.reference);\n const onOpenChange = useEffectEvent((open, event, reason) => {\n dataRef.current.openEvent = open ? event : undefined;\n events.emit('openchange', {\n open,\n event,\n reason,\n nested\n });\n onOpenChangeProp == null || onOpenChangeProp(open, event, reason);\n });\n const refs = React.useMemo(() => ({\n setPositionReference\n }), []);\n const elements = React.useMemo(() => ({\n reference: positionReference || elementsProp.reference || null,\n floating: elementsProp.floating || null,\n domReference: elementsProp.reference\n }), [positionReference, elementsProp.reference, elementsProp.floating]);\n return React.useMemo(() => ({\n dataRef,\n open,\n onOpenChange,\n elements,\n events,\n floatingId,\n refs\n }), [open, onOpenChange, elements, events, floatingId, refs]);\n}\n\n/**\n * Provides data to position a floating element and context to add interactions.\n * @see https://floating-ui.com/docs/useFloating\n */\nfunction useFloating(options) {\n if (options === void 0) {\n options = {};\n }\n const {\n nodeId\n } = options;\n const internalRootContext = useFloatingRootContext({\n ...options,\n elements: {\n reference: null,\n floating: null,\n ...options.elements\n }\n });\n const rootContext = options.rootContext || internalRootContext;\n const computedElements = rootContext.elements;\n const [_domReference, setDomReference] = React.useState(null);\n const [positionReference, _setPositionReference] = React.useState(null);\n const optionDomReference = computedElements == null ? void 0 : computedElements.domReference;\n const domReference = optionDomReference || _domReference;\n const domReferenceRef = React.useRef(null);\n const tree = useFloatingTree();\n useModernLayoutEffect(() => {\n if (domReference) {\n domReferenceRef.current = domReference;\n }\n }, [domReference]);\n const position = useFloating$1({\n ...options,\n elements: {\n ...computedElements,\n ...(positionReference && {\n reference: positionReference\n })\n }\n });\n const setPositionReference = React.useCallback(node => {\n const computedPositionReference = isElement(node) ? {\n getBoundingClientRect: () => node.getBoundingClientRect(),\n getClientRects: () => node.getClientRects(),\n contextElement: node\n } : node;\n // Store the positionReference in state if the DOM reference is specified externally via the\n // `elements.reference` option. This ensures that it won't be overridden on future renders.\n _setPositionReference(computedPositionReference);\n position.refs.setReference(computedPositionReference);\n }, [position.refs]);\n const setReference = React.useCallback(node => {\n if (isElement(node) || node === null) {\n domReferenceRef.current = node;\n setDomReference(node);\n }\n\n // Backwards-compatibility for passing a virtual element to `reference`\n // after it has set the DOM reference.\n if (isElement(position.refs.reference.current) || position.refs.reference.current === null ||\n // Don't allow setting virtual elements using the old technique back to\n // `null` to support `positionReference` + an unstable `reference`\n // callback ref.\n node !== null && !isElement(node)) {\n position.refs.setReference(node);\n }\n }, [position.refs]);\n const refs = React.useMemo(() => ({\n ...position.refs,\n setReference,\n setPositionReference,\n domReference: domReferenceRef\n }), [position.refs, setReference, setPositionReference]);\n const elements = React.useMemo(() => ({\n ...position.elements,\n domReference: domReference\n }), [position.elements, domReference]);\n const context = React.useMemo(() => ({\n ...position,\n ...rootContext,\n refs,\n elements,\n nodeId\n }), [position, refs, elements, nodeId, rootContext]);\n useModernLayoutEffect(() => {\n rootContext.dataRef.current.floatingContext = context;\n const node = tree == null ? void 0 : tree.nodesRef.current.find(node => node.id === nodeId);\n if (node) {\n node.context = context;\n }\n });\n return React.useMemo(() => ({\n ...position,\n context,\n refs,\n elements\n }), [position, refs, elements, context]);\n}\n\nfunction isMacSafari() {\n return isMac() && isSafari();\n}\n/**\n * Opens the floating element while the reference element has focus, like CSS\n * `:focus`.\n * @see https://floating-ui.com/docs/useFocus\n */\nfunction useFocus(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n onOpenChange,\n events,\n dataRef,\n elements\n } = context;\n const {\n enabled = true,\n visibleOnly = true\n } = props;\n const blockFocusRef = React.useRef(false);\n const timeoutRef = React.useRef(-1);\n const keyboardModalityRef = React.useRef(true);\n React.useEffect(() => {\n if (!enabled) return;\n const win = getWindow(elements.domReference);\n\n // If the reference was focused and the user left the tab/window, and the\n // floating element was not open, the focus should be blocked when they\n // return to the tab/window.\n function onBlur() {\n if (!open && isHTMLElement(elements.domReference) && elements.domReference === activeElement(getDocument$1(elements.domReference))) {\n blockFocusRef.current = true;\n }\n }\n function onKeyDown() {\n keyboardModalityRef.current = true;\n }\n function onPointerDown() {\n keyboardModalityRef.current = false;\n }\n win.addEventListener('blur', onBlur);\n if (isMacSafari()) {\n win.addEventListener('keydown', onKeyDown, true);\n win.addEventListener('pointerdown', onPointerDown, true);\n }\n return () => {\n win.removeEventListener('blur', onBlur);\n if (isMacSafari()) {\n win.removeEventListener('keydown', onKeyDown, true);\n win.removeEventListener('pointerdown', onPointerDown, true);\n }\n };\n }, [elements.domReference, open, enabled]);\n React.useEffect(() => {\n if (!enabled) return;\n function onOpenChange(_ref) {\n let {\n reason\n } = _ref;\n if (reason === 'reference-press' || reason === 'escape-key') {\n blockFocusRef.current = true;\n }\n }\n events.on('openchange', onOpenChange);\n return () => {\n events.off('openchange', onOpenChange);\n };\n }, [events, enabled]);\n React.useEffect(() => {\n return () => {\n clearTimeoutIfSet(timeoutRef);\n };\n }, []);\n const reference = React.useMemo(() => ({\n onMouseLeave() {\n blockFocusRef.current = false;\n },\n onFocus(event) {\n if (blockFocusRef.current) return;\n const target = getTarget$1(event.nativeEvent);\n if (visibleOnly && isElement(target)) {\n // Safari fails to match `:focus-visible` if focus was initially\n // outside the document.\n if (isMacSafari() && !event.relatedTarget) {\n if (!keyboardModalityRef.current && !isTypeableElement(target)) {\n return;\n }\n } else if (!matchesFocusVisible(target)) {\n return;\n }\n }\n onOpenChange(true, event.nativeEvent, 'focus');\n },\n onBlur(event) {\n blockFocusRef.current = false;\n const relatedTarget = event.relatedTarget;\n const nativeEvent = event.nativeEvent;\n\n // Hit the non-modal focus management portal guard. Focus will be\n // moved into the floating element immediately after.\n const movedToFocusGuard = isElement(relatedTarget) && relatedTarget.hasAttribute(createAttribute('focus-guard')) && relatedTarget.getAttribute('data-type') === 'outside';\n\n // Wait for the window blur listener to fire.\n timeoutRef.current = window.setTimeout(() => {\n var _dataRef$current$floa;\n const activeEl = activeElement(elements.domReference ? elements.domReference.ownerDocument : document);\n\n // Focus left the page, keep it open.\n if (!relatedTarget && activeEl === elements.domReference) return;\n\n // When focusing the reference element (e.g. regular click), then\n // clicking into the floating element, prevent it from hiding.\n // Note: it must be focusable, e.g. `tabindex=\"-1\"`.\n // We can not rely on relatedTarget to point to the correct element\n // as it will only point to the shadow host of the newly focused element\n // and not the element that actually has received focus if it is located\n // inside a shadow root.\n if (contains$1((_dataRef$current$floa = dataRef.current.floatingContext) == null ? void 0 : _dataRef$current$floa.refs.floating.current, activeEl) || contains$1(elements.domReference, activeEl) || movedToFocusGuard) {\n return;\n }\n onOpenChange(false, nativeEvent, 'focus');\n });\n }\n }), [dataRef, elements.domReference, onOpenChange, visibleOnly]);\n return React.useMemo(() => enabled ? {\n reference\n } : {}, [enabled, reference]);\n}\n\nfunction mergeProps(userProps, propsList, elementKey) {\n const map = new Map();\n const isItem = elementKey === 'item';\n let domUserProps = userProps;\n if (isItem && userProps) {\n const {\n [ACTIVE_KEY]: _,\n [SELECTED_KEY]: __,\n ...validProps\n } = userProps;\n domUserProps = validProps;\n }\n return {\n ...(elementKey === 'floating' && {\n tabIndex: -1,\n [FOCUSABLE_ATTRIBUTE]: ''\n }),\n ...domUserProps,\n ...propsList.map(value => {\n const propsOrGetProps = value ? value[elementKey] : null;\n if (typeof propsOrGetProps === 'function') {\n return userProps ? propsOrGetProps(userProps) : null;\n }\n return propsOrGetProps;\n }).concat(userProps).reduce((acc, props) => {\n if (!props) {\n return acc;\n }\n Object.entries(props).forEach(_ref => {\n let [key, value] = _ref;\n if (isItem && [ACTIVE_KEY, SELECTED_KEY].includes(key)) {\n return;\n }\n if (key.indexOf('on') === 0) {\n if (!map.has(key)) {\n map.set(key, []);\n }\n if (typeof value === 'function') {\n var _map$get;\n (_map$get = map.get(key)) == null || _map$get.push(value);\n acc[key] = function () {\n var _map$get2;\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n return (_map$get2 = map.get(key)) == null ? void 0 : _map$get2.map(fn => fn(...args)).find(val => val !== undefined);\n };\n }\n } else {\n acc[key] = value;\n }\n });\n return acc;\n }, {})\n };\n}\n/**\n * Merges an array of interaction hooks' props into prop getters, allowing\n * event handler functions to be composed together without overwriting one\n * another.\n * @see https://floating-ui.com/docs/useInteractions\n */\nfunction useInteractions(propsList) {\n if (propsList === void 0) {\n propsList = [];\n }\n const referenceDeps = propsList.map(key => key == null ? void 0 : key.reference);\n const floatingDeps = propsList.map(key => key == null ? void 0 : key.floating);\n const itemDeps = propsList.map(key => key == null ? void 0 : key.item);\n const getReferenceProps = React.useCallback(userProps => mergeProps(userProps, propsList, 'reference'),\n // eslint-disable-next-line react-hooks/exhaustive-deps\n referenceDeps);\n const getFloatingProps = React.useCallback(userProps => mergeProps(userProps, propsList, 'floating'),\n // eslint-disable-next-line react-hooks/exhaustive-deps\n floatingDeps);\n const getItemProps = React.useCallback(userProps => mergeProps(userProps, propsList, 'item'),\n // eslint-disable-next-line react-hooks/exhaustive-deps\n itemDeps);\n return React.useMemo(() => ({\n getReferenceProps,\n getFloatingProps,\n getItemProps\n }), [getReferenceProps, getFloatingProps, getItemProps]);\n}\n\nconst ESCAPE = 'Escape';\nfunction doSwitch(orientation, vertical, horizontal) {\n switch (orientation) {\n case 'vertical':\n return vertical;\n case 'horizontal':\n return horizontal;\n default:\n return vertical || horizontal;\n }\n}\nfunction isMainOrientationKey(key, orientation) {\n const vertical = key === ARROW_UP || key === ARROW_DOWN;\n const horizontal = key === ARROW_LEFT || key === ARROW_RIGHT;\n return doSwitch(orientation, vertical, horizontal);\n}\nfunction isMainOrientationToEndKey(key, orientation, rtl) {\n const vertical = key === ARROW_DOWN;\n const horizontal = rtl ? key === ARROW_LEFT : key === ARROW_RIGHT;\n return doSwitch(orientation, vertical, horizontal) || key === 'Enter' || key === ' ' || key === '';\n}\nfunction isCrossOrientationOpenKey(key, orientation, rtl) {\n const vertical = rtl ? key === ARROW_LEFT : key === ARROW_RIGHT;\n const horizontal = key === ARROW_DOWN;\n return doSwitch(orientation, vertical, horizontal);\n}\nfunction isCrossOrientationCloseKey(key, orientation, rtl, cols) {\n const vertical = rtl ? key === ARROW_RIGHT : key === ARROW_LEFT;\n const horizontal = key === ARROW_UP;\n if (orientation === 'both' || orientation === 'horizontal' && cols && cols > 1) {\n return key === ESCAPE;\n }\n return doSwitch(orientation, vertical, horizontal);\n}\n/**\n * Adds arrow key-based navigation of a list of items, either using real DOM\n * focus or virtual focus.\n * @see https://floating-ui.com/docs/useListNavigation\n */\nfunction useListNavigation(context, props) {\n const {\n open,\n onOpenChange,\n elements,\n floatingId\n } = context;\n const {\n listRef,\n activeIndex,\n onNavigate: unstable_onNavigate = () => {},\n enabled = true,\n selectedIndex = null,\n allowEscape = false,\n loop = false,\n nested = false,\n rtl = false,\n virtual = false,\n focusItemOnOpen = 'auto',\n focusItemOnHover = true,\n openOnArrowKeyDown = true,\n disabledIndices = undefined,\n orientation = 'vertical',\n parentOrientation,\n cols = 1,\n scrollItemIntoView = true,\n virtualItemRef,\n itemSizes,\n dense = false\n } = props;\n if (process.env.NODE_ENV !== \"production\") {\n if (allowEscape) {\n if (!loop) {\n warn('`useListNavigation` looping must be enabled to allow escaping.');\n }\n if (!virtual) {\n warn('`useListNavigation` must be virtual to allow escaping.');\n }\n }\n if (orientation === 'vertical' && cols > 1) {\n warn('In grid list navigation mode (`cols` > 1), the `orientation` should', 'be either \"horizontal\" or \"both\".');\n }\n }\n const floatingFocusElement = getFloatingFocusElement(elements.floating);\n const floatingFocusElementRef = useLatestRef(floatingFocusElement);\n const parentId = useFloatingParentNodeId();\n const tree = useFloatingTree();\n useModernLayoutEffect(() => {\n context.dataRef.current.orientation = orientation;\n }, [context, orientation]);\n const onNavigate = useEffectEvent(() => {\n unstable_onNavigate(indexRef.current === -1 ? null : indexRef.current);\n });\n const typeableComboboxReference = isTypeableCombobox(elements.domReference);\n const focusItemOnOpenRef = React.useRef(focusItemOnOpen);\n const indexRef = React.useRef(selectedIndex != null ? selectedIndex : -1);\n const keyRef = React.useRef(null);\n const isPointerModalityRef = React.useRef(true);\n const previousOnNavigateRef = React.useRef(onNavigate);\n const previousMountedRef = React.useRef(!!elements.floating);\n const previousOpenRef = React.useRef(open);\n const forceSyncFocusRef = React.useRef(false);\n const forceScrollIntoViewRef = React.useRef(false);\n const disabledIndicesRef = useLatestRef(disabledIndices);\n const latestOpenRef = useLatestRef(open);\n const scrollItemIntoViewRef = useLatestRef(scrollItemIntoView);\n const selectedIndexRef = useLatestRef(selectedIndex);\n const [activeId, setActiveId] = React.useState();\n const [virtualId, setVirtualId] = React.useState();\n const focusItem = useEffectEvent(() => {\n function runFocus(item) {\n if (virtual) {\n var _item$id;\n if ((_item$id = item.id) != null && _item$id.endsWith('-fui-option')) {\n item.id = floatingId + \"-\" + Math.random().toString(16).slice(2, 10);\n }\n setActiveId(item.id);\n tree == null || tree.events.emit('virtualfocus', item);\n if (virtualItemRef) {\n virtualItemRef.current = item;\n }\n } else {\n enqueueFocus(item, {\n sync: forceSyncFocusRef.current,\n preventScroll: true\n });\n }\n }\n const initialItem = listRef.current[indexRef.current];\n const forceScrollIntoView = forceScrollIntoViewRef.current;\n if (initialItem) {\n runFocus(initialItem);\n }\n const scheduler = forceSyncFocusRef.current ? v => v() : requestAnimationFrame;\n scheduler(() => {\n const waitedItem = listRef.current[indexRef.current] || initialItem;\n if (!waitedItem) return;\n if (!initialItem) {\n runFocus(waitedItem);\n }\n const scrollIntoViewOptions = scrollItemIntoViewRef.current;\n const shouldScrollIntoView = scrollIntoViewOptions && item && (forceScrollIntoView || !isPointerModalityRef.current);\n if (shouldScrollIntoView) {\n // JSDOM doesn't support `.scrollIntoView()` but it's widely supported\n // by all browsers.\n waitedItem.scrollIntoView == null || waitedItem.scrollIntoView(typeof scrollIntoViewOptions === 'boolean' ? {\n block: 'nearest',\n inline: 'nearest'\n } : scrollIntoViewOptions);\n }\n });\n });\n\n // Sync `selectedIndex` to be the `activeIndex` upon opening the floating\n // element. Also, reset `activeIndex` upon closing the floating element.\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (open && elements.floating) {\n if (focusItemOnOpenRef.current && selectedIndex != null) {\n // Regardless of the pointer modality, we want to ensure the selected\n // item comes into view when the floating element is opened.\n forceScrollIntoViewRef.current = true;\n indexRef.current = selectedIndex;\n onNavigate();\n }\n } else if (previousMountedRef.current) {\n // Since the user can specify `onNavigate` conditionally\n // (onNavigate: open ? setActiveIndex : setSelectedIndex),\n // we store and call the previous function.\n indexRef.current = -1;\n previousOnNavigateRef.current();\n }\n }, [enabled, open, elements.floating, selectedIndex, onNavigate]);\n\n // Sync `activeIndex` to be the focused item while the floating element is\n // open.\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (!open) return;\n if (!elements.floating) return;\n if (activeIndex == null) {\n forceSyncFocusRef.current = false;\n if (selectedIndexRef.current != null) {\n return;\n }\n\n // Reset while the floating element was open (e.g. the list changed).\n if (previousMountedRef.current) {\n indexRef.current = -1;\n focusItem();\n }\n\n // Initial sync.\n if ((!previousOpenRef.current || !previousMountedRef.current) && focusItemOnOpenRef.current && (keyRef.current != null || focusItemOnOpenRef.current === true && keyRef.current == null)) {\n let runs = 0;\n const waitForListPopulated = () => {\n if (listRef.current[0] == null) {\n // Avoid letting the browser paint if possible on the first try,\n // otherwise use rAF. Don't try more than twice, since something\n // is wrong otherwise.\n if (runs < 2) {\n const scheduler = runs ? requestAnimationFrame : queueMicrotask;\n scheduler(waitForListPopulated);\n }\n runs++;\n } else {\n indexRef.current = keyRef.current == null || isMainOrientationToEndKey(keyRef.current, orientation, rtl) || nested ? getMinListIndex(listRef, disabledIndicesRef.current) : getMaxListIndex(listRef, disabledIndicesRef.current);\n keyRef.current = null;\n onNavigate();\n }\n };\n waitForListPopulated();\n }\n } else if (!isIndexOutOfListBounds(listRef, activeIndex)) {\n indexRef.current = activeIndex;\n focusItem();\n forceScrollIntoViewRef.current = false;\n }\n }, [enabled, open, elements.floating, activeIndex, selectedIndexRef, nested, listRef, orientation, rtl, onNavigate, focusItem, disabledIndicesRef]);\n\n // Ensure the parent floating element has focus when a nested child closes\n // to allow arrow key navigation to work after the pointer leaves the child.\n useModernLayoutEffect(() => {\n var _nodes$find;\n if (!enabled || elements.floating || !tree || virtual || !previousMountedRef.current) {\n return;\n }\n const nodes = tree.nodesRef.current;\n const parent = (_nodes$find = nodes.find(node => node.id === parentId)) == null || (_nodes$find = _nodes$find.context) == null ? void 0 : _nodes$find.elements.floating;\n const activeEl = activeElement(getDocument$1(elements.floating));\n const treeContainsActiveEl = nodes.some(node => node.context && contains$1(node.context.elements.floating, activeEl));\n if (parent && !treeContainsActiveEl && isPointerModalityRef.current) {\n parent.focus({\n preventScroll: true\n });\n }\n }, [enabled, elements.floating, tree, parentId, virtual]);\n useModernLayoutEffect(() => {\n if (!enabled) return;\n if (!tree) return;\n if (!virtual) return;\n if (parentId) return;\n function handleVirtualFocus(item) {\n setVirtualId(item.id);\n if (virtualItemRef) {\n virtualItemRef.current = item;\n }\n }\n tree.events.on('virtualfocus', handleVirtualFocus);\n return () => {\n tree.events.off('virtualfocus', handleVirtualFocus);\n };\n }, [enabled, tree, virtual, parentId, virtualItemRef]);\n useModernLayoutEffect(() => {\n previousOnNavigateRef.current = onNavigate;\n previousOpenRef.current = open;\n previousMountedRef.current = !!elements.floating;\n });\n useModernLayoutEffect(() => {\n if (!open) {\n keyRef.current = null;\n focusItemOnOpenRef.current = focusItemOnOpen;\n }\n }, [open, focusItemOnOpen]);\n const hasActiveIndex = activeIndex != null;\n const item = React.useMemo(() => {\n function syncCurrentTarget(currentTarget) {\n if (!latestOpenRef.current) return;\n const index = listRef.current.indexOf(currentTarget);\n if (index !== -1 && indexRef.current !== index) {\n indexRef.current = index;\n onNavigate();\n }\n }\n const props = {\n onFocus(_ref) {\n let {\n currentTarget\n } = _ref;\n forceSyncFocusRef.current = true;\n syncCurrentTarget(currentTarget);\n },\n onClick: _ref2 => {\n let {\n currentTarget\n } = _ref2;\n return currentTarget.focus({\n preventScroll: true\n });\n },\n // Safari\n ...(focusItemOnHover && {\n onMouseMove(_ref3) {\n let {\n currentTarget\n } = _ref3;\n forceSyncFocusRef.current = true;\n forceScrollIntoViewRef.current = false;\n syncCurrentTarget(currentTarget);\n },\n onPointerLeave(_ref4) {\n let {\n pointerType\n } = _ref4;\n if (!isPointerModalityRef.current || pointerType === 'touch') {\n return;\n }\n forceSyncFocusRef.current = true;\n indexRef.current = -1;\n onNavigate();\n if (!virtual) {\n var _floatingFocusElement;\n (_floatingFocusElement = floatingFocusElementRef.current) == null || _floatingFocusElement.focus({\n preventScroll: true\n });\n }\n }\n })\n };\n return props;\n }, [latestOpenRef, floatingFocusElementRef, focusItemOnHover, listRef, onNavigate, virtual]);\n const getParentOrientation = React.useCallback(() => {\n var _tree$nodesRef$curren;\n return parentOrientation != null ? parentOrientation : tree == null || (_tree$nodesRef$curren = tree.nodesRef.current.find(node => node.id === parentId)) == null || (_tree$nodesRef$curren = _tree$nodesRef$curren.context) == null || (_tree$nodesRef$curren = _tree$nodesRef$curren.dataRef) == null ? void 0 : _tree$nodesRef$curren.current.orientation;\n }, [parentId, tree, parentOrientation]);\n const commonOnKeyDown = useEffectEvent(event => {\n isPointerModalityRef.current = false;\n forceSyncFocusRef.current = true;\n\n // When composing a character, Chrome fires ArrowDown twice. Firefox/Safari\n // don't appear to suffer from this. `event.isComposing` is avoided due to\n // Safari not supporting it properly (although it's not needed in the first\n // place for Safari, just avoiding any possible issues).\n if (event.which === 229) {\n return;\n }\n\n // If the floating element is animating out, ignore navigation. Otherwise,\n // the `activeIndex` gets set to 0 despite not being open so the next time\n // the user ArrowDowns, the first item won't be focused.\n if (!latestOpenRef.current && event.currentTarget === floatingFocusElementRef.current) {\n return;\n }\n if (nested && isCrossOrientationCloseKey(event.key, orientation, rtl, cols)) {\n // If the nested list's close key is also the parent navigation key,\n // let the parent navigate. Otherwise, stop propagating the event.\n if (!isMainOrientationKey(event.key, getParentOrientation())) {\n stopEvent(event);\n }\n onOpenChange(false, event.nativeEvent, 'list-navigation');\n if (isHTMLElement(elements.domReference)) {\n if (virtual) {\n tree == null || tree.events.emit('virtualfocus', elements.domReference);\n } else {\n elements.domReference.focus();\n }\n }\n return;\n }\n const currentIndex = indexRef.current;\n const minIndex = getMinListIndex(listRef, disabledIndices);\n const maxIndex = getMaxListIndex(listRef, disabledIndices);\n if (!typeableComboboxReference) {\n if (event.key === 'Home') {\n stopEvent(event);\n indexRef.current = minIndex;\n onNavigate();\n }\n if (event.key === 'End') {\n stopEvent(event);\n indexRef.current = maxIndex;\n onNavigate();\n }\n }\n\n // Grid navigation.\n if (cols > 1) {\n const sizes = itemSizes || Array.from({\n length: listRef.current.length\n }, () => ({\n width: 1,\n height: 1\n }));\n // To calculate movements on the grid, we use hypothetical cell indices\n // as if every item was 1x1, then convert back to real indices.\n const cellMap = createGridCellMap(sizes, cols, dense);\n const minGridIndex = cellMap.findIndex(index => index != null && !isListIndexDisabled(listRef, index, disabledIndices));\n // last enabled index\n const maxGridIndex = cellMap.reduce((foundIndex, index, cellIndex) => index != null && !isListIndexDisabled(listRef, index, disabledIndices) ? cellIndex : foundIndex, -1);\n const index = cellMap[getGridNavigatedIndex({\n current: cellMap.map(itemIndex => itemIndex != null ? listRef.current[itemIndex] : null)\n }, {\n event,\n orientation,\n loop,\n rtl,\n cols,\n // treat undefined (empty grid spaces) as disabled indices so we\n // don't end up in them\n disabledIndices: getGridCellIndices([...((typeof disabledIndices !== 'function' ? disabledIndices : null) || listRef.current.map((_, index) => isListIndexDisabled(listRef, index, disabledIndices) ? index : undefined)), undefined], cellMap),\n minIndex: minGridIndex,\n maxIndex: maxGridIndex,\n prevIndex: getGridCellIndexOfCorner(indexRef.current > maxIndex ? minIndex : indexRef.current, sizes, cellMap, cols,\n // use a corner matching the edge closest to the direction\n // we're moving in so we don't end up in the same item. Prefer\n // top/left over bottom/right.\n event.key === ARROW_DOWN ? 'bl' : event.key === (rtl ? ARROW_LEFT : ARROW_RIGHT) ? 'tr' : 'tl'),\n stopEvent: true\n })];\n if (index != null) {\n indexRef.current = index;\n onNavigate();\n }\n if (orientation === 'both') {\n return;\n }\n }\n if (isMainOrientationKey(event.key, orientation)) {\n stopEvent(event);\n\n // Reset the index if no item is focused.\n if (open && !virtual && activeElement(event.currentTarget.ownerDocument) === event.currentTarget) {\n indexRef.current = isMainOrientationToEndKey(event.key, orientation, rtl) ? minIndex : maxIndex;\n onNavigate();\n return;\n }\n if (isMainOrientationToEndKey(event.key, orientation, rtl)) {\n if (loop) {\n indexRef.current = currentIndex >= maxIndex ? allowEscape && currentIndex !== listRef.current.length ? -1 : minIndex : findNonDisabledListIndex(listRef, {\n startingIndex: currentIndex,\n disabledIndices\n });\n } else {\n indexRef.current = Math.min(maxIndex, findNonDisabledListIndex(listRef, {\n startingIndex: currentIndex,\n disabledIndices\n }));\n }\n } else {\n if (loop) {\n indexRef.current = currentIndex <= minIndex ? allowEscape && currentIndex !== -1 ? listRef.current.length : maxIndex : findNonDisabledListIndex(listRef, {\n startingIndex: currentIndex,\n decrement: true,\n disabledIndices\n });\n } else {\n indexRef.current = Math.max(minIndex, findNonDisabledListIndex(listRef, {\n startingIndex: currentIndex,\n decrement: true,\n disabledIndices\n }));\n }\n }\n if (isIndexOutOfListBounds(listRef, indexRef.current)) {\n indexRef.current = -1;\n }\n onNavigate();\n }\n });\n const ariaActiveDescendantProp = React.useMemo(() => {\n return virtual && open && hasActiveIndex && {\n 'aria-activedescendant': virtualId || activeId\n };\n }, [virtual, open, hasActiveIndex, virtualId, activeId]);\n const floating = React.useMemo(() => {\n return {\n 'aria-orientation': orientation === 'both' ? undefined : orientation,\n ...(!typeableComboboxReference ? ariaActiveDescendantProp : {}),\n onKeyDown: commonOnKeyDown,\n onPointerMove() {\n isPointerModalityRef.current = true;\n }\n };\n }, [ariaActiveDescendantProp, commonOnKeyDown, orientation, typeableComboboxReference]);\n const reference = React.useMemo(() => {\n function checkVirtualMouse(event) {\n if (focusItemOnOpen === 'auto' && isVirtualClick(event.nativeEvent)) {\n focusItemOnOpenRef.current = true;\n }\n }\n function checkVirtualPointer(event) {\n // `pointerdown` fires first, reset the state then perform the checks.\n focusItemOnOpenRef.current = focusItemOnOpen;\n if (focusItemOnOpen === 'auto' && isVirtualPointerEvent(event.nativeEvent)) {\n focusItemOnOpenRef.current = true;\n }\n }\n return {\n ...ariaActiveDescendantProp,\n onKeyDown(event) {\n isPointerModalityRef.current = false;\n const isArrowKey = event.key.startsWith('Arrow');\n const isHomeOrEndKey = ['Home', 'End'].includes(event.key);\n const isMoveKey = isArrowKey || isHomeOrEndKey;\n const isCrossOpenKey = isCrossOrientationOpenKey(event.key, orientation, rtl);\n const isCrossCloseKey = isCrossOrientationCloseKey(event.key, orientation, rtl, cols);\n const isParentCrossOpenKey = isCrossOrientationOpenKey(event.key, getParentOrientation(), rtl);\n const isMainKey = isMainOrientationKey(event.key, orientation);\n const isNavigationKey = (nested ? isParentCrossOpenKey : isMainKey) || event.key === 'Enter' || event.key.trim() === '';\n if (virtual && open) {\n const rootNode = tree == null ? void 0 : tree.nodesRef.current.find(node => node.parentId == null);\n const deepestNode = tree && rootNode ? getDeepestNode(tree.nodesRef.current, rootNode.id) : null;\n if (isMoveKey && deepestNode && virtualItemRef) {\n const eventObject = new KeyboardEvent('keydown', {\n key: event.key,\n bubbles: true\n });\n if (isCrossOpenKey || isCrossCloseKey) {\n var _deepestNode$context, _deepestNode$context2;\n const isCurrentTarget = ((_deepestNode$context = deepestNode.context) == null ? void 0 : _deepestNode$context.elements.domReference) === event.currentTarget;\n const dispatchItem = isCrossCloseKey && !isCurrentTarget ? (_deepestNode$context2 = deepestNode.context) == null ? void 0 : _deepestNode$context2.elements.domReference : isCrossOpenKey ? listRef.current.find(item => (item == null ? void 0 : item.id) === activeId) : null;\n if (dispatchItem) {\n stopEvent(event);\n dispatchItem.dispatchEvent(eventObject);\n setVirtualId(undefined);\n }\n }\n if ((isMainKey || isHomeOrEndKey) && deepestNode.context) {\n if (deepestNode.context.open && deepestNode.parentId && event.currentTarget !== deepestNode.context.elements.domReference) {\n var _deepestNode$context$;\n stopEvent(event);\n (_deepestNode$context$ = deepestNode.context.elements.domReference) == null || _deepestNode$context$.dispatchEvent(eventObject);\n return;\n }\n }\n }\n return commonOnKeyDown(event);\n }\n // If a floating element should not open on arrow key down, avoid\n // setting `activeIndex` while it's closed.\n if (!open && !openOnArrowKeyDown && isArrowKey) {\n return;\n }\n if (isNavigationKey) {\n const isParentMainKey = isMainOrientationKey(event.key, getParentOrientation());\n keyRef.current = nested && isParentMainKey ? null : event.key;\n }\n if (nested) {\n if (isParentCrossOpenKey) {\n stopEvent(event);\n if (open) {\n indexRef.current = getMinListIndex(listRef, disabledIndicesRef.current);\n onNavigate();\n } else {\n onOpenChange(true, event.nativeEvent, 'list-navigation');\n }\n }\n return;\n }\n if (isMainKey) {\n if (selectedIndex != null) {\n indexRef.current = selectedIndex;\n }\n stopEvent(event);\n if (!open && openOnArrowKeyDown) {\n onOpenChange(true, event.nativeEvent, 'list-navigation');\n } else {\n commonOnKeyDown(event);\n }\n if (open) {\n onNavigate();\n }\n }\n },\n onFocus() {\n if (open && !virtual) {\n indexRef.current = -1;\n onNavigate();\n }\n },\n onPointerDown: checkVirtualPointer,\n onPointerEnter: checkVirtualPointer,\n onMouseDown: checkVirtualMouse,\n onClick: checkVirtualMouse\n };\n }, [activeId, ariaActiveDescendantProp, cols, commonOnKeyDown, disabledIndicesRef, focusItemOnOpen, listRef, nested, onNavigate, onOpenChange, open, openOnArrowKeyDown, orientation, getParentOrientation, rtl, selectedIndex, tree, virtual, virtualItemRef]);\n return React.useMemo(() => enabled ? {\n reference,\n floating,\n item\n } : {}, [enabled, reference, floating, item]);\n}\n\nconst componentRoleToAriaRoleMap = /*#__PURE__*/new Map([['select', 'listbox'], ['combobox', 'listbox'], ['label', false]]);\n\n/**\n * Adds base screen reader props to the reference and floating elements for a\n * given floating element `role`.\n * @see https://floating-ui.com/docs/useRole\n */\nfunction useRole(context, props) {\n var _elements$domReferenc, _componentRoleToAriaR;\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n elements,\n floatingId: defaultFloatingId\n } = context;\n const {\n enabled = true,\n role = 'dialog'\n } = props;\n const defaultReferenceId = useId();\n const referenceId = ((_elements$domReferenc = elements.domReference) == null ? void 0 : _elements$domReferenc.id) || defaultReferenceId;\n const floatingId = React.useMemo(() => {\n var _getFloatingFocusElem;\n return ((_getFloatingFocusElem = getFloatingFocusElement(elements.floating)) == null ? void 0 : _getFloatingFocusElem.id) || defaultFloatingId;\n }, [elements.floating, defaultFloatingId]);\n const ariaRole = (_componentRoleToAriaR = componentRoleToAriaRoleMap.get(role)) != null ? _componentRoleToAriaR : role;\n const parentId = useFloatingParentNodeId();\n const isNested = parentId != null;\n const reference = React.useMemo(() => {\n if (ariaRole === 'tooltip' || role === 'label') {\n return {\n [\"aria-\" + (role === 'label' ? 'labelledby' : 'describedby')]: open ? floatingId : undefined\n };\n }\n return {\n 'aria-expanded': open ? 'true' : 'false',\n 'aria-haspopup': ariaRole === 'alertdialog' ? 'dialog' : ariaRole,\n 'aria-controls': open ? floatingId : undefined,\n ...(ariaRole === 'listbox' && {\n role: 'combobox'\n }),\n ...(ariaRole === 'menu' && {\n id: referenceId\n }),\n ...(ariaRole === 'menu' && isNested && {\n role: 'menuitem'\n }),\n ...(role === 'select' && {\n 'aria-autocomplete': 'none'\n }),\n ...(role === 'combobox' && {\n 'aria-autocomplete': 'list'\n })\n };\n }, [ariaRole, floatingId, isNested, open, referenceId, role]);\n const floating = React.useMemo(() => {\n const floatingProps = {\n id: floatingId,\n ...(ariaRole && {\n role: ariaRole\n })\n };\n if (ariaRole === 'tooltip' || role === 'label') {\n return floatingProps;\n }\n return {\n ...floatingProps,\n ...(ariaRole === 'menu' && {\n 'aria-labelledby': referenceId\n })\n };\n }, [ariaRole, floatingId, referenceId, role]);\n const item = React.useCallback(_ref => {\n let {\n active,\n selected\n } = _ref;\n const commonProps = {\n role: 'option',\n ...(active && {\n id: floatingId + \"-fui-option\"\n })\n };\n\n // For `menu`, we are unable to tell if the item is a `menuitemradio`\n // or `menuitemcheckbox`. For backwards-compatibility reasons, also\n // avoid defaulting to `menuitem` as it may overwrite custom role props.\n switch (role) {\n case 'select':\n return {\n ...commonProps,\n 'aria-selected': active && selected\n };\n case 'combobox':\n {\n return {\n ...commonProps,\n 'aria-selected': selected\n };\n }\n }\n return {};\n }, [floatingId, role]);\n return React.useMemo(() => enabled ? {\n reference,\n floating,\n item\n } : {}, [enabled, reference, floating, item]);\n}\n\n// Converts a JS style key like `backgroundColor` to a CSS transition-property\n// like `background-color`.\nconst camelCaseToKebabCase = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());\nfunction execWithArgsOrReturn(valueOrFn, args) {\n return typeof valueOrFn === 'function' ? valueOrFn(args) : valueOrFn;\n}\nfunction useDelayUnmount(open, durationMs) {\n const [isMounted, setIsMounted] = React.useState(open);\n if (open && !isMounted) {\n setIsMounted(true);\n }\n React.useEffect(() => {\n if (!open && isMounted) {\n const timeout = setTimeout(() => setIsMounted(false), durationMs);\n return () => clearTimeout(timeout);\n }\n }, [open, isMounted, durationMs]);\n return isMounted;\n}\n/**\n * Provides a status string to apply CSS transitions to a floating element,\n * correctly handling placement-aware transitions.\n * @see https://floating-ui.com/docs/useTransition#usetransitionstatus\n */\nfunction useTransitionStatus(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n open,\n elements: {\n floating\n }\n } = context;\n const {\n duration = 250\n } = props;\n const isNumberDuration = typeof duration === 'number';\n const closeDuration = (isNumberDuration ? duration : duration.close) || 0;\n const [status, setStatus] = React.useState('unmounted');\n const isMounted = useDelayUnmount(open, closeDuration);\n if (!isMounted && status === 'close') {\n setStatus('unmounted');\n }\n useModernLayoutEffect(() => {\n if (!floating) return;\n if (open) {\n setStatus('initial');\n const frame = requestAnimationFrame(() => {\n // Ensure it opens before paint. With `FloatingDelayGroup`,\n // this avoids a flicker when moving between floating elements\n // to ensure one is always open with no missing frames.\n ReactDOM.flushSync(() => {\n setStatus('open');\n });\n });\n return () => {\n cancelAnimationFrame(frame);\n };\n }\n setStatus('close');\n }, [open, floating]);\n return {\n isMounted,\n status\n };\n}\n/**\n * Provides styles to apply CSS transitions to a floating element, correctly\n * handling placement-aware transitions. Wrapper around `useTransitionStatus`.\n * @see https://floating-ui.com/docs/useTransition#usetransitionstyles\n */\nfunction useTransitionStyles(context, props) {\n if (props === void 0) {\n props = {};\n }\n const {\n initial: unstable_initial = {\n opacity: 0\n },\n open: unstable_open,\n close: unstable_close,\n common: unstable_common,\n duration = 250\n } = props;\n const placement = context.placement;\n const side = placement.split('-')[0];\n const fnArgs = React.useMemo(() => ({\n side,\n placement\n }), [side, placement]);\n const isNumberDuration = typeof duration === 'number';\n const openDuration = (isNumberDuration ? duration : duration.open) || 0;\n const closeDuration = (isNumberDuration ? duration : duration.close) || 0;\n const [styles, setStyles] = React.useState(() => ({\n ...execWithArgsOrReturn(unstable_common, fnArgs),\n ...execWithArgsOrReturn(unstable_initial, fnArgs)\n }));\n const {\n isMounted,\n status\n } = useTransitionStatus(context, {\n duration\n });\n const initialRef = useLatestRef(unstable_initial);\n const openRef = useLatestRef(unstable_open);\n const closeRef = useLatestRef(unstable_close);\n const commonRef = useLatestRef(unstable_common);\n useModernLayoutEffect(() => {\n const initialStyles = execWithArgsOrReturn(initialRef.current, fnArgs);\n const closeStyles = execWithArgsOrReturn(closeRef.current, fnArgs);\n const commonStyles = execWithArgsOrReturn(commonRef.current, fnArgs);\n const openStyles = execWithArgsOrReturn(openRef.current, fnArgs) || Object.keys(initialStyles).reduce((acc, key) => {\n acc[key] = '';\n return acc;\n }, {});\n if (status === 'initial') {\n setStyles(styles => ({\n transitionProperty: styles.transitionProperty,\n ...commonStyles,\n ...initialStyles\n }));\n }\n if (status === 'open') {\n setStyles({\n transitionProperty: Object.keys(openStyles).map(camelCaseToKebabCase).join(','),\n transitionDuration: openDuration + \"ms\",\n ...commonStyles,\n ...openStyles\n });\n }\n if (status === 'close') {\n const styles = closeStyles || initialStyles;\n setStyles({\n transitionProperty: Object.keys(styles).map(camelCaseToKebabCase).join(','),\n transitionDuration: closeDuration + \"ms\",\n ...commonStyles,\n ...styles\n });\n }\n }, [closeDuration, closeRef, initialRef, openRef, commonRef, openDuration, status, fnArgs]);\n return {\n isMounted,\n styles\n };\n}\n\n/**\n * Provides a matching callback that can be used to focus an item as the user\n * types, often used in tandem with `useListNavigation()`.\n * @see https://floating-ui.com/docs/useTypeahead\n */\nfunction useTypeahead(context, props) {\n var _ref;\n const {\n open,\n dataRef\n } = context;\n const {\n listRef,\n activeIndex,\n onMatch: unstable_onMatch,\n onTypingChange: unstable_onTypingChange,\n enabled = true,\n findMatch = null,\n resetMs = 750,\n ignoreKeys = [],\n selectedIndex = null\n } = props;\n const timeoutIdRef = React.useRef(-1);\n const stringRef = React.useRef('');\n const prevIndexRef = React.useRef((_ref = selectedIndex != null ? selectedIndex : activeIndex) != null ? _ref : -1);\n const matchIndexRef = React.useRef(null);\n const onMatch = useEffectEvent(unstable_onMatch);\n const onTypingChange = useEffectEvent(unstable_onTypingChange);\n const findMatchRef = useLatestRef(findMatch);\n const ignoreKeysRef = useLatestRef(ignoreKeys);\n useModernLayoutEffect(() => {\n if (open) {\n clearTimeoutIfSet(timeoutIdRef);\n matchIndexRef.current = null;\n stringRef.current = '';\n }\n }, [open]);\n useModernLayoutEffect(() => {\n // Sync arrow key navigation but not typeahead navigation.\n if (open && stringRef.current === '') {\n var _ref2;\n prevIndexRef.current = (_ref2 = selectedIndex != null ? selectedIndex : activeIndex) != null ? _ref2 : -1;\n }\n }, [open, selectedIndex, activeIndex]);\n const setTypingChange = useEffectEvent(value => {\n if (value) {\n if (!dataRef.current.typing) {\n dataRef.current.typing = value;\n onTypingChange(value);\n }\n } else {\n if (dataRef.current.typing) {\n dataRef.current.typing = value;\n onTypingChange(value);\n }\n }\n });\n const onKeyDown = useEffectEvent(event => {\n function getMatchingIndex(list, orderedList, string) {\n const str = findMatchRef.current ? findMatchRef.current(orderedList, string) : orderedList.find(text => (text == null ? void 0 : text.toLocaleLowerCase().indexOf(string.toLocaleLowerCase())) === 0);\n return str ? list.indexOf(str) : -1;\n }\n const listContent = listRef.current;\n if (stringRef.current.length > 0 && stringRef.current[0] !== ' ') {\n if (getMatchingIndex(listContent, listContent, stringRef.current) === -1) {\n setTypingChange(false);\n } else if (event.key === ' ') {\n stopEvent(event);\n }\n }\n if (listContent == null || ignoreKeysRef.current.includes(event.key) ||\n // Character key.\n event.key.length !== 1 ||\n // Modifier key.\n event.ctrlKey || event.metaKey || event.altKey) {\n return;\n }\n if (open && event.key !== ' ') {\n stopEvent(event);\n setTypingChange(true);\n }\n\n // Bail out if the list contains a word like \"llama\" or \"aaron\". TODO:\n // allow it in this case, too.\n const allowRapidSuccessionOfFirstLetter = listContent.every(text => {\n var _text$, _text$2;\n return text ? ((_text$ = text[0]) == null ? void 0 : _text$.toLocaleLowerCase()) !== ((_text$2 = text[1]) == null ? void 0 : _text$2.toLocaleLowerCase()) : true;\n });\n\n // Allows the user to cycle through items that start with the same letter\n // in rapid succession.\n if (allowRapidSuccessionOfFirstLetter && stringRef.current === event.key) {\n stringRef.current = '';\n prevIndexRef.current = matchIndexRef.current;\n }\n stringRef.current += event.key;\n clearTimeoutIfSet(timeoutIdRef);\n timeoutIdRef.current = window.setTimeout(() => {\n stringRef.current = '';\n prevIndexRef.current = matchIndexRef.current;\n setTypingChange(false);\n }, resetMs);\n const prevIndex = prevIndexRef.current;\n const index = getMatchingIndex(listContent, [...listContent.slice((prevIndex || 0) + 1), ...listContent.slice(0, (prevIndex || 0) + 1)], stringRef.current);\n if (index !== -1) {\n onMatch(index);\n matchIndexRef.current = index;\n } else if (event.key !== ' ') {\n stringRef.current = '';\n setTypingChange(false);\n }\n });\n const reference = React.useMemo(() => ({\n onKeyDown\n }), [onKeyDown]);\n const floating = React.useMemo(() => {\n return {\n onKeyDown,\n onKeyUp(event) {\n if (event.key === ' ') {\n setTypingChange(false);\n }\n }\n };\n }, [onKeyDown, setTypingChange]);\n return React.useMemo(() => enabled ? {\n reference,\n floating\n } : {}, [enabled, reference, floating]);\n}\n\nfunction getArgsWithCustomFloatingHeight(state, height) {\n return {\n ...state,\n rects: {\n ...state.rects,\n floating: {\n ...state.rects.floating,\n height\n }\n }\n };\n}\n/**\n * Positions the floating element such that an inner element inside of it is\n * anchored to the reference element.\n * @see https://floating-ui.com/docs/inner\n * @deprecated\n */\nconst inner = props => ({\n name: 'inner',\n options: props,\n async fn(state) {\n const {\n listRef,\n overflowRef,\n onFallbackChange,\n offset: innerOffset = 0,\n index = 0,\n minItemsVisible = 4,\n referenceOverflowThreshold = 0,\n scrollRef,\n ...detectOverflowOptions\n } = evaluate(props, state);\n const {\n rects,\n elements: {\n floating\n }\n } = state;\n const item = listRef.current[index];\n const scrollEl = (scrollRef == null ? void 0 : scrollRef.current) || floating;\n\n // Valid combinations:\n // 1. Floating element is the scrollRef and has a border (default)\n // 2. Floating element is not the scrollRef, floating element has a border\n // 3. Floating element is not the scrollRef, scrollRef has a border\n // Floating > {...getFloatingProps()} wrapper > scrollRef > items is not\n // allowed as VoiceOver doesn't work.\n const clientTop = floating.clientTop || scrollEl.clientTop;\n const floatingIsBordered = floating.clientTop !== 0;\n const scrollElIsBordered = scrollEl.clientTop !== 0;\n const floatingIsScrollEl = floating === scrollEl;\n if (process.env.NODE_ENV !== \"production\") {\n if (!state.placement.startsWith('bottom')) {\n warn('`placement` side must be \"bottom\" when using the `inner`', 'middleware.');\n }\n }\n if (!item) {\n return {};\n }\n const nextArgs = {\n ...state,\n ...(await offset(-item.offsetTop - floating.clientTop - rects.reference.height / 2 - item.offsetHeight / 2 - innerOffset).fn(state))\n };\n const overflow = await detectOverflow(getArgsWithCustomFloatingHeight(nextArgs, scrollEl.scrollHeight + clientTop + floating.clientTop), detectOverflowOptions);\n const refOverflow = await detectOverflow(nextArgs, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const diffY = max(0, overflow.top);\n const nextY = nextArgs.y + diffY;\n const isScrollable = scrollEl.scrollHeight > scrollEl.clientHeight;\n const rounder = isScrollable ? v => v : round;\n const maxHeight = rounder(max(0, scrollEl.scrollHeight + (floatingIsBordered && floatingIsScrollEl || scrollElIsBordered ? clientTop * 2 : 0) - diffY - max(0, overflow.bottom)));\n scrollEl.style.maxHeight = maxHeight + \"px\";\n scrollEl.scrollTop = diffY;\n\n // There is not enough space, fallback to standard anchored positioning\n if (onFallbackChange) {\n const shouldFallback = scrollEl.offsetHeight < item.offsetHeight * min(minItemsVisible, listRef.current.length) - 1 || refOverflow.top >= -referenceOverflowThreshold || refOverflow.bottom >= -referenceOverflowThreshold;\n ReactDOM.flushSync(() => onFallbackChange(shouldFallback));\n }\n if (overflowRef) {\n overflowRef.current = await detectOverflow(getArgsWithCustomFloatingHeight({\n ...nextArgs,\n y: nextY\n }, scrollEl.offsetHeight + clientTop + floating.clientTop), detectOverflowOptions);\n }\n return {\n y: nextY\n };\n }\n});\n/**\n * Changes the `inner` middleware's `offset` upon a `wheel` event to\n * expand the floating element's height, revealing more list items.\n * @see https://floating-ui.com/docs/inner\n * @deprecated\n */\nfunction useInnerOffset(context, props) {\n const {\n open,\n elements\n } = context;\n const {\n enabled = true,\n overflowRef,\n scrollRef,\n onChange: unstable_onChange\n } = props;\n const onChange = useEffectEvent(unstable_onChange);\n const controlledScrollingRef = React.useRef(false);\n const prevScrollTopRef = React.useRef(null);\n const initialOverflowRef = React.useRef(null);\n React.useEffect(() => {\n if (!enabled) return;\n function onWheel(e) {\n if (e.ctrlKey || !el || overflowRef.current == null) {\n return;\n }\n const dY = e.deltaY;\n const isAtTop = overflowRef.current.top >= -0.5;\n const isAtBottom = overflowRef.current.bottom >= -0.5;\n const remainingScroll = el.scrollHeight - el.clientHeight;\n const sign = dY < 0 ? -1 : 1;\n const method = dY < 0 ? 'max' : 'min';\n if (el.scrollHeight <= el.clientHeight) {\n return;\n }\n if (!isAtTop && dY > 0 || !isAtBottom && dY < 0) {\n e.preventDefault();\n ReactDOM.flushSync(() => {\n onChange(d => d + Math[method](dY, remainingScroll * sign));\n });\n } else if (/firefox/i.test(getUserAgent())) {\n // Needed to propagate scrolling during momentum scrolling phase once\n // it gets limited by the boundary. UX improvement, not critical.\n el.scrollTop += dY;\n }\n }\n const el = (scrollRef == null ? void 0 : scrollRef.current) || elements.floating;\n if (open && el) {\n el.addEventListener('wheel', onWheel);\n\n // Wait for the position to be ready.\n requestAnimationFrame(() => {\n prevScrollTopRef.current = el.scrollTop;\n if (overflowRef.current != null) {\n initialOverflowRef.current = {\n ...overflowRef.current\n };\n }\n });\n return () => {\n prevScrollTopRef.current = null;\n initialOverflowRef.current = null;\n el.removeEventListener('wheel', onWheel);\n };\n }\n }, [enabled, open, elements.floating, overflowRef, scrollRef, onChange]);\n const floating = React.useMemo(() => ({\n onKeyDown() {\n controlledScrollingRef.current = true;\n },\n onWheel() {\n controlledScrollingRef.current = false;\n },\n onPointerMove() {\n controlledScrollingRef.current = false;\n },\n onScroll() {\n const el = (scrollRef == null ? void 0 : scrollRef.current) || elements.floating;\n if (!overflowRef.current || !el || !controlledScrollingRef.current) {\n return;\n }\n if (prevScrollTopRef.current !== null) {\n const scrollDiff = el.scrollTop - prevScrollTopRef.current;\n if (overflowRef.current.bottom < -0.5 && scrollDiff < -1 || overflowRef.current.top < -0.5 && scrollDiff > 1) {\n ReactDOM.flushSync(() => onChange(d => d + scrollDiff));\n }\n }\n\n // [Firefox] Wait for the height change to have been applied.\n requestAnimationFrame(() => {\n prevScrollTopRef.current = el.scrollTop;\n });\n }\n }), [elements.floating, onChange, overflowRef, scrollRef]);\n return React.useMemo(() => enabled ? {\n floating\n } : {}, [enabled, floating]);\n}\n\nfunction getNodeChildren(nodes, id, onlyOpenChildren) {\n if (onlyOpenChildren === void 0) {\n onlyOpenChildren = true;\n }\n const directChildren = nodes.filter(node => {\n var _node$context;\n return node.parentId === id && (!onlyOpenChildren || ((_node$context = node.context) == null ? void 0 : _node$context.open));\n });\n return directChildren.flatMap(child => [child, ...getNodeChildren(nodes, child.id, onlyOpenChildren)]);\n}\n\nfunction isPointInPolygon(point, polygon) {\n const [x, y] = point;\n let isInside = false;\n const length = polygon.length;\n for (let i = 0, j = length - 1; i < length; j = i++) {\n const [xi, yi] = polygon[i] || [0, 0];\n const [xj, yj] = polygon[j] || [0, 0];\n const intersect = yi >= y !== yj >= y && x <= (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) {\n isInside = !isInside;\n }\n }\n return isInside;\n}\nfunction isInside(point, rect) {\n return point[0] >= rect.x && point[0] <= rect.x + rect.width && point[1] >= rect.y && point[1] <= rect.y + rect.height;\n}\n/**\n * Generates a safe polygon area that the user can traverse without closing the\n * floating element once leaving the reference element.\n * @see https://floating-ui.com/docs/useHover#safepolygon\n */\nfunction safePolygon(options) {\n if (options === void 0) {\n options = {};\n }\n const {\n buffer = 0.5,\n blockPointerEvents = false,\n requireIntent = true\n } = options;\n const timeoutRef = {\n current: -1\n };\n let hasLanded = false;\n let lastX = null;\n let lastY = null;\n let lastCursorTime = performance.now();\n function getCursorSpeed(x, y) {\n const currentTime = performance.now();\n const elapsedTime = currentTime - lastCursorTime;\n if (lastX === null || lastY === null || elapsedTime === 0) {\n lastX = x;\n lastY = y;\n lastCursorTime = currentTime;\n return null;\n }\n const deltaX = x - lastX;\n const deltaY = y - lastY;\n const distance = Math.sqrt(deltaX * deltaX + deltaY * deltaY);\n const speed = distance / elapsedTime; // px / ms\n\n lastX = x;\n lastY = y;\n lastCursorTime = currentTime;\n return speed;\n }\n const fn = _ref => {\n let {\n x,\n y,\n placement,\n elements,\n onClose,\n nodeId,\n tree\n } = _ref;\n return function onMouseMove(event) {\n function close() {\n clearTimeoutIfSet(timeoutRef);\n onClose();\n }\n clearTimeoutIfSet(timeoutRef);\n if (!elements.domReference || !elements.floating || placement == null || x == null || y == null) {\n return;\n }\n const {\n clientX,\n clientY\n } = event;\n const clientPoint = [clientX, clientY];\n const target = getTarget(event);\n const isLeave = event.type === 'mouseleave';\n const isOverFloatingEl = contains(elements.floating, target);\n const isOverReferenceEl = contains(elements.domReference, target);\n const refRect = elements.domReference.getBoundingClientRect();\n const rect = elements.floating.getBoundingClientRect();\n const side = placement.split('-')[0];\n const cursorLeaveFromRight = x > rect.right - rect.width / 2;\n const cursorLeaveFromBottom = y > rect.bottom - rect.height / 2;\n const isOverReferenceRect = isInside(clientPoint, refRect);\n const isFloatingWider = rect.width > refRect.width;\n const isFloatingTaller = rect.height > refRect.height;\n const left = (isFloatingWider ? refRect : rect).left;\n const right = (isFloatingWider ? refRect : rect).right;\n const top = (isFloatingTaller ? refRect : rect).top;\n const bottom = (isFloatingTaller ? refRect : rect).bottom;\n if (isOverFloatingEl) {\n hasLanded = true;\n if (!isLeave) {\n return;\n }\n }\n if (isOverReferenceEl) {\n hasLanded = false;\n }\n if (isOverReferenceEl && !isLeave) {\n hasLanded = true;\n return;\n }\n\n // Prevent overlapping floating element from being stuck in an open-close\n // loop: https://github.com/floating-ui/floating-ui/issues/1910\n if (isLeave && isElement(event.relatedTarget) && contains(elements.floating, event.relatedTarget)) {\n return;\n }\n\n // If any nested child is open, abort.\n if (tree && getNodeChildren(tree.nodesRef.current, nodeId).length) {\n return;\n }\n\n // If the pointer is leaving from the opposite side, the \"buffer\" logic\n // creates a point where the floating element remains open, but should be\n // ignored.\n // A constant of 1 handles floating point rounding errors.\n if (side === 'top' && y >= refRect.bottom - 1 || side === 'bottom' && y <= refRect.top + 1 || side === 'left' && x >= refRect.right - 1 || side === 'right' && x <= refRect.left + 1) {\n return close();\n }\n\n // Ignore when the cursor is within the rectangular trough between the\n // two elements. Since the triangle is created from the cursor point,\n // which can start beyond the ref element's edge, traversing back and\n // forth from the ref to the floating element can cause it to close. This\n // ensures it always remains open in that case.\n let rectPoly = [];\n switch (side) {\n case 'top':\n rectPoly = [[left, refRect.top + 1], [left, rect.bottom - 1], [right, rect.bottom - 1], [right, refRect.top + 1]];\n break;\n case 'bottom':\n rectPoly = [[left, rect.top + 1], [left, refRect.bottom - 1], [right, refRect.bottom - 1], [right, rect.top + 1]];\n break;\n case 'left':\n rectPoly = [[rect.right - 1, bottom], [rect.right - 1, top], [refRect.left + 1, top], [refRect.left + 1, bottom]];\n break;\n case 'right':\n rectPoly = [[refRect.right - 1, bottom], [refRect.right - 1, top], [rect.left + 1, top], [rect.left + 1, bottom]];\n break;\n }\n function getPolygon(_ref2) {\n let [x, y] = _ref2;\n switch (side) {\n case 'top':\n {\n const cursorPointOne = [isFloatingWider ? x + buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y + buffer + 1];\n const cursorPointTwo = [isFloatingWider ? x - buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y + buffer + 1];\n const commonPoints = [[rect.left, cursorLeaveFromRight ? rect.bottom - buffer : isFloatingWider ? rect.bottom - buffer : rect.top], [rect.right, cursorLeaveFromRight ? isFloatingWider ? rect.bottom - buffer : rect.top : rect.bottom - buffer]];\n return [cursorPointOne, cursorPointTwo, ...commonPoints];\n }\n case 'bottom':\n {\n const cursorPointOne = [isFloatingWider ? x + buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y - buffer];\n const cursorPointTwo = [isFloatingWider ? x - buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y - buffer];\n const commonPoints = [[rect.left, cursorLeaveFromRight ? rect.top + buffer : isFloatingWider ? rect.top + buffer : rect.bottom], [rect.right, cursorLeaveFromRight ? isFloatingWider ? rect.top + buffer : rect.bottom : rect.top + buffer]];\n return [cursorPointOne, cursorPointTwo, ...commonPoints];\n }\n case 'left':\n {\n const cursorPointOne = [x + buffer + 1, isFloatingTaller ? y + buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];\n const cursorPointTwo = [x + buffer + 1, isFloatingTaller ? y - buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];\n const commonPoints = [[cursorLeaveFromBottom ? rect.right - buffer : isFloatingTaller ? rect.right - buffer : rect.left, rect.top], [cursorLeaveFromBottom ? isFloatingTaller ? rect.right - buffer : rect.left : rect.right - buffer, rect.bottom]];\n return [...commonPoints, cursorPointOne, cursorPointTwo];\n }\n case 'right':\n {\n const cursorPointOne = [x - buffer, isFloatingTaller ? y + buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];\n const cursorPointTwo = [x - buffer, isFloatingTaller ? y - buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];\n const commonPoints = [[cursorLeaveFromBottom ? rect.left + buffer : isFloatingTaller ? rect.left + buffer : rect.right, rect.top], [cursorLeaveFromBottom ? isFloatingTaller ? rect.left + buffer : rect.right : rect.left + buffer, rect.bottom]];\n return [cursorPointOne, cursorPointTwo, ...commonPoints];\n }\n }\n }\n if (isPointInPolygon([clientX, clientY], rectPoly)) {\n return;\n }\n if (hasLanded && !isOverReferenceRect) {\n return close();\n }\n if (!isLeave && requireIntent) {\n const cursorSpeed = getCursorSpeed(event.clientX, event.clientY);\n const cursorSpeedThreshold = 0.1;\n if (cursorSpeed !== null && cursorSpeed < cursorSpeedThreshold) {\n return close();\n }\n }\n if (!isPointInPolygon([clientX, clientY], getPolygon([x, y]))) {\n close();\n } else if (!hasLanded && requireIntent) {\n timeoutRef.current = window.setTimeout(close, 40);\n }\n };\n };\n fn.__options = {\n blockPointerEvents\n };\n return fn;\n}\n\nexport { Composite, CompositeItem, FloatingArrow, FloatingDelayGroup, FloatingFocusManager, FloatingList, FloatingNode, FloatingOverlay, FloatingPortal, FloatingTree, NextFloatingDelayGroup, inner, safePolygon, useClick, useClientPoint, useDelayGroup, useDelayGroupContext, useDismiss, useFloating, useFloatingNodeId, useFloatingParentNodeId, useFloatingPortalNode, useFloatingRootContext, useFloatingTree, useFocus, useHover, useId, useInnerOffset, useInteractions, useListItem, useListNavigation, useMergeRefs, useNextDelayGroup, useRole, useTransitionStatus, useTransitionStyles, useTypeahead };\n"],"names":["SafeReact","React","serverHandoffComplete","count","genId","useFloatingId","id","setId","useModernLayoutEffect","useReactId","useId","createEventEmitter","map","event","data","_map$get","listener","_map$get2","FloatingNodeContext","FloatingTreeContext","useFloatingParentNodeId","_React$useContext","useFloatingTree","useFloatingRootContext","options","open","onOpenChangeProp","elementsProp","floatingId","dataRef","events","nested","positionReference","setPositionReference","onOpenChange","useEffectEvent","reason","refs","elements","useFloating","nodeId","internalRootContext","rootContext","computedElements","_domReference","setDomReference","_setPositionReference","domReference","domReferenceRef","tree","position","useFloating$1","node","computedPositionReference","isElement","setReference","context"],"mappings":"6gBAyWA,MAAMA,EAAY,CAChB,GAAGC,CACL,EAEA,IAAIC,EAAwB,GACxBC,EAAQ,EACZ,MAAMC,EAAQ,IAEd,eAAiB,KAAK,OAAA,EAAS,SAAS,EAAE,EAAE,MAAM,EAAG,CAAC,EAAID,IAC1D,SAASE,GAAgB,CACvB,KAAM,CAACC,EAAIC,CAAK,EAAIN,EAAM,SAAS,IAAMC,EAAwBE,EAAA,EAAU,MAAS,EACpFI,OAAAA,EAAsB,IAAM,CACtBF,GAAM,MACRC,EAAMH,GAAO,CACf,EAEC,EAAE,EACLH,EAAM,UAAU,IAAM,CACpBC,EAAwB,EAAA,EACvB,EAAE,EACEI,CACT,CACA,MAAMG,EAAaT,EAAU,MAQvBU,EAAQD,GAAcJ,EAkJ5B,SAASM,GAAqB,CAC5B,MAAMC,MAAU,IAChB,MAAO,CACL,KAAKC,EAAOC,EAAM,CAChB,IAAIC,GACHA,EAAWH,EAAI,IAAIC,CAAK,IAAM,MAAQE,EAAS,QAAQC,GAAYA,EAASF,CAAI,CAAC,CAAA,EAEpF,GAAGD,EAAOG,EAAU,CACbJ,EAAI,IAAIC,CAAK,GAChBD,EAAI,IAAIC,EAAO,IAAI,GAAK,EAE1BD,EAAI,IAAIC,CAAK,EAAE,IAAIG,CAAQ,CAAA,EAE7B,IAAIH,EAAOG,EAAU,CACnB,IAAIC,GACHA,EAAYL,EAAI,IAAIC,CAAK,IAAM,MAAQI,EAAU,OAAOD,CAAQ,CAAA,CACnE,CAEJ,CAEA,MAAME,EAAmCjB,EAAM,cAAc,IAAI,EAC3DkB,EAAmClB,EAAM,cAAc,IAAI,EAM3DmB,EAA0B,IAAM,CACpC,IAAIC,EACJ,QAASA,EAAoBpB,EAAM,WAAWiB,CAAmB,IAAM,KAAO,OAASG,EAAkB,KAAO,IAClH,EAKMC,EAAkB,IAAMrB,EAAM,WAAWkB,CAAmB,EAotElE,SAASI,EAAuBC,EAAS,CACvC,KAAM,CACJ,KAAAC,EAAO,GACP,aAAcC,EACd,SAAUC,CAAA,EACRH,EACEI,EAAalB,EAAA,EACbmB,EAAU5B,EAAM,OAAO,EAAE,EACzB,CAAC6B,CAAM,EAAI7B,EAAM,SAAS,IAAMU,GAAoB,EACpDoB,EAASX,KAA6B,KAOtC,CAACY,EAAmBC,CAAoB,EAAIhC,EAAM,SAAS0B,EAAa,SAAS,EACjFO,EAAeC,EAAe,CAACV,EAAMZ,EAAOuB,IAAW,CAC3DP,EAAQ,QAAQ,UAAYJ,EAAOZ,EAAQ,OAC3CiB,EAAO,KAAK,aAAc,CACxB,KAAAL,EACA,MAAAZ,EACA,OAAAuB,EACA,OAAAL,CAAA,CACD,EACDL,GAAoB,MAAQA,EAAiBD,EAAMZ,EAAOuB,CAAM,CAAA,CACjE,EACKC,EAAOpC,EAAM,QAAQ,KAAO,CAChC,qBAAAgC,CAAA,GACE,CAAA,CAAE,EACAK,EAAWrC,EAAM,QAAQ,KAAO,CACpC,UAAW+B,GAAqBL,EAAa,WAAa,KAC1D,SAAUA,EAAa,UAAY,KACnC,aAAcA,EAAa,SAAA,GACzB,CAACK,EAAmBL,EAAa,UAAWA,EAAa,QAAQ,CAAC,EACtE,OAAO1B,EAAM,QAAQ,KAAO,CAC1B,QAAA4B,EACA,KAAAJ,EACA,aAAAS,EACA,SAAAI,EACA,OAAAR,EACA,WAAAF,EACA,KAAAS,CAAA,GACE,CAACZ,EAAMS,EAAcI,EAAUR,EAAQF,EAAYS,CAAI,CAAC,CAC9D,CAMA,SAASE,EAAYf,EAAS,CACxBA,IAAY,SACdA,EAAU,CAAA,GAEZ,KAAM,CACJ,OAAAgB,CAAA,EACEhB,EACEiB,EAAsBlB,EAAuB,CACjD,GAAGC,EACH,SAAU,CACR,UAAW,KACX,SAAU,KACV,GAAGA,EAAQ,QAAA,CACb,CACD,EACKkB,EAAclB,EAAQ,aAAeiB,EACrCE,EAAmBD,EAAY,SAC/B,CAACE,EAAeC,CAAe,EAAI5C,EAAM,SAAS,IAAI,EACtD,CAAC+B,EAAmBc,CAAqB,EAAI7C,EAAM,SAAS,IAAI,EAEhE8C,GADqBJ,GAAoB,KAAO,OAASA,EAAiB,eACrCC,EACrCI,EAAkB/C,EAAM,OAAO,IAAI,EACnCgD,EAAO3B,EAAA,EACbd,EAAsB,IAAM,CACtBuC,IACFC,EAAgB,QAAUD,EAC5B,EACC,CAACA,CAAY,CAAC,EACjB,MAAMG,EAAWC,EAAc,CAC7B,GAAG3B,EACH,SAAU,CACR,GAAGmB,EACH,GAAIX,GAAqB,CACvB,UAAWA,CAAA,CACb,CACF,CACD,EACKC,EAAuBhC,EAAM,YAAYmD,GAAQ,CACrD,MAAMC,EAA4BC,EAAUF,CAAI,EAAI,CAClD,sBAAuB,IAAMA,EAAK,sBAAA,EAClC,eAAgB,IAAMA,EAAK,eAAA,EAC3B,eAAgBA,CAAA,EACdA,EAGJN,EAAsBO,CAAyB,EAC/CH,EAAS,KAAK,aAAaG,CAAyB,CAAA,EACnD,CAACH,EAAS,IAAI,CAAC,EACZK,EAAetD,EAAM,YAAYmD,GAAQ,EACzCE,EAAUF,CAAI,GAAKA,IAAS,QAC9BJ,EAAgB,QAAUI,EAC1BP,EAAgBO,CAAI,IAKlBE,EAAUJ,EAAS,KAAK,UAAU,OAAO,GAAKA,EAAS,KAAK,UAAU,UAAY,MAItFE,IAAS,MAAQ,CAACE,EAAUF,CAAI,IAC9BF,EAAS,KAAK,aAAaE,CAAI,CACjC,EACC,CAACF,EAAS,IAAI,CAAC,EACZb,EAAOpC,EAAM,QAAQ,KAAO,CAChC,GAAGiD,EAAS,KACZ,aAAAK,EACA,qBAAAtB,EACA,aAAce,CAAA,GACZ,CAACE,EAAS,KAAMK,EAActB,CAAoB,CAAC,EACjDK,EAAWrC,EAAM,QAAQ,KAAO,CACpC,GAAGiD,EAAS,SACZ,aAAAH,CAAA,GACE,CAACG,EAAS,SAAUH,CAAY,CAAC,EAC/BS,EAAUvD,EAAM,QAAQ,KAAO,CACnC,GAAGiD,EACH,GAAGR,EACH,KAAAL,EACA,SAAAC,EACA,OAAAE,CAAA,GACE,CAACU,EAAUb,EAAMC,EAAUE,EAAQE,CAAW,CAAC,EACnDlC,OAAAA,EAAsB,IAAM,CAC1BkC,EAAY,QAAQ,QAAQ,gBAAkBc,EAC9C,MAAMJ,EAAOH,GAAQ,KAAO,OAASA,EAAK,SAAS,QAAQ,KAAKG,GAAQA,EAAK,KAAOZ,CAAM,EACtFY,IACFA,EAAK,QAAUI,EACjB,CACD,EACMvD,EAAM,QAAQ,KAAO,CAC1B,GAAGiD,EACH,QAAAM,EACA,KAAAnB,EACA,SAAAC,CAAA,GACE,CAACY,EAAUb,EAAMC,EAAUkB,CAAO,CAAC,CACzC","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import*as r from"react";import{useLayoutEffect as u}from"react";var c=typeof document<"u",s=function(){},d=c?u:s;const a={...r},i=a.useInsertionEffect,m=i||(e=>e());function p(e){const n=r.useRef(()=>{});return m(()=>{n.current=e}),r.useCallback(function(){for(var o=arguments.length,f=new Array(o),t=0;t<o;t++)f[t]=arguments[t];return n.current==null?void 0:n.current(...f)},[])}export{p as useEffectEvent,d as useModernLayoutEffect};
2
+ //# sourceMappingURL=floating-ui.react.utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"floating-ui.react.utils.js","sources":["../../../../../node_modules/@floating-ui/react/dist/floating-ui.react.utils.mjs"],"sourcesContent":["import { isShadowRoot, isHTMLElement } from '@floating-ui/utils/dom';\nimport * as React from 'react';\nimport { useLayoutEffect } from 'react';\nimport { floor } from '@floating-ui/utils';\nimport { tabbable } from 'tabbable';\n\n// Avoid Chrome DevTools blue warning.\nfunction getPlatform() {\n const uaData = navigator.userAgentData;\n if (uaData != null && uaData.platform) {\n return uaData.platform;\n }\n return navigator.platform;\n}\nfunction getUserAgent() {\n const uaData = navigator.userAgentData;\n if (uaData && Array.isArray(uaData.brands)) {\n return uaData.brands.map(_ref => {\n let {\n brand,\n version\n } = _ref;\n return brand + \"/\" + version;\n }).join(' ');\n }\n return navigator.userAgent;\n}\nfunction isSafari() {\n // Chrome DevTools does not complain about navigator.vendor\n return /apple/i.test(navigator.vendor);\n}\nfunction isAndroid() {\n const re = /android/i;\n return re.test(getPlatform()) || re.test(getUserAgent());\n}\nfunction isMac() {\n return getPlatform().toLowerCase().startsWith('mac') && !navigator.maxTouchPoints;\n}\nfunction isJSDOM() {\n return getUserAgent().includes('jsdom/');\n}\n\nconst FOCUSABLE_ATTRIBUTE = 'data-floating-ui-focusable';\nconst TYPEABLE_SELECTOR = \"input:not([type='hidden']):not([disabled]),\" + \"[contenteditable]:not([contenteditable='false']),textarea:not([disabled])\";\nconst ARROW_LEFT = 'ArrowLeft';\nconst ARROW_RIGHT = 'ArrowRight';\nconst ARROW_UP = 'ArrowUp';\nconst ARROW_DOWN = 'ArrowDown';\n\nfunction activeElement(doc) {\n let activeElement = doc.activeElement;\n while (((_activeElement = activeElement) == null || (_activeElement = _activeElement.shadowRoot) == null ? void 0 : _activeElement.activeElement) != null) {\n var _activeElement;\n activeElement = activeElement.shadowRoot.activeElement;\n }\n return activeElement;\n}\nfunction contains(parent, child) {\n if (!parent || !child) {\n return false;\n }\n const rootNode = child.getRootNode == null ? void 0 : child.getRootNode();\n\n // First, attempt with faster native method\n if (parent.contains(child)) {\n return true;\n }\n\n // then fallback to custom implementation with Shadow DOM support\n if (rootNode && isShadowRoot(rootNode)) {\n let next = child;\n while (next) {\n if (parent === next) {\n return true;\n }\n // @ts-ignore\n next = next.parentNode || next.host;\n }\n }\n\n // Give up, the result is false\n return false;\n}\nfunction getTarget(event) {\n if ('composedPath' in event) {\n return event.composedPath()[0];\n }\n\n // TS thinks `event` is of type never as it assumes all browsers support\n // `composedPath()`, but browsers without shadow DOM don't.\n return event.target;\n}\nfunction isEventTargetWithin(event, node) {\n if (node == null) {\n return false;\n }\n if ('composedPath' in event) {\n return event.composedPath().includes(node);\n }\n\n // TS thinks `event` is of type never as it assumes all browsers support composedPath, but browsers without shadow dom don't\n const e = event;\n return e.target != null && node.contains(e.target);\n}\nfunction isRootElement(element) {\n return element.matches('html,body');\n}\nfunction getDocument(node) {\n return (node == null ? void 0 : node.ownerDocument) || document;\n}\nfunction isTypeableElement(element) {\n return isHTMLElement(element) && element.matches(TYPEABLE_SELECTOR);\n}\nfunction isTypeableCombobox(element) {\n if (!element) return false;\n return element.getAttribute('role') === 'combobox' && isTypeableElement(element);\n}\nfunction matchesFocusVisible(element) {\n // We don't want to block focus from working with `visibleOnly`\n // (JSDOM doesn't match `:focus-visible` when the element has `:focus`)\n if (!element || isJSDOM()) return true;\n try {\n return element.matches(':focus-visible');\n } catch (_e) {\n return true;\n }\n}\nfunction getFloatingFocusElement(floatingElement) {\n if (!floatingElement) {\n return null;\n }\n // Try to find the element that has `{...getFloatingProps()}` spread on it.\n // This indicates the floating element is acting as a positioning wrapper, and\n // so focus should be managed on the child element with the event handlers and\n // aria props.\n return floatingElement.hasAttribute(FOCUSABLE_ATTRIBUTE) ? floatingElement : floatingElement.querySelector(\"[\" + FOCUSABLE_ATTRIBUTE + \"]\") || floatingElement;\n}\n\nfunction getNodeChildren(nodes, id, onlyOpenChildren) {\n if (onlyOpenChildren === void 0) {\n onlyOpenChildren = true;\n }\n const directChildren = nodes.filter(node => {\n var _node$context;\n return node.parentId === id && (!onlyOpenChildren || ((_node$context = node.context) == null ? void 0 : _node$context.open));\n });\n return directChildren.flatMap(child => [child, ...getNodeChildren(nodes, child.id, onlyOpenChildren)]);\n}\nfunction getDeepestNode(nodes, id) {\n let deepestNodeId;\n let maxDepth = -1;\n function findDeepest(nodeId, depth) {\n if (depth > maxDepth) {\n deepestNodeId = nodeId;\n maxDepth = depth;\n }\n const children = getNodeChildren(nodes, nodeId);\n children.forEach(child => {\n findDeepest(child.id, depth + 1);\n });\n }\n findDeepest(id, 0);\n return nodes.find(node => node.id === deepestNodeId);\n}\nfunction getNodeAncestors(nodes, id) {\n var _nodes$find;\n let allAncestors = [];\n let currentParentId = (_nodes$find = nodes.find(node => node.id === id)) == null ? void 0 : _nodes$find.parentId;\n while (currentParentId) {\n const currentNode = nodes.find(node => node.id === currentParentId);\n currentParentId = currentNode == null ? void 0 : currentNode.parentId;\n if (currentNode) {\n allAncestors = allAncestors.concat(currentNode);\n }\n }\n return allAncestors;\n}\n\nfunction stopEvent(event) {\n event.preventDefault();\n event.stopPropagation();\n}\nfunction isReactEvent(event) {\n return 'nativeEvent' in event;\n}\n\n// License: https://github.com/adobe/react-spectrum/blob/b35d5c02fe900badccd0cf1a8f23bb593419f238/packages/@react-aria/utils/src/isVirtualEvent.ts\nfunction isVirtualClick(event) {\n // FIXME: Firefox is now emitting a deprecation warning for `mozInputSource`.\n // Try to find a workaround for this. `react-aria` source still has the check.\n if (event.mozInputSource === 0 && event.isTrusted) {\n return true;\n }\n if (isAndroid() && event.pointerType) {\n return event.type === 'click' && event.buttons === 1;\n }\n return event.detail === 0 && !event.pointerType;\n}\nfunction isVirtualPointerEvent(event) {\n if (isJSDOM()) return false;\n return !isAndroid() && event.width === 0 && event.height === 0 || isAndroid() && event.width === 1 && event.height === 1 && event.pressure === 0 && event.detail === 0 && event.pointerType === 'mouse' ||\n // iOS VoiceOver returns 0.333• for width/height.\n event.width < 1 && event.height < 1 && event.pressure === 0 && event.detail === 0 && event.pointerType === 'touch';\n}\nfunction isMouseLikePointerType(pointerType, strict) {\n // On some Linux machines with Chromium, mouse inputs return a `pointerType`\n // of \"pen\": https://github.com/floating-ui/floating-ui/issues/2015\n const values = ['mouse', 'pen'];\n if (!strict) {\n values.push('', undefined);\n }\n return values.includes(pointerType);\n}\n\nvar isClient = typeof document !== 'undefined';\n\nvar noop = function noop() {};\nvar index = isClient ? useLayoutEffect : noop;\n\n// https://github.com/mui/material-ui/issues/41190#issuecomment-2040873379\nconst SafeReact = {\n ...React\n};\n\nfunction useLatestRef(value) {\n const ref = React.useRef(value);\n index(() => {\n ref.current = value;\n });\n return ref;\n}\nconst useInsertionEffect = SafeReact.useInsertionEffect;\nconst useSafeInsertionEffect = useInsertionEffect || (fn => fn());\nfunction useEffectEvent(callback) {\n const ref = React.useRef(() => {\n if (process.env.NODE_ENV !== \"production\") {\n throw new Error('Cannot call an event handler while rendering.');\n }\n });\n useSafeInsertionEffect(() => {\n ref.current = callback;\n });\n return React.useCallback(function () {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n return ref.current == null ? void 0 : ref.current(...args);\n }, []);\n}\n\nfunction isDifferentGridRow(index, cols, prevRow) {\n return Math.floor(index / cols) !== prevRow;\n}\nfunction isIndexOutOfListBounds(listRef, index) {\n return index < 0 || index >= listRef.current.length;\n}\nfunction getMinListIndex(listRef, disabledIndices) {\n return findNonDisabledListIndex(listRef, {\n disabledIndices\n });\n}\nfunction getMaxListIndex(listRef, disabledIndices) {\n return findNonDisabledListIndex(listRef, {\n decrement: true,\n startingIndex: listRef.current.length,\n disabledIndices\n });\n}\nfunction findNonDisabledListIndex(listRef, _temp) {\n let {\n startingIndex = -1,\n decrement = false,\n disabledIndices,\n amount = 1\n } = _temp === void 0 ? {} : _temp;\n let index = startingIndex;\n do {\n index += decrement ? -amount : amount;\n } while (index >= 0 && index <= listRef.current.length - 1 && isListIndexDisabled(listRef, index, disabledIndices));\n return index;\n}\nfunction getGridNavigatedIndex(listRef, _ref) {\n let {\n event,\n orientation,\n loop,\n rtl,\n cols,\n disabledIndices,\n minIndex,\n maxIndex,\n prevIndex,\n stopEvent: stop = false\n } = _ref;\n let nextIndex = prevIndex;\n if (event.key === ARROW_UP) {\n stop && stopEvent(event);\n if (prevIndex === -1) {\n nextIndex = maxIndex;\n } else {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: nextIndex,\n amount: cols,\n decrement: true,\n disabledIndices\n });\n if (loop && (prevIndex - cols < minIndex || nextIndex < 0)) {\n const col = prevIndex % cols;\n const maxCol = maxIndex % cols;\n const offset = maxIndex - (maxCol - col);\n if (maxCol === col) {\n nextIndex = maxIndex;\n } else {\n nextIndex = maxCol > col ? offset : offset - cols;\n }\n }\n }\n if (isIndexOutOfListBounds(listRef, nextIndex)) {\n nextIndex = prevIndex;\n }\n }\n if (event.key === ARROW_DOWN) {\n stop && stopEvent(event);\n if (prevIndex === -1) {\n nextIndex = minIndex;\n } else {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex,\n amount: cols,\n disabledIndices\n });\n if (loop && prevIndex + cols > maxIndex) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex % cols - cols,\n amount: cols,\n disabledIndices\n });\n }\n }\n if (isIndexOutOfListBounds(listRef, nextIndex)) {\n nextIndex = prevIndex;\n }\n }\n\n // Remains on the same row/column.\n if (orientation === 'both') {\n const prevRow = floor(prevIndex / cols);\n if (event.key === (rtl ? ARROW_LEFT : ARROW_RIGHT)) {\n stop && stopEvent(event);\n if (prevIndex % cols !== cols - 1) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex,\n disabledIndices\n });\n if (loop && isDifferentGridRow(nextIndex, cols, prevRow)) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex - prevIndex % cols - 1,\n disabledIndices\n });\n }\n } else if (loop) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex - prevIndex % cols - 1,\n disabledIndices\n });\n }\n if (isDifferentGridRow(nextIndex, cols, prevRow)) {\n nextIndex = prevIndex;\n }\n }\n if (event.key === (rtl ? ARROW_RIGHT : ARROW_LEFT)) {\n stop && stopEvent(event);\n if (prevIndex % cols !== 0) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex,\n decrement: true,\n disabledIndices\n });\n if (loop && isDifferentGridRow(nextIndex, cols, prevRow)) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex + (cols - prevIndex % cols),\n decrement: true,\n disabledIndices\n });\n }\n } else if (loop) {\n nextIndex = findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex + (cols - prevIndex % cols),\n decrement: true,\n disabledIndices\n });\n }\n if (isDifferentGridRow(nextIndex, cols, prevRow)) {\n nextIndex = prevIndex;\n }\n }\n const lastRow = floor(maxIndex / cols) === prevRow;\n if (isIndexOutOfListBounds(listRef, nextIndex)) {\n if (loop && lastRow) {\n nextIndex = event.key === (rtl ? ARROW_RIGHT : ARROW_LEFT) ? maxIndex : findNonDisabledListIndex(listRef, {\n startingIndex: prevIndex - prevIndex % cols - 1,\n disabledIndices\n });\n } else {\n nextIndex = prevIndex;\n }\n }\n }\n return nextIndex;\n}\n\n/** For each cell index, gets the item index that occupies that cell */\nfunction createGridCellMap(sizes, cols, dense) {\n const cellMap = [];\n let startIndex = 0;\n sizes.forEach((_ref2, index) => {\n let {\n width,\n height\n } = _ref2;\n if (width > cols) {\n if (process.env.NODE_ENV !== \"production\") {\n throw new Error(\"[Floating UI]: Invalid grid - item width at index \" + index + \" is greater than grid columns\");\n }\n }\n let itemPlaced = false;\n if (dense) {\n startIndex = 0;\n }\n while (!itemPlaced) {\n const targetCells = [];\n for (let i = 0; i < width; i++) {\n for (let j = 0; j < height; j++) {\n targetCells.push(startIndex + i + j * cols);\n }\n }\n if (startIndex % cols + width <= cols && targetCells.every(cell => cellMap[cell] == null)) {\n targetCells.forEach(cell => {\n cellMap[cell] = index;\n });\n itemPlaced = true;\n } else {\n startIndex++;\n }\n }\n });\n\n // convert into a non-sparse array\n return [...cellMap];\n}\n\n/** Gets cell index of an item's corner or -1 when index is -1. */\nfunction getGridCellIndexOfCorner(index, sizes, cellMap, cols, corner) {\n if (index === -1) return -1;\n const firstCellIndex = cellMap.indexOf(index);\n const sizeItem = sizes[index];\n switch (corner) {\n case 'tl':\n return firstCellIndex;\n case 'tr':\n if (!sizeItem) {\n return firstCellIndex;\n }\n return firstCellIndex + sizeItem.width - 1;\n case 'bl':\n if (!sizeItem) {\n return firstCellIndex;\n }\n return firstCellIndex + (sizeItem.height - 1) * cols;\n case 'br':\n return cellMap.lastIndexOf(index);\n }\n}\n\n/** Gets all cell indices that correspond to the specified indices */\nfunction getGridCellIndices(indices, cellMap) {\n return cellMap.flatMap((index, cellIndex) => indices.includes(index) ? [cellIndex] : []);\n}\nfunction isListIndexDisabled(listRef, index, disabledIndices) {\n if (typeof disabledIndices === 'function') {\n return disabledIndices(index);\n } else if (disabledIndices) {\n return disabledIndices.includes(index);\n }\n const element = listRef.current[index];\n return element == null || element.hasAttribute('disabled') || element.getAttribute('aria-disabled') === 'true';\n}\n\nconst getTabbableOptions = () => ({\n getShadowRoot: true,\n displayCheck:\n // JSDOM does not support the `tabbable` library. To solve this we can\n // check if `ResizeObserver` is a real function (not polyfilled), which\n // determines if the current environment is JSDOM-like.\n typeof ResizeObserver === 'function' && ResizeObserver.toString().includes('[native code]') ? 'full' : 'none'\n});\nfunction getTabbableIn(container, dir) {\n const list = tabbable(container, getTabbableOptions());\n const len = list.length;\n if (len === 0) return;\n const active = activeElement(getDocument(container));\n const index = list.indexOf(active);\n const nextIndex = index === -1 ? dir === 1 ? 0 : len - 1 : index + dir;\n return list[nextIndex];\n}\nfunction getNextTabbable(referenceElement) {\n return getTabbableIn(getDocument(referenceElement).body, 1) || referenceElement;\n}\nfunction getPreviousTabbable(referenceElement) {\n return getTabbableIn(getDocument(referenceElement).body, -1) || referenceElement;\n}\nfunction isOutsideEvent(event, container) {\n const containerElement = container || event.currentTarget;\n const relatedTarget = event.relatedTarget;\n return !relatedTarget || !contains(containerElement, relatedTarget);\n}\nfunction disableFocusInside(container) {\n const tabbableElements = tabbable(container, getTabbableOptions());\n tabbableElements.forEach(element => {\n element.dataset.tabindex = element.getAttribute('tabindex') || '';\n element.setAttribute('tabindex', '-1');\n });\n}\nfunction enableFocusInside(container) {\n const elements = container.querySelectorAll('[data-tabindex]');\n elements.forEach(element => {\n const tabindex = element.dataset.tabindex;\n delete element.dataset.tabindex;\n if (tabindex) {\n element.setAttribute('tabindex', tabindex);\n } else {\n element.removeAttribute('tabindex');\n }\n });\n}\n\nexport { activeElement, contains, createGridCellMap, disableFocusInside, enableFocusInside, findNonDisabledListIndex, getDeepestNode, getDocument, getFloatingFocusElement, getGridCellIndexOfCorner, getGridCellIndices, getGridNavigatedIndex, getMaxListIndex, getMinListIndex, getNextTabbable, getNodeAncestors, getNodeChildren, getPlatform, getPreviousTabbable, getTabbableOptions, getTarget, getUserAgent, isAndroid, isDifferentGridRow, isEventTargetWithin, isIndexOutOfListBounds, isJSDOM, isListIndexDisabled, isMac, isMouseLikePointerType, isOutsideEvent, isReactEvent, isRootElement, isSafari, isTypeableCombobox, isTypeableElement, isVirtualClick, isVirtualPointerEvent, matchesFocusVisible, stopEvent, useEffectEvent, useLatestRef, index as useModernLayoutEffect };\n"],"names":["isClient","noop","index","useLayoutEffect","SafeReact","React","useInsertionEffect","useSafeInsertionEffect","fn","useEffectEvent","callback","ref","_len","args","_key"],"mappings":"gEAsNA,IAAIA,EAAW,OAAO,SAAa,IAE/BC,EAAO,UAAgB,CAAC,EACxBC,EAAQF,EAAWG,EAAkBF,EAGzC,MAAMG,EAAY,CAChB,GAAGC,CACL,EASMC,EAAqBF,EAAU,mBAC/BG,EAAyBD,IAAuBE,GAAMA,EAAA,GAC5D,SAASC,EAAeC,EAAU,CAChC,MAAMC,EAAMN,EAAM,OAAO,IAAM,CAG7B,CACD,EACD,OAAAE,EAAuB,IAAM,CAC3BI,EAAI,QAAUD,CAAA,CACf,EACML,EAAM,YAAY,UAAY,CACnC,QAASO,EAAO,UAAU,OAAQC,EAAO,IAAI,MAAMD,CAAI,EAAGE,EAAO,EAAGA,EAAOF,EAAME,IAC/ED,EAAKC,CAAI,EAAI,UAAUA,CAAI,EAE7B,OAAOH,EAAI,SAAW,KAAO,OAASA,EAAI,QAAQ,GAAGE,CAAI,CAAA,EACxD,EAAE,CACP","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ import{flip as I,offset as J,computePosition as K,shift as N,size as Q,hide as T,limitShift as X,arrow as z}from"../../dom/dist/floating-ui.dom.js";import{autoUpdate as pe,detectOverflow as ge,platform as ye}from"../../dom/dist/floating-ui.dom.js";import*as o from"react";import{useLayoutEffect as Y}from"react";import*as Z from"react-dom";var b=typeof document<"u",ee=function(){},h=b?Y:ee;function R(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!R(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;r--!==0;){const p=i[r];if(!(p==="_owner"&&e.$$typeof)&&!R(e[p],t[p]))return!1}return!0}return e!==e&&t!==t}function A(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function L(e,t){const n=A(e);return Math.round(t*n)/n}function k(e){const t=o.useRef(e);return h(()=>{t.current=e}),t}function oe(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:i,elements:{reference:p,floating:q}={},transform:D=!0,whileElementsMounted:E,open:x}=e,[s,O]=o.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[M,B]=o.useState(r);R(M,r)||B(r);const[U,V]=o.useState(null),[W,G]=o.useState(null),v=o.useCallback(f=>{f!==a.current&&(a.current=f,V(f))},[]),C=o.useCallback(f=>{f!==d.current&&(d.current=f,G(f))},[]),u=p||U,l=q||W,a=o.useRef(null),d=o.useRef(null),y=o.useRef(s),H=E!=null,S=k(E),P=k(i),_=k(x),g=o.useCallback(()=>{if(!a.current||!d.current)return;const f={placement:t,strategy:n,middleware:M};P.current&&(f.platform=P.current),K(a.current,d.current,f).then(w=>{const m={...w,isPositioned:_.current!==!1};$.current&&!R(y.current,m)&&(y.current=m,Z.flushSync(()=>{O(m)}))})},[M,t,n,P,_]);h(()=>{x===!1&&y.current.isPositioned&&(y.current.isPositioned=!1,O(f=>({...f,isPositioned:!1})))},[x]);const $=o.useRef(!1);h(()=>($.current=!0,()=>{$.current=!1}),[]),h(()=>{if(u&&(a.current=u),l&&(d.current=l),u&&l){if(S.current)return S.current(u,l,g);g()}},[u,l,g,S,H]);const F=o.useMemo(()=>({reference:a,floating:d,setReference:v,setFloating:C}),[v,C]),c=o.useMemo(()=>({reference:u,floating:l}),[u,l]),j=o.useMemo(()=>{const f={position:n,left:0,top:0};if(!c.floating)return f;const w=L(c.floating,s.x),m=L(c.floating,s.y);return D?{...f,transform:"translate("+w+"px, "+m+"px)",...A(c.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:w,top:m}},[n,D,c.floating,s.x,s.y]);return o.useMemo(()=>({...s,update:g,refs:F,elements:c,floatingStyles:j}),[s,g,F,c,j])}const te=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:i}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?z({element:r.current,padding:i}).fn(n):{}:r?z({element:r,padding:i}).fn(n):{}}}},fe=(e,t)=>({...J(e),options:[e,t]}),ie=(e,t)=>({...N(e),options:[e,t]}),se=(e,t)=>({...X(e),options:[e,t]}),ue=(e,t)=>({...I(e),options:[e,t]}),le=(e,t)=>({...Q(e),options:[e,t]}),ce=(e,t)=>({...T(e),options:[e,t]}),ae=(e,t)=>({...te(e),options:[e,t]});export{ae as arrow,pe as autoUpdate,K as computePosition,ge as detectOverflow,ue as flip,ce as hide,se as limitShift,fe as offset,ye as platform,ie as shift,le as size,oe as useFloating};
2
+ //# sourceMappingURL=floating-ui.react-dom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"floating-ui.react-dom.js","sources":["../../../../../node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs"],"sourcesContent":["import { computePosition, arrow as arrow$2, autoPlacement as autoPlacement$1, flip as flip$1, hide as hide$1, inline as inline$1, limitShift as limitShift$1, offset as offset$1, shift as shift$1, size as size$1 } from '@floating-ui/dom';\nexport { autoUpdate, computePosition, detectOverflow, getOverflowAncestors, platform } from '@floating-ui/dom';\nimport * as React from 'react';\nimport { useLayoutEffect } from 'react';\nimport * as ReactDOM from 'react-dom';\n\nvar isClient = typeof document !== 'undefined';\n\nvar noop = function noop() {};\nvar index = isClient ? useLayoutEffect : noop;\n\n// Fork of `fast-deep-equal` that only does the comparisons we need and compares\n// functions\nfunction deepEqual(a, b) {\n if (a === b) {\n return true;\n }\n if (typeof a !== typeof b) {\n return false;\n }\n if (typeof a === 'function' && a.toString() === b.toString()) {\n return true;\n }\n let length;\n let i;\n let keys;\n if (a && b && typeof a === 'object') {\n if (Array.isArray(a)) {\n length = a.length;\n if (length !== b.length) return false;\n for (i = length; i-- !== 0;) {\n if (!deepEqual(a[i], b[i])) {\n return false;\n }\n }\n return true;\n }\n keys = Object.keys(a);\n length = keys.length;\n if (length !== Object.keys(b).length) {\n return false;\n }\n for (i = length; i-- !== 0;) {\n if (!{}.hasOwnProperty.call(b, keys[i])) {\n return false;\n }\n }\n for (i = length; i-- !== 0;) {\n const key = keys[i];\n if (key === '_owner' && a.$$typeof) {\n continue;\n }\n if (!deepEqual(a[key], b[key])) {\n return false;\n }\n }\n return true;\n }\n return a !== a && b !== b;\n}\n\nfunction getDPR(element) {\n if (typeof window === 'undefined') {\n return 1;\n }\n const win = element.ownerDocument.defaultView || window;\n return win.devicePixelRatio || 1;\n}\n\nfunction roundByDPR(element, value) {\n const dpr = getDPR(element);\n return Math.round(value * dpr) / dpr;\n}\n\nfunction useLatestRef(value) {\n const ref = React.useRef(value);\n index(() => {\n ref.current = value;\n });\n return ref;\n}\n\n/**\n * Provides data to position a floating element.\n * @see https://floating-ui.com/docs/useFloating\n */\nfunction useFloating(options) {\n if (options === void 0) {\n options = {};\n }\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform,\n elements: {\n reference: externalReference,\n floating: externalFloating\n } = {},\n transform = true,\n whileElementsMounted,\n open\n } = options;\n const [data, setData] = React.useState({\n x: 0,\n y: 0,\n strategy,\n placement,\n middlewareData: {},\n isPositioned: false\n });\n const [latestMiddleware, setLatestMiddleware] = React.useState(middleware);\n if (!deepEqual(latestMiddleware, middleware)) {\n setLatestMiddleware(middleware);\n }\n const [_reference, _setReference] = React.useState(null);\n const [_floating, _setFloating] = React.useState(null);\n const setReference = React.useCallback(node => {\n if (node !== referenceRef.current) {\n referenceRef.current = node;\n _setReference(node);\n }\n }, []);\n const setFloating = React.useCallback(node => {\n if (node !== floatingRef.current) {\n floatingRef.current = node;\n _setFloating(node);\n }\n }, []);\n const referenceEl = externalReference || _reference;\n const floatingEl = externalFloating || _floating;\n const referenceRef = React.useRef(null);\n const floatingRef = React.useRef(null);\n const dataRef = React.useRef(data);\n const hasWhileElementsMounted = whileElementsMounted != null;\n const whileElementsMountedRef = useLatestRef(whileElementsMounted);\n const platformRef = useLatestRef(platform);\n const openRef = useLatestRef(open);\n const update = React.useCallback(() => {\n if (!referenceRef.current || !floatingRef.current) {\n return;\n }\n const config = {\n placement,\n strategy,\n middleware: latestMiddleware\n };\n if (platformRef.current) {\n config.platform = platformRef.current;\n }\n computePosition(referenceRef.current, floatingRef.current, config).then(data => {\n const fullData = {\n ...data,\n // The floating element's position may be recomputed while it's closed\n // but still mounted (such as when transitioning out). To ensure\n // `isPositioned` will be `false` initially on the next open, avoid\n // setting it to `true` when `open === false` (must be specified).\n isPositioned: openRef.current !== false\n };\n if (isMountedRef.current && !deepEqual(dataRef.current, fullData)) {\n dataRef.current = fullData;\n ReactDOM.flushSync(() => {\n setData(fullData);\n });\n }\n });\n }, [latestMiddleware, placement, strategy, platformRef, openRef]);\n index(() => {\n if (open === false && dataRef.current.isPositioned) {\n dataRef.current.isPositioned = false;\n setData(data => ({\n ...data,\n isPositioned: false\n }));\n }\n }, [open]);\n const isMountedRef = React.useRef(false);\n index(() => {\n isMountedRef.current = true;\n return () => {\n isMountedRef.current = false;\n };\n }, []);\n index(() => {\n if (referenceEl) referenceRef.current = referenceEl;\n if (floatingEl) floatingRef.current = floatingEl;\n if (referenceEl && floatingEl) {\n if (whileElementsMountedRef.current) {\n return whileElementsMountedRef.current(referenceEl, floatingEl, update);\n }\n update();\n }\n }, [referenceEl, floatingEl, update, whileElementsMountedRef, hasWhileElementsMounted]);\n const refs = React.useMemo(() => ({\n reference: referenceRef,\n floating: floatingRef,\n setReference,\n setFloating\n }), [setReference, setFloating]);\n const elements = React.useMemo(() => ({\n reference: referenceEl,\n floating: floatingEl\n }), [referenceEl, floatingEl]);\n const floatingStyles = React.useMemo(() => {\n const initialStyles = {\n position: strategy,\n left: 0,\n top: 0\n };\n if (!elements.floating) {\n return initialStyles;\n }\n const x = roundByDPR(elements.floating, data.x);\n const y = roundByDPR(elements.floating, data.y);\n if (transform) {\n return {\n ...initialStyles,\n transform: \"translate(\" + x + \"px, \" + y + \"px)\",\n ...(getDPR(elements.floating) >= 1.5 && {\n willChange: 'transform'\n })\n };\n }\n return {\n position: strategy,\n left: x,\n top: y\n };\n }, [strategy, transform, elements.floating, data.x, data.y]);\n return React.useMemo(() => ({\n ...data,\n update,\n refs,\n elements,\n floatingStyles\n }), [data, update, refs, elements, floatingStyles]);\n}\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * This wraps the core `arrow` middleware to allow React refs as the element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow$1 = options => {\n function isRef(value) {\n return {}.hasOwnProperty.call(value, 'current');\n }\n return {\n name: 'arrow',\n options,\n fn(state) {\n const {\n element,\n padding\n } = typeof options === 'function' ? options(state) : options;\n if (element && isRef(element)) {\n if (element.current != null) {\n return arrow$2({\n element: element.current,\n padding\n }).fn(state);\n }\n return {};\n }\n if (element) {\n return arrow$2({\n element,\n padding\n }).fn(state);\n }\n return {};\n }\n };\n};\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = (options, deps) => ({\n ...offset$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = (options, deps) => ({\n ...shift$1(options),\n options: [options, deps]\n});\n\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = (options, deps) => ({\n ...limitShift$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = (options, deps) => ({\n ...flip$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = (options, deps) => ({\n ...size$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = (options, deps) => ({\n ...autoPlacement$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = (options, deps) => ({\n ...hide$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = (options, deps) => ({\n ...inline$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * This wraps the core `arrow` middleware to allow React refs as the element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = (options, deps) => ({\n ...arrow$1(options),\n options: [options, deps]\n});\n\nexport { arrow, autoPlacement, flip, hide, inline, limitShift, offset, shift, size, useFloating };\n"],"names":["isClient","noop","index","useLayoutEffect","deepEqual","a","b","length","i","keys","key","getDPR","element","roundByDPR","value","dpr","useLatestRef","ref","React","useFloating","options","placement","strategy","middleware","platform","externalReference","externalFloating","transform","whileElementsMounted","open","data","setData","latestMiddleware","setLatestMiddleware","_reference","_setReference","_floating","_setFloating","setReference","node","referenceRef","setFloating","floatingRef","referenceEl","floatingEl","dataRef","hasWhileElementsMounted","whileElementsMountedRef","platformRef","openRef","update","config","computePosition","fullData","isMountedRef","ReactDOM","refs","elements","floatingStyles","initialStyles","x","y","arrow$1","isRef","state","padding","arrow$2","offset","deps","offset$1","shift","shift$1","limitShift","limitShift$1","flip","flip$1","size","size$1","hide","hide$1","arrow"],"mappings":"oVAMA,IAAIA,EAAW,OAAO,SAAa,IAE/BC,GAAO,UAAgB,CAAA,EACvBC,EAAQF,EAAWG,EAAkBF,GAIzC,SAASG,EAAUC,EAAGC,EAAG,CACvB,GAAID,IAAMC,EACR,MAAO,GAET,GAAI,OAAOD,GAAM,OAAOC,EACtB,MAAO,GAET,GAAI,OAAOD,GAAM,YAAcA,EAAE,aAAeC,EAAE,WAChD,MAAO,GAET,IAAIC,EACAC,EACAC,EACJ,GAAIJ,GAAKC,GAAK,OAAOD,GAAM,SAAU,CACnC,GAAI,MAAM,QAAQA,CAAC,EAAG,CAEpB,GADAE,EAASF,EAAE,OACPE,IAAWD,EAAE,OAAQ,MAAO,GAChC,IAAKE,EAAID,EAAQC,MAAQ,GACvB,GAAI,CAACJ,EAAUC,EAAEG,CAAC,EAAGF,EAAEE,CAAC,CAAC,EACvB,MAAO,GAGX,MAAO,EACb,CAGI,GAFAC,EAAO,OAAO,KAAKJ,CAAC,EACpBE,EAASE,EAAK,OACVF,IAAW,OAAO,KAAKD,CAAC,EAAE,OAC5B,MAAO,GAET,IAAKE,EAAID,EAAQC,MAAQ,GACvB,GAAI,CAAC,CAAA,EAAG,eAAe,KAAKF,EAAGG,EAAKD,CAAC,CAAC,EACpC,MAAO,GAGX,IAAKA,EAAID,EAAQC,MAAQ,GAAI,CAC3B,MAAME,EAAMD,EAAKD,CAAC,EAClB,GAAI,EAAAE,IAAQ,UAAYL,EAAE,WAGtB,CAACD,EAAUC,EAAEK,CAAG,EAAGJ,EAAEI,CAAG,CAAC,EAC3B,MAAO,EAEf,CACI,MAAO,EACX,CACE,OAAOL,IAAMA,GAAKC,IAAMA,CAC1B,CAEA,SAASK,EAAOC,EAAS,CACvB,OAAI,OAAO,OAAW,IACb,GAEGA,EAAQ,cAAc,aAAe,QACtC,kBAAoB,CACjC,CAEA,SAASC,EAAWD,EAASE,EAAO,CAClC,MAAMC,EAAMJ,EAAOC,CAAO,EAC1B,OAAO,KAAK,MAAME,EAAQC,CAAG,EAAIA,CACnC,CAEA,SAASC,EAAaF,EAAO,CAC3B,MAAMG,EAAMC,EAAM,OAAOJ,CAAK,EAC9B,OAAAZ,EAAM,IAAM,CACVe,EAAI,QAAUH,CAClB,CAAG,EACMG,CACT,CAMA,SAASE,GAAYC,EAAS,CACxBA,IAAY,SACdA,EAAU,CAAA,GAEZ,KAAM,CACJ,UAAAC,EAAY,SACZ,SAAAC,EAAW,WACX,WAAAC,EAAa,CAAA,EACb,SAAAC,EACA,SAAU,CACR,UAAWC,EACX,SAAUC,CAChB,EAAQ,CAAA,EACJ,UAAAC,EAAY,GACZ,qBAAAC,EACA,KAAAC,CACJ,EAAMT,EACE,CAACU,EAAMC,CAAO,EAAIb,EAAM,SAAS,CACrC,EAAG,EACH,EAAG,EACH,SAAAI,EACA,UAAAD,EACA,eAAgB,CAAA,EAChB,aAAc,EAClB,CAAG,EACK,CAACW,EAAkBC,CAAmB,EAAIf,EAAM,SAASK,CAAU,EACpEnB,EAAU4B,EAAkBT,CAAU,GACzCU,EAAoBV,CAAU,EAEhC,KAAM,CAACW,EAAYC,CAAa,EAAIjB,EAAM,SAAS,IAAI,EACjD,CAACkB,EAAWC,CAAY,EAAInB,EAAM,SAAS,IAAI,EAC/CoB,EAAepB,EAAM,YAAYqB,GAAQ,CACzCA,IAASC,EAAa,UACxBA,EAAa,QAAUD,EACvBJ,EAAcI,CAAI,EAExB,EAAK,EAAE,EACCE,EAAcvB,EAAM,YAAYqB,GAAQ,CACxCA,IAASG,EAAY,UACvBA,EAAY,QAAUH,EACtBF,EAAaE,CAAI,EAEvB,EAAK,EAAE,EACCI,EAAclB,GAAqBS,EACnCU,EAAalB,GAAoBU,EACjCI,EAAetB,EAAM,OAAO,IAAI,EAChCwB,EAAcxB,EAAM,OAAO,IAAI,EAC/B2B,EAAU3B,EAAM,OAAOY,CAAI,EAC3BgB,EAA0BlB,GAAwB,KAClDmB,EAA0B/B,EAAaY,CAAoB,EAC3DoB,EAAchC,EAAaQ,CAAQ,EACnCyB,EAAUjC,EAAaa,CAAI,EAC3BqB,EAAShC,EAAM,YAAY,IAAM,CACrC,GAAI,CAACsB,EAAa,SAAW,CAACE,EAAY,QACxC,OAEF,MAAMS,EAAS,CACb,UAAA9B,EACA,SAAAC,EACA,WAAYU,CAClB,EACQgB,EAAY,UACdG,EAAO,SAAWH,EAAY,SAEhCI,EAAgBZ,EAAa,QAASE,EAAY,QAASS,CAAM,EAAE,KAAKrB,GAAQ,CAC9E,MAAMuB,EAAW,CACf,GAAGvB,EAKH,aAAcmB,EAAQ,UAAY,EAC1C,EACUK,EAAa,SAAW,CAAClD,EAAUyC,EAAQ,QAASQ,CAAQ,IAC9DR,EAAQ,QAAUQ,EAClBE,EAAS,UAAU,IAAM,CACvBxB,EAAQsB,CAAQ,CAC1B,CAAS,EAET,CAAK,CACL,EAAK,CAACrB,EAAkBX,EAAWC,EAAU0B,EAAaC,CAAO,CAAC,EAChE/C,EAAM,IAAM,CACN2B,IAAS,IAASgB,EAAQ,QAAQ,eACpCA,EAAQ,QAAQ,aAAe,GAC/Bd,EAAQD,IAAS,CACf,GAAGA,EACH,aAAc,EACtB,EAAQ,EAER,EAAK,CAACD,CAAI,CAAC,EACT,MAAMyB,EAAepC,EAAM,OAAO,EAAK,EACvChB,EAAM,KACJoD,EAAa,QAAU,GAChB,IAAM,CACXA,EAAa,QAAU,EAC7B,GACK,EAAE,EACLpD,EAAM,IAAM,CAGV,GAFIyC,IAAaH,EAAa,QAAUG,GACpCC,IAAYF,EAAY,QAAUE,GAClCD,GAAeC,EAAY,CAC7B,GAAIG,EAAwB,QAC1B,OAAOA,EAAwB,QAAQJ,EAAaC,EAAYM,CAAM,EAExEA,EAAM,CACZ,CACA,EAAK,CAACP,EAAaC,EAAYM,EAAQH,EAAyBD,CAAuB,CAAC,EACtF,MAAMU,EAAOtC,EAAM,QAAQ,KAAO,CAChC,UAAWsB,EACX,SAAUE,EACV,aAAAJ,EACA,YAAAG,CACJ,GAAM,CAACH,EAAcG,CAAW,CAAC,EACzBgB,EAAWvC,EAAM,QAAQ,KAAO,CACpC,UAAWyB,EACX,SAAUC,CACd,GAAM,CAACD,EAAaC,CAAU,CAAC,EACvBc,EAAiBxC,EAAM,QAAQ,IAAM,CACzC,MAAMyC,EAAgB,CACpB,SAAUrC,EACV,KAAM,EACN,IAAK,CACX,EACI,GAAI,CAACmC,EAAS,SACZ,OAAOE,EAET,MAAMC,EAAI/C,EAAW4C,EAAS,SAAU3B,EAAK,CAAC,EACxC+B,EAAIhD,EAAW4C,EAAS,SAAU3B,EAAK,CAAC,EAC9C,OAAIH,EACK,CACL,GAAGgC,EACH,UAAW,aAAeC,EAAI,OAASC,EAAI,MAC3C,GAAIlD,EAAO8C,EAAS,QAAQ,GAAK,KAAO,CACtC,WAAY,WACtB,CACA,EAEW,CACL,SAAUnC,EACV,KAAMsC,EACN,IAAKC,CACX,CACA,EAAK,CAACvC,EAAUK,EAAW8B,EAAS,SAAU3B,EAAK,EAAGA,EAAK,CAAC,CAAC,EAC3D,OAAOZ,EAAM,QAAQ,KAAO,CAC1B,GAAGY,EACH,OAAAoB,EACA,KAAAM,EACA,SAAAC,EACA,eAAAC,CACJ,GAAM,CAAC5B,EAAMoB,EAAQM,EAAMC,EAAUC,CAAc,CAAC,CACpD,CAQA,MAAMI,GAAU1C,GAAW,CACzB,SAAS2C,EAAMjD,EAAO,CACpB,MAAO,CAAA,EAAG,eAAe,KAAKA,EAAO,SAAS,CAClD,CACE,MAAO,CACL,KAAM,QACN,QAAAM,EACA,GAAG4C,EAAO,CACR,KAAM,CACJ,QAAApD,EACA,QAAAqD,CACR,EAAU,OAAO7C,GAAY,WAAaA,EAAQ4C,CAAK,EAAI5C,EACrD,OAAIR,GAAWmD,EAAMnD,CAAO,EACtBA,EAAQ,SAAW,KACdsD,EAAQ,CACb,QAAStD,EAAQ,QACjB,QAAAqD,CACZ,CAAW,EAAE,GAAGD,CAAK,EAEN,CAAA,EAELpD,EACKsD,EAAQ,CACb,QAAAtD,EACA,QAAAqD,CACV,CAAS,EAAE,GAAGD,CAAK,EAEN,CAAA,CACb,CACA,CACA,EASMG,GAAS,CAAC/C,EAASgD,KAAU,CACjC,GAAGC,EAASjD,CAAO,EACnB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAOME,GAAQ,CAAClD,EAASgD,KAAU,CAChC,GAAGG,EAAQnD,CAAO,EAClB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAKMI,GAAa,CAACpD,EAASgD,KAAU,CACrC,GAAGK,EAAarD,CAAO,EACvB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAQMM,GAAO,CAACtD,EAASgD,KAAU,CAC/B,GAAGO,EAAOvD,CAAO,EACjB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAQMQ,GAAO,CAACxD,EAASgD,KAAU,CAC/B,GAAGS,EAAOzD,CAAO,EACjB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAkBMU,GAAO,CAAC1D,EAASgD,KAAU,CAC/B,GAAGW,EAAO3D,CAAO,EACjB,QAAS,CAACA,EAASgD,CAAI,CACzB,GAkBMY,GAAQ,CAAC5D,EAASgD,KAAU,CAChC,GAAGN,GAAQ1C,CAAO,EAClB,QAAS,CAACA,EAASgD,CAAI,CACzB","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ function c(){return typeof window<"u"}function u(t){return p(t)?(t.nodeName||"").toLowerCase():"#document"}function i(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function N(t){var e;return(e=(p(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function p(t){return c()?t instanceof Node||t instanceof i(t).Node:!1}function m(t){return c()?t instanceof Element||t instanceof i(t).Element:!1}function w(t){return c()?t instanceof HTMLElement||t instanceof i(t).HTMLElement:!1}function f(t){return!c()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof i(t).ShadowRoot}const E=new Set(["inline","contents"]);function y(t){const{overflow:e,overflowX:n,overflowY:o,display:r}=S(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+n)&&!E.has(r)}const T=new Set(["table","td","th"]);function A(t){return T.has(u(t))}const v=[":popover-open",":modal"];function L(t){return v.some(e=>{try{return t.matches(e)}catch{return!1}})}const D=["transform","translate","scale","rotate","perspective"],C=["transform","translate","scale","rotate","perspective","filter"],k=["paint","layout","strict","content"];function V(t){const e=O(),n=m(t)?S(t):t;return D.some(o=>n[o]?n[o]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||C.some(o=>(n.willChange||"").includes(o))||k.some(o=>(n.contain||"").includes(o))}function B(t){let e=s(t);for(;w(e)&&!h(e);){if(V(e))return e;if(L(e))return null;e=s(e)}return null}function O(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const R=new Set(["html","body","#document"]);function h(t){return R.has(u(t))}function S(t){return i(t).getComputedStyle(t)}function F(t){return m(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function s(t){if(u(t)==="html")return t;const e=t.assignedSlot||t.parentNode||f(t)&&t.host||N(t);return f(e)?e.host:e}function b(t){const e=s(t);return h(e)?t.ownerDocument?t.ownerDocument.body:t.body:w(e)&&y(e)?e:b(e)}function d(t,e,n){var o;e===void 0&&(e=[]),n===void 0&&(n=!0);const r=b(t),g=r===((o=t.ownerDocument)==null?void 0:o.body),l=i(r);if(g){const a=_(l);return e.concat(l,l.visualViewport||[],y(r)?r:[],a&&n?d(a):[])}return e.concat(r,d(r,[],n))}function _(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}export{S as getComputedStyle,B as getContainingBlock,N as getDocumentElement,_ as getFrameElement,b as getNearestOverflowAncestor,u as getNodeName,F as getNodeScroll,d as getOverflowAncestors,s as getParentNode,i as getWindow,V as isContainingBlock,m as isElement,w as isHTMLElement,h as isLastTraversableNode,p as isNode,y as isOverflowElement,f as isShadowRoot,A as isTableElement,L as isTopLayer,O as isWebKit};
2
+ //# sourceMappingURL=floating-ui.utils.dom.js.map