{"version":3,"sources":["node_modules/@esri/calcite-components/dist/components/config.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';\n\n/**\n * This module allows custom configuration for components.\n */\nconst existingConfig = globalThis[\"calciteConfig\"];\nconst focusTrapStack = existingConfig?.focusTrapStack || [];\nconst runningInE2ETest = Build.isTesting && Build.isBrowser;\nconst logLevel = existingConfig?.logLevel || (runningInE2ETest ? \"error\" : \"info\");\n// the following placeholders are replaced by the build\nconst version = \"2.13.1\";\nconst buildDate = \"2024-10-11\";\nconst revision = \"6704555f8\";\n/**\n * Stamp the version onto the global config.\n */\nfunction stampVersion() {\n if (existingConfig && existingConfig.version) {\n return;\n }\n console.info(`Using Calcite Components ${version} [Date: ${buildDate}, Revision: ${revision}]`);\n const target = existingConfig || globalThis[\"calciteConfig\"] || {};\n Object.defineProperty(target, \"version\", {\n value: version,\n writable: false\n });\n globalThis[\"calciteConfig\"] = target;\n}\nexport { focusTrapStack as f, logLevel as l, stampVersion as s };\n\n"],"mappings":"wCAUA,IAAMA,EAAiB,WAAW,cAC5BC,EAAiBD,GAAgB,gBAAkB,CAAC,EACpDE,EAAmBC,EAAM,WAAaA,EAAM,UAC5CC,EAAWJ,GAAgB,WAAaE,EAAmB,QAAU,QAErEG,EAAU,SACVC,EAAY,aACZC,EAAW,YAIjB,SAASC,GAAe,CACtB,GAAIR,GAAkBA,EAAe,QACnC,OAEF,QAAQ,KAAK,4BAA4BK,CAAO,WAAWC,CAAS,eAAeC,CAAQ,GAAG,EAC9F,IAAME,EAAST,GAAkB,WAAW,eAAoB,CAAC,EACjE,OAAO,eAAeS,EAAQ,UAAW,CACvC,MAAOJ,EACP,SAAU,EACZ,CAAC,EACD,WAAW,cAAmBI,CAChC","names":["existingConfig","focusTrapStack","runningInE2ETest","Build","logLevel","version","buildDate","revision","stampVersion","target"],"x_google_ignoreList":[0]}