smbls 2.11.467 → 2.11.468

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.
@@ -12223,7 +12223,7 @@ var init_Collection = __esm({
12223
12223
  if (childrenAs)
12224
12224
  param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
12225
12225
  } else if ((0, import_utils8.isObject)(childrenExec)) {
12226
- param = (0, import_utils8.deepCloneWithExtend)(childrenExec);
12226
+ param = (0, import_utils8.deepCloneWithExtend)(childrenExec.$$typeof ? { key: childrenExec.key, props: childrenExec.props } : childrenExec);
12227
12227
  param = Object.keys(param).map((v) => {
12228
12228
  const val = param[v];
12229
12229
  return (0, import_utils8.addAdditionalExtend)(v, val);
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "smbls",
3
- "version": "2.11.467",
3
+ "version": "2.11.468",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/symbo-ls/smbls",
6
- "gitHead": "9939ac3ac62d76a4ed14590c78b0a74dc66f5c93",
6
+ "gitHead": "93bddb8a979a3011306a7f7eec437d95b4455554",
7
7
  "source": "index.js",
8
8
  "main": "index.js",
9
9
  "module": "index.js",
@@ -14,15 +14,15 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@symbo.ls/cli": "^2.11.464",
17
- "@symbo.ls/create": "^2.11.467",
17
+ "@symbo.ls/create": "^2.11.468",
18
18
  "@symbo.ls/default-config": "^2.11.464",
19
19
  "@symbo.ls/init": "^2.11.464",
20
20
  "@symbo.ls/scratch": "^2.11.464",
21
- "@symbo.ls/sync": "^2.11.467",
22
- "@symbo.ls/uikit": "^2.11.467",
21
+ "@symbo.ls/sync": "^2.11.468",
22
+ "@symbo.ls/uikit": "^2.11.468",
23
23
  "@symbo.ls/utils": "^2.11.453",
24
24
  "attrs-in-props": "^2.11.455",
25
- "css-in-props": "^2.11.467",
25
+ "css-in-props": "^2.11.468",
26
26
  "domql": "^2.5.158"
27
27
  },
28
28
  "type": "module",