@oxyhq/services 5.13.0 → 5.13.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/core/OxyServices.js +7 -7
- package/lib/commonjs/core/OxyServices.js.map +1 -1
- package/lib/commonjs/i18n/index.js +37 -1
- package/lib/commonjs/i18n/index.js.map +1 -1
- package/lib/commonjs/i18n/locales/ar-SA.json +128 -0
- package/lib/commonjs/i18n/locales/ca-ES.json +128 -0
- package/lib/commonjs/i18n/locales/de-DE.json +128 -0
- package/lib/commonjs/i18n/locales/en-US.json +85 -12
- package/lib/commonjs/i18n/locales/es-ES.json +58 -6
- package/lib/commonjs/i18n/locales/fr-FR.json +128 -0
- package/lib/commonjs/i18n/locales/it-IT.json +128 -0
- package/lib/commonjs/i18n/locales/ja-JP.json +127 -0
- package/lib/commonjs/i18n/locales/ko-KR.json +128 -0
- package/lib/commonjs/i18n/locales/pt-PT.json +128 -0
- package/lib/commonjs/i18n/locales/zh-CN.json +128 -0
- package/lib/commonjs/ui/components/FontLoader.js +22 -42
- package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
- package/lib/commonjs/ui/components/OxyProvider.js +5 -8
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +64 -44
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js +14 -35
- package/lib/commonjs/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/commonjs/ui/components/internal/PinInput.js +2 -2
- package/lib/commonjs/ui/components/internal/PinInput.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +434 -321
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SignInScreen.js +43 -39
- package/lib/commonjs/ui/screens/SignInScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +139 -125
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/internal/SignInUsernameStep.js +2 -4
- package/lib/commonjs/ui/screens/internal/SignInUsernameStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/RecoverRequestStep.js +45 -25
- package/lib/commonjs/ui/screens/steps/RecoverRequestStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/RecoverResetPasswordStep.js +88 -53
- package/lib/commonjs/ui/screens/steps/RecoverResetPasswordStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/RecoverSuccessStep.js +79 -58
- package/lib/commonjs/ui/screens/steps/RecoverSuccessStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/RecoverVerifyStep.js +61 -52
- package/lib/commonjs/ui/screens/steps/RecoverVerifyStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignInPasswordStep.js +220 -31
- package/lib/commonjs/ui/screens/steps/SignInPasswordStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignInTotpStep.js +77 -50
- package/lib/commonjs/ui/screens/steps/SignInTotpStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignInUsernameStep.js +527 -66
- package/lib/commonjs/ui/screens/steps/SignInUsernameStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignUpIdentityStep.js +55 -30
- package/lib/commonjs/ui/screens/steps/SignUpIdentityStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignUpSecurityStep.js +64 -46
- package/lib/commonjs/ui/screens/steps/SignUpSecurityStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignUpSummaryStep.js +84 -146
- package/lib/commonjs/ui/screens/steps/SignUpSummaryStep.js.map +1 -1
- package/lib/commonjs/ui/screens/steps/SignUpWelcomeStep.js +113 -34
- package/lib/commonjs/ui/screens/steps/SignUpWelcomeStep.js.map +1 -1
- package/lib/commonjs/ui/stores/authStore.js +16 -20
- package/lib/commonjs/ui/stores/authStore.js.map +1 -1
- package/lib/commonjs/ui/styles/authStyles.js +2 -1
- package/lib/commonjs/ui/styles/authStyles.js.map +1 -1
- package/lib/commonjs/ui/styles/index.js +11 -0
- package/lib/commonjs/ui/styles/index.js.map +1 -1
- package/lib/commonjs/ui/styles/spacing.js +51 -0
- package/lib/commonjs/ui/styles/spacing.js.map +1 -0
- package/lib/commonjs/utils/validationUtils.js +1 -1
- package/lib/module/core/OxyServices.js +7 -7
- package/lib/module/core/OxyServices.js.map +1 -1
- package/lib/module/i18n/index.js +37 -1
- package/lib/module/i18n/index.js.map +1 -1
- package/lib/module/i18n/locales/ar-SA.json +128 -0
- package/lib/module/i18n/locales/ca-ES.json +128 -0
- package/lib/module/i18n/locales/de-DE.json +128 -0
- package/lib/module/i18n/locales/en-US.json +85 -12
- package/lib/module/i18n/locales/es-ES.json +58 -6
- package/lib/module/i18n/locales/fr-FR.json +128 -0
- package/lib/module/i18n/locales/it-IT.json +128 -0
- package/lib/module/i18n/locales/ja-JP.json +127 -0
- package/lib/module/i18n/locales/ko-KR.json +128 -0
- package/lib/module/i18n/locales/pt-PT.json +128 -0
- package/lib/module/i18n/locales/zh-CN.json +128 -0
- package/lib/module/ui/components/FontLoader.js +23 -43
- package/lib/module/ui/components/FontLoader.js.map +1 -1
- package/lib/module/ui/components/OxyProvider.js +6 -8
- package/lib/module/ui/components/OxyProvider.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +65 -45
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/internal/GroupedPillButtons.js +14 -35
- package/lib/module/ui/components/internal/GroupedPillButtons.js.map +1 -1
- package/lib/module/ui/components/internal/PinInput.js +2 -2
- package/lib/module/ui/components/internal/PinInput.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +434 -321
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
- package/lib/module/ui/screens/SignInScreen.js +44 -40
- package/lib/module/ui/screens/SignInScreen.js.map +1 -1
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +138 -126
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
- package/lib/module/ui/screens/internal/SignInUsernameStep.js +2 -4
- package/lib/module/ui/screens/internal/SignInUsernameStep.js.map +1 -1
- package/lib/module/ui/screens/steps/RecoverRequestStep.js +45 -25
- package/lib/module/ui/screens/steps/RecoverRequestStep.js.map +1 -1
- package/lib/module/ui/screens/steps/RecoverResetPasswordStep.js +89 -54
- package/lib/module/ui/screens/steps/RecoverResetPasswordStep.js.map +1 -1
- package/lib/module/ui/screens/steps/RecoverSuccessStep.js +80 -59
- package/lib/module/ui/screens/steps/RecoverSuccessStep.js.map +1 -1
- package/lib/module/ui/screens/steps/RecoverVerifyStep.js +62 -53
- package/lib/module/ui/screens/steps/RecoverVerifyStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignInPasswordStep.js +221 -32
- package/lib/module/ui/screens/steps/SignInPasswordStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignInTotpStep.js +78 -51
- package/lib/module/ui/screens/steps/SignInTotpStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignInUsernameStep.js +530 -68
- package/lib/module/ui/screens/steps/SignInUsernameStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignUpIdentityStep.js +55 -30
- package/lib/module/ui/screens/steps/SignUpIdentityStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignUpSecurityStep.js +65 -47
- package/lib/module/ui/screens/steps/SignUpSecurityStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignUpSummaryStep.js +84 -146
- package/lib/module/ui/screens/steps/SignUpSummaryStep.js.map +1 -1
- package/lib/module/ui/screens/steps/SignUpWelcomeStep.js +114 -35
- package/lib/module/ui/screens/steps/SignUpWelcomeStep.js.map +1 -1
- package/lib/module/ui/stores/authStore.js +16 -20
- package/lib/module/ui/stores/authStore.js.map +1 -1
- package/lib/module/ui/styles/authStyles.js +2 -1
- package/lib/module/ui/styles/authStyles.js.map +1 -1
- package/lib/module/ui/styles/index.js +1 -0
- package/lib/module/ui/styles/index.js.map +1 -1
- package/lib/module/ui/styles/spacing.js +48 -0
- package/lib/module/ui/styles/spacing.js.map +1 -0
- package/lib/module/utils/validationUtils.js +1 -1
- package/lib/typescript/core/OxyServices.d.ts +4 -2
- package/lib/typescript/core/OxyServices.d.ts.map +1 -1
- package/lib/typescript/i18n/index.d.ts.map +1 -1
- package/lib/typescript/ui/components/FontLoader.d.ts +3 -3
- package/lib/typescript/ui/components/FontLoader.d.ts.map +1 -1
- package/lib/typescript/ui/components/OxyProvider.d.ts +2 -2
- package/lib/typescript/ui/components/OxyProvider.d.ts.map +1 -1
- package/lib/typescript/ui/components/StepBasedScreen.d.ts.map +1 -1
- package/lib/typescript/ui/components/internal/GroupedPillButtons.d.ts.map +1 -1
- package/lib/typescript/ui/context/OxyContext.d.ts +1 -0
- package/lib/typescript/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/ui/screens/SignInScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/RecoverRequestStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/RecoverResetPasswordStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/RecoverSuccessStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/RecoverVerifyStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignInPasswordStep.d.ts +2 -0
- package/lib/typescript/ui/screens/steps/SignInPasswordStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignInTotpStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignInUsernameStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignUpIdentityStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignUpSecurityStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignUpSummaryStep.d.ts.map +1 -1
- package/lib/typescript/ui/screens/steps/SignUpWelcomeStep.d.ts.map +1 -1
- package/lib/typescript/ui/stores/authStore.d.ts +7 -3
- package/lib/typescript/ui/stores/authStore.d.ts.map +1 -1
- package/lib/typescript/ui/styles/authStyles.d.ts +1 -0
- package/lib/typescript/ui/styles/authStyles.d.ts.map +1 -1
- package/lib/typescript/ui/styles/index.d.ts +1 -0
- package/lib/typescript/ui/styles/index.d.ts.map +1 -1
- package/lib/typescript/ui/styles/spacing.d.ts +43 -0
- package/lib/typescript/ui/styles/spacing.d.ts.map +1 -0
- package/lib/typescript/utils/validationUtils.d.ts +1 -1
- package/package.json +1 -1
- package/src/core/OxyServices.ts +10 -8
- package/src/i18n/index.ts +36 -0
- package/src/i18n/locales/ar-SA.json +128 -0
- package/src/i18n/locales/ca-ES.json +128 -0
- package/src/i18n/locales/de-DE.json +128 -0
- package/src/i18n/locales/en-US.json +85 -12
- package/src/i18n/locales/es-ES.json +58 -6
- package/src/i18n/locales/fr-FR.json +128 -0
- package/src/i18n/locales/it-IT.json +128 -0
- package/src/i18n/locales/ja-JP.json +127 -0
- package/src/i18n/locales/ko-KR.json +128 -0
- package/src/i18n/locales/pt-PT.json +128 -0
- package/src/i18n/locales/zh-CN.json +128 -0
- package/src/ui/components/FontLoader.tsx +17 -37
- package/src/ui/components/OxyProvider.tsx +14 -13
- package/src/ui/components/StepBasedScreen.tsx +66 -43
- package/src/ui/components/internal/GroupedPillButtons.tsx +15 -31
- package/src/ui/components/internal/PinInput.tsx +2 -2
- package/src/ui/context/OxyContext.tsx +404 -285
- package/src/ui/screens/FileManagementScreen.tsx +15 -15
- package/src/ui/screens/SignInScreen.tsx +59 -36
- package/src/ui/screens/WelcomeNewUserScreen.tsx +102 -91
- package/src/ui/screens/internal/SignInUsernameStep.tsx +1 -1
- package/src/ui/screens/steps/RecoverRequestStep.tsx +34 -24
- package/src/ui/screens/steps/RecoverResetPasswordStep.tsx +65 -36
- package/src/ui/screens/steps/RecoverSuccessStep.tsx +71 -47
- package/src/ui/screens/steps/RecoverVerifyStep.tsx +60 -50
- package/src/ui/screens/steps/SignInPasswordStep.tsx +191 -29
- package/src/ui/screens/steps/SignInTotpStep.tsx +68 -34
- package/src/ui/screens/steps/SignInUsernameStep.tsx +586 -57
- package/src/ui/screens/steps/SignUpIdentityStep.tsx +49 -35
- package/src/ui/screens/steps/SignUpSecurityStep.tsx +56 -39
- package/src/ui/screens/steps/SignUpSummaryStep.tsx +99 -89
- package/src/ui/screens/steps/SignUpWelcomeStep.tsx +88 -20
- package/src/ui/stores/authStore.ts +15 -19
- package/src/ui/styles/authStyles.ts +2 -1
- package/src/ui/styles/index.ts +1 -0
- package/src/ui/styles/spacing.ts +46 -0
- package/src/utils/validationUtils.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","forwardRef","useImperativeHandle","View","TextInput","StyleSheet","Platform","jsx","_jsx","PinInput","value","onChange","length","disabled","autoFocus","colors","ref","inputs","focus","current","handleChange","text","idx","test","newValue","split","slice","join","joined","handleKeyPress","e","nativeEvent","key","style","styles","pinContainer","children","Array","from","map","_","pinInput","borderColor","primary","color","backgroundColor","inputBackground","borderWidth","onChangeText","onKeyPress","keyboardType","OS","maxLength","editable","textAlign","selectionColor","returnKeyType","create","flexDirection","justifyContent","gap","marginBottom","marginTop","width","height","borderRadius","fontSize","fontWeight","marginHorizontal","select","web","boxShadow","default","shadowColor","shadowOpacity","shadowOffset","shadowRadius","elevation"],"sourceRoot":"../../../../../src","sources":["ui/components/internal/PinInput.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["React","useRef","forwardRef","useImperativeHandle","View","TextInput","StyleSheet","Platform","jsx","_jsx","PinInput","value","onChange","length","disabled","autoFocus","colors","ref","inputs","focus","current","handleChange","text","idx","test","newValue","split","slice","join","joined","handleKeyPress","e","nativeEvent","key","style","styles","pinContainer","children","Array","from","map","_","pinInput","borderColor","primary","color","backgroundColor","inputBackground","borderWidth","onChangeText","onKeyPress","keyboardType","OS","maxLength","editable","textAlign","selectionColor","returnKeyType","create","flexDirection","justifyContent","gap","marginBottom","marginTop","width","height","borderRadius","fontSize","fontWeight","marginHorizontal","select","web","boxShadow","default","shadowColor","shadowOpacity","shadowOffset","shadowRadius","elevation"],"sourceRoot":"../../../../../src","sources":["ui/components/internal/PinInput.tsx"],"mappings":"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","ignoreList":[]}
|