@zimyo/ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/dist/_virtual/_rollupPluginBabelHelpers.js +11 -0
  2. package/dist/components/index.d.ts +59 -0
  3. package/dist/components/ui/accordion.d.ts +9 -0
  4. package/dist/components/ui/accordion.js +53 -0
  5. package/dist/components/ui/alert-dialog.d.ts +16 -0
  6. package/dist/components/ui/alert-dialog.js +107 -0
  7. package/dist/components/ui/alert.d.ts +12 -0
  8. package/dist/components/ui/alert.js +53 -0
  9. package/dist/components/ui/aspect-ratio.d.ts +6 -0
  10. package/dist/components/ui/aspect-ratio.js +12 -0
  11. package/dist/components/ui/avatar.d.ts +8 -0
  12. package/dist/components/ui/avatar.js +38 -0
  13. package/dist/components/ui/badge.d.ts +12 -0
  14. package/dist/components/ui/badge.js +37 -0
  15. package/dist/components/ui/breadcrumb.d.ts +13 -0
  16. package/dist/components/ui/breadcrumb.js +90 -0
  17. package/dist/components/ui/button.d.ts +13 -0
  18. package/dist/components/ui/button.js +49 -0
  19. package/dist/components/ui/calendar.d.ts +12 -0
  20. package/dist/components/ui/calendar.js +134 -0
  21. package/dist/components/ui/card.d.ts +11 -0
  22. package/dist/components/ui/card.js +77 -0
  23. package/dist/components/ui/carousel.d.ts +24 -0
  24. package/dist/components/ui/carousel.js +163 -0
  25. package/dist/components/ui/chart.d.ts +43 -0
  26. package/dist/components/ui/chart.js +187 -0
  27. package/dist/components/ui/checkbox.d.ts +6 -0
  28. package/dist/components/ui/checkbox.js +24 -0
  29. package/dist/components/ui/collapsible.d.ts +8 -0
  30. package/dist/components/ui/collapsible.js +24 -0
  31. package/dist/components/ui/command.d.ts +21 -0
  32. package/dist/components/ui/command.js +110 -0
  33. package/dist/components/ui/context-menu.d.ts +27 -0
  34. package/dist/components/ui/context-menu.js +158 -0
  35. package/dist/components/ui/dialog.d.ts +17 -0
  36. package/dist/components/ui/dialog.js +102 -0
  37. package/dist/components/ui/drawer.d.ts +15 -0
  38. package/dist/components/ui/drawer.js +97 -0
  39. package/dist/components/ui/dropdown-menu.d.ts +27 -0
  40. package/dist/components/ui/dropdown-menu.js +160 -0
  41. package/dist/components/ui/form.d.ts +26 -0
  42. package/dist/components/ui/form.js +125 -0
  43. package/dist/components/ui/hover-card.d.ts +8 -0
  44. package/dist/components/ui/hover-card.js +36 -0
  45. package/dist/components/ui/input-otp.d.ts +13 -0
  46. package/dist/components/ui/input-otp.js +61 -0
  47. package/dist/components/ui/input.d.ts +5 -0
  48. package/dist/components/ui/input.js +19 -0
  49. package/dist/components/ui/label.d.ts +6 -0
  50. package/dist/components/ui/label.js +18 -0
  51. package/dist/components/ui/menubar.d.ts +28 -0
  52. package/dist/components/ui/menubar.js +178 -0
  53. package/dist/components/ui/navigation-menu.d.ts +17 -0
  54. package/dist/components/ui/navigation-menu.js +102 -0
  55. package/dist/components/ui/pagination.d.ts +17 -0
  56. package/dist/components/ui/pagination.js +95 -0
  57. package/dist/components/ui/popover.d.ts +9 -0
  58. package/dist/components/ui/popover.js +40 -0
  59. package/dist/components/ui/progress.d.ts +6 -0
  60. package/dist/components/ui/progress.js +25 -0
  61. package/dist/components/ui/radio-group.d.ts +7 -0
  62. package/dist/components/ui/radio-group.js +34 -0
  63. package/dist/components/ui/resizable.d.ts +10 -0
  64. package/dist/components/ui/resizable.js +40 -0
  65. package/dist/components/ui/scroll-area.d.ts +7 -0
  66. package/dist/components/ui/scroll-area.js +37 -0
  67. package/dist/components/ui/select.d.ts +17 -0
  68. package/dist/components/ui/select.js +118 -0
  69. package/dist/components/ui/separator.d.ts +6 -0
  70. package/dist/components/ui/separator.js +22 -0
  71. package/dist/components/ui/sheet.d.ts +15 -0
  72. package/dist/components/ui/sheet.js +101 -0
  73. package/dist/components/ui/sidebar.d.ts +73 -0
  74. package/dist/components/ui/sidebar.js +484 -0
  75. package/dist/components/ui/skeleton.d.ts +5 -0
  76. package/dist/components/ui/skeleton.js +16 -0
  77. package/dist/components/ui/slider.d.ts +6 -0
  78. package/dist/components/ui/slider.js +39 -0
  79. package/dist/components/ui/sonner.d.ts +6 -0
  80. package/dist/components/ui/sonner.js +18 -0
  81. package/dist/components/ui/switch.d.ts +6 -0
  82. package/dist/components/ui/switch.js +21 -0
  83. package/dist/components/ui/table.d.ts +12 -0
  84. package/dist/components/ui/table.js +90 -0
  85. package/dist/components/ui/tabs.d.ts +9 -0
  86. package/dist/components/ui/tabs.js +48 -0
  87. package/dist/components/ui/textarea.d.ts +5 -0
  88. package/dist/components/ui/textarea.js +17 -0
  89. package/dist/components/ui/toggle-group.d.ts +10 -0
  90. package/dist/components/ui/toggle-group.js +52 -0
  91. package/dist/components/ui/toggle.d.ts +12 -0
  92. package/dist/components/ui/toggle.js +42 -0
  93. package/dist/components/ui/tooltip.d.ts +9 -0
  94. package/dist/components/ui/tooltip.js +45 -0
  95. package/dist/index.d.ts +61 -0
  96. package/dist/index.js +47 -0
  97. package/dist/lib/utils.d.ts +5 -0
  98. package/dist/lib/utils.js +8 -0
  99. package/dist/node_modules/@date-fns/tz/date/index.js +101 -0
  100. package/dist/node_modules/@date-fns/tz/date/mini.js +207 -0
  101. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +43 -0
  102. package/dist/node_modules/@radix-ui/primitive/dist/index.js +11 -0
  103. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +39 -0
  104. package/dist/node_modules/@radix-ui/react-context/dist/index.js +79 -0
  105. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +321 -0
  106. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +211 -0
  107. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +29 -0
  108. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +207 -0
  109. package/dist/node_modules/@radix-ui/react-id/dist/index.js +15 -0
  110. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +17 -0
  111. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +130 -0
  112. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +43 -0
  113. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +89 -0
  114. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +12 -0
  115. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +70 -0
  116. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +18 -0
  117. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
  118. package/dist/node_modules/aria-hidden/dist/es2015/index.js +137 -0
  119. package/dist/node_modules/class-variance-authority/dist/index.js +44 -0
  120. package/dist/node_modules/clsx/dist/clsx.js +3 -0
  121. package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.js +3 -0
  122. package/dist/node_modules/cmdk/dist/index.js +10 -0
  123. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +7 -0
  124. package/dist/node_modules/date-fns/_lib/defaultOptions.js +7 -0
  125. package/dist/node_modules/date-fns/_lib/format/formatters.js +775 -0
  126. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +94 -0
  127. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +66 -0
  128. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +31 -0
  129. package/dist/node_modules/date-fns/_lib/normalizeDates.js +11 -0
  130. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +8 -0
  131. package/dist/node_modules/date-fns/_lib/protectedTokens.js +25 -0
  132. package/dist/node_modules/date-fns/addDays.js +41 -0
  133. package/dist/node_modules/date-fns/addMonths.js +75 -0
  134. package/dist/node_modules/date-fns/addWeeks.js +33 -0
  135. package/dist/node_modules/date-fns/addYears.js +33 -0
  136. package/dist/node_modules/date-fns/constants.js +46 -0
  137. package/dist/node_modules/date-fns/constructFrom.js +49 -0
  138. package/dist/node_modules/date-fns/differenceInCalendarDays.js +62 -0
  139. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +42 -0
  140. package/dist/node_modules/date-fns/eachMonthOfInterval.js +65 -0
  141. package/dist/node_modules/date-fns/endOfISOWeek.js +35 -0
  142. package/dist/node_modules/date-fns/endOfMonth.js +37 -0
  143. package/dist/node_modules/date-fns/endOfWeek.js +53 -0
  144. package/dist/node_modules/date-fns/endOfYear.js +37 -0
  145. package/dist/node_modules/date-fns/format.js +423 -0
  146. package/dist/node_modules/date-fns/getDayOfYear.js +34 -0
  147. package/dist/node_modules/date-fns/getDaysInMonth.js +36 -0
  148. package/dist/node_modules/date-fns/getISOWeek.js +40 -0
  149. package/dist/node_modules/date-fns/getISOWeekYear.js +52 -0
  150. package/dist/node_modules/date-fns/getMonth.js +29 -0
  151. package/dist/node_modules/date-fns/getWeek.js +54 -0
  152. package/dist/node_modules/date-fns/getWeekYear.js +75 -0
  153. package/dist/node_modules/date-fns/getYear.js +29 -0
  154. package/dist/node_modules/date-fns/isAfter.js +25 -0
  155. package/dist/node_modules/date-fns/isBefore.js +25 -0
  156. package/dist/node_modules/date-fns/isDate.js +41 -0
  157. package/dist/node_modules/date-fns/isSameDay.js +46 -0
  158. package/dist/node_modules/date-fns/isSameMonth.js +43 -0
  159. package/dist/node_modules/date-fns/isSameYear.js +35 -0
  160. package/dist/node_modules/date-fns/isValid.js +39 -0
  161. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
  162. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +64 -0
  163. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +59 -0
  164. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +22 -0
  165. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +103 -0
  166. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +41 -0
  167. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +13 -0
  168. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +189 -0
  169. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +134 -0
  170. package/dist/node_modules/date-fns/locale/en-US.js +28 -0
  171. package/dist/node_modules/date-fns/max.js +49 -0
  172. package/dist/node_modules/date-fns/min.js +49 -0
  173. package/dist/node_modules/date-fns/setMonth.js +46 -0
  174. package/dist/node_modules/date-fns/setYear.js +40 -0
  175. package/dist/node_modules/date-fns/startOfDay.js +35 -0
  176. package/dist/node_modules/date-fns/startOfISOWeek.js +35 -0
  177. package/dist/node_modules/date-fns/startOfISOWeekYear.js +42 -0
  178. package/dist/node_modules/date-fns/startOfMonth.js +37 -0
  179. package/dist/node_modules/date-fns/startOfWeek.js +53 -0
  180. package/dist/node_modules/date-fns/startOfWeekYear.js +64 -0
  181. package/dist/node_modules/date-fns/startOfYear.js +36 -0
  182. package/dist/node_modules/date-fns/toDate.js +46 -0
  183. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +1669 -0
  184. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js +37 -0
  185. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +38 -0
  186. package/dist/node_modules/get-nonce/dist/es2015/index.js +8 -0
  187. package/dist/node_modules/input-otp/dist/index.js +24 -0
  188. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +285 -0
  189. package/dist/node_modules/react-day-picker/dist/esm/UI.js +122 -0
  190. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +30 -0
  191. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +14 -0
  192. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +13 -0
  193. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +522 -0
  194. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +13 -0
  195. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +13 -0
  196. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +18 -0
  197. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +18 -0
  198. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +19 -0
  199. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +21 -0
  200. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +13 -0
  201. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +13 -0
  202. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +15 -0
  203. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +14 -0
  204. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +13 -0
  205. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +13 -0
  206. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +15 -0
  207. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +31 -0
  208. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +15 -0
  209. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +13 -0
  210. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +15 -0
  211. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +14 -0
  212. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +13 -0
  213. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +14 -0
  214. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +14 -0
  215. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +13 -0
  216. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +13 -0
  217. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +14 -0
  218. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +13 -0
  219. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +15 -0
  220. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +26 -0
  221. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +25 -0
  222. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +19 -0
  223. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +18 -0
  224. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +21 -0
  225. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +13 -0
  226. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +19 -0
  227. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +23 -0
  228. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +7 -0
  229. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +73 -0
  230. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +95 -0
  231. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +22 -0
  232. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +28 -0
  233. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +33 -0
  234. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +20 -0
  235. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +27 -0
  236. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +51 -0
  237. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +19 -0
  238. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +33 -0
  239. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +24 -0
  240. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +46 -0
  241. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +24 -0
  242. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +28 -0
  243. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +33 -0
  244. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +69 -0
  245. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +51 -0
  246. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +39 -0
  247. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +36 -0
  248. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +37 -0
  249. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +27 -0
  250. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +24 -0
  251. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +14 -0
  252. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +38 -0
  253. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +27 -0
  254. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +31 -0
  255. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +11 -0
  256. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +32 -0
  257. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +24 -0
  258. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +22 -0
  259. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +14 -0
  260. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +13 -0
  261. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +15 -0
  262. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +15 -0
  263. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +15 -0
  264. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +14 -0
  265. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +18 -0
  266. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +14 -0
  267. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +57 -0
  268. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +45 -0
  269. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +44 -0
  270. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +175 -0
  271. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +85 -0
  272. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +25 -0
  273. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +50 -0
  274. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +31 -0
  275. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +92 -0
  276. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +62 -0
  277. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +30 -0
  278. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +74 -0
  279. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +35 -0
  280. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +21 -0
  281. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +66 -0
  282. package/dist/node_modules/react-hook-form/dist/index.esm.js +507 -0
  283. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +9 -0
  284. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +160 -0
  285. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +38 -0
  286. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +21 -0
  287. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +110 -0
  288. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
  289. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
  290. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +56 -0
  291. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +10 -0
  292. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +31 -0
  293. package/dist/node_modules/react-resizable-panels/dist/react-resizable-panels.js +2407 -0
  294. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +19 -0
  295. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +25 -0
  296. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +51 -0
  297. package/dist/node_modules/sonner/dist/index.js +1125 -0
  298. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2956 -0
  299. package/dist/node_modules/tslib/tslib.es6.js +56 -0
  300. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +24 -0
  301. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +48 -0
  302. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +42 -0
  303. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +21 -0
  304. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +77 -0
  305. package/dist/node_modules/vaul/dist/index.js +1627 -0
  306. package/dist/styles.css +1 -0
  307. package/package.json +91 -0
@@ -0,0 +1,56 @@
1
+ /******************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */
15
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
16
+
17
+
18
+ var __assign = function() {
19
+ __assign = Object.assign || function __assign(t) {
20
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
21
+ s = arguments[i];
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
23
+ }
24
+ return t;
25
+ };
26
+ return __assign.apply(this, arguments);
27
+ };
28
+
29
+ function __rest(s, e) {
30
+ var t = {};
31
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
32
+ t[p] = s[p];
33
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
34
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
35
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
36
+ t[p[i]] = s[p[i]];
37
+ }
38
+ return t;
39
+ }
40
+
41
+ function __spreadArray(to, from, pack) {
42
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
43
+ if (ar || !(i in from)) {
44
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
45
+ ar[i] = from[i];
46
+ }
47
+ }
48
+ return to.concat(ar || Array.prototype.slice.call(from));
49
+ }
50
+
51
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
52
+ var e = new Error(message);
53
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
54
+ };
55
+
56
+ export { __assign, __rest, __spreadArray };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Assigns a value for a given ref, no matter of the ref format
3
+ * @param {RefObject} ref - a callback function or ref object
4
+ * @param value - a new value
5
+ *
6
+ * @see https://github.com/theKashey/use-callback-ref#assignref
7
+ * @example
8
+ * const refObject = useRef();
9
+ * const refFn = (ref) => {....}
10
+ *
11
+ * assignRef(refObject, "refValue");
12
+ * assignRef(refFn, "refValue");
13
+ */
14
+ function assignRef(ref, value) {
15
+ if (typeof ref === 'function') {
16
+ ref(value);
17
+ }
18
+ else if (ref) {
19
+ ref.current = value;
20
+ }
21
+ return ref;
22
+ }
23
+
24
+ export { assignRef };
@@ -0,0 +1,48 @@
1
+ import * as React from 'react';
2
+ import { assignRef } from './assignRef.js';
3
+ import { useCallbackRef } from './useRef.js';
4
+
5
+ var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;
6
+ var currentValues = new WeakMap();
7
+ /**
8
+ * Merges two or more refs together providing a single interface to set their value
9
+ * @param {RefObject|Ref} refs
10
+ * @returns {MutableRefObject} - a new ref, which translates all changes to {refs}
11
+ *
12
+ * @see {@link mergeRefs} a version without buit-in memoization
13
+ * @see https://github.com/theKashey/use-callback-ref#usemergerefs
14
+ * @example
15
+ * const Component = React.forwardRef((props, ref) => {
16
+ * const ownRef = useRef();
17
+ * const domRef = useMergeRefs([ref, ownRef]); // 👈 merge together
18
+ * return <div ref={domRef}>...</div>
19
+ * }
20
+ */
21
+ function useMergeRefs(refs, defaultValue) {
22
+ var callbackRef = useCallbackRef(null, function (newValue) {
23
+ return refs.forEach(function (ref) { return assignRef(ref, newValue); });
24
+ });
25
+ // handle refs changes - added or removed
26
+ useIsomorphicLayoutEffect(function () {
27
+ var oldValue = currentValues.get(callbackRef);
28
+ if (oldValue) {
29
+ var prevRefs_1 = new Set(oldValue);
30
+ var nextRefs_1 = new Set(refs);
31
+ var current_1 = callbackRef.current;
32
+ prevRefs_1.forEach(function (ref) {
33
+ if (!nextRefs_1.has(ref)) {
34
+ assignRef(ref, null);
35
+ }
36
+ });
37
+ nextRefs_1.forEach(function (ref) {
38
+ if (!prevRefs_1.has(ref)) {
39
+ assignRef(ref, current_1);
40
+ }
41
+ });
42
+ }
43
+ currentValues.set(callbackRef, refs);
44
+ }, [refs]);
45
+ return callbackRef;
46
+ }
47
+
48
+ export { useMergeRefs };
@@ -0,0 +1,42 @@
1
+ import { useState } from 'react';
2
+
3
+ /**
4
+ * creates a MutableRef with ref change callback
5
+ * @param initialValue - initial ref value
6
+ * @param {Function} callback - a callback to run when value changes
7
+ *
8
+ * @example
9
+ * const ref = useCallbackRef(0, (newValue, oldValue) => console.log(oldValue, '->', newValue);
10
+ * ref.current = 1;
11
+ * // prints 0 -> 1
12
+ *
13
+ * @see https://reactjs.org/docs/hooks-reference.html#useref
14
+ * @see https://github.com/theKashey/use-callback-ref#usecallbackref---to-replace-reactuseref
15
+ * @returns {MutableRefObject}
16
+ */
17
+ function useCallbackRef(initialValue, callback) {
18
+ var ref = useState(function () { return ({
19
+ // value
20
+ value: initialValue,
21
+ // last callback
22
+ callback: callback,
23
+ // "memoized" public interface
24
+ facade: {
25
+ get current() {
26
+ return ref.value;
27
+ },
28
+ set current(value) {
29
+ var last = ref.value;
30
+ if (last !== value) {
31
+ ref.value = value;
32
+ ref.callback(value, last);
33
+ }
34
+ },
35
+ },
36
+ }); })[0];
37
+ // update callback
38
+ ref.callback = callback;
39
+ return ref.facade;
40
+ }
41
+
42
+ export { useCallbackRef };
@@ -0,0 +1,21 @@
1
+ import { __rest, __assign } from '../../../tslib/tslib.es6.js';
2
+ import * as React from 'react';
3
+
4
+ var SideCar = function (_a) {
5
+ var sideCar = _a.sideCar, rest = __rest(_a, ["sideCar"]);
6
+ if (!sideCar) {
7
+ throw new Error('Sidecar: please provide `sideCar` property to import the right car');
8
+ }
9
+ var Target = sideCar.read();
10
+ if (!Target) {
11
+ throw new Error('Sidecar medium not found');
12
+ }
13
+ return React.createElement(Target, __assign({}, rest));
14
+ };
15
+ SideCar.isSideCarExport = true;
16
+ function exportSidecar(medium, exported) {
17
+ medium.useMedium(exported);
18
+ return SideCar;
19
+ }
20
+
21
+ export { exportSidecar };
@@ -0,0 +1,77 @@
1
+ import { __assign } from '../../../tslib/tslib.es6.js';
2
+
3
+ function ItoI(a) {
4
+ return a;
5
+ }
6
+ function innerCreateMedium(defaults, middleware) {
7
+ if (middleware === void 0) { middleware = ItoI; }
8
+ var buffer = [];
9
+ var assigned = false;
10
+ var medium = {
11
+ read: function () {
12
+ if (assigned) {
13
+ throw new Error('Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.');
14
+ }
15
+ if (buffer.length) {
16
+ return buffer[buffer.length - 1];
17
+ }
18
+ return defaults;
19
+ },
20
+ useMedium: function (data) {
21
+ var item = middleware(data, assigned);
22
+ buffer.push(item);
23
+ return function () {
24
+ buffer = buffer.filter(function (x) { return x !== item; });
25
+ };
26
+ },
27
+ assignSyncMedium: function (cb) {
28
+ assigned = true;
29
+ while (buffer.length) {
30
+ var cbs = buffer;
31
+ buffer = [];
32
+ cbs.forEach(cb);
33
+ }
34
+ buffer = {
35
+ push: function (x) { return cb(x); },
36
+ filter: function () { return buffer; },
37
+ };
38
+ },
39
+ assignMedium: function (cb) {
40
+ assigned = true;
41
+ var pendingQueue = [];
42
+ if (buffer.length) {
43
+ var cbs = buffer;
44
+ buffer = [];
45
+ cbs.forEach(cb);
46
+ pendingQueue = buffer;
47
+ }
48
+ var executeQueue = function () {
49
+ var cbs = pendingQueue;
50
+ pendingQueue = [];
51
+ cbs.forEach(cb);
52
+ };
53
+ var cycle = function () { return Promise.resolve().then(executeQueue); };
54
+ cycle();
55
+ buffer = {
56
+ push: function (x) {
57
+ pendingQueue.push(x);
58
+ cycle();
59
+ },
60
+ filter: function (filter) {
61
+ pendingQueue = pendingQueue.filter(filter);
62
+ return buffer;
63
+ },
64
+ };
65
+ },
66
+ };
67
+ return medium;
68
+ }
69
+ // eslint-disable-next-line @typescript-eslint/ban-types
70
+ function createSidecarMedium(options) {
71
+ if (options === void 0) { options = {}; }
72
+ var medium = innerCreateMedium(null);
73
+ medium.options = __assign({ async: true, ssr: false }, options);
74
+ return medium;
75
+ }
76
+
77
+ export { createSidecarMedium };