@reltio/components 1.4.2025 → 1.4.2027

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/RCTree/styles.js CHANGED
@@ -234,7 +234,7 @@ export var useStyles = makeStyles(function (theme) { return ({
234
234
  display: 'flex',
235
235
  minHeight: '28px',
236
236
  zIndex: 0,
237
- '&:hover': {
237
+ '&:hover:not(:has([data-rcTree-disable-hover="true"]))': {
238
238
  backgroundColor: 'rgba(0,0,0,0.06)'
239
239
  }
240
240
  },
@@ -279,6 +279,9 @@ export var useStyles = makeStyles(function (theme) { return ({
279
279
  '.rc-tree-list-holder': {
280
280
  height: '100%'
281
281
  },
282
+ '.rc-tree-list-holder-inner': {
283
+ minWidth: 'fit-content'
284
+ },
282
285
  '.rc-tree-list-scrollbar-vertical': {
283
286
  width: '6px !important'
284
287
  },
@@ -237,7 +237,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
237
237
  display: 'flex',
238
238
  minHeight: '28px',
239
239
  zIndex: 0,
240
- '&:hover': {
240
+ '&:hover:not(:has([data-rcTree-disable-hover="true"]))': {
241
241
  backgroundColor: 'rgba(0,0,0,0.06)'
242
242
  }
243
243
  },
@@ -282,6 +282,9 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
282
282
  '.rc-tree-list-holder': {
283
283
  height: '100%'
284
284
  },
285
+ '.rc-tree-list-holder-inner': {
286
+ minWidth: 'fit-content'
287
+ },
285
288
  '.rc-tree-list-scrollbar-vertical': {
286
289
  width: '6px !important'
287
290
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2025",
3
+ "version": "1.4.2027",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -52,7 +52,7 @@
52
52
  "prop-types": "^15.6.2",
53
53
  "ramda": "^0.28.0",
54
54
  "react": "^17.0.2",
55
- "react-components": "bitbucket:reltio-ondemand/react-components#v4.2.3",
55
+ "react-components": "bitbucket:reltio-ondemand/react-components#v4.2.5",
56
56
  "react-resize-detector": "^9.1.1",
57
57
  "ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
58
58
  },