@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,26 +0,0 @@
|
|
|
1
|
-
export declare class CancelError extends Error {
|
|
2
|
-
constructor(message: string);
|
|
3
|
-
get isCancelled(): boolean;
|
|
4
|
-
}
|
|
5
|
-
export interface OnCancel {
|
|
6
|
-
readonly isResolved: boolean;
|
|
7
|
-
readonly isRejected: boolean;
|
|
8
|
-
readonly isCancelled: boolean;
|
|
9
|
-
(cancelHandler: () => void): void;
|
|
10
|
-
}
|
|
11
|
-
export declare class CancelablePromise<T> implements Promise<T> {
|
|
12
|
-
readonly [Symbol.toStringTag]: string;
|
|
13
|
-
private _isResolved;
|
|
14
|
-
private _isRejected;
|
|
15
|
-
private _isCancelled;
|
|
16
|
-
private readonly _cancelHandlers;
|
|
17
|
-
private readonly _promise;
|
|
18
|
-
private _resolve?;
|
|
19
|
-
private _reject?;
|
|
20
|
-
constructor(executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: any) => void, onCancel: OnCancel) => void);
|
|
21
|
-
then<TResult1 = T, TResult2 = never>(onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null, onRejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null): Promise<TResult1 | TResult2>;
|
|
22
|
-
catch<TResult = never>(onRejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null): Promise<T | TResult>;
|
|
23
|
-
finally(onFinally?: (() => void) | null): Promise<T>;
|
|
24
|
-
cancel(): void;
|
|
25
|
-
get isCancelled(): boolean;
|
|
26
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { ApiRequestOptions } from './ApiRequestOptions';
|
|
2
|
-
import { CancelablePromise } from 'src/api/core/CancelablePromise';
|
|
3
|
-
type Resolver<T> = (options: ApiRequestOptions) => Promise<T>;
|
|
4
|
-
type Headers = Record<string, string>;
|
|
5
|
-
export type OpenAPIConfig = {
|
|
6
|
-
BASE: string;
|
|
7
|
-
VERSION: string;
|
|
8
|
-
WITH_CREDENTIALS: boolean;
|
|
9
|
-
CREDENTIALS: 'include' | 'omit' | 'same-origin';
|
|
10
|
-
TOKEN?: string | Resolver<string>;
|
|
11
|
-
USERNAME?: string | Resolver<string>;
|
|
12
|
-
PASSWORD?: string | Resolver<string>;
|
|
13
|
-
HEADERS?: Headers | Resolver<Headers>;
|
|
14
|
-
ENCODE_PATH?: (path: string) => string;
|
|
15
|
-
};
|
|
16
|
-
export declare class TokenService {
|
|
17
|
-
/**
|
|
18
|
-
* @returns string Success
|
|
19
|
-
* @throws ApiError
|
|
20
|
-
*/
|
|
21
|
-
static getAmplifyPortalToken(): CancelablePromise<string>;
|
|
22
|
-
/**
|
|
23
|
-
* @returns string Success
|
|
24
|
-
* @throws ApiError
|
|
25
|
-
*/
|
|
26
|
-
static getAmplifyPortalProductionToken(): CancelablePromise<string>;
|
|
27
|
-
}
|
|
28
|
-
export declare const getPortalToken: () => Promise<string>;
|
|
29
|
-
export declare const OpenAPI: OpenAPIConfig;
|
|
30
|
-
export declare const OpenAPI_Portal: OpenAPIConfig;
|
|
31
|
-
export declare const OpenAPI_Portal_Prod: OpenAPIConfig;
|
|
32
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ApiRequestOptions } from './ApiRequestOptions';
|
|
2
|
-
import { CancelablePromise } from './CancelablePromise';
|
|
3
|
-
import type { OnCancel } from './CancelablePromise';
|
|
4
|
-
import type { OpenAPIConfig } from './OpenAPI';
|
|
5
|
-
export declare const sendRequest: (config: OpenAPIConfig, options: ApiRequestOptions, url: string, body: any, formData: FormData | undefined, headers: Headers, onCancel: OnCancel) => Promise<XMLHttpRequest>;
|
|
6
|
-
/**
|
|
7
|
-
* Request method
|
|
8
|
-
* @param config The OpenAPI configuration object
|
|
9
|
-
* @param options The request options from the service
|
|
10
|
-
* @returns CancelablePromise<T>
|
|
11
|
-
* @throws ApiError
|
|
12
|
-
*/
|
|
13
|
-
export declare const request: <T>(config: OpenAPIConfig, options: ApiRequestOptions) => CancelablePromise<T>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export { ApiError } from './core/ApiError';
|
|
2
|
-
export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
3
|
-
export { OpenAPI } from './core/OpenAPI';
|
|
4
|
-
export { request } from './core/request';
|
|
5
|
-
export type { OpenAPIConfig } from './core/OpenAPI';
|
|
6
|
-
export type { Feature } from './models/Feature';
|
|
7
|
-
export type { CustomTutorialStep } from './models/CustomTutorialStep';
|
|
8
|
-
export type { GenericTutorialStep } from './models/GenericTutorialStep';
|
|
9
|
-
export type { Tutorial } from './models/Tutorial';
|
|
10
|
-
export type { FeatureToggleDto } from './models/FeatureToggleDto';
|
|
11
|
-
export type { GraphUser } from './models/GraphUser';
|
|
12
|
-
export type { ServiceNowIncidentResponse } from './models/ServiceNowIncidentResponse';
|
|
13
|
-
export type { ServiceNowIncidentAttachmentResponse } from './models/ServiceNowIncidentAttachmentResponse';
|
|
14
|
-
export { TutorialPosition } from './models/TutorialPosition';
|
|
15
|
-
export { ServiceNowUrgency } from './models/ServiceNowUrgency';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AccessRoles } from './AccessRole';
|
|
2
|
-
export type AmplifyApplication = {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
adGroups: Array<string>;
|
|
6
|
-
url: string;
|
|
7
|
-
accessRoles: Array<AccessRoles>;
|
|
8
|
-
description: string;
|
|
9
|
-
longDescription: string;
|
|
10
|
-
category: string;
|
|
11
|
-
version: string;
|
|
12
|
-
applicationInsightAPI: string;
|
|
13
|
-
apI_Id: string;
|
|
14
|
-
apiurl: string;
|
|
15
|
-
monitored: boolean;
|
|
16
|
-
productOwners: Array<string>;
|
|
17
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ServiceNowIncidentAttachmentResponse } from './ServiceNowIncidentAttachmentResponse';
|
|
2
|
-
export type ServiceNowIncidentResponse = {
|
|
3
|
-
number?: string | null;
|
|
4
|
-
assignmentGroup?: string | null;
|
|
5
|
-
configurationItem?: string | null;
|
|
6
|
-
title?: string | null;
|
|
7
|
-
description?: string | null;
|
|
8
|
-
caller?: string | null;
|
|
9
|
-
state?: string | null;
|
|
10
|
-
urgency?: string | null;
|
|
11
|
-
sysId?: string | null;
|
|
12
|
-
attachmentResponse?: ServiceNowIncidentAttachmentResponse;
|
|
13
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomTutorialStep } from './CustomTutorialStep';
|
|
2
|
-
import { GenericTutorialStep } from './GenericTutorialStep';
|
|
3
|
-
export type Tutorial = {
|
|
4
|
-
id: string;
|
|
5
|
-
name: string;
|
|
6
|
-
shortName: string;
|
|
7
|
-
path: string;
|
|
8
|
-
application: string;
|
|
9
|
-
steps: Array<CustomTutorialStep | GenericTutorialStep>;
|
|
10
|
-
showInProd: boolean;
|
|
11
|
-
willPopUp: boolean;
|
|
12
|
-
dynamicPositioning?: boolean | null;
|
|
13
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { CancelablePromise } from '../';
|
|
2
|
-
import { FeatureToggleDto } from '../';
|
|
3
|
-
import { ServiceNowIncidentResponse } from 'src/api/models/ServiceNowIncidentResponse';
|
|
4
|
-
import { AmplifyApplication } from '../models/Applications';
|
|
5
|
-
export declare class PortalService {
|
|
6
|
-
/**
|
|
7
|
-
* Creates a incident report in service now
|
|
8
|
-
* @param formData
|
|
9
|
-
* @returns any Success
|
|
10
|
-
* @throws ApiError
|
|
11
|
-
*/
|
|
12
|
-
static createIncident(formData?: FormData): CancelablePromise<ServiceNowIncidentResponse>;
|
|
13
|
-
/**
|
|
14
|
-
* Uploads file to slack and links it to a channel defined in config
|
|
15
|
-
* @param formData
|
|
16
|
-
* @returns any Success
|
|
17
|
-
* @throws ApiError
|
|
18
|
-
*/
|
|
19
|
-
static fileUpload(formData?: FormData): CancelablePromise<unknown>;
|
|
20
|
-
/**
|
|
21
|
-
* Posts a slack message to channel defined in config
|
|
22
|
-
* @param formData
|
|
23
|
-
* @returns any Success
|
|
24
|
-
* @throws ApiError
|
|
25
|
-
*/
|
|
26
|
-
static postmessage(formData?: FormData): CancelablePromise<unknown>;
|
|
27
|
-
/**
|
|
28
|
-
* Gets a Feature Toggle from Application name
|
|
29
|
-
* @param applicationName name
|
|
30
|
-
* @returns FeatureToggleDto Success
|
|
31
|
-
* @throws ApiError
|
|
32
|
-
*/
|
|
33
|
-
static getFeatureToggleFromApplicationName(applicationName: string): CancelablePromise<FeatureToggleDto>;
|
|
34
|
-
static userApplications(): CancelablePromise<Array<AmplifyApplication>>;
|
|
35
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
|
-
export declare class ReleaseNotesService {
|
|
3
|
-
/**
|
|
4
|
-
* @param applicationName
|
|
5
|
-
* @param version
|
|
6
|
-
* @param tags
|
|
7
|
-
* @returns any Success
|
|
8
|
-
* @throws ApiError
|
|
9
|
-
*/
|
|
10
|
-
static getReleasenoteList(applicationName?: string, version?: string, tags?: Array<string>): CancelablePromise<any>;
|
|
11
|
-
/**
|
|
12
|
-
* @returns any Success
|
|
13
|
-
* @throws ApiError
|
|
14
|
-
*/
|
|
15
|
-
static getMyReleasenotes(): CancelablePromise<any>;
|
|
16
|
-
/**
|
|
17
|
-
* @param applicationName
|
|
18
|
-
* @param releaseId
|
|
19
|
-
* @returns any Success
|
|
20
|
-
* @throws ApiError
|
|
21
|
-
*/
|
|
22
|
-
static getReleasenote(applicationName: string, releaseId: string): CancelablePromise<any>;
|
|
23
|
-
/**
|
|
24
|
-
* @returns string Success
|
|
25
|
-
* @throws ApiError
|
|
26
|
-
*/
|
|
27
|
-
static getContainerSasUri(): CancelablePromise<string>;
|
|
28
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Tutorial } from '../models/Tutorial';
|
|
2
|
-
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
3
|
-
export declare class TutorialService {
|
|
4
|
-
/**
|
|
5
|
-
* Gets all tutorials for Application
|
|
6
|
-
* @param applicationName
|
|
7
|
-
* @returns Tutorial Success
|
|
8
|
-
* @throws ApiError
|
|
9
|
-
*/
|
|
10
|
-
static getTutorialsForApplication(applicationName: string): CancelablePromise<Array<Tutorial>>;
|
|
11
|
-
static getTutorialSasToken(): CancelablePromise<string>;
|
|
12
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Variants } from 'src/components/DataDisplay/Badge/Badge';
|
|
2
|
-
interface CountDotProps {
|
|
3
|
-
$variant: Variants;
|
|
4
|
-
}
|
|
5
|
-
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, CountDotProps>> & string;
|
|
6
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { MouseEvent, MouseEventHandler, ReactElement } from 'react';
|
|
2
|
-
import { IconData } from '@equinor/eds-icons';
|
|
3
|
-
export interface DataCardProps {
|
|
4
|
-
headerText: string;
|
|
5
|
-
title: string;
|
|
6
|
-
tooltipOnTitle?: boolean;
|
|
7
|
-
rightIcon?: IconData;
|
|
8
|
-
rightElement?: ReactElement;
|
|
9
|
-
body?: ReactElement;
|
|
10
|
-
className?: string;
|
|
11
|
-
onClick?: MouseEventHandler;
|
|
12
|
-
onContextMenu?: (event: MouseEvent<HTMLDivElement>) => void;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
16
|
-
*/
|
|
17
|
-
declare const DataCard: import("react").ForwardRefExoticComponent<DataCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
-
export default DataCard;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
export interface HeaderDrawerProps extends HTMLAttributes<'h6'> {
|
|
3
|
-
title: string;
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
openByDefault?: boolean;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
9
|
-
*/
|
|
10
|
-
declare const HeaderDrawer: import("react").ForwardRefExoticComponent<HeaderDrawerProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
11
|
-
export default HeaderDrawer;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from 'react';
|
|
2
|
-
export interface CopyTextProps {
|
|
3
|
-
textToCopy: string;
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
8
|
-
*/
|
|
9
|
-
declare const CopyText: FC<CopyTextProps>;
|
|
10
|
-
export default CopyText;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { ReactElement } from 'react';
|
|
2
|
-
export interface InfoElementProps {
|
|
3
|
-
title: string;
|
|
4
|
-
content: ReactElement | string;
|
|
5
|
-
capitalizeContent?: boolean;
|
|
6
|
-
copyableContent?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const InfoElement: React.ForwardRefExoticComponent<InfoElementProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default InfoElement;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const OptionalTooltip: import("react").ForwardRefExoticComponent<{
|
|
2
|
-
textTransform?: string;
|
|
3
|
-
} & {
|
|
4
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
5
|
-
title?: string;
|
|
6
|
-
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
7
|
-
enterDelay?: number;
|
|
8
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default OptionalTooltip;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare function nameToInitials(name: string): string | undefined;
|
|
2
|
-
export interface ProfileAvatarProps {
|
|
3
|
-
url?: string;
|
|
4
|
-
name?: string;
|
|
5
|
-
size?: 'small' | 'small-medium' | 'medium' | 'large' | 'x-large' | number;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const ProfileAvatar: import("react").ForwardRefExoticComponent<ProfileAvatarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
-
export default ProfileAvatar;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
export interface RichTextDisplayProps {
|
|
3
|
-
value: string | null | undefined;
|
|
4
|
-
imgReadToken?: string;
|
|
5
|
-
lightBackground?: boolean;
|
|
6
|
-
padding?: 'sm' | 'md' | 'lg' | 'none';
|
|
7
|
-
}
|
|
8
|
-
declare const RichTextDisplay: FC<RichTextDisplayProps>;
|
|
9
|
-
export default RichTextDisplay;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
interface HighlightBlocksProps {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
active: boolean;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const HighlightBlocks: import("react").ForwardRefExoticComponent<HighlightBlocksProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
-
export default HighlightBlocks;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, FC, ReactNode } from 'react';
|
|
2
|
-
export interface StatusChipProps {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
color?: string;
|
|
5
|
-
backgroundColor?: string;
|
|
6
|
-
style?: CSSProperties;
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
11
|
-
*/
|
|
12
|
-
declare const StatusChip: FC<StatusChipProps>;
|
|
13
|
-
export default StatusChip;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
interface WorkflowDescriptionType {
|
|
3
|
-
color?: string;
|
|
4
|
-
backgroundColor?: string;
|
|
5
|
-
label: string;
|
|
6
|
-
notApprovedLabel?: string;
|
|
7
|
-
approvedUser?: string;
|
|
8
|
-
approvedDate?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface WorkflowDescriptionProps {
|
|
11
|
-
options: WorkflowDescriptionType[];
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
15
|
-
*/
|
|
16
|
-
declare const WorkflowDescription: FC<WorkflowDescriptionProps>;
|
|
17
|
-
export default WorkflowDescription;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
type Placement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
|
|
3
|
-
interface WorkflowStatusBarType {
|
|
4
|
-
color: string;
|
|
5
|
-
backgroundColor: string;
|
|
6
|
-
label: string;
|
|
7
|
-
value: string;
|
|
8
|
-
}
|
|
9
|
-
export interface WorkflowStatusBarProps {
|
|
10
|
-
options: WorkflowStatusBarType[];
|
|
11
|
-
disableTooltip?: boolean;
|
|
12
|
-
tooltipPlacement?: Placement;
|
|
13
|
-
activeNode: string;
|
|
14
|
-
highlightActiveNode?: boolean;
|
|
15
|
-
showAlert?: boolean;
|
|
16
|
-
lineDefaultColor?: string;
|
|
17
|
-
lineActiveColor?: string;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated Being deprecated from amplify-components-library, move into app if you want the implementation
|
|
21
|
-
*/
|
|
22
|
-
declare const WorkflowStatusBar: FC<WorkflowStatusBarProps>;
|
|
23
|
-
export default WorkflowStatusBar;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DetailedHTMLProps, FC, HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
interface FeatureProps {
|
|
3
|
-
featureKey: string;
|
|
4
|
-
children: ReactNode;
|
|
5
|
-
fallback?: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
6
|
-
showIfKeyMissing?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const Feature: FC<FeatureProps>;
|
|
9
|
-
export default Feature;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Action } from './Action';
|
|
2
|
-
import { Description } from './Description';
|
|
3
|
-
import { Details } from './Details';
|
|
4
|
-
import { ErrorContentProps, ErrorPage as DefaultErrorPage } from './ErrorPage';
|
|
5
|
-
import { MissingAccesses } from './MissingAccesses';
|
|
6
|
-
import { Title } from './Title';
|
|
7
|
-
type ErrorPageType = typeof DefaultErrorPage & {
|
|
8
|
-
Title: typeof Title;
|
|
9
|
-
Description: typeof Description;
|
|
10
|
-
Action: typeof Action;
|
|
11
|
-
Details: typeof Details;
|
|
12
|
-
MissingAccesses: typeof MissingAccesses;
|
|
13
|
-
};
|
|
14
|
-
declare const ErrorPage: ErrorPageType;
|
|
15
|
-
export default ErrorPage;
|
|
16
|
-
export type { ErrorContentProps };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
interface ContainerProps {
|
|
2
|
-
$isError?: boolean;
|
|
3
|
-
}
|
|
4
|
-
export declare const CompactFileProgressContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
|
|
5
|
-
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
6
|
-
as?: import("react").ElementType | undefined;
|
|
7
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "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>>;
|
|
8
|
-
export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
export declare const ImageWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
-
export declare const Rejection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
-
export declare const AdditionalText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
13
|
-
as?: import("react").ElementType | undefined;
|
|
14
|
-
} & import("@equinor/eds-core-react").TypographyProps & Omit<any, "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>>;
|
|
15
|
-
export declare const FileTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
16
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
17
|
-
title?: string;
|
|
18
|
-
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
19
|
-
enterDelay?: number;
|
|
20
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
21
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
23
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
24
|
-
title?: string;
|
|
25
|
-
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
26
|
-
enterDelay?: number;
|
|
27
|
-
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
-
export declare const CircularProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
|
|
29
|
-
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
30
|
-
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>;
|
|
31
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { FileWithPath } from 'react-dropzone';
|
|
3
|
-
interface FileProgressBaseProps {
|
|
4
|
-
onDelete: () => void;
|
|
5
|
-
file: FileWithPath | File;
|
|
6
|
-
isDone?: boolean;
|
|
7
|
-
progressPercent?: number;
|
|
8
|
-
onCancel?: () => void;
|
|
9
|
-
isError?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export interface RegularFileProgressBaseProps extends FileProgressBaseProps {
|
|
12
|
-
compact?: false;
|
|
13
|
-
fullErrorText?: string;
|
|
14
|
-
customLoadingText?: string;
|
|
15
|
-
customCompleteText?: string;
|
|
16
|
-
onRetry?: () => void;
|
|
17
|
-
}
|
|
18
|
-
export interface CompactFileProgressBaseProps extends FileProgressBaseProps {
|
|
19
|
-
compact: true;
|
|
20
|
-
shortErrorText?: string;
|
|
21
|
-
fullErrorText?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface FileProgressPropsExtension {
|
|
24
|
-
showCompleteState: boolean;
|
|
25
|
-
handleOnClick: () => void;
|
|
26
|
-
}
|
|
27
|
-
declare const FileProgress: FC<RegularFileProgressBaseProps | CompactFileProgressBaseProps>;
|
|
28
|
-
export default FileProgress;
|