@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
package/package.json
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamadd/react-native-template-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "React Native Template UI is a collection of UI components designed by JaMa D&D.",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"module": "./lib/module/index.js",
|
|
8
|
-
"types": "./lib/typescript/commonjs/src/index.d.ts",
|
|
5
|
+
"main": "./lib/module/index.js",
|
|
6
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
9
7
|
"exports": {
|
|
10
8
|
".": {
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"types": "./lib/typescript/commonjs/src/index.d.ts",
|
|
17
|
-
"default": "./lib/commonjs/index.js"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
9
|
+
"source": "./src/index.ts",
|
|
10
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
11
|
+
"default": "./lib/module/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./package.json": "./package.json"
|
|
20
14
|
},
|
|
21
15
|
"files": [
|
|
22
16
|
"lib",
|
|
@@ -81,15 +75,14 @@
|
|
|
81
75
|
"access": "public"
|
|
82
76
|
},
|
|
83
77
|
"devDependencies": {
|
|
84
|
-
"@
|
|
85
|
-
"@eslint/
|
|
86
|
-
"@eslint/
|
|
87
|
-
"@eslint/js": "^9.22.0",
|
|
78
|
+
"@eslint/compat": "^1.3.2",
|
|
79
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
80
|
+
"@eslint/js": "^9.35.0",
|
|
88
81
|
"@evilmartians/lefthook": "^1.5.0",
|
|
89
82
|
"@jamadd/react-native-template-icons": "^0.4.2",
|
|
90
83
|
"@react-native/babel-preset": "0.82.0",
|
|
91
84
|
"@react-native/eslint-config": "^0.82.0",
|
|
92
|
-
"@release-it/conventional-changelog": "^
|
|
85
|
+
"@release-it/conventional-changelog": "^10.0.1",
|
|
93
86
|
"@shopify/flash-list": "^2.2.0",
|
|
94
87
|
"@shopify/restyle": "^2.4.5",
|
|
95
88
|
"@testing-library/react-native": "^13.3.3",
|
|
@@ -97,25 +90,24 @@
|
|
|
97
90
|
"@types/react": "^19.1.12",
|
|
98
91
|
"@types/react-test-renderer": "19.1.0",
|
|
99
92
|
"babel-plugin-react-compiler": "1.0.0",
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"eslint": "^
|
|
103
|
-
"eslint-
|
|
104
|
-
"eslint-plugin-prettier": "^5.2.3",
|
|
93
|
+
"del-cli": "^6.0.0",
|
|
94
|
+
"eslint": "^9.35.0",
|
|
95
|
+
"eslint-config-prettier": "^10.1.8",
|
|
96
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
105
97
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
106
98
|
"eslint-plugin-testing-library": "^7.8.0",
|
|
107
99
|
"jest": "^29.7.0",
|
|
108
100
|
"prettier": "^3.0.3",
|
|
109
101
|
"react": "19.1.1",
|
|
110
102
|
"react-native": "0.82.0",
|
|
111
|
-
"react-native-builder-bob": "^0.40.
|
|
103
|
+
"react-native-builder-bob": "^0.40.16",
|
|
112
104
|
"react-native-gesture-handler": "^2.28.0",
|
|
113
105
|
"react-native-reanimated": "^4.1.3",
|
|
114
106
|
"react-native-safe-area-context": "^5.6.1",
|
|
115
107
|
"react-native-worklets": "^0.6.1",
|
|
116
108
|
"react-test-renderer": "19.1.1",
|
|
117
|
-
"release-it": "^
|
|
118
|
-
"typescript": "^5.
|
|
109
|
+
"release-it": "^19.0.4",
|
|
110
|
+
"typescript": "^5.9.2"
|
|
119
111
|
},
|
|
120
112
|
"peerDependencies": {
|
|
121
113
|
"@jamadd/react-native-template-icons": ">=0.4.2",
|
|
@@ -131,48 +123,7 @@
|
|
|
131
123
|
"workspaces": [
|
|
132
124
|
"example"
|
|
133
125
|
],
|
|
134
|
-
"packageManager": "yarn@
|
|
135
|
-
"jest": {
|
|
136
|
-
"preset": "react-native",
|
|
137
|
-
"setupFiles": [
|
|
138
|
-
"<rootDir>/src/test/__mocks__/jestSetup.js",
|
|
139
|
-
"<rootDir>/node_modules/react-native-gesture-handler/jestSetup.js"
|
|
140
|
-
],
|
|
141
|
-
"transformIgnorePatterns": [
|
|
142
|
-
"<rootDir>/node_modules/(?!(jest-)?react-native|@react-native|react-native-reanimated)"
|
|
143
|
-
],
|
|
144
|
-
"modulePathIgnorePatterns": [
|
|
145
|
-
"<rootDir>/example/node_modules",
|
|
146
|
-
"<rootDir>/lib/"
|
|
147
|
-
],
|
|
148
|
-
"moduleNameMapper": {
|
|
149
|
-
"\\.(ttf)$": "<rootDir>/src/test/__mocks__/file-mock.js"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"commitlint": {
|
|
153
|
-
"extends": [
|
|
154
|
-
"@commitlint/config-conventional"
|
|
155
|
-
]
|
|
156
|
-
},
|
|
157
|
-
"release-it": {
|
|
158
|
-
"git": {
|
|
159
|
-
"commitMessage": "chore: release ${version}",
|
|
160
|
-
"tagName": "v${version}"
|
|
161
|
-
},
|
|
162
|
-
"npm": {
|
|
163
|
-
"publish": true
|
|
164
|
-
},
|
|
165
|
-
"github": {
|
|
166
|
-
"release": true
|
|
167
|
-
},
|
|
168
|
-
"plugins": {
|
|
169
|
-
"@release-it/conventional-changelog": {
|
|
170
|
-
"preset": {
|
|
171
|
-
"name": "angular"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
},
|
|
126
|
+
"packageManager": "yarn@4.11.0",
|
|
176
127
|
"prettier": {
|
|
177
128
|
"quoteProps": "consistent",
|
|
178
129
|
"singleQuote": true,
|
|
@@ -184,18 +135,10 @@
|
|
|
184
135
|
"source": "src",
|
|
185
136
|
"output": "lib",
|
|
186
137
|
"targets": [
|
|
187
|
-
[
|
|
188
|
-
"commonjs",
|
|
189
|
-
{
|
|
190
|
-
"esm": true,
|
|
191
|
-
"configFile": true
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
138
|
[
|
|
195
139
|
"module",
|
|
196
140
|
{
|
|
197
|
-
"esm": true
|
|
198
|
-
"configFile": true
|
|
141
|
+
"esm": true
|
|
199
142
|
}
|
|
200
143
|
],
|
|
201
144
|
[
|
|
@@ -206,6 +149,42 @@
|
|
|
206
149
|
]
|
|
207
150
|
]
|
|
208
151
|
},
|
|
152
|
+
"release-it": {
|
|
153
|
+
"git": {
|
|
154
|
+
"commitMessage": "chore: release ${version}",
|
|
155
|
+
"tagName": "v${version}"
|
|
156
|
+
},
|
|
157
|
+
"npm": {
|
|
158
|
+
"publish": true
|
|
159
|
+
},
|
|
160
|
+
"github": {
|
|
161
|
+
"release": true
|
|
162
|
+
},
|
|
163
|
+
"plugins": {
|
|
164
|
+
"@release-it/conventional-changelog": {
|
|
165
|
+
"preset": {
|
|
166
|
+
"name": "angular"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"jest": {
|
|
172
|
+
"preset": "react-native",
|
|
173
|
+
"setupFiles": [
|
|
174
|
+
"<rootDir>/src/test/__mocks__/jestSetup.js",
|
|
175
|
+
"<rootDir>/node_modules/react-native-gesture-handler/jestSetup.js"
|
|
176
|
+
],
|
|
177
|
+
"transformIgnorePatterns": [
|
|
178
|
+
"<rootDir>/node_modules/(?!(jest-)?react-native|@react-native|react-native-reanimated)"
|
|
179
|
+
],
|
|
180
|
+
"modulePathIgnorePatterns": [
|
|
181
|
+
"<rootDir>/example/node_modules",
|
|
182
|
+
"<rootDir>/lib/"
|
|
183
|
+
],
|
|
184
|
+
"moduleNameMapper": {
|
|
185
|
+
"\\.(ttf)$": "<rootDir>/src/test/__mocks__/file-mock.js"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
209
188
|
"create-react-native-library": {
|
|
210
189
|
"languages": "js",
|
|
211
190
|
"type": "library",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.AnimatedPressable = void 0;
|
|
7
|
-
var _reactNative = require("react-native");
|
|
8
|
-
var _reactNativeReanimated = _interopRequireDefault(require("react-native-reanimated"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
/** @internal */
|
|
11
|
-
|
|
12
|
-
const AnimatedPressable = exports.AnimatedPressable = _reactNativeReanimated.default.createAnimatedComponent(_reactNative.Pressable);
|
|
13
|
-
var _default = exports.default = AnimatedPressable;
|
|
14
|
-
//# sourceMappingURL=AnimatedPressable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_reactNativeReanimated","_interopRequireDefault","e","__esModule","default","AnimatedPressable","exports","Animated","createAnimatedComponent","Pressable","_default"],"sourceRoot":"../../../../src","sources":["components/button/AnimatedPressable.tsx"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,sBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAA+C,SAAAE,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAF/C;;AAIO,MAAMG,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAGE,8BAAQ,CAACC,uBAAuB,CAACC,sBAAS,CAAC;AAAC,IAAAC,QAAA,GAAAJ,OAAA,CAAAF,OAAA,GAE9DC,iBAAiB","ignoreList":[]}
|
|
@@ -1,36 +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 _button = require("../../hooks/button.js");
|
|
9
|
-
var _AnimatedPressable = _interopRequireDefault(require("./AnimatedPressable.js"));
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
const AnimatedThemedPressable = props => {
|
|
13
|
-
const $ = (0, _compilerRuntime.c)(4);
|
|
14
|
-
const {
|
|
15
|
-
onPress,
|
|
16
|
-
style,
|
|
17
|
-
restyle
|
|
18
|
-
} = (0, _button.useThemedPressable)(props, true);
|
|
19
|
-
let t0;
|
|
20
|
-
if ($[0] !== onPress || $[1] !== restyle || $[2] !== style) {
|
|
21
|
-
t0 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_AnimatedPressable.default, {
|
|
22
|
-
onPress: onPress,
|
|
23
|
-
style: style,
|
|
24
|
-
...restyle
|
|
25
|
-
});
|
|
26
|
-
$[0] = onPress;
|
|
27
|
-
$[1] = restyle;
|
|
28
|
-
$[2] = style;
|
|
29
|
-
$[3] = t0;
|
|
30
|
-
} else {
|
|
31
|
-
t0 = $[3];
|
|
32
|
-
}
|
|
33
|
-
return t0;
|
|
34
|
-
};
|
|
35
|
-
var _default = exports.default = AnimatedThemedPressable;
|
|
36
|
-
//# sourceMappingURL=AnimatedThemedPressable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_button","require","_AnimatedPressable","_interopRequireDefault","_jsxRuntime","e","__esModule","default","AnimatedThemedPressable","props","$","_compilerRuntime","c","onPress","style","restyle","useThemedPressable","t0","jsx","_default","exports"],"sourceRoot":"../../../../src","sources":["components/button/AnimatedThemedPressable.tsx"],"mappings":";;;;;;;AACA,IAAAA,OAAA,GAAAC,OAAA;AAEA,IAAAC,kBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAAoD,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAE,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEpD,MAAMG,uBAAyD,GAAGC,KAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAChE;IAAAC,OAAA;IAAAC,KAAA;IAAAC;EAAA,IAAoC,IAAAC,0BAAkB,EAACP,KAAK,EAAE,IAAI,CAAC;EAAC,IAAAQ,EAAA;EAAA,IAAAP,CAAA,QAAAG,OAAA,IAAAH,CAAA,QAAAK,OAAA,IAAAL,CAAA,QAAAI,KAAA;IAE7DG,EAAA,oBAAAb,WAAA,CAAAc,GAAA,EAAChB,kBAAA,CAAAK,OAAiB;MAAUM,OAAO,EAAPA,OAAO;MAASC,KAAK,EAALA,KAAK;MAAA,GAAMC;IAAO,CAAG,CAAC;IAAAL,CAAA,MAAAG,OAAA;IAAAH,CAAA,MAAAK,OAAA;IAAAL,CAAA,MAAAI,KAAA;IAAAJ,CAAA,MAAAO,EAAA;EAAA;IAAAA,EAAA,GAAAP,CAAA;EAAA;EAAA,OAAlEO,EAAkE;AAAA,CAC1E;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAb,OAAA,GAEaC,uBAAuB","ignoreList":[]}
|
|
@@ -1,97 +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/button/const.js");
|
|
9
|
-
var _ThemedText = _interopRequireDefault(require("../text/ThemedText.js"));
|
|
10
|
-
var _ThemedPressable = _interopRequireDefault(require("./ThemedPressable.js"));
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
const ThemedButton = t0 => {
|
|
14
|
-
const $ = (0, _compilerRuntime.c)(20);
|
|
15
|
-
let props;
|
|
16
|
-
let t1;
|
|
17
|
-
let text;
|
|
18
|
-
let textFontSize;
|
|
19
|
-
let textFontWeight;
|
|
20
|
-
let textProps;
|
|
21
|
-
let textStyle;
|
|
22
|
-
let textVariant;
|
|
23
|
-
if ($[0] !== t0) {
|
|
24
|
-
({
|
|
25
|
-
text,
|
|
26
|
-
textVariant,
|
|
27
|
-
textFontSize,
|
|
28
|
-
textFontWeight,
|
|
29
|
-
textColor: t1,
|
|
30
|
-
textStyle,
|
|
31
|
-
textProps,
|
|
32
|
-
...props
|
|
33
|
-
} = t0);
|
|
34
|
-
$[0] = t0;
|
|
35
|
-
$[1] = props;
|
|
36
|
-
$[2] = t1;
|
|
37
|
-
$[3] = text;
|
|
38
|
-
$[4] = textFontSize;
|
|
39
|
-
$[5] = textFontWeight;
|
|
40
|
-
$[6] = textProps;
|
|
41
|
-
$[7] = textStyle;
|
|
42
|
-
$[8] = textVariant;
|
|
43
|
-
} else {
|
|
44
|
-
props = $[1];
|
|
45
|
-
t1 = $[2];
|
|
46
|
-
text = $[3];
|
|
47
|
-
textFontSize = $[4];
|
|
48
|
-
textFontWeight = $[5];
|
|
49
|
-
textProps = $[6];
|
|
50
|
-
textStyle = $[7];
|
|
51
|
-
textVariant = $[8];
|
|
52
|
-
}
|
|
53
|
-
const textColor = t1 === undefined ? "textButton" : t1;
|
|
54
|
-
let t2;
|
|
55
|
-
if ($[9] !== text || $[10] !== textColor || $[11] !== textFontSize || $[12] !== textFontWeight || $[13] !== textProps || $[14] !== textStyle || $[15] !== textVariant) {
|
|
56
|
-
t2 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedText.default, {
|
|
57
|
-
numberOfLines: 1,
|
|
58
|
-
variant: textVariant,
|
|
59
|
-
fontSize: textFontSize,
|
|
60
|
-
fontWeight: textFontWeight,
|
|
61
|
-
color: textColor,
|
|
62
|
-
style: textStyle,
|
|
63
|
-
...textProps,
|
|
64
|
-
children: text
|
|
65
|
-
});
|
|
66
|
-
$[9] = text;
|
|
67
|
-
$[10] = textColor;
|
|
68
|
-
$[11] = textFontSize;
|
|
69
|
-
$[12] = textFontWeight;
|
|
70
|
-
$[13] = textProps;
|
|
71
|
-
$[14] = textStyle;
|
|
72
|
-
$[15] = textVariant;
|
|
73
|
-
$[16] = t2;
|
|
74
|
-
} else {
|
|
75
|
-
t2 = $[16];
|
|
76
|
-
}
|
|
77
|
-
let t3;
|
|
78
|
-
if ($[17] !== props || $[18] !== t2) {
|
|
79
|
-
t3 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedPressable.default, {
|
|
80
|
-
scaleRatio: _const.ButtonScaleRatio.Rectangle,
|
|
81
|
-
alignItems: "center",
|
|
82
|
-
paddingVertical: "s",
|
|
83
|
-
paddingHorizontal: "m",
|
|
84
|
-
backgroundColor: "themePri",
|
|
85
|
-
...props,
|
|
86
|
-
children: t2
|
|
87
|
-
});
|
|
88
|
-
$[17] = props;
|
|
89
|
-
$[18] = t2;
|
|
90
|
-
$[19] = t3;
|
|
91
|
-
} else {
|
|
92
|
-
t3 = $[19];
|
|
93
|
-
}
|
|
94
|
-
return t3;
|
|
95
|
-
};
|
|
96
|
-
var _default = exports.default = ThemedButton;
|
|
97
|
-
//# sourceMappingURL=ThemedButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_const","require","_ThemedText","_interopRequireDefault","_ThemedPressable","_jsxRuntime","e","__esModule","default","ThemedButton","t0","$","_compilerRuntime","c","props","t1","text","textFontSize","textFontWeight","textProps","textStyle","textVariant","textColor","undefined","t2","jsx","numberOfLines","children","t3","scaleRatio","ButtonScaleRatio","Rectangle","alignItems","paddingVertical","paddingHorizontal","backgroundColor","_default","exports"],"sourceRoot":"../../../../src","sources":["components/button/ThemedButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,81 +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/button/const.js");
|
|
9
|
-
var _ThemedIcon = _interopRequireDefault(require("../icon/ThemedIcon.js"));
|
|
10
|
-
var _ThemedPressable = _interopRequireDefault(require("./ThemedPressable.js"));
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
const ThemedIconButton = t0 => {
|
|
14
|
-
const $ = (0, _compilerRuntime.c)(16);
|
|
15
|
-
let iconColor;
|
|
16
|
-
let iconName;
|
|
17
|
-
let iconProps;
|
|
18
|
-
let iconSize;
|
|
19
|
-
let iconStyle;
|
|
20
|
-
let props;
|
|
21
|
-
if ($[0] !== t0) {
|
|
22
|
-
({
|
|
23
|
-
iconName,
|
|
24
|
-
iconSize,
|
|
25
|
-
iconColor,
|
|
26
|
-
iconStyle,
|
|
27
|
-
iconProps,
|
|
28
|
-
...props
|
|
29
|
-
} = t0);
|
|
30
|
-
$[0] = t0;
|
|
31
|
-
$[1] = iconColor;
|
|
32
|
-
$[2] = iconName;
|
|
33
|
-
$[3] = iconProps;
|
|
34
|
-
$[4] = iconSize;
|
|
35
|
-
$[5] = iconStyle;
|
|
36
|
-
$[6] = props;
|
|
37
|
-
} else {
|
|
38
|
-
iconColor = $[1];
|
|
39
|
-
iconName = $[2];
|
|
40
|
-
iconProps = $[3];
|
|
41
|
-
iconSize = $[4];
|
|
42
|
-
iconStyle = $[5];
|
|
43
|
-
props = $[6];
|
|
44
|
-
}
|
|
45
|
-
let t1;
|
|
46
|
-
if ($[7] !== iconColor || $[8] !== iconName || $[9] !== iconProps || $[10] !== iconSize || $[11] !== iconStyle) {
|
|
47
|
-
t1 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedIcon.default, {
|
|
48
|
-
name: iconName,
|
|
49
|
-
size: iconSize,
|
|
50
|
-
color: iconColor,
|
|
51
|
-
style: iconStyle,
|
|
52
|
-
...iconProps
|
|
53
|
-
});
|
|
54
|
-
$[7] = iconColor;
|
|
55
|
-
$[8] = iconName;
|
|
56
|
-
$[9] = iconProps;
|
|
57
|
-
$[10] = iconSize;
|
|
58
|
-
$[11] = iconStyle;
|
|
59
|
-
$[12] = t1;
|
|
60
|
-
} else {
|
|
61
|
-
t1 = $[12];
|
|
62
|
-
}
|
|
63
|
-
let t2;
|
|
64
|
-
if ($[13] !== props || $[14] !== t1) {
|
|
65
|
-
t2 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedPressable.default, {
|
|
66
|
-
scaleRatio: _const.ButtonScaleRatio.Square,
|
|
67
|
-
alignItems: "center",
|
|
68
|
-
padding: "s",
|
|
69
|
-
...props,
|
|
70
|
-
children: t1
|
|
71
|
-
});
|
|
72
|
-
$[13] = props;
|
|
73
|
-
$[14] = t1;
|
|
74
|
-
$[15] = t2;
|
|
75
|
-
} else {
|
|
76
|
-
t2 = $[15];
|
|
77
|
-
}
|
|
78
|
-
return t2;
|
|
79
|
-
};
|
|
80
|
-
var _default = exports.default = ThemedIconButton;
|
|
81
|
-
//# sourceMappingURL=ThemedIconButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_const","require","_ThemedIcon","_interopRequireDefault","_ThemedPressable","_jsxRuntime","e","__esModule","default","ThemedIconButton","t0","$","_compilerRuntime","c","iconColor","iconName","iconProps","iconSize","iconStyle","props","t1","jsx","t2","scaleRatio","ButtonScaleRatio","Square","alignItems","padding","children","_default","exports"],"sourceRoot":"../../../../src","sources":["components/button/ThemedIconButton.tsx"],"mappings":";;;;;;;AAEA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,gBAAA,GAAAD,sBAAA,CAAAF,OAAA;AAAgD,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEhD,MAAMG,gBAA2C,GAAGC,EAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAAA,IAAAC,SAAA;EAAA,IAAAC,QAAA;EAAA,IAAAC,SAAA;EAAA,IAAAC,QAAA;EAAA,IAAAC,SAAA;EAAA,IAAAC,KAAA;EAAA,IAAAR,CAAA,QAAAD,EAAA;IAAC;MAAAK,QAAA;MAAAE,QAAA;MAAAH,SAAA;MAAAI,SAAA;MAAAF,SAAA;MAAA,GAAAG;IAAA,IAAAT,EAOpD;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAG,SAAA;IAAAH,CAAA,MAAAI,QAAA;IAAAJ,CAAA,MAAAK,SAAA;IAAAL,CAAA,MAAAM,QAAA;IAAAN,CAAA,MAAAO,SAAA;IAAAP,CAAA,MAAAQ,KAAA;EAAA;IAAAL,SAAA,GAAAH,CAAA;IAAAI,QAAA,GAAAJ,CAAA;IAAAK,SAAA,GAAAL,CAAA;IAAAM,QAAA,GAAAN,CAAA;IAAAO,SAAA,GAAAP,CAAA;IAAAQ,KAAA,GAAAR,CAAA;EAAA;EAAA,IAAAS,EAAA;EAAA,IAAAT,CAAA,QAAAG,SAAA,IAAAH,CAAA,QAAAI,QAAA,IAAAJ,CAAA,QAAAK,SAAA,IAAAL,CAAA,SAAAM,QAAA,IAAAN,CAAA,SAAAO,SAAA;IAQKE,EAAA,oBAAAf,WAAA,CAAAgB,GAAA,EAACnB,WAAA,CAAAM,OAAU;MACHO,IAAQ,EAARA,QAAQ;MACRE,IAAQ,EAARA,QAAQ;MACPH,KAAS,EAATA,SAAS;MACTI,KAAS,EAATA,SAAS;MAAA,GACZF;IAAS,CACd,CAAC;IAAAL,CAAA,MAAAG,SAAA;IAAAH,CAAA,MAAAI,QAAA;IAAAJ,CAAA,MAAAK,SAAA;IAAAL,CAAA,OAAAM,QAAA;IAAAN,CAAA,OAAAO,SAAA;IAAAP,CAAA,OAAAS,EAAA;EAAA;IAAAA,EAAA,GAAAT,CAAA;EAAA;EAAA,IAAAW,EAAA;EAAA,IAAAX,CAAA,SAAAQ,KAAA,IAAAR,CAAA,SAAAS,EAAA;IAZJE,EAAA,oBAAAjB,WAAA,CAAAgB,GAAA,EAACjB,gBAAA,CAAAI,OAAe;MACFe,UAAuB,EAAvBC,uBAAgB,CAAAC,MAAO;MACvBC,UAAQ,EAAR,QAAQ;MACXC,OAAG,EAAH,GAAG;MAAA,GACRR,KAAK;MAAAS,QAAA,EAETR;IAME,CACa,CAAC;IAAAT,CAAA,OAAAQ,KAAA;IAAAR,CAAA,OAAAS,EAAA;IAAAT,CAAA,OAAAW,EAAA;EAAA;IAAAA,EAAA,GAAAX,CAAA;EAAA;EAAA,OAblBW,EAakB;AAAA,CAErB;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAAtB,OAAA,GAEaC,gBAAgB","ignoreList":[]}
|
|
@@ -1,146 +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/button/const.js");
|
|
9
|
-
var _ThemedIconText = _interopRequireDefault(require("../text/ThemedIconText.js"));
|
|
10
|
-
var _ThemedPressable = _interopRequireDefault(require("./ThemedPressable.js"));
|
|
11
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
12
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
|
-
const ThemedIconTextButton = t0 => {
|
|
14
|
-
const $ = (0, _compilerRuntime.c)(37);
|
|
15
|
-
let children;
|
|
16
|
-
let flip;
|
|
17
|
-
let iconColor;
|
|
18
|
-
let iconName;
|
|
19
|
-
let iconProps;
|
|
20
|
-
let iconSize;
|
|
21
|
-
let iconStyle;
|
|
22
|
-
let iconTextProps;
|
|
23
|
-
let props;
|
|
24
|
-
let t1;
|
|
25
|
-
let text;
|
|
26
|
-
let textFontSize;
|
|
27
|
-
let textFontWeight;
|
|
28
|
-
let textProps;
|
|
29
|
-
let textStyle;
|
|
30
|
-
let textVariant;
|
|
31
|
-
if ($[0] !== t0) {
|
|
32
|
-
({
|
|
33
|
-
flip,
|
|
34
|
-
iconTextProps,
|
|
35
|
-
iconName,
|
|
36
|
-
iconSize,
|
|
37
|
-
iconColor,
|
|
38
|
-
iconStyle,
|
|
39
|
-
iconProps,
|
|
40
|
-
text,
|
|
41
|
-
textVariant,
|
|
42
|
-
textFontSize,
|
|
43
|
-
textFontWeight,
|
|
44
|
-
textColor: t1,
|
|
45
|
-
textStyle,
|
|
46
|
-
textProps,
|
|
47
|
-
children,
|
|
48
|
-
...props
|
|
49
|
-
} = t0);
|
|
50
|
-
$[0] = t0;
|
|
51
|
-
$[1] = children;
|
|
52
|
-
$[2] = flip;
|
|
53
|
-
$[3] = iconColor;
|
|
54
|
-
$[4] = iconName;
|
|
55
|
-
$[5] = iconProps;
|
|
56
|
-
$[6] = iconSize;
|
|
57
|
-
$[7] = iconStyle;
|
|
58
|
-
$[8] = iconTextProps;
|
|
59
|
-
$[9] = props;
|
|
60
|
-
$[10] = t1;
|
|
61
|
-
$[11] = text;
|
|
62
|
-
$[12] = textFontSize;
|
|
63
|
-
$[13] = textFontWeight;
|
|
64
|
-
$[14] = textProps;
|
|
65
|
-
$[15] = textStyle;
|
|
66
|
-
$[16] = textVariant;
|
|
67
|
-
} else {
|
|
68
|
-
children = $[1];
|
|
69
|
-
flip = $[2];
|
|
70
|
-
iconColor = $[3];
|
|
71
|
-
iconName = $[4];
|
|
72
|
-
iconProps = $[5];
|
|
73
|
-
iconSize = $[6];
|
|
74
|
-
iconStyle = $[7];
|
|
75
|
-
iconTextProps = $[8];
|
|
76
|
-
props = $[9];
|
|
77
|
-
t1 = $[10];
|
|
78
|
-
text = $[11];
|
|
79
|
-
textFontSize = $[12];
|
|
80
|
-
textFontWeight = $[13];
|
|
81
|
-
textProps = $[14];
|
|
82
|
-
textStyle = $[15];
|
|
83
|
-
textVariant = $[16];
|
|
84
|
-
}
|
|
85
|
-
const textColor = t1 === undefined ? "themePri" : t1;
|
|
86
|
-
const t2 = children ? "space-between" : "center";
|
|
87
|
-
let t3;
|
|
88
|
-
if ($[17] !== flip || $[18] !== iconColor || $[19] !== iconName || $[20] !== iconProps || $[21] !== iconSize || $[22] !== iconStyle || $[23] !== iconTextProps || $[24] !== text || $[25] !== textColor || $[26] !== textFontSize || $[27] !== textFontWeight || $[28] !== textProps || $[29] !== textStyle || $[30] !== textVariant) {
|
|
89
|
-
t3 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemedIconText.default, {
|
|
90
|
-
iconName: iconName,
|
|
91
|
-
iconSize: iconSize,
|
|
92
|
-
iconColor: iconColor,
|
|
93
|
-
iconStyle: iconStyle,
|
|
94
|
-
iconProps: iconProps,
|
|
95
|
-
text: text,
|
|
96
|
-
textVariant: textVariant,
|
|
97
|
-
textFontSize: textFontSize,
|
|
98
|
-
textFontWeight: textFontWeight,
|
|
99
|
-
textColor: textColor,
|
|
100
|
-
textStyle: textStyle,
|
|
101
|
-
textProps: textProps,
|
|
102
|
-
flip: flip,
|
|
103
|
-
...iconTextProps
|
|
104
|
-
});
|
|
105
|
-
$[17] = flip;
|
|
106
|
-
$[18] = iconColor;
|
|
107
|
-
$[19] = iconName;
|
|
108
|
-
$[20] = iconProps;
|
|
109
|
-
$[21] = iconSize;
|
|
110
|
-
$[22] = iconStyle;
|
|
111
|
-
$[23] = iconTextProps;
|
|
112
|
-
$[24] = text;
|
|
113
|
-
$[25] = textColor;
|
|
114
|
-
$[26] = textFontSize;
|
|
115
|
-
$[27] = textFontWeight;
|
|
116
|
-
$[28] = textProps;
|
|
117
|
-
$[29] = textStyle;
|
|
118
|
-
$[30] = textVariant;
|
|
119
|
-
$[31] = t3;
|
|
120
|
-
} else {
|
|
121
|
-
t3 = $[31];
|
|
122
|
-
}
|
|
123
|
-
let t4;
|
|
124
|
-
if ($[32] !== children || $[33] !== props || $[34] !== t2 || $[35] !== t3) {
|
|
125
|
-
t4 = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_ThemedPressable.default, {
|
|
126
|
-
scaleRatio: _const.ButtonScaleRatio.Rectangle,
|
|
127
|
-
flexDirection: "row",
|
|
128
|
-
alignItems: "center",
|
|
129
|
-
justifyContent: t2,
|
|
130
|
-
paddingVertical: "s",
|
|
131
|
-
paddingHorizontal: "m",
|
|
132
|
-
...props,
|
|
133
|
-
children: [t3, children]
|
|
134
|
-
});
|
|
135
|
-
$[32] = children;
|
|
136
|
-
$[33] = props;
|
|
137
|
-
$[34] = t2;
|
|
138
|
-
$[35] = t3;
|
|
139
|
-
$[36] = t4;
|
|
140
|
-
} else {
|
|
141
|
-
t4 = $[36];
|
|
142
|
-
}
|
|
143
|
-
return t4;
|
|
144
|
-
};
|
|
145
|
-
var _default = exports.default = ThemedIconTextButton;
|
|
146
|
-
//# sourceMappingURL=ThemedIconTextButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_const","require","_ThemedIconText","_interopRequireDefault","_ThemedPressable","_jsxRuntime","e","__esModule","default","ThemedIconTextButton","t0","$","_compilerRuntime","c","children","flip","iconColor","iconName","iconProps","iconSize","iconStyle","iconTextProps","props","t1","text","textFontSize","textFontWeight","textProps","textStyle","textVariant","textColor","undefined","t2","t3","jsx","t4","jsxs","scaleRatio","ButtonScaleRatio","Rectangle","flexDirection","alignItems","justifyContent","paddingVertical","paddingHorizontal","_default","exports"],"sourceRoot":"../../../../src","sources":["components/button/ThemedIconTextButton.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,35 +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 _reactNative = require("react-native");
|
|
9
|
-
var _button = require("../../hooks/button.js");
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
const ThemedPressable = props => {
|
|
12
|
-
const $ = (0, _compilerRuntime.c)(4);
|
|
13
|
-
const {
|
|
14
|
-
onPress,
|
|
15
|
-
style,
|
|
16
|
-
restyle
|
|
17
|
-
} = (0, _button.useThemedPressable)(props);
|
|
18
|
-
let t0;
|
|
19
|
-
if ($[0] !== onPress || $[1] !== restyle || $[2] !== style) {
|
|
20
|
-
t0 = /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
|
|
21
|
-
onPress: onPress,
|
|
22
|
-
style: style,
|
|
23
|
-
...restyle
|
|
24
|
-
});
|
|
25
|
-
$[0] = onPress;
|
|
26
|
-
$[1] = restyle;
|
|
27
|
-
$[2] = style;
|
|
28
|
-
$[3] = t0;
|
|
29
|
-
} else {
|
|
30
|
-
t0 = $[3];
|
|
31
|
-
}
|
|
32
|
-
return t0;
|
|
33
|
-
};
|
|
34
|
-
var _default = exports.default = ThemedPressable;
|
|
35
|
-
//# sourceMappingURL=ThemedPressable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_button","_jsxRuntime","ThemedPressable","props","$","_compilerRuntime","c","onPress","style","restyle","useThemedPressable","t0","jsx","Pressable","_default","exports","default"],"sourceRoot":"../../../../src","sources":["components/button/ThemedPressable.tsx"],"mappings":";;;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAAwD,IAAAE,WAAA,GAAAF,OAAA;AAGxD,MAAMG,eAAyC,GAAGC,KAAA;EAAA,MAAAC,CAAA,OAAAC,gBAAA,CAAAC,CAAA;EAChD;IAAAC,OAAA;IAAAC,KAAA;IAAAC;EAAA,IAAoC,IAAAC,0BAAkB,EAACP,KAAK,CAAC;EAAC,IAAAQ,EAAA;EAAA,IAAAP,CAAA,QAAAG,OAAA,IAAAH,CAAA,QAAAK,OAAA,IAAAL,CAAA,QAAAI,KAAA;IAEvDG,EAAA,oBAAAV,WAAA,CAAAW,GAAA,EAACd,YAAA,CAAAe,SAAS;MAAUN,OAAO,EAAPA,OAAO;MAASC,KAAK,EAALA,KAAK;MAAA,GAAMC;IAAO,CAAG,CAAC;IAAAL,CAAA,MAAAG,OAAA;IAAAH,CAAA,MAAAK,OAAA;IAAAL,CAAA,MAAAI,KAAA;IAAAJ,CAAA,MAAAO,EAAA;EAAA;IAAAA,EAAA,GAAAP,CAAA;EAAA;EAAA,OAA1DO,EAA0D;AAAA,CAClE;AAAC,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEad,eAAe","ignoreList":[]}
|