@xapp/form-widget 1.76.1 → 1.78.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/FormDisplay/FormDisplay.stories.d.ts +1 -0
- package/dist/components/FormFieldCard/FormFieldCard.stories.d.ts +1 -0
- package/dist/components/FormFieldChips/FormFieldChips.stories.d.ts +1 -0
- package/dist/components/FormFieldChips/FormFieldSelect.stories.d.ts +9 -0
- package/dist/index.es.js +63 -70
- package/dist/index.es.js.map +1 -1
- package/dist/stories/default-form-service-options-zip-code-service-area.d.ts +2 -0
- package/dist/utils/__test__/extractZipFromAddress.test.d.ts +1 -0
- package/dist/utils/__test__/isInServiceArea.test.d.ts +2 -0
- package/dist/utils/comparator.d.ts +0 -0
- package/dist/utils/extractZipFromAddress.d.ts +0 -0
- package/dist/utils/isInServiceArea.d.ts +0 -0
- package/dist/xapp-form-widget.css +1 -0
- package/dist/xapp-form-widget.js +11 -9
- 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.78.0",
|
|
4
4
|
"description": "Form Widget",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/XappMedia/chat-widget#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@babel/core": "7.
|
|
44
|
+
"@babel/core": "7.28.3",
|
|
45
45
|
"@chromatic-com/storybook": "1.9.0",
|
|
46
46
|
"@rollup/plugin-commonjs": "26.0.3",
|
|
47
47
|
"@rollup/plugin-node-resolve": "15.3.1",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/enzyme": "3.10.19",
|
|
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.24",
|
|
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",
|
|
@@ -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",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"postcss-loader": "6.2.1",
|
|
77
77
|
"postcss-modules": "6.0.1",
|
|
78
78
|
"prettier": "2.8.8",
|
|
79
|
-
"rollup": "4.
|
|
79
|
+
"rollup": "4.43.0",
|
|
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",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"rollup-plugin-terser": "7.0.2",
|
|
87
87
|
"rollup-plugin-typescript2": "0.36.0",
|
|
88
88
|
"rollup-plugin-visualizer": "5.14.0",
|
|
89
|
-
"sass": "1.
|
|
89
|
+
"sass": "1.89.2",
|
|
90
90
|
"sass-loader": "10.5.2",
|
|
91
|
-
"stentor-models": "1.
|
|
91
|
+
"stentor-models": "1.61.9",
|
|
92
92
|
"storybook": "7.6.20",
|
|
93
|
-
"ts-jest": "29.
|
|
93
|
+
"ts-jest": "29.4.1",
|
|
94
94
|
"typescript": "5.8.3"
|
|
95
95
|
},
|
|
96
96
|
"files": [
|
|
@@ -104,16 +104,16 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@emotion/react": "11.14.0",
|
|
107
|
-
"@emotion/styled": "11.14.
|
|
108
|
-
"@mui/icons-material": "7.1.
|
|
109
|
-
"@mui/material": "7.1.
|
|
110
|
-
"@mui/x-date-pickers": "7.
|
|
111
|
-
"@xapp/stentor-form-widget-channel": "1.
|
|
107
|
+
"@emotion/styled": "11.14.1",
|
|
108
|
+
"@mui/icons-material": "7.1.2",
|
|
109
|
+
"@mui/material": "7.1.2",
|
|
110
|
+
"@mui/x-date-pickers": "7.29.4",
|
|
111
|
+
"@xapp/stentor-form-widget-channel": "1.78.0",
|
|
112
112
|
"autosuggest-highlight": "3.3.4",
|
|
113
113
|
"dayjs": "1.11.13",
|
|
114
114
|
"lodash.template": "4.5.0",
|
|
115
|
-
"stentor-guards": "1.
|
|
115
|
+
"stentor-guards": "1.61.9",
|
|
116
116
|
"tslib": "2.8.1"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "27f3f3725452f551a64e731fe1a90963cc4f7a90"
|
|
119
119
|
}
|