{
  "version": 3,
  "sources": ["../src/index.js"],
  "sourcesContent": ["/**\n * Internal dependencies\n */\nimport addDimensionsEventListener from './listener';\n\nexport { store } from './store';\nexport { default as ifViewportMatches } from './if-viewport-matches';\nexport { default as withViewportMatch } from './with-viewport-match';\n\n/**\n * Hash of breakpoint names with pixel width at which it becomes effective.\n *\n * @see _breakpoints.scss\n *\n * @type {Object}\n */\nconst BREAKPOINTS = {\n\thuge: 1440,\n\twide: 1280,\n\tlarge: 960,\n\tmedium: 782,\n\tsmall: 600,\n\tmobile: 480,\n};\n\n/**\n * Hash of query operators with corresponding condition for media query.\n *\n * @type {Object}\n */\nconst OPERATORS = {\n\t'<': 'max-width',\n\t'>=': 'min-width',\n};\n\naddDimensionsEventListener( BREAKPOINTS, OPERATORS );\n"],
  "mappings": ";AAGA,OAAO,gCAAgC;AAEvC,SAAS,aAAa;AACtB,SAAoB,WAAXA,gBAAoC;AAC7C,SAAoB,WAAXA,gBAAoC;AAS7C,IAAM,cAAc;AAAA,EACnB,MAAM;AAAA,EACN,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,QAAQ;AACT;AAOA,IAAM,YAAY;AAAA,EACjB,KAAK;AAAA,EACL,MAAM;AACP;AAEA,2BAA4B,aAAa,SAAU;",
  "names": ["default"]
}
