@equinor/amplify-component-lib 0.0.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/LICENSE.md +7 -0
- package/README.md +66 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +1 -0
- package/dist/esm/_virtual/lodash.js +1 -0
- package/dist/esm/api/core/ApiError.js +1 -0
- package/dist/esm/api/core/CancelablePromise.js +1 -0
- package/dist/esm/api/core/OpenAPI.js +1 -0
- package/dist/esm/api/core/request.js +1 -0
- package/dist/esm/api/models/ServiceNowUrgency.js +1 -0
- package/dist/esm/api/models/TutorialPosition.js +1 -0
- package/dist/esm/api/services/PortalService.js +1 -0
- package/dist/esm/api/services/ReleaseNotesService.js +1 -0
- package/dist/esm/api/services/TutorialService.js +1 -0
- package/dist/esm/components/DataDisplay/Badge/Badge.js +1 -0
- package/dist/esm/components/DataDisplay/Badge/Badge.styles.js +17 -0
- package/dist/esm/components/DataDisplay/Chip/Chip.js +1 -0
- package/dist/esm/components/DataDisplay/Chip/Chip.styles.js +72 -0
- package/dist/esm/components/DataDisplay/Chip/InteractiveChip.js +1 -0
- package/dist/esm/components/DataDisplay/Chip/ReadOnlyChip.js +1 -0
- package/dist/esm/components/DataDisplay/DataCard.js +27 -0
- package/dist/esm/components/DataDisplay/HeaderDrawer.js +21 -0
- package/dist/esm/components/DataDisplay/InfoElement/CopyText.js +41 -0
- package/dist/esm/components/DataDisplay/InfoElement/InfoElement.js +1 -0
- package/dist/esm/components/DataDisplay/OptionalTooltip.js +4 -0
- package/dist/esm/components/DataDisplay/ProfileAvatar.js +21 -0
- package/dist/esm/components/DataDisplay/RichTextDisplay.js +1 -0
- package/dist/esm/components/DataDisplay/Table/Table.js +35 -0
- package/dist/esm/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.js +14 -0
- package/dist/esm/components/DataDisplay/Tutorial/Tutorial.js +1 -0
- package/dist/esm/components/DataDisplay/Tutorial/TutorialStart.js +39 -0
- package/dist/esm/components/DataDisplay/Tutorial/TutorialSteps.js +50 -0
- package/dist/esm/components/DataDisplay/Workflow/StatusChip.js +25 -0
- package/dist/esm/components/DataDisplay/Workflow/WorkflowDescription.js +24 -0
- package/dist/esm/components/DataDisplay/Workflow/WorkflowStatusBar.js +33 -0
- package/dist/esm/components/Feature/Feature.js +1 -0
- package/dist/esm/components/Feedback/AnimatedCheckmark.js +24 -0
- package/dist/esm/components/Feedback/ConfirmationPopup.js +22 -0
- package/dist/esm/components/Feedback/ErrorPage/Action.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/Description.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/Details.js +23 -0
- package/dist/esm/components/Feedback/ErrorPage/ErrorPage.js +14 -0
- package/dist/esm/components/Feedback/ErrorPage/MissingAccesses.js +11 -0
- package/dist/esm/components/Feedback/ErrorPage/Title.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/illustrations/GlitchAnimation.js +18 -0
- package/dist/esm/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.js +18 -0
- package/dist/esm/components/Feedback/ErrorPage/index.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.styles.js +86 -0
- package/dist/esm/components/Feedback/FileProgress/FileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/FileProgress.utils.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.styles.js +32 -0
- package/dist/esm/components/Feedback/FullPageSpinner.js +18 -0
- package/dist/esm/components/Feedback/FullPageStatus.js +18 -0
- package/dist/esm/components/Feedback/PageNotFound.js +1 -0
- package/dist/esm/components/Feedback/Skeleton/Skeleton.styles.js +1 -0
- package/dist/esm/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.js +28 -0
- package/dist/esm/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.js +1 -0
- package/dist/esm/components/Feedback/Stepper/Step.js +25 -0
- package/dist/esm/components/Feedback/Stepper/StepLine.js +7 -0
- package/dist/esm/components/Feedback/Stepper/Stepper.js +10 -0
- package/dist/esm/components/Feedback/Unauthorized.js +4 -0
- package/dist/esm/components/Icons/AmplifyIcons.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Acquire.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.constants.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconBase.js +39 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconCollection.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Bravos.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Dasha.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Fallback.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/FourDInsight.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/InPress.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/LoggingQualification.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Orca.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Portal.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Premo.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Pwex.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Recap.js +1 -0
- package/dist/esm/components/Icons/EquinorLogo.js +1 -0
- package/dist/esm/components/Icons/Fallback.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/FeedBackIcon.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/NegativeFilled.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/NegativeOutlined.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/PositiveFilled.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/PositiveOutlined.js +1 -0
- package/dist/esm/components/Inputs/CommentField/CommentField.js +40 -0
- package/dist/esm/components/Inputs/CommentField/NewCommentField.js +45 -0
- package/dist/esm/components/Inputs/ContentMenu.js +52 -0
- package/dist/esm/components/Inputs/EditableField.js +20 -0
- package/dist/esm/components/Inputs/ExpandingIconButton/ExpandingIconButton.js +24 -0
- package/dist/esm/components/Inputs/FileUploadArea.js +32 -0
- package/dist/esm/components/Inputs/IconToggleButton.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/AddImage.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/Links.js +6 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.js +13 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.js +14 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuButton.js +28 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TableBar.js +6 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TextColor.js +45 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.styles.js +139 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.types.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.js +1 -0
- package/dist/esm/components/Inputs/Search/Search.js +13 -0
- package/dist/esm/components/Inputs/Select/ComboBox/ComboBox.js +1 -0
- package/dist/esm/components/Inputs/Select/GroupedSelectMenu.js +1 -0
- package/dist/esm/components/Inputs/Select/Select.js +1 -0
- package/dist/esm/components/Inputs/Select/Select.styles.js +149 -0
- package/dist/esm/components/Inputs/Select/Select.utils.js +1 -0
- package/dist/esm/components/Inputs/Select/SelectMenu.js +1 -0
- package/dist/esm/components/Inputs/Select/SelectMenuItem.js +1 -0
- package/dist/esm/components/Inputs/Select/SingleSelect/SingleSelect.js +1 -0
- package/dist/esm/components/Inputs/SelectDrawer/MultiSelectDrawer.js +28 -0
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.js +1 -0
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.styles.js +37 -0
- package/dist/esm/components/Inputs/SelectDrawer/SingleSelectDrawer.js +25 -0
- package/dist/esm/components/Inputs/Sieve/Filter.js +1 -0
- package/dist/esm/components/Inputs/Sieve/Sieve.js +1 -0
- package/dist/esm/components/Inputs/Sieve/Sieve.styles.js +39 -0
- package/dist/esm/components/Inputs/Sieve/Sort.js +1 -0
- package/dist/esm/components/Inputs/SingleFilterMenu.js +20 -0
- package/dist/esm/components/Inputs/TextField/TextField.js +3 -0
- package/dist/esm/components/Navigation/PageWithTitle.js +1 -0
- package/dist/esm/components/Navigation/SelectField/ChangingField.js +24 -0
- package/dist/esm/components/Navigation/SelectField/SelectField.js +15 -0
- package/dist/esm/components/Navigation/SelectField/SelectorCard/SelectorCard.js +70 -0
- package/dist/esm/components/Navigation/SelectField/SelectorCard/Skeleton.js +24 -0
- package/dist/esm/components/Navigation/SideBar/CreateItem.js +1 -0
- package/dist/esm/components/Navigation/SideBar/CreateItem.styles.js +23 -0
- package/dist/esm/components/Navigation/SideBar/MenuItem.js +1 -0
- package/dist/esm/components/Navigation/SideBar/MenuItem.styles.js +38 -0
- package/dist/esm/components/Navigation/SideBar/SideBar.js +1 -0
- package/dist/esm/components/Navigation/SideBar/SideBar.styles.js +32 -0
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.js +1 -0
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.styles.js +21 -0
- package/dist/esm/components/Navigation/SideBar/index.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.constants.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.styles.js +165 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContentsItem.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Account/Account.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Account/Account.styles.js +36 -0
- package/dist/esm/components/Navigation/TopBar/Actions.js +6 -0
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -0
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +73 -0
- package/dist/esm/components/Navigation/TopBar/FieldSelector.js +69 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Colorbox.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Guidelines.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Item.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Section.js +19 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/index.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/FilterOptions.js +36 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationProvider.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/Notifications.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsInner.js +8 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +14 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +53 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.const.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.js +41 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.js +3 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.js +79 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.js +3 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +20 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.js +42 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +43 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +23 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +42 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.js +69 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +16 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.js +28 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ResourceMenuItem.js +20 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Resources.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Resources/TransferToAppDialog.js +33 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.js +15 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.js +12 -0
- package/dist/esm/components/Navigation/TopBar/Settings.js +25 -0
- package/dist/esm/components/Navigation/TopBar/TopBar.js +1 -0
- package/dist/esm/components/Navigation/TopBar/TopBar.styles.js +65 -0
- package/dist/esm/components/Navigation/TopBar/TopBarMenu.js +7 -0
- package/dist/esm/components/Navigation/TopBar/index.js +1 -0
- package/dist/esm/components/Template/Template.js +62 -0
- package/dist/esm/components/Visuals/Waves/VisualWaves.js +48 -0
- package/dist/esm/components/Visuals/Waves/WaveShapeWithNoise.js +1 -0
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/constants/colors.js +1 -0
- package/dist/esm/constants/index.js +1 -0
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/useDebounce.js +1 -0
- package/dist/esm/hooks/useFakeProgress.js +1 -0
- package/dist/esm/hooks/useFeatureToggling.js +1 -0
- package/dist/esm/hooks/useLocalStorage.js +1 -0
- package/dist/esm/hooks/useOnScreen.js +1 -0
- package/dist/esm/hooks/usePrevious.js +1 -0
- package/dist/esm/hooks/useReleaseNotesQuery.js +1 -0
- package/dist/esm/hooks/useSelect.js +1 -0
- package/dist/esm/hooks/useSignalRMessages.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/clickbounds.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/colors.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/elevation.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/index.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/interactions.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/shape.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/spacings.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/typography.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +1 -0
- package/dist/esm/node_modules/highlight.js/styles/base16/solarized-dark.css +163 -0
- package/dist/esm/node_modules/lodash/lodash.js +9 -0
- package/dist/esm/node_modules/prosemirror-model/dist/index.js +1 -0
- package/dist/esm/node_modules/prosemirror-state/dist/index.js +1 -0
- package/dist/esm/node_modules/prosemirror-transform/dist/index.js +1 -0
- package/dist/esm/providers/AuthProvider/AuthProvider.js +1 -0
- package/dist/esm/providers/AuthProvider/AuthProviderInner.js +1 -0
- package/dist/esm/providers/FeatureToggleProvider.js +1 -0
- package/dist/esm/providers/ReleaseNotesProvider.js +1 -0
- package/dist/esm/providers/SideBarProvider.js +1 -0
- package/dist/esm/providers/SnackbarProvider.js +1 -0
- package/dist/esm/providers/TableOfContentsProvider.js +1 -0
- package/dist/esm/providers/TableOfContentsProvider.utils.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialDialog.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.const.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.hooks.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.styles.js +67 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.utils.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProviderInner.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialStepIndicator.js +25 -0
- package/dist/esm/providers/TutorialStepsProvider.js +1 -0
- package/dist/esm/providers/index.js +1 -0
- package/dist/esm/style/darkTokens.js +1 -0
- package/dist/esm/style/index.js +1 -0
- package/dist/esm/style/spacingTokens.js +1 -0
- package/dist/esm/style/spacings.js +1 -0
- package/dist/esm/types/Environment.js +1 -0
- package/dist/esm/types/Errors.js +1 -0
- package/dist/esm/utils/auth_environment.js +1 -0
- package/dist/esm/utils/coordinate.js +1 -0
- package/dist/esm/utils/date.js +1 -0
- package/dist/esm/utils/errors.js +1 -0
- package/dist/esm/utils/export.js +1 -0
- package/dist/esm/utils/favicon.js +1 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/map.js +1 -0
- package/dist/esm/utils/releaseNotes.js +1 -0
- package/dist/esm/utils/size.js +1 -0
- package/dist/esm/utils/sort.js +1 -0
- package/dist/esm/utils/string.js +1 -0
- package/dist/esm/utils/url.js +1 -0
- package/dist/types/api/core/ApiError.d.ts +10 -0
- package/dist/types/api/core/ApiRequestOptions.d.ts +13 -0
- package/dist/types/api/core/ApiResult.d.ts +7 -0
- package/dist/types/api/core/CancelablePromise.d.ts +26 -0
- package/dist/types/api/core/OpenAPI.d.ts +32 -0
- package/dist/types/api/core/request.d.ts +13 -0
- package/dist/types/api/index.d.ts +15 -0
- package/dist/types/api/models/AccessRole.d.ts +4 -0
- package/dist/types/api/models/Applications.d.ts +17 -0
- package/dist/types/api/models/CustomTutorialStep.d.ts +4 -0
- package/dist/types/api/models/Feature.d.ts +8 -0
- package/dist/types/api/models/FeatureToggleDto.d.ts +5 -0
- package/dist/types/api/models/GenericTutorialStep.d.ts +7 -0
- package/dist/types/api/models/GraphUser.d.ts +6 -0
- package/dist/types/api/models/ReleaseNote.d.ts +9 -0
- package/dist/types/api/models/ReleaseNotePatch.d.ts +8 -0
- package/dist/types/api/models/ServiceNowIncidentAttachmentResponse.d.ts +7 -0
- package/dist/types/api/models/ServiceNowIncidentResponse.d.ts +13 -0
- package/dist/types/api/models/ServiceNowUrgency.d.ts +5 -0
- package/dist/types/api/models/Tutorial.d.ts +13 -0
- package/dist/types/api/models/TutorialPosition.d.ts +7 -0
- package/dist/types/api/models/TutorialStepBase.d.ts +4 -0
- package/dist/types/api/services/PortalService.d.ts +35 -0
- package/dist/types/api/services/ReleaseNotesService.d.ts +28 -0
- package/dist/types/api/services/TutorialService.d.ts +12 -0
- package/dist/types/components/DataDisplay/Badge/Badge.d.ts +7 -0
- package/dist/types/components/DataDisplay/Badge/Badge.styles.d.ts +6 -0
- package/dist/types/components/DataDisplay/Chip/Chip.d.ts +14 -0
- package/dist/types/components/DataDisplay/Chip/Chip.styles.d.ts +4 -0
- package/dist/types/components/DataDisplay/Chip/InteractiveChip.d.ts +4 -0
- package/dist/types/components/DataDisplay/Chip/ReadOnlyChip.d.ts +4 -0
- package/dist/types/components/DataDisplay/DataCard.d.ts +18 -0
- package/dist/types/components/DataDisplay/HeaderDrawer.d.ts +11 -0
- package/dist/types/components/DataDisplay/InfoElement/CopyText.d.ts +10 -0
- package/dist/types/components/DataDisplay/InfoElement/InfoElement.d.ts +9 -0
- package/dist/types/components/DataDisplay/OptionalTooltip.d.ts +9 -0
- package/dist/types/components/DataDisplay/ProfileAvatar.d.ts +9 -0
- package/dist/types/components/DataDisplay/RichTextDisplay.d.ts +9 -0
- package/dist/types/components/DataDisplay/Table/Table.d.ts +2 -0
- package/dist/types/components/DataDisplay/Table/stories/data.d.ts +13 -0
- package/dist/types/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +8 -0
- package/dist/types/components/DataDisplay/Tutorial/Tutorial.d.ts +20 -0
- package/dist/types/components/DataDisplay/Tutorial/TutorialStart.d.ts +11 -0
- package/dist/types/components/DataDisplay/Tutorial/TutorialSteps.d.ts +9 -0
- package/dist/types/components/DataDisplay/Tutorial/stories/TutorialStoryComponent.d.ts +4 -0
- package/dist/types/components/DataDisplay/Workflow/StatusChip.d.ts +13 -0
- package/dist/types/components/DataDisplay/Workflow/WorkflowDescription.d.ts +17 -0
- package/dist/types/components/DataDisplay/Workflow/WorkflowStatusBar.d.ts +23 -0
- package/dist/types/components/Feature/Feature.d.ts +9 -0
- package/dist/types/components/Feedback/AnimatedCheckmark.d.ts +6 -0
- package/dist/types/components/Feedback/ConfirmationPopup.d.ts +17 -0
- package/dist/types/components/Feedback/ErrorPage/Action.d.ts +6 -0
- package/dist/types/components/Feedback/ErrorPage/Description.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/Details.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/ErrorPage.d.ts +6 -0
- package/dist/types/components/Feedback/ErrorPage/MissingAccesses.d.ts +10 -0
- package/dist/types/components/Feedback/ErrorPage/Title.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/illustrations/GlitchAnimation.d.ts +3 -0
- package/dist/types/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.d.ts +3 -0
- package/dist/types/components/Feedback/ErrorPage/index.d.ts +16 -0
- package/dist/types/components/Feedback/FileProgress/CompactFileProgress.d.ts +6 -0
- package/dist/types/components/Feedback/FileProgress/CompactFileProgress.styles.d.ts +31 -0
- package/dist/types/components/Feedback/FileProgress/FileProgress.d.ts +28 -0
- package/dist/types/components/Feedback/FileProgress/FileProgress.utils.d.ts +2 -0
- package/dist/types/components/Feedback/FileProgress/RegularFileProgress.d.ts +6 -0
- package/dist/types/components/Feedback/FileProgress/RegularFileProgress.styles.d.ts +18 -0
- package/dist/types/components/Feedback/FullPageSpinner.d.ts +7 -0
- package/dist/types/components/Feedback/FullPageStatus.d.ts +8 -0
- package/dist/types/components/Feedback/PageNotFound.d.ts +3 -0
- package/dist/types/components/Feedback/Skeleton/Skeleton.styles.d.ts +4 -0
- package/dist/types/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.d.ts +6 -0
- package/dist/types/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +6 -0
- package/dist/types/components/Feedback/Stepper/Step.d.ts +10 -0
- package/dist/types/components/Feedback/Stepper/StepLine.d.ts +6 -0
- package/dist/types/components/Feedback/Stepper/Stepper.d.ts +10 -0
- package/dist/types/components/Feedback/Unauthorized.d.ts +2 -0
- package/dist/types/components/Icons/AmplifyIcons.d.ts +36 -0
- package/dist/types/components/Icons/ApplicationIcon/Acquire.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.constants.d.ts +1 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.d.ts +8 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconBase.d.ts +16 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconCollection.d.ts +16 -0
- package/dist/types/components/Icons/ApplicationIcon/Bravos.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Dasha.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Fallback.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/FourDInsight.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/InPress.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/LoggingQualification.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Orca.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Portal.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Premo.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Pwex.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Recap.d.ts +3 -0
- package/dist/types/components/Icons/EquinorLogo.d.ts +8 -0
- package/dist/types/components/Icons/Fallback.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/FeedBackIcon.d.ts +8 -0
- package/dist/types/components/Icons/FeedBackIcon/NegativeFilled.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/NegativeOutlined.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/PositiveFilled.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/PositiveOutlined.d.ts +4 -0
- package/dist/types/components/Inputs/CommentField/CommentField.d.ts +13 -0
- package/dist/types/components/Inputs/CommentField/NewCommentField.d.ts +9 -0
- package/dist/types/components/Inputs/ContentMenu.d.ts +14 -0
- package/dist/types/components/Inputs/EditableField.d.ts +13 -0
- package/dist/types/components/Inputs/ExpandingIconButton/ExpandingIconButton.d.ts +12 -0
- package/dist/types/components/Inputs/FileUploadArea.d.ts +7 -0
- package/dist/types/components/Inputs/IconToggleButton.d.ts +22 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/AddImage.d.ts +7 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/Links.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.d.ts +8 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.d.ts +1 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuButton.d.ts +15 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TableBar.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TextColor.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.d.ts +17 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.styles.d.ts +9 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.types.d.ts +18 -0
- package/dist/types/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.d.ts +10 -0
- package/dist/types/components/Inputs/Search/Search.d.ts +2 -0
- package/dist/types/components/Inputs/Select/ComboBox/ComboBox.d.ts +3 -0
- package/dist/types/components/Inputs/Select/GroupedSelectMenu.d.ts +2 -0
- package/dist/types/components/Inputs/Select/Select.d.ts +3 -0
- package/dist/types/components/Inputs/Select/Select.styles.d.ts +110 -0
- package/dist/types/components/Inputs/Select/Select.types.d.ts +69 -0
- package/dist/types/components/Inputs/Select/Select.utils.d.ts +6 -0
- package/dist/types/components/Inputs/Select/SelectMenu.d.ts +2 -0
- package/dist/types/components/Inputs/Select/SelectMenuItem.d.ts +2 -0
- package/dist/types/components/Inputs/Select/SingleSelect/SingleSelect.d.ts +3 -0
- package/dist/types/components/Inputs/SelectDrawer/MultiSelectDrawer.d.ts +29 -0
- package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.d.ts +35 -0
- package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.styles.d.ts +14 -0
- package/dist/types/components/Inputs/SelectDrawer/SingleSelectDrawer.d.ts +27 -0
- package/dist/types/components/Inputs/SelectDrawer/index.d.ts +11 -0
- package/dist/types/components/Inputs/SelectDrawer/stories/data.d.ts +7 -0
- package/dist/types/components/Inputs/Sieve/Filter.d.ts +13 -0
- package/dist/types/components/Inputs/Sieve/Sieve.d.ts +4 -0
- package/dist/types/components/Inputs/Sieve/Sieve.styles.d.ts +40 -0
- package/dist/types/components/Inputs/Sieve/Sieve.types.d.ts +25 -0
- package/dist/types/components/Inputs/Sieve/Sort.d.ts +9 -0
- package/dist/types/components/Inputs/SingleFilterMenu.d.ts +12 -0
- package/dist/types/components/Inputs/TextField/TextField.d.ts +3 -0
- package/dist/types/components/Navigation/PageWithTitle.d.ts +7 -0
- package/dist/types/components/Navigation/SelectField/ChangingField.d.ts +17 -0
- package/dist/types/components/Navigation/SelectField/SelectField.d.ts +12 -0
- package/dist/types/components/Navigation/SelectField/SelectorCard/SelectorCard.d.ts +9 -0
- package/dist/types/components/Navigation/SelectField/SelectorCard/Skeleton.d.ts +2 -0
- package/dist/types/components/Navigation/SideBar/CreateItem.d.ts +8 -0
- package/dist/types/components/Navigation/SideBar/CreateItem.styles.d.ts +19 -0
- package/dist/types/components/Navigation/SideBar/MenuItem.d.ts +18 -0
- package/dist/types/components/Navigation/SideBar/MenuItem.styles.d.ts +17 -0
- package/dist/types/components/Navigation/SideBar/SideBar.d.ts +16 -0
- package/dist/types/components/Navigation/SideBar/SideBar.styles.d.ts +8 -0
- package/dist/types/components/Navigation/SideBar/ToggleOpen.d.ts +7 -0
- package/dist/types/components/Navigation/SideBar/ToggleOpen.styles.d.ts +5 -0
- package/dist/types/components/Navigation/SideBar/index.d.ts +8 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.constants.d.ts +3 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.d.ts +8 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.styles.d.ts +814 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.types.d.ts +1 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContentsItem.d.ts +11 -0
- package/dist/types/components/Navigation/TopBar/Account/Account.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Account/Account.styles.d.ts +16 -0
- package/dist/types/components/Navigation/TopBar/Account/stories/data.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Actions.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +25 -0
- package/dist/types/components/Navigation/TopBar/FieldSelector.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Colorbox.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Guidelines.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Item.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Section.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/index.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Notifications/FilterOptions.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationProvider.d.ts +12 -0
- package/dist/types/components/Navigation/TopBar/Notifications/Notifications.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsInner.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +37 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +96 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.const.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.types.d.ts +57 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.d.ts +14 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.d.ts +20 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +37 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.d.ts +25 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +19 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.d.ts +19 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.d.ts +28 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.d.ts +1 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/ResourceMenuItem.d.ts +12 -0
- package/dist/types/components/Navigation/TopBar/Resources/Resources.d.ts +13 -0
- package/dist/types/components/Navigation/TopBar/Resources/TransferToAppDialog.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +15 -0
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Settings.d.ts +20 -0
- package/dist/types/components/Navigation/TopBar/TopBar.d.ts +16 -0
- package/dist/types/components/Navigation/TopBar/TopBar.styles.d.ts +50 -0
- package/dist/types/components/Navigation/TopBar/TopBarMenu.d.ts +13 -0
- package/dist/types/components/Navigation/TopBar/index.d.ts +23 -0
- package/dist/types/components/Template/Template.d.ts +14 -0
- package/dist/types/components/Visuals/Waves/VisualWaves.d.ts +9 -0
- package/dist/types/components/Visuals/Waves/WaveShapeWithNoise.d.ts +7 -0
- package/dist/types/components/index.d.ts +104 -0
- package/dist/types/constants/colors.d.ts +7 -0
- package/dist/types/constants/index.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +17 -0
- package/dist/types/hooks/useDebounce.d.ts +1 -0
- package/dist/types/hooks/useFakeProgress.d.ts +10 -0
- package/dist/types/hooks/useFeatureToggling.d.ts +3 -0
- package/dist/types/hooks/useLocalStorage.d.ts +4 -0
- package/dist/types/hooks/useOnScreen.d.ts +4 -0
- package/dist/types/hooks/usePrevious.d.ts +1 -0
- package/dist/types/hooks/useReleaseNotesQuery.d.ts +6 -0
- package/dist/types/hooks/useSelect.d.ts +22 -0
- package/dist/types/hooks/useSignalRMessages.d.ts +12 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/providers/AuthProvider/AuthProvider.d.ts +17 -0
- package/dist/types/providers/AuthProvider/AuthProviderInner.d.ts +16 -0
- package/dist/types/providers/FeatureToggleProvider.d.ts +14 -0
- package/dist/types/providers/ReleaseNotesProvider.d.ts +21 -0
- package/dist/types/providers/SideBarProvider.d.ts +10 -0
- package/dist/types/providers/SnackbarProvider.d.ts +21 -0
- package/dist/types/providers/TableOfContentsProvider.d.ts +26 -0
- package/dist/types/providers/TableOfContentsProvider.utils.d.ts +2 -0
- package/dist/types/providers/TutorialProvider/TutorialDialog.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.const.d.ts +7 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.d.ts +30 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.hooks.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.styles.d.ts +26 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.types.d.ts +11 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.utils.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProviderInner.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialStepIndicator.d.ts +8 -0
- package/dist/types/providers/TutorialStepsProvider.d.ts +13 -0
- package/dist/types/providers/index.d.ts +10 -0
- package/dist/types/storybook/InfoCard.d.ts +8 -0
- package/dist/types/storybook/Links.d.ts +9 -0
- package/dist/types/storybook/PropsTable.d.ts +10 -0
- package/dist/types/storybook/Stack.d.ts +9 -0
- package/dist/types/storybook/Story.d.ts +2 -0
- package/dist/types/storybook/index.d.ts +6 -0
- package/dist/types/storybook/useMockProgress.d.ts +1 -0
- package/dist/types/style/darkTokens.d.ts +1 -0
- package/dist/types/style/index.d.ts +2 -0
- package/dist/types/style/spacingTokens.d.ts +1 -0
- package/dist/types/style/spacings.d.ts +11 -0
- package/dist/types/tests/browserMocks.d.ts +24 -0
- package/dist/types/tests/setupTests.d.ts +2 -0
- package/dist/types/tests/test-utils.d.ts +6 -0
- package/dist/types/types/Environment.d.ts +6 -0
- package/dist/types/types/Errors.d.ts +19 -0
- package/dist/types/types/Field.d.ts +5 -0
- package/dist/types/types/Guidelines.d.ts +14 -0
- package/dist/types/types/Icon.d.ts +7 -0
- package/dist/types/types/index.d.ts +5 -0
- package/dist/types/utils/UtilStory.d.ts +7 -0
- package/dist/types/utils/auth_environment.d.ts +47 -0
- package/dist/types/utils/coordinate.d.ts +7 -0
- package/dist/types/utils/date.d.ts +15 -0
- package/dist/types/utils/errors.d.ts +8 -0
- package/dist/types/utils/export.d.ts +3 -0
- package/dist/types/utils/favicon.d.ts +4 -0
- package/dist/types/utils/index.d.ts +12 -0
- package/dist/types/utils/map.d.ts +14 -0
- package/dist/types/utils/releaseNotes.d.ts +18 -0
- package/dist/types/utils/size.d.ts +5 -0
- package/dist/types/utils/sort.d.ts +10 -0
- package/dist/types/utils/string.d.ts +5 -0
- package/dist/types/utils/url.d.ts +5 -0
- package/package.json +178 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{tokens as i}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import o,{keyframes as s}from"styled-components";const{colors:e}=i,r=s`
|
|
2
|
+
from {
|
|
3
|
+
stroke-dasharray: 130;
|
|
4
|
+
stroke-dashoffset: 130;
|
|
5
|
+
}
|
|
6
|
+
to {
|
|
7
|
+
stroke-dasharray: 130;
|
|
8
|
+
stroke-dashoffset: 260;
|
|
9
|
+
}
|
|
10
|
+
`,a=o.div`
|
|
11
|
+
height: fit-content;
|
|
12
|
+
width: fit-content;
|
|
13
|
+
|
|
14
|
+
svg {
|
|
15
|
+
width: ${({$isApplication:t})=>t?"84px":"calc(24px * 6)"};
|
|
16
|
+
height: ${({$isApplication:t})=>t?"84px":"calc(24px * 6)"};
|
|
17
|
+
}
|
|
18
|
+
path {
|
|
19
|
+
fill: transparent;
|
|
20
|
+
stroke-width: 2;
|
|
21
|
+
stroke: ${e.interactive.primary__resting.rgba};
|
|
22
|
+
animation: ${r} 1.5s;
|
|
23
|
+
}
|
|
24
|
+
`,n=({portal:i})=>t(a,{$isApplication:i,children:t("svg",{width:"43",height:"43",viewBox:"0 0 43 43",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"svg-icon",children:t("path",{d:"M12 22L18 28L30 16M42 21.5C42 32.8218 32.8218 42 21.5 42C10.1782 42 1 32.8218 1 21.5C1 10.1782 10.1782 1 21.5 1C32.8218 1 42 10.1782 42 21.5Z"})})});export{n as default};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as o}from"react";import{Dialog as e,Button as n,Icon as s,Typography as a}from"@equinor/eds-core-react";import{close as r}from"@equinor/eds-icons";import{spacings as l}from"../../style/spacings.js";import d from"styled-components";const m=d(e)`
|
|
2
|
+
min-width: 400px;
|
|
3
|
+
`,c=d(n)`
|
|
4
|
+
min-width: 40px;
|
|
5
|
+
`,p=d.div`
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
9
|
+
padding: ${l.medium};
|
|
10
|
+
padding-bottom: 0;
|
|
11
|
+
`,f=d(e.Actions)`
|
|
12
|
+
display: flex;
|
|
13
|
+
gap: ${l.small};
|
|
14
|
+
justify-self: ${i=>"left"===i.$actionPosition?"flex-start":"flex-end"};
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
& > * {
|
|
18
|
+
margin-left: ${i=>"right"===i.$actionPosition?l.x_small:void 0};
|
|
19
|
+
|
|
20
|
+
margin-right: ${i=>"left"===i.$actionPosition?l.x_small:void 0};
|
|
21
|
+
}
|
|
22
|
+
`,h=o((({show:o,title:n,body:l,actions:d,actionPosition:h="right",onClose:g,children:x,width:u="400px",isDismissable:y=!0},$)=>o?i(m,{ref:$,open:o,style:{width:u},isDismissable:y,onClose:g,children:[i(p,{"data-testid":"dialog-header",children:[n,t(c,{variant:"ghost_icon",onClick:g,children:t(s,{data:r})})]}),i(e.CustomContent,{children:[l&&t(a,{variant:"body_short",children:l}),x]}),t(f,{"data-testid":`confirmation-actions-${h}`,$actionPosition:h,children:d})]}):null));h.displayName="ConfirmationPopup";export{h as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{forwardRef as o}from"react";import{Button as t}from"@equinor/eds-core-react";const e=o((({buttonText:o="Back to last page",onClick:e},c)=>r(t,{ref:c,onClick:e,children:o})));e.displayName="ErrorPage.Action";export{e as Action};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{forwardRef as e}from"react";import{Typography as t}from"@equinor/eds-core-react";const i=e((({text:e="Try again later or use our feedback form if the problem persists."},i)=>r("div",{ref:i,children:r(t,{variant:"h4","data-testid":"description",children:e})})));i.displayName="ErrorPage.Description";export{i as Description};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{forwardRef as i,useState as r}from"react";import{Typography as o,Button as a,Icon as n}from"@equinor/eds-core-react";import{chevron_up as s,chevron_down as d}from"@equinor/eds-icons";import{tokens as l}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as c}from"../../../style/spacings.js";import p from"styled-components";const{colors:m}=l,g=p.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
width: 400px;
|
|
5
|
+
> div:first-child {
|
|
6
|
+
border-bottom: ${e=>!e.open&&`1px solid ${m.ui.background__medium.rgba}`};
|
|
7
|
+
> p {
|
|
8
|
+
color: ${e=>e.open?m.interactive.primary__resting.rgba:m.text.static_icons__default.rgba};
|
|
9
|
+
}
|
|
10
|
+
> button > span > svg {
|
|
11
|
+
fill: ${e=>e.open?m.interactive.primary__resting.rgba:m.text.static_icons__default.rgba};
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
> p {
|
|
15
|
+
padding: 0 ${c.large};
|
|
16
|
+
text-align: justify;
|
|
17
|
+
}
|
|
18
|
+
`,f=p.div`
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: space-between;
|
|
21
|
+
align-items: center;
|
|
22
|
+
padding-left: ${c.medium};
|
|
23
|
+
`,u=i((({text:i},l)=>{const[c,p]=r(!1);return e(g,{ref:l,open:c,children:[e(f,{children:[t(o,{children:"More details"}),t(a,{variant:"ghost_icon",onClick:()=>p(!c),"data-testid":"show-details",children:t(n,{data:c?s:d})})]}),c&&t(o,{group:"paragraph",variant:"body_long","data-testid":"details-text",children:i})]})}));u.displayName="ErrorPage.Details";export{u as Details};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import{jsxs as i,jsx as t}from"react/jsx-runtime";import{forwardRef as e}from"react";import r from"./illustrations/GlitchAnimation.js";import{spacings as o}from"../../../style/spacings.js";import n from"styled-components";const m=n.div`
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
gap: ${o.medium};
|
|
6
|
+
margin: auto;
|
|
7
|
+
align-items: center;
|
|
8
|
+
h3,
|
|
9
|
+
h4 {
|
|
10
|
+
text-align: center;
|
|
11
|
+
white-space: pre-line;
|
|
12
|
+
}
|
|
13
|
+
width: 500px;
|
|
14
|
+
`,l=e((({children:e,illustration:o=t(r,{})},n)=>i(m,{ref:n,children:[o,e]})));l.displayName="ErrorPage";export{l as ErrorPage};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import{jsxs as e,jsx as o}from"react/jsx-runtime";import{forwardRef as r}from"react";import{Typography as t,Button as i,Icon as s}from"@equinor/eds-core-react";import{external_link as a}from"@equinor/eds-icons";import{tokens as n}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import c from"styled-components";import{spacings as l}from"../../../style/spacings.js";const{colors:d}=n,p=c.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
gap: ${l.small};
|
|
5
|
+
> div {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
9
|
+
gap: ${l.medium};
|
|
10
|
+
}
|
|
11
|
+
`,m=r((({accesses:r=[],text:n},c)=>e(p,{ref:c,children:[o(t,{group:"paragraph",variant:"body_long_bold",children:n??"You can apply for access to the app in AccessIT:"}),r?.map(((r,n)=>e("div",{children:[o(t,{group:"paragraph",variant:"body_short",children:r.title}),r.url&&o(i,{"data-testid":`missing-access-button-${r.title}`,variant:"ghost_icon",onClick:()=>window.open(r.url,"_blank"),children:o(s,{data:a,color:d.text.static_icons__default.rgba})})]},n)))]})));m.displayName="ErrorPage.MissingAccesses";export{m as MissingAccesses};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{forwardRef as t}from"react";import{Typography as e}from"@equinor/eds-core-react";const i=t((({title:t="Oops! Something went wrong."},i)=>r("div",{ref:i,children:r(e,{variant:"h3","data-testid":"title",children:t})})));i.displayName="ErrorPage.Title";export{i as Title};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import i,{keyframes as e}from"styled-components";const o=e`
|
|
2
|
+
100% { background-position: calc(-32640px/1.8); }
|
|
3
|
+
`,n=i.div`
|
|
4
|
+
width: 400px;
|
|
5
|
+
height: 200px;
|
|
6
|
+
position: relative;
|
|
7
|
+
`,r=i.div`
|
|
8
|
+
height: 300px; // 540 / 1.8 size of the image
|
|
9
|
+
width: calc(32640px / (1.8 * 34));
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 50%;
|
|
12
|
+
left: 50%;
|
|
13
|
+
transform: translate(-50%, -50%);
|
|
14
|
+
background: url('https://raw.githubusercontent.com/equinor/amplify-components/main/static/Glitch_spritesheet.png')
|
|
15
|
+
left center;
|
|
16
|
+
background-size: cover;
|
|
17
|
+
animation: ${o} 4s steps(34) infinite;
|
|
18
|
+
`,s=()=>t(n,{children:t(r,{})});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import i,{keyframes as e}from"styled-components";const o=e`
|
|
2
|
+
100% { background-position: calc(-19516px/2); }
|
|
3
|
+
`,n=i.div`
|
|
4
|
+
width: 400px;
|
|
5
|
+
height: 200px;
|
|
6
|
+
position: relative;
|
|
7
|
+
`,r=i.div`
|
|
8
|
+
height: 307px;
|
|
9
|
+
width: calc(19516px / (2 * 34));
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 50%;
|
|
12
|
+
left: 50%;
|
|
13
|
+
transform: translate(-50%, -50%);
|
|
14
|
+
background: url('https://raw.githubusercontent.com/equinor/amplify-components/main/static/Questioning_spritesheet.png')
|
|
15
|
+
left center;
|
|
16
|
+
background-size: cover;
|
|
17
|
+
animation: ${o} 2.5s steps(34) infinite;
|
|
18
|
+
`,s=()=>t(n,{children:t(r,{})});export{s as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Action as s}from"./Action.js";import{Description as r}from"./Description.js";import{Details as i}from"./Details.js";import{ErrorPage as o}from"./ErrorPage.js";import{MissingAccesses as t}from"./MissingAccesses.js";import{Title as e}from"./Title.js";const m=o;m.Title=e,m.Description=r,m.Action=s,m.Details=i,m.MissingAccesses=t;export{m as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{useState as t,useEffect as o,useMemo as i}from"react";import{Icon as a}from"@equinor/eds-core-react";import{error_outlined as n,clear as s}from"@equinor/eds-icons";import{tokens as c}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{Rejection as l,ImageWrapper as d,LoadingWrapper as m,CircularProgress as h,CompactFileProgressContainer as p,FileTooltip as u,AdditionalText as g,CloseButton as f}from"./CompactFileProgress.styles.js";import{readUploadedFileAsText as v}from"./FileProgress.utils.js";const{colors:x}=c,_=({file:c,progressPercent:_,isError:E,shortErrorText:b,showCompleteState:j,fullErrorText:w,handleOnClick:C})=>{const[k,q]=t("");o((()=>{E||(async r=>{const e=await v(r);q(e)})(c)}),[E,c]);const y=i((()=>E?w&&w.length>0?w:"An error has occurred with the file":""),[w,E]),P=i((()=>E?r(l,{children:[e(a,{data:n,color:x.interactive.warning__text.rgba}),e("div",{children:b&&b.length>0?b:"Error occurred"})]}):j?e(d,{children:e("img",{src:k,alt:` ${c.name}`})}):e(m,{children:e(h,{variant:void 0===_?"indeterminate":"determinate",value:_,size:24})})),[c.name,j,E,_,b,k]);return r(p,{$isError:E,children:[e(u,{title:y,children:P}),e(g,{group:"paragraph",variant:"meta",children:c.name}),!j&&e(g,{group:"paragraph",variant:"meta",children:"Loading..."}),e(f,{"data-testid":"attachment-delete-button",onClick:C,children:e(a,{color:x.text.static_icons__tertiary.rgba,data:s,size:24})})]})};export{_ as default};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import{Typography as r,Tooltip as i,CircularProgress as e}from"@equinor/eds-core-react";import{tokens as t}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import o from"styled-components";import{spacings as s}from"../../../style/spacings.js";const{colors:n}=t,a=o.div`
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
margin: 10px 0;
|
|
4
|
+
width: 88px;
|
|
5
|
+
height: 88px;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
position: relative;
|
|
8
|
+
transition: 0.3s;
|
|
9
|
+
${({$isError:r})=>r&&`&:hover { \n background: ${n.ui.background__warning.rgba}\n }`}
|
|
10
|
+
`;o(r)`
|
|
11
|
+
margin: ${s.small} ${s.small} 0 ${s.small};
|
|
12
|
+
color: ${n.text.static_icons__tertiary.rgba};
|
|
13
|
+
`;const d=o.div`
|
|
14
|
+
height: 100%;
|
|
15
|
+
width: 100%;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
border: 1px dashed ${n.ui.background__medium.rgba};
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
align-items: center;
|
|
21
|
+
border-radius: 4px;
|
|
22
|
+
`,c=o.div`
|
|
23
|
+
height: 100%;
|
|
24
|
+
width: 100%;
|
|
25
|
+
overflow: hidden;
|
|
26
|
+
border: 1px solid ${n.ui.background__light.rgba};
|
|
27
|
+
position: relative;
|
|
28
|
+
display: flex;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
align-items: center;
|
|
31
|
+
> img {
|
|
32
|
+
width: 100%;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
text-align: center;
|
|
35
|
+
}
|
|
36
|
+
`,g=o.div`
|
|
37
|
+
display: grid;
|
|
38
|
+
grid-template-rows: 1fr 1fr 1fr;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
height: 100%;
|
|
42
|
+
width: 100%;
|
|
43
|
+
font-size: 11px;
|
|
44
|
+
justify-items: center;
|
|
45
|
+
text-align: center;
|
|
46
|
+
border-radius: 4px;
|
|
47
|
+
border: 1px dashed ${n.interactive.warning__text.rgba};
|
|
48
|
+
gap: 0;
|
|
49
|
+
> svg {
|
|
50
|
+
grid-row: 2/3;
|
|
51
|
+
}
|
|
52
|
+
> div {
|
|
53
|
+
grid-row: 3/4;
|
|
54
|
+
color: ${n.interactive.warning__text.rgba};
|
|
55
|
+
}
|
|
56
|
+
`,l=o.div`
|
|
57
|
+
background-color: ${n.text.static_icons__tertiary.rgba};
|
|
58
|
+
border-radius: 50%;
|
|
59
|
+
border: 2px solid ${n.text.static_icons__primary_white.rgba};
|
|
60
|
+
position: absolute;
|
|
61
|
+
width: 18px;
|
|
62
|
+
height: 18px;
|
|
63
|
+
right: -10px;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
top: -10px;
|
|
66
|
+
> svg {
|
|
67
|
+
width: 18px;
|
|
68
|
+
height: 18px;
|
|
69
|
+
fill: ${n.text.static_icons__primary_white.rgba};
|
|
70
|
+
}
|
|
71
|
+
`,p=o(r)`
|
|
72
|
+
font-size: 10px;
|
|
73
|
+
padding-top: ${s.x_small};
|
|
74
|
+
width: 100%;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
text-overflow: ellipsis;
|
|
77
|
+
`,h=o(i)`
|
|
78
|
+
white-space: pre;
|
|
79
|
+
`,x=o(e)`
|
|
80
|
+
circle {
|
|
81
|
+
stroke: ${n.interactive.primary__resting.rgba};
|
|
82
|
+
}
|
|
83
|
+
circle:first-child {
|
|
84
|
+
stroke: ${n.interactive.primary__hover_alt.rgba};
|
|
85
|
+
}
|
|
86
|
+
`;export{p as AdditionalText,x as CircularProgress,l as CloseButton,a as CompactFileProgressContainer,h as FileTooltip,c as ImageWrapper,d as LoadingWrapper,g as Rejection};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{useMemo as e}from"react";import r from"./CompactFileProgress.js";import t from"./RegularFileProgress.js";const s=s=>{const n=e((()=>!!(s.isError??void 0===s.isDone)||s.isDone),[s.isError,s.isDone]),i=()=>{!n&&s.onCancel?s.onCancel():s.onDelete()};return s.compact?o(r,{...s,showCompleteState:n,handleOnClick:i}):o(t,{...s,showCompleteState:n,handleOnClick:i})};export{s as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e=e=>{const r=new FileReader;return new Promise(((n,o)=>{r.onerror=()=>{r.abort(),o(new DOMException("Problem parsing input file."))},r.onload=()=>{n(r.result)},r.readAsDataURL(e)}))};export{e as readUploadedFileAsText};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{useMemo as i}from"react";import{Icon as t,Typography as o,Button as n}from"@equinor/eds-core-react";import{file as s,delete_to_trash as a,close_circle_outlined as l,refresh as c}from"@equinor/eds-icons";import{tokens as m}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import"../../../utils/auth_environment.js";import"../ErrorPage/illustrations/GlitchAnimation.js";import"../ErrorPage/illustrations/QuestioningAnimation.js";import"../../../types/Errors.js";import"html2canvas";import"proj4";import d from"../../../utils/size.js";import{Container as u,RegularFileProgressWrapper as p,FileName as h,ProgressWrapper as g,LinearProgress as v,RegularFileProgressDetails as f}from"./RegularFileProgress.styles.js";const{colors:_}=m,{formatBytes:z}=d,j=({onRetry:m,file:d,progressPercent:j,customLoadingText:x,customCompleteText:y,isError:E,fullErrorText:b,showCompleteState:C,handleOnClick:k})=>{const P=i((()=>{if(!d?.size||!j)return 1;const r=d.size/100*j;return z(r,1)}),[d?.size,j]),q=i((()=>{if(E)return b??"An error has occurred";return C?y??"File uploaded!":x??"loading..."}),[y,x,b,C,E]);return r(u,{$isError:E,children:[e(t,{data:s,color:E?_.interactive.danger__hover.rgba:_.interactive.primary__resting.rgba,size:32}),r(p,{children:[r(h,{children:[e(o,{variant:"caption",children:d.name}),r("div",{children:[e(n,{variant:"ghost_icon",onClick:k,children:e(t,{data:C?a:l,color:_.text.static_icons__tertiary.rgba,size:24})}),E&&m&&e(n,{variant:"ghost_icon",onClick:m,children:e(t,{data:c,color:_.text.static_icons__tertiary.rgba,size:24})})]})]}),e(g,{children:!C&&e(v,{variant:void 0===j?"indeterminate":"determinate",value:j})}),r(f,{children:[e(o,{variant:"overline",children:q}),d?.size&&e(o,{variant:"overline",children:C?z(d.size,1):`${P} of ${z(d.size,1)}`})]})]})]})};export{j as default};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import{LinearProgress as e}from"@equinor/eds-core-react";import{tokens as i}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as r}from"../../../style/spacings.js";import t from"styled-components";const{colors:o}=i,n=t.div`
|
|
2
|
+
max-width: 555px;
|
|
3
|
+
padding: ${r.medium} ${r.large};
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
align-items: center;
|
|
7
|
+
gap: ${r.medium};
|
|
8
|
+
border: 1px solid
|
|
9
|
+
${({$isError:e})=>e?o.ui.background__danger.rgba:o.ui.background__medium.rgba};
|
|
10
|
+
border-radius: 4px;
|
|
11
|
+
`,s=t.div`
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
width: 100%;
|
|
15
|
+
`,a=t.div`
|
|
16
|
+
display: flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
`,d=t.div`
|
|
20
|
+
align-items: center;
|
|
21
|
+
display: flex;
|
|
22
|
+
justify-content: space-between;
|
|
23
|
+
padding-top: ${r.small};
|
|
24
|
+
`,m=t.div`
|
|
25
|
+
min-height: 4px;
|
|
26
|
+
`,c=t(e)`
|
|
27
|
+
background-color: ${o.interactive.primary__hover_alt.rgba};
|
|
28
|
+
|
|
29
|
+
div {
|
|
30
|
+
background-color: ${o.interactive.primary__resting.rgba};
|
|
31
|
+
}
|
|
32
|
+
`;export{n as Container,a as FileName,c as LinearProgress,m as ProgressWrapper,d as RegularFileProgressDetails,s as RegularFileProgressWrapper};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{jsx as e,Fragment as r,jsxs as i}from"react/jsx-runtime";import{Progress as t,Scrim as o,StarProgress as n}from"@equinor/eds-core-react";import{tokens as c}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import s from"styled-components";const{colors:d}=c,l=s.div`
|
|
2
|
+
width: 100vw;
|
|
3
|
+
height: 100vh;
|
|
4
|
+
position: fixed;
|
|
5
|
+
z-index: 500;
|
|
6
|
+
top: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
align-items: center;
|
|
10
|
+
display: flex;
|
|
11
|
+
`,a=s(t.Circular)`
|
|
12
|
+
circle {
|
|
13
|
+
stroke: ${d.interactive.primary__resting.rgba};
|
|
14
|
+
}
|
|
15
|
+
circle:first-child {
|
|
16
|
+
stroke: ${d.interactive.primary__hover_alt.rgba};
|
|
17
|
+
}
|
|
18
|
+
`,m=({variant:c,withoutScrim:s})=>{const d=()=>i(r,{children:[("equinor"===c||!c)&&e(n,{}),"circle"===c&&e(a,{}),"dots"===c&&e(t.Dots,{})]});return e(r,{children:s?e(l,{children:d()}):e(o,{open:!0,children:d()})})};export{m as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{Progress as i,Icon as t,Typography as o}from"@equinor/eds-core-react";import{warning_filled as n}from"@equinor/eds-icons";import{tokens as s}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import a from"styled-components";import{spacings as c}from"../../style/spacings.js";const{colors:l}=s,d=a.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
width: 100%;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
align-items: center;
|
|
6
|
+
`,m=a.div`
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
align-items: center;
|
|
10
|
+
gap: ${c.large};
|
|
11
|
+
`,p=a(i.Circular)`
|
|
12
|
+
circle {
|
|
13
|
+
stroke: ${l.interactive.primary__resting.rgba};
|
|
14
|
+
}
|
|
15
|
+
circle:first-child {
|
|
16
|
+
stroke: ${l.interactive.primary__hover_alt.rgba};
|
|
17
|
+
}
|
|
18
|
+
`,g=({loading:i,error:s,errorMessage:a})=>r(d,{children:[i&&e(p,{}),s&&!i&&r(m,{children:[e(t,{data:n,size:48,color:l.interactive.warning__resting.rgba}),e(o,{variant:"h5",children:a})]})]});export{g as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as t,jsx as r}from"react/jsx-runtime";import{useNavigate as o}from"react-router";import i from"./ErrorPage/index.js";import{ErrorType as e}from"../../types/Errors.js";import{environment as m}from"../../utils/auth_environment.js";import{getErrorContent as s}from"../../utils/errors.js";import"html2canvas";import"proj4";const{getAppName:n}=m,p=()=>{const m=s(n(import.meta.env.VITE_NAME),e.ERROR_404),p=o();return t(i,{illustration:m.illustration,children:[r(i.Title,{title:m.title}),r(i.Description,{text:m.description}),r(i.Action,{onClick:()=>p(-1)})]})};export{p as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={START:"var(--eds_interactive_disabled__border, rgba(202, 202, 202, 1))",END:"var(--eds_interactive_disabled__text, rgba(220, 220, 220, 1))"};export{e as COLORS};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import{COLORS as t}from"../Skeleton.styles.js";import e,{keyframes as n}from"styled-components";const o=n`
|
|
2
|
+
to {
|
|
3
|
+
transform: translateX(100%);
|
|
4
|
+
}
|
|
5
|
+
`,i=e.div`
|
|
6
|
+
background: ${t.START};
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
position: relative;
|
|
9
|
+
z-index: 2;
|
|
10
|
+
&:after {
|
|
11
|
+
background: linear-gradient(
|
|
12
|
+
90deg,
|
|
13
|
+
${t.START} 0%,
|
|
14
|
+
${t.END} 50%,
|
|
15
|
+
${t.START} 100%
|
|
16
|
+
);
|
|
17
|
+
animation: ${o} 1.5s infinite;
|
|
18
|
+
content: '';
|
|
19
|
+
height: 100%;
|
|
20
|
+
left: 0;
|
|
21
|
+
position: absolute;
|
|
22
|
+
right: 0;
|
|
23
|
+
top: 0;
|
|
24
|
+
transform: translateX(-100%);
|
|
25
|
+
z-index: 1;
|
|
26
|
+
${t=>t.$offset&&`\n animation-delay: ${t.$offset}ms;\n `};
|
|
27
|
+
}
|
|
28
|
+
`;export{i as default,o as skeletonBaseloading};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{COLORS as o}from"../Skeleton.styles.js";const r=({duration:r="1.5s"})=>t("linearGradient",{id:"skeleton-gradient",x1:"0%",x2:"100%",gradientTransform:"translate(-0.1)",children:[e("stop",{stopColor:o.START,offset:"0%"}),e("stop",{stopColor:o.END,offset:"50%"}),e("stop",{stopColor:o.START,offset:"100%"}),e("animateTransform",{attributeName:"gradientTransform",type:"translate",begin:"0s",dur:r,repeatCount:"indefinite",values:"-1; 1; 1"})]});export{r as default};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 a}from"@equinor/eds-core-react";import{check as o}from"@equinor/eds-icons";import{tokens as l}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as s}from"../../../style/spacings.js";import d from"styled-components";const{colors:c,shape:p}=l,m=d.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: ${s.small};
|
|
4
|
+
align-items: center;
|
|
5
|
+
white-space: nowrap;
|
|
6
|
+
${e=>e.$clickable&&"\n &:hover {\n cursor: pointer;\n }\n "}
|
|
7
|
+
`,u=d.span`
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
align-items: center;
|
|
11
|
+
width: 22px;
|
|
12
|
+
height: 22px;
|
|
13
|
+
border-radius: ${p.circle.borderRadius};
|
|
14
|
+
border: 2px solid
|
|
15
|
+
${e=>e.$filled??e.$outlined?c.interactive.primary__resting.rgba:c.interactive.disabled__text.rgba};
|
|
16
|
+
background: ${e=>e.$filled?c.interactive.primary__resting.rgba:"none"};
|
|
17
|
+
> p {
|
|
18
|
+
// Ensure text icons are not squished
|
|
19
|
+
padding: 8px;
|
|
20
|
+
color: ${e=>e.$filled?c.text.static_icons__primary_white.rgba:c.interactive.disabled__text.rgba};
|
|
21
|
+
}
|
|
22
|
+
> svg {
|
|
23
|
+
transform: scale(0.9);
|
|
24
|
+
}
|
|
25
|
+
`,_=({currentIndex:l,setCurrentIndex:s,index:d,onlyShowCurrentStepLabel:p=!1,children:_})=>{const[b,g]=t(null),h=i((()=>e(u,d>=l?{$filled:d===l,children:e(n,{variant:"caption",children:d+1})}:{$outlined:!0,"data-testid":"wrapper",children:e(a,{data:o,color:c.interactive.primary__resting.rgba})})),[d,l]),x=i((()=>d<l?"body_short":"body_short_bold"),[l,d]),f=i((()=>d>l?c.interactive.disabled__text.rgba:c.text.static_icons__default.rgba),[l,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<l,onClick:()=>{d<l&&s(d)},children:[h,(!p||l===d)&&e(n,{variant:x,color:f,children:_})]})};export{_ as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{useMemo as e}from"react";import{tokens as o}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import t from"styled-components";const{colors:n}=o,i=t.hr`
|
|
2
|
+
height: 1px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
background: ${r=>r.$background};
|
|
5
|
+
border: none;
|
|
6
|
+
margin: 0;
|
|
7
|
+
`,s=({done:o})=>{const t=e((()=>o?n.interactive.primary__resting.rgba:n.interactive.disabled__text.rgba),[o]);return r(i,{$background:t})};export{s as default};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{useMemo as e}from"react";import r from"./Step.js";import n from"./StepLine.js";import{spacings as o}from"../../../style/spacings.js";import s from"styled-components";const i=s.div`
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-template-columns:
|
|
4
|
+
repeat(${({$stepAmount:t})=>t-1}, auto 1fr)
|
|
5
|
+
auto;
|
|
6
|
+
grid-gap: ${o.small};
|
|
7
|
+
align-items: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
${({$maxWidth:t})=>t&&`max-width: ${t}`}
|
|
10
|
+
`,p=({current:o,setCurrent:s,steps:p,onlyShowCurrentStepLabel:m=!1,maxWidth:a})=>{const d=e((()=>{const e=[];return p.forEach(((i,a)=>{e.push(t(r,{index:a,currentIndex:o,setCurrentIndex:s,onlyShowCurrentStepLabel:m,children:i},`step-${a}`)),a!==p.length-1&&e.push(t(n,{done:o>a},`step-line-${a}`))})),e}),[o,m,s,p]);return t(i,{$stepAmount:p.length,$maxWidth:a,"data-testid":"stepper-container",children:d})};export{p as default};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsx as t,jsxs as r}from"react/jsx-runtime";import o from"./ErrorPage/index.js";import{ErrorType as i}from"../../types/Errors.js";import{environment as e}from"../../utils/auth_environment.js";import{getErrorContent as n}from"../../utils/errors.js";import"html2canvas";import"proj4";import m from"styled-components";const{getAppName:s}=e,p=m.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
height: 100vh;
|
|
4
|
+
`,l=()=>{const e=n(s(import.meta.env.VITE_NAME),i.ERROR_401);return t(p,{children:r(o,{illustration:e.illustration,children:[t(o.Title,{title:e.title}),t(o.Description,{text:e.description}),t(o.Action,{buttonText:e.button?.text,onClick:e.button?.onClick})]})})};export{l as Unauthorized};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const C={name:"wellbore",prefix:"amplify",height:"42",width:"42",svgPathData:"M5.43945 4.03906H36.5719V19.9348C36.5719 20.8749 35.8098 21.637 34.8697 21.637C33.9296 21.637 33.1675 20.8749 33.1675 19.9348V7.44345H29.6153L29.6153 25.1655H26.2786V36.716C26.2786 37.6561 25.5165 38.4182 24.5764 38.4182C23.6363 38.4182 22.8742 37.6561 22.8742 36.716V21.7611H26.2109V7.44345H15.7908L15.7908 21.7611H19.1274V36.716C19.1274 37.6561 18.3653 38.4182 17.4252 38.4182C16.4852 38.4182 15.7231 37.6561 15.7231 36.716V25.1655H12.3864L12.3864 7.44345H8.84384V19.9348C8.84384 20.8749 8.08174 21.637 7.14165 21.637C6.20155 21.637 5.43945 20.8749 5.43945 19.9348V4.03906Z"},L={name:"wireline_open_hole",prefix:"amplify",height:"24",width:"24",svgPathData:"M5.51325 4.13135V6.51157L7.02186 8.91188L7.34357 9.42376L7.03979 9.94648L5.82346 12.0394L7.03239 14.0516L7.41798 14.6934L6.91072 15.2441L5.51325 16.7613V18.8685V19.8685H3.51325V18.8685V16.3709V15.9805L3.77773 15.6934L4.93241 14.4398L3.80474 12.5629L3.50041 12.0563L3.79734 11.5454L5.00681 9.46427L3.66659 7.33186L3.51325 7.08788V6.79973V4.13135H5.51325ZM12.7393 4.13135H11.2598V8.24681L11.1224 8.37123L10.3456 9.04913C10.2766 9.10935 10.2371 9.19655 10.2374 9.28814L10.2452 11.9135L10.2373 15.1397C10.2371 15.2312 10.2766 15.3184 10.3455 15.3785L11.1224 16.0565L11.7875 16.6589C11.9079 16.768 12.0914 16.768 12.2118 16.6589L12.8769 16.0565L13.6538 15.3785C13.7227 15.3184 13.7622 15.2312 13.762 15.1397L13.7542 11.9135L13.7619 9.28814C13.7622 9.19655 13.7227 9.10935 13.6537 9.04913L12.8769 8.37123L12.7393 8.24656V4.13135ZM18.4868 6.51157V4.13135H20.4868V6.79973V7.08788L20.3334 7.33186L18.9932 9.46427L20.2027 11.5454L20.4996 12.0563L20.1953 12.5629L19.0676 14.4398L20.2223 15.6934L20.4868 15.9805V16.3709V18.8685V19.8685H18.4868V18.8685V16.7613L17.0893 15.2441L16.582 14.6934L16.9676 14.0516L18.1766 12.0394L16.9602 9.94648L16.6564 9.42376L16.9782 8.91188L18.4868 6.51157Z"},V={name:"wireline_cased_hole",prefix:"amplify",height:"24",width:"24",svgPathData:"M6.97852 4.51562V18.8799C6.97852 19.7083 7.65009 20.3799 8.47852 20.3799H15.5234C16.3519 20.3799 17.0234 19.7083 17.0234 18.8799V4.51562H15.0234V18.3799H8.97852V4.51562H6.97852Z M5.5 4.51562V19.1718C5.5 19.7241 5.05228 20.1718 4.5 20.1718C3.94772 20.1718 3.5 19.7241 3.5 19.1718V4.51562H5.5Z M20.5 4.51562V19.3789C20.5 19.9311 20.0523 20.3789 19.5 20.3789L19.5 20.3789C18.9477 20.3789 18.5 19.9311 18.5 19.3789V4.51562H20.5Z M12.7406 4.51562H11.2611V8.63109L11.1237 8.75551L10.3469 9.4334C10.2779 9.49363 10.2384 9.58083 10.2387 9.67242L10.2465 12.2978L10.2386 15.524C10.2384 15.6155 10.2779 15.7026 10.3469 15.7628L11.1237 16.4408L11.7889 17.0432C11.9092 17.1523 12.0927 17.1523 12.2131 17.0432L12.8782 16.4408L13.6551 15.7628C13.7241 15.7026 13.7635 15.6155 13.7633 15.524L13.7555 12.2978L13.7632 9.67242C13.7635 9.58083 13.724 9.49363 13.655 9.4334L12.8782 8.75551L12.7406 8.63084V4.51562Z"},H={name:"lwd",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.1543 6.53806V4.14014H9.70985V14.0316L11.5709 15.8199C11.8504 16.0884 12.2908 16.0926 12.5754 15.8295L14.5039 14.0459V13.7301H13.7817L14.5039 13.729V4.14014H13.0595V7.93155L11.1543 6.53806ZM11.1543 7.44841V9.18162L13.0595 10.5751V8.8419L11.1543 7.44841ZM13.0595 11.4855L11.1543 10.092V13.4163L12.0875 14.3131L13.0595 13.4143V11.4855ZM8.42558 4.15088H3.50717V6.15088H6.42548L6.42504 15.5138L10.8021 19.4223C11.4379 19.99 12.3932 20.0073 13.0491 19.463L17.7738 15.542L17.7739 6.15119H20.4928V4.15119H15.774L15.7738 14.6027L11.9559 17.7712L8.42508 14.6184L8.42558 4.15088Z"},a={name:"aml",prefix:"amplify",height:"24",width:"24",svgPathData:["M12 8.78339L14.5238 10.393V12.8846L12.8571 13.9475L12.8571 14.6525L13.6667 15.1688L15.3333 14.1058L17.4609 15.4627L16.5391 16.9081L15.3333 16.1391L14.5238 16.6554V18.207L12 19.8166L9.47617 18.207V15.7154L11.1428 14.6525L11.1429 13.9475L10.3333 13.4312L8.66668 14.4942L6.53911 13.1373L7.4609 11.6919L8.66667 12.4609L9.47618 11.9447V10.393L12 8.78339ZM11.1905 11.9447L12 12.4609L12.8095 11.9447V11.3329L12 10.8166L11.1905 11.3329V11.9447ZM12 16.1391L11.1905 16.6554V17.2671L12 17.7834L12.8095 17.2671V16.6554L12 16.1391Z","M6 2H14L20 8V20C20 21.1 19.1 22 18 22H5.99C4.89 22 4 21.1 4 20L4.01 4C4.01 2.9 4.9 2 6 2ZM6 4V20H18V9H13V4H6Z"]},t={name:"success",prefix:"amplify",height:"24",width:"24",svgPathData:"M13 2H11V6.08296C10.0884 6.2359 9.24647 6.59441 8.52355 7.10919L5.41421 3.99985L4 5.41406L7.10931 8.52338C6.59447 9.24633 6.23591 10.0883 6.08296 11H2V13H6.08296C6.23382 13.8992 6.58469 14.7306 7.08827 15.4469L3.99962 18.5355L5.41384 19.9497L8.49397 16.8696C9.22346 17.3958 10.0759 17.762 11 17.917V22H13V17.917C13.9117 17.7641 14.7537 17.4055 15.4766 16.8907L18.5355 19.9496L19.9497 18.5354L16.8908 15.4764C17.4056 14.7535 17.7641 13.9116 17.917 13H22V11H17.917C17.762 10.0759 17.3958 9.22346 16.8696 8.49397L19.9494 5.41421L18.5352 4L15.4469 7.08827C14.7306 6.58469 13.8992 6.23382 13 6.08296V2Z"},e={name:"failure",prefix:"amplify",height:"24",width:"24",svgPathData:"M11 2H13V6.08296C15.5125 6.50448 17.4955 8.4875 17.917 11H22V13H17.917C17.4955 15.5125 15.5125 17.4955 13 17.917V22H11V17.917C8.4875 17.4955 6.50448 15.5125 6.08296 13H2V11H6.08296C6.50448 8.4875 8.4875 6.50448 11 6.08296V2ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z"},h={name:"snail",prefix:"amplify",height:"24",width:"24",svgPathData:"M6.29749 11.9471C6.2948 9.93241 7.93578 8.29479 9.96793 8.29748C11.5242 8.29954 12.7828 9.55656 12.7849 11.0977C12.7864 12.2584 11.8431 13.2017 10.6691 13.2001C9.79977 13.1989 9.10039 12.4985 9.09926 11.6409C9.09846 11.0296 9.59721 10.5288 10.2191 10.5296L10.2209 9.23213C8.88694 9.23036 7.80002 10.3075 7.80179 11.6426C7.80386 13.2213 9.08874 14.4955 10.6674 14.4976C12.5534 14.5001 14.0849 12.9806 14.0823 11.096C14.0793 8.83371 12.2353 7.003 9.96964 7C7.22551 6.99637 4.99635 9.2103 5.00001 11.9488C5.00225 13.627 5.69408 15.003 6.81988 15.9494C6.87383 15.9948 6.92869 16.0391 6.98444 16.0823H5V17.3798H8.89361H11.064L11.7113 17.3807L11.7113 17.3798H14.0835C15.8488 17.3798 17.0578 16.6326 17.8249 15.6777C18.5716 14.7481 18.8841 13.6453 18.9468 12.8925L18.9991 12H17.6538V12.7848C17.6084 13.3295 17.3695 14.1728 16.8133 14.8651C16.4023 15.3768 15.8091 15.8198 14.9461 15.9983C15.0463 15.8947 15.1404 15.7876 15.2287 15.6777C15.9755 14.7481 16.2879 13.6453 16.3507 12.8925V12L15.0577 12V12.7848C15.0123 13.3295 14.7733 14.1728 14.2172 14.8651C13.6814 15.5321 12.8361 16.0823 11.4874 16.0823H11.0643C9.69666 16.0805 8.49915 15.6661 7.65481 14.9563C6.82108 14.2554 6.29922 13.2418 6.29749 11.9471Z"},i={name:"h1",prefix:"amplify",height:"24",width:"24",svgPathData:"M5.20497 17.0001H6.49297C6.66097 17.0001 6.74497 16.9021 6.74497 16.7481V12.7161H10.833V16.7481C10.833 16.9021 10.931 17.0001 11.099 17.0001H12.387C12.555 17.0001 12.639 16.9021 12.639 16.7481V7.34012C12.639 7.15812 12.527 7.06012 12.345 7.13012L11.043 7.60612C10.903 7.66212 10.833 7.76012 10.833 7.90012V11.0641H6.74497V7.34012C6.74497 7.15812 6.63296 7.07412 6.45096 7.13012L5.14896 7.60612C5.00896 7.66212 4.93896 7.76012 4.93896 7.90012V16.7481C4.93896 16.9021 5.03697 17.0001 5.20497 17.0001ZM14.4272 17.0001H19.0892C19.2572 17.0001 19.3412 16.9021 19.3412 16.7481V15.6001C19.3412 15.4461 19.2572 15.3481 19.0892 15.3481H17.6612V7.35412C17.6612 7.15812 17.5492 7.07412 17.3672 7.14412L14.9592 8.05412C14.8332 8.09612 14.7492 8.18012 14.7072 8.30612L14.1752 9.74812C14.0912 9.97212 14.2172 10.0841 14.4412 10.0001L15.8552 9.45412V15.3481H14.4272C14.2592 15.3481 14.1612 15.4461 14.1612 15.6001V16.7481C14.1612 16.9021 14.2592 17.0001 14.4272 17.0001Z"},M={name:"h2",prefix:"amplify",height:"24",width:"24",svgPathData:"M13.3763 16.968H19.1023C19.2423 16.968 19.3543 16.898 19.4103 16.758L19.8303 15.61C19.9003 15.428 19.8163 15.316 19.6203 15.316H16.0923C18.0523 13.566 19.5643 11.928 19.5643 9.996C19.5643 8.148 18.3323 7 16.4423 7C14.6643 7 13.4043 8.176 13.2363 9.926C13.2223 10.094 13.3203 10.192 13.4883 10.192H14.7203C14.8743 10.192 14.9723 10.108 14.9863 9.954C15.1263 9.128 15.6583 8.68 16.4283 8.68C17.2683 8.68 17.7303 9.268 17.7303 10.01C17.7303 11.8144 15.3613 13.8507 13.6113 15.355C13.4875 15.4614 13.3668 15.5652 13.2503 15.666C13.1523 15.75 13.1243 15.848 13.1243 15.974V16.716C13.1243 16.87 13.2083 16.968 13.3763 16.968ZM4.266 16.968H5.554C5.722 16.968 5.806 16.87 5.806 16.716V12.684H9.894V16.716C9.894 16.87 9.992 16.968 10.16 16.968H11.448C11.616 16.968 11.7 16.87 11.7 16.716V7.308C11.7 7.126 11.588 7.028 11.406 7.098L10.104 7.574C9.964 7.63 9.894 7.728 9.894 7.868V11.032H5.806V7.308C5.806 7.126 5.694 7.042 5.512 7.098L4.21 7.574C4.07 7.63 4 7.728 4 7.868V16.716C4 16.87 4.098 16.968 4.266 16.968Z"},Z={name:"h3",prefix:"amplify",height:"24",width:"24",svgPathData:"M4.25233 16.9679H5.54033C5.70833 16.9679 5.79233 16.8699 5.79233 16.7159V12.6839H9.88033V16.7159C9.88033 16.8699 9.97833 16.9679 10.1463 16.9679H11.4343C11.6023 16.9679 11.6863 16.8699 11.6863 16.7159V7.3079C11.6863 7.1259 11.5743 7.0279 11.3923 7.0979L10.0903 7.5739C9.95033 7.6299 9.88033 7.7279 9.88033 7.8679V11.0319H5.79233V7.3079C5.79233 7.1259 5.68033 7.0419 5.49833 7.0979L4.19633 7.5739C4.05633 7.6299 3.98633 7.7279 3.98633 7.8679V16.7159C3.98633 16.8699 4.08433 16.9679 4.25233 16.9679ZM13.0686 15.9599C13.7126 16.6039 14.8886 17.1359 16.2326 17.1359C18.5426 17.1359 19.9566 15.6659 19.9566 13.7759C19.9566 12.0539 18.8646 10.8919 17.1566 10.7379L19.1446 8.77789C19.2426 8.67989 19.2706 8.58189 19.2706 8.45589V7.41989C19.2706 7.26589 19.1866 7.16789 19.0186 7.16789H13.9786C13.8386 7.16789 13.7266 7.22389 13.6846 7.37789L13.2646 8.52589C13.1946 8.70789 13.2786 8.81989 13.4606 8.81989H17.1426L15.2386 10.6819C15.1546 10.7659 15.1126 10.8779 15.1126 11.0039V11.8999C15.1126 12.0679 15.1966 12.1659 15.3646 12.1659H15.9806C17.2266 12.1659 18.1226 12.6559 18.1226 13.7759C18.1226 14.7419 17.4506 15.4699 16.2046 15.4699C15.1126 15.4699 14.3006 15.0219 13.7406 14.4059C13.6006 14.2519 13.4886 14.2799 13.4046 14.4759L12.9846 15.6239C12.9426 15.7639 12.9706 15.8619 13.0686 15.9599Z"},m={name:"h4",prefix:"amplify",height:"24",width:"24",svgPathData:"M3.91737 16.9679H5.20537C5.37337 16.9679 5.45737 16.8699 5.45737 16.7159V12.6839H9.54537V16.7159C9.54537 16.8699 9.64337 16.9679 9.81137 16.9679H11.0994C11.2674 16.9679 11.3514 16.8699 11.3514 16.7159V7.3079C11.3514 7.1259 11.2394 7.0279 11.0574 7.0979L9.75537 7.5739C9.61537 7.6299 9.54537 7.7279 9.54537 7.8679V11.0319H5.45737V7.3079C5.45737 7.1259 5.34537 7.0419 5.16337 7.0979L3.86137 7.5739C3.72137 7.6299 3.65137 7.7279 3.65137 7.8679V16.7159C3.65137 16.8699 3.74937 16.9679 3.91737 16.9679ZM17.3956 16.9679H18.6836C18.8516 16.9679 18.9356 16.8699 18.9356 16.7159V14.8679H19.6496C19.7896 14.8679 19.9016 14.8119 19.9436 14.6579L20.3636 13.5099C20.4336 13.3279 20.3496 13.2159 20.1676 13.2159H18.9356V7.41989C18.9356 7.26589 18.8516 7.16789 18.6836 7.16789H17.5216C17.3956 7.16789 17.2976 7.20989 17.2136 7.32189L12.8036 13.3839C12.7336 13.4819 12.7056 13.5799 12.7056 13.7059V14.6159C12.7056 14.7699 12.7896 14.8679 12.9576 14.8679H17.1296V16.7159C17.1296 16.8699 17.2276 16.9679 17.3956 16.9679ZM14.7076 13.2159L17.1296 9.88389V13.2159H14.7076Z"},p={name:"sharepoint",prefix:"amplify",height:"24",width:"24",svgPathData:"M8.84647 16H4.66655C4.29842 16 4 15.7016 4 15.3335V8.66653C4 8.2984 4.29842 7.99998 4.66655 7.99998H6.89935C7.18444 5.32976 9.44458 3.25 12.1905 3.25C14.9532 3.25 17.2243 5.35539 17.4866 8.04926C19.4888 8.68036 20.9405 10.551 20.9405 12.762C20.9405 15.2708 19.0705 17.3428 16.6483 17.6603C16.2407 19.4305 14.6556 20.75 12.7619 20.75C10.5593 20.75 8.7738 18.9645 8.7738 16.7619C8.7738 16.5013 8.79878 16.2466 8.84647 16ZM15.9384 7.82184C15.59 6.07024 14.0444 4.75 12.1905 4.75C10.2742 4.75 8.68729 6.16053 8.41147 7.99998H11.3335C11.7016 7.99998 12 8.2984 12 8.66653V9.86164C12.8867 8.64079 14.3188 7.84163 15.9384 7.82184ZM12 14.3924V15.3335C12 15.7016 11.7016 16 11.3335 16H10.3926C10.3155 16.2402 10.2738 16.4962 10.2738 16.7619C10.2738 18.136 11.3878 19.25 12.7619 19.25C14.0866 19.25 15.17 18.2143 15.2458 16.909C15.2486 16.8604 15.25 16.8114 15.25 16.7619C15.25 15.3878 14.136 14.2738 12.7619 14.2738C12.5318 14.2738 12.3101 14.3048 12.1003 14.3625C12.0666 14.3718 12.0331 14.3818 12 14.3924ZM16.7004 16.1311C16.398 14.2283 14.7498 12.7738 12.7619 12.7738C12.6941 12.7738 12.6266 12.7755 12.5596 12.7789L12.5595 12.762C12.5595 10.8618 14.0999 9.32147 16 9.32147C16.2144 9.32147 16.4236 9.34098 16.626 9.37814C18.2272 9.67206 19.4405 11.0761 19.4405 12.762C19.4405 14.4221 18.2647 15.8076 16.7004 16.1311ZM6.46824 11.4918C6.56753 11.6612 6.70423 11.8057 6.86787 11.9142C7.08025 12.0538 7.306 12.1718 7.54178 12.2666C7.83816 12.3913 8.06255 12.4918 8.21493 12.568C8.347 12.6303 8.46766 12.7144 8.57189 12.8167C8.65569 12.8999 8.70239 13.0133 8.70141 13.1314C8.70519 13.3011 8.6153 13.459 8.4675 13.5424C8.25651 13.6527 8.01935 13.703 7.78178 13.688C7.52508 13.684 7.2703 13.6432 7.0252 13.5668C6.77927 13.4984 6.5472 13.3876 6.33948 13.2392V14.163C6.55679 14.2573 6.78493 14.3244 7.01872 14.3626C7.2956 14.4095 7.576 14.4325 7.85682 14.4312C8.16981 14.436 8.48156 14.3907 8.78026 14.2971C9.03421 14.2185 9.25943 14.067 9.42789 13.8613C9.59689 13.6376 9.68258 13.362 9.67017 13.0819C9.67915 12.8562 9.62647 12.6323 9.51779 12.4342C9.41179 12.2596 9.26581 12.1125 9.09188 12.0053C8.86221 11.8665 8.62107 11.7476 8.37111 11.6499C8.34481 11.6369 8.31755 11.6259 8.28959 11.6171C8.03562 11.5122 7.84514 11.4281 7.71815 11.3649C7.60403 11.3116 7.50072 11.2377 7.41339 11.147C7.33945 11.07 7.29844 10.9673 7.2991 10.8605C7.29944 10.6846 7.4042 10.5256 7.56577 10.4559C7.77503 10.3539 8.00623 10.3049 8.23892 10.3135C8.45957 10.313 8.67947 10.3394 8.89378 10.3919C9.09129 10.4383 9.28027 10.5154 9.45378 10.6205V9.74433C9.05445 9.61434 8.63536 9.55566 8.21568 9.57099C7.89655 9.56756 7.57902 9.61673 7.27586 9.71651C7.00986 9.8005 6.77193 9.9557 6.58786 10.1653C6.41269 10.3746 6.32062 10.641 6.32919 10.9139C6.32409 11.1153 6.37204 11.3146 6.46824 11.4918Z"},f={name:"h2",prefix:"amplify",height:"24",width:"24",svgPathData:"M8 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H8C6.9 18 6 17.1 6 16V4C6 2.9 6.9 2 8 2ZM2 6H4V20H18V22H4C2.9 22 2 21.1 2 20V6ZM20 16H8V4H20V16ZM12 14.5V5.5L18 10L12 14.5Z"},g={name:"h2",prefix:"amplify",height:"24",width:"24",svgPathData:"M6.49858 7.71843L16.9216 1.7597C17.3639 1.50707 17.9162 1.82349 17.9167 2.33013L17.9164 14.2666C17.9169 14.6203 17.7383 14.947 17.4296 15.1237L7.00638 21.082C6.56424 21.3348 6.00046 21.0184 6 20.5118V8.57533C5.99954 8.22164 6.18985 7.89493 6.49858 7.71843Z"},l={name:"sort_small",prefix:"amplify",height:"10",width:"10",svgPathData:"M 1.0039 6 H 6.3448 V 7.5 H 1.0039 V 6 Z M 1.0039 2.5 H 9.01 V 4 H 1.0039 V 2.5 Z"},r={name:"info",prefix:"amplify",height:"10",width:"10",svgPathData:"M 4.1013 0.5 L 5.9013 0.5 L 5.9013 2.3 H 4.1013 L 4.1013 0.5 Z M 4.1013 4.1001 H 5.9013 L 5.9013 9.5001 H 4.1013 L 4.1013 4.1001 Z"},d={name:"table_header_row",prefix:"amplify",height:"24",width:"24",svgPathData:"M19 19L19 11L13 11V19H19ZM11 19H5L5 5L5 7V11L11 11V19ZM5 7C5 7.55229 5.44772 8 6 8H10C10.5523 8 11 7.55229 11 7C11 6.44772 10.5523 6 10 6L6 6C5.44772 6 5 6.44772 5 7ZM18 6C18.5521 6 18.9997 6.44743 19 6.99947V7V7.00053C18.9997 7.55257 18.5521 8 18 8H14C13.4477 8 13 7.55229 13 7C13 6.44772 13.4477 6 14 6L18 6ZM21 5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5Z"},s={name:"table_header_column",prefix:"amplify",height:"24",width:"24",svgPathData:"M19 5H12V11L19 11V5ZM12 13L12 19H19V13L12 13ZM5 16C5 16.5523 5.44772 17 6 17H9C9.55228 17 10 16.5523 10 16C10 15.4477 9.55228 15 9 15H6C5.44772 15 5 15.4477 5 16ZM5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM6 9C5.44772 9 5 8.55229 5 8C5 7.44772 5.44772 7 6 7L9 7C9.55228 7 10 7.44771 10 8C10 8.55228 9.55228 9 9 9L6 9Z"},n={name:"table_add_column_left",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 19H13L13 5L5 5V7C5 7.55229 4.55228 8 4 8C3.44772 8 3 7.55229 3 7V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V17C3 16.4477 3.44772 16 4 16C4.55229 16 5 16.4477 5 17L5 19ZM19 19L15 19V13H19V19ZM19 11V5L15 5L15 11H19ZM3 12C3 12.5523 3.44772 13 4 13H6V15C6 15.5523 6.44772 16 7 16C7.55229 16 8 15.5523 8 15V13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H8V9C8 8.44772 7.55229 8 7 8C6.44772 8 6 8.44772 6 9V11H4C3.44772 11 3 11.4477 3 12Z"},w={name:"table_add_column_right",prefix:"amplify",height:"24",width:"24",svgPathData:"M19 5L11 5L11 19H19V17C19 16.4477 19.4477 16 20 16C20.5523 16 21 16.4477 21 17V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V7C21 7.55229 20.5523 8 20 8C19.4477 8 19 7.55229 19 7V5ZM5 5L9 5V11H5V13H9V19H5L5 5ZM13 12C13 12.5523 13.4477 13 14 13H16V15C16 15.5523 16.4477 16 17 16C17.5523 16 18 15.5523 18 15V13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H18V9C18 8.44772 17.5523 8 17 8C16.4477 8 16 8.44772 16 9V11H14C13.4477 11 13 11.4477 13 12Z"},v={name:"table_remove_column",prefix:"amplify",height:"24",width:"24",svgPathData:"M16 5H19V19H16L16 5ZM8 5L5 5L5 19H8L8 5ZM3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5ZM14.7185 10.6407C15.0938 10.2654 15.0938 9.65685 14.7185 9.28151C14.3431 8.90616 13.7346 8.90616 13.3593 9.28151L12 10.6408L10.6408 9.28154C10.2654 8.9062 9.65688 8.9062 9.28154 9.28154C8.9062 9.65688 8.9062 10.2654 9.28154 10.6408L10.6408 12L9.28154 13.3592C8.9062 13.7346 8.9062 14.3431 9.28154 14.7185C9.65688 15.0938 10.2654 15.0938 10.6408 14.7185L12 13.3592L13.3593 14.7185C13.7346 15.0938 14.3431 15.0938 14.7185 14.7185C15.0938 14.3431 15.0938 13.7346 14.7185 13.3593L13.3592 12L14.7185 10.6407Z"},x={name:"table_add_row_above",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 5V13H19V5L17 5C16.4477 5 16 4.55228 16 4C16 3.44772 16.4477 3 17 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H7C7.55228 3 8 3.44772 8 4C8 4.55228 7.55228 5 7 5H5ZM5 19L5 15H11V19H5ZM13 19H19V15H13V19ZM12 3C11.4477 3 11 3.44772 11 4V6H9C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8H11V10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10V8H15C15.5523 8 16 7.55228 16 7C16 6.44772 15.5523 6 15 6H13V4C13 3.44772 12.5523 3 12 3Z"},y={name:"table_add_row_under",prefix:"amplify",height:"24",width:"24",svgPathData:"M19 19V11H5L5 19H7C7.55229 19 8 19.4477 8 20C8 20.5523 7.55229 21 7 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5L21 19C21 20.1046 20.1046 21 19 21H17C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19H19ZM19 5L19 9H13V5L19 5ZM11 5L5 5L5 9H11V5ZM12 13C11.4477 13 11 13.4477 11 14V16H9C8.44772 16 8 16.4477 8 17C8 17.5523 8.44772 18 9 18H11V20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20V18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H13V14C13 13.4477 12.5523 13 12 13Z"},D={name:"table_remove_row",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 5H19V8H5V5ZM5 16L5 19H19V16H5ZM3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5ZM10.6407 9.28151C10.2654 8.90616 9.65685 8.90616 9.28151 9.28151C8.90616 9.65685 8.90616 10.2654 9.28151 10.6407L10.6408 12L9.28154 13.3592C8.9062 13.7346 8.9062 14.3431 9.28154 14.7185C9.65688 15.0938 10.2654 15.0938 10.6408 14.7185L12 13.3592L13.3592 14.7185C13.7346 15.0938 14.3431 15.0938 14.7185 14.7185C15.0938 14.3431 15.0938 13.7346 14.7185 13.3592L13.3592 12L14.7185 10.6407C15.0938 10.2654 15.0938 9.65685 14.7185 9.28151C14.3431 8.90616 13.7346 8.90616 13.3593 9.28151L12 10.6408L10.6407 9.28151Z"},P={name:"table_merge_cells",prefix:"amplify",height:"24",width:"24",svgPathData:"M9 5L5 5L5 19H9V17C9 16.4477 9.44772 16 10 16C10.5523 16 11 16.4477 11 17V19C11 20.1046 10.1046 21 9 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V7C11 7.55229 10.5523 8 10 8C9.44772 8 9 7.55228 9 7V5ZM15 19H19V5H15V7C15 7.55229 14.5523 8 14 8C13.4477 8 13 7.55229 13 7V5C13 3.89543 13.8954 3 15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15C13.8954 21 13 20.1046 13 19V17C13 16.4477 13.4477 16 14 16C14.5523 16 15 16.4477 15 17V19ZM15.5225 12.0005L17.7389 9.7841C18.147 9.37607 18.147 8.71453 17.7389 8.30651C17.3309 7.89848 16.6694 7.89848 16.2613 8.30651L13.3062 11.2617C12.8981 11.6697 12.8981 12.3313 13.3062 12.7393L16.2613 15.6945C16.6694 16.1025 17.3309 16.1025 17.7389 15.6945C18.147 15.2864 18.147 14.6249 17.7389 14.2169L15.5225 12.0005ZM8.52241 12.0007L6.30602 9.7843C5.89799 9.37627 5.89799 8.71473 6.30602 8.3067C6.71405 7.89868 7.37559 7.89868 7.78361 8.3067L10.7388 11.2619C11.1468 11.6699 11.1468 12.3315 10.7388 12.7395L7.78361 15.6947C7.37559 16.1027 6.71405 16.1027 6.30602 15.6947C5.89799 15.2866 5.89799 14.6251 6.30602 14.2171L8.52241 12.0007Z"},_={name:"table_split_cell",prefix:"amplify",height:"24",width:"24",svgPathData:"M13 5H19V19H13V18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18V19H5L5 5H11V6C11 6.55228 11.4477 7 12 7C12.5523 7 13 6.55228 13 6V5ZM3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5ZM15.4776 12.0002L13.2612 9.78377C12.8532 9.37575 12.8532 8.7142 13.2612 8.30618C13.6692 7.89815 14.3308 7.89815 14.7388 8.30618L17.694 11.2614C18.102 11.6694 18.102 12.3309 17.694 12.739L14.7388 15.6941C14.3308 16.1022 13.6692 16.1022 13.2612 15.6941C12.8532 15.2861 12.8532 14.6246 13.2612 14.2165L15.4776 12.0002ZM8.56709 12.0008L10.7835 9.78439C11.1915 9.37637 11.1915 8.71482 10.7835 8.3068C10.3754 7.89877 9.71391 7.89877 9.30588 8.3068L6.3507 11.262C5.94267 11.67 5.94267 12.3315 6.3507 12.7396L9.30588 15.6948C9.71391 16.1028 10.3754 16.1028 10.7835 15.6948C11.1915 15.2867 11.1915 14.6252 10.7835 14.2172L8.56709 12.0008Z"},o={name:"resources",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.5 20.3982V23.9982L12.93 23.3082C18.06 20.8382 21.5 15.8582 21.5 10.9082C21.5 5.6682 17.24 1.4082 12 1.4082C6.76 1.4082 2.5 5.6682 2.5 10.9082C2.5 15.9782 6.49 20.1382 11.5 20.3982ZM4.5 10.9082C4.5 6.7682 7.86 3.4082 12 3.4082C16.14 3.4082 19.5 6.7682 19.5 10.9082C19.5 14.6282 17.14 18.4082 13.5 20.7082V18.4082H12C7.86 18.4082 4.5 15.0482 4.5 10.9082ZM13 14.9082V16.9082H11V14.9082H13ZM12.7704 10.2299C11.9421 10.8648 11 11.5869 11 13.4082H13C13 12.3128 13.711 11.6915 14.4408 11.0537C15.21 10.3815 16 9.69112 16 8.4082C16 6.1982 14.21 4.4082 12 4.4082C9.79 4.4082 8 6.1982 8 8.4082H10C10 7.3082 10.9 6.4082 12 6.4082C13.1 6.4082 14 7.3082 14 8.4082C14 9.28742 13.4202 9.73181 12.7704 10.2299Z"},c={name:"overview",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 9L5 5L9 5L9 9L5 9ZM3 4C3 3.44772 3.44772 3 4 3L10 3C10.5523 3 11 3.44772 11 4L11 10C11 10.5523 10.5523 11 10 11L4 11C3.44772 11 3 10.5523 3 10L3 4ZM15 9L15 5L19 5L19 9L15 9ZM13 4C13 3.44772 13.4477 3 14 3L20 3C20.5523 3 21 3.44772 21 4L21 10C21 10.5523 20.5523 11 20 11L14 11C13.4477 11 13 10.5523 13 10L13 4ZM5 15L5 19L9 19L9 15L5 15ZM4 13C3.44772 13 3 13.4477 3 14L3 20C3 20.5523 3.44772 21 4 21L10 21C10.5523 21 11 20.5523 11 20L11 14C11 13.4477 10.5523 13 10 13L4 13ZM15 19L15 15L19 15L19 19L15 19ZM13 14C13 13.4477 13.4477 13 14 13L20 13C20.5523 13 21 13.4477 21 14L21 20C21 20.5523 20.5523 21 20 21L14 21C13.4477 21 13 20.5523 13 20L13 14Z"},b={name:"shield_person",prefix:"amplify",height:"24",width:"24",svgPathData:"M9.5125 11.9875C10.1875 12.6625 11.0167 13 12 13C12.9833 13 13.8125 12.6625 14.4875 11.9875C15.1625 11.3125 15.5 10.4833 15.5 9.5C15.5 8.51667 15.1625 7.6875 14.4875 7.0125C13.8125 6.3375 12.9833 6 12 6C11.0167 6 10.1875 6.3375 9.5125 7.0125C8.8375 7.6875 8.5 8.51667 8.5 9.5C8.5 10.4833 8.8375 11.3125 9.5125 11.9875ZM13.075 10.575C12.7917 10.8583 12.4333 11 12 11C11.5667 11 11.2083 10.8583 10.925 10.575C10.6417 10.2917 10.5 9.93333 10.5 9.5C10.5 9.06667 10.6417 8.70833 10.925 8.425C11.2083 8.14167 11.5667 8 12 8C12.4333 8 12.7917 8.14167 13.075 8.425C13.3583 8.70833 13.5 9.06667 13.5 9.5C13.5 9.93333 13.3583 10.2917 13.075 10.575ZM6.2625 18.0125C7.77083 20.0875 9.68333 21.4167 12 22C14.3167 21.4167 16.2292 20.0875 17.7375 18.0125C19.2458 15.9375 20 13.6333 20 11.1V5L12 2L4 5V11.1C4 13.6333 4.75417 15.9375 6.2625 18.0125ZM6 6.375L12 4.125L18 6.375V11.1C18 12 17.875 12.875 17.625 13.725C17.375 14.575 17.0333 15.375 16.6 16.125C15.9 15.775 15.1667 15.5 14.4 15.3C13.6333 15.1 12.8333 15 12 15C11.1667 15 10.3667 15.1 9.6 15.3C8.83333 15.5 8.1 15.775 7.4 16.125C6.96667 15.375 6.625 14.575 6.375 13.725C6.125 12.875 6 12 6 11.1V6.375ZM10.25 17.2C10.8167 17.0667 11.4 17 12 17C12.6 17 13.1833 17.0667 13.75 17.2C14.3167 17.3333 14.8583 17.5167 15.375 17.75C14.8917 18.25 14.3667 18.6833 13.8 19.05C13.2333 19.4167 12.6333 19.7 12 19.9C11.3667 19.7 10.7667 19.4167 10.2 19.05C9.63333 18.6833 9.10833 18.25 8.625 17.75C9.14167 17.5167 9.68333 17.3333 10.25 17.2Z"},u={name:"merged",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.4286 11.4088H14.525C14.9643 10.4286 15.9714 9.69169 17.1429 9.69169C18.7214 9.69169 20 11.0046 20 12.5535C20 14.1669 18.7214 15.4476 17.1429 15.4476C15.9714 15.4476 14.9643 14.7428 14.525 13.6983H11.4286C10.1107 13.6983 8.95357 13.3048 8 12.5857V15.6873C9.01071 16.1273 9.71429 17.1361 9.71429 18.3094C9.71429 19.8906 8.43571 21.1713 6.85714 21.1713C5.27929 21.1713 4 19.8906 4 18.3094C4 17.1361 4.70536 16.1273 5.71429 15.6873V8.33947C4.70536 7.86727 4 6.89067 4 5.71731C4 4.13686 5.27929 2.85547 6.85714 2.85547C8.43571 2.85547 9.71429 4.13686 9.71429 5.71731C9.71429 6.88351 9.01786 7.88873 8.01429 8.3359C8.17857 10.078 9.64643 11.441 11.4286 11.441V11.4088ZM6.85714 6.54367C7.33036 6.54367 7.71429 6.1913 7.71429 5.68512C7.71429 5.24296 7.33036 4.82656 6.85714 4.82656C6.38393 4.82656 6 5.24296 6 5.68512C6 6.1913 6.38393 6.54367 6.85714 6.54367ZM6.85714 19.168C7.33036 19.168 7.71429 18.7852 7.71429 18.3094C7.71429 17.8336 7.33036 17.4509 6.85714 17.4509C6.38393 17.4509 6 17.8336 6 18.3094C6 18.7852 6.38393 19.168 6.85714 19.168ZM17.1429 11.695C16.6679 11.695 16.2857 12.11 16.2857 12.5535C16.2857 13.0615 16.6679 13.4121 17.1429 13.4121C17.6179 13.4121 18 13.0615 18 12.5535C18 12.11 17.6179 11.695 17.1429 11.695Z"},j={name:"branch",prefix:"amplify",height:"24",width:"24",svgPathData:"M10 6.65625C10 7.74531 9.38437 8.65176 8.5 9.09004V12.0053C9.0875 11.6434 9.77188 11.4375 10.5 11.4375H13.5C14.6031 11.4375 15.5 10.4846 15.5 9.3125V9.09004C14.6156 8.65176 14 7.74531 14 6.65625C14 5.18934 15.1187 4 16.5 4C17.8813 4 19 5.18934 19 6.65625C19 7.74531 18.3844 8.65176 17.5 9.09004V9.3125C17.5 11.66 15.7094 13.5625 13.5 13.5625H10.5C9.39688 13.5625 8.5 14.5154 8.5 15.6875V15.91C9.38437 16.3184 10 17.2547 10 18.3438C10 19.8113 8.88125 21 7.5 21C6.11937 21 5 19.8113 5 18.3438C5 17.2547 5.61719 16.3184 6.5 15.91V9.09004C5.61719 8.65176 5 7.74531 5 6.65625C5 5.18934 6.11937 4 7.5 4C8.88125 4 10 5.18934 10 6.65625ZM7.5 7.45312C7.91406 7.45312 8.25 7.09619 8.25 6.65625C8.25 6.21631 7.91406 5.85938 7.5 5.85938C7.08594 5.85938 6.75 6.21631 6.75 6.65625C6.75 7.09619 7.08594 7.45312 7.5 7.45312ZM16.5 5.85938C16.0844 5.85938 15.75 6.21631 15.75 6.65625C15.75 7.09619 16.0844 7.45312 16.5 7.45312C16.9156 7.45312 17.25 7.09619 17.25 6.65625C17.25 6.21631 16.9156 5.85938 16.5 5.85938ZM7.5 19.1406C7.91406 19.1406 8.25 18.7854 8.25 18.3438C8.25 17.9021 7.91406 17.5469 7.5 17.5469C7.08594 17.5469 6.75 17.9021 6.75 18.3438C6.75 18.7854 7.08594 19.1406 7.5 19.1406Z"},k={name:"compare",prefix:"amplify",height:"18",width:"18",svgPathData:"M14.25 2.25H9.75V15.75H14.25C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25V3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25ZM11.25 3.75H14.25V14.25L11.25 9.75V3.75Z M2.25 3.75V14.25C2.25 14.6478 2.40803 15.0294 2.68934 15.3107C2.97064 15.592 3.35218 15.75 3.75 15.75H8.25V2.25H3.75C3.35218 2.25 2.97064 2.40804 2.68934 2.68934C2.40803 2.97064 2.25 3.35218 2.25 3.75ZM6.75 14.25L3.75 9.75V3.75H6.75V14.25Z"},q={name:"overlay",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 19V7C4.46957 7 3.96086 7.21071 3.58579 7.58579C3.21071 7.96086 3 8.46957 3 9V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H15C15.5304 21 16.0391 20.7893 16.4142 20.4142C16.7893 20.0391 17 19.5304 17 19H5Z M19 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V7V9V15C7 15.5304 7.21071 16.0391 7.58579 16.4142C7.96086 16.7893 8.46957 17 9 17H19C19.5304 17 20.0391 16.7893 20.4142 16.4142C20.7893 16.0391 21 15.5304 21 15V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 15H17V9C17 8.46957 16.7893 7.96086 16.4142 7.58579C16.0391 7.21071 15.5304 7 15 7H9V5H19V15Z"},z={name:"calculator",prefix:"amplify",height:"24",width:"24",svgPathData:"M5 3C4.98598 3 4.97199 3.00014 4.95803 3.00043C3.87284 3.02277 3 3.90945 3 5V5V5.11765V18.8824V19C3 19.1381 3.01399 19.2729 3.04063 19.4031C3.22713 20.3144 4.0335 21 5 21L19 21C20.1046 21 21 20.1046 21 19V18.8824V5.11765V5C21 3.89543 20.1046 3 19 3H5ZM5 5.11765L5 18.8824L19 18.8824V5.11765H5ZM9.70175 12.2656H8.42149V14.186H6.5011V15.4663H8.42149V17.3867H9.70175V15.4663H11.6221V14.186H9.70175V12.2656ZM11.1954 8.0589V9.34518H9.59505H8.52817H6.92784V8.0589H8.52817H9.59505H11.1954ZM17.5394 13.119V14.4053H15.939H14.8721H13.2718V13.119H14.8721H15.939H17.5394ZM17.5394 15.2469V16.5332H15.939H14.8721H13.2718V15.2469H14.8721H15.939H17.5394ZM16.7636 6.43892L17.6688 7.3442L16.3109 8.70211L17.6688 10.06L16.7636 10.9653L15.4056 9.60739L14.0477 10.9653L13.1424 10.06L14.5004 8.70211L13.1424 7.3442L14.0477 6.43892L15.4056 7.79683L16.7636 6.43892Z"};export{a as amplify_aml,j as amplify_branch,z as amplify_calculator,e as amplify_failure,i as amplify_h1,M as amplify_h2,Z as amplify_h3,m as amplify_h4,r as amplify_info_small,H as amplify_lwd,u as amplify_merged,q as amplify_overlay,c as amplify_overview,o as amplify_resources,p as amplify_sharepoint,b as amplify_shield_person,k as amplify_sidebyside,g as amplify_small_portal,h as amplify_snail,l as amplify_sort_small,t as amplify_success,n as amplify_table_add_column_left,w as amplify_table_add_column_right,x as amplify_table_add_row_above,y as amplify_table_add_row_below,s as amplify_table_column_heading,P as amplify_table_merge_cells,v as amplify_table_remove_column,D as amplify_table_remove_row,d as amplify_table_row_heading,_ as amplify_table_split_cell,f as amplify_tutorials,C as amplify_wellbore,V as amplify_wireline_cased_hole,L as amplify_wireline_open_hole};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import r from"./ApplicationIconBase.js";import{acquire as i}from"./ApplicationIconCollection.js";const a=[{top:-45,left:-5,rotation:25},{top:64,left:-5,rotation:5}],e=t(((t,e)=>o(r,{ref:e,iconData:i,shapes:a,...t})));e.displayName="Acquire";export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const s="grayscale(1) brightness(1.25)";export{s as GRAYSCALE_FILTER_VALUE};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as p}from"react";import a from"./Acquire.js";import m from"./Bravos.js";import r from"./Dasha.js";import e from"./Fallback.js";import n from"./FourDInsight.js";import i from"./InPress.js";import t from"./LoggingQualification.js";import c from"./Orca.js";import s from"./Portal.js";import f from"./Premo.js";import l from"./Pwex.js";import g from"./Recap.js";const j=[{appName:["portal"],component:s},{appName:["acquire"],component:a},{appName:["4dinsight"],component:n},{appName:["dasha"],component:r},{appName:["orca"],component:c},{appName:["logging-qualification","logging qualification"],component:t},{appName:["recap"],component:g},{appName:["pwex"],component:l},{appName:["inpress"],component:i},{appName:["bravos"],component:m},{appName:["premo"],component:f}],N=p((({name:p,size:a=48,iconOnly:m=!1,withHover:r=!1,grayScale:n=!1},i)=>{const t=j.find((o=>o.appName.includes(p.toLowerCase())));return o(void 0===t?e:t.component,{size:a,ref:i,iconOnly:m,withHover:r,grayScale:n})}));N.displayName="ApplicationIcon";export{N as default};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import{jsx as e,jsxs as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import{Icon as i}from"@equinor/eds-core-react";import{tokens as n}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{GRAYSCALE_FILTER_VALUE as r}from"./ApplicationIcon.constants.js";import a,{css as s}from"styled-components";const{colors:c,elevation:d}=n,l=a.div`
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
align-items: center;
|
|
6
|
+
border-radius: 15%;
|
|
7
|
+
background: ${({$iconOnly:e})=>e?"transparent":"#004f55"};
|
|
8
|
+
width: ${({$size:e})=>`${e}px`};
|
|
9
|
+
height: ${({$size:e})=>`${e}px`};
|
|
10
|
+
z-index: 100;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
${({$grayScale:e})=>e?s`
|
|
13
|
+
filter: ${r};
|
|
14
|
+
`:""}
|
|
15
|
+
> svg {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: 0;
|
|
18
|
+
left: 0;
|
|
19
|
+
pointer-events: none;
|
|
20
|
+
transition: all 2s ease-in-out;
|
|
21
|
+
z-index: 300;
|
|
22
|
+
transform: scale(0.8);
|
|
23
|
+
}
|
|
24
|
+
${({$withHover:e})=>e&&"\n cursor: pointer;\n &:hover {\n > svg {\n transform: scale(0.9);\n }\n > div:nth-child(even) {\n top: -80%;\n left: 80%;\n }\n > div:nth-child(odd) {\n top: 93%;\n left: -93%;\n }\n }\n "};
|
|
25
|
+
`,p=a.div`
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: ${e=>e.$top}%;
|
|
28
|
+
left: ${e=>e.$left}%;
|
|
29
|
+
border-radius: 55% 50% 80% 50%;
|
|
30
|
+
z-index: ${e=>200-e.$index};
|
|
31
|
+
width: 120%;
|
|
32
|
+
height: 80%;
|
|
33
|
+
box-shadow: ${d.raised};
|
|
34
|
+
// This background is set to hex and not rgba because design do not want this color to change in dark mode , 18 march 2024.
|
|
35
|
+
background: ${c.interactive.primary__resting.hex};
|
|
36
|
+
transition: all 3s cubic-bezier(0.25, 1, 0.5, 1);
|
|
37
|
+
transform: rotate(${e=>e.$rotation}deg);
|
|
38
|
+
pointer-events: none;
|
|
39
|
+
`,$=t((({size:t=48,iconData:n,shapes:r,iconOnly:a,withHover:s,grayScale:c=!1},d)=>a?e(l,{"data-testid":"application-icon",ref:d,$size:t,$iconOnly:a,$withHover:s,$grayScale:c,children:Array.isArray(n)?n.map(((o,n)=>e(i,{data:o,size:t,color:o.color},`icon-${n}`))):e(i,{data:n,size:t,color:"#ffffff"})}):o(l,{"data-testid":"application-icon",ref:d,$size:t,$iconOnly:a,$withHover:s,$grayScale:c,children:[Array.isArray(n)?n.map(((o,n)=>e(i,{data:o,size:t,color:o.color},`icon-${n}`))):e(i,{data:n,size:t,color:"#ffffff"}),r.map(((o,t)=>e(p,{"data-testid":"shape",$index:t,$top:o.top,$left:o.left,$rotation:o.rotation,$grayScale:c},`shape-${t}`)))]})));$.displayName="ApplicationIconBase";export{$ as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const C={name:"acquire",prefix:"amplify",height:"24",width:"24",svgPathData:"M5.73913 18.0228C4.77863 18.0228 4 17.2441 4 16.2836L4 7.96169C4 7.0012 4.77864 6.22256 5.73913 6.22256L13.0026 6.22256V5.19527C13.0026 4.21785 13.8312 3.37775 14.8801 3.49009C15.5869 3.56579 16.7363 3.733 17.7351 4.10058C18.2318 4.28337 18.7638 4.54129 19.1879 4.91859C19.6292 5.31128 20 5.88143 20 6.62683V15.0906C20 15.9371 19.6601 16.6187 19.0891 17.0966C18.5636 17.5364 17.9062 17.7516 17.3176 17.868C16.3651 18.0564 15.2512 18.0393 14.4837 18.0275C14.3205 18.025 14.173 18.0228 14.0461 18.0228H5.73913ZM13.0026 8.30952V12.6454C13.0026 13.682 13.8804 14.4379 14.8375 14.4143C15.5025 14.3979 16.4167 14.4269 17.1315 14.6187C17.4904 14.715 17.7113 14.83 17.8253 14.9274C17.9058 14.9961 17.913 15.0306 17.913 15.0906C17.913 15.3235 17.8437 15.4175 17.7498 15.4961C17.6103 15.6128 17.347 15.7348 16.9126 15.8207C16.2009 15.9615 15.3796 15.9508 14.6127 15.9408C14.4195 15.9383 14.2297 15.9358 14.046 15.9358H6.08696L6.08696 8.30952L13.0026 8.30952Z"},L={name:"dasha",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.2207 2.72474C11.6966 2.42509 12.3022 2.42509 12.7781 2.72474L19.355 6.86576C19.78 7.13334 20.0379 7.60037 20.0379 8.10256V15.8974C20.0379 16.3996 19.78 16.8667 19.355 17.1342L12.7781 21.2753C12.3022 21.5749 11.6966 21.5749 11.2207 21.2753L4.64375 17.1342C4.21877 16.8667 3.96094 16.3996 3.96094 15.8974V8.10256C3.96094 7.60037 4.21877 7.13334 4.64375 6.86576L11.2207 2.72474ZM6.88401 10.6675V15.0906L10.5379 17.3911V12.8328L6.88401 10.6675ZM13.4609 12.8328V17.3911L17.1148 15.0906V10.6675L13.4609 12.8328ZM15.7732 8.06477L11.9994 10.3011L8.22557 8.06477L11.9994 5.68865L15.7732 8.06477Z"},a={name:"recap",prefix:"amplify",height:"24",width:"24",svgPathData:"M18.5749 6.36192C19.1567 6.87912 19.2091 7.77008 18.6919 8.35193L10.1206 17.9946L5.30821 12.5807C4.79101 11.9988 4.84342 11.1079 5.42527 10.5907C6.00712 10.0735 6.89808 10.1259 7.41528 10.7077L10.1206 13.7512L16.5848 6.47898C17.102 5.89713 17.993 5.84472 18.5749 6.36192Z"},i={name:"portal",prefix:"amplify",height:"24",width:"24",svgPathData:"M7.52581 8.96567L16.0682 4.08206C16.4308 3.87501 16.8834 4.13434 16.8838 4.54956L16.8836 14.3323C16.884 14.6222 16.7376 14.89 16.4846 15.0348L7.94199 19.9181C7.57962 20.1253 7.11757 19.866 7.11719 19.4507V9.66796C7.11681 9.37809 7.27278 9.11033 7.52581 8.96567Z"},t={name:"premo",prefix:"amplify",height:"24",width:"24",svgPathData:"M17.1369 5.11692C18.3299 5.95659 19.2792 7.07138 19.9035 8.35296C20.1647 8.88904 19.8399 9.49855 19.258 9.68173C18.6801 9.86362 18.0668 9.55453 17.7795 9.03587C16.6745 7.04075 14.5008 5.684 12 5.684C9.49918 5.68401 7.32549 7.04075 6.22045 9.03586C5.93317 9.55453 5.31986 9.86363 4.74199 9.68174C4.16002 9.49856 3.83526 8.88903 4.09642 8.35295C4.72075 7.07138 5.67004 5.95659 6.86304 5.11692C8.35616 4.06601 10.1544 3.5 12 3.5C13.8456 3.5 15.6438 4.06601 17.1369 5.11692ZM7.7742 14.3996C8.11355 14.9526 8.56707 15.4366 9.11048 15.8191C9.95036 16.4102 10.9619 16.7286 12 16.7286C13.0382 16.7286 14.0496 16.4102 14.8895 15.8191C15.4329 15.4366 15.8865 14.9526 16.2258 14.3996C16.534 13.8974 16.2104 13.2916 15.6368 13.111C15.0632 12.9305 14.4592 13.2575 14.064 13.6989C13.5633 14.2583 12.8243 14.612 12 14.612C11.1757 14.612 10.4368 14.2583 9.93601 13.6989C9.54082 13.2575 8.93681 12.9305 8.36317 13.111C7.78962 13.2916 7.46605 13.8974 7.7742 14.3996ZM4.08941 15.6326C4.71362 16.9202 5.66557 18.0402 6.86307 18.8831C8.35619 19.934 10.1544 20.5 12 20.5C13.8456 20.5 15.6438 19.934 17.1369 18.8831C18.3344 18.0402 19.2864 16.9202 19.9106 15.6326C20.1668 15.104 19.847 14.5037 19.2737 14.3232C18.7003 14.1427 18.0922 14.4527 17.813 14.9703C16.7188 16.9989 14.5263 18.3834 12 18.3834C9.47368 18.3834 7.28119 16.9989 6.18697 14.9703C5.90777 14.4527 5.29965 14.1427 4.72629 14.3232C4.15301 14.5037 3.83318 15.104 4.08941 15.6326ZM16.2541 10.1086C16.1056 10.674 15.6029 10.8322 14.5974 11.1487L12.6752 11.7538L12.6752 11.7538C12.3404 11.8591 12.173 11.9118 12 11.9118C11.827 11.9118 11.6596 11.8591 11.3248 11.7538L9.40259 11.1487C8.39712 10.8322 7.89437 10.674 7.74596 10.1086C7.59754 9.54319 7.87571 9.25888 8.43204 8.69025C8.6384 8.47932 8.86529 8.28609 9.11049 8.11351C9.95036 7.52238 10.9619 7.204 12 7.204C13.0382 7.204 14.0497 7.52238 14.8895 8.11351C15.1347 8.28609 15.3616 8.47932 15.568 8.69024C16.1243 9.25887 16.4025 9.54319 16.2541 10.1086Z"},h={name:"pwex",prefix:"amplify",height:"24",width:"24",svgPathData:"M12.7668 15.1491H18.4664V7.62094H13.8628C13.2614 7.62094 12.7731 8.13262 12.7668 8.76635L12.7668 8.77894V15.1491ZM13.8628 6C13.1347 6 12.4757 6.31245 11.9994 6.81734C11.5231 6.31256 10.8642 6.00019 10.1362 6.00019H4.43649C4.19434 6.00019 3.99805 6.20754 3.99805 6.46331V19.253C3.99805 19.2723 3.99908 19.2911 4.00107 19.3094C4.0023 19.3207 4.0039 19.3319 4.00586 19.3429C4.06807 19.6923 4.48746 19.8493 4.74372 19.5834L7.32722 16.9029C7.40921 16.8178 7.51953 16.7702 7.63445 16.7702H12.7668V16.77H19.5625C19.8047 16.77 20.001 16.5627 20.001 16.3069V6.46313C20.001 6.20735 19.8047 6 19.5625 6H13.8628ZM6.66535 7.9048C6.24448 7.9048 5.9033 8.24598 5.9033 8.66685C5.9033 9.08771 6.24448 9.42889 6.66535 9.42889H9.78975C10.2106 9.42889 10.5518 9.08771 10.5518 8.66685C10.5518 8.24598 10.2106 7.9048 9.78975 7.9048H6.66535ZM5.90328 11.258C5.90328 10.8371 6.24446 10.4959 6.66533 10.4959H9.78973C10.2106 10.4959 10.5518 10.8371 10.5518 11.258C10.5518 11.6789 10.2106 12.02 9.78973 12.02H6.66533C6.24446 12.02 5.90328 11.6789 5.90328 11.258ZM6.66533 13.0868C6.24446 13.0868 5.90328 13.428 5.90328 13.8488C5.90328 14.2697 6.24446 14.6109 6.66533 14.6109H7.79751C8.21838 14.6109 8.55956 14.2697 8.55956 13.8488C8.55956 13.428 8.21838 13.0868 7.79752 13.0868H6.66533Z"},e={name:"fourDInsight",prefix:"amplify",height:"24",width:"24",svgPathData:"M5.33398 11.1475C5.33398 7.0982 8.50065 4.47998 12.0007 4.47998C15.5006 4.47998 18.6673 7.0982 18.6673 11.1475C18.6673 13.7332 16.6257 16.7742 12.559 20.2787C12.2423 20.5471 11.7673 20.5471 11.4507 20.2787C7.37565 16.7742 5.33398 13.7332 5.33398 11.1475ZM14.668 11.7014C14.668 13.3886 13.4013 14.4795 12.0013 14.4795C10.6013 14.4795 9.33464 13.3886 9.33464 11.7014C9.33464 10.624 10.1513 9.35691 11.778 7.8967C11.9046 7.78489 12.0946 7.78489 12.2213 7.8967C13.8513 9.35691 14.668 10.624 14.668 11.7014Z"},M={name:"inPress",prefix:"amplify",height:"24",width:"24",svgPathData:"M16.1349 14.7431L16.8119 15.4062L18.5928 17.1923C18.9773 17.578 18.9768 18.2023 18.5915 18.5873C18.2067 18.972 17.5831 18.9726 17.1975 18.5887L15.4089 16.8083L14.7503 16.1282L15.1564 15.8081C14.0901 16.7241 12.7058 17.2756 11.1999 17.2756C7.84197 17.2756 5.12012 14.5555 5.12012 11.1998C5.12012 7.84412 7.84197 5.12402 11.1999 5.12402C14.5577 5.12402 17.2796 7.84412 17.2796 11.1998C17.2796 12.7048 16.7277 14.0882 15.8111 15.1538L16.1349 14.7431ZM6.9908 11.1998C6.9908 11.7856 7.10986 12.3429 7.32518 12.849C7.52626 13.3216 7.83051 13.6987 8.14615 14.0981C8.91243 14.9043 9.99618 15.4062 11.1999 15.4062C13.5289 15.4062 15.4089 13.5273 15.4089 11.1998C15.4089 10.7532 15.3397 10.3231 15.2113 9.91958C15.0504 9.41375 14.7729 9.00045 14.4821 8.56276C13.7114 7.60513 12.5287 6.9935 11.1999 6.9935C8.87085 6.9935 6.9908 8.87233 6.9908 11.1998Z M15.2113 9.91958L11.6743 13.3664L10.4571 12.0759L8.14615 14.0981C7.83051 13.6987 7.52626 13.3216 7.32518 12.849L10.5555 10.0224L11.7188 11.2556L14.4821 8.56276C14.7729 9.00045 15.0504 9.41375 15.2113 9.91958Z"},Z={name:"loggingQualification",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.5014 4.17649C11.7919 3.94117 12.2075 3.94117 12.4981 4.17649L13.9996 5.39254L15.672 6.69748C15.8903 6.86784 16.0172 7.12985 16.0156 7.40678L15.9995 10.1624L16.017 16.595C16.0178 16.8709 15.8909 17.1317 15.6733 17.3015L13.9996 18.6075L12.4981 19.8235C12.2075 20.0588 11.7919 20.0588 11.5014 19.8235L9.99982 18.6075L8.32609 17.3015C8.10853 17.1317 7.98167 16.8709 7.98243 16.595L7.99991 10.1624L7.9838 7.40678C7.98218 7.12985 8.10913 6.86784 8.32746 6.69748L9.99982 5.39254L11.5014 4.17649Z"},g={name:"depthConversion",prefix:"amplify",height:"24",width:"24",svgPathData:"M11.5909 14.6585C11.8317 14.8457 12.1689 14.8456 12.4096 14.6582L16.907 11.1568L17.3212 10.8361C17.6653 10.5696 17.6659 10.05 17.3223 9.78279L12.4096 5.96184C12.1689 5.7746 11.8318 5.7746 11.591 5.96184L6.67633 9.7844C6.33335 10.0512 6.33313 10.5695 6.67588 10.8365L7.087 11.1568L11.5909 14.6585ZM13.3246 8.36268L12 7.33119L10.5907 8.42867L12.0028 9.46418L13.3246 8.36268ZM14.4012 9.2011L13.1106 10.2766L14.5323 11.3192L15.8267 10.3112L14.4012 9.2011ZM12.0552 11.1561L13.4388 12.1707L12 13.2912L10.7041 12.282L12.0552 11.1561ZM8.17335 10.3112L9.62748 11.4436L10.9474 10.3437L9.49724 9.28021L8.17335 10.3112Z M11.9936 16.8245L7.48733 13.321C7.24787 13.1348 6.91263 13.1348 6.67321 13.321C6.33188 13.5865 6.33188 14.1024 6.67321 14.3679L11.3863 18.0336C11.7474 18.3145 12.2531 18.3145 12.6142 18.0336L17.3232 14.3711C17.6667 14.1039 17.6669 13.5848 17.3236 13.3173C17.0825 13.1294 16.7446 13.1293 16.5033 13.3169L11.9936 16.8245Z"},r={name:"equinor-fallback",prefix:"amplify",height:"24",width:"24",svgPathData:"M6.12478 6.82667L6.12491 11.661C6.12478 11.8043 6.19663 11.9366 6.32074 12.0081L10.5097 14.4214C10.6874 14.5238 10.914 14.3955 10.9141 14.1904V9.35619C10.9143 9.21289 10.8379 9.08051 10.7136 9.00893L6.52484 6.59578C6.347 6.4934 6.12504 6.62164 6.12478 6.82667ZM19.027 3.05178L12.9963 6.52619C12.8177 6.62911 12.7075 6.8196 12.7078 7.02583V13.9857C12.7081 14.2811 13.0343 14.4656 13.2901 14.3182L19.321 10.844C19.4996 10.741 19.6029 10.5505 19.6026 10.3443L19.6028 3.38438C19.6025 3.08897 19.283 2.90447 19.027 3.05178ZM10.7542 17.8545L9.07822 18.8201C9.02863 18.8488 8.99797 18.9017 8.99797 18.9591L8.99784 20.8931C8.99784 20.9753 9.08875 21.0265 9.15981 20.9856L10.8358 20.0201C10.8855 19.9915 10.9143 19.9385 10.9141 19.8813V17.947C10.9141 17.865 10.8252 17.8137 10.7542 17.8545ZM9.77743 16.0699L7.2675 14.6175C7.19311 14.5745 7.10139 14.5745 7.02701 14.6175L4.51708 16.0699C4.41057 16.1315 4.41057 16.2852 4.51708 16.3469L7.02701 17.799C7.10139 17.8422 7.19311 17.8422 7.2675 17.799L9.77743 16.3469C9.88394 16.2852 9.88394 16.1315 9.77743 16.0699ZM13.8181 16.3317L14.9334 16.9769C14.9994 17.0152 15.0808 17.0152 15.1469 16.9769L16.2621 16.3317C16.3567 16.2768 16.3567 16.1401 16.2621 16.0853L15.1469 15.4401C15.0808 15.4019 14.9994 15.4019 14.9334 15.4401L13.8181 16.0853C13.7235 16.1401 13.7235 16.2768 13.8181 16.3317ZM12.9211 17.8846L14.0374 18.5277C14.1035 18.5658 14.1443 18.6364 14.1443 18.7128L14.143 20.0011C14.1429 20.1104 14.0245 20.1788 13.9297 20.1243L12.8134 19.4812C12.7473 19.4431 12.7079 19.3722 12.7079 19.2961L12.7078 18.0078C12.7078 17.8986 12.8263 17.8299 12.9211 17.8846Z"},p=[{name:"bravos1",prefix:"bravos",height:"24",width:"24",color:"#99C6C9",svgPathData:"M15.6121 11.9889C15.6121 11.472 15.2603 11.0214 14.7588 10.8961L10.2339 9.76484C8.30708 9.28313 6.95533 7.55184 6.95533 5.56568V5.49634H8.39813V5.56568C8.39813 6.88979 9.2993 8.04398 10.5839 8.36512L15.1088 9.49635C16.2525 9.78229 17.0549 10.81 17.0549 11.9889C17.0549 13.1679 16.2525 14.1956 15.1088 14.4815L10.5839 15.6128C9.2993 15.9339 8.39813 17.0881 8.39813 18.4122V18.4815H6.95533V18.4122C6.95533 16.426 8.30708 14.6947 10.2339 14.213L14.7588 13.0818C15.2603 12.9564 15.6121 12.5059 15.6121 11.9889Z"},{name:"bravos2",prefix:"bravos",height:"24",width:"24",color:"#CCE2E4",svgPathData:"M12.7266 11.9889C12.7266 11.4218 12.3748 10.9141 11.8438 10.715L9.76403 9.93509C8.07464 9.30157 6.95543 7.68655 6.95543 5.88228V5.49634H8.39823V5.88228C8.39823 7.08513 9.14437 8.16181 10.2706 8.58416L12.3504 9.36407C13.4446 9.77438 14.1694 10.8204 14.1694 11.9889C14.1694 13.1575 13.4446 14.2035 12.3504 14.6138L10.2706 15.3937C9.14437 15.8161 8.39823 16.8927 8.39823 18.0956V18.4815H6.95543V18.0956C6.95543 16.2913 8.07464 14.6763 9.76403 14.0428L11.8438 13.2629C12.3748 13.0637 12.7266 12.5561 12.7266 11.9889Z"},{name:"bravos3",prefix:"bravos",height:"24",width:"24",color:"white",svgPathData:"M9.84089 11.9889C9.84089 11.3077 9.52017 10.6663 8.97521 10.2576L8.68665 10.0412C7.59674 9.22372 6.95529 7.94083 6.95529 6.57844V5.49634H8.39809V6.57844C8.39809 7.4867 8.82572 8.34196 9.55233 8.88692L9.84089 9.10334C10.7492 9.78453 11.2837 10.8536 11.2837 11.9889C11.2837 13.1243 10.7492 14.1933 9.84089 14.8745L9.55233 15.091C8.82572 15.6359 8.39809 16.4912 8.39809 17.3994V18.4815H6.95529V17.3994C6.95529 16.037 7.59674 14.7542 8.68665 13.9367L8.97521 13.7203C9.52017 13.3116 9.84089 12.6701 9.84089 11.9889Z"}];export{C as acquire,p as bravos,L as dasha,r as fallback,e as fourDInsight,M as inPress,Z as loggingQualification,g as orca,i as portal,t as premo,h as pwex,a as recap};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import r from"./ApplicationIconBase.js";import{bravos as a}from"./ApplicationIconCollection.js";const i=[{top:-18,left:-17,rotation:343},{top:26,left:11,rotation:193}],p=t(((t,p)=>o(r,{ref:p,iconData:a,shapes:i,...t})));p.displayName="Bravos";export{p as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import a from"./ApplicationIconBase.js";import{dasha as r}from"./ApplicationIconCollection.js";const i=[{top:-25,left:-20,rotation:-5},{top:12,left:45,rotation:-70}],p=t(((t,p)=>o(a,{iconData:r,shapes:i,ref:p,...t})));p.displayName="Dasha";export{p as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import a from"./ApplicationIconBase.js";import{fallback as r}from"./ApplicationIconCollection.js";const i=[{top:-16,left:-17,rotation:325},{top:26,left:11,rotation:193}],p=t(((t,p)=>o(a,{ref:p,iconData:r,shapes:i,...t})));p.displayName="Fallback";export{p as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import r from"./ApplicationIconBase.js";import{fourDInsight as i}from"./ApplicationIconCollection.js";const a=[{top:-20,left:-17,rotation:343},{top:46,left:11,rotation:193}],p=t(((t,p)=>o(r,{ref:p,iconData:i,shapes:a,...t})));p.displayName="FourDInsight";export{p as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{forwardRef as t}from"react";import r from"./ApplicationIconBase.js";import{inPress as a}from"./ApplicationIconCollection.js";const i=[{top:-31,left:-17,rotation:343},{top:42,left:32,rotation:182}],e=t(((t,e)=>o(r,{ref:e,iconData:a,shapes:i,...t})));e.displayName="InPress";export{e as default};
|