@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,1690 +0,0 @@
1
- import React from 'react';
2
- import type { VariantProps } from '@gluestack-ui/nativewind-utils';
3
- import { View } from 'react-native';
4
- declare const selectStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
5
- declare const selectTriggerStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
6
- size: {
7
- xl: string;
8
- lg: string;
9
- md: string;
10
- sm: string;
11
- };
12
- variant: {
13
- underlined: string;
14
- outline: string;
15
- rounded: string;
16
- };
17
- } | ({
18
- size: {
19
- xl: string;
20
- lg: string;
21
- md: string;
22
- sm: string;
23
- };
24
- variant: {
25
- underlined: string;
26
- outline: string;
27
- rounded: string;
28
- };
29
- } & {
30
- size: {
31
- xl: import("tailwind-merge").ClassNameValue | {
32
- base?: import("tailwind-merge").ClassNameValue;
33
- };
34
- lg: import("tailwind-merge").ClassNameValue | {
35
- base?: import("tailwind-merge").ClassNameValue;
36
- };
37
- md: import("tailwind-merge").ClassNameValue | {
38
- base?: import("tailwind-merge").ClassNameValue;
39
- };
40
- sm: import("tailwind-merge").ClassNameValue | {
41
- base?: import("tailwind-merge").ClassNameValue;
42
- };
43
- };
44
- variant: {
45
- underlined: import("tailwind-merge").ClassNameValue | {
46
- base?: import("tailwind-merge").ClassNameValue;
47
- };
48
- outline: import("tailwind-merge").ClassNameValue | {
49
- base?: import("tailwind-merge").ClassNameValue;
50
- };
51
- rounded: import("tailwind-merge").ClassNameValue | {
52
- base?: import("tailwind-merge").ClassNameValue;
53
- };
54
- };
55
- }), undefined, "border border-background-300 rounded flex-row items-center justify-between overflow-hidden data-[hover=true]:border-outline-400 data-[focus=true]:border-primary-700 data-[disabled=true]:opacity-40 data-[disabled=true]:data-[hover=true]:border-background-300", import("tailwind-variants/dist/config").TVConfig<{
56
- size: {
57
- xl: string;
58
- lg: string;
59
- md: string;
60
- sm: string;
61
- };
62
- variant: {
63
- underlined: string;
64
- outline: string;
65
- rounded: string;
66
- };
67
- }, {
68
- size: {
69
- xl: string;
70
- lg: string;
71
- md: string;
72
- sm: string;
73
- };
74
- variant: {
75
- underlined: string;
76
- outline: string;
77
- rounded: string;
78
- };
79
- }>, {
80
- size: {
81
- xl: string;
82
- lg: string;
83
- md: string;
84
- sm: string;
85
- };
86
- variant: {
87
- underlined: string;
88
- outline: string;
89
- rounded: string;
90
- };
91
- }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
92
- size: {
93
- xl: string;
94
- lg: string;
95
- md: string;
96
- sm: string;
97
- };
98
- variant: {
99
- underlined: string;
100
- outline: string;
101
- rounded: string;
102
- };
103
- }, undefined, "border border-background-300 rounded flex-row items-center justify-between overflow-hidden data-[hover=true]:border-outline-400 data-[focus=true]:border-primary-700 data-[disabled=true]:opacity-40 data-[disabled=true]:data-[hover=true]:border-background-300", import("tailwind-variants/dist/config").TVConfig<{
104
- size: {
105
- xl: string;
106
- lg: string;
107
- md: string;
108
- sm: string;
109
- };
110
- variant: {
111
- underlined: string;
112
- outline: string;
113
- rounded: string;
114
- };
115
- }, {
116
- size: {
117
- xl: string;
118
- lg: string;
119
- md: string;
120
- sm: string;
121
- };
122
- variant: {
123
- underlined: string;
124
- outline: string;
125
- rounded: string;
126
- };
127
- }>, unknown, unknown, undefined>>;
128
- declare const selectInputStyle: import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
129
- size: {
130
- xl: string;
131
- lg: string;
132
- md: string;
133
- sm: string;
134
- };
135
- variant: {
136
- underlined: string;
137
- outline: string;
138
- rounded: string;
139
- };
140
- } | ({} & {
141
- size: {
142
- xl: string;
143
- lg: string;
144
- md: string;
145
- sm: string;
146
- };
147
- variant: {
148
- underlined: string;
149
- outline: string;
150
- rounded: string;
151
- };
152
- }), undefined, "py-auto px-3 placeholder:text-typography-500 web:w-full h-full text-typography-900 pointer-events-none web:outline-none ios:leading-[0px]", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "py-auto px-3 placeholder:text-typography-500 web:w-full h-full text-typography-900 pointer-events-none web:outline-none ios:leading-[0px]", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>;
153
- declare const UISelect: import("@gluestack-ui/select/lib/types").ISelectComponentType<import("react-native").ViewProps, Omit<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>, "ref"> & {
154
- context?: any;
155
- } & React.RefAttributes<React.ForwardRefExoticComponent<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>>>, import("react-native").TextInputProps, import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
156
- fill?: import("react-native").ColorValue;
157
- stroke?: import("react-native").ColorValue;
158
- }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
159
- fill?: import("react-native").ColorValue;
160
- stroke?: import("react-native").ColorValue;
161
- }>), Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps & {
162
- className?: string;
163
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
164
- className?: string;
165
- }, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
166
- context?: any;
167
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
168
- context?: any;
169
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
170
- className?: string;
171
- } & {
172
- className?: string;
173
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
174
- context?: any;
175
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
176
- className?: string;
177
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
178
- className?: string;
179
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
180
- context?: any;
181
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetItemProps, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
182
- context?: any;
183
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>> & {
184
- className?: string;
185
- }, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
186
- context?: any;
187
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
188
- isTruncated: {
189
- true: string;
190
- };
191
- bold: {
192
- true: string;
193
- };
194
- underline: {
195
- true: string;
196
- };
197
- strikeThrough: {
198
- true: string;
199
- };
200
- size: {
201
- '2xs': string;
202
- xs: string;
203
- sm: string;
204
- md: string;
205
- lg: string;
206
- xl: string;
207
- '2xl': string;
208
- '3xl': string;
209
- '4xl': string;
210
- '5xl': string;
211
- '6xl': string;
212
- };
213
- } | ({
214
- isTruncated: {
215
- true: string;
216
- };
217
- bold: {
218
- true: string;
219
- };
220
- underline: {
221
- true: string;
222
- };
223
- strikeThrough: {
224
- true: string;
225
- };
226
- size: {
227
- '2xs': string;
228
- xs: string;
229
- sm: string;
230
- md: string;
231
- lg: string;
232
- xl: string;
233
- '2xl': string;
234
- '3xl': string;
235
- '4xl': string;
236
- '5xl': string;
237
- '6xl': string;
238
- };
239
- } & {
240
- isTruncated: {
241
- true: import("tailwind-merge").ClassNameValue | {
242
- base?: import("tailwind-merge").ClassNameValue;
243
- };
244
- };
245
- bold: {
246
- true: import("tailwind-merge").ClassNameValue | {
247
- base?: import("tailwind-merge").ClassNameValue;
248
- };
249
- };
250
- underline: {
251
- true: import("tailwind-merge").ClassNameValue | {
252
- base?: import("tailwind-merge").ClassNameValue;
253
- };
254
- };
255
- strikeThrough: {
256
- true: import("tailwind-merge").ClassNameValue | {
257
- base?: import("tailwind-merge").ClassNameValue;
258
- };
259
- };
260
- size: {
261
- '2xs': import("tailwind-merge").ClassNameValue | {
262
- base?: import("tailwind-merge").ClassNameValue;
263
- };
264
- xs: import("tailwind-merge").ClassNameValue | {
265
- base?: import("tailwind-merge").ClassNameValue;
266
- };
267
- sm: import("tailwind-merge").ClassNameValue | {
268
- base?: import("tailwind-merge").ClassNameValue;
269
- };
270
- md: import("tailwind-merge").ClassNameValue | {
271
- base?: import("tailwind-merge").ClassNameValue;
272
- };
273
- lg: import("tailwind-merge").ClassNameValue | {
274
- base?: import("tailwind-merge").ClassNameValue;
275
- };
276
- xl: import("tailwind-merge").ClassNameValue | {
277
- base?: import("tailwind-merge").ClassNameValue;
278
- };
279
- '2xl': import("tailwind-merge").ClassNameValue | {
280
- base?: import("tailwind-merge").ClassNameValue;
281
- };
282
- '3xl': import("tailwind-merge").ClassNameValue | {
283
- base?: import("tailwind-merge").ClassNameValue;
284
- };
285
- '4xl': import("tailwind-merge").ClassNameValue | {
286
- base?: import("tailwind-merge").ClassNameValue;
287
- };
288
- '5xl': import("tailwind-merge").ClassNameValue | {
289
- base?: import("tailwind-merge").ClassNameValue;
290
- };
291
- '6xl': import("tailwind-merge").ClassNameValue | {
292
- base?: import("tailwind-merge").ClassNameValue;
293
- };
294
- };
295
- }), undefined, "text-typography-700 font-normal font-body tracking-md text-left mx-2", import("tailwind-variants/dist/config").TVConfig<{
296
- isTruncated: {
297
- true: string;
298
- };
299
- bold: {
300
- true: string;
301
- };
302
- underline: {
303
- true: string;
304
- };
305
- strikeThrough: {
306
- true: string;
307
- };
308
- size: {
309
- '2xs': string;
310
- xs: string;
311
- sm: string;
312
- md: string;
313
- lg: string;
314
- xl: string;
315
- '2xl': string;
316
- '3xl': string;
317
- '4xl': string;
318
- '5xl': string;
319
- '6xl': string;
320
- };
321
- }, {
322
- isTruncated: {
323
- true: string;
324
- };
325
- bold: {
326
- true: string;
327
- };
328
- underline: {
329
- true: string;
330
- };
331
- strikeThrough: {
332
- true: string;
333
- };
334
- size: {
335
- '2xs': string;
336
- xs: string;
337
- sm: string;
338
- md: string;
339
- lg: string;
340
- xl: string;
341
- '2xl': string;
342
- '3xl': string;
343
- '4xl': string;
344
- '5xl': string;
345
- '6xl': string;
346
- };
347
- }>, {
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
- }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
374
- isTruncated: {
375
- true: string;
376
- };
377
- bold: {
378
- true: string;
379
- };
380
- underline: {
381
- true: string;
382
- };
383
- strikeThrough: {
384
- true: string;
385
- };
386
- size: {
387
- '2xs': string;
388
- xs: string;
389
- sm: string;
390
- md: string;
391
- lg: string;
392
- xl: string;
393
- '2xl': string;
394
- '3xl': string;
395
- '4xl': string;
396
- '5xl': string;
397
- '6xl': string;
398
- };
399
- }, undefined, "text-typography-700 font-normal font-body tracking-md text-left mx-2", import("tailwind-variants/dist/config").TVConfig<{
400
- isTruncated: {
401
- true: string;
402
- };
403
- bold: {
404
- true: string;
405
- };
406
- underline: {
407
- true: string;
408
- };
409
- strikeThrough: {
410
- true: string;
411
- };
412
- size: {
413
- '2xs': string;
414
- xs: string;
415
- sm: string;
416
- md: string;
417
- lg: string;
418
- xl: string;
419
- '2xl': string;
420
- '3xl': string;
421
- '4xl': string;
422
- '5xl': string;
423
- '6xl': string;
424
- };
425
- }, {
426
- isTruncated: {
427
- true: string;
428
- };
429
- bold: {
430
- true: string;
431
- };
432
- underline: {
433
- true: string;
434
- };
435
- strikeThrough: {
436
- true: string;
437
- };
438
- size: {
439
- '2xs': string;
440
- xs: string;
441
- sm: string;
442
- md: string;
443
- lg: string;
444
- xl: string;
445
- '2xl': string;
446
- '3xl': string;
447
- '4xl': string;
448
- '5xl': string;
449
- '6xl': string;
450
- };
451
- }>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").TextProps> & import("react-native").TextProps & {
452
- className?: string;
453
- }, "ref"> & React.RefAttributes<import("react-native").TextProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ScrollViewProps> & import("react-native").ScrollViewProps & {
454
- className?: string;
455
- }, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>> & import("react-native").VirtualizedListProps<unknown> & {
456
- className?: string;
457
- }, "ref"> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").FlatListProps<unknown>> & import("react-native").FlatListProps<unknown> & {
458
- className?: string;
459
- }, "ref"> & React.RefAttributes<import("react-native").FlatListProps<unknown>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>> & import("react-native").SectionListProps<unknown, unknown> & {
460
- className?: string;
461
- }, "ref"> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>>, Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
462
- isTruncated: {
463
- true: string;
464
- };
465
- bold: {
466
- true: string;
467
- };
468
- underline: {
469
- true: string;
470
- };
471
- strikeThrough: {
472
- true: string;
473
- };
474
- size: {
475
- '5xl': string;
476
- '4xl': string;
477
- '3xl': string;
478
- '2xl': string;
479
- xl: string;
480
- lg: string;
481
- md: string;
482
- sm: string;
483
- xs: string;
484
- };
485
- sub: {
486
- true: string;
487
- };
488
- italic: {
489
- true: string;
490
- };
491
- highlight: {
492
- true: string;
493
- };
494
- } | ({
495
- isTruncated: {
496
- true: string;
497
- };
498
- bold: {
499
- true: string;
500
- };
501
- underline: {
502
- true: string;
503
- };
504
- strikeThrough: {
505
- true: string;
506
- };
507
- size: {
508
- '5xl': string;
509
- '4xl': string;
510
- '3xl': string;
511
- '2xl': string;
512
- xl: string;
513
- lg: string;
514
- md: string;
515
- sm: string;
516
- xs: string;
517
- };
518
- sub: {
519
- true: string;
520
- };
521
- italic: {
522
- true: string;
523
- };
524
- highlight: {
525
- true: string;
526
- };
527
- } & {
528
- isTruncated: {
529
- true: import("tailwind-merge").ClassNameValue | {
530
- base?: import("tailwind-merge").ClassNameValue;
531
- };
532
- };
533
- bold: {
534
- true: import("tailwind-merge").ClassNameValue | {
535
- base?: import("tailwind-merge").ClassNameValue;
536
- };
537
- };
538
- underline: {
539
- true: import("tailwind-merge").ClassNameValue | {
540
- base?: import("tailwind-merge").ClassNameValue;
541
- };
542
- };
543
- strikeThrough: {
544
- true: import("tailwind-merge").ClassNameValue | {
545
- base?: import("tailwind-merge").ClassNameValue;
546
- };
547
- };
548
- size: {
549
- '5xl': import("tailwind-merge").ClassNameValue | {
550
- base?: import("tailwind-merge").ClassNameValue;
551
- };
552
- '4xl': import("tailwind-merge").ClassNameValue | {
553
- base?: import("tailwind-merge").ClassNameValue;
554
- };
555
- '3xl': import("tailwind-merge").ClassNameValue | {
556
- base?: import("tailwind-merge").ClassNameValue;
557
- };
558
- '2xl': import("tailwind-merge").ClassNameValue | {
559
- base?: import("tailwind-merge").ClassNameValue;
560
- };
561
- xl: import("tailwind-merge").ClassNameValue | {
562
- base?: import("tailwind-merge").ClassNameValue;
563
- };
564
- lg: import("tailwind-merge").ClassNameValue | {
565
- base?: import("tailwind-merge").ClassNameValue;
566
- };
567
- md: import("tailwind-merge").ClassNameValue | {
568
- base?: import("tailwind-merge").ClassNameValue;
569
- };
570
- sm: import("tailwind-merge").ClassNameValue | {
571
- base?: import("tailwind-merge").ClassNameValue;
572
- };
573
- xs: import("tailwind-merge").ClassNameValue | {
574
- base?: import("tailwind-merge").ClassNameValue;
575
- };
576
- };
577
- sub: {
578
- true: import("tailwind-merge").ClassNameValue | {
579
- base?: import("tailwind-merge").ClassNameValue;
580
- };
581
- };
582
- italic: {
583
- true: import("tailwind-merge").ClassNameValue | {
584
- base?: import("tailwind-merge").ClassNameValue;
585
- };
586
- };
587
- highlight: {
588
- true: import("tailwind-merge").ClassNameValue | {
589
- base?: import("tailwind-merge").ClassNameValue;
590
- };
591
- };
592
- }), undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
593
- isTruncated: {
594
- true: string;
595
- };
596
- bold: {
597
- true: string;
598
- };
599
- underline: {
600
- true: string;
601
- };
602
- strikeThrough: {
603
- true: string;
604
- };
605
- size: {
606
- '5xl': string;
607
- '4xl': string;
608
- '3xl': string;
609
- '2xl': string;
610
- xl: string;
611
- lg: string;
612
- md: string;
613
- sm: string;
614
- xs: string;
615
- };
616
- sub: {
617
- true: string;
618
- };
619
- italic: {
620
- true: string;
621
- };
622
- highlight: {
623
- true: string;
624
- };
625
- }, {
626
- isTruncated: {
627
- true: string;
628
- };
629
- bold: {
630
- true: string;
631
- };
632
- underline: {
633
- true: string;
634
- };
635
- strikeThrough: {
636
- true: string;
637
- };
638
- size: {
639
- '5xl': string;
640
- '4xl': string;
641
- '3xl': string;
642
- '2xl': string;
643
- xl: string;
644
- lg: string;
645
- md: string;
646
- sm: string;
647
- xs: string;
648
- };
649
- sub: {
650
- true: string;
651
- };
652
- italic: {
653
- true: string;
654
- };
655
- highlight: {
656
- true: string;
657
- };
658
- }>, {
659
- isTruncated: {
660
- true: string;
661
- };
662
- bold: {
663
- true: string;
664
- };
665
- underline: {
666
- true: string;
667
- };
668
- strikeThrough: {
669
- true: string;
670
- };
671
- size: {
672
- '5xl': string;
673
- '4xl': string;
674
- '3xl': string;
675
- '2xl': string;
676
- xl: string;
677
- lg: string;
678
- md: string;
679
- sm: string;
680
- xs: string;
681
- };
682
- sub: {
683
- true: string;
684
- };
685
- italic: {
686
- true: string;
687
- };
688
- highlight: {
689
- true: string;
690
- };
691
- }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
692
- isTruncated: {
693
- true: string;
694
- };
695
- bold: {
696
- true: string;
697
- };
698
- underline: {
699
- true: string;
700
- };
701
- strikeThrough: {
702
- true: string;
703
- };
704
- size: {
705
- '5xl': string;
706
- '4xl': string;
707
- '3xl': string;
708
- '2xl': string;
709
- xl: string;
710
- lg: string;
711
- md: string;
712
- sm: string;
713
- xs: string;
714
- };
715
- sub: {
716
- true: string;
717
- };
718
- italic: {
719
- true: string;
720
- };
721
- highlight: {
722
- true: string;
723
- };
724
- }, undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
725
- isTruncated: {
726
- true: string;
727
- };
728
- bold: {
729
- true: string;
730
- };
731
- underline: {
732
- true: string;
733
- };
734
- strikeThrough: {
735
- true: string;
736
- };
737
- size: {
738
- '5xl': string;
739
- '4xl': string;
740
- '3xl': string;
741
- '2xl': string;
742
- xl: string;
743
- lg: string;
744
- md: string;
745
- sm: string;
746
- xs: string;
747
- };
748
- sub: {
749
- true: string;
750
- };
751
- italic: {
752
- true: string;
753
- };
754
- highlight: {
755
- true: string;
756
- };
757
- }, {
758
- isTruncated: {
759
- true: string;
760
- };
761
- bold: {
762
- true: string;
763
- };
764
- underline: {
765
- true: string;
766
- };
767
- strikeThrough: {
768
- true: string;
769
- };
770
- size: {
771
- '5xl': string;
772
- '4xl': string;
773
- '3xl': string;
774
- '2xl': string;
775
- xl: string;
776
- lg: string;
777
- md: string;
778
- sm: string;
779
- xs: string;
780
- };
781
- sub: {
782
- true: string;
783
- };
784
- italic: {
785
- true: string;
786
- };
787
- highlight: {
788
- true: string;
789
- };
790
- }>, unknown, unknown, undefined>>> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps> & Omit<import("@expo/html-elements/build/primitives/Text").TextProps, "ref"> & {
791
- className?: string;
792
- }, "ref"> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps>>;
793
- type ISelectProps = VariantProps<typeof selectStyle> & React.ComponentProps<typeof UISelect> & {
794
- className?: string;
795
- };
796
- declare const Select: React.ForwardRefExoticComponent<Omit<ISelectProps, "ref"> & React.RefAttributes<import("react-native").ViewProps>>;
797
- type ISelectTriggerProps = VariantProps<typeof selectTriggerStyle> & React.ComponentProps<typeof UISelect.Trigger> & {
798
- className?: string;
799
- };
800
- declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<ISelectTriggerProps, "ref"> & React.RefAttributes<Omit<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>, "ref"> & {
801
- context?: any;
802
- } & React.RefAttributes<React.ForwardRefExoticComponent<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & React.RefAttributes<View>>>>>;
803
- type ISelectInputProps = VariantProps<typeof selectInputStyle> & React.ComponentProps<typeof UISelect.Input> & {
804
- className?: string;
805
- };
806
- declare const SelectInput: React.ForwardRefExoticComponent<Omit<ISelectInputProps, "ref"> & React.RefAttributes<import("react-native").TextInputProps>>;
807
- declare const SelectIcon: React.ForwardRefExoticComponent<(Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
808
- size: {
809
- '2xs': string;
810
- xs: string;
811
- sm: string;
812
- md: string;
813
- lg: string;
814
- xl: string;
815
- };
816
- } | ({} & {
817
- size: {
818
- '2xs': string;
819
- xs: string;
820
- sm: string;
821
- md: string;
822
- lg: string;
823
- xl: string;
824
- };
825
- }), undefined, "text-background-500 fill-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "text-background-500 fill-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & 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>) | {
826
- fill?: import("react-native").ColorValue;
827
- stroke?: import("react-native").ColorValue;
828
- }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
829
- fill?: import("react-native").ColorValue;
830
- stroke?: import("react-native").ColorValue;
831
- }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
832
- fill?: import("react-native").ColorValue;
833
- stroke?: import("react-native").ColorValue;
834
- }>)> & {
835
- className?: string;
836
- }, "ref"> | Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
837
- size: {
838
- '2xs': string;
839
- xs: string;
840
- sm: string;
841
- md: string;
842
- lg: string;
843
- xl: string;
844
- };
845
- } | ({} & {
846
- size: {
847
- '2xs': string;
848
- xs: string;
849
- sm: string;
850
- md: string;
851
- lg: string;
852
- xl: string;
853
- };
854
- }), undefined, "text-background-500 fill-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "text-background-500 fill-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("@gluestack-ui/icon/lib/createIcon").IIconProps & {
855
- fill?: import("react-native").ColorValue;
856
- stroke?: import("react-native").ColorValue;
857
- } & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
858
- fill?: import("react-native").ColorValue;
859
- stroke?: import("react-native").ColorValue;
860
- }>, "ref"> & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
861
- fill?: import("react-native").ColorValue;
862
- stroke?: import("react-native").ColorValue;
863
- }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
864
- fill?: import("react-native").ColorValue;
865
- stroke?: import("react-native").ColorValue;
866
- }>)> & {
867
- className?: string;
868
- }, "ref">) & React.RefAttributes<import("@gluestack-ui/icon/lib/createIcon").IIconProps & (((import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
869
- fill?: import("react-native").ColorValue;
870
- stroke?: import("react-native").ColorValue;
871
- }) & React.RefAttributes<(import("@gluestack-ui/icon").IPrimitiveIcon & React.RefAttributes<import("@gluestack-ui/icon").Svg>) | {
872
- fill?: import("react-native").ColorValue;
873
- stroke?: import("react-native").ColorValue;
874
- }>)>>;
875
- declare const SelectPortal: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps & {
876
- className?: string;
877
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-full web:pointer-events-none", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetProps & {
878
- className?: string;
879
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>>>;
880
- declare const SelectBackdrop: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
881
- className?: string;
882
- }, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "absolute left-0 top-0 right-0 bottom-0 bg-background-dark web:cursor-default web:pointer-events-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>> & Omit<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>, "ref"> & {
883
- className?: string;
884
- }, "ref"> & React.RefAttributes<import("react-native").PressableProps & React.RefAttributes<View> & import("@legendapp/motion").MotionComponentProps<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>, import("react-native").ViewStyle | ((state: import("react-native").PressableStateCallbackType) => import("react-native").StyleProp<import("react-native").ViewStyle>), unknown, unknown, {}>>>>;
885
- declare const SelectContent: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
886
- context?: any;
887
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
888
- context?: any;
889
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
890
- className?: string;
891
- } & {
892
- className?: string;
893
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
894
- context?: any;
895
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "items-center rounded-tl-3xl rounded-tr-3xl p-2 bg-background-0 web:pointer-events-auto web:select-none shadow-lg", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
896
- context?: any;
897
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetContentProps, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
898
- context?: any;
899
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>> & {
900
- className?: string;
901
- } & {
902
- className?: string;
903
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, unknown, unknown, {}> & {
904
- context?: any;
905
- } & React.RefAttributes<import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof View, import("react-native").ViewStyle, any, any, {}> & React.RefAttributes<View> & (<TAnimate = unknown, TAnimateProps = unknown>(props: import("react-native").ViewProps & import("@legendapp/motion").MotionComponentProps<typeof import("react-native").View, import("react-native").ViewStyle, TAnimate, TAnimateProps, {}>) => import("react").ReactElement | null)>>>>;
906
- declare const SelectDragIndicator: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
907
- className?: string;
908
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-16 h-1 bg-background-400 rounded-full", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
909
- className?: string;
910
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>>>;
911
- declare const SelectDragIndicatorWrapper: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
912
- className?: string;
913
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full py-1 items-center", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps & {
914
- className?: string;
915
- }, "ref"> & React.RefAttributes<import("react-native").ViewProps>>>;
916
- declare const SelectItem: React.ForwardRefExoticComponent<import("@gluestack-ui/select/lib/types").ISelectItemProps & Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
917
- context?: any;
918
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetItemProps, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
919
- context?: any;
920
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>> & {
921
- className?: string;
922
- }, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
923
- context?: any;
924
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full flex-row items-center p-3 rounded-sm data-[disabled=true]:opacity-40 data-[disabled=true]:web:pointer-events-auto data-[disabled=true]:web:cursor-not-allowed hover:bg-background-50 active:bg-background-100 data-[focus=true]:bg-background-100 web:data-[focus-visible=true]:bg-background-100 data-[checked=true]:bg-background-100", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & Omit<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
925
- context?: any;
926
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>> & import("@gluestack-ui/actionsheet/lib/types").InterfaceActionsheetItemProps, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
927
- context?: any;
928
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>> & {
929
- className?: string;
930
- }, "ref"> & React.RefAttributes<Omit<import("react-native").PressableProps & React.RefAttributes<View>, "ref"> & {
931
- context?: any;
932
- } & React.RefAttributes<React.ForwardRefExoticComponent<import("react-native").PressableProps & React.RefAttributes<View>>>>> & {
933
- textStyle?: {
934
- bold?: boolean;
935
- key?: React.Key | null | undefined;
936
- underline?: boolean;
937
- style?: import("react-native").StyleProp<import("react-native").TextStyle> | undefined;
938
- accessible?: boolean | undefined;
939
- size?: "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "xs" | "5xl" | "4xl" | "3xl" | "6xl";
940
- allowFontScaling?: boolean | undefined;
941
- children?: React.ReactNode | undefined;
942
- ellipsizeMode?: "head" | "middle" | "tail" | "clip" | undefined;
943
- id?: string | undefined;
944
- lineBreakMode?: "head" | "middle" | "tail" | "clip" | undefined;
945
- numberOfLines?: number | undefined;
946
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
947
- onTextLayout?: ((event: import("react-native").NativeSyntheticEvent<import("react-native").TextLayoutEventData>) => void) | undefined;
948
- onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
949
- onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
950
- onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
951
- onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
952
- testID?: string | undefined;
953
- nativeID?: string | undefined;
954
- maxFontSizeMultiplier?: number | null | undefined;
955
- minimumFontScale?: number | undefined;
956
- className?: string;
957
- cssInterop?: boolean;
958
- adjustsFontSizeToFit?: boolean | undefined;
959
- dynamicTypeRamp?: "caption2" | "caption1" | "footnote" | "subheadline" | "callout" | "body" | "headline" | "title3" | "title2" | "title1" | "largeTitle" | undefined;
960
- suppressHighlighting?: boolean | undefined;
961
- lineBreakStrategyIOS?: "none" | "standard" | "hangul-word" | "push-out" | undefined;
962
- disabled?: boolean | undefined;
963
- selectable?: boolean | undefined;
964
- selectionColor?: import("react-native").ColorValue | undefined;
965
- textBreakStrategy?: "simple" | "highQuality" | "balanced" | undefined;
966
- dataDetectorType?: null | "phoneNumber" | "link" | "email" | "none" | "all" | undefined;
967
- android_hyphenationFrequency?: "normal" | "none" | "full" | undefined;
968
- accessibilityActions?: ReadonlyArray<import("react-native").AccessibilityActionInfo> | undefined;
969
- accessibilityLabel?: string | undefined;
970
- 'aria-label'?: string | undefined;
971
- accessibilityRole?: import("react-native").AccessibilityRole | undefined;
972
- accessibilityState?: import("react-native").AccessibilityState | undefined;
973
- 'aria-busy'?: boolean | undefined;
974
- 'aria-checked'?: boolean | "mixed" | undefined;
975
- 'aria-disabled'?: boolean | undefined;
976
- 'aria-expanded'?: boolean | undefined;
977
- 'aria-selected'?: boolean | undefined;
978
- accessibilityHint?: string | undefined;
979
- accessibilityValue?: import("react-native").AccessibilityValue | undefined;
980
- 'aria-valuemax'?: import("react-native").AccessibilityValue["max"] | undefined;
981
- 'aria-valuemin'?: import("react-native").AccessibilityValue["min"] | undefined;
982
- 'aria-valuenow'?: import("react-native").AccessibilityValue["now"] | undefined;
983
- 'aria-valuetext'?: import("react-native").AccessibilityValue["text"] | undefined;
984
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
985
- importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
986
- 'aria-hidden'?: boolean | undefined;
987
- 'aria-modal'?: boolean | undefined;
988
- role?: import("react-native").Role | undefined;
989
- accessibilityLabelledBy?: string | string[] | undefined;
990
- 'aria-labelledby'?: string | undefined;
991
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
992
- 'aria-live'?: ("polite" | "assertive" | "off") | undefined;
993
- accessibilityElementsHidden?: boolean | undefined;
994
- accessibilityViewIsModal?: boolean | undefined;
995
- onAccessibilityEscape?: (() => void) | undefined;
996
- onAccessibilityTap?: (() => void) | undefined;
997
- onMagicTap?: (() => void) | undefined;
998
- accessibilityIgnoresInvertColors?: boolean | undefined;
999
- accessibilityLanguage?: string | undefined;
1000
- accessibilityShowsLargeContentViewer?: boolean | undefined;
1001
- accessibilityLargeContentTitle?: string | undefined;
1002
- isTruncated?: boolean;
1003
- strikeThrough?: boolean;
1004
- ref?: React.LegacyRef<import("react-native").TextProps>;
1005
- };
1006
- }>;
1007
- declare const SelectScrollView: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ScrollViewProps> & import("react-native").ScrollViewProps & {
1008
- className?: string;
1009
- }, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").ScrollViewProps> & import("react-native").ScrollViewProps & {
1010
- className?: string;
1011
- }, "ref"> & React.RefAttributes<import("react-native").ScrollViewProps>>>;
1012
- declare const SelectVirtualizedList: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>> & import("react-native").VirtualizedListProps<unknown> & {
1013
- className?: string;
1014
- }, "ref"> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>> & import("react-native").VirtualizedListProps<unknown> & {
1015
- className?: string;
1016
- }, "ref"> & React.RefAttributes<import("react-native").VirtualizedListProps<unknown>>>>;
1017
- declare const SelectFlatList: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").FlatListProps<unknown>> & import("react-native").FlatListProps<unknown> & {
1018
- className?: string;
1019
- }, "ref"> & React.RefAttributes<import("react-native").FlatListProps<unknown>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").FlatListProps<unknown>> & import("react-native").FlatListProps<unknown> & {
1020
- className?: string;
1021
- }, "ref"> & React.RefAttributes<import("react-native").FlatListProps<unknown>>>>;
1022
- declare const SelectSectionList: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>> & import("react-native").SectionListProps<unknown, unknown> & {
1023
- className?: string;
1024
- }, "ref"> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{} | {}, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<unknown, undefined, "w-full h-auto", import("tailwind-variants/dist/config").TVConfig<unknown, unknown>, unknown, unknown, undefined>>> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>> & import("react-native").SectionListProps<unknown, unknown> & {
1025
- className?: string;
1026
- }, "ref"> & React.RefAttributes<import("react-native").SectionListProps<unknown, unknown>>>>;
1027
- declare const SelectSectionHeaderText: React.ForwardRefExoticComponent<Omit<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1028
- isTruncated: {
1029
- true: string;
1030
- };
1031
- bold: {
1032
- true: string;
1033
- };
1034
- underline: {
1035
- true: string;
1036
- };
1037
- strikeThrough: {
1038
- true: string;
1039
- };
1040
- size: {
1041
- '5xl': string;
1042
- '4xl': string;
1043
- '3xl': string;
1044
- '2xl': string;
1045
- xl: string;
1046
- lg: string;
1047
- md: string;
1048
- sm: string;
1049
- xs: string;
1050
- };
1051
- sub: {
1052
- true: string;
1053
- };
1054
- italic: {
1055
- true: string;
1056
- };
1057
- highlight: {
1058
- true: string;
1059
- };
1060
- } | ({
1061
- isTruncated: {
1062
- true: string;
1063
- };
1064
- bold: {
1065
- true: string;
1066
- };
1067
- underline: {
1068
- true: string;
1069
- };
1070
- strikeThrough: {
1071
- true: string;
1072
- };
1073
- size: {
1074
- '5xl': string;
1075
- '4xl': string;
1076
- '3xl': string;
1077
- '2xl': string;
1078
- xl: string;
1079
- lg: string;
1080
- md: string;
1081
- sm: string;
1082
- xs: string;
1083
- };
1084
- sub: {
1085
- true: string;
1086
- };
1087
- italic: {
1088
- true: string;
1089
- };
1090
- highlight: {
1091
- true: string;
1092
- };
1093
- } & {
1094
- isTruncated: {
1095
- true: import("tailwind-merge").ClassNameValue | {
1096
- base?: import("tailwind-merge").ClassNameValue;
1097
- };
1098
- };
1099
- bold: {
1100
- true: import("tailwind-merge").ClassNameValue | {
1101
- base?: import("tailwind-merge").ClassNameValue;
1102
- };
1103
- };
1104
- underline: {
1105
- true: import("tailwind-merge").ClassNameValue | {
1106
- base?: import("tailwind-merge").ClassNameValue;
1107
- };
1108
- };
1109
- strikeThrough: {
1110
- true: import("tailwind-merge").ClassNameValue | {
1111
- base?: import("tailwind-merge").ClassNameValue;
1112
- };
1113
- };
1114
- size: {
1115
- '5xl': import("tailwind-merge").ClassNameValue | {
1116
- base?: import("tailwind-merge").ClassNameValue;
1117
- };
1118
- '4xl': import("tailwind-merge").ClassNameValue | {
1119
- base?: import("tailwind-merge").ClassNameValue;
1120
- };
1121
- '3xl': import("tailwind-merge").ClassNameValue | {
1122
- base?: import("tailwind-merge").ClassNameValue;
1123
- };
1124
- '2xl': import("tailwind-merge").ClassNameValue | {
1125
- base?: import("tailwind-merge").ClassNameValue;
1126
- };
1127
- xl: import("tailwind-merge").ClassNameValue | {
1128
- base?: import("tailwind-merge").ClassNameValue;
1129
- };
1130
- lg: import("tailwind-merge").ClassNameValue | {
1131
- base?: import("tailwind-merge").ClassNameValue;
1132
- };
1133
- md: import("tailwind-merge").ClassNameValue | {
1134
- base?: import("tailwind-merge").ClassNameValue;
1135
- };
1136
- sm: import("tailwind-merge").ClassNameValue | {
1137
- base?: import("tailwind-merge").ClassNameValue;
1138
- };
1139
- xs: import("tailwind-merge").ClassNameValue | {
1140
- base?: import("tailwind-merge").ClassNameValue;
1141
- };
1142
- };
1143
- sub: {
1144
- true: import("tailwind-merge").ClassNameValue | {
1145
- base?: import("tailwind-merge").ClassNameValue;
1146
- };
1147
- };
1148
- italic: {
1149
- true: import("tailwind-merge").ClassNameValue | {
1150
- base?: import("tailwind-merge").ClassNameValue;
1151
- };
1152
- };
1153
- highlight: {
1154
- true: import("tailwind-merge").ClassNameValue | {
1155
- base?: import("tailwind-merge").ClassNameValue;
1156
- };
1157
- };
1158
- }), undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
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
- '5xl': string;
1173
- '4xl': string;
1174
- '3xl': string;
1175
- '2xl': string;
1176
- xl: string;
1177
- lg: string;
1178
- md: string;
1179
- sm: string;
1180
- xs: string;
1181
- };
1182
- sub: {
1183
- true: string;
1184
- };
1185
- italic: {
1186
- true: string;
1187
- };
1188
- highlight: {
1189
- true: string;
1190
- };
1191
- }, {
1192
- isTruncated: {
1193
- true: string;
1194
- };
1195
- bold: {
1196
- true: string;
1197
- };
1198
- underline: {
1199
- true: string;
1200
- };
1201
- strikeThrough: {
1202
- true: string;
1203
- };
1204
- size: {
1205
- '5xl': string;
1206
- '4xl': string;
1207
- '3xl': string;
1208
- '2xl': string;
1209
- xl: string;
1210
- lg: string;
1211
- md: string;
1212
- sm: string;
1213
- xs: string;
1214
- };
1215
- sub: {
1216
- true: string;
1217
- };
1218
- italic: {
1219
- true: string;
1220
- };
1221
- highlight: {
1222
- true: string;
1223
- };
1224
- }>, {
1225
- isTruncated: {
1226
- true: string;
1227
- };
1228
- bold: {
1229
- true: string;
1230
- };
1231
- underline: {
1232
- true: string;
1233
- };
1234
- strikeThrough: {
1235
- true: string;
1236
- };
1237
- size: {
1238
- '5xl': string;
1239
- '4xl': string;
1240
- '3xl': string;
1241
- '2xl': string;
1242
- xl: string;
1243
- lg: string;
1244
- md: string;
1245
- sm: string;
1246
- xs: string;
1247
- };
1248
- sub: {
1249
- true: string;
1250
- };
1251
- italic: {
1252
- true: string;
1253
- };
1254
- highlight: {
1255
- true: string;
1256
- };
1257
- }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1258
- isTruncated: {
1259
- true: string;
1260
- };
1261
- bold: {
1262
- true: string;
1263
- };
1264
- underline: {
1265
- true: string;
1266
- };
1267
- strikeThrough: {
1268
- true: string;
1269
- };
1270
- size: {
1271
- '5xl': string;
1272
- '4xl': string;
1273
- '3xl': string;
1274
- '2xl': string;
1275
- xl: string;
1276
- lg: string;
1277
- md: string;
1278
- sm: string;
1279
- xs: string;
1280
- };
1281
- sub: {
1282
- true: string;
1283
- };
1284
- italic: {
1285
- true: string;
1286
- };
1287
- highlight: {
1288
- true: string;
1289
- };
1290
- }, undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
1291
- isTruncated: {
1292
- true: string;
1293
- };
1294
- bold: {
1295
- true: string;
1296
- };
1297
- underline: {
1298
- true: string;
1299
- };
1300
- strikeThrough: {
1301
- true: string;
1302
- };
1303
- size: {
1304
- '5xl': string;
1305
- '4xl': string;
1306
- '3xl': string;
1307
- '2xl': string;
1308
- xl: string;
1309
- lg: string;
1310
- md: string;
1311
- sm: string;
1312
- xs: string;
1313
- };
1314
- sub: {
1315
- true: string;
1316
- };
1317
- italic: {
1318
- true: string;
1319
- };
1320
- highlight: {
1321
- true: string;
1322
- };
1323
- }, {
1324
- isTruncated: {
1325
- true: string;
1326
- };
1327
- bold: {
1328
- true: string;
1329
- };
1330
- underline: {
1331
- true: string;
1332
- };
1333
- strikeThrough: {
1334
- true: string;
1335
- };
1336
- size: {
1337
- '5xl': string;
1338
- '4xl': string;
1339
- '3xl': string;
1340
- '2xl': string;
1341
- xl: string;
1342
- lg: string;
1343
- md: string;
1344
- sm: string;
1345
- xs: string;
1346
- };
1347
- sub: {
1348
- true: string;
1349
- };
1350
- italic: {
1351
- true: string;
1352
- };
1353
- highlight: {
1354
- true: string;
1355
- };
1356
- }>, unknown, unknown, undefined>>> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps> & Omit<import("@expo/html-elements/build/primitives/Text").TextProps, "ref"> & {
1357
- className?: string;
1358
- }, "ref"> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps>, "ref"> & React.RefAttributes<Omit<VariantProps<import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1359
- isTruncated: {
1360
- true: string;
1361
- };
1362
- bold: {
1363
- true: string;
1364
- };
1365
- underline: {
1366
- true: string;
1367
- };
1368
- strikeThrough: {
1369
- true: string;
1370
- };
1371
- size: {
1372
- '5xl': string;
1373
- '4xl': string;
1374
- '3xl': string;
1375
- '2xl': string;
1376
- xl: string;
1377
- lg: string;
1378
- md: string;
1379
- sm: string;
1380
- xs: string;
1381
- };
1382
- sub: {
1383
- true: string;
1384
- };
1385
- italic: {
1386
- true: string;
1387
- };
1388
- highlight: {
1389
- true: string;
1390
- };
1391
- } | ({
1392
- isTruncated: {
1393
- true: string;
1394
- };
1395
- bold: {
1396
- true: string;
1397
- };
1398
- underline: {
1399
- true: string;
1400
- };
1401
- strikeThrough: {
1402
- true: string;
1403
- };
1404
- size: {
1405
- '5xl': string;
1406
- '4xl': string;
1407
- '3xl': string;
1408
- '2xl': string;
1409
- xl: string;
1410
- lg: string;
1411
- md: string;
1412
- sm: string;
1413
- xs: string;
1414
- };
1415
- sub: {
1416
- true: string;
1417
- };
1418
- italic: {
1419
- true: string;
1420
- };
1421
- highlight: {
1422
- true: string;
1423
- };
1424
- } & {
1425
- isTruncated: {
1426
- true: import("tailwind-merge").ClassNameValue | {
1427
- base?: import("tailwind-merge").ClassNameValue;
1428
- };
1429
- };
1430
- bold: {
1431
- true: import("tailwind-merge").ClassNameValue | {
1432
- base?: import("tailwind-merge").ClassNameValue;
1433
- };
1434
- };
1435
- underline: {
1436
- true: import("tailwind-merge").ClassNameValue | {
1437
- base?: import("tailwind-merge").ClassNameValue;
1438
- };
1439
- };
1440
- strikeThrough: {
1441
- true: import("tailwind-merge").ClassNameValue | {
1442
- base?: import("tailwind-merge").ClassNameValue;
1443
- };
1444
- };
1445
- size: {
1446
- '5xl': import("tailwind-merge").ClassNameValue | {
1447
- base?: import("tailwind-merge").ClassNameValue;
1448
- };
1449
- '4xl': import("tailwind-merge").ClassNameValue | {
1450
- base?: import("tailwind-merge").ClassNameValue;
1451
- };
1452
- '3xl': import("tailwind-merge").ClassNameValue | {
1453
- base?: import("tailwind-merge").ClassNameValue;
1454
- };
1455
- '2xl': import("tailwind-merge").ClassNameValue | {
1456
- base?: import("tailwind-merge").ClassNameValue;
1457
- };
1458
- xl: import("tailwind-merge").ClassNameValue | {
1459
- base?: import("tailwind-merge").ClassNameValue;
1460
- };
1461
- lg: import("tailwind-merge").ClassNameValue | {
1462
- base?: import("tailwind-merge").ClassNameValue;
1463
- };
1464
- md: import("tailwind-merge").ClassNameValue | {
1465
- base?: import("tailwind-merge").ClassNameValue;
1466
- };
1467
- sm: import("tailwind-merge").ClassNameValue | {
1468
- base?: import("tailwind-merge").ClassNameValue;
1469
- };
1470
- xs: import("tailwind-merge").ClassNameValue | {
1471
- base?: import("tailwind-merge").ClassNameValue;
1472
- };
1473
- };
1474
- sub: {
1475
- true: import("tailwind-merge").ClassNameValue | {
1476
- base?: import("tailwind-merge").ClassNameValue;
1477
- };
1478
- };
1479
- italic: {
1480
- true: import("tailwind-merge").ClassNameValue | {
1481
- base?: import("tailwind-merge").ClassNameValue;
1482
- };
1483
- };
1484
- highlight: {
1485
- true: import("tailwind-merge").ClassNameValue | {
1486
- base?: import("tailwind-merge").ClassNameValue;
1487
- };
1488
- };
1489
- }), undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
1490
- isTruncated: {
1491
- true: string;
1492
- };
1493
- bold: {
1494
- true: string;
1495
- };
1496
- underline: {
1497
- true: string;
1498
- };
1499
- strikeThrough: {
1500
- true: string;
1501
- };
1502
- size: {
1503
- '5xl': string;
1504
- '4xl': string;
1505
- '3xl': string;
1506
- '2xl': string;
1507
- xl: string;
1508
- lg: string;
1509
- md: string;
1510
- sm: string;
1511
- xs: string;
1512
- };
1513
- sub: {
1514
- true: string;
1515
- };
1516
- italic: {
1517
- true: string;
1518
- };
1519
- highlight: {
1520
- true: string;
1521
- };
1522
- }, {
1523
- isTruncated: {
1524
- true: string;
1525
- };
1526
- bold: {
1527
- true: string;
1528
- };
1529
- underline: {
1530
- true: string;
1531
- };
1532
- strikeThrough: {
1533
- true: string;
1534
- };
1535
- size: {
1536
- '5xl': string;
1537
- '4xl': string;
1538
- '3xl': string;
1539
- '2xl': string;
1540
- xl: string;
1541
- lg: string;
1542
- md: string;
1543
- sm: string;
1544
- xs: string;
1545
- };
1546
- sub: {
1547
- true: string;
1548
- };
1549
- italic: {
1550
- true: string;
1551
- };
1552
- highlight: {
1553
- true: string;
1554
- };
1555
- }>, {
1556
- isTruncated: {
1557
- true: string;
1558
- };
1559
- bold: {
1560
- true: string;
1561
- };
1562
- underline: {
1563
- true: string;
1564
- };
1565
- strikeThrough: {
1566
- true: string;
1567
- };
1568
- size: {
1569
- '5xl': string;
1570
- '4xl': string;
1571
- '3xl': string;
1572
- '2xl': string;
1573
- xl: string;
1574
- lg: string;
1575
- md: string;
1576
- sm: string;
1577
- xs: string;
1578
- };
1579
- sub: {
1580
- true: string;
1581
- };
1582
- italic: {
1583
- true: string;
1584
- };
1585
- highlight: {
1586
- true: string;
1587
- };
1588
- }, undefined, import("@gluestack-ui/nativewind-utils/types").TVReturnType<{
1589
- isTruncated: {
1590
- true: string;
1591
- };
1592
- bold: {
1593
- true: string;
1594
- };
1595
- underline: {
1596
- true: string;
1597
- };
1598
- strikeThrough: {
1599
- true: string;
1600
- };
1601
- size: {
1602
- '5xl': string;
1603
- '4xl': string;
1604
- '3xl': string;
1605
- '2xl': string;
1606
- xl: string;
1607
- lg: string;
1608
- md: string;
1609
- sm: string;
1610
- xs: string;
1611
- };
1612
- sub: {
1613
- true: string;
1614
- };
1615
- italic: {
1616
- true: string;
1617
- };
1618
- highlight: {
1619
- true: string;
1620
- };
1621
- }, undefined, "leading-5 font-bold font-heading my-0 text-typography-500 p-3 uppercase", import("tailwind-variants/dist/config").TVConfig<{
1622
- isTruncated: {
1623
- true: string;
1624
- };
1625
- bold: {
1626
- true: string;
1627
- };
1628
- underline: {
1629
- true: string;
1630
- };
1631
- strikeThrough: {
1632
- true: string;
1633
- };
1634
- size: {
1635
- '5xl': string;
1636
- '4xl': string;
1637
- '3xl': string;
1638
- '2xl': string;
1639
- xl: string;
1640
- lg: string;
1641
- md: string;
1642
- sm: string;
1643
- xs: string;
1644
- };
1645
- sub: {
1646
- true: string;
1647
- };
1648
- italic: {
1649
- true: string;
1650
- };
1651
- highlight: {
1652
- true: string;
1653
- };
1654
- }, {
1655
- isTruncated: {
1656
- true: string;
1657
- };
1658
- bold: {
1659
- true: string;
1660
- };
1661
- underline: {
1662
- true: string;
1663
- };
1664
- strikeThrough: {
1665
- true: string;
1666
- };
1667
- size: {
1668
- '5xl': string;
1669
- '4xl': string;
1670
- '3xl': string;
1671
- '2xl': string;
1672
- xl: string;
1673
- lg: string;
1674
- md: string;
1675
- sm: string;
1676
- xs: string;
1677
- };
1678
- sub: {
1679
- true: string;
1680
- };
1681
- italic: {
1682
- true: string;
1683
- };
1684
- highlight: {
1685
- true: string;
1686
- };
1687
- }>, unknown, unknown, undefined>>> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps> & Omit<import("@expo/html-elements/build/primitives/Text").TextProps, "ref"> & {
1688
- className?: string;
1689
- }, "ref"> & React.RefAttributes<import("@expo/html-elements/build/primitives/Text").TextProps>>>;
1690
- export { Select, SelectTrigger, SelectInput, SelectIcon, SelectPortal, SelectBackdrop, SelectContent, SelectDragIndicator, SelectDragIndicatorWrapper, SelectItem, SelectScrollView, SelectVirtualizedList, SelectFlatList, SelectSectionList, SelectSectionHeaderText, };