@up42/up-components 0.15.2 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/Alert/Alert.d.ts +4 -4
- package/dist/cjs/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/cjs/types/components/Banner/Banner.d.ts +1 -1
- package/dist/cjs/types/components/Box/Box.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.d.ts +1 -1
- package/dist/cjs/types/components/CodeSnippet/CodeSnippet.d.ts +11 -2
- package/dist/cjs/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/cjs/types/components/CopyButton/CopyButton.d.ts +2 -1
- package/dist/cjs/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/cjs/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/cjs/types/components/FormRadio/FormRadio.d.ts +2 -2
- package/dist/cjs/types/components/FormSelect/FormSelect.d.ts +2 -2
- package/dist/cjs/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/cjs/types/components/InfoCard/InfoCard.d.ts +1 -1
- package/dist/cjs/types/components/Menu/Menu.d.ts +1 -1
- package/dist/cjs/types/components/TabGroup/TabGroup.d.ts +3 -3
- package/dist/cjs/types/components/Typography/Typography.d.ts +4 -4
- package/dist/cjs/types/global/icons/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/components/Alert/Alert.d.ts +4 -4
- package/dist/esm/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/esm/types/components/Banner/Banner.d.ts +1 -1
- package/dist/esm/types/components/Box/Box.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/CodeSnippet/CodeSnippet.d.ts +11 -2
- package/dist/esm/types/components/ControlButton/ControlButton.d.ts +1 -1
- package/dist/esm/types/components/CopyButton/CopyButton.d.ts +2 -1
- package/dist/esm/types/components/FormCheckbox/FormCheckbox.d.ts +2 -2
- package/dist/esm/types/components/FormInput/FormInput.d.ts +1 -1
- package/dist/esm/types/components/FormRadio/FormRadio.d.ts +2 -2
- package/dist/esm/types/components/FormSelect/FormSelect.d.ts +2 -2
- package/dist/esm/types/components/FormSwitch/FormSwitch.d.ts +2 -2
- package/dist/esm/types/components/InfoCard/InfoCard.d.ts +1 -1
- package/dist/esm/types/components/Menu/Menu.d.ts +1 -1
- package/dist/esm/types/components/TabGroup/TabGroup.d.ts +3 -3
- package/dist/esm/types/components/Typography/Typography.d.ts +4 -4
- package/dist/esm/types/global/icons/index.d.ts +2 -0
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/index.d.ts +318 -264
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ declare type ButtonProps = MUIGlobalOmit<ButtonProps$1, {
|
|
|
89
89
|
*/
|
|
90
90
|
declare const Button: React__default.ForwardRefExoticComponent<Pick<{
|
|
91
91
|
loading?: boolean | undefined;
|
|
92
|
-
} & Omit<ButtonProps$1<"button", {}>, "
|
|
92
|
+
} & Omit<ButtonProps$1<"button", {}>, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "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" | "onFocusVisible" | "fullWidth"> & React__default.RefAttributes<unknown>>;
|
|
93
93
|
|
|
94
94
|
declare type TypographyProps<C extends React__default.ElementType = 'p'> = TypographyProps$1<C, {
|
|
95
95
|
component?: C;
|
|
@@ -103,16 +103,16 @@ declare const Typography: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
103
103
|
component?: React__default.ElementType<any> | undefined;
|
|
104
104
|
innerRef?: TypographyProps['ref'];
|
|
105
105
|
} & _mui_system.SystemProps<_mui_material.Theme> & {
|
|
106
|
-
align?: "inherit" | "left" | "
|
|
106
|
+
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
107
107
|
children?: React__default.ReactNode;
|
|
108
108
|
classes?: Partial<_mui_material_Typography.TypographyClasses> | undefined;
|
|
109
109
|
gutterBottom?: boolean | undefined;
|
|
110
110
|
noWrap?: boolean | undefined;
|
|
111
111
|
paragraph?: boolean | undefined;
|
|
112
112
|
sx?: _mui_system.SxProps<_mui_material.Theme> | undefined;
|
|
113
|
-
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "
|
|
114
|
-
variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "
|
|
115
|
-
} & _mui_material_OverridableComponent.CommonProps & Omit<any,
|
|
113
|
+
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2" | undefined;
|
|
114
|
+
variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2", string>> | undefined;
|
|
115
|
+
} & _mui_material_OverridableComponent.CommonProps & Omit<any, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "align" | "component" | "variant" | "innerRef" | ("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") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping">, string | number | symbol> & React__default.RefAttributes<HTMLParagraphElement>>;
|
|
116
116
|
|
|
117
117
|
declare type ChipProps = MUIGlobalOmit<Omit<ChipProps$1, 'size'>>;
|
|
118
118
|
/**
|
|
@@ -132,7 +132,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
132
132
|
firstName?: string | undefined;
|
|
133
133
|
lastName?: string | undefined;
|
|
134
134
|
icon?: React__default.ReactNode;
|
|
135
|
-
} & Omit<Omit<AvatarProps$1<"div", {}>, "
|
|
135
|
+
} & Omit<Omit<AvatarProps$1<"div", {}>, "children" | "sizes" | "alt" | "src" | "srcSet" | "variant" | "imgProps">, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "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>>;
|
|
136
136
|
|
|
137
137
|
declare type ContainerProps = MUIGlobalOmit<Omit<ContainerProps$1, 'maxWidth'>, {
|
|
138
138
|
/**
|
|
@@ -165,7 +165,7 @@ declare type BoxProps = MUIGlobalOmit<BoxProps$1>;
|
|
|
165
165
|
/**
|
|
166
166
|
* Documentation: https://up-components.up42.dev/?path=/story/layout-box
|
|
167
167
|
*/
|
|
168
|
-
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "
|
|
168
|
+
declare const Box: React__default.ForwardRefExoticComponent<Pick<Omit<BoxProps$1<"div", {}>, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "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>>;
|
|
169
169
|
|
|
170
170
|
declare type CheckboxProps = MUIGlobalOmit<CheckboxProps$1>;
|
|
171
171
|
/**
|
|
@@ -189,12 +189,12 @@ declare const FormCheckbox: React__default.ForwardRefExoticComponent<Pick<_mui_s
|
|
|
189
189
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
190
190
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
191
191
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
192
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "p" | "
|
|
192
|
+
}, 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.TextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.CheckboxProps, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation"> & {
|
|
193
193
|
data: {
|
|
194
194
|
value: string | number;
|
|
195
195
|
label?: React__default.ReactNode;
|
|
196
196
|
}[];
|
|
197
|
-
},
|
|
197
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "data" | "form" | "label" | "slot" | "title" | "id" | "lang" | "name" | "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" | "onFocusVisible" | ("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" | "checkedIcon" | "edge" | "indeterminate" | "indeterminateIcon"> & React__default.RefAttributes<unknown>>;
|
|
198
198
|
|
|
199
199
|
declare type DatePickerDateType = Dayjs | null;
|
|
200
200
|
declare type NonGenericMuiDatePickerProps$1 = DatePickerProps<DatePickerDateType, DatePickerDateType>;
|
|
@@ -254,14 +254,14 @@ declare const FormRadio: React__default.ForwardRefExoticComponent<Pick<_mui_syst
|
|
|
254
254
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
255
255
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
256
256
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
257
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "p" | "
|
|
257
|
+
}, 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.TextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & RadioGroupProps & {
|
|
258
258
|
inputRef?: RadioProps['inputRef'];
|
|
259
259
|
data: {
|
|
260
260
|
value: string | number;
|
|
261
261
|
label?: string;
|
|
262
262
|
message?: string;
|
|
263
263
|
}[];
|
|
264
|
-
}, "
|
|
264
|
+
}, "className" | "style" | "classes" | "children" | "color" | "fontSize" | "sx" | "data" | "label" | "p" | "slot" | "title" | "height" | "id" | "lang" | "name" | "width" | "role" | "tabIndex" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "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" | "row" | "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" | "disabled" | "value" | "required" | "left" | "right" | "top" | "bottom" | "error" | "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" | "component" | "focused" | "helperText" | "inputRef"> & React__default.RefAttributes<unknown>>;
|
|
265
265
|
|
|
266
266
|
declare type SwitchProps = MUIGlobalOmit<SwitchProps$1>;
|
|
267
267
|
/**
|
|
@@ -282,9 +282,9 @@ declare const FormSwitch: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
282
282
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
283
283
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
284
284
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
285
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "p" | "
|
|
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.TextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SwitchProps, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation"> & {
|
|
286
286
|
formControlLabel?: string | undefined;
|
|
287
|
-
},
|
|
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" | "onFocusVisible" | ("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" | "checkedIcon" | "edge" | "formControlLabel"> & React__default.RefAttributes<unknown>>;
|
|
288
288
|
|
|
289
289
|
declare type SelectProps<T extends unknown> = FormBaseProps & Omit<SelectProps$1<T>, 'variant'>;
|
|
290
290
|
/**
|
|
@@ -309,9 +309,9 @@ declare const FormSelect: React__default.ForwardRefExoticComponent<Pick<_mui_sys
|
|
|
309
309
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
310
310
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
311
311
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
312
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "p" | "
|
|
312
|
+
}, 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.TextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & Omit<_mui_material.SelectProps<string | number>, "variant"> & {
|
|
313
313
|
options: Option[];
|
|
314
|
-
},
|
|
314
|
+
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "input" | "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" | "value" | "open" | "autoComplete" | "multiple" | "readOnly" | "required" | "size" | "rows" | "error" | "component" | "onClose" | "components" | ("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" | "fullWidth" | "inputProps" | "inputRef" | "multiline" | "maxRows" | "minRows" | "componentsProps" | "onOpen" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "renderSuffix" | "startAdornment" | "disableUnderline" | "notched" | "options" | "autoWidth" | "defaultOpen" | "displayEmpty" | "IconComponent" | "labelId" | "MenuProps" | "native" | "renderValue" | "SelectDisplayProps"> & React__default.RefAttributes<unknown>>;
|
|
315
315
|
|
|
316
316
|
declare type InputProps = Omit<TextFieldProps, 'maxRows' | 'minRows' | 'multiline' | 'rows' | 'size' | 'variant'>;
|
|
317
317
|
/**
|
|
@@ -330,7 +330,7 @@ declare const FormInput: React__default.ForwardRefExoticComponent<Pick<_mui_syst
|
|
|
330
330
|
sx?: _mui_material.SxProps<_mui_material.Theme> | undefined;
|
|
331
331
|
} & _mui_material_OverridableComponent.CommonProps & Omit<Pick<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React__default.HTMLAttributes<HTMLDivElement>> & {
|
|
332
332
|
ref?: ((instance: HTMLDivElement | null) => void) | React__default.RefObject<HTMLDivElement> | null | undefined;
|
|
333
|
-
}, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "ref" | "component" | ("color" | "p" | "
|
|
333
|
+
}, 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.TextFieldProps, "label" | "id" | "disabled" | "required" | "error" | "focused" | "helperText"> & InputProps, keyof _mui_material_OverridableComponent.CommonProps | "children" | "sx" | "label" | "slot" | "select" | "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" | "value" | "autoComplete" | "required" | "error" | "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" | "fullWidth" | "hiddenLabel" | "InputProps" | "FormHelperTextProps" | "InputLabelProps" | "inputProps" | "inputRef" | "SelectProps"> & React__default.RefAttributes<unknown>>;
|
|
334
334
|
|
|
335
335
|
declare type SliderProps = MUIGlobalOmit<Omit<SliderProps$1, 'variant' | 'label'>>;
|
|
336
336
|
/**
|
|
@@ -369,12 +369,12 @@ declare type TabProps = MUIGlobalOmit<TabProps$1>;
|
|
|
369
369
|
declare const Tabs: ({ children, ...props }: TabsProps) => JSX.Element;
|
|
370
370
|
declare const Tab: ({ children, ...props }: TabProps) => JSX.Element;
|
|
371
371
|
|
|
372
|
-
declare type
|
|
372
|
+
declare type TabData = {
|
|
373
373
|
label: string | ReactNode;
|
|
374
374
|
content: string | ReactNode;
|
|
375
375
|
};
|
|
376
376
|
declare type TabGroupProps = {
|
|
377
|
-
tabs:
|
|
377
|
+
tabs: TabData[];
|
|
378
378
|
tabContentProps?: BoxProps;
|
|
379
379
|
tabsProps?: TabsProps;
|
|
380
380
|
/**
|
|
@@ -466,7 +466,7 @@ declare const InfoCard: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
466
466
|
* Choose whether to hide divider or not.
|
|
467
467
|
*/
|
|
468
468
|
hideDivider?: boolean | undefined;
|
|
469
|
-
} & Omit<CardProps<"div", {}>, "square" | "variant" | "raised">,
|
|
469
|
+
} & Omit<CardProps<"div", {}>, "square" | "variant" | "raised">, keyof _mui_material_OverridableComponent.CommonProps | "children" | "color" | "sx" | "slot" | "title" | "id" | "lang" | "role" | "tabIndex" | "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" | "actions" | "titleVariant" | "subtitle" | "headerAction" | "hideDivider"> & React__default.RefAttributes<unknown>>;
|
|
470
470
|
|
|
471
471
|
declare type InfoModalProps = MUIGlobalOmit<Omit<ModalProps, 'BackdropProps' | 'BackdropComponent' | 'onBackdropClick'>, Omit<InfoCardProps, 'headerAction'> & {
|
|
472
472
|
/**
|
|
@@ -479,16 +479,16 @@ declare type InfoModalProps = MUIGlobalOmit<Omit<ModalProps, 'BackdropProps' | '
|
|
|
479
479
|
*/
|
|
480
480
|
declare const InfoModal: ({ title, subtitle, children, actions, open, maxWidth, onClose, ...props }: InfoModalProps) => JSX.Element;
|
|
481
481
|
|
|
482
|
-
declare type AlertColor = 'info' | 'error' | 'success';
|
|
482
|
+
declare type AlertColor = 'info' | 'error' | 'success' | 'warning';
|
|
483
483
|
declare type AlertProps = Omit<AlertProps$1, 'color' | 'elevation' | 'iconMapping' | 'severity' | 'square' | 'variant' | 'action'> & {
|
|
484
484
|
type?: AlertColor;
|
|
485
485
|
};
|
|
486
486
|
/**
|
|
487
487
|
* Documentation: https://up-components.up42.dev/?path=/docs/feedback-alert
|
|
488
488
|
*/
|
|
489
|
-
declare const Alert: React__default.ForwardRefExoticComponent<Pick<Omit<AlertProps$1, "color" | "elevation" | "
|
|
489
|
+
declare const Alert: React__default.ForwardRefExoticComponent<Pick<Omit<AlertProps$1, "color" | "elevation" | "square" | "action" | "iconMapping" | "severity" | "variant"> & {
|
|
490
490
|
type?: AlertColor | undefined;
|
|
491
|
-
}, "
|
|
491
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "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" | "icon" | "closeText" | "onClose"> & React__default.RefAttributes<unknown>>;
|
|
492
492
|
|
|
493
493
|
declare type BannerProps = {
|
|
494
494
|
/**
|
|
@@ -538,7 +538,7 @@ declare const Banner: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
538
538
|
*/
|
|
539
539
|
onDismiss?: ButtonProps['onClick'];
|
|
540
540
|
title: string;
|
|
541
|
-
} & Omit<AlertProps, "title" | "role" | "
|
|
541
|
+
} & Omit<AlertProps, "title" | "role" | "icon" | "closeText" | "onClose">, "className" | "style" | "classes" | "children" | "sx" | "slot" | "title" | "id" | "lang" | "type" | "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" | "variant" | "onDismiss" | "actionLabel" | "actionProps"> & React__default.RefAttributes<unknown>>;
|
|
542
542
|
|
|
543
543
|
declare type TooltipProps = Omit<TooltipProps$1, 'TransitionComponent' | 'TransitionProps' | 'PopperComponent' | 'followCursor'>;
|
|
544
544
|
/**
|
|
@@ -562,7 +562,7 @@ declare type MenuProps = MUIGlobalOmit<MenuProps$1>;
|
|
|
562
562
|
/**
|
|
563
563
|
* Documentation: https://up-components.up42.dev/?path=/docs/navigation-menu
|
|
564
564
|
*/
|
|
565
|
-
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "
|
|
565
|
+
declare const Menu: React__default.ForwardRefExoticComponent<Pick<Omit<MenuProps$1, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "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" | "variant" | "onClose" | "components" | "container" | "componentsProps" | "TransitionComponent" | "PaperProps" | "anchorEl" | "disablePortal" | "keepMounted" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "onBackdropClick" | "TransitionProps" | "anchorOrigin" | "anchorPosition" | "anchorReference" | "marginThreshold" | "disableAutoFocusItem" | "MenuListProps" | "PopoverClasses"> & React__default.RefAttributes<unknown>>;
|
|
566
566
|
declare type MenuItemProps = MUIGlobalOmit<MenuItemProps$1>;
|
|
567
567
|
declare const MenuItem: (props: MenuItemProps) => JSX.Element;
|
|
568
568
|
|
|
@@ -582,17 +582,18 @@ declare const ControlButton: React__default.ForwardRefExoticComponent<Pick<{
|
|
|
582
582
|
* Remove default padding when using icons with built-in padding (Like MUI icons)
|
|
583
583
|
*/
|
|
584
584
|
removePadding?: boolean | undefined;
|
|
585
|
-
} & Omit<IconButtonProps<"button", {}>, "
|
|
585
|
+
} & Omit<IconButtonProps<"button", {}>, "classes" | "tabIndex" | "action" | "disableFocusRipple" | "disableRipple" | "centerRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "TouchRippleProps" | "touchRippleRef" | "disableElevation">, "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>>;
|
|
586
586
|
|
|
587
587
|
interface CopyButtonProps {
|
|
588
588
|
data: string;
|
|
589
589
|
tooltip?: string;
|
|
590
590
|
sx?: SxProps<Theme>;
|
|
591
|
+
onCopy?: (data: string) => void;
|
|
591
592
|
}
|
|
592
593
|
/**
|
|
593
594
|
* Documentation: https://up-components.up42.dev/?path=/docs/patterns-copybutton
|
|
594
595
|
*/
|
|
595
|
-
declare const CopyButton: ({ data, tooltip, sx }: CopyButtonProps) => JSX.Element;
|
|
596
|
+
declare const CopyButton: ({ data, tooltip, sx, onCopy }: CopyButtonProps) => JSX.Element;
|
|
596
597
|
|
|
597
598
|
declare type PopoverProps = MUIGlobalOmit<PopoverProps$1>;
|
|
598
599
|
/**
|
|
@@ -652,10 +653,10 @@ declare const Loading: ({ fullPage, visible, ...rest }: LoadingProps) => JSX.Ele
|
|
|
652
653
|
|
|
653
654
|
var _g$h, _defs$e;
|
|
654
655
|
|
|
655
|
-
function _extends$
|
|
656
|
+
function _extends$_() { _extends$_ = Object.assign || 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); }
|
|
656
657
|
|
|
657
658
|
var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
658
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
659
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
659
660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
660
661
|
fill: "none",
|
|
661
662
|
viewBox: "0 0 16 16"
|
|
@@ -671,20 +672,20 @@ var SvgAlarmBell = function SvgAlarmBell(props) {
|
|
|
671
672
|
})))));
|
|
672
673
|
};
|
|
673
674
|
|
|
674
|
-
var _path$
|
|
675
|
+
var _path$I, _path2$o;
|
|
675
676
|
|
|
676
|
-
function _extends$
|
|
677
|
+
function _extends$Z() { _extends$Z = Object.assign || 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); }
|
|
677
678
|
|
|
678
679
|
var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
679
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
680
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
680
681
|
width: 32,
|
|
681
682
|
height: 32,
|
|
682
683
|
fill: "none",
|
|
683
684
|
xmlns: "http://www.w3.org/2000/svg"
|
|
684
|
-
}, props), _path$
|
|
685
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
685
686
|
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",
|
|
686
687
|
fill: "currentColor"
|
|
687
|
-
})), _path2$
|
|
688
|
+
})), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
|
|
688
689
|
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",
|
|
689
690
|
fill: "currentColor"
|
|
690
691
|
})));
|
|
@@ -692,10 +693,10 @@ var SvgAppWindowCode = function SvgAppWindowCode(props) {
|
|
|
692
693
|
|
|
693
694
|
var _rect$5, _g$g, _defs$d;
|
|
694
695
|
|
|
695
|
-
function _extends$
|
|
696
|
+
function _extends$Y() { _extends$Y = Object.assign || 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); }
|
|
696
697
|
|
|
697
698
|
var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
698
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
699
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
699
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
700
701
|
width: 16,
|
|
701
702
|
height: 16,
|
|
@@ -720,10 +721,10 @@ var SvgArrowCircleDown = function SvgArrowCircleDown(props) {
|
|
|
720
721
|
|
|
721
722
|
var _g$f, _defs$c;
|
|
722
723
|
|
|
723
|
-
function _extends$
|
|
724
|
+
function _extends$X() { _extends$X = Object.assign || 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); }
|
|
724
725
|
|
|
725
726
|
var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
726
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
727
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
727
728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
728
729
|
fill: "none",
|
|
729
730
|
viewBox: "0 0 16 17"
|
|
@@ -742,10 +743,10 @@ var SvgArrowTopRight = function SvgArrowTopRight(props) {
|
|
|
742
743
|
|
|
743
744
|
var _rect$4, _g$e, _defs$b;
|
|
744
745
|
|
|
745
|
-
function _extends$
|
|
746
|
+
function _extends$W() { _extends$W = Object.assign || 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); }
|
|
746
747
|
|
|
747
748
|
var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
748
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
749
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
749
750
|
width: 32,
|
|
750
751
|
height: 32,
|
|
751
752
|
fill: "none",
|
|
@@ -773,12 +774,12 @@ var SvgAssignmentCircle = function SvgAssignmentCircle(props) {
|
|
|
773
774
|
})))));
|
|
774
775
|
};
|
|
775
776
|
|
|
776
|
-
var _rect$3, _path$
|
|
777
|
+
var _rect$3, _path$H, _path2$n, _path3$3;
|
|
777
778
|
|
|
778
|
-
function _extends$
|
|
779
|
+
function _extends$V() { _extends$V = Object.assign || 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); }
|
|
779
780
|
|
|
780
781
|
var SvgBashCircle = function SvgBashCircle(props) {
|
|
781
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
782
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
782
783
|
width: 32,
|
|
783
784
|
height: 32,
|
|
784
785
|
fill: "none",
|
|
@@ -788,41 +789,41 @@ var SvgBashCircle = function SvgBashCircle(props) {
|
|
|
788
789
|
height: 32,
|
|
789
790
|
rx: 16,
|
|
790
791
|
fill: "currentColor"
|
|
791
|
-
})), _path$
|
|
792
|
+
})), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
792
793
|
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",
|
|
793
794
|
fill: "#fff"
|
|
794
|
-
})), _path2$
|
|
795
|
+
})), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
|
|
795
796
|
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",
|
|
796
797
|
fill: "#fff"
|
|
797
|
-
})), _path3$
|
|
798
|
+
})), _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
|
798
799
|
d: "M17 16.167a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1h-2ZM13.5 17.667a.501.501 0 0 1-.353-.854l1.146-1.146-1.147-1.147a.497.497 0 0 1 0-.707.495.495 0 0 1 .707 0l1.5 1.5a.497.497 0 0 1 0 .707l-1.5 1.5a.497.497 0 0 1-.353.147Z",
|
|
799
800
|
fill: "#fff"
|
|
800
801
|
})));
|
|
801
802
|
};
|
|
802
803
|
|
|
803
|
-
var _path$
|
|
804
|
+
var _path$G, _path2$m;
|
|
804
805
|
|
|
805
|
-
function _extends$
|
|
806
|
+
function _extends$U() { _extends$U = Object.assign || 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); }
|
|
806
807
|
|
|
807
808
|
var SvgBin = function SvgBin(props) {
|
|
808
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
809
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
809
810
|
width: 14,
|
|
810
811
|
height: 14,
|
|
811
812
|
fill: "currentColor",
|
|
812
813
|
xmlns: "http://www.w3.org/2000/svg"
|
|
813
|
-
}, props), _path$
|
|
814
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
814
815
|
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"
|
|
815
|
-
})), _path2$
|
|
816
|
+
})), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
|
|
816
817
|
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"
|
|
817
818
|
})));
|
|
818
819
|
};
|
|
819
820
|
|
|
820
821
|
var _rect$2, _g$d, _defs$a;
|
|
821
822
|
|
|
822
|
-
function _extends$
|
|
823
|
+
function _extends$T() { _extends$T = Object.assign || 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); }
|
|
823
824
|
|
|
824
825
|
var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
825
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
826
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
826
827
|
width: 32,
|
|
827
828
|
height: 32,
|
|
828
829
|
fill: "none",
|
|
@@ -846,20 +847,20 @@ var SvgBlockCircle = function SvgBlockCircle(props) {
|
|
|
846
847
|
})))));
|
|
847
848
|
};
|
|
848
849
|
|
|
849
|
-
var _path$
|
|
850
|
+
var _path$F, _path2$l;
|
|
850
851
|
|
|
851
|
-
function _extends$
|
|
852
|
+
function _extends$S() { _extends$S = Object.assign || 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); }
|
|
852
853
|
|
|
853
854
|
var SvgBlocked = function SvgBlocked(props) {
|
|
854
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
855
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
855
856
|
width: 16,
|
|
856
857
|
height: 16,
|
|
857
858
|
fill: "none",
|
|
858
859
|
xmlns: "http://www.w3.org/2000/svg"
|
|
859
|
-
}, props), _path$
|
|
860
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
860
861
|
d: "M5 8.5a.5.5 0 0 1 0-1h6a.5.5 0 0 1 0 1H5Z",
|
|
861
862
|
fill: "currentColor"
|
|
862
|
-
})), _path2$
|
|
863
|
+
})), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
|
|
863
864
|
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",
|
|
864
865
|
fill: "currentColor"
|
|
865
866
|
})));
|
|
@@ -867,10 +868,10 @@ var SvgBlocked = function SvgBlocked(props) {
|
|
|
867
868
|
|
|
868
869
|
var _g$c, _defs$9;
|
|
869
870
|
|
|
870
|
-
function _extends$
|
|
871
|
+
function _extends$R() { _extends$R = Object.assign || 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); }
|
|
871
872
|
|
|
872
873
|
var SvgBoxes = function SvgBoxes(props) {
|
|
873
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
874
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
874
875
|
fill: "currentColor",
|
|
875
876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
876
877
|
viewBox: "0 0 17 17"
|
|
@@ -889,35 +890,35 @@ var SvgBoxes = function SvgBoxes(props) {
|
|
|
889
890
|
})))));
|
|
890
891
|
};
|
|
891
892
|
|
|
892
|
-
var _path$
|
|
893
|
+
var _path$E;
|
|
893
894
|
|
|
894
|
-
function _extends$
|
|
895
|
+
function _extends$Q() { _extends$Q = Object.assign || 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); }
|
|
895
896
|
|
|
896
897
|
var SvgCalendar = function SvgCalendar(props) {
|
|
897
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
898
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
898
899
|
width: 24,
|
|
899
900
|
height: 24,
|
|
900
901
|
fill: "none",
|
|
901
902
|
xmlns: "http://www.w3.org/2000/svg"
|
|
902
|
-
}, props), _path$
|
|
903
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
903
904
|
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",
|
|
904
905
|
fill: "currentColor"
|
|
905
906
|
})));
|
|
906
907
|
};
|
|
907
908
|
|
|
908
|
-
var _path$
|
|
909
|
+
var _path$D, _path2$k;
|
|
909
910
|
|
|
910
|
-
function _extends$
|
|
911
|
+
function _extends$P() { _extends$P = Object.assign || 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); }
|
|
911
912
|
|
|
912
913
|
var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
913
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
914
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
914
915
|
viewBox: "0 0 24 24",
|
|
915
916
|
fill: "none",
|
|
916
917
|
xmlns: "http://www.w3.org/2000/svg"
|
|
917
|
-
}, props), _path$
|
|
918
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
918
919
|
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",
|
|
919
920
|
fill: "currentColor"
|
|
920
|
-
})), _path2$
|
|
921
|
+
})), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
|
|
921
922
|
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",
|
|
922
923
|
fill: "currentColor"
|
|
923
924
|
})));
|
|
@@ -925,10 +926,10 @@ var SvgNetworkSearch = function SvgNetworkSearch(props) {
|
|
|
925
926
|
|
|
926
927
|
var _g$b, _defs$8;
|
|
927
928
|
|
|
928
|
-
function _extends$
|
|
929
|
+
function _extends$O() { _extends$O = Object.assign || 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); }
|
|
929
930
|
|
|
930
931
|
var SvgChecklist = function SvgChecklist(props) {
|
|
931
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
932
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
932
933
|
fill: "none",
|
|
933
934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
934
935
|
viewBox: "0 0 104 104"
|
|
@@ -947,59 +948,59 @@ var SvgChecklist = function SvgChecklist(props) {
|
|
|
947
948
|
})))));
|
|
948
949
|
};
|
|
949
950
|
|
|
950
|
-
var _path$
|
|
951
|
+
var _path$C;
|
|
951
952
|
|
|
952
|
-
function _extends$
|
|
953
|
+
function _extends$N() { _extends$N = Object.assign || 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); }
|
|
953
954
|
|
|
954
955
|
var SvgCheckmark = function SvgCheckmark(props) {
|
|
955
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
956
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
956
957
|
width: 16,
|
|
957
958
|
height: 15,
|
|
958
959
|
fill: "currentColor",
|
|
959
960
|
xmlns: "http://www.w3.org/2000/svg"
|
|
960
|
-
}, props), _path$
|
|
961
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
961
962
|
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"
|
|
962
963
|
})));
|
|
963
964
|
};
|
|
964
965
|
|
|
965
|
-
var _path$
|
|
966
|
+
var _path$B;
|
|
966
967
|
|
|
967
|
-
function _extends$
|
|
968
|
+
function _extends$M() { _extends$M = Object.assign || 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); }
|
|
968
969
|
|
|
969
970
|
var SvgClose = function SvgClose(props) {
|
|
970
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
971
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
971
972
|
width: 14,
|
|
972
973
|
height: 14,
|
|
973
974
|
fill: "currentColor",
|
|
974
975
|
xmlns: "http://www.w3.org/2000/svg"
|
|
975
|
-
}, props), _path$
|
|
976
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
976
977
|
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"
|
|
977
978
|
})));
|
|
978
979
|
};
|
|
979
980
|
|
|
980
|
-
var _path$
|
|
981
|
+
var _path$A, _path2$j;
|
|
981
982
|
|
|
982
|
-
function _extends$
|
|
983
|
+
function _extends$L() { _extends$L = Object.assign || 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); }
|
|
983
984
|
|
|
984
985
|
var SvgCloseCircle = function SvgCloseCircle(props) {
|
|
985
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
986
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
986
987
|
width: 16,
|
|
987
988
|
height: 16,
|
|
988
989
|
fill: "currentColor",
|
|
989
990
|
xmlns: "http://www.w3.org/2000/svg"
|
|
990
|
-
}, props), _path$
|
|
991
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
991
992
|
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"
|
|
992
|
-
})), _path2$
|
|
993
|
+
})), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
|
|
993
994
|
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"
|
|
994
995
|
})));
|
|
995
996
|
};
|
|
996
997
|
|
|
997
998
|
var _g$a, _defs$7;
|
|
998
999
|
|
|
999
|
-
function _extends$
|
|
1000
|
+
function _extends$K() { _extends$K = Object.assign || 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); }
|
|
1000
1001
|
|
|
1001
1002
|
var SvgCoin = function SvgCoin(props) {
|
|
1002
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1003
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
1003
1004
|
width: 17,
|
|
1004
1005
|
height: 17,
|
|
1005
1006
|
fill: "none",
|
|
@@ -1020,66 +1021,66 @@ var SvgCoin = function SvgCoin(props) {
|
|
|
1020
1021
|
})))));
|
|
1021
1022
|
};
|
|
1022
1023
|
|
|
1023
|
-
var _path$
|
|
1024
|
+
var _path$z, _path2$i;
|
|
1024
1025
|
|
|
1025
|
-
function _extends$
|
|
1026
|
+
function _extends$J() { _extends$J = Object.assign || 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); }
|
|
1026
1027
|
|
|
1027
1028
|
var SvgCopy = function SvgCopy(props) {
|
|
1028
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1029
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
1029
1030
|
width: 16,
|
|
1030
1031
|
height: 16,
|
|
1031
1032
|
fill: "none",
|
|
1032
1033
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1033
|
-
}, props), _path$
|
|
1034
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1034
1035
|
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",
|
|
1035
1036
|
fill: "currentColor"
|
|
1036
|
-
})), _path2$
|
|
1037
|
+
})), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
|
|
1037
1038
|
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",
|
|
1038
1039
|
fill: "currentColor"
|
|
1039
1040
|
})));
|
|
1040
1041
|
};
|
|
1041
1042
|
|
|
1042
|
-
var _path$
|
|
1043
|
+
var _path$y, _path2$h;
|
|
1043
1044
|
|
|
1044
|
-
function _extends$
|
|
1045
|
+
function _extends$I() { _extends$I = Object.assign || 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); }
|
|
1045
1046
|
|
|
1046
1047
|
var SvgCredit = function SvgCredit(props) {
|
|
1047
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1048
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
1048
1049
|
fill: "none",
|
|
1049
1050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1050
1051
|
viewBox: "0 0 104 104"
|
|
1051
|
-
}, props), _path$
|
|
1052
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1052
1053
|
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",
|
|
1053
1054
|
fill: "currentColor"
|
|
1054
|
-
})), _path2$
|
|
1055
|
+
})), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
|
|
1055
1056
|
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",
|
|
1056
1057
|
fill: "currentColor"
|
|
1057
1058
|
})));
|
|
1058
1059
|
};
|
|
1059
1060
|
|
|
1060
|
-
var _path$
|
|
1061
|
+
var _path$x;
|
|
1061
1062
|
|
|
1062
|
-
function _extends$
|
|
1063
|
+
function _extends$H() { _extends$H = Object.assign || 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); }
|
|
1063
1064
|
|
|
1064
1065
|
var SvgModule = function SvgModule(props) {
|
|
1065
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1066
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
1066
1067
|
viewBox: "0 0 24 24",
|
|
1067
1068
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1068
|
-
}, props), _path$
|
|
1069
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1069
1070
|
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",
|
|
1070
1071
|
fill: "currentColor"
|
|
1071
1072
|
})));
|
|
1072
1073
|
};
|
|
1073
1074
|
|
|
1074
|
-
var _path$
|
|
1075
|
+
var _path$w, _circle, _circle2, _circle3, _path2$g;
|
|
1075
1076
|
|
|
1076
|
-
function _extends$
|
|
1077
|
+
function _extends$G() { _extends$G = Object.assign || 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); }
|
|
1077
1078
|
|
|
1078
1079
|
var SvgDashboard = function SvgDashboard(props) {
|
|
1079
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1080
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
1080
1081
|
viewBox: "0 0 24 24",
|
|
1081
1082
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1082
|
-
}, props), _path$
|
|
1083
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1083
1084
|
fill: "currentColor",
|
|
1084
1085
|
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"
|
|
1085
1086
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1097,35 +1098,35 @@ var SvgDashboard = function SvgDashboard(props) {
|
|
|
1097
1098
|
cy: 5.504,
|
|
1098
1099
|
r: 0.75,
|
|
1099
1100
|
fill: "currentColor"
|
|
1100
|
-
})), _path2$
|
|
1101
|
+
})), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
|
|
1101
1102
|
fill: "currentColor",
|
|
1102
1103
|
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"
|
|
1103
1104
|
})));
|
|
1104
1105
|
};
|
|
1105
1106
|
|
|
1106
|
-
var _path$
|
|
1107
|
+
var _path$v;
|
|
1107
1108
|
|
|
1108
|
-
function _extends$
|
|
1109
|
+
function _extends$F() { _extends$F = Object.assign || 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); }
|
|
1109
1110
|
|
|
1110
1111
|
var SvgDownload = function SvgDownload(props) {
|
|
1111
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1112
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1112
1113
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1113
1114
|
viewBox: "0 0 20 20"
|
|
1114
|
-
}, props), _path$
|
|
1115
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1115
1116
|
fill: "currentColor",
|
|
1116
1117
|
clipRule: "evenodd",
|
|
1117
1118
|
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"
|
|
1118
1119
|
})));
|
|
1119
1120
|
};
|
|
1120
1121
|
|
|
1121
|
-
var _path$
|
|
1122
|
+
var _path$u;
|
|
1122
1123
|
|
|
1123
|
-
function _extends$
|
|
1124
|
+
function _extends$E() { _extends$E = Object.assign || 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); }
|
|
1124
1125
|
|
|
1125
1126
|
var SvgExternalLink = function SvgExternalLink(props) {
|
|
1126
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1127
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1127
1128
|
viewBox: "0 0 24 24"
|
|
1128
|
-
}, props), _path$
|
|
1129
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1129
1130
|
fill: "none",
|
|
1130
1131
|
stroke: "currentColor",
|
|
1131
1132
|
strokeLinecap: "round",
|
|
@@ -1137,10 +1138,10 @@ var SvgExternalLink = function SvgExternalLink(props) {
|
|
|
1137
1138
|
|
|
1138
1139
|
var _g$9, _defs$6;
|
|
1139
1140
|
|
|
1140
|
-
function _extends$
|
|
1141
|
+
function _extends$D() { _extends$D = Object.assign || 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); }
|
|
1141
1142
|
|
|
1142
1143
|
var SvgImageResolution = function SvgImageResolution(props) {
|
|
1143
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1144
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1144
1145
|
fill: "currentColor",
|
|
1145
1146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1146
1147
|
viewBox: "0 0 17 17"
|
|
@@ -1159,128 +1160,128 @@ var SvgImageResolution = function SvgImageResolution(props) {
|
|
|
1159
1160
|
})))));
|
|
1160
1161
|
};
|
|
1161
1162
|
|
|
1162
|
-
var _path$
|
|
1163
|
+
var _path$t;
|
|
1163
1164
|
|
|
1164
|
-
function _extends$
|
|
1165
|
+
function _extends$C() { _extends$C = Object.assign || 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$C.apply(this, arguments); }
|
|
1165
1166
|
|
|
1166
1167
|
var SvgInformation = function SvgInformation(props) {
|
|
1167
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1168
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1168
1169
|
width: 8,
|
|
1169
1170
|
height: 8,
|
|
1170
1171
|
fill: "none",
|
|
1171
1172
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1172
|
-
}, props), _path$
|
|
1173
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
1173
1174
|
d: "M4.667 8c-.883 0-1.6-.718-1.6-1.6V3.733h-.534a.534.534 0 0 1 0-1.066h.534c.588 0 1.066.478 1.066 1.066V6.4c0 .294.24.533.534.533H5.2A.534.534 0 0 1 5.2 8h-.533ZM3.333 1.6a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6Z",
|
|
1174
1175
|
fill: "currentColor"
|
|
1175
1176
|
})));
|
|
1176
1177
|
};
|
|
1177
1178
|
|
|
1178
|
-
var _path$
|
|
1179
|
+
var _path$s, _path2$f;
|
|
1179
1180
|
|
|
1180
|
-
function _extends$
|
|
1181
|
+
function _extends$B() { _extends$B = Object.assign || 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); }
|
|
1181
1182
|
|
|
1182
1183
|
var SvgInvoice = function SvgInvoice(props) {
|
|
1183
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1184
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1184
1185
|
width: 104,
|
|
1185
1186
|
height: 104,
|
|
1186
1187
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1187
|
-
}, props), _path$
|
|
1188
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
1188
1189
|
d: "M16.25 104c-5.378 0-9.75-4.372-9.75-9.75V9.75C6.5 4.372 10.872 0 16.25 0h46.059a9.69 9.69 0 0 1 6.89 2.851l25.445 25.446a9.683 9.683 0 0 1 2.856 6.89V94.25c0 5.378-4.372 9.75-9.75 9.75h-71.5Zm0-97.5A3.251 3.251 0 0 0 13 9.75v84.5a3.251 3.251 0 0 0 3.25 3.25h71.5A3.251 3.251 0 0 0 91 94.25V39H68.25c-5.378 0-9.75-4.372-9.75-9.75V6.5H16.25ZM65 29.25a3.251 3.251 0 0 0 3.25 3.25h21.402L65 7.848V29.25Z",
|
|
1189
1190
|
fill: "currentColor"
|
|
1190
|
-
})), _path2$
|
|
1191
|
+
})), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
|
|
1191
1192
|
d: "M34.935 61.75a3.251 3.251 0 0 1-3.25-3.25v-1.53a12.925 12.925 0 0 1-7.405-4.762 3.227 3.227 0 0 1-.633-2.405 3.222 3.222 0 0 1 1.252-2.15 3.225 3.225 0 0 1 1.968-.662c1.022 0 1.967.468 2.587 1.282a6.429 6.429 0 0 0 5.091 2.518l.247-.004c3.354 0 5.816-1.825 5.816-3.454 0-1.63-2.427-3.45-5.673-3.45-6.72 0-12.185-4.467-12.185-9.957 0-4.559 3.679-8.42 8.935-9.59V22.75a3.251 3.251 0 0 1 6.5 0v1.543a12.895 12.895 0 0 1 7.389 4.749c.524.689.75 1.543.632 2.405a3.23 3.23 0 0 1-1.252 2.15 3.212 3.212 0 0 1-1.963.662c-1.01 0-1.98-.48-2.587-1.282a6.4 6.4 0 0 0-5.07-2.518c-.087 0-.173 0-.26.004-3.363.005-5.824 1.829-5.824 3.458 0 1.634 2.431 3.458 5.685 3.458 6.713 0 12.173 4.464 12.173 9.95 0 4.55-3.675 8.41-8.923 9.585V58.5a3.251 3.251 0 0 1-3.25 3.25ZM52 68.25a3.251 3.251 0 0 1 0-6.5h26a3.251 3.251 0 0 1 0 6.5H52ZM29.25 87.75a3.251 3.251 0 0 1 0-6.5H78a3.251 3.251 0 0 1 0 6.5H29.25Z",
|
|
1192
1193
|
fill: "currentColor"
|
|
1193
1194
|
})));
|
|
1194
1195
|
};
|
|
1195
1196
|
|
|
1196
|
-
var _path$
|
|
1197
|
+
var _path$r;
|
|
1197
1198
|
|
|
1198
|
-
function _extends$
|
|
1199
|
+
function _extends$A() { _extends$A = Object.assign || 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); }
|
|
1199
1200
|
|
|
1200
1201
|
var SvgLayers = function SvgLayers(props) {
|
|
1201
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1202
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1202
1203
|
width: 24,
|
|
1203
1204
|
height: 24,
|
|
1204
1205
|
fill: "none",
|
|
1205
1206
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1206
|
-
}, props), _path$
|
|
1207
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
1207
1208
|
d: "M12 23.997c-.364 0-.727-.088-1.051-.255L.739 18.46a1.367 1.367 0 0 1 0-2.426l2.73-1.41L.74 13.213a1.36 1.36 0 0 1-.585-.585 1.359 1.359 0 0 1-.09-1.042 1.36 1.36 0 0 1 .675-.8l2.732-1.413L.74 7.96a1.362 1.362 0 0 1-.675-1.626 1.36 1.36 0 0 1 .674-.8L10.948.256a2.3 2.3 0 0 1 2.105-.001l10.209 5.278a.732.732 0 0 1 .109.068 1.368 1.368 0 0 1-.107 2.363l-2.728 1.41 2.728 1.411a1.365 1.365 0 0 1 0 2.426l-2.73 1.413 2.73 1.414a1.363 1.363 0 0 1 0 2.425l-10.21 5.276c-.325.17-.688.258-1.053.258Zm-.362-1.588a.801.801 0 0 0 .727 0l9.979-5.156L18.9 15.47l-5.847 3.024a2.302 2.302 0 0 1-2.105.001L5.1 15.469l-3.442 1.778 9.979 5.162Zm0-5.247a.788.788 0 0 0 .726 0L22.343 12 18.9 10.22l-5.848 3.022a2.307 2.307 0 0 1-2.104 0l-5.845-3.024L1.659 12l9.979 5.162Zm0-5.253a.801.801 0 0 0 .727 0l9.984-5.159-9.984-5.162a.807.807 0 0 0-.728 0L1.659 6.747l9.979 5.162Z",
|
|
1208
1209
|
fill: "currentColor"
|
|
1209
1210
|
})));
|
|
1210
1211
|
};
|
|
1211
1212
|
|
|
1212
|
-
var _path$
|
|
1213
|
+
var _path$q, _path2$e;
|
|
1213
1214
|
|
|
1214
|
-
function _extends$
|
|
1215
|
+
function _extends$z() { _extends$z = Object.assign || 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); }
|
|
1215
1216
|
|
|
1216
1217
|
var SvgLock = function SvgLock(props) {
|
|
1217
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1218
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1218
1219
|
width: 16,
|
|
1219
1220
|
height: 16,
|
|
1220
1221
|
viewBox: "0 0 24 24",
|
|
1221
1222
|
fill: "none",
|
|
1222
1223
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1223
|
-
}, props), _path$
|
|
1224
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
1224
1225
|
d: "M5.25 24A2.252 2.252 0 0 1 3 21.75v-10.5A2.252 2.252 0 0 1 5.25 9H6V6c0-3.308 2.692-6 6-6s6 2.692 6 6v3h.75A2.252 2.252 0 0 1 21 11.25v10.5A2.252 2.252 0 0 1 18.75 24H5.25zm0-13.5a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h13.5a.75.75 0 0 0 .75-.75v-10.5a.75.75 0 0 0-.75-.75H5.25zM16.5 9V6c0-2.481-2.019-4.5-4.5-4.5A4.505 4.505 0 0 0 7.5 6v3h9z",
|
|
1225
1226
|
fill: "currentColor"
|
|
1226
|
-
})), _path2$
|
|
1227
|
+
})), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
|
|
1227
1228
|
d: "M12 18.75a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75z",
|
|
1228
1229
|
fill: "currentColor"
|
|
1229
1230
|
})));
|
|
1230
1231
|
};
|
|
1231
1232
|
|
|
1232
|
-
var _path$
|
|
1233
|
+
var _path$p;
|
|
1233
1234
|
|
|
1234
|
-
function _extends$
|
|
1235
|
+
function _extends$y() { _extends$y = Object.assign || 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); }
|
|
1235
1236
|
|
|
1236
1237
|
var SvgLogo = function SvgLogo(props) {
|
|
1237
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1238
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1238
1239
|
viewBox: "0 0 88 40",
|
|
1239
1240
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1240
|
-
}, props), _path$
|
|
1241
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
1241
1242
|
d: "M47.464 24.786h-4.9a1.168 1.168 0 0 1-1.196-1.196V13.333c0-.683.512-1.196 1.196-1.196h4.9c3.476 0 5.926 2.849 5.926 6.325 0 3.475-2.45 6.324-5.926 6.324Zm.513-20.74h-12.82c-1.254 0-2.336 1.082-2.336 2.336v31.453c0 1.14.854 2.165 1.994 2.165 1.14 0 2.165-.74 2.963-1.595l3.818-4.274c.854-.969 1.994-1.254 3.304-1.254h3.077c8.035 0 14.36-6.381 14.36-14.416 0-8.034-6.326-14.415-14.36-14.415Zm25.755 10.598a.9.9 0 0 1-.911-.912v-1.424h-6.154c-.969 0-1.254-.855-.627-1.71L72.878.855c.57-.798 1.709-.684 1.709.456v9.173h1.538a.9.9 0 0 1 .912.912.9.9 0 0 1-.912.912h-1.538v1.424c0 .513-.399.912-.855.912Zm-5.584-4.16h4.673v-6.61l-4.673 6.61Zm18.063 4.16h-6.952c-.911 0-1.253-.912-.626-1.767l5.242-6.894c.399-.513.911-1.31.911-1.994 0-1.31-.911-2.166-2.279-2.166-1.481 0-2.165 1.026-2.279 1.71-.114.456-.57.797-1.083.684-.456-.057-.797-.57-.683-1.026C78.747 1.595 80.285 0 82.507 0s4.046 1.766 4.046 3.989c0 1.196-.57 2.108-1.254 3.02l-4.444 5.811h5.356a.9.9 0 0 1 .912.912.9.9 0 0 1-.912.912ZM14.359 34.587c8.32 0 14.359-6.097 14.359-14.416V6.381a2.31 2.31 0 0 0-2.336-2.335h-4.616a2.31 2.31 0 0 0-2.336 2.336v13.162c0 3.419-1.652 5.926-5.071 5.926-3.419 0-5.071-2.507-5.071-5.926V6.382a2.31 2.31 0 0 0-2.336-2.336H2.336A2.31 2.31 0 0 0 0 6.382V20.17c0 8.32 6.04 14.416 14.359 14.416Z",
|
|
1242
1243
|
fill: "currentColor"
|
|
1243
1244
|
})));
|
|
1244
1245
|
};
|
|
1245
1246
|
|
|
1246
|
-
var _path$
|
|
1247
|
+
var _path$o;
|
|
1247
1248
|
|
|
1248
|
-
function _extends$
|
|
1249
|
+
function _extends$x() { _extends$x = Object.assign || 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); }
|
|
1249
1250
|
|
|
1250
1251
|
var SvgMap = function SvgMap(props) {
|
|
1251
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1252
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1252
1253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1253
1254
|
viewBox: "0 0 16 15",
|
|
1254
1255
|
fill: "currentColor"
|
|
1255
|
-
}, props), _path$
|
|
1256
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
1256
1257
|
d: "M5.5 14.18c-.2 0-.38-.03-.56-.1l-4-1.6a1.5 1.5 0 0 1-.94-1.4V1.5A1 1 0 0 1 1.37.57l3.94 1.58.18.03h.02a.5.5 0 0 0 .18-.04L9.94.44a1.5 1.5 0 0 1 1.12 0l4 1.6c.57.23.94.78.94 1.4V13a1 1 0 0 1-1.37.93l-3.94-1.57a.52.52 0 0 0-.18-.04h-.02a.49.49 0 0 0-.17.04l-4.26 1.7c-.18.07-.37.11-.56.11ZM1 11.08c0 .2.12.39.31.47L5 13.02V3.09c-.02 0-.04 0-.06-.02L1 1.5v9.58Zm5 1.94 3.94-1.58.06-.02V1.5L6.06 3.07A1 1 0 0 1 6 3.1v9.93Zm5.06-1.58L15 13.02V3.43a.5.5 0 0 0-.31-.46L11 1.5v9.92l.06.02Z"
|
|
1257
1258
|
})));
|
|
1258
1259
|
};
|
|
1259
1260
|
|
|
1260
|
-
var _path$
|
|
1261
|
+
var _path$n;
|
|
1261
1262
|
|
|
1262
|
-
function _extends$
|
|
1263
|
+
function _extends$w() { _extends$w = Object.assign || 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); }
|
|
1263
1264
|
|
|
1264
1265
|
var SvgShop = function SvgShop(props) {
|
|
1265
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1266
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
1266
1267
|
viewBox: "0 0 16 16",
|
|
1267
1268
|
fill: "currentColor",
|
|
1268
1269
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1269
|
-
}, props), _path$
|
|
1270
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
1270
1271
|
d: "M2.5 16c-.827 0-1.5-.673-1.5-1.5v-6a.5.5 0 0 1 1 0V11h7.5V8.5a.5.5 0 0 1 1 0V15h3a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 1 1 0v6c0 .827-.673 1.5-1.5 1.5h-11ZM2 14.5a.5.5 0 0 0 .5.5h7v-3H2v2.5ZM14 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 11 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 8 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 5 7a2.013 2.013 0 0 1-1.5-.679A2.013 2.013 0 0 1 2 7C.897 7 0 6.103 0 5c0-.036.004-.072.012-.108L.925.782A.996.996 0 0 1 1.9 0h12.197c.465 0 .876.33.977.783l.913 4.108A.485.485 0 0 1 16 5c0 1.103-.897 2-2 2Zm-1.5-2.5a.5.5 0 0 1 .5.5c0 .551.449 1 1 1 .53 0 .973-.424.999-.95l-.9-4.05H1.9l-.9 4.05c.026.526.468.95.999.95.551 0 1-.449 1-1a.5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 1 0 1.001 1.001 0 0 0 2 0 .5.5 0 0 1 .5-.5Z"
|
|
1271
1272
|
})));
|
|
1272
1273
|
};
|
|
1273
1274
|
|
|
1274
|
-
var _path$
|
|
1275
|
+
var _path$m;
|
|
1275
1276
|
|
|
1276
|
-
function _extends$
|
|
1277
|
+
function _extends$v() { _extends$v = Object.assign || 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); }
|
|
1277
1278
|
|
|
1278
1279
|
var SvgMegaphone = function SvgMegaphone(props) {
|
|
1279
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1280
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1280
1281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1281
1282
|
fill: "none",
|
|
1282
1283
|
viewBox: "0 0 24 20"
|
|
1283
|
-
}, props), _path$
|
|
1284
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
1284
1285
|
fill: "currentColor",
|
|
1285
1286
|
fillRule: "evenodd",
|
|
1286
1287
|
d: "M21 1.25a.75.75 0 0 0-1.166-.624l-1.134.756A21.55 21.55 0 0 1 6.751 5H4.5a4.5 4.5 0 0 0 0 9h1.535a7.988 7.988 0 0 0 2.448 5.043.75.75 0 1 0 1.034-1.086 6.49 6.49 0 0 1-1.972-3.942A21.55 21.55 0 0 1 18.7 17.618l1.134.756A.75.75 0 0 0 21 17.75V1.25ZM6 6.5H4.5a3 3 0 1 0 0 6H6v-6Zm1.5 6.012a23.05 23.05 0 0 1 12 3.837V2.65a23.05 23.05 0 0 1-12 3.837v6.024ZM23.25 7.25A.75.75 0 0 1 24 8v3a.75.75 0 0 1-1.5 0V8a.75.75 0 0 1 .75-.75Z",
|
|
@@ -1288,108 +1289,108 @@ var SvgMegaphone = function SvgMegaphone(props) {
|
|
|
1288
1289
|
})));
|
|
1289
1290
|
};
|
|
1290
1291
|
|
|
1291
|
-
var _path$
|
|
1292
|
+
var _path$l, _path2$d;
|
|
1292
1293
|
|
|
1293
|
-
function _extends$
|
|
1294
|
+
function _extends$u() { _extends$u = Object.assign || 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); }
|
|
1294
1295
|
|
|
1295
1296
|
var SvgModuleThree = function SvgModuleThree(props) {
|
|
1296
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
1297
1298
|
fill: "currentColor",
|
|
1298
1299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1299
1300
|
viewBox: "0 0 25 24"
|
|
1300
|
-
}, props), _path$
|
|
1301
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
1301
1302
|
d: "M7.417 24.001a.711.711 0 0 1-.114-.009 2.26 2.26 0 0 1-.677-.139l-4.5-1.687a2.262 2.262 0 0 1-1.46-2.1v-5.627c0-.413.118-.822.343-1.183a.732.732 0 0 1 .06-.098 2.227 2.227 0 0 1 1.057-.826l4.5-1.687a2.241 2.241 0 0 1 1.58 0l4.5 1.687c.43.162.798.45 1.062.833a.604.604 0 0 1 .055.092c.224.361.342.769.342 1.182v5.625a2.26 2.26 0 0 1-1.46 2.102l-4.5 1.687c-.214.08-.44.127-.675.139a.808.808 0 0 1-.113.009Zm-5.25-3.937a.753.753 0 0 0 .486.698l4.014 1.504V16.27l-4.5-1.687v5.481Zm6 2.202 4.014-1.505a.754.754 0 0 0 .486-.7v-5.479l-4.5 1.688v5.996Zm-.75-7.316 4-1.5-3.737-1.401a.747.747 0 0 0-.528 0L3.417 13.45l4 1.5Z"
|
|
1302
|
-
})), _path2$
|
|
1303
|
+
})), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
|
|
1303
1304
|
d: "M16.417 17.582a.75.75 0 0 1-.237-1.461l6.474-2.158a.749.749 0 0 0 .513-.712v-8.46l-7.5 2.5V10.5a.75.75 0 0 1-1.5 0V7.291l-7.5-2.5V8.25a.75.75 0 0 1-1.5.001v-3.5a2.231 2.231 0 0 1 .499-1.407 2.245 2.245 0 0 1 1.04-.728l7.5-2.5a2.243 2.243 0 0 1 1.424.001l7.499 2.5a2.24 2.24 0 0 1 1.038.726 2.234 2.234 0 0 1 .5 1.408v8.5c0 .97-.618 1.828-1.54 2.135l-6.473 2.158a.759.759 0 0 1-.237.038Zm-1.5-11.622 6.748-2.249-6.511-2.172a.752.752 0 0 0-.473 0L8.167 3.71l6.75 2.25Z"
|
|
1304
1305
|
})));
|
|
1305
1306
|
};
|
|
1306
1307
|
|
|
1307
|
-
var _path$
|
|
1308
|
+
var _path$k, _path2$c;
|
|
1308
1309
|
|
|
1309
|
-
function _extends$
|
|
1310
|
+
function _extends$t() { _extends$t = Object.assign || 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); }
|
|
1310
1311
|
|
|
1311
1312
|
var SvgMultipleUsers = function SvgMultipleUsers(props) {
|
|
1312
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1313
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
1313
1314
|
width: 32,
|
|
1314
1315
|
height: 32,
|
|
1315
1316
|
fill: "none",
|
|
1316
1317
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1317
|
-
}, props), _path$
|
|
1318
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
1318
1319
|
d: "M6 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM4 30c-.503 0-.93-.376-.992-.876L2.118 22H1a1 1 0 0 1-1-1v-3c0-3.308 2.692-6 6-6a1 1 0 0 1 0 2c-2.205 0-4 1.795-4 4v2h1c.503 0 .93.376.992.876L4.882 28H8a1 1 0 0 1 0 2H4ZM26 12c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-6c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2ZM24 30a1 1 0 0 1 0-2h3.117l.891-7.124c.063-.5.49-.876.992-.876h1v-2c0-2.205-1.795-4-4-4a1 1 0 0 1 0-2c3.308 0 6 2.692 6 6v3a1 1 0 0 1-1 1h-1.117l-.891 7.124c-.063.5-.49.876-.992.876h-4ZM16 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5Zm0-8c-1.655 0-3 1.345-3 3s1.345 3 3 3 3-1.345 3-3-1.345-3-3-3Z",
|
|
1319
1320
|
fill: "currentColor"
|
|
1320
|
-
})), _path2$
|
|
1321
|
+
})), _path2$c || (_path2$c = /*#__PURE__*/React.createElement("path", {
|
|
1321
1322
|
d: "M13 32a.996.996 0 0 1-.995-.9l-.91-9.1H9a1 1 0 0 1-1-1v-3c0-4.41 3.59-8 8-8s8 3.59 8 8v3a1 1 0 0 1-1 1h-2.095l-.91 9.1A.997.997 0 0 1 19 32h-6Zm5.095-2 .91-9.1c.051-.512.479-.9.995-.9h2v-2c0-3.308-2.692-6-6-6s-6 2.692-6 6v2h2c.516 0 .944.387.995.9l.909 9.1h4.19Z",
|
|
1322
1323
|
fill: "currentColor"
|
|
1323
1324
|
})));
|
|
1324
1325
|
};
|
|
1325
1326
|
|
|
1326
|
-
var _path$
|
|
1327
|
+
var _path$j, _path2$b;
|
|
1327
1328
|
|
|
1328
|
-
function _extends$
|
|
1329
|
+
function _extends$s() { _extends$s = Object.assign || 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); }
|
|
1329
1330
|
|
|
1330
1331
|
var SvgNotificationError = function SvgNotificationError(props) {
|
|
1331
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1332
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
1332
1333
|
viewBox: "0 0 24 24",
|
|
1333
1334
|
fill: "none",
|
|
1334
1335
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1335
|
-
}, props), _path$
|
|
1336
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
1336
1337
|
d: "M12 17.998a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM12 14.248a.75.75 0 0 1-.75-.75v-7.5a.75.75 0 0 1 1.5 0v7.5a.75.75 0 0 1-.75.75Z",
|
|
1337
1338
|
fill: "currentColor"
|
|
1338
|
-
})), _path2$
|
|
1339
|
+
})), _path2$b || (_path2$b = /*#__PURE__*/React.createElement("path", {
|
|
1339
1340
|
d: "M12 23.997a2.546 2.546 0 0 1-1.81-.748L.75 13.81a2.564 2.564 0 0 1 0-3.621L10.19.75a2.542 2.542 0 0 1 1.807-.751c.685 0 1.327.265 1.81.747l9.444 9.443a2.566 2.566 0 0 1 0 3.621l-9.44 9.439a2.55 2.55 0 0 1-1.811.748Zm-.75-1.809c.2.199.466.309.75.309s.55-.11.75-.31l9.44-9.439a1.064 1.064 0 0 0 0-1.501L12.749 1.81c-.01-.009-.024-.025-.033-.035a1.034 1.034 0 0 0-.713-.276c-.288 0-.553.111-.753.311l-9.441 9.44a1.063 1.063 0 0 0 0 1.5l9.441 9.438Z",
|
|
1340
1341
|
fill: "currentColor"
|
|
1341
1342
|
})));
|
|
1342
1343
|
};
|
|
1343
1344
|
|
|
1344
|
-
var _path$
|
|
1345
|
+
var _path$i, _path2$a;
|
|
1345
1346
|
|
|
1346
|
-
function _extends$
|
|
1347
|
+
function _extends$r() { _extends$r = Object.assign || 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); }
|
|
1347
1348
|
|
|
1348
1349
|
var SvgNotificationInfo = function SvgNotificationInfo(props) {
|
|
1349
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1350
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
1350
1351
|
width: 24,
|
|
1351
1352
|
height: 24,
|
|
1352
1353
|
fill: "none",
|
|
1353
1354
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1354
|
-
}, props), _path$
|
|
1355
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
1355
1356
|
d: "M13.5 17.25A2.252 2.252 0 0 1 11.25 15v-3.75h-.75a.75.75 0 0 1 0-1.5h.75c.827 0 1.5.673 1.5 1.5V15c0 .414.336.75.75.75h.75a.75.75 0 0 1 0 1.5h-.75ZM11.625 8.25a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1356
1357
|
fill: "currentColor"
|
|
1357
|
-
})), _path2$
|
|
1358
|
+
})), _path2$a || (_path2$a = /*#__PURE__*/React.createElement("path", {
|
|
1358
1359
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1359
1360
|
fill: "currentColor"
|
|
1360
1361
|
})));
|
|
1361
1362
|
};
|
|
1362
1363
|
|
|
1363
|
-
var _path$
|
|
1364
|
+
var _path$h, _path2$9;
|
|
1364
1365
|
|
|
1365
|
-
function _extends$
|
|
1366
|
+
function _extends$q() { _extends$q = Object.assign || 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); }
|
|
1366
1367
|
|
|
1367
1368
|
var SvgNotificationSuccess = function SvgNotificationSuccess(props) {
|
|
1368
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1369
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
1369
1370
|
width: 24,
|
|
1370
1371
|
height: 24,
|
|
1371
1372
|
fill: "none",
|
|
1372
1373
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1373
|
-
}, props), _path$
|
|
1374
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
1374
1375
|
d: "M9.325 17.916a1.79 1.79 0 0 1-1.498-.799l-2.44-3.462a.75.75 0 0 1 1.227-.864l2.45 3.477a.306.306 0 0 0 .261.148.294.294 0 0 0 .236-.119l7.852-9.935a.75.75 0 0 1 1.175.93l-7.843 9.923a1.781 1.781 0 0 1-.423.396 1.78 1.78 0 0 1-.997.305Z",
|
|
1375
1376
|
fill: "currentColor"
|
|
1376
|
-
})), _path2$
|
|
1377
|
+
})), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
|
|
1377
1378
|
d: "M12 23.999c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12Zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5Z",
|
|
1378
1379
|
fill: "currentColor"
|
|
1379
1380
|
})));
|
|
1380
1381
|
};
|
|
1381
1382
|
|
|
1382
|
-
var _path$
|
|
1383
|
+
var _path$g;
|
|
1383
1384
|
|
|
1384
|
-
function _extends$
|
|
1385
|
+
function _extends$p() { _extends$p = Object.assign || 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); }
|
|
1385
1386
|
|
|
1386
1387
|
var SvgPencil = function SvgPencil(props) {
|
|
1387
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1388
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
1388
1389
|
width: 10,
|
|
1389
1390
|
height: 10,
|
|
1390
1391
|
fill: "none",
|
|
1391
1392
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1392
|
-
}, props), _path$
|
|
1393
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
1393
1394
|
fill: "currentColor",
|
|
1394
1395
|
fillRule: "evenodd",
|
|
1395
1396
|
clipRule: "evenodd",
|
|
@@ -1397,109 +1398,109 @@ var SvgPencil = function SvgPencil(props) {
|
|
|
1397
1398
|
})));
|
|
1398
1399
|
};
|
|
1399
1400
|
|
|
1400
|
-
var _path$
|
|
1401
|
+
var _path$f;
|
|
1401
1402
|
|
|
1402
|
-
function _extends$
|
|
1403
|
+
function _extends$o() { _extends$o = Object.assign || 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); }
|
|
1403
1404
|
|
|
1404
1405
|
var SvgFolderEmpty1 = function SvgFolderEmpty1(props) {
|
|
1405
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1406
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
1406
1407
|
viewBox: "0 0 24 24",
|
|
1407
1408
|
fill: "none",
|
|
1408
1409
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1409
|
-
}, props), _path$
|
|
1410
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
1410
1411
|
d: "M2.25 22.5A2.252 2.252 0 0 1 0 20.25V3.75A2.252 2.252 0 0 1 2.25 1.5H7.5a2.26 2.26 0 0 1 1.8.9l1.575 2.1H21.75A2.252 2.252 0 0 1 24 6.75v13.5a2.252 2.252 0 0 1-2.25 2.25H2.25Zm0-19.5a.75.75 0 0 0-.75.75v16.5c0 .414.336.75.75.75h19.5a.75.75 0 0 0 .75-.75V6.75a.75.75 0 0 0-.75-.75H10.5a.753.753 0 0 1-.6-.3L8.1 3.3a.753.753 0 0 0-.6-.3H2.25Z",
|
|
1411
1412
|
fill: "currentColor"
|
|
1412
1413
|
})));
|
|
1413
1414
|
};
|
|
1414
1415
|
|
|
1415
|
-
var _path$
|
|
1416
|
+
var _path$e, _path2$8;
|
|
1416
1417
|
|
|
1417
|
-
function _extends$
|
|
1418
|
+
function _extends$n() { _extends$n = Object.assign || 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); }
|
|
1418
1419
|
|
|
1419
1420
|
var SvgQuestionCircle = function SvgQuestionCircle(props) {
|
|
1420
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1421
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
1421
1422
|
width: 16,
|
|
1422
1423
|
height: 16,
|
|
1423
1424
|
viewBox: "0 0 24 24",
|
|
1424
1425
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1425
|
-
}, props), _path$
|
|
1426
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
1426
1427
|
d: "M12 15a.75.75 0 0 1-.75-.75v-1.006a2.251 2.251 0 0 1 1.5-2.122 2.254 2.254 0 0 0 1.5-2.121c0-.601-.234-1.166-.659-1.591A2.232 2.232 0 0 0 12 6.751c-.601 0-1.166.234-1.591.659A2.231 2.231 0 0 0 9.75 9a.75.75 0 0 1-1.5 0c0-1.002.391-1.943 1.099-2.651A3.725 3.725 0 0 1 12 5.251a3.755 3.755 0 0 1 3.75 3.75 3.756 3.756 0 0 1-2.5 3.535.752.752 0 0 0-.5.707v1.007A.75.75 0 0 1 12 15ZM12 18.75a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1427
1428
|
fill: "currentColor"
|
|
1428
|
-
})), _path2$
|
|
1429
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
|
1429
1430
|
d: "M12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.5C6.21 1.5 1.5 6.21 1.5 12S6.21 22.5 12 22.5 22.5 17.79 22.5 12 17.79 1.5 12 1.5Z",
|
|
1430
1431
|
fill: "currentColor"
|
|
1431
1432
|
})));
|
|
1432
1433
|
};
|
|
1433
1434
|
|
|
1434
|
-
var _path$
|
|
1435
|
+
var _path$d, _path2$7;
|
|
1435
1436
|
|
|
1436
|
-
function _extends$
|
|
1437
|
+
function _extends$m() { _extends$m = Object.assign || 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); }
|
|
1437
1438
|
|
|
1438
1439
|
var SvgSatellite = function SvgSatellite(props) {
|
|
1439
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1440
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
1440
1441
|
fill: "none",
|
|
1441
1442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
1443
|
viewBox: "0 0 32 32"
|
|
1443
|
-
}, props), _path$
|
|
1444
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
1444
1445
|
d: "M13.43 26.628c-.262 0-.52-.107-.706-.293l-7.067-7.067a1.008 1.008 0 0 1-.293-.724c.005-.27.121-.53.318-.715a5.979 5.979 0 0 1 4.088-1.608c1.662 0 3.263.695 4.393 1.908 2.137 2.294 2.137 5.887 0 8.18a1.008 1.008 0 0 1-.714.319h-.018Zm-.122-2.537a4.003 4.003 0 0 0-.608-4.598 4.014 4.014 0 0 0-4.799-.809l5.407 5.407Zm-5.903 2.914a.978.978 0 0 1-.264-.036 3.007 3.007 0 0 1-2.119-2.145.997.997 0 0 1 .97-1.25 1 1 0 0 1 .966.751c.09.347.36.622.707.716.257.07.473.236.605.468a.998.998 0 0 1-.865 1.496Z",
|
|
1445
1446
|
fill: "currentColor"
|
|
1446
|
-
})), _path2$
|
|
1447
|
+
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
|
1447
1448
|
d: "M8.064 32.01a8.06 8.06 0 0 1-2.707-.471 8.011 8.011 0 0 1-4.583-4.136 8.028 8.028 0 0 1 .011-6.952 1.006 1.006 0 0 1 1.335-.47c.497.239.706.836.47 1.334a6.04 6.04 0 0 0-.009 5.228 6.027 6.027 0 0 0 3.447 3.112 6.018 6.018 0 0 0 4.637-.237 1 1 0 0 1 1.332.473c.115.241.13.513.039.764a.992.992 0 0 1-.513.568 7.976 7.976 0 0 1-3.46.786Zm19.513-1.965a2.98 2.98 0 0 1-2.121-.877l-4.243-4.243a3.004 3.004 0 0 1 0-4.242l-1.415-1.415-.707.708a2.98 2.98 0 0 1-2.122.877 2.98 2.98 0 0 1-2.121-.877l-2.827-2.83a2.98 2.98 0 0 1-.877-2.12c0-.803.312-1.557.877-2.122l.708-.708-1.414-1.413a2.977 2.977 0 0 1-2.122.877c-.801 0-1.556-.31-2.121-.877L2.829 6.54a3.004 3.004 0 0 1 0-4.243L4.244.883A2.98 2.98 0 0 1 6.365.005c.803 0 1.555.312 2.121.879l4.243 4.243a3.004 3.004 0 0 1 0 4.242l1.415 1.415 5.601-5.601a5.136 5.136 0 0 1 6.443-.785l1.486-1.487c.19-.19.44-.294.707-.294a.99.99 0 0 1 .707.294c.19.189.293.44.293.706a.99.99 0 0 1-.293.707l-1.486 1.485a4.993 4.993 0 0 1-.637 6.294l-5.75 5.752 1.414 1.414a2.985 2.985 0 0 1 2.121-.877c.802 0 1.556.312 2.122.877l4.242 4.243a3.004 3.004 0 0 1 0 4.243L29.7 29.169a2.984 2.984 0 0 1-2.123.876Zm-2.828-9.654a.992.992 0 0 0-.706.292l-1.415 1.414c-.39.39-.39 1.024 0 1.415l4.242 4.243c.19.189.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a1.004 1.004 0 0 0 0-1.415l-4.243-4.242a.992.992 0 0 0-.707-.292ZM23.453 5.605c-.856 0-1.686.356-2.28.975l-7.738 7.739a1 1 0 0 0 0 1.414l2.829 2.83c.188.188.44.292.707.292a.992.992 0 0 0 .706-.292l7.873-7.875a3.003 3.003 0 0 0 .023-4.223c-.008-.006-.033-.033-.04-.04a2.995 2.995 0 0 0-.368-.308 3.089 3.089 0 0 0-1.712-.512Zm-17.088-3.6a.99.99 0 0 0-.707.294L4.244 3.712a.993.993 0 0 0-.294.707.99.99 0 0 0 .294.706l4.242 4.243c.188.188.44.292.707.292a.994.994 0 0 0 .707-.292l1.415-1.415a.993.993 0 0 0 .293-.706.99.99 0 0 0-.293-.707L7.072 2.297a.997.997 0 0 0-.707-.292Z",
|
|
1448
1449
|
fill: "currentColor"
|
|
1449
1450
|
})));
|
|
1450
1451
|
};
|
|
1451
1452
|
|
|
1452
|
-
var _path$
|
|
1453
|
+
var _path$c;
|
|
1453
1454
|
|
|
1454
|
-
function _extends$
|
|
1455
|
+
function _extends$l() { _extends$l = Object.assign || 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); }
|
|
1455
1456
|
|
|
1456
1457
|
var SvgSearch = function SvgSearch(props) {
|
|
1457
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1458
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
1458
1459
|
width: 16,
|
|
1459
1460
|
height: 16,
|
|
1460
1461
|
fill: "none",
|
|
1461
1462
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1462
|
-
}, props), _path$
|
|
1463
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
1463
1464
|
d: "M15.497 15.997a.495.495 0 0 1-.354-.146L10.8 11.507a6.547 6.547 0 0 1-1.702 1.052 6.51 6.51 0 0 1-5.007.046A6.497 6.497 0 0 1 .52 9.097a6.499 6.499 0 0 1-.046-5.006A6.5 6.5 0 0 1 3.98.518 6.496 6.496 0 0 1 8.987.472c1.62.654 2.889 1.9 3.572 3.508.684 1.609.7 3.387.046 5.007a6.54 6.54 0 0 1-1.099 1.812l4.345 4.345a.501.501 0 0 1-.354.853ZM6.538.993c-.743 0-1.473.15-2.167.445A5.507 5.507 0 0 0 1.4 4.465a5.507 5.507 0 0 0 .039 4.241 5.507 5.507 0 0 0 3.027 2.972 5.52 5.52 0 0 0 4.241-.04 5.523 5.523 0 0 0 2.971-3.026 5.504 5.504 0 0 0-.039-4.241 5.505 5.505 0 0 0-3.027-2.972A5.52 5.52 0 0 0 6.538.993Z",
|
|
1464
1465
|
fill: "currentColor"
|
|
1465
1466
|
})));
|
|
1466
1467
|
};
|
|
1467
1468
|
|
|
1468
|
-
var _path$
|
|
1469
|
+
var _path$b, _path2$6, _path3$2, _path4$1;
|
|
1469
1470
|
|
|
1470
|
-
function _extends$
|
|
1471
|
+
function _extends$k() { _extends$k = Object.assign || 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); }
|
|
1471
1472
|
|
|
1472
1473
|
var SvgServerLock = function SvgServerLock(props) {
|
|
1473
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1474
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
1474
1475
|
width: 24,
|
|
1475
1476
|
height: 24,
|
|
1476
1477
|
fill: "currentColor",
|
|
1477
1478
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1478
|
-
}, props), _path$
|
|
1479
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
1479
1480
|
d: "M5.25 6.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM5.25 15.375a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"
|
|
1480
|
-
})), _path2$
|
|
1481
|
+
})), _path2$6 || (_path2$6 = /*#__PURE__*/React.createElement("path", {
|
|
1481
1482
|
d: "M5.25 19.5A5.256 5.256 0 0 1 0 14.25c0-1.865.979-3.56 2.548-4.5A5.236 5.236 0 0 1 0 5.25 5.256 5.256 0 0 1 5.25 0h12a5.24 5.24 0 0 1 4.646 2.803c.967 1.833.778 3.973-.52 5.87a.75.75 0 1 1-1.238-.847c.973-1.423 1.13-2.999.431-4.323A3.746 3.746 0 0 0 17.25 1.5h-12A3.754 3.754 0 0 0 1.5 5.25 3.754 3.754 0 0 0 5.25 9h9.749a.75.75 0 0 1 0 1.5H5.25a3.754 3.754 0 0 0-3.75 3.75A3.754 3.754 0 0 0 5.25 18h6a.75.75 0 0 1 0 1.5h-6Z"
|
|
1482
|
-
})), _path3$
|
|
1483
|
+
})), _path3$2 || (_path3$2 = /*#__PURE__*/React.createElement("path", {
|
|
1483
1484
|
d: "M10.5 6a.75.75 0 0 1 0-1.5h6.75a.75.75 0 0 1 0 1.5H10.5ZM10.5 15a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 0 1.5h-1.5ZM15.75 24a2.252 2.252 0 0 1-2.25-2.25v-4.5c0-.96.615-1.808 1.5-2.121v-.879a3.754 3.754 0 0 1 3.75-3.75 3.754 3.754 0 0 1 3.75 3.75v.879A2.26 2.26 0 0 1 24 17.25v4.5A2.252 2.252 0 0 1 21.75 24h-6Zm0-7.5a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-6ZM21 15v-.75A2.252 2.252 0 0 0 18.75 12a2.252 2.252 0 0 0-2.25 2.25L21 15Z"
|
|
1484
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
1485
|
+
})), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
|
|
1485
1486
|
d: "M18.75 20.654a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"
|
|
1486
1487
|
})));
|
|
1487
1488
|
};
|
|
1488
1489
|
|
|
1489
|
-
var _path$
|
|
1490
|
+
var _path$a, _path2$5;
|
|
1490
1491
|
|
|
1491
|
-
function _extends$
|
|
1492
|
+
function _extends$j() { _extends$j = Object.assign || 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); }
|
|
1492
1493
|
|
|
1493
1494
|
var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
1494
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1495
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
1495
1496
|
width: 16,
|
|
1496
1497
|
height: 16,
|
|
1497
1498
|
fill: "none",
|
|
1498
1499
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1499
|
-
}, props), _path$
|
|
1500
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
1500
1501
|
d: "M1.5 16C.673 16 0 15.327 0 14.5v-13C0 .673.673 0 1.5 0h13c.827 0 1.5.673 1.5 1.5v13c0 .827-.673 1.5-1.5 1.5h-13Zm0-15a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-13Z",
|
|
1501
1502
|
fill: "currentColor"
|
|
1502
|
-
})), _path2$
|
|
1503
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
1503
1504
|
d: "M10.5 13.01a.5.5 0 0 1-.5-.5v-1.565A2.01 2.01 0 0 1 8.5 9.01c0-.913.631-1.71 1.5-1.934V3.51a.5.5 0 0 1 1 0v3.565a2.01 2.01 0 0 1 1.5 1.934 2.01 2.01 0 0 1-1.5 1.935v1.565a.5.5 0 0 1-.5.501Zm0-5a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2ZM5.5 13.01a.5.5 0 0 1-.5-.5V6.945A2.01 2.01 0 0 1 3.5 5.01c0-1.103.897-2 2-2s2 .897 2 2A2.01 2.01 0 0 1 6 6.945v5.565a.5.5 0 0 1-.5.5Zm0-9a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Z",
|
|
1504
1505
|
fill: "currentColor"
|
|
1505
1506
|
})));
|
|
@@ -1507,10 +1508,10 @@ var SvgSettingsVertical = function SvgSettingsVertical(props) {
|
|
|
1507
1508
|
|
|
1508
1509
|
var _g$8, _defs$5;
|
|
1509
1510
|
|
|
1510
|
-
function _extends$
|
|
1511
|
+
function _extends$i() { _extends$i = Object.assign || 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); }
|
|
1511
1512
|
|
|
1512
1513
|
var SvgShield = function SvgShield(props) {
|
|
1513
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1514
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
1514
1515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1515
1516
|
width: 24,
|
|
1516
1517
|
height: 24,
|
|
@@ -1532,22 +1533,22 @@ var SvgShield = function SvgShield(props) {
|
|
|
1532
1533
|
})))));
|
|
1533
1534
|
};
|
|
1534
1535
|
|
|
1535
|
-
var _path$
|
|
1536
|
+
var _path$9, _path2$4, _path3$1;
|
|
1536
1537
|
|
|
1537
|
-
function _extends$
|
|
1538
|
+
function _extends$h() { _extends$h = Object.assign || 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); }
|
|
1538
1539
|
|
|
1539
1540
|
var SvgServer2 = function SvgServer2(props) {
|
|
1540
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1541
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
1541
1542
|
viewBox: "0 0 24 24",
|
|
1542
1543
|
fill: "none",
|
|
1543
1544
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1544
|
-
}, props), _path$
|
|
1545
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
1545
1546
|
d: "M4.5 8.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM4.5 17.625a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z",
|
|
1546
1547
|
fill: "currentColor"
|
|
1547
|
-
})), _path2$
|
|
1548
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
1548
1549
|
d: "M5.251 21.75a5.256 5.256 0 0 1-5.25-5.25c0-1.865.979-3.559 2.548-4.5A5.236 5.236 0 0 1 .001 7.5a5.256 5.256 0 0 1 5.25-5.25h13.5a5.256 5.256 0 0 1 5.25 5.25 5.238 5.238 0 0 1-2.548 4.5 5.238 5.238 0 0 1 2.548 4.5 5.256 5.256 0 0 1-5.25 5.25h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Zm0-9a3.754 3.754 0 0 0-3.75 3.75 3.754 3.754 0 0 0 3.75 3.75h13.5a3.754 3.754 0 0 0 3.75-3.75 3.754 3.754 0 0 0-3.75-3.75h-13.5Z",
|
|
1549
1550
|
fill: "currentColor"
|
|
1550
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
1551
|
+
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
|
1551
1552
|
d: "M10.501 8.25a.75.75 0 0 1 0-1.5h8.25a.75.75 0 0 1 0 1.5h-8.25ZM10.501 17.25a.75.75 0 0 1 0-1.5h8.25a.75.75 0 0 1 0 1.5h-8.25Z",
|
|
1552
1553
|
fill: "currentColor"
|
|
1553
1554
|
})));
|
|
@@ -1555,10 +1556,10 @@ var SvgServer2 = function SvgServer2(props) {
|
|
|
1555
1556
|
|
|
1556
1557
|
var _rect$1, _g$7, _defs$4;
|
|
1557
1558
|
|
|
1558
|
-
function _extends$
|
|
1559
|
+
function _extends$g() { _extends$g = Object.assign || 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); }
|
|
1559
1560
|
|
|
1560
1561
|
var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
1561
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1562
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
1562
1563
|
width: 32,
|
|
1563
1564
|
height: 32,
|
|
1564
1565
|
fill: "none",
|
|
@@ -1586,10 +1587,10 @@ var SvgSupportCircle = function SvgSupportCircle(props) {
|
|
|
1586
1587
|
|
|
1587
1588
|
var _g$6, _defs$3;
|
|
1588
1589
|
|
|
1589
|
-
function _extends$
|
|
1590
|
+
function _extends$f() { _extends$f = Object.assign || 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); }
|
|
1590
1591
|
|
|
1591
1592
|
var SvgSupport = function SvgSupport(props) {
|
|
1592
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1593
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
1593
1594
|
fill: "none",
|
|
1594
1595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1595
1596
|
viewBox: "0 0 16 16"
|
|
@@ -1610,10 +1611,10 @@ var SvgSupport = function SvgSupport(props) {
|
|
|
1610
1611
|
|
|
1611
1612
|
var _g$5, _defs$2;
|
|
1612
1613
|
|
|
1613
|
-
function _extends$
|
|
1614
|
+
function _extends$e() { _extends$e = Object.assign || 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); }
|
|
1614
1615
|
|
|
1615
1616
|
var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
1616
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1617
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
1617
1618
|
fill: "none",
|
|
1618
1619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1619
1620
|
viewBox: "0 0 32 32"
|
|
@@ -1636,31 +1637,31 @@ var SvgSupportHeadphones = function SvgSupportHeadphones(props) {
|
|
|
1636
1637
|
})))));
|
|
1637
1638
|
};
|
|
1638
1639
|
|
|
1639
|
-
var _path$
|
|
1640
|
+
var _path$8;
|
|
1640
1641
|
|
|
1641
|
-
function _extends$
|
|
1642
|
+
function _extends$d() { _extends$d = Object.assign || 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); }
|
|
1642
1643
|
|
|
1643
1644
|
var SvgSystem = function SvgSystem(props) {
|
|
1644
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1645
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
1645
1646
|
fill: "none",
|
|
1646
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1647
1648
|
viewBox: "0 0 16 16"
|
|
1648
|
-
}, props), _path$
|
|
1649
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
1649
1650
|
d: "M2.231 15.922a2.141 2.141 0 0 1-1.524-.63 2.158 2.158 0 0 1 0-3.049l6.68-6.677a4.36 4.36 0 0 1 .372-3.24A4.308 4.308 0 0 1 10.342.243a4.37 4.37 0 0 1 1.227-.178 4.33 4.33 0 0 1 2.072.533.501.501 0 0 1 .114.792L11.69 3.456v.851h.852l2.077-2.076a.492.492 0 0 1 .413-.13.503.503 0 0 1 .368.255 4.335 4.335 0 0 1 .273 3.55 4.35 4.35 0 0 1-4.081 2.863c-.392 0-.781-.053-1.159-.16l-6.679 6.682c-.406.407-.948.63-1.524.63zm9.337-14.856c-.317 0-.635.046-.944.137a3.336 3.336 0 0 0-2.197 4.331.503.503 0 0 1-.117.524L1.414 12.95a1.158 1.158 0 0 0 0 1.634c.218.218.508.338.817.338.309 0 .599-.12.816-.338l6.894-6.896a.496.496 0 0 1 .522-.116 3.31 3.31 0 0 0 1.129.198 3.346 3.346 0 0 0 3.14-2.204 3.322 3.322 0 0 0 .057-2.09l-1.687 1.686a.503.503 0 0 1-.353.146H11.19a.5.5 0 0 1-.5-.5V3.25c0-.133.052-.26.147-.353l1.686-1.688a3.254 3.254 0 0 0-.955-.142z",
|
|
1650
1651
|
fill: "currentColor"
|
|
1651
1652
|
})));
|
|
1652
1653
|
};
|
|
1653
1654
|
|
|
1654
|
-
var _path$
|
|
1655
|
+
var _path$7;
|
|
1655
1656
|
|
|
1656
|
-
function _extends$
|
|
1657
|
+
function _extends$c() { _extends$c = Object.assign || 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$c.apply(this, arguments); }
|
|
1657
1658
|
|
|
1658
1659
|
var SvgTag = function SvgTag(props) {
|
|
1659
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1660
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
1660
1661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1661
1662
|
fill: "none",
|
|
1662
1663
|
viewBox: "0 0 12 12"
|
|
1663
|
-
}, props), _path$
|
|
1664
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
1664
1665
|
fill: "currentColor",
|
|
1665
1666
|
d: "M11.31 5.69 5.42 11.5a1 1 0 0 1-.695.28A1.001 1.001 0 0 1 4 11.5L.47 7.965A1 1 0 0 1 .5 6.5L6.35.75l.025-.03A1.89 1.89 0 0 1 7.57.22h3.25a1 1 0 0 1 1 1V4.5a1.89 1.89 0 0 1-.51 1.19ZM9.57 3.23a.75.75 0 1 0-1.5.04.75.75 0 0 0 1.5-.04Z"
|
|
1666
1667
|
})));
|
|
@@ -1668,10 +1669,10 @@ var SvgTag = function SvgTag(props) {
|
|
|
1668
1669
|
|
|
1669
1670
|
var _g$4, _defs$1;
|
|
1670
1671
|
|
|
1671
|
-
function _extends$
|
|
1672
|
+
function _extends$b() { _extends$b = Object.assign || 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); }
|
|
1672
1673
|
|
|
1673
1674
|
var SvgTarget = function SvgTarget(props) {
|
|
1674
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1675
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
1675
1676
|
width: 16,
|
|
1676
1677
|
height: 16,
|
|
1677
1678
|
fill: "currentColor",
|
|
@@ -1689,10 +1690,10 @@ var SvgTarget = function SvgTarget(props) {
|
|
|
1689
1690
|
|
|
1690
1691
|
var _g$3, _defs;
|
|
1691
1692
|
|
|
1692
|
-
function _extends$
|
|
1693
|
+
function _extends$a() { _extends$a = Object.assign || 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); }
|
|
1693
1694
|
|
|
1694
1695
|
var SvgTransaction = function SvgTransaction(props) {
|
|
1695
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1696
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
1696
1697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1697
1698
|
fill: "none",
|
|
1698
1699
|
viewBox: "0 0 24 24"
|
|
@@ -1710,31 +1711,31 @@ var SvgTransaction = function SvgTransaction(props) {
|
|
|
1710
1711
|
})))));
|
|
1711
1712
|
};
|
|
1712
1713
|
|
|
1713
|
-
var _path$
|
|
1714
|
+
var _path$6, _path2$3;
|
|
1714
1715
|
|
|
1715
|
-
function _extends$
|
|
1716
|
+
function _extends$9() { _extends$9 = Object.assign || 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$9.apply(this, arguments); }
|
|
1716
1717
|
|
|
1717
1718
|
var SvgUploadBottom = function SvgUploadBottom(props) {
|
|
1718
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1719
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
1719
1720
|
width: 16,
|
|
1720
1721
|
height: 16,
|
|
1721
1722
|
fill: "none",
|
|
1722
1723
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1723
|
-
}, props), _path$
|
|
1724
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
1724
1725
|
d: "M8 11a.5.5 0 0 1-.5-.5V3.707L5.353 5.854a.497.497 0 0 1-.706 0 .495.495 0 0 1 0-.707l2.999-3a.493.493 0 0 1 .163-.109l.017-.006a.496.496 0 0 1 .348 0l.013.005c.065.026.12.063.167.11l3 3a.495.495 0 0 1 0 .706.499.499 0 0 1-.707 0L8.5 3.707V10.5a.5.5 0 0 1-.5.5Z",
|
|
1725
1726
|
fill: "currentColor"
|
|
1726
|
-
})), _path2$
|
|
1727
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
1727
1728
|
d: "M2.5 14A2.503 2.503 0 0 1 0 11.5v-1a.5.5 0 0 1 1 0v1c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5v-1a.5.5 0 0 1 1 0v1c0 1.379-1.121 2.5-2.5 2.5h-11Z",
|
|
1728
1729
|
fill: "currentColor"
|
|
1729
1730
|
})));
|
|
1730
1731
|
};
|
|
1731
1732
|
|
|
1732
|
-
var _rect, _path$
|
|
1733
|
+
var _rect, _path$5;
|
|
1733
1734
|
|
|
1734
|
-
function _extends$
|
|
1735
|
+
function _extends$8() { _extends$8 = Object.assign || 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$8.apply(this, arguments); }
|
|
1735
1736
|
|
|
1736
1737
|
var SvgUserCircle = function SvgUserCircle(props) {
|
|
1737
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1738
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
1738
1739
|
width: 32,
|
|
1739
1740
|
height: 32,
|
|
1740
1741
|
fill: "none",
|
|
@@ -1744,7 +1745,7 @@ var SvgUserCircle = function SvgUserCircle(props) {
|
|
|
1744
1745
|
height: 32,
|
|
1745
1746
|
rx: 16,
|
|
1746
1747
|
fill: "currentColor"
|
|
1747
|
-
})), _path$
|
|
1748
|
+
})), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
1748
1749
|
d: "M16 16c-2.205 0-4-1.795-4-4s1.795-4 4-4 4 1.795 4 4-1.795 4-4 4Zm0-7c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3ZM22.5 24a.5.5 0 0 1-.5-.5c0-3.309-2.691-6-6-6s-6 2.691-6 6a.5.5 0 0 1-1 0c0-3.86 3.14-7 7-7s7 3.14 7 7a.5.5 0 0 1-.5.5Z",
|
|
1749
1750
|
fill: "#fff"
|
|
1750
1751
|
})));
|
|
@@ -1752,10 +1753,10 @@ var SvgUserCircle = function SvgUserCircle(props) {
|
|
|
1752
1753
|
|
|
1753
1754
|
var _g$2;
|
|
1754
1755
|
|
|
1755
|
-
function _extends$
|
|
1756
|
+
function _extends$7() { _extends$7 = Object.assign || 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$7.apply(this, arguments); }
|
|
1756
1757
|
|
|
1757
1758
|
var SvgViewOff = function SvgViewOff(props) {
|
|
1758
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1759
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
1759
1760
|
viewBox: "0 0 24 24",
|
|
1760
1761
|
fill: "none",
|
|
1761
1762
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1768,36 +1769,36 @@ var SvgViewOff = function SvgViewOff(props) {
|
|
|
1768
1769
|
}))));
|
|
1769
1770
|
};
|
|
1770
1771
|
|
|
1771
|
-
var _path$
|
|
1772
|
+
var _path$4, _path2$2;
|
|
1772
1773
|
|
|
1773
|
-
function _extends$
|
|
1774
|
+
function _extends$6() { _extends$6 = Object.assign || 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$6.apply(this, arguments); }
|
|
1774
1775
|
|
|
1775
1776
|
var SvgViewOn = function SvgViewOn(props) {
|
|
1776
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1777
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
1777
1778
|
width: 16,
|
|
1778
1779
|
height: 16,
|
|
1779
1780
|
viewBox: "0 0 24 24",
|
|
1780
1781
|
fill: "none",
|
|
1781
1782
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1782
|
-
}, props), _path$
|
|
1783
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
1783
1784
|
d: "M11.842 19.499c-4.333 0-8.636-3.04-11.219-5.884a2.409 2.409 0 0 1-.002-3.232C3.205 7.538 7.513 4.5 11.855 4.5l.151.001.153-.001c4.328 0 8.634 3.038 11.219 5.881.831.923.832 2.312.002 3.233-2.586 2.846-6.897 5.886-11.245 5.886l-.149-.001h-.144Zm.011-13.5c-3.851 0-7.753 2.784-10.12 5.39a.91.91 0 0 0 .002 1.22c2.366 2.605 6.267 5.39 10.12 5.39l.131-.001.136.001c3.867 0 7.776-2.785 10.145-5.392a.91.91 0 0 0-.002-1.22C19.897 8.783 15.993 6 12.142 6l-.156.001-.133-.002Z",
|
|
1784
1785
|
fill: "currentColor"
|
|
1785
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1786
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
1786
1787
|
d: "M11.998 16.498a4.471 4.471 0 0 1-3.182-1.319 4.465 4.465 0 0 1-1.317-3.182 4.505 4.505 0 0 1 4.5-4.499c1.202 0 2.332.468 3.182 1.317a4.468 4.468 0 0 1 1.318 3.181 4.471 4.471 0 0 1-1.319 3.185 4.474 4.474 0 0 1-3.182 1.317Zm.002-7.5c-1.654 0-3 1.345-3 2.999 0 .801.312 1.555.878 2.121a2.98 2.98 0 0 0 2.121.879 2.98 2.98 0 0 0 2.121-.878c.566-.566.879-1.32.879-2.121 0-.804-.312-1.557-.879-2.123A2.982 2.982 0 0 0 12 8.998Z",
|
|
1787
1788
|
fill: "currentColor"
|
|
1788
1789
|
})));
|
|
1789
1790
|
};
|
|
1790
1791
|
|
|
1791
|
-
var _path$
|
|
1792
|
+
var _path$3;
|
|
1792
1793
|
|
|
1793
|
-
function _extends$
|
|
1794
|
+
function _extends$5() { _extends$5 = Object.assign || 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$5.apply(this, arguments); }
|
|
1794
1795
|
|
|
1795
1796
|
var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
1796
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1797
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
1797
1798
|
fill: "none",
|
|
1798
1799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1799
1800
|
viewBox: "0 0 32 26"
|
|
1800
|
-
}, props), _path$
|
|
1801
|
+
}, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
|
1801
1802
|
d: "M6 15.312a.995.995 0 0 1-.837-.453A6.993 6.993 0 0 1 4.092 12H1a1 1 0 0 1 0-2h3.103c.02-.143.042-.276.07-.407.21-1 .639-1.945 1.248-2.758L3.223 4.636a.99.99 0 0 1-.294-.707.99.99 0 0 1 .294-.706.99.99 0 0 1 .706-.294.99.99 0 0 1 .707.294l2.201 2.201a6.29 6.29 0 0 1 .358-.253A7.035 7.035 0 0 1 10 4.104V1a1 1 0 0 1 2 0v3.103c.163.021.313.046.46.077.987.207 1.92.627 2.725 1.221l2.179-2.178c.19-.19.44-.294.707-.294a.99.99 0 0 1 .706.294.99.99 0 0 1 .294.706.99.99 0 0 1-.294.707l-2.173 2.173a6.002 6.002 0 0 1 .459.682c.134.23.172.5.104.758a.997.997 0 0 1-1.83.252 4.96 4.96 0 0 0-3.288-2.365 4.964 4.964 0 0 0-3.76.71 4.96 4.96 0 0 0-2.16 3.16 4.966 4.966 0 0 0 .708 3.76A.997.997 0 0 1 6 15.313ZM13 26a6.04 6.04 0 0 1-2.599-.59 6 6 0 0 1-2.813-7.995A6.031 6.031 0 0 1 13 14.012c.493 0 .981.06 1.457.181A9.009 9.009 0 0 1 23.01 8a8.946 8.946 0 0 1 6.372 2.644 8.938 8.938 0 0 1 2.628 6.366c-.005 4.958-4.042 8.99-9 8.99H13Zm10.024-2c3.84 0 6.981-3.137 6.985-6.992a6.955 6.955 0 0 0-2.044-4.952A6.954 6.954 0 0 0 23.017 10a7.01 7.01 0 0 0-6.892 5.72 6.713 6.713 0 0 0-.073 2.144 1.001 1.001 0 0 1-.99 1.136c-.503 0-.929-.376-.993-.875A9.345 9.345 0 0 1 14 17a8.83 8.83 0 0 1 .044-.841A3.89 3.89 0 0 0 13 16.013c-1.532 0-2.948.89-3.608 2.267a4 4 0 0 0 1.875 5.328A4.26 4.26 0 0 0 13.01 24h10.013Z",
|
|
1802
1803
|
fill: "currentColor"
|
|
1803
1804
|
})));
|
|
@@ -1805,10 +1806,10 @@ var SvgWeatherCloud = function SvgWeatherCloud(props) {
|
|
|
1805
1806
|
|
|
1806
1807
|
var _g$1;
|
|
1807
1808
|
|
|
1808
|
-
function _extends$
|
|
1809
|
+
function _extends$4() { _extends$4 = Object.assign || 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$4.apply(this, arguments); }
|
|
1809
1810
|
|
|
1810
1811
|
var SvgWebhooks = function SvgWebhooks(props) {
|
|
1811
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1812
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
1812
1813
|
width: 16,
|
|
1813
1814
|
height: 16,
|
|
1814
1815
|
viewBox: "0 0 104 104",
|
|
@@ -1826,16 +1827,16 @@ var SvgWebhooks = function SvgWebhooks(props) {
|
|
|
1826
1827
|
}))));
|
|
1827
1828
|
};
|
|
1828
1829
|
|
|
1829
|
-
var _path;
|
|
1830
|
+
var _path$2;
|
|
1830
1831
|
|
|
1831
|
-
function _extends$
|
|
1832
|
+
function _extends$3() { _extends$3 = Object.assign || 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$3.apply(this, arguments); }
|
|
1832
1833
|
|
|
1833
1834
|
var SvgWorkflow = function SvgWorkflow(props) {
|
|
1834
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1835
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
1835
1836
|
fill: "none",
|
|
1836
1837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1837
1838
|
viewBox: "0 0 104 104"
|
|
1838
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
1839
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
|
1839
1840
|
d: "M51.996 22.75c-6.27 0-11.375-5.105-11.375-11.375S45.725 0 51.996 0C58.27 0 63.37 5.105 63.37 11.375S58.27 22.75 51.996 22.75Zm0-16.25a4.882 4.882 0 0 0-4.875 4.875 4.882 4.882 0 0 0 4.875 4.875 4.882 4.882 0 0 0 4.875-4.875A4.882 4.882 0 0 0 51.996 6.5ZM92.62 63.375c-6.274 0-11.374-5.1-11.374-11.375 0-6.27 5.1-11.375 11.375-11.375 6.274 0 11.375 5.105 11.375 11.375 0 6.275-5.1 11.375-11.375 11.375Zm0-16.25A4.882 4.882 0 0 0 87.747 52a4.882 4.882 0 0 0 4.875 4.875A4.882 4.882 0 0 0 97.496 52a4.882 4.882 0 0 0-4.875-4.875ZM51.996 104c-6.27 0-11.375-5.1-11.375-11.375S45.725 81.25 51.996 81.25c6.274 0 11.375 5.1 11.375 11.375S58.27 104 51.996 104Zm0-16.25a4.882 4.882 0 0 0-4.875 4.875 4.882 4.882 0 0 0 4.875 4.875 4.882 4.882 0 0 0 4.875-4.875 4.882 4.882 0 0 0-4.875-4.875ZM11.37 63.375C5.1 63.375-.003 58.275-.003 52c0-6.27 5.104-11.375 11.375-11.375 6.27 0 11.375 5.105 11.375 11.375 0 6.275-5.105 11.375-11.375 11.375Zm0-16.25A4.882 4.882 0 0 0 6.497 52a4.882 4.882 0 0 0 4.875 4.875A4.882 4.882 0 0 0 16.246 52a4.882 4.882 0 0 0-4.875-4.875ZM85.8 35.75a3.252 3.252 0 0 1-2.812-1.62 36.01 36.01 0 0 0-13.113-13.118 3.25 3.25 0 0 1-1.187-4.437 3.268 3.268 0 0 1 2.816-1.625c.568 0 1.131.152 1.625.438a42.531 42.531 0 0 1 15.488 15.487 3.256 3.256 0 0 1-1.188 4.442 3.297 3.297 0 0 1-1.629.433Zm-14.3 53.3a3.252 3.252 0 0 1-2.812-1.62 3.258 3.258 0 0 1 1.183-4.442 35.967 35.967 0 0 0 13.112-13.113A3.268 3.268 0 0 1 85.8 68.25a3.24 3.24 0 0 1 1.625.438 3.255 3.255 0 0 1 1.187 4.437 42.532 42.532 0 0 1-15.487 15.487 3.228 3.228 0 0 1-1.625.438Zm-39 0a3.24 3.24 0 0 1-1.625-.438 42.532 42.532 0 0 1-15.487-15.487 3.257 3.257 0 0 1 2.812-4.88 3.27 3.27 0 0 1 2.817 1.626 35.934 35.934 0 0 0 13.112 13.112 3.245 3.245 0 0 1 1.513 1.976 3.23 3.23 0 0 1-.325 2.466A3.268 3.268 0 0 1 32.5 89.05Zm-14.3-53.3a3.252 3.252 0 0 1-2.812-4.88 42.5 42.5 0 0 1 15.487-15.487 3.264 3.264 0 0 1 4.442 1.187 3.26 3.26 0 0 1 .325 2.47 3.2 3.2 0 0 1-1.517 1.972 36 36 0 0 0-13.113 13.113A3.247 3.247 0 0 1 18.2 35.75Z",
|
|
1840
1841
|
fill: "currentColor"
|
|
1841
1842
|
})));
|
|
@@ -1843,10 +1844,10 @@ var SvgWorkflow = function SvgWorkflow(props) {
|
|
|
1843
1844
|
|
|
1844
1845
|
var _g;
|
|
1845
1846
|
|
|
1846
|
-
function _extends() { _extends = Object.assign || 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); }
|
|
1847
|
+
function _extends$2() { _extends$2 = Object.assign || 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$2.apply(this, arguments); }
|
|
1847
1848
|
|
|
1848
1849
|
var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
1849
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1850
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
1850
1851
|
fill: "none",
|
|
1851
1852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1852
1853
|
viewBox: "0 0 16 16"
|
|
@@ -1857,6 +1858,48 @@ var SvgWorkflowPencil = function SvgWorkflowPencil(props) {
|
|
|
1857
1858
|
}))));
|
|
1858
1859
|
};
|
|
1859
1860
|
|
|
1861
|
+
var _path$1, _path2$1;
|
|
1862
|
+
|
|
1863
|
+
function _extends$1() { _extends$1 = Object.assign || 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$1.apply(this, arguments); }
|
|
1864
|
+
|
|
1865
|
+
var SvgUpgradeShield = function SvgUpgradeShield(props) {
|
|
1866
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
1867
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1868
|
+
width: 20,
|
|
1869
|
+
height: 20,
|
|
1870
|
+
fill: "currentColor"
|
|
1871
|
+
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
d: "M13.354 8.354a.5.5 0 0 1-.708 0L10.5 6.207V14a.5.5 0 1 1-1 0V6.207L7.354 8.354a.5.5 0 1 1-.708-.708L10 4.293l3.354 3.353a.5.5 0 0 1 0 .708Z"
|
|
1873
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
1874
|
+
fillRule: "evenodd",
|
|
1875
|
+
d: "M3.6 2C2.716 2 2 2.679 2 3.516V9.58c0 1.163.569 2.276 1.311 3.26.748.988 1.713 1.9 2.594 2.67.967.844 2.477 1.787 3.266 2.261a1.617 1.617 0 0 0 1.658 0c.789-.474 2.299-1.417 3.266-2.261.88-.77 1.846-1.682 2.594-2.67C17.43 11.855 18 10.742 18 9.58V3.516C18 2.679 17.284 2 16.4 2H3.6Zm-.533 1.516A.52.52 0 0 1 3.6 3.01h12.8a.52.52 0 0 1 .533.505V9.58c0 .857-.425 1.761-1.112 2.67-.683.905-1.584 1.76-2.45 2.517-.887.775-2.322 1.675-3.113 2.15a.501.501 0 0 1-.516 0c-.791-.475-2.226-1.375-3.114-2.15-.865-.756-1.766-1.612-2.45-2.516-.686-.91-1.111-1.814-1.111-2.671V3.516Z",
|
|
1876
|
+
clipRule: "evenodd"
|
|
1877
|
+
})));
|
|
1878
|
+
};
|
|
1879
|
+
|
|
1880
|
+
var _path, _path2, _path3, _path4;
|
|
1881
|
+
|
|
1882
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
1883
|
+
|
|
1884
|
+
var SvgShieldLock = function SvgShieldLock(props) {
|
|
1885
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1886
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1887
|
+
width: 28,
|
|
1888
|
+
height: 20,
|
|
1889
|
+
fill: "currentColor"
|
|
1890
|
+
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
1891
|
+
d: "M13.354 8.354a.5.5 0 0 1-.708 0L10.5 6.207V14a.5.5 0 1 1-1 0V6.207L7.354 8.354a.5.5 0 1 1-.708-.708L10 4.293l3.354 3.353a.5.5 0 0 1 0 .708Z"
|
|
1892
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
1893
|
+
fillRule: "evenodd",
|
|
1894
|
+
d: "M3.6 2C2.716 2 2 2.679 2 3.516V9.58c0 1.163.569 2.276 1.311 3.26.748.988 1.713 1.9 2.594 2.67.967.844 2.477 1.787 3.266 2.261a1.617 1.617 0 0 0 1.658 0c.789-.474 2.299-1.417 3.266-2.261.88-.77 1.846-1.682 2.594-2.67C17.43 11.855 18 10.742 18 9.58V3.516C18 2.679 17.284 2 16.4 2H3.6Zm-.533 1.516A.52.52 0 0 1 3.6 3.01h12.8a.52.52 0 0 1 .533.505V9.58c0 .857-.425 1.761-1.112 2.67-.683.905-1.584 1.76-2.45 2.517-.887.775-2.322 1.675-3.113 2.15a.501.501 0 0 1-.516 0c-.791-.475-2.226-1.375-3.114-2.15-.865-.756-1.766-1.612-2.45-2.516-.686-.91-1.111-1.814-1.111-2.671V3.516Z",
|
|
1895
|
+
clipRule: "evenodd"
|
|
1896
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
1897
|
+
d: "M14.039 16.84c.154.663.75 1.16 1.461 1.16h9c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5H24V6a4.005 4.005 0 0 0-5.358-3.763c.172.28.289.599.335.942A3.004 3.004 0 0 1 23 6v2.001h-4v1h5.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-.455l-.248.218c-.218.19-.46.384-.713.576Z"
|
|
1898
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
1899
|
+
d: "M19.646 14.354A.5.5 0 0 1 19.5 14v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.854.354Z"
|
|
1900
|
+
})));
|
|
1901
|
+
};
|
|
1902
|
+
|
|
1860
1903
|
// Custom SVG
|
|
1861
1904
|
|
|
1862
1905
|
declare const icons_AccessTime: typeof AccessTime;
|
|
@@ -1950,6 +1993,8 @@ declare namespace icons {
|
|
|
1950
1993
|
SvgWebhooks as Webhooks,
|
|
1951
1994
|
SvgWorkflow as Workflow,
|
|
1952
1995
|
SvgWorkflowPencil as WorkflowPencil,
|
|
1996
|
+
SvgUpgradeShield as UpgradeShield,
|
|
1997
|
+
SvgShieldLock as ShieldWithLock,
|
|
1953
1998
|
icons_AccessTime as AccessTime,
|
|
1954
1999
|
icons_ArrowBack as ArrowBack,
|
|
1955
2000
|
icons_ArrowDownward as ArrowDownward,
|
|
@@ -2057,19 +2102,28 @@ interface CodeInlineProps {
|
|
|
2057
2102
|
declare const CodeInline: ({ label, text, "data-testid": dataTestId }: CodeInlineProps) => JSX.Element;
|
|
2058
2103
|
|
|
2059
2104
|
declare type Languages = 'DFS' | 'atom' | 'bash' | 'clike' | 'css' | 'extend' | 'html' | 'insertBefore' | 'java' | 'javascript' | 'js' | 'json' | 'julia' | 'kotlin' | 'kt' | 'kts' | 'markup' | 'mathml' | 'plain' | 'plaintext' | 'py' | 'python' | 'rss' | 'sh' | 'shell' | 'ssml' | 'svg' | 'text' | 'txt' | 'webmanifest' | 'xml';
|
|
2060
|
-
interface
|
|
2105
|
+
interface CodeSnippetItemProps {
|
|
2106
|
+
label: string;
|
|
2061
2107
|
code: string;
|
|
2062
2108
|
language: Languages;
|
|
2063
2109
|
/**
|
|
2064
2110
|
* limit the code height. defaults to 512px, **roughly** 22 lines
|
|
2065
2111
|
*/
|
|
2066
2112
|
maxCodeHeight?: string;
|
|
2113
|
+
}
|
|
2114
|
+
interface CodeSnippetProps {
|
|
2115
|
+
snippets: CodeSnippetItemProps[];
|
|
2116
|
+
onCopy?: (code: string) => void;
|
|
2067
2117
|
sx?: SxProps<Theme>;
|
|
2118
|
+
/**
|
|
2119
|
+
* Set value to show specific snippet when component mounts
|
|
2120
|
+
*/
|
|
2121
|
+
initialSnippetIndex?: number;
|
|
2068
2122
|
}
|
|
2069
2123
|
/**
|
|
2070
2124
|
* Documentation: https://up-components.up42.dev/?path=/docs/data-display-CodeSnippet
|
|
2071
2125
|
*/
|
|
2072
|
-
declare const CodeSnippet: ({
|
|
2126
|
+
declare const CodeSnippet: ({ snippets, sx, onCopy, initialSnippetIndex }: CodeSnippetProps) => JSX.Element;
|
|
2073
2127
|
|
|
2074
2128
|
declare type TableProps = MUIGlobalOmit<TableProps$1>;
|
|
2075
2129
|
/**
|
|
@@ -2189,4 +2243,4 @@ declare type ContextState = {
|
|
|
2189
2243
|
*/
|
|
2190
2244
|
declare const useAlert: () => ContextState;
|
|
2191
2245
|
|
|
2192
|
-
export { Alert, AlertProps, Avatar, AvatarProps, Badge, BadgeProps, Banner, BannerProps, Box, BoxProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, CodeInline, CodeInlineProps, CodeSnippet, CodeSnippetProps, ContactBox, ContactBoxProps, Container, ContainerProps, ControlButton, ControlButtonProps, CopyButton, CopyButtonProps, CreateAlertProps, DataGrid, DataGridProps, DatePickerDateType, DateTime, DateTimeProps, DocumentationPopover, DocumentationPopoverProps, EmptyState, EmptyStateProps, FormCheckbox, FormCheckboxProps, FormDatePicker, FormDatePickerProps, FormDateRangePicker, FormDateRangePickerProps, FormInput, FormInputProps, FormRadio, FormRadioProps, FormSelect, FormSelectProps, FormSwitch, FormSwitchProps, Icon, IconProps, InfoCard, InfoCardProps, InfoModal, InfoModalProps, InfoPopover, InfoPopoverProps, Input, InputProps, Link, LinkProps, Loading, LoadingProps, Menu, MenuItem, MenuItemProps, MenuProps, Modal, ModalProps, NotFound, PageHeader, PageHeaderProps, PaginatedResponse, Popover, PopoverProps, Radio, RadioProps, Select, SelectProps, Slider, SliderProps, Switch, SwitchProps, Tab, TabGroup, TabGroupProps, TabProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableContainer, TableContainerProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TablePagination, TablePaginationProps, TableProps, TableRow, TableRowProps, TableSortLabel, TableSortLabelProps, Tabs, TabsProps, Tag, TagProps, Tooltip, TooltipProps, Typography, TypographyProps, UpComponentsProvider, capitalize, copyToClipboard, formatDate, formatFileSize, formatNumber, theme, useAlert, useQueryParams, useRemotePagination };
|
|
2246
|
+
export { Alert, AlertProps, Avatar, AvatarProps, Badge, BadgeProps, Banner, BannerProps, Box, BoxProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, CodeInline, CodeInlineProps, CodeSnippet, CodeSnippetItemProps, CodeSnippetProps, ContactBox, ContactBoxProps, Container, ContainerProps, ControlButton, ControlButtonProps, CopyButton, CopyButtonProps, CreateAlertProps, DataGrid, DataGridProps, DatePickerDateType, DateTime, DateTimeProps, DocumentationPopover, DocumentationPopoverProps, EmptyState, EmptyStateProps, FormCheckbox, FormCheckboxProps, FormDatePicker, FormDatePickerProps, FormDateRangePicker, FormDateRangePickerProps, FormInput, FormInputProps, FormRadio, FormRadioProps, FormSelect, FormSelectProps, FormSwitch, FormSwitchProps, Icon, IconProps, InfoCard, InfoCardProps, InfoModal, InfoModalProps, InfoPopover, InfoPopoverProps, Input, InputProps, Link, LinkProps, Loading, LoadingProps, Menu, MenuItem, MenuItemProps, MenuProps, Modal, ModalProps, NotFound, PageHeader, PageHeaderProps, PaginatedResponse, Popover, PopoverProps, Radio, RadioProps, Select, SelectProps, Slider, SliderProps, Switch, SwitchProps, Tab, TabGroup, TabGroupProps, TabProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableContainer, TableContainerProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TablePagination, TablePaginationProps, TableProps, TableRow, TableRowProps, TableSortLabel, TableSortLabelProps, Tabs, TabsProps, Tag, TagProps, Tooltip, TooltipProps, Typography, TypographyProps, UpComponentsProvider, capitalize, copyToClipboard, formatDate, formatFileSize, formatNumber, theme, useAlert, useQueryParams, useRemotePagination };
|