@linzjs/lui 17.3.1 → 17.3.2
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/README.md +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +4 -4
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.3.2](https://github.com/linz/lui/compare/v17.3.1...v17.3.2) (2022-05-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* SidePanel trigger fixes ([#686](https://github.com/linz/lui/issues/686)) ([7720315](https://github.com/linz/lui/commit/772031526ef003ed2ccea2dcde8b80b5cb0ffa41))
|
|
7
|
+
|
|
1
8
|
## [17.3.1](https://github.com/linz/lui/compare/v17.3.0...v17.3.1) (2022-05-26)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -60358,17 +60358,17 @@ var LuiSidePanelContainer = function (props) {
|
|
|
60358
60358
|
width: children ? width !== null && width !== void 0 ? width : '50%' : '0%',
|
|
60359
60359
|
transition: 'width 0.2s ease',
|
|
60360
60360
|
boxShadow: '-0.1em 0 0.4em rgba(0, 0, 0, 0.2)',
|
|
60361
|
-
padding:
|
|
60361
|
+
padding: 0,
|
|
60362
60362
|
whiteSpace: 'nowrap',
|
|
60363
60363
|
zIndex: 3,
|
|
60364
60364
|
} },
|
|
60365
60365
|
children && (React__default["default"].createElement("button", { type: "button", "data-testid": "close", onClick: onClose, style: {
|
|
60366
60366
|
color: '#5e5e61',
|
|
60367
60367
|
position: 'absolute',
|
|
60368
|
-
right:
|
|
60369
|
-
|
|
60368
|
+
right: 15,
|
|
60369
|
+
top: 14,
|
|
60370
|
+
background: '#e2f3f7',
|
|
60370
60371
|
border: 'none',
|
|
60371
|
-
padding: 10,
|
|
60372
60372
|
display: 'flex',
|
|
60373
60373
|
cursor: 'pointer',
|
|
60374
60374
|
borderBottomLeftRadius: '5px',
|