@jamadd/react-native-template-ui 0.2.0 → 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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/button.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EACV,4BAA4B,EAC5B,kBAAkB,EAClB,gBAAgB,EAEhB,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gBAAgB,EAAoB,MAAM,uBAAuB,CAAC;AAI3E,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,oBAAoB,CAAC,SAAS,CAAC,EACxC,kBAAkB,CAAC,EAAE,kBAAkB,oBAqDxC;AAED,wBAAgB,kBAAkB,CAChC,EACE,OAAO,EACP,kBAAkB,EAClB,GAAG,KAAK,EACT,EAAE,oBAAoB,GAAG,4BAA4B,EACtD,QAAQ,UAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCjB"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { ListItemSeparatorComponent, ListItemSeparatorProps, ListRef } from '../types/list';
|
|
2
|
-
export declare function useListRef<T>(): import("react").RefObject<ListRef<T> | null>;
|
|
3
|
-
export declare function useListItemSeparatorComponent(props?: ListItemSeparatorProps, hideForLeadingItemTypes?: string[], hideForTrailingItemTypes?: string[]): ListItemSeparatorComponent;
|
|
4
|
-
//# sourceMappingURL=list.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/list.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,0BAA0B,EAC1B,sBAAsB,EACtB,OAAO,EACR,MAAM,eAAe,CAAC;AAGvB,wBAAgB,UAAU,CAAC,CAAC,kDAE3B;AAED,wBAAgB,6BAA6B,CAC3C,KAAK,GAAE,sBAA2B,EAClC,uBAAuB,GAAE,MAAM,EAAO,EACtC,wBAAwB,GAAE,MAAM,EAAO,8BA0BxC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ScrollView } from 'react-native';
|
|
2
|
-
import type { ListAnimatedRefObj, ListRef } from '../types/list';
|
|
3
|
-
import type { ScrollViewAnimatedRefObj } from '../types/view';
|
|
4
|
-
export declare function useActionSheetListViewAnimatedRef<T>(): import("react-native-reanimated").AnimatedRef<ListRef<T>>;
|
|
5
|
-
export declare function useActionSheetScrollViewAnimatedRef(): import("react-native-reanimated").AnimatedRef<ScrollView>;
|
|
6
|
-
/** @interal */
|
|
7
|
-
export declare function useActionSheetListViewRefAndOffset<T>(refObj?: ListAnimatedRefObj<T>): {
|
|
8
|
-
listViewListAnimatedRefObj: ListAnimatedRefObj<T>;
|
|
9
|
-
contentOffsetSharedVal: import("react-native-reanimated").SharedValue<number>;
|
|
10
|
-
};
|
|
11
|
-
/** @interal */
|
|
12
|
-
export declare function useActionSheetScrollViewRefAndOffset(refObj?: ScrollViewAnimatedRefObj): {
|
|
13
|
-
scrollViewAnimatedRefObj: ScrollViewAnimatedRefObj;
|
|
14
|
-
contentOffsetSharedVal: import("react-native-reanimated").SharedValue<number>;
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=overlay.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/overlay.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAU/C,OAAO,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAWjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AA2L9D,wBAAgB,iCAAiC,CAAC,CAAC,+DAElD;AAED,wBAAgB,mCAAmC,8DAElD;AAED,eAAe;AACf,wBAAgB,kCAAkC,CAAC,CAAC,EAClD,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC;;;EAa/B;AAED,eAAe;AACf,wBAAgB,oCAAoC,CAClD,MAAM,CAAC,EAAE,wBAAwB;;;EAalC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/reanimated.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,wBAAgB,qBAAqB,kEAEpC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { ThemedSeparatorProps } from '../types/separator';
|
|
2
|
-
import type { ThemeColors } from '../types/theme';
|
|
3
|
-
import { BorderSize } from '../utils/theme/const';
|
|
4
|
-
export declare function useThemedSeparator(size?: BorderSize, vertical?: boolean, backgroundColor?: ThemeColors, style?: Omit<ThemedSeparatorProps, 'size' | 'vertical' | 'backgroundColor' | 'bg'>): import("react").FunctionComponentElement<ThemedSeparatorProps>;
|
|
5
|
-
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/separator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAKlD,wBAAgB,kBAAkB,CAChC,IAAI,aAAe,EACnB,QAAQ,UAAQ,EAChB,eAAe,GAAE,WAAyB,EAC1C,KAAK,GAAE,IAAI,CACT,oBAAoB,EACpB,MAAM,GAAG,UAAU,GAAG,iBAAiB,GAAG,IAAI,CAC1C,kEAaP"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type ViewStyle } from 'react-native';
|
|
2
|
-
import type { InsetsStyleConfig } from '../types/style';
|
|
3
|
-
import { Orientation } from '../utils/style/const';
|
|
4
|
-
export declare function useInsetsStyle({ insets, insetTop, insetBottom, insetLeft, insetRight, insetsPadding, insetPaddingTop, insetPaddingBottom, insetPaddingLeft, insetPaddingRight, }: InsetsStyleConfig): Pick<ViewStyle, "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft">;
|
|
5
|
-
export declare function useWindowDimensions(): import("react-native").ScaledSize;
|
|
6
|
-
export declare function useWindowDimensionsWidth(): number;
|
|
7
|
-
export declare function useWindowDimensionsHeight(): number;
|
|
8
|
-
export declare function useWindowDimensionsScale(): number;
|
|
9
|
-
export declare function useWindowDimensionsFontScale(): number;
|
|
10
|
-
export declare function useOrientation(): Orientation;
|
|
11
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGnD,wBAAgB,cAAc,CAAC,EAC7B,MAAM,EACN,QAAQ,EACR,WAAW,EACX,SAAS,EACT,UAAU,EACV,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,gBAAgB,EAChB,iBAAiB,GAClB,EAAE,iBAAiB,oFA6BnB;AAED,wBAAgB,mBAAmB,sCAElC;AAED,wBAAgB,wBAAwB,WAEvC;AAED,wBAAgB,yBAAyB,WAExC;AAED,wBAAgB,wBAAwB,WAEvC;AAED,wBAAgB,4BAA4B,WAE3C;AAED,wBAAgB,cAAc,gBAO7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/switch.ts"],"names":[],"mappings":""}
|
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
import { type PropValue, type ResponsiveValue } from '@shopify/restyle';
|
|
2
|
-
import { type ColorSchemeName } from 'react-native';
|
|
3
|
-
import type { Theme, ThemeBreakpoints } from '../types/theme';
|
|
4
|
-
export declare function useTheme(): {
|
|
5
|
-
colors: {
|
|
6
|
-
transparent: import("..").Palette;
|
|
7
|
-
themePri: import("..").Palette;
|
|
8
|
-
themeSec: import("..").Palette;
|
|
9
|
-
themePriT: import("..").Palette;
|
|
10
|
-
background: import("..").Palette;
|
|
11
|
-
backgroundOverlay: import("..").Palette;
|
|
12
|
-
text: import("..").Palette;
|
|
13
|
-
textOverlay: import("..").Palette;
|
|
14
|
-
textButton: import("..").Palette;
|
|
15
|
-
border: import("..").Palette;
|
|
16
|
-
separator: import("..").Palette;
|
|
17
|
-
err: import("..").Palette;
|
|
18
|
-
};
|
|
19
|
-
spacing: {
|
|
20
|
-
none: import("..").Spacing;
|
|
21
|
-
xxxs: import("..").Spacing;
|
|
22
|
-
xxs: import("..").Spacing;
|
|
23
|
-
xs: import("..").Spacing;
|
|
24
|
-
s: import("..").Spacing;
|
|
25
|
-
m: import("..").Spacing;
|
|
26
|
-
l: import("..").Spacing;
|
|
27
|
-
xl: import("..").Spacing;
|
|
28
|
-
xxl: import("..").Spacing;
|
|
29
|
-
xxxl: import("..").Spacing;
|
|
30
|
-
};
|
|
31
|
-
breakpoints: {
|
|
32
|
-
smallPhone: number;
|
|
33
|
-
phone: number;
|
|
34
|
-
smallTablet: number;
|
|
35
|
-
tablet: number;
|
|
36
|
-
desktop: number;
|
|
37
|
-
};
|
|
38
|
-
zIndices: {
|
|
39
|
-
bottom: import("..").ZIndex;
|
|
40
|
-
middle: import("..").ZIndex;
|
|
41
|
-
top: import("..").ZIndex;
|
|
42
|
-
};
|
|
43
|
-
borderRadii: {
|
|
44
|
-
s: import("..").BorderRadius;
|
|
45
|
-
m: import("..").BorderRadius;
|
|
46
|
-
l: import("..").BorderRadius;
|
|
47
|
-
round: import("..").BorderRadius;
|
|
48
|
-
};
|
|
49
|
-
textVariants: {
|
|
50
|
-
textXSBold: {
|
|
51
|
-
fontWeight: string;
|
|
52
|
-
fontSize: import("..").FontSize;
|
|
53
|
-
lineHeight: import("..").FontLineHeight;
|
|
54
|
-
color: string;
|
|
55
|
-
};
|
|
56
|
-
textSBold: {
|
|
57
|
-
fontWeight: string;
|
|
58
|
-
fontSize: import("..").FontSize;
|
|
59
|
-
lineHeight: import("..").FontLineHeight;
|
|
60
|
-
color: string;
|
|
61
|
-
};
|
|
62
|
-
textMBold: {
|
|
63
|
-
fontWeight: string;
|
|
64
|
-
fontSize: import("..").FontSize;
|
|
65
|
-
lineHeight: import("..").FontLineHeight;
|
|
66
|
-
color: string;
|
|
67
|
-
};
|
|
68
|
-
textLBold: {
|
|
69
|
-
fontWeight: string;
|
|
70
|
-
fontSize: import("..").FontSize;
|
|
71
|
-
lineHeight: import("..").FontLineHeight;
|
|
72
|
-
color: string;
|
|
73
|
-
};
|
|
74
|
-
textXLBold: {
|
|
75
|
-
fontWeight: string;
|
|
76
|
-
fontSize: import("..").FontSize;
|
|
77
|
-
lineHeight: import("..").FontLineHeight;
|
|
78
|
-
color: string;
|
|
79
|
-
};
|
|
80
|
-
defaults: {
|
|
81
|
-
fontSize: import("..").FontSize;
|
|
82
|
-
lineHeight: import("..").FontLineHeight;
|
|
83
|
-
color: string;
|
|
84
|
-
};
|
|
85
|
-
textXS: {
|
|
86
|
-
fontSize: import("..").FontSize;
|
|
87
|
-
lineHeight: import("..").FontLineHeight;
|
|
88
|
-
color: string;
|
|
89
|
-
};
|
|
90
|
-
textS: {
|
|
91
|
-
fontSize: import("..").FontSize;
|
|
92
|
-
lineHeight: import("..").FontLineHeight;
|
|
93
|
-
color: string;
|
|
94
|
-
};
|
|
95
|
-
textM: {
|
|
96
|
-
fontSize: import("..").FontSize;
|
|
97
|
-
lineHeight: import("..").FontLineHeight;
|
|
98
|
-
color: string;
|
|
99
|
-
};
|
|
100
|
-
textL: {
|
|
101
|
-
fontSize: import("..").FontSize;
|
|
102
|
-
lineHeight: import("..").FontLineHeight;
|
|
103
|
-
color: string;
|
|
104
|
-
};
|
|
105
|
-
textXL: {
|
|
106
|
-
fontSize: import("..").FontSize;
|
|
107
|
-
lineHeight: import("..").FontLineHeight;
|
|
108
|
-
color: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
export declare function useThemeColors(): {
|
|
113
|
-
transparent: import("..").Palette;
|
|
114
|
-
themePri: import("..").Palette;
|
|
115
|
-
themeSec: import("..").Palette;
|
|
116
|
-
themePriT: import("..").Palette;
|
|
117
|
-
background: import("..").Palette;
|
|
118
|
-
backgroundOverlay: import("..").Palette;
|
|
119
|
-
text: import("..").Palette;
|
|
120
|
-
textOverlay: import("..").Palette;
|
|
121
|
-
textButton: import("..").Palette;
|
|
122
|
-
border: import("..").Palette;
|
|
123
|
-
separator: import("..").Palette;
|
|
124
|
-
err: import("..").Palette;
|
|
125
|
-
};
|
|
126
|
-
export declare function useThemeSpacing(): {
|
|
127
|
-
none: import("..").Spacing;
|
|
128
|
-
xxxs: import("..").Spacing;
|
|
129
|
-
xxs: import("..").Spacing;
|
|
130
|
-
xs: import("..").Spacing;
|
|
131
|
-
s: import("..").Spacing;
|
|
132
|
-
m: import("..").Spacing;
|
|
133
|
-
l: import("..").Spacing;
|
|
134
|
-
xl: import("..").Spacing;
|
|
135
|
-
xxl: import("..").Spacing;
|
|
136
|
-
xxxl: import("..").Spacing;
|
|
137
|
-
};
|
|
138
|
-
export declare function useThemeBreakpoints(): {
|
|
139
|
-
smallPhone: number;
|
|
140
|
-
phone: number;
|
|
141
|
-
smallTablet: number;
|
|
142
|
-
tablet: number;
|
|
143
|
-
desktop: number;
|
|
144
|
-
};
|
|
145
|
-
export declare function useThemeBreakpointValues<T extends PropValue>(propValue: ResponsiveValue<T, Theme['breakpoints']>): T | undefined;
|
|
146
|
-
export declare function useThemeBreakpoint(): ThemeBreakpoints;
|
|
147
|
-
export declare function useThemeZIndices(): {
|
|
148
|
-
bottom: import("..").ZIndex;
|
|
149
|
-
middle: import("..").ZIndex;
|
|
150
|
-
top: import("..").ZIndex;
|
|
151
|
-
};
|
|
152
|
-
export declare function useThemeBorderRadii(): {
|
|
153
|
-
s: import("..").BorderRadius;
|
|
154
|
-
m: import("..").BorderRadius;
|
|
155
|
-
l: import("..").BorderRadius;
|
|
156
|
-
round: import("..").BorderRadius;
|
|
157
|
-
};
|
|
158
|
-
export declare function useThemeTextVariants(): {
|
|
159
|
-
textXSBold: {
|
|
160
|
-
fontWeight: string;
|
|
161
|
-
fontSize: import("..").FontSize;
|
|
162
|
-
lineHeight: import("..").FontLineHeight;
|
|
163
|
-
color: string;
|
|
164
|
-
};
|
|
165
|
-
textSBold: {
|
|
166
|
-
fontWeight: string;
|
|
167
|
-
fontSize: import("..").FontSize;
|
|
168
|
-
lineHeight: import("..").FontLineHeight;
|
|
169
|
-
color: string;
|
|
170
|
-
};
|
|
171
|
-
textMBold: {
|
|
172
|
-
fontWeight: string;
|
|
173
|
-
fontSize: import("..").FontSize;
|
|
174
|
-
lineHeight: import("..").FontLineHeight;
|
|
175
|
-
color: string;
|
|
176
|
-
};
|
|
177
|
-
textLBold: {
|
|
178
|
-
fontWeight: string;
|
|
179
|
-
fontSize: import("..").FontSize;
|
|
180
|
-
lineHeight: import("..").FontLineHeight;
|
|
181
|
-
color: string;
|
|
182
|
-
};
|
|
183
|
-
textXLBold: {
|
|
184
|
-
fontWeight: string;
|
|
185
|
-
fontSize: import("..").FontSize;
|
|
186
|
-
lineHeight: import("..").FontLineHeight;
|
|
187
|
-
color: string;
|
|
188
|
-
};
|
|
189
|
-
defaults: {
|
|
190
|
-
fontSize: import("..").FontSize;
|
|
191
|
-
lineHeight: import("..").FontLineHeight;
|
|
192
|
-
color: string;
|
|
193
|
-
};
|
|
194
|
-
textXS: {
|
|
195
|
-
fontSize: import("..").FontSize;
|
|
196
|
-
lineHeight: import("..").FontLineHeight;
|
|
197
|
-
color: string;
|
|
198
|
-
};
|
|
199
|
-
textS: {
|
|
200
|
-
fontSize: import("..").FontSize;
|
|
201
|
-
lineHeight: import("..").FontLineHeight;
|
|
202
|
-
color: string;
|
|
203
|
-
};
|
|
204
|
-
textM: {
|
|
205
|
-
fontSize: import("..").FontSize;
|
|
206
|
-
lineHeight: import("..").FontLineHeight;
|
|
207
|
-
color: string;
|
|
208
|
-
};
|
|
209
|
-
textL: {
|
|
210
|
-
fontSize: import("..").FontSize;
|
|
211
|
-
lineHeight: import("..").FontLineHeight;
|
|
212
|
-
color: string;
|
|
213
|
-
};
|
|
214
|
-
textXL: {
|
|
215
|
-
fontSize: import("..").FontSize;
|
|
216
|
-
lineHeight: import("..").FontLineHeight;
|
|
217
|
-
color: string;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
export declare function useIsDarkColorScheme(overrideColorScheme?: ColorSchemeName): boolean;
|
|
221
|
-
export declare function useColorSchemeTheme(overrideColorScheme?: ColorSchemeName): {
|
|
222
|
-
colors: {
|
|
223
|
-
transparent: import("..").Palette;
|
|
224
|
-
themePri: import("..").Palette;
|
|
225
|
-
themeSec: import("..").Palette;
|
|
226
|
-
themePriT: import("..").Palette;
|
|
227
|
-
background: import("..").Palette;
|
|
228
|
-
backgroundOverlay: import("..").Palette;
|
|
229
|
-
text: import("..").Palette;
|
|
230
|
-
textOverlay: import("..").Palette;
|
|
231
|
-
textButton: import("..").Palette;
|
|
232
|
-
border: import("..").Palette;
|
|
233
|
-
separator: import("..").Palette;
|
|
234
|
-
err: import("..").Palette;
|
|
235
|
-
};
|
|
236
|
-
spacing: {
|
|
237
|
-
none: import("..").Spacing;
|
|
238
|
-
xxxs: import("..").Spacing;
|
|
239
|
-
xxs: import("..").Spacing;
|
|
240
|
-
xs: import("..").Spacing;
|
|
241
|
-
s: import("..").Spacing;
|
|
242
|
-
m: import("..").Spacing;
|
|
243
|
-
l: import("..").Spacing;
|
|
244
|
-
xl: import("..").Spacing;
|
|
245
|
-
xxl: import("..").Spacing;
|
|
246
|
-
xxxl: import("..").Spacing;
|
|
247
|
-
};
|
|
248
|
-
breakpoints: {
|
|
249
|
-
smallPhone: number;
|
|
250
|
-
phone: number;
|
|
251
|
-
smallTablet: number;
|
|
252
|
-
tablet: number;
|
|
253
|
-
desktop: number;
|
|
254
|
-
};
|
|
255
|
-
zIndices: {
|
|
256
|
-
bottom: import("..").ZIndex;
|
|
257
|
-
middle: import("..").ZIndex;
|
|
258
|
-
top: import("..").ZIndex;
|
|
259
|
-
};
|
|
260
|
-
borderRadii: {
|
|
261
|
-
s: import("..").BorderRadius;
|
|
262
|
-
m: import("..").BorderRadius;
|
|
263
|
-
l: import("..").BorderRadius;
|
|
264
|
-
round: import("..").BorderRadius;
|
|
265
|
-
};
|
|
266
|
-
textVariants: {
|
|
267
|
-
textXSBold: {
|
|
268
|
-
fontWeight: string;
|
|
269
|
-
fontSize: import("..").FontSize;
|
|
270
|
-
lineHeight: import("..").FontLineHeight;
|
|
271
|
-
color: string;
|
|
272
|
-
};
|
|
273
|
-
textSBold: {
|
|
274
|
-
fontWeight: string;
|
|
275
|
-
fontSize: import("..").FontSize;
|
|
276
|
-
lineHeight: import("..").FontLineHeight;
|
|
277
|
-
color: string;
|
|
278
|
-
};
|
|
279
|
-
textMBold: {
|
|
280
|
-
fontWeight: string;
|
|
281
|
-
fontSize: import("..").FontSize;
|
|
282
|
-
lineHeight: import("..").FontLineHeight;
|
|
283
|
-
color: string;
|
|
284
|
-
};
|
|
285
|
-
textLBold: {
|
|
286
|
-
fontWeight: string;
|
|
287
|
-
fontSize: import("..").FontSize;
|
|
288
|
-
lineHeight: import("..").FontLineHeight;
|
|
289
|
-
color: string;
|
|
290
|
-
};
|
|
291
|
-
textXLBold: {
|
|
292
|
-
fontWeight: string;
|
|
293
|
-
fontSize: import("..").FontSize;
|
|
294
|
-
lineHeight: import("..").FontLineHeight;
|
|
295
|
-
color: string;
|
|
296
|
-
};
|
|
297
|
-
defaults: {
|
|
298
|
-
fontSize: import("..").FontSize;
|
|
299
|
-
lineHeight: import("..").FontLineHeight;
|
|
300
|
-
color: string;
|
|
301
|
-
};
|
|
302
|
-
textXS: {
|
|
303
|
-
fontSize: import("..").FontSize;
|
|
304
|
-
lineHeight: import("..").FontLineHeight;
|
|
305
|
-
color: string;
|
|
306
|
-
};
|
|
307
|
-
textS: {
|
|
308
|
-
fontSize: import("..").FontSize;
|
|
309
|
-
lineHeight: import("..").FontLineHeight;
|
|
310
|
-
color: string;
|
|
311
|
-
};
|
|
312
|
-
textM: {
|
|
313
|
-
fontSize: import("..").FontSize;
|
|
314
|
-
lineHeight: import("..").FontLineHeight;
|
|
315
|
-
color: string;
|
|
316
|
-
};
|
|
317
|
-
textL: {
|
|
318
|
-
fontSize: import("..").FontSize;
|
|
319
|
-
lineHeight: import("..").FontLineHeight;
|
|
320
|
-
color: string;
|
|
321
|
-
};
|
|
322
|
-
textXL: {
|
|
323
|
-
fontSize: import("..").FontSize;
|
|
324
|
-
lineHeight: import("..").FontLineHeight;
|
|
325
|
-
color: string;
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAG9D,wBAAgB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEvB;AAED,wBAAgB,cAAc;;;;;;;;;;;;;EAE7B;AAED,wBAAgB,eAAe;;;;;;;;;;;EAE9B;AAED,wBAAgB,mBAAmB;;;;;;EAElC;AAED,wBAAgB,wBAAwB,CAAC,CAAC,SAAS,SAAS,EAC1D,SAAS,EAAE,eAAe,CAAC,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,iBAGpD;AAED,wBAAgB,kBAAkB,IASkB,gBAAgB,CACnE;AAED,wBAAgB,gBAAgB;;;;EAE/B;AAED,wBAAgB,mBAAmB;;;;;EAElC;AAED,wBAAgB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC;AAED,wBAAgB,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,eAAe,WAIzE;AAED,wBAAgB,mBAAmB,CAAC,mBAAmB,CAAC,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/view.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEzC,wBAAgB,UAAU,2CAEzB"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export { default as AnimatedThemedPressable } from './components/button/AnimatedThemedPressable';
|
|
2
|
-
export { default as ThemedButton } from './components/button/ThemedButton';
|
|
3
|
-
export { default as ThemedIconButton } from './components/button/ThemedIconButton';
|
|
4
|
-
export { default as ThemedIconTextButton } from './components/button/ThemedIconTextButton';
|
|
5
|
-
export { default as ThemedPressable } from './components/button/ThemedPressable';
|
|
6
|
-
export { default as ThemedIcon } from './components/icon/ThemedIcon';
|
|
7
|
-
export { default as List } from './components/list/List';
|
|
8
|
-
export { default as ThemedLoading } from './components/loading/ThemedLoading';
|
|
9
|
-
export { default as ActionSheet } from './components/overlay/actionSheet/ActionSheet';
|
|
10
|
-
export { default as Alert } from './components/overlay/alert/Alert';
|
|
11
|
-
export { default as ThemedLoadingModal } from './components/overlay/modal/ThemedLoadingModal';
|
|
12
|
-
export { default as ThemedModal } from './components/overlay/modal/ThemedModal';
|
|
13
|
-
export { default as ThemedToast } from './components/overlay/toast/ThemedToast';
|
|
14
|
-
export { default as GestureProvider } from './components/provider/GestureProvider';
|
|
15
|
-
export { default as InsetsProvider } from './components/provider/InsetsProvider';
|
|
16
|
-
export { default as ReactNativeTemplateProviders } from './components/provider/ReactNativeTemplateProviders';
|
|
17
|
-
export { default as ThemeProvider } from './components/provider/ThemeProvider';
|
|
18
|
-
export { default as ThemedSeparator } from './components/separator/ThemedSeparator';
|
|
19
|
-
export { default as ThemedSwitch } from './components/switch/ThemedSwitch';
|
|
20
|
-
export { default as ThemedIconText } from './components/text/ThemedIconText';
|
|
21
|
-
export { default as ThemedText } from './components/text/ThemedText';
|
|
22
|
-
export { default as AnimatedThemedView } from './components/view/AnimatedThemedView';
|
|
23
|
-
export { default as ThemedScreenWrap } from './components/view/ThemedScreenWrap';
|
|
24
|
-
export { default as ThemedScrollView } from './components/view/ThemedScrollView';
|
|
25
|
-
export { default as ThemedView } from './components/view/ThemedView';
|
|
26
|
-
export * from './hooks/button';
|
|
27
|
-
export * from './hooks/list';
|
|
28
|
-
export * from './hooks/overlay';
|
|
29
|
-
export * from './hooks/reanimated';
|
|
30
|
-
export * from './hooks/separator';
|
|
31
|
-
export * from './hooks/style';
|
|
32
|
-
export * from './hooks/theme';
|
|
33
|
-
export * from './hooks/view';
|
|
34
|
-
export * from './types/button';
|
|
35
|
-
export * from './types/icon';
|
|
36
|
-
export * from './types/list';
|
|
37
|
-
export * from './types/loading';
|
|
38
|
-
export * from './types/overlay';
|
|
39
|
-
export * from './types/provider';
|
|
40
|
-
export * from './types/react';
|
|
41
|
-
export * from './types/reanimated';
|
|
42
|
-
export * from './types/separator';
|
|
43
|
-
export * from './types/style';
|
|
44
|
-
export * from './types/switch';
|
|
45
|
-
export * from './types/text';
|
|
46
|
-
export * from './types/theme';
|
|
47
|
-
export * from './types/view';
|
|
48
|
-
export * from './utils/button/const';
|
|
49
|
-
export * from './utils/overlay/const';
|
|
50
|
-
export * from './utils/style/const';
|
|
51
|
-
export * from './utils/style/func';
|
|
52
|
-
export * from './utils/theme/const';
|
|
53
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,oDAAoD,CAAC;AAC7G,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAErE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAE7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAE7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/test/utils/const.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,sBAAsB,CAAC;AAG9E,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,iCAAiC,CAGY,CAAC"}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
export declare function getThemeColors(): Promise<{
|
|
2
|
-
transparent: import("../..").Palette;
|
|
3
|
-
themePri: import("../..").Palette;
|
|
4
|
-
themeSec: import("../..").Palette;
|
|
5
|
-
themePriT: import("../..").Palette;
|
|
6
|
-
background: import("../..").Palette;
|
|
7
|
-
backgroundOverlay: import("../..").Palette;
|
|
8
|
-
text: import("../..").Palette;
|
|
9
|
-
textOverlay: import("../..").Palette;
|
|
10
|
-
textButton: import("../..").Palette;
|
|
11
|
-
border: import("../..").Palette;
|
|
12
|
-
separator: import("../..").Palette;
|
|
13
|
-
err: import("../..").Palette;
|
|
14
|
-
}>;
|
|
15
|
-
export declare function getThemeSpacing(): Promise<{
|
|
16
|
-
none: import("../..").Spacing;
|
|
17
|
-
xxxs: import("../..").Spacing;
|
|
18
|
-
xxs: import("../..").Spacing;
|
|
19
|
-
xs: import("../..").Spacing;
|
|
20
|
-
s: import("../..").Spacing;
|
|
21
|
-
m: import("../..").Spacing;
|
|
22
|
-
l: import("../..").Spacing;
|
|
23
|
-
xl: import("../..").Spacing;
|
|
24
|
-
xxl: import("../..").Spacing;
|
|
25
|
-
xxxl: import("../..").Spacing;
|
|
26
|
-
}>;
|
|
27
|
-
export declare function getThemeBreakpoints(): Promise<{
|
|
28
|
-
smallPhone: number;
|
|
29
|
-
phone: number;
|
|
30
|
-
smallTablet: number;
|
|
31
|
-
tablet: number;
|
|
32
|
-
desktop: number;
|
|
33
|
-
}>;
|
|
34
|
-
export declare function getThemeZIndices(): Promise<{
|
|
35
|
-
bottom: import("../..").ZIndex;
|
|
36
|
-
middle: import("../..").ZIndex;
|
|
37
|
-
top: import("../..").ZIndex;
|
|
38
|
-
}>;
|
|
39
|
-
export declare function getThemeBorderRadii(): Promise<{
|
|
40
|
-
s: import("../..").BorderRadius;
|
|
41
|
-
m: import("../..").BorderRadius;
|
|
42
|
-
l: import("../..").BorderRadius;
|
|
43
|
-
round: import("../..").BorderRadius;
|
|
44
|
-
}>;
|
|
45
|
-
export declare function getThemeTextVariants(): Promise<{
|
|
46
|
-
textXSBold: {
|
|
47
|
-
fontWeight: string;
|
|
48
|
-
fontSize: import("../..").FontSize;
|
|
49
|
-
lineHeight: import("../..").FontLineHeight;
|
|
50
|
-
color: string;
|
|
51
|
-
};
|
|
52
|
-
textSBold: {
|
|
53
|
-
fontWeight: string;
|
|
54
|
-
fontSize: import("../..").FontSize;
|
|
55
|
-
lineHeight: import("../..").FontLineHeight;
|
|
56
|
-
color: string;
|
|
57
|
-
};
|
|
58
|
-
textMBold: {
|
|
59
|
-
fontWeight: string;
|
|
60
|
-
fontSize: import("../..").FontSize;
|
|
61
|
-
lineHeight: import("../..").FontLineHeight;
|
|
62
|
-
color: string;
|
|
63
|
-
};
|
|
64
|
-
textLBold: {
|
|
65
|
-
fontWeight: string;
|
|
66
|
-
fontSize: import("../..").FontSize;
|
|
67
|
-
lineHeight: import("../..").FontLineHeight;
|
|
68
|
-
color: string;
|
|
69
|
-
};
|
|
70
|
-
textXLBold: {
|
|
71
|
-
fontWeight: string;
|
|
72
|
-
fontSize: import("../..").FontSize;
|
|
73
|
-
lineHeight: import("../..").FontLineHeight;
|
|
74
|
-
color: string;
|
|
75
|
-
};
|
|
76
|
-
defaults: {
|
|
77
|
-
fontSize: import("../..").FontSize;
|
|
78
|
-
lineHeight: import("../..").FontLineHeight;
|
|
79
|
-
color: string;
|
|
80
|
-
};
|
|
81
|
-
textXS: {
|
|
82
|
-
fontSize: import("../..").FontSize;
|
|
83
|
-
lineHeight: import("../..").FontLineHeight;
|
|
84
|
-
color: string;
|
|
85
|
-
};
|
|
86
|
-
textS: {
|
|
87
|
-
fontSize: import("../..").FontSize;
|
|
88
|
-
lineHeight: import("../..").FontLineHeight;
|
|
89
|
-
color: string;
|
|
90
|
-
};
|
|
91
|
-
textM: {
|
|
92
|
-
fontSize: import("../..").FontSize;
|
|
93
|
-
lineHeight: import("../..").FontLineHeight;
|
|
94
|
-
color: string;
|
|
95
|
-
};
|
|
96
|
-
textL: {
|
|
97
|
-
fontSize: import("../..").FontSize;
|
|
98
|
-
lineHeight: import("../..").FontLineHeight;
|
|
99
|
-
color: string;
|
|
100
|
-
};
|
|
101
|
-
textXL: {
|
|
102
|
-
fontSize: import("../..").FontSize;
|
|
103
|
-
lineHeight: import("../..").FontLineHeight;
|
|
104
|
-
color: string;
|
|
105
|
-
};
|
|
106
|
-
}>;
|
|
107
|
-
export declare function hexToRgb(hex: string): string;
|
|
108
|
-
//# sourceMappingURL=func.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/test/utils/func.ts"],"names":[],"mappings":"AAQA,wBAAsB,cAAc;;;;;;;;;;;;;GAEnC;AAED,wBAAsB,eAAe;;;;;;;;;;;GAEpC;AAED,wBAAsB,mBAAmB;;;;;;GAExC;AAED,wBAAsB,gBAAgB;;;;GAErC;AAED,wBAAsB,mBAAmB;;;;;GAExC;AAED,wBAAsB,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEzC;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,UAsBnC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { render as testRender, renderAsync as testRenderAsync } from '@testing-library/react-native';
|
|
2
|
-
declare const customTestRender: typeof testRender;
|
|
3
|
-
declare const customTestRenderAsync: typeof testRenderAsync;
|
|
4
|
-
export * from '@testing-library/react-native';
|
|
5
|
-
export { customTestRender as render, customTestRenderAsync as renderAsync };
|
|
6
|
-
//# sourceMappingURL=testingLib.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testingLib.d.ts","sourceRoot":"","sources":["../../../../../../src/test/utils/testingLib.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,IAAI,UAAU,EACpB,WAAW,IAAI,eAAe,EAC/B,MAAM,+BAA+B,CAAC;AAGvC,QAAA,MAAM,gBAAgB,EAAE,OAAO,UACU,CAAC;AAE1C,QAAA,MAAM,qBAAqB,EAAE,OAAO,eACgB,CAAC;AAGrD,cAAc,+BAA+B,CAAC;AAG9C,OAAO,EAAE,gBAAgB,IAAI,MAAM,EAAE,qBAAqB,IAAI,WAAW,EAAE,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { PropsWithChildren } from 'react';
|
|
2
|
-
import type { GestureResponderEvent, PressableProps as RNPressableProps, ViewStyle } from 'react-native';
|
|
3
|
-
import type { AnimatedStyle } from 'react-native-reanimated';
|
|
4
|
-
import type { ButtonScaleRatio, OnPressDelayType } from '../utils/button/const';
|
|
5
|
-
import type { CustomThemedIconProps } from './icon';
|
|
6
|
-
import type { StyleOrStyleProp } from './style';
|
|
7
|
-
import type { CustomThemedTextProps, IconTextProps } from './text';
|
|
8
|
-
import type { ThemeViewProps } from './theme';
|
|
9
|
-
import type { ThemedViewProps } from './view';
|
|
10
|
-
export type PressableOnPress = (event: GestureResponderEvent) => void;
|
|
11
|
-
export type PressableStyle = RNPressableProps['style'];
|
|
12
|
-
export type OnPressDelayConfig<T = OnPressDelayType> = {
|
|
13
|
-
type: T;
|
|
14
|
-
wait: number;
|
|
15
|
-
};
|
|
16
|
-
export type PressableProps = Omit<RNPressableProps, 'style'> & {
|
|
17
|
-
scaleRatio?: ButtonScaleRatio | number;
|
|
18
|
-
style?: StyleOrStyleProp<ViewStyle>;
|
|
19
|
-
onPressDelayConfig?: OnPressDelayConfig;
|
|
20
|
-
};
|
|
21
|
-
export type ThemedPressableProps = PressableProps & ThemeViewProps;
|
|
22
|
-
export type AnimatedThemedPressableProps = Omit<ThemedPressableProps, 'scaleRatio'> & {
|
|
23
|
-
style?: AnimatedStyle<ViewStyle>;
|
|
24
|
-
};
|
|
25
|
-
type ButtonProps = Omit<ThemedPressableProps, 'onPress' | 'children'> & Required<Pick<ThemedPressableProps, 'onPress'>>;
|
|
26
|
-
export type ThemedButtonProps = ButtonProps & CustomThemedTextProps;
|
|
27
|
-
export type ThemedIconButtonProps = ButtonProps & CustomThemedIconProps;
|
|
28
|
-
export type ThemedIconTextButtonProps = PropsWithChildren<ButtonProps & IconTextProps & {
|
|
29
|
-
iconTextProps?: ThemedViewProps;
|
|
30
|
-
}>;
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=button.d.ts.map
|