@telia-ace/widget-components-widget-header-flamingo 1.1.115-rc.2 → 1.1.115-rc.4

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (e) => {
2
- e.registerComponent("widget-header", import("./widget-header-Bi2psO_U.mjs"));
2
+ e.registerComponent("widget-header", import("./widget-header-DtMyrkry.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.115-rc.2",
3
+ "version": "1.1.115-rc.4",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.115-rc.2",
6
+ "@telia-ace/widget-core-flamingo": "1.1.115-rc.4",
7
7
  "@teliads/components": "^22.1.1",
8
8
  "@teliads/icons": "^8.4.0",
9
9
  "@lit-labs/motion": "^1.0.8",
@@ -2096,6 +2096,13 @@ const pe = class pe extends S {
2096
2096
  size="lg"
2097
2097
  ></telia-icon>` : p;
2098
2098
  }
2099
+ // case 'FontAwesome':
2100
+ // return html`<i class="trigger-fa-icon fa fa-${content}"></i>`;
2101
+ // case 'Uri':
2102
+ // return html`<i
2103
+ // class="trigger-custom-icon"
2104
+ // style="background: url(${content}) no-repeat center center;background-size: contain;"
2105
+ // ></i>`;
2099
2106
  default:
2100
2107
  return p;
2101
2108
  }