@carbon-labs/wc-global-header 0.63.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.
@@ -7473,7 +7473,9 @@ let I = class extends k {
7473
7473
  return m`<div id="ipaas-header-container">
7474
7474
  <clabs-global-header-apaas
7475
7475
  ?hasNewNotifications="${this.hasNewNotifications}"
7476
- .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>
7477
7479
  </div>`;
7478
7480
  }
7479
7481
  };
@@ -1,5 +1,5 @@
1
1
  import E from "react";
2
- import { l as A } from "./HybridIpaasHeader-BaTnoPEF.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-BaTnoPEF.mjs";
2
- import { l as He } from "./HybridIpaasHeader-BaTnoPEF.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.63.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": "37400c26c9ddf3cc50faf4d540e9bde63562cfaa"
51
+ "gitHead": "1d3b5bd27b8c1fb38e4cafd43e1a837e9e573f90"
52
52
  }