@teamturing/react-native-kit 0.1.0 → 1.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 (1610) hide show
  1. package/LICENSE +21 -0
  2. package/lib/commonjs/assets/icons/bookmark_animation.svg +3 -0
  3. package/lib/commonjs/assets/icons/chat_bubble_question_animation.svg +3 -0
  4. package/lib/commonjs/component/AnimatedNumber.js +251 -0
  5. package/lib/commonjs/component/AnimatedNumber.js.map +1 -0
  6. package/lib/commonjs/component/Animation/etc/CircleEffectAnimation.js +99 -0
  7. package/lib/commonjs/component/Animation/etc/CircleEffectAnimation.js.map +1 -0
  8. package/lib/commonjs/component/Animation/etc/FadeInOutLoop.js +50 -0
  9. package/lib/commonjs/component/Animation/etc/FadeInOutLoop.js.map +1 -0
  10. package/lib/commonjs/component/Animation/etc/LeftAndRight.js +36 -0
  11. package/lib/commonjs/component/Animation/etc/LeftAndRight.js.map +1 -0
  12. package/lib/commonjs/component/Animation/etc/Pulse.js +71 -0
  13. package/lib/commonjs/component/Animation/etc/Pulse.js.map +1 -0
  14. package/lib/commonjs/component/Animation/etc/UpAndDown.js +36 -0
  15. package/lib/commonjs/component/Animation/etc/UpAndDown.js.map +1 -0
  16. package/lib/commonjs/component/Animation/etc/index.js +61 -0
  17. package/lib/commonjs/component/Animation/etc/index.js.map +1 -0
  18. package/lib/commonjs/component/Animation/imperative/FadeIn.js +33 -0
  19. package/lib/commonjs/component/Animation/imperative/FadeIn.js.map +1 -0
  20. package/lib/commonjs/component/Animation/imperative/FadeInOut.js +36 -0
  21. package/lib/commonjs/component/Animation/imperative/FadeInOut.js.map +1 -0
  22. package/lib/commonjs/component/Animation/imperative/ImperativeAnimation.js +81 -0
  23. package/lib/commonjs/component/Animation/imperative/ImperativeAnimation.js.map +1 -0
  24. package/lib/commonjs/component/Animation/imperative/Shake.js +42 -0
  25. package/lib/commonjs/component/Animation/imperative/Shake.js.map +1 -0
  26. package/lib/commonjs/component/Animation/imperative/SlideIn.js +34 -0
  27. package/lib/commonjs/component/Animation/imperative/SlideIn.js.map +1 -0
  28. package/lib/commonjs/component/Animation/imperative/SlideInOut.js +41 -0
  29. package/lib/commonjs/component/Animation/imperative/SlideInOut.js.map +1 -0
  30. package/lib/commonjs/component/Animation/imperative/index.js +72 -0
  31. package/lib/commonjs/component/Animation/imperative/index.js.map +1 -0
  32. package/lib/commonjs/component/Animation/implicit/OpacityAnimatedView.js +49 -0
  33. package/lib/commonjs/component/Animation/implicit/OpacityAnimatedView.js.map +1 -0
  34. package/lib/commonjs/component/Animation/implicit/ZoomIn.js +40 -0
  35. package/lib/commonjs/component/Animation/implicit/ZoomIn.js.map +1 -0
  36. package/lib/commonjs/component/Animation/implicit/index.js +28 -0
  37. package/lib/commonjs/component/Animation/implicit/index.js.map +1 -0
  38. package/lib/commonjs/component/Animation/index.js +39 -0
  39. package/lib/commonjs/component/Animation/index.js.map +1 -0
  40. package/lib/commonjs/component/Badge.js +25 -0
  41. package/lib/commonjs/component/Badge.js.map +1 -0
  42. package/lib/commonjs/component/Banner/BannerItem.js +71 -0
  43. package/lib/commonjs/component/Banner/BannerItem.js.map +1 -0
  44. package/lib/commonjs/component/Banner/BannerRectangle.js +44 -0
  45. package/lib/commonjs/component/Banner/BannerRectangle.js.map +1 -0
  46. package/lib/commonjs/component/Banner/index.js +28 -0
  47. package/lib/commonjs/component/Banner/index.js.map +1 -0
  48. package/lib/commonjs/component/BaseWebView.js +37 -0
  49. package/lib/commonjs/component/BaseWebView.js.map +1 -0
  50. package/lib/commonjs/component/Box/index.js +12 -0
  51. package/lib/commonjs/component/Box/index.js.map +1 -0
  52. package/lib/commonjs/component/Btn/BaseBtn.js +310 -0
  53. package/lib/commonjs/component/Btn/BaseBtn.js.map +1 -0
  54. package/lib/commonjs/component/Btn/FixedBottomCTABtn.js +35 -0
  55. package/lib/commonjs/component/Btn/FixedBottomCTABtn.js.map +1 -0
  56. package/lib/commonjs/component/Btn/IconBtn.js +274 -0
  57. package/lib/commonjs/component/Btn/IconBtn.js.map +1 -0
  58. package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js +105 -0
  59. package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js.map +1 -0
  60. package/lib/commonjs/component/Btn/index.js +49 -0
  61. package/lib/commonjs/component/Btn/index.js.map +1 -0
  62. package/lib/commonjs/component/Card.js +33 -0
  63. package/lib/commonjs/component/Card.js.map +1 -0
  64. package/lib/commonjs/component/Carousel.js +58 -0
  65. package/lib/commonjs/component/Carousel.js.map +1 -0
  66. package/lib/commonjs/component/Chip.js +181 -0
  67. package/lib/commonjs/component/Chip.js.map +1 -0
  68. package/lib/commonjs/component/CloneWithGlobalPositionView.js +55 -0
  69. package/lib/commonjs/component/CloneWithGlobalPositionView.js.map +1 -0
  70. package/lib/commonjs/component/DialogHandler.js +38 -0
  71. package/lib/commonjs/component/DialogHandler.js.map +1 -0
  72. package/lib/commonjs/component/Dot.js +46 -0
  73. package/lib/commonjs/component/Dot.js.map +1 -0
  74. package/lib/commonjs/component/DotLoadingIndicator.js +53 -0
  75. package/lib/commonjs/component/DotLoadingIndicator.js.map +1 -0
  76. package/lib/commonjs/component/EmptyState.js +68 -0
  77. package/lib/commonjs/component/EmptyState.js.map +1 -0
  78. package/lib/commonjs/component/FloatingRoundChip.js +48 -0
  79. package/lib/commonjs/component/FloatingRoundChip.js.map +1 -0
  80. package/lib/commonjs/component/GradientBorderContainer.js +57 -0
  81. package/lib/commonjs/component/GradientBorderContainer.js.map +1 -0
  82. package/lib/commonjs/component/GradientBorderContainer.web.js +32 -0
  83. package/lib/commonjs/component/GradientBorderContainer.web.js.map +1 -0
  84. package/lib/commonjs/component/GradientCollection.js +77 -0
  85. package/lib/commonjs/component/GradientCollection.js.map +1 -0
  86. package/lib/commonjs/component/GradientMask.js +55 -0
  87. package/lib/commonjs/component/GradientMask.js.map +1 -0
  88. package/lib/commonjs/component/GradientMask.web.js +160 -0
  89. package/lib/commonjs/component/GradientMask.web.js.map +1 -0
  90. package/lib/commonjs/component/Header/BackButtonHeader.js +30 -0
  91. package/lib/commonjs/component/Header/BackButtonHeader.js.map +1 -0
  92. package/lib/commonjs/component/Header/CloseButtonHeader.js +29 -0
  93. package/lib/commonjs/component/Header/CloseButtonHeader.js.map +1 -0
  94. package/lib/commonjs/component/Header/Header.js +110 -0
  95. package/lib/commonjs/component/Header/Header.js.map +1 -0
  96. package/lib/commonjs/component/Header/index.js +39 -0
  97. package/lib/commonjs/component/Header/index.js.map +1 -0
  98. package/lib/commonjs/component/HorizontalStackedBar.js +36 -0
  99. package/lib/commonjs/component/HorizontalStackedBar.js.map +1 -0
  100. package/lib/commonjs/component/Icon/AnimatedIcon.js +32 -0
  101. package/lib/commonjs/component/Icon/AnimatedIcon.js.map +1 -0
  102. package/lib/commonjs/component/Icon/Icons.js +1540 -0
  103. package/lib/commonjs/component/Icon/Icons.js.map +1 -0
  104. package/lib/commonjs/component/Icon/index.js +31 -0
  105. package/lib/commonjs/component/Icon/index.js.map +1 -0
  106. package/lib/commonjs/component/IconCheckbox.js +67 -0
  107. package/lib/commonjs/component/IconCheckbox.js.map +1 -0
  108. package/lib/commonjs/component/Img/ImageConfig.js +11 -0
  109. package/lib/commonjs/component/Img/ImageConfig.js.map +1 -0
  110. package/lib/commonjs/component/Img/Img.js +240 -0
  111. package/lib/commonjs/component/Img/Img.js.map +1 -0
  112. package/lib/commonjs/component/Img/index.js +28 -0
  113. package/lib/commonjs/component/Img/index.js.map +1 -0
  114. package/lib/commonjs/component/Layout/AdaptiveHeightConstraintView.js +48 -0
  115. package/lib/commonjs/component/Layout/AdaptiveHeightConstraintView.js.map +1 -0
  116. package/lib/commonjs/component/Layout/AdaptiveWidthConstraintView.js +48 -0
  117. package/lib/commonjs/component/Layout/AdaptiveWidthConstraintView.js.map +1 -0
  118. package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js +51 -0
  119. package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js.map +1 -0
  120. package/lib/commonjs/component/Layout/Column.js +23 -0
  121. package/lib/commonjs/component/Layout/Column.js.map +1 -0
  122. package/lib/commonjs/component/Layout/FixedBottomLayout.js +69 -0
  123. package/lib/commonjs/component/Layout/FixedBottomLayout.js.map +1 -0
  124. package/lib/commonjs/component/Layout/Gap.js +43 -0
  125. package/lib/commonjs/component/Layout/Gap.js.map +1 -0
  126. package/lib/commonjs/component/Layout/Grid.js +75 -0
  127. package/lib/commonjs/component/Layout/Grid.js.map +1 -0
  128. package/lib/commonjs/component/Layout/ItemList.js +31 -0
  129. package/lib/commonjs/component/Layout/ItemList.js.map +1 -0
  130. package/lib/commonjs/component/Layout/Layout/LayoutProvider.js +119 -0
  131. package/lib/commonjs/component/Layout/Layout/LayoutProvider.js.map +1 -0
  132. package/lib/commonjs/component/Layout/Layout/WindowSizeClass.js +59 -0
  133. package/lib/commonjs/component/Layout/Layout/WindowSizeClass.js.map +1 -0
  134. package/lib/commonjs/component/Layout/Layout/index.js +39 -0
  135. package/lib/commonjs/component/Layout/Layout/index.js.map +1 -0
  136. package/lib/commonjs/component/Layout/Layout/useDynamicDimensions.js +26 -0
  137. package/lib/commonjs/component/Layout/Layout/useDynamicDimensions.js.map +1 -0
  138. package/lib/commonjs/component/Layout/LayoutStyle.js +6 -0
  139. package/lib/commonjs/component/Layout/LayoutStyle.js.map +1 -0
  140. package/lib/commonjs/component/Layout/Row.js +23 -0
  141. package/lib/commonjs/component/Layout/Row.js.map +1 -0
  142. package/lib/commonjs/component/Layout/SectionLayout/Section.js +31 -0
  143. package/lib/commonjs/component/Layout/SectionLayout/Section.js.map +1 -0
  144. package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js +54 -0
  145. package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js.map +1 -0
  146. package/lib/commonjs/component/Layout/SectionLayout/index.js +21 -0
  147. package/lib/commonjs/component/Layout/SectionLayout/index.js.map +1 -0
  148. package/lib/commonjs/component/Layout/SingleOrTwoColumnCellLayout.js +38 -0
  149. package/lib/commonjs/component/Layout/SingleOrTwoColumnCellLayout.js.map +1 -0
  150. package/lib/commonjs/component/Layout/WhiteGradientFixedBottomLayout.js +29 -0
  151. package/lib/commonjs/component/Layout/WhiteGradientFixedBottomLayout.js.map +1 -0
  152. package/lib/commonjs/component/Layout/index.js +160 -0
  153. package/lib/commonjs/component/Layout/index.js.map +1 -0
  154. package/lib/commonjs/component/LiText.js +30 -0
  155. package/lib/commonjs/component/LiText.js.map +1 -0
  156. package/lib/commonjs/component/LineDivider.js +33 -0
  157. package/lib/commonjs/component/LineDivider.js.map +1 -0
  158. package/lib/commonjs/component/LoadingFallbackView.js +24 -0
  159. package/lib/commonjs/component/LoadingFallbackView.js.map +1 -0
  160. package/lib/commonjs/component/LoadingIndicator.js +30 -0
  161. package/lib/commonjs/component/LoadingIndicator.js.map +1 -0
  162. package/lib/commonjs/component/LoadingIndicatorView.js +31 -0
  163. package/lib/commonjs/component/LoadingIndicatorView.js.map +1 -0
  164. package/lib/commonjs/component/Lottie/index.js +60 -0
  165. package/lib/commonjs/component/Lottie/index.js.map +1 -0
  166. package/lib/commonjs/component/MarqueeView.js +91 -0
  167. package/lib/commonjs/component/MarqueeView.js.map +1 -0
  168. package/lib/commonjs/component/NumberBadge.js +48 -0
  169. package/lib/commonjs/component/NumberBadge.js.map +1 -0
  170. package/lib/commonjs/component/OnMountEvent.js +16 -0
  171. package/lib/commonjs/component/OnMountEvent.js.map +1 -0
  172. package/lib/commonjs/component/PaginatedFlashList.js +167 -0
  173. package/lib/commonjs/component/PaginatedFlashList.js.map +1 -0
  174. package/lib/commonjs/component/PaginatedFlatList.js +172 -0
  175. package/lib/commonjs/component/PaginatedFlatList.js.map +1 -0
  176. package/lib/commonjs/component/Paginator.js +43 -0
  177. package/lib/commonjs/component/Paginator.js.map +1 -0
  178. package/lib/commonjs/component/PartialRerender.js +21 -0
  179. package/lib/commonjs/component/PartialRerender.js.map +1 -0
  180. package/lib/commonjs/component/PieChart.js +53 -0
  181. package/lib/commonjs/component/PieChart.js.map +1 -0
  182. package/lib/commonjs/component/Portal/Portal.js +27 -0
  183. package/lib/commonjs/component/Portal/Portal.js.map +1 -0
  184. package/lib/commonjs/component/Portal/PortalConsumer.js +33 -0
  185. package/lib/commonjs/component/Portal/PortalConsumer.js.map +1 -0
  186. package/lib/commonjs/component/Portal/PortalHost.js +107 -0
  187. package/lib/commonjs/component/Portal/PortalHost.js.map +1 -0
  188. package/lib/commonjs/component/Portal/PortalManager.js +50 -0
  189. package/lib/commonjs/component/Portal/PortalManager.js.map +1 -0
  190. package/lib/commonjs/component/Portal/index.js +50 -0
  191. package/lib/commonjs/component/Portal/index.js.map +1 -0
  192. package/lib/commonjs/component/Pressable/LoadingIndicatorTouchable.js +30 -0
  193. package/lib/commonjs/component/Pressable/LoadingIndicatorTouchable.js.map +1 -0
  194. package/lib/commonjs/component/Pressable/PressableDelayed.js +36 -0
  195. package/lib/commonjs/component/Pressable/PressableDelayed.js.map +1 -0
  196. package/lib/commonjs/component/Pressable/Touch.js +48 -0
  197. package/lib/commonjs/component/Pressable/Touch.js.map +1 -0
  198. package/lib/commonjs/component/Pressable/index.js +39 -0
  199. package/lib/commonjs/component/Pressable/index.js.map +1 -0
  200. package/lib/commonjs/component/Pressable/useDisabilityAwareDebouncer.js +56 -0
  201. package/lib/commonjs/component/Pressable/useDisabilityAwareDebouncer.js.map +1 -0
  202. package/lib/commonjs/component/Progress/CircularProgressIndicator.js +130 -0
  203. package/lib/commonjs/component/Progress/CircularProgressIndicator.js.map +1 -0
  204. package/lib/commonjs/component/Progress/ImageCircularProgressIndicator.js +27 -0
  205. package/lib/commonjs/component/Progress/ImageCircularProgressIndicator.js.map +1 -0
  206. package/lib/commonjs/component/Progress/LinearProgressBar.js +65 -0
  207. package/lib/commonjs/component/Progress/LinearProgressBar.js.map +1 -0
  208. package/lib/commonjs/component/Progress/Slider.js +157 -0
  209. package/lib/commonjs/component/Progress/Slider.js.map +1 -0
  210. package/lib/commonjs/component/Progress/index.js +50 -0
  211. package/lib/commonjs/component/Progress/index.js.map +1 -0
  212. package/lib/commonjs/component/RadioButton.js +36 -0
  213. package/lib/commonjs/component/RadioButton.js.map +1 -0
  214. package/lib/commonjs/component/ReadMoreText.js +68 -0
  215. package/lib/commonjs/component/ReadMoreText.js.map +1 -0
  216. package/lib/commonjs/component/ReadMoreText.web.js +15 -0
  217. package/lib/commonjs/component/ReadMoreText.web.js.map +1 -0
  218. package/lib/commonjs/component/ReanimatedBox/index.js +23 -0
  219. package/lib/commonjs/component/ReanimatedBox/index.js.map +1 -0
  220. package/lib/commonjs/component/ReanimatedStyledScrollView/index.js +27 -0
  221. package/lib/commonjs/component/ReanimatedStyledScrollView/index.js.map +1 -0
  222. package/lib/commonjs/component/RefreshControlEx.js +22 -0
  223. package/lib/commonjs/component/RefreshControlEx.js.map +1 -0
  224. package/lib/commonjs/component/StyledScrollView/index.js +26 -0
  225. package/lib/commonjs/component/StyledScrollView/index.js.map +1 -0
  226. package/lib/commonjs/component/Switch.js +87 -0
  227. package/lib/commonjs/component/Switch.js.map +1 -0
  228. package/lib/commonjs/component/Tab/BaseTab.js +57 -0
  229. package/lib/commonjs/component/Tab/BaseTab.js.map +1 -0
  230. package/lib/commonjs/component/Tab/IndicatorTab.js +69 -0
  231. package/lib/commonjs/component/Tab/IndicatorTab.js.map +1 -0
  232. package/lib/commonjs/component/Tab/RoundTab.js +165 -0
  233. package/lib/commonjs/component/Tab/RoundTab.js.map +1 -0
  234. package/lib/commonjs/component/Tab/index.js +39 -0
  235. package/lib/commonjs/component/Tab/index.js.map +1 -0
  236. package/lib/commonjs/component/TabPager.js +43 -0
  237. package/lib/commonjs/component/TabPager.js.map +1 -0
  238. package/lib/commonjs/component/Tag.js +159 -0
  239. package/lib/commonjs/component/Tag.js.map +1 -0
  240. package/lib/commonjs/component/TagHorizontalList.js +96 -0
  241. package/lib/commonjs/component/TagHorizontalList.js.map +1 -0
  242. package/lib/commonjs/component/TextField/BaseTextField.js +132 -0
  243. package/lib/commonjs/component/TextField/BaseTextField.js.map +1 -0
  244. package/lib/commonjs/component/TextField/CoreTextField.js +76 -0
  245. package/lib/commonjs/component/TextField/CoreTextField.js.map +1 -0
  246. package/lib/commonjs/component/TextField/index.js +14 -0
  247. package/lib/commonjs/component/TextField/index.js.map +1 -0
  248. package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.js +73 -0
  249. package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.js.map +1 -0
  250. package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.test.js +16 -0
  251. package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.test.js.map +1 -0
  252. package/lib/commonjs/component/ToolTip/BaseToolTip.js +137 -0
  253. package/lib/commonjs/component/ToolTip/BaseToolTip.js.map +1 -0
  254. package/lib/commonjs/component/ToolTip/TextToolTip.js +50 -0
  255. package/lib/commonjs/component/ToolTip/TextToolTip.js.map +1 -0
  256. package/lib/commonjs/component/ToolTip/index.js +28 -0
  257. package/lib/commonjs/component/ToolTip/index.js.map +1 -0
  258. package/lib/commonjs/component/Txt/Font.js +12 -0
  259. package/lib/commonjs/component/Txt/Font.js.map +1 -0
  260. package/lib/commonjs/component/Txt/FontWeight.js +13 -0
  261. package/lib/commonjs/component/Txt/FontWeight.js.map +1 -0
  262. package/lib/commonjs/component/Txt/TextConfig.js +17 -0
  263. package/lib/commonjs/component/Txt/TextConfig.js.map +1 -0
  264. package/lib/commonjs/component/Txt/Txt.js +329 -0
  265. package/lib/commonjs/component/Txt/Txt.js.map +1 -0
  266. package/lib/commonjs/component/Txt/index.js +50 -0
  267. package/lib/commonjs/component/Txt/index.js.map +1 -0
  268. package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js +167 -0
  269. package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js.map +1 -0
  270. package/lib/commonjs/component/dialog/CommonDialog.js +257 -0
  271. package/lib/commonjs/component/dialog/CommonDialog.js.map +1 -0
  272. package/lib/commonjs/component/dialog/DialogProvider.js +77 -0
  273. package/lib/commonjs/component/dialog/DialogProvider.js.map +1 -0
  274. package/lib/commonjs/component/dialog/ItemSelectBottomSheetDialog.js +116 -0
  275. package/lib/commonjs/component/dialog/ItemSelectBottomSheetDialog.js.map +1 -0
  276. package/lib/commonjs/component/dialog/LottieDialog.js +78 -0
  277. package/lib/commonjs/component/dialog/LottieDialog.js.map +1 -0
  278. package/lib/commonjs/component/dialog/ToastDialog.js +114 -0
  279. package/lib/commonjs/component/dialog/ToastDialog.js.map +1 -0
  280. package/lib/commonjs/component/dialog/base/BottomSheetDialog.js +53 -0
  281. package/lib/commonjs/component/dialog/base/BottomSheetDialog.js.map +1 -0
  282. package/lib/commonjs/component/dialog/base/Dialog.js +58 -0
  283. package/lib/commonjs/component/dialog/base/Dialog.js.map +1 -0
  284. package/lib/commonjs/component/dialog/base/ModalBox.js +488 -0
  285. package/lib/commonjs/component/dialog/base/ModalBox.js.map +1 -0
  286. package/lib/commonjs/component/dialog/base/index.js +39 -0
  287. package/lib/commonjs/component/dialog/base/index.js.map +1 -0
  288. package/lib/commonjs/component/dialog/index.js +83 -0
  289. package/lib/commonjs/component/dialog/index.js.map +1 -0
  290. package/lib/commonjs/component/index.js +633 -0
  291. package/lib/commonjs/component/index.js.map +1 -0
  292. package/lib/commonjs/hoc/index.js +28 -0
  293. package/lib/commonjs/hoc/index.js.map +1 -0
  294. package/lib/commonjs/hoc/withProviders.js +27 -0
  295. package/lib/commonjs/hoc/withProviders.js.map +1 -0
  296. package/lib/commonjs/hoc/withReanimated.js +23 -0
  297. package/lib/commonjs/hoc/withReanimated.js.map +1 -0
  298. package/lib/commonjs/hook/index.js +127 -0
  299. package/lib/commonjs/hook/index.js.map +1 -0
  300. package/lib/commonjs/hook/useAppState.js +20 -0
  301. package/lib/commonjs/hook/useAppState.js.map +1 -0
  302. package/lib/commonjs/hook/useDialogHandler.js +31 -0
  303. package/lib/commonjs/hook/useDialogHandler.js.map +1 -0
  304. package/lib/commonjs/hook/useFloatingKeyboard.js +31 -0
  305. package/lib/commonjs/hook/useFloatingKeyboard.js.map +1 -0
  306. package/lib/commonjs/hook/useIntervalCallback.js +22 -0
  307. package/lib/commonjs/hook/useIntervalCallback.js.map +1 -0
  308. package/lib/commonjs/hook/useKeyboard.js +36 -0
  309. package/lib/commonjs/hook/useKeyboard.js.map +1 -0
  310. package/lib/commonjs/hook/useMount.js +23 -0
  311. package/lib/commonjs/hook/useMount.js.map +1 -0
  312. package/lib/commonjs/hook/useRefValue.js +12 -0
  313. package/lib/commonjs/hook/useRefValue.js.map +1 -0
  314. package/lib/commonjs/hook/useScrollViewOnEndReachedConfig.js +36 -0
  315. package/lib/commonjs/hook/useScrollViewOnEndReachedConfig.js.map +1 -0
  316. package/lib/commonjs/hook/useStableCallback.js +35 -0
  317. package/lib/commonjs/hook/useStableCallback.js.map +1 -0
  318. package/lib/commonjs/hook/useTimeoutHandler.js +54 -0
  319. package/lib/commonjs/hook/useTimeoutHandler.js.map +1 -0
  320. package/lib/commonjs/hook/useTimeoutHandler.test.js +102 -0
  321. package/lib/commonjs/hook/useTimeoutHandler.test.js.map +1 -0
  322. package/lib/commonjs/hook/useUnmount.js +25 -0
  323. package/lib/commonjs/hook/useUnmount.js.map +1 -0
  324. package/lib/commonjs/index.js +44 -4
  325. package/lib/commonjs/index.js.map +1 -1
  326. package/lib/commonjs/theme/StyledSystemTheme.js +41 -0
  327. package/lib/commonjs/theme/StyledSystemTheme.js.map +1 -0
  328. package/lib/commonjs/theme/index.js +28 -0
  329. package/lib/commonjs/theme/index.js.map +1 -0
  330. package/lib/commonjs/theme/token/gradient.js +153 -0
  331. package/lib/commonjs/theme/token/gradient.js.map +1 -0
  332. package/lib/commonjs/theme/token/index.js +39 -0
  333. package/lib/commonjs/theme/token/index.js.map +1 -0
  334. package/lib/commonjs/theme/token/palette.js +63 -0
  335. package/lib/commonjs/theme/token/palette.js.map +1 -0
  336. package/lib/commonjs/theme/token/spacing.js +67 -0
  337. package/lib/commonjs/theme/token/spacing.js.map +1 -0
  338. package/lib/commonjs/type/environment.d.js +2 -0
  339. package/lib/commonjs/type/environment.d.js.map +1 -0
  340. package/lib/commonjs/util/AppEvent.js +63 -0
  341. package/lib/commonjs/util/AppEvent.js.map +1 -0
  342. package/lib/commonjs/util/ColorUtil.js +19 -0
  343. package/lib/commonjs/util/ColorUtil.js.map +1 -0
  344. package/lib/commonjs/util/ColorUtil.test.js +26 -0
  345. package/lib/commonjs/util/ColorUtil.test.js.map +1 -0
  346. package/lib/commonjs/util/EnvironmentUtil.js +26 -0
  347. package/lib/commonjs/util/EnvironmentUtil.js.map +1 -0
  348. package/lib/commonjs/util/Px.js +15 -0
  349. package/lib/commonjs/util/Px.js.map +1 -0
  350. package/lib/commonjs/util/StyleUtil.js +50 -0
  351. package/lib/commonjs/util/StyleUtil.js.map +1 -0
  352. package/lib/commonjs/util/createCtx.js +33 -0
  353. package/lib/commonjs/util/createCtx.js.map +1 -0
  354. package/lib/commonjs/util/index.js +89 -0
  355. package/lib/commonjs/util/index.js.map +1 -0
  356. package/lib/commonjs/util/is.js +69 -0
  357. package/lib/commonjs/util/is.js.map +1 -0
  358. package/lib/commonjs/util/runAfterFlushMacroQueue.js +12 -0
  359. package/lib/commonjs/util/runAfterFlushMacroQueue.js.map +1 -0
  360. package/lib/module/assets/icons/bookmark_animation.svg +3 -0
  361. package/lib/module/assets/icons/chat_bubble_question_animation.svg +3 -0
  362. package/lib/module/component/AnimatedNumber.js +247 -0
  363. package/lib/module/component/AnimatedNumber.js.map +1 -0
  364. package/lib/module/component/Animation/etc/CircleEffectAnimation.js +92 -0
  365. package/lib/module/component/Animation/etc/CircleEffectAnimation.js.map +1 -0
  366. package/lib/module/component/Animation/etc/FadeInOutLoop.js +44 -0
  367. package/lib/module/component/Animation/etc/FadeInOutLoop.js.map +1 -0
  368. package/lib/module/component/Animation/etc/LeftAndRight.js +30 -0
  369. package/lib/module/component/Animation/etc/LeftAndRight.js.map +1 -0
  370. package/lib/module/component/Animation/etc/Pulse.js +65 -0
  371. package/lib/module/component/Animation/etc/Pulse.js.map +1 -0
  372. package/lib/module/component/Animation/etc/UpAndDown.js +30 -0
  373. package/lib/module/component/Animation/etc/UpAndDown.js.map +1 -0
  374. package/lib/module/component/Animation/etc/index.js +8 -0
  375. package/lib/module/component/Animation/etc/index.js.map +1 -0
  376. package/lib/module/component/Animation/imperative/FadeIn.js +27 -0
  377. package/lib/module/component/Animation/imperative/FadeIn.js.map +1 -0
  378. package/lib/module/component/Animation/imperative/FadeInOut.js +30 -0
  379. package/lib/module/component/Animation/imperative/FadeInOut.js.map +1 -0
  380. package/lib/module/component/Animation/imperative/ImperativeAnimation.js +76 -0
  381. package/lib/module/component/Animation/imperative/ImperativeAnimation.js.map +1 -0
  382. package/lib/module/component/Animation/imperative/Shake.js +36 -0
  383. package/lib/module/component/Animation/imperative/Shake.js.map +1 -0
  384. package/lib/module/component/Animation/imperative/SlideIn.js +28 -0
  385. package/lib/module/component/Animation/imperative/SlideIn.js.map +1 -0
  386. package/lib/module/component/Animation/imperative/SlideInOut.js +35 -0
  387. package/lib/module/component/Animation/imperative/SlideInOut.js.map +1 -0
  388. package/lib/module/component/Animation/imperative/index.js +9 -0
  389. package/lib/module/component/Animation/imperative/index.js.map +1 -0
  390. package/lib/module/component/Animation/implicit/OpacityAnimatedView.js +45 -0
  391. package/lib/module/component/Animation/implicit/OpacityAnimatedView.js.map +1 -0
  392. package/lib/module/component/Animation/implicit/ZoomIn.js +34 -0
  393. package/lib/module/component/Animation/implicit/ZoomIn.js.map +1 -0
  394. package/lib/module/component/Animation/implicit/index.js +5 -0
  395. package/lib/module/component/Animation/implicit/index.js.map +1 -0
  396. package/lib/module/component/Animation/index.js +6 -0
  397. package/lib/module/component/Animation/index.js.map +1 -0
  398. package/lib/module/component/Badge.js +21 -0
  399. package/lib/module/component/Badge.js.map +1 -0
  400. package/lib/module/component/Banner/BannerItem.js +66 -0
  401. package/lib/module/component/Banner/BannerItem.js.map +1 -0
  402. package/lib/module/component/Banner/BannerRectangle.js +39 -0
  403. package/lib/module/component/Banner/BannerRectangle.js.map +1 -0
  404. package/lib/module/component/Banner/index.js +5 -0
  405. package/lib/module/component/Banner/index.js.map +1 -0
  406. package/lib/module/component/BaseWebView.js +33 -0
  407. package/lib/module/component/BaseWebView.js.map +1 -0
  408. package/lib/module/component/Box/index.js +8 -0
  409. package/lib/module/component/Box/index.js.map +1 -0
  410. package/lib/module/component/Btn/BaseBtn.js +305 -0
  411. package/lib/module/component/Btn/BaseBtn.js.map +1 -0
  412. package/lib/module/component/Btn/FixedBottomCTABtn.js +30 -0
  413. package/lib/module/component/Btn/FixedBottomCTABtn.js.map +1 -0
  414. package/lib/module/component/Btn/IconBtn.js +270 -0
  415. package/lib/module/component/Btn/IconBtn.js.map +1 -0
  416. package/lib/module/component/Btn/InteractiveToggledIconBtn.js +98 -0
  417. package/lib/module/component/Btn/InteractiveToggledIconBtn.js.map +1 -0
  418. package/lib/module/component/Btn/index.js +8 -0
  419. package/lib/module/component/Btn/index.js.map +1 -0
  420. package/lib/module/component/Card.js +28 -0
  421. package/lib/module/component/Card.js.map +1 -0
  422. package/lib/module/component/Carousel.js +53 -0
  423. package/lib/module/component/Carousel.js.map +1 -0
  424. package/lib/module/component/Chip.js +176 -0
  425. package/lib/module/component/Chip.js.map +1 -0
  426. package/lib/module/component/CloneWithGlobalPositionView.js +49 -0
  427. package/lib/module/component/CloneWithGlobalPositionView.js.map +1 -0
  428. package/lib/module/component/DialogHandler.js +32 -0
  429. package/lib/module/component/DialogHandler.js.map +1 -0
  430. package/lib/module/component/Dot.js +42 -0
  431. package/lib/module/component/Dot.js.map +1 -0
  432. package/lib/module/component/DotLoadingIndicator.js +49 -0
  433. package/lib/module/component/DotLoadingIndicator.js.map +1 -0
  434. package/lib/module/component/EmptyState.js +63 -0
  435. package/lib/module/component/EmptyState.js.map +1 -0
  436. package/lib/module/component/FloatingRoundChip.js +43 -0
  437. package/lib/module/component/FloatingRoundChip.js.map +1 -0
  438. package/lib/module/component/GradientBorderContainer.js +52 -0
  439. package/lib/module/component/GradientBorderContainer.js.map +1 -0
  440. package/lib/module/component/GradientBorderContainer.web.js +28 -0
  441. package/lib/module/component/GradientBorderContainer.web.js.map +1 -0
  442. package/lib/module/component/GradientCollection.js +72 -0
  443. package/lib/module/component/GradientCollection.js.map +1 -0
  444. package/lib/module/component/GradientMask.js +50 -0
  445. package/lib/module/component/GradientMask.js.map +1 -0
  446. package/lib/module/component/GradientMask.web.js +156 -0
  447. package/lib/module/component/GradientMask.web.js.map +1 -0
  448. package/lib/module/component/Header/BackButtonHeader.js +25 -0
  449. package/lib/module/component/Header/BackButtonHeader.js.map +1 -0
  450. package/lib/module/component/Header/CloseButtonHeader.js +24 -0
  451. package/lib/module/component/Header/CloseButtonHeader.js.map +1 -0
  452. package/lib/module/component/Header/Header.js +105 -0
  453. package/lib/module/component/Header/Header.js.map +1 -0
  454. package/lib/module/component/Header/index.js +6 -0
  455. package/lib/module/component/Header/index.js.map +1 -0
  456. package/lib/module/component/HorizontalStackedBar.js +32 -0
  457. package/lib/module/component/HorizontalStackedBar.js.map +1 -0
  458. package/lib/module/component/Icon/AnimatedIcon.js +26 -0
  459. package/lib/module/component/Icon/AnimatedIcon.js.map +1 -0
  460. package/lib/module/component/Icon/Icons.js +222 -0
  461. package/lib/module/component/Icon/Icons.js.map +1 -0
  462. package/lib/module/component/Icon/index.js +25 -0
  463. package/lib/module/component/Icon/index.js.map +1 -0
  464. package/lib/module/component/IconCheckbox.js +63 -0
  465. package/lib/module/component/IconCheckbox.js.map +1 -0
  466. package/lib/module/component/Img/ImageConfig.js +7 -0
  467. package/lib/module/component/Img/ImageConfig.js.map +1 -0
  468. package/lib/module/component/Img/Img.js +234 -0
  469. package/lib/module/component/Img/Img.js.map +1 -0
  470. package/lib/module/component/Img/index.js +5 -0
  471. package/lib/module/component/Img/index.js.map +1 -0
  472. package/lib/module/component/Layout/AdaptiveHeightConstraintView.js +42 -0
  473. package/lib/module/component/Layout/AdaptiveHeightConstraintView.js.map +1 -0
  474. package/lib/module/component/Layout/AdaptiveWidthConstraintView.js +42 -0
  475. package/lib/module/component/Layout/AdaptiveWidthConstraintView.js.map +1 -0
  476. package/lib/module/component/Layout/AdaptiveWindowLayout.js +46 -0
  477. package/lib/module/component/Layout/AdaptiveWindowLayout.js.map +1 -0
  478. package/lib/module/component/Layout/Column.js +18 -0
  479. package/lib/module/component/Layout/Column.js.map +1 -0
  480. package/lib/module/component/Layout/FixedBottomLayout.js +63 -0
  481. package/lib/module/component/Layout/FixedBottomLayout.js.map +1 -0
  482. package/lib/module/component/Layout/Gap.js +36 -0
  483. package/lib/module/component/Layout/Gap.js.map +1 -0
  484. package/lib/module/component/Layout/Grid.js +70 -0
  485. package/lib/module/component/Layout/Grid.js.map +1 -0
  486. package/lib/module/component/Layout/ItemList.js +26 -0
  487. package/lib/module/component/Layout/ItemList.js.map +1 -0
  488. package/lib/module/component/Layout/Layout/LayoutProvider.js +113 -0
  489. package/lib/module/component/Layout/Layout/LayoutProvider.js.map +1 -0
  490. package/lib/module/component/Layout/Layout/WindowSizeClass.js +51 -0
  491. package/lib/module/component/Layout/Layout/WindowSizeClass.js.map +1 -0
  492. package/lib/module/component/Layout/Layout/index.js +6 -0
  493. package/lib/module/component/Layout/Layout/index.js.map +1 -0
  494. package/lib/module/component/Layout/Layout/useDynamicDimensions.js +22 -0
  495. package/lib/module/component/Layout/Layout/useDynamicDimensions.js.map +1 -0
  496. package/lib/module/component/Layout/LayoutStyle.js +4 -0
  497. package/lib/module/component/Layout/LayoutStyle.js.map +1 -0
  498. package/lib/module/component/Layout/Row.js +18 -0
  499. package/lib/module/component/Layout/Row.js.map +1 -0
  500. package/lib/module/component/Layout/SectionLayout/Section.js +26 -0
  501. package/lib/module/component/Layout/SectionLayout/Section.js.map +1 -0
  502. package/lib/module/component/Layout/SectionLayout/SectionLayout.js +48 -0
  503. package/lib/module/component/Layout/SectionLayout/SectionLayout.js.map +1 -0
  504. package/lib/module/component/Layout/SectionLayout/index.js +6 -0
  505. package/lib/module/component/Layout/SectionLayout/index.js.map +1 -0
  506. package/lib/module/component/Layout/SingleOrTwoColumnCellLayout.js +33 -0
  507. package/lib/module/component/Layout/SingleOrTwoColumnCellLayout.js.map +1 -0
  508. package/lib/module/component/Layout/WhiteGradientFixedBottomLayout.js +25 -0
  509. package/lib/module/component/Layout/WhiteGradientFixedBottomLayout.js.map +1 -0
  510. package/lib/module/component/Layout/index.js +17 -0
  511. package/lib/module/component/Layout/index.js.map +1 -0
  512. package/lib/module/component/LiText.js +26 -0
  513. package/lib/module/component/LiText.js.map +1 -0
  514. package/lib/module/component/LineDivider.js +29 -0
  515. package/lib/module/component/LineDivider.js.map +1 -0
  516. package/lib/module/component/LoadingFallbackView.js +20 -0
  517. package/lib/module/component/LoadingFallbackView.js.map +1 -0
  518. package/lib/module/component/LoadingIndicator.js +26 -0
  519. package/lib/module/component/LoadingIndicator.js.map +1 -0
  520. package/lib/module/component/LoadingIndicatorView.js +26 -0
  521. package/lib/module/component/LoadingIndicatorView.js.map +1 -0
  522. package/lib/module/component/Lottie/index.js +56 -0
  523. package/lib/module/component/Lottie/index.js.map +1 -0
  524. package/lib/module/component/MarqueeView.js +85 -0
  525. package/lib/module/component/MarqueeView.js.map +1 -0
  526. package/lib/module/component/NumberBadge.js +44 -0
  527. package/lib/module/component/NumberBadge.js.map +1 -0
  528. package/lib/module/component/OnMountEvent.js +12 -0
  529. package/lib/module/component/OnMountEvent.js.map +1 -0
  530. package/lib/module/component/PaginatedFlashList.js +163 -0
  531. package/lib/module/component/PaginatedFlashList.js.map +1 -0
  532. package/lib/module/component/PaginatedFlatList.js +166 -0
  533. package/lib/module/component/PaginatedFlatList.js.map +1 -0
  534. package/lib/module/component/Paginator.js +39 -0
  535. package/lib/module/component/Paginator.js.map +1 -0
  536. package/lib/module/component/PartialRerender.js +18 -0
  537. package/lib/module/component/PartialRerender.js.map +1 -0
  538. package/lib/module/component/PieChart.js +49 -0
  539. package/lib/module/component/PieChart.js.map +1 -0
  540. package/lib/module/component/Portal/Portal.js +22 -0
  541. package/lib/module/component/Portal/Portal.js.map +1 -0
  542. package/lib/module/component/Portal/PortalConsumer.js +27 -0
  543. package/lib/module/component/Portal/PortalConsumer.js.map +1 -0
  544. package/lib/module/component/Portal/PortalHost.js +100 -0
  545. package/lib/module/component/Portal/PortalHost.js.map +1 -0
  546. package/lib/module/component/Portal/PortalManager.js +44 -0
  547. package/lib/module/component/Portal/PortalManager.js.map +1 -0
  548. package/lib/module/component/Portal/index.js +7 -0
  549. package/lib/module/component/Portal/index.js.map +1 -0
  550. package/lib/module/component/Pressable/LoadingIndicatorTouchable.js +26 -0
  551. package/lib/module/component/Pressable/LoadingIndicatorTouchable.js.map +1 -0
  552. package/lib/module/component/Pressable/PressableDelayed.js +31 -0
  553. package/lib/module/component/Pressable/PressableDelayed.js.map +1 -0
  554. package/lib/module/component/Pressable/Touch.js +45 -0
  555. package/lib/module/component/Pressable/Touch.js.map +1 -0
  556. package/lib/module/component/Pressable/index.js +6 -0
  557. package/lib/module/component/Pressable/index.js.map +1 -0
  558. package/lib/module/component/Pressable/useDisabilityAwareDebouncer.js +53 -0
  559. package/lib/module/component/Pressable/useDisabilityAwareDebouncer.js.map +1 -0
  560. package/lib/module/component/Progress/CircularProgressIndicator.js +124 -0
  561. package/lib/module/component/Progress/CircularProgressIndicator.js.map +1 -0
  562. package/lib/module/component/Progress/ImageCircularProgressIndicator.js +23 -0
  563. package/lib/module/component/Progress/ImageCircularProgressIndicator.js.map +1 -0
  564. package/lib/module/component/Progress/LinearProgressBar.js +59 -0
  565. package/lib/module/component/Progress/LinearProgressBar.js.map +1 -0
  566. package/lib/module/component/Progress/Slider.js +151 -0
  567. package/lib/module/component/Progress/Slider.js.map +1 -0
  568. package/lib/module/component/Progress/index.js +7 -0
  569. package/lib/module/component/Progress/index.js.map +1 -0
  570. package/lib/module/component/RadioButton.js +32 -0
  571. package/lib/module/component/RadioButton.js.map +1 -0
  572. package/lib/module/component/ReadMoreText.js +64 -0
  573. package/lib/module/component/ReadMoreText.js.map +1 -0
  574. package/lib/module/component/ReadMoreText.web.js +11 -0
  575. package/lib/module/component/ReadMoreText.web.js.map +1 -0
  576. package/lib/module/component/ReanimatedBox/index.js +19 -0
  577. package/lib/module/component/ReanimatedBox/index.js.map +1 -0
  578. package/lib/module/component/ReanimatedStyledScrollView/index.js +23 -0
  579. package/lib/module/component/ReanimatedStyledScrollView/index.js.map +1 -0
  580. package/lib/module/component/RefreshControlEx.js +17 -0
  581. package/lib/module/component/RefreshControlEx.js.map +1 -0
  582. package/lib/module/component/StyledScrollView/index.js +23 -0
  583. package/lib/module/component/StyledScrollView/index.js.map +1 -0
  584. package/lib/module/component/Switch.js +83 -0
  585. package/lib/module/component/Switch.js.map +1 -0
  586. package/lib/module/component/Tab/BaseTab.js +52 -0
  587. package/lib/module/component/Tab/BaseTab.js.map +1 -0
  588. package/lib/module/component/Tab/IndicatorTab.js +65 -0
  589. package/lib/module/component/Tab/IndicatorTab.js.map +1 -0
  590. package/lib/module/component/Tab/RoundTab.js +161 -0
  591. package/lib/module/component/Tab/RoundTab.js.map +1 -0
  592. package/lib/module/component/Tab/index.js +6 -0
  593. package/lib/module/component/Tab/index.js.map +1 -0
  594. package/lib/module/component/TabPager.js +39 -0
  595. package/lib/module/component/TabPager.js.map +1 -0
  596. package/lib/module/component/Tag.js +154 -0
  597. package/lib/module/component/Tag.js.map +1 -0
  598. package/lib/module/component/TagHorizontalList.js +91 -0
  599. package/lib/module/component/TagHorizontalList.js.map +1 -0
  600. package/lib/module/component/TextField/BaseTextField.js +125 -0
  601. package/lib/module/component/TextField/BaseTextField.js.map +1 -0
  602. package/lib/module/component/TextField/CoreTextField.js +70 -0
  603. package/lib/module/component/TextField/CoreTextField.js.map +1 -0
  604. package/lib/module/component/TextField/index.js +5 -0
  605. package/lib/module/component/TextField/index.js.map +1 -0
  606. package/lib/module/component/TextField/textFieldNumericFormatUtils.js +69 -0
  607. package/lib/module/component/TextField/textFieldNumericFormatUtils.js.map +1 -0
  608. package/lib/module/component/TextField/textFieldNumericFormatUtils.test.js +16 -0
  609. package/lib/module/component/TextField/textFieldNumericFormatUtils.test.js.map +1 -0
  610. package/lib/module/component/ToolTip/BaseToolTip.js +131 -0
  611. package/lib/module/component/ToolTip/BaseToolTip.js.map +1 -0
  612. package/lib/module/component/ToolTip/TextToolTip.js +46 -0
  613. package/lib/module/component/ToolTip/TextToolTip.js.map +1 -0
  614. package/lib/module/component/ToolTip/index.js +5 -0
  615. package/lib/module/component/ToolTip/index.js.map +1 -0
  616. package/lib/module/component/Txt/Font.js +9 -0
  617. package/lib/module/component/Txt/Font.js.map +1 -0
  618. package/lib/module/component/Txt/FontWeight.js +10 -0
  619. package/lib/module/component/Txt/FontWeight.js.map +1 -0
  620. package/lib/module/component/Txt/TextConfig.js +13 -0
  621. package/lib/module/component/Txt/TextConfig.js.map +1 -0
  622. package/lib/module/component/Txt/Txt.js +323 -0
  623. package/lib/module/component/Txt/Txt.js.map +1 -0
  624. package/lib/module/component/Txt/index.js +7 -0
  625. package/lib/module/component/Txt/index.js.map +1 -0
  626. package/lib/module/component/dialog/CommonBottomSheetDialog.js +162 -0
  627. package/lib/module/component/dialog/CommonBottomSheetDialog.js.map +1 -0
  628. package/lib/module/component/dialog/CommonDialog.js +253 -0
  629. package/lib/module/component/dialog/CommonDialog.js.map +1 -0
  630. package/lib/module/component/dialog/DialogProvider.js +69 -0
  631. package/lib/module/component/dialog/DialogProvider.js.map +1 -0
  632. package/lib/module/component/dialog/ItemSelectBottomSheetDialog.js +110 -0
  633. package/lib/module/component/dialog/ItemSelectBottomSheetDialog.js.map +1 -0
  634. package/lib/module/component/dialog/LottieDialog.js +72 -0
  635. package/lib/module/component/dialog/LottieDialog.js.map +1 -0
  636. package/lib/module/component/dialog/ToastDialog.js +107 -0
  637. package/lib/module/component/dialog/ToastDialog.js.map +1 -0
  638. package/lib/module/component/dialog/base/BottomSheetDialog.js +47 -0
  639. package/lib/module/component/dialog/base/BottomSheetDialog.js.map +1 -0
  640. package/lib/module/component/dialog/base/Dialog.js +52 -0
  641. package/lib/module/component/dialog/base/Dialog.js.map +1 -0
  642. package/lib/module/component/dialog/base/ModalBox.js +482 -0
  643. package/lib/module/component/dialog/base/ModalBox.js.map +1 -0
  644. package/lib/module/component/dialog/base/index.js +6 -0
  645. package/lib/module/component/dialog/base/index.js.map +1 -0
  646. package/lib/module/component/dialog/index.js +10 -0
  647. package/lib/module/component/dialog/index.js.map +1 -0
  648. package/lib/module/component/index.js +60 -0
  649. package/lib/module/component/index.js.map +1 -0
  650. package/lib/module/hoc/index.js +5 -0
  651. package/lib/module/hoc/index.js.map +1 -0
  652. package/lib/module/hoc/withProviders.js +21 -0
  653. package/lib/module/hoc/withProviders.js.map +1 -0
  654. package/lib/module/hoc/withReanimated.js +18 -0
  655. package/lib/module/hoc/withReanimated.js.map +1 -0
  656. package/lib/module/hook/index.js +14 -0
  657. package/lib/module/hook/index.js.map +1 -0
  658. package/lib/module/hook/useAppState.js +16 -0
  659. package/lib/module/hook/useAppState.js.map +1 -0
  660. package/lib/module/hook/useDialogHandler.js +25 -0
  661. package/lib/module/hook/useDialogHandler.js.map +1 -0
  662. package/lib/module/hook/useFloatingKeyboard.js +28 -0
  663. package/lib/module/hook/useFloatingKeyboard.js.map +1 -0
  664. package/lib/module/hook/useIntervalCallback.js +18 -0
  665. package/lib/module/hook/useIntervalCallback.js.map +1 -0
  666. package/lib/module/hook/useKeyboard.js +32 -0
  667. package/lib/module/hook/useKeyboard.js.map +1 -0
  668. package/lib/module/hook/useMount.js +20 -0
  669. package/lib/module/hook/useMount.js.map +1 -0
  670. package/lib/module/hook/useRefValue.js +8 -0
  671. package/lib/module/hook/useRefValue.js.map +1 -0
  672. package/lib/module/hook/useScrollViewOnEndReachedConfig.js +31 -0
  673. package/lib/module/hook/useScrollViewOnEndReachedConfig.js.map +1 -0
  674. package/lib/module/hook/useStableCallback.js +30 -0
  675. package/lib/module/hook/useStableCallback.js.map +1 -0
  676. package/lib/module/hook/useTimeoutHandler.js +50 -0
  677. package/lib/module/hook/useTimeoutHandler.js.map +1 -0
  678. package/lib/module/hook/useTimeoutHandler.test.js +102 -0
  679. package/lib/module/hook/useTimeoutHandler.test.js.map +1 -0
  680. package/lib/module/hook/useUnmount.js +22 -0
  681. package/lib/module/hook/useUnmount.js.map +1 -0
  682. package/lib/module/index.js +4 -3
  683. package/lib/module/index.js.map +1 -1
  684. package/lib/module/theme/StyledSystemTheme.js +38 -0
  685. package/lib/module/theme/StyledSystemTheme.js.map +1 -0
  686. package/lib/module/theme/index.js +6 -0
  687. package/lib/module/theme/index.js.map +1 -0
  688. package/lib/module/theme/token/gradient.js +150 -0
  689. package/lib/module/theme/token/gradient.js.map +1 -0
  690. package/lib/module/theme/token/index.js +6 -0
  691. package/lib/module/theme/token/index.js.map +1 -0
  692. package/lib/module/theme/token/palette.js +60 -0
  693. package/lib/module/theme/token/palette.js.map +1 -0
  694. package/lib/module/theme/token/spacing.js +64 -0
  695. package/lib/module/theme/token/spacing.js.map +1 -0
  696. package/lib/module/type/environment.d.js +2 -0
  697. package/lib/module/type/environment.d.js.map +1 -0
  698. package/lib/module/util/AppEvent.js +58 -0
  699. package/lib/module/util/AppEvent.js.map +1 -0
  700. package/lib/module/util/ColorUtil.js +15 -0
  701. package/lib/module/util/ColorUtil.js.map +1 -0
  702. package/lib/module/util/ColorUtil.test.js +26 -0
  703. package/lib/module/util/ColorUtil.test.js.map +1 -0
  704. package/lib/module/util/EnvironmentUtil.js +18 -0
  705. package/lib/module/util/EnvironmentUtil.js.map +1 -0
  706. package/lib/module/util/Px.js +10 -0
  707. package/lib/module/util/Px.js.map +1 -0
  708. package/lib/module/util/StyleUtil.js +45 -0
  709. package/lib/module/util/StyleUtil.js.map +1 -0
  710. package/lib/module/util/createCtx.js +28 -0
  711. package/lib/module/util/createCtx.js.map +1 -0
  712. package/lib/module/util/index.js +10 -0
  713. package/lib/module/util/index.js.map +1 -0
  714. package/lib/module/util/is.js +65 -0
  715. package/lib/module/util/is.js.map +1 -0
  716. package/lib/module/util/runAfterFlushMacroQueue.js +8 -0
  717. package/lib/module/util/runAfterFlushMacroQueue.js.map +1 -0
  718. package/lib/typescript/commonjs/src/component/AnimatedNumber.d.ts +17 -0
  719. package/lib/typescript/commonjs/src/component/AnimatedNumber.d.ts.map +1 -0
  720. package/lib/typescript/commonjs/src/component/Animation/etc/CircleEffectAnimation.d.ts +5 -0
  721. package/lib/typescript/commonjs/src/component/Animation/etc/CircleEffectAnimation.d.ts.map +1 -0
  722. package/lib/typescript/commonjs/src/component/Animation/etc/FadeInOutLoop.d.ts +13 -0
  723. package/lib/typescript/commonjs/src/component/Animation/etc/FadeInOutLoop.d.ts.map +1 -0
  724. package/lib/typescript/commonjs/src/component/Animation/etc/LeftAndRight.d.ts +10 -0
  725. package/lib/typescript/commonjs/src/component/Animation/etc/LeftAndRight.d.ts.map +1 -0
  726. package/lib/typescript/commonjs/src/component/Animation/etc/Pulse.d.ts +13 -0
  727. package/lib/typescript/commonjs/src/component/Animation/etc/Pulse.d.ts.map +1 -0
  728. package/lib/typescript/commonjs/src/component/Animation/etc/UpAndDown.d.ts +10 -0
  729. package/lib/typescript/commonjs/src/component/Animation/etc/UpAndDown.d.ts.map +1 -0
  730. package/lib/typescript/commonjs/src/component/Animation/etc/index.d.ts +6 -0
  731. package/lib/typescript/commonjs/src/component/Animation/etc/index.d.ts.map +1 -0
  732. package/lib/typescript/commonjs/src/component/Animation/imperative/FadeIn.d.ts +8 -0
  733. package/lib/typescript/commonjs/src/component/Animation/imperative/FadeIn.d.ts.map +1 -0
  734. package/lib/typescript/commonjs/src/component/Animation/imperative/FadeInOut.d.ts +8 -0
  735. package/lib/typescript/commonjs/src/component/Animation/imperative/FadeInOut.d.ts.map +1 -0
  736. package/lib/typescript/commonjs/src/component/Animation/imperative/ImperativeAnimation.d.ts +31 -0
  737. package/lib/typescript/commonjs/src/component/Animation/imperative/ImperativeAnimation.d.ts.map +1 -0
  738. package/lib/typescript/commonjs/src/component/Animation/imperative/Shake.d.ts +8 -0
  739. package/lib/typescript/commonjs/src/component/Animation/imperative/Shake.d.ts.map +1 -0
  740. package/lib/typescript/commonjs/src/component/Animation/imperative/SlideIn.d.ts +7 -0
  741. package/lib/typescript/commonjs/src/component/Animation/imperative/SlideIn.d.ts.map +1 -0
  742. package/lib/typescript/commonjs/src/component/Animation/imperative/SlideInOut.d.ts +10 -0
  743. package/lib/typescript/commonjs/src/component/Animation/imperative/SlideInOut.d.ts.map +1 -0
  744. package/lib/typescript/commonjs/src/component/Animation/imperative/index.d.ts +7 -0
  745. package/lib/typescript/commonjs/src/component/Animation/imperative/index.d.ts.map +1 -0
  746. package/lib/typescript/commonjs/src/component/Animation/implicit/OpacityAnimatedView.d.ts +10 -0
  747. package/lib/typescript/commonjs/src/component/Animation/implicit/OpacityAnimatedView.d.ts.map +1 -0
  748. package/lib/typescript/commonjs/src/component/Animation/implicit/ZoomIn.d.ts +9 -0
  749. package/lib/typescript/commonjs/src/component/Animation/implicit/ZoomIn.d.ts.map +1 -0
  750. package/lib/typescript/commonjs/src/component/Animation/implicit/index.d.ts +3 -0
  751. package/lib/typescript/commonjs/src/component/Animation/implicit/index.d.ts.map +1 -0
  752. package/lib/typescript/commonjs/src/component/Animation/index.d.ts +4 -0
  753. package/lib/typescript/commonjs/src/component/Animation/index.d.ts.map +1 -0
  754. package/lib/typescript/commonjs/src/component/Badge.d.ts +9 -0
  755. package/lib/typescript/commonjs/src/component/Badge.d.ts.map +1 -0
  756. package/lib/typescript/commonjs/src/component/Banner/BannerItem.d.ts +19 -0
  757. package/lib/typescript/commonjs/src/component/Banner/BannerItem.d.ts.map +1 -0
  758. package/lib/typescript/commonjs/src/component/Banner/BannerRectangle.d.ts +11 -0
  759. package/lib/typescript/commonjs/src/component/Banner/BannerRectangle.d.ts.map +1 -0
  760. package/lib/typescript/commonjs/src/component/Banner/index.d.ts +3 -0
  761. package/lib/typescript/commonjs/src/component/Banner/index.d.ts.map +1 -0
  762. package/lib/typescript/commonjs/src/component/BaseWebView.d.ts +12 -0
  763. package/lib/typescript/commonjs/src/component/BaseWebView.d.ts.map +1 -0
  764. package/lib/typescript/commonjs/src/component/Box/index.d.ts +489 -0
  765. package/lib/typescript/commonjs/src/component/Box/index.d.ts.map +1 -0
  766. package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts +22 -0
  767. package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts.map +1 -0
  768. package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts +11 -0
  769. package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -0
  770. package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts +20 -0
  771. package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts.map +1 -0
  772. package/lib/typescript/commonjs/src/component/Btn/InteractiveToggledIconBtn.d.ts +15 -0
  773. package/lib/typescript/commonjs/src/component/Btn/InteractiveToggledIconBtn.d.ts.map +1 -0
  774. package/lib/typescript/commonjs/src/component/Btn/index.d.ts +6 -0
  775. package/lib/typescript/commonjs/src/component/Btn/index.d.ts.map +1 -0
  776. package/lib/typescript/commonjs/src/component/Card.d.ts +7 -0
  777. package/lib/typescript/commonjs/src/component/Card.d.ts.map +1 -0
  778. package/lib/typescript/commonjs/src/component/Carousel.d.ts +16 -0
  779. package/lib/typescript/commonjs/src/component/Carousel.d.ts.map +1 -0
  780. package/lib/typescript/commonjs/src/component/Chip.d.ts +20 -0
  781. package/lib/typescript/commonjs/src/component/Chip.d.ts.map +1 -0
  782. package/lib/typescript/commonjs/src/component/CloneWithGlobalPositionView.d.ts +19 -0
  783. package/lib/typescript/commonjs/src/component/CloneWithGlobalPositionView.d.ts.map +1 -0
  784. package/lib/typescript/commonjs/src/component/DialogHandler.d.ts +9 -0
  785. package/lib/typescript/commonjs/src/component/DialogHandler.d.ts.map +1 -0
  786. package/lib/typescript/commonjs/src/component/Dot.d.ts +13 -0
  787. package/lib/typescript/commonjs/src/component/Dot.d.ts.map +1 -0
  788. package/lib/typescript/commonjs/src/component/DotLoadingIndicator.d.ts +13 -0
  789. package/lib/typescript/commonjs/src/component/DotLoadingIndicator.d.ts.map +1 -0
  790. package/lib/typescript/commonjs/src/component/EmptyState.d.ts +24 -0
  791. package/lib/typescript/commonjs/src/component/EmptyState.d.ts.map +1 -0
  792. package/lib/typescript/commonjs/src/component/FloatingRoundChip.d.ts +13 -0
  793. package/lib/typescript/commonjs/src/component/FloatingRoundChip.d.ts.map +1 -0
  794. package/lib/typescript/commonjs/src/component/GradientBorderContainer.d.ts +13 -0
  795. package/lib/typescript/commonjs/src/component/GradientBorderContainer.d.ts.map +1 -0
  796. package/lib/typescript/commonjs/src/component/GradientBorderContainer.web.d.ts +4 -0
  797. package/lib/typescript/commonjs/src/component/GradientBorderContainer.web.d.ts.map +1 -0
  798. package/lib/typescript/commonjs/src/component/GradientCollection.d.ts +9 -0
  799. package/lib/typescript/commonjs/src/component/GradientCollection.d.ts.map +1 -0
  800. package/lib/typescript/commonjs/src/component/GradientMask.d.ts +12 -0
  801. package/lib/typescript/commonjs/src/component/GradientMask.d.ts.map +1 -0
  802. package/lib/typescript/commonjs/src/component/GradientMask.web.d.ts +4 -0
  803. package/lib/typescript/commonjs/src/component/GradientMask.web.d.ts.map +1 -0
  804. package/lib/typescript/commonjs/src/component/Header/BackButtonHeader.d.ts +7 -0
  805. package/lib/typescript/commonjs/src/component/Header/BackButtonHeader.d.ts.map +1 -0
  806. package/lib/typescript/commonjs/src/component/Header/CloseButtonHeader.d.ts +5 -0
  807. package/lib/typescript/commonjs/src/component/Header/CloseButtonHeader.d.ts.map +1 -0
  808. package/lib/typescript/commonjs/src/component/Header/Header.d.ts +24 -0
  809. package/lib/typescript/commonjs/src/component/Header/Header.d.ts.map +1 -0
  810. package/lib/typescript/commonjs/src/component/Header/index.d.ts +4 -0
  811. package/lib/typescript/commonjs/src/component/Header/index.d.ts.map +1 -0
  812. package/lib/typescript/commonjs/src/component/HorizontalStackedBar.d.ts +8 -0
  813. package/lib/typescript/commonjs/src/component/HorizontalStackedBar.d.ts.map +1 -0
  814. package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts +13 -0
  815. package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts.map +1 -0
  816. package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts +220 -0
  817. package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts.map +1 -0
  818. package/lib/typescript/commonjs/src/component/Icon/index.d.ts +15 -0
  819. package/lib/typescript/commonjs/src/component/Icon/index.d.ts.map +1 -0
  820. package/lib/typescript/commonjs/src/component/IconCheckbox.d.ts +20 -0
  821. package/lib/typescript/commonjs/src/component/IconCheckbox.d.ts.map +1 -0
  822. package/lib/typescript/commonjs/src/component/Img/ImageConfig.d.ts +22 -0
  823. package/lib/typescript/commonjs/src/component/Img/ImageConfig.d.ts.map +1 -0
  824. package/lib/typescript/commonjs/src/component/Img/Img.d.ts +48 -0
  825. package/lib/typescript/commonjs/src/component/Img/Img.d.ts.map +1 -0
  826. package/lib/typescript/commonjs/src/component/Img/index.d.ts +3 -0
  827. package/lib/typescript/commonjs/src/component/Img/index.d.ts.map +1 -0
  828. package/lib/typescript/commonjs/src/component/Layout/AdaptiveHeightConstraintView.d.ts +12 -0
  829. package/lib/typescript/commonjs/src/component/Layout/AdaptiveHeightConstraintView.d.ts.map +1 -0
  830. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWidthConstraintView.d.ts +12 -0
  831. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWidthConstraintView.d.ts.map +1 -0
  832. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts +17 -0
  833. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -0
  834. package/lib/typescript/commonjs/src/component/Layout/Column.d.ts +11 -0
  835. package/lib/typescript/commonjs/src/component/Layout/Column.d.ts.map +1 -0
  836. package/lib/typescript/commonjs/src/component/Layout/FixedBottomLayout.d.ts +8 -0
  837. package/lib/typescript/commonjs/src/component/Layout/FixedBottomLayout.d.ts.map +1 -0
  838. package/lib/typescript/commonjs/src/component/Layout/Gap.d.ts +11 -0
  839. package/lib/typescript/commonjs/src/component/Layout/Gap.d.ts.map +1 -0
  840. package/lib/typescript/commonjs/src/component/Layout/Grid.d.ts +21 -0
  841. package/lib/typescript/commonjs/src/component/Layout/Grid.d.ts.map +1 -0
  842. package/lib/typescript/commonjs/src/component/Layout/ItemList.d.ts +15 -0
  843. package/lib/typescript/commonjs/src/component/Layout/ItemList.d.ts.map +1 -0
  844. package/lib/typescript/commonjs/src/component/Layout/Layout/LayoutProvider.d.ts +42 -0
  845. package/lib/typescript/commonjs/src/component/Layout/Layout/LayoutProvider.d.ts.map +1 -0
  846. package/lib/typescript/commonjs/src/component/Layout/Layout/WindowSizeClass.d.ts +27 -0
  847. package/lib/typescript/commonjs/src/component/Layout/Layout/WindowSizeClass.d.ts.map +1 -0
  848. package/lib/typescript/commonjs/src/component/Layout/Layout/index.d.ts +4 -0
  849. package/lib/typescript/commonjs/src/component/Layout/Layout/index.d.ts.map +1 -0
  850. package/lib/typescript/commonjs/src/component/Layout/Layout/useDynamicDimensions.d.ts +12 -0
  851. package/lib/typescript/commonjs/src/component/Layout/Layout/useDynamicDimensions.d.ts.map +1 -0
  852. package/lib/typescript/commonjs/src/component/Layout/LayoutStyle.d.ts +6 -0
  853. package/lib/typescript/commonjs/src/component/Layout/LayoutStyle.d.ts.map +1 -0
  854. package/lib/typescript/commonjs/src/component/Layout/Row.d.ts +10 -0
  855. package/lib/typescript/commonjs/src/component/Layout/Row.d.ts.map +1 -0
  856. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts +10 -0
  857. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts.map +1 -0
  858. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts +11 -0
  859. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -0
  860. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts +4 -0
  861. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts.map +1 -0
  862. package/lib/typescript/commonjs/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts +12 -0
  863. package/lib/typescript/commonjs/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts.map +1 -0
  864. package/lib/typescript/commonjs/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts +7 -0
  865. package/lib/typescript/commonjs/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts.map +1 -0
  866. package/lib/typescript/commonjs/src/component/Layout/index.d.ts +15 -0
  867. package/lib/typescript/commonjs/src/component/Layout/index.d.ts.map +1 -0
  868. package/lib/typescript/commonjs/src/component/LiText.d.ts +11 -0
  869. package/lib/typescript/commonjs/src/component/LiText.d.ts.map +1 -0
  870. package/lib/typescript/commonjs/src/component/LineDivider.d.ts +12 -0
  871. package/lib/typescript/commonjs/src/component/LineDivider.d.ts.map +1 -0
  872. package/lib/typescript/commonjs/src/component/LoadingFallbackView.d.ts +6 -0
  873. package/lib/typescript/commonjs/src/component/LoadingFallbackView.d.ts.map +1 -0
  874. package/lib/typescript/commonjs/src/component/LoadingIndicator.d.ts +11 -0
  875. package/lib/typescript/commonjs/src/component/LoadingIndicator.d.ts.map +1 -0
  876. package/lib/typescript/commonjs/src/component/LoadingIndicatorView.d.ts +5 -0
  877. package/lib/typescript/commonjs/src/component/LoadingIndicatorView.d.ts.map +1 -0
  878. package/lib/typescript/commonjs/src/component/Lottie/index.d.ts +9 -0
  879. package/lib/typescript/commonjs/src/component/Lottie/index.d.ts.map +1 -0
  880. package/lib/typescript/commonjs/src/component/MarqueeView.d.ts +12 -0
  881. package/lib/typescript/commonjs/src/component/MarqueeView.d.ts.map +1 -0
  882. package/lib/typescript/commonjs/src/component/NumberBadge.d.ts +15 -0
  883. package/lib/typescript/commonjs/src/component/NumberBadge.d.ts.map +1 -0
  884. package/lib/typescript/commonjs/src/component/OnMountEvent.d.ts +8 -0
  885. package/lib/typescript/commonjs/src/component/OnMountEvent.d.ts.map +1 -0
  886. package/lib/typescript/commonjs/src/component/PaginatedFlashList.d.ts +77 -0
  887. package/lib/typescript/commonjs/src/component/PaginatedFlashList.d.ts.map +1 -0
  888. package/lib/typescript/commonjs/src/component/PaginatedFlatList.d.ts +85 -0
  889. package/lib/typescript/commonjs/src/component/PaginatedFlatList.d.ts.map +1 -0
  890. package/lib/typescript/commonjs/src/component/Paginator.d.ts +15 -0
  891. package/lib/typescript/commonjs/src/component/Paginator.d.ts.map +1 -0
  892. package/lib/typescript/commonjs/src/component/PartialRerender.d.ts +16 -0
  893. package/lib/typescript/commonjs/src/component/PartialRerender.d.ts.map +1 -0
  894. package/lib/typescript/commonjs/src/component/PieChart.d.ts +12 -0
  895. package/lib/typescript/commonjs/src/component/PieChart.d.ts.map +1 -0
  896. package/lib/typescript/commonjs/src/component/Portal/Portal.d.ts +11 -0
  897. package/lib/typescript/commonjs/src/component/Portal/Portal.d.ts.map +1 -0
  898. package/lib/typescript/commonjs/src/component/Portal/PortalConsumer.d.ts +16 -0
  899. package/lib/typescript/commonjs/src/component/Portal/PortalConsumer.d.ts.map +1 -0
  900. package/lib/typescript/commonjs/src/component/Portal/PortalHost.d.ts +25 -0
  901. package/lib/typescript/commonjs/src/component/Portal/PortalHost.d.ts.map +1 -0
  902. package/lib/typescript/commonjs/src/component/Portal/PortalManager.d.ts +16 -0
  903. package/lib/typescript/commonjs/src/component/Portal/PortalManager.d.ts.map +1 -0
  904. package/lib/typescript/commonjs/src/component/Portal/index.d.ts +5 -0
  905. package/lib/typescript/commonjs/src/component/Portal/index.d.ts.map +1 -0
  906. package/lib/typescript/commonjs/src/component/Pressable/LoadingIndicatorTouchable.d.ts +7 -0
  907. package/lib/typescript/commonjs/src/component/Pressable/LoadingIndicatorTouchable.d.ts.map +1 -0
  908. package/lib/typescript/commonjs/src/component/Pressable/PressableDelayed.d.ts +8 -0
  909. package/lib/typescript/commonjs/src/component/Pressable/PressableDelayed.d.ts.map +1 -0
  910. package/lib/typescript/commonjs/src/component/Pressable/Touch.d.ts +12 -0
  911. package/lib/typescript/commonjs/src/component/Pressable/Touch.d.ts.map +1 -0
  912. package/lib/typescript/commonjs/src/component/Pressable/index.d.ts +4 -0
  913. package/lib/typescript/commonjs/src/component/Pressable/index.d.ts.map +1 -0
  914. package/lib/typescript/commonjs/src/component/Pressable/useDisabilityAwareDebouncer.d.ts +15 -0
  915. package/lib/typescript/commonjs/src/component/Pressable/useDisabilityAwareDebouncer.d.ts.map +1 -0
  916. package/lib/typescript/commonjs/src/component/Progress/CircularProgressIndicator.d.ts +24 -0
  917. package/lib/typescript/commonjs/src/component/Progress/CircularProgressIndicator.d.ts.map +1 -0
  918. package/lib/typescript/commonjs/src/component/Progress/ImageCircularProgressIndicator.d.ts +11 -0
  919. package/lib/typescript/commonjs/src/component/Progress/ImageCircularProgressIndicator.d.ts.map +1 -0
  920. package/lib/typescript/commonjs/src/component/Progress/LinearProgressBar.d.ts +16 -0
  921. package/lib/typescript/commonjs/src/component/Progress/LinearProgressBar.d.ts.map +1 -0
  922. package/lib/typescript/commonjs/src/component/Progress/Slider.d.ts +23 -0
  923. package/lib/typescript/commonjs/src/component/Progress/Slider.d.ts.map +1 -0
  924. package/lib/typescript/commonjs/src/component/Progress/index.d.ts +5 -0
  925. package/lib/typescript/commonjs/src/component/Progress/index.d.ts.map +1 -0
  926. package/lib/typescript/commonjs/src/component/RadioButton.d.ts +9 -0
  927. package/lib/typescript/commonjs/src/component/RadioButton.d.ts.map +1 -0
  928. package/lib/typescript/commonjs/src/component/ReadMoreText.d.ts +11 -0
  929. package/lib/typescript/commonjs/src/component/ReadMoreText.d.ts.map +1 -0
  930. package/lib/typescript/commonjs/src/component/ReadMoreText.web.d.ts +5 -0
  931. package/lib/typescript/commonjs/src/component/ReadMoreText.web.d.ts.map +1 -0
  932. package/lib/typescript/commonjs/src/component/ReanimatedBox/index.d.ts +212 -0
  933. package/lib/typescript/commonjs/src/component/ReanimatedBox/index.d.ts.map +1 -0
  934. package/lib/typescript/commonjs/src/component/ReanimatedStyledScrollView/index.d.ts +15 -0
  935. package/lib/typescript/commonjs/src/component/ReanimatedStyledScrollView/index.d.ts.map +1 -0
  936. package/lib/typescript/commonjs/src/component/RefreshControlEx.d.ts +6 -0
  937. package/lib/typescript/commonjs/src/component/RefreshControlEx.d.ts.map +1 -0
  938. package/lib/typescript/commonjs/src/component/StyledScrollView/index.d.ts +15 -0
  939. package/lib/typescript/commonjs/src/component/StyledScrollView/index.d.ts.map +1 -0
  940. package/lib/typescript/commonjs/src/component/Switch.d.ts +12 -0
  941. package/lib/typescript/commonjs/src/component/Switch.d.ts.map +1 -0
  942. package/lib/typescript/commonjs/src/component/Tab/BaseTab.d.ts +19 -0
  943. package/lib/typescript/commonjs/src/component/Tab/BaseTab.d.ts.map +1 -0
  944. package/lib/typescript/commonjs/src/component/Tab/IndicatorTab.d.ts +9 -0
  945. package/lib/typescript/commonjs/src/component/Tab/IndicatorTab.d.ts.map +1 -0
  946. package/lib/typescript/commonjs/src/component/Tab/RoundTab.d.ts +16 -0
  947. package/lib/typescript/commonjs/src/component/Tab/RoundTab.d.ts.map +1 -0
  948. package/lib/typescript/commonjs/src/component/Tab/index.d.ts +4 -0
  949. package/lib/typescript/commonjs/src/component/Tab/index.d.ts.map +1 -0
  950. package/lib/typescript/commonjs/src/component/TabPager.d.ts +14 -0
  951. package/lib/typescript/commonjs/src/component/TabPager.d.ts.map +1 -0
  952. package/lib/typescript/commonjs/src/component/Tag.d.ts +24 -0
  953. package/lib/typescript/commonjs/src/component/Tag.d.ts.map +1 -0
  954. package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts +16 -0
  955. package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts.map +1 -0
  956. package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts +37 -0
  957. package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts.map +1 -0
  958. package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts +35 -0
  959. package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts.map +1 -0
  960. package/lib/typescript/commonjs/src/component/TextField/index.d.ts +3 -0
  961. package/lib/typescript/commonjs/src/component/TextField/index.d.ts.map +1 -0
  962. package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.d.ts +9 -0
  963. package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.d.ts.map +1 -0
  964. package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.test.d.ts +2 -0
  965. package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.test.d.ts.map +1 -0
  966. package/lib/typescript/commonjs/src/component/ToolTip/BaseToolTip.d.ts +20 -0
  967. package/lib/typescript/commonjs/src/component/ToolTip/BaseToolTip.d.ts.map +1 -0
  968. package/lib/typescript/commonjs/src/component/ToolTip/TextToolTip.d.ts +16 -0
  969. package/lib/typescript/commonjs/src/component/ToolTip/TextToolTip.d.ts.map +1 -0
  970. package/lib/typescript/commonjs/src/component/ToolTip/index.d.ts +3 -0
  971. package/lib/typescript/commonjs/src/component/ToolTip/index.d.ts.map +1 -0
  972. package/lib/typescript/commonjs/src/component/Txt/Font.d.ts +7 -0
  973. package/lib/typescript/commonjs/src/component/Txt/Font.d.ts.map +1 -0
  974. package/lib/typescript/commonjs/src/component/Txt/FontWeight.d.ts +7 -0
  975. package/lib/typescript/commonjs/src/component/Txt/FontWeight.d.ts.map +1 -0
  976. package/lib/typescript/commonjs/src/component/Txt/TextConfig.d.ts +30 -0
  977. package/lib/typescript/commonjs/src/component/Txt/TextConfig.d.ts.map +1 -0
  978. package/lib/typescript/commonjs/src/component/Txt/Txt.d.ts +66 -0
  979. package/lib/typescript/commonjs/src/component/Txt/Txt.d.ts.map +1 -0
  980. package/lib/typescript/commonjs/src/component/Txt/index.d.ts +5 -0
  981. package/lib/typescript/commonjs/src/component/Txt/index.d.ts.map +1 -0
  982. package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts +34 -0
  983. package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -0
  984. package/lib/typescript/commonjs/src/component/dialog/CommonDialog.d.ts +39 -0
  985. package/lib/typescript/commonjs/src/component/dialog/CommonDialog.d.ts.map +1 -0
  986. package/lib/typescript/commonjs/src/component/dialog/DialogProvider.d.ts +58 -0
  987. package/lib/typescript/commonjs/src/component/dialog/DialogProvider.d.ts.map +1 -0
  988. package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +43 -0
  989. package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -0
  990. package/lib/typescript/commonjs/src/component/dialog/LottieDialog.d.ts +15 -0
  991. package/lib/typescript/commonjs/src/component/dialog/LottieDialog.d.ts.map +1 -0
  992. package/lib/typescript/commonjs/src/component/dialog/ToastDialog.d.ts +15 -0
  993. package/lib/typescript/commonjs/src/component/dialog/ToastDialog.d.ts.map +1 -0
  994. package/lib/typescript/commonjs/src/component/dialog/base/BottomSheetDialog.d.ts +12 -0
  995. package/lib/typescript/commonjs/src/component/dialog/base/BottomSheetDialog.d.ts.map +1 -0
  996. package/lib/typescript/commonjs/src/component/dialog/base/Dialog.d.ts +27 -0
  997. package/lib/typescript/commonjs/src/component/dialog/base/Dialog.d.ts.map +1 -0
  998. package/lib/typescript/commonjs/src/component/dialog/base/ModalBox.d.ts +71 -0
  999. package/lib/typescript/commonjs/src/component/dialog/base/ModalBox.d.ts.map +1 -0
  1000. package/lib/typescript/commonjs/src/component/dialog/base/index.d.ts +4 -0
  1001. package/lib/typescript/commonjs/src/component/dialog/base/index.d.ts.map +1 -0
  1002. package/lib/typescript/commonjs/src/component/dialog/index.d.ts +8 -0
  1003. package/lib/typescript/commonjs/src/component/dialog/index.d.ts.map +1 -0
  1004. package/lib/typescript/commonjs/src/component/index.d.ts +58 -0
  1005. package/lib/typescript/commonjs/src/component/index.d.ts.map +1 -0
  1006. package/lib/typescript/commonjs/src/hoc/index.d.ts +3 -0
  1007. package/lib/typescript/commonjs/src/hoc/index.d.ts.map +1 -0
  1008. package/lib/typescript/commonjs/src/hoc/withProviders.d.ts +5 -0
  1009. package/lib/typescript/commonjs/src/hoc/withProviders.d.ts.map +1 -0
  1010. package/lib/typescript/commonjs/src/hoc/withReanimated.d.ts +3 -0
  1011. package/lib/typescript/commonjs/src/hoc/withReanimated.d.ts.map +1 -0
  1012. package/lib/typescript/commonjs/src/hook/index.d.ts +12 -0
  1013. package/lib/typescript/commonjs/src/hook/index.d.ts.map +1 -0
  1014. package/lib/typescript/commonjs/src/hook/useAppState.d.ts +2 -0
  1015. package/lib/typescript/commonjs/src/hook/useAppState.d.ts.map +1 -0
  1016. package/lib/typescript/commonjs/src/hook/useDialogHandler.d.ts +14 -0
  1017. package/lib/typescript/commonjs/src/hook/useDialogHandler.d.ts.map +1 -0
  1018. package/lib/typescript/commonjs/src/hook/useFloatingKeyboard.d.ts +2 -0
  1019. package/lib/typescript/commonjs/src/hook/useFloatingKeyboard.d.ts.map +1 -0
  1020. package/lib/typescript/commonjs/src/hook/useIntervalCallback.d.ts +2 -0
  1021. package/lib/typescript/commonjs/src/hook/useIntervalCallback.d.ts.map +1 -0
  1022. package/lib/typescript/commonjs/src/hook/useKeyboard.d.ts +6 -0
  1023. package/lib/typescript/commonjs/src/hook/useKeyboard.d.ts.map +1 -0
  1024. package/lib/typescript/commonjs/src/hook/useMount.d.ts +12 -0
  1025. package/lib/typescript/commonjs/src/hook/useMount.d.ts.map +1 -0
  1026. package/lib/typescript/commonjs/src/hook/useRefValue.d.ts +2 -0
  1027. package/lib/typescript/commonjs/src/hook/useRefValue.d.ts.map +1 -0
  1028. package/lib/typescript/commonjs/src/hook/useScrollViewOnEndReachedConfig.d.ts +11 -0
  1029. package/lib/typescript/commonjs/src/hook/useScrollViewOnEndReachedConfig.d.ts.map +1 -0
  1030. package/lib/typescript/commonjs/src/hook/useStableCallback.d.ts +2 -0
  1031. package/lib/typescript/commonjs/src/hook/useStableCallback.d.ts.map +1 -0
  1032. package/lib/typescript/commonjs/src/hook/useTimeoutHandler.d.ts +13 -0
  1033. package/lib/typescript/commonjs/src/hook/useTimeoutHandler.d.ts.map +1 -0
  1034. package/lib/typescript/commonjs/src/hook/useTimeoutHandler.test.d.ts +2 -0
  1035. package/lib/typescript/commonjs/src/hook/useTimeoutHandler.test.d.ts.map +1 -0
  1036. package/lib/typescript/commonjs/src/hook/useUnmount.d.ts +11 -0
  1037. package/lib/typescript/commonjs/src/hook/useUnmount.d.ts.map +1 -0
  1038. package/lib/typescript/commonjs/src/index.d.ts +4 -1
  1039. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  1040. package/lib/typescript/commonjs/src/theme/StyledSystemTheme.d.ts +5 -0
  1041. package/lib/typescript/commonjs/src/theme/StyledSystemTheme.d.ts.map +1 -0
  1042. package/lib/typescript/commonjs/src/theme/index.d.ts +4 -0
  1043. package/lib/typescript/commonjs/src/theme/index.d.ts.map +1 -0
  1044. package/lib/typescript/commonjs/src/theme/token/gradient.d.ts +16 -0
  1045. package/lib/typescript/commonjs/src/theme/token/gradient.d.ts.map +1 -0
  1046. package/lib/typescript/commonjs/src/theme/token/index.d.ts +4 -0
  1047. package/lib/typescript/commonjs/src/theme/token/index.d.ts.map +1 -0
  1048. package/lib/typescript/commonjs/src/theme/token/palette.d.ts +59 -0
  1049. package/lib/typescript/commonjs/src/theme/token/palette.d.ts.map +1 -0
  1050. package/lib/typescript/commonjs/src/theme/token/spacing.d.ts +34 -0
  1051. package/lib/typescript/commonjs/src/theme/token/spacing.d.ts.map +1 -0
  1052. package/lib/typescript/commonjs/src/util/AppEvent.d.ts +18 -0
  1053. package/lib/typescript/commonjs/src/util/AppEvent.d.ts.map +1 -0
  1054. package/lib/typescript/commonjs/src/util/ColorUtil.d.ts +2 -0
  1055. package/lib/typescript/commonjs/src/util/ColorUtil.d.ts.map +1 -0
  1056. package/lib/typescript/commonjs/src/util/ColorUtil.test.d.ts +2 -0
  1057. package/lib/typescript/commonjs/src/util/ColorUtil.test.d.ts.map +1 -0
  1058. package/lib/typescript/commonjs/src/util/EnvironmentUtil.d.ts +6 -0
  1059. package/lib/typescript/commonjs/src/util/EnvironmentUtil.d.ts.map +1 -0
  1060. package/lib/typescript/commonjs/src/util/Px.d.ts +2 -0
  1061. package/lib/typescript/commonjs/src/util/Px.d.ts.map +1 -0
  1062. package/lib/typescript/commonjs/src/util/StyleUtil.d.ts +19 -0
  1063. package/lib/typescript/commonjs/src/util/StyleUtil.d.ts.map +1 -0
  1064. package/lib/typescript/commonjs/src/util/createCtx.d.ts +15 -0
  1065. package/lib/typescript/commonjs/src/util/createCtx.d.ts.map +1 -0
  1066. package/lib/typescript/commonjs/src/util/index.d.ts +8 -0
  1067. package/lib/typescript/commonjs/src/util/index.d.ts.map +1 -0
  1068. package/lib/typescript/commonjs/src/util/is.d.ts +27 -0
  1069. package/lib/typescript/commonjs/src/util/is.d.ts.map +1 -0
  1070. package/lib/typescript/commonjs/src/util/runAfterFlushMacroQueue.d.ts +2 -0
  1071. package/lib/typescript/commonjs/src/util/runAfterFlushMacroQueue.d.ts.map +1 -0
  1072. package/lib/typescript/commonjs/test/util/RealTimerUtil.d.ts +2 -0
  1073. package/lib/typescript/commonjs/test/util/RealTimerUtil.d.ts.map +1 -0
  1074. package/lib/typescript/module/src/component/AnimatedNumber.d.ts +17 -0
  1075. package/lib/typescript/module/src/component/AnimatedNumber.d.ts.map +1 -0
  1076. package/lib/typescript/module/src/component/Animation/etc/CircleEffectAnimation.d.ts +5 -0
  1077. package/lib/typescript/module/src/component/Animation/etc/CircleEffectAnimation.d.ts.map +1 -0
  1078. package/lib/typescript/module/src/component/Animation/etc/FadeInOutLoop.d.ts +13 -0
  1079. package/lib/typescript/module/src/component/Animation/etc/FadeInOutLoop.d.ts.map +1 -0
  1080. package/lib/typescript/module/src/component/Animation/etc/LeftAndRight.d.ts +10 -0
  1081. package/lib/typescript/module/src/component/Animation/etc/LeftAndRight.d.ts.map +1 -0
  1082. package/lib/typescript/module/src/component/Animation/etc/Pulse.d.ts +13 -0
  1083. package/lib/typescript/module/src/component/Animation/etc/Pulse.d.ts.map +1 -0
  1084. package/lib/typescript/module/src/component/Animation/etc/UpAndDown.d.ts +10 -0
  1085. package/lib/typescript/module/src/component/Animation/etc/UpAndDown.d.ts.map +1 -0
  1086. package/lib/typescript/module/src/component/Animation/etc/index.d.ts +6 -0
  1087. package/lib/typescript/module/src/component/Animation/etc/index.d.ts.map +1 -0
  1088. package/lib/typescript/module/src/component/Animation/imperative/FadeIn.d.ts +8 -0
  1089. package/lib/typescript/module/src/component/Animation/imperative/FadeIn.d.ts.map +1 -0
  1090. package/lib/typescript/module/src/component/Animation/imperative/FadeInOut.d.ts +8 -0
  1091. package/lib/typescript/module/src/component/Animation/imperative/FadeInOut.d.ts.map +1 -0
  1092. package/lib/typescript/module/src/component/Animation/imperative/ImperativeAnimation.d.ts +31 -0
  1093. package/lib/typescript/module/src/component/Animation/imperative/ImperativeAnimation.d.ts.map +1 -0
  1094. package/lib/typescript/module/src/component/Animation/imperative/Shake.d.ts +8 -0
  1095. package/lib/typescript/module/src/component/Animation/imperative/Shake.d.ts.map +1 -0
  1096. package/lib/typescript/module/src/component/Animation/imperative/SlideIn.d.ts +7 -0
  1097. package/lib/typescript/module/src/component/Animation/imperative/SlideIn.d.ts.map +1 -0
  1098. package/lib/typescript/module/src/component/Animation/imperative/SlideInOut.d.ts +10 -0
  1099. package/lib/typescript/module/src/component/Animation/imperative/SlideInOut.d.ts.map +1 -0
  1100. package/lib/typescript/module/src/component/Animation/imperative/index.d.ts +7 -0
  1101. package/lib/typescript/module/src/component/Animation/imperative/index.d.ts.map +1 -0
  1102. package/lib/typescript/module/src/component/Animation/implicit/OpacityAnimatedView.d.ts +10 -0
  1103. package/lib/typescript/module/src/component/Animation/implicit/OpacityAnimatedView.d.ts.map +1 -0
  1104. package/lib/typescript/module/src/component/Animation/implicit/ZoomIn.d.ts +9 -0
  1105. package/lib/typescript/module/src/component/Animation/implicit/ZoomIn.d.ts.map +1 -0
  1106. package/lib/typescript/module/src/component/Animation/implicit/index.d.ts +3 -0
  1107. package/lib/typescript/module/src/component/Animation/implicit/index.d.ts.map +1 -0
  1108. package/lib/typescript/module/src/component/Animation/index.d.ts +4 -0
  1109. package/lib/typescript/module/src/component/Animation/index.d.ts.map +1 -0
  1110. package/lib/typescript/module/src/component/Badge.d.ts +9 -0
  1111. package/lib/typescript/module/src/component/Badge.d.ts.map +1 -0
  1112. package/lib/typescript/module/src/component/Banner/BannerItem.d.ts +19 -0
  1113. package/lib/typescript/module/src/component/Banner/BannerItem.d.ts.map +1 -0
  1114. package/lib/typescript/module/src/component/Banner/BannerRectangle.d.ts +11 -0
  1115. package/lib/typescript/module/src/component/Banner/BannerRectangle.d.ts.map +1 -0
  1116. package/lib/typescript/module/src/component/Banner/index.d.ts +3 -0
  1117. package/lib/typescript/module/src/component/Banner/index.d.ts.map +1 -0
  1118. package/lib/typescript/module/src/component/BaseWebView.d.ts +12 -0
  1119. package/lib/typescript/module/src/component/BaseWebView.d.ts.map +1 -0
  1120. package/lib/typescript/module/src/component/Box/index.d.ts +489 -0
  1121. package/lib/typescript/module/src/component/Box/index.d.ts.map +1 -0
  1122. package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts +22 -0
  1123. package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts.map +1 -0
  1124. package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts +11 -0
  1125. package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -0
  1126. package/lib/typescript/module/src/component/Btn/IconBtn.d.ts +20 -0
  1127. package/lib/typescript/module/src/component/Btn/IconBtn.d.ts.map +1 -0
  1128. package/lib/typescript/module/src/component/Btn/InteractiveToggledIconBtn.d.ts +15 -0
  1129. package/lib/typescript/module/src/component/Btn/InteractiveToggledIconBtn.d.ts.map +1 -0
  1130. package/lib/typescript/module/src/component/Btn/index.d.ts +6 -0
  1131. package/lib/typescript/module/src/component/Btn/index.d.ts.map +1 -0
  1132. package/lib/typescript/module/src/component/Card.d.ts +7 -0
  1133. package/lib/typescript/module/src/component/Card.d.ts.map +1 -0
  1134. package/lib/typescript/module/src/component/Carousel.d.ts +16 -0
  1135. package/lib/typescript/module/src/component/Carousel.d.ts.map +1 -0
  1136. package/lib/typescript/module/src/component/Chip.d.ts +20 -0
  1137. package/lib/typescript/module/src/component/Chip.d.ts.map +1 -0
  1138. package/lib/typescript/module/src/component/CloneWithGlobalPositionView.d.ts +19 -0
  1139. package/lib/typescript/module/src/component/CloneWithGlobalPositionView.d.ts.map +1 -0
  1140. package/lib/typescript/module/src/component/DialogHandler.d.ts +9 -0
  1141. package/lib/typescript/module/src/component/DialogHandler.d.ts.map +1 -0
  1142. package/lib/typescript/module/src/component/Dot.d.ts +13 -0
  1143. package/lib/typescript/module/src/component/Dot.d.ts.map +1 -0
  1144. package/lib/typescript/module/src/component/DotLoadingIndicator.d.ts +13 -0
  1145. package/lib/typescript/module/src/component/DotLoadingIndicator.d.ts.map +1 -0
  1146. package/lib/typescript/module/src/component/EmptyState.d.ts +24 -0
  1147. package/lib/typescript/module/src/component/EmptyState.d.ts.map +1 -0
  1148. package/lib/typescript/module/src/component/FloatingRoundChip.d.ts +13 -0
  1149. package/lib/typescript/module/src/component/FloatingRoundChip.d.ts.map +1 -0
  1150. package/lib/typescript/module/src/component/GradientBorderContainer.d.ts +13 -0
  1151. package/lib/typescript/module/src/component/GradientBorderContainer.d.ts.map +1 -0
  1152. package/lib/typescript/module/src/component/GradientBorderContainer.web.d.ts +4 -0
  1153. package/lib/typescript/module/src/component/GradientBorderContainer.web.d.ts.map +1 -0
  1154. package/lib/typescript/module/src/component/GradientCollection.d.ts +9 -0
  1155. package/lib/typescript/module/src/component/GradientCollection.d.ts.map +1 -0
  1156. package/lib/typescript/module/src/component/GradientMask.d.ts +12 -0
  1157. package/lib/typescript/module/src/component/GradientMask.d.ts.map +1 -0
  1158. package/lib/typescript/module/src/component/GradientMask.web.d.ts +4 -0
  1159. package/lib/typescript/module/src/component/GradientMask.web.d.ts.map +1 -0
  1160. package/lib/typescript/module/src/component/Header/BackButtonHeader.d.ts +7 -0
  1161. package/lib/typescript/module/src/component/Header/BackButtonHeader.d.ts.map +1 -0
  1162. package/lib/typescript/module/src/component/Header/CloseButtonHeader.d.ts +5 -0
  1163. package/lib/typescript/module/src/component/Header/CloseButtonHeader.d.ts.map +1 -0
  1164. package/lib/typescript/module/src/component/Header/Header.d.ts +24 -0
  1165. package/lib/typescript/module/src/component/Header/Header.d.ts.map +1 -0
  1166. package/lib/typescript/module/src/component/Header/index.d.ts +4 -0
  1167. package/lib/typescript/module/src/component/Header/index.d.ts.map +1 -0
  1168. package/lib/typescript/module/src/component/HorizontalStackedBar.d.ts +8 -0
  1169. package/lib/typescript/module/src/component/HorizontalStackedBar.d.ts.map +1 -0
  1170. package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts +13 -0
  1171. package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts.map +1 -0
  1172. package/lib/typescript/module/src/component/Icon/Icons.d.ts +220 -0
  1173. package/lib/typescript/module/src/component/Icon/Icons.d.ts.map +1 -0
  1174. package/lib/typescript/module/src/component/Icon/index.d.ts +15 -0
  1175. package/lib/typescript/module/src/component/Icon/index.d.ts.map +1 -0
  1176. package/lib/typescript/module/src/component/IconCheckbox.d.ts +20 -0
  1177. package/lib/typescript/module/src/component/IconCheckbox.d.ts.map +1 -0
  1178. package/lib/typescript/module/src/component/Img/ImageConfig.d.ts +22 -0
  1179. package/lib/typescript/module/src/component/Img/ImageConfig.d.ts.map +1 -0
  1180. package/lib/typescript/module/src/component/Img/Img.d.ts +48 -0
  1181. package/lib/typescript/module/src/component/Img/Img.d.ts.map +1 -0
  1182. package/lib/typescript/module/src/component/Img/index.d.ts +3 -0
  1183. package/lib/typescript/module/src/component/Img/index.d.ts.map +1 -0
  1184. package/lib/typescript/module/src/component/Layout/AdaptiveHeightConstraintView.d.ts +12 -0
  1185. package/lib/typescript/module/src/component/Layout/AdaptiveHeightConstraintView.d.ts.map +1 -0
  1186. package/lib/typescript/module/src/component/Layout/AdaptiveWidthConstraintView.d.ts +12 -0
  1187. package/lib/typescript/module/src/component/Layout/AdaptiveWidthConstraintView.d.ts.map +1 -0
  1188. package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts +17 -0
  1189. package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -0
  1190. package/lib/typescript/module/src/component/Layout/Column.d.ts +11 -0
  1191. package/lib/typescript/module/src/component/Layout/Column.d.ts.map +1 -0
  1192. package/lib/typescript/module/src/component/Layout/FixedBottomLayout.d.ts +8 -0
  1193. package/lib/typescript/module/src/component/Layout/FixedBottomLayout.d.ts.map +1 -0
  1194. package/lib/typescript/module/src/component/Layout/Gap.d.ts +11 -0
  1195. package/lib/typescript/module/src/component/Layout/Gap.d.ts.map +1 -0
  1196. package/lib/typescript/module/src/component/Layout/Grid.d.ts +21 -0
  1197. package/lib/typescript/module/src/component/Layout/Grid.d.ts.map +1 -0
  1198. package/lib/typescript/module/src/component/Layout/ItemList.d.ts +15 -0
  1199. package/lib/typescript/module/src/component/Layout/ItemList.d.ts.map +1 -0
  1200. package/lib/typescript/module/src/component/Layout/Layout/LayoutProvider.d.ts +42 -0
  1201. package/lib/typescript/module/src/component/Layout/Layout/LayoutProvider.d.ts.map +1 -0
  1202. package/lib/typescript/module/src/component/Layout/Layout/WindowSizeClass.d.ts +27 -0
  1203. package/lib/typescript/module/src/component/Layout/Layout/WindowSizeClass.d.ts.map +1 -0
  1204. package/lib/typescript/module/src/component/Layout/Layout/index.d.ts +4 -0
  1205. package/lib/typescript/module/src/component/Layout/Layout/index.d.ts.map +1 -0
  1206. package/lib/typescript/module/src/component/Layout/Layout/useDynamicDimensions.d.ts +12 -0
  1207. package/lib/typescript/module/src/component/Layout/Layout/useDynamicDimensions.d.ts.map +1 -0
  1208. package/lib/typescript/module/src/component/Layout/LayoutStyle.d.ts +6 -0
  1209. package/lib/typescript/module/src/component/Layout/LayoutStyle.d.ts.map +1 -0
  1210. package/lib/typescript/module/src/component/Layout/Row.d.ts +10 -0
  1211. package/lib/typescript/module/src/component/Layout/Row.d.ts.map +1 -0
  1212. package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts +10 -0
  1213. package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts.map +1 -0
  1214. package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts +11 -0
  1215. package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -0
  1216. package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts +4 -0
  1217. package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts.map +1 -0
  1218. package/lib/typescript/module/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts +12 -0
  1219. package/lib/typescript/module/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts.map +1 -0
  1220. package/lib/typescript/module/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts +7 -0
  1221. package/lib/typescript/module/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts.map +1 -0
  1222. package/lib/typescript/module/src/component/Layout/index.d.ts +15 -0
  1223. package/lib/typescript/module/src/component/Layout/index.d.ts.map +1 -0
  1224. package/lib/typescript/module/src/component/LiText.d.ts +11 -0
  1225. package/lib/typescript/module/src/component/LiText.d.ts.map +1 -0
  1226. package/lib/typescript/module/src/component/LineDivider.d.ts +12 -0
  1227. package/lib/typescript/module/src/component/LineDivider.d.ts.map +1 -0
  1228. package/lib/typescript/module/src/component/LoadingFallbackView.d.ts +6 -0
  1229. package/lib/typescript/module/src/component/LoadingFallbackView.d.ts.map +1 -0
  1230. package/lib/typescript/module/src/component/LoadingIndicator.d.ts +11 -0
  1231. package/lib/typescript/module/src/component/LoadingIndicator.d.ts.map +1 -0
  1232. package/lib/typescript/module/src/component/LoadingIndicatorView.d.ts +5 -0
  1233. package/lib/typescript/module/src/component/LoadingIndicatorView.d.ts.map +1 -0
  1234. package/lib/typescript/module/src/component/Lottie/index.d.ts +9 -0
  1235. package/lib/typescript/module/src/component/Lottie/index.d.ts.map +1 -0
  1236. package/lib/typescript/module/src/component/MarqueeView.d.ts +12 -0
  1237. package/lib/typescript/module/src/component/MarqueeView.d.ts.map +1 -0
  1238. package/lib/typescript/module/src/component/NumberBadge.d.ts +15 -0
  1239. package/lib/typescript/module/src/component/NumberBadge.d.ts.map +1 -0
  1240. package/lib/typescript/module/src/component/OnMountEvent.d.ts +8 -0
  1241. package/lib/typescript/module/src/component/OnMountEvent.d.ts.map +1 -0
  1242. package/lib/typescript/module/src/component/PaginatedFlashList.d.ts +77 -0
  1243. package/lib/typescript/module/src/component/PaginatedFlashList.d.ts.map +1 -0
  1244. package/lib/typescript/module/src/component/PaginatedFlatList.d.ts +85 -0
  1245. package/lib/typescript/module/src/component/PaginatedFlatList.d.ts.map +1 -0
  1246. package/lib/typescript/module/src/component/Paginator.d.ts +15 -0
  1247. package/lib/typescript/module/src/component/Paginator.d.ts.map +1 -0
  1248. package/lib/typescript/module/src/component/PartialRerender.d.ts +16 -0
  1249. package/lib/typescript/module/src/component/PartialRerender.d.ts.map +1 -0
  1250. package/lib/typescript/module/src/component/PieChart.d.ts +12 -0
  1251. package/lib/typescript/module/src/component/PieChart.d.ts.map +1 -0
  1252. package/lib/typescript/module/src/component/Portal/Portal.d.ts +11 -0
  1253. package/lib/typescript/module/src/component/Portal/Portal.d.ts.map +1 -0
  1254. package/lib/typescript/module/src/component/Portal/PortalConsumer.d.ts +16 -0
  1255. package/lib/typescript/module/src/component/Portal/PortalConsumer.d.ts.map +1 -0
  1256. package/lib/typescript/module/src/component/Portal/PortalHost.d.ts +25 -0
  1257. package/lib/typescript/module/src/component/Portal/PortalHost.d.ts.map +1 -0
  1258. package/lib/typescript/module/src/component/Portal/PortalManager.d.ts +16 -0
  1259. package/lib/typescript/module/src/component/Portal/PortalManager.d.ts.map +1 -0
  1260. package/lib/typescript/module/src/component/Portal/index.d.ts +5 -0
  1261. package/lib/typescript/module/src/component/Portal/index.d.ts.map +1 -0
  1262. package/lib/typescript/module/src/component/Pressable/LoadingIndicatorTouchable.d.ts +7 -0
  1263. package/lib/typescript/module/src/component/Pressable/LoadingIndicatorTouchable.d.ts.map +1 -0
  1264. package/lib/typescript/module/src/component/Pressable/PressableDelayed.d.ts +8 -0
  1265. package/lib/typescript/module/src/component/Pressable/PressableDelayed.d.ts.map +1 -0
  1266. package/lib/typescript/module/src/component/Pressable/Touch.d.ts +12 -0
  1267. package/lib/typescript/module/src/component/Pressable/Touch.d.ts.map +1 -0
  1268. package/lib/typescript/module/src/component/Pressable/index.d.ts +4 -0
  1269. package/lib/typescript/module/src/component/Pressable/index.d.ts.map +1 -0
  1270. package/lib/typescript/module/src/component/Pressable/useDisabilityAwareDebouncer.d.ts +15 -0
  1271. package/lib/typescript/module/src/component/Pressable/useDisabilityAwareDebouncer.d.ts.map +1 -0
  1272. package/lib/typescript/module/src/component/Progress/CircularProgressIndicator.d.ts +24 -0
  1273. package/lib/typescript/module/src/component/Progress/CircularProgressIndicator.d.ts.map +1 -0
  1274. package/lib/typescript/module/src/component/Progress/ImageCircularProgressIndicator.d.ts +11 -0
  1275. package/lib/typescript/module/src/component/Progress/ImageCircularProgressIndicator.d.ts.map +1 -0
  1276. package/lib/typescript/module/src/component/Progress/LinearProgressBar.d.ts +16 -0
  1277. package/lib/typescript/module/src/component/Progress/LinearProgressBar.d.ts.map +1 -0
  1278. package/lib/typescript/module/src/component/Progress/Slider.d.ts +23 -0
  1279. package/lib/typescript/module/src/component/Progress/Slider.d.ts.map +1 -0
  1280. package/lib/typescript/module/src/component/Progress/index.d.ts +5 -0
  1281. package/lib/typescript/module/src/component/Progress/index.d.ts.map +1 -0
  1282. package/lib/typescript/module/src/component/RadioButton.d.ts +9 -0
  1283. package/lib/typescript/module/src/component/RadioButton.d.ts.map +1 -0
  1284. package/lib/typescript/module/src/component/ReadMoreText.d.ts +11 -0
  1285. package/lib/typescript/module/src/component/ReadMoreText.d.ts.map +1 -0
  1286. package/lib/typescript/module/src/component/ReadMoreText.web.d.ts +5 -0
  1287. package/lib/typescript/module/src/component/ReadMoreText.web.d.ts.map +1 -0
  1288. package/lib/typescript/module/src/component/ReanimatedBox/index.d.ts +212 -0
  1289. package/lib/typescript/module/src/component/ReanimatedBox/index.d.ts.map +1 -0
  1290. package/lib/typescript/module/src/component/ReanimatedStyledScrollView/index.d.ts +15 -0
  1291. package/lib/typescript/module/src/component/ReanimatedStyledScrollView/index.d.ts.map +1 -0
  1292. package/lib/typescript/module/src/component/RefreshControlEx.d.ts +6 -0
  1293. package/lib/typescript/module/src/component/RefreshControlEx.d.ts.map +1 -0
  1294. package/lib/typescript/module/src/component/StyledScrollView/index.d.ts +15 -0
  1295. package/lib/typescript/module/src/component/StyledScrollView/index.d.ts.map +1 -0
  1296. package/lib/typescript/module/src/component/Switch.d.ts +12 -0
  1297. package/lib/typescript/module/src/component/Switch.d.ts.map +1 -0
  1298. package/lib/typescript/module/src/component/Tab/BaseTab.d.ts +19 -0
  1299. package/lib/typescript/module/src/component/Tab/BaseTab.d.ts.map +1 -0
  1300. package/lib/typescript/module/src/component/Tab/IndicatorTab.d.ts +9 -0
  1301. package/lib/typescript/module/src/component/Tab/IndicatorTab.d.ts.map +1 -0
  1302. package/lib/typescript/module/src/component/Tab/RoundTab.d.ts +16 -0
  1303. package/lib/typescript/module/src/component/Tab/RoundTab.d.ts.map +1 -0
  1304. package/lib/typescript/module/src/component/Tab/index.d.ts +4 -0
  1305. package/lib/typescript/module/src/component/Tab/index.d.ts.map +1 -0
  1306. package/lib/typescript/module/src/component/TabPager.d.ts +14 -0
  1307. package/lib/typescript/module/src/component/TabPager.d.ts.map +1 -0
  1308. package/lib/typescript/module/src/component/Tag.d.ts +24 -0
  1309. package/lib/typescript/module/src/component/Tag.d.ts.map +1 -0
  1310. package/lib/typescript/module/src/component/TagHorizontalList.d.ts +16 -0
  1311. package/lib/typescript/module/src/component/TagHorizontalList.d.ts.map +1 -0
  1312. package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts +37 -0
  1313. package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts.map +1 -0
  1314. package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts +35 -0
  1315. package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts.map +1 -0
  1316. package/lib/typescript/module/src/component/TextField/index.d.ts +3 -0
  1317. package/lib/typescript/module/src/component/TextField/index.d.ts.map +1 -0
  1318. package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.d.ts +9 -0
  1319. package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.d.ts.map +1 -0
  1320. package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.test.d.ts +2 -0
  1321. package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.test.d.ts.map +1 -0
  1322. package/lib/typescript/module/src/component/ToolTip/BaseToolTip.d.ts +20 -0
  1323. package/lib/typescript/module/src/component/ToolTip/BaseToolTip.d.ts.map +1 -0
  1324. package/lib/typescript/module/src/component/ToolTip/TextToolTip.d.ts +16 -0
  1325. package/lib/typescript/module/src/component/ToolTip/TextToolTip.d.ts.map +1 -0
  1326. package/lib/typescript/module/src/component/ToolTip/index.d.ts +3 -0
  1327. package/lib/typescript/module/src/component/ToolTip/index.d.ts.map +1 -0
  1328. package/lib/typescript/module/src/component/Txt/Font.d.ts +7 -0
  1329. package/lib/typescript/module/src/component/Txt/Font.d.ts.map +1 -0
  1330. package/lib/typescript/module/src/component/Txt/FontWeight.d.ts +7 -0
  1331. package/lib/typescript/module/src/component/Txt/FontWeight.d.ts.map +1 -0
  1332. package/lib/typescript/module/src/component/Txt/TextConfig.d.ts +30 -0
  1333. package/lib/typescript/module/src/component/Txt/TextConfig.d.ts.map +1 -0
  1334. package/lib/typescript/module/src/component/Txt/Txt.d.ts +66 -0
  1335. package/lib/typescript/module/src/component/Txt/Txt.d.ts.map +1 -0
  1336. package/lib/typescript/module/src/component/Txt/index.d.ts +5 -0
  1337. package/lib/typescript/module/src/component/Txt/index.d.ts.map +1 -0
  1338. package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts +34 -0
  1339. package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -0
  1340. package/lib/typescript/module/src/component/dialog/CommonDialog.d.ts +39 -0
  1341. package/lib/typescript/module/src/component/dialog/CommonDialog.d.ts.map +1 -0
  1342. package/lib/typescript/module/src/component/dialog/DialogProvider.d.ts +58 -0
  1343. package/lib/typescript/module/src/component/dialog/DialogProvider.d.ts.map +1 -0
  1344. package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +43 -0
  1345. package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -0
  1346. package/lib/typescript/module/src/component/dialog/LottieDialog.d.ts +15 -0
  1347. package/lib/typescript/module/src/component/dialog/LottieDialog.d.ts.map +1 -0
  1348. package/lib/typescript/module/src/component/dialog/ToastDialog.d.ts +15 -0
  1349. package/lib/typescript/module/src/component/dialog/ToastDialog.d.ts.map +1 -0
  1350. package/lib/typescript/module/src/component/dialog/base/BottomSheetDialog.d.ts +12 -0
  1351. package/lib/typescript/module/src/component/dialog/base/BottomSheetDialog.d.ts.map +1 -0
  1352. package/lib/typescript/module/src/component/dialog/base/Dialog.d.ts +27 -0
  1353. package/lib/typescript/module/src/component/dialog/base/Dialog.d.ts.map +1 -0
  1354. package/lib/typescript/module/src/component/dialog/base/ModalBox.d.ts +71 -0
  1355. package/lib/typescript/module/src/component/dialog/base/ModalBox.d.ts.map +1 -0
  1356. package/lib/typescript/module/src/component/dialog/base/index.d.ts +4 -0
  1357. package/lib/typescript/module/src/component/dialog/base/index.d.ts.map +1 -0
  1358. package/lib/typescript/module/src/component/dialog/index.d.ts +8 -0
  1359. package/lib/typescript/module/src/component/dialog/index.d.ts.map +1 -0
  1360. package/lib/typescript/module/src/component/index.d.ts +58 -0
  1361. package/lib/typescript/module/src/component/index.d.ts.map +1 -0
  1362. package/lib/typescript/module/src/hoc/index.d.ts +3 -0
  1363. package/lib/typescript/module/src/hoc/index.d.ts.map +1 -0
  1364. package/lib/typescript/module/src/hoc/withProviders.d.ts +5 -0
  1365. package/lib/typescript/module/src/hoc/withProviders.d.ts.map +1 -0
  1366. package/lib/typescript/module/src/hoc/withReanimated.d.ts +3 -0
  1367. package/lib/typescript/module/src/hoc/withReanimated.d.ts.map +1 -0
  1368. package/lib/typescript/module/src/hook/index.d.ts +12 -0
  1369. package/lib/typescript/module/src/hook/index.d.ts.map +1 -0
  1370. package/lib/typescript/module/src/hook/useAppState.d.ts +2 -0
  1371. package/lib/typescript/module/src/hook/useAppState.d.ts.map +1 -0
  1372. package/lib/typescript/module/src/hook/useDialogHandler.d.ts +14 -0
  1373. package/lib/typescript/module/src/hook/useDialogHandler.d.ts.map +1 -0
  1374. package/lib/typescript/module/src/hook/useFloatingKeyboard.d.ts +2 -0
  1375. package/lib/typescript/module/src/hook/useFloatingKeyboard.d.ts.map +1 -0
  1376. package/lib/typescript/module/src/hook/useIntervalCallback.d.ts +2 -0
  1377. package/lib/typescript/module/src/hook/useIntervalCallback.d.ts.map +1 -0
  1378. package/lib/typescript/module/src/hook/useKeyboard.d.ts +6 -0
  1379. package/lib/typescript/module/src/hook/useKeyboard.d.ts.map +1 -0
  1380. package/lib/typescript/module/src/hook/useMount.d.ts +12 -0
  1381. package/lib/typescript/module/src/hook/useMount.d.ts.map +1 -0
  1382. package/lib/typescript/module/src/hook/useRefValue.d.ts +2 -0
  1383. package/lib/typescript/module/src/hook/useRefValue.d.ts.map +1 -0
  1384. package/lib/typescript/module/src/hook/useScrollViewOnEndReachedConfig.d.ts +11 -0
  1385. package/lib/typescript/module/src/hook/useScrollViewOnEndReachedConfig.d.ts.map +1 -0
  1386. package/lib/typescript/module/src/hook/useStableCallback.d.ts +2 -0
  1387. package/lib/typescript/module/src/hook/useStableCallback.d.ts.map +1 -0
  1388. package/lib/typescript/module/src/hook/useTimeoutHandler.d.ts +13 -0
  1389. package/lib/typescript/module/src/hook/useTimeoutHandler.d.ts.map +1 -0
  1390. package/lib/typescript/module/src/hook/useTimeoutHandler.test.d.ts +2 -0
  1391. package/lib/typescript/module/src/hook/useTimeoutHandler.test.d.ts.map +1 -0
  1392. package/lib/typescript/module/src/hook/useUnmount.d.ts +11 -0
  1393. package/lib/typescript/module/src/hook/useUnmount.d.ts.map +1 -0
  1394. package/lib/typescript/module/src/index.d.ts +4 -1
  1395. package/lib/typescript/module/src/index.d.ts.map +1 -1
  1396. package/lib/typescript/module/src/theme/StyledSystemTheme.d.ts +5 -0
  1397. package/lib/typescript/module/src/theme/StyledSystemTheme.d.ts.map +1 -0
  1398. package/lib/typescript/module/src/theme/index.d.ts +4 -0
  1399. package/lib/typescript/module/src/theme/index.d.ts.map +1 -0
  1400. package/lib/typescript/module/src/theme/token/gradient.d.ts +16 -0
  1401. package/lib/typescript/module/src/theme/token/gradient.d.ts.map +1 -0
  1402. package/lib/typescript/module/src/theme/token/index.d.ts +4 -0
  1403. package/lib/typescript/module/src/theme/token/index.d.ts.map +1 -0
  1404. package/lib/typescript/module/src/theme/token/palette.d.ts +59 -0
  1405. package/lib/typescript/module/src/theme/token/palette.d.ts.map +1 -0
  1406. package/lib/typescript/module/src/theme/token/spacing.d.ts +34 -0
  1407. package/lib/typescript/module/src/theme/token/spacing.d.ts.map +1 -0
  1408. package/lib/typescript/module/src/util/AppEvent.d.ts +18 -0
  1409. package/lib/typescript/module/src/util/AppEvent.d.ts.map +1 -0
  1410. package/lib/typescript/module/src/util/ColorUtil.d.ts +2 -0
  1411. package/lib/typescript/module/src/util/ColorUtil.d.ts.map +1 -0
  1412. package/lib/typescript/module/src/util/ColorUtil.test.d.ts +2 -0
  1413. package/lib/typescript/module/src/util/ColorUtil.test.d.ts.map +1 -0
  1414. package/lib/typescript/module/src/util/EnvironmentUtil.d.ts +6 -0
  1415. package/lib/typescript/module/src/util/EnvironmentUtil.d.ts.map +1 -0
  1416. package/lib/typescript/module/src/util/Px.d.ts +2 -0
  1417. package/lib/typescript/module/src/util/Px.d.ts.map +1 -0
  1418. package/lib/typescript/module/src/util/StyleUtil.d.ts +19 -0
  1419. package/lib/typescript/module/src/util/StyleUtil.d.ts.map +1 -0
  1420. package/lib/typescript/module/src/util/createCtx.d.ts +15 -0
  1421. package/lib/typescript/module/src/util/createCtx.d.ts.map +1 -0
  1422. package/lib/typescript/module/src/util/index.d.ts +8 -0
  1423. package/lib/typescript/module/src/util/index.d.ts.map +1 -0
  1424. package/lib/typescript/module/src/util/is.d.ts +27 -0
  1425. package/lib/typescript/module/src/util/is.d.ts.map +1 -0
  1426. package/lib/typescript/module/src/util/runAfterFlushMacroQueue.d.ts +2 -0
  1427. package/lib/typescript/module/src/util/runAfterFlushMacroQueue.d.ts.map +1 -0
  1428. package/lib/typescript/module/test/util/RealTimerUtil.d.ts +2 -0
  1429. package/lib/typescript/module/test/util/RealTimerUtil.d.ts.map +1 -0
  1430. package/package.json +95 -89
  1431. package/src/assets/icons/bookmark_animation.svg +3 -0
  1432. package/src/assets/icons/chat_bubble_question_animation.svg +3 -0
  1433. package/src/component/AnimatedNumber.tsx +302 -0
  1434. package/src/component/Animation/etc/CircleEffectAnimation.tsx +97 -0
  1435. package/src/component/Animation/etc/FadeInOutLoop.tsx +66 -0
  1436. package/src/component/Animation/etc/LeftAndRight.tsx +26 -0
  1437. package/src/component/Animation/etc/Pulse.tsx +76 -0
  1438. package/src/component/Animation/etc/UpAndDown.tsx +26 -0
  1439. package/src/component/Animation/etc/index.ts +5 -0
  1440. package/src/component/Animation/imperative/FadeIn.tsx +23 -0
  1441. package/src/component/Animation/imperative/FadeInOut.tsx +31 -0
  1442. package/src/component/Animation/imperative/ImperativeAnimation.tsx +99 -0
  1443. package/src/component/Animation/imperative/Shake.tsx +32 -0
  1444. package/src/component/Animation/imperative/SlideIn.tsx +22 -0
  1445. package/src/component/Animation/imperative/SlideInOut.tsx +41 -0
  1446. package/src/component/Animation/imperative/index.ts +6 -0
  1447. package/src/component/Animation/implicit/OpacityAnimatedView.tsx +41 -0
  1448. package/src/component/Animation/implicit/ZoomIn.tsx +29 -0
  1449. package/src/component/Animation/implicit/index.ts +2 -0
  1450. package/src/component/Animation/index.ts +3 -0
  1451. package/src/component/Badge.tsx +15 -0
  1452. package/src/component/Banner/BannerItem.tsx +57 -0
  1453. package/src/component/Banner/BannerRectangle.tsx +36 -0
  1454. package/src/component/Banner/index.ts +2 -0
  1455. package/src/component/BaseWebView.tsx +34 -0
  1456. package/src/component/Box/index.tsx +10 -0
  1457. package/src/component/Btn/BaseBtn.tsx +346 -0
  1458. package/src/component/Btn/FixedBottomCTABtn.tsx +27 -0
  1459. package/src/component/Btn/IconBtn.tsx +314 -0
  1460. package/src/component/Btn/InteractiveToggledIconBtn.tsx +129 -0
  1461. package/src/component/Btn/index.ts +10 -0
  1462. package/src/component/Card.tsx +22 -0
  1463. package/src/component/Carousel.tsx +57 -0
  1464. package/src/component/Chip.tsx +200 -0
  1465. package/src/component/CloneWithGlobalPositionView.tsx +49 -0
  1466. package/src/component/DialogHandler.tsx +26 -0
  1467. package/src/component/Dot.tsx +40 -0
  1468. package/src/component/DotLoadingIndicator.tsx +54 -0
  1469. package/src/component/EmptyState.tsx +70 -0
  1470. package/src/component/FloatingRoundChip.tsx +52 -0
  1471. package/src/component/GradientBorderContainer.tsx +55 -0
  1472. package/src/component/GradientBorderContainer.web.tsx +23 -0
  1473. package/src/component/GradientCollection.tsx +51 -0
  1474. package/src/component/GradientMask.tsx +39 -0
  1475. package/src/component/GradientMask.web.tsx +150 -0
  1476. package/src/component/Header/BackButtonHeader.tsx +29 -0
  1477. package/src/component/Header/CloseButtonHeader.tsx +27 -0
  1478. package/src/component/Header/Header.tsx +120 -0
  1479. package/src/component/Header/index.ts +3 -0
  1480. package/src/component/HorizontalStackedBar.tsx +28 -0
  1481. package/src/component/Icon/AnimatedIcon.tsx +27 -0
  1482. package/src/component/Icon/Icons.tsx +219 -0
  1483. package/src/component/Icon/index.tsx +28 -0
  1484. package/src/component/IconCheckbox.tsx +78 -0
  1485. package/src/component/Img/ImageConfig.ts +27 -0
  1486. package/src/component/Img/Img.tsx +176 -0
  1487. package/src/component/Img/index.ts +2 -0
  1488. package/src/component/Layout/AdaptiveHeightConstraintView.tsx +53 -0
  1489. package/src/component/Layout/AdaptiveWidthConstraintView.tsx +53 -0
  1490. package/src/component/Layout/AdaptiveWindowLayout.tsx +55 -0
  1491. package/src/component/Layout/Column.tsx +16 -0
  1492. package/src/component/Layout/FixedBottomLayout.tsx +54 -0
  1493. package/src/component/Layout/Gap.tsx +16 -0
  1494. package/src/component/Layout/Grid.tsx +97 -0
  1495. package/src/component/Layout/ItemList.tsx +34 -0
  1496. package/src/component/Layout/Layout/LayoutProvider.tsx +139 -0
  1497. package/src/component/Layout/Layout/WindowSizeClass.ts +51 -0
  1498. package/src/component/Layout/Layout/index.ts +3 -0
  1499. package/src/component/Layout/Layout/useDynamicDimensions.ts +28 -0
  1500. package/src/component/Layout/LayoutStyle.ts +28 -0
  1501. package/src/component/Layout/Row.tsx +15 -0
  1502. package/src/component/Layout/SectionLayout/Section.tsx +23 -0
  1503. package/src/component/Layout/SectionLayout/SectionLayout.tsx +46 -0
  1504. package/src/component/Layout/SectionLayout/index.ts +4 -0
  1505. package/src/component/Layout/SingleOrTwoColumnCellLayout.tsx +40 -0
  1506. package/src/component/Layout/WhiteGradientFixedBottomLayout.tsx +27 -0
  1507. package/src/component/Layout/index.ts +14 -0
  1508. package/src/component/LiText.tsx +20 -0
  1509. package/src/component/LineDivider.tsx +29 -0
  1510. package/src/component/LoadingFallbackView.tsx +15 -0
  1511. package/src/component/LoadingIndicator.tsx +26 -0
  1512. package/src/component/LoadingIndicatorView.tsx +22 -0
  1513. package/src/component/Lottie/index.tsx +59 -0
  1514. package/src/component/MarqueeView.tsx +105 -0
  1515. package/src/component/NumberBadge.tsx +60 -0
  1516. package/src/component/OnMountEvent.tsx +10 -0
  1517. package/src/component/PaginatedFlashList.tsx +221 -0
  1518. package/src/component/PaginatedFlatList.tsx +223 -0
  1519. package/src/component/Paginator.tsx +48 -0
  1520. package/src/component/PartialRerender.tsx +24 -0
  1521. package/src/component/PieChart.tsx +67 -0
  1522. package/src/component/Portal/Portal.tsx +24 -0
  1523. package/src/component/Portal/PortalConsumer.tsx +42 -0
  1524. package/src/component/Portal/PortalHost.tsx +116 -0
  1525. package/src/component/Portal/PortalManager.tsx +51 -0
  1526. package/src/component/Portal/index.ts +4 -0
  1527. package/src/component/Pressable/LoadingIndicatorTouchable.tsx +16 -0
  1528. package/src/component/Pressable/PressableDelayed.tsx +34 -0
  1529. package/src/component/Pressable/Touch.tsx +39 -0
  1530. package/src/component/Pressable/index.ts +3 -0
  1531. package/src/component/Pressable/useDisabilityAwareDebouncer.ts +75 -0
  1532. package/src/component/Progress/CircularProgressIndicator.tsx +126 -0
  1533. package/src/component/Progress/ImageCircularProgressIndicator.tsx +23 -0
  1534. package/src/component/Progress/LinearProgressBar.tsx +63 -0
  1535. package/src/component/Progress/Slider.tsx +167 -0
  1536. package/src/component/Progress/index.ts +4 -0
  1537. package/src/component/RadioButton.tsx +28 -0
  1538. package/src/component/ReadMoreText.tsx +60 -0
  1539. package/src/component/ReadMoreText.web.tsx +9 -0
  1540. package/src/component/ReanimatedBox/index.tsx +16 -0
  1541. package/src/component/ReanimatedStyledScrollView/index.tsx +29 -0
  1542. package/src/component/RefreshControlEx.tsx +17 -0
  1543. package/src/component/StyledScrollView/index.tsx +21 -0
  1544. package/src/component/Switch.tsx +86 -0
  1545. package/src/component/Tab/BaseTab.tsx +58 -0
  1546. package/src/component/Tab/IndicatorTab.tsx +53 -0
  1547. package/src/component/Tab/RoundTab.tsx +164 -0
  1548. package/src/component/Tab/index.ts +3 -0
  1549. package/src/component/TabPager.tsx +54 -0
  1550. package/src/component/Tag.tsx +193 -0
  1551. package/src/component/TagHorizontalList.tsx +92 -0
  1552. package/src/component/TextField/BaseTextField.tsx +156 -0
  1553. package/src/component/TextField/CoreTextField.tsx +112 -0
  1554. package/src/component/TextField/index.ts +3 -0
  1555. package/src/component/TextField/textFieldNumericFormatUtils.test.ts +17 -0
  1556. package/src/component/TextField/textFieldNumericFormatUtils.ts +74 -0
  1557. package/src/component/ToolTip/BaseToolTip.tsx +175 -0
  1558. package/src/component/ToolTip/TextToolTip.tsx +53 -0
  1559. package/src/component/ToolTip/index.ts +2 -0
  1560. package/src/component/Txt/Font.ts +7 -0
  1561. package/src/component/Txt/FontWeight.ts +6 -0
  1562. package/src/component/Txt/TextConfig.ts +42 -0
  1563. package/src/component/Txt/Txt.tsx +266 -0
  1564. package/src/component/Txt/index.ts +4 -0
  1565. package/src/component/dialog/CommonBottomSheetDialog.tsx +240 -0
  1566. package/src/component/dialog/CommonDialog.tsx +304 -0
  1567. package/src/component/dialog/DialogProvider.tsx +93 -0
  1568. package/src/component/dialog/ItemSelectBottomSheetDialog.tsx +114 -0
  1569. package/src/component/dialog/LottieDialog.tsx +85 -0
  1570. package/src/component/dialog/ToastDialog.tsx +128 -0
  1571. package/src/component/dialog/base/BottomSheetDialog.tsx +44 -0
  1572. package/src/component/dialog/base/Dialog.tsx +62 -0
  1573. package/src/component/dialog/base/ModalBox.tsx +556 -0
  1574. package/src/component/dialog/base/index.ts +3 -0
  1575. package/src/component/dialog/index.ts +7 -0
  1576. package/src/component/index.ts +58 -0
  1577. package/src/hoc/index.ts +2 -0
  1578. package/src/hoc/withProviders.tsx +16 -0
  1579. package/src/hoc/withReanimated.tsx +16 -0
  1580. package/src/hook/index.ts +11 -0
  1581. package/src/hook/useAppState.ts +17 -0
  1582. package/src/hook/useDialogHandler.tsx +33 -0
  1583. package/src/hook/useFloatingKeyboard.ts +30 -0
  1584. package/src/hook/useIntervalCallback.tsx +19 -0
  1585. package/src/hook/useKeyboard.ts +35 -0
  1586. package/src/hook/useMount.ts +19 -0
  1587. package/src/hook/useRefValue.ts +6 -0
  1588. package/src/hook/useScrollViewOnEndReachedConfig.ts +42 -0
  1589. package/src/hook/useStableCallback.ts +28 -0
  1590. package/src/hook/useTimeoutHandler.test.ts +110 -0
  1591. package/src/hook/useTimeoutHandler.ts +50 -0
  1592. package/src/hook/useUnmount.ts +21 -0
  1593. package/src/index.tsx +4 -3
  1594. package/src/theme/StyledSystemTheme.ts +37 -0
  1595. package/src/theme/index.ts +4 -0
  1596. package/src/theme/token/gradient.ts +103 -0
  1597. package/src/theme/token/index.ts +3 -0
  1598. package/src/theme/token/palette.ts +60 -0
  1599. package/src/theme/token/spacing.ts +35 -0
  1600. package/src/type/environment.d.ts +28 -0
  1601. package/src/util/AppEvent.ts +75 -0
  1602. package/src/util/ColorUtil.test.ts +26 -0
  1603. package/src/util/ColorUtil.ts +15 -0
  1604. package/src/util/EnvironmentUtil.ts +19 -0
  1605. package/src/util/Px.ts +8 -0
  1606. package/src/util/StyleUtil.ts +66 -0
  1607. package/src/util/createCtx.ts +42 -0
  1608. package/src/util/index.ts +7 -0
  1609. package/src/util/is.ts +78 -0
  1610. package/src/util/runAfterFlushMacroQueue.ts +5 -0
@@ -0,0 +1,25 @@
1
+ import * as React from 'react';
2
+ type Props = {
3
+ children: React.ReactNode;
4
+ testID?: string;
5
+ };
6
+ export type PortalMethods = {
7
+ mount: (children: React.ReactNode) => number;
8
+ update: (key: number, children: React.ReactNode) => void;
9
+ unmount: (key: number) => void;
10
+ };
11
+ export declare const PortalContext: React.Context<PortalMethods>;
12
+ export declare class PortalHost extends React.Component<Props> {
13
+ static displayName: string;
14
+ componentDidMount(): void;
15
+ private setManager;
16
+ private mount;
17
+ private update;
18
+ private unmount;
19
+ private nextKey;
20
+ private queue;
21
+ private manager;
22
+ render(): import("react/jsx-runtime").JSX.Element;
23
+ }
24
+ export {};
25
+ //# sourceMappingURL=PortalHost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PortalHost.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Portal/PortalHost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAOF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,KAAK,MAAM,CAAC;IAC7C,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC;IACzD,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,aAAa,8BAAkD,CAAC;AAE7E,qBAAa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC;IACpD,MAAM,CAAC,WAAW,SAAiB;IAE1B,iBAAiB;IAuB1B,OAAO,CAAC,UAAU,CAEhB;IAEF,OAAO,CAAC,KAAK,CAUX;IAEF,OAAO,CAAC,MAAM,CAaZ;IAEF,OAAO,CAAC,OAAO,CAMb;IAEF,OAAO,CAAC,OAAO,CAAK;IACpB,OAAO,CAAC,KAAK,CAAmB;IAChC,OAAO,CAAC,OAAO,CAAmC;IAEzC,MAAM;CAiBhB"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ type State = {
3
+ portals: {
4
+ key: number;
5
+ children: React.ReactNode;
6
+ }[];
7
+ };
8
+ export declare class PortalManager extends React.PureComponent<{}, State> {
9
+ state: State;
10
+ mount: (key: number, children: React.ReactNode) => void;
11
+ update: (key: number, children: React.ReactNode) => void;
12
+ unmount: (key: number) => void;
13
+ render(): import("react/jsx-runtime").JSX.Element[];
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=PortalManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PortalManager.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Portal/PortalManager.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,OAAO,EAAE;QACP,GAAG,EAAE,MAAM,CAAC;QACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,EAAE,CAAC;CACL,CAAC;AAEF,qBAAa,aAAc,SAAQ,KAAK,CAAC,aAAa,CAAC,EAAE,EAAE,KAAK,CAAC;IACtD,KAAK,EAAE,KAAK,CAEnB;IAEF,KAAK,QAAS,MAAM,YAAY,MAAM,SAAS,UAI7C;IAEF,MAAM,QAAS,MAAM,YAAY,MAAM,SAAS,UAQ1C;IAEN,OAAO,QAAS,MAAM,UAGhB;IAEG,MAAM;CAchB"}
@@ -0,0 +1,5 @@
1
+ export * from './Portal';
2
+ export * from './PortalConsumer';
3
+ export * from './PortalHost';
4
+ export * from './PortalManager';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { type TouchProps } from './Touch';
2
+ type Props = {
3
+ isLoading: boolean;
4
+ } & TouchProps;
5
+ declare const LoadingIndicatorTouchable: ({ isLoading, disabled, children, style, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export { LoadingIndicatorTouchable };
7
+ //# sourceMappingURL=LoadingIndicatorTouchable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingIndicatorTouchable.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Pressable/LoadingIndicatorTouchable.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,UAAU,EAAS,MAAM,SAAS,CAAC;AAEjD,KAAK,KAAK,GAAG;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,GAAG,UAAU,CAAC;AACjD,QAAA,MAAM,yBAAyB,sDAAuD,KAAK,4CAO1F,CAAC;AAEF,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { PressableProps } from 'react-native';
2
+ type Props = {
3
+ delayAfterEvent?: number;
4
+ delayAfterEnabled?: number;
5
+ } & PressableProps;
6
+ declare const PressableDelayed: ({ onPress, disabled, delayAfterEnabled, delayAfterEvent, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export { PressableDelayed };
8
+ //# sourceMappingURL=PressableDelayed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PressableDelayed.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Pressable/PressableDelayed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAOnD,KAAK,KAAK,GAAG;IACX,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,GAAG,cAAc,CAAC;AACnB,QAAA,MAAM,gBAAgB,uEAAwE,KAAK,4CAoBlG,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type { SxProps } from '@react-native-styled-system/core';
3
+ import type { TouchableOpacityProps } from 'react-native';
4
+ import { TouchableOpacity } from 'react-native';
5
+ import { type UseDisabilityAwareDebouncerParams } from './useDisabilityAwareDebouncer';
6
+ type Props = {} & TouchableOpacityProps & UseDisabilityAwareDebouncerParams & SxProps;
7
+ declare const Touch: import("react").ForwardRefExoticComponent<TouchableOpacityProps & UseDisabilityAwareDebouncerParams & SxProps & {
8
+ children?: import("react").ReactNode;
9
+ } & import("react").RefAttributes<TouchableOpacity>>;
10
+ export type { Props as TouchProps };
11
+ export { Touch };
12
+ //# sourceMappingURL=Touch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Touch.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Pressable/Touch.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAKhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,KAAK,iCAAiC,EAA+B,MAAM,+BAA+B,CAAC;AAEpH,KAAK,KAAK,GAAG,EAAE,GAAG,qBAAqB,GAAG,iCAAiC,GAAG,OAAO,CAAC;AACtF,QAAA,MAAM,KAAK;;oDAwBT,CAAC;AAEH,YAAY,EAAE,KAAK,IAAI,UAAU,EAAE,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './LoadingIndicatorTouchable';
2
+ export * from './PressableDelayed';
3
+ export * from './Touch';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Pressable/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC"}
@@ -0,0 +1,15 @@
1
+ export interface UseDisabilityAwareDebouncerParams {
2
+ disabled?: boolean;
3
+ delayAfterEvent?: number;
4
+ delayAfterEnabled?: number;
5
+ }
6
+ export interface UseDisabilityAwareDebouncer {
7
+ /**
8
+ * Call this function only when onPress is called.
9
+ * This function will update lastPressTime.
10
+ */
11
+ shouldBeHandled(): boolean;
12
+ }
13
+ declare const useDisabilityAwareDebouncer: (param?: UseDisabilityAwareDebouncerParams) => UseDisabilityAwareDebouncer;
14
+ export { useDisabilityAwareDebouncer };
15
+ //# sourceMappingURL=useDisabilityAwareDebouncer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDisabilityAwareDebouncer.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Pressable/useDisabilityAwareDebouncer.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,iCAAiC;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,eAAe,IAAI,OAAO,CAAC;CAC5B;AAED,QAAA,MAAM,2BAA2B,EAAE,CAAC,KAAK,CAAC,EAAE,iCAAiC,KAAK,2BAiD3E,CAAC;AAER,OAAO,EAAE,2BAA2B,EAAE,CAAC"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { type StyleProp, type ViewStyle, type ColorValue } from 'react-native';
3
+ import type { Linecap } from 'react-native-svg/src/lib/extract/types';
4
+ type Props = {
5
+ size: number;
6
+ childSize: number;
7
+ childComponent?: React.ReactElement;
8
+ value: number;
9
+ maxValue?: number;
10
+ isAnimated?: boolean;
11
+ delay?: number;
12
+ style?: StyleProp<ViewStyle>;
13
+ disableSpacing?: boolean;
14
+ lineCap?: Linecap;
15
+ progressColor?: ColorValue;
16
+ barColor?: ColorValue;
17
+ backgroundColor?: ColorValue;
18
+ useGradient4ForProgressColor?: boolean;
19
+ animatedInitialValue?: number;
20
+ };
21
+ declare const CircularProgressIndicator: ({ size, childComponent, childSize, value: propValue, maxValue, isAnimated, delay, style, disableSpacing, lineCap, progressColor, barColor, backgroundColor, useGradient4ForProgressColor, animatedInitialValue, }: Props) => import("react/jsx-runtime").JSX.Element;
22
+ export { CircularProgressIndicator };
23
+ export type { Props as CircularProgressIndicatorProps };
24
+ //# sourceMappingURL=CircularProgressIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CircularProgressIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Progress/CircularProgressIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAsC,MAAM,cAAc,CAAC;AAEnH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAKtE,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,QAAA,MAAM,yBAAyB,sNAgB5B,KAAK,4CA+EP,CAAC;AAGF,OAAO,EAAE,yBAAyB,EAAE,CAAC;AACrC,YAAY,EAAE,KAAK,IAAI,8BAA8B,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type ImgSource } from '../Img/Img';
2
+ import { type CircularProgressIndicatorProps } from './CircularProgressIndicator';
3
+ type Props = {
4
+ imageSize: number;
5
+ imageSrc: ImgSource;
6
+ childSize?: number;
7
+ } & Omit<CircularProgressIndicatorProps, 'childComponent' | 'childSize'>;
8
+ declare const ImageCircularProgressIndicator: ({ imageSize, imageSrc, childSize, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
9
+ export { ImageCircularProgressIndicator };
10
+ export type { Props as ImageProgressCircleProps };
11
+ //# sourceMappingURL=ImageCircularProgressIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageCircularProgressIndicator.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Progress/ImageCircularProgressIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAO,MAAM,YAAY,CAAC;AAEjD,OAAO,EAAE,KAAK,8BAA8B,EAA6B,MAAM,6BAA6B,CAAC;AAE7G,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,8BAA8B,EAAE,gBAAgB,GAAG,WAAW,CAAC,CAAC;AAEzE,QAAA,MAAM,8BAA8B,gDAAiD,KAAK,4CAQzF,CAAC;AAEF,OAAO,EAAE,8BAA8B,EAAE,CAAC;AAC1C,YAAY,EAAE,KAAK,IAAI,wBAAwB,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { SxProps } from '@react-native-styled-system/core';
2
+ import type { ColorValue, StyleProp, ViewStyle } from 'react-native';
3
+ export type LinearProgressBarProps = {
4
+ color?: ColorValue;
5
+ backgroundColor?: ColorValue;
6
+ value: number;
7
+ height?: number;
8
+ style?: StyleProp<ViewStyle>;
9
+ animated?: boolean;
10
+ initialAnimatedValue?: number;
11
+ animatedDelay?: number;
12
+ sx?: SxProps;
13
+ };
14
+ declare const LinearProgressBar: ({ color, backgroundColor, style, value: _value, height, animated, initialAnimatedValue, animatedDelay, sx, }: LinearProgressBarProps) => import("react/jsx-runtime").JSX.Element;
15
+ export { LinearProgressBar };
16
+ //# sourceMappingURL=LinearProgressBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinearProgressBar.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Progress/LinearProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAOrE,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,eAAe,CAAC,EAAE,UAAU,CAAC;IAE7B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AACF,QAAA,MAAM,iBAAiB,iHAUpB,sBAAsB,4CA6BxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { StyleProp, ViewStyle, ColorValue } from 'react-native';
2
+ export type SliderProps = {
3
+ maximumValue: number;
4
+ value: number;
5
+ onSliding: (value: number) => void;
6
+ onSlidingStart?: () => void;
7
+ onSlidingComplete?: (value: number) => void;
8
+ trackHeight?: number;
9
+ style?: StyleProp<ViewStyle>;
10
+ containerStyle?: StyleProp<ViewStyle>;
11
+ trackColor?: string;
12
+ progressColor?: string;
13
+ disablePressScaleAnimation?: boolean;
14
+ thumb?: {
15
+ width: number;
16
+ height: number;
17
+ color: ColorValue;
18
+ };
19
+ isSnapToIntegerValue?: boolean;
20
+ };
21
+ declare const Slider: (props: SliderProps) => import("react/jsx-runtime").JSX.Element;
22
+ export { Slider };
23
+ //# sourceMappingURL=Slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Progress/Slider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AASrE,MAAM,MAAM,WAAW,GAAG;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,UAAU,CAAC;KACnB,CAAC;IAEF,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AACF,QAAA,MAAM,MAAM,UAAW,WAAW,4CAqIjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './CircularProgressIndicator';
2
+ export * from './ImageCircularProgressIndicator';
3
+ export * from './LinearProgressBar';
4
+ export * from './Slider';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/Progress/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { PressableProps } from 'react-native';
2
+ import type { LayoutStyle } from './Layout/LayoutStyle';
3
+ type Props = {
4
+ layout?: LayoutStyle;
5
+ value: boolean;
6
+ } & PressableProps;
7
+ declare const RadioButton: ({ layout, value, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
8
+ export { RadioButton };
9
+ //# sourceMappingURL=RadioButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/component/RadioButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,GAAG,cAAc,CAAC;AACvE,QAAA,MAAM,WAAW,gCAAiC,KAAK,4CAkBtD,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { Txt } from '@teamturing/react-native-kit';
2
+ type Props = {
3
+ onlyMore?: boolean;
4
+ TxtComponent?: Txt;
5
+ text: string;
6
+ numberOfLines?: number;
7
+ };
8
+ declare const ReadMoreText: ({ onlyMore, TxtComponent, text, numberOfLines }: Props) => import("react/jsx-runtime").JSX.Element;
9
+ export { ReadMoreText };
10
+ export type { Props as ReadMoreTextProps };
11
+ //# sourceMappingURL=ReadMoreText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadMoreText.d.ts","sourceRoot":"","sources":["../../../../../src/component/ReadMoreText.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAsB,MAAM,8BAA8B,CAAC;AAGvE,KAAK,KAAK,GAAG;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,YAAY,CAAC,EAAE,GAAG,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9F,QAAA,MAAM,YAAY,oDAAwE,KAAK,4CAkD9F,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,YAAY,EAAE,KAAK,IAAI,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { ReadMoreTextProps } from './ReadMoreText';
3
+ declare const ReadMoreText: ({ TxtComponent, text }: ReadMoreTextProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
+ export { ReadMoreText };
5
+ //# sourceMappingURL=ReadMoreText.web.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadMoreText.web.d.ts","sourceRoot":"","sources":["../../../../../src/component/ReadMoreText.web.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,QAAA,MAAM,YAAY,2BAAoC,iBAAiB,2FAEtE,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,212 @@
1
+ import type { SxProps } from '@react-native-styled-system/core';
2
+ import type { PropsWithChildren } from 'react';
3
+ import type { ViewProps } from 'react-native';
4
+ import type { AnimatedProps } from 'react-native-reanimated';
5
+ import Animated from 'react-native-reanimated';
6
+ type ReanimatedBoxProps = PropsWithChildren<{}> & AnimatedProps<ViewProps> & SxProps;
7
+ declare const ReanimatedBox: import("react").ForwardRefExoticComponent<{
8
+ children?: import("react").ReactNode;
9
+ } & {
10
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | import("react-native-reanimated").SharedValue<"box-none" | "none" | "box-only" | "auto" | undefined> | undefined;
11
+ children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
12
+ hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
13
+ id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
14
+ needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
15
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
16
+ removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
17
+ testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
18
+ nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
19
+ collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
20
+ renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
21
+ focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
22
+ tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
23
+ shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
24
+ isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
25
+ hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
26
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | import("react-native-reanimated").SharedValue<import("react-native").TVParallaxProperties | undefined> | undefined;
27
+ tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
28
+ tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
29
+ tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
30
+ tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
31
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
32
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
33
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
34
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
35
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
36
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
37
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
38
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
39
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
40
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
41
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
42
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
43
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
44
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
45
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
46
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
47
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
48
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
49
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
50
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
51
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
52
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
53
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
54
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
55
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
56
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
57
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
58
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
59
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
60
+ accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
61
+ accessibilityActions?: readonly Readonly<{
62
+ name: string;
63
+ label?: string | undefined;
64
+ }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
65
+ name: string;
66
+ label?: string | undefined;
67
+ }>[] | undefined> | undefined;
68
+ accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
69
+ 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
70
+ accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
71
+ accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
72
+ 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
73
+ 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
74
+ 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
75
+ 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
76
+ 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
77
+ accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
78
+ accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
79
+ 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
80
+ 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
81
+ 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
82
+ 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
83
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
84
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
85
+ 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
86
+ 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
87
+ role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
88
+ accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
89
+ 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
90
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
91
+ 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
92
+ accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
93
+ accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
94
+ onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
95
+ onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
96
+ onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
97
+ accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
98
+ accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
99
+ } & {
100
+ style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
101
+ } & {
102
+ layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder | undefined;
103
+ entering?: (import("react-native-reanimated").BaseAnimationBuilder | typeof import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").EntryExitAnimationFunction | import("react-native-reanimated/lib/typescript/layoutReanimation/animationBuilder/Keyframe").ReanimatedKeyframe) | undefined;
104
+ exiting?: (import("react-native-reanimated").BaseAnimationBuilder | typeof import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").EntryExitAnimationFunction | import("react-native-reanimated/lib/typescript/layoutReanimation/animationBuilder/Keyframe").ReanimatedKeyframe) | undefined;
105
+ } & {
106
+ sharedTransitionTag?: string | undefined;
107
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition | undefined;
108
+ } & {
109
+ animatedProps?: Partial<{
110
+ pointerEvents?: "box-none" | "none" | "box-only" | "auto" | import("react-native-reanimated").SharedValue<"box-none" | "none" | "box-only" | "auto" | undefined> | undefined;
111
+ children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
112
+ hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
113
+ id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
114
+ needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
115
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
116
+ removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
117
+ testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
118
+ nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
119
+ collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
120
+ renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
121
+ focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
122
+ tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
123
+ shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
124
+ isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
125
+ hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
126
+ tvParallaxProperties?: import("react-native").TVParallaxProperties | import("react-native-reanimated").SharedValue<import("react-native").TVParallaxProperties | undefined> | undefined;
127
+ tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
128
+ tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
129
+ tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
130
+ tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
131
+ onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
132
+ onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
133
+ onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
134
+ onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
135
+ onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
136
+ onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
137
+ onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
138
+ onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
139
+ onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
140
+ onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
141
+ onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
142
+ onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
143
+ onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
144
+ onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
145
+ onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
146
+ onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
147
+ onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
148
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
149
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
150
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
151
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
152
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
153
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
154
+ onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
155
+ onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
156
+ onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
157
+ onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
158
+ onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
159
+ onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
160
+ accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
161
+ accessibilityActions?: readonly Readonly<{
162
+ name: string;
163
+ label?: string | undefined;
164
+ }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
165
+ name: string;
166
+ label?: string | undefined;
167
+ }>[] | undefined> | undefined;
168
+ accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
169
+ 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
170
+ accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
171
+ accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
172
+ 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
173
+ 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
174
+ 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
175
+ 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
176
+ 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
177
+ accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
178
+ accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
179
+ 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
180
+ 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
181
+ 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
182
+ 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
183
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
184
+ importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
185
+ 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
186
+ 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
187
+ role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
188
+ accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
189
+ 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
190
+ accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
191
+ 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
192
+ accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
193
+ accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
194
+ onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
195
+ onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
196
+ onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
197
+ accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
198
+ accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
199
+ } & {
200
+ style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
201
+ } & {
202
+ layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder | undefined;
203
+ entering?: (import("react-native-reanimated").BaseAnimationBuilder | typeof import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").EntryExitAnimationFunction | import("react-native-reanimated/lib/typescript/layoutReanimation/animationBuilder/Keyframe").ReanimatedKeyframe) | undefined;
204
+ exiting?: (import("react-native-reanimated").BaseAnimationBuilder | typeof import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").EntryExitAnimationFunction | import("react-native-reanimated/lib/typescript/layoutReanimation/animationBuilder/Keyframe").ReanimatedKeyframe) | undefined;
205
+ } & {
206
+ sharedTransitionTag?: string | undefined;
207
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition | undefined;
208
+ }> | undefined;
209
+ } & SxProps & import("react").RefAttributes<Animated.View>>;
210
+ export { ReanimatedBox };
211
+ export type { ReanimatedBoxProps };
212
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/ReanimatedBox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,EAAE,iBAAiB,EAAgB,MAAM,OAAO,CAAC;AAE7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAE/C,KAAK,kBAAkB,GAAG,iBAAiB,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;AACrF,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAGjB,CAAC;AAEH,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { SxProps } from '@react-native-styled-system/core';
2
+ import type { PropsWithChildren } from 'react';
3
+ import type { AnimatedScrollViewProps } from 'react-native-reanimated';
4
+ import Animated from 'react-native-reanimated';
5
+ type ReanimatedStyledScrollViewProps = PropsWithChildren<{
6
+ contentContainerSx?: SxProps;
7
+ }> & AnimatedScrollViewProps & SxProps;
8
+ declare const ReanimatedStyledScrollView: import("react").ForwardRefExoticComponent<{
9
+ contentContainerSx?: SxProps | undefined;
10
+ } & {
11
+ children?: import("react").ReactNode;
12
+ } & AnimatedScrollViewProps & SxProps & import("react").RefAttributes<Animated.ScrollView>>;
13
+ export { ReanimatedStyledScrollView };
14
+ export type { ReanimatedStyledScrollViewProps };
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/ReanimatedStyledScrollView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,EAAE,iBAAiB,EAAgB,MAAM,OAAO,CAAC;AAE7D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACvE,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAE/C,KAAK,+BAA+B,GAAG,iBAAiB,CAAC;IACvD,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC,GACA,uBAAuB,GACvB,OAAO,CAAC;AACV,QAAA,MAAM,0BAA0B;;;;2FAa/B,CAAC;AAEF,OAAO,EAAE,0BAA0B,EAAE,CAAC;AACtC,YAAY,EAAE,+BAA+B,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import type { RefreshControlProps } from 'react-native';
3
+ type Props = {} & RefreshControlProps;
4
+ declare const RefreshControlEx: React.FC<Props>;
5
+ export { RefreshControlEx };
6
+ //# sourceMappingURL=RefreshControlEx.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RefreshControlEx.d.ts","sourceRoot":"","sources":["../../../../../src/component/RefreshControlEx.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGxD,KAAK,KAAK,GAAG,EAAE,GAAG,mBAAmB,CAAC;AACtC,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAQrC,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { SxProps } from '@react-native-styled-system/core';
2
+ import type { PropsWithChildren } from 'react';
3
+ import type { ScrollViewProps } from 'react-native';
4
+ import { ScrollView } from 'react-native';
5
+ type StyledScrollViewProps = PropsWithChildren<{
6
+ contentContainerSx?: SxProps;
7
+ } & Omit<ScrollViewProps, 'contentContainerStyle'> & SxProps>;
8
+ declare const StyledScrollView: import("react").ForwardRefExoticComponent<{
9
+ contentContainerSx?: SxProps | undefined;
10
+ } & Omit<ScrollViewProps, "contentContainerStyle"> & SxProps & {
11
+ children?: import("react").ReactNode;
12
+ } & import("react").RefAttributes<ScrollView>>;
13
+ export { StyledScrollView };
14
+ export type { StyledScrollViewProps };
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/StyledScrollView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,KAAK,qBAAqB,GAAG,iBAAiB,CAC5C;IACE,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B,GAAG,IAAI,CAAC,eAAe,EAAE,uBAAuB,CAAC,GAChD,OAAO,CACV,CAAC;AACF,QAAA,MAAM,gBAAgB;;;;8CAIpB,CAAC;AAEH,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAC5B,YAAY,EAAE,qBAAqB,EAAE,CAAC"}