@telia-ace/widget-components-copyright-flamingo 1.1.115-rc.3 → 1.1.115-rc.5

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.
@@ -1553,6 +1553,13 @@ const St = class St extends m {
1553
1553
  size="lg"
1554
1554
  ></telia-icon>` : u;
1555
1555
  }
1556
+ // case 'FontAwesome':
1557
+ // return html`<i class="trigger-fa-icon fa fa-${content}"></i>`;
1558
+ // case 'Uri':
1559
+ // return html`<i
1560
+ // class="trigger-custom-icon"
1561
+ // style="background: url(${content}) no-repeat center center;background-size: contain;"
1562
+ // ></i>`;
1556
1563
  default:
1557
1564
  return u;
1558
1565
  }
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  const t = async (o) => {
2
- o.registerComponent("copyright", import("./copyright-D2fvCpc2.mjs"));
2
+ o.registerComponent("copyright", import("./copyright-j5-8UqY6.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-copyright-flamingo",
3
- "version": "1.1.115-rc.3",
3
+ "version": "1.1.115-rc.5",
4
4
  "dependencies": {
5
5
  "lit": "^3.0.2",
6
- "@telia-ace/widget-core-flamingo": "1.1.115-rc.3"
6
+ "@telia-ace/widget-core-flamingo": "1.1.115-rc.5"
7
7
  },
8
8
  "main": "./index.js",
9
9
  "module": "./index.mjs",