@symbo.ls/create 2.11.479 → 2.11.480

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.
@@ -13797,7 +13797,7 @@ var init_Collection = __esm({
13797
13797
  const obj = {
13798
13798
  tag: "fragment",
13799
13799
  props: {
13800
- children: el.props && el.props.children,
13800
+ ignoreChildProps: true,
13801
13801
  childProps: el.props && el.props.childProps
13802
13802
  }
13803
13803
  };
@@ -13840,6 +13840,7 @@ var init_Collection = __esm({
13840
13840
  const obj = {
13841
13841
  tag: "fragment",
13842
13842
  props: {
13843
+ ignoreChildProps: true,
13843
13844
  childProps: el.props && el.props.childProps
13844
13845
  }
13845
13846
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.479",
3
+ "version": "2.11.480",
4
4
  "license": "MIT",
5
- "gitHead": "5bc099d1118aafd7bfb051317e8b8c11af1d6878",
5
+ "gitHead": "14db2b8d241d45fa80f588a2e0a6c50f5dbd8bee",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -37,8 +37,8 @@
37
37
  "@symbo.ls/fetch": "^2.11.475",
38
38
  "@symbo.ls/init": "^2.11.475",
39
39
  "@symbo.ls/scratch": "^2.11.475",
40
- "@symbo.ls/sync": "^2.11.479",
41
- "@symbo.ls/uikit": "^2.11.479",
40
+ "@symbo.ls/sync": "^2.11.480",
41
+ "@symbo.ls/uikit": "^2.11.480",
42
42
  "@symbo.ls/utils": "^2.11.475",
43
43
  "domql": "^2.5.158"
44
44
  },