@mycause/ui 0.0.0-c5e8d36a → 0.0.0-c5f5892a

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.
Files changed (127) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/dist/components/credit-card-form/CreditCardForm.d.ts +13 -0
  3. package/dist/components/credit-card-form/Icons.d.ts +7 -0
  4. package/dist/components/{line-chart copy/partner-line-chart-block.stories.d.ts → credit-card-form/credit-card.stories.d.ts} +1 -1
  5. package/dist/components/credit-card-form/index.d.ts +1 -0
  6. package/dist/components/{line-chart/parnert-line-chart.stories.d.ts → credit-card-form/toast.stories.d.ts} +1 -1
  7. package/dist/components/date-picker/date-picker.stories.d.ts +6 -0
  8. package/dist/components/date-picker/index.d.ts +1 -0
  9. package/dist/components/date-picker/single-date-picker-custom-header.d.ts +32 -0
  10. package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +3 -3
  11. package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +2 -2
  12. package/dist/components/index.d.ts +5 -6
  13. package/dist/components/input/InputDefault.d.ts +7 -5
  14. package/dist/components/input/input.stories.d.ts +6 -0
  15. package/dist/components/input-social/Icons.d.ts +5 -0
  16. package/dist/components/input-social/InputSocial.d.ts +12 -0
  17. package/dist/components/input-social/index.d.ts +1 -0
  18. package/dist/components/{green-dashboard-sidebar/green-dashboard-sidebar.stories.d.ts → input-social/input-social.stories.d.ts} +1 -1
  19. package/dist/components/my-account-frp-closed/Icon.d.ts +5 -0
  20. package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +9 -0
  21. package/dist/components/my-account-frp-closed/frp-information.d.ts +13 -0
  22. package/dist/components/my-account-frp-closed/index.d.ts +1 -0
  23. package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +17 -0
  24. package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +24 -0
  25. package/dist/components/my-account-frp-preview/frp-information.d.ts +2 -1
  26. package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +2 -1
  27. package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +3 -1
  28. package/dist/components/my-account-sidebar/Icon.d.ts +2 -0
  29. package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +6 -3
  30. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +5 -3
  31. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +7 -1
  32. package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +2 -3
  33. package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +2 -3
  34. package/dist/components/nav/index.d.ts +1 -0
  35. package/dist/components/nav/nav-expanded-charity.d.ts +2 -1
  36. package/dist/components/nav/nav-myaccount.d.ts +22 -0
  37. package/dist/components/nav/nav.d.ts +1 -0
  38. package/dist/components/nav/nav.stories.d.ts +6 -0
  39. package/dist/components/phone-number-input/index.d.ts +1 -0
  40. package/dist/components/phone-number-input/phone-number-input-v1.d.ts +25 -0
  41. package/dist/components/phone-number-input/phone-number-input-v2.d.ts +2 -1
  42. package/dist/components/phone-number-input/phone-number-input.d.ts +2 -1
  43. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +12 -0
  44. package/dist/components/select/index.d.ts +2 -0
  45. package/dist/components/select/select-enhanced.d.ts +23 -0
  46. package/dist/components/select/select-v2.d.ts +26 -0
  47. package/dist/components/select/select.d.ts +1 -1
  48. package/dist/components/select/select.stories.d.ts +12 -0
  49. package/dist/components/switch/index.d.ts +1 -0
  50. package/dist/components/switch/switch-v2.d.ts +8 -0
  51. package/dist/components/switch/switch.stories.d.ts +6 -0
  52. package/dist/components/table/partner-monthly-table.d.ts +2 -1
  53. package/dist/components/text-field/text-field-search.d.ts +2 -1
  54. package/dist/components/toast/Icons.d.ts +7 -0
  55. package/dist/components/toast/index.d.ts +1 -0
  56. package/dist/components/toast/toast.d.ts +8 -0
  57. package/dist/components/{line-chart/partner-line-chart-block.stories.d.ts → toast/toast.stories.d.ts} +1 -1
  58. package/dist/components/transaction-card/Dot.d.ts +6 -0
  59. package/dist/components/transaction-card/index.d.ts +1 -0
  60. package/dist/components/transaction-card/transaction-card.d.ts +14 -0
  61. package/dist/components/{choose-charity-card copy/choose-charity-card.stories.d.ts → transaction-card/transaction-card.stories.d.ts} +2 -2
  62. package/dist/components/uploader/Icons.d.ts +6 -0
  63. package/dist/components/uploader/index.d.ts +1 -0
  64. package/dist/components/uploader/uploadAndCropper.d.ts +13 -0
  65. package/dist/index.esm.js +7503 -1203
  66. package/dist/index.js +7513 -1201
  67. package/package.json +6 -1
  68. package/dist/components/choose-/index.d.ts +0 -1
  69. package/dist/components/choose-/start-fundraise-card.d.ts +0 -10
  70. package/dist/components/choose-/start-fundraise-card.stories.d.ts +0 -14
  71. package/dist/components/choose-charity-card/choose-charity-card.d.ts +0 -10
  72. package/dist/components/choose-charity-card/choose-charity-card.stories.d.ts +0 -14
  73. package/dist/components/choose-charity-card/index.d.ts +0 -1
  74. package/dist/components/choose-charity-card/start-fundraise-card.d.ts +0 -10
  75. package/dist/components/choose-charity-card/start-fundraise-card.stories.d.ts +0 -14
  76. package/dist/components/choose-charity-card copy/choose-charity-card.d.ts +0 -10
  77. package/dist/components/choose-charity-card copy/index.d.ts +0 -1
  78. package/dist/components/favorite-charity-item/choose-charity-card.d.ts +0 -10
  79. package/dist/components/favorite-charity-item/choose-charity-card.stories.d.ts +0 -14
  80. package/dist/components/green-dashboard-sidebar/green-dashboard-sidebar.d.ts +0 -6
  81. package/dist/components/green-dashboard-sidebar/index.d.ts +0 -1
  82. package/dist/components/line-chart/index.d.ts +0 -1
  83. package/dist/components/line-chart/line-chart-component.d.ts +0 -6
  84. package/dist/components/line-chart/line-chart.d.ts +0 -6
  85. package/dist/components/line-chart/line-chart.stories.d.ts +0 -9
  86. package/dist/components/line-chart/parnert-line-chart.d.ts +0 -3
  87. package/dist/components/line-chart/partner-line-chart-block copy.d.ts +0 -0
  88. package/dist/components/line-chart/partner-line-chart-block.d.ts +0 -10
  89. package/dist/components/line-chart/partner-line-chart.d.ts +0 -3
  90. package/dist/components/line-chart/partner-line-chart.stories-block.d.ts +0 -12
  91. package/dist/components/line-chart/partner-line-chart.stories.d.ts +0 -12
  92. package/dist/components/line-chart copy/index.d.ts +0 -2
  93. package/dist/components/line-chart copy/partner-line-chart-block.d.ts +0 -10
  94. package/dist/components/line-chart copy/partner-line-chart.d.ts +0 -3
  95. package/dist/components/line-chartjs/index.d.ts +0 -1
  96. package/dist/components/line-chartjs/partner-line-chart-block.d.ts +0 -10
  97. package/dist/components/line-chartjs/partner-line-chart-block.stories.d.ts +0 -12
  98. package/dist/components/line-chartjs/partner-line-chart.d.ts +0 -3
  99. package/dist/components/my-account-choose-charity-card/choose-charity-card.d.ts +0 -10
  100. package/dist/components/my-account-choose-charity-card/choose-charity-card.stories.d.ts +0 -14
  101. package/dist/components/my-account-start-fundraise-card/start-fundraise-card.d.ts +0 -10
  102. package/dist/components/my-account-start-fundraise-card/start-fundraise-card.stories.d.ts +0 -14
  103. package/dist/components/parnert-monthly-stats/index.d.ts +0 -1
  104. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.d.ts +0 -7
  105. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.stories.d.ts +0 -12
  106. package/dist/components/partner-chart-stats/partner-monthly-stats.d.ts +0 -7
  107. package/dist/components/partner-chart-stats/partner-monthly-stats.stories.d.ts +0 -12
  108. package/dist/components/partner-monthly-stats copy/index.d.ts +0 -1
  109. package/dist/components/partner-monthly-stats copy/partner-monthly-stats.d.ts +0 -7
  110. package/dist/components/partner-monthly-stats copy/partner-monthly-stats.stories.d.ts +0 -12
  111. package/dist/components/partner-monthly-table/index.d.ts +0 -1
  112. package/dist/components/partner-monthly-table/partner-monthly-table.d.ts +0 -7
  113. package/dist/components/partner-monthly-table/partner-monthly-table.stories.d.ts +0 -12
  114. package/dist/components/partner-thismonth-stats/index.d.ts +0 -1
  115. package/dist/components/partner-thismonth-stats/partner-monthly-stats.d.ts +0 -7
  116. package/dist/components/partner-thismonth-stats/partner-monthly-stats.stories.d.ts +0 -12
  117. package/dist/components/start-campaign-card copy/index.d.ts +0 -1
  118. package/dist/components/start-campaign-card copy/start-campaign-card.d.ts +0 -8
  119. package/dist/components/start-campaign-card copy/start-campaign-card.stories.d.ts +0 -14
  120. package/dist/components/start-fundraise-card/index.d.ts +0 -1
  121. package/dist/components/start-fundraise-card/start-campaign-card.d.ts +0 -8
  122. package/dist/components/start-fundraise-card/start-campaign-card.stories.d.ts +0 -14
  123. package/dist/components/start-fundraise-card/start-fundraise-card.d.ts +0 -10
  124. package/dist/components/start-fundraise-card/start-fundraise-card.stories.d.ts +0 -14
  125. package/dist/components/start-fundraise-card copy/index.d.ts +0 -1
  126. package/dist/components/start-fundraise-card copy/start-fundraise-card.d.ts +0 -10
  127. package/dist/components/start-fundraise-card copy/start-fundraise-card.stories.d.ts +0 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "0.0.0-c5e8d36a",
3
+ "version": "0.0.0-c5f5892a",
4
4
  "author": "Marc Porciuncula <marc@mycause.com.au>",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -97,6 +97,8 @@
97
97
  "@material/theme": "^3.1.0",
98
98
  "@material/typography": "^3.1.0",
99
99
  "@types/nanoid": "^2.1.0",
100
+ "@types/payment": "^2.1.7",
101
+ "@types/react-avatar-editor": "^13.0.2",
100
102
  "@types/react-cropper": "^0.10.7",
101
103
  "@types/react-dates": "^17.1.5",
102
104
  "classnames": "^2.2.6",
@@ -105,10 +107,13 @@
105
107
  "js-cookie": "^2.2.1",
106
108
  "libphonenumber-js": "^1.7.29",
107
109
  "nanoid": "^2.1.6",
110
+ "payment": "^2.4.6",
108
111
  "ramda": "^0.26.1",
112
+ "react-avatar-editor": "^13.0.2",
109
113
  "react-cropper": "^1.3.0",
110
114
  "react-dates": "^21.5.0",
111
115
  "react-dropzone-uploader": "^2.11.0",
116
+ "react-toastify": "8.1.0",
112
117
  "styled-jsx": "^3.2.1",
113
118
  "use-media": "^1.4.0"
114
119
  },
@@ -1 +0,0 @@
1
- export { default as StartFundraiseCard } from "./start-fundraise-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartFundraiseCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const StartFundraiseCard: ({ className, title, buttonText, onClick }: StartFundraiseCardProps) => JSX.Element;
10
- export default StartFundraiseCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick, }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick, }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const chooseCharityStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as ChooseCharityCard } from "./choose-charity-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1 +0,0 @@
1
- export { default as ChooseCharityCard } from "./choose-charity-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./favorite-charity-item").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const chooseCharityStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export interface CampaignCardProps {
3
- a: string;
4
- }
5
- declare const GreenDashboardSidebar: ({ a }: CampaignCardProps) => JSX.Element;
6
- export default GreenDashboardSidebar;
@@ -1 +0,0 @@
1
- export { default as GreenDashboardSidebar } from "./green-dashboard-sidebar";
@@ -1 +0,0 @@
1
- export { default as LineChartComponent } from "./line-chart-component";
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface LineChartProps {
3
- data: any;
4
- }
5
- declare const LineChartComponent: React.FC<LineChartProps>;
6
- export default LineChartComponent;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface LineChartProps {
3
- data: any;
4
- }
5
- declare const LineChartComponent: React.FC<LineChartProps>;
6
- export default LineChartComponent;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: React.FunctionComponent<import("./line-chart-component").LineChartProps>;
7
- };
8
- export default _default;
9
- export declare const LineChart: any;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const Linechart: (props: any) => JSX.Element;
3
- export default Linechart;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- interface PartnerLineChartBlockProps {
3
- chartData: {
4
- current_year: Array<number>;
5
- months_label: Array<string>;
6
- requested_year: Array<number>;
7
- };
8
- }
9
- declare const PartnerLineChartBlock: ({ chartData }: PartnerLineChartBlockProps) => JSX.Element;
10
- export default PartnerLineChartBlock;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const PartnerLineChart: (props: any) => JSX.Element;
3
- export default PartnerLineChart;
@@ -1,12 +0,0 @@
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 PartnertLineChartStories: {
8
- ({ chartData }: any): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1,12 +0,0 @@
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 PartnertLineChartStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1,2 +0,0 @@
1
- export { default as PartnerLineChart } from "./partner-line-chart";
2
- export { default as PartnerLineChartBlock } from "./partner-line-chart-block";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- interface PartnerLineChartBlockProps {
3
- chartData: {
4
- current_year: Array<number>;
5
- months_label: Array<string>;
6
- requested_year: Array<number>;
7
- };
8
- }
9
- declare const PartnerLineChartBlock: ({ chartData }: PartnerLineChartBlockProps) => JSX.Element;
10
- export default PartnerLineChartBlock;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const PartnerLineChart: (props: any) => JSX.Element;
3
- export default PartnerLineChart;
@@ -1 +0,0 @@
1
- export { default as PartnerLineChart } from "./partner-line-chart";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- interface PartnerLineChartBlockProps {
3
- chartData: {
4
- current_year: Array<number>;
5
- months_label: Array<string>;
6
- requested_year: Array<number>;
7
- };
8
- }
9
- declare const PartnerLineChartBlock: ({ chartData }: PartnerLineChartBlockProps) => JSX.Element;
10
- export default PartnerLineChartBlock;
@@ -1,12 +0,0 @@
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 PartnertLineChartStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const PartnerLineChart: (props: any) => JSX.Element;
3
- export default PartnerLineChart;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick, }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick, }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const chooseCharityStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartFundraiseCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const StartFundraiseCard: ({ className, title, buttonText, onClick, }: StartFundraiseCardProps) => JSX.Element;
10
- export default StartFundraiseCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick, }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startFundraiseStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as PartnertMonthlyStart } from "./parnert-monthly-stats";
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnertMonthlyStatsProps {
3
- numeric: number;
4
- title: string;
5
- }
6
- declare const PartnertMonthlyStats: ({ numeric, title, }: PartnertMonthlyStatsProps) => JSX.Element;
7
- export default PartnertMonthlyStats;
@@ -1,12 +0,0 @@
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 PartnertMonthlyStatsStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnerMonthlyStatsProps {
3
- numeric?: number;
4
- title: string;
5
- }
6
- declare const PartnerMonthlyStats: ({ numeric, title }: PartnerMonthlyStatsProps) => JSX.Element;
7
- export default PartnerMonthlyStats;
@@ -1,12 +0,0 @@
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 PartnerMonthlyStatsStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1 +0,0 @@
1
- export { default as PartnerMonthlyStats } from "./partner-monthly-stats";
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnerMonthlyStatsProps {
3
- numeric?: number;
4
- title: string;
5
- }
6
- declare const PartnerMonthlyStats: ({ numeric, title }: PartnerMonthlyStatsProps) => JSX.Element;
7
- export default PartnerMonthlyStats;
@@ -1,12 +0,0 @@
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 PartnerMonthlyStatsStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1 +0,0 @@
1
- export { default as PartnerMonthlyTable } from "./partner-monthly-table";
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnerMonthlyTableProps {
3
- numeric: number;
4
- title: string;
5
- }
6
- declare const PartnerMonthlyTable: ({ numeric, title }: PartnerMonthlyTableProps) => JSX.Element;
7
- export default PartnerMonthlyTable;
@@ -1,12 +0,0 @@
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 PartnerMonthlyTableStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1 +0,0 @@
1
- export { default as PartnerMonthlyStats } from "./partner-monthly-stats";
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PartnerMonthlyStatsProps {
3
- numeric?: number;
4
- title: string;
5
- }
6
- declare const PartnerMonthlyStats: ({ numeric, title }: PartnerMonthlyStatsProps) => JSX.Element;
7
- export default PartnerMonthlyStats;
@@ -1,12 +0,0 @@
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 PartnerMonthlyStatsStories: {
8
- (): JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
@@ -1 +0,0 @@
1
- export { default as StartCampaignCard } from "./start-campaign-card";
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartCampaignCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- }
7
- declare const StartCampaignCard: ({ className, title, description, }: StartCampaignCardProps) => JSX.Element;
8
- export default StartCampaignCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, description, }: import("./start-campaign-card").StartCampaignCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as StartFundraiseCard } from "./start-fundraise-card";
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartCampaignCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- }
7
- declare const StartCampaignCard: ({ className, title, description, }: StartCampaignCardProps) => JSX.Element;
8
- export default StartCampaignCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, description, }: import("./start-fundraise-card").StartCampaignCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartFundraiseCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const StartFundraiseCard: ({ className, title, buttonText, onClick, }: StartFundraiseCardProps) => JSX.Element;
10
- export default StartFundraiseCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick, }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startFundraiseStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as StartFundraiseCard } from "./start-fundraise-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartFundraiseCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const StartFundraiseCard: ({ className, title, buttonText, onClick }: StartFundraiseCardProps) => JSX.Element;
10
- export default StartFundraiseCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };