@webstudio-is/react-sdk 0.236.0 → 0.237.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/types/props.d.ts +18 -0
- package/package.json +7 -7
package/lib/types/props.d.ts
CHANGED
|
@@ -831,6 +831,15 @@ export declare const normalizeProps: ({ props, assetBaseUrl, assets, uploadingIm
|
|
|
831
831
|
value: string;
|
|
832
832
|
type: "var";
|
|
833
833
|
} | undefined;
|
|
834
|
+
delay?: {
|
|
835
|
+
value: number;
|
|
836
|
+
type: "unit";
|
|
837
|
+
unit: "s" | "ms";
|
|
838
|
+
} | {
|
|
839
|
+
value: string;
|
|
840
|
+
type: "var";
|
|
841
|
+
} | undefined;
|
|
842
|
+
iterations?: number | "infinite" | undefined;
|
|
834
843
|
rangeStart?: ["start" | "end", {
|
|
835
844
|
value: number;
|
|
836
845
|
type: "unit";
|
|
@@ -1601,6 +1610,15 @@ export declare const normalizeProps: ({ props, assetBaseUrl, assets, uploadingIm
|
|
|
1601
1610
|
value: string;
|
|
1602
1611
|
type: "var";
|
|
1603
1612
|
} | undefined;
|
|
1613
|
+
delay?: {
|
|
1614
|
+
value: number;
|
|
1615
|
+
type: "unit";
|
|
1616
|
+
unit: "s" | "ms";
|
|
1617
|
+
} | {
|
|
1618
|
+
value: string;
|
|
1619
|
+
type: "var";
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
iterations?: number | "infinite" | undefined;
|
|
1604
1622
|
rangeStart?: ["contain" | "cover" | "entry" | "exit" | "entry-crossing" | "exit-crossing", {
|
|
1605
1623
|
value: number;
|
|
1606
1624
|
type: "unit";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.237.0",
|
|
4
4
|
"description": "Webstudio JavaScript / TypeScript API",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type-fest": "^4.37.0",
|
|
15
15
|
"vitest": "^3.1.2",
|
|
16
16
|
"zod": "^3.24.2",
|
|
17
|
-
"@webstudio-is/template": "0.
|
|
17
|
+
"@webstudio-is/template": "0.237.0",
|
|
18
18
|
"@webstudio-is/tsconfig": "1.0.7"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"change-case": "^5.4.4",
|
|
27
27
|
"html-tags": "^4.0.0",
|
|
28
28
|
"nanoid": "^5.1.5",
|
|
29
|
-
"@webstudio-is/css-engine": "0.
|
|
30
|
-
"@webstudio-is/icons": "^0.
|
|
31
|
-
"@webstudio-is/image": "0.
|
|
32
|
-
"@webstudio-is/fonts": "0.
|
|
33
|
-
"@webstudio-is/sdk": "0.
|
|
29
|
+
"@webstudio-is/css-engine": "0.237.0",
|
|
30
|
+
"@webstudio-is/icons": "^0.237.0",
|
|
31
|
+
"@webstudio-is/image": "0.237.0",
|
|
32
|
+
"@webstudio-is/fonts": "0.237.0",
|
|
33
|
+
"@webstudio-is/sdk": "0.237.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|
|
36
36
|
".": {
|