@versa_ai/vmml-editor 1.0.2
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 +335 -0
- package/CHANGELOG.md +16 -0
- package/README.md +1 -0
- package/biome.json +7 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +2675 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +2673 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +48 -0
- package/postcss.config.js +3 -0
- package/src/assets/css/closeLayer.scss +50 -0
- package/src/assets/css/colorSelector.scss +59 -0
- package/src/assets/css/editorTextMenu.less +130 -0
- package/src/assets/css/editorTextMenu.scss +149 -0
- package/src/assets/css/index.scss +252 -0
- package/src/assets/css/loading.scss +31 -0
- package/src/assets/css/maxTextLayer.scss +31 -0
- package/src/assets/img/icon_Brush.png +0 -0
- package/src/assets/img/icon_Change.png +0 -0
- package/src/assets/img/icon_Cut.png +0 -0
- package/src/assets/img/icon_Face.png +0 -0
- package/src/assets/img/icon_Graffiti.png +0 -0
- package/src/assets/img/icon_Mute.png +0 -0
- package/src/assets/img/icon_Refresh.png +0 -0
- package/src/assets/img/icon_Text1.png +0 -0
- package/src/assets/img/icon_Text2.png +0 -0
- package/src/assets/img/icon_Volume.png +0 -0
- package/src/assets/img/icon_Word.png +0 -0
- package/src/components/CloseLayer.tsx +25 -0
- package/src/components/ColorSelector.tsx +90 -0
- package/src/components/Controls.tsx +32 -0
- package/src/components/EditorCanvas.tsx +566 -0
- package/src/components/Loading.tsx +16 -0
- package/src/components/MaxTextLayer.tsx +27 -0
- package/src/components/SeekBar.tsx +126 -0
- package/src/components/TextMenu.tsx +332 -0
- package/src/components/VideoMenu.tsx +49 -0
- package/src/index.tsx +551 -0
- package/src/utils/HistoryClass.ts +131 -0
- package/src/utils/VmmlConverter.ts +339 -0
- package/src/utils/const.ts +10 -0
- package/src/utils/keyBoardUtils.ts +199 -0
- package/src/utils/usePeekControl.ts +242 -0
- package/tsconfig.json +5 -0
- package/tsup.config.ts +14 -0
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
|
|
2
|
+
> @versa_ai/vmml-editor@1.0.1 build D:\projects\vmml-player\packages\editor
|
|
3
|
+
> tsup
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: ./src/index.tsx
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.2.4
|
|
8
|
+
[34mCLI[39m Using tsup config: D:\projects\vmml-player\packages\editor\tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: node16
|
|
10
|
+
[34mCJS[39m Build start
|
|
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
|
+
|
|
92
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
93
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
94
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
95
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
96
|
+
|
|
97
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
98
|
+
|
|
99
|
+
src/assets/css/editorTextMenu.scss:104:4:
|
|
100
|
+
[37m 104 â -ms-[32m[37moverflow-style: none
|
|
101
|
+
âµ [32m^[0m
|
|
102
|
+
|
|
103
|
+
The plugin "sass-plugin" was triggered by this import
|
|
104
|
+
|
|
105
|
+
src/components/TextMenu.tsx:2:7:
|
|
106
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
107
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
113
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
114
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
115
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
116
|
+
|
|
117
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
118
|
+
|
|
119
|
+
src/assets/css/editorTextMenu.scss:105:4:
|
|
120
|
+
[37m 105 â scro[32m[37mllbar-width: none
|
|
121
|
+
âµ [32m^[0m
|
|
122
|
+
|
|
123
|
+
The plugin "sass-plugin" was triggered by this import
|
|
124
|
+
|
|
125
|
+
src/components/TextMenu.tsx:2:7:
|
|
126
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
127
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
133
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
134
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
135
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
136
|
+
|
|
137
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
138
|
+
|
|
139
|
+
src/assets/css/editorTextMenu.scss:106:4:
|
|
140
|
+
[37m 106 â tran[32m[37msition: all 0.1s
|
|
141
|
+
âµ [32m^[0m
|
|
142
|
+
|
|
143
|
+
The plugin "sass-plugin" was triggered by this import
|
|
144
|
+
|
|
145
|
+
src/components/TextMenu.tsx:2:7:
|
|
146
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
147
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
[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.
|
|
153
|
+
|
|
154
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
155
|
+
|
|
156
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
157
|
+
|
|
158
|
+
src/assets/css/maxTextLayer.scss:4:9:
|
|
159
|
+
[37m 4 â $px / 750[32m[37m
|
|
160
|
+
âµ [32m^[0m
|
|
161
|
+
|
|
162
|
+
The plugin "sass-plugin" was triggered by this import
|
|
163
|
+
|
|
164
|
+
src/components/MaxTextLayer.tsx:2:7:
|
|
165
|
+
[37m 2 â import [32m"../assets/css/maxTextLayer.scss"[37m;
|
|
166
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
[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.
|
|
172
|
+
|
|
173
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
174
|
+
|
|
175
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
176
|
+
|
|
177
|
+
src/assets/css/colorSelector.scss:4:9:
|
|
178
|
+
[37m 4 â $px / 750[32m[37m
|
|
179
|
+
âµ [32m^[0m
|
|
180
|
+
|
|
181
|
+
The plugin "sass-plugin" was triggered by this import
|
|
182
|
+
|
|
183
|
+
src/components/ColorSelector.tsx:1:7:
|
|
184
|
+
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
185
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
191
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
192
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
193
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
194
|
+
|
|
195
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
196
|
+
|
|
197
|
+
src/assets/css/colorSelector.scss:55:4:
|
|
198
|
+
[37m 55 â -ms-[32m[37moverflow-style: none
|
|
199
|
+
âµ [32m^[0m
|
|
200
|
+
|
|
201
|
+
The plugin "sass-plugin" was triggered by this import
|
|
202
|
+
|
|
203
|
+
src/components/ColorSelector.tsx:1:7:
|
|
204
|
+
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
205
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
211
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
212
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
213
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
214
|
+
|
|
215
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
216
|
+
|
|
217
|
+
src/assets/css/colorSelector.scss:56:4:
|
|
218
|
+
[37m 56 â scro[32m[37mllbar-width: none
|
|
219
|
+
âµ [32m^[0m
|
|
220
|
+
|
|
221
|
+
The plugin "sass-plugin" was triggered by this import
|
|
222
|
+
|
|
223
|
+
src/components/ColorSelector.tsx:1:7:
|
|
224
|
+
[37m 1 â import [32m"../assets/css/colorSelector.scss"[37m;
|
|
225
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
[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.
|
|
231
|
+
|
|
232
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
233
|
+
|
|
234
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
235
|
+
|
|
236
|
+
src/assets/css/editorTextMenu.scss:4:9:
|
|
237
|
+
[37m 4 â $px / 750[32m[37m
|
|
238
|
+
âµ [32m^[0m
|
|
239
|
+
|
|
240
|
+
The plugin "sass-plugin" was triggered by this import
|
|
241
|
+
|
|
242
|
+
src/components/TextMenu.tsx:2:7:
|
|
243
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
244
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
250
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
251
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
252
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
253
|
+
|
|
254
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
255
|
+
|
|
256
|
+
src/assets/css/editorTextMenu.scss:104:4:
|
|
257
|
+
[37m 104 â -ms-[32m[37moverflow-style: none
|
|
258
|
+
âµ [32m^[0m
|
|
259
|
+
|
|
260
|
+
The plugin "sass-plugin" was triggered by this import
|
|
261
|
+
|
|
262
|
+
src/components/TextMenu.tsx:2:7:
|
|
263
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
264
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
270
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
271
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
272
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
273
|
+
|
|
274
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
275
|
+
|
|
276
|
+
src/assets/css/editorTextMenu.scss:105:4:
|
|
277
|
+
[37m 105 â scro[32m[37mllbar-width: none
|
|
278
|
+
âµ [32m^[0m
|
|
279
|
+
|
|
280
|
+
The plugin "sass-plugin" was triggered by this import
|
|
281
|
+
|
|
282
|
+
src/components/TextMenu.tsx:2:7:
|
|
283
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
284
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
[43m[30m WARN [39m[49m [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mSass's behavior for declarations that appear after nested
|
|
290
|
+
rules will be changing to match the behavior specified by CSS in an upcoming
|
|
291
|
+
version. To keep the existing behavior, move the declaration above the nested
|
|
292
|
+
rule. To opt into the new behavior, wrap the declaration in [36m& {}[39m.
|
|
293
|
+
|
|
294
|
+
More info: https://sass-lang.com/d/mixed-decls[0m [1m[35m[plugin sass-plugin][0m
|
|
295
|
+
|
|
296
|
+
src/assets/css/editorTextMenu.scss:106:4:
|
|
297
|
+
[37m 106 â tran[32m[37msition: all 0.1s
|
|
298
|
+
âµ [32m^[0m
|
|
299
|
+
|
|
300
|
+
The plugin "sass-plugin" was triggered by this import
|
|
301
|
+
|
|
302
|
+
src/components/TextMenu.tsx:2:7:
|
|
303
|
+
[37m 2 â import [32m"../assets/css/editorTextMenu.scss"[37m;
|
|
304
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
[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.
|
|
310
|
+
|
|
311
|
+
Recommendation: math.div($px, 750) or calc($px / 750)
|
|
312
|
+
|
|
313
|
+
More info and automated migrator: https://sass-lang.com/d/slash-div[0m [1m[35m[plugin sass-plugin][0m
|
|
314
|
+
|
|
315
|
+
src/assets/css/maxTextLayer.scss:4:9:
|
|
316
|
+
[37m 4 â $px / 750[32m[37m
|
|
317
|
+
âµ [32m^[0m
|
|
318
|
+
|
|
319
|
+
The plugin "sass-plugin" was triggered by this import
|
|
320
|
+
|
|
321
|
+
src/components/MaxTextLayer.tsx:2:7:
|
|
322
|
+
[37m 2 â import [32m"../assets/css/maxTextLayer.scss"[37m;
|
|
323
|
+
âµ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m102.35 KB[39m
|
|
328
|
+
[32mESM[39m [1mdist\index.mjs.map [22m[32m203.82 KB[39m
|
|
329
|
+
[32mESM[39m âĦï¸ Build success in 825ms
|
|
330
|
+
[32mCJS[39m [1mdist\index.js [22m[32m103.88 KB[39m
|
|
331
|
+
[32mCJS[39m [1mdist\index.js.map [22m[32m204.10 KB[39m
|
|
332
|
+
[32mCJS[39m âĦï¸ Build success in 832ms
|
|
333
|
+
[32mDTS[39m âĦï¸ Build success in 1776ms
|
|
334
|
+
[32mDTS[39m [1mdist\index.d.ts [22m[32m158.00 B[39m
|
|
335
|
+
[32mDTS[39m [1mdist\index.d.mts [22m[32m158.00 B[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# @versa_ai/vmml-editor
|
|
2
|
+
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- da23636: init
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [da23636]
|
|
12
|
+
- Updated dependencies [15c059a]
|
|
13
|
+
- Updated dependencies [15c059a]
|
|
14
|
+
- Updated dependencies [15c059a]
|
|
15
|
+
- @versa_ai/vmml-player@2.0.0
|
|
16
|
+
- @versa_ai/vmml-utils@2.0.0
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# `@versa_ai/vmml-editor`
|
package/biome.json
ADDED
package/dist/index.d.mts
ADDED