smbls 2.11.466 → 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,13 +12223,15 @@ 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);
12230
12230
  });
12231
12231
  if (childrenAs)
12232
12232
  param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
12233
+ } else if (childrenExec) {
12234
+ param = [{ text: param }];
12233
12235
  }
12234
12236
  if (!param)
12235
12237
  return;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "smbls",
3
- "version": "2.11.466",
3
+ "version": "2.11.468",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/symbo-ls/smbls",
6
- "gitHead": "ecdaeba51ab8c4d65fc84880530fc42b449e89b3",
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.466",
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.466",
22
- "@symbo.ls/uikit": "^2.11.465",
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.465",
25
+ "css-in-props": "^2.11.468",
26
26
  "domql": "^2.5.158"
27
27
  },
28
28
  "type": "module",