@reltio/components 1.4.2156 → 1.4.2157

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.
Files changed (63) hide show
  1. package/BarChart/helpers.js +3 -0
  2. package/ChartLegend/styles.js +2 -1
  3. package/ChartTooltip/styles.js +2 -1
  4. package/CollaborationItem/components/CommentTarget/styles.js +2 -1
  5. package/ComplexAttributeLabel/styles.js +2 -1
  6. package/DefaultCellValueRenderer/styles.js +1 -1
  7. package/EditModeComplexAttribute/styles.js +2 -1
  8. package/EntitySelector/components/EntityOption/styles.js +1 -1
  9. package/HOCs/withFilter/components/FilterChip/styles.js +1 -1
  10. package/HOCs/withReactSelectMuiSkin/styles.js +2 -1
  11. package/HierarchyNodeTitle/styles.js +1 -1
  12. package/InlineSimpleAttribute/styles.js +2 -1
  13. package/PivotingTooltip/components/PivotingTooltipContent/styles.js +2 -1
  14. package/PivotingTooltip/styles.js +2 -1
  15. package/ProfileBand/styles.js +4 -1
  16. package/ProfileCard/components/ProfileCardContent/styles.js +2 -2
  17. package/ProfilesList/styles.js +6 -3
  18. package/ReadOnlyComplexAttribute/styles.js +2 -1
  19. package/SimpleAttribute/styles.js +2 -1
  20. package/TableWithBars/components/AttributeCellRenderer/styles.js +1 -1
  21. package/TypeaheadEditor/styles.js +2 -1
  22. package/ValueChip/styles.js +1 -1
  23. package/cjs/BarChart/helpers.js +3 -0
  24. package/cjs/ChartLegend/styles.js +2 -1
  25. package/cjs/ChartTooltip/styles.js +2 -1
  26. package/cjs/CollaborationItem/components/CommentTarget/styles.js +2 -1
  27. package/cjs/ComplexAttributeLabel/styles.js +2 -1
  28. package/cjs/DefaultCellValueRenderer/styles.js +1 -1
  29. package/cjs/EditModeComplexAttribute/styles.js +2 -1
  30. package/cjs/EntitySelector/components/EntityOption/styles.js +1 -1
  31. package/cjs/HOCs/withFilter/components/FilterChip/styles.js +1 -1
  32. package/cjs/HOCs/withReactSelectMuiSkin/styles.js +2 -1
  33. package/cjs/HierarchyNodeTitle/styles.js +1 -1
  34. package/cjs/InlineSimpleAttribute/styles.js +2 -1
  35. package/cjs/PivotingTooltip/components/PivotingTooltipContent/styles.js +2 -1
  36. package/cjs/PivotingTooltip/styles.js +2 -1
  37. package/cjs/ProfileBand/styles.js +4 -1
  38. package/cjs/ProfileCard/components/ProfileCardContent/styles.js +2 -2
  39. package/cjs/ProfilesList/styles.js +6 -3
  40. package/cjs/ReadOnlyComplexAttribute/styles.js +2 -1
  41. package/cjs/SimpleAttribute/styles.js +2 -1
  42. package/cjs/TableWithBars/components/AttributeCellRenderer/styles.js +1 -1
  43. package/cjs/TypeaheadEditor/styles.js +2 -1
  44. package/cjs/ValueChip/styles.js +1 -1
  45. package/cjs/constants/theme.d.ts +5 -0
  46. package/cjs/constants/theme.js +5 -0
  47. package/cjs/features/activity-log/ActivitiesFactory/components/SimpleActivity/styles.js +2 -1
  48. package/cjs/features/activity-log/EntityObject/styles.js +1 -0
  49. package/cjs/features/activity-log/Field/styles.js +2 -1
  50. package/cjs/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/styles.js +2 -1
  51. package/cjs/features/activity-log/RelationObject/styles.js +2 -1
  52. package/cjs/features/workflow/AttributesChanges/components/DiffRenderer/styles.js +2 -1
  53. package/cjs/features/workflow/AttributesChanges/styles.js +2 -1
  54. package/constants/theme.d.ts +5 -0
  55. package/constants/theme.js +5 -0
  56. package/features/activity-log/ActivitiesFactory/components/SimpleActivity/styles.js +2 -1
  57. package/features/activity-log/EntityObject/styles.js +1 -0
  58. package/features/activity-log/Field/styles.js +2 -1
  59. package/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/styles.js +2 -1
  60. package/features/activity-log/RelationObject/styles.js +2 -1
  61. package/features/workflow/AttributesChanges/components/DiffRenderer/styles.js +2 -1
  62. package/features/workflow/AttributesChanges/styles.js +2 -1
  63. package/package.json +1 -1
@@ -18,6 +18,9 @@ export var getBarChartSettings = function (_a) {
18
18
  fill: '#000',
19
19
  opacity: '0.54'
20
20
  },
21
+ tickFormatter: function (value, _index) {
22
+ return typeof value === 'string' ? value.replace(/ /g, '\u00A0') : value;
23
+ },
21
24
  angle: isLabelRotated ? -45 : 0,
22
25
  textAnchor: isLabelRotated ? 'end' : 'middle',
23
26
  stroke: '#666'
@@ -22,7 +22,8 @@ export var useStyles = makeStyles({
22
22
  alignItems: 'baseline',
23
23
  '&:not(:last-child)': {
24
24
  marginRight: 10
25
- }
25
+ },
26
+ whiteSpace: 'break-spaces'
26
27
  },
27
28
  itemColor: {
28
29
  width: 12,
@@ -14,7 +14,8 @@ export var useStyles = makeStyles({
14
14
  }
15
15
  },
16
16
  tooltipTitle: {
17
- fontWeight: 500
17
+ fontWeight: 500,
18
+ whiteSpace: 'break-spaces'
18
19
  },
19
20
  tooltipValue: {
20
21
  fontWeight: 'normal'
@@ -15,6 +15,7 @@ export var useStyles = makeStyles(function (theme) { return ({
15
15
  },
16
16
  link: {
17
17
  color: theme.palette.primary.main,
18
- textDecoration: 'none'
18
+ textDecoration: 'none',
19
+ whiteSpace: 'break-spaces'
19
20
  }
20
21
  }); });
@@ -5,6 +5,7 @@ export var useStyles = makeStyles(function () { return ({
5
5
  lineHeight: '15px',
6
6
  letterSpacing: 'normal',
7
7
  marginLeft: '2px',
8
- marginRight: '8px'
8
+ marginRight: '8px',
9
+ whiteSpace: 'break-spaces'
9
10
  }
10
11
  }); });
@@ -1,7 +1,7 @@
1
1
  import { makeStyles } from '@mui/styles';
2
2
  export var useStyles = makeStyles({
3
3
  defaultWrapper: {
4
- whiteSpace: 'nowrap',
4
+ whiteSpace: 'pre',
5
5
  overflow: 'hidden',
6
6
  textOverflow: 'ellipsis',
7
7
  padding: '15px 25px 0 25px'
@@ -1,7 +1,8 @@
1
1
  import { makeStyles } from '@mui/styles';
2
2
  export var useStyles = makeStyles(function (theme) { return ({
3
3
  complexWrapper: {
4
- position: 'relative'
4
+ position: 'relative',
5
+ whiteSpace: 'break-spaces'
5
6
  },
6
7
  editor: {
7
8
  display: 'flex',
@@ -18,7 +18,7 @@ export var useStyles = makeStyles({
18
18
  lineHeight: '15px',
19
19
  textOverflow: 'ellipsis',
20
20
  overflow: 'hidden',
21
- whiteSpace: 'nowrap'
21
+ whiteSpace: 'pre'
22
22
  },
23
23
  emptyEntityLabel: {
24
24
  height: '15px',
@@ -14,7 +14,7 @@ export var useStyles = makeStyles({
14
14
  color: 'rgba(0,0,0,0.87)',
15
15
  flex: 1,
16
16
  overflow: 'hidden',
17
- whiteSpace: 'nowrap',
17
+ whiteSpace: 'pre',
18
18
  textOverflow: 'ellipsis'
19
19
  },
20
20
  'filter-chip__option-label': {
@@ -62,6 +62,7 @@ export var useStyles = makeStyles(function (theme) { return ({
62
62
  display: 'block',
63
63
  width: '100%',
64
64
  textOverflow: 'ellipsis',
65
- overflow: 'hidden'
65
+ overflow: 'hidden',
66
+ whiteSpace: 'pre'
66
67
  }
67
68
  }); });
@@ -5,7 +5,7 @@ export var useStyles = makeStyles(function (theme) { return ({
5
5
  color: theme.palette.primary.main,
6
6
  lineHeight: '15px',
7
7
  wordBreak: 'break-word',
8
- whiteSpace: 'normal'
8
+ whiteSpace: 'break-spaces'
9
9
  },
10
10
  selected: {
11
11
  fontWeight: 'bold'
@@ -42,7 +42,8 @@ export var useStyles = makeStyles(function () { return ({
42
42
  marginLeft: '16px',
43
43
  padding: '6px 0',
44
44
  lineHeight: '14px',
45
- width: 'calc(100% - 71px)'
45
+ width: 'calc(100% - 71px)',
46
+ whiteSpace: 'break-spaces'
46
47
  },
47
48
  actions: function (_a) {
48
49
  var hasMasking = _a.hasMasking;
@@ -68,7 +68,8 @@ export var useStyles = makeStyles(function (theme) { return ({
68
68
  lineHeight: '15px',
69
69
  textDecoration: 'none',
70
70
  paddingLeft: '8px',
71
- wordBreak: 'break-word'
71
+ wordBreak: 'break-word',
72
+ whiteSpace: 'break-spaces'
72
73
  },
73
74
  seeAllButton: {
74
75
  cursor: 'pointer'
@@ -9,7 +9,8 @@ export var useStyles = makeStyles(function (theme) { return ({
9
9
  content: {
10
10
  color: theme.palette.primary.main,
11
11
  cursor: 'pointer',
12
- lineHeight: '16px'
12
+ lineHeight: '16px',
13
+ whiteSpace: 'break-spaces'
13
14
  }
14
15
  }); });
15
16
  export var usePivotingTooltipStyles = makeStyles({
@@ -39,6 +39,7 @@ export var useStyles = makeStyles(function (theme) { return ({
39
39
  letterSpacing: '0.25px',
40
40
  color: theme.palette.text.primary,
41
41
  wordBreak: 'break-word',
42
+ whiteSpace: 'break-spaces',
42
43
  '&+ $specialInfo': {
43
44
  marginTop: '4px'
44
45
  }
@@ -50,6 +51,7 @@ export var useStyles = makeStyles(function (theme) { return ({
50
51
  lineHeight: '16px',
51
52
  fontSize: '14px',
52
53
  fontWeight: 400,
54
+ whiteSpace: 'break-spaces',
53
55
  '&+ $businessCard': {
54
56
  marginLeft: '12px'
55
57
  }
@@ -59,7 +61,8 @@ export var useStyles = makeStyles(function (theme) { return ({
59
61
  display: 'inline-flex',
60
62
  fontSize: '14px',
61
63
  marginTop: '4px',
62
- lineHeight: '1.2'
64
+ lineHeight: '1.2',
65
+ whiteSpace: 'break-spaces'
63
66
  },
64
67
  specialInfo: {
65
68
  display: 'flex',
@@ -13,7 +13,7 @@ export var useStyles = makeStyles(function (theme) { return ({
13
13
  label: {
14
14
  textOverflow: 'ellipsis',
15
15
  overflow: 'hidden',
16
- whiteSpace: 'nowrap',
16
+ whiteSpace: 'pre',
17
17
  fontWeight: 400,
18
18
  fontSize: '13px',
19
19
  lineHeight: '15px',
@@ -25,7 +25,7 @@ export var useStyles = makeStyles(function (theme) { return ({
25
25
  fontSize: '10px',
26
26
  lineHeight: '12px',
27
27
  color: theme.palette.text.secondary,
28
- whiteSpace: 'nowrap',
28
+ whiteSpace: 'pre',
29
29
  overflow: 'hidden',
30
30
  textOverflow: 'ellipsis'
31
31
  },
@@ -78,13 +78,16 @@ export var useStyles = makeStyles(function (theme) {
78
78
  fontWeight: 500,
79
79
  color: theme.palette.primary.main,
80
80
  marginRight: '17px',
81
- textDecoration: 'none'
81
+ textDecoration: 'none',
82
+ whiteSpace: 'break-spaces'
82
83
  },
83
84
  secondaryLabel: {
84
- marginRight: '12px'
85
+ marginRight: '12px',
86
+ whiteSpace: 'break-spaces'
85
87
  },
86
88
  businessCard: {
87
- color: 'rgba(0, 0, 0, 0.54)'
89
+ color: 'rgba(0, 0, 0, 0.54)',
90
+ whiteSpace: 'break-spaces'
88
91
  },
89
92
  secondRow: {
90
93
  display: 'flex',
@@ -12,7 +12,8 @@ export var useStyles = makeStyles(function (theme) { return ({
12
12
  fontSize: '13px',
13
13
  lineHeight: '16px',
14
14
  letterSpacing: 'normal',
15
- marginLeft: '2px'
15
+ marginLeft: '2px',
16
+ whiteSpace: 'break-spaces'
16
17
  },
17
18
  spacer: {
18
19
  flex: 1
@@ -23,7 +23,8 @@ export var useStyles = makeStyles(function (theme) { return ({
23
23
  },
24
24
  attributeValue: {
25
25
  verticalAlign: 'middle',
26
- wordBreak: 'break-all'
26
+ wordBreak: 'break-all',
27
+ whiteSpace: 'break-spaces'
27
28
  },
28
29
  updateAttribute: __assign(__assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, historyPalettes[HistoryOperations.updateAttribute]), { '& > a': {
29
30
  color: historyPalettes[HistoryOperations.updateAttribute].color
@@ -15,7 +15,7 @@ export var useStyles = makeStyles(function (theme) { return ({
15
15
  fontSize: '13px',
16
16
  fontWeight: 'normal',
17
17
  lineHeight: '15px',
18
- whiteSpace: 'nowrap',
18
+ whiteSpace: 'pre',
19
19
  overflow: 'hidden',
20
20
  display: 'flex',
21
21
  alignItems: 'center',
@@ -23,7 +23,8 @@ export var useStyles = makeStyles({
23
23
  suggestionsItemText: {
24
24
  overflow: 'hidden',
25
25
  textOverflow: 'ellipsis',
26
- display: 'block'
26
+ display: 'block',
27
+ whiteSpace: 'pre'
27
28
  },
28
29
  inputRoot: {
29
30
  color: 'rgba(0,0,0,0.87)',
@@ -27,7 +27,7 @@ export var useStyles = makeStyles(function (theme) { return ({
27
27
  label: {
28
28
  overflow: 'hidden',
29
29
  textOverflow: 'ellipsis',
30
- whiteSpace: 'nowrap'
30
+ whiteSpace: 'pre'
31
31
  },
32
32
  count: {
33
33
  color: theme.palette.text.secondary,
@@ -21,6 +21,9 @@ var getBarChartSettings = function (_a) {
21
21
  fill: '#000',
22
22
  opacity: '0.54'
23
23
  },
24
+ tickFormatter: function (value, _index) {
25
+ return typeof value === 'string' ? value.replace(/ /g, '\u00A0') : value;
26
+ },
24
27
  angle: isLabelRotated ? -45 : 0,
25
28
  textAnchor: isLabelRotated ? 'end' : 'middle',
26
29
  stroke: '#666'
@@ -25,7 +25,8 @@ exports.useStyles = (0, styles_1.makeStyles)({
25
25
  alignItems: 'baseline',
26
26
  '&:not(:last-child)': {
27
27
  marginRight: 10
28
- }
28
+ },
29
+ whiteSpace: 'break-spaces'
29
30
  },
30
31
  itemColor: {
31
32
  width: 12,
@@ -17,7 +17,8 @@ exports.useStyles = (0, styles_1.makeStyles)({
17
17
  }
18
18
  },
19
19
  tooltipTitle: {
20
- fontWeight: 500
20
+ fontWeight: 500,
21
+ whiteSpace: 'break-spaces'
21
22
  },
22
23
  tooltipValue: {
23
24
  fontWeight: 'normal'
@@ -18,6 +18,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
18
18
  },
19
19
  link: {
20
20
  color: theme.palette.primary.main,
21
- textDecoration: 'none'
21
+ textDecoration: 'none',
22
+ whiteSpace: 'break-spaces'
22
23
  }
23
24
  }); });
@@ -8,6 +8,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function () { return ({
8
8
  lineHeight: '15px',
9
9
  letterSpacing: 'normal',
10
10
  marginLeft: '2px',
11
- marginRight: '8px'
11
+ marginRight: '8px',
12
+ whiteSpace: 'break-spaces'
12
13
  }
13
14
  }); });
@@ -4,7 +4,7 @@ exports.useStyles = void 0;
4
4
  var styles_1 = require("@mui/styles");
5
5
  exports.useStyles = (0, styles_1.makeStyles)({
6
6
  defaultWrapper: {
7
- whiteSpace: 'nowrap',
7
+ whiteSpace: 'pre',
8
8
  overflow: 'hidden',
9
9
  textOverflow: 'ellipsis',
10
10
  padding: '15px 25px 0 25px'
@@ -4,7 +4,8 @@ exports.useStyles = void 0;
4
4
  var styles_1 = require("@mui/styles");
5
5
  exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
6
6
  complexWrapper: {
7
- position: 'relative'
7
+ position: 'relative',
8
+ whiteSpace: 'break-spaces'
8
9
  },
9
10
  editor: {
10
11
  display: 'flex',
@@ -21,7 +21,7 @@ exports.useStyles = (0, styles_1.makeStyles)({
21
21
  lineHeight: '15px',
22
22
  textOverflow: 'ellipsis',
23
23
  overflow: 'hidden',
24
- whiteSpace: 'nowrap'
24
+ whiteSpace: 'pre'
25
25
  },
26
26
  emptyEntityLabel: {
27
27
  height: '15px',
@@ -17,7 +17,7 @@ exports.useStyles = (0, styles_1.makeStyles)({
17
17
  color: 'rgba(0,0,0,0.87)',
18
18
  flex: 1,
19
19
  overflow: 'hidden',
20
- whiteSpace: 'nowrap',
20
+ whiteSpace: 'pre',
21
21
  textOverflow: 'ellipsis'
22
22
  },
23
23
  'filter-chip__option-label': {
@@ -65,6 +65,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
65
65
  display: 'block',
66
66
  width: '100%',
67
67
  textOverflow: 'ellipsis',
68
- overflow: 'hidden'
68
+ overflow: 'hidden',
69
+ whiteSpace: 'pre'
69
70
  }
70
71
  }); });
@@ -8,7 +8,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
8
8
  color: theme.palette.primary.main,
9
9
  lineHeight: '15px',
10
10
  wordBreak: 'break-word',
11
- whiteSpace: 'normal'
11
+ whiteSpace: 'break-spaces'
12
12
  },
13
13
  selected: {
14
14
  fontWeight: 'bold'
@@ -45,7 +45,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function () { return ({
45
45
  marginLeft: '16px',
46
46
  padding: '6px 0',
47
47
  lineHeight: '14px',
48
- width: 'calc(100% - 71px)'
48
+ width: 'calc(100% - 71px)',
49
+ whiteSpace: 'break-spaces'
49
50
  },
50
51
  actions: function (_a) {
51
52
  var hasMasking = _a.hasMasking;
@@ -71,7 +71,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
71
71
  lineHeight: '15px',
72
72
  textDecoration: 'none',
73
73
  paddingLeft: '8px',
74
- wordBreak: 'break-word'
74
+ wordBreak: 'break-word',
75
+ whiteSpace: 'break-spaces'
75
76
  },
76
77
  seeAllButton: {
77
78
  cursor: 'pointer'
@@ -12,7 +12,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
12
12
  content: {
13
13
  color: theme.palette.primary.main,
14
14
  cursor: 'pointer',
15
- lineHeight: '16px'
15
+ lineHeight: '16px',
16
+ whiteSpace: 'break-spaces'
16
17
  }
17
18
  }); });
18
19
  exports.usePivotingTooltipStyles = (0, styles_1.makeStyles)({
@@ -42,6 +42,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
42
42
  letterSpacing: '0.25px',
43
43
  color: theme.palette.text.primary,
44
44
  wordBreak: 'break-word',
45
+ whiteSpace: 'break-spaces',
45
46
  '&+ $specialInfo': {
46
47
  marginTop: '4px'
47
48
  }
@@ -53,6 +54,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
53
54
  lineHeight: '16px',
54
55
  fontSize: '14px',
55
56
  fontWeight: 400,
57
+ whiteSpace: 'break-spaces',
56
58
  '&+ $businessCard': {
57
59
  marginLeft: '12px'
58
60
  }
@@ -62,7 +64,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
62
64
  display: 'inline-flex',
63
65
  fontSize: '14px',
64
66
  marginTop: '4px',
65
- lineHeight: '1.2'
67
+ lineHeight: '1.2',
68
+ whiteSpace: 'break-spaces'
66
69
  },
67
70
  specialInfo: {
68
71
  display: 'flex',
@@ -16,7 +16,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
16
16
  label: {
17
17
  textOverflow: 'ellipsis',
18
18
  overflow: 'hidden',
19
- whiteSpace: 'nowrap',
19
+ whiteSpace: 'pre',
20
20
  fontWeight: 400,
21
21
  fontSize: '13px',
22
22
  lineHeight: '15px',
@@ -28,7 +28,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
28
28
  fontSize: '10px',
29
29
  lineHeight: '12px',
30
30
  color: theme.palette.text.secondary,
31
- whiteSpace: 'nowrap',
31
+ whiteSpace: 'pre',
32
32
  overflow: 'hidden',
33
33
  textOverflow: 'ellipsis'
34
34
  },
@@ -81,13 +81,16 @@ exports.useStyles = (0, styles_2.makeStyles)(function (theme) {
81
81
  fontWeight: 500,
82
82
  color: theme.palette.primary.main,
83
83
  marginRight: '17px',
84
- textDecoration: 'none'
84
+ textDecoration: 'none',
85
+ whiteSpace: 'break-spaces'
85
86
  },
86
87
  secondaryLabel: {
87
- marginRight: '12px'
88
+ marginRight: '12px',
89
+ whiteSpace: 'break-spaces'
88
90
  },
89
91
  businessCard: {
90
- color: 'rgba(0, 0, 0, 0.54)'
92
+ color: 'rgba(0, 0, 0, 0.54)',
93
+ whiteSpace: 'break-spaces'
91
94
  },
92
95
  secondRow: {
93
96
  display: 'flex',
@@ -15,7 +15,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
15
15
  fontSize: '13px',
16
16
  lineHeight: '16px',
17
17
  letterSpacing: 'normal',
18
- marginLeft: '2px'
18
+ marginLeft: '2px',
19
+ whiteSpace: 'break-spaces'
19
20
  },
20
21
  spacer: {
21
22
  flex: 1
@@ -26,7 +26,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
26
26
  },
27
27
  attributeValue: {
28
28
  verticalAlign: 'middle',
29
- wordBreak: 'break-all'
29
+ wordBreak: 'break-all',
30
+ whiteSpace: 'break-spaces'
30
31
  },
31
32
  updateAttribute: __assign(__assign({ width: 'fit-content', padding: '0 4px', marginLeft: '-4px' }, mdm_sdk_1.historyPalettes[mdm_sdk_1.HistoryOperations.updateAttribute]), { '& > a': {
32
33
  color: mdm_sdk_1.historyPalettes[mdm_sdk_1.HistoryOperations.updateAttribute].color
@@ -18,7 +18,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
18
18
  fontSize: '13px',
19
19
  fontWeight: 'normal',
20
20
  lineHeight: '15px',
21
- whiteSpace: 'nowrap',
21
+ whiteSpace: 'pre',
22
22
  overflow: 'hidden',
23
23
  display: 'flex',
24
24
  alignItems: 'center',
@@ -26,7 +26,8 @@ exports.useStyles = (0, styles_1.makeStyles)({
26
26
  suggestionsItemText: {
27
27
  overflow: 'hidden',
28
28
  textOverflow: 'ellipsis',
29
- display: 'block'
29
+ display: 'block',
30
+ whiteSpace: 'pre'
30
31
  },
31
32
  inputRoot: {
32
33
  color: 'rgba(0,0,0,0.87)',
@@ -30,7 +30,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
30
30
  label: {
31
31
  overflow: 'hidden',
32
32
  textOverflow: 'ellipsis',
33
- whiteSpace: 'nowrap'
33
+ whiteSpace: 'pre'
34
34
  },
35
35
  count: {
36
36
  color: theme.palette.text.secondary,
@@ -60,6 +60,11 @@ export declare const theme: {
60
60
  defaultProps: {
61
61
  disableInteractive: boolean;
62
62
  };
63
+ styleOverrides: {
64
+ tooltip: {
65
+ whiteSpace: "break-spaces";
66
+ };
67
+ };
63
68
  };
64
69
  MuiTab: {
65
70
  styleOverrides: {
@@ -37,6 +37,11 @@ exports.theme = {
37
37
  MuiTooltip: {
38
38
  defaultProps: {
39
39
  disableInteractive: true
40
+ },
41
+ styleOverrides: {
42
+ tooltip: {
43
+ whiteSpace: 'break-spaces'
44
+ }
40
45
  }
41
46
  },
42
47
  MuiTab: {
@@ -7,6 +7,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
7
7
  color: theme.palette.primary.main,
8
8
  textDecoration: 'none',
9
9
  fontWeight: 400,
10
- cursor: 'pointer'
10
+ cursor: 'pointer',
11
+ whiteSpace: 'break-spaces'
11
12
  }
12
13
  }); });
@@ -9,6 +9,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
9
9
  color: theme.palette.primary.main,
10
10
  textDecoration: 'none',
11
11
  fontWeight: 400,
12
+ whiteSpace: 'break-spaces',
12
13
  '&.removed': {
13
14
  pointerEvents: 'none',
14
15
  color: theme.palette.text.secondary
@@ -8,7 +8,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
8
8
  lineHeight: '20px',
9
9
  color: theme.palette.text.primary,
10
10
  marginTop: 4,
11
- display: 'block'
11
+ display: 'block',
12
+ whiteSpace: 'break-spaces'
12
13
  },
13
14
  fieldName: {
14
15
  color: theme.palette.text.secondary,
@@ -13,6 +13,7 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
13
13
  color: theme.palette.primary.main,
14
14
  textDecoration: 'none',
15
15
  fontWeight: 400,
16
- cursor: 'pointer'
16
+ cursor: 'pointer',
17
+ whiteSpace: 'break-spaces'
17
18
  }
18
19
  }); });
@@ -12,7 +12,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
12
12
  link: {
13
13
  color: theme.palette.primary.main,
14
14
  textDecoration: 'none',
15
- fontWeight: 400
15
+ fontWeight: 400,
16
+ whiteSpace: 'break-spaces'
16
17
  },
17
18
  delimiter: {
18
19
  margin: '0 8px'
@@ -12,7 +12,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
12
12
  color: theme.palette.primary.main,
13
13
  fontSize: '12px',
14
14
  letterSpacing: 0,
15
- lineHeight: '16px'
15
+ lineHeight: '16px',
16
+ whiteSpace: 'break-spaces'
16
17
  },
17
18
  disabledLink: {
18
19
  pointerEvents: 'none',
@@ -19,7 +19,8 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
19
19
  label: {
20
20
  fontSize: '12px',
21
21
  letterSpacing: 0,
22
- lineHeight: '16px'
22
+ lineHeight: '16px',
23
+ whiteSpace: 'break-spaces'
23
24
  },
24
25
  showMoreLink: {
25
26
  marginTop: '8px'
@@ -60,6 +60,11 @@ export declare const theme: {
60
60
  defaultProps: {
61
61
  disableInteractive: boolean;
62
62
  };
63
+ styleOverrides: {
64
+ tooltip: {
65
+ whiteSpace: "break-spaces";
66
+ };
67
+ };
63
68
  };
64
69
  MuiTab: {
65
70
  styleOverrides: {
@@ -34,6 +34,11 @@ export var theme = {
34
34
  MuiTooltip: {
35
35
  defaultProps: {
36
36
  disableInteractive: true
37
+ },
38
+ styleOverrides: {
39
+ tooltip: {
40
+ whiteSpace: 'break-spaces'
41
+ }
37
42
  }
38
43
  },
39
44
  MuiTab: {
@@ -4,6 +4,7 @@ export var useStyles = makeStyles(function (theme) { return ({
4
4
  color: theme.palette.primary.main,
5
5
  textDecoration: 'none',
6
6
  fontWeight: 400,
7
- cursor: 'pointer'
7
+ cursor: 'pointer',
8
+ whiteSpace: 'break-spaces'
8
9
  }
9
10
  }); });
@@ -6,6 +6,7 @@ export var useStyles = makeStyles(function (theme) { return ({
6
6
  color: theme.palette.primary.main,
7
7
  textDecoration: 'none',
8
8
  fontWeight: 400,
9
+ whiteSpace: 'break-spaces',
9
10
  '&.removed': {
10
11
  pointerEvents: 'none',
11
12
  color: theme.palette.text.secondary
@@ -5,7 +5,8 @@ export var useStyles = makeStyles(function (theme) { return ({
5
5
  lineHeight: '20px',
6
6
  color: theme.palette.text.primary,
7
7
  marginTop: 4,
8
- display: 'block'
8
+ display: 'block',
9
+ whiteSpace: 'break-spaces'
9
10
  },
10
11
  fieldName: {
11
12
  color: theme.palette.text.secondary,
@@ -10,6 +10,7 @@ export var useStyles = makeStyles(function (theme) { return ({
10
10
  color: theme.palette.primary.main,
11
11
  textDecoration: 'none',
12
12
  fontWeight: 400,
13
- cursor: 'pointer'
13
+ cursor: 'pointer',
14
+ whiteSpace: 'break-spaces'
14
15
  }
15
16
  }); });
@@ -9,7 +9,8 @@ export var useStyles = makeStyles(function (theme) { return ({
9
9
  link: {
10
10
  color: theme.palette.primary.main,
11
11
  textDecoration: 'none',
12
- fontWeight: 400
12
+ fontWeight: 400,
13
+ whiteSpace: 'break-spaces'
13
14
  },
14
15
  delimiter: {
15
16
  margin: '0 8px'
@@ -9,7 +9,8 @@ export var useStyles = makeStyles(function (theme) { return ({
9
9
  color: theme.palette.primary.main,
10
10
  fontSize: '12px',
11
11
  letterSpacing: 0,
12
- lineHeight: '16px'
12
+ lineHeight: '16px',
13
+ whiteSpace: 'break-spaces'
13
14
  },
14
15
  disabledLink: {
15
16
  pointerEvents: 'none',
@@ -16,7 +16,8 @@ export var useStyles = makeStyles(function (theme) { return ({
16
16
  label: {
17
17
  fontSize: '12px',
18
18
  letterSpacing: 0,
19
- lineHeight: '16px'
19
+ lineHeight: '16px',
20
+ whiteSpace: 'break-spaces'
20
21
  },
21
22
  showMoreLink: {
22
23
  marginTop: '8px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2156",
3
+ "version": "1.4.2157",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",