v8-ui-components
Version:
A component lib for v8 storefront apps
46 lines (45 loc) • 1.72 kB
TypeScript
export declare const minWidth = "320px";
export declare const maxWidthLarge = "1600px";
export declare const maxWidthSmall = "1254px";
export declare const breakpoints: {};
export declare const bpMobile = 767;
export declare const bpTablet = 1024;
export declare const bpDesktop = 1365;
export declare const bpDesktopLarge = 1599;
export declare const colGutter = "8px";
export declare const contentPaddingLarge = "0 56px";
export declare const contentPaddingSmall = "0 8px";
export declare const carouselBannerMaxSlideWidth = "1488px";
export declare const searchResultCarouselMinHeight = "200px";
export declare const megaMenuAdWrapperMaxWidth = "332px";
export declare const headerHeightDesktop: number;
export declare const miniListWidth = "322px";
export declare const mobileCtaTouchHeight = "44px";
export declare const desktopCheckoutStepButton = "200px";
export declare const mobileCheckoutFooterOffset = "110px";
export declare const maxTimeslotSectionWidth = "500px";
export declare const componentSpacing: {
desktopLg: string;
desktopSm: string;
tablet: string;
mobile: string;
};
export declare const spacing: {
xxxl: string;
xxl: string;
xl: string;
lgr: string;
lg: string;
md: string;
sm: string;
vsm: string;
xs: string;
vxs: string;
xxs: string;
xxss: string;
};
export declare const V1FooterContentPaddingLarge = "0 60px";
export declare const V1FooterContentPaddingMedium: string;
export declare const V1FooterContentPaddingSmall: string;
export declare const row: (noPadding?: boolean, noWrap?: boolean) => string;
export declare const col: (colWidth: number, noPadding: boolean) => string;