@arcblock/ux 2.4.51 → 2.4.53
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.
@@ -227,7 +227,7 @@ function DashboardWrapper(_ref4) {
|
|
227
227
|
|
228
228
|
DashboardWrapper.propTypes = _objectSpread(_objectSpread({}, Dashboard.propTypes), {}, {
|
229
229
|
legacy: _propTypes.default.bool,
|
230
|
-
footerProps: _Footer.default.propTypes
|
230
|
+
footerProps: _propTypes.default.shape(_Footer.default.propTypes)
|
231
231
|
});
|
232
232
|
DashboardWrapper.defaultProps = _objectSpread(_objectSpread({}, Dashboard.defaultProps), {}, {
|
233
233
|
legacy: true
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.53",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -47,11 +47,11 @@
|
|
47
47
|
"react": ">=18.1.0",
|
48
48
|
"react-ga": "^2.7.0"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "f34bc4afc3b072006de313bf0740c74e204d27c4",
|
51
51
|
"dependencies": {
|
52
52
|
"@arcblock/did-motif": "^1.1.10",
|
53
|
-
"@arcblock/icons": "^2.4.
|
54
|
-
"@arcblock/react-hooks": "^2.4.
|
53
|
+
"@arcblock/icons": "^2.4.53",
|
54
|
+
"@arcblock/react-hooks": "^2.4.53",
|
55
55
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
56
56
|
"@emotion/react": "^11.10.4",
|
57
57
|
"@emotion/styled": "^11.10.4",
|
@@ -196,7 +196,7 @@ export default function DashboardWrapper({ legacy, ...rest }) {
|
|
196
196
|
DashboardWrapper.propTypes = {
|
197
197
|
...Dashboard.propTypes,
|
198
198
|
legacy: PropTypes.bool,
|
199
|
-
footerProps: Footer.propTypes,
|
199
|
+
footerProps: PropTypes.shape(Footer.propTypes),
|
200
200
|
};
|
201
201
|
|
202
202
|
DashboardWrapper.defaultProps = {
|