@versa_ai/vmml-editor 1.0.52 → 1.0.54
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.
- package/.turbo/turbo-build.log +9 -9
- package/dist/index.js +23260 -165
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23138 -45
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/components/EditorCanvas.tsx +6 -0
- package/src/index.tsx +23 -11
- package/src/utils/VmmlConverter.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @
|
|
2
|
+
> @md_ai/vmml-editor@1.0.9 build D:\code\work\vmml-player\packages\editor
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -66,7 +66,6 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
[34mDTS[39m Build start
|
|
70
69
|
|
|
71
70
|
[43m[30m WARN [39m[49m [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mUsing / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
|
|
72
71
|
|
|
@@ -124,12 +123,13 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
124
123
|
|
|
125
124
|
|
|
126
125
|
|
|
127
|
-
[
|
|
128
|
-
[
|
|
129
|
-
[
|
|
130
|
-
[32mESM[39m
|
|
131
|
-
[
|
|
132
|
-
[
|
|
133
|
-
[
|
|
126
|
+
[34mDTS[39m Build start
|
|
127
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m120.28 KB[39m
|
|
128
|
+
[32mESM[39m [1mdist\index.mjs.map [22m[32m234.17 KB[39m
|
|
129
|
+
[32mESM[39m ⚡️ Build success in 780ms
|
|
130
|
+
[32mCJS[39m [1mdist\index.js [22m[32m122.15 KB[39m
|
|
131
|
+
[32mCJS[39m [1mdist\index.js.map [22m[32m234.48 KB[39m
|
|
132
|
+
[32mCJS[39m ⚡️ Build success in 781ms
|
|
133
|
+
[32mDTS[39m ⚡️ Build success in 1590ms
|
|
134
134
|
[32mDTS[39m [1mdist\index.d.ts [22m[32m158.00 B[39m
|
|
135
135
|
[32mDTS[39m [1mdist\index.d.mts [22m[32m158.00 B[39m
|