@opentiny/tiny-engine-toolbar-media 2.7.2 → 2.7.4-alpha.0

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -914,9 +914,9 @@ function Ce(m, e, l, t, s, p) {
914
914
  "onUpdate:modelValue": e[0] || (e[0] = (a) => t.state.width = a),
915
915
  onChange: t.widthChange
916
916
  }, {
917
- suffix: F(() => e[7] || (e[7] = [
917
+ suffix: F(() => [...e[7] || (e[7] = [
918
918
  o("span", null, "px", -1)
919
- ])),
919
+ ])]),
920
920
  _: 1
921
921
  }, 8, ["modelValue", "onChange"])
922
922
  ]),
@@ -928,9 +928,9 @@ function Ce(m, e, l, t, s, p) {
928
928
  readonly: t.state.readonly,
929
929
  onChange: t.scaleChange
930
930
  }, {
931
- suffix: F(() => e[8] || (e[8] = [
931
+ suffix: F(() => [...e[8] || (e[8] = [
932
932
  o("span", null, "%", -1)
933
- ])),
933
+ ])]),
934
934
  _: 1
935
935
  }, 8, ["modelValue", "readonly", "onChange"])
936
936
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-media",
3
- "version": "2.7.2",
3
+ "version": "2.7.4-alpha.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,11 +25,11 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.7.2",
29
- "@opentiny/tiny-engine-meta-register": "2.7.2"
28
+ "@opentiny/tiny-engine-common": "2.7.4-alpha.0",
29
+ "@opentiny/tiny-engine-meta-register": "2.7.4-alpha.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.2",
32
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.4-alpha.0",
33
33
  "@vitejs/plugin-vue": "^5.1.2",
34
34
  "@vitejs/plugin-vue-jsx": "^4.0.1",
35
35
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue-icon": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "365f2f46d60456bb8327b6314751f50c888237b4"
42
+ "gitHead": "288457f3c72ee937ec4a71ab81a49250f1dd0574"
43
43
  }