lawgic-dev-kit 0.2.4 → 0.4.4

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 (1002) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +8 -0
  2. package/dist/_virtual/client.js +5 -0
  3. package/dist/_virtual/client2.js +4 -0
  4. package/dist/_virtual/index.js +7 -0
  5. package/dist/_virtual/index2.js +4 -0
  6. package/dist/_virtual/index3.js +4 -0
  7. package/dist/_virtual/index4.js +5 -0
  8. package/dist/_virtual/index5.js +5 -0
  9. package/dist/_virtual/index6.js +7 -0
  10. package/dist/_virtual/index7.js +4 -0
  11. package/dist/_virtual/index8.js +4 -0
  12. package/dist/_virtual/jsx-runtime.js +5 -0
  13. package/dist/_virtual/jsx-runtime2.js +4 -0
  14. package/dist/_virtual/lodash.js +5 -0
  15. package/dist/_virtual/lodash2.js +4 -0
  16. package/dist/_virtual/react-dom-client.development.js +4 -0
  17. package/dist/_virtual/react-dom-client.production.js +4 -0
  18. package/dist/_virtual/react-is.development.js +4 -0
  19. package/dist/_virtual/react-is.production.min.js +4 -0
  20. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  21. package/dist/_virtual/react-jsx-runtime.production.js +4 -0
  22. package/dist/_virtual/scheduler.development.js +4 -0
  23. package/dist/_virtual/scheduler.production.js +4 -0
  24. package/dist/components/atoms/ActionButton/ActionButton.d.ts +11 -0
  25. package/dist/components/atoms/ActionButton/ActionButton.js +51 -0
  26. package/dist/components/atoms/ActionButton/index.d.ts +1 -0
  27. package/dist/components/atoms/AsyncToast/index.d.ts +11 -0
  28. package/dist/components/atoms/AsyncToast/index.js +33 -0
  29. package/dist/components/atoms/Avatar/Avatar.d.ts +11 -0
  30. package/dist/components/atoms/Avatar/Avatar.js +99 -0
  31. package/dist/components/atoms/Avatar/index.d.ts +1 -0
  32. package/dist/components/atoms/BoxContainer/BoxContainer.d.ts +4 -0
  33. package/dist/components/atoms/BoxContainer/BoxContainer.js +18 -0
  34. package/dist/components/atoms/BoxContainer/BoxContainer.types.d.ts +6 -0
  35. package/dist/components/atoms/BoxContainer/index.d.ts +1 -0
  36. package/dist/components/atoms/Button/Button.d.ts +4 -0
  37. package/dist/components/atoms/Button/Button.js +25 -0
  38. package/dist/components/atoms/Button/Button.styles.d.ts +26 -0
  39. package/dist/components/atoms/Button/Button.styles.js +43 -0
  40. package/dist/components/atoms/Button/Button.types.d.ts +9 -0
  41. package/dist/components/atoms/Button/index.d.ts +1 -0
  42. package/dist/components/atoms/CenterModal/CenterModal.d.ts +4 -0
  43. package/dist/components/atoms/CenterModal/CenterModal.js +79 -0
  44. package/dist/components/atoms/CenterModal/CenterModal.types.d.ts +5 -0
  45. package/dist/components/atoms/CenterModal/index.d.ts +1 -0
  46. package/dist/components/atoms/Checkbox/Checkbox.d.ts +5 -0
  47. package/dist/components/atoms/Checkbox/index.d.ts +1 -0
  48. package/dist/components/atoms/CountryInput/CountryInput.d.ts +4 -0
  49. package/dist/components/atoms/CountryInput/CountryInput.types.d.ts +37 -0
  50. package/dist/components/atoms/CountryInput/index.d.ts +1 -0
  51. package/dist/components/atoms/CountryLabel/CountryLabel.d.ts +6 -0
  52. package/dist/components/atoms/CountryLabel/index.d.ts +1 -0
  53. package/dist/components/atoms/CountrySelectInput/CountryDropdown.d.ts +4 -0
  54. package/dist/components/atoms/CountrySelectInput/CountryDropdown.js +256 -0
  55. package/dist/components/atoms/CountrySelectInput/CountryDropdown.types.d.ts +36 -0
  56. package/dist/components/atoms/CountrySelectInput/index.d.ts +1 -0
  57. package/dist/components/atoms/Divider/Divider.d.ts +7 -0
  58. package/dist/components/atoms/Divider/Divider.js +5 -0
  59. package/dist/components/atoms/Divider/index.d.ts +1 -0
  60. package/dist/components/atoms/FullLogo/FullLogo.d.ts +3 -0
  61. package/dist/components/atoms/FullLogo/FullLogo.js +21 -0
  62. package/dist/components/atoms/FullLogo/index.d.ts +1 -0
  63. package/dist/components/atoms/IconButton/IconButton.d.ts +4 -0
  64. package/dist/components/atoms/IconButton/IconButton.js +35 -0
  65. package/dist/components/atoms/IconButton/IconButton.styles.d.ts +10 -0
  66. package/dist/components/atoms/IconButton/IconButton.styles.js +34 -0
  67. package/dist/components/atoms/IconButton/IconButton.types.d.ts +11 -0
  68. package/dist/components/atoms/IconButton/index.d.ts +1 -0
  69. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.d.ts +4 -0
  70. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.js +115 -0
  71. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.types.d.ts +12 -0
  72. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.validators.d.ts +9 -0
  73. package/dist/components/atoms/ImageProfileInput/ImageProfileInput.validators.js +8 -0
  74. package/dist/components/atoms/ImageProfileInput/index.d.ts +2 -0
  75. package/dist/components/atoms/IndexedStep/IndexedStep.d.ts +9 -0
  76. package/dist/components/atoms/IndexedStep/index.d.ts +1 -0
  77. package/dist/components/atoms/InfoCard/InfoCard.d.ts +3 -0
  78. package/dist/components/atoms/InfoCard/InfoCard.js +17 -0
  79. package/dist/components/atoms/InfoCard/InfoCard.types.d.ts +6 -0
  80. package/dist/components/atoms/InfoCard/index.d.ts +1 -0
  81. package/dist/components/atoms/LoadingSpinner/LoadingSpinner.d.ts +8 -0
  82. package/dist/components/atoms/LoadingSpinner/LoadingSpinner.js +20 -0
  83. package/dist/components/atoms/LoadingSpinner/index.d.ts +1 -0
  84. package/dist/components/atoms/Logo/Logo.d.ts +3 -0
  85. package/dist/components/atoms/Logo/Slogan.d.ts +3 -0
  86. package/dist/components/atoms/PasswordInput/PasswordInput.d.ts +5 -0
  87. package/dist/components/atoms/PasswordInput/PasswordInput.js +91 -0
  88. package/dist/components/atoms/PasswordInput/PasswordInput.types.d.ts +11 -0
  89. package/dist/components/atoms/PasswordInput/index.d.ts +1 -0
  90. package/dist/components/atoms/PhoneInput/PhoneInput.d.ts +4 -0
  91. package/dist/components/atoms/PhoneInput/PhoneInput.types.d.ts +12 -0
  92. package/dist/components/atoms/PhoneInput/index.d.ts +1 -0
  93. package/dist/components/atoms/ProgressBar/ProgressBar.d.ts +3 -0
  94. package/dist/components/atoms/ProgressBar/ProgressBar.js +23 -0
  95. package/dist/components/atoms/ProgressBar/ProgressBar.types.d.ts +4 -0
  96. package/dist/components/atoms/ProgressBar/index.d.ts +1 -0
  97. package/dist/components/atoms/SearchBar/index.d.ts +2 -0
  98. package/dist/components/atoms/SearchBar/index.js +44 -0
  99. package/dist/components/atoms/SectionButton/SectionButton.d.ts +12 -0
  100. package/dist/components/atoms/SectionButton/SectionButton.js +10 -0
  101. package/dist/components/atoms/SectionButton/desktop/SectionButton.d.ts +3 -0
  102. package/dist/components/atoms/SectionButton/desktop/SectionButton.js +60 -0
  103. package/dist/components/atoms/SectionButton/desktop/SectionButton.styles.d.ts +1 -0
  104. package/dist/components/atoms/SectionButton/desktop/SectionButton.styles.js +11 -0
  105. package/dist/components/atoms/SectionButton/desktop/SectionButton.types.d.ts +10 -0
  106. package/dist/components/atoms/SectionButton/desktop/index.d.ts +2 -0
  107. package/dist/components/atoms/SectionButton/index.d.ts +1 -0
  108. package/dist/components/atoms/SectionButton/mobile/MobileSectionButton.styles.d.ts +2 -0
  109. package/dist/components/atoms/SectionButton/mobile/MobileSectionButton.styles.js +19 -0
  110. package/dist/components/atoms/SectionButton/mobile/SectionButton.d.ts +3 -0
  111. package/dist/components/atoms/SectionButton/mobile/SectionButton.js +59 -0
  112. package/dist/components/atoms/SectionButton/mobile/SectionButton.types.d.ts +10 -0
  113. package/dist/components/atoms/SectionButton/mobile/index.d.ts +2 -0
  114. package/dist/components/atoms/SelectDropdown/SelectDropdown.d.ts +4 -0
  115. package/dist/components/atoms/SelectDropdown/SelectDropdown.js +178 -0
  116. package/dist/components/atoms/SelectDropdown/SelectDropdown.types.d.ts +24 -0
  117. package/dist/components/atoms/SelectDropdown/index.d.ts +1 -0
  118. package/dist/components/atoms/SidebarButton/index.d.ts +10 -0
  119. package/dist/components/atoms/Tab/Tab.d.ts +3 -0
  120. package/dist/components/atoms/Tab/Tab.js +23 -0
  121. package/dist/components/atoms/Tab/Tab.styles.d.ts +6 -0
  122. package/dist/components/atoms/Tab/Tab.styles.js +15 -0
  123. package/dist/components/atoms/Tab/Tab.types.d.ts +10 -0
  124. package/dist/components/atoms/Tab/index.d.ts +1 -0
  125. package/dist/components/atoms/TextButton/TextButton.d.ts +4 -0
  126. package/dist/components/atoms/TextButton/TextButton.js +23 -0
  127. package/dist/components/atoms/TextButton/TextButton.styles.d.ts +2 -0
  128. package/dist/components/atoms/TextButton/TextButton.styles.js +13 -0
  129. package/dist/components/atoms/TextButton/TextButton.types.d.ts +6 -0
  130. package/dist/components/atoms/TextButton/index.d.ts +1 -0
  131. package/dist/components/atoms/TextInput/TextInput.d.ts +5 -0
  132. package/dist/components/atoms/TextInput/TextInput.js +81 -0
  133. package/dist/components/atoms/TextInput/TextInput.types.d.ts +11 -0
  134. package/dist/components/atoms/TextInput/index.d.ts +1 -0
  135. package/dist/components/atoms/TextStaticInput/TextStaticInput.d.ts +3 -0
  136. package/dist/components/atoms/TextStaticInput/TextStaticInput.types.d.ts +5 -0
  137. package/dist/components/atoms/TextStaticInput/index.d.ts +1 -0
  138. package/dist/components/atoms/Toast/Toast.d.ts +21 -0
  139. package/dist/components/atoms/Toast/Toast.js +113 -0
  140. package/dist/components/atoms/Toast/index.d.ts +1 -0
  141. package/dist/components/atoms/UncontrolledSelector/UncontrolledSelector.d.ts +16 -0
  142. package/dist/components/atoms/UncontrolledSelector/UncontrolledSelector.js +58 -0
  143. package/dist/components/atoms/UncontrolledSelector/index.d.ts +1 -0
  144. package/dist/components/atoms/UncontrolledTextInput/UncontrolledTextInput.d.ts +4 -0
  145. package/dist/components/atoms/UncontrolledTextInput/UncontrolledTextInput.js +80 -0
  146. package/dist/components/atoms/UncontrolledTextInput/UncontrolledTextInput.types.d.ts +13 -0
  147. package/dist/components/atoms/UncontrolledTextInput/index.d.ts +1 -0
  148. package/dist/components/atoms/UploadContainer/UploadContainer.d.ts +4 -0
  149. package/dist/components/atoms/UploadContainer/UploadContainer.js +115 -0
  150. package/dist/components/atoms/UploadContainer/UploadContainer.types.d.ts +32 -0
  151. package/dist/components/atoms/UploadContainer/index.d.ts +1 -0
  152. package/dist/components/atoms/index.d.ts +26 -0
  153. package/dist/components/index.d.ts +3 -0
  154. package/dist/components/molecules/AlertModal/AlertModal.d.ts +3 -0
  155. package/dist/components/molecules/AlertModal/AlertModal.js +111 -0
  156. package/dist/components/molecules/AlertModal/AlertModal.types.d.ts +8 -0
  157. package/dist/components/molecules/AlertModal/index.d.ts +2 -0
  158. package/dist/components/molecules/CalendarSelector/CalendarSelector.d.ts +8 -0
  159. package/dist/components/molecules/CalendarSelector/CalendarSelector.js +220 -0
  160. package/dist/components/molecules/CalendarSelector/PeriodToggle.d.ts +6 -0
  161. package/dist/components/molecules/CalendarSelector/PeriodToggle.js +51 -0
  162. package/dist/components/molecules/CalendarSelector/TimeDisplay.d.ts +7 -0
  163. package/dist/components/molecules/CalendarSelector/TimeDisplay.js +16 -0
  164. package/dist/components/molecules/CalendarSelector/index.d.ts +1 -0
  165. package/dist/components/molecules/DateInput/DateInput.d.ts +11 -0
  166. package/dist/components/molecules/DateInput/DateInput.js +72 -0
  167. package/dist/components/molecules/DateInput/index.d.ts +1 -0
  168. package/dist/components/molecules/DialogModal/DialogModal.d.ts +3 -0
  169. package/dist/components/molecules/DialogModal/DialogModal.js +124 -0
  170. package/dist/components/molecules/DialogModal/DialogModal.types.d.ts +10 -0
  171. package/dist/components/molecules/DialogModal/index.d.ts +1 -0
  172. package/dist/components/molecules/Dropdown/Dropdown.d.ts +3 -0
  173. package/dist/components/molecules/Dropdown/Dropdown.js +77 -0
  174. package/dist/components/molecules/Dropdown/Dropdown.types.d.ts +7 -0
  175. package/dist/components/molecules/Dropdown/index.d.ts +1 -0
  176. package/dist/components/molecules/FileUpload/FileUpload.d.ts +4 -0
  177. package/dist/components/molecules/FileUpload/FileUpload.js +121 -0
  178. package/dist/components/molecules/FileUpload/FileUpload.types.d.ts +17 -0
  179. package/dist/components/molecules/FileUpload/FileUpload.types.js +8 -0
  180. package/dist/components/molecules/FileUpload/index.d.ts +1 -0
  181. package/dist/components/molecules/FloatingMenu/FloatingMenu.d.ts +4 -0
  182. package/dist/components/molecules/FloatingMenu/FloatingMenu.js +81 -0
  183. package/dist/components/molecules/FloatingMenu/FloatingMenu.types.d.ts +11 -0
  184. package/dist/components/molecules/FloatingMenu/index.d.ts +1 -0
  185. package/dist/components/molecules/IndexedStepper/IndexedStepper.d.ts +7 -0
  186. package/dist/components/molecules/IndexedStepper/index.d.ts +1 -0
  187. package/dist/components/molecules/InformationContainer/InformationContainer.d.ts +14 -0
  188. package/dist/components/molecules/InformationContainer/index.d.ts +1 -0
  189. package/dist/components/molecules/SearchModal/SearchModal.d.ts +4 -0
  190. package/dist/components/molecules/SearchModal/SearchModal.js +64 -0
  191. package/dist/components/molecules/SearchModal/SearchModal.types.d.ts +5 -0
  192. package/dist/components/molecules/SearchModal/index.d.ts +1 -0
  193. package/dist/components/molecules/Stepper/Stepper.d.ts +3 -0
  194. package/dist/components/molecules/Stepper/Stepper.js +225 -0
  195. package/dist/components/molecules/Stepper/Stepper.types.d.ts +7 -0
  196. package/dist/components/molecules/Stepper/index.d.ts +1 -0
  197. package/dist/components/molecules/Tabs/Tabs.d.ts +19 -0
  198. package/dist/components/molecules/Tabs/Tabs.js +35 -0
  199. package/dist/components/molecules/Tabs/index.d.ts +1 -0
  200. package/dist/components/molecules/UncontrolledDateInput/UncontrolledDateInput.d.ts +12 -0
  201. package/dist/components/molecules/UncontrolledDateInput/index.d.ts +1 -0
  202. package/dist/components/molecules/index.d.ts +10 -0
  203. package/dist/components/organisms/index.d.ts +1 -0
  204. package/dist/components/organisms/index.js +4 -0
  205. package/dist/constants/countries.d.ts +30 -0
  206. package/dist/index.d.ts +5 -0
  207. package/dist/index.js +104 -0
  208. package/dist/lawgic-dev-kit.css +1 -0
  209. package/dist/lawgic-dev-kit.umd.js +136 -136
  210. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +428 -0
  211. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +393 -0
  212. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +586 -0
  213. package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +55 -0
  214. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +199 -0
  215. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +131 -0
  216. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
  217. package/dist/node_modules/@fortawesome/fontawesome-svg-core/index.js +2661 -0
  218. package/dist/node_modules/@fortawesome/free-solid-svg-icons/index.js +23 -0
  219. package/dist/node_modules/@fortawesome/pro-light-svg-icons/index.js +73 -0
  220. package/dist/node_modules/@fortawesome/pro-regular-svg-icons/index.js +13 -0
  221. package/dist/node_modules/@fortawesome/pro-solid-svg-icons/index.js +28 -0
  222. package/dist/node_modules/@fortawesome/react-fontawesome/index.es.js +266 -0
  223. package/dist/node_modules/clsx/dist/clsx.js +17 -0
  224. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +7 -0
  225. package/dist/node_modules/date-fns/_lib/defaultOptions.js +7 -0
  226. package/dist/node_modules/date-fns/_lib/format/formatters.js +583 -0
  227. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +59 -0
  228. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +52 -0
  229. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +18 -0
  230. package/dist/node_modules/date-fns/_lib/normalizeDates.js +11 -0
  231. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +8 -0
  232. package/dist/node_modules/date-fns/_lib/protectedTokens.js +20 -0
  233. package/dist/node_modules/date-fns/addMonths.js +20 -0
  234. package/dist/node_modules/date-fns/constants.js +6 -0
  235. package/dist/node_modules/date-fns/constructFrom.js +8 -0
  236. package/dist/node_modules/date-fns/constructNow.js +8 -0
  237. package/dist/node_modules/date-fns/differenceInCalendarDays.js +16 -0
  238. package/dist/node_modules/date-fns/eachDayOfInterval.js +17 -0
  239. package/dist/node_modules/date-fns/endOfMonth.js +9 -0
  240. package/dist/node_modules/date-fns/endOfWeek.js +11 -0
  241. package/dist/node_modules/date-fns/format.js +59 -0
  242. package/dist/node_modules/date-fns/getDayOfYear.js +11 -0
  243. package/dist/node_modules/date-fns/getISOWeek.js +12 -0
  244. package/dist/node_modules/date-fns/getISOWeekYear.js +15 -0
  245. package/dist/node_modules/date-fns/getWeek.js +12 -0
  246. package/dist/node_modules/date-fns/getWeekYear.js +17 -0
  247. package/dist/node_modules/date-fns/isDate.js +7 -0
  248. package/dist/node_modules/date-fns/isSameDay.js +14 -0
  249. package/dist/node_modules/date-fns/isSameMonth.js +13 -0
  250. package/dist/node_modules/date-fns/isToday.js +13 -0
  251. package/dist/node_modules/date-fns/isValid.js +9 -0
  252. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
  253. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
  254. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +31 -0
  255. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
  256. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
  257. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +33 -0
  258. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
  259. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +155 -0
  260. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +110 -0
  261. package/dist/node_modules/date-fns/locale/en-US.js +21 -0
  262. package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +70 -0
  263. package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +33 -0
  264. package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +18 -0
  265. package/dist/node_modules/date-fns/locale/es/_lib/localize.js +143 -0
  266. package/dist/node_modules/date-fns/locale/es/_lib/match.js +116 -0
  267. package/dist/node_modules/date-fns/locale/es.js +21 -0
  268. package/dist/node_modules/date-fns/setHours.js +9 -0
  269. package/dist/node_modules/date-fns/setMinutes.js +9 -0
  270. package/dist/node_modules/date-fns/setSeconds.js +9 -0
  271. package/dist/node_modules/date-fns/startOfDay.js +9 -0
  272. package/dist/node_modules/date-fns/startOfISOWeek.js +8 -0
  273. package/dist/node_modules/date-fns/startOfISOWeekYear.js +11 -0
  274. package/dist/node_modules/date-fns/startOfMonth.js +9 -0
  275. package/dist/node_modules/date-fns/startOfWeek.js +11 -0
  276. package/dist/node_modules/date-fns/startOfWeekYear.js +13 -0
  277. package/dist/node_modules/date-fns/startOfYear.js +9 -0
  278. package/dist/node_modules/date-fns/subMonths.js +8 -0
  279. package/dist/node_modules/date-fns/toDate.js +8 -0
  280. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +11 -0
  281. package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js +205 -0
  282. package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js +83 -0
  283. package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js +147 -0
  284. package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js +18 -0
  285. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js +12 -0
  286. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js +23 -0
  287. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +18 -0
  288. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +8 -0
  289. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js +6 -0
  290. package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js +37 -0
  291. package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +30 -0
  292. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js +32 -0
  293. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +52 -0
  294. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +92 -0
  295. package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +10 -0
  296. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +47 -0
  297. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +46 -0
  298. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +33 -0
  299. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +22 -0
  300. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +6 -0
  301. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +7 -0
  302. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +22 -0
  303. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +7 -0
  304. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +6 -0
  305. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +4 -0
  306. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js +7 -0
  307. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +6 -0
  308. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +53 -0
  309. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +41 -0
  310. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +45 -0
  311. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +17 -0
  312. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +12 -0
  313. package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +5 -0
  314. package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +5 -0
  315. package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +9 -0
  316. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +13 -0
  317. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +5 -0
  318. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +15 -0
  319. package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +5 -0
  320. package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +5 -0
  321. package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js +5 -0
  322. package/dist/node_modules/framer-motion/dist/es/easing/back.js +9 -0
  323. package/dist/node_modules/framer-motion/dist/es/easing/circ.js +8 -0
  324. package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +19 -0
  325. package/dist/node_modules/framer-motion/dist/es/easing/ease.js +7 -0
  326. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +4 -0
  327. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +4 -0
  328. package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +4 -0
  329. package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js +32 -0
  330. package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +6 -0
  331. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +8 -0
  332. package/dist/node_modules/framer-motion/dist/es/events/event-info.js +15 -0
  333. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +256 -0
  334. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +19 -0
  335. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +68 -0
  336. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +28 -0
  337. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +22 -0
  338. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +85 -0
  339. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +44 -0
  340. package/dist/node_modules/framer-motion/dist/es/gestures/press.js +24 -0
  341. package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +10 -0
  342. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +27 -0
  343. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +34 -0
  344. package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +13 -0
  345. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +27 -0
  346. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +17 -0
  347. package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +21 -0
  348. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +75 -0
  349. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +11 -0
  350. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +11 -0
  351. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +44 -0
  352. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +21 -0
  353. package/dist/node_modules/framer-motion/dist/es/motion/index.js +59 -0
  354. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +8 -0
  355. package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +4 -0
  356. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +18 -0
  357. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +65 -0
  358. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +53 -0
  359. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +38 -0
  360. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +33 -0
  361. package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +25 -0
  362. package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +14 -0
  363. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +52 -0
  364. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +36 -0
  365. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +25 -0
  366. package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +18 -0
  367. package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +34 -0
  368. package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +13 -0
  369. package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +25 -0
  370. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +608 -0
  371. package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +15 -0
  372. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +59 -0
  373. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +21 -0
  374. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +16 -0
  375. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +10 -0
  376. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +13 -0
  377. package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
  378. package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +20 -0
  379. package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +13 -0
  380. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +229 -0
  381. package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js +20 -0
  382. package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +18 -0
  383. package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js +15 -0
  384. package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +6 -0
  385. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js +66 -0
  386. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +27 -0
  387. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +10 -0
  388. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +18 -0
  389. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +4 -0
  390. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +31 -0
  391. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +20 -0
  392. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +5 -0
  393. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +24 -0
  394. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +6 -0
  395. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +31 -0
  396. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +10 -0
  397. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +24 -0
  398. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +9 -0
  399. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +8 -0
  400. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +4 -0
  401. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js +41 -0
  402. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +18 -0
  403. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +4 -0
  404. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js +31 -0
  405. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +7 -0
  406. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +8 -0
  407. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +37 -0
  408. package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js +12 -0
  409. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +27 -0
  410. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +29 -0
  411. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +31 -0
  412. package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
  413. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js +13 -0
  414. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js +23 -0
  415. package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js +16 -0
  416. package/dist/node_modules/framer-motion/dist/es/render/html/utils/parse-transform.js +64 -0
  417. package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +8 -0
  418. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +12 -0
  419. package/dist/node_modules/framer-motion/dist/es/render/store.js +4 -0
  420. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +48 -0
  421. package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js +44 -0
  422. package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +30 -0
  423. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +22 -0
  424. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +26 -0
  425. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +28 -0
  426. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +8 -0
  427. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
  428. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/measure.js +15 -0
  429. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +18 -0
  430. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +11 -0
  431. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +15 -0
  432. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +11 -0
  433. package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js +77 -0
  434. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +128 -0
  435. package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
  436. package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +20 -0
  437. package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +20 -0
  438. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +13 -0
  439. package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +6 -0
  440. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +27 -0
  441. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +8 -0
  442. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +20 -0
  443. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +19 -0
  444. package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +13 -0
  445. package/dist/node_modules/framer-motion/dist/es/utils/clamp.js +4 -0
  446. package/dist/node_modules/framer-motion/dist/es/utils/delay.js +13 -0
  447. package/dist/node_modules/framer-motion/dist/es/utils/distance.js +9 -0
  448. package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +4 -0
  449. package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +22 -0
  450. package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js +41 -0
  451. package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +4 -0
  452. package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +4 -0
  453. package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +6 -0
  454. package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +4 -0
  455. package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js +29 -0
  456. package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js +52 -0
  457. package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js +6 -0
  458. package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js +8 -0
  459. package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js +4 -0
  460. package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js +8 -0
  461. package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js +8 -0
  462. package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js +13 -0
  463. package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js +6 -0
  464. package/dist/node_modules/framer-motion/dist/es/utils/pipe.js +4 -0
  465. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +13 -0
  466. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +5 -0
  467. package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js +6 -0
  468. package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +14 -0
  469. package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +8 -0
  470. package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +6 -0
  471. package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js +19 -0
  472. package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js +12 -0
  473. package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js +11 -0
  474. package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js +16 -0
  475. package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js +18 -0
  476. package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js +24 -0
  477. package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js +49 -0
  478. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js +17 -0
  479. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js +17 -0
  480. package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js +4 -0
  481. package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js +4 -0
  482. package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js +6 -0
  483. package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js +4 -0
  484. package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js +4 -0
  485. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +9 -0
  486. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +7 -0
  487. package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +4 -0
  488. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +9 -0
  489. package/dist/node_modules/lodash/lodash.js +3677 -0
  490. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animate/single-value.js +10 -0
  491. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js +204 -0
  492. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/BaseAnimation.js +82 -0
  493. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/MainThreadAnimation.js +147 -0
  494. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js +17 -0
  495. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/utils/accelerated-values.js +12 -0
  496. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/utils/can-animate.js +23 -0
  497. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/waapi/index.js +17 -0
  498. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +8 -0
  499. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js +5 -0
  500. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/inertia.js +37 -0
  501. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/keyframes.js +30 -0
  502. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/spring/defaults.js +32 -0
  503. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/spring/find.js +52 -0
  504. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/spring/index.js +91 -0
  505. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/generators/utils/velocity.js +9 -0
  506. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/motion-value.js +46 -0
  507. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/visual-element-target.js +45 -0
  508. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +33 -0
  509. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/visual-element.js +22 -0
  510. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/optimized-appear/data-id.js +6 -0
  511. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +7 -0
  512. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/default-transitions.js +22 -0
  513. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/is-animatable.js +7 -0
  514. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/is-animation-controls.js +6 -0
  515. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/is-keyframes-target.js +4 -0
  516. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/is-none.js +7 -0
  517. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/animation/utils/is-transition-defined.js +6 -0
  518. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/PopChild.js +53 -0
  519. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +41 -0
  520. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/index.js +45 -0
  521. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/use-presence.js +17 -0
  522. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/utils.js +12 -0
  523. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/LayoutGroupContext.js +5 -0
  524. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/LazyContext.js +5 -0
  525. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/MotionConfigContext.js +9 -0
  526. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/create.js +13 -0
  527. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/index.js +5 -0
  528. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/utils.js +15 -0
  529. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/PresenceContext.js +5 -0
  530. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +5 -0
  531. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/anticipate.js +5 -0
  532. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/back.js +9 -0
  533. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/circ.js +8 -0
  534. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/cubic-bezier.js +18 -0
  535. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/ease.js +7 -0
  536. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/modifiers/mirror.js +4 -0
  537. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/modifiers/reverse.js +4 -0
  538. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/utils/is-easing-array.js +4 -0
  539. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/easing/utils/map.js +32 -0
  540. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/events/add-dom-event.js +6 -0
  541. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/events/add-pointer-event.js +8 -0
  542. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/events/event-info.js +14 -0
  543. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +256 -0
  544. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/index.js +18 -0
  545. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/utils/constraints.js +67 -0
  546. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/focus.js +28 -0
  547. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/hover.js +21 -0
  548. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/pan/PanSession.js +84 -0
  549. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/pan/index.js +43 -0
  550. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/gestures/press.js +23 -0
  551. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/Feature.js +10 -0
  552. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animation/exit.js +27 -0
  553. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animation/index.js +34 -0
  554. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animations.js +13 -0
  555. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/definitions.js +27 -0
  556. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/drag.js +17 -0
  557. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/gestures.js +21 -0
  558. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +74 -0
  559. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/layout.js +11 -0
  560. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/load-features.js +11 -0
  561. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/viewport/index.js +44 -0
  562. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/features/viewport/observers.js +21 -0
  563. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/index.js +59 -0
  564. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +8 -0
  565. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/symbol.js +4 -0
  566. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-motion-ref.js +18 -0
  567. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-visual-element.js +64 -0
  568. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-visual-state.js +53 -0
  569. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/valid-prop.js +38 -0
  570. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/animation/mix-values.js +32 -0
  571. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/conversion.js +25 -0
  572. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/copy.js +14 -0
  573. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/delta-apply.js +52 -0
  574. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/delta-calc.js +36 -0
  575. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/delta-remove.js +25 -0
  576. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/models.js +18 -0
  577. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/utils.js +34 -0
  578. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +13 -0
  579. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +25 -0
  580. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/node/create-projection-node.js +607 -0
  581. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/node/state.js +15 -0
  582. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/shared/stack.js +58 -0
  583. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/scale-border-radius.js +21 -0
  584. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/scale-box-shadow.js +16 -0
  585. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/scale-correction.js +10 -0
  586. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/transform.js +13 -0
  587. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
  588. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/utils/has-transform.js +20 -0
  589. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/projection/utils/measure.js +13 -0
  590. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/VisualElement.js +228 -0
  591. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/components/create-factory.js +20 -0
  592. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/components/create-proxy.js +17 -0
  593. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/components/motion/create.js +15 -0
  594. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/components/motion/proxy.js +6 -0
  595. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js +66 -0
  596. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/DOMVisualElement.js +27 -0
  597. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/create-visual-element.js +10 -0
  598. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/use-render.js +18 -0
  599. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +4 -0
  600. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +31 -0
  601. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/filter-props.js +20 -0
  602. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/is-css-variable.js +5 -0
  603. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/is-svg-component.js +24 -0
  604. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/is-svg-element.js +6 -0
  605. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/unit-conversion.js +31 -0
  606. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/animatable-none.js +10 -0
  607. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/defaults.js +24 -0
  608. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/dimensions.js +9 -0
  609. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/find.js +8 -0
  610. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/get-as-type.js +4 -0
  611. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/number-browser.js +41 -0
  612. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/number.js +18 -0
  613. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/test.js +4 -0
  614. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/transform.js +31 -0
  615. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/type-auto.js +7 -0
  616. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/dom/value-types/type-int.js +8 -0
  617. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/HTMLVisualElement.js +37 -0
  618. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/config-motion.js +12 -0
  619. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/use-props.js +27 -0
  620. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/build-styles.js +29 -0
  621. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/build-transform.js +31 -0
  622. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
  623. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/keys-position.js +13 -0
  624. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/keys-transform.js +23 -0
  625. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/make-none-animatable.js +16 -0
  626. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/parse-transform.js +64 -0
  627. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/render.js +8 -0
  628. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +12 -0
  629. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/store.js +4 -0
  630. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/SVGVisualElement.js +47 -0
  631. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/config-motion.js +43 -0
  632. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/lowercase-elements.js +30 -0
  633. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/use-props.js +22 -0
  634. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/build-attrs.js +26 -0
  635. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +28 -0
  636. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/create-render-state.js +8 -0
  637. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
  638. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/measure.js +15 -0
  639. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/path.js +18 -0
  640. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/render.js +11 -0
  641. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +15 -0
  642. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/transform-origin.js +11 -0
  643. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/KeyframesResolver.js +76 -0
  644. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/animation-state.js +128 -0
  645. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
  646. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/flat-tree.js +19 -0
  647. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/get-variant-context.js +20 -0
  648. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/is-controlling-variants.js +13 -0
  649. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/is-variant-label.js +6 -0
  650. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/motion-values.js +26 -0
  651. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +8 -0
  652. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/resolve-variants.js +20 -0
  653. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/setters.js +18 -0
  654. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/render/utils/variant-props.js +13 -0
  655. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/clamp.js +4 -0
  656. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/delay.js +12 -0
  657. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/distance.js +9 -0
  658. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/get-context-window.js +4 -0
  659. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/hsla-to-rgba.js +22 -0
  660. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/interpolate.js +41 -0
  661. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/is-browser.js +4 -0
  662. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/is-numerical-string.js +4 -0
  663. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/is-ref-object.js +6 -0
  664. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/is-zero-value-string.js +4 -0
  665. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/color.js +29 -0
  666. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/complex.js +52 -0
  667. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/immediate.js +6 -0
  668. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/index.js +8 -0
  669. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/number.js +4 -0
  670. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/mix/visibility.js +8 -0
  671. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/offsets/default.js +8 -0
  672. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/offsets/fill.js +12 -0
  673. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/offsets/time.js +6 -0
  674. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/pipe.js +4 -0
  675. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/reduced-motion/index.js +13 -0
  676. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/reduced-motion/state.js +5 -0
  677. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/resolve-value.js +6 -0
  678. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/shallow-compare.js +14 -0
  679. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/use-constant.js +8 -0
  680. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/utils/use-isomorphic-effect.js +6 -0
  681. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/color/hex.js +19 -0
  682. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/color/hsla.js +12 -0
  683. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/color/index.js +11 -0
  684. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/color/rgba.js +16 -0
  685. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/color/utils.js +18 -0
  686. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/complex/filter.js +24 -0
  687. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/complex/index.js +49 -0
  688. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/numbers/index.js +17 -0
  689. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/numbers/units.js +17 -0
  690. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/utils/color-regex.js +4 -0
  691. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/utils/float-regex.js +4 -0
  692. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/utils/is-nullish.js +6 -0
  693. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/utils/sanitize.js +4 -0
  694. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/types/utils/single-color-regex.js +4 -0
  695. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/use-will-change/add-will-change.js +9 -0
  696. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/use-will-change/is.js +7 -0
  697. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/utils/is-motion-value.js +4 -0
  698. package/dist/node_modules/motion/dist/es/framer-motion/dist/es/value/utils/resolve-motion-value.js +9 -0
  699. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/controls/BaseGroup.js +74 -0
  700. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/controls/Group.js +9 -0
  701. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/generators/utils/calc-duration.js +13 -0
  702. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
  703. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/utils/get-value-transition.js +6 -0
  704. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js +6 -0
  705. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/waapi/utils/easing.js +27 -0
  706. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/animation/waapi/utils/linear.js +11 -0
  707. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/batcher.js +26 -0
  708. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/frame.js +9 -0
  709. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/microtask.js +5 -0
  710. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/order.js +17 -0
  711. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/render-step.js +42 -0
  712. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/frameloop/sync-time.js +15 -0
  713. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/drag/state/is-active.js +11 -0
  714. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/drag/state/set-active.js +11 -0
  715. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/hover.js +24 -0
  716. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/index.js +32 -0
  717. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +13 -0
  718. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/keyboard.js +27 -0
  719. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
  720. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/is-node-or-child.js +4 -0
  721. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +4 -0
  722. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/setup.js +12 -0
  723. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/stats/buffer.js +6 -0
  724. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/is-bezier-definition.js +4 -0
  725. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/resolve-elements.js +14 -0
  726. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/supports/flags.js +6 -0
  727. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/supports/linear-easing.js +12 -0
  728. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/supports/memo.js +12 -0
  729. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/utils/supports/scroll-timeline.js +5 -0
  730. package/dist/node_modules/motion/dist/es/motion-dom/dist/es/value/index.js +201 -0
  731. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/array.js +11 -0
  732. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/errors.js +12 -0
  733. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/global-config.js +6 -0
  734. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/memo.js +8 -0
  735. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/noop.js +4 -0
  736. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/progress.js +7 -0
  737. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/subscription-manager.js +29 -0
  738. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/time-conversion.js +5 -0
  739. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/velocity-per-second.js +6 -0
  740. package/dist/node_modules/motion/dist/es/motion-utils/dist/es/warn-once.js +7 -0
  741. package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js +74 -0
  742. package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js +9 -0
  743. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +13 -0
  744. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
  745. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +6 -0
  746. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js +6 -0
  747. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js +27 -0
  748. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +12 -0
  749. package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +27 -0
  750. package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js +10 -0
  751. package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js +5 -0
  752. package/dist/node_modules/motion-dom/dist/es/frameloop/order.js +17 -0
  753. package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +42 -0
  754. package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js +16 -0
  755. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +11 -0
  756. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +11 -0
  757. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +24 -0
  758. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +32 -0
  759. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +13 -0
  760. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +27 -0
  761. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
  762. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +4 -0
  763. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +4 -0
  764. package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +12 -0
  765. package/dist/node_modules/motion-dom/dist/es/stats/buffer.js +6 -0
  766. package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js +4 -0
  767. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +14 -0
  768. package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +6 -0
  769. package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +12 -0
  770. package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +13 -0
  771. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +6 -0
  772. package/dist/node_modules/motion-dom/dist/es/value/index.js +202 -0
  773. package/dist/node_modules/motion-utils/dist/es/array.js +11 -0
  774. package/dist/node_modules/motion-utils/dist/es/errors.js +12 -0
  775. package/dist/node_modules/motion-utils/dist/es/global-config.js +6 -0
  776. package/dist/node_modules/motion-utils/dist/es/memo.js +8 -0
  777. package/dist/node_modules/motion-utils/dist/es/noop.js +4 -0
  778. package/dist/node_modules/motion-utils/dist/es/progress.js +7 -0
  779. package/dist/node_modules/motion-utils/dist/es/subscription-manager.js +29 -0
  780. package/dist/node_modules/motion-utils/dist/es/time-conversion.js +5 -0
  781. package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +6 -0
  782. package/dist/node_modules/motion-utils/dist/es/warn-once.js +7 -0
  783. package/dist/node_modules/object-assign/index.js +54 -0
  784. package/dist/node_modules/prop-types/checkPropTypes.js +54 -0
  785. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +52 -0
  786. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +329 -0
  787. package/dist/node_modules/prop-types/index.js +17 -0
  788. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +10 -0
  789. package/dist/node_modules/prop-types/lib/has.js +7 -0
  790. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +95 -0
  791. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +78 -0
  792. package/dist/node_modules/prop-types/node_modules/react-is/index.js +10 -0
  793. package/dist/node_modules/property-expr/index.js +82 -0
  794. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +247 -0
  795. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +35 -0
  796. package/dist/node_modules/react/jsx-runtime.js +10 -0
  797. package/dist/node_modules/react-dom/cjs/react-dom-client.development.js +15314 -0
  798. package/dist/node_modules/react-dom/cjs/react-dom-client.production.js +9408 -0
  799. package/dist/node_modules/react-dom/client.js +23 -0
  800. package/dist/node_modules/react-hook-form/dist/index.esm.js +203 -0
  801. package/dist/node_modules/scheduler/cjs/scheduler.development.js +236 -0
  802. package/dist/node_modules/scheduler/cjs/scheduler.production.js +233 -0
  803. package/dist/node_modules/scheduler/index.js +10 -0
  804. package/dist/node_modules/tiny-case/index.js +22 -0
  805. package/dist/node_modules/toposort/index.js +66 -0
  806. package/dist/node_modules/yup/index.esm.js +1359 -0
  807. package/dist/providers/ThemeProvider.d.ts +10 -0
  808. package/dist/providers/ThemeProvider.js +19 -0
  809. package/dist/providers/index.d.ts +1 -0
  810. package/dist/src/components/atoms/ActionButton/ActionButton.d.ts +11 -0
  811. package/dist/src/components/atoms/ActionButton/index.d.ts +1 -0
  812. package/dist/src/components/atoms/AsyncToast/index.d.ts +11 -0
  813. package/dist/src/components/atoms/Avatar/Avatar.d.ts +11 -0
  814. package/dist/src/components/atoms/Avatar/index.d.ts +1 -0
  815. package/dist/src/components/atoms/BoxContainer/BoxContainer.d.ts +4 -0
  816. package/dist/src/components/atoms/BoxContainer/BoxContainer.types.d.ts +6 -0
  817. package/dist/src/components/atoms/BoxContainer/index.d.ts +1 -0
  818. package/dist/src/components/atoms/Button/Button.d.ts +4 -0
  819. package/dist/src/components/atoms/Button/Button.styles.d.ts +26 -0
  820. package/dist/src/components/atoms/Button/Button.types.d.ts +9 -0
  821. package/dist/src/components/atoms/Button/index.d.ts +1 -0
  822. package/dist/src/components/atoms/CenterModal/CenterModal.d.ts +4 -0
  823. package/dist/src/components/atoms/CenterModal/CenterModal.types.d.ts +5 -0
  824. package/dist/src/components/atoms/CenterModal/index.d.ts +1 -0
  825. package/dist/src/components/atoms/Checkbox/Checkbox.d.ts +5 -0
  826. package/dist/src/components/atoms/Checkbox/index.d.ts +1 -0
  827. package/dist/src/components/atoms/CountryInput/CountryInput.d.ts +4 -0
  828. package/dist/src/components/atoms/CountryInput/CountryInput.types.d.ts +37 -0
  829. package/dist/src/components/atoms/CountryInput/index.d.ts +1 -0
  830. package/dist/src/components/atoms/CountryLabel/CountryLabel.d.ts +6 -0
  831. package/dist/src/components/atoms/CountryLabel/index.d.ts +1 -0
  832. package/dist/src/components/atoms/CountrySelectInput/CountryDropdown.d.ts +4 -0
  833. package/dist/src/components/atoms/CountrySelectInput/CountryDropdown.types.d.ts +36 -0
  834. package/dist/src/components/atoms/CountrySelectInput/index.d.ts +1 -0
  835. package/dist/src/components/atoms/Divider/Divider.d.ts +7 -0
  836. package/dist/src/components/atoms/Divider/index.d.ts +1 -0
  837. package/dist/src/components/atoms/FullLogo/FullLogo.d.ts +3 -0
  838. package/dist/src/components/atoms/FullLogo/index.d.ts +1 -0
  839. package/dist/src/components/atoms/IconButton/IconButton.d.ts +4 -0
  840. package/dist/src/components/atoms/IconButton/IconButton.styles.d.ts +10 -0
  841. package/dist/src/components/atoms/IconButton/IconButton.types.d.ts +11 -0
  842. package/dist/src/components/atoms/IconButton/index.d.ts +1 -0
  843. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.d.ts +4 -0
  844. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.types.d.ts +12 -0
  845. package/dist/src/components/atoms/ImageProfileInput/ImageProfileInput.validators.d.ts +9 -0
  846. package/dist/src/components/atoms/ImageProfileInput/index.d.ts +2 -0
  847. package/dist/src/components/atoms/IndexedStep/IndexedStep.d.ts +9 -0
  848. package/dist/src/components/atoms/IndexedStep/index.d.ts +1 -0
  849. package/dist/src/components/atoms/InfoCard/InfoCard.d.ts +3 -0
  850. package/dist/src/components/atoms/InfoCard/InfoCard.types.d.ts +6 -0
  851. package/dist/src/components/atoms/InfoCard/index.d.ts +1 -0
  852. package/dist/src/components/atoms/LoadingSpinner/LoadingSpinner.d.ts +8 -0
  853. package/dist/src/components/atoms/LoadingSpinner/index.d.ts +1 -0
  854. package/dist/src/components/atoms/Logo/Logo.d.ts +3 -0
  855. package/dist/src/components/atoms/Logo/Slogan.d.ts +3 -0
  856. package/dist/src/components/atoms/PasswordInput/PasswordInput.d.ts +5 -0
  857. package/dist/src/components/atoms/PasswordInput/PasswordInput.types.d.ts +11 -0
  858. package/dist/src/components/atoms/PasswordInput/index.d.ts +1 -0
  859. package/dist/src/components/atoms/PhoneInput/PhoneInput.d.ts +4 -0
  860. package/dist/src/components/atoms/PhoneInput/PhoneInput.types.d.ts +12 -0
  861. package/dist/src/components/atoms/PhoneInput/index.d.ts +1 -0
  862. package/dist/src/components/atoms/ProgressBar/ProgressBar.d.ts +3 -0
  863. package/dist/src/components/atoms/ProgressBar/ProgressBar.types.d.ts +4 -0
  864. package/dist/src/components/atoms/ProgressBar/index.d.ts +1 -0
  865. package/dist/src/components/atoms/SearchBar/index.d.ts +2 -0
  866. package/dist/src/components/atoms/SectionButton/SectionButton.d.ts +12 -0
  867. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.d.ts +3 -0
  868. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.styles.d.ts +1 -0
  869. package/dist/src/components/atoms/SectionButton/desktop/SectionButton.types.d.ts +10 -0
  870. package/dist/src/components/atoms/SectionButton/desktop/index.d.ts +2 -0
  871. package/dist/src/components/atoms/SectionButton/index.d.ts +1 -0
  872. package/dist/src/components/atoms/SectionButton/mobile/MobileSectionButton.styles.d.ts +2 -0
  873. package/dist/src/components/atoms/SectionButton/mobile/SectionButton.d.ts +3 -0
  874. package/dist/src/components/atoms/SectionButton/mobile/SectionButton.types.d.ts +10 -0
  875. package/dist/src/components/atoms/SectionButton/mobile/index.d.ts +2 -0
  876. package/dist/src/components/atoms/SelectDropdown/SelectDropdown.d.ts +4 -0
  877. package/dist/src/components/atoms/SelectDropdown/SelectDropdown.types.d.ts +24 -0
  878. package/dist/src/components/atoms/SelectDropdown/index.d.ts +1 -0
  879. package/dist/src/components/atoms/SidebarButton/index.d.ts +10 -0
  880. package/dist/src/components/atoms/Tab/Tab.d.ts +3 -0
  881. package/dist/src/components/atoms/Tab/Tab.styles.d.ts +6 -0
  882. package/dist/src/components/atoms/Tab/Tab.types.d.ts +10 -0
  883. package/dist/src/components/atoms/Tab/index.d.ts +1 -0
  884. package/dist/src/components/atoms/TextButton/TextButton.d.ts +4 -0
  885. package/dist/src/components/atoms/TextButton/TextButton.styles.d.ts +2 -0
  886. package/dist/src/components/atoms/TextButton/TextButton.types.d.ts +6 -0
  887. package/dist/src/components/atoms/TextButton/index.d.ts +1 -0
  888. package/dist/src/components/atoms/TextInput/TextInput.d.ts +5 -0
  889. package/dist/src/components/atoms/TextInput/TextInput.types.d.ts +11 -0
  890. package/dist/src/components/atoms/TextInput/index.d.ts +1 -0
  891. package/dist/src/components/atoms/TextStaticInput/TextStaticInput.d.ts +3 -0
  892. package/dist/src/components/atoms/TextStaticInput/TextStaticInput.types.d.ts +5 -0
  893. package/dist/src/components/atoms/TextStaticInput/index.d.ts +1 -0
  894. package/dist/src/components/atoms/Toast/Toast.d.ts +21 -0
  895. package/dist/src/components/atoms/Toast/index.d.ts +1 -0
  896. package/dist/src/components/atoms/UncontrolledSelector/UncontrolledSelector.d.ts +16 -0
  897. package/dist/src/components/atoms/UncontrolledSelector/index.d.ts +1 -0
  898. package/dist/src/components/atoms/UncontrolledTextInput/UncontrolledTextInput.d.ts +4 -0
  899. package/dist/src/components/atoms/UncontrolledTextInput/UncontrolledTextInput.types.d.ts +13 -0
  900. package/dist/src/components/atoms/UncontrolledTextInput/index.d.ts +1 -0
  901. package/dist/src/components/atoms/UploadContainer/UploadContainer.d.ts +4 -0
  902. package/dist/src/components/atoms/UploadContainer/UploadContainer.types.d.ts +32 -0
  903. package/dist/src/components/atoms/UploadContainer/index.d.ts +1 -0
  904. package/dist/src/components/atoms/index.d.ts +26 -0
  905. package/dist/src/components/index.d.ts +3 -0
  906. package/dist/src/components/molecules/AlertModal/AlertModal.d.ts +3 -0
  907. package/dist/src/components/molecules/AlertModal/AlertModal.types.d.ts +8 -0
  908. package/dist/src/components/molecules/AlertModal/index.d.ts +2 -0
  909. package/dist/src/components/molecules/CalendarSelector/CalendarSelector.d.ts +8 -0
  910. package/dist/src/components/molecules/CalendarSelector/PeriodToggle.d.ts +6 -0
  911. package/dist/src/components/molecules/CalendarSelector/TimeDisplay.d.ts +7 -0
  912. package/dist/src/components/molecules/CalendarSelector/index.d.ts +1 -0
  913. package/dist/src/components/molecules/DateInput/DateInput.d.ts +11 -0
  914. package/dist/src/components/molecules/DateInput/index.d.ts +1 -0
  915. package/dist/src/components/molecules/DialogModal/DialogModal.d.ts +3 -0
  916. package/dist/src/components/molecules/DialogModal/DialogModal.types.d.ts +10 -0
  917. package/dist/src/components/molecules/DialogModal/index.d.ts +1 -0
  918. package/dist/src/components/molecules/Dropdown/Dropdown.d.ts +3 -0
  919. package/dist/src/components/molecules/Dropdown/Dropdown.types.d.ts +7 -0
  920. package/dist/src/components/molecules/Dropdown/index.d.ts +1 -0
  921. package/dist/src/components/molecules/FileUpload/FileUpload.d.ts +4 -0
  922. package/dist/src/components/molecules/FileUpload/FileUpload.types.d.ts +17 -0
  923. package/dist/src/components/molecules/FileUpload/index.d.ts +1 -0
  924. package/dist/src/components/molecules/FloatingMenu/FloatingMenu.d.ts +4 -0
  925. package/dist/src/components/molecules/FloatingMenu/FloatingMenu.types.d.ts +11 -0
  926. package/dist/src/components/molecules/FloatingMenu/index.d.ts +1 -0
  927. package/dist/src/components/molecules/IndexedStepper/IndexedStepper.d.ts +7 -0
  928. package/dist/src/components/molecules/IndexedStepper/index.d.ts +1 -0
  929. package/dist/src/components/molecules/InformationContainer/InformationContainer.d.ts +14 -0
  930. package/dist/src/components/molecules/InformationContainer/index.d.ts +1 -0
  931. package/dist/src/components/molecules/SearchModal/SearchModal.d.ts +4 -0
  932. package/dist/src/components/molecules/SearchModal/SearchModal.types.d.ts +5 -0
  933. package/dist/src/components/molecules/SearchModal/index.d.ts +1 -0
  934. package/dist/src/components/molecules/Stepper/Stepper.d.ts +3 -0
  935. package/dist/src/components/molecules/Stepper/Stepper.types.d.ts +7 -0
  936. package/dist/src/components/molecules/Stepper/index.d.ts +1 -0
  937. package/dist/src/components/molecules/Tabs/Tabs.d.ts +19 -0
  938. package/dist/src/components/molecules/Tabs/index.d.ts +1 -0
  939. package/dist/src/components/molecules/UncontrolledDateInput/UncontrolledDateInput.d.ts +12 -0
  940. package/dist/src/components/molecules/UncontrolledDateInput/index.d.ts +1 -0
  941. package/dist/src/components/molecules/index.d.ts +10 -0
  942. package/dist/src/components/organisms/index.d.ts +1 -0
  943. package/dist/src/constants/countries.d.ts +30 -0
  944. package/dist/src/index.d.ts +6 -0
  945. package/dist/src/providers/ThemeProvider.d.ts +10 -0
  946. package/dist/src/providers/index.d.ts +1 -0
  947. package/dist/src/themes/default.d.ts +2 -0
  948. package/dist/src/themes/index.d.ts +2 -0
  949. package/dist/src/themes/types.d.ts +6 -0
  950. package/dist/src/types/baseModalProps.d.ts +4 -0
  951. package/dist/src/types/display.d.ts +2 -0
  952. package/dist/src/types/fileInfo.d.ts +2 -0
  953. package/dist/src/types/i18n.d.ts +1 -0
  954. package/dist/src/types/index.d.ts +9 -0
  955. package/dist/src/types/modal.d.ts +31 -0
  956. package/dist/src/types/modalType.d.ts +1 -0
  957. package/dist/src/types/navbarOption.d.ts +7 -0
  958. package/dist/src/types/sidebarOption.d.ts +7 -0
  959. package/dist/src/types/styleValues.d.ts +4 -0
  960. package/dist/src/types/toast.d.ts +26 -0
  961. package/dist/src/utils/dates.d.ts +1 -0
  962. package/dist/src/utils/files.d.ts +8 -0
  963. package/dist/src/utils/images.d.ts +1 -0
  964. package/dist/src/utils/index.d.ts +7 -0
  965. package/dist/src/utils/modal.d.ts +10 -0
  966. package/dist/src/utils/renderContentOptions.d.ts +3 -0
  967. package/dist/src/utils/strings.d.ts +2 -0
  968. package/dist/src/utils/toast.d.ts +15 -0
  969. package/dist/themes/default.d.ts +2 -0
  970. package/dist/themes/default.js +9 -0
  971. package/dist/themes/index.d.ts +2 -0
  972. package/dist/themes/types.d.ts +6 -0
  973. package/dist/types/baseModalProps.d.ts +4 -0
  974. package/dist/types/display.d.ts +2 -0
  975. package/dist/types/fileInfo.d.ts +2 -0
  976. package/dist/types/i18n.d.ts +1 -0
  977. package/dist/types/index.d.ts +9 -0
  978. package/dist/types/modal.d.ts +31 -0
  979. package/dist/types/modalType.d.ts +1 -0
  980. package/dist/types/navbarOption.d.ts +7 -0
  981. package/dist/types/sidebarOption.d.ts +7 -0
  982. package/dist/types/styleValues.d.ts +4 -0
  983. package/dist/types/toast.d.ts +26 -0
  984. package/dist/utils/dates.d.ts +1 -0
  985. package/dist/utils/dates.js +14 -0
  986. package/dist/utils/files.d.ts +8 -0
  987. package/dist/utils/files.js +23 -0
  988. package/dist/utils/images.d.ts +1 -0
  989. package/dist/utils/images.js +4 -0
  990. package/dist/utils/index.d.ts +7 -0
  991. package/dist/utils/modal.d.ts +10 -0
  992. package/dist/utils/modal.js +86 -0
  993. package/dist/utils/renderContentOptions.d.ts +2 -0
  994. package/dist/utils/renderContentOptions.js +15 -0
  995. package/dist/utils/strings.d.ts +2 -0
  996. package/dist/utils/strings.js +16 -0
  997. package/dist/utils/toast.d.ts +15 -0
  998. package/dist/utils/toast.js +113 -0
  999. package/dist/vite-env.d.ts +1 -0
  1000. package/dist/vite.config.d.ts +2 -0
  1001. package/package.json +69 -21
  1002. package/dist/lawgic-dev-kit.es.js +0 -50777
@@ -0,0 +1,8 @@
1
+ var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function l(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ export {
6
+ o as commonjsGlobal,
7
+ l as getDefaultExportFromCjs
8
+ };
@@ -0,0 +1,5 @@
1
+ import { __require as r } from "../node_modules/react-dom/client.js";
2
+ var i = r();
3
+ export {
4
+ i as c
5
+ };
@@ -0,0 +1,4 @@
1
+ var e = { exports: {} };
2
+ export {
3
+ e as __module
4
+ };
@@ -0,0 +1,7 @@
1
+ import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
+ import { __require as o } from "../node_modules/prop-types/index.js";
3
+ var p = /* @__PURE__ */ o();
4
+ const s = /* @__PURE__ */ r(p);
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,4 @@
1
+ var e = { exports: {} };
2
+ export {
3
+ e as __module
4
+ };
@@ -0,0 +1,4 @@
1
+ var p = { exports: {} };
2
+ export {
3
+ p as __module
4
+ };
@@ -0,0 +1,5 @@
1
+ import { __require as r } from "../node_modules/property-expr/index.js";
2
+ var e = r();
3
+ export {
4
+ e as p
5
+ };
@@ -0,0 +1,5 @@
1
+ import { __require as r } from "../node_modules/tiny-case/index.js";
2
+ var a = r();
3
+ export {
4
+ a as t
5
+ };
@@ -0,0 +1,7 @@
1
+ import { getDefaultExportFromCjs as o } from "./_commonjsHelpers.js";
2
+ import { __require as r } from "../node_modules/toposort/index.js";
3
+ var t = r();
4
+ const s = /* @__PURE__ */ o(t);
5
+ export {
6
+ s as default
7
+ };
@@ -0,0 +1,4 @@
1
+ var e = { exports: {} };
2
+ export {
3
+ e as __module
4
+ };
@@ -0,0 +1,4 @@
1
+ var o = { exports: {} };
2
+ export {
3
+ o as __module
4
+ };
@@ -0,0 +1,5 @@
1
+ import { __require as r } from "../node_modules/react/jsx-runtime.js";
2
+ var i = r();
3
+ export {
4
+ i as j
5
+ };
@@ -0,0 +1,4 @@
1
+ var e = { exports: {} };
2
+ export {
3
+ e as __module
4
+ };
@@ -0,0 +1,5 @@
1
+ import { __require as r } from "../node_modules/lodash/lodash.js";
2
+ var a = r();
3
+ export {
4
+ a as l
5
+ };
@@ -0,0 +1,4 @@
1
+ var o = { exports: {} };
2
+ export {
3
+ o as __module
4
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var o = {};
2
+ export {
3
+ o as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var e = {};
2
+ export {
3
+ e as __exports
4
+ };
@@ -0,0 +1,4 @@
1
+ var r = {};
2
+ export {
3
+ r as __exports
4
+ };
@@ -0,0 +1,11 @@
1
+ import { IconProp } from '@fortawesome/fontawesome-svg-core';
2
+ import { FC } from 'react';
3
+ interface ActionButtonProps {
4
+ title: string;
5
+ icon?: IconProp;
6
+ imageUrl?: string;
7
+ onClick?: () => void;
8
+ isSelected?: boolean;
9
+ }
10
+ declare const ActionButton: FC<ActionButtonProps>;
11
+ export default ActionButton;
@@ -0,0 +1,51 @@
1
+ import { j as e } from "../../../_virtual/jsx-runtime.js";
2
+ import { FontAwesomeIcon as n } from "../../../node_modules/@fortawesome/react-fontawesome/index.es.js";
3
+ const x = ({
4
+ title: t,
5
+ icon: r,
6
+ imageUrl: o,
7
+ onClick: a,
8
+ isSelected: s = !1
9
+ }) => /* @__PURE__ */ e.jsxs(
10
+ "button",
11
+ {
12
+ onClick: a,
13
+ className: `
14
+ flex flex-col items-center justify-center
15
+ w-[180px] h-[87px] p-4 rounded-xl
16
+ gap-2 transition-colors
17
+ ${s ? "bg-blue-100 border border-blue-800" : "bg-light-gray-100 border border-gray-100 hover:border-blue-500 group"}
18
+ `,
19
+ children: [
20
+ r ? /* @__PURE__ */ e.jsx(
21
+ n,
22
+ {
23
+ icon: r,
24
+ className: "w-20 h-20 transition-colors text-blue-500 group-hover:text-blue-500"
25
+ }
26
+ ) : o ? /* @__PURE__ */ e.jsx(
27
+ "img",
28
+ {
29
+ src: o,
30
+ alt: t,
31
+ width: 32,
32
+ height: 32,
33
+ className: "object-contain"
34
+ }
35
+ ) : null,
36
+ /* @__PURE__ */ e.jsx(
37
+ "span",
38
+ {
39
+ className: `
40
+ text-base font-medium transition-colors
41
+ ${s ? "text-gray-900" : "text-gray-900 group-hover:text-blue-500"}
42
+ `,
43
+ children: t
44
+ }
45
+ )
46
+ ]
47
+ }
48
+ );
49
+ export {
50
+ x as default
51
+ };
@@ -0,0 +1 @@
1
+ export { default as ActionButton } from './ActionButton';
@@ -0,0 +1,11 @@
1
+ import { ToastContent, ToastOptions } from '../../../types';
2
+ export declare const AsyncToast: ({ promise, messages, options, onClose, }: {
3
+ promise: Promise<unknown>;
4
+ messages: {
5
+ loading: ToastContent;
6
+ success: ToastContent;
7
+ error: ToastContent;
8
+ };
9
+ options: ToastOptions;
10
+ onClose: () => void;
11
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,33 @@
1
+ import { j as u } from "../../../_virtual/jsx-runtime.js";
2
+ import { useState as c, useEffect as i } from "react";
3
+ import m from "../Toast/Toast.js";
4
+ const y = ({
5
+ promise: o,
6
+ messages: e,
7
+ options: t,
8
+ onClose: r
9
+ }) => {
10
+ const [a, s] = c("loading"), [l, n] = c(e.loading);
11
+ return i(() => {
12
+ o.then(() => {
13
+ console.log("promise resolved"), s("success"), n(e.success);
14
+ }).catch(() => {
15
+ console.log("promise rejected"), s("error"), n(e.error);
16
+ }).finally(() => {
17
+ console.log("promise finally"), setTimeout(() => {
18
+ r();
19
+ }, (t == null ? void 0 : t.duration) || 3e3);
20
+ });
21
+ }, [o]), /* @__PURE__ */ u.jsx(
22
+ m,
23
+ {
24
+ content: l,
25
+ type: a,
26
+ duration: t.duration,
27
+ onClose: r
28
+ }
29
+ );
30
+ };
31
+ export {
32
+ y as AsyncToast
33
+ };
@@ -0,0 +1,11 @@
1
+ import { UserStructure } from 'legal-cycle-api-types';
2
+ interface AvatarProps {
3
+ containerProps?: React.HTMLProps<HTMLDivElement>;
4
+ imageProps?: React.HTMLProps<HTMLImageElement>;
5
+ src?: string;
6
+ alt?: string;
7
+ size?: number;
8
+ user?: UserStructure;
9
+ }
10
+ declare const Avatar: React.FC<AvatarProps>;
11
+ export default Avatar;
@@ -0,0 +1,99 @@
1
+ import { j as a } from "../../../_virtual/jsx-runtime.js";
2
+ import { faUser as A } from "../../../node_modules/@fortawesome/free-solid-svg-icons/index.js";
3
+ import { FontAwesomeIcon as H } from "../../../node_modules/@fortawesome/react-fontawesome/index.es.js";
4
+ import { useState as W } from "react";
5
+ import { stringToColor as h } from "../../../utils/strings.js";
6
+ import { getImageUrl as E } from "../../../utils/images.js";
7
+ import "../../../_virtual/lodash.js";
8
+ import "../../../providers/ThemeProvider.js";
9
+ import "../ImageProfileInput/ImageProfileInput.validators.js";
10
+ import "../../../_virtual/client.js";
11
+ const T = ({ containerProps: x = {}, imageProps: d = {}, src: m = "", alt: i = "", size: e = 30, user: t = null }) => {
12
+ const { className: p = " ", ...g } = x, { className: s = " ", ...v } = d, o = e + "px", n = e * 0.5 + "px", l = e * 0.4 + "px", [j, w] = W(!1), N = () => i ? h(i) : t ? h(t != null && t.first_name || t != null && t.last_name ? ((t == null ? void 0 : t.first_name) || "") + " " + ((t == null ? void 0 : t.last_name) || "") : t == null ? void 0 : t.email) : "#9CA1B6", c = (f) => {
13
+ try {
14
+ return f ? (new URL(f), !0) : !1;
15
+ } catch (C) {
16
+ return console.log(C), !1;
17
+ }
18
+ }, y = () => c(m) ? m : t != null && t.image && c(t.image) ? t.image : t != null && t.image ? E(t.image) : "", S = () => i ? /* @__PURE__ */ a.jsx(
19
+ "h4",
20
+ {
21
+ className: "text-white uppercase font-600 text-nowrap",
22
+ style: {
23
+ fontSize: l
24
+ },
25
+ children: i
26
+ }
27
+ ) : t ? /* @__PURE__ */ a.jsx(
28
+ "h4",
29
+ {
30
+ className: "text-white uppercase font-600 text-nowrap",
31
+ style: {
32
+ fontSize: l
33
+ },
34
+ children: t != null && t.first_name || t != null && t.last_name ? ((t == null ? void 0 : t.first_name) || " ")[0] + ((t == null ? void 0 : t.last_name) || " ")[0] : ((t == null ? void 0 : t.email) || " ")[0]
35
+ }
36
+ ) : /* @__PURE__ */ a.jsx(
37
+ H,
38
+ {
39
+ style: {
40
+ maxWidth: n,
41
+ maxHeight: n,
42
+ minWidth: n,
43
+ minHeight: n
44
+ },
45
+ icon: A,
46
+ className: "w-full text-white"
47
+ }
48
+ ), _ = () => {
49
+ w(!0);
50
+ }, r = y();
51
+ return /* @__PURE__ */ a.jsxs(
52
+ "div",
53
+ {
54
+ className: "flex items-center justify-center rounded-full overflow-hidden h-full relative " + p,
55
+ style: {
56
+ maxWidth: o,
57
+ maxHeight: o,
58
+ minWidth: o,
59
+ minHeight: o,
60
+ backgroundColor: N()
61
+ },
62
+ ...g,
63
+ children: [
64
+ r && !j && /* @__PURE__ */ a.jsx(
65
+ "img",
66
+ {
67
+ src: r,
68
+ alt: i,
69
+ className: `
70
+ object-cover w-full h-full text-center indent-[10000px] absolute
71
+ z-10
72
+ ${s}
73
+ `,
74
+ onError: _,
75
+ ...v
76
+ }
77
+ ),
78
+ /* @__PURE__ */ a.jsx(
79
+ "div",
80
+ {
81
+ className: `
82
+ flex items-center justify-center leading-none text-center absolute
83
+ `,
84
+ style: {
85
+ maxWidth: n,
86
+ maxHeight: n,
87
+ minWidth: n,
88
+ minHeight: n
89
+ },
90
+ children: S()
91
+ }
92
+ )
93
+ ]
94
+ }
95
+ );
96
+ };
97
+ export {
98
+ T as default
99
+ };
@@ -0,0 +1 @@
1
+ export { default as Avatar } from './Avatar';
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { BoxContainerProps } from './BoxContainer.types';
3
+ declare const BoxContainer: React.FC<BoxContainerProps>;
4
+ export default BoxContainer;
@@ -0,0 +1,18 @@
1
+ import { j as s } from "../../../_virtual/jsx-runtime.js";
2
+ const a = ({
3
+ children: e,
4
+ className: r,
5
+ element: o = "div"
6
+ }) => {
7
+ const t = o;
8
+ return /* @__PURE__ */ s.jsx(
9
+ t,
10
+ {
11
+ className: `bg-white p-24 border border-blue-100 rounded-2xl ${r || ""}`,
12
+ children: e
13
+ }
14
+ );
15
+ };
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface BoxContainerProps {
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ element?: keyof React.JSX.IntrinsicElements;
6
+ }
@@ -0,0 +1 @@
1
+ export { default as BoxContainer } from './BoxContainer';
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { ButtonProps } from './Button.types';
3
+ declare const Button: React.FC<ButtonProps>;
4
+ export default Button;
@@ -0,0 +1,25 @@
1
+ import { j as u } from "../../../_virtual/jsx-runtime.js";
2
+ import { resolveButtonClasses as a } from "./Button.styles.js";
3
+ import { useTheme as f } from "../../../providers/ThemeProvider.js";
4
+ const d = ({
5
+ color: t,
6
+ variant: e = "filled",
7
+ size: o = "base",
8
+ children: s,
9
+ className: r,
10
+ ...m
11
+ }) => {
12
+ const { defaultColorScheme: l } = f(), n = t || l;
13
+ return /* @__PURE__ */ u.jsx(
14
+ "button",
15
+ {
16
+ type: "button",
17
+ className: a(e, n, o) + " " + r,
18
+ ...m,
19
+ children: s
20
+ }
21
+ );
22
+ };
23
+ export {
24
+ d as default
25
+ };
@@ -0,0 +1,26 @@
1
+ import { Color, Size, Variant } from '../../../types/styleValues';
2
+ export declare const blueVariants: {
3
+ filled: string;
4
+ transparent: string;
5
+ outline: string;
6
+ invisible: string;
7
+ };
8
+ export declare const aquaVariants: {
9
+ filled: string;
10
+ transparent: string;
11
+ outline: string;
12
+ invisible: string;
13
+ };
14
+ export declare const redVariants: {
15
+ filled: string;
16
+ transparent: string;
17
+ outline: string;
18
+ invisible: string;
19
+ };
20
+ export declare const grayVariants: {
21
+ filled: string;
22
+ transparent: string;
23
+ outline: string;
24
+ invisible: string;
25
+ };
26
+ export declare const resolveButtonClasses: (variant?: Variant, color?: Color, size?: Size) => string;
@@ -0,0 +1,43 @@
1
+ import { clsx as t } from "../../../node_modules/clsx/dist/clsx.js";
2
+ const i = {
3
+ filled: "bg-blue-500 text-white hover:bg-blue-600 hover:text-white active:bg-blue-700 active:text-white",
4
+ transparent: "bg-blue-100 text-blue-500 hover:bg-blue-200 hover:text-blue-600 active:bg-blue-300/80 active:text-blue-700",
5
+ outline: "bg-transparent border-1 border-blue-500 text-blue-500 hover:text-blue-600 hover:border-blue-600 active:text-blue-700 active:border-blue-700",
6
+ invisible: "text-blue-500 hover:text-blue-600 active:text-blue-700"
7
+ }, x = {
8
+ filled: "bg-aqua-500 text-white hover:bg-aqua-600 hover:text-white active:bg-aqua-700 active:text-white",
9
+ transparent: "bg-aqua-100 text-aqua-500 hover:bg-aqua-200/50 hover:text-aqua-600 active:bg-aqua-200/70 active:text-aqua-700",
10
+ outline: "bg-transparent border-1 border-aqua-500 text-aqua-500 hover:text-aqua-600 hover:border-aqua-600 active:text-aqua-700 active:border-aqua-700",
11
+ invisible: "text-aqua-500 hover:text-aqua-600 active:text-aqua-700"
12
+ }, g = {
13
+ filled: "bg-red-500 text-white hover:bg-red-600 hover:text-white active:bg-red-700 active:text-white",
14
+ transparent: "bg-red-500/20 text-error hover:bg-red-500/30 hover:text-red-600 active:text-red-700 active:bg-red-700/40",
15
+ outline: "bg-transparent border-1 border-red-500 text-error hover:text-red-600 hover:border-red-600 active:text-red-700 active:border-red-700",
16
+ invisible: "text-red-500 hover:text-red-600 active:text-red-700"
17
+ }, v = {
18
+ filled: "bg-gray-500 text-white hover:bg-gray-600 hover:text-white active:bg-gray-700 active:text-white",
19
+ transparent: "bg-gray-100 text-gray-500 hover:bg-gray-200 hover:text-gray-600 active:text-gray-700 active:bg-gray-300",
20
+ outline: "bg-transparent border-1 border-gray-500 text-gray-500 hover:text-gray-600 hover:border-gray-600 active:text-gray-700 active:border-gray-700",
21
+ invisible: "text-gray-500 hover:text-gray-600 active:text-gray-700"
22
+ }, l = "transition-colors ease-in-out duration-200 flex items-center justify-center rounded-full w-fit font-[600] text-body-s disabled:bg-gray-100 disabled:cursor-not-allowed disabled:text-gray-300", s = {
23
+ lg: "gap-12 px-24 py-8 text-lg",
24
+ base: "gap-8 px-20 py-7",
25
+ md: "gap-8 px-16 py-6",
26
+ sm: "gap-4 px-12 py-5",
27
+ xs: "gap-4 px-6 py-3"
28
+ }, d = (e = "filled", r = "blue", a = "base") => {
29
+ const b = t(l, s[a]), o = {
30
+ blue: i[e],
31
+ aqua: x[e],
32
+ red: g[e],
33
+ gray: v[e]
34
+ }[r];
35
+ return t(b, o);
36
+ };
37
+ export {
38
+ x as aquaVariants,
39
+ i as blueVariants,
40
+ v as grayVariants,
41
+ g as redVariants,
42
+ d as resolveButtonClasses
43
+ };
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { Color, Size, Variant } from '../../../types/styleValues';
3
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
+ children: React.ReactNode;
5
+ variant?: Variant;
6
+ color?: Color;
7
+ size?: Size;
8
+ disabled?: boolean;
9
+ }
@@ -0,0 +1 @@
1
+ export { default as Button } from './Button';
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ import { CenterModalProps } from './CenterModal.types';
3
+ declare const CenterModal: React.FC<CenterModalProps>;
4
+ export default CenterModal;
@@ -0,0 +1,79 @@
1
+ import { j as i } from "../../../_virtual/jsx-runtime.js";
2
+ import m from "../BoxContainer/BoxContainer.js";
3
+ import { FontAwesomeIcon as c } from "../../../node_modules/@fortawesome/react-fontawesome/index.es.js";
4
+ import { faX as d } from "../../../node_modules/@fortawesome/pro-light-svg-icons/index.js";
5
+ import x from "../Divider/Divider.js";
6
+ import { AnimatePresence as p } from "../../../node_modules/motion/dist/es/framer-motion/dist/es/components/AnimatePresence/index.js";
7
+ import { motion as s } from "../../../node_modules/motion/dist/es/framer-motion/dist/es/render/components/motion/proxy.js";
8
+ const b = ({
9
+ open: n,
10
+ onClose: e,
11
+ title: t,
12
+ children: a
13
+ }) => {
14
+ const o = {
15
+ hidden: { opacity: 0 },
16
+ visible: { opacity: 1 }
17
+ }, r = {
18
+ hidden: {
19
+ opacity: 0,
20
+ scale: 0.9
21
+ },
22
+ visible: {
23
+ opacity: 1,
24
+ scale: 1,
25
+ transition: {
26
+ duration: 0.15
27
+ }
28
+ },
29
+ exit: {
30
+ opacity: 0,
31
+ scale: 0.9,
32
+ transition: {
33
+ duration: 0.15
34
+ }
35
+ }
36
+ };
37
+ return /* @__PURE__ */ i.jsx(p, { children: n && /* @__PURE__ */ i.jsx(i.Fragment, { children: /* @__PURE__ */ i.jsx(
38
+ s.div,
39
+ {
40
+ className: "fixed inset-0 bg-black bg-opacity-50 z-9999 flex items-center justify-center",
41
+ initial: "hidden",
42
+ animate: "visible",
43
+ exit: "hidden",
44
+ variants: o,
45
+ onClick: e,
46
+ children: /* @__PURE__ */ i.jsx(
47
+ s.div,
48
+ {
49
+ className: "w-full max-w-screen-md mx-16 z-50",
50
+ variants: r,
51
+ initial: "hidden",
52
+ animate: "visible",
53
+ exit: "exit",
54
+ onClick: (l) => l.stopPropagation(),
55
+ children: /* @__PURE__ */ i.jsxs(m, { className: "flex flex-col gap-16 md:gap-24 !p-0", children: [
56
+ /* @__PURE__ */ i.jsxs("div", { className: "flex flex-col gap-16 md:gap-24 md:p-32 md:pb-0", children: [
57
+ /* @__PURE__ */ i.jsxs("div", { className: "flex justify-between items-center px-16 pt-16 md:px-0 md:pt-0", children: [
58
+ t && /* @__PURE__ */ i.jsx("h2", { className: "text-black font-700 text-2xl", children: t }),
59
+ /* @__PURE__ */ i.jsx(
60
+ c,
61
+ {
62
+ icon: d,
63
+ className: "cursor-pointer text-2xl text-gray-500 transition-all duration-300 hover:text-gray-700 ml-auto",
64
+ onClick: e
65
+ }
66
+ )
67
+ ] }),
68
+ t && /* @__PURE__ */ i.jsx(x, { className: "!bg-gray-100" })
69
+ ] }),
70
+ /* @__PURE__ */ i.jsx("div", { className: "flex flex-col gap-16 md:gap-24 p-16 pt-0 md:p-32 md:pt-4", children: typeof a == "function" ? a(e) : a })
71
+ ] })
72
+ }
73
+ )
74
+ }
75
+ ) }) });
76
+ };
77
+ export {
78
+ b as default
79
+ };
@@ -0,0 +1,5 @@
1
+ import { ModalProps } from '../../../types';
2
+ export interface CenterModalProps extends ModalProps {
3
+ title?: string;
4
+ children: React.ReactNode | ((onClose: () => void) => React.ReactNode);
5
+ }
@@ -0,0 +1 @@
1
+ export { default as CenterModal } from './CenterModal';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ declare const Checkbox: React.FC<{
3
+ active?: boolean | string | number;
4
+ }>;
5
+ export default Checkbox;
@@ -0,0 +1 @@
1
+ export { default as Checkbox } from './Checkbox';
@@ -0,0 +1,4 @@
1
+ import { FieldValues } from 'react-hook-form';
2
+ import { CountryDropdownProps } from './CountryInput.types';
3
+ declare const CountryInput: <T extends FieldValues>({ countries, name, control, label, placeholder, language, className, translateKey, }: CountryDropdownProps<T>) => import("react/jsx-runtime").JSX.Element;
4
+ export default CountryInput;