@moontra/moonui-pro 2.33.11 → 2.33.13
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 +2 -2
- package/dist/index.global.js +92 -92
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +79 -29
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ interface SubscriptionContextType {
|
|
|
144
144
|
declare function SubscriptionProvider({ children }: {
|
|
145
145
|
children: ReactNode;
|
|
146
146
|
}): react_jsx_runtime.JSX.Element;
|
|
147
|
-
declare function useSubscriptionContext(): SubscriptionContextType;
|
|
147
|
+
declare function useSubscriptionContext(): SubscriptionContextType | undefined;
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
150
|
* MoonUI Pro Cache Helper Utilities
|
|
@@ -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 |
|
|
1607
|
+
columns?: 2 | 5 | 1 | 4 | 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;
|