@lssm/lib.ui-kit 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 (363) hide show
  1. package/README.md +11 -0
  2. package/dist/index.d.ts +1 -2
  3. package/dist/index.js +1 -2
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/dist/ui/accordion.d.ts +6 -7
  6. package/dist/ui/accordion.js +1 -2
  7. package/dist/ui/alert-dialog.d.ts +12 -13
  8. package/dist/ui/alert-dialog.js +1 -2
  9. package/dist/ui/alert.d.ts +7 -8
  10. package/dist/ui/alert.js +1 -2
  11. package/dist/ui/aspect-ratio.d.ts +1 -2
  12. package/dist/ui/aspect-ratio.js +1 -2
  13. package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +1 -2
  14. package/dist/ui/atoms/FilterSelect/FilterSelect.js +1 -2
  15. package/dist/ui/atoms/FilterSelect/types.d.ts +1 -2
  16. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +1 -2
  17. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +1 -2
  18. package/dist/ui/atoms/Pagination/Pagination.d.ts +1 -2
  19. package/dist/ui/atoms/Pagination/Pagination.js +1 -2
  20. package/dist/ui/atoms/Pagination/types.d.ts +1 -2
  21. package/dist/ui/atoms/SearchInput/SearchInput.d.ts +1 -2
  22. package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
  23. package/dist/ui/atoms/SearchInput/types.d.ts +1 -2
  24. package/dist/ui/avatar.d.ts +5 -6
  25. package/dist/ui/avatar.js +1 -2
  26. package/dist/ui/badge.d.ts +6 -7
  27. package/dist/ui/badge.js +1 -2
  28. package/dist/ui/breadcrumb.d.ts +9 -10
  29. package/dist/ui/breadcrumb.js +1 -2
  30. package/dist/ui/button.d.ts +8 -9
  31. package/dist/ui/button.js +1 -2
  32. package/dist/ui/card.d.ts +8 -9
  33. package/dist/ui/card.js +1 -2
  34. package/dist/ui/carousel.d.ts +1 -2
  35. package/dist/ui/carousel.js +1 -2
  36. package/dist/ui/checkbox.d.ts +4 -5
  37. package/dist/ui/checkbox.js +1 -2
  38. package/dist/ui/collapsible.d.ts +9 -10
  39. package/dist/ui/collapsible.js +1 -2
  40. package/dist/ui/command.d.ts +1 -2
  41. package/dist/ui/command.js +1 -2
  42. package/dist/ui/context-menu.d.ts +17 -18
  43. package/dist/ui/context-menu.js +1 -2
  44. package/dist/ui/date-picker.d.ts +3 -4
  45. package/dist/ui/date-picker.js +1 -2
  46. package/dist/ui/date-range-picker.d.ts +3 -4
  47. package/dist/ui/date-range-picker.js +1 -2
  48. package/dist/ui/datetime-picker.d.ts +3 -4
  49. package/dist/ui/datetime-picker.js +1 -2
  50. package/dist/ui/dialog.d.ts +11 -12
  51. package/dist/ui/dialog.js +1 -2
  52. package/dist/ui/dropdown-menu.d.ts +17 -18
  53. package/dist/ui/dropdown-menu.js +1 -2
  54. package/dist/ui/empty-state.d.ts +5 -6
  55. package/dist/ui/empty-state.js +1 -2
  56. package/dist/ui/empty.d.ts +10 -11
  57. package/dist/ui/empty.js +1 -2
  58. package/dist/ui/fab.d.ts +4 -5
  59. package/dist/ui/fab.js +1 -2
  60. package/dist/ui/field.d.ts +15 -16
  61. package/dist/ui/field.js +1 -2
  62. package/dist/ui/form.d.ts +8 -9
  63. package/dist/ui/form.js +2 -3
  64. package/dist/ui/hover-card.d.ts +7 -8
  65. package/dist/ui/hover-card.js +1 -2
  66. package/dist/ui/icons/Check.js +1 -2
  67. package/dist/ui/icons/ChevronDown.js +1 -2
  68. package/dist/ui/icons/ChevronRight.js +1 -2
  69. package/dist/ui/icons/ChevronUp.js +1 -2
  70. package/dist/ui/icons/CircleUser.js +1 -2
  71. package/dist/ui/icons/Info.js +1 -2
  72. package/dist/ui/icons/Key.js +1 -2
  73. package/dist/ui/icons/MoonStar.js +1 -2
  74. package/dist/ui/icons/Sun.js +1 -2
  75. package/dist/ui/icons/X.js +1 -2
  76. package/dist/ui/icons/iconWithClassName.d.ts +1 -2
  77. package/dist/ui/icons/iconWithClassName.js +1 -2
  78. package/dist/ui/input.d.ts +3 -4
  79. package/dist/ui/input.js +1 -2
  80. package/dist/ui/label.d.ts +3 -4
  81. package/dist/ui/label.js +1 -2
  82. package/dist/ui/link.d.ts +3 -4
  83. package/dist/ui/link.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/loading-overlay.d.ts +3 -4
  87. package/dist/ui/loading-overlay.js +1 -2
  88. package/dist/ui/loading-screen.d.ts +3 -4
  89. package/dist/ui/loading-screen.js +1 -2
  90. package/dist/ui/marketing/FeatureGrid.d.ts +3 -4
  91. package/dist/ui/marketing/FeatureGrid.js +1 -2
  92. package/dist/ui/marketing/Hero.d.ts +3 -4
  93. package/dist/ui/marketing/Hero.js +1 -2
  94. package/dist/ui/marketing/PricingTable.d.ts +3 -4
  95. package/dist/ui/marketing/PricingTable.js +1 -2
  96. package/dist/ui/menubar.d.ts +18 -19
  97. package/dist/ui/menubar.js +1 -2
  98. package/dist/ui/molecules/Autocomplete/index.d.ts +1 -2
  99. package/dist/ui/molecules/Autocomplete/index.js +1 -2
  100. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +1 -2
  101. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +1 -2
  102. package/dist/ui/molecules/SearchAndFilter/types.d.ts +1 -2
  103. package/dist/ui/molecules/SkeletonList.d.ts +3 -4
  104. package/dist/ui/molecules/SkeletonList.js +1 -2
  105. package/dist/ui/navigation-menu.d.ts +13 -14
  106. package/dist/ui/navigation-menu.js +1 -2
  107. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +3 -4
  108. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -2
  109. package/dist/ui/organisms/ListPage/ListPage.d.ts +3 -4
  110. package/dist/ui/organisms/ListPage/ListPage.js +1 -2
  111. package/dist/ui/organisms/ListPage/types.d.ts +1 -2
  112. package/dist/ui/page-header.d.ts +6 -7
  113. package/dist/ui/page-header.js +1 -2
  114. package/dist/ui/password-strength.d.ts +3 -4
  115. package/dist/ui/password-strength.js +1 -2
  116. package/dist/ui/popover.d.ts +7 -8
  117. package/dist/ui/popover.js +1 -2
  118. package/dist/ui/progress.d.ts +3 -4
  119. package/dist/ui/progress.js +1 -2
  120. package/dist/ui/radio-group.d.ts +4 -5
  121. package/dist/ui/radio-group.js +1 -2
  122. package/dist/ui/select.d.ts +14 -15
  123. package/dist/ui/select.js +1 -2
  124. package/dist/ui/separator.d.ts +3 -4
  125. package/dist/ui/separator.js +1 -2
  126. package/dist/ui/sheet.d.ts +1 -2
  127. package/dist/ui/sheet.js +1 -2
  128. package/dist/ui/sidebar.d.ts +1 -2
  129. package/dist/ui/sidebar.js +1 -2
  130. package/dist/ui/skeleton.d.ts +3 -4
  131. package/dist/ui/skeleton.js +1 -2
  132. package/dist/ui/stack.d.ts +20 -21
  133. package/dist/ui/stack.js +1 -2
  134. package/dist/ui/stepper.d.ts +5 -6
  135. package/dist/ui/stepper.js +1 -2
  136. package/dist/ui/switch.d.ts +3 -4
  137. package/dist/ui/switch.js +1 -2
  138. package/dist/ui/table.d.ts +9 -10
  139. package/dist/ui/table.js +1 -2
  140. package/dist/ui/tabs.d.ts +12 -13
  141. package/dist/ui/tabs.js +1 -2
  142. package/dist/ui/text.d.ts +3 -4
  143. package/dist/ui/text.js +1 -2
  144. package/dist/ui/textarea.d.ts +1 -2
  145. package/dist/ui/textarea.js +1 -2
  146. package/dist/ui/time-picker.d.ts +3 -4
  147. package/dist/ui/time-picker.js +1 -2
  148. package/dist/ui/toggle-group.d.ts +5 -6
  149. package/dist/ui/toggle-group.js +1 -2
  150. package/dist/ui/toggle.d.ts +7 -8
  151. package/dist/ui/toggle.js +1 -2
  152. package/dist/ui/tooltip.d.ts +7 -8
  153. package/dist/ui/tooltip.js +1 -2
  154. package/dist/ui/typography.d.ts +13 -14
  155. package/dist/ui/typography.js +1 -2
  156. package/dist/ui/useColorScheme.d.ts +3 -4
  157. package/dist/ui/useColorScheme.js +1 -2
  158. package/dist/ui/useListState.d.ts +1 -2
  159. package/dist/ui/useListState.js +1 -2
  160. package/dist/ui/usecases/UseCaseCard.d.ts +3 -4
  161. package/dist/ui/usecases/UseCaseCard.js +1 -2
  162. package/dist/ui/usecases/UserStoryCard.d.ts +3 -4
  163. package/dist/ui/usecases/UserStoryCard.js +1 -2
  164. package/dist/ui/utils.d.ts +1 -2
  165. package/dist/ui/utils.js +1 -2
  166. package/package.json +5 -3
  167. package/dist/index.d.ts.map +0 -1
  168. package/dist/index.js.map +0 -1
  169. package/dist/node_modules/@hookform/resolvers/dist/resolvers.js +0 -29
  170. package/dist/node_modules/@hookform/resolvers/dist/resolvers.js.map +0 -1
  171. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js +0 -61
  172. package/dist/node_modules/@hookform/resolvers/zod/dist/zod.js.map +0 -1
  173. package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -2073
  174. package/dist/node_modules/react-hook-form/dist/index.esm.js.map +0 -1
  175. package/dist/node_modules/zod/v4/classic/errors.js +0 -30
  176. package/dist/node_modules/zod/v4/classic/errors.js.map +0 -1
  177. package/dist/node_modules/zod/v4/classic/iso.js +0 -38
  178. package/dist/node_modules/zod/v4/classic/iso.js.map +0 -1
  179. package/dist/node_modules/zod/v4/classic/parse.js +0 -20
  180. package/dist/node_modules/zod/v4/classic/parse.js.map +0 -1
  181. package/dist/node_modules/zod/v4/classic/schemas.js +0 -395
  182. package/dist/node_modules/zod/v4/classic/schemas.js.map +0 -1
  183. package/dist/node_modules/zod/v4/core/api.js +0 -377
  184. package/dist/node_modules/zod/v4/core/api.js.map +0 -1
  185. package/dist/node_modules/zod/v4/core/checks.js +0 -226
  186. package/dist/node_modules/zod/v4/core/checks.js.map +0 -1
  187. package/dist/node_modules/zod/v4/core/core.js +0 -56
  188. package/dist/node_modules/zod/v4/core/core.js.map +0 -1
  189. package/dist/node_modules/zod/v4/core/errors.js +0 -63
  190. package/dist/node_modules/zod/v4/core/errors.js.map +0 -1
  191. package/dist/node_modules/zod/v4/core/parse.js +0 -110
  192. package/dist/node_modules/zod/v4/core/parse.js.map +0 -1
  193. package/dist/node_modules/zod/v4/core/regexes.js +0 -59
  194. package/dist/node_modules/zod/v4/core/regexes.js.map +0 -1
  195. package/dist/node_modules/zod/v4/core/registries.js +0 -51
  196. package/dist/node_modules/zod/v4/core/registries.js.map +0 -1
  197. package/dist/node_modules/zod/v4/core/schemas.js +0 -755
  198. package/dist/node_modules/zod/v4/core/schemas.js.map +0 -1
  199. package/dist/node_modules/zod/v4/core/util.js +0 -152
  200. package/dist/node_modules/zod/v4/core/util.js.map +0 -1
  201. package/dist/node_modules/zod/v4/core/versions.js +0 -10
  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
@@ -1,9 +1,9 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native45 from "react-native";
2
+ import * as react_native54 from "react-native";
3
3
  import { View } from "react-native";
4
- import * as react_jsx_runtime107 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime150 from "react/jsx-runtime";
5
5
  import * as NavigationMenuPrimitive from "@rn-primitives/navigation-menu";
6
- import * as class_variance_authority_types9 from "class-variance-authority/types";
6
+ import * as class_variance_authority_types12 from "class-variance-authority/types";
7
7
 
8
8
  //#region ui/navigation-menu.d.ts
9
9
  declare function NavigationMenu({
@@ -12,19 +12,19 @@ declare function NavigationMenu({
12
12
  ...props
13
13
  }: NavigationMenuPrimitive.RootProps & {
14
14
  ref?: React$1.RefObject<NavigationMenuPrimitive.RootRef>;
15
- }): react_jsx_runtime107.JSX.Element;
15
+ }): react_jsx_runtime150.JSX.Element;
16
16
  declare function NavigationMenuList({
17
17
  className,
18
18
  ...props
19
19
  }: NavigationMenuPrimitive.ListProps & {
20
20
  ref?: React$1.RefObject<NavigationMenuPrimitive.ListRef>;
21
- }): react_jsx_runtime107.JSX.Element;
22
- declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<react_native45.ViewProps & {
21
+ }): react_jsx_runtime150.JSX.Element;
22
+ declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<react_native54.ViewProps & {
23
23
  asChild?: boolean;
24
24
  } & {
25
25
  value: string | undefined;
26
26
  } & React$1.RefAttributes<View>>;
27
- declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types9.ClassProp | undefined) => string;
27
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types12.ClassProp | undefined) => string;
28
28
  declare function NavigationMenuTrigger({
29
29
  className,
30
30
  children,
@@ -32,7 +32,7 @@ declare function NavigationMenuTrigger({
32
32
  }: Omit<NavigationMenuPrimitive.TriggerProps, 'children'> & {
33
33
  children?: React$1.ReactNode;
34
34
  ref?: React$1.RefObject<NavigationMenuPrimitive.TriggerRef>;
35
- }): react_jsx_runtime107.JSX.Element;
35
+ }): react_jsx_runtime150.JSX.Element;
36
36
  declare function NavigationMenuContent({
37
37
  className,
38
38
  children,
@@ -41,8 +41,8 @@ declare function NavigationMenuContent({
41
41
  }: NavigationMenuPrimitive.ContentProps & {
42
42
  portalHost?: string;
43
43
  ref?: React$1.RefObject<NavigationMenuPrimitive.ContentRef>;
44
- }): react_jsx_runtime107.JSX.Element;
45
- declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<react_native45.PressableProps & React$1.RefAttributes<View>, "ref"> & {
44
+ }): react_jsx_runtime150.JSX.Element;
45
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<react_native54.PressableProps & React$1.RefAttributes<View>, "ref"> & {
46
46
  asChild?: boolean;
47
47
  } & {
48
48
  onKeyDown?: (ev: React$1.KeyboardEvent) => void;
@@ -55,14 +55,13 @@ declare function NavigationMenuViewport({
55
55
  ...props
56
56
  }: NavigationMenuPrimitive.ViewportProps & {
57
57
  ref?: React$1.RefObject<NavigationMenuPrimitive.ViewportRef>;
58
- }): react_jsx_runtime107.JSX.Element;
58
+ }): react_jsx_runtime150.JSX.Element;
59
59
  declare function NavigationMenuIndicator({
60
60
  ref,
61
61
  className,
62
62
  ...props
63
63
  }: NavigationMenuPrimitive.IndicatorProps & {
64
64
  ref?: React$1.RefObject<NavigationMenuPrimitive.IndicatorRef>;
65
- }): react_jsx_runtime107.JSX.Element;
65
+ }): react_jsx_runtime150.JSX.Element;
66
66
  //#endregion
67
- export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
68
- //# sourceMappingURL=navigation-menu.d.ts.map
67
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
@@ -83,5 +83,4 @@ function NavigationMenuIndicator({ ref, className, ...props }) {
83
83
  }
84
84
 
85
85
  //#endregion
86
- export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
87
- //# sourceMappingURL=navigation-menu.js.map
86
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime159 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime110 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/organisms/ErrorBoundary/ErrorBoundary.d.ts
5
5
  interface ErrorBoundaryState {
@@ -22,9 +22,8 @@ declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBou
22
22
  static getDerivedStateFromError(error: Error): Partial<ErrorBoundaryState>;
23
23
  componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
24
24
  resetError: () => void;
25
- render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | react_jsx_runtime159.JSX.Element | null | undefined;
25
+ render(): string | number | bigint | boolean | react_jsx_runtime110.JSX.Element | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null | undefined;
26
26
  }
27
27
  declare const useErrorHandler: () => (error: Error) => never;
28
28
  //#endregion
29
- export { ErrorBoundary, type ErrorBoundaryProps, type ErrorFallbackProps, useErrorHandler };
30
- //# sourceMappingURL=ErrorBoundary.d.ts.map
29
+ export { ErrorBoundary, type ErrorBoundaryProps, type ErrorFallbackProps, useErrorHandler };
@@ -103,5 +103,4 @@ const useErrorHandler = () => {
103
103
  };
104
104
 
105
105
  //#endregion
106
- export { ErrorBoundary, useErrorHandler };
107
- //# sourceMappingURL=ErrorBoundary.js.map
106
+ export { ErrorBoundary, useErrorHandler };
@@ -1,5 +1,5 @@
1
1
  import { ListPageProps } from "./types.js";
2
- import * as react_jsx_runtime160 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/organisms/ListPage/ListPage.d.ts
5
5
  declare function ListPage<T>({
@@ -23,7 +23,6 @@ declare function ListPage<T>({
23
23
  renderStats,
24
24
  className,
25
25
  itemClassName
26
- }: ListPageProps<T>): react_jsx_runtime160.JSX.Element;
26
+ }: ListPageProps<T>): react_jsx_runtime113.JSX.Element;
27
27
  //#endregion
28
- export { ListPage };
29
- //# sourceMappingURL=ListPage.d.ts.map
28
+ export { ListPage };
@@ -194,5 +194,4 @@ function ListPage({ title, description, header, items, totalItems, totalPages, i
194
194
  }
195
195
 
196
196
  //#endregion
197
- export { ListPage };
198
- //# sourceMappingURL=ListPage.js.map
197
+ export { ListPage };
@@ -38,5 +38,4 @@ interface ListPageProps<T = unknown> {
38
38
  itemClassName?: string;
39
39
  }
40
40
  //#endregion
41
- export { ListPageFilter, ListPageProps };
42
- //# sourceMappingURL=types.d.ts.map
41
+ export { ListPageFilter, ListPageProps };
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime61 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime156 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types0 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types13 from "class-variance-authority/types";
5
5
 
6
6
  //#region ui/page-header.d.ts
7
7
  declare const headerVariants: (props?: ({
8
- spacing?: "sm" | "md" | "lg" | null | undefined;
9
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
8
+ spacing?: "sm" | "lg" | "md" | null | undefined;
9
+ } & class_variance_authority_types13.ClassProp) | undefined) => string;
10
10
  interface PageHeaderProps extends VariantProps<typeof headerVariants> {
11
11
  breadcrumb?: React$1.ReactNode;
12
12
  title: React$1.ReactNode;
@@ -21,7 +21,6 @@ declare function PageHeader({
21
21
  actions,
22
22
  spacing,
23
23
  className
24
- }: PageHeaderProps): react_jsx_runtime61.JSX.Element;
24
+ }: PageHeaderProps): react_jsx_runtime156.JSX.Element;
25
25
  //#endregion
26
- export { PageHeader, PageHeaderProps };
27
- //# sourceMappingURL=page-header.d.ts.map
26
+ export { PageHeader, PageHeaderProps };
@@ -37,5 +37,4 @@ function PageHeader({ breadcrumb, title, subtitle, actions, spacing, className }
37
37
  }
38
38
 
39
39
  //#endregion
40
- export { PageHeader };
41
- //# sourceMappingURL=page-header.js.map
40
+ export { PageHeader };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime113 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime137 from "react/jsx-runtime";
2
2
  import { z } from "zod";
3
3
 
4
4
  //#region ui/password-strength.d.ts
@@ -15,7 +15,6 @@ interface PasswordStrengthProps {
15
15
  declare function PasswordStrength({
16
16
  password,
17
17
  showFeedback
18
- }: PasswordStrengthProps): react_jsx_runtime113.JSX.Element | null;
18
+ }: PasswordStrengthProps): react_jsx_runtime137.JSX.Element | null;
19
19
  //#endregion
20
- export { PasswordStrength, getPasswordStrength, passwordSchema };
21
- //# sourceMappingURL=password-strength.d.ts.map
20
+ export { PasswordStrength, getPasswordStrength, passwordSchema };
@@ -95,5 +95,4 @@ function PasswordStrength({ password, showFeedback = true }) {
95
95
  }
96
96
 
97
97
  //#endregion
98
- export { PasswordStrength, getPasswordStrength, passwordSchema };
99
- //# sourceMappingURL=password-strength.js.map
98
+ export { PasswordStrength, getPasswordStrength, passwordSchema };
@@ -1,15 +1,15 @@
1
1
  import * as react8 from "react";
2
- import * as react_native47 from "react-native";
3
- import * as react_jsx_runtime114 from "react/jsx-runtime";
2
+ import * as react_native56 from "react-native";
3
+ import * as react_jsx_runtime158 from "react/jsx-runtime";
4
4
  import * as _rn_primitives_popover0 from "@rn-primitives/popover";
5
5
 
6
6
  //#region ui/popover.d.ts
7
- declare const Popover: react8.ForwardRefExoticComponent<react_native47.ViewProps & {
7
+ declare const Popover: react8.ForwardRefExoticComponent<react_native56.ViewProps & {
8
8
  asChild?: boolean;
9
9
  } & {
10
10
  onOpenChange?: (open: boolean) => void;
11
- } & react8.RefAttributes<react_native47.View>>;
12
- declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native47.PressableProps & react8.RefAttributes<react_native47.View>, "ref"> & {
11
+ } & react8.RefAttributes<react_native56.View>>;
12
+ declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native56.PressableProps & react8.RefAttributes<react_native56.View>, "ref"> & {
13
13
  asChild?: boolean;
14
14
  } & {
15
15
  onKeyDown?: (ev: React.KeyboardEvent) => void;
@@ -24,7 +24,6 @@ declare function PopoverContent({
24
24
  }: _rn_primitives_popover0.ContentProps & {
25
25
  ref?: React.RefObject<_rn_primitives_popover0.ContentRef>;
26
26
  portalHost?: string;
27
- }): react_jsx_runtime114.JSX.Element;
27
+ }): react_jsx_runtime158.JSX.Element;
28
28
  //#endregion
29
- export { Popover, PopoverContent, PopoverTrigger };
30
- //# sourceMappingURL=popover.d.ts.map
29
+ export { Popover, PopoverContent, PopoverTrigger };
@@ -31,5 +31,4 @@ function PopoverContent({ className, align = "center", sideOffset = 4, portalHos
31
31
  }
32
32
 
33
33
  //#endregion
34
- export { Popover, PopoverContent, PopoverTrigger };
35
- //# sourceMappingURL=popover.js.map
34
+ export { Popover, PopoverContent, PopoverTrigger };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime62 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime157 from "react/jsx-runtime";
3
3
  import * as ProgressPrimitive from "@rn-primitives/progress";
4
4
 
5
5
  //#region ui/progress.d.ts
@@ -11,7 +11,6 @@ declare function Progress({
11
11
  }: ProgressPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<ProgressPrimitive.RootRef>;
13
13
  indicatorClassName?: string;
14
- }): react_jsx_runtime62.JSX.Element;
14
+ }): react_jsx_runtime157.JSX.Element;
15
15
  //#endregion
16
- export { Progress };
17
- //# sourceMappingURL=progress.d.ts.map
16
+ export { Progress };
@@ -36,5 +36,4 @@ function Indicator({ value, className }) {
36
36
  }
37
37
 
38
38
  //#endregion
39
- export { Progress };
40
- //# sourceMappingURL=progress.js.map
39
+ export { Progress };
@@ -1,15 +1,14 @@
1
- import * as react_jsx_runtime63 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime159 from "react/jsx-runtime";
2
2
  import * as RadioGroupPrimitive from "@rn-primitives/radio-group";
3
3
 
4
4
  //#region ui/radio-group.d.ts
5
5
  declare function RadioGroup({
6
6
  className,
7
7
  ...props
8
- }: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime63.JSX.Element;
8
+ }: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime159.JSX.Element;
9
9
  declare function RadioGroupItem({
10
10
  className,
11
11
  ...props
12
- }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime63.JSX.Element;
12
+ }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime159.JSX.Element;
13
13
  //#endregion
14
- export { RadioGroup, RadioGroupItem };
15
- //# sourceMappingURL=radio-group.d.ts.map
14
+ export { RadioGroup, RadioGroupItem };
@@ -19,5 +19,4 @@ function RadioGroupItem({ className, ...props }) {
19
19
  }
20
20
 
21
21
  //#endregion
22
- export { RadioGroup, RadioGroupItem };
23
- //# sourceMappingURL=radio-group.js.map
22
+ export { RadioGroup, RadioGroupItem };
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native51 from "react-native";
2
+ import * as react_native1 from "react-native";
3
3
  import { View } from "react-native";
4
- import * as react_jsx_runtime115 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime10 from "react/jsx-runtime";
5
5
  import * as _rn_primitives_select0 from "@rn-primitives/select";
6
6
 
7
7
  //#region ui/select.d.ts
8
8
  type Option = _rn_primitives_select0.Option;
9
- declare const Select: React$1.ForwardRefExoticComponent<react_native51.ViewProps & {
9
+ declare const Select: React$1.ForwardRefExoticComponent<react_native1.ViewProps & {
10
10
  asChild?: boolean;
11
11
  } & {
12
12
  value?: _rn_primitives_select0.Option;
@@ -18,14 +18,14 @@ declare const Select: React$1.ForwardRefExoticComponent<react_native51.ViewProps
18
18
  name?: string;
19
19
  required?: boolean;
20
20
  } & React$1.RefAttributes<View>>;
21
- declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native51.ViewProps & {
21
+ declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native1.ViewProps & {
22
22
  asChild?: boolean;
23
23
  } & React$1.RefAttributes<View>>;
24
- declare const SelectValue: React$1.ForwardRefExoticComponent<react_native51.TextProps & {
24
+ declare const SelectValue: React$1.ForwardRefExoticComponent<react_native1.TextProps & {
25
25
  asChild?: boolean;
26
26
  } & {
27
27
  placeholder: string;
28
- } & React$1.RefAttributes<react_native51.Text>>;
28
+ } & React$1.RefAttributes<react_native1.Text>>;
29
29
  declare function SelectTrigger({
30
30
  ref,
31
31
  className,
@@ -34,21 +34,21 @@ declare function SelectTrigger({
34
34
  }: _rn_primitives_select0.TriggerProps & {
35
35
  ref?: React$1.RefObject<_rn_primitives_select0.TriggerRef>;
36
36
  children?: React$1.ReactNode;
37
- }): react_jsx_runtime115.JSX.Element;
37
+ }): react_jsx_runtime10.JSX.Element;
38
38
  /**
39
39
  * Platform: WEB ONLY
40
40
  */
41
41
  declare function SelectScrollUpButton({
42
42
  className,
43
43
  ...props
44
- }: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime115.JSX.Element | null;
44
+ }: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime10.JSX.Element | null;
45
45
  /**
46
46
  * Platform: WEB ONLY
47
47
  */
48
48
  declare function SelectScrollDownButton({
49
49
  className,
50
50
  ...props
51
- }: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime115.JSX.Element | null;
51
+ }: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime10.JSX.Element | null;
52
52
  declare function SelectContent({
53
53
  className,
54
54
  children,
@@ -59,26 +59,25 @@ declare function SelectContent({
59
59
  ref?: React$1.RefObject<_rn_primitives_select0.ContentRef>;
60
60
  className?: string;
61
61
  portalHost?: string;
62
- }): react_jsx_runtime115.JSX.Element;
62
+ }): react_jsx_runtime10.JSX.Element;
63
63
  declare function SelectLabel({
64
64
  className,
65
65
  ...props
66
66
  }: _rn_primitives_select0.LabelProps & {
67
67
  ref?: React$1.RefObject<_rn_primitives_select0.LabelRef>;
68
- }): react_jsx_runtime115.JSX.Element;
68
+ }): react_jsx_runtime10.JSX.Element;
69
69
  declare function SelectItem({
70
70
  className,
71
71
  children,
72
72
  ...props
73
73
  }: _rn_primitives_select0.ItemProps & {
74
74
  ref?: React$1.RefObject<_rn_primitives_select0.ItemRef>;
75
- }): react_jsx_runtime115.JSX.Element;
75
+ }): react_jsx_runtime10.JSX.Element;
76
76
  declare function SelectSeparator({
77
77
  className,
78
78
  ...props
79
79
  }: _rn_primitives_select0.SeparatorProps & {
80
80
  ref?: React$1.RefObject<_rn_primitives_select0.SeparatorRef>;
81
- }): react_jsx_runtime115.JSX.Element;
81
+ }): react_jsx_runtime10.JSX.Element;
82
82
  //#endregion
83
- export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
84
- //# sourceMappingURL=select.d.ts.map
83
+ export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
package/dist/ui/select.js CHANGED
@@ -107,5 +107,4 @@ function SelectSeparator({ className, ...props }) {
107
107
  }
108
108
 
109
109
  //#endregion
110
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
111
- //# sourceMappingURL=select.js.map
110
+ 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_runtime65 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime161 from "react/jsx-runtime";
3
3
  import * as SeparatorPrimitive from "@rn-primitives/separator";
4
4
 
5
5
  //#region ui/separator.d.ts
@@ -10,7 +10,6 @@ declare function Separator({
10
10
  ...props
11
11
  }: SeparatorPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<SeparatorPrimitive.RootRef>;
13
- }): react_jsx_runtime65.JSX.Element;
13
+ }): react_jsx_runtime161.JSX.Element;
14
14
  //#endregion
15
- export { Separator };
16
- //# sourceMappingURL=separator.d.ts.map
15
+ export { Separator };
@@ -14,5 +14,4 @@ function Separator({ className, orientation = "horizontal", decorative = true, .
14
14
  }
15
15
 
16
16
  //#endregion
17
- export { Separator };
18
- //# sourceMappingURL=separator.js.map
17
+ export { Separator };
@@ -1,5 +1,4 @@
1
1
  //#region ui/sheet.d.ts
2
2
  declare const sheet = "null";
3
3
  //#endregion
4
- export { sheet };
5
- //# sourceMappingURL=sheet.d.ts.map
4
+ export { sheet };
package/dist/ui/sheet.js CHANGED
@@ -2,5 +2,4 @@
2
2
  const sheet = "null";
3
3
 
4
4
  //#endregion
5
- export { sheet };
6
- //# sourceMappingURL=sheet.js.map
5
+ export { sheet };
@@ -1,5 +1,4 @@
1
1
  //#region ui/sidebar.d.ts
2
2
  declare const sidebar = "null";
3
3
  //#endregion
4
- export { sidebar };
5
- //# sourceMappingURL=sidebar.d.ts.map
4
+ export { sidebar };
@@ -2,5 +2,4 @@
2
2
  const sidebar = "null";
3
3
 
4
4
  //#endregion
5
- export { sidebar };
6
- //# sourceMappingURL=sidebar.js.map
5
+ export { sidebar };
@@ -1,12 +1,11 @@
1
1
  import * as React$1 from "react";
2
2
  import { View } from "react-native";
3
- import * as react_jsx_runtime151 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime98 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/skeleton.d.ts
6
6
  declare function Skeleton({
7
7
  className,
8
8
  ...props
9
- }: Omit<React$1.ComponentPropsWithoutRef<typeof View>, 'style'>): react_jsx_runtime151.JSX.Element;
9
+ }: Omit<React$1.ComponentPropsWithoutRef<typeof View>, 'style'>): react_jsx_runtime98.JSX.Element;
10
10
  //#endregion
11
- export { Skeleton };
12
- //# sourceMappingURL=skeleton.d.ts.map
11
+ export { Skeleton };
@@ -20,5 +20,4 @@ function Skeleton({ className, ...props }) {
20
20
  }
21
21
 
22
22
  //#endregion
23
- export { Skeleton };
24
- //# sourceMappingURL=skeleton.js.map
23
+ export { Skeleton };
@@ -1,36 +1,36 @@
1
1
  import * as React$1 from "react";
2
2
  import { View, ViewProps } from "react-native";
3
- import * as react_jsx_runtime66 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime34 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_types4 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/stack.d.ts
8
8
  declare const vStackVariants: (props?: ({
9
- spacing?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | "2xl" | null | undefined;
9
+ spacing?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | "2xl" | null | undefined;
10
10
  align?: "stretch" | "start" | "center" | "end" | null | undefined;
11
11
  justify?: "start" | "center" | "end" | "between" | "around" | "evenly" | null | undefined;
12
12
  width?: "auto" | "full" | "screen" | "fit" | null | undefined;
13
- padding?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
14
- gap?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
15
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
13
+ padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
14
+ gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
15
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
16
16
  declare const hStackVariants: (props?: ({
17
- spacing?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | "2xl" | null | undefined;
17
+ spacing?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | "2xl" | null | undefined;
18
18
  align?: "stretch" | "start" | "center" | "end" | "baseline" | null | undefined;
19
19
  justify?: "start" | "center" | "end" | "between" | "around" | "evenly" | null | undefined;
20
20
  width?: "auto" | "full" | "screen" | "fit" | null | undefined;
21
- padding?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
22
- gap?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
23
- wrap?: "reverse" | "wrap" | "nowrap" | null | undefined;
24
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
21
+ padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
22
+ gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
23
+ wrap?: "wrap" | "nowrap" | "reverse" | null | undefined;
24
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
25
25
  declare const boxVariants: (props?: ({
26
- spacing?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | "2xl" | null | undefined;
26
+ spacing?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | "2xl" | null | undefined;
27
27
  align?: "stretch" | "start" | "center" | "end" | "baseline" | null | undefined;
28
28
  justify?: "start" | "center" | "end" | "between" | "around" | "evenly" | null | undefined;
29
29
  width?: "auto" | "full" | "screen" | "fit" | null | undefined;
30
- padding?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
31
- gap?: "sm" | "md" | "lg" | "none" | "xs" | "xl" | null | undefined;
32
- wrap?: "reverse" | "wrap" | "nowrap" | null | undefined;
33
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
30
+ padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
31
+ gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
32
+ wrap?: "wrap" | "nowrap" | "reverse" | null | undefined;
33
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
34
34
  type BoxProps = ViewProps & VariantProps<typeof boxVariants> & {
35
35
  ref?: React$1.RefObject<React$1.ComponentRef<typeof View>>;
36
36
  };
@@ -50,7 +50,7 @@ declare function Box({
50
50
  gap,
51
51
  wrap,
52
52
  ...props
53
- }: BoxProps): react_jsx_runtime66.JSX.Element;
53
+ }: BoxProps): react_jsx_runtime34.JSX.Element;
54
54
  declare function HStack({
55
55
  className,
56
56
  spacing,
@@ -61,7 +61,7 @@ declare function HStack({
61
61
  gap,
62
62
  wrap,
63
63
  ...props
64
- }: HStackProps): react_jsx_runtime66.JSX.Element;
64
+ }: HStackProps): react_jsx_runtime34.JSX.Element;
65
65
  declare function VStack({
66
66
  className,
67
67
  spacing,
@@ -71,7 +71,6 @@ declare function VStack({
71
71
  padding,
72
72
  gap,
73
73
  ...props
74
- }: VStackProps): react_jsx_runtime66.JSX.Element;
74
+ }: VStackProps): react_jsx_runtime34.JSX.Element;
75
75
  //#endregion
76
- export { Box, type BoxProps, HStack, type HStackProps, VStack, type VStackProps };
77
- //# sourceMappingURL=stack.d.ts.map
76
+ export { Box, type BoxProps, HStack, type HStackProps, VStack, type VStackProps };
package/dist/ui/stack.js CHANGED
@@ -234,5 +234,4 @@ function VStack({ className, spacing, align, justify, width, padding, gap, ...pr
234
234
  }
235
235
 
236
236
  //#endregion
237
- export { Box, HStack, VStack };
238
- //# sourceMappingURL=stack.js.map
237
+ export { Box, HStack, VStack };
@@ -1,12 +1,12 @@
1
- import * as react_jsx_runtime69 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime33 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types4 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types3 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_types4.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types3.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_runtime69.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime33.JSX.Element;
21
21
  //#endregion
22
- export { Stepper, StepperProps };
23
- //# sourceMappingURL=stepper.d.ts.map
22
+ export { Stepper, StepperProps };
@@ -34,5 +34,4 @@ function Stepper({ current, total, size, className }) {
34
34
  }
35
35
 
36
36
  //#endregion
37
- export { Stepper };
38
- //# sourceMappingURL=stepper.js.map
37
+ export { Stepper };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime122 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime37 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitives from "@rn-primitives/switch";
4
4
 
5
5
  //#region ui/switch.d.ts
@@ -8,8 +8,7 @@ declare function SwitchNative({
8
8
  ...props
9
9
  }: SwitchPrimitives.RootProps & {
10
10
  ref?: React$1.RefObject<SwitchPrimitives.RootRef>;
11
- }): react_jsx_runtime122.JSX.Element;
11
+ }): react_jsx_runtime37.JSX.Element;
12
12
  declare const Switch: typeof SwitchNative;
13
13
  //#endregion
14
- export { Switch };
15
- //# sourceMappingURL=switch.d.ts.map
14
+ export { Switch };
package/dist/ui/switch.js CHANGED
@@ -50,5 +50,4 @@ const Switch = Platform.select({
50
50
  });
51
51
 
52
52
  //#endregion
53
- export { Switch };
54
- //# sourceMappingURL=switch.js.map
53
+ export { Switch };