@reltio/components 1.4.1618 → 1.4.1620

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.
@@ -1,3 +1,3 @@
1
- export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"paddingWrapper" | "paddingWrapperWithLines">;
2
- export const useOneLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attribute" | "wrapper" | "collaborationWrapper" | "titleIcon" | "titleRow" | "ovIcon" | "descriptionIcon">;
3
- export const useMultiLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attributes" | "attribute" | "wrapper" | "titleRow" | "ovIcon" | "descriptionIcon">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"paddingWrapper" | "paddingWrapperWithLines">;
2
+ export declare const useOneLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attribute" | "wrapper" | "collaborationWrapper" | "titleIcon" | "titleRow" | "ovIcon" | "descriptionIcon">;
3
+ export declare const useMultiLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attributes" | "attribute" | "wrapper" | "titleRow" | "ovIcon" | "descriptionIcon">;
@@ -18,9 +18,7 @@ var lineHeight = '15px';
18
18
  var commonStyles = {
19
19
  titleRow: {
20
20
  display: 'block',
21
- minHeight: '16px',
22
- textIndent: '-1em',
23
- paddingLeft: '1em'
21
+ minHeight: '16px'
24
22
  },
25
23
  title: {
26
24
  whiteSpace: 'nowrap'
@@ -76,7 +74,7 @@ exports.useOneLineStyles = (0, styles_1.makeStyles)(__assign({ wrapper: {
76
74
  marginLeft: '1px',
77
75
  color: 'rgba(0, 0, 0, 0.38)'
78
76
  } }, commonStyles));
79
- exports.useMultiLineStyles = (0, styles_1.makeStyles)(__assign(__assign({ wrapper: {
77
+ exports.useMultiLineStyles = (0, styles_1.makeStyles)(__assign({ wrapper: {
80
78
  display: 'flex',
81
79
  flexDirection: 'column',
82
80
  alignItems: 'flex-start',
@@ -94,4 +92,4 @@ exports.useMultiLineStyles = (0, styles_1.makeStyles)(__assign(__assign({ wrappe
94
92
  wordBreak: 'break-word'
95
93
  }, attributes: {
96
94
  alignSelf: 'stretch'
97
- } }, commonStyles), { titleRow: __assign(__assign({}, commonStyles.titleRow), { marginBottom: '3px' }) }));
95
+ }, titleRow: __assign(__assign({}, commonStyles.titleRow), { marginBottom: '3px' }) }, commonStyles));
@@ -1,3 +1,3 @@
1
- export const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"paddingWrapper" | "paddingWrapperWithLines">;
2
- export const useOneLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attribute" | "wrapper" | "collaborationWrapper" | "titleIcon" | "titleRow" | "ovIcon" | "descriptionIcon">;
3
- export const useMultiLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attributes" | "attribute" | "wrapper" | "titleRow" | "ovIcon" | "descriptionIcon">;
1
+ export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"paddingWrapper" | "paddingWrapperWithLines">;
2
+ export declare const useOneLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attribute" | "wrapper" | "collaborationWrapper" | "titleIcon" | "titleRow" | "ovIcon" | "descriptionIcon">;
3
+ export declare const useMultiLineStyles: (props?: any) => import("@mui/styles").ClassNameMap<"title" | "attributes" | "attribute" | "wrapper" | "titleRow" | "ovIcon" | "descriptionIcon">;
@@ -15,9 +15,7 @@ var lineHeight = '15px';
15
15
  var commonStyles = {
16
16
  titleRow: {
17
17
  display: 'block',
18
- minHeight: '16px',
19
- textIndent: '-1em',
20
- paddingLeft: '1em'
18
+ minHeight: '16px'
21
19
  },
22
20
  title: {
23
21
  whiteSpace: 'nowrap'
@@ -73,7 +71,7 @@ export var useOneLineStyles = makeStyles(__assign({ wrapper: {
73
71
  marginLeft: '1px',
74
72
  color: 'rgba(0, 0, 0, 0.38)'
75
73
  } }, commonStyles));
76
- export var useMultiLineStyles = makeStyles(__assign(__assign({ wrapper: {
74
+ export var useMultiLineStyles = makeStyles(__assign({ wrapper: {
77
75
  display: 'flex',
78
76
  flexDirection: 'column',
79
77
  alignItems: 'flex-start',
@@ -91,4 +89,4 @@ export var useMultiLineStyles = makeStyles(__assign(__assign({ wrapper: {
91
89
  wordBreak: 'break-word'
92
90
  }, attributes: {
93
91
  alignSelf: 'stretch'
94
- } }, commonStyles), { titleRow: __assign(__assign({}, commonStyles.titleRow), { marginBottom: '3px' }) }));
92
+ }, titleRow: __assign(__assign({}, commonStyles.titleRow), { marginBottom: '3px' }) }, commonStyles));
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1618",
3
+ "version": "1.4.1620",
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.1618",
11
- "@reltio/mdm-sdk": "^1.4.1618",
10
+ "@reltio/mdm-module": "^1.4.1620",
11
+ "@reltio/mdm-sdk": "^1.4.1620",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",