@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/Tip/shared/styles/composeVariantsUtils.d.ts~
dist/Tip/shared/styles/composeVariantsUtils.d.tsModified+2−2
Index: package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
===================================================================
--- package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
+++ package/dist/Tip/shared/styles/composeVariantsUtils.d.ts
@@ -1,8 +1,8 @@
import { PopoverProps, PopoverXPositionType, PopoverYPositionType } from '../../../Popover';
import { TipPlacementComponentProps, TipWrapperProps } from '../types';
-export declare const getAlignmentStyles: ({ alignment, avatar, type, }: Pick<TipWrapperProps, 'alignment' | 'avatar' | 'type'>) => "avatarAligned" | "previewAligned" | "horizontalCenter" | "vertCenter" | "aligned";
-export declare const getPopoverAlignmentAndPattern: ({ alignment, type, }: Partial<Pick<TipPlacementComponentProps, 'alignment' | 'type'>>) => (PopoverXPositionType & Pick<PopoverProps, 'align'>) | (PopoverYPositionType & Pick<PopoverProps, 'align'>);
+export declare const getAlignmentStyles: ({ alignment, avatar, type, }: Pick<TipWrapperProps, "alignment" | "avatar" | "type">) => "avatarAligned" | "previewAligned" | "horizontalCenter" | "vertCenter" | "aligned";
+export declare const getPopoverAlignmentAndPattern: ({ alignment, type, }: Partial<Pick<TipPlacementComponentProps, "alignment" | "type">>) => (PopoverXPositionType & Pick<PopoverProps, "align">) | (PopoverYPositionType & Pick<PopoverProps, "align">);
export declare const createToolTipVariantFromAlignment: (alignment: string) => {
'&::after': {};
'&::before': {};
};