@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,140 +1,48 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { c as _c } from "react/compiler-runtime";
|
|
4
3
|
import { FlashList } from '@shopify/flash-list';
|
|
5
4
|
import { useInsetsStyle } from "../../hooks/style.js";
|
|
6
5
|
import { composeStyles } from "../../utils/style/func.js";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
function List(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
$[8] = insetTop;
|
|
48
|
-
$[9] = insets;
|
|
49
|
-
$[10] = insetsPadding;
|
|
50
|
-
$[11] = props;
|
|
51
|
-
$[12] = t1;
|
|
52
|
-
$[13] = t2;
|
|
53
|
-
} else {
|
|
54
|
-
Item = $[1];
|
|
55
|
-
contentContainerStyle = $[2];
|
|
56
|
-
insetLeft = $[3];
|
|
57
|
-
insetPaddingLeft = $[4];
|
|
58
|
-
insetPaddingRight = $[5];
|
|
59
|
-
insetPaddingTop = $[6];
|
|
60
|
-
insetRight = $[7];
|
|
61
|
-
insetTop = $[8];
|
|
62
|
-
insets = $[9];
|
|
63
|
-
insetsPadding = $[10];
|
|
64
|
-
props = $[11];
|
|
65
|
-
t1 = $[12];
|
|
66
|
-
t2 = $[13];
|
|
67
|
-
}
|
|
68
|
-
const insetBottom = t1 === undefined ? true : t1;
|
|
69
|
-
const insetPaddingBottom = t2 === undefined ? "m" : t2;
|
|
70
|
-
let t3;
|
|
71
|
-
if ($[14] !== insetBottom || $[15] !== insetLeft || $[16] !== insetPaddingBottom || $[17] !== insetPaddingLeft || $[18] !== insetPaddingRight || $[19] !== insetPaddingTop || $[20] !== insetRight || $[21] !== insetTop || $[22] !== insets || $[23] !== insetsPadding) {
|
|
72
|
-
t3 = {
|
|
73
|
-
insets,
|
|
74
|
-
insetTop,
|
|
75
|
-
insetBottom,
|
|
76
|
-
insetLeft,
|
|
77
|
-
insetRight,
|
|
78
|
-
insetsPadding,
|
|
79
|
-
insetPaddingTop,
|
|
80
|
-
insetPaddingBottom,
|
|
81
|
-
insetPaddingLeft,
|
|
82
|
-
insetPaddingRight
|
|
83
|
-
};
|
|
84
|
-
$[14] = insetBottom;
|
|
85
|
-
$[15] = insetLeft;
|
|
86
|
-
$[16] = insetPaddingBottom;
|
|
87
|
-
$[17] = insetPaddingLeft;
|
|
88
|
-
$[18] = insetPaddingRight;
|
|
89
|
-
$[19] = insetPaddingTop;
|
|
90
|
-
$[20] = insetRight;
|
|
91
|
-
$[21] = insetTop;
|
|
92
|
-
$[22] = insets;
|
|
93
|
-
$[23] = insetsPadding;
|
|
94
|
-
$[24] = t3;
|
|
95
|
-
} else {
|
|
96
|
-
t3 = $[24];
|
|
97
|
-
}
|
|
98
|
-
const insetsStyle = useInsetsStyle(t3);
|
|
99
|
-
let t4;
|
|
100
|
-
if ($[25] !== Item) {
|
|
101
|
-
t4 = listItemProps => /*#__PURE__*/_jsx(Item, {
|
|
102
|
-
...listItemProps
|
|
103
|
-
});
|
|
104
|
-
$[25] = Item;
|
|
105
|
-
$[26] = t4;
|
|
106
|
-
} else {
|
|
107
|
-
t4 = $[26];
|
|
108
|
-
}
|
|
109
|
-
const renderItem = t4;
|
|
110
|
-
let t5;
|
|
111
|
-
if ($[27] !== contentContainerStyle || $[28] !== insetsStyle) {
|
|
112
|
-
t5 = composeStyles(insetsStyle, contentContainerStyle);
|
|
113
|
-
$[27] = contentContainerStyle;
|
|
114
|
-
$[28] = insetsStyle;
|
|
115
|
-
$[29] = t5;
|
|
116
|
-
} else {
|
|
117
|
-
t5 = $[29];
|
|
118
|
-
}
|
|
119
|
-
const listContentContainerStyle = t5;
|
|
120
|
-
let t6;
|
|
121
|
-
if ($[30] !== listContentContainerStyle || $[31] !== props || $[32] !== renderItem) {
|
|
122
|
-
t6 = /*#__PURE__*/_jsx(FlashList, {
|
|
123
|
-
renderItem: renderItem,
|
|
124
|
-
overScrollMode: "always",
|
|
125
|
-
showsVerticalScrollIndicator: __DEV__,
|
|
126
|
-
showsHorizontalScrollIndicator: __DEV__,
|
|
127
|
-
contentContainerStyle: listContentContainerStyle,
|
|
128
|
-
...props
|
|
129
|
-
});
|
|
130
|
-
$[30] = listContentContainerStyle;
|
|
131
|
-
$[31] = props;
|
|
132
|
-
$[32] = renderItem;
|
|
133
|
-
$[33] = t6;
|
|
134
|
-
} else {
|
|
135
|
-
t6 = $[33];
|
|
136
|
-
}
|
|
137
|
-
return t6;
|
|
7
|
+
function List({
|
|
8
|
+
Item,
|
|
9
|
+
insets,
|
|
10
|
+
insetTop,
|
|
11
|
+
insetBottom = true,
|
|
12
|
+
insetLeft,
|
|
13
|
+
insetRight,
|
|
14
|
+
insetsPadding,
|
|
15
|
+
insetPaddingTop,
|
|
16
|
+
insetPaddingBottom = 'm',
|
|
17
|
+
insetPaddingLeft,
|
|
18
|
+
insetPaddingRight,
|
|
19
|
+
contentContainerStyle,
|
|
20
|
+
...props
|
|
21
|
+
}) {
|
|
22
|
+
const insetsStyle = useInsetsStyle({
|
|
23
|
+
insets,
|
|
24
|
+
insetTop,
|
|
25
|
+
insetBottom,
|
|
26
|
+
insetLeft,
|
|
27
|
+
insetRight,
|
|
28
|
+
insetsPadding,
|
|
29
|
+
insetPaddingTop,
|
|
30
|
+
insetPaddingBottom,
|
|
31
|
+
insetPaddingLeft,
|
|
32
|
+
insetPaddingRight
|
|
33
|
+
});
|
|
34
|
+
const renderItem = listItemProps => /*#__PURE__*/_jsx(Item, {
|
|
35
|
+
...listItemProps
|
|
36
|
+
});
|
|
37
|
+
const listContentContainerStyle = composeStyles(insetsStyle, contentContainerStyle);
|
|
38
|
+
return /*#__PURE__*/_jsx(FlashList, {
|
|
39
|
+
renderItem: renderItem,
|
|
40
|
+
overScrollMode: 'always',
|
|
41
|
+
showsVerticalScrollIndicator: __DEV__,
|
|
42
|
+
showsHorizontalScrollIndicator: __DEV__,
|
|
43
|
+
contentContainerStyle: listContentContainerStyle,
|
|
44
|
+
...props
|
|
45
|
+
});
|
|
138
46
|
}
|
|
139
47
|
export default List;
|
|
140
48
|
//# sourceMappingURL=List.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["FlashList","useInsetsStyle","composeStyles","jsx","_jsx","List","
|
|
1
|
+
{"version":3,"names":["FlashList","useInsetsStyle","composeStyles","jsx","_jsx","List","Item","insets","insetTop","insetBottom","insetLeft","insetRight","insetsPadding","insetPaddingTop","insetPaddingBottom","insetPaddingLeft","insetPaddingRight","contentContainerStyle","props","insetsStyle","renderItem","listItemProps","listContentContainerStyle","overScrollMode","showsVerticalScrollIndicator","__DEV__","showsHorizontalScrollIndicator"],"sourceRoot":"../../../../src","sources":["components/list/List.tsx"],"mappings":";;AAAA,SAASA,SAAS,QAA6B,qBAAqB;AAEpE,SAASC,cAAc,QAAQ,sBAAmB;AAElD,SAASC,aAAa,QAAQ,2BAAwB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEvD,SAASC,IAAIA,CAAI;EACfC,IAAI;EACJC,MAAM;EACNC,QAAQ;EACRC,WAAW,GAAG,IAAI;EAClBC,SAAS;EACTC,UAAU;EACVC,aAAa;EACbC,eAAe;EACfC,kBAAkB,GAAG,GAAG;EACxBC,gBAAgB;EAChBC,iBAAiB;EACjBC,qBAAqB;EACrB,GAAGC;AACS,CAAC,EAAE;EACf,MAAMC,WAAW,GAAGlB,cAAc,CAAC;IACjCM,MAAM;IACNC,QAAQ;IACRC,WAAW;IACXC,SAAS;IACTC,UAAU;IACVC,aAAa;IACbC,eAAe;IACfC,kBAAkB;IAClBC,gBAAgB;IAChBC;EACF,CAAC,CAAC;EAEF,MAAMI,UAA6B,GAAIC,aAAa,iBAClDjB,IAAA,CAACE,IAAI;IAAA,GAAKe;EAAa,CAAG,CAC3B;EACD,MAAMC,yBAAyB,GAAGpB,aAAa,CAC7CiB,WAAW,EACXF,qBACF,CAAC;EAED,oBACEb,IAAA,CAACJ,SAAS;IACRoB,UAAU,EAAEA,UAAW;IACvBG,cAAc,EAAE,QAAS;IACzBC,4BAA4B,EAAEC,OAAQ;IACtCC,8BAA8B,EAAED,OAAQ;IACxCR,qBAAqB,EAAEK,yBAA0B;IAAA,GAC7CJ;EAAK,CACV,CAAC;AAEN;AAEA,eAAeb,IAAI","ignoreList":[]}
|
|
@@ -1,60 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { c as _c } from "react/compiler-runtime";
|
|
4
3
|
import { useRestyle } from '@shopify/restyle';
|
|
5
4
|
import { ActivityIndicator } from 'react-native';
|
|
6
5
|
import { themedLoadingColorRestyleFuncs, themedLoadingRestyleFuncs } from "../../utils/theme/restyle.js";
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
const ThemedLoading =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
if ($[0] !== t0) {
|
|
14
|
-
({
|
|
15
|
-
size: t1,
|
|
16
|
-
color: t2,
|
|
17
|
-
...props
|
|
18
|
-
} = t0);
|
|
19
|
-
$[0] = t0;
|
|
20
|
-
$[1] = props;
|
|
21
|
-
$[2] = t1;
|
|
22
|
-
$[3] = t2;
|
|
23
|
-
} else {
|
|
24
|
-
props = $[1];
|
|
25
|
-
t1 = $[2];
|
|
26
|
-
t2 = $[3];
|
|
27
|
-
}
|
|
28
|
-
const size = t1 === undefined ? "large" : t1;
|
|
29
|
-
const color = t2 === undefined ? "themePri" : t2;
|
|
7
|
+
const ThemedLoading = ({
|
|
8
|
+
size = 'large',
|
|
9
|
+
color = 'themePri',
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
30
12
|
const restyle = useRestyle(themedLoadingRestyleFuncs, props);
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
t3 = $[5];
|
|
40
|
-
}
|
|
41
|
-
const colorRestyle = useRestyle(themedLoadingColorRestyleFuncs, t3);
|
|
42
|
-
const t4 = colorRestyle.style[0]?.color;
|
|
43
|
-
let t5;
|
|
44
|
-
if ($[6] !== restyle || $[7] !== size || $[8] !== t4) {
|
|
45
|
-
t5 = /*#__PURE__*/_jsx(ActivityIndicator, {
|
|
46
|
-
size: size,
|
|
47
|
-
color: t4,
|
|
48
|
-
...restyle
|
|
49
|
-
});
|
|
50
|
-
$[6] = restyle;
|
|
51
|
-
$[7] = size;
|
|
52
|
-
$[8] = t4;
|
|
53
|
-
$[9] = t5;
|
|
54
|
-
} else {
|
|
55
|
-
t5 = $[9];
|
|
56
|
-
}
|
|
57
|
-
return t5;
|
|
13
|
+
const colorRestyle = useRestyle(themedLoadingColorRestyleFuncs, {
|
|
14
|
+
color
|
|
15
|
+
});
|
|
16
|
+
return /*#__PURE__*/_jsx(ActivityIndicator, {
|
|
17
|
+
size: size,
|
|
18
|
+
color: colorRestyle.style[0]?.color,
|
|
19
|
+
...restyle
|
|
20
|
+
});
|
|
58
21
|
};
|
|
59
22
|
export default ThemedLoading;
|
|
60
23
|
//# sourceMappingURL=ThemedLoading.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useRestyle","ActivityIndicator","themedLoadingColorRestyleFuncs","themedLoadingRestyleFuncs","jsx","_jsx","ThemedLoading","
|
|
1
|
+
{"version":3,"names":["useRestyle","ActivityIndicator","themedLoadingColorRestyleFuncs","themedLoadingRestyleFuncs","jsx","_jsx","ThemedLoading","size","color","props","restyle","colorRestyle","style"],"sourceRoot":"../../../../src","sources":["components/loading/ThemedLoading.tsx"],"mappings":";;AAAA,SAASA,UAAU,QAAQ,kBAAkB;AAE7C,SAASC,iBAAiB,QAAQ,cAAc;AAEhD,SACEC,8BAA8B,EAC9BC,yBAAyB,QACpB,8BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEnC,MAAMC,aAAqC,GAAGA,CAAC;EAC7CC,IAAI,GAAG,OAAO;EACdC,KAAK,GAAG,UAAU;EAClB,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,OAAO,GAAGV,UAAU,CAACG,yBAAyB,EAAEM,KAAK,CAAC;EAC5D,MAAME,YAAY,GAAGX,UAAU,CAACE,8BAA8B,EAAE;IAC9DM;EACF,CAAsC,CAAmC;EAEzE,oBACEH,IAAA,CAACJ,iBAAiB;IAChBM,IAAI,EAAEA,IAAK;IACXC,KAAK,EAAEG,YAAY,CAACC,KAAK,CAAC,CAAC,CAAC,EAAEJ,KAAM;IAAA,GAChCE;EAAO,CACZ,CAAC;AAEN,CAAC;AAED,eAAeJ,aAAa","ignoreList":[]}
|
|
@@ -1,75 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { c as _c } from "react/compiler-runtime";
|
|
4
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
4
|
const ActionSheetOpts = require('./ActionSheetOpts').default;
|
|
6
5
|
const ActionSheetScrollView = require('./ActionSheetScrollView').default;
|
|
7
6
|
const ActionSheetListView = require('./ActionSheetListView').default;
|
|
8
|
-
const ActionSheet =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
if ($[0] !== t0) {
|
|
13
|
-
({
|
|
14
|
-
dismissable: t1,
|
|
15
|
-
...props
|
|
16
|
-
} = t0);
|
|
17
|
-
$[0] = t0;
|
|
18
|
-
$[1] = props;
|
|
19
|
-
$[2] = t1;
|
|
20
|
-
} else {
|
|
21
|
-
props = $[1];
|
|
22
|
-
t1 = $[2];
|
|
23
|
-
}
|
|
24
|
-
const dismissable = t1 === undefined ? true : t1;
|
|
7
|
+
const ActionSheet = ({
|
|
8
|
+
dismissable = true,
|
|
9
|
+
...props
|
|
10
|
+
}) => {
|
|
25
11
|
if (props.opts?.length) {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
12
|
+
return /*#__PURE__*/_jsx(ActionSheetOpts, {
|
|
13
|
+
dismissable: dismissable,
|
|
14
|
+
...props
|
|
15
|
+
});
|
|
16
|
+
} else if (props.children) {
|
|
17
|
+
return /*#__PURE__*/_jsx(ActionSheetScrollView, {
|
|
18
|
+
dismissable: dismissable,
|
|
19
|
+
...props
|
|
20
|
+
});
|
|
21
|
+
} else if (props.listProps) {
|
|
22
|
+
return /*#__PURE__*/_jsx(ActionSheetListView, {
|
|
23
|
+
dismissable: dismissable,
|
|
24
|
+
...props
|
|
25
|
+
});
|
|
39
26
|
} else {
|
|
40
|
-
|
|
41
|
-
let t2;
|
|
42
|
-
if ($[6] !== dismissable || $[7] !== props) {
|
|
43
|
-
t2 = /*#__PURE__*/_jsx(ActionSheetScrollView, {
|
|
44
|
-
dismissable: dismissable,
|
|
45
|
-
...props
|
|
46
|
-
});
|
|
47
|
-
$[6] = dismissable;
|
|
48
|
-
$[7] = props;
|
|
49
|
-
$[8] = t2;
|
|
50
|
-
} else {
|
|
51
|
-
t2 = $[8];
|
|
52
|
-
}
|
|
53
|
-
return t2;
|
|
54
|
-
} else {
|
|
55
|
-
if (props.listProps) {
|
|
56
|
-
let t2;
|
|
57
|
-
if ($[9] !== dismissable || $[10] !== props) {
|
|
58
|
-
t2 = /*#__PURE__*/_jsx(ActionSheetListView, {
|
|
59
|
-
dismissable: dismissable,
|
|
60
|
-
...props
|
|
61
|
-
});
|
|
62
|
-
$[9] = dismissable;
|
|
63
|
-
$[10] = props;
|
|
64
|
-
$[11] = t2;
|
|
65
|
-
} else {
|
|
66
|
-
t2 = $[11];
|
|
67
|
-
}
|
|
68
|
-
return t2;
|
|
69
|
-
} else {
|
|
70
|
-
return null;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
27
|
+
return null;
|
|
73
28
|
}
|
|
74
29
|
};
|
|
75
30
|
export default ActionSheet;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ActionSheetOpts","require","default","ActionSheetScrollView","ActionSheetListView","ActionSheet","
|
|
1
|
+
{"version":3,"names":["ActionSheetOpts","require","default","ActionSheetScrollView","ActionSheetListView","ActionSheet","dismissable","props","opts","length","_jsx","children","listProps"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheet.tsx"],"mappings":";;;AAQA,MAAMA,eAAyC,GAC7CC,OAAO,CAAC,mBAAmB,CAAC,CAACC,OAAO;AACtC,MAAMC,qBAAqD,GACzDF,OAAO,CAAC,yBAAyB,CAAC,CAACC,OAAO;AAC5C,MAAME,mBAAiD,GACrDH,OAAO,CAAC,uBAAuB,CAAC,CAACC,OAAO;AAE1C,MAAMG,WAAiC,GAAGA,CAAC;EACzCC,WAAW,GAAG,IAAI;EAClB,GAAGC;AACL,CAAC,KAAK;EACJ,IAAIA,KAAK,CAACC,IAAI,EAAEC,MAAM,EAAE;IACtB,oBAAOC,IAAA,CAACV,eAAe;MAACM,WAAW,EAAEA,WAAY;MAAA,GAAKC;IAAK,CAAG,CAAC;EACjE,CAAC,MAAM,IAAIA,KAAK,CAACI,QAAQ,EAAE;IACzB,oBAAOD,IAAA,CAACP,qBAAqB;MAACG,WAAW,EAAEA,WAAY;MAAA,GAAKC;IAAK,CAAG,CAAC;EACvE,CAAC,MAAM,IAAIA,KAAK,CAACK,SAAS,EAAE;IAC1B,oBAAOF,IAAA,CAACN,mBAAmB;MAACE,WAAW,EAAEA,WAAY;MAAA,GAAKC;IAAK,CAAG,CAAC;EACrE,CAAC,MAAM;IACL,OAAO,IAAI;EACb;AACF,CAAC;AAED,eAAeF,WAAW","ignoreList":[]}
|
|
@@ -1,29 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { c as _c } from "react/compiler-runtime";
|
|
4
3
|
/** @internal */
|
|
4
|
+
|
|
5
5
|
import { GestureDetector } from 'react-native-gesture-handler';
|
|
6
6
|
import { useActionSheetContentGesture } from "../../../hooks/overlay.js";
|
|
7
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
-
const ActionSheetContentGesture =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
children
|
|
12
|
-
} = t0;
|
|
8
|
+
const ActionSheetContentGesture = ({
|
|
9
|
+
children
|
|
10
|
+
}) => {
|
|
13
11
|
const gesture = useActionSheetContentGesture();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
children: children
|
|
19
|
-
});
|
|
20
|
-
$[0] = children;
|
|
21
|
-
$[1] = gesture;
|
|
22
|
-
$[2] = t1;
|
|
23
|
-
} else {
|
|
24
|
-
t1 = $[2];
|
|
25
|
-
}
|
|
26
|
-
return t1;
|
|
12
|
+
return /*#__PURE__*/_jsx(GestureDetector, {
|
|
13
|
+
gesture: gesture,
|
|
14
|
+
children: children
|
|
15
|
+
});
|
|
27
16
|
};
|
|
28
17
|
export default ActionSheetContentGesture;
|
|
29
18
|
//# sourceMappingURL=ActionSheetContentGesture.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["GestureDetector","useActionSheetContentGesture","jsx","_jsx","ActionSheetContentGesture","
|
|
1
|
+
{"version":3,"names":["GestureDetector","useActionSheetContentGesture","jsx","_jsx","ActionSheetContentGesture","children","gesture"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetContentGesture.tsx"],"mappings":";;AAAA;;AAEA,SAASA,eAAe,QAAQ,8BAA8B;AAC9D,SAASC,4BAA4B,QAAQ,2BAAwB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGtE,MAAMC,yBAAwD,GAAGA,CAAC;EAChEC;AACF,CAAC,KAAK;EACJ,MAAMC,OAAO,GAAGL,4BAA4B,CAAC,CAAC;EAE9C,oBAAOE,IAAA,CAACH,eAAe;IAACM,OAAO,EAAEA,OAAQ;IAAAD,QAAA,EAAEA;EAAQ,CAAkB,CAAC;AACxE,CAAC;AAED,eAAeD,yBAAyB","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
import { c as _c } from "react/compiler-runtime";
|
|
4
3
|
/** @internal */
|
|
4
|
+
|
|
5
5
|
import { GestureDetector } from 'react-native-gesture-handler';
|
|
6
6
|
import { useActionSheetGesture, useActionSheetHeaderMinHeight, useActionSheetOnDismiss } from "../../../hooks/overlay.js";
|
|
7
7
|
import { actionSheetHeaderIconSize, actionSheetHeaderPadding } from "../../../utils/overlay/const.js";
|
|
@@ -11,103 +11,47 @@ import ThemedView from "../../view/ThemedView.js";
|
|
|
11
11
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
12
12
|
const ThemedText = require('../../text/ThemedText').default;
|
|
13
13
|
const ThemedIconButton = require('../../button/ThemedIconButton').default;
|
|
14
|
-
const ActionSheetHeader =
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
headerIconButtonProps
|
|
21
|
-
} = t0;
|
|
22
|
-
const headerShowIcon = t1 === undefined ? true : t1;
|
|
14
|
+
const ActionSheetHeader = ({
|
|
15
|
+
headerShowIcon = true,
|
|
16
|
+
headerWrapProps,
|
|
17
|
+
headerTextProps,
|
|
18
|
+
headerIconButtonProps
|
|
19
|
+
}) => {
|
|
23
20
|
const gesture = useActionSheetGesture();
|
|
24
21
|
const minHeight = useActionSheetHeaderMinHeight();
|
|
25
22
|
const onDismiss = useActionSheetOnDismiss();
|
|
26
|
-
let t2;
|
|
27
|
-
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
28
|
-
t2 = getActionSheetContext();
|
|
29
|
-
$[0] = t2;
|
|
30
|
-
} else {
|
|
31
|
-
t2 = $[0];
|
|
32
|
-
}
|
|
33
23
|
const {
|
|
34
24
|
title,
|
|
35
25
|
headerViewRef
|
|
36
|
-
} =
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
$[2] = t3;
|
|
44
|
-
} else {
|
|
45
|
-
t3 = $[2];
|
|
46
|
-
}
|
|
47
|
-
const onIconPress = t3;
|
|
48
|
-
let t4;
|
|
49
|
-
if ($[3] !== headerTextProps) {
|
|
50
|
-
t4 = !!title && /*#__PURE__*/_jsx(ThemedText, {
|
|
51
|
-
variant: "textMBold",
|
|
52
|
-
...headerTextProps,
|
|
53
|
-
children: title
|
|
54
|
-
});
|
|
55
|
-
$[3] = headerTextProps;
|
|
56
|
-
$[4] = t4;
|
|
57
|
-
} else {
|
|
58
|
-
t4 = $[4];
|
|
59
|
-
}
|
|
60
|
-
let t5;
|
|
61
|
-
if ($[5] !== headerIconButtonProps || $[6] !== headerShowIcon || $[7] !== onIconPress) {
|
|
62
|
-
t5 = headerShowIcon && /*#__PURE__*/_jsx(ThemedIconButton, {
|
|
63
|
-
onPress: onIconPress,
|
|
64
|
-
iconName: "cross",
|
|
65
|
-
iconSize: actionSheetHeaderIconSize,
|
|
66
|
-
position: "absolute",
|
|
67
|
-
left: 0,
|
|
68
|
-
...headerIconButtonProps
|
|
69
|
-
});
|
|
70
|
-
$[5] = headerIconButtonProps;
|
|
71
|
-
$[6] = headerShowIcon;
|
|
72
|
-
$[7] = onIconPress;
|
|
73
|
-
$[8] = t5;
|
|
74
|
-
} else {
|
|
75
|
-
t5 = $[8];
|
|
76
|
-
}
|
|
77
|
-
let t6;
|
|
78
|
-
if ($[9] !== headerWrapProps || $[10] !== minHeight || $[11] !== t4 || $[12] !== t5) {
|
|
79
|
-
t6 = /*#__PURE__*/_jsxs(ThemedView, {
|
|
26
|
+
} = getActionSheetContext();
|
|
27
|
+
const onIconPress = () => {
|
|
28
|
+
onDismiss();
|
|
29
|
+
};
|
|
30
|
+
return /*#__PURE__*/_jsx(GestureDetector, {
|
|
31
|
+
gesture: gesture,
|
|
32
|
+
children: /*#__PURE__*/_jsxs(ThemedView, {
|
|
80
33
|
ref: headerViewRef,
|
|
81
|
-
justifyContent:
|
|
82
|
-
alignItems:
|
|
34
|
+
justifyContent: 'center',
|
|
35
|
+
alignItems: 'center',
|
|
83
36
|
minHeight: minHeight,
|
|
84
37
|
padding: actionSheetHeaderPadding,
|
|
85
38
|
borderBottomWidth: BorderSize.S,
|
|
86
|
-
borderColor:
|
|
39
|
+
borderColor: 'border',
|
|
87
40
|
...headerWrapProps,
|
|
88
|
-
children: [
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
children: t6
|
|
103
|
-
});
|
|
104
|
-
$[14] = gesture;
|
|
105
|
-
$[15] = t6;
|
|
106
|
-
$[16] = t7;
|
|
107
|
-
} else {
|
|
108
|
-
t7 = $[16];
|
|
109
|
-
}
|
|
110
|
-
return t7;
|
|
41
|
+
children: [!!title && /*#__PURE__*/_jsx(ThemedText, {
|
|
42
|
+
variant: 'textMBold',
|
|
43
|
+
...headerTextProps,
|
|
44
|
+
children: title
|
|
45
|
+
}), headerShowIcon && /*#__PURE__*/_jsx(ThemedIconButton, {
|
|
46
|
+
onPress: onIconPress,
|
|
47
|
+
iconName: 'cross',
|
|
48
|
+
iconSize: actionSheetHeaderIconSize,
|
|
49
|
+
position: 'absolute',
|
|
50
|
+
left: 0,
|
|
51
|
+
...headerIconButtonProps
|
|
52
|
+
})]
|
|
53
|
+
})
|
|
54
|
+
});
|
|
111
55
|
};
|
|
112
56
|
export default ActionSheetHeader;
|
|
113
57
|
//# sourceMappingURL=ActionSheetHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["GestureDetector","useActionSheetGesture","useActionSheetHeaderMinHeight","useActionSheetOnDismiss","actionSheetHeaderIconSize","actionSheetHeaderPadding","getActionSheetContext","BorderSize","ThemedView","jsx","_jsx","jsxs","_jsxs","ThemedText","require","default","ThemedIconButton","ActionSheetHeader","
|
|
1
|
+
{"version":3,"names":["GestureDetector","useActionSheetGesture","useActionSheetHeaderMinHeight","useActionSheetOnDismiss","actionSheetHeaderIconSize","actionSheetHeaderPadding","getActionSheetContext","BorderSize","ThemedView","jsx","_jsx","jsxs","_jsxs","ThemedText","require","default","ThemedIconButton","ActionSheetHeader","headerShowIcon","headerWrapProps","headerTextProps","headerIconButtonProps","gesture","minHeight","onDismiss","title","headerViewRef","onIconPress","children","ref","justifyContent","alignItems","padding","borderBottomWidth","S","borderColor","variant","onPress","iconName","iconSize","position","left"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetHeader.tsx"],"mappings":";;AAAA;;AAEA,SAASA,eAAe,QAAQ,8BAA8B;AAC9D,SACEC,qBAAqB,EACrBC,6BAA6B,EAC7BC,uBAAuB,QAClB,2BAAwB;AAI/B,SACEC,yBAAyB,EACzBC,wBAAwB,QACnB,iCAA8B;AACrC,SAASC,qBAAqB,QAAQ,gCAA6B;AACnE,SAASC,UAAU,QAAQ,+BAA4B;AACvD,OAAOC,UAAU,MAAM,0BAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE/C,MAAMC,UAA+B,GACnCC,OAAO,CAAC,uBAAuB,CAAC,CAACC,OAAO;AAC1C,MAAMC,gBAA2C,GAC/CF,OAAO,CAAC,+BAA+B,CAAC,CAACC,OAAO;AAElD,MAAME,iBAA6C,GAAGA,CAAC;EACrDC,cAAc,GAAG,IAAI;EACrBC,eAAe;EACfC,eAAe;EACfC;AACF,CAAC,KAAK;EACJ,MAAMC,OAAO,GAAGrB,qBAAqB,CAAC,CAAC;EACvC,MAAMsB,SAAS,GAAGrB,6BAA6B,CAAC,CAAC;EACjD,MAAMsB,SAAS,GAAGrB,uBAAuB,CAAC,CAAC;EAE3C,MAAM;IAAEsB,KAAK;IAAEC;EAAc,CAAC,GAAGpB,qBAAqB,CAAC,CAAC;EACxD,MAAMqB,WAA6C,GAAGA,CAAA,KAAM;IAC1DH,SAAS,CAAC,CAAC;EACb,CAAC;EAED,oBACEd,IAAA,CAACV,eAAe;IAACsB,OAAO,EAAEA,OAAQ;IAAAM,QAAA,eAChChB,KAAA,CAACJ,UAAU;MACTqB,GAAG,EAAEH,aAAc;MACnBI,cAAc,EAAE,QAAS;MACzBC,UAAU,EAAE,QAAS;MACrBR,SAAS,EAAEA,SAAU;MACrBS,OAAO,EAAE3B,wBAAyB;MAClC4B,iBAAiB,EAAE1B,UAAU,CAAC2B,CAAE;MAChCC,WAAW,EAAE,QAAS;MAAA,GAClBhB,eAAe;MAAAS,QAAA,GAElB,CAAC,CAACH,KAAK,iBACNf,IAAA,CAACG,UAAU;QAACuB,OAAO,EAAE,WAAY;QAAA,GAAKhB,eAAe;QAAAQ,QAAA,EAClDH;MAAK,CACI,CACb,EACAP,cAAc,iBACbR,IAAA,CAACM,gBAAgB;QACfqB,OAAO,EAAEV,WAAY;QACrBW,QAAQ,EAAE,OAAQ;QAClBC,QAAQ,EAAEnC,yBAA0B;QACpCoC,QAAQ,EAAE,UAAW;QACrBC,IAAI,EAAE,CAAE;QAAA,GACJpB;MAAqB,CAC1B,CACF;IAAA,CACS;EAAC,CACE,CAAC;AAEtB,CAAC;AAED,eAAeJ,iBAAiB","ignoreList":[]}
|