@doist/reactist 11.5.0 → 11.5.1
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/reactist.cjs.development.js +5 -3
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/new-components/modal/modal.js +4 -2
- package/es/new-components/modal/modal.js.map +1 -1
- package/es/new-components/modal/modal.module.css.js +1 -1
- package/lib/new-components/modal/modal.js +1 -1
- package/lib/new-components/modal/modal.js.map +1 -1
- package/lib/new-components/modal/modal.module.css.js +1 -1
- package/package.json +1 -1
- package/styles/modal.css +1 -1
- package/styles/modal.module.css.css +1 -1
- package/styles/reactist.css +1 -1
|
@@ -1665,7 +1665,7 @@ function TabAwareSlot(_ref5) {
|
|
|
1665
1665
|
}) : null;
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
|
-
var modules_8f59d13b = {"reach-portal":"
|
|
1668
|
+
var modules_8f59d13b = {"reach-portal":"_37bef8d8","fadein":"_77f9687f","fitContent":"bcc4e0a5","container":"d4832c2d","full":"b0c3b021","large":"_573d6aa5","medium":"_8550d996","small":"_43bb18f5","xlarge":"_57b4159d","overlay":"cb63f300","expand":"e741893e","buttonContainer":"bb1ce281","headerContent":"c5ef989c"};
|
|
1669
1669
|
|
|
1670
1670
|
var _excluded$n = ["isOpen", "onDismiss", "height", "width", "exceptionallySetClassName", "autoFocus", "children"],
|
|
1671
1671
|
_excluded2$2 = ["children", "button", "withDivider", "exceptionallySetClassName"],
|
|
@@ -1788,7 +1788,7 @@ function ModalHeader(_ref2) {
|
|
|
1788
1788
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Box, Object.assign({}, props, {
|
|
1789
1789
|
as: "header",
|
|
1790
1790
|
paddingLeft: "large",
|
|
1791
|
-
paddingRight:
|
|
1791
|
+
paddingRight: button === false || button === null ? 'large' : 'small',
|
|
1792
1792
|
paddingY: "small",
|
|
1793
1793
|
className: exceptionallySetClassName
|
|
1794
1794
|
}), /*#__PURE__*/React.createElement(Columns, {
|
|
@@ -1796,7 +1796,9 @@ function ModalHeader(_ref2) {
|
|
|
1796
1796
|
alignY: "center"
|
|
1797
1797
|
}, /*#__PURE__*/React.createElement(Column, {
|
|
1798
1798
|
width: "auto"
|
|
1799
|
-
}, children), button === false || button === null ?
|
|
1799
|
+
}, children), button === false || button === null ? /*#__PURE__*/React.createElement("div", {
|
|
1800
|
+
className: modules_8f59d13b.headerContent
|
|
1801
|
+
}) : /*#__PURE__*/React.createElement(Column, {
|
|
1800
1802
|
width: "content",
|
|
1801
1803
|
exceptionallySetClassName: modules_8f59d13b.buttonContainer,
|
|
1802
1804
|
"data-testid": "button-container"
|