@versa_ai/vmml-editor 1.0.9 → 1.0.11
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/.changeset/README.md +8 -0
- package/.changeset/config.json +11 -0
- package/.turbo/turbo-build.log +87 -11
- package/dist/index.js +770 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +771 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/index.tsx +47 -11
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changesets
|
|
2
|
+
|
|
3
|
+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
|
|
4
|
+
with multi-package repos, or single-package repos to help you version and publish your code. You can
|
|
5
|
+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
|
|
6
|
+
|
|
7
|
+
We have a quick list of common questions to get you started engaging with this project in
|
|
8
|
+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
|
|
3
|
+
"changelog": "@changesets/cli/changelog",
|
|
4
|
+
"commit": false,
|
|
5
|
+
"fixed": [],
|
|
6
|
+
"linked": [],
|
|
7
|
+
"access": "restricted",
|
|
8
|
+
"baseBranch": "main",
|
|
9
|
+
"updateInternalDependencies": "patch",
|
|
10
|
+
"ignore": []
|
|
11
|
+
}
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,53 @@
|
|
|
1
1
|
|
|
2
|
-
> @versa_ai/vmml-editor@1.0.
|
|
2
|
+
> @versa_ai/vmml-editor@1.0.11 build D:\code\work\vmml-player\packages\editor
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.5.
|
|
8
|
-
[34mCLI[39m Using tsup config: D:\
|
|
7
|
+
[34mCLI[39m tsup v8.5.1
|
|
8
|
+
[34mCLI[39m Using tsup config: D:\code\work\vmml-player\packages\editor\tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: node16
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
|
+
[34mDTS[39m Build start
|
|
13
|
+
|
|
14
|
+
[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.
|
|
15
|
+
|
|
16
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
17
|
+
|
|
18
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
19
|
+
|
|
20
|
+
src/assets/css/colorSelector.scss:4:9:
|
|
21
|
+
[37m 4 │ $px / 750[32m[37m
|
|
22
|
+
╵ [32m^[0m
|
|
23
|
+
|
|
24
|
+
The plugin "sass-plugin" was triggered by this import
|
|
25
|
+
|
|
26
|
+
src/components/ColorSelector.tsx:1:7:
|
|
27
|
+
[37m 1 │ import [32m"../assets/css/colorSelector.scss"[37m;
|
|
28
|
+
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
[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.
|
|
34
|
+
|
|
35
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
36
|
+
|
|
37
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
38
|
+
|
|
39
|
+
src/assets/css/editorTextMenu.scss:4:9:
|
|
40
|
+
[37m 4 │ $px / 750[32m[37m
|
|
41
|
+
╵ [32m^[0m
|
|
42
|
+
|
|
43
|
+
The plugin "sass-plugin" was triggered by this import
|
|
44
|
+
|
|
45
|
+
src/components/TextMenu.tsx:2:7:
|
|
46
|
+
[37m 2 │ import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
47
|
+
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
12
51
|
|
|
13
52
|
[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.
|
|
14
53
|
|
|
@@ -29,6 +68,44 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
29
68
|
|
|
30
69
|
|
|
31
70
|
|
|
71
|
+
[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
|
+
|
|
73
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
74
|
+
|
|
75
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
76
|
+
|
|
77
|
+
src/assets/css/colorSelector.scss:4:9:
|
|
78
|
+
[37m 4 │ $px / 750[32m[37m
|
|
79
|
+
╵ [32m^[0m
|
|
80
|
+
|
|
81
|
+
The plugin "sass-plugin" was triggered by this import
|
|
82
|
+
|
|
83
|
+
src/components/ColorSelector.tsx:1:7:
|
|
84
|
+
[37m 1 │ import [32m"../assets/css/colorSelector.scss"[37m;
|
|
85
|
+
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
[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.
|
|
91
|
+
|
|
92
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
93
|
+
|
|
94
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
95
|
+
|
|
96
|
+
src/assets/css/editorTextMenu.scss:4:9:
|
|
97
|
+
[37m 4 │ $px / 750[32m[37m
|
|
98
|
+
╵ [32m^[0m
|
|
99
|
+
|
|
100
|
+
The plugin "sass-plugin" was triggered by this import
|
|
101
|
+
|
|
102
|
+
src/components/TextMenu.tsx:2:7:
|
|
103
|
+
[37m 2 │ import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
104
|
+
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
32
109
|
[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.
|
|
33
110
|
|
|
34
111
|
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
@@ -47,13 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
47
124
|
|
|
48
125
|
|
|
49
126
|
|
|
50
|
-
[
|
|
51
|
-
[
|
|
52
|
-
[
|
|
53
|
-
[32mCJS[39m
|
|
54
|
-
[
|
|
55
|
-
[
|
|
56
|
-
[
|
|
57
|
-
[32mDTS[39m ⚡️ Build success in 2178ms
|
|
127
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m102.34 KB[39m
|
|
128
|
+
[32mESM[39m [1mdist\index.mjs.map [22m[32m199.32 KB[39m
|
|
129
|
+
[32mESM[39m ⚡️ Build success in 912ms
|
|
130
|
+
[32mCJS[39m [1mdist\index.js [22m[32m103.88 KB[39m
|
|
131
|
+
[32mCJS[39m [1mdist\index.js.map [22m[32m199.60 KB[39m
|
|
132
|
+
[32mCJS[39m ⚡️ Build success in 912ms
|
|
133
|
+
[32mDTS[39m ⚡️ Build success in 2155ms
|
|
58
134
|
[32mDTS[39m [1mdist\index.d.ts [22m[32m158.00 B[39m
|
|
59
135
|
[32mDTS[39m [1mdist\index.d.mts [22m[32m158.00 B[39m
|