@versa_ai/vmml-editor 1.0.9 → 1.0.12

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,15 +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.12 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
12
 
13
+  WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
14
+
15
+ Recommendation: math.div($px, 750) or calc($px / 750)
16
+
17
+ More info and automated migrator: https://sass-lang.com/d/slash-div [plugin sass-plugin]
18
+
19
+ src/assets/css/colorSelector.scss:4:9:
20
+  4 │ $px / 750
21
+ ╵ ^
22
+
23
+ The plugin "sass-plugin" was triggered by this import
24
+
25
+ src/components/ColorSelector.tsx:1:7:
26
+  1 │ import "../assets/css/colorSelector.scss";
27
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
+
29
+
30
+
31
+
32
+  WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
33
+
34
+ Recommendation: math.div($px, 750) or calc($px / 750)
35
+
36
+ More info and automated migrator: https://sass-lang.com/d/slash-div [plugin sass-plugin]
37
+
38
+ src/assets/css/editorTextMenu.scss:4:9:
39
+  4 │ $px / 750
40
+ ╵ ^
41
+
42
+ The plugin "sass-plugin" was triggered by this import
43
+
44
+ src/components/TextMenu.tsx:2:7:
45
+  2 │ import "../assets/css/editorTextMenu.scss";
46
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
+
48
+
49
+
50
+
13
51
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
14
52
 
15
53
  Recommendation: math.div($px, 750) or calc($px / 750)
@@ -29,6 +67,44 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
29
67
 
30
68
 
31
69
 
70
+  WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
71
+
72
+ Recommendation: math.div($px, 750) or calc($px / 750)
73
+
74
+ More info and automated migrator: https://sass-lang.com/d/slash-div [plugin sass-plugin]
75
+
76
+ src/assets/css/colorSelector.scss:4:9:
77
+  4 │ $px / 750
78
+ ╵ ^
79
+
80
+ The plugin "sass-plugin" was triggered by this import
81
+
82
+ src/components/ColorSelector.tsx:1:7:
83
+  1 │ import "../assets/css/colorSelector.scss";
84
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85
+
86
+
87
+
88
+
89
+  WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
90
+
91
+ Recommendation: math.div($px, 750) or calc($px / 750)
92
+
93
+ More info and automated migrator: https://sass-lang.com/d/slash-div [plugin sass-plugin]
94
+
95
+ src/assets/css/editorTextMenu.scss:4:9:
96
+  4 │ $px / 750
97
+ ╵ ^
98
+
99
+ The plugin "sass-plugin" was triggered by this import
100
+
101
+ src/components/TextMenu.tsx:2:7:
102
+  2 │ import "../assets/css/editorTextMenu.scss";
103
+ ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
104
+
105
+
106
+
107
+
32
108
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
33
109
 
34
110
  Recommendation: math.div($px, 750) or calc($px / 750)
@@ -48,12 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
48
124
 
49
125
 
50
126
  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 103.26 KB
128
+ ESM dist\index.mjs.map 201.29 KB
129
+ ESM ⚡️ Build success in 888ms
130
+ CJS dist\index.js 104.80 KB
131
+ CJS dist\index.js.map 201.57 KB
132
+ CJS ⚡️ Build success in 893ms
133
+ DTS ⚡️ Build success in 2736ms
58
134
  DTS dist\index.d.ts 158.00 B
59
135
  DTS dist\index.d.mts 158.00 B