@xapp/form-widget 1.70.2 → 1.71.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/components/Form/Form.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/validators.d.ts +0 -0
- package/dist/components/FormWidget/FormWidget.d.ts +0 -0
- package/dist/components/SearchResponse/SearchResponse.d.ts +0 -0
- package/dist/components/SearchResponseDisplay/SearchResponseDisplay.d.ts +0 -0
- package/dist/components/SearchResponseFormDisplay/SearchResponseFormDisplay.d.ts +0 -0
- package/dist/components/SearchResult/SearchResult.d.ts +0 -0
- package/dist/components/SearchResult/index.d.ts +0 -0
- package/dist/components/WidgetStylesheet/WidgetStylesheet.d.ts +0 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/config/index.d.ts +0 -0
- package/dist/index.d.ts +5 -3
- package/dist/index.es.js +98 -91
- package/dist/index.es.js.map +1 -1
- package/dist/store/SearchState.d.ts +0 -0
- package/dist/stories/random-theme.d.ts +1 -1
- package/dist/utils/parseWidgetEnv.d.ts +0 -0
- package/dist/xapp-form-widget.css +51 -52
- package/dist/xapp-form-widget.js +56 -6
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/form-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.71.0",
|
|
4
4
|
"description": "Form Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "7.
|
|
43
|
+
"@babel/core": "7.24.7",
|
|
44
44
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
45
45
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
46
46
|
"@storybook/addon-actions": "6.5.16",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/enzyme-adapter-react-16": "1.0.9",
|
|
53
53
|
"@types/jest": "27.5.2",
|
|
54
54
|
"@types/lodash.template": "4.5.3",
|
|
55
|
-
"@types/react": "
|
|
55
|
+
"@types/react": "18.3.3",
|
|
56
56
|
"@types/socket.io-client": "1.4.36",
|
|
57
57
|
"@types/store": "2.0.2",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "6.19.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"babel-loader": "8.3.0",
|
|
63
63
|
"cross-env": "7.0.3",
|
|
64
64
|
"enzyme": "3.11.0",
|
|
65
|
-
"enzyme-adapter-react-16": "1.15.
|
|
65
|
+
"enzyme-adapter-react-16": "1.15.8",
|
|
66
66
|
"eslint": "8.56.0",
|
|
67
67
|
"eslint-config-prettier": "9.1.0",
|
|
68
68
|
"eslint-config-react-app": "7.0.1",
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"eslint-plugin-import": "2.29.1",
|
|
71
71
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
72
72
|
"eslint-plugin-react": "7.32.2",
|
|
73
|
-
"eslint-plugin-react-hooks": "4.6.
|
|
73
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
74
74
|
"jest": "27.5.1",
|
|
75
75
|
"postcss-loader": "6.2.1",
|
|
76
76
|
"postcss-modules": "6.0.0",
|
|
77
|
-
"prettier": "2.8.
|
|
77
|
+
"prettier": "2.8.8",
|
|
78
78
|
"rollup": "2.79.1",
|
|
79
79
|
"rollup-plugin-filesize": "10.0.0",
|
|
80
80
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"rollup-plugin-terser": "7.0.2",
|
|
86
86
|
"rollup-plugin-typescript2": "0.34.1",
|
|
87
87
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
88
|
-
"sass": "1.
|
|
89
|
-
"sass-loader": "10.
|
|
90
|
-
"stentor-models": "1.
|
|
88
|
+
"sass": "1.77.5",
|
|
89
|
+
"sass-loader": "10.5.2",
|
|
90
|
+
"stentor-models": "1.59.68",
|
|
91
91
|
"ts-jest": "27.1.5",
|
|
92
|
-
"typescript": "5.
|
|
92
|
+
"typescript": "5.4.5"
|
|
93
93
|
},
|
|
94
94
|
"files": [
|
|
95
95
|
"dist"
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"stentor-models": "1.X"
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@emotion/react": "11.11.
|
|
107
|
-
"@emotion/styled": "11.11.
|
|
108
|
-
"@mui/icons-material": "5.15.
|
|
109
|
-
"@mui/material": "5.15.
|
|
110
|
-
"@mui/x-date-pickers": "6.
|
|
111
|
-
"@xapp/stentor-form-widget-channel": "1.
|
|
106
|
+
"@emotion/react": "11.11.4",
|
|
107
|
+
"@emotion/styled": "11.11.5",
|
|
108
|
+
"@mui/icons-material": "5.15.20",
|
|
109
|
+
"@mui/material": "5.15.20",
|
|
110
|
+
"@mui/x-date-pickers": "6.20.1",
|
|
111
|
+
"@xapp/stentor-form-widget-channel": "1.71.0",
|
|
112
112
|
"autosuggest-highlight": "3.3.4",
|
|
113
|
-
"dayjs": "1.11.
|
|
113
|
+
"dayjs": "1.11.11",
|
|
114
114
|
"lodash.template": "4.5.0",
|
|
115
|
-
"stentor-guards": "1.
|
|
116
|
-
"tslib": "2.6.
|
|
115
|
+
"stentor-guards": "1.59.68",
|
|
116
|
+
"tslib": "2.6.3"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "9423bf8079f81ced949967337635de77faa31a7f"
|
|
119
119
|
}
|