@codecademy/gamut

73.3.073.3.1-alpha.8d1bab.0
dist/Popover/styles/variants.d.ts
~dist/Popover/styles/variants.d.tsModified
−6
Index: package/dist/Popover/styles/variants.d.ts
===================================================================
--- package/dist/Popover/styles/variants.d.ts
+++ package/dist/Popover/styles/variants.d.ts
@@ -1,13 +1,7 @@
-export declare const outlineVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"outline", false | "boxShadow" | "outline"> & {
-    theme?: import("@emotion/react").Theme;
-}) => import("@codecademy/variance").CSSObject;
 export declare const widthStates: (props: Partial<Record<"widthRestricted", boolean>> & {
     theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
-export declare const beakBorderStates: (props: Partial<Record<"hasBorder", boolean>> & {
-    theme?: import("@emotion/react").Theme;
-}) => import("@codecademy/variance").CSSObject;
 export declare const beakVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"beak", string | number | false> & {
     theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export declare const beakSize: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "sml" | "lrg"> & {