@xsolla/xui-input-phone 0.78.0 → 0.79.0-pr124.1769766602
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 +1 -8
- package/native/index.js.map +1 -1
- package/native/index.mjs +1 -8
- package/native/index.mjs.map +1 -1
- package/package.json +3 -3
- package/web/index.js +1 -2
- package/web/index.js.map +1 -1
- package/web/index.mjs +5 -6
- package/web/index.mjs.map +1 -1
package/native/index.js
CHANGED
|
@@ -253,7 +253,6 @@ var Spinner = ({
|
|
|
253
253
|
role,
|
|
254
254
|
"aria-label": ariaLabel,
|
|
255
255
|
"aria-live": ariaLive,
|
|
256
|
-
"aria-describedby": ariaDescribedBy,
|
|
257
256
|
testID
|
|
258
257
|
}) => {
|
|
259
258
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
@@ -352,14 +351,11 @@ var InputPrimitive = (0, import_react2.forwardRef)(
|
|
|
352
351
|
fontSize,
|
|
353
352
|
placeholderTextColor,
|
|
354
353
|
maxLength,
|
|
355
|
-
name,
|
|
356
354
|
type,
|
|
357
355
|
inputMode,
|
|
358
356
|
autoComplete,
|
|
359
357
|
id,
|
|
360
|
-
"aria-invalid": ariaInvalid,
|
|
361
358
|
"aria-describedby": ariaDescribedBy,
|
|
362
|
-
"aria-labelledby": ariaLabelledBy,
|
|
363
359
|
"aria-label": ariaLabel,
|
|
364
360
|
"aria-disabled": ariaDisabled,
|
|
365
361
|
"data-testid": dataTestId
|
|
@@ -451,9 +447,7 @@ var TextAreaPrimitive = (0, import_react3.forwardRef)(
|
|
|
451
447
|
maxLength,
|
|
452
448
|
rows,
|
|
453
449
|
id,
|
|
454
|
-
"aria-invalid": ariaInvalid,
|
|
455
450
|
"aria-describedby": ariaDescribedBy,
|
|
456
|
-
"aria-labelledby": ariaLabelledBy,
|
|
457
451
|
"aria-label": ariaLabel,
|
|
458
452
|
"aria-disabled": ariaDisabled,
|
|
459
453
|
"data-testid": dataTestId
|
|
@@ -2453,8 +2447,7 @@ var InputPhone = (0, import_react4.forwardRef)(
|
|
|
2453
2447
|
checkedIcon = /* @__PURE__ */ (0, import_jsx_runtime260.jsx)(Check, {}),
|
|
2454
2448
|
id: providedId,
|
|
2455
2449
|
"aria-label": ariaLabel,
|
|
2456
|
-
testID
|
|
2457
|
-
...rest
|
|
2450
|
+
testID
|
|
2458
2451
|
}, ref) => {
|
|
2459
2452
|
const { theme } = (0, import_xui_core.useDesignSystem)();
|
|
2460
2453
|
const [internalState, setInternalState] = (0, import_react4.useState)(
|