eco-vue-js 0.3.68 → 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: {
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.68",
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
  },