@yoobic/yobi 7.7.25 → 7.7.26

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.
@@ -125361,6 +125361,7 @@ const YooFormDynamicComponent = class {
125361
125361
  !isEmpty(field.condition) &&
125362
125362
  !field.hideMobile &&
125363
125363
  field.deleteOnHidden !== false &&
125364
+ field.forceHidden !== true &&
125364
125365
  (!field.readonly || field.dontSaveIfHidden)) {
125365
125366
  this.onFieldClear(field, false);
125366
125367
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "7.7.25",
3
+ "version": "7.7.26",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",