@oxyhq/services 19.0.1 → 19.1.1
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.tsx +5 -12
- package/lib/commonjs/assets/icons/OxyServices.js +7 -7
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
- package/lib/commonjs/index.js +56 -25
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/ui/boot/runProviderColdBoot.js +121 -0
- package/lib/commonjs/ui/boot/runProviderColdBoot.js.map +1 -0
- package/lib/commonjs/ui/client.js +10 -17
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/FollowButton.js +28 -92
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
- package/lib/commonjs/ui/components/Header.js +127 -241
- package/lib/commonjs/ui/components/Header.js.map +1 -1
- package/lib/commonjs/ui/components/OxyAccountDialog.js +22 -18
- package/lib/commonjs/ui/components/OxyAccountDialog.js.map +1 -1
- package/lib/commonjs/ui/components/OxyConsentScreen.js +4 -6
- package/lib/commonjs/ui/components/OxyConsentScreen.js.map +1 -1
- package/lib/commonjs/ui/components/OxyOAuthCallback.js +45 -0
- package/lib/commonjs/ui/components/OxyOAuthCallback.js.map +1 -0
- package/lib/commonjs/ui/components/OxyPayButton.js +20 -71
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js +3 -3
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
- package/lib/commonjs/ui/components/OxySignInButton.js +30 -135
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileButton.js +4 -2
- package/lib/commonjs/ui/components/ProfileButton.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileSummaryCard.js +99 -0
- package/lib/commonjs/ui/components/ProfileSummaryCard.js.map +1 -0
- package/lib/commonjs/ui/components/RequireOxyAuth.js +7 -10
- package/lib/commonjs/ui/components/RequireOxyAuth.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +9 -9
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +20 -23
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +6 -6
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +14 -9
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +55 -55
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/paymentStyles.js +13 -13
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +129 -260
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/oxyContextHelpers.js +64 -0
- package/lib/commonjs/ui/context/oxyContextHelpers.js.map +1 -0
- package/lib/commonjs/ui/{components/TextField/Adornment/types.js → context/oxyContextTypes.js} +1 -1
- package/lib/commonjs/ui/context/oxyContextTypes.js.map +1 -0
- package/lib/commonjs/ui/context/useOxyAccountGraph.js +91 -0
- package/lib/commonjs/ui/context/useOxyAccountGraph.js.map +1 -0
- package/lib/commonjs/ui/hooks/queryClient.js +9 -18
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAuth.js +7 -5
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +2 -0
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/index.js +10 -17
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/navigation/accountDialogManager.js +5 -44
- package/lib/commonjs/ui/navigation/accountDialogManager.js.map +1 -1
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +9 -8
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +2 -3
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileScreen.js +8 -19
- package/lib/commonjs/ui/screens/EditProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +8 -8
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +0 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js +59 -1105
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +9 -8
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +0 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +5 -4
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ManageAccountScreen.js +9 -49
- package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +6 -9
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +247 -224
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +21 -20
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +4 -4
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +12 -11
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +3 -2
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js +3 -3
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +7 -8
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/fileManagement/FileListSection.js +114 -0
- package/lib/commonjs/ui/screens/fileManagement/FileListSection.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js +512 -0
- package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/UploadBar.js +59 -0
- package/lib/commonjs/ui/screens/fileManagement/UploadBar.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js +475 -0
- package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/shared.js +67 -0
- package/lib/commonjs/ui/screens/fileManagement/shared.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +3 -2
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +4 -7
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +3 -3
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +3 -2
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/server.js +4 -5
- package/lib/commonjs/ui/server.js.map +1 -1
- package/lib/commonjs/ui/session/createSessionClient.js +2 -2
- package/lib/commonjs/ui/utils/crossOriginRestore.js +109 -0
- package/lib/commonjs/ui/utils/crossOriginRestore.js.map +1 -0
- package/lib/commonjs/ui/utils/deviceCredential.js +23 -0
- package/lib/commonjs/ui/utils/deviceCredential.js.map +1 -0
- package/lib/commonjs/ui/utils/oauthReturn.js +82 -0
- package/lib/commonjs/ui/utils/oauthReturn.js.map +1 -0
- package/lib/commonjs/ui/utils/storageHelpers.js +1 -2
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
- package/lib/module/assets/assets/icons/OxyServices.tsx +5 -12
- package/lib/module/assets/icons/OxyServices.js +7 -7
- package/lib/module/assets/icons/OxyServices.js.map +1 -1
- package/lib/module/index.js +10 -9
- package/lib/module/index.js.map +1 -1
- package/lib/module/ui/boot/runProviderColdBoot.js +116 -0
- package/lib/module/ui/boot/runProviderColdBoot.js.map +1 -0
- package/lib/module/ui/client.js +3 -4
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/FollowButton.js +28 -92
- package/lib/module/ui/components/FollowButton.js.map +1 -1
- package/lib/module/ui/components/Header.js +127 -241
- package/lib/module/ui/components/Header.js.map +1 -1
- package/lib/module/ui/components/OxyAccountDialog.js +22 -18
- package/lib/module/ui/components/OxyAccountDialog.js.map +1 -1
- package/lib/module/ui/components/OxyConsentScreen.js +4 -5
- package/lib/module/ui/components/OxyConsentScreen.js.map +1 -1
- package/lib/module/ui/components/OxyOAuthCallback.js +41 -0
- package/lib/module/ui/components/OxyOAuthCallback.js.map +1 -0
- package/lib/module/ui/components/OxyPayButton.js +21 -71
- package/lib/module/ui/components/OxyPayButton.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +3 -3
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/OxySignInButton.js +34 -139
- package/lib/module/ui/components/OxySignInButton.js.map +1 -1
- package/lib/module/ui/components/ProfileButton.js +5 -3
- package/lib/module/ui/components/ProfileButton.js.map +1 -1
- package/lib/module/ui/components/ProfileSummaryCard.js +95 -0
- package/lib/module/ui/components/ProfileSummaryCard.js.map +1 -0
- package/lib/module/ui/components/RequireOxyAuth.js +7 -9
- package/lib/module/ui/components/RequireOxyAuth.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +9 -9
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
- package/lib/module/ui/components/fileManagement/FileViewer.js +20 -23
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
- package/lib/module/ui/components/fileManagement/UploadPreview.js +6 -6
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
- package/lib/module/ui/components/modals/DeleteAccountModal.js +14 -8
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +54 -54
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
- package/lib/module/ui/components/payment/paymentStyles.js +13 -13
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +128 -259
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/oxyContextHelpers.js +57 -0
- package/lib/module/ui/context/oxyContextHelpers.js.map +1 -0
- package/lib/module/ui/context/oxyContextTypes.js +4 -0
- package/lib/module/ui/context/oxyContextTypes.js.map +1 -0
- package/lib/module/ui/context/useOxyAccountGraph.js +87 -0
- package/lib/module/ui/context/useOxyAccountGraph.js.map +1 -0
- package/lib/module/ui/hooks/queryClient.js +8 -17
- package/lib/module/ui/hooks/queryClient.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +7 -5
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +2 -0
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/index.js +2 -3
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/navigation/accountDialogManager.js +4 -41
- package/lib/module/ui/navigation/accountDialogManager.js.map +1 -1
- package/lib/module/ui/screens/ConnectedAppsScreen.js +8 -7
- package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +2 -3
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileScreen.js +7 -18
- package/lib/module/ui/screens/EditProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +8 -8
- package/lib/module/ui/screens/FAQScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +0 -1
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js +53 -1098
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +9 -8
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +0 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +5 -4
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/ManageAccountScreen.js +11 -51
- package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
- package/lib/module/ui/screens/PaymentGatewayScreen.js +4 -7
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +247 -224
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js +19 -18
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +3 -3
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +12 -11
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +3 -2
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +2 -2
- package/lib/module/ui/screens/UserListScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +6 -6
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/fileManagement/FileListSection.js +110 -0
- package/lib/module/ui/screens/fileManagement/FileListSection.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js +509 -0
- package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/UploadBar.js +55 -0
- package/lib/module/ui/screens/fileManagement/UploadBar.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js +471 -0
- package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/shared.js +58 -0
- package/lib/module/ui/screens/fileManagement/shared.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustCenterScreen.js +3 -2
- package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustFAQScreen.js +4 -7
- package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +2 -2
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/trust/TrustRulesScreen.js +3 -2
- package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -1
- package/lib/module/ui/server.js +2 -3
- package/lib/module/ui/server.js.map +1 -1
- package/lib/module/ui/session/createSessionClient.js +2 -2
- package/lib/module/ui/utils/crossOriginRestore.js +101 -0
- package/lib/module/ui/utils/crossOriginRestore.js.map +1 -0
- package/lib/module/ui/utils/deviceCredential.js +18 -0
- package/lib/module/ui/utils/deviceCredential.js.map +1 -0
- package/lib/module/ui/utils/oauthReturn.js +78 -0
- package/lib/module/ui/utils/oauthReturn.js.map +1 -0
- package/lib/module/ui/utils/storageHelpers.js +1 -2
- package/lib/module/ui/utils/storageHelpers.js.map +1 -1
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts +0 -5
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +11 -6
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts +29 -0
- package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/client.d.ts +3 -4
- package/lib/typescript/commonjs/ui/client.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/Header.d.ts +16 -21
- package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/OxyAccountDialog.d.ts +3 -7
- package/lib/typescript/commonjs/ui/components/OxyAccountDialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts +11 -0
- package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts +0 -13
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts +33 -0
- package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts +6 -10
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +2 -185
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts +7 -0
- package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts +123 -0
- package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts +26 -0
- package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts +2 -3
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +7 -5
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/index.d.ts +2 -3
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts +4 -34
- package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts +40 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts +38 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts +25 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +39 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts +34 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/server.d.ts +2 -3
- package/lib/typescript/commonjs/ui/server.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts +2 -2
- package/lib/typescript/commonjs/ui/types/navigation.d.ts +2 -18
- package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/crossOriginRestore.d.ts +24 -0
- package/lib/typescript/commonjs/ui/utils/crossOriginRestore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts +8 -0
- package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts +25 -0
- package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts +0 -11
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -1
- package/lib/typescript/module/assets/icons/OxyServices.d.ts +0 -5
- package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +11 -6
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts +29 -0
- package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts.map +1 -0
- package/lib/typescript/module/ui/client.d.ts +3 -4
- package/lib/typescript/module/ui/client.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/Header.d.ts +16 -21
- package/lib/typescript/module/ui/components/Header.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/OxyAccountDialog.d.ts +3 -7
- package/lib/typescript/module/ui/components/OxyAccountDialog.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts +11 -0
- package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts +0 -13
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/ProfileButton.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts +33 -0
- package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/payment/types.d.ts +6 -10
- package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/OxyContext.d.ts +2 -185
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts +7 -0
- package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/oxyContextTypes.d.ts +123 -0
- package/lib/typescript/module/ui/context/oxyContextTypes.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts +26 -0
- package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts +2 -3
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts +7 -5
- package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/index.d.ts +2 -3
- package/lib/typescript/module/ui/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts +4 -34
- package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts +40 -0
- package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts +38 -0
- package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts +25 -0
- package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +39 -0
- package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts +34 -0
- package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/server.d.ts +2 -3
- package/lib/typescript/module/ui/server.d.ts.map +1 -1
- package/lib/typescript/module/ui/session/createSessionClient.d.ts +2 -2
- package/lib/typescript/module/ui/types/navigation.d.ts +2 -18
- package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/crossOriginRestore.d.ts +24 -0
- package/lib/typescript/module/ui/utils/crossOriginRestore.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/deviceCredential.d.ts +8 -0
- package/lib/typescript/module/ui/utils/deviceCredential.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/oauthReturn.d.ts +25 -0
- package/lib/typescript/module/ui/utils/oauthReturn.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts +0 -11
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -1
- package/package.json +29 -17
- package/src/assets/icons/OxyServices.tsx +5 -12
- package/src/index.ts +16 -10
- package/src/ui/boot/runProviderColdBoot.ts +150 -0
- package/src/ui/client.ts +3 -4
- package/src/ui/components/FollowButton.tsx +30 -95
- package/src/ui/components/Header.tsx +135 -405
- package/src/ui/components/OxyAccountDialog.tsx +18 -16
- package/src/ui/components/OxyConsentScreen.tsx +2 -2
- package/src/ui/components/OxyOAuthCallback.tsx +38 -0
- package/src/ui/components/OxyPayButton.tsx +11 -60
- package/src/ui/components/OxyProvider.tsx +3 -3
- package/src/ui/components/OxySignInButton.tsx +35 -134
- package/src/ui/components/ProfileButton.tsx +8 -3
- package/src/ui/components/ProfileSummaryCard.tsx +123 -0
- package/src/ui/components/RequireOxyAuth.tsx +3 -3
- package/src/ui/components/__tests__/OxyConsentScreen.test.tsx +1 -3
- package/src/ui/components/fileManagement/FileDetailsModal.tsx +9 -9
- package/src/ui/components/fileManagement/FileViewer.tsx +20 -22
- package/src/ui/components/fileManagement/UploadPreview.tsx +6 -6
- package/src/ui/components/modals/DeleteAccountModal.tsx +7 -7
- package/src/ui/components/payment/PaymentDetailsStep.tsx +49 -39
- package/src/ui/components/payment/PaymentSummaryStep.tsx +4 -1
- package/src/ui/components/payment/paymentStyles.ts +14 -14
- package/src/ui/components/payment/types.ts +6 -10
- package/src/ui/context/OxyContext.tsx +136 -470
- package/src/ui/context/oxyContextHelpers.ts +58 -0
- package/src/ui/context/oxyContextTypes.ts +124 -0
- package/src/ui/context/useOxyAccountGraph.ts +114 -0
- package/src/ui/hooks/queryClient.ts +9 -20
- package/src/ui/hooks/useAuth.ts +7 -5
- package/src/ui/hooks/useSessionManagement.ts +2 -0
- package/src/ui/index.ts +2 -3
- package/src/ui/navigation/accountDialogManager.ts +4 -40
- package/src/ui/screens/ConnectedAppsScreen.tsx +8 -11
- package/src/ui/screens/EditProfileFieldScreen.tsx +2 -3
- package/src/ui/screens/EditProfileScreen.tsx +8 -14
- package/src/ui/screens/FAQScreen.tsx +7 -8
- package/src/ui/screens/FeedbackScreen.tsx +0 -1
- package/src/ui/screens/FileManagementScreen.tsx +54 -1158
- package/src/ui/screens/HistoryViewScreen.tsx +4 -4
- package/src/ui/screens/LanguageSelectorScreen.tsx +0 -1
- package/src/ui/screens/LegalDocumentsScreen.tsx +4 -3
- package/src/ui/screens/ManageAccountScreen.tsx +14 -47
- package/src/ui/screens/PaymentGatewayScreen.tsx +3 -7
- package/src/ui/screens/PremiumSubscriptionScreen.tsx +33 -31
- package/src/ui/screens/PrivacySettingsScreen.tsx +14 -16
- package/src/ui/screens/ProfileScreen.tsx +3 -3
- package/src/ui/screens/SavesCollectionsScreen.tsx +11 -12
- package/src/ui/screens/SearchSettingsScreen.tsx +2 -2
- package/src/ui/screens/UserListScreen.tsx +2 -2
- package/src/ui/screens/WelcomeNewUserScreen.tsx +6 -7
- package/src/ui/screens/fileManagement/FileListSection.tsx +126 -0
- package/src/ui/screens/fileManagement/PhotoPickerSection.tsx +611 -0
- package/src/ui/screens/fileManagement/UploadBar.tsx +48 -0
- package/src/ui/screens/fileManagement/hooks/useFileUploadState.ts +497 -0
- package/src/ui/screens/fileManagement/shared.ts +65 -0
- package/src/ui/screens/trust/TrustCenterScreen.tsx +2 -2
- package/src/ui/screens/trust/TrustFAQScreen.tsx +4 -10
- package/src/ui/screens/trust/TrustLeaderboardScreen.tsx +2 -2
- package/src/ui/screens/trust/TrustRulesScreen.tsx +2 -2
- package/src/ui/server.ts +2 -3
- package/src/ui/session/createSessionClient.ts +2 -2
- package/src/ui/types/navigation.ts +2 -18
- package/src/ui/utils/crossOriginRestore.ts +129 -0
- package/src/ui/utils/deviceCredential.ts +17 -0
- package/src/ui/utils/oauthReturn.ts +101 -0
- package/src/ui/utils/storageHelpers.ts +0 -12
- package/lib/commonjs/ui/components/ActivityIndicator.js +0 -203
- package/lib/commonjs/ui/components/ActivityIndicator.js.map +0 -1
- package/lib/commonjs/ui/components/AutoHeightScrollView.js +0 -46
- package/lib/commonjs/ui/components/AutoHeightScrollView.js.map +0 -1
- package/lib/commonjs/ui/components/Avatar.js +0 -181
- package/lib/commonjs/ui/components/Avatar.js.map +0 -1
- package/lib/commonjs/ui/components/CrossFadeIcon.js +0 -106
- package/lib/commonjs/ui/components/CrossFadeIcon.js.map +0 -1
- package/lib/commonjs/ui/components/EmptyState.js +0 -41
- package/lib/commonjs/ui/components/EmptyState.js.map +0 -1
- package/lib/commonjs/ui/components/HelperText.js +0 -95
- package/lib/commonjs/ui/components/HelperText.js.map +0 -1
- package/lib/commonjs/ui/components/Icon.js +0 -112
- package/lib/commonjs/ui/components/Icon.js.map +0 -1
- package/lib/commonjs/ui/components/IconButton/IconButton.js +0 -153
- package/lib/commonjs/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/commonjs/ui/components/IconButton/utils.js +0 -155
- package/lib/commonjs/ui/components/IconButton/utils.js.map +0 -1
- package/lib/commonjs/ui/components/LoadingState.js +0 -47
- package/lib/commonjs/ui/components/LoadingState.js.map +0 -1
- package/lib/commonjs/ui/components/OxyLogo.js +0 -110
- package/lib/commonjs/ui/components/OxyLogo.js.map +0 -1
- package/lib/commonjs/ui/components/ProfileCard.js +0 -134
- package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
- package/lib/commonjs/ui/components/QuickActions.js +0 -84
- package/lib/commonjs/ui/components/QuickActions.js.map +0 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +0 -423
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +0 -1
- package/lib/commonjs/ui/components/Surface.js +0 -258
- package/lib/commonjs/ui/components/Surface.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Addons/Outline.js +0 -46
- package/lib/commonjs/ui/components/TextField/Addons/Outline.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js +0 -53
- package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -153
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +0 -144
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +0 -137
- package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js +0 -22
- package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js +0 -62
- package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +0 -176
- package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +0 -84
- package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +0 -381
- package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +0 -365
- package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/constants.js +0 -50
- package/lib/commonjs/ui/components/TextField/constants.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/helpers.js +0 -489
- package/lib/commonjs/ui/components/TextField/helpers.js.map +0 -1
- package/lib/commonjs/ui/components/TextField/types.js +0 -6
- package/lib/commonjs/ui/components/TextField/types.js.map +0 -1
- package/lib/commonjs/ui/components/TextField.js +0 -335
- package/lib/commonjs/ui/components/TextField.js.map +0 -1
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js +0 -12
- package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +0 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +0 -258
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +0 -1
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +0 -107
- package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +0 -1
- package/lib/commonjs/ui/components/TouchableRipple/utils.js +0 -56
- package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +0 -1
- package/lib/commonjs/ui/components/Typography/AnimatedText.js +0 -59
- package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/commonjs/ui/components/Typography/types.js +0 -26
- package/lib/commonjs/ui/components/Typography/types.js.map +0 -1
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js +0 -33
- package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +0 -1
- package/lib/commonjs/ui/components/icon/OxyIcon.js +0 -26
- package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/commonjs/ui/components/theming.js +0 -128
- package/lib/commonjs/ui/components/theming.js.map +0 -1
- package/lib/commonjs/ui/components/types.js +0 -6
- package/lib/commonjs/ui/components/types.js.map +0 -1
- package/lib/commonjs/ui/components/utils/forwardRef.js +0 -18
- package/lib/commonjs/ui/components/utils/forwardRef.js.map +0 -1
- package/lib/commonjs/ui/constants/iconColors.js +0 -84
- package/lib/commonjs/ui/constants/iconColors.js.map +0 -1
- package/lib/commonjs/ui/constants/theme.js +0 -124
- package/lib/commonjs/ui/constants/theme.js.map +0 -1
- package/lib/commonjs/ui/context/ThemeContext.js +0 -36
- package/lib/commonjs/ui/context/ThemeContext.js.map +0 -1
- package/lib/commonjs/ui/hooks/useColorScheme.js +0 -29
- package/lib/commonjs/ui/hooks/useColorScheme.js.map +0 -1
- package/lib/commonjs/ui/styles/authStyles.js +0 -334
- package/lib/commonjs/ui/styles/authStyles.js.map +0 -1
- package/lib/commonjs/ui/styles/theme.js +0 -153
- package/lib/commonjs/ui/styles/theme.js.map +0 -1
- package/lib/module/ui/components/ActivityIndicator.js +0 -198
- package/lib/module/ui/components/ActivityIndicator.js.map +0 -1
- package/lib/module/ui/components/AutoHeightScrollView.js +0 -41
- package/lib/module/ui/components/AutoHeightScrollView.js.map +0 -1
- package/lib/module/ui/components/Avatar.js +0 -177
- package/lib/module/ui/components/Avatar.js.map +0 -1
- package/lib/module/ui/components/CrossFadeIcon.js +0 -101
- package/lib/module/ui/components/CrossFadeIcon.js.map +0 -1
- package/lib/module/ui/components/EmptyState.js +0 -36
- package/lib/module/ui/components/EmptyState.js.map +0 -1
- package/lib/module/ui/components/HelperText.js +0 -90
- package/lib/module/ui/components/HelperText.js.map +0 -1
- package/lib/module/ui/components/Icon.js +0 -106
- package/lib/module/ui/components/Icon.js.map +0 -1
- package/lib/module/ui/components/IconButton/IconButton.js +0 -148
- package/lib/module/ui/components/IconButton/IconButton.js.map +0 -1
- package/lib/module/ui/components/IconButton/utils.js +0 -149
- package/lib/module/ui/components/IconButton/utils.js.map +0 -1
- package/lib/module/ui/components/LoadingState.js +0 -42
- package/lib/module/ui/components/LoadingState.js.map +0 -1
- package/lib/module/ui/components/OxyLogo.js +0 -104
- package/lib/module/ui/components/OxyLogo.js.map +0 -1
- package/lib/module/ui/components/ProfileCard.js +0 -129
- package/lib/module/ui/components/ProfileCard.js.map +0 -1
- package/lib/module/ui/components/QuickActions.js +0 -80
- package/lib/module/ui/components/QuickActions.js.map +0 -1
- package/lib/module/ui/components/StepBasedScreen.js +0 -418
- package/lib/module/ui/components/StepBasedScreen.js.map +0 -1
- package/lib/module/ui/components/Surface.js +0 -252
- package/lib/module/ui/components/Surface.js.map +0 -1
- package/lib/module/ui/components/TextField/Addons/Outline.js +0 -40
- package/lib/module/ui/components/TextField/Addons/Outline.js.map +0 -1
- package/lib/module/ui/components/TextField/Addons/Underline.js +0 -47
- package/lib/module/ui/components/TextField/Addons/Underline.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -146
- package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +0 -141
- package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +0 -135
- package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/enums.js +0 -18
- package/lib/module/ui/components/TextField/Adornment/enums.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/types.js +0 -4
- package/lib/module/ui/components/TextField/Adornment/types.js.map +0 -1
- package/lib/module/ui/components/TextField/Adornment/utils.js +0 -57
- package/lib/module/ui/components/TextField/Adornment/utils.js.map +0 -1
- package/lib/module/ui/components/TextField/Label/InputLabel.js +0 -171
- package/lib/module/ui/components/TextField/Label/InputLabel.js.map +0 -1
- package/lib/module/ui/components/TextField/Label/LabelBackground.js +0 -78
- package/lib/module/ui/components/TextField/Label/LabelBackground.js.map +0 -1
- package/lib/module/ui/components/TextField/TextFieldFlat.js +0 -376
- package/lib/module/ui/components/TextField/TextFieldFlat.js.map +0 -1
- package/lib/module/ui/components/TextField/TextFieldOutlined.js +0 -359
- package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +0 -1
- package/lib/module/ui/components/TextField/constants.js +0 -46
- package/lib/module/ui/components/TextField/constants.js.map +0 -1
- package/lib/module/ui/components/TextField/helpers.js +0 -471
- package/lib/module/ui/components/TextField/helpers.js.map +0 -1
- package/lib/module/ui/components/TextField/types.js +0 -4
- package/lib/module/ui/components/TextField/types.js.map +0 -1
- package/lib/module/ui/components/TextField.js +0 -329
- package/lib/module/ui/components/TextField.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/Pressable.js +0 -9
- package/lib/module/ui/components/TouchableRipple/Pressable.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +0 -253
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +0 -101
- package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +0 -1
- package/lib/module/ui/components/TouchableRipple/utils.js +0 -50
- package/lib/module/ui/components/TouchableRipple/utils.js.map +0 -1
- package/lib/module/ui/components/Typography/AnimatedText.js +0 -54
- package/lib/module/ui/components/Typography/AnimatedText.js.map +0 -1
- package/lib/module/ui/components/Typography/types.js +0 -22
- package/lib/module/ui/components/Typography/types.js.map +0 -1
- package/lib/module/ui/components/feedback/ProgressIndicator.js +0 -28
- package/lib/module/ui/components/feedback/ProgressIndicator.js.map +0 -1
- package/lib/module/ui/components/icon/OxyIcon.js +0 -22
- package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
- package/lib/module/ui/components/theming.js +0 -123
- package/lib/module/ui/components/theming.js.map +0 -1
- package/lib/module/ui/components/types.js +0 -4
- package/lib/module/ui/components/types.js.map +0 -1
- package/lib/module/ui/components/utils/forwardRef.js +0 -13
- package/lib/module/ui/components/utils/forwardRef.js.map +0 -1
- package/lib/module/ui/constants/iconColors.js +0 -78
- package/lib/module/ui/constants/iconColors.js.map +0 -1
- package/lib/module/ui/constants/theme.js +0 -120
- package/lib/module/ui/constants/theme.js.map +0 -1
- package/lib/module/ui/context/ThemeContext.js +0 -29
- package/lib/module/ui/context/ThemeContext.js.map +0 -1
- package/lib/module/ui/hooks/useColorScheme.js +0 -26
- package/lib/module/ui/hooks/useColorScheme.js.map +0 -1
- package/lib/module/ui/styles/authStyles.js +0 -329
- package/lib/module/ui/styles/authStyles.js.map +0 -1
- package/lib/module/ui/styles/theme.js +0 -147
- package/lib/module/ui/styles/theme.js.map +0 -1
- package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts +0 -45
- package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts +0 -23
- package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/Avatar.d.ts +0 -61
- package/lib/typescript/commonjs/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts +0 -28
- package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/EmptyState.d.ts +0 -8
- package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/HelperText.d.ts +0 -47
- package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/Icon.d.ts +0 -61
- package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts +0 -99
- package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts +0 -19
- package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/LoadingState.d.ts +0 -9
- package/lib/typescript/commonjs/ui/components/LoadingState.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts +0 -16
- package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts +0 -21
- package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/QuickActions.d.ts +0 -15
- package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts +0 -28
- package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/Surface.d.ts +0 -76
- package/lib/typescript/commonjs/ui/components/Surface.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts +0 -17
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts +0 -20
- package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -45
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -73
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -78
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts +0 -13
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts +0 -12
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts +0 -12
- package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts +0 -5
- package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts +0 -5
- package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts +0 -5
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts +0 -5
- package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts +0 -32
- package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts +0 -97
- package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField/types.d.ts +0 -155
- package/lib/typescript/commonjs/ui/components/TextField/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TextField.d.ts +0 -192
- package/lib/typescript/commonjs/ui/components/TextField.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts +0 -13
- package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -62
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -25
- package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts +0 -11
- package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts +0 -35
- package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/Typography/types.d.ts +0 -19
- package/lib/typescript/commonjs/ui/components/Typography/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts +0 -11
- package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts +0 -10
- package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/theming.d.ts +0 -8
- package/lib/typescript/commonjs/ui/components/theming.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/types.d.ts +0 -81
- package/lib/typescript/commonjs/ui/components/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts +0 -12
- package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/constants/iconColors.d.ts +0 -130
- package/lib/typescript/commonjs/ui/constants/iconColors.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/constants/theme.d.ts +0 -98
- package/lib/typescript/commonjs/ui/constants/theme.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts +0 -19
- package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/hooks/useColorScheme.d.ts +0 -8
- package/lib/typescript/commonjs/ui/hooks/useColorScheme.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/styles/authStyles.d.ts +0 -328
- package/lib/typescript/commonjs/ui/styles/authStyles.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/styles/theme.d.ts +0 -75
- package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts +0 -45
- package/lib/typescript/module/ui/components/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts +0 -23
- package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/Avatar.d.ts +0 -61
- package/lib/typescript/module/ui/components/Avatar.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts +0 -28
- package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/EmptyState.d.ts +0 -8
- package/lib/typescript/module/ui/components/EmptyState.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/HelperText.d.ts +0 -47
- package/lib/typescript/module/ui/components/HelperText.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/Icon.d.ts +0 -61
- package/lib/typescript/module/ui/components/Icon.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts +0 -99
- package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts +0 -19
- package/lib/typescript/module/ui/components/IconButton/utils.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/LoadingState.d.ts +0 -9
- package/lib/typescript/module/ui/components/LoadingState.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/OxyLogo.d.ts +0 -16
- package/lib/typescript/module/ui/components/OxyLogo.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/ProfileCard.d.ts +0 -21
- package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/QuickActions.d.ts +0 -15
- package/lib/typescript/module/ui/components/QuickActions.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +0 -28
- package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/Surface.d.ts +0 -76
- package/lib/typescript/module/ui/components/Surface.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts +0 -17
- package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts +0 -20
- package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -45
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -73
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -78
- package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts +0 -13
- package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +0 -12
- package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts +0 -12
- package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts +0 -5
- package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts +0 -5
- package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts +0 -5
- package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts +0 -5
- package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/constants.d.ts +0 -32
- package/lib/typescript/module/ui/components/TextField/constants.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts +0 -97
- package/lib/typescript/module/ui/components/TextField/helpers.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField/types.d.ts +0 -155
- package/lib/typescript/module/ui/components/TextField/types.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TextField.d.ts +0 -192
- package/lib/typescript/module/ui/components/TextField.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts +0 -13
- package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -62
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -25
- package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts +0 -11
- package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts +0 -35
- package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/Typography/types.d.ts +0 -19
- package/lib/typescript/module/ui/components/Typography/types.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts +0 -11
- package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts +0 -10
- package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/theming.d.ts +0 -8
- package/lib/typescript/module/ui/components/theming.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/types.d.ts +0 -81
- package/lib/typescript/module/ui/components/types.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts +0 -12
- package/lib/typescript/module/ui/components/utils/forwardRef.d.ts.map +0 -1
- package/lib/typescript/module/ui/constants/iconColors.d.ts +0 -130
- package/lib/typescript/module/ui/constants/iconColors.d.ts.map +0 -1
- package/lib/typescript/module/ui/constants/theme.d.ts +0 -98
- package/lib/typescript/module/ui/constants/theme.d.ts.map +0 -1
- package/lib/typescript/module/ui/context/ThemeContext.d.ts +0 -19
- package/lib/typescript/module/ui/context/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/module/ui/hooks/useColorScheme.d.ts +0 -8
- package/lib/typescript/module/ui/hooks/useColorScheme.d.ts.map +0 -1
- package/lib/typescript/module/ui/styles/authStyles.d.ts +0 -328
- package/lib/typescript/module/ui/styles/authStyles.d.ts.map +0 -1
- package/lib/typescript/module/ui/styles/theme.d.ts +0 -75
- package/lib/typescript/module/ui/styles/theme.d.ts.map +0 -1
- package/src/ui/components/ActivityIndicator.tsx +0 -254
- package/src/ui/components/AutoHeightScrollView.tsx +0 -50
- package/src/ui/components/Avatar.tsx +0 -284
- package/src/ui/components/CrossFadeIcon.tsx +0 -140
- package/src/ui/components/EmptyState.tsx +0 -39
- package/src/ui/components/HelperText.tsx +0 -149
- package/src/ui/components/Icon.tsx +0 -189
- package/src/ui/components/IconButton/IconButton.tsx +0 -232
- package/src/ui/components/IconButton/utils.ts +0 -190
- package/src/ui/components/LoadingState.tsx +0 -46
- package/src/ui/components/OxyLogo.tsx +0 -82
- package/src/ui/components/ProfileCard.tsx +0 -137
- package/src/ui/components/QuickActions.tsx +0 -91
- package/src/ui/components/StepBasedScreen.tsx +0 -499
- package/src/ui/components/Surface.tsx +0 -384
- package/src/ui/components/TextField/Addons/Outline.tsx +0 -64
- package/src/ui/components/TextField/Addons/Underline.tsx +0 -78
- package/src/ui/components/TextField/Adornment/TextFieldAdornment.tsx +0 -205
- package/src/ui/components/TextField/Adornment/TextFieldAffix.tsx +0 -212
- package/src/ui/components/TextField/Adornment/TextFieldIcon.tsx +0 -195
- package/src/ui/components/TextField/Adornment/enums.tsx +0 -12
- package/src/ui/components/TextField/Adornment/types.tsx +0 -11
- package/src/ui/components/TextField/Adornment/utils.ts +0 -66
- package/src/ui/components/TextField/Label/InputLabel.tsx +0 -219
- package/src/ui/components/TextField/Label/LabelBackground.tsx +0 -100
- package/src/ui/components/TextField/TextFieldFlat.tsx +0 -488
- package/src/ui/components/TextField/TextFieldOutlined.tsx +0 -464
- package/src/ui/components/TextField/constants.tsx +0 -48
- package/src/ui/components/TextField/helpers.tsx +0 -611
- package/src/ui/components/TextField/types.tsx +0 -160
- package/src/ui/components/TextField.tsx +0 -574
- package/src/ui/components/TouchableRipple/Pressable.tsx +0 -42
- package/src/ui/components/TouchableRipple/TouchableRipple.native.tsx +0 -146
- package/src/ui/components/TouchableRipple/TouchableRipple.tsx +0 -347
- package/src/ui/components/TouchableRipple/utils.ts +0 -66
- package/src/ui/components/Typography/AnimatedText.tsx +0 -106
- package/src/ui/components/Typography/types.tsx +0 -22
- package/src/ui/components/feedback/ProgressIndicator.tsx +0 -35
- package/src/ui/components/icon/OxyIcon.tsx +0 -31
- package/src/ui/components/theming.tsx +0 -126
- package/src/ui/components/types.tsx +0 -93
- package/src/ui/components/utils/forwardRef.tsx +0 -23
- package/src/ui/constants/iconColors.ts +0 -88
- package/src/ui/constants/theme.ts +0 -121
- package/src/ui/context/ThemeContext.tsx +0 -41
- package/src/ui/context/__tests__/OxyContext.coldBoot.test.tsx +0 -166
- package/src/ui/hooks/useColorScheme.ts +0 -24
- package/src/ui/styles/authStyles.ts +0 -348
- package/src/ui/styles/theme.ts +0 -169
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Animated, Platform, StyleSheet, useWindowDimensions, View } from 'react-native';
|
|
5
|
-
import AnimatedText from "../../Typography/AnimatedText.js";
|
|
6
|
-
import { getConstants } from "../helpers.js";
|
|
7
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
|
-
const InputLabel = props => {
|
|
9
|
-
const {
|
|
10
|
-
labeled,
|
|
11
|
-
wiggle,
|
|
12
|
-
error,
|
|
13
|
-
focused,
|
|
14
|
-
opacity,
|
|
15
|
-
labelLayoutWidth,
|
|
16
|
-
labelLayoutHeight,
|
|
17
|
-
labelBackground,
|
|
18
|
-
label,
|
|
19
|
-
labelError,
|
|
20
|
-
onLayoutAnimatedText,
|
|
21
|
-
onLabelTextLayout,
|
|
22
|
-
hasActiveOutline,
|
|
23
|
-
activeColor,
|
|
24
|
-
placeholderStyle,
|
|
25
|
-
baseLabelTranslateX,
|
|
26
|
-
baseLabelTranslateY,
|
|
27
|
-
font,
|
|
28
|
-
fontSize,
|
|
29
|
-
lineHeight,
|
|
30
|
-
fontWeight,
|
|
31
|
-
placeholderOpacity,
|
|
32
|
-
wiggleOffsetX,
|
|
33
|
-
labelScale,
|
|
34
|
-
topPosition,
|
|
35
|
-
paddingLeft,
|
|
36
|
-
paddingRight,
|
|
37
|
-
backgroundColor,
|
|
38
|
-
roundness,
|
|
39
|
-
placeholderColor,
|
|
40
|
-
errorColor,
|
|
41
|
-
labelTranslationXOffset,
|
|
42
|
-
maxFontSizeMultiplier,
|
|
43
|
-
testID,
|
|
44
|
-
isV3,
|
|
45
|
-
inputContainerLayout,
|
|
46
|
-
scaledLabel
|
|
47
|
-
} = props;
|
|
48
|
-
const {
|
|
49
|
-
INPUT_PADDING_HORIZONTAL
|
|
50
|
-
} = getConstants(isV3);
|
|
51
|
-
const {
|
|
52
|
-
width
|
|
53
|
-
} = useWindowDimensions();
|
|
54
|
-
const isWeb = Platform.OS === 'web';
|
|
55
|
-
const paddingOffset = paddingLeft && paddingRight ? {
|
|
56
|
-
paddingLeft,
|
|
57
|
-
paddingRight
|
|
58
|
-
} : {};
|
|
59
|
-
const labelTranslationX = {
|
|
60
|
-
transform: [{
|
|
61
|
-
// Offset label scale since RN doesn't support transform origin
|
|
62
|
-
translateX: labeled.interpolate({
|
|
63
|
-
inputRange: [0, 1],
|
|
64
|
-
outputRange: [baseLabelTranslateX, labelTranslationXOffset || 0]
|
|
65
|
-
})
|
|
66
|
-
}]
|
|
67
|
-
};
|
|
68
|
-
const labelStyle = {
|
|
69
|
-
...font,
|
|
70
|
-
fontSize,
|
|
71
|
-
lineHeight,
|
|
72
|
-
fontWeight,
|
|
73
|
-
opacity: labeled.interpolate({
|
|
74
|
-
inputRange: [0, 1],
|
|
75
|
-
outputRange: [hasActiveOutline ? 1 : 0, 0]
|
|
76
|
-
}),
|
|
77
|
-
transform: [{
|
|
78
|
-
// Wiggle the label when there's an error
|
|
79
|
-
translateX: wiggle ? error.interpolate({
|
|
80
|
-
inputRange: [0, 0.5, 1],
|
|
81
|
-
outputRange: [0, wiggleOffsetX, 0]
|
|
82
|
-
}) : 0
|
|
83
|
-
}, {
|
|
84
|
-
// Move label to top
|
|
85
|
-
translateY: baseLabelTranslateY !== 0 ? labeled.interpolate({
|
|
86
|
-
inputRange: [0, 1],
|
|
87
|
-
outputRange: [baseLabelTranslateY, 0]
|
|
88
|
-
}) : 0
|
|
89
|
-
}, {
|
|
90
|
-
// Make label smaller
|
|
91
|
-
scale: labelScale !== 0 ? labeled.interpolate({
|
|
92
|
-
inputRange: [0, 1],
|
|
93
|
-
outputRange: [labelScale, 1]
|
|
94
|
-
}) : labeled
|
|
95
|
-
}]
|
|
96
|
-
};
|
|
97
|
-
const labelWidth = (inputContainerLayout.width + INPUT_PADDING_HORIZONTAL / 2) / (scaledLabel ? labelScale : 1);
|
|
98
|
-
const commonStyles = [placeholderStyle, {
|
|
99
|
-
top: topPosition
|
|
100
|
-
}, {
|
|
101
|
-
maxWidth: labelWidth
|
|
102
|
-
}, labelStyle, paddingOffset || {}];
|
|
103
|
-
const textColor = labelError && errorColor ? errorColor : placeholderColor;
|
|
104
|
-
return (
|
|
105
|
-
/*#__PURE__*/
|
|
106
|
-
// Position colored placeholder and gray placeholder on top of each other and crossfade them
|
|
107
|
-
// This gives the effect of animating the color, but allows us to use native driver
|
|
108
|
-
_jsx(View, {
|
|
109
|
-
pointerEvents: "none",
|
|
110
|
-
style: [StyleSheet.absoluteFill, styles.overflow, styles.labelContainer],
|
|
111
|
-
children: /*#__PURE__*/_jsx(Animated.View, {
|
|
112
|
-
pointerEvents: "none",
|
|
113
|
-
style: [StyleSheet.absoluteFill, !isWeb && {
|
|
114
|
-
width
|
|
115
|
-
}, {
|
|
116
|
-
opacity
|
|
117
|
-
}, labelTranslationX],
|
|
118
|
-
children: /*#__PURE__*/_jsxs(View, {
|
|
119
|
-
style: {
|
|
120
|
-
width: labelWidth
|
|
121
|
-
},
|
|
122
|
-
children: [labelBackground?.({
|
|
123
|
-
labeled,
|
|
124
|
-
labelLayoutWidth,
|
|
125
|
-
labelLayoutHeight,
|
|
126
|
-
labelStyle,
|
|
127
|
-
placeholderStyle,
|
|
128
|
-
baseLabelTranslateX,
|
|
129
|
-
topPosition,
|
|
130
|
-
label,
|
|
131
|
-
backgroundColor,
|
|
132
|
-
roundness,
|
|
133
|
-
maxFontSizeMultiplier: maxFontSizeMultiplier,
|
|
134
|
-
testID
|
|
135
|
-
}), /*#__PURE__*/_jsx(AnimatedText, {
|
|
136
|
-
variant: "bodySmall",
|
|
137
|
-
onLayout: onLayoutAnimatedText,
|
|
138
|
-
onTextLayout: onLabelTextLayout,
|
|
139
|
-
style: [commonStyles, {
|
|
140
|
-
color: activeColor
|
|
141
|
-
}],
|
|
142
|
-
numberOfLines: 1,
|
|
143
|
-
maxFontSizeMultiplier: maxFontSizeMultiplier,
|
|
144
|
-
testID: `${testID}-label-active`,
|
|
145
|
-
children: label
|
|
146
|
-
}), /*#__PURE__*/_jsx(AnimatedText, {
|
|
147
|
-
variant: focused ? 'bodyLarge' : 'bodySmall',
|
|
148
|
-
style: [commonStyles, {
|
|
149
|
-
color: textColor,
|
|
150
|
-
opacity: placeholderOpacity
|
|
151
|
-
}],
|
|
152
|
-
numberOfLines: 1,
|
|
153
|
-
maxFontSizeMultiplier: maxFontSizeMultiplier,
|
|
154
|
-
testID: `${testID}-label-inactive`,
|
|
155
|
-
children: label
|
|
156
|
-
})]
|
|
157
|
-
})
|
|
158
|
-
})
|
|
159
|
-
})
|
|
160
|
-
);
|
|
161
|
-
};
|
|
162
|
-
const styles = StyleSheet.create({
|
|
163
|
-
overflow: {
|
|
164
|
-
overflow: 'hidden'
|
|
165
|
-
},
|
|
166
|
-
labelContainer: {
|
|
167
|
-
zIndex: 3
|
|
168
|
-
}
|
|
169
|
-
});
|
|
170
|
-
export default /*#__PURE__*/React.memo(InputLabel);
|
|
171
|
-
//# sourceMappingURL=InputLabel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","Platform","StyleSheet","useWindowDimensions","View","AnimatedText","getConstants","jsx","_jsx","jsxs","_jsxs","InputLabel","props","labeled","wiggle","error","focused","opacity","labelLayoutWidth","labelLayoutHeight","labelBackground","label","labelError","onLayoutAnimatedText","onLabelTextLayout","hasActiveOutline","activeColor","placeholderStyle","baseLabelTranslateX","baseLabelTranslateY","font","fontSize","lineHeight","fontWeight","placeholderOpacity","wiggleOffsetX","labelScale","topPosition","paddingLeft","paddingRight","backgroundColor","roundness","placeholderColor","errorColor","labelTranslationXOffset","maxFontSizeMultiplier","testID","isV3","inputContainerLayout","scaledLabel","INPUT_PADDING_HORIZONTAL","width","isWeb","OS","paddingOffset","labelTranslationX","transform","translateX","interpolate","inputRange","outputRange","labelStyle","translateY","scale","labelWidth","commonStyles","top","maxWidth","textColor","pointerEvents","style","absoluteFill","styles","overflow","labelContainer","children","variant","onLayout","onTextLayout","color","numberOfLines","create","zIndex","memo"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/InputLabel.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { Animated, StyleSheet } from 'react-native';
|
|
5
|
-
import AnimatedText from "../../Typography/AnimatedText.js";
|
|
6
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
-
const LabelBackground = ({
|
|
8
|
-
labeled,
|
|
9
|
-
labelLayoutWidth,
|
|
10
|
-
labelLayoutHeight,
|
|
11
|
-
placeholderStyle,
|
|
12
|
-
baseLabelTranslateX,
|
|
13
|
-
topPosition,
|
|
14
|
-
backgroundColor,
|
|
15
|
-
roundness,
|
|
16
|
-
labelStyle,
|
|
17
|
-
maxFontSizeMultiplier,
|
|
18
|
-
testID
|
|
19
|
-
}) => {
|
|
20
|
-
const opacity = labeled.interpolate({
|
|
21
|
-
inputRange: [0, 0.6],
|
|
22
|
-
outputRange: [1, 0]
|
|
23
|
-
});
|
|
24
|
-
const labelTranslationX = {
|
|
25
|
-
translateX: labeled.interpolate({
|
|
26
|
-
inputRange: [0, 1],
|
|
27
|
-
outputRange: [-baseLabelTranslateX, 0]
|
|
28
|
-
})
|
|
29
|
-
};
|
|
30
|
-
const labelTextScaleY = {
|
|
31
|
-
scaleY: labeled.interpolate({
|
|
32
|
-
inputRange: [0, 1],
|
|
33
|
-
outputRange: [0.2, 1]
|
|
34
|
-
})
|
|
35
|
-
};
|
|
36
|
-
const labelTextTransform = [...labelStyle.transform, labelTextScaleY];
|
|
37
|
-
const isRounded = roundness > 6;
|
|
38
|
-
const roundedEdgeCover = isRounded ? /*#__PURE__*/_jsx(Animated.View, {
|
|
39
|
-
pointerEvents: "none",
|
|
40
|
-
style: [StyleSheet.absoluteFill, styles.view, {
|
|
41
|
-
backgroundColor,
|
|
42
|
-
maxHeight: Math.max(roundness / 3, 2),
|
|
43
|
-
bottom: Math.max(roundness, 2),
|
|
44
|
-
transform: [labelTranslationX],
|
|
45
|
-
opacity
|
|
46
|
-
}]
|
|
47
|
-
}, "labelBackground-view") : null;
|
|
48
|
-
return [roundedEdgeCover, /*#__PURE__*/_jsx(AnimatedText, {
|
|
49
|
-
testID: `${testID}-label-background`,
|
|
50
|
-
style: [placeholderStyle, labelStyle, styles.outlinedLabel, {
|
|
51
|
-
top: topPosition + 1,
|
|
52
|
-
width: labelLayoutWidth - placeholderStyle.paddingHorizontal,
|
|
53
|
-
height: labelLayoutHeight,
|
|
54
|
-
backgroundColor,
|
|
55
|
-
opacity,
|
|
56
|
-
transform: labelTextTransform
|
|
57
|
-
}],
|
|
58
|
-
numberOfLines: 1,
|
|
59
|
-
maxFontSizeMultiplier: maxFontSizeMultiplier
|
|
60
|
-
}, "labelBackground-text")];
|
|
61
|
-
};
|
|
62
|
-
export default LabelBackground;
|
|
63
|
-
const styles = StyleSheet.create({
|
|
64
|
-
view: {
|
|
65
|
-
position: 'absolute',
|
|
66
|
-
top: 6,
|
|
67
|
-
left: 10,
|
|
68
|
-
width: 12
|
|
69
|
-
},
|
|
70
|
-
// eslint-disable-next-line react-native/no-color-literals
|
|
71
|
-
outlinedLabel: {
|
|
72
|
-
position: 'absolute',
|
|
73
|
-
left: 8,
|
|
74
|
-
paddingHorizontal: 0,
|
|
75
|
-
color: 'transparent'
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
//# sourceMappingURL=LabelBackground.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Animated","StyleSheet","AnimatedText","jsx","_jsx","LabelBackground","labeled","labelLayoutWidth","labelLayoutHeight","placeholderStyle","baseLabelTranslateX","topPosition","backgroundColor","roundness","labelStyle","maxFontSizeMultiplier","testID","opacity","interpolate","inputRange","outputRange","labelTranslationX","translateX","labelTextScaleY","scaleY","labelTextTransform","transform","isRounded","roundedEdgeCover","View","pointerEvents","style","absoluteFill","styles","view","maxHeight","Math","max","bottom","outlinedLabel","top","width","paddingHorizontal","height","numberOfLines","create","position","left","color"],"sourceRoot":"../../../../../../src","sources":["ui/components/TextField/Label/LabelBackground.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,QAAQ,EAAEC,UAAU,QAAQ,cAAc;AAEnD,OAAOC,YAAY,MAAM,kCAA+B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGzD,MAAMC,eAAe,GAAGA,CAAC;EACvBC,OAAO;EACPC,gBAAgB;EAChBC,iBAAiB;EACjBC,gBAAgB;EAChBC,mBAAmB;EACnBC,WAAW;EACXC,eAAe;EACfC,SAAS;EACTC,UAAU;EACVC,qBAAqB;EACrBC;AACoB,CAAC,KAAK;EAC1B,MAAMC,OAAO,GAAGX,OAAO,CAACY,WAAW,CAAC;IAClCC,UAAU,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC;IACpBC,WAAW,EAAE,CAAC,CAAC,EAAE,CAAC;EACpB,CAAC,CAAC;EAEF,MAAMC,iBAAiB,GAAG;IACxBC,UAAU,EAAEhB,OAAO,CAACY,WAAW,CAAC;MAC9BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;MAClBC,WAAW,EAAE,CAAC,CAACV,mBAAmB,EAAE,CAAC;IACvC,CAAC;EACH,CAAC;EAED,MAAMa,eAAe,GAAG;IACtBC,MAAM,EAAElB,OAAO,CAACY,WAAW,CAAC;MAC1BC,UAAU,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;MAClBC,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC;IACtB,CAAC;EACH,CAAC;EAED,MAAMK,kBAAkB,GAAG,CAAC,GAAGX,UAAU,CAACY,SAAS,EAAEH,eAAe,CAAC;EAErE,MAAMI,SAAS,GAAGd,SAAS,GAAG,CAAC;EAC/B,MAAMe,gBAAgB,GAAGD,SAAS,gBAChCvB,IAAA,CAACJ,QAAQ,CAAC6B,IAAI;IAEZC,aAAa,EAAC,MAAM;IACpBC,KAAK,EAAE,CACL9B,UAAU,CAAC+B,YAAY,EACvBC,MAAM,CAACC,IAAI,EACX;MACEtB,eAAe;MACfuB,SAAS,EAAEC,IAAI,CAACC,GAAG,CAACxB,SAAS,GAAG,CAAC,EAAE,CAAC,CAAC;MACrCyB,MAAM,EAAEF,IAAI,CAACC,GAAG,CAACxB,SAAS,EAAE,CAAC,CAAC;MAC9Ba,SAAS,EAAE,CAACL,iBAAiB,CAAC;MAC9BJ;IACF,CAAC;EACD,GAZE,sBAaL,CAAC,GACA,IAAI;EAER,OAAO,CACLW,gBAAgB,eAChBxB,IAAA,CAACF,YAAY;IAEXc,MAAM,EAAE,GAAGA,MAAM,mBAAoB;IACrCe,KAAK,EAAE,CACLtB,gBAAgB,EAChBK,UAAU,EACVmB,MAAM,CAACM,aAAa,EACpB;MACEC,GAAG,EAAE7B,WAAW,GAAG,CAAC;MACpB8B,KAAK,EAAElC,gBAAgB,GAAGE,gBAAgB,CAACiC,iBAAiB;MAC5DC,MAAM,EAAEnC,iBAAiB;MACzBI,eAAe;MACfK,OAAO;MACPS,SAAS,EAAED;IACb,CAAC,CACD;IACFmB,aAAa,EAAE,CAAE;IACjB7B,qBAAqB,EAAEA;EAAsB,GAhBzC,sBAiBL,CAAC,CACH;AACH,CAAC;AAED,eAAeV,eAAe;AAE9B,MAAM4B,MAAM,GAAGhC,UAAU,CAAC4C,MAAM,CAAC;EAC/BX,IAAI,EAAE;IACJY,QAAQ,EAAE,UAAU;IACpBN,GAAG,EAAE,CAAC;IACNO,IAAI,EAAE,EAAE;IACRN,KAAK,EAAE;EACT,CAAC;EACD;EACAF,aAAa,EAAE;IACbO,QAAQ,EAAE,UAAU;IACpBC,IAAI,EAAE,CAAC;IACPL,iBAAiB,EAAE,CAAC;IACpBM,KAAK,EAAE;EACT;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,376 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { I18nManager, Platform, StyleSheet, TextInput as NativeTextInput, View, Animated } from 'react-native';
|
|
5
|
-
import { useTheme } from '@oxyhq/bloom/theme';
|
|
6
|
-
import { Underline } from "./Addons/Underline.js";
|
|
7
|
-
import { AdornmentSide, AdornmentType, InputMode } from "./Adornment/enums.js";
|
|
8
|
-
import TextFieldAdornment from "./Adornment/TextFieldAdornment.js";
|
|
9
|
-
import { getAdornmentConfig, getAdornmentStyleAdjustmentForNativeInput } from "./Adornment/TextFieldAdornment.js";
|
|
10
|
-
import { ADORNMENT_SIZE, LABEL_PADDING_TOP_DENSE, LABEL_WIGGLE_X_OFFSET, MAXIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_FONT_SIZE, MINIMIZED_LABEL_Y_OFFSET, MIN_DENSE_HEIGHT, MIN_DENSE_HEIGHT_WL } from "./constants.js";
|
|
11
|
-
import { adjustPaddingFlat, calculateFlatAffixTopPosition, calculateFlatInputHorizontalPadding, calculateInputHeight, calculateLabelTopPosition, calculatePadding, getConstants, getFlatInputColors } from "./helpers.js";
|
|
12
|
-
import InputLabel from "./Label/InputLabel.js";
|
|
13
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
-
const TextInputFlat = ({
|
|
15
|
-
disabled = false,
|
|
16
|
-
editable = true,
|
|
17
|
-
label,
|
|
18
|
-
error = false,
|
|
19
|
-
selectionColor: customSelectionColor,
|
|
20
|
-
cursorColor,
|
|
21
|
-
underlineColor,
|
|
22
|
-
underlineStyle,
|
|
23
|
-
activeUnderlineColor,
|
|
24
|
-
textColor,
|
|
25
|
-
dense,
|
|
26
|
-
style,
|
|
27
|
-
theme,
|
|
28
|
-
render = props => /*#__PURE__*/_jsx(NativeTextInput, {
|
|
29
|
-
...props
|
|
30
|
-
}),
|
|
31
|
-
multiline = false,
|
|
32
|
-
parentState,
|
|
33
|
-
innerRef,
|
|
34
|
-
onFocus,
|
|
35
|
-
forceFocus,
|
|
36
|
-
onBlur,
|
|
37
|
-
onChangeText,
|
|
38
|
-
onLayoutAnimatedText,
|
|
39
|
-
onLabelTextLayout,
|
|
40
|
-
onLeftAffixLayoutChange,
|
|
41
|
-
onRightAffixLayoutChange,
|
|
42
|
-
onInputLayout,
|
|
43
|
-
left,
|
|
44
|
-
right,
|
|
45
|
-
placeholderTextColor,
|
|
46
|
-
testID = 'text-input-flat',
|
|
47
|
-
contentStyle,
|
|
48
|
-
scaledLabel,
|
|
49
|
-
...rest
|
|
50
|
-
}) => {
|
|
51
|
-
const isAndroid = Platform.OS === 'android';
|
|
52
|
-
const {
|
|
53
|
-
isV3,
|
|
54
|
-
roundness
|
|
55
|
-
} = theme;
|
|
56
|
-
const font = isV3 ? theme.fonts.bodyLarge : theme.fonts.default;
|
|
57
|
-
const hasActiveOutline = parentState.focused || error;
|
|
58
|
-
const {
|
|
59
|
-
LABEL_PADDING_TOP,
|
|
60
|
-
FLAT_INPUT_OFFSET,
|
|
61
|
-
MIN_HEIGHT,
|
|
62
|
-
MIN_WIDTH
|
|
63
|
-
} = getConstants(isV3);
|
|
64
|
-
const {
|
|
65
|
-
fontSize: fontSizeStyle,
|
|
66
|
-
lineHeight: lineHeightStyle,
|
|
67
|
-
fontWeight,
|
|
68
|
-
height,
|
|
69
|
-
paddingHorizontal,
|
|
70
|
-
textAlign,
|
|
71
|
-
...viewStyle
|
|
72
|
-
} = StyleSheet.flatten(style) || {};
|
|
73
|
-
const fontSize = fontSizeStyle || MAXIMIZED_LABEL_FONT_SIZE;
|
|
74
|
-
// Always set a minimum lineHeight to prevent text cutoff
|
|
75
|
-
// Use at least 1.4x fontSize for better text spacing
|
|
76
|
-
const lineHeight = lineHeightStyle || fontSize * 1.4;
|
|
77
|
-
const isPaddingHorizontalPassed = paddingHorizontal !== undefined && typeof paddingHorizontal === 'number';
|
|
78
|
-
const adornmentConfig = getAdornmentConfig({
|
|
79
|
-
left,
|
|
80
|
-
right
|
|
81
|
-
});
|
|
82
|
-
let {
|
|
83
|
-
paddingLeft,
|
|
84
|
-
paddingRight
|
|
85
|
-
} = calculateFlatInputHorizontalPadding({
|
|
86
|
-
adornmentConfig,
|
|
87
|
-
isV3
|
|
88
|
-
});
|
|
89
|
-
if (isPaddingHorizontalPassed) {
|
|
90
|
-
paddingLeft = paddingHorizontal;
|
|
91
|
-
paddingRight = paddingHorizontal;
|
|
92
|
-
}
|
|
93
|
-
const {
|
|
94
|
-
leftLayout,
|
|
95
|
-
rightLayout
|
|
96
|
-
} = parentState;
|
|
97
|
-
const rightAffixWidth = right ? rightLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
98
|
-
const leftAffixWidth = left ? leftLayout.width || ADORNMENT_SIZE : ADORNMENT_SIZE;
|
|
99
|
-
const adornmentStyleAdjustmentForNativeInput = getAdornmentStyleAdjustmentForNativeInput({
|
|
100
|
-
adornmentConfig,
|
|
101
|
-
rightAffixWidth,
|
|
102
|
-
leftAffixWidth,
|
|
103
|
-
paddingHorizontal,
|
|
104
|
-
inputOffset: FLAT_INPUT_OFFSET,
|
|
105
|
-
mode: InputMode.Flat,
|
|
106
|
-
isV3
|
|
107
|
-
});
|
|
108
|
-
const {
|
|
109
|
-
inputTextColor,
|
|
110
|
-
activeColor,
|
|
111
|
-
underlineColorCustom,
|
|
112
|
-
placeholderColor,
|
|
113
|
-
errorColor,
|
|
114
|
-
backgroundColor,
|
|
115
|
-
selectionColor
|
|
116
|
-
} = getFlatInputColors({
|
|
117
|
-
underlineColor,
|
|
118
|
-
activeUnderlineColor,
|
|
119
|
-
customSelectionColor,
|
|
120
|
-
textColor,
|
|
121
|
-
disabled,
|
|
122
|
-
error,
|
|
123
|
-
theme
|
|
124
|
-
});
|
|
125
|
-
const {
|
|
126
|
-
colors: bloomColors
|
|
127
|
-
} = useTheme();
|
|
128
|
-
const containerStyle = {
|
|
129
|
-
backgroundColor: bloomColors.backgroundSecondary,
|
|
130
|
-
borderTopLeftRadius: theme.roundness,
|
|
131
|
-
borderTopRightRadius: theme.roundness
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
// Override text color with theme color (unless custom textColor prop is provided)
|
|
135
|
-
// If disabled, keep the original inputTextColor which handles opacity correctly
|
|
136
|
-
const finalInputTextColor = textColor ?? (disabled ? inputTextColor : bloomColors.text);
|
|
137
|
-
const labelScale = MINIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
138
|
-
const fontScale = MAXIMIZED_LABEL_FONT_SIZE / fontSize;
|
|
139
|
-
const labelWidth = parentState.labelLayout.width;
|
|
140
|
-
const labelHeight = parentState.labelLayout.height;
|
|
141
|
-
const labelHalfWidth = labelWidth / 2;
|
|
142
|
-
const labelHalfHeight = labelHeight / 2;
|
|
143
|
-
const baseLabelTranslateX = (I18nManager.getConstants().isRTL ? 1 : -1) * (labelHalfWidth - labelScale * labelWidth / 2) + (1 - labelScale) * (I18nManager.getConstants().isRTL ? -1 : 1) * paddingLeft;
|
|
144
|
-
const minInputHeight = dense ? (label ? MIN_DENSE_HEIGHT_WL : MIN_DENSE_HEIGHT) - LABEL_PADDING_TOP_DENSE : MIN_HEIGHT - LABEL_PADDING_TOP;
|
|
145
|
-
const inputHeight = calculateInputHeight(labelHeight, height, minInputHeight);
|
|
146
|
-
const topPosition = calculateLabelTopPosition(labelHeight, inputHeight, multiline && height ? 0 : !height ? minInputHeight / 2 : 0);
|
|
147
|
-
if (height && typeof height !== 'number') {
|
|
148
|
-
// eslint-disable-next-line
|
|
149
|
-
console.warn('Currently we support only numbers in height prop');
|
|
150
|
-
}
|
|
151
|
-
const paddingSettings = {
|
|
152
|
-
height: height ? +height : null,
|
|
153
|
-
labelHalfHeight,
|
|
154
|
-
offset: FLAT_INPUT_OFFSET,
|
|
155
|
-
multiline: multiline ? multiline : null,
|
|
156
|
-
dense: dense ? dense : null,
|
|
157
|
-
topPosition,
|
|
158
|
-
fontSize,
|
|
159
|
-
lineHeight,
|
|
160
|
-
label,
|
|
161
|
-
scale: fontScale,
|
|
162
|
-
isAndroid,
|
|
163
|
-
styles: StyleSheet.flatten(dense ? styles.inputFlatDense : styles.inputFlat)
|
|
164
|
-
};
|
|
165
|
-
const pad = calculatePadding(paddingSettings);
|
|
166
|
-
const paddingFlat = adjustPaddingFlat({
|
|
167
|
-
...paddingSettings,
|
|
168
|
-
pad
|
|
169
|
-
});
|
|
170
|
-
const baseLabelTranslateY = -labelHalfHeight - (topPosition + MINIMIZED_LABEL_Y_OFFSET);
|
|
171
|
-
const {
|
|
172
|
-
current: placeholderOpacityAnims
|
|
173
|
-
} = React.useRef([new Animated.Value(0), new Animated.Value(1)]);
|
|
174
|
-
const placeholderOpacity = hasActiveOutline ? parentState.labeled : placeholderOpacityAnims[parentState.labelLayout.measured ? 1 : 0];
|
|
175
|
-
|
|
176
|
-
// We don't want to show placeholder if label is displayed, because they overlap.
|
|
177
|
-
// Before it was done by setting placeholder's value to " ", but inputs have the same props
|
|
178
|
-
// what causes broken styles due to: https://github.com/facebook/react-native/issues/48249
|
|
179
|
-
const placeholderTextColorBasedOnState = parentState.displayPlaceholder ? placeholderTextColor ?? placeholderColor : 'transparent';
|
|
180
|
-
const minHeight = height || (dense ? label ? MIN_DENSE_HEIGHT_WL : MIN_DENSE_HEIGHT : MIN_HEIGHT);
|
|
181
|
-
const flatHeight = inputHeight + (!height ? dense ? LABEL_PADDING_TOP_DENSE : LABEL_PADDING_TOP : 0);
|
|
182
|
-
const iconTopPosition = (flatHeight - ADORNMENT_SIZE) / 2;
|
|
183
|
-
const leftAffixTopPosition = leftLayout.height ? calculateFlatAffixTopPosition({
|
|
184
|
-
height: flatHeight,
|
|
185
|
-
...paddingFlat,
|
|
186
|
-
affixHeight: leftLayout.height
|
|
187
|
-
}) : null;
|
|
188
|
-
const rightAffixTopPosition = rightLayout.height ? calculateFlatAffixTopPosition({
|
|
189
|
-
height: flatHeight,
|
|
190
|
-
...paddingFlat,
|
|
191
|
-
affixHeight: rightLayout.height
|
|
192
|
-
}) : null;
|
|
193
|
-
const labelProps = {
|
|
194
|
-
label,
|
|
195
|
-
onLayoutAnimatedText,
|
|
196
|
-
onLabelTextLayout,
|
|
197
|
-
placeholderOpacity,
|
|
198
|
-
labelError: error,
|
|
199
|
-
placeholderStyle: styles.placeholder,
|
|
200
|
-
baseLabelTranslateY,
|
|
201
|
-
baseLabelTranslateX,
|
|
202
|
-
font,
|
|
203
|
-
fontSize,
|
|
204
|
-
lineHeight,
|
|
205
|
-
fontWeight,
|
|
206
|
-
labelScale,
|
|
207
|
-
wiggleOffsetX: LABEL_WIGGLE_X_OFFSET,
|
|
208
|
-
topPosition,
|
|
209
|
-
paddingLeft: isAndroid ? I18nManager.isRTL ? paddingRight : paddingLeft : paddingLeft,
|
|
210
|
-
paddingRight: isAndroid ? I18nManager.isRTL ? paddingLeft : paddingRight : paddingRight,
|
|
211
|
-
hasActiveOutline,
|
|
212
|
-
activeColor,
|
|
213
|
-
placeholderColor,
|
|
214
|
-
errorColor,
|
|
215
|
-
roundness,
|
|
216
|
-
maxFontSizeMultiplier: rest.maxFontSizeMultiplier,
|
|
217
|
-
testID,
|
|
218
|
-
contentStyle,
|
|
219
|
-
inputContainerLayout: parentState.inputContainerLayout,
|
|
220
|
-
labelTextLayout: parentState.labelTextLayout,
|
|
221
|
-
opacity: parentState.value || parentState.focused ? parentState.labelLayout.measured ? 1 : 0 : 1,
|
|
222
|
-
isV3
|
|
223
|
-
};
|
|
224
|
-
const affixTopPosition = {
|
|
225
|
-
[AdornmentSide.Left]: leftAffixTopPosition,
|
|
226
|
-
[AdornmentSide.Right]: rightAffixTopPosition
|
|
227
|
-
};
|
|
228
|
-
const onAffixChange = {
|
|
229
|
-
[AdornmentSide.Left]: onLeftAffixLayoutChange,
|
|
230
|
-
[AdornmentSide.Right]: onRightAffixLayoutChange
|
|
231
|
-
};
|
|
232
|
-
let adornmentProps = {
|
|
233
|
-
paddingHorizontal,
|
|
234
|
-
adornmentConfig,
|
|
235
|
-
forceFocus,
|
|
236
|
-
topPosition: {
|
|
237
|
-
[AdornmentType.Affix]: affixTopPosition,
|
|
238
|
-
[AdornmentType.Icon]: iconTopPosition
|
|
239
|
-
},
|
|
240
|
-
onAffixChange,
|
|
241
|
-
isTextInputFocused: parentState.focused,
|
|
242
|
-
maxFontSizeMultiplier: rest.maxFontSizeMultiplier,
|
|
243
|
-
disabled
|
|
244
|
-
};
|
|
245
|
-
if (adornmentConfig.length) {
|
|
246
|
-
adornmentProps = {
|
|
247
|
-
...adornmentProps,
|
|
248
|
-
left,
|
|
249
|
-
right,
|
|
250
|
-
textStyle: {
|
|
251
|
-
...font,
|
|
252
|
-
fontSize,
|
|
253
|
-
lineHeight,
|
|
254
|
-
fontWeight
|
|
255
|
-
},
|
|
256
|
-
visible: parentState.labeled
|
|
257
|
-
};
|
|
258
|
-
}
|
|
259
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
260
|
-
style: [containerStyle, viewStyle],
|
|
261
|
-
children: [/*#__PURE__*/_jsx(Underline, {
|
|
262
|
-
style: underlineStyle,
|
|
263
|
-
hasActiveOutline: hasActiveOutline,
|
|
264
|
-
parentState: parentState,
|
|
265
|
-
underlineColorCustom: underlineColorCustom,
|
|
266
|
-
error: error,
|
|
267
|
-
colors: {
|
|
268
|
-
error: errorColor
|
|
269
|
-
},
|
|
270
|
-
activeColor: activeColor,
|
|
271
|
-
theme: theme
|
|
272
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
273
|
-
onLayout: onInputLayout,
|
|
274
|
-
style: [styles.labelContainer, {
|
|
275
|
-
minHeight,
|
|
276
|
-
flex: 1,
|
|
277
|
-
flexShrink: 1
|
|
278
|
-
}],
|
|
279
|
-
children: [!isAndroid && multiline && !!label && !disabled &&
|
|
280
|
-
/*#__PURE__*/
|
|
281
|
-
// Workaround for: https://github.com/callstack/react-native-paper/issues/2799
|
|
282
|
-
// Patch for a multiline TextInput with fixed height, which allow to avoid covering input label with its value.
|
|
283
|
-
_jsx(View, {
|
|
284
|
-
testID: "patch-container",
|
|
285
|
-
pointerEvents: "none",
|
|
286
|
-
style: [StyleSheet.absoluteFill, dense ? styles.densePatchContainer : styles.patchContainer, {
|
|
287
|
-
backgroundColor: viewStyle.backgroundColor || containerStyle.backgroundColor,
|
|
288
|
-
left: paddingLeft,
|
|
289
|
-
right: paddingRight
|
|
290
|
-
}]
|
|
291
|
-
}), label ? /*#__PURE__*/_jsx(InputLabel, {
|
|
292
|
-
labeled: parentState.labeled,
|
|
293
|
-
error: parentState.error,
|
|
294
|
-
focused: parentState.focused,
|
|
295
|
-
scaledLabel: scaledLabel,
|
|
296
|
-
wiggle: Boolean(parentState.value && labelProps.labelError),
|
|
297
|
-
labelLayoutMeasured: parentState.labelLayout.measured,
|
|
298
|
-
labelLayoutWidth: parentState.labelLayout.width,
|
|
299
|
-
labelLayoutHeight: parentState.labelLayout.height,
|
|
300
|
-
...labelProps
|
|
301
|
-
}) : null, render?.({
|
|
302
|
-
...rest,
|
|
303
|
-
ref: innerRef,
|
|
304
|
-
onChangeText,
|
|
305
|
-
placeholder: rest.placeholder,
|
|
306
|
-
editable: !disabled && editable,
|
|
307
|
-
selectionColor,
|
|
308
|
-
cursorColor: typeof cursorColor === 'undefined' ? activeColor : cursorColor,
|
|
309
|
-
placeholderTextColor: placeholderTextColorBasedOnState,
|
|
310
|
-
onFocus,
|
|
311
|
-
onBlur,
|
|
312
|
-
underlineColorAndroid: 'transparent',
|
|
313
|
-
multiline,
|
|
314
|
-
style: [styles.input, multiline && height ? {
|
|
315
|
-
height: flatHeight
|
|
316
|
-
} : {}, paddingFlat, {
|
|
317
|
-
paddingLeft,
|
|
318
|
-
paddingRight,
|
|
319
|
-
...font,
|
|
320
|
-
fontSize,
|
|
321
|
-
lineHeight,
|
|
322
|
-
fontWeight,
|
|
323
|
-
color: finalInputTextColor,
|
|
324
|
-
textAlignVertical: multiline ? 'top' : 'center',
|
|
325
|
-
textAlign: textAlign ? textAlign : I18nManager.getConstants().isRTL ? 'right' : 'left',
|
|
326
|
-
flex: 1,
|
|
327
|
-
flexShrink: 1,
|
|
328
|
-
minWidth: 0
|
|
329
|
-
}, Platform.OS === 'web' ? {
|
|
330
|
-
outline: 'none',
|
|
331
|
-
outlineWidth: 0,
|
|
332
|
-
outlineStyle: 'none'
|
|
333
|
-
} : undefined, adornmentStyleAdjustmentForNativeInput, contentStyle],
|
|
334
|
-
testID
|
|
335
|
-
})]
|
|
336
|
-
}), /*#__PURE__*/_jsx(TextFieldAdornment, {
|
|
337
|
-
...adornmentProps
|
|
338
|
-
})]
|
|
339
|
-
});
|
|
340
|
-
};
|
|
341
|
-
export default TextInputFlat;
|
|
342
|
-
const styles = StyleSheet.create({
|
|
343
|
-
placeholder: {
|
|
344
|
-
position: 'absolute',
|
|
345
|
-
left: 0
|
|
346
|
-
},
|
|
347
|
-
labelContainer: {
|
|
348
|
-
paddingTop: 0,
|
|
349
|
-
paddingBottom: 0,
|
|
350
|
-
flexGrow: 1,
|
|
351
|
-
overflow: 'visible'
|
|
352
|
-
},
|
|
353
|
-
input: {
|
|
354
|
-
margin: 0,
|
|
355
|
-
flexGrow: 1,
|
|
356
|
-
flexShrink: 1,
|
|
357
|
-
minWidth: 0
|
|
358
|
-
},
|
|
359
|
-
inputFlat: {
|
|
360
|
-
paddingTop: 24,
|
|
361
|
-
paddingBottom: 12
|
|
362
|
-
},
|
|
363
|
-
inputFlatDense: {
|
|
364
|
-
paddingTop: 22,
|
|
365
|
-
paddingBottom: 10
|
|
366
|
-
},
|
|
367
|
-
patchContainer: {
|
|
368
|
-
height: 24,
|
|
369
|
-
zIndex: 2
|
|
370
|
-
},
|
|
371
|
-
densePatchContainer: {
|
|
372
|
-
height: 22,
|
|
373
|
-
zIndex: 2
|
|
374
|
-
}
|
|
375
|
-
});
|
|
376
|
-
//# sourceMappingURL=TextFieldFlat.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","I18nManager","Platform","StyleSheet","TextInput","NativeTextInput","View","Animated","useTheme","Underline","AdornmentSide","AdornmentType","InputMode","TextFieldAdornment","getAdornmentConfig","getAdornmentStyleAdjustmentForNativeInput","ADORNMENT_SIZE","LABEL_PADDING_TOP_DENSE","LABEL_WIGGLE_X_OFFSET","MAXIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_FONT_SIZE","MINIMIZED_LABEL_Y_OFFSET","MIN_DENSE_HEIGHT","MIN_DENSE_HEIGHT_WL","adjustPaddingFlat","calculateFlatAffixTopPosition","calculateFlatInputHorizontalPadding","calculateInputHeight","calculateLabelTopPosition","calculatePadding","getConstants","getFlatInputColors","InputLabel","jsx","_jsx","jsxs","_jsxs","TextInputFlat","disabled","editable","label","error","selectionColor","customSelectionColor","cursorColor","underlineColor","underlineStyle","activeUnderlineColor","textColor","dense","style","theme","render","props","multiline","parentState","innerRef","onFocus","forceFocus","onBlur","onChangeText","onLayoutAnimatedText","onLabelTextLayout","onLeftAffixLayoutChange","onRightAffixLayoutChange","onInputLayout","left","right","placeholderTextColor","testID","contentStyle","scaledLabel","rest","isAndroid","OS","isV3","roundness","font","fonts","bodyLarge","default","hasActiveOutline","focused","LABEL_PADDING_TOP","FLAT_INPUT_OFFSET","MIN_HEIGHT","MIN_WIDTH","fontSize","fontSizeStyle","lineHeight","lineHeightStyle","fontWeight","height","paddingHorizontal","textAlign","viewStyle","flatten","isPaddingHorizontalPassed","undefined","adornmentConfig","paddingLeft","paddingRight","leftLayout","rightLayout","rightAffixWidth","width","leftAffixWidth","adornmentStyleAdjustmentForNativeInput","inputOffset","mode","Flat","inputTextColor","activeColor","underlineColorCustom","placeholderColor","errorColor","backgroundColor","colors","bloomColors","containerStyle","backgroundSecondary","borderTopLeftRadius","borderTopRightRadius","finalInputTextColor","text","labelScale","fontScale","labelWidth","labelLayout","labelHeight","labelHalfWidth","labelHalfHeight","baseLabelTranslateX","isRTL","minInputHeight","inputHeight","topPosition","console","warn","paddingSettings","offset","scale","styles","inputFlatDense","inputFlat","pad","paddingFlat","baseLabelTranslateY","current","placeholderOpacityAnims","useRef","Value","placeholderOpacity","labeled","measured","placeholderTextColorBasedOnState","displayPlaceholder","minHeight","flatHeight","iconTopPosition","leftAffixTopPosition","affixHeight","rightAffixTopPosition","labelProps","labelError","placeholderStyle","placeholder","wiggleOffsetX","maxFontSizeMultiplier","inputContainerLayout","labelTextLayout","opacity","value","affixTopPosition","Left","Right","onAffixChange","adornmentProps","Affix","Icon","isTextInputFocused","length","textStyle","visible","children","onLayout","labelContainer","flex","flexShrink","pointerEvents","absoluteFill","densePatchContainer","patchContainer","wiggle","Boolean","labelLayoutMeasured","labelLayoutWidth","labelLayoutHeight","ref","underlineColorAndroid","input","color","textAlignVertical","minWidth","outline","outlineWidth","outlineStyle","create","position","paddingTop","paddingBottom","flexGrow","overflow","margin","zIndex"],"sourceRoot":"../../../../../src","sources":["ui/components/TextField/TextFieldFlat.tsx"],"mappings":"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","ignoreList":[]}
|