@moontra/moonui-pro 2.33.18 → 2.33.19

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
@@ -1604,7 +1604,7 @@ declare function SimpleLightbox({ src, type, alt, poster, title, description, ch
1604
1604
  */
1605
1605
  declare const galleryVariants: (props?: ({
1606
1606
  layout?: "horizontal" | "grid" | "masonry" | "justified" | null | undefined;
1607
- columns?: 2 | 5 | 1 | 4 | 6 | 3 | null | undefined;
1607
+ columns?: 2 | 5 | 4 | 1 | 6 | 3 | null | undefined;
1608
1608
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1609
1609
  declare const galleryItemVariants: (props?: ({
1610
1610
  variant?: "default" | "ghost" | "outline" | "card" | "glass" | null | undefined;