@yoobic/yobi 8.6.8 → 8.6.9

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.
@@ -1291,7 +1291,7 @@ const YooEntityComponent = class {
1291
1291
  };
1292
1292
  if (index$1.isWeb(this.host)) {
1293
1293
  // delete entry.tags;
1294
- delete entry.subheadings;
1294
+ // delete entry.subheadings;
1295
1295
  }
1296
1296
  }
1297
1297
  else if (this.entityType === 'folders' || (this.entityType === 'filesFolders' && this.item.fftype === 'folder')) {
@@ -1229,7 +1229,7 @@ export class YooEntityComponent {
1229
1229
  };
1230
1230
  if (isWeb(this.host)) {
1231
1231
  // delete entry.tags;
1232
- delete entry.subheadings;
1232
+ // delete entry.subheadings;
1233
1233
  }
1234
1234
  }
1235
1235
  else if (this.entityType === 'folders' || (this.entityType === 'filesFolders' && this.item.fftype === 'folder')) {
@@ -1287,7 +1287,7 @@ const YooEntityComponent = class {
1287
1287
  };
1288
1288
  if (isWeb(this.host)) {
1289
1289
  // delete entry.tags;
1290
- delete entry.subheadings;
1290
+ // delete entry.subheadings;
1291
1291
  }
1292
1292
  }
1293
1293
  else if (this.entityType === 'folders' || (this.entityType === 'filesFolders' && this.item.fftype === 'folder')) {
@@ -1287,7 +1287,7 @@ const YooEntityComponent = class {
1287
1287
  };
1288
1288
  if (isWeb(this.host)) {
1289
1289
  // delete entry.tags;
1290
- delete entry.subheadings;
1290
+ // delete entry.subheadings;
1291
1291
  }
1292
1292
  }
1293
1293
  else if (this.entityType === 'folders' || (this.entityType === 'filesFolders' && this.item.fftype === 'folder')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.6.8",
3
+ "version": "8.6.9",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",