@nethru/ui 2.0.13 → 2.0.14

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/base/Alert.js CHANGED
@@ -12,11 +12,11 @@ const Alert = /*#__PURE__*/forwardRef(({
12
12
  ref: ref,
13
13
  ...props,
14
14
  children: [/*#__PURE__*/_jsx(Box, {
15
- whiteSpace: "pre",
15
+ whiteSpace: "pre-wrap",
16
16
  children: unescape(children)
17
17
  }), subcontent && /*#__PURE__*/_jsx(Box, {
18
18
  className: "MuiAlert-subcontent",
19
- whiteSpace: "pre",
19
+ whiteSpace: "pre-wrap",
20
20
  children: unescape(subcontent)
21
21
  })]
22
22
  });
@@ -10,6 +10,7 @@ const HelpTooltipIcon = /*#__PURE__*/forwardRef(({
10
10
  return /*#__PURE__*/_jsx(Tooltip, {
11
11
  ref: ref,
12
12
  title: tooltip,
13
+ ...props,
13
14
  children: /*#__PURE__*/_jsx(IconButton, {
14
15
  size: "small",
15
16
  onClick: onClick,
@@ -145,5 +145,6 @@ const asideStyles = {
145
145
  flexGrow: 1,
146
146
  backgroundColor: blueGrey.frameBg,
147
147
  padding: '6px 16px 6px 10px',
148
+ overflowX: 'hidden',
148
149
  zIndex: 'var(--aside-zindex)'
149
150
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "main": "base/index.js",
5
5
  "files": [
6
6
  "/base"