@webstudio-is/sdk-components-react-radix 0.0.0-4f7bf18 → 0.0.0-5844e28

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.
@@ -6,12 +6,10 @@ export declare const radix: Record<string, {
6
6
  "ws:style"?: import("@webstudio-is/template").TemplateStyleDecl[];
7
7
  "ws:show"?: boolean | {
8
8
  chunks: string[];
9
- variables: Array<import("@webstudio-is/template").Variable | import("@webstudio-is/template").Parameter>;
10
- serialize(variableIds: string[]): string;
9
+ variables: Array<import("@webstudio-is/template").Variable | import("@webstudio-is/template").Parameter | import("@webstudio-is/template").ResourceValue>;
11
10
  };
12
- children?: import("react").ReactNode | import("@webstudio-is/template").ExpressionValue | {
11
+ children?: import("react").ReactNode | {
13
12
  chunks: string[];
14
- variables: Array<import("@webstudio-is/template").Variable | import("@webstudio-is/template").Parameter>;
15
- serialize(variableIds: string[]): string;
13
+ variables: Array<import("@webstudio-is/template").Variable | import("@webstudio-is/template").Parameter | import("@webstudio-is/template").ResourceValue>;
16
14
  } | import("@webstudio-is/template").PlaceholderValue;
17
15
  }) => import("react").ReactNode)>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react-radix",
3
- "version": "0.0.0-4f7bf18",
3
+ "version": "0.0.0-5844e28",
4
4
  "description": "Webstudio wrapper for radix library",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -44,24 +44,24 @@
44
44
  "react-dom": "18.3.0-canary-14898b6a9-20240318"
45
45
  },
46
46
  "dependencies": {
47
- "@radix-ui/react-accordion": "^1.2.2",
48
- "@radix-ui/react-checkbox": "^1.1.3",
49
- "@radix-ui/react-collapsible": "^1.1.2",
50
- "@radix-ui/react-dialog": "^1.1.4",
51
- "@radix-ui/react-label": "^2.1.1",
52
- "@radix-ui/react-navigation-menu": "^1.2.3",
53
- "@radix-ui/react-popover": "^1.1.4",
54
- "@radix-ui/react-radio-group": "^1.2.2",
55
- "@radix-ui/react-select": "^2.1.4",
56
- "@radix-ui/react-switch": "^1.1.2",
57
- "@radix-ui/react-tabs": "^1.1.2",
58
- "@radix-ui/react-tooltip": "^1.1.6",
47
+ "@radix-ui/react-accordion": "^1.2.3",
48
+ "@radix-ui/react-checkbox": "^1.1.4",
49
+ "@radix-ui/react-collapsible": "^1.1.3",
50
+ "@radix-ui/react-dialog": "^1.1.6",
51
+ "@radix-ui/react-label": "^2.1.2",
52
+ "@radix-ui/react-navigation-menu": "^1.2.5",
53
+ "@radix-ui/react-popover": "^1.1.6",
54
+ "@radix-ui/react-radio-group": "^1.2.3",
55
+ "@radix-ui/react-select": "^2.1.5",
56
+ "@radix-ui/react-switch": "^1.1.3",
57
+ "@radix-ui/react-tabs": "^1.1.3",
58
+ "@radix-ui/react-tooltip": "^1.1.8",
59
59
  "@radix-ui/react-use-controllable-state": "^1.1.0",
60
60
  "await-interaction-response": "^0.0.2",
61
- "@webstudio-is/css-engine": "0.0.0-4f7bf18",
62
- "@webstudio-is/icons": "0.0.0-4f7bf18",
63
- "@webstudio-is/sdk": "0.0.0-4f7bf18",
64
- "@webstudio-is/react-sdk": "0.0.0-4f7bf18"
61
+ "@webstudio-is/css-engine": "0.0.0-5844e28",
62
+ "@webstudio-is/react-sdk": "0.0.0-5844e28",
63
+ "@webstudio-is/icons": "0.0.0-5844e28",
64
+ "@webstudio-is/sdk": "0.0.0-5844e28"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/react": "^18.2.70",
@@ -69,10 +69,10 @@
69
69
  "react": "18.3.0-canary-14898b6a9-20240318",
70
70
  "react-dom": "18.3.0-canary-14898b6a9-20240318",
71
71
  "@webstudio-is/css-data": "0.0.0",
72
- "@webstudio-is/generate-arg-types": "0.0.0",
73
72
  "@webstudio-is/sdk-cli": "^0.94.0",
74
- "@webstudio-is/sdk-components-react": "0.0.0-4f7bf18",
75
- "@webstudio-is/template": "0.0.0-4f7bf18",
73
+ "@webstudio-is/generate-arg-types": "0.0.0",
74
+ "@webstudio-is/sdk-components-react": "0.0.0-5844e28",
75
+ "@webstudio-is/template": "0.0.0-5844e28",
76
76
  "@webstudio-is/tsconfig": "1.0.7"
77
77
  },
78
78
  "scripts": {