globuswebcomponents 1.3.4 → 1.3.5

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.
@@ -778,7 +778,7 @@ const GbHeader = class {
778
778
  const notificationIconSrc = index.getAssetPath(`assets/notification-03.svg`);
779
779
  const logo = index.getAssetPath(`assets/globus_bank_logo_blue.svg`);
780
780
  const iconLogo = index.getAssetPath(`assets/globus_bank_logo_white.svg`);
781
- return (index.h("div", { key: 'c871dff6d2b245ebdc0211623459fb1023c3d3f2', class: `header_div` }, index.h("div", { key: '61b783b3b8a6f516eb6ac8dc9629b0524c8810ea', class: "content" }, this.showLogo && (index.h(index.Fragment, null, index.h("div", { key: 'b2080d1eb2b77477d6ea48330a6e488d69f8266d', class: "logo" }, index.h("img", { key: 'bfc67cc9644271f00ae42ab3428c5b70bcb94026', src: logo, alt: "" })), index.h("div", { key: 'eafd4849545d1eedc266eb56ce5dae9d3615f376', class: "icon_logo" }, index.h("img", { key: '89ef52a2f64fe7124764dd28f60c78cf28d28de6', src: iconLogo, alt: "" })))), index.h("div", { key: '832a8f267c51f5003433db3345b92151cbea0bed', class: "inner_content" }, index.h("div", { key: 'a361327ea2e56c69565661b6bbf1920dc712eabf', class: `action` }, this.showHelp && index.h("gb-header-icon", { key: '6b1ff8fba5dba4bb84bcd1676d356638b7b27db6', state: reusableModels.StateEnum.Default, icon: helpIconSrc, onClick: () => this.onNavBarItemClicked('help') }), this.showNotification && (index.h("gb-header-icon", { key: '340c38a719e422cba0290fdb69d8afd82814ecf4', state: this.state, icon: notificationIconSrc, "show-indicator": this.showIndicator, onClick: () => this.onNavBarItemClicked('notification') }))), index.h("gb-avatar", { key: '8e60caeff9457717ff23e0f75576ec8bce7b44ff', size: "md", text: this.text, placeholder: this.placeholder, color: this.color, "show-border": this.showBorder, onClick: () => this.onNavBarItemClicked('avatar') }, this.text ? index.h("slot", { slot: "initials", name: "initials" }) : index.h("slot", { name: "image", slot: "image" }))))));
781
+ return (index.h("div", { key: 'c871dff6d2b245ebdc0211623459fb1023c3d3f2', class: `header_div` }, index.h("div", { key: '61b783b3b8a6f516eb6ac8dc9629b0524c8810ea', class: "content" }, this.showLogo && (index.h(index.Fragment, null, index.h("div", { key: '2ce1bc88f9dd3d05b98b8e6c194ff267a2d1747f', class: "logo", onClick: () => this.onNavBarItemClicked('logo') }, index.h("img", { key: '50bb4aa47e78bc4dc0e61c9eb3b9e95d683e5ec9', src: logo, alt: "" })), index.h("div", { key: 'a9a9ecfdd28d4e44e4d9046c0e57c13ad07fd762', class: "icon_logo", onClick: () => this.onNavBarItemClicked('logo') }, index.h("img", { key: '0e69e359f719a422ed3267158c9130b1956b126e', src: iconLogo, alt: "" })))), index.h("div", { key: '4b8011a3de7b2f7e6f0fd7a0be4727735d694f2f', class: "inner_content" }, index.h("div", { key: 'ac586242978e6fc7521d90b1d58de54ed5fe0d7e', class: `action` }, this.showHelp && index.h("gb-header-icon", { key: 'e6a28785ba274970291a9cd4f2fbeaafad3628ad', state: reusableModels.StateEnum.Default, icon: helpIconSrc, onClick: () => this.onNavBarItemClicked('help') }), this.showNotification && (index.h("gb-header-icon", { key: 'a7a8b857753a2af10e3959cb80d9b4752c29c79a', state: this.state, icon: notificationIconSrc, "show-indicator": this.showIndicator, onClick: () => this.onNavBarItemClicked('notification') }))), index.h("gb-avatar", { key: '91f39c66cb6564916bd1a7361cc26557a49bb13a', size: "md", text: this.text, placeholder: this.placeholder, color: this.color, "show-border": this.showBorder, onClick: () => this.onNavBarItemClicked('avatar') }, this.text ? index.h("slot", { slot: "initials", name: "initials" }) : index.h("slot", { name: "image", slot: "image" }))))));
782
782
  }
783
783
  get el() { return index.getElement(this); }
784
784
  };