@oxyhq/services 6.9.14 → 6.9.15
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/commonjs/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.js +53 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/commonjs/assets/icons/OxyServices.js +52 -13
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/assets/illustrations/HighFive.js +57 -18
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -1
- package/lib/commonjs/index.js +190 -200
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/lib/sonner-safe.js.map +1 -0
- package/lib/commonjs/lib/sonner.js +16 -5
- package/lib/commonjs/lib/sonner.js.map +1 -1
- package/lib/commonjs/lib/sonner.native.js +45 -8
- package/lib/commonjs/lib/sonner.native.js.map +1 -1
- package/lib/commonjs/lib/sonner.web.js +45 -8
- package/lib/commonjs/lib/sonner.web.js.map +1 -1
- package/lib/commonjs/ui/client.js +88 -66
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/ActivityIndicator.js +26 -0
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +1 -0
- package/lib/commonjs/ui/components/Avatar.js +27 -39
- package/lib/commonjs/ui/components/Avatar.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheet.js +20 -0
- package/lib/commonjs/ui/components/BottomSheet.js.map +1 -0
- package/lib/commonjs/ui/components/BottomSheetRouter.js +103 -65
- package/lib/commonjs/ui/components/BottomSheetRouter.js.map +1 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js +30 -0
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +1 -0
- package/lib/commonjs/ui/components/EmptyState.js +13 -10
- package/lib/commonjs/ui/components/EmptyState.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +81 -52
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/FontLoader.js +52 -17
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedItem.js +29 -27
- package/lib/commonjs/ui/components/GroupedItem.js.map +1 -1
- package/lib/commonjs/ui/components/GroupedSection.js +11 -10
- package/lib/commonjs/ui/components/GroupedSection.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +34 -0
- package/lib/commonjs/ui/components/Header.js.map +1 -0
- package/lib/commonjs/ui/components/HelperText.js +26 -0
- package/lib/commonjs/ui/components/HelperText.js.map +1 -0
- package/lib/commonjs/ui/components/Icon.js +12 -12
- package/lib/commonjs/ui/components/Icon.js.map +1 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/commonjs/ui/components/IconButton/utils.js +8 -4
- package/lib/commonjs/ui/components/IconButton/utils.js.map +1 -1
- package/lib/commonjs/ui/components/LoadingState.js +14 -11
- package/lib/commonjs/ui/components/LoadingState.js.map +1 -1
- package/lib/commonjs/ui/components/OxyLogo.js +53 -14
- package/lib/commonjs/ui/components/OxyLogo.js.map +1 -1
- package/lib/commonjs/ui/components/OxyPayButton.js +19 -17
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +35 -31
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -0
- package/lib/commonjs/ui/components/QuickActions.js +16 -16
- package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
- package/lib/commonjs/ui/components/Section.js +15 -12
- package/lib/commonjs/ui/components/Section.js.map +1 -1
- package/lib/commonjs/ui/components/SectionTitle.js +13 -14
- package/lib/commonjs/ui/components/SectionTitle.js.map +1 -1
- package/lib/commonjs/ui/components/SettingRow.js.map +1 -0
- package/lib/commonjs/ui/components/SignInModal.js +132 -115
- package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +85 -71
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/Surface.js +79 -37
- package/lib/commonjs/ui/components/Surface.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +6 -8
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +74 -29
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +27 -23
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +31 -27
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +11 -11
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +1 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +23 -21
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +37 -10
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +2 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +106 -65
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +33 -0
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +1 -0
- package/lib/commonjs/ui/components/TextField/constants.js +35 -25
- package/lib/commonjs/ui/components/TextField/constants.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +44 -43
- package/lib/commonjs/ui/components/TextField/helpers.js.map +1 -1
- package/lib/commonjs/ui/components/TextField/types.js.map +1 -0
- package/lib/commonjs/ui/components/TextField.js +76 -35
- package/lib/commonjs/ui/components/TextField.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +64 -30
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +68 -26
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +10 -6
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/commonjs/ui/components/Typography/types.js +3 -3
- package/lib/commonjs/ui/components/Typography/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js +1 -1
- package/lib/commonjs/ui/components/feedback/feedbackStyles.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/index.js +10 -0
- package/lib/commonjs/ui/components/feedback/index.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -1
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +5 -5
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +13 -14
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +77 -66
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +127 -118
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/styles.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +20 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/commonjs/ui/components/icon/index.js +12 -7
- package/lib/commonjs/ui/components/icon/index.js.map +1 -1
- package/lib/commonjs/ui/components/index.js +62 -54
- package/lib/commonjs/ui/components/index.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +22 -21
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +52 -41
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/modals/index.js +8 -3
- package/lib/commonjs/ui/components/modals/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +89 -70
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/index.js +15 -0
- package/lib/commonjs/ui/components/payment/index.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +10 -10
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/components/payment/types.js.map +1 -1
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +59 -27
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/commonjs/ui/components/styles/overlay.js +4 -6
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -1
- package/lib/commonjs/ui/components/styles/shadow.js +7 -7
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +4 -6
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/components/types.js.map +1 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +43 -3
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +1 -1
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +1 -7
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/commonjs/ui/constants/iconColors.js +12 -16
- package/lib/commonjs/ui/constants/iconColors.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -1
- package/lib/commonjs/ui/constants/theme.js +8 -9
- package/lib/commonjs/ui/constants/theme.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +1 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/ThemeContext.js +27 -4
- package/lib/commonjs/ui/context/ThemeContext.js.map +2 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +27 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/hooks/index.js +27 -26
- package/lib/commonjs/ui/hooks/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +31 -22
- package/lib/commonjs/ui/hooks/mutations/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +83 -106
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +45 -53
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/index.js +50 -39
- package/lib/commonjs/ui/hooks/queries/index.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +6 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +33 -39
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +11 -12
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +28 -32
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/queryClient.js +10 -17
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAssets.js +13 -26
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +23 -28
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +3 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +6 -8
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +10 -10
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +7 -7
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFileFiltering.js +7 -9
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.js +67 -75
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
- package/lib/commonjs/ui/hooks/useFollow.types.js +5 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/commonjs/ui/hooks/useI18n.js +1 -1
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -1
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +16 -17
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js +1 -1
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
- package/lib/commonjs/ui/hooks/useQueryClient.js +2 -2
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +40 -44
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionSocket.js +34 -39
- package/lib/commonjs/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSettingToggle.js +16 -22
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
- package/lib/commonjs/ui/hooks/useStorage.js +6 -6
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js +1 -1
- package/lib/commonjs/ui/hooks/useThemeColors.js.map +1 -1
- package/lib/commonjs/ui/hooks/useThemeStyles.js +12 -13
- package/lib/commonjs/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/commonjs/ui/hooks/useWebSSO.js +11 -19
- package/lib/commonjs/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/commonjs/ui/index.js +61 -51
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/isFrontend.js +2 -2
- package/lib/commonjs/ui/isFrontend.js.map +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +1 -1
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/routes.js +6 -12
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +75 -66
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +164 -133
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +150 -133
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +83 -44
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +19 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +61 -54
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +155 -137
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FollowingListScreen.js +9 -6
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +75 -36
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +79 -43
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +82 -50
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +35 -31
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +23 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/OxyAuthScreen.js +120 -107
- package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +63 -69
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +241 -205
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +114 -81
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +128 -102
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +31 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +69 -32
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +120 -85
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js +91 -72
- package/lib/commonjs/ui/screens/karma/KarmaCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +80 -45
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +29 -29
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +47 -58
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/stores/accountStore.js +1 -1
- package/lib/commonjs/ui/stores/accountStore.js.map +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +13 -16
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +5 -6
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/stores/fileStore.js.map +1 -1
- package/lib/commonjs/ui/stores/followStore.js +3 -10
- package/lib/commonjs/ui/stores/followStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +12 -12
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/fonts.js +18 -19
- package/lib/commonjs/ui/styles/fonts.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js.map +1 -0
- package/lib/commonjs/ui/styles/spacing.js +11 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/ui/styles/theme.js +11 -12
- package/lib/commonjs/ui/styles/theme.js.map +1 -1
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/types/navigation.js.map +1 -1
- package/lib/commonjs/ui/utils/avatarUtils.js +11 -16
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
- package/lib/commonjs/ui/utils/colorUtils.js +17 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/confirmAction.js +1 -1
- package/lib/commonjs/ui/utils/confirmAction.js.map +1 -1
- package/lib/commonjs/ui/utils/errorHandlers.js +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
- package/lib/commonjs/ui/utils/fileManagement.js +22 -38
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/storageHelpers.js +7 -12
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/commonjs/ui/utils/themeUtils.js +15 -0
- package/lib/commonjs/ui/utils/themeUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +6 -9
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -1
- package/lib/commonjs/utils/hookUtils.js +60 -79
- package/lib/commonjs/utils/hookUtils.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.d.ts +28 -0
- package/lib/module/assets/assets/icons/OxyServices.js +53 -0
- package/lib/module/assets/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/module/assets/assets/illustrations/HighFive.js +41 -0
- package/lib/module/assets/icons/OxyServices.js +12 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/illustrations/HighFive.js +15 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/index.js +406 -34
- package/lib/module/index.js.map +1 -1
- package/lib/module/lib/sonner-safe.js +7 -8
- package/lib/module/lib/sonner-safe.js.map +1 -1
- package/lib/module/lib/sonner.js +17 -1
- package/lib/module/lib/sonner.js.map +1 -1
- package/lib/module/lib/sonner.native.js +45 -0
- package/lib/module/lib/sonner.native.js.map +1 -1
- package/lib/module/lib/sonner.web.js +48 -6
- package/lib/module/lib/sonner.web.js.map +1 -1
- package/lib/module/ui/client.js +165 -25
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/ActivityIndicator.js +69 -27
- package/lib/module/ui/components/ActivityIndicator.js.map +1 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +13 -9
- package/lib/module/ui/components/AutoHeightScrollView.js.map +1 -1
- package/lib/module/ui/components/Avatar.js +8 -0
- package/lib/module/ui/components/Avatar.js.map +1 -1
- package/lib/module/ui/components/BottomSheet.js +99 -0
- package/lib/module/ui/components/BottomSheet.js.map +1 -0
- package/lib/module/ui/components/BottomSheetRouter.js +105 -61
- package/lib/module/ui/components/BottomSheetRouter.js.map +1 -1
- package/lib/module/ui/components/CrossFadeIcon.js +60 -16
- package/lib/module/ui/components/CrossFadeIcon.js.map +1 -1
- package/lib/module/ui/components/EmptyState.js +15 -7
- package/lib/module/ui/components/EmptyState.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +84 -50
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FontLoader.js +57 -17
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/GroupedItem.js +31 -27
- package/lib/module/ui/components/GroupedItem.js.map +1 -1
- package/lib/module/ui/components/GroupedSection.js +13 -9
- package/lib/module/ui/components/GroupedSection.js.map +1 -1
- package/lib/module/ui/components/Header.js +102 -57
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/HelperText.js +55 -13
- package/lib/module/ui/components/HelperText.js.map +1 -1
- package/lib/module/ui/components/Icon.js +19 -13
- package/lib/module/ui/components/Icon.js.map +1 -0
- package/lib/module/ui/components/IconButton/IconButton.js +31 -24
- package/lib/module/ui/components/IconButton/IconButton.js.map +1 -0
- package/lib/module/ui/components/IconButton/utils.js +14 -4
- package/lib/module/ui/components/IconButton/utils.js.map +1 -1
- package/lib/module/ui/components/LoadingState.js +12 -0
- package/lib/module/ui/components/LoadingState.js.map +1 -0
- package/lib/module/ui/components/OxyLogo.js +13 -0
- package/lib/module/ui/components/OxyLogo.js.map +1 -1
- package/lib/module/ui/components/OxyPayButton.js +14 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +39 -48
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +42 -37
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +37 -29
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/QuickActions.js +18 -15
- package/lib/module/ui/components/QuickActions.js.map +1 -1
- package/lib/module/ui/components/Section.js +16 -0
- package/lib/module/ui/components/Section.js.map +1 -1
- package/lib/module/ui/components/SectionTitle.js +15 -12
- package/lib/module/ui/components/SectionTitle.js.map +1 -1
- package/lib/module/ui/components/SettingRow.js +17 -0
- package/lib/module/ui/components/SettingRow.js.map +1 -1
- package/lib/module/ui/components/SignInModal.js +142 -115
- package/lib/module/ui/components/SignInModal.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +43 -0
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -0
- package/lib/module/ui/components/Surface.js +82 -34
- package/lib/module/ui/components/Surface.js.map +1 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +8 -0
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +1 -0
- package/lib/module/ui/components/TextField/Addons/Underline.js +12 -8
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +62 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +15 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +33 -28
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +1 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +13 -9
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/types.js +3 -0
- package/lib/module/ui/components/TextField/Adornment/types.js.map +1 -0
- package/lib/module/ui/components/TextField/Adornment/utils.js +7 -2
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +1 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +25 -18
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +1 -0
- package/lib/module/ui/components/TextField/TextFieldFlat.js +109 -63
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +1 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +109 -61
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +1 -1
- package/lib/module/ui/components/TextField/constants.js +23 -0
- package/lib/module/ui/components/TextField/constants.js.map +1 -0
- package/lib/module/ui/components/TextField/helpers.js +69 -50
- package/lib/module/ui/components/TextField/helpers.js.map +1 -1
- package/lib/module/ui/components/TextField/types.js +3 -1
- package/lib/module/ui/components/TextField/types.js.map +1 -1
- package/lib/module/ui/components/TextField.js +64 -0
- package/lib/module/ui/components/TextField.js.map +1 -0
- package/lib/module/ui/components/TouchableRipple/Pressable.js +7 -6
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +67 -28
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +47 -0
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +1 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +16 -6
- package/lib/module/ui/components/TouchableRipple/utils.js.map +1 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +8 -0
- package/lib/module/ui/components/Typography/AnimatedText.js.map +1 -0
- package/lib/module/ui/components/Typography/types.js +7 -3
- package/lib/module/ui/components/Typography/types.js.map +1 -1
- package/lib/module/ui/components/feedback/FormInput.js +20 -12
- package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +10 -0
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +7 -3
- package/lib/module/ui/components/feedback/constants.js.map +1 -1
- package/lib/module/ui/components/feedback/feedbackStyles.js +15 -10
- package/lib/module/ui/components/feedback/feedbackStyles.js.map +1 -1
- package/lib/module/ui/components/feedback/index.js +56 -5
- package/lib/module/ui/components/feedback/index.js.map +1 -1
- package/lib/module/ui/components/feedback/types.js +3 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +11 -6
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -1
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +10 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +72 -67
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +38 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +27 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/fileManagement/styles.js +24 -20
- package/lib/module/ui/components/fileManagement/styles.js.map +1 -1
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +58 -14
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/icon/OxyIcon.js +5 -0
- package/lib/module/ui/components/icon/OxyIcon.js.map +1 -0
- package/lib/module/ui/components/icon/index.js +23 -2
- package/lib/module/ui/components/icon/index.js.map +1 -1
- package/lib/module/ui/components/index.js +111 -0
- package/lib/module/ui/components/index.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +11 -0
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +15 -12
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +48 -40
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/modals/index.js +16 -1
- package/lib/module/ui/components/modals/index.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +77 -69
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +25 -17
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentReviewStep.js +13 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +18 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +29 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +7 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/index.js +73 -0
- package/lib/module/ui/components/payment/index.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +9 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +3 -1
- package/lib/module/ui/components/payment/types.js.map +1 -1
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +62 -25
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -1
- package/lib/module/ui/components/styles/overlay.js +13 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -1
- package/lib/module/ui/components/styles/shadow.js +12 -8
- package/lib/module/ui/components/styles/shadow.js.map +1 -1
- package/lib/module/ui/components/theming.js +9 -6
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/components/types.js +3 -1
- package/lib/module/ui/components/types.js.map +1 -1
- package/lib/module/ui/components/utils/forwardRef.js +40 -0
- package/lib/module/ui/components/utils/forwardRef.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +5 -1
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js +6 -1
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -1
- package/lib/module/ui/components/utils/splitStyles.js +5 -7
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -1
- package/lib/module/ui/constants/iconColors.js +16 -14
- package/lib/module/ui/constants/iconColors.js.map +1 -1
- package/lib/module/ui/constants/spacing.js +24 -25
- package/lib/module/ui/constants/spacing.js.map +1 -1
- package/lib/module/ui/constants/theme.js +7 -4
- package/lib/module/ui/constants/theme.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +17 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/ThemeContext.js +13 -7
- package/lib/module/ui/context/ThemeContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +68 -39
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/index.js +64 -0
- package/lib/module/ui/hooks/index.js.map +1 -0
- package/lib/module/ui/hooks/mutations/index.js +67 -5
- package/lib/module/ui/hooks/mutations/index.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationFactory.js +7 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +92 -109
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +54 -54
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/index.js +114 -0
- package/lib/module/ui/hooks/queries/index.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +39 -36
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +44 -40
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +17 -12
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +37 -33
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -1
- package/lib/module/ui/hooks/queryClient.js +17 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAssets.js +19 -26
- package/lib/module/ui/hooks/useAssets.js.map +1 -1
- package/lib/module/ui/hooks/useAsyncAction.js +20 -16
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +24 -20
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useAvatarPicker.js +16 -13
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
- package/lib/module/ui/hooks/useColorScheme.js +3 -0
- package/lib/module/ui/hooks/useColorScheme.js.map +1 -1
- package/lib/module/ui/hooks/useDeviceManagement.js +16 -11
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -1
- package/lib/module/ui/hooks/useFileDownloadUrl.js +15 -9
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +9 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +75 -77
- package/lib/module/ui/hooks/useFollow.js.map +1 -1
- package/lib/module/ui/hooks/useFollow.types.js +6 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -1
- package/lib/module/ui/hooks/useI18n.js +7 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +22 -18
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +9 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +5 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +46 -45
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/hooks/useSessionSocket.js +15 -0
- package/lib/module/ui/hooks/useSessionSocket.js.map +1 -1
- package/lib/module/ui/hooks/useSettingToggle.js +14 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +12 -7
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useThemeColors.js +14 -10
- package/lib/module/ui/hooks/useThemeColors.js.map +1 -0
- package/lib/module/ui/hooks/useThemeStyles.js +18 -14
- package/lib/module/ui/hooks/useThemeStyles.js.map +1 -1
- package/lib/module/ui/hooks/useWebSSO.js +12 -16
- package/lib/module/ui/hooks/useWebSSO.js.map +1 -1
- package/lib/module/ui/index.js +74 -46
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/isFrontend.js +4 -1
- package/lib/module/ui/isFrontend.js.map +1 -1
- package/lib/module/ui/navigation/bottomSheetManager.js +17 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +8 -14
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +71 -65
- package/lib/module/ui/screens/AccountCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +167 -131
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +88 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js +88 -0
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +86 -42
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/AppInfoScreen.js +79 -76
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +114 -89
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +38 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +58 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +149 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +8 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -1
- package/lib/module/ui/screens/FollowingListScreen.js +12 -4
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +45 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +81 -41
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +71 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +33 -31
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +72 -35
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/OxyAuthScreen.js +50 -0
- package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +28 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +186 -205
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +56 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +102 -101
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +55 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +39 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/SessionManagementScreen.js +81 -89
- package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +21 -18
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +69 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +123 -82
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +29 -26
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js +74 -72
- package/lib/module/ui/screens/karma/KarmaCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +83 -43
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +30 -0
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +81 -80
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/server.js +50 -29
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/stores/accountStore.js +7 -0
- package/lib/module/ui/stores/accountStore.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +24 -14
- package/lib/module/ui/stores/assetStore.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +8 -5
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/stores/fileStore.js +6 -0
- package/lib/module/ui/stores/fileStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +6 -9
- package/lib/module/ui/stores/followStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +17 -12
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/fonts.js +8 -0
- package/lib/module/ui/styles/fonts.js.map +1 -0
- package/lib/module/ui/styles/index.js +26 -4
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +54 -0
- package/lib/module/ui/styles/spacing.js.map +1 -1
- package/lib/module/ui/styles/theme.js +19 -13
- package/lib/module/ui/styles/theme.js.map +1 -1
- package/lib/module/ui/types/fileManagement.js +3 -1
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +3 -1
- package/lib/module/ui/types/navigation.js.map +1 -1
- package/lib/module/ui/utils/avatarUtils.js +5 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +44 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/confirmAction.js +7 -0
- package/lib/module/ui/utils/confirmAction.js.map +1 -1
- package/lib/module/ui/utils/errorHandlers.js +16 -18
- package/lib/module/ui/utils/errorHandlers.js.map +1 -1
- package/lib/module/ui/utils/fileManagement.js +6 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +24 -20
- package/lib/module/ui/utils/iconNames.js.map +1 -1
- package/lib/module/ui/utils/sessionHelpers.js +17 -15
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
- package/lib/module/ui/utils/storageHelpers.js +12 -10
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/ui/utils/themeUtils.js +35 -2
- package/lib/module/ui/utils/themeUtils.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +10 -6
- package/lib/module/ui/utils/userUtils.js.map +1 -1
- package/lib/module/utils/hookUtils.js +82 -83
- package/lib/module/utils/hookUtils.js.map +1 -1
- package/lib/typescript/assets/icons/OxyServices.d.ts +28 -0
- package/lib/typescript/assets/illustrations/HighFive.d.ts +7 -0
- package/lib/typescript/index.d.ts +46 -0
- package/lib/typescript/lib/sonner-safe.d.ts +8 -0
- package/lib/typescript/lib/sonner.d.ts +11 -0
- package/lib/typescript/lib/sonner.native.d.ts +14 -0
- package/lib/typescript/lib/sonner.web.d.ts +14 -0
- package/lib/typescript/ui/client.d.ts +30 -0
- package/lib/typescript/ui/components/ActivityIndicator.d.ts +44 -0
- package/lib/typescript/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/lib/typescript/ui/components/Avatar.d.ts +60 -0
- package/lib/typescript/ui/components/BottomSheet.d.ts +28 -0
- package/lib/typescript/ui/components/BottomSheetRouter.d.ts +8 -0
- package/lib/typescript/ui/components/CrossFadeIcon.d.ts +26 -0
- package/lib/typescript/ui/components/EmptyState.d.ts +7 -0
- package/lib/typescript/ui/components/FollowButton.d.ts +28 -0
- package/lib/typescript/ui/components/FontLoader.d.ts +14 -0
- package/lib/typescript/ui/components/GroupedItem.d.ts +23 -0
- package/lib/typescript/ui/components/GroupedSection.d.ts +29 -0
- package/lib/typescript/ui/components/Header.d.ts +37 -0
- package/lib/typescript/ui/components/HelperText.d.ts +46 -0
- package/lib/typescript/ui/components/Icon.d.ts +59 -0
- package/lib/typescript/ui/components/IconButton/IconButton.d.ts +98 -0
- package/lib/typescript/ui/components/IconButton/utils.d.ts +18 -0
- package/lib/typescript/ui/components/LoadingState.d.ts +8 -0
- package/lib/typescript/ui/components/OxyLogo.d.ts +28 -0
- package/lib/typescript/ui/components/OxyPayButton.d.ts +28 -0
- package/lib/typescript/ui/components/OxyProvider.d.ts +37 -0
- package/lib/typescript/ui/components/OxySignInButton.d.ts +64 -0
- package/lib/typescript/ui/components/ProfileCard.d.ts +17 -0
- package/lib/typescript/ui/components/QuickActions.d.ts +14 -0
- package/lib/typescript/ui/components/Section.d.ts +11 -0
- package/lib/typescript/ui/components/SectionTitle.d.ts +9 -0
- package/lib/typescript/ui/components/SettingRow.d.ts +19 -0
- package/lib/typescript/ui/components/SignInModal.d.ts +17 -0
- package/lib/typescript/ui/components/StepBasedScreen.d.ts +25 -0
- package/lib/typescript/ui/components/Surface.d.ts +75 -0
- package/lib/typescript/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/lib/typescript/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/lib/typescript/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/lib/typescript/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/lib/typescript/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/lib/typescript/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/lib/typescript/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/lib/typescript/ui/components/TextField/constants.d.ts +31 -0
- package/lib/typescript/ui/components/TextField/helpers.d.ts +96 -0
- package/lib/typescript/ui/components/TextField/types.d.ts +155 -0
- package/lib/typescript/ui/components/TextField.d.ts +191 -0
- package/lib/typescript/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/lib/typescript/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/lib/typescript/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/lib/typescript/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/lib/typescript/ui/components/Typography/types.d.ts +18 -0
- package/lib/typescript/ui/components/feedback/FormInput.d.ts +19 -0
- package/lib/typescript/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/lib/typescript/ui/components/feedback/constants.d.ts +4 -0
- package/lib/typescript/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/lib/typescript/ui/components/feedback/index.d.ts +6 -0
- package/lib/typescript/ui/components/feedback/types.d.ts +45 -0
- package/lib/typescript/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/lib/typescript/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/lib/typescript/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/lib/typescript/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/lib/typescript/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/lib/typescript/ui/components/fileManagement/styles.d.ts +859 -0
- package/lib/typescript/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/lib/typescript/ui/components/icon/OxyIcon.d.ts +9 -0
- package/lib/typescript/ui/components/icon/index.d.ts +3 -0
- package/lib/typescript/ui/components/index.d.ts +16 -0
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/lib/typescript/ui/components/internal/PinInput.d.ts +22 -0
- package/lib/typescript/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/lib/typescript/ui/components/modals/index.d.ts +1 -0
- package/lib/typescript/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/lib/typescript/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/lib/typescript/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/lib/typescript/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/lib/typescript/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/lib/typescript/ui/components/payment/constants.d.ts +6 -0
- package/lib/typescript/ui/components/payment/index.d.ts +8 -0
- package/lib/typescript/ui/components/payment/paymentStyles.d.ts +395 -0
- package/lib/typescript/ui/components/payment/types.d.ts +39 -0
- package/lib/typescript/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/lib/typescript/ui/components/styles/overlay.d.ts +3 -0
- package/lib/typescript/ui/components/styles/shadow.d.ts +2 -0
- package/lib/typescript/ui/components/theming.d.ts +7 -0
- package/lib/typescript/ui/components/types.d.ts +80 -0
- package/lib/typescript/ui/components/utils/forwardRef.d.ts +11 -0
- package/lib/typescript/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/lib/typescript/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/lib/typescript/ui/components/utils/splitStyles.d.ts +19 -0
- package/lib/typescript/ui/constants/iconColors.d.ts +129 -0
- package/lib/typescript/ui/constants/spacing.d.ts +32 -0
- package/lib/typescript/ui/constants/theme.d.ts +96 -0
- package/lib/typescript/ui/context/OxyContext.d.ts +75 -0
- package/lib/typescript/ui/context/ThemeContext.d.ts +18 -0
- package/lib/typescript/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/lib/typescript/ui/hooks/index.d.ts +6 -0
- package/lib/typescript/ui/hooks/mutations/index.d.ts +8 -0
- package/lib/typescript/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/lib/typescript/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/lib/typescript/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/lib/typescript/ui/hooks/queries/index.d.ts +10 -0
- package/lib/typescript/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/lib/typescript/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/lib/typescript/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/lib/typescript/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/lib/typescript/ui/hooks/queryClient.d.ts +18 -0
- package/lib/typescript/ui/hooks/useAssets.d.ts +34 -0
- package/lib/typescript/ui/hooks/useAsyncAction.d.ts +50 -0
- package/lib/typescript/ui/hooks/useAuth.d.ts +77 -0
- package/lib/typescript/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/lib/typescript/ui/hooks/useColorScheme.d.ts +7 -0
- package/lib/typescript/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/lib/typescript/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/lib/typescript/ui/hooks/useFileFiltering.d.ts +28 -0
- package/lib/typescript/ui/hooks/useFollow.d.ts +92 -0
- package/lib/typescript/ui/hooks/useFollow.types.d.ts +32 -0
- package/lib/typescript/ui/hooks/useI18n.d.ts +4 -0
- package/lib/typescript/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/lib/typescript/ui/hooks/useProfileEditing.d.ts +35 -0
- package/lib/typescript/ui/hooks/useQueryClient.d.ts +6 -0
- package/lib/typescript/ui/hooks/useSessionManagement.d.ts +40 -0
- package/lib/typescript/ui/hooks/useSessionSocket.d.ts +14 -0
- package/lib/typescript/ui/hooks/useSettingToggle.d.ts +56 -0
- package/lib/typescript/ui/hooks/useStorage.d.ts +15 -0
- package/lib/typescript/ui/hooks/useThemeColors.d.ts +93 -0
- package/lib/typescript/ui/hooks/useThemeStyles.d.ts +44 -0
- package/lib/typescript/ui/hooks/useWebSSO.d.ts +57 -0
- package/lib/typescript/ui/index.d.ts +23 -0
- package/lib/typescript/ui/isFrontend.d.ts +2 -0
- package/lib/typescript/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/lib/typescript/ui/navigation/routes.d.ts +5 -0
- package/lib/typescript/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/lib/typescript/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/AppInfoScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/FAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FeedbackScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FileManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/FollowersListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/FollowingListScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/lib/typescript/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/lib/typescript/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/ProfileScreen.d.ts +8 -0
- package/lib/typescript/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/UserLinksScreen.d.ts +14 -0
- package/lib/typescript/ui/screens/UserListScreen.d.ts +10 -0
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/lib/typescript/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/lib/typescript/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/lib/typescript/ui/server.d.ts +40 -0
- package/lib/typescript/ui/stores/accountStore.d.ts +26 -0
- package/lib/typescript/ui/stores/assetStore.d.ts +53 -0
- package/lib/typescript/ui/stores/authStore.d.ts +16 -0
- package/lib/typescript/ui/stores/fileStore.d.ts +30 -0
- package/lib/typescript/ui/stores/followStore.d.ts +24 -0
- package/lib/typescript/ui/styles/authStyles.d.ts +331 -0
- package/lib/typescript/ui/styles/fonts.d.ts +20 -0
- package/lib/typescript/ui/styles/index.d.ts +4 -0
- package/lib/typescript/ui/styles/spacing.d.ts +48 -0
- package/lib/typescript/ui/styles/theme.d.ts +67 -0
- package/lib/typescript/ui/types/fileManagement.d.ts +40 -0
- package/lib/typescript/ui/types/navigation.d.ts +36 -0
- package/lib/typescript/ui/utils/avatarUtils.d.ts +22 -0
- package/lib/typescript/ui/utils/colorUtils.d.ts +9 -0
- package/lib/typescript/ui/utils/confirmAction.d.ts +6 -0
- package/lib/typescript/ui/utils/errorHandlers.d.ts +34 -0
- package/lib/typescript/ui/utils/fileManagement.d.ts +86 -0
- package/lib/typescript/ui/utils/iconNames.d.ts +111 -0
- package/lib/typescript/ui/utils/sessionHelpers.d.ts +64 -0
- package/lib/typescript/ui/utils/storageHelpers.d.ts +27 -0
- package/lib/typescript/ui/utils/themeUtils.d.ts +10 -0
- package/lib/typescript/ui/utils/userUtils.d.ts +28 -0
- package/lib/typescript/utils/hookUtils.d.ts +101 -0
- package/package.json +3 -3
- package/src/assets/icons/OxyServices.d.ts +28 -0
- package/src/assets/icons/OxyServices.js +53 -0
- package/src/assets/illustrations/HighFive.d.ts +7 -0
- package/src/assets/illustrations/HighFive.js +41 -0
- package/src/index.d.ts +46 -0
- package/src/index.js +127 -0
- package/src/lib/sonner-safe.d.ts +8 -0
- package/src/lib/sonner-safe.js +28 -0
- package/src/lib/sonner.d.ts +11 -0
- package/src/lib/sonner.js +16 -0
- package/src/lib/sonner.native.d.ts +14 -0
- package/src/lib/sonner.native.js +46 -0
- package/src/lib/sonner.web.d.ts +14 -0
- package/src/lib/sonner.web.js +46 -0
- package/src/ui/client.d.ts +30 -0
- package/src/ui/client.js +64 -0
- package/src/ui/components/ActivityIndicator.d.ts +44 -0
- package/src/ui/components/ActivityIndicator.js +184 -0
- package/src/ui/components/AutoHeightScrollView.d.ts +22 -0
- package/src/ui/components/AutoHeightScrollView.js +33 -0
- package/src/ui/components/Avatar.d.ts +60 -0
- package/src/ui/components/Avatar.js +146 -0
- package/src/ui/components/BottomSheet.d.ts +28 -0
- package/src/ui/components/BottomSheet.js +374 -0
- package/src/ui/components/BottomSheetRouter.d.ts +8 -0
- package/src/ui/components/BottomSheetRouter.js +211 -0
- package/src/ui/components/CrossFadeIcon.d.ts +26 -0
- package/src/ui/components/CrossFadeIcon.js +111 -0
- package/src/ui/components/EmptyState.d.ts +7 -0
- package/src/ui/components/EmptyState.js +27 -0
- package/src/ui/components/FollowButton.d.ts +28 -0
- package/src/ui/components/FollowButton.js +197 -0
- package/src/ui/components/FontLoader.d.ts +14 -0
- package/src/ui/components/FontLoader.js +185 -0
- package/src/ui/components/GroupedItem.d.ts +23 -0
- package/src/ui/components/GroupedItem.js +84 -0
- package/src/ui/components/GroupedSection.d.ts +29 -0
- package/src/ui/components/GroupedSection.js +13 -0
- package/src/ui/components/Header.d.ts +37 -0
- package/src/ui/components/Header.js +400 -0
- package/src/ui/components/HelperText.d.ts +46 -0
- package/src/ui/components/HelperText.js +119 -0
- package/src/ui/components/Icon.d.ts +59 -0
- package/src/ui/components/Icon.js +108 -0
- package/src/ui/components/IconButton/IconButton.d.ts +98 -0
- package/src/ui/components/IconButton/IconButton.js +90 -0
- package/src/ui/components/IconButton/utils.d.ts +18 -0
- package/src/ui/components/IconButton/utils.js +119 -0
- package/src/ui/components/LoadingState.d.ts +8 -0
- package/src/ui/components/LoadingState.js +29 -0
- package/src/ui/components/OxyLogo.d.ts +28 -0
- package/src/ui/components/OxyLogo.js +53 -0
- package/src/ui/components/OxyPayButton.d.ts +28 -0
- package/src/ui/components/OxyPayButton.js +76 -0
- package/src/ui/components/OxyProvider.d.ts +37 -0
- package/src/ui/components/OxyProvider.js +197 -0
- package/src/ui/components/OxySignInButton.d.ts +64 -0
- package/src/ui/components/OxySignInButton.js +145 -0
- package/src/ui/components/ProfileCard.d.ts +17 -0
- package/src/ui/components/ProfileCard.js +82 -0
- package/src/ui/components/QuickActions.d.ts +14 -0
- package/src/ui/components/QuickActions.js +62 -0
- package/src/ui/components/Section.d.ts +11 -0
- package/src/ui/components/Section.js +24 -0
- package/src/ui/components/SectionTitle.d.ts +9 -0
- package/src/ui/components/SectionTitle.js +21 -0
- package/src/ui/components/SettingRow.d.ts +19 -0
- package/src/ui/components/SettingRow.js +38 -0
- package/src/ui/components/SignInModal.d.ts +17 -0
- package/src/ui/components/SignInModal.js +428 -0
- package/src/ui/components/StepBasedScreen.d.ts +25 -0
- package/src/ui/components/StepBasedScreen.js +372 -0
- package/src/ui/components/Surface.d.ts +75 -0
- package/src/ui/components/Surface.js +239 -0
- package/src/ui/components/TextField/Addons/Outline.d.ts +15 -0
- package/src/ui/components/TextField/Addons/Outline.js +30 -0
- package/src/ui/components/TextField/Addons/Underline.d.ts +18 -0
- package/src/ui/components/TextField/Addons/Underline.js +45 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +44 -0
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.js +132 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.d.ts +72 -0
- package/src/ui/components/TextField/Adornment/TextFieldAffix.js +88 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.d.ts +77 -0
- package/src/ui/components/TextField/Adornment/TextFieldIcon.js +91 -0
- package/src/ui/components/TextField/Adornment/enums.d.ts +12 -0
- package/src/ui/components/TextField/Adornment/enums.js +18 -0
- package/src/ui/components/TextField/Adornment/types.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/types.js +2 -0
- package/src/ui/components/TextField/Adornment/utils.d.ts +11 -0
- package/src/ui/components/TextField/Adornment/utils.js +50 -0
- package/src/ui/components/TextField/Label/InputLabel.d.ts +4 -0
- package/src/ui/components/TextField/Label/InputLabel.js +125 -0
- package/src/ui/components/TextField/Label/LabelBackground.d.ts +3 -0
- package/src/ui/components/TextField/Label/LabelBackground.js +71 -0
- package/src/ui/components/TextField/TextFieldFlat.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldFlat.js +347 -0
- package/src/ui/components/TextField/TextFieldOutlined.d.ts +3 -0
- package/src/ui/components/TextField/TextFieldOutlined.js +313 -0
- package/src/ui/components/TextField/constants.d.ts +31 -0
- package/src/ui/components/TextField/constants.js +40 -0
- package/src/ui/components/TextField/helpers.d.ts +96 -0
- package/src/ui/components/TextField/helpers.js +388 -0
- package/src/ui/components/TextField/types.d.ts +155 -0
- package/src/ui/components/TextField/types.js +2 -0
- package/src/ui/components/TextField.d.ts +191 -0
- package/src/ui/components/TextField.js +291 -0
- package/src/ui/components/TouchableRipple/Pressable.d.ts +12 -0
- package/src/ui/components/TouchableRipple/Pressable.js +5 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.d.ts +61 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.js +246 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.d.ts +24 -0
- package/src/ui/components/TouchableRipple/TouchableRipple.native.js +99 -0
- package/src/ui/components/TouchableRipple/utils.d.ts +10 -0
- package/src/ui/components/TouchableRipple/utils.js +40 -0
- package/src/ui/components/Typography/AnimatedText.d.ts +34 -0
- package/src/ui/components/Typography/AnimatedText.js +49 -0
- package/src/ui/components/Typography/types.d.ts +18 -0
- package/src/ui/components/Typography/types.js +22 -0
- package/src/ui/components/feedback/FormInput.d.ts +19 -0
- package/src/ui/components/feedback/FormInput.js +26 -0
- package/src/ui/components/feedback/ProgressIndicator.d.ts +10 -0
- package/src/ui/components/feedback/ProgressIndicator.js +16 -0
- package/src/ui/components/feedback/constants.d.ts +4 -0
- package/src/ui/components/feedback/constants.js +21 -0
- package/src/ui/components/feedback/feedbackStyles.d.ts +279 -0
- package/src/ui/components/feedback/feedbackStyles.js +250 -0
- package/src/ui/components/feedback/index.d.ts +6 -0
- package/src/ui/components/feedback/index.js +18 -0
- package/src/ui/components/feedback/types.d.ts +45 -0
- package/src/ui/components/feedback/types.js +2 -0
- package/src/ui/components/feedback/useFeedbackForm.d.ts +8 -0
- package/src/ui/components/feedback/useFeedbackForm.js +42 -0
- package/src/ui/components/fileManagement/AnimatedButton.d.ts +15 -0
- package/src/ui/components/fileManagement/AnimatedButton.js +29 -0
- package/src/ui/components/fileManagement/FileDetailsModal.d.ts +14 -0
- package/src/ui/components/fileManagement/FileDetailsModal.js +22 -0
- package/src/ui/components/fileManagement/FileViewer.d.ts +17 -0
- package/src/ui/components/fileManagement/FileViewer.js +138 -0
- package/src/ui/components/fileManagement/UploadPreview.d.ts +20 -0
- package/src/ui/components/fileManagement/UploadPreview.js +35 -0
- package/src/ui/components/fileManagement/styles.d.ts +859 -0
- package/src/ui/components/fileManagement/styles.js +861 -0
- package/src/ui/components/icon/FAIRWalletIcon.d.ts +8 -0
- package/src/ui/components/icon/FAIRWalletIcon.js +54 -0
- package/src/ui/components/icon/OxyIcon.d.ts +9 -0
- package/src/ui/components/icon/OxyIcon.js +9 -0
- package/src/ui/components/icon/index.d.ts +3 -0
- package/src/ui/components/icon/index.js +10 -0
- package/src/ui/components/index.d.ts +16 -0
- package/src/ui/components/index.js +42 -0
- package/src/ui/components/internal/GroupedPillButtons.d.ts +23 -0
- package/src/ui/components/internal/GroupedPillButtons.js +149 -0
- package/src/ui/components/internal/PinInput.d.ts +22 -0
- package/src/ui/components/internal/PinInput.js +76 -0
- package/src/ui/components/modals/DeleteAccountModal.d.ts +18 -0
- package/src/ui/components/modals/DeleteAccountModal.js +154 -0
- package/src/ui/components/modals/index.d.ts +1 -0
- package/src/ui/components/modals/index.js +8 -0
- package/src/ui/components/payment/PaymentDetailsStep.d.ts +20 -0
- package/src/ui/components/payment/PaymentDetailsStep.js +65 -0
- package/src/ui/components/payment/PaymentMethodStep.d.ts +13 -0
- package/src/ui/components/payment/PaymentMethodStep.js +54 -0
- package/src/ui/components/payment/PaymentReviewStep.d.ts +15 -0
- package/src/ui/components/payment/PaymentReviewStep.js +88 -0
- package/src/ui/components/payment/PaymentSuccessStep.d.ts +9 -0
- package/src/ui/components/payment/PaymentSuccessStep.js +35 -0
- package/src/ui/components/payment/PaymentSummaryStep.d.ts +14 -0
- package/src/ui/components/payment/PaymentSummaryStep.js +60 -0
- package/src/ui/components/payment/constants.d.ts +6 -0
- package/src/ui/components/payment/constants.js +38 -0
- package/src/ui/components/payment/index.d.ts +8 -0
- package/src/ui/components/payment/index.js +24 -0
- package/src/ui/components/payment/paymentStyles.d.ts +395 -0
- package/src/ui/components/payment/paymentStyles.js +399 -0
- package/src/ui/components/payment/types.d.ts +39 -0
- package/src/ui/components/payment/types.js +2 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.d.ts +26 -0
- package/src/ui/components/photogrid/JustifiedPhotoGrid.js +122 -0
- package/src/ui/components/styles/overlay.d.ts +3 -0
- package/src/ui/components/styles/overlay.js +81 -0
- package/src/ui/components/styles/shadow.d.ts +2 -0
- package/src/ui/components/styles/shadow.js +123 -0
- package/src/ui/components/theming.d.ts +7 -0
- package/src/ui/components/theming.js +111 -0
- package/src/ui/components/types.d.ts +80 -0
- package/src/ui/components/types.js +2 -0
- package/src/ui/components/utils/forwardRef.d.ts +11 -0
- package/src/ui/components/utils/forwardRef.js +46 -0
- package/src/ui/components/utils/hasTouchHandler.d.ts +5 -0
- package/src/ui/components/utils/hasTouchHandler.js +14 -0
- package/src/ui/components/utils/roundLayoutSize.d.ts +1 -0
- package/src/ui/components/utils/roundLayoutSize.js +5 -0
- package/src/ui/components/utils/splitStyles.d.ts +19 -0
- package/src/ui/components/utils/splitStyles.js +40 -0
- package/src/ui/constants/iconColors.d.ts +129 -0
- package/src/ui/constants/iconColors.js +76 -0
- package/src/ui/constants/spacing.d.ts +32 -0
- package/src/ui/constants/spacing.js +40 -0
- package/src/ui/constants/theme.d.ts +96 -0
- package/src/ui/constants/theme.js +118 -0
- package/src/ui/context/OxyContext.d.ts +75 -0
- package/src/ui/context/OxyContext.js +522 -0
- package/src/ui/context/ThemeContext.d.ts +18 -0
- package/src/ui/context/ThemeContext.js +25 -0
- package/src/ui/context/hooks/useAuthOperations.d.ts +39 -0
- package/src/ui/context/hooks/useAuthOperations.js +318 -0
- package/src/ui/hooks/index.d.ts +6 -0
- package/src/ui/hooks/index.js +19 -0
- package/src/ui/hooks/mutations/index.d.ts +8 -0
- package/src/ui/hooks/mutations/index.js +23 -0
- package/src/ui/hooks/mutations/mutationFactory.d.ts +75 -0
- package/src/ui/hooks/mutations/mutationFactory.js +126 -0
- package/src/ui/hooks/mutations/useAccountMutations.d.ts +42 -0
- package/src/ui/hooks/mutations/useAccountMutations.js +274 -0
- package/src/ui/hooks/mutations/useServicesMutations.d.ts +22 -0
- package/src/ui/hooks/mutations/useServicesMutations.js +149 -0
- package/src/ui/hooks/queries/index.d.ts +10 -0
- package/src/ui/hooks/queries/index.js +35 -0
- package/src/ui/hooks/queries/queryKeys.d.ts +64 -0
- package/src/ui/hooks/queries/queryKeys.js +82 -0
- package/src/ui/hooks/queries/useAccountQueries.d.ts +42 -0
- package/src/ui/hooks/queries/useAccountQueries.js +141 -0
- package/src/ui/hooks/queries/useSecurityQueries.d.ts +14 -0
- package/src/ui/hooks/queries/useSecurityQueries.js +45 -0
- package/src/ui/hooks/queries/useServicesQueries.d.ts +30 -0
- package/src/ui/hooks/queries/useServicesQueries.js +113 -0
- package/src/ui/hooks/queryClient.d.ts +18 -0
- package/src/ui/hooks/queryClient.js +111 -0
- package/src/ui/hooks/useAssets.d.ts +34 -0
- package/src/ui/hooks/useAssets.js +204 -0
- package/src/ui/hooks/useAsyncAction.d.ts +50 -0
- package/src/ui/hooks/useAsyncAction.js +77 -0
- package/src/ui/hooks/useAuth.d.ts +77 -0
- package/src/ui/hooks/useAuth.js +135 -0
- package/src/ui/hooks/useAvatarPicker.d.ts +24 -0
- package/src/ui/hooks/useAvatarPicker.js +44 -0
- package/src/ui/hooks/useColorScheme.d.ts +7 -0
- package/src/ui/hooks/useColorScheme.js +23 -0
- package/src/ui/hooks/useDeviceManagement.d.ts +26 -0
- package/src/ui/hooks/useDeviceManagement.js +69 -0
- package/src/ui/hooks/useFileDownloadUrl.d.ts +21 -0
- package/src/ui/hooks/useFileDownloadUrl.js +104 -0
- package/src/ui/hooks/useFileFiltering.d.ts +28 -0
- package/src/ui/hooks/useFileFiltering.js +80 -0
- package/src/ui/hooks/useFollow.d.ts +92 -0
- package/src/ui/hooks/useFollow.js +216 -0
- package/src/ui/hooks/useFollow.types.d.ts +32 -0
- package/src/ui/hooks/useFollow.types.js +4 -0
- package/src/ui/hooks/useI18n.d.ts +4 -0
- package/src/ui/hooks/useI18n.js +13 -0
- package/src/ui/hooks/useLanguageManagement.d.ts +24 -0
- package/src/ui/hooks/useLanguageManagement.js +108 -0
- package/src/ui/hooks/useProfileEditing.d.ts +35 -0
- package/src/ui/hooks/useProfileEditing.js +101 -0
- package/src/ui/hooks/useQueryClient.d.ts +6 -0
- package/src/ui/hooks/useQueryClient.js +16 -0
- package/src/ui/hooks/useSessionManagement.d.ts +40 -0
- package/src/ui/hooks/useSessionManagement.js +312 -0
- package/src/ui/hooks/useSessionSocket.d.ts +14 -0
- package/src/ui/hooks/useSessionSocket.js +209 -0
- package/src/ui/hooks/useSettingToggle.d.ts +56 -0
- package/src/ui/hooks/useSettingToggle.js +97 -0
- package/src/ui/hooks/useStorage.d.ts +15 -0
- package/src/ui/hooks/useStorage.js +40 -0
- package/src/ui/hooks/useThemeColors.d.ts +93 -0
- package/src/ui/hooks/useThemeColors.js +27 -0
- package/src/ui/hooks/useThemeStyles.d.ts +44 -0
- package/src/ui/hooks/useThemeStyles.js +63 -0
- package/src/ui/hooks/useWebSSO.d.ts +57 -0
- package/src/ui/hooks/useWebSSO.js +146 -0
- package/src/ui/index.d.ts +23 -0
- package/src/ui/index.js +97 -0
- package/src/ui/isFrontend.d.ts +2 -0
- package/src/ui/isFrontend.js +6 -0
- package/src/ui/navigation/bottomSheetManager.d.ts +26 -0
- package/src/ui/navigation/bottomSheetManager.js +68 -0
- package/src/ui/navigation/routes.d.ts +5 -0
- package/src/ui/navigation/routes.js +75 -0
- package/src/ui/screens/AccountCenterScreen.d.ts +4 -0
- package/src/ui/screens/AccountCenterScreen.js +202 -0
- package/src/ui/screens/AccountOverviewScreen.d.ts +4 -0
- package/src/ui/screens/AccountOverviewScreen.js +648 -0
- package/src/ui/screens/AccountSettingsScreen.d.ts +7 -0
- package/src/ui/screens/AccountSettingsScreen.js +480 -0
- package/src/ui/screens/AccountSwitcherScreen.d.ts +4 -0
- package/src/ui/screens/AccountSwitcherScreen.js +482 -0
- package/src/ui/screens/AccountVerificationScreen.d.ts +4 -0
- package/src/ui/screens/AccountVerificationScreen.js +164 -0
- package/src/ui/screens/AppInfoScreen.d.ts +4 -0
- package/src/ui/screens/AppInfoScreen.js +373 -0
- package/src/ui/screens/EditProfileFieldScreen.d.ts +12 -0
- package/src/ui/screens/EditProfileFieldScreen.js +549 -0
- package/src/ui/screens/FAQScreen.d.ts +4 -0
- package/src/ui/screens/FAQScreen.js +182 -0
- package/src/ui/screens/FeedbackScreen.d.ts +4 -0
- package/src/ui/screens/FeedbackScreen.js +160 -0
- package/src/ui/screens/FileManagementScreen.d.ts +4 -0
- package/src/ui/screens/FileManagementScreen.js +1473 -0
- package/src/ui/screens/FollowersListScreen.d.ts +8 -0
- package/src/ui/screens/FollowersListScreen.js +11 -0
- package/src/ui/screens/FollowingListScreen.d.ts +8 -0
- package/src/ui/screens/FollowingListScreen.js +11 -0
- package/src/ui/screens/HelpSupportScreen.d.ts +4 -0
- package/src/ui/screens/HelpSupportScreen.js +140 -0
- package/src/ui/screens/HistoryViewScreen.d.ts +4 -0
- package/src/ui/screens/HistoryViewScreen.js +225 -0
- package/src/ui/screens/LanguageSelectorScreen.d.ts +6 -0
- package/src/ui/screens/LanguageSelectorScreen.js +178 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.d.ts +4 -0
- package/src/ui/screens/LearnMoreUsernamesScreen.js +150 -0
- package/src/ui/screens/LegalDocumentsScreen.d.ts +4 -0
- package/src/ui/screens/LegalDocumentsScreen.js +185 -0
- package/src/ui/screens/OxyAuthScreen.d.ts +16 -0
- package/src/ui/screens/OxyAuthScreen.js +431 -0
- package/src/ui/screens/PaymentGatewayScreen.d.ts +14 -0
- package/src/ui/screens/PaymentGatewayScreen.js +171 -0
- package/src/ui/screens/PremiumSubscriptionScreen.d.ts +4 -0
- package/src/ui/screens/PremiumSubscriptionScreen.js +1080 -0
- package/src/ui/screens/PrivacySettingsScreen.d.ts +4 -0
- package/src/ui/screens/PrivacySettingsScreen.js +252 -0
- package/src/ui/screens/ProfileScreen.d.ts +8 -0
- package/src/ui/screens/ProfileScreen.js +254 -0
- package/src/ui/screens/SavesCollectionsScreen.d.ts +4 -0
- package/src/ui/screens/SavesCollectionsScreen.js +150 -0
- package/src/ui/screens/SearchSettingsScreen.d.ts +4 -0
- package/src/ui/screens/SearchSettingsScreen.js +109 -0
- package/src/ui/screens/SessionManagementScreen.d.ts +4 -0
- package/src/ui/screens/SessionManagementScreen.js +320 -0
- package/src/ui/screens/UserLinksScreen.d.ts +14 -0
- package/src/ui/screens/UserLinksScreen.js +57 -0
- package/src/ui/screens/UserListScreen.d.ts +10 -0
- package/src/ui/screens/UserListScreen.js +249 -0
- package/src/ui/screens/WelcomeNewUserScreen.d.ts +12 -0
- package/src/ui/screens/WelcomeNewUserScreen.js +304 -0
- package/src/ui/screens/karma/KarmaAboutScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaAboutScreen.js +39 -0
- package/src/ui/screens/karma/KarmaCenterScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaCenterScreen.js +159 -0
- package/src/ui/screens/karma/KarmaFAQScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaFAQScreen.js +143 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaLeaderboardScreen.js +56 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRewardsScreen.js +460 -0
- package/src/ui/screens/karma/KarmaRulesScreen.d.ts +4 -0
- package/src/ui/screens/karma/KarmaRulesScreen.js +47 -0
- package/src/ui/server.d.ts +40 -0
- package/src/ui/server.js +57 -0
- package/src/ui/stores/accountStore.d.ts +26 -0
- package/src/ui/stores/accountStore.js +196 -0
- package/src/ui/stores/assetStore.d.ts +53 -0
- package/src/ui/stores/assetStore.js +192 -0
- package/src/ui/stores/authStore.d.ts +16 -0
- package/src/ui/stores/authStore.js +47 -0
- package/src/ui/stores/fileStore.d.ts +30 -0
- package/src/ui/stores/fileStore.js +113 -0
- package/src/ui/stores/followStore.d.ts +24 -0
- package/src/ui/stores/followStore.js +154 -0
- package/src/ui/styles/authStyles.d.ts +331 -0
- package/src/ui/styles/authStyles.js +332 -0
- package/src/ui/styles/fonts.d.ts +20 -0
- package/src/ui/styles/fonts.js +72 -0
- package/src/ui/styles/index.d.ts +4 -0
- package/src/ui/styles/index.js +20 -0
- package/src/ui/styles/spacing.d.ts +48 -0
- package/src/ui/styles/spacing.js +63 -0
- package/src/ui/styles/theme.d.ts +67 -0
- package/src/ui/styles/theme.js +114 -0
- package/src/ui/types/fileManagement.d.ts +40 -0
- package/src/ui/types/fileManagement.js +2 -0
- package/src/ui/types/navigation.d.ts +36 -0
- package/src/ui/types/navigation.js +2 -0
- package/src/ui/utils/avatarUtils.d.ts +22 -0
- package/src/ui/utils/avatarUtils.js +52 -0
- package/src/ui/utils/colorUtils.d.ts +9 -0
- package/src/ui/utils/colorUtils.js +19 -0
- package/src/ui/utils/confirmAction.d.ts +6 -0
- package/src/ui/utils/confirmAction.js +22 -0
- package/src/ui/utils/errorHandlers.d.ts +34 -0
- package/src/ui/utils/errorHandlers.js +128 -0
- package/src/ui/utils/fileManagement.d.ts +86 -0
- package/src/ui/utils/fileManagement.js +238 -0
- package/src/ui/utils/iconNames.d.ts +111 -0
- package/src/ui/utils/iconNames.js +124 -0
- package/src/ui/utils/sessionHelpers.d.ts +64 -0
- package/src/ui/utils/sessionHelpers.js +90 -0
- package/src/ui/utils/storageHelpers.d.ts +27 -0
- package/src/ui/utils/storageHelpers.js +114 -0
- package/src/ui/utils/themeUtils.d.ts +10 -0
- package/src/ui/utils/themeUtils.js +17 -0
- package/src/ui/utils/userUtils.d.ts +28 -0
- package/src/ui/utils/userUtils.js +54 -0
- package/src/utils/hookUtils.d.ts +101 -0
- package/src/utils/hookUtils.js +373 -0
|
@@ -1,13 +1,57 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
Object.defineProperty(o, k2, desc);
|
|
15
|
+
} : function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
o[k2] = m[k];
|
|
18
|
+
});
|
|
19
|
+
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
+
Object.defineProperty(o, "default", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
value: v
|
|
23
|
+
});
|
|
24
|
+
} : function (o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = this && this.__importStar || function () {
|
|
28
|
+
var ownKeys = function (o) {
|
|
29
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
+
var ar = [];
|
|
31
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
+
return ar;
|
|
33
|
+
};
|
|
34
|
+
return ownKeys(o);
|
|
35
|
+
};
|
|
36
|
+
return function (mod) {
|
|
37
|
+
if (mod && mod.__esModule) return mod;
|
|
38
|
+
var result = {};
|
|
39
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
return result;
|
|
42
|
+
};
|
|
43
|
+
}();
|
|
44
|
+
Object.defineProperty(exports, "__esModule", {
|
|
45
|
+
value: true
|
|
46
|
+
});
|
|
47
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
48
|
+
const react_1 = __importStar(require("react"));
|
|
49
|
+
const react_native_1 = require("react-native");
|
|
50
|
+
const sonner_1 = require("../../lib/sonner");
|
|
51
|
+
const components_1 = require("../components");
|
|
52
|
+
const useI18n_1 = require("../hooks/useI18n");
|
|
53
|
+
const useThemeStyles_1 = require("../hooks/useThemeStyles");
|
|
54
|
+
const useColorScheme_1 = require("../hooks/useColorScheme");
|
|
11
55
|
const LegalDocumentsScreen = ({
|
|
12
56
|
onClose,
|
|
13
57
|
theme,
|
|
@@ -16,11 +60,10 @@ const LegalDocumentsScreen = ({
|
|
|
16
60
|
}) => {
|
|
17
61
|
const {
|
|
18
62
|
t
|
|
19
|
-
} = useI18n();
|
|
20
|
-
const [loading, setLoading] = useState(false);
|
|
21
|
-
const colorScheme = useColorScheme();
|
|
22
|
-
const themeStyles = useThemeStyles(theme || 'light', colorScheme);
|
|
23
|
-
|
|
63
|
+
} = (0, useI18n_1.useI18n)();
|
|
64
|
+
const [loading, setLoading] = (0, react_1.useState)(false);
|
|
65
|
+
const colorScheme = (0, useColorScheme_1.useColorScheme)();
|
|
66
|
+
const themeStyles = (0, useThemeStyles_1.useThemeStyles)(theme || 'light', colorScheme);
|
|
24
67
|
// Policy URLs from Oxy Transparency Center
|
|
25
68
|
const POLICY_URLS = {
|
|
26
69
|
privacy: 'https://oxy.so/company/transparency/policies/privacy',
|
|
@@ -31,40 +74,36 @@ const LegalDocumentsScreen = ({
|
|
|
31
74
|
childSafety: 'https://oxy.so/company/transparency/policies/child-safety',
|
|
32
75
|
cookie: 'https://oxy.so/company/transparency/policies/cookies'
|
|
33
76
|
};
|
|
34
|
-
|
|
35
77
|
// Determine which document to show based on initialStep
|
|
36
78
|
const documentType = initialStep === 1 ? 'privacy' : initialStep === 2 ? 'terms' : initialStep === 3 ? 'community' : initialStep === 4 ? 'dataRetention' : initialStep === 5 ? 'contentModeration' : initialStep === 6 ? 'childSafety' : initialStep === 7 ? 'cookie' : null;
|
|
37
|
-
|
|
38
79
|
// Generic handler to open any policy URL
|
|
39
|
-
const handleOpenPolicy = useCallback(policyKey => {
|
|
80
|
+
const handleOpenPolicy = (0, react_1.useCallback)(policyKey => {
|
|
40
81
|
return async () => {
|
|
41
82
|
try {
|
|
42
83
|
setLoading(true);
|
|
43
84
|
const url = POLICY_URLS[policyKey];
|
|
44
|
-
const canOpen = await Linking.canOpenURL(url);
|
|
85
|
+
const canOpen = await react_native_1.Linking.canOpenURL(url);
|
|
45
86
|
if (canOpen) {
|
|
46
|
-
await Linking.openURL(url);
|
|
87
|
+
await react_native_1.Linking.openURL(url);
|
|
47
88
|
} else {
|
|
48
|
-
toast.error(t('legal.openError') || 'Failed to open document');
|
|
89
|
+
sonner_1.toast.error(t('legal.openError') || 'Failed to open document');
|
|
49
90
|
}
|
|
50
91
|
} catch (error) {
|
|
51
92
|
if (__DEV__) {
|
|
52
93
|
console.error(`Failed to open ${policyKey} policy:`, error);
|
|
53
94
|
}
|
|
54
|
-
toast.error(t('legal.openError') || 'Failed to open document');
|
|
95
|
+
sonner_1.toast.error(t('legal.openError') || 'Failed to open document');
|
|
55
96
|
} finally {
|
|
56
97
|
setLoading(false);
|
|
57
98
|
}
|
|
58
99
|
};
|
|
59
100
|
}, [t]);
|
|
60
|
-
|
|
61
101
|
// If a specific document type is requested, open it directly
|
|
62
|
-
|
|
102
|
+
react_1.default.useEffect(() => {
|
|
63
103
|
if (documentType) {
|
|
64
104
|
handleOpenPolicy(documentType)();
|
|
65
105
|
}
|
|
66
106
|
}, [documentType, handleOpenPolicy]);
|
|
67
|
-
|
|
68
107
|
// Get policy title for display
|
|
69
108
|
const getPolicyTitle = key => {
|
|
70
109
|
const titles = {
|
|
@@ -78,41 +117,39 @@ const LegalDocumentsScreen = ({
|
|
|
78
117
|
};
|
|
79
118
|
return titles[key] || 'Document';
|
|
80
119
|
};
|
|
81
|
-
|
|
82
120
|
// If a specific document type is requested, show loading state while opening
|
|
83
121
|
if (documentType) {
|
|
84
|
-
return
|
|
122
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
85
123
|
style: [styles.container, {
|
|
86
124
|
backgroundColor: themeStyles.backgroundColor
|
|
87
125
|
}],
|
|
88
|
-
children: [
|
|
126
|
+
children: [(0, jsx_runtime_1.jsx)(components_1.Header, {
|
|
89
127
|
title: getPolicyTitle(documentType),
|
|
90
128
|
onBack: goBack || onClose,
|
|
91
129
|
variant: "minimal",
|
|
92
130
|
elevation: "subtle"
|
|
93
|
-
}),
|
|
131
|
+
}), (0, jsx_runtime_1.jsx)(components_1.LoadingState, {
|
|
94
132
|
message: t('legal.opening') || 'Opening document...',
|
|
95
133
|
color: themeStyles.textColor
|
|
96
134
|
})]
|
|
97
135
|
});
|
|
98
136
|
}
|
|
99
|
-
|
|
100
137
|
// Default: show both options
|
|
101
|
-
return
|
|
138
|
+
return (0, jsx_runtime_1.jsxs)(react_native_1.View, {
|
|
102
139
|
style: [styles.container, {
|
|
103
140
|
backgroundColor: themeStyles.backgroundColor
|
|
104
141
|
}],
|
|
105
|
-
children: [
|
|
142
|
+
children: [(0, jsx_runtime_1.jsx)(components_1.Header, {
|
|
106
143
|
title: t('legal.title') || 'Legal Documents',
|
|
107
144
|
onBack: goBack || onClose,
|
|
108
145
|
variant: "minimal",
|
|
109
146
|
elevation: "subtle"
|
|
110
|
-
}),
|
|
147
|
+
}), (0, jsx_runtime_1.jsx)(react_native_1.ScrollView, {
|
|
111
148
|
style: styles.content,
|
|
112
|
-
children:
|
|
149
|
+
children: (0, jsx_runtime_1.jsx)(components_1.Section, {
|
|
113
150
|
title: t('legal.policies') || 'Policies & Guidelines',
|
|
114
151
|
isFirst: true,
|
|
115
|
-
children:
|
|
152
|
+
children: (0, jsx_runtime_1.jsx)(components_1.GroupedSection, {
|
|
116
153
|
items: [{
|
|
117
154
|
id: 'privacy-policy',
|
|
118
155
|
icon: 'shield-check',
|
|
@@ -168,7 +205,7 @@ const LegalDocumentsScreen = ({
|
|
|
168
205
|
})]
|
|
169
206
|
});
|
|
170
207
|
};
|
|
171
|
-
const styles = StyleSheet.create({
|
|
208
|
+
const styles = react_native_1.StyleSheet.create({
|
|
172
209
|
container: {
|
|
173
210
|
flex: 1
|
|
174
211
|
},
|
|
@@ -177,5 +214,5 @@ const styles = StyleSheet.create({
|
|
|
177
214
|
padding: 16
|
|
178
215
|
}
|
|
179
216
|
});
|
|
180
|
-
|
|
217
|
+
exports.default = react_1.default.memo(LegalDocumentsScreen);
|
|
181
218
|
//# sourceMappingURL=LegalDocumentsScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","exports","jsx_runtime_1","require","react_1","react_native_1","sonner_1","components_1","useI18n_1","useThemeStyles_1","useColorScheme_1","LegalDocumentsScreen","onClose","theme","goBack","initialStep","t","useI18n","loading","setLoading","useState","colorScheme","useColorScheme","themeStyles","useThemeStyles","POLICY_URLS","privacy","terms","community","dataRetention","contentModeration","childSafety","cookie","documentType","handleOpenPolicy","useCallback","policyKey","url","canOpen","Linking","canOpenURL","openURL","toast","error","__DEV__","console","default","useEffect","getPolicyTitle","key","titles","jsxs","View","style","styles","container","backgroundColor","children","jsx","Header","title","onBack","variant","elevation","LoadingState","message","color","textColor","ScrollView","content","Section","isFirst","GroupedSection","items","id","icon","iconColor","colors","iconPersonalInfo","subtitle","onPress","iconSecurity","iconData","iconStorage","iconSharing","StyleSheet","flex","padding","memo"],"sourceRoot":"../../../../src","sources":["ui/screens/LegalDocumentsScreen.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -597,4 +597,54 @@ const styles = StyleSheet.create({
|
|
|
597
597
|
}
|
|
598
598
|
});
|
|
599
599
|
export default OxyAuthScreen;
|
|
600
|
+
//# sourceMappingURL=OxyAuthScreen.js.mapngHorizontal: 24,
|
|
601
|
+
borderRadius: 12,
|
|
602
|
+
width: '100%'
|
|
603
|
+
},
|
|
604
|
+
buttonIcon: {
|
|
605
|
+
marginRight: 10
|
|
606
|
+
},
|
|
607
|
+
buttonText: {
|
|
608
|
+
color: 'white',
|
|
609
|
+
fontSize: 16,
|
|
610
|
+
fontWeight: '600'
|
|
611
|
+
},
|
|
612
|
+
statusContainer: {
|
|
613
|
+
flexDirection: 'row',
|
|
614
|
+
alignItems: 'center',
|
|
615
|
+
marginTop: 24
|
|
616
|
+
},
|
|
617
|
+
statusText: {
|
|
618
|
+
marginLeft: 8,
|
|
619
|
+
fontSize: 14
|
|
620
|
+
},
|
|
621
|
+
footer: {
|
|
622
|
+
flexDirection: 'row',
|
|
623
|
+
marginTop: 32
|
|
624
|
+
},
|
|
625
|
+
footerText: {
|
|
626
|
+
fontSize: 14
|
|
627
|
+
},
|
|
628
|
+
footerLink: {
|
|
629
|
+
fontSize: 14,
|
|
630
|
+
fontWeight: '600'
|
|
631
|
+
},
|
|
632
|
+
cancelButton: {
|
|
633
|
+
marginTop: 16,
|
|
634
|
+
padding: 12
|
|
635
|
+
},
|
|
636
|
+
cancelText: {
|
|
637
|
+
fontSize: 14
|
|
638
|
+
},
|
|
639
|
+
loadingText: {
|
|
640
|
+
marginTop: 16,
|
|
641
|
+
fontSize: 14
|
|
642
|
+
},
|
|
643
|
+
errorText: {
|
|
644
|
+
fontSize: 14,
|
|
645
|
+
textAlign: 'center',
|
|
646
|
+
marginBottom: 16
|
|
647
|
+
}
|
|
648
|
+
});
|
|
649
|
+
exports.default = OxyAuthScreen;
|
|
600
650
|
//# sourceMappingURL=OxyAuthScreen.js.map
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["useState","useEffect","useCallback","useRef","View","Text","TouchableOpacity","StyleSheet","Linking","Platform","ActivityIndicator","io","useThemeColors","useOxy","QRCode","OxyLogo","createDebugLogger","jsx","_jsx","jsxs","_jsxs","debug","OXY_ACCOUNTS_WEB_URL","OXY_AUTH_WEB_URL","AUTH_SESSION_EXPIRY_MS","POLLING_INTERVAL_MS","resolveAuthWebBaseUrl","baseURL","authWebUrl","url","URL","port","origin","hostname","startsWith","slice","resolveAuthRedirectUri","authRedirectUri","initialUrl","getInitialURL","parsed","search","hash","toString","getRedirectParams","sessionId","searchParams","get","undefined","error","OxyAuthScreen","navigate","goBack","onAuthenticated","theme","themeValue","colors","oxyServices","signIn","switchSession","authSession","setAuthSession","isLoading","setIsLoading","setError","isWaiting","setIsWaiting","connectionType","setConnectionType","socketRef","pollingIntervalRef","isProcessingRef","linkingHandledRef","handleAuthSuccess","current","user","getTokenBySession","getUserBySession","err","connectSocket","sessionToken","getBaseURL","socket","transports","reconnection","reconnectionAttempts","reconnectionDelay","on","log","emit","payload","status","cleanup","Error","message","disconnect","startPolling","setInterval","response","makeRequest","cache","authorized","clearInterval","generateAuthSession","generateSessionToken","expiresAt","Date","now","appId","OS","chars","result","i","charAt","Math","floor","random","length","getQRData","handleOpenAuth","authBaseUrl","config","webUrl","set","redirectUri","openURL","handleRefresh","handleAuthRedirect","params","subscription","addEventListener","then","catch","remove","style","styles","container","backgroundColor","background","children","size","color","primary","loadingText","secondaryText","errorText","button","onPress","buttonText","header","width","height","title","text","subtitle","qrContainer","inputBackground","borderColor","border","qrWrapper","value","qrHint","dividerContainer","divider","dividerText","fillColor","buttonIcon","statusContainer","statusText","footer","footerText","footerLink","cancelButton","cancelText","create","flex","padding","alignItems","justifyContent","marginBottom","fontSize","fontWeight","marginTop","textAlign","borderRadius","borderWidth","flexDirection","marginVertical","marginHorizontal","paddingVertical","paddingHorizontal","marginRight","marginLeft"],"sourceRoot":"../../../../src","sources":["ui/screens/OxyAuthScreen.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,SAASA,QAAQ,EAAEC,SAAS,EAAEC,WAAW,EAAEC,MAAM,QAAQ,OAAO;AAChE,SACEC,IAAI,EACJC,IAAI,EACJC,gBAAgB,EAChBC,UAAU,EACVC,OAAO,EACPC,QAAQ,EACRC,iBAAiB,QACZ,cAAc;AACrB,OAAOC,EAAE,MAAuB,kBAAkB;AAElD,SAASC,cAAc,QAAQ,oBAAW;AAC1C,SAASC,MAAM,QAAQ,0BAAuB;AAC9C,OAAOC,MAAM,MAAM,yBAAyB;AAC5C,OAAOC,OAAO,MAAM,0BAAuB;AAC3C,SAASC,iBAAiB,QAAQ,aAAa;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEhD,MAAMC,KAAK,GAAGL,iBAAiB,CAAC,eAAe,CAAC;AAEhD,MAAMM,oBAAoB,GAAG,yBAAyB;AACtD,MAAMC,gBAAgB,GAAG,qBAAqB;;AAE9C;AACA,MAAMC,sBAAsB,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI;;AAE5C;AACA,MAAMC,mBAAmB,GAAG,IAAI;AAehC,MAAMC,qBAAqB,GAAGA,CAACC,OAAe,EAAEC,UAAmB,KAAa;EAC9E,IAAIA,UAAU,EAAE;IACd,OAAOA,UAAU;EACnB;EAEA,IAAI;IACF,MAAMC,GAAG,GAAG,IAAIC,GAAG,CAACH,OAAO,CAAC;IAC5B,IAAIE,GAAG,CAACE,IAAI,KAAK,MAAM,EAAE;MACvBF,GAAG,CAACE,IAAI,GAAG,MAAM;MACjB,OAAOF,GAAG,CAACG,MAAM;IACnB;IACA,IAAIH,GAAG,CAACI,QAAQ,CAACC,UAAU,CAAC,MAAM,CAAC,EAAE;MACnCL,GAAG,CAACI,QAAQ,GAAG,QAAQJ,GAAG,CAACI,QAAQ,CAACE,KAAK,CAAC,CAAC,CAAC,EAAE;MAC9C,OAAON,GAAG,CAACG,MAAM;IACnB;EACF,CAAC,CAAC,MAAM;IACN;EAAA;EAEF,OAAOT,gBAAgB;AACzB,CAAC;AAED,MAAMa,sBAAsB,GAAG,MAAOC,eAAwB,IAA6B;EACzF,IAAIA,eAAe,EAAE;IACnB,OAAOA,eAAe;EACxB;EAEA,IAAI;IACF,MAAMC,UAAU,GAAG,MAAM9B,OAAO,CAAC+B,aAAa,CAAC,CAAC;IAChD,IAAI,CAACD,UAAU,EAAE;MACf,OAAO,IAAI;IACb;IAEA,MAAME,MAAM,GAAG,IAAIV,GAAG,CAACQ,UAAU,CAAC;IAClCE,MAAM,CAACC,MAAM,GAAG,EAAE;IAClBD,MAAM,CAACE,IAAI,GAAG,EAAE;IAChB,OAAOF,MAAM,CAACG,QAAQ,CAAC,CAAC;EAC1B,CAAC,CAAC,MAAM;IACN,OAAO,IAAI;EACb;AACF,CAAC;AAED,MAAMC,iBAAiB,GAAIf,GAAW,IAAoD;EACxF,IAAI;IACF,MAAMW,MAAM,GAAG,IAAIV,GAAG,CAACD,GAAG,CAAC;IAC3B,MAAMgB,SAAS,GAAGL,MAAM,CAACM,YAAY,CAACC,GAAG,CAAC,YAAY,CAAC,IAAIC,SAAS;IACpE,MAAMC,KAAK,GAAGT,MAAM,CAACM,YAAY,CAACC,GAAG,CAAC,OAAO,CAAC,IAAIC,SAAS;IAE3D,IAAI,CAACH,SAAS,IAAI,CAACI,KAAK,EAAE;MACxB,OAAO,IAAI;IACb;IAEA,OAAO;MAAEJ,SAAS;MAAEI;IAAM,CAAC;EAC7B,CAAC,CAAC,MAAM;IACN,OAAO,IAAI;EACb;AACF,CAAC;AAED,MAAMC,aAAwC,GAAGA,CAAC;EAChDC,QAAQ;EACRC,MAAM;EACNC,eAAe;EACfC;AACF,CAAC,KAAK;EACJ,MAAMC,UAAU,GAAID,KAAK,KAAK,OAAO,IAAIA,KAAK,KAAK,MAAM,GAAIA,KAAK,GAAG,OAAO;EAC5E,MAAME,MAAM,GAAG5C,cAAc,CAAC2C,UAAU,CAAC;EACzC,MAAM;IAAEE,WAAW;IAAEC,MAAM;IAAEC;EAAc,CAAC,GAAG9C,MAAM,CAAC,CAAC;EAEvD,MAAM,CAAC+C,WAAW,EAAEC,cAAc,CAAC,GAAG7D,QAAQ,CAAqB,IAAI,CAAC;EACxE,MAAM,CAAC8D,SAAS,EAAEC,YAAY,CAAC,GAAG/D,QAAQ,CAAC,IAAI,CAAC;EAChD,MAAM,CAACiD,KAAK,EAAEe,QAAQ,CAAC,GAAGhE,QAAQ,CAAgB,IAAI,CAAC;EACvD,MAAM,CAACiE,SAAS,EAAEC,YAAY,CAAC,GAAGlE,QAAQ,CAAC,KAAK,CAAC;EACjD,MAAM,CAACmE,cAAc,EAAEC,iBAAiB,CAAC,GAAGpE,QAAQ,CAAuB,QAAQ,CAAC;EAEpF,MAAMqE,SAAS,GAAGlE,MAAM,CAAgB,IAAI,CAAC;EAC7C,MAAMmE,kBAAkB,GAAGnE,MAAM,CAAwC,IAAI,CAAC;EAC9E,MAAMoE,eAAe,GAAGpE,MAAM,CAAC,KAAK,CAAC;EACrC,MAAMqE,iBAAiB,GAAGrE,MAAM,CAAC,KAAK,CAAC;;EAEvC;EACA,MAAMsE,iBAAiB,GAAGvE,WAAW,CAAC,MAAO2C,SAAiB,IAAK;IACjE,IAAI0B,eAAe,CAACG,OAAO,EAAE;IAC7BH,eAAe,CAACG,OAAO,GAAG,IAAI;IAE9B,IAAI;MACF;MACA,IAAIf,aAAa,EAAE;QACjB,MAAMgB,IAAI,GAAG,MAAMhB,aAAa,CAACd,SAAS,CAAC;QAC3C,IAAIQ,eAAe,EAAE;UACnBA,eAAe,CAACsB,IAAI,CAAC;QACvB;MACF,CAAC,MAAM;QACL;QACA,MAAMlB,WAAW,CAACmB,iBAAiB,CAAC/B,SAAS,CAAC;QAC9C,MAAM8B,IAAI,GAAG,MAAMlB,WAAW,CAACoB,gBAAgB,CAAChC,SAAS,CAAC;QAC1D,IAAIQ,eAAe,EAAE;UACnBA,eAAe,CAACsB,IAAI,CAAC;QACvB;MACF;IACF,CAAC,CAAC,OAAOG,GAAG,EAAE;MACZzD,KAAK,CAAC4B,KAAK,CAAC,wBAAwB,EAAE6B,GAAG,CAAC;MAC1Cd,QAAQ,CAAC,4EAA4E,CAAC;MACtFO,eAAe,CAACG,OAAO,GAAG,KAAK;IACjC;EACF,CAAC,EAAE,CAACjB,WAAW,EAAEE,aAAa,EAAEN,eAAe,CAAC,CAAC;;EAEjD;EACA,MAAM0B,aAAa,GAAG7E,WAAW,CAAE8E,YAAoB,IAAK;IAC1D,MAAMrD,OAAO,GAAG8B,WAAW,CAACwB,UAAU,CAAC,CAAC;;IAExC;IACA,MAAMC,MAAM,GAAGvE,EAAE,CAAC,GAAGgB,OAAO,eAAe,EAAE;MAC3CwD,UAAU,EAAE,CAAC,WAAW,EAAE,SAAS,CAAC;MACpCC,YAAY,EAAE,IAAI;MAClBC,oBAAoB,EAAE,CAAC;MACvBC,iBAAiB,EAAE;IACrB,CAAC,CAAC;IAEFjB,SAAS,CAACK,OAAO,GAAGQ,MAAM;IAE1BA,MAAM,CAACK,EAAE,CAAC,SAAS,EAAE,MAAM;MACzBlE,KAAK,CAACmE,GAAG,CAAC,uBAAuB,CAAC;MAClC;MACAN,MAAM,CAACO,IAAI,CAAC,MAAM,EAAET,YAAY,CAAC;MACjCZ,iBAAiB,CAAC,QAAQ,CAAC;IAC7B,CAAC,CAAC;IAEFc,MAAM,CAACK,EAAE,CAAC,QAAQ,EAAE,MAAM;MACxBlE,KAAK,CAACmE,GAAG,CAAC,0BAA0B,CAAC;IACvC,CAAC,CAAC;IAEFN,MAAM,CAACK,EAAE,CAAC,aAAa,EAAGG,OAA0B,IAAK;MACvDrE,KAAK,CAACmE,GAAG,CAAC,uBAAuB,EAAEE,OAAO,CAAC;MAE3C,IAAIA,OAAO,CAACC,MAAM,KAAK,YAAY,IAAID,OAAO,CAAC7C,SAAS,EAAE;QACxD+C,OAAO,CAAC,CAAC;QACTnB,iBAAiB,CAACiB,OAAO,CAAC7C,SAAS,CAAC;MACtC,CAAC,MAAM,IAAI6C,OAAO,CAACC,MAAM,KAAK,WAAW,EAAE;QACzCC,OAAO,CAAC,CAAC;QACT5B,QAAQ,CAAC,2BAA2B,CAAC;MACvC,CAAC,MAAM,IAAI0B,OAAO,CAACC,MAAM,KAAK,SAAS,EAAE;QACvCC,OAAO,CAAC,CAAC;QACT5B,QAAQ,CAAC,oCAAoC,CAAC;MAChD;IACF,CAAC,CAAC;IAEFkB,MAAM,CAACK,EAAE,CAAC,eAAe,EAAGT,GAAG,IAAK;MAClCzD,KAAK,CAACmE,GAAG,CAAC,mDAAmD,EAAGV,GAAG,YAAYe,KAAK,GAAGf,GAAG,CAACgB,OAAO,GAAG,IAAK,CAAC;MAC3G;MACAZ,MAAM,CAACa,UAAU,CAAC,CAAC;MACnBC,YAAY,CAAChB,YAAY,CAAC;IAC5B,CAAC,CAAC;IAEFE,MAAM,CAACK,EAAE,CAAC,YAAY,EAAE,MAAM;MAC5BlE,KAAK,CAACmE,GAAG,CAAC,0BAA0B,CAAC;IACvC,CAAC,CAAC;EACJ,CAAC,EAAE,CAAC/B,WAAW,EAAEgB,iBAAiB,CAAC,CAAC;;EAEpC;EACA,MAAMuB,YAAY,GAAG9F,WAAW,CAAE8E,YAAoB,IAAK;IACzDZ,iBAAiB,CAAC,SAAS,CAAC;IAE5BE,kBAAkB,CAACI,OAAO,GAAGuB,WAAW,CAAC,YAAY;MACnD,IAAI1B,eAAe,CAACG,OAAO,EAAE;MAE7B,IAAI;QACF,MAAMwB,QAKL,GAAG,MAAMzC,WAAW,CAAC0C,WAAW,CAAC,KAAK,EAAE,wBAAwBnB,YAAY,EAAE,EAAEhC,SAAS,EAAE;UAAEoD,KAAK,EAAE;QAAM,CAAC,CAAC;QAE7G,IAAIF,QAAQ,CAACG,UAAU,IAAIH,QAAQ,CAACrD,SAAS,EAAE;UAC7C+C,OAAO,CAAC,CAAC;UACTnB,iBAAiB,CAACyB,QAAQ,CAACrD,SAAS,CAAC;QACvC,CAAC,MAAM,IAAIqD,QAAQ,CAACP,MAAM,KAAK,WAAW,EAAE;UAC1CC,OAAO,CAAC,CAAC;UACT5B,QAAQ,CAAC,2BAA2B,CAAC;QACvC,CAAC,MAAM,IAAIkC,QAAQ,CAACP,MAAM,KAAK,SAAS,EAAE;UACxCC,OAAO,CAAC,CAAC;UACT5B,QAAQ,CAAC,oCAAoC,CAAC;QAChD;MACF,CAAC,CAAC,OAAOc,GAAG,EAAE;QACZ;QACAzD,KAAK,CAACmE,GAAG,CAAC,qBAAqB,EAAEV,GAAG,CAAC;MACvC;IACF,CAAC,EAAErD,mBAAmB,CAAC;EACzB,CAAC,EAAE,CAACgC,WAAW,EAAEgB,iBAAiB,CAAC,CAAC;;EAEpC;EACA,MAAMmB,OAAO,GAAG1F,WAAW,CAAC,MAAM;IAChCgE,YAAY,CAAC,KAAK,CAAC;IAEnB,IAAIG,SAAS,CAACK,OAAO,EAAE;MACrBL,SAAS,CAACK,OAAO,CAACqB,UAAU,CAAC,CAAC;MAC9B1B,SAAS,CAACK,OAAO,GAAG,IAAI;IAC1B;IAEA,IAAIJ,kBAAkB,CAACI,OAAO,EAAE;MAC9B4B,aAAa,CAAChC,kBAAkB,CAACI,OAAO,CAAC;MACzCJ,kBAAkB,CAACI,OAAO,GAAG,IAAI;IACnC;EACF,CAAC,EAAE,EAAE,CAAC;;EAEN;EACA,MAAM6B,mBAAmB,GAAGrG,WAAW,CAAC,YAAY;IAClD6D,YAAY,CAAC,IAAI,CAAC;IAClBC,QAAQ,CAAC,IAAI,CAAC;IACdO,eAAe,CAACG,OAAO,GAAG,KAAK;IAE/B,IAAI;MACF;MACA,MAAMM,YAAY,GAAGwB,oBAAoB,CAAC,CAAC;MAC3C,MAAMC,SAAS,GAAGC,IAAI,CAACC,GAAG,CAAC,CAAC,GAAGnF,sBAAsB;;MAErD;MACA,MAAMiC,WAAW,CAAC0C,WAAW,CAAC,MAAM,EAAE,sBAAsB,EAAE;QAC5DnB,YAAY;QACZyB,SAAS;QACTG,KAAK,EAAEnG,QAAQ,CAACoG,EAAE,CAAE;MACtB,CAAC,EAAE;QAAET,KAAK,EAAE;MAAM,CAAC,CAAC;MAEpBvC,cAAc,CAAC;QAAEmB,YAAY;QAAEyB;MAAU,CAAC,CAAC;MAC3CvC,YAAY,CAAC,IAAI,CAAC;;MAElB;MACAa,aAAa,CAACC,YAAY,CAAC;IAC7B,CAAC,CAAC,OAAOF,GAAY,EAAE;MACrBd,QAAQ,CAAC,CAACc,GAAG,YAAYe,KAAK,GAAGf,GAAG,CAACgB,OAAO,GAAG,IAAI,KAAK,+BAA+B,CAAC;IAC1F,CAAC,SAAS;MACR/B,YAAY,CAAC,KAAK,CAAC;IACrB;EACF,CAAC,EAAE,CAACN,WAAW,EAAEsB,aAAa,CAAC,CAAC;;EAEhC;EACA,MAAMyB,oBAAoB,GAAGA,CAAA,KAAc;IACzC,MAAMM,KAAK,GAAG,gEAAgE;IAC9E,IAAIC,MAAM,GAAG,EAAE;IACf,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAG,EAAE,EAAEA,CAAC,EAAE,EAAE;MAC3BD,MAAM,IAAID,KAAK,CAACG,MAAM,CAACC,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,GAAGN,KAAK,CAACO,MAAM,CAAC,CAAC;IAClE;IACA,OAAON,MAAM;EACf,CAAC;;EAED;EACA9G,SAAS,CAAC,MAAM;IACd,OAAO,MAAM;MACX2F,OAAO,CAAC,CAAC;IACX,CAAC;EACH,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;;EAEb;EACA3F,SAAS,CAAC,MAAM;IACdsG,mBAAmB,CAAC,CAAC;EACvB,CAAC,EAAE,EAAE,CAAC;;EAEN;EACAtG,SAAS,CAAC,MAAM;IACd,IAAI2D,WAAW,IAAI8C,IAAI,CAACC,GAAG,CAAC,CAAC,GAAG/C,WAAW,CAAC6C,SAAS,EAAE;MACrDb,OAAO,CAAC,CAAC;MACT/B,cAAc,CAAC,IAAI,CAAC;MACpBG,QAAQ,CAAC,oCAAoC,CAAC;IAChD;EACF,CAAC,EAAE,CAACJ,WAAW,EAAEgC,OAAO,CAAC,CAAC;;EAE1B;EACA,MAAM0B,SAAS,GAAGA,CAAA,KAAc;IAC9B,IAAI,CAAC1D,WAAW,EAAE,OAAO,EAAE;;IAE3B;IACA,OAAO,aAAaA,WAAW,CAACoB,YAAY,EAAE;EAChD,CAAC;;EAED;EACA,MAAMuC,cAAc,GAAGrH,WAAW,CAAC,YAAY;IAC7C,IAAI,CAAC0D,WAAW,EAAE;IAElB,MAAM4D,WAAW,GAAG9F,qBAAqB,CACvC+B,WAAW,CAACwB,UAAU,CAAC,CAAC,EACxBxB,WAAW,CAACgE,MAAM,EAAE7F,UACtB,CAAC;IACD,MAAM8F,MAAM,GAAG,IAAI5F,GAAG,CAAC,YAAY,EAAE0F,WAAW,CAAC;IACjDE,MAAM,CAAC5E,YAAY,CAAC6E,GAAG,CAAC,OAAO,EAAE/D,WAAW,CAACoB,YAAY,CAAC;IAC1D,MAAM4C,WAAW,GAAG,MAAMxF,sBAAsB,CAACqB,WAAW,CAACgE,MAAM,EAAEpF,eAAe,CAAC;IACrF,IAAIuF,WAAW,EAAE;MACfF,MAAM,CAAC5E,YAAY,CAAC6E,GAAG,CAAC,cAAc,EAAEC,WAAW,CAAC;IACtD;IAEA,IAAI;MACF,MAAMpH,OAAO,CAACqH,OAAO,CAACH,MAAM,CAAC/E,QAAQ,CAAC,CAAC,CAAC;IAC1C,CAAC,CAAC,OAAOmC,GAAG,EAAE;MACZd,QAAQ,CAAC,+DAA+D,CAAC;IAC3E;EACF,CAAC,EAAE,CAACJ,WAAW,EAAEH,WAAW,CAAC,CAAC;;EAE9B;EACA,MAAMqE,aAAa,GAAG5H,WAAW,CAAC,MAAM;IACtC0F,OAAO,CAAC,CAAC;IACTW,mBAAmB,CAAC,CAAC;EACvB,CAAC,EAAE,CAACA,mBAAmB,EAAEX,OAAO,CAAC,CAAC;EAElC,MAAMmC,kBAAkB,GAAG7H,WAAW,CAAE2B,GAAW,IAAK;IACtD,MAAMmG,MAAM,GAAGpF,iBAAiB,CAACf,GAAG,CAAC;IACrC,IAAI,CAACmG,MAAM,EAAE;MACX;IACF;IAEA,IAAIA,MAAM,CAAC/E,KAAK,EAAE;MAChB2C,OAAO,CAAC,CAAC;MACT5B,QAAQ,CAAC,2BAA2B,CAAC;MACrC;IACF;IAEA,IAAIgE,MAAM,CAACnF,SAAS,EAAE;MACpB+C,OAAO,CAAC,CAAC;MACTnB,iBAAiB,CAACuD,MAAM,CAACnF,SAAS,CAAC;IACrC;EACF,CAAC,EAAE,CAAC+C,OAAO,EAAEnB,iBAAiB,CAAC,CAAC;EAEhCxE,SAAS,CAAC,MAAM;IACd,IAAIQ,QAAQ,CAACoG,EAAE,KAAK,KAAK,EAAE;MACzB;IACF;IAEA,MAAMoB,YAAY,GAAGzH,OAAO,CAAC0H,gBAAgB,CAAC,KAAK,EAAE,CAAC;MAAErG;IAAI,CAAC,KAAK;MAChE2C,iBAAiB,CAACE,OAAO,GAAG,IAAI;MAChCqD,kBAAkB,CAAClG,GAAG,CAAC;IACzB,CAAC,CAAC;IAEFrB,OAAO,CAAC+B,aAAa,CAAC,CAAC,CACpB4F,IAAI,CAAEtG,GAAG,IAAK;MACb,IAAIA,GAAG,IAAI,CAAC2C,iBAAiB,CAACE,OAAO,EAAE;QACrCqD,kBAAkB,CAAClG,GAAG,CAAC;MACzB;IACF,CAAC,CAAC,CACDuG,KAAK,CAAC,MAAM;MACX;IAAA,CACD,CAAC;IAEJ,OAAO,MAAM;MACXH,YAAY,CAACI,MAAM,CAAC,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,CAACN,kBAAkB,CAAC,CAAC;EAExB,IAAIjE,SAAS,EAAE;IACb,oBACE1C,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;QAAEC,eAAe,EAAEjF,MAAM,CAACkF;MAAW,CAAC,CAAE;MAAAC,QAAA,gBACtEzH,IAAA,CAACR,iBAAiB;QAACkI,IAAI,EAAC,OAAO;QAACC,KAAK,EAAErF,MAAM,CAACsF;MAAQ,CAAE,CAAC,eACzD5H,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACQ,WAAW,EAAE;UAAEF,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAEpE,CAAM,CAAC;IAAA,CACH,CAAC;EAEX;EAEA,IAAI1F,KAAK,EAAE;IACT,oBACE7B,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;QAAEC,eAAe,EAAEjF,MAAM,CAACkF;MAAW,CAAC,CAAE;MAAAC,QAAA,gBACtEzH,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACU,SAAS,EAAE;UAAEJ,KAAK,EAAErF,MAAM,CAACP;QAAM,CAAC,CAAE;QAAA0F,QAAA,EAAE1F;MAAK,CAAO,CAAC,eACxE/B,IAAA,CAACZ,gBAAgB;QACfgI,KAAK,EAAE,CAACC,MAAM,CAACW,MAAM,EAAE;UAAET,eAAe,EAAEjF,MAAM,CAACsF;QAAQ,CAAC,CAAE;QAC5DK,OAAO,EAAErB,aAAc;QAAAa,QAAA,eAEvBzH,IAAA,CAACb,IAAI;UAACiI,KAAK,EAAEC,MAAM,CAACa,UAAW;UAAAT,QAAA,EAAC;QAAS,CAAM;MAAC,CAChC,CAAC;IAAA,CACf,CAAC;EAEX;EAEA,oBACEvH,KAAA,CAAChB,IAAI;IAACkI,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAE;MAAEC,eAAe,EAAEjF,MAAM,CAACkF;IAAW,CAAC,CAAE;IAAAC,QAAA,gBAEtEvH,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAEC,MAAM,CAACc,MAAO;MAAAV,QAAA,gBACzBzH,IAAA,CAACH,OAAO;QAACuI,KAAK,EAAE,EAAG;QAACC,MAAM,EAAE;MAAG,CAAE,CAAC,eAClCrI,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACiB,KAAK,EAAE;UAAEX,KAAK,EAAErF,MAAM,CAACiG;QAAK,CAAC,CAAE;QAAAd,QAAA,EAAC;MAAgB,CAAM,CAAC,eAC5EzH,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACmB,QAAQ,EAAE;UAAEb,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAEjE,CAAM,CAAC;IAAA,CACH,CAAC,eAGPvH,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAE,CAACC,MAAM,CAACoB,WAAW,EAAE;QAAElB,eAAe,EAAEjF,MAAM,CAACoG,eAAe;QAAEC,WAAW,EAAErG,MAAM,CAACsG;MAAO,CAAC,CAAE;MAAAnB,QAAA,gBACzGzH,IAAA,CAACd,IAAI;QAACkI,KAAK,EAAEC,MAAM,CAACwB,SAAU;QAAApB,QAAA,eAC5BzH,IAAA,CAACJ,MAAM;UACLkJ,KAAK,EAAE1C,SAAS,CAAC,CAAE;UACnBsB,IAAI,EAAE,GAAI;UACVH,eAAe,EAAC,OAAO;UACvBI,KAAK,EAAC;QAAO,CACd;MAAC,CACE,CAAC,eACP3H,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAAC0B,MAAM,EAAE;UAAEpB,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAE/D,CAAM,CAAC;IAAA,CACH,CAAC,eAGPvH,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAEC,MAAM,CAAC2B,gBAAiB;MAAAvB,QAAA,gBACnCzH,IAAA,CAACd,IAAI;QAACkI,KAAK,EAAE,CAACC,MAAM,CAAC4B,OAAO,EAAE;UAAE1B,eAAe,EAAEjF,MAAM,CAACsG;QAAO,CAAC;MAAE,CAAE,CAAC,eACrE5I,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAAC6B,WAAW,EAAE;UAAEvB,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAAE,CAAM,CAAC,eAC7EzH,IAAA,CAACd,IAAI;QAACkI,KAAK,EAAE,CAACC,MAAM,CAAC4B,OAAO,EAAE;UAAE1B,eAAe,EAAEjF,MAAM,CAACsG;QAAO,CAAC;MAAE,CAAE,CAAC;IAAA,CACjE,CAAC,eAGP1I,KAAA,CAACd,gBAAgB;MACfgI,KAAK,EAAE,CAACC,MAAM,CAACW,MAAM,EAAE;QAAET,eAAe,EAAEjF,MAAM,CAACsF;MAAQ,CAAC,CAAE;MAC5DK,OAAO,EAAE5B,cAAe;MAAAoB,QAAA,gBAExBzH,IAAA,CAACH,OAAO;QAACuI,KAAK,EAAE,EAAG;QAACC,MAAM,EAAE,EAAG;QAACc,SAAS,EAAC,OAAO;QAAC/B,KAAK,EAAEC,MAAM,CAAC+B;MAAW,CAAE,CAAC,eAC9EpJ,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAEC,MAAM,CAACa,UAAW;QAAAT,QAAA,EAAC;MAAa,CAAM,CAAC;IAAA,CACpC,CAAC,EAGlB1E,SAAS,iBACR7C,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAEC,MAAM,CAACgC,eAAgB;MAAA5B,QAAA,gBAClCzH,IAAA,CAACR,iBAAiB;QAACkI,IAAI,EAAC,OAAO;QAACC,KAAK,EAAErF,MAAM,CAACsF;MAAQ,CAAE,CAAC,eACzD5H,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACiC,UAAU,EAAE;UAAE3B,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAEnE,CAAM,CAAC;IAAA,CACH,CACP,eAGDvH,KAAA,CAAChB,IAAI;MAACkI,KAAK,EAAEC,MAAM,CAACkC,MAAO;MAAA9B,QAAA,gBACzBvH,KAAA,CAACf,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACmC,UAAU,EAAE;UAAE7B,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,GAAC,0BACzC,EAAC,GAAG;MAAA,CACxB,CAAC,eACPzH,IAAA,CAACZ,gBAAgB;QAAC6I,OAAO,EAAEA,CAAA,KAAM3I,OAAO,CAACqH,OAAO,CAACvG,oBAAoB,CAAE;QAAAqH,QAAA,eACrEzH,IAAA,CAACb,IAAI;UAACiI,KAAK,EAAE,CAACC,MAAM,CAACoC,UAAU,EAAE;YAAE9B,KAAK,EAAErF,MAAM,CAACsF;UAAQ,CAAC,CAAE;UAAAH,QAAA,EAAC;QAE7D,CAAM;MAAC,CACS,CAAC;IAAA,CACf,CAAC,EAGNvF,MAAM,iBACLlC,IAAA,CAACZ,gBAAgB;MAACgI,KAAK,EAAEC,MAAM,CAACqC,YAAa;MAACzB,OAAO,EAAE/F,MAAO;MAAAuF,QAAA,eAC5DzH,IAAA,CAACb,IAAI;QAACiI,KAAK,EAAE,CAACC,MAAM,CAACsC,UAAU,EAAE;UAAEhC,KAAK,EAAErF,MAAM,CAACwF;QAAc,CAAC,CAAE;QAAAL,QAAA,EAAC;MAAM,CAAM;IAAC,CAChE,CACnB;EAAA,CACG,CAAC;AAEX,CAAC;AAED,MAAMJ,MAAM,GAAGhI,UAAU,CAACuK,MAAM,CAAC;EAC/BtC,SAAS,EAAE;IACTuC,IAAI,EAAE,CAAC;IACPC,OAAO,EAAE,EAAE;IACXC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACD7B,MAAM,EAAE;IACN4B,UAAU,EAAE,QAAQ;IACpBE,YAAY,EAAE;EAChB,CAAC;EACD3B,KAAK,EAAE;IACL4B,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBC,SAAS,EAAE;EACb,CAAC;EACD5B,QAAQ,EAAE;IACR0B,QAAQ,EAAE,EAAE;IACZE,SAAS,EAAE,CAAC;IACZC,SAAS,EAAE;EACb,CAAC;EACD5B,WAAW,EAAE;IACXqB,OAAO,EAAE,EAAE;IACXQ,YAAY,EAAE,EAAE;IAChBC,WAAW,EAAE,CAAC;IACdR,UAAU,EAAE;EACd,CAAC;EACDlB,SAAS,EAAE;IACTiB,OAAO,EAAE,EAAE;IACXvC,eAAe,EAAE,OAAO;IACxB+C,YAAY,EAAE;EAChB,CAAC;EACDvB,MAAM,EAAE;IACNqB,SAAS,EAAE,EAAE;IACbF,QAAQ,EAAE;EACZ,CAAC;EACDlB,gBAAgB,EAAE;IAChBwB,aAAa,EAAE,KAAK;IACpBT,UAAU,EAAE,QAAQ;IACpBU,cAAc,EAAE,EAAE;IAClBrC,KAAK,EAAE;EACT,CAAC;EACDa,OAAO,EAAE;IACPY,IAAI,EAAE,CAAC;IACPxB,MAAM,EAAE;EACV,CAAC;EACDa,WAAW,EAAE;IACXwB,gBAAgB,EAAE,EAAE;IACpBR,QAAQ,EAAE;EACZ,CAAC;EACDlC,MAAM,EAAE;IACNwC,aAAa,EAAE,KAAK;IACpBT,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBW,eAAe,EAAE,EAAE;IACnBC,iBAAiB,EAAE,EAAE;IACrBN,YAAY,EAAE,EAAE;IAChBlC,KAAK,EAAE;EACT,CAAC;EACDgB,UAAU,EAAE;IACVyB,WAAW,EAAE;EACf,CAAC;EACD3C,UAAU,EAAE;IACVP,KAAK,EAAE,OAAO;IACduC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd,CAAC;EACDd,eAAe,EAAE;IACfmB,aAAa,EAAE,KAAK;IACpBT,UAAU,EAAE,QAAQ;IACpBK,SAAS,EAAE;EACb,CAAC;EACDd,UAAU,EAAE;IACVwB,UAAU,EAAE,CAAC;IACbZ,QAAQ,EAAE;EACZ,CAAC;EACDX,MAAM,EAAE;IACNiB,aAAa,EAAE,KAAK;IACpBJ,SAAS,EAAE;EACb,CAAC;EACDZ,UAAU,EAAE;IACVU,QAAQ,EAAE;EACZ,CAAC;EACDT,UAAU,EAAE;IACVS,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd,CAAC;EACDT,YAAY,EAAE;IACZU,SAAS,EAAE,EAAE;IACbN,OAAO,EAAE;EACX,CAAC;EACDH,UAAU,EAAE;IACVO,QAAQ,EAAE;EACZ,CAAC;EACDrC,WAAW,EAAE;IACXuC,SAAS,EAAE,EAAE;IACbF,QAAQ,EAAE;EACZ,CAAC;EACDnC,SAAS,EAAE;IACTmC,QAAQ,EAAE,EAAE;IACZG,SAAS,EAAE,QAAQ;IACnBJ,YAAY,EAAE;EAChB;AACF,CAAC,CAAC;AAEF,eAAejI,aAAa","ignoreList":[]}
|
|
2
|
+
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","ignoreList":[]}
|
|
@@ -254,4 +254,32 @@ const PaymentGatewayScreen = props => {
|
|
|
254
254
|
});
|
|
255
255
|
};
|
|
256
256
|
export default PaymentGatewayScreen;
|
|
257
|
+
//# sourceMappingURL=PaymentGatewayScreen.js.mapcolors: colors,
|
|
258
|
+
animations: animations,
|
|
259
|
+
isPaying: isPaying,
|
|
260
|
+
onBack: prevStep,
|
|
261
|
+
onPay: handlePay
|
|
262
|
+
});
|
|
263
|
+
case 4:
|
|
264
|
+
return (0, jsx_runtime_1.jsx)(payment_1.PaymentSuccessStep, {
|
|
265
|
+
colors: colors,
|
|
266
|
+
animations: animations,
|
|
267
|
+
onDone: handleDone
|
|
268
|
+
});
|
|
269
|
+
default:
|
|
270
|
+
return null;
|
|
271
|
+
}
|
|
272
|
+
};
|
|
273
|
+
return (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
274
|
+
style: [styles.container, {
|
|
275
|
+
backgroundColor: themeStyles.backgroundColor
|
|
276
|
+
}],
|
|
277
|
+
children: (0, jsx_runtime_1.jsx)(react_native_1.ScrollView, {
|
|
278
|
+
style: styles.content,
|
|
279
|
+
showsVerticalScrollIndicator: false,
|
|
280
|
+
children: renderCurrentStep()
|
|
281
|
+
})
|
|
282
|
+
});
|
|
283
|
+
};
|
|
284
|
+
exports.default = PaymentGatewayScreen;
|
|
257
285
|
//# sourceMappingURL=PaymentGatewayScreen.js.map
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["useState","useRef","useMemo","useCallback","View","Text","ScrollView","Animated","Platform","useWindowDimensions","useThemeColors","normalizeTheme","GroupedPillButtons","useThemeStyles","useI18n","QRCode","PaymentSummaryStep","PaymentMethodStep","PaymentDetailsStep","PaymentReviewStep","PaymentSuccessStep","PAYMENT_METHODS","createPaymentStyles","jsx","_jsx","jsxs","_jsxs","getUniqueItemTypes","items","types","map","item","type","Array","from","Set","PaymentGatewayScreen","props","navigate","goBack","theme","onPaymentResult","amount","currency","onClose","paymentItems","description","process","env","NODE_ENV","length","uniqueTypes","Error","join","currentStep","setCurrentStep","paymentMethod","setPaymentMethod","cardDetails","setCardDetails","number","expiry","cvv","isPaying","setIsPaying","fadeAnim","Value","current","slideAnim","scaleAnim","progressAnim","normalizedTheme","colors","themeStyles","t","styles","isRecurring","availablePaymentMethods","filter","m","key","animateTransition","nextStep","timing","toValue","duration","useNativeDriver","OS","start","setValue","parallel","spring","tension","friction","prevStep","handlePay","setTimeout","handleDone","success","handleClose","error","Number","isNaN","style","errorContainer","children","errorText","buttons","text","onPress","icon","variant","faircoinAddress","width","windowWidth","isMobile","qrSize","Math","min","animations","renderCurrentStep","onNext","selectedMethod","onSelectMethod","onBack","onCardDetailsChange","QRCodeComponent","onPay","onDone","container","backgroundColor","content","showsVerticalScrollIndicator"],"sourceRoot":"../../../../src","sources":["ui/screens/PaymentGatewayScreen.tsx"],"mappings":";;AACA,SAASA,QAAQ,EAAEC,MAAM,EAAEC,OAAO,EAAEC,WAAW,QAAQ,OAAO;AAC9D,SACIC,IAAI,EACJC,IAAI,EACJC,UAAU,EACVC,QAAQ,EACRC,QAAQ,EACRC,mBAAmB,QAChB,cAAc;AAErB,SAASC,cAAc,QAAQ,oBAAW;AAC1C,SAASC,cAAc,QAAQ,wBAAqB;AACpD,OAAOC,kBAAkB,MAAM,8CAA2C;AAC1E,SAASC,cAAc,QAAQ,4BAAyB;AACxD,SAASC,OAAO,QAAQ,qBAAkB;AAC1C,OAAOC,MAAM,MAAM,yBAAyB;AAE5C,SACIC,kBAAkB,EAClBC,iBAAiB,EACjBC,kBAAkB,EAClBC,iBAAiB,EACjBC,kBAAkB,EAClBC,eAAe,EACfC,mBAAmB,QAChB,gCAAuB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAc/B,MAAMC,kBAAkB,GAAIC,KAAoB,IAAK;EACjD,MAAMC,KAAK,GAAGD,KAAK,CAACE,GAAG,CAACC,IAAI,IAAIA,IAAI,CAACC,IAAI,CAAC;EAC1C,OAAOC,KAAK,CAACC,IAAI,CAAC,IAAIC,GAAG,CAACN,KAAK,CAAC,CAAC;AACrC,CAAC;AAED,MAAMO,oBAAyD,GAAIC,KAAK,IAAK;EACzE,MAAM;IACFC,QAAQ;IACRC,MAAM;IACNC,KAAK;IACLC,eAAe;IACfC,MAAM;IACNC,QAAQ,GAAG,MAAM;IACjBC,OAAO;IACPC,YAAY,GAAG,EAAE;IACjBC,WAAW,GAAG;EAClB,CAAC,GAAGT,KAAK;;EAET;EACA,IAAIU,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,IAAIJ,YAAY,CAACK,MAAM,GAAG,CAAC,EAAE;IAClE,MAAMC,WAAW,GAAGxB,kBAAkB,CAACkB,YAAY,CAAC;IACpD,IAAIM,WAAW,CAACD,MAAM,GAAG,CAAC,EAAE;MACxB,MAAM,IAAIE,KAAK,CACX,4DAA4DD,WAAW,CAACE,IAAI,CAAC,IAAI,CAAC,0CACtF,CAAC;IACL;EACJ;;EAEA;EACA,MAAM,CAACC,WAAW,EAAEC,cAAc,CAAC,GAAGvD,QAAQ,CAAC,CAAC,CAAC;EACjD,MAAM,CAACwD,aAAa,EAAEC,gBAAgB,CAAC,GAAGzD,QAAQ,CAAC,MAAM,CAAC;EAC1D,MAAM,CAAC0D,WAAW,EAAEC,cAAc,CAAC,GAAG3D,QAAQ,CAAc;IAAE4D,MAAM,EAAE,EAAE;IAAEC,MAAM,EAAE,EAAE;IAAEC,GAAG,EAAE;EAAG,CAAC,CAAC;EAChG,MAAM,CAACC,QAAQ,EAAEC,WAAW,CAAC,GAAGhE,QAAQ,CAAC,KAAK,CAAC;;EAE/C;EACA,MAAMiE,QAAQ,GAAGhE,MAAM,CAAC,IAAIM,QAAQ,CAAC2D,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EACtD,MAAMC,SAAS,GAAGnE,MAAM,CAAC,IAAIM,QAAQ,CAAC2D,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EACvD,MAAME,SAAS,GAAGpE,MAAM,CAAC,IAAIM,QAAQ,CAAC2D,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;EACvD,MAAMG,YAAY,GAAGrE,MAAM,CAAC,IAAIM,QAAQ,CAAC2D,KAAK,CAAC,GAAG,CAAC,CAAC,CAACC,OAAO;EAE5D,MAAMI,eAAe,GAAG5D,cAAc,CAAC6B,KAAK,CAAC;EAC7C,MAAMgC,MAAM,GAAG9D,cAAc,CAAC6D,eAAe,CAAC;EAC9C,MAAME,WAAW,GAAG5D,cAAc,CAAC0D,eAAe,CAAC;EACnD,MAAM;IAAEG;EAAE,CAAC,GAAG5D,OAAO,CAAC,CAAC;EACvB,MAAM6D,MAAM,GAAGzE,OAAO,CAAC,MAAMoB,mBAAmB,CAACkD,MAAM,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;;EAEnE;EACA,MAAMI,WAAW,GAAG/B,YAAY,CAACK,MAAM,GAAG,CAAC,IAAIL,YAAY,CAAC,CAAC,CAAC,CAACb,IAAI,KAAK,cAAc;;EAEtF;EACA,MAAM6C,uBAAuB,GAAG3E,OAAO,CAAC,MAAM;IAC1C,IAAI0E,WAAW,EAAE;MACb,OAAOvD,eAAe,CAACyD,MAAM,CAACC,CAAC,IAAIA,CAAC,CAACC,GAAG,KAAK,UAAU,CAAC;IAC5D;IACA,OAAO3D,eAAe;EAC1B,CAAC,EAAE,CAACuD,WAAW,CAAC,CAAC;;EAEjB;EACA,MAAMK,iBAAiB,GAAG9E,WAAW,CAAE+E,QAAgB,IAAK;IACxD3E,QAAQ,CAAC4E,MAAM,CAACd,SAAS,EAAE;MACvBe,OAAO,EAAE,IAAI;MACbC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE9E,QAAQ,CAAC+E,EAAE,KAAK;IACrC,CAAC,CAAC,CAACC,KAAK,CAAC,CAAC;IACVjF,QAAQ,CAAC4E,MAAM,CAAClB,QAAQ,EAAE;MACtBmB,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE,GAAG;MACbC,eAAe,EAAE9E,QAAQ,CAAC+E,EAAE,KAAK;IACrC,CAAC,CAAC,CAACC,KAAK,CAAC,MAAM;MACXjC,cAAc,CAAC2B,QAAQ,CAAC;MACxBd,SAAS,CAACqB,QAAQ,CAAC,CAAC,EAAE,CAAC;MACvBpB,SAAS,CAACoB,QAAQ,CAAC,IAAI,CAAC;MACxBlF,QAAQ,CAACmF,QAAQ,CAAC,CACdnF,QAAQ,CAAC4E,MAAM,CAAClB,QAAQ,EAAE;QACtBmB,OAAO,EAAE,CAAC;QACVC,QAAQ,EAAE,GAAG;QACbC,eAAe,EAAE9E,QAAQ,CAAC+E,EAAE,KAAK;MACrC,CAAC,CAAC,EACFhF,QAAQ,CAACoF,MAAM,CAACvB,SAAS,EAAE;QACvBgB,OAAO,EAAE,CAAC;QACVQ,OAAO,EAAE,EAAE;QACXC,QAAQ,EAAE,CAAC;QACXP,eAAe,EAAE9E,QAAQ,CAAC+E,EAAE,KAAK;MACrC,CAAC,CAAC,EACFhF,QAAQ,CAACoF,MAAM,CAACtB,SAAS,EAAE;QACvBe,OAAO,EAAE,CAAC;QACVQ,OAAO,EAAE,EAAE;QACXC,QAAQ,EAAE,CAAC;QACXP,eAAe,EAAE9E,QAAQ,CAAC+E,EAAE,KAAK;MACrC,CAAC,CAAC,CACL,CAAC,CAACC,KAAK,CAAC,CAAC;IACd,CAAC,CAAC;EACN,CAAC,EAAE,CAACvB,QAAQ,EAAEG,SAAS,EAAEC,SAAS,CAAC,CAAC;EAEpC,MAAMa,QAAQ,GAAG/E,WAAW,CAAC,MAAM;IAC/B,IAAImD,WAAW,GAAG,CAAC,EAAE;MACjB/C,QAAQ,CAAC4E,MAAM,CAACb,YAAY,EAAE;QAC1Bc,OAAO,EAAE,CAAC9B,WAAW,GAAG,CAAC,IAAI,CAAC;QAC9B+B,QAAQ,EAAE,GAAG;QACbC,eAAe,EAAE;MACrB,CAAC,CAAC,CAACE,KAAK,CAAC,CAAC;MACVP,iBAAiB,CAAC3B,WAAW,GAAG,CAAC,CAAC;IACtC;EACJ,CAAC,EAAE,CAACA,WAAW,EAAEgB,YAAY,EAAEW,iBAAiB,CAAC,CAAC;EAElD,MAAMa,QAAQ,GAAG3F,WAAW,CAAC,MAAM;IAC/B,IAAImD,WAAW,GAAG,CAAC,EAAE;MACjB/C,QAAQ,CAAC4E,MAAM,CAACb,YAAY,EAAE;QAC1Bc,OAAO,EAAG9B,WAAW,GAAI,CAAC;QAC1B+B,QAAQ,EAAE,GAAG;QACbC,eAAe,EAAE;MACrB,CAAC,CAAC,CAACE,KAAK,CAAC,CAAC;MACVP,iBAAiB,CAAC3B,WAAW,GAAG,CAAC,CAAC;IACtC;EACJ,CAAC,EAAE,CAACA,WAAW,EAAEgB,YAAY,EAAEW,iBAAiB,CAAC,CAAC;;EAElD;EACA,MAAMc,SAAS,GAAG5F,WAAW,CAAC,MAAM;IAChC6D,WAAW,CAAC,IAAI,CAAC;IACjBgC,UAAU,CAAC,MAAM;MACbhC,WAAW,CAAC,KAAK,CAAC;MAClBkB,QAAQ,CAAC,CAAC;IACd,CAAC,EAAE,IAAI,CAAC;EACZ,CAAC,EAAE,CAACA,QAAQ,CAAC,CAAC;EAEd,MAAMe,UAAU,GAAG9F,WAAW,CAAC,MAAM;IACjC,IAAIsC,eAAe,EAAE;MACjBA,eAAe,CAAC;QAAEyD,OAAO,EAAE;MAAK,CAAC,CAAC;IACtC;IACA5D,QAAQ,GAAG,iBAAiB,CAAC;EACjC,CAAC,EAAE,CAACG,eAAe,EAAEH,QAAQ,CAAC,CAAC;EAE/B,MAAM6D,WAAW,GAAGhG,WAAW,CAAC,MAAM;IAClC,IAAIsC,eAAe,EAAE;MACjBA,eAAe,CAAC;QAAEyD,OAAO,EAAE,KAAK;QAAEE,KAAK,EAAE;MAAY,CAAC,CAAC;IAC3D;IACA,IAAIxD,OAAO,EAAE;MACTA,OAAO,CAAC,CAAC;IACb,CAAC,MAAM,IAAIL,MAAM,EAAE;MACfA,MAAM,CAAC,CAAC;IACZ;EACJ,CAAC,EAAE,CAACE,eAAe,EAAEG,OAAO,EAAEL,MAAM,CAAC,CAAC;;EAEtC;EACA,IAAI,CAACG,MAAM,IAAI2D,MAAM,CAACC,KAAK,CAACD,MAAM,CAAC3D,MAAM,CAAC,CAAC,IAAI2D,MAAM,CAAC3D,MAAM,CAAC,IAAI,CAAC,EAAE;IAChE,oBACIhB,KAAA,CAACtB,IAAI;MAACmG,KAAK,EAAE5B,MAAM,CAAC6B,cAAe;MAAAC,QAAA,gBAC/BjF,IAAA,CAACnB,IAAI;QAACkG,KAAK,EAAE5B,MAAM,CAAC+B,SAAU;QAAAD,QAAA,EAAE/B,CAAC,CAAC,8BAA8B;MAAC,CAAO,CAAC,eACzElD,IAAA,CAACZ,kBAAkB;QACf+F,OAAO,EAAE,CACL;UACIC,IAAI,EAAElC,CAAC,CAAC,uBAAuB,CAAC;UAChCmC,OAAO,EAAEV,WAAW;UACpBW,IAAI,EAAE,OAAO;UACbC,OAAO,EAAE;QACb,CAAC,CACH;QACFvC,MAAM,EAAEA;MAAO,CAClB,CAAC;IAAA,CACA,CAAC;EAEf;;EAEA;EACA,MAAMwC,eAAe,GAAG,0BAA0B;EAClD,MAAM;IAAEC,KAAK,EAAEC;EAAY,CAAC,GAAGzG,mBAAmB,CAAC,CAAC;EACpD,MAAM0G,QAAQ,GAAGD,WAAW,GAAG,GAAG;EAClC,MAAME,MAAM,GAAG,CAACD,QAAQ,GAClBE,IAAI,CAACC,GAAG,CAACJ,WAAW,GAAG,GAAG,EAAE,GAAG,CAAC,GAChCG,IAAI,CAACC,GAAG,CAACJ,WAAW,GAAG,GAAG,EAAE,GAAG,CAAC;EAEtC,MAAMK,UAAU,GAAG;IAAEtD,QAAQ;IAAEG,SAAS;IAAEC;EAAU,CAAC;EAErD,MAAMmD,iBAAiB,GAAGA,CAAA,KAAM;IAC5B,QAAQlE,WAAW;MACf,KAAK,CAAC;QACF,oBACI9B,IAAA,CAACR,kBAAkB;UACf6B,YAAY,EAAEA,YAAa;UAC3BH,MAAM,EAAEA,MAAO;UACfC,QAAQ,EAAEA,QAAS;UACnBG,WAAW,EAAEA,WAAY;UACzB0B,MAAM,EAAEA,MAAO;UACf+C,UAAU,EAAEA,UAAW;UACvB3E,OAAO,EAAEuD,WAAY;UACrBsB,MAAM,EAAEvC;QAAS,CACpB,CAAC;MAEV,KAAK,CAAC;QACF,oBACI1D,IAAA,CAACP,iBAAiB;UACd4D,uBAAuB,EAAEA,uBAAwB;UACjD6C,cAAc,EAAElE,aAAc;UAC9BmE,cAAc,EAAElE,gBAAiB;UACjCe,MAAM,EAAEA,MAAO;UACf+C,UAAU,EAAEA,UAAW;UACvBK,MAAM,EAAE9B,QAAS;UACjB2B,MAAM,EAAEvC;QAAS,CACpB,CAAC;MAEV,KAAK,CAAC;QACF,oBACI1D,IAAA,CAACN,kBAAkB;UACfsC,aAAa,EAAEA,aAAc;UAC7BE,WAAW,EAAEA,WAAY;UACzBmE,mBAAmB,EAAElE,cAAe;UACpCa,MAAM,EAAEA,MAAO;UACf+C,UAAU,EAAEA,UAAW;UACvBP,eAAe,EAAEA,eAAgB;UACjCG,QAAQ,EAAEA,QAAS;UACnBC,MAAM,EAAEA,MAAO;UACfQ,MAAM,EAAE9B,QAAS;UACjB2B,MAAM,EAAEvC,QAAS;UACjB4C,eAAe,EAAE/G;QAAO,CAC3B,CAAC;MAEV,KAAK,CAAC;QACF,oBACIS,IAAA,CAACL,iBAAiB;UACduB,MAAM,EAAEA,MAAO;UACfC,QAAQ,EAAEA,QAAS;UACnBa,aAAa,EAAEA,aAAc;UAC7BE,WAAW,EAAEA,WAAY;UACzBc,MAAM,EAAEA,MAAO;UACf+C,UAAU,EAAEA,UAAW;UACvBxD,QAAQ,EAAEA,QAAS;UACnB6D,MAAM,EAAE9B,QAAS;UACjBiC,KAAK,EAAEhC;QAAU,CACpB,CAAC;MAEV,KAAK,CAAC;QACF,oBACIvE,IAAA,CAACJ,kBAAkB;UACfoD,MAAM,EAAEA,MAAO;UACf+C,UAAU,EAAEA,UAAW;UACvBS,MAAM,EAAE/B;QAAW,CACtB,CAAC;MAEV;QACI,OAAO,IAAI;IACnB;EACJ,CAAC;EAED,oBACIzE,IAAA,CAACpB,IAAI;IAACmG,KAAK,EAAE,CAAC5B,MAAM,CAACsD,SAAS,EAAE;MAAEC,eAAe,EAAEzD,WAAW,CAACyD;IAAgB,CAAC,CAAE;IAAAzB,QAAA,eAC9EjF,IAAA,CAAClB,UAAU;MAACiG,KAAK,EAAE5B,MAAM,CAACwD,OAAQ;MAACC,4BAA4B,EAAE,KAAM;MAAA3B,QAAA,EAClEe,iBAAiB,CAAC;IAAC,CACZ;EAAC,CACX,CAAC;AAEf,CAAC;AAED,eAAepF,oBAAoB","ignoreList":[]}
|
|
2
|
+
AEC,QAAQ,EAAEA,QAAQ;UAAEG,WAAW,EAAEA,WAAW;UAAE8B,MAAM,EAAEA,MAAM;UAAE6D,UAAU,EAAEA,UAAU;UAAE7F,OAAO,EAAEmE,WAAW;UAAE6B,MAAM,EAAE/C;QAAS,CAAC,CAAC;MAC9O,KAAK,CAAC;QACF,OAAQ,CAAC,CAAC,EAAE7E,aAAa,CAACwG,GAAG,EAAE9F,SAAS,CAACmH,iBAAiB,EAAE;UAAEvD,uBAAuB,EAAEA,uBAAuB;UAAEwD,cAAc,EAAErF,aAAa;UAAEsF,cAAc,EAAErF,gBAAgB;UAAEkB,MAAM,EAAEA,MAAM;UAAE6D,UAAU,EAAEA,UAAU;UAAEO,MAAM,EAAEtC,QAAQ;UAAEkC,MAAM,EAAE/C;QAAS,CAAC,CAAC;MAClQ,KAAK,CAAC;QACF,OAAQ,CAAC,CAAC,EAAE7E,aAAa,CAACwG,GAAG,EAAE9F,SAAS,CAACuH,kBAAkB,EAAE;UAAExF,aAAa,EAAEA,aAAa;UAAEE,WAAW,EAAEA,WAAW;UAAEuF,mBAAmB,EAAEtF,cAAc;UAAEgB,MAAM,EAAEA,MAAM;UAAE6D,UAAU,EAAEA,UAAU;UAAER,eAAe,EAAEA,eAAe;UAAEI,QAAQ,EAAEA,QAAQ;UAAEC,MAAM,EAAEA,MAAM;UAAEU,MAAM,EAAEtC,QAAQ;UAAEkC,MAAM,EAAE/C,QAAQ;UAAEsD,eAAe,EAAE1H,yBAAyB,CAACkG;QAAQ,CAAC,CAAC;MACvW,KAAK,CAAC;QACF,OAAQ,CAAC,CAAC,EAAE3G,aAAa,CAACwG,GAAG,EAAE9F,SAAS,CAAC0H,iBAAiB,EAAE;UAAE1G,MAAM,EAAEA,MAAM;UAAEC,QAAQ,EAAEA,QAAQ;UAAEc,aAAa,EAAEA,aAAa;UAAEE,WAAW,EAAEA,WAAW;UAAEiB,MAAM,EAAEA,MAAM;UAAE6D,UAAU,EAAEA,UAAU;UAAEzE,QAAQ,EAAEA,QAAQ;UAAEgF,MAAM,EAAEtC,QAAQ;UAAE2C,KAAK,EAAE1C;QAAU,CAAC,CAAC;MAC/P,KAAK,CAAC;QACF,OAAQ,CAAC,CAAC,EAAE3F,aAAa,CAACwG,GAAG,EAAE9F,SAAS,CAAC4H,kBAAkB,EAAE;UAAE1E,MAAM,EAAEA,MAAM;UAAE6D,UAAU,EAAEA,UAAU;UAAEc,MAAM,EAAE1C;QAAW,CAAC,CAAC;MAChI;QACI,OAAO,IAAI;IACnB;EACJ,CAAC;EACD,OAAQ,CAAC,CAAC,EAAE7F,aAAa,CAACwG,GAAG,EAAErG,cAAc,CAACiG,IAAI,EAAE;IAAEC,KAAK,EAAE,CAACnC,MAAM,CAACsE,SAAS,EAAE;MAAEC,eAAe,EAAE3E,WAAW,CAAC2E;IAAgB,CAAC,CAAC;IAAElC,QAAQ,EAAE,CAAC,CAAC,EAAEvG,aAAa,CAACwG,GAAG,EAAErG,cAAc,CAACuI,UAAU,EAAE;MAAErC,KAAK,EAAEnC,MAAM,CAACyE,OAAO;MAAEC,4BAA4B,EAAE,KAAK;MAAErC,QAAQ,EAAEmB,iBAAiB,CAAC;IAAE,CAAC;EAAE,CAAC,CAAC;AACpS,CAAC;AACD5H,OAAO,CAAC6G,OAAO,GAAGvF,oBAAoB","ignoreList":[]}
|