@proveanything/smartlinks-utils-ui 0.12.25 → 1.0.1

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.
@@ -1,4 +1,4 @@
1
- export { A as AssetItem, a as AssetPicker, b as AssetPickerMode, c as AssetPickerProps, d as AssetPickerSelection, e as AssetScope, f as AssetViewMode, u as useAssets } from '../../useAssets-DwUdZePm.js';
1
+ export { A as AssetItem, a as AssetPicker, b as AssetPickerMode, c as AssetPickerProps, d as AssetPickerSelection, e as AssetScope, f as AssetViewMode, u as useAssets } from '../../useAssets-BUct54e4.js';
2
2
  import 'react';
3
3
 
4
4
  interface AppRegistryEntry {
@@ -1,4 +1,4 @@
1
- export { AssetPicker, useAppRegistry, useAssets } from '../../chunk-ZTUZPAHD.js';
1
+ export { AssetPicker, useAppRegistry, useAssets } from '../../chunk-PQD2B6DA.js';
2
2
  import '../../chunk-OLYC54YT.js';
3
3
  import '../../chunk-5UQQYXCX.js';
4
4
  import '../../chunk-L7FQ52F5.js';
@@ -3789,6 +3789,9 @@
3789
3789
  .hover\:bg-muted:hover {
3790
3790
  background-color: hsl(var(--muted));
3791
3791
  }
3792
+ .hover\:bg-muted\/70:hover {
3793
+ background-color: hsl(var(--muted) / 0.7);
3794
+ }
3792
3795
  .hover\:bg-primary\/90:hover {
3793
3796
  background-color: hsl(var(--primary) / 0.9);
3794
3797
  }