Skip to content

Commit

Permalink
Merge pull request #5 from web-ts/main
Browse files Browse the repository at this point in the history
🐛 Fixed d.ts path.
  • Loading branch information
web-ts authored Dec 29, 2022
2 parents 10d9aef + dc6941f commit 522fa6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 3 additions & 5 deletions src/components/VmuButton/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 522fa6d

Please sign in to comment.