@base-framework/base 3.0.253 → 3.0.256

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.
@@ -22,6 +22,7 @@ export class Unit {
22
22
  * This will create a unit.
23
23
  *
24
24
  * @constructor
25
+ *
25
26
  * @overload
26
27
  * @param {object} props
27
28
  * @param {Array<object>} [children=[]] - An array of children
@@ -41,6 +42,7 @@ export class Unit {
41
42
  * This will create a unit.
42
43
  *
43
44
  * @constructor
45
+ *
44
46
  * @overload
45
47
  * @param {object} props
46
48
  * @param {Array<object>} [children=[]] - An array of children
@@ -60,6 +62,7 @@ export class Unit {
60
62
  * This will create a unit.
61
63
  *
62
64
  * @constructor
65
+ *
63
66
  * @overload
64
67
  * @param {object} props
65
68
  * @param {Array<object>} [children=[]] - An array of children
@@ -79,6 +82,7 @@ export class Unit {
79
82
  * This will create a unit.
80
83
  *
81
84
  * @constructor
85
+ *
82
86
  * @overload
83
87
  * @param {object} props
84
88
  * @param {Array<object>} [children=[]] - An array of children
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.253",
3
+ "version": "3.0.256",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",