@aic-kits/react-native 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/auth/components/SocialAuthButton/constants.d.ts +7 -0
- package/lib/auth/components/SocialAuthButton/constants.d.ts.map +1 -0
- package/lib/auth/components/SocialAuthButton/constants.js +14 -0
- package/lib/auth/components/SocialAuthButton/index.d.ts +22 -0
- package/lib/auth/components/SocialAuthButton/index.d.ts.map +1 -0
- package/lib/auth/components/SocialAuthButton/index.js +37 -0
- package/lib/auth/components/SocialSignIn/constants.d.ts +3 -0
- package/lib/auth/components/SocialSignIn/constants.d.ts.map +1 -0
- package/lib/auth/components/SocialSignIn/constants.js +1 -0
- package/lib/auth/components/SocialSignIn/index.d.ts +16 -0
- package/lib/auth/components/SocialSignIn/index.d.ts.map +1 -0
- package/lib/auth/components/SocialSignIn/index.js +11 -0
- package/lib/auth/components/index.d.ts +3 -0
- package/lib/auth/components/index.d.ts.map +1 -0
- package/lib/auth/components/index.js +2 -0
- package/lib/auth/hooks/index.d.ts +2 -0
- package/lib/auth/hooks/index.d.ts.map +1 -0
- package/lib/auth/hooks/index.js +1 -0
- package/lib/auth/hooks/useAuthListener.d.ts +6 -0
- package/lib/auth/hooks/useAuthListener.d.ts.map +1 -0
- package/lib/auth/hooks/useAuthListener.js +40 -0
- package/lib/auth/index.d.ts +7 -0
- package/lib/auth/index.d.ts.map +1 -0
- package/lib/auth/index.js +6 -0
- package/lib/auth/types.d.ts +26 -0
- package/lib/auth/types.d.ts.map +1 -0
- package/lib/auth/types.js +1 -0
- package/lib/auth/utils/apple.d.ts +4 -0
- package/lib/auth/utils/apple.d.ts.map +1 -0
- package/lib/auth/utils/apple.js +90 -0
- package/lib/auth/utils/email.d.ts +11 -0
- package/lib/auth/utils/email.d.ts.map +1 -0
- package/lib/auth/utils/email.js +33 -0
- package/lib/auth/utils/facebook.d.ts +4 -0
- package/lib/auth/utils/facebook.d.ts.map +1 -0
- package/lib/auth/utils/facebook.js +59 -0
- package/lib/auth/utils/google.d.ts +3 -0
- package/lib/auth/utils/google.d.ts.map +1 -0
- package/lib/auth/utils/google.js +33 -0
- package/lib/auth/utils/index.d.ts +8 -0
- package/lib/auth/utils/index.d.ts.map +1 -0
- package/lib/auth/utils/index.js +55 -0
- package/lib/components/Art/BrandArt.d.ts +3 -0
- package/lib/components/Art/BrandArt.d.ts.map +1 -0
- package/lib/components/Art/BrandArt.js +6 -0
- package/lib/components/Art/EmojiArt.d.ts +3 -0
- package/lib/components/Art/EmojiArt.d.ts.map +1 -0
- package/lib/components/Art/EmojiArt.js +25 -0
- package/lib/components/Art/IconArt.d.ts +3 -0
- package/lib/components/Art/IconArt.d.ts.map +1 -0
- package/lib/components/Art/IconArt.js +26 -0
- package/lib/components/Art/ImageArt.d.ts +3 -0
- package/lib/components/Art/ImageArt.d.ts.map +1 -0
- package/lib/components/Art/ImageArt.js +24 -0
- package/lib/components/Art/SvgArt.d.ts +3 -0
- package/lib/components/Art/SvgArt.d.ts.map +1 -0
- package/lib/components/Art/SvgArt.js +51 -0
- package/lib/components/Art/constants.d.ts +5 -0
- package/lib/components/Art/constants.d.ts.map +1 -0
- package/lib/components/Art/constants.js +6 -0
- package/lib/components/Art/hooks.d.ts +3 -0
- package/lib/components/Art/hooks.d.ts.map +1 -0
- package/lib/components/Art/hooks.js +8 -0
- package/lib/components/Art/index.d.ts +10 -0
- package/lib/components/Art/index.d.ts.map +1 -0
- package/lib/components/Art/index.js +29 -0
- package/lib/components/Art/types.d.ts +157 -0
- package/lib/components/Art/types.d.ts.map +1 -0
- package/lib/components/Art/types.js +1 -0
- package/lib/components/Art/utils.d.ts +40 -0
- package/lib/components/Art/utils.d.ts.map +1 -0
- package/lib/components/Art/utils.js +68 -0
- package/lib/components/Avatar/Wrapper.d.ts +11 -0
- package/lib/components/Avatar/Wrapper.d.ts.map +1 -0
- package/lib/components/Avatar/Wrapper.js +67 -0
- package/lib/components/Avatar/apiCalls/useUploadCloudinaryImageApi.d.ts +14 -0
- package/lib/components/Avatar/apiCalls/useUploadCloudinaryImageApi.d.ts.map +1 -0
- package/lib/components/Avatar/apiCalls/useUploadCloudinaryImageApi.js +24 -0
- package/lib/components/Avatar/index.d.ts +3 -0
- package/lib/components/Avatar/index.d.ts.map +1 -0
- package/lib/components/Avatar/index.js +37 -0
- package/lib/components/Avatar/types.d.ts +51 -0
- package/lib/components/Avatar/types.d.ts.map +1 -0
- package/lib/components/Avatar/types.js +1 -0
- package/lib/components/Avatar/utils.d.ts +6 -0
- package/lib/components/Avatar/utils.d.ts.map +1 -0
- package/lib/components/Avatar/utils.js +9 -0
- package/lib/components/Base/BaseFooter.d.ts +8 -0
- package/lib/components/Base/BaseFooter.d.ts.map +1 -0
- package/lib/components/Base/BaseFooter.js +18 -0
- package/lib/components/Base/index.d.ts +4 -0
- package/lib/components/Base/index.d.ts.map +1 -0
- package/lib/components/Base/index.js +49 -0
- package/lib/components/Base/types.d.ts +83 -0
- package/lib/components/Base/types.d.ts.map +1 -0
- package/lib/components/Base/types.js +1 -0
- package/lib/components/Box/StyledBox.d.ts +254 -0
- package/lib/components/Box/StyledBox.d.ts.map +1 -0
- package/lib/components/Box/StyledBox.js +53 -0
- package/lib/components/Box/config.d.ts +359 -0
- package/lib/components/Box/config.d.ts.map +1 -0
- package/lib/components/Box/config.js +227 -0
- package/lib/components/Box/index.d.ts +11 -0
- package/lib/components/Box/index.d.ts.map +1 -0
- package/lib/components/Box/index.js +14 -0
- package/lib/components/Box/types.d.ts +53 -0
- package/lib/components/Box/types.d.ts.map +1 -0
- package/lib/components/Box/types.js +1 -0
- package/lib/components/Bubble/index.d.ts +8 -0
- package/lib/components/Bubble/index.d.ts.map +1 -0
- package/lib/components/Bubble/index.js +20 -0
- package/lib/components/Bubble/type.d.ts +18 -0
- package/lib/components/Bubble/type.d.ts.map +1 -0
- package/lib/components/Bubble/type.js +1 -0
- package/lib/components/Bubble/utils.d.ts +12 -0
- package/lib/components/Bubble/utils.d.ts.map +1 -0
- package/lib/components/Bubble/utils.js +33 -0
- package/lib/components/Button/StyledButton.d.ts +34 -0
- package/lib/components/Button/StyledButton.d.ts.map +1 -0
- package/lib/components/Button/StyledButton.js +49 -0
- package/lib/components/Button/index.d.ts +64 -0
- package/lib/components/Button/index.d.ts.map +1 -0
- package/lib/components/Button/index.js +20 -0
- package/lib/components/Button/utils.d.ts +4 -0
- package/lib/components/Button/utils.d.ts.map +1 -0
- package/lib/components/Button/utils.js +10 -0
- package/lib/components/Card/StyledCard.d.ts +226 -0
- package/lib/components/Card/StyledCard.d.ts.map +1 -0
- package/lib/components/Card/StyledCard.js +17 -0
- package/lib/components/Card/index.d.ts +27 -0
- package/lib/components/Card/index.d.ts.map +1 -0
- package/lib/components/Card/index.js +44 -0
- package/lib/components/Chart/LineChart.d.ts +3 -0
- package/lib/components/Chart/LineChart.d.ts.map +1 -0
- package/lib/components/Chart/LineChart.js +27 -0
- package/lib/components/Chart/constants.d.ts +2 -0
- package/lib/components/Chart/constants.d.ts.map +1 -0
- package/lib/components/Chart/constants.js +47 -0
- package/lib/components/Chart/index.d.ts +3 -0
- package/lib/components/Chart/index.d.ts.map +1 -0
- package/lib/components/Chart/index.js +10 -0
- package/lib/components/Chart/types.d.ts +32 -0
- package/lib/components/Chart/types.d.ts.map +1 -0
- package/lib/components/Chart/types.js +1 -0
- package/lib/components/Chart/utils.d.ts +6 -0
- package/lib/components/Chart/utils.d.ts.map +1 -0
- package/lib/components/Chart/utils.js +8 -0
- package/lib/components/Chat/ImageChat.d.ts +8 -0
- package/lib/components/Chat/ImageChat.d.ts.map +1 -0
- package/lib/components/Chat/ImageChat.js +24 -0
- package/lib/components/Chat/TextChat.d.ts +8 -0
- package/lib/components/Chat/TextChat.d.ts.map +1 -0
- package/lib/components/Chat/TextChat.js +37 -0
- package/lib/components/Chat/VideoChat.d.ts +6 -0
- package/lib/components/Chat/VideoChat.d.ts.map +1 -0
- package/lib/components/Chat/VideoChat.js +56 -0
- package/lib/components/Chat/index.d.ts +4 -0
- package/lib/components/Chat/index.d.ts.map +1 -0
- package/lib/components/Chat/index.js +26 -0
- package/lib/components/Chat/type.d.ts +95 -0
- package/lib/components/Chat/type.d.ts.map +1 -0
- package/lib/components/Chat/type.js +1 -0
- package/lib/components/ChatCluster/index.d.ts +4 -0
- package/lib/components/ChatCluster/index.d.ts.map +1 -0
- package/lib/components/ChatCluster/index.js +22 -0
- package/lib/components/ChatCluster/types.d.ts +11 -0
- package/lib/components/ChatCluster/types.d.ts.map +1 -0
- package/lib/components/ChatCluster/types.js +1 -0
- package/lib/components/ChatCluster/utils.d.ts +5 -0
- package/lib/components/ChatCluster/utils.d.ts.map +1 -0
- package/lib/components/ChatCluster/utils.js +15 -0
- package/lib/components/Chip/index.d.ts +3 -0
- package/lib/components/Chip/index.d.ts.map +1 -0
- package/lib/components/Chip/index.js +16 -0
- package/lib/components/Chip/types.d.ts +50 -0
- package/lib/components/Chip/types.d.ts.map +1 -0
- package/lib/components/Chip/types.js +1 -0
- package/lib/components/Divider/StyledDivider.d.ts +12 -0
- package/lib/components/Divider/StyledDivider.d.ts.map +1 -0
- package/lib/components/Divider/StyledDivider.js +17 -0
- package/lib/components/Divider/index.d.ts +15 -0
- package/lib/components/Divider/index.d.ts.map +1 -0
- package/lib/components/Divider/index.js +4 -0
- package/lib/components/FastList/index.d.ts +25 -0
- package/lib/components/FastList/index.d.ts.map +1 -0
- package/lib/components/FastList/index.js +13 -0
- package/lib/components/Filter/index.d.ts +40 -0
- package/lib/components/Filter/index.d.ts.map +1 -0
- package/lib/components/Filter/index.js +23 -0
- package/lib/components/Gradient/index.d.ts +11 -0
- package/lib/components/Gradient/index.d.ts.map +1 -0
- package/lib/components/Gradient/index.js +10 -0
- package/lib/components/Header/BackButton.d.ts +5 -0
- package/lib/components/Header/BackButton.d.ts.map +1 -0
- package/lib/components/Header/BackButton.js +22 -0
- package/lib/components/Header/DefaultHeader.d.ts +8 -0
- package/lib/components/Header/DefaultHeader.d.ts.map +1 -0
- package/lib/components/Header/DefaultHeader.js +13 -0
- package/lib/components/Header/HeaderContent.d.ts +6 -0
- package/lib/components/Header/HeaderContent.d.ts.map +1 -0
- package/lib/components/Header/HeaderContent.js +18 -0
- package/lib/components/Header/IconButton.d.ts +13 -0
- package/lib/components/Header/IconButton.d.ts.map +1 -0
- package/lib/components/Header/IconButton.js +6 -0
- package/lib/components/Header/ProgressHeader.d.ts +7 -0
- package/lib/components/Header/ProgressHeader.d.ts.map +1 -0
- package/lib/components/Header/ProgressHeader.js +18 -0
- package/lib/components/Header/RightButton.d.ts +3 -0
- package/lib/components/Header/RightButton.d.ts.map +1 -0
- package/lib/components/Header/RightButton.js +15 -0
- package/lib/components/Header/index.d.ts +4 -0
- package/lib/components/Header/index.d.ts.map +1 -0
- package/lib/components/Header/index.js +12 -0
- package/lib/components/Header/types.d.ts +86 -0
- package/lib/components/Header/types.d.ts.map +1 -0
- package/lib/components/Header/types.js +1 -0
- package/lib/components/Header/utils.d.ts +10 -0
- package/lib/components/Header/utils.d.ts.map +1 -0
- package/lib/components/Header/utils.js +3 -0
- package/lib/components/Icon/AnimatedIcon.d.ts +6 -0
- package/lib/components/Icon/AnimatedIcon.d.ts.map +1 -0
- package/lib/components/Icon/AnimatedIcon.js +34 -0
- package/lib/components/Icon/PlainIcon.d.ts +16 -0
- package/lib/components/Icon/PlainIcon.d.ts.map +1 -0
- package/lib/components/Icon/PlainIcon.js +13 -0
- package/lib/components/Icon/constants.d.ts +703 -0
- package/lib/components/Icon/constants.d.ts.map +1 -0
- package/lib/components/Icon/constants.js +702 -0
- package/lib/components/Icon/index.d.ts +34 -0
- package/lib/components/Icon/index.d.ts.map +1 -0
- package/lib/components/Icon/index.js +24 -0
- package/lib/components/Icon/utils.d.ts +3 -0
- package/lib/components/Icon/utils.d.ts.map +1 -0
- package/lib/components/Icon/utils.js +2 -0
- package/lib/components/Image/ImageDetail.d.ts +11 -0
- package/lib/components/Image/ImageDetail.d.ts.map +1 -0
- package/lib/components/Image/ImageDetail.js +33 -0
- package/lib/components/Image/index.d.ts +11 -0
- package/lib/components/Image/index.d.ts.map +1 -0
- package/lib/components/Image/index.js +5 -0
- package/lib/components/Image/utils.d.ts +6 -0
- package/lib/components/Image/utils.d.ts.map +1 -0
- package/lib/components/Image/utils.js +12 -0
- package/lib/components/InfoCard/BasicInfoCard.d.ts +19 -0
- package/lib/components/InfoCard/BasicInfoCard.d.ts.map +1 -0
- package/lib/components/InfoCard/BasicInfoCard.js +18 -0
- package/lib/components/InfoCard/NewsInfoCard.d.ts +22 -0
- package/lib/components/InfoCard/NewsInfoCard.d.ts.map +1 -0
- package/lib/components/InfoCard/NewsInfoCard.js +15 -0
- package/lib/components/InfoCard/ThumbnailInfoCard.d.ts +33 -0
- package/lib/components/InfoCard/ThumbnailInfoCard.d.ts.map +1 -0
- package/lib/components/InfoCard/ThumbnailInfoCard.js +24 -0
- package/lib/components/InfoCard/index.d.ts +15 -0
- package/lib/components/InfoCard/index.d.ts.map +1 -0
- package/lib/components/InfoCard/index.js +16 -0
- package/lib/components/Input/StyledInput.d.ts +13 -0
- package/lib/components/Input/StyledInput.d.ts.map +1 -0
- package/lib/components/Input/StyledInput.js +14 -0
- package/lib/components/Input/index.d.ts +34 -0
- package/lib/components/Input/index.d.ts.map +1 -0
- package/lib/components/Input/index.js +15 -0
- package/lib/components/LevelStep/CircularProgress.d.ts +12 -0
- package/lib/components/LevelStep/CircularProgress.d.ts.map +1 -0
- package/lib/components/LevelStep/CircularProgress.js +27 -0
- package/lib/components/LevelStep/TransformedSvg.d.ts +13 -0
- package/lib/components/LevelStep/TransformedSvg.d.ts.map +1 -0
- package/lib/components/LevelStep/TransformedSvg.js +9 -0
- package/lib/components/LevelStep/constants.d.ts +8 -0
- package/lib/components/LevelStep/constants.d.ts.map +1 -0
- package/lib/components/LevelStep/constants.js +17 -0
- package/lib/components/LevelStep/index.d.ts +3 -0
- package/lib/components/LevelStep/index.d.ts.map +1 -0
- package/lib/components/LevelStep/index.js +78 -0
- package/lib/components/LevelStep/types.d.ts +7 -0
- package/lib/components/LevelStep/types.d.ts.map +1 -0
- package/lib/components/LevelStep/types.js +1 -0
- package/lib/components/List/index.d.ts +13 -0
- package/lib/components/List/index.d.ts.map +1 -0
- package/lib/components/List/index.js +13 -0
- package/lib/components/Loading/Loading.d.ts +3 -0
- package/lib/components/Loading/Loading.d.ts.map +1 -0
- package/lib/components/Loading/Loading.js +61 -0
- package/lib/components/Loading/StyledLoading.d.ts +14 -0
- package/lib/components/Loading/StyledLoading.d.ts.map +1 -0
- package/lib/components/Loading/StyledLoading.js +18 -0
- package/lib/components/Loading/index.d.ts +3 -0
- package/lib/components/Loading/index.d.ts.map +1 -0
- package/lib/components/Loading/index.js +26 -0
- package/lib/components/Loading/types.d.ts +25 -0
- package/lib/components/Loading/types.d.ts.map +1 -0
- package/lib/components/Loading/types.js +1 -0
- package/lib/components/Notification/Notification.d.ts +6 -0
- package/lib/components/Notification/Notification.d.ts.map +1 -0
- package/lib/components/Notification/Notification.js +13 -0
- package/lib/components/Notification/NotificationProvider.d.ts +4 -0
- package/lib/components/Notification/NotificationProvider.d.ts.map +1 -0
- package/lib/components/Notification/NotificationProvider.js +13 -0
- package/lib/components/Notification/Toast.d.ts +8 -0
- package/lib/components/Notification/Toast.d.ts.map +1 -0
- package/lib/components/Notification/Toast.js +32 -0
- package/lib/components/Notification/context.d.ts +7 -0
- package/lib/components/Notification/context.d.ts.map +1 -0
- package/lib/components/Notification/context.js +9 -0
- package/lib/components/Notification/index.d.ts +3 -0
- package/lib/components/Notification/index.d.ts.map +1 -0
- package/lib/components/Notification/index.js +2 -0
- package/lib/components/PlaySwitch/index.d.ts +4 -0
- package/lib/components/PlaySwitch/index.d.ts.map +1 -0
- package/lib/components/PlaySwitch/index.js +62 -0
- package/lib/components/PlaySwitch/types.d.ts +23 -0
- package/lib/components/PlaySwitch/types.d.ts.map +1 -0
- package/lib/components/PlaySwitch/types.js +1 -0
- package/lib/components/Progress/StyledProgress.d.ts +225 -0
- package/lib/components/Progress/StyledProgress.d.ts.map +1 -0
- package/lib/components/Progress/StyledProgress.js +22 -0
- package/lib/components/Progress/index.d.ts +25 -0
- package/lib/components/Progress/index.d.ts.map +1 -0
- package/lib/components/Progress/index.js +33 -0
- package/lib/components/Scrollable/StyledScrollable.d.ts +33 -0
- package/lib/components/Scrollable/StyledScrollable.d.ts.map +1 -0
- package/lib/components/Scrollable/StyledScrollable.js +56 -0
- package/lib/components/Scrollable/index.d.ts +6 -0
- package/lib/components/Scrollable/index.d.ts.map +1 -0
- package/lib/components/Scrollable/index.js +15 -0
- package/lib/components/Scrollable/types.d.ts +5 -0
- package/lib/components/Scrollable/types.d.ts.map +1 -0
- package/lib/components/Scrollable/types.js +1 -0
- package/lib/components/Sectional/Item.d.ts +13 -0
- package/lib/components/Sectional/Item.d.ts.map +1 -0
- package/lib/components/Sectional/Item.js +21 -0
- package/lib/components/Sectional/index.d.ts +9 -0
- package/lib/components/Sectional/index.d.ts.map +1 -0
- package/lib/components/Sectional/index.js +25 -0
- package/lib/components/Sectional/types.d.ts +33 -0
- package/lib/components/Sectional/types.d.ts.map +1 -0
- package/lib/components/Sectional/types.js +1 -0
- package/lib/components/Sectional/utils.d.ts +11 -0
- package/lib/components/Sectional/utils.d.ts.map +1 -0
- package/lib/components/Sectional/utils.js +37 -0
- package/lib/components/Selection/index.d.ts +17 -0
- package/lib/components/Selection/index.d.ts.map +1 -0
- package/lib/components/Selection/index.js +24 -0
- package/lib/components/Skeleton/SkeletonBackground.d.ts +6 -0
- package/lib/components/Skeleton/SkeletonBackground.d.ts.map +1 -0
- package/lib/components/Skeleton/SkeletonBackground.js +23 -0
- package/lib/components/Skeleton/SkeletonWrapper.d.ts +8 -0
- package/lib/components/Skeleton/SkeletonWrapper.d.ts.map +1 -0
- package/lib/components/Skeleton/SkeletonWrapper.js +50 -0
- package/lib/components/Skeleton/index.d.ts +4 -0
- package/lib/components/Skeleton/index.d.ts.map +1 -0
- package/lib/components/Skeleton/index.js +16 -0
- package/lib/components/Skeleton/types.d.ts +16 -0
- package/lib/components/Skeleton/types.d.ts.map +1 -0
- package/lib/components/Skeleton/types.js +1 -0
- package/lib/components/Slides/index.d.ts +14 -0
- package/lib/components/Slides/index.d.ts.map +1 -0
- package/lib/components/Slides/index.js +46 -0
- package/lib/components/Squircle/index.d.ts +35 -0
- package/lib/components/Squircle/index.d.ts.map +1 -0
- package/lib/components/Squircle/index.js +21 -0
- package/lib/components/Squircle/types.d.ts +20 -0
- package/lib/components/Squircle/types.d.ts.map +1 -0
- package/lib/components/Squircle/types.js +1 -0
- package/lib/components/Squircle/utils.d.ts +4 -0
- package/lib/components/Squircle/utils.d.ts.map +1 -0
- package/lib/components/Squircle/utils.js +86 -0
- package/lib/components/Text/StyledText.d.ts +18 -0
- package/lib/components/Text/StyledText.d.ts.map +1 -0
- package/lib/components/Text/StyledText.js +19 -0
- package/lib/components/Text/constants.d.ts +3 -0
- package/lib/components/Text/constants.d.ts.map +1 -0
- package/lib/components/Text/constants.js +6 -0
- package/lib/components/Text/index.d.ts +6 -0
- package/lib/components/Text/index.d.ts.map +1 -0
- package/lib/components/Text/index.js +7 -0
- package/lib/components/Text/types.d.ts +55 -0
- package/lib/components/Text/types.d.ts.map +1 -0
- package/lib/components/Text/types.js +1 -0
- package/lib/components/Text/withRichText.d.ts +6 -0
- package/lib/components/Text/withRichText.d.ts.map +1 -0
- package/lib/components/Text/withRichText.js +38 -0
- package/lib/components/Touchable/index.d.ts +5 -0
- package/lib/components/Touchable/index.d.ts.map +1 -0
- package/lib/components/Touchable/index.js +56 -0
- package/lib/components/Touchable/types.d.ts +22 -0
- package/lib/components/Touchable/types.d.ts.map +1 -0
- package/lib/components/Touchable/types.js +1 -0
- package/lib/components/Video/StyledVideoControlManager.d.ts +49 -0
- package/lib/components/Video/StyledVideoControlManager.d.ts.map +1 -0
- package/lib/components/Video/StyledVideoControlManager.js +64 -0
- package/lib/components/Video/StyledVideoDetail.d.ts +16 -0
- package/lib/components/Video/StyledVideoDetail.d.ts.map +1 -0
- package/lib/components/Video/StyledVideoDetail.js +23 -0
- package/lib/components/Video/VideoControlManager.d.ts +10 -0
- package/lib/components/Video/VideoControlManager.d.ts.map +1 -0
- package/lib/components/Video/VideoControlManager.js +67 -0
- package/lib/components/Video/VideoDetail.d.ts +11 -0
- package/lib/components/Video/VideoDetail.d.ts.map +1 -0
- package/lib/components/Video/VideoDetail.js +102 -0
- package/lib/components/Video/index.d.ts +25 -0
- package/lib/components/Video/index.d.ts.map +1 -0
- package/lib/components/Video/index.js +49 -0
- package/lib/components/Vimeo/Player.d.ts +4 -0
- package/lib/components/Vimeo/Player.d.ts.map +1 -0
- package/lib/components/Vimeo/Player.js +30 -0
- package/lib/components/Vimeo/constants.d.ts +2 -0
- package/lib/components/Vimeo/constants.d.ts.map +1 -0
- package/lib/components/Vimeo/constants.js +23 -0
- package/lib/components/Vimeo/index.d.ts +10 -0
- package/lib/components/Vimeo/index.d.ts.map +1 -0
- package/lib/components/Vimeo/index.js +35 -0
- package/lib/components/Vimeo/types.d.ts +74 -0
- package/lib/components/Vimeo/types.d.ts.map +1 -0
- package/lib/components/Vimeo/types.js +1 -0
- package/lib/components/Vimeo/utils.d.ts +4 -0
- package/lib/components/Vimeo/utils.d.ts.map +1 -0
- package/lib/components/Vimeo/utils.js +126 -0
- package/lib/components/index.d.ts +33 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +32 -0
- package/lib/hooks/index.d.ts +3 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +2 -0
- package/lib/hooks/useKeyboard.d.ts +10 -0
- package/lib/hooks/useKeyboard.d.ts.map +1 -0
- package/lib/hooks/useKeyboard.js +54 -0
- package/lib/hooks/usePrevious.d.ts +3 -0
- package/lib/hooks/usePrevious.d.ts.map +1 -0
- package/lib/hooks/usePrevious.js +9 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +6 -0
- package/lib/services/base/BaseResponse.d.ts +12 -0
- package/lib/services/base/BaseResponse.d.ts.map +1 -0
- package/lib/services/base/BaseResponse.js +9 -0
- package/lib/services/base/BaseService.d.ts +8 -0
- package/lib/services/base/BaseService.d.ts.map +1 -0
- package/lib/services/base/BaseService.js +61 -0
- package/lib/services/base/index.d.ts +3 -0
- package/lib/services/base/index.d.ts.map +1 -0
- package/lib/services/base/index.js +2 -0
- package/lib/services/hooks/index.d.ts +2 -0
- package/lib/services/hooks/index.d.ts.map +1 -0
- package/lib/services/hooks/index.js +1 -0
- package/lib/services/hooks/useRequest.d.ts +14 -0
- package/lib/services/hooks/useRequest.d.ts.map +1 -0
- package/lib/services/hooks/useRequest.js +30 -0
- package/lib/services/index.d.ts +3 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +2 -0
- package/lib/theme/ThemeProvider.d.ts +13 -0
- package/lib/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/theme/ThemeProvider.js +5 -0
- package/lib/theme/ThemeSwitcher.d.ts +9 -0
- package/lib/theme/ThemeSwitcher.d.ts.map +1 -0
- package/lib/theme/ThemeSwitcher.js +19 -0
- package/lib/theme/common/borders.d.ts +9 -0
- package/lib/theme/common/borders.d.ts.map +1 -0
- package/lib/theme/common/borders.js +27 -0
- package/lib/theme/common/colors.d.ts +74 -0
- package/lib/theme/common/colors.d.ts.map +1 -0
- package/lib/theme/common/colors.js +73 -0
- package/lib/theme/common/gradient.d.ts +13 -0
- package/lib/theme/common/gradient.d.ts.map +1 -0
- package/lib/theme/common/gradient.js +12 -0
- package/lib/theme/common/index.d.ts +50 -0
- package/lib/theme/common/index.d.ts.map +1 -0
- package/lib/theme/common/index.js +37 -0
- package/lib/theme/common/scale.d.ts +12 -0
- package/lib/theme/common/scale.d.ts.map +1 -0
- package/lib/theme/common/scale.js +16 -0
- package/lib/theme/common/shadows.d.ts +17 -0
- package/lib/theme/common/shadows.d.ts.map +1 -0
- package/lib/theme/common/shadows.js +13 -0
- package/lib/theme/common/sizes.d.ts +6 -0
- package/lib/theme/common/sizes.d.ts.map +1 -0
- package/lib/theme/common/sizes.js +26 -0
- package/lib/theme/common/spaces.d.ts +5 -0
- package/lib/theme/common/spaces.d.ts.map +1 -0
- package/lib/theme/common/spaces.js +31 -0
- package/lib/theme/common/text.d.ts +14 -0
- package/lib/theme/common/text.d.ts.map +1 -0
- package/lib/theme/common/text.js +70 -0
- package/lib/theme/components/art.d.ts +17 -0
- package/lib/theme/components/art.d.ts.map +1 -0
- package/lib/theme/components/art.js +15 -0
- package/lib/theme/components/avatar.d.ts +11 -0
- package/lib/theme/components/avatar.d.ts.map +1 -0
- package/lib/theme/components/avatar.js +20 -0
- package/lib/theme/components/base.d.ts +14 -0
- package/lib/theme/components/base.d.ts.map +1 -0
- package/lib/theme/components/base.js +17 -0
- package/lib/theme/components/bubble.d.ts +6 -0
- package/lib/theme/components/bubble.d.ts.map +1 -0
- package/lib/theme/components/bubble.js +10 -0
- package/lib/theme/components/button.d.ts +12 -0
- package/lib/theme/components/button.d.ts.map +1 -0
- package/lib/theme/components/button.js +22 -0
- package/lib/theme/components/card.d.ts +8 -0
- package/lib/theme/components/card.d.ts.map +1 -0
- package/lib/theme/components/card.js +16 -0
- package/lib/theme/components/chart.d.ts +16 -0
- package/lib/theme/components/chart.d.ts.map +1 -0
- package/lib/theme/components/chart.js +22 -0
- package/lib/theme/components/chat.d.ts +11 -0
- package/lib/theme/components/chat.d.ts.map +1 -0
- package/lib/theme/components/chat.js +20 -0
- package/lib/theme/components/chip.d.ts +18 -0
- package/lib/theme/components/chip.d.ts.map +1 -0
- package/lib/theme/components/chip.js +43 -0
- package/lib/theme/components/divider.d.ts +12 -0
- package/lib/theme/components/divider.d.ts.map +1 -0
- package/lib/theme/components/divider.js +16 -0
- package/lib/theme/components/filter.d.ts +5 -0
- package/lib/theme/components/filter.d.ts.map +1 -0
- package/lib/theme/components/filter.js +8 -0
- package/lib/theme/components/header.d.ts +30 -0
- package/lib/theme/components/header.d.ts.map +1 -0
- package/lib/theme/components/header.js +36 -0
- package/lib/theme/components/image.d.ts +4 -0
- package/lib/theme/components/image.d.ts.map +1 -0
- package/lib/theme/components/image.js +6 -0
- package/lib/theme/components/index.d.ts +27 -0
- package/lib/theme/components/index.d.ts.map +1 -0
- package/lib/theme/components/index.js +26 -0
- package/lib/theme/components/infoCard.d.ts +25 -0
- package/lib/theme/components/infoCard.d.ts.map +1 -0
- package/lib/theme/components/infoCard.js +32 -0
- package/lib/theme/components/input.d.ts +21 -0
- package/lib/theme/components/input.d.ts.map +1 -0
- package/lib/theme/components/input.js +34 -0
- package/lib/theme/components/levelStep.d.ts +48 -0
- package/lib/theme/components/levelStep.d.ts.map +1 -0
- package/lib/theme/components/levelStep.js +56 -0
- package/lib/theme/components/loading.d.ts +16 -0
- package/lib/theme/components/loading.d.ts.map +1 -0
- package/lib/theme/components/loading.js +27 -0
- package/lib/theme/components/notification.d.ts +23 -0
- package/lib/theme/components/notification.d.ts.map +1 -0
- package/lib/theme/components/notification.js +38 -0
- package/lib/theme/components/playSwitch.d.ts +10 -0
- package/lib/theme/components/playSwitch.d.ts.map +1 -0
- package/lib/theme/components/playSwitch.js +14 -0
- package/lib/theme/components/progress.d.ts +10 -0
- package/lib/theme/components/progress.d.ts.map +1 -0
- package/lib/theme/components/progress.js +14 -0
- package/lib/theme/components/selection.d.ts +9 -0
- package/lib/theme/components/selection.d.ts.map +1 -0
- package/lib/theme/components/selection.js +21 -0
- package/lib/theme/components/skeleton.d.ts +11 -0
- package/lib/theme/components/skeleton.d.ts.map +1 -0
- package/lib/theme/components/skeleton.js +18 -0
- package/lib/theme/components/slides.d.ts +7 -0
- package/lib/theme/components/slides.d.ts.map +1 -0
- package/lib/theme/components/slides.js +10 -0
- package/lib/theme/components/text.d.ts +21 -0
- package/lib/theme/components/text.d.ts.map +1 -0
- package/lib/theme/components/text.js +22 -0
- package/lib/theme/components/touchable.d.ts +15 -0
- package/lib/theme/components/touchable.d.ts.map +1 -0
- package/lib/theme/components/touchable.js +41 -0
- package/lib/theme/components/video.d.ts +18 -0
- package/lib/theme/components/video.d.ts.map +1 -0
- package/lib/theme/components/video.js +47 -0
- package/lib/theme/getTheme.d.ts +34 -0
- package/lib/theme/getTheme.d.ts.map +1 -0
- package/lib/theme/getTheme.js +36 -0
- package/lib/theme/index.d.ts +10 -0
- package/lib/theme/index.d.ts.map +1 -0
- package/lib/theme/index.js +7 -0
- package/lib/utils/api/index.d.ts +3 -0
- package/lib/utils/api/index.d.ts.map +1 -0
- package/lib/utils/api/index.js +2 -0
- package/lib/utils/api/keys.d.ts +3 -0
- package/lib/utils/api/keys.d.ts.map +1 -0
- package/lib/utils/api/keys.js +11 -0
- package/lib/utils/api/urls.d.ts +3 -0
- package/lib/utils/api/urls.d.ts.map +1 -0
- package/lib/utils/api/urls.js +8 -0
- package/lib/utils/format/index.d.ts +3 -0
- package/lib/utils/format/index.d.ts.map +1 -0
- package/lib/utils/format/index.js +2 -0
- package/lib/utils/format/text.d.ts +4 -0
- package/lib/utils/format/text.d.ts.map +1 -0
- package/lib/utils/format/text.js +13 -0
- package/lib/utils/haptic/index.d.ts +4 -0
- package/lib/utils/haptic/index.d.ts.map +1 -0
- package/lib/utils/haptic/index.js +3 -0
- package/lib/utils/haptic/types.d.ts +25 -0
- package/lib/utils/haptic/types.d.ts.map +1 -0
- package/lib/utils/haptic/types.js +25 -0
- package/lib/utils/haptic/utils.d.ts +3 -0
- package/lib/utils/haptic/utils.d.ts.map +1 -0
- package/lib/utils/haptic/utils.js +8 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +8 -0
- package/lib/utils/intl/IntlProvider.d.ts +7 -0
- package/lib/utils/intl/IntlProvider.d.ts.map +1 -0
- package/lib/utils/intl/IntlProvider.js +16 -0
- package/lib/utils/intl/context.d.ts +15 -0
- package/lib/utils/intl/context.d.ts.map +1 -0
- package/lib/utils/intl/context.js +9 -0
- package/lib/utils/intl/global.d.ts +7 -0
- package/lib/utils/intl/global.d.ts.map +1 -0
- package/lib/utils/intl/global.js +1 -0
- package/lib/utils/intl/hooks.d.ts +7 -0
- package/lib/utils/intl/hooks.d.ts.map +1 -0
- package/lib/utils/intl/hooks.js +10 -0
- package/lib/utils/intl/index.d.ts +5 -0
- package/lib/utils/intl/index.d.ts.map +1 -0
- package/lib/utils/intl/index.js +4 -0
- package/lib/utils/intl/state.d.ts +12 -0
- package/lib/utils/intl/state.d.ts.map +1 -0
- package/lib/utils/intl/state.js +14 -0
- package/lib/utils/intl/utils.d.ts +6 -0
- package/lib/utils/intl/utils.d.ts.map +1 -0
- package/lib/utils/intl/utils.js +7 -0
- package/lib/utils/notification/index.d.ts +2 -0
- package/lib/utils/notification/index.d.ts.map +1 -0
- package/lib/utils/notification/index.js +1 -0
- package/lib/utils/notification/toast/constants.d.ts +4 -0
- package/lib/utils/notification/toast/constants.d.ts.map +1 -0
- package/lib/utils/notification/toast/constants.js +7 -0
- package/lib/utils/notification/toast/index.d.ts +3 -0
- package/lib/utils/notification/toast/index.d.ts.map +1 -0
- package/lib/utils/notification/toast/index.js +2 -0
- package/lib/utils/notification/toast/types.d.ts +2 -0
- package/lib/utils/notification/toast/types.d.ts.map +1 -0
- package/lib/utils/notification/toast/types.js +1 -0
- package/lib/utils/notification/toast/utils.d.ts +6 -0
- package/lib/utils/notification/toast/utils.d.ts.map +1 -0
- package/lib/utils/notification/toast/utils.js +23 -0
- package/lib/utils/routes/index.d.ts +4 -0
- package/lib/utils/routes/index.d.ts.map +1 -0
- package/lib/utils/routes/index.js +3 -0
- package/lib/utils/routes/types.d.ts +10 -0
- package/lib/utils/routes/types.d.ts.map +1 -0
- package/lib/utils/routes/types.js +1 -0
- package/lib/utils/routes/utils.d.ts +5 -0
- package/lib/utils/routes/utils.d.ts.map +1 -0
- package/lib/utils/routes/utils.js +3 -0
- package/lib/utils/scale.d.ts +4 -0
- package/lib/utils/scale.d.ts.map +1 -0
- package/lib/utils/scale.js +15 -0
- package/lib/utils/ui/color/index.d.ts +3 -0
- package/lib/utils/ui/color/index.d.ts.map +1 -0
- package/lib/utils/ui/color/index.js +2 -0
- package/lib/utils/ui/color/utils.d.ts +2 -0
- package/lib/utils/ui/color/utils.d.ts.map +1 -0
- package/lib/utils/ui/color/utils.js +9 -0
- package/lib/utils/ui/index.d.ts +2 -0
- package/lib/utils/ui/index.d.ts.map +1 -0
- package/lib/utils/ui/index.js +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from './base';
|
|
2
|
+
export * from './text';
|
|
3
|
+
export * from './bubble';
|
|
4
|
+
export * from './chat';
|
|
5
|
+
export * from './button';
|
|
6
|
+
export * from './touchable';
|
|
7
|
+
export * from './loading';
|
|
8
|
+
export * from './divider';
|
|
9
|
+
export * from './selection';
|
|
10
|
+
export * from './card';
|
|
11
|
+
export * from './progress';
|
|
12
|
+
export * from './skeleton';
|
|
13
|
+
export * from './art';
|
|
14
|
+
export * from './slides';
|
|
15
|
+
export * from './image';
|
|
16
|
+
export * from './infoCard';
|
|
17
|
+
export * from './playSwitch';
|
|
18
|
+
export * from './levelStep';
|
|
19
|
+
export * from './header';
|
|
20
|
+
export * from './input';
|
|
21
|
+
export * from './video';
|
|
22
|
+
export * from './chip';
|
|
23
|
+
export * from './filter';
|
|
24
|
+
export * from './notification';
|
|
25
|
+
export * from './avatar';
|
|
26
|
+
export * from './chart';
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/theme/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export * from './base';
|
|
2
|
+
export * from './text';
|
|
3
|
+
export * from './bubble';
|
|
4
|
+
export * from './chat';
|
|
5
|
+
export * from './button';
|
|
6
|
+
export * from './touchable';
|
|
7
|
+
export * from './loading';
|
|
8
|
+
export * from './divider';
|
|
9
|
+
export * from './selection';
|
|
10
|
+
export * from './card';
|
|
11
|
+
export * from './progress';
|
|
12
|
+
export * from './skeleton';
|
|
13
|
+
export * from './art';
|
|
14
|
+
export * from './slides';
|
|
15
|
+
export * from './image';
|
|
16
|
+
export * from './infoCard';
|
|
17
|
+
export * from './playSwitch';
|
|
18
|
+
export * from './levelStep';
|
|
19
|
+
export * from './header';
|
|
20
|
+
export * from './input';
|
|
21
|
+
export * from './video';
|
|
22
|
+
export * from './chip';
|
|
23
|
+
export * from './filter';
|
|
24
|
+
export * from './notification';
|
|
25
|
+
export * from './avatar';
|
|
26
|
+
export * from './chart';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Color, GlobalTheme } from '../common';
|
|
2
|
+
export declare const getInfoCardTheme: (theme: GlobalTheme) => {
|
|
3
|
+
defaultBackgroundColor: "white";
|
|
4
|
+
defaultBorderColor: "grey200";
|
|
5
|
+
defaultBorderWidth: "medium";
|
|
6
|
+
defaultBorderRadius: "xxxlarge";
|
|
7
|
+
thumbnailInfoCard: {
|
|
8
|
+
defaultImageRatio: number;
|
|
9
|
+
defaultTitleLines: number;
|
|
10
|
+
defaultSubtitleLines: number;
|
|
11
|
+
rightButton: {
|
|
12
|
+
icon: "arrow-right-2-light-outline";
|
|
13
|
+
color: Color;
|
|
14
|
+
size: number;
|
|
15
|
+
hitSlop: number;
|
|
16
|
+
hapticFeedback: "impact-medium";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
newsInfoCard: {
|
|
20
|
+
imageSize: number;
|
|
21
|
+
defaultTitleLines: number;
|
|
22
|
+
defaultSubtitleLines: number;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=infoCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"infoCard.d.ts","sourceRoot":"","sources":["../../../src/theme/components/infoCard.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAe,KAAK,EAAE,WAAW,EAAU,MAAM,WAAW,CAAC;AAEzE,eAAO,MAAM,gBAAgB,UAAW,WAAW;;;;;;;;;;;mBAY3B,KAAK;;;;;;;;;;;CAqB5B,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { scale } from '../../utils';
|
|
2
|
+
export const getInfoCardTheme = (theme) => {
|
|
3
|
+
const defaultBackgroundColor = 'white';
|
|
4
|
+
const defaultBorderColor = 'grey200';
|
|
5
|
+
const defaultBorderWidth = 'medium';
|
|
6
|
+
const defaultBorderRadius = 'xxxlarge';
|
|
7
|
+
const thumbnailInfoCard = {
|
|
8
|
+
defaultImageRatio: 16 / 9,
|
|
9
|
+
defaultTitleLines: 1,
|
|
10
|
+
defaultSubtitleLines: 2,
|
|
11
|
+
rightButton: {
|
|
12
|
+
icon: 'arrow-right-2-light-outline',
|
|
13
|
+
color: 'black',
|
|
14
|
+
size: scale(28),
|
|
15
|
+
hitSlop: theme.spaces.small,
|
|
16
|
+
hapticFeedback: 'impact-medium',
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
const newsInfoCard = {
|
|
20
|
+
imageSize: scale(150),
|
|
21
|
+
defaultTitleLines: 1,
|
|
22
|
+
defaultSubtitleLines: 2,
|
|
23
|
+
};
|
|
24
|
+
return {
|
|
25
|
+
defaultBackgroundColor,
|
|
26
|
+
defaultBorderColor,
|
|
27
|
+
defaultBorderWidth,
|
|
28
|
+
defaultBorderRadius,
|
|
29
|
+
thumbnailInfoCard,
|
|
30
|
+
newsInfoCard,
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { BorderWidth, Color, FontSize, FontWeight, Radius, Scale, Space } from '../common';
|
|
2
|
+
export type InputType = 'default' | 'underlined';
|
|
3
|
+
export declare const getInputTheme: () => {
|
|
4
|
+
inputConfigs: Record<InputType, {
|
|
5
|
+
fontSize: FontSize;
|
|
6
|
+
typeface: keyof Scale["font"];
|
|
7
|
+
fontWeight: FontWeight;
|
|
8
|
+
color: Color;
|
|
9
|
+
placeholderTextColor: Color;
|
|
10
|
+
backgroundColor?: Color;
|
|
11
|
+
borderRadius?: Radius;
|
|
12
|
+
borderBottomWidth?: BorderWidth;
|
|
13
|
+
borderBottomColor?: Color;
|
|
14
|
+
paddingHorizontal?: Space;
|
|
15
|
+
paddingVertical?: Space;
|
|
16
|
+
}>;
|
|
17
|
+
defaultInputType: "default";
|
|
18
|
+
labelFontSize: "large";
|
|
19
|
+
labelFontWeight: "bold";
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/theme/components/input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,KAAK,EACL,QAAQ,EACR,UAAU,EACV,MAAM,EACN,KAAK,EACL,KAAK,EACN,MAAM,WAAW,CAAC;AAEnB,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC;AAEjD,eAAO,MAAM,aAAa;;kBAOV,QAAQ;kBACR,MAAM,KAAK,CAAC,MAAM,CAAC;oBACjB,UAAU;eACf,KAAK;8BACU,KAAK;0BACT,KAAK;uBACR,MAAM;4BACJ,WAAW;4BACX,KAAK;4BACF,KAAK;0BACP,KAAK;;;;;CAkC5B,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const getInputTheme = () => {
|
|
2
|
+
const labelFontSize = 'large';
|
|
3
|
+
const labelFontWeight = 'bold';
|
|
4
|
+
const inputConfigs = {
|
|
5
|
+
default: {
|
|
6
|
+
fontSize: 'large',
|
|
7
|
+
typeface: 'neutral',
|
|
8
|
+
fontWeight: 'regular',
|
|
9
|
+
color: 'grey900',
|
|
10
|
+
placeholderTextColor: 'grey500',
|
|
11
|
+
backgroundColor: 'grey50',
|
|
12
|
+
borderRadius: 'xxlarge',
|
|
13
|
+
paddingHorizontal: 'mediumLarge',
|
|
14
|
+
paddingVertical: 'medium',
|
|
15
|
+
},
|
|
16
|
+
underlined: {
|
|
17
|
+
fontSize: 'h4',
|
|
18
|
+
typeface: 'neutral',
|
|
19
|
+
fontWeight: 'bold',
|
|
20
|
+
color: 'grey900',
|
|
21
|
+
placeholderTextColor: 'grey500',
|
|
22
|
+
borderBottomWidth: 'base',
|
|
23
|
+
borderBottomColor: 'primary',
|
|
24
|
+
paddingVertical: 'medium',
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
const defaultInputType = 'default';
|
|
28
|
+
return {
|
|
29
|
+
inputConfigs,
|
|
30
|
+
defaultInputType,
|
|
31
|
+
labelFontSize,
|
|
32
|
+
labelFontWeight,
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { GlobalTheme } from '../../theme';
|
|
2
|
+
export type LevelStepType = 'active' | 'locked' | 'passed';
|
|
3
|
+
export declare const getLevelStepTheme: (theme: GlobalTheme) => {
|
|
4
|
+
top: {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
};
|
|
10
|
+
bottom: {
|
|
11
|
+
x: number;
|
|
12
|
+
y: number;
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
};
|
|
16
|
+
circularProgress: {
|
|
17
|
+
width: number;
|
|
18
|
+
height: number;
|
|
19
|
+
};
|
|
20
|
+
canvas: {
|
|
21
|
+
width: number;
|
|
22
|
+
height: number;
|
|
23
|
+
};
|
|
24
|
+
progress: {
|
|
25
|
+
backgroundColor: string;
|
|
26
|
+
strokeWidth: number;
|
|
27
|
+
};
|
|
28
|
+
animation: {
|
|
29
|
+
button: {
|
|
30
|
+
transformY: {
|
|
31
|
+
min: number;
|
|
32
|
+
max: number;
|
|
33
|
+
};
|
|
34
|
+
springConfig: {
|
|
35
|
+
mass: number;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
progress: {
|
|
39
|
+
springConfig: {
|
|
40
|
+
mass: number;
|
|
41
|
+
};
|
|
42
|
+
delay: number;
|
|
43
|
+
postPressDelay: number;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
defaultType: "passed";
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=levelStep.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"levelStep.d.ts","sourceRoot":"","sources":["../../../src/theme/components/levelStep.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3D,eAAO,MAAM,iBAAiB,UAAW,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DnD,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { scale } from '../../utils';
|
|
2
|
+
export const getLevelStepTheme = (theme) => {
|
|
3
|
+
const top = {
|
|
4
|
+
x: scale(24),
|
|
5
|
+
y: scale(22.99),
|
|
6
|
+
width: scale(72),
|
|
7
|
+
height: scale(54.16),
|
|
8
|
+
};
|
|
9
|
+
const bottom = {
|
|
10
|
+
x: scale(24),
|
|
11
|
+
y: scale(22.99),
|
|
12
|
+
width: scale(72),
|
|
13
|
+
height: scale(63),
|
|
14
|
+
};
|
|
15
|
+
const circularProgress = {
|
|
16
|
+
width: scale(120),
|
|
17
|
+
height: scale(110.22),
|
|
18
|
+
};
|
|
19
|
+
const canvasScale = 1; // 1.04
|
|
20
|
+
const canvas = {
|
|
21
|
+
width: circularProgress.width * canvasScale,
|
|
22
|
+
height: circularProgress.height * canvasScale,
|
|
23
|
+
};
|
|
24
|
+
const progress = {
|
|
25
|
+
backgroundColor: theme.colors.disabled,
|
|
26
|
+
strokeWidth: scale(12),
|
|
27
|
+
};
|
|
28
|
+
const animation = {
|
|
29
|
+
button: {
|
|
30
|
+
transformY: {
|
|
31
|
+
min: scale(0),
|
|
32
|
+
max: scale(8.84),
|
|
33
|
+
},
|
|
34
|
+
springConfig: {
|
|
35
|
+
mass: 0.05,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
progress: {
|
|
39
|
+
springConfig: {
|
|
40
|
+
mass: 5,
|
|
41
|
+
},
|
|
42
|
+
delay: 200,
|
|
43
|
+
postPressDelay: 1000,
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
const defaultType = 'passed';
|
|
47
|
+
return {
|
|
48
|
+
top,
|
|
49
|
+
bottom,
|
|
50
|
+
circularProgress,
|
|
51
|
+
canvas,
|
|
52
|
+
progress,
|
|
53
|
+
animation,
|
|
54
|
+
defaultType,
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { GlobalTheme } from '../common';
|
|
2
|
+
export type LoadingSize = 'small' | 'medium' | 'large';
|
|
3
|
+
export declare const getLoadingTheme: (theme: GlobalTheme) => {
|
|
4
|
+
sizes: Record<LoadingSize, number>;
|
|
5
|
+
strokeWidths: Record<LoadingSize, number>;
|
|
6
|
+
arc: {
|
|
7
|
+
minAngle: number;
|
|
8
|
+
maxAngle: number;
|
|
9
|
+
};
|
|
10
|
+
animation: {
|
|
11
|
+
loopInterval: number;
|
|
12
|
+
showingDuration: number;
|
|
13
|
+
contentShowingDuration: number;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=loading.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../src/theme/components/loading.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEvD,eAAO,MAAM,eAAe,UAAW,WAAW;;;;;;;;;;;;CA8BjD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export const getLoadingTheme = (theme) => {
|
|
2
|
+
const sizes = {
|
|
3
|
+
small: theme.sizes.large,
|
|
4
|
+
medium: theme.sizes.xxxlarge,
|
|
5
|
+
large: theme.sizes['5xlarge'],
|
|
6
|
+
};
|
|
7
|
+
const strokeWidths = {
|
|
8
|
+
small: theme.sizes.xsmall,
|
|
9
|
+
medium: theme.sizes.small,
|
|
10
|
+
large: theme.sizes.small,
|
|
11
|
+
};
|
|
12
|
+
const arc = {
|
|
13
|
+
minAngle: 40,
|
|
14
|
+
maxAngle: 290,
|
|
15
|
+
};
|
|
16
|
+
const animation = {
|
|
17
|
+
loopInterval: 800,
|
|
18
|
+
showingDuration: 250,
|
|
19
|
+
contentShowingDuration: 300,
|
|
20
|
+
};
|
|
21
|
+
return {
|
|
22
|
+
sizes,
|
|
23
|
+
strokeWidths,
|
|
24
|
+
arc,
|
|
25
|
+
animation,
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Color, FontSize, FontWeight, Radius, Space } from '../common';
|
|
2
|
+
export type ToastType = 'success' | 'error' | 'info' | 'warning';
|
|
3
|
+
export declare const getNotificationTheme: () => {
|
|
4
|
+
toast: {
|
|
5
|
+
configs: Record<ToastType, {
|
|
6
|
+
icon: string;
|
|
7
|
+
color: Color;
|
|
8
|
+
}>;
|
|
9
|
+
padding: Space;
|
|
10
|
+
fontSize: FontSize;
|
|
11
|
+
fontWeight: FontWeight;
|
|
12
|
+
backgroundColor: Color;
|
|
13
|
+
backgroundColorOpacity: number;
|
|
14
|
+
borderRadius: Radius;
|
|
15
|
+
paddingHorizontal: Space;
|
|
16
|
+
paddingVertical: Space;
|
|
17
|
+
marginTop: Space;
|
|
18
|
+
maxWidthScale: number;
|
|
19
|
+
gap: Space;
|
|
20
|
+
iconSize: Space;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=notification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/theme/components/notification.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,KAAK,EACL,QAAQ,EACR,UAAU,EACV,MAAM,EACN,KAAK,EACN,MAAM,WAAW,CAAC;AAEnB,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAEjE,eAAO,MAAM,oBAAoB;;;kBAEzB,MAAM;mBACL,KAAK;;iBAsBH,KAAK;kBACJ,QAAQ;oBACN,UAAU;yBACL,KAAK;gCACE,MAAM;sBAChB,MAAM;2BACD,KAAK;yBACP,KAAK;mBACX,KAAK;uBACD,MAAM;aAChB,KAAK;kBACA,KAAK;;CAoBhB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export const getNotificationTheme = () => {
|
|
2
|
+
const toastConfigs = {
|
|
3
|
+
success: {
|
|
4
|
+
icon: 'tick-square-bold',
|
|
5
|
+
color: 'success',
|
|
6
|
+
},
|
|
7
|
+
error: {
|
|
8
|
+
icon: 'close-square-bold',
|
|
9
|
+
color: 'error',
|
|
10
|
+
},
|
|
11
|
+
info: {
|
|
12
|
+
icon: 'info-square-curved', // TODO: update to 'info-square-bold
|
|
13
|
+
color: 'info',
|
|
14
|
+
},
|
|
15
|
+
warning: {
|
|
16
|
+
icon: 'danger-bold',
|
|
17
|
+
color: 'warning',
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
const toast = {
|
|
21
|
+
configs: toastConfigs,
|
|
22
|
+
padding: 'medium',
|
|
23
|
+
fontSize: 'small',
|
|
24
|
+
fontWeight: 'regular',
|
|
25
|
+
backgroundColor: 'white',
|
|
26
|
+
backgroundColorOpacity: 0.2,
|
|
27
|
+
borderRadius: 'medium',
|
|
28
|
+
paddingHorizontal: 'smallMedium',
|
|
29
|
+
paddingVertical: 'small',
|
|
30
|
+
gap: 'small',
|
|
31
|
+
marginTop: 'medium',
|
|
32
|
+
maxWidthScale: 0.8,
|
|
33
|
+
iconSize: 'mediumLarge',
|
|
34
|
+
};
|
|
35
|
+
return {
|
|
36
|
+
toast,
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type PlaySwitchStatus = 'play' | 'pause';
|
|
2
|
+
export declare const getPlaySwitchTheme: () => {
|
|
3
|
+
animation: {
|
|
4
|
+
showingDuration: number;
|
|
5
|
+
};
|
|
6
|
+
defaultStatus: "play";
|
|
7
|
+
defaultSize: "medium";
|
|
8
|
+
defaultColor: "white";
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=playSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playSwitch.d.ts","sourceRoot":"","sources":["../../../src/theme/components/playSwitch.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhD,eAAO,MAAM,kBAAkB;;;;;;;CAe9B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const getPlaySwitchTheme = () => {
|
|
2
|
+
const animation = {
|
|
3
|
+
showingDuration: 300,
|
|
4
|
+
};
|
|
5
|
+
const defaultStatus = 'play';
|
|
6
|
+
const defaultSize = 'medium';
|
|
7
|
+
const defaultColor = 'white';
|
|
8
|
+
return {
|
|
9
|
+
animation,
|
|
10
|
+
defaultStatus,
|
|
11
|
+
defaultSize,
|
|
12
|
+
defaultColor,
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { GlobalTheme } from '../common';
|
|
2
|
+
export declare const getProgressTheme: (theme: GlobalTheme) => {
|
|
3
|
+
defaultHeight: number;
|
|
4
|
+
animation: {
|
|
5
|
+
duration: number;
|
|
6
|
+
};
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
progressColor: string;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/theme/components/progress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,WAAW;;;;;;;CAelD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const getProgressTheme = (theme) => {
|
|
2
|
+
const defaultHeight = theme.sizes.smallMedium;
|
|
3
|
+
const backgroundColor = theme.colors.grey200;
|
|
4
|
+
const progressColor = theme.colors.primary;
|
|
5
|
+
const animation = {
|
|
6
|
+
duration: 500,
|
|
7
|
+
};
|
|
8
|
+
return {
|
|
9
|
+
defaultHeight,
|
|
10
|
+
animation,
|
|
11
|
+
backgroundColor,
|
|
12
|
+
progressColor,
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BorderWidth } from '../common';
|
|
2
|
+
export type SelectionStatus = 'selected' | 'unselected';
|
|
3
|
+
export declare const getSelectionTheme: () => {
|
|
4
|
+
backgroundColors: Record<SelectionStatus, keyof import("..").ColorPalette>;
|
|
5
|
+
borderColors: Record<SelectionStatus, keyof import("..").ColorPalette>;
|
|
6
|
+
borderWidths: Record<SelectionStatus, BorderWidth>;
|
|
7
|
+
defaultBorderRadius: "xxxlarge";
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=selection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection.d.ts","sourceRoot":"","sources":["../../../src/theme/components/selection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAiB,MAAM,WAAW,CAAC;AAE5D,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,YAAY,CAAC;AAExD,eAAO,MAAM,iBAAiB;;;;;CAwB7B,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export const getSelectionTheme = () => {
|
|
2
|
+
const backgroundColors = {
|
|
3
|
+
selected: 'transparentPurple',
|
|
4
|
+
unselected: 'white',
|
|
5
|
+
};
|
|
6
|
+
const borderColors = {
|
|
7
|
+
selected: 'primary',
|
|
8
|
+
unselected: 'grey200',
|
|
9
|
+
};
|
|
10
|
+
const borderWidths = {
|
|
11
|
+
selected: 'large',
|
|
12
|
+
unselected: 'medium',
|
|
13
|
+
};
|
|
14
|
+
const defaultBorderRadius = 'xxxlarge';
|
|
15
|
+
return {
|
|
16
|
+
backgroundColors,
|
|
17
|
+
borderColors,
|
|
18
|
+
borderWidths,
|
|
19
|
+
defaultBorderRadius,
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { GlobalTheme } from '../common';
|
|
2
|
+
export declare const getSkeletonTheme: (theme: GlobalTheme) => {
|
|
3
|
+
backgroundColors: Record<"max" | "min", string>;
|
|
4
|
+
animation: {
|
|
5
|
+
loopInterval: number;
|
|
6
|
+
showingDuration: number;
|
|
7
|
+
};
|
|
8
|
+
borderRadius: number;
|
|
9
|
+
postShowingTimeout: number;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/theme/components/skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,WAAW;;;;;;;;CAqBlD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const getSkeletonTheme = (theme) => {
|
|
2
|
+
const backgroundColors = {
|
|
3
|
+
min: theme.colors.grey100,
|
|
4
|
+
max: theme.colors.grey200,
|
|
5
|
+
};
|
|
6
|
+
const animation = {
|
|
7
|
+
loopInterval: 500,
|
|
8
|
+
showingDuration: 250,
|
|
9
|
+
};
|
|
10
|
+
const borderRadius = theme.radii.large;
|
|
11
|
+
const postShowingTimeout = 10000;
|
|
12
|
+
return {
|
|
13
|
+
backgroundColors,
|
|
14
|
+
animation,
|
|
15
|
+
borderRadius,
|
|
16
|
+
postShowingTimeout,
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slides.d.ts","sourceRoot":"","sources":["../../../src/theme/components/slides.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;CAW1B,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { FontSize, FontWeight, GlobalTheme } from '../common';
|
|
2
|
+
export declare const getTextTheme: (theme: GlobalTheme) => {
|
|
3
|
+
fonts: import("..").Fonts;
|
|
4
|
+
fontSizes: import("..").FontSizes;
|
|
5
|
+
lineHeights: import("..").FontSizes;
|
|
6
|
+
letterSpacings: {
|
|
7
|
+
small: number;
|
|
8
|
+
h1: number;
|
|
9
|
+
h2: number;
|
|
10
|
+
h3: number;
|
|
11
|
+
h4: number;
|
|
12
|
+
h5: number;
|
|
13
|
+
h6: number;
|
|
14
|
+
medium: number;
|
|
15
|
+
large: number;
|
|
16
|
+
xlarge: number;
|
|
17
|
+
xsmall: number;
|
|
18
|
+
};
|
|
19
|
+
fontWeights: Record<FontSize, FontWeight>;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/theme/components/text.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAEnE,eAAO,MAAM,YAAY,UAAW,WAAW;;;;;;;;;;;;;;;;;;CAsB9C,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const getTextTheme = (theme) => {
|
|
2
|
+
const fontWeights = {
|
|
3
|
+
h1: 'bold',
|
|
4
|
+
h2: 'bold',
|
|
5
|
+
h3: 'bold',
|
|
6
|
+
h4: 'bold',
|
|
7
|
+
h5: 'bold',
|
|
8
|
+
h6: 'bold',
|
|
9
|
+
xlarge: 'regular',
|
|
10
|
+
large: 'regular',
|
|
11
|
+
medium: 'regular',
|
|
12
|
+
small: 'regular',
|
|
13
|
+
xsmall: 'regular',
|
|
14
|
+
};
|
|
15
|
+
return {
|
|
16
|
+
fonts: theme.fonts,
|
|
17
|
+
fontSizes: theme.fontSizes,
|
|
18
|
+
lineHeights: theme.lineHeights,
|
|
19
|
+
letterSpacings: theme.letterSpacings,
|
|
20
|
+
fontWeights,
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { HapticFeedbackTypes } from '../../utils';
|
|
2
|
+
export type TouchableHapticFeedbackType = 'selection' | 'impact-light' | 'impact-medium' | 'impact-heavy' | 'rigid' | 'soft' | 'notification-success' | 'notification-warning' | 'notification-error' | 'clock-tick' | 'context-click' | 'keyboard-press' | 'keyboard-release' | 'keyboard-tap' | 'long-press' | 'text-handle-move' | 'virtual-key' | 'virtual-key-release' | 'effect-click' | 'effect-double-click' | 'effect-heavy-click' | 'effect-tick' | 'none';
|
|
3
|
+
export declare const getTouchableTheme: () => {
|
|
4
|
+
hapticFeedbackTypes: Record<TouchableHapticFeedbackType, HapticFeedbackTypes | undefined>;
|
|
5
|
+
animation: {
|
|
6
|
+
maxOpacity: number;
|
|
7
|
+
minOpacity: number;
|
|
8
|
+
maxScale: number;
|
|
9
|
+
minScale: number;
|
|
10
|
+
springConfig: {
|
|
11
|
+
mass: number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=touchable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"touchable.d.ts","sourceRoot":"","sources":["../../../src/theme/components/touchable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,2BAA2B,GACnC,WAAW,GACX,cAAc,GACd,eAAe,GACf,cAAc,GACd,OAAO,GACP,MAAM,GACN,sBAAsB,GACtB,sBAAsB,GACtB,oBAAoB,GACpB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,kBAAkB,GAClB,cAAc,GACd,YAAY,GACZ,kBAAkB,GAClB,aAAa,GACb,qBAAqB,GACrB,cAAc,GACd,qBAAqB,GACrB,oBAAoB,GACpB,aAAa,GACb,MAAM,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;CA4C7B,CAAC"}
|