@up42/up-components 1.0.0-douglas.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/Alert/Alert.d.ts +1 -1
- package/dist/cjs/types/components/Avatar/Avatar.d.ts +2 -2
- package/dist/cjs/types/components/Badge/Badge.d.ts +1 -1
- package/dist/cjs/types/components/Banner/Banner.d.ts +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +2 -2
- package/dist/cjs/types/components/Button/Button.d.ts +2 -2
- package/dist/cjs/types/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/cjs/types/components/Chip/Chip.d.ts +1 -1
- package/dist/cjs/types/components/CodeInline/CodeInline.d.ts +1 -1
- package/dist/cjs/types/components/CodeSnippet/CodeSnippet.d.ts +1 -1
- package/dist/cjs/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/cjs/types/components/Container/Container.d.ts +1 -1
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +2 -2
- package/dist/cjs/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/cjs/types/components/DataGrid/DataGrid.d.ts +1 -1
- package/dist/cjs/types/components/DateTime/DateTime.d.ts +1 -1
- package/dist/cjs/types/components/DocumentationPopover/DocumentationPopover.d.ts +1 -1
- package/dist/cjs/types/components/EmptyState/EmptyState.d.ts +1 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/cjs/types/components/FormDateRangePicker/FormDateRangePicker.d.ts +3 -0
- package/dist/cjs/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/cjs/types/components/FormRadio/FormRadio.d.ts +1 -1
- package/dist/cjs/types/components/FormSelect/FormSelect.d.ts +1 -1
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/cjs/types/components/Icon/Icon.d.ts +2 -2
- package/dist/cjs/types/components/InfoCard/InfoCard.d.ts +2 -2
- package/dist/cjs/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/cjs/types/components/InfoPopover/InfoPopover.d.ts +1 -1
- package/dist/cjs/types/components/Input/Input.d.ts +1 -1
- package/dist/cjs/types/components/Link/Link.d.ts +1 -1
- package/dist/cjs/types/components/Loading/Loading.d.ts +1 -1
- package/dist/cjs/types/components/Menu/Menu.d.ts +2 -2
- package/dist/cjs/types/components/Modal/Modal.d.ts +1 -1
- package/dist/cjs/types/components/NotFound/NotFound.d.ts +1 -1
- package/dist/cjs/types/components/PageHeader/PageHeader.d.ts +1 -1
- package/dist/cjs/types/components/Popover/Popover.d.ts +1 -1
- package/dist/cjs/types/components/Radio/Radio.d.ts +1 -1
- package/dist/cjs/types/components/Select/Select.d.ts +1 -1
- package/dist/cjs/types/components/Slider/Slider.d.ts +1 -1
- package/dist/cjs/types/components/Switch/Switch.d.ts +1 -1
- package/dist/cjs/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/cjs/types/components/Table/Table.d.ts +1 -1
- package/dist/cjs/types/components/Tabs/Tabs.d.ts +1 -1
- package/dist/cjs/types/components/Tag/Tag.d.ts +1 -1
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/cjs/types/components/Typography/Typography.d.ts +2 -2
- package/dist/cjs/types/global/providers/AlertProvider/AlertProvider.d.ts +1 -1
- package/dist/cjs/types/global/providers/UpComponentsProvider/UpComponentsProvider.d.ts +1 -1
- package/dist/cjs/types/utils/helpers/capitalize.d.ts +1 -1
- package/dist/cjs/types/utils/helpers/copyToClipboard.d.ts +1 -1
- package/dist/cjs/types/utils/helpers/formatDate.d.ts +1 -1
- package/dist/cjs/types/utils/helpers/formatFileSize.d.ts +1 -1
- package/dist/cjs/types/utils/helpers/formatNumber.d.ts +1 -1
- package/dist/cjs/types/utils/hooks/useQueryParams.d.ts +1 -1
- package/dist/cjs/types/utils/hooks/useRemotePagination.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Alert/Alert.d.ts +1 -1
- package/dist/esm/types/components/Avatar/Avatar.d.ts +2 -2
- package/dist/esm/types/components/Badge/Badge.d.ts +1 -1
- package/dist/esm/types/components/Banner/Banner.d.ts +1 -1
- package/dist/esm/types/components/Box/Box.d.ts +2 -2
- package/dist/esm/types/components/Button/Button.d.ts +2 -2
- package/dist/esm/types/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/esm/types/components/Chip/Chip.d.ts +1 -1
- package/dist/esm/types/components/CodeInline/CodeInline.d.ts +1 -1
- package/dist/esm/types/components/CodeSnippet/CodeSnippet.d.ts +1 -1
- package/dist/esm/types/components/ContactBox/ContactBox.d.ts +1 -1
- package/dist/esm/types/components/Container/Container.d.ts +1 -1
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +2 -2
- package/dist/esm/types/components/CopyButton/CopyButton.d.ts +1 -1
- package/dist/esm/types/components/DataGrid/DataGrid.d.ts +1 -1
- package/dist/esm/types/components/DateTime/DateTime.d.ts +1 -1
- package/dist/esm/types/components/DocumentationPopover/DocumentationPopover.d.ts +1 -1
- package/dist/esm/types/components/EmptyState/EmptyState.d.ts +1 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/esm/types/components/FormDateRangePicker/FormDateRangePicker.d.ts +3 -0
- package/dist/esm/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/esm/types/components/FormRadio/FormRadio.d.ts +1 -1
- package/dist/esm/types/components/FormSelect/FormSelect.d.ts +1 -1
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/esm/types/components/Icon/Icon.d.ts +2 -2
- package/dist/esm/types/components/InfoCard/InfoCard.d.ts +2 -2
- package/dist/esm/types/components/InfoModal/InfoModal.d.ts +1 -1
- package/dist/esm/types/components/InfoPopover/InfoPopover.d.ts +1 -1
- package/dist/esm/types/components/Input/Input.d.ts +1 -1
- package/dist/esm/types/components/Link/Link.d.ts +1 -1
- package/dist/esm/types/components/Loading/Loading.d.ts +1 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +2 -2
- package/dist/esm/types/components/Modal/Modal.d.ts +1 -1
- package/dist/esm/types/components/NotFound/NotFound.d.ts +1 -1
- package/dist/esm/types/components/PageHeader/PageHeader.d.ts +1 -1
- package/dist/esm/types/components/Popover/Popover.d.ts +1 -1
- package/dist/esm/types/components/Radio/Radio.d.ts +1 -1
- package/dist/esm/types/components/Select/Select.d.ts +1 -1
- package/dist/esm/types/components/Slider/Slider.d.ts +1 -1
- package/dist/esm/types/components/Switch/Switch.d.ts +1 -1
- package/dist/esm/types/components/TabGroup/TabGroup.d.ts +1 -1
- package/dist/esm/types/components/Table/Table.d.ts +1 -1
- package/dist/esm/types/components/Tabs/Tabs.d.ts +1 -1
- package/dist/esm/types/components/Tag/Tag.d.ts +1 -1
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/esm/types/components/Typography/Typography.d.ts +2 -2
- package/dist/esm/types/global/providers/AlertProvider/AlertProvider.d.ts +1 -1
- package/dist/esm/types/global/providers/UpComponentsProvider/UpComponentsProvider.d.ts +1 -1
- package/dist/esm/types/utils/helpers/capitalize.d.ts +1 -1
- package/dist/esm/types/utils/helpers/copyToClipboard.d.ts +1 -1
- package/dist/esm/types/utils/helpers/formatDate.d.ts +1 -1
- package/dist/esm/types/utils/helpers/formatFileSize.d.ts +1 -1
- package/dist/esm/types/utils/helpers/formatNumber.d.ts +1 -1
- package/dist/esm/types/utils/hooks/useQueryParams.d.ts +1 -1
- package/dist/esm/types/utils/hooks/useRemotePagination.d.ts +1 -1
- package/dist/index.d.ts +149 -211
- package/package.json +20 -15
package/dist/index.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ import { DataGridProps as DataGridProps$1 } from '@mui/x-data-grid';
|
|
|
54
54
|
export { GridColDef, GridRenderCellParams, GridRowId, GridRowSelectionModel, GridSortModel } from '@mui/x-data-grid';
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
* Documentation: https://up-components.up42.
|
|
57
|
+
* Documentation: https://up-components.up42.com/?path=/docs/introduction--docs
|
|
58
58
|
*/
|
|
59
59
|
declare const UpComponentsProvider: (props: Omit<ThemeProviderProps, 'theme'>) => JSX.Element;
|
|
60
60
|
|
|
@@ -86,20 +86,20 @@ declare type ButtonProps = MUIGlobalOmit<Omit<ButtonProps$1, 'size'>, {
|
|
|
86
86
|
size?: 'default' | 'slim';
|
|
87
87
|
}>;
|
|
88
88
|
/**
|
|
89
|
-
* Documentation: https://up-components.up42.
|
|
89
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-button--docs
|
|
90
90
|
*/
|
|
91
91
|
declare const Button: React__default.ForwardRefExoticComponent<Pick<{
|
|
92
92
|
loading?: boolean | undefined;
|
|
93
93
|
size?: "default" | "slim" | undefined;
|
|
94
|
-
} & Omit<Omit<ButtonProps$1<"button", {}>, "size">, "classes" | "tabIndex" | "action" | "
|
|
94
|
+
} & Omit<Omit<ButtonProps$1<"button", {}>, "size">, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "href" | "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" | "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" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "loading" | "size" | "variant" | "startIcon" | "endIcon" | "fullWidth" | "onFocusVisible"> & React__default.RefAttributes<unknown>>;
|
|
95
95
|
|
|
96
96
|
declare type TypographyProps<C extends React__default.ElementType = 'p'> = TypographyProps$1<C, {
|
|
97
97
|
component?: C;
|
|
98
98
|
innerRef?: TypographyProps['ref'];
|
|
99
99
|
}>;
|
|
100
100
|
/**
|
|
101
|
-
* Tokens: https://up-components.up42.
|
|
102
|
-
* Documentation: https://up-components.up42.
|
|
101
|
+
* Tokens: https://up-components.up42.com/?path=/docs/tokens-typography--docs
|
|
102
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-typography--docs
|
|
103
103
|
*/
|
|
104
104
|
declare const Typography: React__default.ForwardRefExoticComponent<Pick<{
|
|
105
105
|
component?: React__default.ElementType<any> | undefined;
|
|
@@ -118,7 +118,7 @@ declare const Typography: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
118
118
|
|
|
119
119
|
declare type ChipProps = MUIGlobalOmit<Omit<ChipProps$1, 'size'>>;
|
|
120
120
|
/**
|
|
121
|
-
* @deprecated Please use [Tags](https://up-components.up42.
|
|
121
|
+
* @deprecated Please use [Tags](https://up-components.up42.com/?path=/docs/data-display-tag) instead--docs
|
|
122
122
|
*/
|
|
123
123
|
declare const Chip: ({ label, sx, ...props }: ChipProps) => JSX.Element;
|
|
124
124
|
|
|
@@ -128,13 +128,13 @@ declare type AvatarProps = MUIGlobalOmit<Omit<AvatarProps$1, 'children' | 'alt'
|
|
|
128
128
|
icon?: React__default.ReactNode;
|
|
129
129
|
}>;
|
|
130
130
|
/**
|
|
131
|
-
* Documentation: https://up-components.up42.
|
|
131
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-avatar--docs
|
|
132
132
|
*/
|
|
133
133
|
declare const Avatar: React__default.ForwardRefExoticComponent<Pick<{
|
|
134
134
|
firstName?: string | undefined;
|
|
135
135
|
lastName?: string | undefined;
|
|
136
136
|
icon?: React__default.ReactNode;
|
|
137
|
-
} & Omit<Omit<AvatarProps$1<"div", {}>, "children" | "sizes" | "alt" | "src" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "
|
|
137
|
+
} & Omit<Omit<AvatarProps$1<"div", {}>, "children" | "sizes" | "alt" | "src" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "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" | "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" | "icon" | "firstName" | "lastName"> & React__default.RefAttributes<unknown>>;
|
|
138
138
|
|
|
139
139
|
declare type ContainerProps = MUIGlobalOmit<Omit<ContainerProps$1, 'maxWidth'>, {
|
|
140
140
|
/**
|
|
@@ -159,19 +159,19 @@ declare type ContainerProps = MUIGlobalOmit<Omit<ContainerProps$1, 'maxWidth'>,
|
|
|
159
159
|
*
|
|
160
160
|
* To now more about the requirements please check here: https://up42.atlassian.net/browse/B2B-215.
|
|
161
161
|
*
|
|
162
|
-
* Documentation: https://up-components.up42.
|
|
162
|
+
* Documentation: https://up-components.up42.com/?path=/docs/layout-container--docs
|
|
163
163
|
*/
|
|
164
164
|
declare const Container: ({ component, size, children, ...props }: ContainerProps) => JSX.Element;
|
|
165
165
|
|
|
166
166
|
declare type BoxProps = MUIGlobalOmit<BoxProps$1>;
|
|
167
167
|
/**
|
|
168
|
-
* Documentation: https://up-components.up42.
|
|
168
|
+
* Documentation: https://up-components.up42.com/?path=/docs/layout-box--docs
|
|
169
169
|
*/
|
|
170
|
-
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "
|
|
170
|
+
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "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" | "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" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & React__default.RefAttributes<unknown>>;
|
|
171
171
|
|
|
172
172
|
declare type CheckboxProps = MUIGlobalOmit<CheckboxProps$1>;
|
|
173
173
|
/**
|
|
174
|
-
* Documentation: https://up-components.up42.
|
|
174
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-checkbox--docs
|
|
175
175
|
*/
|
|
176
176
|
declare const Checkbox: ({ ...props }: CheckboxProps) => JSX.Element;
|
|
177
177
|
|
|
@@ -182,7 +182,7 @@ declare type FormCheckboxProps = FormBaseProps & CheckboxProps & {
|
|
|
182
182
|
}[];
|
|
183
183
|
};
|
|
184
184
|
/**
|
|
185
|
-
* Documentation: https://up-components.up42.
|
|
185
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form--docs
|
|
186
186
|
*/
|
|
187
187
|
declare const FormCheckbox: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
|
|
188
188
|
children?: React__default.ReactNode;
|
|
@@ -191,7 +191,7 @@ declare const FormCheckbox: React__default.ForwardRefExoticComponent<Pick<_mui_s
|
|
|
191
191
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
192
192
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
193
193
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
194
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.CheckboxProps, "classes" | "tabIndex" | "action" | "
|
|
194
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.CheckboxProps, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef"> & {
|
|
195
195
|
data: {
|
|
196
196
|
value: string | number;
|
|
197
197
|
label?: React__default.ReactNode;
|
|
@@ -225,11 +225,14 @@ declare type FormDateRangePickerProps = Omit<MUIGlobalOmit<NonGenericMuiDatePick
|
|
|
225
225
|
slotProps: FormDatePickerProps['slotProps'];
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
|
+
/**
|
|
229
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form-formdaterangepicker--docs
|
|
230
|
+
*/
|
|
228
231
|
declare const FormDateRangePicker: ({ start, onStartChange, end, onEndChange, label, minDate, maxDate, startPickerProps, endPickerProps, ...props }: FormDateRangePickerProps) => JSX.Element;
|
|
229
232
|
|
|
230
233
|
declare type RadioProps = MUIGlobalOmit<RadioProps$1>;
|
|
231
234
|
/**
|
|
232
|
-
* Documentation: https://up-components.up42.
|
|
235
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-radio--docs
|
|
233
236
|
*/
|
|
234
237
|
declare const Radio: (props: RadioProps) => JSX.Element;
|
|
235
238
|
|
|
@@ -242,7 +245,7 @@ declare type FormRadioProps = FormBaseProps & RadioGroupProps & {
|
|
|
242
245
|
}[];
|
|
243
246
|
};
|
|
244
247
|
/**
|
|
245
|
-
* Documentation: https://up-components.up42.
|
|
248
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form--docs
|
|
246
249
|
*/
|
|
247
250
|
declare const FormRadio: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
|
|
248
251
|
children?: React__default.ReactNode;
|
|
@@ -262,7 +265,7 @@ declare const FormRadio: React__default.ForwardRefExoticComponent<Pick<_mui_syst
|
|
|
262
265
|
|
|
263
266
|
declare type SwitchProps = MUIGlobalOmit<SwitchProps$1>;
|
|
264
267
|
/**
|
|
265
|
-
* Documentation: https://up-components.up42.
|
|
268
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-switch--docs
|
|
266
269
|
*/
|
|
267
270
|
declare const Switch: (props: SwitchProps) => JSX.Element;
|
|
268
271
|
|
|
@@ -270,7 +273,7 @@ declare type FormSwitchProps = FormBaseProps & SwitchProps & {
|
|
|
270
273
|
formControlLabel?: string;
|
|
271
274
|
};
|
|
272
275
|
/**
|
|
273
|
-
* Documentation: https://up-components.up42.
|
|
276
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form--docs
|
|
274
277
|
*/
|
|
275
278
|
declare const FormSwitch: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
|
|
276
279
|
children?: React__default.ReactNode;
|
|
@@ -279,13 +282,13 @@ declare const FormSwitch: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
279
282
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
280
283
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
281
284
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
282
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SwitchProps, "classes" | "tabIndex" | "action" | "
|
|
285
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint")> & Pick<_mui_material.FilledTextFieldProps | _mui_material.StandardTextFieldProps | _mui_material.OutlinedTextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SwitchProps, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef"> & {
|
|
283
286
|
formControlLabel?: string | undefined;
|
|
284
287
|
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "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" | "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" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "checked" | "readOnly" | "required" | "size" | "error" | "icon" | "component" | ("color" | "fontSize" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "left" | "right" | "top" | "bottom" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "focused" | "helperText" | "inputProps" | "inputRef" | "onFocusVisible" | "checkedIcon" | "edge" | "formControlLabel"> & React__default.RefAttributes<unknown>>;
|
|
285
288
|
|
|
286
289
|
declare type SelectProps<T extends unknown> = FormBaseProps & Omit<SelectProps$1<T>, 'variant'>;
|
|
287
290
|
/**
|
|
288
|
-
* Documentation: https://up-components.up42.
|
|
291
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-select--docs
|
|
289
292
|
*/
|
|
290
293
|
declare const Select: <T extends unknown>(props: SelectProps<T>) => JSX.Element;
|
|
291
294
|
|
|
@@ -297,7 +300,7 @@ declare type FormSelectProps = FormBaseProps & SelectProps<string | number> & {
|
|
|
297
300
|
options: Option[];
|
|
298
301
|
};
|
|
299
302
|
/**
|
|
300
|
-
* Documentation: https://up-components.up42.
|
|
303
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form--docs
|
|
301
304
|
*/
|
|
302
305
|
declare const FormSelect: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
|
|
303
306
|
children?: React__default.ReactNode;
|
|
@@ -312,13 +315,13 @@ declare const FormSelect: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
312
315
|
|
|
313
316
|
declare type InputProps = Omit<TextFieldProps, 'maxRows' | 'minRows' | 'multiline' | 'rows' | 'size' | 'variant'>;
|
|
314
317
|
/**
|
|
315
|
-
* Documentation: https://up-components.up42.
|
|
318
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-input--docs
|
|
316
319
|
*/
|
|
317
320
|
declare const Input: ({ type, ...props }: InputProps) => JSX.Element;
|
|
318
321
|
|
|
319
322
|
declare type FormInputProps = FormBaseProps & InputProps;
|
|
320
323
|
/**
|
|
321
|
-
* Documentation: https://up-components.up42.
|
|
324
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-form--docs
|
|
322
325
|
*/
|
|
323
326
|
declare const FormInput: React__default.ForwardRefExoticComponent<Pick<_mui_system.SystemProps<_mui_material.Theme> & {
|
|
324
327
|
children?: React__default.ReactNode;
|
|
@@ -331,7 +334,7 @@ declare const FormInput: React__default.ForwardRefExoticComponent<Pick<_mui_syst
|
|
|
331
334
|
|
|
332
335
|
declare type SliderProps = MUIGlobalOmit<Omit<SliderProps$1, 'variant' | 'label'>>;
|
|
333
336
|
/**
|
|
334
|
-
* Documentation: https://up-components.up42.
|
|
337
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-slider--default--docs
|
|
335
338
|
*/
|
|
336
339
|
declare const Slider: (props: SliderProps) => JSX.Element;
|
|
337
340
|
|
|
@@ -354,14 +357,14 @@ declare type LinkProps<C extends React__default.ElementType> = LinkProps$1<C, {
|
|
|
354
357
|
* </Link>
|
|
355
358
|
```
|
|
356
359
|
*
|
|
357
|
-
* Documentation: https://up-components.up42.
|
|
360
|
+
* Documentation: https://up-components.up42.com/?path=/docs/navigation-link--docs
|
|
358
361
|
*/
|
|
359
362
|
declare const Link: <C extends React__default.ElementType<any>>({ children, underline, hideIcon, ...props }: LinkProps<C>) => JSX.Element;
|
|
360
363
|
|
|
361
364
|
declare type TabsProps = MUIGlobalOmit<TabsProps$1>;
|
|
362
365
|
declare type TabProps = MUIGlobalOmit<TabProps$1>;
|
|
363
366
|
/**
|
|
364
|
-
* Documentation: https://up-components.up42.
|
|
367
|
+
* Documentation: https://up-components.up42.com/?path=/docs/navigation-tabs--docs
|
|
365
368
|
*/
|
|
366
369
|
declare const Tabs: ({ children, ...props }: TabsProps) => JSX.Element;
|
|
367
370
|
declare const Tab: ({ children, ...props }: TabProps) => JSX.Element;
|
|
@@ -389,7 +392,7 @@ declare type TabGroupProps = {
|
|
|
389
392
|
onChange?: TabsProps['onChange'];
|
|
390
393
|
};
|
|
391
394
|
/**
|
|
392
|
-
* Documentation: https://up-components.up42.
|
|
395
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-tabgroup--docs
|
|
393
396
|
*/
|
|
394
397
|
declare const TabGroup: ({ tabs, nameSpace: _nameSpace, tabContentProps, tabsProps, defaultValue, onChange, }: TabGroupProps) => JSX.Element;
|
|
395
398
|
|
|
@@ -412,13 +415,13 @@ declare type EmptyStateProps = MUIGlobalOmit<Omit<BoxProps$1, 'component'>, {
|
|
|
412
415
|
action?: ReactNode;
|
|
413
416
|
}>;
|
|
414
417
|
/**
|
|
415
|
-
* Documentation: https://up-components.up42.
|
|
418
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-emptystate--docs
|
|
416
419
|
*/
|
|
417
420
|
declare const EmptyState: ({ icon: Icon, title, subTitle, action, sx, ...props }: EmptyStateProps) => JSX.Element;
|
|
418
421
|
|
|
419
422
|
declare type ModalProps = MUIGlobalOmit<ModalProps$1>;
|
|
420
423
|
/**
|
|
421
|
-
* Documentation: https://up-components.up42.
|
|
424
|
+
* Documentation: https://up-components.up42.com/?path=/docs/feedback-modal--docs
|
|
422
425
|
*/
|
|
423
426
|
declare const Modal: ({ children, ...props }: ModalProps) => JSX.Element;
|
|
424
427
|
|
|
@@ -443,7 +446,7 @@ declare type InfoCardProps = {
|
|
|
443
446
|
hideDivider?: boolean;
|
|
444
447
|
} & Omit<CardProps, 'variant' | 'square' | 'raised'>;
|
|
445
448
|
/**
|
|
446
|
-
* Documentation: https://up-components.up42.
|
|
449
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-infocard--docs
|
|
447
450
|
*/
|
|
448
451
|
declare const InfoCard: React__default.ForwardRefExoticComponent<Pick<{
|
|
449
452
|
title: string;
|
|
@@ -473,7 +476,7 @@ declare type InfoModalProps = MUIGlobalOmit<Omit<ModalProps, 'BackdropProps' | '
|
|
|
473
476
|
maxWidth?: number;
|
|
474
477
|
}>;
|
|
475
478
|
/**
|
|
476
|
-
* Documentation: https://up-components.up42.
|
|
479
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-infomodal--docs
|
|
477
480
|
*/
|
|
478
481
|
declare const InfoModal: ({ title, subtitle, children, actions, open, maxWidth, onClose, ...props }: InfoModalProps) => JSX.Element;
|
|
479
482
|
|
|
@@ -482,7 +485,7 @@ declare type AlertProps = Omit<AlertProps$1, 'color' | 'elevation' | 'iconMappin
|
|
|
482
485
|
type?: AlertColor;
|
|
483
486
|
};
|
|
484
487
|
/**
|
|
485
|
-
* Documentation: https://up-components.up42.
|
|
488
|
+
* Documentation: https://up-components.up42.com/?path=/docs/feedback-alert--docs
|
|
486
489
|
*/
|
|
487
490
|
declare const Alert: React__default.ForwardRefExoticComponent<Pick<Omit<AlertProps$1, "color" | "elevation" | "square" | "action" | "iconMapping" | "severity" | "variant"> & {
|
|
488
491
|
type?: AlertColor | undefined;
|
|
@@ -512,7 +515,7 @@ declare type BannerProps = {
|
|
|
512
515
|
title: string;
|
|
513
516
|
} & Omit<AlertProps, 'title' | 'closeText' | 'icon' | 'role' | 'onClose'>;
|
|
514
517
|
/**
|
|
515
|
-
* Documentation: https://up-components.up42.
|
|
518
|
+
* Documentation: https://up-components.up42.com/?path=/docs/feedback-banner--docs
|
|
516
519
|
*/
|
|
517
520
|
declare const Banner: React__default.ForwardRefExoticComponent<Pick<{
|
|
518
521
|
/**
|
|
@@ -540,7 +543,7 @@ declare const Banner: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
540
543
|
|
|
541
544
|
declare type TooltipProps = Omit<TooltipProps$1, 'TransitionComponent' | 'TransitionProps' | 'PopperComponent' | 'followCursor'>;
|
|
542
545
|
/**
|
|
543
|
-
* Documentation: https://up-components.up42.
|
|
546
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-tooltip--docs
|
|
544
547
|
*/
|
|
545
548
|
declare const Tooltip: ({ children, ...props }: TooltipProps) => JSX.Element;
|
|
546
549
|
|
|
@@ -552,15 +555,15 @@ declare type ContactBoxProps = {
|
|
|
552
555
|
sx?: SxProps<Theme>;
|
|
553
556
|
};
|
|
554
557
|
/**
|
|
555
|
-
* Documentation: https://up-components.up42.
|
|
558
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-contactbox--docs
|
|
556
559
|
*/
|
|
557
560
|
declare const ContactBox: ({ customIcon, text, actions, size, sx }: ContactBoxProps) => JSX.Element;
|
|
558
561
|
|
|
559
562
|
declare type MenuProps = MUIGlobalOmit<MenuProps$1>;
|
|
560
563
|
/**
|
|
561
|
-
* Documentation: https://up-components.up42.
|
|
564
|
+
* Documentation: https://up-components.up42.com/?path=/docs/navigation-menu--docs
|
|
562
565
|
*/
|
|
563
|
-
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "
|
|
566
|
+
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "elevation" | "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" | "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" | "autoFocus" | "open" | "transformOrigin" | "transitionDuration" | "container" | "variant" | "components" | "componentsProps" | "onClose" | "slotProps" | "slots" | "anchorEl" | "disablePortal" | "keepMounted" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "onBackdropClick" | "TransitionComponent" | "BackdropComponent" | "BackdropProps" | "TransitionProps" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React__default.RefAttributes<unknown>>;
|
|
564
567
|
declare type MenuItemProps = MUIGlobalOmit<MenuItemProps$1>;
|
|
565
568
|
declare const MenuItem: (props: MenuItemProps) => JSX.Element;
|
|
566
569
|
|
|
@@ -572,7 +575,7 @@ declare type ControlButtonProps = MUIGlobalOmit<IconButtonProps, {
|
|
|
572
575
|
removePadding?: boolean;
|
|
573
576
|
}>;
|
|
574
577
|
/**
|
|
575
|
-
* Documentation: https://up-components.up42.
|
|
578
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-entry-controlbutton--docs
|
|
576
579
|
*/
|
|
577
580
|
declare const ControlButton: React__default.ForwardRefExoticComponent<Pick<{
|
|
578
581
|
size?: "small" | "medium" | undefined;
|
|
@@ -580,7 +583,7 @@ declare const ControlButton: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
580
583
|
* Remove default padding when using icons with built-in padding (Like MUI icons)
|
|
581
584
|
*/
|
|
582
585
|
removePadding?: boolean | undefined;
|
|
583
|
-
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "
|
|
586
|
+
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "disableRipple" | "disableFocusRipple" | "disableElevation" | "disableTouchRipple" | "focusRipple" | "centerRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef">, "className" | "style" | "children" | "color" | "sx" | "form" | "slot" | "title" | "id" | "lang" | "name" | "type" | "role" | "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" | "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" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "size" | "onFocusVisible" | "edge" | "removePadding"> & React__default.RefAttributes<unknown>>;
|
|
584
587
|
|
|
585
588
|
interface CopyButtonProps {
|
|
586
589
|
data: string;
|
|
@@ -589,13 +592,13 @@ interface CopyButtonProps {
|
|
|
589
592
|
onCopy?: (data: string) => void;
|
|
590
593
|
}
|
|
591
594
|
/**
|
|
592
|
-
* Documentation: https://up-components.up42.
|
|
595
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-copybutton--docs
|
|
593
596
|
*/
|
|
594
597
|
declare const CopyButton: ({ data, tooltip, sx, onCopy }: CopyButtonProps) => JSX.Element;
|
|
595
598
|
|
|
596
599
|
declare type PopoverProps = MUIGlobalOmit<PopoverProps$1>;
|
|
597
600
|
/**
|
|
598
|
-
* Documentation: https://up-components.up42.
|
|
601
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-popover--docs
|
|
599
602
|
*/
|
|
600
603
|
declare const Popover: ({ children, ...props }: PopoverProps) => JSX.Element;
|
|
601
604
|
|
|
@@ -603,7 +606,7 @@ declare type InfoPopoverProps = InfoCardProps & {
|
|
|
603
606
|
icon?: React__default.ElementType;
|
|
604
607
|
};
|
|
605
608
|
/**
|
|
606
|
-
* Documentation: https://up-components.up42.
|
|
609
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-popovers-infopopover--docs
|
|
607
610
|
*/
|
|
608
611
|
declare const InfoPopover: ({ id, icon: Icon, actions, title, children, sx, ...props }: InfoPopoverProps) => JSX.Element;
|
|
609
612
|
|
|
@@ -625,12 +628,12 @@ declare type PageHeaderProps = {
|
|
|
625
628
|
onSubmitTitle?: (title: string) => void;
|
|
626
629
|
};
|
|
627
630
|
/**
|
|
628
|
-
* Documentation: https://up-components.up42.
|
|
631
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-pageheader--docs
|
|
629
632
|
*/
|
|
630
633
|
declare const PageHeader: ({ title, description, divider, action, secondaryAction, onSubmitTitle, }: PageHeaderProps) => JSX.Element;
|
|
631
634
|
|
|
632
635
|
/**
|
|
633
|
-
* Documentation: https://up-components.up42.
|
|
636
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-notfound--docs
|
|
634
637
|
*/
|
|
635
638
|
declare const NotFound: () => JSX.Element;
|
|
636
639
|
|
|
@@ -645,30 +648,24 @@ declare type LoadingProps = {
|
|
|
645
648
|
visible?: boolean;
|
|
646
649
|
} & BoxProps$1;
|
|
647
650
|
/**
|
|
648
|
-
* Documentation: https://up-components.up42.
|
|
651
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-loading--docs
|
|
649
652
|
*/
|
|
650
653
|
declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Element | null;
|
|
651
654
|
|
|
652
|
-
var
|
|
655
|
+
var _path$N;
|
|
653
656
|
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
654
657
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
655
658
|
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
656
659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
657
660
|
fill: "none",
|
|
658
661
|
viewBox: "0 0 16 16"
|
|
659
|
-
}, props),
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
}
|
|
663
|
-
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z"
|
|
664
|
-
}))), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
665
|
-
id: "alarm-bell_svg__a"
|
|
666
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
667
|
-
d: "M0 0h16v16H0z"
|
|
668
|
-
})))));
|
|
662
|
+
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
663
|
+
d: "M7.993 16a1.89 1.89 0 0 1-1.812-1.359.5.5 0 0 1 .96-.282.89.89 0 0 0 1.71.001.503.503 0 0 1 .62-.34.5.5 0 0 1 .339.621 1.894 1.894 0 0 1-1.817 1.36Zm-5.999-3a.498.498 0 0 1-.394-.808c.004-.005.894-1.292.894-5.191a5.491 5.491 0 0 1 5-5.478V.501a.5.5 0 0 1 1 0v1.022c2.823.254 5 2.616 5 5.478 0 4.202.83 5.124.839 5.132a.504.504 0 0 1-.339.868h-12Zm11.14-1c-.321-.82-.64-2.313-.64-5 0-2.48-2.02-4.5-4.5-4.5a4.505 4.505 0 0 0-4.5 4.5c0 2.639-.387 4.185-.698 5h10.338Z",
|
|
664
|
+
fill: "currentColor"
|
|
665
|
+
})));
|
|
669
666
|
};
|
|
670
667
|
|
|
671
|
-
var _path$
|
|
668
|
+
var _path$M, _path2$q;
|
|
672
669
|
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
673
670
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
674
671
|
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
@@ -676,16 +673,16 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
676
673
|
height: 32,
|
|
677
674
|
fill: "none",
|
|
678
675
|
xmlns: "http://www.w3.org/2000/svg"
|
|
679
|
-
}, props), _path$
|
|
676
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
680
677
|
d: "M4.013 30.004c-1.654 0-3-1.345-3-3v-22c0-1.655 1.346-3 3-3h24c1.655 0 3 1.345 3 3v22c0 1.655-1.345 3-3 3h-24Zm-1-3a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-17h-26v17Zm26-19v-3a1 1 0 0 0-1-1h-24a1 1 0 0 0-1 1v3h26Z",
|
|
681
678
|
fill: "currentColor"
|
|
682
|
-
})), _path2$
|
|
679
|
+
})), _path2$q || (_path2$q = /*#__PURE__*/React.createElement("path", {
|
|
683
680
|
d: "M16.013 24.004a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2h-6ZM10.013 24.004a1.003 1.003 0 0 1-.707-1.708l3.294-3.293-3.293-3.294a.99.99 0 0 1-.294-.706.99.99 0 0 1 .294-.707.99.99 0 0 1 .706-.293.99.99 0 0 1 .707.293l4 4c.39.39.39 1.024 0 1.415l-4 4a.993.993 0 0 1-.707.293Z",
|
|
684
681
|
fill: "currentColor"
|
|
685
682
|
})));
|
|
686
683
|
};
|
|
687
684
|
|
|
688
|
-
var _rect$5,
|
|
685
|
+
var _rect$5, _path$L;
|
|
689
686
|
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
690
687
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
691
688
|
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
@@ -698,40 +695,26 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
698
695
|
height: 16,
|
|
699
696
|
fill: "#DFE1E6",
|
|
700
697
|
rx: 8
|
|
701
|
-
})),
|
|
702
|
-
clipPath: "url(#arrow-circle-down_svg__a)"
|
|
703
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
698
|
+
})), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
704
699
|
fill: "#777C85",
|
|
705
700
|
d: "M8 11.125a.957.957 0 0 1-.72-.325L3.192 6.153a.77.77 0 0 1 1.155-1.016l3.575 4.064a.104.104 0 0 0 .156 0l3.575-4.064a.77.77 0 1 1 1.155 1.016L8.722 10.8a.963.963 0 0 1-.722.326Z"
|
|
706
|
-
})))
|
|
707
|
-
id: "arrow-circle-down_svg__a"
|
|
708
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
709
|
-
fill: "#fff",
|
|
710
|
-
d: "M3 3h10v10H3z"
|
|
711
|
-
})))));
|
|
701
|
+
})));
|
|
712
702
|
};
|
|
713
703
|
|
|
714
|
-
var
|
|
704
|
+
var _path$K;
|
|
715
705
|
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
716
706
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
717
707
|
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
718
708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
719
709
|
fill: "none",
|
|
720
710
|
viewBox: "0 0 16 17"
|
|
721
|
-
}, props),
|
|
722
|
-
clipPath: "url(#arrow-top-right_svg__a)"
|
|
723
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
711
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
724
712
|
fill: "currentColor",
|
|
725
713
|
d: "M4 4.5v1.333h5.727l-6.394 6.394.94.94 6.394-6.394V12.5H12v-8H4Z"
|
|
726
|
-
})))
|
|
727
|
-
id: "arrow-top-right_svg__a"
|
|
728
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
729
|
-
fill: "#fff",
|
|
730
|
-
d: "M0 .5h16v16H0z"
|
|
731
|
-
})))));
|
|
714
|
+
})));
|
|
732
715
|
};
|
|
733
716
|
|
|
734
|
-
var _rect$4, _g$
|
|
717
|
+
var _rect$4, _g$c, _defs$4;
|
|
735
718
|
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
736
719
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
737
720
|
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
@@ -744,7 +727,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
744
727
|
height: 32,
|
|
745
728
|
rx: 16,
|
|
746
729
|
fill: "currentColor"
|
|
747
|
-
})), _g$
|
|
730
|
+
})), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
|
|
748
731
|
clipPath: "url(#assignment-circle_svg__a)",
|
|
749
732
|
fill: "#fff"
|
|
750
733
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -753,7 +736,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
753
736
|
d: "M11 24.007c-.827 0-1.5-.672-1.5-1.5v-10.5c0-.827.673-1.5 1.5-1.5h2.042A3.024 3.024 0 0 1 16 8.007c1.46 0 2.717 1.081 2.958 2.5H21c.827 0 1.5.673 1.5 1.5v10.5c0 .828-.673 1.5-1.5 1.5H11Zm0-12.5a.5.5 0 0 0-.5.5v10.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10.5a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 1-.5-.5c0-1.102-.897-2-2-2s-2 .898-2 2a.5.5 0 0 1-.5.5H11Z"
|
|
754
737
|
}), /*#__PURE__*/React.createElement("path", {
|
|
755
738
|
d: "M16 11.507a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"
|
|
756
|
-
}))), _defs$
|
|
739
|
+
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
757
740
|
id: "assignment-circle_svg__a"
|
|
758
741
|
}, /*#__PURE__*/React.createElement("path", {
|
|
759
742
|
fill: "#fff",
|
|
@@ -762,7 +745,7 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
762
745
|
})))));
|
|
763
746
|
};
|
|
764
747
|
|
|
765
|
-
var _rect$3, _path$
|
|
748
|
+
var _rect$3, _path$J, _path2$p, _path3$3;
|
|
766
749
|
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
767
750
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
768
751
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
@@ -775,10 +758,10 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
775
758
|
height: 32,
|
|
776
759
|
rx: 16,
|
|
777
760
|
fill: "currentColor"
|
|
778
|
-
})), _path$
|
|
761
|
+
})), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
779
762
|
d: "M9.5 22.667c-.827 0-1.5-.673-1.5-1.5V10.243a1.584 1.584 0 0 1 1.575-1.576H22.43A1.579 1.579 0 0 1 24 10.237V21.09a1.584 1.584 0 0 1-1.575 1.577H9.5Zm.077-13a.581.581 0 0 0-.577.578v10.922a.5.5 0 0 0 .5.5h12.923a.58.58 0 0 0 .577-.578v-10.85a.575.575 0 0 0-.573-.572H9.577Z",
|
|
780
763
|
fill: "#fff"
|
|
781
|
-
})), _path2$
|
|
764
|
+
})), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
|
|
782
765
|
d: "M20.695 20.667h-9.482c-.649 0-1.193-.528-1.213-1.178v-7.577a1.27 1.27 0 0 1 1.27-1.245h9.444l.033-.001c.668 0 1.23.55 1.252 1.226v7.53a1.27 1.27 0 0 1-1.27 1.245h-.034Zm.032-1a.272.272 0 0 0 .274-.262v-7.497c-.006-.127-.13-.241-.274-.241H11.29c-.164 0-.285.114-.29.261v7.546c.003.105.101.193.223.193h9.504Z",
|
|
783
766
|
fill: "#fff"
|
|
784
767
|
})), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -787,7 +770,7 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
787
770
|
})));
|
|
788
771
|
};
|
|
789
772
|
|
|
790
|
-
var _path$
|
|
773
|
+
var _path$I, _path2$o;
|
|
791
774
|
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
792
775
|
var SvgBin = function SvgBin(props) {
|
|
793
776
|
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
@@ -795,14 +778,14 @@ var SvgBin = function SvgBin(props) {
|
|
|
795
778
|
height: 14,
|
|
796
779
|
fill: "currentColor",
|
|
797
780
|
xmlns: "http://www.w3.org/2000/svg"
|
|
798
|
-
}, props), _path$
|
|
781
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
799
782
|
d: "M5.5 10.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5ZM8.5 10.5A.5.5 0 0 1 8 10V6a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5Z"
|
|
800
|
-
})), _path2$
|
|
783
|
+
})), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
|
|
801
784
|
d: "M3.5 13.5c-.827 0-1.5-.673-1.5-1.5V3.5H.5a.5.5 0 0 1 0-1H4V2C4 1.173 4.673.5 5.5.5h3C9.327.5 10 1.173 10 2v.5h3.5a.5.5 0 0 1 0 1H12V12c0 .827-.673 1.5-1.5 1.5h-7ZM3 12a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3.5H3V12Zm6-9.5V2a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 5 2v.5h4Z"
|
|
802
785
|
})));
|
|
803
786
|
};
|
|
804
787
|
|
|
805
|
-
var _rect$2, _g$
|
|
788
|
+
var _rect$2, _g$b, _defs$3;
|
|
806
789
|
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
807
790
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
808
791
|
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
@@ -815,12 +798,12 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
815
798
|
height: 32,
|
|
816
799
|
rx: 16,
|
|
817
800
|
fill: "currentColor"
|
|
818
|
-
})), _g$
|
|
801
|
+
})), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
|
|
819
802
|
clipPath: "url(#block-circle_svg__a)"
|
|
820
803
|
}, /*#__PURE__*/React.createElement("path", {
|
|
821
804
|
d: "M16.001 24c-.309 0-.613-.057-.903-.17l-6.067-2.38A1.677 1.677 0 0 1 8 19.865v-7.74a1.643 1.643 0 0 1 .309-.996 1.694 1.694 0 0 1 .705-.573l6.081-2.385a2.442 2.442 0 0 1 1.808.001l6.066 2.378c.256.11.472.271.648.483a.518.518 0 0 1 .081.107c.206.295.31.639.302.995v7.741a1.662 1.662 0 0 1-1.014 1.567l-6.081 2.386c-.29.114-.594.172-.904.172Zm.499-1.087.04-.015 6.067-2.38a.664.664 0 0 0 .394-.63v-7.764c0-.032-.001-.064-.004-.095L16.5 14.576v8.337H16.5ZM9.003 12.029a.569.569 0 0 0-.003.083v7.764a.678.678 0 0 0 .41.648l6.09 2.388v-8.336L9.003 12.03ZM16 13.7l6.13-2.404-5.593-2.193a1.454 1.454 0 0 0-1.074 0L9.87 11.294 16 13.698Z",
|
|
822
805
|
fill: "#fff"
|
|
823
|
-
}))), _defs$
|
|
806
|
+
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
824
807
|
id: "block-circle_svg__a"
|
|
825
808
|
}, /*#__PURE__*/React.createElement("path", {
|
|
826
809
|
fill: "#fff",
|
|
@@ -829,7 +812,7 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
829
812
|
})))));
|
|
830
813
|
};
|
|
831
814
|
|
|
832
|
-
var _path$
|
|
815
|
+
var _path$H, _path2$n;
|
|
833
816
|
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
834
817
|
var SvgBlocked = function SvgBlocked(props) {
|
|
835
818
|
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
@@ -837,38 +820,30 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
837
820
|
height: 16,
|
|
838
821
|
fill: "none",
|
|
839
822
|
xmlns: "http://www.w3.org/2000/svg"
|
|
840
|
-
}, props), _path$
|
|
823
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
841
824
|
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
842
825
|
fill: "currentColor"
|
|
843
|
-
})), _path2$
|
|
826
|
+
})), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
|
|
844
827
|
d: "M8 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8ZM8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
845
828
|
fill: "currentColor"
|
|
846
829
|
})));
|
|
847
830
|
};
|
|
848
831
|
|
|
849
|
-
var
|
|
832
|
+
var _path$G, _path2$m;
|
|
850
833
|
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
851
834
|
var SvgBoxes = function SvgBoxes(props) {
|
|
852
835
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
853
836
|
fill: "currentColor",
|
|
854
837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
855
838
|
viewBox: "0 0 17 17"
|
|
856
|
-
}, props),
|
|
857
|
-
clipPath: "url(#boxes_svg__a)"
|
|
858
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
839
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
859
840
|
d: "M6.5 8.058c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm-4 14c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm8 6c-.827 0-1.5-.673-1.5-1.5v-4c0-.828.673-1.5 1.5-1.5h4c.827 0 1.5.672 1.5 1.5v4c0 .827-.673 1.5-1.5 1.5h-4Zm0-6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Z"
|
|
860
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
841
|
+
})), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
|
|
861
842
|
d: "M8.5 5.308a.478.478 0 0 1-.087-.008.75.75 0 0 1-.655-.655.479.479 0 0 1 0-.175.75.75 0 0 1 .655-.654.478.478 0 0 1 .174 0 .751.751 0 0 1 .656.828.752.752 0 0 1-.743.664Zm-4 8a.75.75 0 0 1-.742-.662.49.49 0 0 1 0-.176.751.751 0 0 1 .828-.655.75.75 0 0 1 .655.655.427.427 0 0 1 .002.175.75.75 0 0 1-.656.655.472.472 0 0 1-.087.008Zm8 0a.75.75 0 0 1-.742-.837.75.75 0 0 1 .83-.655.75.75 0 0 1 .655.83.75.75 0 0 1-.744.662Z"
|
|
862
|
-
})))
|
|
863
|
-
id: "boxes_svg__a"
|
|
864
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
865
|
-
fill: "#fff",
|
|
866
|
-
transform: "translate(.5 .558)",
|
|
867
|
-
d: "M0 0h16v16H0z"
|
|
868
|
-
})))));
|
|
843
|
+
})));
|
|
869
844
|
};
|
|
870
845
|
|
|
871
|
-
var _path$
|
|
846
|
+
var _path$F;
|
|
872
847
|
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
873
848
|
var SvgCalendar = function SvgCalendar(props) {
|
|
874
849
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
@@ -876,51 +851,45 @@ var SvgCalendar = function SvgCalendar(props) {
|
|
|
876
851
|
height: 24,
|
|
877
852
|
fill: "none",
|
|
878
853
|
xmlns: "http://www.w3.org/2000/svg"
|
|
879
|
-
}, props), _path$
|
|
854
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
880
855
|
d: "M2.252 24a2.252 2.252 0 0 1-2.25-2.25V5.25A2.252 2.252 0 0 1 2.252 3h3.75V.75a.75.75 0 0 1 1.5 0V3h9V.75a.75.75 0 0 1 1.5 0V3h3.75a2.252 2.252 0 0 1 2.25 2.25v16.5a2.252 2.252 0 0 1-2.25 2.25h-19.5Zm-.75-2.25c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V10.5h-21v11.25Zm21-12.75V5.25a.75.75 0 0 0-.75-.75h-3.75V6a.75.75 0 0 1-1.5 0V4.5h-9V6a.75.75 0 0 1-1.5 0V4.5h-3.75a.75.75 0 0 0-.75.75V9h21Z",
|
|
881
856
|
fill: "currentColor"
|
|
882
857
|
})));
|
|
883
858
|
};
|
|
884
859
|
|
|
885
|
-
var _path$
|
|
860
|
+
var _path$E, _path2$l;
|
|
886
861
|
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
887
862
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
888
863
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
889
864
|
viewBox: "0 0 24 24",
|
|
890
865
|
fill: "none",
|
|
891
866
|
xmlns: "http://www.w3.org/2000/svg"
|
|
892
|
-
}, props), _path$
|
|
867
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
893
868
|
d: "M23.25 24a.743.743 0 0 1-.53-.22l-3.293-3.293a5.99 5.99 0 0 1-3.677 1.263c-3.308 0-6-2.692-6-6s2.692-6 6-6 6 2.692 6 6a5.992 5.992 0 0 1-1.263 3.677l3.293 3.293a.752.752 0 0 1 0 1.061.746.746 0 0 1-.53.219Zm-7.5-12.75a4.505 4.505 0 0 0-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5Z",
|
|
894
869
|
fill: "currentColor"
|
|
895
|
-
})), _path2$
|
|
870
|
+
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
896
871
|
d: "M12 24a12.02 12.02 0 0 1-2.931-.364 12.036 12.036 0 0 1-7.643-5.968.765.765 0 0 1-.076-.148A12.006 12.006 0 0 1 0 12c0-.226.008-.462.025-.739v-.011c0-.04.003-.08.01-.119.163-2.27.965-4.435 2.32-6.262a.76.76 0 0 1 .108-.142A12.058 12.058 0 0 1 9.171.341a11.932 11.932 0 0 1 5.761.023 12.063 12.063 0 0 1 6.607 4.366c.037.039.07.082.099.13A11.888 11.888 0 0 1 24 12a.75.75 0 0 1-1.5 0c0-2.161-.653-4.231-1.891-6h-3.184c.097.471.174.942.23 1.406a.745.745 0 0 1-.155.553.743.743 0 0 1-.59.286.75.75 0 0 1-.744-.661A15.59 15.59 0 0 0 15.889 6H8.142a26.658 26.658 0 0 0-.602 4.5H9A.75.75 0 0 1 9 12H7.5c0 4.121.861 8.028 2.254 10.255A10.54 10.54 0 0 0 12 22.5a.75.75 0 0 1 0 1.5Zm-8.612-6a10.573 10.573 0 0 0 4.324 3.581C7.254 20.54 6.88 19.341 6.596 18H3.388Zm2.937-1.5A30.392 30.392 0 0 1 6 12H1.5c0 1.573.342 3.086 1.017 4.5h3.808Zm-.288-6c.074-1.588.261-3.098.559-4.5H3.391a10.474 10.474 0 0 0-1.784 4.5h4.43Zm13.3-6a10.535 10.535 0 0 0-3.082-2.095c.312.683.577 1.384.793 2.095h2.289Zm-3.868 0a15.405 15.405 0 0 0-1.242-2.759A10.509 10.509 0 0 0 12 1.5c-.749 0-1.504.083-2.246.245-.463.74-.869 1.664-1.209 2.755h6.924Zm-8.5 0c.216-.75.465-1.446.744-2.081A10.545 10.545 0 0 0 4.663 4.5h2.306Z",
|
|
897
872
|
fill: "currentColor"
|
|
898
873
|
})));
|
|
899
874
|
};
|
|
900
875
|
|
|
901
|
-
var _g$
|
|
876
|
+
var _g$a;
|
|
902
877
|
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
903
878
|
var SvgChecklist = function SvgChecklist(props) {
|
|
904
879
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
905
880
|
fill: "none",
|
|
906
881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
907
882
|
viewBox: "0 0 104 104"
|
|
908
|
-
}, props), _g$
|
|
909
|
-
clipPath: "url(#checklist_svg__a)",
|
|
883
|
+
}, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
|
|
910
884
|
fill: "currentColor"
|
|
911
885
|
}, /*#__PURE__*/React.createElement("path", {
|
|
912
886
|
d: "M46.583 104.048c-4.181 0-7.583-3.402-7.583-7.584v-5.416h-9.75c-5.378 0-9.75-4.373-9.75-9.75v-3.25H9.75c-5.378 0-9.75-4.373-9.75-9.75v-58.5C0 4.42 4.372.048 9.75.048h45.5C60.628.048 65 4.42 65 9.798v3.25h9.75c5.378 0 9.75 4.372 9.75 9.75v3.25h11.917c4.181 0 7.583 3.402 7.583 7.583v62.834c0 4.181-3.402 7.583-7.583 7.583H46.583Zm0-71.5c-.598 0-1.083.485-1.083 1.083v62.834c0 .597.485 1.083 1.083 1.083h49.834c.598 0 1.083-.486 1.083-1.084V33.632c0-.598-.485-1.083-1.083-1.083H46.583Zm-17.333-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25H39V33.63c0-4.181 3.402-7.583 7.583-7.583H78v-3.25a3.251 3.251 0 0 0-3.25-3.25h-45.5Zm-19.5-13a3.251 3.251 0 0 0-3.25 3.25v58.5a3.251 3.251 0 0 0 3.25 3.25h9.75v-48.75c0-5.378 4.372-9.75 9.75-9.75H58.5v-3.25a3.251 3.251 0 0 0-3.25-3.25H9.75Z"
|
|
913
887
|
}), /*#__PURE__*/React.createElement("path", {
|
|
914
888
|
d: "M74.75 52.048a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25A3.218 3.218 0 0 1 52 45.548c0-.867.338-1.686.953-2.297a3.218 3.218 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.954L62.703 40A3.226 3.226 0 0 1 65 39.048a3.22 3.22 0 0 1 2.297.953 3.22 3.22 0 0 1 .953 2.297c0 .866-.338 1.685-.953 2.296l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.953 3.22 3.22 0 0 1 2.297.953l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 58.544a3.22 3.22 0 0 1 2.297.953 3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Zm16.25 19.5a3.251 3.251 0 0 1 0-6.5h13a3.251 3.251 0 0 1 0 6.5h-13Zm-16.25 0a3.218 3.218 0 0 1-2.297-.954l-3.25-3.25a3.259 3.259 0 0 1 0-4.597 3.226 3.226 0 0 1 2.297-.954c.867 0 1.686.338 2.297.954l.953.953 4.203-4.203A3.226 3.226 0 0 1 65 78.043c.867 0 1.686.338 2.297.954a3.259 3.259 0 0 1 0 4.597l-6.5 6.5a3.218 3.218 0 0 1-2.297.954Z"
|
|
915
|
-
})))
|
|
916
|
-
id: "checklist_svg__a"
|
|
917
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
918
|
-
fill: "#fff",
|
|
919
|
-
d: "M0 0h104v104H0z"
|
|
920
|
-
})))));
|
|
889
|
+
}))));
|
|
921
890
|
};
|
|
922
891
|
|
|
923
|
-
var _path$
|
|
892
|
+
var _path$D;
|
|
924
893
|
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
925
894
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
926
895
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
@@ -928,12 +897,12 @@ var SvgCheckmark = function SvgCheckmark(props) {
|
|
|
928
897
|
height: 15,
|
|
929
898
|
fill: "currentColor",
|
|
930
899
|
xmlns: "http://www.w3.org/2000/svg"
|
|
931
|
-
}, props), _path$
|
|
900
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
932
901
|
d: "M4.83 14.152c-.14 0-.279-.014-.418-.041a2.123 2.123 0 0 1-1.358-.892L.162 9.178a.868.868 0 0 1 .214-1.22.897.897 0 0 1 1.24.211l2.904 4.059a.363.363 0 0 0 .31.173.352.352 0 0 0 .28-.14L14.415.666A.897.897 0 0 1 15.662.52a.865.865 0 0 1 .147 1.23L6.513 13.332a2.132 2.132 0 0 1-1.683.818Z"
|
|
933
902
|
})));
|
|
934
903
|
};
|
|
935
904
|
|
|
936
|
-
var _path$
|
|
905
|
+
var _path$C;
|
|
937
906
|
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
938
907
|
var SvgClose = function SvgClose(props) {
|
|
939
908
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
@@ -941,12 +910,12 @@ var SvgClose = function SvgClose(props) {
|
|
|
941
910
|
height: 14,
|
|
942
911
|
fill: "currentColor",
|
|
943
912
|
xmlns: "http://www.w3.org/2000/svg"
|
|
944
|
-
}, props), _path$
|
|
913
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
945
914
|
d: "M8.342 7.104a.146.146 0 0 1 0-.206l5.403-5.403A.875.875 0 1 0 12.506.258l-5.403 5.4a.146.146 0 0 1-.206 0L1.494.258A.875.875 0 0 0 .256 1.495l5.402 5.403a.146.146 0 0 1 0 .206L.256 12.508a.875.875 0 0 0 1.238 1.237l5.403-5.403a.146.146 0 0 1 .206 0l5.403 5.403a.875.875 0 0 0 1.238-1.237L8.342 7.104Z"
|
|
946
915
|
})));
|
|
947
916
|
};
|
|
948
917
|
|
|
949
|
-
var _path$
|
|
918
|
+
var _path$B, _path2$k;
|
|
950
919
|
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
951
920
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
952
921
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
@@ -954,14 +923,14 @@ var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
|
954
923
|
height: 16,
|
|
955
924
|
fill: "currentColor",
|
|
956
925
|
xmlns: "http://www.w3.org/2000/svg"
|
|
957
|
-
}, props), _path$
|
|
926
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
958
927
|
d: "M7.998 16c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8Zm0-15c-3.86 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7Z"
|
|
959
|
-
})), _path2$
|
|
928
|
+
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
960
929
|
d: "M10.998 11.5a.495.495 0 0 1-.353-.147L7.998 8.707l-2.646 2.646a.495.495 0 0 1-.707 0 .496.496 0 0 1 0-.706L7.291 8 4.644 5.353a.495.495 0 0 1 0-.706.495.495 0 0 1 .707 0l2.646 2.646 2.646-2.646a.496.496 0 0 1 .707 0 .495.495 0 0 1 0 .706L8.705 8l2.646 2.647a.496.496 0 0 1 0 .706.5.5 0 0 1-.353.147Z"
|
|
961
930
|
})));
|
|
962
931
|
};
|
|
963
932
|
|
|
964
|
-
var _g$
|
|
933
|
+
var _g$9, _defs$2;
|
|
965
934
|
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
966
935
|
var SvgCoin = function SvgCoin(props) {
|
|
967
936
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
@@ -969,14 +938,14 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
969
938
|
height: 17,
|
|
970
939
|
fill: "none",
|
|
971
940
|
xmlns: "http://www.w3.org/2000/svg"
|
|
972
|
-
}, props), _g$
|
|
941
|
+
}, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
|
|
973
942
|
clipPath: "url(#coin_svg__a)",
|
|
974
943
|
fill: "currentColor"
|
|
975
944
|
}, /*#__PURE__*/React.createElement("path", {
|
|
976
945
|
d: "M8.5 16.058c-4.135 0-7.5-3.365-7.5-7.5 0-4.136 3.365-7.5 7.5-7.5s7.5 3.364 7.5 7.5c0 4.135-3.365 7.5-7.5 7.5Zm0-14a6.508 6.508 0 0 0-6.5 6.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5-2.916-6.5-6.5-6.5Z"
|
|
977
946
|
}), /*#__PURE__*/React.createElement("path", {
|
|
978
947
|
d: "M8.5 13.558a.5.5 0 0 1-.5-.5v-1H6.5a.5.5 0 0 1 0-1h2.844a.67.67 0 0 0 .656-.684c0-.374-1.053-.981-1.75-1.383C7.098 8.326 6.01 7.699 6 6.764a1.594 1.594 0 0 1 .561-1.325 1.604 1.604 0 0 1 1.15-.381H8v-1a.5.5 0 0 1 1 0v1h1.5a.5.5 0 0 1 0 1H7.692a.42.42 0 0 1-.041-.002.598.598 0 0 0-.441.143.605.605 0 0 0-.212.511.395.395 0 0 1 .002.04c0 .365 1.053.972 1.75 1.374C9.907 8.792 11 9.422 11 10.365c.008.439-.158.86-.468 1.181-.31.322-.727.503-1.173.512h-.36v1a.5.5 0 0 1-.5.5Z"
|
|
979
|
-
}))), _defs$
|
|
948
|
+
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
980
949
|
id: "coin_svg__a"
|
|
981
950
|
}, /*#__PURE__*/React.createElement("path", {
|
|
982
951
|
fill: "#fff",
|
|
@@ -985,7 +954,7 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
985
954
|
})))));
|
|
986
955
|
};
|
|
987
956
|
|
|
988
|
-
var _path$
|
|
957
|
+
var _path$A, _path2$j;
|
|
989
958
|
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
990
959
|
var SvgCopy = function SvgCopy(props) {
|
|
991
960
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
@@ -993,50 +962,50 @@ var SvgCopy = function SvgCopy(props) {
|
|
|
993
962
|
height: 16,
|
|
994
963
|
fill: "none",
|
|
995
964
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
|
-
}, props), _path$
|
|
965
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
997
966
|
d: "M1.5 13C.673 13 0 12.327 0 11.5v-10C0 .673.673 0 1.5 0h10c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10Zm0-12a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-10Z",
|
|
998
967
|
fill: "currentColor"
|
|
999
|
-
})), _path2$
|
|
968
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
1000
969
|
d: "M4.5 16c-.827 0-1.5-.673-1.5-1.5a.5.5 0 0 1 1 0 .5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5.5.5 0 0 1 0-1c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5h-10Z",
|
|
1001
970
|
fill: "currentColor"
|
|
1002
971
|
})));
|
|
1003
972
|
};
|
|
1004
973
|
|
|
1005
|
-
var _path$
|
|
974
|
+
var _path$z, _path2$i;
|
|
1006
975
|
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
1007
976
|
var SvgCredit = function SvgCredit(props) {
|
|
1008
977
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1009
978
|
fill: "none",
|
|
1010
979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1011
980
|
viewBox: "0 0 104 104"
|
|
1012
|
-
}, props), _path$
|
|
981
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1013
982
|
d: "M29.246 97.5C12.576 97.5 0 90.515 0 81.25v-65C0 6.985 12.575 0 29.25 0S58.5 6.985 58.5 16.25v26a3.251 3.251 0 0 1-6.5 0v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 43.36 6.5 39.659v2.591c0 4.602 9.728 9.75 22.75 9.75 3.224-.03 6.292-.334 9.109-.901a3.258 3.258 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 58.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.103 0 6.14-.303 9.109-.901a3.261 3.261 0 0 1 3.83 2.544 3.255 3.255 0 0 1-2.543 3.83A52.535 52.535 0 0 1 29.328 71.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75a46.714 46.714 0 0 0 9.109-.901c.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 84.5c-9.204 0-17.411-2.14-22.828-5.841v2.591c0 4.602 9.728 9.75 22.75 9.75 3.207-.026 6.275-.33 9.109-.901.22-.044.429-.065.641-.065a3.264 3.264 0 0 1 3.19 2.608 3.255 3.255 0 0 1-2.544 3.831A52.535 52.535 0 0 1 29.328 97.5h-.082ZM6.5 29.25c0 4.602 9.728 9.75 22.75 9.75S52 33.852 52 29.25v-2.591c-5.417 3.7-13.615 5.841-22.75 5.841S11.917 30.36 6.5 26.659v2.591ZM29.25 6.5C16.228 6.5 6.5 11.648 6.5 16.25S16.228 26 29.25 26 52 20.852 52 16.25 42.272 6.5 29.25 6.5Z",
|
|
1014
983
|
fill: "currentColor"
|
|
1015
|
-
})), _path2$
|
|
984
|
+
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
1016
985
|
d: "M74.75 104c-16.675 0-29.25-6.985-29.25-16.25v-26c0-9.265 12.575-16.25 29.25-16.25S104 52.485 104 61.75v26C104 97.015 91.425 104 74.75 104ZM52 87.75c0 4.602 9.728 9.75 22.75 9.75s22.75-5.148 22.75-9.75v-2.591C92.083 88.859 83.885 91 74.75 91S57.417 88.86 52 85.159v2.591Zm0-13c0 4.602 9.728 9.75 22.75 9.75s22.75-5.148 22.75-9.75v-2.591C92.083 75.859 83.885 78 74.75 78S57.417 75.86 52 72.159v2.591ZM74.75 52C61.728 52 52 57.148 52 61.75s9.728 9.75 22.75 9.75 22.75-5.148 22.75-9.75S87.772 52 74.75 52Z",
|
|
1017
986
|
fill: "currentColor"
|
|
1018
987
|
})));
|
|
1019
988
|
};
|
|
1020
989
|
|
|
1021
|
-
var _path$
|
|
990
|
+
var _path$y;
|
|
1022
991
|
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
1023
992
|
var SvgModule = function SvgModule(props) {
|
|
1024
993
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1025
994
|
viewBox: "0 0 24 24",
|
|
1026
995
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1027
|
-
}, props), _path$
|
|
996
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1028
997
|
d: "M12.002 24.001a3.71 3.71 0 0 1-1.355-.257l-9.1-3.569A2.515 2.515 0 0 1 0 17.797V6.186a2.464 2.464 0 0 1 .463-1.492.763.763 0 0 1 .099-.131c.259-.318.59-.57.959-.729L10.643.257a3.663 3.663 0 0 1 2.712.001l9.098 3.567c.385.164.709.407.972.725a.77.77 0 0 1 .122.16c.309.443.465.958.453 1.493v11.611a2.493 2.493 0 0 1-1.521 2.351l-9.122 3.578c-.434.171-.89.258-1.355.258Zm.748-1.632a1.41 1.41 0 0 0 .059-.022l9.101-3.569a.996.996 0 0 0 .591-.946V6.186a1.109 1.109 0 0 0-.006-.142l-9.744 3.82V22.37h-.001ZM1.505 6.044a.852.852 0 0 0-.005.124v11.646c-.01.43.232.809.615.972l9.135 3.582V9.864l-9.745-3.82ZM12 8.547l9.194-3.605-8.388-3.289a2.18 2.18 0 0 0-1.612-.001l-8.389 3.29L12 8.547Z",
|
|
1029
998
|
fill: "currentColor"
|
|
1030
999
|
})));
|
|
1031
1000
|
};
|
|
1032
1001
|
|
|
1033
|
-
var _path$
|
|
1002
|
+
var _path$x, _circle, _circle2, _circle3, _path2$h;
|
|
1034
1003
|
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1035
1004
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1036
1005
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1037
1006
|
viewBox: "0 0 24 24",
|
|
1038
1007
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1039
|
-
}, props), _path$
|
|
1008
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1040
1009
|
fill: "currentColor",
|
|
1041
1010
|
d: "M2.5 21.504a2.503 2.503 0 0 1-2.5-2.5v-14c0-1.379 1.121-2.5 2.5-2.5h19c1.378 0 2.5 1.121 2.5 2.5v14c0 1.378-1.122 2.5-2.5 2.5h-19zm-1.5-2.5c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-10.5H1v10.5zm22-11.5v-2.5c0-.827-.673-1.5-1.5-1.5h-19c-.827 0-1.5.673-1.5 1.5v2.5h22z"
|
|
1042
1011
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1054,31 +1023,31 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
1054
1023
|
cy: 5.504,
|
|
1055
1024
|
r: 0.75,
|
|
1056
1025
|
fill: "currentColor"
|
|
1057
|
-
})), _path2$
|
|
1026
|
+
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
1058
1027
|
fill: "currentColor",
|
|
1059
1028
|
d: "M4 13.504c-.551 0-1-.448-1-1v-1c0-.551.449-1 1-1h2c.551 0 1 .449 1 1v1c0 .552-.449 1-1 1H4zm0-1h2v-1H4v1zM4 18.504c-.551 0-1-.448-1-1v-1c0-.552.449-1 1-1h2c.551 0 1 .448 1 1v1c0 .552-.449 1-1 1H4zm0-1h2v-1H4v1zM9.5 12.504a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zM9.5 17.504a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z"
|
|
1060
1029
|
})));
|
|
1061
1030
|
};
|
|
1062
1031
|
|
|
1063
|
-
var _path$
|
|
1032
|
+
var _path$w;
|
|
1064
1033
|
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1065
1034
|
var SvgDownload = function SvgDownload(props) {
|
|
1066
1035
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1067
1036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1068
1037
|
viewBox: "0 0 20 20"
|
|
1069
|
-
}, props), _path$
|
|
1038
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1070
1039
|
fill: "currentColor",
|
|
1071
1040
|
clipRule: "evenodd",
|
|
1072
1041
|
d: "M10.35 4.15a.5.5 0 0 0-.85.35v6.8L7.35 9.14a.5.5 0 1 0-.7.7l3 3c.04.05.1.09.16.11h.02a.5.5 0 0 0 .34 0h.02a.5.5 0 0 0 .16-.1l3-3a.5.5 0 0 0-.16-.82.5.5 0 0 0-.54.1L10.5 11.3V4.5a.5.5 0 0 0-.15-.35ZM2.73 15.27c.47.47 1.1.73 1.77.73h11a2.5 2.5 0 0 0 2.5-2.5v-1a.5.5 0 0 0-1 0v1c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 3 13.5v-1a.5.5 0 1 0-1 0v1c0 .66.26 1.3.73 1.77Z"
|
|
1073
1042
|
})));
|
|
1074
1043
|
};
|
|
1075
1044
|
|
|
1076
|
-
var _path$
|
|
1045
|
+
var _path$v;
|
|
1077
1046
|
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1078
1047
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1079
1048
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1080
1049
|
viewBox: "0 0 24 24"
|
|
1081
|
-
}, props), _path$
|
|
1050
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1082
1051
|
fill: "none",
|
|
1083
1052
|
stroke: "currentColor",
|
|
1084
1053
|
strokeLinecap: "round",
|
|
@@ -1088,26 +1057,18 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1088
1057
|
})));
|
|
1089
1058
|
};
|
|
1090
1059
|
|
|
1091
|
-
var
|
|
1060
|
+
var _path$u, _path2$g;
|
|
1092
1061
|
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1093
1062
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1094
1063
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1095
1064
|
fill: "currentColor",
|
|
1096
1065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1097
1066
|
viewBox: "0 0 17 17"
|
|
1098
|
-
}, props),
|
|
1099
|
-
clipPath: "url(#image-resolution_svg__a)"
|
|
1100
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1067
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1101
1068
|
d: "M2.666 16.555c-.827 0-1.5-.673-1.5-1.5v-13c0-.828.673-1.5 1.5-1.5h10c.393 0 .765.151 1.047.426l1.97 1.922c.288.281.452.672.452 1.074v11.078c0 .827-.672 1.5-1.5 1.5H2.666Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h11.97a.5.5 0 0 0 .5-.5V3.977a.502.502 0 0 0-.151-.358l-1.97-1.922a.496.496 0 0 0-.349-.142h-10Z"
|
|
1102
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1069
|
+
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
1103
1070
|
d: "M6.166 7.555c-1.103 0-2-.898-2-2 0-1.103.897-2 2-2s2 .897 2 2c0 1.102-.897 2-2 2Zm0-3a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Zm7.027 8.633a.5.5 0 0 1-.417-.223L10.159 9.04a.176.176 0 0 0-.242-.05.175.175 0 0 0-.046.046L8.077 11.6a.5.5 0 0 1-.723.103l-1.112-.892a.171.171 0 0 0-.127-.036.17.17 0 0 0-.117.064l-1.417 2.126a.5.5 0 0 1-.832-.554l1.407-2.114a1.164 1.164 0 0 1 .98-.524c.268 0 .52.09.731.258l.696.558 1.488-2.126a1.172 1.172 0 0 1 1.94.023l2.617 3.925a.498.498 0 0 1-.415.777Z"
|
|
1104
|
-
})))
|
|
1105
|
-
id: "image-resolution_svg__a"
|
|
1106
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1107
|
-
fill: "#fff",
|
|
1108
|
-
transform: "translate(.5 .555)",
|
|
1109
|
-
d: "M0 0h16v16H0z"
|
|
1110
|
-
})))));
|
|
1071
|
+
})));
|
|
1111
1072
|
};
|
|
1112
1073
|
|
|
1113
1074
|
var _path$t;
|
|
@@ -1416,7 +1377,7 @@ var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
|
1416
1377
|
})));
|
|
1417
1378
|
};
|
|
1418
1379
|
|
|
1419
|
-
var _g$8
|
|
1380
|
+
var _g$8;
|
|
1420
1381
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
1421
1382
|
var SvgShield = function SvgShield(props) {
|
|
1422
1383
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
@@ -1427,18 +1388,12 @@ var SvgShield = function SvgShield(props) {
|
|
|
1427
1388
|
}, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
|
|
1428
1389
|
fill: "currentColor",
|
|
1429
1390
|
fillRule: "evenodd",
|
|
1430
|
-
clipPath: "url(#shield_svg__a)",
|
|
1431
1391
|
clipRule: "evenodd"
|
|
1432
1392
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1433
1393
|
d: "M16.81 6.713a.5.5 0 0 1 .082.702l-5.226 6.615a1.202 1.202 0 0 1-1.532.32 1.2 1.2 0 0 1-.412-.377l-1.63-2.316a.5.5 0 0 1 .817-.576l1.633 2.32.007.01a.2.2 0 0 0 .325.01l.005-.007 5.229-6.618a.5.5 0 0 1 .702-.083Z"
|
|
1434
1394
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1435
1395
|
d: "M4.94 4.439A1.5 1.5 0 0 1 6 3.999h12a1.5 1.5 0 0 1 1.5 1.5v6c0 .925-.346 1.84-.85 2.686-.505.849-1.188 1.661-1.91 2.392-1.445 1.46-3.092 2.64-3.93 3.182a1.485 1.485 0 0 1-1.62 0c-.84-.543-2.486-1.723-3.93-3.182-.722-.73-1.405-1.543-1.91-2.392-.504-.846-.85-1.76-.85-2.686v-6c0-.397.158-.779.44-1.06Zm1.06.56a.5.5 0 0 0-.5.5v6c0 .68.257 1.415.709 2.174.45.756 1.074 1.505 1.763 2.2 1.377 1.393 2.96 2.529 3.762 3.047h.001a.484.484 0 0 0 .53 0h.001c.801-.518 2.385-1.654 3.762-3.047.689-.695 1.313-1.444 1.763-2.2.452-.759.709-1.494.709-2.174v-6A.499.499 0 0 0 18 5H6Z"
|
|
1436
|
-
})))
|
|
1437
|
-
id: "shield_svg__a"
|
|
1438
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1439
|
-
fill: "#fff",
|
|
1440
|
-
d: "M4 4h16v16H4z"
|
|
1441
|
-
})))));
|
|
1396
|
+
}))));
|
|
1442
1397
|
};
|
|
1443
1398
|
|
|
1444
1399
|
var _path$9, _path2$4, _path3$1;
|
|
@@ -1460,7 +1415,7 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1460
1415
|
})));
|
|
1461
1416
|
};
|
|
1462
1417
|
|
|
1463
|
-
var _rect$1, _g$7, _defs$
|
|
1418
|
+
var _rect$1, _g$7, _defs$1;
|
|
1464
1419
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
1465
1420
|
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1466
1421
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
@@ -1480,7 +1435,7 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1480
1435
|
d: "M21.498 24a.495.495 0 0 1-.353-.147L18.29 21H18c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V23.5a.5.5 0 0 1-.501.5Zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 22.998 17c0-1.653-1.345-3-2.999-3h-2.001Z"
|
|
1481
1436
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1482
1437
|
d: "M10.498 19a.498.498 0 0 1-.5-.5v-3.047a3.978 3.978 0 0 1-1.767-2.114 3.966 3.966 0 0 1 .149-3.052A4.01 4.01 0 0 1 11.99 8h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 13.998 9h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287c.269.753.816 1.355 1.538 1.697.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146Z"
|
|
1483
|
-
}))), _defs$
|
|
1438
|
+
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1484
1439
|
id: "support-circle_svg__a"
|
|
1485
1440
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1486
1441
|
fill: "#fff",
|
|
@@ -1489,7 +1444,7 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1489
1444
|
})))));
|
|
1490
1445
|
};
|
|
1491
1446
|
|
|
1492
|
-
var _g$6
|
|
1447
|
+
var _g$6;
|
|
1493
1448
|
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
1494
1449
|
var SvgSupport = function SvgSupport(props) {
|
|
1495
1450
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
@@ -1497,21 +1452,15 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1497
1452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1498
1453
|
viewBox: "0 0 16 16"
|
|
1499
1454
|
}, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
1500
|
-
clipPath: "url(#support_svg__a)",
|
|
1501
1455
|
fill: "currentColor"
|
|
1502
1456
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1503
1457
|
d: "M13.498 16a.495.495 0 0 1-.353-.147L10.29 13H10c-2.206 0-4-1.795-4-4s1.794-4 4-4h2c2.206 0 4 1.795 4 4a3.983 3.983 0 0 1-2 3.453V15.5a.5.5 0 0 1-.501.5zm-3.5-10c-1.654 0-3 1.346-3 3s1.346 3 3 3h.5a.5.5 0 0 1 .353.147l2.147 2.146v-2.142c0-.192.113-.37.286-.452A3.006 3.006 0 0 0 14.998 9c0-1.653-1.345-3-2.999-3H9.998z"
|
|
1504
1458
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1505
1459
|
d: "M2.498 11a.498.498 0 0 1-.5-.5V7.453A3.978 3.978 0 0 1 .231 5.34 3.966 3.966 0 0 1 .38 2.287 4.01 4.01 0 0 1 3.99 0h2.008a4.027 4.027 0 0 1 3.835 2.857.5.5 0 0 1-.958.286A3.02 3.02 0 0 0 5.998 1h-2c-1.16 0-2.222.673-2.714 1.715a2.974 2.974 0 0 0-.111 2.287 2.973 2.973 0 0 0 1.538 1.697c.174.082.287.26.287.452v2.142l1.147-1.146a.496.496 0 0 1 .706 0 .501.501 0 0 1 0 .707l-2 2a.496.496 0 0 1-.353.146z"
|
|
1506
|
-
})))
|
|
1507
|
-
id: "support_svg__a"
|
|
1508
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1509
|
-
fill: "#fff",
|
|
1510
|
-
d: "M0 0h16v16H0z"
|
|
1511
|
-
})))));
|
|
1460
|
+
}))));
|
|
1512
1461
|
};
|
|
1513
1462
|
|
|
1514
|
-
var _g$5
|
|
1463
|
+
var _g$5;
|
|
1515
1464
|
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
1516
1465
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1517
1466
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
@@ -1519,7 +1468,6 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1519
1468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1520
1469
|
viewBox: "0 0 32 32"
|
|
1521
1470
|
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
|
1522
|
-
clipPath: "url(#support-headphones_svg__a)",
|
|
1523
1471
|
fillRule: "evenodd",
|
|
1524
1472
|
clipRule: "evenodd",
|
|
1525
1473
|
fill: "currentColor"
|
|
@@ -1529,12 +1477,7 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1529
1477
|
d: "M16 2A10 10 0 0 0 6 12a1 1 0 1 1-2 0 12 12 0 1 1 24 0 1 1 0 1 1-2 0A10 10 0 0 0 16 2Zm11 21a1 1 0 0 1 1 1v1a5 5 0 0 1-5 5h-3a1 1 0 1 1 0-2h3a3 3 0 0 0 3-3v-1a1 1 0 0 1 1-1Z"
|
|
1530
1478
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1531
1479
|
d: "M16 28a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2Zm-2.121-1.121A3 3 0 0 1 16 26h2a3 3 0 0 1 0 6h-2a3 3 0 0 1-2.121-5.121Z"
|
|
1532
|
-
})))
|
|
1533
|
-
id: "support-headphones_svg__a"
|
|
1534
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1535
|
-
fill: "#fff",
|
|
1536
|
-
d: "M0 0h32v32H0z"
|
|
1537
|
-
})))));
|
|
1480
|
+
}))));
|
|
1538
1481
|
};
|
|
1539
1482
|
|
|
1540
1483
|
var _path$8;
|
|
@@ -1563,7 +1506,7 @@ var SvgTag = function SvgTag(props) {
|
|
|
1563
1506
|
})));
|
|
1564
1507
|
};
|
|
1565
1508
|
|
|
1566
|
-
var _g$4, _defs
|
|
1509
|
+
var _g$4, _defs;
|
|
1567
1510
|
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
1568
1511
|
var SvgTarget = function SvgTarget(props) {
|
|
1569
1512
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
@@ -1575,14 +1518,14 @@ var SvgTarget = function SvgTarget(props) {
|
|
|
1575
1518
|
clipPath: "url(#target_svg__a)"
|
|
1576
1519
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1577
1520
|
d: "M8.002 15.997a.5.5 0 0 1-.5-.5v-1.521c-2.893-.242-5.237-2.586-5.478-5.479H.502a.5.5 0 0 1 0-1h1.522C2.267 4.604 4.61 2.262 7.502 2.02V.497a.5.5 0 0 1 1 0V2.02c2.893.242 5.236 2.585 5.478 5.477h1.522a.5.5 0 0 1 0 1h-1.521c-.242 2.893-2.586 5.237-5.479 5.479v1.521a.5.5 0 0 1-.5.5Zm-4.975-7.5c.236 2.34 2.135 4.239 4.475 4.475v-1.475a.5.5 0 0 1 1 0v1.475c2.34-.236 4.238-2.134 4.475-4.475h-1.475a.5.5 0 0 1 0-1h1.475c-.237-2.34-2.135-4.237-4.475-4.474v1.474a.5.5 0 0 1-1 0V3.023c-2.34.237-4.238 2.134-4.475 4.474h1.475a.5.5 0 0 1 0 1H3.027Z"
|
|
1578
|
-
}))), _defs
|
|
1521
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1579
1522
|
id: "target_svg__a"
|
|
1580
1523
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1581
1524
|
d: "M0 0h16v16H0z"
|
|
1582
1525
|
})))));
|
|
1583
1526
|
};
|
|
1584
1527
|
|
|
1585
|
-
var _g$3
|
|
1528
|
+
var _g$3;
|
|
1586
1529
|
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
1587
1530
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1588
1531
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
@@ -1590,17 +1533,12 @@ var SvgTransaction = function SvgTransaction(props) {
|
|
|
1590
1533
|
fill: "none",
|
|
1591
1534
|
viewBox: "0 0 24 24"
|
|
1592
1535
|
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
1593
|
-
fill: "currentColor"
|
|
1594
|
-
clipPath: "url(#transaction_svg__a)"
|
|
1536
|
+
fill: "currentColor"
|
|
1595
1537
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1596
1538
|
d: "M7.5 9.75a4.88 4.88 0 0 1-4.875-4.875A4.88 4.88 0 0 1 7.5 0a4.88 4.88 0 0 1 4.875 4.875A4.88 4.88 0 0 1 7.5 9.75Zm0-8.25a3.379 3.379 0 0 0-3.375 3.375A3.379 3.379 0 0 0 7.5 8.25a3.379 3.379 0 0 0 3.375-3.375A3.379 3.379 0 0 0 7.5 1.5ZM.75 18a.75.75 0 0 1-.75-.75c0-4.135 3.365-7.5 7.5-7.5.29.005.574.027.851.065a.75.75 0 0 1-.201 1.486 5.956 5.956 0 0 0-.664-.052c-3.298 0-5.986 2.692-5.986 6A.75.75 0 0 1 .75 18Zm12 6a2.252 2.252 0 0 1-2.25-2.25v-9a2.252 2.252 0 0 1 2.25-2.25h9A2.252 2.252 0 0 1 24 12.75v9A2.252 2.252 0 0 1 21.75 24h-9Zm0-12a.75.75 0 0 0-.75.75v9c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-9Z"
|
|
1597
1539
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1598
1540
|
d: "M14.25 15a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 0 1.5h-6Zm0 3a.75.75 0 0 1 0-1.5h2.25a.75.75 0 0 1 0 1.5h-2.25Z"
|
|
1599
|
-
})))
|
|
1600
|
-
id: "transaction_svg__a"
|
|
1601
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1602
|
-
d: "M0 0h24v24H0z"
|
|
1603
|
-
})))));
|
|
1541
|
+
}))));
|
|
1604
1542
|
};
|
|
1605
1543
|
|
|
1606
1544
|
var _path$6, _path2$3;
|
|
@@ -1902,20 +1840,20 @@ declare type IconProps = {
|
|
|
1902
1840
|
name: keyof typeof icons;
|
|
1903
1841
|
} & Omit<SvgIconProps, 'children' | 'inheritViewBox' | 'shapeRendering' | 'viewBox'>;
|
|
1904
1842
|
/**
|
|
1905
|
-
* Documentation: https://up-components.up42.
|
|
1906
|
-
* Icons: https://up-components.up42.
|
|
1843
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-icon--docs
|
|
1844
|
+
* Icons: https://up-components.up42.com/?path=/docs/icons--docs
|
|
1907
1845
|
*/
|
|
1908
1846
|
declare const Icon: ({ name, ...props }: IconProps) => JSX.Element;
|
|
1909
1847
|
|
|
1910
1848
|
declare type BadgeProps = MUIGlobalOmit<BadgeProps$1>;
|
|
1911
1849
|
/**
|
|
1912
|
-
* Documentation: https://up-components.up42.
|
|
1850
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-badge--docs
|
|
1913
1851
|
*/
|
|
1914
1852
|
declare const Badge: ({ children, color, ...props }: BadgeProps) => JSX.Element;
|
|
1915
1853
|
|
|
1916
1854
|
declare type TagProps = MUIGlobalOmit<Omit<ChipProps$1, 'size'>>;
|
|
1917
1855
|
/**
|
|
1918
|
-
* Documentation: https://up-components.up42.
|
|
1856
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-tag--docs
|
|
1919
1857
|
*/
|
|
1920
1858
|
declare const Tag: ({ color, ...props }: TagProps) => JSX.Element;
|
|
1921
1859
|
|
|
@@ -1931,7 +1869,7 @@ declare type DateType = dayjs.ConfigType;
|
|
|
1931
1869
|
/**
|
|
1932
1870
|
* Returns formatted date string. The format will depend on the option passed in the second argument.
|
|
1933
1871
|
*
|
|
1934
|
-
* Documentation: https://up-components.up42.
|
|
1872
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#formatnumber
|
|
1935
1873
|
*/
|
|
1936
1874
|
declare const formatDate: (date: DateType, options?: FormatDateOptions | undefined) => string;
|
|
1937
1875
|
|
|
@@ -1939,7 +1877,7 @@ declare type DateTimeProps = {
|
|
|
1939
1877
|
date: DateType;
|
|
1940
1878
|
} & FormatDateOptions;
|
|
1941
1879
|
/**
|
|
1942
|
-
* Documentation: https://up-components.up42.
|
|
1880
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-datetime--docs
|
|
1943
1881
|
*/
|
|
1944
1882
|
declare const DateTime: React__default.ForwardRefExoticComponent<{
|
|
1945
1883
|
date: DateType;
|
|
@@ -1959,7 +1897,7 @@ declare type DocumentationPopoverProps = {
|
|
|
1959
1897
|
ctaPath: string;
|
|
1960
1898
|
};
|
|
1961
1899
|
/**
|
|
1962
|
-
* Documentation: https://up-components.up42.
|
|
1900
|
+
* Documentation: https://up-components.up42.com/?path=/docs/patterns-popovers-documentationpopover--docs
|
|
1963
1901
|
*/
|
|
1964
1902
|
declare const DocumentationPopover: ({ children, ctaPath, ctaLabel, title }: DocumentationPopoverProps) => JSX.Element;
|
|
1965
1903
|
|
|
@@ -1969,7 +1907,7 @@ interface CodeInlineProps {
|
|
|
1969
1907
|
'data-testid'?: string;
|
|
1970
1908
|
}
|
|
1971
1909
|
/**
|
|
1972
|
-
* Documentation: https://up-components.up42.
|
|
1910
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-codeinline--docs
|
|
1973
1911
|
*/
|
|
1974
1912
|
declare const CodeInline: ({ label, text, "data-testid": dataTestId }: CodeInlineProps) => JSX.Element;
|
|
1975
1913
|
|
|
@@ -1993,13 +1931,13 @@ interface CodeSnippetProps {
|
|
|
1993
1931
|
initialSnippetIndex?: number;
|
|
1994
1932
|
}
|
|
1995
1933
|
/**
|
|
1996
|
-
* Documentation: https://up-components.up42.
|
|
1934
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-CodeSnippet--docs
|
|
1997
1935
|
*/
|
|
1998
1936
|
declare const CodeSnippet: ({ snippets, sx, onCopy, initialSnippetIndex }: CodeSnippetProps) => JSX.Element;
|
|
1999
1937
|
|
|
2000
1938
|
declare type TableProps = MUIGlobalOmit<TableProps$1>;
|
|
2001
1939
|
/**
|
|
2002
|
-
* Documentation: https://up-components.up42.
|
|
1940
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-table--docs
|
|
2003
1941
|
*/
|
|
2004
1942
|
declare const Table: ({ children, ...props }: TableProps) => JSX.Element;
|
|
2005
1943
|
declare type TableBodyProps = MUIGlobalOmit<TableBodyProps$1>;
|
|
@@ -2021,7 +1959,7 @@ declare const TableFooter: ({ children, ...props }: TableFooterProps) => JSX.Ele
|
|
|
2021
1959
|
|
|
2022
1960
|
declare type DataGridProps = MUIGlobalOmit<DataGridProps$1>;
|
|
2023
1961
|
/**
|
|
2024
|
-
* Documentation: https://up-components.up42.
|
|
1962
|
+
* Documentation: https://up-components.up42.com/?path=/docs/data-display-datagrid--docs
|
|
2025
1963
|
*/
|
|
2026
1964
|
declare const DataGrid: ({ autoHeight, pageSizeOptions, disableRowSelectionOnClick, ...props }: DataGridProps$1) => JSX.Element;
|
|
2027
1965
|
|
|
@@ -2030,33 +1968,33 @@ declare const DataGrid: ({ autoHeight, pageSizeOptions, disableRowSelectionOnCli
|
|
|
2030
1968
|
* A strict capitalization should uppercase the first letter of each word in the sentence.
|
|
2031
1969
|
* This helper only handles the first word.
|
|
2032
1970
|
*
|
|
2033
|
-
* Documentation: https://up-components.up42.
|
|
1971
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#capitalize
|
|
2034
1972
|
*/
|
|
2035
1973
|
declare const capitalize: (string: string) => string;
|
|
2036
1974
|
|
|
2037
1975
|
/**
|
|
2038
|
-
* Documentation: https://up-components.up42.
|
|
1976
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#copytoclipboard
|
|
2039
1977
|
*/
|
|
2040
1978
|
declare const copyToClipboard: (text: string, successCallBack: () => void) => void;
|
|
2041
1979
|
|
|
2042
1980
|
/**
|
|
2043
1981
|
* Returns a string with en-US formatted number.
|
|
2044
1982
|
*
|
|
2045
|
-
* Documentation: https://up-components.up42.
|
|
1983
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#formatnumber
|
|
2046
1984
|
*/
|
|
2047
1985
|
declare const formatNumber: (number: string | number, options?: Intl.NumberFormatOptions | undefined) => string;
|
|
2048
1986
|
|
|
2049
1987
|
/**
|
|
2050
1988
|
* Takes bytes as a value and returns formatted file size as a string.
|
|
2051
1989
|
*
|
|
2052
|
-
* Documentation: https://up-components.up42.
|
|
1990
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#formatfilesize
|
|
2053
1991
|
*/
|
|
2054
1992
|
declare const formatFileSize: (value: number) => string;
|
|
2055
1993
|
|
|
2056
1994
|
/**
|
|
2057
1995
|
* Returns query parameter values from a string or an array of strings.
|
|
2058
1996
|
*
|
|
2059
|
-
* Documentation: https://up-components.up42.
|
|
1997
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#usequeryparams
|
|
2060
1998
|
*/
|
|
2061
1999
|
declare function useQueryParams(paramName: string): string;
|
|
2062
2000
|
declare function useQueryParams(paramNames: string[]): Array<string>;
|
|
@@ -2084,7 +2022,7 @@ declare type UseRemotePaginationResponse = {
|
|
|
2084
2022
|
/**
|
|
2085
2023
|
* Returns pagination data and and helper functions.
|
|
2086
2024
|
*
|
|
2087
|
-
* Documentation: https://up-components.up42.
|
|
2025
|
+
* Documentation: https://up-components.up42.com/?path=/docs/utils--docs#useremotepagination
|
|
2088
2026
|
*/
|
|
2089
2027
|
declare const useRemotePagination: (fetchingHook: ({ params }: {
|
|
2090
2028
|
params: string;
|
|
@@ -2113,7 +2051,7 @@ declare type ContextState = {
|
|
|
2113
2051
|
animationTime: number;
|
|
2114
2052
|
};
|
|
2115
2053
|
/**
|
|
2116
|
-
* Documentation: https://up-components.up42.
|
|
2054
|
+
* Documentation: https://up-components.up42.com/?path=/docs/feedback-alert-usealert--create-alert--docs
|
|
2117
2055
|
*/
|
|
2118
2056
|
declare const useAlert: () => ContextState;
|
|
2119
2057
|
|