@linzjs/lui 17.45.0 → 17.45.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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.css +27 -0
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/LuiUpdateSplashModal/splashModal.scss +34 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.45.1](https://github.com/linz/lui/compare/v17.45.0...v17.45.1) (2023-03-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updating splash update modal styles ([#900](https://github.com/linz/lui/issues/900)) ([03efd9d](https://github.com/linz/lui/commit/03efd9d7f6f7734b26909c90fd37b268e030306d))
|
|
7
|
+
|
|
1
8
|
# [17.45.0](https://github.com/linz/lui/compare/v17.44.0...v17.45.0) (2023-03-22)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -42391,7 +42391,7 @@ var LuiUpdatesSplashModal = function (props) {
|
|
|
42391
42391
|
}
|
|
42392
42392
|
return (React__default["default"].createElement(Modal, { isOpen: props.enabled &&
|
|
42393
42393
|
showModal &&
|
|
42394
|
-
props.releaseVersion.trim() !== currentVersion, shouldCloseOnEsc: true, onRequestClose: handleClose, shouldCloseOnOverlayClick: true, contentLabel: "Recent updates", className: "lui-splash-content", overlayClassName: "splash_overlay" },
|
|
42394
|
+
props.releaseVersion.trim() !== currentVersion, shouldCloseOnEsc: true, onRequestClose: handleClose, shouldCloseOnOverlayClick: true, contentLabel: "Recent updates", className: "lui-splash-content lui-box-shadow", overlayClassName: "splash_overlay" },
|
|
42395
42395
|
React__default["default"].createElement("div", { className: clsx$1('lui-large-feature-notification', props.wrapperClass) },
|
|
42396
42396
|
React__default["default"].createElement("div", { className: "lui-feature-header" },
|
|
42397
42397
|
React__default["default"].createElement("h1", null, props.header),
|