@sanvika/auth 2.10.3 → 2.10.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1113,7 +1113,7 @@ function MobilePolicyPhoneInput({
1113
1113
  inputRef,
1114
1114
  id = "mobile-phone-input",
1115
1115
  placeholder = "Enter phone number",
1116
- showPreview = true
1116
+ showPreview = false
1117
1117
  }) {
1118
1118
  const policy = mergeMobilePolicy(config);
1119
1119
  const countries = countriesForPolicy(config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanvika/auth",
3
- "version": "2.10.3",
3
+ "version": "2.10.4",
4
4
  "description": "Sanvika Auth SDK — React components/hooks + server-side token verification and user proxy",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",