@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
@@ -1,17 +1,17 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native23 from "react-native";
3
- import * as react_jsx_runtime81 from "react/jsx-runtime";
2
+ import * as react_native42 from "react-native";
3
+ import * as react_jsx_runtime118 from "react/jsx-runtime";
4
4
  import * as _rn_primitives_hover_card0 from "@rn-primitives/hover-card";
5
5
 
6
6
  //#region ui/hover-card.d.ts
7
- declare const HoverCard: React$1.ForwardRefExoticComponent<react_native23.ViewProps & {
7
+ declare const HoverCard: React$1.ForwardRefExoticComponent<react_native42.ViewProps & {
8
8
  asChild?: boolean;
9
9
  } & {
10
10
  onOpenChange?: (open: boolean) => void;
11
11
  openDelay?: number;
12
12
  closeDelay?: number;
13
- } & React$1.RefAttributes<react_native23.View>>;
14
- declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<Omit<react_native23.PressableProps & React$1.RefAttributes<react_native23.View>, "ref"> & {
13
+ } & React$1.RefAttributes<react_native42.View>>;
14
+ declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<Omit<react_native42.PressableProps & React$1.RefAttributes<react_native42.View>, "ref"> & {
15
15
  asChild?: boolean;
16
16
  } & {
17
17
  onKeyDown?: (ev: React$1.KeyboardEvent) => void;
@@ -24,7 +24,6 @@ declare function HoverCardContent({
24
24
  ...props
25
25
  }: _rn_primitives_hover_card0.ContentProps & {
26
26
  ref?: React$1.RefObject<_rn_primitives_hover_card0.ContentRef>;
27
- }): react_jsx_runtime81.JSX.Element;
27
+ }): react_jsx_runtime118.JSX.Element;
28
28
  //#endregion
29
- export { HoverCard, HoverCardContent, HoverCardTrigger };
30
- //# sourceMappingURL=hover-card.d.ts.map
29
+ export { HoverCard, HoverCardContent, HoverCardTrigger };
@@ -9,7 +9,7 @@ import * as HoverCardPrimitive from "@rn-primitives/hover-card";
9
9
  //#region ui/hover-card.tsx
10
10
  const HoverCard = HoverCardPrimitive.Root;
11
11
  const HoverCardTrigger = HoverCardPrimitive.Trigger;
12
- function HoverCardContent({ className, align = "center", sideOffset = 4,...props }) {
12
+ function HoverCardContent({ className, align = "center", sideOffset = 4, ...props }) {
13
13
  const { open } = HoverCardPrimitive.useRootContext();
14
14
  return /* @__PURE__ */ jsx(HoverCardPrimitive.Portal, { children: /* @__PURE__ */ jsx(HoverCardPrimitive.Overlay, {
15
15
  style: Platform.OS !== "web" ? StyleSheet.absoluteFill : void 0,
@@ -29,5 +29,4 @@ function HoverCardContent({ className, align = "center", sideOffset = 4,...props
29
29
  }
30
30
 
31
31
  //#endregion
32
- export { HoverCard, HoverCardContent, HoverCardTrigger };
33
- //# sourceMappingURL=hover-card.js.map
32
+ export { HoverCard, HoverCardContent, HoverCardTrigger };
@@ -5,5 +5,4 @@ import { Check } from "lucide-react-native";
5
5
  iconWithClassName(Check);
6
6
 
7
7
  //#endregion
8
- export { Check };
9
- //# sourceMappingURL=Check.js.map
8
+ export { Check };
@@ -5,5 +5,4 @@ import { ChevronDown } from "lucide-react-native";
5
5
  iconWithClassName(ChevronDown);
6
6
 
7
7
  //#endregion
8
- export { ChevronDown };
9
- //# sourceMappingURL=ChevronDown.js.map
8
+ export { ChevronDown };
@@ -5,5 +5,4 @@ import { ChevronRight } from "lucide-react-native";
5
5
  iconWithClassName(ChevronRight);
6
6
 
7
7
  //#endregion
8
- export { ChevronRight };
9
- //# sourceMappingURL=ChevronRight.js.map
8
+ export { ChevronRight };
@@ -5,5 +5,4 @@ import { ChevronUp } from "lucide-react-native";
5
5
  iconWithClassName(ChevronUp);
6
6
 
7
7
  //#endregion
8
- export { ChevronUp };
9
- //# sourceMappingURL=ChevronUp.js.map
8
+ export { ChevronUp };
@@ -5,5 +5,4 @@ import { CircleUserRoundIcon } from "lucide-react-native";
5
5
  iconWithClassName(CircleUserRoundIcon);
6
6
 
7
7
  //#endregion
8
- export { CircleUserRoundIcon };
9
- //# sourceMappingURL=CircleUser.js.map
8
+ export { CircleUserRoundIcon };
@@ -5,5 +5,4 @@ import { Info } from "lucide-react-native";
5
5
  iconWithClassName(Info);
6
6
 
7
7
  //#endregion
8
- export { Info };
9
- //# sourceMappingURL=Info.js.map
8
+ export { Info };
@@ -5,5 +5,4 @@ import { KeyRoundIcon } from "lucide-react-native";
5
5
  iconWithClassName(KeyRoundIcon);
6
6
 
7
7
  //#endregion
8
- export { KeyRoundIcon };
9
- //# sourceMappingURL=Key.js.map
8
+ export { KeyRoundIcon };
@@ -5,5 +5,4 @@ import { MoonStar } from "lucide-react-native";
5
5
  iconWithClassName(MoonStar);
6
6
 
7
7
  //#endregion
8
- export { MoonStar };
9
- //# sourceMappingURL=MoonStar.js.map
8
+ export { MoonStar };
@@ -5,5 +5,4 @@ import { Sun } from "lucide-react-native";
5
5
  iconWithClassName(Sun);
6
6
 
7
7
  //#endregion
8
- export { Sun };
9
- //# sourceMappingURL=Sun.js.map
8
+ export { Sun };
@@ -5,5 +5,4 @@ import { X } from "lucide-react-native";
5
5
  iconWithClassName(X);
6
6
 
7
7
  //#endregion
8
- export { X };
9
- //# sourceMappingURL=X.js.map
8
+ export { X };
@@ -3,5 +3,4 @@ import { LucideIcon } from "lucide-react-native";
3
3
  //#region ui/icons/iconWithClassName.d.ts
4
4
  declare function iconWithClassName(icon: LucideIcon): void;
5
5
  //#endregion
6
- export { iconWithClassName };
7
- //# sourceMappingURL=iconWithClassName.d.ts.map
6
+ export { iconWithClassName };
@@ -12,5 +12,4 @@ function iconWithClassName(icon) {
12
12
  }
13
13
 
14
14
  //#endregion
15
- export { iconWithClassName };
16
- //# sourceMappingURL=iconWithClassName.js.map
15
+ export { iconWithClassName };
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { TextInput, TextInputProps } from "react-native";
3
- import * as react_jsx_runtime88 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime119 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/input.d.ts
6
6
  declare function Input({
@@ -9,7 +9,6 @@ declare function Input({
9
9
  ...props
10
10
  }: TextInputProps & {
11
11
  ref?: React$1.RefObject<TextInput>;
12
- }): react_jsx_runtime88.JSX.Element;
12
+ }): react_jsx_runtime119.JSX.Element;
13
13
  //#endregion
14
- export { Input };
15
- //# sourceMappingURL=input.d.ts.map
14
+ export { Input };
package/dist/ui/input.js CHANGED
@@ -4,7 +4,7 @@ import { TextInput } from "react-native";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
 
6
6
  //#region ui/input.tsx
7
- function Input({ className, placeholderClassName,...props }) {
7
+ function Input({ className, placeholderClassName, ...props }) {
8
8
  return /* @__PURE__ */ jsx(TextInput, {
9
9
  className: cn("native:h-12 native:text-lg native:leading-tight border-input bg-background text-foreground placeholder:text-muted-foreground web:flex web:w-full web:py-2 web:ring-offset-background web:focus-visible:outline-hidden web:focus-visible:ring-2 web:focus-visible:ring-ring web:focus-visible:ring-offset-2 h-10 rounded-md border px-3 text-base file:border-0 file:bg-transparent file:font-medium lg:text-sm", props.editable === false && "web:cursor-not-allowed opacity-50", className),
10
10
  placeholderClassName: cn("text-muted-foreground", placeholderClassName),
@@ -13,5 +13,4 @@ function Input({ className, placeholderClassName,...props }) {
13
13
  }
14
14
 
15
15
  //#endregion
16
- export { Input };
17
- //# sourceMappingURL=input.js.map
16
+ export { Input };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime89 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime120 from "react/jsx-runtime";
2
2
  import * as LabelPrimitive from "@rn-primitives/label";
3
3
 
4
4
  //#region ui/label.d.ts
@@ -10,7 +10,6 @@ declare function Label({
10
10
  onPressOut,
11
11
  disabled,
12
12
  ...props
13
- }: LabelPrimitive.TextProps & React.RefAttributes<LabelPrimitive.TextRef>): react_jsx_runtime89.JSX.Element;
13
+ }: LabelPrimitive.TextProps & React.RefAttributes<LabelPrimitive.TextRef>): react_jsx_runtime120.JSX.Element;
14
14
  //#endregion
15
- export { Label };
16
- //# sourceMappingURL=label.d.ts.map
15
+ export { Label };
package/dist/ui/label.js CHANGED
@@ -4,7 +4,7 @@ import { jsx } from "react/jsx-runtime";
4
4
  import * as LabelPrimitive from "@rn-primitives/label";
5
5
 
6
6
  //#region ui/label.tsx
7
- function Label({ className, onPress, onLongPress, onPressIn, onPressOut, disabled,...props }) {
7
+ function Label({ className, onPress, onLongPress, onPressIn, onPressOut, disabled, ...props }) {
8
8
  return /* @__PURE__ */ jsx(LabelPrimitive.Root, {
9
9
  className: cn("flex flex-row items-center gap-2 select-none", Platform.select({ web: "cursor-default leading-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50" }), disabled && "opacity-50"),
10
10
  onPress,
@@ -20,5 +20,4 @@ function Label({ className, onPress, onLongPress, onPressIn, onPressOut, disable
20
20
  }
21
21
 
22
22
  //#endregion
23
- export { Label };
24
- //# sourceMappingURL=label.js.map
23
+ export { Label };
package/dist/ui/link.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime92 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime121 from "react/jsx-runtime";
3
3
  import { Link as Link$1, LinkProps } from "expo-router";
4
4
 
5
5
  //#region ui/link.d.ts
@@ -8,7 +8,6 @@ declare function Link({
8
8
  ...props
9
9
  }: LinkProps & {
10
10
  ref?: React$1.RefObject<typeof Link$1>;
11
- }): react_jsx_runtime92.JSX.Element;
11
+ }): react_jsx_runtime121.JSX.Element;
12
12
  //#endregion
13
- export { Link };
14
- //# sourceMappingURL=link.d.ts.map
13
+ export { Link };
package/dist/ui/link.js CHANGED
@@ -4,7 +4,7 @@ import { jsx } from "react/jsx-runtime";
4
4
  import { Link as Link$1 } from "expo-router";
5
5
 
6
6
  //#region ui/link.tsx
7
- function Link({ className,...props }) {
7
+ function Link({ className, ...props }) {
8
8
  return /* @__PURE__ */ jsx(Link$1, {
9
9
  className: cn("className=\"text-primary underline\"", className),
10
10
  ...props
@@ -12,5 +12,4 @@ function Link({ className,...props }) {
12
12
  }
13
13
 
14
14
  //#endregion
15
- export { Link };
16
- //# sourceMappingURL=link.js.map
15
+ export { Link };
@@ -1,6 +1,6 @@
1
1
  import { ButtonProps } from "./button.js";
2
2
  import React from "react";
3
- import * as react_jsx_runtime97 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime122 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/loading-button.d.ts
6
6
  interface LoadingButtonProps extends ButtonProps {
@@ -14,7 +14,6 @@ declare function LoadingButton({
14
14
  children,
15
15
  disabled,
16
16
  ...props
17
- }: LoadingButtonProps): react_jsx_runtime97.JSX.Element;
17
+ }: LoadingButtonProps): react_jsx_runtime122.JSX.Element;
18
18
  //#endregion
19
- export { LoadingButton };
20
- //# sourceMappingURL=loading-button.d.ts.map
19
+ export { LoadingButton };
@@ -6,7 +6,7 @@ import { ActivityIndicator } from "react-native";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
 
8
8
  //#region ui/loading-button.tsx
9
- function LoadingButton({ isLoading = false, loadingText, children, disabled,...props }) {
9
+ function LoadingButton({ isLoading = false, loadingText, children, disabled, ...props }) {
10
10
  return /* @__PURE__ */ jsx(Button, {
11
11
  disabled: disabled || isLoading,
12
12
  ...props,
@@ -18,5 +18,4 @@ function LoadingButton({ isLoading = false, loadingText, children, disabled,...p
18
18
  }
19
19
 
20
20
  //#endregion
21
- export { LoadingButton };
22
- //# sourceMappingURL=loading-button.js.map
21
+ export { LoadingButton };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime98 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime123 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/loading-overlay.d.ts
4
4
  interface LoadingOverlayProps {
@@ -10,7 +10,6 @@ declare function LoadingOverlay({
10
10
  isVisible,
11
11
  title,
12
12
  subtitle
13
- }: LoadingOverlayProps): react_jsx_runtime98.JSX.Element | null;
13
+ }: LoadingOverlayProps): react_jsx_runtime123.JSX.Element | null;
14
14
  //#endregion
15
- export { LoadingOverlay };
16
- //# sourceMappingURL=loading-overlay.d.ts.map
15
+ export { LoadingOverlay };
@@ -40,5 +40,4 @@ function LoadingOverlay({ isVisible, title = "Loading...", subtitle }) {
40
40
  }
41
41
 
42
42
  //#endregion
43
- export { LoadingOverlay };
44
- //# sourceMappingURL=loading-overlay.js.map
43
+ export { LoadingOverlay };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime99 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime124 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/loading-screen.d.ts
4
4
  interface LoadingScreenProps {
@@ -8,7 +8,6 @@ interface LoadingScreenProps {
8
8
  declare function LoadingScreen({
9
9
  title,
10
10
  variant
11
- }: LoadingScreenProps): react_jsx_runtime99.JSX.Element;
11
+ }: LoadingScreenProps): react_jsx_runtime124.JSX.Element;
12
12
  //#endregion
13
- export { LoadingScreen };
14
- //# sourceMappingURL=loading-screen.d.ts.map
13
+ export { LoadingScreen };
@@ -89,5 +89,4 @@ function LoadingScreen({ title = "Loading...", variant = "default" }) {
89
89
  }
90
90
 
91
91
  //#endregion
92
- export { LoadingScreen };
93
- //# sourceMappingURL=loading-screen.js.map
92
+ export { LoadingScreen };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime90 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime48 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/marketing/FeatureGrid.d.ts
5
5
  interface FeatureItem {
@@ -15,7 +15,6 @@ declare function FeatureGrid({
15
15
  items: FeatureItem[];
16
16
  columns?: 2 | 3 | 4;
17
17
  className?: string;
18
- }): react_jsx_runtime90.JSX.Element;
18
+ }): react_jsx_runtime48.JSX.Element;
19
19
  //#endregion
20
- export { FeatureGrid, FeatureItem };
21
- //# sourceMappingURL=FeatureGrid.d.ts.map
20
+ export { FeatureGrid, FeatureItem };
@@ -31,5 +31,4 @@ function FeatureGrid({ items, columns = 3, className }) {
31
31
  }
32
32
 
33
33
  //#endregion
34
- export { FeatureGrid };
35
- //# sourceMappingURL=FeatureGrid.js.map
34
+ export { FeatureGrid };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime91 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime50 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/marketing/Hero.d.ts
5
5
  declare function Hero({
@@ -22,7 +22,6 @@ declare function Hero({
22
22
  onClick?: () => void;
23
23
  };
24
24
  className?: string;
25
- }): react_jsx_runtime91.JSX.Element;
25
+ }): react_jsx_runtime50.JSX.Element;
26
26
  //#endregion
27
- export { Hero };
28
- //# sourceMappingURL=Hero.d.ts.map
27
+ export { Hero };
@@ -48,5 +48,4 @@ function Hero({ title, subtitle, primaryCta, secondaryCta, className }) {
48
48
  }
49
49
 
50
50
  //#endregion
51
- export { Hero };
52
- //# sourceMappingURL=Hero.js.map
51
+ export { Hero };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime93 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime62 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/marketing/PricingTable.d.ts
4
4
  interface PricingTier {
@@ -19,7 +19,6 @@ declare function PricingTable({
19
19
  }: {
20
20
  tiers: PricingTier[];
21
21
  className?: string;
22
- }): react_jsx_runtime93.JSX.Element;
22
+ }): react_jsx_runtime62.JSX.Element;
23
23
  //#endregion
24
- export { PricingTable, PricingTier };
25
- //# sourceMappingURL=PricingTable.d.ts.map
24
+ export { PricingTable, PricingTier };
@@ -56,5 +56,4 @@ function PricingTable({ tiers, className }) {
56
56
  }
57
57
 
58
58
  //#endregion
59
- export { PricingTable };
60
- //# sourceMappingURL=PricingTable.js.map
59
+ export { PricingTable };
@@ -1,27 +1,27 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native29 from "react-native";
2
+ import * as react_native46 from "react-native";
3
3
  import { TextProps, View } from "react-native";
4
- import * as react_jsx_runtime100 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime126 from "react/jsx-runtime";
5
5
  import * as MenubarPrimitive from "@rn-primitives/menubar";
6
6
 
7
7
  //#region ui/menubar.d.ts
8
- declare const MenubarMenu: React$1.ForwardRefExoticComponent<react_native29.ViewProps & {
8
+ declare const MenubarMenu: React$1.ForwardRefExoticComponent<react_native46.ViewProps & {
9
9
  asChild?: boolean;
10
10
  } & {
11
11
  value: string | undefined;
12
12
  } & React$1.RefAttributes<View>>;
13
- declare const MenubarGroup: React$1.ForwardRefExoticComponent<react_native29.ViewProps & {
13
+ declare const MenubarGroup: React$1.ForwardRefExoticComponent<react_native46.ViewProps & {
14
14
  asChild?: boolean;
15
15
  } & React$1.RefAttributes<View>>;
16
16
  declare const MenubarPortal: typeof MenubarPrimitive.Portal;
17
- declare const MenubarSub: React$1.ForwardRefExoticComponent<react_native29.ViewProps & {
17
+ declare const MenubarSub: React$1.ForwardRefExoticComponent<react_native46.ViewProps & {
18
18
  asChild?: boolean;
19
19
  } & {
20
20
  defaultOpen?: boolean;
21
21
  open?: boolean;
22
22
  onOpenChange?: (value: boolean) => void;
23
23
  } & React$1.RefAttributes<View>>;
24
- declare const MenubarRadioGroup: React$1.ForwardRefExoticComponent<react_native29.ViewProps & {
24
+ declare const MenubarRadioGroup: React$1.ForwardRefExoticComponent<react_native46.ViewProps & {
25
25
  asChild?: boolean;
26
26
  } & {
27
27
  value: string | undefined;
@@ -32,13 +32,13 @@ declare function Menubar({
32
32
  ...props
33
33
  }: MenubarPrimitive.RootProps & {
34
34
  ref?: React$1.RefObject<MenubarPrimitive.RootRef>;
35
- }): react_jsx_runtime100.JSX.Element;
35
+ }): react_jsx_runtime126.JSX.Element;
36
36
  declare function MenubarTrigger({
37
37
  className,
38
38
  ...props
39
39
  }: MenubarPrimitive.TriggerProps & {
40
40
  ref?: React$1.RefObject<MenubarPrimitive.TriggerRef>;
41
- }): react_jsx_runtime100.JSX.Element;
41
+ }): react_jsx_runtime126.JSX.Element;
42
42
  declare function MenubarSubTrigger({
43
43
  className,
44
44
  inset,
@@ -49,13 +49,13 @@ declare function MenubarSubTrigger({
49
49
  className?: string;
50
50
  inset?: boolean;
51
51
  children?: React$1.ReactNode;
52
- }): react_jsx_runtime100.JSX.Element;
52
+ }): react_jsx_runtime126.JSX.Element;
53
53
  declare function MenubarSubContent({
54
54
  className,
55
55
  ...props
56
56
  }: MenubarPrimitive.SubContentProps & {
57
57
  ref?: React$1.RefObject<MenubarPrimitive.SubContentRef>;
58
- }): react_jsx_runtime100.JSX.Element;
58
+ }): react_jsx_runtime126.JSX.Element;
59
59
  declare function MenubarContent({
60
60
  className,
61
61
  portalHost,
@@ -64,7 +64,7 @@ declare function MenubarContent({
64
64
  ref?: React$1.RefObject<MenubarPrimitive.ContentRef>;
65
65
  className?: string;
66
66
  portalHost?: string;
67
- }): react_jsx_runtime100.JSX.Element;
67
+ }): react_jsx_runtime126.JSX.Element;
68
68
  declare function MenubarItem({
69
69
  className,
70
70
  inset,
@@ -73,7 +73,7 @@ declare function MenubarItem({
73
73
  ref?: React$1.RefObject<MenubarPrimitive.ItemRef>;
74
74
  className?: string;
75
75
  inset?: boolean;
76
- }): react_jsx_runtime100.JSX.Element;
76
+ }): react_jsx_runtime126.JSX.Element;
77
77
  declare function MenubarCheckboxItem({
78
78
  className,
79
79
  children,
@@ -82,7 +82,7 @@ declare function MenubarCheckboxItem({
82
82
  }: MenubarPrimitive.CheckboxItemProps & {
83
83
  ref?: React$1.RefObject<MenubarPrimitive.CheckboxItemRef>;
84
84
  children?: React$1.ReactNode;
85
- }): react_jsx_runtime100.JSX.Element;
85
+ }): react_jsx_runtime126.JSX.Element;
86
86
  declare function MenubarRadioItem({
87
87
  className,
88
88
  children,
@@ -90,7 +90,7 @@ declare function MenubarRadioItem({
90
90
  }: MenubarPrimitive.RadioItemProps & {
91
91
  ref?: React$1.RefObject<MenubarPrimitive.RadioItemRef>;
92
92
  children?: React$1.ReactNode;
93
- }): react_jsx_runtime100.JSX.Element;
93
+ }): react_jsx_runtime126.JSX.Element;
94
94
  declare function MenubarLabel({
95
95
  className,
96
96
  inset,
@@ -99,17 +99,16 @@ declare function MenubarLabel({
99
99
  ref?: React$1.RefObject<MenubarPrimitive.LabelRef>;
100
100
  className?: string;
101
101
  inset?: boolean;
102
- }): react_jsx_runtime100.JSX.Element;
102
+ }): react_jsx_runtime126.JSX.Element;
103
103
  declare function MenubarSeparator({
104
104
  className,
105
105
  ...props
106
106
  }: MenubarPrimitive.SeparatorProps & {
107
107
  ref?: React$1.RefObject<MenubarPrimitive.SeparatorRef>;
108
- }): react_jsx_runtime100.JSX.Element;
108
+ }): react_jsx_runtime126.JSX.Element;
109
109
  declare function MenubarShortcut({
110
110
  className,
111
111
  ...props
112
- }: TextProps): react_jsx_runtime100.JSX.Element;
112
+ }: TextProps): react_jsx_runtime126.JSX.Element;
113
113
  //#endregion
114
- export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
115
- //# sourceMappingURL=menubar.d.ts.map
114
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
@@ -15,13 +15,13 @@ const MenubarGroup = MenubarPrimitive.Group;
15
15
  const MenubarPortal = MenubarPrimitive.Portal;
16
16
  const MenubarSub = MenubarPrimitive.Sub;
17
17
  const MenubarRadioGroup = MenubarPrimitive.RadioGroup;
18
- function Menubar({ className,...props }) {
18
+ function Menubar({ className, ...props }) {
19
19
  return /* @__PURE__ */ jsx(MenubarPrimitive.Root, {
20
20
  className: cn("native:h-12 border-border bg-background flex h-10 flex-row items-center gap-x-1 rounded-md border p-1", className),
21
21
  ...props
22
22
  });
23
23
  }
24
- function MenubarTrigger({ className,...props }) {
24
+ function MenubarTrigger({ className, ...props }) {
25
25
  const { value } = MenubarPrimitive.useRootContext();
26
26
  const { value: itemValue } = MenubarPrimitive.useMenuContext();
27
27
  return /* @__PURE__ */ jsx(MenubarPrimitive.Trigger, {
@@ -29,7 +29,7 @@ function MenubarTrigger({ className,...props }) {
29
29
  ...props
30
30
  });
31
31
  }
32
- function MenubarSubTrigger({ className, inset, children,...props }) {
32
+ function MenubarSubTrigger({ className, inset, children, ...props }) {
33
33
  const { open } = MenubarPrimitive.useSubContext();
34
34
  const Icon = Platform.OS === "web" ? ChevronRight : open ? ChevronUp : ChevronDown;
35
35
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
@@ -44,14 +44,14 @@ function MenubarSubTrigger({ className, inset, children,...props }) {
44
44
  })
45
45
  });
46
46
  }
47
- function MenubarSubContent({ className,...props }) {
47
+ function MenubarSubContent({ className, ...props }) {
48
48
  const { open } = MenubarPrimitive.useSubContext();
49
49
  return /* @__PURE__ */ jsx(MenubarPrimitive.SubContent, {
50
50
  className: cn("border-border bg-popover shadow-foreground/5 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 mt-1 min-w-32 overflow-hidden rounded-md border p-1 shadow-md", open ? "web:animate-in web:fade-in-0 web:zoom-in-95" : "web:animate-out web:fade-out-0 web:zoom-out", className),
51
51
  ...props
52
52
  });
53
53
  }
54
- function MenubarContent({ className, portalHost,...props }) {
54
+ function MenubarContent({ className, portalHost, ...props }) {
55
55
  const { value } = MenubarPrimitive.useRootContext();
56
56
  const { value: itemValue } = MenubarPrimitive.useMenuContext();
57
57
  return /* @__PURE__ */ jsx(MenubarPrimitive.Portal, {
@@ -62,7 +62,7 @@ function MenubarContent({ className, portalHost,...props }) {
62
62
  })
63
63
  });
64
64
  }
65
- function MenubarItem({ className, inset,...props }) {
65
+ function MenubarItem({ className, inset, ...props }) {
66
66
  return /* @__PURE__ */ jsx(TextClassContext.Provider, {
67
67
  value: "select-none text-sm native:text-lg text-popover-foreground web:group-focus:text-accent-foreground",
68
68
  children: /* @__PURE__ */ jsx(MenubarPrimitive.Item, {
@@ -71,7 +71,7 @@ function MenubarItem({ className, inset,...props }) {
71
71
  })
72
72
  });
73
73
  }
74
- function MenubarCheckboxItem({ className, children, checked,...props }) {
74
+ function MenubarCheckboxItem({ className, children, checked, ...props }) {
75
75
  return /* @__PURE__ */ jsxs(MenubarPrimitive.CheckboxItem, {
76
76
  className: cn("web:group native:py-2 active:bg-accent web:cursor-default web:outline-hidden web:focus:bg-accent relative flex flex-row items-center rounded-xs py-1.5 pr-2 pl-8", props.disabled && "web:pointer-events-none opacity-50", className),
77
77
  checked,
@@ -86,7 +86,7 @@ function MenubarCheckboxItem({ className, children, checked,...props }) {
86
86
  }), children]
87
87
  });
88
88
  }
89
- function MenubarRadioItem({ className, children,...props }) {
89
+ function MenubarRadioItem({ className, children, ...props }) {
90
90
  return /* @__PURE__ */ jsxs(MenubarPrimitive.RadioItem, {
91
91
  className: cn("web:group native:py-2 active:bg-accent web:cursor-default web:outline-hidden web:focus:bg-accent relative flex flex-row items-center rounded-xs py-1.5 pr-2 pl-8", props.disabled && "web:pointer-events-none opacity-50", className),
92
92
  ...props,
@@ -96,19 +96,19 @@ function MenubarRadioItem({ className, children,...props }) {
96
96
  }), children]
97
97
  });
98
98
  }
99
- function MenubarLabel({ className, inset,...props }) {
99
+ function MenubarLabel({ className, inset, ...props }) {
100
100
  return /* @__PURE__ */ jsx(MenubarPrimitive.Label, {
101
101
  className: cn("native:text-base text-foreground web:cursor-default px-2 py-1.5 text-sm font-semibold", inset && "pl-8", className),
102
102
  ...props
103
103
  });
104
104
  }
105
- function MenubarSeparator({ className,...props }) {
105
+ function MenubarSeparator({ className, ...props }) {
106
106
  return /* @__PURE__ */ jsx(MenubarPrimitive.Separator, {
107
107
  className: cn("bg-border -mx-1 my-1 h-px", className),
108
108
  ...props
109
109
  });
110
110
  }
111
- function MenubarShortcut({ className,...props }) {
111
+ function MenubarShortcut({ className, ...props }) {
112
112
  return /* @__PURE__ */ jsx(Text, {
113
113
  className: cn("native:text-sm text-muted-foreground ml-auto text-xs tracking-widest", className),
114
114
  ...props
@@ -116,5 +116,4 @@ function MenubarShortcut({ className,...props }) {
116
116
  }
117
117
 
118
118
  //#endregion
119
- export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
120
- //# sourceMappingURL=menubar.js.map
119
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
@@ -1,5 +1,4 @@
1
1
  //#region ui/molecules/Autocomplete/index.d.ts
2
2
  declare const autocomplete = "todo";
3
3
  //#endregion
4
- export { autocomplete };
5
- //# sourceMappingURL=index.d.ts.map
4
+ export { autocomplete };
@@ -2,5 +2,4 @@
2
2
  const autocomplete = "todo";
3
3
 
4
4
  //#endregion
5
- export { autocomplete };
6
- //# sourceMappingURL=index.js.map
5
+ export { autocomplete };