@kindly/react-chat 2.61.4 → 2.62.0
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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
- package/dist/src/assets/icons/emoji-happy.2431cc815a557e13fb8bb3081c134168.png +0 -0
- package/dist/src/assets/icons/emoji-neutral.162fb27d7794b5fc5c14308413ce0522.png +0 -0
- package/dist/src/assets/icons/emoji-sad.234ffed28d562b078fa3a9946e420086.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0",
|
|
4
4
|
"description": "Kindly Chat react component",
|
|
5
5
|
"repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"not ios_saf < 12"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"dompurify": "^3.1.
|
|
36
|
+
"dompurify": "^3.1.7",
|
|
37
37
|
"lodash.merge": "^4.6.2",
|
|
38
38
|
"prop-types": "^15.8.1",
|
|
39
39
|
"react-children-utilities": "^2.10.0",
|
|
40
40
|
"react-hook-form": "^7.53.0",
|
|
41
41
|
"react-idle-timer": "^5.7.2",
|
|
42
42
|
"react-redux": "^8.1.3",
|
|
43
|
-
"react-textarea-autosize": "^8.5.
|
|
43
|
+
"react-textarea-autosize": "^8.5.4",
|
|
44
44
|
"redux": "^4.2.1",
|
|
45
45
|
"redux-localstorage": "^0.4.1",
|
|
46
46
|
"redux-logger": "^3.0.6",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"resolve-url-loader": "^5.0.0",
|
|
100
100
|
"storybook": "^7.6.17",
|
|
101
101
|
"storybook-addon-fetch-mock": "^2.0.0",
|
|
102
|
+
"type-fest": "^4.26.0",
|
|
102
103
|
"url-loader": "^4.1.1",
|
|
103
104
|
"webpack": "^5.91.0",
|
|
104
105
|
"webpack-bundle-analyzer": "^4.10.1",
|
|
@@ -138,5 +139,5 @@
|
|
|
138
139
|
"scriptsComments": {
|
|
139
140
|
"test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
|
|
140
141
|
},
|
|
141
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "ceede4b0ab1e88e936d36585886bc068c8975f4a"
|
|
142
143
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|