@xapp/chat-widget 1.80.0 → 1.81.1
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/components/AdminBar/AdminBar.d.ts +0 -0
- package/dist/components/CardContainer/CardContainer.d.ts +0 -0
- package/dist/components/ChatActionButtons/ChatActionButton.d.ts +0 -0
- package/dist/components/ChatActionButtons/ChatActionButtons.d.ts +0 -0
- package/dist/components/ChatMedia/ChatMedia.d.ts +1 -1
- package/dist/components/ChatMessage/ChatMessage.d.ts +0 -0
- package/dist/components/ChatMessagePart/ChatMessagePart.d.ts +0 -0
- package/dist/components/ChatRating/ChatRating.d.ts +0 -0
- package/dist/components/Icons/CloseIcon.d.ts +0 -0
- package/dist/components/Icons/LeftDownArrowIcon.d.ts +0 -0
- package/dist/components/Icons/SendIcon.d.ts +0 -0
- package/dist/components/Input/Input.d.ts +0 -0
- package/dist/components/MessageList/MessageList.d.ts +0 -0
- package/dist/components/MessageSvg/MessageSvg.d.ts +0 -0
- package/dist/components/QueuePosition/QueuePosition.d.ts +0 -0
- package/dist/components/ServerOffline/ServerOffline.d.ts +0 -0
- package/dist/components/UknownMessage/UnknownMessage.d.ts +0 -0
- package/dist/index.css +1 -1
- package/dist/index.es.js +824 -712
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +979 -867
- package/dist/index.js.map +1 -1
- package/dist/store/ChatAction.d.ts +0 -0
- package/dist/store/ChatState.d.ts +0 -0
- package/dist/store/actions/types.d.ts +0 -0
- package/dist/storybook/store.d.ts +2 -2
- package/dist/utils/useChatDispatch.d.ts +0 -0
- package/dist/xapp/ChatServer.d.ts +0 -0
- package/dist/xapp/LogChat.d.ts +0 -0
- package/dist/xapp/StentorRouterChat.d.ts +0 -0
- package/dist/xapp-chat-widget.css +1 -1
- package/dist/xapp-chat-widget.js +4 -5
- package/dist/xapp-chat-widget.js.map +1 -1
- package/package.json +23 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/chat-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.81.1",
|
|
4
4
|
"description": "XAPP Chat Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./dist/*",
|
|
@@ -40,21 +40,25 @@
|
|
|
40
40
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "7.28.5",
|
|
43
|
+
"@babel/preset-env": "^7.28.5",
|
|
44
|
+
"@babel/preset-react": "^7.28.5",
|
|
45
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
43
46
|
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
44
47
|
"@reduxjs/toolkit": "2.10.1",
|
|
45
48
|
"@rollup/plugin-commonjs": "26.0.3",
|
|
46
49
|
"@rollup/plugin-json": "6.1.0",
|
|
47
50
|
"@rollup/plugin-node-resolve": "15.3.1",
|
|
48
51
|
"@simbathesailor/use-what-changed": "2.0.0",
|
|
49
|
-
"@storybook/addon-actions": "
|
|
50
|
-
"@storybook/addon-essentials": "
|
|
51
|
-
"@storybook/addon-links": "
|
|
52
|
-
"@storybook/react": "
|
|
53
|
-
"@
|
|
52
|
+
"@storybook/addon-actions": "8.6.14",
|
|
53
|
+
"@storybook/addon-essentials": "8.6.14",
|
|
54
|
+
"@storybook/addon-links": "8.6.14",
|
|
55
|
+
"@storybook/react": "8.6.14",
|
|
56
|
+
"@storybook/test": "8.6.14",
|
|
57
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
58
|
+
"@types/babel__preset-env": "^7",
|
|
54
59
|
"@types/enzyme": "3.10.19",
|
|
55
60
|
"@types/jest": "27.5.2",
|
|
56
|
-
"@types/react": "
|
|
57
|
-
"@types/react-redux": "7.1.34",
|
|
61
|
+
"@types/react": "19.2.4",
|
|
58
62
|
"@types/react-transition-group": "4.4.12",
|
|
59
63
|
"@types/socket.io-client": "1.4.36",
|
|
60
64
|
"@types/store": "2.0.5",
|
|
@@ -73,13 +77,13 @@
|
|
|
73
77
|
"eslint-plugin-import": "2.32.0",
|
|
74
78
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
75
79
|
"eslint-plugin-react": "7.37.5",
|
|
76
|
-
"eslint-plugin-react-hooks": "
|
|
80
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
77
81
|
"jest": "29.7.0",
|
|
78
82
|
"jest-environment-jsdom": "29.7.0",
|
|
79
83
|
"prettier": "2.8.8",
|
|
80
|
-
"react": "
|
|
81
|
-
"react-dom": "
|
|
82
|
-
"react-redux": "
|
|
84
|
+
"react": "19.2.0",
|
|
85
|
+
"react-dom": "19.2.0",
|
|
86
|
+
"react-redux": "9.2.0",
|
|
83
87
|
"rollup": "4.52.5",
|
|
84
88
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
85
89
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -89,7 +93,7 @@
|
|
|
89
93
|
"sass": "1.93.3",
|
|
90
94
|
"sass-loader": "10.5.2",
|
|
91
95
|
"stentor-models": "1.66.25",
|
|
92
|
-
"storybook": "
|
|
96
|
+
"storybook": "8.6.14",
|
|
93
97
|
"ts-jest": "29.4.5",
|
|
94
98
|
"typescript": "5.9.3",
|
|
95
99
|
"ws": "8.18.3"
|
|
@@ -98,21 +102,21 @@
|
|
|
98
102
|
"dist"
|
|
99
103
|
],
|
|
100
104
|
"peerDependencies": {
|
|
101
|
-
"react": "^18.0.0",
|
|
102
|
-
"react-dom": "^18.0.0",
|
|
103
|
-
"react-redux": "^
|
|
105
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
106
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
107
|
+
"react-redux": "^9.0.0",
|
|
104
108
|
"stentor-models": "^1.0.0"
|
|
105
109
|
},
|
|
106
110
|
"dependencies": {
|
|
107
111
|
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
108
112
|
"@rollup/plugin-replace": "5.0.7",
|
|
109
|
-
"@xapp/chat-widget-core": "1.
|
|
110
|
-
"@xapp/stentor-chat-widget": "1.
|
|
113
|
+
"@xapp/chat-widget-core": "1.81.1",
|
|
114
|
+
"@xapp/stentor-chat-widget": "1.81.1",
|
|
111
115
|
"date-fns": "2.30.0",
|
|
112
116
|
"react-transition-group": "4.4.5",
|
|
113
117
|
"socket.io-client": "4.8.1",
|
|
114
118
|
"store": "2.0.12",
|
|
115
119
|
"tslib": "2.8.1"
|
|
116
120
|
},
|
|
117
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "1eafcfcfabed5d6d2f22a16e3a2317e478898df7"
|
|
118
122
|
}
|