@carbon-labs/wc-global-header 0.62.0 → 0.64.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.
@@ -7135,6 +7135,7 @@ let Nt = class extends k {
7135
7135
  id="${mn}"
7136
7136
  button-label-active="Close menu"
7137
7137
  button-label-inactive="Open menu"></cds-custom-header-menu-button>
7138
+ <slot name="header-logo"></slot>
7138
7139
  <cds-custom-header-name
7139
7140
  class="${B}__header-name"
7140
7141
  prefix="${((t = (o = this.headerProps) == null ? void 0 : o.brand) == null ? void 0 : t.company) ?? "IBM"}">
@@ -7472,7 +7473,9 @@ let I = class extends k {
7472
7473
  return m`<div id="ipaas-header-container">
7473
7474
  <clabs-global-header-apaas
7474
7475
  ?hasNewNotifications="${this.hasNewNotifications}"
7475
- .headerProps="${this.headerOptions}"></clabs-global-header-apaas>
7476
+ .headerProps="${this.headerOptions}">
7477
+ <slot name="header-logo" slot="header-logo"></slot>
7478
+ </clabs-global-header-apaas>
7476
7479
  </div>`;
7477
7480
  }
7478
7481
  };
@@ -1,5 +1,5 @@
1
1
  import E from "react";
2
- import { l as A } from "./HybridIpaasHeader-CxWZyL-Y.mjs";
2
+ import { l as A } from "./HybridIpaasHeader-BjGuE94E.mjs";
3
3
  /**
4
4
  * @license
5
5
  * Copyright 2018 Google LLC
@@ -1,5 +1,5 @@
1
- import { C as j, b as m, r as O, i as R, n as l, a as v, A as P, t as B, s as E, _ as i, e as K, c as _, F as Z, d as H, p as c, o as p, f as T, g as A, H as q, h as U, j as I, k as W } from "./HybridIpaasHeader-CxWZyL-Y.mjs";
2
- import { l as He } from "./HybridIpaasHeader-CxWZyL-Y.mjs";
1
+ import { C as j, b as m, r as O, i as R, n as l, a as v, A as P, t as B, s as E, _ as i, e as K, c as _, F as Z, d as H, p as c, o as p, f as T, g as A, H as q, h as U, j as I, k as W } from "./HybridIpaasHeader-BjGuE94E.mjs";
2
+ import { l as He } from "./HybridIpaasHeader-BjGuE94E.mjs";
3
3
  var X = {
4
4
  elem: "svg",
5
5
  attrs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/wc-global-header",
3
- "version": "0.62.0",
3
+ "version": "0.64.0",
4
4
  "author": "Your Name <your@email.com>",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -48,5 +48,5 @@
48
48
  "vite": "^5.4.21",
49
49
  "webdriverio": "^9.23.2"
50
50
  },
51
- "gitHead": "11048a44d3a9d78b755245f0962543c95a51d003"
51
+ "gitHead": "1d3b5bd27b8c1fb38e4cafd43e1a837e9e573f90"
52
52
  }