oolib 2.75.2 → 2.75.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.
@@ -216,7 +216,7 @@ var PhoneInput = function (_a) {
216
216
  passValidationErrorToFormValidation(errorObj.type);
217
217
  return errorObj;
218
218
  }
219
- if (value.length < 10) {
219
+ if (value.length < 9) {
220
220
  errorObj = { type: "error", msg: "Enter a valid phone number" };
221
221
  if (passValidationErrorToFormValidation)
222
222
  passValidationErrorToFormValidation(errorObj.type);
package/dist/index.js CHANGED
@@ -122,7 +122,7 @@ Object.defineProperty(exports, "OptionsSingle", { enumerable: true, get: functio
122
122
  //used only by FilterInput. once that is shifted to oolib, dont need to export it anymore
123
123
  var generateOptions_1 = require("./components/Dropdowns/utils/generateOptions");
124
124
  Object.defineProperty(exports, "generateOptions", { enumerable: true, get: function () { return generateOptions_1.generateOptions; } });
125
- //used only by TagsCheckbox & TagsRadio. once that is shifted to oolib, dont need to export it anymore
125
+ //used only by TagsInputSingle and Multi, in the checkbox & radio variant. once that is shifted to oolib, dont need to export it anymore
126
126
  var genTagComp_1 = require("./components/Dropdowns/utils/genTagComp");
127
127
  Object.defineProperty(exports, "genTagComp", { enumerable: true, get: function () { return genTagComp_1.genTagComp; } });
128
128
  ////// context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.75.2",
3
+ "version": "2.75.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",