@florid-kit/components 0.3.36 → 0.3.37

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.
Files changed (3) hide show
  1. package/index.js +0 -5
  2. package/index.mjs +0 -5
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -402,11 +402,6 @@
402
402
  }
403
403
  }
404
404
 
405
- .button:hover:not([disabled]) {
406
- background-color: var(--button-bg-hover);
407
- color: var(--button-text-hover);
408
- }
409
-
410
405
  .button:active:not([disabled]) {
411
406
  background-color: var(--button-bg-pressed);
412
407
  }
package/index.mjs CHANGED
@@ -1154,11 +1154,6 @@ u.styles = A`
1154
1154
  }
1155
1155
  }
1156
1156
 
1157
- .button:hover:not([disabled]) {
1158
- background-color: var(--button-bg-hover);
1159
- color: var(--button-text-hover);
1160
- }
1161
-
1162
1157
  .button:active:not([disabled]) {
1163
1158
  background-color: var(--button-bg-pressed);
1164
1159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.3.36",
3
+ "version": "0.3.37",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",