@base-framework/base 3.0.252 → 3.0.255

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,9 @@ export class Unit {
22
22
  * This will create a unit.
23
23
  *
24
24
  * @constructor
25
+ *
26
+ * @param {...any} args
27
+ *
25
28
  * @overload
26
29
  * @param {object} props
27
30
  * @param {Array<object>} [children=[]] - An array of children
@@ -41,6 +44,9 @@ export class Unit {
41
44
  * This will create a unit.
42
45
  *
43
46
  * @constructor
47
+ *
48
+ * @param {...any} args
49
+ *
44
50
  * @overload
45
51
  * @param {object} props
46
52
  * @param {Array<object>} [children=[]] - An array of children
@@ -60,6 +66,9 @@ export class Unit {
60
66
  * This will create a unit.
61
67
  *
62
68
  * @constructor
69
+ *
70
+ * @param {...any} args
71
+ *
63
72
  * @overload
64
73
  * @param {object} props
65
74
  * @param {Array<object>} [children=[]] - An array of children
@@ -79,6 +88,9 @@ export class Unit {
79
88
  * This will create a unit.
80
89
  *
81
90
  * @constructor
91
+ *
92
+ * @param {...any} args
93
+ *
82
94
  * @overload
83
95
  * @param {object} props
84
96
  * @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.252",
3
+ "version": "3.0.255",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",