@getmicdrop/svelte-components 5.21.2 → 5.21.3

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.
@@ -308,12 +308,12 @@
308
308
 
309
309
  /* Press/active effect */
310
310
  .interactive-press {
311
- @apply active:bg-muted:bg-bg-secondary;
311
+ @apply active:bg-muted;
312
312
  }
313
313
 
314
314
  /* Combined interactive states */
315
315
  .interactive {
316
- @apply hover:bg-bg-secondary active:bg-muted:bg-bg-secondary transition-colors cursor-pointer;
316
+ @apply hover:bg-bg-secondary active:bg-muted transition-colors cursor-pointer;
317
317
  }
318
318
 
319
319
  /* ==========================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "5.21.2",
3
+ "version": "5.21.3",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",