@telia-ace/knowledge-widget-components-contact-link 1.0.2 → 1.0.3
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/LICENSE.txt +5 -5
- package/README.md +3 -3
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Copyright © 2021, Telia Company AB. All rights reserved.
|
|
2
|
-
|
|
3
|
-
THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
|
|
4
|
-
THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
|
|
5
|
-
AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
|
|
1
|
+
Copyright © 2021, Telia Company AB. All rights reserved.
|
|
2
|
+
|
|
3
|
+
THIS PACKAGE AND CONTAINING SOFTWARE IS PART OF
|
|
4
|
+
THE HUMANY SERVICE. BY USING THIS SOFTWARE YOU
|
|
5
|
+
AGREE TO THE FOLLOWING TERMS AND CONDITIONS:
|
|
6
6
|
http://www.humany.com/legal
|
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# `@telia-ace/widget-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
# `@telia-ace/knowledge-widget-components-contact-link`
|
|
2
|
+
|
|
3
|
+
Contact link component for ACE Knowledge Widgets.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/knowledge-widget-components-contact-link",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Contact link component for ACE Knowledge Widgets.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Telia Company AB",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typings": "lib/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@telia-ace/knowledge-widget-core": "^1.0.2",
|
|
29
|
-
"@telia-ace/knowledge-widget-ui": "^1.0.
|
|
29
|
+
"@telia-ace/knowledge-widget-ui": "^1.0.3",
|
|
30
30
|
"@telia-ace/widget-utilities": "^1.0.1",
|
|
31
31
|
"@webprovisions/platform": "^1.1.2",
|
|
32
32
|
"react": "^16.8.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@types/react-dom": "^16.8.0",
|
|
39
39
|
"@types/styled-components": "^5.1.7"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "fc2d53f8bbb2815d2f7d5d56ff4f7eac0501d7cc"
|
|
42
42
|
}
|