@webstudio-is/sdk-components-animation 0.217.0 → 0.218.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,4 +1,5 @@
1
1
  const e = {
2
+ className: { required: !1, control: "text", type: "string" },
2
3
  easing: {
3
4
  description: "Easing function applied within the sliding window.",
4
5
  required: !1,
@@ -1,4 +1,5 @@
1
1
  const e = {
2
+ className: { required: !1, control: "text", type: "string" },
2
3
  easing: {
3
4
  description: "Easing function applied within the sliding window.",
4
5
  required: !1,
@@ -1,17 +1,21 @@
1
1
  import { PlayIcon as o } from "@webstudio-is/icons/svg";
2
- import { props as n } from "./__generated__/video-animation.props.js";
3
- const i = {
2
+ import { props as t } from "./__generated__/video-animation.props.js";
3
+ import { div as e } from "@webstudio-is/sdk/normalize.css";
4
+ const p = {
4
5
  icon: o,
5
6
  label: "Video Animation",
6
7
  contentModel: {
7
8
  category: "none",
8
9
  children: ["instance"]
10
+ },
11
+ presetStyle: {
12
+ div: e
9
13
  }
10
- }, r = {
11
- props: n,
14
+ }, m = {
15
+ props: t,
12
16
  initialProps: ["timeline"]
13
17
  };
14
18
  export {
15
- i as meta,
16
- r as propsMeta
19
+ p as meta,
20
+ m as propsMeta
17
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-animation",
3
- "version": "0.217.0",
3
+ "version": "0.218.0",
4
4
  "description": "Webstudio components for animation",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -49,10 +49,10 @@
49
49
  "nanostores": "^0.11.3",
50
50
  "react-error-boundary": "^5.0.0",
51
51
  "shallow-equal": "^3.1.0",
52
- "@webstudio-is/css-engine": "0.217.0",
53
- "@webstudio-is/icons": "0.217.0",
54
- "@webstudio-is/react-sdk": "0.217.0",
55
- "@webstudio-is/sdk": "0.217.0"
52
+ "@webstudio-is/css-engine": "0.218.0",
53
+ "@webstudio-is/icons": "0.218.0",
54
+ "@webstudio-is/react-sdk": "0.218.0",
55
+ "@webstudio-is/sdk": "0.218.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/react": "^18.2.70",
@@ -65,12 +65,12 @@
65
65
  "type-fest": "^4.37.0",
66
66
  "vitest": "^3.0.8",
67
67
  "zod": "^3.24.2",
68
- "@webstudio-is/css-data": "0.0.0",
69
- "@webstudio-is/sdk-cli": "^0.94.0",
70
68
  "@webstudio-is/design-system": "0.0.0",
69
+ "@webstudio-is/css-data": "0.0.0",
71
70
  "@webstudio-is/generate-arg-types": "0.0.0",
72
- "@webstudio-is/sdk-components-react": "0.217.0",
73
- "@webstudio-is/template": "0.217.0",
71
+ "@webstudio-is/sdk-cli": "^0.94.0",
72
+ "@webstudio-is/sdk-components-react": "0.218.0",
73
+ "@webstudio-is/template": "0.218.0",
74
74
  "@webstudio-is/tsconfig": "1.0.7"
75
75
  },
76
76
  "scripts": {