@jamadd/react-native-template-ui 0.1.1

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