@codecademy/gamut
68.2.268.2.3-alpha.809fdd.0
dist/Box/props.d.ts~
dist/Box/props.d.tsModified+1−1
Index: package/dist/Box/props.d.ts
===================================================================
--- package/dist/Box/props.d.ts
+++ package/dist/Box/props.d.ts
@@ -749,9 +749,9 @@
}>>]>>;
export declare const sharedStates: (props: Partial<Record<"fit" | "context" | "no-select", boolean>> & {
theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
-export declare const flexStates: (props: Partial<Record<"center" | "inline" | "column" | "row" | "wrap", boolean>> & {
+export declare const flexStates: (props: Partial<Record<"center" | "column" | "inline" | "wrap" | "row", boolean>> & {
theme?: import("@emotion/react").Theme;
}) => import("@codecademy/variance").CSSObject;
export declare const gridStates: (props: Partial<Record<"center" | "fitContent", boolean>> & {
theme?: import("@emotion/react").Theme;