@reltio/components 1.4.2160 → 1.4.2161

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,2 +1,3 @@
1
1
  export { BasicTable } from './BasicTable';
2
2
  export { default as basicTableViewState } from './basicTableViewState';
3
+ export type { BasicTableState, BasicTableAction } from './basicTableViewState';
@@ -1,2 +1,3 @@
1
1
  export { BasicTable } from './BasicTable';
2
2
  export { default as basicTableViewState } from './basicTableViewState';
3
+ export type { BasicTableState, BasicTableAction } from './basicTableViewState';
@@ -6,3 +6,4 @@ exports.ProfileTablesContext = (0, react_1.createContext)({
6
6
  profileTablesPreferences: {},
7
7
  setProfileTablesPreferences: function () { }
8
8
  });
9
+ exports.ProfileTablesContext.displayName = 'ProfileTablesContext';
@@ -3,3 +3,4 @@ export var ProfileTablesContext = createContext({
3
3
  profileTablesPreferences: {},
4
4
  setProfileTablesPreferences: function () { }
5
5
  });
6
+ ProfileTablesContext.displayName = 'ProfileTablesContext';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.2160",
3
+ "version": "1.4.2161",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",