@telia-ace/widget-conversation-flamingo 1.1.72-rc.20 → 1.1.72-rc.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +10 -0
  2. package/index.mjs +10 -0
  3. package/package.json +2 -2
package/index.js CHANGED
@@ -699,6 +699,11 @@
699
699
 
700
700
  a {
701
701
  word-break: break-all;
702
+ color: var(--interactive-primary-background);
703
+ }
704
+
705
+ a:hover {
706
+ filter: brightness(150%);
702
707
  }
703
708
 
704
709
  img {
@@ -786,6 +791,11 @@ Please report this to https://github.com/markedjs/marked.`,e){const i="<p>An err
786
791
 
787
792
  a {
788
793
  word-break: break-all;
794
+ color: var(--interactive-primary-background);
795
+ }
796
+
797
+ a:hover {
798
+ filter: brightness(150%);
789
799
  }
790
800
 
791
801
  img {
package/index.mjs CHANGED
@@ -4601,6 +4601,11 @@ dn.styles = [
4601
4601
 
4602
4602
  a {
4603
4603
  word-break: break-all;
4604
+ color: var(--interactive-primary-background);
4605
+ }
4606
+
4607
+ a:hover {
4608
+ filter: brightness(150%);
4604
4609
  }
4605
4610
 
4606
4611
  img {
@@ -6162,6 +6167,11 @@ bt.styles = [
6162
6167
 
6163
6168
  a {
6164
6169
  word-break: break-all;
6170
+ color: var(--interactive-primary-background);
6171
+ }
6172
+
6173
+ a:hover {
6174
+ filter: brightness(150%);
6165
6175
  }
6166
6176
 
6167
6177
  img {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/widget-conversation-flamingo",
3
- "version": "1.1.72-rc.20",
3
+ "version": "1.1.72-rc.22",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@lit-labs/motion": "^1.0.4",
10
10
  "@teliads/icons": "^8.4.0",
11
11
  "@teliads/components": "^22.1.1",
12
- "@telia-ace/widget-core-flamingo": "1.1.72-rc.20",
12
+ "@telia-ace/widget-core-flamingo": "1.1.72-rc.22",
13
13
  "lit-html": "^3.0.2",
14
14
  "rxjs": "^7.8.1",
15
15
  "marked": "^12.0.2"