@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, onVisibleChangeProp),
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, onVisibleChangeProp),
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.33.0-alpha.0",
3
+ "version": "1.33.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",