@moontra/moonui-pro 2.32.5 → 2.32.7

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
@@ -1546,7 +1546,7 @@ declare function SimpleLightbox({ src, type, alt, poster, title, description, ch
1546
1546
  */
1547
1547
  declare const galleryVariants: (props?: ({
1548
1548
  layout?: "horizontal" | "grid" | "masonry" | "justified" | null | undefined;
1549
- columns?: 2 | 1 | 5 | 3 | 4 | 6 | null | undefined;
1549
+ columns?: 2 | 1 | 5 | 4 | 3 | 6 | null | undefined;
1550
1550
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1551
1551
  declare const galleryItemVariants: (props?: ({
1552
1552
  variant?: "default" | "ghost" | "outline" | "card" | "glass" | null | undefined;