@webstudio-is/sdk-components-react-radix 0.254.0 → 0.257.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.
@@ -191,7 +191,7 @@ const k = [
191
191
  "ws:style": t`
192
192
  left: 0;
193
193
  top: 0;
194
- positon: absolute;
194
+ position: absolute;
195
195
  width: max-content;
196
196
  padding: ${i[4]};
197
197
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react-radix",
3
- "version": "0.254.0",
3
+ "version": "0.257.0",
4
4
  "description": "Webstudio wrapper for radix library",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -52,10 +52,10 @@
52
52
  "@radix-ui/react-tabs": "^1.1.9",
53
53
  "@radix-ui/react-tooltip": "^1.2.4",
54
54
  "await-interaction-response": "^0.0.2",
55
- "@webstudio-is/icons": "0.254.0",
56
- "@webstudio-is/css-engine": "0.254.0",
57
- "@webstudio-is/sdk": "0.254.0",
58
- "@webstudio-is/react-sdk": "0.254.0"
55
+ "@webstudio-is/css-engine": "0.257.0",
56
+ "@webstudio-is/icons": "0.257.0",
57
+ "@webstudio-is/sdk": "0.257.0",
58
+ "@webstudio-is/react-sdk": "0.257.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/react": "^18.2.70",
@@ -63,11 +63,11 @@
63
63
  "react": "18.3.0-canary-14898b6a9-20240318",
64
64
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
65
65
  "@webstudio-is/css-data": "0.0.0",
66
+ "@webstudio-is/sdk-cli": "^0.94.0",
66
67
  "@webstudio-is/generate-arg-types": "0.0.0",
67
- "@webstudio-is/template": "0.254.0",
68
- "@webstudio-is/tsconfig": "1.0.7",
69
- "@webstudio-is/sdk-components-react": "0.254.0",
70
- "@webstudio-is/sdk-cli": "^0.94.0"
68
+ "@webstudio-is/sdk-components-react": "0.257.0",
69
+ "@webstudio-is/template": "0.257.0",
70
+ "@webstudio-is/tsconfig": "1.0.7"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "vite build --config ../../vite.sdk-components.config.ts",