@equinor/amplify-component-lib 9.15.2 → 9.15.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/rolldown_runtime.js +1 -0
- package/dist/atoms/enums/Environment.d.ts +9 -0
- package/dist/atoms/enums/Environment.js +1 -0
- package/dist/atoms/enums/Errors.d.ts +11 -0
- package/dist/atoms/enums/Errors.js +1 -0
- package/dist/atoms/enums/SpacingsMode.d.ts +8 -0
- package/dist/atoms/enums/SpacingsMode.js +1 -0
- package/dist/atoms/enums/Theme.d.ts +7 -0
- package/dist/atoms/enums/Theme.js +1 -0
- package/dist/atoms/hooks/useAmplifyKit.d.ts +17 -0
- package/dist/atoms/hooks/useAmplifyKit.js +1 -0
- package/dist/atoms/hooks/useDebounce.d.ts +4 -0
- package/dist/atoms/hooks/useDebounce.js +1 -0
- package/dist/atoms/hooks/useFakeProgress.d.ts +16 -0
- package/dist/atoms/hooks/useFakeProgress.js +1 -0
- package/dist/atoms/hooks/useFaqsInApplication.d.ts +7 -0
- package/dist/atoms/hooks/useFaqsInApplication.js +1 -0
- package/dist/atoms/hooks/useLocalStorage.d.ts +6 -0
- package/dist/atoms/hooks/useLocalStorage.js +1 -0
- package/dist/atoms/hooks/useOnScreenMultiple.d.ts +4 -0
- package/dist/atoms/hooks/useOnScreenMultiple.js +1 -0
- package/dist/atoms/hooks/usePrefetchRichTextImages.d.ts +15 -0
- package/dist/atoms/hooks/usePrefetchRichTextImages.js +1 -0
- package/dist/atoms/hooks/usePrevious.d.ts +4 -0
- package/dist/atoms/hooks/usePrevious.js +1 -0
- package/dist/atoms/hooks/useRichTextImage.js +1 -0
- package/dist/atoms/hooks/useSelect.d.ts +26 -0
- package/dist/atoms/hooks/useSelect.js +1 -0
- package/dist/atoms/icons/drilling.d.ts +12 -0
- package/dist/atoms/icons/drilling.js +1 -0
- package/dist/atoms/icons/map.d.ts +8 -0
- package/dist/atoms/icons/map.js +1 -0
- package/dist/atoms/icons/other.d.ts +18 -0
- package/dist/atoms/icons/other.js +1 -0
- package/dist/atoms/icons/wysiwyg.d.ts +19 -0
- package/dist/atoms/icons/wysiwyg.js +1 -0
- package/dist/atoms/index.d.ts +56 -0
- package/dist/atoms/index.js +1 -0
- package/dist/atoms/style/animation.d.ts +6 -0
- package/dist/atoms/style/animation.js +1 -0
- package/dist/atoms/style/colors.d.ts +484 -0
- package/dist/atoms/style/colors.js +1 -0
- package/dist/atoms/style/darkTokens.js +219 -0
- package/dist/atoms/style/index.d.ts +558 -0
- package/dist/atoms/style/index.js +1 -0
- package/dist/atoms/style/lightTokens.js +158 -0
- package/dist/atoms/style/spacingTokens.js +50 -0
- package/dist/atoms/style/spacings.d.ts +14 -0
- package/dist/atoms/style/spacings.js +1 -0
- package/dist/atoms/types/Errors.d.ts +16 -0
- package/dist/atoms/types/Field.d.ts +8 -0
- package/dist/atoms/types/Guidelines.d.ts +17 -0
- package/dist/atoms/types/Icon.d.ts +10 -0
- package/dist/atoms/types/SideBar.d.ts +25 -0
- package/dist/atoms/types/variants.d.ts +4 -0
- package/dist/atoms/utils/auth_environment.d.ts +54 -0
- package/dist/atoms/utils/auth_environment.js +1 -0
- package/dist/atoms/utils/coordinate.d.ts +5 -0
- package/dist/atoms/utils/coordinate.js +1 -0
- package/dist/atoms/utils/date.d.ts +23 -0
- package/dist/atoms/utils/date.js +1 -0
- package/dist/atoms/utils/export.d.ts +6 -0
- package/dist/atoms/utils/export.js +1 -0
- package/dist/atoms/utils/favicon.d.ts +4 -0
- package/dist/atoms/utils/favicon.js +1 -0
- package/dist/atoms/utils/forms.d.ts +7 -0
- package/dist/atoms/utils/forms.js +1 -0
- package/dist/atoms/utils/map.d.ts +12 -0
- package/dist/atoms/utils/map.js +1 -0
- package/dist/atoms/utils/reactquery.d.ts +6 -0
- package/dist/atoms/utils/reactquery.js +1 -0
- package/dist/atoms/utils/richtext.d.ts +37 -0
- package/dist/atoms/utils/richtext.js +2 -0
- package/dist/atoms/utils/size.d.ts +28 -0
- package/dist/atoms/utils/size.js +1 -0
- package/dist/atoms/utils/skeleton.js +1 -0
- package/dist/atoms/utils/sort.d.ts +8 -0
- package/dist/atoms/utils/sort.js +1 -0
- package/dist/atoms/utils/string.d.ts +5 -0
- package/dist/atoms/utils/string.js +1 -0
- package/dist/atoms/utils/tutorials.d.ts +16 -0
- package/dist/atoms/utils/tutorials.js +1 -0
- package/dist/atoms/utils/url.d.ts +4 -0
- package/dist/atoms/utils/url.js +1 -0
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.d.ts +17 -0
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +24 -0
- package/dist/deprecated/IconToggleButton.d.ts +26 -0
- package/dist/deprecated/IconToggleButton.js +1 -0
- package/dist/deprecated/OldStepper/OldStep.js +29 -0
- package/dist/deprecated/OldStepper/OldStepLine.js +7 -0
- package/dist/deprecated/OldStepper/OldStepper.d.ts +16 -0
- package/dist/deprecated/OldStepper/OldStepper.js +10 -0
- package/dist/index.d.ts +124 -0
- package/dist/index.js +1 -21816
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.d.ts +9 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.js +1 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.styles.js +19 -0
- package/dist/molecules/AnimatedCheckmark/AnimatedCheckmark.utils.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.constants.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.d.ts +11 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -0
- package/dist/molecules/ApplicationIcon/ApplicationIcon.types.d.ts +9 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconBase.js +54 -0
- package/dist/molecules/ApplicationIcon/ApplicationIconCollection.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Acquire.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Adca.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Bravos.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Dasha.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Fallback.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/FluxMaps.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/ForecastFormatter.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/FourDInsight.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/InPress.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/JsEmbark.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/LoggingQualification.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Orca.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Premo.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Pwex.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Recap.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/Sam.js +1 -0
- package/dist/molecules/ApplicationIcon/Icons/SubsurfacePortal.js +1 -0
- package/dist/molecules/Badge/Badge.d.ts +11 -0
- package/dist/molecules/Badge/Badge.js +1 -0
- package/dist/molecules/Badge/Badge.styles.js +17 -0
- package/dist/molecules/Banner/Banner.d.ts +10 -0
- package/dist/molecules/Banner/Banner.js +1 -0
- package/dist/molecules/Banner/Banner.styles.js +14 -0
- package/dist/molecules/Banner/Banner.utils.js +1 -0
- package/dist/molecules/Button/Button.d.ts +10 -0
- package/dist/molecules/Button/Button.js +12 -0
- package/dist/molecules/Button/Button.utils.js +1 -0
- package/dist/molecules/Chip/Chip.d.ts +30 -0
- package/dist/molecules/Chip/Chip.js +1 -0
- package/dist/molecules/Chip/Chip.styles.js +65 -0
- package/dist/molecules/Chip/InteractiveChip.js +1 -0
- package/dist/molecules/Chip/ReadOnlyChip.js +1 -0
- package/dist/molecules/ContentMenu/ContentMenu.d.ts +17 -0
- package/dist/molecules/ContentMenu/ContentMenu.js +1 -0
- package/dist/molecules/ContentMenu/ContentMenu.styles.js +52 -0
- package/dist/molecules/DatePicker/DatePicker.d.ts +17 -0
- package/dist/molecules/DatePicker/DatePicker.js +1 -0
- package/dist/molecules/DatePicker/DatePicker.styles.js +63 -0
- package/dist/molecules/DateRangePicker/DateRangePicker.d.ts +17 -0
- package/dist/molecules/DateRangePicker/DateRangePicker.js +1 -0
- package/dist/molecules/Dialog/Dialog.d.ts +56 -0
- package/dist/molecules/Dialog/Dialog.js +1 -0
- package/dist/molecules/Dialog/Dialog.styles.js +64 -0
- package/dist/molecules/Dialog/DialogAction.js +1 -0
- package/dist/molecules/EquinorLogo/EquinorLogo.d.ts +11 -0
- package/dist/molecules/EquinorLogo/EquinorLogo.js +1 -0
- package/dist/molecules/EquinorLogo/EquinorLogo.utils.js +1 -0
- package/dist/molecules/FeedBackIcon/FeedBackIcon.d.ts +11 -0
- package/dist/molecules/FeedBackIcon/FeedBackIcon.js +1 -0
- package/dist/molecules/FeedBackIcon/NegativeFilled.js +1 -0
- package/dist/molecules/FeedBackIcon/NegativeOutlined.js +1 -0
- package/dist/molecules/FeedBackIcon/PositiveFilled.js +1 -0
- package/dist/molecules/FeedBackIcon/PositiveOutlined.js +1 -0
- package/dist/molecules/FileProgress/CompactFileProgress.js +1 -0
- package/dist/molecules/FileProgress/CompactFileProgress.styles.js +100 -0
- package/dist/molecules/FileProgress/FileProgress.d.ts +27 -0
- package/dist/molecules/FileProgress/FileProgress.js +1 -0
- package/dist/molecules/FileProgress/FileProgress.types.d.ts +39 -0
- package/dist/molecules/FileProgress/FileProgress.utils.js +1 -0
- package/dist/molecules/FileProgress/RegularFileProgress.js +1 -0
- package/dist/molecules/FileProgress/RegularFileProgress.styles.js +35 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.constants.js +1 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.d.ts +10 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.js +1 -0
- package/dist/molecules/FileUploadArea/FileUploadArea.styles.js +88 -0
- package/dist/molecules/FileUploadArea/UploadIllustration.js +1 -0
- package/dist/molecules/FullPageSpinner/FullPageSpinner.d.ts +12 -0
- package/dist/molecules/FullPageSpinner/FullPageSpinner.js +29 -0
- package/dist/molecules/InfoElement/CopyText.js +41 -0
- package/dist/molecules/InfoElement/InfoElement.d.ts +18 -0
- package/dist/molecules/InfoElement/InfoElement.js +1 -0
- package/dist/molecules/ListItem/ListItem.d.ts +20 -0
- package/dist/molecules/ListItem/ListItem.js +32 -0
- package/dist/molecules/ListItem/ListItem.utils.js +1 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.d.ts +50 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.js +1 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +36 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.types.d.ts +9 -0
- package/dist/molecules/OptionDrawer/OptionDrawer.utils.js +1 -0
- package/dist/molecules/OptionalTooltip/OptionalTooltip.d.ts +19 -0
- package/dist/molecules/OptionalTooltip/OptionalTooltip.js +4 -0
- package/dist/molecules/ProfileAvatar/ProfileAvatar.d.ts +12 -0
- package/dist/molecules/ProfileAvatar/ProfileAvatar.js +26 -0
- package/dist/molecules/RichTextDisplay/RichTextDisplay.d.ts +29 -0
- package/dist/molecules/RichTextDisplay/RichTextDisplay.js +1 -0
- package/dist/molecules/RichTextEditor/EditorProvider.d.ts +15 -0
- package/dist/molecules/RichTextEditor/EditorProvider.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.d.ts +7 -0
- package/dist/molecules/RichTextEditor/MenuBar/AddImageButton.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.d.ts +39 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +10 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +48 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuButton.d.ts +15 -0
- package/dist/molecules/RichTextEditor/MenuBar/MenuButton.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/Table.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableBar.d.ts +26 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableBar.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableColumn.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableDelete.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableMerge.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/TableRow.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/Table/ToggleTable.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextAlignment.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextClearFormatting.js +4 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextCode.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextColor.js +45 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextFormatting.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHeaders.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHighlight.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextHistory.js +1 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLinks.js +6 -0
- package/dist/molecules/RichTextEditor/MenuBar/TextLists.js +1 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.d.ts +52 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.js +1 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.styles.d.ts +20 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.styles.js +154 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.types.d.ts +34 -0
- package/dist/molecules/RichTextEditor/RichTextEditor.types.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/AmplifyKit.d.ts +50 -0
- package/dist/molecules/RichTextEditor/custom-extensions/AmplifyKit.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedImage.d.ts +17 -0
- package/dist/molecules/RichTextEditor/custom-extensions/ExtendedImage.js +1 -0
- package/dist/molecules/RichTextEditor/custom-extensions/mergeDefaults.js +1 -0
- package/dist/molecules/RichTextEditor/index.d.ts +17 -0
- package/dist/molecules/RichTextEditor/index.js +1 -0
- package/dist/molecules/Search/Search.d.ts +7 -0
- package/dist/molecules/Search/Search.js +20 -0
- package/dist/molecules/Select/AddTagItem.js +1 -0
- package/dist/molecules/Select/ComboBox/ComboBox.d.ts +23 -0
- package/dist/molecules/Select/ComboBox/ComboBox.js +1 -0
- package/dist/molecules/Select/GroupedSelectMenu.js +1 -0
- package/dist/molecules/Select/ListSelectMenu.js +1 -0
- package/dist/molecules/Select/Select.d.ts +7 -0
- package/dist/molecules/Select/Select.js +1 -0
- package/dist/molecules/Select/Select.styles.d.ts +22 -0
- package/dist/molecules/Select/Select.styles.js +213 -0
- package/dist/molecules/Select/Select.types.d.ts +91 -0
- package/dist/molecules/Select/Select.utils.js +1 -0
- package/dist/molecules/Select/SelectMenuItem.js +1 -0
- package/dist/molecules/Select/SelectMenuItem.utils.js +1 -0
- package/dist/molecules/Select/SingleSelect/SingleSelect.d.ts +21 -0
- package/dist/molecules/Select/SingleSelect/SingleSelect.js +1 -0
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.d.ts +12 -0
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.js +1 -0
- package/dist/molecules/SelectionControls/Radio/Radio.d.ts +12 -0
- package/dist/molecules/SelectionControls/Radio/Radio.js +1 -0
- package/dist/molecules/SelectionControls/SelectionControls.styles.js +108 -0
- package/dist/molecules/SelectionControls/Switch/Switch.d.ts +10 -0
- package/dist/molecules/SelectionControls/Switch/Switch.js +1 -0
- package/dist/molecules/Sieve/Filter.d.ts +10 -0
- package/dist/molecules/Sieve/Filter.js +1 -0
- package/dist/molecules/Sieve/Sieve.d.ts +7 -0
- package/dist/molecules/Sieve/Sieve.js +1 -0
- package/dist/molecules/Sieve/Sieve.styles.js +43 -0
- package/dist/molecules/Sieve/Sieve.types.d.ts +26 -0
- package/dist/molecules/Sieve/Sort.js +1 -0
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.d.ts +15 -0
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +20 -0
- package/dist/molecules/Skeleton/Skeleton.styles.js +1 -0
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.d.ts +12 -0
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.js +30 -0
- package/dist/molecules/Skeleton/SkeletonField.js +8 -0
- package/dist/molecules/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +9 -0
- package/dist/molecules/Skeleton/SkeletonGradient/SkeletonGradient.js +1 -0
- package/dist/molecules/Stepper/Step/Step.js +15 -0
- package/dist/molecules/Stepper/Step/StepIcon.js +19 -0
- package/dist/molecules/Stepper/StepLine.js +7 -0
- package/dist/molecules/Stepper/Stepper.d.ts +10 -0
- package/dist/molecules/Stepper/Stepper.js +14 -0
- package/dist/molecules/Stepper/SubTitle/SubStepIndicator.js +25 -0
- package/dist/molecules/Stepper/SubTitle/SubTitle.js +7 -0
- package/dist/molecules/Tabs/Tab.js +1 -0
- package/dist/molecules/Tabs/Tab.styles.js +90 -0
- package/dist/molecules/Tabs/Tabs.d.ts +32 -0
- package/dist/molecules/Tabs/Tabs.js +18 -0
- package/dist/molecules/Tabs/Tabs.types.d.ts +22 -0
- package/dist/molecules/TextField/TextField.js +74 -0
- package/dist/molecules/Waves/NoiseSvg.js +1 -0
- package/dist/molecules/Waves/WaveStatic.js +1 -0
- package/dist/molecules/Waves/WaveStaticSvg.js +1 -0
- package/dist/molecules/Waves/Waves.d.ts +9 -0
- package/dist/molecules/Waves/Waves.js +1 -0
- package/dist/molecules/Waves/Waves.styles.js +12 -0
- package/dist/molecules/index.d.ts +48 -0
- package/dist/molecules/index.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/clickbounds.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/colors.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/elevation.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/index.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/interactions.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/shape.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/spacings.js +1 -0
- package/dist/node_modules/@equinor/eds-tokens/dist/esm/base/typography.js +1 -0
- package/dist/node_modules/@equinor/eds-utils/dist/esm/hooks/useOutsideClick.js +1 -0
- package/dist/organisms/DataGrid/DataGrid.d.ts +7 -0
- package/dist/organisms/DataGrid/DataGrid.js +41 -0
- package/dist/organisms/Faq/Category/Category.js +9 -0
- package/dist/organisms/Faq/Category/Question.js +22 -0
- package/dist/organisms/Faq/CategorySkeleton.js +29 -0
- package/dist/organisms/Faq/Faq.d.ts +6 -0
- package/dist/organisms/Faq/Faq.js +1 -0
- package/dist/organisms/Faq/Faq.styles.js +8 -0
- package/dist/organisms/Faq/Header.js +14 -0
- package/dist/organisms/FieldSelector/ChangingField.js +24 -0
- package/dist/organisms/FieldSelector/FieldSelector.d.ts +16 -0
- package/dist/organisms/FieldSelector/FieldSelector.js +14 -0
- package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +57 -0
- package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +24 -0
- package/dist/organisms/Filter/AutoCompleteMenu.js +10 -0
- package/dist/organisms/Filter/AutoCompleteText.js +11 -0
- package/dist/organisms/Filter/ButtonWithMenu.js +1 -0
- package/dist/organisms/Filter/Filter.d.ts +35 -0
- package/dist/organisms/Filter/Filter.js +1 -0
- package/dist/organisms/Filter/Filter.styles.js +110 -0
- package/dist/organisms/Filter/Filter.types.d.ts +28 -0
- package/dist/organisms/Filter/Filter.utils.js +1 -0
- package/dist/organisms/Filter/QuickFilter.d.ts +19 -0
- package/dist/organisms/Filter/QuickFilter.js +1 -0
- package/dist/organisms/Filter/SortMenu.d.ts +18 -0
- package/dist/organisms/Filter/SortMenu.js +5 -0
- package/dist/organisms/Filter/index.d.ts +12 -0
- package/dist/organisms/Filter/index.js +1 -0
- package/dist/organisms/PageTitle/PageTitle.d.ts +10 -0
- package/dist/organisms/PageTitle/PageTitle.js +1 -0
- package/dist/organisms/ReleaseNote/MetaTags.js +10 -0
- package/dist/organisms/ReleaseNote/ReleaseNote.constants.js +1 -0
- package/dist/organisms/ReleaseNote/ReleaseNote.d.ts +15 -0
- package/dist/organisms/ReleaseNote/ReleaseNote.js +27 -0
- package/dist/organisms/ReleaseNote/ReleaseNote.utils.js +1 -0
- package/dist/organisms/ReleaseNote/ToggleExpanded.js +13 -0
- package/dist/organisms/SideBar/CreateItem.js +1 -0
- package/dist/organisms/SideBar/CreateItem.styles.js +33 -0
- package/dist/organisms/SideBar/MenuItem/BasicMenuItem.js +1 -0
- package/dist/organisms/SideBar/MenuItem/CollapsableMenuItem.js +48 -0
- package/dist/organisms/SideBar/MenuItem/MenuItem.d.ts +14 -0
- package/dist/organisms/SideBar/MenuItem/MenuItem.js +1 -0
- package/dist/organisms/SideBar/MenuItem/MenuItem.styles.js +37 -0
- package/dist/organisms/SideBar/MenuItem/MenuItem.utils.js +1 -0
- package/dist/organisms/SideBar/SideBar.d.ts +21 -0
- package/dist/organisms/SideBar/SideBar.js +1 -0
- package/dist/organisms/SideBar/SideBar.styles.js +41 -0
- package/dist/organisms/SideBar/ToggleOpen.js +1 -0
- package/dist/organisms/SideBar/ToggleOpen.styles.js +16 -0
- package/dist/organisms/SideBar/index.d.ts +15 -0
- package/dist/organisms/SideBar/index.js +1 -0
- package/dist/organisms/Status/Action.d.ts +10 -0
- package/dist/organisms/Status/Action.js +1 -0
- package/dist/organisms/Status/Description.d.ts +9 -0
- package/dist/organisms/Status/Description.js +1 -0
- package/dist/organisms/Status/Illustration.constants.js +1 -0
- package/dist/organisms/Status/Illustration.js +17 -0
- package/dist/organisms/Status/MissingAccesses.d.ts +14 -0
- package/dist/organisms/Status/MissingAccesses.js +11 -0
- package/dist/organisms/Status/Status.constants.js +1 -0
- package/dist/organisms/Status/Status.d.ts +19 -0
- package/dist/organisms/Status/Status.js +29 -0
- package/dist/organisms/Status/Title.d.ts +9 -0
- package/dist/organisms/Status/Title.js +1 -0
- package/dist/organisms/Status/collections/ApiResponseError.d.ts +14 -0
- package/dist/organisms/Status/collections/ApiResponseError.js +1 -0
- package/dist/organisms/Status/collections/BadRequest.d.ts +6 -0
- package/dist/organisms/Status/collections/BadRequest.js +3 -0
- package/dist/organisms/Status/collections/GenericError.d.ts +6 -0
- package/dist/organisms/Status/collections/GenericError.js +1 -0
- package/dist/organisms/Status/collections/MissingAccessToApp.d.ts +6 -0
- package/dist/organisms/Status/collections/MissingAccessToApp.js +1 -0
- package/dist/organisms/Status/collections/MissingPermissions.d.ts +6 -0
- package/dist/organisms/Status/collections/MissingPermissions.js +1 -0
- package/dist/organisms/Status/collections/PageNotFound.d.ts +6 -0
- package/dist/organisms/Status/collections/PageNotFound.js +2 -0
- package/dist/organisms/Status/collections/ServerError.d.ts +6 -0
- package/dist/organisms/Status/collections/ServerError.js +3 -0
- package/dist/organisms/Status/index.d.ts +16 -0
- package/dist/organisms/Status/index.js +1 -0
- package/dist/organisms/TableOfContents/TableOfContents.constants.js +1 -0
- package/dist/organisms/TableOfContents/TableOfContents.d.ts +12 -0
- package/dist/organisms/TableOfContents/TableOfContents.js +1 -0
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +192 -0
- package/dist/organisms/TableOfContents/TableOfContents.types.d.ts +4 -0
- package/dist/organisms/TableOfContents/TableOfContentsItem.js +5 -0
- package/dist/organisms/Template/Template.d.ts +21 -0
- package/dist/organisms/Template/Template.js +75 -0
- package/dist/organisms/ToggleGroup/ToggleGroup.d.ts +7 -0
- package/dist/organisms/ToggleGroup/ToggleGroup.js +29 -0
- package/dist/organisms/ToggleGroup/ToggleGroup.types.d.ts +26 -0
- package/dist/organisms/ToggleGroup/ToggleGroupOption.d.ts +9 -0
- package/dist/organisms/ToggleGroup/ToggleGroupOption.js +58 -0
- package/dist/organisms/ToggleGroup/index.d.ts +10 -0
- package/dist/organisms/ToggleGroup/index.js +1 -0
- package/dist/organisms/TopBar/Account/Account.d.ts +15 -0
- package/dist/organisms/TopBar/Account/Account.js +1 -0
- package/dist/organisms/TopBar/Account/Account.styles.js +57 -0
- package/dist/organisms/TopBar/Account/AccountAvatar.js +11 -0
- package/dist/organisms/TopBar/Account/AccountButton.js +9 -0
- package/dist/organisms/TopBar/Account/ActiveUserImpersonationButton.js +11 -0
- package/dist/organisms/TopBar/Account/ImpersonateAvatar.js +8 -0
- package/dist/organisms/TopBar/Account/ImpersonateButton.js +8 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Actions.js +11 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateNewUserButton.js +12 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.styles.js +16 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.styles.js +27 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.constants.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.styles.js +7 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/Impersonate.utils.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.js +17 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.js +16 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.js +51 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useCanImpersonate.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useCreateImpersonation.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useEditImpersonation.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useGetAllImpersonationUsersForApp.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useMappedRoles.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useStartImpersonation.js +1 -0
- package/dist/organisms/TopBar/Account/ImpersonateMenu/hooks/useStopImpersonation.js +1 -0
- package/dist/organisms/TopBar/Account/RoleChips.js +1 -0
- package/dist/organisms/TopBar/Account/RoleList.js +20 -0
- package/dist/organisms/TopBar/Actions.d.ts +7 -0
- package/dist/organisms/TopBar/Actions.js +6 -0
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +6 -0
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.js +1 -0
- package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +73 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.d.ts +14 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.js +1 -0
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +79 -0
- package/dist/organisms/TopBar/Guidelines/Colorbox.d.ts +10 -0
- package/dist/organisms/TopBar/Guidelines/Colorbox.js +6 -0
- package/dist/organisms/TopBar/Guidelines/Guidelines.d.ts +14 -0
- package/dist/organisms/TopBar/Guidelines/Guidelines.js +1 -0
- package/dist/organisms/TopBar/Guidelines/Item.js +6 -0
- package/dist/organisms/TopBar/Guidelines/Section.js +19 -0
- package/dist/organisms/TopBar/Guidelines/index.d.ts +11 -0
- package/dist/organisms/TopBar/Guidelines/index.js +1 -0
- package/dist/organisms/TopBar/Notifications/FilterOptions.js +36 -0
- package/dist/organisms/TopBar/Notifications/NotificationProvider.d.ts +12 -0
- package/dist/organisms/TopBar/Notifications/NotificationProvider.js +1 -0
- package/dist/organisms/TopBar/Notifications/Notifications.d.ts +7 -0
- package/dist/organisms/TopBar/Notifications/Notifications.js +1 -0
- package/dist/organisms/TopBar/Notifications/NotificationsInner.d.ts +17 -0
- package/dist/organisms/TopBar/Notifications/NotificationsInner.js +8 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +6 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.js +6 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.js +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.js +5 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.js +14 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.js +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.js +7 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.js +6 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.js +1 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.js +53 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +86 -0
- package/dist/organisms/TopBar/Notifications/NotificationsTemplate/Notifications.types.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.const.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +41 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.types.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/Feedback.utils.js +8 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +9 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/LockedInputTooltip.js +7 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Severity.js +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Title.js +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/ImageFile.js +7 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.js +5 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.js +79 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Url.js +3 -0
- package/dist/organisms/TopBar/Resources/Feedback/FeedbackInner.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +7 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/RequestStatus.js +5 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +9 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +20 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +9 -0
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useFeedbackContext.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useServiceNowIncident.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useSlackFileUpload.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/hooks/useSlackPostMessage.js +1 -0
- package/dist/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.js +1 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.js +1 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.styles.js +7 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.js +1 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.styles.js +19 -0
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.utils.js +1 -0
- package/dist/organisms/TopBar/Resources/ResourceMenuItem.js +20 -0
- package/dist/organisms/TopBar/Resources/Resources.d.ts +14 -0
- package/dist/organisms/TopBar/Resources/Resources.js +6 -0
- package/dist/organisms/TopBar/Settings.d.ts +11 -0
- package/dist/organisms/TopBar/Settings.js +25 -0
- package/dist/organisms/TopBar/Settings.types.d.ts +31 -0
- package/dist/organisms/TopBar/TopBar.d.ts +24 -0
- package/dist/organisms/TopBar/TopBar.js +1 -0
- package/dist/organisms/TopBar/TopBar.styles.js +65 -0
- package/dist/organisms/TopBar/TopBarMenu.js +11 -0
- package/dist/organisms/TopBar/TransferToAppDialog.js +33 -0
- package/dist/organisms/TopBar/Tutorials/TutorialItem.js +21 -0
- package/dist/organisms/TopBar/Tutorials/Tutorials.d.ts +11 -0
- package/dist/organisms/TopBar/Tutorials/Tutorials.js +1 -0
- package/dist/organisms/TopBar/Tutorials/Tutorials.styles.js +18 -0
- package/dist/organisms/TopBar/index.d.ts +27 -0
- package/dist/organisms/TopBar/index.js +1 -0
- package/dist/organisms/index.d.ts +24 -0
- package/dist/organisms/index.js +1 -0
- package/dist/providers/AuthProvider/AuthProvider.d.ts +30 -0
- package/dist/providers/AuthProvider/AuthProvider.js +1 -0
- package/dist/providers/AuthProvider/AuthProviderInner.js +1 -0
- package/dist/providers/LoadingProvider.d.ts +17 -0
- package/dist/providers/LoadingProvider.js +1 -0
- package/dist/providers/ReleaseNotesProvider.d.ts +19 -0
- package/dist/providers/ReleaseNotesProvider.js +1 -0
- package/dist/providers/ReleaseNotesProvider.utils.js +1 -0
- package/dist/providers/SideBarProvider.d.ts +13 -0
- package/dist/providers/SideBarProvider.js +1 -0
- package/dist/providers/SnackbarProvider/SnackbarProvider.d.ts +32 -0
- package/dist/providers/SnackbarProvider/SnackbarProvider.js +1 -0
- package/dist/providers/SnackbarProvider/SnackbarProvider.styles.js +41 -0
- package/dist/providers/SnackbarProvider/SnackbarProvider.utils.js +1 -0
- package/dist/providers/StepperProvider.d.ts +59 -0
- package/dist/providers/StepperProvider.js +1 -0
- package/dist/providers/TableOfContentsProvider.d.ts +29 -0
- package/dist/providers/TableOfContentsProvider.js +1 -0
- package/dist/providers/TableOfContentsProvider.utils.js +1 -0
- package/dist/providers/ThemeProvider/ThemeProvider.constants.js +1 -0
- package/dist/providers/ThemeProvider/ThemeProvider.d.ts +15 -0
- package/dist/providers/ThemeProvider/ThemeProvider.js +1 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.constants.js +1 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.d.ts +12 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.js +1 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProviderInner.js +24 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/StepIndicator.js +20 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/TutorialPopover.js +75 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/hooks/useTutorialPopoverPosition.js +1 -0
- package/dist/providers/TutorialHighlightingProvider/hooks/useReversedScrollY.js +1 -0
- package/package.json +7 -10
- package/dist/src/atoms/enums/Environment.d.ts +0 -6
- package/dist/src/atoms/enums/Errors.d.ts +0 -8
- package/dist/src/atoms/enums/SpacingsMode.d.ts +0 -5
- package/dist/src/atoms/enums/Theme.d.ts +0 -4
- package/dist/src/atoms/enums/index.d.ts +0 -4
- package/dist/src/atoms/hooks/index.d.ts +0 -18
- package/dist/src/atoms/hooks/useAmplifyKit.d.ts +0 -7
- package/dist/src/atoms/hooks/useDebounce.d.ts +0 -1
- package/dist/src/atoms/hooks/useFakeProgress.d.ts +0 -10
- package/dist/src/atoms/hooks/useFaqsInApplication.d.ts +0 -1
- package/dist/src/atoms/hooks/useLocalStorage.d.ts +0 -4
- package/dist/src/atoms/hooks/useOnScreenMultiple.d.ts +0 -1
- package/dist/src/atoms/hooks/usePrefetchRichTextImages.d.ts +0 -9
- package/dist/src/atoms/hooks/usePrevious.d.ts +0 -1
- package/dist/src/atoms/hooks/useRichTextImage.d.ts +0 -2
- package/dist/src/atoms/hooks/useSearchParameter.d.ts +0 -5
- package/dist/src/atoms/hooks/useSelect.d.ts +0 -23
- package/dist/src/atoms/icons/drilling.d.ts +0 -8
- package/dist/src/atoms/icons/index.d.ts +0 -4
- package/dist/src/atoms/icons/map.d.ts +0 -4
- package/dist/src/atoms/icons/other.d.ts +0 -14
- package/dist/src/atoms/icons/wysiwyg.d.ts +0 -15
- package/dist/src/atoms/index.d.ts +0 -12
- package/dist/src/atoms/style/animation.d.ts +0 -3
- package/dist/src/atoms/style/colors.d.ts +0 -484
- package/dist/src/atoms/style/darkTokens.d.ts +0 -1
- package/dist/src/atoms/style/index.d.ts +0 -552
- package/dist/src/atoms/style/lightTokens.d.ts +0 -1
- package/dist/src/atoms/style/spacingTokens.d.ts +0 -1
- package/dist/src/atoms/style/spacings.d.ts +0 -11
- package/dist/src/atoms/types/Errors.d.ts +0 -12
- package/dist/src/atoms/types/Field.d.ts +0 -5
- package/dist/src/atoms/types/Guidelines.d.ts +0 -13
- package/dist/src/atoms/types/Icon.d.ts +0 -7
- package/dist/src/atoms/types/SideBar.d.ts +0 -22
- package/dist/src/atoms/types/index.d.ts +0 -5
- package/dist/src/atoms/types/variants.d.ts +0 -1
- package/dist/src/atoms/utils/auth_environment.d.ts +0 -51
- package/dist/src/atoms/utils/coordinate.d.ts +0 -2
- package/dist/src/atoms/utils/date.d.ts +0 -21
- package/dist/src/atoms/utils/export.d.ts +0 -2
- package/dist/src/atoms/utils/favicon.d.ts +0 -1
- package/dist/src/atoms/utils/forms.d.ts +0 -3
- package/dist/src/atoms/utils/index.d.ts +0 -14
- package/dist/src/atoms/utils/map.d.ts +0 -10
- package/dist/src/atoms/utils/reactquery.d.ts +0 -2
- package/dist/src/atoms/utils/richtext.d.ts +0 -28
- package/dist/src/atoms/utils/size.d.ts +0 -22
- package/dist/src/atoms/utils/skeleton.d.ts +0 -9
- package/dist/src/atoms/utils/sort.d.ts +0 -6
- package/dist/src/atoms/utils/string.d.ts +0 -2
- package/dist/src/atoms/utils/tutorials.d.ts +0 -13
- package/dist/src/atoms/utils/url.d.ts +0 -1
- package/dist/src/deprecated/ExpandingIconButton/ExpandingIconButton.d.ts +0 -12
- package/dist/src/deprecated/IconToggleButton.d.ts +0 -22
- package/dist/src/deprecated/OldStepper/OldStep.d.ts +0 -10
- package/dist/src/deprecated/OldStepper/OldStepLine.d.ts +0 -6
- package/dist/src/deprecated/OldStepper/OldStepper.d.ts +0 -12
- package/dist/src/deprecated/index.d.ts +0 -3
- package/dist/src/index.d.ts +0 -9
- package/dist/src/molecules/AnimatedCheckmark/AnimatedCheckmark.d.ts +0 -5
- package/dist/src/molecules/AnimatedCheckmark/AnimatedCheckmark.styles.d.ts +0 -6
- package/dist/src/molecules/AnimatedCheckmark/AnimatedCheckmark.utils.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/ApplicationIcon.constants.d.ts +0 -1
- package/dist/src/molecules/ApplicationIcon/ApplicationIcon.d.ts +0 -7
- package/dist/src/molecules/ApplicationIcon/ApplicationIcon.types.d.ts +0 -7
- package/dist/src/molecules/ApplicationIcon/ApplicationIconBase.d.ts +0 -16
- package/dist/src/molecules/ApplicationIcon/ApplicationIconCollection.d.ts +0 -21
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.constants.d.ts +0 -3
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.d.ts +0 -9
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.types.d.ts +0 -1
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNew.utils.d.ts +0 -15
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.d.ts +0 -3
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewBase.styles.d.ts +0 -24
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/AppIconSvg.d.ts +0 -7
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/ApplicationIconNewData/ApplicationIconNewCollection.d.ts +0 -22
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/NoiseShape.d.ts +0 -7
- package/dist/src/molecules/ApplicationIcon/ApplicationIconNew/WaveShape.d.ts +0 -6
- package/dist/src/molecules/ApplicationIcon/Icons/Acquire.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Adca.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Bravos.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Dasha.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Fallback.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/FluxMaps.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/ForecastFormatter.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/FourDInsight.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/InPress.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/JsEmbark.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/LoggingQualification.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Orca.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Premo.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Pwex.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Recap.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/Sam.d.ts +0 -2
- package/dist/src/molecules/ApplicationIcon/Icons/SubsurfacePortal.d.ts +0 -2
- package/dist/src/molecules/Badge/Badge.d.ts +0 -7
- package/dist/src/molecules/Badge/Badge.styles.d.ts +0 -6
- package/dist/src/molecules/Banner/Banner.d.ts +0 -6
- package/dist/src/molecules/Banner/Banner.styles.d.ts +0 -6
- package/dist/src/molecules/Banner/Banner.utils.d.ts +0 -3
- package/dist/src/molecules/Button/Button.d.ts +0 -6
- package/dist/src/molecules/Button/Button.utils.d.ts +0 -5
- package/dist/src/molecules/Chip/Chip.d.ts +0 -26
- package/dist/src/molecules/Chip/Chip.styles.d.ts +0 -24
- package/dist/src/molecules/Chip/InteractiveChip.d.ts +0 -4
- package/dist/src/molecules/Chip/ReadOnlyChip.d.ts +0 -4
- package/dist/src/molecules/ContentMenu/ContentMenu.d.ts +0 -14
- package/dist/src/molecules/ContentMenu/ContentMenu.styles.d.ts +0 -8
- package/dist/src/molecules/DatePicker/DatePicker.d.ts +0 -12
- package/dist/src/molecules/DatePicker/DatePicker.styles.d.ts +0 -7
- package/dist/src/molecules/DateRangePicker/DateRangePicker.d.ts +0 -12
- package/dist/src/molecules/Dialog/Dialog.d.ts +0 -50
- package/dist/src/molecules/Dialog/Dialog.styles.d.ts +0 -34
- package/dist/src/molecules/Dialog/DialogAction.d.ts +0 -3
- package/dist/src/molecules/EquinorLogo/EquinorLogo.d.ts +0 -6
- package/dist/src/molecules/EquinorLogo/EquinorLogo.utils.d.ts +0 -1
- package/dist/src/molecules/FeedBackIcon/FeedBackIcon.d.ts +0 -7
- package/dist/src/molecules/FeedBackIcon/NegativeFilled.d.ts +0 -3
- package/dist/src/molecules/FeedBackIcon/NegativeOutlined.d.ts +0 -3
- package/dist/src/molecules/FeedBackIcon/PositiveFilled.d.ts +0 -3
- package/dist/src/molecules/FeedBackIcon/PositiveOutlined.d.ts +0 -3
- package/dist/src/molecules/FileProgress/CompactFileProgress.d.ts +0 -4
- package/dist/src/molecules/FileProgress/CompactFileProgress.styles.d.ts +0 -30
- package/dist/src/molecules/FileProgress/FileProgress.d.ts +0 -23
- package/dist/src/molecules/FileProgress/FileProgress.types.d.ts +0 -41
- package/dist/src/molecules/FileProgress/FileProgress.utils.d.ts +0 -5
- package/dist/src/molecules/FileProgress/RegularFileProgress.d.ts +0 -4
- package/dist/src/molecules/FileProgress/RegularFileProgress.styles.d.ts +0 -16
- package/dist/src/molecules/FileUploadArea/FileUploadArea.constants.d.ts +0 -1
- package/dist/src/molecules/FileUploadArea/FileUploadArea.d.ts +0 -6
- package/dist/src/molecules/FileUploadArea/FileUploadArea.styles.d.ts +0 -4
- package/dist/src/molecules/FileUploadArea/UploadIllustration.d.ts +0 -2
- package/dist/src/molecules/FullPageSpinner/FullPageSpinner.d.ts +0 -8
- package/dist/src/molecules/InfoElement/CopyText.d.ts +0 -7
- package/dist/src/molecules/InfoElement/InfoElement.d.ts +0 -14
- package/dist/src/molecules/ListItem/ListItem.d.ts +0 -15
- package/dist/src/molecules/ListItem/ListItem.utils.d.ts +0 -3
- package/dist/src/molecules/OptionDrawer/OptionDrawer.d.ts +0 -32
- package/dist/src/molecules/OptionDrawer/OptionDrawer.styles.d.ts +0 -10
- package/dist/src/molecules/OptionDrawer/OptionDrawer.types.d.ts +0 -6
- package/dist/src/molecules/OptionDrawer/OptionDrawer.utils.d.ts +0 -6
- package/dist/src/molecules/OptionDrawer/stories/data.d.ts +0 -8
- package/dist/src/molecules/OptionalTooltip/OptionalTooltip.d.ts +0 -13
- package/dist/src/molecules/ProfileAvatar/ProfileAvatar.d.ts +0 -8
- package/dist/src/molecules/RichTextDisplay/RichTextDisplay.d.ts +0 -25
- package/dist/src/molecules/RichTextEditor/EditorProvider.d.ts +0 -12
- package/dist/src/molecules/RichTextEditor/MenuBar/AddImageButton.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/MenuBar.d.ts +0 -30
- package/dist/src/molecules/RichTextEditor/MenuBar/MenuBar.styles.d.ts +0 -6
- package/dist/src/molecules/RichTextEditor/MenuBar/MenuButton.d.ts +0 -12
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/Table.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/TableBar.d.ts +0 -22
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/TableColumn.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/TableDelete.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/TableMerge.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/TableRow.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/Table/ToggleTable.d.ts +0 -5
- package/dist/src/molecules/RichTextEditor/MenuBar/TextAlignment.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextClearFormatting.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextCode.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextColor.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextFormatting.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextHeaders.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextHighlight.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextHistory.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextLinks.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/MenuBar/TextLists.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/RichTextEditor.d.ts +0 -48
- package/dist/src/molecules/RichTextEditor/RichTextEditor.styles.d.ts +0 -18
- package/dist/src/molecules/RichTextEditor/RichTextEditor.types.d.ts +0 -31
- package/dist/src/molecules/RichTextEditor/custom-extensions/AmplifyKit.d.ts +0 -48
- package/dist/src/molecules/RichTextEditor/custom-extensions/Counter.d.ts +0 -3
- package/dist/src/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.d.ts +0 -2
- package/dist/src/molecules/RichTextEditor/custom-extensions/ExtendedImage.d.ts +0 -13
- package/dist/src/molecules/RichTextEditor/custom-extensions/mergeDefaults.d.ts +0 -7
- package/dist/src/molecules/RichTextEditor/index.d.ts +0 -7
- package/dist/src/molecules/Search/Search.d.ts +0 -2
- package/dist/src/molecules/Select/AddTagItem.d.ts +0 -12
- package/dist/src/molecules/Select/ComboBox/ComboBox.d.ts +0 -18
- package/dist/src/molecules/Select/GroupedSelectMenu.d.ts +0 -2
- package/dist/src/molecules/Select/ListSelectMenu.d.ts +0 -2
- package/dist/src/molecules/Select/Select.d.ts +0 -3
- package/dist/src/molecules/Select/Select.styles.d.ts +0 -119
- package/dist/src/molecules/Select/Select.types.d.ts +0 -115
- package/dist/src/molecules/Select/Select.utils.d.ts +0 -6
- package/dist/src/molecules/Select/SelectMenuItem.d.ts +0 -2
- package/dist/src/molecules/Select/SelectMenuItem.utils.d.ts +0 -4
- package/dist/src/molecules/Select/SingleSelect/SingleSelect.d.ts +0 -16
- package/dist/src/molecules/SelectionControls/Checkbox/Checkbox.d.ts +0 -7
- package/dist/src/molecules/SelectionControls/Radio/Radio.d.ts +0 -7
- package/dist/src/molecules/SelectionControls/SelectionControls.styles.d.ts +0 -6
- package/dist/src/molecules/SelectionControls/Switch/Switch.d.ts +0 -5
- package/dist/src/molecules/Sieve/Filter.d.ts +0 -13
- package/dist/src/molecules/Sieve/Sieve.d.ts +0 -3
- package/dist/src/molecules/Sieve/Sieve.styles.d.ts +0 -34
- package/dist/src/molecules/Sieve/Sieve.types.d.ts +0 -25
- package/dist/src/molecules/Sieve/Sort.d.ts +0 -9
- package/dist/src/molecules/SingleFilterMenu/SingleFilterMenu.d.ts +0 -11
- package/dist/src/molecules/Skeleton/Skeleton.styles.d.ts +0 -4
- package/dist/src/molecules/Skeleton/SkeletonBase/SkeletonBase.d.ts +0 -5
- package/dist/src/molecules/Skeleton/SkeletonField.d.ts +0 -1
- package/dist/src/molecules/Skeleton/SkeletonGradient/SkeletonGradient.d.ts +0 -5
- package/dist/src/molecules/Stepper/Step/Step.d.ts +0 -8
- package/dist/src/molecules/Stepper/Step/StepIcon.d.ts +0 -7
- package/dist/src/molecules/Stepper/StepLine.d.ts +0 -6
- package/dist/src/molecules/Stepper/Stepper.d.ts +0 -6
- package/dist/src/molecules/Stepper/SubTitle/SubStepIndicator.d.ts +0 -2
- package/dist/src/molecules/Stepper/SubTitle/SubTitle.d.ts +0 -2
- package/dist/src/molecules/Tabs/Tab.d.ts +0 -11
- package/dist/src/molecules/Tabs/Tab.styles.d.ts +0 -11
- package/dist/src/molecules/Tabs/Tabs.d.ts +0 -16
- package/dist/src/molecules/Tabs/Tabs.types.d.ts +0 -18
- package/dist/src/molecules/TextField/TextField.d.ts +0 -9
- package/dist/src/molecules/Waves/NoiseSvg.d.ts +0 -6
- package/dist/src/molecules/Waves/WaveStatic.d.ts +0 -8
- package/dist/src/molecules/Waves/WaveStaticSvg.d.ts +0 -7
- package/dist/src/molecules/Waves/Waves.d.ts +0 -5
- package/dist/src/molecules/Waves/Waves.styles.d.ts +0 -1
- package/dist/src/molecules/index.d.ts +0 -80
- package/dist/src/organisms/DataGrid/DataGrid.d.ts +0 -2
- package/dist/src/organisms/DataGrid/stories/data.d.ts +0 -13
- package/dist/src/organisms/Faq/Category/Category.d.ts +0 -3
- package/dist/src/organisms/Faq/Category/Question.d.ts +0 -3
- package/dist/src/organisms/Faq/CategorySkeleton.d.ts +0 -2
- package/dist/src/organisms/Faq/Faq.d.ts +0 -2
- package/dist/src/organisms/Faq/Faq.styles.d.ts +0 -1
- package/dist/src/organisms/Faq/Header.d.ts +0 -2
- package/dist/src/organisms/FieldSelector/ChangingField.d.ts +0 -15
- package/dist/src/organisms/FieldSelector/FieldSelector.d.ts +0 -12
- package/dist/src/organisms/FieldSelector/SelectorCard/SelectorCard.d.ts +0 -9
- package/dist/src/organisms/FieldSelector/SelectorCard/Skeleton.d.ts +0 -1
- package/dist/src/organisms/Filter/AutoCompleteMenu.d.ts +0 -11
- package/dist/src/organisms/Filter/AutoCompleteText.d.ts +0 -10
- package/dist/src/organisms/Filter/ButtonWithMenu.d.ts +0 -8
- package/dist/src/organisms/Filter/Filter.d.ts +0 -15
- package/dist/src/organisms/Filter/Filter.styles.d.ts +0 -17
- package/dist/src/organisms/Filter/Filter.types.d.ts +0 -25
- package/dist/src/organisms/Filter/Filter.utils.d.ts +0 -11
- package/dist/src/organisms/Filter/QuickFilter.d.ts +0 -10
- package/dist/src/organisms/Filter/SortMenu.d.ts +0 -10
- package/dist/src/organisms/Filter/index.d.ts +0 -9
- package/dist/src/organisms/PageTitle/PageTitle.d.ts +0 -7
- package/dist/src/organisms/ReleaseNote/MetaTags.d.ts +0 -7
- package/dist/src/organisms/ReleaseNote/ReleaseNote.constants.d.ts +0 -1
- package/dist/src/organisms/ReleaseNote/ReleaseNote.d.ts +0 -10
- package/dist/src/organisms/ReleaseNote/ReleaseNote.utils.d.ts +0 -4
- package/dist/src/organisms/ReleaseNote/ToggleExpanded.d.ts +0 -7
- package/dist/src/organisms/SideBar/CreateItem.d.ts +0 -8
- package/dist/src/organisms/SideBar/CreateItem.styles.d.ts +0 -22
- package/dist/src/organisms/SideBar/MenuItem/BasicMenuItem.d.ts +0 -6
- package/dist/src/organisms/SideBar/MenuItem/CollapsableMenuItem.d.ts +0 -4
- package/dist/src/organisms/SideBar/MenuItem/MenuItem.d.ts +0 -10
- package/dist/src/organisms/SideBar/MenuItem/MenuItem.styles.d.ts +0 -16
- package/dist/src/organisms/SideBar/MenuItem/MenuItem.utils.d.ts +0 -11
- package/dist/src/organisms/SideBar/SideBar.d.ts +0 -17
- package/dist/src/organisms/SideBar/SideBar.styles.d.ts +0 -9
- package/dist/src/organisms/SideBar/ToggleOpen.d.ts +0 -6
- package/dist/src/organisms/SideBar/ToggleOpen.styles.d.ts +0 -5
- package/dist/src/organisms/SideBar/index.d.ts +0 -13
- package/dist/src/organisms/Status/Action.d.ts +0 -6
- package/dist/src/organisms/Status/Description.d.ts +0 -5
- package/dist/src/organisms/Status/Illustration.constants.d.ts +0 -10
- package/dist/src/organisms/Status/Illustration.d.ts +0 -6
- package/dist/src/organisms/Status/MissingAccesses.d.ts +0 -10
- package/dist/src/organisms/Status/Status.constants.d.ts +0 -3
- package/dist/src/organisms/Status/Status.d.ts +0 -16
- package/dist/src/organisms/Status/Title.d.ts +0 -5
- package/dist/src/organisms/Status/collections/ApiResponseError.d.ts +0 -11
- package/dist/src/organisms/Status/collections/BadRequest.d.ts +0 -2
- package/dist/src/organisms/Status/collections/GenericError.d.ts +0 -2
- package/dist/src/organisms/Status/collections/MissingAccessToApp.d.ts +0 -2
- package/dist/src/organisms/Status/collections/MissingPermissions.d.ts +0 -2
- package/dist/src/organisms/Status/collections/PageNotFound.d.ts +0 -2
- package/dist/src/organisms/Status/collections/ServerError.d.ts +0 -2
- package/dist/src/organisms/Status/collections/index.d.ts +0 -7
- package/dist/src/organisms/Status/index.d.ts +0 -13
- package/dist/src/organisms/TableOfContents/TableOfContents.constants.d.ts +0 -3
- package/dist/src/organisms/TableOfContents/TableOfContents.d.ts +0 -8
- package/dist/src/organisms/TableOfContents/TableOfContents.styles.d.ts +0 -31
- package/dist/src/organisms/TableOfContents/TableOfContents.types.d.ts +0 -1
- package/dist/src/organisms/TableOfContents/TableOfContentsItem.d.ts +0 -11
- package/dist/src/organisms/Template/Template.d.ts +0 -15
- package/dist/src/organisms/ToggleGroup/ToggleGroup.d.ts +0 -2
- package/dist/src/organisms/ToggleGroup/ToggleGroup.types.d.ts +0 -23
- package/dist/src/organisms/ToggleGroup/ToggleGroupOption.d.ts +0 -5
- package/dist/src/organisms/ToggleGroup/index.d.ts +0 -7
- package/dist/src/organisms/TopBar/Account/Account.d.ts +0 -11
- package/dist/src/organisms/TopBar/Account/Account.styles.d.ts +0 -13
- package/dist/src/organisms/TopBar/Account/AccountAvatar.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/AccountButton.d.ts +0 -5
- package/dist/src/organisms/TopBar/Account/ActiveUserImpersonationButton.d.ts +0 -6
- package/dist/src/organisms/TopBar/Account/ImpersonateAvatar.d.ts +0 -7
- package/dist/src/organisms/TopBar/Account/ImpersonateButton.d.ts +0 -7
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/Actions.d.ts +0 -7
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/CreateNewUserButton.d.ts +0 -6
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.d.ts +0 -11
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/CreateOrEditUser/CreateOrEditUser.styles.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.d.ts +0 -8
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/DeleteUser/DeleteUser.styles.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/Impersonate.constants.d.ts +0 -9
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/Impersonate.styles.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/Impersonate.utils.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.d.ts +0 -11
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/ImpersonateMenu.styles.d.ts +0 -5
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.d.ts +0 -10
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/UserImpersonation.styles.d.ts +0 -13
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useAllAppRoles.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useCanImpersonate.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useCreateImpersonation.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useDeleteImpersonation.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useEditImpersonation.d.ts +0 -2
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useGetAllImpersonationUsersForApp.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useMappedRoles.d.ts +0 -4
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useStartImpersonation.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/ImpersonateMenu/hooks/useStopImpersonation.d.ts +0 -1
- package/dist/src/organisms/TopBar/Account/RoleChips.d.ts +0 -9
- package/dist/src/organisms/TopBar/Account/RoleList.d.ts +0 -9
- package/dist/src/organisms/TopBar/Actions.d.ts +0 -2
- package/dist/src/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.d.ts +0 -2
- package/dist/src/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.d.ts +0 -25
- package/dist/src/organisms/TopBar/FieldMenu/FieldMenu.d.ts +0 -9
- package/dist/src/organisms/TopBar/FieldMenu/FieldMenu.styles.d.ts +0 -14
- package/dist/src/organisms/TopBar/Guidelines/Colorbox.d.ts +0 -5
- package/dist/src/organisms/TopBar/Guidelines/Guidelines.d.ts +0 -10
- package/dist/src/organisms/TopBar/Guidelines/Item.d.ts +0 -7
- package/dist/src/organisms/TopBar/Guidelines/Section.d.ts +0 -7
- package/dist/src/organisms/TopBar/Guidelines/index.d.ts +0 -8
- package/dist/src/organisms/TopBar/Notifications/FilterOptions.d.ts +0 -10
- package/dist/src/organisms/TopBar/Notifications/NotificationProvider.d.ts +0 -12
- package/dist/src/organisms/TopBar/Notifications/Notifications.d.ts +0 -3
- package/dist/src/organisms/TopBar/Notifications/NotificationsInner.d.ts +0 -12
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.d.ts +0 -3
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ExperienceDue3Weeks.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/MergedBranchOrca.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.d.ts +0 -2
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToBePublished.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReadyToReportNotification.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestChangeOrca.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/RequestReviewOrca.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/ReviewQANotification.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/SystemUserDefault.d.ts +0 -7
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.d.ts +0 -3
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/NotificationTemplate.style.d.ts +0 -35
- package/dist/src/organisms/TopBar/Notifications/NotificationsTemplate/Notifications.types.d.ts +0 -96
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.const.d.ts +0 -9
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.d.ts +0 -9
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.styles.d.ts +0 -8
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.types.d.ts +0 -57
- package/dist/src/organisms/TopBar/Resources/Feedback/Feedback.utils.d.ts +0 -10
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/FeedbackForm.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/LockedInputTooltip.d.ts +0 -6
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/Severity.d.ts +0 -3
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/Title.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/ImageFile.d.ts +0 -14
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.d.ts +0 -3
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.d.ts +0 -20
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackForm/Url.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/FeedbackInner.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.d.ts +0 -6
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.d.ts +0 -7
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/RequestStatus.d.ts +0 -8
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.d.ts +0 -5
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/ResponseStatus.d.ts +0 -3
- package/dist/src/organisms/TopBar/Resources/Feedback/ResponsePage/Success.d.ts +0 -3
- package/dist/src/organisms/TopBar/Resources/Feedback/hooks/useFeedbackContext.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/hooks/useServiceNowIncident.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/hooks/useSlackFileUpload.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/hooks/useSlackPostMessage.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/Feedback/providers/FeedbackContextProvider.d.ts +0 -37
- package/dist/src/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.styles.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.d.ts +0 -6
- package/dist/src/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.styles.d.ts +0 -19
- package/dist/src/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.utils.d.ts +0 -2
- package/dist/src/organisms/TopBar/Resources/ResourceMenuItem.d.ts +0 -12
- package/dist/src/organisms/TopBar/Resources/Resources.d.ts +0 -10
- package/dist/src/organisms/TopBar/Settings.d.ts +0 -7
- package/dist/src/organisms/TopBar/Settings.types.d.ts +0 -28
- package/dist/src/organisms/TopBar/TopBar.d.ts +0 -20
- package/dist/src/organisms/TopBar/TopBar.styles.d.ts +0 -43
- package/dist/src/organisms/TopBar/TopBarMenu.d.ts +0 -13
- package/dist/src/organisms/TopBar/TransferToAppDialog.d.ts +0 -8
- package/dist/src/organisms/TopBar/Tutorials/TutorialItem.d.ts +0 -8
- package/dist/src/organisms/TopBar/Tutorials/Tutorials.d.ts +0 -8
- package/dist/src/organisms/TopBar/Tutorials/Tutorials.styles.d.ts +0 -2
- package/dist/src/organisms/TopBar/index.d.ts +0 -24
- package/dist/src/organisms/index.d.ts +0 -24
- package/dist/src/providers/AuthProvider/AuthProvider.d.ts +0 -28
- package/dist/src/providers/AuthProvider/AuthProviderInner.d.ts +0 -17
- package/dist/src/providers/LoadingProvider.d.ts +0 -14
- package/dist/src/providers/ReleaseNotesProvider.d.ts +0 -16
- package/dist/src/providers/ReleaseNotesProvider.utils.d.ts +0 -3
- package/dist/src/providers/SideBarProvider.d.ts +0 -10
- package/dist/src/providers/SnackbarProvider/SnackbarProvider.d.ts +0 -28
- package/dist/src/providers/SnackbarProvider/SnackbarProvider.styles.d.ts +0 -18
- package/dist/src/providers/SnackbarProvider/SnackbarProvider.utils.d.ts +0 -3
- package/dist/src/providers/StepperProvider.d.ts +0 -52
- package/dist/src/providers/TableOfContentsProvider.d.ts +0 -26
- package/dist/src/providers/TableOfContentsProvider.utils.d.ts +0 -2
- package/dist/src/providers/ThemeProvider/ThemeProvider.constants.d.ts +0 -1
- package/dist/src/providers/ThemeProvider/ThemeProvider.d.ts +0 -13
- package/dist/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.constants.d.ts +0 -2
- package/dist/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.d.ts +0 -12
- package/dist/src/providers/TutorialHighlightingProvider/TutorialHighlightingProviderInner.d.ts +0 -7
- package/dist/src/providers/TutorialHighlightingProvider/TutorialPopover/StepIndicator.d.ts +0 -6
- package/dist/src/providers/TutorialHighlightingProvider/TutorialPopover/TutorialPopover.d.ts +0 -12
- package/dist/src/providers/TutorialHighlightingProvider/TutorialPopover/hooks/useTutorialPopoverPosition.d.ts +0 -23
- package/dist/src/providers/TutorialHighlightingProvider/hooks/useReversedScrollY.d.ts +0 -2
- package/dist/src/providers/index.d.ts +0 -10
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IconData } from '@equinor/eds-icons';
|
|
2
|
-
export interface Tab<T> {
|
|
3
|
-
value: T;
|
|
4
|
-
label: string;
|
|
5
|
-
count?: number;
|
|
6
|
-
leadingIcon?: IconData;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface Tabs<T> {
|
|
10
|
-
selected: T;
|
|
11
|
-
onChange: (value: T) => void;
|
|
12
|
-
onHover?: (hoveredTabValue: T) => void;
|
|
13
|
-
options: Tab<T>[];
|
|
14
|
-
scrollable?: boolean;
|
|
15
|
-
amountPerScrollPage?: number;
|
|
16
|
-
centered?: boolean;
|
|
17
|
-
animated?: boolean;
|
|
18
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FC, InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
|
|
2
|
-
import { TextFieldProps as BaseProps } from '@equinor/eds-core-react';
|
|
3
|
-
import { Variants } from '../../atoms/types/variants';
|
|
4
|
-
type TextFieldProps = Omit<BaseProps, 'variant'> & {
|
|
5
|
-
variant?: Variants;
|
|
6
|
-
loading?: boolean;
|
|
7
|
-
} & (TextareaHTMLAttributes<HTMLTextAreaElement> | InputHTMLAttributes<HTMLInputElement>);
|
|
8
|
-
export declare const TextField: FC<TextFieldProps>;
|
|
9
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("framer-motion").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, never>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
export { AnimatedCheckmark } from './AnimatedCheckmark/AnimatedCheckmark';
|
|
2
|
-
export { ApplicationIcon } from './ApplicationIcon/ApplicationIcon';
|
|
3
|
-
export type { ApplicationIconProps } from './ApplicationIcon/ApplicationIcon';
|
|
4
|
-
export { Badge } from './Badge/Badge';
|
|
5
|
-
export type { BadgeProps } from './Badge/Badge';
|
|
6
|
-
export { Banner } from './Banner/Banner';
|
|
7
|
-
export type { BannerProps } from './Banner/Banner';
|
|
8
|
-
export { Button } from './Button/Button';
|
|
9
|
-
export type { ButtonProps } from './Button/Button';
|
|
10
|
-
export { Chip } from './Chip/Chip';
|
|
11
|
-
export type { BaseChipProps } from './Chip/Chip';
|
|
12
|
-
export { ContentMenu } from './ContentMenu/ContentMenu';
|
|
13
|
-
export type { ContentMenuProps } from './ContentMenu/ContentMenu';
|
|
14
|
-
export { DatePicker } from './DatePicker/DatePicker';
|
|
15
|
-
export type { DatePickerProps } from './DatePicker/DatePicker';
|
|
16
|
-
export { DateRangePicker } from './DateRangePicker/DateRangePicker';
|
|
17
|
-
export type { DateRangePickerProps } from './DateRangePicker/DateRangePicker';
|
|
18
|
-
export { Dialog } from './Dialog/Dialog';
|
|
19
|
-
export type { DialogProps, DialogAction } from './Dialog/Dialog';
|
|
20
|
-
export { EquinorLogo } from './EquinorLogo/EquinorLogo';
|
|
21
|
-
export type { EquinorLogoProps } from './EquinorLogo/EquinorLogo';
|
|
22
|
-
export { FileProgress } from './FileProgress/FileProgress';
|
|
23
|
-
export type { FileProgressPropsExtension } from './FileProgress/FileProgress';
|
|
24
|
-
export type { FileProgressProps } from './FileProgress/FileProgress.types';
|
|
25
|
-
export { FileUploadArea } from './FileUploadArea/FileUploadArea';
|
|
26
|
-
export type { FileUploadAreaProps } from './FileUploadArea/FileUploadArea';
|
|
27
|
-
export { FullPageSpinner } from './FullPageSpinner/FullPageSpinner';
|
|
28
|
-
export type { FullPageSpinnerProps } from './FullPageSpinner/FullPageSpinner';
|
|
29
|
-
export { InfoElement } from './InfoElement/InfoElement';
|
|
30
|
-
export type { InfoElementProps } from './InfoElement/InfoElement';
|
|
31
|
-
export { OptionalTooltip } from './OptionalTooltip/OptionalTooltip';
|
|
32
|
-
export type { OptionalTooltipProps } from './OptionalTooltip/OptionalTooltip';
|
|
33
|
-
export { ProfileAvatar } from './ProfileAvatar/ProfileAvatar';
|
|
34
|
-
export type { ProfileAvatarProps } from './ProfileAvatar/ProfileAvatar';
|
|
35
|
-
export { RichTextDisplay } from './RichTextDisplay/RichTextDisplay';
|
|
36
|
-
export type { RichTextDisplayProps } from './RichTextDisplay/RichTextDisplay';
|
|
37
|
-
export { RichTextEditor, RichText } from './RichTextEditor';
|
|
38
|
-
export { AmplifyBar, EditorMenu, EditorText, } from './RichTextEditor/MenuBar/MenuBar';
|
|
39
|
-
export { AmplifyKit } from './RichTextEditor/custom-extensions/AmplifyKit';
|
|
40
|
-
export type { RichTextEditorProps } from './RichTextEditor/RichTextEditor';
|
|
41
|
-
export { Tabs } from './Tabs/Tabs';
|
|
42
|
-
export type { TabsProps } from './Tabs/Tabs';
|
|
43
|
-
export { TableMenuBar, TextTable, } from './RichTextEditor/MenuBar/Table/TableBar';
|
|
44
|
-
export { DEFAULT_FEATURES } from './RichTextEditor/RichTextEditor.types';
|
|
45
|
-
export { RichTextEditorFeatures } from './RichTextEditor/RichTextEditor.types';
|
|
46
|
-
export type * from './RichTextEditor/RichTextEditor.types';
|
|
47
|
-
export { Search } from './Search/Search';
|
|
48
|
-
export { Sieve } from './Sieve/Sieve';
|
|
49
|
-
export type { SieveProps, SieveValue, FilterValues, SieveOption, } from './Sieve/Sieve.types';
|
|
50
|
-
export type { SieveFilterGroup } from './Sieve/Filter';
|
|
51
|
-
export { SingleFilterMenu } from './SingleFilterMenu/SingleFilterMenu';
|
|
52
|
-
export type { SingleFilterMenuProps } from './SingleFilterMenu/SingleFilterMenu';
|
|
53
|
-
export { SkeletonBase, skeletonBaseloading, } from './Skeleton/SkeletonBase/SkeletonBase';
|
|
54
|
-
export type { SkeletonBaseProps } from './Skeleton/SkeletonBase/SkeletonBase';
|
|
55
|
-
export { SkeletonGradient } from './Skeleton/SkeletonGradient/SkeletonGradient';
|
|
56
|
-
export type { SkeletonGradientProps } from './Skeleton/SkeletonGradient/SkeletonGradient';
|
|
57
|
-
export { Stepper } from './Stepper/Stepper';
|
|
58
|
-
export type { StepperProps } from './Stepper/Stepper';
|
|
59
|
-
export { OptionDrawer } from './OptionDrawer/OptionDrawer';
|
|
60
|
-
export type { OptionDrawerProps } from './OptionDrawer/OptionDrawer';
|
|
61
|
-
export type { OptionDrawerSelectItem } from './OptionDrawer/OptionDrawer.types';
|
|
62
|
-
export { ComboBox } from './Select/ComboBox/ComboBox';
|
|
63
|
-
export { ComboBoxChip } from './Select/Select.styles';
|
|
64
|
-
export type { ListComboBoxProps, GroupedComboBoxProps, } from './Select/ComboBox/ComboBox';
|
|
65
|
-
export { SingleSelect } from './Select/SingleSelect/SingleSelect';
|
|
66
|
-
export type { ListSingleSelectProps, GroupedSingleSelectProps, } from './Select/SingleSelect/SingleSelect';
|
|
67
|
-
export type { SelectOption, SelectOptionRequired } from './Select/Select.types';
|
|
68
|
-
export { FeedBackIcon } from './FeedBackIcon/FeedBackIcon';
|
|
69
|
-
export type { FeedBackIconProps } from './FeedBackIcon/FeedBackIcon';
|
|
70
|
-
export { ListItem } from './ListItem/ListItem';
|
|
71
|
-
export type { ListItemProps } from './ListItem/ListItem';
|
|
72
|
-
export { Checkbox } from './SelectionControls/Checkbox/Checkbox';
|
|
73
|
-
export type { CheckboxProps } from './SelectionControls/Checkbox/Checkbox';
|
|
74
|
-
export { Radio } from './SelectionControls/Radio/Radio';
|
|
75
|
-
export type { RadioProps } from './SelectionControls/Radio/Radio';
|
|
76
|
-
export { Switch } from './SelectionControls/Switch/Switch';
|
|
77
|
-
export type { SwitchProps } from './SelectionControls/Switch/Switch';
|
|
78
|
-
export { Waves } from './Waves/Waves';
|
|
79
|
-
export { Accordion, Breadcrumbs, Divider, Dialog as EDSDialog, Menu, TextField, Typography, Icon, CircularProgress, DotProgress, LinearProgress, } from '@equinor/eds-core-react';
|
|
80
|
-
export type { AccordionProps, AccordionHeaderProps, AccordionHeaderActionsProps, AccordionItemProps, AccordionPanelProps, AccordionHeaderTitleProps, BreadcrumbsProps, BreadcrumbProps, DialogProps as EDSDialogProps, DividerProps, MenuProps, SearchProps, TextFieldProps, TypographyProps, IconProps, CircularProgressProps, DotProgressProps, LinearProgressProps, } from '@equinor/eds-core-react';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React, { FC } from 'react';
|
|
2
|
-
export declare const LinearProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
3
|
-
variant?: "indeterminate" | "determinate";
|
|
4
|
-
value?: number;
|
|
5
|
-
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, never>> & string & Omit<React.ForwardRefExoticComponent<{
|
|
6
|
-
variant?: "indeterminate" | "determinate";
|
|
7
|
-
value?: number;
|
|
8
|
-
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>, keyof React.Component<any, {}, any>>;
|
|
9
|
-
interface ChangingFieldProps {
|
|
10
|
-
fieldName: string;
|
|
11
|
-
onChangedField: () => void;
|
|
12
|
-
finishedText: string;
|
|
13
|
-
}
|
|
14
|
-
export declare const ChangingField: FC<ChangingFieldProps>;
|
|
15
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Field } from '../../atoms/types/Field';
|
|
3
|
-
export interface FieldSelectorProps {
|
|
4
|
-
setField: (value: Field) => void;
|
|
5
|
-
fields: Field[];
|
|
6
|
-
isLoading?: boolean;
|
|
7
|
-
onChangedField: () => void;
|
|
8
|
-
showAccessITLink?: boolean;
|
|
9
|
-
finishedText: string;
|
|
10
|
-
itemNameSingular?: string;
|
|
11
|
-
}
|
|
12
|
-
export declare const FieldSelector: FC<FieldSelectorProps>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Field } from '../../../atoms/types/Field';
|
|
3
|
-
export interface FieldSelectorType {
|
|
4
|
-
availableFields: Field[];
|
|
5
|
-
onSelect: (selectedField: Field) => void;
|
|
6
|
-
itemNameSingular: string;
|
|
7
|
-
showAccessITLink?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const SelectorCard: FC<FieldSelectorType>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SelectorSkeleton: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FilterWithAutoCompleteOptions } from './Filter.types';
|
|
2
|
-
interface AutoCompleteMenuProps<T extends string> {
|
|
3
|
-
anchorElement: HTMLElement | null;
|
|
4
|
-
searchElement: HTMLElement | null;
|
|
5
|
-
search: string;
|
|
6
|
-
isFilterOpen: boolean;
|
|
7
|
-
autoCompleteOptions: FilterWithAutoCompleteOptions<T>['autoCompleteOptions'];
|
|
8
|
-
onAutoComplete: FilterWithAutoCompleteOptions<T>['onAutoComplete'];
|
|
9
|
-
}
|
|
10
|
-
export declare function AutoCompleteMenu<T extends string>({ anchorElement, searchElement, search, isFilterOpen, autoCompleteOptions, onAutoComplete, }: AutoCompleteMenuProps<T>): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FilterWithAutoCompleteOptions } from './Filter.types';
|
|
2
|
-
export declare const StyledTypography: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<({
|
|
3
|
-
as?: import("react").ElementType | undefined;
|
|
4
|
-
} & (import("@equinor/eds-core-react").TypographyProps & Omit<any, "bold" | "link" | "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" | "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" | "variant" | "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>>;
|
|
5
|
-
interface AutoCompleteTextProps<T extends string> {
|
|
6
|
-
search: string;
|
|
7
|
-
autoCompleteOptions: FilterWithAutoCompleteOptions<T>['autoCompleteOptions'];
|
|
8
|
-
}
|
|
9
|
-
export declare function AutoCompleteText<T extends string>({ search, autoCompleteOptions, }: AutoCompleteTextProps<T>): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FilterProps } from './Filter.types';
|
|
2
|
-
/**
|
|
3
|
-
* @param values - Array of values to display as chips ({ value: string, label: string, icon?: IconData }[])
|
|
4
|
-
* @param search - The current search value
|
|
5
|
-
* @param onSearchChange - Callback when search changes
|
|
6
|
-
* @param onSearchEnter - Callback when users hit {Enter} in the search field
|
|
7
|
-
* @param onClearFilter - Function to call when the user clicks the delete button on a chip
|
|
8
|
-
* @param onClearAllFilters - Function to call when the user clicks the clear filters button
|
|
9
|
-
* @param children - ReactNode or ReactNode[] to display below when the filter is open
|
|
10
|
-
* @param inlineContent - ReactNode or ReactNode[] to display inline with the search field, but before the open/close button
|
|
11
|
-
* @param initialOpen - Whether the filter should be open by default, defaults to false
|
|
12
|
-
* @param placeholder - Placeholder text for the search input, defaults to 'Search...'
|
|
13
|
-
* @param id - ID for the search field
|
|
14
|
-
*/
|
|
15
|
-
export declare function Filter<T extends string>({ values, search, onSearchChange, onSearchEnter, onClearFilter, onClearAllFilters, children, topContent, inlineContent, initialOpen, placeholder, id, ...rest }: FilterProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
export declare const Section: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
4
|
-
export declare const SearchField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
5
|
-
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("framer-motion").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, never>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
-
interface StyledChipProps {
|
|
7
|
-
$tryingToRemove: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const StyledChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<((Omit<import("react").HTMLAttributes<HTMLDivElement | HTMLButtonElement>, "onClick"> & (import("../../molecules/Chip/Chip").ClickableChipProps | import("../../molecules/Chip/Chip").DeletableChipProps | (import("../../molecules/Chip/Chip").BaseChipProps & {
|
|
10
|
-
onClick?: undefined;
|
|
11
|
-
onDelete?: undefined;
|
|
12
|
-
}))) & import("react").RefAttributes<HTMLDivElement | HTMLButtonElement>) & import("styled-components/dist/types").BaseObject, StyledChipProps>> & string & Omit<import("react").ForwardRefExoticComponent<(Omit<import("react").HTMLAttributes<HTMLDivElement | HTMLButtonElement>, "onClick"> & (import("../../molecules/Chip/Chip").ClickableChipProps | import("../../molecules/Chip/Chip").DeletableChipProps | (import("../../molecules/Chip/Chip").BaseChipProps & {
|
|
13
|
-
onClick?: undefined;
|
|
14
|
-
onDelete?: undefined;
|
|
15
|
-
}))) & import("react").RefAttributes<HTMLDivElement | HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
-
export declare const SearchFieldWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
17
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ChangeEvent, ReactNode } from 'react';
|
|
2
|
-
import { IconData } from '@equinor/eds-icons';
|
|
3
|
-
import { SelectOptionRequired } from '../../molecules/Select/Select.types';
|
|
4
|
-
interface CommonFilterProps<T extends string> {
|
|
5
|
-
values: Record<T, Array<SelectOptionRequired & {
|
|
6
|
-
icon?: IconData;
|
|
7
|
-
}>>;
|
|
8
|
-
onClearFilter: (key: T, index: number) => void;
|
|
9
|
-
onClearAllFilters: () => void;
|
|
10
|
-
search: string;
|
|
11
|
-
onSearchChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
12
|
-
onSearchEnter: (value: string) => void;
|
|
13
|
-
children: ReactNode | ReactNode[];
|
|
14
|
-
inlineContent?: ReactNode | ReactNode[];
|
|
15
|
-
topContent?: ReactNode | ReactNode[];
|
|
16
|
-
initialOpen?: boolean;
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
id?: string;
|
|
19
|
-
}
|
|
20
|
-
export interface FilterWithAutoCompleteOptions<T extends string> extends CommonFilterProps<T> {
|
|
21
|
-
autoCompleteOptions: Record<T, SelectOptionRequired[]>;
|
|
22
|
-
onAutoComplete: (key: T, value: SelectOptionRequired) => void;
|
|
23
|
-
}
|
|
24
|
-
export type FilterProps<T extends string> = CommonFilterProps<T> | FilterWithAutoCompleteOptions<T>;
|
|
25
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SelectOptionRequired } from '../../molecules/Select/Select.types';
|
|
2
|
-
export declare function getFilteredAutoCompleteOptions<T extends string>({ searchValue, autoCompleteOptions, }: {
|
|
3
|
-
searchValue: string;
|
|
4
|
-
autoCompleteOptions: Record<T, SelectOptionRequired[]>;
|
|
5
|
-
}): Array<SelectOptionRequired & {
|
|
6
|
-
key: T;
|
|
7
|
-
}>;
|
|
8
|
-
export declare function findStartAndEndIndexOfSearch({ searchValue, label, }: {
|
|
9
|
-
searchValue: string;
|
|
10
|
-
label: string;
|
|
11
|
-
}): [number, number];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FilterProps } from './Filter.types';
|
|
2
|
-
import { SelectOptionRequired } from '../../molecules/Select/Select.types';
|
|
3
|
-
interface QuickFilterProps<T extends string> {
|
|
4
|
-
values: FilterProps<T>['values'];
|
|
5
|
-
items: Record<T, SelectOptionRequired[]>;
|
|
6
|
-
onQuickFilter: (key: T, value: SelectOptionRequired) => void;
|
|
7
|
-
label?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function QuickFilter<T extends string>({ values, items, onQuickFilter, label, }: QuickFilterProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
interface SortMenuProps<S> {
|
|
2
|
-
value: S;
|
|
3
|
-
onChange: (value: S) => void;
|
|
4
|
-
items: {
|
|
5
|
-
value: S;
|
|
6
|
-
label: string;
|
|
7
|
-
}[];
|
|
8
|
-
}
|
|
9
|
-
export declare function SortMenu<S>({ value, onChange, items }: SortMenuProps<S>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Filter as BaseFilter } from './Filter';
|
|
2
|
-
import { QuickFilter } from './QuickFilter';
|
|
3
|
-
import { SortMenu } from './SortMenu';
|
|
4
|
-
type FilterType = typeof BaseFilter & {
|
|
5
|
-
QuickFilter: typeof QuickFilter;
|
|
6
|
-
SortMenu: typeof SortMenu;
|
|
7
|
-
};
|
|
8
|
-
export declare const Filter: FilterType;
|
|
9
|
-
export type { FilterType };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const RELEASE_NOTE_RICH_TEXT_COLLAPSED_HEIGHT = 85;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ReleaseNote as ReleaseNoteDto } from '@equinor/subsurface-app-management';
|
|
3
|
-
export type ReleaseNoteProps = {
|
|
4
|
-
actionMenu?: ReactNode;
|
|
5
|
-
expanded?: boolean;
|
|
6
|
-
} & ReleaseNoteDto;
|
|
7
|
-
export declare const ReleaseNote: import("react").ForwardRefExoticComponent<{
|
|
8
|
-
actionMenu?: ReactNode;
|
|
9
|
-
expanded?: boolean;
|
|
10
|
-
} & ReleaseNoteDto & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ReleaseNote } from '@equinor/subsurface-app-management';
|
|
2
|
-
export declare const WORDS_PER_MINUTE = 238;
|
|
3
|
-
export declare function timeToRead(body: string): string;
|
|
4
|
-
export declare function usingReleaseNoteDate(releaseNote: Pick<ReleaseNote, 'releaseDate' | 'createdDate'>): string;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ButtonProps } from '@equinor/eds-core-react';
|
|
2
|
-
interface MenuItemContainerProps {
|
|
3
|
-
$active?: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const MenuItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, MenuItemContainerProps>> & string;
|
|
6
|
-
interface CreateButtonProps extends ButtonProps {
|
|
7
|
-
$open?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const CreateButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<{
|
|
10
|
-
as?: import("react").ElementType | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
color?: "primary" | "secondary" | "danger";
|
|
13
|
-
variant?: "ghost_icon" | "contained" | "contained_icon" | "outlined" | "ghost";
|
|
14
|
-
href?: string;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
type?: string;
|
|
17
|
-
fullWidth?: boolean;
|
|
18
|
-
} & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Omit<any, "variant" | "href" | "fullWidth" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>>, CreateButtonProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<ButtonProps, HTMLButtonElement> & {
|
|
19
|
-
Group: typeof import("@equinor/eds-core-react").ButtonGroup;
|
|
20
|
-
Toggle: typeof import("@equinor/eds-core-react").ToggleButton;
|
|
21
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
22
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { SideBarMenuItem } from '../../../atoms/types/SideBar';
|
|
3
|
-
export type MenuItemProps = {
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated - currentUrl is not needed anymore, useLocation from react router is used internally
|
|
6
|
-
*/
|
|
7
|
-
currentUrl?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
} & SideBarMenuItem;
|
|
10
|
-
export declare const MenuItem: FC<MenuItemProps>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const MenuItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
2
|
-
interface LinkProps {
|
|
3
|
-
$active?: boolean;
|
|
4
|
-
$open?: boolean;
|
|
5
|
-
$disabled?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, LinkProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
-
export declare const IconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
interface ItemTextProps {
|
|
10
|
-
$active: boolean;
|
|
11
|
-
$disabled: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const ItemText: 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, "bold" | "link" | "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" | "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" | "variant" | "group" | "token" | "lines">)) & import("styled-components/dist/types").BaseObject, ItemTextProps>> & string & Omit<import("@equinor/eds-utils").OverridableComponent<import("@equinor/eds-core-react").TypographyProps, HTMLElement>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
interface IsUrlArgs {
|
|
2
|
-
currentUrl: string;
|
|
3
|
-
link: string;
|
|
4
|
-
}
|
|
5
|
-
export declare const isCurrentUrl: ({ currentUrl, link }: IsUrlArgs) => boolean;
|
|
6
|
-
interface CanNavigateArgs extends IsUrlArgs {
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
replace: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare const canNavigate: ({ currentUrl, link, disabled, replace, }: CanNavigateArgs) => boolean;
|
|
11
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
interface SideBarProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
showCreate?: boolean;
|
|
5
|
-
bottomItem?: ReactNode;
|
|
6
|
-
}
|
|
7
|
-
interface BaseSideBar extends SideBarProps {
|
|
8
|
-
onCreate?: undefined;
|
|
9
|
-
}
|
|
10
|
-
interface SideBarWithCreate extends SideBarProps {
|
|
11
|
-
onCreate: () => void;
|
|
12
|
-
createLabel: string;
|
|
13
|
-
createDisabled?: boolean;
|
|
14
|
-
createActive?: boolean;
|
|
15
|
-
}
|
|
16
|
-
export declare const SideBar: import("react").ForwardRefExoticComponent<(BaseSideBar | SideBarWithCreate) & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
interface ContainerProps {
|
|
2
|
-
$width: string;
|
|
3
|
-
}
|
|
4
|
-
export declare const NavigationContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
|
|
5
|
-
export declare const TopItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
-
export declare const CenterItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
-
export declare const BottomItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
-
export declare const EquinorIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
interface ContainerProps {
|
|
2
|
-
$isOpen: boolean;
|
|
3
|
-
}
|
|
4
|
-
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ContainerProps>> & string;
|
|
5
|
-
export {};
|