UNPKG

@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.

23 lines (22 loc) 719 B
"use strict"; exports.__esModule = true; exports.QUERIES = exports.DEVICES = void 0; 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; }({}); exports.DEVICES = DEVICES; let QUERIES = /*#__PURE__*/function (QUERIES) { QUERIES["MEDIUMMOBILE"] = "mediumMobile"; QUERIES["LARGEMOBILE"] = "largeMobile"; QUERIES["TABLET"] = "tablet"; QUERIES["DESKTOP"] = "desktop"; QUERIES["LARGEDESKTOP"] = "largeDesktop"; return QUERIES; }({}); exports.QUERIES = QUERIES;