@lssm/lib.ui-kit 0.0.0-canary-20251120192244 → 0.0.0-canary-20251206181705

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 (363) hide show
  1. package/README.md +21 -0
  2. package/dist/index.d.ts +1 -2
  3. package/dist/index.js +1 -2
  4. package/dist/node_modules/@hookform/resolvers/dist/resolvers.js +1 -2
  5. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js +1 -2
  6. package/dist/node_modules/react-hook-form/dist/index.esm.js +33 -21
  7. package/dist/node_modules/zod/v4/classic/errors.js +1 -2
  8. package/dist/node_modules/zod/v4/classic/iso.js +1 -2
  9. package/dist/node_modules/zod/v4/classic/parse.js +1 -2
  10. package/dist/node_modules/zod/v4/classic/schemas.js +7 -5
  11. package/dist/node_modules/zod/v4/core/api.js +30 -3
  12. package/dist/node_modules/zod/v4/core/checks.js +1 -2
  13. package/dist/node_modules/zod/v4/core/core.js +14 -10
  14. package/dist/node_modules/zod/v4/core/errors.js +1 -2
  15. package/dist/node_modules/zod/v4/core/parse.js +1 -2
  16. package/dist/node_modules/zod/v4/core/regexes.js +1 -3
  17. package/dist/node_modules/zod/v4/core/registries.js +4 -5
  18. package/dist/node_modules/zod/v4/core/schemas.js +9 -20
  19. package/dist/node_modules/zod/v4/core/util.js +5 -2
  20. package/dist/node_modules/zod/v4/core/versions.js +2 -3
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/dist/ui/accordion.d.ts +1 -2
  23. package/dist/ui/accordion.js +5 -6
  24. package/dist/ui/alert-dialog.d.ts +1 -2
  25. package/dist/ui/alert-dialog.js +10 -11
  26. package/dist/ui/alert.d.ts +1 -2
  27. package/dist/ui/alert.js +4 -5
  28. package/dist/ui/aspect-ratio.d.ts +1 -2
  29. package/dist/ui/aspect-ratio.js +1 -2
  30. package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +1 -2
  31. package/dist/ui/atoms/FilterSelect/FilterSelect.js +1 -2
  32. package/dist/ui/atoms/FilterSelect/types.d.ts +1 -2
  33. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +1 -2
  34. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +1 -2
  35. package/dist/ui/atoms/Pagination/Pagination.d.ts +1 -2
  36. package/dist/ui/atoms/Pagination/Pagination.js +1 -2
  37. package/dist/ui/atoms/Pagination/types.d.ts +1 -2
  38. package/dist/ui/atoms/SearchInput/SearchInput.d.ts +1 -2
  39. package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
  40. package/dist/ui/atoms/SearchInput/types.d.ts +1 -2
  41. package/dist/ui/avatar.d.ts +5 -6
  42. package/dist/ui/avatar.js +4 -5
  43. package/dist/ui/badge.d.ts +5 -6
  44. package/dist/ui/badge.js +2 -3
  45. package/dist/ui/breadcrumb.d.ts +9 -10
  46. package/dist/ui/breadcrumb.js +7 -8
  47. package/dist/ui/button.d.ts +6 -7
  48. package/dist/ui/button.js +2 -3
  49. package/dist/ui/card.d.ts +8 -9
  50. package/dist/ui/card.js +7 -8
  51. package/dist/ui/carousel.d.ts +1 -2
  52. package/dist/ui/carousel.js +1 -2
  53. package/dist/ui/checkbox.d.ts +4 -5
  54. package/dist/ui/checkbox.js +2 -3
  55. package/dist/ui/collapsible.d.ts +9 -10
  56. package/dist/ui/collapsible.js +1 -2
  57. package/dist/ui/command.d.ts +1 -2
  58. package/dist/ui/command.js +1 -2
  59. package/dist/ui/context-menu.d.ts +17 -18
  60. package/dist/ui/context-menu.js +10 -11
  61. package/dist/ui/date-picker.d.ts +3 -4
  62. package/dist/ui/date-picker.js +1 -2
  63. package/dist/ui/date-range-picker.d.ts +3 -4
  64. package/dist/ui/date-range-picker.js +1 -2
  65. package/dist/ui/datetime-picker.d.ts +3 -4
  66. package/dist/ui/datetime-picker.js +1 -2
  67. package/dist/ui/dialog.d.ts +11 -12
  68. package/dist/ui/dialog.js +8 -9
  69. package/dist/ui/dropdown-menu.d.ts +17 -18
  70. package/dist/ui/dropdown-menu.js +10 -11
  71. package/dist/ui/empty-state.d.ts +5 -6
  72. package/dist/ui/empty-state.js +1 -2
  73. package/dist/ui/empty.d.ts +10 -11
  74. package/dist/ui/empty.js +7 -8
  75. package/dist/ui/fab.d.ts +4 -5
  76. package/dist/ui/fab.js +1 -2
  77. package/dist/ui/field.d.ts +15 -16
  78. package/dist/ui/field.js +11 -13
  79. package/dist/ui/form.d.ts +8 -9
  80. package/dist/ui/form.js +6 -8
  81. package/dist/ui/hover-card.d.ts +7 -8
  82. package/dist/ui/hover-card.js +2 -3
  83. package/dist/ui/icons/Check.js +1 -2
  84. package/dist/ui/icons/ChevronDown.js +1 -2
  85. package/dist/ui/icons/ChevronRight.js +1 -2
  86. package/dist/ui/icons/ChevronUp.js +1 -2
  87. package/dist/ui/icons/CircleUser.js +1 -2
  88. package/dist/ui/icons/Info.js +1 -2
  89. package/dist/ui/icons/Key.js +1 -2
  90. package/dist/ui/icons/MoonStar.js +1 -2
  91. package/dist/ui/icons/Sun.js +1 -2
  92. package/dist/ui/icons/X.js +1 -2
  93. package/dist/ui/icons/iconWithClassName.d.ts +1 -2
  94. package/dist/ui/icons/iconWithClassName.js +1 -2
  95. package/dist/ui/input.d.ts +3 -4
  96. package/dist/ui/input.js +2 -3
  97. package/dist/ui/label.d.ts +3 -4
  98. package/dist/ui/label.js +2 -3
  99. package/dist/ui/link.d.ts +3 -4
  100. package/dist/ui/link.js +2 -3
  101. package/dist/ui/loading-button.d.ts +3 -4
  102. package/dist/ui/loading-button.js +2 -3
  103. package/dist/ui/loading-overlay.d.ts +3 -4
  104. package/dist/ui/loading-overlay.js +1 -2
  105. package/dist/ui/loading-screen.d.ts +3 -4
  106. package/dist/ui/loading-screen.js +1 -2
  107. package/dist/ui/marketing/FeatureGrid.d.ts +3 -4
  108. package/dist/ui/marketing/FeatureGrid.js +1 -2
  109. package/dist/ui/marketing/Hero.d.ts +3 -4
  110. package/dist/ui/marketing/Hero.js +1 -2
  111. package/dist/ui/marketing/PricingTable.d.ts +3 -4
  112. package/dist/ui/marketing/PricingTable.js +1 -2
  113. package/dist/ui/menubar.d.ts +18 -19
  114. package/dist/ui/menubar.js +12 -13
  115. package/dist/ui/molecules/Autocomplete/index.d.ts +1 -2
  116. package/dist/ui/molecules/Autocomplete/index.js +1 -2
  117. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +1 -2
  118. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +1 -2
  119. package/dist/ui/molecules/SearchAndFilter/types.d.ts +1 -2
  120. package/dist/ui/molecules/SkeletonList.d.ts +3 -4
  121. package/dist/ui/molecules/SkeletonList.js +1 -2
  122. package/dist/ui/navigation-menu.d.ts +13 -14
  123. package/dist/ui/navigation-menu.js +7 -8
  124. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +3 -4
  125. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -3
  126. package/dist/ui/organisms/ListPage/ListPage.d.ts +3 -4
  127. package/dist/ui/organisms/ListPage/ListPage.js +1 -2
  128. package/dist/ui/organisms/ListPage/types.d.ts +1 -2
  129. package/dist/ui/page-header.d.ts +6 -7
  130. package/dist/ui/page-header.js +1 -2
  131. package/dist/ui/password-strength.d.ts +3 -4
  132. package/dist/ui/password-strength.js +1 -2
  133. package/dist/ui/popover.d.ts +7 -8
  134. package/dist/ui/popover.js +2 -3
  135. package/dist/ui/progress.d.ts +3 -4
  136. package/dist/ui/progress.js +2 -3
  137. package/dist/ui/radio-group.d.ts +4 -5
  138. package/dist/ui/radio-group.js +3 -4
  139. package/dist/ui/select.d.ts +14 -15
  140. package/dist/ui/select.js +8 -9
  141. package/dist/ui/separator.d.ts +3 -4
  142. package/dist/ui/separator.js +2 -3
  143. package/dist/ui/sheet.d.ts +1 -2
  144. package/dist/ui/sheet.js +1 -2
  145. package/dist/ui/sidebar.d.ts +1 -2
  146. package/dist/ui/sidebar.js +1 -2
  147. package/dist/ui/skeleton.d.ts +3 -4
  148. package/dist/ui/skeleton.js +2 -3
  149. package/dist/ui/stack.d.ts +18 -19
  150. package/dist/ui/stack.js +4 -5
  151. package/dist/ui/stepper.d.ts +5 -6
  152. package/dist/ui/stepper.js +1 -2
  153. package/dist/ui/switch.d.ts +3 -4
  154. package/dist/ui/switch.js +3 -4
  155. package/dist/ui/table.d.ts +9 -10
  156. package/dist/ui/table.js +8 -9
  157. package/dist/ui/tabs.d.ts +12 -13
  158. package/dist/ui/tabs.js +4 -5
  159. package/dist/ui/text.d.ts +3 -4
  160. package/dist/ui/text.js +2 -3
  161. package/dist/ui/textarea.d.ts +1 -2
  162. package/dist/ui/textarea.js +2 -3
  163. package/dist/ui/time-picker.d.ts +3 -4
  164. package/dist/ui/time-picker.js +1 -2
  165. package/dist/ui/toggle-group.d.ts +5 -6
  166. package/dist/ui/toggle-group.js +4 -5
  167. package/dist/ui/toggle.d.ts +7 -8
  168. package/dist/ui/toggle.js +3 -4
  169. package/dist/ui/tooltip.d.ts +7 -8
  170. package/dist/ui/tooltip.js +2 -3
  171. package/dist/ui/typography.d.ts +13 -14
  172. package/dist/ui/typography.js +12 -13
  173. package/dist/ui/useColorScheme.d.ts +3 -4
  174. package/dist/ui/useColorScheme.js +1 -2
  175. package/dist/ui/useListState.d.ts +1 -2
  176. package/dist/ui/useListState.js +1 -2
  177. package/dist/ui/usecases/UseCaseCard.d.ts +3 -4
  178. package/dist/ui/usecases/UseCaseCard.js +1 -2
  179. package/dist/ui/usecases/UserStoryCard.d.ts +3 -4
  180. package/dist/ui/usecases/UserStoryCard.js +1 -2
  181. package/dist/ui/utils.d.ts +1 -2
  182. package/dist/ui/utils.js +1 -2
  183. package/package.json +8 -6
  184. package/dist/index.d.ts.map +0 -1
  185. package/dist/index.js.map +0 -1
  186. package/dist/node_modules/@hookform/resolvers/dist/resolvers.js.map +0 -1
  187. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js.map +0 -1
  188. package/dist/node_modules/react-hook-form/dist/index.esm.js.map +0 -1
  189. package/dist/node_modules/zod/v4/classic/errors.js.map +0 -1
  190. package/dist/node_modules/zod/v4/classic/iso.js.map +0 -1
  191. package/dist/node_modules/zod/v4/classic/parse.js.map +0 -1
  192. package/dist/node_modules/zod/v4/classic/schemas.js.map +0 -1
  193. package/dist/node_modules/zod/v4/core/api.js.map +0 -1
  194. package/dist/node_modules/zod/v4/core/checks.js.map +0 -1
  195. package/dist/node_modules/zod/v4/core/core.js.map +0 -1
  196. package/dist/node_modules/zod/v4/core/errors.js.map +0 -1
  197. package/dist/node_modules/zod/v4/core/parse.js.map +0 -1
  198. package/dist/node_modules/zod/v4/core/regexes.js.map +0 -1
  199. package/dist/node_modules/zod/v4/core/registries.js.map +0 -1
  200. package/dist/node_modules/zod/v4/core/schemas.js.map +0 -1
  201. package/dist/node_modules/zod/v4/core/util.js.map +0 -1
  202. package/dist/node_modules/zod/v4/core/versions.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/card.d.ts.map +0 -1
  231. package/dist/ui/card.js.map +0 -1
  232. package/dist/ui/carousel.d.ts.map +0 -1
  233. package/dist/ui/carousel.js.map +0 -1
  234. package/dist/ui/checkbox.d.ts.map +0 -1
  235. package/dist/ui/checkbox.js.map +0 -1
  236. package/dist/ui/collapsible.d.ts.map +0 -1
  237. package/dist/ui/collapsible.js.map +0 -1
  238. package/dist/ui/command.d.ts.map +0 -1
  239. package/dist/ui/command.js.map +0 -1
  240. package/dist/ui/context-menu.d.ts.map +0 -1
  241. package/dist/ui/context-menu.js.map +0 -1
  242. package/dist/ui/date-picker.d.ts.map +0 -1
  243. package/dist/ui/date-picker.js.map +0 -1
  244. package/dist/ui/date-range-picker.d.ts.map +0 -1
  245. package/dist/ui/date-range-picker.js.map +0 -1
  246. package/dist/ui/datetime-picker.d.ts.map +0 -1
  247. package/dist/ui/datetime-picker.js.map +0 -1
  248. package/dist/ui/dialog.d.ts.map +0 -1
  249. package/dist/ui/dialog.js.map +0 -1
  250. package/dist/ui/dropdown-menu.d.ts.map +0 -1
  251. package/dist/ui/dropdown-menu.js.map +0 -1
  252. package/dist/ui/empty-state.d.ts.map +0 -1
  253. package/dist/ui/empty-state.js.map +0 -1
  254. package/dist/ui/empty.d.ts.map +0 -1
  255. package/dist/ui/empty.js.map +0 -1
  256. package/dist/ui/fab.d.ts.map +0 -1
  257. package/dist/ui/fab.js.map +0 -1
  258. package/dist/ui/field.d.ts.map +0 -1
  259. package/dist/ui/field.js.map +0 -1
  260. package/dist/ui/form.d.ts.map +0 -1
  261. package/dist/ui/form.js.map +0 -1
  262. package/dist/ui/hover-card.d.ts.map +0 -1
  263. package/dist/ui/hover-card.js.map +0 -1
  264. package/dist/ui/icons/Check.js.map +0 -1
  265. package/dist/ui/icons/ChevronDown.js.map +0 -1
  266. package/dist/ui/icons/ChevronRight.js.map +0 -1
  267. package/dist/ui/icons/ChevronUp.js.map +0 -1
  268. package/dist/ui/icons/CircleUser.js.map +0 -1
  269. package/dist/ui/icons/Info.js.map +0 -1
  270. package/dist/ui/icons/Key.js.map +0 -1
  271. package/dist/ui/icons/MoonStar.js.map +0 -1
  272. package/dist/ui/icons/Sun.js.map +0 -1
  273. package/dist/ui/icons/X.js.map +0 -1
  274. package/dist/ui/icons/iconWithClassName.d.ts.map +0 -1
  275. package/dist/ui/icons/iconWithClassName.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/loading-button.d.ts.map +0 -1
  283. package/dist/ui/loading-button.js.map +0 -1
  284. package/dist/ui/loading-overlay.d.ts.map +0 -1
  285. package/dist/ui/loading-overlay.js.map +0 -1
  286. package/dist/ui/loading-screen.d.ts.map +0 -1
  287. package/dist/ui/loading-screen.js.map +0 -1
  288. package/dist/ui/marketing/FeatureGrid.d.ts.map +0 -1
  289. package/dist/ui/marketing/FeatureGrid.js.map +0 -1
  290. package/dist/ui/marketing/Hero.d.ts.map +0 -1
  291. package/dist/ui/marketing/Hero.js.map +0 -1
  292. package/dist/ui/marketing/PricingTable.d.ts.map +0 -1
  293. package/dist/ui/marketing/PricingTable.js.map +0 -1
  294. package/dist/ui/menubar.d.ts.map +0 -1
  295. package/dist/ui/menubar.js.map +0 -1
  296. package/dist/ui/molecules/Autocomplete/index.d.ts.map +0 -1
  297. package/dist/ui/molecules/Autocomplete/index.js.map +0 -1
  298. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts.map +0 -1
  299. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js.map +0 -1
  300. package/dist/ui/molecules/SearchAndFilter/types.d.ts.map +0 -1
  301. package/dist/ui/molecules/SkeletonList.d.ts.map +0 -1
  302. package/dist/ui/molecules/SkeletonList.js.map +0 -1
  303. package/dist/ui/navigation-menu.d.ts.map +0 -1
  304. package/dist/ui/navigation-menu.js.map +0 -1
  305. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
  306. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js.map +0 -1
  307. package/dist/ui/organisms/ListPage/ListPage.d.ts.map +0 -1
  308. package/dist/ui/organisms/ListPage/ListPage.js.map +0 -1
  309. package/dist/ui/organisms/ListPage/types.d.ts.map +0 -1
  310. package/dist/ui/page-header.d.ts.map +0 -1
  311. package/dist/ui/page-header.js.map +0 -1
  312. package/dist/ui/password-strength.d.ts.map +0 -1
  313. package/dist/ui/password-strength.js.map +0 -1
  314. package/dist/ui/popover.d.ts.map +0 -1
  315. package/dist/ui/popover.js.map +0 -1
  316. package/dist/ui/progress.d.ts.map +0 -1
  317. package/dist/ui/progress.js.map +0 -1
  318. package/dist/ui/radio-group.d.ts.map +0 -1
  319. package/dist/ui/radio-group.js.map +0 -1
  320. package/dist/ui/select.d.ts.map +0 -1
  321. package/dist/ui/select.js.map +0 -1
  322. package/dist/ui/separator.d.ts.map +0 -1
  323. package/dist/ui/separator.js.map +0 -1
  324. package/dist/ui/sheet.d.ts.map +0 -1
  325. package/dist/ui/sheet.js.map +0 -1
  326. package/dist/ui/sidebar.d.ts.map +0 -1
  327. package/dist/ui/sidebar.js.map +0 -1
  328. package/dist/ui/skeleton.d.ts.map +0 -1
  329. package/dist/ui/skeleton.js.map +0 -1
  330. package/dist/ui/stack.d.ts.map +0 -1
  331. package/dist/ui/stack.js.map +0 -1
  332. package/dist/ui/stepper.d.ts.map +0 -1
  333. package/dist/ui/stepper.js.map +0 -1
  334. package/dist/ui/switch.d.ts.map +0 -1
  335. package/dist/ui/switch.js.map +0 -1
  336. package/dist/ui/table.d.ts.map +0 -1
  337. package/dist/ui/table.js.map +0 -1
  338. package/dist/ui/tabs.d.ts.map +0 -1
  339. package/dist/ui/tabs.js.map +0 -1
  340. package/dist/ui/text.d.ts.map +0 -1
  341. package/dist/ui/text.js.map +0 -1
  342. package/dist/ui/textarea.d.ts.map +0 -1
  343. package/dist/ui/textarea.js.map +0 -1
  344. package/dist/ui/time-picker.d.ts.map +0 -1
  345. package/dist/ui/time-picker.js.map +0 -1
  346. package/dist/ui/toggle-group.d.ts.map +0 -1
  347. package/dist/ui/toggle-group.js.map +0 -1
  348. package/dist/ui/toggle.d.ts.map +0 -1
  349. package/dist/ui/toggle.js.map +0 -1
  350. package/dist/ui/tooltip.d.ts.map +0 -1
  351. package/dist/ui/tooltip.js.map +0 -1
  352. package/dist/ui/typography.d.ts.map +0 -1
  353. package/dist/ui/typography.js.map +0 -1
  354. package/dist/ui/useColorScheme.d.ts.map +0 -1
  355. package/dist/ui/useColorScheme.js.map +0 -1
  356. package/dist/ui/useListState.d.ts.map +0 -1
  357. package/dist/ui/useListState.js.map +0 -1
  358. package/dist/ui/usecases/UseCaseCard.d.ts.map +0 -1
  359. package/dist/ui/usecases/UseCaseCard.js.map +0 -1
  360. package/dist/ui/usecases/UserStoryCard.d.ts.map +0 -1
  361. package/dist/ui/usecases/UserStoryCard.js.map +0 -1
  362. package/dist/ui/utils.d.ts.map +0 -1
  363. package/dist/ui/utils.js.map +0 -1
@@ -32,5 +32,4 @@ declare function AccordionContent({
32
32
  ref?: React$1.RefObject<AccordionPrimitive.ContentRef>;
33
33
  }): react_jsx_runtime0.JSX.Element;
34
34
  //#endregion
35
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
36
- //# sourceMappingURL=accordion.d.ts.map
35
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
@@ -8,7 +8,7 @@ import Animated, { Extrapolation, FadeIn, FadeOutUp, LayoutAnimationConfig, Line
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
 
10
10
  //#region ui/accordion.tsx
11
- function Accordion({ children,...props }) {
11
+ function Accordion({ children, ...props }) {
12
12
  return /* @__PURE__ */ jsx(LayoutAnimationConfig, {
13
13
  skipEntering: true,
14
14
  children: /* @__PURE__ */ jsx(AccordionPrimitive.Root, {
@@ -21,7 +21,7 @@ function Accordion({ children,...props }) {
21
21
  })
22
22
  });
23
23
  }
24
- function AccordionItem({ className, value,...props }) {
24
+ function AccordionItem({ className, value, ...props }) {
25
25
  return /* @__PURE__ */ jsx(Animated.View, {
26
26
  className: "overflow-hidden",
27
27
  layout: LinearTransition.duration(200),
@@ -33,7 +33,7 @@ function AccordionItem({ className, value,...props }) {
33
33
  });
34
34
  }
35
35
  const Trigger = Platform.OS === "web" ? View : Pressable;
36
- function AccordionTrigger({ className, children,...props }) {
36
+ function AccordionTrigger({ className, children, ...props }) {
37
37
  const { isExpanded } = AccordionPrimitive.useItemContext();
38
38
  const progress = useDerivedValue(() => isExpanded ? withTiming(1, { duration: 250 }) : withTiming(0, { duration: 200 }));
39
39
  const chevronStyle = useAnimatedStyle(() => ({
@@ -61,7 +61,7 @@ function AccordionTrigger({ className, children,...props }) {
61
61
  })
62
62
  });
63
63
  }
64
- function AccordionContent({ className, children,...props }) {
64
+ function AccordionContent({ className, children, ...props }) {
65
65
  const { isExpanded } = AccordionPrimitive.useItemContext();
66
66
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
67
67
  value: "native:text-lg",
@@ -89,5 +89,4 @@ function InnerContent({ children, className }) {
89
89
  }
90
90
 
91
91
  //#endregion
92
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
93
- //# sourceMappingURL=accordion.js.map
92
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
@@ -68,5 +68,4 @@ declare function AlertDialogCancel({
68
68
  ref?: React$1.RefObject<AlertDialogPrimitive.CancelRef>;
69
69
  }): react_jsx_runtime3.JSX.Element;
70
70
  //#endregion
71
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
72
- //# sourceMappingURL=alert-dialog.d.ts.map
71
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -11,14 +11,14 @@ import * as AlertDialogPrimitive from "@rn-primitives/alert-dialog";
11
11
  const AlertDialog = AlertDialogPrimitive.Root;
12
12
  const AlertDialogTrigger = AlertDialogPrimitive.Trigger;
13
13
  const AlertDialogPortal = AlertDialogPrimitive.Portal;
14
- function AlertDialogOverlayWeb({ className,...props }) {
14
+ function AlertDialogOverlayWeb({ className, ...props }) {
15
15
  const { open } = AlertDialogPrimitive.useRootContext();
16
16
  return /* @__PURE__ */ jsx(AlertDialogPrimitive.Overlay, {
17
17
  className: cn("absolute top-0 right-0 bottom-0 left-0 z-50 flex items-center justify-center bg-black/80 p-2", open ? "web:animate-in web:fade-in-0" : "web:animate-out web:fade-out-0", className),
18
18
  ...props
19
19
  });
20
20
  }
21
- function AlertDialogOverlayNative({ className, children,...props }) {
21
+ function AlertDialogOverlayNative({ className, children, ...props }) {
22
22
  return /* @__PURE__ */ jsx(AlertDialogPrimitive.Overlay, {
23
23
  className: cn("absolute top-0 right-0 bottom-0 left-0 z-50 flex items-center justify-center bg-black/80 p-2", className),
24
24
  ...props,
@@ -34,7 +34,7 @@ const AlertDialogOverlay = Platform.select({
34
34
  web: AlertDialogOverlayWeb,
35
35
  default: AlertDialogOverlayNative
36
36
  });
37
- function AlertDialogContent({ className, portalHost,...props }) {
37
+ function AlertDialogContent({ className, portalHost, ...props }) {
38
38
  const { open } = AlertDialogPrimitive.useRootContext();
39
39
  return /* @__PURE__ */ jsx(AlertDialogPortal, {
40
40
  hostName: portalHost,
@@ -44,31 +44,31 @@ function AlertDialogContent({ className, portalHost,...props }) {
44
44
  }) })
45
45
  });
46
46
  }
47
- function AlertDialogHeader({ className,...props }) {
47
+ function AlertDialogHeader({ className, ...props }) {
48
48
  return /* @__PURE__ */ jsx(View, {
49
49
  className: cn("flex flex-col gap-2", className),
50
50
  ...props
51
51
  });
52
52
  }
53
- function AlertDialogFooter({ className,...props }) {
53
+ function AlertDialogFooter({ className, ...props }) {
54
54
  return /* @__PURE__ */ jsx(View, {
55
55
  className: cn("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", className),
56
56
  ...props
57
57
  });
58
58
  }
59
- function AlertDialogTitle({ className,...props }) {
59
+ function AlertDialogTitle({ className, ...props }) {
60
60
  return /* @__PURE__ */ jsx(AlertDialogPrimitive.Title, {
61
61
  className: cn("native:text-xl text-foreground text-lg font-semibold", className),
62
62
  ...props
63
63
  });
64
64
  }
65
- function AlertDialogDescription({ className,...props }) {
65
+ function AlertDialogDescription({ className, ...props }) {
66
66
  return /* @__PURE__ */ jsx(AlertDialogPrimitive.Description, {
67
67
  className: cn("native:text-base text-muted-foreground text-sm", className),
68
68
  ...props
69
69
  });
70
70
  }
71
- function AlertDialogAction({ className,...props }) {
71
+ function AlertDialogAction({ className, ...props }) {
72
72
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
73
73
  value: buttonTextVariants({ className }),
74
74
  children: /* @__PURE__ */ jsx(AlertDialogPrimitive.Action, {
@@ -77,7 +77,7 @@ function AlertDialogAction({ className,...props }) {
77
77
  })
78
78
  });
79
79
  }
80
- function AlertDialogCancel({ className,...props }) {
80
+ function AlertDialogCancel({ className, ...props }) {
81
81
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
82
82
  value: buttonTextVariants({
83
83
  className,
@@ -94,5 +94,4 @@ function AlertDialogCancel({ className,...props }) {
94
94
  }
95
95
 
96
96
  //#endregion
97
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
98
- //# sourceMappingURL=alert-dialog.js.map
97
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -33,5 +33,4 @@ declare function AlertDescription({
33
33
  ...props
34
34
  }: React$1.ComponentProps<typeof Text$1>): react_jsx_runtime11.JSX.Element;
35
35
  //#endregion
36
- export { Alert, AlertDescription, AlertTitle };
37
- //# sourceMappingURL=alert.d.ts.map
36
+ export { Alert, AlertDescription, AlertTitle };
package/dist/ui/alert.js CHANGED
@@ -14,7 +14,7 @@ const alertVariants = cva("relative bg-background w-full rounded-lg border borde
14
14
  } },
15
15
  defaultVariants: { variant: "default" }
16
16
  });
17
- function Alert({ className, variant, children, icon: Icon, iconSize = 16, iconClassName,...props }) {
17
+ function Alert({ className, variant, children, icon: Icon, iconSize = 16, iconClassName, ...props }) {
18
18
  const { colors } = useTheme();
19
19
  return /* @__PURE__ */ jsxs(View, {
20
20
  role: "alert",
@@ -32,13 +32,13 @@ function Alert({ className, variant, children, icon: Icon, iconSize = 16, iconCl
32
32
  }), children]
33
33
  });
34
34
  }
35
- function AlertTitle({ className,...props }) {
35
+ function AlertTitle({ className, ...props }) {
36
36
  return /* @__PURE__ */ jsx(Text$1, {
37
37
  className: cn("text-foreground mb-1 pl-7 text-base leading-none font-medium tracking-tight", className),
38
38
  ...props
39
39
  });
40
40
  }
41
- function AlertDescription({ className,...props }) {
41
+ function AlertDescription({ className, ...props }) {
42
42
  return /* @__PURE__ */ jsx(Text$1, {
43
43
  className: cn("text-foreground pl-7 text-sm leading-relaxed", className),
44
44
  ...props
@@ -46,5 +46,4 @@ function AlertDescription({ className,...props }) {
46
46
  }
47
47
 
48
48
  //#endregion
49
- export { Alert, AlertDescription, AlertTitle };
50
- //# sourceMappingURL=alert.js.map
49
+ export { Alert, AlertDescription, AlertTitle };
@@ -8,5 +8,4 @@ declare const AspectRatio: react0.ForwardRefExoticComponent<Omit<_rn_primitives_
8
8
  style?: react_native0.ViewStyle;
9
9
  } & react0.RefAttributes<react_native0.View>>;
10
10
  //#endregion
11
- export { AspectRatio };
12
- //# sourceMappingURL=aspect-ratio.d.ts.map
11
+ export { AspectRatio };
@@ -4,5 +4,4 @@ import * as AspectRatioPrimitive from "@rn-primitives/aspect-ratio";
4
4
  const AspectRatio = AspectRatioPrimitive.Root;
5
5
 
6
6
  //#endregion
7
- export { AspectRatio };
8
- //# sourceMappingURL=aspect-ratio.js.map
7
+ export { AspectRatio };
@@ -4,5 +4,4 @@ import React from "react";
4
4
  //#region ui/atoms/FilterSelect/FilterSelect.d.ts
5
5
  declare const FilterSelect: React.FC<FilterSelectProps>;
6
6
  //#endregion
7
- export { FilterSelect };
8
- //# sourceMappingURL=FilterSelect.d.ts.map
7
+ export { FilterSelect };
@@ -54,5 +54,4 @@ const FilterSelect = ({ value, options, onChange, placeholder = "Sélectionner..
54
54
  };
55
55
 
56
56
  //#endregion
57
- export { FilterSelect };
58
- //# sourceMappingURL=FilterSelect.js.map
57
+ export { FilterSelect };
@@ -15,5 +15,4 @@ interface FilterSelectProps {
15
15
  showCounts?: boolean;
16
16
  }
17
17
  //#endregion
18
- export { FilterOption, FilterSelectProps };
19
- //# sourceMappingURL=types.d.ts.map
18
+ export { FilterOption, FilterSelectProps };
@@ -19,5 +19,4 @@ declare const SkeletonTable: React.FC<{
19
19
  cols?: number;
20
20
  }>;
21
21
  //#endregion
22
- export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
23
- //# sourceMappingURL=LoadingSpinner.d.ts.map
22
+ export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
@@ -44,5 +44,4 @@ const SkeletonTable = ({ rows = 5, cols = 4 }) => /* @__PURE__ */ jsx(View, {
44
44
  });
45
45
 
46
46
  //#endregion
47
- export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
48
- //# sourceMappingURL=LoadingSpinner.js.map
47
+ export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
@@ -4,5 +4,4 @@ import React from "react";
4
4
  //#region ui/atoms/Pagination/Pagination.d.ts
5
5
  declare const Pagination: React.FC<PaginationProps>;
6
6
  //#endregion
7
- export { Pagination };
8
- //# sourceMappingURL=Pagination.d.ts.map
7
+ export { Pagination };
@@ -159,5 +159,4 @@ const Pagination = ({ currentPage, totalPages, totalItems, itemsPerPage, onPageC
159
159
  };
160
160
 
161
161
  //#endregion
162
- export { Pagination };
163
- //# sourceMappingURL=Pagination.js.map
162
+ export { Pagination };
@@ -12,5 +12,4 @@ interface PaginationProps {
12
12
  itemsPerPageOptions?: number[];
13
13
  }
14
14
  //#endregion
15
- export { PaginationProps };
16
- //# sourceMappingURL=types.d.ts.map
15
+ export { PaginationProps };
@@ -4,5 +4,4 @@ import React from "react";
4
4
  //#region ui/atoms/SearchInput/SearchInput.d.ts
5
5
  declare const SearchInput: React.FC<SearchInputProps>;
6
6
  //#endregion
7
- export { SearchInput };
8
- //# sourceMappingURL=SearchInput.d.ts.map
7
+ export { SearchInput };
@@ -46,5 +46,4 @@ const SearchInput = ({ value, onChange, placeholder = "Rechercher...", onClear,
46
46
  };
47
47
 
48
48
  //#endregion
49
- export { SearchInput };
50
- //# sourceMappingURL=SearchInput.js.map
49
+ export { SearchInput };
@@ -9,5 +9,4 @@ interface SearchInputProps {
9
9
  autoFocus?: boolean;
10
10
  }
11
11
  //#endregion
12
- export { SearchInputProps };
13
- //# sourceMappingURL=types.d.ts.map
12
+ export { SearchInputProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
  import * as AvatarPrimitive from "@rn-primitives/avatar";
4
4
 
5
5
  //#region ui/avatar.d.ts
@@ -8,7 +8,7 @@ declare function Avatar({
8
8
  ...props
9
9
  }: AvatarPrimitive.RootProps & {
10
10
  ref?: React$1.RefObject<AvatarPrimitive.RootRef>;
11
- }): react_jsx_runtime14.JSX.Element;
11
+ }): react_jsx_runtime15.JSX.Element;
12
12
  declare function AvatarImage({
13
13
  className,
14
14
  alt,
@@ -16,13 +16,12 @@ declare function AvatarImage({
16
16
  }: AvatarPrimitive.ImageProps & {
17
17
  ref?: React$1.RefObject<AvatarPrimitive.ImageRef>;
18
18
  alt?: string;
19
- }): react_jsx_runtime14.JSX.Element;
19
+ }): react_jsx_runtime15.JSX.Element;
20
20
  declare function AvatarFallback({
21
21
  className,
22
22
  ...props
23
23
  }: AvatarPrimitive.FallbackProps & {
24
24
  ref?: React$1.RefObject<AvatarPrimitive.FallbackRef>;
25
- }): react_jsx_runtime14.JSX.Element;
25
+ }): react_jsx_runtime15.JSX.Element;
26
26
  //#endregion
27
- export { Avatar, AvatarFallback, AvatarImage };
28
- //# sourceMappingURL=avatar.d.ts.map
27
+ export { Avatar, AvatarFallback, AvatarImage };
package/dist/ui/avatar.js CHANGED
@@ -4,19 +4,19 @@ import { jsx } from "react/jsx-runtime";
4
4
  import * as AvatarPrimitive from "@rn-primitives/avatar";
5
5
 
6
6
  //#region ui/avatar.tsx
7
- function Avatar({ className,...props }) {
7
+ function Avatar({ className, ...props }) {
8
8
  return /* @__PURE__ */ jsx(AvatarPrimitive.Root, {
9
9
  className: cn("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full", className),
10
10
  ...props
11
11
  });
12
12
  }
13
- function AvatarImage({ className, alt,...props }) {
13
+ function AvatarImage({ className, alt, ...props }) {
14
14
  return /* @__PURE__ */ jsx(AvatarPrimitive.Image, {
15
15
  className: cn("aspect-square h-full w-full", className),
16
16
  ...props
17
17
  });
18
18
  }
19
- function AvatarFallback({ className,...props }) {
19
+ function AvatarFallback({ className, ...props }) {
20
20
  return /* @__PURE__ */ jsx(AvatarPrimitive.Fallback, {
21
21
  className: cn("bg-muted flex h-full w-full items-center justify-center rounded-full", className),
22
22
  ...props
@@ -24,5 +24,4 @@ function AvatarFallback({ className,...props }) {
24
24
  }
25
25
 
26
26
  //#endregion
27
- export { Avatar, AvatarFallback, AvatarImage };
28
- //# sourceMappingURL=avatar.js.map
27
+ export { Avatar, AvatarFallback, AvatarImage };
@@ -1,13 +1,13 @@
1
1
  import * as React$1 from "react";
2
2
  import { View } from "react-native";
3
- import * as react_jsx_runtime17 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
- import * as class_variance_authority_types0 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/badge.d.ts
8
8
  declare const badgeVariants: (props?: ({
9
9
  variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
10
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
11
  type BadgeProps = React$1.ComponentProps<typeof View> & VariantProps<typeof badgeVariants> & {
12
12
  labelClassName?: string;
13
13
  };
@@ -16,7 +16,6 @@ declare function Badge({
16
16
  variant,
17
17
  labelClassName,
18
18
  ...props
19
- }: BadgeProps): react_jsx_runtime17.JSX.Element;
19
+ }: BadgeProps): react_jsx_runtime19.JSX.Element;
20
20
  //#endregion
21
- export { Badge, badgeVariants };
22
- //# sourceMappingURL=badge.d.ts.map
21
+ export { Badge, badgeVariants };
package/dist/ui/badge.js CHANGED
@@ -14,7 +14,7 @@ const badgeVariants = cva("web:inline-flex items-center rounded-full border bord
14
14
  } },
15
15
  defaultVariants: { variant: "default" }
16
16
  });
17
- function Badge({ className, variant, labelClassName,...props }) {
17
+ function Badge({ className, variant, labelClassName, ...props }) {
18
18
  return /* @__PURE__ */ jsx(View, {
19
19
  className: cn(badgeVariants({ variant }), className),
20
20
  ...props
@@ -22,5 +22,4 @@ function Badge({ className, variant, labelClassName,...props }) {
22
22
  }
23
23
 
24
24
  //#endregion
25
- export { Badge, badgeVariants };
26
- //# sourceMappingURL=badge.js.map
25
+ export { Badge, badgeVariants };
@@ -1,39 +1,38 @@
1
1
  import * as React$1 from "react";
2
2
  import { View } from "react-native";
3
- import * as react_jsx_runtime19 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/breadcrumb.d.ts
6
6
  declare function Breadcrumb({
7
7
  ...props
8
- }: React$1.ComponentProps<'nav'>): react_jsx_runtime19.JSX.Element;
8
+ }: React$1.ComponentProps<'nav'>): react_jsx_runtime20.JSX.Element;
9
9
  declare function BreadcrumbList({
10
10
  className,
11
11
  ...props
12
- }: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
12
+ }: React$1.ComponentProps<typeof View>): react_jsx_runtime20.JSX.Element;
13
13
  declare function BreadcrumbItem({
14
14
  className,
15
15
  ...props
16
- }: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
16
+ }: React$1.ComponentProps<typeof View>): react_jsx_runtime20.JSX.Element;
17
17
  declare function BreadcrumbLink({
18
18
  asChild,
19
19
  className,
20
20
  ...props
21
21
  }: React$1.ComponentProps<typeof View> & {
22
22
  asChild?: boolean;
23
- }): react_jsx_runtime19.JSX.Element;
23
+ }): react_jsx_runtime20.JSX.Element;
24
24
  declare function BreadcrumbPage({
25
25
  className,
26
26
  ...props
27
- }: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
27
+ }: React$1.ComponentProps<typeof View>): react_jsx_runtime20.JSX.Element;
28
28
  declare function BreadcrumbSeparator({
29
29
  children,
30
30
  className,
31
31
  ...props
32
- }: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
32
+ }: React$1.ComponentProps<typeof View>): react_jsx_runtime20.JSX.Element;
33
33
  declare function BreadcrumbEllipsis({
34
34
  className,
35
35
  ...props
36
- }: React$1.ComponentProps<typeof View>): react_jsx_runtime19.JSX.Element;
36
+ }: React$1.ComponentProps<typeof View>): react_jsx_runtime20.JSX.Element;
37
37
  //#endregion
38
- export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
39
- //# sourceMappingURL=breadcrumb.d.ts.map
38
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
@@ -13,28 +13,28 @@ function Breadcrumb({ ...props }) {
13
13
  ...props
14
14
  });
15
15
  }
16
- function BreadcrumbList({ className,...props }) {
16
+ function BreadcrumbList({ className, ...props }) {
17
17
  return /* @__PURE__ */ jsx(View, {
18
18
  "data-slot": "breadcrumb-list",
19
19
  className: cn("text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5", className),
20
20
  ...props
21
21
  });
22
22
  }
23
- function BreadcrumbItem({ className,...props }) {
23
+ function BreadcrumbItem({ className, ...props }) {
24
24
  return /* @__PURE__ */ jsx(View, {
25
25
  "data-slot": "breadcrumb-item",
26
26
  className: cn("inline-flex items-center gap-1.5", className),
27
27
  ...props
28
28
  });
29
29
  }
30
- function BreadcrumbLink({ asChild, className,...props }) {
30
+ function BreadcrumbLink({ asChild, className, ...props }) {
31
31
  return /* @__PURE__ */ jsx(View, {
32
32
  "data-slot": "breadcrumb-link",
33
33
  className: cn("hover:text-foreground transition-colors", className),
34
34
  ...props
35
35
  });
36
36
  }
37
- function BreadcrumbPage({ className,...props }) {
37
+ function BreadcrumbPage({ className, ...props }) {
38
38
  return /* @__PURE__ */ jsx(View, {
39
39
  "data-slot": "breadcrumb-page",
40
40
  role: "link",
@@ -44,7 +44,7 @@ function BreadcrumbPage({ className,...props }) {
44
44
  ...props
45
45
  });
46
46
  }
47
- function BreadcrumbSeparator({ children, className,...props }) {
47
+ function BreadcrumbSeparator({ children, className, ...props }) {
48
48
  return /* @__PURE__ */ jsx(View, {
49
49
  role: "presentation",
50
50
  "data-slot": "breadcrumb-separator",
@@ -54,7 +54,7 @@ function BreadcrumbSeparator({ children, className,...props }) {
54
54
  children: children ?? /* @__PURE__ */ jsx(ChevronRight, {})
55
55
  });
56
56
  }
57
- function BreadcrumbEllipsis({ className,...props }) {
57
+ function BreadcrumbEllipsis({ className, ...props }) {
58
58
  return /* @__PURE__ */ jsxs(View, {
59
59
  "data-slot": "breadcrumb-ellipsis",
60
60
  role: "presentation",
@@ -69,5 +69,4 @@ function BreadcrumbEllipsis({ className,...props }) {
69
69
  }
70
70
 
71
71
  //#endregion
72
- export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
73
- //# sourceMappingURL=breadcrumb.js.map
72
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
@@ -1,18 +1,18 @@
1
1
  import * as React$1 from "react";
2
2
  import { Pressable } from "react-native";
3
- import * as react_jsx_runtime26 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
- import * as class_variance_authority_types1 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/button.d.ts
8
8
  declare const buttonVariants: (props?: ({
9
9
  variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
10
10
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
11
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
12
12
  declare const buttonTextVariants: (props?: ({
13
13
  variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
14
14
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
15
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
15
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
16
16
  type ButtonProps = React$1.ComponentProps<typeof Pressable> & VariantProps<typeof buttonVariants>;
17
17
  declare function Button({
18
18
  ref,
@@ -20,7 +20,6 @@ declare function Button({
20
20
  variant,
21
21
  size,
22
22
  ...props
23
- }: ButtonProps): react_jsx_runtime26.JSX.Element;
23
+ }: ButtonProps): react_jsx_runtime35.JSX.Element;
24
24
  //#endregion
25
- export { Button, type ButtonProps, buttonTextVariants, buttonVariants };
26
- //# sourceMappingURL=button.d.ts.map
25
+ export { Button, type ButtonProps, buttonTextVariants, buttonVariants };
package/dist/ui/button.js CHANGED
@@ -50,7 +50,7 @@ const buttonTextVariants = cva("web:whitespace-nowrap text-sm native:text-base f
50
50
  size: "default"
51
51
  }
52
52
  });
53
- function Button({ ref, className, variant, size,...props }) {
53
+ function Button({ ref, className, variant, size, ...props }) {
54
54
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
55
55
  value: buttonTextVariants({
56
56
  variant,
@@ -71,5 +71,4 @@ function Button({ ref, className, variant, size,...props }) {
71
71
  }
72
72
 
73
73
  //#endregion
74
- export { Button, buttonTextVariants, buttonVariants };
75
- //# sourceMappingURL=button.js.map
74
+ export { Button, buttonTextVariants, buttonVariants };
package/dist/ui/card.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { Text, TextProps, View, ViewProps } from "react-native";
3
- import * as react_jsx_runtime28 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime40 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/card.d.ts
6
6
  declare function Card({
@@ -8,37 +8,36 @@ declare function Card({
8
8
  ...props
9
9
  }: ViewProps & {
10
10
  ref?: React$1.RefObject<View>;
11
- }): react_jsx_runtime28.JSX.Element;
11
+ }): react_jsx_runtime40.JSX.Element;
12
12
  declare function CardHeader({
13
13
  className,
14
14
  ...props
15
15
  }: ViewProps & {
16
16
  ref?: React$1.RefObject<View>;
17
- }): react_jsx_runtime28.JSX.Element;
17
+ }): react_jsx_runtime40.JSX.Element;
18
18
  declare function CardTitle({
19
19
  className,
20
20
  ...props
21
21
  }: TextProps & {
22
22
  ref?: React$1.RefObject<Text>;
23
- }): react_jsx_runtime28.JSX.Element;
23
+ }): react_jsx_runtime40.JSX.Element;
24
24
  declare function CardDescription({
25
25
  className,
26
26
  ...props
27
27
  }: TextProps & {
28
28
  ref?: React$1.RefObject<Text>;
29
- }): react_jsx_runtime28.JSX.Element;
29
+ }): react_jsx_runtime40.JSX.Element;
30
30
  declare function CardContent({
31
31
  className,
32
32
  ...props
33
33
  }: ViewProps & {
34
34
  ref?: React$1.RefObject<View>;
35
- }): react_jsx_runtime28.JSX.Element;
35
+ }): react_jsx_runtime40.JSX.Element;
36
36
  declare function CardFooter({
37
37
  className,
38
38
  ...props
39
39
  }: ViewProps & {
40
40
  ref?: React$1.RefObject<View>;
41
- }): react_jsx_runtime28.JSX.Element;
41
+ }): react_jsx_runtime40.JSX.Element;
42
42
  //#endregion
43
- export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
44
- //# sourceMappingURL=card.d.ts.map
43
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };