cozy-ui 95.8.0 → 95.9.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [95.9.0](https://github.com/cozy/cozy-ui/compare/v95.8.0...v95.9.0) (2023-11-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add content push to IllustrationDialog ([4880f78](https://github.com/cozy/cozy-ui/commit/4880f78))
|
|
7
|
+
|
|
1
8
|
# [95.8.0](https://github.com/cozy/cozy-ui/compare/v95.7.0...v95.8.0) (2023-11-09)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@ const IllustrationDialog = props => {
|
|
|
46
46
|
/>
|
|
47
47
|
)}
|
|
48
48
|
<DialogContent {...dialogContentProps}>
|
|
49
|
-
<div className="dialogContentInner withFluidActions">
|
|
49
|
+
<div className="dialogContentInner withFluidActions u-pt-1-half">
|
|
50
50
|
{title && (
|
|
51
51
|
<div className="dialogTitleFluidContainer">
|
|
52
52
|
<DialogTitle
|
|
@@ -43,7 +43,7 @@ var IllustrationDialog = function IllustrationDialog(props) {
|
|
|
43
43
|
"data-testid": "modal-backclose-button-".concat(id),
|
|
44
44
|
onClick: onBackOrClose
|
|
45
45
|
}), /*#__PURE__*/React.createElement(DialogContent, dialogContentProps, /*#__PURE__*/React.createElement("div", {
|
|
46
|
-
className: "dialogContentInner withFluidActions"
|
|
46
|
+
className: "dialogContentInner withFluidActions u-pt-1-half"
|
|
47
47
|
}, title && /*#__PURE__*/React.createElement("div", {
|
|
48
48
|
className: "dialogTitleFluidContainer"
|
|
49
49
|
}, /*#__PURE__*/React.createElement(DialogTitle, _extends({}, dialogTitleProps, {
|