@webstudio-is/sdk-components-react-radix 0.167.0 → 0.168.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.
@@ -236,6 +236,7 @@ export declare const getButtonStyles: (variant: "outline" | "ghost", size?: "def
236
236
  type: "guaranteedInvalid";
237
237
  })[];
238
238
  };
239
+ hidden?: boolean | undefined;
239
240
  } | {
240
241
  type: "image";
241
242
  value: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react-radix",
3
- "version": "0.167.0",
3
+ "version": "0.168.0",
4
4
  "description": "Webstudio wrapper for radix library",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -51,9 +51,9 @@
51
51
  "@radix-ui/react-switch": "^1.0.3",
52
52
  "@radix-ui/react-tabs": "^1.0.4",
53
53
  "@radix-ui/react-tooltip": "^1.0.7",
54
- "@webstudio-is/css-engine": "0.167.0",
55
- "@webstudio-is/icons": "0.167.0",
56
- "@webstudio-is/react-sdk": "0.167.0"
54
+ "@webstudio-is/css-engine": "0.168.0",
55
+ "@webstudio-is/icons": "0.168.0",
56
+ "@webstudio-is/react-sdk": "0.168.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "^20.12.7",
@@ -64,10 +64,10 @@
64
64
  "tailwindcss": "^3.3.3",
65
65
  "typescript": "^5.2.2",
66
66
  "@webstudio-is/css-data": "0.0.0",
67
- "@webstudio-is/generate-arg-types": "0.0.0",
68
67
  "@webstudio-is/sdk-cli": "^0.94.0",
69
- "@webstudio-is/sdk-components-react": "0.167.0",
70
- "@webstudio-is/tsconfig": "1.0.7"
68
+ "@webstudio-is/sdk-components-react": "0.168.0",
69
+ "@webstudio-is/tsconfig": "1.0.7",
70
+ "@webstudio-is/generate-arg-types": "0.0.0"
71
71
  },
72
72
  "scripts": {
73
73
  "dev": "rm -rf lib && esbuild 'src/**/*.ts' 'src/**/*.tsx' --outdir=lib --watch",