{"version":3,"file":"7055.esm.js","mappings":";+EAEA,IAAIA,EAAwC,oBAAbC,SAC9BC,IAAaF,GAAsE,SAAlDC,SAASE,KAAKC,aAAa,mBAC5DC,IAAWL,GAAoE,SAAhDC,SAASE,KAAKC,aAAa,iBAC1DE,EAAeJ,IAAeG,EAC9BE,EAAQP,EAAoBC,SAASO,cAAc,SAAW,KAC9DC,IAAiBF,IAAQG,OAAOC,kBAAoBD,OAAOC,iBAAiBJ,EAAO,cAAcK,SACjGC,EAAoBX,IAAeO,EAEpCK,EAAOC,QAAU,CAChBb,WAAYA,EACZG,SAAUA,EACVC,aAAcA,EACdO,kBAAmBA","sources":["webpack:///../../node_modules/browser-wurfl/index.js"],"sourcesContent":["'use strict';\n\nvar isDocumentDefined = typeof document !== 'undefined',\n\tisWireless = isDocumentDefined ? document.body.getAttribute('data-iswireless') === 'true' : false,\n\tisTablet = isDocumentDefined ? document.body.getAttribute('data-istablet') === 'true' : false,\n\tisSmartphone = isWireless && !isTablet,\n\tinput = isDocumentDefined ? document.createElement('input') : null,\n\thasClearButton = input ? window.getComputedStyle && window.getComputedStyle(input, ':-ms-clear').content : false,\n\tcanShowClearInput = isWireless && !hasClearButton;\n\nmodule.exports = {\n\tisWireless: isWireless,\n\tisTablet: isTablet,\n\tisSmartphone: isSmartphone,\n\tcanShowClearInput: canShowClearInput\n};"],"names":["isDocumentDefined","document","isWireless","body","getAttribute","isTablet","isSmartphone","input","createElement","hasClearButton","window","getComputedStyle","content","canShowClearInput","module","exports"],"sourceRoot":""}