@nattstack/ui 0.0.84 → 0.0.85

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.
@@ -252,13 +252,14 @@
252
252
  }
253
253
 
254
254
  .button-module_variant_primary_4nLWdW > * {
255
- filter: drop-shadow(0 1px 1px #00000040);
255
+ --opacity: .25;
256
+ filter: drop-shadow(0 1px 1px hsla(0, 0%, 0%, var(--opacity)));
256
257
  transition-duration: inherit;
257
258
  transition-property: filter;
258
259
  }
259
260
 
260
261
  .button-module_variant_primary_4nLWdW:hover:not(:disabled) > * {
261
- filter: none;
262
+ --opacity: 0;
262
263
  }
263
264
 
264
265
  .button-module_variant_secondary_4nLWdW {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",