{"version":3,"file":"responsive.CTBaF0f4.js","sources":["../../../../../../src/lib/utils/responsive.ts"],"sourcesContent":["// see tailwind.config.js\nexport const SCREENS = {\n xs: 480,\n sm: 576,\n md: 768,\n lg: 1024,\n xl: 1280,\n \"2xl\": 1440,\n}\n\nexport const TABLET_BREAKPOINT = SCREENS.md\n\n\nexport const isMobile = {\n Android: function() {\n return navigator!==null && navigator.userAgent.match(/Android/i);\n },\n BlackBerry: function() {\n return navigator!==null && navigator.userAgent.match(/BlackBerry/i);\n },\n iOS: function() {\n return navigator!==null && navigator.userAgent.match(/iPhone|iPad|iPod/i);\n },\n Opera: function() {\n return navigator!==null && navigator.userAgent.match(/Opera Mini/i);\n },\n Windows: function() {\n return navigator!==null && navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/WPDesktop/i);\n },\n any: function() {\n return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());\n }\n};"],"names":["SCREENS","TABLET_BREAKPOINT"],"mappings":"AACO,MAAMA,EAAU,CACrB,GAAI,IACJ,GAAI,IACJ,GAAI,IACJ,GAAI,KACJ,GAAI,KACJ,MAAO,IACT,EAEaC,EAAoBD,EAAQ"}