@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.
@@ -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
+ }
@@ -1,14 +1,53 @@
1
1
 
2
- > @versa_ai/vmml-editor@1.0.9 build D:\projects\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.11 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.0
8
- CLI Using tsup config: D:\projects\vmml-player\packages\editor\tsup.config.ts
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: D:\code\work\vmml-player\packages\editor\tsup.config.ts
9
9
  CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
+ DTS Build start
13
+
14
+  WARN  ▲ [WARNING] Using / 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 [plugin sass-plugin]
19
+
20
+ src/assets/css/colorSelector.scss:4:9:
21
+  4 │ $px / 750
22
+ ╵ ^
23
+
24
+ The plugin "sass-plugin" was triggered by this import
25
+
26
+ src/components/ColorSelector.tsx:1:7:
27
+  1 │ import "../assets/css/colorSelector.scss";
28
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
+
30
+
31
+
32
+
33
+  WARN  ▲ [WARNING] Using / 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 [plugin sass-plugin]
38
+
39
+ src/assets/css/editorTextMenu.scss:4:9:
40
+  4 │ $px / 750
41
+ ╵ ^
42
+
43
+ The plugin "sass-plugin" was triggered by this import
44
+
45
+ src/components/TextMenu.tsx:2:7:
46
+  2 │ import "../assets/css/editorTextMenu.scss";
47
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
+
49
+
50
+
12
51
 
13
52
   WARN  ▲ [WARNING] Using / 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 [35
29
68
 
30
69
 
31
70
 
71
+  WARN  ▲ [WARNING] Using / 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 [plugin sass-plugin]
76
+
77
+ src/assets/css/colorSelector.scss:4:9:
78
+  4 │ $px / 750
79
+ ╵ ^
80
+
81
+ The plugin "sass-plugin" was triggered by this import
82
+
83
+ src/components/ColorSelector.tsx:1:7:
84
+  1 │ import "../assets/css/colorSelector.scss";
85
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86
+
87
+
88
+
89
+
90
+  WARN  ▲ [WARNING] Using / 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 [plugin sass-plugin]
95
+
96
+ src/assets/css/editorTextMenu.scss:4:9:
97
+  4 │ $px / 750
98
+ ╵ ^
99
+
100
+ The plugin "sass-plugin" was triggered by this import
101
+
102
+ src/components/TextMenu.tsx:2:7:
103
+  2 │ import "../assets/css/editorTextMenu.scss";
104
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105
+
106
+
107
+
108
+
32
109
   WARN  ▲ [WARNING] Using / 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 [35
47
124
 
48
125
 
49
126
 
50
- DTS Build start
51
- CJS dist\index.js 70.56 KB
52
- CJS dist\index.js.map 140.36 KB
53
- CJS ⚡️ Build success in 714ms
54
- ESM dist\index.mjs 69.63 KB
55
- ESM dist\index.mjs.map 140.10 KB
56
- ESM ⚡️ Build success in 715ms
57
- DTS ⚡️ Build success in 2178ms
127
+ ESM dist\index.mjs 102.34 KB
128
+ ESM dist\index.mjs.map 199.32 KB
129
+ ESM ⚡️ Build success in 912ms
130
+ CJS dist\index.js 103.88 KB
131
+ CJS dist\index.js.map 199.60 KB
132
+ CJS ⚡️ Build success in 912ms
133
+ DTS ⚡️ Build success in 2155ms
58
134
  DTS dist\index.d.ts 158.00 B
59
135
  DTS dist\index.d.mts 158.00 B