@codecademy/gamut
73.5.073.5.1-alpha.970048.0
dist/Form/SelectDropdown/elements/constants.d.ts~
dist/Form/SelectDropdown/elements/constants.d.tsModified+4−4
Index: package/dist/Form/SelectDropdown/elements/constants.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/elements/constants.d.ts
+++ package/dist/Form/SelectDropdown/elements/constants.d.ts
@@ -1,26 +1,26 @@
export declare const iconSize: {
small: number;
- medium: number;
+ base: number;
};
export declare const selectedIconSize: {
small: number;
- medium: number;
+ base: number;
};
export declare const indicatorIcons: {
smallChevron: {
size: number;
icon: import("react").ForwardRefExoticComponent<import("@codecademy/gamut-icons").GamutIconProps & import("react").RefAttributes<SVGSVGElement>>;
};
- mediumChevron: {
+ baseChevron: {
size: number;
icon: import("react").ForwardRefExoticComponent<import("@codecademy/gamut-icons").GamutIconProps & import("react").RefAttributes<SVGSVGElement>>;
};
smallRemove: {
size: number;
icon: import("react").ForwardRefExoticComponent<import("@codecademy/gamut-icons").GamutIconProps & import("react").RefAttributes<SVGSVGElement>>;
};
- mediumRemove: {
+ baseRemove: {
size: number;
icon: import("react").ForwardRefExoticComponent<import("@codecademy/gamut-icons").GamutIconProps & import("react").RefAttributes<SVGSVGElement>>;
};
};