{"version":3,"file":"globals.mjs","names":["IN_BROWSER","window","SUPPORTS_INTERSECTION","SUPPORTS_RESIZE_OBSERVER","SUPPORTS_TOUCH","navigator","maxTouchPoints","SUPPORTS_FOCUS_VISIBLE","CSS","supports"],"sources":["../../src/utils/globals.ts"],"sourcesContent":["export const IN_BROWSER = typeof window !== 'undefined'\nexport const SUPPORTS_INTERSECTION =\n  IN_BROWSER && 'IntersectionObserver' in window\nexport const SUPPORTS_RESIZE_OBSERVER = IN_BROWSER && 'ResizeObserver' in window\nexport const SUPPORTS_TOUCH =\n  IN_BROWSER &&\n  ('ontouchstart' in window || window.navigator.maxTouchPoints > 0)\nexport const SUPPORTS_FOCUS_VISIBLE =\n  IN_BROWSER &&\n  typeof CSS !== 'undefined' &&\n  typeof CSS.supports !== 'undefined' &&\n  CSS.supports('selector(:focus-visible)')\n"],"mappings":"AAAA,OAAO,IAAMA,UAAU,GAAG,OAAOC,MAAM,KAAK,WAAW;AACvD,OAAO,IAAMC,qBAAqB,GAChCF,UAAU,IAAI,sBAAsB,IAAIC,MAAM;AAChD,OAAO,IAAME,wBAAwB,GAAGH,UAAU,IAAI,gBAAgB,IAAIC,MAAM;AAChF,OAAO,IAAMG,cAAc,GACzBJ,UAAU,KACT,cAAc,IAAIC,MAAM,IAAIA,MAAM,CAACI,SAAS,CAACC,cAAc,GAAG,CAAC,CAAC;AACnE,OAAO,IAAMC,sBAAsB,GACjCP,UAAU,IACV,OAAOQ,GAAG,KAAK,WAAW,IAC1B,OAAOA,GAAG,CAACC,QAAQ,KAAK,WAAW,IACnCD,GAAG,CAACC,QAAQ,CAAC,0BAA0B,CAAC"}