@moontra/moonui-pro 2.31.4 → 2.31.6
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 +1 -1
- package/dist/index.global.js +67 -67
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +23 -26
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1551,7 +1551,7 @@ declare function SimpleLightbox({ src, type, alt, poster, title, description, ch
|
|
|
1551
1551
|
*/
|
|
1552
1552
|
declare const galleryVariants: (props?: ({
|
|
1553
1553
|
layout?: "horizontal" | "grid" | "masonry" | "justified" | null | undefined;
|
|
1554
|
-
columns?: 2 | 1 |
|
|
1554
|
+
columns?: 2 | 1 | 5 | 3 | 4 | 6 | null | undefined;
|
|
1555
1555
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
1556
1556
|
declare const galleryItemVariants: (props?: ({
|
|
1557
1557
|
variant?: "default" | "ghost" | "outline" | "card" | "glass" | null | undefined;
|