@admin-layout/gluestack-ui-mobile 12.0.16-alpha.91 → 12.2.1-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 (602) hide show
  1. package/CHANGELOG.md +3 -231
  2. package/lib/components/AuthWrapper.js +3 -5
  3. package/lib/components/AuthWrapper.js.map +1 -1
  4. package/lib/components/ErrorBounday.js.map +1 -1
  5. package/lib/components/Fallback.js +12 -12
  6. package/lib/components/Fallback.js.map +1 -1
  7. package/lib/components/Layout/components/BasicLayout.js +2 -2
  8. package/lib/components/Layout/components/BasicLayout.js.map +1 -1
  9. package/lib/components/Layout/components/BottomTabBar.js +6 -6
  10. package/lib/components/Layout/components/BottomTabBar.js.map +1 -1
  11. package/lib/components/Layout/components/Drawer.js +17 -16
  12. package/lib/components/Layout/components/Drawer.js.map +1 -1
  13. package/lib/components/Layout/components/Header.js +15 -12
  14. package/lib/components/Layout/components/Header.js.map +1 -1
  15. package/lib/components/Layout/components/Sample.js +1 -1
  16. package/lib/components/Layout/components/Sample.js.map +1 -1
  17. package/lib/components/Layout/components/SettingDrawer/LayoutButton.js +9 -9
  18. package/lib/components/Layout/components/SettingDrawer/LayoutButton.js.map +1 -1
  19. package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js +36 -37
  20. package/lib/components/Layout/components/SettingDrawer/SettingDrawer.js.map +1 -1
  21. package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js +2 -13
  22. package/lib/components/Layout/components/SettingDrawer/ThemeColorButton.js.map +1 -1
  23. package/lib/components/Layout/components/SideBar.js +10 -7
  24. package/lib/components/Layout/components/SideBar.js.map +1 -1
  25. package/lib/components/NavigationComponent.js.map +1 -1
  26. package/lib/components/ToastAlert.d.ts +1 -1
  27. package/lib/components/ToastAlert.js +4 -4
  28. package/lib/components/ToastAlert.js.map +1 -1
  29. package/lib/components/UnAuthenticatedComponent.js +9 -9
  30. package/lib/components/UnAuthenticatedComponent.js.map +1 -1
  31. package/lib/components/WithConfiguration.d.ts +2 -2
  32. package/lib/components/WithConfiguration.js +4 -4
  33. package/lib/components/WithConfiguration.js.map +1 -1
  34. package/lib/components/WithPermission.js +1 -1
  35. package/lib/components/WithPermission.js.map +1 -1
  36. package/lib/components/WithPolicy.d.ts +2 -1
  37. package/lib/components/WithPolicy.js +1 -1
  38. package/lib/components/WithPolicy.js.map +1 -1
  39. package/lib/components/index.d.ts +0 -1
  40. package/lib/components/index.js +0 -1
  41. package/lib/components/index.js.map +1 -1
  42. package/lib/components/with-interactions-lifecycle-managed.js +11 -13
  43. package/lib/components/with-interactions-lifecycle-managed.js.map +1 -1
  44. package/lib/components/with-interactions-managed.js +5 -4
  45. package/lib/components/with-interactions-managed.js.map +1 -1
  46. package/lib/containers/layout/ProLayout.js +2 -2
  47. package/lib/containers/layout/ProLayout.js.map +1 -1
  48. package/lib/index.d.ts +3 -0
  49. package/lib/index.js +5 -5
  50. package/lib/index.js.map +1 -1
  51. package/lib/interfaces/settings.d.ts +0 -1
  52. package/lib/redux/settings.d.ts +0 -1
  53. package/lib/utils/generateMobileNavigations.js +2 -26
  54. package/lib/utils/generateMobileNavigations.js.map +1 -1
  55. package/package.json +8 -37
  56. package/src/components/AuthWrapper.tsx +3 -6
  57. package/src/components/ErrorBounday.tsx +19 -18
  58. package/src/components/Fallback.tsx +58 -54
  59. package/src/components/Layout/components/BasicLayout.tsx +2 -2
  60. package/src/components/Layout/components/BottomTabBar.tsx +101 -92
  61. package/src/components/Layout/components/Drawer.tsx +28 -31
  62. package/src/components/Layout/components/Header.tsx +27 -26
  63. package/src/components/Layout/components/Sample.tsx +1 -1
  64. package/src/components/Layout/components/SettingDrawer/LayoutButton.tsx +29 -15
  65. package/src/components/Layout/components/SettingDrawer/SettingDrawer.tsx +57 -49
  66. package/src/components/Layout/components/SettingDrawer/ThemeColorButton.tsx +5 -14
  67. package/src/components/Layout/components/SideBar.tsx +17 -12
  68. package/src/components/NavigationComponent.tsx +1 -1
  69. package/src/components/ToastAlert.tsx +13 -13
  70. package/src/components/UnAuthenticatedComponent.tsx +29 -19
  71. package/src/components/WithConfiguration.tsx +6 -6
  72. package/src/components/WithPermission.tsx +1 -1
  73. package/src/components/WithPolicy.tsx +4 -4
  74. package/src/components/index.ts +0 -1
  75. package/src/components/with-interactions-lifecycle-managed.tsx +18 -13
  76. package/src/components/with-interactions-managed.tsx +10 -5
  77. package/src/containers/layout/ProLayout.tsx +3 -3
  78. package/src/index.ts +7 -6
  79. package/src/interfaces/settings.ts +0 -1
  80. package/src/utils/generateMobileNavigations.ts +1 -29
  81. package/tsconfig.json +9 -3
  82. package/lib/components/ui/IconSymbol.d.ts +0 -19
  83. package/lib/components/ui/IconSymbol.ios.d.ts +0 -10
  84. package/lib/components/ui/IconSymbol.ios.js +0 -12
  85. package/lib/components/ui/IconSymbol.ios.js.map +0 -1
  86. package/lib/components/ui/IconSymbol.js +0 -21
  87. package/lib/components/ui/IconSymbol.js.map +0 -1
  88. package/lib/components/ui/TabBarBackground.d.ts +0 -2
  89. package/lib/components/ui/TabBarBackground.ios.d.ts +0 -3
  90. package/lib/components/ui/TabBarBackground.ios.js +0 -20
  91. package/lib/components/ui/TabBarBackground.ios.js.map +0 -1
  92. package/lib/components/ui/TabBarBackground.js +0 -6
  93. package/lib/components/ui/TabBarBackground.js.map +0 -1
  94. package/lib/components/ui/accordion/index.d.ts +0 -193
  95. package/lib/components/ui/accordion/index.js +0 -177
  96. package/lib/components/ui/accordion/index.js.map +0 -1
  97. package/lib/components/ui/accordion/index.web.d.ts +0 -209
  98. package/lib/components/ui/accordion/index.web.js +0 -156
  99. package/lib/components/ui/accordion/index.web.js.map +0 -1
  100. package/lib/components/ui/actionsheet/index.d.ts +0 -727
  101. package/lib/components/ui/actionsheet/index.js +0 -274
  102. package/lib/components/ui/actionsheet/index.js.map +0 -1
  103. package/lib/components/ui/actionsheet/index.web.d.ts +0 -872
  104. package/lib/components/ui/actionsheet/index.web.js +0 -286
  105. package/lib/components/ui/actionsheet/index.web.js.map +0 -1
  106. package/lib/components/ui/alert/index.d.ts +0 -479
  107. package/lib/components/ui/alert/index.js +0 -153
  108. package/lib/components/ui/alert/index.js.map +0 -1
  109. package/lib/components/ui/alert/index.web.d.ts +0 -135
  110. package/lib/components/ui/alert/index.web.js +0 -38
  111. package/lib/components/ui/alert/index.web.js.map +0 -1
  112. package/lib/components/ui/alert-dialog/index.d.ts +0 -53
  113. package/lib/components/ui/alert-dialog/index.js +0 -137
  114. package/lib/components/ui/alert-dialog/index.js.map +0 -1
  115. package/lib/components/ui/alert-dialog/index.web.d.ts +0 -58
  116. package/lib/components/ui/alert-dialog/index.web.js +0 -139
  117. package/lib/components/ui/alert-dialog/index.web.js.map +0 -1
  118. package/lib/components/ui/avatar/index.d.ts +0 -144
  119. package/lib/components/ui/avatar/index.js +0 -99
  120. package/lib/components/ui/avatar/index.js.map +0 -1
  121. package/lib/components/ui/avatar/index.web.d.ts +0 -21
  122. package/lib/components/ui/avatar/index.web.js +0 -92
  123. package/lib/components/ui/avatar/index.web.js.map +0 -1
  124. package/lib/components/ui/badge/index.d.ts +0 -386
  125. package/lib/components/ui/badge/index.js +0 -139
  126. package/lib/components/ui/badge/index.js.map +0 -1
  127. package/lib/components/ui/badge/index.web.d.ts +0 -382
  128. package/lib/components/ui/badge/index.web.js +0 -138
  129. package/lib/components/ui/badge/index.web.js.map +0 -1
  130. package/lib/components/ui/box/index.d.ts +0 -7
  131. package/lib/components/ui/box/index.js +0 -9
  132. package/lib/components/ui/box/index.js.map +0 -1
  133. package/lib/components/ui/box/index.web.d.ts +0 -6
  134. package/lib/components/ui/box/index.web.js +0 -8
  135. package/lib/components/ui/box/index.web.js.map +0 -1
  136. package/lib/components/ui/box/styles.d.ts +0 -1
  137. package/lib/components/ui/box/styles.js +0 -9
  138. package/lib/components/ui/box/styles.js.map +0 -1
  139. package/lib/components/ui/button/index.d.ts +0 -529
  140. package/lib/components/ui/button/index.js +0 -280
  141. package/lib/components/ui/button/index.js.map +0 -1
  142. package/lib/components/ui/button/index.web.d.ts +0 -247
  143. package/lib/components/ui/button/index.web.js +0 -57
  144. package/lib/components/ui/button/index.web.js.map +0 -1
  145. package/lib/components/ui/card/index.d.ts +0 -129
  146. package/lib/components/ui/card/index.js +0 -9
  147. package/lib/components/ui/card/index.js.map +0 -1
  148. package/lib/components/ui/card/index.web.d.ts +0 -126
  149. package/lib/components/ui/card/index.web.js +0 -8
  150. package/lib/components/ui/card/index.web.js.map +0 -1
  151. package/lib/components/ui/card/styles.d.ts +0 -123
  152. package/lib/components/ui/card/styles.js +0 -20
  153. package/lib/components/ui/card/styles.js.map +0 -1
  154. package/lib/components/ui/center/index.d.ts +0 -5
  155. package/lib/components/ui/center/index.js +0 -9
  156. package/lib/components/ui/center/index.js.map +0 -1
  157. package/lib/components/ui/center/index.web.d.ts +0 -4
  158. package/lib/components/ui/center/index.web.js +0 -8
  159. package/lib/components/ui/center/index.web.js.map +0 -1
  160. package/lib/components/ui/center/styles.d.ts +0 -1
  161. package/lib/components/ui/center/styles.js +0 -7
  162. package/lib/components/ui/center/styles.js.map +0 -1
  163. package/lib/components/ui/checkbox/index.d.ts +0 -115
  164. package/lib/components/ui/checkbox/index.js +0 -127
  165. package/lib/components/ui/checkbox/index.js.map +0 -1
  166. package/lib/components/ui/checkbox/index.web.d.ts +0 -265
  167. package/lib/components/ui/checkbox/index.web.js +0 -77
  168. package/lib/components/ui/checkbox/index.web.js.map +0 -1
  169. package/lib/components/ui/divider/index.d.ts +0 -54
  170. package/lib/components/ui/divider/index.js +0 -22
  171. package/lib/components/ui/divider/index.js.map +0 -1
  172. package/lib/components/ui/divider/index.web.d.ts +0 -53
  173. package/lib/components/ui/divider/index.web.js +0 -21
  174. package/lib/components/ui/divider/index.web.js.map +0 -1
  175. package/lib/components/ui/drawer/index.d.ts +0 -203
  176. package/lib/components/ui/drawer/index.js +0 -198
  177. package/lib/components/ui/drawer/index.js.map +0 -1
  178. package/lib/components/ui/drawer/index.web.d.ts +0 -174
  179. package/lib/components/ui/drawer/index.web.js +0 -65
  180. package/lib/components/ui/drawer/index.web.js.map +0 -1
  181. package/lib/components/ui/fab/index.d.ts +0 -520
  182. package/lib/components/ui/fab/index.js +0 -142
  183. package/lib/components/ui/fab/index.js.map +0 -1
  184. package/lib/components/ui/fab/index.web.d.ts +0 -520
  185. package/lib/components/ui/fab/index.web.js +0 -146
  186. package/lib/components/ui/fab/index.web.js.map +0 -1
  187. package/lib/components/ui/flat-list/index.d.ts +0 -1
  188. package/lib/components/ui/flat-list/index.js +0 -3
  189. package/lib/components/ui/flat-list/index.js.map +0 -1
  190. package/lib/components/ui/flat-list/index.web.d.ts +0 -21
  191. package/lib/components/ui/flat-list/index.web.js +0 -41
  192. package/lib/components/ui/flat-list/index.web.js.map +0 -1
  193. package/lib/components/ui/form-control/index.d.ts +0 -2072
  194. package/lib/components/ui/form-control/index.js +0 -290
  195. package/lib/components/ui/form-control/index.js.map +0 -1
  196. package/lib/components/ui/form-control/index.web.d.ts +0 -2071
  197. package/lib/components/ui/form-control/index.web.js +0 -290
  198. package/lib/components/ui/form-control/index.web.js.map +0 -1
  199. package/lib/components/ui/gluestack-ui-provider/config.d.ts +0 -4
  200. package/lib/components/ui/gluestack-ui-provider/config.js +0 -287
  201. package/lib/components/ui/gluestack-ui-provider/config.js.map +0 -1
  202. package/lib/components/ui/gluestack-ui-provider/index.d.ts +0 -8
  203. package/lib/components/ui/gluestack-ui-provider/index.js +0 -22
  204. package/lib/components/ui/gluestack-ui-provider/index.js.map +0 -1
  205. package/lib/components/ui/gluestack-ui-provider/index.web.d.ts +0 -7
  206. package/lib/components/ui/gluestack-ui-provider/index.web.js +0 -69
  207. package/lib/components/ui/gluestack-ui-provider/index.web.js.map +0 -1
  208. package/lib/components/ui/gluestack-ui-provider/script.d.ts +0 -1
  209. package/lib/components/ui/gluestack-ui-provider/script.js +0 -17
  210. package/lib/components/ui/gluestack-ui-provider/script.js.map +0 -1
  211. package/lib/components/ui/gluestack-ui-provider/types.d.ts +0 -1
  212. package/lib/components/ui/gluestack-ui-provider/types.js +0 -2
  213. package/lib/components/ui/gluestack-ui-provider/types.js.map +0 -1
  214. package/lib/components/ui/grid/index.d.ts +0 -27
  215. package/lib/components/ui/grid/index.js +0 -175
  216. package/lib/components/ui/grid/index.js.map +0 -1
  217. package/lib/components/ui/grid/index.web.d.ts +0 -23
  218. package/lib/components/ui/grid/index.web.js +0 -20
  219. package/lib/components/ui/grid/index.web.js.map +0 -1
  220. package/lib/components/ui/grid/styles.d.ts +0 -2
  221. package/lib/components/ui/grid/styles.js +0 -11
  222. package/lib/components/ui/grid/styles.js.map +0 -1
  223. package/lib/components/ui/heading/index.d.ts +0 -335
  224. package/lib/components/ui/heading/index.js +0 -135
  225. package/lib/components/ui/heading/index.js.map +0 -1
  226. package/lib/components/ui/heading/index.web.d.ts +0 -335
  227. package/lib/components/ui/heading/index.web.js +0 -113
  228. package/lib/components/ui/heading/index.web.js.map +0 -1
  229. package/lib/components/ui/heading/styles.d.ts +0 -330
  230. package/lib/components/ui/heading/styles.js +0 -43
  231. package/lib/components/ui/heading/styles.js.map +0 -1
  232. package/lib/components/ui/hstack/index.d.ts +0 -150
  233. package/lib/components/ui/hstack/index.js +0 -9
  234. package/lib/components/ui/hstack/index.js.map +0 -1
  235. package/lib/components/ui/hstack/index.web.d.ts +0 -148
  236. package/lib/components/ui/hstack/index.web.js +0 -8
  237. package/lib/components/ui/hstack/index.web.js.map +0 -1
  238. package/lib/components/ui/hstack/styles.d.ts +0 -145
  239. package/lib/components/ui/hstack/styles.js +0 -24
  240. package/lib/components/ui/hstack/styles.js.map +0 -1
  241. package/lib/components/ui/icon/index.d.ts +0 -364
  242. package/lib/components/ui/icon/index.js +0 -565
  243. package/lib/components/ui/icon/index.js.map +0 -1
  244. package/lib/components/ui/icon/index.web.d.ts +0 -489
  245. package/lib/components/ui/icon/index.web.js +0 -555
  246. package/lib/components/ui/icon/index.web.js.map +0 -1
  247. package/lib/components/ui/image/index.d.ts +0 -132
  248. package/lib/components/ui/image/index.js +0 -33
  249. package/lib/components/ui/image/index.js.map +0 -1
  250. package/lib/components/ui/image/index.web.d.ts +0 -142
  251. package/lib/components/ui/image/index.web.js +0 -29
  252. package/lib/components/ui/image/index.web.js.map +0 -1
  253. package/lib/components/ui/image-background/index.d.ts +0 -3
  254. package/lib/components/ui/image-background/index.js +0 -11
  255. package/lib/components/ui/image-background/index.js.map +0 -1
  256. package/lib/components/ui/image-background/index.web.d.ts +0 -8
  257. package/lib/components/ui/image-background/index.web.js +0 -23
  258. package/lib/components/ui/image-background/index.web.js.map +0 -1
  259. package/lib/components/ui/index.d.ts +0 -54
  260. package/lib/components/ui/index.js +0 -55
  261. package/lib/components/ui/index.js.map +0 -1
  262. package/lib/components/ui/input/index.d.ts +0 -262
  263. package/lib/components/ui/input/index.js +0 -121
  264. package/lib/components/ui/input/index.js.map +0 -1
  265. package/lib/components/ui/input/index.web.d.ts +0 -163
  266. package/lib/components/ui/input/index.web.js +0 -50
  267. package/lib/components/ui/input/index.web.js.map +0 -1
  268. package/lib/components/ui/input-accessory-view/index.d.ts +0 -1
  269. package/lib/components/ui/input-accessory-view/index.js +0 -3
  270. package/lib/components/ui/input-accessory-view/index.js.map +0 -1
  271. package/lib/components/ui/input-accessory-view/index.web.d.ts +0 -9
  272. package/lib/components/ui/input-accessory-view/index.web.js +0 -16
  273. package/lib/components/ui/input-accessory-view/index.web.js.map +0 -1
  274. package/lib/components/ui/keyboard-avoiding-view/index.d.ts +0 -1
  275. package/lib/components/ui/keyboard-avoiding-view/index.js +0 -3
  276. package/lib/components/ui/keyboard-avoiding-view/index.js.map +0 -1
  277. package/lib/components/ui/keyboard-avoiding-view/index.web.d.ts +0 -9
  278. package/lib/components/ui/keyboard-avoiding-view/index.web.js +0 -8
  279. package/lib/components/ui/keyboard-avoiding-view/index.web.js.map +0 -1
  280. package/lib/components/ui/link/index.d.ts +0 -369
  281. package/lib/components/ui/link/index.js +0 -69
  282. package/lib/components/ui/link/index.js.map +0 -1
  283. package/lib/components/ui/link/index.web.d.ts +0 -365
  284. package/lib/components/ui/link/index.web.js +0 -70
  285. package/lib/components/ui/link/index.web.js.map +0 -1
  286. package/lib/components/ui/menu/index.d.ts +0 -376
  287. package/lib/components/ui/menu/index.js +0 -120
  288. package/lib/components/ui/menu/index.js.map +0 -1
  289. package/lib/components/ui/menu/index.web.d.ts +0 -142
  290. package/lib/components/ui/menu/index.web.js +0 -83
  291. package/lib/components/ui/menu/index.web.js.map +0 -1
  292. package/lib/components/ui/modal/index.d.ts +0 -142
  293. package/lib/components/ui/modal/index.js +0 -137
  294. package/lib/components/ui/modal/index.js.map +0 -1
  295. package/lib/components/ui/modal/index.web.d.ts +0 -111
  296. package/lib/components/ui/modal/index.web.js +0 -58
  297. package/lib/components/ui/modal/index.web.js.map +0 -1
  298. package/lib/components/ui/popover/index.d.ts +0 -306
  299. package/lib/components/ui/popover/index.js +0 -172
  300. package/lib/components/ui/popover/index.js.map +0 -1
  301. package/lib/components/ui/popover/index.web.d.ts +0 -305
  302. package/lib/components/ui/popover/index.web.js +0 -184
  303. package/lib/components/ui/popover/index.web.js.map +0 -1
  304. package/lib/components/ui/portal/index.d.ts +0 -2
  305. package/lib/components/ui/portal/index.js +0 -9
  306. package/lib/components/ui/portal/index.js.map +0 -1
  307. package/lib/components/ui/portal/index.web.d.ts +0 -9
  308. package/lib/components/ui/portal/index.web.js +0 -16
  309. package/lib/components/ui/portal/index.web.js.map +0 -1
  310. package/lib/components/ui/pressable/index.d.ts +0 -13
  311. package/lib/components/ui/pressable/index.js +0 -20
  312. package/lib/components/ui/pressable/index.js.map +0 -1
  313. package/lib/components/ui/pressable/index.web.d.ts +0 -8
  314. package/lib/components/ui/pressable/index.web.js +0 -44
  315. package/lib/components/ui/pressable/index.web.js.map +0 -1
  316. package/lib/components/ui/progress/index.d.ts +0 -174
  317. package/lib/components/ui/progress/index.js +0 -127
  318. package/lib/components/ui/progress/index.js.map +0 -1
  319. package/lib/components/ui/progress/index.web.d.ts +0 -237
  320. package/lib/components/ui/progress/index.web.js +0 -73
  321. package/lib/components/ui/progress/index.web.js.map +0 -1
  322. package/lib/components/ui/radio/index.d.ts +0 -160
  323. package/lib/components/ui/radio/index.js +0 -122
  324. package/lib/components/ui/radio/index.js.map +0 -1
  325. package/lib/components/ui/radio/index.web.d.ts +0 -224
  326. package/lib/components/ui/radio/index.web.js +0 -69
  327. package/lib/components/ui/radio/index.web.js.map +0 -1
  328. package/lib/components/ui/refresh-control/index.d.ts +0 -1
  329. package/lib/components/ui/refresh-control/index.js +0 -3
  330. package/lib/components/ui/refresh-control/index.js.map +0 -1
  331. package/lib/components/ui/refresh-control/index.web.d.ts +0 -14
  332. package/lib/components/ui/refresh-control/index.web.js +0 -69
  333. package/lib/components/ui/refresh-control/index.web.js.map +0 -1
  334. package/lib/components/ui/safe-area-view/index.d.ts +0 -6
  335. package/lib/components/ui/safe-area-view/index.js +0 -9
  336. package/lib/components/ui/safe-area-view/index.js.map +0 -1
  337. package/lib/components/ui/safe-area-view/index.web.d.ts +0 -6
  338. package/lib/components/ui/safe-area-view/index.web.js +0 -10
  339. package/lib/components/ui/safe-area-view/index.web.js.map +0 -1
  340. package/lib/components/ui/safe-area-view/styles.d.ts +0 -1
  341. package/lib/components/ui/safe-area-view/styles.js +0 -9
  342. package/lib/components/ui/safe-area-view/styles.js.map +0 -1
  343. package/lib/components/ui/scroll-view/index.d.ts +0 -1
  344. package/lib/components/ui/scroll-view/index.js +0 -3
  345. package/lib/components/ui/scroll-view/index.js.map +0 -1
  346. package/lib/components/ui/scroll-view/index.web.d.ts +0 -44
  347. package/lib/components/ui/scroll-view/index.web.js +0 -41
  348. package/lib/components/ui/scroll-view/index.web.js.map +0 -1
  349. package/lib/components/ui/section-list/index.d.ts +0 -1
  350. package/lib/components/ui/section-list/index.js +0 -3
  351. package/lib/components/ui/section-list/index.js.map +0 -1
  352. package/lib/components/ui/section-list/index.web.d.ts +0 -26
  353. package/lib/components/ui/section-list/index.web.js +0 -35
  354. package/lib/components/ui/section-list/index.web.js.map +0 -1
  355. package/lib/components/ui/select/index.d.ts +0 -1690
  356. package/lib/components/ui/select/index.js +0 -155
  357. package/lib/components/ui/select/index.js.map +0 -1
  358. package/lib/components/ui/select/index.web.d.ts +0 -162
  359. package/lib/components/ui/select/index.web.js +0 -51
  360. package/lib/components/ui/select/index.web.js.map +0 -1
  361. package/lib/components/ui/select/select-actionsheet.d.ts +0 -896
  362. package/lib/components/ui/select/select-actionsheet.js +0 -275
  363. package/lib/components/ui/select/select-actionsheet.js.map +0 -1
  364. package/lib/components/ui/skeleton/index.d.ts +0 -268
  365. package/lib/components/ui/skeleton/index.js +0 -63
  366. package/lib/components/ui/skeleton/index.js.map +0 -1
  367. package/lib/components/ui/skeleton/index.web.d.ts +0 -267
  368. package/lib/components/ui/skeleton/index.web.js +0 -37
  369. package/lib/components/ui/skeleton/index.web.js.map +0 -1
  370. package/lib/components/ui/skeleton/styles.d.ts +0 -257
  371. package/lib/components/ui/skeleton/styles.js +0 -35
  372. package/lib/components/ui/skeleton/styles.js.map +0 -1
  373. package/lib/components/ui/slider/index.d.ts +0 -211
  374. package/lib/components/ui/slider/index.js +0 -180
  375. package/lib/components/ui/slider/index.js.map +0 -1
  376. package/lib/components/ui/slider/index.web.d.ts +0 -223
  377. package/lib/components/ui/slider/index.web.js +0 -189
  378. package/lib/components/ui/slider/index.web.js.map +0 -1
  379. package/lib/components/ui/spinner/index.d.ts +0 -4
  380. package/lib/components/ui/spinner/index.js +0 -15
  381. package/lib/components/ui/spinner/index.js.map +0 -1
  382. package/lib/components/ui/spinner/index.web.d.ts +0 -176
  383. package/lib/components/ui/spinner/index.web.js +0 -55
  384. package/lib/components/ui/spinner/index.web.js.map +0 -1
  385. package/lib/components/ui/status-bar/index.d.ts +0 -1
  386. package/lib/components/ui/status-bar/index.js +0 -3
  387. package/lib/components/ui/status-bar/index.js.map +0 -1
  388. package/lib/components/ui/status-bar/index.web.d.ts +0 -14
  389. package/lib/components/ui/status-bar/index.web.js +0 -7
  390. package/lib/components/ui/status-bar/index.web.js.map +0 -1
  391. package/lib/components/ui/switch/index.d.ts +0 -72
  392. package/lib/components/ui/switch/index.js +0 -25
  393. package/lib/components/ui/switch/index.js.map +0 -1
  394. package/lib/components/ui/switch/index.web.d.ts +0 -71
  395. package/lib/components/ui/switch/index.web.js +0 -27
  396. package/lib/components/ui/switch/index.web.js.map +0 -1
  397. package/lib/components/ui/table/index.d.ts +0 -17
  398. package/lib/components/ui/table/index.js +0 -96
  399. package/lib/components/ui/table/index.js.map +0 -1
  400. package/lib/components/ui/table/index.web.d.ts +0 -10
  401. package/lib/components/ui/table/index.web.js +0 -60
  402. package/lib/components/ui/table/index.web.js.map +0 -1
  403. package/lib/components/ui/table/styles.d.ts +0 -75
  404. package/lib/components/ui/table/styles.js +0 -36
  405. package/lib/components/ui/table/styles.js.map +0 -1
  406. package/lib/components/ui/tabs/index.web.d.ts +0 -351
  407. package/lib/components/ui/tabs/index.web.js +0 -120
  408. package/lib/components/ui/tabs/index.web.js.map +0 -1
  409. package/lib/components/ui/text/index.d.ts +0 -358
  410. package/lib/components/ui/text/index.js +0 -19
  411. package/lib/components/ui/text/index.js.map +0 -1
  412. package/lib/components/ui/text/index.web.d.ts +0 -6
  413. package/lib/components/ui/text/index.web.js +0 -18
  414. package/lib/components/ui/text/index.web.js.map +0 -1
  415. package/lib/components/ui/text/styles.d.ts +0 -352
  416. package/lib/components/ui/text/styles.js +0 -45
  417. package/lib/components/ui/text/styles.js.map +0 -1
  418. package/lib/components/ui/textarea/index.d.ts +0 -129
  419. package/lib/components/ui/textarea/index.js +0 -52
  420. package/lib/components/ui/textarea/index.js.map +0 -1
  421. package/lib/components/ui/textarea/index.web.d.ts +0 -162
  422. package/lib/components/ui/textarea/index.web.js +0 -50
  423. package/lib/components/ui/textarea/index.web.js.map +0 -1
  424. package/lib/components/ui/toast/index.d.ts +0 -527
  425. package/lib/components/ui/toast/index.js +0 -165
  426. package/lib/components/ui/toast/index.js.map +0 -1
  427. package/lib/components/ui/toast/index.web.d.ts +0 -225
  428. package/lib/components/ui/toast/index.web.js +0 -80
  429. package/lib/components/ui/toast/index.web.js.map +0 -1
  430. package/lib/components/ui/tooltip/index.d.ts +0 -391
  431. package/lib/components/ui/tooltip/index.js +0 -75
  432. package/lib/components/ui/tooltip/index.js.map +0 -1
  433. package/lib/components/ui/tooltip/index.web.d.ts +0 -86
  434. package/lib/components/ui/tooltip/index.web.js +0 -110
  435. package/lib/components/ui/tooltip/index.web.js.map +0 -1
  436. package/lib/components/ui/utils/use-break-point-value.d.ts +0 -14
  437. package/lib/components/ui/utils/use-break-point-value.js +0 -54
  438. package/lib/components/ui/utils/use-break-point-value.js.map +0 -1
  439. package/lib/components/ui/view/index.d.ts +0 -1
  440. package/lib/components/ui/view/index.js +0 -3
  441. package/lib/components/ui/view/index.js.map +0 -1
  442. package/lib/components/ui/view/index.web.d.ts +0 -2
  443. package/lib/components/ui/view/index.web.js +0 -7
  444. package/lib/components/ui/view/index.web.js.map +0 -1
  445. package/lib/components/ui/virtualized-list/index.d.ts +0 -1
  446. package/lib/components/ui/virtualized-list/index.js +0 -3
  447. package/lib/components/ui/virtualized-list/index.js.map +0 -1
  448. package/lib/components/ui/virtualized-list/index.web.d.ts +0 -19
  449. package/lib/components/ui/virtualized-list/index.web.js +0 -30
  450. package/lib/components/ui/virtualized-list/index.web.js.map +0 -1
  451. package/lib/components/ui/vstack/index.d.ts +0 -149
  452. package/lib/components/ui/vstack/index.js +0 -9
  453. package/lib/components/ui/vstack/index.js.map +0 -1
  454. package/lib/components/ui/vstack/index.web.d.ts +0 -6
  455. package/lib/components/ui/vstack/index.web.js +0 -8
  456. package/lib/components/ui/vstack/index.web.js.map +0 -1
  457. package/lib/components/ui/vstack/styles.d.ts +0 -145
  458. package/lib/components/ui/vstack/styles.js +0 -24
  459. package/lib/components/ui/vstack/styles.js.map +0 -1
  460. package/lib/global.css +0 -3
  461. package/lib/gluestack-ui-base-config.d.ts +0 -8
  462. package/lib/gluestack-ui-base-config.js +0 -12
  463. package/lib/gluestack-ui-base-config.js.map +0 -1
  464. package/lib/nativewind-env.d.ts +0 -1
  465. package/lib/tailwind-base-config.d.ts +0 -194
  466. package/lib/tailwind-base-config.js +0 -197
  467. package/lib/tailwind-base-config.js.map +0 -1
  468. package/lib/tailwind.config.d.ts +0 -1
  469. package/lib/tailwind.config.js +0 -197
  470. package/lib/tailwind.config.js.map +0 -1
  471. package/src/components/ui/IconSymbol.ios.tsx +0 -33
  472. package/src/components/ui/IconSymbol.tsx +0 -40
  473. package/src/components/ui/TabBarBackground.ios.tsx +0 -23
  474. package/src/components/ui/TabBarBackground.tsx +0 -6
  475. package/src/components/ui/accordion/index.tsx +0 -304
  476. package/src/components/ui/accordion/index.web.tsx +0 -294
  477. package/src/components/ui/actionsheet/index.tsx +0 -499
  478. package/src/components/ui/actionsheet/index.web.tsx +0 -555
  479. package/src/components/ui/alert/index.tsx +0 -205
  480. package/src/components/ui/alert/index.web.tsx +0 -71
  481. package/src/components/ui/alert-dialog/index.tsx +0 -260
  482. package/src/components/ui/alert-dialog/index.web.tsx +0 -241
  483. package/src/components/ui/avatar/index.tsx +0 -162
  484. package/src/components/ui/avatar/index.web.tsx +0 -150
  485. package/src/components/ui/badge/index.tsx +0 -188
  486. package/src/components/ui/badge/index.web.tsx +0 -188
  487. package/src/components/ui/box/index.tsx +0 -14
  488. package/src/components/ui/box/index.web.tsx +0 -13
  489. package/src/components/ui/box/styles.tsx +0 -10
  490. package/src/components/ui/button/index.tsx +0 -353
  491. package/src/components/ui/button/index.web.tsx +0 -86
  492. package/src/components/ui/card/index.tsx +0 -16
  493. package/src/components/ui/card/index.web.tsx +0 -15
  494. package/src/components/ui/card/styles.tsx +0 -20
  495. package/src/components/ui/center/index.tsx +0 -14
  496. package/src/components/ui/center/index.web.tsx +0 -14
  497. package/src/components/ui/center/styles.tsx +0 -8
  498. package/src/components/ui/checkbox/index.tsx +0 -192
  499. package/src/components/ui/checkbox/index.web.tsx +0 -151
  500. package/src/components/ui/divider/index.tsx +0 -38
  501. package/src/components/ui/divider/index.web.tsx +0 -37
  502. package/src/components/ui/drawer/index.tsx +0 -311
  503. package/src/components/ui/drawer/index.web.tsx +0 -144
  504. package/src/components/ui/fab/index.tsx +0 -190
  505. package/src/components/ui/fab/index.web.tsx +0 -201
  506. package/src/components/ui/flat-list/index.tsx +0 -2
  507. package/src/components/ui/flat-list/index.web.tsx +0 -89
  508. package/src/components/ui/form-control/index.tsx +0 -432
  509. package/src/components/ui/form-control/index.web.tsx +0 -451
  510. package/src/components/ui/gluestack-ui-provider/config.ts +0 -309
  511. package/src/components/ui/gluestack-ui-provider/index.tsx +0 -38
  512. package/src/components/ui/gluestack-ui-provider/index.web.tsx +0 -88
  513. package/src/components/ui/gluestack-ui-provider/script.ts +0 -17
  514. package/src/components/ui/gluestack-ui-provider/types.ts +0 -1
  515. package/src/components/ui/grid/index.tsx +0 -284
  516. package/src/components/ui/grid/index.web.tsx +0 -61
  517. package/src/components/ui/grid/styles.tsx +0 -13
  518. package/src/components/ui/heading/index.tsx +0 -193
  519. package/src/components/ui/heading/index.web.tsx +0 -177
  520. package/src/components/ui/heading/styles.tsx +0 -43
  521. package/src/components/ui/hstack/index.tsx +0 -17
  522. package/src/components/ui/hstack/index.web.tsx +0 -15
  523. package/src/components/ui/hstack/styles.tsx +0 -25
  524. package/src/components/ui/icon/index.tsx +0 -1202
  525. package/src/components/ui/icon/index.web.tsx +0 -1190
  526. package/src/components/ui/image/index.tsx +0 -48
  527. package/src/components/ui/image/index.web.tsx +0 -43
  528. package/src/components/ui/image-background/index.tsx +0 -21
  529. package/src/components/ui/image-background/index.web.tsx +0 -43
  530. package/src/components/ui/index.ts +0 -54
  531. package/src/components/ui/input/index.tsx +0 -191
  532. package/src/components/ui/input/index.web.tsx +0 -80
  533. package/src/components/ui/input-accessory-view/index.tsx +0 -2
  534. package/src/components/ui/input-accessory-view/index.web.tsx +0 -31
  535. package/src/components/ui/keyboard-avoiding-view/index.tsx +0 -2
  536. package/src/components/ui/keyboard-avoiding-view/index.web.tsx +0 -23
  537. package/src/components/ui/link/index.tsx +0 -92
  538. package/src/components/ui/link/index.web.tsx +0 -103
  539. package/src/components/ui/menu/index.tsx +0 -179
  540. package/src/components/ui/menu/index.web.tsx +0 -159
  541. package/src/components/ui/modal/index.tsx +0 -244
  542. package/src/components/ui/modal/index.web.tsx +0 -135
  543. package/src/components/ui/popover/index.tsx +0 -309
  544. package/src/components/ui/popover/index.web.tsx +0 -326
  545. package/src/components/ui/portal/index.tsx +0 -12
  546. package/src/components/ui/portal/index.web.tsx +0 -34
  547. package/src/components/ui/pressable/index.tsx +0 -34
  548. package/src/components/ui/pressable/index.web.tsx +0 -73
  549. package/src/components/ui/progress/index.tsx +0 -160
  550. package/src/components/ui/progress/index.web.tsx +0 -123
  551. package/src/components/ui/radio/index.tsx +0 -178
  552. package/src/components/ui/radio/index.web.tsx +0 -130
  553. package/src/components/ui/refresh-control/index.tsx +0 -2
  554. package/src/components/ui/refresh-control/index.web.tsx +0 -104
  555. package/src/components/ui/safe-area-view/index.tsx +0 -22
  556. package/src/components/ui/safe-area-view/index.web.tsx +0 -24
  557. package/src/components/ui/safe-area-view/styles.tsx +0 -10
  558. package/src/components/ui/scroll-view/index.tsx +0 -2
  559. package/src/components/ui/scroll-view/index.web.tsx +0 -142
  560. package/src/components/ui/section-list/index.tsx +0 -2
  561. package/src/components/ui/section-list/index.web.tsx +0 -93
  562. package/src/components/ui/select/index.tsx +0 -251
  563. package/src/components/ui/select/index.web.tsx +0 -83
  564. package/src/components/ui/select/select-actionsheet.tsx +0 -503
  565. package/src/components/ui/skeleton/index.tsx +0 -113
  566. package/src/components/ui/skeleton/index.web.tsx +0 -92
  567. package/src/components/ui/skeleton/styles.tsx +0 -35
  568. package/src/components/ui/slider/index.tsx +0 -239
  569. package/src/components/ui/slider/index.web.tsx +0 -283
  570. package/src/components/ui/spinner/index.tsx +0 -31
  571. package/src/components/ui/spinner/index.web.tsx +0 -81
  572. package/src/components/ui/status-bar/index.tsx +0 -2
  573. package/src/components/ui/status-bar/index.web.tsx +0 -20
  574. package/src/components/ui/switch/index.tsx +0 -33
  575. package/src/components/ui/switch/index.web.tsx +0 -44
  576. package/src/components/ui/table/index.tsx +0 -171
  577. package/src/components/ui/table/index.web.tsx +0 -95
  578. package/src/components/ui/table/styles.tsx +0 -44
  579. package/src/components/ui/tabs/index.web.tsx +0 -205
  580. package/src/components/ui/text/index.tsx +0 -53
  581. package/src/components/ui/text/index.web.tsx +0 -45
  582. package/src/components/ui/text/styles.tsx +0 -47
  583. package/src/components/ui/textarea/index.tsx +0 -83
  584. package/src/components/ui/textarea/index.web.tsx +0 -86
  585. package/src/components/ui/toast/index.tsx +0 -218
  586. package/src/components/ui/toast/index.web.tsx +0 -132
  587. package/src/components/ui/tooltip/index.tsx +0 -104
  588. package/src/components/ui/tooltip/index.web.tsx +0 -155
  589. package/src/components/ui/utils/use-break-point-value.ts +0 -79
  590. package/src/components/ui/view/index.tsx +0 -2
  591. package/src/components/ui/view/index.web.tsx +0 -15
  592. package/src/components/ui/virtualized-list/index.tsx +0 -2
  593. package/src/components/ui/virtualized-list/index.web.tsx +0 -84
  594. package/src/components/ui/vstack/index.tsx +0 -17
  595. package/src/components/ui/vstack/index.web.tsx +0 -16
  596. package/src/components/ui/vstack/styles.tsx +0 -25
  597. package/src/global.css +0 -3
  598. package/src/gluestack-ui-base-config.js +0 -12
  599. package/src/gluestack-ui.config.json +0 -10
  600. package/src/nativewind-env.d.ts +0 -1
  601. package/src/tailwind-base-config.js +0 -197
  602. package/src/tailwind.config.js +0 -198
@@ -1,2072 +0,0 @@
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, };