@xapp/chat-widget 1.47.2 → 1.49.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/ChatMarkdownMessage/ChatMarkdownMessage.d.ts +1 -0
- package/dist/components/ChatMenu/ChatMenu.d.ts +7 -1
- package/dist/components/ChatMenu/ChatMenu.stories.d.ts +1 -0
- package/dist/components/ChatMenu/ChatMenuItem.d.ts +1 -0
- package/dist/components/ChatMessage/ChatMessage.d.ts +1 -0
- package/dist/components/ChatPermissionMessage/ChatPermissionMessage.d.ts +1 -0
- package/dist/components/ChatRating/ChatRatingContainer.d.ts +1 -0
- package/dist/components/ChatTextMessage/ChatTextMessage.d.ts +1 -0
- package/dist/components/ChatWidget/ChatWidget.stories.d.ts +1 -0
- package/dist/components/CtaBubble/CtaBubbleContainer.d.ts +1 -1
- package/dist/components/FailureMessage/FailureMessage.d.ts +1 -0
- package/dist/components/OfflineForm/OfflineFormContainer.d.ts +1 -0
- package/dist/components/PrechatForm/PrechatFormContainer.d.ts +1 -0
- package/dist/components/StatusContainer/StatusContainer.stories.d.ts +1 -0
- package/dist/components/SystemMessage/SystemMessage.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.es.js +142 -29
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +142 -29
- package/dist/index.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/chat-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.49.1",
|
|
4
4
|
"description": "XAPP Chat Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "7.18.
|
|
42
|
-
"@rollup/plugin-commonjs": "22.0.
|
|
41
|
+
"@babel/core": "7.18.10",
|
|
42
|
+
"@rollup/plugin-commonjs": "22.0.2",
|
|
43
43
|
"@rollup/plugin-json": "4.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
45
|
-
"@storybook/addon-actions": "6.5.
|
|
46
|
-
"@storybook/addon-essentials": "6.5.
|
|
47
|
-
"@storybook/addon-links": "6.5.
|
|
48
|
-
"@storybook/react": "6.5.
|
|
49
|
-
"@testing-library/jest-dom": "5.16.
|
|
45
|
+
"@storybook/addon-actions": "6.5.10",
|
|
46
|
+
"@storybook/addon-essentials": "6.5.10",
|
|
47
|
+
"@storybook/addon-links": "6.5.10",
|
|
48
|
+
"@storybook/react": "6.5.10",
|
|
49
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
50
50
|
"@types/enzyme": "3.10.12",
|
|
51
51
|
"@types/enzyme-adapter-react-16": "1.0.6",
|
|
52
52
|
"@types/jest": "27.5.2",
|
|
53
|
-
"@types/react": "17.0.
|
|
53
|
+
"@types/react": "17.0.48",
|
|
54
54
|
"@types/react-redux": "7.1.24",
|
|
55
55
|
"@types/react-transition-group": "4.4.5",
|
|
56
56
|
"@types/socket.io-client": "1.4.36",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"babel-loader": "8.2.5",
|
|
63
63
|
"enzyme": "3.11.0",
|
|
64
64
|
"enzyme-adapter-react-16": "1.15.6",
|
|
65
|
-
"eslint": "8.
|
|
65
|
+
"eslint": "8.22.0",
|
|
66
66
|
"eslint-config-prettier": "7.2.0",
|
|
67
67
|
"eslint-config-react-app": "6.0.0",
|
|
68
68
|
"eslint-plugin-flowtype": "8.0.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react-redux": "7.2.8",
|
|
78
78
|
"redux": "4.2.0",
|
|
79
79
|
"redux-thunk": "2.4.1",
|
|
80
|
-
"rollup": "2.
|
|
80
|
+
"rollup": "2.78.1",
|
|
81
81
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
82
82
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
83
83
|
"rollup-plugin-scss": "3.0.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"rollup-plugin-typescript2": "0.32.1",
|
|
86
86
|
"sass": "1.53.0",
|
|
87
87
|
"sass-loader": "10.3.1",
|
|
88
|
-
"stentor-models": "1.56.
|
|
88
|
+
"stentor-models": "1.56.56",
|
|
89
89
|
"ts-jest": "27.1.5",
|
|
90
90
|
"typescript": "4.7.4"
|
|
91
91
|
},
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@rollup/plugin-replace": "^4.0.0",
|
|
105
|
-
"@xapp/chat-widget-core": "1.
|
|
106
|
-
"@xapp/stentor-chat-widget": "1.
|
|
105
|
+
"@xapp/chat-widget-core": "1.49.1",
|
|
106
|
+
"@xapp/stentor-chat-widget": "1.48.0",
|
|
107
107
|
"date-fns": "2.28.0",
|
|
108
|
-
"react-transition-group": "4.4.
|
|
108
|
+
"react-transition-group": "4.4.5",
|
|
109
109
|
"socket.io-client": "4.5.1",
|
|
110
110
|
"store": "2.0.12",
|
|
111
111
|
"tslib": "2.4.0"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "0481ddf64634dfb7cf48d724a239534c3af22fcc"
|
|
114
114
|
}
|