@webstudio-is/sdk-components-animation 0.224.0 → 0.226.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,6 +0,0 @@
1
- import { createProgressAnimation as i } from "./shared/create-progress-animation.js";
2
- const o = i(), a = "VideoAnimation";
3
- o.displayName = a;
4
- export {
5
- o as VideoAnimation
6
- };
@@ -1,21 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { $ as i } from "@webstudio-is/template";
3
- import { animation as t } from "./shared/proxy.js";
4
- const a = {
5
- category: "animations",
6
- description: "Video Animation",
7
- order: 2,
8
- template: /* @__PURE__ */ o(t.VideoAnimation, { children: /* @__PURE__ */ o(
9
- i.Video,
10
- {
11
- preload: "auto",
12
- autoPlay: !0,
13
- muted: !0,
14
- playsInline: !0,
15
- crossOrigin: "anonymous"
16
- }
17
- ) })
18
- };
19
- export {
20
- a as meta
21
- };
@@ -1,17 +0,0 @@
1
- import { PlayIcon as o } from "@webstudio-is/icons/svg";
2
- import { props as e } from "./__generated__/video-animation.props.js";
3
- import { div as i } from "@webstudio-is/sdk/normalize.css";
4
- const m = {
5
- icon: o,
6
- label: "Video Animation",
7
- contentModel: {
8
- category: "none",
9
- children: ["instance"]
10
- },
11
- presetStyle: { div: i },
12
- props: e,
13
- initialProps: ["timeline"]
14
- };
15
- export {
16
- m as meta
17
- };