diff --git a/package.json b/package.json index 56333b2..ae9a38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-material-you", - "version": "0.0.4", + "version": "0.0.5", "description": "Material design 3 UI framework for Vue 3", "scripts": { "dev:playground": "cross-env ENV=playground vite", @@ -26,7 +26,7 @@ "framework", "vue-framework" ], - "types": "./dist/index.d.ts", + "types": "./dist/src/index.d.ts", "main": "./dist/vue-material-you.umd.js", "module": "./dist/vue-material-you.es.js", "author": "Web-TS", diff --git a/src/components/VmuButton/index.module.scss b/src/components/VmuButton/index.module.scss index a569625..87e2862 100644 --- a/src/components/VmuButton/index.module.scss +++ b/src/components/VmuButton/index.module.scss @@ -171,15 +171,13 @@ } &:hover { box-shadow: elevation.$e1; - } - &:active { - box-shadow: none; - } - &:hover { &::before { opacity: 0.08; } } + &:active { + box-shadow: none; + } &:focus, &:active { &::before {