@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
- import React$1 from 'react';
1
+ import React__default from 'react';
2
2
 
3
3
  /** Where the font comes from */
4
4
  type FontSource = 'google' | 'custom';
@@ -121,7 +121,7 @@ interface FontPickerProps {
121
121
  admin?: boolean;
122
122
  }
123
123
 
124
- declare const FontPicker: React$1.FC<FontPickerProps>;
124
+ declare const FontPicker: React__default.FC<FontPickerProps>;
125
125
 
126
126
  declare const GOOGLE_FONTS_CATALOG: FontEntry[];
127
127
  /** Get a Google Fonts CSS URL for a specific font */
@@ -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
  }