@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.
@@ -1,5 +1,6 @@
1
1
  import { type TemplateMeta } from "@webstudio-is/template";
2
2
  export declare const coreTemplates: {
3
+ "ws:element": TemplateMeta;
3
4
  "ws:collection": TemplateMeta;
4
5
  "ws:descendant": TemplateMeta;
5
6
  "ws:block": TemplateMeta;
@@ -21,5 +21,6 @@ export * from "./resources-generator";
21
21
  export * from "./page-meta-generator";
22
22
  export * from "./url-pattern";
23
23
  export * from "./css";
24
+ export * from "./__generated__/tags";
24
25
  export type { AnimationAction, AnimationActionScroll, AnimationActionView, AnimationKeyframe, KeyframeStyles, RangeUnit, RangeUnitValue, ScrollNamedRange, ScrollRangeValue, ViewNamedRange, ViewRangeValue, ScrollAnimation, ViewAnimation, InsetUnitValue, DurationUnitValue, TimeUnit, } from "./schema/animation-schema";
25
26
  export { animationActionSchema, scrollAnimationSchema, viewAnimationSchema, rangeUnitValueSchema, animationKeyframeSchema, insetUnitValueSchema, durationUnitValueSchema, RANGE_UNITS, } from "./schema/animation-schema";
@@ -3,5 +3,6 @@ export * from "./to-string";
3
3
  export * from "./form-fields";
4
4
  export declare const tagProperty = "data-ws-tag";
5
5
  export declare const getTagFromProps: (props: Record<string, unknown>) => string | undefined;
6
- export declare const indexProperty: "data-ws-index";
6
+ export declare const indexProperty = "data-ws-index";
7
7
  export declare const getIndexWithinAncestorFromProps: (props: Record<string, unknown>) => string | undefined;
8
+ export declare const animationCanPlayOnCanvasProperty = "data-ws-animation-can-play-on-canvas";