@mx-cartographer/experiences 6.0.14 → 6.0.16

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,4 @@
1
+ import { WidgetProps } from '../common';
2
+ export declare const InvestmentsWidget: (({ onBackClick, sx }: WidgetProps) => import("react/jsx-runtime").JSX.Element) & {
3
+ displayName: string;
4
+ };
@@ -0,0 +1,2 @@
1
+ declare const Allocation: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Allocation;
@@ -0,0 +1,2 @@
1
+ declare const Analysis: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Analysis;
@@ -0,0 +1,2 @@
1
+ declare const Overview: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Overview;
@@ -0,0 +1,5 @@
1
+ interface TabTitleProps {
2
+ title: string;
3
+ }
4
+ export declare const TabTitle: ({ title }: TabTitleProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1 @@
1
+ export { InvestmentsWidget } from './InvestmentsWidget';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.0.14",
3
+ "version": "6.0.16",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",