@jamadd/react-native-template-ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/components/button/AnimatedThemedPressable.js +5 -17
- package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -1
- package/lib/module/components/button/ThemedButton.js +20 -75
- package/lib/module/components/button/ThemedButton.js.map +1 -1
- package/lib/module/components/button/ThemedIconButton.js +16 -62
- package/lib/module/components/button/ThemedIconButton.js.map +1 -1
- package/lib/module/components/button/ThemedIconTextButton.js +29 -118
- package/lib/module/components/button/ThemedIconTextButton.js.map +1 -1
- package/lib/module/components/button/ThemedPressable.js +5 -17
- package/lib/module/components/button/ThemedPressable.js.map +1 -1
- package/lib/module/components/icon/ThemedIcon.js +15 -56
- package/lib/module/components/icon/ThemedIcon.js.map +1 -1
- package/lib/module/components/list/List.js +39 -131
- package/lib/module/components/list/List.js.map +1 -1
- package/lib/module/components/loading/ThemedLoading.js +13 -50
- package/lib/module/components/loading/ThemedLoading.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheet.js +19 -64
- package/lib/module/components/overlay/actionSheet/ActionSheet.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js +8 -19
- package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +31 -87
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +25 -66
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js +14 -39
- package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js +25 -58
- package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +21 -45
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +30 -72
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +28 -69
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js +18 -45
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js +31 -139
- package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -1
- package/lib/module/components/overlay/alert/Alert.js +47 -125
- package/lib/module/components/overlay/alert/Alert.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertButton.js +26 -62
- package/lib/module/components/overlay/alert/AlertButton.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertButtons.js +23 -58
- package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertContent.js +15 -45
- package/lib/module/components/overlay/alert/AlertContent.js.map +1 -1
- package/lib/module/components/overlay/alert/AlertWrap.js +45 -132
- package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedLoadingModal.js +21 -96
- package/lib/module/components/overlay/modal/ThemedLoadingModal.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js +23 -75
- package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
- package/lib/module/components/overlay/toast/ThemedToast.js +86 -319
- package/lib/module/components/overlay/toast/ThemedToast.js.map +1 -1
- package/lib/module/components/provider/GestureProvider.js +3 -15
- package/lib/module/components/provider/GestureProvider.js.map +1 -1
- package/lib/module/components/provider/InsetsProvider.js +3 -15
- package/lib/module/components/provider/InsetsProvider.js.map +1 -1
- package/lib/module/components/provider/ReactNativeTemplateProviders.js +11 -23
- package/lib/module/components/provider/ReactNativeTemplateProviders.js.map +1 -1
- package/lib/module/components/provider/ThemeProvider.js +3 -15
- package/lib/module/components/provider/ThemeProvider.js.map +1 -1
- package/lib/module/components/separator/ThemedSeparator.js +14 -53
- package/lib/module/components/separator/ThemedSeparator.js.map +1 -1
- package/lib/module/components/switch/ThemedSwitch.js +21 -89
- package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
- package/lib/module/components/text/ThemedIconText.js +35 -124
- package/lib/module/components/text/ThemedIconText.js.map +1 -1
- package/lib/module/components/text/ThemedText.js +3 -15
- package/lib/module/components/text/ThemedText.js.map +1 -1
- package/lib/module/components/view/AnimatedThemedView.js +10 -33
- package/lib/module/components/view/AnimatedThemedView.js.map +1 -1
- package/lib/module/components/view/ThemedScreenWrap.js +32 -110
- package/lib/module/components/view/ThemedScreenWrap.js.map +1 -1
- package/lib/module/components/view/ThemedScreenWrap.web.js +32 -111
- package/lib/module/components/view/ThemedScreenWrap.web.js.map +1 -1
- package/lib/module/components/view/ThemedScrollView.js +38 -126
- package/lib/module/components/view/ThemedScrollView.js.map +1 -1
- package/lib/module/components/view/ThemedView.js +10 -33
- package/lib/module/components/view/ThemedView.js.map +1 -1
- package/lib/module/hooks/button.js +54 -158
- package/lib/module/hooks/button.js.map +1 -1
- package/lib/module/hooks/list.js +10 -50
- package/lib/module/hooks/list.js.map +1 -1
- package/lib/module/hooks/overlay.js +170 -528
- package/lib/module/hooks/overlay.js.map +1 -1
- package/lib/module/hooks/reanimated.js.map +1 -1
- package/lib/module/hooks/style.js +18 -43
- package/lib/module/hooks/style.js.map +1 -1
- package/lib/module/hooks/switch.js +44 -182
- package/lib/module/hooks/switch.js.map +1 -1
- package/lib/module/hooks/theme.js +8 -17
- package/lib/module/hooks/theme.js.map +1 -1
- package/lib/module/hooks/view.js.map +1 -1
- package/lib/module/utils/reanimated/func.js +10 -60
- package/lib/module/utils/reanimated/func.js.map +1 -1
- package/lib/typescript/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/src/components/icon/ThemedIcon.d.ts.map +1 -0
- package/lib/typescript/src/components/list/List.d.ts.map +1 -0
- package/lib/typescript/src/components/loading/ThemedLoading.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/Alert.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertContent.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/alert/AlertWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/modal/ThemedModal.d.ts.map +1 -0
- package/lib/typescript/src/components/overlay/toast/ThemedToast.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/GestureProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/InsetsProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/ReactNativeTemplateProviders.d.ts.map +1 -0
- package/lib/typescript/src/components/provider/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/components/separator/ThemedSeparator.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/ThemedSwitch.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/text/ThemedIconText.d.ts.map +1 -0
- package/lib/typescript/src/components/text/ThemedText.d.ts.map +1 -0
- package/lib/typescript/{module/src → src}/components/view/AnimatedBox.d.ts.map +1 -1
- package/lib/typescript/src/components/view/AnimatedThemedView.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts.map +1 -1
- package/lib/typescript/src/components/view/ThemedScreenWrap.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedScreenWrap.web.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedScrollView.d.ts.map +1 -0
- package/lib/typescript/src/components/view/ThemedView.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts.map +1 -1
- package/lib/typescript/src/hooks/list.d.ts.map +1 -0
- package/lib/typescript/src/hooks/overlay.d.ts.map +1 -0
- package/lib/typescript/src/hooks/reanimated.d.ts.map +1 -0
- package/lib/typescript/src/hooks/separator.d.ts.map +1 -0
- package/lib/typescript/src/hooks/style.d.ts.map +1 -0
- package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts.map +1 -1
- package/lib/typescript/src/hooks/theme.d.ts.map +1 -0
- package/lib/typescript/src/hooks/view.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/const.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/func.d.ts.map +1 -0
- package/lib/typescript/src/test/utils/testingLib.d.ts.map +1 -0
- package/lib/typescript/src/types/button.d.ts.map +1 -0
- package/lib/typescript/src/types/icon.d.ts.map +1 -0
- package/lib/typescript/src/types/list.d.ts.map +1 -0
- package/lib/typescript/src/types/loading.d.ts.map +1 -0
- package/lib/typescript/src/types/overlay.d.ts.map +1 -0
- package/lib/typescript/src/types/provider.d.ts.map +1 -0
- package/lib/typescript/src/types/react.d.ts.map +1 -0
- package/lib/typescript/src/types/reanimated.d.ts.map +1 -0
- package/lib/typescript/src/types/separator.d.ts.map +1 -0
- package/lib/typescript/src/types/style.d.ts.map +1 -0
- package/lib/typescript/src/types/switch.d.ts.map +1 -0
- package/lib/typescript/src/types/text.d.ts.map +1 -0
- package/lib/typescript/src/types/theme.d.ts.map +1 -0
- package/lib/typescript/src/types/view.d.ts.map +1 -0
- package/lib/typescript/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/overlay/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/overlay/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/reanimated/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/style/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/style/func.d.ts.map +1 -0
- package/lib/typescript/src/utils/switch/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/theme/const.d.ts.map +1 -0
- package/lib/typescript/src/utils/theme/restyle.d.ts.map +1 -0
- package/package.json +57 -78
- package/lib/commonjs/components/button/AnimatedPressable.js +0 -14
- package/lib/commonjs/components/button/AnimatedPressable.js.map +0 -1
- package/lib/commonjs/components/button/AnimatedThemedPressable.js +0 -36
- package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +0 -1
- package/lib/commonjs/components/button/ThemedButton.js +0 -97
- package/lib/commonjs/components/button/ThemedButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedIconButton.js +0 -81
- package/lib/commonjs/components/button/ThemedIconButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedIconTextButton.js +0 -146
- package/lib/commonjs/components/button/ThemedIconTextButton.js.map +0 -1
- package/lib/commonjs/components/button/ThemedPressable.js +0 -35
- package/lib/commonjs/components/button/ThemedPressable.js.map +0 -1
- package/lib/commonjs/components/icon/ThemedIcon.js +0 -71
- package/lib/commonjs/components/icon/ThemedIcon.js.map +0 -1
- package/lib/commonjs/components/list/List.js +0 -144
- package/lib/commonjs/components/list/List.js.map +0 -1
- package/lib/commonjs/components/loading/ThemedLoading.js +0 -64
- package/lib/commonjs/components/loading/ThemedLoading.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js +0 -80
- package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js +0 -34
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +0 -119
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +0 -84
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js +0 -57
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js +0 -82
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +0 -67
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +0 -92
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +0 -89
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js +0 -64
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +0 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js +0 -167
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/Alert.js +0 -160
- package/lib/commonjs/components/overlay/alert/Alert.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertButton.js +0 -82
- package/lib/commonjs/components/overlay/alert/AlertButton.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertButtons.js +0 -71
- package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertContent.js +0 -61
- package/lib/commonjs/components/overlay/alert/AlertContent.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertWrap.js +0 -157
- package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +0 -1
- package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js +0 -122
- package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js.map +0 -1
- package/lib/commonjs/components/overlay/modal/ThemedModal.js +0 -94
- package/lib/commonjs/components/overlay/modal/ThemedModal.js.map +0 -1
- package/lib/commonjs/components/overlay/toast/ThemedToast.js +0 -357
- package/lib/commonjs/components/overlay/toast/ThemedToast.js.map +0 -1
- package/lib/commonjs/components/provider/GestureProvider.js +0 -25
- package/lib/commonjs/components/provider/GestureProvider.js.map +0 -1
- package/lib/commonjs/components/provider/InsetsProvider.js +0 -25
- package/lib/commonjs/components/provider/InsetsProvider.js.map +0 -1
- package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js +0 -38
- package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js.map +0 -1
- package/lib/commonjs/components/provider/ThemeProvider.js +0 -25
- package/lib/commonjs/components/provider/ThemeProvider.js.map +0 -1
- package/lib/commonjs/components/separator/ThemedSeparator.js +0 -66
- package/lib/commonjs/components/separator/ThemedSeparator.js.map +0 -1
- package/lib/commonjs/components/switch/ThemedSwitch.js +0 -114
- package/lib/commonjs/components/switch/ThemedSwitch.js.map +0 -1
- package/lib/commonjs/components/text/Text.js +0 -12
- package/lib/commonjs/components/text/Text.js.map +0 -1
- package/lib/commonjs/components/text/ThemedIconText.js +0 -143
- package/lib/commonjs/components/text/ThemedIconText.js.map +0 -1
- package/lib/commonjs/components/text/ThemedText.js +0 -26
- package/lib/commonjs/components/text/ThemedText.js.map +0 -1
- package/lib/commonjs/components/view/AnimatedBox.js +0 -14
- package/lib/commonjs/components/view/AnimatedBox.js.map +0 -1
- package/lib/commonjs/components/view/AnimatedThemedView.js +0 -45
- package/lib/commonjs/components/view/AnimatedThemedView.js.map +0 -1
- package/lib/commonjs/components/view/Box.js +0 -12
- package/lib/commonjs/components/view/Box.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScreenWrap.js +0 -124
- package/lib/commonjs/components/view/ThemedScreenWrap.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScreenWrap.web.js +0 -126
- package/lib/commonjs/components/view/ThemedScreenWrap.web.js.map +0 -1
- package/lib/commonjs/components/view/ThemedScrollView.js +0 -141
- package/lib/commonjs/components/view/ThemedScrollView.js.map +0 -1
- package/lib/commonjs/components/view/ThemedView.js +0 -45
- package/lib/commonjs/components/view/ThemedView.js.map +0 -1
- package/lib/commonjs/hooks/button.js +0 -203
- package/lib/commonjs/hooks/button.js.map +0 -1
- package/lib/commonjs/hooks/list.js +0 -66
- package/lib/commonjs/hooks/list.js.map +0 -1
- package/lib/commonjs/hooks/overlay.js +0 -703
- package/lib/commonjs/hooks/overlay.js.map +0 -1
- package/lib/commonjs/hooks/reanimated.js +0 -11
- package/lib/commonjs/hooks/reanimated.js.map +0 -1
- package/lib/commonjs/hooks/separator.js +0 -22
- package/lib/commonjs/hooks/separator.js.map +0 -1
- package/lib/commonjs/hooks/style.js +0 -92
- package/lib/commonjs/hooks/style.js.map +0 -1
- package/lib/commonjs/hooks/switch.js +0 -209
- package/lib/commonjs/hooks/switch.js.map +0 -1
- package/lib/commonjs/hooks/theme.js +0 -70
- package/lib/commonjs/hooks/theme.js.map +0 -1
- package/lib/commonjs/hooks/view.js +0 -11
- package/lib/commonjs/hooks/view.js.map +0 -1
- package/lib/commonjs/index.js +0 -533
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/package.json +0 -1
- package/lib/commonjs/test/utils/const.js +0 -19
- package/lib/commonjs/test/utils/const.js.map +0 -1
- package/lib/commonjs/test/utils/func.js +0 -60
- package/lib/commonjs/test/utils/func.js.map +0 -1
- package/lib/commonjs/test/utils/testingLib.js +0 -38
- package/lib/commonjs/test/utils/testingLib.js.map +0 -1
- package/lib/commonjs/types/button.js +0 -6
- package/lib/commonjs/types/button.js.map +0 -1
- package/lib/commonjs/types/global.d.js +0 -6
- package/lib/commonjs/types/global.d.js.map +0 -1
- package/lib/commonjs/types/icon.js +0 -6
- package/lib/commonjs/types/icon.js.map +0 -1
- package/lib/commonjs/types/list.js +0 -6
- package/lib/commonjs/types/list.js.map +0 -1
- package/lib/commonjs/types/loading.js +0 -6
- package/lib/commonjs/types/loading.js.map +0 -1
- package/lib/commonjs/types/overlay.js +0 -6
- package/lib/commonjs/types/overlay.js.map +0 -1
- package/lib/commonjs/types/provider.js +0 -6
- package/lib/commonjs/types/provider.js.map +0 -1
- package/lib/commonjs/types/react.js +0 -6
- package/lib/commonjs/types/react.js.map +0 -1
- package/lib/commonjs/types/reanimated.js +0 -6
- package/lib/commonjs/types/reanimated.js.map +0 -1
- package/lib/commonjs/types/separator.js +0 -6
- package/lib/commonjs/types/separator.js.map +0 -1
- package/lib/commonjs/types/style.js +0 -6
- package/lib/commonjs/types/style.js.map +0 -1
- package/lib/commonjs/types/switch.js +0 -6
- package/lib/commonjs/types/switch.js.map +0 -1
- package/lib/commonjs/types/text.js +0 -6
- package/lib/commonjs/types/text.js.map +0 -1
- package/lib/commonjs/types/theme.js +0 -6
- package/lib/commonjs/types/theme.js.map +0 -1
- package/lib/commonjs/types/view.js +0 -6
- package/lib/commonjs/types/view.js.map +0 -1
- package/lib/commonjs/utils/button/const.js +0 -17
- package/lib/commonjs/utils/button/const.js.map +0 -1
- package/lib/commonjs/utils/overlay/const.js +0 -73
- package/lib/commonjs/utils/overlay/const.js.map +0 -1
- package/lib/commonjs/utils/overlay/func.js +0 -63
- package/lib/commonjs/utils/overlay/func.js.map +0 -1
- package/lib/commonjs/utils/reanimated/func.js +0 -77
- package/lib/commonjs/utils/reanimated/func.js.map +0 -1
- package/lib/commonjs/utils/style/const.js +0 -12
- package/lib/commonjs/utils/style/const.js.map +0 -1
- package/lib/commonjs/utils/style/func.js +0 -39
- package/lib/commonjs/utils/style/func.js.map +0 -1
- package/lib/commonjs/utils/switch/const.js +0 -9
- package/lib/commonjs/utils/switch/const.js.map +0 -1
- package/lib/commonjs/utils/theme/const.js +0 -188
- package/lib/commonjs/utils/theme/const.js.map +0 -1
- package/lib/commonjs/utils/theme/restyle.js +0 -22
- package/lib/commonjs/utils/theme/restyle.js.map +0 -1
- package/lib/typescript/commonjs/package.json +0 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/icon/ThemedIcon.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/list/List.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/loading/ThemedLoading.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/Alert.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/GestureProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/InsetsProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/provider/ThemeProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/separator/ThemedSeparator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/switch/ThemedSwitch.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/text/ThemedIconText.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/text/ThemedText.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/AnimatedThemedView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedScrollView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/view/ThemedView.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/list.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/overlay.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/reanimated.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/separator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/style.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/theme.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/hooks/view.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/test/utils/testingLib.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/button.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/list.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/loading.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/overlay.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/provider.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/react.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/reanimated.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/separator.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/style.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/text.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/theme.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/view.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/reanimated/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/style/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/style/func.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/switch/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts +0 -3
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts +0 -5
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts +0 -5
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts +0 -5
- package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts.map +0 -1
- package/lib/typescript/module/src/components/list/List.d.ts +0 -4
- package/lib/typescript/module/src/components/list/List.d.ts.map +0 -1
- package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts +0 -5
- package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -4
- package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +0 -12
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/GestureProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/GestureProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
- package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts +0 -5
- package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts.map +0 -1
- package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts +0 -5
- package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts.map +0 -1
- package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts +0 -5
- package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/Text.d.ts +0 -1987
- package/lib/typescript/module/src/components/text/Text.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/ThemedIconText.d.ts +0 -5
- package/lib/typescript/module/src/components/text/ThemedIconText.d.ts.map +0 -1
- package/lib/typescript/module/src/components/text/ThemedText.d.ts +0 -5
- package/lib/typescript/module/src/components/text/ThemedText.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +0 -1023
- package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/Box.d.ts +0 -2045
- package/lib/typescript/module/src/components/view/Box.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts.map +0 -1
- package/lib/typescript/module/src/components/view/ThemedView.d.ts +0 -5
- package/lib/typescript/module/src/components/view/ThemedView.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/button.d.ts +0 -1647
- package/lib/typescript/module/src/hooks/button.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/list.d.ts +0 -4
- package/lib/typescript/module/src/hooks/list.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/overlay.d.ts +0 -16
- package/lib/typescript/module/src/hooks/overlay.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/reanimated.d.ts +0 -3
- package/lib/typescript/module/src/hooks/reanimated.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/separator.d.ts +0 -5
- package/lib/typescript/module/src/hooks/separator.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/style.d.ts +0 -11
- package/lib/typescript/module/src/hooks/style.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/switch.d.ts +0 -2
- package/lib/typescript/module/src/hooks/switch.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/theme.d.ts +0 -329
- package/lib/typescript/module/src/hooks/theme.d.ts.map +0 -1
- package/lib/typescript/module/src/hooks/view.d.ts +0 -3
- package/lib/typescript/module/src/hooks/view.d.ts.map +0 -1
- package/lib/typescript/module/src/index.d.ts +0 -53
- package/lib/typescript/module/src/index.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/const.d.ts +0 -4
- package/lib/typescript/module/src/test/utils/const.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/func.d.ts +0 -108
- package/lib/typescript/module/src/test/utils/func.d.ts.map +0 -1
- package/lib/typescript/module/src/test/utils/testingLib.d.ts +0 -6
- package/lib/typescript/module/src/test/utils/testingLib.d.ts.map +0 -1
- package/lib/typescript/module/src/types/button.d.ts +0 -32
- package/lib/typescript/module/src/types/button.d.ts.map +0 -1
- package/lib/typescript/module/src/types/icon.d.ts +0 -19
- package/lib/typescript/module/src/types/icon.d.ts.map +0 -1
- package/lib/typescript/module/src/types/list.d.ts +0 -29
- package/lib/typescript/module/src/types/list.d.ts.map +0 -1
- package/lib/typescript/module/src/types/loading.d.ts +0 -12
- package/lib/typescript/module/src/types/loading.d.ts.map +0 -1
- package/lib/typescript/module/src/types/overlay.d.ts +0 -106
- package/lib/typescript/module/src/types/overlay.d.ts.map +0 -1
- package/lib/typescript/module/src/types/provider.d.ts +0 -6
- package/lib/typescript/module/src/types/provider.d.ts.map +0 -1
- package/lib/typescript/module/src/types/react.d.ts +0 -6
- package/lib/typescript/module/src/types/react.d.ts.map +0 -1
- package/lib/typescript/module/src/types/reanimated.d.ts +0 -5
- package/lib/typescript/module/src/types/reanimated.d.ts.map +0 -1
- package/lib/typescript/module/src/types/separator.d.ts +0 -7
- package/lib/typescript/module/src/types/separator.d.ts.map +0 -1
- package/lib/typescript/module/src/types/style.d.ts +0 -18
- package/lib/typescript/module/src/types/style.d.ts.map +0 -1
- package/lib/typescript/module/src/types/switch.d.ts +0 -27
- package/lib/typescript/module/src/types/switch.d.ts.map +0 -1
- package/lib/typescript/module/src/types/text.d.ts +0 -19
- package/lib/typescript/module/src/types/text.d.ts.map +0 -1
- package/lib/typescript/module/src/types/theme.d.ts +0 -15
- package/lib/typescript/module/src/types/theme.d.ts.map +0 -1
- package/lib/typescript/module/src/types/view.d.ts +0 -22
- package/lib/typescript/module/src/types/view.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/button/const.d.ts +0 -9
- package/lib/typescript/module/src/utils/button/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/overlay/const.d.ts +0 -24
- package/lib/typescript/module/src/utils/overlay/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts +0 -11
- package/lib/typescript/module/src/utils/overlay/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/reanimated/func.d.ts +0 -2
- package/lib/typescript/module/src/utils/reanimated/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/style/const.d.ts +0 -5
- package/lib/typescript/module/src/utils/style/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/style/func.d.ts +0 -10
- package/lib/typescript/module/src/utils/style/func.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/switch/const.d.ts +0 -2
- package/lib/typescript/module/src/utils/switch/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/theme/const.d.ts +0 -173
- package/lib/typescript/module/src/utils/theme/const.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/theme/restyle.d.ts +0 -1196
- package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +0 -1
- /package/lib/typescript/{module/package.json → package.json} +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedThemedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconTextButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/button/ThemedPressable.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/icon/ThemedIcon.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/list/List.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/loading/ThemedLoading.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheet.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/Alert.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButton.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButtons.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertContent.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedLoadingModal.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedModal.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/overlay/toast/ThemedToast.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/GestureProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/InsetsProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/ReactNativeTemplateProviders.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/provider/ThemeProvider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/separator/ThemedSeparator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/switch/ThemedSwitch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/ThemedIconText.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/text/ThemedText.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedBox.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedThemedView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.web.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScrollView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/components/view/ThemedView.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/list.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/overlay.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/reanimated.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/separator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/style.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/theme.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/hooks/view.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/index.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/test/utils/testingLib.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/button.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/icon.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/list.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/loading.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/overlay.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/provider.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/react.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/reanimated.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/separator.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/style.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/switch.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/text.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/theme.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/types/view.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/button/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/overlay/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/overlay/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/reanimated/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/style/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/style/func.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/switch/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/theme/const.d.ts +0 -0
- /package/lib/typescript/{commonjs/src → src}/utils/theme/restyle.d.ts +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _GestureProvider = _interopRequireDefault(require("./GestureProvider.js"));
|
|
9
|
-
var _InsetsProvider = _interopRequireDefault(require("./InsetsProvider.js"));
|
|
10
|
-
var _ThemeProvider = _interopRequireDefault(require("./ThemeProvider.js"));
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
const ReactNativeTemplateProviders = t0 => {
|
|
14
|
-
const $ = (0, _compilerRuntime.c)(3);
|
|
15
|
-
const {
|
|
16
|
-
theme,
|
|
17
|
-
children
|
|
18
|
-
} = t0;
|
|
19
|
-
let t1;
|
|
20
|
-
if ($[0] !== children || $[1] !== theme) {
|
|
21
|
-
t1 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_GestureProvider.default, {
|
|
22
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_InsetsProvider.default, {
|
|
23
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemeProvider.default, {
|
|
24
|
-
theme: theme,
|
|
25
|
-
children: children
|
|
26
|
-
})
|
|
27
|
-
})
|
|
28
|
-
});
|
|
29
|
-
$[0] = children;
|
|
30
|
-
$[1] = theme;
|
|
31
|
-
$[2] = t1;
|
|
32
|
-
} else {
|
|
33
|
-
t1 = $[2];
|
|
34
|
-
}
|
|
35
|
-
return t1;
|
|
36
|
-
};
|
|
37
|
-
var _default = exports.default = ReactNativeTemplateProviders;
|
|
38
|
-
//# sourceMappingURL=ReactNativeTemplateProviders.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_GestureProvider","_interopRequireDefault","require","_InsetsProvider","_ThemeProvider","_jsxRuntime","e","__esModule","default","ReactNativeTemplateProviders","t0","$","_compilerRuntime","c","theme","children","t1","jsx","_default","exports"],"sourceRoot":"../../../../src","sources":["components/provider/ReactNativeTemplateProviders.tsx"],"mappings":";;;;;;;AAEA,IAAAA,gBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,eAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,cAAA,GAAAH,sBAAA,CAAAC,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE5C,MAAMG,4BAAmE,GAAGC,EAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAC;IAAAC,KAAA;IAAAC;EAAA,IAAAL,EAG5E;EAAA,IAAAM,EAAA;EAAA,IAAAL,CAAA,QAAAI,QAAA,IAAAJ,CAAA,QAAAG,KAAA;IAEGE,EAAA,oBAAAX,WAAA,CAAAY,GAAA,EAACjB,gBAAA,CAAAQ,OAAe;MAAAO,QAAA,eACd,IAAAV,WAAA,CAAAY,GAAA,EAACd,eAAA,CAAAK,OAAc;QAAAO,QAAA,eACb,IAAAV,WAAA,CAAAY,GAAA,EAACb,cAAA,CAAAI,OAAa;UAAQM,KAAK,EAALA,KAAK;UAAAC,QAAA,EAAGA;QAAQ,CAAgB;MAAC,CACzC;IAAC,CACF,CAAC;IAAAJ,CAAA,MAAAI,QAAA;IAAAJ,CAAA,MAAAG,KAAA;IAAAH,CAAA,MAAAK,EAAA;EAAA;IAAAA,EAAA,GAAAL,CAAA;EAAA;EAAA,OAJlBK,EAIkB;AAAA,CAErB;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAX,OAAA,GAEaC,4BAA4B","ignoreList":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _restyle = require("@shopify/restyle");
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
-
const ThemeProvider = props => {
|
|
11
|
-
const $ = (0, _compilerRuntime.c)(2);
|
|
12
|
-
let t0;
|
|
13
|
-
if ($[0] !== props) {
|
|
14
|
-
t0 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_restyle.ThemeProvider, {
|
|
15
|
-
...props
|
|
16
|
-
});
|
|
17
|
-
$[0] = props;
|
|
18
|
-
$[1] = t0;
|
|
19
|
-
} else {
|
|
20
|
-
t0 = $[1];
|
|
21
|
-
}
|
|
22
|
-
return t0;
|
|
23
|
-
};
|
|
24
|
-
var _default = exports.default = ThemeProvider;
|
|
25
|
-
//# sourceMappingURL=ThemeProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_restyle","require","_jsxRuntime","ThemeProvider","props","$","_compilerRuntime","c","t0","jsx","_default","exports","default"],"sourceRoot":"../../../../src","sources":["components/provider/ThemeProvider.tsx"],"mappings":";;;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AAAyE,IAAAC,WAAA,GAAAD,OAAA;AAGzE,MAAME,aAA8D,GAAGC,KAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAA,IAAAC,EAAA;EAAA,IAAAH,CAAA,QAAAD,KAAA;IAElEI,EAAA,oBAAAN,WAAA,CAAAO,GAAA,EAACT,QAAA,CAAAG,aAAoB;MAAA,GAAKC;IAAK,CAAG,CAAC;IAAAC,CAAA,MAAAD,KAAA;IAAAC,CAAA,MAAAG,EAAA;EAAA;IAAAA,EAAA,GAAAH,CAAA;EAAA;EAAA,OAAnCG,EAAmC;AAAA;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAE1BT,aAAa","ignoreList":[]}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _const = require("../../utils/theme/const.js");
|
|
9
|
-
var _ThemedView = _interopRequireDefault(require("../view/ThemedView.js"));
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
const ThemedSeparator = t0 => {
|
|
13
|
-
const $ = (0, _compilerRuntime.c)(11);
|
|
14
|
-
let bg;
|
|
15
|
-
let props;
|
|
16
|
-
let t1;
|
|
17
|
-
let t2;
|
|
18
|
-
let t3;
|
|
19
|
-
if ($[0] !== t0) {
|
|
20
|
-
({
|
|
21
|
-
size: t1,
|
|
22
|
-
vertical: t2,
|
|
23
|
-
backgroundColor: t3,
|
|
24
|
-
bg,
|
|
25
|
-
...props
|
|
26
|
-
} = t0);
|
|
27
|
-
$[0] = t0;
|
|
28
|
-
$[1] = bg;
|
|
29
|
-
$[2] = props;
|
|
30
|
-
$[3] = t1;
|
|
31
|
-
$[4] = t2;
|
|
32
|
-
$[5] = t3;
|
|
33
|
-
} else {
|
|
34
|
-
bg = $[1];
|
|
35
|
-
props = $[2];
|
|
36
|
-
t1 = $[3];
|
|
37
|
-
t2 = $[4];
|
|
38
|
-
t3 = $[5];
|
|
39
|
-
}
|
|
40
|
-
const size = t1 === undefined ? _const.BorderSize.S : t1;
|
|
41
|
-
const vertical = t2 === undefined ? false : t2;
|
|
42
|
-
const backgroundColor = t3 === undefined ? "separator" : t3;
|
|
43
|
-
const t4 = vertical ? size : undefined;
|
|
44
|
-
const t5 = vertical ? undefined : size;
|
|
45
|
-
const t6 = bg ?? backgroundColor;
|
|
46
|
-
let t7;
|
|
47
|
-
if ($[6] !== props || $[7] !== t4 || $[8] !== t5 || $[9] !== t6) {
|
|
48
|
-
t7 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedView.default, {
|
|
49
|
-
alignSelf: "stretch",
|
|
50
|
-
width: t4,
|
|
51
|
-
height: t5,
|
|
52
|
-
backgroundColor: t6,
|
|
53
|
-
...props
|
|
54
|
-
});
|
|
55
|
-
$[6] = props;
|
|
56
|
-
$[7] = t4;
|
|
57
|
-
$[8] = t5;
|
|
58
|
-
$[9] = t6;
|
|
59
|
-
$[10] = t7;
|
|
60
|
-
} else {
|
|
61
|
-
t7 = $[10];
|
|
62
|
-
}
|
|
63
|
-
return t7;
|
|
64
|
-
};
|
|
65
|
-
var _default = exports.default = ThemedSeparator;
|
|
66
|
-
//# sourceMappingURL=ThemedSeparator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_const","require","_ThemedView","_interopRequireDefault","_jsxRuntime","e","__esModule","default","ThemedSeparator","t0","$","_compilerRuntime","c","bg","props","t1","t2","t3","size","vertical","backgroundColor","undefined","BorderSize","S","t4","t5","t6","t7","jsx","alignSelf","width","height","_default","exports"],"sourceRoot":"../../../../src","sources":["components/separator/ThemedSeparator.tsx"],"mappings":";;;;;;;AAEA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA4C,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAE,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE5C,MAAMG,eAAyC,GAAGC,EAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAP,CAAA,QAAAD,EAAA;IAAC;MAAAS,IAAA,EAAAH,EAAA;MAAAI,QAAA,EAAAH,EAAA;MAAAI,eAAA,EAAAH,EAAA;MAAAJ,EAAA;MAAA,GAAAC;IAAA,IAAAL,EAMlD;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAG,EAAA;IAAAH,CAAA,MAAAI,KAAA;IAAAJ,CAAA,MAAAK,EAAA;IAAAL,CAAA,MAAAM,EAAA;IAAAN,CAAA,MAAAO,EAAA;EAAA;IAAAJ,EAAA,GAAAH,CAAA;IAAAI,KAAA,GAAAJ,CAAA;IAAAK,EAAA,GAAAL,CAAA;IAAAM,EAAA,GAAAN,CAAA;IAAAO,EAAA,GAAAP,CAAA;EAAA;EALC,MAAAQ,IAAA,GAAAH,EAAmB,KAAnBM,SAAmB,GAAZC,iBAAU,CAAAC,CAAE,GAAnBR,EAAmB;EACnB,MAAAI,QAAA,GAAAH,EAAgB,KAAhBK,SAAgB,GAAhB,KAAgB,GAAhBL,EAAgB;EAChB,MAAAI,eAAA,GAAAH,EAA6B,KAA7BI,SAA6B,GAA7B,WAA6B,GAA7BJ,EAA6B;EAOlB,MAAAO,EAAA,GAAAL,QAAQ,GAARD,IAA2B,GAA3BG,SAA2B;EAC1B,MAAAI,EAAA,GAAAN,QAAQ,GAARE,SAA2B,GAA3BH,IAA2B;EAClB,MAAAQ,EAAA,GAAAb,EAAqB,IAArBO,eAAqB;EAAA,IAAAO,EAAA;EAAA,IAAAjB,CAAA,QAAAI,KAAA,IAAAJ,CAAA,QAAAc,EAAA,IAAAd,CAAA,QAAAe,EAAA,IAAAf,CAAA,QAAAgB,EAAA;IAJxCC,EAAA,oBAAAvB,WAAA,CAAAwB,GAAA,EAAC1B,WAAA,CAAAK,OAAU;MACEsB,SAAS,EAAT,SAAS;MACbC,KAA2B,EAA3BN,EAA2B;MAC1BO,MAA2B,EAA3BN,EAA2B;MAClBL,eAAqB,EAArBM,EAAqB;MAAA,GAClCZ;IAAK,CACV,CAAC;IAAAJ,CAAA,MAAAI,KAAA;IAAAJ,CAAA,MAAAc,EAAA;IAAAd,CAAA,MAAAe,EAAA;IAAAf,CAAA,MAAAgB,EAAA;IAAAhB,CAAA,OAAAiB,EAAA;EAAA;IAAAA,EAAA,GAAAjB,CAAA;EAAA;EAAA,OANFiB,EAME;AAAA,CAEL;AAAC,IAAAK,QAAA,GAAAC,OAAA,CAAA1B,OAAA,GAEaC,eAAe","ignoreList":[]}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _switch = require("../../hooks/switch.js");
|
|
9
|
-
var _func = require("../../utils/style/func.js");
|
|
10
|
-
var _const = require("../../utils/theme/const.js");
|
|
11
|
-
var _AnimatedThemedPressable = _interopRequireDefault(require("../button/AnimatedThemedPressable.js"));
|
|
12
|
-
var _AnimatedThemedView = _interopRequireDefault(require("../view/AnimatedThemedView.js"));
|
|
13
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
-
const ThemedSwitch = t0 => {
|
|
16
|
-
const $ = (0, _compilerRuntime.c)(23);
|
|
17
|
-
let customColors;
|
|
18
|
-
let customDisableAnimation;
|
|
19
|
-
let customEnableAnimation;
|
|
20
|
-
let enabled;
|
|
21
|
-
let onPress;
|
|
22
|
-
let onPressDelayConfig;
|
|
23
|
-
let props;
|
|
24
|
-
let style;
|
|
25
|
-
let t1;
|
|
26
|
-
let thumbProps;
|
|
27
|
-
if ($[0] !== t0) {
|
|
28
|
-
({
|
|
29
|
-
onPress,
|
|
30
|
-
enabled,
|
|
31
|
-
size: t1,
|
|
32
|
-
onPressDelayConfig,
|
|
33
|
-
customEnableAnimation,
|
|
34
|
-
customDisableAnimation,
|
|
35
|
-
customColors,
|
|
36
|
-
thumbProps,
|
|
37
|
-
style,
|
|
38
|
-
...props
|
|
39
|
-
} = t0);
|
|
40
|
-
$[0] = t0;
|
|
41
|
-
$[1] = customColors;
|
|
42
|
-
$[2] = customDisableAnimation;
|
|
43
|
-
$[3] = customEnableAnimation;
|
|
44
|
-
$[4] = enabled;
|
|
45
|
-
$[5] = onPress;
|
|
46
|
-
$[6] = onPressDelayConfig;
|
|
47
|
-
$[7] = props;
|
|
48
|
-
$[8] = style;
|
|
49
|
-
$[9] = t1;
|
|
50
|
-
$[10] = thumbProps;
|
|
51
|
-
} else {
|
|
52
|
-
customColors = $[1];
|
|
53
|
-
customDisableAnimation = $[2];
|
|
54
|
-
customEnableAnimation = $[3];
|
|
55
|
-
enabled = $[4];
|
|
56
|
-
onPress = $[5];
|
|
57
|
-
onPressDelayConfig = $[6];
|
|
58
|
-
props = $[7];
|
|
59
|
-
style = $[8];
|
|
60
|
-
t1 = $[9];
|
|
61
|
-
thumbProps = $[10];
|
|
62
|
-
}
|
|
63
|
-
const size = t1 === undefined ? _const.SwitchSize.M : t1;
|
|
64
|
-
const {
|
|
65
|
-
toggleSwitch,
|
|
66
|
-
trackAnimatedStyle,
|
|
67
|
-
thumbAnimatedStyle
|
|
68
|
-
} = (0, _switch.useThemedSwitch)(onPress, enabled, size, onPressDelayConfig, customEnableAnimation, customDisableAnimation, customColors);
|
|
69
|
-
let t2;
|
|
70
|
-
if ($[11] !== style || $[12] !== trackAnimatedStyle) {
|
|
71
|
-
t2 = (0, _func.flattenStyle)((0, _func.composeStyles)(style, trackAnimatedStyle));
|
|
72
|
-
$[11] = style;
|
|
73
|
-
$[12] = trackAnimatedStyle;
|
|
74
|
-
$[13] = t2;
|
|
75
|
-
} else {
|
|
76
|
-
t2 = $[13];
|
|
77
|
-
}
|
|
78
|
-
const switchStyle = t2;
|
|
79
|
-
let t3;
|
|
80
|
-
if ($[14] !== size || $[15] !== thumbAnimatedStyle || $[16] !== thumbProps) {
|
|
81
|
-
t3 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_AnimatedThemedView.default, {
|
|
82
|
-
width: size,
|
|
83
|
-
aspectRatio: 1,
|
|
84
|
-
style: thumbAnimatedStyle,
|
|
85
|
-
...thumbProps
|
|
86
|
-
});
|
|
87
|
-
$[14] = size;
|
|
88
|
-
$[15] = thumbAnimatedStyle;
|
|
89
|
-
$[16] = thumbProps;
|
|
90
|
-
$[17] = t3;
|
|
91
|
-
} else {
|
|
92
|
-
t3 = $[17];
|
|
93
|
-
}
|
|
94
|
-
let t4;
|
|
95
|
-
if ($[18] !== props || $[19] !== switchStyle || $[20] !== t3 || $[21] !== toggleSwitch) {
|
|
96
|
-
t4 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_AnimatedThemedPressable.default, {
|
|
97
|
-
onPress: toggleSwitch,
|
|
98
|
-
style: switchStyle,
|
|
99
|
-
role: "switch",
|
|
100
|
-
...props,
|
|
101
|
-
children: t3
|
|
102
|
-
});
|
|
103
|
-
$[18] = props;
|
|
104
|
-
$[19] = switchStyle;
|
|
105
|
-
$[20] = t3;
|
|
106
|
-
$[21] = toggleSwitch;
|
|
107
|
-
$[22] = t4;
|
|
108
|
-
} else {
|
|
109
|
-
t4 = $[22];
|
|
110
|
-
}
|
|
111
|
-
return t4;
|
|
112
|
-
};
|
|
113
|
-
var _default = exports.default = ThemedSwitch;
|
|
114
|
-
//# sourceMappingURL=ThemedSwitch.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_switch","require","_func","_const","_AnimatedThemedPressable","_interopRequireDefault","_AnimatedThemedView","_jsxRuntime","e","__esModule","default","ThemedSwitch","t0","$","_compilerRuntime","c","customColors","customDisableAnimation","customEnableAnimation","enabled","onPress","onPressDelayConfig","props","style","t1","thumbProps","size","undefined","SwitchSize","M","toggleSwitch","trackAnimatedStyle","thumbAnimatedStyle","useThemedSwitch","t2","flattenStyle","composeStyles","switchStyle","t3","jsx","aspectRatio","t4","role","children","_default","exports"],"sourceRoot":"../../../../src","sources":["components/switch/ThemedSwitch.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _restyle = require("@shopify/restyle");
|
|
8
|
-
/** @internal */
|
|
9
|
-
|
|
10
|
-
const Text = (0, _restyle.createText)();
|
|
11
|
-
var _default = exports.default = Text;
|
|
12
|
-
//# sourceMappingURL=Text.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_restyle","require","Text","createText","_default","exports","default"],"sourceRoot":"../../../../src","sources":["components/text/Text.tsx"],"mappings":";;;;;;AACA,IAAAA,QAAA,GAAAC,OAAA;AADA;;AAIA,MAAMC,IAAI,GAAG,IAAAC,mBAAU,EAAQ,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAElBJ,IAAI","ignoreList":[]}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _ThemedIcon = _interopRequireDefault(require("../icon/ThemedIcon.js"));
|
|
9
|
-
var _ThemedView = _interopRequireDefault(require("../view/ThemedView.js"));
|
|
10
|
-
var _ThemedText = _interopRequireDefault(require("./ThemedText.js"));
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
const ThemedIconText = t0 => {
|
|
14
|
-
const $ = (0, _compilerRuntime.c)(34);
|
|
15
|
-
let iconColor;
|
|
16
|
-
let iconName;
|
|
17
|
-
let iconProps;
|
|
18
|
-
let iconSize;
|
|
19
|
-
let iconStyle;
|
|
20
|
-
let props;
|
|
21
|
-
let t1;
|
|
22
|
-
let text;
|
|
23
|
-
let textColor;
|
|
24
|
-
let textFontSize;
|
|
25
|
-
let textFontWeight;
|
|
26
|
-
let textProps;
|
|
27
|
-
let textStyle;
|
|
28
|
-
let textVariant;
|
|
29
|
-
if ($[0] !== t0) {
|
|
30
|
-
({
|
|
31
|
-
flip: t1,
|
|
32
|
-
iconName,
|
|
33
|
-
iconSize,
|
|
34
|
-
iconColor,
|
|
35
|
-
iconStyle,
|
|
36
|
-
iconProps,
|
|
37
|
-
text,
|
|
38
|
-
textVariant,
|
|
39
|
-
textFontSize,
|
|
40
|
-
textFontWeight,
|
|
41
|
-
textColor,
|
|
42
|
-
textStyle,
|
|
43
|
-
textProps,
|
|
44
|
-
...props
|
|
45
|
-
} = t0);
|
|
46
|
-
$[0] = t0;
|
|
47
|
-
$[1] = iconColor;
|
|
48
|
-
$[2] = iconName;
|
|
49
|
-
$[3] = iconProps;
|
|
50
|
-
$[4] = iconSize;
|
|
51
|
-
$[5] = iconStyle;
|
|
52
|
-
$[6] = props;
|
|
53
|
-
$[7] = t1;
|
|
54
|
-
$[8] = text;
|
|
55
|
-
$[9] = textColor;
|
|
56
|
-
$[10] = textFontSize;
|
|
57
|
-
$[11] = textFontWeight;
|
|
58
|
-
$[12] = textProps;
|
|
59
|
-
$[13] = textStyle;
|
|
60
|
-
$[14] = textVariant;
|
|
61
|
-
} else {
|
|
62
|
-
iconColor = $[1];
|
|
63
|
-
iconName = $[2];
|
|
64
|
-
iconProps = $[3];
|
|
65
|
-
iconSize = $[4];
|
|
66
|
-
iconStyle = $[5];
|
|
67
|
-
props = $[6];
|
|
68
|
-
t1 = $[7];
|
|
69
|
-
text = $[8];
|
|
70
|
-
textColor = $[9];
|
|
71
|
-
textFontSize = $[10];
|
|
72
|
-
textFontWeight = $[11];
|
|
73
|
-
textProps = $[12];
|
|
74
|
-
textStyle = $[13];
|
|
75
|
-
textVariant = $[14];
|
|
76
|
-
}
|
|
77
|
-
const flip = t1 === undefined ? false : t1;
|
|
78
|
-
let t2;
|
|
79
|
-
if ($[15] !== text || $[16] !== textColor || $[17] !== textFontSize || $[18] !== textFontWeight || $[19] !== textProps || $[20] !== textStyle || $[21] !== textVariant) {
|
|
80
|
-
t2 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedText.default, {
|
|
81
|
-
numberOfLines: 1,
|
|
82
|
-
variant: textVariant,
|
|
83
|
-
fontSize: textFontSize,
|
|
84
|
-
fontWeight: textFontWeight,
|
|
85
|
-
color: textColor,
|
|
86
|
-
style: textStyle,
|
|
87
|
-
...textProps,
|
|
88
|
-
children: text
|
|
89
|
-
});
|
|
90
|
-
$[15] = text;
|
|
91
|
-
$[16] = textColor;
|
|
92
|
-
$[17] = textFontSize;
|
|
93
|
-
$[18] = textFontWeight;
|
|
94
|
-
$[19] = textProps;
|
|
95
|
-
$[20] = textStyle;
|
|
96
|
-
$[21] = textVariant;
|
|
97
|
-
$[22] = t2;
|
|
98
|
-
} else {
|
|
99
|
-
t2 = $[22];
|
|
100
|
-
}
|
|
101
|
-
const themedText = t2;
|
|
102
|
-
const t3 = flip && themedText;
|
|
103
|
-
let t4;
|
|
104
|
-
if ($[23] !== iconColor || $[24] !== iconName || $[25] !== iconProps || $[26] !== iconSize || $[27] !== iconStyle) {
|
|
105
|
-
t4 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedIcon.default, {
|
|
106
|
-
name: iconName,
|
|
107
|
-
size: iconSize,
|
|
108
|
-
color: iconColor,
|
|
109
|
-
style: iconStyle,
|
|
110
|
-
...iconProps
|
|
111
|
-
});
|
|
112
|
-
$[23] = iconColor;
|
|
113
|
-
$[24] = iconName;
|
|
114
|
-
$[25] = iconProps;
|
|
115
|
-
$[26] = iconSize;
|
|
116
|
-
$[27] = iconStyle;
|
|
117
|
-
$[28] = t4;
|
|
118
|
-
} else {
|
|
119
|
-
t4 = $[28];
|
|
120
|
-
}
|
|
121
|
-
const t5 = !flip && themedText;
|
|
122
|
-
let t6;
|
|
123
|
-
if ($[29] !== props || $[30] !== t3 || $[31] !== t4 || $[32] !== t5) {
|
|
124
|
-
t6 = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_ThemedView.default, {
|
|
125
|
-
flexDirection: "row",
|
|
126
|
-
alignItems: "center",
|
|
127
|
-
gap: "s",
|
|
128
|
-
backgroundColor: "transparent",
|
|
129
|
-
...props,
|
|
130
|
-
children: [t3, t4, t5]
|
|
131
|
-
});
|
|
132
|
-
$[29] = props;
|
|
133
|
-
$[30] = t3;
|
|
134
|
-
$[31] = t4;
|
|
135
|
-
$[32] = t5;
|
|
136
|
-
$[33] = t6;
|
|
137
|
-
} else {
|
|
138
|
-
t6 = $[33];
|
|
139
|
-
}
|
|
140
|
-
return t6;
|
|
141
|
-
};
|
|
142
|
-
var _default = exports.default = ThemedIconText;
|
|
143
|
-
//# sourceMappingURL=ThemedIconText.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_ThemedIcon","_interopRequireDefault","require","_ThemedView","_ThemedText","_jsxRuntime","e","__esModule","default","ThemedIconText","t0","$","_compilerRuntime","c","iconColor","iconName","iconProps","iconSize","iconStyle","props","t1","text","textColor","textFontSize","textFontWeight","textProps","textStyle","textVariant","flip","undefined","t2","jsx","numberOfLines","children","themedText","t3","t4","t5","t6","jsxs","flexDirection","alignItems","gap","backgroundColor","_default","exports"],"sourceRoot":"../../../../src","sources":["components/text/ThemedIconText.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _Text = _interopRequireDefault(require("./Text.js"));
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
-
const ThemedText = props => {
|
|
12
|
-
const $ = (0, _compilerRuntime.c)(2);
|
|
13
|
-
let t0;
|
|
14
|
-
if ($[0] !== props) {
|
|
15
|
-
t0 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_Text.default, {
|
|
16
|
-
...props
|
|
17
|
-
});
|
|
18
|
-
$[0] = props;
|
|
19
|
-
$[1] = t0;
|
|
20
|
-
} else {
|
|
21
|
-
t0 = $[1];
|
|
22
|
-
}
|
|
23
|
-
return t0;
|
|
24
|
-
};
|
|
25
|
-
var _default = exports.default = ThemedText;
|
|
26
|
-
//# sourceMappingURL=ThemedText.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_Text","_interopRequireDefault","require","_jsxRuntime","e","__esModule","default","ThemedText","props","$","_compilerRuntime","c","t0","jsx","_default","exports"],"sourceRoot":"../../../../src","sources":["components/text/ThemedText.tsx"],"mappings":";;;;;;;AAEA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,IAAAC,WAAA,GAAAD,OAAA;AAAA,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAE1B,MAAMG,UAA+B,GAAGC,KAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAA,IAAAC,EAAA;EAAA,IAAAH,CAAA,QAAAD,KAAA;IAAWI,EAAA,oBAAAT,WAAA,CAAAU,GAAA,EAACb,KAAA,CAAAM,OAAI;MAAA,GAAKE;IAAK,CAAG,CAAC;IAAAC,CAAA,MAAAD,KAAA;IAAAC,CAAA,MAAAG,EAAA;EAAA;IAAAA,EAAA,GAAAH,CAAA;EAAA;EAAA,OAAnBG,EAAmB;AAAA;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAT,OAAA,GAExDC,UAAU","ignoreList":[]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNativeReanimated = _interopRequireDefault(require("react-native-reanimated"));
|
|
8
|
-
var _Box = _interopRequireDefault(require("./Box.js"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
/** @internal */
|
|
11
|
-
|
|
12
|
-
const AnimatedBox = _reactNativeReanimated.default.createAnimatedComponent(_Box.default);
|
|
13
|
-
var _default = exports.default = AnimatedBox;
|
|
14
|
-
//# sourceMappingURL=AnimatedBox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNativeReanimated","_interopRequireDefault","require","_Box","e","__esModule","default","AnimatedBox","Animated","createAnimatedComponent","Box","_default","exports"],"sourceRoot":"../../../../src","sources":["components/view/AnimatedBox.tsx"],"mappings":";;;;;;AACA,IAAAA,sBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,IAAA,GAAAF,sBAAA,CAAAC,OAAA;AAAwB,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAFxB;;AAIA,MAAMG,WAAW,GAAGC,8BAAQ,CAACC,uBAAuB,CAACC,YAAG,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAN,OAAA,GAE3CC,WAAW","ignoreList":[]}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _compilerRuntime = require("react/compiler-runtime");
|
|
8
|
-
var _AnimatedBox = _interopRequireDefault(require("./AnimatedBox.js"));
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
-
const AnimatedThemedView = t0 => {
|
|
12
|
-
const $ = (0, _compilerRuntime.c)(6);
|
|
13
|
-
let props;
|
|
14
|
-
let t1;
|
|
15
|
-
if ($[0] !== t0) {
|
|
16
|
-
({
|
|
17
|
-
backgroundColor: t1,
|
|
18
|
-
...props
|
|
19
|
-
} = t0);
|
|
20
|
-
$[0] = t0;
|
|
21
|
-
$[1] = props;
|
|
22
|
-
$[2] = t1;
|
|
23
|
-
} else {
|
|
24
|
-
props = $[1];
|
|
25
|
-
t1 = $[2];
|
|
26
|
-
}
|
|
27
|
-
const backgroundColor = t1 === undefined ? "background" : t1;
|
|
28
|
-
let t2;
|
|
29
|
-
if ($[3] !== backgroundColor || $[4] !== props) {
|
|
30
|
-
t2 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_AnimatedBox.default, {
|
|
31
|
-
backgroundColor: backgroundColor,
|
|
32
|
-
accessible: true,
|
|
33
|
-
role: "group",
|
|
34
|
-
...props
|
|
35
|
-
});
|
|
36
|
-
$[3] = backgroundColor;
|
|
37
|
-
$[4] = props;
|
|
38
|
-
$[5] = t2;
|
|
39
|
-
} else {
|
|
40
|
-
t2 = $[5];
|
|
41
|
-
}
|
|
42
|
-
return t2;
|
|
43
|
-
};
|
|
44
|
-
var _default = exports.default = AnimatedThemedView;
|
|
45
|
-
//# sourceMappingURL=AnimatedThemedView.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_AnimatedBox","_interopRequireDefault","require","_jsxRuntime","e","__esModule","default","AnimatedThemedView","t0","$","_compilerRuntime","c","props","t1","backgroundColor","undefined","t2","jsx","accessible","role","_default","exports"],"sourceRoot":"../../../../src","sources":["components/view/AnimatedThemedView.tsx"],"mappings":";;;;;;;AAEA,IAAAA,YAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAwC,IAAAC,WAAA,GAAAD,OAAA;AAAA,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAExC,MAAMG,kBAA+C,GAAGC,EAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,EAAA;EAAA,IAAAJ,CAAA,QAAAD,EAAA;IAAC;MAAAM,eAAA,EAAAD,EAAA;MAAA,GAAAD;IAAA,IAAAJ,EAGxD;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAG,KAAA;IAAAH,CAAA,MAAAI,EAAA;EAAA;IAAAD,KAAA,GAAAH,CAAA;IAAAI,EAAA,GAAAJ,CAAA;EAAA;EAFC,MAAAK,eAAA,GAAAD,EAA8B,KAA9BE,SAA8B,GAA9B,YAA8B,GAA9BF,EAA8B;EAAA,IAAAG,EAAA;EAAA,IAAAP,CAAA,QAAAK,eAAA,IAAAL,CAAA,QAAAG,KAAA;IAI5BI,EAAA,oBAAAb,WAAA,CAAAc,GAAA,EAACjB,YAAA,CAAAM,OAAW;MACOQ,eAAe,EAAfA,eAAe;MACpBI,UAAI,EAAJ,IAAI;MACVC,IAAO,EAAP,OAAO;MAAA,GACTP;IAAK,CACV,CAAC;IAAAH,CAAA,MAAAK,eAAA;IAAAL,CAAA,MAAAG,KAAA;IAAAH,CAAA,MAAAO,EAAA;EAAA;IAAAA,EAAA,GAAAP,CAAA;EAAA;EAAA,OALFO,EAKE;AAAA,CAEL;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAf,OAAA,GAEaC,kBAAkB","ignoreList":[]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _restyle = require("@shopify/restyle");
|
|
8
|
-
/** @internal */
|
|
9
|
-
|
|
10
|
-
const Box = (0, _restyle.createBox)();
|
|
11
|
-
var _default = exports.default = Box;
|
|
12
|
-
//# sourceMappingURL=Box.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_restyle","require","Box","createBox","_default","exports","default"],"sourceRoot":"../../../../src","sources":["components/view/Box.tsx"],"mappings":";;;;;;AACA,IAAAA,QAAA,GAAAC,OAAA;AADA;;AAIA,MAAMC,GAAG,GAAG,IAAAC,kBAAS,EAAQ,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEhBJ,GAAG","ignoreList":[]}
|