@xapp/form-widget 1.72.4 → 1.74.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.stories.d.ts +1 -3
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.stories.d.ts +6 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +1 -0
- package/dist/components/FormWidget/FormWidget.stories.d.ts +0 -3
- package/dist/components/IconLabel/IconLabel.d.ts +0 -0
- package/dist/components/IconLabel/index.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +0 -0
- package/dist/components/SearchInput/SearchInputContainer.d.ts +0 -0
- package/dist/components/SearchInput/index.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconEmpty.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconFill.d.ts +0 -0
- package/dist/components/icons/MicIcons/index.d.ts +0 -0
- package/dist/config/form-widget-config.d.ts +0 -0
- package/dist/index.es.js +39 -39
- package/dist/index.es.js.map +1 -1
- package/dist/utils/useSuggestionsFetch.d.ts +0 -0
- package/dist/utils/useSuggestionsUrl.d.ts +0 -0
- package/dist/xapp-form-widget.css +5 -67
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/form-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.74.0",
|
|
4
4
|
"description": "Form Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@babel/core": "7.
|
|
45
|
-
"@chromatic-com/storybook": "1.
|
|
44
|
+
"@babel/core": "7.25.2",
|
|
45
|
+
"@chromatic-com/storybook": "1.8.0",
|
|
46
46
|
"@rollup/plugin-commonjs": "26.0.1",
|
|
47
47
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
48
48
|
"@storybook/addon-actions": "7.6.20",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/enzyme": "3.10.18",
|
|
54
54
|
"@types/jest": "27.5.2",
|
|
55
55
|
"@types/lodash.template": "4.5.3",
|
|
56
|
-
"@types/react": "18.3.
|
|
56
|
+
"@types/react": "18.3.4",
|
|
57
57
|
"@types/socket.io-client": "1.4.36",
|
|
58
58
|
"@types/store": "2.0.5",
|
|
59
59
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"postcss-loader": "6.2.1",
|
|
77
77
|
"postcss-modules": "6.0.0",
|
|
78
78
|
"prettier": "2.8.8",
|
|
79
|
-
"rollup": "4.
|
|
79
|
+
"rollup": "4.21.2",
|
|
80
80
|
"rollup-plugin-filesize": "10.0.0",
|
|
81
81
|
"rollup-plugin-inject-process-env": "1.3.1",
|
|
82
82
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
89
89
|
"sass": "1.77.8",
|
|
90
90
|
"sass-loader": "10.5.2",
|
|
91
|
-
"stentor-models": "1.59.
|
|
91
|
+
"stentor-models": "1.59.102",
|
|
92
92
|
"storybook": "7.6.20",
|
|
93
|
-
"ts-jest": "29.2.
|
|
93
|
+
"ts-jest": "29.2.5",
|
|
94
94
|
"typescript": "5.5.4"
|
|
95
95
|
},
|
|
96
96
|
"files": [
|
|
@@ -105,17 +105,17 @@
|
|
|
105
105
|
"stentor-models": "1.X"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@emotion/react": "11.
|
|
109
|
-
"@emotion/styled": "11.
|
|
110
|
-
"@mui/icons-material": "5.16.
|
|
111
|
-
"@mui/material": "5.16.
|
|
108
|
+
"@emotion/react": "11.13.3",
|
|
109
|
+
"@emotion/styled": "11.13.0",
|
|
110
|
+
"@mui/icons-material": "5.16.7",
|
|
111
|
+
"@mui/material": "5.16.7",
|
|
112
112
|
"@mui/x-date-pickers": "6.20.2",
|
|
113
|
-
"@xapp/stentor-form-widget-channel": "1.
|
|
113
|
+
"@xapp/stentor-form-widget-channel": "1.74.0",
|
|
114
114
|
"autosuggest-highlight": "3.3.4",
|
|
115
|
-
"dayjs": "1.11.
|
|
115
|
+
"dayjs": "1.11.13",
|
|
116
116
|
"lodash.template": "4.5.0",
|
|
117
|
-
"stentor-guards": "1.59.
|
|
118
|
-
"tslib": "2.
|
|
117
|
+
"stentor-guards": "1.59.102",
|
|
118
|
+
"tslib": "2.7.0"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "6e8693fc9f937a437cfd1b2d6fb1f726c75bff4e"
|
|
121
121
|
}
|