@telia-ace/widget-conversation-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.
Files changed (2) hide show
  1. package/index.mjs +7 -0
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -3156,6 +3156,13 @@ const Sn = class Sn extends S {
3156
3156
  size="lg"
3157
3157
  ></telia-icon>` : m;
3158
3158
  }
3159
+ // case 'FontAwesome':
3160
+ // return html`<i class="trigger-fa-icon fa fa-${content}"></i>`;
3161
+ // case 'Uri':
3162
+ // return html`<i
3163
+ // class="trigger-custom-icon"
3164
+ // style="background: url(${content}) no-repeat center center;background-size: contain;"
3165
+ // ></i>`;
3159
3166
  default:
3160
3167
  return m;
3161
3168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.115-rc.3",
3
+ "version": "1.1.115-rc.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@lit-labs/motion": "^1.0.8",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.115-rc.3",
12
+ "@telia-ace/widget-core-flamingo": "1.1.115-rc.5",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.2",
15
15
  "marked": "^15.0.2"