@mx-cartographer/experiences 3.1.1-alpha.j9 → 3.1.2-alpha.bb1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { WidgetProps } from '../common';
3
3
 
4
- interface RSpendingWidgetProps extends WidgetProps {
5
- onBackClick?: () => void;
6
- }
7
- declare const _default: React.FunctionComponent<RSpendingWidgetProps>;
4
+ declare const _default: React.FunctionComponent<WidgetProps>;
8
5
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.1.1-alpha.j9",
3
+ "version": "3.1.2-alpha.bb1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -118,5 +118,5 @@
118
118
  "CHANGELOG.md",
119
119
  "README.md"
120
120
  ],
121
- "packageManager": "yarn@4.3.1"
121
+ "packageManager": "yarn@4.4.1"
122
122
  }