{"version":3,"file":"index.mjs","sources":["../../../../../src/services/breakpoint/index.ts"],"sourcesContent":["import { BreakpointConfig, ThresholdsConfig } from './types'\n\nexport const vaBreakpointSymbol = Symbol('vaBreakpoint')\n\nexport const defaultThresholds: ThresholdsConfig = {\n  xs: 0,\n  sm: 640,\n  md: 1024,\n  lg: 1440,\n  xl: 1920,\n}\n\nexport const getBreakpointDefaultConfig = (): BreakpointConfig => ({\n  enabled: true,\n  bodyClass: true,\n  thresholds: defaultThresholds,\n})\n\nexport * from './types'\n"],"names":[],"mappings":"AAEa,MAAA,qBAAqB,OAAO,cAAc;AAEhD,MAAM,oBAAsC;AAAA,EACjD,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEO,MAAM,6BAA6B,OAAyB;AAAA,EACjE,SAAS;AAAA,EACT,WAAW;AAAA,EACX,YAAY;AACd;"}