@xapp/chat-widget 1.77.0 → 1.78.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/ButtonGroup/ButtonGroup.d.ts +0 -0
- package/dist/components/ButtonGroup/index.d.ts +0 -0
- package/dist/components/ChatButton/ChatButton.stories.d.ts +13 -1
- package/dist/components/ChatHeader/ChatHeader.stories.d.ts +5 -0
- package/dist/components/ChatMenu/ChatMenu.d.ts +0 -0
- package/dist/components/ChatWidget/ChatWidget.stories.d.ts +2 -0
- package/dist/components/CtaBubble/CtaBubble.d.ts +0 -0
- package/dist/components/CtaBubble/CtaBubble.stories.d.ts +2 -0
- package/dist/components/CtaBubble/CtaBubbleContainer.d.ts +0 -0
- package/dist/components/MenuButton/MenuButton.d.ts +0 -0
- package/dist/components/MenuButton/index.d.ts +0 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.es.js +137 -53
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +137 -53
- package/dist/index.js.map +1 -1
- package/dist/utils/deepMerge.d.ts +0 -0
- package/dist/utils/deepMerge.test.d.ts +1 -0
- package/dist/xapp-chat-widget.css +1 -1
- package/dist/xapp-chat-widget.js +3 -3
- package/dist/xapp-chat-widget.js.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/chat-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.78.1",
|
|
4
4
|
"description": "XAPP Chat Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./dist/*",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "7.28.
|
|
41
|
+
"@babel/core": "7.28.3",
|
|
42
42
|
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
43
43
|
"@reduxjs/toolkit": "2.8.2",
|
|
44
44
|
"@rollup/plugin-commonjs": "26.0.3",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@storybook/addon-essentials": "7.6.20",
|
|
50
50
|
"@storybook/addon-links": "7.6.20",
|
|
51
51
|
"@storybook/react": "7.6.20",
|
|
52
|
-
"@testing-library/jest-dom": "6.6.
|
|
52
|
+
"@testing-library/jest-dom": "6.6.4",
|
|
53
53
|
"@types/enzyme": "3.10.19",
|
|
54
54
|
"@types/jest": "27.5.2",
|
|
55
|
-
"@types/react": "18.3.
|
|
55
|
+
"@types/react": "18.3.24",
|
|
56
56
|
"@types/react-redux": "7.1.34",
|
|
57
57
|
"@types/react-transition-group": "4.4.12",
|
|
58
58
|
"@types/socket.io-client": "1.4.36",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"cross-env": "7.0.3",
|
|
66
66
|
"enzyme": "3.11.0",
|
|
67
67
|
"eslint": "8.57.1",
|
|
68
|
-
"eslint-config-prettier": "9.1.
|
|
68
|
+
"eslint-config-prettier": "9.1.2",
|
|
69
69
|
"eslint-config-react-app": "7.0.1",
|
|
70
70
|
"eslint-plugin-flowtype": "8.0.3",
|
|
71
|
-
"eslint-plugin-import": "2.
|
|
71
|
+
"eslint-plugin-import": "2.32.0",
|
|
72
72
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
73
73
|
"eslint-plugin-react": "7.37.5",
|
|
74
74
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"rollup-plugin-typescript2": "0.36.0",
|
|
87
87
|
"sass": "1.89.2",
|
|
88
88
|
"sass-loader": "10.5.2",
|
|
89
|
-
"stentor-models": "1.
|
|
89
|
+
"stentor-models": "1.61.9",
|
|
90
90
|
"storybook": "7.6.20",
|
|
91
|
-
"ts-jest": "29.4.
|
|
91
|
+
"ts-jest": "29.4.1",
|
|
92
92
|
"typescript": "5.8.3"
|
|
93
93
|
},
|
|
94
94
|
"files": [
|
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
105
105
|
"@rollup/plugin-replace": "5.0.7",
|
|
106
|
-
"@xapp/chat-widget-core": "1.
|
|
107
|
-
"@xapp/stentor-chat-widget": "1.
|
|
106
|
+
"@xapp/chat-widget-core": "1.78.0",
|
|
107
|
+
"@xapp/stentor-chat-widget": "1.78.1",
|
|
108
108
|
"date-fns": "2.30.0",
|
|
109
109
|
"react-transition-group": "4.4.5",
|
|
110
110
|
"socket.io-client": "4.8.1",
|
|
111
111
|
"store": "2.0.12",
|
|
112
112
|
"tslib": "2.8.1"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "b2b240b81c78b9eff8765e391e0b7ce2f2033d03"
|
|
115
115
|
}
|