@xapp/form-widget 1.72.2 → 1.72.3
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/Button/Button.stories.d.ts +1 -1
- package/dist/components/Card/Card.stories.d.ts +1 -1
- package/dist/components/Cards/Cards.stories.d.ts +1 -1
- package/dist/components/Carousel/Carousel.stories.d.ts +1 -1
- package/dist/components/ChatButton/ChatButton.stories.d.ts +1 -1
- package/dist/components/Form/Form.stories.d.ts +1 -1
- package/dist/components/FormFieldChips/FormFieldChips.d.ts +0 -0
- package/dist/components/FormFieldChips/FormFieldChips.stories.d.ts +5 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +4 -0
- package/dist/components/FormWidget/FormWidget.stories.d.ts +1 -1
- package/dist/components/IconLabel/IconLabel.stories.d.ts +1 -1
- package/dist/components/LinkButton/LinkButton.stories.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -1
- package/dist/components/SearchResponse/SearchResponse.stories.d.ts +1 -1
- package/dist/components/SearchResponseAudio/SearchResponseAudio.stories.d.ts +1 -1
- package/dist/components/SearchResponseBubble/SearchResponseBubble.stories.d.ts +1 -1
- package/dist/components/SearchResponseCarouselDisplay/SearchResponseCarouselDisplay.stories.d.ts +1 -1
- package/dist/components/SearchResponseFormDisplay/model.d.ts +0 -0
- package/dist/components/SearchResponseHtml/SearchResponseHtml.stories.d.ts +1 -1
- package/dist/components/SearchResponseListDisplay/SearchResponseListDisplay.stories.d.ts +1 -1
- package/dist/components/SearchResponseOutputSpeech/SearchResponseOutputSpeech.stories.d.ts +1 -1
- package/dist/components/SearchResponseText/SearchResponseText.stories.d.ts +1 -1
- package/dist/components/SearchResult/SearchResult.stories.d.ts +1 -1
- package/dist/components/SuggestedAction/SuggestedAction.stories.d.ts +1 -1
- package/dist/components/SuggestedActions/SuggestedActions.stories.d.ts +1 -1
- package/dist/components/icons/Icon.stories.d.ts +1 -1
- package/dist/index.es.js +68 -68
- package/dist/index.es.js.map +1 -1
- package/dist/xapp-form-widget.css +19 -19
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +16 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xapp/form-widget",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.3",
|
|
4
4
|
"description": "Form Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -42,15 +42,14 @@
|
|
|
42
42
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "7.24.9",
|
|
45
|
-
"@chromatic-com/storybook": "
|
|
45
|
+
"@chromatic-com/storybook": "1.6.1",
|
|
46
46
|
"@rollup/plugin-commonjs": "26.0.1",
|
|
47
47
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
48
|
-
"@storybook/addon-actions": "
|
|
49
|
-
"@storybook/addon-essentials": "
|
|
50
|
-
"@storybook/addon-links": "
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/react": "
|
|
53
|
-
"@storybook/react-webpack5": "8.2.5",
|
|
48
|
+
"@storybook/addon-actions": "7.6.20",
|
|
49
|
+
"@storybook/addon-essentials": "7.6.20",
|
|
50
|
+
"@storybook/addon-links": "7.6.20",
|
|
51
|
+
"@storybook/react": "7.6.20",
|
|
52
|
+
"@storybook/react-webpack5": "7.6.20",
|
|
54
53
|
"@types/enzyme": "3.10.18",
|
|
55
54
|
"@types/jest": "27.5.2",
|
|
56
55
|
"@types/lodash.template": "4.5.3",
|
|
@@ -71,7 +70,7 @@
|
|
|
71
70
|
"eslint-plugin-flowtype": "8.0.3",
|
|
72
71
|
"eslint-plugin-import": "2.29.1",
|
|
73
72
|
"eslint-plugin-jsx-a11y": "6.9.0",
|
|
74
|
-
"eslint-plugin-react": "7.
|
|
73
|
+
"eslint-plugin-react": "7.35.0",
|
|
75
74
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
76
75
|
"jest": "29.7.0",
|
|
77
76
|
"postcss-loader": "6.2.1",
|
|
@@ -89,8 +88,8 @@
|
|
|
89
88
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
90
89
|
"sass": "1.77.8",
|
|
91
90
|
"sass-loader": "10.5.2",
|
|
92
|
-
"stentor-models": "1.59.
|
|
93
|
-
"storybook": "
|
|
91
|
+
"stentor-models": "1.59.85",
|
|
92
|
+
"storybook": "7.6.20",
|
|
94
93
|
"ts-jest": "29.2.3",
|
|
95
94
|
"typescript": "5.5.4"
|
|
96
95
|
},
|
|
@@ -108,15 +107,15 @@
|
|
|
108
107
|
"dependencies": {
|
|
109
108
|
"@emotion/react": "11.11.4",
|
|
110
109
|
"@emotion/styled": "11.11.5",
|
|
111
|
-
"@mui/icons-material": "5.16.
|
|
112
|
-
"@mui/material": "5.16.
|
|
113
|
-
"@mui/x-date-pickers": "6.20.
|
|
114
|
-
"@xapp/stentor-form-widget-channel": "1.72.
|
|
110
|
+
"@mui/icons-material": "5.16.5",
|
|
111
|
+
"@mui/material": "5.16.5",
|
|
112
|
+
"@mui/x-date-pickers": "6.20.2",
|
|
113
|
+
"@xapp/stentor-form-widget-channel": "1.72.3",
|
|
115
114
|
"autosuggest-highlight": "3.3.4",
|
|
116
115
|
"dayjs": "1.11.12",
|
|
117
116
|
"lodash.template": "4.5.0",
|
|
118
|
-
"stentor-guards": "1.59.
|
|
117
|
+
"stentor-guards": "1.59.85",
|
|
119
118
|
"tslib": "2.6.3"
|
|
120
119
|
},
|
|
121
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "b48eed70195987d9d2e6d68cf7dbf94e80da15f4"
|
|
122
121
|
}
|