@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
27 lines (26 loc) • 1.02 kB
JavaScript
var r = Object.defineProperty;
var x = (a, i, t) => i in a ? r(a, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : a[i] = t;
var p = (a, i, t) => x(a, typeof i != "symbol" ? i + "" : i, t);
import { NeonResponsive as e } from "../../../model/common/responsive/NeonResponsive.es.js";
class o {
}
/**
* The defined list of Neon responsive breakpoints. This can be used with matchMedia queries in javascript to respond
* to layout changes.
*/
p(o, "breakpoints", Object.freeze({
[]: "",
// only use all on its own, never in combination with other breakpoints
[]: "(min-width: 1440px)",
[]: "(max-width: 1339px)",
[]: "(min-width: 1024px)",
[]: "(max-width: 1023px)",
[]: "(min-width: 768px)",
[]: "(max-width: 767px)",
[]: "(min-width: 415px)",
[]: "(max-width: 414px)"
}));
export {
o as NeonResponsiveUtils
};
//# sourceMappingURL=NeonResponsiveUtils.es.js.map