@admin-layout/gluestack-ui-mobile 11.0.1-alpha.0 → 11.0.2-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (429) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/lib/components/Fallback.js +12 -12
  3. package/lib/components/Fallback.js.map +1 -1
  4. package/lib/components/Layout/components/BasicLayout.js +2 -2
  5. package/lib/components/Layout/components/BasicLayout.js.map +1 -1
  6. package/lib/components/Layout/components/BottomTabBar.js +6 -6
  7. package/lib/components/Layout/components/BottomTabBar.js.map +1 -1
  8. package/lib/components/Layout/components/Drawer.js +16 -17
  9. package/lib/components/Layout/components/Drawer.js.map +1 -1
  10. package/lib/components/Layout/components/Header.js +12 -15
  11. package/lib/components/Layout/components/Header.js.map +1 -1
  12. package/lib/components/Layout/components/Sample.js +1 -1
  13. package/lib/components/Layout/components/Sample.js.map +1 -1
  14. package/lib/components/Layout/components/SettingDrawer/LayoutButton.js +9 -9
  15. package/lib/components/Layout/components/SettingDrawer/LayoutButton.js.map +1 -1
  16. package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js +37 -36
  17. package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js.map +1 -1
  18. package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js +13 -2
  19. package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js.map +1 -1
  20. package/lib/components/Layout/components/SideBar.js +7 -10
  21. package/lib/components/Layout/components/SideBar.js.map +1 -1
  22. package/lib/components/ToastAlert.d.ts +1 -1
  23. package/lib/components/ToastAlert.js +4 -4
  24. package/lib/components/ToastAlert.js.map +1 -1
  25. package/lib/components/UnAuthenticatedComponent.js +9 -9
  26. package/lib/components/UnAuthenticatedComponent.js.map +1 -1
  27. package/lib/components/WithConfiguration.js +1 -1
  28. package/lib/components/WithConfiguration.js.map +1 -1
  29. package/lib/components/WithPermission.d.ts +1 -1
  30. package/lib/components/WithPermission.js +1 -1
  31. package/lib/components/WithPermission.js.map +1 -1
  32. package/lib/components/WithPolicy.js +1 -1
  33. package/lib/components/WithPolicy.js.map +1 -1
  34. package/lib/components/index.d.ts +1 -0
  35. package/lib/components/index.js +1 -0
  36. package/lib/components/index.js.map +1 -1
  37. package/lib/components/ui/IconSymbol.d.ts +19 -0
  38. package/lib/components/ui/IconSymbol.ios.d.ts +10 -0
  39. package/lib/components/ui/IconSymbol.ios.js +12 -0
  40. package/lib/components/ui/IconSymbol.ios.js.map +1 -0
  41. package/lib/components/ui/IconSymbol.js +21 -0
  42. package/lib/components/ui/IconSymbol.js.map +1 -0
  43. package/lib/components/ui/TabBarBackground.d.ts +2 -0
  44. package/lib/components/ui/TabBarBackground.ios.d.ts +3 -0
  45. package/lib/components/ui/TabBarBackground.ios.js +20 -0
  46. package/lib/components/ui/TabBarBackground.ios.js.map +1 -0
  47. package/lib/components/ui/TabBarBackground.js +6 -0
  48. package/lib/components/ui/TabBarBackground.js.map +1 -0
  49. package/lib/components/ui/accordion/index.d.ts +193 -0
  50. package/lib/components/ui/accordion/index.js +177 -0
  51. package/lib/components/ui/accordion/index.js.map +1 -0
  52. package/lib/components/ui/actionsheet/index.d.ts +735 -0
  53. package/lib/components/ui/actionsheet/index.js +274 -0
  54. package/lib/components/ui/actionsheet/index.js.map +1 -0
  55. package/lib/components/ui/alert/index.d.ts +479 -0
  56. package/lib/components/ui/alert/index.js +153 -0
  57. package/lib/components/ui/alert/index.js.map +1 -0
  58. package/lib/components/ui/alert-dialog/index.d.ts +59 -0
  59. package/lib/components/ui/alert-dialog/index.js +137 -0
  60. package/lib/components/ui/alert-dialog/index.js.map +1 -0
  61. package/lib/components/ui/avatar/index.d.ts +144 -0
  62. package/lib/components/ui/avatar/index.js +99 -0
  63. package/lib/components/ui/avatar/index.js.map +1 -0
  64. package/lib/components/ui/badge/index.d.ts +386 -0
  65. package/lib/components/ui/badge/index.js +139 -0
  66. package/lib/components/ui/badge/index.js.map +1 -0
  67. package/lib/components/ui/box/index.d.ts +7 -0
  68. package/lib/components/ui/box/index.js +9 -0
  69. package/lib/components/ui/box/index.js.map +1 -0
  70. package/lib/components/ui/box/index.web.d.ts +6 -0
  71. package/lib/components/ui/box/index.web.js +8 -0
  72. package/lib/components/ui/box/index.web.js.map +1 -0
  73. package/lib/components/ui/box/styles.d.ts +1 -0
  74. package/lib/components/ui/box/styles.js +9 -0
  75. package/lib/components/ui/box/styles.js.map +1 -0
  76. package/lib/components/ui/button/index.d.ts +529 -0
  77. package/lib/components/ui/button/index.js +280 -0
  78. package/lib/components/ui/button/index.js.map +1 -0
  79. package/lib/components/ui/card/index.d.ts +129 -0
  80. package/lib/components/ui/card/index.js +9 -0
  81. package/lib/components/ui/card/index.js.map +1 -0
  82. package/lib/components/ui/card/index.web.d.ts +126 -0
  83. package/lib/components/ui/card/index.web.js +8 -0
  84. package/lib/components/ui/card/index.web.js.map +1 -0
  85. package/lib/components/ui/card/styles.d.ts +123 -0
  86. package/lib/components/ui/card/styles.js +20 -0
  87. package/lib/components/ui/card/styles.js.map +1 -0
  88. package/lib/components/ui/center/index.d.ts +5 -0
  89. package/lib/components/ui/center/index.js +9 -0
  90. package/lib/components/ui/center/index.js.map +1 -0
  91. package/lib/components/ui/center/index.web.d.ts +4 -0
  92. package/lib/components/ui/center/index.web.js +8 -0
  93. package/lib/components/ui/center/index.web.js.map +1 -0
  94. package/lib/components/ui/center/styles.d.ts +1 -0
  95. package/lib/components/ui/center/styles.js +7 -0
  96. package/lib/components/ui/center/styles.js.map +1 -0
  97. package/lib/components/ui/checkbox/index.d.ts +115 -0
  98. package/lib/components/ui/checkbox/index.js +127 -0
  99. package/lib/components/ui/checkbox/index.js.map +1 -0
  100. package/lib/components/ui/divider/index.d.ts +54 -0
  101. package/lib/components/ui/divider/index.js +22 -0
  102. package/lib/components/ui/divider/index.js.map +1 -0
  103. package/lib/components/ui/drawer/index.d.ts +207 -0
  104. package/lib/components/ui/drawer/index.js +198 -0
  105. package/lib/components/ui/drawer/index.js.map +1 -0
  106. package/lib/components/ui/fab/index.d.ts +520 -0
  107. package/lib/components/ui/fab/index.js +142 -0
  108. package/lib/components/ui/fab/index.js.map +1 -0
  109. package/lib/components/ui/flat-list/index.d.ts +1 -0
  110. package/lib/components/ui/flat-list/index.js +3 -0
  111. package/lib/components/ui/flat-list/index.js.map +1 -0
  112. package/lib/components/ui/form-control/index.d.ts +2072 -0
  113. package/lib/components/ui/form-control/index.js +290 -0
  114. package/lib/components/ui/form-control/index.js.map +1 -0
  115. package/lib/components/ui/gluestack-ui-provider/config.d.ts +4 -0
  116. package/lib/components/ui/gluestack-ui-provider/config.js +287 -0
  117. package/lib/components/ui/gluestack-ui-provider/config.js.map +1 -0
  118. package/lib/components/ui/gluestack-ui-provider/index.d.ts +8 -0
  119. package/lib/components/ui/gluestack-ui-provider/index.js +22 -0
  120. package/lib/components/ui/gluestack-ui-provider/index.js.map +1 -0
  121. package/lib/components/ui/gluestack-ui-provider/index.web.d.ts +7 -0
  122. package/lib/components/ui/gluestack-ui-provider/index.web.js +69 -0
  123. package/lib/components/ui/gluestack-ui-provider/index.web.js.map +1 -0
  124. package/lib/components/ui/gluestack-ui-provider/script.d.ts +1 -0
  125. package/lib/components/ui/gluestack-ui-provider/script.js +17 -0
  126. package/lib/components/ui/gluestack-ui-provider/script.js.map +1 -0
  127. package/lib/components/ui/gluestack-ui-provider/types.d.ts +1 -0
  128. package/lib/components/ui/gluestack-ui-provider/types.js +2 -0
  129. package/lib/components/ui/gluestack-ui-provider/types.js.map +1 -0
  130. package/lib/components/ui/grid/index.d.ts +27 -0
  131. package/lib/components/ui/grid/index.js +175 -0
  132. package/lib/components/ui/grid/index.js.map +1 -0
  133. package/lib/components/ui/grid/index.web.d.ts +23 -0
  134. package/lib/components/ui/grid/index.web.js +20 -0
  135. package/lib/components/ui/grid/index.web.js.map +1 -0
  136. package/lib/components/ui/grid/styles.d.ts +2 -0
  137. package/lib/components/ui/grid/styles.js +11 -0
  138. package/lib/components/ui/grid/styles.js.map +1 -0
  139. package/lib/components/ui/heading/index.d.ts +335 -0
  140. package/lib/components/ui/heading/index.js +135 -0
  141. package/lib/components/ui/heading/index.js.map +1 -0
  142. package/lib/components/ui/heading/index.web.d.ts +335 -0
  143. package/lib/components/ui/heading/index.web.js +113 -0
  144. package/lib/components/ui/heading/index.web.js.map +1 -0
  145. package/lib/components/ui/heading/styles.d.ts +330 -0
  146. package/lib/components/ui/heading/styles.js +43 -0
  147. package/lib/components/ui/heading/styles.js.map +1 -0
  148. package/lib/components/ui/hstack/index.d.ts +150 -0
  149. package/lib/components/ui/hstack/index.js +9 -0
  150. package/lib/components/ui/hstack/index.js.map +1 -0
  151. package/lib/components/ui/hstack/index.web.d.ts +148 -0
  152. package/lib/components/ui/hstack/index.web.js +8 -0
  153. package/lib/components/ui/hstack/index.web.js.map +1 -0
  154. package/lib/components/ui/hstack/styles.d.ts +145 -0
  155. package/lib/components/ui/hstack/styles.js +24 -0
  156. package/lib/components/ui/hstack/styles.js.map +1 -0
  157. package/lib/components/ui/icon/index.d.ts +364 -0
  158. package/lib/components/ui/icon/index.js +565 -0
  159. package/lib/components/ui/icon/index.js.map +1 -0
  160. package/lib/components/ui/icon/index.web.d.ts +489 -0
  161. package/lib/components/ui/icon/index.web.js +555 -0
  162. package/lib/components/ui/icon/index.web.js.map +1 -0
  163. package/lib/components/ui/image/index.d.ts +132 -0
  164. package/lib/components/ui/image/index.js +33 -0
  165. package/lib/components/ui/image/index.js.map +1 -0
  166. package/lib/components/ui/image-background/index.d.ts +3 -0
  167. package/lib/components/ui/image-background/index.js +11 -0
  168. package/lib/components/ui/image-background/index.js.map +1 -0
  169. package/lib/components/ui/index.d.ts +54 -0
  170. package/lib/components/ui/index.js +55 -0
  171. package/lib/components/ui/index.js.map +1 -0
  172. package/lib/components/ui/input/index.d.ts +262 -0
  173. package/lib/components/ui/input/index.js +121 -0
  174. package/lib/components/ui/input/index.js.map +1 -0
  175. package/lib/components/ui/input-accessory-view/index.d.ts +1 -0
  176. package/lib/components/ui/input-accessory-view/index.js +3 -0
  177. package/lib/components/ui/input-accessory-view/index.js.map +1 -0
  178. package/lib/components/ui/keyboard-avoiding-view/index.d.ts +1 -0
  179. package/lib/components/ui/keyboard-avoiding-view/index.js +3 -0
  180. package/lib/components/ui/keyboard-avoiding-view/index.js.map +1 -0
  181. package/lib/components/ui/link/index.d.ts +369 -0
  182. package/lib/components/ui/link/index.js +69 -0
  183. package/lib/components/ui/link/index.js.map +1 -0
  184. package/lib/components/ui/menu/index.d.ts +376 -0
  185. package/lib/components/ui/menu/index.js +120 -0
  186. package/lib/components/ui/menu/index.js.map +1 -0
  187. package/lib/components/ui/modal/index.d.ts +146 -0
  188. package/lib/components/ui/modal/index.js +137 -0
  189. package/lib/components/ui/modal/index.js.map +1 -0
  190. package/lib/components/ui/popover/index.d.ts +310 -0
  191. package/lib/components/ui/popover/index.js +172 -0
  192. package/lib/components/ui/popover/index.js.map +1 -0
  193. package/lib/components/ui/portal/index.d.ts +2 -0
  194. package/lib/components/ui/portal/index.js +9 -0
  195. package/lib/components/ui/portal/index.js.map +1 -0
  196. package/lib/components/ui/pressable/index.d.ts +13 -0
  197. package/lib/components/ui/pressable/index.js +20 -0
  198. package/lib/components/ui/pressable/index.js.map +1 -0
  199. package/lib/components/ui/progress/index.d.ts +174 -0
  200. package/lib/components/ui/progress/index.js +127 -0
  201. package/lib/components/ui/progress/index.js.map +1 -0
  202. package/lib/components/ui/radio/index.d.ts +160 -0
  203. package/lib/components/ui/radio/index.js +122 -0
  204. package/lib/components/ui/radio/index.js.map +1 -0
  205. package/lib/components/ui/refresh-control/index.d.ts +1 -0
  206. package/lib/components/ui/refresh-control/index.js +3 -0
  207. package/lib/components/ui/refresh-control/index.js.map +1 -0
  208. package/lib/components/ui/safe-area-view/index.d.ts +6 -0
  209. package/lib/components/ui/safe-area-view/index.js +9 -0
  210. package/lib/components/ui/safe-area-view/index.js.map +1 -0
  211. package/lib/components/ui/safe-area-view/styles.d.ts +1 -0
  212. package/lib/components/ui/safe-area-view/styles.js +9 -0
  213. package/lib/components/ui/safe-area-view/styles.js.map +1 -0
  214. package/lib/components/ui/scroll-view/index.d.ts +1 -0
  215. package/lib/components/ui/scroll-view/index.js +3 -0
  216. package/lib/components/ui/scroll-view/index.js.map +1 -0
  217. package/lib/components/ui/section-list/index.d.ts +1 -0
  218. package/lib/components/ui/section-list/index.js +3 -0
  219. package/lib/components/ui/section-list/index.js.map +1 -0
  220. package/lib/components/ui/select/index.d.ts +1708 -0
  221. package/lib/components/ui/select/index.js +155 -0
  222. package/lib/components/ui/select/index.js.map +1 -0
  223. package/lib/components/ui/select/select-actionsheet.d.ts +900 -0
  224. package/lib/components/ui/select/select-actionsheet.js +275 -0
  225. package/lib/components/ui/select/select-actionsheet.js.map +1 -0
  226. package/lib/components/ui/skeleton/index.d.ts +268 -0
  227. package/lib/components/ui/skeleton/index.js +63 -0
  228. package/lib/components/ui/skeleton/index.js.map +1 -0
  229. package/lib/components/ui/skeleton/index.web.d.ts +267 -0
  230. package/lib/components/ui/skeleton/index.web.js +37 -0
  231. package/lib/components/ui/skeleton/index.web.js.map +1 -0
  232. package/lib/components/ui/skeleton/styles.d.ts +257 -0
  233. package/lib/components/ui/skeleton/styles.js +35 -0
  234. package/lib/components/ui/skeleton/styles.js.map +1 -0
  235. package/lib/components/ui/slider/index.d.ts +211 -0
  236. package/lib/components/ui/slider/index.js +180 -0
  237. package/lib/components/ui/slider/index.js.map +1 -0
  238. package/lib/components/ui/spinner/index.d.ts +4 -0
  239. package/lib/components/ui/spinner/index.js +15 -0
  240. package/lib/components/ui/spinner/index.js.map +1 -0
  241. package/lib/components/ui/status-bar/index.d.ts +1 -0
  242. package/lib/components/ui/status-bar/index.js +3 -0
  243. package/lib/components/ui/status-bar/index.js.map +1 -0
  244. package/lib/components/ui/switch/index.d.ts +72 -0
  245. package/lib/components/ui/switch/index.js +25 -0
  246. package/lib/components/ui/switch/index.js.map +1 -0
  247. package/lib/components/ui/table/index.d.ts +17 -0
  248. package/lib/components/ui/table/index.js +96 -0
  249. package/lib/components/ui/table/index.js.map +1 -0
  250. package/lib/components/ui/table/index.web.d.ts +10 -0
  251. package/lib/components/ui/table/index.web.js +60 -0
  252. package/lib/components/ui/table/index.web.js.map +1 -0
  253. package/lib/components/ui/table/styles.d.ts +75 -0
  254. package/lib/components/ui/table/styles.js +36 -0
  255. package/lib/components/ui/table/styles.js.map +1 -0
  256. package/lib/components/ui/text/index.d.ts +358 -0
  257. package/lib/components/ui/text/index.js +19 -0
  258. package/lib/components/ui/text/index.js.map +1 -0
  259. package/lib/components/ui/text/index.web.d.ts +6 -0
  260. package/lib/components/ui/text/index.web.js +18 -0
  261. package/lib/components/ui/text/index.web.js.map +1 -0
  262. package/lib/components/ui/text/styles.d.ts +352 -0
  263. package/lib/components/ui/text/styles.js +45 -0
  264. package/lib/components/ui/text/styles.js.map +1 -0
  265. package/lib/components/ui/textarea/index.d.ts +129 -0
  266. package/lib/components/ui/textarea/index.js +52 -0
  267. package/lib/components/ui/textarea/index.js.map +1 -0
  268. package/lib/components/ui/toast/index.d.ts +527 -0
  269. package/lib/components/ui/toast/index.js +165 -0
  270. package/lib/components/ui/toast/index.js.map +1 -0
  271. package/lib/components/ui/tooltip/index.d.ts +391 -0
  272. package/lib/components/ui/tooltip/index.js +75 -0
  273. package/lib/components/ui/tooltip/index.js.map +1 -0
  274. package/lib/components/ui/utils/use-break-point-value.d.ts +14 -0
  275. package/lib/components/ui/utils/use-break-point-value.js +54 -0
  276. package/lib/components/ui/utils/use-break-point-value.js.map +1 -0
  277. package/lib/components/ui/view/index.d.ts +1 -0
  278. package/lib/components/ui/view/index.js +3 -0
  279. package/lib/components/ui/view/index.js.map +1 -0
  280. package/lib/components/ui/virtualized-list/index.d.ts +1 -0
  281. package/lib/components/ui/virtualized-list/index.js +3 -0
  282. package/lib/components/ui/virtualized-list/index.js.map +1 -0
  283. package/lib/components/ui/vstack/index.d.ts +149 -0
  284. package/lib/components/ui/vstack/index.js +9 -0
  285. package/lib/components/ui/vstack/index.js.map +1 -0
  286. package/lib/components/ui/vstack/index.web.d.ts +6 -0
  287. package/lib/components/ui/vstack/index.web.js +8 -0
  288. package/lib/components/ui/vstack/index.web.js.map +1 -0
  289. package/lib/components/ui/vstack/styles.d.ts +145 -0
  290. package/lib/components/ui/vstack/styles.js +24 -0
  291. package/lib/components/ui/vstack/styles.js.map +1 -0
  292. package/lib/components/usePermissionAutoFetch.d.ts +19 -7
  293. package/lib/components/with-interactions-lifecycle-managed.js +13 -11
  294. package/lib/components/with-interactions-lifecycle-managed.js.map +1 -1
  295. package/lib/components/with-interactions-managed.js +3 -3
  296. package/lib/components/with-interactions-managed.js.map +1 -1
  297. package/lib/containers/layout/ProLayout.js +2 -2
  298. package/lib/containers/layout/ProLayout.js.map +1 -1
  299. package/lib/global.css +3 -0
  300. package/lib/gluestack-ui-base-config.d.ts +8 -0
  301. package/lib/gluestack-ui-base-config.js +12 -0
  302. package/lib/gluestack-ui-base-config.js.map +1 -0
  303. package/lib/gluestack-ui.config.json +10 -0
  304. package/lib/index.d.ts +0 -3
  305. package/lib/index.js +5 -5
  306. package/lib/index.js.map +1 -1
  307. package/lib/nativewind-env.d.ts +1 -0
  308. package/lib/tailwind-base-config.d.ts +194 -0
  309. package/lib/tailwind-base-config.js +197 -0
  310. package/lib/tailwind-base-config.js.map +1 -0
  311. package/lib/tailwind.config.d.ts +1 -0
  312. package/lib/tailwind.config.js +197 -0
  313. package/lib/tailwind.config.js.map +1 -0
  314. package/lib/utils/generateMobileNavigations.js +64 -1
  315. package/lib/utils/generateMobileNavigations.js.map +1 -1
  316. package/package.json +39 -8
  317. package/src/components/Fallback.tsx +54 -58
  318. package/src/components/Layout/components/BasicLayout.tsx +2 -2
  319. package/src/components/Layout/components/BottomTabBar.tsx +92 -101
  320. package/src/components/Layout/components/Drawer.tsx +31 -28
  321. package/src/components/Layout/components/Header.tsx +26 -27
  322. package/src/components/Layout/components/Sample.tsx +1 -1
  323. package/src/components/Layout/components/SettingDrawer/LayoutButton.tsx +15 -29
  324. package/src/components/Layout/components/SettingDrawer/SettingDrawer.tsx +49 -57
  325. package/src/components/Layout/components/SettingDrawer/ThemeColorButton.tsx +14 -5
  326. package/src/components/Layout/components/SideBar.tsx +12 -17
  327. package/src/components/ToastAlert.tsx +13 -13
  328. package/src/components/UnAuthenticatedComponent.tsx +19 -27
  329. package/src/components/WithConfiguration.tsx +1 -1
  330. package/src/components/WithPermission.tsx +1 -1
  331. package/src/components/WithPolicy.tsx +1 -1
  332. package/src/components/index.ts +1 -0
  333. package/src/components/ui/IconSymbol.ios.tsx +33 -0
  334. package/src/components/ui/IconSymbol.tsx +40 -0
  335. package/src/components/ui/TabBarBackground.ios.tsx +23 -0
  336. package/src/components/ui/TabBarBackground.tsx +6 -0
  337. package/src/components/ui/accordion/index.tsx +304 -0
  338. package/src/components/ui/actionsheet/index.tsx +499 -0
  339. package/src/components/ui/alert/index.tsx +205 -0
  340. package/src/components/ui/alert-dialog/index.tsx +260 -0
  341. package/src/components/ui/avatar/index.tsx +162 -0
  342. package/src/components/ui/badge/index.tsx +188 -0
  343. package/src/components/ui/box/index.tsx +14 -0
  344. package/src/components/ui/box/index.web.tsx +13 -0
  345. package/src/components/ui/box/styles.tsx +10 -0
  346. package/src/components/ui/button/index.tsx +353 -0
  347. package/src/components/ui/card/index.tsx +16 -0
  348. package/src/components/ui/card/index.web.tsx +15 -0
  349. package/src/components/ui/card/styles.tsx +20 -0
  350. package/src/components/ui/center/index.tsx +14 -0
  351. package/src/components/ui/center/index.web.tsx +14 -0
  352. package/src/components/ui/center/styles.tsx +8 -0
  353. package/src/components/ui/checkbox/index.tsx +192 -0
  354. package/src/components/ui/divider/index.tsx +38 -0
  355. package/src/components/ui/drawer/index.tsx +311 -0
  356. package/src/components/ui/fab/index.tsx +190 -0
  357. package/src/components/ui/flat-list/index.tsx +2 -0
  358. package/src/components/ui/form-control/index.tsx +432 -0
  359. package/src/components/ui/gluestack-ui-provider/config.ts +309 -0
  360. package/src/components/ui/gluestack-ui-provider/index.tsx +38 -0
  361. package/src/components/ui/gluestack-ui-provider/index.web.tsx +88 -0
  362. package/src/components/ui/gluestack-ui-provider/script.ts +17 -0
  363. package/src/components/ui/gluestack-ui-provider/types.ts +1 -0
  364. package/src/components/ui/grid/index.tsx +284 -0
  365. package/src/components/ui/grid/index.web.tsx +61 -0
  366. package/src/components/ui/grid/styles.tsx +13 -0
  367. package/src/components/ui/heading/index.tsx +193 -0
  368. package/src/components/ui/heading/index.web.tsx +177 -0
  369. package/src/components/ui/heading/styles.tsx +43 -0
  370. package/src/components/ui/hstack/index.tsx +17 -0
  371. package/src/components/ui/hstack/index.web.tsx +15 -0
  372. package/src/components/ui/hstack/styles.tsx +25 -0
  373. package/src/components/ui/icon/index.tsx +1202 -0
  374. package/src/components/ui/icon/index.web.tsx +1190 -0
  375. package/src/components/ui/image/index.tsx +48 -0
  376. package/src/components/ui/image-background/index.tsx +21 -0
  377. package/src/components/ui/index.ts +54 -0
  378. package/src/components/ui/input/index.tsx +191 -0
  379. package/src/components/ui/input-accessory-view/index.tsx +2 -0
  380. package/src/components/ui/keyboard-avoiding-view/index.tsx +2 -0
  381. package/src/components/ui/link/index.tsx +92 -0
  382. package/src/components/ui/menu/index.tsx +179 -0
  383. package/src/components/ui/modal/index.tsx +244 -0
  384. package/src/components/ui/popover/index.tsx +309 -0
  385. package/src/components/ui/portal/index.tsx +12 -0
  386. package/src/components/ui/pressable/index.tsx +34 -0
  387. package/src/components/ui/progress/index.tsx +160 -0
  388. package/src/components/ui/radio/index.tsx +178 -0
  389. package/src/components/ui/refresh-control/index.tsx +2 -0
  390. package/src/components/ui/safe-area-view/index.tsx +22 -0
  391. package/src/components/ui/safe-area-view/styles.tsx +10 -0
  392. package/src/components/ui/scroll-view/index.tsx +2 -0
  393. package/src/components/ui/section-list/index.tsx +2 -0
  394. package/src/components/ui/select/index.tsx +251 -0
  395. package/src/components/ui/select/select-actionsheet.tsx +503 -0
  396. package/src/components/ui/skeleton/index.tsx +113 -0
  397. package/src/components/ui/skeleton/index.web.tsx +92 -0
  398. package/src/components/ui/skeleton/styles.tsx +35 -0
  399. package/src/components/ui/slider/index.tsx +239 -0
  400. package/src/components/ui/spinner/index.tsx +31 -0
  401. package/src/components/ui/status-bar/index.tsx +2 -0
  402. package/src/components/ui/switch/index.tsx +33 -0
  403. package/src/components/ui/table/index.tsx +171 -0
  404. package/src/components/ui/table/index.web.tsx +95 -0
  405. package/src/components/ui/table/styles.tsx +44 -0
  406. package/src/components/ui/text/index.tsx +53 -0
  407. package/src/components/ui/text/index.web.tsx +45 -0
  408. package/src/components/ui/text/styles.tsx +47 -0
  409. package/src/components/ui/textarea/index.tsx +83 -0
  410. package/src/components/ui/toast/index.tsx +218 -0
  411. package/src/components/ui/tooltip/index.tsx +104 -0
  412. package/src/components/ui/utils/use-break-point-value.ts +79 -0
  413. package/src/components/ui/view/index.tsx +2 -0
  414. package/src/components/ui/virtualized-list/index.tsx +2 -0
  415. package/src/components/ui/vstack/index.tsx +17 -0
  416. package/src/components/ui/vstack/index.web.tsx +16 -0
  417. package/src/components/ui/vstack/styles.tsx +25 -0
  418. package/src/components/with-interactions-lifecycle-managed.tsx +13 -14
  419. package/src/components/with-interactions-managed.tsx +3 -7
  420. package/src/containers/layout/ProLayout.tsx +3 -3
  421. package/src/global.css +3 -0
  422. package/src/gluestack-ui-base-config.js +12 -0
  423. package/src/gluestack-ui.config.json +10 -0
  424. package/src/index.ts +6 -7
  425. package/src/nativewind-env.d.ts +1 -0
  426. package/src/tailwind-base-config.js +197 -0
  427. package/src/tailwind.config.js +198 -0
  428. package/src/utils/generateMobileNavigations.ts +77 -0
  429. package/tsconfig.json +3 -9
@@ -0,0 +1,2072 @@
1
+ import { Text, View } from 'react-native';
2
+ import React from 'react';
3
+ import type { VariantProps } from '@gluestack-ui/nativewind-utils';
4
+ declare const formControlStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
5
+ size: {
6
+ sm: string;
7
+ md: string;
8
+ lg: string;
9
+ };
10
+ } | ({
11
+ size: {
12
+ sm: string;
13
+ md: string;
14
+ lg: string;
15
+ };
16
+ } & {
17
+ size: {
18
+ sm: import("tailwind-merge").ClassNameValue | {
19
+ base?: import("tailwind-merge").ClassNameValue;
20
+ };
21
+ md: import("tailwind-merge").ClassNameValue | {
22
+ base?: import("tailwind-merge").ClassNameValue;
23
+ };
24
+ lg: import("tailwind-merge").ClassNameValue | {
25
+ base?: import("tailwind-merge").ClassNameValue;
26
+ };
27
+ };
28
+ }), undefined, "flex flex-col", import("tailwind-variants/dist/config").TVConfig<{
29
+ size: {
30
+ sm: string;
31
+ md: string;
32
+ lg: string;
33
+ };
34
+ }, {
35
+ size: {
36
+ sm: string;
37
+ md: string;
38
+ lg: string;
39
+ };
40
+ }>, {
41
+ size: {
42
+ sm: string;
43
+ md: string;
44
+ lg: string;
45
+ };
46
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
47
+ size: {
48
+ sm: string;
49
+ md: string;
50
+ lg: string;
51
+ };
52
+ }, undefined, "flex flex-col", import("tailwind-variants/dist/config").TVConfig<{
53
+ size: {
54
+ sm: string;
55
+ md: string;
56
+ lg: string;
57
+ };
58
+ }, {
59
+ size: {
60
+ sm: string;
61
+ md: string;
62
+ lg: string;
63
+ };
64
+ }>, unknown, unknown, undefined>>;
65
+ declare const formControlErrorStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mt-1 gap-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mt-1 gap-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
66
+ declare const formControlErrorTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
67
+ isTruncated: {
68
+ true: string;
69
+ };
70
+ bold: {
71
+ true: string;
72
+ };
73
+ underline: {
74
+ true: string;
75
+ };
76
+ strikeThrough: {
77
+ true: string;
78
+ };
79
+ size: {
80
+ '2xs': string;
81
+ xs: string;
82
+ sm: string;
83
+ md: string;
84
+ lg: string;
85
+ xl: string;
86
+ '2xl': string;
87
+ '3xl': string;
88
+ '4xl': string;
89
+ '5xl': string;
90
+ '6xl': string;
91
+ };
92
+ sub: {
93
+ true: string;
94
+ };
95
+ italic: {
96
+ true: string;
97
+ };
98
+ highlight: {
99
+ true: string;
100
+ };
101
+ } | ({
102
+ isTruncated: {
103
+ true: string;
104
+ };
105
+ bold: {
106
+ true: string;
107
+ };
108
+ underline: {
109
+ true: string;
110
+ };
111
+ strikeThrough: {
112
+ true: string;
113
+ };
114
+ size: {
115
+ '2xs': string;
116
+ xs: string;
117
+ sm: string;
118
+ md: string;
119
+ lg: string;
120
+ xl: string;
121
+ '2xl': string;
122
+ '3xl': string;
123
+ '4xl': string;
124
+ '5xl': string;
125
+ '6xl': string;
126
+ };
127
+ sub: {
128
+ true: string;
129
+ };
130
+ italic: {
131
+ true: string;
132
+ };
133
+ highlight: {
134
+ true: string;
135
+ };
136
+ } & {
137
+ isTruncated: {
138
+ true: import("tailwind-merge").ClassNameValue | {
139
+ base?: import("tailwind-merge").ClassNameValue;
140
+ };
141
+ };
142
+ bold: {
143
+ true: import("tailwind-merge").ClassNameValue | {
144
+ base?: import("tailwind-merge").ClassNameValue;
145
+ };
146
+ };
147
+ underline: {
148
+ true: import("tailwind-merge").ClassNameValue | {
149
+ base?: import("tailwind-merge").ClassNameValue;
150
+ };
151
+ };
152
+ strikeThrough: {
153
+ true: import("tailwind-merge").ClassNameValue | {
154
+ base?: import("tailwind-merge").ClassNameValue;
155
+ };
156
+ };
157
+ size: {
158
+ '2xs': import("tailwind-merge").ClassNameValue | {
159
+ base?: import("tailwind-merge").ClassNameValue;
160
+ };
161
+ xs: import("tailwind-merge").ClassNameValue | {
162
+ base?: import("tailwind-merge").ClassNameValue;
163
+ };
164
+ sm: import("tailwind-merge").ClassNameValue | {
165
+ base?: import("tailwind-merge").ClassNameValue;
166
+ };
167
+ md: import("tailwind-merge").ClassNameValue | {
168
+ base?: import("tailwind-merge").ClassNameValue;
169
+ };
170
+ lg: import("tailwind-merge").ClassNameValue | {
171
+ base?: import("tailwind-merge").ClassNameValue;
172
+ };
173
+ xl: import("tailwind-merge").ClassNameValue | {
174
+ base?: import("tailwind-merge").ClassNameValue;
175
+ };
176
+ '2xl': import("tailwind-merge").ClassNameValue | {
177
+ base?: import("tailwind-merge").ClassNameValue;
178
+ };
179
+ '3xl': import("tailwind-merge").ClassNameValue | {
180
+ base?: import("tailwind-merge").ClassNameValue;
181
+ };
182
+ '4xl': import("tailwind-merge").ClassNameValue | {
183
+ base?: import("tailwind-merge").ClassNameValue;
184
+ };
185
+ '5xl': import("tailwind-merge").ClassNameValue | {
186
+ base?: import("tailwind-merge").ClassNameValue;
187
+ };
188
+ '6xl': import("tailwind-merge").ClassNameValue | {
189
+ base?: import("tailwind-merge").ClassNameValue;
190
+ };
191
+ };
192
+ sub: {
193
+ true: import("tailwind-merge").ClassNameValue | {
194
+ base?: import("tailwind-merge").ClassNameValue;
195
+ };
196
+ };
197
+ italic: {
198
+ true: import("tailwind-merge").ClassNameValue | {
199
+ base?: import("tailwind-merge").ClassNameValue;
200
+ };
201
+ };
202
+ highlight: {
203
+ true: import("tailwind-merge").ClassNameValue | {
204
+ base?: import("tailwind-merge").ClassNameValue;
205
+ };
206
+ };
207
+ }), undefined, "text-error-700", import("tailwind-variants/dist/config").TVConfig<{
208
+ isTruncated: {
209
+ true: string;
210
+ };
211
+ bold: {
212
+ true: string;
213
+ };
214
+ underline: {
215
+ true: string;
216
+ };
217
+ strikeThrough: {
218
+ true: string;
219
+ };
220
+ size: {
221
+ '2xs': string;
222
+ xs: string;
223
+ sm: string;
224
+ md: string;
225
+ lg: string;
226
+ xl: string;
227
+ '2xl': string;
228
+ '3xl': string;
229
+ '4xl': string;
230
+ '5xl': string;
231
+ '6xl': string;
232
+ };
233
+ sub: {
234
+ true: string;
235
+ };
236
+ italic: {
237
+ true: string;
238
+ };
239
+ highlight: {
240
+ true: string;
241
+ };
242
+ }, {
243
+ isTruncated: {
244
+ true: string;
245
+ };
246
+ bold: {
247
+ true: string;
248
+ };
249
+ underline: {
250
+ true: string;
251
+ };
252
+ strikeThrough: {
253
+ true: string;
254
+ };
255
+ size: {
256
+ '2xs': string;
257
+ xs: string;
258
+ sm: string;
259
+ md: string;
260
+ lg: string;
261
+ xl: string;
262
+ '2xl': string;
263
+ '3xl': string;
264
+ '4xl': string;
265
+ '5xl': string;
266
+ '6xl': string;
267
+ };
268
+ sub: {
269
+ true: string;
270
+ };
271
+ italic: {
272
+ true: string;
273
+ };
274
+ highlight: {
275
+ true: string;
276
+ };
277
+ }>, {
278
+ isTruncated: {
279
+ true: string;
280
+ };
281
+ bold: {
282
+ true: string;
283
+ };
284
+ underline: {
285
+ true: string;
286
+ };
287
+ strikeThrough: {
288
+ true: string;
289
+ };
290
+ size: {
291
+ '2xs': string;
292
+ xs: string;
293
+ sm: string;
294
+ md: string;
295
+ lg: string;
296
+ xl: string;
297
+ '2xl': string;
298
+ '3xl': string;
299
+ '4xl': string;
300
+ '5xl': string;
301
+ '6xl': string;
302
+ };
303
+ sub: {
304
+ true: string;
305
+ };
306
+ italic: {
307
+ true: string;
308
+ };
309
+ highlight: {
310
+ true: string;
311
+ };
312
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
313
+ isTruncated: {
314
+ true: string;
315
+ };
316
+ bold: {
317
+ true: string;
318
+ };
319
+ underline: {
320
+ true: string;
321
+ };
322
+ strikeThrough: {
323
+ true: string;
324
+ };
325
+ size: {
326
+ '2xs': string;
327
+ xs: string;
328
+ sm: string;
329
+ md: string;
330
+ lg: string;
331
+ xl: string;
332
+ '2xl': string;
333
+ '3xl': string;
334
+ '4xl': string;
335
+ '5xl': string;
336
+ '6xl': string;
337
+ };
338
+ sub: {
339
+ true: string;
340
+ };
341
+ italic: {
342
+ true: string;
343
+ };
344
+ highlight: {
345
+ true: string;
346
+ };
347
+ }, undefined, "text-error-700", import("tailwind-variants/dist/config").TVConfig<{
348
+ isTruncated: {
349
+ true: string;
350
+ };
351
+ bold: {
352
+ true: string;
353
+ };
354
+ underline: {
355
+ true: string;
356
+ };
357
+ strikeThrough: {
358
+ true: string;
359
+ };
360
+ size: {
361
+ '2xs': string;
362
+ xs: string;
363
+ sm: string;
364
+ md: string;
365
+ lg: string;
366
+ xl: string;
367
+ '2xl': string;
368
+ '3xl': string;
369
+ '4xl': string;
370
+ '5xl': string;
371
+ '6xl': string;
372
+ };
373
+ sub: {
374
+ true: string;
375
+ };
376
+ italic: {
377
+ true: string;
378
+ };
379
+ highlight: {
380
+ true: string;
381
+ };
382
+ }, {
383
+ isTruncated: {
384
+ true: string;
385
+ };
386
+ bold: {
387
+ true: string;
388
+ };
389
+ underline: {
390
+ true: string;
391
+ };
392
+ strikeThrough: {
393
+ true: string;
394
+ };
395
+ size: {
396
+ '2xs': string;
397
+ xs: string;
398
+ sm: string;
399
+ md: string;
400
+ lg: string;
401
+ xl: string;
402
+ '2xl': string;
403
+ '3xl': string;
404
+ '4xl': string;
405
+ '5xl': string;
406
+ '6xl': string;
407
+ };
408
+ sub: {
409
+ true: string;
410
+ };
411
+ italic: {
412
+ true: string;
413
+ };
414
+ highlight: {
415
+ true: string;
416
+ };
417
+ }>, unknown, unknown, undefined>>;
418
+ declare const formControlHelperStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mt-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mt-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
419
+ declare const formControlHelperTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
420
+ isTruncated: {
421
+ true: string;
422
+ };
423
+ bold: {
424
+ true: string;
425
+ };
426
+ underline: {
427
+ true: string;
428
+ };
429
+ strikeThrough: {
430
+ true: string;
431
+ };
432
+ size: {
433
+ '2xs': string;
434
+ xs: string;
435
+ sm: string;
436
+ md: string;
437
+ lg: string;
438
+ xl: string;
439
+ '2xl': string;
440
+ '3xl': string;
441
+ '4xl': string;
442
+ '5xl': string;
443
+ '6xl': string;
444
+ };
445
+ sub: {
446
+ true: string;
447
+ };
448
+ italic: {
449
+ true: string;
450
+ };
451
+ highlight: {
452
+ true: string;
453
+ };
454
+ } | ({
455
+ isTruncated: {
456
+ true: string;
457
+ };
458
+ bold: {
459
+ true: string;
460
+ };
461
+ underline: {
462
+ true: string;
463
+ };
464
+ strikeThrough: {
465
+ true: string;
466
+ };
467
+ size: {
468
+ '2xs': string;
469
+ xs: string;
470
+ sm: string;
471
+ md: string;
472
+ lg: string;
473
+ xl: string;
474
+ '2xl': string;
475
+ '3xl': string;
476
+ '4xl': string;
477
+ '5xl': string;
478
+ '6xl': string;
479
+ };
480
+ sub: {
481
+ true: string;
482
+ };
483
+ italic: {
484
+ true: string;
485
+ };
486
+ highlight: {
487
+ true: string;
488
+ };
489
+ } & {
490
+ isTruncated: {
491
+ true: import("tailwind-merge").ClassNameValue | {
492
+ base?: import("tailwind-merge").ClassNameValue;
493
+ };
494
+ };
495
+ bold: {
496
+ true: import("tailwind-merge").ClassNameValue | {
497
+ base?: import("tailwind-merge").ClassNameValue;
498
+ };
499
+ };
500
+ underline: {
501
+ true: import("tailwind-merge").ClassNameValue | {
502
+ base?: import("tailwind-merge").ClassNameValue;
503
+ };
504
+ };
505
+ strikeThrough: {
506
+ true: import("tailwind-merge").ClassNameValue | {
507
+ base?: import("tailwind-merge").ClassNameValue;
508
+ };
509
+ };
510
+ size: {
511
+ '2xs': import("tailwind-merge").ClassNameValue | {
512
+ base?: import("tailwind-merge").ClassNameValue;
513
+ };
514
+ xs: import("tailwind-merge").ClassNameValue | {
515
+ base?: import("tailwind-merge").ClassNameValue;
516
+ };
517
+ sm: import("tailwind-merge").ClassNameValue | {
518
+ base?: import("tailwind-merge").ClassNameValue;
519
+ };
520
+ md: import("tailwind-merge").ClassNameValue | {
521
+ base?: import("tailwind-merge").ClassNameValue;
522
+ };
523
+ lg: import("tailwind-merge").ClassNameValue | {
524
+ base?: import("tailwind-merge").ClassNameValue;
525
+ };
526
+ xl: import("tailwind-merge").ClassNameValue | {
527
+ base?: import("tailwind-merge").ClassNameValue;
528
+ };
529
+ '2xl': import("tailwind-merge").ClassNameValue | {
530
+ base?: import("tailwind-merge").ClassNameValue;
531
+ };
532
+ '3xl': import("tailwind-merge").ClassNameValue | {
533
+ base?: import("tailwind-merge").ClassNameValue;
534
+ };
535
+ '4xl': import("tailwind-merge").ClassNameValue | {
536
+ base?: import("tailwind-merge").ClassNameValue;
537
+ };
538
+ '5xl': import("tailwind-merge").ClassNameValue | {
539
+ base?: import("tailwind-merge").ClassNameValue;
540
+ };
541
+ '6xl': import("tailwind-merge").ClassNameValue | {
542
+ base?: import("tailwind-merge").ClassNameValue;
543
+ };
544
+ };
545
+ sub: {
546
+ true: import("tailwind-merge").ClassNameValue | {
547
+ base?: import("tailwind-merge").ClassNameValue;
548
+ };
549
+ };
550
+ italic: {
551
+ true: import("tailwind-merge").ClassNameValue | {
552
+ base?: import("tailwind-merge").ClassNameValue;
553
+ };
554
+ };
555
+ highlight: {
556
+ true: import("tailwind-merge").ClassNameValue | {
557
+ base?: import("tailwind-merge").ClassNameValue;
558
+ };
559
+ };
560
+ }), undefined, "text-typography-500", import("tailwind-variants/dist/config").TVConfig<{
561
+ isTruncated: {
562
+ true: string;
563
+ };
564
+ bold: {
565
+ true: string;
566
+ };
567
+ underline: {
568
+ true: string;
569
+ };
570
+ strikeThrough: {
571
+ true: string;
572
+ };
573
+ size: {
574
+ '2xs': string;
575
+ xs: string;
576
+ sm: string;
577
+ md: string;
578
+ lg: string;
579
+ xl: string;
580
+ '2xl': string;
581
+ '3xl': string;
582
+ '4xl': string;
583
+ '5xl': string;
584
+ '6xl': string;
585
+ };
586
+ sub: {
587
+ true: string;
588
+ };
589
+ italic: {
590
+ true: string;
591
+ };
592
+ highlight: {
593
+ true: string;
594
+ };
595
+ }, {
596
+ isTruncated: {
597
+ true: string;
598
+ };
599
+ bold: {
600
+ true: string;
601
+ };
602
+ underline: {
603
+ true: string;
604
+ };
605
+ strikeThrough: {
606
+ true: string;
607
+ };
608
+ size: {
609
+ '2xs': string;
610
+ xs: string;
611
+ sm: string;
612
+ md: string;
613
+ lg: string;
614
+ xl: string;
615
+ '2xl': string;
616
+ '3xl': string;
617
+ '4xl': string;
618
+ '5xl': string;
619
+ '6xl': string;
620
+ };
621
+ sub: {
622
+ true: string;
623
+ };
624
+ italic: {
625
+ true: string;
626
+ };
627
+ highlight: {
628
+ true: string;
629
+ };
630
+ }>, {
631
+ isTruncated: {
632
+ true: string;
633
+ };
634
+ bold: {
635
+ true: string;
636
+ };
637
+ underline: {
638
+ true: string;
639
+ };
640
+ strikeThrough: {
641
+ true: string;
642
+ };
643
+ size: {
644
+ '2xs': string;
645
+ xs: string;
646
+ sm: string;
647
+ md: string;
648
+ lg: string;
649
+ xl: string;
650
+ '2xl': string;
651
+ '3xl': string;
652
+ '4xl': string;
653
+ '5xl': string;
654
+ '6xl': string;
655
+ };
656
+ sub: {
657
+ true: string;
658
+ };
659
+ italic: {
660
+ true: string;
661
+ };
662
+ highlight: {
663
+ true: string;
664
+ };
665
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
666
+ isTruncated: {
667
+ true: string;
668
+ };
669
+ bold: {
670
+ true: string;
671
+ };
672
+ underline: {
673
+ true: string;
674
+ };
675
+ strikeThrough: {
676
+ true: string;
677
+ };
678
+ size: {
679
+ '2xs': string;
680
+ xs: string;
681
+ sm: string;
682
+ md: string;
683
+ lg: string;
684
+ xl: string;
685
+ '2xl': string;
686
+ '3xl': string;
687
+ '4xl': string;
688
+ '5xl': string;
689
+ '6xl': string;
690
+ };
691
+ sub: {
692
+ true: string;
693
+ };
694
+ italic: {
695
+ true: string;
696
+ };
697
+ highlight: {
698
+ true: string;
699
+ };
700
+ }, undefined, "text-typography-500", import("tailwind-variants/dist/config").TVConfig<{
701
+ isTruncated: {
702
+ true: string;
703
+ };
704
+ bold: {
705
+ true: string;
706
+ };
707
+ underline: {
708
+ true: string;
709
+ };
710
+ strikeThrough: {
711
+ true: string;
712
+ };
713
+ size: {
714
+ '2xs': string;
715
+ xs: string;
716
+ sm: string;
717
+ md: string;
718
+ lg: string;
719
+ xl: string;
720
+ '2xl': string;
721
+ '3xl': string;
722
+ '4xl': string;
723
+ '5xl': string;
724
+ '6xl': string;
725
+ };
726
+ sub: {
727
+ true: string;
728
+ };
729
+ italic: {
730
+ true: string;
731
+ };
732
+ highlight: {
733
+ true: string;
734
+ };
735
+ }, {
736
+ isTruncated: {
737
+ true: string;
738
+ };
739
+ bold: {
740
+ true: string;
741
+ };
742
+ underline: {
743
+ true: string;
744
+ };
745
+ strikeThrough: {
746
+ true: string;
747
+ };
748
+ size: {
749
+ '2xs': string;
750
+ xs: string;
751
+ sm: string;
752
+ md: string;
753
+ lg: string;
754
+ xl: string;
755
+ '2xl': string;
756
+ '3xl': string;
757
+ '4xl': string;
758
+ '5xl': string;
759
+ '6xl': string;
760
+ };
761
+ sub: {
762
+ true: string;
763
+ };
764
+ italic: {
765
+ true: string;
766
+ };
767
+ highlight: {
768
+ true: string;
769
+ };
770
+ }>, unknown, unknown, undefined>>;
771
+ declare const formControlLabelStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "flex flex-row justify-start items-center mb-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "flex flex-row justify-start items-center mb-1", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
772
+ declare const formControlLabelTextStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
773
+ isTruncated: {
774
+ true: string;
775
+ };
776
+ bold: {
777
+ true: string;
778
+ };
779
+ underline: {
780
+ true: string;
781
+ };
782
+ strikeThrough: {
783
+ true: string;
784
+ };
785
+ size: {
786
+ '2xs': string;
787
+ xs: string;
788
+ sm: string;
789
+ md: string;
790
+ lg: string;
791
+ xl: string;
792
+ '2xl': string;
793
+ '3xl': string;
794
+ '4xl': string;
795
+ '5xl': string;
796
+ '6xl': string;
797
+ };
798
+ sub: {
799
+ true: string;
800
+ };
801
+ italic: {
802
+ true: string;
803
+ };
804
+ highlight: {
805
+ true: string;
806
+ };
807
+ } | ({
808
+ isTruncated: {
809
+ true: string;
810
+ };
811
+ bold: {
812
+ true: string;
813
+ };
814
+ underline: {
815
+ true: string;
816
+ };
817
+ strikeThrough: {
818
+ true: string;
819
+ };
820
+ size: {
821
+ '2xs': string;
822
+ xs: string;
823
+ sm: string;
824
+ md: string;
825
+ lg: string;
826
+ xl: string;
827
+ '2xl': string;
828
+ '3xl': string;
829
+ '4xl': string;
830
+ '5xl': string;
831
+ '6xl': string;
832
+ };
833
+ sub: {
834
+ true: string;
835
+ };
836
+ italic: {
837
+ true: string;
838
+ };
839
+ highlight: {
840
+ true: string;
841
+ };
842
+ } & {
843
+ isTruncated: {
844
+ true: import("tailwind-merge").ClassNameValue | {
845
+ base?: import("tailwind-merge").ClassNameValue;
846
+ };
847
+ };
848
+ bold: {
849
+ true: import("tailwind-merge").ClassNameValue | {
850
+ base?: import("tailwind-merge").ClassNameValue;
851
+ };
852
+ };
853
+ underline: {
854
+ true: import("tailwind-merge").ClassNameValue | {
855
+ base?: import("tailwind-merge").ClassNameValue;
856
+ };
857
+ };
858
+ strikeThrough: {
859
+ true: import("tailwind-merge").ClassNameValue | {
860
+ base?: import("tailwind-merge").ClassNameValue;
861
+ };
862
+ };
863
+ size: {
864
+ '2xs': import("tailwind-merge").ClassNameValue | {
865
+ base?: import("tailwind-merge").ClassNameValue;
866
+ };
867
+ xs: import("tailwind-merge").ClassNameValue | {
868
+ base?: import("tailwind-merge").ClassNameValue;
869
+ };
870
+ sm: import("tailwind-merge").ClassNameValue | {
871
+ base?: import("tailwind-merge").ClassNameValue;
872
+ };
873
+ md: import("tailwind-merge").ClassNameValue | {
874
+ base?: import("tailwind-merge").ClassNameValue;
875
+ };
876
+ lg: import("tailwind-merge").ClassNameValue | {
877
+ base?: import("tailwind-merge").ClassNameValue;
878
+ };
879
+ xl: import("tailwind-merge").ClassNameValue | {
880
+ base?: import("tailwind-merge").ClassNameValue;
881
+ };
882
+ '2xl': import("tailwind-merge").ClassNameValue | {
883
+ base?: import("tailwind-merge").ClassNameValue;
884
+ };
885
+ '3xl': import("tailwind-merge").ClassNameValue | {
886
+ base?: import("tailwind-merge").ClassNameValue;
887
+ };
888
+ '4xl': import("tailwind-merge").ClassNameValue | {
889
+ base?: import("tailwind-merge").ClassNameValue;
890
+ };
891
+ '5xl': import("tailwind-merge").ClassNameValue | {
892
+ base?: import("tailwind-merge").ClassNameValue;
893
+ };
894
+ '6xl': import("tailwind-merge").ClassNameValue | {
895
+ base?: import("tailwind-merge").ClassNameValue;
896
+ };
897
+ };
898
+ sub: {
899
+ true: import("tailwind-merge").ClassNameValue | {
900
+ base?: import("tailwind-merge").ClassNameValue;
901
+ };
902
+ };
903
+ italic: {
904
+ true: import("tailwind-merge").ClassNameValue | {
905
+ base?: import("tailwind-merge").ClassNameValue;
906
+ };
907
+ };
908
+ highlight: {
909
+ true: import("tailwind-merge").ClassNameValue | {
910
+ base?: import("tailwind-merge").ClassNameValue;
911
+ };
912
+ };
913
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
914
+ isTruncated: {
915
+ true: string;
916
+ };
917
+ bold: {
918
+ true: string;
919
+ };
920
+ underline: {
921
+ true: string;
922
+ };
923
+ strikeThrough: {
924
+ true: string;
925
+ };
926
+ size: {
927
+ '2xs': string;
928
+ xs: string;
929
+ sm: string;
930
+ md: string;
931
+ lg: string;
932
+ xl: string;
933
+ '2xl': string;
934
+ '3xl': string;
935
+ '4xl': string;
936
+ '5xl': string;
937
+ '6xl': string;
938
+ };
939
+ sub: {
940
+ true: string;
941
+ };
942
+ italic: {
943
+ true: string;
944
+ };
945
+ highlight: {
946
+ true: string;
947
+ };
948
+ }, {
949
+ isTruncated: {
950
+ true: string;
951
+ };
952
+ bold: {
953
+ true: string;
954
+ };
955
+ underline: {
956
+ true: string;
957
+ };
958
+ strikeThrough: {
959
+ true: string;
960
+ };
961
+ size: {
962
+ '2xs': string;
963
+ xs: string;
964
+ sm: string;
965
+ md: string;
966
+ lg: string;
967
+ xl: string;
968
+ '2xl': string;
969
+ '3xl': string;
970
+ '4xl': string;
971
+ '5xl': string;
972
+ '6xl': string;
973
+ };
974
+ sub: {
975
+ true: string;
976
+ };
977
+ italic: {
978
+ true: string;
979
+ };
980
+ highlight: {
981
+ true: string;
982
+ };
983
+ }>, {
984
+ isTruncated: {
985
+ true: string;
986
+ };
987
+ bold: {
988
+ true: string;
989
+ };
990
+ underline: {
991
+ true: string;
992
+ };
993
+ strikeThrough: {
994
+ true: string;
995
+ };
996
+ size: {
997
+ '2xs': string;
998
+ xs: string;
999
+ sm: string;
1000
+ md: string;
1001
+ lg: string;
1002
+ xl: string;
1003
+ '2xl': string;
1004
+ '3xl': string;
1005
+ '4xl': string;
1006
+ '5xl': string;
1007
+ '6xl': string;
1008
+ };
1009
+ sub: {
1010
+ true: string;
1011
+ };
1012
+ italic: {
1013
+ true: string;
1014
+ };
1015
+ highlight: {
1016
+ true: string;
1017
+ };
1018
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1019
+ isTruncated: {
1020
+ true: string;
1021
+ };
1022
+ bold: {
1023
+ true: string;
1024
+ };
1025
+ underline: {
1026
+ true: string;
1027
+ };
1028
+ strikeThrough: {
1029
+ true: string;
1030
+ };
1031
+ size: {
1032
+ '2xs': string;
1033
+ xs: string;
1034
+ sm: string;
1035
+ md: string;
1036
+ lg: string;
1037
+ xl: string;
1038
+ '2xl': string;
1039
+ '3xl': string;
1040
+ '4xl': string;
1041
+ '5xl': string;
1042
+ '6xl': string;
1043
+ };
1044
+ sub: {
1045
+ true: string;
1046
+ };
1047
+ italic: {
1048
+ true: string;
1049
+ };
1050
+ highlight: {
1051
+ true: string;
1052
+ };
1053
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1054
+ isTruncated: {
1055
+ true: string;
1056
+ };
1057
+ bold: {
1058
+ true: string;
1059
+ };
1060
+ underline: {
1061
+ true: string;
1062
+ };
1063
+ strikeThrough: {
1064
+ true: string;
1065
+ };
1066
+ size: {
1067
+ '2xs': string;
1068
+ xs: string;
1069
+ sm: string;
1070
+ md: string;
1071
+ lg: string;
1072
+ xl: string;
1073
+ '2xl': string;
1074
+ '3xl': string;
1075
+ '4xl': string;
1076
+ '5xl': string;
1077
+ '6xl': string;
1078
+ };
1079
+ sub: {
1080
+ true: string;
1081
+ };
1082
+ italic: {
1083
+ true: string;
1084
+ };
1085
+ highlight: {
1086
+ true: string;
1087
+ };
1088
+ }, {
1089
+ isTruncated: {
1090
+ true: string;
1091
+ };
1092
+ bold: {
1093
+ true: string;
1094
+ };
1095
+ underline: {
1096
+ true: string;
1097
+ };
1098
+ strikeThrough: {
1099
+ true: string;
1100
+ };
1101
+ size: {
1102
+ '2xs': string;
1103
+ xs: string;
1104
+ sm: string;
1105
+ md: string;
1106
+ lg: string;
1107
+ xl: string;
1108
+ '2xl': string;
1109
+ '3xl': string;
1110
+ '4xl': string;
1111
+ '5xl': string;
1112
+ '6xl': string;
1113
+ };
1114
+ sub: {
1115
+ true: string;
1116
+ };
1117
+ italic: {
1118
+ true: string;
1119
+ };
1120
+ highlight: {
1121
+ true: string;
1122
+ };
1123
+ }>, unknown, unknown, undefined>>;
1124
+ declare const FormControlLabelAstrick: React.ForwardRefExoticComponent<import("react-native").TextProps & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1125
+ isTruncated: {
1126
+ true: string;
1127
+ };
1128
+ bold: {
1129
+ true: string;
1130
+ };
1131
+ underline: {
1132
+ true: string;
1133
+ };
1134
+ strikeThrough: {
1135
+ true: string;
1136
+ };
1137
+ size: {
1138
+ '2xs': string;
1139
+ xs: string;
1140
+ sm: string;
1141
+ md: string;
1142
+ lg: string;
1143
+ xl: string;
1144
+ '2xl': string;
1145
+ '3xl': string;
1146
+ '4xl': string;
1147
+ '5xl': string;
1148
+ '6xl': string;
1149
+ };
1150
+ sub: {
1151
+ true: string;
1152
+ };
1153
+ italic: {
1154
+ true: string;
1155
+ };
1156
+ highlight: {
1157
+ true: string;
1158
+ };
1159
+ } | ({
1160
+ isTruncated: {
1161
+ true: string;
1162
+ };
1163
+ bold: {
1164
+ true: string;
1165
+ };
1166
+ underline: {
1167
+ true: string;
1168
+ };
1169
+ strikeThrough: {
1170
+ true: string;
1171
+ };
1172
+ size: {
1173
+ '2xs': string;
1174
+ xs: string;
1175
+ sm: string;
1176
+ md: string;
1177
+ lg: string;
1178
+ xl: string;
1179
+ '2xl': string;
1180
+ '3xl': string;
1181
+ '4xl': string;
1182
+ '5xl': string;
1183
+ '6xl': string;
1184
+ };
1185
+ sub: {
1186
+ true: string;
1187
+ };
1188
+ italic: {
1189
+ true: string;
1190
+ };
1191
+ highlight: {
1192
+ true: string;
1193
+ };
1194
+ } & {
1195
+ isTruncated: {
1196
+ true: import("tailwind-merge").ClassNameValue | {
1197
+ base?: import("tailwind-merge").ClassNameValue;
1198
+ };
1199
+ };
1200
+ bold: {
1201
+ true: import("tailwind-merge").ClassNameValue | {
1202
+ base?: import("tailwind-merge").ClassNameValue;
1203
+ };
1204
+ };
1205
+ underline: {
1206
+ true: import("tailwind-merge").ClassNameValue | {
1207
+ base?: import("tailwind-merge").ClassNameValue;
1208
+ };
1209
+ };
1210
+ strikeThrough: {
1211
+ true: import("tailwind-merge").ClassNameValue | {
1212
+ base?: import("tailwind-merge").ClassNameValue;
1213
+ };
1214
+ };
1215
+ size: {
1216
+ '2xs': import("tailwind-merge").ClassNameValue | {
1217
+ base?: import("tailwind-merge").ClassNameValue;
1218
+ };
1219
+ xs: import("tailwind-merge").ClassNameValue | {
1220
+ base?: import("tailwind-merge").ClassNameValue;
1221
+ };
1222
+ sm: import("tailwind-merge").ClassNameValue | {
1223
+ base?: import("tailwind-merge").ClassNameValue;
1224
+ };
1225
+ md: import("tailwind-merge").ClassNameValue | {
1226
+ base?: import("tailwind-merge").ClassNameValue;
1227
+ };
1228
+ lg: import("tailwind-merge").ClassNameValue | {
1229
+ base?: import("tailwind-merge").ClassNameValue;
1230
+ };
1231
+ xl: import("tailwind-merge").ClassNameValue | {
1232
+ base?: import("tailwind-merge").ClassNameValue;
1233
+ };
1234
+ '2xl': import("tailwind-merge").ClassNameValue | {
1235
+ base?: import("tailwind-merge").ClassNameValue;
1236
+ };
1237
+ '3xl': import("tailwind-merge").ClassNameValue | {
1238
+ base?: import("tailwind-merge").ClassNameValue;
1239
+ };
1240
+ '4xl': import("tailwind-merge").ClassNameValue | {
1241
+ base?: import("tailwind-merge").ClassNameValue;
1242
+ };
1243
+ '5xl': import("tailwind-merge").ClassNameValue | {
1244
+ base?: import("tailwind-merge").ClassNameValue;
1245
+ };
1246
+ '6xl': import("tailwind-merge").ClassNameValue | {
1247
+ base?: import("tailwind-merge").ClassNameValue;
1248
+ };
1249
+ };
1250
+ sub: {
1251
+ true: import("tailwind-merge").ClassNameValue | {
1252
+ base?: import("tailwind-merge").ClassNameValue;
1253
+ };
1254
+ };
1255
+ italic: {
1256
+ true: import("tailwind-merge").ClassNameValue | {
1257
+ base?: import("tailwind-merge").ClassNameValue;
1258
+ };
1259
+ };
1260
+ highlight: {
1261
+ true: import("tailwind-merge").ClassNameValue | {
1262
+ base?: import("tailwind-merge").ClassNameValue;
1263
+ };
1264
+ };
1265
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1266
+ isTruncated: {
1267
+ true: string;
1268
+ };
1269
+ bold: {
1270
+ true: string;
1271
+ };
1272
+ underline: {
1273
+ true: string;
1274
+ };
1275
+ strikeThrough: {
1276
+ true: string;
1277
+ };
1278
+ size: {
1279
+ '2xs': string;
1280
+ xs: string;
1281
+ sm: string;
1282
+ md: string;
1283
+ lg: string;
1284
+ xl: string;
1285
+ '2xl': string;
1286
+ '3xl': string;
1287
+ '4xl': string;
1288
+ '5xl': string;
1289
+ '6xl': string;
1290
+ };
1291
+ sub: {
1292
+ true: string;
1293
+ };
1294
+ italic: {
1295
+ true: string;
1296
+ };
1297
+ highlight: {
1298
+ true: string;
1299
+ };
1300
+ }, {
1301
+ isTruncated: {
1302
+ true: string;
1303
+ };
1304
+ bold: {
1305
+ true: string;
1306
+ };
1307
+ underline: {
1308
+ true: string;
1309
+ };
1310
+ strikeThrough: {
1311
+ true: string;
1312
+ };
1313
+ size: {
1314
+ '2xs': string;
1315
+ xs: string;
1316
+ sm: string;
1317
+ md: string;
1318
+ lg: string;
1319
+ xl: string;
1320
+ '2xl': string;
1321
+ '3xl': string;
1322
+ '4xl': string;
1323
+ '5xl': string;
1324
+ '6xl': string;
1325
+ };
1326
+ sub: {
1327
+ true: string;
1328
+ };
1329
+ italic: {
1330
+ true: string;
1331
+ };
1332
+ highlight: {
1333
+ true: string;
1334
+ };
1335
+ }>, {
1336
+ isTruncated: {
1337
+ true: string;
1338
+ };
1339
+ bold: {
1340
+ true: string;
1341
+ };
1342
+ underline: {
1343
+ true: string;
1344
+ };
1345
+ strikeThrough: {
1346
+ true: string;
1347
+ };
1348
+ size: {
1349
+ '2xs': string;
1350
+ xs: string;
1351
+ sm: string;
1352
+ md: string;
1353
+ lg: string;
1354
+ xl: string;
1355
+ '2xl': string;
1356
+ '3xl': string;
1357
+ '4xl': string;
1358
+ '5xl': string;
1359
+ '6xl': string;
1360
+ };
1361
+ sub: {
1362
+ true: string;
1363
+ };
1364
+ italic: {
1365
+ true: string;
1366
+ };
1367
+ highlight: {
1368
+ true: string;
1369
+ };
1370
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1371
+ isTruncated: {
1372
+ true: string;
1373
+ };
1374
+ bold: {
1375
+ true: string;
1376
+ };
1377
+ underline: {
1378
+ true: string;
1379
+ };
1380
+ strikeThrough: {
1381
+ true: string;
1382
+ };
1383
+ size: {
1384
+ '2xs': string;
1385
+ xs: string;
1386
+ sm: string;
1387
+ md: string;
1388
+ lg: string;
1389
+ xl: string;
1390
+ '2xl': string;
1391
+ '3xl': string;
1392
+ '4xl': string;
1393
+ '5xl': string;
1394
+ '6xl': string;
1395
+ };
1396
+ sub: {
1397
+ true: string;
1398
+ };
1399
+ italic: {
1400
+ true: string;
1401
+ };
1402
+ highlight: {
1403
+ true: string;
1404
+ };
1405
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1406
+ isTruncated: {
1407
+ true: string;
1408
+ };
1409
+ bold: {
1410
+ true: string;
1411
+ };
1412
+ underline: {
1413
+ true: string;
1414
+ };
1415
+ strikeThrough: {
1416
+ true: string;
1417
+ };
1418
+ size: {
1419
+ '2xs': string;
1420
+ xs: string;
1421
+ sm: string;
1422
+ md: string;
1423
+ lg: string;
1424
+ xl: string;
1425
+ '2xl': string;
1426
+ '3xl': string;
1427
+ '4xl': string;
1428
+ '5xl': string;
1429
+ '6xl': string;
1430
+ };
1431
+ sub: {
1432
+ true: string;
1433
+ };
1434
+ italic: {
1435
+ true: string;
1436
+ };
1437
+ highlight: {
1438
+ true: string;
1439
+ };
1440
+ }, {
1441
+ isTruncated: {
1442
+ true: string;
1443
+ };
1444
+ bold: {
1445
+ true: string;
1446
+ };
1447
+ underline: {
1448
+ true: string;
1449
+ };
1450
+ strikeThrough: {
1451
+ true: string;
1452
+ };
1453
+ size: {
1454
+ '2xs': string;
1455
+ xs: string;
1456
+ sm: string;
1457
+ md: string;
1458
+ lg: string;
1459
+ xl: string;
1460
+ '2xl': string;
1461
+ '3xl': string;
1462
+ '4xl': string;
1463
+ '5xl': string;
1464
+ '6xl': string;
1465
+ };
1466
+ sub: {
1467
+ true: string;
1468
+ };
1469
+ italic: {
1470
+ true: string;
1471
+ };
1472
+ highlight: {
1473
+ true: string;
1474
+ };
1475
+ }>, unknown, unknown, undefined>>> & React.RefAttributes<Text>>;
1476
+ export declare const UIFormControl: import("@gluestack-ui/form-control/lib/types").IFormControlComponentType<import("react-native").ViewProps & {
1477
+ context?: any;
1478
+ } & React.RefAttributes<typeof View>, import("react-native").ViewProps, import("react-native").TextProps, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1479
+ fill?: import("react-native").ColorValue;
1480
+ stroke?: import("react-native").ColorValue;
1481
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1482
+ fill?: import("react-native").ColorValue;
1483
+ stroke?: import("react-native").ColorValue;
1484
+ }>), import("react-native").ViewProps, import("react-native").TextProps, import("react-native").TextProps & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1485
+ isTruncated: {
1486
+ true: string;
1487
+ };
1488
+ bold: {
1489
+ true: string;
1490
+ };
1491
+ underline: {
1492
+ true: string;
1493
+ };
1494
+ strikeThrough: {
1495
+ true: string;
1496
+ };
1497
+ size: {
1498
+ '2xs': string;
1499
+ xs: string;
1500
+ sm: string;
1501
+ md: string;
1502
+ lg: string;
1503
+ xl: string;
1504
+ '2xl': string;
1505
+ '3xl': string;
1506
+ '4xl': string;
1507
+ '5xl': string;
1508
+ '6xl': string;
1509
+ };
1510
+ sub: {
1511
+ true: string;
1512
+ };
1513
+ italic: {
1514
+ true: string;
1515
+ };
1516
+ highlight: {
1517
+ true: string;
1518
+ };
1519
+ } | ({
1520
+ isTruncated: {
1521
+ true: string;
1522
+ };
1523
+ bold: {
1524
+ true: string;
1525
+ };
1526
+ underline: {
1527
+ true: string;
1528
+ };
1529
+ strikeThrough: {
1530
+ true: string;
1531
+ };
1532
+ size: {
1533
+ '2xs': string;
1534
+ xs: string;
1535
+ sm: string;
1536
+ md: string;
1537
+ lg: string;
1538
+ xl: string;
1539
+ '2xl': string;
1540
+ '3xl': string;
1541
+ '4xl': string;
1542
+ '5xl': string;
1543
+ '6xl': string;
1544
+ };
1545
+ sub: {
1546
+ true: string;
1547
+ };
1548
+ italic: {
1549
+ true: string;
1550
+ };
1551
+ highlight: {
1552
+ true: string;
1553
+ };
1554
+ } & {
1555
+ isTruncated: {
1556
+ true: import("tailwind-merge").ClassNameValue | {
1557
+ base?: import("tailwind-merge").ClassNameValue;
1558
+ };
1559
+ };
1560
+ bold: {
1561
+ true: import("tailwind-merge").ClassNameValue | {
1562
+ base?: import("tailwind-merge").ClassNameValue;
1563
+ };
1564
+ };
1565
+ underline: {
1566
+ true: import("tailwind-merge").ClassNameValue | {
1567
+ base?: import("tailwind-merge").ClassNameValue;
1568
+ };
1569
+ };
1570
+ strikeThrough: {
1571
+ true: import("tailwind-merge").ClassNameValue | {
1572
+ base?: import("tailwind-merge").ClassNameValue;
1573
+ };
1574
+ };
1575
+ size: {
1576
+ '2xs': import("tailwind-merge").ClassNameValue | {
1577
+ base?: import("tailwind-merge").ClassNameValue;
1578
+ };
1579
+ xs: import("tailwind-merge").ClassNameValue | {
1580
+ base?: import("tailwind-merge").ClassNameValue;
1581
+ };
1582
+ sm: import("tailwind-merge").ClassNameValue | {
1583
+ base?: import("tailwind-merge").ClassNameValue;
1584
+ };
1585
+ md: import("tailwind-merge").ClassNameValue | {
1586
+ base?: import("tailwind-merge").ClassNameValue;
1587
+ };
1588
+ lg: import("tailwind-merge").ClassNameValue | {
1589
+ base?: import("tailwind-merge").ClassNameValue;
1590
+ };
1591
+ xl: import("tailwind-merge").ClassNameValue | {
1592
+ base?: import("tailwind-merge").ClassNameValue;
1593
+ };
1594
+ '2xl': import("tailwind-merge").ClassNameValue | {
1595
+ base?: import("tailwind-merge").ClassNameValue;
1596
+ };
1597
+ '3xl': import("tailwind-merge").ClassNameValue | {
1598
+ base?: import("tailwind-merge").ClassNameValue;
1599
+ };
1600
+ '4xl': import("tailwind-merge").ClassNameValue | {
1601
+ base?: import("tailwind-merge").ClassNameValue;
1602
+ };
1603
+ '5xl': import("tailwind-merge").ClassNameValue | {
1604
+ base?: import("tailwind-merge").ClassNameValue;
1605
+ };
1606
+ '6xl': import("tailwind-merge").ClassNameValue | {
1607
+ base?: import("tailwind-merge").ClassNameValue;
1608
+ };
1609
+ };
1610
+ sub: {
1611
+ true: import("tailwind-merge").ClassNameValue | {
1612
+ base?: import("tailwind-merge").ClassNameValue;
1613
+ };
1614
+ };
1615
+ italic: {
1616
+ true: import("tailwind-merge").ClassNameValue | {
1617
+ base?: import("tailwind-merge").ClassNameValue;
1618
+ };
1619
+ };
1620
+ highlight: {
1621
+ true: import("tailwind-merge").ClassNameValue | {
1622
+ base?: import("tailwind-merge").ClassNameValue;
1623
+ };
1624
+ };
1625
+ }), undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1626
+ isTruncated: {
1627
+ true: string;
1628
+ };
1629
+ bold: {
1630
+ true: string;
1631
+ };
1632
+ underline: {
1633
+ true: string;
1634
+ };
1635
+ strikeThrough: {
1636
+ true: string;
1637
+ };
1638
+ size: {
1639
+ '2xs': string;
1640
+ xs: string;
1641
+ sm: string;
1642
+ md: string;
1643
+ lg: string;
1644
+ xl: string;
1645
+ '2xl': string;
1646
+ '3xl': string;
1647
+ '4xl': string;
1648
+ '5xl': string;
1649
+ '6xl': string;
1650
+ };
1651
+ sub: {
1652
+ true: string;
1653
+ };
1654
+ italic: {
1655
+ true: string;
1656
+ };
1657
+ highlight: {
1658
+ true: string;
1659
+ };
1660
+ }, {
1661
+ isTruncated: {
1662
+ true: string;
1663
+ };
1664
+ bold: {
1665
+ true: string;
1666
+ };
1667
+ underline: {
1668
+ true: string;
1669
+ };
1670
+ strikeThrough: {
1671
+ true: string;
1672
+ };
1673
+ size: {
1674
+ '2xs': string;
1675
+ xs: string;
1676
+ sm: string;
1677
+ md: string;
1678
+ lg: string;
1679
+ xl: string;
1680
+ '2xl': string;
1681
+ '3xl': string;
1682
+ '4xl': string;
1683
+ '5xl': string;
1684
+ '6xl': string;
1685
+ };
1686
+ sub: {
1687
+ true: string;
1688
+ };
1689
+ italic: {
1690
+ true: string;
1691
+ };
1692
+ highlight: {
1693
+ true: string;
1694
+ };
1695
+ }>, {
1696
+ isTruncated: {
1697
+ true: string;
1698
+ };
1699
+ bold: {
1700
+ true: string;
1701
+ };
1702
+ underline: {
1703
+ true: string;
1704
+ };
1705
+ strikeThrough: {
1706
+ true: string;
1707
+ };
1708
+ size: {
1709
+ '2xs': string;
1710
+ xs: string;
1711
+ sm: string;
1712
+ md: string;
1713
+ lg: string;
1714
+ xl: string;
1715
+ '2xl': string;
1716
+ '3xl': string;
1717
+ '4xl': string;
1718
+ '5xl': string;
1719
+ '6xl': string;
1720
+ };
1721
+ sub: {
1722
+ true: string;
1723
+ };
1724
+ italic: {
1725
+ true: string;
1726
+ };
1727
+ highlight: {
1728
+ true: string;
1729
+ };
1730
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1731
+ isTruncated: {
1732
+ true: string;
1733
+ };
1734
+ bold: {
1735
+ true: string;
1736
+ };
1737
+ underline: {
1738
+ true: string;
1739
+ };
1740
+ strikeThrough: {
1741
+ true: string;
1742
+ };
1743
+ size: {
1744
+ '2xs': string;
1745
+ xs: string;
1746
+ sm: string;
1747
+ md: string;
1748
+ lg: string;
1749
+ xl: string;
1750
+ '2xl': string;
1751
+ '3xl': string;
1752
+ '4xl': string;
1753
+ '5xl': string;
1754
+ '6xl': string;
1755
+ };
1756
+ sub: {
1757
+ true: string;
1758
+ };
1759
+ italic: {
1760
+ true: string;
1761
+ };
1762
+ highlight: {
1763
+ true: string;
1764
+ };
1765
+ }, undefined, "font-medium text-typography-900", import("tailwind-variants/dist/config").TVConfig<{
1766
+ isTruncated: {
1767
+ true: string;
1768
+ };
1769
+ bold: {
1770
+ true: string;
1771
+ };
1772
+ underline: {
1773
+ true: string;
1774
+ };
1775
+ strikeThrough: {
1776
+ true: string;
1777
+ };
1778
+ size: {
1779
+ '2xs': string;
1780
+ xs: string;
1781
+ sm: string;
1782
+ md: string;
1783
+ lg: string;
1784
+ xl: string;
1785
+ '2xl': string;
1786
+ '3xl': string;
1787
+ '4xl': string;
1788
+ '5xl': string;
1789
+ '6xl': string;
1790
+ };
1791
+ sub: {
1792
+ true: string;
1793
+ };
1794
+ italic: {
1795
+ true: string;
1796
+ };
1797
+ highlight: {
1798
+ true: string;
1799
+ };
1800
+ }, {
1801
+ isTruncated: {
1802
+ true: string;
1803
+ };
1804
+ bold: {
1805
+ true: string;
1806
+ };
1807
+ underline: {
1808
+ true: string;
1809
+ };
1810
+ strikeThrough: {
1811
+ true: string;
1812
+ };
1813
+ size: {
1814
+ '2xs': string;
1815
+ xs: string;
1816
+ sm: string;
1817
+ md: string;
1818
+ lg: string;
1819
+ xl: string;
1820
+ '2xl': string;
1821
+ '3xl': string;
1822
+ '4xl': string;
1823
+ '5xl': string;
1824
+ '6xl': string;
1825
+ };
1826
+ sub: {
1827
+ true: string;
1828
+ };
1829
+ italic: {
1830
+ true: string;
1831
+ };
1832
+ highlight: {
1833
+ true: string;
1834
+ };
1835
+ }>, unknown, unknown, undefined>>> & React.RefAttributes<Text>, import("react-native").ViewProps, import("react-native").TextProps>;
1836
+ type IFormControlProps = React.ComponentProps<typeof UIFormControl> & VariantProps<typeof formControlStyle>;
1837
+ declare const FormControl: React.ForwardRefExoticComponent<Omit<IFormControlProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & {
1838
+ context?: any;
1839
+ } & React.RefAttributes<typeof View>>>;
1840
+ type IFormControlErrorProps = React.ComponentProps<typeof UIFormControl.Error> & VariantProps<typeof formControlErrorStyle>;
1841
+ declare const FormControlError: React.ForwardRefExoticComponent<Omit<IFormControlErrorProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
1842
+ type IFormControlErrorTextProps = React.ComponentProps<typeof UIFormControl.Error.Text> & VariantProps<typeof formControlErrorTextStyle>;
1843
+ declare const FormControlErrorText: React.ForwardRefExoticComponent<Omit<IFormControlErrorTextProps, "ref"> & React.RefAttributes<import("react-native").TextProps>>;
1844
+ declare const FormControlErrorIcon: React.ForwardRefExoticComponent<(Omit<Omit<import("@gluestack-ui/icon/lib/createIcon").IIconProps & import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg> & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1845
+ fill?: import("react-native").ColorValue;
1846
+ stroke?: import("react-native").ColorValue;
1847
+ }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1848
+ fill?: import("react-native").ColorValue;
1849
+ stroke?: import("react-native").ColorValue;
1850
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1851
+ fill?: import("react-native").ColorValue;
1852
+ stroke?: import("react-native").ColorValue;
1853
+ }>)> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1854
+ size: {
1855
+ '2xs': string;
1856
+ xs: string;
1857
+ sm: string;
1858
+ md: string;
1859
+ lg: string;
1860
+ xl: string;
1861
+ };
1862
+ } | ({
1863
+ size: {
1864
+ '2xs': string;
1865
+ xs: string;
1866
+ sm: string;
1867
+ md: string;
1868
+ lg: string;
1869
+ xl: string;
1870
+ };
1871
+ } & {
1872
+ size: {
1873
+ '2xs': import("tailwind-merge").ClassNameValue | {
1874
+ base?: import("tailwind-merge").ClassNameValue;
1875
+ };
1876
+ xs: import("tailwind-merge").ClassNameValue | {
1877
+ base?: import("tailwind-merge").ClassNameValue;
1878
+ };
1879
+ sm: import("tailwind-merge").ClassNameValue | {
1880
+ base?: import("tailwind-merge").ClassNameValue;
1881
+ };
1882
+ md: import("tailwind-merge").ClassNameValue | {
1883
+ base?: import("tailwind-merge").ClassNameValue;
1884
+ };
1885
+ lg: import("tailwind-merge").ClassNameValue | {
1886
+ base?: import("tailwind-merge").ClassNameValue;
1887
+ };
1888
+ xl: import("tailwind-merge").ClassNameValue | {
1889
+ base?: import("tailwind-merge").ClassNameValue;
1890
+ };
1891
+ };
1892
+ }), undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
1893
+ size: {
1894
+ '2xs': string;
1895
+ xs: string;
1896
+ sm: string;
1897
+ md: string;
1898
+ lg: string;
1899
+ xl: string;
1900
+ };
1901
+ }, {
1902
+ size: {
1903
+ '2xs': string;
1904
+ xs: string;
1905
+ sm: string;
1906
+ md: string;
1907
+ lg: string;
1908
+ xl: string;
1909
+ };
1910
+ }>, {
1911
+ size: {
1912
+ '2xs': string;
1913
+ xs: string;
1914
+ sm: string;
1915
+ md: string;
1916
+ lg: string;
1917
+ xl: string;
1918
+ };
1919
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1920
+ size: {
1921
+ '2xs': string;
1922
+ xs: string;
1923
+ sm: string;
1924
+ md: string;
1925
+ lg: string;
1926
+ xl: string;
1927
+ };
1928
+ }, undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
1929
+ size: {
1930
+ '2xs': string;
1931
+ xs: string;
1932
+ sm: string;
1933
+ md: string;
1934
+ lg: string;
1935
+ xl: string;
1936
+ };
1937
+ }, {
1938
+ size: {
1939
+ '2xs': string;
1940
+ xs: string;
1941
+ sm: string;
1942
+ md: string;
1943
+ lg: string;
1944
+ xl: string;
1945
+ };
1946
+ }>, unknown, unknown, undefined>>> & {
1947
+ height?: number;
1948
+ width?: number;
1949
+ }, "ref"> | Omit<Omit<import("@gluestack-ui/icon/lib/createIcon").IIconProps & {
1950
+ fill?: import("react-native").ColorValue;
1951
+ stroke?: import("react-native").ColorValue;
1952
+ } & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1953
+ fill?: import("react-native").ColorValue;
1954
+ stroke?: import("react-native").ColorValue;
1955
+ }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1956
+ fill?: import("react-native").ColorValue;
1957
+ stroke?: import("react-native").ColorValue;
1958
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
1959
+ fill?: import("react-native").ColorValue;
1960
+ stroke?: import("react-native").ColorValue;
1961
+ }>)> & VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1962
+ size: {
1963
+ '2xs': string;
1964
+ xs: string;
1965
+ sm: string;
1966
+ md: string;
1967
+ lg: string;
1968
+ xl: string;
1969
+ };
1970
+ } | ({
1971
+ size: {
1972
+ '2xs': string;
1973
+ xs: string;
1974
+ sm: string;
1975
+ md: string;
1976
+ lg: string;
1977
+ xl: string;
1978
+ };
1979
+ } & {
1980
+ size: {
1981
+ '2xs': import("tailwind-merge").ClassNameValue | {
1982
+ base?: import("tailwind-merge").ClassNameValue;
1983
+ };
1984
+ xs: import("tailwind-merge").ClassNameValue | {
1985
+ base?: import("tailwind-merge").ClassNameValue;
1986
+ };
1987
+ sm: import("tailwind-merge").ClassNameValue | {
1988
+ base?: import("tailwind-merge").ClassNameValue;
1989
+ };
1990
+ md: import("tailwind-merge").ClassNameValue | {
1991
+ base?: import("tailwind-merge").ClassNameValue;
1992
+ };
1993
+ lg: import("tailwind-merge").ClassNameValue | {
1994
+ base?: import("tailwind-merge").ClassNameValue;
1995
+ };
1996
+ xl: import("tailwind-merge").ClassNameValue | {
1997
+ base?: import("tailwind-merge").ClassNameValue;
1998
+ };
1999
+ };
2000
+ }), undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
2001
+ size: {
2002
+ '2xs': string;
2003
+ xs: string;
2004
+ sm: string;
2005
+ md: string;
2006
+ lg: string;
2007
+ xl: string;
2008
+ };
2009
+ }, {
2010
+ size: {
2011
+ '2xs': string;
2012
+ xs: string;
2013
+ sm: string;
2014
+ md: string;
2015
+ lg: string;
2016
+ xl: string;
2017
+ };
2018
+ }>, {
2019
+ size: {
2020
+ '2xs': string;
2021
+ xs: string;
2022
+ sm: string;
2023
+ md: string;
2024
+ lg: string;
2025
+ xl: string;
2026
+ };
2027
+ }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
2028
+ size: {
2029
+ '2xs': string;
2030
+ xs: string;
2031
+ sm: string;
2032
+ md: string;
2033
+ lg: string;
2034
+ xl: string;
2035
+ };
2036
+ }, undefined, "text-error-700 fill-none", import("tailwind-variants/dist/config").TVConfig<{
2037
+ size: {
2038
+ '2xs': string;
2039
+ xs: string;
2040
+ sm: string;
2041
+ md: string;
2042
+ lg: string;
2043
+ xl: string;
2044
+ };
2045
+ }, {
2046
+ size: {
2047
+ '2xs': string;
2048
+ xs: string;
2049
+ sm: string;
2050
+ md: string;
2051
+ lg: string;
2052
+ xl: string;
2053
+ };
2054
+ }>, unknown, unknown, undefined>>> & {
2055
+ height?: number;
2056
+ width?: number;
2057
+ }, "ref">) & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
2058
+ fill?: import("react-native").ColorValue;
2059
+ stroke?: import("react-native").ColorValue;
2060
+ }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
2061
+ fill?: import("react-native").ColorValue;
2062
+ stroke?: import("react-native").ColorValue;
2063
+ }>)>>;
2064
+ type IFormControlLabelProps = React.ComponentProps<typeof UIFormControl.Label> & VariantProps<typeof formControlLabelStyle>;
2065
+ declare const FormControlLabel: React.ForwardRefExoticComponent<Omit<IFormControlLabelProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
2066
+ type IFormControlLabelTextProps = React.ComponentProps<typeof UIFormControl.Label.Text> & VariantProps<typeof formControlLabelTextStyle>;
2067
+ declare const FormControlLabelText: React.ForwardRefExoticComponent<Omit<IFormControlLabelTextProps, "ref"> & React.RefAttributes<import("react-native").TextProps>>;
2068
+ type IFormControlHelperProps = React.ComponentProps<typeof UIFormControl.Helper> & VariantProps<typeof formControlHelperStyle>;
2069
+ declare const FormControlHelper: React.ForwardRefExoticComponent<Omit<IFormControlHelperProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
2070
+ type IFormControlHelperTextProps = React.ComponentProps<typeof UIFormControl.Helper.Text> & VariantProps<typeof formControlHelperTextStyle>;
2071
+ declare const FormControlHelperText: React.ForwardRefExoticComponent<Omit<IFormControlHelperTextProps, "ref"> & React.RefAttributes<import("react-native").TextProps>>;
2072
+ export { FormControl, FormControlError, FormControlErrorText, FormControlErrorIcon, FormControlLabel, FormControlLabelText, FormControlLabelAstrick, FormControlHelper, FormControlHelperText, };