@tap-payments/os-micro-frontend-shared 0.1.412 → 0.1.413

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.
@@ -0,0 +1 @@
1
+ export { default as useColumnFilter } from './useColumnFilter';
@@ -0,0 +1 @@
1
+ export { default as useColumnFilter } from './useColumnFilter';
@@ -1,6 +1,7 @@
1
1
  import VirtualTable from './VirtualTable/VirtualTable';
2
2
  import VirtualTableWithCard from './VirtualTableWithCard/VirtualTableWithCard';
3
3
  export * from './components';
4
+ export * from './hooks';
4
5
  export * from './SheetViewVirtualTable';
5
6
  export { StyledCell } from './components/style';
6
7
  export { VirtualTable, VirtualTableWithCard };
@@ -1,6 +1,7 @@
1
1
  import VirtualTable from './VirtualTable/VirtualTable';
2
2
  import VirtualTableWithCard from './VirtualTableWithCard/VirtualTableWithCard';
3
3
  export * from './components';
4
+ export * from './hooks';
4
5
  export * from './SheetViewVirtualTable';
5
6
  export { StyledCell } from './components/style';
6
7
  export { VirtualTable, VirtualTableWithCard };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.412",
4
+ "version": "0.1.413",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",