vap1 0.5.9 → 0.6.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/components/Box/Box.js +1 -1
- package/package.json +1 -1
package/components/Box/Box.js
CHANGED
|
@@ -121,7 +121,7 @@ exports.Box = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
121
121
|
if (props.className)
|
|
122
122
|
clazz.push(props.className);
|
|
123
123
|
return clazz.join(' ');
|
|
124
|
-
}, [mode, collapsed]);
|
|
124
|
+
}, [mode, collapsed, props.className]);
|
|
125
125
|
var style = (0, react_1.useMemo)(function () {
|
|
126
126
|
var css = __assign({}, props.style);
|
|
127
127
|
if (mode == 'inner') {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"vap1","version":"0.
|
|
1
|
+
{"name":"vap1","version":"0.6.0","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}
|