{"version":3,"file":"4984.esm.js","mappings":";gHAUO,IAAMA,EACuC,SAAlDC,SAASC,KAAKC,aAAa,mBAChBC,EAA2D,SAAhDH,SAASC,KAAKC,aAAa,iBACtCE,EAAeL,IAAeI,EAC9BE,EAAQA,IACnB,mBAAmBC,KAAKC,OAAOC,UAAUC,aAAeF,OAAOG","sources":["webpack:///./lib/wurfl.js"],"sourcesContent":["/**\n * WURFL module - Relies on data existing on the document body\n * to determine if you're in a mobile/tablet environment.\n *\n * This data is populated here:\n * https://github.paypal.com/ConsumerWeb-R/p2pnodeweb/tree/develop/lib/utils/web-server/controllers/commonData.js#L72\n\n * @author Jamund Ferguson\n */\n\nexport const isWireless =\n document.body.getAttribute('data-iswireless') === 'true'\nexport const isTablet = document.body.getAttribute('data-istablet') === 'true'\nexport const isSmartphone = isWireless && !isTablet\nexport const isIOS = () =>\n /iPad|iPhone|iPod/.test(window.navigator.userAgent) && !window.MSStream\n"],"names":["isWireless","document","body","getAttribute","isTablet","isSmartphone","isIOS","test","window","navigator","userAgent","MSStream"],"sourceRoot":""}