@jamadd/react-native-template-ui 0.2.1 → 0.2.4

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