@telia-ace/widget-components-widget-header-flamingo 1.1.122-rc.1 → 1.1.122-rc.2

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/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const r=async e=>{e.registerComponent("widget-header",Promise.resolve().then(()=>require("./widget-header-DXe2EWBu.js")))};module.exports=r;
1
+ "use strict";const r=async e=>{e.registerComponent("widget-header",Promise.resolve().then(()=>require("./widget-header-BC4sOxeM.js")))};module.exports=r;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (e) => {
2
- e.registerComponent("widget-header", import("./widget-header-Ca7f7H3g.mjs"));
2
+ e.registerComponent("widget-header", import("./widget-header-B8NLtsxG.mjs"));
3
3
  };
4
4
  export {
5
5
  t as default
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-components-widget-header-flamingo",
3
- "version": "1.1.122-rc.1",
3
+ "version": "1.1.122-rc.2",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.122-rc.1",
6
+ "@telia-ace/widget-core-flamingo": "1.1.122-rc.2",
7
7
  "@teliads/components": "^22.1.1",
8
8
  "@teliads/icons": "^8.4.0",
9
9
  "@lit-labs/motion": "^1.0.8",
@@ -3694,10 +3694,13 @@ const ei = Ui(A), be = class be extends ei {
3694
3694
  type="button"
3695
3695
  @click=${this.onMinimizeClick}
3696
3696
  class="widget-header__action-button"
3697
- title=${s.getOrFallback("widget-header.minimize", "Minimize")}
3697
+ title=${s.getOrFallback(
3698
+ "widget-header.minimize",
3699
+ "Minimize chat"
3700
+ )}
3698
3701
  aria-label=${s.getOrFallback(
3699
3702
  "widget-header.minimize",
3700
- "Minimize"
3703
+ "Minimize chat"
3701
3704
  )}
3702
3705
  data-testid="minimize-button"
3703
3706
  >
@@ -545,8 +545,8 @@
545
545
  type="button"
546
546
  @click=${this.onMinimizeClick}
547
547
  class="widget-header__action-button"
548
- title=${s.getOrFallback("widget-header.minimize","Minimize")}
549
- aria-label=${s.getOrFallback("widget-header.minimize","Minimize")}
548
+ title=${s.getOrFallback("widget-header.minimize","Minimize chat")}
549
+ aria-label=${s.getOrFallback("widget-header.minimize","Minimize chat")}
550
550
  data-testid="minimize-button"
551
551
  >
552
552
  <telia-icon svg=${$n.svg}></telia-icon>