@webstudio-is/react-sdk 0.182.0 → 0.185.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 +74 -13
- package/lib/types/component-generator.d.ts +2 -1
- package/lib/types/components/component-meta.d.ts +469 -1629
- package/lib/types/core-components.d.ts +149 -1
- package/lib/types/embed-template.d.ts +417 -1595
- package/lib/types/props.d.ts +1 -0
- package/package.json +7 -7
package/lib/types/props.d.ts
CHANGED
|
@@ -101,3 +101,4 @@ export declare const showAttribute: "data-ws-show";
|
|
|
101
101
|
export declare const indexAttribute: "data-ws-index";
|
|
102
102
|
export declare const collapsedAttribute: "data-ws-collapsed";
|
|
103
103
|
export declare const textContentAttribute: "data-ws-text-content";
|
|
104
|
+
export declare const isAttributeNameSafe: (attributeName: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.185.0",
|
|
4
4
|
"description": "Webstudio JavaScript / TypeScript API",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"change-case": "^5.4.4",
|
|
28
28
|
"html-tags": "^4.0.0",
|
|
29
29
|
"nanoid": "^5.0.1",
|
|
30
|
-
"title-case": "^4.3.
|
|
31
|
-
"@webstudio-is/css-engine": "0.
|
|
32
|
-
"@webstudio-is/
|
|
33
|
-
"@webstudio-is/
|
|
34
|
-
"@webstudio-is/image": "0.
|
|
35
|
-
"@webstudio-is/sdk": "0.
|
|
30
|
+
"title-case": "^4.3.2",
|
|
31
|
+
"@webstudio-is/css-engine": "0.185.0",
|
|
32
|
+
"@webstudio-is/icons": "^0.185.0",
|
|
33
|
+
"@webstudio-is/fonts": "0.185.0",
|
|
34
|
+
"@webstudio-is/image": "0.185.0",
|
|
35
|
+
"@webstudio-is/sdk": "0.185.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|