xv-webcomponents 1.2.6-staging.0 → 1.2.8-staging.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77918,12 +77918,12 @@ const Xvfooter = class {
77918
77918
  window.removeEventListener('xv:metaNav-update', this.onMetaNavUpdated);
77919
77919
  }
77920
77920
  render() {
77921
- var _a;
77921
+ var _a, _b;
77922
77922
  if (((_a = this.metaNav) === null || _a === void 0 ? void 0 : _a.WhitelabelName) === 'Xv') {
77923
77923
  // Standard-Footer (aus Blob geladen)
77924
77924
  return (index.h("footer", null, index.h("div", { innerHTML: this.htmlContent })));
77925
77925
  }
77926
- else {
77926
+ if (((_b = this.metaNav) === null || _b === void 0 ? void 0 : _b.WhitelabelName) !== 'Xv') {
77927
77927
  // Alternativer Footer
77928
77928
  return (index.h("div", { class: "container-footer" }, index.h("div", { class: "footer-static" }, index.h("div", { class: "container" }, index.h("div", { class: "row" }, index.h("div", { class: "col-xs-6" }, index.h("a", { href: "http://www.crossvertise.com/", target: "_blank", class: "powered-by-link" }, "Powered by", ' ')), index.h("div", { class: "col-xs-6 text-align-right" }, index.h("xv-link-v2", { size: "md", class: "xv-header--link-no-visited", variant: "inline", href: "/de-de/termsandconditions/imprint" }, "Impressum"), index.h("span", { class: "footer-separator" }, " | "), index.h("xv-link-v2", { size: "md", class: "xv-header--link-no-visited", variant: "inline", href: "/de-de/termsandconditions/privacypolicy" }, "Datenschutzerkl\u00E4rung"), index.h("span", { class: "footer-separator" }, " | "), index.h("xv-link-v2", { size: "md", class: "xv-header--link-no-visited", variant: "inline", href: "/de-de/termsandconditions/termsandconditions" }, "AGB")))))));
77929
77929
  }