@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/dist/lui.esm.js CHANGED
@@ -60330,17 +60330,17 @@ var LuiSidePanelContainer = function (props) {
60330
60330
  width: children ? width !== null && width !== void 0 ? width : '50%' : '0%',
60331
60331
  transition: 'width 0.2s ease',
60332
60332
  boxShadow: '-0.1em 0 0.4em rgba(0, 0, 0, 0.2)',
60333
- padding: children ? '0px 20px 0px 20px' : 0,
60333
+ padding: 0,
60334
60334
  whiteSpace: 'nowrap',
60335
60335
  zIndex: 3,
60336
60336
  } },
60337
60337
  children && (React__default.createElement("button", { type: "button", "data-testid": "close", onClick: onClose, style: {
60338
60338
  color: '#5e5e61',
60339
60339
  position: 'absolute',
60340
- right: 1,
60341
- background: 'white',
60340
+ right: 15,
60341
+ top: 14,
60342
+ background: '#e2f3f7',
60342
60343
  border: 'none',
60343
- padding: 10,
60344
60344
  display: 'flex',
60345
60345
  cursor: 'pointer',
60346
60346
  borderBottomLeftRadius: '5px',