@reltio/components 1.4.2130 → 1.4.2132

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,5 +1,6 @@
1
1
  import React from 'react';
2
2
  export type DefaultHeadCellRendererWithTooltipProps = {
3
+ headIndex?: number;
3
4
  className?: string;
4
5
  headCellData: {
5
6
  label: string;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  export type DefaultHeadCellRendererWithTooltipProps = {
3
+ headIndex?: number;
3
4
  className?: string;
4
5
  headCellData: {
5
6
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2130",
3
+ "version": "1.4.2132",
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.1959",
14
+ "@reltio/mdm-sdk": "^1.4.1960",
15
15
  "@vis.gl/react-google-maps": "^1.3.0",
16
16
  "d3-cloud": "^1.2.5",
17
17
  "d3-geo": "^2.0.1",