@telia-ace/widget-conversational-agent 1.1.147-rc.4 → 1.1.147
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 +2 -1
- package/index.mjs +2 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -326,7 +326,8 @@
|
|
|
326
326
|
|
|
327
327
|
--text-weak: #00000070;
|
|
328
328
|
--text-medium: #0000009e;
|
|
329
|
-
--text-default: #000000cc
|
|
329
|
+
--text-default: #000000cc;
|
|
330
|
+
--text-weak-negative: #ffffff5e;
|
|
330
331
|
--text-medium-negative: #ffffffa8;
|
|
331
332
|
--text-default-negative: #fffffff2;
|
|
332
333
|
|
package/index.mjs
CHANGED
|
@@ -3750,7 +3750,8 @@ Sr.styles = te`
|
|
|
3750
3750
|
|
|
3751
3751
|
--text-weak: #00000070;
|
|
3752
3752
|
--text-medium: #0000009e;
|
|
3753
|
-
--text-default: #000000cc
|
|
3753
|
+
--text-default: #000000cc;
|
|
3754
|
+
--text-weak-negative: #ffffff5e;
|
|
3754
3755
|
--text-medium-negative: #ffffffa8;
|
|
3755
3756
|
--text-default-negative: #fffffff2;
|
|
3756
3757
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-conversational-agent",
|
|
3
|
-
"version": "1.1.147
|
|
3
|
+
"version": "1.1.147",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@telia-ace/widget-conversation-flamingo": "1.1.147
|
|
9
|
+
"@telia-ace/widget-conversation-flamingo": "1.1.147",
|
|
10
10
|
"rxjs": "^7.8.2",
|
|
11
|
-
"@telia-ace/widget-core-flamingo": "1.1.147
|
|
11
|
+
"@telia-ace/widget-core-flamingo": "1.1.147",
|
|
12
12
|
"lit": "^3.0.2",
|
|
13
13
|
"@lit/context": "^1.1.4"
|
|
14
14
|
},
|