@equinor/amplify-component-lib 0.0.1 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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.js +1 -0
- package/dist/molecules/Select/Select.styles.d.ts +110 -0
- package/dist/molecules/Select/Select.styles.js +149 -0
- package/dist/molecules/Select/SelectMenuItem.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 +57 -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 +17 -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/Select.js +0 -1
- package/dist/esm/components/Inputs/Select/Select.styles.js +0 -149
- package/dist/esm/components/Inputs/Select/SelectMenuItem.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/{esm/components/Inputs → molecules}/Select/ComboBox/ComboBox.js +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/GroupedSelectMenu.d.ts +0 -0
- /package/dist/{esm/components/Inputs → molecules}/Select/GroupedSelectMenu.js +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/{esm/components/Inputs → molecules}/Select/Select.utils.js +0 -0
- /package/dist/{types/components/Inputs → molecules}/Select/SelectMenu.d.ts +0 -0
- /package/dist/{esm/components/Inputs → molecules}/Select/SelectMenu.js +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/{esm/components/Inputs → molecules}/Select/SingleSelect/SingleSelect.js +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
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const StyledChipButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
2
|
-
as?: import("react").ElementType | undefined;
|
|
3
|
-
} & {
|
|
4
|
-
color?: "danger" | "primary" | "secondary";
|
|
5
|
-
variant?: "ghost" | "contained" | "contained_icon" | "outlined" | "ghost_icon";
|
|
6
|
-
href?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
type?: string;
|
|
9
|
-
fullWidth?: boolean;
|
|
10
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "href" | "fullWidth">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
11
|
-
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
12
|
-
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
13
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
14
|
-
declare const StyledChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
|
-
interface DotProps {
|
|
16
|
-
$dotColor: string;
|
|
17
|
-
}
|
|
18
|
-
declare const Dot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, DotProps>> & string;
|
|
19
|
-
export { Dot, StyledChip, StyledChipButton };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
declare const TopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
declare const HeadingContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
-
declare const TitleContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
declare const BodyContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
-
declare const RightContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
-
declare const ReleaseNoteTypeContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
8
|
-
interface BtnContainerProps {
|
|
9
|
-
$open: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const BtnContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, BtnContainerProps>> & string;
|
|
12
|
-
declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
13
|
-
as?: import("react").ElementType | undefined;
|
|
14
|
-
} & {
|
|
15
|
-
color?: "danger" | "primary" | "secondary";
|
|
16
|
-
variant?: "ghost" | "contained" | "contained_icon" | "outlined" | "ghost_icon";
|
|
17
|
-
href?: string;
|
|
18
|
-
disabled?: boolean;
|
|
19
|
-
type?: string;
|
|
20
|
-
fullWidth?: boolean;
|
|
21
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "href" | "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
|
-
declare const AccordionText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
26
|
-
as?: import("react").ElementType | undefined;
|
|
27
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "children" | "variant" | "onClick" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "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" | "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" | "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" | "italic" | "bold" | "link" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
-
export { AccordionText, BodyContainer, BtnContainer, Button, Container, HeadingContainer, ReleaseNoteTypeContainer, RightContainer, TitleContainer, TopContainer, };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC, MouseEvent } from 'react';
|
|
2
|
-
import { IconData } from '@equinor/eds-icons';
|
|
3
|
-
interface ResourceMenuItemProps {
|
|
4
|
-
text: string;
|
|
5
|
-
icon: IconData;
|
|
6
|
-
onClick: (event?: MouseEvent<HTMLDivElement>) => void;
|
|
7
|
-
id?: string;
|
|
8
|
-
lastItem?: boolean;
|
|
9
|
-
isHref?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const ResourceMenuItem: FC<ResourceMenuItemProps>;
|
|
12
|
-
export default ResourceMenuItem;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FC, MutableRefObject, ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { tutorialOptions } from 'src/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog';
|
|
3
|
-
export interface ResourcesProps {
|
|
4
|
-
field?: string;
|
|
5
|
-
hideFeedback?: boolean;
|
|
6
|
-
hideReleaseNotes?: boolean;
|
|
7
|
-
hideLearnMore?: boolean;
|
|
8
|
-
children?: ReactNode;
|
|
9
|
-
showTutorials?: boolean;
|
|
10
|
-
tutorialOptions?: tutorialOptions[];
|
|
11
|
-
customButton?: (ref: MutableRefObject<HTMLButtonElement | null>, onToggle: () => void) => ReactElement;
|
|
12
|
-
}
|
|
13
|
-
export declare const Resources: FC<ResourcesProps>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
export interface tutorialOptions {
|
|
3
|
-
description: string;
|
|
4
|
-
steps: string;
|
|
5
|
-
duration: string;
|
|
6
|
-
onClick: () => void;
|
|
7
|
-
pathName: string;
|
|
8
|
-
}
|
|
9
|
-
interface TutorialDialogProps {
|
|
10
|
-
options: tutorialOptions[];
|
|
11
|
-
open: boolean;
|
|
12
|
-
onClose: () => void;
|
|
13
|
-
}
|
|
14
|
-
declare const TutorialInfoDialog: FC<TutorialDialogProps>;
|
|
15
|
-
export default TutorialInfoDialog;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { FC, ReactElement } from 'react';
|
|
2
|
-
export interface ISettingsSections {
|
|
3
|
-
title: string;
|
|
4
|
-
type: string;
|
|
5
|
-
onChange?: (val: string) => void;
|
|
6
|
-
items: {
|
|
7
|
-
label: string;
|
|
8
|
-
name: string;
|
|
9
|
-
value: string;
|
|
10
|
-
colorBox?: string;
|
|
11
|
-
element?: ReactElement;
|
|
12
|
-
text?: string;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
}[];
|
|
15
|
-
}
|
|
16
|
-
export interface ISettingsProps {
|
|
17
|
-
allSettings: ISettingsSections[];
|
|
18
|
-
}
|
|
19
|
-
export declare const Settings: FC<ISettingsProps>;
|
|
20
|
-
export default Settings;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { EnvironmentType } from 'src/types/Environment';
|
|
3
|
-
import { Field } from 'src/types/Field';
|
|
4
|
-
export declare const TopBar: React.ForwardRefExoticComponent<{
|
|
5
|
-
onHeaderClick: () => void;
|
|
6
|
-
applicationIcon: string;
|
|
7
|
-
applicationName: string;
|
|
8
|
-
environment?: EnvironmentType;
|
|
9
|
-
isFetching?: boolean;
|
|
10
|
-
capitalize?: boolean;
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
availableFields?: Field[];
|
|
13
|
-
onSelectField?: (selectedField: Field) => void;
|
|
14
|
-
currentField?: Field;
|
|
15
|
-
showAccessITLink?: boolean;
|
|
16
|
-
} & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { EnvironmentType } from 'src/types/Environment';
|
|
2
|
-
export declare const Bar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
3
|
-
elevation?: "none" | "raised";
|
|
4
|
-
sticky?: boolean;
|
|
5
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
8
|
-
elevation?: "none" | "raised";
|
|
9
|
-
sticky?: boolean;
|
|
10
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>> & {
|
|
11
|
-
Actions: typeof import("@equinor/eds-core-react/dist/types/components/TopBar/Actions").Actions;
|
|
12
|
-
Header: typeof import("@equinor/eds-core-react/dist/types/components/TopBar/Header").Header;
|
|
13
|
-
CustomContent: typeof import("@equinor/eds-core-react/dist/types/components/TopBar/CustomContent").CustomContent;
|
|
14
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
15
|
-
export declare const AppIdentifier: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
16
|
-
export declare const AppAndFieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("@equinor/eds-core-react").TopbarHeaderProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
17
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
18
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("@equinor/eds-core-react").TopbarHeaderProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
19
|
-
interface AppNameProps {
|
|
20
|
-
$capitalize: boolean;
|
|
21
|
-
}
|
|
22
|
-
export declare const AppName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
23
|
-
as?: import("react").ElementType | undefined;
|
|
24
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "children" | "variant" | "onClick" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "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" | "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" | "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" | "italic" | "bold" | "link" | "group" | "token" | "lines">) & import("styled-components/dist/types").BaseObject, AppNameProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
25
|
-
export declare const CircularProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
|
|
26
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
27
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
-
interface EnvironmentTagProps {
|
|
29
|
-
$environmentType: EnvironmentType;
|
|
30
|
-
}
|
|
31
|
-
export declare const EnvironmentTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, EnvironmentTagProps>> & string;
|
|
32
|
-
export declare const UnreadRedDot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
33
|
-
interface ButtonProps {
|
|
34
|
-
$isSelected: boolean;
|
|
35
|
-
$fieldSelector?: boolean;
|
|
36
|
-
}
|
|
37
|
-
export declare const TopBarButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{
|
|
38
|
-
as?: import("react").ElementType | undefined;
|
|
39
|
-
} & {
|
|
40
|
-
color?: "danger" | "primary" | "secondary";
|
|
41
|
-
variant?: "ghost" | "contained" | "contained_icon" | "outlined" | "ghost_icon";
|
|
42
|
-
href?: string;
|
|
43
|
-
disabled?: boolean;
|
|
44
|
-
type?: string;
|
|
45
|
-
fullWidth?: boolean;
|
|
46
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "href" | "fullWidth">, ButtonProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").ButtonProps, HTMLButtonElement> & {
|
|
47
|
-
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
48
|
-
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
49
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
50
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
interface TopBarMenuContentProps {
|
|
3
|
-
open: boolean;
|
|
4
|
-
title?: string;
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
children: ReactNode;
|
|
7
|
-
anchorEl: HTMLElement | null;
|
|
8
|
-
contentPadding?: boolean;
|
|
9
|
-
isNotification?: boolean;
|
|
10
|
-
withGap?: boolean;
|
|
11
|
-
}
|
|
12
|
-
declare const TopBarMenu: React.ForwardRefExoticComponent<TopBarMenuContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
-
export default TopBarMenu;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ApplicationDrawer from './ApplicationDrawer/ApplicationDrawer';
|
|
2
|
-
import { GuidelineSections } from './Guidelines/Guidelines';
|
|
3
|
-
import Notifications from './Notifications/Notifications';
|
|
4
|
-
import { Resources } from './Resources/Resources';
|
|
5
|
-
import { Actions } from './Actions';
|
|
6
|
-
import FieldSelector from './FieldSelector';
|
|
7
|
-
import Guidelines from './Guidelines';
|
|
8
|
-
import { ISettingsProps, Settings } from './Settings';
|
|
9
|
-
import { TopBar as BaseTopBar } from './TopBar';
|
|
10
|
-
import { Account } from 'src/components/Navigation/TopBar/Account/Account';
|
|
11
|
-
type TopBarType = typeof BaseTopBar & {
|
|
12
|
-
Account: typeof Account;
|
|
13
|
-
Actions: typeof Actions;
|
|
14
|
-
Guidelines: typeof Guidelines;
|
|
15
|
-
Settings: typeof Settings;
|
|
16
|
-
Notifications: typeof Notifications;
|
|
17
|
-
FieldSelector: typeof FieldSelector;
|
|
18
|
-
Resources: typeof Resources;
|
|
19
|
-
ApplicationDrawer: typeof ApplicationDrawer;
|
|
20
|
-
};
|
|
21
|
-
declare const TopBar: TopBarType;
|
|
22
|
-
export default TopBar;
|
|
23
|
-
export type { GuidelineSections, ISettingsProps, TopBarType };
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
declare const Template: TemplateType;
|
|
13
|
-
export default Template;
|
|
14
|
-
export type { ContentProps, TemplateType };
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
export { Chip } from './DataDisplay/Chip/Chip';
|
|
2
|
-
export { default as DataCard } from './DataDisplay/DataCard';
|
|
3
|
-
export { default as HeaderDrawer } from './DataDisplay/HeaderDrawer';
|
|
4
|
-
export { default as InfoElement } from 'src/components/DataDisplay/InfoElement/InfoElement';
|
|
5
|
-
export { default as OptionalTooltip } from './DataDisplay/OptionalTooltip';
|
|
6
|
-
export type { ProfileAvatarProps } from './DataDisplay/ProfileAvatar';
|
|
7
|
-
export { default as ProfileAvatar } from './DataDisplay/ProfileAvatar';
|
|
8
|
-
export { default as RichTextDisplay } from './DataDisplay/RichTextDisplay';
|
|
9
|
-
export { Table } from './DataDisplay/Table/Table';
|
|
10
|
-
export { default as HighlightBlocks } from './DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks';
|
|
11
|
-
export type { Step, TutorialProps } from './DataDisplay/Tutorial/Tutorial';
|
|
12
|
-
export { default as Tutorial } from './DataDisplay/Tutorial/Tutorial';
|
|
13
|
-
export { default as StatusChip } from './DataDisplay/Workflow/StatusChip';
|
|
14
|
-
export { default as WorkflowDescription } from './DataDisplay/Workflow/WorkflowDescription';
|
|
15
|
-
export { default as WorkflowStatusBar } from './DataDisplay/Workflow/WorkflowStatusBar';
|
|
16
|
-
export { default as Feature } from './Feature/Feature';
|
|
17
|
-
export { default as AnimatedCheckmark } from './Feedback/AnimatedCheckmark';
|
|
18
|
-
export { default as ConfirmationPopup } from './Feedback/ConfirmationPopup';
|
|
19
|
-
export { default as ErrorPage } from './Feedback/ErrorPage';
|
|
20
|
-
export type { ErrorContentProps } from './Feedback/ErrorPage/ErrorPage';
|
|
21
|
-
export { default as GlitchAnimation } from './Feedback/ErrorPage/illustrations/GlitchAnimation';
|
|
22
|
-
export { default as QuestioningAnimation } from './Feedback/ErrorPage/illustrations/QuestioningAnimation';
|
|
23
|
-
export { default as FileProgress } from './Feedback/FileProgress/FileProgress';
|
|
24
|
-
export { default as FullPageSpinner } from './Feedback/FullPageSpinner';
|
|
25
|
-
export { default as FullPageStatus } from './Feedback/FullPageStatus';
|
|
26
|
-
export { default as PageNotFound } from './Feedback/PageNotFound';
|
|
27
|
-
export { default as SkeletonBase } from './Feedback/Skeleton/SkeletonBase/SkeletonBase';
|
|
28
|
-
export { skeletonBaseloading } from './Feedback/Skeleton/SkeletonBase/SkeletonBase';
|
|
29
|
-
export { default as SkeletonGradient } from './Feedback/Skeleton/SkeletonGradient/SkeletonGradient';
|
|
30
|
-
export { default as Stepper } from './Feedback/Stepper/Stepper';
|
|
31
|
-
export { Unauthorized } from './Feedback/Unauthorized';
|
|
32
|
-
export * from './Icons/AmplifyIcons';
|
|
33
|
-
export { default as DataAcquisition } from './Icons/ApplicationIcon/Acquire';
|
|
34
|
-
export type { ApplicationName } from './Icons/ApplicationIcon/ApplicationIcon';
|
|
35
|
-
export { default as ApplicationIcon } from './Icons/ApplicationIcon/ApplicationIcon';
|
|
36
|
-
export { acquire, dasha, fallback, fourDInsight, inPress, loggingQualification, orca, portal, pwex, recap, premo, } from './Icons/ApplicationIcon/ApplicationIconCollection';
|
|
37
|
-
export { default as DataSharing } from './Icons/ApplicationIcon/Dasha';
|
|
38
|
-
export { default as DataExperience } from './Icons/ApplicationIcon/FourDInsight';
|
|
39
|
-
export { default as Portal } from './Icons/ApplicationIcon/Portal';
|
|
40
|
-
export { default as DataTracker } from './Icons/ApplicationIcon/Recap';
|
|
41
|
-
export { default as EquinorLogo } from './Icons/EquinorLogo';
|
|
42
|
-
export { default as DefaultIcon } from './Icons/Fallback';
|
|
43
|
-
export { default as FeedBackIcon } from './Icons/FeedBackIcon/FeedBackIcon';
|
|
44
|
-
export { default as NothingFilled } from './Icons/FeedBackIcon/NegativeFilled';
|
|
45
|
-
export { default as NothingOutlined } from './Icons/FeedBackIcon/NegativeOutlined';
|
|
46
|
-
export { default as SomethingFilled } from './Icons/FeedBackIcon/PositiveFilled';
|
|
47
|
-
export { default as SomethingOutlined } from './Icons/FeedBackIcon/PositiveOutlined';
|
|
48
|
-
export { ComboBox } from 'src/components/Inputs/Select/ComboBox/ComboBox';
|
|
49
|
-
export { default as CommentField } from './Inputs/CommentField/CommentField';
|
|
50
|
-
export { default as NewComment } from './Inputs/CommentField/NewCommentField';
|
|
51
|
-
export { default as ContentMenu } from './Inputs/ContentMenu';
|
|
52
|
-
export { default as CopyText } from 'src/components/DataDisplay/InfoElement/CopyText';
|
|
53
|
-
export { default as EditableField } from './Inputs/EditableField';
|
|
54
|
-
export { ExpandingIconButton } from './Inputs/ExpandingIconButton/ExpandingIconButton';
|
|
55
|
-
export type { ExpandingIconButtonProps } from './Inputs/ExpandingIconButton/ExpandingIconButton';
|
|
56
|
-
export { default as FileUploadArea } from './Inputs/FileUploadArea';
|
|
57
|
-
export { default as IconToggleButton } from './Inputs/IconToggleButton';
|
|
58
|
-
export { default as RichTextEditor } from './Inputs/RichTextEditor/RichTextEditor';
|
|
59
|
-
export { RichTextEditorFeatures } from './Inputs/RichTextEditor/RichTextEditor.types';
|
|
60
|
-
export { Search } from './Inputs/Search/Search';
|
|
61
|
-
export { default as MultiSelectDrawer } from './Inputs/SelectDrawer/MultiSelectDrawer';
|
|
62
|
-
export { default as OptionDrawer } from './Inputs/SelectDrawer/OptionDrawer';
|
|
63
|
-
export { default as SingleSelectDrawer } from './Inputs/SelectDrawer/SingleSelectDrawer';
|
|
64
|
-
export { default as Filter } from './Inputs/Sieve/Filter';
|
|
65
|
-
export { default as Sieve } from './Inputs/Sieve/Sieve';
|
|
66
|
-
export type { Option, SieveValue } from './Inputs/Sieve/Sieve.types';
|
|
67
|
-
export { default as SingleFilterMenu } from './Inputs/SingleFilterMenu';
|
|
68
|
-
export { TextField } from './Inputs/TextField/TextField';
|
|
69
|
-
export { TableOfContents } from './Navigation/TableOfContents/TableOfContents';
|
|
70
|
-
export type { TableOfContentsProps } from './Navigation/TableOfContents/TableOfContents';
|
|
71
|
-
export type { TableOfContentsVariants } from './Navigation/TableOfContents/TableOfContents.types';
|
|
72
|
-
export { default as PageWithTitle } from './Navigation/PageWithTitle';
|
|
73
|
-
export { default as SelectField } from './Navigation/SelectField/SelectField';
|
|
74
|
-
export type { ItemType, SidebarType } from './Navigation/SideBar';
|
|
75
|
-
export { default as SideBar } from './Navigation/SideBar';
|
|
76
|
-
export type { GuidelineSections, ISettingsProps, TopBarType, } from './Navigation/TopBar';
|
|
77
|
-
export { default as TopBar } from './Navigation/TopBar';
|
|
78
|
-
export { default as ResourceMenuItem } from './Navigation/TopBar/Resources/ResourceMenuItem';
|
|
79
|
-
export type { ContentProps, TemplateType } from './Template/Template';
|
|
80
|
-
export { default as Template } from './Template/Template';
|
|
81
|
-
export type { SelectOption, SelectOptionRequired, } from './Inputs/Select/Select.types';
|
|
82
|
-
export { SingleSelect } from './Inputs/Select/SingleSelect/SingleSelect';
|
|
83
|
-
export type { SingleSelectProps } from './Inputs/Select/SingleSelect/SingleSelect';
|
|
84
|
-
export type { ComboBoxProps } from 'src/components/Inputs/Select/ComboBox/ComboBox';
|
|
85
|
-
export { Badge } from './DataDisplay/Badge/Badge';
|
|
86
|
-
export type { BreadcrumbProps, BreadcrumbsProps, ButtonProps, CheckboxProps, CircularProgressProps, DialogActionsProps, DialogContentProps, DialogHeaderProps, DialogProps, DialogTitleProps, DotProgressProps, IconProps, LabelProps, LinearProgressProps, MenuItemProps, MenuProps, MenuSectionProps, PopoverActionsProps, PopoverContentProps, PopoverHeaderProps, PopoverProps, PopoverTitleProps, RadioProps, StarProgressProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabsProps, TypographyProps, DividerProps, CardProps, } from '@equinor/eds-core-react';
|
|
87
|
-
export { Breadcrumbs, Button, Checkbox, CircularProgress, Dialog, Divider, DotProgress, Icon, Label, LinearProgress, Menu, Radio, StarProgress, Switch, Tabs, Typography, Card, } from '@equinor/eds-core-react';
|
|
88
|
-
/**
|
|
89
|
-
* @deprecated Being deprecated from amplify-components-library, import directly from EDS if still needed
|
|
90
|
-
*/
|
|
91
|
-
declare const Popover: import("react").ForwardRefExoticComponent<{
|
|
92
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
93
|
-
onClose?: () => void;
|
|
94
|
-
anchorEl?: HTMLElement | null;
|
|
95
|
-
open: boolean;
|
|
96
|
-
withinPortal?: boolean;
|
|
97
|
-
trapFocus?: boolean;
|
|
98
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>> & {
|
|
99
|
-
Title: typeof import("@equinor/eds-core-react/dist/types/components/Popover/PopoverTitle").PopoverTitle;
|
|
100
|
-
Content: typeof import("@equinor/eds-core-react/dist/types/components/Popover/PopoverContent").PopoverContent;
|
|
101
|
-
Header: typeof import("@equinor/eds-core-react/dist/types/components/Popover/PopoverHeader").PopoverHeader;
|
|
102
|
-
Actions: typeof import("@equinor/eds-core-react/dist/types/components/Popover/PopoverActions").PopoverActions;
|
|
103
|
-
};
|
|
104
|
-
export { Popover };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { useNotification } from '../components/Navigation/TopBar/Notifications/NotificationProvider';
|
|
2
|
-
import { useAuth } from '../providers/AuthProvider/AuthProvider';
|
|
3
|
-
import { useReleaseNotes } from '../providers/ReleaseNotesProvider';
|
|
4
|
-
import { useSideBar } from '../providers/SideBarProvider';
|
|
5
|
-
import { useSnackbar } from '../providers/SnackbarProvider';
|
|
6
|
-
import { useTableOfContents } from '../providers/TableOfContentsProvider';
|
|
7
|
-
import { useTutorialSteps } from '../providers/TutorialStepsProvider';
|
|
8
|
-
import { useDebounce } from './useDebounce';
|
|
9
|
-
import { useFakeProgress } from './useFakeProgress';
|
|
10
|
-
import { useFeatureToggling } from './useFeatureToggling';
|
|
11
|
-
import { useLocalStorage } from './useLocalStorage';
|
|
12
|
-
import { useOnScreen, useOnScreenMultiple } from './useOnScreen';
|
|
13
|
-
import { usePrevious } from './usePrevious';
|
|
14
|
-
import { useReleaseNotesQuery } from './useReleaseNotesQuery';
|
|
15
|
-
import { useSignalRMessages } from './useSignalRMessages';
|
|
16
|
-
import { useSelect } from 'src/hooks/useSelect';
|
|
17
|
-
export { useAuth, useSelect, useDebounce, useFakeProgress, useFeatureToggling, useLocalStorage, useNotification, useOnScreen, useOnScreenMultiple, useTableOfContents, usePrevious, useReleaseNotes, useReleaseNotesQuery, useSideBar, useSignalRMessages, useSnackbar, useTutorialSteps, };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ReleaseNote } from 'src/api/models/ReleaseNote';
|
|
2
|
-
interface ReleaseNotesQueryProps {
|
|
3
|
-
enabled?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare function useReleaseNotesQuery(options?: ReleaseNotesQueryProps): import("@tanstack/react-query").UseQueryResult<ReleaseNote[], Error>;
|
|
6
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ChangeEvent, KeyboardEvent } from 'react';
|
|
2
|
-
import { SelectOption } from 'src/components';
|
|
3
|
-
import { SelectComponentProps } from 'src/components/Inputs/Select/Select';
|
|
4
|
-
import { SelectOptionRequired } from 'src/components/Inputs/Select/Select.types';
|
|
5
|
-
declare const useSelect: <T extends SelectOptionRequired>(props: SelectComponentProps<T>) => {
|
|
6
|
-
handleOnItemSelect: (item: SelectOption<T>) => void;
|
|
7
|
-
handleOnItemKeyDown: (event: KeyboardEvent<HTMLButtonElement>) => void;
|
|
8
|
-
handleOnSearchKeyDown: (event: KeyboardEvent<HTMLInputElement>) => void;
|
|
9
|
-
handleOnClear: () => void;
|
|
10
|
-
handleOnSearchChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
11
|
-
handleToggleOpen: () => void;
|
|
12
|
-
handleOnClose: () => void;
|
|
13
|
-
handleOnOpen: () => void;
|
|
14
|
-
handleOnRemoveItem: (item: T) => void;
|
|
15
|
-
search: string;
|
|
16
|
-
searchRef: import("react").MutableRefObject<HTMLInputElement | null>;
|
|
17
|
-
itemRefs: import("react").MutableRefObject<(HTMLButtonElement | null)[]>;
|
|
18
|
-
selectedValues: T[];
|
|
19
|
-
open: boolean;
|
|
20
|
-
tryingToRemoveItem: T | undefined;
|
|
21
|
-
};
|
|
22
|
-
export { useSelect };
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export * from './components';
|
|
2
|
-
import * as allHooks from './hooks';
|
|
3
|
-
export * from './hooks';
|
|
4
|
-
import * as allProviders from './providers';
|
|
5
|
-
export * from './providers';
|
|
6
|
-
export * as style from './style';
|
|
7
|
-
export * from './types';
|
|
8
|
-
import * as allConstants from './constants';
|
|
9
|
-
export * from './constants';
|
|
10
|
-
import * as allUtils from './utils';
|
|
11
|
-
export * from './utils';
|
|
12
|
-
/** @deprecated use direct export instead */
|
|
13
|
-
declare const hooks: typeof allHooks;
|
|
14
|
-
/** @deprecated use direct export instead */
|
|
15
|
-
declare const providers: typeof allProviders;
|
|
16
|
-
/** @deprecated use direct export instead */
|
|
17
|
-
declare const utils: typeof allUtils;
|
|
18
|
-
/** @deprecated use direct export instead */
|
|
19
|
-
declare const constants: typeof allConstants;
|
|
20
|
-
export { hooks, providers, utils, constants };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FC, ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { AccountInfo } from '@azure/msal-browser';
|
|
3
|
-
export type AuthState = 'loading' | 'authorized' | 'unauthorized';
|
|
4
|
-
export interface AuthContextType {
|
|
5
|
-
account: AccountInfo | undefined;
|
|
6
|
-
photo: string | undefined;
|
|
7
|
-
roles: string[] | undefined;
|
|
8
|
-
logout: () => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const useAuth: () => AuthContextType;
|
|
11
|
-
interface AuthProviderProps {
|
|
12
|
-
children: ReactNode;
|
|
13
|
-
loadingComponent?: ReactElement;
|
|
14
|
-
unauthorizedComponent?: ReactElement;
|
|
15
|
-
}
|
|
16
|
-
declare const AuthProvider: FC<AuthProviderProps>;
|
|
17
|
-
export default AuthProvider;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { FC, ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { AccountInfo } from '@azure/msal-common';
|
|
3
|
-
import { AuthState } from './AuthProvider';
|
|
4
|
-
export interface AuthProviderInnerProps {
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
account: AccountInfo | undefined;
|
|
7
|
-
setAccount: (val: AccountInfo | undefined) => void;
|
|
8
|
-
setPhoto: (val: string | undefined) => void;
|
|
9
|
-
setRoles: (val: string[] | undefined) => void;
|
|
10
|
-
authState: AuthState;
|
|
11
|
-
setAuthState: (val: AuthState) => void;
|
|
12
|
-
loadingComponent?: ReactElement;
|
|
13
|
-
unauthorizedComponent?: ReactElement;
|
|
14
|
-
}
|
|
15
|
-
declare const AuthProviderInner: FC<AuthProviderInnerProps>;
|
|
16
|
-
export default AuthProviderInner;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from 'react';
|
|
2
|
-
import { Feature, GraphUser } from '../api';
|
|
3
|
-
export declare const isUserInActiveUserArray: (username: string, activeUsers: GraphUser[] | undefined | null) => boolean;
|
|
4
|
-
interface FeatureToggleContextType {
|
|
5
|
-
isLoading: boolean;
|
|
6
|
-
isError: boolean;
|
|
7
|
-
features?: Feature[] | null;
|
|
8
|
-
}
|
|
9
|
-
export declare function useFeatureToggleContext(): FeatureToggleContextType;
|
|
10
|
-
interface FeatureToggleProviderProps {
|
|
11
|
-
children: ReactNode;
|
|
12
|
-
}
|
|
13
|
-
declare const FeatureToggleProvider: FC<FeatureToggleProviderProps>;
|
|
14
|
-
export default FeatureToggleProvider;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Dispatch, FC, ReactNode, SetStateAction } from 'react';
|
|
2
|
-
import { ReleaseNote } from 'src/api/models/ReleaseNote';
|
|
3
|
-
import { Option, SieveValue } from 'src/components';
|
|
4
|
-
import { TableOfContentsItemType } from 'src/providers/TableOfContentsProvider';
|
|
5
|
-
interface ReleaseNotesContextState {
|
|
6
|
-
search: SieveValue;
|
|
7
|
-
setSearch: Dispatch<SetStateAction<SieveValue>>;
|
|
8
|
-
selectedReleaseNoteTypes?: Option[];
|
|
9
|
-
open: boolean;
|
|
10
|
-
setOpen: (open: boolean) => void;
|
|
11
|
-
toggle: () => void;
|
|
12
|
-
filteredData: ReleaseNote[];
|
|
13
|
-
releaseNotesYears: TableOfContentsItemType[];
|
|
14
|
-
}
|
|
15
|
-
export declare const useReleaseNotes: () => ReleaseNotesContextState;
|
|
16
|
-
interface ReleaseNotesContextProviderProps {
|
|
17
|
-
children: ReactNode;
|
|
18
|
-
enabled?: boolean;
|
|
19
|
-
}
|
|
20
|
-
declare const ReleaseNotesProvider: FC<ReleaseNotesContextProviderProps>;
|
|
21
|
-
export default ReleaseNotesProvider;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from 'react';
|
|
2
|
-
interface SideBarContextType {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
setIsOpen: (value: boolean) => void;
|
|
5
|
-
}
|
|
6
|
-
export declare function useSideBar(): SideBarContextType;
|
|
7
|
-
declare const SideBarProvider: FC<{
|
|
8
|
-
children: ReactNode;
|
|
9
|
-
}>;
|
|
10
|
-
export default SideBarProvider;
|