@mycause/ui 0.0.0-c5096769 → 0.0.0-c50ce0fc

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 MyAccountFrpPreview } from "./my-account-frp-preview";
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export interface MyAccountFrpPreviewProps {
3
+ img?: string;
4
+ link: string;
5
+ title?: string;
6
+ }
7
+ declare const MyAccountFrpPreview: ({ img, link, title, }: MyAccountFrpPreviewProps) => JSX.Element;
8
+ export default MyAccountFrpPreview;
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ title: string;
4
+ decorators: ((...args: any) => any)[];
5
+ };
6
+ export default _default;
7
+ export declare const MyAccountFrpPreviewStory: {
8
+ (): JSX.Element;
9
+ story: {
10
+ name: string;
11
+ };
12
+ };
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  decorators: ((...args: any) => any)[];
5
5
  };
6
6
  export default _default;
7
- export declare const popup: {
7
+ export declare const MyAccountSidebarStory: {
8
8
  (): JSX.Element;
9
9
  story: {
10
10
  name: string;
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  decorators: ((...args: any) => any)[];
5
5
  };
6
6
  export default _default;
7
- export declare const popup: {
7
+ export declare const MyAccountStatsDonatedStory: {
8
8
  (): JSX.Element;
9
9
  story: {
10
10
  name: string;
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  decorators: ((...args: any) => any)[];
5
5
  };
6
6
  export default _default;
7
- export declare const popup: {
7
+ export declare const MyAccountStatsRaisedStory: {
8
8
  (): JSX.Element;
9
9
  story: {
10
10
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "0.0.0-c5096769",
3
+ "version": "0.0.0-c50ce0fc",
4
4
  "author": "Marc Porciuncula <marc@mycause.com.au>",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",