@equinor/amplify-component-lib 0.0.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -9
- package/dist/atoms/hooks/index.d.ts +16 -0
- package/dist/atoms/hooks/useAmplifyKit.d.ts +8 -0
- package/dist/atoms/hooks/useAmplifyKit.js +1 -0
- package/dist/atoms/hooks/useLocalStorage.js +1 -0
- package/dist/atoms/hooks/useOnScreenMultiple.d.ts +1 -0
- package/dist/atoms/hooks/useOnScreenMultiple.js +1 -0
- package/dist/atoms/hooks/useReleaseNotesQuery.d.ts +6 -0
- package/dist/atoms/hooks/useReleaseNotesQuery.js +1 -0
- package/dist/atoms/hooks/useSelect.d.ts +22 -0
- package/dist/atoms/hooks/useSelect.js +1 -0
- package/dist/atoms/hooks/useSignalRMessages.js +1 -0
- package/dist/atoms/icons/drilling.d.ts +7 -0
- package/dist/atoms/icons/drilling.js +1 -0
- package/dist/atoms/icons/index.d.ts +4 -0
- package/dist/atoms/icons/map.d.ts +4 -0
- package/dist/atoms/icons/map.js +1 -0
- package/dist/atoms/icons/other.d.ts +13 -0
- package/dist/atoms/icons/other.js +1 -0
- package/dist/atoms/icons/wysiwyg.d.ts +15 -0
- package/dist/atoms/icons/wysiwyg.js +1 -0
- package/dist/atoms/index.d.ts +5 -0
- package/dist/atoms/style/animation.d.ts +3 -0
- package/dist/atoms/style/animation.js +1 -0
- package/dist/atoms/style/index.d.ts +4 -0
- package/dist/atoms/style/index.js +1 -0
- package/dist/atoms/utils/auth_environment.d.ts +47 -0
- package/dist/atoms/utils/auth_environment.js +1 -0
- package/dist/atoms/utils/errors.d.ts +8 -0
- package/dist/atoms/utils/errors.js +1 -0
- package/dist/atoms/utils/export.d.ts +2 -0
- package/dist/atoms/utils/export.js +1 -0
- package/dist/atoms/utils/getFeatures.d.ts +8 -0
- package/dist/atoms/utils/getFeatures.js +1 -0
- package/dist/atoms/utils/index.d.ts +13 -0
- package/dist/atoms/utils/releaseNotes.d.ts +8 -0
- package/dist/atoms/utils/releaseNotes.js +1 -0
- package/dist/deprecated/CommentField/CommentField.d.ts +13 -0
- package/dist/deprecated/CommentField/CommentField.js +40 -0
- package/dist/deprecated/ConfirmationPopup.js +22 -0
- package/dist/deprecated/DataCard.d.ts +18 -0
- package/dist/deprecated/DataCard.js +27 -0
- package/dist/deprecated/EditableField.js +20 -0
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.d.ts +12 -0
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +24 -0
- package/dist/deprecated/HeaderDrawer.d.ts +11 -0
- package/dist/deprecated/HeaderDrawer.js +21 -0
- package/dist/deprecated/IconToggleButton.d.ts +22 -0
- package/dist/deprecated/IconToggleButton.js +1 -0
- package/dist/deprecated/MultiSelectDrawer.js +28 -0
- package/dist/deprecated/SingleSelectDrawer.js +25 -0
- package/dist/deprecated/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +13 -0
- package/dist/deprecated/Workflow/StatusChip.d.ts +13 -0
- package/dist/deprecated/Workflow/StatusChip.js +25 -0
- package/dist/deprecated/Workflow/WorkflowDescription.d.ts +17 -0
- package/dist/deprecated/Workflow/WorkflowDescription.js +24 -0
- package/dist/deprecated/Workflow/WorkflowStatusBar.d.ts +23 -0
- package/dist/deprecated/Workflow/WorkflowStatusBar.js +33 -0
- package/dist/deprecated/index.d.ts +31 -0
- package/dist/deprecated/index.js +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.d.ts +6 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.js +24 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.d.ts +3 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.d.ts +8 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.utils.d.ts +13 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.utils.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.d.ts +4 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.styles.d.ts +19 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.styles.js +130 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconData/AppIconSvg.d.ts +10 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconData/AppIconSvg.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.d.ts +16 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconData/ApplicationIconCollection.js +1 -0
- package/dist/molecules/ApplicationIcon/NoiseShape.d.ts +7 -0
- package/dist/molecules/ApplicationIcon/NoiseShape.js +1 -0
- package/dist/molecules/ApplicationIcon/WaveShape.d.ts +7 -0
- package/dist/molecules/ApplicationIcon/WaveShape.js +1 -0
- package/dist/molecules/Badge/Badge.js +1 -0
- package/dist/molecules/Badge/Badge.styles.d.ts +6 -0
- package/dist/molecules/Badge/Badge.styles.js +17 -0
- package/dist/molecules/Chip/Chip.styles.js +73 -0
- package/dist/molecules/ContentMenu/ContentMenu.d.ts +14 -0
- package/dist/molecules/ContentMenu/ContentMenu.js +52 -0
- package/dist/molecules/EquinorLogo/EquinorLogo.d.ts +7 -0
- package/dist/molecules/EquinorLogo/EquinorLogo.js +1 -0
- package/dist/molecules/FeedBackIcon/FeedBackIcon.d.ts +7 -0
- package/dist/molecules/FeedBackIcon/FeedBackIcon.js +1 -0
- package/dist/molecules/FeedBackIcon/NegativeFilled.d.ts +3 -0
- package/dist/molecules/FeedBackIcon/NegativeFilled.js +1 -0
- package/dist/molecules/FeedBackIcon/NegativeOutlined.d.ts +3 -0
- package/dist/molecules/FeedBackIcon/NegativeOutlined.js +1 -0
- package/dist/molecules/FeedBackIcon/PositiveFilled.d.ts +3 -0
- package/dist/molecules/FeedBackIcon/PositiveFilled.js +1 -0
- package/dist/molecules/FeedBackIcon/PositiveOutlined.d.ts +3 -0
- package/dist/molecules/FeedBackIcon/PositiveOutlined.js +1 -0
- package/dist/molecules/FileProgress/CompactFileProgress.js +1 -0
- package/dist/molecules/FileProgress/CompactFileProgress.styles.d.ts +31 -0
- package/dist/molecules/FileProgress/CompactFileProgress.styles.js +86 -0
- package/dist/molecules/FileProgress/FileProgress.d.ts +28 -0
- package/dist/molecules/FileProgress/FileProgress.js +1 -0
- package/dist/molecules/FileProgress/RegularFileProgress.js +1 -0
- package/dist/molecules/FileProgress/RegularFileProgress.styles.js +32 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.d.ts +6 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.js +32 -0
- package/dist/molecules/FullPageSpinner/FullPageSpinner.d.ts +6 -0
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +18 -0
- package/dist/molecules/InfoElement/CopyText.d.ts +10 -0
- package/dist/molecules/InfoElement/CopyText.js +41 -0
- package/dist/molecules/InfoElement/InfoElement.d.ts +8 -0
- package/dist/molecules/InfoElement/InfoElement.js +1 -0
- package/dist/molecules/ListItem/ListItem.d.ts +14 -0
- package/dist/molecules/ListItem/ListItem.js +26 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.d.ts +34 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.js +1 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +37 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.types.d.ts +6 -0
- package/dist/molecules/OptionalTooltip/OptionalTooltip.d.ts +12 -0
- package/dist/molecules/OptionalTooltip/OptionalTooltip.js +4 -0
- package/dist/molecules/PageWithTitle/PageWithTitle.d.ts +7 -0
- package/dist/molecules/PageWithTitle/PageWithTitle.js +1 -0
- package/dist/molecules/ProfileAvatar/ProfileAvatar.d.ts +8 -0
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +21 -0
- package/dist/molecules/RichTextDisplay/RichTextDisplay.d.ts +8 -0
- package/dist/molecules/RichTextDisplay/RichTextDisplay.js +1 -0
- package/dist/molecules/RichTextEditor/EditorProvider.d.ts +13 -0
- package/dist/molecules/RichTextEditor/EditorProvider.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.d.ts +6 -0
- package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.d.ts +28 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +10 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.d.ts +11 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +42 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuButton.d.ts +17 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuButton.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/Table.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/Table.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableBar.d.ts +22 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableBar.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableColumn.d.ts +5 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableColumn.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableDelete.d.ts +5 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableDelete.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableMerge.d.ts +5 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableMerge.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableRow.d.ts +5 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableRow.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/ToggleTable.d.ts +5 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/ToggleTable.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextAlignment.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextAlignment.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextClearFormating.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextClearFormating.js +4 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextCode.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextCode.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextColor.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextColor.js +45 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextFormating.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextFormating.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHeaders.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHeaders.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHistory.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHistory.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLinks.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLinks.js +6 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLists.d.ts +3 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLists.js +1 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.d.ts +17 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.js +1 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.styles.d.ts +14 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.styles.js +138 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.types.d.ts +23 -0
- package/dist/molecules/RichTextEditor/custom-extensions/AmplifyKit.d.ts +55 -0
- package/dist/molecules/RichTextEditor/custom-extensions/AmplifyKit.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/Counter.d.ts +3 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.d.ts +2 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedImage.d.ts +15 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedImage.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/mergeDefaults.d.ts +7 -0
- package/dist/molecules/RichTextEditor/custom-extensions/mergeDefaults.js +1 -0
- package/dist/molecules/RichTextEditor/index.d.ts +10 -0
- package/dist/molecules/RichTextEditor/index.js +1 -0
- package/dist/molecules/Search/Search.js +13 -0
- package/dist/molecules/Select/Select.styles.d.ts +110 -0
- package/dist/molecules/Select/Select.utils.js +1 -0
- package/dist/molecules/Sieve/Filter.d.ts +13 -0
- package/dist/molecules/Sieve/Filter.js +1 -0
- package/dist/molecules/Sieve/Sieve.d.ts +3 -0
- package/dist/molecules/Sieve/Sieve.js +1 -0
- package/dist/molecules/Sieve/Sieve.styles.d.ts +40 -0
- package/dist/molecules/Sieve/Sieve.styles.js +39 -0
- package/dist/molecules/Sieve/Sieve.types.d.ts +25 -0
- package/dist/molecules/Sieve/Sort.d.ts +9 -0
- package/dist/molecules/Sieve/Sort.js +1 -0
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.d.ts +11 -0
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +20 -0
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.d.ts +6 -0
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.js +28 -0
- package/dist/molecules/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +5 -0
- package/dist/molecules/Skeleton/SkeletonGradient/SkeletonGradient.js +1 -0
- package/dist/molecules/Stepper/Step.js +25 -0
- package/dist/molecules/Stepper/StepLine.js +7 -0
- package/dist/molecules/Stepper/Stepper.d.ts +9 -0
- package/dist/molecules/Stepper/Stepper.js +10 -0
- package/dist/molecules/TextField/TextField.js +3 -0
- package/dist/molecules/Waves/WaveShapeWithNoise.d.ts +7 -0
- package/dist/molecules/Waves/WaveShapeWithNoise.js +1 -0
- package/dist/molecules/Waves/Waves.d.ts +8 -0
- package/dist/molecules/Waves/Waves.js +48 -0
- package/dist/molecules/index.d.ts +52 -0
- package/dist/organisms/DataGrid/DataGrid.d.ts +2 -0
- package/dist/organisms/DataGrid/DataGrid.js +35 -0
- package/dist/organisms/ErrorPage/Description.js +1 -0
- package/dist/organisms/ErrorPage/Details.js +23 -0
- package/dist/organisms/ErrorPage/ErrorPage.js +14 -0
- package/dist/organisms/ErrorPage/MissingAccesses.js +11 -0
- package/dist/organisms/ErrorPage/Title.js +1 -0
- package/dist/organisms/ErrorPage/collections/PageNotFound.d.ts +2 -0
- package/dist/organisms/ErrorPage/collections/PageNotFound.js +1 -0
- package/dist/organisms/ErrorPage/collections/Unauthorized.js +4 -0
- package/dist/organisms/ErrorPage/collections/index.d.ts +2 -0
- package/dist/organisms/ErrorPage/illustrations/GlitchAnimation.d.ts +2 -0
- package/dist/organisms/ErrorPage/illustrations/GlitchAnimation.js +18 -0
- package/dist/organisms/ErrorPage/illustrations/QuestioningAnimation.d.ts +2 -0
- package/dist/organisms/ErrorPage/illustrations/QuestioningAnimation.js +18 -0
- package/dist/organisms/ErrorPage/index.d.ts +15 -0
- package/dist/organisms/ErrorPage/index.js +1 -0
- package/dist/organisms/FieldSelector/ChangingField.d.ts +17 -0
- package/dist/organisms/FieldSelector/ChangingField.js +24 -0
- package/dist/organisms/FieldSelector/FieldSelector.d.ts +11 -0
- package/dist/organisms/FieldSelector/FieldSelector.js +15 -0
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.d.ts +8 -0
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +70 -0
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.d.ts +1 -0
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +24 -0
- package/dist/organisms/FullPageStatus/FullPageStatus.d.ts +7 -0
- package/dist/organisms/FullPageStatus/FullPageStatus.js +18 -0
- package/dist/organisms/SideBar/CreateItem.d.ts +7 -0
- package/dist/organisms/SideBar/CreateItem.js +1 -0
- package/dist/organisms/SideBar/CreateItem.styles.d.ts +19 -0
- package/dist/organisms/SideBar/CreateItem.styles.js +23 -0
- package/dist/organisms/SideBar/MenuItem.d.ts +17 -0
- package/dist/organisms/SideBar/MenuItem.styles.d.ts +17 -0
- package/dist/organisms/SideBar/MenuItem.styles.js +38 -0
- package/dist/organisms/SideBar/SideBar.js +1 -0
- package/dist/organisms/SideBar/SideBar.styles.js +32 -0
- package/dist/organisms/SideBar/ToggleOpen.d.ts +6 -0
- package/dist/organisms/SideBar/ToggleOpen.js +1 -0
- package/dist/organisms/SideBar/ToggleOpen.styles.js +21 -0
- package/dist/organisms/SideBar/index.d.ts +7 -0
- package/dist/organisms/TableOfContents/TableOfContents.constants.js +1 -0
- package/dist/organisms/TableOfContents/TableOfContents.js +1 -0
- package/dist/organisms/TableOfContents/TableOfContents.styles.d.ts +814 -0
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +165 -0
- package/dist/organisms/TableOfContents/TableOfContentsItem.d.ts +11 -0
- package/dist/organisms/TableOfContents/TableOfContentsItem.js +1 -0
- package/dist/organisms/Template/Template.d.ts +13 -0
- package/dist/organisms/Template/Template.js +62 -0
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +2 -0
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +25 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.d.ts +8 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.js +1 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +14 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +78 -0
- package/dist/organisms/TopBar/Guidelines/Colorbox.d.ts +5 -0
- package/dist/organisms/TopBar/Guidelines/Guidelines.d.ts +10 -0
- package/dist/organisms/TopBar/Guidelines/Item.d.ts +7 -0
- package/dist/organisms/TopBar/Guidelines/Section.d.ts +7 -0
- package/dist/organisms/TopBar/Guidelines/index.d.ts +8 -0
- package/dist/organisms/TopBar/Notifications/FilterOptions.d.ts +10 -0
- package/dist/organisms/TopBar/Notifications/NotificationProvider.d.ts +12 -0
- package/dist/organisms/TopBar/Notifications/NotificationProvider.js +1 -0
- package/dist/organisms/TopBar/Notifications/Notifications.d.ts +3 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.d.ts +3 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +2 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +3 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +37 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.d.ts +9 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.types.d.ts +57 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.d.ts +9 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/LockedInputTooltip.d.ts +6 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Severity.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Title.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/ImageFile.d.ts +14 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +20 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Url.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackInner.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +7 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +8 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +37 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +6 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +2 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +19 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.d.ts +3 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.d.ts +28 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/TextContent.d.ts +6 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +7 -0
- package/dist/organisms/TopBar/Resources/ResourceMenuItem.d.ts +12 -0
- package/dist/organisms/TopBar/Resources/Resources.d.ts +13 -0
- package/dist/organisms/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +15 -0
- package/dist/organisms/TopBar/Resources/Tutorials/TutorialItem.d.ts +3 -0
- package/dist/organisms/TopBar/Settings.d.ts +19 -0
- package/dist/organisms/TopBar/TopBar.d.ts +16 -0
- package/dist/organisms/TopBar/TopBar.js +1 -0
- package/dist/organisms/TopBar/TopBar.styles.d.ts +50 -0
- package/dist/organisms/TopBar/TopBar.styles.js +65 -0
- package/dist/organisms/TopBar/TopBarMenu.d.ts +13 -0
- package/dist/organisms/TopBar/TopBarMenu.js +7 -0
- package/dist/organisms/TopBar/TransferToAppDialog.d.ts +8 -0
- package/dist/organisms/TopBar/index.d.ts +22 -0
- package/dist/organisms/index.d.ts +15 -0
- package/dist/providers/AuthProvider/AuthProvider.d.ts +17 -0
- package/dist/providers/AuthProvider/AuthProvider.js +1 -0
- package/dist/providers/AuthProvider/AuthProviderInner.d.ts +15 -0
- package/dist/providers/AuthProvider/AuthProviderInner.js +1 -0
- package/dist/providers/ReleaseNotesProvider.d.ts +21 -0
- package/dist/providers/ReleaseNotesProvider.js +1 -0
- package/dist/providers/SideBarProvider.d.ts +10 -0
- package/dist/providers/SideBarProvider.js +1 -0
- package/dist/providers/TableOfContentsProvider.d.ts +26 -0
- package/dist/providers/TableOfContentsProvider.js +1 -0
- package/dist/providers/TableOfContentsProvider.utils.d.ts +2 -0
- package/dist/providers/TutorialStepsProvider.d.ts +23 -0
- package/dist/providers/TutorialStepsProvider.js +1 -0
- package/dist/providers/index.d.ts +7 -0
- package/dist/tests/test-utils.d.ts +14 -0
- package/package.json +6 -3
- package/dist/esm/api/core/ApiError.js +0 -1
- package/dist/esm/api/core/CancelablePromise.js +0 -1
- package/dist/esm/api/core/OpenAPI.js +0 -1
- package/dist/esm/api/core/request.js +0 -1
- package/dist/esm/api/models/ServiceNowUrgency.js +0 -1
- package/dist/esm/api/models/TutorialPosition.js +0 -1
- package/dist/esm/api/services/PortalService.js +0 -1
- package/dist/esm/api/services/ReleaseNotesService.js +0 -1
- package/dist/esm/api/services/TutorialService.js +0 -1
- package/dist/esm/components/DataDisplay/Badge/Badge.js +0 -1
- package/dist/esm/components/DataDisplay/Badge/Badge.styles.js +0 -17
- package/dist/esm/components/DataDisplay/Chip/Chip.styles.js +0 -72
- package/dist/esm/components/DataDisplay/DataCard.js +0 -27
- package/dist/esm/components/DataDisplay/HeaderDrawer.js +0 -21
- package/dist/esm/components/DataDisplay/InfoElement/CopyText.js +0 -41
- package/dist/esm/components/DataDisplay/InfoElement/InfoElement.js +0 -1
- package/dist/esm/components/DataDisplay/OptionalTooltip.js +0 -4
- package/dist/esm/components/DataDisplay/ProfileAvatar.js +0 -21
- package/dist/esm/components/DataDisplay/RichTextDisplay.js +0 -1
- package/dist/esm/components/DataDisplay/Table/Table.js +0 -35
- package/dist/esm/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.js +0 -14
- package/dist/esm/components/DataDisplay/Tutorial/Tutorial.js +0 -1
- package/dist/esm/components/DataDisplay/Tutorial/TutorialStart.js +0 -39
- package/dist/esm/components/DataDisplay/Tutorial/TutorialSteps.js +0 -50
- package/dist/esm/components/DataDisplay/Workflow/StatusChip.js +0 -25
- package/dist/esm/components/DataDisplay/Workflow/WorkflowDescription.js +0 -24
- package/dist/esm/components/DataDisplay/Workflow/WorkflowStatusBar.js +0 -33
- package/dist/esm/components/Feature/Feature.js +0 -1
- package/dist/esm/components/Feedback/AnimatedCheckmark.js +0 -24
- package/dist/esm/components/Feedback/ConfirmationPopup.js +0 -22
- package/dist/esm/components/Feedback/ErrorPage/Description.js +0 -1
- package/dist/esm/components/Feedback/ErrorPage/Details.js +0 -23
- package/dist/esm/components/Feedback/ErrorPage/ErrorPage.js +0 -14
- package/dist/esm/components/Feedback/ErrorPage/MissingAccesses.js +0 -11
- package/dist/esm/components/Feedback/ErrorPage/Title.js +0 -1
- package/dist/esm/components/Feedback/ErrorPage/illustrations/GlitchAnimation.js +0 -18
- package/dist/esm/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.js +0 -18
- package/dist/esm/components/Feedback/ErrorPage/index.js +0 -1
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.js +0 -1
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.styles.js +0 -86
- package/dist/esm/components/Feedback/FileProgress/FileProgress.js +0 -1
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.js +0 -1
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.styles.js +0 -32
- package/dist/esm/components/Feedback/FullPageSpinner.js +0 -18
- package/dist/esm/components/Feedback/FullPageStatus.js +0 -18
- package/dist/esm/components/Feedback/PageNotFound.js +0 -1
- package/dist/esm/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.js +0 -28
- package/dist/esm/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.js +0 -1
- package/dist/esm/components/Feedback/Stepper/Step.js +0 -25
- package/dist/esm/components/Feedback/Stepper/StepLine.js +0 -7
- package/dist/esm/components/Feedback/Stepper/Stepper.js +0 -10
- package/dist/esm/components/Feedback/Unauthorized.js +0 -4
- package/dist/esm/components/Icons/AmplifyIcons.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Acquire.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.constants.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconBase.js +0 -39
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconCollection.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Bravos.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Dasha.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Fallback.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/FourDInsight.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/InPress.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/LoggingQualification.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Orca.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Portal.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Premo.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Pwex.js +0 -1
- package/dist/esm/components/Icons/ApplicationIcon/Recap.js +0 -1
- package/dist/esm/components/Icons/EquinorLogo.js +0 -1
- package/dist/esm/components/Icons/Fallback.js +0 -1
- package/dist/esm/components/Icons/FeedBackIcon/FeedBackIcon.js +0 -1
- package/dist/esm/components/Icons/FeedBackIcon/NegativeFilled.js +0 -1
- package/dist/esm/components/Icons/FeedBackIcon/NegativeOutlined.js +0 -1
- package/dist/esm/components/Icons/FeedBackIcon/PositiveFilled.js +0 -1
- package/dist/esm/components/Icons/FeedBackIcon/PositiveOutlined.js +0 -1
- package/dist/esm/components/Inputs/CommentField/CommentField.js +0 -40
- package/dist/esm/components/Inputs/CommentField/NewCommentField.js +0 -45
- package/dist/esm/components/Inputs/ContentMenu.js +0 -52
- package/dist/esm/components/Inputs/EditableField.js +0 -20
- package/dist/esm/components/Inputs/ExpandingIconButton/ExpandingIconButton.js +0 -24
- package/dist/esm/components/Inputs/FileUploadArea.js +0 -32
- package/dist/esm/components/Inputs/IconToggleButton.js +0 -1
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/AddImage.js +0 -1
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/Links.js +0 -6
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.js +0 -13
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.js +0 -14
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuButton.js +0 -28
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TableBar.js +0 -6
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TextColor.js +0 -45
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.js +0 -1
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.styles.js +0 -139
- package/dist/esm/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.js +0 -1
- package/dist/esm/components/Inputs/Search/Search.js +0 -13
- package/dist/esm/components/Inputs/Select/ComboBox/ComboBox.js +0 -1
- package/dist/esm/components/Inputs/Select/GroupedSelectMenu.js +0 -1
- package/dist/esm/components/Inputs/Select/Select.js +0 -1
- package/dist/esm/components/Inputs/Select/Select.styles.js +0 -149
- package/dist/esm/components/Inputs/Select/Select.utils.js +0 -1
- package/dist/esm/components/Inputs/Select/SelectMenu.js +0 -1
- package/dist/esm/components/Inputs/Select/SelectMenuItem.js +0 -1
- package/dist/esm/components/Inputs/Select/SingleSelect/SingleSelect.js +0 -1
- package/dist/esm/components/Inputs/SelectDrawer/MultiSelectDrawer.js +0 -28
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.js +0 -1
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.styles.js +0 -37
- package/dist/esm/components/Inputs/SelectDrawer/SingleSelectDrawer.js +0 -25
- package/dist/esm/components/Inputs/Sieve/Filter.js +0 -1
- package/dist/esm/components/Inputs/Sieve/Sieve.js +0 -1
- package/dist/esm/components/Inputs/Sieve/Sieve.styles.js +0 -39
- package/dist/esm/components/Inputs/Sieve/Sort.js +0 -1
- package/dist/esm/components/Inputs/SingleFilterMenu.js +0 -20
- package/dist/esm/components/Inputs/TextField/TextField.js +0 -3
- package/dist/esm/components/Navigation/PageWithTitle.js +0 -1
- package/dist/esm/components/Navigation/SelectField/ChangingField.js +0 -24
- package/dist/esm/components/Navigation/SelectField/SelectField.js +0 -15
- package/dist/esm/components/Navigation/SelectField/SelectorCard/SelectorCard.js +0 -70
- package/dist/esm/components/Navigation/SelectField/SelectorCard/Skeleton.js +0 -24
- package/dist/esm/components/Navigation/SideBar/CreateItem.js +0 -1
- package/dist/esm/components/Navigation/SideBar/CreateItem.styles.js +0 -23
- package/dist/esm/components/Navigation/SideBar/MenuItem.js +0 -1
- package/dist/esm/components/Navigation/SideBar/MenuItem.styles.js +0 -38
- package/dist/esm/components/Navigation/SideBar/SideBar.js +0 -1
- package/dist/esm/components/Navigation/SideBar/SideBar.styles.js +0 -32
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.js +0 -1
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.styles.js +0 -21
- package/dist/esm/components/Navigation/SideBar/index.js +0 -1
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.constants.js +0 -1
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.js +0 -1
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.styles.js +0 -165
- package/dist/esm/components/Navigation/TableOfContents/TableOfContentsItem.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Account/Account.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Account/Account.styles.js +0 -36
- package/dist/esm/components/Navigation/TopBar/Actions.js +0 -6
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.js +0 -1
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +0 -73
- package/dist/esm/components/Navigation/TopBar/FieldSelector.js +0 -69
- package/dist/esm/components/Navigation/TopBar/Guidelines/Colorbox.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Guidelines/Guidelines.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Guidelines/Item.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Guidelines/Section.js +0 -19
- package/dist/esm/components/Navigation/TopBar/Guidelines/index.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Notifications/FilterOptions.js +0 -36
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationProvider.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Notifications/Notifications.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsInner.js +0 -8
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +0 -5
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +0 -14
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +0 -53
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.const.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.js +0 -41
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.types.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.js +0 -9
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.js +0 -5
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.js +0 -3
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.js +0 -5
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.js +0 -79
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.js +0 -3
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +0 -7
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +0 -4
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +0 -5
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +0 -9
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +0 -20
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.js +0 -9
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.js +0 -42
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +0 -43
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +0 -23
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +0 -42
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.js +0 -69
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +0 -16
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.js +0 -1
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.js +0 -28
- package/dist/esm/components/Navigation/TopBar/Resources/ResourceMenuItem.js +0 -20
- package/dist/esm/components/Navigation/TopBar/Resources/Resources.js +0 -6
- package/dist/esm/components/Navigation/TopBar/Resources/TransferToAppDialog.js +0 -33
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.js +0 -15
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.js +0 -12
- package/dist/esm/components/Navigation/TopBar/Settings.js +0 -25
- package/dist/esm/components/Navigation/TopBar/TopBar.js +0 -1
- package/dist/esm/components/Navigation/TopBar/TopBar.styles.js +0 -65
- package/dist/esm/components/Navigation/TopBar/TopBarMenu.js +0 -7
- package/dist/esm/components/Navigation/TopBar/index.js +0 -1
- package/dist/esm/components/Template/Template.js +0 -62
- package/dist/esm/components/Visuals/Waves/VisualWaves.js +0 -48
- package/dist/esm/components/Visuals/Waves/WaveShapeWithNoise.js +0 -1
- package/dist/esm/components/index.js +0 -1
- package/dist/esm/constants/index.js +0 -1
- package/dist/esm/hooks/index.js +0 -1
- package/dist/esm/hooks/useFeatureToggling.js +0 -1
- package/dist/esm/hooks/useLocalStorage.js +0 -1
- package/dist/esm/hooks/useOnScreen.js +0 -1
- package/dist/esm/hooks/useReleaseNotesQuery.js +0 -1
- package/dist/esm/hooks/useSelect.js +0 -1
- package/dist/esm/hooks/useSignalRMessages.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/node_modules/highlight.js/styles/base16/solarized-dark.css +0 -163
- package/dist/esm/providers/AuthProvider/AuthProvider.js +0 -1
- package/dist/esm/providers/AuthProvider/AuthProviderInner.js +0 -1
- package/dist/esm/providers/FeatureToggleProvider.js +0 -1
- package/dist/esm/providers/ReleaseNotesProvider.js +0 -1
- package/dist/esm/providers/SideBarProvider.js +0 -1
- package/dist/esm/providers/TableOfContentsProvider.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialDialog.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialProvider.const.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialProvider.hooks.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialProvider.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialProvider.styles.js +0 -67
- package/dist/esm/providers/TutorialProvider/TutorialProvider.utils.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialProviderInner.js +0 -1
- package/dist/esm/providers/TutorialProvider/TutorialStepIndicator.js +0 -25
- package/dist/esm/providers/TutorialStepsProvider.js +0 -1
- package/dist/esm/providers/index.js +0 -1
- package/dist/esm/style/index.js +0 -1
- package/dist/esm/utils/auth_environment.js +0 -1
- package/dist/esm/utils/errors.js +0 -1
- package/dist/esm/utils/export.js +0 -1
- package/dist/esm/utils/index.js +0 -1
- package/dist/esm/utils/releaseNotes.js +0 -1
- package/dist/types/api/core/ApiError.d.ts +0 -10
- package/dist/types/api/core/ApiRequestOptions.d.ts +0 -13
- package/dist/types/api/core/ApiResult.d.ts +0 -7
- package/dist/types/api/core/CancelablePromise.d.ts +0 -26
- package/dist/types/api/core/OpenAPI.d.ts +0 -32
- package/dist/types/api/core/request.d.ts +0 -13
- package/dist/types/api/index.d.ts +0 -15
- package/dist/types/api/models/AccessRole.d.ts +0 -4
- package/dist/types/api/models/Applications.d.ts +0 -17
- package/dist/types/api/models/CustomTutorialStep.d.ts +0 -4
- package/dist/types/api/models/Feature.d.ts +0 -8
- package/dist/types/api/models/FeatureToggleDto.d.ts +0 -5
- package/dist/types/api/models/GenericTutorialStep.d.ts +0 -7
- package/dist/types/api/models/GraphUser.d.ts +0 -6
- package/dist/types/api/models/ReleaseNote.d.ts +0 -9
- package/dist/types/api/models/ReleaseNotePatch.d.ts +0 -8
- package/dist/types/api/models/ServiceNowIncidentAttachmentResponse.d.ts +0 -7
- package/dist/types/api/models/ServiceNowIncidentResponse.d.ts +0 -13
- package/dist/types/api/models/ServiceNowUrgency.d.ts +0 -5
- package/dist/types/api/models/Tutorial.d.ts +0 -13
- package/dist/types/api/models/TutorialPosition.d.ts +0 -7
- package/dist/types/api/models/TutorialStepBase.d.ts +0 -4
- package/dist/types/api/services/PortalService.d.ts +0 -35
- package/dist/types/api/services/ReleaseNotesService.d.ts +0 -28
- package/dist/types/api/services/TutorialService.d.ts +0 -12
- package/dist/types/components/DataDisplay/Badge/Badge.styles.d.ts +0 -6
- package/dist/types/components/DataDisplay/DataCard.d.ts +0 -18
- package/dist/types/components/DataDisplay/HeaderDrawer.d.ts +0 -11
- package/dist/types/components/DataDisplay/InfoElement/CopyText.d.ts +0 -10
- package/dist/types/components/DataDisplay/InfoElement/InfoElement.d.ts +0 -9
- package/dist/types/components/DataDisplay/OptionalTooltip.d.ts +0 -9
- package/dist/types/components/DataDisplay/ProfileAvatar.d.ts +0 -9
- package/dist/types/components/DataDisplay/RichTextDisplay.d.ts +0 -9
- package/dist/types/components/DataDisplay/Table/Table.d.ts +0 -2
- package/dist/types/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +0 -8
- package/dist/types/components/DataDisplay/Workflow/StatusChip.d.ts +0 -13
- package/dist/types/components/DataDisplay/Workflow/WorkflowDescription.d.ts +0 -17
- package/dist/types/components/DataDisplay/Workflow/WorkflowStatusBar.d.ts +0 -23
- package/dist/types/components/Feature/Feature.d.ts +0 -9
- package/dist/types/components/Feedback/AnimatedCheckmark.d.ts +0 -6
- package/dist/types/components/Feedback/ErrorPage/illustrations/GlitchAnimation.d.ts +0 -3
- package/dist/types/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.d.ts +0 -3
- package/dist/types/components/Feedback/ErrorPage/index.d.ts +0 -16
- package/dist/types/components/Feedback/FileProgress/CompactFileProgress.styles.d.ts +0 -31
- package/dist/types/components/Feedback/FileProgress/FileProgress.d.ts +0 -28
- package/dist/types/components/Feedback/FullPageSpinner.d.ts +0 -7
- package/dist/types/components/Feedback/FullPageStatus.d.ts +0 -8
- package/dist/types/components/Feedback/PageNotFound.d.ts +0 -3
- package/dist/types/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.d.ts +0 -6
- package/dist/types/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +0 -6
- package/dist/types/components/Feedback/Stepper/Stepper.d.ts +0 -10
- package/dist/types/components/Icons/AmplifyIcons.d.ts +0 -36
- package/dist/types/components/Icons/ApplicationIcon/Acquire.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.constants.d.ts +0 -1
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.d.ts +0 -8
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconBase.d.ts +0 -16
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconCollection.d.ts +0 -16
- package/dist/types/components/Icons/ApplicationIcon/Bravos.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Dasha.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Fallback.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/FourDInsight.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/InPress.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/LoggingQualification.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Orca.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Portal.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Premo.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Pwex.d.ts +0 -3
- package/dist/types/components/Icons/ApplicationIcon/Recap.d.ts +0 -3
- package/dist/types/components/Icons/EquinorLogo.d.ts +0 -8
- package/dist/types/components/Icons/Fallback.d.ts +0 -4
- package/dist/types/components/Icons/FeedBackIcon/FeedBackIcon.d.ts +0 -8
- package/dist/types/components/Icons/FeedBackIcon/NegativeFilled.d.ts +0 -4
- package/dist/types/components/Icons/FeedBackIcon/NegativeOutlined.d.ts +0 -4
- package/dist/types/components/Icons/FeedBackIcon/PositiveFilled.d.ts +0 -4
- package/dist/types/components/Icons/FeedBackIcon/PositiveOutlined.d.ts +0 -4
- package/dist/types/components/Inputs/CommentField/CommentField.d.ts +0 -13
- package/dist/types/components/Inputs/ContentMenu.d.ts +0 -14
- package/dist/types/components/Inputs/ExpandingIconButton/ExpandingIconButton.d.ts +0 -12
- package/dist/types/components/Inputs/FileUploadArea.d.ts +0 -7
- package/dist/types/components/Inputs/IconToggleButton.d.ts +0 -22
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/AddImage.d.ts +0 -7
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/Links.d.ts +0 -3
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.d.ts +0 -8
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.d.ts +0 -1
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuButton.d.ts +0 -15
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TableBar.d.ts +0 -3
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TextColor.d.ts +0 -3
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.d.ts +0 -17
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.styles.d.ts +0 -9
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.types.d.ts +0 -18
- package/dist/types/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.d.ts +0 -10
- package/dist/types/components/Inputs/Select/Select.styles.d.ts +0 -110
- package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.d.ts +0 -35
- package/dist/types/components/Inputs/SelectDrawer/index.d.ts +0 -11
- package/dist/types/components/Inputs/Sieve/Filter.d.ts +0 -13
- package/dist/types/components/Inputs/Sieve/Sieve.d.ts +0 -4
- package/dist/types/components/Inputs/Sieve/Sieve.styles.d.ts +0 -40
- package/dist/types/components/Inputs/Sieve/Sieve.types.d.ts +0 -25
- package/dist/types/components/Inputs/Sieve/Sort.d.ts +0 -9
- package/dist/types/components/Inputs/SingleFilterMenu.d.ts +0 -12
- package/dist/types/components/Navigation/PageWithTitle.d.ts +0 -7
- package/dist/types/components/Navigation/SelectField/ChangingField.d.ts +0 -17
- package/dist/types/components/Navigation/SelectField/SelectField.d.ts +0 -12
- package/dist/types/components/Navigation/SelectField/SelectorCard/SelectorCard.d.ts +0 -9
- package/dist/types/components/Navigation/SelectField/SelectorCard/Skeleton.d.ts +0 -2
- package/dist/types/components/Navigation/SideBar/CreateItem.d.ts +0 -8
- package/dist/types/components/Navigation/SideBar/CreateItem.styles.d.ts +0 -19
- package/dist/types/components/Navigation/SideBar/MenuItem.d.ts +0 -18
- package/dist/types/components/Navigation/SideBar/MenuItem.styles.d.ts +0 -17
- package/dist/types/components/Navigation/SideBar/ToggleOpen.d.ts +0 -7
- package/dist/types/components/Navigation/SideBar/index.d.ts +0 -8
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.styles.d.ts +0 -814
- package/dist/types/components/Navigation/TableOfContents/TableOfContentsItem.d.ts +0 -11
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +0 -25
- package/dist/types/components/Navigation/TopBar/FieldSelector.d.ts +0 -9
- package/dist/types/components/Navigation/TopBar/Guidelines/Colorbox.d.ts +0 -5
- package/dist/types/components/Navigation/TopBar/Guidelines/Guidelines.d.ts +0 -10
- package/dist/types/components/Navigation/TopBar/Guidelines/Item.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Guidelines/Section.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Guidelines/index.d.ts +0 -8
- package/dist/types/components/Navigation/TopBar/Notifications/FilterOptions.d.ts +0 -10
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationProvider.d.ts +0 -12
- package/dist/types/components/Navigation/TopBar/Notifications/Notifications.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +0 -37
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.d.ts +0 -9
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.d.ts +0 -8
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.types.d.ts +0 -57
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.d.ts +0 -9
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.d.ts +0 -14
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.d.ts +0 -20
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +0 -8
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +0 -5
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +0 -2
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +0 -37
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +0 -6
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +0 -3
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +0 -19
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.d.ts +0 -28
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +0 -7
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.d.ts +0 -6
- package/dist/types/components/Navigation/TopBar/Resources/ResourceMenuItem.d.ts +0 -12
- package/dist/types/components/Navigation/TopBar/Resources/Resources.d.ts +0 -13
- package/dist/types/components/Navigation/TopBar/Resources/TransferToAppDialog.d.ts +0 -8
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +0 -15
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.d.ts +0 -4
- package/dist/types/components/Navigation/TopBar/Settings.d.ts +0 -20
- package/dist/types/components/Navigation/TopBar/TopBar.d.ts +0 -16
- package/dist/types/components/Navigation/TopBar/TopBar.styles.d.ts +0 -50
- package/dist/types/components/Navigation/TopBar/TopBarMenu.d.ts +0 -13
- package/dist/types/components/Navigation/TopBar/index.d.ts +0 -23
- package/dist/types/components/Template/Template.d.ts +0 -14
- package/dist/types/components/Visuals/Waves/VisualWaves.d.ts +0 -9
- package/dist/types/components/Visuals/Waves/WaveShapeWithNoise.d.ts +0 -7
- package/dist/types/components/index.d.ts +0 -104
- package/dist/types/constants/index.d.ts +0 -2
- package/dist/types/hooks/index.d.ts +0 -17
- package/dist/types/hooks/useFeatureToggling.d.ts +0 -3
- package/dist/types/hooks/useOnScreen.d.ts +0 -4
- package/dist/types/hooks/useReleaseNotesQuery.d.ts +0 -6
- package/dist/types/hooks/useSelect.d.ts +0 -22
- package/dist/types/index.d.ts +0 -20
- package/dist/types/providers/AuthProvider/AuthProvider.d.ts +0 -17
- package/dist/types/providers/AuthProvider/AuthProviderInner.d.ts +0 -16
- package/dist/types/providers/FeatureToggleProvider.d.ts +0 -14
- package/dist/types/providers/ReleaseNotesProvider.d.ts +0 -21
- package/dist/types/providers/SideBarProvider.d.ts +0 -10
- package/dist/types/providers/TableOfContentsProvider.d.ts +0 -26
- package/dist/types/providers/TableOfContentsProvider.utils.d.ts +0 -2
- package/dist/types/providers/TutorialProvider/TutorialDialog.d.ts +0 -3
- package/dist/types/providers/TutorialProvider/TutorialProvider.const.d.ts +0 -7
- package/dist/types/providers/TutorialProvider/TutorialProvider.d.ts +0 -30
- package/dist/types/providers/TutorialProvider/TutorialProvider.hooks.d.ts +0 -3
- package/dist/types/providers/TutorialProvider/TutorialProvider.styles.d.ts +0 -26
- package/dist/types/providers/TutorialProvider/TutorialProvider.types.d.ts +0 -11
- package/dist/types/providers/TutorialProvider/TutorialProvider.utils.d.ts +0 -3
- package/dist/types/providers/TutorialProvider/TutorialProviderInner.d.ts +0 -3
- package/dist/types/providers/TutorialProvider/TutorialStepIndicator.d.ts +0 -8
- package/dist/types/providers/TutorialStepsProvider.d.ts +0 -13
- package/dist/types/providers/index.d.ts +0 -10
- package/dist/types/storybook/InfoCard.d.ts +0 -8
- package/dist/types/storybook/Links.d.ts +0 -9
- package/dist/types/storybook/PropsTable.d.ts +0 -10
- package/dist/types/storybook/Stack.d.ts +0 -9
- package/dist/types/storybook/Story.d.ts +0 -2
- package/dist/types/storybook/index.d.ts +0 -6
- package/dist/types/storybook/useMockProgress.d.ts +0 -1
- package/dist/types/style/index.d.ts +0 -2
- package/dist/types/tests/test-utils.d.ts +0 -6
- package/dist/types/utils/UtilStory.d.ts +0 -7
- package/dist/types/utils/auth_environment.d.ts +0 -47
- package/dist/types/utils/errors.d.ts +0 -8
- package/dist/types/utils/export.d.ts +0 -3
- package/dist/types/utils/index.d.ts +0 -12
- package/dist/types/utils/releaseNotes.d.ts +0 -18
- /package/dist/{esm/_virtual → _virtual}/_commonjsHelpers.js +0 -0
- /package/dist/{esm/_virtual → _virtual}/lodash.js +0 -0
- /package/dist/{types → atoms}/hooks/useDebounce.d.ts +0 -0
- /package/dist/{esm → atoms}/hooks/useDebounce.js +0 -0
- /package/dist/{types → atoms}/hooks/useFakeProgress.d.ts +0 -0
- /package/dist/{esm → atoms}/hooks/useFakeProgress.js +0 -0
- /package/dist/{types → atoms}/hooks/useLocalStorage.d.ts +0 -0
- /package/dist/{types → atoms}/hooks/usePrevious.d.ts +0 -0
- /package/dist/{esm → atoms}/hooks/usePrevious.js +0 -0
- /package/dist/{types → atoms}/hooks/useSignalRMessages.d.ts +0 -0
- /package/dist/{types/constants → atoms/style}/colors.d.ts +0 -0
- /package/dist/{esm/constants → atoms/style}/colors.js +0 -0
- /package/dist/{types → atoms}/style/darkTokens.d.ts +0 -0
- /package/dist/{esm → atoms}/style/darkTokens.js +0 -0
- /package/dist/{types → atoms}/style/spacingTokens.d.ts +0 -0
- /package/dist/{esm → atoms}/style/spacingTokens.js +0 -0
- /package/dist/{types → atoms}/style/spacings.d.ts +0 -0
- /package/dist/{esm → atoms}/style/spacings.js +0 -0
- /package/dist/{types → atoms}/types/Environment.d.ts +0 -0
- /package/dist/{esm → atoms}/types/Environment.js +0 -0
- /package/dist/{types → atoms}/types/Errors.d.ts +0 -0
- /package/dist/{esm → atoms}/types/Errors.js +0 -0
- /package/dist/{types → atoms}/types/Field.d.ts +0 -0
- /package/dist/{types → atoms}/types/Guidelines.d.ts +0 -0
- /package/dist/{types → atoms}/types/Icon.d.ts +0 -0
- /package/dist/{types → atoms}/types/index.d.ts +0 -0
- /package/dist/{types → atoms}/utils/coordinate.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/coordinate.js +0 -0
- /package/dist/{types → atoms}/utils/date.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/date.js +0 -0
- /package/dist/{types → atoms}/utils/favicon.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/favicon.js +0 -0
- /package/dist/{types → atoms}/utils/map.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/map.js +0 -0
- /package/dist/{types → atoms}/utils/size.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/size.js +0 -0
- /package/dist/{types → atoms}/utils/sort.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/sort.js +0 -0
- /package/dist/{types → atoms}/utils/string.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/string.js +0 -0
- /package/dist/{types → atoms}/utils/url.d.ts +0 -0
- /package/dist/{esm → atoms}/utils/url.js +0 -0
- /package/dist/{types/components/Inputs → deprecated}/CommentField/NewCommentField.d.ts +0 -0
- /package/dist/{types/components/Feedback → deprecated}/ConfirmationPopup.d.ts +0 -0
- /package/dist/{types/components/Inputs → deprecated}/EditableField.d.ts +0 -0
- /package/dist/{types/components/Inputs/SelectDrawer → deprecated}/MultiSelectDrawer.d.ts +0 -0
- /package/dist/{types/components/Inputs/SelectDrawer → deprecated}/SingleSelectDrawer.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → deprecated}/Tutorial/Tutorial.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → deprecated}/Tutorial/TutorialStart.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → deprecated}/Tutorial/TutorialSteps.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → deprecated}/Tutorial/stories/TutorialStoryComponent.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → molecules}/Badge/Badge.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → molecules}/Chip/Chip.d.ts +0 -0
- /package/dist/{esm/components/DataDisplay → molecules}/Chip/Chip.js +0 -0
- /package/dist/{types/components/DataDisplay → molecules}/Chip/Chip.styles.d.ts +0 -0
- /package/dist/{types/components/DataDisplay → molecules}/Chip/InteractiveChip.d.ts +0 -0
- /package/dist/{esm/components/DataDisplay → molecules}/Chip/InteractiveChip.js +0 -0
- /package/dist/{types/components/DataDisplay → molecules}/Chip/ReadOnlyChip.d.ts +0 -0
- /package/dist/{esm/components/DataDisplay → molecules}/Chip/ReadOnlyChip.js +0 -0
- /package/dist/{types/components/Feedback → molecules}/FileProgress/CompactFileProgress.d.ts +0 -0
- /package/dist/{types/components/Feedback → molecules}/FileProgress/FileProgress.utils.d.ts +0 -0
- /package/dist/{esm/components/Feedback → molecules}/FileProgress/FileProgress.utils.js +0 -0
- /package/dist/{types/components/Feedback → molecules}/FileProgress/RegularFileProgress.d.ts +0 -0
- /package/dist/{types/components/Feedback → molecules}/FileProgress/RegularFileProgress.styles.d.ts +0 -0
- /package/dist/{types/components/Inputs/SelectDrawer → molecules/OptionDrawer}/OptionDrawer.styles.d.ts +0 -0
- /package/dist/{types/components/Inputs/SelectDrawer → molecules/OptionDrawer}/stories/data.d.ts +0 -0
- /package/dist/{esm/components/Inputs → molecules}/RichTextEditor/RichTextEditor.types.js +0 -0
- /package/dist/{types/components/Inputs → molecules}/Search/Search.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/ComboBox/ComboBox.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/GroupedSelectMenu.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/Select.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/Select.types.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/Select.utils.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/SelectMenu.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/SelectMenuItem.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/SingleSelect/SingleSelect.d.ts +0 -0
- /package/dist/{types/components/Feedback → molecules}/Skeleton/Skeleton.styles.d.ts +0 -0
- /package/dist/{esm/components/Feedback → molecules}/Skeleton/Skeleton.styles.js +0 -0
- /package/dist/{types/components/Feedback → molecules}/Stepper/Step.d.ts +0 -0
- /package/dist/{types/components/Feedback → molecules}/Stepper/StepLine.d.ts +0 -0
- /package/dist/{types/components/Inputs → molecules}/TextField/TextField.d.ts +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/clickbounds.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/colors.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/elevation.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/index.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/interactions.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/shape.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/spacings.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-tokens/dist/esm/base/typography.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/lodash/lodash.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/prosemirror-model/dist/index.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/prosemirror-state/dist/index.js +0 -0
- /package/dist/{esm/node_modules → node_modules}/prosemirror-transform/dist/index.js +0 -0
- /package/dist/{types/components/DataDisplay/Table → organisms/DataGrid}/stories/data.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/Action.d.ts +0 -0
- /package/dist/{esm/components/Feedback → organisms}/ErrorPage/Action.js +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/Description.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/Details.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/ErrorPage.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/MissingAccesses.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms}/ErrorPage/Title.d.ts +0 -0
- /package/dist/{types/components/Feedback → organisms/ErrorPage/collections}/Unauthorized.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/SideBar/SideBar.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/SideBar/SideBar.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/SideBar/ToggleOpen.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TableOfContents/TableOfContents.constants.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TableOfContents/TableOfContents.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TableOfContents/TableOfContents.types.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Account/Account.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Account/Account.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Account/stories/data.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Actions.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Notifications/NotificationsInner.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/Feedback/Feedback.const.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +0 -0
- /package/dist/{types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters → organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader}/FilterHeader.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.d.ts +0 -0
- /package/dist/{types/components/Navigation → organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.d.ts +0 -0
- /package/dist/{types/providers → providers}/SnackbarProvider.d.ts +0 -0
- /package/dist/{esm/providers → providers}/SnackbarProvider.js +0 -0
- /package/dist/{esm/providers → providers}/TableOfContentsProvider.utils.js +0 -0
- /package/dist/{types/tests → tests}/browserMocks.d.ts +0 -0
- /package/dist/{types/tests → tests}/setupTests.d.ts +0 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import{colorMap as t,darkenColor as o}from"./ApplicationIcon.utils.js";import e,{keyframes as r,css as a}from"styled-components";const i=r`
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
transform: scale(1) rotate(360deg);
|
|
7
|
+
}
|
|
8
|
+
`,s=r`
|
|
9
|
+
0% {
|
|
10
|
+
transform: scaleY(1) rotateZ(0deg);
|
|
11
|
+
}
|
|
12
|
+
50% {
|
|
13
|
+
transform: scaleY(0.95) rotateZ(-1deg);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: scaleY(1) rotateZ(0deg);
|
|
17
|
+
}
|
|
18
|
+
`,n=e.div`
|
|
19
|
+
width: ${({size:t})=>`${t}px`};
|
|
20
|
+
height: ${({size:t})=>`${t}px`};
|
|
21
|
+
display: flex;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
position: relative;
|
|
26
|
+
box-sizing: content-box;
|
|
27
|
+
transition: border-radius 350ms ease;
|
|
28
|
+
border-radius: 16%;
|
|
29
|
+
|
|
30
|
+
&:after {
|
|
31
|
+
content: '';
|
|
32
|
+
transition:
|
|
33
|
+
border-radius 350ms,
|
|
34
|
+
transform 200ms linear;
|
|
35
|
+
width: ${({size:t})=>t-t/8+"px"};
|
|
36
|
+
height: ${({size:t})=>t-t/8+"px"};
|
|
37
|
+
position: absolute;
|
|
38
|
+
transform: scale(1.5);
|
|
39
|
+
border-radius: 100%;
|
|
40
|
+
pointer-events: none;
|
|
41
|
+
border: ${({size:t})=>t/8+"px"} solid
|
|
42
|
+
color-mix(in srgb, ${({color:o})=>t[o]} 10%, white);
|
|
43
|
+
border-top-color: ${({color:o})=>t[o]};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
${({animationState:t})=>"loading"===t?a`
|
|
47
|
+
border-radius: 100%;
|
|
48
|
+
|
|
49
|
+
&:after {
|
|
50
|
+
animation: ${i} 1750ms infinite ease;
|
|
51
|
+
animation-delay: 250ms;
|
|
52
|
+
transform: scale(1);
|
|
53
|
+
}
|
|
54
|
+
`:""}
|
|
55
|
+
position: relative;
|
|
56
|
+
${({color:t})=>`\n box-shadow:\n 0px 105px 68px 0px ${o(t,0,"00")},\n 0px 96px 62px 0px ${o(t,.1,"03")},\n 0px 56px 52px 0px ${o(t,.5,"0D")},\n 0px 32px 39px 0px ${o(t,.9,"17")},\n 0px 8px 21px 0px ${o(t,.1,"1a")};\n `}
|
|
57
|
+
`,p=e.div`
|
|
58
|
+
--pos: 12.5%;
|
|
59
|
+
position: absolute;
|
|
60
|
+
top: var(--pos);
|
|
61
|
+
left: var(--pos);
|
|
62
|
+
bottom: var(--pos);
|
|
63
|
+
right: var(--pos);
|
|
64
|
+
z-index: 999;
|
|
65
|
+
pointer-events: none;
|
|
66
|
+
opacity: 0.85;
|
|
67
|
+
svg {
|
|
68
|
+
filter: drop-shadow(0px 256px 72px rgba(0, 0, 0, 0))
|
|
69
|
+
drop-shadow(0px 164px 55px rgba(0, 0, 0, 0.04))
|
|
70
|
+
drop-shadow(0px 92px 45px rgba(0, 0, 0, 0.09))
|
|
71
|
+
drop-shadow(0px 41px 31px rgba(0, 0, 0, 0.12))
|
|
72
|
+
drop-shadow(0px 10px 13px rgba(0, 0, 0, 0.14));
|
|
73
|
+
}
|
|
74
|
+
`,d=e.div`
|
|
75
|
+
width: 100%;
|
|
76
|
+
height: 100%;
|
|
77
|
+
background-color: ${({color:o})=>t[o]};
|
|
78
|
+
transform: ${({rotationVariant:t})=>m(t)};
|
|
79
|
+
position: absolute;
|
|
80
|
+
|
|
81
|
+
.noiseShape {
|
|
82
|
+
mix-blend-mode: multiply;
|
|
83
|
+
filter: grayscale(1);
|
|
84
|
+
}
|
|
85
|
+
`,l=e.div`
|
|
86
|
+
height: 141.6%;
|
|
87
|
+
min-width: 141.6%;
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
position: relative;
|
|
90
|
+
filter: saturate(1.75);
|
|
91
|
+
transform: scaleY(1);
|
|
92
|
+
|
|
93
|
+
${({animationState:t})=>{switch(t){case"hoverable":return a`
|
|
94
|
+
& .wave:first-child {
|
|
95
|
+
top: -5%;
|
|
96
|
+
}
|
|
97
|
+
&:hover {
|
|
98
|
+
& .wave {
|
|
99
|
+
transform: scaleY(0);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
`;case"animated":return a`
|
|
103
|
+
& .wave {
|
|
104
|
+
transform: scaleY(1);
|
|
105
|
+
transition-delay: 0ms !important;
|
|
106
|
+
animation: ${s} 5000ms ease-in-out infinite alternate;
|
|
107
|
+
}
|
|
108
|
+
`;case"loading":return a`
|
|
109
|
+
& .wave {
|
|
110
|
+
animation: unset;
|
|
111
|
+
transform: scaleY(0);
|
|
112
|
+
transition-delay: 200ms;
|
|
113
|
+
}
|
|
114
|
+
`;default:return a``}}}
|
|
115
|
+
`,x=e.div`
|
|
116
|
+
position: absolute;
|
|
117
|
+
top: ${({waveIntervalDist:t})=>`${t}%`};
|
|
118
|
+
transform-origin: bottom;
|
|
119
|
+
height: 100%;
|
|
120
|
+
width: 100%;
|
|
121
|
+
transition:
|
|
122
|
+
transform 950ms ease,
|
|
123
|
+
top 950ms ease;
|
|
124
|
+
mix-blend-mode: soft-light;
|
|
125
|
+
filter: contrast(1.2) brightness(1.1);
|
|
126
|
+
svg {
|
|
127
|
+
position: absolute;
|
|
128
|
+
left: 0;
|
|
129
|
+
}
|
|
130
|
+
`,m=(t=0)=>{const o=["rotate(-45deg)","rotate(45deg)","rotate(135deg)","rotate(225deg)"];return o[t%o.length]};export{n as AppIconContainer,p as IconContainer,x as Wave,d as WaveInnerContainer,l as Waves};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";const t=({viewBox:t="0 0 384 384",fill:i="none",paths:l})=>e("svg",{width:"100%",height:"100%",viewBox:t,fill:i,xmlns:"http://www.w3.org/2000/svg","data-testid":"app-icon-svg",children:l.map(((t,i)=>e("path",{d:t,fillRule:"evenodd",clipRule:"evenodd",fill:"white"},i)))});export{t as default};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface AppIconData {
|
|
2
|
+
name: string;
|
|
3
|
+
prefix: string;
|
|
4
|
+
svgPathData: string[];
|
|
5
|
+
}
|
|
6
|
+
export declare const amplify: AppIconData;
|
|
7
|
+
export declare const embark: AppIconData;
|
|
8
|
+
export declare const premo: AppIconData;
|
|
9
|
+
export declare const dasha: AppIconData;
|
|
10
|
+
export declare const acquire: AppIconData;
|
|
11
|
+
export declare const orca: AppIconData;
|
|
12
|
+
export declare const pwex: AppIconData;
|
|
13
|
+
export declare const ltg: AppIconData;
|
|
14
|
+
export declare const equinor: AppIconData;
|
|
15
|
+
export declare const fallback: AppIconData;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as C,jsx as L}from"react/jsx-runtime";const a={name:"amplify",prefix:"amplify",svgPathData:["M243.072 32.9377C244.639 34.0665 245.42 36.0027 245.077 37.9108L222.642 162.709L237.832 154.61C239.592 153.672 241.737 153.877 243.291 155.131C244.844 156.384 245.507 158.447 244.977 160.378L196.453 337.316C195.8 339.697 193.522 341.246 191.082 340.968C188.642 340.69 186.767 338.667 186.66 336.2L180.945 203.981L133.411 230.545C131.866 231.408 129.982 231.385 128.459 230.483C126.935 229.581 126 227.936 126 226.158V98.031C126 96.2086 126.982 94.5295 128.566 93.6445L237.746 32.6315C239.431 31.6898 241.504 31.809 243.072 32.9377Z"]},e={name:"embark",prefix:"amplify",svgPathData:["M230.63 191.5C230.63 212.832 213.332 230.125 191.994 230.125C170.656 230.125 153.358 212.832 153.358 191.5C153.358 170.168 170.656 152.875 191.994 152.875C213.332 152.875 230.63 170.168 230.63 191.5Z","M161.086 307.375C161.086 328.707 143.788 346 122.45 346C101.112 346 83.814 328.707 83.814 307.375C83.814 286.043 101.112 268.75 122.45 268.75C143.788 268.75 161.086 286.043 161.086 307.375Z","M99.2718 191.5C99.2718 212.832 81.9739 230.125 60.6359 230.125C39.2979 230.125 22 212.832 22 191.5C22 170.168 39.2979 152.875 60.6359 152.875C81.9739 152.875 99.2718 170.168 99.2718 191.5Z","M362 191.5C362 212.832 344.702 230.125 323.364 230.125C302.026 230.125 284.728 212.832 284.728 191.5C284.728 170.168 302.026 152.875 323.364 152.875C344.702 152.875 362 170.168 362 191.5Z","M292.456 307.375C292.456 328.707 275.158 346 253.82 346C232.482 346 215.184 328.707 215.184 307.375C215.184 286.043 232.482 268.75 253.82 268.75C275.158 268.75 292.456 286.043 292.456 307.375Z","M292.456 75.625C292.456 96.957 275.158 114.25 253.82 114.25C232.482 114.25 215.184 96.957 215.184 75.625C215.184 54.293 232.482 37 253.82 37C275.158 37 292.456 54.293 292.456 75.625Z","M161.086 75.625C161.086 96.957 143.788 114.25 122.45 114.25C101.112 114.25 83.814 96.957 83.814 75.625C83.814 54.293 101.112 37 122.45 37C143.788 37 161.086 54.293 161.086 75.625Z"]},M={name:"premo",prefix:"amplify",svgPathData:["M282.564 67.3898C303.684 82.6522 320.49 102.915 331.542 126.21C336.165 135.954 330.416 147.033 320.114 150.362C309.884 153.668 299.026 148.05 293.941 138.623C274.378 102.358 235.897 77.6975 191.625 77.6975C147.353 77.6975 108.872 102.358 89.3088 138.622C84.2232 148.05 73.3656 153.668 63.1356 150.362C52.8329 147.033 47.0837 135.954 51.707 126.209C62.7595 102.915 79.5649 82.6522 100.685 67.3898C127.118 48.2881 158.952 38 191.625 38C224.297 38 256.131 48.2881 282.564 67.3898ZM116.815 236.116C122.823 246.168 130.851 254.965 140.472 261.917C155.34 272.662 173.247 278.449 191.625 278.449C210.004 278.449 227.91 272.662 242.779 261.917C252.399 254.965 260.428 246.168 266.435 236.116C271.89 226.987 266.162 215.976 256.009 212.695C245.853 209.413 235.161 215.357 228.164 223.381C219.299 233.547 206.217 239.977 191.625 239.977C177.033 239.977 163.951 233.547 155.086 223.381C148.09 215.357 137.397 209.413 127.242 212.694C117.088 215.976 111.36 226.988 116.815 236.116ZM51.5828 258.527C62.6334 281.932 79.4858 302.29 100.685 317.61C127.118 336.712 158.952 347 191.625 347C224.298 347 256.132 336.712 282.565 317.61C303.764 302.29 320.617 281.932 331.667 258.527C336.203 248.92 330.541 238.008 320.392 234.728C310.242 231.447 299.476 237.082 294.533 246.49C275.162 283.362 236.348 308.528 191.625 308.528C146.901 308.528 108.087 283.362 88.7163 246.49C83.7734 237.082 73.0078 231.447 62.8575 234.728C52.7087 238.008 47.0467 248.92 51.5828 258.527ZM266.935 158.121C264.308 168.398 255.408 171.274 237.608 177.027L203.578 188.024C197.651 189.94 194.688 190.897 191.625 190.897C188.562 190.897 185.599 189.94 179.673 188.024L145.643 177.027C127.843 171.274 118.943 168.398 116.315 158.121C113.688 147.844 118.612 142.676 128.461 132.34C132.114 128.507 136.131 124.994 140.472 121.857C155.34 111.113 173.247 105.326 191.625 105.326C210.004 105.326 227.91 111.113 242.779 121.857C247.119 124.994 251.136 128.507 254.789 132.34C264.638 142.676 269.563 147.844 266.935 158.121Z"]},Z={name:"dasha",prefix:"amplify",svgPathData:["M73.5382 107.15L178.922 40.7976C186.964 35.7341 197.198 35.7341 205.24 40.7976L310.623 107.15C317.805 111.672 322.162 119.564 322.162 128.05V254.95C322.162 263.436 317.805 271.328 310.623 275.85L205.24 342.202C197.198 347.266 186.964 347.266 178.922 342.202L73.5382 275.85C66.3569 271.328 62 263.436 62 254.95V128.05C62 119.564 66.3569 111.672 73.5382 107.15ZM103.162 158.643V245.86L171.5 288.888V199.139L103.162 158.643ZM212.661 288.888L281 245.86V158.642L212.661 199.139V288.888ZM259.446 123.569L192.081 81.1536L124.716 123.569L192.081 163.489L259.446 123.569Z"]},i={name:"acquire",prefix:"amplify",svgPathData:["M331 115.936V260.54C331 275.617 324.94 287.871 314.709 296.458C305.345 304.318 293.723 308.097 283.524 310.12C267.031 313.392 247.727 313.091 234.676 312.888H234.675C231.929 312.845 229.461 312.807 227.353 312.807H227.353L85.85 312.807C68.204 312.807 54 298.476 54 280.922L54 138.742C54 121.188 68.2039 106.857 85.85 106.857H207.353V91.4781C207.353 73.6328 222.475 58.1095 241.804 60.186C253.897 61.4851 273.699 64.365 290.981 70.7435C299.57 73.9138 308.925 78.4397 316.442 85.1478C324.291 92.1527 331 102.439 331 115.936ZM291 260.54V260.175C290.948 260.027 290.774 259.821 290.263 259.384C288.676 258.024 285.274 256.172 279.32 254.57C267.47 251.382 252.164 250.877 240.891 251.156C223.364 251.59 207.353 237.719 207.353 218.763V146.857H94L94 272.807L227.353 272.807H227.353C230.553 272.807 233.835 272.85 237.158 272.893H237.158C250.197 273.061 263.874 273.239 275.741 270.885C282.968 269.451 287.03 267.468 288.993 265.82C290.089 264.9 291 263.901 291 260.54Z"]},H={name:"orca",prefix:"amplify",svgPathData:["M174.308 336.288C182.22 342.57 193.418 342.57 201.33 336.289L309.434 250.463C318.832 243.001 320.402 229.334 312.941 219.935C305.479 210.537 291.812 208.967 282.413 216.429L187.82 291.528L93.2402 216.429C83.8424 208.967 70.1747 210.537 62.7126 219.934C55.2505 229.332 56.8198 243 66.2177 250.462L174.308 336.288Z","M188.071 209.631L156.575 184.763L130.31 164.024L99.1005 139.382L131.575 113.751L157.845 93.017L188.089 69.1463L218.819 93.4047L245.088 114.141L277.058 139.378L246.337 163.632L220.07 184.369L188.071 209.631ZM285.699 132.557C285.697 132.559 285.694 132.561 285.691 132.563ZM171.913 241.169L68.9161 159.845C55.6931 149.404 55.6949 129.352 68.9198 118.914L171.935 37.6069C181.408 30.1306 194.773 30.1311 204.245 37.6081L307.24 118.913C320.464 129.351 320.465 149.403 307.241 159.843L204.228 241.17C194.754 248.648 181.386 248.648 171.913 241.169ZM130.31 164.024L156.575 184.763L188.571 159.234L220.07 184.369L246.337 163.632L214.7 138.386L245.088 114.141L218.819 93.4047L188.573 117.537L157.845 93.017L131.575 113.751L162.444 138.385L130.31 164.024Z"]},t={name:"pwex",prefix:"amplify",svgPathData:["M155.611 62H47.314C41.6177 62 37 66.6177 37 72.314V312.955C37 320.407 46.1076 324.03 51.2258 318.613L96.3471 270.859C97.9032 269.213 100.069 268.279 102.335 268.279H191.291H191.709H335.687C341.383 268.279 346.001 263.662 346.001 257.965V72.314C346.001 66.6177 341.383 62 335.687 62H227.39C208.774 62 193.448 76.0926 191.5 94.1918C189.553 76.0926 174.227 62 155.611 62ZM92.0005 102C83.7162 102 77.0005 108.716 77.0005 117C77.0005 125.284 83.7162 132 92.0005 132H156C164.285 132 171 125.284 171 117C171 108.716 164.285 102 156 102H92.0005ZM77.0005 165C77.0005 156.716 83.7162 150 92.0005 150H156C164.285 150 171 156.716 171 165C171 173.284 164.285 180 156 180H92.0005C83.7162 180 77.0005 173.284 77.0005 165ZM92.0005 198C83.7162 198 77.0005 204.716 77.0005 213C77.0005 221.284 83.7162 228 92.0005 228H115C123.285 228 130 221.284 130 213C130 204.716 123.285 198 115 198H92.0005ZM231.628 102C220.236 102 211 111.235 211 122.628V228H306V102H231.628Z","M155.611 62H47.314C41.6177 62 37 66.6177 37 72.314V312.955C37 320.407 46.1076 324.03 51.2258 318.613L96.3471 270.859C97.9032 269.213 100.069 268.279 102.335 268.279H191.291H191.709H335.687C341.383 268.279 346.001 263.662 346.001 257.965V72.314C346.001 66.6177 341.383 62 335.687 62H227.39C208.774 62 193.448 76.0926 191.5 94.1918C189.553 76.0926 174.227 62 155.611 62ZM92.0005 102C83.7162 102 77.0005 108.716 77.0005 117C77.0005 125.284 83.7162 132 92.0005 132H156C164.285 132 171 125.284 171 117C171 108.716 164.285 102 156 102H92.0005ZM77.0005 165C77.0005 156.716 83.7162 150 92.0005 150H156C164.285 150 171 156.716 171 165C171 173.284 164.285 180 156 180H92.0005C83.7162 180 77.0005 173.284 77.0005 165ZM92.0005 198C83.7162 198 77.0005 204.716 77.0005 213C77.0005 221.284 83.7162 228 92.0005 228H115C123.285 228 130 221.284 130 213C130 204.716 123.285 198 115 198H92.0005ZM231.628 102C220.236 102 211 111.235 211 122.628V228H306V102H231.628Z"]},l={name:"ltg",prefix:"amplify",svgPathData:["M119 108.729C119 104.476 120.933 100.453 124.254 97.7965L182.754 50.9966C187.867 46.9061 195.133 46.9061 200.246 50.9965L258.746 97.7965C262.067 100.453 264 104.476 264 108.729V274.771C264 279.024 262.067 283.047 258.746 285.703L200.246 332.503C195.133 336.594 187.867 336.594 182.754 332.503L124.254 285.703C120.933 283.047 119 279.024 119 274.771V108.729Z"]},p={name:"equinor",prefix:"amplify",svgPathData:["M91.145 104.191L91.1473 187.18C91.145 189.64 92.3784 191.912 94.509 193.139L166.419 234.567C169.47 236.324 173.36 234.123 173.362 230.601V147.615C173.365 145.155 172.053 142.882 169.921 141.653L98.0126 100.228C94.9598 98.47 91.1495 100.672 91.145 104.191ZM312.633 39.3889L209.106 99.033C206.039 100.8 204.149 104.07 204.154 107.61V227.088C204.158 232.16 209.758 235.327 214.15 232.796L317.679 173.156C320.746 171.387 322.52 168.117 322.515 164.577L322.517 45.0986C322.513 40.0274 317.027 36.8601 312.633 39.3889ZM170.616 293.502L141.846 310.079C140.994 310.571 140.468 311.48 140.468 312.464L140.466 345.665C140.466 347.077 142.027 347.955 143.246 347.253L172.017 330.678C172.87 330.188 173.365 329.277 173.362 328.295V295.09C173.362 293.682 171.836 292.801 170.616 293.502ZM153.849 262.866L110.762 237.933C109.485 237.196 107.91 237.196 106.633 237.933L63.5462 262.866C61.7177 263.923 61.7177 266.562 63.5462 267.621L106.633 292.55C107.91 293.291 109.485 293.291 110.762 292.55L153.849 267.621C155.677 266.562 155.677 263.923 153.849 262.866ZM223.214 267.361L242.359 278.437C243.492 279.093 244.89 279.093 246.026 278.437L265.168 267.361C266.793 266.418 266.793 264.072 265.168 263.131L246.026 252.055C244.89 251.399 243.492 251.399 242.359 252.055L223.214 263.131C221.589 264.072 221.589 266.418 223.214 267.361ZM207.815 294.019L226.979 305.058C228.114 305.713 228.814 306.926 228.814 308.237L228.791 330.353C228.789 332.229 226.757 333.403 225.13 332.467L205.966 321.428C204.831 320.773 204.156 319.556 204.156 318.249L204.154 296.133C204.154 294.259 206.188 293.081 207.815 294.019Z"]},f={name:"fallback",prefix:"amplify",svgPathData:["M56 37C46.0589 37 38 45.0589 38 55V328C38 337.941 46.0589 346 56 346H329C338.941 346 347 337.941 347 328V55C347 45.0589 338.941 37 329 37H56ZM96 77C86.0589 77 78 85.0589 78 95V288C78 297.941 86.0589 306 96 306H289C298.941 306 307 297.941 307 288V95C307 85.0589 298.941 77 289 77H96Z","M253 191C253 224.137 226.137 251 193 251C159.863 251 133 224.137 133 191C133 157.863 159.863 131 193 131C226.137 131 253 157.863 253 191Z"]};C("svg",{width:"384",height:"384",viewBox:"0 0 384 384",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[L("path",{fillRule:"evenodd",clipRule:"evenodd",d:"",fill:"white"}),L("path",{fillRule:"evenodd",clipRule:"evenodd",d:"",fill:"white"})]});export{i as acquire,a as amplify,Z as dasha,e as embark,p as equinor,f as fallback,l as ltg,H as orca,M as premo,t as pwex};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as e,jsx as i}from"react/jsx-runtime";import{LARGE_WAVES_PATH_DATA as t,SMALL_WAVES_PATH_DATA as s}from"./ApplicationIcon.constants.js";const n=({index:n,isAltWave:r,hasLargeWaves:l})=>e("svg",{className:"noiseShape",width:"100%",height:"100%",viewBox:"0 0 725 725",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("defs",{children:[e("filter",{id:"noiseFilter",children:[i("feTurbulence",{type:"fractalNoise",baseFrequency:.75,numOctaves:3,stitchTiles:"stitch"}),i("feColorMatrix",{type:"matrix",values:"\n 0 0 0 2 0\n 0 0 0 2 0\n 0 0 0 2 0\n 0 0 0 10 0"})]}),i("mask",{id:"noiseMask"+n,x:"0",y:"0",width:"100%",height:"100%",children:i("path",r?{d:l?t[1]:s[1],fill:"white"}:{d:l?t[0]:s[0],fill:"white"})})]}),i("g",{children:i("rect",{width:"100%",height:"100%",filter:"url(#noiseFilter)",mask:"url(#noiseMask"+n+")"})})]});export{n as NoiseShape};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{LARGE_WAVES_PATH_DATA as i,SMALL_WAVES_PATH_DATA as r}from"./ApplicationIcon.constants.js";const s=({index:s,isAltWave:l,hasLargeWaves:n})=>e("svg",{className:"waveShape",width:"100%",height:"100%",viewBox:"0 0 725 725",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e("defs",{children:[t("filter",{id:"noiseFilter",children:t("feTurbulence",{type:"fractalNoise",baseFrequency:.5,numOctaves:3,stitchTiles:"stitch"})}),e("linearGradient",{id:"gradient",x1:"0",y1:"0%",x2:"0",y2:"100%",children:[t("stop",{offset:"0%",stopColor:"white"}),t("stop",{offset:"100%",stopColor:"black"})]})]}),t("g",{id:"wavePattern"+s,x:"0",y:"0",width:"100%",height:"100%",children:t("path",l?{d:n?i[1]:r[1],fill:"url(#gradient)"}:{d:n?i[0]:r[0],fill:"url(#gradient)"})})]});export{s as WaveShape};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import"../AnimatedCheckmark/AnimatedCheckmark.js";import"../ApplicationIcon/ApplicationIcon.js";import{Container as i}from"./Badge.styles.js";import"../Chip/Chip.js";import"../ContentMenu/ContentMenu.js";import"../EquinorLogo/EquinorLogo.js";import"react";import{Typography as r}from"@equinor/eds-core-react";import"@equinor/eds-icons";import"../FileProgress/CompactFileProgress.styles.js";import"../../atoms/utils/auth_environment.js";import"../../atoms/types/Errors.js";import"../../organisms/ErrorPage/illustrations/GlitchAnimation.js";import"../../organisms/ErrorPage/illustrations/QuestioningAnimation.js";import"html2canvas";import"../RichTextEditor/RichTextEditor.types.js";import"proj4";import"../FileProgress/RegularFileProgress.styles.js";import"../FileUploadArea/FileUploadArea.js";import"../FullPageSpinner/FullPageSpinner.js";import"../InfoElement/InfoElement.js";import"../OptionalTooltip/OptionalTooltip.js";import"../ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../RichTextEditor/custom-extensions/AmplifyKit.js";import"../RichTextEditor/MenuBar/MenuBar.js";import"../RichTextEditor/RichTextEditor.styles.js";import"../RichTextEditor/MenuBar/MenuBar.styles.js";import"../RichTextEditor/MenuBar/MenuButton.js";import"../Search/Search.js";import"react-router-dom";import"../Sieve/Sieve.styles.js";import"../../node_modules/lodash/lodash.js";import"../SingleFilterMenu/SingleFilterMenu.js";import"../Skeleton/SkeletonBase/SkeletonBase.js";import"../Stepper/Stepper.js";import"../OptionDrawer/OptionDrawer.js";import"../ListItem/ListItem.js";const o=({value:o,variant:e="default"})=>t(i,{"data-testid":"badge-container",$variant:e,children:t(r,{as:"span",variant:"label",group:"navigation",children:o})});export{o as Badge};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Variants } from './Badge';
|
|
2
|
+
interface CountDotProps {
|
|
3
|
+
$variant: Variants;
|
|
4
|
+
}
|
|
5
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CountDotProps>> & string;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import{tokens as t}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as r}from"../../atoms/style/spacings.js";import e from"styled-components";const{colors:i,shape:o}=t,a=t=>({light:{background:"rgba(235, 235, 235, 1)",color:i.text.static_icons__tertiary.rgba},danger:{background:i.interactive.danger__resting.rgba,color:i.text.static_icons__primary_white.rgba},empty:{background:i.interactive.disabled__fill.rgba,color:i.interactive.disabled__text.rgba},default:{background:i.text.static_icons__tertiary.rgba,color:i.text.static_icons__primary_white.rgba}}[t]),n=e.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
> span {
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
font-size: 12px;
|
|
8
|
+
color: ${({$variant:t})=>a(t).color};
|
|
9
|
+
padding: 0 ${r.x_small};
|
|
10
|
+
line-height: normal;
|
|
11
|
+
}
|
|
12
|
+
background: ${({$variant:t})=>a(t).background};
|
|
13
|
+
min-width: 16px;
|
|
14
|
+
width: fit-content;
|
|
15
|
+
height: 16px;
|
|
16
|
+
border-radius: ${o.rounded.borderRadius};
|
|
17
|
+
`;export{n as Container};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import{tokens as r}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import e,{css as o}from"styled-components";const{colors:i}=r,a={default:{color:`${i.interactive.primary__resting.rgba}`,background:`${i.ui.background__light.rgba}`,borderColor:`${i.ui.background__medium.rgba}`,hover:{background:`${i.interactive.primary__hover_alt.rgba}`,color:`${i.interactive.primary__hover.rgba}`,borderColor:`${i.interactive.primary__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.disabled__border.rgba}`}},active:{color:`${i.interactive.primary__resting.rgba}`,background:`${i.interactive.primary__selected_highlight.rgba}`,borderColor:`${i.interactive.primary__selected_hover.rgba}`,hover:{color:`${i.interactive.primary__hover.rgba}`,background:`${i.interactive.primary__selected_hover.rgba}`,borderColor:`${i.interactive.primary__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.disabled__border.rgba}`}},warning:{color:`${i.interactive.warning__text.rgba}`,background:`${i.ui.background__light.rgba}`,borderColor:`${i.interactive.warning__resting.rgba}`,hover:{color:`${i.interactive.warning__hover.rgba}`,background:`${i.ui.background__warning.rgba}`,borderColor:`${i.interactive.warning__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.disabled__border.rgba}`}},"warning-active":{color:`${i.interactive.warning__text.rgba}`,background:`${i.interactive.primary__selected_highlight.rgba}`,borderColor:`${i.interactive.warning__resting.rgba}`,hover:{color:`${i.interactive.warning__hover.rgba}`,background:`${i.interactive.primary__selected_hover.rgba}`,borderColor:`${i.interactive.warning__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.warning__highlight.rgba}`}},error:{color:`${i.interactive.danger__text.rgba}`,background:`${i.ui.background__light.rgba}`,borderColor:`${i.interactive.danger__resting.rgba}`,hover:{color:`${i.interactive.danger__hover.rgba}`,background:`${i.ui.background__danger.rgba}`,borderColor:`${i.interactive.danger__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.disabled__border.rgba}`}},"error-active":{color:`${i.interactive.danger__text.rgba}`,background:`${i.interactive.primary__selected_highlight.rgba}`,borderColor:`${i.interactive.danger__resting.rgba}`,hover:{color:`${i.interactive.danger__hover.rgba}`,background:`${i.interactive.primary__selected_hover.rgba}`,borderColor:`${i.interactive.danger__hover.rgba}`},disabled:{color:`${i.interactive.disabled__text.rgba}`,background:`${i.interactive.disabled__fill.rgba}`,borderColor:`${i.interactive.danger__highlight.rgba}`}}},t=o`
|
|
2
|
+
outline: 1px solid ${i.ui.background__medium.rgba};
|
|
3
|
+
cursor: pointer;
|
|
4
|
+
display: flex;
|
|
5
|
+
width: fit-content;
|
|
6
|
+
border-radius: ${r.shape.rounded.borderRadius};
|
|
7
|
+
font-family: 'Equinor', sans-serif;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
font-size: ${r.typography.ui.chip__badge.fontSize};
|
|
10
|
+
line-height: 16px;
|
|
11
|
+
text-align: center;
|
|
12
|
+
transition:
|
|
13
|
+
background-color 150ms ease,
|
|
14
|
+
outline 150ms ease,
|
|
15
|
+
color 150ms ease;
|
|
16
|
+
padding: ${r.spacings.comfortable.x_small};
|
|
17
|
+
box-sizing: content-box;
|
|
18
|
+
|
|
19
|
+
.content {
|
|
20
|
+
padding: 0 ${r.spacings.comfortable.small};
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
gap: ${r.spacings.comfortable.x_small};
|
|
24
|
+
|
|
25
|
+
.leading {
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
29
|
+
.leading * {
|
|
30
|
+
width: 16px;
|
|
31
|
+
height: 16px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
`,d=e.button`
|
|
35
|
+
${t}
|
|
36
|
+
|
|
37
|
+
${({variant:r})=>{const e=((r="default")=>a[r])(r);return o`
|
|
38
|
+
color: ${e.color};
|
|
39
|
+
background-color: ${e.background};
|
|
40
|
+
outline: 1px solid ${e.borderColor};
|
|
41
|
+
|
|
42
|
+
&:hover {
|
|
43
|
+
background-color: ${e.hover.background};
|
|
44
|
+
color: ${e.hover.color};
|
|
45
|
+
outline: 1px solid ${e.hover.borderColor};
|
|
46
|
+
}
|
|
47
|
+
&:disabled {
|
|
48
|
+
color: ${e.disabled?.color};
|
|
49
|
+
background-color: ${e.disabled?.background};
|
|
50
|
+
outline: 1px solid ${e.disabled?.borderColor};
|
|
51
|
+
cursor: not-allowed;
|
|
52
|
+
|
|
53
|
+
&:hover {
|
|
54
|
+
outline: 1px solid ${e.disabled?.borderColor};
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
`}};
|
|
58
|
+
`,n=e.div`
|
|
59
|
+
${t}
|
|
60
|
+
cursor: unset;
|
|
61
|
+
${r=>r.disabled?o`
|
|
62
|
+
&.disabled {
|
|
63
|
+
background-color: ${i.interactive.disabled__fill.rgba};
|
|
64
|
+
color: ${i.interactive.disabled__text.rgba};
|
|
65
|
+
outline: 1px solid ${i.interactive.disabled__border.rgba};
|
|
66
|
+
cursor: not-allowed;
|
|
67
|
+
}
|
|
68
|
+
`:o`
|
|
69
|
+
background-color: ${i.ui.background__light.rgba};
|
|
70
|
+
color: ${i.text.static_icons__default.rgba};
|
|
71
|
+
outline: 1px solid ${i.ui.background__medium.rgba};
|
|
72
|
+
`}
|
|
73
|
+
`;export{d as InteractiveChipStyle,n as ReadOnlyChipStyle};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface ContentMenuItemType {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
children?: ContentMenuItemType[];
|
|
6
|
+
}
|
|
7
|
+
export interface ContentMenuProps {
|
|
8
|
+
items: ContentMenuItemType[];
|
|
9
|
+
value: string;
|
|
10
|
+
onChange: (value: string) => void;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const ContentMenu: FC<ContentMenuProps>;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useState as n,useCallback as r,useMemo as i}from"react";import{Icon as o}from"@equinor/eds-core-react";import{chevron_up as a,chevron_down as l}from"@equinor/eds-icons";import{tokens as s}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as d}from"../../atoms/style/spacings.js";import{SkeletonBase as m}from"../Skeleton/SkeletonBase/SkeletonBase.js";import c from"styled-components";const{colors:u,shape:f}=s,p=c.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
gap: ${d.small};
|
|
5
|
+
`,g=c.button`
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
gap: ${d.xx_small};
|
|
9
|
+
color: ${u.text.static_icons__default.rgba};
|
|
10
|
+
border: none;
|
|
11
|
+
border-radius: ${f.corners.borderRadius};
|
|
12
|
+
min-width: 150px;
|
|
13
|
+
width: fit-content;
|
|
14
|
+
padding: ${d.medium_small} ${d.medium};
|
|
15
|
+
text-align: left;
|
|
16
|
+
background: ${e=>e.$active?u.interactive.primary__hover_alt.rgba:"none"};
|
|
17
|
+
transition: background 150ms;
|
|
18
|
+
&:hover {
|
|
19
|
+
background: ${u.interactive.primary__hover_alt.rgba};
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
font-family: 'Equinor', sans-serif;
|
|
23
|
+
font-weight: 700;
|
|
24
|
+
font-size: 14px;
|
|
25
|
+
`,b=c.button`
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
gap: ${d.xx_small};
|
|
29
|
+
color: ${u.text.static_icons__default.rgba};
|
|
30
|
+
border: none;
|
|
31
|
+
margin-left: ${d.medium_small};
|
|
32
|
+
border-radius: ${f.corners.borderRadius};
|
|
33
|
+
min-width: calc(150px - ${d.medium_small});
|
|
34
|
+
width: fit-content;
|
|
35
|
+
padding: ${d.medium_small} ${d.medium};
|
|
36
|
+
text-align: left;
|
|
37
|
+
background: ${e=>e.$active?u.interactive.primary__hover_alt.rgba:"none"};
|
|
38
|
+
transition: background 400ms;
|
|
39
|
+
&:hover {
|
|
40
|
+
background: ${u.interactive.primary__hover_alt.rgba};
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
font-family: 'Equinor', sans-serif;
|
|
44
|
+
font-weight: 700;
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
`,h=c(m)`
|
|
47
|
+
border: none;
|
|
48
|
+
border-radius: ${f.corners.borderRadius};
|
|
49
|
+
width: 150px;
|
|
50
|
+
height: 1rem;
|
|
51
|
+
padding: ${d.medium_small} 0;
|
|
52
|
+
`,$=({items:s,value:d,onChange:m,isLoading:c=!1})=>{const[u,f]=n([]),$=r(((e,t)=>{if(t){const t=u.findIndex((t=>t===e));f(t>=0?t=>t.filter((t=>t!==e)):t=>[...t,e])}m(e)}),[m,u]),_=i((()=>{const n=[];for(const r of s)if(n.push(e(g,{$active:d===r.value,onClick:()=>$(r.value,!!r.children),children:[r.children&&t(o,{data:u.includes(r.value)?a:l}),r.label]},`content-menu-item-${r.label}`)),r.children&&u.includes(r.value))for(const e of r.children)n.push(t(b,{$active:d===e.value,onClick:()=>$(e.value,!1),children:e.label},`content-menu-item-${e.label}`));return n}),[$,s,u,d]);return t(p,c?{"data-testid":"content-menu-container",children:new Array(5).fill(0).map(((e,n)=>t(h,{$offset:100*n},`content-menu-item-skeleton-${e+n}`)))}:{"data-testid":"content-menu-container",children:_})};export{$ as ContentMenu};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SizeIconProps } from '../../atoms/types';
|
|
3
|
+
export interface EquinorLogoProps extends SizeIconProps {
|
|
4
|
+
large?: boolean;
|
|
5
|
+
color?: 'red' | 'white' | 'black';
|
|
6
|
+
}
|
|
7
|
+
export declare const EquinorLogo: React.ForwardRefExoticComponent<EquinorLogoProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as C}from"react/jsx-runtime";import e,{forwardRef as L}from"react";import{tokens as t}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";const{colors:i}=t,l=C=>{switch(C){case"red":default:return i.logo.fill_positive.rgba;case"white":return i.logo.fill_negative.rgba;case"black":return"#000"}},o=L((({large:L,color:t,size:i},o)=>C(e.Fragment,{children:C("svg",L?{width:i?2*i:48,height:i?2*i:48,viewBox:"0 0 75 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:o,"data-testid":"logo",children:C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M55.485 5.72054L55.4852 12.3731C55.485 12.5703 55.5839 12.7525 55.7547 12.8508L61.5192 16.1718C61.7637 16.3127 62.0756 16.1362 62.0758 15.8539V9.20147C62.076 9.00427 61.9708 8.8221 61.7999 8.72359L56.0356 5.40281C55.7909 5.26192 55.4854 5.4384 55.485 5.72054ZM73.2401 0.525845L64.9411 5.30705C64.6952 5.44867 64.5437 5.71082 64.5441 5.99462V15.5723C64.5444 15.9788 64.9933 16.2327 65.3454 16.0298L73.6446 11.2489C73.8904 11.1071 74.0326 10.845 74.0322 10.5612L74.0324 0.983548C74.032 0.577027 73.5923 0.323134 73.2401 0.525845ZM61.8556 20.8961L59.5493 22.225C59.4811 22.2644 59.4389 22.3373 59.4389 22.4162L59.4387 25.0776C59.4387 25.1908 59.5638 25.2613 59.6616 25.2049L61.9679 23.8762C62.0363 23.837 62.076 23.764 62.0758 23.6853V21.0234C62.0758 20.9106 61.9534 20.84 61.8556 20.8961ZM60.5115 18.4403L57.0576 16.4416C56.9552 16.3825 56.829 16.3825 56.7266 16.4416L53.2727 18.4403C53.1261 18.525 53.1261 18.7366 53.2727 18.8215L56.7266 20.8198C56.829 20.8792 56.9552 20.8792 57.0576 20.8198L60.5115 18.8215C60.6581 18.7366 60.6581 18.525 60.5115 18.4403ZM66.072 18.8006L67.6068 19.6885C67.6976 19.7411 67.8096 19.7411 67.9006 19.6885L69.4352 18.8006C69.5654 18.725 69.5654 18.537 69.4352 18.4616L67.9006 17.5737C67.8096 17.521 67.6976 17.521 67.6068 17.5737L66.072 18.4616C65.9418 18.537 65.9418 18.725 66.072 18.8006ZM64.8376 20.9376L66.3738 21.8225C66.4648 21.875 66.5209 21.9722 66.5209 22.0773L66.5191 23.8502C66.5189 24.0006 66.356 24.0947 66.2256 24.0197L64.6894 23.1347C64.5984 23.0823 64.5443 22.9847 64.5443 22.8799L64.5441 21.1071C64.5441 20.9568 64.7072 20.8624 64.8376 20.9376ZM49.212 19.1858C49.151 19.0332 49.0212 18.9776 48.8763 19.0638C48.7314 19.15 46.0076 20.773 46.0076 20.773V19.2774C46.0076 19.1095 45.9006 19.0484 45.7482 19.1095L44.863 19.43C44.741 19.4757 44.6952 19.5672 44.6952 19.6894V26.2647C44.6952 26.4021 44.7867 26.4935 44.9241 26.4935H45.7786C45.9158 26.4935 46.0076 26.4021 46.0076 26.2647V22.2373C46.0076 22.2373 49.2192 20.255 49.3494 20.1772C49.4795 20.0992 49.5461 20.0332 49.4867 19.8871C49.4217 19.727 49.212 19.1858 49.212 19.1858ZM1.90371 21.9614C2.19356 20.9086 3.01779 20.2676 4.17755 20.2676C5.44407 20.2676 6.11531 21.0153 6.1764 21.9614H1.90371ZM7.56528 22.3582C7.56528 20.527 6.3138 18.9857 4.22323 18.9857C2.1631 18.9857 0.454102 20.4661 0.454102 22.877C0.454102 25.0745 1.88848 26.6766 4.29954 26.6766C5.39821 26.6766 6.49707 26.2952 7.32111 25.5627C7.42788 25.4711 7.42788 25.3491 7.35157 25.2422L6.93954 24.6014C6.86323 24.4794 6.74123 24.4642 6.61924 24.5557C5.87132 25.105 5.10836 25.3796 4.29954 25.3796C2.75839 25.3796 1.91893 24.3724 1.81217 23.1059H7.33946C7.4809 23.1059 7.56528 23.0036 7.56528 22.8801V22.3582ZM12.379 25.3796C11.082 25.3796 9.9679 24.4946 9.9679 22.8159C9.9679 21.1373 11.082 20.2676 12.379 20.2676C13.737 20.2676 14.79 21.1373 14.79 22.8159C14.79 24.5099 13.737 25.3796 12.379 25.3796ZM15.0037 29.5455H15.8582C15.9955 29.5455 16.087 29.454 16.087 29.3166V19.2757C16.087 19.1079 15.9802 19.0468 15.8124 19.1079L14.9426 19.4285C14.8207 19.4742 14.7746 19.5657 14.7746 19.6879V20.0082C14.3017 19.3674 13.3707 18.9857 12.3637 18.9857C10.3645 18.9857 8.62506 20.4813 8.62506 22.8311C8.62506 24.9066 9.9679 26.6766 12.2874 26.6766C13.3402 26.6766 14.3474 26.2036 14.7746 25.6696V29.3166C14.7746 29.454 14.8663 29.5455 15.0037 29.5455ZM20.434 26.6766C21.2274 26.6766 22.0975 26.4172 22.662 25.5933V26.2647C22.662 26.4019 22.7535 26.4935 22.8909 26.4935H23.7454C23.8828 26.4935 23.9742 26.4019 23.9742 26.2647V19.2909C23.9742 19.1079 23.8674 19.0468 23.7148 19.1079L22.8298 19.4285C22.7078 19.4742 22.662 19.5657 22.662 19.6879V23.3501C22.662 24.6473 21.8227 25.3796 20.6782 25.3796C19.549 25.3796 18.7861 24.6625 18.7861 23.3501V19.2757C18.7861 19.1079 18.6791 19.0468 18.5267 19.1079L17.6417 19.4285C17.5194 19.4742 17.4735 19.5657 17.4735 19.6879V23.3958C17.4735 25.5627 18.7861 26.6766 20.434 26.6766ZM25.7595 18.3297L26.6905 18.0244C26.8429 17.9785 26.904 17.9022 26.904 17.7498V16.6359C26.904 16.4985 26.7972 16.3917 26.6294 16.4528L25.7136 16.7885C25.5764 16.8342 25.5001 16.8953 25.5001 17.0477V18.1159C25.5001 18.2838 25.5916 18.3906 25.7595 18.3297ZM25.7747 26.4935H26.6294C26.7666 26.4935 26.8583 26.4019 26.8583 26.2647V19.2757C26.8583 19.1079 26.7514 19.0468 26.5989 19.1079L25.7136 19.4285C25.5916 19.4742 25.5458 19.5657 25.5458 19.6879V26.2647C25.5458 26.4019 25.6373 26.4935 25.7747 26.4935ZM28.6585 26.4935H29.513C29.6504 26.4935 29.742 26.4019 29.742 26.2647V22.3123C29.742 21.0153 30.5814 20.2828 31.7258 20.2828C32.8549 20.2828 33.6178 21.0001 33.6178 22.3123V26.2647C33.6178 26.4019 33.7094 26.4935 33.8468 26.4935H34.7015C34.8387 26.4935 34.9304 26.4019 34.9304 26.2647V22.2666C34.9304 20.0998 33.6178 18.9857 31.9699 18.9857C31.1765 18.9857 30.3068 19.2451 29.742 20.0693V19.2757C29.742 19.1079 29.6352 19.0468 29.4826 19.1079L28.5974 19.4285C28.4754 19.4742 28.4298 19.5657 28.4298 19.6879V26.2647C28.4298 26.4019 28.5211 26.4935 28.6585 26.4935ZM39.8204 25.3948C38.3097 25.3948 37.3941 24.2657 37.3941 22.8311C37.3941 21.3967 38.3097 20.2676 39.8204 20.2676C41.3157 20.2676 42.2313 21.3967 42.2313 22.8311C42.2313 24.2657 41.3157 25.3948 39.8204 25.3948ZM39.8204 18.9857C37.6229 18.9857 36.0513 20.6185 36.0513 22.8311C36.0513 25.0439 37.6229 26.6766 39.8204 26.6766C42.0177 26.6766 43.5743 25.0439 43.5743 22.8311C43.5743 20.6185 42.0177 18.9857 39.8204 18.9857Z",fill:l(t),"data-testid":"path"})}:{width:i||24,height:i||24,viewBox:"0 0 42 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:o,"data-testid":"logo",children:C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.33323 10.2045L5.33358 23.0959C5.33323 23.478 5.52484 23.831 5.85579 24.0216L17.0263 30.457C17.5002 30.73 18.1045 30.388 18.1049 29.8409V16.9499C18.1052 16.5677 17.9015 16.2147 17.5702 16.0238L6.40005 9.58875C5.92583 9.31573 5.33394 9.65771 5.33323 10.2045ZM39.7392 0.138079L23.6573 9.40318C23.1809 9.67762 22.8873 10.1856 22.888 10.7356V29.2953C22.8887 30.083 23.7586 30.575 24.4407 30.1819L40.5231 20.9175C40.9994 20.6427 41.2749 20.1347 41.2742 19.5847L41.2746 1.02502C41.2738 0.23726 40.4217 -0.254736 39.7392 0.138079ZM17.6783 39.6119L13.2091 42.1871C13.0768 42.2635 12.9951 42.4046 12.9951 42.5575L12.9947 47.7149C12.9947 47.9342 13.2372 48.0708 13.4266 47.9616L17.8958 45.3868C18.0284 45.3107 18.1052 45.1693 18.1049 45.0168V39.8586C18.1049 39.64 17.8678 39.5031 17.6783 39.6119ZM15.0736 34.853L8.38048 30.9799C8.18212 30.8655 7.93754 30.8655 7.73918 30.9799L1.04603 34.853C0.761999 35.0172 0.761999 35.4271 1.04603 35.5917L7.73918 39.464C7.93754 39.5792 8.18212 39.5792 8.38048 39.464L15.0736 35.5917C15.3577 35.4271 15.3577 35.0172 15.0736 34.853ZM25.8488 35.5512L28.8229 37.2717C28.9988 37.3737 29.216 37.3737 29.3923 37.2717L32.366 35.5512C32.6184 35.4047 32.6184 35.0403 32.366 34.8942L29.3923 33.1736C29.216 33.0716 28.9988 33.0716 28.8229 33.1736L25.8488 34.8942C25.5964 35.0403 25.5964 35.4047 25.8488 35.5512ZM23.4568 39.6922L26.4336 41.4071C26.6099 41.5088 26.7187 41.6972 26.7187 41.9009L26.7152 45.3363C26.7148 45.6278 26.3991 45.8102 26.1464 45.6648L23.1695 43.9499C22.9932 43.8483 22.8883 43.6591 22.8883 43.4562L22.888 40.0207C22.888 39.7296 23.204 39.5465 23.4568 39.6922Z",fill:l(t),"data-testid":"path"})})})));o.displayName="EquinorLogo";export{o as EquinorLogo};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { SizeIconProps } from '../../atoms/types';
|
|
3
|
+
export interface FeedBackIconProps extends SizeIconProps {
|
|
4
|
+
name: 'positive' | 'negative';
|
|
5
|
+
variant?: 'filled' | 'outlined';
|
|
6
|
+
}
|
|
7
|
+
export declare const FeedBackIcon: FC<FeedBackIconProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{NegativeFilled as i}from"./NegativeFilled.js";import{NegativeOutlined as o}from"./NegativeOutlined.js";import{PositiveFilled as n}from"./PositiveFilled.js";import{PositiveOutlined as t}from"./PositiveOutlined.js";const m=[{iconName:"negative-outlined",component:o},{iconName:"negative-filled",component:i},{iconName:"positive-filled",component:n},{iconName:"positive-outlined",component:t}],r=({name:i,size:o,variant:n})=>{const t=m[0].component;if(!m.some((e=>e.iconName===`${i}-${n||"filled"}`)))return e(t,{size:o});const r=m.find((e=>e.iconName===`${i}-${n||"filled"}`));return e(r.component,{size:o})};export{r as FeedBackIcon};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as t,jsx as i}from"react/jsx-runtime";const e=({size:e})=>t("svg",{width:e||48,height:e||48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"negative-filled",children:[i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",fill:"#D5EAF4"}),i("path",{d:"M12 35.0466C12 33.4708 12.3104 31.9103 12.9134 30.4544C13.5165 28.9985 14.4004 27.6757 15.5147 26.5613C16.629 25.447 17.9519 24.5631 19.4078 23.9601C20.8637 23.357 22.4241 23.0466 24 23.0466C25.5759 23.0466 27.1363 23.357 28.5922 23.9601C30.0481 24.5631 31.371 25.447 32.4853 26.5614C33.5996 27.6757 34.4835 28.9985 35.0866 30.4544C35.6896 31.9103 36 33.4708 36 35.0466L32.4 35.0466C32.4 33.9435 32.1827 32.8512 31.7606 31.8321C31.3384 30.813 30.7197 29.8869 29.9397 29.1069C29.1597 28.3269 28.2337 27.7082 27.2145 27.286C26.1954 26.8639 25.1031 26.6466 24 26.6466C22.8969 26.6466 21.8046 26.8639 20.7855 27.286C19.7663 27.7082 18.8403 28.3269 18.0603 29.1069C17.2803 29.8869 16.6616 30.813 16.2394 31.8321C15.8173 32.8512 15.6 33.9435 15.6 35.0466L12 35.0466Z",fill:"#007079"}),i("circle",{cx:"16",cy:"15",r:"3",fill:"#007079"}),i("circle",{cx:"32",cy:"15",r:"3",fill:"#007079"}),i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#007079",strokeDasharray:"4 4"})]});export{e as NegativeFilled};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";const i=({size:i})=>t("svg",{width:i||48,height:i||48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"negative-outlined",children:[e("path",{d:"M12 35.0466C12 33.4708 12.3104 31.9103 12.9134 30.4544C13.5165 28.9985 14.4004 27.6757 15.5147 26.5613C16.629 25.447 17.9519 24.5631 19.4078 23.9601C20.8637 23.357 22.4241 23.0466 24 23.0466C25.5759 23.0466 27.1363 23.357 28.5922 23.9601C30.0481 24.5631 31.371 25.447 32.4853 26.5614C33.5996 27.6757 34.4835 28.9985 35.0866 30.4544C35.6896 31.9103 36 33.4708 36 35.0466L32.4 35.0466C32.4 33.9435 32.1827 32.8512 31.7606 31.8321C31.3384 30.813 30.7197 29.8869 29.9397 29.1069C29.1597 28.3269 28.2337 27.7082 27.2145 27.286C26.1954 26.8639 25.1031 26.6466 24 26.6466C22.8969 26.6466 21.8046 26.8639 20.7855 27.286C19.7663 27.7082 18.8403 28.3269 18.0603 29.1069C17.2803 29.8869 16.6616 30.813 16.2394 31.8321C15.8173 32.8512 15.6 33.9435 15.6 35.0466L12 35.0466Z",fill:"#6F6F6F"}),e("circle",{cx:"16",cy:"15",r:"3",fill:"#6F6F6F"}),e("circle",{cx:"32",cy:"15",r:"3",fill:"#6F6F6F"}),e("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#6F6F6F",strokeDasharray:"4 4"})]});export{i as NegativeOutlined};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as i,jsx as t}from"react/jsx-runtime";const e=({size:e})=>i("svg",{width:e||48,height:e||48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"positive-filled",children:[t("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",fill:"#D5EAF4"}),t("path",{d:"M36 24C36 25.5759 35.6896 27.1363 35.0866 28.5922C34.4835 30.0481 33.5996 31.371 32.4853 32.4853C31.371 33.5996 30.0481 34.4835 28.5922 35.0866C27.1363 35.6896 25.5759 36 24 36C22.4241 36 20.8637 35.6896 19.4078 35.0866C17.9519 34.4835 16.629 33.5996 15.5147 32.4853C14.4004 31.371 13.5165 30.0481 12.9134 28.5922C12.3104 27.1363 12 25.5759 12 24L24 24L36 24Z",fill:"#007079"}),t("circle",{cx:"16",cy:"15",r:"3",fill:"#007079"}),t("circle",{cx:"32",cy:"15",r:"3",fill:"#007079"}),t("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#007079",strokeDasharray:"4 4"})]});export{e as PositiveFilled};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as t,jsx as i}from"react/jsx-runtime";const e=({size:e})=>t("svg",{width:e||48,height:e||48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"positive-outlined",children:[i("path",{d:"M36 24C36 25.5759 35.6896 27.1363 35.0866 28.5922C34.4835 30.0481 33.5996 31.371 32.4853 32.4853C31.371 33.5996 30.0481 34.4835 28.5922 35.0866C27.1363 35.6896 25.5759 36 24 36C22.4241 36 20.8637 35.6896 19.4078 35.0866C17.9519 34.4835 16.629 33.5996 15.5147 32.4853C14.4004 31.371 13.5165 30.0481 12.9134 28.5922C12.3104 27.1363 12 25.5759 12 24L24 24L36 24Z",fill:"#6F6F6F"}),i("circle",{cx:"16",cy:"15",r:"3",fill:"#6F6F6F"}),i("circle",{cx:"32",cy:"15",r:"3",fill:"#6F6F6F"}),i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#6F6F6F",strokeDasharray:"4 4"})]});export{e as PositiveOutlined};
|
|
@@ -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,31 @@
|
|
|
1
|
+
interface ContainerProps {
|
|
2
|
+
$isError?: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const CompactFileProgressContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
|
|
5
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
6
|
+
as?: import("react").ElementType | undefined;
|
|
7
|
+
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export declare const ImageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export declare const Rejection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export declare const AdditionalText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
13
|
+
as?: import("react").ElementType | undefined;
|
|
14
|
+
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "link" | "style" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bold" | "variant" | "italic" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
15
|
+
export declare const FileTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
16
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
17
|
+
title?: string;
|
|
18
|
+
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
19
|
+
enterDelay?: number;
|
|
20
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
23
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
24
|
+
title?: string;
|
|
25
|
+
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
26
|
+
enterDelay?: number;
|
|
27
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
+
export declare const CircularProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
|
|
29
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
30
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>;
|
|
31
|
+
export {};
|