UNPKG

v8-ui-atoms

Version:

A library of common base components for building ui

38 lines (37 loc) 1.43 kB
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 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;