@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/Pagination/utils.d.ts
~dist/Pagination/utils.d.tsModified
+1
Index: package/dist/Pagination/utils.d.ts
===================================================================
--- package/dist/Pagination/utils.d.ts
+++ package/dist/Pagination/utils.d.ts
@@ -12,8 +12,9 @@
 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: React.ComponentProps<React.ComponentType<Omit<{
+    color?: string | undefined;
     mode?: "dark" | "light" | undefined;
     border?: import("@codecademy/variance/dist/types/config").Scale<{
         readonly property: "border";
         readonly scale: "borders";