{"version":3,"file":"static/js/vendor.fluentui.react~3d08c8fb.f9274a02.js","mappings":"kOAEA,IAAIA,EAAgB,CAAC,EAEjBC,OAAOC,EACX,IACID,EAAOE,MACX,CACA,MAAOC,GAEP,CACO,SAASC,EAAWC,EAAaC,GACpC,GAAoB,qBAATN,EAAsB,CAE7B,IAAIO,EAAYP,EAAKQ,aAAeR,EAAKQ,cAAgB,CAAC,EAG1D,IAAKD,EAASF,KAAiBN,EAAcM,GACzCN,EAAcM,GAAeC,GACbC,EAASF,GAAeE,EAASF,IAAgB,IACxDI,KAAKH,EAEtB,CACJ,CCrBAF,EAAW,wBAAyB,Q","sources":["../../../../node_modules/.pnpm/@fluentui+set-version@8.2.24/node_modules/@fluentui/set-version/lib/setVersion.js","../../../../node_modules/.pnpm/@fluentui+set-version@8.2.24/node_modules/@fluentui/set-version/lib/index.js"],"sourcesContent":["// A packages cache that makes sure that we don't inject the same packageName twice in the same bundle -\n// this cache is local to the module closure inside this bundle\nvar packagesCache = {};\n// Cache access to window to avoid IE11 memory leak.\nvar _win = undefined;\ntry {\n _win = window;\n}\ncatch (e) {\n /* no-op */\n}\nexport function setVersion(packageName, packageVersion) {\n if (typeof _win !== 'undefined') {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n var packages = (_win.__packages__ = _win.__packages__ || {});\n // We allow either the global packages or local packages caches to invalidate so testing can\n // just clear the global to set this state\n if (!packages[packageName] || !packagesCache[packageName]) {\n packagesCache[packageName] = packageVersion;\n var versions = (packages[packageName] = packages[packageName] || []);\n versions.push(packageVersion);\n }\n }\n}\n//# sourceMappingURL=setVersion.js.map","import { setVersion } from './setVersion';\nexport { setVersion };\nsetVersion('@fluentui/set-version', '6.0.0');\n//# sourceMappingURL=index.js.map"],"names":["packagesCache","_win","undefined","window","e","setVersion","packageName","packageVersion","packages","__packages__","push"],"sourceRoot":""}