oolib 2.29.3 → 2.29.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.
@@ -258,10 +258,10 @@ var URLInput = function (_a) {
258
258
  });
259
259
  }); };
260
260
  (0, react_1.useEffect)(function () {
261
- if (value && validateOnMount) {
262
- handleValidation(value);
261
+ if (props.value && validateOnMount) {
262
+ handleValidation(props.value);
263
263
  }
264
- }, [validateOnMount, value]);
264
+ }, [validateOnMount, props.value]);
265
265
  return (react_1.default.createElement(exports.TextInput, __assign({ type: "url", validateOnBlur: handleValidation, placeholder: "Enter a valid url..." }, props)));
266
266
  };
267
267
  exports.URLInput = URLInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.29.3",
3
+ "version": "2.29.4",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",