@editframe/create 0.37.2-beta → 0.37.3-beta

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.
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.37.2-beta",
15
- "@editframe/elements": "0.37.2-beta",
16
- "@editframe/vite-plugin": "0.37.2-beta",
14
+ "@editframe/cli": "0.37.3-beta",
15
+ "@editframe/elements": "0.37.3-beta",
16
+ "@editframe/vite-plugin": "0.37.3-beta",
17
17
  "animejs": "^4.2.2",
18
18
  "prismjs": "^1.30.0",
19
19
  "tailwindcss": "^3.4.3",
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.37.2-beta",
15
- "@editframe/elements": "0.37.2-beta",
16
- "@editframe/vite-plugin": "0.37.2-beta",
14
+ "@editframe/cli": "0.37.3-beta",
15
+ "@editframe/elements": "0.37.3-beta",
16
+ "@editframe/vite-plugin": "0.37.3-beta",
17
17
  "tailwindcss": "^3.4.3",
18
18
  "vite": "^6.3.5",
19
19
  "vite-plugin-singlefile": "^2.0.1"
@@ -7,9 +7,9 @@
7
7
  "start": "editframe preview"
8
8
  },
9
9
  "dependencies": {
10
- "@editframe/cli": "0.37.2-beta",
11
- "@editframe/elements": "0.37.2-beta",
12
- "@editframe/vite-plugin": "0.37.2-beta",
10
+ "@editframe/cli": "0.37.3-beta",
11
+ "@editframe/elements": "0.37.3-beta",
12
+ "@editframe/vite-plugin": "0.37.3-beta",
13
13
  "tailwindcss": "^3.4.3",
14
14
  "vite": "^6.3.5",
15
15
  "vite-plugin-singlefile": "^2.0.1"
@@ -7,9 +7,9 @@
7
7
  "start": "editframe preview"
8
8
  },
9
9
  "dependencies": {
10
- "@editframe/cli": "0.37.2-beta",
11
- "@editframe/react": "0.37.2-beta",
12
- "@editframe/vite-plugin": "0.37.2-beta",
10
+ "@editframe/cli": "0.37.3-beta",
11
+ "@editframe/react": "0.37.3-beta",
12
+ "@editframe/vite-plugin": "0.37.3-beta",
13
13
  "@vitejs/plugin-react": "^4.3.1",
14
14
  "tailwindcss": "^3.4.3",
15
15
  "vite": "^6.3.5",
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  import ReactDOM from "react-dom/client";
3
+ import { TimelineRoot } from "@editframe/react";
3
4
  import { Video } from "./Video";
4
5
  import "@editframe/elements/styles.css";
5
6
 
@@ -8,4 +9,6 @@ if (!root) {
8
9
  throw new Error("Root element not found");
9
10
  }
10
11
 
11
- ReactDOM.createRoot(root).render(<Video />);
12
+ ReactDOM.createRoot(root).render(
13
+ <TimelineRoot id="root" component={Video} />
14
+ );
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.37.2-beta",
15
- "@editframe/react": "0.37.2-beta",
16
- "@editframe/vite-plugin": "0.37.2-beta",
14
+ "@editframe/cli": "0.37.3-beta",
15
+ "@editframe/react": "0.37.3-beta",
16
+ "@editframe/vite-plugin": "0.37.3-beta",
17
17
  "@vitejs/plugin-react": "^4.3.1",
18
18
  "tailwindcss": "^3.4.3",
19
19
  "vite": "^6.3.5",
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  import ReactDOM from "react-dom/client";
3
+ import { TimelineRoot } from "@editframe/react";
3
4
  import { Video } from "./Video";
4
5
  import "@editframe/elements/styles.css";
5
6
 
@@ -8,4 +9,6 @@ if (!root) {
8
9
  throw new Error("Root element not found");
9
10
  }
10
11
 
11
- ReactDOM.createRoot(root).render(<Video />);
12
+ ReactDOM.createRoot(root).render(
13
+ <TimelineRoot id="root" component={Video} />
14
+ );
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.37.2-beta",
15
- "@editframe/elements": "0.37.2-beta",
16
- "@editframe/vite-plugin": "0.37.2-beta",
14
+ "@editframe/cli": "0.37.3-beta",
15
+ "@editframe/elements": "0.37.3-beta",
16
+ "@editframe/vite-plugin": "0.37.3-beta",
17
17
  "tailwindcss": "^3.4.3",
18
18
  "vite": "^6.3.5",
19
19
  "vite-plugin-singlefile": "^2.0.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@editframe/create",
3
- "version": "0.37.2-beta",
3
+ "version": "0.37.3-beta",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "create-editframe": "dist/index.js"