@equinor/amplify-component-lib 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +7 -0
- package/README.md +66 -0
- package/dist/esm/_virtual/_commonjsHelpers.js +1 -0
- package/dist/esm/_virtual/lodash.js +1 -0
- package/dist/esm/api/core/ApiError.js +1 -0
- package/dist/esm/api/core/CancelablePromise.js +1 -0
- package/dist/esm/api/core/OpenAPI.js +1 -0
- package/dist/esm/api/core/request.js +1 -0
- package/dist/esm/api/models/ServiceNowUrgency.js +1 -0
- package/dist/esm/api/models/TutorialPosition.js +1 -0
- package/dist/esm/api/services/PortalService.js +1 -0
- package/dist/esm/api/services/ReleaseNotesService.js +1 -0
- package/dist/esm/api/services/TutorialService.js +1 -0
- package/dist/esm/components/DataDisplay/Badge/Badge.js +1 -0
- package/dist/esm/components/DataDisplay/Badge/Badge.styles.js +17 -0
- package/dist/esm/components/DataDisplay/Chip/Chip.js +1 -0
- package/dist/esm/components/DataDisplay/Chip/Chip.styles.js +72 -0
- package/dist/esm/components/DataDisplay/Chip/InteractiveChip.js +1 -0
- package/dist/esm/components/DataDisplay/Chip/ReadOnlyChip.js +1 -0
- package/dist/esm/components/DataDisplay/DataCard.js +27 -0
- package/dist/esm/components/DataDisplay/HeaderDrawer.js +21 -0
- package/dist/esm/components/DataDisplay/InfoElement/CopyText.js +41 -0
- package/dist/esm/components/DataDisplay/InfoElement/InfoElement.js +1 -0
- package/dist/esm/components/DataDisplay/OptionalTooltip.js +4 -0
- package/dist/esm/components/DataDisplay/ProfileAvatar.js +21 -0
- package/dist/esm/components/DataDisplay/RichTextDisplay.js +1 -0
- package/dist/esm/components/DataDisplay/Table/Table.js +35 -0
- package/dist/esm/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.js +14 -0
- package/dist/esm/components/DataDisplay/Tutorial/Tutorial.js +1 -0
- package/dist/esm/components/DataDisplay/Tutorial/TutorialStart.js +39 -0
- package/dist/esm/components/DataDisplay/Tutorial/TutorialSteps.js +50 -0
- package/dist/esm/components/DataDisplay/Workflow/StatusChip.js +25 -0
- package/dist/esm/components/DataDisplay/Workflow/WorkflowDescription.js +24 -0
- package/dist/esm/components/DataDisplay/Workflow/WorkflowStatusBar.js +33 -0
- package/dist/esm/components/Feature/Feature.js +1 -0
- package/dist/esm/components/Feedback/AnimatedCheckmark.js +24 -0
- package/dist/esm/components/Feedback/ConfirmationPopup.js +22 -0
- package/dist/esm/components/Feedback/ErrorPage/Action.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/Description.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/Details.js +23 -0
- package/dist/esm/components/Feedback/ErrorPage/ErrorPage.js +14 -0
- package/dist/esm/components/Feedback/ErrorPage/MissingAccesses.js +11 -0
- package/dist/esm/components/Feedback/ErrorPage/Title.js +1 -0
- package/dist/esm/components/Feedback/ErrorPage/illustrations/GlitchAnimation.js +18 -0
- package/dist/esm/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.js +18 -0
- package/dist/esm/components/Feedback/ErrorPage/index.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/CompactFileProgress.styles.js +86 -0
- package/dist/esm/components/Feedback/FileProgress/FileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/FileProgress.utils.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.js +1 -0
- package/dist/esm/components/Feedback/FileProgress/RegularFileProgress.styles.js +32 -0
- package/dist/esm/components/Feedback/FullPageSpinner.js +18 -0
- package/dist/esm/components/Feedback/FullPageStatus.js +18 -0
- package/dist/esm/components/Feedback/PageNotFound.js +1 -0
- package/dist/esm/components/Feedback/Skeleton/Skeleton.styles.js +1 -0
- package/dist/esm/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.js +28 -0
- package/dist/esm/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.js +1 -0
- package/dist/esm/components/Feedback/Stepper/Step.js +25 -0
- package/dist/esm/components/Feedback/Stepper/StepLine.js +7 -0
- package/dist/esm/components/Feedback/Stepper/Stepper.js +10 -0
- package/dist/esm/components/Feedback/Unauthorized.js +4 -0
- package/dist/esm/components/Icons/AmplifyIcons.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Acquire.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.constants.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIcon.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconBase.js +39 -0
- package/dist/esm/components/Icons/ApplicationIcon/ApplicationIconCollection.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Bravos.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Dasha.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Fallback.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/FourDInsight.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/InPress.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/LoggingQualification.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Orca.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Portal.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Premo.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Pwex.js +1 -0
- package/dist/esm/components/Icons/ApplicationIcon/Recap.js +1 -0
- package/dist/esm/components/Icons/EquinorLogo.js +1 -0
- package/dist/esm/components/Icons/Fallback.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/FeedBackIcon.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/NegativeFilled.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/NegativeOutlined.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/PositiveFilled.js +1 -0
- package/dist/esm/components/Icons/FeedBackIcon/PositiveOutlined.js +1 -0
- package/dist/esm/components/Inputs/CommentField/CommentField.js +40 -0
- package/dist/esm/components/Inputs/CommentField/NewCommentField.js +45 -0
- package/dist/esm/components/Inputs/ContentMenu.js +52 -0
- package/dist/esm/components/Inputs/EditableField.js +20 -0
- package/dist/esm/components/Inputs/ExpandingIconButton/ExpandingIconButton.js +24 -0
- package/dist/esm/components/Inputs/FileUploadArea.js +32 -0
- package/dist/esm/components/Inputs/IconToggleButton.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/AddImage.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/Links.js +6 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.js +13 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.js +14 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/MenuButton.js +28 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TableBar.js +6 -0
- package/dist/esm/components/Inputs/RichTextEditor/MenuBar/TextColor.js +45 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.styles.js +139 -0
- package/dist/esm/components/Inputs/RichTextEditor/RichTextEditor.types.js +1 -0
- package/dist/esm/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.js +1 -0
- package/dist/esm/components/Inputs/Search/Search.js +13 -0
- package/dist/esm/components/Inputs/Select/ComboBox/ComboBox.js +1 -0
- package/dist/esm/components/Inputs/Select/GroupedSelectMenu.js +1 -0
- package/dist/esm/components/Inputs/Select/Select.js +1 -0
- package/dist/esm/components/Inputs/Select/Select.styles.js +149 -0
- package/dist/esm/components/Inputs/Select/Select.utils.js +1 -0
- package/dist/esm/components/Inputs/Select/SelectMenu.js +1 -0
- package/dist/esm/components/Inputs/Select/SelectMenuItem.js +1 -0
- package/dist/esm/components/Inputs/Select/SingleSelect/SingleSelect.js +1 -0
- package/dist/esm/components/Inputs/SelectDrawer/MultiSelectDrawer.js +28 -0
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.js +1 -0
- package/dist/esm/components/Inputs/SelectDrawer/OptionDrawer.styles.js +37 -0
- package/dist/esm/components/Inputs/SelectDrawer/SingleSelectDrawer.js +25 -0
- package/dist/esm/components/Inputs/Sieve/Filter.js +1 -0
- package/dist/esm/components/Inputs/Sieve/Sieve.js +1 -0
- package/dist/esm/components/Inputs/Sieve/Sieve.styles.js +39 -0
- package/dist/esm/components/Inputs/Sieve/Sort.js +1 -0
- package/dist/esm/components/Inputs/SingleFilterMenu.js +20 -0
- package/dist/esm/components/Inputs/TextField/TextField.js +3 -0
- package/dist/esm/components/Navigation/PageWithTitle.js +1 -0
- package/dist/esm/components/Navigation/SelectField/ChangingField.js +24 -0
- package/dist/esm/components/Navigation/SelectField/SelectField.js +15 -0
- package/dist/esm/components/Navigation/SelectField/SelectorCard/SelectorCard.js +70 -0
- package/dist/esm/components/Navigation/SelectField/SelectorCard/Skeleton.js +24 -0
- package/dist/esm/components/Navigation/SideBar/CreateItem.js +1 -0
- package/dist/esm/components/Navigation/SideBar/CreateItem.styles.js +23 -0
- package/dist/esm/components/Navigation/SideBar/MenuItem.js +1 -0
- package/dist/esm/components/Navigation/SideBar/MenuItem.styles.js +38 -0
- package/dist/esm/components/Navigation/SideBar/SideBar.js +1 -0
- package/dist/esm/components/Navigation/SideBar/SideBar.styles.js +32 -0
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.js +1 -0
- package/dist/esm/components/Navigation/SideBar/ToggleOpen.styles.js +21 -0
- package/dist/esm/components/Navigation/SideBar/index.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.constants.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.js +1 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContents.styles.js +165 -0
- package/dist/esm/components/Navigation/TableOfContents/TableOfContentsItem.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Account/Account.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Account/Account.styles.js +36 -0
- package/dist/esm/components/Navigation/TopBar/Actions.js +6 -0
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -0
- package/dist/esm/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +73 -0
- package/dist/esm/components/Navigation/TopBar/FieldSelector.js +69 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Colorbox.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Guidelines.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Item.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/Section.js +19 -0
- package/dist/esm/components/Navigation/TopBar/Guidelines/index.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/FilterOptions.js +36 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationProvider.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/Notifications.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsInner.js +8 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +14 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +53 -0
- package/dist/esm/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.const.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.js +41 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.js +3 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.js +79 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.js +3 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +7 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +5 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +20 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.js +9 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.js +42 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +43 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +23 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +42 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.js +69 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +16 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.js +1 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.js +28 -0
- package/dist/esm/components/Navigation/TopBar/Resources/ResourceMenuItem.js +20 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Resources.js +6 -0
- package/dist/esm/components/Navigation/TopBar/Resources/TransferToAppDialog.js +33 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.js +15 -0
- package/dist/esm/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.js +12 -0
- package/dist/esm/components/Navigation/TopBar/Settings.js +25 -0
- package/dist/esm/components/Navigation/TopBar/TopBar.js +1 -0
- package/dist/esm/components/Navigation/TopBar/TopBar.styles.js +65 -0
- package/dist/esm/components/Navigation/TopBar/TopBarMenu.js +7 -0
- package/dist/esm/components/Navigation/TopBar/index.js +1 -0
- package/dist/esm/components/Template/Template.js +62 -0
- package/dist/esm/components/Visuals/Waves/VisualWaves.js +48 -0
- package/dist/esm/components/Visuals/Waves/WaveShapeWithNoise.js +1 -0
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/constants/colors.js +1 -0
- package/dist/esm/constants/index.js +1 -0
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/useDebounce.js +1 -0
- package/dist/esm/hooks/useFakeProgress.js +1 -0
- package/dist/esm/hooks/useFeatureToggling.js +1 -0
- package/dist/esm/hooks/useLocalStorage.js +1 -0
- package/dist/esm/hooks/useOnScreen.js +1 -0
- package/dist/esm/hooks/usePrevious.js +1 -0
- package/dist/esm/hooks/useReleaseNotesQuery.js +1 -0
- package/dist/esm/hooks/useSelect.js +1 -0
- package/dist/esm/hooks/useSignalRMessages.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/clickbounds.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/colors.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/elevation.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/index.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/interactions.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/shape.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/spacings.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-tokens/dist/esm/base/typography.js +1 -0
- package/dist/esm/node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +1 -0
- package/dist/esm/node_modules/highlight.js/styles/base16/solarized-dark.css +163 -0
- package/dist/esm/node_modules/lodash/lodash.js +9 -0
- package/dist/esm/node_modules/prosemirror-model/dist/index.js +1 -0
- package/dist/esm/node_modules/prosemirror-state/dist/index.js +1 -0
- package/dist/esm/node_modules/prosemirror-transform/dist/index.js +1 -0
- package/dist/esm/providers/AuthProvider/AuthProvider.js +1 -0
- package/dist/esm/providers/AuthProvider/AuthProviderInner.js +1 -0
- package/dist/esm/providers/FeatureToggleProvider.js +1 -0
- package/dist/esm/providers/ReleaseNotesProvider.js +1 -0
- package/dist/esm/providers/SideBarProvider.js +1 -0
- package/dist/esm/providers/SnackbarProvider.js +1 -0
- package/dist/esm/providers/TableOfContentsProvider.js +1 -0
- package/dist/esm/providers/TableOfContentsProvider.utils.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialDialog.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.const.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.hooks.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.styles.js +67 -0
- package/dist/esm/providers/TutorialProvider/TutorialProvider.utils.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialProviderInner.js +1 -0
- package/dist/esm/providers/TutorialProvider/TutorialStepIndicator.js +25 -0
- package/dist/esm/providers/TutorialStepsProvider.js +1 -0
- package/dist/esm/providers/index.js +1 -0
- package/dist/esm/style/darkTokens.js +1 -0
- package/dist/esm/style/index.js +1 -0
- package/dist/esm/style/spacingTokens.js +1 -0
- package/dist/esm/style/spacings.js +1 -0
- package/dist/esm/types/Environment.js +1 -0
- package/dist/esm/types/Errors.js +1 -0
- package/dist/esm/utils/auth_environment.js +1 -0
- package/dist/esm/utils/coordinate.js +1 -0
- package/dist/esm/utils/date.js +1 -0
- package/dist/esm/utils/errors.js +1 -0
- package/dist/esm/utils/export.js +1 -0
- package/dist/esm/utils/favicon.js +1 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/map.js +1 -0
- package/dist/esm/utils/releaseNotes.js +1 -0
- package/dist/esm/utils/size.js +1 -0
- package/dist/esm/utils/sort.js +1 -0
- package/dist/esm/utils/string.js +1 -0
- package/dist/esm/utils/url.js +1 -0
- package/dist/types/api/core/ApiError.d.ts +10 -0
- package/dist/types/api/core/ApiRequestOptions.d.ts +13 -0
- package/dist/types/api/core/ApiResult.d.ts +7 -0
- package/dist/types/api/core/CancelablePromise.d.ts +26 -0
- package/dist/types/api/core/OpenAPI.d.ts +32 -0
- package/dist/types/api/core/request.d.ts +13 -0
- package/dist/types/api/index.d.ts +15 -0
- package/dist/types/api/models/AccessRole.d.ts +4 -0
- package/dist/types/api/models/Applications.d.ts +17 -0
- package/dist/types/api/models/CustomTutorialStep.d.ts +4 -0
- package/dist/types/api/models/Feature.d.ts +8 -0
- package/dist/types/api/models/FeatureToggleDto.d.ts +5 -0
- package/dist/types/api/models/GenericTutorialStep.d.ts +7 -0
- package/dist/types/api/models/GraphUser.d.ts +6 -0
- package/dist/types/api/models/ReleaseNote.d.ts +9 -0
- package/dist/types/api/models/ReleaseNotePatch.d.ts +8 -0
- package/dist/types/api/models/ServiceNowIncidentAttachmentResponse.d.ts +7 -0
- package/dist/types/api/models/ServiceNowIncidentResponse.d.ts +13 -0
- package/dist/types/api/models/ServiceNowUrgency.d.ts +5 -0
- package/dist/types/api/models/Tutorial.d.ts +13 -0
- package/dist/types/api/models/TutorialPosition.d.ts +7 -0
- package/dist/types/api/models/TutorialStepBase.d.ts +4 -0
- package/dist/types/api/services/PortalService.d.ts +35 -0
- package/dist/types/api/services/ReleaseNotesService.d.ts +28 -0
- package/dist/types/api/services/TutorialService.d.ts +12 -0
- package/dist/types/components/DataDisplay/Badge/Badge.d.ts +7 -0
- package/dist/types/components/DataDisplay/Badge/Badge.styles.d.ts +6 -0
- package/dist/types/components/DataDisplay/Chip/Chip.d.ts +14 -0
- package/dist/types/components/DataDisplay/Chip/Chip.styles.d.ts +4 -0
- package/dist/types/components/DataDisplay/Chip/InteractiveChip.d.ts +4 -0
- package/dist/types/components/DataDisplay/Chip/ReadOnlyChip.d.ts +4 -0
- package/dist/types/components/DataDisplay/DataCard.d.ts +18 -0
- package/dist/types/components/DataDisplay/HeaderDrawer.d.ts +11 -0
- package/dist/types/components/DataDisplay/InfoElement/CopyText.d.ts +10 -0
- package/dist/types/components/DataDisplay/InfoElement/InfoElement.d.ts +9 -0
- package/dist/types/components/DataDisplay/OptionalTooltip.d.ts +9 -0
- package/dist/types/components/DataDisplay/ProfileAvatar.d.ts +9 -0
- package/dist/types/components/DataDisplay/RichTextDisplay.d.ts +9 -0
- package/dist/types/components/DataDisplay/Table/Table.d.ts +2 -0
- package/dist/types/components/DataDisplay/Table/stories/data.d.ts +13 -0
- package/dist/types/components/DataDisplay/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +8 -0
- package/dist/types/components/DataDisplay/Tutorial/Tutorial.d.ts +20 -0
- package/dist/types/components/DataDisplay/Tutorial/TutorialStart.d.ts +11 -0
- package/dist/types/components/DataDisplay/Tutorial/TutorialSteps.d.ts +9 -0
- package/dist/types/components/DataDisplay/Tutorial/stories/TutorialStoryComponent.d.ts +4 -0
- package/dist/types/components/DataDisplay/Workflow/StatusChip.d.ts +13 -0
- package/dist/types/components/DataDisplay/Workflow/WorkflowDescription.d.ts +17 -0
- package/dist/types/components/DataDisplay/Workflow/WorkflowStatusBar.d.ts +23 -0
- package/dist/types/components/Feature/Feature.d.ts +9 -0
- package/dist/types/components/Feedback/AnimatedCheckmark.d.ts +6 -0
- package/dist/types/components/Feedback/ConfirmationPopup.d.ts +17 -0
- package/dist/types/components/Feedback/ErrorPage/Action.d.ts +6 -0
- package/dist/types/components/Feedback/ErrorPage/Description.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/Details.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/ErrorPage.d.ts +6 -0
- package/dist/types/components/Feedback/ErrorPage/MissingAccesses.d.ts +10 -0
- package/dist/types/components/Feedback/ErrorPage/Title.d.ts +5 -0
- package/dist/types/components/Feedback/ErrorPage/illustrations/GlitchAnimation.d.ts +3 -0
- package/dist/types/components/Feedback/ErrorPage/illustrations/QuestioningAnimation.d.ts +3 -0
- package/dist/types/components/Feedback/ErrorPage/index.d.ts +16 -0
- package/dist/types/components/Feedback/FileProgress/CompactFileProgress.d.ts +6 -0
- package/dist/types/components/Feedback/FileProgress/CompactFileProgress.styles.d.ts +31 -0
- package/dist/types/components/Feedback/FileProgress/FileProgress.d.ts +28 -0
- package/dist/types/components/Feedback/FileProgress/FileProgress.utils.d.ts +2 -0
- package/dist/types/components/Feedback/FileProgress/RegularFileProgress.d.ts +6 -0
- package/dist/types/components/Feedback/FileProgress/RegularFileProgress.styles.d.ts +18 -0
- package/dist/types/components/Feedback/FullPageSpinner.d.ts +7 -0
- package/dist/types/components/Feedback/FullPageStatus.d.ts +8 -0
- package/dist/types/components/Feedback/PageNotFound.d.ts +3 -0
- package/dist/types/components/Feedback/Skeleton/Skeleton.styles.d.ts +4 -0
- package/dist/types/components/Feedback/Skeleton/SkeletonBase/SkeletonBase.d.ts +6 -0
- package/dist/types/components/Feedback/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +6 -0
- package/dist/types/components/Feedback/Stepper/Step.d.ts +10 -0
- package/dist/types/components/Feedback/Stepper/StepLine.d.ts +6 -0
- package/dist/types/components/Feedback/Stepper/Stepper.d.ts +10 -0
- package/dist/types/components/Feedback/Unauthorized.d.ts +2 -0
- package/dist/types/components/Icons/AmplifyIcons.d.ts +36 -0
- package/dist/types/components/Icons/ApplicationIcon/Acquire.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.constants.d.ts +1 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIcon.d.ts +8 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconBase.d.ts +16 -0
- package/dist/types/components/Icons/ApplicationIcon/ApplicationIconCollection.d.ts +16 -0
- package/dist/types/components/Icons/ApplicationIcon/Bravos.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Dasha.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Fallback.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/FourDInsight.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/InPress.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/LoggingQualification.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Orca.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Portal.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Premo.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Pwex.d.ts +3 -0
- package/dist/types/components/Icons/ApplicationIcon/Recap.d.ts +3 -0
- package/dist/types/components/Icons/EquinorLogo.d.ts +8 -0
- package/dist/types/components/Icons/Fallback.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/FeedBackIcon.d.ts +8 -0
- package/dist/types/components/Icons/FeedBackIcon/NegativeFilled.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/NegativeOutlined.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/PositiveFilled.d.ts +4 -0
- package/dist/types/components/Icons/FeedBackIcon/PositiveOutlined.d.ts +4 -0
- package/dist/types/components/Inputs/CommentField/CommentField.d.ts +13 -0
- package/dist/types/components/Inputs/CommentField/NewCommentField.d.ts +9 -0
- package/dist/types/components/Inputs/ContentMenu.d.ts +14 -0
- package/dist/types/components/Inputs/EditableField.d.ts +13 -0
- package/dist/types/components/Inputs/ExpandingIconButton/ExpandingIconButton.d.ts +12 -0
- package/dist/types/components/Inputs/FileUploadArea.d.ts +7 -0
- package/dist/types/components/Inputs/IconToggleButton.d.ts +22 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/AddImage.d.ts +7 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/Links.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.d.ts +8 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuBar.styles.d.ts +1 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/MenuButton.d.ts +15 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TableBar.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/MenuBar/TextColor.d.ts +3 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.d.ts +17 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.styles.d.ts +9 -0
- package/dist/types/components/Inputs/RichTextEditor/RichTextEditor.types.d.ts +18 -0
- package/dist/types/components/Inputs/RichTextEditor/custom-extensions/ExtendedImage.d.ts +10 -0
- package/dist/types/components/Inputs/Search/Search.d.ts +2 -0
- package/dist/types/components/Inputs/Select/ComboBox/ComboBox.d.ts +3 -0
- package/dist/types/components/Inputs/Select/GroupedSelectMenu.d.ts +2 -0
- package/dist/types/components/Inputs/Select/Select.d.ts +3 -0
- package/dist/types/components/Inputs/Select/Select.styles.d.ts +110 -0
- package/dist/types/components/Inputs/Select/Select.types.d.ts +69 -0
- package/dist/types/components/Inputs/Select/Select.utils.d.ts +6 -0
- package/dist/types/components/Inputs/Select/SelectMenu.d.ts +2 -0
- package/dist/types/components/Inputs/Select/SelectMenuItem.d.ts +2 -0
- package/dist/types/components/Inputs/Select/SingleSelect/SingleSelect.d.ts +3 -0
- package/dist/types/components/Inputs/SelectDrawer/MultiSelectDrawer.d.ts +29 -0
- package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.d.ts +35 -0
- package/dist/types/components/Inputs/SelectDrawer/OptionDrawer.styles.d.ts +14 -0
- package/dist/types/components/Inputs/SelectDrawer/SingleSelectDrawer.d.ts +27 -0
- package/dist/types/components/Inputs/SelectDrawer/index.d.ts +11 -0
- package/dist/types/components/Inputs/SelectDrawer/stories/data.d.ts +7 -0
- package/dist/types/components/Inputs/Sieve/Filter.d.ts +13 -0
- package/dist/types/components/Inputs/Sieve/Sieve.d.ts +4 -0
- package/dist/types/components/Inputs/Sieve/Sieve.styles.d.ts +40 -0
- package/dist/types/components/Inputs/Sieve/Sieve.types.d.ts +25 -0
- package/dist/types/components/Inputs/Sieve/Sort.d.ts +9 -0
- package/dist/types/components/Inputs/SingleFilterMenu.d.ts +12 -0
- package/dist/types/components/Inputs/TextField/TextField.d.ts +3 -0
- package/dist/types/components/Navigation/PageWithTitle.d.ts +7 -0
- package/dist/types/components/Navigation/SelectField/ChangingField.d.ts +17 -0
- package/dist/types/components/Navigation/SelectField/SelectField.d.ts +12 -0
- package/dist/types/components/Navigation/SelectField/SelectorCard/SelectorCard.d.ts +9 -0
- package/dist/types/components/Navigation/SelectField/SelectorCard/Skeleton.d.ts +2 -0
- package/dist/types/components/Navigation/SideBar/CreateItem.d.ts +8 -0
- package/dist/types/components/Navigation/SideBar/CreateItem.styles.d.ts +19 -0
- package/dist/types/components/Navigation/SideBar/MenuItem.d.ts +18 -0
- package/dist/types/components/Navigation/SideBar/MenuItem.styles.d.ts +17 -0
- package/dist/types/components/Navigation/SideBar/SideBar.d.ts +16 -0
- package/dist/types/components/Navigation/SideBar/SideBar.styles.d.ts +8 -0
- package/dist/types/components/Navigation/SideBar/ToggleOpen.d.ts +7 -0
- package/dist/types/components/Navigation/SideBar/ToggleOpen.styles.d.ts +5 -0
- package/dist/types/components/Navigation/SideBar/index.d.ts +8 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.constants.d.ts +3 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.d.ts +8 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.styles.d.ts +814 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContents.types.d.ts +1 -0
- package/dist/types/components/Navigation/TableOfContents/TableOfContentsItem.d.ts +11 -0
- package/dist/types/components/Navigation/TopBar/Account/Account.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Account/Account.styles.d.ts +16 -0
- package/dist/types/components/Navigation/TopBar/Account/stories/data.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Actions.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +25 -0
- package/dist/types/components/Navigation/TopBar/FieldSelector.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Colorbox.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Guidelines.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Item.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/Section.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Guidelines/index.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Notifications/FilterOptions.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationProvider.d.ts +12 -0
- package/dist/types/components/Navigation/TopBar/Notifications/Notifications.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsInner.d.ts +10 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/DeafultNotification.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +37 -0
- package/dist/types/components/Navigation/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +96 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.const.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.types.d.ts +57 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/Feedback.utils.d.ts +9 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Description.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/LockedInputTooltip.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Severity.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Title.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/ImageFile.d.ts +14 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/UploadFile/UploadFile.styles.d.ts +20 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackForm/components/Url.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/FeedbackInner.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +2 -0
- package/dist/types/components/Navigation/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +37 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/Filters/FilterHeader.styles.d.ts +5 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.d.ts +25 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +19 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.d.ts +19 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost.styles.d.ts +28 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +7 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.d.ts +3 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.d.ts +1 -0
- package/dist/types/components/Navigation/TopBar/Resources/ReleaseNotesDialog/TextContent.d.ts +6 -0
- package/dist/types/components/Navigation/TopBar/Resources/ResourceMenuItem.d.ts +12 -0
- package/dist/types/components/Navigation/TopBar/Resources/Resources.d.ts +13 -0
- package/dist/types/components/Navigation/TopBar/Resources/TransferToAppDialog.d.ts +8 -0
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +15 -0
- package/dist/types/components/Navigation/TopBar/Resources/Tutorials/TutorialItem.d.ts +4 -0
- package/dist/types/components/Navigation/TopBar/Settings.d.ts +20 -0
- package/dist/types/components/Navigation/TopBar/TopBar.d.ts +16 -0
- package/dist/types/components/Navigation/TopBar/TopBar.styles.d.ts +50 -0
- package/dist/types/components/Navigation/TopBar/TopBarMenu.d.ts +13 -0
- package/dist/types/components/Navigation/TopBar/index.d.ts +23 -0
- package/dist/types/components/Template/Template.d.ts +14 -0
- package/dist/types/components/Visuals/Waves/VisualWaves.d.ts +9 -0
- package/dist/types/components/Visuals/Waves/WaveShapeWithNoise.d.ts +7 -0
- package/dist/types/components/index.d.ts +104 -0
- package/dist/types/constants/colors.d.ts +7 -0
- package/dist/types/constants/index.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +17 -0
- package/dist/types/hooks/useDebounce.d.ts +1 -0
- package/dist/types/hooks/useFakeProgress.d.ts +10 -0
- package/dist/types/hooks/useFeatureToggling.d.ts +3 -0
- package/dist/types/hooks/useLocalStorage.d.ts +4 -0
- package/dist/types/hooks/useOnScreen.d.ts +4 -0
- package/dist/types/hooks/usePrevious.d.ts +1 -0
- package/dist/types/hooks/useReleaseNotesQuery.d.ts +6 -0
- package/dist/types/hooks/useSelect.d.ts +22 -0
- package/dist/types/hooks/useSignalRMessages.d.ts +12 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/providers/AuthProvider/AuthProvider.d.ts +17 -0
- package/dist/types/providers/AuthProvider/AuthProviderInner.d.ts +16 -0
- package/dist/types/providers/FeatureToggleProvider.d.ts +14 -0
- package/dist/types/providers/ReleaseNotesProvider.d.ts +21 -0
- package/dist/types/providers/SideBarProvider.d.ts +10 -0
- package/dist/types/providers/SnackbarProvider.d.ts +21 -0
- package/dist/types/providers/TableOfContentsProvider.d.ts +26 -0
- package/dist/types/providers/TableOfContentsProvider.utils.d.ts +2 -0
- package/dist/types/providers/TutorialProvider/TutorialDialog.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.const.d.ts +7 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.d.ts +30 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.hooks.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.styles.d.ts +26 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.types.d.ts +11 -0
- package/dist/types/providers/TutorialProvider/TutorialProvider.utils.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialProviderInner.d.ts +3 -0
- package/dist/types/providers/TutorialProvider/TutorialStepIndicator.d.ts +8 -0
- package/dist/types/providers/TutorialStepsProvider.d.ts +13 -0
- package/dist/types/providers/index.d.ts +10 -0
- package/dist/types/storybook/InfoCard.d.ts +8 -0
- package/dist/types/storybook/Links.d.ts +9 -0
- package/dist/types/storybook/PropsTable.d.ts +10 -0
- package/dist/types/storybook/Stack.d.ts +9 -0
- package/dist/types/storybook/Story.d.ts +2 -0
- package/dist/types/storybook/index.d.ts +6 -0
- package/dist/types/storybook/useMockProgress.d.ts +1 -0
- package/dist/types/style/darkTokens.d.ts +1 -0
- package/dist/types/style/index.d.ts +2 -0
- package/dist/types/style/spacingTokens.d.ts +1 -0
- package/dist/types/style/spacings.d.ts +11 -0
- package/dist/types/tests/browserMocks.d.ts +24 -0
- package/dist/types/tests/setupTests.d.ts +2 -0
- package/dist/types/tests/test-utils.d.ts +6 -0
- package/dist/types/types/Environment.d.ts +6 -0
- package/dist/types/types/Errors.d.ts +19 -0
- package/dist/types/types/Field.d.ts +5 -0
- package/dist/types/types/Guidelines.d.ts +14 -0
- package/dist/types/types/Icon.d.ts +7 -0
- package/dist/types/types/index.d.ts +5 -0
- package/dist/types/utils/UtilStory.d.ts +7 -0
- package/dist/types/utils/auth_environment.d.ts +47 -0
- package/dist/types/utils/coordinate.d.ts +7 -0
- package/dist/types/utils/date.d.ts +15 -0
- package/dist/types/utils/errors.d.ts +8 -0
- package/dist/types/utils/export.d.ts +3 -0
- package/dist/types/utils/favicon.d.ts +4 -0
- package/dist/types/utils/index.d.ts +12 -0
- package/dist/types/utils/map.d.ts +14 -0
- package/dist/types/utils/releaseNotes.d.ts +18 -0
- package/dist/types/utils/size.d.ts +5 -0
- package/dist/types/utils/sort.d.ts +10 -0
- package/dist/types/utils/string.d.ts +5 -0
- package/dist/types/utils/url.d.ts +5 -0
- package/package.json +178 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
export interface MultiSelectDrawerProps<T extends {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
children?: T[];
|
|
6
|
+
}> {
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
id?: string;
|
|
9
|
+
items: T[];
|
|
10
|
+
selectedItems: T[];
|
|
11
|
+
label: string;
|
|
12
|
+
meta?: string;
|
|
13
|
+
onChange: (values: T[]) => void;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
readOnly?: boolean;
|
|
16
|
+
style?: CSSProperties;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Use ComboBox instead
|
|
20
|
+
*/
|
|
21
|
+
declare const MultiSelectDrawer: {
|
|
22
|
+
<T extends {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
children?: T[];
|
|
26
|
+
}>({ disabled, id, items, selectedItems, label, meta, onChange, placeholder, readOnly, style, }: MultiSelectDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
29
|
+
export default MultiSelectDrawer;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ChangeEvent, Dispatch, MouseEvent, SetStateAction } from 'react';
|
|
2
|
+
export interface ToggleEventProps<T> {
|
|
3
|
+
items: T[];
|
|
4
|
+
toggle: boolean;
|
|
5
|
+
event: MouseEvent | ChangeEvent;
|
|
6
|
+
}
|
|
7
|
+
export interface OptionDrawerProps<T extends {
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
parentId?: string;
|
|
11
|
+
children?: T[];
|
|
12
|
+
}> {
|
|
13
|
+
item: T;
|
|
14
|
+
onToggle: ({ items, toggle, event }: ToggleEventProps<T>) => void;
|
|
15
|
+
section?: number;
|
|
16
|
+
selectedItems?: T[];
|
|
17
|
+
singleSelect?: boolean;
|
|
18
|
+
siblings?: number;
|
|
19
|
+
animateCheck?: boolean;
|
|
20
|
+
animateUncheck?: boolean;
|
|
21
|
+
animateParent?: Dispatch<SetStateAction<boolean>>;
|
|
22
|
+
openAll?: boolean;
|
|
23
|
+
showIntermediateParent?: boolean;
|
|
24
|
+
parentHasNestedItems?: boolean;
|
|
25
|
+
}
|
|
26
|
+
declare const OptionDrawer: {
|
|
27
|
+
<T extends {
|
|
28
|
+
id: string;
|
|
29
|
+
label: string;
|
|
30
|
+
parentId?: string;
|
|
31
|
+
children?: T[];
|
|
32
|
+
}>({ item, onToggle, section, selectedItems, singleSelect, siblings, animateCheck, animateUncheck, animateParent, openAll, showIntermediateParent, parentHasNestedItems, }: OptionDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
displayName: string;
|
|
34
|
+
};
|
|
35
|
+
export default OptionDrawer;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface StyledOptionProps {
|
|
2
|
+
$section: number;
|
|
3
|
+
$animationActive?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare const StyledOptionWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionProps>> & string;
|
|
6
|
+
declare const StyledOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionProps>> & string;
|
|
7
|
+
declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("@equinor/eds-core-react").IconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, "ref"> & {
|
|
8
|
+
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;
|
|
9
|
+
}, never>> & string & Omit<import("@equinor/eds-core-react/dist/types/components/Icon/Icon.types").IconType, keyof import("react").Component<any, {}, any>>;
|
|
10
|
+
interface StyledOptionItemProps {
|
|
11
|
+
$paddedLeft?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const StyledOptionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledOptionItemProps>> & string;
|
|
14
|
+
export { StyledOptionWrapper, StyledOption, StyledIcon, StyledOptionItem };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
export interface SingleSelectDrawerProps<T extends {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}> {
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
id?: string;
|
|
8
|
+
items: T[];
|
|
9
|
+
initialItem: T | undefined;
|
|
10
|
+
label: string;
|
|
11
|
+
meta?: string;
|
|
12
|
+
onChange?: (value: T | undefined) => void;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
readOnly?: boolean;
|
|
15
|
+
style?: CSSProperties;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated Use ComboBox instead
|
|
19
|
+
*/
|
|
20
|
+
declare const SingleSelectDrawer: {
|
|
21
|
+
<T extends {
|
|
22
|
+
id: string;
|
|
23
|
+
label: string;
|
|
24
|
+
}>({ disabled, onChange, items, label, initialItem, meta, readOnly, placeholder, }: SingleSelectDrawerProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
27
|
+
export default SingleSelectDrawer;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import MultiSelectDrawer from './MultiSelectDrawer';
|
|
2
|
+
import OptionDrawer from './OptionDrawer';
|
|
3
|
+
import SingleSelectDrawer from './SingleSelectDrawer';
|
|
4
|
+
export { MultiSelectDrawer, OptionDrawer, SingleSelectDrawer };
|
|
5
|
+
interface SelectItem<T> {
|
|
6
|
+
object: T;
|
|
7
|
+
id: string;
|
|
8
|
+
label: string;
|
|
9
|
+
children: SelectItem<T>[];
|
|
10
|
+
}
|
|
11
|
+
export type { SelectItem };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { FilterValues, Option } from './Sieve.types';
|
|
3
|
+
export interface FilterOption {
|
|
4
|
+
label: string;
|
|
5
|
+
options: Option[];
|
|
6
|
+
}
|
|
7
|
+
interface FilterProps {
|
|
8
|
+
options: FilterOption[];
|
|
9
|
+
filterValues: FilterValues | undefined;
|
|
10
|
+
setFilterValues: (values: FilterValues | undefined) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const Filter: FC<FilterProps>;
|
|
13
|
+
export default Filter;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
declare const FilterChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
onDelete?: (Event: any) => void;
|
|
6
|
+
variant?: "active" | "error" | "default";
|
|
7
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8
|
+
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;
|
|
9
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
onDelete?: (Event: any) => void;
|
|
12
|
+
variant?: "active" | "error" | "default";
|
|
13
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
14
|
+
declare const Search: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("@equinor/eds-core-react").SearchProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLInputElement | 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<HTMLInputElement> | null | undefined;
|
|
16
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("@equinor/eds-core-react").SearchProps & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
|
|
17
|
+
declare const MenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
18
|
+
as?: import("react").ElementType | undefined;
|
|
19
|
+
} & {
|
|
20
|
+
index?: number;
|
|
21
|
+
active?: boolean;
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
24
|
+
closeMenuOnClick?: boolean;
|
|
25
|
+
as?: import("react").ElementType;
|
|
26
|
+
} & import("react").HTMLAttributes<HTMLButtonElement> & Omit<any, "disabled" | "active" | "as" | keyof import("react").HTMLAttributes<HTMLButtonElement> | "index" | "closeMenuOnClick">, never>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").MenuItemProps, HTMLButtonElement> & {
|
|
27
|
+
displayName?: string;
|
|
28
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
29
|
+
declare const Chip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
onDelete?: (Event: any) => void;
|
|
32
|
+
variant?: "active" | "error" | "default";
|
|
33
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
34
|
+
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;
|
|
35
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
36
|
+
disabled?: boolean;
|
|
37
|
+
onDelete?: (Event: any) => void;
|
|
38
|
+
variant?: "active" | "error" | "default";
|
|
39
|
+
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
40
|
+
export { Chip, Container, FilterChip, MenuItem, Search, Wrapper };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FilterOption } from './Filter';
|
|
2
|
+
interface Option {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
}
|
|
6
|
+
type FilterValues = Record<string, Option[]>;
|
|
7
|
+
interface SieveValue {
|
|
8
|
+
searchValue: string | undefined;
|
|
9
|
+
sortValue: Option | undefined;
|
|
10
|
+
filterValues: FilterValues | undefined;
|
|
11
|
+
}
|
|
12
|
+
interface SieveProps {
|
|
13
|
+
searchPlaceholder: string;
|
|
14
|
+
sortOptions?: Option[];
|
|
15
|
+
filterOptions?: FilterOption[];
|
|
16
|
+
sieveValue: SieveValue;
|
|
17
|
+
onUpdate: (value: SieveValue) => void;
|
|
18
|
+
showChips?: boolean;
|
|
19
|
+
minSearchWidth?: string;
|
|
20
|
+
syncWithSearchParams?: boolean;
|
|
21
|
+
isLoadingOptions?: boolean;
|
|
22
|
+
debounceSearchValue?: boolean;
|
|
23
|
+
onIsTyping?: (value: boolean) => void;
|
|
24
|
+
}
|
|
25
|
+
export type { FilterValues, Option, SieveProps, SieveValue };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconData } from '@equinor/eds-icons';
|
|
3
|
+
export interface SingleFilterMenuProps {
|
|
4
|
+
onChange: (selectedId: string | undefined | null) => void;
|
|
5
|
+
customIcon?: IconData;
|
|
6
|
+
menuTitle: string;
|
|
7
|
+
data: string[];
|
|
8
|
+
showChip?: boolean;
|
|
9
|
+
chipColor?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const SingleFilterMenu: FC<SingleFilterMenuProps>;
|
|
12
|
+
export default SingleFilterMenu;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
|
+
export declare const LinearProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
3
|
+
variant?: "indeterminate" | "determinate";
|
|
4
|
+
value?: number;
|
|
5
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
+
}, never>> & string & Omit<React.ForwardRefExoticComponent<{
|
|
8
|
+
variant?: "indeterminate" | "determinate";
|
|
9
|
+
value?: number;
|
|
10
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>, keyof React.Component<any, {}, any>>;
|
|
11
|
+
interface ChangingFieldProps {
|
|
12
|
+
fieldName: string;
|
|
13
|
+
onChangedField: () => void;
|
|
14
|
+
finishedText: string;
|
|
15
|
+
}
|
|
16
|
+
declare const ChangingField: FC<ChangingFieldProps>;
|
|
17
|
+
export default ChangingField;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { Field } from 'src/types/Field';
|
|
3
|
+
export interface SelectFieldProps {
|
|
4
|
+
setField: (value: Field) => void;
|
|
5
|
+
fields: Field[];
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
onChangedField: () => void;
|
|
8
|
+
showAccessITLink?: boolean;
|
|
9
|
+
finishedText: string;
|
|
10
|
+
}
|
|
11
|
+
declare const SelectField: FC<SelectFieldProps>;
|
|
12
|
+
export default SelectField;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { Field } from 'src/types/Field';
|
|
3
|
+
export interface FieldSelectorType {
|
|
4
|
+
availableFields: Field[];
|
|
5
|
+
onSelect: (selectedField: Field) => void;
|
|
6
|
+
showAccessITLink?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const SelectorCard: FC<FieldSelectorType>;
|
|
9
|
+
export default SelectorCard;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ButtonProps } from '@equinor/eds-core-react';
|
|
2
|
+
export declare const MenuItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
interface CreateButtonProps extends ButtonProps {
|
|
4
|
+
$open?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const CreateButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{
|
|
7
|
+
as?: import("react").ElementType | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
color?: "danger" | "primary" | "secondary";
|
|
10
|
+
variant?: "ghost" | "contained" | "contained_icon" | "outlined" | "ghost_icon";
|
|
11
|
+
href?: string;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
type?: string;
|
|
14
|
+
fullWidth?: boolean;
|
|
15
|
+
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "href" | "fullWidth">, CreateButtonProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<ButtonProps, HTMLButtonElement> & {
|
|
16
|
+
Group: typeof import("@equinor/eds-core-react/dist/types/components/Button/ButtonGroup").ButtonGroup;
|
|
17
|
+
Toggle: typeof import("@equinor/eds-core-react/dist/types/components/Button/ToggleButton/ToggleButton").ToggleButton;
|
|
18
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { IconData } from '@equinor/eds-icons';
|
|
3
|
+
export interface MenuItemType {
|
|
4
|
+
icon: IconData;
|
|
5
|
+
name: string;
|
|
6
|
+
link: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
replace?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export type MenuItemProps = {
|
|
11
|
+
currentUrl?: string;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
} & MenuItemType & HTMLAttributes<HTMLAnchorElement>;
|
|
14
|
+
declare const MenuItem: import("react").ForwardRefExoticComponent<{
|
|
15
|
+
currentUrl?: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
} & MenuItemType & HTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
18
|
+
export default MenuItem;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
interface LinkProps {
|
|
2
|
+
$active?: boolean;
|
|
3
|
+
$open?: boolean;
|
|
4
|
+
$disabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
7
|
+
ref?: ((instance: HTMLAnchorElement | 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<HTMLAnchorElement> | null | undefined;
|
|
8
|
+
}, LinkProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
9
|
+
export declare const IconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
interface ItemTextProps {
|
|
11
|
+
$active: boolean;
|
|
12
|
+
$disabled: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const ItemText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
15
|
+
as?: import("react").ElementType | undefined;
|
|
16
|
+
} & 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, ItemTextProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
interface SideBarProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
showCreate?: boolean;
|
|
5
|
+
bottomItem?: ReactNode;
|
|
6
|
+
}
|
|
7
|
+
interface BaseSideBar extends SideBarProps {
|
|
8
|
+
onCreate?: undefined;
|
|
9
|
+
}
|
|
10
|
+
interface SideBarWithCreate extends SideBarProps {
|
|
11
|
+
onCreate: () => void;
|
|
12
|
+
createLabel: string;
|
|
13
|
+
createDisabled?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const SideBar: import("react").ForwardRefExoticComponent<(BaseSideBar | SideBarWithCreate) & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface ContainerProps {
|
|
2
|
+
$width: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const NavigationContainer: 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 TopItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const BottomItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const EquinorIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
interface ContainerProps {
|
|
2
|
+
$open?: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ContainerProps>> & string;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import MenuItem, { MenuItemType as ItemType } from './MenuItem';
|
|
2
|
+
import { SideBar as BaseSideBar } from './SideBar';
|
|
3
|
+
type SidebarType = typeof BaseSideBar & {
|
|
4
|
+
Item: typeof MenuItem;
|
|
5
|
+
};
|
|
6
|
+
declare const SideBar: SidebarType;
|
|
7
|
+
export default SideBar;
|
|
8
|
+
export type { ItemType, SidebarType };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TableOfContentsVariants } from './TableOfContents.types';
|
|
3
|
+
export interface TableOfContentsProps {
|
|
4
|
+
variant?: TableOfContentsVariants;
|
|
5
|
+
onlyShowSelectedChildren?: boolean;
|
|
6
|
+
isLink?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const TableOfContents: FC<TableOfContentsProps>;
|