@winchsa/ui 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,11 +46,6 @@ h6,
46
46
  }
47
47
  }
48
48
 
49
- // Button
50
- // Update tonal variant disabled opacity
51
- .v-btn--disabled {
52
- opacity: 0.65;
53
- }
54
49
 
55
50
  @if variables.$vuetify-reduce-default-compact-button-icon-size {
56
51
  .v-btn--density-compact.v-btn--size-default {
@@ -486,10 +486,6 @@ h6,
486
486
  margin-block-end: 0;
487
487
  }
488
488
 
489
- .v-btn--disabled {
490
- opacity: 0.65;
491
- }
492
-
493
489
  .v-btn--density-compact.v-btn--size-default .v-btn__content > svg {
494
490
  block-size: 22px;
495
491
  font-size: 22px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winchsa/ui",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -46,8 +46,8 @@
46
46
  "devDependencies": {
47
47
  "@tanstack/eslint-plugin-query": "^5.73.3",
48
48
  "@typescript-eslint/eslint-plugin": "^7.18.0",
49
- "@types/node": "20.17.27",
50
- "@vitejs/plugin-vue": "^4.6.2",
49
+ "@types/node": "^22.12.0",
50
+ "@vitejs/plugin-vue": "^6.0.1",
51
51
  "eslint": "^8.57.1",
52
52
  "eslint-import-resolver-typescript": "^4.3.3",
53
53
  "eslint-plugin-import": "^2.31.0",
@@ -55,8 +55,8 @@
55
55
  "sass": "1.86.0",
56
56
  "typescript": "^5.8.3",
57
57
  "unbuild": "^3.0.0",
58
- "vite": "^4.5.14",
59
- "vite-plugin-vuetify": "1.0.2",
58
+ "vite": "^6.0.5",
59
+ "vite-plugin-vuetify": "^2.0.4",
60
60
  "vue-sfc-transformer": "^0.1.16",
61
61
  "vue-tsc": "2.2.4"
62
62
  },