@moontra/moonui-pro 3.3.27 → 3.3.29

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
@@ -5706,8 +5706,10 @@ interface MeshGradientProps {
5706
5706
  className?: string;
5707
5707
  /** Container class */
5708
5708
  containerClassName?: string;
5709
- /** Gradient colors */
5709
+ /** Gradient colors (overrides theme-aware defaults if provided) */
5710
5710
  colors?: string[];
5711
+ /** Enable theme-aware default colors */
5712
+ themeAware?: boolean;
5711
5713
  /** Animation speed in seconds */
5712
5714
  speed?: number;
5713
5715
  /** Mesh grid size */