@webstudio-is/sdk 0.218.0 → 0.220.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/runtime.js CHANGED
@@ -99,7 +99,9 @@ var indexProperty = "data-ws-index";
99
99
  var getIndexWithinAncestorFromProps = (props) => {
100
100
  return props[indexProperty];
101
101
  };
102
+ var animationCanPlayOnCanvasProperty = "data-ws-animation-can-play-on-canvas";
102
103
  export {
104
+ animationCanPlayOnCanvasProperty,
103
105
  createJsonStringifyProxy,
104
106
  formBotFieldName,
105
107
  formIdFieldName,
@@ -0,0 +1 @@
1
+ export declare const tags: string[];