@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
17 lines • 593 B
JavaScript
export let DEVICES = /*#__PURE__*/function (DEVICES) {
DEVICES["smallMobile"] = "smallMobile";
DEVICES["mediumMobile"] = "mediumMobile";
DEVICES["largeMobile"] = "largeMobile";
DEVICES["tablet"] = "tablet";
DEVICES["desktop"] = "desktop";
DEVICES["largeDesktop"] = "largeDesktop";
return DEVICES;
}({});
export let QUERIES = /*#__PURE__*/function (QUERIES) {
QUERIES["LARGEDESKTOP"] = "largeDesktop";
QUERIES["DESKTOP"] = "desktop";
QUERIES["TABLET"] = "tablet";
QUERIES["LARGEMOBILE"] = "largeMobile";
QUERIES["MEDIUMMOBILE"] = "mediumMobile";
return QUERIES;
}({});