@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.
@@ -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.182.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.1",
31
- "@webstudio-is/css-engine": "0.182.0",
32
- "@webstudio-is/fonts": "0.182.0",
33
- "@webstudio-is/icons": "^0.182.0",
34
- "@webstudio-is/image": "0.182.0",
35
- "@webstudio-is/sdk": "0.182.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
  ".": {