@equinor/amplify-component-lib 9.14.1 → 9.15.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +27167 -1
- package/dist/{atoms → src/atoms}/hooks/index.d.ts +0 -1
- package/dist/{atoms → src/atoms}/hooks/usePrefetchRichTextImages.d.ts +1 -1
- package/dist/{atoms → src/atoms}/style/colors.d.ts +9 -9
- package/dist/{atoms → src/atoms}/types/Errors.d.ts +1 -1
- package/dist/{atoms → src/atoms}/utils/skeleton.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIcon.d.ts +1 -1
- package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconCollection.d.ts +2 -0
- package/dist/src/molecules/ApplicationIcon/Icons/FluxMaps.d.ts +2 -0
- package/dist/src/molecules/ApplicationIcon/Icons/ForecastFormatter.d.ts +2 -0
- package/dist/{molecules → src/molecules}/Button/Button.utils.d.ts +1 -2
- package/dist/{molecules → src/molecules}/Chip/Chip.d.ts +1 -1
- package/dist/src/molecules/FileProgress/CompactFileProgress.styles.d.ts +30 -0
- package/dist/src/molecules/ListItem/ListItem.utils.d.ts +3 -0
- package/dist/{molecules → src/molecules}/RichTextEditor/RichTextEditor.types.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/AmplifyKit.d.ts +4 -11
- package/dist/src/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.d.ts +2 -0
- package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/ExtendedImage.d.ts +1 -1
- package/dist/{molecules → src/molecules}/RichTextEditor/index.d.ts +0 -1
- package/dist/src/molecules/Select/Select.styles.d.ts +119 -0
- package/dist/{molecules → src/molecules}/Select/SelectMenuItem.utils.d.ts +1 -2
- package/dist/{molecules → src/molecules}/Sieve/Sieve.styles.d.ts +1 -1
- package/dist/{molecules → src/molecules}/Sieve/Sieve.types.d.ts +0 -2
- package/dist/{molecules → src/molecules}/Skeleton/SkeletonField.d.ts +1 -1
- package/dist/src/organisms/Filter/AutoCompleteText.d.ts +10 -0
- package/dist/{organisms → src/organisms}/Filter/Filter.styles.d.ts +3 -3
- package/dist/{organisms → src/organisms}/Filter/Filter.types.d.ts +1 -1
- package/dist/{organisms → src/organisms}/Filter/Filter.utils.d.ts +1 -1
- package/dist/{organisms → src/organisms}/Filter/QuickFilter.d.ts +1 -1
- package/dist/{organisms → src/organisms}/SideBar/CreateItem.styles.d.ts +3 -3
- package/dist/src/organisms/SideBar/MenuItem/MenuItem.styles.d.ts +309 -0
- package/dist/src/organisms/TableOfContents/TableOfContents.styles.d.ts +324 -0
- package/dist/{organisms → src/organisms}/TopBar/Account/Account.d.ts +4 -1
- package/dist/{organisms → src/organisms}/TopBar/Account/Account.styles.d.ts +8 -10
- package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.d.ts +3 -0
- package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/ImpersonateMenu.d.ts +3 -0
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.d.ts +5 -0
- package/dist/{organisms → src/organisms}/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.d.ts +3 -3
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.d.ts +1 -0
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.d.ts +2 -0
- package/dist/src/organisms/TopBar/Account/RoleChips.d.ts +9 -0
- package/dist/src/organisms/TopBar/Account/RoleList.d.ts +9 -0
- package/dist/{organisms → src/organisms}/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +3 -3
- package/dist/src/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +14 -0
- package/dist/{organisms → src/organisms}/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +3 -3
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +8 -0
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +20 -0
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +5 -0
- package/dist/src/organisms/TopBar/TopBar.styles.d.ts +336 -0
- package/package.json +47 -73
- package/dist/_virtual/_commonjsHelpers.js +0 -1
- package/dist/_virtual/lodash.js +0 -1
- package/dist/_virtual/lodash2.js +0 -1
- package/dist/atoms/enums/Environment.js +0 -1
- package/dist/atoms/enums/Errors.js +0 -1
- package/dist/atoms/enums/SpacingsMode.js +0 -1
- package/dist/atoms/enums/Theme.js +0 -1
- package/dist/atoms/hooks/useAmplifyKit.js +0 -1
- package/dist/atoms/hooks/useDebounce.js +0 -1
- package/dist/atoms/hooks/useFakeProgress.js +0 -1
- package/dist/atoms/hooks/useFaqsInApplication.js +0 -1
- package/dist/atoms/hooks/useLocalStorage.js +0 -1
- package/dist/atoms/hooks/useOnScreenMultiple.js +0 -1
- package/dist/atoms/hooks/usePrefetchRichTextImages.js +0 -1
- package/dist/atoms/hooks/usePrevious.js +0 -1
- package/dist/atoms/hooks/useRichTextImage.js +0 -1
- package/dist/atoms/hooks/useSearchParameter.d.ts +0 -5
- package/dist/atoms/hooks/useSearchParameter.js +0 -1
- package/dist/atoms/hooks/useSelect.js +0 -1
- package/dist/atoms/icons/drilling.js +0 -1
- package/dist/atoms/icons/map.js +0 -1
- package/dist/atoms/icons/other.js +0 -1
- package/dist/atoms/icons/wysiwyg.js +0 -1
- package/dist/atoms/index.js +0 -1
- package/dist/atoms/style/animation.js +0 -1
- package/dist/atoms/style/colors.js +0 -1
- package/dist/atoms/style/darkTokens.js +0 -219
- package/dist/atoms/style/index.js +0 -1
- package/dist/atoms/style/lightTokens.js +0 -158
- package/dist/atoms/style/spacingTokens.js +0 -50
- package/dist/atoms/style/spacings.js +0 -1
- package/dist/atoms/utils/auth_environment.js +0 -1
- package/dist/atoms/utils/coordinate.js +0 -1
- package/dist/atoms/utils/date.js +0 -1
- package/dist/atoms/utils/export.js +0 -1
- package/dist/atoms/utils/favicon.js +0 -1
- package/dist/atoms/utils/forms.js +0 -1
- package/dist/atoms/utils/map.js +0 -1
- package/dist/atoms/utils/reactquery.js +0 -1
- package/dist/atoms/utils/richtext.js +0 -1
- package/dist/atoms/utils/size.js +0 -1
- package/dist/atoms/utils/skeleton.js +0 -1
- package/dist/atoms/utils/sort.js +0 -1
- package/dist/atoms/utils/string.js +0 -1
- package/dist/atoms/utils/tutorials.js +0 -1
- package/dist/atoms/utils/url.js +0 -1
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +0 -24
- package/dist/deprecated/IconToggleButton.js +0 -1
- package/dist/deprecated/OldStepper/OldStep.js +0 -25
- package/dist/deprecated/OldStepper/OldStepLine.js +0 -7
- package/dist/deprecated/OldStepper/OldStepper.js +0 -10
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.js +0 -1
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js +0 -19
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.utils.js +0 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.js +0 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +0 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +0 -39
- package/dist/molecules/ApplicationIcon/ApplicationIconCollection.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Acquire.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Adca.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Bravos.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Dasha.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Fallback.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/FourDInsight.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/InPress.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/JsEmbark.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/LoggingQualification.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Orca.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Premo.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Pwex.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Recap.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/Sam.js +0 -1
- package/dist/molecules/ApplicationIcon/Icons/SubsurfacePortal.js +0 -1
- package/dist/molecules/Badge/Badge.js +0 -1
- package/dist/molecules/Badge/Badge.styles.js +0 -17
- package/dist/molecules/Banner/Banner.js +0 -1
- package/dist/molecules/Banner/Banner.styles.js +0 -14
- package/dist/molecules/Banner/Banner.utils.js +0 -1
- package/dist/molecules/Button/Button.js +0 -12
- package/dist/molecules/Button/Button.utils.js +0 -1
- package/dist/molecules/Chip/Chip.js +0 -1
- package/dist/molecules/Chip/Chip.styles.js +0 -65
- package/dist/molecules/Chip/InteractiveChip.js +0 -1
- package/dist/molecules/Chip/ReadOnlyChip.js +0 -1
- package/dist/molecules/ContentMenu/ContentMenu.js +0 -1
- package/dist/molecules/ContentMenu/ContentMenu.styles.js +0 -52
- package/dist/molecules/DatePicker/DatePicker.js +0 -1
- package/dist/molecules/DatePicker/DatePicker.styles.js +0 -63
- package/dist/molecules/DateRangePicker/DateRangePicker.js +0 -1
- package/dist/molecules/Dialog/Dialog.js +0 -1
- package/dist/molecules/Dialog/Dialog.styles.js +0 -64
- package/dist/molecules/Dialog/DialogAction.js +0 -1
- package/dist/molecules/EquinorLogo/EquinorLogo.js +0 -1
- package/dist/molecules/EquinorLogo/EquinorLogo.utils.js +0 -1
- package/dist/molecules/FeedBackIcon/FeedBackIcon.js +0 -1
- package/dist/molecules/FeedBackIcon/NegativeFilled.js +0 -1
- package/dist/molecules/FeedBackIcon/NegativeOutlined.js +0 -1
- package/dist/molecules/FeedBackIcon/PositiveFilled.js +0 -1
- package/dist/molecules/FeedBackIcon/PositiveOutlined.js +0 -1
- package/dist/molecules/FileProgress/CompactFileProgress.js +0 -1
- package/dist/molecules/FileProgress/CompactFileProgress.styles.d.ts +0 -30
- package/dist/molecules/FileProgress/CompactFileProgress.styles.js +0 -100
- package/dist/molecules/FileProgress/FileProgress.js +0 -1
- package/dist/molecules/FileProgress/FileProgress.utils.js +0 -1
- package/dist/molecules/FileProgress/RegularFileProgress.js +0 -1
- package/dist/molecules/FileProgress/RegularFileProgress.styles.js +0 -35
- package/dist/molecules/FileUploadArea/FileUploadArea.constants.js +0 -1
- package/dist/molecules/FileUploadArea/FileUploadArea.js +0 -1
- package/dist/molecules/FileUploadArea/FileUploadArea.styles.js +0 -88
- package/dist/molecules/FileUploadArea/UploadIllustration.js +0 -1
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +0 -29
- package/dist/molecules/InfoElement/CopyText.js +0 -41
- package/dist/molecules/InfoElement/InfoElement.js +0 -1
- package/dist/molecules/ListItem/ListItem.js +0 -32
- package/dist/molecules/ListItem/ListItem.utils.d.ts +0 -3
- package/dist/molecules/ListItem/ListItem.utils.js +0 -1
- package/dist/molecules/OptionDrawer/OptionDrawer.js +0 -1
- package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +0 -36
- package/dist/molecules/OptionDrawer/OptionDrawer.utils.js +0 -1
- package/dist/molecules/OptionalTooltip/OptionalTooltip.js +0 -4
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +0 -26
- package/dist/molecules/RichTextDisplay/RichTextDisplay.js +0 -1
- package/dist/molecules/RichTextEditor/EditorProvider.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +0 -10
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +0 -48
- package/dist/molecules/RichTextEditor/MenuBar/MenuButton.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/Table.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableBar.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableColumn.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableDelete.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableMerge.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableRow.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/Table/ToggleTable.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextAlignment.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextClearFormatting.js +0 -4
- package/dist/molecules/RichTextEditor/MenuBar/TextCode.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextColor.js +0 -45
- package/dist/molecules/RichTextEditor/MenuBar/TextFormatting.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextHeaders.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextHighlight.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextHistory.js +0 -1
- package/dist/molecules/RichTextEditor/MenuBar/TextLinks.js +0 -6
- package/dist/molecules/RichTextEditor/MenuBar/TextLists.js +0 -1
- package/dist/molecules/RichTextEditor/RichTextEditor.js +0 -1
- package/dist/molecules/RichTextEditor/RichTextEditor.styles.js +0 -154
- package/dist/molecules/RichTextEditor/RichTextEditor.types.js +0 -1
- package/dist/molecules/RichTextEditor/custom-extensions/AmplifyKit.js +0 -1
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.d.ts +0 -2
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +0 -1
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedImage.js +0 -1
- package/dist/molecules/RichTextEditor/custom-extensions/mergeDefaults.js +0 -1
- package/dist/molecules/RichTextEditor/index.js +0 -1
- package/dist/molecules/Search/Search.js +0 -20
- package/dist/molecules/Select/AddTagItem.js +0 -1
- package/dist/molecules/Select/ComboBox/ComboBox.js +0 -1
- package/dist/molecules/Select/GroupedSelectMenu.js +0 -1
- package/dist/molecules/Select/ListSelectMenu.js +0 -1
- package/dist/molecules/Select/Select.js +0 -1
- package/dist/molecules/Select/Select.styles.d.ts +0 -119
- package/dist/molecules/Select/Select.styles.js +0 -213
- package/dist/molecules/Select/Select.utils.js +0 -1
- package/dist/molecules/Select/SelectMenuItem.js +0 -1
- package/dist/molecules/Select/SelectMenuItem.utils.js +0 -1
- package/dist/molecules/Select/SingleSelect/SingleSelect.js +0 -1
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.js +0 -1
- package/dist/molecules/SelectionControls/Radio/Radio.js +0 -1
- package/dist/molecules/SelectionControls/SelectionControls.styles.js +0 -108
- package/dist/molecules/SelectionControls/Switch/Switch.js +0 -1
- package/dist/molecules/Sieve/Filter.js +0 -1
- package/dist/molecules/Sieve/Sieve.js +0 -1
- package/dist/molecules/Sieve/Sieve.styles.js +0 -43
- package/dist/molecules/Sieve/Sort.js +0 -1
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +0 -20
- package/dist/molecules/Skeleton/Skeleton.styles.js +0 -1
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.js +0 -30
- package/dist/molecules/Skeleton/SkeletonField.js +0 -8
- package/dist/molecules/Skeleton/SkeletonGradient/SkeletonGradient.js +0 -1
- package/dist/molecules/Stepper/Step/Step.js +0 -15
- package/dist/molecules/Stepper/Step/StepIcon.js +0 -19
- package/dist/molecules/Stepper/StepLine.js +0 -7
- package/dist/molecules/Stepper/Stepper.js +0 -14
- package/dist/molecules/Stepper/SubTitle/SubStepIndicator.js +0 -25
- package/dist/molecules/Stepper/SubTitle/SubTitle.js +0 -7
- package/dist/molecules/Tabs/Tab.js +0 -1
- package/dist/molecules/Tabs/Tab.styles.js +0 -90
- package/dist/molecules/Tabs/Tabs.js +0 -18
- package/dist/molecules/TextField/TextField.js +0 -74
- package/dist/molecules/Waves/NoiseSvg.js +0 -1
- package/dist/molecules/Waves/WaveStatic.js +0 -1
- package/dist/molecules/Waves/WaveStaticSvg.js +0 -1
- package/dist/molecules/Waves/Waves.js +0 -1
- package/dist/molecules/Waves/Waves.styles.js +0 -12
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/colors.js +0 -1
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/elevation.js +0 -1
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/index.js +0 -1
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/shape.js +0 -1
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/spacings.js +0 -1
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/typography.js +0 -1
- package/dist/node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +0 -1
- package/dist/node_modules/lodash/lodash.js +0 -9
- package/dist/node_modules/prosemirror-model/dist/index.js +0 -1
- package/dist/node_modules/prosemirror-state/dist/index.js +0 -1
- package/dist/node_modules/prosemirror-transform/dist/index.js +0 -1
- package/dist/organisms/DataGrid/DataGrid.js +0 -35
- package/dist/organisms/Faq/Category/Category.js +0 -9
- package/dist/organisms/Faq/Category/Question.js +0 -22
- package/dist/organisms/Faq/CategorySkeleton.js +0 -29
- package/dist/organisms/Faq/Faq.js +0 -1
- package/dist/organisms/Faq/Faq.styles.js +0 -8
- package/dist/organisms/Faq/Header.js +0 -14
- package/dist/organisms/FieldSelector/ChangingField.js +0 -24
- package/dist/organisms/FieldSelector/FieldSelector.js +0 -14
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +0 -57
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +0 -24
- package/dist/organisms/Filter/AutoCompleteMenu.js +0 -10
- package/dist/organisms/Filter/AutoCompleteText.d.ts +0 -10
- package/dist/organisms/Filter/AutoCompleteText.js +0 -11
- package/dist/organisms/Filter/ButtonWithMenu.js +0 -1
- package/dist/organisms/Filter/Filter.js +0 -1
- package/dist/organisms/Filter/Filter.styles.js +0 -110
- package/dist/organisms/Filter/Filter.utils.js +0 -1
- package/dist/organisms/Filter/QuickFilter.js +0 -1
- package/dist/organisms/Filter/SortMenu.js +0 -5
- package/dist/organisms/Filter/index.js +0 -1
- package/dist/organisms/PageTitle/PageTitle.js +0 -1
- package/dist/organisms/ReleaseNote/MetaTags.js +0 -10
- package/dist/organisms/ReleaseNote/ReleaseNote.constants.js +0 -1
- package/dist/organisms/ReleaseNote/ReleaseNote.js +0 -27
- package/dist/organisms/ReleaseNote/ReleaseNote.utils.js +0 -1
- package/dist/organisms/ReleaseNote/ToggleExpanded.js +0 -13
- package/dist/organisms/SideBar/CreateItem.js +0 -1
- package/dist/organisms/SideBar/CreateItem.styles.js +0 -33
- package/dist/organisms/SideBar/MenuItem/BasicMenuItem.js +0 -1
- package/dist/organisms/SideBar/MenuItem/CollapsableMenuItem.js +0 -48
- package/dist/organisms/SideBar/MenuItem/MenuItem.js +0 -1
- package/dist/organisms/SideBar/MenuItem/MenuItem.styles.d.ts +0 -16
- package/dist/organisms/SideBar/MenuItem/MenuItem.styles.js +0 -37
- package/dist/organisms/SideBar/MenuItem/MenuItem.utils.js +0 -1
- package/dist/organisms/SideBar/SideBar.js +0 -1
- package/dist/organisms/SideBar/SideBar.styles.js +0 -41
- package/dist/organisms/SideBar/ToggleOpen.js +0 -1
- package/dist/organisms/SideBar/ToggleOpen.styles.js +0 -16
- package/dist/organisms/SideBar/index.js +0 -1
- package/dist/organisms/Status/Action.js +0 -1
- package/dist/organisms/Status/Description.js +0 -1
- package/dist/organisms/Status/Illustration.constants.js +0 -1
- package/dist/organisms/Status/Illustration.js +0 -17
- package/dist/organisms/Status/MissingAccesses.js +0 -11
- package/dist/organisms/Status/Status.constants.js +0 -1
- package/dist/organisms/Status/Status.js +0 -29
- package/dist/organisms/Status/Title.js +0 -1
- package/dist/organisms/Status/collections/ApiResponseError.js +0 -1
- package/dist/organisms/Status/collections/BadRequest.js +0 -1
- package/dist/organisms/Status/collections/GenericError.js +0 -1
- package/dist/organisms/Status/collections/MissingAccessToApp.js +0 -1
- package/dist/organisms/Status/collections/MissingPermissions.js +0 -1
- package/dist/organisms/Status/collections/PageNotFound.js +0 -1
- package/dist/organisms/Status/collections/ServerError.js +0 -1
- package/dist/organisms/Status/index.js +0 -1
- package/dist/organisms/TableOfContents/TableOfContents.constants.js +0 -1
- package/dist/organisms/TableOfContents/TableOfContents.js +0 -1
- package/dist/organisms/TableOfContents/TableOfContents.styles.d.ts +0 -31
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +0 -192
- package/dist/organisms/TableOfContents/TableOfContentsItem.js +0 -1
- package/dist/organisms/Template/Template.js +0 -75
- package/dist/organisms/ToggleGroup/ToggleGroup.js +0 -29
- package/dist/organisms/ToggleGroup/ToggleGroupOption.js +0 -58
- package/dist/organisms/ToggleGroup/index.js +0 -1
- package/dist/organisms/TopBar/Account/Account.js +0 -1
- package/dist/organisms/TopBar/Account/Account.styles.js +0 -57
- package/dist/organisms/TopBar/Account/AccountAvatar.js +0 -11
- package/dist/organisms/TopBar/Account/AccountButton.js +0 -9
- package/dist/organisms/TopBar/Account/ActiveUserImpersonationButton.js +0 -11
- package/dist/organisms/TopBar/Account/ImpersonateAvatar.js +0 -8
- package/dist/organisms/TopBar/Account/ImpersonateButton.js +0 -8
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Actions.js +0 -11
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateNewUserButton.js +0 -12
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.styles.js +0 -16
- package/dist/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.styles.js +0 -27
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.constants.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.styles.js +0 -7
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.utils.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.d.ts +0 -5
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.js +0 -17
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.js +0 -16
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.js +0 -39
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.d.ts +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useCanImpersonate.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useCreateImpersonation.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.d.ts +0 -2
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useEditImpersonation.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useGetAllImpersonationUsersForApp.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useMappedRoles.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useStartImpersonation.js +0 -1
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useStopImpersonation.js +0 -1
- package/dist/organisms/TopBar/Actions.js +0 -6
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.js +0 -1
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +0 -73
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.js +0 -1
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +0 -14
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +0 -78
- package/dist/organisms/TopBar/Guidelines/Colorbox.js +0 -6
- package/dist/organisms/TopBar/Guidelines/Guidelines.js +0 -1
- package/dist/organisms/TopBar/Guidelines/Item.js +0 -6
- package/dist/organisms/TopBar/Guidelines/Section.js +0 -19
- package/dist/organisms/TopBar/Guidelines/index.js +0 -1
- package/dist/organisms/TopBar/Notifications/FilterOptions.js +0 -36
- package/dist/organisms/TopBar/Notifications/NotificationProvider.js +0 -1
- package/dist/organisms/TopBar/Notifications/Notifications.js +0 -1
- package/dist/organisms/TopBar/Notifications/NotificationsInner.js +0 -8
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +0 -6
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +0 -6
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +0 -7
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +0 -7
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +0 -5
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +0 -14
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +0 -7
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +0 -7
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +0 -6
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +0 -1
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +0 -53
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.const.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +0 -8
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +0 -41
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.types.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +0 -9
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/LockedInputTooltip.js +0 -5
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Severity.js +0 -3
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Title.js +0 -3
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/ImageFile.js +0 -7
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.js +0 -5
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +0 -20
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.js +0 -79
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Url.js +0 -3
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackInner.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +0 -7
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +0 -4
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +0 -5
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +0 -9
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +0 -5
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +0 -20
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +0 -9
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +0 -1
- package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +0 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.js +0 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.styles.js +0 -7
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.js +0 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.styles.js +0 -19
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.utils.js +0 -1
- package/dist/organisms/TopBar/Resources/ResourceMenuItem.js +0 -20
- package/dist/organisms/TopBar/Resources/Resources.js +0 -6
- package/dist/organisms/TopBar/Settings.js +0 -25
- package/dist/organisms/TopBar/TopBar.js +0 -1
- package/dist/organisms/TopBar/TopBar.styles.d.ts +0 -43
- package/dist/organisms/TopBar/TopBar.styles.js +0 -62
- package/dist/organisms/TopBar/TopBarMenu.js +0 -7
- package/dist/organisms/TopBar/TransferToAppDialog.js +0 -33
- package/dist/organisms/TopBar/Tutorials/TutorialItem.js +0 -21
- package/dist/organisms/TopBar/Tutorials/Tutorials.js +0 -1
- package/dist/organisms/TopBar/Tutorials/Tutorials.styles.js +0 -18
- package/dist/organisms/TopBar/index.js +0 -1
- package/dist/providers/AuthProvider/AuthProvider.js +0 -1
- package/dist/providers/AuthProvider/AuthProviderInner.js +0 -1
- package/dist/providers/LoadingProvider.js +0 -1
- package/dist/providers/ReleaseNotesProvider.js +0 -1
- package/dist/providers/ReleaseNotesProvider.utils.js +0 -1
- package/dist/providers/SideBarProvider.js +0 -1
- package/dist/providers/SnackbarProvider/SnackbarProvider.js +0 -1
- package/dist/providers/SnackbarProvider/SnackbarProvider.styles.js +0 -41
- package/dist/providers/SnackbarProvider/SnackbarProvider.utils.js +0 -1
- package/dist/providers/StepperProvider.js +0 -1
- package/dist/providers/TableOfContentsProvider.js +0 -1
- package/dist/providers/TableOfContentsProvider.utils.js +0 -1
- package/dist/providers/ThemeProvider/ThemeProvider.constants.js +0 -1
- package/dist/providers/ThemeProvider/ThemeProvider.js +0 -1
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.constants.js +0 -1
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.js +0 -1
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProviderInner.js +0 -24
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/StepIndicator.js +0 -20
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/TutorialPopover.js +0 -75
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/hooks/useTutorialPopoverPosition.js +0 -1
- package/dist/providers/TutorialHighlightingProvider/hooks/useReversedScrollY.js +0 -1
- package/dist/tests/browserMocks.d.ts +0 -24
- package/dist/tests/browsertest-utils.d.ts +0 -19
- package/dist/tests/jsdomtest-utils.d.ts +0 -17
- package/dist/tests/mockHandlers.d.ts +0 -19
- package/dist/tests/msalMock.d.ts +0 -1
- package/dist/tests/setupBrowserTests.d.ts +0 -2
- package/dist/tests/setupNodeTests.d.ts +0 -4
- 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/useAmplifyKit.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/useFaqsInApplication.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/useRichTextImage.d.ts +0 -0
- package/dist/{atoms → src/atoms}/hooks/useSelect.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/index.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/Icon.d.ts +0 -0
- package/dist/{atoms → src/atoms}/types/SideBar.d.ts +0 -0
- package/dist/{atoms → src/atoms}/types/index.d.ts +0 -0
- package/dist/{atoms → src/atoms}/types/variants.d.ts +0 -0
- package/dist/{atoms → src/atoms}/utils/auth_environment.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/forms.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/richtext.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/tutorials.d.ts +0 -0
- package/dist/{atoms → src/atoms}/utils/url.d.ts +0 -0
- package/dist/{deprecated → src/deprecated}/ExpandingIconButton/ExpandingIconButton.d.ts +0 -0
- package/dist/{deprecated → src/deprecated}/IconToggleButton.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}/index.d.ts +0 -0
- package/dist/{index.d.ts → src/index.d.ts} +4 -4
- /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.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconBase.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/ApplicationIconNew.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/AppIconSvg.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/Acquire.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Adca.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Bravos.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Dasha.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Fallback.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/FourDInsight.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/InPress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/JsEmbark.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/LoggingQualification.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Orca.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Premo.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Pwex.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Recap.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/Sam.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ApplicationIcon/Icons/SubsurfacePortal.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Badge/Badge.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Badge/Badge.styles.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}/Button/Button.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Chip/Chip.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Chip/InteractiveChip.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Chip/ReadOnlyChip.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ContentMenu/ContentMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/ContentMenu/ContentMenu.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/DatePicker/DatePicker.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/DateRangePicker/DateRangePicker.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}/EquinorLogo/EquinorLogo.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/EquinorLogo/EquinorLogo.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FeedBackIcon/FeedBackIcon.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FeedBackIcon/NegativeFilled.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FeedBackIcon/NegativeOutlined.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FeedBackIcon/PositiveFilled.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FeedBackIcon/PositiveOutlined.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/CompactFileProgress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/FileProgress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/FileProgress.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/FileProgress.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/RegularFileProgress.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileProgress/RegularFileProgress.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileUploadArea/FileUploadArea.constants.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileUploadArea/FileUploadArea.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/FileUploadArea/FileUploadArea.styles.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}/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/OptionDrawer.utils.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}/ProfileAvatar/ProfileAvatar.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextDisplay/RichTextDisplay.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/EditorProvider.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/AddImageButton.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/TextClearFormatting.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/TextFormatting.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextHeaders.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/MenuBar/TextHighlight.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/custom-extensions/Counter.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/RichTextEditor/custom-extensions/mergeDefaults.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Search/Search.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/AddTagItem.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/ComboBox/ComboBox.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/GroupedSelectMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/ListSelectMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/Select.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/Select.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/Select.utils.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/SelectMenuItem.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Select/SingleSelect/SingleSelect.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/Filter.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Sieve/Sieve.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Sieve/Sort.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/SingleFilterMenu/SingleFilterMenu.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Skeleton/Skeleton.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Skeleton/SkeletonBase/SkeletonBase.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}/Tabs/Tab.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Tabs/Tab.styles.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Tabs/Tabs.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Tabs/Tabs.types.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/TextField/TextField.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/NoiseSvg.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/WaveStatic.d.ts +0 -0
- /package/dist/{molecules → src/molecules}/Waves/WaveStaticSvg.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}/Faq/Category/Category.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Faq/Category/Question.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Faq/CategorySkeleton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Faq/Faq.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Faq/Faq.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Faq/Header.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/ChangingField.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/FieldSelector.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/SelectorCard/SelectorCard.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/FieldSelector/SelectorCard/Skeleton.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/AutoCompleteMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/ButtonWithMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/Filter.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/SortMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Filter/index.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/PageTitle/PageTitle.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ReleaseNote/MetaTags.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ReleaseNote/ReleaseNote.constants.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ReleaseNote/ReleaseNote.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ReleaseNote/ReleaseNote.utils.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ReleaseNote/ToggleExpanded.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/CreateItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/MenuItem/BasicMenuItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/MenuItem/CollapsableMenuItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/MenuItem/MenuItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/SideBar/MenuItem/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}/SideBar/index.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/ApiResponseError.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.constants.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}/TableOfContents/TableOfContentsItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/Template/Template.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ToggleGroup/ToggleGroup.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ToggleGroup/ToggleGroup.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ToggleGroup/ToggleGroupOption.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/ToggleGroup/index.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.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/Impersonate.utils.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/useActiveImpersonationUser.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/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/useMappedRoles.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/FieldMenu/FieldMenu.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/Colorbox.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Guidelines/Guidelines.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/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/Feedback.utils.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/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/Header/Header.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/Header/Header.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.styles.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.utils.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/Settings.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Settings.types.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/TopBar.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/Tutorials/TutorialItem.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Tutorials/Tutorials.d.ts +0 -0
- /package/dist/{organisms → src/organisms}/TopBar/Tutorials/Tutorials.styles.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}/ReleaseNotesProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/ReleaseNotesProvider.utils.d.ts +0 -0
- /package/dist/{providers → src/providers}/SideBarProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/SnackbarProvider/SnackbarProvider.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}/TableOfContentsProvider.utils.d.ts +0 -0
- /package/dist/{providers → src/providers}/ThemeProvider/ThemeProvider.constants.d.ts +0 -0
- /package/dist/{providers → src/providers}/ThemeProvider/ThemeProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialHighlightingProvider.constants.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialHighlightingProvider.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialHighlightingProviderInner.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialPopover/StepIndicator.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialPopover/TutorialPopover.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/TutorialPopover/hooks/useTutorialPopoverPosition.d.ts +0 -0
- /package/dist/{providers → src/providers}/TutorialHighlightingProvider/hooks/useReversedScrollY.d.ts +0 -0
- /package/dist/{providers → src/providers}/index.d.ts +0 -0
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import{colors as t,VARIANT_COLORS as i}from"../../atoms/style/colors.js";import{spacings as e}from"../../atoms/style/spacings.js";import a,{css as o}from"styled-components";const s=a.div`
|
|
2
|
-
position: relative;
|
|
3
|
-
height: fit-content;
|
|
4
|
-
> p {
|
|
5
|
-
color: ${t.text.static_icons__tertiary.rgba};
|
|
6
|
-
position: absolute;
|
|
7
|
-
top: 0;
|
|
8
|
-
right: 8px;
|
|
9
|
-
}
|
|
10
|
-
/* If the DatePicker doesn't have a label there won't be space for the meta text*/
|
|
11
|
-
&:not(:has(> div > label)):has(> p) {
|
|
12
|
-
padding-top: 1rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
> div:hover:not(:disabled):not(:focus-within) {
|
|
16
|
-
${({$variant:e})=>void 0===e?o`
|
|
17
|
-
> div[id*='react-aria'] {
|
|
18
|
-
box-shadow: inset 0 -2px 0 0
|
|
19
|
-
${t.text.static_icons__tertiary.rgba};
|
|
20
|
-
}
|
|
21
|
-
`:o`
|
|
22
|
-
> div[id*='react-aria'] {
|
|
23
|
-
box-shadow: inset 0 -2px 0 0 ${i[e]};
|
|
24
|
-
}
|
|
25
|
-
`}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
> div > div[id*='react-aria'] {
|
|
29
|
-
outline: none !important;
|
|
30
|
-
|
|
31
|
-
${({$variant:e})=>void 0===e?o`
|
|
32
|
-
box-shadow: inset 0 -1px 0 0
|
|
33
|
-
${t.text.static_icons__tertiary.rgba};
|
|
34
|
-
&:focus-within {
|
|
35
|
-
box-shadow: inset 0 -2px 0 0
|
|
36
|
-
${t.interactive.primary__resting.rgba};
|
|
37
|
-
}
|
|
38
|
-
`:o`
|
|
39
|
-
box-shadow: inset 0 -${"dirty"===e?2:1}px 0 0
|
|
40
|
-
${i[e]};
|
|
41
|
-
&:focus-within {
|
|
42
|
-
box-shadow: inset 0 -2px 0 0 ${i[e]};
|
|
43
|
-
}
|
|
44
|
-
`}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
${({$loading:t})=>{if(t)return o`
|
|
48
|
-
div[role='presentation'] {
|
|
49
|
-
visibility: hidden;
|
|
50
|
-
|
|
51
|
-
// For the date range picker there is a "-" in between the two dates, so we hide that as well
|
|
52
|
-
& ~ span {
|
|
53
|
-
visibility: hidden;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
`}}
|
|
57
|
-
|
|
58
|
-
> svg {
|
|
59
|
-
position: absolute;
|
|
60
|
-
right: ${e.small};
|
|
61
|
-
transform: translateY(calc(${e.x_small} + ${e.xx_small}));
|
|
62
|
-
}
|
|
63
|
-
`;export{s as DatePickerWrapper};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as r,jsx as o}from"react/jsx-runtime";import{forwardRef as e,useRef as t}from"react";import{DateRangePicker as i,Typography as a,Icon as s}from"@equinor/eds-core-react";import{calendar_date_range as m}from"@equinor/eds-icons";import"../RichTextEditor/custom-extensions/AmplifyKit.js";import"../RichTextEditor/RichTextEditor.types.js";import"../../_virtual/lodash.js";import"../../organisms/TopBar/Notifications/NotificationProvider.js";import"../../providers/AuthProvider/AuthProvider.js";import"../../providers/ReleaseNotesProvider.js";import"../../providers/SideBarProvider.js";import"../../providers/SnackbarProvider/SnackbarProvider.js";import"../../providers/StepperProvider.js";import"../../providers/TableOfContentsProvider.js";import"../../providers/ThemeProvider/ThemeProvider.js";import"react-router-dom";import"@tanstack/react-query";import"@equinor/subsurface-app-management";import"../../atoms/utils/auth_environment.js";import{colors as n}from"../../atoms/style/colors.js";import"../../atoms/enums/Errors.js";import"../../atoms/enums/Environment.js";import"../../atoms/enums/Theme.js";import"../../atoms/enums/SpacingsMode.js";import"html2canvas";import"proj4";import{getSkeletonTop as p,getSkeletonHeight as d}from"../../atoms/utils/skeleton.js";import{DatePickerWrapper as l}from"../DatePicker/DatePicker.styles.js";import{SkeletonField as c}from"../Skeleton/SkeletonField.js";const v=e(((e,v)=>{const h=e.locale??"en-GB",u=void 0!==e.formatOptions?e.formatOptions:{day:"2-digit",month:"2-digit",year:"numeric"},j={...e,variant:"dirty"!==e.variant?e.variant:void 0,loading:void 0},f=p(e),P=d({label:e.label,helperText:e.helperProps?.text,helperIcon:e.helperProps?.icon}),g=t(`${Math.max(40,80*Math.random())}%`),b=e.disabled||e.loading;return r(l,{$variant:e.variant,$loading:e.loading,children:[o(i,{...j,ref:v,locale:h,formatOptions:u,disabled:b}),e.meta&&o(a,{variant:"helper",group:"input",children:e.meta}),e.loading&&o(c,{role:"progressbar",style:{width:g.current,height:P,top:f}}),b&&o(s,{style:{top:f},data:m,size:24,color:n.interactive.disabled__fill.rgba})]})}));v.displayName="DateRangePicker";export{v as DateRangePicker};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as i,jsxs as t}from"react/jsx-runtime";import{forwardRef as o,useState as e}from"react";import{Typography as n,Button as d,Icon as r}from"@equinor/eds-core-react";import{info_circle as l,close as a}from"@equinor/eds-icons";import{DialogElement as s,DialogTitle as c,DialogContent as h,AdditionalInfoBanner as g,InfoIconWrapper as p,DialogActions as m}from"./Dialog.styles.js";import{DialogAction as f}from"./DialogAction.js";const v=o((({title:o,children:v,width:w,actions:x,withContentPadding:y,withBorders:$=!1,contentMaxHeight:C="60vh",hideClose:u,additionalInfo:b,...j},z)=>{const{horizontal:B=!0,vertical:D=!0}=y??{},[P,_]=e(!1),k=x?.filter((i=>"left"===i.position)),q=x?.filter((i=>"center"===i.position)),H=x?.filter((i=>void 0===i.position||"right"===i.position)),A="string"==typeof o?i(n,{variant:"h6",children:o}):o,I="string"==typeof v?i(n,{variant:"body_long",children:v}):v;return t(s,{...j,ref:z,style:{width:w?"string"==typeof w?w:`${w}px`:void 0,...j.style},children:[t(c,{$withBorders:$,style:{width:w?`${w}px`:void 0},children:[i("section",{children:A}),t("div",{children:[b&&i(d,{variant:"ghost_icon",onClick:()=>_((i=>!i)),"data-testid":"dialog-info-button",children:i(r,{data:l})}),!u&&i(d,{variant:"ghost_icon",onClick:j.onClose,"data-testid":"dialog-close-button",children:i(r,{data:a,"data-testid":"dialog-close-icon",size:24})})]})]}),t(h,{$withContentPaddingX:B,$withContentPaddingY:D,style:{width:w?`${w}px`:void 0,maxHeight:C},children:[P&&b&&t(g,{children:[i(p,{children:i(r,{data:l,size:24})}),b]}),I]}),x&&x.length>0&&t(m,{$withBorders:$,style:{width:w?`${w}px`:void 0},children:[k&&k.length>0&&i("section",{id:"dialog-actions-left",children:k.map((t=>i(f,{...t},t.text)))}),q&&q.length>0&&i("section",{id:"dialog-actions-center",children:q.map((t=>i(f,{...t},t.text)))}),H&&H.length>0&&i("section",{id:"dialog-actions-right",children:H.map((t=>i(f,{...t},t.text)))})]})]})}));v.displayName="Dialog";export{v as Dialog};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import{Dialog as i}from"@equinor/eds-core-react";import{colors as o}from"../../atoms/style/colors.js";import{spacings as t}from"../../atoms/style/spacings.js";import e,{css as d}from"styled-components";const n=e(i)`
|
|
2
|
-
grid-gap: 0;
|
|
3
|
-
`,r=e(i.Title)`
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
width: 100%;
|
|
8
|
-
padding: ${t.medium};
|
|
9
|
-
|
|
10
|
-
${({$withBorders:i})=>i?d`
|
|
11
|
-
border-bottom: 1px solid ${o.ui.background__medium.rgba};
|
|
12
|
-
`:""}
|
|
13
|
-
> section {
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
}
|
|
17
|
-
`,a=e(i.CustomContent)`
|
|
18
|
-
min-height: unset;
|
|
19
|
-
overflow: auto;
|
|
20
|
-
${({$withContentPaddingX:i,$withContentPaddingY:o})=>d`
|
|
21
|
-
padding: ${o?t.medium:0}
|
|
22
|
-
${i?t.medium:0};
|
|
23
|
-
`}
|
|
24
|
-
`,s=e(i.Actions)`
|
|
25
|
-
border-top: 1px solid ${o.ui.background__medium.rgba};
|
|
26
|
-
display: grid;
|
|
27
|
-
grid-template-columns: auto auto auto;
|
|
28
|
-
padding-top: ${t.medium};
|
|
29
|
-
width: 100%;
|
|
30
|
-
|
|
31
|
-
> section {
|
|
32
|
-
display: flex;
|
|
33
|
-
gap: ${t.small};
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
> section#dialog-actions-left {
|
|
37
|
-
grid-column: 1;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
> section#dialog-actions-center {
|
|
41
|
-
grid-column: 2;
|
|
42
|
-
justify-content: center;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
> section#dialog-actions-right {
|
|
46
|
-
grid-column: 3;
|
|
47
|
-
justify-content: flex-end;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
${({$withBorders:i})=>i?d`
|
|
51
|
-
border-top: 1px solid ${o.ui.background__medium.rgba};
|
|
52
|
-
`:d`
|
|
53
|
-
border-top: none;
|
|
54
|
-
`}
|
|
55
|
-
`,m=e.div`
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-direction: row;
|
|
58
|
-
gap: ${t.medium};
|
|
59
|
-
padding: ${t.medium};
|
|
60
|
-
background-color: ${o.ui.background__info.rgba};
|
|
61
|
-
`,l=e.div`
|
|
62
|
-
display: flex;
|
|
63
|
-
align-items: center;
|
|
64
|
-
`;export{m as AdditionalInfoBanner,s as DialogActions,a as DialogContent,n as DialogElement,r as DialogTitle,l as InfoIconWrapper};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as t,jsxs as e}from"react/jsx-runtime";import"../AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../ApplicationIcon/ApplicationIcon.js";import"../Badge/Badge.styles.js";import{Icon as o}from"@equinor/eds-core-react";import"../Banner/Banner.styles.js";import"@equinor/eds-icons";import{Button as i}from"../Button/Button.js";import"../Chip/Chip.js";import"react";import"../ContentMenu/ContentMenu.styles.js";import"../DatePicker/DatePicker.js";import"../DateRangePicker/DateRangePicker.js";import"./Dialog.js";import"../EquinorLogo/EquinorLogo.js";import"../FileProgress/CompactFileProgress.styles.js";import"../../atoms/style/colors.js";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"proj4";import"../RichTextEditor/RichTextEditor.types.js";import"../FileProgress/RegularFileProgress.styles.js";import"react-dropzone";import"../FileUploadArea/FileUploadArea.styles.js";import"../FullPageSpinner/FullPageSpinner.js";import"../InfoElement/InfoElement.js";import{OptionalTooltip as r}from"../OptionalTooltip/OptionalTooltip.js";import"../ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../RichTextEditor/custom-extensions/AmplifyKit.js";import"../RichTextEditor/RichTextEditor.styles.js";import"../RichTextEditor/MenuBar/MenuBar.js";import"@tanstack/react-query";import"../Tabs/Tabs.js";import"../RichTextEditor/MenuBar/MenuBar.styles.js";import"../RichTextEditor/MenuBar/MenuButton.js";import"../Search/Search.js";import"react-router-dom";import"../Sieve/Sieve.styles.js";import"../../_virtual/lodash.js";import"../SingleFilterMenu/SingleFilterMenu.js";import"../Skeleton/SkeletonBase/SkeletonBase.js";import"../Skeleton/Skeleton.styles.js";import"../Stepper/Stepper.js";import"../OptionDrawer/OptionDrawer.js";import"../Select/Select.styles.js";import"../Skeleton/SkeletonField.js";import"../ListItem/ListItem.js";import"../SelectionControls/Checkbox/Checkbox.js";import"../SelectionControls/Radio/Radio.js";import"../SelectionControls/Switch/Switch.js";import"../Waves/Waves.styles.js";import"framer-motion";const s=({text:s,variant:n,color:p,onClick:a,icon:m,disabled:l,isLoading:c=!1})=>t(r,{title:"string"==typeof l?l:"",children:e(i,{variant:n,color:p,onClick:a,disabled:void 0!==l&&!!l,loading:c,children:[m&&t(o,{data:m}),s]})});export{s as DialogAction};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as C}from"react/jsx-runtime";import{forwardRef as L,Fragment as e}from"react";import{colorSwitch as t}from"./EquinorLogo.utils.js";const i=L((({large:L,color:i,size:o},l)=>C(e,{children:C("svg",L?{width:o?2*o:48,height:o?2*o:48,viewBox:"0 0 75 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:l,"data-testid":"logo",children:C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M55.485 5.72054L55.4852 12.3731C55.485 12.5703 55.5839 12.7525 55.7547 12.8508L61.5192 16.1718C61.7637 16.3127 62.0756 16.1362 62.0758 15.8539V9.20147C62.076 9.00427 61.9708 8.8221 61.7999 8.72359L56.0356 5.40281C55.7909 5.26192 55.4854 5.4384 55.485 5.72054ZM73.2401 0.525845L64.9411 5.30705C64.6952 5.44867 64.5437 5.71082 64.5441 5.99462V15.5723C64.5444 15.9788 64.9933 16.2327 65.3454 16.0298L73.6446 11.2489C73.8904 11.1071 74.0326 10.845 74.0322 10.5612L74.0324 0.983548C74.032 0.577027 73.5923 0.323134 73.2401 0.525845ZM61.8556 20.8961L59.5493 22.225C59.4811 22.2644 59.4389 22.3373 59.4389 22.4162L59.4387 25.0776C59.4387 25.1908 59.5638 25.2613 59.6616 25.2049L61.9679 23.8762C62.0363 23.837 62.076 23.764 62.0758 23.6853V21.0234C62.0758 20.9106 61.9534 20.84 61.8556 20.8961ZM60.5115 18.4403L57.0576 16.4416C56.9552 16.3825 56.829 16.3825 56.7266 16.4416L53.2727 18.4403C53.1261 18.525 53.1261 18.7366 53.2727 18.8215L56.7266 20.8198C56.829 20.8792 56.9552 20.8792 57.0576 20.8198L60.5115 18.8215C60.6581 18.7366 60.6581 18.525 60.5115 18.4403ZM66.072 18.8006L67.6068 19.6885C67.6976 19.7411 67.8096 19.7411 67.9006 19.6885L69.4352 18.8006C69.5654 18.725 69.5654 18.537 69.4352 18.4616L67.9006 17.5737C67.8096 17.521 67.6976 17.521 67.6068 17.5737L66.072 18.4616C65.9418 18.537 65.9418 18.725 66.072 18.8006ZM64.8376 20.9376L66.3738 21.8225C66.4648 21.875 66.5209 21.9722 66.5209 22.0773L66.5191 23.8502C66.5189 24.0006 66.356 24.0947 66.2256 24.0197L64.6894 23.1347C64.5984 23.0823 64.5443 22.9847 64.5443 22.8799L64.5441 21.1071C64.5441 20.9568 64.7072 20.8624 64.8376 20.9376ZM49.212 19.1858C49.151 19.0332 49.0212 18.9776 48.8763 19.0638C48.7314 19.15 46.0076 20.773 46.0076 20.773V19.2774C46.0076 19.1095 45.9006 19.0484 45.7482 19.1095L44.863 19.43C44.741 19.4757 44.6952 19.5672 44.6952 19.6894V26.2647C44.6952 26.4021 44.7867 26.4935 44.9241 26.4935H45.7786C45.9158 26.4935 46.0076 26.4021 46.0076 26.2647V22.2373C46.0076 22.2373 49.2192 20.255 49.3494 20.1772C49.4795 20.0992 49.5461 20.0332 49.4867 19.8871C49.4217 19.727 49.212 19.1858 49.212 19.1858ZM1.90371 21.9614C2.19356 20.9086 3.01779 20.2676 4.17755 20.2676C5.44407 20.2676 6.11531 21.0153 6.1764 21.9614H1.90371ZM7.56528 22.3582C7.56528 20.527 6.3138 18.9857 4.22323 18.9857C2.1631 18.9857 0.454102 20.4661 0.454102 22.877C0.454102 25.0745 1.88848 26.6766 4.29954 26.6766C5.39821 26.6766 6.49707 26.2952 7.32111 25.5627C7.42788 25.4711 7.42788 25.3491 7.35157 25.2422L6.93954 24.6014C6.86323 24.4794 6.74123 24.4642 6.61924 24.5557C5.87132 25.105 5.10836 25.3796 4.29954 25.3796C2.75839 25.3796 1.91893 24.3724 1.81217 23.1059H7.33946C7.4809 23.1059 7.56528 23.0036 7.56528 22.8801V22.3582ZM12.379 25.3796C11.082 25.3796 9.9679 24.4946 9.9679 22.8159C9.9679 21.1373 11.082 20.2676 12.379 20.2676C13.737 20.2676 14.79 21.1373 14.79 22.8159C14.79 24.5099 13.737 25.3796 12.379 25.3796ZM15.0037 29.5455H15.8582C15.9955 29.5455 16.087 29.454 16.087 29.3166V19.2757C16.087 19.1079 15.9802 19.0468 15.8124 19.1079L14.9426 19.4285C14.8207 19.4742 14.7746 19.5657 14.7746 19.6879V20.0082C14.3017 19.3674 13.3707 18.9857 12.3637 18.9857C10.3645 18.9857 8.62506 20.4813 8.62506 22.8311C8.62506 24.9066 9.9679 26.6766 12.2874 26.6766C13.3402 26.6766 14.3474 26.2036 14.7746 25.6696V29.3166C14.7746 29.454 14.8663 29.5455 15.0037 29.5455ZM20.434 26.6766C21.2274 26.6766 22.0975 26.4172 22.662 25.5933V26.2647C22.662 26.4019 22.7535 26.4935 22.8909 26.4935H23.7454C23.8828 26.4935 23.9742 26.4019 23.9742 26.2647V19.2909C23.9742 19.1079 23.8674 19.0468 23.7148 19.1079L22.8298 19.4285C22.7078 19.4742 22.662 19.5657 22.662 19.6879V23.3501C22.662 24.6473 21.8227 25.3796 20.6782 25.3796C19.549 25.3796 18.7861 24.6625 18.7861 23.3501V19.2757C18.7861 19.1079 18.6791 19.0468 18.5267 19.1079L17.6417 19.4285C17.5194 19.4742 17.4735 19.5657 17.4735 19.6879V23.3958C17.4735 25.5627 18.7861 26.6766 20.434 26.6766ZM25.7595 18.3297L26.6905 18.0244C26.8429 17.9785 26.904 17.9022 26.904 17.7498V16.6359C26.904 16.4985 26.7972 16.3917 26.6294 16.4528L25.7136 16.7885C25.5764 16.8342 25.5001 16.8953 25.5001 17.0477V18.1159C25.5001 18.2838 25.5916 18.3906 25.7595 18.3297ZM25.7747 26.4935H26.6294C26.7666 26.4935 26.8583 26.4019 26.8583 26.2647V19.2757C26.8583 19.1079 26.7514 19.0468 26.5989 19.1079L25.7136 19.4285C25.5916 19.4742 25.5458 19.5657 25.5458 19.6879V26.2647C25.5458 26.4019 25.6373 26.4935 25.7747 26.4935ZM28.6585 26.4935H29.513C29.6504 26.4935 29.742 26.4019 29.742 26.2647V22.3123C29.742 21.0153 30.5814 20.2828 31.7258 20.2828C32.8549 20.2828 33.6178 21.0001 33.6178 22.3123V26.2647C33.6178 26.4019 33.7094 26.4935 33.8468 26.4935H34.7015C34.8387 26.4935 34.9304 26.4019 34.9304 26.2647V22.2666C34.9304 20.0998 33.6178 18.9857 31.9699 18.9857C31.1765 18.9857 30.3068 19.2451 29.742 20.0693V19.2757C29.742 19.1079 29.6352 19.0468 29.4826 19.1079L28.5974 19.4285C28.4754 19.4742 28.4298 19.5657 28.4298 19.6879V26.2647C28.4298 26.4019 28.5211 26.4935 28.6585 26.4935ZM39.8204 25.3948C38.3097 25.3948 37.3941 24.2657 37.3941 22.8311C37.3941 21.3967 38.3097 20.2676 39.8204 20.2676C41.3157 20.2676 42.2313 21.3967 42.2313 22.8311C42.2313 24.2657 41.3157 25.3948 39.8204 25.3948ZM39.8204 18.9857C37.6229 18.9857 36.0513 20.6185 36.0513 22.8311C36.0513 25.0439 37.6229 26.6766 39.8204 26.6766C42.0177 26.6766 43.5743 25.0439 43.5743 22.8311C43.5743 20.6185 42.0177 18.9857 39.8204 18.9857Z",fill:t(i),"data-testid":"path"})}:{width:o||24,height:o||24,viewBox:"0 0 42 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:l,"data-testid":"logo",children:C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.33323 10.2045L5.33358 23.0959C5.33323 23.478 5.52484 23.831 5.85579 24.0216L17.0263 30.457C17.5002 30.73 18.1045 30.388 18.1049 29.8409V16.9499C18.1052 16.5677 17.9015 16.2147 17.5702 16.0238L6.40005 9.58875C5.92583 9.31573 5.33394 9.65771 5.33323 10.2045ZM39.7392 0.138079L23.6573 9.40318C23.1809 9.67762 22.8873 10.1856 22.888 10.7356V29.2953C22.8887 30.083 23.7586 30.575 24.4407 30.1819L40.5231 20.9175C40.9994 20.6427 41.2749 20.1347 41.2742 19.5847L41.2746 1.02502C41.2738 0.23726 40.4217 -0.254736 39.7392 0.138079ZM17.6783 39.6119L13.2091 42.1871C13.0768 42.2635 12.9951 42.4046 12.9951 42.5575L12.9947 47.7149C12.9947 47.9342 13.2372 48.0708 13.4266 47.9616L17.8958 45.3868C18.0284 45.3107 18.1052 45.1693 18.1049 45.0168V39.8586C18.1049 39.64 17.8678 39.5031 17.6783 39.6119ZM15.0736 34.853L8.38048 30.9799C8.18212 30.8655 7.93754 30.8655 7.73918 30.9799L1.04603 34.853C0.761999 35.0172 0.761999 35.4271 1.04603 35.5917L7.73918 39.464C7.93754 39.5792 8.18212 39.5792 8.38048 39.464L15.0736 35.5917C15.3577 35.4271 15.3577 35.0172 15.0736 34.853ZM25.8488 35.5512L28.8229 37.2717C28.9988 37.3737 29.216 37.3737 29.3923 37.2717L32.366 35.5512C32.6184 35.4047 32.6184 35.0403 32.366 34.8942L29.3923 33.1736C29.216 33.0716 28.9988 33.0716 28.8229 33.1736L25.8488 34.8942C25.5964 35.0403 25.5964 35.4047 25.8488 35.5512ZM23.4568 39.6922L26.4336 41.4071C26.6099 41.5088 26.7187 41.6972 26.7187 41.9009L26.7152 45.3363C26.7148 45.6278 26.3991 45.8102 26.1464 45.6648L23.1695 43.9499C22.9932 43.8483 22.8883 43.6591 22.8883 43.4562L22.888 40.0207C22.888 39.7296 23.204 39.5465 23.4568 39.6922Z",fill:t(i),"data-testid":"path"})})})));i.displayName="EquinorLogo";export{i as EquinorLogo};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{colors as e}from"../../atoms/style/colors.js";const r=r=>{switch(r){case"red":default:return e.logo.fill_positive.rgba;case"white":return e.logo.fill_negative.rgba;case"black":return"#000"}};export{r as colorSwitch};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{NegativeFilled as i}from"./NegativeFilled.js";import{NegativeOutlined as o}from"./NegativeOutlined.js";import{PositiveFilled as t}from"./PositiveFilled.js";import{PositiveOutlined as n}from"./PositiveOutlined.js";const m=[{iconName:"negative-outlined",component:o},{iconName:"negative-filled",component:i},{iconName:"positive-filled",component:t},{iconName:"positive-outlined",component:n}],r=({name:i,size:o=48,variant:t="filled"})=>{const n=m.find((e=>e.iconName===`${i}-${t}`));return e(n.component,{size:o})};export{r as FeedBackIcon};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as t,jsx as i}from"react/jsx-runtime";const e=({size:e})=>t("svg",{width:e,height:e,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"negative-filled",children:[i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",fill:"#D5EAF4"}),i("path",{d:"M12 35.0466C12 33.4708 12.3104 31.9103 12.9134 30.4544C13.5165 28.9985 14.4004 27.6757 15.5147 26.5613C16.629 25.447 17.9519 24.5631 19.4078 23.9601C20.8637 23.357 22.4241 23.0466 24 23.0466C25.5759 23.0466 27.1363 23.357 28.5922 23.9601C30.0481 24.5631 31.371 25.447 32.4853 26.5614C33.5996 27.6757 34.4835 28.9985 35.0866 30.4544C35.6896 31.9103 36 33.4708 36 35.0466L32.4 35.0466C32.4 33.9435 32.1827 32.8512 31.7606 31.8321C31.3384 30.813 30.7197 29.8869 29.9397 29.1069C29.1597 28.3269 28.2337 27.7082 27.2145 27.286C26.1954 26.8639 25.1031 26.6466 24 26.6466C22.8969 26.6466 21.8046 26.8639 20.7855 27.286C19.7663 27.7082 18.8403 28.3269 18.0603 29.1069C17.2803 29.8869 16.6616 30.813 16.2394 31.8321C15.8173 32.8512 15.6 33.9435 15.6 35.0466L12 35.0466Z",fill:"#007079"}),i("circle",{cx:"16",cy:"15",r:"3",fill:"#007079"}),i("circle",{cx:"32",cy:"15",r:"3",fill:"#007079"}),i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#007079",strokeDasharray:"4 4"})]});export{e as NegativeFilled};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";const i=({size:i})=>t("svg",{width:i,height:i,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"negative-outlined",children:[e("path",{d:"M12 35.0466C12 33.4708 12.3104 31.9103 12.9134 30.4544C13.5165 28.9985 14.4004 27.6757 15.5147 26.5613C16.629 25.447 17.9519 24.5631 19.4078 23.9601C20.8637 23.357 22.4241 23.0466 24 23.0466C25.5759 23.0466 27.1363 23.357 28.5922 23.9601C30.0481 24.5631 31.371 25.447 32.4853 26.5614C33.5996 27.6757 34.4835 28.9985 35.0866 30.4544C35.6896 31.9103 36 33.4708 36 35.0466L32.4 35.0466C32.4 33.9435 32.1827 32.8512 31.7606 31.8321C31.3384 30.813 30.7197 29.8869 29.9397 29.1069C29.1597 28.3269 28.2337 27.7082 27.2145 27.286C26.1954 26.8639 25.1031 26.6466 24 26.6466C22.8969 26.6466 21.8046 26.8639 20.7855 27.286C19.7663 27.7082 18.8403 28.3269 18.0603 29.1069C17.2803 29.8869 16.6616 30.813 16.2394 31.8321C15.8173 32.8512 15.6 33.9435 15.6 35.0466L12 35.0466Z",fill:"#6F6F6F"}),e("circle",{cx:"16",cy:"15",r:"3",fill:"#6F6F6F"}),e("circle",{cx:"32",cy:"15",r:"3",fill:"#6F6F6F"}),e("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#6F6F6F",strokeDasharray:"4 4"})]});export{i as NegativeOutlined};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as i,jsx as t}from"react/jsx-runtime";const e=({size:e})=>i("svg",{width:e,height:e,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"positive-filled",children:[t("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",fill:"#D5EAF4"}),t("path",{d:"M36 24C36 25.5759 35.6896 27.1363 35.0866 28.5922C34.4835 30.0481 33.5996 31.371 32.4853 32.4853C31.371 33.5996 30.0481 34.4835 28.5922 35.0866C27.1363 35.6896 25.5759 36 24 36C22.4241 36 20.8637 35.6896 19.4078 35.0866C17.9519 34.4835 16.629 33.5996 15.5147 32.4853C14.4004 31.371 13.5165 30.0481 12.9134 28.5922C12.3104 27.1363 12 25.5759 12 24L24 24L36 24Z",fill:"#007079"}),t("circle",{cx:"16",cy:"15",r:"3",fill:"#007079"}),t("circle",{cx:"32",cy:"15",r:"3",fill:"#007079"}),t("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#007079",strokeDasharray:"4 4"})]});export{e as PositiveFilled};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as t,jsx as i}from"react/jsx-runtime";const e=({size:e})=>t("svg",{width:e,height:e,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-testid":"positive-outlined",children:[i("path",{d:"M36 24C36 25.5759 35.6896 27.1363 35.0866 28.5922C34.4835 30.0481 33.5996 31.371 32.4853 32.4853C31.371 33.5996 30.0481 34.4835 28.5922 35.0866C27.1363 35.6896 25.5759 36 24 36C22.4241 36 20.8637 35.6896 19.4078 35.0866C17.9519 34.4835 16.629 33.5996 15.5147 32.4853C14.4004 31.371 13.5165 30.0481 12.9134 28.5922C12.3104 27.1363 12 25.5759 12 24L24 24L36 24Z",fill:"#6F6F6F"}),i("circle",{cx:"16",cy:"15",r:"3",fill:"#6F6F6F"}),i("circle",{cx:"32",cy:"15",r:"3",fill:"#6F6F6F"}),i("rect",{x:"0.5",y:"0.5",width:"47",height:"47",rx:"7.5",stroke:"#6F6F6F",strokeDasharray:"4 4"})]});export{e as PositiveOutlined};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{useState as r,useEffect as i,useMemo as o}from"react";import{Icon as s,Typography as n}from"@equinor/eds-core-react";import{error_outlined as a,clear as l}from"@equinor/eds-icons";import{Rejection as m,DoneWrapper as p,LoadingWrapper as c,CircularProgress as h,CompactFileProgressContainer as d,FileTooltip as j,AdditionalText as g,CloseButton as u}from"./CompactFileProgress.styles.js";import{isFileImage as k,getFileIcon as x,readUploadedFileAsText as S}from"./FileProgress.utils.js";import{colors as v}from"../../atoms/style/colors.js";import"../AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../ApplicationIcon/ApplicationIcon.js";import"../Badge/Badge.styles.js";import"../Banner/Banner.styles.js";import"../Button/Button.js";import"../Chip/Chip.js";import"../ContentMenu/ContentMenu.styles.js";import"../DatePicker/DatePicker.js";import"../DateRangePicker/DateRangePicker.js";import"../Dialog/Dialog.js";import"../EquinorLogo/EquinorLogo.js";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"proj4";import"../RichTextEditor/RichTextEditor.types.js";import"./RegularFileProgress.styles.js";import"react-dropzone";import"../FileUploadArea/FileUploadArea.styles.js";import"../FullPageSpinner/FullPageSpinner.js";import"../InfoElement/InfoElement.js";import{OptionalTooltip as y}from"../OptionalTooltip/OptionalTooltip.js";import"../ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../RichTextEditor/custom-extensions/AmplifyKit.js";import"../RichTextEditor/RichTextEditor.styles.js";import"../RichTextEditor/MenuBar/MenuBar.js";import"@tanstack/react-query";import"../Tabs/Tabs.js";import"../RichTextEditor/MenuBar/MenuBar.styles.js";import"../RichTextEditor/MenuBar/MenuButton.js";import"../Search/Search.js";import"react-router-dom";import"../Sieve/Sieve.styles.js";import"../../_virtual/lodash.js";import"../SingleFilterMenu/SingleFilterMenu.js";import"../Skeleton/SkeletonBase/SkeletonBase.js";import"../Skeleton/Skeleton.styles.js";import"../Stepper/Stepper.js";import"../OptionDrawer/OptionDrawer.js";import"../Select/Select.styles.js";import"../Skeleton/SkeletonField.js";import"../ListItem/ListItem.js";import"../SelectionControls/Checkbox/Checkbox.js";import"../SelectionControls/Radio/Radio.js";import"../SelectionControls/Switch/Switch.js";import"../Waves/Waves.styles.js";import"framer-motion";const w=({file:w,isError:f,shortErrorText:B,showCompleteState:E,fullErrorText:C,handleOnClick:T,isDeleting:D,...R})=>{const[P,_]=r("");i((()=>{f||(async t=>{const e=await S(t);_(e)})(w)}),[f,w]);const A=o((()=>f?C&&C.length>0?C:"An error has occurred with the file":""),[C,f]),F=o((()=>f?t(m,{children:[e(s,{data:a,color:v.interactive.warning__text.rgba}),e("div",{children:B&&B.length>0?B:"Invalid file type"}),e("svg",{width:"88",height:"88",viewBox:"0 0 88 88",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("rect",{x:"1",y:"1",width:"86",height:"86",rx:"7",stroke:v.interactive.warning__text.rgba,strokeWidth:"2",strokeDasharray:"4 4"})})]}):E&&!D&&k(w.name)?e(p,{children:e("img",{src:P,alt:` ${w.name}`})}):E&&!D?e(p,{children:e(s,{data:x(w.name)})}):t(c,{children:[e(h,{variant:R.indeterminate||D?"indeterminate":"determinate",value:R.isDone||R.indeterminate?void 0:R.progressPercent,size:24}),e(n,{variant:"meta",children:"Uploading..."}),e("svg",{width:"88",height:"88",viewBox:"0 0 88 88",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e("rect",{x:"1",y:"1",width:"86",height:"86",rx:"7",stroke:v.ui.background__medium.rgba,strokeWidth:"2",strokeDasharray:"4 4"})})]})),[f,E,D,B,P,w.name,R]);return t(d,{$isError:f,children:[e(j,{title:A,children:F}),e(y,{title:w.name,children:e(g,{group:"paragraph",variant:"meta",children:w.name})}),!D&&R.onDelete&&e(u,{"data-testid":"delete-file",onClick:T,children:e(s,{color:v.text.static_icons__tertiary.rgba,data:l})})]})};export{w as default};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const BORDER_RADIUS = "7px";
|
|
2
|
-
interface ContainerProps {
|
|
3
|
-
$isError?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const CompactFileProgressContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
|
|
6
|
-
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
7
|
-
as?: import("react").ElementType | undefined;
|
|
8
|
-
} & (import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "italic" | "bold" | "variant" | "link" | "group" | "token" | "lines">)) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
9
|
-
export declare const LoadingWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
-
export declare const DoneWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export declare const Rejection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
-
export declare const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
-
export declare const AdditionalText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
14
|
-
as?: import("react").ElementType | undefined;
|
|
15
|
-
} & (import("@equinor/eds-core-react").TypographyProps & Omit<any, "nonce" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "italic" | "bold" | "variant" | "link" | "group" | "token" | "lines">)) & import("styled-components/dist/types").BaseObject, import("styled-components/dist/types").BaseObject>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
-
export declare const FileTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
17
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
18
|
-
title?: import("react").ReactNode;
|
|
19
|
-
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
20
|
-
enterDelay?: number;
|
|
21
|
-
portalContainer?: HTMLElement;
|
|
22
|
-
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "title"> & import("react").RefAttributes<HTMLDivElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
23
|
-
placement?: import("@floating-ui/utils").Placement;
|
|
24
|
-
title?: import("react").ReactNode;
|
|
25
|
-
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
26
|
-
enterDelay?: number;
|
|
27
|
-
portalContainer?: HTMLElement;
|
|
28
|
-
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "title"> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
29
|
-
export declare const CircularProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("@equinor/eds-core-react").CircularProgressProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>, keyof import("react").Component<any, {}, any>>;
|
|
30
|
-
export {};
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import{Typography as i,Tooltip as t,CircularProgress as r}from"@equinor/eds-core-react";import{animation as e}from"../../atoms/style/animation.js";import{colors as o}from"../../atoms/style/colors.js";import{spacings as s}from"../../atoms/style/spacings.js";import a,{css as n}from"styled-components";const l="7px",d=a.div`
|
|
2
|
-
margin: 10px 0;
|
|
3
|
-
width: 88px;
|
|
4
|
-
height: 88px;
|
|
5
|
-
box-sizing: border-box;
|
|
6
|
-
position: relative;
|
|
7
|
-
transition: ${e.transitionMS};
|
|
8
|
-
border-radius: ${l};
|
|
9
|
-
${({$isError:i})=>i&&n`
|
|
10
|
-
&:hover {
|
|
11
|
-
background: ${o.ui.background__warning.rgba};
|
|
12
|
-
}
|
|
13
|
-
`}
|
|
14
|
-
`;a(i)`
|
|
15
|
-
margin: ${s.small} ${s.small} 0 ${s.small};
|
|
16
|
-
color: ${o.text.static_icons__tertiary.rgba};
|
|
17
|
-
`;const c=a.div`
|
|
18
|
-
height: 100%;
|
|
19
|
-
width: 100%;
|
|
20
|
-
overflow: hidden;
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
gap: ${s.small};
|
|
24
|
-
justify-content: center;
|
|
25
|
-
align-items: center;
|
|
26
|
-
border-radius: ${l};
|
|
27
|
-
> svg:last-child {
|
|
28
|
-
position: absolute;
|
|
29
|
-
}
|
|
30
|
-
`,p=a.div`
|
|
31
|
-
height: 100%;
|
|
32
|
-
width: 100%;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
border: 2px solid ${o.ui.background__medium.rgba};
|
|
35
|
-
border-radius: ${l};
|
|
36
|
-
position: relative;
|
|
37
|
-
display: flex;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
align-items: center;
|
|
40
|
-
|
|
41
|
-
> img {
|
|
42
|
-
object-fit: cover;
|
|
43
|
-
width: 88px;
|
|
44
|
-
height: 88px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
> svg {
|
|
48
|
-
width: 40px;
|
|
49
|
-
height: 40px;
|
|
50
|
-
}
|
|
51
|
-
`,g=a.div`
|
|
52
|
-
display: flex;
|
|
53
|
-
flex-direction: column;
|
|
54
|
-
gap: ${s.small};
|
|
55
|
-
align-items: center;
|
|
56
|
-
justify-content: center;
|
|
57
|
-
height: 100%;
|
|
58
|
-
width: 100%;
|
|
59
|
-
font-size: 11px;
|
|
60
|
-
justify-items: center;
|
|
61
|
-
text-align: center;
|
|
62
|
-
border-radius: ${l};
|
|
63
|
-
> svg:last-child {
|
|
64
|
-
position: absolute;
|
|
65
|
-
}
|
|
66
|
-
> div {
|
|
67
|
-
color: ${o.interactive.warning__text.rgba};
|
|
68
|
-
}
|
|
69
|
-
`,h=a.div`
|
|
70
|
-
background-color: ${o.text.static_icons__tertiary.rgba};
|
|
71
|
-
border-radius: 50%;
|
|
72
|
-
border: 2px solid ${o.ui.background__light.rgba};
|
|
73
|
-
position: absolute;
|
|
74
|
-
width: 18px;
|
|
75
|
-
height: 18px;
|
|
76
|
-
right: -10px;
|
|
77
|
-
cursor: pointer;
|
|
78
|
-
top: -10px;
|
|
79
|
-
> svg {
|
|
80
|
-
width: 14px;
|
|
81
|
-
height: 14px;
|
|
82
|
-
fill: ${o.ui.background__light.rgba};
|
|
83
|
-
}
|
|
84
|
-
`,m=a(i)`
|
|
85
|
-
font-size: 10px;
|
|
86
|
-
padding-top: ${s.x_small};
|
|
87
|
-
width: 100%;
|
|
88
|
-
overflow: hidden;
|
|
89
|
-
text-overflow: ellipsis;
|
|
90
|
-
text-wrap: nowrap;
|
|
91
|
-
`,x=a(t)`
|
|
92
|
-
white-space: pre;
|
|
93
|
-
`,b=a(r)`
|
|
94
|
-
circle {
|
|
95
|
-
stroke: ${o.interactive.primary__resting.rgba};
|
|
96
|
-
}
|
|
97
|
-
circle:first-child {
|
|
98
|
-
stroke: ${o.interactive.primary__hover_alt.rgba};
|
|
99
|
-
}
|
|
100
|
-
`;export{m as AdditionalText,l as BORDER_RADIUS,b as CircularProgress,h as CloseButton,d as CompactFileProgressContainer,p as DoneWrapper,x as FileTooltip,c as LoadingWrapper,g as Rejection};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{useState as o,useMemo as r}from"react";import t from"./CompactFileProgress.js";import i from"./RegularFileProgress.js";const n=n=>{const[s,l]=o(!1),a=r((()=>!!(n.isError??void 0===n.isDone)||n.isDone),[n.isError,n.isDone]),m=async()=>{!a&&n.onCancel?n.onCancel():n.onDelete&&(l(!0),await n.onDelete(),l(!1))};return n.compact?e(t,{...n,isDeleting:s,showCompleteState:a,handleOnClick:m}):e(i,{...n,isDeleting:s,showCompleteState:a,handleOnClick:m})};export{n as FileProgress};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{file_description as e,library_pdf as n}from"@equinor/eds-icons";function r(e){const n=new FileReader;return new Promise(((r,o)=>{n.onerror=()=>{n.abort(),o(new DOMException("Problem parsing input file."))},n.onload=()=>{r(n.result)},n.readAsDataURL(e)}))}function o(e){return/\.(jpe?g|png|gif|bmp)$/i.test(e)}function t(r){return"pdf"===r.split(".").pop()?n:e}export{t as getFileIcon,o as isFileImage,r as readUploadedFileAsText};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{useMemo as i}from"react";import{Icon as t,Typography as o,Button as n,CircularProgress as s}from"@equinor/eds-core-react";import{file as a,delete_to_trash as c,close_circle_outlined as l,refresh as m}from"@equinor/eds-icons";import{colors as d}from"../../atoms/style/colors.js";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"proj4";import"../RichTextEditor/RichTextEditor.types.js";import{formatDataSize as p}from"../../atoms/utils/size.js";import{Container as h,RegularFileProgressWrapper as u,FileName as v,ProgressWrapper as g,LinearProgress as f,RegularFileProgressDetails as z}from"./RegularFileProgress.styles.js";const _=({onRetry:_,file:x,customLoadingText:j,customCompleteText:y,isError:C,fullErrorText:E,showCompleteState:F,handleOnClick:T,isDeleting:b,...D})=>{const P=i((()=>{if(!x?.size||D.isDone||D.indeterminate||void 0===D.progressPercent)return 1;const e=x.size/100*D.progressPercent;return p({inputFormat:"B",size:e,decimals:1})}),[x?.size,D]),R=i((()=>{if(C)return E??"An error has occurred";return F?y??"File uploaded!":j??"loading..."}),[y,j,E,F,C]);return e(h,{$isError:C,children:[r(t,{data:a,color:C?d.interactive.warning__hover.rgba:d.interactive.primary__resting.rgba,size:32}),e(u,{children:[e(v,{children:[r(o,{variant:"caption",children:x.name}),e("div",{children:[b?r(n,{variant:"ghost_icon",children:r(s,{size:24})}):D.onDelete&&r(n,{variant:"ghost_icon",onClick:T,"data-testid":"delete-file",children:r(t,{data:F?c:l,color:d.text.static_icons__tertiary.rgba,size:24})}),C&&_&&r(n,{variant:"ghost_icon",onClick:_,children:r(t,{data:m,color:d.text.static_icons__tertiary.rgba,size:24})})]})]}),r(g,{children:!F&&!D.isDone&&r(f,{variant:D.indeterminate?"indeterminate":"determinate",value:D.indeterminate?void 0:D.progressPercent})}),e(z,{children:[r(o,{variant:"overline",children:R}),x?.size&&r(o,{variant:"overline",children:F?p({size:x.size,decimals:1,inputFormat:"B"}):`${P} of ${p({size:x.size,decimals:1,inputFormat:"B"})}`})]})]})]})};export{_ as default};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import{LinearProgress as e}from"@equinor/eds-core-react";import{colors as i}from"../../atoms/style/colors.js";import{spacings as r}from"../../atoms/style/spacings.js";import t from"styled-components";const a=t.div`
|
|
2
|
-
max-width: 555px;
|
|
3
|
-
padding: ${r.medium} ${r.large};
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: space-between;
|
|
6
|
-
align-items: center;
|
|
7
|
-
gap: ${r.medium};
|
|
8
|
-
border: 1px solid
|
|
9
|
-
${({$isError:e})=>e?i.interactive.warning__hover.rgba:i.ui.background__medium.rgba};
|
|
10
|
-
border-radius: 4px;
|
|
11
|
-
`,o=t.div`
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
width: 100%;
|
|
15
|
-
`,n=t.div`
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
gap: ${r.small};
|
|
19
|
-
justify-content: space-between;
|
|
20
|
-
min-height: 40px;
|
|
21
|
-
word-break: break-word;
|
|
22
|
-
`,s=t.div`
|
|
23
|
-
align-items: center;
|
|
24
|
-
display: flex;
|
|
25
|
-
justify-content: space-between;
|
|
26
|
-
padding-top: ${r.small};
|
|
27
|
-
`,d=t.div`
|
|
28
|
-
min-height: 4px;
|
|
29
|
-
`,m=t(e)`
|
|
30
|
-
background-color: ${i.interactive.primary__hover_alt.rgba};
|
|
31
|
-
|
|
32
|
-
div {
|
|
33
|
-
background-color: ${i.interactive.primary__resting.rgba};
|
|
34
|
-
}
|
|
35
|
-
`;export{a as Container,n as FileName,m as LinearProgress,d as ProgressWrapper,s as RegularFileProgressDetails,o as RegularFileProgressWrapper};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const o="file-upload-scrim";export{o as FILE_UPLOAD_SCRIM_ID};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{useEffect as r,useMemo as i}from"react";import{useDropzone as o}from"react-dropzone";import{Typography as n,Icon as a}from"@equinor/eds-core-react";import{folder as s}from"@equinor/eds-icons";import{SmallUploadWrapper as l,MediumUploadWrapper as p,DividerRow as c,UploadWrapper as m}from"./FileUploadArea.styles.js";import{colors as d}from"../../atoms/style/colors.js";import"../AnimatedCheckmark/AnimatedCheckmark.styles.js";import"../ApplicationIcon/ApplicationIcon.js";import"../Badge/Badge.styles.js";import"../Banner/Banner.styles.js";import{Button as u}from"../Button/Button.js";import"../Chip/Chip.js";import"../ContentMenu/ContentMenu.styles.js";import"../DatePicker/DatePicker.js";import"../DateRangePicker/DateRangePicker.js";import"../Dialog/Dialog.js";import"../EquinorLogo/EquinorLogo.js";import"../FileProgress/CompactFileProgress.styles.js";import"../../atoms/utils/auth_environment.js";import"html2canvas";import"proj4";import"../RichTextEditor/RichTextEditor.types.js";import"../FileProgress/RegularFileProgress.styles.js";import{FILE_UPLOAD_SCRIM_ID as h}from"./FileUploadArea.constants.js";import{UploadIllustration as g}from"./UploadIllustration.js";import"../FullPageSpinner/FullPageSpinner.js";import"../InfoElement/InfoElement.js";import{OptionalTooltip as v}from"../OptionalTooltip/OptionalTooltip.js";import"../ProfileAvatar/ProfileAvatar.js";import"@tiptap/react";import"../RichTextEditor/custom-extensions/AmplifyKit.js";import"../RichTextEditor/RichTextEditor.styles.js";import"../RichTextEditor/MenuBar/MenuBar.js";import"@tanstack/react-query";import"../Tabs/Tabs.js";import"../RichTextEditor/MenuBar/MenuBar.styles.js";import"../RichTextEditor/MenuBar/MenuButton.js";import"../Search/Search.js";import"react-router-dom";import"../Sieve/Sieve.styles.js";import"../../_virtual/lodash.js";import"../SingleFilterMenu/SingleFilterMenu.js";import"../Skeleton/SkeletonBase/SkeletonBase.js";import"../Skeleton/Skeleton.styles.js";import"../Stepper/Stepper.js";import"../OptionDrawer/OptionDrawer.js";import"../Select/Select.styles.js";import"../Skeleton/SkeletonField.js";import"../ListItem/ListItem.js";import"../SelectionControls/Checkbox/Checkbox.js";import"../SelectionControls/Radio/Radio.js";import"../SelectionControls/Switch/Switch.js";import"../Waves/Waves.styles.js";import"framer-motion";const j=({size:j="large",...y})=>{const{getRootProps:f,getInputProps:k,isDragActive:S}=o({...y});r((()=>{const t=()=>{if(!window.document.getElementById(h)){const t=document.createElement("div");t.id=h,t.style.position="fixed",t.style.top="0",t.style.left="0",t.style.width="100%",t.style.height="100%",t.style.backgroundColor=d.ui.background__scrim.rgba,t.style.zIndex="9999",t.style.pointerEvents="none",window.document.body.appendChild(t)}},e=()=>{const t=window.document.getElementById(h);null!==t&&t.remove()};return window.document.addEventListener("dragover",t),window.document.addEventListener("dragend",e),window.document.addEventListener("mouseleave",(()=>e)),()=>{window.document.removeEventListener("dragover",t),window.document.removeEventListener("dragend",e),window.document.removeEventListener("mouseleave",e)}}),[]);const w=i((()=>{if(y.accept)return Object.values(y.accept).join(", ")}),[y.accept]);return"small"==j?t(l,{...f(),style:{background:S?d.interactive.primary__hover_alt.rgba:void 0},children:[e("input",{"data-testid":"file-upload-area-input",...k()}),e(g,{}),e(n,{variant:"meta",children:"Upload file"}),y.accept&&e(v,{title:`Supported filetypes: ${w}`,children:t(n,{variant:"meta",children:["(",w,")"]})})]}):"medium"==j?t(p,{...f(),style:{background:S?d.interactive.primary__hover_alt.rgba:void 0},children:[e("input",{"data-testid":"file-upload-area-input",...k()}),e(g,{}),t("section",{children:[e(n,{variant:"button",group:"navigation",children:"Drag files here"}),y.accept&&e(v,{title:`Supported filetypes: ${w}`,children:e(n,{group:"paragraph",variant:"meta",color:d.text.static_icons__tertiary.rgba,children:w})})]}),t(c,{children:[e("hr",{}),e(n,{variant:"meta",children:"OR"}),e("hr",{})]}),t(u,{variant:"ghost",onClick:f().onClick,children:[e(a,{data:s}),"Browse files"]})]}):t(m,{...f(),onClick:void 0,style:{background:S?d.interactive.primary__hover_alt.rgba:void 0},children:[e("input",{"data-testid":"file-upload-area-input",...k()}),e(g,{}),t("section",{children:[e(n,{variant:"button",group:"navigation",children:"Drag files here to upload."}),y.accept&&t(n,{group:"paragraph",variant:"meta",color:d.text.static_icons__tertiary.rgba,children:["Supported filetypes: ",w]})]}),t(c,{children:[e("hr",{}),e(n,{variant:"button",group:"navigation",children:"OR"}),e("hr",{})]}),t(u,{variant:"ghost",onClick:f().onClick,children:[e(a,{data:s}),"Browse files"]})]})};export{j as FileUploadArea};
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import{animation as t}from"../../atoms/style/animation.js";import{colors as i}from"../../atoms/style/colors.js";import{spacings as r}from"../../atoms/style/spacings.js";import e from"styled-components";const o=e.div`
|
|
2
|
-
position: relative;
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
gap: ${r.small};
|
|
6
|
-
justify-content: center;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
border: 2px dashed ${i.interactive.primary__resting.rgba};
|
|
9
|
-
border-radius: 15px;
|
|
10
|
-
padding: ${r.medium_small} ${r.xx_large};
|
|
11
|
-
/* v8 ignore next */
|
|
12
|
-
background: ${i.ui.background__light.rgba};
|
|
13
|
-
transition: background ${t.transitionMS};
|
|
14
|
-
z-index: 10000;
|
|
15
|
-
|
|
16
|
-
> svg {
|
|
17
|
-
flex-shrink: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
> p {
|
|
21
|
-
text-wrap: nowrap;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
> section {
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
align-items: center;
|
|
28
|
-
gap: ${r.x_small};
|
|
29
|
-
margin: calc(${r.medium_small} / 2) 0;
|
|
30
|
-
}
|
|
31
|
-
`,a=e(o)`
|
|
32
|
-
width: 88px;
|
|
33
|
-
height: 88px;
|
|
34
|
-
margin-bottom: 1.6em;
|
|
35
|
-
> svg {
|
|
36
|
-
width: 48px;
|
|
37
|
-
height: 48px;
|
|
38
|
-
}
|
|
39
|
-
> p {
|
|
40
|
-
color: ${i.interactive.primary__resting.rgba};
|
|
41
|
-
}
|
|
42
|
-
> p:last-child {
|
|
43
|
-
color: ${i.text.static_icons__tertiary.rgba};
|
|
44
|
-
max-width: 100%;
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
text-overflow: ellipsis;
|
|
47
|
-
text-wrap: nowrap;
|
|
48
|
-
position: absolute;
|
|
49
|
-
bottom: calc((1.6em + ${r.small}) * -1);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&:hover {
|
|
53
|
-
cursor: pointer;
|
|
54
|
-
background: ${i.interactive.primary__hover_alt.rgba};
|
|
55
|
-
}
|
|
56
|
-
`,n=e(o)`
|
|
57
|
-
width: 180px;
|
|
58
|
-
height: 180px;
|
|
59
|
-
gap: 0;
|
|
60
|
-
> svg {
|
|
61
|
-
width: 62px;
|
|
62
|
-
height: 62px;
|
|
63
|
-
}
|
|
64
|
-
> section > p {
|
|
65
|
-
text-wrap: nowrap;
|
|
66
|
-
overflow: hidden;
|
|
67
|
-
text-overflow: ellipsis;
|
|
68
|
-
}
|
|
69
|
-
> button {
|
|
70
|
-
margin-top: ${r.x_small};
|
|
71
|
-
text-wrap: nowrap;
|
|
72
|
-
}
|
|
73
|
-
`,s=e.div`
|
|
74
|
-
display: grid;
|
|
75
|
-
grid-template-columns: 1fr auto 1fr;
|
|
76
|
-
width: 100%;
|
|
77
|
-
gap: ${r.x_small};
|
|
78
|
-
align-items: center;
|
|
79
|
-
|
|
80
|
-
> p {
|
|
81
|
-
color: ${i.text.static_icons__tertiary.rgba};
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
> hr {
|
|
85
|
-
width: 100%;
|
|
86
|
-
height: 2px;
|
|
87
|
-
}
|
|
88
|
-
`;export{s as DividerRow,n as MediumUploadWrapper,a as SmallUploadWrapper,o as UploadWrapper};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{jsxs as l,jsx as C}from"react/jsx-runtime";const e=()=>l("svg",{"data-testid":"upload-illustration",width:"73",height:"72",viewBox:"0 0 73 72",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[C("path",{d:"M10.5269 25.5806C10.5269 24.4761 11.4223 23.5806 12.5269 23.5806H57.7912C58.8958 23.5806 59.7912 24.4761 59.7912 25.5806V60.1295C59.7912 61.234 58.8958 62.1295 57.7912 62.1295H12.5269C11.4223 62.1295 10.5269 61.234 10.5269 60.1295V25.5806Z",fill:"#C9E0E2"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.7912 25.5806H12.5269L12.5269 60.1295H57.7912L57.7912 25.5806ZM12.5269 23.5806C11.4223 23.5806 10.5269 24.4761 10.5269 25.5806V60.1295C10.5269 61.234 11.4223 62.1295 12.5269 62.1295H57.7912C58.8958 62.1295 59.7912 61.234 59.7912 60.1295V25.5806C59.7912 24.4761 58.8958 23.5806 57.7912 23.5806H12.5269Z",fill:"#007079"}),C("path",{d:"M61.8817 63.5719L66.7565 33.1905C66.9516 31.9751 66.0128 30.8737 64.7818 30.8737H43.0756C42.6971 30.8737 42.3263 30.9811 42.0064 31.1834L31.4559 37.8569C31.136 38.0593 30.7653 38.1667 30.3867 38.1667H7.75437C6.52339 38.1667 5.5846 39.2681 5.77963 40.4835L9.48431 63.5719C9.63993 64.5418 10.4768 65.2551 11.4591 65.2551H59.9069C60.8892 65.2551 61.726 64.5418 61.8817 63.5719Z",fill:"white"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M43.0758 31.8737C42.8865 31.8737 42.7012 31.9274 42.5412 32.0285L42.0109 31.1901L42.5412 32.0285L31.9907 38.7021C31.5108 39.0056 30.9547 39.1667 30.387 39.1667H7.7546C7.13911 39.1667 6.66972 39.7174 6.76723 40.3251L10.4719 63.4135C10.5497 63.8984 10.9682 64.2551 11.4593 64.2551H59.9071C60.3983 64.2551 60.8167 63.8984 60.8945 63.4135L65.7694 33.0321C65.8669 32.4244 65.3975 31.8737 64.782 31.8737H43.0758ZM41.4721 30.3383C41.9519 30.0348 42.508 29.8737 43.0758 29.8737H64.782C66.6285 29.8737 68.0367 31.5258 67.7442 33.3489L62.8693 63.7303C62.6358 65.1851 61.3805 66.2551 59.9071 66.2551H11.4593C9.9859 66.2551 8.7306 65.1851 8.49717 63.7303L4.79249 40.642C4.49995 38.8188 5.90813 37.1667 7.7546 37.1667H30.387C30.5762 37.1667 30.7616 37.113 30.9215 37.0118L41.4721 30.3383Z",fill:"#007079"}),C("path",{d:"M31.5987 48.072C31.5987 49.5367 30.7009 50.724 29.5933 50.724C28.4858 50.724 27.5879 49.5367 27.5879 48.072C27.5879 46.6073 28.4858 45.42 29.5933 45.42C30.7009 45.42 31.5987 46.6073 31.5987 48.072Z",fill:"#007079"}),C("path",{d:"M42.4933 48.072C42.4933 49.5367 41.5954 50.724 40.4879 50.724C39.3803 50.724 38.4824 49.5367 38.4824 48.072C38.4824 46.6073 39.3803 45.42 40.4879 45.42C41.5954 45.42 42.4933 46.6073 42.4933 48.072Z",fill:"#007079"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M29.0414 53.8623C29.4765 53.5221 30.1049 53.5991 30.4451 54.0342C31.1297 54.9099 32.4297 55.9577 34.0448 56.2581C35.5886 56.5452 37.5937 56.1826 39.8467 53.9411C40.2383 53.5516 40.8714 53.5533 41.2609 53.9448C41.6505 54.3363 41.6488 54.9695 41.2573 55.359C38.6077 57.9949 35.9599 58.6485 33.6791 58.2243C31.4698 57.8134 29.7737 56.4225 28.8695 55.266C28.5293 54.8309 28.6063 54.2024 29.0414 53.8623Z",fill:"#007079"}),C("path",{d:"M37.4846 20.618L47.8301 2.79122L56.0429 7.50852L58.2518 15.7099L50.9237 28.3372L37.4846 20.618Z",fill:"white"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.1637 2.13819L57.0901 6.69096L59.6027 16.0198L52.7382 27.8482C52.109 28.9325 50.7024 29.3074 49.6126 28.6814L37.7131 21.8466C36.6232 21.2206 36.2562 19.8269 36.8854 18.7427L46.048 2.9771C46.6772 1.89282 48.0738 1.51219 49.1637 2.13819ZM48.0197 4.1096L38.867 19.8809L50.7566 26.71L57.049 15.8673L52.0951 13.0218L54.9552 8.09327L48.0197 4.1096Z",fill:"#007079"}),C("path",{d:"M19.3516 31.8552L22.7911 16.7257L29.7613 18.294L33.1937 23.7048L30.7573 34.4215L19.3516 31.8552Z",fill:"white"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.6041 15.9592L30.3312 17.4728L34.2354 23.6274L31.9532 33.6661C31.744 34.5863 30.8161 35.169 29.8911 34.9608L19.7921 32.6885C18.8671 32.4804 18.2899 31.5591 18.4991 30.6388L21.5504 17.2558C21.7596 16.3355 22.6792 15.751 23.6041 15.9592ZM23.2238 17.6323L20.1808 31.0173L30.2714 33.2877L32.3635 24.0856L28.159 23.1395L29.11 18.9567L23.2238 17.6323Z",fill:"#007079"}),C("path",{d:"M68.0528 61.742C68.0528 66.855 63.8864 71 58.7468 71C53.6073 71 49.4409 66.855 49.4409 61.742C49.4409 56.6289 53.6073 52.4839 58.7468 52.4839C63.8864 52.4839 68.0528 56.6289 68.0528 61.742Z",fill:"white"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.7468 69.5C63.0652 69.5 66.5528 66.0193 66.5528 61.742C66.5528 57.4646 63.0652 53.9839 58.7468 53.9839C54.4284 53.9839 50.9409 57.4646 50.9409 61.742C50.9409 66.0193 54.4284 69.5 58.7468 69.5ZM58.7468 71C63.8864 71 68.0528 66.855 68.0528 61.742C68.0528 56.6289 63.8864 52.4839 58.7468 52.4839C53.6073 52.4839 49.4409 56.6289 49.4409 61.742C49.4409 66.855 53.6073 71 58.7468 71Z",fill:"#007079"}),C("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M60.3359 64V61.2903H62.1516L58.974 58.129L55.7964 61.2903H57.6122V64H60.3359ZM58.974 59.4071L59.9591 60.3871H59.428V63.0968H58.5201V60.3871H57.989L58.974 59.4071ZM62.1516 65.8064V64.9032H55.7964V65.8064H62.1516Z",fill:"#007079"})]});export{e as UploadIllustration};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import{jsx as i,jsxs as e}from"react/jsx-runtime";import{useMemo as t}from"react";import{Progress as r,StarProgress as n,Scrim as o}from"@equinor/eds-core-react";import{colors as s}from"../../atoms/style/colors.js";import a,{css as c}from"styled-components";const l=a.div`
|
|
2
|
-
${({$fixedPosition:i})=>i?c`
|
|
3
|
-
position: fixed;
|
|
4
|
-
z-index: 500;
|
|
5
|
-
top: 0;
|
|
6
|
-
left: 0;
|
|
7
|
-
width: 100vw;
|
|
8
|
-
height: 100vh;
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
`:c`
|
|
13
|
-
position: absolute;
|
|
14
|
-
z-index: 500;
|
|
15
|
-
top: 50%;
|
|
16
|
-
left: 50%;
|
|
17
|
-
transform: translate(-50%, -50%);
|
|
18
|
-
`}
|
|
19
|
-
`,d=a.div`
|
|
20
|
-
display: none;
|
|
21
|
-
visibility: hidden;
|
|
22
|
-
`,p=a(r.Circular)`
|
|
23
|
-
circle {
|
|
24
|
-
stroke: ${s.interactive.primary__resting.rgba};
|
|
25
|
-
}
|
|
26
|
-
circle:first-child {
|
|
27
|
-
stroke: ${s.interactive.primary__hover_alt.rgba};
|
|
28
|
-
}
|
|
29
|
-
`,m=({variant:s="application",withScrim:a=!1,fixedPosition:c=!1,children:m})=>{const f=t((()=>{switch(s){case"dots":return i(r.Dots,{color:"primary","data-testid":`full-page-spinner-${s}`,size:48});case"circle":return i(p,{"data-testid":`full-page-spinner-${s}`,size:48});case"equinor":return i(n,{"data-testid":`full-page-spinner-${s}`,size:48});case"application":return i(p,{"data-testid":"app-icon-svg",size:48})}}),[s]);return a?e(o,{open:!0,children:[f,m&&i(d,{children:m})]}):e(l,{$fixedPosition:c,children:[f,m&&i(d,{children:m})]})};export{m as FullPageSpinner};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import{jsxs as r,jsx as o}from"react/jsx-runtime";import{useRef as t,useState as i,useEffect as e}from"react";import{Icon as n,Typography as a}from"@equinor/eds-core-react";import{copy as s}from"@equinor/eds-icons";import{colors as c}from"../../atoms/style/colors.js";import{spacings as m}from"../../atoms/style/spacings.js";import p,{keyframes as d}from"styled-components";const l=p.div`
|
|
2
|
-
position: relative;
|
|
3
|
-
pointer-events: auto;
|
|
4
|
-
width: fit-content;
|
|
5
|
-
&:hover {
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
}
|
|
8
|
-
`,u=d`
|
|
9
|
-
from {
|
|
10
|
-
opacity: 0;
|
|
11
|
-
background: none;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
to {
|
|
15
|
-
opacity: 1;
|
|
16
|
-
background: ${c.ui.background__light.rgba};
|
|
17
|
-
}
|
|
18
|
-
`,g=p.div`
|
|
19
|
-
position: absolute;
|
|
20
|
-
padding: ${m.xx_small};
|
|
21
|
-
z-index: 1000;
|
|
22
|
-
top: 50%;
|
|
23
|
-
right: calc(${m.x_small} * -1);
|
|
24
|
-
transform: translate(100%, -50%);
|
|
25
|
-
animation: ${u} 0.25s;
|
|
26
|
-
background: ${c.ui.background__light.rgba};
|
|
27
|
-
border: 1px solid ${c.ui.background__medium.rgba};
|
|
28
|
-
border-radius: 2px;
|
|
29
|
-
p,
|
|
30
|
-
svg {
|
|
31
|
-
color: ${c.interactive.primary__resting.rgba};
|
|
32
|
-
}
|
|
33
|
-
p {
|
|
34
|
-
font-weight: 700;
|
|
35
|
-
margin-top: 2px;
|
|
36
|
-
}
|
|
37
|
-
display: grid;
|
|
38
|
-
grid-template-columns: auto 2.75rem;
|
|
39
|
-
grid-gap: ${m.xx_small};
|
|
40
|
-
align-items: center;
|
|
41
|
-
`,b=({children:c,textToCopy:m})=>{const p=t(!1),[d,u]=i(!1),[b,x]=i("Copy");return e((()=>(p.current=!0,()=>{p.current=!1})),[]),r(l,{onClick:()=>{navigator.clipboard.writeText(m),x("Copied!"),setTimeout((()=>{p.current&&x("Copy")}),3e3)},onMouseOver:()=>u(!0),onMouseOut:()=>u(!1),children:[c,d&&r(g,{children:[o(n,{data:s,size:16}),o(a,{variant:"overline",children:b})]})]})};export{b as default};
|