@jamadd/react-native-template-ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/components/button/AnimatedThemedPressable.js +5 -17
- package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -1
- package/lib/module/components/button/ThemedButton.js +20 -75
- package/lib/module/components/button/ThemedButton.js.map +1 -1
- package/lib/module/components/button/ThemedIconButton.js +16 -62
- package/lib/module/components/button/ThemedIconButton.js.map +1 -1
- package/lib/module/components/button/ThemedIconTextButton.js +29 -118
- package/lib/module/components/button/ThemedIconTextButton.js.map +1 -1
- package/lib/module/components/button/ThemedPressable.js +5 -17
- package/lib/module/components/button/ThemedPressable.js.map +1 -1
- package/lib/module/components/icon/ThemedIcon.js +15 -56
- package/lib/module/components/icon/ThemedIcon.js.map +1 -1
- package/lib/module/components/list/List.js +39 -131
- package/lib/module/components/list/List.js.map +1 -1
- package/lib/module/components/loading/ThemedLoading.js +13 -50
- package/lib/module/components/loading/ThemedLoading.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheet.js +19 -64
- package/lib/module/components/overlay/actionSheet/ActionSheet.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js +8 -19
- package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +31 -87
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +25 -66
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js +14 -39
- package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js +25 -58
- package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +21 -45
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +30 -72
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +28 -69
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js +18 -45
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js +31 -139
- package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -1
- package/lib/module/components/overlay/alert/Alert.js +47 -125
- package/lib/module/components/overlay/alert/Alert.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertButton.js +26 -62
- package/lib/module/components/overlay/alert/AlertButton.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertButtons.js +23 -58
- package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertContent.js +15 -45
- package/lib/module/components/overlay/alert/AlertContent.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertWrap.js +45 -132
- package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedLoadingModal.js +21 -96
- package/lib/module/components/overlay/modal/ThemedLoadingModal.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js +23 -75
- package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
- package/lib/module/components/overlay/toast/ThemedToast.js +86 -319
- package/lib/module/components/overlay/toast/ThemedToast.js.map +1 -1
- package/lib/module/components/provider/GestureProvider.js +3 -15
- package/lib/module/components/provider/GestureProvider.js.map +1 -1
- package/lib/module/components/provider/InsetsProvider.js +3 -15
- package/lib/module/components/provider/InsetsProvider.js.map +1 -1
- package/lib/module/components/provider/ReactNativeTemplateProviders.js +11 -23
- package/lib/module/components/provider/ReactNativeTemplateProviders.js.map +1 -1
- package/lib/module/components/provider/ThemeProvider.js +3 -15
- package/lib/module/components/provider/ThemeProvider.js.map +1 -1
- package/lib/module/components/separator/ThemedSeparator.js +14 -53
- package/lib/module/components/separator/ThemedSeparator.js.map +1 -1
- package/lib/module/components/switch/ThemedSwitch.js +21 -89
- package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
- package/lib/module/components/text/ThemedIconText.js +35 -124
- package/lib/module/components/text/ThemedIconText.js.map +1 -1
- package/lib/module/components/text/ThemedText.js +3 -15
- package/lib/module/components/text/ThemedText.js.map +1 -1
- package/lib/module/components/view/AnimatedThemedView.js +10 -33
- package/lib/module/components/view/AnimatedThemedView.js.map +1 -1
- package/lib/module/components/view/ThemedScreenWrap.js +32 -110
- package/lib/module/components/view/ThemedScreenWrap.js.map +1 -1
- package/lib/module/components/view/ThemedScreenWrap.web.js +32 -111
- package/lib/module/components/view/ThemedScreenWrap.web.js.map +1 -1
- package/lib/module/components/view/ThemedScrollView.js +38 -126
- package/lib/module/components/view/ThemedScrollView.js.map +1 -1
- package/lib/module/components/view/ThemedView.js +10 -33
- package/lib/module/components/view/ThemedView.js.map +1 -1
- package/lib/module/hooks/button.js +54 -158
- package/lib/module/hooks/button.js.map +1 -1
- package/lib/module/hooks/list.js +10 -50
- package/lib/module/hooks/list.js.map +1 -1
- package/lib/module/hooks/overlay.js +170 -528
- package/lib/module/hooks/overlay.js.map +1 -1
- package/lib/module/hooks/reanimated.js.map +1 -1
- package/lib/module/hooks/style.js +18 -43
- package/lib/module/hooks/style.js.map +1 -1
- package/lib/module/hooks/switch.js +44 -182
- package/lib/module/hooks/switch.js.map +1 -1
- package/lib/module/hooks/theme.js +8 -17
- package/lib/module/hooks/theme.js.map +1 -1
- package/lib/module/hooks/view.js.map +1 -1
- package/lib/module/utils/reanimated/func.js +10 -60
- package/lib/module/utils/reanimated/func.js.map +1 -1
- package/lib/typescript/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/icon/ThemedIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/list/List.d.ts.map +1 -0
- package/lib/typescript/src/components/loading/ThemedLoading.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/Alert.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/modal/ThemedModal.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/toast/ThemedToast.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/GestureProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/InsetsProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/ReactNativeTemplateProviders.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/separator/ThemedSeparator.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/ThemedSwitch.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/text/ThemedIconText.d.ts.map +1 -0
- package/lib/typescript/src/components/text/ThemedText.d.ts.map +1 -0
- package/lib/typescript/{module/src → src}/components/view/AnimatedBox.d.ts.map +1 -1
- package/lib/typescript/src/components/view/AnimatedThemedView.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts.map +1 -1
- package/lib/typescript/src/components/view/ThemedScreenWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedScreenWrap.web.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedScrollView.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedView.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts.map +1 -1
- package/lib/typescript/src/hooks/list.d.ts.map +1 -0
- package/lib/typescript/src/hooks/overlay.d.ts.map +1 -0
- package/lib/typescript/src/hooks/reanimated.d.ts.map +1 -0
- package/lib/typescript/src/hooks/separator.d.ts.map +1 -0
- package/lib/typescript/src/hooks/style.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts.map +1 -1
- package/lib/typescript/src/hooks/theme.d.ts.map +1 -0
- package/lib/typescript/src/hooks/view.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/const.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/func.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/testingLib.d.ts.map +1 -0
- package/lib/typescript/src/types/button.d.ts.map +1 -0
- package/lib/typescript/src/types/icon.d.ts.map +1 -0
- package/lib/typescript/src/types/list.d.ts.map +1 -0
- package/lib/typescript/src/types/loading.d.ts.map +1 -0
- package/lib/typescript/src/types/overlay.d.ts.map +1 -0
- package/lib/typescript/src/types/provider.d.ts.map +1 -0
- package/lib/typescript/src/types/react.d.ts.map +1 -0
- package/lib/typescript/src/types/reanimated.d.ts.map +1 -0
- package/lib/typescript/src/types/separator.d.ts.map +1 -0
- package/lib/typescript/src/types/style.d.ts.map +1 -0
- package/lib/typescript/src/types/switch.d.ts.map +1 -0
- package/lib/typescript/src/types/text.d.ts.map +1 -0
- package/lib/typescript/src/types/theme.d.ts.map +1 -0
- package/lib/typescript/src/types/view.d.ts.map +1 -0
- package/lib/typescript/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/overlay/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/overlay/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/reanimated/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/style/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/style/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/switch/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/theme/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/theme/restyle.d.ts.map +1 -0
- package/package.json +57 -78
- package/lib/commonjs/components/button/AnimatedPressable.js +0 -14
- package/lib/commonjs/components/button/AnimatedPressable.js.map +0 -1
- package/lib/commonjs/components/button/AnimatedThemedPressable.js +0 -36
- package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +0 -1
- package/lib/commonjs/components/button/ThemedButton.js +0 -97
- package/lib/commonjs/components/button/ThemedButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedIconButton.js +0 -81
- package/lib/commonjs/components/button/ThemedIconButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedIconTextButton.js +0 -146
- package/lib/commonjs/components/button/ThemedIconTextButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedPressable.js +0 -35
- package/lib/commonjs/components/button/ThemedPressable.js.map +0 -1
- package/lib/commonjs/components/icon/ThemedIcon.js +0 -71
- package/lib/commonjs/components/icon/ThemedIcon.js.map +0 -1
- package/lib/commonjs/components/list/List.js +0 -144
- package/lib/commonjs/components/list/List.js.map +0 -1
- package/lib/commonjs/components/loading/ThemedLoading.js +0 -64
- package/lib/commonjs/components/loading/ThemedLoading.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js +0 -80
- package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js +0 -34
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +0 -119
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +0 -84
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js +0 -57
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js +0 -82
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +0 -67
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +0 -92
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +0 -89
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js +0 -64
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js +0 -167
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/Alert.js +0 -160
- package/lib/commonjs/components/overlay/alert/Alert.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertButton.js +0 -82
- package/lib/commonjs/components/overlay/alert/AlertButton.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertButtons.js +0 -71
- package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertContent.js +0 -61
- package/lib/commonjs/components/overlay/alert/AlertContent.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertWrap.js +0 -157
- package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +0 -1
- package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js +0 -122
- package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js.map +0 -1
- package/lib/commonjs/components/overlay/modal/ThemedModal.js +0 -94
- package/lib/commonjs/components/overlay/modal/ThemedModal.js.map +0 -1
- package/lib/commonjs/components/overlay/toast/ThemedToast.js +0 -357
- package/lib/commonjs/components/overlay/toast/ThemedToast.js.map +0 -1
- package/lib/commonjs/components/provider/GestureProvider.js +0 -25
- package/lib/commonjs/components/provider/GestureProvider.js.map +0 -1
- package/lib/commonjs/components/provider/InsetsProvider.js +0 -25
- package/lib/commonjs/components/provider/InsetsProvider.js.map +0 -1
- package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js +0 -38
- package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js.map +0 -1
- package/lib/commonjs/components/provider/ThemeProvider.js +0 -25
- package/lib/commonjs/components/provider/ThemeProvider.js.map +0 -1
- package/lib/commonjs/components/separator/ThemedSeparator.js +0 -66
- package/lib/commonjs/components/separator/ThemedSeparator.js.map +0 -1
- package/lib/commonjs/components/switch/ThemedSwitch.js +0 -114
- package/lib/commonjs/components/switch/ThemedSwitch.js.map +0 -1
- package/lib/commonjs/components/text/Text.js +0 -12
- package/lib/commonjs/components/text/Text.js.map +0 -1
- package/lib/commonjs/components/text/ThemedIconText.js +0 -143
- package/lib/commonjs/components/text/ThemedIconText.js.map +0 -1
- package/lib/commonjs/components/text/ThemedText.js +0 -26
- package/lib/commonjs/components/text/ThemedText.js.map +0 -1
- package/lib/commonjs/components/view/AnimatedBox.js +0 -14
- package/lib/commonjs/components/view/AnimatedBox.js.map +0 -1
- package/lib/commonjs/components/view/AnimatedThemedView.js +0 -45
- package/lib/commonjs/components/view/AnimatedThemedView.js.map +0 -1
- package/lib/commonjs/components/view/Box.js +0 -12
- package/lib/commonjs/components/view/Box.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScreenWrap.js +0 -124
- package/lib/commonjs/components/view/ThemedScreenWrap.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScreenWrap.web.js +0 -126
- package/lib/commonjs/components/view/ThemedScreenWrap.web.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScrollView.js +0 -141
- package/lib/commonjs/components/view/ThemedScrollView.js.map +0 -1
- package/lib/commonjs/components/view/ThemedView.js +0 -45
- package/lib/commonjs/components/view/ThemedView.js.map +0 -1
- package/lib/commonjs/hooks/button.js +0 -203
- package/lib/commonjs/hooks/button.js.map +0 -1
- package/lib/commonjs/hooks/list.js +0 -66
- package/lib/commonjs/hooks/list.js.map +0 -1
- package/lib/commonjs/hooks/overlay.js +0 -703
- package/lib/commonjs/hooks/overlay.js.map +0 -1
- package/lib/commonjs/hooks/reanimated.js +0 -11
- package/lib/commonjs/hooks/reanimated.js.map +0 -1
- package/lib/commonjs/hooks/separator.js +0 -22
- package/lib/commonjs/hooks/separator.js.map +0 -1
- package/lib/commonjs/hooks/style.js +0 -92
- package/lib/commonjs/hooks/style.js.map +0 -1
- package/lib/commonjs/hooks/switch.js +0 -209
- package/lib/commonjs/hooks/switch.js.map +0 -1
- package/lib/commonjs/hooks/theme.js +0 -70
- package/lib/commonjs/hooks/theme.js.map +0 -1
- package/lib/commonjs/hooks/view.js +0 -11
- package/lib/commonjs/hooks/view.js.map +0 -1
- package/lib/commonjs/index.js +0 -533
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/package.json +0 -1
- package/lib/commonjs/test/utils/const.js +0 -19
- package/lib/commonjs/test/utils/const.js.map +0 -1
- package/lib/commonjs/test/utils/func.js +0 -60
- package/lib/commonjs/test/utils/func.js.map +0 -1
- package/lib/commonjs/test/utils/testingLib.js +0 -38
- package/lib/commonjs/test/utils/testingLib.js.map +0 -1
- package/lib/commonjs/types/button.js +0 -6
- package/lib/commonjs/types/button.js.map +0 -1
- package/lib/commonjs/types/global.d.js +0 -6
- package/lib/commonjs/types/global.d.js.map +0 -1
- package/lib/commonjs/types/icon.js +0 -6
- package/lib/commonjs/types/icon.js.map +0 -1
- package/lib/commonjs/types/list.js +0 -6
- package/lib/commonjs/types/list.js.map +0 -1
- package/lib/commonjs/types/loading.js +0 -6
- package/lib/commonjs/types/loading.js.map +0 -1
- package/lib/commonjs/types/overlay.js +0 -6
- package/lib/commonjs/types/overlay.js.map +0 -1
- package/lib/commonjs/types/provider.js +0 -6
- package/lib/commonjs/types/provider.js.map +0 -1
- package/lib/commonjs/types/react.js +0 -6
- package/lib/commonjs/types/react.js.map +0 -1
- package/lib/commonjs/types/reanimated.js +0 -6
- package/lib/commonjs/types/reanimated.js.map +0 -1
- package/lib/commonjs/types/separator.js +0 -6
- package/lib/commonjs/types/separator.js.map +0 -1
- package/lib/commonjs/types/style.js +0 -6
- package/lib/commonjs/types/style.js.map +0 -1
- package/lib/commonjs/types/switch.js +0 -6
- package/lib/commonjs/types/switch.js.map +0 -1
- package/lib/commonjs/types/text.js +0 -6
- package/lib/commonjs/types/text.js.map +0 -1
- package/lib/commonjs/types/theme.js +0 -6
- package/lib/commonjs/types/theme.js.map +0 -1
- package/lib/commonjs/types/view.js +0 -6
- package/lib/commonjs/types/view.js.map +0 -1
- package/lib/commonjs/utils/button/const.js +0 -17
- package/lib/commonjs/utils/button/const.js.map +0 -1
- package/lib/commonjs/utils/overlay/const.js +0 -73
- package/lib/commonjs/utils/overlay/const.js.map +0 -1
- package/lib/commonjs/utils/overlay/func.js +0 -63
- package/lib/commonjs/utils/overlay/func.js.map +0 -1
- package/lib/commonjs/utils/reanimated/func.js +0 -77
- package/lib/commonjs/utils/reanimated/func.js.map +0 -1
- package/lib/commonjs/utils/style/const.js +0 -12
- package/lib/commonjs/utils/style/const.js.map +0 -1
- package/lib/commonjs/utils/style/func.js +0 -39
- package/lib/commonjs/utils/style/func.js.map +0 -1
- package/lib/commonjs/utils/switch/const.js +0 -9
- package/lib/commonjs/utils/switch/const.js.map +0 -1
- package/lib/commonjs/utils/theme/const.js +0 -188
- package/lib/commonjs/utils/theme/const.js.map +0 -1
- package/lib/commonjs/utils/theme/restyle.js +0 -22
- package/lib/commonjs/utils/theme/restyle.js.map +0 -1
- package/lib/typescript/commonjs/package.json +0 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/icon/ThemedIcon.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/list/List.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/loading/ThemedLoading.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/Alert.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/GestureProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/InsetsProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/ThemeProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/separator/ThemedSeparator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/switch/ThemedSwitch.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/text/ThemedIconText.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/text/ThemedText.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/AnimatedThemedView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScrollView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/list.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/overlay.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/reanimated.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/separator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/style.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/theme.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/view.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/testingLib.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/button.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/list.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/loading.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/overlay.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/provider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/react.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/reanimated.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/separator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/style.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/text.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/theme.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/view.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/reanimated/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/style/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/style/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/switch/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts +0 -3
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts +0 -5
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts +0 -5
- package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts.map +0 -1
- package/lib/typescript/module/src/components/list/List.d.ts +0 -4
- package/lib/typescript/module/src/components/list/List.d.ts.map +0 -1
- package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts +0 -5
- package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +0 -12
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/GestureProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/GestureProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts +0 -5
- package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts.map +0 -1
- package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts +0 -5
- package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/Text.d.ts +0 -1987
- package/lib/typescript/module/src/components/text/Text.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/ThemedIconText.d.ts +0 -5
- package/lib/typescript/module/src/components/text/ThemedIconText.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/ThemedText.d.ts +0 -5
- package/lib/typescript/module/src/components/text/ThemedText.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +0 -1023
- package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/Box.d.ts +0 -2045
- package/lib/typescript/module/src/components/view/Box.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedView.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/button.d.ts +0 -1647
- package/lib/typescript/module/src/hooks/button.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/list.d.ts +0 -4
- package/lib/typescript/module/src/hooks/list.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/overlay.d.ts +0 -16
- package/lib/typescript/module/src/hooks/overlay.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/reanimated.d.ts +0 -3
- package/lib/typescript/module/src/hooks/reanimated.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/separator.d.ts +0 -5
- package/lib/typescript/module/src/hooks/separator.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/style.d.ts +0 -11
- package/lib/typescript/module/src/hooks/style.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/switch.d.ts +0 -2
- package/lib/typescript/module/src/hooks/switch.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/theme.d.ts +0 -329
- package/lib/typescript/module/src/hooks/theme.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/view.d.ts +0 -3
- package/lib/typescript/module/src/hooks/view.d.ts.map +0 -1
- package/lib/typescript/module/src/index.d.ts +0 -53
- package/lib/typescript/module/src/index.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/const.d.ts +0 -4
- package/lib/typescript/module/src/test/utils/const.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/func.d.ts +0 -108
- package/lib/typescript/module/src/test/utils/func.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/testingLib.d.ts +0 -6
- package/lib/typescript/module/src/test/utils/testingLib.d.ts.map +0 -1
- package/lib/typescript/module/src/types/button.d.ts +0 -32
- package/lib/typescript/module/src/types/button.d.ts.map +0 -1
- package/lib/typescript/module/src/types/icon.d.ts +0 -19
- package/lib/typescript/module/src/types/icon.d.ts.map +0 -1
- package/lib/typescript/module/src/types/list.d.ts +0 -29
- package/lib/typescript/module/src/types/list.d.ts.map +0 -1
- package/lib/typescript/module/src/types/loading.d.ts +0 -12
- package/lib/typescript/module/src/types/loading.d.ts.map +0 -1
- package/lib/typescript/module/src/types/overlay.d.ts +0 -106
- package/lib/typescript/module/src/types/overlay.d.ts.map +0 -1
- package/lib/typescript/module/src/types/provider.d.ts +0 -6
- package/lib/typescript/module/src/types/provider.d.ts.map +0 -1
- package/lib/typescript/module/src/types/react.d.ts +0 -6
- package/lib/typescript/module/src/types/react.d.ts.map +0 -1
- package/lib/typescript/module/src/types/reanimated.d.ts +0 -5
- package/lib/typescript/module/src/types/reanimated.d.ts.map +0 -1
- package/lib/typescript/module/src/types/separator.d.ts +0 -7
- package/lib/typescript/module/src/types/separator.d.ts.map +0 -1
- package/lib/typescript/module/src/types/style.d.ts +0 -18
- package/lib/typescript/module/src/types/style.d.ts.map +0 -1
- package/lib/typescript/module/src/types/switch.d.ts +0 -27
- package/lib/typescript/module/src/types/switch.d.ts.map +0 -1
- package/lib/typescript/module/src/types/text.d.ts +0 -19
- package/lib/typescript/module/src/types/text.d.ts.map +0 -1
- package/lib/typescript/module/src/types/theme.d.ts +0 -15
- package/lib/typescript/module/src/types/theme.d.ts.map +0 -1
- package/lib/typescript/module/src/types/view.d.ts +0 -22
- package/lib/typescript/module/src/types/view.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/button/const.d.ts +0 -9
- package/lib/typescript/module/src/utils/button/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/overlay/const.d.ts +0 -24
- package/lib/typescript/module/src/utils/overlay/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts +0 -11
- package/lib/typescript/module/src/utils/overlay/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/reanimated/func.d.ts +0 -2
- package/lib/typescript/module/src/utils/reanimated/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/style/const.d.ts +0 -5
- package/lib/typescript/module/src/utils/style/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/style/func.d.ts +0 -10
- package/lib/typescript/module/src/utils/style/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/switch/const.d.ts +0 -2
- package/lib/typescript/module/src/utils/switch/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/theme/const.d.ts +0 -173
- package/lib/typescript/module/src/utils/theme/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/theme/restyle.d.ts +0 -1196
- package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +0 -1
- /package/lib/typescript/{module/package.json → package.json} +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedThemedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconTextButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/icon/ThemedIcon.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/list/List.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/loading/ThemedLoading.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheet.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/Alert.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButtons.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedLoadingModal.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedModal.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/toast/ThemedToast.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/GestureProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/InsetsProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/ReactNativeTemplateProviders.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/ThemeProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/separator/ThemedSeparator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/switch/ThemedSwitch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/ThemedIconText.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/ThemedText.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedBox.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedThemedView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.web.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScrollView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/list.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/overlay.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/reanimated.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/separator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/style.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/theme.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/view.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/testingLib.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/button.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/icon.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/list.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/loading.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/overlay.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/provider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/react.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/reanimated.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/separator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/style.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/switch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/text.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/theme.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/view.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/button/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/overlay/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/overlay/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/reanimated/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/style/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/style/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/switch/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/theme/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/theme/restyle.d.ts +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
render: true,
|
|
8
|
-
renderAsync: true
|
|
9
|
-
};
|
|
10
|
-
exports.renderAsync = exports.render = void 0;
|
|
11
|
-
var _reactNative = require("@testing-library/react-native");
|
|
12
|
-
Object.keys(_reactNative).forEach(function (key) {
|
|
13
|
-
if (key === "default" || key === "__esModule") return;
|
|
14
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
15
|
-
if (key in exports && exports[key] === _reactNative[key]) return;
|
|
16
|
-
Object.defineProperty(exports, key, {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return _reactNative[key];
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
var _const = require("./const.js");
|
|
24
|
-
const customTestRender = (ui, options) => (0, _reactNative.render)(ui, {
|
|
25
|
-
wrapper: _const.wrapper,
|
|
26
|
-
...options
|
|
27
|
-
});
|
|
28
|
-
exports.render = customTestRender;
|
|
29
|
-
const customTestRenderAsync = async (ui, options) => await (0, _reactNative.renderAsync)(ui, {
|
|
30
|
-
wrapper: _const.wrapper,
|
|
31
|
-
...options
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
// re-export everything
|
|
35
|
-
|
|
36
|
-
// override render method
|
|
37
|
-
exports.renderAsync = customTestRenderAsync;
|
|
38
|
-
//# sourceMappingURL=testingLib.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_const","customTestRender","ui","options","testRender","wrapper","render","customTestRenderAsync","testRenderAsync","renderAsync"],"sourceRoot":"../../../../src","sources":["test/utils/testingLib.tsx"],"mappings":";;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAaAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAb,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AATA,IAAAS,MAAA,GAAAb,OAAA;AAEA,MAAMc,gBAAmC,GAAGA,CAACC,EAAE,EAAEC,OAAO,KACtD,IAAAC,mBAAU,EAACF,EAAE,EAAE;EAAEG,OAAO,EAAPA,cAAO;EAAE,GAAGF;AAAQ,CAAC,CAAC;AAACP,OAAA,CAAAU,MAAA,GAAAL,gBAAA;AAE1C,MAAMM,qBAA6C,GAAG,MAAAA,CAAOL,EAAE,EAAEC,OAAO,KACtE,MAAM,IAAAK,wBAAe,EAACN,EAAE,EAAE;EAAEG,OAAO,EAAPA,cAAO;EAAE,GAAGF;AAAQ,CAAC,CAAC;;AAEpD;;AAGA;AAAAP,OAAA,CAAAa,WAAA,GAAAF,qBAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/button.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/global.d.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/icon.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/list.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/loading.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/overlay.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/provider.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/react.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/reanimated.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/separator.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/style.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/switch.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/text.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/theme.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["types/view.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.OnPressDelayType = exports.ButtonScaleRatio = void 0;
|
|
7
|
-
let ButtonScaleRatio = exports.ButtonScaleRatio = /*#__PURE__*/function (ButtonScaleRatio) {
|
|
8
|
-
ButtonScaleRatio[ButtonScaleRatio["Square"] = 0.9] = "Square";
|
|
9
|
-
ButtonScaleRatio[ButtonScaleRatio["Rectangle"] = 0.98] = "Rectangle";
|
|
10
|
-
return ButtonScaleRatio;
|
|
11
|
-
}({});
|
|
12
|
-
let OnPressDelayType = exports.OnPressDelayType = /*#__PURE__*/function (OnPressDelayType) {
|
|
13
|
-
OnPressDelayType[OnPressDelayType["Throttle"] = 0] = "Throttle";
|
|
14
|
-
OnPressDelayType[OnPressDelayType["Debounce"] = 1] = "Debounce";
|
|
15
|
-
return OnPressDelayType;
|
|
16
|
-
}({});
|
|
17
|
-
//# sourceMappingURL=const.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["ButtonScaleRatio","exports","OnPressDelayType"],"sourceRoot":"../../../../src","sources":["utils/button/const.ts"],"mappings":";;;;;;IAAYA,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,0BAAhBA,gBAAgB;EAAhBA,gBAAgB,CAAhBA,gBAAgB;EAAhBA,gBAAgB,CAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA;AAAA,IAKhBE,gBAAgB,GAAAD,OAAA,CAAAC,gBAAA,0BAAhBA,gBAAgB;EAAhBA,gBAAgB,CAAhBA,gBAAgB;EAAhBA,gBAAgB,CAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA","ignoreList":[]}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.overlayMaxWidthPercent = exports.overlayDismissResultDefaultText = exports.actionSheetSnapDuration = exports.actionSheetOptListItemTextVariant = exports.actionSheetOptListItemPadding = exports.actionSheetOpenDuration = exports.actionSheetMaxHeightRatio = exports.actionSheetHeaderPadding = exports.actionSheetHeaderIconSize = exports.actionSheetDismissDuration = exports.ToastType = exports.ToastDuration = exports.OverlayDismissResultType = exports.AlertContext = exports.AlertButtonType = exports.ActionSheetExpandableHeightRatio = exports.ActionSheetContext = void 0;
|
|
7
|
-
var _reactNativeTemplateIcons = require("@jamadd/react-native-template-icons");
|
|
8
|
-
var _react = require("react");
|
|
9
|
-
/** @internal */
|
|
10
|
-
const overlayMaxWidthPercent = exports.overlayMaxWidthPercent = '80%';
|
|
11
|
-
let OverlayDismissResultType = exports.OverlayDismissResultType = /*#__PURE__*/function (OverlayDismissResultType) {
|
|
12
|
-
OverlayDismissResultType["Toast"] = "toast";
|
|
13
|
-
OverlayDismissResultType["Alert"] = "alert";
|
|
14
|
-
OverlayDismissResultType["ActionSheet"] = "actionSheet";
|
|
15
|
-
return OverlayDismissResultType;
|
|
16
|
-
}({});
|
|
17
|
-
const overlayDismissResultDefaultText = exports.overlayDismissResultDefaultText = 'cancelByUser';
|
|
18
|
-
let ToastType = exports.ToastType = /*#__PURE__*/function (ToastType) {
|
|
19
|
-
ToastType["Top"] = "top";
|
|
20
|
-
ToastType["TopLeft"] = "topLeft";
|
|
21
|
-
ToastType["TopRight"] = "topRight";
|
|
22
|
-
ToastType["Bottom"] = "bottom";
|
|
23
|
-
ToastType["BottomLeft"] = "bottomLeft";
|
|
24
|
-
ToastType["BottomRight"] = "bottomRight";
|
|
25
|
-
return ToastType;
|
|
26
|
-
}({});
|
|
27
|
-
let ToastDuration = exports.ToastDuration = /*#__PURE__*/function (ToastDuration) {
|
|
28
|
-
ToastDuration[ToastDuration["Short"] = 3000] = "Short";
|
|
29
|
-
ToastDuration[ToastDuration["Long"] = 5000] = "Long";
|
|
30
|
-
return ToastDuration;
|
|
31
|
-
}({});
|
|
32
|
-
/** @internal */
|
|
33
|
-
const AlertContext = exports.AlertContext = /*#__PURE__*/(0, _react.createContext)({});
|
|
34
|
-
let AlertButtonType = exports.AlertButtonType = /*#__PURE__*/function (AlertButtonType) {
|
|
35
|
-
AlertButtonType["Primary"] = "primary";
|
|
36
|
-
AlertButtonType["Secondary"] = "secondary";
|
|
37
|
-
AlertButtonType["Destructive"] = "destructive";
|
|
38
|
-
return AlertButtonType;
|
|
39
|
-
}({});
|
|
40
|
-
/** @internal */
|
|
41
|
-
const ActionSheetContext = exports.ActionSheetContext = /*#__PURE__*/(0, _react.createContext)({});
|
|
42
|
-
|
|
43
|
-
/** @internal */
|
|
44
|
-
const actionSheetOpenDuration = exports.actionSheetOpenDuration = 300;
|
|
45
|
-
|
|
46
|
-
/** @internal */
|
|
47
|
-
const actionSheetSnapDuration = exports.actionSheetSnapDuration = 300;
|
|
48
|
-
|
|
49
|
-
/** @internal */
|
|
50
|
-
const actionSheetDismissDuration = exports.actionSheetDismissDuration = 150;
|
|
51
|
-
|
|
52
|
-
/** @internal */
|
|
53
|
-
const actionSheetMaxHeightRatio = exports.actionSheetMaxHeightRatio = 0.6;
|
|
54
|
-
|
|
55
|
-
/** @internal */
|
|
56
|
-
let ActionSheetExpandableHeightRatio = exports.ActionSheetExpandableHeightRatio = /*#__PURE__*/function (ActionSheetExpandableHeightRatio) {
|
|
57
|
-
ActionSheetExpandableHeightRatio[ActionSheetExpandableHeightRatio["Top"] = 0.9] = "Top";
|
|
58
|
-
ActionSheetExpandableHeightRatio[ActionSheetExpandableHeightRatio["Middle"] = 0.6] = "Middle";
|
|
59
|
-
ActionSheetExpandableHeightRatio[ActionSheetExpandableHeightRatio["Bottom"] = 0.3] = "Bottom";
|
|
60
|
-
return ActionSheetExpandableHeightRatio;
|
|
61
|
-
}({});
|
|
62
|
-
/** @internal */
|
|
63
|
-
const actionSheetHeaderIconSize = exports.actionSheetHeaderIconSize = _reactNativeTemplateIcons.IconSize.M;
|
|
64
|
-
|
|
65
|
-
/** @internal */
|
|
66
|
-
const actionSheetHeaderPadding = exports.actionSheetHeaderPadding = 'm';
|
|
67
|
-
|
|
68
|
-
/** @internal */
|
|
69
|
-
const actionSheetOptListItemPadding = exports.actionSheetOptListItemPadding = 'm';
|
|
70
|
-
|
|
71
|
-
/** @internal */
|
|
72
|
-
const actionSheetOptListItemTextVariant = exports.actionSheetOptListItemTextVariant = 'textM';
|
|
73
|
-
//# sourceMappingURL=const.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeTemplateIcons","require","_react","overlayMaxWidthPercent","exports","OverlayDismissResultType","overlayDismissResultDefaultText","ToastType","ToastDuration","AlertContext","createContext","AlertButtonType","ActionSheetContext","actionSheetOpenDuration","actionSheetSnapDuration","actionSheetDismissDuration","actionSheetMaxHeightRatio","ActionSheetExpandableHeightRatio","actionSheetHeaderIconSize","IconSize","M","actionSheetHeaderPadding","actionSheetOptListItemPadding","actionSheetOptListItemTextVariant"],"sourceRoot":"../../../../src","sources":["utils/overlay/const.ts"],"mappings":";;;;;;AAAA,IAAAA,yBAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAOA;AACO,MAAME,sBAAsB,GAAAC,OAAA,CAAAD,sBAAA,GAAG,KAAK;AAAC,IAEhCE,wBAAwB,GAAAD,OAAA,CAAAC,wBAAA,0BAAxBA,wBAAwB;EAAxBA,wBAAwB;EAAxBA,wBAAwB;EAAxBA,wBAAwB;EAAA,OAAxBA,wBAAwB;AAAA;AAM7B,MAAMC,+BAA+B,GAAAF,OAAA,CAAAE,+BAAA,GAAG,cAAc;AAAC,IAElDC,SAAS,GAAAH,OAAA,CAAAG,SAAA,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAAA,IASTC,aAAa,GAAAJ,OAAA,CAAAI,aAAA,0BAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa;EAAA,OAAbA,aAAa;AAAA;AAKzB;AACO,MAAMC,YAAY,GAAAL,OAAA,CAAAK,YAAA,gBAAG,IAAAC,oBAAa,EAAkB,CAAC,CAAC,CAAC;AAAC,IAEnDC,eAAe,GAAAP,OAAA,CAAAO,eAAA,0BAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAA,OAAfA,eAAe;AAAA;AAM3B;AACO,MAAMC,kBAAkB,GAAAR,OAAA,CAAAQ,kBAAA,gBAAG,IAAAF,oBAAa,EAC7C,CAAC,CACH,CAAC;;AAED;AACO,MAAMG,uBAAuB,GAAAT,OAAA,CAAAS,uBAAA,GAAG,GAAG;;AAE1C;AACO,MAAMC,uBAAuB,GAAAV,OAAA,CAAAU,uBAAA,GAAG,GAAG;;AAE1C;AACO,MAAMC,0BAA0B,GAAAX,OAAA,CAAAW,0BAAA,GAAG,GAAG;;AAE7C;AACO,MAAMC,yBAAyB,GAAAZ,OAAA,CAAAY,yBAAA,GAAG,GAAG;;AAE5C;AAAA,IACYC,gCAAgC,GAAAb,OAAA,CAAAa,gCAAA,0BAAhCA,gCAAgC;EAAhCA,gCAAgC,CAAhCA,gCAAgC;EAAhCA,gCAAgC,CAAhCA,gCAAgC;EAAhCA,gCAAgC,CAAhCA,gCAAgC;EAAA,OAAhCA,gCAAgC;AAAA;AAM5C;AACO,MAAMC,yBAAmC,GAAAd,OAAA,CAAAc,yBAAA,GAAGC,kCAAQ,CAACC,CAAC;;AAE7D;AACO,MAAMC,wBAAsC,GAAAjB,OAAA,CAAAiB,wBAAA,GAAG,GAAG;;AAEzD;AACO,MAAMC,6BAA2C,GAAAlB,OAAA,CAAAkB,6BAAA,GAAG,GAAG;;AAE9D;AACO,MAAMC,iCAAoD,GAAAnB,OAAA,CAAAmB,iCAAA,GAAG,OAAO","ignoreList":[]}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.getActionSheetContext = getActionSheetContext;
|
|
7
|
-
exports.getActionSheetExpandableHeight = getActionSheetExpandableHeight;
|
|
8
|
-
exports.getActionSheetExpandableInitHeight = getActionSheetExpandableInitHeight;
|
|
9
|
-
exports.getActionSheetExpandableSnapHeight = getActionSheetExpandableSnapHeight;
|
|
10
|
-
exports.getActionSheetHeight = getActionSheetHeight;
|
|
11
|
-
exports.getActionSheetMaxHeight = getActionSheetMaxHeight;
|
|
12
|
-
exports.getActionSheetSnapHeight = getActionSheetSnapHeight;
|
|
13
|
-
exports.getAlertContext = getAlertContext;
|
|
14
|
-
var _react = require("react");
|
|
15
|
-
var _func = require("../style/func.js");
|
|
16
|
-
var _const = require("./const.js");
|
|
17
|
-
function getAlertContext() {
|
|
18
|
-
return (0, _react.use)(_const.AlertContext);
|
|
19
|
-
}
|
|
20
|
-
function getActionSheetExpandableHeightByRatio(ratio) {
|
|
21
|
-
return (0, _func.getWindowDimensionsHeight)() * ratio;
|
|
22
|
-
}
|
|
23
|
-
function getActionSheetMaxHeight(expandable = false) {
|
|
24
|
-
return expandable ? getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Top) : (0, _func.getWindowDimensionsHeight)() * _const.actionSheetMaxHeightRatio;
|
|
25
|
-
}
|
|
26
|
-
function getActionSheetHeight(height) {
|
|
27
|
-
return Math.min(height, getActionSheetMaxHeight());
|
|
28
|
-
}
|
|
29
|
-
function getActionSheetExpandableHeight() {
|
|
30
|
-
return getActionSheetMaxHeight(true);
|
|
31
|
-
}
|
|
32
|
-
function getActionSheetExpandableInitHeight() {
|
|
33
|
-
return getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Middle);
|
|
34
|
-
}
|
|
35
|
-
function getActionSheetDismiss(height, currentHeight) {
|
|
36
|
-
return height / 2 < currentHeight;
|
|
37
|
-
}
|
|
38
|
-
function getActionSheetExpandableDismiss(currentHight) {
|
|
39
|
-
return currentHight < getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Bottom) / 2;
|
|
40
|
-
}
|
|
41
|
-
function getActionSheetSnapHeight(height, currentHeight, forceDismiss) {
|
|
42
|
-
return forceDismiss || getActionSheetDismiss(height, currentHeight) ? height : 0;
|
|
43
|
-
}
|
|
44
|
-
function getActionSheetExpandableSnapHeight(currentHight, forceDismiss) {
|
|
45
|
-
if (forceDismiss || getActionSheetExpandableDismiss(currentHight)) {
|
|
46
|
-
return 0;
|
|
47
|
-
}
|
|
48
|
-
const height = (0, _func.getWindowDimensionsHeight)();
|
|
49
|
-
const topHeight = getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Top);
|
|
50
|
-
const middleHeight = getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Middle);
|
|
51
|
-
const bottomHeight = getActionSheetExpandableHeightByRatio(_const.ActionSheetExpandableHeightRatio.Bottom);
|
|
52
|
-
if (currentHight > middleHeight) {
|
|
53
|
-
return currentHight > height * (_const.ActionSheetExpandableHeightRatio.Top + _const.ActionSheetExpandableHeightRatio.Middle) / 2 ? topHeight : middleHeight;
|
|
54
|
-
} else if (currentHight > bottomHeight) {
|
|
55
|
-
return currentHight > height * (_const.ActionSheetExpandableHeightRatio.Middle + _const.ActionSheetExpandableHeightRatio.Bottom) / 2 ? middleHeight : bottomHeight;
|
|
56
|
-
} else {
|
|
57
|
-
return bottomHeight;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
function getActionSheetContext() {
|
|
61
|
-
return (0, _react.use)(_const.ActionSheetContext);
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=func.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_func","_const","getAlertContext","reactUse","AlertContext","getActionSheetExpandableHeightByRatio","ratio","getWindowDimensionsHeight","getActionSheetMaxHeight","expandable","ActionSheetExpandableHeightRatio","Top","actionSheetMaxHeightRatio","getActionSheetHeight","height","Math","min","getActionSheetExpandableHeight","getActionSheetExpandableInitHeight","Middle","getActionSheetDismiss","currentHeight","getActionSheetExpandableDismiss","currentHight","Bottom","getActionSheetSnapHeight","forceDismiss","getActionSheetExpandableSnapHeight","topHeight","middleHeight","bottomHeight","getActionSheetContext","ActionSheetContext"],"sourceRoot":"../../../../src","sources":["utils/overlay/func.ts"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AAOO,SAASG,eAAeA,CAAA,EAAG;EAChC,OAAO,IAAAC,UAAQ,EAACC,mBAAY,CAAC;AAC/B;AAEA,SAASC,qCAAqCA,CAC5CC,KAAuC,EACvC;EACA,OAAO,IAAAC,+BAAyB,EAAC,CAAC,GAAGD,KAAK;AAC5C;AAEO,SAASE,uBAAuBA,CAACC,UAAmB,GAAG,KAAK,EAAE;EACnE,OAAOA,UAAU,GACbJ,qCAAqC,CACnCK,uCAAgC,CAACC,GACnC,CAAC,GACD,IAAAJ,+BAAyB,EAAC,CAAC,GAAGK,gCAAyB;AAC7D;AAEO,SAASC,oBAAoBA,CAACC,MAAc,EAAE;EACnD,OAAOC,IAAI,CAACC,GAAG,CAACF,MAAM,EAAEN,uBAAuB,CAAC,CAAC,CAAC;AACpD;AAEO,SAASS,8BAA8BA,CAAA,EAAG;EAC/C,OAAOT,uBAAuB,CAAC,IAAI,CAAC;AACtC;AAEO,SAASU,kCAAkCA,CAAA,EAAG;EACnD,OAAOb,qCAAqC,CAC1CK,uCAAgC,CAACS,MACnC,CAAC;AACH;AAEA,SAASC,qBAAqBA,CAACN,MAAc,EAAEO,aAAqB,EAAE;EACpE,OAAOP,MAAM,GAAG,CAAC,GAAGO,aAAa;AACnC;AAEA,SAASC,+BAA+BA,CAACC,YAAoB,EAAE;EAC7D,OACEA,YAAY,GACZlB,qCAAqC,CACnCK,uCAAgC,CAACc,MACnC,CAAC,GACC,CAAC;AAEP;AAEO,SAASC,wBAAwBA,CACtCX,MAAc,EACdO,aAAqB,EACrBK,YAAqB,EACrB;EACA,OAAOA,YAAY,IAAIN,qBAAqB,CAACN,MAAM,EAAEO,aAAa,CAAC,GAC/DP,MAAM,GACN,CAAC;AACP;AAEO,SAASa,kCAAkCA,CAChDJ,YAAoB,EACpBG,YAAqB,EACrB;EACA,IAAIA,YAAY,IAAIJ,+BAA+B,CAACC,YAAY,CAAC,EAAE;IACjE,OAAO,CAAC;EACV;EAEA,MAAMT,MAAM,GAAG,IAAAP,+BAAyB,EAAC,CAAC;EAC1C,MAAMqB,SAAS,GAAGvB,qCAAqC,CACrDK,uCAAgC,CAACC,GACnC,CAAC;EACD,MAAMkB,YAAY,GAAGxB,qCAAqC,CACxDK,uCAAgC,CAACS,MACnC,CAAC;EACD,MAAMW,YAAY,GAAGzB,qCAAqC,CACxDK,uCAAgC,CAACc,MACnC,CAAC;EACD,IAAID,YAAY,GAAGM,YAAY,EAAE;IAC/B,OAAON,YAAY,GAChBT,MAAM,IACJJ,uCAAgC,CAACC,GAAG,GACnCD,uCAAgC,CAACS,MAAM,CAAC,GAC1C,CAAC,GACDS,SAAS,GACTC,YAAY;EAClB,CAAC,MAAM,IAAIN,YAAY,GAAGO,YAAY,EAAE;IACtC,OAAOP,YAAY,GAChBT,MAAM,IACJJ,uCAAgC,CAACS,MAAM,GACtCT,uCAAgC,CAACc,MAAM,CAAC,GAC1C,CAAC,GACDK,YAAY,GACZC,YAAY;EAClB,CAAC,MAAM;IACL,OAAOA,YAAY;EACrB;AACF;AAEO,SAASC,qBAAqBA,CAAA,EAAG;EACtC,OAAO,IAAA5B,UAAQ,EAAC6B,yBAAkB,CAAC;AACrC","ignoreList":[]}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.updateSharedValWithSpring = updateSharedValWithSpring;
|
|
7
|
-
exports.updateSharedValWithTiming = updateSharedValWithTiming;
|
|
8
|
-
var _reactNativeReanimated = require("react-native-reanimated");
|
|
9
|
-
var _reactNativeWorklets = require("react-native-worklets");
|
|
10
|
-
/** @internal */
|
|
11
|
-
const _worklet_13505451669225_init_data = {
|
|
12
|
-
code: "function funcTs1(){const{cb,scheduleOnRN}=this.__closure;if(cb){scheduleOnRN(cb);}}",
|
|
13
|
-
location: "/home/runner/work/react-native-template-ui/react-native-template-ui/src/utils/reanimated/func.ts",
|
|
14
|
-
sourceMap: "{\"version\":3,\"names\":[\"funcTs1\",\"cb\",\"scheduleOnRN\",\"__closure\"],\"sources\":[\"/home/runner/work/react-native-template-ui/react-native-template-ui/src/utils/reanimated/func.ts\"],\"mappings\":\"AAgBkC,SAAAA,OAAMA,CAAA,QAAAC,EAAA,CAAAC,YAAA,OAAAC,SAAA,CAClC,GAAIF,EAAE,CAAE,CACNC,YAAY,CAACD,EAAE,CAAC,CAClB,CACF\",\"ignoreList\":[]}"
|
|
15
|
-
};
|
|
16
|
-
function updateSharedValWithTiming(sharedVal, toVal, userConfig, cb) {
|
|
17
|
-
sharedVal.set((0, _reactNativeReanimated.withTiming)(toVal, userConfig, function funcTs1Factory({
|
|
18
|
-
_worklet_13505451669225_init_data,
|
|
19
|
-
cb,
|
|
20
|
-
scheduleOnRN
|
|
21
|
-
}) {
|
|
22
|
-
const _e = [new global.Error(), -3, -27];
|
|
23
|
-
const funcTs1 = function () {
|
|
24
|
-
if (cb) {
|
|
25
|
-
scheduleOnRN(cb);
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
funcTs1.__closure = {
|
|
29
|
-
cb,
|
|
30
|
-
scheduleOnRN
|
|
31
|
-
};
|
|
32
|
-
funcTs1.__workletHash = 13505451669225;
|
|
33
|
-
funcTs1.__pluginVersion = "0.6.1";
|
|
34
|
-
funcTs1.__initData = _worklet_13505451669225_init_data;
|
|
35
|
-
funcTs1.__stackDetails = _e;
|
|
36
|
-
return funcTs1;
|
|
37
|
-
}({
|
|
38
|
-
_worklet_13505451669225_init_data,
|
|
39
|
-
cb,
|
|
40
|
-
scheduleOnRN: _reactNativeWorklets.scheduleOnRN
|
|
41
|
-
})));
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/** @internal */
|
|
45
|
-
const _worklet_6658021221194_init_data = {
|
|
46
|
-
code: "function funcTs2(){const{cb,scheduleOnRN}=this.__closure;if(cb){scheduleOnRN(cb);}}",
|
|
47
|
-
location: "/home/runner/work/react-native-template-ui/react-native-template-ui/src/utils/reanimated/func.ts",
|
|
48
|
-
sourceMap: "{\"version\":3,\"names\":[\"funcTs2\",\"cb\",\"scheduleOnRN\",\"__closure\"],\"sources\":[\"/home/runner/work/react-native-template-ui/react-native-template-ui/src/utils/reanimated/func.ts\"],\"mappings\":\"AAgCkC,SAAAA,OAAMA,CAAA,QAAAC,EAAA,CAAAC,YAAA,OAAAC,SAAA,CAClC,GAAIF,EAAE,CAAE,CACNC,YAAY,CAACD,EAAE,CAAC,CAClB,CACF\",\"ignoreList\":[]}"
|
|
49
|
-
};
|
|
50
|
-
function updateSharedValWithSpring(sharedVal, toVal, userConfig, cb) {
|
|
51
|
-
sharedVal.set((0, _reactNativeReanimated.withSpring)(toVal, userConfig, function funcTs2Factory({
|
|
52
|
-
_worklet_6658021221194_init_data,
|
|
53
|
-
cb,
|
|
54
|
-
scheduleOnRN
|
|
55
|
-
}) {
|
|
56
|
-
const _e = [new global.Error(), -3, -27];
|
|
57
|
-
const funcTs2 = function () {
|
|
58
|
-
if (cb) {
|
|
59
|
-
scheduleOnRN(cb);
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
funcTs2.__closure = {
|
|
63
|
-
cb,
|
|
64
|
-
scheduleOnRN
|
|
65
|
-
};
|
|
66
|
-
funcTs2.__workletHash = 6658021221194;
|
|
67
|
-
funcTs2.__pluginVersion = "0.6.1";
|
|
68
|
-
funcTs2.__initData = _worklet_6658021221194_init_data;
|
|
69
|
-
funcTs2.__stackDetails = _e;
|
|
70
|
-
return funcTs2;
|
|
71
|
-
}({
|
|
72
|
-
_worklet_6658021221194_init_data,
|
|
73
|
-
cb,
|
|
74
|
-
scheduleOnRN: _reactNativeWorklets.scheduleOnRN
|
|
75
|
-
})));
|
|
76
|
-
}
|
|
77
|
-
//# sourceMappingURL=func.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeReanimated","require","_reactNativeWorklets","_worklet_13505451669225_init_data","code","location","sourceMap","updateSharedValWithTiming","sharedVal","toVal","userConfig","cb","set","withTiming","funcTs1Factory","scheduleOnRN","_e","global","Error","funcTs1","__closure","__workletHash","__pluginVersion","__initData","__stackDetails","_worklet_6658021221194_init_data","updateSharedValWithSpring","withSpring","funcTs2Factory","funcTs2"],"sourceRoot":"../../../../src","sources":["utils/reanimated/func.ts"],"mappings":";;;;;;;AAKA,IAAAA,sBAAA,GAAAC,OAAA;AACA,IAAAC,oBAAA,GAAAD,OAAA;AAEA;AAAA,MAAAE,iCAAA;EAAAC,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACO,SAASC,yBAAyBA,CACvCC,SAA8B,EAC9BC,KAAa,EACbC,UAA6B,EAC7BC,EAAe,EACf;EACAH,SAAS,CAACI,GAAG,CACX,IAAAC,iCAAU,EAACJ,KAAK,EAAEC,UAAU,EAAE,SAAAI,eAAA;IAAAX,iCAAA;IACxBQ,EAAE;IACJI;EAAY;IAAA,MAAAC,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAC,OAAA,YAAAA,CAAA,EAFoB;MAClC,IAAIR,EAAE,EAAE;QACNI,YAAY,CAACJ,EAAE,CAAC;MAClB;IACF,CAAC;IAAAQ,OAAA,CAAAC,SAAA;MAHKT,EAAE;MACJI;IAAY;IAAAI,OAAA,CAAAE,aAAA;IAAAF,OAAA,CAAAG,eAAA;IAAAH,OAAA,CAAAI,UAAA,GAAApB,iCAAA;IAAAgB,OAAA,CAAAK,cAAA,GAAAR,EAAA;IAAA,OAAAG,OAAA;EAAA,CAFc;IAAAhB,iCAAA;IACxBQ,EAAE;IACJI,YAAY,EAAZA;EAAY,EAEf,CACH,CAAC;AACH;;AAEA;AAAA,MAAAU,gCAAA;EAAArB,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACO,SAASoB,yBAAyBA,CACvClB,SAA8B,EAC9BC,KAAa,EACbC,UAA6B,EAC7BC,EAAe,EACf;EACAH,SAAS,CAACI,GAAG,CACX,IAAAe,iCAAU,EAAClB,KAAK,EAAEC,UAAU,EAAE,SAAAkB,eAAA;IAAAH,gCAAA;IACxBd,EAAE;IACJI;EAAY;IAAA,MAAAC,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAW,OAAA,YAAAA,CAAA,EAFoB;MAClC,IAAIlB,EAAE,EAAE;QACNI,YAAY,CAACJ,EAAE,CAAC;MAClB;IACF,CAAC;IAAAkB,OAAA,CAAAT,SAAA;MAHKT,EAAE;MACJI;IAAY;IAAAc,OAAA,CAAAR,aAAA;IAAAQ,OAAA,CAAAP,eAAA;IAAAO,OAAA,CAAAN,UAAA,GAAAE,gCAAA;IAAAI,OAAA,CAAAL,cAAA,GAAAR,EAAA;IAAA,OAAAa,OAAA;EAAA,CAFc;IAAAJ,gCAAA;IACxBd,EAAE;IACJI,YAAY,EAAZA;EAAY,EAEf,CACH,CAAC;AACH","ignoreList":[]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.Orientation = void 0;
|
|
7
|
-
let Orientation = exports.Orientation = /*#__PURE__*/function (Orientation) {
|
|
8
|
-
Orientation["Portrait"] = "portrait";
|
|
9
|
-
Orientation["Landscape"] = "landscape";
|
|
10
|
-
return Orientation;
|
|
11
|
-
}({});
|
|
12
|
-
//# sourceMappingURL=const.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Orientation","exports"],"sourceRoot":"../../../../src","sources":["utils/style/const.ts"],"mappings":";;;;;;IAAYA,WAAW,GAAAC,OAAA,CAAAD,WAAA,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA","ignoreList":[]}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.composeStyles = composeStyles;
|
|
7
|
-
exports.createStyleSheet = createStyleSheet;
|
|
8
|
-
exports.flattenStyle = flattenStyle;
|
|
9
|
-
exports.getWindowDimensions = getWindowDimensions;
|
|
10
|
-
exports.getWindowDimensionsFontScale = getWindowDimensionsFontScale;
|
|
11
|
-
exports.getWindowDimensionsHeight = getWindowDimensionsHeight;
|
|
12
|
-
exports.getWindowDimensionsScale = getWindowDimensionsScale;
|
|
13
|
-
exports.getWindowDimensionsWidth = getWindowDimensionsWidth;
|
|
14
|
-
var _reactNative = require("react-native");
|
|
15
|
-
function createStyleSheet(styles) {
|
|
16
|
-
return _reactNative.StyleSheet.create(styles);
|
|
17
|
-
}
|
|
18
|
-
function composeStyles(style1, style2) {
|
|
19
|
-
return _reactNative.StyleSheet.compose(style1, style2);
|
|
20
|
-
}
|
|
21
|
-
function flattenStyle(style) {
|
|
22
|
-
return _reactNative.StyleSheet.flatten(style);
|
|
23
|
-
}
|
|
24
|
-
function getWindowDimensions() {
|
|
25
|
-
return _reactNative.Dimensions.get('window');
|
|
26
|
-
}
|
|
27
|
-
function getWindowDimensionsWidth() {
|
|
28
|
-
return getWindowDimensions().width;
|
|
29
|
-
}
|
|
30
|
-
function getWindowDimensionsHeight() {
|
|
31
|
-
return getWindowDimensions().height;
|
|
32
|
-
}
|
|
33
|
-
function getWindowDimensionsScale() {
|
|
34
|
-
return getWindowDimensions().scale;
|
|
35
|
-
}
|
|
36
|
-
function getWindowDimensionsFontScale() {
|
|
37
|
-
return getWindowDimensions().fontScale;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=func.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","createStyleSheet","styles","StyleSheet","create","composeStyles","style1","style2","compose","flattenStyle","style","flatten","getWindowDimensions","Dimensions","get","getWindowDimensionsWidth","width","getWindowDimensionsHeight","height","getWindowDimensionsScale","scale","getWindowDimensionsFontScale","fontScale"],"sourceRoot":"../../../../src","sources":["utils/style/func.ts"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAGO,SAASC,gBAAgBA,CAAkCC,MAAS,EAAE;EAC3E,OAAOC,uBAAU,CAACC,MAAM,CAAIF,MAAM,CAAC;AACrC;AAEO,SAASG,aAAaA,CAC3BC,MAA4B,EAC5BC,MAA4B,EAC5B;EACA,OAAOJ,uBAAU,CAACK,OAAO,CAAUF,MAAM,EAAEC,MAAM,CAAC;AACpD;AAEO,SAASE,YAAYA,CAAkBC,KAA0B,EAAE;EACxE,OAAOP,uBAAU,CAACQ,OAAO,CAAID,KAAK,CAAC;AACrC;AAEO,SAASE,mBAAmBA,CAAA,EAAG;EACpC,OAAOC,uBAAU,CAACC,GAAG,CAAC,QAAQ,CAAC;AACjC;AAEO,SAASC,wBAAwBA,CAAA,EAAG;EACzC,OAAOH,mBAAmB,CAAC,CAAC,CAACI,KAAK;AACpC;AAEO,SAASC,yBAAyBA,CAAA,EAAG;EAC1C,OAAOL,mBAAmB,CAAC,CAAC,CAACM,MAAM;AACrC;AAEO,SAASC,wBAAwBA,CAAA,EAAG;EACzC,OAAOP,mBAAmB,CAAC,CAAC,CAACQ,KAAK;AACpC;AAEO,SAASC,4BAA4BA,CAAA,EAAG;EAC7C,OAAOT,mBAAmB,CAAC,CAAC,CAACU,SAAS;AACxC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["switchAnimationDuration","exports"],"sourceRoot":"../../../../src","sources":["utils/switch/const.ts"],"mappings":";;;;;;AAAA;AACO,MAAMA,uBAAuB,GAAAC,OAAA,CAAAD,uBAAA,GAAG,GAAG","ignoreList":[]}
|