@reltio/components 1.4.1438 → 1.4.1439

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.
@@ -70,7 +70,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
70
70
  letterSpacing: '0',
71
71
  lineHeight: '15px',
72
72
  textDecoration: 'none',
73
- paddingLeft: '8px'
73
+ paddingLeft: '8px',
74
+ wordBreak: 'break-word'
74
75
  },
75
76
  icon: {
76
77
  margin: 'auto 8px auto 0'
@@ -67,7 +67,8 @@ export var useStyles = makeStyles(function (theme) { return ({
67
67
  letterSpacing: '0',
68
68
  lineHeight: '15px',
69
69
  textDecoration: 'none',
70
- paddingLeft: '8px'
70
+ paddingLeft: '8px',
71
+ wordBreak: 'break-word'
71
72
  },
72
73
  icon: {
73
74
  margin: 'auto 8px auto 0'
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1438",
3
+ "version": "1.4.1439",
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.1438",
11
- "@reltio/mdm-sdk": "^1.4.1438",
10
+ "@reltio/mdm-module": "^1.4.1439",
11
+ "@reltio/mdm-sdk": "^1.4.1439",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",