@schandlergarcia/sf-web-components 1.9.28 → 1.9.30

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 (998) hide show
  1. package/.a4drules/features/command-center-dashboard-rule.md +6 -10
  2. package/.a4drules/skills/command-center-builder/SKILL.md +29 -629
  3. package/.a4drules/skills/command-center-builder/charts-visualization.md +136 -0
  4. package/.a4drules/skills/command-center-builder/completion-checklist.md +87 -0
  5. package/.a4drules/skills/command-center-builder/components-styling.md +97 -0
  6. package/.a4drules/skills/command-center-builder/data-forms-ai.md +43 -0
  7. package/.a4drules/skills/command-center-builder/getting-started.md +127 -0
  8. package/.a4drules/skills/command-center-builder/page-layout.md +143 -0
  9. package/.a4drules/skills/command-center-guide/SKILL.md +217 -0
  10. package/.a4drules/skills/command-center-project/SKILL.md +4 -4
  11. package/.a4drules/skills/component-library/SKILL.md +27 -1000
  12. package/.a4drules/skills/component-library/card-components.md +253 -0
  13. package/.a4drules/skills/component-library/charts.md +64 -0
  14. package/.a4drules/skills/component-library/chat-data.md +184 -0
  15. package/.a4drules/skills/component-library/common-mistakes.md +25 -0
  16. package/.a4drules/skills/component-library/forms-filters.md +130 -0
  17. package/.a4drules/skills/component-library/hero-ui.md +211 -0
  18. package/.a4drules/skills/component-library/ui-primitives.md +92 -0
  19. package/.a4drules/skills/component-library/when-to-use.md +39 -0
  20. package/README.md +80 -507
  21. package/dist/components/library/cards/ActionList.d.ts +10 -10
  22. package/dist/components/library/cards/ActionList.js +4 -3
  23. package/dist/components/library/cards/ActionList.js.map +1 -1
  24. package/dist/components/library/cards/ActivityCard.d.ts +5 -18
  25. package/dist/components/library/cards/ActivityCard.js +4 -3
  26. package/dist/components/library/cards/ActivityCard.js.map +1 -1
  27. package/dist/components/library/cards/BaseCard.d.ts +24 -30
  28. package/dist/components/library/cards/BaseCard.js +3 -2
  29. package/dist/components/library/cards/BaseCard.js.map +1 -1
  30. package/dist/components/library/cards/CalloutCard.d.ts +9 -11
  31. package/dist/components/library/cards/CalloutCard.js +3 -2
  32. package/dist/components/library/cards/CalloutCard.js.map +1 -1
  33. package/dist/components/library/cards/ChartCard.d.ts +17 -29
  34. package/dist/components/library/cards/ChartCard.js +14 -13
  35. package/dist/components/library/cards/ChartCard.js.map +1 -1
  36. package/dist/components/library/cards/FeedPanel.d.ts +11 -12
  37. package/dist/components/library/cards/FeedPanel.js +4 -3
  38. package/dist/components/library/cards/FeedPanel.js.map +1 -1
  39. package/dist/components/library/cards/ListCard.d.ts +20 -33
  40. package/dist/components/library/cards/ListCard.js +38 -38
  41. package/dist/components/library/cards/ListCard.js.map +1 -1
  42. package/dist/components/library/cards/MetricCard.d.ts +17 -23
  43. package/dist/components/library/cards/MetricCard.js +11 -10
  44. package/dist/components/library/cards/MetricCard.js.map +1 -1
  45. package/dist/components/library/cards/MetricsStrip.d.ts +11 -11
  46. package/dist/components/library/cards/MetricsStrip.js +1 -1
  47. package/dist/components/library/cards/MetricsStrip.js.map +1 -1
  48. package/dist/components/library/cards/SectionCard.d.ts +12 -17
  49. package/dist/components/library/cards/SectionCard.js +19 -18
  50. package/dist/components/library/cards/SectionCard.js.map +1 -1
  51. package/dist/components/library/cards/SemanticMetricCard.d.ts +20 -15
  52. package/dist/components/library/cards/SemanticMetricCardWithLoading.d.ts +7 -8
  53. package/dist/components/library/cards/SemanticTableCard.d.ts +18 -13
  54. package/dist/components/library/cards/SemanticTableCardWithLoading.d.ts +7 -8
  55. package/dist/components/library/cards/StatusCard.d.ts +15 -29
  56. package/dist/components/library/cards/StatusCard.js +17 -16
  57. package/dist/components/library/cards/StatusCard.js.map +1 -1
  58. package/dist/components/library/cards/TableCard.d.ts +23 -40
  59. package/dist/components/library/cards/TableCard.js +56 -56
  60. package/dist/components/library/cards/TableCard.js.map +1 -1
  61. package/dist/components/library/cards/WidgetCard.d.ts +11 -19
  62. package/dist/components/library/cards/WidgetCard.js +4 -4
  63. package/dist/components/library/cards/WidgetCard.js.map +1 -1
  64. package/dist/components/library/charts/D3Chart.d.ts +16 -23
  65. package/dist/components/library/charts/D3Chart.js.map +1 -1
  66. package/dist/components/library/charts/D3ChartTemplates.d.ts +3 -33
  67. package/dist/components/library/charts/D3ChartTemplates.js +7 -7
  68. package/dist/components/library/charts/D3ChartTemplates.js.map +1 -1
  69. package/dist/components/library/charts/GeoMap.d.ts +18 -81
  70. package/dist/components/library/charts/GeoMap.js +26 -28
  71. package/dist/components/library/charts/GeoMap.js.map +1 -1
  72. package/dist/components/library/chat/ChatBar.d.ts +11 -14
  73. package/dist/components/library/chat/ChatBar.js +3 -2
  74. package/dist/components/library/chat/ChatBar.js.map +1 -1
  75. package/dist/components/library/chat/ChatInput.d.ts +8 -9
  76. package/dist/components/library/chat/ChatInput.js.map +1 -1
  77. package/dist/components/library/chat/ChatMessage.d.ts +4 -18
  78. package/dist/components/library/chat/ChatMessage.js.map +1 -1
  79. package/dist/components/library/chat/ChatMessageList.d.ts +8 -11
  80. package/dist/components/library/chat/ChatMessageList.js.map +1 -1
  81. package/dist/components/library/chat/ChatPanel.d.ts +12 -16
  82. package/dist/components/library/chat/ChatPanel.js +9 -8
  83. package/dist/components/library/chat/ChatPanel.js.map +1 -1
  84. package/dist/components/library/chat/ChatSuggestions.d.ts +4 -5
  85. package/dist/components/library/chat/ChatSuggestions.js +3 -2
  86. package/dist/components/library/chat/ChatSuggestions.js.map +1 -1
  87. package/dist/components/library/chat/ChatToolCall.d.ts +3 -11
  88. package/dist/components/library/chat/ChatToolCall.js.map +1 -1
  89. package/dist/components/library/chat/ChatTypingIndicator.d.ts +3 -4
  90. package/dist/components/library/chat/ChatTypingIndicator.js +3 -2
  91. package/dist/components/library/chat/ChatTypingIndicator.js.map +1 -1
  92. package/dist/components/library/chat/ChatWelcome.d.ts +7 -9
  93. package/dist/components/library/chat/ChatWelcome.js +7 -6
  94. package/dist/components/library/chat/ChatWelcome.js.map +1 -1
  95. package/dist/components/library/chat/index.d.ts +0 -10
  96. package/dist/components/library/chat/useChatState.d.ts +11 -37
  97. package/dist/components/library/chat/useChatState.js +46 -63
  98. package/dist/components/library/chat/useChatState.js.map +1 -1
  99. package/dist/components/library/data/DataModeProvider.d.ts +11 -15
  100. package/dist/components/library/data/DataModeProvider.js +9 -9
  101. package/dist/components/library/data/DataModeProvider.js.map +1 -1
  102. package/dist/components/library/data/DataModeToggle.d.ts +3 -4
  103. package/dist/components/library/data/DataModeToggle.js +5 -4
  104. package/dist/components/library/data/DataModeToggle.js.map +1 -1
  105. package/dist/components/library/data/chartDataProvider.d.ts +3 -41
  106. package/dist/components/library/data/filterUtils.d.ts +9 -38
  107. package/dist/components/library/data/filterUtils.js.map +1 -1
  108. package/dist/components/library/data/useDataSource.d.ts +4 -6
  109. package/dist/components/library/data/useDataSource.js.map +1 -1
  110. package/dist/components/library/data/usePageFilters.d.ts +5 -31
  111. package/dist/components/library/data/usePageFilters.js +2 -6
  112. package/dist/components/library/data/usePageFilters.js.map +1 -1
  113. package/dist/components/library/filters/FilterBar.d.ts +8 -18
  114. package/dist/components/library/filters/FilterBar.js +3 -2
  115. package/dist/components/library/filters/FilterBar.js.map +1 -1
  116. package/dist/components/library/filters/SearchFilter.d.ts +6 -7
  117. package/dist/components/library/filters/SearchFilter.js +3 -2
  118. package/dist/components/library/filters/SearchFilter.js.map +1 -1
  119. package/dist/components/library/filters/SelectFilter.d.ts +7 -13
  120. package/dist/components/library/filters/SelectFilter.js +3 -2
  121. package/dist/components/library/filters/SelectFilter.js.map +1 -1
  122. package/dist/components/library/filters/ToggleFilter.d.ts +5 -7
  123. package/dist/components/library/filters/ToggleFilter.js +3 -2
  124. package/dist/components/library/filters/ToggleFilter.js.map +1 -1
  125. package/dist/components/library/forms/FormField.d.ts +8 -10
  126. package/dist/components/library/forms/FormField.js +4 -3
  127. package/dist/components/library/forms/FormField.js.map +1 -1
  128. package/dist/components/library/forms/FormModal.d.ts +14 -23
  129. package/dist/components/library/forms/FormModal.js.map +1 -1
  130. package/dist/components/library/forms/FormRenderer.d.ts +9 -29
  131. package/dist/components/library/forms/FormRenderer.js +7 -6
  132. package/dist/components/library/forms/FormRenderer.js.map +1 -1
  133. package/dist/components/library/forms/FormSection.d.ts +8 -10
  134. package/dist/components/library/forms/FormSection.js +3 -2
  135. package/dist/components/library/forms/FormSection.js.map +1 -1
  136. package/dist/components/library/forms/index.d.ts +0 -5
  137. package/dist/components/library/forms/useFormState.d.ts +15 -23
  138. package/dist/components/library/forms/useFormState.js +47 -53
  139. package/dist/components/library/forms/useFormState.js.map +1 -1
  140. package/dist/components/library/heroui/Accordion.d.ts +5 -6
  141. package/dist/components/library/heroui/Accordion.js +8 -7
  142. package/dist/components/library/heroui/Accordion.js.map +1 -1
  143. package/dist/components/library/heroui/Alert.d.ts +5 -6
  144. package/dist/components/library/heroui/Alert.js +8 -7
  145. package/dist/components/library/heroui/Alert.js.map +1 -1
  146. package/dist/components/library/heroui/Badge.d.ts +5 -8
  147. package/dist/components/library/heroui/Badge.js +3 -2
  148. package/dist/components/library/heroui/Badge.js.map +1 -1
  149. package/dist/components/library/heroui/Breadcrumbs.d.ts +2 -5
  150. package/dist/components/library/heroui/Breadcrumbs.js +5 -4
  151. package/dist/components/library/heroui/Breadcrumbs.js.map +1 -1
  152. package/dist/components/library/heroui/Button.d.ts +26 -16
  153. package/dist/components/library/heroui/Button.js +22 -21
  154. package/dist/components/library/heroui/Button.js.map +1 -1
  155. package/dist/components/library/heroui/Card.d.ts +5 -8
  156. package/dist/components/library/heroui/Card.js +7 -6
  157. package/dist/components/library/heroui/Card.js.map +1 -1
  158. package/dist/components/library/heroui/Collapsible.d.ts +30 -19
  159. package/dist/components/library/heroui/Collapsible.js +17 -13
  160. package/dist/components/library/heroui/Collapsible.js.map +1 -1
  161. package/dist/components/library/heroui/DatePicker.d.ts +52 -24
  162. package/dist/components/library/heroui/DatePicker.js +6 -5
  163. package/dist/components/library/heroui/DatePicker.js.map +1 -1
  164. package/dist/components/library/heroui/Dialog.d.ts +32 -18
  165. package/dist/components/library/heroui/Dialog.js +7 -6
  166. package/dist/components/library/heroui/Dialog.js.map +1 -1
  167. package/dist/components/library/heroui/Drawer.d.ts +2 -6
  168. package/dist/components/library/heroui/Drawer.js +3 -2
  169. package/dist/components/library/heroui/Drawer.js.map +1 -1
  170. package/dist/components/library/heroui/Dropdown.d.ts +2 -6
  171. package/dist/components/library/heroui/Dropdown.js +3 -2
  172. package/dist/components/library/heroui/Dropdown.js.map +1 -1
  173. package/dist/components/library/heroui/Field.d.ts +38 -19
  174. package/dist/components/library/heroui/Field.js +10 -9
  175. package/dist/components/library/heroui/Field.js.map +1 -1
  176. package/dist/components/library/heroui/Input.d.ts +1 -5
  177. package/dist/components/library/heroui/Input.js +1 -0
  178. package/dist/components/library/heroui/Input.js.map +1 -1
  179. package/dist/components/library/heroui/Kbd.d.ts +5 -6
  180. package/dist/components/library/heroui/Kbd.js +5 -4
  181. package/dist/components/library/heroui/Kbd.js.map +1 -1
  182. package/dist/components/library/heroui/Meter.d.ts +5 -7
  183. package/dist/components/library/heroui/Meter.js +5 -4
  184. package/dist/components/library/heroui/Meter.js.map +1 -1
  185. package/dist/components/library/heroui/Modal.d.ts +2 -6
  186. package/dist/components/library/heroui/Modal.js +3 -2
  187. package/dist/components/library/heroui/Modal.js.map +1 -1
  188. package/dist/components/library/heroui/Pagination.d.ts +2 -6
  189. package/dist/components/library/heroui/Pagination.js +5 -4
  190. package/dist/components/library/heroui/Pagination.js.map +1 -1
  191. package/dist/components/library/heroui/Popover.d.ts +40 -23
  192. package/dist/components/library/heroui/Popover.js +20 -20
  193. package/dist/components/library/heroui/Popover.js.map +1 -1
  194. package/dist/components/library/heroui/ProgressBar.d.ts +5 -8
  195. package/dist/components/library/heroui/ProgressBar.js +1 -0
  196. package/dist/components/library/heroui/ProgressBar.js.map +1 -1
  197. package/dist/components/library/heroui/ProgressCircle.d.ts +5 -8
  198. package/dist/components/library/heroui/ProgressCircle.js +1 -0
  199. package/dist/components/library/heroui/ProgressCircle.js.map +1 -1
  200. package/dist/components/library/heroui/ScrollShadow.d.ts +5 -8
  201. package/dist/components/library/heroui/ScrollShadow.js +4 -3
  202. package/dist/components/library/heroui/ScrollShadow.js.map +1 -1
  203. package/dist/components/library/heroui/Select.d.ts +37 -31
  204. package/dist/components/library/heroui/Select.js +11 -8
  205. package/dist/components/library/heroui/Select.js.map +1 -1
  206. package/dist/components/library/heroui/Separator.d.ts +2 -6
  207. package/dist/components/library/heroui/Separator.js +5 -4
  208. package/dist/components/library/heroui/Separator.js.map +1 -1
  209. package/dist/components/library/heroui/Skeleton.d.ts +5 -8
  210. package/dist/components/library/heroui/Skeleton.js +5 -4
  211. package/dist/components/library/heroui/Skeleton.js.map +1 -1
  212. package/dist/components/library/heroui/Tabs.d.ts +5 -6
  213. package/dist/components/library/heroui/Tabs.js +8 -7
  214. package/dist/components/library/heroui/Tabs.js.map +1 -1
  215. package/dist/components/library/heroui/Toast.d.ts +3 -6
  216. package/dist/components/library/heroui/Toast.js +4 -3
  217. package/dist/components/library/heroui/Toast.js.map +1 -1
  218. package/dist/components/library/heroui/Toggle.d.ts +4 -5
  219. package/dist/components/library/heroui/Toggle.js +6 -5
  220. package/dist/components/library/heroui/Toggle.js.map +1 -1
  221. package/dist/components/library/heroui/Tooltip.d.ts +2 -6
  222. package/dist/components/library/heroui/Tooltip.js +3 -2
  223. package/dist/components/library/heroui/Tooltip.js.map +1 -1
  224. package/dist/components/library/index.d.ts +98 -129
  225. package/dist/components/library/index.js +57 -41
  226. package/dist/components/library/index.js.map +1 -1
  227. package/dist/components/library/layout/PageContainer.d.ts +4 -6
  228. package/dist/components/library/layout/PageContainer.js +5 -4
  229. package/dist/components/library/layout/PageContainer.js.map +1 -1
  230. package/dist/components/library/skeletons/CardSkeleton.d.ts +4 -5
  231. package/dist/components/library/skeletons/CardSkeleton.js +3 -2
  232. package/dist/components/library/skeletons/CardSkeleton.js.map +1 -1
  233. package/dist/components/library/theme/AppThemeProvider.d.ts +50 -13
  234. package/dist/components/library/theme/AppThemeProvider.js +4 -4
  235. package/dist/components/library/theme/AppThemeProvider.js.map +1 -1
  236. package/dist/components/library/theme/tokens.d.ts +44 -45
  237. package/dist/components/library/theme/tokens.js.map +1 -1
  238. package/dist/components/library/ui/Alert.d.ts +21 -0
  239. package/dist/components/library/ui/{alert.js → Alert.js} +14 -13
  240. package/dist/components/library/ui/Alert.js.map +1 -0
  241. package/dist/components/library/ui/Avatar.d.ts +10 -22
  242. package/dist/components/library/ui/Avatar.js +16 -39
  243. package/dist/components/library/ui/Avatar.js.map +1 -1
  244. package/dist/components/library/ui/BreadcrumbExtras.d.ts +2 -1
  245. package/dist/components/library/ui/Button.d.ts +10 -9
  246. package/dist/components/library/ui/{UIButton.js → Button.js} +31 -26
  247. package/dist/components/library/ui/Button.js.map +1 -0
  248. package/dist/components/library/ui/Card.d.ts +37 -23
  249. package/dist/components/library/ui/{card.js → Card.js} +26 -24
  250. package/dist/components/library/ui/Card.js.map +1 -0
  251. package/dist/components/library/ui/Checkbox.d.ts +4 -0
  252. package/dist/components/library/ui/{checkbox.js → Checkbox.js} +5 -4
  253. package/dist/components/library/ui/Checkbox.js.map +1 -0
  254. package/dist/components/library/ui/Chip.d.ts +7 -18
  255. package/dist/components/library/ui/Chip.js +12 -11
  256. package/dist/components/library/ui/Chip.js.map +1 -1
  257. package/dist/components/library/ui/{collapsible.d.ts → Collapsible.d.ts} +1 -1
  258. package/dist/components/library/ui/Container.d.ts +13 -12
  259. package/dist/components/library/ui/Container.js +17 -16
  260. package/dist/components/library/ui/Container.js.map +1 -1
  261. package/dist/components/library/ui/{dialog.d.ts → Dialog.d.ts} +1 -1
  262. package/dist/components/library/ui/EmptyState.d.ts +7 -34
  263. package/dist/components/library/ui/EmptyState.js +6 -5
  264. package/dist/components/library/ui/EmptyState.js.map +1 -1
  265. package/dist/components/library/ui/FieldGroup.d.ts +5 -4
  266. package/dist/components/library/ui/FieldGroup.js +5 -4
  267. package/dist/components/library/ui/FieldGroup.js.map +1 -1
  268. package/dist/components/library/ui/Input.d.ts +5 -3
  269. package/dist/components/library/ui/{UIInput.js → Input.js} +7 -6
  270. package/dist/components/library/ui/Input.js.map +1 -0
  271. package/dist/components/library/ui/Label.d.ts +7 -0
  272. package/dist/components/library/ui/Label.js +23 -0
  273. package/dist/components/library/ui/Label.js.map +1 -0
  274. package/dist/components/library/ui/PaginationExtras.d.ts +2 -1
  275. package/dist/components/library/ui/{popover.d.ts → Popover.d.ts} +1 -1
  276. package/dist/components/library/ui/{select.d.ts → Select.d.ts} +1 -1
  277. package/dist/components/library/ui/Spinner.d.ts +5 -21
  278. package/dist/components/library/ui/{spinner.js → Spinner.js} +17 -16
  279. package/dist/components/library/ui/Spinner.js.map +1 -0
  280. package/dist/components/library/ui/Text.d.ts +10 -24
  281. package/dist/components/library/ui/Text.js +23 -20
  282. package/dist/components/library/ui/Text.js.map +1 -1
  283. package/dist/components/library/ui/Toggle.d.ts +5 -0
  284. package/dist/components/library/ui/Toggle.js +47 -0
  285. package/dist/components/library/ui/Toggle.js.map +1 -0
  286. package/dist/components/workspace/ComponentRegistry.d.ts +140 -116
  287. package/dist/components/workspace/ComponentRegistry.js +46 -46
  288. package/dist/components/workspace/ComponentRegistry.js.map +1 -1
  289. package/dist/index.js +241 -229
  290. package/dist/index.js.map +1 -1
  291. package/dist/styles/base.css +0 -8
  292. package/package.json +14 -21
  293. package/scripts/reset-command-center.sh +181 -202
  294. package/scripts/validate-dashboard.sh +21 -30
  295. package/INSTALL.md +0 -200
  296. package/dist/components/library/ui/BreadcrumbExtras.js +0 -109
  297. package/dist/components/library/ui/BreadcrumbExtras.js.map +0 -1
  298. package/dist/components/library/ui/PaginationExtras.js +0 -138
  299. package/dist/components/library/ui/PaginationExtras.js.map +0 -1
  300. package/dist/components/library/ui/UIButton.d.ts +0 -22
  301. package/dist/components/library/ui/UIButton.js.map +0 -1
  302. package/dist/components/library/ui/UIInput.d.ts +0 -4
  303. package/dist/components/library/ui/UIInput.js.map +0 -1
  304. package/dist/components/library/ui/alert.d.ts +0 -23
  305. package/dist/components/library/ui/alert.js.map +0 -1
  306. package/dist/components/library/ui/badge.d.ts +0 -9
  307. package/dist/components/library/ui/badge.js +0 -43
  308. package/dist/components/library/ui/badge.js.map +0 -1
  309. package/dist/components/library/ui/breadcrumb.d.ts +0 -11
  310. package/dist/components/library/ui/breadcrumb.js +0 -103
  311. package/dist/components/library/ui/breadcrumb.js.map +0 -1
  312. package/dist/components/library/ui/button.js +0 -56
  313. package/dist/components/library/ui/button.js.map +0 -1
  314. package/dist/components/library/ui/calendar.d.ts +0 -10
  315. package/dist/components/library/ui/calendar.js +0 -187
  316. package/dist/components/library/ui/calendar.js.map +0 -1
  317. package/dist/components/library/ui/card.js.map +0 -1
  318. package/dist/components/library/ui/checkbox.d.ts +0 -4
  319. package/dist/components/library/ui/checkbox.js.map +0 -1
  320. package/dist/components/library/ui/collapsible.js +0 -29
  321. package/dist/components/library/ui/collapsible.js.map +0 -1
  322. package/dist/components/library/ui/datePicker.js +0 -25
  323. package/dist/components/library/ui/datePicker.js.map +0 -1
  324. package/dist/components/library/ui/dialog.js +0 -137
  325. package/dist/components/library/ui/dialog.js.map +0 -1
  326. package/dist/components/library/ui/field.js +0 -78
  327. package/dist/components/library/ui/field.js.map +0 -1
  328. package/dist/components/library/ui/input.js +0 -20
  329. package/dist/components/library/ui/input.js.map +0 -1
  330. package/dist/components/library/ui/label.d.ts +0 -5
  331. package/dist/components/library/ui/label.js +0 -22
  332. package/dist/components/library/ui/label.js.map +0 -1
  333. package/dist/components/library/ui/pagination.d.ts +0 -17
  334. package/dist/components/library/ui/pagination.js +0 -126
  335. package/dist/components/library/ui/pagination.js.map +0 -1
  336. package/dist/components/library/ui/popover.js +0 -35
  337. package/dist/components/library/ui/popover.js.map +0 -1
  338. package/dist/components/library/ui/select.js +0 -106
  339. package/dist/components/library/ui/select.js.map +0 -1
  340. package/dist/components/library/ui/separator.d.ts +0 -4
  341. package/dist/components/library/ui/separator.js +0 -27
  342. package/dist/components/library/ui/separator.js.map +0 -1
  343. package/dist/components/library/ui/shadcn-exports.d.ts +0 -22
  344. package/dist/components/library/ui/skeleton.d.ts +0 -3
  345. package/dist/components/library/ui/skeleton.js +0 -16
  346. package/dist/components/library/ui/skeleton.js.map +0 -1
  347. package/dist/components/library/ui/sonner.d.ts +0 -15
  348. package/dist/components/library/ui/sonner.js +0 -11
  349. package/dist/components/library/ui/sonner.js.map +0 -1
  350. package/dist/components/library/ui/spinner.js.map +0 -1
  351. package/dist/components/library/ui/table.d.ts +0 -10
  352. package/dist/components/library/ui/table.js +0 -115
  353. package/dist/components/library/ui/table.js.map +0 -1
  354. package/dist/components/library/ui/tabs.d.ts +0 -11
  355. package/dist/components/library/ui/tabs.js +0 -91
  356. package/dist/components/library/ui/tabs.js.map +0 -1
  357. package/dist/node_modules/@date-fns/tz/date/index.js +0 -62
  358. package/dist/node_modules/@date-fns/tz/date/index.js.map +0 -1
  359. package/dist/node_modules/@date-fns/tz/date/mini.js +0 -70
  360. package/dist/node_modules/@date-fns/tz/date/mini.js.map +0 -1
  361. package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -12
  362. package/dist/node_modules/@date-fns/tz/tzName/index.js.map +0 -1
  363. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -23
  364. package/dist/node_modules/@date-fns/tz/tzOffset/index.js.map +0 -1
  365. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -533
  366. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  367. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -404
  368. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  369. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -233
  370. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  371. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -137
  372. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
  373. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -129
  374. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  375. package/dist/node_modules/@radix-ui/number/dist/index.js +0 -7
  376. package/dist/node_modules/@radix-ui/number/dist/index.js.map +0 -1
  377. package/dist/node_modules/@radix-ui/primitive/dist/index.js +0 -10
  378. package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  379. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
  380. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  381. package/dist/node_modules/@radix-ui/react-arrow/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  382. package/dist/node_modules/@radix-ui/react-arrow/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  383. package/dist/node_modules/@radix-ui/react-arrow/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  384. package/dist/node_modules/@radix-ui/react-arrow/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  385. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +0 -252
  386. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js.map +0 -1
  387. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  388. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  389. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  390. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  391. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  392. package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  393. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +0 -120
  394. package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js.map +0 -1
  395. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  396. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  397. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  398. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  399. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  400. package/dist/node_modules/@radix-ui/react-collapsible/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  401. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +0 -51
  402. package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  403. package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  404. package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  405. package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  406. package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  407. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -30
  408. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  409. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +0 -258
  410. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  411. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-context/dist/index.js +0 -69
  412. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  413. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  414. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  415. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  416. package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  417. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
  418. package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  419. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -128
  420. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  421. package/dist/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-primitive/dist/index.js +0 -37
  422. package/dist/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  423. package/dist/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  424. package/dist/node_modules/@radix-ui/react-dismissable-layer/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  425. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -18
  426. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  427. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -137
  428. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  429. package/dist/node_modules/@radix-ui/react-focus-scope/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  430. package/dist/node_modules/@radix-ui/react-focus-scope/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  431. package/dist/node_modules/@radix-ui/react-focus-scope/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  432. package/dist/node_modules/@radix-ui/react-focus-scope/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  433. package/dist/node_modules/@radix-ui/react-id/dist/index.js +0 -14
  434. package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  435. package/dist/node_modules/@radix-ui/react-label/dist/index.js +0 -20
  436. package/dist/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
  437. package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  438. package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  439. package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  440. package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  441. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +0 -240
  442. package/dist/node_modules/@radix-ui/react-popover/dist/index.js.map +0 -1
  443. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  444. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  445. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  446. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  447. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  448. package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  449. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +0 -220
  450. package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  451. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  452. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  453. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  454. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  455. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  456. package/dist/node_modules/@radix-ui/react-popper/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  457. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +0 -16
  458. package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  459. package/dist/node_modules/@radix-ui/react-portal/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  460. package/dist/node_modules/@radix-ui/react-portal/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  461. package/dist/node_modules/@radix-ui/react-portal/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  462. package/dist/node_modules/@radix-ui/react-portal/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  463. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +0 -71
  464. package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  465. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -184
  466. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
  467. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  468. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  469. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  470. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  471. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  472. package/dist/node_modules/@radix-ui/react-roving-focus/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  473. package/dist/node_modules/@radix-ui/react-select/dist/index.js +0 -844
  474. package/dist/node_modules/@radix-ui/react-select/dist/index.js.map +0 -1
  475. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  476. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  477. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  478. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  479. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  480. package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  481. package/dist/node_modules/@radix-ui/react-separator/dist/index.js +0 -25
  482. package/dist/node_modules/@radix-ui/react-separator/dist/index.js.map +0 -1
  483. package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  484. package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  485. package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  486. package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  487. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +0 -164
  488. package/dist/node_modules/@radix-ui/react-tabs/dist/index.js.map +0 -1
  489. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-context/dist/index.js +0 -54
  490. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  491. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  492. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  493. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  494. package/dist/node_modules/@radix-ui/react-tabs/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  495. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -11
  496. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  497. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -53
  498. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  499. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -15
  500. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  501. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
  502. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  503. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -9
  504. package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -1
  505. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +0 -28
  506. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  507. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -31
  508. package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  509. package/dist/node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-primitive/dist/index.js +0 -33
  510. package/dist/node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  511. package/dist/node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-slot/dist/index.js +0 -50
  512. package/dist/node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  513. package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -53
  514. package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  515. package/dist/node_modules/class-variance-authority/dist/index.js +0 -36
  516. package/dist/node_modules/class-variance-authority/dist/index.js.map +0 -1
  517. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  518. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js.map +0 -1
  519. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -8
  520. package/dist/node_modules/date-fns/_lib/defaultOptions.js.map +0 -1
  521. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -549
  522. package/dist/node_modules/date-fns/_lib/format/formatters.js.map +0 -1
  523. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -59
  524. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js.map +0 -1
  525. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -50
  526. package/dist/node_modules/date-fns/_lib/format/longFormatters.js.map +0 -1
  527. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -19
  528. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js.map +0 -1
  529. package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -12
  530. package/dist/node_modules/date-fns/_lib/normalizeDates.js.map +0 -1
  531. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -9
  532. package/dist/node_modules/date-fns/_lib/normalizeInterval.js.map +0 -1
  533. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -21
  534. package/dist/node_modules/date-fns/_lib/protectedTokens.js.map +0 -1
  535. package/dist/node_modules/date-fns/addDays.js +0 -10
  536. package/dist/node_modules/date-fns/addDays.js.map +0 -1
  537. package/dist/node_modules/date-fns/addMonths.js +0 -20
  538. package/dist/node_modules/date-fns/addMonths.js.map +0 -1
  539. package/dist/node_modules/date-fns/addWeeks.js +0 -8
  540. package/dist/node_modules/date-fns/addWeeks.js.map +0 -1
  541. package/dist/node_modules/date-fns/addYears.js +0 -8
  542. package/dist/node_modules/date-fns/addYears.js.map +0 -1
  543. package/dist/node_modules/date-fns/constants.js +0 -7
  544. package/dist/node_modules/date-fns/constants.js.map +0 -1
  545. package/dist/node_modules/date-fns/constructFrom.js +0 -8
  546. package/dist/node_modules/date-fns/constructFrom.js.map +0 -1
  547. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -16
  548. package/dist/node_modules/date-fns/differenceInCalendarDays.js.map +0 -1
  549. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -13
  550. package/dist/node_modules/date-fns/differenceInCalendarMonths.js.map +0 -1
  551. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -17
  552. package/dist/node_modules/date-fns/eachMonthOfInterval.js.map +0 -1
  553. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -17
  554. package/dist/node_modules/date-fns/eachYearOfInterval.js.map +0 -1
  555. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -8
  556. package/dist/node_modules/date-fns/endOfISOWeek.js.map +0 -1
  557. package/dist/node_modules/date-fns/endOfMonth.js +0 -9
  558. package/dist/node_modules/date-fns/endOfMonth.js.map +0 -1
  559. package/dist/node_modules/date-fns/endOfWeek.js +0 -10
  560. package/dist/node_modules/date-fns/endOfWeek.js.map +0 -1
  561. package/dist/node_modules/date-fns/endOfYear.js +0 -9
  562. package/dist/node_modules/date-fns/endOfYear.js.map +0 -1
  563. package/dist/node_modules/date-fns/format.js +0 -58
  564. package/dist/node_modules/date-fns/format.js.map +0 -1
  565. package/dist/node_modules/date-fns/getDayOfYear.js +0 -11
  566. package/dist/node_modules/date-fns/getDayOfYear.js.map +0 -1
  567. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -10
  568. package/dist/node_modules/date-fns/getDaysInMonth.js.map +0 -1
  569. package/dist/node_modules/date-fns/getISOWeek.js +0 -12
  570. package/dist/node_modules/date-fns/getISOWeek.js.map +0 -1
  571. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -15
  572. package/dist/node_modules/date-fns/getISOWeekYear.js.map +0 -1
  573. package/dist/node_modules/date-fns/getMonth.js +0 -8
  574. package/dist/node_modules/date-fns/getMonth.js.map +0 -1
  575. package/dist/node_modules/date-fns/getWeek.js +0 -12
  576. package/dist/node_modules/date-fns/getWeek.js.map +0 -1
  577. package/dist/node_modules/date-fns/getWeekYear.js +0 -16
  578. package/dist/node_modules/date-fns/getWeekYear.js.map +0 -1
  579. package/dist/node_modules/date-fns/getYear.js +0 -8
  580. package/dist/node_modules/date-fns/getYear.js.map +0 -1
  581. package/dist/node_modules/date-fns/isAfter.js +0 -8
  582. package/dist/node_modules/date-fns/isAfter.js.map +0 -1
  583. package/dist/node_modules/date-fns/isBefore.js +0 -8
  584. package/dist/node_modules/date-fns/isBefore.js.map +0 -1
  585. package/dist/node_modules/date-fns/isDate.js +0 -7
  586. package/dist/node_modules/date-fns/isDate.js.map +0 -1
  587. package/dist/node_modules/date-fns/isSameDay.js +0 -14
  588. package/dist/node_modules/date-fns/isSameDay.js.map +0 -1
  589. package/dist/node_modules/date-fns/isSameMonth.js +0 -13
  590. package/dist/node_modules/date-fns/isSameMonth.js.map +0 -1
  591. package/dist/node_modules/date-fns/isSameYear.js +0 -13
  592. package/dist/node_modules/date-fns/isSameYear.js.map +0 -1
  593. package/dist/node_modules/date-fns/isValid.js +0 -9
  594. package/dist/node_modules/date-fns/isValid.js.map +0 -1
  595. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  596. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +0 -1
  597. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -19
  598. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +0 -1
  599. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -32
  600. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +0 -1
  601. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  602. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +0 -1
  603. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -71
  604. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +0 -1
  605. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -34
  606. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +0 -1
  607. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  608. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +0 -1
  609. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -156
  610. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js.map +0 -1
  611. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -111
  612. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js.map +0 -1
  613. package/dist/node_modules/date-fns/locale/en-US.js +0 -21
  614. package/dist/node_modules/date-fns/locale/en-US.js.map +0 -1
  615. package/dist/node_modules/date-fns/max.js +0 -14
  616. package/dist/node_modules/date-fns/max.js.map +0 -1
  617. package/dist/node_modules/date-fns/min.js +0 -14
  618. package/dist/node_modules/date-fns/min.js.map +0 -1
  619. package/dist/node_modules/date-fns/setMonth.js +0 -13
  620. package/dist/node_modules/date-fns/setMonth.js.map +0 -1
  621. package/dist/node_modules/date-fns/setYear.js +0 -10
  622. package/dist/node_modules/date-fns/setYear.js.map +0 -1
  623. package/dist/node_modules/date-fns/startOfDay.js +0 -9
  624. package/dist/node_modules/date-fns/startOfDay.js.map +0 -1
  625. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -8
  626. package/dist/node_modules/date-fns/startOfISOWeek.js.map +0 -1
  627. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -11
  628. package/dist/node_modules/date-fns/startOfISOWeekYear.js.map +0 -1
  629. package/dist/node_modules/date-fns/startOfMonth.js +0 -9
  630. package/dist/node_modules/date-fns/startOfMonth.js.map +0 -1
  631. package/dist/node_modules/date-fns/startOfWeek.js +0 -10
  632. package/dist/node_modules/date-fns/startOfWeek.js.map +0 -1
  633. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -12
  634. package/dist/node_modules/date-fns/startOfWeekYear.js.map +0 -1
  635. package/dist/node_modules/date-fns/startOfYear.js +0 -9
  636. package/dist/node_modules/date-fns/startOfYear.js.map +0 -1
  637. package/dist/node_modules/date-fns/toDate.js +0 -8
  638. package/dist/node_modules/date-fns/toDate.js.map +0 -1
  639. package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -8
  640. package/dist/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  641. package/dist/node_modules/radix-ui/node_modules/@radix-ui/react-slot/dist/index.js +0 -53
  642. package/dist/node_modules/radix-ui/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  643. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -235
  644. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js.map +0 -1
  645. package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -23
  646. package/dist/node_modules/react-day-picker/dist/esm/UI.js.map +0 -1
  647. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -20
  648. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js.map +0 -1
  649. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -9
  650. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js.map +0 -1
  651. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -9
  652. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js.map +0 -1
  653. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -149
  654. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js.map +0 -1
  655. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -8
  656. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js.map +0 -1
  657. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -8
  658. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js.map +0 -1
  659. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -19
  660. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js.map +0 -1
  661. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -9
  662. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js.map +0 -1
  663. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -11
  664. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js.map +0 -1
  665. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -20
  666. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js.map +0 -1
  667. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -8
  668. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js.map +0 -1
  669. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -8
  670. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js.map +0 -1
  671. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -9
  672. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js.map +0 -1
  673. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -9
  674. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js.map +0 -1
  675. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -8
  676. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js.map +0 -1
  677. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -8
  678. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js.map +0 -1
  679. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -10
  680. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js.map +0 -1
  681. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -28
  682. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js.map +0 -1
  683. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -10
  684. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js.map +0 -1
  685. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -8
  686. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js.map +0 -1
  687. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -10
  688. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js.map +0 -1
  689. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -9
  690. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js.map +0 -1
  691. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -8
  692. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js.map +0 -1
  693. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -9
  694. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js.map +0 -1
  695. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -9
  696. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js.map +0 -1
  697. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -8
  698. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js.map +0 -1
  699. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -8
  700. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js.map +0 -1
  701. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -12
  702. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js.map +0 -1
  703. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -8
  704. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js.map +0 -1
  705. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -10
  706. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js.map +0 -1
  707. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -55
  708. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js.map +0 -1
  709. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -10
  710. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js.map +0 -1
  711. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -8
  712. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js.map +0 -1
  713. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -8
  714. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js.map +0 -1
  715. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -8
  716. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js.map +0 -1
  717. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -7
  718. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js.map +0 -1
  719. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -8
  720. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js.map +0 -1
  721. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -10
  722. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js.map +0 -1
  723. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -19
  724. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js.map +0 -1
  725. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -20
  726. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js.map +0 -1
  727. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -43
  728. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js.map +0 -1
  729. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -10
  730. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js.map +0 -1
  731. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -8
  732. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js.map +0 -1
  733. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -8
  734. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js.map +0 -1
  735. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -11
  736. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js.map +0 -1
  737. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -17
  738. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js.map +0 -1
  739. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -20
  740. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js.map +0 -1
  741. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -11
  742. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js.map +0 -1
  743. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -17
  744. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js.map +0 -1
  745. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -14
  746. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js.map +0 -1
  747. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -16
  748. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js.map +0 -1
  749. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -11
  750. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js.map +0 -1
  751. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -14
  752. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js.map +0 -1
  753. package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js +0 -35
  754. package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js.map +0 -1
  755. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -14
  756. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js.map +0 -1
  757. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -25
  758. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js.map +0 -1
  759. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -14
  760. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js.map +0 -1
  761. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -13
  762. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js.map +0 -1
  763. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -13
  764. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js.map +0 -1
  765. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -13
  766. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js.map +0 -1
  767. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -14
  768. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js.map +0 -1
  769. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -12
  770. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js.map +0 -1
  771. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -8
  772. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js.map +0 -1
  773. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -17
  774. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js.map +0 -1
  775. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -8
  776. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js.map +0 -1
  777. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -9
  778. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js.map +0 -1
  779. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -27
  780. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js.map +0 -1
  781. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -11
  782. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js.map +0 -1
  783. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -10
  784. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js.map +0 -1
  785. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -9
  786. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js.map +0 -1
  787. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -7
  788. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js.map +0 -1
  789. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -7
  790. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js.map +0 -1
  791. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -8
  792. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js.map +0 -1
  793. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -7
  794. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js.map +0 -1
  795. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -7
  796. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js.map +0 -1
  797. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -7
  798. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js.map +0 -1
  799. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -8
  800. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js.map +0 -1
  801. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -7
  802. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js.map +0 -1
  803. package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js +0 -38
  804. package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js.map +0 -1
  805. package/dist/node_modules/react-day-picker/dist/esm/noonDateLib.js +0 -105
  806. package/dist/node_modules/react-day-picker/dist/esm/noonDateLib.js.map +0 -1
  807. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -22
  808. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js.map +0 -1
  809. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -24
  810. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js.map +0 -1
  811. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -16
  812. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js.map +0 -1
  813. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -57
  814. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js.map +0 -1
  815. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -76
  816. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js.map +0 -1
  817. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -13
  818. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js.map +0 -1
  819. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -24
  820. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js.map +0 -1
  821. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -20
  822. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js.map +0 -1
  823. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -33
  824. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js.map +0 -1
  825. package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js +0 -27
  826. package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js.map +0 -1
  827. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -27
  828. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js.map +0 -1
  829. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -16
  830. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js.map +0 -1
  831. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -29
  832. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js.map +0 -1
  833. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -10
  834. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js.map +0 -1
  835. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -9
  836. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js.map +0 -1
  837. package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js +0 -9
  838. package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js.map +0 -1
  839. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -27
  840. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js.map +0 -1
  841. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -12
  842. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  843. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -116
  844. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  845. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -32
  846. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  847. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -17
  848. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  849. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -69
  850. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  851. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
  852. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  853. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
  854. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  855. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -72
  856. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  857. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -8
  858. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  859. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -26
  860. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  861. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -12
  862. package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  863. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -16
  864. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  865. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -31
  866. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  867. package/dist/node_modules/sonner/dist/index.js +0 -265
  868. package/dist/node_modules/sonner/dist/index.js.map +0 -1
  869. package/dist/node_modules/tslib/tslib.es6.js +0 -28
  870. package/dist/node_modules/tslib/tslib.es6.js.map +0 -1
  871. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -7
  872. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  873. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -27
  874. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  875. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -26
  876. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  877. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -19
  878. package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  879. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -68
  880. package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  881. package/dist/types/conversation.d.ts +0 -44
  882. package/scripts/convert-to-typescript.sh +0 -52
  883. package/scripts/postinstall.mjs +0 -368
  884. package/scripts/remove-local-components.mjs +0 -78
  885. package/src/components/library/cards/ActionList.tsx +0 -42
  886. package/src/components/library/cards/ActivityCard.tsx +0 -85
  887. package/src/components/library/cards/BaseCard.tsx +0 -136
  888. package/src/components/library/cards/CalloutCard.tsx +0 -39
  889. package/src/components/library/cards/ChartCard.tsx +0 -131
  890. package/src/components/library/cards/FeedPanel.tsx +0 -50
  891. package/src/components/library/cards/ListCard.tsx +0 -229
  892. package/src/components/library/cards/MetricCard.tsx +0 -128
  893. package/src/components/library/cards/MetricsStrip.tsx +0 -88
  894. package/src/components/library/cards/SectionCard.tsx +0 -102
  895. package/src/components/library/cards/SemanticMetricCard.tsx +0 -64
  896. package/src/components/library/cards/SemanticMetricCardWithLoading.tsx +0 -29
  897. package/src/components/library/cards/SemanticTableCard.tsx +0 -59
  898. package/src/components/library/cards/SemanticTableCardWithLoading.tsx +0 -26
  899. package/src/components/library/cards/StatusCard.tsx +0 -269
  900. package/src/components/library/cards/TableCard.tsx +0 -376
  901. package/src/components/library/cards/WidgetCard.tsx +0 -113
  902. package/src/components/library/charts/D3Chart.tsx +0 -129
  903. package/src/components/library/charts/D3ChartTemplates.tsx +0 -158
  904. package/src/components/library/charts/GeoMap.tsx +0 -382
  905. package/src/components/library/chat/ChatBar.tsx +0 -267
  906. package/src/components/library/chat/ChatInput.tsx +0 -91
  907. package/src/components/library/chat/ChatMessage.tsx +0 -191
  908. package/src/components/library/chat/ChatMessageList.tsx +0 -75
  909. package/src/components/library/chat/ChatPanel.tsx +0 -100
  910. package/src/components/library/chat/ChatSuggestions.tsx +0 -29
  911. package/src/components/library/chat/ChatToolCall.tsx +0 -110
  912. package/src/components/library/chat/ChatTypingIndicator.tsx +0 -26
  913. package/src/components/library/chat/ChatWelcome.tsx +0 -45
  914. package/src/components/library/chat/index.tsx +0 -26
  915. package/src/components/library/chat/useChatState.tsx +0 -182
  916. package/src/components/library/data/DataModeProvider.tsx +0 -84
  917. package/src/components/library/data/DataModeToggle.tsx +0 -39
  918. package/src/components/library/data/chartDataProvider.tsx +0 -105
  919. package/src/components/library/data/filterUtils.tsx +0 -187
  920. package/src/components/library/data/useDataSource.tsx +0 -40
  921. package/src/components/library/data/usePageFilters.tsx +0 -139
  922. package/src/components/library/filters/FilterBar.tsx +0 -105
  923. package/src/components/library/filters/SearchFilter.tsx +0 -42
  924. package/src/components/library/filters/SelectFilter.tsx +0 -62
  925. package/src/components/library/filters/ToggleFilter.tsx +0 -53
  926. package/src/components/library/filters/index.ts +0 -4
  927. package/src/components/library/forms/FormField.tsx +0 -337
  928. package/src/components/library/forms/FormModal.tsx +0 -202
  929. package/src/components/library/forms/FormRenderer.tsx +0 -68
  930. package/src/components/library/forms/FormSection.tsx +0 -75
  931. package/src/components/library/forms/index.tsx +0 -11
  932. package/src/components/library/forms/useFormState.tsx +0 -185
  933. package/src/components/library/heroui/Accordion.tsx +0 -31
  934. package/src/components/library/heroui/Alert.tsx +0 -13
  935. package/src/components/library/heroui/Badge.tsx +0 -14
  936. package/src/components/library/heroui/Breadcrumbs.tsx +0 -25
  937. package/src/components/library/heroui/Button.tsx +0 -76
  938. package/src/components/library/heroui/Card.tsx +0 -14
  939. package/src/components/library/heroui/Collapsible.tsx +0 -62
  940. package/src/components/library/heroui/DatePicker.tsx +0 -58
  941. package/src/components/library/heroui/Dialog.tsx +0 -43
  942. package/src/components/library/heroui/Drawer.tsx +0 -36
  943. package/src/components/library/heroui/Dropdown.tsx +0 -32
  944. package/src/components/library/heroui/Field.tsx +0 -68
  945. package/src/components/library/heroui/Input.tsx +0 -10
  946. package/src/components/library/heroui/Kbd.tsx +0 -11
  947. package/src/components/library/heroui/Meter.tsx +0 -13
  948. package/src/components/library/heroui/Modal.tsx +0 -35
  949. package/src/components/library/heroui/Pagination.tsx +0 -11
  950. package/src/components/library/heroui/Popover.tsx +0 -95
  951. package/src/components/library/heroui/ProgressBar.tsx +0 -14
  952. package/src/components/library/heroui/ProgressCircle.tsx +0 -14
  953. package/src/components/library/heroui/ScrollShadow.tsx +0 -14
  954. package/src/components/library/heroui/Select.tsx +0 -73
  955. package/src/components/library/heroui/Separator.tsx +0 -11
  956. package/src/components/library/heroui/Skeleton.tsx +0 -14
  957. package/src/components/library/heroui/Tabs.tsx +0 -31
  958. package/src/components/library/heroui/Toast.tsx +0 -28
  959. package/src/components/library/heroui/Toggle.tsx +0 -18
  960. package/src/components/library/heroui/Tooltip.tsx +0 -24
  961. package/src/components/library/index.ts +0 -147
  962. package/src/components/library/layout/PageContainer.tsx +0 -14
  963. package/src/components/library/skeletons/CardSkeleton.tsx +0 -31
  964. package/src/components/library/theme/AppThemeProvider.tsx +0 -80
  965. package/src/components/library/theme/tokens.tsx +0 -106
  966. package/src/components/library/ui/Alert.tsx +0 -90
  967. package/src/components/library/ui/Avatar.tsx +0 -68
  968. package/src/components/library/ui/BreadcrumbExtras.tsx +0 -119
  969. package/src/components/library/ui/Card.tsx +0 -131
  970. package/src/components/library/ui/Checkbox.tsx +0 -19
  971. package/src/components/library/ui/Chip.tsx +0 -42
  972. package/src/components/library/ui/Collapsible.tsx +0 -31
  973. package/src/components/library/ui/Container.tsx +0 -65
  974. package/src/components/library/ui/DatePicker.tsx +0 -34
  975. package/src/components/library/ui/Dialog.tsx +0 -141
  976. package/src/components/library/ui/EmptyState.tsx +0 -49
  977. package/src/components/library/ui/Field.tsx +0 -82
  978. package/src/components/library/ui/FieldGroup.tsx +0 -19
  979. package/src/components/library/ui/Label.tsx +0 -23
  980. package/src/components/library/ui/PaginationExtras.tsx +0 -143
  981. package/src/components/library/ui/Popover.tsx +0 -39
  982. package/src/components/library/ui/Select.tsx +0 -113
  983. package/src/components/library/ui/Spinner.tsx +0 -66
  984. package/src/components/library/ui/Text.tsx +0 -53
  985. package/src/components/library/ui/UIButton.tsx +0 -62
  986. package/src/components/library/ui/UIInput.tsx +0 -21
  987. package/src/components/workspace/ComponentRegistry.tsx +0 -402
  988. package/src/lib/index.ts +0 -1
  989. package/src/lib/utils.ts +0 -6
  990. package/src/templates/config/routes.tsx.template +0 -33
  991. package/src/templates/pages/BlankDashboard.tsx.template +0 -15
  992. package/src/templates/pages/Home.tsx.template +0 -58
  993. package/src/templates/pages/NotFound.tsx.template +0 -19
  994. package/src/templates/pages/Search.tsx.template +0 -13
  995. package/src/templates/workspace/CommandCenter.tsx.template +0 -15
  996. package/src/types/conversation.ts +0 -48
  997. /package/dist/components/library/ui/{datePicker.d.ts → DatePicker.d.ts} +0 -0
  998. /package/dist/components/library/ui/{field.d.ts → Field.d.ts} +0 -0
@@ -1,14 +0,0 @@
1
- function u(i, o, n, e) {
2
- const { month: s, defaultMonth: M, today: c = e.today(), numberOfMonths: f = 1 } = i;
3
- let t = s || M || c;
4
- const { differenceInCalendarMonths: h, addMonths: l, startOfMonth: r } = e;
5
- if (n && h(n, t) < f - 1) {
6
- const d = -1 * (f - 1);
7
- t = l(n, d);
8
- }
9
- return o && h(t, o) < 0 && (t = o), r(t);
10
- }
11
- export {
12
- u as getInitialMonth
13
- };
14
- //# sourceMappingURL=getInitialMonth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getInitialMonth.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js"],"sourcesContent":["/**\n * Determines the initial month to display in the calendar based on the provided\n * props.\n *\n * This function calculates the starting month, considering constraints such as\n * `startMonth`, `endMonth`, and the number of months to display.\n *\n * @param props The DayPicker props, including navigation and date constraints.\n * @param dateLib The date library to use for date manipulation.\n * @returns The initial month to display.\n */\nexport function getInitialMonth(props, navStart, navEnd, dateLib) {\n const { month, defaultMonth, today = dateLib.today(), numberOfMonths = 1, } = props;\n let initialMonth = month || defaultMonth || today;\n const { differenceInCalendarMonths, addMonths, startOfMonth } = dateLib;\n if (navEnd &&\n differenceInCalendarMonths(navEnd, initialMonth) < numberOfMonths - 1) {\n const offset = -1 * (numberOfMonths - 1);\n initialMonth = addMonths(navEnd, offset);\n }\n if (navStart && differenceInCalendarMonths(initialMonth, navStart) < 0) {\n initialMonth = navStart;\n }\n return startOfMonth(initialMonth);\n}\n"],"names":["getInitialMonth","props","navStart","navEnd","dateLib","month","defaultMonth","today","numberOfMonths","initialMonth","differenceInCalendarMonths","addMonths","startOfMonth","offset"],"mappings":"AAWO,SAASA,EAAgBC,GAAOC,GAAUC,GAAQC,GAAS;AAC9D,QAAM,EAAE,OAAAC,GAAO,cAAAC,GAAc,OAAAC,IAAQH,EAAQ,SAAS,gBAAAI,IAAiB,EAAC,IAAMP;AAC9E,MAAIQ,IAAeJ,KAASC,KAAgBC;AAC5C,QAAM,EAAE,4BAAAG,GAA4B,WAAAC,GAAW,cAAAC,EAAY,IAAKR;AAChE,MAAID,KACAO,EAA2BP,GAAQM,CAAY,IAAID,IAAiB,GAAG;AACvE,UAAMK,IAAS,MAAML,IAAiB;AACtC,IAAAC,IAAeE,EAAUR,GAAQU,CAAM;AAAA,EAC3C;AACA,SAAIX,KAAYQ,EAA2BD,GAAcP,CAAQ,IAAI,MACjEO,IAAeP,IAEZU,EAAaH,CAAY;AACpC;","x_google_ignoreList":[0]}
@@ -1,35 +0,0 @@
1
- import * as o from "../labels/index.js";
2
- import { labelWeekday as b } from "../labels/labelWeekday.js";
3
- import { labelWeekNumberHeader as i } from "../labels/labelWeekNumberHeader.js";
4
- import { labelNav as n } from "../labels/labelNav.js";
5
- import { labelGridcell as t } from "../labels/labelGridcell.js";
6
- import { labelGrid as d } from "../labels/labelGrid.js";
7
- import { labelYearDropdown as p } from "../labels/labelYearDropdown.js";
8
- import { labelWeekNumber as m } from "../labels/labelWeekNumber.js";
9
- import { labelPrevious as f } from "../labels/labelPrevious.js";
10
- import { labelNext as N } from "../labels/labelNext.js";
11
- import { labelMonthDropdown as k } from "../labels/labelMonthDropdown.js";
12
- import { labelDayButton as D } from "../labels/labelDayButton.js";
13
- const r = (l, a, e) => a || (e ? typeof e == "function" ? e : (...W) => e : l);
14
- function Y(l, a) {
15
- const e = a.locale?.labels ?? {};
16
- return {
17
- ...o,
18
- ...l ?? {},
19
- labelDayButton: r(D, l?.labelDayButton, e.labelDayButton),
20
- labelMonthDropdown: r(k, l?.labelMonthDropdown, e.labelMonthDropdown),
21
- labelNext: r(N, l?.labelNext, e.labelNext),
22
- labelPrevious: r(f, l?.labelPrevious, e.labelPrevious),
23
- labelWeekNumber: r(m, l?.labelWeekNumber, e.labelWeekNumber),
24
- labelYearDropdown: r(p, l?.labelYearDropdown, e.labelYearDropdown),
25
- labelGrid: r(d, l?.labelGrid, e.labelGrid),
26
- labelGridcell: r(t, l?.labelGridcell, e.labelGridcell),
27
- labelNav: r(n, l?.labelNav, e.labelNav),
28
- labelWeekNumberHeader: r(i, l?.labelWeekNumberHeader, e.labelWeekNumberHeader),
29
- labelWeekday: r(b, l?.labelWeekday, e.labelWeekday)
30
- };
31
- }
32
- export {
33
- Y as getLabels
34
- };
35
- //# sourceMappingURL=getLabels.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getLabels.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getLabels.js"],"sourcesContent":["import * as defaultLabels from \"../labels/index.js\";\nconst resolveLabel = (defaultLabel, customLabel, localeLabel) => {\n if (customLabel)\n return customLabel;\n if (localeLabel) {\n return (typeof localeLabel === \"function\"\n ? localeLabel\n : (..._args) => localeLabel);\n }\n return defaultLabel;\n};\n/**\n * Merges custom labels from the props with the default labels.\n *\n * When available, uses the locale-provided translation for `labelNext`.\n *\n * @param customLabels The custom labels provided in the DayPicker props.\n * @param options Options from the date library, used to resolve locale\n * translations.\n * @returns The merged labels object with locale-aware defaults.\n */\nexport function getLabels(customLabels, options) {\n const localeLabels = options.locale?.labels ?? {};\n return {\n ...defaultLabels,\n ...(customLabels ?? {}),\n labelDayButton: resolveLabel(defaultLabels.labelDayButton, customLabels?.labelDayButton, localeLabels.labelDayButton),\n labelMonthDropdown: resolveLabel(defaultLabels.labelMonthDropdown, customLabels?.labelMonthDropdown, localeLabels.labelMonthDropdown),\n labelNext: resolveLabel(defaultLabels.labelNext, customLabels?.labelNext, localeLabels.labelNext),\n labelPrevious: resolveLabel(defaultLabels.labelPrevious, customLabels?.labelPrevious, localeLabels.labelPrevious),\n labelWeekNumber: resolveLabel(defaultLabels.labelWeekNumber, customLabels?.labelWeekNumber, localeLabels.labelWeekNumber),\n labelYearDropdown: resolveLabel(defaultLabels.labelYearDropdown, customLabels?.labelYearDropdown, localeLabels.labelYearDropdown),\n labelGrid: resolveLabel(defaultLabels.labelGrid, customLabels?.labelGrid, localeLabels.labelGrid),\n labelGridcell: resolveLabel(defaultLabels.labelGridcell, customLabels?.labelGridcell, localeLabels.labelGridcell),\n labelNav: resolveLabel(defaultLabels.labelNav, customLabels?.labelNav, localeLabels.labelNav),\n labelWeekNumberHeader: resolveLabel(defaultLabels.labelWeekNumberHeader, customLabels?.labelWeekNumberHeader, localeLabels.labelWeekNumberHeader),\n labelWeekday: resolveLabel(defaultLabels.labelWeekday, customLabels?.labelWeekday, localeLabels.labelWeekday),\n };\n}\n"],"names":["resolveLabel","defaultLabel","customLabel","localeLabel","_args","getLabels","customLabels","options","localeLabels","defaultLabels","defaultLabels.labelDayButton","defaultLabels.labelMonthDropdown","defaultLabels.labelNext","defaultLabels.labelPrevious","defaultLabels.labelWeekNumber","defaultLabels.labelYearDropdown","defaultLabels.labelGrid","defaultLabels.labelGridcell","defaultLabels.labelNav","defaultLabels.labelWeekNumberHeader","defaultLabels.labelWeekday"],"mappings":";;;;;;;;;;;;AACA,MAAMA,IAAe,CAACC,GAAcC,GAAaC,MACzCD,MAEAC,IACQ,OAAOA,KAAgB,aACzBA,IACA,IAAIC,MAAUD,IAEjBF;AAYJ,SAASI,EAAUC,GAAcC,GAAS;AAC7C,QAAMC,IAAeD,EAAQ,QAAQ,UAAU,CAAA;AAC/C,SAAO;AAAA,IACH,GAAGE;AAAAA,IACH,GAAIH,KAAgB,CAAA;AAAA,IACpB,gBAAgBN,EAAaU,GAA8BJ,GAAc,gBAAgBE,EAAa,cAAc;AAAA,IACpH,oBAAoBR,EAAaW,GAAkCL,GAAc,oBAAoBE,EAAa,kBAAkB;AAAA,IACpI,WAAWR,EAAaY,GAAyBN,GAAc,WAAWE,EAAa,SAAS;AAAA,IAChG,eAAeR,EAAaa,GAA6BP,GAAc,eAAeE,EAAa,aAAa;AAAA,IAChH,iBAAiBR,EAAac,GAA+BR,GAAc,iBAAiBE,EAAa,eAAe;AAAA,IACxH,mBAAmBR,EAAae,GAAiCT,GAAc,mBAAmBE,EAAa,iBAAiB;AAAA,IAChI,WAAWR,EAAagB,GAAyBV,GAAc,WAAWE,EAAa,SAAS;AAAA,IAChG,eAAeR,EAAaiB,GAA6BX,GAAc,eAAeE,EAAa,aAAa;AAAA,IAChH,UAAUR,EAAakB,GAAwBZ,GAAc,UAAUE,EAAa,QAAQ;AAAA,IAC5F,uBAAuBR,EAAamB,GAAqCb,GAAc,uBAAuBE,EAAa,qBAAqB;AAAA,IAChJ,cAAcR,EAAaoB,GAA4Bd,GAAc,cAAcE,EAAa,YAAY;AAAA,EACpH;AACA;","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- function d(o, n, s, a, e) {
2
- const { startOfMonth: r, startOfYear: c, endOfYear: f, eachMonthOfInterval: l, getMonth: p } = e;
3
- return l({
4
- start: c(o),
5
- end: f(o)
6
- }).map((t) => {
7
- const O = a.formatMonthDropdown(t, e), h = p(t), u = n && t < r(n) || s && t > r(s) || !1;
8
- return { value: h, label: O, disabled: u };
9
- });
10
- }
11
- export {
12
- d as getMonthOptions
13
- };
14
- //# sourceMappingURL=getMonthOptions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getMonthOptions.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js"],"sourcesContent":["/**\n * Returns the months to show in the dropdown.\n *\n * This function generates a list of months for the current year, formatted\n * using the provided formatter, and determines whether each month should be\n * disabled based on the navigation range.\n *\n * @param displayMonth The currently displayed month.\n * @param navStart The start date for navigation.\n * @param navEnd The end date for navigation.\n * @param formatters The formatters to use for formatting the month labels.\n * @param dateLib The date library to use for date manipulation.\n * @returns An array of dropdown options representing the months, or `undefined`\n * if no months are available.\n */\nexport function getMonthOptions(displayMonth, navStart, navEnd, formatters, dateLib) {\n const { startOfMonth, startOfYear, endOfYear, eachMonthOfInterval, getMonth, } = dateLib;\n const months = eachMonthOfInterval({\n start: startOfYear(displayMonth),\n end: endOfYear(displayMonth),\n });\n const options = months.map((month) => {\n const label = formatters.formatMonthDropdown(month, dateLib);\n const value = getMonth(month);\n const disabled = (navStart && month < startOfMonth(navStart)) ||\n (navEnd && month > startOfMonth(navEnd)) ||\n false;\n return { value, label, disabled };\n });\n return options;\n}\n"],"names":["getMonthOptions","displayMonth","navStart","navEnd","formatters","dateLib","startOfMonth","startOfYear","endOfYear","eachMonthOfInterval","getMonth","month","label","value","disabled"],"mappings":"AAeO,SAASA,EAAgBC,GAAcC,GAAUC,GAAQC,GAAYC,GAAS;AACjF,QAAM,EAAE,cAAAC,GAAc,aAAAC,GAAa,WAAAC,GAAW,qBAAAC,GAAqB,UAAAC,EAAQ,IAAML;AAajF,SAZeI,EAAoB;AAAA,IAC/B,OAAOF,EAAYN,CAAY;AAAA,IAC/B,KAAKO,EAAUP,CAAY;AAAA,EACnC,CAAK,EACsB,IAAI,CAACU,MAAU;AAClC,UAAMC,IAAQR,EAAW,oBAAoBO,GAAON,CAAO,GACrDQ,IAAQH,EAASC,CAAK,GACtBG,IAAYZ,KAAYS,IAAQL,EAAaJ,CAAQ,KACtDC,KAAUQ,IAAQL,EAAaH,CAAM,KACtC;AACJ,WAAO,EAAE,OAAAU,GAAO,OAAAD,GAAO,UAAAE,EAAQ;AAAA,EACnC,CAAC;AAEL;","x_google_ignoreList":[0]}
@@ -1,25 +0,0 @@
1
- import { CalendarDay as F } from "../classes/CalendarDay.js";
2
- import { CalendarWeek as N } from "../classes/CalendarWeek.js";
3
- import { CalendarMonth as P } from "../classes/CalendarMonth.js";
4
- function j(l, f, e, c) {
5
- const { addDays: y, endOfBroadcastWeek: D, endOfISOWeek: h, endOfMonth: k, endOfWeek: C, getISOWeek: I, getWeek: M, startOfBroadcastWeek: S, startOfISOWeek: g, startOfWeek: w } = c, o = l.reduce((W, t) => {
6
- const x = e.broadcastCalendar ? S(t, c) : e.ISOWeek ? g(t) : w(t), d = e.broadcastCalendar ? D(t) : e.ISOWeek ? h(k(t)) : C(k(t)), a = f.filter((r) => r >= x && r <= d), O = e.broadcastCalendar ? 35 : 42;
7
- if (e.fixedWeeks && a.length < O) {
8
- const r = f.filter((n) => {
9
- const s = O - a.length;
10
- return n > d && n <= y(d, s);
11
- });
12
- a.push(...r);
13
- }
14
- const b = a.reduce((r, n) => {
15
- const s = e.ISOWeek ? I(n) : M(n), i = r.find((B) => B.weekNumber === s), u = new F(n, t, c);
16
- return i ? i.days.push(u) : r.push(new N(s, [u])), r;
17
- }, []), v = new P(t, b);
18
- return W.push(v), W;
19
- }, []);
20
- return e.reverseMonths ? o.reverse() : o;
21
- }
22
- export {
23
- j as getMonths
24
- };
25
- //# sourceMappingURL=getMonths.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getMonths.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getMonths.js"],"sourcesContent":["import { CalendarDay, CalendarMonth, CalendarWeek } from \"../classes/index.js\";\n/**\n * Returns the months to display in the calendar.\n *\n * This function generates `CalendarMonth` objects for each month to be\n * displayed, including their weeks and days, based on the provided display\n * months and dates.\n *\n * @param displayMonths The months (as dates) to display in the calendar.\n * @param dates The dates to display in the calendar.\n * @param props Options from the DayPicker props context.\n * @param dateLib The date library to use for date manipulation.\n * @returns An array of `CalendarMonth` objects representing the months to\n * display.\n */\nexport function getMonths(displayMonths, dates, props, dateLib) {\n const { addDays, endOfBroadcastWeek, endOfISOWeek, endOfMonth, endOfWeek, getISOWeek, getWeek, startOfBroadcastWeek, startOfISOWeek, startOfWeek, } = dateLib;\n const dayPickerMonths = displayMonths.reduce((months, month) => {\n const firstDateOfFirstWeek = props.broadcastCalendar\n ? startOfBroadcastWeek(month, dateLib)\n : props.ISOWeek\n ? startOfISOWeek(month)\n : startOfWeek(month);\n const lastDateOfLastWeek = props.broadcastCalendar\n ? endOfBroadcastWeek(month)\n : props.ISOWeek\n ? endOfISOWeek(endOfMonth(month))\n : endOfWeek(endOfMonth(month));\n /** The dates to display in the month. */\n const monthDates = dates.filter((date) => {\n return date >= firstDateOfFirstWeek && date <= lastDateOfLastWeek;\n });\n const nrOfDaysWithFixedWeeks = props.broadcastCalendar ? 35 : 42;\n if (props.fixedWeeks && monthDates.length < nrOfDaysWithFixedWeeks) {\n const extraDates = dates.filter((date) => {\n const daysToAdd = nrOfDaysWithFixedWeeks - monthDates.length;\n return (date > lastDateOfLastWeek &&\n date <= addDays(lastDateOfLastWeek, daysToAdd));\n });\n monthDates.push(...extraDates);\n }\n const weeks = monthDates.reduce((weeks, date) => {\n const weekNumber = props.ISOWeek ? getISOWeek(date) : getWeek(date);\n const week = weeks.find((week) => week.weekNumber === weekNumber);\n const day = new CalendarDay(date, month, dateLib);\n if (!week) {\n weeks.push(new CalendarWeek(weekNumber, [day]));\n }\n else {\n week.days.push(day);\n }\n return weeks;\n }, []);\n const dayPickerMonth = new CalendarMonth(month, weeks);\n months.push(dayPickerMonth);\n return months;\n }, []);\n if (!props.reverseMonths) {\n return dayPickerMonths;\n }\n else {\n return dayPickerMonths.reverse();\n }\n}\n"],"names":["getMonths","displayMonths","dates","props","dateLib","addDays","endOfBroadcastWeek","endOfISOWeek","endOfMonth","endOfWeek","getISOWeek","getWeek","startOfBroadcastWeek","startOfISOWeek","startOfWeek","dayPickerMonths","months","month","firstDateOfFirstWeek","lastDateOfLastWeek","monthDates","date","nrOfDaysWithFixedWeeks","extraDates","daysToAdd","weeks","weekNumber","week","day","CalendarDay","CalendarWeek","dayPickerMonth","CalendarMonth"],"mappings":";;;AAeO,SAASA,EAAUC,GAAeC,GAAOC,GAAOC,GAAS;AAC5D,QAAM,EAAE,SAAAC,GAAS,oBAAAC,GAAoB,cAAAC,GAAc,YAAAC,GAAY,WAAAC,GAAW,YAAAC,GAAY,SAAAC,GAAS,sBAAAC,GAAsB,gBAAAC,GAAgB,aAAAC,EAAW,IAAMV,GAChJW,IAAkBd,EAAc,OAAO,CAACe,GAAQC,MAAU;AAC5D,UAAMC,IAAuBf,EAAM,oBAC7BS,EAAqBK,GAAOb,CAAO,IACnCD,EAAM,UACFU,EAAeI,CAAK,IACpBH,EAAYG,CAAK,GACrBE,IAAqBhB,EAAM,oBAC3BG,EAAmBW,CAAK,IACxBd,EAAM,UACFI,EAAaC,EAAWS,CAAK,CAAC,IAC9BR,EAAUD,EAAWS,CAAK,CAAC,GAE/BG,IAAalB,EAAM,OAAO,CAACmB,MACtBA,KAAQH,KAAwBG,KAAQF,CAClD,GACKG,IAAyBnB,EAAM,oBAAoB,KAAK;AAC9D,QAAIA,EAAM,cAAciB,EAAW,SAASE,GAAwB;AAChE,YAAMC,IAAarB,EAAM,OAAO,CAACmB,MAAS;AACtC,cAAMG,IAAYF,IAAyBF,EAAW;AACtD,eAAQC,IAAOF,KACXE,KAAQhB,EAAQc,GAAoBK,CAAS;AAAA,MACrD,CAAC;AACD,MAAAJ,EAAW,KAAK,GAAGG,CAAU;AAAA,IACjC;AACA,UAAME,IAAQL,EAAW,OAAO,CAACK,GAAOJ,MAAS;AAC7C,YAAMK,IAAavB,EAAM,UAAUO,EAAWW,CAAI,IAAIV,EAAQU,CAAI,GAC5DM,IAAOF,EAAM,KAAK,CAACE,MAASA,EAAK,eAAeD,CAAU,GAC1DE,IAAM,IAAIC,EAAYR,GAAMJ,GAAOb,CAAO;AAChD,aAAKuB,IAIDA,EAAK,KAAK,KAAKC,CAAG,IAHlBH,EAAM,KAAK,IAAIK,EAAaJ,GAAY,CAACE,CAAG,CAAC,CAAC,GAK3CH;AAAA,IACX,GAAG,CAAA,CAAE,GACCM,IAAiB,IAAIC,EAAcf,GAAOQ,CAAK;AACrD,WAAAT,EAAO,KAAKe,CAAc,GACnBf;AAAA,EACX,GAAG,CAAA,CAAE;AACL,SAAKb,EAAM,gBAIAY,EAAgB,QAAO,IAHvBA;AAKf;","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- function O(o, r) {
2
- let { startMonth: t, endMonth: e } = o;
3
- const { startOfYear: M, startOfDay: d, startOfMonth: c, endOfMonth: Y, addYears: l, endOfYear: w, newDate: f, today: i } = r, { fromYear: a, toYear: n, fromMonth: s, toMonth: h } = o;
4
- !t && s && (t = s), !t && a && (t = r.newDate(a, 0, 1)), !e && h && (e = h), !e && n && (e = f(n, 11, 31));
5
- const y = o.captionLayout === "dropdown" || o.captionLayout === "dropdown-years";
6
- return t ? t = c(t) : a ? t = f(a, 0, 1) : !t && y && (t = M(l(o.today ?? i(), -100))), e ? e = Y(e) : n ? e = f(n, 11, 31) : !e && y && (e = w(o.today ?? i())), [
7
- t && d(t),
8
- e && d(e)
9
- ];
10
- }
11
- export {
12
- O as getNavMonths
13
- };
14
- //# sourceMappingURL=getNavMonth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getNavMonth.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js"],"sourcesContent":["/**\n * Returns the start and end months for calendar navigation.\n *\n * @param props The DayPicker props, including navigation and layout options.\n * @param dateLib The date library to use for date manipulation.\n * @returns A tuple containing the start and end months for navigation.\n */\nexport function getNavMonths(props, dateLib) {\n let { startMonth, endMonth } = props;\n const { startOfYear, startOfDay, startOfMonth, endOfMonth, addYears, endOfYear, newDate, today, } = dateLib;\n // Handle deprecated code\n const { fromYear, toYear, fromMonth, toMonth } = props;\n if (!startMonth && fromMonth) {\n startMonth = fromMonth;\n }\n if (!startMonth && fromYear) {\n startMonth = dateLib.newDate(fromYear, 0, 1);\n }\n if (!endMonth && toMonth) {\n endMonth = toMonth;\n }\n if (!endMonth && toYear) {\n endMonth = newDate(toYear, 11, 31);\n }\n const hasYearDropdown = props.captionLayout === \"dropdown\" ||\n props.captionLayout === \"dropdown-years\";\n if (startMonth) {\n startMonth = startOfMonth(startMonth);\n }\n else if (fromYear) {\n startMonth = newDate(fromYear, 0, 1);\n }\n else if (!startMonth && hasYearDropdown) {\n startMonth = startOfYear(addYears(props.today ?? today(), -100));\n }\n if (endMonth) {\n endMonth = endOfMonth(endMonth);\n }\n else if (toYear) {\n endMonth = newDate(toYear, 11, 31);\n }\n else if (!endMonth && hasYearDropdown) {\n endMonth = endOfYear(props.today ?? today());\n }\n return [\n startMonth ? startOfDay(startMonth) : startMonth,\n endMonth ? startOfDay(endMonth) : endMonth,\n ];\n}\n"],"names":["getNavMonths","props","dateLib","startMonth","endMonth","startOfYear","startOfDay","startOfMonth","endOfMonth","addYears","endOfYear","newDate","today","fromYear","toYear","fromMonth","toMonth","hasYearDropdown"],"mappings":"AAOO,SAASA,EAAaC,GAAOC,GAAS;AACzC,MAAI,EAAE,YAAAC,GAAY,UAAAC,EAAQ,IAAKH;AAC/B,QAAM,EAAE,aAAAI,GAAa,YAAAC,GAAY,cAAAC,GAAc,YAAAC,GAAY,UAAAC,GAAU,WAAAC,GAAW,SAAAC,GAAS,OAAAC,EAAK,IAAMV,GAE9F,EAAE,UAAAW,GAAU,QAAAC,GAAQ,WAAAC,GAAW,SAAAC,EAAO,IAAKf;AACjD,EAAI,CAACE,KAAcY,MACfZ,IAAaY,IAEb,CAACZ,KAAcU,MACfV,IAAaD,EAAQ,QAAQW,GAAU,GAAG,CAAC,IAE3C,CAACT,KAAYY,MACbZ,IAAWY,IAEX,CAACZ,KAAYU,MACbV,IAAWO,EAAQG,GAAQ,IAAI,EAAE;AAErC,QAAMG,IAAkBhB,EAAM,kBAAkB,cAC5CA,EAAM,kBAAkB;AAC5B,SAAIE,IACAA,IAAaI,EAAaJ,CAAU,IAE/BU,IACLV,IAAaQ,EAAQE,GAAU,GAAG,CAAC,IAE9B,CAACV,KAAcc,MACpBd,IAAaE,EAAYI,EAASR,EAAM,SAASW,EAAK,GAAI,IAAI,CAAC,IAE/DR,IACAA,IAAWI,EAAWJ,CAAQ,IAEzBU,IACLV,IAAWO,EAAQG,GAAQ,IAAI,EAAE,IAE5B,CAACV,KAAYa,MAClBb,IAAWM,EAAUT,EAAM,SAASW,EAAK,CAAE,IAExC;AAAA,IACHT,KAAaG,EAAWH,CAAU;AAAA,IAClCC,KAAWE,EAAWF,CAAQ;AAAA,EACtC;AACA;","x_google_ignoreList":[0]}
@@ -1,13 +0,0 @@
1
- import { dateMatchModifiers as u } from "../utils/dateMatchModifiers.js";
2
- import { getFocusableDate as g } from "./getFocusableDate.js";
3
- import { CalendarDay as m } from "../classes/CalendarDay.js";
4
- function h(t, i, a, d, f, e, n, s = 0) {
5
- if (s > 365)
6
- return;
7
- const o = g(t, i, a.date, d, f, e, n), r = !!(e.disabled && u(o, e.disabled, n)), l = !!(e.hidden && u(o, e.hidden, n)), D = o, c = new m(o, D, n);
8
- return !r && !l ? c : h(t, i, c, d, f, e, n, s + 1);
9
- }
10
- export {
11
- h as getNextFocus
12
- };
13
- //# sourceMappingURL=getNextFocus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getNextFocus.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js"],"sourcesContent":["import { CalendarDay } from \"../classes/index.js\";\nimport { dateMatchModifiers } from \"../utils/dateMatchModifiers.js\";\nimport { getFocusableDate } from \"./getFocusableDate.js\";\n/**\n * Determines the next focusable day in the calendar.\n *\n * This function recursively calculates the next focusable day based on the\n * movement direction and modifiers applied to the days.\n *\n * @param moveBy The unit of movement (e.g., \"day\", \"week\").\n * @param moveDir The direction of movement (\"before\" or \"after\").\n * @param refDay The currently focused day.\n * @param calendarStartMonth The earliest month the user can navigate to.\n * @param calendarEndMonth The latest month the user can navigate to.\n * @param props The DayPicker props, including modifiers and configuration\n * options.\n * @param dateLib The date library to use for date manipulation.\n * @param attempt The current recursion attempt (used to limit recursion depth).\n * @returns The next focusable day, or `undefined` if no focusable day is found.\n */\nexport function getNextFocus(moveBy, moveDir, refDay, calendarStartMonth, calendarEndMonth, props, dateLib, attempt = 0) {\n if (attempt > 365) {\n // Limit the recursion to 365 attempts\n return undefined;\n }\n const focusableDate = getFocusableDate(moveBy, moveDir, refDay.date, calendarStartMonth, calendarEndMonth, props, dateLib);\n const isDisabled = Boolean(props.disabled &&\n dateMatchModifiers(focusableDate, props.disabled, dateLib));\n const isHidden = Boolean(props.hidden && dateMatchModifiers(focusableDate, props.hidden, dateLib));\n const targetMonth = focusableDate;\n const focusDay = new CalendarDay(focusableDate, targetMonth, dateLib);\n if (!isDisabled && !isHidden) {\n return focusDay;\n }\n // Recursively attempt to find the next focusable date\n return getNextFocus(moveBy, moveDir, focusDay, calendarStartMonth, calendarEndMonth, props, dateLib, attempt + 1);\n}\n"],"names":["getNextFocus","moveBy","moveDir","refDay","calendarStartMonth","calendarEndMonth","props","dateLib","attempt","focusableDate","getFocusableDate","isDisabled","dateMatchModifiers","isHidden","targetMonth","focusDay","CalendarDay"],"mappings":";;;AAoBO,SAASA,EAAaC,GAAQC,GAASC,GAAQC,GAAoBC,GAAkBC,GAAOC,GAASC,IAAU,GAAG;AACrH,MAAIA,IAAU;AAEV;AAEJ,QAAMC,IAAgBC,EAAiBT,GAAQC,GAASC,EAAO,MAAMC,GAAoBC,GAAkBC,GAAOC,CAAO,GACnHI,IAAa,GAAQL,EAAM,YAC7BM,EAAmBH,GAAeH,EAAM,UAAUC,CAAO,IACvDM,IAAW,GAAQP,EAAM,UAAUM,EAAmBH,GAAeH,EAAM,QAAQC,CAAO,IAC1FO,IAAcL,GACdM,IAAW,IAAIC,EAAYP,GAAeK,GAAaP,CAAO;AACpE,SAAI,CAACI,KAAc,CAACE,IACTE,IAGJf,EAAaC,GAAQC,GAASa,GAAUX,GAAoBC,GAAkBC,GAAOC,GAASC,IAAU,CAAC;AACpH;","x_google_ignoreList":[0]}
@@ -1,13 +0,0 @@
1
- function h(n, t, e, s) {
2
- if (e.disableNavigation)
3
- return;
4
- const { pagedNavigation: u, numberOfMonths: f = 1 } = e, { startOfMonth: a, addMonths: o, differenceInCalendarMonths: d } = s, i = u ? f : 1, r = a(n);
5
- if (!t)
6
- return o(r, i);
7
- if (!(d(t, n) < f))
8
- return o(r, i);
9
- }
10
- export {
11
- h as getNextMonth
12
- };
13
- //# sourceMappingURL=getNextMonth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getNextMonth.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js"],"sourcesContent":["/**\n * Returns the next month the user can navigate to, based on the given options.\n *\n * The next month is not always the next calendar month:\n *\n * - If it is after the `calendarEndMonth`, it returns `undefined`.\n * - If paged navigation is enabled, it skips forward by the number of displayed\n * months.\n *\n * @param firstDisplayedMonth The first month currently displayed in the\n * calendar.\n * @param calendarEndMonth The latest month the user can navigate to.\n * @param options Navigation options, including `numberOfMonths` and\n * `pagedNavigation`.\n * @param dateLib The date library to use for date manipulation.\n * @returns The next month, or `undefined` if navigation is not possible.\n */\nexport function getNextMonth(firstDisplayedMonth, calendarEndMonth, options, dateLib) {\n if (options.disableNavigation) {\n return undefined;\n }\n const { pagedNavigation, numberOfMonths = 1 } = options;\n const { startOfMonth, addMonths, differenceInCalendarMonths } = dateLib;\n const offset = pagedNavigation ? numberOfMonths : 1;\n const month = startOfMonth(firstDisplayedMonth);\n if (!calendarEndMonth) {\n return addMonths(month, offset);\n }\n const monthsDiff = differenceInCalendarMonths(calendarEndMonth, firstDisplayedMonth);\n if (monthsDiff < numberOfMonths) {\n return undefined;\n }\n return addMonths(month, offset);\n}\n"],"names":["getNextMonth","firstDisplayedMonth","calendarEndMonth","options","dateLib","pagedNavigation","numberOfMonths","startOfMonth","addMonths","differenceInCalendarMonths","offset","month"],"mappings":"AAiBO,SAASA,EAAaC,GAAqBC,GAAkBC,GAASC,GAAS;AAClF,MAAID,EAAQ;AACR;AAEJ,QAAM,EAAE,iBAAAE,GAAiB,gBAAAC,IAAiB,EAAC,IAAKH,GAC1C,EAAE,cAAAI,GAAc,WAAAC,GAAW,4BAAAC,EAA0B,IAAKL,GAC1DM,IAASL,IAAkBC,IAAiB,GAC5CK,IAAQJ,EAAaN,CAAmB;AAC9C,MAAI,CAACC;AACD,WAAOM,EAAUG,GAAOD,CAAM;AAGlC,MAAI,EADeD,EAA2BP,GAAkBD,CAAmB,IAClEK;AAGjB,WAAOE,EAAUG,GAAOD,CAAM;AAClC;","x_google_ignoreList":[0]}
@@ -1,13 +0,0 @@
1
- function c(i, t, e, s) {
2
- if (e.disableNavigation)
3
- return;
4
- const { pagedNavigation: r, numberOfMonths: d } = e, { startOfMonth: u, addMonths: f, differenceInCalendarMonths: a } = s, o = r ? d ?? 1 : 1, n = u(i);
5
- if (!t)
6
- return f(n, -o);
7
- if (!(a(n, t) <= 0))
8
- return f(n, -o);
9
- }
10
- export {
11
- c as getPreviousMonth
12
- };
13
- //# sourceMappingURL=getPreviousMonth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getPreviousMonth.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js"],"sourcesContent":["/**\n * Returns the previous month the user can navigate to, based on the given\n * options.\n *\n * The previous month is not always the previous calendar month:\n *\n * - If it is before the `calendarStartMonth`, it returns `undefined`.\n * - If paged navigation is enabled, it skips back by the number of displayed\n * months.\n *\n * @param firstDisplayedMonth The first month currently displayed in the\n * calendar.\n * @param calendarStartMonth The earliest month the user can navigate to.\n * @param options Navigation options, including `numberOfMonths` and\n * `pagedNavigation`.\n * @param dateLib The date library to use for date manipulation.\n * @returns The previous month, or `undefined` if navigation is not possible.\n */\nexport function getPreviousMonth(firstDisplayedMonth, calendarStartMonth, options, dateLib) {\n if (options.disableNavigation) {\n return undefined;\n }\n const { pagedNavigation, numberOfMonths } = options;\n const { startOfMonth, addMonths, differenceInCalendarMonths } = dateLib;\n const offset = pagedNavigation ? (numberOfMonths ?? 1) : 1;\n const month = startOfMonth(firstDisplayedMonth);\n if (!calendarStartMonth) {\n return addMonths(month, -offset);\n }\n const monthsDiff = differenceInCalendarMonths(month, calendarStartMonth);\n if (monthsDiff <= 0) {\n return undefined;\n }\n return addMonths(month, -offset);\n}\n"],"names":["getPreviousMonth","firstDisplayedMonth","calendarStartMonth","options","dateLib","pagedNavigation","numberOfMonths","startOfMonth","addMonths","differenceInCalendarMonths","offset","month"],"mappings":"AAkBO,SAASA,EAAiBC,GAAqBC,GAAoBC,GAASC,GAAS;AACxF,MAAID,EAAQ;AACR;AAEJ,QAAM,EAAE,iBAAAE,GAAiB,gBAAAC,EAAc,IAAKH,GACtC,EAAE,cAAAI,GAAc,WAAAC,GAAW,4BAAAC,EAA0B,IAAKL,GAC1DM,IAASL,IAAmBC,KAAkB,IAAK,GACnDK,IAAQJ,EAAaN,CAAmB;AAC9C,MAAI,CAACC;AACD,WAAOM,EAAUG,GAAO,CAACD,CAAM;AAGnC,MAAI,EADeD,EAA2BE,GAAOT,CAAkB,KACrD;AAGlB,WAAOM,EAAUG,GAAO,CAACD,CAAM;AACnC;","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- import { UI as f } from "../UI.js";
2
- function n(r, o = {}, i = {}) {
3
- let e = { ...o?.[f.Day] };
4
- return Object.entries(r).filter(([, t]) => t === !0).forEach(([t]) => {
5
- e = {
6
- ...e,
7
- ...i?.[t]
8
- };
9
- }), e;
10
- }
11
- export {
12
- n as getStyleForModifiers
13
- };
14
- //# sourceMappingURL=getStyleForModifiers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getStyleForModifiers.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js"],"sourcesContent":["import { UI } from \"../UI.js\";\n/**\n * Returns the computed style for a day based on its modifiers.\n *\n * This function merges the base styles for the day with any styles associated\n * with active modifiers.\n *\n * @param dayModifiers The modifiers applied to the day.\n * @param styles The base styles for the calendar elements.\n * @param modifiersStyles The styles associated with specific modifiers.\n * @returns The computed style for the day.\n */\nexport function getStyleForModifiers(dayModifiers, styles = {}, modifiersStyles = {}) {\n let style = { ...styles?.[UI.Day] };\n Object.entries(dayModifiers)\n .filter(([, active]) => active === true)\n .forEach(([modifier]) => {\n style = {\n ...style,\n ...modifiersStyles?.[modifier],\n };\n });\n return style;\n}\n"],"names":["getStyleForModifiers","dayModifiers","styles","modifiersStyles","style","UI","active","modifier"],"mappings":";AAYO,SAASA,EAAqBC,GAAcC,IAAS,CAAA,GAAIC,IAAkB,CAAA,GAAI;AAClF,MAAIC,IAAQ,EAAE,GAAGF,IAASG,EAAG,GAAG,EAAC;AACjC,gBAAO,QAAQJ,CAAY,EACtB,OAAO,CAAC,CAAA,EAAGK,CAAM,MAAMA,MAAW,EAAI,EACtC,QAAQ,CAAC,CAACC,CAAQ,MAAM;AACzB,IAAAH,IAAQ;AAAA,MACJ,GAAGA;AAAA,MACH,GAAGD,IAAkBI,CAAQ;AAAA,IACzC;AAAA,EACI,CAAC,GACMH;AACX;","x_google_ignoreList":[0]}
@@ -1,12 +0,0 @@
1
- function y(t, o, a, n) {
2
- const s = n ?? t.today(), c = a ? t.startOfBroadcastWeek(s, t) : o ? t.startOfISOWeek(s) : t.startOfWeek(s), r = [];
3
- for (let e = 0; e < 7; e++) {
4
- const f = t.addDays(c, e);
5
- r.push(f);
6
- }
7
- return r;
8
- }
9
- export {
10
- y as getWeekdays
11
- };
12
- //# sourceMappingURL=getWeekdays.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getWeekdays.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js"],"sourcesContent":["/**\n * Generates a series of 7 days, starting from the beginning of the week, to use\n * for formatting weekday names (e.g., Monday, Tuesday, etc.).\n *\n * @param dateLib The date library to use for date manipulation.\n * @param ISOWeek Whether to use ISO week numbering (weeks start on Monday).\n * @param broadcastCalendar Whether to use the broadcast calendar (weeks start\n * on Monday, but may include adjustments for broadcast-specific rules).\n * @returns An array of 7 dates representing the weekdays.\n */\nexport function getWeekdays(dateLib, ISOWeek, broadcastCalendar, today) {\n const referenceToday = today ?? dateLib.today();\n const start = broadcastCalendar\n ? dateLib.startOfBroadcastWeek(referenceToday, dateLib)\n : ISOWeek\n ? dateLib.startOfISOWeek(referenceToday)\n : dateLib.startOfWeek(referenceToday);\n const days = [];\n for (let i = 0; i < 7; i++) {\n const day = dateLib.addDays(start, i);\n days.push(day);\n }\n return days;\n}\n"],"names":["getWeekdays","dateLib","ISOWeek","broadcastCalendar","today","referenceToday","start","days","i","day"],"mappings":"AAUO,SAASA,EAAYC,GAASC,GAASC,GAAmBC,GAAO;AACpE,QAAMC,IAAiBD,KAASH,EAAQ,MAAK,GACvCK,IAAQH,IACRF,EAAQ,qBAAqBI,GAAgBJ,CAAO,IACpDC,IACID,EAAQ,eAAeI,CAAc,IACrCJ,EAAQ,YAAYI,CAAc,GACtCE,IAAO,CAAA;AACb,WAASC,IAAI,GAAGA,IAAI,GAAGA,KAAK;AACxB,UAAMC,IAAMR,EAAQ,QAAQK,GAAOE,CAAC;AACpC,IAAAD,EAAK,KAAKE,CAAG;AAAA,EACjB;AACA,SAAOF;AACX;","x_google_ignoreList":[0]}
@@ -1,8 +0,0 @@
1
- function i(e) {
2
- const t = [];
3
- return e.reduce((c, n) => c.concat(n.weeks.slice()), t.slice());
4
- }
5
- export {
6
- i as getWeeks
7
- };
8
- //# sourceMappingURL=getWeeks.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getWeeks.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getWeeks.js"],"sourcesContent":["/**\n * Returns an array of calendar weeks from an array of calendar months.\n *\n * @param months The array of calendar months.\n * @returns An array of calendar weeks.\n */\nexport function getWeeks(months) {\n const initialWeeks = [];\n return months.reduce((weeks, month) => {\n return weeks.concat(month.weeks.slice());\n }, initialWeeks.slice());\n}\n"],"names":["getWeeks","months","initialWeeks","weeks","month"],"mappings":"AAMO,SAASA,EAASC,GAAQ;AAC7B,QAAMC,IAAe,CAAA;AACrB,SAAOD,EAAO,OAAO,CAACE,GAAOC,MAClBD,EAAM,OAAOC,EAAM,MAAM,MAAK,CAAE,GACxCF,EAAa,OAAO;AAC3B;","x_google_ignoreList":[0]}
@@ -1,17 +0,0 @@
1
- function p(e, r, s, t, f = !1) {
2
- if (!e || !r)
3
- return;
4
- const { startOfYear: o, endOfYear: i, eachYearOfInterval: l, getYear: u } = t, Y = o(e), c = i(r), a = l({ start: Y, end: c });
5
- return f && a.reverse(), a.map((n) => {
6
- const d = s.formatYearDropdown(n, t);
7
- return {
8
- value: u(n),
9
- label: d,
10
- disabled: !1
11
- };
12
- });
13
- }
14
- export {
15
- p as getYearOptions
16
- };
17
- //# sourceMappingURL=getYearOptions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getYearOptions.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js"],"sourcesContent":["/**\n * Returns the years to display in the dropdown.\n *\n * This function generates a list of years between the navigation start and end\n * dates, formatted using the provided formatter.\n *\n * @param navStart The start date for navigation.\n * @param navEnd The end date for navigation.\n * @param formatters The formatters to use for formatting the year labels.\n * @param dateLib The date library to use for date manipulation.\n * @param reverse If true, reverses the order of the years (descending).\n * @returns An array of dropdown options representing the years, or `undefined`\n * if `navStart` or `navEnd` is not provided.\n */\nexport function getYearOptions(navStart, navEnd, formatters, dateLib, reverse = false) {\n if (!navStart)\n return undefined;\n if (!navEnd)\n return undefined;\n const { startOfYear, endOfYear, eachYearOfInterval, getYear } = dateLib;\n const firstNavYear = startOfYear(navStart);\n const lastNavYear = endOfYear(navEnd);\n const years = eachYearOfInterval({ start: firstNavYear, end: lastNavYear });\n if (reverse)\n years.reverse();\n return years.map((year) => {\n const label = formatters.formatYearDropdown(year, dateLib);\n return {\n value: getYear(year),\n label,\n disabled: false,\n };\n });\n}\n"],"names":["getYearOptions","navStart","navEnd","formatters","dateLib","reverse","startOfYear","endOfYear","eachYearOfInterval","getYear","firstNavYear","lastNavYear","years","year","label"],"mappings":"AAcO,SAASA,EAAeC,GAAUC,GAAQC,GAAYC,GAASC,IAAU,IAAO;AAGnF,MAFI,CAACJ,KAED,CAACC;AACD;AACJ,QAAM,EAAE,aAAAI,GAAa,WAAAC,GAAW,oBAAAC,GAAoB,SAAAC,EAAO,IAAKL,GAC1DM,IAAeJ,EAAYL,CAAQ,GACnCU,IAAcJ,EAAUL,CAAM,GAC9BU,IAAQJ,EAAmB,EAAE,OAAOE,GAAc,KAAKC,GAAa;AAC1E,SAAIN,KACAO,EAAM,QAAO,GACVA,EAAM,IAAI,CAACC,MAAS;AACvB,UAAMC,IAAQX,EAAW,mBAAmBU,GAAMT,CAAO;AACzD,WAAO;AAAA,MACH,OAAOK,EAAQI,CAAI;AAAA,MACnB,OAAAC;AAAA,MACA,UAAU;AAAA,IACtB;AAAA,EACI,CAAC;AACL;","x_google_ignoreList":[0]}
@@ -1,8 +0,0 @@
1
- function n(s, e) {
2
- const t = e.startOfMonth(s), r = t.getDay();
3
- return r === 1 ? t : r === 0 ? e.addDays(t, -6) : e.addDays(t, -1 * (r - 1));
4
- }
5
- export {
6
- n as startOfBroadcastWeek
7
- };
8
- //# sourceMappingURL=startOfBroadcastWeek.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"startOfBroadcastWeek.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js"],"sourcesContent":["/**\n * Returns the start date of the week in the broadcast calendar.\n *\n * The broadcast week starts on Monday. If the first day of the month is not a\n * Monday, this function calculates the previous Monday as the start of the\n * broadcast week.\n *\n * @since 9.4.0\n * @param date The date for which to calculate the start of the broadcast week.\n * @param dateLib The date library to use for date manipulation.\n * @returns The start date of the broadcast week.\n */\nexport function startOfBroadcastWeek(date, dateLib) {\n const firstOfMonth = dateLib.startOfMonth(date);\n const dayOfWeek = firstOfMonth.getDay();\n if (dayOfWeek === 1) {\n return firstOfMonth;\n }\n else if (dayOfWeek === 0) {\n return dateLib.addDays(firstOfMonth, -1 * 6);\n }\n else {\n return dateLib.addDays(firstOfMonth, -1 * (dayOfWeek - 1));\n }\n}\n"],"names":["startOfBroadcastWeek","date","dateLib","firstOfMonth","dayOfWeek"],"mappings":"AAYO,SAASA,EAAqBC,GAAMC,GAAS;AAChD,QAAMC,IAAeD,EAAQ,aAAaD,CAAI,GACxCG,IAAYD,EAAa,OAAM;AACrC,SAAIC,MAAc,IACPD,IAEFC,MAAc,IACZF,EAAQ,QAAQC,GAAc,EAAM,IAGpCD,EAAQ,QAAQC,GAAc,MAAMC,IAAY,EAAE;AAEjE;","x_google_ignoreList":[0]}
@@ -1,9 +0,0 @@
1
- import { useState as o } from "react";
2
- function a(t, e) {
3
- const [u, n] = o(t);
4
- return [e === void 0 ? u : e, n];
5
- }
6
- export {
7
- a as useControlledValue
8
- };
9
- //# sourceMappingURL=useControlledValue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useControlledValue.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js"],"sourcesContent":["import { useState } from \"react\";\n/**\n * A custom hook for managing both controlled and uncontrolled component states.\n *\n * This hook allows a component to support both controlled and uncontrolled\n * states by determining whether the `controlledValue` is provided. If it is\n * undefined, the hook falls back to using the internal state.\n *\n * @example\n * // Uncontrolled usage\n * const [value, setValue] = useControlledValue(0, undefined);\n *\n * // Controlled usage\n * const [value, setValue] = useControlledValue(0, props.value);\n *\n * @template T - The type of the value.\n * @param defaultValue The initial value for the uncontrolled state.\n * @param controlledValue The value for the controlled state. If undefined, the\n * component will use the uncontrolled state.\n * @returns A tuple where the first element is the current value (either\n * controlled or uncontrolled) and the second element is a setter function to\n * update the value.\n */\nexport function useControlledValue(defaultValue, controlledValue) {\n const [uncontrolledValue, setValue] = useState(defaultValue);\n const value = controlledValue === undefined ? uncontrolledValue : controlledValue;\n return [value, setValue];\n}\n"],"names":["useControlledValue","defaultValue","controlledValue","uncontrolledValue","setValue","useState"],"mappings":";AAuBO,SAASA,EAAmBC,GAAcC,GAAiB;AAC9D,QAAM,CAACC,GAAmBC,CAAQ,IAAIC,EAASJ,CAAY;AAE3D,SAAO,CADOC,MAAoB,SAAYC,IAAoBD,GACnDE,CAAQ;AAC3B;","x_google_ignoreList":[0]}
@@ -1,27 +0,0 @@
1
- import { labelDay as o, labelDayButton as l } from "./labelDayButton.js";
2
- import { labelCaption as t, labelGrid as b } from "./labelGrid.js";
3
- import { labelGridcell as m } from "./labelGridcell.js";
4
- import { labelMonthDropdown as f } from "./labelMonthDropdown.js";
5
- import { labelNav as n } from "./labelNav.js";
6
- import { labelNext as u } from "./labelNext.js";
7
- import { labelPrevious as N } from "./labelPrevious.js";
8
- import { labelWeekday as y } from "./labelWeekday.js";
9
- import { labelWeekNumber as v } from "./labelWeekNumber.js";
10
- import { labelWeekNumberHeader as G } from "./labelWeekNumberHeader.js";
11
- import { labelYearDropdown as h } from "./labelYearDropdown.js";
12
- export {
13
- t as labelCaption,
14
- o as labelDay,
15
- l as labelDayButton,
16
- b as labelGrid,
17
- m as labelGridcell,
18
- f as labelMonthDropdown,
19
- n as labelNav,
20
- u as labelNext,
21
- N as labelPrevious,
22
- v as labelWeekNumber,
23
- G as labelWeekNumberHeader,
24
- y as labelWeekday,
25
- h as labelYearDropdown
26
- };
27
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -1,11 +0,0 @@
1
- import { DateLib as n } from "../classes/DateLib.js";
2
- function r(a, t, l, o) {
3
- let e = (o ?? new n(l)).format(a, "PPPP");
4
- return t.today && (e = `Today, ${e}`), t.selected && (e = `${e}, selected`), e;
5
- }
6
- const c = r;
7
- export {
8
- c as labelDay,
9
- r as labelDayButton
10
- };
11
- //# sourceMappingURL=labelDayButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelDayButton.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelDayButton.js"],"sourcesContent":["import { DateLib } from \"../classes/DateLib.js\";\n/**\n * Generates the ARIA label for a day button.\n *\n * Use the `modifiers` argument to provide additional context for the label,\n * such as indicating if the day is \"today\" or \"selected.\"\n *\n * @defaultValue The formatted date.\n * @param date - The date to format.\n * @param modifiers - The modifiers providing context for the day.\n * @param options - Optional configuration for the date formatting library.\n * @param dateLib - An optional instance of the date formatting library.\n * @returns The ARIA label for the day button.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelDayButton(date, modifiers, options, dateLib) {\n let label = (dateLib ?? new DateLib(options)).format(date, \"PPPP\");\n if (modifiers.today)\n label = `Today, ${label}`;\n if (modifiers.selected)\n label = `${label}, selected`;\n return label;\n}\n/**\n * @ignore\n * @deprecated Use `labelDayButton` instead.\n */\nexport const labelDay = labelDayButton;\n"],"names":["labelDayButton","date","modifiers","options","dateLib","label","DateLib","labelDay"],"mappings":";AAgBO,SAASA,EAAeC,GAAMC,GAAWC,GAASC,GAAS;AAC9D,MAAIC,KAASD,KAAW,IAAIE,EAAQH,CAAO,GAAG,OAAOF,GAAM,MAAM;AACjE,SAAIC,EAAU,UACVG,IAAQ,UAAUA,CAAK,KACvBH,EAAU,aACVG,IAAQ,GAAGA,CAAK,eACbA;AACX;AAKY,MAACE,IAAWP;","x_google_ignoreList":[0]}
@@ -1,10 +0,0 @@
1
- import { DateLib as r } from "../classes/DateLib.js";
2
- function e(t, o, n) {
3
- return (n ?? new r(o)).formatMonthYear(t);
4
- }
5
- const l = e;
6
- export {
7
- l as labelCaption,
8
- e as labelGrid
9
- };
10
- //# sourceMappingURL=labelGrid.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelGrid.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelGrid.js"],"sourcesContent":["import { DateLib } from \"../classes/DateLib.js\";\n/**\n * Generates the ARIA label for the month grid, which is announced when entering\n * the grid.\n *\n * @defaultValue Locale-specific month/year order (e.g., \"November 2022\").\n * @param date - The date representing the month.\n * @param options - Optional configuration for the date formatting library.\n * @param dateLib - An optional instance of the date formatting library.\n * @returns The ARIA label for the month grid.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelGrid(date, options, dateLib) {\n const lib = dateLib ?? new DateLib(options);\n return lib.formatMonthYear(date);\n}\n/**\n * @ignore\n * @deprecated Use {@link labelGrid} instead.\n */\nexport const labelCaption = labelGrid;\n"],"names":["labelGrid","date","options","dateLib","DateLib","labelCaption"],"mappings":";AAaO,SAASA,EAAUC,GAAMC,GAASC,GAAS;AAE9C,UADYA,KAAW,IAAIC,EAAQF,CAAO,GAC/B,gBAAgBD,CAAI;AACnC;AAKY,MAACI,IAAeL;","x_google_ignoreList":[0]}
@@ -1,9 +0,0 @@
1
- import { DateLib as a } from "../classes/DateLib.js";
2
- function f(t, l, o, r) {
3
- let e = (r ?? new a(o)).format(t, "PPPP");
4
- return l?.today && (e = `Today, ${e}`), e;
5
- }
6
- export {
7
- f as labelGridcell
8
- };
9
- //# sourceMappingURL=labelGridcell.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelGridcell.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelGridcell.js"],"sourcesContent":["import { DateLib } from \"../classes/DateLib.js\";\n/**\n * Generates the label for a day grid cell when the calendar is not interactive.\n *\n * @param date - The date to format.\n * @param modifiers - Optional modifiers providing context for the day.\n * @param options - Optional configuration for the date formatting library.\n * @param dateLib - An optional instance of the date formatting library.\n * @returns The label for the day grid cell.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelGridcell(date, modifiers, options, dateLib) {\n let label = (dateLib ?? new DateLib(options)).format(date, \"PPPP\");\n if (modifiers?.today) {\n label = `Today, ${label}`;\n }\n return label;\n}\n"],"names":["labelGridcell","date","modifiers","options","dateLib","label","DateLib"],"mappings":";AAYO,SAASA,EAAcC,GAAMC,GAAWC,GAASC,GAAS;AAC7D,MAAIC,KAASD,KAAW,IAAIE,EAAQH,CAAO,GAAG,OAAOF,GAAM,MAAM;AACjE,SAAIC,GAAW,UACXG,IAAQ,UAAUA,CAAK,KAEpBA;AACX;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function n(o) {
2
- return "Choose the Month";
3
- }
4
- export {
5
- n as labelMonthDropdown
6
- };
7
- //# sourceMappingURL=labelMonthDropdown.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelMonthDropdown.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js"],"sourcesContent":["/**\n * Generates the ARIA label for the months dropdown.\n *\n * @defaultValue `\"Choose the Month\"`\n * @param options - Optional configuration for the date formatting library.\n * @returns The ARIA label for the months dropdown.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelMonthDropdown(_options) {\n return \"Choose the Month\";\n}\n"],"names":["labelMonthDropdown","_options"],"mappings":"AASO,SAASA,EAAmBC,GAAU;AACzC,SAAO;AACX;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function e() {
2
- return "";
3
- }
4
- export {
5
- e as labelNav
6
- };
7
- //# sourceMappingURL=labelNav.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelNav.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelNav.js"],"sourcesContent":["/**\n * Generates the ARIA label for the navigation toolbar.\n *\n * @defaultValue `\"\"`\n * @returns The ARIA label for the navigation toolbar.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelNav() {\n return \"\";\n}\n"],"names":["labelNav"],"mappings":"AAQO,SAASA,IAAW;AACvB,SAAO;AACX;","x_google_ignoreList":[0]}
@@ -1,8 +0,0 @@
1
- const t = "Go to the Next Month";
2
- function n(o, e) {
3
- return t;
4
- }
5
- export {
6
- n as labelNext
7
- };
8
- //# sourceMappingURL=labelNext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelNext.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelNext.js"],"sourcesContent":["const defaultLabel = \"Go to the Next Month\";\n/**\n * Generates the ARIA label for the \"next month\" button.\n *\n * @defaultValue `\"Go to the Next Month\"`\n * @param month - The date representing the next month, or `undefined` if there\n * is no next month.\n * @returns The ARIA label for the \"next month\" button.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelNext(_month, _options) {\n return defaultLabel;\n}\n"],"names":["defaultLabel","labelNext","_month","_options"],"mappings":"AAAA,MAAMA,IAAe;AAWd,SAASC,EAAUC,GAAQC,GAAU;AACxC,SAAOH;AACX;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function t(o) {
2
- return "Go to the Previous Month";
3
- }
4
- export {
5
- t as labelPrevious
6
- };
7
- //# sourceMappingURL=labelPrevious.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelPrevious.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelPrevious.js"],"sourcesContent":["/**\n * Generates the ARIA label for the \"previous month\" button.\n *\n * @defaultValue `\"Go to the Previous Month\"`\n * @param month - The date representing the previous month, or `undefined` if\n * there is no previous month.\n * @returns The ARIA label for the \"previous month\" button.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelPrevious(_month) {\n return \"Go to the Previous Month\";\n}\n"],"names":["labelPrevious","_month"],"mappings":"AAUO,SAASA,EAAcC,GAAQ;AAClC,SAAO;AACX;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function o(e, n) {
2
- return `Week ${e}`;
3
- }
4
- export {
5
- o as labelWeekNumber
6
- };
7
- //# sourceMappingURL=labelWeekNumber.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelWeekNumber.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js"],"sourcesContent":["/**\n * Generates the ARIA label for the week number cell (the first cell in a row).\n *\n * @defaultValue `Week ${weekNumber}`\n * @param weekNumber - The number of the week.\n * @param options - Optional configuration for the date formatting library.\n * @returns The ARIA label for the week number cell.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelWeekNumber(weekNumber, _options) {\n return `Week ${weekNumber}`;\n}\n"],"names":["labelWeekNumber","weekNumber","_options"],"mappings":"AAUO,SAASA,EAAgBC,GAAYC,GAAU;AAClD,SAAO,QAAQD,CAAU;AAC7B;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function r(e) {
2
- return "Week Number";
3
- }
4
- export {
5
- r as labelWeekNumberHeader
6
- };
7
- //# sourceMappingURL=labelWeekNumberHeader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelWeekNumberHeader.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js"],"sourcesContent":["/**\n * Generates the ARIA label for the week number header element.\n *\n * @defaultValue `\"Week Number\"`\n * @param options - Optional configuration for the date formatting library.\n * @returns The ARIA label for the week number header.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelWeekNumberHeader(_options) {\n return \"Week Number\";\n}\n"],"names":["labelWeekNumberHeader","_options"],"mappings":"AASO,SAASA,EAAsBC,GAAU;AAC5C,SAAO;AACX;","x_google_ignoreList":[0]}
@@ -1,8 +0,0 @@
1
- import { DateLib as c } from "../classes/DateLib.js";
2
- function a(e, r, t) {
3
- return (t ?? new c(r)).format(e, "cccc");
4
- }
5
- export {
6
- a as labelWeekday
7
- };
8
- //# sourceMappingURL=labelWeekday.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelWeekday.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelWeekday.js"],"sourcesContent":["import { DateLib } from \"../classes/DateLib.js\";\n/**\n * Generates the ARIA label for a weekday column header.\n *\n * @defaultValue `\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\", \"Sunday\"`\n * @param date - The date representing the weekday.\n * @param options - Optional configuration for the date formatting library.\n * @param dateLib - An optional instance of the date formatting library.\n * @returns The ARIA label for the weekday column header.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelWeekday(date, options, dateLib) {\n return (dateLib ?? new DateLib(options)).format(date, \"cccc\");\n}\n"],"names":["labelWeekday","date","options","dateLib","DateLib"],"mappings":";AAYO,SAASA,EAAaC,GAAMC,GAASC,GAAS;AACjD,UAAQA,KAAW,IAAIC,EAAQF,CAAO,GAAG,OAAOD,GAAM,MAAM;AAChE;","x_google_ignoreList":[0]}
@@ -1,7 +0,0 @@
1
- function e(o) {
2
- return "Choose the Year";
3
- }
4
- export {
5
- e as labelYearDropdown
6
- };
7
- //# sourceMappingURL=labelYearDropdown.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"labelYearDropdown.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js"],"sourcesContent":["/**\n * Generates the ARIA label for the years dropdown.\n *\n * @defaultValue `\"Choose the Year\"`\n * @param options - Optional configuration for the date formatting library.\n * @returns The ARIA label for the years dropdown.\n * @group Labels\n * @see https://daypicker.dev/docs/translation#aria-labels\n */\nexport function labelYearDropdown(_options) {\n return \"Choose the Year\";\n}\n"],"names":["labelYearDropdown","_options"],"mappings":"AASO,SAASA,EAAkBC,GAAU;AACxC,SAAO;AACX;","x_google_ignoreList":[0]}
@@ -1,38 +0,0 @@
1
- import { enUS as f } from "../../../../date-fns/locale/en-US.js";
2
- import { format as n } from "../../../../date-fns/format.js";
3
- const s = {
4
- ...f,
5
- labels: {
6
- labelDayButton: (r, a, o, e) => {
7
- let t;
8
- e && typeof e.format == "function" ? t = e.format.bind(e) : t = (m, c) => n(m, c, { locale: f, ...o });
9
- let l = t(r, "PPPP");
10
- return a.today && (l = `Today, ${l}`), a.selected && (l = `${l}, selected`), l;
11
- },
12
- labelMonthDropdown: "Choose the Month",
13
- labelNext: "Go to the Next Month",
14
- labelPrevious: "Go to the Previous Month",
15
- labelWeekNumber: (r) => `Week ${r}`,
16
- labelYearDropdown: "Choose the Year",
17
- labelGrid: (r, a, o) => {
18
- let e;
19
- return o && typeof o.format == "function" ? e = o.format.bind(o) : e = (t, l) => n(t, l, { locale: f, ...a }), e(r, "LLLL yyyy");
20
- },
21
- labelGridcell: (r, a, o, e) => {
22
- let t;
23
- e && typeof e.format == "function" ? t = e.format.bind(e) : t = (m, c) => n(m, c, { locale: f, ...o });
24
- let l = t(r, "PPPP");
25
- return a?.today && (l = `Today, ${l}`), l;
26
- },
27
- labelNav: "Navigation bar",
28
- labelWeekNumberHeader: "Week Number",
29
- labelWeekday: (r, a, o) => {
30
- let e;
31
- return o && typeof o.format == "function" ? e = o.format.bind(o) : e = (t, l) => n(t, l, { locale: f, ...a }), e(r, "cccc");
32
- }
33
- }
34
- };
35
- export {
36
- s as enUS
37
- };
38
- //# sourceMappingURL=en-US.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"en-US.js","sources":["../../../../../../node_modules/react-day-picker/dist/esm/locale/en-US.js"],"sourcesContent":["import { format } from \"date-fns\";\nimport { enUS as dateFnsEnUS } from \"date-fns/locale\";\n/** English (United States) locale extended with DayPicker-specific translations. */\nexport const enUS = {\n ...dateFnsEnUS,\n labels: {\n labelDayButton: (date, modifiers, options, dateLib) => {\n let formatDate;\n if (dateLib && typeof dateLib.format === \"function\") {\n formatDate = dateLib.format.bind(dateLib);\n }\n else {\n formatDate = (d, pattern) => format(d, pattern, { locale: dateFnsEnUS, ...options });\n }\n let label = formatDate(date, \"PPPP\");\n if (modifiers.today)\n label = `Today, ${label}`;\n if (modifiers.selected)\n label = `${label}, selected`;\n return label;\n },\n labelMonthDropdown: \"Choose the Month\",\n labelNext: \"Go to the Next Month\",\n labelPrevious: \"Go to the Previous Month\",\n labelWeekNumber: (weekNumber) => `Week ${weekNumber}`,\n labelYearDropdown: \"Choose the Year\",\n labelGrid: (date, options, dateLib) => {\n let formatDate;\n if (dateLib && typeof dateLib.format === \"function\") {\n formatDate = dateLib.format.bind(dateLib);\n }\n else {\n formatDate = (d, pattern) => format(d, pattern, { locale: dateFnsEnUS, ...options });\n }\n return formatDate(date, \"LLLL yyyy\");\n },\n labelGridcell: (date, modifiers, options, dateLib) => {\n let formatDate;\n if (dateLib && typeof dateLib.format === \"function\") {\n formatDate = dateLib.format.bind(dateLib);\n }\n else {\n formatDate = (d, pattern) => format(d, pattern, { locale: dateFnsEnUS, ...options });\n }\n let label = formatDate(date, \"PPPP\");\n if (modifiers?.today) {\n label = `Today, ${label}`;\n }\n return label;\n },\n labelNav: \"Navigation bar\",\n labelWeekNumberHeader: \"Week Number\",\n labelWeekday: (date, options, dateLib) => {\n let formatDate;\n if (dateLib && typeof dateLib.format === \"function\") {\n formatDate = dateLib.format.bind(dateLib);\n }\n else {\n formatDate = (d, pattern) => format(d, pattern, { locale: dateFnsEnUS, ...options });\n }\n return formatDate(date, \"cccc\");\n },\n },\n};\n"],"names":["enUS","dateFnsEnUS","date","modifiers","options","dateLib","formatDate","d","pattern","format","label","weekNumber"],"mappings":";;AAGY,MAACA,IAAO;AAAA,EAChB,GAAGC;AAAAA,EACH,QAAQ;AAAA,IACJ,gBAAgB,CAACC,GAAMC,GAAWC,GAASC,MAAY;AACnD,UAAIC;AACJ,MAAID,KAAW,OAAOA,EAAQ,UAAW,aACrCC,IAAaD,EAAQ,OAAO,KAAKA,CAAO,IAGxCC,IAAa,CAACC,GAAGC,MAAYC,EAAOF,GAAGC,GAAS,EAAE,QAAQP,GAAa,GAAGG,EAAO,CAAE;AAEvF,UAAIM,IAAQJ,EAAWJ,GAAM,MAAM;AACnC,aAAIC,EAAU,UACVO,IAAQ,UAAUA,CAAK,KACvBP,EAAU,aACVO,IAAQ,GAAGA,CAAK,eACbA;AAAA,IACX;AAAA,IACA,oBAAoB;AAAA,IACpB,WAAW;AAAA,IACX,eAAe;AAAA,IACf,iBAAiB,CAACC,MAAe,QAAQA,CAAU;AAAA,IACnD,mBAAmB;AAAA,IACnB,WAAW,CAACT,GAAME,GAASC,MAAY;AACnC,UAAIC;AACJ,aAAID,KAAW,OAAOA,EAAQ,UAAW,aACrCC,IAAaD,EAAQ,OAAO,KAAKA,CAAO,IAGxCC,IAAa,CAACC,GAAGC,MAAYC,EAAOF,GAAGC,GAAS,EAAE,QAAQP,GAAa,GAAGG,EAAO,CAAE,GAEhFE,EAAWJ,GAAM,WAAW;AAAA,IACvC;AAAA,IACA,eAAe,CAACA,GAAMC,GAAWC,GAASC,MAAY;AAClD,UAAIC;AACJ,MAAID,KAAW,OAAOA,EAAQ,UAAW,aACrCC,IAAaD,EAAQ,OAAO,KAAKA,CAAO,IAGxCC,IAAa,CAACC,GAAGC,MAAYC,EAAOF,GAAGC,GAAS,EAAE,QAAQP,GAAa,GAAGG,EAAO,CAAE;AAEvF,UAAIM,IAAQJ,EAAWJ,GAAM,MAAM;AACnC,aAAIC,GAAW,UACXO,IAAQ,UAAUA,CAAK,KAEpBA;AAAA,IACX;AAAA,IACA,UAAU;AAAA,IACV,uBAAuB;AAAA,IACvB,cAAc,CAACR,GAAME,GAASC,MAAY;AACtC,UAAIC;AACJ,aAAID,KAAW,OAAOA,EAAQ,UAAW,aACrCC,IAAaD,EAAQ,OAAO,KAAKA,CAAO,IAGxCC,IAAa,CAACC,GAAGC,MAAYC,EAAOF,GAAGC,GAAS,EAAE,QAAQP,GAAa,GAAGG,EAAO,CAAE,GAEhFE,EAAWJ,GAAM,MAAM;AAAA,IAClC;AAAA,EACR;AACA;","x_google_ignoreList":[0]}