@reltio/components 1.4.2060 → 1.4.2062

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.
@@ -3,7 +3,6 @@ export var useStyles = makeStyles(function (theme) { return ({
3
3
  contentWrapper: {
4
4
  display: 'flex',
5
5
  boxSizing: 'border-box',
6
- flex: 1,
7
6
  flexDirection: 'column',
8
7
  backgroundColor: theme.palette.background.paper,
9
8
  boxShadow: '0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2)',
@@ -6,7 +6,6 @@ exports.useStyles = (0, styles_1.makeStyles)(function (theme) { return ({
6
6
  contentWrapper: {
7
7
  display: 'flex',
8
8
  boxSizing: 'border-box',
9
- flex: 1,
10
9
  flexDirection: 'column',
11
10
  backgroundColor: theme.palette.background.paper,
12
11
  boxShadow: '0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2060",
3
+ "version": "1.4.2062",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",
@@ -11,7 +11,7 @@
11
11
  "@fluentui/react-context-selector": "^9.1.26",
12
12
  "@googlemaps/markerclusterer": "^2.5.3",
13
13
  "@react-sigma/core": "3.4.0",
14
- "@reltio/mdm-sdk": "^1.4.1913",
14
+ "@reltio/mdm-sdk": "^1.4.1915",
15
15
  "@vis.gl/react-google-maps": "^1.3.0",
16
16
  "d3-cloud": "^1.2.5",
17
17
  "d3-geo": "^2.0.1",