@mycause/ui 0.0.0-cfc36711 → 0.0.0-cfd62049
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.
- package/README.md +12 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +2 -2
- package/dist/components/anchor/bold-anchor.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.stories.d.ts +2 -2
- package/dist/components/avatar/avatar.d.ts +3 -3
- package/dist/components/avatar/avatar.stories.d.ts +3 -3
- package/dist/components/avatar/image-avatar.d.ts +1 -1
- package/dist/components/avatar/text-avatar.d.ts +1 -1
- package/dist/components/button/button.d.ts +5 -2
- package/dist/components/button/button.stories.d.ts +10 -10
- package/dist/components/button-select/button-select.d.ts +1 -1
- package/dist/components/button-select/button-select.stories.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.stories.d.ts +3 -3
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +2 -1
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +3 -3
- package/dist/components/charity-card/charity-card.d.ts +2 -2
- package/dist/components/charity-card/charity-card.stories.d.ts +3 -3
- package/dist/components/checkbox/checkbox.d.ts +1 -1
- package/dist/components/checkbox/checkbox.stories.d.ts +4 -4
- package/dist/components/chips/chip.d.ts +2 -2
- package/dist/components/chips/chips.d.ts +2 -2
- package/dist/components/chips/chips.stories.d.ts +4 -4
- package/dist/components/chips/input-chips.d.ts +1 -1
- package/dist/components/chips/input-chips.stories.d.ts +2 -2
- package/dist/components/combo-field/combo-field-expander.d.ts +1 -1
- package/dist/components/combo-field/combo-field.d.ts +1 -1
- package/dist/components/combo-field/combo-field.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +4 -4
- package/dist/components/comment-section/comment-section.d.ts +2 -11
- package/dist/components/comment-section/comment-section.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-type.d.ts +10 -0
- package/dist/components/comment-section/index.d.ts +1 -1
- package/dist/components/comment-section/sub-comments.d.ts +4 -4
- package/dist/components/cropper/cropper.d.ts +1 -1
- package/dist/components/cropper/cropper.stories.d.ts +2 -2
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/date-picker.stories.d.ts +11 -5
- package/dist/components/date-picker/index.d.ts +1 -0
- package/dist/components/date-picker/single-date-picker-custom-header.d.ts +32 -0
- package/dist/components/date-picker/single-date-picker.d.ts +2 -1
- package/dist/components/donate-card/donate-card.d.ts +2 -2
- package/dist/components/donate-card/donate-card.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-details.d.ts +1 -1
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +2 -2
- package/dist/components/donation-form/donation-form.d.ts +2 -2
- package/dist/components/donation-form/donation-form.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-payment.d.ts +2 -2
- package/dist/components/donation-form/donation-select.d.ts +2 -2
- package/dist/components/elevation/elevation.d.ts +1 -1
- package/dist/components/elevation/elevation.stories.d.ts +2 -2
- package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +15 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +15 -0
- package/dist/components/favorite-charity-item/index.d.ts +1 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +2 -2
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +3 -3
- package/dist/components/field-helpers/field-helper-text.d.ts +2 -2
- package/dist/components/field-helpers/field-label.d.ts +2 -1
- package/dist/components/footerV2/footerV2.d.ts +2 -2
- package/dist/components/footerV2/footerV2.stories.d.ts +2 -2
- package/dist/components/fundraising-section/fundraising-section.d.ts +2 -2
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +3 -3
- package/dist/components/hero-banner/hero-banner.d.ts +2 -2
- package/dist/components/hero-banner/hero-banner.stories.d.ts +3 -3
- package/dist/components/horizontalbar/horizontalbar.d.ts +2 -2
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +5 -5
- package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +1 -1
- package/dist/components/icon/facebook_6.svg.d.ts +1 -1
- package/dist/components/icon/heart-toggle.d.ts +3 -1
- package/dist/components/icon/heart-toggle.stories.d.ts +2 -2
- package/dist/components/icon/icon-button-group.d.ts +1 -1
- package/dist/components/icon/icon-button-group.stories.d.ts +2 -2
- package/dist/components/icon/icon-button.d.ts +3 -1
- package/dist/components/icon/icon-button.stories.d.ts +3 -3
- package/dist/components/icon/icon.d.ts +1 -1
- package/dist/components/icon/icon.stories.d.ts +4 -4
- package/dist/components/icon/material-icon.d.ts +2 -2
- package/dist/components/index.d.ts +16 -1
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +2 -2
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +2 -2
- package/dist/components/input/InputDefault.d.ts +13 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/input.stories.d.ts +24 -0
- package/dist/components/input-social/Icons.d.ts +5 -0
- package/dist/components/input-social/InputSocial.d.ts +12 -0
- package/dist/components/input-social/index.d.ts +1 -0
- package/dist/components/{line-chart/partner-line-chart-block.stories.d.ts → input-social/input-social.stories.d.ts} +3 -3
- package/dist/components/layout/box.d.ts +232 -224
- package/dist/components/layout/flex.d.ts +4 -4
- package/dist/components/layout/flex.stories.d.ts +2 -2
- package/dist/components/layout/grid.d.ts +2 -2
- package/dist/components/layout/grid.stories.d.ts +2 -2
- package/dist/components/layout/stack.d.ts +2 -2
- package/dist/components/layout/stack.stories.d.ts +4 -4
- package/dist/components/list/list.d.ts +5 -3
- package/dist/components/list/list.stories.d.ts +7 -7
- package/dist/components/login/login.d.ts +2 -2
- package/dist/components/login/login.stories.d.ts +3 -3
- package/dist/components/logo/logo-type.d.ts +3 -3
- package/dist/components/menu/menu-list-item.d.ts +2 -2
- package/dist/components/menu/menu-list.d.ts +2 -2
- package/dist/components/menu/menu.stories.d.ts +2 -2
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/modal-image.d.ts +8 -0
- package/dist/components/modal/modal.d.ts +4 -1
- package/dist/components/modal/modal.stories.d.ts +17 -5
- package/dist/components/my-account-choose-charity-card/index.d.ts +1 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +11 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +14 -0
- package/dist/components/my-account-frp-closed/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +9 -0
- package/dist/components/my-account-frp-closed/frp-information.d.ts +13 -0
- package/dist/components/my-account-frp-closed/index.d.ts +1 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +17 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +24 -0
- package/dist/components/my-account-frp-preview/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-preview/frp-information.d.ts +13 -0
- package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +9 -0
- package/dist/components/my-account-frp-preview/index.d.ts +1 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +17 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +24 -0
- package/dist/components/my-account-sidebar/Icon.d.ts +15 -0
- package/dist/components/my-account-sidebar/index.d.ts +1 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +19 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +12 -0
- package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +13 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +20 -0
- package/dist/components/my-account-stats-donated/index.d.ts +1 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +8 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +12 -0
- package/dist/components/my-account-stats-raised/index.d.ts +1 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +7 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +12 -0
- package/dist/components/nav/icons/IconBigger.d.ts +2 -2
- package/dist/components/nav/icons/IconSmaller.d.ts +2 -2
- package/dist/components/nav/index.d.ts +1 -0
- package/dist/components/nav/nav-actions.d.ts +1 -1
- package/dist/components/nav/nav-bar.d.ts +2 -2
- package/dist/components/nav/nav-call-to-action.d.ts +3 -3
- package/dist/components/nav/nav-expanded-charity.d.ts +3 -2
- package/dist/components/nav/nav-expanded.d.ts +2 -2
- package/dist/components/nav/nav-list.d.ts +6 -6
- package/dist/components/nav/nav-menu-control.d.ts +1 -1
- package/dist/components/nav/nav-menu.d.ts +3 -3
- package/dist/components/nav/nav-myaccount.d.ts +22 -0
- package/dist/components/nav/nav-search-control.d.ts +2 -2
- package/dist/components/nav/nav-search.d.ts +2 -2
- package/dist/components/nav/nav-sign-in-control.d.ts +1 -1
- package/dist/components/nav/nav-user-menu-items.d.ts +6 -6
- package/dist/components/nav/nav-user-menu.d.ts +4 -4
- package/dist/components/nav/nav.d.ts +9 -8
- package/dist/components/nav/nav.stories.d.ts +8 -2
- package/dist/components/navigation/navigation-actions.d.ts +1 -1
- package/dist/components/navigation/navigation-bar.d.ts +2 -2
- package/dist/components/navigation/navigation-call-to-action.d.ts +3 -3
- package/dist/components/navigation/navigation-expanded.d.ts +2 -2
- package/dist/components/navigation/navigation-list.d.ts +6 -6
- package/dist/components/navigation/navigation-menu-control.d.ts +1 -1
- package/dist/components/navigation/navigation-menu.d.ts +3 -3
- package/dist/components/navigation/navigation-search-control.d.ts +2 -2
- package/dist/components/navigation/navigation-search.d.ts +2 -2
- package/dist/components/navigation/navigation-sign-in-control.d.ts +1 -1
- package/dist/components/navigation/navigation-user-menu-items.d.ts +6 -6
- package/dist/components/navigation/navigation-user-menu.d.ts +4 -4
- package/dist/components/navigation/navigation.d.ts +8 -8
- package/dist/components/navigation/navigation.stories.d.ts +4 -4
- package/dist/components/partner-chart-stats/index.d.ts +1 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +11 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +18 -0
- package/dist/components/partner-monthly-donations/index.d.ts +1 -1
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +2 -2
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +2 -2
- package/dist/components/partner-monthly-stats/index.d.ts +1 -1
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +3 -3
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +2 -2
- package/dist/components/partner-toggle-button/index.d.ts +2 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +11 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +12 -0
- package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +8 -0
- package/dist/components/phone-number-input/index.d.ts +2 -0
- package/dist/components/phone-number-input/phone-number-input-v1.d.ts +25 -0
- package/dist/components/phone-number-input/phone-number-input-v2.d.ts +19 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +3 -2
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +26 -2
- package/dist/components/popup/popup.d.ts +2 -2
- package/dist/components/popup/popup.stories.d.ts +3 -3
- package/dist/components/progressbar/progress-bar-circle.d.ts +10 -0
- package/dist/components/progressbar/progressbar.d.ts +2 -2
- package/dist/components/progressbar/progressbar.stories.d.ts +9 -3
- package/dist/components/radio/radio-group.d.ts +1 -1
- package/dist/components/radio/radio-group.stories.d.ts +2 -2
- package/dist/components/radio/radio.d.ts +3 -1
- package/dist/components/radio/radio.stories.d.ts +4 -4
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/select-enhanced.d.ts +24 -0
- package/dist/components/select/select-helper-text.d.ts +1 -1
- package/dist/components/select/select-v2.d.ts +26 -0
- package/dist/components/select/select.d.ts +5 -3
- package/dist/components/select/select.stories.d.ts +14 -2
- package/dist/components/spinner/spinner.d.ts +2 -2
- package/dist/components/spinner/spinner.stories.d.ts +2 -2
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +2 -2
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +3 -3
- package/dist/components/statistics/statistics.d.ts +1 -1
- package/dist/components/statistics/statistics.stories.d.ts +2 -2
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/switch-v2.d.ts +8 -0
- package/dist/components/switch/switch.d.ts +1 -1
- package/dist/components/switch/switch.stories.d.ts +10 -4
- package/dist/components/table/partner-monthly-table.d.ts +5 -3
- package/dist/components/table/partner-monthly-table.stories.d.ts +3 -3
- package/dist/components/tabs/nav-tabs.d.ts +1 -1
- package/dist/components/tabs/tab-text-label.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.stories.d.ts +2 -2
- package/dist/components/text/text.d.ts +4 -5
- package/dist/components/text/text.stories.d.ts +7 -7
- package/dist/components/text-field/index.d.ts +1 -0
- package/dist/components/text-field/text-field-helper-text.d.ts +1 -1
- package/dist/components/text-field/text-field-search.d.ts +3 -2
- package/dist/components/text-field/text-field.d.ts +1 -0
- package/dist/components/text-field/text-field.stories.d.ts +8 -2
- package/dist/components/this-month-card/index.d.ts +1 -0
- package/dist/components/this-month-card/this-month-card.d.ts +15 -0
- package/dist/components/this-month-card/this-month-card.stories.d.ts +12 -0
- package/dist/components/toast/Icons.d.ts +7 -0
- package/dist/components/toast/index.d.ts +1 -0
- package/dist/components/toast/toast.d.ts +8 -0
- package/dist/components/toast/toast.stories.d.ts +12 -0
- package/dist/components/transaction-card/Dot.d.ts +6 -0
- package/dist/components/transaction-card/index.d.ts +1 -0
- package/dist/components/transaction-card/transaction-card.d.ts +16 -0
- package/dist/components/transaction-card/transaction-card.stories.d.ts +20 -0
- package/dist/components/uploader/uploader.d.ts +1 -1
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.esm.css +2 -0
- package/dist/index.esm.css.map +1 -0
- package/dist/index.esm.js +32552 -9146
- package/dist/index.js +32575 -9144
- package/dist/theme/theme.d.ts +5 -5
- package/dist/utils/center-decorator.d.ts +1 -1
- package/dist/utils/component-matrix.d.ts +1 -1
- package/dist/utils/grid-decorator.d.ts +1 -1
- package/package.json +22 -17
- package/styles/index.css +5 -6887
- package/styles/index.css.map +1 -0
- package/styles/reset.css +2 -315
- package/styles/reset.css.map +1 -0
- package/CHANGELOG.md +0 -565
- package/dist/components/line-chart/index.d.ts +0 -2
- package/dist/components/line-chart/partner-line-chart-block.d.ts +0 -12
- package/dist/components/line-chart/partner-line-chart.d.ts +0 -3
- package/dist/components/partner-dashboard-chart/chart.d.ts +0 -3
- package/dist/components/partner-dashboard-chart/chart.stories.d.ts +0 -14
- package/dist/components/partner-dashboard-chart/index.d.ts +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/grid-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const GridStory: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { FlexProps } from "./flex";
|
|
3
3
|
interface StackProps extends FlexProps {
|
|
4
4
|
horizontal?: boolean;
|
|
5
5
|
vertical?: boolean;
|
|
6
6
|
gap: string;
|
|
7
7
|
}
|
|
8
|
-
declare function Stack({ gap, direction, reverse, className, children, ...rest }: StackProps): JSX.Element;
|
|
8
|
+
declare function Stack({ gap, direction, reverse, className, children, ...rest }: StackProps): React.JSX.Element;
|
|
9
9
|
declare namespace Stack {
|
|
10
10
|
var defaultProps: {
|
|
11
11
|
gap: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,19 +6,19 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const stack: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const reverse: {
|
|
15
|
-
(): JSX.Element;
|
|
15
|
+
(): React.JSX.Element;
|
|
16
16
|
story: {
|
|
17
17
|
name: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
export declare const vertical: {
|
|
21
|
-
(): JSX.Element;
|
|
21
|
+
(): React.JSX.Element;
|
|
22
22
|
story: {
|
|
23
23
|
name: string;
|
|
24
24
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IconProps } from "../icon/icon";
|
|
3
3
|
import { ColorSpecifier } from "../../theme/theme";
|
|
4
|
-
export
|
|
4
|
+
export type ItemType = {
|
|
5
5
|
id?: string;
|
|
6
6
|
metanospace?: boolean;
|
|
7
7
|
icon?: IconProps & {
|
|
@@ -22,7 +22,7 @@ export declare type ItemType = {
|
|
|
22
22
|
itemcontent?: React.ReactElement | string;
|
|
23
23
|
contentvisible?: boolean;
|
|
24
24
|
};
|
|
25
|
-
export
|
|
25
|
+
export type ListProps = {
|
|
26
26
|
divider?: boolean;
|
|
27
27
|
iconWidth?: string;
|
|
28
28
|
itemHeight?: string;
|
|
@@ -37,6 +37,8 @@ export declare type ListProps = {
|
|
|
37
37
|
setItems?: (e: Array<ItemType>) => void;
|
|
38
38
|
items: Array<ItemType>;
|
|
39
39
|
tooltipArrow?: number;
|
|
40
|
+
onPointerEnterCapture?: React.PointerEventHandler;
|
|
41
|
+
onPointerLeaveCapture?: React.PointerEventHandler;
|
|
40
42
|
};
|
|
41
|
-
declare const List: ({ items, divider, fullWidth, iconWidth, centerText, itemHeight, overflowHidden, breakspaces, iconsNotRounded, style, textGap, setItems, showToggleMeta, tooltipArrow, }: ListProps) => JSX.Element;
|
|
43
|
+
declare const List: ({ items, divider, fullWidth, iconWidth, centerText, itemHeight, overflowHidden, breakspaces, iconsNotRounded, style, textGap, setItems, showToggleMeta, tooltipArrow, onPointerEnterCapture, onPointerLeaveCapture, }: ListProps) => React.JSX.Element;
|
|
42
44
|
export default List;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,37 +6,37 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const ListDefaultStory: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const ListDisabledtStory: {
|
|
15
|
-
(): JSX.Element;
|
|
15
|
+
(): React.JSX.Element;
|
|
16
16
|
story: {
|
|
17
17
|
name: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
export declare const ListNoDividerStory: {
|
|
21
|
-
(): JSX.Element;
|
|
21
|
+
(): React.JSX.Element;
|
|
22
22
|
story: {
|
|
23
23
|
name: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
export declare const ListWithIconTooltipStory: {
|
|
27
|
-
(): JSX.Element;
|
|
27
|
+
(): React.JSX.Element;
|
|
28
28
|
story: {
|
|
29
29
|
name: string;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
export declare const ListCustomStory: {
|
|
33
|
-
(): JSX.Element;
|
|
33
|
+
(): React.JSX.Element;
|
|
34
34
|
story: {
|
|
35
35
|
name: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
export declare const ListWithToggleStory: {
|
|
39
|
-
(): JSX.Element;
|
|
39
|
+
(): React.JSX.Element;
|
|
40
40
|
story: {
|
|
41
41
|
name: string;
|
|
42
42
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const ENV_PRO = "pro";
|
|
3
3
|
export declare const ENV_TEST = "test";
|
|
4
4
|
export declare const ENV_DEV = "dev";
|
|
@@ -11,5 +11,5 @@ export interface LoginProps {
|
|
|
11
11
|
env?: string;
|
|
12
12
|
loggedInCallBack?: () => void;
|
|
13
13
|
}
|
|
14
|
-
declare const Login: ({ id, className, params, env, loggedInCallBack, ...rest }: LoginProps) => JSX.Element;
|
|
14
|
+
declare const Login: ({ id, className, params, env, loggedInCallBack, ...rest }: LoginProps) => React.JSX.Element;
|
|
15
15
|
export default Login;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,13 +6,13 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const LoginStoriesDefault: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const LoginStoriesEvent: {
|
|
15
|
-
(): JSX.Element;
|
|
15
|
+
(): React.JSX.Element;
|
|
16
16
|
story: {
|
|
17
17
|
name: string;
|
|
18
18
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type LogoTypeProps = {
|
|
3
3
|
size?: "large";
|
|
4
4
|
isDark?: boolean;
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
7
7
|
* A dummy mycause logo
|
|
8
8
|
*/
|
|
9
|
-
declare function LogoType({ size, isDark }: LogoTypeProps): JSX.Element;
|
|
9
|
+
declare function LogoType({ size, isDark }: LogoTypeProps): React.JSX.Element;
|
|
10
10
|
export default LogoType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { MenuListItemProps as MaterialMenuListItemProps } from "@material/react-menu";
|
|
3
3
|
interface MenuListItemProps extends Omit<MaterialMenuListItemProps, "tag"> {
|
|
4
4
|
href?: string;
|
|
5
5
|
}
|
|
6
|
-
declare function MenuListItem(props: MenuListItemProps): JSX.Element;
|
|
6
|
+
declare function MenuListItem(props: MenuListItemProps): React.JSX.Element;
|
|
7
7
|
export default MenuListItem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { MenuListProps as MDCMenuListProps } from "@material/react-menu";
|
|
3
|
-
declare function MenuList({ className, children, ...rest }: MDCMenuListProps): JSX.Element;
|
|
3
|
+
declare function MenuList({ className, children, ...rest }: MDCMenuListProps): React.JSX.Element;
|
|
4
4
|
export default MenuList;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const menuSurface: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface ModalImasgeProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
modalImageSrc: string;
|
|
5
|
+
toggleModal: (arg: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const ModalImage: ({ isOpen, modalImageSrc, toggleModal, }: ModalImasgeProps) => React.JSX.Element;
|
|
8
|
+
export default ModalImage;
|
|
@@ -15,6 +15,9 @@ export interface ModalProps {
|
|
|
15
15
|
minimal?: boolean;
|
|
16
16
|
acceptText?: string;
|
|
17
17
|
cancelText?: string;
|
|
18
|
+
disableAcceptButton?: boolean;
|
|
19
|
+
isConfirmationMessage?: boolean;
|
|
20
|
+
onCancel?: () => void;
|
|
18
21
|
}
|
|
19
|
-
declare const Modal: ({ id, isOpen, toggleModal, modalContent, modalTitle, onAccept, setWidth, buttonAlign, buttonColor, noCancelButton, noCloseButton, acceptText, cancelText, minimal, }: ModalProps) => JSX.Element;
|
|
22
|
+
declare const Modal: ({ id, isOpen, toggleModal, modalContent, modalTitle, onAccept, setWidth, buttonAlign, buttonColor, noCancelButton, noCloseButton, acceptText, cancelText, disableAcceptButton, minimal, isConfirmationMessage, onCancel, }: ModalProps) => React.JSX.Element;
|
|
20
23
|
export default Modal;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
@@ -6,25 +6,37 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const ModalStoriesDefault: {
|
|
9
|
-
(): JSX.Element;
|
|
9
|
+
(): React.JSX.Element;
|
|
10
10
|
story: {
|
|
11
11
|
name: string;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const ModalStoriesWithActoin: {
|
|
15
|
-
(): JSX.Element;
|
|
15
|
+
(): React.JSX.Element;
|
|
16
16
|
story: {
|
|
17
17
|
name: string;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
export declare const ModalStoriesNoButtons: {
|
|
21
|
-
(): JSX.Element;
|
|
21
|
+
(): React.JSX.Element;
|
|
22
22
|
story: {
|
|
23
23
|
name: string;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
export declare const ModalStoriesMinimal: {
|
|
27
|
-
(): JSX.Element;
|
|
27
|
+
(): React.JSX.Element;
|
|
28
|
+
story: {
|
|
29
|
+
name: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const ModalConfirmation: {
|
|
33
|
+
(): React.JSX.Element;
|
|
34
|
+
story: {
|
|
35
|
+
name: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare const ModalStoriesImage: {
|
|
39
|
+
(): React.JSX.Element;
|
|
28
40
|
story: {
|
|
29
41
|
name: string;
|
|
30
42
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountChooseCharityCard } from "./my-account-choose-charity-card";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountChooseCharityCardProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
buttonText?: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
width: string;
|
|
9
|
+
}
|
|
10
|
+
declare const MyAccountChooseCharityCard: ({ className, title, buttonText, onClick, width, }: MyAccountChooseCharityCardProps) => React.JSX.Element;
|
|
11
|
+
export default MyAccountChooseCharityCard;
|
package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
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: ({ className, title, buttonText, onClick, width, }: import("./my-account-choose-charity-card").MyAccountChooseCharityCardProps) => React.JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const chooseCharityStory: {
|
|
10
|
+
(): React.JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface FrpClosedImgProps {
|
|
3
|
+
img?: string;
|
|
4
|
+
link?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
frpColor?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const FrpClosedImg: ({ img, link, title, frpColor }: FrpClosedImgProps) => React.JSX.Element;
|
|
9
|
+
export default FrpClosedImg;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface FrpInfomationProps {
|
|
3
|
+
donations: number;
|
|
4
|
+
amountRaised: number;
|
|
5
|
+
amountGoal: number | null;
|
|
6
|
+
sqSize: number;
|
|
7
|
+
strokeWidth: number;
|
|
8
|
+
closedDate?: string | undefined;
|
|
9
|
+
customRow?: React.ReactNode;
|
|
10
|
+
manageLink?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const FrpInfomation: ({ donations, amountRaised, amountGoal, sqSize, strokeWidth, closedDate, customRow, manageLink, }: FrpInfomationProps) => React.JSX.Element;
|
|
13
|
+
export default FrpInfomation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountFrpClosed } from "./my-account-frp-closed";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountFrpClosedProps {
|
|
3
|
+
img?: string;
|
|
4
|
+
link?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
donations: number;
|
|
7
|
+
amountRaised: number;
|
|
8
|
+
amountGoal: number | null;
|
|
9
|
+
sqSize: number;
|
|
10
|
+
strokeWidth: number;
|
|
11
|
+
frpColor?: string;
|
|
12
|
+
closedDate?: string;
|
|
13
|
+
customRow?: React.ReactNode;
|
|
14
|
+
manageLink?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const MyAccountFrpClosed: ({ img, link, title, amountGoal, amountRaised, donations, sqSize, strokeWidth, frpColor, closedDate, customRow, manageLink, }: MyAccountFrpClosedProps) => React.JSX.Element;
|
|
17
|
+
export default MyAccountFrpClosed;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
decorators: ((...args: any) => any)[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const MyAccountFrpCloseStory: {
|
|
8
|
+
(): React.JSX.Element;
|
|
9
|
+
story: {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare const MyAccountFrpArchiveStoryV3: {
|
|
14
|
+
(): React.JSX.Element;
|
|
15
|
+
story: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export declare const MyAccountFrpArchiveStoryV2: {
|
|
20
|
+
(): React.JSX.Element;
|
|
21
|
+
story: {
|
|
22
|
+
name: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface FrpInfomationProps {
|
|
3
|
+
amountOfweek: number;
|
|
4
|
+
donations: number;
|
|
5
|
+
daysToGo: number;
|
|
6
|
+
amountRaised: number;
|
|
7
|
+
amountGoal: number;
|
|
8
|
+
sqSize: number;
|
|
9
|
+
strokeWidth: number;
|
|
10
|
+
manageLink?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const FrpInfomation: ({ amountOfweek, donations, daysToGo, amountRaised, amountGoal, sqSize, strokeWidth, manageLink, }: FrpInfomationProps) => React.JSX.Element;
|
|
13
|
+
export default FrpInfomation;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface FrpPreviewImgProps {
|
|
3
|
+
img?: string;
|
|
4
|
+
link?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
frpColor?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const FrpPreviewImg: ({ img, link, title, frpColor }: FrpPreviewImgProps) => React.JSX.Element;
|
|
9
|
+
export default FrpPreviewImg;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountFrpPreview } from "./my-account-frp-preview";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountFrpPreviewProps {
|
|
3
|
+
img?: string;
|
|
4
|
+
link?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
amountOfweek: number;
|
|
7
|
+
donations: number;
|
|
8
|
+
daysToGo: number;
|
|
9
|
+
amountRaised: number;
|
|
10
|
+
amountGoal: number;
|
|
11
|
+
sqSize: number;
|
|
12
|
+
strokeWidth: number;
|
|
13
|
+
manageLink?: string;
|
|
14
|
+
frpColor?: string;
|
|
15
|
+
}
|
|
16
|
+
declare const MyAccountFrpPreview: ({ img, link, title, amountGoal, amountOfweek, amountRaised, donations, sqSize, strokeWidth, daysToGo, manageLink, frpColor, }: MyAccountFrpPreviewProps) => React.JSX.Element;
|
|
17
|
+
export default MyAccountFrpPreview;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
decorators: ((...args: any) => any)[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const MyAccountFrpPreviewStory: {
|
|
8
|
+
(): React.JSX.Element;
|
|
9
|
+
story: {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare const MyAccountFrpPreviewStoryV3: {
|
|
14
|
+
(): React.JSX.Element;
|
|
15
|
+
story: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export declare const MyAccountFrpPreviewStoryV2: {
|
|
20
|
+
(): React.JSX.Element;
|
|
21
|
+
story: {
|
|
22
|
+
name: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const Icons: {
|
|
3
|
+
dashboard: (props?: {}) => React.JSX.Element;
|
|
4
|
+
collapse: (props?: {}) => React.JSX.Element;
|
|
5
|
+
expand: () => React.JSX.Element;
|
|
6
|
+
donations: () => React.JSX.Element;
|
|
7
|
+
account: () => React.JSX.Element;
|
|
8
|
+
support: () => React.JSX.Element;
|
|
9
|
+
additional: () => React.JSX.Element;
|
|
10
|
+
minus: () => React.JSX.Element;
|
|
11
|
+
dot: () => React.JSX.Element;
|
|
12
|
+
menu: () => React.JSX.Element;
|
|
13
|
+
close: () => React.JSX.Element;
|
|
14
|
+
};
|
|
15
|
+
export default Icons;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountSidebar } from "./my-account-sidebar";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountSidebarProps {
|
|
3
|
+
listMenu: Array<ItemMenu>;
|
|
4
|
+
dashboard: ItemMenu;
|
|
5
|
+
account: ItemMenu;
|
|
6
|
+
contract?: ItemMenu;
|
|
7
|
+
handleSetOverlay: (value: boolean) => void;
|
|
8
|
+
activeMenu: ItemMenu;
|
|
9
|
+
pathnameActive?: string;
|
|
10
|
+
}
|
|
11
|
+
type ItemMenu = {
|
|
12
|
+
id: string;
|
|
13
|
+
icon?: any;
|
|
14
|
+
label: string;
|
|
15
|
+
href?: string;
|
|
16
|
+
items?: Array<ItemMenu>;
|
|
17
|
+
};
|
|
18
|
+
declare const MyAccountSidebar: ({ listMenu, dashboard, account, contract, handleSetOverlay, activeMenu, pathnameActive, }: MyAccountSidebarProps) => React.JSX.Element;
|
|
19
|
+
export default MyAccountSidebar;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
decorators: ((...args: any) => any)[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const MyAccountSidebarStory: {
|
|
8
|
+
(): React.JSX.Element;
|
|
9
|
+
story: {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountStartFundraiseCard } from "./my-account-start-fundraise-card";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountStartFundraiseCardProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
buttonText1?: string;
|
|
7
|
+
buttonText2?: string;
|
|
8
|
+
onClickButton1?: () => void;
|
|
9
|
+
onClickButton2?: () => void;
|
|
10
|
+
width: string;
|
|
11
|
+
}
|
|
12
|
+
declare const MyAccountStartFundraiseCard: ({ className, title, buttonText1, buttonText2, onClickButton1, onClickButton2, width, }: MyAccountStartFundraiseCardProps) => React.JSX.Element;
|
|
13
|
+
export default MyAccountStartFundraiseCard;
|
package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
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: ({ className, title, buttonText1, buttonText2, onClickButton1, onClickButton2, width, }: import("./my-account-start-fundraise-card").MyAccountStartFundraiseCardProps) => React.JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const startFundraiseStory: {
|
|
10
|
+
(): React.JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare const startFundraiseStoryV2: {
|
|
16
|
+
(): React.JSX.Element;
|
|
17
|
+
story: {
|
|
18
|
+
name: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountStatsDonated } from "./my-account-stats-donated";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface MyAccountStatsDonatedProps {
|
|
3
|
+
amount: number;
|
|
4
|
+
donations: number;
|
|
5
|
+
viewDonationLink?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const MyAccountStatsDonated: ({ amount, donations, viewDonationLink, }: MyAccountStatsDonatedProps) => React.JSX.Element;
|
|
8
|
+
export default MyAccountStatsDonated;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
decorators: ((...args: any) => any)[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const MyAccountStatsDonatedStory: {
|
|
8
|
+
(): React.JSX.Element;
|
|
9
|
+
story: {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as MyAccountStatsRaised } from "./my-account-stats-raised";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
decorators: ((...args: any) => any)[];
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const MyAccountStatsRaisedStory: {
|
|
8
|
+
(): React.JSX.Element;
|
|
9
|
+
story: {
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
export interface IconProps {
|
|
3
3
|
stroke?: string;
|
|
4
4
|
}
|
|
5
|
-
export default function IconBigger({ stroke }: IconProps): JSX.Element;
|
|
5
|
+
export default function IconBigger({ stroke }: IconProps): React.JSX.Element;
|