@yoobic/yobi 7.7.106 → 7.7.107

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.
@@ -1121,10 +1121,10 @@ const YooFormJsonComponent = class {
1121
1121
  if (this.required && !this.value) {
1122
1122
  isValid = false;
1123
1123
  }
1124
- if (!this.validity || this.validity !== isValid) {
1125
- this.validity = isValid;
1126
- this.validityChanged.emit(isValid);
1127
- }
1124
+ // if (!this.validity || this.validity !== isValid) {
1125
+ this.validity = isValid;
1126
+ this.validityChanged.emit(isValid);
1127
+ //}
1128
1128
  return this.validity;
1129
1129
  }
1130
1130
  renderBase() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "7.7.106",
3
+ "version": "7.7.107",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",