@m4l/components 9.1.106 → 9.1.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.
@@ -364,7 +364,8 @@ const createAreasStore = (initProps) => {
364
364
  // layoutProps: false,
365
365
  moduleId: true,
366
366
  windowId: true,
367
- mfProps: true
367
+ mfProps: true,
368
+ moduleCount: true
368
369
  };
369
370
  const newElement = {};
370
371
  for (const keyToSave in hasPropsToSave) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.1.106",
3
+ "version": "9.1.107",
4
4
  "license": "UNLICENSED",
5
5
  "lint-staged": {
6
6
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"