@alifd/chat 0.3.33-beta.3 → 0.3.33-beta.4
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/es/drawer/index.js +1 -1
- package/es/index.js +1 -1
- package/lib/drawer/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/drawer/index.js
CHANGED
|
@@ -17,7 +17,7 @@ const Drawer = forwardRef((_a, ref) => {
|
|
|
17
17
|
"border-bottom:": "1px solid var(--40gmM)"
|
|
18
18
|
};
|
|
19
19
|
return (React.createElement(NextDrawer, Object.assign({}, props, { v2: true, ref: ref, placement: placement, headerStyle: Object.assign(Object.assign({}, defaultHeaderStyle), headerStyle), className: cs(`${PREFIX_DEFAULT}drawer ${placement}`, className) }),
|
|
20
|
-
|
|
20
|
+
children,
|
|
21
21
|
footer && footer.length && React.createElement("div", { className: cs('draw-footer', footerClassName) }, footer)));
|
|
22
22
|
});
|
|
23
23
|
const DrawerWithSub = assignSubComponent(Drawer, {
|
package/es/index.js
CHANGED
|
@@ -32,4 +32,4 @@ export { default as CheckboxGroup } from './checkbox-group';
|
|
|
32
32
|
export { default as Select } from './select';
|
|
33
33
|
export { default as Flip } from './flip';
|
|
34
34
|
export { default as ToolStatus } from './tool-status';
|
|
35
|
-
export const version = '0.3.33-beta.
|
|
35
|
+
export const version = '0.3.33-beta.4';
|
package/lib/drawer/index.js
CHANGED
|
@@ -19,7 +19,7 @@ const Drawer = (0, react_1.forwardRef)((_a, ref) => {
|
|
|
19
19
|
"border-bottom:": "1px solid var(--40gmM)"
|
|
20
20
|
};
|
|
21
21
|
return (react_1.default.createElement(next_1.Drawer, Object.assign({}, props, { v2: true, ref: ref, placement: placement, headerStyle: Object.assign(Object.assign({}, defaultHeaderStyle), headerStyle), className: (0, classnames_1.default)(`${utils_1.PREFIX_DEFAULT}drawer ${placement}`, className) }),
|
|
22
|
-
|
|
22
|
+
children,
|
|
23
23
|
footer && footer.length && react_1.default.createElement("div", { className: (0, classnames_1.default)('draw-footer', footerClassName) }, footer)));
|
|
24
24
|
});
|
|
25
25
|
const DrawerWithSub = (0, utils_1.assignSubComponent)(Drawer, {
|
package/lib/index.js
CHANGED
|
@@ -70,4 +70,4 @@ var flip_1 = require("./flip");
|
|
|
70
70
|
Object.defineProperty(exports, "Flip", { enumerable: true, get: function () { return tslib_1.__importDefault(flip_1).default; } });
|
|
71
71
|
var tool_status_1 = require("./tool-status");
|
|
72
72
|
Object.defineProperty(exports, "ToolStatus", { enumerable: true, get: function () { return tslib_1.__importDefault(tool_status_1).default; } });
|
|
73
|
-
exports.version = '0.3.33-beta.
|
|
73
|
+
exports.version = '0.3.33-beta.4';
|