@symbo.ls/atoms 2.11.470 → 2.11.471

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.
Files changed (2) hide show
  1. package/Collection.js +3 -1
  2. package/package.json +2 -2
package/Collection.js CHANGED
@@ -28,7 +28,9 @@ export const Collection = {
28
28
  }
29
29
  return
30
30
  } else if (childrenExec) {
31
- param = [{ text: param }]
31
+ el.removeContent()
32
+ el.content = { text: param }
33
+ return
32
34
  }
33
35
 
34
36
  if (!param) return
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.470",
3
+ "version": "2.11.471",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "726524dbb01cfa6ead1c95bd8f930a85169c70fe",
6
+ "gitHead": "593a54d6bdc013b6546ef7f2a7ccfb5838cec7fe",
7
7
  "dependencies": {
8
8
  "@domql/state": "^2.5.0",
9
9
  "@domql/utils": "^2.5.0",