@editframe/create 0.6.0-beta.22 → 0.7.0-beta.1

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.
@@ -46,11 +46,11 @@
46
46
  ></ef-image>
47
47
  <ef-waveform
48
48
  class="h-4 w-1/2 self-center"
49
- target="#nine-spades-poem"
49
+ target="nine-spades-poem"
50
50
  ></ef-waveform>
51
51
  <ef-captions
52
52
  class="h-24 p-2 text-center text-4xl"
53
- target="#nine-spades-poem"
53
+ target="nine-spades-poem"
54
54
  ><ef-captions-active-word
55
55
  style="
56
56
  animation: 0.1s bounce-in ease-out forwards;
@@ -96,11 +96,9 @@
96
96
  ></ef-image>
97
97
  <ef-waveform
98
98
  class="h-4 w-1/2 self-center"
99
- target="#joker-poem"
99
+ target="joker-poem"
100
100
  ></ef-waveform>
101
- <ef-captions
102
- class="h-24 p-2 text-center text-4xl"
103
- target="#joker-poem"
101
+ <ef-captions class="h-24 p-2 text-center text-4xl" target="joker-poem"
104
102
  ><ef-captions-active-word
105
103
  style="
106
104
  animation: 0.1s bounce-in ease-out forwards;
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.6.0-beta.22",
15
- "@editframe/elements": "0.6.0-beta.22",
16
- "@editframe/vite-plugin": "0.6.0-beta.22",
14
+ "@editframe/cli": "0.7.0-beta.1",
15
+ "@editframe/elements": "0.7.0-beta.1",
16
+ "@editframe/vite-plugin": "0.7.0-beta.1",
17
17
  "tailwindcss": "^3.4.3",
18
18
  "vite": "^5.2.11",
19
19
  "vite-plugin-singlefile": "^2.0.1"
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.6.0-beta.22",
15
- "@editframe/react": "0.6.0-beta.22",
16
- "@editframe/vite-plugin": "0.6.0-beta.22",
14
+ "@editframe/cli": "0.7.0-beta.1",
15
+ "@editframe/react": "0.7.0-beta.1",
16
+ "@editframe/vite-plugin": "0.7.0-beta.1",
17
17
  "@vitejs/plugin-react": "^4.3.1",
18
18
  "tailwindcss": "^3.4.3",
19
19
  "vite": "^5.2.11",
@@ -11,9 +11,9 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
- "@editframe/cli": "0.6.0-beta.22",
15
- "@editframe/elements": "0.6.0-beta.22",
16
- "@editframe/vite-plugin": "0.6.0-beta.22",
14
+ "@editframe/cli": "0.7.0-beta.1",
15
+ "@editframe/elements": "0.7.0-beta.1",
16
+ "@editframe/vite-plugin": "0.7.0-beta.1",
17
17
  "tailwindcss": "^3.4.3",
18
18
  "vite": "^5.2.11",
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.6.0-beta.22",
3
+ "version": "0.7.0-beta.1",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "create-editframe": "dist/index.js"