{ "version": 3, "sources": ["../../../../../../../../source/febe/ui/src/scripts/ui.version.ts"], "sourcesContent": ["import secOpsLogo from \"../../templates/partials/_logo-secops-threat.html\";\nimport enterpriseLogo from \"../../templates/partials/_logo-enterprise.html\";\n\nfunction setLogo() {\n if (!globalThis.isPrivate) {\n return;\n }\n let el = document.querySelector(\".main-nav__logo-holder\");\n if (!el) {\n return;\n }\n if (location.host === \"sandbox.recordedfuture.com\" || location.host === \"localhost:9012\") {\n el.innerHTML = secOpsLogo;\n } else if (location.host === \"private.tria.ge\" || location.host === \"us-sandbox.recordedfuture.com\") {\n el.innerHTML = enterpriseLogo;\n }\n}\n\nsetLogo();\n"], "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAGA,SAASA,GAAU,CACjB,GAAI,CAAC,WAAW,UACd,OAEF,IAAIC,EAAK,SAAS,cAAc,wBAAwB,EACnDA,IAGD,SAAS,OAAS,8BAAgC,SAAS,OAAS,iBACtEA,EAAG,UAAYC,GACN,SAAS,OAAS,mBAAqB,SAAS,OAAS,mCAClED,EAAG,UAAYE,GAEnB,CAEAH,EAAQ", "names": ["setLogo", "el", "logo_secops_threat_default", "logo_enterprise_default"] }