@pingux/astro 1.33.0-alpha.0 → 1.33.0-alpha.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.
@@ -118,7 +118,7 @@ var PasswordField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
118
118
|
return inputRef.current;
|
119
119
|
});
|
120
120
|
|
121
|
-
var _hooks$useProgressive = hooks.useProgressiveState(isVisibleProp,
|
121
|
+
var _hooks$useProgressive = hooks.useProgressiveState(isVisibleProp, isVisibleProp),
|
122
122
|
_hooks$useProgressive2 = (0, _slicedToArray2["default"])(_hooks$useProgressive, 2),
|
123
123
|
isVisible = _hooks$useProgressive2[0],
|
124
124
|
setIsShown = _hooks$useProgressive2[1]; // Measure the width of the input to inform the width of the menu (below).
|
@@ -72,7 +72,7 @@ var PasswordField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
72
72
|
return inputRef.current;
|
73
73
|
});
|
74
74
|
|
75
|
-
var _hooks$useProgressive = hooks.useProgressiveState(isVisibleProp,
|
75
|
+
var _hooks$useProgressive = hooks.useProgressiveState(isVisibleProp, isVisibleProp),
|
76
76
|
_hooks$useProgressive2 = _slicedToArray(_hooks$useProgressive, 2),
|
77
77
|
isVisible = _hooks$useProgressive2[0],
|
78
78
|
setIsShown = _hooks$useProgressive2[1]; // Measure the width of the input to inform the width of the menu (below).
|