@equinor/amplify-component-lib 8.17.2 → 8.17.3
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/dist/atoms/style/colors.js +1 -1
- package/dist/atoms/style/darkTokens.js +1 -0
- package/dist/atoms/style/lightTokens.js +1 -0
- package/dist/deprecated/ErrorPage/Description.js +1 -1
- package/dist/deprecated/ErrorPage/Title.js +1 -1
- package/dist/deprecated/Workflow/WorkflowDescription.js +6 -6
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +6 -6
- package/dist/molecules/Badge/Badge.js +1 -1
- package/dist/molecules/ContentMenu/ContentMenu.js +1 -52
- package/dist/molecules/ContentMenu/ContentMenu.styles.js +52 -0
- package/dist/molecules/DatePicker/DatePicker.js +1 -1
- package/dist/molecules/DatePicker/DatePicker.styles.js +17 -0
- package/dist/molecules/Dialog/DialogAction.js +1 -1
- package/dist/molecules/FeedBackIcon/FeedBackIcon.js +1 -1
- package/dist/molecules/FeedBackIcon/NegativeFilled.js +1 -1
- package/dist/molecules/FeedBackIcon/NegativeOutlined.js +1 -1
- package/dist/molecules/FeedBackIcon/PositiveFilled.js +1 -1
- package/dist/molecules/FeedBackIcon/PositiveOutlined.js +1 -1
- package/dist/molecules/FileProgress/CompactFileProgress.js +1 -1
- package/dist/molecules/FileUploadArea/FileUploadArea.js +3 -3
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +6 -6
- package/dist/molecules/InfoElement/InfoElement.js +1 -1
- package/dist/molecules/ListItem/ListItem.js +3 -3
- package/dist/molecules/ListItem/ListItem.utils.js +1 -1
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +2 -2
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -1
- package/dist/molecules/Select/Select.styles.js +2 -1
- package/dist/molecules/Select/SelectMenuItem.js +1 -1
- package/dist/molecules/Select/SelectMenuItem.utils.js +1 -0
- package/dist/molecules/SelectionControls/Radio/Radio.js +1 -1
- package/dist/molecules/Skeleton/Skeleton.styles.js +1 -1
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.js +7 -5
- package/dist/molecules/Stepper/SubTitle/SubTitle.js +2 -2
- package/dist/molecules/TextField/TextField.js +6 -3
- package/dist/node_modules/@react-aria/i18n/dist/useDefaultLocale.js +1 -1
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +2 -2
- package/dist/organisms/SideBar/MenuItem.styles.js +1 -1
- package/dist/organisms/Status/Description.js +1 -1
- package/dist/organisms/Status/Title.js +1 -1
- package/dist/organisms/TableOfContents/TableOfContents.js +1 -1
- package/dist/organisms/TopBar/Account/Account.js +1 -1
- package/dist/organisms/TopBar/Account/AccountAvatar.js +1 -1
- package/dist/organisms/TopBar/Account/AccountButton.js +3 -3
- package/dist/organisms/TopBar/Account/ImpersonateAvatar.js +2 -2
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.js +1 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.js +1 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.js +1 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.js +1 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.js +2 -2
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.js +6 -6
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.js +1 -1
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +1 -1
- package/dist/organisms/TopBar/Guidelines/Item.js +3 -3
- package/dist/organisms/TopBar/Guidelines/Section.js +1 -1
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +2 -2
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +4 -4
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +3 -3
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/TextContent.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -1
- package/dist/organisms/TopBar/Resources/Tutorials/TutorialInfoDialog.js +4 -4
- package/dist/organisms/TopBar/Settings.js +2 -2
- package/dist/organisms/TopBar/TopBar.js +1 -1
- package/dist/providers/LoadingProvider.js +1 -1
- package/dist/providers/ReleaseNotesProvider.utils.js +1 -1
- package/dist/src/atoms/hooks/index.d.ts +18 -0
- package/dist/{atoms → src/atoms}/hooks/useAmplifyKit.d.ts +2 -2
- package/dist/{atoms → src/atoms}/hooks/useRichTextImage.d.ts +1 -1
- package/dist/{atoms → src/atoms}/hooks/useSelect.d.ts +3 -3
- package/dist/{atoms → src/atoms}/style/colors.d.ts +4 -1
- package/dist/{atoms → src/atoms}/style/index.d.ts +3 -3
- package/dist/{atoms → src/atoms}/types/Errors.d.ts +1 -1
- package/dist/{atoms → src/atoms}/types/Icon.d.ts +1 -1
- package/dist/src/atoms/types/index.d.ts +5 -0
- package/dist/{atoms → src/atoms}/utils/auth_environment.d.ts +1 -1
- package/dist/{atoms → src/atoms}/utils/errors.d.ts +2 -2
- package/dist/{atoms → src/atoms}/utils/richtext.d.ts +1 -1
- package/dist/src/deprecated/ErrorPage/collections/index.d.ts +2 -0
- package/dist/{deprecated → src/deprecated}/ErrorPage/index.d.ts +6 -6
- package/dist/{deprecated → src/deprecated}/Tutorial/TutorialSteps.d.ts +1 -1
- package/dist/{deprecated → src/deprecated}/Tutorial/stories/TutorialStoryComponent.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.utils.d.ts +1 -1
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.d.ts +3 -0
- package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.styles.d.ts +2 -2
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/AppIconSvg.d.ts +7 -0
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Acquire.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Bravos.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Dasha.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Fallback.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/FourDInsight.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/InPress.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/LoggingQualification.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Orca.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Portal.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Premo.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Pwex.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Recap.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Badge/Badge.styles.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Chip/Chip.styles.d.ts +3 -3
- package/dist/{molecules → src/molecules}/Chip/InteractiveChip.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Chip/ReadOnlyChip.d.ts +1 -1
- package/dist/src/molecules/ContentMenu/ContentMenu.styles.d.ts +10 -0
- package/dist/src/molecules/DatePicker/DatePicker.d.ts +5 -0
- package/dist/src/molecules/DatePicker/DatePicker.styles.d.ts +1 -0
- package/dist/{molecules → src/molecules}/EquinorLogo/EquinorLogo.d.ts +2 -2
- package/dist/{molecules → src/molecules}/FeedBackIcon/FeedBackIcon.d.ts +2 -2
- package/dist/{molecules → src/molecules}/FeedBackIcon/NegativeFilled.d.ts +1 -1
- package/dist/{molecules → src/molecules}/FeedBackIcon/NegativeOutlined.d.ts +1 -1
- package/dist/{molecules → src/molecules}/FeedBackIcon/PositiveFilled.d.ts +1 -1
- package/dist/{molecules → src/molecules}/FeedBackIcon/PositiveOutlined.d.ts +1 -1
- package/dist/{molecules → src/molecules}/FileProgress/RegularFileProgress.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextDisplay/RichTextDisplay.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/AddImageButton.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/ExtendedImage.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/mergeDefaults.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/index.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/AddTagItem.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/ComboBox/ComboBox.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/GroupedSelectMenu.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/ListSelectMenu.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/Select.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/Select.styles.d.ts +5 -5
- package/dist/{molecules → src/molecules}/Select/Select.types.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/Select.utils.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Select/SelectMenuItem.d.ts +1 -1
- package/dist/src/molecules/Select/SelectMenuItem.utils.d.ts +2 -0
- package/dist/{molecules → src/molecules}/Select/SingleSelect/SingleSelect.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Sieve/Filter.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Sieve/Sieve.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Sieve/Sort.d.ts +1 -1
- package/dist/src/molecules/Skeleton/Skeleton.styles.d.ts +4 -0
- package/dist/{molecules → src/molecules}/Skeleton/SkeletonBase/SkeletonBase.d.ts +0 -1
- package/dist/{molecules → src/molecules}/TextField/TextField.d.ts +1 -1
- package/dist/{organisms → src/organisms}/FieldSelector/FieldSelector.d.ts +1 -1
- package/dist/{organisms → src/organisms}/FieldSelector/SelectorCard/SelectorCard.d.ts +1 -1
- package/dist/{organisms → src/organisms}/Filter/Filter.d.ts +1 -1
- package/dist/src/organisms/Filter/Filter.styles.d.ts +32 -0
- package/dist/{organisms → src/organisms}/Filter/QuickFilter.d.ts +1 -1
- package/dist/{organisms → src/organisms}/Filter/Sorting.d.ts +1 -1
- package/dist/{organisms → src/organisms}/SideBar/MenuItem.d.ts +1 -1
- package/dist/{organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts → src/organisms/SideBar/MenuItem.styles.d.ts} +14 -11
- package/dist/src/organisms/SideBar/index.d.ts +8 -0
- package/dist/{organisms → src/organisms}/TableOfContents/TableOfContents.constants.d.ts +1 -1
- package/dist/src/organisms/TableOfContents/TableOfContents.styles.d.ts +39 -0
- package/dist/{organisms → src/organisms}/TableOfContents/TableOfContentsItem.d.ts +1 -1
- package/dist/{organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts → src/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.d.ts} +3 -3
- package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.d.ts +4 -4
- package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.d.ts +1 -1
- package/dist/{organisms → src/organisms}/TopBar/FieldMenu/FieldMenu.d.ts +1 -1
- package/dist/{organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts → src/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts} +12 -6
- package/dist/{organisms → src/organisms}/TopBar/Guidelines/Guidelines.d.ts +1 -1
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
- package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/Feedback.utils.d.ts +1 -0
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
- package/dist/{organisms → src/organisms}/TopBar/Settings.d.ts +1 -1
- package/dist/{organisms → src/organisms}/TopBar/TopBar.d.ts +2 -2
- package/dist/{organisms → src/organisms}/TopBar/TopBar.styles.d.ts +1 -1
- package/dist/{providers → src/providers}/ReleaseNotesProvider.d.ts +2 -2
- package/dist/{providers → src/providers}/ReleaseNotesProvider.utils.d.ts +1 -1
- package/dist/{providers → src/providers}/SnackbarProvider/SnackbarProvider.d.ts +1 -2
- package/dist/{providers → src/providers}/TableOfContentsProvider.utils.d.ts +1 -1
- package/dist/{providers → src/providers}/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/{providers → src/providers}/index.d.ts +1 -1
- package/dist/src/tests/browsertest-utils.d.ts +15 -0
- package/dist/{tests/test-utils.d.ts → src/tests/jsdomtest-utils.d.ts} +6 -4
- package/dist/{tests → src/tests}/mockHandlers.d.ts +2 -1
- package/dist/src/tests/setupBrowserTests.d.ts +2 -0
- package/dist/vitest.workspace.d.ts +2 -0
- package/package.json +80 -80
- package/dist/atoms/hooks/index.d.ts +0 -18
- package/dist/atoms/types/index.d.ts +0 -5
- package/dist/deprecated/ErrorPage/collections/index.d.ts +0 -2
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.d.ts +0 -3
- package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/AppIconSvg.d.ts +0 -11
- package/dist/molecules/DatePicker/DatePicker.d.ts +0 -21
- package/dist/molecules/Skeleton/Skeleton.styles.d.ts +0 -4
- package/dist/organisms/Filter/Filter.styles.d.ts +0 -293
- package/dist/organisms/SideBar/MenuItem.styles.d.ts +0 -17
- package/dist/organisms/SideBar/index.d.ts +0 -8
- package/dist/organisms/TableOfContents/TableOfContents.styles.d.ts +0 -822
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.d.ts +0 -5
- /package/dist/{atoms → src/atoms}/enums/Environment.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/enums/Errors.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/enums/SpacingsMode.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/enums/Theme.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/enums/index.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/useDebounce.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/useFakeProgress.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/useLocalStorage.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/useOnScreenMultiple.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/usePrevious.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/hooks/useSignalRMessages.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/icons/drilling.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/icons/index.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/icons/map.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/icons/other.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/icons/wysiwyg.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/index.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/style/animation.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/style/darkTokens.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/style/lightTokens.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/style/spacingTokens.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/style/spacings.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/types/Field.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/types/Guidelines.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/types/SideBar.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/types/variants.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/coordinate.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/date.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/export.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/favicon.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/index.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/map.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/reactquery.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/size.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/sort.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/string.d.ts +0 -0
- /package/dist/{atoms → src/atoms}/utils/url.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/CommentField/CommentField.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/CommentField/NewCommentField.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ConfirmationPopup.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/DataCard.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/EditableField.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/Action.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/Description.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/Details.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/ErrorPage.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/MissingAccesses.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/Title.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/collections/OldPageNotFound.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/collections/OldUnauthorized.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/illustrations/GlitchAnimation.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ErrorPage/illustrations/QuestioningAnimation.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/ExpandingIconButton/ExpandingIconButton.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/FullPageStatus/FullPageStatus.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/HeaderDrawer.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/IconToggleButton.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/MultiSelectDrawer.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/OldStepper/OldStep.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/OldStepper/OldStepLine.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/OldStepper/OldStepper.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/SingleSelectDrawer.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Tutorial/HighlightBlocks/HighlightBlocks.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Tutorial/Tutorial.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Tutorial/TutorialStart.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Workflow/StatusChip.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Workflow/WorkflowDescription.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/Workflow/WorkflowStatusBar.d.ts +0 -0
- /package/dist/{deprecated → src/deprecated}/index.d.ts +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{molecules → src/molecules}/AnimatedCheckmark/AnimatedCheckmark.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/AnimatedCheckmark/AnimatedCheckmark.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/AnimatedCheckmark/AnimatedCheckmark.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIcon.constants.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIcon.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIcon.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconBase.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconCollection.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.constants.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/ApplicationIconNewCollection.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/NoiseShape.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/WaveShape.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Sam.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Badge/Badge.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Banner/Banner.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Banner/Banner.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Banner/Banner.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Chip/Chip.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ContentMenu/ContentMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Dialog/Dialog.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Dialog/Dialog.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Dialog/DialogAction.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/CompactFileProgress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/CompactFileProgress.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/FileProgress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/FileProgress.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/RegularFileProgress.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileUploadArea/FileUploadArea.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileUploadArea/UploadIllustration.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FullPageSpinner/FullPageSpinner.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/InfoElement/CopyText.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/InfoElement/InfoElement.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ListItem/ListItem.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ListItem/ListItem.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/OptionDrawer/OptionDrawer.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/OptionDrawer/OptionDrawer.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/OptionDrawer/OptionDrawer.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/OptionDrawer/stories/data.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/OptionalTooltip/OptionalTooltip.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/PageWithTitle/PageWithTitle.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ProfileAvatar/ProfileAvatar.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/EditorProvider.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/MenuBar.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/MenuBar.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/MenuButton.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/Table.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/TableBar.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/TableColumn.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/TableDelete.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/TableMerge.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/TableRow.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/Table/ToggleTable.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextAlignment.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextClearFormating.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextCode.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextColor.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextFormating.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextHeaders.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextHistory.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextLinks.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextLists.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/RichTextEditor.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/RichTextEditor.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/RichTextEditor.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/AmplifyKit.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/Counter.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/ExtendedHeaders.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Search/Search.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SelectionControls/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SelectionControls/Radio/Radio.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SelectionControls/SelectionControls.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SelectionControls/Switch/Switch.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Sieve/Sieve.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Sieve/Sieve.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SingleFilterMenu/SingleFilterMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/Step/Step.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/Step/StepIcon.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/StepLine.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/Stepper.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/SubTitle/SubStepIndicator.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Stepper/SubTitle/SubTitle.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/NoiseSvg.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/WaveShapeWithNoise.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/Waves.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/Waves.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/DataGrid/DataGrid.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/DataGrid/stories/data.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/ChangingField.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/SelectorCard/Skeleton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/ButtonWithMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/Filter.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/CreateItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/CreateItem.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/MenuItem.utils.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/SideBar.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/SideBar.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/ToggleOpen.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/ToggleOpen.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Action.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Description.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Illustration.constants.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Illustration.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/MissingAccesses.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Status.constants.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Status.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/Title.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/BadRequest.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/GenericError.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/MissingAccessToApp.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/MissingPermissions.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/PageNotFound.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/ServerError.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/collections/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Status/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TableOfContents/TableOfContents.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TableOfContents/TableOfContents.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Template/Template.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/Account.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/Account.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/AccountAvatar.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/AccountButton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ActiveUserImpersonationButton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateAvatar.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateButton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/Actions.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/CreateNewUserButton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/Impersonate.constants.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/Impersonate.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/ImpersonateMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/UserImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useCanImpersonate.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useCreateImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useEditImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useGetAllImpersonationUsersForApp.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useStartImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/hooks/useStopImpersonation.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Actions.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/Colorbox.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/Item.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/Section.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/FilterOptions.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationProvider.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/Notifications.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsInner.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/Feedback.const.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/Feedback.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/Feedback.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/Description.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/LockedInputTooltip.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/Severity.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/Title.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/UploadFile/ImageFile.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackForm/Url.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/FeedbackInner.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/TextContent.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/hooks/useTokenReleaseNote.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ResourceMenuItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Resources.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Tutorials/TutorialInfoDialog.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/Tutorials/TutorialItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Settings.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/TopBarMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/TransferToAppDialog.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/index.d.ts +0 -0
- /package/dist/{providers → src/providers}/AuthProvider/AuthProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/AuthProvider/AuthProviderInner.d.ts +0 -0
- /package/dist/{providers → src/providers}/LoadingProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/SideBarProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/SnackbarProvider/SnackbarProvider.styles.d.ts +0 -0
- /package/dist/{providers → src/providers}/SnackbarProvider/SnackbarProvider.utils.d.ts +0 -0
- /package/dist/{providers → src/providers}/StepperProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/TableOfContentsProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/ThemeProvider/ThemeProvider.constants.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialStepsProvider.d.ts +0 -0
- /package/dist/{tests → src/tests}/browserMocks.d.ts +0 -0
- /package/dist/{tests → src/tests}/msalMock.d.ts +0 -0
- /package/dist/{tests/setupTests.d.ts → src/tests/setupNodeTests.d.ts} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const ContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const UploadInfo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const LockedFormWarning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const ReportLocationText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
6
|
+
as?: import("react").ElementType | undefined;
|
|
7
|
+
} & (import("../../../../../molecules").TypographyProps & Omit<any, "nonce" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "variant" | "token" | "lines">)) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("../../../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FileWithPath } from 'react-dropzone';
|
|
2
2
|
import { ServiceNowUrgency } from '@equinor/subsurface-app-management';
|
|
3
3
|
import { FeedbackContentType, FeedbackType, UrgencyOption } from './Feedback.types';
|
|
4
|
+
export declare const getSeverityEmoji: (feedbackContent: FeedbackContentType) => ":large_yellow_circle:" | ":large_orange_circle:" | ":red_circle:";
|
|
4
5
|
export declare const readUploadedFileAsText: (inputFile: FileWithPath) => Promise<string>;
|
|
5
6
|
export declare const getUrgencyNumber: (urgency: UrgencyOption) => ServiceNowUrgency;
|
|
6
7
|
export declare const createServiceNowDescription: (feedbackContent: FeedbackContentType, field: string | undefined) => string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Status: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const SlackRequestsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const ErrorText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
4
|
+
as?: import("react").ElementType | undefined;
|
|
5
|
+
} & (import("../../../../../../molecules").TypographyProps & Omit<any, "nonce" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "link" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "bold" | "group" | "italic" | "variant" | "token" | "lines">)) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("../../../../../../molecules").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import { EnvironmentType } from '
|
|
3
|
-
import { Field } from '
|
|
2
|
+
import { EnvironmentType } from '../../../atoms/enums/Environment';
|
|
3
|
+
import { Field } from '../../../atoms/types/Field';
|
|
4
4
|
export declare const TopBar: React.ForwardRefExoticComponent<{
|
|
5
5
|
applicationIcon: string;
|
|
6
6
|
applicationName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnvironmentType } from '
|
|
1
|
+
import { EnvironmentType } from '../../../atoms/enums/Environment';
|
|
2
2
|
export declare const Bar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
3
3
|
elevation?: "none" | "raised";
|
|
4
4
|
sticky?: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Dispatch, FC, ReactNode, SetStateAction } from 'react';
|
|
2
2
|
import { ReleaseNote } from '@equinor/subsurface-app-management';
|
|
3
|
-
import { SieveOption, SieveValue } from '
|
|
4
|
-
import { TableOfContentsItemType } from '
|
|
3
|
+
import { SieveOption, SieveValue } from '../../molecules/Sieve/Sieve.types';
|
|
4
|
+
import { TableOfContentsItemType } from '../../providers/TableOfContentsProvider';
|
|
5
5
|
interface ReleaseNotesContextState {
|
|
6
6
|
search: SieveValue;
|
|
7
7
|
setSearch: Dispatch<SetStateAction<SieveValue>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReleaseNote } from '@equinor/subsurface-app-management';
|
|
2
|
-
import { TableOfContentsItemType } from '
|
|
2
|
+
import { TableOfContentsItemType } from '../../providers/TableOfContentsProvider';
|
|
3
3
|
declare const extractDatesFromReleaseNotes: (releaseNotes: ReleaseNote[]) => TableOfContentsItemType[];
|
|
4
4
|
declare const monthValueToString: (monthValue: Date) => string;
|
|
5
5
|
declare const monthToString: (monthValue: Date) => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC, MouseEvent, ReactNode } from 'react';
|
|
2
2
|
import { SnackbarProps } from '@equinor/eds-core-react';
|
|
3
|
-
interface ShowSnackbarSettings {
|
|
3
|
+
export interface ShowSnackbarSettings {
|
|
4
4
|
customProps?: SnackbarProps;
|
|
5
5
|
action?: {
|
|
6
6
|
text: string;
|
|
@@ -22,4 +22,3 @@ export type SnackbarProviderProps = {
|
|
|
22
22
|
children: ReactNode;
|
|
23
23
|
} & SnackbarProps;
|
|
24
24
|
export declare const SnackbarProvider: FC<SnackbarProviderProps>;
|
|
25
|
-
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TableOfContentsItemType } from '
|
|
1
|
+
import { TableOfContentsItemType } from '../../providers/TableOfContentsProvider';
|
|
2
2
|
export declare function getValues(previousValues: string[], item: TableOfContentsItemType): string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { AuthProvider } from './AuthProvider/AuthProvider';
|
|
2
2
|
export { SideBarProvider } from './SideBarProvider';
|
|
3
|
-
export { SnackbarProvider } from '
|
|
3
|
+
export { SnackbarProvider } from '../../providers/SnackbarProvider/SnackbarProvider';
|
|
4
4
|
export { TableOfContentsProvider } from './TableOfContentsProvider';
|
|
5
5
|
export { ReleaseNotesProvider } from './ReleaseNotesProvider';
|
|
6
6
|
export { TutorialStepsProvider } from './TutorialStepsProvider';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { RenderOptions } from '@testing-library/react';
|
|
3
|
+
import { userEvent } from '@testing-library/user-event';
|
|
4
|
+
import { page, userEvent as vitestBrowserUserEvent } from '@vitest/browser/context';
|
|
5
|
+
declare const renderWithProviders: (ui: ReactElement, options?: Omit<RenderOptions, "wrapper">) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
6
|
+
export declare function fakeSelectItem(): {
|
|
7
|
+
label: string;
|
|
8
|
+
value: string;
|
|
9
|
+
};
|
|
10
|
+
export declare function fakeSelectItems(count?: number): {
|
|
11
|
+
label: string;
|
|
12
|
+
value: string;
|
|
13
|
+
}[];
|
|
14
|
+
export * from '@testing-library/react';
|
|
15
|
+
export { renderWithProviders, userEvent, vitestBrowserUserEvent, page };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import { FC, ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { RenderOptions } from '@testing-library/react';
|
|
3
3
|
import userEvent from '@testing-library/user-event';
|
|
4
|
-
declare const
|
|
4
|
+
export declare const Providers: FC<{
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
}>;
|
|
5
7
|
declare const renderWithProviders: (ui: ReactElement, options?: Omit<RenderOptions, "wrapper">) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
6
8
|
export declare function fakeSelectItem(): {
|
|
7
9
|
label: string;
|
|
@@ -12,4 +14,4 @@ export declare function fakeSelectItems(count?: number): {
|
|
|
12
14
|
value: string;
|
|
13
15
|
}[];
|
|
14
16
|
export * from '@testing-library/react';
|
|
15
|
-
export {
|
|
17
|
+
export { renderWithProviders, userEvent };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ImpersonateUserDto, ReleaseNote } from '@equinor/subsurface-app-management';
|
|
1
|
+
import { AmplifyApplication, ImpersonateUserDto, ReleaseNote } from '@equinor/subsurface-app-management';
|
|
2
2
|
import { GraphAppRole } from '@equinor/subsurface-app-management/dist/api/models/GraphAppRole';
|
|
3
3
|
export declare const fakeReleaseNotes: ReleaseNote[];
|
|
4
4
|
export declare const FAKE_ROLES: GraphAppRole[];
|
|
5
5
|
export declare const fakeImpersonateUsers: ImpersonateUserDto[];
|
|
6
|
+
export declare const FAKE_APPS: AmplifyApplication[];
|
|
6
7
|
export declare const handlers: import("msw").HttpHandler[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/amplify-component-lib",
|
|
3
|
-
"version": "8.17.
|
|
3
|
+
"version": "8.17.3",
|
|
4
4
|
"description": "Frontend Typescript components for the Amplify team",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,20 +20,18 @@
|
|
|
20
20
|
],
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"scripts": {
|
|
23
|
-
"start": "
|
|
24
|
-
"build-storybook": "
|
|
25
|
-
"setup": "npm install",
|
|
23
|
+
"start": "storybook dev -p 6006",
|
|
24
|
+
"build-storybook": "storybook build",
|
|
26
25
|
"pretty": "prettier --check ./config ./src ./.storybook",
|
|
27
26
|
"pretty:fix": "prettier --write ./config ./src ./.storybook",
|
|
28
27
|
"lint": "eslint ./src ./.storybook",
|
|
29
28
|
"lint:fix": "eslint ./src ./.storybook --fix",
|
|
30
29
|
"test": "vitest watch",
|
|
31
|
-
"test:ci": "vitest run",
|
|
30
|
+
"test:ci": "CI=true vitest run",
|
|
32
31
|
"test:coverage": "vitest run --coverage",
|
|
33
|
-
"test:coverage-ci": "vitest run --coverage --coverage.reporter=json --coverage.reporter=json-summary --silent",
|
|
32
|
+
"test:coverage-ci": "CI=true vitest run --coverage --coverage.reporter=json --coverage.reporter=json-summary --silent",
|
|
34
33
|
"build": "npm run build-components",
|
|
35
34
|
"build-components": "rollup -c && tsc --project tsconfig.build.json && resolve-tspaths --project tsconfig.build.json",
|
|
36
|
-
"build-components:ci": "rm -rf lib dist && npm run build-components",
|
|
37
35
|
"build-and-use": "node tooling/build-and-use.mjs",
|
|
38
36
|
"brute-coverage": "node tooling/brute-coverage.mjs"
|
|
39
37
|
},
|
|
@@ -50,120 +48,122 @@
|
|
|
50
48
|
]
|
|
51
49
|
},
|
|
52
50
|
"dependencies": {
|
|
53
|
-
"@azure/msal-browser": "3.
|
|
54
|
-
"@azure/msal-react": "2.
|
|
55
|
-
"@equinor/eds-core-react": "0.42.
|
|
56
|
-
"@equinor/eds-data-grid-react": "^0.7.
|
|
51
|
+
"@azure/msal-browser": "3.27.0",
|
|
52
|
+
"@azure/msal-react": "2.2.0",
|
|
53
|
+
"@equinor/eds-core-react": "0.42.3",
|
|
54
|
+
"@equinor/eds-data-grid-react": "^0.7.3",
|
|
57
55
|
"@microsoft/signalr": "^8.0.7",
|
|
58
|
-
"@tiptap/core": "^2.
|
|
59
|
-
"@tiptap/extension-bold": "^2.
|
|
60
|
-
"@tiptap/extension-bullet-list": "^2.
|
|
61
|
-
"@tiptap/extension-code-block": "^2.
|
|
62
|
-
"@tiptap/extension-code-block-lowlight": "^2.
|
|
63
|
-
"@tiptap/extension-color": "^2.
|
|
64
|
-
"@tiptap/extension-document": "^2.
|
|
65
|
-
"@tiptap/extension-dropcursor": "^2.
|
|
66
|
-
"@tiptap/extension-gapcursor": "^2.
|
|
67
|
-
"@tiptap/extension-hard-break": "^2.
|
|
68
|
-
"@tiptap/extension-heading": "^2.
|
|
69
|
-
"@tiptap/extension-highlight": "^2.
|
|
70
|
-
"@tiptap/extension-history": "^2.
|
|
71
|
-
"@tiptap/extension-image": "^2.
|
|
72
|
-
"@tiptap/extension-italic": "^2.
|
|
73
|
-
"@tiptap/extension-link": "^2.
|
|
74
|
-
"@tiptap/extension-list-item": "^2.
|
|
75
|
-
"@tiptap/extension-ordered-list": "^2.
|
|
76
|
-
"@tiptap/extension-paragraph": "^2.
|
|
77
|
-
"@tiptap/extension-placeholder": "^2.
|
|
78
|
-
"@tiptap/extension-table": "^2.
|
|
79
|
-
"@tiptap/extension-table-cell": "^2.
|
|
80
|
-
"@tiptap/extension-table-header": "^2.
|
|
81
|
-
"@tiptap/extension-table-row": "^2.
|
|
82
|
-
"@tiptap/extension-text": "^2.
|
|
83
|
-
"@tiptap/extension-text-align": "^2.
|
|
84
|
-
"@tiptap/extension-text-style": "^2.
|
|
85
|
-
"@tiptap/extension-typography": "^2.
|
|
86
|
-
"@tiptap/pm": "^2.
|
|
87
|
-
"@tiptap/react": "^2.
|
|
88
|
-
"framer-motion": "^11.11.
|
|
56
|
+
"@tiptap/core": "^2.9.1",
|
|
57
|
+
"@tiptap/extension-bold": "^2.9.1",
|
|
58
|
+
"@tiptap/extension-bullet-list": "^2.9.1",
|
|
59
|
+
"@tiptap/extension-code-block": "^2.9.1",
|
|
60
|
+
"@tiptap/extension-code-block-lowlight": "^2.9.1",
|
|
61
|
+
"@tiptap/extension-color": "^2.9.1",
|
|
62
|
+
"@tiptap/extension-document": "^2.9.1",
|
|
63
|
+
"@tiptap/extension-dropcursor": "^2.9.1",
|
|
64
|
+
"@tiptap/extension-gapcursor": "^2.9.1",
|
|
65
|
+
"@tiptap/extension-hard-break": "^2.9.1",
|
|
66
|
+
"@tiptap/extension-heading": "^2.9.1",
|
|
67
|
+
"@tiptap/extension-highlight": "^2.9.1",
|
|
68
|
+
"@tiptap/extension-history": "^2.9.1",
|
|
69
|
+
"@tiptap/extension-image": "^2.9.1",
|
|
70
|
+
"@tiptap/extension-italic": "^2.9.1",
|
|
71
|
+
"@tiptap/extension-link": "^2.9.1",
|
|
72
|
+
"@tiptap/extension-list-item": "^2.9.1",
|
|
73
|
+
"@tiptap/extension-ordered-list": "^2.9.1",
|
|
74
|
+
"@tiptap/extension-paragraph": "^2.9.1",
|
|
75
|
+
"@tiptap/extension-placeholder": "^2.9.1",
|
|
76
|
+
"@tiptap/extension-table": "^2.9.1",
|
|
77
|
+
"@tiptap/extension-table-cell": "^2.9.1",
|
|
78
|
+
"@tiptap/extension-table-header": "^2.9.1",
|
|
79
|
+
"@tiptap/extension-table-row": "^2.9.1",
|
|
80
|
+
"@tiptap/extension-text": "^2.9.1",
|
|
81
|
+
"@tiptap/extension-text-align": "^2.9.1",
|
|
82
|
+
"@tiptap/extension-text-style": "^2.9.1",
|
|
83
|
+
"@tiptap/extension-typography": "^2.9.1",
|
|
84
|
+
"@tiptap/pm": "^2.9.1",
|
|
85
|
+
"@tiptap/react": "^2.9.1",
|
|
86
|
+
"framer-motion": "^11.11.15",
|
|
89
87
|
"html2canvas": "^1.4.1",
|
|
90
88
|
"jwt-decode": "^4.0.0",
|
|
91
89
|
"lowlight": "^3.1.0",
|
|
92
|
-
"proj4": "^2.
|
|
93
|
-
"react-dropzone": "^14.
|
|
90
|
+
"proj4": "^2.14.0",
|
|
91
|
+
"react-dropzone": "^14.3.5",
|
|
94
92
|
"react-markdown": "^9.0.1",
|
|
95
93
|
"rehype-raw": "^7.0.0",
|
|
96
94
|
"styled-components": "^6.1.13"
|
|
97
95
|
},
|
|
98
96
|
"devDependencies": {
|
|
99
97
|
"@equinor/eds-icons": "^0.21.0",
|
|
100
|
-
"@equinor/subsurface-app-management": "^1.1.
|
|
101
|
-
"@eslint/js": "^9.
|
|
102
|
-
"@faker-js/faker": "^9.0
|
|
98
|
+
"@equinor/subsurface-app-management": "^1.1.20",
|
|
99
|
+
"@eslint/js": "^9.14.0",
|
|
100
|
+
"@faker-js/faker": "^9.2.0",
|
|
103
101
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
104
102
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
105
103
|
"@rollup/plugin-terser": "^0.4.4",
|
|
106
104
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
107
|
-
"@storybook/addon-actions": "^8.
|
|
108
|
-
"@storybook/addon-designs": "^8.0.
|
|
109
|
-
"@storybook/addon-docs": "^8.
|
|
110
|
-
"@storybook/addon-essentials": "^8.
|
|
111
|
-
"@storybook/addon-links": "^8.
|
|
112
|
-
"@storybook/addon-mdx-gfm": "^8.
|
|
113
|
-
"@storybook/blocks": "^8.
|
|
114
|
-
"@storybook/components": "^8.
|
|
115
|
-
"@storybook/manager-api": "^8.
|
|
116
|
-
"@storybook/preview-api": "^8.
|
|
117
|
-
"@storybook/react": "^8.
|
|
118
|
-
"@storybook/react-vite": "^8.
|
|
105
|
+
"@storybook/addon-actions": "^8.4.7",
|
|
106
|
+
"@storybook/addon-designs": "^8.0.4",
|
|
107
|
+
"@storybook/addon-docs": "^8.4.7",
|
|
108
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
109
|
+
"@storybook/addon-links": "^8.4.7",
|
|
110
|
+
"@storybook/addon-mdx-gfm": "^8.4.7",
|
|
111
|
+
"@storybook/blocks": "^8.4.7",
|
|
112
|
+
"@storybook/components": "^8.4.7",
|
|
113
|
+
"@storybook/manager-api": "^8.4.7",
|
|
114
|
+
"@storybook/preview-api": "^8.4.7",
|
|
115
|
+
"@storybook/react": "^8.4.7",
|
|
116
|
+
"@storybook/react-vite": "^8.4.7",
|
|
119
117
|
"@tanstack/react-query": "^5.59.15",
|
|
120
118
|
"@testing-library/dom": "^10.4.0",
|
|
121
|
-
"@testing-library/jest-dom": "^6.
|
|
119
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
122
120
|
"@testing-library/react": "^16.0.1",
|
|
123
121
|
"@testing-library/user-event": "^14.5.2",
|
|
124
122
|
"@types/lodash-es": "^4.17.12",
|
|
125
123
|
"@types/mocha": "^10.0.9",
|
|
126
|
-
"@types/node": "^22.
|
|
124
|
+
"@types/node": "^22.9.0",
|
|
127
125
|
"@types/proj4": "^2.5.5",
|
|
128
126
|
"@types/random-seed": "^0.3.5",
|
|
129
|
-
"@types/react": "^18.3.
|
|
127
|
+
"@types/react": "^18.3.12",
|
|
130
128
|
"@types/react-dom": "^18.3.1",
|
|
131
129
|
"@types/react-router-dom": "^5.3.3",
|
|
132
130
|
"@types/styled-components": "^5.1.34",
|
|
133
131
|
"@types/uuid": "^10.0.0",
|
|
134
132
|
"@types/wicg-file-system-access": "^2023.10.5",
|
|
135
|
-
"@vitejs/plugin-react": "^4.3.
|
|
136
|
-
"@vitest/
|
|
137
|
-
"
|
|
133
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
134
|
+
"@vitest/browser": "^2.1.8",
|
|
135
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
136
|
+
"eslint": "^9.14.0",
|
|
138
137
|
"eslint-plugin-react": "^7.37.2",
|
|
139
138
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
140
139
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
141
|
-
"eslint-plugin-storybook": "^0.
|
|
140
|
+
"eslint-plugin-storybook": "^0.11.0",
|
|
142
141
|
"jest-environment-jsdom": "^29.7.0",
|
|
143
142
|
"jest-styled-components": "^7.2.0",
|
|
144
|
-
"msw": "^2.
|
|
145
|
-
"msw-storybook-addon": "^2.0.
|
|
143
|
+
"msw": "^2.6.8",
|
|
144
|
+
"msw-storybook-addon": "^2.0.4",
|
|
146
145
|
"ora": "^8.1.0",
|
|
146
|
+
"playwright": "^1.49.1",
|
|
147
147
|
"prettier": "^3.3.3",
|
|
148
148
|
"react": "^18.3.1",
|
|
149
149
|
"react-dom": "^18.3.1",
|
|
150
|
-
"react-router": "^6.
|
|
151
|
-
"react-router-dom": "^6.
|
|
150
|
+
"react-router": "^6.28.0",
|
|
151
|
+
"react-router-dom": "^6.28.0",
|
|
152
152
|
"resize-observer-polyfill": "^1.5.1",
|
|
153
153
|
"resolve-tspaths": "^0.8.22",
|
|
154
|
-
"rollup": "^4.
|
|
154
|
+
"rollup": "^4.26.0",
|
|
155
155
|
"rollup-plugin-delete": "^2.1.0",
|
|
156
|
-
"rollup-plugin-import-css": "^3.5.
|
|
157
|
-
"storybook": "^8.
|
|
156
|
+
"rollup-plugin-import-css": "^3.5.6",
|
|
157
|
+
"storybook": "^8.4.7",
|
|
158
158
|
"storybook-addon-data-theme-switcher": "^0.4.2",
|
|
159
|
-
"storybook-addon-remix-react-router": "^3.0.
|
|
159
|
+
"storybook-addon-remix-react-router": "^3.0.2",
|
|
160
160
|
"typescript": "^5.6.3",
|
|
161
|
-
"typescript-eslint": "^8.
|
|
162
|
-
"uuid": "^
|
|
163
|
-
"vite": "^5.4.
|
|
164
|
-
"vite-plugin-svgr": "^4.
|
|
165
|
-
"vite-tsconfig-paths": "^5.
|
|
166
|
-
"vitest": "^2.1.
|
|
161
|
+
"typescript-eslint": "^8.14.0",
|
|
162
|
+
"uuid": "^11.0.3",
|
|
163
|
+
"vite": "^5.4.11",
|
|
164
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
165
|
+
"vite-tsconfig-paths": "^5.1.2",
|
|
166
|
+
"vitest": "^2.1.8"
|
|
167
167
|
},
|
|
168
168
|
"resolutions": {
|
|
169
169
|
"prosemirror-state": "1.4.3",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { useAmplifyKit } from './useAmplifyKit';
|
|
2
|
-
import { useDebounce } from './useDebounce';
|
|
3
|
-
import { useFakeProgress } from './useFakeProgress';
|
|
4
|
-
import { useLocalStorage } from './useLocalStorage';
|
|
5
|
-
import { usePrevious } from './usePrevious';
|
|
6
|
-
import { useSelect } from './useSelect';
|
|
7
|
-
import { useSignalRMessages } from './useSignalRMessages';
|
|
8
|
-
import { useOnScreenMultiple } from './useOnScreenMultiple';
|
|
9
|
-
import { useNotification } from '../../organisms/TopBar/Notifications/NotificationProvider';
|
|
10
|
-
import { useAuth } from '../../providers/AuthProvider/AuthProvider';
|
|
11
|
-
import { useReleaseNotes } from '../../providers/ReleaseNotesProvider';
|
|
12
|
-
import { useSideBar } from '../../providers/SideBarProvider';
|
|
13
|
-
import { useSnackbar } from '../../providers/SnackbarProvider/SnackbarProvider';
|
|
14
|
-
import { useStepper } from '../../providers/StepperProvider';
|
|
15
|
-
import { useTableOfContents } from '../../providers/TableOfContentsProvider';
|
|
16
|
-
import { useThemeProvider } from '../../providers/ThemeProvider/ThemeProvider';
|
|
17
|
-
import { useTutorialSteps } from '../../providers/TutorialStepsProvider';
|
|
18
|
-
export { useAuth, useStepper, useSelect, useDebounce, useFakeProgress, useLocalStorage, useNotification, useOnScreenMultiple, useTableOfContents, usePrevious, useReleaseNotes, useSideBar, useSignalRMessages, useSnackbar, useTutorialSteps, useThemeProvider, useAmplifyKit, };
|
package/dist/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/AppIconSvg.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { AppIconData } from './ApplicationIconNewCollection';
|
|
3
|
-
interface IconSvgProps {
|
|
4
|
-
width?: number;
|
|
5
|
-
height?: number;
|
|
6
|
-
viewBox?: string;
|
|
7
|
-
fill?: string;
|
|
8
|
-
paths: AppIconData['svgPathData'];
|
|
9
|
-
}
|
|
10
|
-
declare const AppIconSvg: FC<IconSvgProps>;
|
|
11
|
-
export default AppIconSvg;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const DatePicker: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & Partial<{
|
|
2
|
-
variant: import("@equinor/eds-core-react/dist/types/components/types").Variants;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
readOnly?: boolean;
|
|
5
|
-
helperProps?: import("@equinor/eds-core-react/dist/types/components/InputWrapper/HelperText").HelperTextProps;
|
|
6
|
-
value: Date | null;
|
|
7
|
-
onChange: (date: Date | null) => void;
|
|
8
|
-
label: string;
|
|
9
|
-
minValue: Date;
|
|
10
|
-
maxValue: Date;
|
|
11
|
-
isDateUnavailable?: (v: Date) => boolean;
|
|
12
|
-
Footer: (props: import("@equinor/eds-core-react").HeaderFooterProps<import("@react-stately/calendar").CalendarState>) => import("react").ReactNode;
|
|
13
|
-
Header: (props: import("@equinor/eds-core-react").HeaderFooterProps<import("@react-stately/calendar").CalendarState>) => import("react").ReactNode;
|
|
14
|
-
showTimeInput?: boolean;
|
|
15
|
-
hideClearButton?: boolean;
|
|
16
|
-
defaultValue?: Date | null;
|
|
17
|
-
timezone: string;
|
|
18
|
-
granularity?: "hour" | "minute" | "second";
|
|
19
|
-
formatOptions?: import("react-aria").DateFormatterOptions;
|
|
20
|
-
locale?: string;
|
|
21
|
-
}> & import("react").RefAttributes<HTMLDivElement>>;
|