@base-framework/base 3.0.196 → 3.0.197

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.
@@ -166,6 +166,7 @@ export class Unit {
166
166
  * @returns {object}
167
167
  */
168
168
  protected _createLayout(): object;
169
+ _layout: any;
169
170
  /**
170
171
  * This will prepare the layout.
171
172
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.196",
3
+ "version": "3.0.197",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",