@webstudio-is/react-sdk 0.192.0 → 0.193.0

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/lib/index.js +1 -1
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -215,7 +215,7 @@ var blockMeta = {
215
215
  icon: EditIcon,
216
216
  constraints: {
217
217
  relation: "ancestor",
218
- component: { $neq: collectionComponent }
218
+ component: { $nin: [collectionComponent, blockComponent] }
219
219
  },
220
220
  stylable: false,
221
221
  template: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/react-sdk",
3
- "version": "0.192.0",
3
+ "version": "0.193.0",
4
4
  "description": "Webstudio JavaScript / TypeScript API",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -26,11 +26,11 @@
26
26
  "html-tags": "^4.0.0",
27
27
  "nanoid": "^5.0.8",
28
28
  "title-case": "^4.3.2",
29
- "@webstudio-is/css-engine": "0.192.0",
30
- "@webstudio-is/icons": "^0.192.0",
31
- "@webstudio-is/image": "0.192.0",
32
- "@webstudio-is/fonts": "0.192.0",
33
- "@webstudio-is/sdk": "0.192.0"
29
+ "@webstudio-is/css-engine": "0.193.0",
30
+ "@webstudio-is/fonts": "0.193.0",
31
+ "@webstudio-is/icons": "^0.193.0",
32
+ "@webstudio-is/image": "0.193.0",
33
+ "@webstudio-is/sdk": "0.193.0"
34
34
  },
35
35
  "exports": {
36
36
  ".": {