@carbon-labs/wc-global-header 0.63.0 → 0.65.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}"
|
|
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
|
};
|
package/es/wc-global-header.mjs
CHANGED
|
@@ -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-
|
|
2
|
-
import { l as He } from "./HybridIpaasHeader-
|
|
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.
|
|
3
|
+
"version": "0.65.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": "
|
|
51
|
+
"gitHead": "5ba286737369a35f3391af93d5dc115eb69783da"
|
|
52
52
|
}
|