@jamadd/react-native-template-ui 0.1.16 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/README.md +7 -7
  2. package/lib/commonjs/components/button/AnimatedPressable.js.map +1 -0
  3. package/lib/commonjs/components/{btn → button}/AnimatedThemedPressable.js +2 -2
  4. package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +1 -0
  5. package/lib/commonjs/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
  6. package/lib/commonjs/components/button/ThemedButton.js.map +1 -0
  7. package/lib/commonjs/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
  8. package/lib/commonjs/components/button/ThemedIconButton.js.map +1 -0
  9. package/lib/commonjs/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
  10. package/lib/commonjs/components/button/ThemedIconTextButton.js.map +1 -0
  11. package/lib/commonjs/components/{btn → button}/ThemedPressable.js +2 -2
  12. package/lib/commonjs/components/button/ThemedPressable.js.map +1 -0
  13. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
  14. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
  15. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +4 -4
  16. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
  17. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
  18. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
  19. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
  20. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
  21. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
  22. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
  23. package/lib/commonjs/components/overlay/alert/Alert.js +16 -16
  24. package/lib/commonjs/components/overlay/alert/Alert.js.map +1 -1
  25. package/lib/commonjs/components/overlay/alert/{AlertBtn.js → AlertButton.js} +15 -15
  26. package/lib/commonjs/components/overlay/alert/AlertButton.js.map +1 -0
  27. package/lib/commonjs/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
  28. package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +1 -0
  29. package/lib/commonjs/components/overlay/alert/AlertWrap.js +4 -4
  30. package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +1 -1
  31. package/lib/commonjs/components/overlay/modal/ThemedModal.js +1 -1
  32. package/lib/commonjs/components/switch/ThemedSwitch.js +1 -1
  33. package/lib/commonjs/hooks/{btn.js → button.js} +2 -2
  34. package/lib/commonjs/hooks/button.js.map +1 -0
  35. package/lib/commonjs/hooks/switch.js +2 -2
  36. package/lib/commonjs/hooks/switch.js.map +1 -1
  37. package/lib/commonjs/index.js +23 -23
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/types/{btn.js → button.js} +1 -1
  40. package/lib/commonjs/types/{btn.js.map → button.js.map} +1 -1
  41. package/lib/commonjs/utils/button/const.js +17 -0
  42. package/lib/commonjs/utils/button/const.js.map +1 -0
  43. package/lib/commonjs/utils/overlay/const.js +6 -6
  44. package/lib/commonjs/utils/overlay/const.js.map +1 -1
  45. package/lib/commonjs/utils/theme/const.js +3 -3
  46. package/lib/commonjs/utils/theme/const.js.map +1 -1
  47. package/lib/module/components/button/AnimatedPressable.js.map +1 -0
  48. package/lib/module/components/{btn → button}/AnimatedThemedPressable.js +1 -1
  49. package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -0
  50. package/lib/module/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
  51. package/lib/module/components/button/ThemedButton.js.map +1 -0
  52. package/lib/module/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
  53. package/lib/module/components/button/ThemedIconButton.js.map +1 -0
  54. package/lib/module/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
  55. package/lib/module/components/button/ThemedIconTextButton.js.map +1 -0
  56. package/lib/module/components/{btn → button}/ThemedPressable.js +1 -1
  57. package/lib/module/components/button/ThemedPressable.js.map +1 -0
  58. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
  59. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
  60. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +4 -4
  61. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
  62. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
  63. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
  64. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
  65. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
  66. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
  67. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
  68. package/lib/module/components/overlay/alert/Alert.js +16 -16
  69. package/lib/module/components/overlay/alert/Alert.js.map +1 -1
  70. package/lib/module/components/overlay/alert/{AlertBtn.js → AlertButton.js} +16 -16
  71. package/lib/module/components/overlay/alert/AlertButton.js.map +1 -0
  72. package/lib/module/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
  73. package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -0
  74. package/lib/module/components/overlay/alert/AlertWrap.js +4 -4
  75. package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
  76. package/lib/module/components/overlay/modal/ThemedModal.js +1 -1
  77. package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
  78. package/lib/module/components/switch/ThemedSwitch.js +1 -1
  79. package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
  80. package/lib/module/hooks/{btn.js → button.js} +2 -2
  81. package/lib/module/hooks/button.js.map +1 -0
  82. package/lib/module/hooks/switch.js +1 -1
  83. package/lib/module/hooks/switch.js.map +1 -1
  84. package/lib/module/index.js +8 -8
  85. package/lib/module/index.js.map +1 -1
  86. package/lib/module/types/button.js +4 -0
  87. package/lib/module/types/{btn.js.map → button.js.map} +1 -1
  88. package/lib/module/utils/button/const.js +13 -0
  89. package/lib/module/utils/button/const.js.map +1 -0
  90. package/lib/module/utils/overlay/const.js +5 -5
  91. package/lib/module/utils/overlay/const.js.map +1 -1
  92. package/lib/module/utils/theme/const.js +3 -3
  93. package/lib/module/utils/theme/const.js.map +1 -1
  94. package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
  96. package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts +5 -0
  98. package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts +5 -0
  100. package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +1 -0
  101. package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts +5 -0
  102. package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
  103. package/lib/typescript/commonjs/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
  104. package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts +5 -0
  106. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts +5 -0
  108. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
  109. package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts +1 -1
  110. package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
  111. package/lib/typescript/commonjs/src/components/text/Text.d.ts +38 -38
  112. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts +31 -31
  113. package/lib/typescript/commonjs/src/components/view/Box.d.ts +62 -62
  114. package/lib/typescript/commonjs/src/hooks/{btn.d.ts → button.d.ts} +42 -42
  115. package/lib/typescript/commonjs/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
  116. package/lib/typescript/commonjs/src/hooks/theme.d.ts +6 -6
  117. package/lib/typescript/commonjs/src/index.d.ts +8 -8
  118. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  119. package/lib/typescript/commonjs/src/test/utils/func.d.ts +2 -2
  120. package/lib/typescript/commonjs/src/types/{btn.d.ts → button.d.ts} +7 -7
  121. package/lib/typescript/commonjs/src/types/button.d.ts.map +1 -0
  122. package/lib/typescript/commonjs/src/types/overlay.d.ts +15 -15
  123. package/lib/typescript/commonjs/src/types/overlay.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/types/switch.d.ts +1 -1
  125. package/lib/typescript/commonjs/src/types/switch.d.ts.map +1 -1
  126. package/lib/typescript/commonjs/src/utils/{btn → button}/const.d.ts +1 -1
  127. package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +1 -0
  128. package/lib/typescript/commonjs/src/utils/overlay/const.d.ts +1 -1
  129. package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +1 -1
  130. package/lib/typescript/commonjs/src/utils/overlay/func.d.ts +1 -1
  131. package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +1 -1
  132. package/lib/typescript/commonjs/src/utils/theme/const.d.ts +3 -3
  133. package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +1 -1
  134. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts +13 -13
  135. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +1 -1
  136. package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +1 -0
  137. package/lib/typescript/module/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
  138. package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
  139. package/lib/typescript/module/src/components/button/ThemedButton.d.ts +5 -0
  140. package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +1 -0
  141. package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +5 -0
  142. package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +1 -0
  143. package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +5 -0
  144. package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
  145. package/lib/typescript/module/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
  146. package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +1 -0
  147. package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +5 -0
  148. package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
  149. package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +5 -0
  150. package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
  151. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +1 -1
  152. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
  153. package/lib/typescript/module/src/components/text/Text.d.ts +38 -38
  154. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +31 -31
  155. package/lib/typescript/module/src/components/view/Box.d.ts +62 -62
  156. package/lib/typescript/module/src/hooks/{btn.d.ts → button.d.ts} +42 -42
  157. package/lib/typescript/module/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
  158. package/lib/typescript/module/src/hooks/theme.d.ts +6 -6
  159. package/lib/typescript/module/src/index.d.ts +8 -8
  160. package/lib/typescript/module/src/index.d.ts.map +1 -1
  161. package/lib/typescript/module/src/test/utils/func.d.ts +2 -2
  162. package/lib/typescript/module/src/types/{btn.d.ts → button.d.ts} +7 -7
  163. package/lib/typescript/module/src/types/button.d.ts.map +1 -0
  164. package/lib/typescript/module/src/types/overlay.d.ts +15 -15
  165. package/lib/typescript/module/src/types/overlay.d.ts.map +1 -1
  166. package/lib/typescript/module/src/types/switch.d.ts +1 -1
  167. package/lib/typescript/module/src/types/switch.d.ts.map +1 -1
  168. package/lib/typescript/module/src/utils/{btn → button}/const.d.ts +1 -1
  169. package/lib/typescript/module/src/utils/button/const.d.ts.map +1 -0
  170. package/lib/typescript/module/src/utils/overlay/const.d.ts +1 -1
  171. package/lib/typescript/module/src/utils/overlay/const.d.ts.map +1 -1
  172. package/lib/typescript/module/src/utils/overlay/func.d.ts +1 -1
  173. package/lib/typescript/module/src/utils/overlay/func.d.ts.map +1 -1
  174. package/lib/typescript/module/src/utils/theme/const.d.ts +3 -3
  175. package/lib/typescript/module/src/utils/theme/const.d.ts.map +1 -1
  176. package/lib/typescript/module/src/utils/theme/restyle.d.ts +13 -13
  177. package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +1 -1
  178. package/package.json +3 -3
  179. package/lib/commonjs/components/btn/AnimatedPressable.js.map +0 -1
  180. package/lib/commonjs/components/btn/AnimatedThemedPressable.js.map +0 -1
  181. package/lib/commonjs/components/btn/ThemedBtn.js.map +0 -1
  182. package/lib/commonjs/components/btn/ThemedIconBtn.js.map +0 -1
  183. package/lib/commonjs/components/btn/ThemedIconTextBtn.js.map +0 -1
  184. package/lib/commonjs/components/btn/ThemedPressable.js.map +0 -1
  185. package/lib/commonjs/components/overlay/alert/AlertBtn.js.map +0 -1
  186. package/lib/commonjs/components/overlay/alert/AlertBtns.js.map +0 -1
  187. package/lib/commonjs/hooks/btn.js.map +0 -1
  188. package/lib/commonjs/utils/btn/const.js +0 -17
  189. package/lib/commonjs/utils/btn/const.js.map +0 -1
  190. package/lib/module/components/btn/AnimatedPressable.js.map +0 -1
  191. package/lib/module/components/btn/AnimatedThemedPressable.js.map +0 -1
  192. package/lib/module/components/btn/ThemedBtn.js.map +0 -1
  193. package/lib/module/components/btn/ThemedIconBtn.js.map +0 -1
  194. package/lib/module/components/btn/ThemedIconTextBtn.js.map +0 -1
  195. package/lib/module/components/btn/ThemedPressable.js.map +0 -1
  196. package/lib/module/components/overlay/alert/AlertBtn.js.map +0 -1
  197. package/lib/module/components/overlay/alert/AlertBtns.js.map +0 -1
  198. package/lib/module/hooks/btn.js.map +0 -1
  199. package/lib/module/types/btn.js +0 -4
  200. package/lib/module/utils/btn/const.js +0 -13
  201. package/lib/module/utils/btn/const.js.map +0 -1
  202. package/lib/typescript/commonjs/src/components/btn/AnimatedPressable.d.ts.map +0 -1
  203. package/lib/typescript/commonjs/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
  204. package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts +0 -5
  205. package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts.map +0 -1
  206. package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts +0 -5
  207. package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
  208. package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
  209. package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
  210. package/lib/typescript/commonjs/src/components/btn/ThemedPressable.d.ts.map +0 -1
  211. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts +0 -5
  212. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
  213. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts +0 -5
  214. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
  215. package/lib/typescript/commonjs/src/types/btn.d.ts.map +0 -1
  216. package/lib/typescript/commonjs/src/utils/btn/const.d.ts.map +0 -1
  217. package/lib/typescript/module/src/components/btn/AnimatedPressable.d.ts.map +0 -1
  218. package/lib/typescript/module/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
  219. package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts +0 -5
  220. package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts.map +0 -1
  221. package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts +0 -5
  222. package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
  223. package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
  224. package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
  225. package/lib/typescript/module/src/components/btn/ThemedPressable.d.ts.map +0 -1
  226. package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts +0 -5
  227. package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
  228. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts +0 -5
  229. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
  230. package/lib/typescript/module/src/types/btn.d.ts.map +0 -1
  231. package/lib/typescript/module/src/utils/btn/const.d.ts.map +0 -1
  232. /package/lib/commonjs/components/{btn → button}/AnimatedPressable.js +0 -0
  233. /package/lib/module/components/{btn → button}/AnimatedPressable.js +0 -0
  234. /package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
  235. /package/lib/typescript/module/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  import type { ViewStyle } from 'react-native';
2
2
  import type { SwitchSize } from '../utils/theme/const';
3
- import type { AnimatedThemedPressableProps, OnPressDelayConfig } from './btn';
3
+ import type { AnimatedThemedPressableProps, OnPressDelayConfig } from './button';
4
4
  import type { CustomAnimation } from './reanimated';
5
5
  import type { StyleOrStyleProp } from './style';
6
6
  import type { ThemeColors } from './theme';
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,4BAA4B,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,4BAA4B,EAC5B,SAAS,GAAG,UAAU,CACvB,GAAG;IACF,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,qBAAqB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC3C,sBAAsB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5C,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,KAAK,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC"}
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EACV,4BAA4B,EAC5B,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,4BAA4B,EAC5B,SAAS,GAAG,UAAU,CACvB,GAAG;IACF,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,qBAAqB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC3C,sBAAsB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5C,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,KAAK,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare enum BtnScaleRatio {
1
+ export declare enum ButtonScaleRatio {
2
2
  Square = 0.9,
3
3
  Rectangle = 0.98
4
4
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/button/const.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,MAAM,MAAM;IACZ,SAAS,OAAO;CACjB;AAED,oBAAY,gBAAgB;IAC1B,QAAQ,IAAA;IACR,QAAQ,IAAA;CACT"}
@@ -16,7 +16,7 @@ export declare enum ToastDuration {
16
16
  Short = 3000,
17
17
  Long = 5000
18
18
  }
19
- export declare enum AlertBtnType {
19
+ export declare enum AlertButtonType {
20
20
  Primary = "primary",
21
21
  Secondary = "secondary",
22
22
  Destructive = "destructive"
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/const.ts"],"names":[],"mappings":"AAWA,oBAAY,wBAAwB;IAClC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,+BAA+B,iBAAiB,CAAC;AAE9D,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,aAAa;IACvB,KAAK,OAAO;IACZ,IAAI,OAAO;CACZ;AAKD,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/const.ts"],"names":[],"mappings":"AAWA,oBAAY,wBAAwB;IAClC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,+BAA+B,iBAAiB,CAAC;AAE9D,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,aAAa;IACvB,KAAK,OAAO;IACZ,IAAI,OAAO;CACZ;AAKD,oBAAY,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B"}
@@ -1,4 +1,4 @@
1
- export declare function getAlertContext(): Partial<Pick<import("../..").AlertProps, "btnProps"> & {
1
+ export declare function getAlertContext(): Partial<Pick<import("../..").AlertProps, "buttonProps"> & {
2
2
  onDismiss: (result?: Partial<import("../..").OverlayDismissAlertResult>) => void;
3
3
  }>;
4
4
  export declare function getActionSheetMaxHeight(expandable?: boolean): number;
@@ -1 +1 @@
1
- {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/func.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;sBAgFzB,CAAA;GA9EL;AAQD,wBAAgB,uBAAuB,CAAC,UAAU,GAAE,OAAe,UAMlE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,UAElD;AAED,wBAAgB,8BAA8B,WAE7C;AAED,wBAAgB,kCAAkC,WAIjD;AAgBD,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,OAAO,UAKtB;AAED,wBAAgB,kCAAkC,CAChD,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,OAAO,UAmCtB;AAED,wBAAgB,qBAAqB,mDAEpC"}
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/func.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;sBAiFzB,CAAH;GA/EF;AAQD,wBAAgB,uBAAuB,CAAC,UAAU,GAAE,OAAe,UAMlE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,UAElD;AAED,wBAAgB,8BAA8B,WAE7C;AAED,wBAAgB,kCAAkC,WAIjD;AAgBD,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,OAAO,UAKtB;AAED,wBAAgB,kCAAkC,CAChD,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,OAAO,UAmCtB;AAED,wBAAgB,qBAAqB,mDAEpC"}
@@ -53,7 +53,7 @@ export declare enum BorderRadius {
53
53
  S = 12,
54
54
  M = 24,
55
55
  L = 36,
56
- Circle = 9999
56
+ Round = 9999
57
57
  }
58
58
  export declare enum ZIndex {
59
59
  Base = 0,
@@ -71,7 +71,7 @@ export declare const lightTheme: {
71
71
  backgroundOverlay: Palette;
72
72
  text: Palette;
73
73
  textOverlay: Palette;
74
- textBtn: Palette;
74
+ textButton: Palette;
75
75
  border: Palette;
76
76
  separator: Palette;
77
77
  err: Palette;
@@ -104,7 +104,7 @@ export declare const lightTheme: {
104
104
  s: BorderRadius;
105
105
  m: BorderRadius;
106
106
  l: BorderRadius;
107
- circle: BorderRadius;
107
+ round: BorderRadius;
108
108
  };
109
109
  textVariants: {
110
110
  textXSBold: {
@@ -1 +1 @@
1
- {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,MAAM,OAAO;CACd;AAED,oBAAY,MAAM;IAChB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AA+BD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAGA,oBAAY,OAAO;IACjB,WAAW,gBAAgB;IAC3B,QAAQ,YAAY;IACpB,QAAQ,YAAY;IACpB,SAAS,cAAc;IACvB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,KAAK,YAAY;IACjB,MAAM,cAAc;IACpB,MAAM,YAAY;IAClB,IAAI,YAAY;IAChB,GAAG,YAAY;CAChB;AAED,oBAAY,OAAO;IACjB,IAAI,IAAI;IACR,IAAI,IAAI;IACR,GAAG,IAAI;IACP,EAAE,IAAI;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;IACP,GAAG,KAAK;IACR,IAAI,MAAM;CACX;AAED,oBAAY,QAAQ;IAClB,EAAE,KAAK;IACP,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,EAAE,KAAK;CACR;AAKD,oBAAY,cAAc;IACxB,EAAE,qBAAoC;IACtC,CAAC,OAAmC;IACpC,CAAC,KAAmC;IACpC,CAAC,qBAAmC;IACpC,EAAE,OAAoC;CACvC;AAED,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AAED,oBAAY,YAAY;IACtB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;IACN,KAAK,OAAO;CACb;AAED,oBAAY,MAAM;IAChB,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,GAAG,IAAI;CACR;AA+BD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { ThemedPressableProps } from '../../types/btn';
1
+ import type { ThemedPressableProps } from '../../types/button';
2
2
  import type { IconProps, ThemedIconProps } from '../../types/icon';
3
3
  import type { ThemedLoadingProps } from '../../types/loading';
4
4
  import type { InsetsStyleConfig } from '../../types/style';
@@ -15,7 +15,7 @@ export declare const themedPressableRestyleFuncs: {
15
15
  backgroundOverlay: import("./const").Palette;
16
16
  text: import("./const").Palette;
17
17
  textOverlay: import("./const").Palette;
18
- textBtn: import("./const").Palette;
18
+ textButton: import("./const").Palette;
19
19
  border: import("./const").Palette;
20
20
  separator: import("./const").Palette;
21
21
  err: import("./const").Palette;
@@ -48,7 +48,7 @@ export declare const themedPressableRestyleFuncs: {
48
48
  s: import("./const").BorderRadius;
49
49
  m: import("./const").BorderRadius;
50
50
  l: import("./const").BorderRadius;
51
- circle: import("./const").BorderRadius;
51
+ round: import("./const").BorderRadius;
52
52
  };
53
53
  textVariants: {
54
54
  textXSBold: {
@@ -232,7 +232,7 @@ export declare const themedLoadingRestyleFuncs: {
232
232
  backgroundOverlay: import("./const").Palette;
233
233
  text: import("./const").Palette;
234
234
  textOverlay: import("./const").Palette;
235
- textBtn: import("./const").Palette;
235
+ textButton: import("./const").Palette;
236
236
  border: import("./const").Palette;
237
237
  separator: import("./const").Palette;
238
238
  err: import("./const").Palette;
@@ -265,7 +265,7 @@ export declare const themedLoadingRestyleFuncs: {
265
265
  s: import("./const").BorderRadius;
266
266
  m: import("./const").BorderRadius;
267
267
  l: import("./const").BorderRadius;
268
- circle: import("./const").BorderRadius;
268
+ round: import("./const").BorderRadius;
269
269
  };
270
270
  textVariants: {
271
271
  textXSBold: {
@@ -418,7 +418,7 @@ export declare const themedLoadingColorRestyleFuncs: {
418
418
  backgroundOverlay: import("./const").Palette;
419
419
  text: import("./const").Palette;
420
420
  textOverlay: import("./const").Palette;
421
- textBtn: import("./const").Palette;
421
+ textButton: import("./const").Palette;
422
422
  border: import("./const").Palette;
423
423
  separator: import("./const").Palette;
424
424
  err: import("./const").Palette;
@@ -451,7 +451,7 @@ export declare const themedLoadingColorRestyleFuncs: {
451
451
  s: import("./const").BorderRadius;
452
452
  m: import("./const").BorderRadius;
453
453
  l: import("./const").BorderRadius;
454
- circle: import("./const").BorderRadius;
454
+ round: import("./const").BorderRadius;
455
455
  };
456
456
  textVariants: {
457
457
  textXSBold: {
@@ -535,7 +535,7 @@ export declare const themedIconRestyleFuncs: {
535
535
  backgroundOverlay: import("./const").Palette;
536
536
  text: import("./const").Palette;
537
537
  textOverlay: import("./const").Palette;
538
- textBtn: import("./const").Palette;
538
+ textButton: import("./const").Palette;
539
539
  border: import("./const").Palette;
540
540
  separator: import("./const").Palette;
541
541
  err: import("./const").Palette;
@@ -568,7 +568,7 @@ export declare const themedIconRestyleFuncs: {
568
568
  s: import("./const").BorderRadius;
569
569
  m: import("./const").BorderRadius;
570
570
  l: import("./const").BorderRadius;
571
- circle: import("./const").BorderRadius;
571
+ round: import("./const").BorderRadius;
572
572
  };
573
573
  textVariants: {
574
574
  textXSBold: {
@@ -721,7 +721,7 @@ export declare const themedIconColorRestyleFuncs: {
721
721
  backgroundOverlay: import("./const").Palette;
722
722
  text: import("./const").Palette;
723
723
  textOverlay: import("./const").Palette;
724
- textBtn: import("./const").Palette;
724
+ textButton: import("./const").Palette;
725
725
  border: import("./const").Palette;
726
726
  separator: import("./const").Palette;
727
727
  err: import("./const").Palette;
@@ -754,7 +754,7 @@ export declare const themedIconColorRestyleFuncs: {
754
754
  s: import("./const").BorderRadius;
755
755
  m: import("./const").BorderRadius;
756
756
  l: import("./const").BorderRadius;
757
- circle: import("./const").BorderRadius;
757
+ round: import("./const").BorderRadius;
758
758
  };
759
759
  textVariants: {
760
760
  textXSBold: {
@@ -838,7 +838,7 @@ export declare const themedScrollViewRestyleFuncs: {
838
838
  backgroundOverlay: import("./const").Palette;
839
839
  text: import("./const").Palette;
840
840
  textOverlay: import("./const").Palette;
841
- textBtn: import("./const").Palette;
841
+ textButton: import("./const").Palette;
842
842
  border: import("./const").Palette;
843
843
  separator: import("./const").Palette;
844
844
  err: import("./const").Palette;
@@ -871,7 +871,7 @@ export declare const themedScrollViewRestyleFuncs: {
871
871
  s: import("./const").BorderRadius;
872
872
  m: import("./const").BorderRadius;
873
873
  l: import("./const").BorderRadius;
874
- circle: import("./const").BorderRadius;
874
+ round: import("./const").BorderRadius;
875
875
  };
876
876
  textVariants: {
877
877
  textXSBold: {
@@ -1 +1 @@
1
- {"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,KAAK,EAAgB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGoC,CAAC;AAE7E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AAEpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC;AAEpB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtB,CAAC"}
1
+ {"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,KAAK,EAAgB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGoC,CAAC;AAE7E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AAEpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC;AAEpB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/AnimatedPressable.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,wLAA8C,CAAC;AAE7E,eAAe,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
- import type { AnimatedThemedPressableProps } from '../../types/btn';
2
+ import type { AnimatedThemedPressableProps } from '../../types/button';
3
3
  declare const AnimatedThemedPressable: FC<AnimatedThemedPressableProps>;
4
4
  export default AnimatedThemedPressable;
5
5
  //# sourceMappingURL=AnimatedThemedPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/AnimatedThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGvE,QAAA,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAI7D,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedButtonProps } from '../../types/button';
3
+ declare const ThemedButton: FC<ThemedButtonProps>;
4
+ export default ThemedButton;
5
+ //# sourceMappingURL=ThemedButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAK5D,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAgCvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedIconButtonProps } from '../../types/button';
3
+ declare const ThemedIconButton: FC<ThemedIconButtonProps>;
4
+ export default ThemedIconButton;
5
+ //# sourceMappingURL=ThemedIconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedIconButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAKhE,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAwB/C,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedIconTextButtonProps } from '../../types/button';
3
+ declare const ThemedIconTextButton: FC<ThemedIconTextButtonProps>;
4
+ export default ThemedIconTextButton;
5
+ //# sourceMappingURL=ThemedIconTextButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedIconTextButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedIconTextButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAKpE,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CA+CvD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { ThemedPressableProps } from '../../types/btn';
2
+ import type { ThemedPressableProps } from '../../types/button';
3
3
  declare const ThemedPressable: FC<ThemedPressableProps>;
4
4
  export default ThemedPressable;
5
5
  //# sourceMappingURL=ThemedPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/ThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAI7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { AlertButtonProps } from '../../../types/overlay';
3
+ declare const AlertButton: FC<AlertButtonProps>;
4
+ export default AlertButton;
5
+ //# sourceMappingURL=AlertButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAM/D,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8BrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { AlertButtonsProps } from '../../../types/overlay';
3
+ declare const AlertButtons: FC<AlertButtonsProps>;
4
+ export default AlertButtons;
5
+ //# sourceMappingURL=AlertButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertButtons.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAIhE,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAwBvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -3,7 +3,7 @@ import type { AlertProps } from '../../../types/overlay';
3
3
  import type { SetState } from '../../../types/react';
4
4
  import type { AnimationSharedValue } from '../../../types/reanimated';
5
5
  import type { PropsWithRequiredChildren } from '../../../types/view';
6
- declare const AlertWrap: FC<PropsWithRequiredChildren<Pick<AlertProps, 'customShowAnimation' | 'wrapProps' | 'title' | 'desc' | 'btns' | 'dismissable'> & {
6
+ declare const AlertWrap: FC<PropsWithRequiredChildren<Pick<AlertProps, 'customShowAnimation' | 'wrapProps' | 'title' | 'desc' | 'buttons' | 'dismissable'> & {
7
7
  visible: boolean;
8
8
  setVisible: SetState<boolean>;
9
9
  showSharedVal: AnimationSharedValue;
@@ -1 +1 @@
1
- {"version":3,"file":"AlertWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertWrap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAOrE,QAAA,MAAM,SAAS,EAAE,EAAE,CACjB,yBAAyB,CACvB,IAAI,CACF,UAAU,EACR,qBAAqB,GACrB,WAAW,GACX,OAAO,GACP,MAAM,GACN,MAAM,GACN,aAAa,CAChB,GAAG;IACF,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,aAAa,EAAE,oBAAoB,CAAC;CACrC,CACF,CAwDF,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"AlertWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertWrap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAOrE,QAAA,MAAM,SAAS,EAAE,EAAE,CACjB,yBAAyB,CACvB,IAAI,CACF,UAAU,EACR,qBAAqB,GACrB,WAAW,GACX,OAAO,GACP,MAAM,GACN,SAAS,GACT,aAAa,CAChB,GAAG;IACF,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,aAAa,EAAE,oBAAoB,CAAC;CACrC,CACF,CAwDF,CAAC;AAEF,eAAe,SAAS,CAAC"}