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,12 @@
1
+ import { default as React } from 'react';
2
+ export type UncontrolledDateInputProps = {
3
+ currentDate: Date | undefined | null;
4
+ onDateChange: (date: Date | undefined | null) => void;
5
+ label?: string;
6
+ placeholder?: string;
7
+ showTimeSelector?: boolean;
8
+ translateKey?: string;
9
+ error?: string;
10
+ };
11
+ declare const UncontrolledDateInput: React.FC<UncontrolledDateInputProps>;
12
+ export default UncontrolledDateInput;
@@ -0,0 +1 @@
1
+ export { default as DateInput } from './UncontrolledDateInput';
@@ -0,0 +1,10 @@
1
+ export * from './AlertModal/index';
2
+ export * from './CalendarSelector/index';
3
+ export * from './DateInput/index';
4
+ export * from './DialogModal/index';
5
+ export * from './Dropdown/index';
6
+ export * from './FileUpload/index';
7
+ export * from './FloatingMenu/index';
8
+ export * from './SearchModal/index';
9
+ export * from './Stepper/index';
10
+ export * from './Tabs/index';
@@ -0,0 +1 @@
1
+ export declare const Organism = "Alejo";
@@ -0,0 +1,4 @@
1
+ const o = "Alejo";
2
+ export {
3
+ o as Organism
4
+ };
@@ -0,0 +1,30 @@
1
+ import * as yup from "yup";
2
+ export type Country = {
3
+ labelES: string;
4
+ label: string;
5
+ code: string;
6
+ codeISO2: string;
7
+ phone: string;
8
+ };
9
+ export declare const countryValidator: yup.ObjectSchema<{
10
+ labelES: string;
11
+ label: string;
12
+ code: string;
13
+ codeISO2: string;
14
+ phone: string;
15
+ }, yup.AnyObject, {
16
+ labelES: undefined;
17
+ label: undefined;
18
+ code: undefined;
19
+ codeISO2: undefined;
20
+ phone: undefined;
21
+ }, "">;
22
+ export declare const mxCountry: {
23
+ labelES: string;
24
+ label: string;
25
+ codeISO2: string;
26
+ code: string;
27
+ phone: string;
28
+ };
29
+ declare const countries: Country[];
30
+ export default countries;
@@ -0,0 +1,5 @@
1
+ export * from './components/index';
2
+ export * from './types/index';
3
+ export * from './utils/index';
4
+ export * from './providers/index';
5
+ export * from './themes/index';
package/dist/index.js ADDED
@@ -0,0 +1,104 @@
1
+ /* empty css */
2
+ import { default as f } from "./components/atoms/ActionButton/ActionButton.js";
3
+ import { AsyncToast as p } from "./components/atoms/AsyncToast/index.js";
4
+ import { default as m } from "./components/atoms/Avatar/Avatar.js";
5
+ import { default as u } from "./components/atoms/BoxContainer/BoxContainer.js";
6
+ import { default as n } from "./components/atoms/Button/Button.js";
7
+ import { default as c } from "./components/atoms/CenterModal/CenterModal.js";
8
+ import { default as g } from "./components/atoms/CountrySelectInput/CountryDropdown.js";
9
+ import { default as I } from "./components/atoms/Divider/Divider.js";
10
+ import { default as M } from "./components/atoms/FullLogo/FullLogo.js";
11
+ import { default as h } from "./components/atoms/IconButton/IconButton.js";
12
+ import { default as w } from "./components/atoms/ImageProfileInput/ImageProfileInput.js";
13
+ import { default as A } from "./components/atoms/ImageProfileInput/ImageProfileInput.validators.js";
14
+ import { default as P } from "./components/atoms/InfoCard/InfoCard.js";
15
+ import { default as F } from "./components/atoms/LoadingSpinner/LoadingSpinner.js";
16
+ import { default as v } from "./components/atoms/PasswordInput/PasswordInput.js";
17
+ import { default as O } from "./components/atoms/ProgressBar/ProgressBar.js";
18
+ import { SearchBar as j } from "./components/atoms/SearchBar/index.js";
19
+ import { default as q } from "./components/atoms/SectionButton/SectionButton.js";
20
+ import { default as G } from "./components/atoms/SelectDropdown/SelectDropdown.js";
21
+ import "./_virtual/jsx-runtime.js";
22
+ import "./node_modules/@fortawesome/react-fontawesome/index.es.js";
23
+ import { default as J } from "./components/atoms/Tab/Tab.js";
24
+ import { default as N } from "./components/atoms/TextButton/TextButton.js";
25
+ import { default as R } from "./components/atoms/TextInput/TextInput.js";
26
+ import { default as X } from "./components/atoms/Toast/Toast.js";
27
+ import { default as Z } from "./components/atoms/UncontrolledSelector/UncontrolledSelector.js";
28
+ import { default as $ } from "./components/atoms/UncontrolledTextInput/UncontrolledTextInput.js";
29
+ import { default as to } from "./components/atoms/UploadContainer/UploadContainer.js";
30
+ import { default as ro } from "./components/molecules/AlertModal/AlertModal.js";
31
+ import { default as fo } from "./components/molecules/CalendarSelector/CalendarSelector.js";
32
+ import { default as po } from "./components/molecules/DateInput/DateInput.js";
33
+ import { default as so } from "./components/molecules/DialogModal/DialogModal.js";
34
+ import { default as xo } from "./components/molecules/Dropdown/Dropdown.js";
35
+ import { default as io } from "./components/molecules/FileUpload/FileUpload.js";
36
+ import { default as To } from "./components/molecules/FloatingMenu/FloatingMenu.js";
37
+ import { default as Bo } from "./components/molecules/SearchModal/SearchModal.js";
38
+ import { default as Co } from "./components/molecules/Stepper/Stepper.js";
39
+ import { default as So } from "./components/molecules/Tabs/Tabs.js";
40
+ import { Organism as Do } from "./components/organisms/index.js";
41
+ import { formatLocalizedDate as yo } from "./utils/dates.js";
42
+ import { toBase64 as Lo, translateBytes as Po } from "./utils/files.js";
43
+ import { getImageUrl as Fo } from "./utils/images.js";
44
+ import { ModalContainer as vo, closeModal as zo, openModal as Oo } from "./utils/modal.js";
45
+ import { renderTabContent as jo } from "./utils/renderContentOptions.js";
46
+ import { capitalizeFirstLetter as qo, stringToColor as Eo } from "./utils/strings.js";
47
+ import { showToastAsync as Ho, showToastLoading as Jo, toast as Ko } from "./utils/toast.js";
48
+ import { ThemeProvider as Qo, useTheme as Ro } from "./providers/ThemeProvider.js";
49
+ import { defaultTheme as Xo } from "./themes/default.js";
50
+ export {
51
+ f as ActionButton,
52
+ ro as AlertModal,
53
+ p as AsyncToast,
54
+ m as Avatar,
55
+ u as BoxContainer,
56
+ n as Button,
57
+ fo as CalendarSelector,
58
+ c as CenterModal,
59
+ g as CountryDropdown,
60
+ po as DateInput,
61
+ so as DialogModal,
62
+ I as Divider,
63
+ xo as Dropdown,
64
+ io as FileUpload,
65
+ To as FloatingMenu,
66
+ M as FullLogo,
67
+ h as IconButton,
68
+ w as ImageProfileInput,
69
+ P as InfoCard,
70
+ F as LoadingSpinner,
71
+ vo as ModalContainer,
72
+ Do as Organism,
73
+ v as PasswordInput,
74
+ O as ProgressBar,
75
+ j as SearchBar,
76
+ Bo as SearchModal,
77
+ q as SectionButton,
78
+ G as SelectDropdown,
79
+ Co as Stepper,
80
+ J as Tab,
81
+ So as Tabs,
82
+ N as TextButton,
83
+ R as TextInput,
84
+ Qo as ThemeProvider,
85
+ X as Toast,
86
+ Z as UncontrolledSelector,
87
+ $ as UncontrolledTextInput,
88
+ to as UploadContainer,
89
+ qo as capitalizeFirstLetter,
90
+ zo as closeModal,
91
+ Xo as defaultTheme,
92
+ yo as formatLocalizedDate,
93
+ Fo as getImageUrl,
94
+ Oo as openModal,
95
+ jo as renderTabContent,
96
+ Ho as showToastAsync,
97
+ Jo as showToastLoading,
98
+ Eo as stringToColor,
99
+ Lo as toBase64,
100
+ Ko as toast,
101
+ Po as translateBytes,
102
+ Ro as useTheme,
103
+ A as yupImageProfileValidator
104
+ };
@@ -0,0 +1 @@
1
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(.971 .013 17.38);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-500:oklch(.795 .184 86.047);--color-green-50:oklch(.982 .018 155.826);--color-green-500:oklch(.723 .219 149.579);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-gray-50:oklch(.985 .002 247.839);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-400:oklch(.707 .022 261.325);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-md:48rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-normal:1.5;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}input::placeholder,textarea::placeholder{color:var(--color-gray-400)}}@layer components;@layer utilities{.\@container{container-type:inline-size}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.top-8{top:calc(var(--spacing)*8)}.right-0{right:calc(var(--spacing)*0)}.right-4{right:calc(var(--spacing)*4)}.right-8{right:calc(var(--spacing)*8)}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-8{bottom:calc(var(--spacing)*8)}.bottom-\[28px\]{bottom:28px}.left-1\/2{left:50%}.left-8{left:calc(var(--spacing)*8)}.left-\[13px\]{left:13px}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-9999{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.float-left{float:left}.float-right{float:right}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.container{margin-inline:auto;padding-inline:2rem}.mx-16{margin-inline:calc(var(--spacing)*16)}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-\[0\.5rem\]{margin-top:.5rem}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-8{margin-left:calc(var(--spacing)*8)}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.list-item{display:list-item}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row{display:table-row}.table-row-group{display:table-row-group}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-16{width:calc(var(--spacing)*16);height:calc(var(--spacing)*16)}.size-20{width:calc(var(--spacing)*20);height:calc(var(--spacing)*20)}.size-24{width:calc(var(--spacing)*24);height:calc(var(--spacing)*24)}.size-\[40px\]{width:40px;height:40px}.\!h-auto{height:auto!important}.h-2{height:calc(var(--spacing)*2)}.h-4{height:calc(var(--spacing)*4)}.h-8{height:calc(var(--spacing)*8)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-36{height:calc(var(--spacing)*36)}.h-40{height:calc(var(--spacing)*40)}.h-76{height:calc(var(--spacing)*76)}.h-\[40px\]{height:40px}.h-\[87px\]{height:87px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.max-h-1{max-height:calc(var(--spacing)*1)}.max-h-12{max-height:calc(var(--spacing)*12)}.max-h-16{max-height:calc(var(--spacing)*16)}.max-h-\[12px\]{max-height:12px}.max-h-\[15px\]{max-height:15px}.max-h-\[20px\]{max-height:20px}.max-h-\[28px\]{max-height:28px}.max-h-\[40px\]{max-height:40px}.max-h-\[46px\]{max-height:46px}.max-h-\[150px\]{max-height:150px}.min-h-1{min-height:calc(var(--spacing)*1)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-20{min-height:calc(var(--spacing)*20)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-28{min-height:calc(var(--spacing)*28)}.min-h-36{min-height:calc(var(--spacing)*36)}.min-h-\[12px\]{min-height:12px}.min-h-\[15px\]{min-height:15px}.min-h-\[20px\]{min-height:20px}.min-h-\[28px\]{min-height:28px}.min-h-\[40px\]{min-height:40px}.min-h-\[46px\]{min-height:46px}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-0{width:calc(var(--spacing)*0)}.w-4{width:calc(var(--spacing)*4)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-32{width:calc(var(--spacing)*32)}.w-40{width:calc(var(--spacing)*40)}.w-72{width:calc(var(--spacing)*72)}.w-76{width:calc(var(--spacing)*76)}.w-80{width:calc(var(--spacing)*80)}.w-\[0px\]{width:0}.w-\[1\.5px\]{width:1.5px}.w-\[40px\]{width:40px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[320px\]{width:320px}.w-fit{width:fit-content}.w-full{width:100%}.max-w-1{max-width:calc(var(--spacing)*1)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-12{max-width:calc(var(--spacing)*12)}.max-w-120{max-width:calc(var(--spacing)*120)}.max-w-160{max-width:calc(var(--spacing)*160)}.max-w-\[12px\]{max-width:12px}.max-w-\[16px\]{max-width:16px}.max-w-\[28px\]{max-width:28px}.max-w-\[40px\]{max-width:40px}.max-w-\[46px\]{max-width:46px}.max-w-\[300px\]{max-width:300px}.max-w-screen-md{max-width:var(--breakpoint-md)}.min-w-1{min-width:calc(var(--spacing)*1)}.min-w-12{min-width:calc(var(--spacing)*12)}.min-w-14{min-width:calc(var(--spacing)*14)}.min-w-20{min-width:calc(var(--spacing)*20)}.min-w-24{min-width:calc(var(--spacing)*24)}.min-w-28{min-width:calc(var(--spacing)*28)}.min-w-36{min-width:calc(var(--spacing)*36)}.min-w-\[12px\]{min-width:12px}.min-w-\[16px\]{min-width:16px}.min-w-\[18rem\]{min-width:18rem}.min-w-\[28px\]{min-width:28px}.min-w-\[40px\]{min-width:40px}.min-w-\[46px\]{min-width:46px}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-4{--tw-translate-y:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-16{gap:calc(var(--spacing)*16)}.gap-20{gap:calc(var(--spacing)*20)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-l-full{border-top-left-radius:3.40282e38px;border-bottom-left-radius:3.40282e38px}.rounded-r-full{border-top-right-radius:3.40282e38px;border-bottom-right-radius:3.40282e38px}.border,.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\[1\.4px\]{border-style:var(--tw-border-style);border-width:1.4px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-\[1\.3px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:1.3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none\!{--tw-border-style:none!important;border-style:none!important}.\!border-blue-500{border-color:var(--color-blue-500)!important}.\!border-red-500{border-color:var(--color-red-500)!important}.border-blue-100{border-color:var(--color-blue-100)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-400{border-color:var(--color-blue-400)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-500\!{border-color:var(--color-blue-500)!important}.border-blue-800{border-color:var(--color-blue-800)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-400{border-color:var(--color-gray-400)}.border-gray-500{border-color:var(--color-gray-500)}.border-green-500{border-color:var(--color-green-500)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.border-yellow-500{border-color:var(--color-yellow-500)}.border-t-blue-500{border-top-color:var(--color-blue-500)}.border-r-blue-300{border-right-color:var(--color-blue-300)}.border-b-blue-200{border-bottom-color:var(--color-blue-200)}.border-b-blue-500{border-bottom-color:var(--color-blue-500)}.border-b-gray-700{border-bottom-color:var(--color-gray-700)}.border-l-blue-400{border-left-color:var(--color-blue-400)}.\!bg-gray-100{background-color:var(--color-gray-100)!important}.\!bg-transparent{background-color:#0000!important}.bg-\[\#ECF1FD\]{background-color:#ecf1fd}.bg-\[rgb\(243\,244\,246\)\]{background-color:#f3f4f6}.bg-black{background-color:var(--color-black)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-100\/50{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.bg-blue-200{background-color:var(--color-blue-200)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-50\/50{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-500{background-color:var(--color-gray-500)}.bg-green-50{background-color:var(--color-green-50)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-yellow-50{background-color:var(--color-yellow-50)}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[rgb\(243\,244\,246\)\]{--tw-gradient-to:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0,.p-0\!{padding:calc(var(--spacing)*0)!important}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-16{padding:calc(var(--spacing)*16)}.p-20{padding:calc(var(--spacing)*20)}.p-24{padding:calc(var(--spacing)*24)}.p-32{padding:calc(var(--spacing)*32)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-12{padding-inline:calc(var(--spacing)*12)}.px-14{padding-inline:calc(var(--spacing)*14)}.px-16{padding-inline:calc(var(--spacing)*16)}.px-20{padding-inline:calc(var(--spacing)*20)}.px-24{padding-inline:calc(var(--spacing)*24)}.px-32{padding-inline:calc(var(--spacing)*32)}.px-36{padding-inline:calc(var(--spacing)*36)}.px-\[12\.3px\]{padding-inline:12.3px}.\!py-10{padding-block:calc(var(--spacing)*10)!important}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-16{padding-block:calc(var(--spacing)*16)}.py-24{padding-block:calc(var(--spacing)*24)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-28{padding-top:calc(var(--spacing)*28)}.pr-\[10px\]{padding-right:10px}.pb-16{padding-bottom:calc(var(--spacing)*16)}.text-center{text-align:center}.indent-\[10000px\]{text-indent:10000px}.align-middle{vertical-align:middle}.font-sans{font-family:var(--font-sans)}.\!text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[600\]{--tw-font-weight:600;font-weight:600}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-nowrap{text-wrap:nowrap}.text-wrap{text-wrap:wrap}.\!text-gray-300{color:var(--color-gray-300)!important}.\!text-red-500{color:var(--color-red-500)!important}.text-\[\#4570EB\]{color:#4570eb}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-blue-500\!{color:var(--color-blue-500)!important}.text-blue-600{color:var(--color-blue-600)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.text-yellow-500{color:var(--color-yellow-500)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.\!caret-transparent{caret-color:#0000!important}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,var(--color-blue-500));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.\!select-none{-webkit-user-select:none!important;user-select:none!important}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\:border-blue-500:is(:where(.group):focus-within *){border-color:var(--color-blue-500)}.group-focus-within\:text-blue-500:is(:where(.group):focus-within *){color:var(--color-blue-500)}@media (hover:hover){.group-hover\:border-blue-300:is(:where(.group):hover *){border-color:var(--color-blue-300)}.group-hover\:\!bg-blue-100:is(:where(.group):hover *){background-color:var(--color-blue-100)!important}.group-hover\:\!text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)!important}.group-hover\:text-blue-300:is(:where(.group):hover *){color:var(--color-blue-300)}.group-hover\:text-blue-500:is(:where(.group):hover *){color:var(--color-blue-500)}}.group-disabled\:bg-gray-500:is(:where(.group):disabled *){background-color:var(--color-gray-500)}.placeholder\:text-gray-400::placeholder{color:var(--color-gray-400)}@media (hover:hover){.hover\:\!cursor-pointer:hover{cursor:pointer!important}.hover\:border-blue-400:hover{border-color:var(--color-blue-400)}.hover\:border-blue-500:hover{border-color:var(--color-blue-500)}.hover\:border-blue-600:hover{border-color:var(--color-blue-600)}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-red-600:hover{border-color:var(--color-red-600)}.hover\:bg-\[\#ECF1FD\]:hover{background-color:#ecf1fd}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-100\/40:hover{background-color:color-mix(in oklab,var(--color-blue-100)40%,transparent)}.hover\:bg-blue-100\/50:hover{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.hover\:bg-blue-100\/80:hover{background-color:color-mix(in oklab,var(--color-blue-100)80%,transparent)}.hover\:bg-blue-200:hover{background-color:var(--color-blue-200)}.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}.hover\:bg-gray-50\/50:hover{background-color:color-mix(in oklab,var(--color-gray-50)50%,transparent)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-red-500\/30:hover{background-color:color-mix(in oklab,var(--color-red-500)30%,transparent)}.hover\:bg-red-600:hover{background-color:var(--color-red-600)}.hover\:text-blue-500:hover{color:var(--color-blue-500)}.hover\:text-blue-600:hover{color:var(--color-blue-600)}.hover\:text-gray-500:hover{color:var(--color-gray-500)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-red-600:hover{color:var(--color-red-600)}.hover\:text-white:hover{color:var(--color-white)}.hover\:opacity-80:hover{opacity:.8}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:border-blue-700:active{border-color:var(--color-blue-700)}.active\:border-gray-700:active{border-color:var(--color-gray-700)}.active\:border-red-700:active{border-color:var(--color-red-700)}.active\:bg-blue-100\/20:active{background-color:color-mix(in oklab,var(--color-blue-100)20%,transparent)}.active\:bg-blue-100\/50:active{background-color:color-mix(in oklab,var(--color-blue-100)50%,transparent)}.active\:bg-blue-300\/80:active{background-color:color-mix(in oklab,var(--color-blue-300)80%,transparent)}.active\:bg-blue-700:active{background-color:var(--color-blue-700)}.active\:bg-gray-300:active{background-color:var(--color-gray-300)}.active\:bg-gray-700:active{background-color:var(--color-gray-700)}.active\:bg-red-700:active{background-color:var(--color-red-700)}.active\:bg-red-700\/40:active{background-color:color-mix(in oklab,var(--color-red-700)40%,transparent)}.active\:text-blue-500:active{color:var(--color-blue-500)}.active\:text-blue-700:active{color:var(--color-blue-700)}.active\:text-gray-700:active{color:var(--color-gray-700)}.active\:text-red-700:active{color:var(--color-red-700)}.active\:text-white:active{color:var(--color-white)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{background-color:var(--color-gray-100)}.disabled\:text-gray-300:disabled,.disabled\:placeholder\:text-gray-300:disabled::placeholder{color:var(--color-gray-300)}@media (width>=48rem){.md\:gap-24{gap:calc(var(--spacing)*24)}.md\:p-32{padding:calc(var(--spacing)*32)}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:pt-0{padding-top:calc(var(--spacing)*0)}.md\:pt-4{padding-top:calc(var(--spacing)*4)}.md\:pb-0{padding-bottom:calc(var(--spacing)*0)}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.md\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}