Skip to content

Commit dc6941f

Browse files
author
web-ts
committed
🐛 Fixed d.ts path.
1 parent ed5bd7a commit dc6941f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-material-you",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Material design 3 UI framework for Vue 3",
55
"scripts": {
66
"dev:playground": "cross-env ENV=playground vite",
@@ -26,7 +26,7 @@
2626
"framework",
2727
"vue-framework"
2828
],
29-
"types": "./dist/index.d.ts",
29+
"types": "./dist/src/index.d.ts",
3030
"main": "./dist/vue-material-you.umd.js",
3131
"module": "./dist/vue-material-you.es.js",
3232
"author": "Web-TS",

src/components/VmuButton/index.module.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,13 @@
171171
}
172172
&:hover {
173173
box-shadow: elevation.$e1;
174-
}
175-
&:active {
176-
box-shadow: none;
177-
}
178-
&:hover {
179174
&::before {
180175
opacity: 0.08;
181176
}
182177
}
178+
&:active {
179+
box-shadow: none;
180+
}
183181
&:focus,
184182
&:active {
185183
&::before {

0 commit comments

Comments
 (0)