@carbon-labs/wc-global-header 0.53.0 → 0.55.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.
@@ -1,5 +1,5 @@
1
1
  import E from "react";
2
- import { l as A } from "./HybridIpaasHeader-CvyoGsAB.mjs";
2
+ import { l as A } from "./HybridIpaasHeader-DpPUQj0S.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-CvyoGsAB.mjs";
2
- import { l as He } from "./HybridIpaasHeader-CvyoGsAB.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-DpPUQj0S.mjs";
2
+ import { l as He } from "./HybridIpaasHeader-DpPUQj0S.mjs";
3
3
  var X = {
4
4
  elem: "svg",
5
5
  attrs: {
@@ -418,7 +418,7 @@ let x = class extends q(Z(v)) {
418
418
  aria-controls="below-the-fold-content"
419
419
  tabindex="0"
420
420
  @click="${t ? this._handleExpand : ""}"
421
- aria-expanded="${String(!!e)}">
421
+ aria-expanded="${String(e)}">
422
422
  ${A(U, { id: "icon" })}
423
423
  </button>
424
424
  <slot name="ai-label" @slotchange="${this._handleSlotChange}"></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/wc-global-header",
3
- "version": "0.53.0",
3
+ "version": "0.55.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": "ec73e312bf941bc8be3089ed1f8d74eb8d0cb1b7"
51
+ "gitHead": "c135df2e2f6fd4d59240ec994a074848b6ac1327"
52
52
  }