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