@reltio/components 1.4.1257 → 1.4.1259

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.
@@ -11,19 +11,6 @@ export declare type ReactGridLayoutItem = {
11
11
  maxH?: number;
12
12
  static?: boolean;
13
13
  };
14
- export declare type ReltioGridLayoutItem = {
15
- id: string;
16
- x: number;
17
- y: number;
18
- width: number;
19
- height: number;
20
- minWidth?: number;
21
- minHeight?: number;
22
- maxWidth?: number;
23
- maxHeight?: number;
24
- isStatic?: boolean;
25
- autosizing?: boolean;
26
- };
27
14
  export declare type AttributeOption = {
28
15
  label: string;
29
16
  value: string;
@@ -11,19 +11,6 @@ export declare type ReactGridLayoutItem = {
11
11
  maxH?: number;
12
12
  static?: boolean;
13
13
  };
14
- export declare type ReltioGridLayoutItem = {
15
- id: string;
16
- x: number;
17
- y: number;
18
- width: number;
19
- height: number;
20
- minWidth?: number;
21
- minHeight?: number;
22
- maxWidth?: number;
23
- maxHeight?: number;
24
- isStatic?: boolean;
25
- autosizing?: boolean;
26
- };
27
14
  export declare type AttributeOption = {
28
15
  label: string;
29
16
  value: string;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1257",
3
+ "version": "1.4.1259",
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.1257",
11
- "@reltio/mdm-sdk": "^1.4.1257",
10
+ "@reltio/mdm-module": "^1.4.1259",
11
+ "@reltio/mdm-sdk": "^1.4.1259",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-cloud": "^1.2.5",
14
14
  "d3-geo": "^2.0.1",