@mx-cartographer/experiences 6.1.0 → 6.2.0-alpha.al0

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,2 @@
1
+ import { GridColumnHeaderParams } from '@mui/x-data-grid';
2
+ export declare const HeaderCell: (params: GridColumnHeaderParams) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,4 @@
1
- declare const Overview: () => import("react/jsx-runtime").JSX.Element;
2
- export default Overview;
1
+ declare const _default: (() => import("react/jsx-runtime").JSX.Element) & {
2
+ displayName: string;
3
+ };
4
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.1.0",
3
+ "version": "6.2.0-alpha.al0",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,6 +43,7 @@
43
43
  "bowser": "^2.11.0",
44
44
  "d3": "^7.9.0",
45
45
  "date-fns": "^4.1.0",
46
+ "js-sha256": "^0.11.0",
46
47
  "mobx": "^6.13.6",
47
48
  "mobx-react-lite": "^4.1.0",
48
49
  "numeral": "^2.0.6",