@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,165 @@
|
|
|
1
|
+
import{Link as t}from"react-router-dom";import{tokens as e}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as i}from"../../atoms/style/spacings.js";import{HEIGHT as o}from"./TableOfContents.constants.js";import{motion as r}from"framer-motion";import a,{css as n}from"styled-components";const{colors:s,shape:l}=e,d=a.button`
|
|
2
|
+
&:hover {
|
|
3
|
+
background: ${s.interactive.primary__hover_alt.rgba};
|
|
4
|
+
}
|
|
5
|
+
&:focus {
|
|
6
|
+
outline: 2px dashed ${s.interactive.focus.rgba};
|
|
7
|
+
outline-offset: -4px;
|
|
8
|
+
}
|
|
9
|
+
position: relative;
|
|
10
|
+
display: grid;
|
|
11
|
+
grid-template-columns: auto 1fr;
|
|
12
|
+
align-items: center;
|
|
13
|
+
gap: ${i.small};
|
|
14
|
+
color: ${s.text.static_icons__default.rgba};
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
padding: 0 ${i.medium};
|
|
17
|
+
height: ${({$variant:t})=>o[t]};
|
|
18
|
+
transition: background 200ms;
|
|
19
|
+
> span {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
position: relative;
|
|
23
|
+
text-align: left;
|
|
24
|
+
font-family: 'Equinor', sans-serif;
|
|
25
|
+
font-weight: 700;
|
|
26
|
+
font-size: 14px;
|
|
27
|
+
}
|
|
28
|
+
${({$variant:t,$active:e})=>{switch(t){case"buttons":return n`
|
|
29
|
+
border-radius: ${l.corners.borderRadius};
|
|
30
|
+
background: ${e?s.interactive.primary__hover_alt.rgba:"none"};
|
|
31
|
+
`;case"border":return n`
|
|
32
|
+
> span {
|
|
33
|
+
font-weight: ${e?700:500};
|
|
34
|
+
&:after {
|
|
35
|
+
height: 0;
|
|
36
|
+
display: block;
|
|
37
|
+
content: attr(title);
|
|
38
|
+
font-weight: 700;
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
visibility: hidden;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
`}}}
|
|
45
|
+
${({$active:t})=>!t&&n`
|
|
46
|
+
&:disabled {
|
|
47
|
+
color: ${s.interactive.disabled__text.rgba};
|
|
48
|
+
cursor: not-allowed;
|
|
49
|
+
}
|
|
50
|
+
`}
|
|
51
|
+
`,c=a(t)`
|
|
52
|
+
text-decoration: none;
|
|
53
|
+
&:focus,
|
|
54
|
+
&:hover,
|
|
55
|
+
&:active {
|
|
56
|
+
text-decoration: none;
|
|
57
|
+
color: ${s.text.static_icons__default.rgba};
|
|
58
|
+
}
|
|
59
|
+
&:hover {
|
|
60
|
+
background: ${s.interactive.primary__hover_alt.rgba};
|
|
61
|
+
}
|
|
62
|
+
&:focus-visible {
|
|
63
|
+
color: ${s.text.static_icons__default.rgba};
|
|
64
|
+
outline: 2px dashed ${s.interactive.focus.rgba};
|
|
65
|
+
outline-offset: -4px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
${({$disabled:t,$active:e})=>t&&!e&&n`
|
|
69
|
+
color: ${s.interactive.disabled__text.rgba} !important;
|
|
70
|
+
&:hover {
|
|
71
|
+
cursor: not-allowed;
|
|
72
|
+
}
|
|
73
|
+
`};
|
|
74
|
+
|
|
75
|
+
position: relative;
|
|
76
|
+
display: grid;
|
|
77
|
+
grid-template-columns: auto 1fr;
|
|
78
|
+
align-items: center;
|
|
79
|
+
gap: ${i.small};
|
|
80
|
+
color: ${s.text.static_icons__default.rgba};
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
padding: 0 ${i.medium};
|
|
83
|
+
height: ${({$variant:t})=>o[t]};
|
|
84
|
+
transition: background 200ms;
|
|
85
|
+
|
|
86
|
+
> span {
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-direction: column;
|
|
89
|
+
position: relative;
|
|
90
|
+
text-align: left;
|
|
91
|
+
font-family: 'Equinor', sans-serif;
|
|
92
|
+
font-weight: 700;
|
|
93
|
+
font-size: 14px;
|
|
94
|
+
}
|
|
95
|
+
${({$variant:t,$active:e})=>{switch(t){case"buttons":return n`
|
|
96
|
+
border-radius: ${l.corners.borderRadius};
|
|
97
|
+
background: ${e?s.interactive.primary__hover_alt.rgba:"none"};
|
|
98
|
+
`;case"border":return n`
|
|
99
|
+
> span {
|
|
100
|
+
font-weight: ${e?700:500};
|
|
101
|
+
&:after {
|
|
102
|
+
height: 0;
|
|
103
|
+
display: block;
|
|
104
|
+
content: attr(title);
|
|
105
|
+
font-weight: 700;
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
visibility: hidden;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
`}}}
|
|
112
|
+
`,u=a.div`
|
|
113
|
+
display: flex;
|
|
114
|
+
flex-direction: column;
|
|
115
|
+
position: relative;
|
|
116
|
+
&:after {
|
|
117
|
+
position: absolute;
|
|
118
|
+
left: 0;
|
|
119
|
+
top: ${({$activeIndex:t,$index:e})=>100*(t-e)+"%"};
|
|
120
|
+
content: '';
|
|
121
|
+
width: 2px;
|
|
122
|
+
height: 100%;
|
|
123
|
+
background: ${s.interactive.primary__resting.rgba};
|
|
124
|
+
z-index: 100;
|
|
125
|
+
}
|
|
126
|
+
`,f=a(r.div)`
|
|
127
|
+
display: flex;
|
|
128
|
+
flex-direction: column;
|
|
129
|
+
position: relative;
|
|
130
|
+
${({$variant:t})=>n`
|
|
131
|
+
min-height: ${o[t]};
|
|
132
|
+
${"buttons"===t&&`gap: ${i.x_small};`}
|
|
133
|
+
`}
|
|
134
|
+
`,p=a(r.div)`
|
|
135
|
+
display: flex;
|
|
136
|
+
flex-direction: column;
|
|
137
|
+
height: fit-content;
|
|
138
|
+
overflow: hidden;
|
|
139
|
+
${({$variant:t})=>{switch(t){case"buttons":return`gap: ${i.small};`;case"border":return n`
|
|
140
|
+
&:after {
|
|
141
|
+
position: absolute;
|
|
142
|
+
left: 0;
|
|
143
|
+
content: '';
|
|
144
|
+
width: 2px;
|
|
145
|
+
height: 100%;
|
|
146
|
+
background: ${s.ui.background__medium.rgba};
|
|
147
|
+
}
|
|
148
|
+
`}}}
|
|
149
|
+
`,g=a(r.div)`
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-direction: column;
|
|
152
|
+
${({$shouldShowChildren:t})=>t?null:n`
|
|
153
|
+
visibility: hidden;
|
|
154
|
+
height: 0 !important;
|
|
155
|
+
`}
|
|
156
|
+
> div > button, a {
|
|
157
|
+
${({$variant:t})=>{switch(t){case"buttons":return n`
|
|
158
|
+
margin-left: ${i.medium};
|
|
159
|
+
`;case"border":return n`
|
|
160
|
+
padding-left: ${i.x_large};
|
|
161
|
+
`}}}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
${({$variant:t})=>"buttons"===t&&`gap:${i.x_small};`}
|
|
165
|
+
`;export{u as BorderItemsContainer,d as Button,g as ChildContainer,c as Link,p as TableOfContentsContainer,f as TableOfContentsItemContainer};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TableOfContentsVariants } from './TableOfContents.types';
|
|
3
|
+
import { TableOfContentsItemType } from '../../providers/TableOfContentsProvider';
|
|
4
|
+
interface TableOfContentsItemProps extends TableOfContentsItemType {
|
|
5
|
+
onlyShowSelectedChildren: boolean;
|
|
6
|
+
variant: TableOfContentsVariants;
|
|
7
|
+
activeParent?: boolean;
|
|
8
|
+
isLink?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const TableOfContentsItem: FC<TableOfContentsItemProps>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as e,jsx as t}from"react/jsx-runtime";import{useRef as n,useEffect as i,useMemo as l}from"react";import{HEIGHT as r,GAP as a}from"./TableOfContents.constants.js";import{TableOfContentsItemContainer as o,Link as d,Button as c,ChildContainer as s}from"./TableOfContents.styles.js";import{Badge as h}from"../../molecules/Badge/Badge.js";import{useTableOfContents as v}from"../../providers/TableOfContentsProvider.js";const u=({label:m,value:p,count:$,disabled:b=!1,children:f,variant:g,onlyShowSelectedChildren:C,isLink:y=!1})=>{const{isActive:S,selected:j,setSelected:k}=v(),w=n(void 0);i((()=>{void 0===w.current&&(w.current=0)}),[]);const x=l((()=>S({label:m,value:p,children:f})&&!b),[f,b,S,m,p]),O=e=>{b&&e&&e.preventDefault(),b||j===p||k(p)},T=C&&x||!C;return e(o,{$variant:g,layoutScroll:!0,layoutRoot:!0,children:[y?e(d,{$active:j===p,$variant:g,onClick:e=>O(e),to:b?"":`#${p}`,$disabled:b,tabIndex:b?-1:0,children:[t("span",{title:m,children:m}),void 0!==$&&t(h,{variant:0===$?"empty":"light",value:$})]}):e(c,{$active:j===p,$variant:g,onClick:()=>O(),disabled:b,children:[t("span",{title:m,children:m}),void 0!==$&&t(h,{variant:0===$?"empty":"light",value:$})]}),f&&t(s,{$shouldShowChildren:T,$variant:g,initial:{height:w.current},animate:{height:`\n calc(\n (${T?r[g]:"0"} * ${f.length})\n ${"buttons"===g?`+ (${a.buttons} * ${f.length-1})`:""}\n )`},transition:{duration:.4},children:f.map((e=>t(u,{onlyShowSelectedChildren:C,variant:g,...e,isLink:y},e.value)))})]})};export{u as TableOfContentsItem};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IStyledComponent } from 'styled-components';
|
|
2
|
+
interface ContentProps {
|
|
3
|
+
$open: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContentProps>> & string;
|
|
6
|
+
declare const GlobalStyles: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & object>;
|
|
7
|
+
type TemplateType = IStyledComponent<'web', any> & {
|
|
8
|
+
Container: IStyledComponent<'web', any>;
|
|
9
|
+
Content: typeof Content;
|
|
10
|
+
GlobalStyles: typeof GlobalStyles;
|
|
11
|
+
};
|
|
12
|
+
export declare const Template: TemplateType;
|
|
13
|
+
export type { ContentProps, TemplateType };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import{tokens as o}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as i}from"../../atoms/style/spacings.js";import{darkTokens as e}from"../../atoms/style/darkTokens.js";import{spacingTokens as n}from"../../atoms/style/spacingTokens.js";import t,{createGlobalStyle as s}from"styled-components";const{colors:a}=o,r=t.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
min-height: 100vh;
|
|
5
|
+
min-width: 100vw;
|
|
6
|
+
background: ${a.ui.background__light.rgba};
|
|
7
|
+
`,d=t.div`
|
|
8
|
+
display: flex;
|
|
9
|
+
`,c=t.div`
|
|
10
|
+
display: flex;
|
|
11
|
+
/* 64px is height of TopBar */
|
|
12
|
+
min-height: calc(100vh - 64px);
|
|
13
|
+
max-height: calc(100vh - 64px);
|
|
14
|
+
overflow: auto;
|
|
15
|
+
/* 256px and 72px is width of Sidebar when open/closed, + 1px because of border */
|
|
16
|
+
min-width: calc(
|
|
17
|
+
100% - ${o=>o.$open?"257px":"73px"} -
|
|
18
|
+
${i.xxx_large} * 2
|
|
19
|
+
);
|
|
20
|
+
&:not(:has(.select-field)) {
|
|
21
|
+
padding: 0 ${i.xxx_large};
|
|
22
|
+
}
|
|
23
|
+
`,l=s`
|
|
24
|
+
${e}
|
|
25
|
+
${n}
|
|
26
|
+
|
|
27
|
+
button {
|
|
28
|
+
border: none;
|
|
29
|
+
background: none;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
hr {
|
|
34
|
+
margin: 0;
|
|
35
|
+
border: none;
|
|
36
|
+
background: ${a.ui.background__medium.rgba};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
body {
|
|
40
|
+
margin: 0;
|
|
41
|
+
font-family: 'Equinor', sans-serif;
|
|
42
|
+
color: ${a.text.static_icons__default.rgba};
|
|
43
|
+
-webkit-font-smoothing: antialiased;
|
|
44
|
+
-moz-osx-font-smoothing: grayscale;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
code {
|
|
48
|
+
font-family: 'Equinor Mono', source-code-pro, Menlo, Monaco,
|
|
49
|
+
monospace;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
div:focus-within:has(input[role=combobox]),
|
|
53
|
+
div:focus-within:has(input[type=text]),
|
|
54
|
+
div:focus-within:has(input[type=date]),
|
|
55
|
+
div:focus-within:has(textarea){
|
|
56
|
+
outline: none;
|
|
57
|
+
> input {
|
|
58
|
+
box-shadow: inset 0 -2px 0 0 ${a.interactive.primary__resting.rgba};
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
`,p=r;p.Container=d,p.Content=c,p.GlobalStyles=l;export{p as Template};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const MenuSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const ApplicationName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const ApplicationContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const MenuFixedItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const TextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const NoApplications: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const LoadingApplications: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
interface ApplicationBoxProps {
|
|
9
|
+
$isSelected?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const ApplicationBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ApplicationBoxProps>> & string;
|
|
12
|
+
export declare const ApplicationButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
13
|
+
as?: import("react").ElementType | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
color?: "primary" | "secondary" | "danger";
|
|
16
|
+
variant?: "ghost_icon" | "contained" | "contained_icon" | "outlined" | "ghost";
|
|
17
|
+
href?: string;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
type?: string;
|
|
20
|
+
fullWidth?: boolean;
|
|
21
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "variant" | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
22
|
+
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
23
|
+
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
24
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Field } from '../../../atoms/types/Field';
|
|
2
|
+
export interface FieldMenuProps {
|
|
3
|
+
currentField?: Field;
|
|
4
|
+
availableFields: Field[];
|
|
5
|
+
onSelect: (selectedField: Field) => void;
|
|
6
|
+
showAccessITLink?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const FieldMenu: import("react").ForwardRefExoticComponent<FieldMenuProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsxs as e,jsx as r,Fragment as i}from"react/jsx-runtime";import{forwardRef as t,useState as n,useRef as o,useMemo as a}from"react";import{Icon as l,Search as s,Typography as c}from"@equinor/eds-core-react";import{platform as d,arrow_drop_up as h,arrow_drop_down as m,check as u,exit_to_app as p}from"@equinor/eds-icons";import{tokens as f}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{MenuSection as g,SearchContainer as v,ListContainer as C,MenuFixedItem as _,TextContainer as b,NoSearchResultsContainer as k,NoFieldsText as w,MenuItem as y}from"./FieldMenu.styles.js";import{TopBarButton as L}from"../TopBar.styles.js";import{TopBarMenu as j}from"../TopBarMenu.js";import{useOutsideClick as F}from"../../../node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js";const{colors:S}=f,q=t((({currentField:t,availableFields:f,onSelect:q,showAccessITLink:x=!0},T)=>{const[z,A]=n(!1),M=o(null),$=o(null),[B,I]=n(""),N=()=>A(!1);F(M.current,(e=>{$.current!==e.target&&A(!1)}));const E=a((()=>""===B?f.filter((e=>e.name?.toLowerCase()!==t?.name?.toLowerCase())):f.filter((e=>e.name?.toLowerCase().includes(B.toLowerCase())))),[f,B,t]),G=a((()=>0===E.length&&f.length>1),[f.length,E.length]),O=a((()=>{if(t?.name)return t?.name?.charAt(0).toUpperCase()+t?.name?.slice(1)}),[t?.name]),P=a((()=>E.length>=4||""!==B),[E,B]);return void 0===t?null:e("div",{ref:T,children:[e(L,{variant:"ghost",ref:$,onClick:()=>A(!z),$isSelected:z,"data-testid":"field-selector-top-bar-button",$fieldSelector:!0,children:[r(l,{data:d,size:24}),O,r(l,{data:z?h:m})]}),r(j,{open:z,title:"Field Selection",onClose:N,anchorEl:$.current,contentPadding:!1,ref:M,children:e(i,{children:[e(g,{children:[P&&r(v,{children:r(s,{autoFocus:!0,placeholder:"Search fields",value:B,onChange:e=>{I(e.target.value)}})}),e(C,{children:[t&&!G&&""===B&&r(_,{$active:!0,children:e("div",{children:[r(b,{children:r(c,{variant:"h6",children:t.name?.toLowerCase()})}),r(l,{data:u,color:S.interactive.primary__resting.rgba,size:24})]})}),G?r(k,{children:r(w,{variant:"body_short",color:S.text.static_icons__tertiary.rgba,children:"No fields matching your search"})}):E.map((e=>r(y,{onClick:()=>{q(e),N()},children:r(b,{children:r(c,{variant:"h6",children:e.name?.toLowerCase()})})},e.uuid)))]})]}),x&&!G&&r(_,{"data-testid":"access-it-link",onClick:()=>window.open("https://accessit.equinor.com/#","_blank"),children:e("div",{children:[e(b,{children:[r(c,{variant:"overline",children:"Missing a field?"}),r(c,{variant:"h6",children:"Go to AccessIT"})]}),r(l,{data:p,color:S.interactive.primary__resting.rgba,size:24})]})})]})})]})}));q.displayName="FieldSelector";export{q as FieldMenu};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const SearchContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const NoFieldsText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
3
|
+
as?: import("react").ElementType | undefined;
|
|
4
|
+
} & import("../../../molecules").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("../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const ListContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
interface MenuItemProps {
|
|
7
|
+
$active?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const MenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, MenuItemProps>> & string;
|
|
10
|
+
export declare const MenuFixedItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, MenuItemProps>> & string;
|
|
11
|
+
export declare const MenuSection: 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 NoSearchResultsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
+
export declare const TextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import{tokens as e}from"../../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";import{spacings as o}from"../../../atoms/style/spacings.js";import"../../../molecules/AnimatedCheckmark/AnimatedCheckmark.js";import"../../../molecules/ApplicationIcon/ApplicationIcon.js";import"react/jsx-runtime";import"../../../molecules/Badge/Badge.styles.js";import"../../../molecules/Chip/Chip.js";import"../../../molecules/ContentMenu/ContentMenu.js";import"../../../molecules/EquinorLogo/EquinorLogo.js";import"react";import{Typography as i}from"@equinor/eds-core-react";import"@equinor/eds-icons";import"../../../molecules/FileProgress/CompactFileProgress.styles.js";import"../../../atoms/utils/auth_environment.js";import"../../../atoms/types/Errors.js";import"../../ErrorPage/illustrations/GlitchAnimation.js";import"../../ErrorPage/illustrations/QuestioningAnimation.js";import"html2canvas";import"../../../molecules/RichTextEditor/RichTextEditor.types.js";import"proj4";import"../../../molecules/FileProgress/RegularFileProgress.styles.js";import"../../../molecules/FileUploadArea/FileUploadArea.js";import"../../../molecules/FullPageSpinner/FullPageSpinner.js";import"../../../molecules/InfoElement/InfoElement.js";import"../../../molecules/OptionalTooltip/OptionalTooltip.js";import"../../../molecules/ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../../../molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import"../../../molecules/RichTextEditor/MenuBar/MenuBar.js";import"../../../molecules/RichTextEditor/RichTextEditor.styles.js";import"../../../molecules/RichTextEditor/MenuBar/MenuBar.styles.js";import"../../../molecules/RichTextEditor/MenuBar/MenuButton.js";import"../../../molecules/Search/Search.js";import"react-router-dom";import"../../../molecules/Sieve/Sieve.styles.js";import"../../../node_modules/lodash/lodash.js";import"../../../molecules/SingleFilterMenu/SingleFilterMenu.js";import"../../../molecules/Skeleton/SkeletonBase/SkeletonBase.js";import"../../../molecules/Stepper/Stepper.js";import"../../../molecules/OptionDrawer/OptionDrawer.js";import"../../../molecules/ListItem/ListItem.js";import t from"styled-components";const{colors:r}=e,l=t.div`
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
|
|
5
|
+
padding: ${o.medium_small} ${o.medium};
|
|
6
|
+
|
|
7
|
+
div[role='search'] {
|
|
8
|
+
> div {
|
|
9
|
+
outline: none !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
input {
|
|
13
|
+
color: ${r.text.static_icons__default.rgba};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
input:focus {
|
|
17
|
+
box-shadow: inset 0 -2px 0 0 ${r.interactive.primary__resting.rgba};
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
`,s=t(i)`
|
|
21
|
+
margin: 0 auto ${o.medium};
|
|
22
|
+
`,m=t.div`
|
|
23
|
+
max-height: 25vh;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
overflow-y: auto;
|
|
27
|
+
`,n=t.div`
|
|
28
|
+
&:hover {
|
|
29
|
+
background: ${r.interactive.primary__selected_hover.rgba};
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
border-top: 1px solid ${r.ui.background__light.rgba};
|
|
34
|
+
outline: none !important;
|
|
35
|
+
padding: ${o.medium} ${o.large};
|
|
36
|
+
`,a=t.div`
|
|
37
|
+
${e=>e.$active&&`background: ${r.interactive.primary__selected_highlight.rgba};\n `};
|
|
38
|
+
|
|
39
|
+
> div {
|
|
40
|
+
display: grid;
|
|
41
|
+
grid-template-columns: 1fr 24px;
|
|
42
|
+
justify-content: space-between;
|
|
43
|
+
width: 100%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:hover {
|
|
47
|
+
background: ${r.interactive.primary__selected_hover.rgba};
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
border-top: 1px solid ${r.ui.background__light.rgba};
|
|
52
|
+
outline: none !important;
|
|
53
|
+
padding: ${o.medium} ${o.large};
|
|
54
|
+
|
|
55
|
+
svg {
|
|
56
|
+
align-self: center;
|
|
57
|
+
}
|
|
58
|
+
`,p=t.div`
|
|
59
|
+
border-bottom: 1px solid ${r.ui.background__light.rgba};
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: column;
|
|
62
|
+
|
|
63
|
+
> p {
|
|
64
|
+
margin-left: ${o.large};
|
|
65
|
+
margin-bottom: ${o.small};
|
|
66
|
+
}
|
|
67
|
+
`,c=t.div`
|
|
68
|
+
padding-top: ${o.small};
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
padding-bottom: ${o.xxx_large};
|
|
72
|
+
`,u=t.div`
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
> h6 {
|
|
76
|
+
text-transform: capitalize;
|
|
77
|
+
}
|
|
78
|
+
`;export{m as ListContainer,a as MenuFixedItem,n as MenuItem,p as MenuSection,s as NoFieldsText,c as NoSearchResultsContainer,l as SearchContainer,u as TextContainer};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
interface ColorboxProps {
|
|
2
|
+
$color: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const Colorbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ColorboxProps>> & string;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { GuidelineItem } from '../../../atoms/types/Guidelines';
|
|
3
|
+
export interface GuidelineSections {
|
|
4
|
+
sectionName: string;
|
|
5
|
+
items: GuidelineItem[];
|
|
6
|
+
}
|
|
7
|
+
export interface GuidelineProps {
|
|
8
|
+
sections: GuidelineSections[];
|
|
9
|
+
}
|
|
10
|
+
export declare const Guidelines: FC<GuidelineProps>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Colorbox } from './Colorbox';
|
|
2
|
+
import { Guidelines as BaseGuidelines } from './Guidelines';
|
|
3
|
+
type BaseGuidelinesType = typeof BaseGuidelines;
|
|
4
|
+
interface GuidelinesType extends BaseGuidelinesType {
|
|
5
|
+
Colorbox: typeof Colorbox;
|
|
6
|
+
}
|
|
7
|
+
export declare const Guidelines: GuidelinesType;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC, MutableRefObject } from 'react';
|
|
2
|
+
import { FilterNotification, SortNotification } from './NotificationsTemplate/Notifications.types';
|
|
3
|
+
interface FilterOptionsProps {
|
|
4
|
+
onFilter: (value: FilterNotification[]) => void;
|
|
5
|
+
onSort: (value: SortNotification[]) => void;
|
|
6
|
+
sortMenuRef: MutableRefObject<HTMLDivElement | null>;
|
|
7
|
+
filterMenuRef: MutableRefObject<HTMLDivElement | null>;
|
|
8
|
+
}
|
|
9
|
+
export declare const FilterOptions: FC<FilterOptionsProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Dispatch, FC, ReactNode, SetStateAction } from 'react';
|
|
2
|
+
interface NotificationContext {
|
|
3
|
+
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const NotificationContext: import("react").Context<NotificationContext | undefined>;
|
|
7
|
+
export declare const useNotification: () => NotificationContext;
|
|
8
|
+
interface NotificationProviderProps {
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export declare const NotificationProvider: FC<NotificationProviderProps>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"react/jsx-runtime";import{createContext as t,useContext as o}from"react";const i=t(void 0),r=()=>{const t=o(i);if(void 0===t)throw new Error("useNotificationContext must be used within a Notification provider");return t};export{r as useNotification};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ExperienceReadyToPublishTypes } from '../Notifications.types';
|
|
3
|
+
interface ReadyToBePublishedProps extends ExperienceReadyToPublishTypes {
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ReadyToBePublished: FC<ReadyToBePublishedProps>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ReadyToReportNotificationTypes } from '../Notifications.types';
|
|
3
|
+
interface ReadyToReportNotificationsProps extends ReadyToReportNotificationTypes {
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ReadyToReportNotification: FC<ReadyToReportNotificationsProps>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ReviewQANotificationsTypes } from '../Notifications.types';
|
|
3
|
+
interface ReviewQANotificationProps extends ReviewQANotificationsTypes {
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ReviewQANotification: FC<ReviewQANotificationProps>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { DefaultNotificationTypes, Due3WeeksTypes, ExperienceReadyToPublishTypes, MergeBranchOrcaTypes, ReadyToReportNotificationTypes, RequestChangeOrcaTypes, RequestReviewOrcaTypes, ReviewQANotificationsTypes } from './Notifications.types';
|
|
3
|
+
export declare const NotificationTemplate: FC<ReadyToReportNotificationTypes | DefaultNotificationTypes | RequestReviewOrcaTypes | RequestChangeOrcaTypes | MergeBranchOrcaTypes | ExperienceReadyToPublishTypes | ReviewQANotificationsTypes | Due3WeeksTypes>;
|
package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const GridContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const Dot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
5
|
+
export declare const TopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
interface UserInformationProps {
|
|
7
|
+
$systemUser?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const UserInformation: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, UserInformationProps>> & string;
|
|
10
|
+
export declare const FooterContainer: 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 DeleteButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
12
|
+
as?: import("react").ElementType | undefined;
|
|
13
|
+
} & {
|
|
14
|
+
color?: "primary" | "secondary" | "danger";
|
|
15
|
+
variant?: "ghost_icon" | "contained" | "contained_icon" | "outlined" | "ghost";
|
|
16
|
+
href?: string;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
type?: string;
|
|
19
|
+
fullWidth?: boolean;
|
|
20
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "href" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "variant" | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
21
|
+
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
22
|
+
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
23
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
24
|
+
export declare const Divider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
25
|
+
color?: "lighter" | "light" | "medium";
|
|
26
|
+
variant?: "small" | "medium";
|
|
27
|
+
size?: "1" | "2";
|
|
28
|
+
className?: string;
|
|
29
|
+
} & import("react").HTMLAttributes<HTMLHRElement> & import("react").RefAttributes<HTMLHRElement>, "ref"> & {
|
|
30
|
+
ref?: ((instance: HTMLHRElement | 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<HTMLHRElement> | null | undefined;
|
|
31
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
32
|
+
color?: "lighter" | "light" | "medium";
|
|
33
|
+
variant?: "small" | "medium";
|
|
34
|
+
size?: "1" | "2";
|
|
35
|
+
className?: string;
|
|
36
|
+
} & import("react").HTMLAttributes<HTMLHRElement> & import("react").RefAttributes<HTMLHRElement>>, keyof import("react").Component<any, {}, any>>;
|
|
37
|
+
export {};
|