@webstudio-is/react-sdk 0.80.0 → 0.82.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.
|
@@ -369,6 +369,7 @@ declare const WsComponentPropsMeta: z.ZodObject<{
|
|
|
369
369
|
}>, z.ZodObject<{
|
|
370
370
|
control: z.ZodLiteral<"action">;
|
|
371
371
|
type: z.ZodLiteral<"action">;
|
|
372
|
+
defaultValue: z.ZodOptional<z.ZodUndefined>;
|
|
372
373
|
label: z.ZodOptional<z.ZodString>;
|
|
373
374
|
description: z.ZodOptional<z.ZodString>;
|
|
374
375
|
required: z.ZodBoolean;
|
|
@@ -376,12 +377,14 @@ declare const WsComponentPropsMeta: z.ZodObject<{
|
|
|
376
377
|
type: "action";
|
|
377
378
|
required: boolean;
|
|
378
379
|
control: "action";
|
|
380
|
+
defaultValue?: undefined;
|
|
379
381
|
label?: string | undefined;
|
|
380
382
|
description?: string | undefined;
|
|
381
383
|
}, {
|
|
382
384
|
type: "action";
|
|
383
385
|
required: boolean;
|
|
384
386
|
control: "action";
|
|
387
|
+
defaultValue?: undefined;
|
|
385
388
|
label?: string | undefined;
|
|
386
389
|
description?: string | undefined;
|
|
387
390
|
}>]>>;
|
|
@@ -512,6 +515,7 @@ declare const WsComponentPropsMeta: z.ZodObject<{
|
|
|
512
515
|
type: "action";
|
|
513
516
|
required: boolean;
|
|
514
517
|
control: "action";
|
|
518
|
+
defaultValue?: undefined;
|
|
515
519
|
label?: string | undefined;
|
|
516
520
|
description?: string | undefined;
|
|
517
521
|
}>;
|
|
@@ -642,6 +646,7 @@ declare const WsComponentPropsMeta: z.ZodObject<{
|
|
|
642
646
|
type: "action";
|
|
643
647
|
required: boolean;
|
|
644
648
|
control: "action";
|
|
649
|
+
defaultValue?: undefined;
|
|
645
650
|
label?: string | undefined;
|
|
646
651
|
description?: string | undefined;
|
|
647
652
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.82.0",
|
|
4
4
|
"description": "Webstudio JavaScript / TypeScript API",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"nanoevents": "^8.0.0",
|
|
36
36
|
"nanoid": "^4.0.2",
|
|
37
37
|
"nanostores": "^0.9.3",
|
|
38
|
-
"@webstudio-is/asset-uploader": "^0.
|
|
39
|
-
"@webstudio-is/css-data": "^0.
|
|
40
|
-
"@webstudio-is/css-engine": "^0.
|
|
41
|
-
"@webstudio-is/fonts": "^0.
|
|
42
|
-
"@webstudio-is/generate-arg-types": "^0.
|
|
43
|
-
"@webstudio-is/project-build": "^0.
|
|
38
|
+
"@webstudio-is/asset-uploader": "^0.82.0",
|
|
39
|
+
"@webstudio-is/css-data": "^0.82.0",
|
|
40
|
+
"@webstudio-is/css-engine": "^0.82.0",
|
|
41
|
+
"@webstudio-is/fonts": "^0.82.0",
|
|
42
|
+
"@webstudio-is/generate-arg-types": "^0.82.0",
|
|
43
|
+
"@webstudio-is/project-build": "^0.82.0"
|
|
44
44
|
},
|
|
45
45
|
"exports": {
|
|
46
46
|
".": {
|