@versa_ai/vmml-editor 1.0.55 → 1.0.56

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @versa_ai/vmml-editor@1.0.55 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.56 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,6 +9,7 @@
9
9
  CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
+ DTS Build start
12
13
 
13
14
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
14
15
 
@@ -66,7 +67,6 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
66
67
 
67
68
 
68
69
 
69
- DTS Build start
70
70
 
71
71
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
72
72
 
@@ -124,12 +124,12 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
124
124
 
125
125
 
126
126
 
127
- CJS dist\index.js 122.48 KB
128
- CJS dist\index.js.map 235.03 KB
129
- CJS ⚡️ Build success in 756ms
130
- ESM dist\index.mjs 120.61 KB
131
- ESM dist\index.mjs.map 234.73 KB
132
- ESM ⚡️ Build success in 757ms
133
- DTS ⚡️ Build success in 1764ms
127
+ CJS dist\index.js 122.51 KB
128
+ CJS dist\index.js.map 235.18 KB
129
+ CJS ⚡️ Build success in 803ms
130
+ ESM dist\index.mjs 120.64 KB
131
+ ESM dist\index.mjs.map 234.88 KB
132
+ ESM ⚡️ Build success in 804ms
133
+ DTS ⚡️ Build success in 1791ms
134
134
  DTS dist\index.d.ts 158.00 B
135
135
  DTS dist\index.d.mts 158.00 B
package/dist/index.js CHANGED
@@ -2500,6 +2500,7 @@ var EditorFn = ({
2500
2500
  maxText = 10,
2501
2501
  maxVideo = 5,
2502
2502
  videoMenus = [],
2503
+ controls = true,
2503
2504
  onMenuChange,
2504
2505
  showTextButtons = false,
2505
2506
  editableArray = [],
@@ -3025,7 +3026,7 @@ var EditorFn = ({
3025
3026
  ),
3026
3027
  /* @__PURE__ */ jsxRuntime.jsx(Loading_default, { show: loading })
3027
3028
  ] }) }),
3028
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "controls-box", children: /* @__PURE__ */ jsxRuntime.jsx(
3029
+ controls && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "controls-box", children: /* @__PURE__ */ jsxRuntime.jsx(
3029
3030
  Controls_default,
3030
3031
  {
3031
3032
  backgroundColor,