@lssm/lib.ui-kit-web 1.10.0 → 1.11.1

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 (399) hide show
  1. package/README.md +11 -0
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/dist/ui/accordion.d.ts +6 -7
  4. package/dist/ui/accordion.js +1 -2
  5. package/dist/ui/alert-dialog.d.ts +13 -14
  6. package/dist/ui/alert-dialog.js +1 -2
  7. package/dist/ui/alert.d.ts +5 -6
  8. package/dist/ui/alert.js +1 -2
  9. package/dist/ui/aspect-ratio.d.ts +3 -4
  10. package/dist/ui/aspect-ratio.js +1 -2
  11. package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +1 -2
  12. package/dist/ui/atoms/FilterSelect/FilterSelect.js +1 -2
  13. package/dist/ui/atoms/FilterSelect/types.d.ts +1 -2
  14. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +1 -2
  15. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +1 -2
  16. package/dist/ui/atoms/Pagination/Pagination.d.ts +1 -2
  17. package/dist/ui/atoms/Pagination/Pagination.js +1 -2
  18. package/dist/ui/atoms/Pagination/types.d.ts +1 -2
  19. package/dist/ui/atoms/SearchInput/SearchInput.d.ts +1 -2
  20. package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
  21. package/dist/ui/atoms/SearchInput/types.d.ts +1 -2
  22. package/dist/ui/avatar.d.ts +5 -6
  23. package/dist/ui/avatar.js +1 -2
  24. package/dist/ui/badge.d.ts +6 -7
  25. package/dist/ui/badge.js +1 -2
  26. package/dist/ui/breadcrumb.d.ts +9 -10
  27. package/dist/ui/breadcrumb.js +1 -2
  28. package/dist/ui/button.d.ts +6 -7
  29. package/dist/ui/button.js +1 -2
  30. package/dist/ui/calendar.d.ts +4 -5
  31. package/dist/ui/calendar.js +1 -2
  32. package/dist/ui/card.d.ts +9 -10
  33. package/dist/ui/card.js +1 -2
  34. package/dist/ui/carousel.d.ts +7 -8
  35. package/dist/ui/carousel.js +1 -2
  36. package/dist/ui/checkbox.d.ts +3 -4
  37. package/dist/ui/checkbox.js +1 -2
  38. package/dist/ui/collapsible.d.ts +5 -6
  39. package/dist/ui/collapsible.js +1 -2
  40. package/dist/ui/command.d.ts +11 -12
  41. package/dist/ui/command.js +1 -2
  42. package/dist/ui/confirm-dialog.d.ts +3 -4
  43. package/dist/ui/confirm-dialog.js +1 -2
  44. package/dist/ui/context-menu.d.ts +3 -4
  45. package/dist/ui/context-menu.js +1 -2
  46. package/dist/ui/cta.d.ts +2 -3
  47. package/dist/ui/cta.js +1 -2
  48. package/dist/ui/date-picker.d.ts +3 -4
  49. package/dist/ui/date-picker.js +1 -2
  50. package/dist/ui/date-range-picker.d.ts +3 -4
  51. package/dist/ui/date-range-picker.js +1 -2
  52. package/dist/ui/datetime-picker.d.ts +3 -4
  53. package/dist/ui/datetime-picker.js +1 -2
  54. package/dist/ui/dialog.d.ts +12 -13
  55. package/dist/ui/dialog.js +1 -2
  56. package/dist/ui/drawer.d.ts +12 -13
  57. package/dist/ui/drawer.js +1 -2
  58. package/dist/ui/dropdown-menu.d.ts +17 -18
  59. package/dist/ui/dropdown-menu.js +1 -2
  60. package/dist/ui/empty-state.d.ts +5 -6
  61. package/dist/ui/empty-state.js +1 -2
  62. package/dist/ui/empty.d.ts +10 -11
  63. package/dist/ui/empty.js +1 -2
  64. package/dist/ui/field.d.ts +15 -16
  65. package/dist/ui/field.js +1 -2
  66. package/dist/ui/focus-on-route-change.d.ts +1 -2
  67. package/dist/ui/focus-on-route-change.js +1 -2
  68. package/dist/ui/form.d.ts +8 -9
  69. package/dist/ui/form.js +1 -2
  70. package/dist/ui/hover-card.d.ts +5 -6
  71. package/dist/ui/hover-card.js +1 -2
  72. package/dist/ui/input-group.d.ts +11 -12
  73. package/dist/ui/input-group.js +1 -2
  74. package/dist/ui/input-otp.d.ts +3 -4
  75. package/dist/ui/input-otp.js +1 -2
  76. package/dist/ui/input.d.ts +3 -4
  77. package/dist/ui/input.js +1 -2
  78. package/dist/ui/label.d.ts +3 -4
  79. package/dist/ui/label.js +1 -2
  80. package/dist/ui/link.d.ts +4 -5
  81. package/dist/ui/link.js +1 -2
  82. package/dist/ui/live-region.d.ts +3 -4
  83. package/dist/ui/live-region.js +1 -2
  84. package/dist/ui/loading-button.d.ts +3 -4
  85. package/dist/ui/loading-button.js +1 -2
  86. package/dist/ui/map/MapBase.d.ts +3 -4
  87. package/dist/ui/map/MapBase.js +1 -2
  88. package/dist/ui/map/MapGeoJsonOverlay.d.ts +3 -4
  89. package/dist/ui/map/MapGeoJsonOverlay.js +1 -2
  90. package/dist/ui/map/MapHeatmapH3.d.ts +3 -4
  91. package/dist/ui/map/MapHeatmapH3.js +1 -2
  92. package/dist/ui/map/MapMarkers.d.ts +3 -4
  93. package/dist/ui/map/MapMarkers.js +1 -2
  94. package/dist/ui/marketing/FeatureGrid.d.ts +3 -4
  95. package/dist/ui/marketing/FeatureGrid.js +1 -2
  96. package/dist/ui/marketing/Hero.d.ts +3 -4
  97. package/dist/ui/marketing/Hero.js +1 -2
  98. package/dist/ui/marketing/PricingTable.d.ts +3 -4
  99. package/dist/ui/marketing/PricingTable.js +1 -2
  100. package/dist/ui/menubar.d.ts +18 -19
  101. package/dist/ui/menubar.js +1 -2
  102. package/dist/ui/molecules/Autocomplete/index.d.ts +3 -4
  103. package/dist/ui/molecules/Autocomplete/index.js +1 -2
  104. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +1 -2
  105. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +1 -2
  106. package/dist/ui/molecules/SearchAndFilter/types.d.ts +1 -2
  107. package/dist/ui/molecules/SkeletonList.d.ts +3 -4
  108. package/dist/ui/molecules/SkeletonList.js +1 -2
  109. package/dist/ui/nav-layout.d.ts +10 -11
  110. package/dist/ui/nav-layout.js +1 -2
  111. package/dist/ui/navigation-menu.d.ts +12 -13
  112. package/dist/ui/navigation-menu.js +1 -2
  113. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +3 -4
  114. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -2
  115. package/dist/ui/organisms/ListPage/ListPage.d.ts +3 -4
  116. package/dist/ui/organisms/ListPage/ListPage.js +1 -2
  117. package/dist/ui/organisms/ListPage/types.d.ts +1 -2
  118. package/dist/ui/page-header.d.ts +6 -7
  119. package/dist/ui/page-header.js +1 -2
  120. package/dist/ui/pagination.d.ts +7 -8
  121. package/dist/ui/pagination.js +1 -2
  122. package/dist/ui/popover.d.ts +6 -7
  123. package/dist/ui/popover.js +1 -2
  124. package/dist/ui/progress.d.ts +3 -4
  125. package/dist/ui/progress.js +1 -2
  126. package/dist/ui/radio-group.d.ts +4 -5
  127. package/dist/ui/radio-group.js +1 -2
  128. package/dist/ui/resizable.d.ts +8 -9
  129. package/dist/ui/resizable.js +1 -2
  130. package/dist/ui/route-announcer.d.ts +3 -4
  131. package/dist/ui/route-announcer.js +1 -2
  132. package/dist/ui/scroll-area.d.ts +4 -5
  133. package/dist/ui/scroll-area.js +1 -2
  134. package/dist/ui/section.d.ts +8 -9
  135. package/dist/ui/section.js +1 -2
  136. package/dist/ui/select.d.ts +12 -13
  137. package/dist/ui/select.js +1 -2
  138. package/dist/ui/separator.d.ts +3 -4
  139. package/dist/ui/separator.js +1 -2
  140. package/dist/ui/sheet.d.ts +10 -11
  141. package/dist/ui/sheet.js +1 -2
  142. package/dist/ui/sidebar.d.ts +27 -28
  143. package/dist/ui/sidebar.js +1 -2
  144. package/dist/ui/skeleton.d.ts +3 -4
  145. package/dist/ui/skeleton.js +1 -2
  146. package/dist/ui/skip-link.d.ts +3 -4
  147. package/dist/ui/skip-link.js +1 -2
  148. package/dist/ui/slider.d.ts +3 -4
  149. package/dist/ui/slider.js +1 -2
  150. package/dist/ui/sonner.d.ts +3 -4
  151. package/dist/ui/sonner.js +3 -4
  152. package/dist/ui/stack.d.ts +14 -15
  153. package/dist/ui/stack.js +1 -2
  154. package/dist/ui/stat-card-group.d.ts +3 -4
  155. package/dist/ui/stat-card-group.js +1 -2
  156. package/dist/ui/stepper.d.ts +5 -6
  157. package/dist/ui/stepper.js +1 -2
  158. package/dist/ui/switch.d.ts +3 -4
  159. package/dist/ui/switch.js +1 -2
  160. package/dist/ui/table.d.ts +10 -11
  161. package/dist/ui/table.js +1 -2
  162. package/dist/ui/tabs.d.ts +6 -7
  163. package/dist/ui/tabs.js +1 -2
  164. package/dist/ui/text.d.ts +3 -4
  165. package/dist/ui/text.js +1 -2
  166. package/dist/ui/textarea.d.ts +3 -4
  167. package/dist/ui/textarea.js +1 -2
  168. package/dist/ui/time-picker.d.ts +3 -4
  169. package/dist/ui/time-picker.js +1 -2
  170. package/dist/ui/toast.d.ts +3 -4
  171. package/dist/ui/toast.js +1 -2
  172. package/dist/ui/toaster.d.ts +3 -4
  173. package/dist/ui/toaster.js +1 -2
  174. package/dist/ui/toggle-group.d.ts +4 -5
  175. package/dist/ui/toggle-group.js +1 -2
  176. package/dist/ui/toggle.d.ts +5 -6
  177. package/dist/ui/toggle.js +1 -2
  178. package/dist/ui/tooltip.d.ts +6 -7
  179. package/dist/ui/tooltip.js +1 -2
  180. package/dist/ui/typography.d.ts +13 -14
  181. package/dist/ui/typography.js +1 -2
  182. package/dist/ui/use-media-query.d.ts +1 -2
  183. package/dist/ui/use-media-query.js +1 -2
  184. package/dist/ui/use-mobile.d.ts +1 -2
  185. package/dist/ui/use-mobile.js +1 -2
  186. package/dist/ui/use-reduced-motion.d.ts +1 -2
  187. package/dist/ui/use-reduced-motion.js +1 -2
  188. package/dist/ui/use-toast.d.ts +1 -2
  189. package/dist/ui/use-toast.js +1 -2
  190. package/dist/ui/useListState.d.ts +1 -2
  191. package/dist/ui/useListState.js +1 -2
  192. package/dist/ui/usecases/UseCaseCard.d.ts +3 -4
  193. package/dist/ui/usecases/UseCaseCard.js +1 -2
  194. package/dist/ui/usecases/UserStoryCard.d.ts +3 -4
  195. package/dist/ui/usecases/UserStoryCard.js +1 -2
  196. package/dist/ui/utils.d.ts +1 -2
  197. package/dist/ui/utils.js +1 -2
  198. package/dist/ui/visually-hidden.d.ts +1 -2
  199. package/dist/ui/visually-hidden.js +1 -2
  200. package/package.json +6 -4
  201. package/dist/node_modules/sonner/dist/index.js +0 -629
  202. package/dist/node_modules/sonner/dist/index.js.map +0 -1
  203. package/dist/ui/accordion.d.ts.map +0 -1
  204. package/dist/ui/accordion.js.map +0 -1
  205. package/dist/ui/alert-dialog.d.ts.map +0 -1
  206. package/dist/ui/alert-dialog.js.map +0 -1
  207. package/dist/ui/alert.d.ts.map +0 -1
  208. package/dist/ui/alert.js.map +0 -1
  209. package/dist/ui/aspect-ratio.d.ts.map +0 -1
  210. package/dist/ui/aspect-ratio.js.map +0 -1
  211. package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts.map +0 -1
  212. package/dist/ui/atoms/FilterSelect/FilterSelect.js.map +0 -1
  213. package/dist/ui/atoms/FilterSelect/types.d.ts.map +0 -1
  214. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts.map +0 -1
  215. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js.map +0 -1
  216. package/dist/ui/atoms/Pagination/Pagination.d.ts.map +0 -1
  217. package/dist/ui/atoms/Pagination/Pagination.js.map +0 -1
  218. package/dist/ui/atoms/Pagination/types.d.ts.map +0 -1
  219. package/dist/ui/atoms/SearchInput/SearchInput.d.ts.map +0 -1
  220. package/dist/ui/atoms/SearchInput/SearchInput.js.map +0 -1
  221. package/dist/ui/atoms/SearchInput/types.d.ts.map +0 -1
  222. package/dist/ui/avatar.d.ts.map +0 -1
  223. package/dist/ui/avatar.js.map +0 -1
  224. package/dist/ui/badge.d.ts.map +0 -1
  225. package/dist/ui/badge.js.map +0 -1
  226. package/dist/ui/breadcrumb.d.ts.map +0 -1
  227. package/dist/ui/breadcrumb.js.map +0 -1
  228. package/dist/ui/button.d.ts.map +0 -1
  229. package/dist/ui/button.js.map +0 -1
  230. package/dist/ui/calendar.d.ts.map +0 -1
  231. package/dist/ui/calendar.js.map +0 -1
  232. package/dist/ui/card.d.ts.map +0 -1
  233. package/dist/ui/card.js.map +0 -1
  234. package/dist/ui/carousel.d.ts.map +0 -1
  235. package/dist/ui/carousel.js.map +0 -1
  236. package/dist/ui/checkbox.d.ts.map +0 -1
  237. package/dist/ui/checkbox.js.map +0 -1
  238. package/dist/ui/collapsible.d.ts.map +0 -1
  239. package/dist/ui/collapsible.js.map +0 -1
  240. package/dist/ui/command.d.ts.map +0 -1
  241. package/dist/ui/command.js.map +0 -1
  242. package/dist/ui/confirm-dialog.d.ts.map +0 -1
  243. package/dist/ui/confirm-dialog.js.map +0 -1
  244. package/dist/ui/context-menu.d.ts.map +0 -1
  245. package/dist/ui/context-menu.js.map +0 -1
  246. package/dist/ui/cta.d.ts.map +0 -1
  247. package/dist/ui/cta.js.map +0 -1
  248. package/dist/ui/date-picker.d.ts.map +0 -1
  249. package/dist/ui/date-picker.js.map +0 -1
  250. package/dist/ui/date-range-picker.d.ts.map +0 -1
  251. package/dist/ui/date-range-picker.js.map +0 -1
  252. package/dist/ui/datetime-picker.d.ts.map +0 -1
  253. package/dist/ui/datetime-picker.js.map +0 -1
  254. package/dist/ui/dialog.d.ts.map +0 -1
  255. package/dist/ui/dialog.js.map +0 -1
  256. package/dist/ui/drawer.d.ts.map +0 -1
  257. package/dist/ui/drawer.js.map +0 -1
  258. package/dist/ui/dropdown-menu.d.ts.map +0 -1
  259. package/dist/ui/dropdown-menu.js.map +0 -1
  260. package/dist/ui/empty-state.d.ts.map +0 -1
  261. package/dist/ui/empty-state.js.map +0 -1
  262. package/dist/ui/empty.d.ts.map +0 -1
  263. package/dist/ui/empty.js.map +0 -1
  264. package/dist/ui/field.d.ts.map +0 -1
  265. package/dist/ui/field.js.map +0 -1
  266. package/dist/ui/focus-on-route-change.d.ts.map +0 -1
  267. package/dist/ui/focus-on-route-change.js.map +0 -1
  268. package/dist/ui/form.d.ts.map +0 -1
  269. package/dist/ui/form.js.map +0 -1
  270. package/dist/ui/hover-card.d.ts.map +0 -1
  271. package/dist/ui/hover-card.js.map +0 -1
  272. package/dist/ui/input-group.d.ts.map +0 -1
  273. package/dist/ui/input-group.js.map +0 -1
  274. package/dist/ui/input-otp.d.ts.map +0 -1
  275. package/dist/ui/input-otp.js.map +0 -1
  276. package/dist/ui/input.d.ts.map +0 -1
  277. package/dist/ui/input.js.map +0 -1
  278. package/dist/ui/label.d.ts.map +0 -1
  279. package/dist/ui/label.js.map +0 -1
  280. package/dist/ui/link.d.ts.map +0 -1
  281. package/dist/ui/link.js.map +0 -1
  282. package/dist/ui/live-region.d.ts.map +0 -1
  283. package/dist/ui/live-region.js.map +0 -1
  284. package/dist/ui/loading-button.d.ts.map +0 -1
  285. package/dist/ui/loading-button.js.map +0 -1
  286. package/dist/ui/map/MapBase.d.ts.map +0 -1
  287. package/dist/ui/map/MapBase.js.map +0 -1
  288. package/dist/ui/map/MapGeoJsonOverlay.d.ts.map +0 -1
  289. package/dist/ui/map/MapGeoJsonOverlay.js.map +0 -1
  290. package/dist/ui/map/MapHeatmapH3.d.ts.map +0 -1
  291. package/dist/ui/map/MapHeatmapH3.js.map +0 -1
  292. package/dist/ui/map/MapMarkers.d.ts.map +0 -1
  293. package/dist/ui/map/MapMarkers.js.map +0 -1
  294. package/dist/ui/marketing/FeatureGrid.d.ts.map +0 -1
  295. package/dist/ui/marketing/FeatureGrid.js.map +0 -1
  296. package/dist/ui/marketing/Hero.d.ts.map +0 -1
  297. package/dist/ui/marketing/Hero.js.map +0 -1
  298. package/dist/ui/marketing/PricingTable.d.ts.map +0 -1
  299. package/dist/ui/marketing/PricingTable.js.map +0 -1
  300. package/dist/ui/menubar.d.ts.map +0 -1
  301. package/dist/ui/menubar.js.map +0 -1
  302. package/dist/ui/molecules/Autocomplete/index.d.ts.map +0 -1
  303. package/dist/ui/molecules/Autocomplete/index.js.map +0 -1
  304. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts.map +0 -1
  305. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js.map +0 -1
  306. package/dist/ui/molecules/SearchAndFilter/types.d.ts.map +0 -1
  307. package/dist/ui/molecules/SkeletonList.d.ts.map +0 -1
  308. package/dist/ui/molecules/SkeletonList.js.map +0 -1
  309. package/dist/ui/nav-layout.d.ts.map +0 -1
  310. package/dist/ui/nav-layout.js.map +0 -1
  311. package/dist/ui/navigation-menu.d.ts.map +0 -1
  312. package/dist/ui/navigation-menu.js.map +0 -1
  313. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
  314. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js.map +0 -1
  315. package/dist/ui/organisms/ListPage/ListPage.d.ts.map +0 -1
  316. package/dist/ui/organisms/ListPage/ListPage.js.map +0 -1
  317. package/dist/ui/organisms/ListPage/types.d.ts.map +0 -1
  318. package/dist/ui/page-header.d.ts.map +0 -1
  319. package/dist/ui/page-header.js.map +0 -1
  320. package/dist/ui/pagination.d.ts.map +0 -1
  321. package/dist/ui/pagination.js.map +0 -1
  322. package/dist/ui/popover.d.ts.map +0 -1
  323. package/dist/ui/popover.js.map +0 -1
  324. package/dist/ui/progress.d.ts.map +0 -1
  325. package/dist/ui/progress.js.map +0 -1
  326. package/dist/ui/radio-group.d.ts.map +0 -1
  327. package/dist/ui/radio-group.js.map +0 -1
  328. package/dist/ui/resizable.d.ts.map +0 -1
  329. package/dist/ui/resizable.js.map +0 -1
  330. package/dist/ui/route-announcer.d.ts.map +0 -1
  331. package/dist/ui/route-announcer.js.map +0 -1
  332. package/dist/ui/scroll-area.d.ts.map +0 -1
  333. package/dist/ui/scroll-area.js.map +0 -1
  334. package/dist/ui/section.d.ts.map +0 -1
  335. package/dist/ui/section.js.map +0 -1
  336. package/dist/ui/select.d.ts.map +0 -1
  337. package/dist/ui/select.js.map +0 -1
  338. package/dist/ui/separator.d.ts.map +0 -1
  339. package/dist/ui/separator.js.map +0 -1
  340. package/dist/ui/sheet.d.ts.map +0 -1
  341. package/dist/ui/sheet.js.map +0 -1
  342. package/dist/ui/sidebar.d.ts.map +0 -1
  343. package/dist/ui/sidebar.js.map +0 -1
  344. package/dist/ui/skeleton.d.ts.map +0 -1
  345. package/dist/ui/skeleton.js.map +0 -1
  346. package/dist/ui/skip-link.d.ts.map +0 -1
  347. package/dist/ui/skip-link.js.map +0 -1
  348. package/dist/ui/slider.d.ts.map +0 -1
  349. package/dist/ui/slider.js.map +0 -1
  350. package/dist/ui/sonner.d.ts.map +0 -1
  351. package/dist/ui/sonner.js.map +0 -1
  352. package/dist/ui/stack.d.ts.map +0 -1
  353. package/dist/ui/stack.js.map +0 -1
  354. package/dist/ui/stat-card-group.d.ts.map +0 -1
  355. package/dist/ui/stat-card-group.js.map +0 -1
  356. package/dist/ui/stepper.d.ts.map +0 -1
  357. package/dist/ui/stepper.js.map +0 -1
  358. package/dist/ui/switch.d.ts.map +0 -1
  359. package/dist/ui/switch.js.map +0 -1
  360. package/dist/ui/table.d.ts.map +0 -1
  361. package/dist/ui/table.js.map +0 -1
  362. package/dist/ui/tabs.d.ts.map +0 -1
  363. package/dist/ui/tabs.js.map +0 -1
  364. package/dist/ui/text.d.ts.map +0 -1
  365. package/dist/ui/text.js.map +0 -1
  366. package/dist/ui/textarea.d.ts.map +0 -1
  367. package/dist/ui/textarea.js.map +0 -1
  368. package/dist/ui/time-picker.d.ts.map +0 -1
  369. package/dist/ui/time-picker.js.map +0 -1
  370. package/dist/ui/toast.d.ts.map +0 -1
  371. package/dist/ui/toast.js.map +0 -1
  372. package/dist/ui/toaster.d.ts.map +0 -1
  373. package/dist/ui/toaster.js.map +0 -1
  374. package/dist/ui/toggle-group.d.ts.map +0 -1
  375. package/dist/ui/toggle-group.js.map +0 -1
  376. package/dist/ui/toggle.d.ts.map +0 -1
  377. package/dist/ui/toggle.js.map +0 -1
  378. package/dist/ui/tooltip.d.ts.map +0 -1
  379. package/dist/ui/tooltip.js.map +0 -1
  380. package/dist/ui/typography.d.ts.map +0 -1
  381. package/dist/ui/typography.js.map +0 -1
  382. package/dist/ui/use-media-query.d.ts.map +0 -1
  383. package/dist/ui/use-media-query.js.map +0 -1
  384. package/dist/ui/use-mobile.d.ts.map +0 -1
  385. package/dist/ui/use-mobile.js.map +0 -1
  386. package/dist/ui/use-reduced-motion.d.ts.map +0 -1
  387. package/dist/ui/use-reduced-motion.js.map +0 -1
  388. package/dist/ui/use-toast.d.ts.map +0 -1
  389. package/dist/ui/use-toast.js.map +0 -1
  390. package/dist/ui/useListState.d.ts.map +0 -1
  391. package/dist/ui/useListState.js.map +0 -1
  392. package/dist/ui/usecases/UseCaseCard.d.ts.map +0 -1
  393. package/dist/ui/usecases/UseCaseCard.js.map +0 -1
  394. package/dist/ui/usecases/UserStoryCard.d.ts.map +0 -1
  395. package/dist/ui/usecases/UserStoryCard.js.map +0 -1
  396. package/dist/ui/utils.d.ts.map +0 -1
  397. package/dist/ui/utils.js.map +0 -1
  398. package/dist/ui/visually-hidden.d.ts.map +0 -1
  399. package/dist/ui/visually-hidden.js.map +0 -1
@@ -1,17 +1,17 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime112 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime123 from "react/jsx-runtime";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
5
5
  //#region ui/select.d.ts
6
6
  declare function Select({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime112.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime123.JSX.Element;
9
9
  declare function SelectGroup({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime112.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime123.JSX.Element;
12
12
  declare function SelectValue({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime112.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime123.JSX.Element;
15
15
  declare function SelectTrigger({
16
16
  className,
17
17
  size,
@@ -19,34 +19,33 @@ declare function SelectTrigger({
19
19
  ...props
20
20
  }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
21
21
  size?: 'sm' | 'default';
22
- }): react_jsx_runtime112.JSX.Element;
22
+ }): react_jsx_runtime123.JSX.Element;
23
23
  declare function SelectContent({
24
24
  className,
25
25
  children,
26
26
  position,
27
27
  ...props
28
- }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime112.JSX.Element;
28
+ }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime123.JSX.Element;
29
29
  declare function SelectLabel({
30
30
  className,
31
31
  ...props
32
- }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime112.JSX.Element;
32
+ }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime123.JSX.Element;
33
33
  declare function SelectItem({
34
34
  className,
35
35
  children,
36
36
  ...props
37
- }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime112.JSX.Element;
37
+ }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime123.JSX.Element;
38
38
  declare function SelectSeparator({
39
39
  className,
40
40
  ...props
41
- }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime112.JSX.Element;
41
+ }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime123.JSX.Element;
42
42
  declare function SelectScrollUpButton({
43
43
  className,
44
44
  ...props
45
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime112.JSX.Element;
45
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime123.JSX.Element;
46
46
  declare function SelectScrollDownButton({
47
47
  className,
48
48
  ...props
49
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime112.JSX.Element;
49
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime123.JSX.Element;
50
50
  //#endregion
51
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
52
- //# sourceMappingURL=select.d.ts.map
51
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
package/dist/ui/select.js CHANGED
@@ -96,5 +96,4 @@ function SelectScrollDownButton({ className, ...props }) {
96
96
  }
97
97
 
98
98
  //#endregion
99
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
100
- //# sourceMappingURL=select.js.map
99
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime109 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime134 from "react/jsx-runtime";
3
3
  import * as SeparatorPrimitive from "@radix-ui/react-separator";
4
4
 
5
5
  //#region ui/separator.d.ts
@@ -8,7 +8,6 @@ declare function Separator({
8
8
  orientation,
9
9
  decorative,
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime109.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime134.JSX.Element;
12
12
  //#endregion
13
- export { Separator };
14
- //# sourceMappingURL=separator.d.ts.map
13
+ export { Separator };
@@ -17,5 +17,4 @@ function Separator({ className, orientation = "horizontal", decorative = true, .
17
17
  }
18
18
 
19
19
  //#endregion
20
- export { Separator };
21
- //# sourceMappingURL=separator.js.map
20
+ export { Separator };
@@ -1,17 +1,17 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime122 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime142 from "react/jsx-runtime";
3
3
  import * as SheetPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region ui/sheet.d.ts
6
6
  declare function Sheet({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime122.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime142.JSX.Element;
9
9
  declare function SheetTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime122.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime142.JSX.Element;
12
12
  declare function SheetClose({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime122.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime142.JSX.Element;
15
15
  declare function SheetContent({
16
16
  className,
17
17
  children,
@@ -19,23 +19,22 @@ declare function SheetContent({
19
19
  ...props
20
20
  }: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
21
21
  side?: 'top' | 'right' | 'bottom' | 'left';
22
- }): react_jsx_runtime122.JSX.Element;
22
+ }): react_jsx_runtime142.JSX.Element;
23
23
  declare function SheetHeader({
24
24
  className,
25
25
  ...props
26
- }: React$1.ComponentProps<'div'>): react_jsx_runtime122.JSX.Element;
26
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime142.JSX.Element;
27
27
  declare function SheetFooter({
28
28
  className,
29
29
  ...props
30
- }: React$1.ComponentProps<'div'>): react_jsx_runtime122.JSX.Element;
30
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime142.JSX.Element;
31
31
  declare function SheetTitle({
32
32
  className,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime122.JSX.Element;
34
+ }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime142.JSX.Element;
35
35
  declare function SheetDescription({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime122.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime142.JSX.Element;
39
39
  //#endregion
40
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
41
- //# sourceMappingURL=sheet.d.ts.map
40
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
package/dist/ui/sheet.js CHANGED
@@ -82,5 +82,4 @@ function SheetDescription({ className, ...props }) {
82
82
  }
83
83
 
84
84
  //#endregion
85
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
86
- //# sourceMappingURL=sheet.js.map
85
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
@@ -3,9 +3,9 @@ import { Input } from "./input.js";
3
3
  import { Separator } from "./separator.js";
4
4
  import { TooltipContent } from "./tooltip.js";
5
5
  import * as React$1 from "react";
6
- import * as react_jsx_runtime189 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime151 from "react/jsx-runtime";
7
7
  import { VariantProps } from "class-variance-authority";
8
- import * as class_variance_authority_types12 from "class-variance-authority/types";
8
+ import * as class_variance_authority_types18 from "class-variance-authority/types";
9
9
 
10
10
  //#region ui/sidebar.d.ts
11
11
  interface SidebarContextProps {
@@ -30,7 +30,7 @@ declare function SidebarProvider({
30
30
  defaultOpen?: boolean;
31
31
  open?: boolean;
32
32
  onOpenChange?: (open: boolean) => void;
33
- }): react_jsx_runtime189.JSX.Element;
33
+ }): react_jsx_runtime151.JSX.Element;
34
34
  declare function Sidebar({
35
35
  side,
36
36
  variant,
@@ -42,74 +42,74 @@ declare function Sidebar({
42
42
  side?: 'left' | 'right';
43
43
  variant?: 'sidebar' | 'floating' | 'inset';
44
44
  collapsible?: 'offcanvas' | 'icon' | 'none';
45
- }): react_jsx_runtime189.JSX.Element;
45
+ }): react_jsx_runtime151.JSX.Element;
46
46
  declare function SidebarTrigger({
47
47
  className,
48
48
  onClick,
49
49
  ...props
50
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime189.JSX.Element;
50
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime151.JSX.Element;
51
51
  declare function SidebarRail({
52
52
  className,
53
53
  ...props
54
- }: React$1.ComponentProps<'button'>): react_jsx_runtime189.JSX.Element;
54
+ }: React$1.ComponentProps<'button'>): react_jsx_runtime151.JSX.Element;
55
55
  declare function SidebarInset({
56
56
  className,
57
57
  ...props
58
- }: React$1.ComponentProps<'main'>): react_jsx_runtime189.JSX.Element;
58
+ }: React$1.ComponentProps<'main'>): react_jsx_runtime151.JSX.Element;
59
59
  declare function SidebarInput({
60
60
  className,
61
61
  ...props
62
- }: React$1.ComponentProps<typeof Input>): react_jsx_runtime189.JSX.Element;
62
+ }: React$1.ComponentProps<typeof Input>): react_jsx_runtime151.JSX.Element;
63
63
  declare function SidebarHeader({
64
64
  className,
65
65
  ...props
66
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
66
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
67
67
  declare function SidebarFooter({
68
68
  className,
69
69
  ...props
70
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
70
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
71
71
  declare function SidebarSeparator({
72
72
  className,
73
73
  ...props
74
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime189.JSX.Element;
74
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime151.JSX.Element;
75
75
  declare function SidebarContent({
76
76
  className,
77
77
  ...props
78
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
78
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
79
79
  declare function SidebarGroup({
80
80
  className,
81
81
  ...props
82
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
82
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
83
83
  declare function SidebarGroupLabel({
84
84
  className,
85
85
  asChild,
86
86
  ...props
87
87
  }: React$1.ComponentProps<'div'> & {
88
88
  asChild?: boolean;
89
- }): react_jsx_runtime189.JSX.Element;
89
+ }): react_jsx_runtime151.JSX.Element;
90
90
  declare function SidebarGroupAction({
91
91
  className,
92
92
  asChild,
93
93
  ...props
94
94
  }: React$1.ComponentProps<'button'> & {
95
95
  asChild?: boolean;
96
- }): react_jsx_runtime189.JSX.Element;
96
+ }): react_jsx_runtime151.JSX.Element;
97
97
  declare function SidebarGroupContent({
98
98
  className,
99
99
  ...props
100
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
100
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
101
101
  declare function SidebarMenu({
102
102
  className,
103
103
  ...props
104
- }: React$1.ComponentProps<'ul'>): react_jsx_runtime189.JSX.Element;
104
+ }: React$1.ComponentProps<'ul'>): react_jsx_runtime151.JSX.Element;
105
105
  declare function SidebarMenuItem({
106
106
  className,
107
107
  ...props
108
- }: React$1.ComponentProps<'li'>): react_jsx_runtime189.JSX.Element;
108
+ }: React$1.ComponentProps<'li'>): react_jsx_runtime151.JSX.Element;
109
109
  declare const sidebarMenuButtonVariants: (props?: ({
110
110
  variant?: "default" | "outline" | null | undefined;
111
111
  size?: "default" | "sm" | "lg" | null | undefined;
112
- } & class_variance_authority_types12.ClassProp) | undefined) => string;
112
+ } & class_variance_authority_types18.ClassProp) | undefined) => string;
113
113
  declare function SidebarMenuButton({
114
114
  asChild,
115
115
  isActive,
@@ -122,7 +122,7 @@ declare function SidebarMenuButton({
122
122
  asChild?: boolean;
123
123
  isActive?: boolean;
124
124
  tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
125
- } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime189.JSX.Element;
125
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime151.JSX.Element;
126
126
  declare function SidebarMenuAction({
127
127
  className,
128
128
  asChild,
@@ -131,26 +131,26 @@ declare function SidebarMenuAction({
131
131
  }: React$1.ComponentProps<'button'> & {
132
132
  asChild?: boolean;
133
133
  showOnHover?: boolean;
134
- }): react_jsx_runtime189.JSX.Element;
134
+ }): react_jsx_runtime151.JSX.Element;
135
135
  declare function SidebarMenuBadge({
136
136
  className,
137
137
  ...props
138
- }: React$1.ComponentProps<'div'>): react_jsx_runtime189.JSX.Element;
138
+ }: React$1.ComponentProps<'div'>): react_jsx_runtime151.JSX.Element;
139
139
  declare function SidebarMenuSkeleton({
140
140
  className,
141
141
  showIcon,
142
142
  ...props
143
143
  }: React$1.ComponentProps<'div'> & {
144
144
  showIcon?: boolean;
145
- }): react_jsx_runtime189.JSX.Element;
145
+ }): react_jsx_runtime151.JSX.Element;
146
146
  declare function SidebarMenuSub({
147
147
  className,
148
148
  ...props
149
- }: React$1.ComponentProps<'ul'>): react_jsx_runtime189.JSX.Element;
149
+ }: React$1.ComponentProps<'ul'>): react_jsx_runtime151.JSX.Element;
150
150
  declare function SidebarMenuSubItem({
151
151
  className,
152
152
  ...props
153
- }: React$1.ComponentProps<'li'>): react_jsx_runtime189.JSX.Element;
153
+ }: React$1.ComponentProps<'li'>): react_jsx_runtime151.JSX.Element;
154
154
  declare function SidebarMenuSubButton({
155
155
  asChild,
156
156
  size,
@@ -161,7 +161,6 @@ declare function SidebarMenuSubButton({
161
161
  asChild?: boolean;
162
162
  size?: 'sm' | 'md';
163
163
  isActive?: boolean;
164
- }): react_jsx_runtime189.JSX.Element;
164
+ }): react_jsx_runtime151.JSX.Element;
165
165
  //#endregion
166
- export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
167
- //# sourceMappingURL=sidebar.d.ts.map
166
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
@@ -375,5 +375,4 @@ function SidebarMenuSubButton({ asChild = false, size = "md", isActive = false,
375
375
  }
376
376
 
377
377
  //#endregion
378
- export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
379
- //# sourceMappingURL=sidebar.js.map
378
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
@@ -1,10 +1,9 @@
1
- import * as react_jsx_runtime214 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime176 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/skeleton.d.ts
4
4
  declare function Skeleton({
5
5
  className,
6
6
  ...props
7
- }: React.ComponentProps<'div'>): react_jsx_runtime214.JSX.Element;
7
+ }: React.ComponentProps<'div'>): react_jsx_runtime176.JSX.Element;
8
8
  //#endregion
9
- export { Skeleton };
10
- //# sourceMappingURL=skeleton.d.ts.map
9
+ export { Skeleton };
@@ -11,5 +11,4 @@ function Skeleton({ className, ...props }) {
11
11
  }
12
12
 
13
13
  //#endregion
14
- export { Skeleton };
15
- //# sourceMappingURL=skeleton.js.map
14
+ export { Skeleton };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime215 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime184 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/skip-link.d.ts
5
5
  interface SkipLinkProps extends React$1.AnchorHTMLAttributes<HTMLAnchorElement> {
@@ -11,7 +11,6 @@ declare function SkipLink({
11
11
  children,
12
12
  className,
13
13
  ...props
14
- }: SkipLinkProps): react_jsx_runtime215.JSX.Element;
14
+ }: SkipLinkProps): react_jsx_runtime184.JSX.Element;
15
15
  //#endregion
16
- export { SkipLink };
17
- //# sourceMappingURL=skip-link.d.ts.map
16
+ export { SkipLink };
@@ -13,5 +13,4 @@ function SkipLink({ targetId = "main", children, className, ...props }) {
13
13
  }
14
14
 
15
15
  //#endregion
16
- export { SkipLink };
17
- //# sourceMappingURL=skip-link.js.map
16
+ export { SkipLink };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime243 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime190 from "react/jsx-runtime";
3
3
  import * as SliderPrimitive from "@radix-ui/react-slider";
4
4
 
5
5
  //#region ui/slider.d.ts
@@ -10,7 +10,6 @@ declare function Slider({
10
10
  min,
11
11
  max,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime243.JSX.Element;
13
+ }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime190.JSX.Element;
14
14
  //#endregion
15
- export { Slider };
16
- //# sourceMappingURL=slider.d.ts.map
15
+ export { Slider };
package/dist/ui/slider.js CHANGED
@@ -36,5 +36,4 @@ function Slider({ className, defaultValue, value, min = 0, max = 100, ...props }
36
36
  }
37
37
 
38
38
  //#endregion
39
- export { Slider };
40
- //# sourceMappingURL=slider.js.map
39
+ export { Slider };
@@ -1,10 +1,9 @@
1
- import * as react_jsx_runtime241 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime192 from "react/jsx-runtime";
2
2
  import { ToasterProps } from "sonner";
3
3
 
4
4
  //#region ui/sonner.d.ts
5
5
  declare const Toaster: ({
6
6
  ...props
7
- }: ToasterProps) => react_jsx_runtime241.JSX.Element;
7
+ }: ToasterProps) => react_jsx_runtime192.JSX.Element;
8
8
  //#endregion
9
- export { Toaster };
10
- //# sourceMappingURL=sonner.d.ts.map
9
+ export { Toaster };
package/dist/ui/sonner.js CHANGED
@@ -1,13 +1,13 @@
1
1
  'use client';
2
2
 
3
- import { $e } from "../node_modules/sonner/dist/index.js";
3
+ import { Toaster as Toaster$1 } from "../node_modules/sonner/dist/index.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import { useTheme } from "next-themes";
6
6
 
7
7
  //#region ui/sonner.tsx
8
8
  const Toaster = ({ ...props }) => {
9
9
  const { theme = "system" } = useTheme();
10
- return /* @__PURE__ */ jsx($e, {
10
+ return /* @__PURE__ */ jsx(Toaster$1, {
11
11
  theme,
12
12
  className: "toaster group",
13
13
  style: {
@@ -20,5 +20,4 @@ const Toaster = ({ ...props }) => {
20
20
  };
21
21
 
22
22
  //#endregion
23
- export { Toaster };
24
- //# sourceMappingURL=sonner.js.map
23
+ export { Toaster };
@@ -1,48 +1,47 @@
1
1
  import * as React$1 from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types16 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types8 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stack.d.ts
6
6
  declare const vStackVariants: (props?: ({
7
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
7
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
8
8
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
9
9
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
10
- } & class_variance_authority_types16.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types8.ClassProp) | undefined) => string;
11
11
  declare const VStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
12
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
12
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
13
13
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
14
14
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
15
- } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
15
+ } & class_variance_authority_types8.ClassProp) | undefined) => string> & {
16
16
  as?: "div" | "section" | "nav" | "main" | "header" | "footer" | "article" | "aside";
17
17
  } & React$1.RefAttributes<HTMLDivElement>>;
18
18
  declare const hStackVariants: (props?: ({
19
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
19
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
20
20
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
21
21
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
22
22
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
23
- } & class_variance_authority_types16.ClassProp) | undefined) => string;
23
+ } & class_variance_authority_types8.ClassProp) | undefined) => string;
24
24
  declare const HStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
25
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
25
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
26
26
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
27
27
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
28
28
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
29
- } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
29
+ } & class_variance_authority_types8.ClassProp) | undefined) => string> & {
30
30
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
31
31
  } & React$1.RefAttributes<HTMLDivElement>>;
32
32
  declare const boxVariants: (props?: ({
33
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
33
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
34
34
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
35
35
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
36
36
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
37
- } & class_variance_authority_types16.ClassProp) | undefined) => string;
37
+ } & class_variance_authority_types8.ClassProp) | undefined) => string;
38
38
  declare const Box: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
39
- gap?: "sm" | "lg" | "none" | "md" | "xs" | "xl" | "2xl" | null | undefined;
39
+ gap?: "sm" | "md" | "xs" | "none" | "lg" | "xl" | "2xl" | null | undefined;
40
40
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
41
41
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
42
42
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
43
- } & class_variance_authority_types16.ClassProp) | undefined) => string> & {
43
+ } & class_variance_authority_types8.ClassProp) | undefined) => string> & {
44
44
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
45
45
  } & React$1.RefAttributes<HTMLDivElement>>;
46
46
  //#endregion
47
- export { Box, HStack, VStack, boxVariants, hStackVariants, vStackVariants };
48
- //# sourceMappingURL=stack.d.ts.map
47
+ export { Box, HStack, VStack, boxVariants, hStackVariants, vStackVariants };
package/dist/ui/stack.js CHANGED
@@ -154,5 +154,4 @@ const Box = React$1.forwardRef(({ className, gap, align, justify, wrap, as = "di
154
154
  Box.displayName = "Box";
155
155
 
156
156
  //#endregion
157
- export { Box, HStack, VStack, boxVariants, hStackVariants, vStackVariants };
158
- //# sourceMappingURL=stack.js.map
157
+ export { Box, HStack, VStack, boxVariants, hStackVariants, vStackVariants };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime219 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/stat-card-group.d.ts
5
5
  interface StatItem {
@@ -13,7 +13,6 @@ declare function StatCardGroup({
13
13
  }: {
14
14
  items: StatItem[];
15
15
  className?: string;
16
- }): react_jsx_runtime219.JSX.Element;
16
+ }): react_jsx_runtime24.JSX.Element;
17
17
  //#endregion
18
- export { StatCardGroup, StatItem };
19
- //# sourceMappingURL=stat-card-group.d.ts.map
18
+ export { StatCardGroup, StatItem };
@@ -35,5 +35,4 @@ function StatCardGroup({ items, className }) {
35
35
  }
36
36
 
37
37
  //#endregion
38
- export { StatCardGroup };
39
- //# sourceMappingURL=stat-card-group.js.map
38
+ export { StatCardGroup };
@@ -1,12 +1,12 @@
1
- import * as react_jsx_runtime244 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types14 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types0 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stepper.d.ts
6
6
  declare const dotVariants: (props?: ({
7
7
  state?: "active" | "inactive" | null | undefined;
8
8
  size?: "sm" | "md" | null | undefined;
9
- } & class_variance_authority_types14.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
10
  interface StepperProps extends VariantProps<typeof dotVariants> {
11
11
  current: number;
12
12
  total: number;
@@ -17,7 +17,6 @@ declare function Stepper({
17
17
  total,
18
18
  size,
19
19
  className
20
- }: StepperProps): react_jsx_runtime244.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime28.JSX.Element;
21
21
  //#endregion
22
- export { Stepper, StepperProps };
23
- //# sourceMappingURL=stepper.d.ts.map
22
+ export { Stepper, StepperProps };
@@ -33,5 +33,4 @@ function Stepper({ current, total, size, className }) {
33
33
  }
34
34
 
35
35
  //#endregion
36
- export { Stepper };
37
- //# sourceMappingURL=stepper.js.map
36
+ export { Stepper };
@@ -1,12 +1,11 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime229 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitive from "@radix-ui/react-switch";
4
4
 
5
5
  //#region ui/switch.d.ts
6
6
  declare function Switch({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime229.JSX.Element;
9
+ }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime35.JSX.Element;
10
10
  //#endregion
11
- export { Switch };
12
- //# sourceMappingURL=switch.d.ts.map
11
+ export { Switch };
package/dist/ui/switch.js CHANGED
@@ -19,5 +19,4 @@ function Switch({ className, ...props }) {
19
19
  }
20
20
 
21
21
  //#endregion
22
- export { Switch };
23
- //# sourceMappingURL=switch.js.map
22
+ export { Switch };