@base-framework/base 3.0.431 → 3.0.433

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.
@@ -69,6 +69,10 @@ export class Unit {
69
69
  * @member {?object} container
70
70
  */
71
71
  container: any;
72
+ /**
73
+ * @member {?string} unitType
74
+ */
75
+ unitType: any;
72
76
  /**
73
77
  * This will setup the component number and unique
74
78
  * instance id for the component elements.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.431",
3
+ "version": "3.0.433",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",