@webstudio-is/sdk-components-react 0.182.0 → 0.185.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/metas.js +2 -1
  2. package/package.json +7 -7
package/lib/metas.js CHANGED
@@ -295,7 +295,8 @@ var meta6 = {
295
295
  type: "container",
296
296
  icon: BodyIcon,
297
297
  states: defaultStates,
298
- presetStyle: presetStyle2
298
+ presetStyle: presetStyle2,
299
+ detachable: false
299
300
  };
300
301
 
301
302
  // src/box.ws.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react",
3
- "version": "0.182.0",
3
+ "version": "0.185.0",
4
4
  "description": "Webstudio default library for react",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -42,10 +42,10 @@
42
42
  "@react-aria/utils": "^3.25.2",
43
43
  "colord": "^2.9.3",
44
44
  "micromark": "^4.0.0",
45
- "@webstudio-is/icons": "0.182.0",
46
- "@webstudio-is/react-sdk": "0.182.0",
47
- "@webstudio-is/sdk": "0.182.0",
48
- "@webstudio-is/image": "0.182.0"
45
+ "@webstudio-is/image": "0.185.0",
46
+ "@webstudio-is/sdk": "0.185.0",
47
+ "@webstudio-is/react-sdk": "0.185.0",
48
+ "@webstudio-is/icons": "0.185.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jest/globals": "^29.7.0",
@@ -56,9 +56,9 @@
56
56
  "react": "18.3.0-canary-14898b6a9-20240318",
57
57
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
58
58
  "typescript": "5.5.2",
59
- "@webstudio-is/generate-arg-types": "0.0.0",
60
59
  "@webstudio-is/jest-config": "1.0.7",
61
- "@webstudio-is/tsconfig": "1.0.7"
60
+ "@webstudio-is/tsconfig": "1.0.7",
61
+ "@webstudio-is/generate-arg-types": "0.0.0"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "rm -rf lib && esbuild src/components.ts src/metas.ts src/props.ts --outdir=lib --bundle --format=esm --packages=external",