@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/Pagination/utils.d.ts
~dist/Pagination/utils.d.tsModified
+5−5
Index: package/dist/Pagination/utils.d.ts
===================================================================
--- package/dist/Pagination/utils.d.ts
+++ package/dist/Pagination/utils.d.ts
@@ -7,13 +7,13 @@
     shownPageArray: number[];
     totalPages: number;
 };
 export declare const shouldPagesChange: ({ chapterSize, currentPage, shownPageArray, totalPages, }: PaginationUtils) => boolean;
-export declare const getBackPageNumber: ({ shownPageArray, chapterSize, }: Omit<PaginationUtils, 'totalPages' | 'currentPage'>) => number;
-export declare const getForwardPageNumber: ({ chapterSize, totalPages, shownPageArray, }: Omit<PaginationUtils, 'currentPage'>) => number;
-export declare const getMinWidth: ({ chapterSize, }: Pick<PaginationUtils, 'chapterSize'>) => string;
+export declare const getBackPageNumber: ({ shownPageArray, chapterSize, }: Omit<PaginationUtils, "totalPages" | "currentPage">) => number;
+export declare const getForwardPageNumber: ({ chapterSize, totalPages, shownPageArray, }: Omit<PaginationUtils, "currentPage">) => number;
+export declare const getMinWidth: ({ chapterSize, }: Pick<PaginationUtils, "chapterSize">) => string;
 export declare const wrapWithSlideAnimation: (WrappedComponent: typeof BaseEllipsisButton | typeof PaginationButton) => (props: React.ComponentProps<typeof BaseEllipsisButton>) => import("react/jsx-runtime").JSX.Element;
-export declare const createAnimatedFadeButton: (WrappedComponent: typeof PaginationButton) => (props: {
+export declare const createAnimatedFadeButton: (WrappedComponent: typeof PaginationButton) => (props: React.ComponentProps<React.ComponentType<{
     mode?: "dark" | "light" | undefined;
     border?: import("@codecademy/variance/dist/types/config").Scale<{
         readonly property: "border";
         readonly scale: "borders";
@@ -797,6 +797,6 @@
     formTarget?: string | undefined;
     value?: string | number | readonly string[] | undefined;
     buttonType?: "text" | "stroke" | undefined;
     showButton?: "hidden" | "shown" | undefined;
-} & import("framer-motion").MotionProps) => import("react/jsx-runtime").JSX.Element;
+} & import("framer-motion").MotionProps>>) => import("react/jsx-runtime").JSX.Element;
 export {};