oolib 2.29.2 → 2.29.3

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