@proveanything/smartlinks-utils-ui 0.10.9 → 0.11.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-BAtXv6D5.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-DwUdZePm.js';
2
2
  import 'react';
3
3
 
4
4
  interface AppRegistryEntry {
@@ -3377,6 +3377,9 @@
3377
3377
  .opacity-100 {
3378
3378
  opacity: 1;
3379
3379
  }
3380
+ .opacity-40 {
3381
+ opacity: 0.4;
3382
+ }
3380
3383
  .opacity-50 {
3381
3384
  opacity: 0.5;
3382
3385
  }