@studyjoyful/shared 1.0.3 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyjoyful/shared",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Shared code for StudyJoyful Web and App (i18n, constants, types, utils)",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -22,9 +22,11 @@
22
22
  "codeSentTo": "Sent to {{email}}",
23
23
  "codePlaceholder": "Enter 6-digit code",
24
24
  "verifyAndSignIn": "Verify & Sign In",
25
+ "signInButton": "Sign In",
25
26
  "back": "← Back",
26
27
  "noAccount": "Don't have an account?",
27
- "signUpNow": "Sign Up"
28
+ "signUpNow": "Sign Up",
29
+ "signUpLink": "Sign Up"
28
30
  },
29
31
  "signUp": {
30
32
  "title": "Create Account",
@@ -38,9 +40,12 @@
38
40
  "codeSentTo": "Sent to {{email}}",
39
41
  "codePlaceholder": "Enter 6-digit code",
40
42
  "verifyAndSignUp": "Verify & Sign Up",
43
+ "signUpButton": "Sign Up",
41
44
  "back": "← Back",
42
45
  "hasAccount": "Already have an account?",
46
+ "haveAccount": "Already have an account?",
43
47
  "signInNow": "Sign In",
48
+ "signInLink": "Sign In",
44
49
  "termsAgreement": "By creating an account, you agree to our",
45
50
  "termsOfService": "Terms of Service",
46
51
  "and": "and",
@@ -60,8 +65,7 @@
60
65
  "retryOrResend": "Please retry or resend the code",
61
66
  "googleSignInFailed": "Google sign in failed, please retry",
62
67
  "googleSignUpFailed": "Google sign up failed, please retry",
63
- "additionalInfoRequired": "Additional Information Required",
64
- "checkClerkConfig": "Please check your Clerk Dashboard settings, or use Google sign in"
68
+ "additionalInfoRequired": "Additional Information Required"
65
69
  },
66
70
  "accountNotFound": {
67
71
  "title": "Account Not Found",