@xsolla/xui-input-phone 0.104.0 → 0.106.0
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/native/index.js +7 -7
- package/native/index.js.map +1 -1
- package/native/index.mjs +7 -7
- package/native/index.mjs.map +1 -1
- package/package.json +3 -3
- package/web/index.js +7 -7
- package/web/index.js.map +1 -1
- package/web/index.mjs +7 -7
- package/web/index.mjs.map +1 -1
package/native/index.js
CHANGED
|
@@ -2549,11 +2549,11 @@ var InputPhone = (0, import_react3.forwardRef)(
|
|
|
2549
2549
|
xs: { vertical: 7, horizontal: 10 }
|
|
2550
2550
|
};
|
|
2551
2551
|
const borderRadiusConfig = {
|
|
2552
|
-
xl:
|
|
2553
|
-
lg:
|
|
2554
|
-
md:
|
|
2555
|
-
sm:
|
|
2556
|
-
xs:
|
|
2552
|
+
xl: 8,
|
|
2553
|
+
lg: 8,
|
|
2554
|
+
md: 8,
|
|
2555
|
+
sm: 4,
|
|
2556
|
+
xs: 4
|
|
2557
2557
|
};
|
|
2558
2558
|
const iconSizeConfig = {
|
|
2559
2559
|
xl: 18,
|
|
@@ -2577,8 +2577,8 @@ var InputPhone = (0, import_react3.forwardRef)(
|
|
|
2577
2577
|
xs: 56
|
|
2578
2578
|
};
|
|
2579
2579
|
const focusOutlineConfig = {
|
|
2580
|
-
xl: { width:
|
|
2581
|
-
lg: { width:
|
|
2580
|
+
xl: { width: 1, offset: -1 },
|
|
2581
|
+
lg: { width: 1, offset: -1 },
|
|
2582
2582
|
md: { width: 1, offset: -1 },
|
|
2583
2583
|
sm: { width: 1, offset: -1 },
|
|
2584
2584
|
xs: { width: 1, offset: -1 }
|