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.
- package/dist/cjs/gb-avatar_32.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar_32.cjs.entry.js.map +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js.map +1 -1
- package/dist/components/gb-header.js +1 -1
- package/dist/components/gb-header.js.map +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/gb-avatar_32.entry.js +1 -1
- package/dist/esm/gb-avatar_32.entry.js.map +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-f666ab38.entry.js → p-6766111b.entry.js} +2 -2
- package/dist/globuscomponents/p-6766111b.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/globuscomponents/p-f666ab38.entry.js.map +0 -1
|
@@ -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: '
|
|
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
|
};
|