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

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 +86 -319
  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,2045 +0,0 @@
1
- declare const Box: import("react").ForwardRefExoticComponent<import("@shopify/restyle").BackgroundColorProps<{
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").LayoutProps<{
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
- }> & {
537
- borderBottomWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
538
- smallPhone: number;
539
- phone: number;
540
- smallTablet: number;
541
- tablet: number;
542
- desktop: number;
543
- }>;
544
- borderLeftWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
545
- smallPhone: number;
546
- phone: number;
547
- smallTablet: number;
548
- tablet: number;
549
- desktop: number;
550
- }>;
551
- borderRightWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
552
- smallPhone: number;
553
- phone: number;
554
- smallTablet: number;
555
- tablet: number;
556
- desktop: number;
557
- }>;
558
- borderStyle?: import("@shopify/restyle").ResponsiveValue<"solid" | "dotted" | "dashed" | undefined, {
559
- smallPhone: number;
560
- phone: number;
561
- smallTablet: number;
562
- tablet: number;
563
- desktop: number;
564
- }>;
565
- borderTopWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
566
- smallPhone: number;
567
- phone: number;
568
- smallTablet: number;
569
- tablet: number;
570
- desktop: number;
571
- }>;
572
- borderStartWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
573
- smallPhone: number;
574
- phone: number;
575
- smallTablet: number;
576
- tablet: number;
577
- desktop: number;
578
- }>;
579
- borderEndWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
580
- smallPhone: number;
581
- phone: number;
582
- smallTablet: number;
583
- tablet: number;
584
- desktop: number;
585
- }>;
586
- borderWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
587
- smallPhone: number;
588
- phone: number;
589
- smallTablet: number;
590
- tablet: number;
591
- desktop: number;
592
- }>;
593
- } & {
594
- borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
595
- smallPhone: number;
596
- phone: number;
597
- smallTablet: number;
598
- tablet: number;
599
- desktop: number;
600
- }> | undefined;
601
- borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
602
- smallPhone: number;
603
- phone: number;
604
- smallTablet: number;
605
- tablet: number;
606
- desktop: number;
607
- }> | undefined;
608
- borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
609
- smallPhone: number;
610
- phone: number;
611
- smallTablet: number;
612
- tablet: number;
613
- desktop: number;
614
- }> | undefined;
615
- borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
616
- smallPhone: number;
617
- phone: number;
618
- smallTablet: number;
619
- tablet: number;
620
- desktop: number;
621
- }> | undefined;
622
- borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
623
- smallPhone: number;
624
- phone: number;
625
- smallTablet: number;
626
- tablet: number;
627
- desktop: number;
628
- }> | undefined;
629
- borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
630
- smallPhone: number;
631
- phone: number;
632
- smallTablet: number;
633
- tablet: number;
634
- desktop: number;
635
- }> | undefined;
636
- borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
637
- smallPhone: number;
638
- phone: number;
639
- smallTablet: number;
640
- tablet: number;
641
- desktop: number;
642
- }> | undefined;
643
- } & {
644
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
645
- smallPhone: number;
646
- phone: number;
647
- smallTablet: number;
648
- tablet: number;
649
- desktop: number;
650
- }> | undefined;
651
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
652
- smallPhone: number;
653
- phone: number;
654
- smallTablet: number;
655
- tablet: number;
656
- desktop: number;
657
- }> | undefined;
658
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
659
- smallPhone: number;
660
- phone: number;
661
- smallTablet: number;
662
- tablet: number;
663
- desktop: number;
664
- }> | undefined;
665
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
666
- smallPhone: number;
667
- phone: number;
668
- smallTablet: number;
669
- tablet: number;
670
- desktop: number;
671
- }> | undefined;
672
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
673
- smallPhone: number;
674
- phone: number;
675
- smallTablet: number;
676
- tablet: number;
677
- desktop: number;
678
- }> | undefined;
679
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
680
- smallPhone: number;
681
- phone: number;
682
- smallTablet: number;
683
- tablet: number;
684
- desktop: number;
685
- }> | undefined;
686
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
687
- smallPhone: number;
688
- phone: number;
689
- smallTablet: number;
690
- tablet: number;
691
- desktop: number;
692
- }> | undefined;
693
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
694
- smallPhone: number;
695
- phone: number;
696
- smallTablet: number;
697
- tablet: number;
698
- desktop: number;
699
- }> | undefined;
700
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
701
- smallPhone: number;
702
- phone: number;
703
- smallTablet: number;
704
- tablet: number;
705
- desktop: number;
706
- }> | undefined;
707
- } & {
708
- shadowOpacity?: import("@shopify/restyle").ResponsiveValue<import("react-native").AnimatableNumericValue | undefined, {
709
- smallPhone: number;
710
- phone: number;
711
- smallTablet: number;
712
- tablet: number;
713
- desktop: number;
714
- }>;
715
- shadowOffset?: import("@shopify/restyle").ResponsiveValue<Readonly<{
716
- width: number;
717
- height: number;
718
- }> | undefined, {
719
- smallPhone: number;
720
- phone: number;
721
- smallTablet: number;
722
- tablet: number;
723
- desktop: number;
724
- }>;
725
- shadowRadius?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
726
- smallPhone: number;
727
- phone: number;
728
- smallTablet: number;
729
- tablet: number;
730
- desktop: number;
731
- }>;
732
- elevation?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
733
- smallPhone: number;
734
- phone: number;
735
- smallTablet: number;
736
- tablet: number;
737
- desktop: number;
738
- }>;
739
- } & {
740
- shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
741
- smallPhone: number;
742
- phone: number;
743
- smallTablet: number;
744
- tablet: number;
745
- desktop: number;
746
- }> | undefined;
747
- } & {
748
- position?: import("@shopify/restyle").ResponsiveValue<"absolute" | "relative" | "static" | undefined, {
749
- smallPhone: number;
750
- phone: number;
751
- smallTablet: number;
752
- tablet: number;
753
- desktop: number;
754
- }>;
755
- top?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
756
- smallPhone: number;
757
- phone: number;
758
- smallTablet: number;
759
- tablet: number;
760
- desktop: number;
761
- }>;
762
- right?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
763
- smallPhone: number;
764
- phone: number;
765
- smallTablet: number;
766
- tablet: number;
767
- desktop: number;
768
- }>;
769
- bottom?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
770
- smallPhone: number;
771
- phone: number;
772
- smallTablet: number;
773
- tablet: number;
774
- desktop: number;
775
- }>;
776
- left?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
777
- smallPhone: number;
778
- phone: number;
779
- smallTablet: number;
780
- tablet: number;
781
- desktop: number;
782
- }>;
783
- start?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
784
- smallPhone: number;
785
- phone: number;
786
- smallTablet: number;
787
- tablet: number;
788
- desktop: number;
789
- }>;
790
- end?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
791
- smallPhone: number;
792
- phone: number;
793
- smallTablet: number;
794
- tablet: number;
795
- desktop: number;
796
- }>;
797
- } & {
798
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
799
- smallPhone: number;
800
- phone: number;
801
- smallTablet: number;
802
- tablet: number;
803
- desktop: number;
804
- }> | undefined;
805
- } & import("@shopify/restyle").SpacingShorthandProps<{
806
- colors: {
807
- transparent: import("../..").Palette;
808
- themePri: import("../..").Palette;
809
- themeSec: import("../..").Palette;
810
- themePriT: import("../..").Palette;
811
- background: import("../..").Palette;
812
- backgroundOverlay: import("../..").Palette;
813
- text: import("../..").Palette;
814
- textOverlay: import("../..").Palette;
815
- textButton: import("../..").Palette;
816
- border: import("../..").Palette;
817
- separator: import("../..").Palette;
818
- err: import("../..").Palette;
819
- };
820
- spacing: {
821
- none: import("../..").Spacing;
822
- xxxs: import("../..").Spacing;
823
- xxs: import("../..").Spacing;
824
- xs: import("../..").Spacing;
825
- s: import("../..").Spacing;
826
- m: import("../..").Spacing;
827
- l: import("../..").Spacing;
828
- xl: import("../..").Spacing;
829
- xxl: import("../..").Spacing;
830
- xxxl: import("../..").Spacing;
831
- };
832
- breakpoints: {
833
- smallPhone: number;
834
- phone: number;
835
- smallTablet: number;
836
- tablet: number;
837
- desktop: number;
838
- };
839
- zIndices: {
840
- bottom: import("../..").ZIndex;
841
- middle: import("../..").ZIndex;
842
- top: import("../..").ZIndex;
843
- };
844
- borderRadii: {
845
- s: import("../..").BorderRadius;
846
- m: import("../..").BorderRadius;
847
- l: import("../..").BorderRadius;
848
- round: import("../..").BorderRadius;
849
- };
850
- textVariants: {
851
- textXSBold: {
852
- fontWeight: string;
853
- fontSize: import("../..").FontSize;
854
- lineHeight: import("../..").FontLineHeight;
855
- color: string;
856
- };
857
- textSBold: {
858
- fontWeight: string;
859
- fontSize: import("../..").FontSize;
860
- lineHeight: import("../..").FontLineHeight;
861
- color: string;
862
- };
863
- textMBold: {
864
- fontWeight: string;
865
- fontSize: import("../..").FontSize;
866
- lineHeight: import("../..").FontLineHeight;
867
- color: string;
868
- };
869
- textLBold: {
870
- fontWeight: string;
871
- fontSize: import("../..").FontSize;
872
- lineHeight: import("../..").FontLineHeight;
873
- color: string;
874
- };
875
- textXLBold: {
876
- fontWeight: string;
877
- fontSize: import("../..").FontSize;
878
- lineHeight: import("../..").FontLineHeight;
879
- color: string;
880
- };
881
- defaults: {
882
- fontSize: import("../..").FontSize;
883
- lineHeight: import("../..").FontLineHeight;
884
- color: string;
885
- };
886
- textXS: {
887
- fontSize: import("../..").FontSize;
888
- lineHeight: import("../..").FontLineHeight;
889
- color: string;
890
- };
891
- textS: {
892
- fontSize: import("../..").FontSize;
893
- lineHeight: import("../..").FontLineHeight;
894
- color: string;
895
- };
896
- textM: {
897
- fontSize: import("../..").FontSize;
898
- lineHeight: import("../..").FontLineHeight;
899
- color: string;
900
- };
901
- textL: {
902
- fontSize: import("../..").FontSize;
903
- lineHeight: import("../..").FontLineHeight;
904
- color: string;
905
- };
906
- textXL: {
907
- fontSize: import("../..").FontSize;
908
- lineHeight: import("../..").FontLineHeight;
909
- color: string;
910
- };
911
- };
912
- }> & import("@shopify/restyle").BackgroundColorShorthandProps<{
913
- colors: {
914
- transparent: import("../..").Palette;
915
- themePri: import("../..").Palette;
916
- themeSec: import("../..").Palette;
917
- themePriT: import("../..").Palette;
918
- background: import("../..").Palette;
919
- backgroundOverlay: import("../..").Palette;
920
- text: import("../..").Palette;
921
- textOverlay: import("../..").Palette;
922
- textButton: import("../..").Palette;
923
- border: import("../..").Palette;
924
- separator: import("../..").Palette;
925
- err: import("../..").Palette;
926
- };
927
- spacing: {
928
- none: import("../..").Spacing;
929
- xxxs: import("../..").Spacing;
930
- xxs: import("../..").Spacing;
931
- xs: import("../..").Spacing;
932
- s: import("../..").Spacing;
933
- m: import("../..").Spacing;
934
- l: import("../..").Spacing;
935
- xl: import("../..").Spacing;
936
- xxl: import("../..").Spacing;
937
- xxxl: import("../..").Spacing;
938
- };
939
- breakpoints: {
940
- smallPhone: number;
941
- phone: number;
942
- smallTablet: number;
943
- tablet: number;
944
- desktop: number;
945
- };
946
- zIndices: {
947
- bottom: import("../..").ZIndex;
948
- middle: import("../..").ZIndex;
949
- top: import("../..").ZIndex;
950
- };
951
- borderRadii: {
952
- s: import("../..").BorderRadius;
953
- m: import("../..").BorderRadius;
954
- l: import("../..").BorderRadius;
955
- round: import("../..").BorderRadius;
956
- };
957
- textVariants: {
958
- textXSBold: {
959
- fontWeight: string;
960
- fontSize: import("../..").FontSize;
961
- lineHeight: import("../..").FontLineHeight;
962
- color: string;
963
- };
964
- textSBold: {
965
- fontWeight: string;
966
- fontSize: import("../..").FontSize;
967
- lineHeight: import("../..").FontLineHeight;
968
- color: string;
969
- };
970
- textMBold: {
971
- fontWeight: string;
972
- fontSize: import("../..").FontSize;
973
- lineHeight: import("../..").FontLineHeight;
974
- color: string;
975
- };
976
- textLBold: {
977
- fontWeight: string;
978
- fontSize: import("../..").FontSize;
979
- lineHeight: import("../..").FontLineHeight;
980
- color: string;
981
- };
982
- textXLBold: {
983
- fontWeight: string;
984
- fontSize: import("../..").FontSize;
985
- lineHeight: import("../..").FontLineHeight;
986
- color: string;
987
- };
988
- defaults: {
989
- fontSize: import("../..").FontSize;
990
- lineHeight: import("../..").FontLineHeight;
991
- color: string;
992
- };
993
- textXS: {
994
- fontSize: import("../..").FontSize;
995
- lineHeight: import("../..").FontLineHeight;
996
- color: string;
997
- };
998
- textS: {
999
- fontSize: import("../..").FontSize;
1000
- lineHeight: import("../..").FontLineHeight;
1001
- color: string;
1002
- };
1003
- textM: {
1004
- fontSize: import("../..").FontSize;
1005
- lineHeight: import("../..").FontLineHeight;
1006
- color: string;
1007
- };
1008
- textL: {
1009
- fontSize: import("../..").FontSize;
1010
- lineHeight: import("../..").FontLineHeight;
1011
- color: string;
1012
- };
1013
- textXL: {
1014
- fontSize: import("../..").FontSize;
1015
- lineHeight: import("../..").FontLineHeight;
1016
- color: string;
1017
- };
1018
- };
1019
- }> & Omit<import("react-native").ViewProps & {
1020
- children?: React.ReactNode;
1021
- }, "m" | "bottom" | "top" | "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" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "opacity" | "visible" | "shadowColor"> & import("react").RefAttributes<unknown>> & {
1022
- defaultProps?: Partial<import("@shopify/restyle").BackgroundColorProps<{
1023
- colors: {
1024
- transparent: import("../..").Palette;
1025
- themePri: import("../..").Palette;
1026
- themeSec: import("../..").Palette;
1027
- themePriT: import("../..").Palette;
1028
- background: import("../..").Palette;
1029
- backgroundOverlay: import("../..").Palette;
1030
- text: import("../..").Palette;
1031
- textOverlay: import("../..").Palette;
1032
- textButton: import("../..").Palette;
1033
- border: import("../..").Palette;
1034
- separator: import("../..").Palette;
1035
- err: import("../..").Palette;
1036
- };
1037
- spacing: {
1038
- none: import("../..").Spacing;
1039
- xxxs: import("../..").Spacing;
1040
- xxs: import("../..").Spacing;
1041
- xs: import("../..").Spacing;
1042
- s: import("../..").Spacing;
1043
- m: import("../..").Spacing;
1044
- l: import("../..").Spacing;
1045
- xl: import("../..").Spacing;
1046
- xxl: import("../..").Spacing;
1047
- xxxl: import("../..").Spacing;
1048
- };
1049
- breakpoints: {
1050
- smallPhone: number;
1051
- phone: number;
1052
- smallTablet: number;
1053
- tablet: number;
1054
- desktop: number;
1055
- };
1056
- zIndices: {
1057
- bottom: import("../..").ZIndex;
1058
- middle: import("../..").ZIndex;
1059
- top: import("../..").ZIndex;
1060
- };
1061
- borderRadii: {
1062
- s: import("../..").BorderRadius;
1063
- m: import("../..").BorderRadius;
1064
- l: import("../..").BorderRadius;
1065
- round: import("../..").BorderRadius;
1066
- };
1067
- textVariants: {
1068
- textXSBold: {
1069
- fontWeight: string;
1070
- fontSize: import("../..").FontSize;
1071
- lineHeight: import("../..").FontLineHeight;
1072
- color: string;
1073
- };
1074
- textSBold: {
1075
- fontWeight: string;
1076
- fontSize: import("../..").FontSize;
1077
- lineHeight: import("../..").FontLineHeight;
1078
- color: string;
1079
- };
1080
- textMBold: {
1081
- fontWeight: string;
1082
- fontSize: import("../..").FontSize;
1083
- lineHeight: import("../..").FontLineHeight;
1084
- color: string;
1085
- };
1086
- textLBold: {
1087
- fontWeight: string;
1088
- fontSize: import("../..").FontSize;
1089
- lineHeight: import("../..").FontLineHeight;
1090
- color: string;
1091
- };
1092
- textXLBold: {
1093
- fontWeight: string;
1094
- fontSize: import("../..").FontSize;
1095
- lineHeight: import("../..").FontLineHeight;
1096
- color: string;
1097
- };
1098
- defaults: {
1099
- fontSize: import("../..").FontSize;
1100
- lineHeight: import("../..").FontLineHeight;
1101
- color: string;
1102
- };
1103
- textXS: {
1104
- fontSize: import("../..").FontSize;
1105
- lineHeight: import("../..").FontLineHeight;
1106
- color: string;
1107
- };
1108
- textS: {
1109
- fontSize: import("../..").FontSize;
1110
- lineHeight: import("../..").FontLineHeight;
1111
- color: string;
1112
- };
1113
- textM: {
1114
- fontSize: import("../..").FontSize;
1115
- lineHeight: import("../..").FontLineHeight;
1116
- color: string;
1117
- };
1118
- textL: {
1119
- fontSize: import("../..").FontSize;
1120
- lineHeight: import("../..").FontLineHeight;
1121
- color: string;
1122
- };
1123
- textXL: {
1124
- fontSize: import("../..").FontSize;
1125
- lineHeight: import("../..").FontLineHeight;
1126
- color: string;
1127
- };
1128
- };
1129
- }> & import("@shopify/restyle").OpacityProps<{
1130
- colors: {
1131
- transparent: import("../..").Palette;
1132
- themePri: import("../..").Palette;
1133
- themeSec: import("../..").Palette;
1134
- themePriT: import("../..").Palette;
1135
- background: import("../..").Palette;
1136
- backgroundOverlay: import("../..").Palette;
1137
- text: import("../..").Palette;
1138
- textOverlay: import("../..").Palette;
1139
- textButton: import("../..").Palette;
1140
- border: import("../..").Palette;
1141
- separator: import("../..").Palette;
1142
- err: import("../..").Palette;
1143
- };
1144
- spacing: {
1145
- none: import("../..").Spacing;
1146
- xxxs: import("../..").Spacing;
1147
- xxs: import("../..").Spacing;
1148
- xs: import("../..").Spacing;
1149
- s: import("../..").Spacing;
1150
- m: import("../..").Spacing;
1151
- l: import("../..").Spacing;
1152
- xl: import("../..").Spacing;
1153
- xxl: import("../..").Spacing;
1154
- xxxl: import("../..").Spacing;
1155
- };
1156
- breakpoints: {
1157
- smallPhone: number;
1158
- phone: number;
1159
- smallTablet: number;
1160
- tablet: number;
1161
- desktop: number;
1162
- };
1163
- zIndices: {
1164
- bottom: import("../..").ZIndex;
1165
- middle: import("../..").ZIndex;
1166
- top: import("../..").ZIndex;
1167
- };
1168
- borderRadii: {
1169
- s: import("../..").BorderRadius;
1170
- m: import("../..").BorderRadius;
1171
- l: import("../..").BorderRadius;
1172
- round: import("../..").BorderRadius;
1173
- };
1174
- textVariants: {
1175
- textXSBold: {
1176
- fontWeight: string;
1177
- fontSize: import("../..").FontSize;
1178
- lineHeight: import("../..").FontLineHeight;
1179
- color: string;
1180
- };
1181
- textSBold: {
1182
- fontWeight: string;
1183
- fontSize: import("../..").FontSize;
1184
- lineHeight: import("../..").FontLineHeight;
1185
- color: string;
1186
- };
1187
- textMBold: {
1188
- fontWeight: string;
1189
- fontSize: import("../..").FontSize;
1190
- lineHeight: import("../..").FontLineHeight;
1191
- color: string;
1192
- };
1193
- textLBold: {
1194
- fontWeight: string;
1195
- fontSize: import("../..").FontSize;
1196
- lineHeight: import("../..").FontLineHeight;
1197
- color: string;
1198
- };
1199
- textXLBold: {
1200
- fontWeight: string;
1201
- fontSize: import("../..").FontSize;
1202
- lineHeight: import("../..").FontLineHeight;
1203
- color: string;
1204
- };
1205
- defaults: {
1206
- fontSize: import("../..").FontSize;
1207
- lineHeight: import("../..").FontLineHeight;
1208
- color: string;
1209
- };
1210
- textXS: {
1211
- fontSize: import("../..").FontSize;
1212
- lineHeight: import("../..").FontLineHeight;
1213
- color: string;
1214
- };
1215
- textS: {
1216
- fontSize: import("../..").FontSize;
1217
- lineHeight: import("../..").FontLineHeight;
1218
- color: string;
1219
- };
1220
- textM: {
1221
- fontSize: import("../..").FontSize;
1222
- lineHeight: import("../..").FontLineHeight;
1223
- color: string;
1224
- };
1225
- textL: {
1226
- fontSize: import("../..").FontSize;
1227
- lineHeight: import("../..").FontLineHeight;
1228
- color: string;
1229
- };
1230
- textXL: {
1231
- fontSize: import("../..").FontSize;
1232
- lineHeight: import("../..").FontLineHeight;
1233
- color: string;
1234
- };
1235
- };
1236
- }> & import("@shopify/restyle").VisibleProps<{
1237
- colors: {
1238
- transparent: import("../..").Palette;
1239
- themePri: import("../..").Palette;
1240
- themeSec: import("../..").Palette;
1241
- themePriT: import("../..").Palette;
1242
- background: import("../..").Palette;
1243
- backgroundOverlay: import("../..").Palette;
1244
- text: import("../..").Palette;
1245
- textOverlay: import("../..").Palette;
1246
- textButton: import("../..").Palette;
1247
- border: import("../..").Palette;
1248
- separator: import("../..").Palette;
1249
- err: import("../..").Palette;
1250
- };
1251
- spacing: {
1252
- none: import("../..").Spacing;
1253
- xxxs: import("../..").Spacing;
1254
- xxs: import("../..").Spacing;
1255
- xs: import("../..").Spacing;
1256
- s: import("../..").Spacing;
1257
- m: import("../..").Spacing;
1258
- l: import("../..").Spacing;
1259
- xl: import("../..").Spacing;
1260
- xxl: import("../..").Spacing;
1261
- xxxl: import("../..").Spacing;
1262
- };
1263
- breakpoints: {
1264
- smallPhone: number;
1265
- phone: number;
1266
- smallTablet: number;
1267
- tablet: number;
1268
- desktop: number;
1269
- };
1270
- zIndices: {
1271
- bottom: import("../..").ZIndex;
1272
- middle: import("../..").ZIndex;
1273
- top: import("../..").ZIndex;
1274
- };
1275
- borderRadii: {
1276
- s: import("../..").BorderRadius;
1277
- m: import("../..").BorderRadius;
1278
- l: import("../..").BorderRadius;
1279
- round: import("../..").BorderRadius;
1280
- };
1281
- textVariants: {
1282
- textXSBold: {
1283
- fontWeight: string;
1284
- fontSize: import("../..").FontSize;
1285
- lineHeight: import("../..").FontLineHeight;
1286
- color: string;
1287
- };
1288
- textSBold: {
1289
- fontWeight: string;
1290
- fontSize: import("../..").FontSize;
1291
- lineHeight: import("../..").FontLineHeight;
1292
- color: string;
1293
- };
1294
- textMBold: {
1295
- fontWeight: string;
1296
- fontSize: import("../..").FontSize;
1297
- lineHeight: import("../..").FontLineHeight;
1298
- color: string;
1299
- };
1300
- textLBold: {
1301
- fontWeight: string;
1302
- fontSize: import("../..").FontSize;
1303
- lineHeight: import("../..").FontLineHeight;
1304
- color: string;
1305
- };
1306
- textXLBold: {
1307
- fontWeight: string;
1308
- fontSize: import("../..").FontSize;
1309
- lineHeight: import("../..").FontLineHeight;
1310
- color: string;
1311
- };
1312
- defaults: {
1313
- fontSize: import("../..").FontSize;
1314
- lineHeight: import("../..").FontLineHeight;
1315
- color: string;
1316
- };
1317
- textXS: {
1318
- fontSize: import("../..").FontSize;
1319
- lineHeight: import("../..").FontLineHeight;
1320
- color: string;
1321
- };
1322
- textS: {
1323
- fontSize: import("../..").FontSize;
1324
- lineHeight: import("../..").FontLineHeight;
1325
- color: string;
1326
- };
1327
- textM: {
1328
- fontSize: import("../..").FontSize;
1329
- lineHeight: import("../..").FontLineHeight;
1330
- color: string;
1331
- };
1332
- textL: {
1333
- fontSize: import("../..").FontSize;
1334
- lineHeight: import("../..").FontLineHeight;
1335
- color: string;
1336
- };
1337
- textXL: {
1338
- fontSize: import("../..").FontSize;
1339
- lineHeight: import("../..").FontLineHeight;
1340
- color: string;
1341
- };
1342
- };
1343
- }> & import("@shopify/restyle").LayoutProps<{
1344
- colors: {
1345
- transparent: import("../..").Palette;
1346
- themePri: import("../..").Palette;
1347
- themeSec: import("../..").Palette;
1348
- themePriT: import("../..").Palette;
1349
- background: import("../..").Palette;
1350
- backgroundOverlay: import("../..").Palette;
1351
- text: import("../..").Palette;
1352
- textOverlay: import("../..").Palette;
1353
- textButton: import("../..").Palette;
1354
- border: import("../..").Palette;
1355
- separator: import("../..").Palette;
1356
- err: import("../..").Palette;
1357
- };
1358
- spacing: {
1359
- none: import("../..").Spacing;
1360
- xxxs: import("../..").Spacing;
1361
- xxs: import("../..").Spacing;
1362
- xs: import("../..").Spacing;
1363
- s: import("../..").Spacing;
1364
- m: import("../..").Spacing;
1365
- l: import("../..").Spacing;
1366
- xl: import("../..").Spacing;
1367
- xxl: import("../..").Spacing;
1368
- xxxl: import("../..").Spacing;
1369
- };
1370
- breakpoints: {
1371
- smallPhone: number;
1372
- phone: number;
1373
- smallTablet: number;
1374
- tablet: number;
1375
- desktop: number;
1376
- };
1377
- zIndices: {
1378
- bottom: import("../..").ZIndex;
1379
- middle: import("../..").ZIndex;
1380
- top: import("../..").ZIndex;
1381
- };
1382
- borderRadii: {
1383
- s: import("../..").BorderRadius;
1384
- m: import("../..").BorderRadius;
1385
- l: import("../..").BorderRadius;
1386
- round: import("../..").BorderRadius;
1387
- };
1388
- textVariants: {
1389
- textXSBold: {
1390
- fontWeight: string;
1391
- fontSize: import("../..").FontSize;
1392
- lineHeight: import("../..").FontLineHeight;
1393
- color: string;
1394
- };
1395
- textSBold: {
1396
- fontWeight: string;
1397
- fontSize: import("../..").FontSize;
1398
- lineHeight: import("../..").FontLineHeight;
1399
- color: string;
1400
- };
1401
- textMBold: {
1402
- fontWeight: string;
1403
- fontSize: import("../..").FontSize;
1404
- lineHeight: import("../..").FontLineHeight;
1405
- color: string;
1406
- };
1407
- textLBold: {
1408
- fontWeight: string;
1409
- fontSize: import("../..").FontSize;
1410
- lineHeight: import("../..").FontLineHeight;
1411
- color: string;
1412
- };
1413
- textXLBold: {
1414
- fontWeight: string;
1415
- fontSize: import("../..").FontSize;
1416
- lineHeight: import("../..").FontLineHeight;
1417
- color: string;
1418
- };
1419
- defaults: {
1420
- fontSize: import("../..").FontSize;
1421
- lineHeight: import("../..").FontLineHeight;
1422
- color: string;
1423
- };
1424
- textXS: {
1425
- fontSize: import("../..").FontSize;
1426
- lineHeight: import("../..").FontLineHeight;
1427
- color: string;
1428
- };
1429
- textS: {
1430
- fontSize: import("../..").FontSize;
1431
- lineHeight: import("../..").FontLineHeight;
1432
- color: string;
1433
- };
1434
- textM: {
1435
- fontSize: import("../..").FontSize;
1436
- lineHeight: import("../..").FontLineHeight;
1437
- color: string;
1438
- };
1439
- textL: {
1440
- fontSize: import("../..").FontSize;
1441
- lineHeight: import("../..").FontLineHeight;
1442
- color: string;
1443
- };
1444
- textXL: {
1445
- fontSize: import("../..").FontSize;
1446
- lineHeight: import("../..").FontLineHeight;
1447
- color: string;
1448
- };
1449
- };
1450
- }> & import("@shopify/restyle").SpacingProps<{
1451
- colors: {
1452
- transparent: import("../..").Palette;
1453
- themePri: import("../..").Palette;
1454
- themeSec: import("../..").Palette;
1455
- themePriT: import("../..").Palette;
1456
- background: import("../..").Palette;
1457
- backgroundOverlay: import("../..").Palette;
1458
- text: import("../..").Palette;
1459
- textOverlay: import("../..").Palette;
1460
- textButton: import("../..").Palette;
1461
- border: import("../..").Palette;
1462
- separator: import("../..").Palette;
1463
- err: import("../..").Palette;
1464
- };
1465
- spacing: {
1466
- none: import("../..").Spacing;
1467
- xxxs: import("../..").Spacing;
1468
- xxs: import("../..").Spacing;
1469
- xs: import("../..").Spacing;
1470
- s: import("../..").Spacing;
1471
- m: import("../..").Spacing;
1472
- l: import("../..").Spacing;
1473
- xl: import("../..").Spacing;
1474
- xxl: import("../..").Spacing;
1475
- xxxl: import("../..").Spacing;
1476
- };
1477
- breakpoints: {
1478
- smallPhone: number;
1479
- phone: number;
1480
- smallTablet: number;
1481
- tablet: number;
1482
- desktop: number;
1483
- };
1484
- zIndices: {
1485
- bottom: import("../..").ZIndex;
1486
- middle: import("../..").ZIndex;
1487
- top: import("../..").ZIndex;
1488
- };
1489
- borderRadii: {
1490
- s: import("../..").BorderRadius;
1491
- m: import("../..").BorderRadius;
1492
- l: import("../..").BorderRadius;
1493
- round: import("../..").BorderRadius;
1494
- };
1495
- textVariants: {
1496
- textXSBold: {
1497
- fontWeight: string;
1498
- fontSize: import("../..").FontSize;
1499
- lineHeight: import("../..").FontLineHeight;
1500
- color: string;
1501
- };
1502
- textSBold: {
1503
- fontWeight: string;
1504
- fontSize: import("../..").FontSize;
1505
- lineHeight: import("../..").FontLineHeight;
1506
- color: string;
1507
- };
1508
- textMBold: {
1509
- fontWeight: string;
1510
- fontSize: import("../..").FontSize;
1511
- lineHeight: import("../..").FontLineHeight;
1512
- color: string;
1513
- };
1514
- textLBold: {
1515
- fontWeight: string;
1516
- fontSize: import("../..").FontSize;
1517
- lineHeight: import("../..").FontLineHeight;
1518
- color: string;
1519
- };
1520
- textXLBold: {
1521
- fontWeight: string;
1522
- fontSize: import("../..").FontSize;
1523
- lineHeight: import("../..").FontLineHeight;
1524
- color: string;
1525
- };
1526
- defaults: {
1527
- fontSize: import("../..").FontSize;
1528
- lineHeight: import("../..").FontLineHeight;
1529
- color: string;
1530
- };
1531
- textXS: {
1532
- fontSize: import("../..").FontSize;
1533
- lineHeight: import("../..").FontLineHeight;
1534
- color: string;
1535
- };
1536
- textS: {
1537
- fontSize: import("../..").FontSize;
1538
- lineHeight: import("../..").FontLineHeight;
1539
- color: string;
1540
- };
1541
- textM: {
1542
- fontSize: import("../..").FontSize;
1543
- lineHeight: import("../..").FontLineHeight;
1544
- color: string;
1545
- };
1546
- textL: {
1547
- fontSize: import("../..").FontSize;
1548
- lineHeight: import("../..").FontLineHeight;
1549
- color: string;
1550
- };
1551
- textXL: {
1552
- fontSize: import("../..").FontSize;
1553
- lineHeight: import("../..").FontLineHeight;
1554
- color: string;
1555
- };
1556
- };
1557
- }> & {
1558
- borderBottomWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1559
- smallPhone: number;
1560
- phone: number;
1561
- smallTablet: number;
1562
- tablet: number;
1563
- desktop: number;
1564
- }>;
1565
- borderLeftWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1566
- smallPhone: number;
1567
- phone: number;
1568
- smallTablet: number;
1569
- tablet: number;
1570
- desktop: number;
1571
- }>;
1572
- borderRightWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1573
- smallPhone: number;
1574
- phone: number;
1575
- smallTablet: number;
1576
- tablet: number;
1577
- desktop: number;
1578
- }>;
1579
- borderStyle?: import("@shopify/restyle").ResponsiveValue<"solid" | "dotted" | "dashed" | undefined, {
1580
- smallPhone: number;
1581
- phone: number;
1582
- smallTablet: number;
1583
- tablet: number;
1584
- desktop: number;
1585
- }>;
1586
- borderTopWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1587
- smallPhone: number;
1588
- phone: number;
1589
- smallTablet: number;
1590
- tablet: number;
1591
- desktop: number;
1592
- }>;
1593
- borderStartWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1594
- smallPhone: number;
1595
- phone: number;
1596
- smallTablet: number;
1597
- tablet: number;
1598
- desktop: number;
1599
- }>;
1600
- borderEndWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1601
- smallPhone: number;
1602
- phone: number;
1603
- smallTablet: number;
1604
- tablet: number;
1605
- desktop: number;
1606
- }>;
1607
- borderWidth?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1608
- smallPhone: number;
1609
- phone: number;
1610
- smallTablet: number;
1611
- tablet: number;
1612
- desktop: number;
1613
- }>;
1614
- } & {
1615
- borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1616
- smallPhone: number;
1617
- phone: number;
1618
- smallTablet: number;
1619
- tablet: number;
1620
- desktop: number;
1621
- }> | undefined;
1622
- borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1623
- smallPhone: number;
1624
- phone: number;
1625
- smallTablet: number;
1626
- tablet: number;
1627
- desktop: number;
1628
- }> | undefined;
1629
- borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1630
- smallPhone: number;
1631
- phone: number;
1632
- smallTablet: number;
1633
- tablet: number;
1634
- desktop: number;
1635
- }> | undefined;
1636
- borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1637
- smallPhone: number;
1638
- phone: number;
1639
- smallTablet: number;
1640
- tablet: number;
1641
- desktop: number;
1642
- }> | undefined;
1643
- borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1644
- smallPhone: number;
1645
- phone: number;
1646
- smallTablet: number;
1647
- tablet: number;
1648
- desktop: number;
1649
- }> | undefined;
1650
- borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1651
- smallPhone: number;
1652
- phone: number;
1653
- smallTablet: number;
1654
- tablet: number;
1655
- desktop: number;
1656
- }> | undefined;
1657
- borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1658
- smallPhone: number;
1659
- phone: number;
1660
- smallTablet: number;
1661
- tablet: number;
1662
- desktop: number;
1663
- }> | undefined;
1664
- } & {
1665
- borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1666
- smallPhone: number;
1667
- phone: number;
1668
- smallTablet: number;
1669
- tablet: number;
1670
- desktop: number;
1671
- }> | undefined;
1672
- borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1673
- smallPhone: number;
1674
- phone: number;
1675
- smallTablet: number;
1676
- tablet: number;
1677
- desktop: number;
1678
- }> | undefined;
1679
- borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1680
- smallPhone: number;
1681
- phone: number;
1682
- smallTablet: number;
1683
- tablet: number;
1684
- desktop: number;
1685
- }> | undefined;
1686
- borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1687
- smallPhone: number;
1688
- phone: number;
1689
- smallTablet: number;
1690
- tablet: number;
1691
- desktop: number;
1692
- }> | undefined;
1693
- borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1694
- smallPhone: number;
1695
- phone: number;
1696
- smallTablet: number;
1697
- tablet: number;
1698
- desktop: number;
1699
- }> | undefined;
1700
- borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1701
- smallPhone: number;
1702
- phone: number;
1703
- smallTablet: number;
1704
- tablet: number;
1705
- desktop: number;
1706
- }> | undefined;
1707
- borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1708
- smallPhone: number;
1709
- phone: number;
1710
- smallTablet: number;
1711
- tablet: number;
1712
- desktop: number;
1713
- }> | undefined;
1714
- borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1715
- smallPhone: number;
1716
- phone: number;
1717
- smallTablet: number;
1718
- tablet: number;
1719
- desktop: number;
1720
- }> | undefined;
1721
- borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
1722
- smallPhone: number;
1723
- phone: number;
1724
- smallTablet: number;
1725
- tablet: number;
1726
- desktop: number;
1727
- }> | undefined;
1728
- } & {
1729
- shadowOpacity?: import("@shopify/restyle").ResponsiveValue<import("react-native").AnimatableNumericValue | undefined, {
1730
- smallPhone: number;
1731
- phone: number;
1732
- smallTablet: number;
1733
- tablet: number;
1734
- desktop: number;
1735
- }>;
1736
- shadowOffset?: import("@shopify/restyle").ResponsiveValue<Readonly<{
1737
- width: number;
1738
- height: number;
1739
- }> | undefined, {
1740
- smallPhone: number;
1741
- phone: number;
1742
- smallTablet: number;
1743
- tablet: number;
1744
- desktop: number;
1745
- }>;
1746
- shadowRadius?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1747
- smallPhone: number;
1748
- phone: number;
1749
- smallTablet: number;
1750
- tablet: number;
1751
- desktop: number;
1752
- }>;
1753
- elevation?: import("@shopify/restyle").ResponsiveValue<number | undefined, {
1754
- smallPhone: number;
1755
- phone: number;
1756
- smallTablet: number;
1757
- tablet: number;
1758
- desktop: number;
1759
- }>;
1760
- } & {
1761
- shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
1762
- smallPhone: number;
1763
- phone: number;
1764
- smallTablet: number;
1765
- tablet: number;
1766
- desktop: number;
1767
- }> | undefined;
1768
- } & {
1769
- position?: import("@shopify/restyle").ResponsiveValue<"absolute" | "relative" | "static" | undefined, {
1770
- smallPhone: number;
1771
- phone: number;
1772
- smallTablet: number;
1773
- tablet: number;
1774
- desktop: number;
1775
- }>;
1776
- top?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1777
- smallPhone: number;
1778
- phone: number;
1779
- smallTablet: number;
1780
- tablet: number;
1781
- desktop: number;
1782
- }>;
1783
- right?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1784
- smallPhone: number;
1785
- phone: number;
1786
- smallTablet: number;
1787
- tablet: number;
1788
- desktop: number;
1789
- }>;
1790
- bottom?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1791
- smallPhone: number;
1792
- phone: number;
1793
- smallTablet: number;
1794
- tablet: number;
1795
- desktop: number;
1796
- }>;
1797
- left?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1798
- smallPhone: number;
1799
- phone: number;
1800
- smallTablet: number;
1801
- tablet: number;
1802
- desktop: number;
1803
- }>;
1804
- start?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1805
- smallPhone: number;
1806
- phone: number;
1807
- smallTablet: number;
1808
- tablet: number;
1809
- desktop: number;
1810
- }>;
1811
- end?: import("@shopify/restyle").ResponsiveValue<import("react-native").DimensionValue | undefined, {
1812
- smallPhone: number;
1813
- phone: number;
1814
- smallTablet: number;
1815
- tablet: number;
1816
- desktop: number;
1817
- }>;
1818
- } & {
1819
- zIndex?: import("@shopify/restyle").ResponsiveValue<"bottom" | "middle" | "top", {
1820
- smallPhone: number;
1821
- phone: number;
1822
- smallTablet: number;
1823
- tablet: number;
1824
- desktop: number;
1825
- }> | undefined;
1826
- } & import("@shopify/restyle").SpacingShorthandProps<{
1827
- colors: {
1828
- transparent: import("../..").Palette;
1829
- themePri: import("../..").Palette;
1830
- themeSec: import("../..").Palette;
1831
- themePriT: import("../..").Palette;
1832
- background: import("../..").Palette;
1833
- backgroundOverlay: import("../..").Palette;
1834
- text: import("../..").Palette;
1835
- textOverlay: import("../..").Palette;
1836
- textButton: import("../..").Palette;
1837
- border: import("../..").Palette;
1838
- separator: import("../..").Palette;
1839
- err: import("../..").Palette;
1840
- };
1841
- spacing: {
1842
- none: import("../..").Spacing;
1843
- xxxs: import("../..").Spacing;
1844
- xxs: import("../..").Spacing;
1845
- xs: import("../..").Spacing;
1846
- s: import("../..").Spacing;
1847
- m: import("../..").Spacing;
1848
- l: import("../..").Spacing;
1849
- xl: import("../..").Spacing;
1850
- xxl: import("../..").Spacing;
1851
- xxxl: import("../..").Spacing;
1852
- };
1853
- breakpoints: {
1854
- smallPhone: number;
1855
- phone: number;
1856
- smallTablet: number;
1857
- tablet: number;
1858
- desktop: number;
1859
- };
1860
- zIndices: {
1861
- bottom: import("../..").ZIndex;
1862
- middle: import("../..").ZIndex;
1863
- top: import("../..").ZIndex;
1864
- };
1865
- borderRadii: {
1866
- s: import("../..").BorderRadius;
1867
- m: import("../..").BorderRadius;
1868
- l: import("../..").BorderRadius;
1869
- round: import("../..").BorderRadius;
1870
- };
1871
- textVariants: {
1872
- textXSBold: {
1873
- fontWeight: string;
1874
- fontSize: import("../..").FontSize;
1875
- lineHeight: import("../..").FontLineHeight;
1876
- color: string;
1877
- };
1878
- textSBold: {
1879
- fontWeight: string;
1880
- fontSize: import("../..").FontSize;
1881
- lineHeight: import("../..").FontLineHeight;
1882
- color: string;
1883
- };
1884
- textMBold: {
1885
- fontWeight: string;
1886
- fontSize: import("../..").FontSize;
1887
- lineHeight: import("../..").FontLineHeight;
1888
- color: string;
1889
- };
1890
- textLBold: {
1891
- fontWeight: string;
1892
- fontSize: import("../..").FontSize;
1893
- lineHeight: import("../..").FontLineHeight;
1894
- color: string;
1895
- };
1896
- textXLBold: {
1897
- fontWeight: string;
1898
- fontSize: import("../..").FontSize;
1899
- lineHeight: import("../..").FontLineHeight;
1900
- color: string;
1901
- };
1902
- defaults: {
1903
- fontSize: import("../..").FontSize;
1904
- lineHeight: import("../..").FontLineHeight;
1905
- color: string;
1906
- };
1907
- textXS: {
1908
- fontSize: import("../..").FontSize;
1909
- lineHeight: import("../..").FontLineHeight;
1910
- color: string;
1911
- };
1912
- textS: {
1913
- fontSize: import("../..").FontSize;
1914
- lineHeight: import("../..").FontLineHeight;
1915
- color: string;
1916
- };
1917
- textM: {
1918
- fontSize: import("../..").FontSize;
1919
- lineHeight: import("../..").FontLineHeight;
1920
- color: string;
1921
- };
1922
- textL: {
1923
- fontSize: import("../..").FontSize;
1924
- lineHeight: import("../..").FontLineHeight;
1925
- color: string;
1926
- };
1927
- textXL: {
1928
- fontSize: import("../..").FontSize;
1929
- lineHeight: import("../..").FontLineHeight;
1930
- color: string;
1931
- };
1932
- };
1933
- }> & import("@shopify/restyle").BackgroundColorShorthandProps<{
1934
- colors: {
1935
- transparent: import("../..").Palette;
1936
- themePri: import("../..").Palette;
1937
- themeSec: import("../..").Palette;
1938
- themePriT: import("../..").Palette;
1939
- background: import("../..").Palette;
1940
- backgroundOverlay: import("../..").Palette;
1941
- text: import("../..").Palette;
1942
- textOverlay: import("../..").Palette;
1943
- textButton: import("../..").Palette;
1944
- border: import("../..").Palette;
1945
- separator: import("../..").Palette;
1946
- err: import("../..").Palette;
1947
- };
1948
- spacing: {
1949
- none: import("../..").Spacing;
1950
- xxxs: import("../..").Spacing;
1951
- xxs: import("../..").Spacing;
1952
- xs: import("../..").Spacing;
1953
- s: import("../..").Spacing;
1954
- m: import("../..").Spacing;
1955
- l: import("../..").Spacing;
1956
- xl: import("../..").Spacing;
1957
- xxl: import("../..").Spacing;
1958
- xxxl: import("../..").Spacing;
1959
- };
1960
- breakpoints: {
1961
- smallPhone: number;
1962
- phone: number;
1963
- smallTablet: number;
1964
- tablet: number;
1965
- desktop: number;
1966
- };
1967
- zIndices: {
1968
- bottom: import("../..").ZIndex;
1969
- middle: import("../..").ZIndex;
1970
- top: import("../..").ZIndex;
1971
- };
1972
- borderRadii: {
1973
- s: import("../..").BorderRadius;
1974
- m: import("../..").BorderRadius;
1975
- l: import("../..").BorderRadius;
1976
- round: import("../..").BorderRadius;
1977
- };
1978
- textVariants: {
1979
- textXSBold: {
1980
- fontWeight: string;
1981
- fontSize: import("../..").FontSize;
1982
- lineHeight: import("../..").FontLineHeight;
1983
- color: string;
1984
- };
1985
- textSBold: {
1986
- fontWeight: string;
1987
- fontSize: import("../..").FontSize;
1988
- lineHeight: import("../..").FontLineHeight;
1989
- color: string;
1990
- };
1991
- textMBold: {
1992
- fontWeight: string;
1993
- fontSize: import("../..").FontSize;
1994
- lineHeight: import("../..").FontLineHeight;
1995
- color: string;
1996
- };
1997
- textLBold: {
1998
- fontWeight: string;
1999
- fontSize: import("../..").FontSize;
2000
- lineHeight: import("../..").FontLineHeight;
2001
- color: string;
2002
- };
2003
- textXLBold: {
2004
- fontWeight: string;
2005
- fontSize: import("../..").FontSize;
2006
- lineHeight: import("../..").FontLineHeight;
2007
- color: string;
2008
- };
2009
- defaults: {
2010
- fontSize: import("../..").FontSize;
2011
- lineHeight: import("../..").FontLineHeight;
2012
- color: string;
2013
- };
2014
- textXS: {
2015
- fontSize: import("../..").FontSize;
2016
- lineHeight: import("../..").FontLineHeight;
2017
- color: string;
2018
- };
2019
- textS: {
2020
- fontSize: import("../..").FontSize;
2021
- lineHeight: import("../..").FontLineHeight;
2022
- color: string;
2023
- };
2024
- textM: {
2025
- fontSize: import("../..").FontSize;
2026
- lineHeight: import("../..").FontLineHeight;
2027
- color: string;
2028
- };
2029
- textL: {
2030
- fontSize: import("../..").FontSize;
2031
- lineHeight: import("../..").FontLineHeight;
2032
- color: string;
2033
- };
2034
- textXL: {
2035
- fontSize: import("../..").FontSize;
2036
- lineHeight: import("../..").FontLineHeight;
2037
- color: string;
2038
- };
2039
- };
2040
- }> & Omit<import("react-native").ViewProps & {
2041
- children?: React.ReactNode;
2042
- }, "m" | "bottom" | "top" | "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" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "opacity" | "visible" | "shadowColor"> & import("react").RefAttributes<unknown>> | undefined;
2043
- };
2044
- export default Box;
2045
- //# sourceMappingURL=Box.d.ts.map