@equinor/amplify-component-lib 8.1.0 → 8.3.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/atoms/hooks/useReleaseNotesQuery.js +1 -1
- package/dist/atoms/style/colors.d.ts +440 -4
- package/dist/atoms/style/colors.js +1 -1
- package/dist/atoms/style/darkTokens.d.ts +1 -1
- package/dist/atoms/style/darkTokens.js +153 -1
- package/dist/atoms/style/lightTokens.d.ts +1 -0
- package/dist/atoms/style/lightTokens.js +46 -0
- package/dist/atoms/style/spacingTokens.d.ts +1 -1
- package/dist/atoms/style/spacingTokens.js +40 -1
- package/dist/atoms/utils/coordinate.d.ts +2 -7
- package/dist/atoms/utils/coordinate.js +1 -1
- package/dist/atoms/utils/date.d.ts +12 -15
- package/dist/atoms/utils/date.js +1 -1
- package/dist/atoms/utils/errors.d.ts +0 -5
- package/dist/atoms/utils/errors.js +1 -1
- package/dist/atoms/utils/favicon.d.ts +1 -4
- package/dist/atoms/utils/favicon.js +1 -1
- package/dist/atoms/utils/index.d.ts +69 -14
- package/dist/atoms/utils/index.js +1 -0
- package/dist/atoms/utils/map.d.ts +6 -10
- package/dist/atoms/utils/map.js +1 -1
- package/dist/atoms/utils/reactquery.d.ts +1 -3
- package/dist/atoms/utils/reactquery.js +1 -1
- package/dist/atoms/utils/richtext.d.ts +6 -13
- package/dist/atoms/utils/richtext.js +1 -1
- package/dist/atoms/utils/size.d.ts +22 -5
- package/dist/atoms/utils/size.js +1 -1
- package/dist/atoms/utils/sort.d.ts +3 -7
- package/dist/atoms/utils/sort.js +1 -1
- package/dist/atoms/utils/string.d.ts +2 -5
- package/dist/atoms/utils/string.js +1 -1
- package/dist/atoms/utils/url.d.ts +1 -5
- package/dist/atoms/utils/url.js +1 -1
- package/dist/deprecated/CommentField/CommentField.js +5 -5
- package/dist/deprecated/ConfirmationPopup.js +2 -2
- package/dist/deprecated/DataCard.js +8 -8
- package/dist/deprecated/EditableField.js +2 -2
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +2 -2
- package/dist/deprecated/HeaderDrawer.js +5 -5
- package/dist/deprecated/MultiSelectDrawer.js +4 -4
- package/dist/deprecated/SingleSelectDrawer.js +3 -3
- package/dist/deprecated/Workflow/WorkflowDescription.js +4 -4
- package/dist/index.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.d.ts +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.d.ts +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.d.ts +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.js +1 -1
- package/dist/molecules/Badge/Badge.js +1 -1
- package/dist/molecules/Badge/Badge.styles.js +2 -2
- package/dist/molecules/Chip/Chip.styles.js +13 -13
- package/dist/molecules/ContentMenu/ContentMenu.js +19 -19
- package/dist/molecules/EquinorLogo/EquinorLogo.js +1 -1
- package/dist/molecules/FileProgress/CompactFileProgress.js +1 -1
- package/dist/molecules/FileProgress/CompactFileProgress.styles.d.ts +2 -2
- package/dist/molecules/FileProgress/CompactFileProgress.styles.js +23 -23
- package/dist/molecules/FileProgress/RegularFileProgress.js +1 -1
- package/dist/molecules/FileProgress/RegularFileProgress.styles.js +10 -10
- package/dist/molecules/FileUploadArea/FileUploadArea.js +6 -6
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +5 -5
- package/dist/molecules/InfoElement/CopyText.js +9 -9
- package/dist/molecules/InfoElement/InfoElement.js +1 -1
- package/dist/molecules/ListItem/ListItem.d.ts +4 -4
- package/dist/molecules/ListItem/ListItem.js +11 -7
- package/dist/molecules/ListItem/ListItem.utils.d.ts +3 -0
- package/dist/molecules/ListItem/ListItem.utils.js +1 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +11 -11
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +6 -6
- package/dist/molecules/RichTextDisplay/RichTextDisplay.js +1 -1
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +6 -6
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +4 -4
- package/dist/molecules/RichTextEditor/MenuBar/TextLinks.js +2 -2
- package/dist/molecules/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -1
- package/dist/molecules/RichTextEditor/index.js +1 -1
- package/dist/molecules/Select/Select.styles.d.ts +4 -4
- package/dist/molecules/Select/Select.styles.js +41 -36
- package/dist/molecules/SelectionControls/SelectionControls.styles.js +3 -3
- package/dist/molecules/Sieve/Sieve.styles.js +16 -16
- package/dist/molecules/Sieve/Sort.js +1 -1
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +9 -9
- package/dist/molecules/Stepper/Step.js +2 -2
- package/dist/molecules/Stepper/Stepper.js +2 -2
- package/dist/molecules/TextField/TextField.js +3 -3
- package/dist/organisms/DataGrid/DataGrid.js +1 -1
- package/dist/organisms/ErrorPage/Description.js +1 -1
- package/dist/organisms/ErrorPage/Details.js +6 -6
- package/dist/organisms/ErrorPage/ErrorPage.js +2 -2
- package/dist/organisms/ErrorPage/MissingAccesses.js +2 -2
- package/dist/organisms/ErrorPage/Title.js +1 -1
- package/dist/organisms/ErrorPage/collections/PageNotFound.js +1 -1
- package/dist/organisms/ErrorPage/collections/Unauthorized.js +2 -2
- package/dist/organisms/FieldSelector/ChangingField.js +6 -6
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +2 -2
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +4 -4
- package/dist/organisms/FullPageStatus/FullPageStatus.js +2 -2
- package/dist/organisms/SideBar/MenuItem.styles.d.ts +1 -1
- package/dist/organisms/SideBar/MenuItem.styles.js +3 -3
- package/dist/organisms/SideBar/SideBar.styles.js +3 -3
- package/dist/organisms/SideBar/ToggleOpen.styles.js +5 -5
- package/dist/organisms/TableOfContents/TableOfContents.constants.js +1 -1
- package/dist/organisms/TableOfContents/TableOfContents.styles.d.ts +12 -12
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +3 -3
- package/dist/organisms/Template/Template.js +10 -9
- package/dist/organisms/TopBar/Account/Account.styles.js +7 -7
- package/dist/organisms/TopBar/Actions.js +2 -2
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -1
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +5 -5
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +1 -1
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +1 -1
- package/dist/organisms/TopBar/Guidelines/Item.js +1 -1
- package/dist/organisms/TopBar/Guidelines/Section.js +1 -1
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +1 -1
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +2 -2
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -4
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +2 -2
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +12 -12
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.d.ts +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +4 -4
- package/dist/organisms/TopBar/Resources/ResourceMenuItem.js +2 -2
- package/dist/organisms/TopBar/Resources/Resources.js +4 -4
- package/dist/organisms/TopBar/Settings.d.ts +2 -15
- package/dist/organisms/TopBar/Settings.js +5 -5
- package/dist/organisms/TopBar/Settings.types.d.ts +28 -0
- package/dist/organisms/TopBar/TopBar.js +1 -1
- package/dist/organisms/TopBar/TopBar.styles.d.ts +1 -1
- package/dist/organisms/TopBar/TopBar.styles.js +13 -13
- package/dist/organisms/TopBar/TopBarMenu.js +3 -3
- package/dist/organisms/TopBar/TransferToAppDialog.js +2 -2
- package/dist/organisms/index.d.ts +1 -1
- package/dist/providers/AuthProvider/AuthProvider.js +1 -1
- package/dist/providers/AuthProvider/AuthProviderInner.js +1 -1
- package/dist/providers/ReleaseNotesProvider.js +1 -1
- package/dist/{atoms/utils/releaseNotes.d.ts → providers/ReleaseNotesProvider.utils.d.ts} +6 -2
- package/package.json +1 -1
- /package/dist/{atoms/utils/releaseNotes.js → providers/ReleaseNotesProvider.utils.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AmplifyKit as r}from"./custom-extensions/AmplifyKit.js";import{AmplifyBar as o}from"./MenuBar/MenuBar.js";import{EditorProvider as
|
|
1
|
+
import{AmplifyKit as r}from"./custom-extensions/AmplifyKit.js";import{AmplifyBar as o}from"./MenuBar/MenuBar.js";import{EditorProvider as t}from"./EditorProvider.js";import{EditorStyling as i,EditorContent as s}from"./RichTextEditor.styles.js";import"react/jsx-runtime";import"react";import"./RichTextEditor.types.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"../../atoms/types/Errors.js";import"../../organisms/ErrorPage/illustrations/GlitchAnimation.js";import"../../organisms/ErrorPage/illustrations/QuestioningAnimation.js";import"proj4";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../../organisms/TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import"../../atoms/style/colors.js";const e={Styling:i,Provider:t,Content:s,Bar:o,Kit:r};export{e as RichText};
|
|
@@ -47,7 +47,7 @@ declare const StyledMenuItem: import("styled-components/dist/types").IStyledComp
|
|
|
47
47
|
declare const MenuItemSpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, never>> & string;
|
|
48
48
|
declare const PlaceholderText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
49
49
|
as?: import("react").ElementType | undefined;
|
|
50
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "
|
|
50
|
+
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
51
51
|
declare const ValueText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<{
|
|
52
52
|
as?: import("react").ElementType | undefined;
|
|
53
53
|
} & {
|
|
@@ -59,7 +59,7 @@ declare const ValueText: import("styled-components/dist/types").IStyledComponent
|
|
|
59
59
|
color?: import("@equinor/eds-core-react/dist/types/components/Typography/Typography.tokens").ColorVariants | string;
|
|
60
60
|
token?: Partial<import("@equinor/eds-tokens").Typography>;
|
|
61
61
|
lines?: number;
|
|
62
|
-
} & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Omit<any, "
|
|
62
|
+
} & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & Omit<any, "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">, never> | import("styled-components").FastOmit<{
|
|
63
63
|
as?: import("react").ElementType | undefined;
|
|
64
64
|
} & {
|
|
65
65
|
variant?: import("@equinor/eds-core-react/dist/types/components/Typography/Typography.tokens").TypographyVariants;
|
|
@@ -70,10 +70,10 @@ declare const ValueText: import("styled-components/dist/types").IStyledComponent
|
|
|
70
70
|
color?: import("@equinor/eds-core-react/dist/types/components/Typography/Typography.tokens").ColorVariants | string;
|
|
71
71
|
token?: Partial<import("@equinor/eds-tokens").Typography>;
|
|
72
72
|
lines?: number;
|
|
73
|
-
} & import("react").HTMLAttributes<HTMLElement> & Omit<any, "
|
|
73
|
+
} & import("react").HTMLAttributes<HTMLElement> & Omit<any, "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">, never>, import("styled-components/dist/types").BaseObject>> & string;
|
|
74
74
|
declare const NoItemsFoundText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
75
75
|
as?: import("react").ElementType | undefined;
|
|
76
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "
|
|
76
|
+
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
77
77
|
declare const StyledMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
78
78
|
anchorEl?: HTMLElement | null;
|
|
79
79
|
open: boolean;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import{Button as
|
|
1
|
+
import{Button as r,Menu as e,Typography as t}from"@equinor/eds-core-react";export{Button}from"@equinor/eds-core-react";import{colors as a}from"../../atoms/style/colors.js";import{spacings as o}from"../../atoms/style/spacings.js";import{Chip as i}from"../Chip/Chip.js";import n from"styled-components";const s={warning:a.interactive.warning__resting.rgba,error:a.interactive.danger__resting.rgba,success:a.interactive.success__resting.rgba,dirty:a.dataviz.darkblue.darker},l=n.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
display: grid;
|
|
4
4
|
grid-template-columns: 1fr auto;
|
|
5
5
|
align-items: center;
|
|
6
6
|
padding: 6px 8px;
|
|
7
7
|
|
|
8
|
-
${({$variant:
|
|
8
|
+
${({$variant:r})=>r?`box-shadow: inset 0 -2px 0 0 ${s[r]}`:`box-shadow: inset 0 -1px 0 0 ${a.text.static_icons__tertiary.rgba}`};
|
|
9
9
|
|
|
10
|
-
${({$lightBackground:
|
|
10
|
+
${({$lightBackground:r})=>r?`background-color: ${a.ui.background__default.rgba}`:`background-color: ${a.ui.background__light.rgba}`};
|
|
11
11
|
|
|
12
12
|
&[aria-expanded='true'] {
|
|
13
|
-
box-shadow: inset 0 -2px 0 0 ${
|
|
13
|
+
box-shadow: inset 0 -2px 0 0 ${a.interactive.primary__resting.rgba};
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
${({$shouldShowTopMargin:
|
|
16
|
+
${({$shouldShowTopMargin:r})=>r&&"margin-top: 1rem;"};
|
|
17
17
|
|
|
18
18
|
> label {
|
|
19
19
|
left: 0;
|
|
@@ -28,7 +28,7 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
28
28
|
> svg:not([role='progressbar']) {
|
|
29
29
|
cursor: pointer;
|
|
30
30
|
&:hover {
|
|
31
|
-
background: ${
|
|
31
|
+
background: ${a.interactive.primary__hover_alt.rgba};
|
|
32
32
|
border-radius: 50%;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -38,20 +38,20 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
38
38
|
box-shadow: none;
|
|
39
39
|
> svg:not([role='progressbar']) {
|
|
40
40
|
cursor: not-allowed;
|
|
41
|
-
fill: ${
|
|
41
|
+
fill: ${a.interactive.disabled__text.rgba};
|
|
42
42
|
&:hover {
|
|
43
43
|
background: transparent;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
> label {
|
|
47
|
-
color: ${
|
|
47
|
+
color: ${a.interactive.disabled__text.rgba};
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
`,
|
|
50
|
+
`,c=n.section`
|
|
51
51
|
position: relative;
|
|
52
52
|
display: flex;
|
|
53
53
|
flex-wrap: wrap;
|
|
54
|
-
gap: ${
|
|
54
|
+
gap: ${o.x_small};
|
|
55
55
|
min-height: 24px;
|
|
56
56
|
input[type='search'] {
|
|
57
57
|
background: transparent;
|
|
@@ -59,7 +59,7 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
59
59
|
flex-grow: 1;
|
|
60
60
|
padding: 0;
|
|
61
61
|
font-family: 'Equinor', sans-serif;
|
|
62
|
-
color: ${
|
|
62
|
+
color: ${a.text.static_icons__default.rgba};
|
|
63
63
|
outline: none;
|
|
64
64
|
border: none;
|
|
65
65
|
}
|
|
@@ -74,14 +74,14 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
74
74
|
}
|
|
75
75
|
&:has(input:disabled) {
|
|
76
76
|
> p {
|
|
77
|
-
color: ${
|
|
77
|
+
color: ${a.interactive.disabled__text.rgba};
|
|
78
78
|
}
|
|
79
79
|
> .amplify-combo-box-chip {
|
|
80
80
|
cursor: not-allowed;
|
|
81
|
-
background: ${
|
|
82
|
-
color: ${
|
|
81
|
+
background: ${a.interactive.disabled__fill.rgba};
|
|
82
|
+
color: ${a.interactive.disabled__text.rgba};
|
|
83
83
|
> svg {
|
|
84
|
-
fill: ${
|
|
84
|
+
fill: ${a.interactive.disabled__text.rgba};
|
|
85
85
|
&:hover {
|
|
86
86
|
cursor: not-allowed;
|
|
87
87
|
background: none;
|
|
@@ -89,7 +89,7 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
|
-
`,
|
|
92
|
+
`,d=n(r)`
|
|
93
93
|
position: absolute;
|
|
94
94
|
top: 50%;
|
|
95
95
|
transform: translate(0, -50%);
|
|
@@ -97,54 +97,59 @@ import{Button as e,Menu as r,Typography as t}from"@equinor/eds-core-react";expor
|
|
|
97
97
|
width: 24px;
|
|
98
98
|
height: 24px;
|
|
99
99
|
svg {
|
|
100
|
-
fill: ${
|
|
100
|
+
fill: ${a.text.static_icons__secondary.rgba};
|
|
101
101
|
}
|
|
102
102
|
&:after {
|
|
103
103
|
width: 24px;
|
|
104
104
|
height: 24px;
|
|
105
105
|
left: 0;
|
|
106
106
|
}
|
|
107
|
-
`,
|
|
108
|
-
background: ${({$tryingToRemove:
|
|
109
|
-
`,
|
|
107
|
+
`,g=n(i)`
|
|
108
|
+
background: ${({$tryingToRemove:r,$lightBackground:e})=>r?a.interactive.primary__hover_alt.rgba:e?a.ui.background__light.rgba:a.ui.background__default.rgba} !important;
|
|
109
|
+
`,p=n(e.Item)`
|
|
110
110
|
flex-grow: 1;
|
|
111
111
|
border-radius: 2px;
|
|
112
|
-
${({$paddedLeft:
|
|
112
|
+
${({$paddedLeft:r})=>r&&"margin-left: 36px"};
|
|
113
113
|
padding-left: 10px;
|
|
114
114
|
|
|
115
115
|
&:focus {
|
|
116
116
|
outline: none;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
&:focus-visible {
|
|
120
|
+
background: ${a.interactive.primary__hover_alt.rgba};
|
|
121
|
+
}
|
|
122
|
+
|
|
119
123
|
/* Hide any background change on hover since we set focus on hover now */
|
|
120
124
|
&:hover {
|
|
125
|
+
background: ${a.interactive.primary__hover_alt.rgba};
|
|
121
126
|
background: transparent;
|
|
122
127
|
}
|
|
123
128
|
|
|
124
129
|
&:focus-visible {
|
|
125
|
-
background: ${
|
|
130
|
+
background: ${a.interactive.primary__hover_alt.rgba};
|
|
126
131
|
}
|
|
127
|
-
`,
|
|
128
|
-
height: calc(100% + ${
|
|
132
|
+
`,b=n.hr`
|
|
133
|
+
height: calc(100% + ${o.medium} * 2);
|
|
129
134
|
justify-self: center;
|
|
130
|
-
width: ${
|
|
131
|
-
`,
|
|
135
|
+
width: ${o.x_large};
|
|
136
|
+
`,u=n(t)`
|
|
132
137
|
position: absolute;
|
|
133
|
-
color: ${
|
|
138
|
+
color: ${a.text.static_icons__tertiary.rgba};
|
|
134
139
|
top: calc(50%);
|
|
135
140
|
transform: translate(0, -50%);
|
|
136
|
-
`,
|
|
137
|
-
color: ${
|
|
138
|
-
`,
|
|
139
|
-
margin-left: ${
|
|
140
|
-
`,
|
|
141
|
+
`,_=n(u)`
|
|
142
|
+
color: ${a.text.static_icons__default.rgba};
|
|
143
|
+
`,h=n(t)`
|
|
144
|
+
margin-left: ${o.medium};
|
|
145
|
+
`,m=n(e)`
|
|
141
146
|
max-height: 20rem;
|
|
142
147
|
overflow: auto;
|
|
143
|
-
|
|
148
|
+
`,v=n.div`
|
|
144
149
|
display: flex;
|
|
145
150
|
align-items: center;
|
|
146
|
-
padding: 0 ${
|
|
147
|
-
`,
|
|
151
|
+
padding: 0 ${o.small};
|
|
152
|
+
`,x=n(r)`
|
|
148
153
|
width: 36px;
|
|
149
154
|
height: 36px;
|
|
150
|
-
`;export{
|
|
155
|
+
`;export{d as ClearButton,l as Container,b as MenuItemSpacer,v as MenuItemWrapper,h as NoItemsFoundText,u as PlaceholderText,c as Section,x as SmallButton,g as StyledChip,m as StyledMenu,p as StyledMenuItem,s as VARIANT_COLORS,_ as ValueText};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import{tokens as t}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{animation as a}from"../../atoms/style/animation.js";import{spacings as e}from"../../atoms/style/spacings.js";import i,{css as r}from"styled-components";const{colors:s,shape:
|
|
1
|
+
import{tokens as t}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{animation as a}from"../../atoms/style/animation.js";import"../../atoms/style/colors.js";import{spacings as e}from"../../atoms/style/spacings.js";import i,{css as r}from"styled-components";const{colors:s,shape:o}=t,n=i.span`
|
|
2
2
|
> label {
|
|
3
3
|
padding: 0 ${e.large} 0 ${e.small};
|
|
4
|
-
border-radius: ${
|
|
4
|
+
border-radius: ${o.button.borderRadius};
|
|
5
5
|
transition: background ${a.transitionMS};
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -63,4 +63,4 @@ import{tokens as t}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/ind
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
`}}
|
|
66
|
-
`;export{
|
|
66
|
+
`;export{n as Wrapper};
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import{Chip as o,Search as
|
|
1
|
+
import{Chip as o,Search as t,Menu as i}from"@equinor/eds-core-react";import{colors as e}from"../../atoms/style/colors.js";import{spacings as a}from"../../atoms/style/spacings.js";import r from"styled-components";const n=r.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
|
-
gap: ${
|
|
5
|
-
`,
|
|
4
|
+
gap: ${a.medium};
|
|
5
|
+
`,s=r.div`
|
|
6
6
|
display: flex;
|
|
7
|
-
gap: ${
|
|
7
|
+
gap: ${a.medium};
|
|
8
8
|
align-items: center;
|
|
9
|
-
`,
|
|
10
|
-
color: ${
|
|
11
|
-
background: ${
|
|
12
|
-
border: 1px solid ${
|
|
9
|
+
`,d=r(o)`
|
|
10
|
+
color: ${e.text.static_icons__default.rgba};
|
|
11
|
+
background: ${e.ui.background__light.rgba};
|
|
12
|
+
border: 1px solid ${e.ui.background__medium.rgba};
|
|
13
13
|
line-height: normal;
|
|
14
14
|
transition: background 0.15s ease-in;
|
|
15
15
|
|
|
16
16
|
svg {
|
|
17
17
|
z-index: auto;
|
|
18
|
-
fill: ${
|
|
18
|
+
fill: ${e.text.static_icons__default.rgba};
|
|
19
19
|
}
|
|
20
|
-
`,c=
|
|
20
|
+
`,c=r(t)`
|
|
21
21
|
> div {
|
|
22
22
|
box-shadow: none;
|
|
23
23
|
outline: none !important;
|
|
24
|
-
background: ${
|
|
24
|
+
background: ${e.ui.background__default.rgba};
|
|
25
25
|
> input {
|
|
26
|
-
color: ${
|
|
26
|
+
color: ${e.text.static_icons__default.rgba};
|
|
27
27
|
}
|
|
28
28
|
> input:focus {
|
|
29
|
-
box-shadow: inset 0px -2px 0px 0px ${
|
|
29
|
+
box-shadow: inset 0px -2px 0px 0px ${e.interactive.primary__resting.rgba};
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
`,l=
|
|
32
|
+
`,l=r(i.Item)`
|
|
33
33
|
outline: none !important;
|
|
34
34
|
> div {
|
|
35
35
|
grid-template-columns: 1fr auto;
|
|
36
36
|
}
|
|
37
|
-
`,
|
|
37
|
+
`,u=r(o)`
|
|
38
38
|
background: none;
|
|
39
|
-
`;export{
|
|
39
|
+
`;export{u as Chip,s as Container,d as FilterChip,l as MenuItem,c as Search,n as Wrapper};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as e,Fragment as
|
|
1
|
+
import{jsxs as e,Fragment as t,jsx as r}from"react/jsx-runtime";import{useRef as o,useState as i}from"react";import{Icon as l,Menu as n}from"@equinor/eds-core-react";import{sort as c,radio_button_selected as a,radio_button_unselected as s}from"@equinor/eds-icons";import{colors as m}from"../../atoms/style/colors.js";import{Chip as p,MenuItem as d}from"./Sieve.styles.js";const u=({options:u,selectedOption:f,setSelectedOption:h})=>{const b=o(null),[v,y]=i(!1);return 0===u.length?null:e(t,{children:[e(p,{ref:b,onClick:()=>{y(!v)},children:["Sort by ",r(l,{data:c})]}),v&&r(n,{open:!0,anchorEl:b.current,onClose:()=>{y(!1)},placement:"bottom-start",children:r(n.Section,{title:"Sort by",children:u.map((t=>e(d,{onClick:()=>(e=>{h(e)})(t),children:[t.label,r(l,{data:f?.value===t.value?a:s,color:m.interactive.primary__resting.rgba})]},`sort-item-${t.value}`)))})})]})};export{u as default};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import{jsxs as
|
|
1
|
+
import{jsxs as o,jsx as e}from"react/jsx-runtime";import{useState as n}from"react";import{Chip as t,Button as i,Menu as a,Icon as r,Typography as d}from"@equinor/eds-core-react";import{filter_list as l}from"@equinor/eds-icons";import{tokens as s}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../atoms/style/colors.js";import{spacings as c}from"../../atoms/style/spacings.js";import m from"styled-components";const{colors:u}=s,p=m.div`
|
|
2
2
|
margin-left: auto;
|
|
3
3
|
display: flex;
|
|
4
4
|
align-items: center;
|
|
5
5
|
gap: 25px;
|
|
6
|
-
`,g=
|
|
7
|
-
background: ${
|
|
8
|
-
`,f=
|
|
6
|
+
`,g=m(t)`
|
|
7
|
+
background: ${o=>o.$backgroundColor};
|
|
8
|
+
`,f=m(i)`
|
|
9
9
|
justify-self: flex-end;
|
|
10
|
-
`,h=
|
|
10
|
+
`,h=m(a)`
|
|
11
11
|
overflow-y: auto;
|
|
12
|
-
`,v=
|
|
12
|
+
`,v=m.div`
|
|
13
13
|
padding: ${c.medium};
|
|
14
14
|
padding-left: ${c.large};
|
|
15
|
-
`,b=
|
|
15
|
+
`,b=m(a.Item)`
|
|
16
16
|
&:focus {
|
|
17
17
|
outline: none;
|
|
18
|
-
background: ${
|
|
18
|
+
background: ${u.ui.background__light.rgba};
|
|
19
19
|
}
|
|
20
|
-
`,C=({onChange:
|
|
20
|
+
`,C=({onChange:t,customIcon:i,menuTitle:a,data:s,showChip:c=!1,chipColor:m=u.ui.background__default.rgba})=>{const[C,k]=n(!1),[y,_]=n(null),[x,$]=n(),j=()=>k(!1);return o(p,{children:[c&&x&&e(g,{"data-testid":"chip",onDelete:()=>{j(),t(void 0),$(void 0)},variant:"default",$backgroundColor:m,children:x}),e(f,{"data-testid":"menuButton",variant:"ghost_icon",onClick:o=>(o=>{const e=o.target;_(e),k(!C)})(o),children:e(r,{data:i??l})}),o(h,{open:C,anchorEl:y,onClose:j,placement:"bottom-end","data-testid":"menuContainer",children:[e(v,{children:e(d,{group:"navigation",variant:"label",children:a})}),s.map(((o,n)=>e(b,{onClick:()=>{return e=o,k(!1),void(x===e?($(void 0),t(void 0)):($(e),t(e)));var e},disabled:x===o&&c,active:x===o&&!c,children:e(d,{group:"navigation",variant:"menu_title",as:"span",children:o})},o+n)))]})]})};C.displayName="SingleFilterMenu";export{C as SingleFilterMenu};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useState as t,useMemo as i}from"react";import{Typography as n,Icon as
|
|
1
|
+
import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useState as t,useMemo as i}from"react";import{Typography as n,Icon as o}from"@equinor/eds-core-react";import{check as a}from"@equinor/eds-icons";import{tokens as s}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../atoms/style/colors.js";import{spacings as l}from"../../atoms/style/spacings.js";import d from"styled-components";const{colors:c,shape:p}=s,m=d.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
gap: ${l.small};
|
|
4
4
|
align-items: center;
|
|
@@ -22,4 +22,4 @@ import{jsx as e,jsxs as r}from"react/jsx-runtime";import{useState as t,useMemo a
|
|
|
22
22
|
> svg {
|
|
23
23
|
transform: scale(0.9);
|
|
24
24
|
}
|
|
25
|
-
`,_=({currentIndex:s,setCurrentIndex:l,index:d,onlyShowCurrentStepLabel:p=!1,children:_})=>{const[b,g]=t(null),h=i((()=>e(u,d>=s?{$filled:d===s,children:e(n,{variant:"caption",children:d+1})}:{$outlined:!0,"data-testid":"wrapper",children:e(
|
|
25
|
+
`,_=({currentIndex:s,setCurrentIndex:l,index:d,onlyShowCurrentStepLabel:p=!1,children:_})=>{const[b,g]=t(null),h=i((()=>e(u,d>=s?{$filled:d===s,children:e(n,{variant:"caption",children:d+1})}:{$outlined:!0,"data-testid":"wrapper",children:e(o,{data:a,color:c.interactive.primary__resting.rgba})})),[d,s]),x=i((()=>d<s?"body_short":"body_short_bold"),[s,d]),f=i((()=>d>s?c.interactive.disabled__text.rgba:c.text.static_icons__default.rgba),[s,d]);return r(m,{"data-testid":"step",ref:e=>{null===b&&null!==e&&g(e)},style:null===b||p?void 0:{width:`calc(${b.clientWidth}px)`},$clickable:d<s,onClick:()=>{d<s&&l(d)},children:[h,(!p||s===d)&&e(n,{variant:x,color:f,children:_})]})};export{_ as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as t}from"react/jsx-runtime";import{useMemo as e}from"react";import{spacings as r}from"../../atoms/style/spacings.js";import
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{useMemo as e}from"react";import"../../atoms/style/colors.js";import{spacings as r}from"../../atoms/style/spacings.js";import o from"./Step.js";import n from"./StepLine.js";import s from"styled-components";const i=s.div`
|
|
2
2
|
display: grid;
|
|
3
3
|
grid-template-columns:
|
|
4
4
|
repeat(${({$stepAmount:t})=>t-1}, auto 1fr)
|
|
@@ -7,4 +7,4 @@ import{jsx as t}from"react/jsx-runtime";import{useMemo as e}from"react";import{s
|
|
|
7
7
|
align-items: center;
|
|
8
8
|
width: 100%;
|
|
9
9
|
${({$maxWidth:t})=>t&&`max-width: ${t}`}
|
|
10
|
-
`,
|
|
10
|
+
`,m=({current:r,setCurrent:s,steps:m,onlyShowCurrentStepLabel:p=!1,maxWidth:a})=>{const d=e((()=>{const e=[];return m.forEach(((i,a)=>{e.push(t(o,{index:a,currentIndex:r,setCurrentIndex:s,onlyShowCurrentStepLabel:p,children:i},`step-${a}`)),a!==m.length-1&&e.push(t(n,{done:r>a},`step-line-${a}`))})),e}),[r,p,s,m]);return t(i,{$stepAmount:m.length,$maxWidth:a,"data-testid":"stepper-container",children:d})};export{m as Stepper};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{jsx as t}from"react/jsx-runtime";import{TextField as n}from"@equinor/eds-core-react";import{
|
|
2
|
-
${t=>t.variant?`\n input, textarea {\n color: ${
|
|
3
|
-
`,
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{TextField as n}from"@equinor/eds-core-react";import{colors as o}from"../../atoms/style/colors.js";import r from"styled-components";const e=r(n)`
|
|
2
|
+
${t=>t.variant?`\n input, textarea {\n color: ${o.text.static_icons__default.rgba}\n }\n `:`\n input, textarea {\n color: ${o.text.static_icons__default.rgba}\n }\n div:focus-within {\n outline: none !important;\n input, textarea{\n box-shadow: inset 0 -2px 0 0 ${o.interactive.primary__resting.rgba};\n }\n }\n `}
|
|
3
|
+
`,i=n=>t(e,{...n});export{i as TextField};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as r}from"react/jsx-runtime";import{EdsDataGrid as t}from"@equinor/eds-data-grid-react";import{tokens as o}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import e from"styled-components";import"react";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"../../atoms/
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{EdsDataGrid as t}from"@equinor/eds-data-grid-react";import{tokens as o}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import e from"styled-components";import"react";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"../../atoms/types/Errors.js";import"../ErrorPage/illustrations/GlitchAnimation.js";import"../ErrorPage/illustrations/QuestioningAnimation.js";import"proj4";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import*as i from"../../atoms/style/index.js";const{colors:s}=o,{spacings:a}=i,n=e.div`
|
|
2
2
|
table,
|
|
3
3
|
thead,
|
|
4
4
|
th {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{forwardRef as o}from"react";import"../../molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../../molecules/ApplicationIcon/ApplicationIcon.js";import"../../molecules/Badge/Badge.styles.js";import"../../molecules/Chip/Chip.js";import"../../molecules/ContentMenu/ContentMenu.js";import"../../molecules/EquinorLogo/EquinorLogo.js";import{Typography as t}from"@equinor/eds-core-react";import"@equinor/eds-icons";import"../../
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{forwardRef as o}from"react";import"../../molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../../molecules/ApplicationIcon/ApplicationIcon.js";import"../../molecules/Badge/Badge.styles.js";import"../../molecules/Chip/Chip.js";import"../../molecules/ContentMenu/ContentMenu.js";import"../../molecules/EquinorLogo/EquinorLogo.js";import{Typography as t}from"@equinor/eds-core-react";import"@equinor/eds-icons";import"../../atoms/style/colors.js";import"../../molecules/FileProgress/CompactFileProgress.styles.js";import"../../atoms/types/Errors.js";import"./illustrations/GlitchAnimation.js";import"./illustrations/QuestioningAnimation.js";import"proj4";import"../../molecules/RichTextEditor/RichTextEditor.types.js";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"../../molecules/FileProgress/RegularFileProgress.styles.js";import"../../molecules/FileUploadArea/FileUploadArea.js";import"../../molecules/FullPageSpinner/FullPageSpinner.js";import"../../molecules/InfoElement/InfoElement.js";import"../../molecules/OptionalTooltip/OptionalTooltip.js";import"../../molecules/ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../molecules/RichTextEditor/MenuBar/MenuBar.js";import"../../molecules/RichTextEditor/RichTextEditor.styles.js";import"../../node_modules/lodash/lodash.js";import"@equinor/subsurface-app-management";import"@tanstack/react-query";import"@microsoft/signalr";import"../../atoms/types/Environment.js";import"../TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/TutorialStepsProvider.js";import"../../molecules/RichTextEditor/MenuBar/MenuBar.styles.js";import"../../molecules/RichTextEditor/MenuBar/MenuButton.js";import"../../molecules/Search/Search.js";import"react-router-dom";import"../../molecules/Sieve/Sieve.styles.js";import"../../molecules/SingleFilterMenu/SingleFilterMenu.js";import"../../molecules/Skeleton/SkeletonBase/SkeletonBase.js";import"../../molecules/Stepper/Stepper.js";import"../../molecules/OptionDrawer/OptionDrawer.js";import"../../molecules/Select/Select.styles.js";import"../../molecules/ListItem/ListItem.js";import"../../molecules/SelectionControls/Checkbox/Checkbox.js";import"../../molecules/SelectionControls/Radio/Radio.js";import"../../molecules/SelectionControls/Switch/Switch.js";const r=o((({text:o="Try again later or use our feedback form if the problem persists."},r)=>e("div",{ref:r,children:e(t,{variant:"h4","data-testid":"description",children:o})})));r.displayName="ErrorPage.Description";export{r as Description};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{forwardRef as i,useState as r}from"react";import{Typography as o,Button as a,Icon as
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{forwardRef as i,useState as r}from"react";import{Typography as o,Button as a,Icon as s}from"@equinor/eds-core-react";import{chevron_up as n,chevron_down as d}from"@equinor/eds-icons";import{tokens as l}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../atoms/style/colors.js";import{spacings as c}from"../../atoms/style/spacings.js";import m from"styled-components";const{colors:p}=l,g=m.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
width: 400px;
|
|
5
5
|
> div:first-child {
|
|
6
|
-
border-bottom: ${t=>!t.open&&`1px solid ${
|
|
6
|
+
border-bottom: ${t=>!t.open&&`1px solid ${p.ui.background__medium.rgba}`};
|
|
7
7
|
> p {
|
|
8
|
-
color: ${t=>t.open?
|
|
8
|
+
color: ${t=>t.open?p.interactive.primary__resting.rgba:p.text.static_icons__default.rgba};
|
|
9
9
|
}
|
|
10
10
|
> button > span > svg {
|
|
11
|
-
fill: ${t=>t.open?
|
|
11
|
+
fill: ${t=>t.open?p.interactive.primary__resting.rgba:p.text.static_icons__default.rgba};
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
> p {
|
|
15
15
|
padding: 0 ${c.large};
|
|
16
16
|
text-align: justify;
|
|
17
17
|
}
|
|
18
|
-
`,f=
|
|
18
|
+
`,f=m.div`
|
|
19
19
|
display: flex;
|
|
20
20
|
justify-content: space-between;
|
|
21
21
|
align-items: center;
|
|
22
22
|
padding-left: ${c.medium};
|
|
23
|
-
`,u=i((({text:i},l)=>{const[c,
|
|
23
|
+
`,u=i((({text:i},l)=>{const[c,m]=r(!1);return t(g,{ref:l,open:c,children:[t(f,{children:[e(o,{children:"More details"}),e(a,{variant:"ghost_icon",onClick:()=>m(!c),"data-testid":"show-details",children:e(s,{data:c?n:d})})]}),c&&e(o,{group:"paragraph",variant:"body_long","data-testid":"details-text",children:i})]})}));u.displayName="ErrorPage.Details";export{u as Details};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as
|
|
1
|
+
import{jsxs as t,jsx as i}from"react/jsx-runtime";import{forwardRef as r}from"react";import{GlitchAnimation as e}from"./illustrations/GlitchAnimation.js";import"../../atoms/style/colors.js";import{spacings as o}from"../../atoms/style/spacings.js";import m from"styled-components";const s=m.div`
|
|
2
2
|
position: relative;
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
@@ -11,4 +11,4 @@ import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as e}from"re
|
|
|
11
11
|
white-space: pre-line;
|
|
12
12
|
}
|
|
13
13
|
width: 500px;
|
|
14
|
-
`,
|
|
14
|
+
`,l=r((({children:r,illustration:o=i(e,{})},m)=>t(s,{ref:m,children:[o,r]})));l.displayName="ErrorPage";export{l as ErrorPage};
|