eco-vue-js 0.4.11 → 0.4.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  createVNode(_sfc_main$1, {
34
34
  "is-open": isOpen.value,
35
35
  "max-height": 210,
36
- "max-width": 160,
36
+ "max-width": 320,
37
37
  "horizontal-align": unref(HorizontalAlign).LEFT_INNER,
38
38
  "update-align": false,
39
39
  teleport: ""
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.4.11",
7
+ "version": "0.4.12",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",