eco-vue-js 0.3.67 → 0.3.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ import '../Dropdown/utils/DropdownStyle.js';
8
8
  import '../../utils/Modal.js';
9
9
  import '../Link/WLink.vue.js';
10
10
 
11
- const _hoisted_1 = { class: "font-normal text-center text-base md:text-base text-[10px] whitespace-nowrap" };
11
+ const _hoisted_1 = { class: "font-normal text-center md:text-base text-[10px] whitespace-nowrap" };
12
12
  const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  __name: "WButtonAction",
14
14
  props: {
@@ -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.69",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",
@@ -288,13 +288,7 @@ module.exports = plugin(function ({matchUtilities, addVariant, addUtilities, add
288
288
  },
289
289
  },
290
290
 
291
- '.w-ripple-hover:not(:active):hover, .w-ripple-trigger:not(:active):hover .w-ripple-hover': {
292
- '& .w-ripple:not(:active)::before, &.w-ripple::before': {
293
- 'opacity': 'var(--w-ripple-opacity, 0.10)',
294
- },
295
- },
296
-
297
- '.w-ripple-hover:not(:active):focus, .w-ripple-trigger:not(:active):focus .w-ripple-hover': {
291
+ '.w-ripple-hover:not(:active):hover, .w-ripple-trigger:not(:active):hover .w-ripple-hover, .w-ripple-hover:not(:active):focus, .w-ripple-trigger:not(:active):focus .w-ripple-hover': {
298
292
  '& .w-ripple:not(:active)::before, &.w-ripple::before': {
299
293
  'opacity': 'var(--w-ripple-opacity, 0.10)',
300
294
  },