@mycause/ui 0.0.0-cd14f266 → 0.0.0-cd39d1f4
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/CHANGELOG.md +567 -2
- package/README.md +10 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.d.ts +2 -1
- package/dist/components/button/button.d.ts +4 -7
- package/dist/components/button/button.stories.d.ts +12 -0
- package/dist/components/button-select/button-select.d.ts +12 -0
- package/dist/components/button-select/button-select.stories.d.ts +13 -0
- package/dist/components/button-select/index.d.ts +1 -0
- package/dist/components/campaign-card/campaign-card.d.ts +9 -0
- package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
- package/dist/components/campaign-card/index.d.ts +1 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +15 -0
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
- package/dist/components/campaign-of-month/index.d.ts +1 -0
- package/dist/components/charity-card/charity-card.d.ts +7 -0
- package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
- package/dist/components/charity-card/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +16 -0
- package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/chips/chip.d.ts +12 -0
- package/dist/components/chips/chips.d.ts +11 -0
- package/dist/components/chips/chips.stories.d.ts +25 -0
- package/dist/components/chips/index.d.ts +3 -0
- package/dist/components/chips/input-chips.d.ts +12 -0
- package/dist/components/chips/input-chips.stories.d.ts +13 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +11 -0
- package/dist/components/combo-field/combo-field.d.ts +21 -0
- package/dist/components/combo-field/combo-field.stories.d.ts +19 -0
- package/dist/components/combo-field/index.d.ts +2 -0
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
- package/dist/components/comment-section/comment-section.d.ts +24 -0
- package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
- package/dist/components/comment-section/index.d.ts +2 -0
- package/dist/components/comment-section/sub-comments.d.ts +6 -0
- package/dist/components/cropper/cropper.d.ts +22 -0
- package/dist/components/cropper/cropper.stories.d.ts +12 -0
- package/dist/components/cropper/index.d.ts +1 -0
- package/dist/components/date-picker/date-picker.d.ts +27 -0
- package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-picker/single-date-picker.d.ts +25 -0
- package/dist/components/donate-card/donate-card.d.ts +8 -0
- package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
- package/dist/components/donate-card/index.d.ts +1 -0
- package/dist/components/donation-form/donation-details.d.ts +12 -0
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
- package/dist/components/donation-form/donation-form.d.ts +64 -0
- package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
- package/dist/components/donation-form/donation-payment.d.ts +13 -0
- package/dist/components/donation-form/donation-select.d.ts +13 -0
- package/dist/components/donation-form/index.d.ts +2 -0
- package/dist/components/elevation/elevation.d.ts +13 -0
- package/dist/components/elevation/elevation.stories.d.ts +13 -0
- package/dist/components/elevation/index.d.ts +1 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/featured-campaign-card/index.d.ts +1 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
- package/dist/components/field-helpers/field-label.d.ts +8 -0
- package/dist/components/field-helpers/index.d.ts +2 -0
- package/dist/components/footerV2/footerV2.d.ts +35 -0
- package/dist/components/footerV2/footerV2.stories.d.ts +15 -0
- package/dist/components/footerV2/index.d.ts +1 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
- package/dist/components/fundraising-section/index.d.ts +1 -0
- package/dist/components/hero-banner/hero-banner.d.ts +9 -0
- package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
- package/dist/components/hero-banner/index.d.ts +1 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
- package/dist/components/horizontalbar/index.d.ts +1 -0
- package/dist/components/icon/{toggle-button.d.ts → heart-toggle.d.ts} +3 -3
- package/dist/components/icon/{toggle-button.stories.d.ts → heart-toggle.stories.d.ts} +1 -1
- package/dist/components/icon/icon-button-group.d.ts +8 -0
- package/dist/components/icon/icon-button-group.stories.d.ts +13 -0
- package/dist/components/icon/icon-button.d.ts +3 -1
- package/dist/components/icon/icon-button.stories.d.ts +6 -0
- package/dist/components/icon/index.d.ts +2 -0
- package/dist/components/index.d.ts +38 -0
- package/dist/components/info-represent-campaign/index.d.ts +1 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +12 -0
- package/dist/components/layout/box.d.ts +382 -0
- package/dist/components/layout/flex.d.ts +25 -0
- package/dist/components/layout/flex.stories.d.ts +14 -0
- package/dist/components/layout/grid.d.ts +9 -0
- package/dist/components/layout/grid.stories.d.ts +13 -0
- package/dist/components/layout/index.d.ts +4 -0
- package/dist/components/layout/stack.d.ts +16 -0
- package/dist/components/layout/stack.stories.d.ts +25 -0
- package/dist/components/line-chart/index.d.ts +2 -0
- package/dist/components/line-chart/partner-line-chart-block.d.ts +12 -0
- package/dist/components/line-chart/partner-line-chart-block.stories.d.ts +12 -0
- package/dist/components/line-chart/partner-line-chart.d.ts +3 -0
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/list.d.ts +42 -0
- package/dist/components/list/list.stories.d.ts +43 -0
- package/dist/components/login/index.d.ts +1 -0
- package/dist/components/login/login.d.ts +15 -0
- package/dist/components/login/login.stories.d.ts +19 -0
- package/dist/components/logo/logo-type.d.ts +2 -1
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu-list-divider.d.ts +2 -0
- package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
- package/dist/components/menu/menu-list.d.ts +3 -1
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/modal.d.ts +21 -0
- package/dist/components/modal/modal.stories.d.ts +31 -0
- package/dist/components/nav/icons/IconBigger.d.ts +5 -0
- package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
- package/dist/components/nav/index.d.ts +1 -0
- package/dist/components/nav/nav-actions.d.ts +5 -0
- package/dist/components/nav/nav-bar.d.ts +7 -0
- package/dist/components/nav/nav-call-to-action.d.ts +5 -0
- package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
- package/dist/components/nav/nav-expanded.d.ts +14 -0
- package/dist/components/nav/nav-list.d.ts +29 -0
- package/dist/components/nav/nav-menu-control.d.ts +8 -0
- package/dist/components/nav/nav-menu.d.ts +12 -0
- package/dist/components/nav/nav-search-control.d.ts +8 -0
- package/dist/components/nav/nav-search.d.ts +10 -0
- package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
- package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
- package/dist/components/nav/nav-user-menu.d.ts +18 -0
- package/dist/components/nav/nav.d.ts +56 -0
- package/dist/components/nav/nav.stories.d.ts +11 -0
- package/dist/components/navigation/navigation-actions.d.ts +4 -25
- package/dist/components/navigation/navigation-bar.d.ts +2 -1
- package/dist/components/navigation/navigation-call-to-action.d.ts +5 -0
- package/dist/components/navigation/navigation-expanded.d.ts +3 -8
- package/dist/components/navigation/navigation-list.d.ts +5 -1
- package/dist/components/navigation/navigation-menu-control.d.ts +7 -0
- package/dist/components/navigation/navigation-menu.d.ts +2 -1
- package/dist/components/navigation/navigation-search-control.d.ts +7 -0
- package/dist/components/navigation/navigation-sign-in-control.d.ts +11 -0
- package/dist/components/navigation/navigation-user-menu-items.d.ts +20 -0
- package/dist/components/navigation/navigation-user-menu.d.ts +18 -0
- package/dist/components/navigation/navigation.d.ts +38 -14
- package/dist/components/navigation/navigation.stories.d.ts +3 -33
- package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
- package/dist/components/partner-dashboard-chart/chart.stories.d.ts +14 -0
- package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
- package/dist/components/partner-monthly-donations/index.d.ts +1 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +8 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +12 -0
- package/dist/components/partner-monthly-stats/index.d.ts +1 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +7 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +12 -0
- package/dist/components/phone-number-input/index.d.ts +2 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
- package/dist/components/phone-number-input/util.d.ts +2 -0
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/popup.d.ts +8 -0
- package/dist/components/popup/popup.stories.d.ts +14 -0
- package/dist/components/progressbar/index.d.ts +1 -0
- package/dist/components/progressbar/progressbar.d.ts +8 -0
- package/dist/components/progressbar/progressbar.stories.d.ts +14 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio-group.d.ts +16 -0
- package/dist/components/radio/radio-group.stories.d.ts +13 -0
- package/dist/components/radio/radio.d.ts +17 -0
- package/dist/components/radio/radio.stories.d.ts +25 -0
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/select/select-helper-text.d.ts +7 -0
- package/dist/components/select/select.d.ts +17 -6
- package/dist/components/select/select.stories.d.ts +2 -21
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/spinner.d.ts +8 -0
- package/dist/components/spinner/spinner.stories.d.ts +13 -0
- package/dist/components/start-campaign-card/index.d.ts +1 -0
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
- package/dist/components/statistics/index.d.ts +1 -0
- package/dist/components/statistics/statistics.d.ts +13 -0
- package/dist/components/statistics/statistics.stories.d.ts +13 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.stories.d.ts +25 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/partner-monthly-table.d.ts +16 -0
- package/dist/components/table/partner-monthly-table.stories.d.ts +18 -0
- package/dist/components/tabs/nav-tabs.d.ts +18 -0
- package/dist/components/tabs/tab-bar.d.ts +2 -2
- package/dist/components/tabs/tab.d.ts +3 -1
- package/dist/components/tabs/tabs.d.ts +9 -4
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/text.d.ts +31 -0
- package/dist/components/text/text.stories.d.ts +44 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field-search.d.ts +9 -0
- package/dist/components/text-field/text-field.d.ts +5 -3
- package/dist/components/text-field/text-field.stories.d.ts +3 -46
- package/dist/components/uploader/index.d.ts +1 -0
- package/dist/components/uploader/uploader.d.ts +23 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +28744 -936
- package/dist/index.js +28806 -934
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/theme.d.ts +23 -6
- package/dist/utils/flags.d.ts +2 -2
- package/dist/utils/parse-numbers.d.ts +2 -0
- package/dist/utils/tap-event.d.ts +1 -0
- package/dist/utils/wrap.d.ts +2 -0
- package/package.json +26 -2
- package/styles/index.css +2852 -40
- package/styles/reset.css +2 -2
- package/dist/components/mycause-statistics/index.d.ts +0 -1
- package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
|
@@ -7,6 +7,7 @@ interface BoldAnchorProps extends React.HTMLProps<HTMLAnchorElement> {
|
|
|
7
7
|
active?: ColorSpecifier;
|
|
8
8
|
};
|
|
9
9
|
invert?: boolean;
|
|
10
|
+
analyticsId?: string;
|
|
10
11
|
}
|
|
11
|
-
declare const BoldAnchor: React.ForwardRefExoticComponent<Pick<BoldAnchorProps, "max" | "required" | "low" | "high" | "active" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "
|
|
12
|
+
declare const BoldAnchor: React.ForwardRefExoticComponent<Pick<BoldAnchorProps, "max" | "required" | "low" | "high" | "active" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "muted" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "width" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "analyticsId" | "colors"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
12
13
|
export default BoldAnchor;
|
|
@@ -4,12 +4,14 @@ import { IconProps } from "../icon/icon";
|
|
|
4
4
|
import { ColorSpecifier } from "../../theme/theme";
|
|
5
5
|
declare type ButtonTypes = HTMLAnchorElement | HTMLButtonElement;
|
|
6
6
|
export interface ButtonProps extends Omit<MDCButtonProps<ButtonTypes>, "color" | "icon" | "trailingIcon" | "primary" | "secondary" | "accent" | "danger"> {
|
|
7
|
+
control?: boolean;
|
|
7
8
|
display?: boolean;
|
|
8
9
|
large?: boolean;
|
|
9
|
-
color
|
|
10
|
+
color?: ColorSpecifier;
|
|
10
11
|
invert?: boolean;
|
|
11
12
|
icon?: React.ReactElement<IconProps>;
|
|
12
13
|
trailingIcon?: React.ReactElement<IconProps>;
|
|
14
|
+
analyticsId?: string;
|
|
13
15
|
}
|
|
14
16
|
/**
|
|
15
17
|
* Button
|
|
@@ -19,10 +21,5 @@ export interface ButtonProps extends Omit<MDCButtonProps<ButtonTypes>, "color" |
|
|
|
19
21
|
*
|
|
20
22
|
* When using this button you must also include the accompanying `button.scss`.
|
|
21
23
|
*/
|
|
22
|
-
declare function Button({ display, large, color, invert, raised, unelevated, className, icon, trailingIcon, ...rest }: ButtonProps): JSX.Element;
|
|
23
|
-
declare namespace Button {
|
|
24
|
-
var defaultProps: {
|
|
25
|
-
color: string;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
24
|
+
declare function Button({ control, display, large, color, invert, raised, unelevated, outlined, className, icon, trailingIcon, onMouseOver, onMouseOut, analyticsId, id, ...rest }: ButtonProps): JSX.Element;
|
|
28
25
|
export default Button;
|
|
@@ -35,6 +35,18 @@ export declare const icon: {
|
|
|
35
35
|
name: string;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
+
export declare const controlButton: {
|
|
39
|
+
(): JSX.Element;
|
|
40
|
+
story: {
|
|
41
|
+
name: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare const controlButtonDense: {
|
|
45
|
+
(): JSX.Element;
|
|
46
|
+
story: {
|
|
47
|
+
name: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
38
50
|
export declare const example1: {
|
|
39
51
|
(): JSX.Element;
|
|
40
52
|
story: {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ListProps } from "../list/list";
|
|
3
|
+
import { ElevationProps } from "../elevation/elevation";
|
|
4
|
+
import { ButtonProps } from "../button/button";
|
|
5
|
+
export interface ButtonSelectProps {
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
button: Omit<ButtonProps, "onClick">;
|
|
8
|
+
list: ListProps;
|
|
9
|
+
elevation: Omit<ElevationProps, "children">;
|
|
10
|
+
}
|
|
11
|
+
declare const ButtonSelect: ({ children, button, list, elevation, }: ButtonSelectProps) => JSX.Element;
|
|
12
|
+
export default ButtonSelect;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const ButtonSelectStories: {
|
|
9
|
+
(): JSX.Element;
|
|
10
|
+
story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ButtonSelect } from "./button-select";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface CampaignCardProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
imageURL?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const CampaignCard: ({ className, imageURL, title, description, }: CampaignCardProps) => JSX.Element;
|
|
9
|
+
export default CampaignCard;
|
|
@@ -0,0 +1,14 @@
|
|
|
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, imageURL, title, description, }: import("./campaign-card").CampaignCardProps) => JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const campaincard: {
|
|
10
|
+
(): JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CampaignCard } from "./campaign-card";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface CampaignOfMonthProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
text?: string;
|
|
6
|
+
imageUrl?: string;
|
|
7
|
+
rised?: number;
|
|
8
|
+
donation?: number;
|
|
9
|
+
goal?: number;
|
|
10
|
+
btnText?: string;
|
|
11
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
12
|
+
idBtn?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const CampaignOfMonth: ({ className, title, text, imageUrl, rised, donation, goal, btnText, onClick, idBtn, }: CampaignOfMonthProps) => JSX.Element;
|
|
15
|
+
export default CampaignOfMonth;
|
|
@@ -0,0 +1,14 @@
|
|
|
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, text, imageUrl, rised, donation, goal, btnText, onClick, idBtn, }: import("./campaign-of-month").CampaignOfMonthProps) => JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const campaignofmonth: {
|
|
10
|
+
(): JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CampaignOfMonth } from "./campaign-of-month";
|
|
@@ -0,0 +1,14 @@
|
|
|
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 }: import("./charity-card").CharityCardProps) => JSX.Element;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const charitycard: {
|
|
10
|
+
(): JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CharityCard } from "./charity-card";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ColorSpecifier } from "../../theme/theme";
|
|
3
|
+
import { CheckboxProps as MDCCheckboxProps } from "@material/react-checkbox";
|
|
4
|
+
export interface CheckboxProps extends Omit<MDCCheckboxProps, "initRipple" | "unbounded"> {
|
|
5
|
+
id?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
label?: React.ReactNode;
|
|
8
|
+
color?: ColorSpecifier;
|
|
9
|
+
checked?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
onChange?: (e: React.FormEvent<HTMLInputElement>) => void;
|
|
12
|
+
indeterminate?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const Checkbox: ({ id, label, color, checked, className, ...rest }: CheckboxProps) => JSX.Element;
|
|
16
|
+
export default Checkbox;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const CheckBoxStoriesDefault: {
|
|
9
|
+
(): JSX.Element;
|
|
10
|
+
story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const CheckBoxStoriesLabel: {
|
|
15
|
+
(): JSX.Element;
|
|
16
|
+
story: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export declare const CheckBoxStoriesDisabled: {
|
|
21
|
+
(): JSX.Element;
|
|
22
|
+
story: {
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Checkbox } from "./checkbox";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ChipProps as MDCChipProps } from "@material/react-chips";
|
|
3
|
+
import { IconProps } from "../icon/icon";
|
|
4
|
+
export interface ChipProps extends Omit<MDCChipProps, "ref" | "initRipple" | "leadingIcon" | "trailingIcon"> {
|
|
5
|
+
leadingIcon?: React.ReactElement<IconProps>;
|
|
6
|
+
trailingIcon?: React.ReactElement<IconProps>;
|
|
7
|
+
}
|
|
8
|
+
declare function Chip({ className, leadingIcon, trailingIcon, ...props }: ChipProps): JSX.Element;
|
|
9
|
+
declare namespace Chip {
|
|
10
|
+
var defaultProps: Partial<Pick<MDCChipProps, "label" | "selected" | "id" | "onClick" | "onTransitionEnd" | "trailingIcon" | "handleSelect" | "handleRemove" | "handleInteraction" | "handleTrailingIconInteraction" | "chipCheckmark" | "leadingIcon" | "shouldRemoveOnTrailingIconClick"> & import("@material/react-ripple").RippledComponentProps<HTMLDivElement>> | undefined;
|
|
11
|
+
}
|
|
12
|
+
export default Chip;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ChipSetProps } from "@material/react-chips";
|
|
3
|
+
import { ChipProps } from "./chip";
|
|
4
|
+
interface ChipsProps extends Omit<ChipSetProps, "ref" | "children"> {
|
|
5
|
+
value?: Array<string>;
|
|
6
|
+
onChange?: (ids: Array<string>) => void;
|
|
7
|
+
options?: Array<ChipProps>;
|
|
8
|
+
children?: ChipSetProps["children"];
|
|
9
|
+
}
|
|
10
|
+
declare function Chips({ value, onChange, options, children, ...rest }: ChipsProps): JSX.Element;
|
|
11
|
+
export default Chips;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const chips: {
|
|
9
|
+
(): JSX.Element;
|
|
10
|
+
story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const ChoiceChips: {
|
|
15
|
+
(): JSX.Element;
|
|
16
|
+
story: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export declare const FilterChips: {
|
|
21
|
+
(): JSX.Element;
|
|
22
|
+
story: {
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ChipSetProps, ChipProps } from "@material/react-chips";
|
|
3
|
+
interface ChipsProps extends Omit<ChipSetProps, "ref" | "children"> {
|
|
4
|
+
onChange?: (ids: Array<string>) => void;
|
|
5
|
+
options?: Array<ChipProps>;
|
|
6
|
+
children: Array<React.ReactElement<ChipProps>> | React.ReactElement<ChipProps>;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* A form control for adding and removing items to a set.
|
|
10
|
+
*/
|
|
11
|
+
declare function InputChips({ onChange, ...rest }: ChipsProps): JSX.Element;
|
|
12
|
+
export default InputChips;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare function InputChipsStory(): JSX.Element;
|
|
9
|
+
export declare namespace InputChipsStory {
|
|
10
|
+
var story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ComboFieldExpander {
|
|
3
|
+
children: React.ReactElement;
|
|
4
|
+
className?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Makes a field in a combo-field expand to fill as
|
|
8
|
+
* much size as it can.
|
|
9
|
+
*/
|
|
10
|
+
declare function ComboFieldExpander({ children, className, ...props }: ComboFieldExpander): JSX.Element;
|
|
11
|
+
export default ComboFieldExpander;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ComboFieldProps {
|
|
3
|
+
children: Array<React.ReactElement>;
|
|
4
|
+
className?: string;
|
|
5
|
+
large?: boolean;
|
|
6
|
+
buttonBorder?: boolean;
|
|
7
|
+
buttonFullWidth?: boolean;
|
|
8
|
+
align?: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Combines several input controls to into one visually continuous
|
|
12
|
+
* control
|
|
13
|
+
*
|
|
14
|
+
* Supports the following components:
|
|
15
|
+
* - TextField
|
|
16
|
+
* - Select
|
|
17
|
+
* - Button
|
|
18
|
+
* - IconButtonGroup
|
|
19
|
+
*/
|
|
20
|
+
declare function ComboField({ children, className, large, buttonBorder, buttonFullWidth, align, ...rest }: ComboFieldProps): JSX.Element;
|
|
21
|
+
export default ComboField;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const ComboFieldStory: {
|
|
9
|
+
(): JSX.Element;
|
|
10
|
+
story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const WithIconButton: {
|
|
15
|
+
(): JSX.Element;
|
|
16
|
+
story: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SubCommentsV2Props } from "./sub-comments-v2";
|
|
3
|
+
export declare type CommentTypeV2 = {
|
|
4
|
+
amount?: number | string;
|
|
5
|
+
claps?: 0 | 1;
|
|
6
|
+
comment?: string | null;
|
|
7
|
+
donationDate?: string | number;
|
|
8
|
+
firstName?: string;
|
|
9
|
+
id?: number;
|
|
10
|
+
isAnonymous?: boolean;
|
|
11
|
+
kisses?: 0 | 1;
|
|
12
|
+
lastName?: string;
|
|
13
|
+
likes?: 0 | 1;
|
|
14
|
+
message?: string;
|
|
15
|
+
prays?: 1 | 0;
|
|
16
|
+
profileImage?: string | null;
|
|
17
|
+
tears?: 0 | 1;
|
|
18
|
+
thumbs?: 0 | 1;
|
|
19
|
+
userId?: number | string | null;
|
|
20
|
+
campaignCreator?: string;
|
|
21
|
+
subComment?: Array<SubCommentsV2Props>;
|
|
22
|
+
};
|
|
23
|
+
export declare const checkLastElement: (key: number, itemLength: number) => boolean;
|
|
24
|
+
interface ComboFieldProps {
|
|
25
|
+
comments: Array<CommentTypeV2 & {
|
|
26
|
+
subComment?: Array<CommentTypeV2>;
|
|
27
|
+
}>;
|
|
28
|
+
showMore?: () => void;
|
|
29
|
+
}
|
|
30
|
+
declare const CommentSectionV2: ({ comments, showMore }: ComboFieldProps) => JSX.Element;
|
|
31
|
+
export default CommentSectionV2;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type SubCommentsV2Props = {
|
|
3
|
+
profileImage: string;
|
|
4
|
+
firstName?: string;
|
|
5
|
+
lastName?: string;
|
|
6
|
+
comment: string;
|
|
7
|
+
};
|
|
8
|
+
declare const SubCommentsV2: ({ comments, }: {
|
|
9
|
+
comments: SubCommentsV2Props[];
|
|
10
|
+
}) => JSX.Element;
|
|
11
|
+
export default SubCommentsV2;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare type CommentType = {
|
|
3
|
+
profileImage: string;
|
|
4
|
+
username: string;
|
|
5
|
+
comment?: string;
|
|
6
|
+
liked: boolean;
|
|
7
|
+
userId: string | number;
|
|
8
|
+
donation?: number | string;
|
|
9
|
+
date?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const checkLastElement: (key: number, itemLength: number) => boolean;
|
|
12
|
+
interface ComboFieldProps {
|
|
13
|
+
comments: Array<CommentType & {
|
|
14
|
+
subComment?: Array<CommentType>;
|
|
15
|
+
}>;
|
|
16
|
+
title: React.ReactNode | string;
|
|
17
|
+
maxWidth?: string;
|
|
18
|
+
dissableCount?: boolean;
|
|
19
|
+
showMore?: () => void;
|
|
20
|
+
likeCall?: (e: CommentType) => void;
|
|
21
|
+
dp?: number;
|
|
22
|
+
}
|
|
23
|
+
declare const CommentSection: ({ comments, maxWidth, title, dissableCount, showMore, likeCall, dp, }: ComboFieldProps) => JSX.Element;
|
|
24
|
+
export default CommentSection;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
decorators: (typeof CenterDecorator)[];
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const CommentSectionStory: {
|
|
9
|
+
(): JSX.Element;
|
|
10
|
+
story: {
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const CommentSectionStoryV2: {
|
|
15
|
+
(): JSX.Element;
|
|
16
|
+
story: {
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface CropperProps {
|
|
3
|
+
image: string;
|
|
4
|
+
aspectRatio: number;
|
|
5
|
+
cropImage: (arg: string) => void;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
dragMode?: "none" | "move" | "crop" | undefined;
|
|
8
|
+
viewMode?: 0 | 1 | 2 | 3 | undefined;
|
|
9
|
+
minCropBoxWidth?: number;
|
|
10
|
+
minCropBoxHeight?: number;
|
|
11
|
+
wheelZoomRatio?: number;
|
|
12
|
+
toggleDragModeOnDblclick?: boolean;
|
|
13
|
+
cropBoxMovable?: boolean;
|
|
14
|
+
cropBoxResizable?: boolean;
|
|
15
|
+
zoomOnWheel?: boolean;
|
|
16
|
+
guides?: boolean;
|
|
17
|
+
autoCropArea?: number;
|
|
18
|
+
quality?: number;
|
|
19
|
+
imageType?: string;
|
|
20
|
+
}
|
|
21
|
+
declare const Cropper: ({ image, aspectRatio, cropImage, autoCropArea, quality, imageType, ...res }: CropperProps) => JSX.Element;
|
|
22
|
+
export default Cropper;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Cropper } from "./cropper";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "react-dates/initialize";
|
|
3
|
+
import moment from "moment";
|
|
4
|
+
export interface DatePickerProps {
|
|
5
|
+
hasArrowIcon?: boolean;
|
|
6
|
+
startDate: moment.Moment | null;
|
|
7
|
+
endDate: moment.Moment | null;
|
|
8
|
+
focusedInput: "startDate" | "endDate" | null;
|
|
9
|
+
setFocusedInput: (event: "startDate" | "endDate" | null) => void;
|
|
10
|
+
setStartDate: (date: moment.Moment | null) => void;
|
|
11
|
+
setEndDate: (date: moment.Moment | null) => void;
|
|
12
|
+
startDateId: string;
|
|
13
|
+
endDateId: string;
|
|
14
|
+
startDatePlaceholderText?: string;
|
|
15
|
+
endDatePlaceholderText?: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
color?: string;
|
|
18
|
+
required?: boolean;
|
|
19
|
+
numberOfMonths?: number;
|
|
20
|
+
inputIconPosition?: "before" | "after";
|
|
21
|
+
orientation?: "horizontal" | "vertical";
|
|
22
|
+
customInputIcon?: React.ReactElement<React.HTMLProps<HTMLOrSVGElement>>;
|
|
23
|
+
customArrowIcon?: React.ReactElement<React.HTMLProps<HTMLOrSVGElement>>;
|
|
24
|
+
customCloseIcon?: React.ReactElement<React.HTMLProps<HTMLOrSVGElement>>;
|
|
25
|
+
}
|
|
26
|
+
declare const DatePicker: ({ color, setStartDate, setEndDate, setFocusedInput, hasArrowIcon, numberOfMonths, ...rest }: DatePickerProps) => JSX.Element;
|
|
27
|
+
export default DatePicker;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import "react-dates/initialize";
|
|
3
|
+
import CenterDecorator from "../../utils/center-decorator";
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
decorators: (typeof CenterDecorator)[];
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const DatePickerStory: {
|
|
10
|
+
(): JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare const DatePickerNoIconStory: {
|
|
16
|
+
(): JSX.Element;
|
|
17
|
+
story: {
|
|
18
|
+
name: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export declare const DatePickerCustomIconsStory: {
|
|
22
|
+
(): JSX.Element;
|
|
23
|
+
story: {
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export declare const SingleDatePickerStory: {
|
|
28
|
+
(): JSX.Element;
|
|
29
|
+
story: {
|
|
30
|
+
name: string;
|
|
31
|
+
};
|
|
32
|
+
};
|