@versa_ai/vmml-editor 1.0.8 â 1.0.9
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 +11 -167
- package/dist/index.js +7 -769
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -770
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/index.tsx +12 -49
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,93 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @versa_ai/vmml-editor@1.0.
|
|
2
|
+
> @versa_ai/vmml-editor@1.0.9 build D:\projects\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.
|
|
8
|
-
[34mCLI[39m Using tsup config: D:\
|
|
7
|
+
[34mCLI[39m tsup v8.5.0
|
|
8
|
+
[34mCLI[39m Using tsup config: D:\projects\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 [1mSass's behavior for declarations that appear after nested
|
|
34
|
-
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
35
|
-
version. To keep the existing behavior, move the declaration above the nested
|
|
36
|
-
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
37
|
-
|
|
38
|
-
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
39
|
-
|
|
40
|
-
src/assets/css/colorSelector.scss:55:4:
|
|
41
|
-
[37m 55 â -ms-[32m[37moverflow-style: none
|
|
42
|
-
âµ [32m^[0m
|
|
43
|
-
|
|
44
|
-
The plugin "sass-plugin" was triggered by this import
|
|
45
|
-
|
|
46
|
-
src/components/ColorSelector.tsx:1:7:
|
|
47
|
-
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
48
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
54
|
-
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
55
|
-
version. To keep the existing behavior, move the declaration above the nested
|
|
56
|
-
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
57
|
-
|
|
58
|
-
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
59
|
-
|
|
60
|
-
src/assets/css/colorSelector.scss:56:4:
|
|
61
|
-
[37m 56 â scro[32m[37mllbar-width: none
|
|
62
|
-
âµ [32m^[0m
|
|
63
|
-
|
|
64
|
-
The plugin "sass-plugin" was triggered by this import
|
|
65
|
-
|
|
66
|
-
src/components/ColorSelector.tsx:1:7:
|
|
67
|
-
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
68
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
[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.
|
|
74
|
-
|
|
75
|
-
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
76
|
-
|
|
77
|
-
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
78
|
-
|
|
79
|
-
src/assets/css/editorTextMenu.scss:4:9:
|
|
80
|
-
[37m 4 â $px / 750[32m[37m
|
|
81
|
-
âµ [32m^[0m
|
|
82
|
-
|
|
83
|
-
The plugin "sass-plugin" was triggered by this import
|
|
84
|
-
|
|
85
|
-
src/components/TextMenu.tsx:2:7:
|
|
86
|
-
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
87
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
12
|
|
|
92
13
|
[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.
|
|
93
14
|
|
|
@@ -108,84 +29,6 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
108
29
|
|
|
109
30
|
|
|
110
31
|
|
|
111
|
-
[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.
|
|
112
|
-
|
|
113
|
-
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
114
|
-
|
|
115
|
-
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
116
|
-
|
|
117
|
-
src/assets/css/colorSelector.scss:4:9:
|
|
118
|
-
[37m 4 â $px / 750[32m[37m
|
|
119
|
-
âµ [32m^[0m
|
|
120
|
-
|
|
121
|
-
The plugin "sass-plugin" was triggered by this import
|
|
122
|
-
|
|
123
|
-
src/components/ColorSelector.tsx:1:7:
|
|
124
|
-
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
125
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
131
|
-
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
132
|
-
version. To keep the existing behavior, move the declaration above the nested
|
|
133
|
-
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
134
|
-
|
|
135
|
-
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
136
|
-
|
|
137
|
-
src/assets/css/colorSelector.scss:55:4:
|
|
138
|
-
[37m 55 â -ms-[32m[37moverflow-style: none
|
|
139
|
-
âµ [32m^[0m
|
|
140
|
-
|
|
141
|
-
The plugin "sass-plugin" was triggered by this import
|
|
142
|
-
|
|
143
|
-
src/components/ColorSelector.tsx:1:7:
|
|
144
|
-
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
145
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
151
|
-
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
152
|
-
version. To keep the existing behavior, move the declaration above the nested
|
|
153
|
-
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
154
|
-
|
|
155
|
-
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
156
|
-
|
|
157
|
-
src/assets/css/colorSelector.scss:56:4:
|
|
158
|
-
[37m 56 â scro[32m[37mllbar-width: none
|
|
159
|
-
âµ [32m^[0m
|
|
160
|
-
|
|
161
|
-
The plugin "sass-plugin" was triggered by this import
|
|
162
|
-
|
|
163
|
-
src/components/ColorSelector.tsx:1:7:
|
|
164
|
-
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
165
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
[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.
|
|
171
|
-
|
|
172
|
-
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
173
|
-
|
|
174
|
-
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
175
|
-
|
|
176
|
-
src/assets/css/editorTextMenu.scss:4:9:
|
|
177
|
-
[37m 4 â $px / 750[32m[37m
|
|
178
|
-
âµ [32m^[0m
|
|
179
|
-
|
|
180
|
-
The plugin "sass-plugin" was triggered by this import
|
|
181
|
-
|
|
182
|
-
src/components/TextMenu.tsx:2:7:
|
|
183
|
-
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
184
|
-
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
32
|
[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.
|
|
190
33
|
|
|
191
34
|
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
@@ -204,12 +47,13 @@ More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35
|
|
|
204
47
|
|
|
205
48
|
|
|
206
49
|
|
|
207
|
-
[
|
|
208
|
-
[32mCJS[39m [1mdist\index.js
|
|
209
|
-
[32mCJS[39m
|
|
210
|
-
[
|
|
211
|
-
[32mESM[39m [1mdist\index.mjs
|
|
212
|
-
[32mESM[39m
|
|
213
|
-
[
|
|
50
|
+
[34mDTS[39m Build start
|
|
51
|
+
[32mCJS[39m [1mdist\index.js [22m[32m70.56 KB[39m
|
|
52
|
+
[32mCJS[39m [1mdist\index.js.map [22m[32m140.36 KB[39m
|
|
53
|
+
[32mCJS[39m âĦï¸ Build success in 714ms
|
|
54
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m69.63 KB[39m
|
|
55
|
+
[32mESM[39m [1mdist\index.mjs.map [22m[32m140.10 KB[39m
|
|
56
|
+
[32mESM[39m âĦï¸ Build success in 715ms
|
|
57
|
+
[32mDTS[39m âĦï¸ Build success in 2178ms
|
|
214
58
|
[32mDTS[39m [1mdist\index.d.ts [22m[32m158.00 B[39m
|
|
215
59
|
[32mDTS[39m [1mdist\index.d.mts [22m[32m158.00 B[39m
|