@moontra/moonui-pro 2.28.11 → 2.29.0

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.
package/dist/index.d.ts CHANGED
@@ -3830,6 +3830,7 @@ interface WidgetBaseProps {
3830
3830
  subtitle?: string;
3831
3831
  children: React__default.ReactNode;
3832
3832
  variant?: 'default' | 'minimal' | 'glass' | 'bordered' | 'gradient' | 'colored' | 'overlay' | 'floating';
3833
+ backgroundVariant?: 'default' | 'minimal' | 'glass' | 'bordered' | 'gradient' | 'colored' | 'overlay' | 'floating';
3833
3834
  colorScheme?: 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'cyan' | 'neutral';
3834
3835
  className?: string;
3835
3836
  headerAction?: React__default.ReactNode;
@@ -3845,7 +3846,7 @@ interface WidgetBaseProps {
3845
3846
  color?: string;
3846
3847
  };
3847
3848
  }
3848
- declare function WidgetBase({ title, subtitle, children, variant, colorScheme, className, headerAction, loading, error, animate, rounded, shadow, gradientDirection, overlay }: WidgetBaseProps): react_jsx_runtime.JSX.Element;
3849
+ declare function WidgetBase({ title, subtitle, children, variant, backgroundVariant, colorScheme, className, headerAction, loading, error, animate, rounded, shadow, gradientDirection, overlay }: WidgetBaseProps): react_jsx_runtime.JSX.Element;
3849
3850
 
3850
3851
  interface KPIData {
3851
3852
  label: string;