@linzjs/lui 17.5.7 → 17.5.8
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +0 -1
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.5.8](https://github.com/linz/lui/compare/v17.5.7...v17.5.8) (2022-07-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* lui side panel responsive text ([#703](https://github.com/linz/lui/issues/703)) ([97ea6dc](https://github.com/linz/lui/commit/97ea6dc0c952d9d26bc3a668ee1af0d5f620d9aa))
|
|
7
|
+
|
|
1
8
|
## [17.5.7](https://github.com/linz/lui/compare/v17.5.6...v17.5.7) (2022-07-03)
|
|
2
9
|
|
|
3
10
|
## [17.5.6](https://github.com/linz/lui/compare/v17.5.5...v17.5.6) (2022-07-01)
|
package/dist/index.js
CHANGED
|
@@ -60409,7 +60409,6 @@ var LuiSidePanelContainer = function (props) {
|
|
|
60409
60409
|
transition: 'width 0.2s ease',
|
|
60410
60410
|
boxShadow: '-0.1em 0 0.4em rgba(0, 0, 0, 0.2)',
|
|
60411
60411
|
padding: 0,
|
|
60412
|
-
whiteSpace: 'nowrap',
|
|
60413
60412
|
zIndex: 3,
|
|
60414
60413
|
} },
|
|
60415
60414
|
children && (React__default["default"].createElement("button", { type: "button", "data-testid": "close", onClick: onClose, style: {
|