@reltio/components 1.4.943 → 1.4.944

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.
@@ -25,7 +25,8 @@ exports.useStyles = styles_1.makeStyles({
25
25
  marginRight: '-4px' // AttributesPager padding compensation
26
26
  },
27
27
  attributeValue: {
28
- flex: 1
28
+ flex: 1,
29
+ wordBreak: 'break-all'
29
30
  },
30
31
  updateAttribute: __assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, historyAppearance_1.historyPalettes[historyAppearance_1.HistoryOperations.updateAttribute]),
31
32
  insertAttribute: __assign({ width: 'fit-content' }, historyAppearance_1.historyPalettes[historyAppearance_1.HistoryOperations.insertAttribute]),
@@ -22,7 +22,8 @@ export var useStyles = makeStyles({
22
22
  marginRight: '-4px' // AttributesPager padding compensation
23
23
  },
24
24
  attributeValue: {
25
- flex: 1
25
+ flex: 1,
26
+ wordBreak: 'break-all'
26
27
  },
27
28
  updateAttribute: __assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, historyPalettes[HistoryOperations.updateAttribute]),
28
29
  insertAttribute: __assign({ width: 'fit-content' }, historyPalettes[HistoryOperations.insertAttribute]),
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.943",
3
+ "version": "1.4.944",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
7
7
  "dependencies": {
8
8
  "@date-io/moment": "^1.3.5",
9
9
  "@react-google-maps/api": "^2.7.0",
10
- "@reltio/mdm-module": "^1.4.943",
11
- "@reltio/mdm-sdk": "^1.4.943",
10
+ "@reltio/mdm-module": "^1.4.944",
11
+ "@reltio/mdm-sdk": "^1.4.944",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",