prometeo-design-system 2.8.8 → 2.8.9

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 (308) hide show
  1. package/dist/{components/Avatar/Avatar.js → Avatar.es.js} +24 -24
  2. package/dist/{components/Button/Button.js → Button.es.js} +55 -55
  3. package/dist/{components/CardProfile/CardProfile.js → CardProfile-CsytJlKZ.js} +94 -68
  4. package/dist/CardProfile.es.js +5 -0
  5. package/dist/{components/CheckBox/CheckBox.js → CheckBox.es.js} +25 -25
  6. package/dist/DatePicker.es.js +3441 -0
  7. package/dist/DialogModal.es.js +75 -0
  8. package/dist/DrawerDesktop.es.js +192 -0
  9. package/dist/DrawerMobile.es.js +242 -0
  10. package/dist/DropZone.es.js +87 -0
  11. package/dist/{components/FAB/FAButton.js → FAButton.es.js} +5 -5
  12. package/dist/Header.es.js +32 -0
  13. package/dist/HelperComponent-g_xuKWzK.js +24 -0
  14. package/dist/Icons-DtFC5DJ7.js +1079 -0
  15. package/dist/Icons.es.js +5 -0
  16. package/dist/{components/Image/Image.js → Image.es.js} +32 -32
  17. package/dist/ImageGallery-Ckxg9OIC.js +317 -0
  18. package/dist/{components/Image/useImageGallery.js → ImageGallery.es.js} +2 -0
  19. package/dist/Input-Cck37DpG.js +240 -0
  20. package/dist/Input.es.js +4 -0
  21. package/dist/InputMultiple.es.js +263 -0
  22. package/dist/LayoutGeneric-CbaoatQB.js +26 -0
  23. package/dist/LayoutGeneric.es.js +4 -0
  24. package/dist/Logo.es.js +9 -0
  25. package/dist/{components/Menu/MenuComposable.js → Menu.es.js} +13 -12
  26. package/dist/OtpInput.es.js +301 -0
  27. package/dist/{components/Pagination/Pagination.js → Pagination.es.js} +32 -32
  28. package/dist/{components/ProfilePictureUpload/ProfilePictureUpload.js → ProfilePictureUpload.es.js} +57 -56
  29. package/dist/ProgressBar.es.js +70 -0
  30. package/dist/{components/RadioButton/RadioButton.js → RadioButton.es.js} +36 -35
  31. package/dist/{components/SegmentedButton/SegmentedButton.js → SegmentedButton.es.js} +38 -37
  32. package/dist/Select-BD5FTxVw.js +1100 -0
  33. package/dist/Select.es.js +4 -0
  34. package/dist/SelectSearch.es.js +237 -0
  35. package/dist/{components/Skeleton/Skeleton.js → Skeleton.es.js} +18 -16
  36. package/dist/Spinner.es.js +52 -0
  37. package/dist/{components/Steps/Steps.js → Steps.es.js} +62 -61
  38. package/dist/{components/SwipeContainer/SwipeContainer.js → SwipeContainer.es.js} +68 -68
  39. package/dist/{components/Switch/Switch.js → Switch.es.js} +18 -17
  40. package/dist/{components/TabLinks/TabLinks.js → TabLinks.es.js} +11 -11
  41. package/dist/{components/Table/Table.js → Table.es.js} +41 -38
  42. package/dist/{components/TextArea/TextArea.js → TextArea.es.js} +26 -24
  43. package/dist/{components/Toaster/Toaster.js → Toast.es.js} +48 -48
  44. package/dist/ToastProvider.es.js +6 -0
  45. package/dist/Tooltip.es.js +62 -0
  46. package/dist/{lib/cn.js → cn-B6yFEsav.js} +2 -2
  47. package/dist/{node_modules/class-variance-authority/dist/index.js → index-BOQuZ0gG.js} +9 -10
  48. package/dist/index.d.ts +12 -16
  49. package/dist/jsx-runtime-DKDX3adD.js +281 -0
  50. package/dist/prometeo-design-system.css +1 -1
  51. package/dist/prometeo-design-system.es.js +1002 -0
  52. package/dist/{hooks/useDragScroll.js → useDragScroll-CHN9OMwn.js} +1 -1
  53. package/package.json +120 -116
  54. package/dist/Avatar.js +0 -4
  55. package/dist/Button.js +0 -4
  56. package/dist/CardProfile.js +0 -5
  57. package/dist/CheckBox.js +0 -4
  58. package/dist/DatePicker.js +0 -5
  59. package/dist/DialogModal.js +0 -6
  60. package/dist/DrawerDesktop.js +0 -6
  61. package/dist/DrawerMobile.js +0 -6
  62. package/dist/DropZone.js +0 -5
  63. package/dist/FAButton.js +0 -4
  64. package/dist/Header.js +0 -4
  65. package/dist/Icons/Icons.js +0 -1055
  66. package/dist/Icons.js +0 -5
  67. package/dist/Image.js +0 -4
  68. package/dist/ImageGallery.js +0 -6
  69. package/dist/Input.js +0 -4
  70. package/dist/InputMultiple.js +0 -5
  71. package/dist/LayoutGeneric.js +0 -4
  72. package/dist/Logo.js +0 -4
  73. package/dist/Menu.js +0 -5
  74. package/dist/OtpInput.js +0 -4
  75. package/dist/Pagination.js +0 -4
  76. package/dist/ProfilePictureUpload.js +0 -5
  77. package/dist/ProgressBar.js +0 -4
  78. package/dist/RadioButton.js +0 -5
  79. package/dist/SegmentedButton.js +0 -5
  80. package/dist/Select.js +0 -4
  81. package/dist/SelectSearch.js +0 -4
  82. package/dist/Skeleton.js +0 -5
  83. package/dist/Spinner.js +0 -4
  84. package/dist/Steps.js +0 -5
  85. package/dist/SwipeContainer.js +0 -4
  86. package/dist/Switch.js +0 -5
  87. package/dist/TabLinks.js +0 -4
  88. package/dist/Table.js +0 -11
  89. package/dist/TextArea.js +0 -4
  90. package/dist/Toast.js +0 -5
  91. package/dist/ToastProvider.js +0 -4
  92. package/dist/Tooltip.js +0 -4
  93. package/dist/components/Autocomplete/useAutocomplete.js +0 -143
  94. package/dist/components/DatePicker/DatePicker.js +0 -396
  95. package/dist/components/Dialog/Dialog.js +0 -60
  96. package/dist/components/Dialog/useDialogControl.js +0 -18
  97. package/dist/components/Drawer/DrawerDesktop.js +0 -179
  98. package/dist/components/Drawer/DrawerMobile.js +0 -219
  99. package/dist/components/Drawer/useDrawerDesktop.js +0 -18
  100. package/dist/components/Drawer/useDrawerMobile.js +0 -27
  101. package/dist/components/DropZone/DropZone.js +0 -86
  102. package/dist/components/DropZone/useFileDropzone.js +0 -24
  103. package/dist/components/Header/Header.js +0 -32
  104. package/dist/components/Image/GalleryPreview.js +0 -40
  105. package/dist/components/Image/ImageGallery.js +0 -68
  106. package/dist/components/Image/LightBox.js +0 -223
  107. package/dist/components/Input/Input.js +0 -219
  108. package/dist/components/InputMultiple/InputMultiple.js +0 -262
  109. package/dist/components/Layout/LayoutGeneric.js +0 -13
  110. package/dist/components/Logo/Logo.js +0 -9
  111. package/dist/components/OtpInput/OtpInput.js +0 -112
  112. package/dist/components/ProgressBar/ProgressBar.js +0 -70
  113. package/dist/components/Select/Select.js +0 -1005
  114. package/dist/components/SelectSearch/SelectSearch.js +0 -101
  115. package/dist/components/Shared/Chip.js +0 -55
  116. package/dist/components/Shared/HelperComponent.js +0 -24
  117. package/dist/components/Sidebar/SecondaryBar/SecondaryBar.js +0 -62
  118. package/dist/components/Sidebar/SecondaryBar/hooks/useSecondaryBarAnimation.js +0 -59
  119. package/dist/components/Sidebar/SidebarComposable.js +0 -84
  120. package/dist/components/Sidebar/components/NavigationLink.js +0 -34
  121. package/dist/components/Sidebar/components/badge.js +0 -33
  122. package/dist/components/Sidebar/components/changue-account.js +0 -31
  123. package/dist/components/Sidebar/components/collapse-button.js +0 -18
  124. package/dist/components/Sidebar/components/company-logo.js +0 -12
  125. package/dist/components/Sidebar/components/nav-actions.js +0 -98
  126. package/dist/components/Sidebar/components/nav-links.js +0 -100
  127. package/dist/components/Sidebar/context/SidebarContext.js +0 -19
  128. package/dist/components/Sidebar/hooks/SidebarProvider.js +0 -33
  129. package/dist/components/Sidebar/hooks/useNavBarActions.js +0 -9
  130. package/dist/components/Sidebar/hooks/useNavBarCollapse.js +0 -11
  131. package/dist/components/Sidebar/hooks/useSidebarHook.js +0 -13
  132. package/dist/components/Sidebar/ui/useNavbarAnimation.js +0 -326
  133. package/dist/components/Spinner/Spinner.js +0 -52
  134. package/dist/components/TabSwitch/TabSwitch.js +0 -57
  135. package/dist/components/Toaster/ToastProvider.js +0 -6
  136. package/dist/components/Tooltip/Tootip.js +0 -62
  137. package/dist/hooks/useClickOutside.js +0 -24
  138. package/dist/hooks/useLabelBackground.js +0 -25
  139. package/dist/index.js +0 -127
  140. package/dist/lib/utils.js +0 -54
  141. package/dist/node_modules/@date-fns/tz/date/index.js +0 -61
  142. package/dist/node_modules/@date-fns/tz/date/mini.js +0 -69
  143. package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -11
  144. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -22
  145. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -7
  146. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -7
  147. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -583
  148. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -59
  149. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -52
  150. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -18
  151. package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -11
  152. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -8
  153. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -20
  154. package/dist/node_modules/date-fns/addDays.js +0 -10
  155. package/dist/node_modules/date-fns/addMonths.js +0 -20
  156. package/dist/node_modules/date-fns/addWeeks.js +0 -8
  157. package/dist/node_modules/date-fns/addYears.js +0 -8
  158. package/dist/node_modules/date-fns/constants.js +0 -6
  159. package/dist/node_modules/date-fns/constructFrom.js +0 -8
  160. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -16
  161. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -13
  162. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -17
  163. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -17
  164. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -8
  165. package/dist/node_modules/date-fns/endOfMonth.js +0 -9
  166. package/dist/node_modules/date-fns/endOfWeek.js +0 -10
  167. package/dist/node_modules/date-fns/endOfYear.js +0 -9
  168. package/dist/node_modules/date-fns/format.js +0 -58
  169. package/dist/node_modules/date-fns/getDayOfYear.js +0 -11
  170. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -10
  171. package/dist/node_modules/date-fns/getISOWeek.js +0 -12
  172. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -15
  173. package/dist/node_modules/date-fns/getMonth.js +0 -8
  174. package/dist/node_modules/date-fns/getWeek.js +0 -12
  175. package/dist/node_modules/date-fns/getWeekYear.js +0 -16
  176. package/dist/node_modules/date-fns/getYear.js +0 -8
  177. package/dist/node_modules/date-fns/isAfter.js +0 -8
  178. package/dist/node_modules/date-fns/isBefore.js +0 -8
  179. package/dist/node_modules/date-fns/isDate.js +0 -7
  180. package/dist/node_modules/date-fns/isSameDay.js +0 -14
  181. package/dist/node_modules/date-fns/isSameMonth.js +0 -13
  182. package/dist/node_modules/date-fns/isSameYear.js +0 -13
  183. package/dist/node_modules/date-fns/isValid.js +0 -9
  184. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -9
  185. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -18
  186. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -31
  187. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -15
  188. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -70
  189. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -33
  190. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -11
  191. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -155
  192. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -110
  193. package/dist/node_modules/date-fns/locale/en-US.js +0 -21
  194. package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +0 -70
  195. package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +0 -33
  196. package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +0 -18
  197. package/dist/node_modules/date-fns/locale/es/_lib/localize.js +0 -143
  198. package/dist/node_modules/date-fns/locale/es/_lib/match.js +0 -116
  199. package/dist/node_modules/date-fns/locale/es.js +0 -21
  200. package/dist/node_modules/date-fns/max.js +0 -14
  201. package/dist/node_modules/date-fns/min.js +0 -14
  202. package/dist/node_modules/date-fns/setMonth.js +0 -13
  203. package/dist/node_modules/date-fns/setYear.js +0 -10
  204. package/dist/node_modules/date-fns/startOfDay.js +0 -9
  205. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -8
  206. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -11
  207. package/dist/node_modules/date-fns/startOfMonth.js +0 -9
  208. package/dist/node_modules/date-fns/startOfWeek.js +0 -10
  209. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -12
  210. package/dist/node_modules/date-fns/startOfYear.js +0 -9
  211. package/dist/node_modules/date-fns/toDate.js +0 -8
  212. package/dist/node_modules/input-otp/dist/index.js +0 -194
  213. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -227
  214. package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -22
  215. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -19
  216. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -8
  217. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -8
  218. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -147
  219. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -7
  220. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -7
  221. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -18
  222. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -8
  223. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -10
  224. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -19
  225. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -7
  226. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -7
  227. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -8
  228. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -8
  229. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -7
  230. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -7
  231. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -9
  232. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -27
  233. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -9
  234. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -7
  235. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -9
  236. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -8
  237. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -7
  238. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -8
  239. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -8
  240. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -7
  241. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -7
  242. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -11
  243. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -7
  244. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -9
  245. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -54
  246. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -9
  247. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -7
  248. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -7
  249. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -7
  250. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -6
  251. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -7
  252. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -9
  253. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -18
  254. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -19
  255. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -42
  256. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -9
  257. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -7
  258. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -7
  259. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -10
  260. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -16
  261. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -21
  262. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -10
  263. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -16
  264. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -13
  265. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -15
  266. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -10
  267. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -13
  268. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -13
  269. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -24
  270. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -13
  271. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -12
  272. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -12
  273. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -12
  274. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -13
  275. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -11
  276. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -7
  277. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -16
  278. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -7
  279. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -8
  280. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -26
  281. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -10
  282. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -9
  283. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -8
  284. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -6
  285. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -6
  286. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -6
  287. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -6
  288. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -6
  289. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -6
  290. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -7
  291. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -6
  292. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -21
  293. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -18
  294. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -15
  295. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -56
  296. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -44
  297. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -12
  298. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -23
  299. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -19
  300. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -32
  301. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -26
  302. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -15
  303. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -28
  304. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -9
  305. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -8
  306. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -26
  307. package/dist/useDevice.js +0 -4
  308. /package/dist/{hooks/useDevice.js → useDevice.es.js} +0 -0
@@ -1,11 +0,0 @@
1
- import { constructFrom as r } from "../constructFrom.js";
2
- function i(e, ...o) {
3
- const n = r.bind(
4
- null,
5
- o.find((t) => typeof t == "object")
6
- );
7
- return o.map(n);
8
- }
9
- export {
10
- i as normalizeDates
11
- };
@@ -1,8 +0,0 @@
1
- import { normalizeDates as o } from "./normalizeDates.js";
2
- function m(r, t) {
3
- const [n, e] = o(r, t.start, t.end);
4
- return { start: n, end: e };
5
- }
6
- export {
7
- m as normalizeInterval
8
- };
@@ -1,20 +0,0 @@
1
- const r = /^D+$/, s = /^Y+$/, a = ["D", "DD", "YY", "YYYY"];
2
- function i(e) {
3
- return r.test(e);
4
- }
5
- function f(e) {
6
- return s.test(e);
7
- }
8
- function d(e, o, n) {
9
- const t = c(e, o, n);
10
- if (console.warn(t), a.includes(e)) throw new RangeError(t);
11
- }
12
- function c(e, o, n) {
13
- const t = e[0] === "Y" ? "years" : "days of the month";
14
- return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${o}\`) for formatting ${t} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
15
- }
16
- export {
17
- i as isProtectedDayOfYearToken,
18
- f as isProtectedWeekYearToken,
19
- d as warnOrThrowProtectedError
20
- };
@@ -1,10 +0,0 @@
1
- import { constructFrom as a } from "./constructFrom.js";
2
- import { toDate as i } from "./toDate.js";
3
- function s(e, r, o) {
4
- const t = i(e, o?.in);
5
- return isNaN(r) ? a(e, NaN) : (r && t.setDate(t.getDate() + r), t);
6
- }
7
- export {
8
- s as addDays,
9
- s as default
10
- };
@@ -1,20 +0,0 @@
1
- import { constructFrom as s } from "./constructFrom.js";
2
- import { toDate as f } from "./toDate.js";
3
- function u(n, o, i) {
4
- const t = f(n, i?.in);
5
- if (isNaN(o)) return s(n, NaN);
6
- if (!o)
7
- return t;
8
- const r = t.getDate(), e = s(n, t.getTime());
9
- e.setMonth(t.getMonth() + o + 1, 0);
10
- const a = e.getDate();
11
- return r >= a ? e : (t.setFullYear(
12
- e.getFullYear(),
13
- e.getMonth(),
14
- r
15
- ), t);
16
- }
17
- export {
18
- u as addMonths,
19
- u as default
20
- };
@@ -1,8 +0,0 @@
1
- import { addDays as r } from "./addDays.js";
2
- function o(a, d, e) {
3
- return r(a, d * 7, e);
4
- }
5
- export {
6
- o as addWeeks,
7
- o as default
8
- };
@@ -1,8 +0,0 @@
1
- import { addMonths as d } from "./addMonths.js";
2
- function e(r, t, a) {
3
- return d(r, t * 12, a);
4
- }
5
- export {
6
- e as addYears,
7
- e as default
8
- };
@@ -1,6 +0,0 @@
1
- const o = 6048e5, c = 864e5, n = Symbol.for("constructDateFrom");
2
- export {
3
- n as constructFromSymbol,
4
- c as millisecondsInDay,
5
- o as millisecondsInWeek
6
- };
@@ -1,8 +0,0 @@
1
- import { constructFromSymbol as o } from "./constants.js";
2
- function c(r, n) {
3
- return typeof r == "function" ? r(n) : r && typeof r == "object" && o in r ? r[o](n) : r instanceof Date ? new r.constructor(n) : new Date(n);
4
- }
5
- export {
6
- c as constructFrom,
7
- c as default
8
- };
@@ -1,16 +0,0 @@
1
- import { getTimezoneOffsetInMilliseconds as r } from "./_lib/getTimezoneOffsetInMilliseconds.js";
2
- import { normalizeDates as c } from "./_lib/normalizeDates.js";
3
- import { millisecondsInDay as D } from "./constants.js";
4
- import { startOfDay as a } from "./startOfDay.js";
5
- function O(o, n, i) {
6
- const [s, m] = c(
7
- i?.in,
8
- o,
9
- n
10
- ), t = a(s), e = a(m), f = +t - r(t), l = +e - r(e);
11
- return Math.round((f - l) / D);
12
- }
13
- export {
14
- O as default,
15
- O as differenceInCalendarDays
16
- };
@@ -1,13 +0,0 @@
1
- import { normalizeDates as l } from "./_lib/normalizeDates.js";
2
- function s(n, r, a) {
3
- const [e, t] = l(
4
- a?.in,
5
- n,
6
- r
7
- ), o = e.getFullYear() - t.getFullYear(), f = e.getMonth() - t.getMonth();
8
- return o * 12 + f;
9
- }
10
- export {
11
- s as default,
12
- s as differenceInCalendarMonths
13
- };
@@ -1,17 +0,0 @@
1
- import { normalizeInterval as l } from "./_lib/normalizeInterval.js";
2
- import { constructFrom as m } from "./constructFrom.js";
3
- function u(s, a) {
4
- const { start: e, end: r } = l(a?.in, s);
5
- let n = +e > +r;
6
- const c = n ? +e : +r, t = n ? r : e;
7
- t.setHours(0, 0, 0, 0), t.setDate(1);
8
- let i = 1;
9
- const o = [];
10
- for (; +t <= c; )
11
- o.push(m(e, t)), t.setMonth(t.getMonth() + i);
12
- return n ? o.reverse() : o;
13
- }
14
- export {
15
- u as default,
16
- u as eachMonthOfInterval
17
- };
@@ -1,17 +0,0 @@
1
- import { normalizeInterval as u } from "./_lib/normalizeInterval.js";
2
- import { constructFrom as i } from "./constructFrom.js";
3
- function f(o, a) {
4
- const { start: t, end: r } = u(a?.in, o);
5
- let s = +t > +r;
6
- const l = s ? +t : +r, e = s ? r : t;
7
- e.setHours(0, 0, 0, 0), e.setMonth(0, 1);
8
- let c = 1;
9
- const n = [];
10
- for (; +e <= l; )
11
- n.push(i(t, e)), e.setFullYear(e.getFullYear() + c);
12
- return s ? n.reverse() : n;
13
- }
14
- export {
15
- f as default,
16
- f as eachYearOfInterval
17
- };
@@ -1,8 +0,0 @@
1
- import { endOfWeek as n } from "./endOfWeek.js";
2
- function f(e, t) {
3
- return n(e, { ...t, weekStartsOn: 1 });
4
- }
5
- export {
6
- f as default,
7
- f as endOfISOWeek
8
- };
@@ -1,9 +0,0 @@
1
- import { toDate as r } from "./toDate.js";
2
- function s(e, o) {
3
- const t = r(e, o?.in), n = t.getMonth();
4
- return t.setFullYear(t.getFullYear(), n + 1, 0), t.setHours(23, 59, 59, 999), t;
5
- }
6
- export {
7
- s as default,
8
- s as endOfMonth
9
- };
@@ -1,10 +0,0 @@
1
- import { getDefaultOptions as f } from "./_lib/defaultOptions.js";
2
- import { toDate as c } from "./toDate.js";
3
- function l(s, e) {
4
- const a = f(), n = e?.weekStartsOn ?? e?.locale?.options?.weekStartsOn ?? a.weekStartsOn ?? a.locale?.options?.weekStartsOn ?? 0, t = c(s, e?.in), o = t.getDay(), r = (o < n ? -7 : 0) + 6 - (o - n);
5
- return t.setDate(t.getDate() + r), t.setHours(23, 59, 59, 999), t;
6
- }
7
- export {
8
- l as default,
9
- l as endOfWeek
10
- };
@@ -1,9 +0,0 @@
1
- import { toDate as o } from "./toDate.js";
2
- function s(t, r) {
3
- const e = o(t, r?.in), a = e.getFullYear();
4
- return e.setFullYear(a + 1, 0, 0), e.setHours(23, 59, 59, 999), e;
5
- }
6
- export {
7
- s as default,
8
- s as endOfYear
9
- };
@@ -1,58 +0,0 @@
1
- import { getDefaultOptions as u } from "./_lib/defaultOptions.js";
2
- import { formatters as f } from "./_lib/format/formatters.js";
3
- import { longFormatters as d } from "./_lib/format/longFormatters.js";
4
- import { isProtectedWeekYearToken as g, isProtectedDayOfYearToken as h, warnOrThrowProtectedError as w } from "./_lib/protectedTokens.js";
5
- import { isValid as D } from "./isValid.js";
6
- import { toDate as T } from "./toDate.js";
7
- import { enUS as O } from "./locale/en-US.js";
8
- const E = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, v = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, C = /^'([^]*?)'?$/, S = /''/g, R = /[a-zA-Z]/;
9
- function L(o, a, r) {
10
- const n = u(), i = r?.locale ?? n.locale ?? O, m = r?.firstWeekContainsDate ?? r?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, p = r?.weekStartsOn ?? r?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, s = T(o, r?.in);
11
- if (!D(s))
12
- throw new RangeError("Invalid time value");
13
- let c = a.match(v).map((t) => {
14
- const e = t[0];
15
- if (e === "p" || e === "P") {
16
- const l = d[e];
17
- return l(t, i.formatLong);
18
- }
19
- return t;
20
- }).join("").match(E).map((t) => {
21
- if (t === "''")
22
- return { isToken: !1, value: "'" };
23
- const e = t[0];
24
- if (e === "'")
25
- return { isToken: !1, value: W(t) };
26
- if (f[e])
27
- return { isToken: !0, value: t };
28
- if (e.match(R))
29
- throw new RangeError(
30
- "Format string contains an unescaped latin alphabet character `" + e + "`"
31
- );
32
- return { isToken: !1, value: t };
33
- });
34
- i.localize.preprocessor && (c = i.localize.preprocessor(s, c));
35
- const k = {
36
- firstWeekContainsDate: m,
37
- weekStartsOn: p,
38
- locale: i
39
- };
40
- return c.map((t) => {
41
- if (!t.isToken) return t.value;
42
- const e = t.value;
43
- (!r?.useAdditionalWeekYearTokens && g(e) || !r?.useAdditionalDayOfYearTokens && h(e)) && w(e, a, String(o));
44
- const l = f[e[0]];
45
- return l(s, e, i.localize, k);
46
- }).join("");
47
- }
48
- function W(o) {
49
- const a = o.match(C);
50
- return a ? a[1].replace(S, "'") : o;
51
- }
52
- export {
53
- L as default,
54
- L as format,
55
- L as formatDate,
56
- f as formatters,
57
- d as longFormatters
58
- };
@@ -1,11 +0,0 @@
1
- import { differenceInCalendarDays as f } from "./differenceInCalendarDays.js";
2
- import { startOfYear as e } from "./startOfYear.js";
3
- import { toDate as o } from "./toDate.js";
4
- function c(t, a) {
5
- const r = o(t, a?.in);
6
- return f(r, e(r)) + 1;
7
- }
8
- export {
9
- c as default,
10
- c as getDayOfYear
11
- };
@@ -1,10 +0,0 @@
1
- import { constructFrom as s } from "./constructFrom.js";
2
- import { toDate as c } from "./toDate.js";
3
- function m(e, n) {
4
- const t = c(e, n?.in), r = t.getFullYear(), a = t.getMonth(), o = s(t, 0);
5
- return o.setFullYear(r, a + 1, 0), o.setHours(0, 0, 0, 0), o.getDate();
6
- }
7
- export {
8
- m as default,
9
- m as getDaysInMonth
10
- };
@@ -1,12 +0,0 @@
1
- import { millisecondsInWeek as f } from "./constants.js";
2
- import { startOfISOWeek as i } from "./startOfISOWeek.js";
3
- import { startOfISOWeekYear as m } from "./startOfISOWeekYear.js";
4
- import { toDate as n } from "./toDate.js";
5
- function O(e, o) {
6
- const t = n(e, o?.in), r = +i(t) - +m(t);
7
- return Math.round(r / f) + 1;
8
- }
9
- export {
10
- O as default,
11
- O as getISOWeek
12
- };
@@ -1,15 +0,0 @@
1
- import { constructFrom as s } from "./constructFrom.js";
2
- import { startOfISOWeek as a } from "./startOfISOWeek.js";
3
- import { toDate as m } from "./toDate.js";
4
- function Y(f, n) {
5
- const e = m(f, n?.in), t = e.getFullYear(), r = s(e, 0);
6
- r.setFullYear(t + 1, 0, 4), r.setHours(0, 0, 0, 0);
7
- const u = a(r), o = s(e, 0);
8
- o.setFullYear(t, 0, 4), o.setHours(0, 0, 0, 0);
9
- const i = a(o);
10
- return e.getTime() >= u.getTime() ? t + 1 : e.getTime() >= i.getTime() ? t : t - 1;
11
- }
12
- export {
13
- Y as default,
14
- Y as getISOWeekYear
15
- };
@@ -1,8 +0,0 @@
1
- import { toDate as e } from "./toDate.js";
2
- function r(t, o) {
3
- return e(t, o?.in).getMonth();
4
- }
5
- export {
6
- r as default,
7
- r as getMonth
8
- };
@@ -1,12 +0,0 @@
1
- import { millisecondsInWeek as f } from "./constants.js";
2
- import { startOfWeek as m } from "./startOfWeek.js";
3
- import { startOfWeekYear as a } from "./startOfWeekYear.js";
4
- import { toDate as i } from "./toDate.js";
5
- function k(r, t) {
6
- const e = i(r, t?.in), o = +m(e, t) - +a(e, t);
7
- return Math.round(o / f) + 1;
8
- }
9
- export {
10
- k as default,
11
- k as getWeek
12
- };
@@ -1,16 +0,0 @@
1
- import { getDefaultOptions as k } from "./_lib/defaultOptions.js";
2
- import { constructFrom as i } from "./constructFrom.js";
3
- import { startOfWeek as l } from "./startOfWeek.js";
4
- import { toDate as m } from "./toDate.js";
5
- function C(r, e) {
6
- const s = m(r, e?.in), t = s.getFullYear(), o = k(), f = e?.firstWeekContainsDate ?? e?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, a = i(e?.in || r, 0);
7
- a.setFullYear(t + 1, 0, f), a.setHours(0, 0, 0, 0);
8
- const c = l(a, e), n = i(e?.in || r, 0);
9
- n.setFullYear(t, 0, f), n.setHours(0, 0, 0, 0);
10
- const u = l(n, e);
11
- return +s >= +c ? t + 1 : +s >= +u ? t : t - 1;
12
- }
13
- export {
14
- C as default,
15
- C as getWeekYear
16
- };
@@ -1,8 +0,0 @@
1
- import { toDate as r } from "./toDate.js";
2
- function o(t, e) {
3
- return r(t, e?.in).getFullYear();
4
- }
5
- export {
6
- o as default,
7
- o as getYear
8
- };
@@ -1,8 +0,0 @@
1
- import { toDate as t } from "./toDate.js";
2
- function f(r, e) {
3
- return +t(r) > +t(e);
4
- }
5
- export {
6
- f as default,
7
- f as isAfter
8
- };
@@ -1,8 +0,0 @@
1
- import { toDate as t } from "./toDate.js";
2
- function f(e, o) {
3
- return +t(e) < +t(o);
4
- }
5
- export {
6
- f as default,
7
- f as isBefore
8
- };
@@ -1,7 +0,0 @@
1
- function e(t) {
2
- return t instanceof Date || typeof t == "object" && Object.prototype.toString.call(t) === "[object Date]";
3
- }
4
- export {
5
- e as default,
6
- e as isDate
7
- };
@@ -1,14 +0,0 @@
1
- import { normalizeDates as f } from "./_lib/normalizeDates.js";
2
- import { startOfDay as t } from "./startOfDay.js";
3
- function s(a, e, r) {
4
- const [o, i] = f(
5
- r?.in,
6
- a,
7
- e
8
- );
9
- return +t(o) == +t(i);
10
- }
11
- export {
12
- s as default,
13
- s as isSameDay
14
- };
@@ -1,13 +0,0 @@
1
- import { normalizeDates as o } from "./_lib/normalizeDates.js";
2
- function i(a, r, n) {
3
- const [e, t] = o(
4
- n?.in,
5
- a,
6
- r
7
- );
8
- return e.getFullYear() === t.getFullYear() && e.getMonth() === t.getMonth();
9
- }
10
- export {
11
- i as default,
12
- i as isSameMonth
13
- };
@@ -1,13 +0,0 @@
1
- import { normalizeDates as i } from "./_lib/normalizeDates.js";
2
- function o(e, a, r) {
3
- const [t, l] = i(
4
- r?.in,
5
- e,
6
- a
7
- );
8
- return t.getFullYear() === l.getFullYear();
9
- }
10
- export {
11
- o as default,
12
- o as isSameYear
13
- };
@@ -1,9 +0,0 @@
1
- import { isDate as r } from "./isDate.js";
2
- import { toDate as t } from "./toDate.js";
3
- function f(o) {
4
- return !(!r(o) && typeof o != "number" || isNaN(+t(o)));
5
- }
6
- export {
7
- f as default,
8
- f as isValid
9
- };
@@ -1,9 +0,0 @@
1
- function r(t) {
2
- return (d = {}) => {
3
- const n = d.width ? String(d.width) : t.defaultWidth;
4
- return t.formats[n] || t.formats[t.defaultWidth];
5
- };
6
- }
7
- export {
8
- r as buildFormatLongFn
9
- };
@@ -1,18 +0,0 @@
1
- function c(t) {
2
- return (l, e) => {
3
- const u = e?.context ? String(e.context) : "standalone";
4
- let d;
5
- if (u === "formatting" && t.formattingValues) {
6
- const n = t.defaultFormattingWidth || t.defaultWidth, i = e?.width ? String(e.width) : n;
7
- d = t.formattingValues[i] || t.formattingValues[n];
8
- } else {
9
- const n = t.defaultWidth, i = e?.width ? String(e.width) : t.defaultWidth;
10
- d = t.values[i] || t.values[n];
11
- }
12
- const a = t.argumentCallback ? t.argumentCallback(l) : l;
13
- return d[a];
14
- };
15
- }
16
- export {
17
- c as buildLocalizeFn
18
- };
@@ -1,31 +0,0 @@
1
- function P(t) {
2
- return (n, e = {}) => {
3
- const l = e.width, h = l && t.matchPatterns[l] || t.matchPatterns[t.defaultMatchWidth], i = n.match(h);
4
- if (!i)
5
- return null;
6
- const r = i[0], c = l && t.parsePatterns[l] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(c) ? o(c, (u) => u.test(r)) : (
7
- // [TODO] -- I challenge you to fix the type
8
- s(c, (u) => u.test(r))
9
- );
10
- let a;
11
- a = t.valueCallback ? t.valueCallback(d) : d, a = e.valueCallback ? (
12
- // [TODO] -- I challenge you to fix the type
13
- e.valueCallback(a)
14
- ) : a;
15
- const f = n.slice(r.length);
16
- return { value: a, rest: f };
17
- };
18
- }
19
- function s(t, n) {
20
- for (const e in t)
21
- if (Object.prototype.hasOwnProperty.call(t, e) && n(t[e]))
22
- return e;
23
- }
24
- function o(t, n) {
25
- for (let e = 0; e < t.length; e++)
26
- if (n(t[e]))
27
- return e;
28
- }
29
- export {
30
- P as buildMatchFn
31
- };
@@ -1,15 +0,0 @@
1
- function h(t) {
2
- return (e, c = {}) => {
3
- const n = e.match(t.matchPattern);
4
- if (!n) return null;
5
- const u = n[0], a = e.match(t.parsePattern);
6
- if (!a) return null;
7
- let l = t.valueCallback ? t.valueCallback(a[0]) : a[0];
8
- l = c.valueCallback ? c.valueCallback(l) : l;
9
- const r = e.slice(u.length);
10
- return { value: l, rest: r };
11
- };
12
- }
13
- export {
14
- h as buildMatchPatternFn
15
- };
@@ -1,70 +0,0 @@
1
- const a = {
2
- lessThanXSeconds: {
3
- one: "less than a second",
4
- other: "less than {{count}} seconds"
5
- },
6
- xSeconds: {
7
- one: "1 second",
8
- other: "{{count}} seconds"
9
- },
10
- halfAMinute: "half a minute",
11
- lessThanXMinutes: {
12
- one: "less than a minute",
13
- other: "less than {{count}} minutes"
14
- },
15
- xMinutes: {
16
- one: "1 minute",
17
- other: "{{count}} minutes"
18
- },
19
- aboutXHours: {
20
- one: "about 1 hour",
21
- other: "about {{count}} hours"
22
- },
23
- xHours: {
24
- one: "1 hour",
25
- other: "{{count}} hours"
26
- },
27
- xDays: {
28
- one: "1 day",
29
- other: "{{count}} days"
30
- },
31
- aboutXWeeks: {
32
- one: "about 1 week",
33
- other: "about {{count}} weeks"
34
- },
35
- xWeeks: {
36
- one: "1 week",
37
- other: "{{count}} weeks"
38
- },
39
- aboutXMonths: {
40
- one: "about 1 month",
41
- other: "about {{count}} months"
42
- },
43
- xMonths: {
44
- one: "1 month",
45
- other: "{{count}} months"
46
- },
47
- aboutXYears: {
48
- one: "about 1 year",
49
- other: "about {{count}} years"
50
- },
51
- xYears: {
52
- one: "1 year",
53
- other: "{{count}} years"
54
- },
55
- overXYears: {
56
- one: "over 1 year",
57
- other: "over {{count}} years"
58
- },
59
- almostXYears: {
60
- one: "almost 1 year",
61
- other: "almost {{count}} years"
62
- }
63
- }, r = (s, n, t) => {
64
- let e;
65
- const o = a[s];
66
- return typeof o == "string" ? e = o : n === 1 ? e = o.one : e = o.other.replace("{{count}}", n.toString()), t?.addSuffix ? t.comparison && t.comparison > 0 ? "in " + e : e + " ago" : e;
67
- };
68
- export {
69
- r as formatDistance
70
- };
@@ -1,33 +0,0 @@
1
- import { buildFormatLongFn as t } from "../../_lib/buildFormatLongFn.js";
2
- const m = {
3
- full: "EEEE, MMMM do, y",
4
- long: "MMMM do, y",
5
- medium: "MMM d, y",
6
- short: "MM/dd/yyyy"
7
- }, a = {
8
- full: "h:mm:ss a zzzz",
9
- long: "h:mm:ss a z",
10
- medium: "h:mm:ss a",
11
- short: "h:mm a"
12
- }, o = {
13
- full: "{{date}} 'at' {{time}}",
14
- long: "{{date}} 'at' {{time}}",
15
- medium: "{{date}}, {{time}}",
16
- short: "{{date}}, {{time}}"
17
- }, e = {
18
- date: t({
19
- formats: m,
20
- defaultWidth: "full"
21
- }),
22
- time: t({
23
- formats: a,
24
- defaultWidth: "full"
25
- }),
26
- dateTime: t({
27
- formats: o,
28
- defaultWidth: "full"
29
- })
30
- };
31
- export {
32
- e as formatLong
33
- };