@commonsku/styles 1.11.7 → 1.13.1
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/dist/index.es.js +6895 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +7099 -0
- package/dist/index.js.map +1 -0
- package/dist/styles/Accordion.d.ts +2 -0
- package/dist/styles/Accordion.d.ts.map +1 -0
- package/dist/styles/Artwork.d.ts +21 -0
- package/dist/styles/Artwork.d.ts.map +1 -0
- package/dist/styles/Avatar.d.ts +11 -0
- package/dist/styles/Avatar.d.ts.map +1 -0
- package/dist/styles/Backdrop.d.ts +6 -0
- package/dist/styles/Backdrop.d.ts.map +1 -0
- package/dist/styles/Background.d.ts +6 -0
- package/dist/styles/Background.d.ts.map +1 -0
- package/dist/styles/Badge.d.ts +5 -0
- package/dist/styles/Badge.d.ts.map +1 -0
- package/dist/styles/Box.d.ts +10 -0
- package/dist/styles/Box.d.ts.map +1 -0
- package/dist/styles/Button.d.ts +28 -0
- package/dist/styles/Button.d.ts.map +1 -0
- package/dist/styles/Collapsible.d.ts +45 -0
- package/dist/styles/Collapsible.d.ts.map +1 -0
- package/dist/styles/Datepicker.d.ts +21 -0
- package/dist/styles/Datepicker.d.ts.map +1 -0
- package/dist/styles/DropArea.d.ts +18 -0
- package/dist/styles/DropArea.d.ts.map +1 -0
- package/dist/styles/Dropdown.d.ts +25 -0
- package/dist/styles/Dropdown.d.ts.map +1 -0
- package/dist/styles/ErrorBoundary.d.ts +11 -0
- package/dist/styles/ErrorBoundary.d.ts.map +1 -0
- package/dist/styles/Feed.d.ts +11 -0
- package/dist/styles/Feed.d.ts.map +1 -0
- package/dist/styles/FlexboxGrid.d.ts +16 -0
- package/dist/styles/FlexboxGrid.d.ts.map +1 -0
- package/dist/styles/Headings.d.ts +21 -0
- package/dist/styles/Headings.d.ts.map +1 -0
- package/dist/styles/HeadlessTable.d.ts +28 -0
- package/dist/styles/HeadlessTable.d.ts.map +1 -0
- package/dist/styles/Img.d.ts +7 -0
- package/dist/styles/Img.d.ts.map +1 -0
- package/dist/styles/Input.d.ts +80 -0
- package/dist/styles/Input.d.ts.map +1 -0
- package/dist/styles/Label.d.ts +6 -0
- package/dist/styles/Label.d.ts.map +1 -0
- package/dist/styles/MultiProgress.d.ts +19 -0
- package/dist/styles/MultiProgress.d.ts.map +1 -0
- package/dist/styles/Padding.d.ts +4 -0
- package/dist/styles/Padding.d.ts.map +1 -0
- package/dist/styles/Page.d.ts +5 -0
- package/dist/styles/Page.d.ts.map +1 -0
- package/dist/styles/Popup.d.ts +23 -0
- package/dist/styles/Popup.d.ts.map +1 -0
- package/dist/styles/Product.d.ts +12 -0
- package/dist/styles/Product.d.ts.map +1 -0
- package/dist/styles/Progress.d.ts +11 -0
- package/dist/styles/Progress.d.ts.map +1 -0
- package/dist/styles/Select.d.ts +50 -0
- package/dist/styles/Select.d.ts.map +1 -0
- package/dist/styles/SharedStyles.d.ts +30 -0
- package/dist/styles/SharedStyles.d.ts.map +1 -0
- package/dist/styles/SidePanel.d.ts +40 -0
- package/dist/styles/SidePanel.d.ts.map +1 -0
- package/dist/styles/Sizer.d.ts +35 -0
- package/dist/styles/Sizer.d.ts.map +1 -0
- package/dist/styles/Sparkles.d.ts +6 -0
- package/dist/styles/Sparkles.d.ts.map +1 -0
- package/dist/styles/Spinner.d.ts +6 -0
- package/dist/styles/Spinner.d.ts.map +1 -0
- package/dist/styles/StarRating.d.ts +6 -0
- package/dist/styles/StarRating.d.ts.map +1 -0
- package/dist/styles/StateDropdown.d.ts +35 -0
- package/dist/styles/StateDropdown.d.ts.map +1 -0
- package/dist/styles/StatusDropdown.d.ts +32 -0
- package/dist/styles/StatusDropdown.d.ts.map +1 -0
- package/dist/styles/Table.d.ts +34 -0
- package/dist/styles/Table.d.ts.map +1 -0
- package/dist/styles/Tabs.d.ts +35 -0
- package/dist/styles/Tabs.d.ts.map +1 -0
- package/dist/styles/Task.d.ts +33 -0
- package/dist/styles/Task.d.ts.map +1 -0
- package/dist/styles/Text.d.ts +28 -0
- package/dist/styles/Text.d.ts.map +1 -0
- package/dist/styles/Textarea.d.ts +21 -0
- package/dist/styles/Textarea.d.ts.map +1 -0
- package/dist/styles/Theme.d.ts +107 -0
- package/dist/styles/Theme.d.ts.map +1 -0
- package/dist/styles/Toggle.d.ts +11 -0
- package/dist/styles/Toggle.d.ts.map +1 -0
- package/dist/styles/calendar/Calendar.d.ts +37 -0
- package/dist/styles/calendar/Calendar.d.ts.map +1 -0
- package/dist/styles/calendar/CalendarDayBody.d.ts +10 -0
- package/dist/styles/calendar/CalendarDayBody.d.ts.map +1 -0
- package/dist/styles/calendar/CalendarDaysBody.d.ts +26 -0
- package/dist/styles/calendar/CalendarDaysBody.d.ts.map +1 -0
- package/dist/styles/calendar/CalendarDaysHeader.d.ts +9 -0
- package/dist/styles/calendar/CalendarDaysHeader.d.ts.map +1 -0
- package/dist/styles/calendar/CalendarWrapper.d.ts +3 -0
- package/dist/styles/calendar/CalendarWrapper.d.ts.map +1 -0
- package/dist/styles/calendar/DaysBodyWrapper.d.ts +3 -0
- package/dist/styles/calendar/DaysBodyWrapper.d.ts.map +1 -0
- package/dist/styles/calendar/DaysHeaderWrapper.d.ts +3 -0
- package/dist/styles/calendar/DaysHeaderWrapper.d.ts.map +1 -0
- package/dist/styles/calendar/DefaultCalendarFooter.d.ts +6 -0
- package/dist/styles/calendar/DefaultCalendarFooter.d.ts.map +1 -0
- package/dist/styles/calendar/DefaultCalendarHeader.d.ts +8 -0
- package/dist/styles/calendar/DefaultCalendarHeader.d.ts.map +1 -0
- package/dist/styles/calendar/DraggableCalendarFooterTasks.d.ts +14 -0
- package/dist/styles/calendar/DraggableCalendarFooterTasks.d.ts.map +1 -0
- package/dist/styles/calendar/DraggableTasksCalendar.d.ts +48 -0
- package/dist/styles/calendar/DraggableTasksCalendar.d.ts.map +1 -0
- package/dist/styles/calendar/HeaderWrapper.d.ts +3 -0
- package/dist/styles/calendar/HeaderWrapper.d.ts.map +1 -0
- package/dist/styles/calendar/StyledDayBody.d.ts +8 -0
- package/dist/styles/calendar/StyledDayBody.d.ts.map +1 -0
- package/dist/styles/calendar/StyledDayText.d.ts +7 -0
- package/dist/styles/calendar/StyledDayText.d.ts.map +1 -0
- package/dist/styles/calendar/TasksCalendar.d.ts +43 -0
- package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -0
- package/dist/styles/calendar/TasksCalendarDayBody.d.ts +8 -0
- package/dist/styles/calendar/TasksCalendarDayBody.d.ts.map +1 -0
- package/dist/styles/calendar/TasksCalendarFooter.d.ts +14 -0
- package/dist/styles/calendar/TasksCalendarFooter.d.ts.map +1 -0
- package/dist/styles/calendar/TasksCalendarHeader.d.ts +18 -0
- package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -0
- package/dist/styles/calendar/index.d.ts +18 -0
- package/dist/styles/calendar/index.d.ts.map +1 -0
- package/dist/styles/calendar/styles.d.ts +33 -0
- package/dist/styles/calendar/styles.d.ts.map +1 -0
- package/dist/styles/globalStyles.d.ts +3 -0
- package/dist/styles/globalStyles.d.ts.map +1 -0
- package/dist/styles/hooks/index.d.ts +6 -0
- package/dist/styles/hooks/index.d.ts.map +1 -0
- package/dist/styles/hooks/useCalendar.d.ts +35 -0
- package/dist/styles/hooks/useCalendar.d.ts.map +1 -0
- package/dist/styles/hooks/useDelayUnmount.d.ts +3 -0
- package/dist/styles/hooks/useDelayUnmount.d.ts.map +1 -0
- package/dist/styles/hooks/usePrefersReducedMotion.d.ts +3 -0
- package/dist/styles/hooks/usePrefersReducedMotion.d.ts.map +1 -0
- package/dist/styles/hooks/useRandomInterval.d.ts +3 -0
- package/dist/styles/hooks/useRandomInterval.d.ts.map +1 -0
- package/dist/styles/hooks/useWindowSize.d.ts +3 -0
- package/dist/styles/hooks/useWindowSize.d.ts.map +1 -0
- package/dist/styles/icons/AwaitingProofIcon.d.ts +9 -0
- package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -0
- package/dist/styles/icons/CalendarIcon.d.ts +10 -0
- package/dist/styles/icons/CalendarIcon.d.ts.map +1 -0
- package/dist/styles/icons/ChangeRequestedIcon.d.ts +9 -0
- package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -0
- package/dist/styles/icons/ChatIcon.d.ts +10 -0
- package/dist/styles/icons/ChatIcon.d.ts.map +1 -0
- package/dist/styles/icons/CircleProgressIcon.d.ts +12 -0
- package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -0
- package/dist/styles/icons/ClientApprovedIcon.d.ts +9 -0
- package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -0
- package/dist/styles/icons/ColumnSelectIcon.d.ts +8 -0
- package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -0
- package/dist/styles/icons/CouponIcon.d.ts +9 -0
- package/dist/styles/icons/CouponIcon.d.ts.map +1 -0
- package/dist/styles/icons/DownArrowIcon.d.ts +10 -0
- package/dist/styles/icons/DownArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/DownloadIcon.d.ts +5 -0
- package/dist/styles/icons/DownloadIcon.d.ts.map +1 -0
- package/dist/styles/icons/FileIcon.d.ts +6 -0
- package/dist/styles/icons/FileIcon.d.ts.map +1 -0
- package/dist/styles/icons/GearIcon.d.ts +10 -0
- package/dist/styles/icons/GearIcon.d.ts.map +1 -0
- package/dist/styles/icons/InfoIcon.d.ts +10 -0
- package/dist/styles/icons/InfoIcon.d.ts.map +1 -0
- package/dist/styles/icons/Loading.d.ts +16 -0
- package/dist/styles/icons/Loading.d.ts.map +1 -0
- package/dist/styles/icons/LockIcon.d.ts +11 -0
- package/dist/styles/icons/LockIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavConnectIcon.d.ts +11 -0
- package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavFinanceIcon.d.ts +11 -0
- package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavManagementIcon.d.ts +11 -0
- package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavProdIcon.d.ts +11 -0
- package/dist/styles/icons/NavProdIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavResourcesIcon.d.ts +11 -0
- package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -0
- package/dist/styles/icons/NavSalesIcon.d.ts +11 -0
- package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -0
- package/dist/styles/icons/NextPrevIcon.d.ts +11 -0
- package/dist/styles/icons/NextPrevIcon.d.ts.map +1 -0
- package/dist/styles/icons/NoMarketingIcon.d.ts +9 -0
- package/dist/styles/icons/NoMarketingIcon.d.ts.map +1 -0
- package/dist/styles/icons/NoteIcon.d.ts +9 -0
- package/dist/styles/icons/NoteIcon.d.ts.map +1 -0
- package/dist/styles/icons/PanelIcon.d.ts +9 -0
- package/dist/styles/icons/PanelIcon.d.ts.map +1 -0
- package/dist/styles/icons/PendingApprovalIcon.d.ts +9 -0
- package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -0
- package/dist/styles/icons/PinIcon.d.ts +10 -0
- package/dist/styles/icons/PinIcon.d.ts.map +1 -0
- package/dist/styles/icons/ProofReceivedIcon.d.ts +9 -0
- package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -0
- package/dist/styles/icons/ProofingCompleteIcon.d.ts +9 -0
- package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -0
- package/dist/styles/icons/SVG.d.ts +4 -0
- package/dist/styles/icons/SVG.d.ts.map +1 -0
- package/dist/styles/icons/TableIcon.d.ts +10 -0
- package/dist/styles/icons/TableIcon.d.ts.map +1 -0
- package/dist/styles/icons/TaskIcon.d.ts +9 -0
- package/dist/styles/icons/TaskIcon.d.ts.map +1 -0
- package/dist/styles/icons/TrashIcon.d.ts +10 -0
- package/dist/styles/icons/TrashIcon.d.ts.map +1 -0
- package/dist/styles/icons/UpArrowIcon.d.ts +10 -0
- package/dist/styles/icons/UpArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/UpDownArrowsIcon.d.ts +10 -0
- package/dist/styles/icons/UpDownArrowsIcon.d.ts.map +1 -0
- package/dist/styles/icons/WarningIcon.d.ts +7 -0
- package/dist/styles/icons/WarningIcon.d.ts.map +1 -0
- package/dist/styles/icons/YesMarketingIcon.d.ts +9 -0
- package/dist/styles/icons/YesMarketingIcon.d.ts.map +1 -0
- package/dist/styles/icons/index.d.ts +37 -0
- package/dist/styles/icons/index.d.ts.map +1 -0
- package/dist/styles/index.d.ts +46 -0
- package/dist/styles/index.d.ts.map +1 -0
- package/dist/styles/tables/SimpleWindowedTable.d.ts +18 -0
- package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -0
- package/dist/styles/tables/index.d.ts +3 -0
- package/dist/styles/tables/index.d.ts.map +1 -0
- package/dist/styles/tables/scrollbarWidth.d.ts +3 -0
- package/dist/styles/tables/scrollbarWidth.d.ts.map +1 -0
- package/dist/styles/tables/types.d.ts +16 -0
- package/dist/styles/tables/types.d.ts.map +1 -0
- package/dist/styles/verticalScrollbarWidth.d.ts +3 -0
- package/dist/styles/verticalScrollbarWidth.d.ts.map +1 -0
- package/dist/utils/generateColor.d.ts +3 -0
- package/dist/utils/generateColor.d.ts.map +1 -0
- package/dist/utils/index.d.ts +178 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/sizes.d.ts +5 -0
- package/dist/utils/sizes.d.ts.map +1 -0
- package/dist/utils/ssr.d.ts +172 -0
- package/dist/utils/ssr.d.ts.map +1 -0
- package/package.json +4 -2
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
|
+
import { StyledComponentProps } from 'styled-components';
|
|
3
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
4
|
+
export declare type InputProps = StyledComponentProps<'input', any, {}, never> & {
|
|
5
|
+
noMargin?: boolean;
|
|
6
|
+
error?: boolean;
|
|
7
|
+
isPercent?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const InputIconLabel: import("styled-components").StyledComponent<"div", any, InputProps, never>;
|
|
10
|
+
export declare const InputIconLabelContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
+
export declare const Input: import("styled-components").StyledComponent<"input", any, Pick<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
|
|
12
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
13
|
+
}, "ref" | "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & Partial<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
|
|
14
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
15
|
+
}, never>>, "ref" | "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
|
|
16
|
+
theme?: any;
|
|
17
|
+
} & {
|
|
18
|
+
noMargin?: boolean | undefined;
|
|
19
|
+
error?: boolean | undefined;
|
|
20
|
+
isPercent?: boolean | undefined;
|
|
21
|
+
} & SharedStyleTypes, never>;
|
|
22
|
+
declare type LabeledInputPropType = InputProps & {
|
|
23
|
+
label: string;
|
|
24
|
+
name?: string;
|
|
25
|
+
isPercent?: boolean;
|
|
26
|
+
} & SharedStyleTypes;
|
|
27
|
+
export declare const LabeledInput: React.ForwardRefExoticComponent<Pick<LabeledInputPropType, string | number> & React.RefAttributes<HTMLInputElement>>;
|
|
28
|
+
export declare const RadioLabel: import("styled-components").StyledComponent<"label", any, {
|
|
29
|
+
disabled?: boolean | undefined;
|
|
30
|
+
}, never>;
|
|
31
|
+
declare type RadioProps = StyledComponentProps<'input', any, {
|
|
32
|
+
isHovering?: boolean;
|
|
33
|
+
}, never>;
|
|
34
|
+
export declare const Radio: import("styled-components").StyledComponent<"input", any, Pick<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
|
|
35
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
36
|
+
} & {
|
|
37
|
+
isHovering?: boolean | undefined;
|
|
38
|
+
}, "ref" | "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isHovering"> & Partial<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
|
|
39
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
40
|
+
} & {
|
|
41
|
+
isHovering?: boolean | undefined;
|
|
42
|
+
}, never>>, "ref" | "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "children" | "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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isHovering"> & {
|
|
43
|
+
theme?: any;
|
|
44
|
+
}, never>;
|
|
45
|
+
export declare const CheckMark: import("styled-components").StyledComponent<"span", any, {
|
|
46
|
+
checked?: boolean | undefined;
|
|
47
|
+
isHovering?: boolean | undefined;
|
|
48
|
+
disabled?: boolean | undefined;
|
|
49
|
+
} & SharedStyleTypes, never>;
|
|
50
|
+
export declare const Dot: import("styled-components").StyledComponent<"span", any, {
|
|
51
|
+
checked?: boolean | undefined;
|
|
52
|
+
isHovering?: boolean | undefined;
|
|
53
|
+
disabled?: boolean | undefined;
|
|
54
|
+
} & SharedStyleTypes, never>;
|
|
55
|
+
export declare const LabeledRadio: React.FC<RadioProps & {
|
|
56
|
+
label: string;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const LabeledRadioGroup: React.FC<RadioProps & {
|
|
59
|
+
name: string;
|
|
60
|
+
radios: [{
|
|
61
|
+
label: string;
|
|
62
|
+
value: any;
|
|
63
|
+
}];
|
|
64
|
+
}>;
|
|
65
|
+
export declare type LabeledCheckboxProps = {
|
|
66
|
+
checked?: boolean;
|
|
67
|
+
disabled?: boolean;
|
|
68
|
+
onChange?: React.ChangeEventHandler<HTMLInputElement>;
|
|
69
|
+
label: string | React.ReactNode;
|
|
70
|
+
name?: string;
|
|
71
|
+
checkboxStyle?: CSSProperties;
|
|
72
|
+
labelStyle?: CSSProperties;
|
|
73
|
+
checkboxPosition?: string;
|
|
74
|
+
hoverByLabel?: boolean;
|
|
75
|
+
stopPropagation?: boolean;
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
};
|
|
78
|
+
export declare const LabeledCheckbox: React.ForwardRefExoticComponent<Pick<LabeledCheckboxProps, string | number> & React.RefAttributes<HTMLInputElement>>;
|
|
79
|
+
export {};
|
|
80
|
+
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAoB,aAAa,EAAE,MAAM,OAAO,CAAA;AAC9D,OAAe,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAEhE,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIhE,oBAAY,UAAU,GAAG,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,CAAC,GAAG;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAC,OAAO,CAAC;IAAC,SAAS,CAAC,EAAC,OAAO,CAAA;CAAC,CAAC;AAElI,eAAO,MAAM,cAAc,4EAY1B,CAAA;AAED,eAAO,MAAM,uBAAuB,oEAInC,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;4BAsBjB,CAAC;AAGF,aAAK,oBAAoB,GAAG,UAAU,GAAG;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,OAAO,CAAA;CAAC,GAAG,gBAAgB,CAAC;AAChH,eAAO,MAAM,YAAY,sHAWxB,CAAA;AAED,eAAO,MAAM,UAAU;;SAuBtB,CAAC;AAEF,aAAK,UAAU,GAAG,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAC,EAAE,KAAK,CAAC,CAAC;AACpF,eAAO,MAAM,KAAK;;;;;;;;;;SAmBjB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;4BAkCrB,CAAA;AAED,eAAO,MAAM,GAAG;;;;4BAgCf,CAAC;AAUF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAqB/D,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAC,CAAC,CAAA;CAAC,CAU1G,CAAA;AAED,oBAAY,oBAAoB,GAAG;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,KAAK,EAAE,MAAM,GAAC,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AACF,eAAO,MAAM,eAAe,sHAmC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Label.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEhE,QAAA,MAAM,KAAK;;4BASV,CAAC;AAEF,OAAO,EAAC,KAAK,EAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
3
|
+
declare type ProgressBarValue = {
|
|
4
|
+
value: number;
|
|
5
|
+
text?: (v?: string | number | Object) => string | number;
|
|
6
|
+
};
|
|
7
|
+
declare type ProgressBarsProps = React.PropsWithChildren<{
|
|
8
|
+
values: ProgressBarValue[];
|
|
9
|
+
max: number;
|
|
10
|
+
color?: string;
|
|
11
|
+
error?: string;
|
|
12
|
+
title?: string;
|
|
13
|
+
} & SharedStyleTypes>;
|
|
14
|
+
declare const MultiProgress: (props: ProgressBarsProps & {
|
|
15
|
+
labeled?: boolean;
|
|
16
|
+
}) => JSX.Element;
|
|
17
|
+
declare const LabeledMultiProgress: (props: ProgressBarsProps) => JSX.Element;
|
|
18
|
+
export { MultiProgress, LabeledMultiProgress };
|
|
19
|
+
//# sourceMappingURL=MultiProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiProgress.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/MultiProgress.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAgB/D,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,KAAK,MAAM,GAAG,MAAM,CAAC;CAC1D,CAAC;AACF,aAAK,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC/C,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,gBAAgB,CAAC,CAAC;AAsDtB,QAAA,MAAM,aAAa,UAAW,iBAAiB,GAAG;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAC,gBA2BpE,CAAA;AAED,QAAA,MAAM,oBAAoB,UAAW,iBAAiB,gBASrD,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Padding.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Padding.tsx"],"names":[],"mappings":"AACA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEhE,QAAA,MAAM,OAAO,kFAGZ,CAAC;AAEF,OAAO,EAAC,OAAO,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Page.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAahE,iBAAS,IAAI,CAAE,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,eAI9D;AAED,OAAO,EAAC,IAAI,EAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
3
|
+
import { SizerTypes } from './Sizer';
|
|
4
|
+
export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
|
+
export declare const PopupHeader: import("styled-components").StyledComponent<"div", any, SharedStyleTypes & SizerTypes, never>;
|
|
6
|
+
export declare type PopupProps = React.PropsWithChildren<{
|
|
7
|
+
header?: React.Component;
|
|
8
|
+
title?: string | React.Component;
|
|
9
|
+
controls?: Array<React.ReactNode>;
|
|
10
|
+
onClose?: (event?: React.MouseEvent) => void;
|
|
11
|
+
closeOnClickOutside?: boolean;
|
|
12
|
+
closeOnEsc?: boolean;
|
|
13
|
+
} & SharedStyleTypes> & React.HTMLAttributes<HTMLDivElement>;
|
|
14
|
+
export declare const Popup: ({ header, title, controls, children, onClose, closeOnEsc, closeOnClickOutside, ...props }: PopupProps) => JSX.Element;
|
|
15
|
+
export declare const ShowPopup: React.FC<Omit<PopupProps, 'onClose'> & {
|
|
16
|
+
popup: React.ComponentType<PopupProps>;
|
|
17
|
+
autoOpen?: boolean;
|
|
18
|
+
render?: React.FC<{
|
|
19
|
+
onClick: () => void;
|
|
20
|
+
}>;
|
|
21
|
+
}>;
|
|
22
|
+
export default Popup;
|
|
23
|
+
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Popup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAY,UAAU,EAAE,MAAM,SAAS,CAAA;AAG9C,eAAO,MAAM,OAAO,oEAanB,CAAC;AAiCF,eAAO,MAAM,WAAW,+FAwBvB,CAAC;AAgBF,oBAAY,UAAU,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC7C,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAC,KAAK,CAAC,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC7C,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,GAAG,gBAAgB,CAAC,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAE7D,eAAO,MAAM,KAAK,8FAA0G,UAAU,gBAwDrI,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,GAAG;IAC7D,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;QAAC,OAAO,EAAE,MAAM,IAAI,CAAA;KAAC,CAAC,CAAA;CACzC,CAMA,CAAA;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
3
|
+
export declare const Product: (props: {
|
|
4
|
+
sku: string;
|
|
5
|
+
picture: string;
|
|
6
|
+
supplier: string;
|
|
7
|
+
name: string;
|
|
8
|
+
price?: number;
|
|
9
|
+
currency?: string;
|
|
10
|
+
rating?: number;
|
|
11
|
+
} & SharedStyleTypes) => JSX.Element;
|
|
12
|
+
//# sourceMappingURL=Product.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Product.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAmE/D,eAAO,MAAM,OAAO,UAAW;IAAC,GAAG,EAAC,MAAM,CAAC;IAAC,OAAO,EAAC,MAAM,CAAC;IAAC,QAAQ,EAAC,MAAM,CAAC;IAAC,IAAI,EAAC,MAAM,CAAC;IAAC,KAAK,CAAC,EAAC,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAC,MAAM,CAAC;IAAC,MAAM,CAAC,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,gBAU5J,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
3
|
+
declare type ProgressBarProps = React.PropsWithChildren<{
|
|
4
|
+
value: number;
|
|
5
|
+
max: number;
|
|
6
|
+
error?: string;
|
|
7
|
+
} & SharedStyleTypes>;
|
|
8
|
+
declare const Progress: (props: ProgressBarProps) => JSX.Element;
|
|
9
|
+
declare const LabeledProgress: (props: ProgressBarProps) => JSX.Element;
|
|
10
|
+
export { Progress, LabeledProgress };
|
|
11
|
+
//# sourceMappingURL=Progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Progress.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAW/D,aAAK,gBAAgB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,GAAG,gBAAgB,CAAC,CAAC;AASjH,QAAA,MAAM,QAAQ,UAAW,gBAAgB,gBAYxC,CAAA;AAED,QAAA,MAAM,eAAe,UAAW,gBAAgB,gBAU/C,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import BaseSelect, { Props as SelectProps, components, createFilter, mergeStyles } from 'react-select';
|
|
3
|
+
import { Props as CreatableSelectProps, makeCreatableSelect } from 'react-select/creatable';
|
|
4
|
+
import { Props as AsyncSelectProps } from 'react-select/async';
|
|
5
|
+
declare type AdditionalSKUSelectProps = {
|
|
6
|
+
noMargin?: boolean;
|
|
7
|
+
error?: boolean;
|
|
8
|
+
menuRelative?: boolean;
|
|
9
|
+
inPopup?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare type SKUSelectProps = AdditionalSKUSelectProps & SelectProps;
|
|
12
|
+
declare const SKUSelect: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Pick<SKUSelectProps, string | number> & React.RefAttributes<BaseSelect<{
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}, import("react-select/src/Select").default<{
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
}>>>>, any, {}, never>;
|
|
19
|
+
declare const LabeledSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
|
|
20
|
+
label: string;
|
|
21
|
+
value: string;
|
|
22
|
+
}> & {
|
|
23
|
+
parentStyle?: object | undefined;
|
|
24
|
+
}) => JSX.Element;
|
|
25
|
+
declare const SKUCreatableSelect: ({ noMargin, menuRelative, inPopup, ...props }: AdditionalSKUSelectProps & SelectProps<{
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}> & import("react-select/creatable").CreatableProps<{
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}>) => JSX.Element;
|
|
30
|
+
declare const LabeledCreatableSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}> & import("react-select/creatable").CreatableProps<{
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
}> & {
|
|
35
|
+
parentStyle?: object | undefined;
|
|
36
|
+
}) => JSX.Element;
|
|
37
|
+
declare const SKUAsyncSelect: ({ noMargin, menuRelative, inPopup, ...props }: AdditionalSKUSelectProps & SelectProps<{
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}> & import("react-select/async").AsyncProps<{
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}>) => JSX.Element;
|
|
42
|
+
declare const LabeledAsyncSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}> & import("react-select/async").AsyncProps<{
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
}> & {
|
|
47
|
+
parentStyle?: object | undefined;
|
|
48
|
+
}) => JSX.Element;
|
|
49
|
+
export { SKUSelect as Select, LabeledSelect, SKUCreatableSelect as CreatableSelect, LabeledCreatableSelect, SKUAsyncSelect as AsyncSelect, LabeledAsyncSelect, components, makeCreatableSelect, createFilter, mergeStyles, };
|
|
50
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,UAAU,EAAE,EAAE,KAAK,IAAI,WAAW,EAAiB,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AACrH,OAA4B,EAAE,KAAK,IAAI,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAChH,OAAwB,EAAE,KAAK,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAK/E,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAC,OAAO,CAAC;CAClB,CAAA;AAED,aAAK,cAAc,GAAG,wBAAwB,GAAG,WAAW,CAAA;AAmE5D,QAAA,MAAM,SAAS;;;;;;sBA6Dd,CAAC;AAEF,QAAA,MAAM,aAAa;;;;;iBAOlB,CAAA;AAED,QAAA,MAAM,kBAAkB;;;;kBAOpB,CAAC;AAEL,QAAA,MAAM,sBAAsB;;;;;;iBAO3B,CAAA;AAGD,QAAA,MAAM,cAAc;;;;kBAOhB,CAAC;AAEL,QAAA,MAAM,kBAAkB;;;;;;iBAOvB,CAAA;AAED,OAAO,EACL,SAAS,IAAI,MAAM,EACnB,aAAa,EACb,kBAAkB,IAAI,eAAe,EACrC,sBAAsB,EACtB,cAAc,IAAI,WAAW,EAC7B,kBAAkB,EAClB,UAAU,EACV,mBAAmB,EACnB,YAAY,EACZ,WAAW,GACZ,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare type SharedStyleTypes = {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
pr?: boolean | number;
|
|
4
|
+
pl?: boolean | number;
|
|
5
|
+
pt?: boolean | number;
|
|
6
|
+
pb?: boolean | number;
|
|
7
|
+
px?: boolean | number;
|
|
8
|
+
py?: boolean | number;
|
|
9
|
+
mr?: boolean | number;
|
|
10
|
+
ml?: boolean | number;
|
|
11
|
+
mt?: boolean | number;
|
|
12
|
+
mb?: boolean | number;
|
|
13
|
+
mx?: boolean | number;
|
|
14
|
+
my?: boolean | number;
|
|
15
|
+
hidden?: boolean;
|
|
16
|
+
block?: boolean;
|
|
17
|
+
inline_block?: boolean;
|
|
18
|
+
flex?: boolean;
|
|
19
|
+
inline_flex?: boolean;
|
|
20
|
+
grid?: boolean;
|
|
21
|
+
custom?: string;
|
|
22
|
+
bg?: string;
|
|
23
|
+
float?: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const SharedStyles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SharedStyleTypes, any>>;
|
|
26
|
+
export declare const SHARED_STYLE_MAPS: {
|
|
27
|
+
[key: string]: Function;
|
|
28
|
+
};
|
|
29
|
+
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, SharedStyleTypes, never>;
|
|
30
|
+
//# sourceMappingURL=SharedStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SharedStyles.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/SharedStyles.tsx"],"names":[],"mappings":"AAIA,oBAAY,gBAAgB,GAAG;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAA;AAED,eAAO,MAAM,YAAY,wHAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAA;CAuDxD,CAAC;AAEF,eAAO,MAAM,OAAO,kFAA8B,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SharedStyleTypes } from './SharedStyles';
|
|
3
|
+
import { SizerTypes } from './Sizer';
|
|
4
|
+
declare type SidePanelType = {
|
|
5
|
+
animationDuration?: number;
|
|
6
|
+
visible?: boolean;
|
|
7
|
+
from?: "left" | "right" | "bottom" | "top";
|
|
8
|
+
height?: number;
|
|
9
|
+
width?: number;
|
|
10
|
+
};
|
|
11
|
+
export declare const StyledPanel: import("styled-components").StyledComponent<"div", any, SidePanelType, never>;
|
|
12
|
+
declare const SidePanel: ({ from, visible, animationDuration, fullWidthTitle, bodyScrollable, backdrop, controls, header, title, children, ...props }: React.PropsWithChildren<{
|
|
13
|
+
header?: React.ReactNode;
|
|
14
|
+
title: string;
|
|
15
|
+
controls: React.ReactNode;
|
|
16
|
+
fullWidthTitle?: boolean | undefined;
|
|
17
|
+
backdrop?: boolean | undefined;
|
|
18
|
+
bodyScrollable?: boolean | undefined;
|
|
19
|
+
} & SidePanelType & SharedStyleTypes & SizerTypes>) => JSX.Element;
|
|
20
|
+
declare const PanelContact: ({ avatar, name, position, email, ...props }: {
|
|
21
|
+
name: string;
|
|
22
|
+
position?: string | undefined;
|
|
23
|
+
email?: string | undefined;
|
|
24
|
+
phone?: string | undefined;
|
|
25
|
+
avatar?: React.ReactNode;
|
|
26
|
+
} & SizerTypes) => JSX.Element;
|
|
27
|
+
declare type PhoneType = {
|
|
28
|
+
phone_number?: string;
|
|
29
|
+
phone_type?: string;
|
|
30
|
+
phone_extension?: string;
|
|
31
|
+
};
|
|
32
|
+
declare const PanelTileContact: ({ avatar, name, position, email, phones, ...props }: {
|
|
33
|
+
name: string;
|
|
34
|
+
position?: string | undefined;
|
|
35
|
+
email?: string | undefined;
|
|
36
|
+
phones?: PhoneType[] | undefined;
|
|
37
|
+
avatar?: React.ReactNode;
|
|
38
|
+
} & SizerTypes) => JSX.Element;
|
|
39
|
+
export { SidePanel, PanelContact, PanelTileContact };
|
|
40
|
+
//# sourceMappingURL=SidePanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidePanel.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/SidePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAY,MAAM,SAAS,CAAA;AAK9C,aAAK,aAAa,GAAG;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAeF,eAAO,MAAM,WAAW,+EAmBvB,CAAC;AAOF,QAAA,MAAM,SAAS;aAKF,KAAK,CAAC,SAAS;WACjB,MAAM;cACH,KAAK,CAAC,SAAS;;;;kEA2B5B,CAAA;AAgCD,QAAA,MAAM,YAAY;UAAsD,MAAM;;;;aAA0D,KAAK,CAAC,SAAS;8BAetJ,CAAA;AASD,aAAK,SAAS,GAAG;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAA;AAED,QAAA,MAAM,gBAAgB;UAA8D,MAAM;;;;aAAqE,KAAK,CAAC,SAAS;8BAgB7K,CAAA;AAED,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare type SizerTypes = {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
collapse?: string | Array<string>;
|
|
4
|
+
offset?: number;
|
|
5
|
+
first?: string;
|
|
6
|
+
last?: string;
|
|
7
|
+
padded?: boolean;
|
|
8
|
+
xs?: string | number | boolean;
|
|
9
|
+
sm?: string | number | boolean;
|
|
10
|
+
md?: string | number | boolean;
|
|
11
|
+
lg?: string | number | boolean;
|
|
12
|
+
xl?: string | number | boolean;
|
|
13
|
+
xsOffset?: number;
|
|
14
|
+
smOffset?: number;
|
|
15
|
+
mdOffset?: number;
|
|
16
|
+
lgOffset?: number;
|
|
17
|
+
xlOffset?: number;
|
|
18
|
+
xsOffsetRight?: number;
|
|
19
|
+
smOffsetRight?: number;
|
|
20
|
+
mdOffsetRight?: number;
|
|
21
|
+
lgOffsetRight?: number;
|
|
22
|
+
xlOffsetRight?: number;
|
|
23
|
+
xsStyle?: string;
|
|
24
|
+
smStyle?: string;
|
|
25
|
+
mdStyle?: string;
|
|
26
|
+
lgStyle?: string;
|
|
27
|
+
xlStyle?: string;
|
|
28
|
+
start?: boolean;
|
|
29
|
+
end?: boolean;
|
|
30
|
+
center?: boolean;
|
|
31
|
+
totalCols?: number;
|
|
32
|
+
};
|
|
33
|
+
export declare const SizerCss: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<SizerTypes, any>>;
|
|
34
|
+
export declare const SizerWrapper: import("styled-components").StyledComponent<"div", any, SizerTypes, never>;
|
|
35
|
+
//# sourceMappingURL=Sizer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sizer.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Sizer.tsx"],"names":[],"mappings":"AAGA,oBAAY,UAAU,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,MAAM,GAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAC,MAAM,GAAC,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAIF,eAAO,MAAM,QAAQ,kHA+DpB,CAAC;AAEF,eAAO,MAAM,YAAY,4EAExB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sparkles.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Sparkles.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAgChD,CAAC;AAqDF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAW/D,eAAO,MAAM,OAAO,UAAa,KAAK,CAAC,iBAAiB,CAAC;IAAC,KAAK,CAAC,EAAC,OAAO,CAAA;CAAC,GAAG,gBAAgB,CAAC,gBAI5F,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StarRating.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/StarRating.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAW/D,eAAO,MAAM,UAAU,UAAW;IAAC,MAAM,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,gBAInE,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
declare type DropdownContentProps = {
|
|
3
|
+
text?: string;
|
|
4
|
+
active?: boolean;
|
|
5
|
+
rounded?: boolean;
|
|
6
|
+
showCircles?: boolean;
|
|
7
|
+
scrollContentHeight?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const StateDropdown: ({ items, text, value, row, showCircles, maxCircles, dataTip, dataFor, ...props }: {
|
|
10
|
+
items: {
|
|
11
|
+
onClick?: any;
|
|
12
|
+
props?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
} | undefined;
|
|
15
|
+
content: ReactNode | string | any;
|
|
16
|
+
value: string;
|
|
17
|
+
order: number;
|
|
18
|
+
}[];
|
|
19
|
+
value: {
|
|
20
|
+
onClick?: any;
|
|
21
|
+
props?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
} | undefined;
|
|
24
|
+
content: ReactNode | string | any;
|
|
25
|
+
value: string;
|
|
26
|
+
order: number;
|
|
27
|
+
};
|
|
28
|
+
row: any;
|
|
29
|
+
showCircles?: boolean | undefined;
|
|
30
|
+
maxCircles?: number | undefined;
|
|
31
|
+
dataTip?: any;
|
|
32
|
+
dataFor?: string | undefined;
|
|
33
|
+
} & DropdownContentProps) => JSX.Element;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=StateDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateDropdown.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/StateDropdown.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AA0BtE,aAAK,oBAAoB,GAAG;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAA;AAgED,eAAO,MAAM,aAAa;;kBACE,GAAG;;;;iBAAwC,SAAS,GAAC,MAAM,GAAC,GAAG;eAAS,MAAM;eAAS,MAAM;;;kBACnG,GAAG;;;;iBAAwC,SAAS,GAAC,MAAM,GAAC,GAAG;eAAS,MAAM;eAAS,MAAM;;SAC1G,GAAG;;;cAGE,GAAG;;wCAuDhB,CAAA"}
|