@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,5 +1,5 @@
1
- import { I as IconFamily, a as IconStyle } from '../../IconPicker-DKpL5Hcc.js';
2
- export { b as IconPicker, c as IconPickerProps, d as IconSelection } from '../../IconPicker-DKpL5Hcc.js';
1
+ import { I as IconFamily, a as IconStyle } from '../../IconPicker-nhY3wWlB.js';
2
+ export { b as IconPicker, c as IconPickerProps, d as IconSelection } from '../../IconPicker-nhY3wWlB.js';
3
3
  import 'react';
4
4
 
5
5
  declare function toFaClass(id: string, family: IconFamily, style: IconStyle | null): string;
@@ -1018,6 +1018,9 @@
1018
1018
  .opacity-100 {
1019
1019
  opacity: 1;
1020
1020
  }
1021
+ .opacity-40 {
1022
+ opacity: 0.4;
1023
+ }
1021
1024
  .opacity-50 {
1022
1025
  opacity: 0.5;
1023
1026
  }