{"version":3,"sources":["node_modules/@esri/calcite-components/dist/components/browser.js"],"sourcesContent":["/*!\n * All material copyright ESRI, All Rights Reserved, unless otherwise specified.\n * See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.\n * v2.13.1\n */\nimport { Build } from '@stencil/core/internal/client';\nconst isBrowser = () => Build.isBrowser && typeof navigator !== \"undefined\" && typeof window !== \"undefined\" && typeof location !== \"undefined\" && typeof document !== \"undefined\" && window.location === location && window.document === document;\nfunction getUserAgentData() {\n return navigator.userAgentData;\n}\nfunction getUserAgentString() {\n if (!isBrowser()) {\n return \"\";\n }\n const uaData = getUserAgentData();\n return uaData?.brands ? uaData.brands.map(({\n brand,\n version\n }) => `${brand}/${version}`).join(\" \") : navigator.userAgent;\n}\nexport { getUserAgentString as g, isBrowser as i };\n\n"],"mappings":"wCAMA,IAAMA,EAAY,IAAMC,EAAM,WAAa,OAAO,UAAc,KAAe,OAAO,OAAW,KAAe,OAAO,SAAa,KAAe,OAAO,SAAa,KAAe,OAAO,WAAa,UAAY,OAAO,WAAa","names":["isBrowser","Build"],"x_google_ignoreList":[0]}