@teamturing/react-native-kit 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/assets/icons/bookmark_animation.svg +3 -0
- package/lib/commonjs/assets/icons/chat_bubble_question_animation.svg +3 -0
- package/lib/commonjs/component/AnimatedNumber.js +251 -0
- package/lib/commonjs/component/AnimatedNumber.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/CircleEffectAnimation.js +99 -0
- package/lib/commonjs/component/Animation/etc/CircleEffectAnimation.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/FadeInOutLoop.js +50 -0
- package/lib/commonjs/component/Animation/etc/FadeInOutLoop.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/LeftAndRight.js +36 -0
- package/lib/commonjs/component/Animation/etc/LeftAndRight.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/Pulse.js +71 -0
- package/lib/commonjs/component/Animation/etc/Pulse.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/UpAndDown.js +36 -0
- package/lib/commonjs/component/Animation/etc/UpAndDown.js.map +1 -0
- package/lib/commonjs/component/Animation/etc/index.js +61 -0
- package/lib/commonjs/component/Animation/etc/index.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/FadeIn.js +33 -0
- package/lib/commonjs/component/Animation/imperative/FadeIn.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/FadeInOut.js +36 -0
- package/lib/commonjs/component/Animation/imperative/FadeInOut.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/ImperativeAnimation.js +81 -0
- package/lib/commonjs/component/Animation/imperative/ImperativeAnimation.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/Shake.js +42 -0
- package/lib/commonjs/component/Animation/imperative/Shake.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/SlideIn.js +34 -0
- package/lib/commonjs/component/Animation/imperative/SlideIn.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/SlideInOut.js +41 -0
- package/lib/commonjs/component/Animation/imperative/SlideInOut.js.map +1 -0
- package/lib/commonjs/component/Animation/imperative/index.js +72 -0
- package/lib/commonjs/component/Animation/imperative/index.js.map +1 -0
- package/lib/commonjs/component/Animation/implicit/OpacityAnimatedView.js +49 -0
- package/lib/commonjs/component/Animation/implicit/OpacityAnimatedView.js.map +1 -0
- package/lib/commonjs/component/Animation/implicit/ZoomIn.js +40 -0
- package/lib/commonjs/component/Animation/implicit/ZoomIn.js.map +1 -0
- package/lib/commonjs/component/Animation/implicit/index.js +28 -0
- package/lib/commonjs/component/Animation/implicit/index.js.map +1 -0
- package/lib/commonjs/component/Animation/index.js +39 -0
- package/lib/commonjs/component/Animation/index.js.map +1 -0
- package/lib/commonjs/component/Badge.js +25 -0
- package/lib/commonjs/component/Badge.js.map +1 -0
- package/lib/commonjs/component/Banner/BannerItem.js +71 -0
- package/lib/commonjs/component/Banner/BannerItem.js.map +1 -0
- package/lib/commonjs/component/Banner/BannerRectangle.js +43 -0
- package/lib/commonjs/component/Banner/BannerRectangle.js.map +1 -0
- package/lib/commonjs/component/Banner/index.js +28 -0
- package/lib/commonjs/component/Banner/index.js.map +1 -0
- package/lib/commonjs/component/BaseWebView.js +37 -0
- package/lib/commonjs/component/BaseWebView.js.map +1 -0
- package/lib/commonjs/component/Box/index.js +12 -0
- package/lib/commonjs/component/Box/index.js.map +1 -0
- package/lib/commonjs/component/Btn/BaseBtn.js +308 -0
- package/lib/commonjs/component/Btn/BaseBtn.js.map +1 -0
- package/lib/commonjs/component/Btn/FixedBottomCTABtn.js +34 -0
- package/lib/commonjs/component/Btn/FixedBottomCTABtn.js.map +1 -0
- package/lib/commonjs/component/Btn/IconBtn.js +274 -0
- package/lib/commonjs/component/Btn/IconBtn.js.map +1 -0
- package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js +104 -0
- package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js.map +1 -0
- package/lib/commonjs/component/Btn/index.js +48 -0
- package/lib/commonjs/component/Btn/index.js.map +1 -0
- package/lib/commonjs/component/Card.js +33 -0
- package/lib/commonjs/component/Card.js.map +1 -0
- package/lib/commonjs/component/Carousel.js +58 -0
- package/lib/commonjs/component/Carousel.js.map +1 -0
- package/lib/commonjs/component/Chip.js +181 -0
- package/lib/commonjs/component/Chip.js.map +1 -0
- package/lib/commonjs/component/CloneWithGlobalPositionView.js +55 -0
- package/lib/commonjs/component/CloneWithGlobalPositionView.js.map +1 -0
- package/lib/commonjs/component/DialogHandler.js +38 -0
- package/lib/commonjs/component/DialogHandler.js.map +1 -0
- package/lib/commonjs/component/Dot.js +46 -0
- package/lib/commonjs/component/Dot.js.map +1 -0
- package/lib/commonjs/component/DotLoadingIndicator.js +53 -0
- package/lib/commonjs/component/DotLoadingIndicator.js.map +1 -0
- package/lib/commonjs/component/EmptyState.js +67 -0
- package/lib/commonjs/component/EmptyState.js.map +1 -0
- package/lib/commonjs/component/FloatingRoundChip.js +48 -0
- package/lib/commonjs/component/FloatingRoundChip.js.map +1 -0
- package/lib/commonjs/component/GradientBorderContainer.js +57 -0
- package/lib/commonjs/component/GradientBorderContainer.js.map +1 -0
- package/lib/commonjs/component/GradientBorderContainer.web.js +32 -0
- package/lib/commonjs/component/GradientBorderContainer.web.js.map +1 -0
- package/lib/commonjs/component/GradientCollection.js +77 -0
- package/lib/commonjs/component/GradientCollection.js.map +1 -0
- package/lib/commonjs/component/GradientMask.js +55 -0
- package/lib/commonjs/component/GradientMask.js.map +1 -0
- package/lib/commonjs/component/GradientMask.web.js +160 -0
- package/lib/commonjs/component/GradientMask.web.js.map +1 -0
- package/lib/commonjs/component/Header/BackButtonHeader.js +30 -0
- package/lib/commonjs/component/Header/BackButtonHeader.js.map +1 -0
- package/lib/commonjs/component/Header/CloseButtonHeader.js +29 -0
- package/lib/commonjs/component/Header/CloseButtonHeader.js.map +1 -0
- package/lib/commonjs/component/Header/Header.js +110 -0
- package/lib/commonjs/component/Header/Header.js.map +1 -0
- package/lib/commonjs/component/Header/index.js +39 -0
- package/lib/commonjs/component/Header/index.js.map +1 -0
- package/lib/commonjs/component/HorizontalStackedBar.js +36 -0
- package/lib/commonjs/component/HorizontalStackedBar.js.map +1 -0
- package/lib/commonjs/component/Icon/AnimatedIcon.js +32 -0
- package/lib/commonjs/component/Icon/AnimatedIcon.js.map +1 -0
- package/lib/commonjs/component/Icon/Icons.js +1540 -0
- package/lib/commonjs/component/Icon/Icons.js.map +1 -0
- package/lib/commonjs/component/Icon/index.js +31 -0
- package/lib/commonjs/component/Icon/index.js.map +1 -0
- package/lib/commonjs/component/IconCheckbox.js +67 -0
- package/lib/commonjs/component/IconCheckbox.js.map +1 -0
- package/lib/commonjs/component/Img/ImageConfig.js +11 -0
- package/lib/commonjs/component/Img/ImageConfig.js.map +1 -0
- package/lib/commonjs/component/Img/Img.js +240 -0
- package/lib/commonjs/component/Img/Img.js.map +1 -0
- package/lib/commonjs/component/Img/index.js +28 -0
- package/lib/commonjs/component/Img/index.js.map +1 -0
- package/lib/commonjs/component/Layout/AdaptiveHeightConstraintView.js +48 -0
- package/lib/commonjs/component/Layout/AdaptiveHeightConstraintView.js.map +1 -0
- package/lib/commonjs/component/Layout/AdaptiveWidthConstraintView.js +48 -0
- package/lib/commonjs/component/Layout/AdaptiveWidthConstraintView.js.map +1 -0
- package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js +50 -0
- package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js.map +1 -0
- package/lib/commonjs/component/Layout/Column.js +23 -0
- package/lib/commonjs/component/Layout/Column.js.map +1 -0
- package/lib/commonjs/component/Layout/FixedBottomLayout.js +69 -0
- package/lib/commonjs/component/Layout/FixedBottomLayout.js.map +1 -0
- package/lib/commonjs/component/Layout/Gap.js +43 -0
- package/lib/commonjs/component/Layout/Gap.js.map +1 -0
- package/lib/commonjs/component/Layout/Grid.js +75 -0
- package/lib/commonjs/component/Layout/Grid.js.map +1 -0
- package/lib/commonjs/component/Layout/ItemList.js +31 -0
- package/lib/commonjs/component/Layout/ItemList.js.map +1 -0
- package/lib/commonjs/component/Layout/Layout/LayoutProvider.js +119 -0
- package/lib/commonjs/component/Layout/Layout/LayoutProvider.js.map +1 -0
- package/lib/commonjs/component/Layout/Layout/WindowSizeClass.js +59 -0
- package/lib/commonjs/component/Layout/Layout/WindowSizeClass.js.map +1 -0
- package/lib/commonjs/component/Layout/Layout/index.js +39 -0
- package/lib/commonjs/component/Layout/Layout/index.js.map +1 -0
- package/lib/commonjs/component/Layout/Layout/useDynamicDimensions.js +26 -0
- package/lib/commonjs/component/Layout/Layout/useDynamicDimensions.js.map +1 -0
- package/lib/commonjs/component/Layout/LayoutStyle.js +6 -0
- package/lib/commonjs/component/Layout/LayoutStyle.js.map +1 -0
- package/lib/commonjs/component/Layout/Row.js +23 -0
- package/lib/commonjs/component/Layout/Row.js.map +1 -0
- package/lib/commonjs/component/Layout/SectionLayout/Section.js +31 -0
- package/lib/commonjs/component/Layout/SectionLayout/Section.js.map +1 -0
- package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js +54 -0
- package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js.map +1 -0
- package/lib/commonjs/component/Layout/SectionLayout/index.js +28 -0
- package/lib/commonjs/component/Layout/SectionLayout/index.js.map +1 -0
- package/lib/commonjs/component/Layout/SingleOrTwoColumnCellLayout.js +38 -0
- package/lib/commonjs/component/Layout/SingleOrTwoColumnCellLayout.js.map +1 -0
- package/lib/commonjs/component/Layout/WhiteGradientFixedBottomLayout.js +29 -0
- package/lib/commonjs/component/Layout/WhiteGradientFixedBottomLayout.js.map +1 -0
- package/lib/commonjs/component/Layout/index.js +160 -0
- package/lib/commonjs/component/Layout/index.js.map +1 -0
- package/lib/commonjs/component/LiText.js +30 -0
- package/lib/commonjs/component/LiText.js.map +1 -0
- package/lib/commonjs/component/LineDivider.js +33 -0
- package/lib/commonjs/component/LineDivider.js.map +1 -0
- package/lib/commonjs/component/LoadingFallbackView.js +24 -0
- package/lib/commonjs/component/LoadingFallbackView.js.map +1 -0
- package/lib/commonjs/component/LoadingIndicator.js +30 -0
- package/lib/commonjs/component/LoadingIndicator.js.map +1 -0
- package/lib/commonjs/component/LoadingIndicatorView.js +31 -0
- package/lib/commonjs/component/LoadingIndicatorView.js.map +1 -0
- package/lib/commonjs/component/Lottie/index.js +60 -0
- package/lib/commonjs/component/Lottie/index.js.map +1 -0
- package/lib/commonjs/component/MarqueeView.js +91 -0
- package/lib/commonjs/component/MarqueeView.js.map +1 -0
- package/lib/commonjs/component/NumberBadge.js +48 -0
- package/lib/commonjs/component/NumberBadge.js.map +1 -0
- package/lib/commonjs/component/OnMountEvent.js +16 -0
- package/lib/commonjs/component/OnMountEvent.js.map +1 -0
- package/lib/commonjs/component/PaginatedFlashList.js +167 -0
- package/lib/commonjs/component/PaginatedFlashList.js.map +1 -0
- package/lib/commonjs/component/PaginatedFlatList.js +172 -0
- package/lib/commonjs/component/PaginatedFlatList.js.map +1 -0
- package/lib/commonjs/component/Paginator.js +43 -0
- package/lib/commonjs/component/Paginator.js.map +1 -0
- package/lib/commonjs/component/PartialRerender.js +21 -0
- package/lib/commonjs/component/PartialRerender.js.map +1 -0
- package/lib/commonjs/component/PieChart.js +53 -0
- package/lib/commonjs/component/PieChart.js.map +1 -0
- package/lib/commonjs/component/Portal/Portal.js +27 -0
- package/lib/commonjs/component/Portal/Portal.js.map +1 -0
- package/lib/commonjs/component/Portal/PortalConsumer.js +33 -0
- package/lib/commonjs/component/Portal/PortalConsumer.js.map +1 -0
- package/lib/commonjs/component/Portal/PortalHost.js +107 -0
- package/lib/commonjs/component/Portal/PortalHost.js.map +1 -0
- package/lib/commonjs/component/Portal/PortalManager.js +50 -0
- package/lib/commonjs/component/Portal/PortalManager.js.map +1 -0
- package/lib/commonjs/component/Portal/index.js +50 -0
- package/lib/commonjs/component/Portal/index.js.map +1 -0
- package/lib/commonjs/component/Pressable/LoadingIndicatorTouchable.js +30 -0
- package/lib/commonjs/component/Pressable/LoadingIndicatorTouchable.js.map +1 -0
- package/lib/commonjs/component/Pressable/PressableDelayed.js +35 -0
- package/lib/commonjs/component/Pressable/PressableDelayed.js.map +1 -0
- package/lib/commonjs/component/Pressable/Touch.js +48 -0
- package/lib/commonjs/component/Pressable/Touch.js.map +1 -0
- package/lib/commonjs/component/Pressable/index.js +39 -0
- package/lib/commonjs/component/Pressable/index.js.map +1 -0
- package/lib/commonjs/component/Pressable/useDisabilityAwareDebouncer.js +56 -0
- package/lib/commonjs/component/Pressable/useDisabilityAwareDebouncer.js.map +1 -0
- package/lib/commonjs/component/Progress/CircularProgressIndicator.js +130 -0
- package/lib/commonjs/component/Progress/CircularProgressIndicator.js.map +1 -0
- package/lib/commonjs/component/Progress/ImageCircularProgressIndicator.js +27 -0
- package/lib/commonjs/component/Progress/ImageCircularProgressIndicator.js.map +1 -0
- package/lib/commonjs/component/Progress/LinearProgressBar.js +65 -0
- package/lib/commonjs/component/Progress/LinearProgressBar.js.map +1 -0
- package/lib/commonjs/component/Progress/Slider.js +157 -0
- package/lib/commonjs/component/Progress/Slider.js.map +1 -0
- package/lib/commonjs/component/Progress/index.js +50 -0
- package/lib/commonjs/component/Progress/index.js.map +1 -0
- package/lib/commonjs/component/RadioButton.js +36 -0
- package/lib/commonjs/component/RadioButton.js.map +1 -0
- package/lib/commonjs/component/ReadMoreText.js +68 -0
- package/lib/commonjs/component/ReadMoreText.js.map +1 -0
- package/lib/commonjs/component/ReadMoreText.web.js +15 -0
- package/lib/commonjs/component/ReadMoreText.web.js.map +1 -0
- package/lib/commonjs/component/ReanimatedBox/index.js +23 -0
- package/lib/commonjs/component/ReanimatedBox/index.js.map +1 -0
- package/lib/commonjs/component/ReanimatedStyledScrollView/index.js +27 -0
- package/lib/commonjs/component/ReanimatedStyledScrollView/index.js.map +1 -0
- package/lib/commonjs/component/RefreshControlEx.js +22 -0
- package/lib/commonjs/component/RefreshControlEx.js.map +1 -0
- package/lib/commonjs/component/StyledScrollView/index.js +26 -0
- package/lib/commonjs/component/StyledScrollView/index.js.map +1 -0
- package/lib/commonjs/component/Switch.js +87 -0
- package/lib/commonjs/component/Switch.js.map +1 -0
- package/lib/commonjs/component/Tab/BaseTab.js +57 -0
- package/lib/commonjs/component/Tab/BaseTab.js.map +1 -0
- package/lib/commonjs/component/Tab/IndicatorTab.js +69 -0
- package/lib/commonjs/component/Tab/IndicatorTab.js.map +1 -0
- package/lib/commonjs/component/Tab/RoundTab.js +165 -0
- package/lib/commonjs/component/Tab/RoundTab.js.map +1 -0
- package/lib/commonjs/component/Tab/index.js +39 -0
- package/lib/commonjs/component/Tab/index.js.map +1 -0
- package/lib/commonjs/component/TabPager.js +43 -0
- package/lib/commonjs/component/TabPager.js.map +1 -0
- package/lib/commonjs/component/Tag.js +159 -0
- package/lib/commonjs/component/Tag.js.map +1 -0
- package/lib/commonjs/component/TagHorizontalList.js +94 -0
- package/lib/commonjs/component/TagHorizontalList.js.map +1 -0
- package/lib/commonjs/component/TextField/BaseTextField.js +131 -0
- package/lib/commonjs/component/TextField/BaseTextField.js.map +1 -0
- package/lib/commonjs/component/TextField/CoreTextField.js +76 -0
- package/lib/commonjs/component/TextField/CoreTextField.js.map +1 -0
- package/lib/commonjs/component/TextField/index.js +13 -0
- package/lib/commonjs/component/TextField/index.js.map +1 -0
- package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.js +73 -0
- package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.js.map +1 -0
- package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.test.js +16 -0
- package/lib/commonjs/component/TextField/textFieldNumericFormatUtils.test.js.map +1 -0
- package/lib/commonjs/component/ToolTip/BaseToolTip.js +137 -0
- package/lib/commonjs/component/ToolTip/BaseToolTip.js.map +1 -0
- package/lib/commonjs/component/ToolTip/TextToolTip.js +50 -0
- package/lib/commonjs/component/ToolTip/TextToolTip.js.map +1 -0
- package/lib/commonjs/component/ToolTip/index.js +28 -0
- package/lib/commonjs/component/ToolTip/index.js.map +1 -0
- package/lib/commonjs/component/Txt/Font.js +12 -0
- package/lib/commonjs/component/Txt/Font.js.map +1 -0
- package/lib/commonjs/component/Txt/FontWeight.js +13 -0
- package/lib/commonjs/component/Txt/FontWeight.js.map +1 -0
- package/lib/commonjs/component/Txt/TextConfig.js +17 -0
- package/lib/commonjs/component/Txt/TextConfig.js.map +1 -0
- package/lib/commonjs/component/Txt/Txt.js +329 -0
- package/lib/commonjs/component/Txt/Txt.js.map +1 -0
- package/lib/commonjs/component/Txt/index.js +50 -0
- package/lib/commonjs/component/Txt/index.js.map +1 -0
- package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js +165 -0
- package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/CommonDialog.js +257 -0
- package/lib/commonjs/component/dialog/CommonDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/DialogProvider.js +77 -0
- package/lib/commonjs/component/dialog/DialogProvider.js.map +1 -0
- package/lib/commonjs/component/dialog/ItemSelectBottomSheetDialog.js +116 -0
- package/lib/commonjs/component/dialog/ItemSelectBottomSheetDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/LottieDialog.js +78 -0
- package/lib/commonjs/component/dialog/LottieDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/ToastDialog.js +114 -0
- package/lib/commonjs/component/dialog/ToastDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/base/BottomSheetDialog.js +53 -0
- package/lib/commonjs/component/dialog/base/BottomSheetDialog.js.map +1 -0
- package/lib/commonjs/component/dialog/base/Dialog.js +58 -0
- package/lib/commonjs/component/dialog/base/Dialog.js.map +1 -0
- package/lib/commonjs/component/dialog/base/ModalBox.js +488 -0
- package/lib/commonjs/component/dialog/base/ModalBox.js.map +1 -0
- package/lib/commonjs/component/dialog/base/index.js +39 -0
- package/lib/commonjs/component/dialog/base/index.js.map +1 -0
- package/lib/commonjs/component/dialog/index.js +83 -0
- package/lib/commonjs/component/dialog/index.js.map +1 -0
- package/lib/commonjs/component/index.js +633 -0
- package/lib/commonjs/component/index.js.map +1 -0
- package/lib/commonjs/hoc/index.js +28 -0
- package/lib/commonjs/hoc/index.js.map +1 -0
- package/lib/commonjs/hoc/withProviders.js +27 -0
- package/lib/commonjs/hoc/withProviders.js.map +1 -0
- package/lib/commonjs/hoc/withReanimated.js +23 -0
- package/lib/commonjs/hoc/withReanimated.js.map +1 -0
- package/lib/commonjs/hook/index.js +127 -0
- package/lib/commonjs/hook/index.js.map +1 -0
- package/lib/commonjs/hook/useAppState.js +20 -0
- package/lib/commonjs/hook/useAppState.js.map +1 -0
- package/lib/commonjs/hook/useDialogHandler.js +31 -0
- package/lib/commonjs/hook/useDialogHandler.js.map +1 -0
- package/lib/commonjs/hook/useFloatingKeyboard.js +31 -0
- package/lib/commonjs/hook/useFloatingKeyboard.js.map +1 -0
- package/lib/commonjs/hook/useIntervalCallback.js +22 -0
- package/lib/commonjs/hook/useIntervalCallback.js.map +1 -0
- package/lib/commonjs/hook/useKeyboard.js +36 -0
- package/lib/commonjs/hook/useKeyboard.js.map +1 -0
- package/lib/commonjs/hook/useMount.js +23 -0
- package/lib/commonjs/hook/useMount.js.map +1 -0
- package/lib/commonjs/hook/useRefValue.js +12 -0
- package/lib/commonjs/hook/useRefValue.js.map +1 -0
- package/lib/commonjs/hook/useScrollViewOnEndReachedConfig.js +36 -0
- package/lib/commonjs/hook/useScrollViewOnEndReachedConfig.js.map +1 -0
- package/lib/commonjs/hook/useStableCallback.js +35 -0
- package/lib/commonjs/hook/useStableCallback.js.map +1 -0
- package/lib/commonjs/hook/useTimeoutHandler.js +54 -0
- package/lib/commonjs/hook/useTimeoutHandler.js.map +1 -0
- package/lib/commonjs/hook/useTimeoutHandler.test.js +102 -0
- package/lib/commonjs/hook/useTimeoutHandler.test.js.map +1 -0
- package/lib/commonjs/hook/useUnmount.js +25 -0
- package/lib/commonjs/hook/useUnmount.js.map +1 -0
- package/lib/commonjs/index.js +44 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/theme/StyledSystemTheme.js +41 -0
- package/lib/commonjs/theme/StyledSystemTheme.js.map +1 -0
- package/lib/commonjs/theme/index.js +28 -0
- package/lib/commonjs/theme/index.js.map +1 -0
- package/lib/commonjs/theme/token/gradient.js +153 -0
- package/lib/commonjs/theme/token/gradient.js.map +1 -0
- package/lib/commonjs/theme/token/index.js +39 -0
- package/lib/commonjs/theme/token/index.js.map +1 -0
- package/lib/commonjs/theme/token/palette.js +63 -0
- package/lib/commonjs/theme/token/palette.js.map +1 -0
- package/lib/commonjs/theme/token/spacing.js +67 -0
- package/lib/commonjs/theme/token/spacing.js.map +1 -0
- package/lib/commonjs/type/environment.d.js +2 -0
- package/lib/commonjs/type/environment.d.js.map +1 -0
- package/lib/commonjs/util/AppEvent.js +63 -0
- package/lib/commonjs/util/AppEvent.js.map +1 -0
- package/lib/commonjs/util/ColorUtil.js +19 -0
- package/lib/commonjs/util/ColorUtil.js.map +1 -0
- package/lib/commonjs/util/ColorUtil.test.js +26 -0
- package/lib/commonjs/util/ColorUtil.test.js.map +1 -0
- package/lib/commonjs/util/EnvironmentUtil.js +26 -0
- package/lib/commonjs/util/EnvironmentUtil.js.map +1 -0
- package/lib/commonjs/util/Px.js +14 -0
- package/lib/commonjs/util/Px.js.map +1 -0
- package/lib/commonjs/util/StyleUtil.js +50 -0
- package/lib/commonjs/util/StyleUtil.js.map +1 -0
- package/lib/commonjs/util/createCtx.js +33 -0
- package/lib/commonjs/util/createCtx.js.map +1 -0
- package/lib/commonjs/util/index.js +83 -0
- package/lib/commonjs/util/index.js.map +1 -0
- package/lib/commonjs/util/is.js +68 -0
- package/lib/commonjs/util/is.js.map +1 -0
- package/lib/commonjs/util/runAfterFlushMacroQueue.js +12 -0
- package/lib/commonjs/util/runAfterFlushMacroQueue.js.map +1 -0
- package/lib/module/assets/icons/bookmark_animation.svg +3 -0
- package/lib/module/assets/icons/chat_bubble_question_animation.svg +3 -0
- package/lib/module/component/AnimatedNumber.js +247 -0
- package/lib/module/component/AnimatedNumber.js.map +1 -0
- package/lib/module/component/Animation/etc/CircleEffectAnimation.js +92 -0
- package/lib/module/component/Animation/etc/CircleEffectAnimation.js.map +1 -0
- package/lib/module/component/Animation/etc/FadeInOutLoop.js +44 -0
- package/lib/module/component/Animation/etc/FadeInOutLoop.js.map +1 -0
- package/lib/module/component/Animation/etc/LeftAndRight.js +30 -0
- package/lib/module/component/Animation/etc/LeftAndRight.js.map +1 -0
- package/lib/module/component/Animation/etc/Pulse.js +65 -0
- package/lib/module/component/Animation/etc/Pulse.js.map +1 -0
- package/lib/module/component/Animation/etc/UpAndDown.js +30 -0
- package/lib/module/component/Animation/etc/UpAndDown.js.map +1 -0
- package/lib/module/component/Animation/etc/index.js +8 -0
- package/lib/module/component/Animation/etc/index.js.map +1 -0
- package/lib/module/component/Animation/imperative/FadeIn.js +27 -0
- package/lib/module/component/Animation/imperative/FadeIn.js.map +1 -0
- package/lib/module/component/Animation/imperative/FadeInOut.js +30 -0
- package/lib/module/component/Animation/imperative/FadeInOut.js.map +1 -0
- package/lib/module/component/Animation/imperative/ImperativeAnimation.js +76 -0
- package/lib/module/component/Animation/imperative/ImperativeAnimation.js.map +1 -0
- package/lib/module/component/Animation/imperative/Shake.js +36 -0
- package/lib/module/component/Animation/imperative/Shake.js.map +1 -0
- package/lib/module/component/Animation/imperative/SlideIn.js +28 -0
- package/lib/module/component/Animation/imperative/SlideIn.js.map +1 -0
- package/lib/module/component/Animation/imperative/SlideInOut.js +35 -0
- package/lib/module/component/Animation/imperative/SlideInOut.js.map +1 -0
- package/lib/module/component/Animation/imperative/index.js +9 -0
- package/lib/module/component/Animation/imperative/index.js.map +1 -0
- package/lib/module/component/Animation/implicit/OpacityAnimatedView.js +45 -0
- package/lib/module/component/Animation/implicit/OpacityAnimatedView.js.map +1 -0
- package/lib/module/component/Animation/implicit/ZoomIn.js +34 -0
- package/lib/module/component/Animation/implicit/ZoomIn.js.map +1 -0
- package/lib/module/component/Animation/implicit/index.js +5 -0
- package/lib/module/component/Animation/implicit/index.js.map +1 -0
- package/lib/module/component/Animation/index.js +6 -0
- package/lib/module/component/Animation/index.js.map +1 -0
- package/lib/module/component/Badge.js +21 -0
- package/lib/module/component/Badge.js.map +1 -0
- package/lib/module/component/Banner/BannerItem.js +66 -0
- package/lib/module/component/Banner/BannerItem.js.map +1 -0
- package/lib/module/component/Banner/BannerRectangle.js +39 -0
- package/lib/module/component/Banner/BannerRectangle.js.map +1 -0
- package/lib/module/component/Banner/index.js +5 -0
- package/lib/module/component/Banner/index.js.map +1 -0
- package/lib/module/component/BaseWebView.js +33 -0
- package/lib/module/component/BaseWebView.js.map +1 -0
- package/lib/module/component/Box/index.js +8 -0
- package/lib/module/component/Box/index.js.map +1 -0
- package/lib/module/component/Btn/BaseBtn.js +304 -0
- package/lib/module/component/Btn/BaseBtn.js.map +1 -0
- package/lib/module/component/Btn/FixedBottomCTABtn.js +30 -0
- package/lib/module/component/Btn/FixedBottomCTABtn.js.map +1 -0
- package/lib/module/component/Btn/IconBtn.js +270 -0
- package/lib/module/component/Btn/IconBtn.js.map +1 -0
- package/lib/module/component/Btn/InteractiveToggledIconBtn.js +98 -0
- package/lib/module/component/Btn/InteractiveToggledIconBtn.js.map +1 -0
- package/lib/module/component/Btn/index.js +8 -0
- package/lib/module/component/Btn/index.js.map +1 -0
- package/lib/module/component/Card.js +28 -0
- package/lib/module/component/Card.js.map +1 -0
- package/lib/module/component/Carousel.js +53 -0
- package/lib/module/component/Carousel.js.map +1 -0
- package/lib/module/component/Chip.js +176 -0
- package/lib/module/component/Chip.js.map +1 -0
- package/lib/module/component/CloneWithGlobalPositionView.js +49 -0
- package/lib/module/component/CloneWithGlobalPositionView.js.map +1 -0
- package/lib/module/component/DialogHandler.js +32 -0
- package/lib/module/component/DialogHandler.js.map +1 -0
- package/lib/module/component/Dot.js +42 -0
- package/lib/module/component/Dot.js.map +1 -0
- package/lib/module/component/DotLoadingIndicator.js +49 -0
- package/lib/module/component/DotLoadingIndicator.js.map +1 -0
- package/lib/module/component/EmptyState.js +62 -0
- package/lib/module/component/EmptyState.js.map +1 -0
- package/lib/module/component/FloatingRoundChip.js +43 -0
- package/lib/module/component/FloatingRoundChip.js.map +1 -0
- package/lib/module/component/GradientBorderContainer.js +52 -0
- package/lib/module/component/GradientBorderContainer.js.map +1 -0
- package/lib/module/component/GradientBorderContainer.web.js +28 -0
- package/lib/module/component/GradientBorderContainer.web.js.map +1 -0
- package/lib/module/component/GradientCollection.js +72 -0
- package/lib/module/component/GradientCollection.js.map +1 -0
- package/lib/module/component/GradientMask.js +50 -0
- package/lib/module/component/GradientMask.js.map +1 -0
- package/lib/module/component/GradientMask.web.js +156 -0
- package/lib/module/component/GradientMask.web.js.map +1 -0
- package/lib/module/component/Header/BackButtonHeader.js +25 -0
- package/lib/module/component/Header/BackButtonHeader.js.map +1 -0
- package/lib/module/component/Header/CloseButtonHeader.js +24 -0
- package/lib/module/component/Header/CloseButtonHeader.js.map +1 -0
- package/lib/module/component/Header/Header.js +105 -0
- package/lib/module/component/Header/Header.js.map +1 -0
- package/lib/module/component/Header/index.js +6 -0
- package/lib/module/component/Header/index.js.map +1 -0
- package/lib/module/component/HorizontalStackedBar.js +32 -0
- package/lib/module/component/HorizontalStackedBar.js.map +1 -0
- package/lib/module/component/Icon/AnimatedIcon.js +26 -0
- package/lib/module/component/Icon/AnimatedIcon.js.map +1 -0
- package/lib/module/component/Icon/Icons.js +222 -0
- package/lib/module/component/Icon/Icons.js.map +1 -0
- package/lib/module/component/Icon/index.js +25 -0
- package/lib/module/component/Icon/index.js.map +1 -0
- package/lib/module/component/IconCheckbox.js +63 -0
- package/lib/module/component/IconCheckbox.js.map +1 -0
- package/lib/module/component/Img/ImageConfig.js +7 -0
- package/lib/module/component/Img/ImageConfig.js.map +1 -0
- package/lib/module/component/Img/Img.js +234 -0
- package/lib/module/component/Img/Img.js.map +1 -0
- package/lib/module/component/Img/index.js +5 -0
- package/lib/module/component/Img/index.js.map +1 -0
- package/lib/module/component/Layout/AdaptiveHeightConstraintView.js +42 -0
- package/lib/module/component/Layout/AdaptiveHeightConstraintView.js.map +1 -0
- package/lib/module/component/Layout/AdaptiveWidthConstraintView.js +42 -0
- package/lib/module/component/Layout/AdaptiveWidthConstraintView.js.map +1 -0
- package/lib/module/component/Layout/AdaptiveWindowLayout.js +46 -0
- package/lib/module/component/Layout/AdaptiveWindowLayout.js.map +1 -0
- package/lib/module/component/Layout/Column.js +18 -0
- package/lib/module/component/Layout/Column.js.map +1 -0
- package/lib/module/component/Layout/FixedBottomLayout.js +63 -0
- package/lib/module/component/Layout/FixedBottomLayout.js.map +1 -0
- package/lib/module/component/Layout/Gap.js +36 -0
- package/lib/module/component/Layout/Gap.js.map +1 -0
- package/lib/module/component/Layout/Grid.js +70 -0
- package/lib/module/component/Layout/Grid.js.map +1 -0
- package/lib/module/component/Layout/ItemList.js +26 -0
- package/lib/module/component/Layout/ItemList.js.map +1 -0
- package/lib/module/component/Layout/Layout/LayoutProvider.js +113 -0
- package/lib/module/component/Layout/Layout/LayoutProvider.js.map +1 -0
- package/lib/module/component/Layout/Layout/WindowSizeClass.js +51 -0
- package/lib/module/component/Layout/Layout/WindowSizeClass.js.map +1 -0
- package/lib/module/component/Layout/Layout/index.js +6 -0
- package/lib/module/component/Layout/Layout/index.js.map +1 -0
- package/lib/module/component/Layout/Layout/useDynamicDimensions.js +22 -0
- package/lib/module/component/Layout/Layout/useDynamicDimensions.js.map +1 -0
- package/lib/module/component/Layout/LayoutStyle.js +4 -0
- package/lib/module/component/Layout/LayoutStyle.js.map +1 -0
- package/lib/module/component/Layout/Row.js +18 -0
- package/lib/module/component/Layout/Row.js.map +1 -0
- package/lib/module/component/Layout/SectionLayout/Section.js +26 -0
- package/lib/module/component/Layout/SectionLayout/Section.js.map +1 -0
- package/lib/module/component/Layout/SectionLayout/SectionLayout.js +47 -0
- package/lib/module/component/Layout/SectionLayout/SectionLayout.js.map +1 -0
- package/lib/module/component/Layout/SectionLayout/index.js +5 -0
- package/lib/module/component/Layout/SectionLayout/index.js.map +1 -0
- package/lib/module/component/Layout/SingleOrTwoColumnCellLayout.js +33 -0
- package/lib/module/component/Layout/SingleOrTwoColumnCellLayout.js.map +1 -0
- package/lib/module/component/Layout/WhiteGradientFixedBottomLayout.js +25 -0
- package/lib/module/component/Layout/WhiteGradientFixedBottomLayout.js.map +1 -0
- package/lib/module/component/Layout/index.js +17 -0
- package/lib/module/component/Layout/index.js.map +1 -0
- package/lib/module/component/LiText.js +26 -0
- package/lib/module/component/LiText.js.map +1 -0
- package/lib/module/component/LineDivider.js +29 -0
- package/lib/module/component/LineDivider.js.map +1 -0
- package/lib/module/component/LoadingFallbackView.js +20 -0
- package/lib/module/component/LoadingFallbackView.js.map +1 -0
- package/lib/module/component/LoadingIndicator.js +26 -0
- package/lib/module/component/LoadingIndicator.js.map +1 -0
- package/lib/module/component/LoadingIndicatorView.js +26 -0
- package/lib/module/component/LoadingIndicatorView.js.map +1 -0
- package/lib/module/component/Lottie/index.js +56 -0
- package/lib/module/component/Lottie/index.js.map +1 -0
- package/lib/module/component/MarqueeView.js +85 -0
- package/lib/module/component/MarqueeView.js.map +1 -0
- package/lib/module/component/NumberBadge.js +44 -0
- package/lib/module/component/NumberBadge.js.map +1 -0
- package/lib/module/component/OnMountEvent.js +12 -0
- package/lib/module/component/OnMountEvent.js.map +1 -0
- package/lib/module/component/PaginatedFlashList.js +163 -0
- package/lib/module/component/PaginatedFlashList.js.map +1 -0
- package/lib/module/component/PaginatedFlatList.js +166 -0
- package/lib/module/component/PaginatedFlatList.js.map +1 -0
- package/lib/module/component/Paginator.js +39 -0
- package/lib/module/component/Paginator.js.map +1 -0
- package/lib/module/component/PartialRerender.js +18 -0
- package/lib/module/component/PartialRerender.js.map +1 -0
- package/lib/module/component/PieChart.js +49 -0
- package/lib/module/component/PieChart.js.map +1 -0
- package/lib/module/component/Portal/Portal.js +22 -0
- package/lib/module/component/Portal/Portal.js.map +1 -0
- package/lib/module/component/Portal/PortalConsumer.js +27 -0
- package/lib/module/component/Portal/PortalConsumer.js.map +1 -0
- package/lib/module/component/Portal/PortalHost.js +100 -0
- package/lib/module/component/Portal/PortalHost.js.map +1 -0
- package/lib/module/component/Portal/PortalManager.js +44 -0
- package/lib/module/component/Portal/PortalManager.js.map +1 -0
- package/lib/module/component/Portal/index.js +7 -0
- package/lib/module/component/Portal/index.js.map +1 -0
- package/lib/module/component/Pressable/LoadingIndicatorTouchable.js +26 -0
- package/lib/module/component/Pressable/LoadingIndicatorTouchable.js.map +1 -0
- package/lib/module/component/Pressable/PressableDelayed.js +31 -0
- package/lib/module/component/Pressable/PressableDelayed.js.map +1 -0
- package/lib/module/component/Pressable/Touch.js +45 -0
- package/lib/module/component/Pressable/Touch.js.map +1 -0
- package/lib/module/component/Pressable/index.js +6 -0
- package/lib/module/component/Pressable/index.js.map +1 -0
- package/lib/module/component/Pressable/useDisabilityAwareDebouncer.js +53 -0
- package/lib/module/component/Pressable/useDisabilityAwareDebouncer.js.map +1 -0
- package/lib/module/component/Progress/CircularProgressIndicator.js +124 -0
- package/lib/module/component/Progress/CircularProgressIndicator.js.map +1 -0
- package/lib/module/component/Progress/ImageCircularProgressIndicator.js +23 -0
- package/lib/module/component/Progress/ImageCircularProgressIndicator.js.map +1 -0
- package/lib/module/component/Progress/LinearProgressBar.js +59 -0
- package/lib/module/component/Progress/LinearProgressBar.js.map +1 -0
- package/lib/module/component/Progress/Slider.js +151 -0
- package/lib/module/component/Progress/Slider.js.map +1 -0
- package/lib/module/component/Progress/index.js +7 -0
- package/lib/module/component/Progress/index.js.map +1 -0
- package/lib/module/component/RadioButton.js +32 -0
- package/lib/module/component/RadioButton.js.map +1 -0
- package/lib/module/component/ReadMoreText.js +64 -0
- package/lib/module/component/ReadMoreText.js.map +1 -0
- package/lib/module/component/ReadMoreText.web.js +11 -0
- package/lib/module/component/ReadMoreText.web.js.map +1 -0
- package/lib/module/component/ReanimatedBox/index.js +19 -0
- package/lib/module/component/ReanimatedBox/index.js.map +1 -0
- package/lib/module/component/ReanimatedStyledScrollView/index.js +23 -0
- package/lib/module/component/ReanimatedStyledScrollView/index.js.map +1 -0
- package/lib/module/component/RefreshControlEx.js +17 -0
- package/lib/module/component/RefreshControlEx.js.map +1 -0
- package/lib/module/component/StyledScrollView/index.js +23 -0
- package/lib/module/component/StyledScrollView/index.js.map +1 -0
- package/lib/module/component/Switch.js +83 -0
- package/lib/module/component/Switch.js.map +1 -0
- package/lib/module/component/Tab/BaseTab.js +52 -0
- package/lib/module/component/Tab/BaseTab.js.map +1 -0
- package/lib/module/component/Tab/IndicatorTab.js +65 -0
- package/lib/module/component/Tab/IndicatorTab.js.map +1 -0
- package/lib/module/component/Tab/RoundTab.js +161 -0
- package/lib/module/component/Tab/RoundTab.js.map +1 -0
- package/lib/module/component/Tab/index.js +6 -0
- package/lib/module/component/Tab/index.js.map +1 -0
- package/lib/module/component/TabPager.js +39 -0
- package/lib/module/component/TabPager.js.map +1 -0
- package/lib/module/component/Tag.js +154 -0
- package/lib/module/component/Tag.js.map +1 -0
- package/lib/module/component/TagHorizontalList.js +90 -0
- package/lib/module/component/TagHorizontalList.js.map +1 -0
- package/lib/module/component/TextField/BaseTextField.js +125 -0
- package/lib/module/component/TextField/BaseTextField.js.map +1 -0
- package/lib/module/component/TextField/CoreTextField.js +70 -0
- package/lib/module/component/TextField/CoreTextField.js.map +1 -0
- package/lib/module/component/TextField/index.js +5 -0
- package/lib/module/component/TextField/index.js.map +1 -0
- package/lib/module/component/TextField/textFieldNumericFormatUtils.js +69 -0
- package/lib/module/component/TextField/textFieldNumericFormatUtils.js.map +1 -0
- package/lib/module/component/TextField/textFieldNumericFormatUtils.test.js +16 -0
- package/lib/module/component/TextField/textFieldNumericFormatUtils.test.js.map +1 -0
- package/lib/module/component/ToolTip/BaseToolTip.js +131 -0
- package/lib/module/component/ToolTip/BaseToolTip.js.map +1 -0
- package/lib/module/component/ToolTip/TextToolTip.js +46 -0
- package/lib/module/component/ToolTip/TextToolTip.js.map +1 -0
- package/lib/module/component/ToolTip/index.js +5 -0
- package/lib/module/component/ToolTip/index.js.map +1 -0
- package/lib/module/component/Txt/Font.js +9 -0
- package/lib/module/component/Txt/Font.js.map +1 -0
- package/lib/module/component/Txt/FontWeight.js +10 -0
- package/lib/module/component/Txt/FontWeight.js.map +1 -0
- package/lib/module/component/Txt/TextConfig.js +13 -0
- package/lib/module/component/Txt/TextConfig.js.map +1 -0
- package/lib/module/component/Txt/Txt.js +323 -0
- package/lib/module/component/Txt/Txt.js.map +1 -0
- package/lib/module/component/Txt/index.js +7 -0
- package/lib/module/component/Txt/index.js.map +1 -0
- package/lib/module/component/dialog/CommonBottomSheetDialog.js +161 -0
- package/lib/module/component/dialog/CommonBottomSheetDialog.js.map +1 -0
- package/lib/module/component/dialog/CommonDialog.js +253 -0
- package/lib/module/component/dialog/CommonDialog.js.map +1 -0
- package/lib/module/component/dialog/DialogProvider.js +69 -0
- package/lib/module/component/dialog/DialogProvider.js.map +1 -0
- package/lib/module/component/dialog/ItemSelectBottomSheetDialog.js +110 -0
- package/lib/module/component/dialog/ItemSelectBottomSheetDialog.js.map +1 -0
- package/lib/module/component/dialog/LottieDialog.js +72 -0
- package/lib/module/component/dialog/LottieDialog.js.map +1 -0
- package/lib/module/component/dialog/ToastDialog.js +107 -0
- package/lib/module/component/dialog/ToastDialog.js.map +1 -0
- package/lib/module/component/dialog/base/BottomSheetDialog.js +47 -0
- package/lib/module/component/dialog/base/BottomSheetDialog.js.map +1 -0
- package/lib/module/component/dialog/base/Dialog.js +52 -0
- package/lib/module/component/dialog/base/Dialog.js.map +1 -0
- package/lib/module/component/dialog/base/ModalBox.js +482 -0
- package/lib/module/component/dialog/base/ModalBox.js.map +1 -0
- package/lib/module/component/dialog/base/index.js +6 -0
- package/lib/module/component/dialog/base/index.js.map +1 -0
- package/lib/module/component/dialog/index.js +10 -0
- package/lib/module/component/dialog/index.js.map +1 -0
- package/lib/module/component/index.js +60 -0
- package/lib/module/component/index.js.map +1 -0
- package/lib/module/hoc/index.js +5 -0
- package/lib/module/hoc/index.js.map +1 -0
- package/lib/module/hoc/withProviders.js +21 -0
- package/lib/module/hoc/withProviders.js.map +1 -0
- package/lib/module/hoc/withReanimated.js +18 -0
- package/lib/module/hoc/withReanimated.js.map +1 -0
- package/lib/module/hook/index.js +14 -0
- package/lib/module/hook/index.js.map +1 -0
- package/lib/module/hook/useAppState.js +16 -0
- package/lib/module/hook/useAppState.js.map +1 -0
- package/lib/module/hook/useDialogHandler.js +25 -0
- package/lib/module/hook/useDialogHandler.js.map +1 -0
- package/lib/module/hook/useFloatingKeyboard.js +28 -0
- package/lib/module/hook/useFloatingKeyboard.js.map +1 -0
- package/lib/module/hook/useIntervalCallback.js +18 -0
- package/lib/module/hook/useIntervalCallback.js.map +1 -0
- package/lib/module/hook/useKeyboard.js +32 -0
- package/lib/module/hook/useKeyboard.js.map +1 -0
- package/lib/module/hook/useMount.js +20 -0
- package/lib/module/hook/useMount.js.map +1 -0
- package/lib/module/hook/useRefValue.js +8 -0
- package/lib/module/hook/useRefValue.js.map +1 -0
- package/lib/module/hook/useScrollViewOnEndReachedConfig.js +31 -0
- package/lib/module/hook/useScrollViewOnEndReachedConfig.js.map +1 -0
- package/lib/module/hook/useStableCallback.js +30 -0
- package/lib/module/hook/useStableCallback.js.map +1 -0
- package/lib/module/hook/useTimeoutHandler.js +50 -0
- package/lib/module/hook/useTimeoutHandler.js.map +1 -0
- package/lib/module/hook/useTimeoutHandler.test.js +102 -0
- package/lib/module/hook/useTimeoutHandler.test.js.map +1 -0
- package/lib/module/hook/useUnmount.js +22 -0
- package/lib/module/hook/useUnmount.js.map +1 -0
- package/lib/module/index.js +4 -3
- package/lib/module/index.js.map +1 -1
- package/lib/module/theme/StyledSystemTheme.js +38 -0
- package/lib/module/theme/StyledSystemTheme.js.map +1 -0
- package/lib/module/theme/index.js +6 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/theme/token/gradient.js +150 -0
- package/lib/module/theme/token/gradient.js.map +1 -0
- package/lib/module/theme/token/index.js +6 -0
- package/lib/module/theme/token/index.js.map +1 -0
- package/lib/module/theme/token/palette.js +60 -0
- package/lib/module/theme/token/palette.js.map +1 -0
- package/lib/module/theme/token/spacing.js +64 -0
- package/lib/module/theme/token/spacing.js.map +1 -0
- package/lib/module/type/environment.d.js +2 -0
- package/lib/module/type/environment.d.js.map +1 -0
- package/lib/module/util/AppEvent.js +58 -0
- package/lib/module/util/AppEvent.js.map +1 -0
- package/lib/module/util/ColorUtil.js +15 -0
- package/lib/module/util/ColorUtil.js.map +1 -0
- package/lib/module/util/ColorUtil.test.js +26 -0
- package/lib/module/util/ColorUtil.test.js.map +1 -0
- package/lib/module/util/EnvironmentUtil.js +18 -0
- package/lib/module/util/EnvironmentUtil.js.map +1 -0
- package/lib/module/util/Px.js +10 -0
- package/lib/module/util/Px.js.map +1 -0
- package/lib/module/util/StyleUtil.js +45 -0
- package/lib/module/util/StyleUtil.js.map +1 -0
- package/lib/module/util/createCtx.js +28 -0
- package/lib/module/util/createCtx.js.map +1 -0
- package/lib/module/util/index.js +10 -0
- package/lib/module/util/index.js.map +1 -0
- package/lib/module/util/is.js +64 -0
- package/lib/module/util/is.js.map +1 -0
- package/lib/module/util/runAfterFlushMacroQueue.js +8 -0
- package/lib/module/util/runAfterFlushMacroQueue.js.map +1 -0
- package/lib/typescript/commonjs/src/component/AnimatedNumber.d.ts +17 -0
- package/lib/typescript/commonjs/src/component/AnimatedNumber.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/CircleEffectAnimation.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/CircleEffectAnimation.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/FadeInOutLoop.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/FadeInOutLoop.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/LeftAndRight.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/LeftAndRight.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/Pulse.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/Pulse.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/UpAndDown.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/UpAndDown.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/component/Animation/etc/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/FadeIn.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/FadeIn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/FadeInOut.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/FadeInOut.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/ImperativeAnimation.d.ts +31 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/ImperativeAnimation.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/Shake.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/Shake.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/SlideIn.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/SlideIn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/SlideInOut.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/SlideInOut.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/index.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Animation/imperative/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/OpacityAnimatedView.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/OpacityAnimatedView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/ZoomIn.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/ZoomIn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/Animation/implicit/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Animation/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/Animation/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Badge.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/Badge.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Banner/BannerItem.d.ts +19 -0
- package/lib/typescript/commonjs/src/component/Banner/BannerItem.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Banner/BannerRectangle.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Banner/BannerRectangle.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Banner/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/Banner/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/BaseWebView.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/BaseWebView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Box/index.d.ts +489 -0
- package/lib/typescript/commonjs/src/component/Box/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts +22 -0
- package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts +20 -0
- package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Btn/InteractiveToggledIconBtn.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Btn/InteractiveToggledIconBtn.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Btn/index.d.ts +6 -0
- package/lib/typescript/commonjs/src/component/Btn/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Card.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Card.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Carousel.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/Carousel.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Chip.d.ts +20 -0
- package/lib/typescript/commonjs/src/component/Chip.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/CloneWithGlobalPositionView.d.ts +19 -0
- package/lib/typescript/commonjs/src/component/CloneWithGlobalPositionView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/DialogHandler.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/DialogHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Dot.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/Dot.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/DotLoadingIndicator.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/DotLoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/EmptyState.d.ts +24 -0
- package/lib/typescript/commonjs/src/component/EmptyState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/FloatingRoundChip.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/FloatingRoundChip.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/GradientBorderContainer.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/GradientBorderContainer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/GradientBorderContainer.web.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/GradientBorderContainer.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/GradientCollection.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/GradientCollection.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/GradientMask.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/GradientMask.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/GradientMask.web.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/GradientMask.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Header/BackButtonHeader.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Header/BackButtonHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Header/CloseButtonHeader.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/Header/CloseButtonHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Header/Header.d.ts +24 -0
- package/lib/typescript/commonjs/src/component/Header/Header.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Header/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/Header/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/HorizontalStackedBar.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/HorizontalStackedBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts +13 -0
- package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts +220 -0
- package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Icon/index.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Icon/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/IconCheckbox.d.ts +20 -0
- package/lib/typescript/commonjs/src/component/IconCheckbox.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Img/ImageConfig.d.ts +22 -0
- package/lib/typescript/commonjs/src/component/Img/ImageConfig.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Img/Img.d.ts +48 -0
- package/lib/typescript/commonjs/src/component/Img/Img.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Img/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/Img/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveHeightConstraintView.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveHeightConstraintView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWidthConstraintView.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWidthConstraintView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts +17 -0
- package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Column.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Layout/Column.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/FixedBottomLayout.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/Layout/FixedBottomLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Gap.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Layout/Gap.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Grid.d.ts +21 -0
- package/lib/typescript/commonjs/src/component/Layout/Grid.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/ItemList.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Layout/ItemList.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/LayoutProvider.d.ts +42 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/LayoutProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/WindowSizeClass.d.ts +27 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/WindowSizeClass.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/useDynamicDimensions.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Layout/Layout/useDynamicDimensions.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/LayoutStyle.d.ts +6 -0
- package/lib/typescript/commonjs/src/component/Layout/LayoutStyle.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/Row.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Layout/Row.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts +10 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Layout/index.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Layout/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/LiText.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/LiText.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/LineDivider.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/LineDivider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/LoadingFallbackView.d.ts +6 -0
- package/lib/typescript/commonjs/src/component/LoadingFallbackView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/LoadingIndicator.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/LoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/LoadingIndicatorView.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/LoadingIndicatorView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Lottie/index.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/Lottie/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/MarqueeView.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/MarqueeView.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/NumberBadge.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/NumberBadge.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/OnMountEvent.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/OnMountEvent.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/PaginatedFlashList.d.ts +77 -0
- package/lib/typescript/commonjs/src/component/PaginatedFlashList.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/PaginatedFlatList.d.ts +85 -0
- package/lib/typescript/commonjs/src/component/PaginatedFlatList.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Paginator.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Paginator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/PartialRerender.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/PartialRerender.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/PieChart.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/PieChart.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Portal/Portal.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Portal/Portal.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalConsumer.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalConsumer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalHost.d.ts +25 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalHost.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalManager.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/Portal/PortalManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Portal/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/Portal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Pressable/LoadingIndicatorTouchable.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Pressable/LoadingIndicatorTouchable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Pressable/PressableDelayed.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/Pressable/PressableDelayed.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Pressable/Touch.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Pressable/Touch.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Pressable/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/Pressable/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Pressable/useDisabilityAwareDebouncer.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/Pressable/useDisabilityAwareDebouncer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Progress/CircularProgressIndicator.d.ts +24 -0
- package/lib/typescript/commonjs/src/component/Progress/CircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Progress/ImageCircularProgressIndicator.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/Progress/ImageCircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Progress/LinearProgressBar.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/Progress/LinearProgressBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Progress/Slider.d.ts +23 -0
- package/lib/typescript/commonjs/src/component/Progress/Slider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Progress/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/Progress/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/RadioButton.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/RadioButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ReadMoreText.d.ts +11 -0
- package/lib/typescript/commonjs/src/component/ReadMoreText.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ReadMoreText.web.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/ReadMoreText.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ReanimatedBox/index.d.ts +212 -0
- package/lib/typescript/commonjs/src/component/ReanimatedBox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ReanimatedStyledScrollView/index.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/ReanimatedStyledScrollView/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/RefreshControlEx.d.ts +6 -0
- package/lib/typescript/commonjs/src/component/RefreshControlEx.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/StyledScrollView/index.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/StyledScrollView/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Switch.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/Switch.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Tab/BaseTab.d.ts +19 -0
- package/lib/typescript/commonjs/src/component/Tab/BaseTab.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Tab/IndicatorTab.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/Tab/IndicatorTab.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Tab/RoundTab.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/Tab/RoundTab.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Tab/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/Tab/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TabPager.d.ts +14 -0
- package/lib/typescript/commonjs/src/component/TabPager.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Tag.d.ts +24 -0
- package/lib/typescript/commonjs/src/component/Tag.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts +36 -0
- package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts +34 -0
- package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TextField/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/TextField/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.d.ts +9 -0
- package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.test.d.ts +2 -0
- package/lib/typescript/commonjs/src/component/TextField/textFieldNumericFormatUtils.test.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ToolTip/BaseToolTip.d.ts +20 -0
- package/lib/typescript/commonjs/src/component/ToolTip/BaseToolTip.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ToolTip/TextToolTip.d.ts +16 -0
- package/lib/typescript/commonjs/src/component/ToolTip/TextToolTip.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/ToolTip/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/component/ToolTip/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Txt/Font.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Txt/Font.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Txt/FontWeight.d.ts +7 -0
- package/lib/typescript/commonjs/src/component/Txt/FontWeight.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Txt/TextConfig.d.ts +30 -0
- package/lib/typescript/commonjs/src/component/Txt/TextConfig.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Txt/Txt.d.ts +66 -0
- package/lib/typescript/commonjs/src/component/Txt/Txt.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/Txt/index.d.ts +5 -0
- package/lib/typescript/commonjs/src/component/Txt/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts +34 -0
- package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/CommonDialog.d.ts +39 -0
- package/lib/typescript/commonjs/src/component/dialog/CommonDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/DialogProvider.d.ts +58 -0
- package/lib/typescript/commonjs/src/component/dialog/DialogProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +43 -0
- package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/LottieDialog.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/dialog/LottieDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/ToastDialog.d.ts +15 -0
- package/lib/typescript/commonjs/src/component/dialog/ToastDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/base/BottomSheetDialog.d.ts +12 -0
- package/lib/typescript/commonjs/src/component/dialog/base/BottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/base/Dialog.d.ts +27 -0
- package/lib/typescript/commonjs/src/component/dialog/base/Dialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/base/ModalBox.d.ts +71 -0
- package/lib/typescript/commonjs/src/component/dialog/base/ModalBox.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/base/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/component/dialog/base/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/dialog/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/component/dialog/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/component/index.d.ts +58 -0
- package/lib/typescript/commonjs/src/component/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hoc/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/hoc/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hoc/withProviders.d.ts +5 -0
- package/lib/typescript/commonjs/src/hoc/withProviders.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hoc/withReanimated.d.ts +3 -0
- package/lib/typescript/commonjs/src/hoc/withReanimated.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/index.d.ts +12 -0
- package/lib/typescript/commonjs/src/hook/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useAppState.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useAppState.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useDialogHandler.d.ts +14 -0
- package/lib/typescript/commonjs/src/hook/useDialogHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useFloatingKeyboard.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useFloatingKeyboard.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useIntervalCallback.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useIntervalCallback.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useKeyboard.d.ts +6 -0
- package/lib/typescript/commonjs/src/hook/useKeyboard.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useMount.d.ts +12 -0
- package/lib/typescript/commonjs/src/hook/useMount.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useRefValue.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useRefValue.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useScrollViewOnEndReachedConfig.d.ts +11 -0
- package/lib/typescript/commonjs/src/hook/useScrollViewOnEndReachedConfig.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useStableCallback.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useStableCallback.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useTimeoutHandler.d.ts +13 -0
- package/lib/typescript/commonjs/src/hook/useTimeoutHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useTimeoutHandler.test.d.ts +2 -0
- package/lib/typescript/commonjs/src/hook/useTimeoutHandler.test.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/hook/useUnmount.d.ts +11 -0
- package/lib/typescript/commonjs/src/hook/useUnmount.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts +4 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/theme/StyledSystemTheme.d.ts +5 -0
- package/lib/typescript/commonjs/src/theme/StyledSystemTheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theme/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theme/token/gradient.d.ts +16 -0
- package/lib/typescript/commonjs/src/theme/token/gradient.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theme/token/index.d.ts +4 -0
- package/lib/typescript/commonjs/src/theme/token/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theme/token/palette.d.ts +59 -0
- package/lib/typescript/commonjs/src/theme/token/palette.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theme/token/spacing.d.ts +34 -0
- package/lib/typescript/commonjs/src/theme/token/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/AppEvent.d.ts +18 -0
- package/lib/typescript/commonjs/src/util/AppEvent.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/ColorUtil.d.ts +2 -0
- package/lib/typescript/commonjs/src/util/ColorUtil.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/ColorUtil.test.d.ts +2 -0
- package/lib/typescript/commonjs/src/util/ColorUtil.test.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/EnvironmentUtil.d.ts +6 -0
- package/lib/typescript/commonjs/src/util/EnvironmentUtil.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/Px.d.ts +2 -0
- package/lib/typescript/commonjs/src/util/Px.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/StyleUtil.d.ts +19 -0
- package/lib/typescript/commonjs/src/util/StyleUtil.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/createCtx.d.ts +15 -0
- package/lib/typescript/commonjs/src/util/createCtx.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/util/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/is.d.ts +27 -0
- package/lib/typescript/commonjs/src/util/is.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/util/runAfterFlushMacroQueue.d.ts +2 -0
- package/lib/typescript/commonjs/src/util/runAfterFlushMacroQueue.d.ts.map +1 -0
- package/lib/typescript/commonjs/test/util/RealTimerUtil.d.ts +2 -0
- package/lib/typescript/commonjs/test/util/RealTimerUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/component/AnimatedNumber.d.ts +17 -0
- package/lib/typescript/module/src/component/AnimatedNumber.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/CircleEffectAnimation.d.ts +5 -0
- package/lib/typescript/module/src/component/Animation/etc/CircleEffectAnimation.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/FadeInOutLoop.d.ts +13 -0
- package/lib/typescript/module/src/component/Animation/etc/FadeInOutLoop.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/LeftAndRight.d.ts +10 -0
- package/lib/typescript/module/src/component/Animation/etc/LeftAndRight.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/Pulse.d.ts +13 -0
- package/lib/typescript/module/src/component/Animation/etc/Pulse.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/UpAndDown.d.ts +10 -0
- package/lib/typescript/module/src/component/Animation/etc/UpAndDown.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/etc/index.d.ts +6 -0
- package/lib/typescript/module/src/component/Animation/etc/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/FadeIn.d.ts +8 -0
- package/lib/typescript/module/src/component/Animation/imperative/FadeIn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/FadeInOut.d.ts +8 -0
- package/lib/typescript/module/src/component/Animation/imperative/FadeInOut.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/ImperativeAnimation.d.ts +31 -0
- package/lib/typescript/module/src/component/Animation/imperative/ImperativeAnimation.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/Shake.d.ts +8 -0
- package/lib/typescript/module/src/component/Animation/imperative/Shake.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/SlideIn.d.ts +7 -0
- package/lib/typescript/module/src/component/Animation/imperative/SlideIn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/SlideInOut.d.ts +10 -0
- package/lib/typescript/module/src/component/Animation/imperative/SlideInOut.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/imperative/index.d.ts +7 -0
- package/lib/typescript/module/src/component/Animation/imperative/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/implicit/OpacityAnimatedView.d.ts +10 -0
- package/lib/typescript/module/src/component/Animation/implicit/OpacityAnimatedView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/implicit/ZoomIn.d.ts +9 -0
- package/lib/typescript/module/src/component/Animation/implicit/ZoomIn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/implicit/index.d.ts +3 -0
- package/lib/typescript/module/src/component/Animation/implicit/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Animation/index.d.ts +4 -0
- package/lib/typescript/module/src/component/Animation/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Badge.d.ts +9 -0
- package/lib/typescript/module/src/component/Badge.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Banner/BannerItem.d.ts +19 -0
- package/lib/typescript/module/src/component/Banner/BannerItem.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Banner/BannerRectangle.d.ts +11 -0
- package/lib/typescript/module/src/component/Banner/BannerRectangle.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Banner/index.d.ts +3 -0
- package/lib/typescript/module/src/component/Banner/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/BaseWebView.d.ts +12 -0
- package/lib/typescript/module/src/component/BaseWebView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Box/index.d.ts +489 -0
- package/lib/typescript/module/src/component/Box/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts +22 -0
- package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts +11 -0
- package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Btn/IconBtn.d.ts +20 -0
- package/lib/typescript/module/src/component/Btn/IconBtn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Btn/InteractiveToggledIconBtn.d.ts +15 -0
- package/lib/typescript/module/src/component/Btn/InteractiveToggledIconBtn.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Btn/index.d.ts +6 -0
- package/lib/typescript/module/src/component/Btn/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Card.d.ts +7 -0
- package/lib/typescript/module/src/component/Card.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Carousel.d.ts +16 -0
- package/lib/typescript/module/src/component/Carousel.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Chip.d.ts +20 -0
- package/lib/typescript/module/src/component/Chip.d.ts.map +1 -0
- package/lib/typescript/module/src/component/CloneWithGlobalPositionView.d.ts +19 -0
- package/lib/typescript/module/src/component/CloneWithGlobalPositionView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/DialogHandler.d.ts +9 -0
- package/lib/typescript/module/src/component/DialogHandler.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Dot.d.ts +13 -0
- package/lib/typescript/module/src/component/Dot.d.ts.map +1 -0
- package/lib/typescript/module/src/component/DotLoadingIndicator.d.ts +13 -0
- package/lib/typescript/module/src/component/DotLoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/module/src/component/EmptyState.d.ts +24 -0
- package/lib/typescript/module/src/component/EmptyState.d.ts.map +1 -0
- package/lib/typescript/module/src/component/FloatingRoundChip.d.ts +13 -0
- package/lib/typescript/module/src/component/FloatingRoundChip.d.ts.map +1 -0
- package/lib/typescript/module/src/component/GradientBorderContainer.d.ts +13 -0
- package/lib/typescript/module/src/component/GradientBorderContainer.d.ts.map +1 -0
- package/lib/typescript/module/src/component/GradientBorderContainer.web.d.ts +4 -0
- package/lib/typescript/module/src/component/GradientBorderContainer.web.d.ts.map +1 -0
- package/lib/typescript/module/src/component/GradientCollection.d.ts +9 -0
- package/lib/typescript/module/src/component/GradientCollection.d.ts.map +1 -0
- package/lib/typescript/module/src/component/GradientMask.d.ts +12 -0
- package/lib/typescript/module/src/component/GradientMask.d.ts.map +1 -0
- package/lib/typescript/module/src/component/GradientMask.web.d.ts +4 -0
- package/lib/typescript/module/src/component/GradientMask.web.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Header/BackButtonHeader.d.ts +7 -0
- package/lib/typescript/module/src/component/Header/BackButtonHeader.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Header/CloseButtonHeader.d.ts +5 -0
- package/lib/typescript/module/src/component/Header/CloseButtonHeader.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Header/Header.d.ts +24 -0
- package/lib/typescript/module/src/component/Header/Header.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Header/index.d.ts +4 -0
- package/lib/typescript/module/src/component/Header/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/HorizontalStackedBar.d.ts +8 -0
- package/lib/typescript/module/src/component/HorizontalStackedBar.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts +13 -0
- package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Icon/Icons.d.ts +220 -0
- package/lib/typescript/module/src/component/Icon/Icons.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Icon/index.d.ts +15 -0
- package/lib/typescript/module/src/component/Icon/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/IconCheckbox.d.ts +20 -0
- package/lib/typescript/module/src/component/IconCheckbox.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Img/ImageConfig.d.ts +22 -0
- package/lib/typescript/module/src/component/Img/ImageConfig.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Img/Img.d.ts +48 -0
- package/lib/typescript/module/src/component/Img/Img.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Img/index.d.ts +3 -0
- package/lib/typescript/module/src/component/Img/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveHeightConstraintView.d.ts +12 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveHeightConstraintView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveWidthConstraintView.d.ts +12 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveWidthConstraintView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts +17 -0
- package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Column.d.ts +11 -0
- package/lib/typescript/module/src/component/Layout/Column.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/FixedBottomLayout.d.ts +8 -0
- package/lib/typescript/module/src/component/Layout/FixedBottomLayout.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Gap.d.ts +11 -0
- package/lib/typescript/module/src/component/Layout/Gap.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Grid.d.ts +21 -0
- package/lib/typescript/module/src/component/Layout/Grid.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/ItemList.d.ts +15 -0
- package/lib/typescript/module/src/component/Layout/ItemList.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Layout/LayoutProvider.d.ts +42 -0
- package/lib/typescript/module/src/component/Layout/Layout/LayoutProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Layout/WindowSizeClass.d.ts +27 -0
- package/lib/typescript/module/src/component/Layout/Layout/WindowSizeClass.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Layout/index.d.ts +4 -0
- package/lib/typescript/module/src/component/Layout/Layout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Layout/useDynamicDimensions.d.ts +12 -0
- package/lib/typescript/module/src/component/Layout/Layout/useDynamicDimensions.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/LayoutStyle.d.ts +6 -0
- package/lib/typescript/module/src/component/Layout/LayoutStyle.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/Row.d.ts +10 -0
- package/lib/typescript/module/src/component/Layout/Row.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts +10 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts +11 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts +3 -0
- package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts +12 -0
- package/lib/typescript/module/src/component/Layout/SingleOrTwoColumnCellLayout.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts +7 -0
- package/lib/typescript/module/src/component/Layout/WhiteGradientFixedBottomLayout.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Layout/index.d.ts +15 -0
- package/lib/typescript/module/src/component/Layout/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/LiText.d.ts +11 -0
- package/lib/typescript/module/src/component/LiText.d.ts.map +1 -0
- package/lib/typescript/module/src/component/LineDivider.d.ts +12 -0
- package/lib/typescript/module/src/component/LineDivider.d.ts.map +1 -0
- package/lib/typescript/module/src/component/LoadingFallbackView.d.ts +6 -0
- package/lib/typescript/module/src/component/LoadingFallbackView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/LoadingIndicator.d.ts +11 -0
- package/lib/typescript/module/src/component/LoadingIndicator.d.ts.map +1 -0
- package/lib/typescript/module/src/component/LoadingIndicatorView.d.ts +5 -0
- package/lib/typescript/module/src/component/LoadingIndicatorView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Lottie/index.d.ts +9 -0
- package/lib/typescript/module/src/component/Lottie/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/MarqueeView.d.ts +12 -0
- package/lib/typescript/module/src/component/MarqueeView.d.ts.map +1 -0
- package/lib/typescript/module/src/component/NumberBadge.d.ts +15 -0
- package/lib/typescript/module/src/component/NumberBadge.d.ts.map +1 -0
- package/lib/typescript/module/src/component/OnMountEvent.d.ts +8 -0
- package/lib/typescript/module/src/component/OnMountEvent.d.ts.map +1 -0
- package/lib/typescript/module/src/component/PaginatedFlashList.d.ts +77 -0
- package/lib/typescript/module/src/component/PaginatedFlashList.d.ts.map +1 -0
- package/lib/typescript/module/src/component/PaginatedFlatList.d.ts +85 -0
- package/lib/typescript/module/src/component/PaginatedFlatList.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Paginator.d.ts +15 -0
- package/lib/typescript/module/src/component/Paginator.d.ts.map +1 -0
- package/lib/typescript/module/src/component/PartialRerender.d.ts +16 -0
- package/lib/typescript/module/src/component/PartialRerender.d.ts.map +1 -0
- package/lib/typescript/module/src/component/PieChart.d.ts +12 -0
- package/lib/typescript/module/src/component/PieChart.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Portal/Portal.d.ts +11 -0
- package/lib/typescript/module/src/component/Portal/Portal.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Portal/PortalConsumer.d.ts +16 -0
- package/lib/typescript/module/src/component/Portal/PortalConsumer.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Portal/PortalHost.d.ts +25 -0
- package/lib/typescript/module/src/component/Portal/PortalHost.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Portal/PortalManager.d.ts +16 -0
- package/lib/typescript/module/src/component/Portal/PortalManager.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Portal/index.d.ts +5 -0
- package/lib/typescript/module/src/component/Portal/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Pressable/LoadingIndicatorTouchable.d.ts +7 -0
- package/lib/typescript/module/src/component/Pressable/LoadingIndicatorTouchable.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Pressable/PressableDelayed.d.ts +8 -0
- package/lib/typescript/module/src/component/Pressable/PressableDelayed.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Pressable/Touch.d.ts +12 -0
- package/lib/typescript/module/src/component/Pressable/Touch.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Pressable/index.d.ts +4 -0
- package/lib/typescript/module/src/component/Pressable/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Pressable/useDisabilityAwareDebouncer.d.ts +15 -0
- package/lib/typescript/module/src/component/Pressable/useDisabilityAwareDebouncer.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Progress/CircularProgressIndicator.d.ts +24 -0
- package/lib/typescript/module/src/component/Progress/CircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Progress/ImageCircularProgressIndicator.d.ts +11 -0
- package/lib/typescript/module/src/component/Progress/ImageCircularProgressIndicator.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Progress/LinearProgressBar.d.ts +16 -0
- package/lib/typescript/module/src/component/Progress/LinearProgressBar.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Progress/Slider.d.ts +23 -0
- package/lib/typescript/module/src/component/Progress/Slider.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Progress/index.d.ts +5 -0
- package/lib/typescript/module/src/component/Progress/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/RadioButton.d.ts +9 -0
- package/lib/typescript/module/src/component/RadioButton.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ReadMoreText.d.ts +11 -0
- package/lib/typescript/module/src/component/ReadMoreText.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ReadMoreText.web.d.ts +5 -0
- package/lib/typescript/module/src/component/ReadMoreText.web.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ReanimatedBox/index.d.ts +212 -0
- package/lib/typescript/module/src/component/ReanimatedBox/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ReanimatedStyledScrollView/index.d.ts +15 -0
- package/lib/typescript/module/src/component/ReanimatedStyledScrollView/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/RefreshControlEx.d.ts +6 -0
- package/lib/typescript/module/src/component/RefreshControlEx.d.ts.map +1 -0
- package/lib/typescript/module/src/component/StyledScrollView/index.d.ts +15 -0
- package/lib/typescript/module/src/component/StyledScrollView/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Switch.d.ts +12 -0
- package/lib/typescript/module/src/component/Switch.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Tab/BaseTab.d.ts +19 -0
- package/lib/typescript/module/src/component/Tab/BaseTab.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Tab/IndicatorTab.d.ts +9 -0
- package/lib/typescript/module/src/component/Tab/IndicatorTab.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Tab/RoundTab.d.ts +16 -0
- package/lib/typescript/module/src/component/Tab/RoundTab.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Tab/index.d.ts +4 -0
- package/lib/typescript/module/src/component/Tab/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TabPager.d.ts +14 -0
- package/lib/typescript/module/src/component/TabPager.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Tag.d.ts +24 -0
- package/lib/typescript/module/src/component/Tag.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TagHorizontalList.d.ts +16 -0
- package/lib/typescript/module/src/component/TagHorizontalList.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts +36 -0
- package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts +34 -0
- package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TextField/index.d.ts +3 -0
- package/lib/typescript/module/src/component/TextField/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.d.ts +9 -0
- package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.d.ts.map +1 -0
- package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.test.d.ts +2 -0
- package/lib/typescript/module/src/component/TextField/textFieldNumericFormatUtils.test.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ToolTip/BaseToolTip.d.ts +20 -0
- package/lib/typescript/module/src/component/ToolTip/BaseToolTip.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ToolTip/TextToolTip.d.ts +16 -0
- package/lib/typescript/module/src/component/ToolTip/TextToolTip.d.ts.map +1 -0
- package/lib/typescript/module/src/component/ToolTip/index.d.ts +3 -0
- package/lib/typescript/module/src/component/ToolTip/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Txt/Font.d.ts +7 -0
- package/lib/typescript/module/src/component/Txt/Font.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Txt/FontWeight.d.ts +7 -0
- package/lib/typescript/module/src/component/Txt/FontWeight.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Txt/TextConfig.d.ts +30 -0
- package/lib/typescript/module/src/component/Txt/TextConfig.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Txt/Txt.d.ts +66 -0
- package/lib/typescript/module/src/component/Txt/Txt.d.ts.map +1 -0
- package/lib/typescript/module/src/component/Txt/index.d.ts +5 -0
- package/lib/typescript/module/src/component/Txt/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts +34 -0
- package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/CommonDialog.d.ts +39 -0
- package/lib/typescript/module/src/component/dialog/CommonDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/DialogProvider.d.ts +58 -0
- package/lib/typescript/module/src/component/dialog/DialogProvider.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +43 -0
- package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/LottieDialog.d.ts +15 -0
- package/lib/typescript/module/src/component/dialog/LottieDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/ToastDialog.d.ts +15 -0
- package/lib/typescript/module/src/component/dialog/ToastDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/base/BottomSheetDialog.d.ts +12 -0
- package/lib/typescript/module/src/component/dialog/base/BottomSheetDialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/base/Dialog.d.ts +27 -0
- package/lib/typescript/module/src/component/dialog/base/Dialog.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/base/ModalBox.d.ts +71 -0
- package/lib/typescript/module/src/component/dialog/base/ModalBox.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/base/index.d.ts +4 -0
- package/lib/typescript/module/src/component/dialog/base/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/dialog/index.d.ts +8 -0
- package/lib/typescript/module/src/component/dialog/index.d.ts.map +1 -0
- package/lib/typescript/module/src/component/index.d.ts +58 -0
- package/lib/typescript/module/src/component/index.d.ts.map +1 -0
- package/lib/typescript/module/src/hoc/index.d.ts +3 -0
- package/lib/typescript/module/src/hoc/index.d.ts.map +1 -0
- package/lib/typescript/module/src/hoc/withProviders.d.ts +5 -0
- package/lib/typescript/module/src/hoc/withProviders.d.ts.map +1 -0
- package/lib/typescript/module/src/hoc/withReanimated.d.ts +3 -0
- package/lib/typescript/module/src/hoc/withReanimated.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/index.d.ts +12 -0
- package/lib/typescript/module/src/hook/index.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useAppState.d.ts +2 -0
- package/lib/typescript/module/src/hook/useAppState.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useDialogHandler.d.ts +14 -0
- package/lib/typescript/module/src/hook/useDialogHandler.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useFloatingKeyboard.d.ts +2 -0
- package/lib/typescript/module/src/hook/useFloatingKeyboard.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useIntervalCallback.d.ts +2 -0
- package/lib/typescript/module/src/hook/useIntervalCallback.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useKeyboard.d.ts +6 -0
- package/lib/typescript/module/src/hook/useKeyboard.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useMount.d.ts +12 -0
- package/lib/typescript/module/src/hook/useMount.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useRefValue.d.ts +2 -0
- package/lib/typescript/module/src/hook/useRefValue.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useScrollViewOnEndReachedConfig.d.ts +11 -0
- package/lib/typescript/module/src/hook/useScrollViewOnEndReachedConfig.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useStableCallback.d.ts +2 -0
- package/lib/typescript/module/src/hook/useStableCallback.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useTimeoutHandler.d.ts +13 -0
- package/lib/typescript/module/src/hook/useTimeoutHandler.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useTimeoutHandler.test.d.ts +2 -0
- package/lib/typescript/module/src/hook/useTimeoutHandler.test.d.ts.map +1 -0
- package/lib/typescript/module/src/hook/useUnmount.d.ts +11 -0
- package/lib/typescript/module/src/hook/useUnmount.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +4 -1
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/theme/StyledSystemTheme.d.ts +5 -0
- package/lib/typescript/module/src/theme/StyledSystemTheme.d.ts.map +1 -0
- package/lib/typescript/module/src/theme/index.d.ts +4 -0
- package/lib/typescript/module/src/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/src/theme/token/gradient.d.ts +16 -0
- package/lib/typescript/module/src/theme/token/gradient.d.ts.map +1 -0
- package/lib/typescript/module/src/theme/token/index.d.ts +4 -0
- package/lib/typescript/module/src/theme/token/index.d.ts.map +1 -0
- package/lib/typescript/module/src/theme/token/palette.d.ts +59 -0
- package/lib/typescript/module/src/theme/token/palette.d.ts.map +1 -0
- package/lib/typescript/module/src/theme/token/spacing.d.ts +34 -0
- package/lib/typescript/module/src/theme/token/spacing.d.ts.map +1 -0
- package/lib/typescript/module/src/util/AppEvent.d.ts +18 -0
- package/lib/typescript/module/src/util/AppEvent.d.ts.map +1 -0
- package/lib/typescript/module/src/util/ColorUtil.d.ts +2 -0
- package/lib/typescript/module/src/util/ColorUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/util/ColorUtil.test.d.ts +2 -0
- package/lib/typescript/module/src/util/ColorUtil.test.d.ts.map +1 -0
- package/lib/typescript/module/src/util/EnvironmentUtil.d.ts +6 -0
- package/lib/typescript/module/src/util/EnvironmentUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/util/Px.d.ts +2 -0
- package/lib/typescript/module/src/util/Px.d.ts.map +1 -0
- package/lib/typescript/module/src/util/StyleUtil.d.ts +19 -0
- package/lib/typescript/module/src/util/StyleUtil.d.ts.map +1 -0
- package/lib/typescript/module/src/util/createCtx.d.ts +15 -0
- package/lib/typescript/module/src/util/createCtx.d.ts.map +1 -0
- package/lib/typescript/module/src/util/index.d.ts +8 -0
- package/lib/typescript/module/src/util/index.d.ts.map +1 -0
- package/lib/typescript/module/src/util/is.d.ts +27 -0
- package/lib/typescript/module/src/util/is.d.ts.map +1 -0
- package/lib/typescript/module/src/util/runAfterFlushMacroQueue.d.ts +2 -0
- package/lib/typescript/module/src/util/runAfterFlushMacroQueue.d.ts.map +1 -0
- package/lib/typescript/module/test/util/RealTimerUtil.d.ts +2 -0
- package/lib/typescript/module/test/util/RealTimerUtil.d.ts.map +1 -0
- package/package.json +97 -50
- package/src/assets/icons/bookmark_animation.svg +3 -0
- package/src/assets/icons/chat_bubble_question_animation.svg +3 -0
- package/src/component/AnimatedNumber.tsx +302 -0
- package/src/component/Animation/etc/CircleEffectAnimation.tsx +97 -0
- package/src/component/Animation/etc/FadeInOutLoop.tsx +66 -0
- package/src/component/Animation/etc/LeftAndRight.tsx +26 -0
- package/src/component/Animation/etc/Pulse.tsx +76 -0
- package/src/component/Animation/etc/UpAndDown.tsx +26 -0
- package/src/component/Animation/etc/index.ts +5 -0
- package/src/component/Animation/imperative/FadeIn.tsx +23 -0
- package/src/component/Animation/imperative/FadeInOut.tsx +31 -0
- package/src/component/Animation/imperative/ImperativeAnimation.tsx +99 -0
- package/src/component/Animation/imperative/Shake.tsx +32 -0
- package/src/component/Animation/imperative/SlideIn.tsx +22 -0
- package/src/component/Animation/imperative/SlideInOut.tsx +41 -0
- package/src/component/Animation/imperative/index.ts +6 -0
- package/src/component/Animation/implicit/OpacityAnimatedView.tsx +41 -0
- package/src/component/Animation/implicit/ZoomIn.tsx +29 -0
- package/src/component/Animation/implicit/index.ts +2 -0
- package/src/component/Animation/index.ts +3 -0
- package/src/component/Badge.tsx +15 -0
- package/src/component/Banner/BannerItem.tsx +57 -0
- package/src/component/Banner/BannerRectangle.tsx +36 -0
- package/src/component/Banner/index.ts +2 -0
- package/src/component/BaseWebView.tsx +34 -0
- package/src/component/Box/index.tsx +10 -0
- package/src/component/Btn/BaseBtn.tsx +345 -0
- package/src/component/Btn/FixedBottomCTABtn.tsx +26 -0
- package/src/component/Btn/IconBtn.tsx +314 -0
- package/src/component/Btn/InteractiveToggledIconBtn.tsx +129 -0
- package/src/component/Btn/index.ts +11 -0
- package/src/component/Card.tsx +22 -0
- package/src/component/Carousel.tsx +57 -0
- package/src/component/Chip.tsx +200 -0
- package/src/component/CloneWithGlobalPositionView.tsx +49 -0
- package/src/component/DialogHandler.tsx +26 -0
- package/src/component/Dot.tsx +40 -0
- package/src/component/DotLoadingIndicator.tsx +54 -0
- package/src/component/EmptyState.tsx +69 -0
- package/src/component/FloatingRoundChip.tsx +52 -0
- package/src/component/GradientBorderContainer.tsx +55 -0
- package/src/component/GradientBorderContainer.web.tsx +23 -0
- package/src/component/GradientCollection.tsx +51 -0
- package/src/component/GradientMask.tsx +39 -0
- package/src/component/GradientMask.web.tsx +150 -0
- package/src/component/Header/BackButtonHeader.tsx +29 -0
- package/src/component/Header/CloseButtonHeader.tsx +27 -0
- package/src/component/Header/Header.tsx +120 -0
- package/src/component/Header/index.ts +3 -0
- package/src/component/HorizontalStackedBar.tsx +28 -0
- package/src/component/Icon/AnimatedIcon.tsx +27 -0
- package/src/component/Icon/Icons.tsx +219 -0
- package/src/component/Icon/index.tsx +28 -0
- package/src/component/IconCheckbox.tsx +78 -0
- package/src/component/Img/ImageConfig.ts +27 -0
- package/src/component/Img/Img.tsx +176 -0
- package/src/component/Img/index.ts +2 -0
- package/src/component/Layout/AdaptiveHeightConstraintView.tsx +53 -0
- package/src/component/Layout/AdaptiveWidthConstraintView.tsx +53 -0
- package/src/component/Layout/AdaptiveWindowLayout.tsx +55 -0
- package/src/component/Layout/Column.tsx +16 -0
- package/src/component/Layout/FixedBottomLayout.tsx +54 -0
- package/src/component/Layout/Gap.tsx +16 -0
- package/src/component/Layout/Grid.tsx +97 -0
- package/src/component/Layout/ItemList.tsx +34 -0
- package/src/component/Layout/Layout/LayoutProvider.tsx +139 -0
- package/src/component/Layout/Layout/WindowSizeClass.ts +51 -0
- package/src/component/Layout/Layout/index.ts +3 -0
- package/src/component/Layout/Layout/useDynamicDimensions.ts +28 -0
- package/src/component/Layout/LayoutStyle.ts +28 -0
- package/src/component/Layout/Row.tsx +15 -0
- package/src/component/Layout/SectionLayout/Section.tsx +23 -0
- package/src/component/Layout/SectionLayout/SectionLayout.tsx +44 -0
- package/src/component/Layout/SectionLayout/index.ts +2 -0
- package/src/component/Layout/SingleOrTwoColumnCellLayout.tsx +40 -0
- package/src/component/Layout/WhiteGradientFixedBottomLayout.tsx +27 -0
- package/src/component/Layout/index.ts +14 -0
- package/src/component/LiText.tsx +20 -0
- package/src/component/LineDivider.tsx +29 -0
- package/src/component/LoadingFallbackView.tsx +15 -0
- package/src/component/LoadingIndicator.tsx +26 -0
- package/src/component/LoadingIndicatorView.tsx +22 -0
- package/src/component/Lottie/index.tsx +59 -0
- package/src/component/MarqueeView.tsx +105 -0
- package/src/component/NumberBadge.tsx +60 -0
- package/src/component/OnMountEvent.tsx +10 -0
- package/src/component/PaginatedFlashList.tsx +221 -0
- package/src/component/PaginatedFlatList.tsx +223 -0
- package/src/component/Paginator.tsx +48 -0
- package/src/component/PartialRerender.tsx +24 -0
- package/src/component/PieChart.tsx +67 -0
- package/src/component/Portal/Portal.tsx +24 -0
- package/src/component/Portal/PortalConsumer.tsx +42 -0
- package/src/component/Portal/PortalHost.tsx +116 -0
- package/src/component/Portal/PortalManager.tsx +51 -0
- package/src/component/Portal/index.ts +4 -0
- package/src/component/Pressable/LoadingIndicatorTouchable.tsx +16 -0
- package/src/component/Pressable/PressableDelayed.tsx +34 -0
- package/src/component/Pressable/Touch.tsx +39 -0
- package/src/component/Pressable/index.ts +3 -0
- package/src/component/Pressable/useDisabilityAwareDebouncer.ts +75 -0
- package/src/component/Progress/CircularProgressIndicator.tsx +126 -0
- package/src/component/Progress/ImageCircularProgressIndicator.tsx +23 -0
- package/src/component/Progress/LinearProgressBar.tsx +63 -0
- package/src/component/Progress/Slider.tsx +167 -0
- package/src/component/Progress/index.ts +4 -0
- package/src/component/RadioButton.tsx +28 -0
- package/src/component/ReadMoreText.tsx +60 -0
- package/src/component/ReadMoreText.web.tsx +9 -0
- package/src/component/ReanimatedBox/index.tsx +16 -0
- package/src/component/ReanimatedStyledScrollView/index.tsx +29 -0
- package/src/component/RefreshControlEx.tsx +17 -0
- package/src/component/StyledScrollView/index.tsx +21 -0
- package/src/component/Switch.tsx +86 -0
- package/src/component/Tab/BaseTab.tsx +58 -0
- package/src/component/Tab/IndicatorTab.tsx +53 -0
- package/src/component/Tab/RoundTab.tsx +164 -0
- package/src/component/Tab/index.ts +3 -0
- package/src/component/TabPager.tsx +54 -0
- package/src/component/Tag.tsx +193 -0
- package/src/component/TagHorizontalList.tsx +91 -0
- package/src/component/TextField/BaseTextField.tsx +156 -0
- package/src/component/TextField/CoreTextField.tsx +113 -0
- package/src/component/TextField/index.ts +3 -0
- package/src/component/TextField/textFieldNumericFormatUtils.test.ts +17 -0
- package/src/component/TextField/textFieldNumericFormatUtils.ts +74 -0
- package/src/component/ToolTip/BaseToolTip.tsx +175 -0
- package/src/component/ToolTip/TextToolTip.tsx +53 -0
- package/src/component/ToolTip/index.ts +2 -0
- package/src/component/Txt/Font.ts +7 -0
- package/src/component/Txt/FontWeight.ts +6 -0
- package/src/component/Txt/TextConfig.ts +42 -0
- package/src/component/Txt/Txt.tsx +266 -0
- package/src/component/Txt/index.ts +4 -0
- package/src/component/dialog/CommonBottomSheetDialog.tsx +240 -0
- package/src/component/dialog/CommonDialog.tsx +304 -0
- package/src/component/dialog/DialogProvider.tsx +93 -0
- package/src/component/dialog/ItemSelectBottomSheetDialog.tsx +114 -0
- package/src/component/dialog/LottieDialog.tsx +85 -0
- package/src/component/dialog/ToastDialog.tsx +128 -0
- package/src/component/dialog/base/BottomSheetDialog.tsx +44 -0
- package/src/component/dialog/base/Dialog.tsx +62 -0
- package/src/component/dialog/base/ModalBox.tsx +556 -0
- package/src/component/dialog/base/index.ts +3 -0
- package/src/component/dialog/index.ts +7 -0
- package/src/component/index.ts +58 -0
- package/src/hoc/index.ts +2 -0
- package/src/hoc/withProviders.tsx +16 -0
- package/src/hoc/withReanimated.tsx +16 -0
- package/src/hook/index.ts +11 -0
- package/src/hook/useAppState.ts +17 -0
- package/src/hook/useDialogHandler.tsx +33 -0
- package/src/hook/useFloatingKeyboard.ts +30 -0
- package/src/hook/useIntervalCallback.tsx +19 -0
- package/src/hook/useKeyboard.ts +35 -0
- package/src/hook/useMount.ts +19 -0
- package/src/hook/useRefValue.ts +6 -0
- package/src/hook/useScrollViewOnEndReachedConfig.ts +42 -0
- package/src/hook/useStableCallback.ts +28 -0
- package/src/hook/useTimeoutHandler.test.ts +110 -0
- package/src/hook/useTimeoutHandler.ts +50 -0
- package/src/hook/useUnmount.ts +21 -0
- package/src/index.tsx +4 -3
- package/src/theme/StyledSystemTheme.ts +37 -0
- package/src/theme/index.ts +4 -0
- package/src/theme/token/gradient.ts +103 -0
- package/src/theme/token/index.ts +3 -0
- package/src/theme/token/palette.ts +60 -0
- package/src/theme/token/spacing.ts +35 -0
- package/src/type/environment.d.ts +28 -0
- package/src/util/AppEvent.ts +75 -0
- package/src/util/ColorUtil.test.ts +26 -0
- package/src/util/ColorUtil.ts +15 -0
- package/src/util/EnvironmentUtil.ts +19 -0
- package/src/util/Px.ts +8 -0
- package/src/util/StyleUtil.ts +66 -0
- package/src/util/createCtx.ts +42 -0
- package/src/util/index.ts +7 -0
- package/src/util/is.ts +76 -0
- package/src/util/runAfterFlushMacroQueue.ts +5 -0
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { useSx } from '@react-native-styled-system/core';
|
|
4
|
+
import { spacing, palette, gradient, Txt, PressableDelayed, LoadingIndicator, is } from '@teamturing/react-native-kit';
|
|
5
|
+
import { mix } from 'polished';
|
|
6
|
+
import { StyleSheet } from 'react-native';
|
|
7
|
+
import { GradientCollection } from "../GradientCollection.js";
|
|
8
|
+
import { Icon } from "../Icon/index.js";
|
|
9
|
+
import { RowCenter } from "../Layout/Row.js";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
11
|
+
const commonStyle = {
|
|
12
|
+
alignItems: 'center',
|
|
13
|
+
justifyContent: 'center',
|
|
14
|
+
borderRadius: 9999,
|
|
15
|
+
overflow: 'hidden'
|
|
16
|
+
};
|
|
17
|
+
const styleBySize = {
|
|
18
|
+
l: {
|
|
19
|
+
paddingHorizontal: spacing['4'],
|
|
20
|
+
height: 48
|
|
21
|
+
},
|
|
22
|
+
m: {
|
|
23
|
+
paddingHorizontal: spacing['4'],
|
|
24
|
+
height: 37
|
|
25
|
+
},
|
|
26
|
+
s: {
|
|
27
|
+
paddingHorizontal: spacing['3'],
|
|
28
|
+
height: 26
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
const styleByFullWidth = {
|
|
32
|
+
true: {},
|
|
33
|
+
false: {
|
|
34
|
+
alignSelf: 'center'
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
const styleByVariant = {
|
|
38
|
+
'primary': {
|
|
39
|
+
backgroundColor: palette.violet500
|
|
40
|
+
},
|
|
41
|
+
'secondary': {
|
|
42
|
+
backgroundColor: palette.violet50
|
|
43
|
+
},
|
|
44
|
+
'outlined': {
|
|
45
|
+
backgroundColor: palette.white,
|
|
46
|
+
borderWidth: 1,
|
|
47
|
+
borderColor: palette.gray300
|
|
48
|
+
},
|
|
49
|
+
'text-gray700': {
|
|
50
|
+
backgroundColor: palette.transparent
|
|
51
|
+
},
|
|
52
|
+
'danger': {
|
|
53
|
+
backgroundColor: palette.red400
|
|
54
|
+
},
|
|
55
|
+
'text-white': {
|
|
56
|
+
backgroundColor: palette.transparent
|
|
57
|
+
},
|
|
58
|
+
'gradient1': {
|
|
59
|
+
backgroundColor: undefined
|
|
60
|
+
},
|
|
61
|
+
'gradient4': {
|
|
62
|
+
backgroundColor: undefined
|
|
63
|
+
},
|
|
64
|
+
'gray': {
|
|
65
|
+
backgroundColor: palette.gray100
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
const gradientCollectionPropsByVarient = {
|
|
69
|
+
'primary': undefined,
|
|
70
|
+
'secondary': undefined,
|
|
71
|
+
'outlined': undefined,
|
|
72
|
+
'text-gray700': undefined,
|
|
73
|
+
'danger': undefined,
|
|
74
|
+
'text-white': undefined,
|
|
75
|
+
'gradient1': {
|
|
76
|
+
style: [StyleSheet.absoluteFill],
|
|
77
|
+
...gradient.gradient1
|
|
78
|
+
},
|
|
79
|
+
'gradient4': {
|
|
80
|
+
style: [StyleSheet.absoluteFill],
|
|
81
|
+
...gradient.gradient4
|
|
82
|
+
},
|
|
83
|
+
'gray': undefined
|
|
84
|
+
};
|
|
85
|
+
const pressedStyleByVariant = {
|
|
86
|
+
'primary': {
|
|
87
|
+
backgroundColor: palette.violet600
|
|
88
|
+
},
|
|
89
|
+
'secondary': {
|
|
90
|
+
backgroundColor: palette.violet100
|
|
91
|
+
},
|
|
92
|
+
'outlined': {
|
|
93
|
+
backgroundColor: palette.gray50,
|
|
94
|
+
borderWidth: 1,
|
|
95
|
+
borderColor: palette.gray200
|
|
96
|
+
},
|
|
97
|
+
'text-gray700': {
|
|
98
|
+
backgroundColor: palette.transparent
|
|
99
|
+
},
|
|
100
|
+
'danger': {
|
|
101
|
+
backgroundColor: palette.red500
|
|
102
|
+
},
|
|
103
|
+
'text-white': {
|
|
104
|
+
backgroundColor: palette.transparent
|
|
105
|
+
},
|
|
106
|
+
'gradient1': {
|
|
107
|
+
backgroundColor: undefined
|
|
108
|
+
},
|
|
109
|
+
'gradient4': {
|
|
110
|
+
backgroundColor: undefined
|
|
111
|
+
},
|
|
112
|
+
'gray': {
|
|
113
|
+
backgroundColor: palette.gray200
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
const disabledStyleByVariant = {
|
|
117
|
+
'primary': {
|
|
118
|
+
backgroundColor: palette.gray100
|
|
119
|
+
},
|
|
120
|
+
'secondary': {
|
|
121
|
+
backgroundColor: palette.gray100
|
|
122
|
+
},
|
|
123
|
+
'outlined': {
|
|
124
|
+
backgroundColor: palette.transparent,
|
|
125
|
+
borderWidth: 1,
|
|
126
|
+
borderColor: palette.gray200
|
|
127
|
+
},
|
|
128
|
+
'text-gray700': {
|
|
129
|
+
backgroundColor: palette.transparent
|
|
130
|
+
},
|
|
131
|
+
'danger': {
|
|
132
|
+
backgroundColor: palette.gray100
|
|
133
|
+
},
|
|
134
|
+
'text-white': {
|
|
135
|
+
backgroundColor: palette.transparent
|
|
136
|
+
},
|
|
137
|
+
'gradient1': {
|
|
138
|
+
backgroundColor: palette.gray100
|
|
139
|
+
},
|
|
140
|
+
'gradient4': {
|
|
141
|
+
backgroundColor: palette.gray100
|
|
142
|
+
},
|
|
143
|
+
'gray': {
|
|
144
|
+
backgroundColor: palette.gray100
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
const txtBySize = {
|
|
148
|
+
l: Txt.M.Medium,
|
|
149
|
+
m: Txt.S.Medium,
|
|
150
|
+
s: Txt.XS.Medium
|
|
151
|
+
};
|
|
152
|
+
const defaultContentColorByVariant = {
|
|
153
|
+
'primary': palette.white,
|
|
154
|
+
'secondary': palette.violet500,
|
|
155
|
+
'outlined': palette.gray700,
|
|
156
|
+
'text-gray700': palette.gray700,
|
|
157
|
+
'danger': palette.white,
|
|
158
|
+
'text-white': palette.white,
|
|
159
|
+
'gradient1': palette.white,
|
|
160
|
+
'gradient4': palette.white,
|
|
161
|
+
'gray': palette.gray900
|
|
162
|
+
};
|
|
163
|
+
const pressedContentColorByVariant = {
|
|
164
|
+
...defaultContentColorByVariant,
|
|
165
|
+
'text-gray700': mix(0.3, palette.white, palette.gray700),
|
|
166
|
+
'text-white': mix(0.2, palette.black, palette.white)
|
|
167
|
+
};
|
|
168
|
+
const disabledContentColorByVariant = {
|
|
169
|
+
'primary': palette.gray400,
|
|
170
|
+
'secondary': palette.gray400,
|
|
171
|
+
'outlined': palette.gray200,
|
|
172
|
+
'text-gray700': palette.gray200,
|
|
173
|
+
'danger': palette.gray500,
|
|
174
|
+
'text-white': mix(0.5, palette.black, palette.white),
|
|
175
|
+
'gradient1': palette.gray400,
|
|
176
|
+
'gradient4': palette.gray400,
|
|
177
|
+
'gray': palette.gray400
|
|
178
|
+
};
|
|
179
|
+
const visitedStyleByVariant = {
|
|
180
|
+
'primary': {
|
|
181
|
+
backgroundColor: palette.violet100
|
|
182
|
+
},
|
|
183
|
+
'secondary': {},
|
|
184
|
+
'outlined': {},
|
|
185
|
+
'text-gray700': {},
|
|
186
|
+
'danger': {},
|
|
187
|
+
'text-white': {},
|
|
188
|
+
'gradient1': {},
|
|
189
|
+
'gradient4': {},
|
|
190
|
+
'gray': {}
|
|
191
|
+
};
|
|
192
|
+
const loadingIndicatorColorByVariant = {
|
|
193
|
+
'primary': palette.white,
|
|
194
|
+
'secondary': palette.violet500,
|
|
195
|
+
'outlined': palette.gray700,
|
|
196
|
+
'text-gray700': palette.gray700,
|
|
197
|
+
'text-white': palette.white,
|
|
198
|
+
'danger': palette.white,
|
|
199
|
+
'gradient1': palette.white,
|
|
200
|
+
'gradient4': palette.white,
|
|
201
|
+
'gray': palette.gray700
|
|
202
|
+
};
|
|
203
|
+
const loadingStyleByVariant = {
|
|
204
|
+
'primary': {
|
|
205
|
+
backgroundColor: palette.violet300
|
|
206
|
+
},
|
|
207
|
+
'secondary': {},
|
|
208
|
+
'outlined': {},
|
|
209
|
+
'text-gray700': {},
|
|
210
|
+
'danger': {},
|
|
211
|
+
'text-white': {},
|
|
212
|
+
'gradient1': {},
|
|
213
|
+
'gradient4': {},
|
|
214
|
+
'gray': {}
|
|
215
|
+
};
|
|
216
|
+
const loadingGradientCollectionPropsByVarient = {
|
|
217
|
+
'primary': undefined,
|
|
218
|
+
'secondary': undefined,
|
|
219
|
+
'outlined': undefined,
|
|
220
|
+
'text-gray700': undefined,
|
|
221
|
+
'danger': undefined,
|
|
222
|
+
'text-white': undefined,
|
|
223
|
+
'gradient1': {
|
|
224
|
+
style: [StyleSheet.absoluteFill, {
|
|
225
|
+
opacity: 0.7
|
|
226
|
+
}],
|
|
227
|
+
...gradient.gradient1
|
|
228
|
+
},
|
|
229
|
+
'gradient4': {
|
|
230
|
+
style: [StyleSheet.absoluteFill, {
|
|
231
|
+
opacity: 0.7
|
|
232
|
+
}],
|
|
233
|
+
...gradient.gradient4
|
|
234
|
+
},
|
|
235
|
+
'gray': undefined
|
|
236
|
+
};
|
|
237
|
+
const iconSizeBySize = {
|
|
238
|
+
l: 20,
|
|
239
|
+
m: 16,
|
|
240
|
+
s: 16
|
|
241
|
+
};
|
|
242
|
+
const BaseBtn = props => {
|
|
243
|
+
const {
|
|
244
|
+
getStyle,
|
|
245
|
+
filteredProps
|
|
246
|
+
} = useSx(props);
|
|
247
|
+
const {
|
|
248
|
+
size = 'm',
|
|
249
|
+
variant = 'primary',
|
|
250
|
+
disabled = false,
|
|
251
|
+
fullWidth = false,
|
|
252
|
+
visited = false,
|
|
253
|
+
loading = false,
|
|
254
|
+
text,
|
|
255
|
+
leadingIcon,
|
|
256
|
+
trailingIcon,
|
|
257
|
+
layout,
|
|
258
|
+
onPress,
|
|
259
|
+
testID,
|
|
260
|
+
...rest
|
|
261
|
+
} = filteredProps;
|
|
262
|
+
const contentColor = pressed => pressed ? pressedContentColorByVariant[variant] : disabled ? disabledContentColorByVariant[variant] : defaultContentColorByVariant[variant];
|
|
263
|
+
const isGradient = variant === 'gradient1' || variant === 'gradient4';
|
|
264
|
+
return /*#__PURE__*/_jsx(PressableDelayed, {
|
|
265
|
+
style: ({
|
|
266
|
+
pressed
|
|
267
|
+
}) => [getStyle(), commonStyle, styleBySize[size], styleByFullWidth[fullWidth ? 'true' : 'false'], styleByVariant[variant], pressed ? pressedStyleByVariant[variant] : undefined, visited ? visitedStyleByVariant[variant] : undefined, disabled ? disabledStyleByVariant[variant] : undefined, loading ? loadingStyleByVariant[variant] : undefined, layout],
|
|
268
|
+
disabled: disabled || visited || loading,
|
|
269
|
+
onPress: onPress,
|
|
270
|
+
...rest,
|
|
271
|
+
testID: testID ?? text,
|
|
272
|
+
accessibilityLabel: disabled ? 'disabled' : loading ? 'loading' : 'idle',
|
|
273
|
+
children: ({
|
|
274
|
+
pressed
|
|
275
|
+
}) => /*#__PURE__*/_jsxs(_Fragment, {
|
|
276
|
+
children: [isGradient && loading ? /*#__PURE__*/_jsx(GradientCollection, {
|
|
277
|
+
...loadingGradientCollectionPropsByVarient[variant]
|
|
278
|
+
}) : !isGradient || isGradient && disabled ? null : isGradient ? /*#__PURE__*/_jsx(GradientCollection, {
|
|
279
|
+
...gradientCollectionPropsByVarient[variant]
|
|
280
|
+
}) : null, /*#__PURE__*/_jsxs(RowCenter, {
|
|
281
|
+
style: {
|
|
282
|
+
opacity: loading ? 0 : 1,
|
|
283
|
+
gap: spacing[1]
|
|
284
|
+
},
|
|
285
|
+
children: [leadingIcon && /*#__PURE__*/_jsx(Icon, {
|
|
286
|
+
name: leadingIcon,
|
|
287
|
+
size: iconSizeBySize[size],
|
|
288
|
+
fill: contentColor(pressed)
|
|
289
|
+
}), is.notEmptyString(text) ? txtBySize[size].Color(contentColor(pressed)).render(text) : null, trailingIcon && /*#__PURE__*/_jsx(Icon, {
|
|
290
|
+
name: trailingIcon,
|
|
291
|
+
size: iconSizeBySize[size],
|
|
292
|
+
fill: contentColor(pressed)
|
|
293
|
+
})]
|
|
294
|
+
}), loading ? /*#__PURE__*/_jsx(LoadingIndicator, {
|
|
295
|
+
color: loadingIndicatorColorByVariant[variant],
|
|
296
|
+
style: {
|
|
297
|
+
...StyleSheet.absoluteFillObject
|
|
298
|
+
}
|
|
299
|
+
}) : null]
|
|
300
|
+
})
|
|
301
|
+
});
|
|
302
|
+
};
|
|
303
|
+
export { BaseBtn };
|
|
304
|
+
//# sourceMappingURL=BaseBtn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useSx","spacing","palette","gradient","Txt","PressableDelayed","LoadingIndicator","is","mix","StyleSheet","GradientCollection","Icon","RowCenter","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","commonStyle","alignItems","justifyContent","borderRadius","overflow","styleBySize","l","paddingHorizontal","height","m","s","styleByFullWidth","true","false","alignSelf","styleByVariant","backgroundColor","violet500","violet50","white","borderWidth","borderColor","gray300","transparent","red400","undefined","gray100","gradientCollectionPropsByVarient","style","absoluteFill","gradient1","gradient4","pressedStyleByVariant","violet600","violet100","gray50","gray200","red500","disabledStyleByVariant","txtBySize","M","Medium","S","XS","defaultContentColorByVariant","gray700","gray900","pressedContentColorByVariant","black","disabledContentColorByVariant","gray400","gray500","visitedStyleByVariant","loadingIndicatorColorByVariant","loadingStyleByVariant","violet300","loadingGradientCollectionPropsByVarient","opacity","iconSizeBySize","BaseBtn","props","getStyle","filteredProps","size","variant","disabled","fullWidth","visited","loading","text","leadingIcon","trailingIcon","layout","onPress","testID","rest","contentColor","pressed","isGradient","accessibilityLabel","children","gap","name","fill","notEmptyString","Color","render","color","absoluteFillObject"],"sourceRoot":"../../../../src","sources":["component/Btn/BaseBtn.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { is } from "../../util/index.js";
|
|
4
|
+
import { Box } from "../Box/index.js";
|
|
5
|
+
import { WhiteGradientFixedBottomLayout, FixedBottomLayout } from "../Layout/index.js";
|
|
6
|
+
import { Btn } from "./index.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
const FixedBottomCTABtn = ({
|
|
9
|
+
excludeSafeAreaBottom,
|
|
10
|
+
enableGradient = true,
|
|
11
|
+
wrapper,
|
|
12
|
+
...props
|
|
13
|
+
}) => {
|
|
14
|
+
const Wrapper = enableGradient ? WhiteGradientFixedBottomLayout : FixedBottomLayout;
|
|
15
|
+
const button = /*#__PURE__*/_jsx(Btn, {
|
|
16
|
+
size: 'l',
|
|
17
|
+
variant: 'primary',
|
|
18
|
+
fullWidth: true,
|
|
19
|
+
...props
|
|
20
|
+
});
|
|
21
|
+
return /*#__PURE__*/_jsx(Wrapper, {
|
|
22
|
+
excludeSafeAreaBottom: excludeSafeAreaBottom,
|
|
23
|
+
children: /*#__PURE__*/_jsx(Box, {
|
|
24
|
+
px: 'sidePadding',
|
|
25
|
+
children: is.function(wrapper) ? wrapper(button) : button
|
|
26
|
+
})
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
export { FixedBottomCTABtn };
|
|
30
|
+
//# sourceMappingURL=FixedBottomCTABtn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["is","Box","WhiteGradientFixedBottomLayout","FixedBottomLayout","Btn","jsx","_jsx","FixedBottomCTABtn","excludeSafeAreaBottom","enableGradient","wrapper","props","Wrapper","button","size","variant","fullWidth","children","px","function"],"sourceRoot":"../../../../src","sources":["component/Btn/FixedBottomCTABtn.tsx"],"mappings":";;AAEA,SAASA,EAAE,QAAQ,qBAAY;AAC/B,SAASC,GAAG,QAAQ,iBAAQ;AAC5B,SAASC,8BAA8B,EAAEC,iBAAiB,QAAQ,oBAAW;AAC7E,SAASC,GAAG,QAAQ,YAAS;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAS9B,MAAMC,iBAAiB,GAAGA,CAAC;EAAEC,qBAAqB;EAAEC,cAAc,GAAG,IAAI;EAAEC,OAAO;EAAE,GAAGC;AAAa,CAAC,KAAK;EACxG,MAAMC,OAAO,GAAGH,cAAc,GAAGP,8BAA8B,GAAGC,iBAAiB;EACnF,MAAMU,MAAM,gBAAGP,IAAA,CAACF,GAAG;IAACU,IAAI,EAAE,GAAI;IAACC,OAAO,EAAE,SAAU;IAACC,SAAS;IAAA,GAAKL;EAAK,CAAG,CAAC;EAC1E,oBACEL,IAAA,CAACM,OAAO;IAACJ,qBAAqB,EAAEA,qBAAsB;IAAAS,QAAA,eACpDX,IAAA,CAACL,GAAG;MAACiB,EAAE,EAAE,aAAc;MAAAD,QAAA,EAAEjB,EAAE,CAACmB,QAAQ,CAACT,OAAO,CAAC,GAAGA,OAAO,CAACG,MAAM,CAAC,GAAGA;IAAM,CAAM;EAAC,CACxE,CAAC;AAEd,CAAC;AAED,SAASN,iBAAiB","ignoreList":[]}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { useSx } from '@react-native-styled-system/core';
|
|
4
|
+
import { palette, PressableDelayed, spacing, LoadingIndicator } from '@teamturing/react-native-kit';
|
|
5
|
+
import { mix } from 'polished';
|
|
6
|
+
import { Icon } from "../Icon/index.js";
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
const commonStyle = {
|
|
9
|
+
alignItems: 'center',
|
|
10
|
+
justifyContent: 'center',
|
|
11
|
+
borderRadius: 9999
|
|
12
|
+
};
|
|
13
|
+
const styleBySize = {
|
|
14
|
+
'56': {
|
|
15
|
+
width: 56,
|
|
16
|
+
height: 56
|
|
17
|
+
},
|
|
18
|
+
'40': {
|
|
19
|
+
width: 40,
|
|
20
|
+
height: 40
|
|
21
|
+
},
|
|
22
|
+
'l': {
|
|
23
|
+
width: 48,
|
|
24
|
+
height: 48
|
|
25
|
+
},
|
|
26
|
+
'm': {
|
|
27
|
+
width: 32,
|
|
28
|
+
height: 32
|
|
29
|
+
},
|
|
30
|
+
's': {
|
|
31
|
+
width: 24,
|
|
32
|
+
height: 24
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
const iconSizeBySize = {
|
|
36
|
+
'56': 56,
|
|
37
|
+
'40': 40,
|
|
38
|
+
'l': 24,
|
|
39
|
+
'm': 24,
|
|
40
|
+
's': 16
|
|
41
|
+
};
|
|
42
|
+
const styleByVariant = {
|
|
43
|
+
'primary': {
|
|
44
|
+
backgroundColor: palette.violet500
|
|
45
|
+
},
|
|
46
|
+
'secondary': {
|
|
47
|
+
backgroundColor: palette.violet50
|
|
48
|
+
},
|
|
49
|
+
'outlined': {
|
|
50
|
+
backgroundColor: palette.transparent,
|
|
51
|
+
borderWidth: 1,
|
|
52
|
+
borderColor: palette.gray300
|
|
53
|
+
},
|
|
54
|
+
'plain-gray700': {
|
|
55
|
+
backgroundColor: palette.transparent
|
|
56
|
+
},
|
|
57
|
+
'plain-gray400': {
|
|
58
|
+
backgroundColor: palette.transparent
|
|
59
|
+
},
|
|
60
|
+
'plain-gray300': {
|
|
61
|
+
backgroundColor: palette.transparent
|
|
62
|
+
},
|
|
63
|
+
'plain-violet500': {
|
|
64
|
+
backgroundColor: palette.transparent
|
|
65
|
+
},
|
|
66
|
+
'plain-white': {
|
|
67
|
+
backgroundColor: palette.transparent
|
|
68
|
+
},
|
|
69
|
+
'danger': {
|
|
70
|
+
backgroundColor: palette.red400
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
const pressedStyleByVariant = {
|
|
74
|
+
'primary': {
|
|
75
|
+
backgroundColor: mix(0.1, palette.black, palette.violet500)
|
|
76
|
+
},
|
|
77
|
+
'secondary': {
|
|
78
|
+
backgroundColor: mix(0.03, palette.black, palette.violet50)
|
|
79
|
+
},
|
|
80
|
+
'outlined': {
|
|
81
|
+
backgroundColor: mix(0.03, palette.black, palette.gray300),
|
|
82
|
+
borderWidth: 1,
|
|
83
|
+
borderColor: palette.gray300
|
|
84
|
+
},
|
|
85
|
+
'plain-gray700': {
|
|
86
|
+
backgroundColor: palette.transparent
|
|
87
|
+
},
|
|
88
|
+
'plain-gray400': {
|
|
89
|
+
backgroundColor: palette.transparent
|
|
90
|
+
},
|
|
91
|
+
'plain-gray300': {
|
|
92
|
+
backgroundColor: palette.transparent
|
|
93
|
+
},
|
|
94
|
+
'plain-violet500': {
|
|
95
|
+
backgroundColor: palette.transparent
|
|
96
|
+
},
|
|
97
|
+
'plain-white': {
|
|
98
|
+
backgroundColor: palette.transparent
|
|
99
|
+
},
|
|
100
|
+
'danger': {
|
|
101
|
+
backgroundColor: mix(0.1, palette.black, palette.red400)
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
const disabledStyleByVariant = {
|
|
105
|
+
'primary': {
|
|
106
|
+
backgroundColor: palette.gray100
|
|
107
|
+
},
|
|
108
|
+
'secondary': {
|
|
109
|
+
backgroundColor: palette.gray100
|
|
110
|
+
},
|
|
111
|
+
'outlined': {
|
|
112
|
+
backgroundColor: palette.gray100,
|
|
113
|
+
borderWidth: 1,
|
|
114
|
+
borderColor: palette.transparent
|
|
115
|
+
},
|
|
116
|
+
'plain-gray700': {
|
|
117
|
+
backgroundColor: palette.transparent
|
|
118
|
+
},
|
|
119
|
+
'plain-gray400': {
|
|
120
|
+
backgroundColor: palette.transparent
|
|
121
|
+
},
|
|
122
|
+
'plain-gray300': {
|
|
123
|
+
backgroundColor: palette.transparent
|
|
124
|
+
},
|
|
125
|
+
'plain-violet500': {
|
|
126
|
+
backgroundColor: palette.transparent
|
|
127
|
+
},
|
|
128
|
+
'plain-white': {
|
|
129
|
+
backgroundColor: palette.transparent
|
|
130
|
+
},
|
|
131
|
+
'danger': {
|
|
132
|
+
backgroundColor: palette.gray100
|
|
133
|
+
}
|
|
134
|
+
};
|
|
135
|
+
const iconFillByVariant = {
|
|
136
|
+
'primary': palette.white,
|
|
137
|
+
'secondary': palette.violet500,
|
|
138
|
+
'outlined': palette.gray700,
|
|
139
|
+
'plain-gray700': palette.gray700,
|
|
140
|
+
'plain-gray400': palette.gray400,
|
|
141
|
+
'plain-gray300': palette.gray300,
|
|
142
|
+
'plain-violet500': palette.violet500,
|
|
143
|
+
'plain-white': palette.white,
|
|
144
|
+
'danger': palette.white
|
|
145
|
+
};
|
|
146
|
+
const pressedIconFillByVariant = {
|
|
147
|
+
'primary': palette.white,
|
|
148
|
+
'secondary': palette.violet500,
|
|
149
|
+
'outlined': palette.gray700,
|
|
150
|
+
'plain-gray700': mix(0.1, palette.white, palette.gray700),
|
|
151
|
+
'plain-gray400': mix(0.1, palette.white, palette.gray400),
|
|
152
|
+
'plain-gray300': mix(0.03, palette.black, palette.gray300),
|
|
153
|
+
'plain-violet500': mix(0.1, palette.white, palette.violet500),
|
|
154
|
+
'plain-white': mix(0.1, palette.black, palette.white),
|
|
155
|
+
'danger': palette.gray400
|
|
156
|
+
};
|
|
157
|
+
const disabledIconFillByVariant = {
|
|
158
|
+
'primary': palette.gray400,
|
|
159
|
+
'secondary': palette.gray400,
|
|
160
|
+
'outlined': palette.gray400,
|
|
161
|
+
'plain-gray700': mix(0.7, palette.white, palette.gray700),
|
|
162
|
+
'plain-gray400': mix(0.7, palette.white, palette.gray400),
|
|
163
|
+
'plain-gray300': mix(0.3, palette.white, palette.gray300),
|
|
164
|
+
'plain-violet500': mix(0.7, palette.white, palette.violet500),
|
|
165
|
+
'plain-white': mix(0.4, palette.black, palette.white),
|
|
166
|
+
'danger': palette.gray400
|
|
167
|
+
};
|
|
168
|
+
const visitedStyleByVariant = {
|
|
169
|
+
'primary': {
|
|
170
|
+
backgroundColor: mix(0.7, palette.white, palette.violet500)
|
|
171
|
+
},
|
|
172
|
+
'secondary': {},
|
|
173
|
+
'outlined': {},
|
|
174
|
+
'plain-gray700': {},
|
|
175
|
+
'plain-gray400': {},
|
|
176
|
+
'plain-gray300': {},
|
|
177
|
+
'plain-violet500': {},
|
|
178
|
+
'plain-white': {},
|
|
179
|
+
'danger': {}
|
|
180
|
+
};
|
|
181
|
+
const loadingStyleByVariant = {
|
|
182
|
+
'primary': {
|
|
183
|
+
backgroundColor: mix(0.5, palette.white, palette.violet500)
|
|
184
|
+
},
|
|
185
|
+
'secondary': {
|
|
186
|
+
backgroundColor: palette.violet50
|
|
187
|
+
},
|
|
188
|
+
'outlined': {
|
|
189
|
+
backgroundColor: palette.transparent,
|
|
190
|
+
borderWidth: 1,
|
|
191
|
+
borderColor: palette.gray300
|
|
192
|
+
},
|
|
193
|
+
'plain-gray700': {
|
|
194
|
+
backgroundColor: palette.transparent
|
|
195
|
+
},
|
|
196
|
+
'plain-gray400': {
|
|
197
|
+
backgroundColor: palette.transparent
|
|
198
|
+
},
|
|
199
|
+
'plain-gray300': {
|
|
200
|
+
backgroundColor: palette.transparent
|
|
201
|
+
},
|
|
202
|
+
'plain-violet500': {
|
|
203
|
+
backgroundColor: palette.transparent
|
|
204
|
+
},
|
|
205
|
+
'plain-white': {
|
|
206
|
+
backgroundColor: palette.transparent
|
|
207
|
+
},
|
|
208
|
+
'danger': {
|
|
209
|
+
backgroundColor: palette.red400
|
|
210
|
+
}
|
|
211
|
+
};
|
|
212
|
+
const loadingMathKingIndicatorColorByVariant = {
|
|
213
|
+
'primary': palette.white,
|
|
214
|
+
'secondary': palette.violet500,
|
|
215
|
+
'outlined': palette.gray700,
|
|
216
|
+
'plain-gray700': palette.gray700,
|
|
217
|
+
'plain-gray400': palette.gray400,
|
|
218
|
+
'plain-gray300': palette.gray300,
|
|
219
|
+
'plain-violet500': palette.violet500,
|
|
220
|
+
'plain-white': palette.white,
|
|
221
|
+
'danger': palette.white
|
|
222
|
+
};
|
|
223
|
+
const IconBtn = props => {
|
|
224
|
+
const {
|
|
225
|
+
getStyle,
|
|
226
|
+
filteredProps
|
|
227
|
+
} = useSx(props);
|
|
228
|
+
const {
|
|
229
|
+
name,
|
|
230
|
+
size = 'm',
|
|
231
|
+
variant = 'primary',
|
|
232
|
+
disabled = false,
|
|
233
|
+
visited = false,
|
|
234
|
+
loading = false,
|
|
235
|
+
layout,
|
|
236
|
+
onPress,
|
|
237
|
+
delayAfterEnabled,
|
|
238
|
+
delayAfterEvent,
|
|
239
|
+
...rest
|
|
240
|
+
} = filteredProps;
|
|
241
|
+
const pressable = !(disabled || visited || loading);
|
|
242
|
+
return /*#__PURE__*/_jsx(PressableDelayed, {
|
|
243
|
+
style: ({
|
|
244
|
+
pressed
|
|
245
|
+
}) => [getStyle(), commonStyle, styleBySize[size], styleByVariant[variant], pressed ? pressedStyleByVariant[variant] : undefined, visited ? visitedStyleByVariant[variant] : undefined, disabled ? disabledStyleByVariant[variant] : undefined, loading ? loadingStyleByVariant[variant] : undefined, layout],
|
|
246
|
+
disabled: !pressable,
|
|
247
|
+
hitSlop: {
|
|
248
|
+
top: spacing[1],
|
|
249
|
+
right: spacing[1],
|
|
250
|
+
bottom: spacing[1],
|
|
251
|
+
left: spacing[1]
|
|
252
|
+
},
|
|
253
|
+
onPress: onPress,
|
|
254
|
+
delayAfterEnabled: delayAfterEnabled,
|
|
255
|
+
delayAfterEvent: delayAfterEvent,
|
|
256
|
+
...rest,
|
|
257
|
+
children: ({
|
|
258
|
+
pressed
|
|
259
|
+
}) => loading ? /*#__PURE__*/_jsx(LoadingIndicator, {
|
|
260
|
+
size: iconSizeBySize[size],
|
|
261
|
+
color: loadingMathKingIndicatorColorByVariant[variant]
|
|
262
|
+
}) : /*#__PURE__*/_jsx(Icon, {
|
|
263
|
+
name: name,
|
|
264
|
+
size: iconSizeBySize[size],
|
|
265
|
+
fill: disabled ? disabledIconFillByVariant[variant] : pressed ? pressedIconFillByVariant[variant] : iconFillByVariant[variant]
|
|
266
|
+
})
|
|
267
|
+
});
|
|
268
|
+
};
|
|
269
|
+
export { IconBtn };
|
|
270
|
+
//# sourceMappingURL=IconBtn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useSx","palette","PressableDelayed","spacing","LoadingIndicator","mix","Icon","jsx","_jsx","commonStyle","alignItems","justifyContent","borderRadius","styleBySize","width","height","iconSizeBySize","styleByVariant","backgroundColor","violet500","violet50","transparent","borderWidth","borderColor","gray300","red400","pressedStyleByVariant","black","disabledStyleByVariant","gray100","iconFillByVariant","white","gray700","gray400","pressedIconFillByVariant","disabledIconFillByVariant","visitedStyleByVariant","loadingStyleByVariant","loadingMathKingIndicatorColorByVariant","IconBtn","props","getStyle","filteredProps","name","size","variant","disabled","visited","loading","layout","onPress","delayAfterEnabled","delayAfterEvent","rest","pressable","style","pressed","undefined","hitSlop","top","right","bottom","left","children","color","fill"],"sourceRoot":"../../../../src","sources":["component/Btn/IconBtn.tsx"],"mappings":"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","ignoreList":[]}
|