@webstudio-is/sdk 0.209.0 → 0.210.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.
package/lib/index.js
CHANGED
|
@@ -5853,7 +5853,7 @@ declare const WsComponentPropsMeta: z.ZodObject<{
|
|
|
5853
5853
|
initialProps?: string[] | undefined;
|
|
5854
5854
|
}>;
|
|
5855
5855
|
export type WsComponentPropsMeta = z.infer<typeof WsComponentPropsMeta>;
|
|
5856
|
-
export declare const componentCategories: readonly ["general", "typography", "media", "data", "forms", "localization", "radix", "xml", "hidden", "internal"];
|
|
5856
|
+
export declare const componentCategories: readonly ["general", "typography", "media", "animations", "data", "forms", "localization", "radix", "xml", "hidden", "internal"];
|
|
5857
5857
|
export declare const stateCategories: readonly ["states", "component-states"];
|
|
5858
5858
|
export declare const ComponentState: z.ZodObject<{
|
|
5859
5859
|
category: z.ZodOptional<z.ZodEnum<["states", "component-states"]>>;
|
|
@@ -5871,7 +5871,7 @@ export declare const ComponentState: z.ZodObject<{
|
|
|
5871
5871
|
export type ComponentState = z.infer<typeof ComponentState>;
|
|
5872
5872
|
export declare const defaultStates: ComponentState[];
|
|
5873
5873
|
export declare const WsComponentMeta: z.ZodObject<{
|
|
5874
|
-
category: z.ZodOptional<z.ZodEnum<["general", "typography", "media", "data", "forms", "localization", "radix", "xml", "hidden", "internal"]>>;
|
|
5874
|
+
category: z.ZodOptional<z.ZodEnum<["general", "typography", "media", "animations", "data", "forms", "localization", "radix", "xml", "hidden", "internal"]>>;
|
|
5875
5875
|
type: z.ZodEnum<["container", "control", "embed", "rich-text-child"]>;
|
|
5876
5876
|
/**
|
|
5877
5877
|
* a property used as textual placeholder when no content specified while in builder
|
|
@@ -11095,7 +11095,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11095
11095
|
label: string;
|
|
11096
11096
|
category?: "states" | "component-states" | undefined;
|
|
11097
11097
|
}[] | undefined;
|
|
11098
|
-
category?: "hidden" | "data" | "media" | "general" | "typography" | "forms" | "localization" | "radix" | "xml" | "internal" | undefined;
|
|
11098
|
+
category?: "hidden" | "data" | "media" | "general" | "typography" | "animations" | "forms" | "localization" | "radix" | "xml" | "internal" | undefined;
|
|
11099
11099
|
constraints?: {
|
|
11100
11100
|
relation: "ancestor" | "parent" | "self" | "child" | "descendant";
|
|
11101
11101
|
text?: false | undefined;
|
|
@@ -11746,7 +11746,7 @@ export declare const WsComponentMeta: z.ZodObject<{
|
|
|
11746
11746
|
label: string;
|
|
11747
11747
|
category?: "states" | "component-states" | undefined;
|
|
11748
11748
|
}[] | undefined;
|
|
11749
|
-
category?: "hidden" | "data" | "media" | "general" | "typography" | "forms" | "localization" | "radix" | "xml" | "internal" | undefined;
|
|
11749
|
+
category?: "hidden" | "data" | "media" | "general" | "typography" | "animations" | "forms" | "localization" | "radix" | "xml" | "internal" | undefined;
|
|
11750
11750
|
constraints?: {
|
|
11751
11751
|
relation: "ancestor" | "parent" | "self" | "child" | "descendant";
|
|
11752
11752
|
text?: false | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.210.0",
|
|
4
4
|
"description": "Webstudio project data schema",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"reserved-identifiers": "^1.0.0",
|
|
41
41
|
"type-fest": "^4.37.0",
|
|
42
42
|
"zod": "^3.24.2",
|
|
43
|
-
"@webstudio-is/css-engine": "0.
|
|
44
|
-
"@webstudio-is/
|
|
45
|
-
"@webstudio-is/
|
|
43
|
+
"@webstudio-is/css-engine": "0.210.0",
|
|
44
|
+
"@webstudio-is/fonts": "0.210.0",
|
|
45
|
+
"@webstudio-is/icons": "0.210.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"html-tags": "^4.0.0",
|
|
49
49
|
"vitest": "^3.0.8",
|
|
50
50
|
"@webstudio-is/css-data": "0.0.0",
|
|
51
|
-
"@webstudio-is/
|
|
52
|
-
"@webstudio-is/
|
|
51
|
+
"@webstudio-is/tsconfig": "1.0.7",
|
|
52
|
+
"@webstudio-is/template": "0.210.0"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"typecheck": "tsc",
|