@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,24 +1,66 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
Object.defineProperty(o, k2, desc);
|
|
15
|
+
} : function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
o[k2] = m[k];
|
|
18
|
+
});
|
|
19
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
+
Object.defineProperty(o, "default", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
value: v
|
|
23
|
+
});
|
|
24
|
+
} : function (o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = void 0 && (void 0).__importStar || function () {
|
|
28
|
+
var ownKeys = function (o) {
|
|
29
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
+
var ar = [];
|
|
31
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
+
return ar;
|
|
33
|
+
};
|
|
34
|
+
return ownKeys(o);
|
|
35
|
+
};
|
|
36
|
+
return function (mod) {
|
|
37
|
+
if (mod && mod.__esModule) return mod;
|
|
38
|
+
var result = {};
|
|
39
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
return result;
|
|
42
|
+
};
|
|
43
|
+
}();
|
|
44
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
45
|
+
return mod && mod.__esModule ? mod : {
|
|
46
|
+
"default": mod
|
|
47
|
+
};
|
|
48
|
+
};
|
|
3
49
|
Object.defineProperty(exports, "__esModule", {
|
|
4
50
|
value: true
|
|
5
51
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
52
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
53
|
+
const React = __importStar(require("react"));
|
|
54
|
+
const react_native_1 = require("react-native");
|
|
55
|
+
const Pressable_1 = require("./Pressable");
|
|
56
|
+
const utils_1 = require("./utils");
|
|
57
|
+
const theming_1 = require("../theming");
|
|
58
|
+
const forwardRef_1 = require("../utils/forwardRef");
|
|
59
|
+
const hasTouchHandler_1 = __importDefault(require("../utils/hasTouchHandler"));
|
|
17
60
|
// Settings context not needed - removed dependency
|
|
18
|
-
const SettingsContext =
|
|
61
|
+
const SettingsContext = React.createContext({
|
|
19
62
|
rippleEffectEnabled: true
|
|
20
63
|
});
|
|
21
|
-
|
|
22
64
|
// Color manipulation utilities (simplified without color package)
|
|
23
65
|
const hexToRgb = hex => {
|
|
24
66
|
const r = Number.parseInt(hex.slice(1, 3), 16);
|
|
@@ -76,10 +118,10 @@ const TouchableRipple = ({
|
|
|
76
118
|
theme: themeOverrides,
|
|
77
119
|
...rest
|
|
78
120
|
}, ref) => {
|
|
79
|
-
const theme = (0,
|
|
121
|
+
const theme = (0, theming_1.useInternalTheme)(themeOverrides);
|
|
80
122
|
const {
|
|
81
123
|
calculatedRippleColor
|
|
82
|
-
} = (0,
|
|
124
|
+
} = (0, utils_1.getTouchableRippleColors)({
|
|
83
125
|
theme,
|
|
84
126
|
rippleColor
|
|
85
127
|
});
|
|
@@ -109,7 +151,6 @@ const TouchableRipple = ({
|
|
|
109
151
|
touches
|
|
110
152
|
} = e.nativeEvent;
|
|
111
153
|
const touch = touches?.[0] ?? changedTouches?.[0];
|
|
112
|
-
|
|
113
154
|
// If centered or it was pressed using keyboard - enter or space
|
|
114
155
|
if (centered || !touch) {
|
|
115
156
|
touchX = dimensions.width / 2;
|
|
@@ -118,14 +159,12 @@ const TouchableRipple = ({
|
|
|
118
159
|
touchX = touch.locationX ?? e.pageX;
|
|
119
160
|
touchY = touch.locationY ?? e.pageY;
|
|
120
161
|
}
|
|
121
|
-
|
|
122
162
|
// Get the size of the button to determine how big the ripple should be
|
|
123
163
|
const size = centered ?
|
|
124
164
|
// If ripple is always centered, we don't need to make it too big
|
|
125
165
|
Math.min(dimensions.width, dimensions.height) * 1.5 :
|
|
126
166
|
// Otherwise make it twice as big so clicking on one end spreads ripple to other
|
|
127
167
|
Math.max(dimensions.width, dimensions.height) * 2;
|
|
128
|
-
|
|
129
168
|
// Create a container for our ripple effect so we don't need to change the parent's style
|
|
130
169
|
const container = document.createElement('span');
|
|
131
170
|
container.setAttribute('data-paper-ripple', '');
|
|
@@ -142,7 +181,6 @@ const TouchableRipple = ({
|
|
|
142
181
|
borderBottomLeftRadius: style.borderBottomLeftRadius,
|
|
143
182
|
overflow: centered ? 'visible' : 'hidden'
|
|
144
183
|
});
|
|
145
|
-
|
|
146
184
|
// Create span to show the ripple effect
|
|
147
185
|
const ripple = document.createElement('span');
|
|
148
186
|
Object.assign(ripple.style, {
|
|
@@ -164,11 +202,9 @@ const TouchableRipple = ({
|
|
|
164
202
|
width: `${size}px`,
|
|
165
203
|
height: `${size}px`
|
|
166
204
|
});
|
|
167
|
-
|
|
168
205
|
// Finally, append it to DOM
|
|
169
206
|
container.appendChild(ripple);
|
|
170
207
|
button.appendChild(container);
|
|
171
|
-
|
|
172
208
|
// rAF runs in the same frame as the event handler
|
|
173
209
|
// Use double rAF to ensure the transition class is added in next frame
|
|
174
210
|
// This will make sure that the transition animation is triggered
|
|
@@ -194,7 +230,6 @@ const TouchableRipple = ({
|
|
|
194
230
|
transitionDuration: '250ms',
|
|
195
231
|
opacity: 0
|
|
196
232
|
});
|
|
197
|
-
|
|
198
233
|
// Finally remove the span after the transition
|
|
199
234
|
setTimeout(() => {
|
|
200
235
|
const {
|
|
@@ -209,14 +244,14 @@ const TouchableRipple = ({
|
|
|
209
244
|
});
|
|
210
245
|
}
|
|
211
246
|
}, [onPressOut, rippleEffectEnabled]);
|
|
212
|
-
const hasPassedTouchHandler = (0,
|
|
247
|
+
const hasPassedTouchHandler = (0, hasTouchHandler_1.default)({
|
|
213
248
|
onPress,
|
|
214
249
|
onLongPress,
|
|
215
250
|
onPressIn,
|
|
216
251
|
onPressOut
|
|
217
252
|
});
|
|
218
253
|
const disabled = disabledProp || !hasPassedTouchHandler;
|
|
219
|
-
return
|
|
254
|
+
return (0, jsx_runtime_1.jsx)(Pressable_1.Pressable, {
|
|
220
255
|
...rest,
|
|
221
256
|
ref: ref,
|
|
222
257
|
onPressIn: handlePressIn,
|
|
@@ -231,21 +266,20 @@ const TouchableRipple = ({
|
|
|
231
266
|
children: state => React.Children.only(typeof children === 'function' ? children(state) : children)
|
|
232
267
|
});
|
|
233
268
|
};
|
|
234
|
-
|
|
235
269
|
/**
|
|
236
270
|
* Whether ripple effect is supported.
|
|
237
271
|
*/
|
|
238
272
|
TouchableRipple.supported = true;
|
|
239
|
-
const styles =
|
|
273
|
+
const styles = react_native_1.StyleSheet.create({
|
|
240
274
|
touchable: {
|
|
241
275
|
position: 'relative',
|
|
242
|
-
...(
|
|
276
|
+
...(react_native_1.Platform.OS === 'web' && {
|
|
243
277
|
cursor: 'pointer',
|
|
244
278
|
transition: '150ms background-color'
|
|
245
279
|
})
|
|
246
280
|
},
|
|
247
281
|
disabled: {
|
|
248
|
-
...(
|
|
282
|
+
...(react_native_1.Platform.OS === 'web' && {
|
|
249
283
|
cursor: 'auto'
|
|
250
284
|
})
|
|
251
285
|
},
|
|
@@ -253,6 +287,6 @@ const styles = _reactNative.StyleSheet.create({
|
|
|
253
287
|
overflow: 'hidden'
|
|
254
288
|
}
|
|
255
289
|
});
|
|
256
|
-
const Component = (0,
|
|
257
|
-
|
|
290
|
+
const Component = (0, forwardRef_1.forwardRef)(TouchableRipple);
|
|
291
|
+
exports.default = Component;
|
|
258
292
|
//# sourceMappingURL=TouchableRipple.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_Pressable","_utils","_theming","_forwardRef","_hasTouchHandler","_interopRequireDefault","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","SettingsContext","createContext","rippleEffectEnabled","hexToRgb","hex","Number","parseInt","slice","g","b","fadeColor","color","alpha","colorUtil","fade","rgb","string","TouchableRipple","style","background","_background","borderless","disabled","disabledProp","rippleColor","underlayColor","_underlayColor","children","theme","themeOverrides","rest","ref","useInternalTheme","calculatedRippleColor","getTouchableRippleColors","hoverColor","useContext","onPress","onLongPress","onPressIn","onPressOut","handlePressIn","useCallback","centered","button","currentTarget","window","getComputedStyle","dimensions","getBoundingClientRect","touchX","touchY","changedTouches","touches","nativeEvent","touch","width","height","locationX","pageX","locationY","pageY","size","Math","min","max","container","document","createElement","setAttribute","assign","position","pointerEvents","top","left","right","bottom","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius","overflow","ripple","backgroundColor","borderRadius","transitionProperty","transitionDuration","transitionTimingFunction","transformOrigin","transform","opacity","appendChild","requestAnimationFrame","handlePressOut","containers","querySelectorAll","forEach","firstChild","setTimeout","parentNode","removeChild","hasPassedTouchHandler","hasTouchHandler","jsx","Pressable","state","styles","touchable","hovered","Children","only","supported","StyleSheet","create","Platform","OS","cursor","transition","Component","forwardRef","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/TouchableRipple.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","__importDefault","exports","jsx_runtime_1","require","React","react_native_1","Pressable_1","utils_1","theming_1","forwardRef_1","hasTouchHandler_1","SettingsContext","createContext","rippleEffectEnabled","hexToRgb","hex","r","Number","parseInt","slice","g","b","fadeColor","color","alpha","colorUtil","fade","rgb","string","TouchableRipple","style","background","_background","borderless","disabled","disabledProp","rippleColor","underlayColor","_underlayColor","children","theme","themeOverrides","rest","ref","useInternalTheme","calculatedRippleColor","getTouchableRippleColors","hoverColor","useContext","onPress","onLongPress","onPressIn","onPressOut","handlePressIn","useCallback","e","centered","button","currentTarget","window","getComputedStyle","dimensions","getBoundingClientRect","touchX","touchY","changedTouches","touches","nativeEvent","touch","width","height","locationX","pageX","locationY","pageY","size","Math","min","max","container","document","createElement","setAttribute","assign","position","pointerEvents","top","left","right","bottom","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius","overflow","ripple","backgroundColor","borderRadius","transitionProperty","transitionDuration","transitionTimingFunction","transformOrigin","transform","opacity","appendChild","requestAnimationFrame","handlePressOut","containers","querySelectorAll","forEach","firstChild","setTimeout","parentNode","removeChild","hasPassedTouchHandler","default","jsx","Pressable","state","styles","touchable","hovered","Children","only","supported","StyleSheet","Platform","OS","cursor","transition","Component","forwardRef"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/TouchableRipple.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,23 +1,66 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
Object.defineProperty(o, k2, desc);
|
|
15
|
+
} : function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
o[k2] = m[k];
|
|
18
|
+
});
|
|
19
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
+
Object.defineProperty(o, "default", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
value: v
|
|
23
|
+
});
|
|
24
|
+
} : function (o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = void 0 && (void 0).__importStar || function () {
|
|
28
|
+
var ownKeys = function (o) {
|
|
29
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
+
var ar = [];
|
|
31
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
+
return ar;
|
|
33
|
+
};
|
|
34
|
+
return ownKeys(o);
|
|
35
|
+
};
|
|
36
|
+
return function (mod) {
|
|
37
|
+
if (mod && mod.__esModule) return mod;
|
|
38
|
+
var result = {};
|
|
39
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
return result;
|
|
42
|
+
};
|
|
43
|
+
}();
|
|
44
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
45
|
+
return mod && mod.__esModule ? mod : {
|
|
46
|
+
"default": mod
|
|
47
|
+
};
|
|
48
|
+
};
|
|
3
49
|
Object.defineProperty(exports, "__esModule", {
|
|
4
50
|
value: true
|
|
5
51
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var _theming = require("../theming.js");
|
|
12
|
-
var _forwardRef = require("../utils/forwardRef.js");
|
|
13
|
-
var _hasTouchHandler = _interopRequireDefault(require("../utils/hasTouchHandler.js"));
|
|
14
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
52
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
53
|
+
const React = __importStar(require("react"));
|
|
54
|
+
const react_native_1 = require("react-native");
|
|
55
|
+
const Pressable_1 = require("./Pressable");
|
|
56
|
+
const utils_1 = require("./utils");
|
|
17
57
|
// Settings context not needed - removed dependency
|
|
18
|
-
const SettingsContext =
|
|
58
|
+
const SettingsContext = React.createContext({
|
|
19
59
|
rippleEffectEnabled: true
|
|
20
60
|
});
|
|
61
|
+
const theming_1 = require("../theming");
|
|
62
|
+
const forwardRef_1 = require("../utils/forwardRef");
|
|
63
|
+
const hasTouchHandler_1 = __importDefault(require("../utils/hasTouchHandler"));
|
|
21
64
|
const ANDROID_VERSION_LOLLIPOP = 21;
|
|
22
65
|
const ANDROID_VERSION_PIE = 28;
|
|
23
66
|
const TouchableRipple = ({
|
|
@@ -31,7 +74,7 @@ const TouchableRipple = ({
|
|
|
31
74
|
theme: themeOverrides,
|
|
32
75
|
...rest
|
|
33
76
|
}, ref) => {
|
|
34
|
-
const theme = (0,
|
|
77
|
+
const theme = (0, theming_1.useInternalTheme)(themeOverrides);
|
|
35
78
|
const {
|
|
36
79
|
rippleEffectEnabled
|
|
37
80
|
} = React.useContext(SettingsContext);
|
|
@@ -41,7 +84,7 @@ const TouchableRipple = ({
|
|
|
41
84
|
onPressIn,
|
|
42
85
|
onPressOut
|
|
43
86
|
} = rest;
|
|
44
|
-
const hasPassedTouchHandler = (0,
|
|
87
|
+
const hasPassedTouchHandler = (0, hasTouchHandler_1.default)({
|
|
45
88
|
onPress,
|
|
46
89
|
onLongPress,
|
|
47
90
|
onPressIn,
|
|
@@ -51,22 +94,21 @@ const TouchableRipple = ({
|
|
|
51
94
|
const {
|
|
52
95
|
calculatedRippleColor,
|
|
53
96
|
calculatedUnderlayColor
|
|
54
|
-
} = (0,
|
|
97
|
+
} = (0, utils_1.getTouchableRippleColors)({
|
|
55
98
|
theme,
|
|
56
99
|
rippleColor,
|
|
57
100
|
underlayColor
|
|
58
101
|
});
|
|
59
|
-
|
|
60
102
|
// A workaround for ripple on Android P is to use useForeground + overflow: 'hidden'
|
|
61
103
|
// https://github.com/facebook/react-native/issues/6480
|
|
62
|
-
const useForeground =
|
|
104
|
+
const useForeground = react_native_1.Platform.OS === 'android' && react_native_1.Platform.Version >= ANDROID_VERSION_PIE && borderless;
|
|
63
105
|
if (TouchableRipple.supported) {
|
|
64
106
|
const androidRipple = rippleEffectEnabled ? background ?? {
|
|
65
107
|
color: calculatedRippleColor,
|
|
66
108
|
borderless,
|
|
67
109
|
foreground: useForeground
|
|
68
110
|
} : undefined;
|
|
69
|
-
return
|
|
111
|
+
return (0, jsx_runtime_1.jsx)(Pressable_1.Pressable, {
|
|
70
112
|
...rest,
|
|
71
113
|
ref: ref,
|
|
72
114
|
disabled: disabled,
|
|
@@ -75,15 +117,15 @@ const TouchableRipple = ({
|
|
|
75
117
|
children: React.Children.only(children)
|
|
76
118
|
});
|
|
77
119
|
}
|
|
78
|
-
return
|
|
120
|
+
return (0, jsx_runtime_1.jsx)(Pressable_1.Pressable, {
|
|
79
121
|
...rest,
|
|
80
122
|
ref: ref,
|
|
81
123
|
disabled: disabled,
|
|
82
124
|
style: [borderless && styles.overflowHidden, style],
|
|
83
125
|
children: ({
|
|
84
126
|
pressed
|
|
85
|
-
}) =>
|
|
86
|
-
children: [pressed && rippleEffectEnabled &&
|
|
127
|
+
}) => (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, {
|
|
128
|
+
children: [pressed && rippleEffectEnabled && (0, jsx_runtime_1.jsx)(react_native_1.View, {
|
|
87
129
|
testID: "touchable-ripple-underlay",
|
|
88
130
|
style: [styles.underlay, {
|
|
89
131
|
backgroundColor: calculatedUnderlayColor
|
|
@@ -92,16 +134,16 @@ const TouchableRipple = ({
|
|
|
92
134
|
})
|
|
93
135
|
});
|
|
94
136
|
};
|
|
95
|
-
TouchableRipple.supported =
|
|
96
|
-
const styles =
|
|
137
|
+
TouchableRipple.supported = react_native_1.Platform.OS === 'android' && react_native_1.Platform.Version >= ANDROID_VERSION_LOLLIPOP;
|
|
138
|
+
const styles = react_native_1.StyleSheet.create({
|
|
97
139
|
overflowHidden: {
|
|
98
140
|
overflow: 'hidden'
|
|
99
141
|
},
|
|
100
142
|
underlay: {
|
|
101
|
-
...
|
|
143
|
+
...react_native_1.StyleSheet.absoluteFillObject,
|
|
102
144
|
zIndex: 2
|
|
103
145
|
}
|
|
104
146
|
});
|
|
105
|
-
const Component = (0,
|
|
106
|
-
|
|
147
|
+
const Component = (0, forwardRef_1.forwardRef)(TouchableRipple);
|
|
148
|
+
exports.default = Component;
|
|
107
149
|
//# sourceMappingURL=TouchableRipple.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__createBinding","Object","create","o","m","k","k2","undefined","desc","getOwnPropertyDescriptor","__esModule","writable","configurable","enumerable","get","defineProperty","__setModuleDefault","v","value","__importStar","ownKeys","getOwnPropertyNames","ar","prototype","hasOwnProperty","call","length","mod","result","i","__importDefault","exports","jsx_runtime_1","require","React","react_native_1","Pressable_1","utils_1","SettingsContext","createContext","rippleEffectEnabled","theming_1","forwardRef_1","hasTouchHandler_1","ANDROID_VERSION_LOLLIPOP","ANDROID_VERSION_PIE","TouchableRipple","style","background","borderless","disabled","disabledProp","rippleColor","underlayColor","children","theme","themeOverrides","rest","ref","useInternalTheme","useContext","onPress","onLongPress","onPressIn","onPressOut","hasPassedTouchHandler","default","calculatedRippleColor","calculatedUnderlayColor","getTouchableRippleColors","useForeground","Platform","OS","Version","supported","androidRipple","color","foreground","jsx","Pressable","styles","overflowHidden","android_ripple","Children","only","pressed","jsxs","Fragment","View","testID","underlay","backgroundColor","StyleSheet","overflow","absoluteFillObject","zIndex","Component","forwardRef"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/TouchableRipple.native.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
4
|
+
return mod && mod.__esModule ? mod : {
|
|
5
|
+
"default": mod
|
|
6
|
+
};
|
|
7
|
+
};
|
|
3
8
|
Object.defineProperty(exports, "__esModule", {
|
|
4
9
|
value: true
|
|
5
10
|
});
|
|
6
11
|
exports.getTouchableRippleColors = void 0;
|
|
7
|
-
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const color_1 = __importDefault(require("color"));
|
|
9
13
|
const getUnderlayColor = ({
|
|
10
14
|
theme,
|
|
11
15
|
calculatedRippleColor,
|
|
@@ -17,7 +21,7 @@ const getUnderlayColor = ({
|
|
|
17
21
|
if (theme.isV3) {
|
|
18
22
|
return typeof calculatedRippleColor === 'string' ? calculatedRippleColor : '#000000';
|
|
19
23
|
}
|
|
20
|
-
return (0,
|
|
24
|
+
return (0, color_1.default)(typeof calculatedRippleColor === 'string' ? calculatedRippleColor : '#000000').fade(0.5).rgb().string();
|
|
21
25
|
};
|
|
22
26
|
const getRippleColor = ({
|
|
23
27
|
theme,
|
|
@@ -27,12 +31,12 @@ const getRippleColor = ({
|
|
|
27
31
|
return rippleColor;
|
|
28
32
|
}
|
|
29
33
|
if (theme.isV3) {
|
|
30
|
-
return (0,
|
|
34
|
+
return (0, color_1.default)(theme.colors.onSurface).alpha(0.12).rgb().string();
|
|
31
35
|
}
|
|
32
36
|
if (theme.dark) {
|
|
33
|
-
return (0,
|
|
37
|
+
return (0, color_1.default)(theme.colors.onSurface || theme.colors.text || '#000000').alpha(0.32).rgb().string();
|
|
34
38
|
}
|
|
35
|
-
return (0,
|
|
39
|
+
return (0, color_1.default)(theme.colors.text || theme.colors.onSurface || '#000000').alpha(0.2).rgb().string();
|
|
36
40
|
};
|
|
37
41
|
const getTouchableRippleColors = ({
|
|
38
42
|
theme,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","getTouchableRippleColors","color_1","require","getUnderlayColor","theme","calculatedRippleColor","underlayColor","isV3","default","fade","rgb","string","getRippleColor","rippleColor","colors","onSurface","alpha","dark","text","calculatedUnderlayColor"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/utils.js"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,eAAe,GAAI,UAAQ,SAAKA,eAAe,IAAK,UAAUC,GAAG,EAAE;EACnE,OAAQA,GAAG,IAAIA,GAAG,CAACC,UAAU,GAAID,GAAG,GAAG;IAAE,SAAS,EAAEA;EAAI,CAAC;AAC7D,CAAC;AACDE,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,wBAAwB,GAAG,KAAK,CAAC;AACzC,MAAMC,OAAO,GAAGR,eAAe,CAACS,OAAO,CAAC,OAAO,CAAC,CAAC;AACjD,MAAMC,gBAAgB,GAAGA,CAAC;EAAEC,KAAK;EAAEC,qBAAqB;EAAEC;AAAe,CAAC,KAAK;EAC3E,IAAIA,aAAa,IAAI,IAAI,EAAE;IACvB,OAAOA,aAAa;EACxB;EACA,IAAIF,KAAK,CAACG,IAAI,EAAE;IACZ,OAAO,OAAOF,qBAAqB,KAAK,QAAQ,GAAGA,qBAAqB,GAAG,SAAS;EACxF;EACA,OAAO,CAAC,CAAC,EAAEJ,OAAO,CAACO,OAAO,EAAE,OAAOH,qBAAqB,KAAK,QAAQ,GAAGA,qBAAqB,GAAG,SAAS,CAAC,CAACI,IAAI,CAAC,GAAG,CAAC,CAACC,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;AACvI,CAAC;AACD,MAAMC,cAAc,GAAGA,CAAC;EAAER,KAAK;EAAES;AAAa,CAAC,KAAK;EAChD,IAAIA,WAAW,EAAE;IACb,OAAOA,WAAW;EACtB;EACA,IAAIT,KAAK,CAACG,IAAI,EAAE;IACZ,OAAO,CAAC,CAAC,EAAEN,OAAO,CAACO,OAAO,EAAEJ,KAAK,CAACU,MAAM,CAACC,SAAS,CAAC,CAACC,KAAK,CAAC,IAAI,CAAC,CAACN,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;EAClF;EACA,IAAIP,KAAK,CAACa,IAAI,EAAE;IACZ,OAAO,CAAC,CAAC,EAAEhB,OAAO,CAACO,OAAO,EAAEJ,KAAK,CAACU,MAAM,CAACC,SAAS,IAAIX,KAAK,CAACU,MAAM,CAACI,IAAI,IAAI,SAAS,CAAC,CAACF,KAAK,CAAC,IAAI,CAAC,CAACN,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;EACpH;EACA,OAAO,CAAC,CAAC,EAAEV,OAAO,CAACO,OAAO,EAAEJ,KAAK,CAACU,MAAM,CAACI,IAAI,IAAId,KAAK,CAACU,MAAM,CAACC,SAAS,IAAI,SAAS,CAAC,CAACC,KAAK,CAAC,GAAG,CAAC,CAACN,GAAG,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;AACnH,CAAC;AACD,MAAMX,wBAAwB,GAAGA,CAAC;EAAEI,KAAK;EAAES,WAAW;EAAEP;AAAe,CAAC,KAAK;EACzE,MAAMD,qBAAqB,GAAGO,cAAc,CAAC;IAAER,KAAK;IAAES;EAAY,CAAC,CAAC;EACpE,OAAO;IACHR,qBAAqB;IACrBc,uBAAuB,EAAEhB,gBAAgB,CAAC;MACtCC,KAAK;MACLC,qBAAqB;MACrBC;IACJ,CAAC;EACL,CAAC;AACL,CAAC;AACDR,OAAO,CAACE,wBAAwB,GAAGA,wBAAwB","ignoreList":[]}
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["_reactNative","require","_theming","_forwardRef","_jsxRuntime","AnimatedText","forwardRef","style","theme","themeOverrides","variant","rest","ref","useInternalTheme","writingDirection","I18nManager","getConstants","isRTL","isV3","font","fonts","Error","Object","keys","join","jsx","Animated","Text","styles","text","color","colors","onSurface","regular","default","bodyMedium","textStyle","StyleSheet","create","textAlign","customAnimatedText","exports","_default"],"sourceRoot":"../../../../../src","sources":["ui/components/Typography/AnimatedText.tsx"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAUA,IAAAC,QAAA,GAAAD,OAAA;AAEA,IAAAE,WAAA,GAAAF,OAAA;AAAiD,IAAAG,WAAA,GAAAH,OAAA;AAyBjD;AACA;AACA;AACA;AACA;AACA,MAAMI,YAAY,GAAG,IAAAC,sBAAU,EAC7B,SAASD,YAAYA,CACnB;EAAEE,KAAK;EAAEC,KAAK,EAAEC,cAAc;EAAEC,OAAO;EAAE,GAAGC;AAAK,CAAC,EAClDC,GAAG,EACH;EACA,MAAMJ,KAAK,GAAG,IAAAK,yBAAgB,EAACJ,cAAc,CAAC;EAC9C,MAAMK,gBAAgB,GAAGC,wBAAW,CAACC,YAAY,CAAC,CAAC,CAACC,KAAK,GAAG,KAAK,GAAG,KAAK;EAEzE,IAAIT,KAAK,CAACU,IAAI,IAAIR,OAAO,EAAE;IACzB,MAAMS,IAAI,GAAGX,KAAK,CAACY,KAAK,CAACV,OAAO,CAAC;IACjC,IAAI,OAAOS,IAAI,KAAK,QAAQ,EAAE;MAC5B,MAAM,IAAIE,KAAK,CACb,WAAWX,OAAO,kDAAkDY,MAAM,CAACC,IAAI,CAC7Ef,KAAK,CAACY,KACR,CAAC,CAACI,IAAI,CAAC,IAAI,CAAC,GACd,CAAC;IACH;IAEA,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,QAAQ,CAACC,IAAI;MACZf,GAAG,EAAEA,GAAI;MAAA,GACLD,IAAI;MACRJ,KAAK,EAAE,CACLY,IAAI,EACJS,MAAM,CAACC,IAAI,EACX;QAAEf,gBAAgB;QAAEgB,KAAK,EAAEtB,KAAK,CAACuB,MAAM,CAACC;MAAU,CAAC,EACnDzB,KAAK;IACL,CACH,CAAC;EAEN;EACE,MAAMY,IAAI,GAAG,CAACX,KAAK,CAACU,IAAI,GAAIV,KAAK,CAACY,KAAK,CAACa,OAAO,IAAIzB,KAAK,CAACY,KAAK,CAACc,OAAO,GAAI1B,KAAK,CAACY,KAAK,CAACe,UAAU;EAChG,MAAMC,SAAS,GAAG;IAChB,GAAGjB,IAAI;IACPW,KAAK,EAAEtB,KAAK,CAACU,IAAI,GAAGV,KAAK,CAACuB,MAAM,CAACC,SAAS,GAAIxB,KAAK,CAACuB,MAAM,CAACF,IAAI,IAAIrB,KAAK,CAACuB,MAAM,CAACC;EAClF,CAAC;EACD,oBACE,IAAA5B,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,QAAQ,CAACC,IAAI;IACZf,GAAG,EAAEA,GAAI;IAAA,GACLD,IAAI;IACRJ,KAAK,EAAE,CACLqB,MAAM,CAACC,IAAI,EACXO,SAAS,EACT;MACEtB;IACF,CAAC,EACDP,KAAK;EACL,CACH,CAAC;AAER,CACF,CAAC;AAED,MAAMqB,MAAM,GAAGS,uBAAU,CAACC,MAAM,CAAC;EAC/BT,IAAI,EAAE;IACJU,SAAS,EAAE;EACb;AACF,CAAC,CAAC;AAEK,MAAMC,kBAAkB,GAAGA,CAAA,KAChCnC,YAAuD;AAACoC,OAAA,CAAAD,kBAAA,GAAAA,kBAAA;AAAA,IAAAE,QAAA,GAAAD,OAAA,CAAAP,OAAA,GAE3C7B,YAAY","ignoreList":[]}
|
|
2
|
+
EACDP,KAAK;EACP,CAAC,CAAC;AACZ,CAAC,CAAC;AACF,MAAMoB,MAAM,GAAGzB,cAAc,CAACkC,UAAU,CAACC,MAAM,CAAC;EAC5CT,IAAI,EAAE;IACFU,SAAS,EAAE;EACf;AACJ,CAAC,CAAC;AACF,MAAMvC,kBAAkB,GAAGA,CAAA,KAAMM,YAAY;AAC7CR,OAAO,CAACE,kBAAkB,GAAGA,kBAAkB;AAC/CF,OAAO,CAACoC,OAAO,GAAG5B,YAAY","ignoreList":[]}
|
|
@@ -5,7 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.MD3TypescaleKey = void 0;
|
|
7
7
|
// MD3TypescaleKey enum for variant types
|
|
8
|
-
|
|
8
|
+
var MD3TypescaleKey;
|
|
9
|
+
(function (MD3TypescaleKey) {
|
|
9
10
|
MD3TypescaleKey["displayLarge"] = "displayLarge";
|
|
10
11
|
MD3TypescaleKey["displayMedium"] = "displayMedium";
|
|
11
12
|
MD3TypescaleKey["displaySmall"] = "displaySmall";
|
|
@@ -21,6 +22,5 @@ let MD3TypescaleKey = exports.MD3TypescaleKey = /*#__PURE__*/function (MD3Typesc
|
|
|
21
22
|
MD3TypescaleKey["bodyLarge"] = "bodyLarge";
|
|
22
23
|
MD3TypescaleKey["bodyMedium"] = "bodyMedium";
|
|
23
24
|
MD3TypescaleKey["bodySmall"] = "bodySmall";
|
|
24
|
-
|
|
25
|
-
}({});
|
|
25
|
+
})(MD3TypescaleKey || (exports.MD3TypescaleKey = MD3TypescaleKey = {}));
|
|
26
26
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["Object","defineProperty","exports","value","MD3TypescaleKey"],"sourceRoot":"../../../../../src","sources":["ui/components/Typography/types.js"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,eAAe,GAAG,KAAK,CAAC;AAChC;AACA,IAAIA,eAAe;AACnB,CAAC,UAAUA,eAAe,EAAE;EACxBA,eAAe,CAAC,cAAc,CAAC,GAAG,cAAc;EAChDA,eAAe,CAAC,eAAe,CAAC,GAAG,eAAe;EAClDA,eAAe,CAAC,cAAc,CAAC,GAAG,cAAc;EAChDA,eAAe,CAAC,eAAe,CAAC,GAAG,eAAe;EAClDA,eAAe,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;EACpDA,eAAe,CAAC,eAAe,CAAC,GAAG,eAAe;EAClDA,eAAe,CAAC,YAAY,CAAC,GAAG,YAAY;EAC5CA,eAAe,CAAC,aAAa,CAAC,GAAG,aAAa;EAC9CA,eAAe,CAAC,YAAY,CAAC,GAAG,YAAY;EAC5CA,eAAe,CAAC,YAAY,CAAC,GAAG,YAAY;EAC5CA,eAAe,CAAC,aAAa,CAAC,GAAG,aAAa;EAC9CA,eAAe,CAAC,YAAY,CAAC,GAAG,YAAY;EAC5CA,eAAe,CAAC,WAAW,CAAC,GAAG,WAAW;EAC1CA,eAAe,CAAC,YAAY,CAAC,GAAG,YAAY;EAC5CA,eAAe,CAAC,WAAW,CAAC,GAAG,WAAW;AAC9C,CAAC,EAAEA,eAAe,KAAKF,OAAO,CAACE,eAAe,GAAGA,eAAe,GAAG,CAAC,CAAC,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","vector_icons_1","FormInput","default","memo","icon","label","onChangeText","placeholder","multiline","numberOfLines","testID","colors","styles","borderColor","accessibilityLabel","accessibilityHint","jsx","View","style","inputContainer","children","jsxs","textAreaWrapper","premiumInputWrapper","border","backgroundColor","inputBackground","shadowColor","primary","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","Ionicons","name","size","color","secondaryText","inputIcon","inputContent","Text","modernLabel","TextInput","textArea","modernInput","text","placeholderTextColor","undefined","displayName"],"sourceRoot":"../../../../../src","sources":["ui/components/feedback/FormInput.js"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["__importDefault","mod","__esModule","Object","defineProperty","exports","value","jsx_runtime_1","require","react_1","react_native_1","ProgressIndicator","default","memo","currentStep","totalSteps","colors","styles","jsx","View","style","progressContainer","accessibilityRole","accessibilityLabel","children","Array","from","length","_","index","progressDot","backgroundColor","primary","width","border","displayName"],"sourceRoot":"../../../../../src","sources":["ui/components/feedback/ProgressIndicator.js"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,eAAe,GAAI,UAAQ,SAAKA,eAAe,IAAK,UAAUC,GAAG,EAAE;EACnE,OAAQA,GAAG,IAAIA,GAAG,CAACC,UAAU,GAAID,GAAG,GAAG;IAAE,SAAS,EAAEA;EAAI,CAAC;AAC7D,CAAC;AACDE,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7D,MAAMC,aAAa,GAAGC,OAAO,CAAC,mBAAmB,CAAC;AAClD,MAAMC,OAAO,GAAGT,eAAe,CAACQ,OAAO,CAAC,OAAO,CAAC,CAAC;AACjD,MAAME,cAAc,GAAGF,OAAO,CAAC,cAAc,CAAC;AAC9C,MAAMG,iBAAiB,GAAGF,OAAO,CAACG,OAAO,CAACC,IAAI,CAAC,CAAC;EAAEC,WAAW;EAAEC,UAAU;EAAEC,MAAM;EAAEC;AAAQ,CAAC,KAAM,CAAC,CAAC,EAAEV,aAAa,CAACW,GAAG,EAAER,cAAc,CAACS,IAAI,EAAE;EAAEC,KAAK,EAAEH,MAAM,CAACI,iBAAiB;EAAEC,iBAAiB,EAAE,aAAa;EAAEC,kBAAkB,EAAE,QAAQT,WAAW,GAAG,CAAC,OAAOC,UAAU,EAAE;EAAES,QAAQ,EAAEC,KAAK,CAACC,IAAI,CAAC;IAAEC,MAAM,EAAEZ;EAAW,CAAC,EAAE,CAACa,CAAC,EAAEC,KAAK,KAAM,CAAC,CAAC,EAAEtB,aAAa,CAACW,GAAG,EAAER,cAAc,CAACS,IAAI,EAAE;IAAEC,KAAK,EAAE,CACxXH,MAAM,CAACa,WAAW,EAClBhB,WAAW,KAAKe,KAAK,GACjB;MAAEE,eAAe,EAAEf,MAAM,CAACgB,OAAO;MAAEC,KAAK,EAAE;IAAG,CAAC,GAC9C;MAAEF,eAAe,EAAEf,MAAM,CAACkB;IAAO,CAAC;EACxC,CAAC,EAAEL,KAAK,CAAE;AAAE,CAAC,CAAE,CAAC;AAC1BlB,iBAAiB,CAACwB,WAAW,GAAG,mBAAmB;AACnD9B,OAAO,CAACO,OAAO,GAAGD,iBAAiB","ignoreList":[]}
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
{"version":3,"names":["FEEDBACK_TYPES","exports","id","label","icon","color","description","PRIORITY_LEVELS","CATEGORIES","bug","feature","general","support"],"sourceRoot":"../../../../../src","sources":["ui/components/feedback/constants.ts"],"mappings":";;;;;;AAEO,MAAMA,cAA8B,GAAAC,OAAA,CAAAD,cAAA,GAAG,CAC1C;EAAEE,EAAE,EAAE,KAAK;EAAEC,KAAK,EAAE,YAAY;EAAEC,IAAI,EAAE,KAAK;EAAEC,KAAK,EAAE,SAAS;EAAEC,WAAW,EAAE;AAA4B,CAAC,EAC3G;EAAEJ,EAAE,EAAE,SAAS;EAAEC,KAAK,EAAE,iBAAiB;EAAEC,IAAI,EAAE,MAAM;EAAEC,KAAK,EAAE,SAAS;EAAEC,WAAW,EAAE;AAAwB,CAAC,EACjH;EAAEJ,EAAE,EAAE,SAAS;EAAEC,KAAK,EAAE,kBAAkB;EAAEC,IAAI,EAAE,YAAY;EAAEC,KAAK,EAAE,SAAS;EAAEC,WAAW,EAAE;AAAsB,CAAC,EACtH;EAAEJ,EAAE,EAAE,SAAS;EAAEC,KAAK,EAAE,iBAAiB;EAAEC,IAAI,EAAE,aAAa;EAAEC,KAAK,EAAE,SAAS;EAAEC,WAAW,EAAE;AAA0B,CAAC,CAC7H;AAEM,MAAMC,eAAgC,GAAAN,OAAA,CAAAM,eAAA,GAAG,CAC5C;EAAEL,EAAE,EAAE,KAAK;EAAEC,KAAK,EAAE,KAAK;EAAEC,IAAI,EAAE,YAAY;EAAEC,KAAK,EAAE;AAAU,CAAC,EACjE;EAAEH,EAAE,EAAE,QAAQ;EAAEC,KAAK,EAAE,QAAQ;EAAEC,IAAI,EAAE,QAAQ;EAAEC,KAAK,EAAE;AAAU,CAAC,EACnE;EAAEH,EAAE,EAAE,MAAM;EAAEC,KAAK,EAAE,MAAM;EAAEC,IAAI,EAAE,UAAU;EAAEC,KAAK,EAAE;AAAU,CAAC,EACjE;EAAEH,EAAE,EAAE,UAAU;EAAEC,KAAK,EAAE,UAAU;EAAEC,IAAI,EAAE,SAAS;EAAEC,KAAK,EAAE;AAAU,CAAC,CAC3E;AAEM,MAAMG,UAAoC,GAAAP,OAAA,CAAAO,UAAA,GAAG;EAChDC,GAAG,EAAE,CAAC,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,SAAS,EAAE,OAAO,CAAC;EACtFC,OAAO,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,OAAO,CAAC;EACjGC,OAAO,EAAE,CAAC,iBAAiB,EAAE,QAAQ,EAAE,aAAa,EAAE,eAAe,EAAE,OAAO,CAAC;EAC/EC,OAAO,EAAE,CAAC,gBAAgB,EAAE,SAAS,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,OAAO;AAC7F,CAAC","ignoreList":[]}
|
|
2
|
+
iB,EAAE,QAAQ,EAAE,aAAa,EAAE,eAAe,EAAE,OAAO,CAAC;EAC/EC,OAAO,EAAE,CAAC,gBAAgB,EAAE,SAAS,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,OAAO;AAC7F,CAAC","ignoreList":[]}
|