eco-vue-js 0.3.67 → 0.3.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
49
  required: { type: Boolean },
50
50
  hideInput: { type: Boolean },
51
51
  skeleton: { type: Boolean },
52
- size: { default: 20 },
52
+ size: { default: 10 },
53
53
  mono: { type: Boolean },
54
54
  textSecure: { type: Boolean },
55
55
  spellcheck: { type: Boolean },
@@ -236,7 +236,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
236
236
  createElementVNode("div", _hoisted_2, [
237
237
  !_ctx.skeleton ? (openBlock(), createElementBlock("label", {
238
238
  key: 0,
239
- class: "relative isolate",
239
+ class: "relative isolate overflow-hidden",
240
240
  for: inputId
241
241
  }, [
242
242
  createElementVNode("div", {
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.3.67",
7
+ "version": "0.3.68",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",