@oxyhq/services 6.9.13 → 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 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","useIsAssetLinked","useAssetUsageCount","useAssetsByEntity","useAssetsByApp","useAssetErrors","useAssetLoading","useUploadProgress","useAsset","useAssets","useAssetStore","zustand_1","require","initialState","assets","uploadProgress","loading","uploading","linking","deleting","errors","create","set","get","setAsset","asset","state","id","setAssets","assetMap","reduce","acc","removeAsset","assetId","removed","rest","setUploadProgress","fileId","progress","removeUploadProgress","addLink","link","existingLink","links","find","l","app","entityType","entityId","updatedAsset","usageCount","length","removeLink","filteredLinks","filter","status","setUploading","setLinking","setDeleting","setUploadError","error","upload","setLinkError","setDeleteError","delete","clearErrors","getAssetsByApp","values","some","getAssetsByEntity","getAssetUsageCount","isAssetLinked","reset"],"sourceRoot":"../../../../src","sources":["ui/stores/assetStore.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.useAuthStore = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const debug = (0,
|
|
10
|
-
|
|
7
|
+
const zustand_1 = require("zustand");
|
|
8
|
+
const core_1 = require("@oxyhq/core");
|
|
9
|
+
const debug = (0, core_1.createDebugLogger)('AuthStore');
|
|
10
|
+
exports.useAuthStore = (0, zustand_1.create)((set, get) => ({
|
|
11
11
|
user: null,
|
|
12
12
|
isAuthenticated: false,
|
|
13
13
|
isLoading: false,
|
|
@@ -37,7 +37,6 @@ const useAuthStore = exports.useAuthStore = (0, _zustand.create)((set, get) => (
|
|
|
37
37
|
const now = Date.now();
|
|
38
38
|
const cacheAge = state.lastUserFetch ? now - state.lastUserFetch : Number.POSITIVE_INFINITY;
|
|
39
39
|
const cacheValid = cacheAge < 5 * 60 * 1000; // 5 minutes cache
|
|
40
|
-
|
|
41
40
|
// Use cached data if available and not forcing refresh
|
|
42
41
|
if (!forceRefresh && state.user && cacheValid) {
|
|
43
42
|
debug.log('Using cached user data (age:', cacheAge, 'ms)');
|
|
@@ -65,4 +64,4 @@ const useAuthStore = exports.useAuthStore = (0, _zustand.create)((set, get) => (
|
|
|
65
64
|
}
|
|
66
65
|
}
|
|
67
66
|
}));
|
|
68
|
-
//# sourceMappingURL=authStore.js.map
|
|
67
|
+
//# sourceMappingURL=authStore.js.mapthStore.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","useAuthStore","zustand_1","require","core_1","debug","createDebugLogger","create","set","get","user","isAuthenticated","isLoading","error","lastUserFetch","loginSuccess","Date","now","loginFailure","logout","setUser","fetchUser","oxyServices","forceRefresh","state","cacheAge","Number","POSITIVE_INFINITY","cacheValid","log","getCurrentUser","errorMessage","Error","message"],"sourceRoot":"../../../../src","sources":["ui/stores/authStore.js"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,YAAY,GAAG,KAAK,CAAC;AAC7B,MAAMC,SAAS,GAAGC,OAAO,CAAC,SAAS,CAAC;AACpC,MAAMC,MAAM,GAAGD,OAAO,CAAC,aAAa,CAAC;AACrC,MAAME,KAAK,GAAG,CAAC,CAAC,EAAED,MAAM,CAACE,iBAAiB,EAAE,WAAW,CAAC;AACxDP,OAAO,CAACE,YAAY,GAAG,CAAC,CAAC,EAAEC,SAAS,CAACK,MAAM,EAAE,CAACC,GAAG,EAAEC,GAAG,MAAM;EACxDC,IAAI,EAAE,IAAI;EACVC,eAAe,EAAE,KAAK;EACtBC,SAAS,EAAE,KAAK;EAChBC,KAAK,EAAE,IAAI;EACXC,aAAa,EAAE,IAAI;EACnBC,YAAY,EAAGL,IAAI,IAAKF,GAAG,CAAC;IACxBI,SAAS,EAAE,KAAK;IAChBD,eAAe,EAAE,IAAI;IACrBD,IAAI;IACJI,aAAa,EAAEE,IAAI,CAACC,GAAG,CAAC;EAC5B,CAAC,CAAC;EACFC,YAAY,EAAGL,KAAK,IAAKL,GAAG,CAAC;IAAEI,SAAS,EAAE,KAAK;IAAEC;EAAM,CAAC,CAAC;EACzDM,MAAM,EAAEA,CAAA,KAAMX,GAAG,CAAC;IACdE,IAAI,EAAE,IAAI;IACVC,eAAe,EAAE,KAAK;IACtBG,aAAa,EAAE;EACnB,CAAC,CAAC;EACFM,OAAO,EAAGV,IAAI,IAAKF,GAAG,CAAC;IAAEE,IAAI;IAAEI,aAAa,EAAEE,IAAI,CAACC,GAAG,CAAC;EAAE,CAAC,CAAC;EAC3DI,SAAS,EAAE,MAAAA,CAAOC,WAAW,EAAEC,YAAY,GAAG,KAAK,KAAK;IACpD,MAAMC,KAAK,GAAGf,GAAG,CAAC,CAAC;IACnB,MAAMQ,GAAG,GAAGD,IAAI,CAACC,GAAG,CAAC,CAAC;IACtB,MAAMQ,QAAQ,GAAGD,KAAK,CAACV,aAAa,GAAGG,GAAG,GAAGO,KAAK,CAACV,aAAa,GAAGY,MAAM,CAACC,iBAAiB;IAC3F,MAAMC,UAAU,GAAGH,QAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;IAC7C;IACA,IAAI,CAACF,YAAY,IAAIC,KAAK,CAACd,IAAI,IAAIkB,UAAU,EAAE;MAC3CvB,KAAK,CAACwB,GAAG,CAAC,8BAA8B,EAAEJ,QAAQ,EAAE,KAAK,CAAC;MAC1D;IACJ;IACAjB,GAAG,CAAC;MAAEI,SAAS,EAAE,IAAI;MAAEC,KAAK,EAAE;IAAK,CAAC,CAAC;IACrC,IAAI;MACA,MAAMH,IAAI,GAAG,MAAMY,WAAW,CAACQ,cAAc,CAAC,CAAC;MAC/CtB,GAAG,CAAC;QAAEE,IAAI;QAAEE,SAAS,EAAE,KAAK;QAAED,eAAe,EAAE,IAAI;QAAEG,aAAa,EAAEG;MAAI,CAAC,CAAC;IAC9E,CAAC,CACD,OAAOJ,KAAK,EAAE;MACV,MAAMkB,YAAY,GAAGlB,KAAK,YAAYmB,KAAK,GAAGnB,KAAK,CAACoB,OAAO,GAAG,sBAAsB;MACpF5B,KAAK,CAACQ,KAAK,CAAC,sBAAsB,EAAEA,KAAK,CAAC;MAC1CL,GAAG,CAAC;QAAEK,KAAK,EAAEkB,YAAY;QAAEnB,SAAS,EAAE;MAAM,CAAC,CAAC;IAClD;EACJ;AACJ,CAAC,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","useDeleting","useUploadAggregateProgress","useUploading","useFiles","useFileStore","zustand_1","require","shallowEqualFile","a","b","aKeys","keys","bKeys","length","k","initialState","files","order","uploading","deleting","uploadProgress","create","set","get","setFiles","opts","state","merge","map","forEach","f","id","push","sameOrder","every","i","sameFiles","newFiles","newOrder","changed","prev","merged","includes","unshift","addFile","file","prepend","updateFile","patch","existing","updated","removeFile","_removed","rest","filter","fid","setUploading","val","setDeleting","setUploadProgress","p","reset","s","out"],"sourceRoot":"../../../../src","sources":["ui/stores/fileStore.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.useFollowStore = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
const zustand_1 = require("zustand");
|
|
8
|
+
exports.useFollowStore = (0, zustand_1.create)((set, get) => ({
|
|
9
9
|
followingUsers: {},
|
|
10
10
|
loadingUsers: {},
|
|
11
11
|
fetchingUsers: {},
|
|
@@ -99,7 +99,6 @@ const useFollowStore = exports.useFollowStore = (0, _zustand.create)((set, get)
|
|
|
99
99
|
response = await oxyServices.followUser(userId);
|
|
100
100
|
newFollowState = true;
|
|
101
101
|
}
|
|
102
|
-
|
|
103
102
|
// Update follow status
|
|
104
103
|
set(state => ({
|
|
105
104
|
followingUsers: {
|
|
@@ -115,7 +114,6 @@ const useFollowStore = exports.useFollowStore = (0, _zustand.create)((set, get)
|
|
|
115
114
|
[userId]: null
|
|
116
115
|
}
|
|
117
116
|
}));
|
|
118
|
-
|
|
119
117
|
// Update counts if the response includes them
|
|
120
118
|
// The API returns counts for both users:
|
|
121
119
|
// - followers: target user's follower count (the user being followed)
|
|
@@ -124,18 +122,15 @@ const useFollowStore = exports.useFollowStore = (0, _zustand.create)((set, get)
|
|
|
124
122
|
const {
|
|
125
123
|
counts
|
|
126
124
|
} = response;
|
|
127
|
-
|
|
128
125
|
// Get current user ID from oxyServices
|
|
129
126
|
const currentUserId = oxyServices.getCurrentUserId();
|
|
130
127
|
set(state => {
|
|
131
128
|
const updates = {};
|
|
132
|
-
|
|
133
129
|
// Update target user's follower count (the user being followed)
|
|
134
130
|
updates.followerCounts = {
|
|
135
131
|
...state.followerCounts,
|
|
136
132
|
[userId]: counts.followers
|
|
137
133
|
};
|
|
138
|
-
|
|
139
134
|
// Update current user's following count (the user doing the following)
|
|
140
135
|
if (currentUserId) {
|
|
141
136
|
updates.followingCounts = {
|
|
@@ -174,13 +169,11 @@ const useFollowStore = exports.useFollowStore = (0, _zustand.create)((set, get)
|
|
|
174
169
|
updateCountsFromFollowAction: (targetUserId, action, counts, currentUserId) => {
|
|
175
170
|
set(state => {
|
|
176
171
|
const updates = {};
|
|
177
|
-
|
|
178
172
|
// Update target user's follower count (the user being followed)
|
|
179
173
|
updates.followerCounts = {
|
|
180
174
|
...state.followerCounts,
|
|
181
175
|
[targetUserId]: counts.followers
|
|
182
176
|
};
|
|
183
|
-
|
|
184
177
|
// Update current user's following count (the user doing the following)
|
|
185
178
|
if (currentUserId) {
|
|
186
179
|
updates.followingCounts = {
|
|
@@ -226,4 +219,4 @@ const useFollowStore = exports.useFollowStore = (0, _zustand.create)((set, get)
|
|
|
226
219
|
}
|
|
227
220
|
}
|
|
228
221
|
}));
|
|
229
|
-
//# sourceMappingURL=followStore.js.map
|
|
222
|
+
//# sourceMappingURL=followStore.js.mappingURL=followStore.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","useFollowStore","zustand_1","require","create","set","get","followingUsers","loadingUsers","fetchingUsers","errors","followerCounts","followingCounts","loadingCounts","setFollowingStatus","userId","isFollowing","state","clearFollowError","resetFollowState","fetchFollowStatus","oxyServices","response","getFollowStatus","error","Error","message","toggleFollowUser","isCurrentlyFollowing","newFollowState","unfollowUser","followUser","counts","currentUserId","getCurrentUserId","updates","followers","following","setFollowerCount","count","setFollowingCount","updateCountsFromFollowAction","targetUserId","action","fetchUserCounts","user","getUserById","_count"],"sourceRoot":"../../../../src","sources":["ui/stores/followStore.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.createAuthStyles = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const createAuthStyles = (colors, theme) =>
|
|
7
|
+
const react_native_1 = require("react-native");
|
|
8
|
+
const fonts_1 = require("./fonts");
|
|
9
|
+
const createAuthStyles = (colors, theme) => react_native_1.StyleSheet.create({
|
|
10
10
|
// Container and scrollContent styles removed entirely
|
|
11
11
|
// All layout is handled by BottomSheetRouter's BottomSheetScrollView
|
|
12
12
|
// StepBasedScreen and step components are pure content renderers
|
|
@@ -23,8 +23,8 @@ const createAuthStyles = (colors, theme) => _reactNative.StyleSheet.create({
|
|
|
23
23
|
marginBottom: 24
|
|
24
24
|
},
|
|
25
25
|
modernTitle: {
|
|
26
|
-
fontFamily:
|
|
27
|
-
fontWeight:
|
|
26
|
+
fontFamily: fonts_1.fontFamilies.interBold,
|
|
27
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined,
|
|
28
28
|
fontSize: 62,
|
|
29
29
|
lineHeight: 74.4,
|
|
30
30
|
// 62 * 1.2
|
|
@@ -39,8 +39,8 @@ const createAuthStyles = (colors, theme) => _reactNative.StyleSheet.create({
|
|
|
39
39
|
opacity: 0.8
|
|
40
40
|
},
|
|
41
41
|
welcomeTitle: {
|
|
42
|
-
fontFamily:
|
|
43
|
-
fontWeight:
|
|
42
|
+
fontFamily: fonts_1.fontFamilies.interBold,
|
|
43
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined,
|
|
44
44
|
fontSize: 42,
|
|
45
45
|
lineHeight: 50.4,
|
|
46
46
|
// 42 * 1.2
|
|
@@ -49,8 +49,8 @@ const createAuthStyles = (colors, theme) => _reactNative.StyleSheet.create({
|
|
|
49
49
|
letterSpacing: -1
|
|
50
50
|
},
|
|
51
51
|
stepTitle: {
|
|
52
|
-
fontFamily:
|
|
53
|
-
fontWeight:
|
|
52
|
+
fontFamily: fonts_1.fontFamilies.interBold,
|
|
53
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined,
|
|
54
54
|
fontSize: 42,
|
|
55
55
|
lineHeight: 50.4,
|
|
56
56
|
// 42 * 1.2
|
|
@@ -175,7 +175,7 @@ const createAuthStyles = (colors, theme) => _reactNative.StyleSheet.create({
|
|
|
175
175
|
paddingHorizontal: 32,
|
|
176
176
|
borderRadius: 16,
|
|
177
177
|
marginVertical: 8,
|
|
178
|
-
...
|
|
178
|
+
...react_native_1.Platform.select({
|
|
179
179
|
web: {
|
|
180
180
|
boxShadow: '0 4px 8px rgba(0,0,0,0.3)'
|
|
181
181
|
},
|
|
@@ -245,8 +245,8 @@ const createAuthStyles = (colors, theme) => _reactNative.StyleSheet.create({
|
|
|
245
245
|
borderColor: '#FFFFFF'
|
|
246
246
|
},
|
|
247
247
|
modernUserDisplayName: {
|
|
248
|
-
fontFamily:
|
|
249
|
-
fontWeight:
|
|
248
|
+
fontFamily: fonts_1.fontFamilies.interBold,
|
|
249
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined,
|
|
250
250
|
fontSize: 42,
|
|
251
251
|
marginBottom: 4,
|
|
252
252
|
textAlign: 'left',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","createAuthStyles","react_native_1","require","fonts_1","colors","theme","StyleSheet","create","stepContainer","justifyContent","alignItems","modernHeader","width","marginBottom","modernTitle","fontFamily","fontFamilies","interBold","fontWeight","Platform","OS","undefined","fontSize","lineHeight","textAlign","letterSpacing","modernSubtitle","opacity","welcomeTitle","stepTitle","modernInfoCard","flexDirection","padding","borderRadius","gap","modernInfoText","flex","modernErrorCard","errorText","modernInputContainer","inputWrapper","height","paddingHorizontal","borderWidth","backgroundColor","inputBackground","premiumInputWrapper","inputIcon","marginRight","inputContent","modernInput","passwordToggle","validationIndicator","marginLeft","validationSuccessCard","marginTop","validationErrorCard","validationCard","validationText","belowInputMessage","belowInputText","modernButton","paddingVertical","marginVertical","select","web","boxShadow","default","shadowOffset","shadowOpacity","shadowRadius","elevation","modernButtonText","color","buttonIcon","modernLabel","modernLinkText","textDecorationLine","footerTextContainer","footerText","modernUserProfileContainer","avatarContainer","position","modernUserAvatar","borderColor","statusIndicator","bottom","right","modernUserDisplayName","modernUsernameSubtext","welcomeBackBadge","welcomeBackText","textTransform","modernNavigationButtons","modernBackButton","modernBackButtonText","securityNotice","securityText","welcomeImageContainer","welcomeText","successCard","successText"],"sourceRoot":"../../../../src","sources":["ui/styles/authStyles.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,81 +4,80 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.fontStyles = exports.fontFamilies = void 0;
|
|
7
|
-
|
|
7
|
+
const react_native_1 = require("react-native");
|
|
8
8
|
/**
|
|
9
9
|
* Font family names for use across the app
|
|
10
10
|
*
|
|
11
11
|
* For web platforms, we use the CSS font name with weights
|
|
12
12
|
* For native platforms, we use the specific static font file names
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
exports.fontFamilies = {
|
|
15
15
|
// Regular weight (400)
|
|
16
|
-
inter:
|
|
16
|
+
inter: react_native_1.Platform.select({
|
|
17
17
|
web: 'Inter',
|
|
18
18
|
// Web projects will use standard CSS font name
|
|
19
19
|
default: 'Inter-Regular' // Native projects use the specific weight font
|
|
20
20
|
}),
|
|
21
21
|
// Light weight (300)
|
|
22
|
-
interLight:
|
|
22
|
+
interLight: react_native_1.Platform.select({
|
|
23
23
|
web: 'Inter',
|
|
24
24
|
// Web uses CSS weight
|
|
25
25
|
default: 'Inter-Light' // Native uses specific font
|
|
26
26
|
}),
|
|
27
27
|
// Medium weight (500)
|
|
28
|
-
interMedium:
|
|
28
|
+
interMedium: react_native_1.Platform.select({
|
|
29
29
|
web: 'Inter',
|
|
30
30
|
// Web uses CSS weight
|
|
31
31
|
default: 'Inter-Medium' // Native uses specific font
|
|
32
32
|
}),
|
|
33
33
|
// SemiBold weight (600)
|
|
34
|
-
interSemiBold:
|
|
34
|
+
interSemiBold: react_native_1.Platform.select({
|
|
35
35
|
web: 'Inter',
|
|
36
36
|
// Web uses CSS weight
|
|
37
37
|
default: 'Inter-SemiBold' // Native uses specific font
|
|
38
38
|
}),
|
|
39
39
|
// Bold weight (700)
|
|
40
|
-
interBold:
|
|
40
|
+
interBold: react_native_1.Platform.select({
|
|
41
41
|
web: 'Inter',
|
|
42
42
|
// Web uses CSS weight
|
|
43
43
|
default: 'Inter-Bold' // Native uses specific font
|
|
44
44
|
}),
|
|
45
45
|
// ExtraBold weight (800)
|
|
46
|
-
interExtraBold:
|
|
46
|
+
interExtraBold: react_native_1.Platform.select({
|
|
47
47
|
web: 'Inter',
|
|
48
48
|
// Web uses CSS weight
|
|
49
49
|
default: 'Inter-ExtraBold' // Native uses specific font
|
|
50
50
|
}),
|
|
51
51
|
// Black weight (900)
|
|
52
|
-
interBlack:
|
|
52
|
+
interBlack: react_native_1.Platform.select({
|
|
53
53
|
web: 'Inter',
|
|
54
54
|
// Web uses CSS weight
|
|
55
55
|
default: 'Inter-Black' // Native uses specific font
|
|
56
56
|
})
|
|
57
57
|
};
|
|
58
|
-
|
|
59
58
|
/**
|
|
60
59
|
* Font styles that can be reused across the app
|
|
61
60
|
*/
|
|
62
|
-
|
|
61
|
+
exports.fontStyles = {
|
|
63
62
|
titleLarge: {
|
|
64
|
-
fontFamily: fontFamilies.interBold,
|
|
63
|
+
fontFamily: exports.fontFamilies.interBold,
|
|
65
64
|
fontSize: 54,
|
|
66
|
-
fontWeight:
|
|
65
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined // Only apply fontWeight on web
|
|
67
66
|
},
|
|
68
67
|
titleMedium: {
|
|
69
|
-
fontFamily: fontFamilies.interBold,
|
|
68
|
+
fontFamily: exports.fontFamilies.interBold,
|
|
70
69
|
fontSize: 24,
|
|
71
|
-
fontWeight:
|
|
70
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined // Only apply fontWeight on web
|
|
72
71
|
},
|
|
73
72
|
titleSmall: {
|
|
74
|
-
fontFamily: fontFamilies.interBold,
|
|
73
|
+
fontFamily: exports.fontFamilies.interBold,
|
|
75
74
|
fontSize: 20,
|
|
76
|
-
fontWeight:
|
|
75
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined // Only apply fontWeight on web
|
|
77
76
|
},
|
|
78
77
|
buttonText: {
|
|
79
|
-
fontFamily: fontFamilies.interSemiBold,
|
|
78
|
+
fontFamily: exports.fontFamilies.interSemiBold,
|
|
80
79
|
fontSize: 16,
|
|
81
|
-
fontWeight:
|
|
80
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? '600' : undefined // Only apply fontWeight on web
|
|
82
81
|
}
|
|
83
82
|
};
|
|
84
83
|
//# sourceMappingURL=fonts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","fontStyles","fontFamilies","react_native_1","require","inter","Platform","select","web","default","interLight","interMedium","interSemiBold","interBold","interExtraBold","interBlack","titleLarge","fontFamily","fontSize","fontWeight","OS","undefined","titleMedium","titleSmall","buttonText"],"sourceRoot":"../../../../src","sources":["ui/styles/fonts.js"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,UAAU,GAAGF,OAAO,CAACG,YAAY,GAAG,KAAK,CAAC;AAClD,MAAMC,cAAc,GAAGC,OAAO,CAAC,cAAc,CAAC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACAL,OAAO,CAACG,YAAY,GAAG;EACnB;EACAG,KAAK,EAAEF,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IAClCC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,eAAe,CAAC;EAC7B,CAAC,CAAC;EACF;EACAC,UAAU,EAAEP,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IACvCC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,aAAa,CAAC;EAC3B,CAAC,CAAC;EACF;EACAE,WAAW,EAAER,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IACxCC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,cAAc,CAAC;EAC5B,CAAC,CAAC;EACF;EACAG,aAAa,EAAET,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IAC1CC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,gBAAgB,CAAC;EAC9B,CAAC,CAAC;EACF;EACAI,SAAS,EAAEV,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IACtCC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,YAAY,CAAC;EAC1B,CAAC,CAAC;EACF;EACAK,cAAc,EAAEX,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IAC3CC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,iBAAiB,CAAC;EAC/B,CAAC,CAAC;EACF;EACAM,UAAU,EAAEZ,cAAc,CAACG,QAAQ,CAACC,MAAM,CAAC;IACvCC,GAAG,EAAE,OAAO;IAAE;IACdC,OAAO,EAAE,aAAa,CAAC;EAC3B,CAAC;AACL,CAAC;AACD;AACA;AACA;AACAV,OAAO,CAACE,UAAU,GAAG;EACjBe,UAAU,EAAE;IACRC,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACW,SAAS;IAC1CK,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAE;EAC3E,CAAC;EACDC,WAAW,EAAE;IACTL,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACW,SAAS;IAC1CK,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAE;EAC3E,CAAC;EACDE,UAAU,EAAE;IACRN,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACW,SAAS;IAC1CK,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,MAAM,GAAGC,SAAS,CAAE;EAC3E,CAAC;EACDG,UAAU,EAAE;IACRP,UAAU,EAAElB,OAAO,CAACG,YAAY,CAACU,aAAa;IAC9CM,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAEhB,cAAc,CAACG,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,KAAK,GAAGC,SAAS,CAAE;EAC1E;AACJ,CAAC","ignoreList":[]}
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["_fonts","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_theme","_authStyles","_spacing"],"sourceRoot":"../../../../src","sources":["ui/styles/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,MAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,MAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,MAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,MAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,WAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,WAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,WAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,WAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,QAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,QAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,QAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,QAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
2
|
+
ACO,OAAO,CAAC,SAAS,CAAC,EAAEN,OAAO,CAAC;AACzCD,YAAY,CAACO,OAAO,CAAC,SAAS,CAAC,EAAEN,OAAO,CAAC;AACzCD,YAAY,CAACO,OAAO,CAAC,cAAc,CAAC,EAAEN,OAAO,CAAC;AAC9CD,YAAY,CAACO,OAAO,CAAC,WAAW,CAAC,EAAEN,OAAO,CAAC","ignoreList":[]}
|
|
@@ -106,4 +106,15 @@ const stepStyles = exports.stepStyles = _reactNative.StyleSheet.create({
|
|
|
106
106
|
marginBottom: 0
|
|
107
107
|
}
|
|
108
108
|
});
|
|
109
|
+
//# sourceMappingURL=spacing.js.maptAlign: 'left',
|
|
110
|
+
maxWidth: 320,
|
|
111
|
+
alignSelf: 'flex-start',
|
|
112
|
+
marginBottom: 0,
|
|
113
|
+
marginTop: 0
|
|
114
|
+
},
|
|
115
|
+
buttonContainer: {
|
|
116
|
+
marginTop: 0,
|
|
117
|
+
marginBottom: 0
|
|
118
|
+
}
|
|
119
|
+
});
|
|
109
120
|
//# sourceMappingURL=spacing.js.map
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["_reactNative","require","_spacing","STEP_GAP","exports","STEP_INNER_GAP","stepStyles","StyleSheet","create","container","width","maxWidth","alignSelf","sectionSpacing","marginBottom","header","alignItems","gap","title","textAlign","marginTop","subtitle","buttonContainer"],"sourceRoot":"../../../../src","sources":["ui/styles/spacing.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAcA,IAAAC,QAAA,GAAAD,OAAA;AAZA;AACA;AACA;AACA;AACA;AACO,MAAME,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG,EAAE,CAAC,CAAC;AACrB,MAAME,cAAc,GAAAD,OAAA,CAAAC,cAAA,GAAG,EAAE,CAAC,CAAC;;AAElC;AACA;AACA;AACA;;AAYA;AACA;AACA;AACA;AACA;AACO,MAAMC,UAAU,GAAAF,OAAA,CAAAE,UAAA,GAAGC,uBAAU,CAACC,MAAM,CAAC;EACxCC,SAAS,EAAE;IACP;IACAC,KAAK,EAAE,MAAM;IACbC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE;EACf,CAAC;EACDC,cAAc,EAAE;IACZ;IACA;IACAC,YAAY,EAAE;EAClB,CAAC;EACDC,MAAM,EAAE;IACJC,UAAU,EAAE,YAAY;IACxBN,KAAK,EAAE,MAAM;IACbO,GAAG,EAAEZ;EACT,CAAC;EACDa,KAAK,EAAE;IACHC,SAAS,EAAE,MAAM;IACjBL,YAAY,EAAE,CAAC;IACfM,SAAS,EAAE;EACf,CAAC;EACDC,QAAQ,EAAE;IACNF,SAAS,EAAE,MAAM;IACjBR,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,YAAY;IACvBE,YAAY,EAAE,CAAC;IACfM,SAAS,EAAE;EACf,CAAC;EACDE,eAAe,EAAE;IACbF,SAAS,EAAE,CAAC;IACZN,YAAY,EAAE;EAClB;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
2
|
+
EC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACL,yBAAyB;EAAE;AAAE,CAAC,CAAC;AACnJZ,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,yBAAyB,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACN,uBAAuB;EAAE;AAAE,CAAC,CAAC;AAC/IX,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,aAAa,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACP,WAAW;EAAE;AAAE,CAAC,CAAC;AACvHV,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,mBAAmB,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACR,iBAAiB;EAAE;AAAE,CAAC,CAAC;AACnIT,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,eAAe,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACT,aAAa;EAAE;AAAE,CAAC,CAAC;AAC3HR,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,qBAAqB,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACV,mBAAmB;EAAE;AAAE,CAAC,CAAC;AACvIP,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,6BAA6B,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACX,2BAA2B;EAAE;AAAE,CAAC,CAAC;AACvJN,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,6BAA6B,EAAE;EAAEgB,UAAU,EAAE,IAAI;EAAEC,GAAG,EAAE,SAAAA,CAAA,EAAY;IAAE,OAAOF,SAAS,CAACZ,2BAA2B;EAAE;AAAE,CAAC,CAAC;AACvJ;AACA;AACA;AACA;AACA;AACAH,OAAO,CAACE,UAAU,GAAGW,cAAc,CAACK,UAAU,CAACC,MAAM,CAAC;EAClDC,SAAS,EAAE;IACP;IACAC,KAAK,EAAE,MAAM;IACbC,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE;EACf,CAAC;EACDC,cAAc,EAAE;IACZ;IACA;IACAC,YAAY,EAAE;EAClB,CAAC;EACDC,MAAM,EAAE;IACJC,UAAU,EAAE,YAAY;IACxBN,KAAK,EAAE,MAAM;IACbO,GAAG,EAAE5B,OAAO,CAACW;EACjB,CAAC;EACDkB,KAAK,EAAE;IACHC,SAAS,EAAE,MAAM;IACjBL,YAAY,EAAE,CAAC;IACfM,SAAS,EAAE;EACf,CAAC;EACDC,QAAQ,EAAE;IACNF,SAAS,EAAE,MAAM;IACjBR,QAAQ,EAAE,GAAG;IACbC,SAAS,EAAE,YAAY;IACvBE,YAAY,EAAE,CAAC;IACfM,SAAS,EAAE;EACf,CAAC;EACDE,eAAe,EAAE;IACbF,SAAS,EAAE,CAAC;IACZN,YAAY,EAAE;EAClB;AACJ,CAAC,CAAC","ignoreList":[]}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
exports.createCommonStyles = exports.useThemeColors = exports.getTheme = void 0;
|
|
7
|
+
const react_native_1 = require("react-native");
|
|
8
|
+
const fonts_1 = require("./fonts");
|
|
9
9
|
const lightColors = {
|
|
10
10
|
text: '#000000',
|
|
11
11
|
background: '#FFFFFF',
|
|
@@ -36,8 +36,8 @@ const createTheme = isDark => {
|
|
|
36
36
|
colors,
|
|
37
37
|
fonts: {
|
|
38
38
|
title: {
|
|
39
|
-
fontFamily:
|
|
40
|
-
fontWeight:
|
|
39
|
+
fontFamily: fonts_1.fontFamilies.interBold,
|
|
40
|
+
fontWeight: react_native_1.Platform.OS === 'web' ? 'bold' : undefined,
|
|
41
41
|
fontSize: 34
|
|
42
42
|
},
|
|
43
43
|
body: {
|
|
@@ -45,7 +45,7 @@ const createTheme = isDark => {
|
|
|
45
45
|
lineHeight: 24
|
|
46
46
|
},
|
|
47
47
|
button: {
|
|
48
|
-
fontFamily:
|
|
48
|
+
fontFamily: fonts_1.fontFamilies.interSemiBold,
|
|
49
49
|
fontSize: 16,
|
|
50
50
|
fontWeight: '600',
|
|
51
51
|
color: '#FFFFFF'
|
|
@@ -63,17 +63,16 @@ const getTheme = theme => {
|
|
|
63
63
|
};
|
|
64
64
|
exports.getTheme = getTheme;
|
|
65
65
|
const useThemeColors = theme => {
|
|
66
|
-
return getTheme(theme).colors;
|
|
66
|
+
return (0, exports.getTheme)(theme).colors;
|
|
67
67
|
};
|
|
68
|
-
|
|
69
|
-
// Common styles that can be reused across components
|
|
70
68
|
exports.useThemeColors = useThemeColors;
|
|
69
|
+
// Common styles that can be reused across components
|
|
71
70
|
const createCommonStyles = theme => {
|
|
72
|
-
const themeObj = getTheme(theme);
|
|
71
|
+
const themeObj = (0, exports.getTheme)(theme);
|
|
73
72
|
const {
|
|
74
73
|
colors
|
|
75
74
|
} = themeObj;
|
|
76
|
-
return
|
|
75
|
+
return react_native_1.StyleSheet.create({
|
|
77
76
|
container: {
|
|
78
77
|
backgroundColor: colors.background
|
|
79
78
|
},
|
|
@@ -99,7 +98,7 @@ const createCommonStyles = theme => {
|
|
|
99
98
|
marginTop: 24
|
|
100
99
|
},
|
|
101
100
|
buttonText: {
|
|
102
|
-
fontFamily:
|
|
101
|
+
fontFamily: fonts_1.fontFamilies.interSemiBold,
|
|
103
102
|
fontSize: 16,
|
|
104
103
|
fontWeight: '600',
|
|
105
104
|
color: '#FFFFFF'
|