@equinor/amplify-component-lib 9.17.0-beta.0 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atoms/hooks/useLocalStorage.d.ts +2 -2
- package/dist/atoms/hooks/useSelect.d.ts +3 -3
- package/dist/atoms/types/Guidelines.d.ts +1 -1
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.d.ts +2 -2
- package/dist/deprecated/IconToggleButton.d.ts +2 -2
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/molecules/Chip/Chip.d.ts +2 -2
- package/dist/molecules/DatePicker/DatePicker.d.ts +3 -3
- package/dist/molecules/DateRangePicker/DateRangePicker.d.ts +3 -3
- package/dist/molecules/Dialog/Dialog.d.ts +2 -2
- package/dist/molecules/EquinorLogo/EquinorLogo.d.ts +2 -2
- package/dist/molecules/FileUploadArea/FileUploadArea.js +1 -1
- package/dist/molecules/IconCell/IconCell.d.ts +2 -2
- package/dist/molecules/IconCell/IconCell.styles.js +1 -1
- package/dist/molecules/IconCell/IconCell.types.d.ts +6 -5
- package/dist/molecules/IconCell/IconCell.types.js +1 -1
- package/dist/molecules/IconCell/IconCell.utils.js +2 -2
- package/dist/molecules/ListItem/ListItem.d.ts +2 -2
- package/dist/molecules/OptionDrawer/OptionDrawer.d.ts +2 -2
- package/dist/molecules/OptionalTooltip/OptionalTooltip.d.ts +4 -4
- package/dist/molecules/ProfileAvatar/ProfileAvatar.d.ts +2 -2
- package/dist/molecules/RichTextEditor/MenuBar/MenuBar.d.ts +6 -6
- package/dist/molecules/RichTextEditor/index.d.ts +6 -6
- package/dist/molecules/Search/Search.d.ts +2 -2
- package/dist/molecules/Select/ComboBox/ComboBox.d.ts +2 -2
- package/dist/molecules/Select/Select.styles.d.ts +5 -5
- package/dist/molecules/Select/Select.styles.js +0 -1
- package/dist/molecules/Select/SingleSelect/SingleSelect.d.ts +2 -2
- package/dist/molecules/SelectionControls/Checkbox/Checkbox.d.ts +2 -2
- package/dist/molecules/SelectionControls/Radio/Radio.d.ts +2 -2
- package/dist/molecules/SelectionControls/Switch/Switch.d.ts +2 -2
- package/dist/molecules/Skeleton/SkeletonBase/SkeletonBase.d.ts +3 -3
- package/dist/molecules/Stepper/Step/Step.js +8 -8
- package/dist/molecules/Stepper/Stepper.js +6 -4
- package/dist/molecules/TextField/TextField.d.ts +12 -0
- package/dist/molecules/TextField/TextField.js +3 -3
- package/dist/molecules/index.d.ts +4 -5
- package/dist/molecules/index.js +1 -1
- package/dist/organisms/DataGrid/DataGrid.d.ts +2 -2
- package/dist/organisms/Faq/Category/Category.js +2 -2
- package/dist/organisms/Faq/Header.js +2 -2
- package/dist/organisms/ReleaseNote/ReleaseNote.d.ts +3 -3
- package/dist/organisms/ReleaseNotesPage/ReleaseNoteFilter.js +12 -0
- package/dist/organisms/ReleaseNotesPage/ReleaseNotesPage.d.ts +6 -0
- package/dist/organisms/ReleaseNotesPage/ReleaseNotesPage.js +1 -0
- package/dist/organisms/ReleaseNotesPage/ReleaseNotesPage.styles.js +35 -0
- package/dist/organisms/ReleaseNotesPage/ReleaseNotesPage.utils.js +1 -0
- package/dist/organisms/ReleaseNotesPage/ReleasePosts/ReleasePost/ReleasePost.js +1 -0
- package/dist/organisms/ReleaseNotesPage/ReleasePosts/ReleasePost/ReleasePostSkeleton.js +37 -0
- package/dist/organisms/ReleaseNotesPage/ReleasePosts/ReleasePosts.js +17 -0
- package/dist/organisms/ReleaseNotesPage/hooks/useFilteredReleaseNotes.js +1 -0
- package/dist/organisms/ReleaseNotesPage/hooks/useReleaseNotesFilters.js +1 -0
- package/dist/organisms/SideBar/CreateItem.styles.js +8 -6
- package/dist/organisms/SideBar/MenuItem/BasicMenuItem.js +1 -1
- package/dist/organisms/SideBar/MenuItem/MenuItem.styles.js +0 -1
- package/dist/organisms/SideBar/SideBar.d.ts +2 -2
- package/dist/organisms/Status/Action.d.ts +2 -2
- package/dist/organisms/Status/Description.d.ts +2 -2
- package/dist/organisms/Status/MissingAccesses.d.ts +2 -2
- package/dist/organisms/Status/Title.d.ts +2 -2
- package/dist/organisms/Template/Template.d.ts +5 -5
- package/dist/organisms/ToggleGroup/ToggleGroup.d.ts +2 -2
- package/dist/organisms/ToggleGroup/ToggleGroupOption.d.ts +2 -2
- package/dist/organisms/TopBar/Actions.d.ts +2 -2
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.d.ts +2 -2
- package/dist/organisms/TopBar/Guidelines/Guidelines.js +1 -1
- package/dist/organisms/TopBar/Notifications/NotificationProvider.d.ts +2 -2
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/Header/Header.styles.js +2 -5
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.js +1 -1
- package/dist/organisms/TopBar/Settings.js +1 -1
- package/dist/organisms/TopBar/TopBar.d.ts +1 -0
- package/dist/organisms/index.d.ts +1 -0
- package/dist/organisms/index.js +1 -1
- package/dist/providers/ReleaseNotesProvider.d.ts +0 -1
- package/dist/providers/ReleaseNotesProvider.js +1 -1
- package/dist/providers/TableOfContentsProvider.js +1 -1
- package/package.json +6 -4
- package/dist/molecules/ContentMenu/ContentMenu.d.ts +0 -17
- package/dist/molecules/ContentMenu/ContentMenu.js +0 -1
- package/dist/molecules/ContentMenu/ContentMenu.styles.js +0 -52
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.d.ts +0 -15
- package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +0 -20
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.utils.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react117 from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/atoms/hooks/useLocalStorage.d.ts
|
|
4
|
-
declare const useLocalStorage: <T>(key: string, defaultState: T, keepAliveMs?: number) => readonly [T,
|
|
4
|
+
declare const useLocalStorage: <T>(key: string, defaultState: T, keepAliveMs?: number) => readonly [T, react117.Dispatch<react117.SetStateAction<T>>, () => void];
|
|
5
5
|
//#endregion
|
|
6
6
|
export { useLocalStorage };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SelectOption, SelectOptionRequired } from "../../molecules/Select/Select.types.js";
|
|
2
2
|
import { SelectComponentProps } from "../../molecules/Select/Select.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react119 from "react";
|
|
4
4
|
import { ChangeEvent, KeyboardEvent } from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/atoms/hooks/useSelect.d.ts
|
|
@@ -16,8 +16,8 @@ declare const useSelect: <T extends SelectOptionRequired>(props: SelectComponent
|
|
|
16
16
|
handleOnOpen: () => void;
|
|
17
17
|
handleOnRemoveItem: (item: SelectOption<T>) => void;
|
|
18
18
|
search: string;
|
|
19
|
-
searchRef:
|
|
20
|
-
itemRefs:
|
|
19
|
+
searchRef: react119.RefObject<HTMLInputElement | null>;
|
|
20
|
+
itemRefs: react119.RefObject<(HTMLButtonElement | null)[]>;
|
|
21
21
|
selectedValues: T[];
|
|
22
22
|
open: boolean;
|
|
23
23
|
tryingToRemoveItem: T | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react2 from "react";
|
|
2
2
|
import { IconData } from "@equinor/eds-icons";
|
|
3
3
|
|
|
4
4
|
//#region src/deprecated/ExpandingIconButton/ExpandingIconButton.d.ts
|
|
@@ -12,6 +12,6 @@ interface ExpandingIconButtonProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* @deprecated Being deprecated from amplify-component-lib move into app if you want the implementation
|
|
14
14
|
*/
|
|
15
|
-
declare const ExpandingIconButton:
|
|
15
|
+
declare const ExpandingIconButton: react2.ForwardRefExoticComponent<ExpandingIconButtonProps & react2.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { ExpandingIconButton };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react0 from "react";
|
|
2
2
|
import { IconData } from "@equinor/eds-icons";
|
|
3
3
|
|
|
4
4
|
//#region src/deprecated/IconToggleButton.d.ts
|
|
@@ -21,6 +21,6 @@ interface IconToggleButtonProps {
|
|
|
21
21
|
/**
|
|
22
22
|
* @deprecated Being deprecated from amplify-component-lib move into app if you want the implementation
|
|
23
23
|
*/
|
|
24
|
-
declare const IconToggleButton:
|
|
24
|
+
declare const IconToggleButton: react0.ForwardRefExoticComponent<IconToggleButtonProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { IconToggleButton };
|
package/dist/index.d.ts
CHANGED
|
@@ -58,7 +58,6 @@ import { Badge, BadgeProps } from "./molecules/Badge/Badge.js";
|
|
|
58
58
|
import { Banner, BannerProps } from "./molecules/Banner/Banner.js";
|
|
59
59
|
import { Button, ButtonProps } from "./molecules/Button/Button.js";
|
|
60
60
|
import { BaseChipProps, Chip } from "./molecules/Chip/Chip.js";
|
|
61
|
-
import { ContentMenu, ContentMenuProps } from "./molecules/ContentMenu/ContentMenu.js";
|
|
62
61
|
import { DatePicker, DatePickerProps } from "./molecules/DatePicker/DatePicker.js";
|
|
63
62
|
import { DateRangePicker, DateRangePickerProps } from "./molecules/DateRangePicker/DateRangePicker.js";
|
|
64
63
|
import { Dialog, DialogAction, DialogProps } from "./molecules/Dialog/Dialog.js";
|
|
@@ -67,7 +66,7 @@ import { FileProgressProps } from "./molecules/FileProgress/FileProgress.types.j
|
|
|
67
66
|
import { FileProgress, FileProgressPropsExtension } from "./molecules/FileProgress/FileProgress.js";
|
|
68
67
|
import { FileUploadArea, FileUploadAreaProps } from "./molecules/FileUploadArea/FileUploadArea.js";
|
|
69
68
|
import { FullPageSpinner, FullPageSpinnerProps } from "./molecules/FullPageSpinner/FullPageSpinner.js";
|
|
70
|
-
import { IconCellColors, IconCellStates, IconCellVariants } from "./molecules/IconCell/IconCell.types.js";
|
|
69
|
+
import { IconCellColor, IconCellColorObject, IconCellColors, IconCellState, IconCellStates, IconCellVariant, IconCellVariants } from "./molecules/IconCell/IconCell.types.js";
|
|
71
70
|
import { IconCell, IconCellProps } from "./molecules/IconCell/IconCell.js";
|
|
72
71
|
import { InfoElement, InfoElementProps } from "./molecules/InfoElement/InfoElement.js";
|
|
73
72
|
import { OptionalTooltip, OptionalTooltipProps } from "./molecules/OptionalTooltip/OptionalTooltip.js";
|
|
@@ -80,7 +79,6 @@ import { Tab } from "./molecules/Tabs/Tabs.types.js";
|
|
|
80
79
|
import { Tabs, TabsProps } from "./molecules/Tabs/Tabs.js";
|
|
81
80
|
import { TableMenuBar, TextTable } from "./molecules/RichTextEditor/MenuBar/Table/TableBar.js";
|
|
82
81
|
import { Search } from "./molecules/Search/Search.js";
|
|
83
|
-
import { SingleFilterMenu, SingleFilterMenuProps } from "./molecules/SingleFilterMenu/SingleFilterMenu.js";
|
|
84
82
|
import { SkeletonBase, SkeletonBaseProps, skeletonBaseloading } from "./molecules/Skeleton/SkeletonBase/SkeletonBase.js";
|
|
85
83
|
import { SkeletonGradient, SkeletonGradientProps } from "./molecules/Skeleton/SkeletonGradient/SkeletonGradient.js";
|
|
86
84
|
import { Stepper, StepperProps } from "./molecules/Stepper/Stepper.js";
|
|
@@ -89,13 +87,14 @@ import { OptionDrawerSelectItem } from "./molecules/OptionDrawer/OptionDrawer.ty
|
|
|
89
87
|
import { ComboBox, GroupedComboBoxProps, ListComboBoxProps } from "./molecules/Select/ComboBox/ComboBox.js";
|
|
90
88
|
import { ComboBoxChip } from "./molecules/Select/Select.styles.js";
|
|
91
89
|
import { GroupedSingleSelectProps, ListSingleSelectProps, SingleSelect } from "./molecules/Select/SingleSelect/SingleSelect.js";
|
|
90
|
+
import { TextField, TextFieldProps } from "./molecules/TextField/TextField.js";
|
|
92
91
|
import { FeedBackIcon, FeedBackIconProps } from "./molecules/FeedBackIcon/FeedBackIcon.js";
|
|
93
92
|
import { ListItem, ListItemProps } from "./molecules/ListItem/ListItem.js";
|
|
94
93
|
import { Checkbox, CheckboxProps } from "./molecules/SelectionControls/Checkbox/Checkbox.js";
|
|
95
94
|
import { Radio, RadioProps } from "./molecules/SelectionControls/Radio/Radio.js";
|
|
96
95
|
import { Switch, SwitchProps } from "./molecules/SelectionControls/Switch/Switch.js";
|
|
97
96
|
import { Waves } from "./molecules/Waves/Waves.js";
|
|
98
|
-
import { Accordion, AccordionHeaderActionsProps, AccordionHeaderProps, AccordionHeaderTitleProps, AccordionItemProps, AccordionPanelProps, AccordionProps, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, CircularProgress, CircularProgressProps, Divider, DividerProps, DotProgress, DotProgressProps, EDSDialog, EDSDialogProps, Icon, IconProps, LinearProgress, LinearProgressProps, Menu, MenuProps, SearchProps,
|
|
97
|
+
import { Accordion, AccordionHeaderActionsProps, AccordionHeaderProps, AccordionHeaderTitleProps, AccordionItemProps, AccordionPanelProps, AccordionProps, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, CircularProgress, CircularProgressProps, Divider, DividerProps, DotProgress, DotProgressProps, EDSDialog, EDSDialogProps, Icon, IconProps, LinearProgress, LinearProgressProps, Menu, MenuProps, SearchProps, Typography, TypographyProps } from "./molecules/index.js";
|
|
99
98
|
import { DataGrid } from "./organisms/DataGrid/DataGrid.js";
|
|
100
99
|
import { FieldSelector, FieldSelectorProps } from "./organisms/FieldSelector/FieldSelector.js";
|
|
101
100
|
import { Filter, FilterType } from "./organisms/Filter/index.js";
|
|
@@ -117,8 +116,9 @@ import { PageTitle } from "./organisms/PageTitle/PageTitle.js";
|
|
|
117
116
|
import { ReleaseNote, ReleaseNoteProps } from "./organisms/ReleaseNote/ReleaseNote.js";
|
|
118
117
|
import { ToggleGroup } from "./organisms/ToggleGroup/index.js";
|
|
119
118
|
import { Faq } from "./organisms/Faq/Faq.js";
|
|
119
|
+
import { ReleaseNotesPage } from "./organisms/ReleaseNotesPage/ReleaseNotesPage.js";
|
|
120
120
|
import { Card, CardProps, DataGridProps } from "./organisms/index.js";
|
|
121
121
|
import { ExpandingIconButton } from "./deprecated/ExpandingIconButton/ExpandingIconButton.js";
|
|
122
122
|
import { IconToggleButton } from "./deprecated/IconToggleButton.js";
|
|
123
123
|
import { OldStepper } from "./deprecated/OldStepper/OldStepper.js";
|
|
124
|
-
export { Accordion, AccordionHeaderActionsProps, AccordionHeaderProps, AccordionHeaderTitleProps, AccordionItemProps, AccordionPanelProps, AccordionProps, AmplifyBar, AmplifyKit, AnimatedCheckmark, ApiResponseError, AppIconProps, ApplicationIcon, ApplicationIconProps, AuthProvider, BadRequest, Badge, BadgeProps, Banner, BannerProps, BaseChipProps, BasicSideBarMenuItem, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonProps, Card, CardProps, Checkbox, CheckboxProps, Chip, CircularProgress, CircularProgressProps, ComboBox, ComboBoxChip,
|
|
124
|
+
export { Accordion, AccordionHeaderActionsProps, AccordionHeaderProps, AccordionHeaderTitleProps, AccordionItemProps, AccordionPanelProps, AccordionProps, AmplifyBar, AmplifyKit, AnimatedCheckmark, ApiResponseError, AppIconProps, ApplicationIcon, ApplicationIconProps, AuthProvider, BadRequest, Badge, BadgeProps, Banner, BannerProps, BaseChipProps, BasicSideBarMenuItem, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonProps, Card, CardProps, Checkbox, CheckboxProps, Chip, CircularProgress, CircularProgressProps, ComboBox, ComboBoxChip, ContentProps, DEFAULT_FEATURES, DataGrid, DataGridProps, DatePicker, DatePickerProps, DateRangePicker, DateRangePickerProps, Dialog, DialogAction, DialogProps, Divider, DividerProps, DotProgress, DotProgressProps, EDSDialog, EDSDialogProps, EditorMenu, EditorPanel, EditorText, ElementItem, Empty, EnvironmentType, EquinorLogo, EquinorLogoProps, ErrorContentType, ErrorType, ExpandingIconButton, Faq, FeaturesProps, FeedBackIcon, FeedBackIconProps, Field, FieldSelector, FieldSelectorProps, FileProgress, FileProgressProps, FileProgressPropsExtension, FileUploadArea, FileUploadAreaProps, Filter, FilterType, FullPageSpinner, FullPageSpinnerProps, GenericError, GroupedComboBoxProps, GroupedSingleSelectProps, GuidelineItem, GuidelineSections, IMG_WITH_ALT, IMG_WITH_SRC_AND_ALT, Icon, IconCell, IconCellColor, IconCellColorObject, IconCellColors, IconCellProps, IconCellState, IconCellStates, IconCellVariant, IconCellVariants, IconItem, IconProps, IconToggleButton, ImageExtensionFnProps, InfoElement, InfoElementProps, ItemType, LinearProgress, LinearProgressProps, ListComboBoxProps, ListItem, ListItemProps, ListSingleSelectProps, LoadingProvider, Menu, MenuProps, MissingAccessToApp, MissingPermissions, OldStepper, OptionDrawer, OptionDrawerProps, OptionDrawerSelectItem, OptionalTooltip, OptionalTooltipProps, PageNotFound, PageTitle, ProfileAvatar, ProfileAvatarProps, Radio, RadioProps, ReleaseNote, ReleaseNoteProps, ReleaseNotesPage, ReleaseNotesProvider, RichText, RichTextDisplay, RichTextDisplayProps, RichTextEditor, RichTextEditorFeatures, RichTextEditorProps, Search, SearchProps, SelectOption, SelectOptionRequired, ServerError, SettingsSection, SideBar, SideBarMenuItem, SideBarMenuItemWithItems, SideBarProvider, SingleSelect, SizeIconProps, SkeletonBase, SkeletonBaseProps, SkeletonGradient, SkeletonGradientProps, SnackbarProvider, SpacingsMode, Status, Stepper, StepperProps, StepperProvider, Switch, SwitchProps, Tab, TableMenuBar, TableOfContents, TableOfContentsItemType, TableOfContentsProps, TableOfContentsProvider, Tabs, TabsProps, Template, TemplateType, TextField, TextFieldProps, TextTable, Theme, ThemeProvider, ToggleGroup, TopBar, TutorialHighlight, TutorialHighlightingProvider, Typography, TypographyProps, Waves, amplify_aml, amplify_arrow_up_down, amplify_branch, amplify_calculator, amplify_failure, amplify_h1, amplify_h2, amplify_h3, amplify_h4, amplify_info_small, amplify_lwd, amplify_merged, amplify_overlay, amplify_overview, amplify_resources, amplify_sharepoint, amplify_shield_person, amplify_sidebyside, amplify_small_portal, amplify_snail, amplify_sort_small, amplify_success, amplify_table_add_column_left, amplify_table_add_column_right, amplify_table_add_row_above, amplify_table_add_row_below, amplify_table_column_heading, amplify_table_merge_cells, amplify_table_remove_column, amplify_table_remove_row, amplify_table_row_heading, amplify_table_split_cell, amplify_tutorials, amplify_wellbore, amplify_wireline, amplify_wireline_cased_hole, amplify_wireline_open_hole, animation, auth, capitalize, cleanRichTextValue, colors, convertLatLngToUtm, convertUtmToLatLng, defaultQueryOptions, degrees2radians, distanceLatLng, elevation, environment, exportComponent, extractImageUrls, formatBytes, formatDataSize, formatDate, formatDateTime, formatKiloBytes, formatLatLng, formatRelativeDateTime, formatUtm, getFeatures, getHighlightElementBoundingBox, getImagesFromRichText, getVariantIcon, highlightTutorialElementID, imageToB64, isBetweenDates, isValidUrl, setupIcons, shape, skeletonBaseloading, sortByDate, sortByWellboreName, spacings, style, typography, useAmplifyKit, useAuth, useDebounce, useFakeProgress, useFaqsInApplication, useLocalStorage, useNotification, useOnScreenMultiple, usePrefetchRichTextImages, usePrevious, useReleaseNotes, useSelect, useSideBar, useSnackbar, useStepper, useTableOfContents, useThemeProvider, utmProjection };
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{EnvironmentType as e}from"./atoms/enums/Environment.js";import{auth as t,environment as n}from"./atoms/utils/auth_environment.js";import{animation as r}from"./atoms/style/animation.js";import{colors as i}from"./atoms/style/colors.js";import{spacings as a}from"./atoms/style/spacings.js";import{elevation as o,shape as s,typography as c}from"./atoms/style/index.js";import{FullPageSpinner as l}from"./molecules/FullPageSpinner/FullPageSpinner.js";import{formatLatLng as u,formatUtm as d}from"./atoms/utils/coordinate.js";import{formatDate as f,formatDateTime as p,formatRelativeDateTime as m,isBetweenDates as h}from"./atoms/utils/date.js";import{exportComponent as g}from"./atoms/utils/export.js";import{setupIcons as _}from"./atoms/utils/favicon.js";import{convertLatLngToUtm as v,convertUtmToLatLng as y,degrees2radians as b,distanceLatLng as x,utmProjection as S}from"./atoms/utils/map.js";import{defaultQueryOptions as C}from"./atoms/utils/reactquery.js";import{DEFAULT_FEATURES as w,RichTextEditorFeatures as T}from"./molecules/RichTextEditor/RichTextEditor.types.js";import{IMG_WITH_ALT as E,IMG_WITH_SRC_AND_ALT as D,cleanRichTextValue as O,extractImageUrls as k,getFeatures as A,getImagesFromRichText as j,imageToB64 as M}from"./atoms/utils/richtext.js";import{formatBytes as N,formatDataSize as P,formatKiloBytes as F}from"./atoms/utils/size.js";import{sortByDate as I,sortByWellboreName as L}from"./atoms/utils/sort.js";import{Empty as R,capitalize as z}from"./atoms/utils/string.js";import{isValidUrl as B}from"./atoms/utils/url.js";import{getHighlightElementBoundingBox as V,highlightTutorialElementID as H}from"./atoms/utils/tutorials.js";import{getVariantIcon as U}from"./atoms/utils/forms.js";import{Status as W}from"./organisms/Status/index.js";import{MissingAccessToApp as G}from"./organisms/Status/collections/MissingAccessToApp.js";import{AuthProvider as K,useAuth as q}from"./providers/AuthProvider/AuthProvider.js";import{SideBarProvider as J,useSideBar as Y}from"./providers/SideBarProvider.js";import{SnackbarProvider as X,useSnackbar as Z}from"./providers/SnackbarProvider/SnackbarProvider.js";import{useOnScreenMultiple as Q}from"./atoms/hooks/useOnScreenMultiple.js";import{TableOfContentsProvider as $,useTableOfContents as ee}from"./providers/TableOfContentsProvider.js";import{useLocalStorage as te}from"./atoms/hooks/useLocalStorage.js";import{AmplifyKit as ne}from"./molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import{useAmplifyKit as re}from"./atoms/hooks/useAmplifyKit.js";import{useDebounce as ie}from"./atoms/hooks/useDebounce.js";import{useFakeProgress as ae}from"./atoms/hooks/useFakeProgress.js";import{usePrevious as oe}from"./atoms/hooks/usePrevious.js";import{useSelect as se}from"./atoms/hooks/useSelect.js";import{useNotification as ce}from"./organisms/TopBar/Notifications/NotificationProvider.js";import{StepperProvider as le,useStepper as ue}from"./providers/StepperProvider.js";import{Theme as de}from"./atoms/enums/Theme.js";import{ThemeProvider as fe,useThemeProvider as pe}from"./providers/ThemeProvider/ThemeProvider.js";import{usePrefetchRichTextImages as me}from"./atoms/hooks/usePrefetchRichTextImages.js";import{useFaqsInApplication as he}from"./atoms/hooks/useFaqsInApplication.js";import{ErrorType as ge}from"./atoms/enums/Errors.js";import{SpacingsMode as _e}from"./atoms/enums/SpacingsMode.js";import{amplify_failure as ve,amplify_lwd as ye,amplify_success as be,amplify_wellbore as xe,amplify_wireline as Se,amplify_wireline_cased_hole as Ce,amplify_wireline_open_hole as we}from"./atoms/icons/drilling.js";import{amplify_calculator as Te,amplify_overlay as Ee,amplify_sidebyside as De}from"./atoms/icons/map.js";import{amplify_aml as Oe,amplify_arrow_up_down as ke,amplify_branch as Ae,amplify_info_small as je,amplify_merged as Me,amplify_overview as Ne,amplify_resources as Pe,amplify_sharepoint as Fe,amplify_shield_person as Ie,amplify_small_portal as Le,amplify_snail as Re,amplify_sort_small as ze,amplify_tutorials as Be}from"./atoms/icons/other.js";import{amplify_h1 as Ve,amplify_h2 as He,amplify_h3 as Ue,amplify_h4 as We,amplify_table_add_column_left as Ge,amplify_table_add_column_right as Ke,amplify_table_add_row_above as qe,amplify_table_add_row_below as Je,amplify_table_column_heading as Ye,amplify_table_merge_cells as Xe,amplify_table_remove_column as Ze,amplify_table_remove_row as Qe,amplify_table_row_heading as $e,amplify_table_split_cell as et}from"./atoms/icons/wysiwyg.js";import{style as tt}from"./atoms/index.js";import{ReleaseNotesProvider as nt,useReleaseNotes as rt}from"./providers/ReleaseNotesProvider.js";import{TutorialHighlightingProvider as it}from"./providers/TutorialHighlightingProvider/TutorialHighlightingProvider.js";import{LoadingProvider as at}from"./providers/LoadingProvider.js";import{AnimatedCheckmark as ot}from"./molecules/AnimatedCheckmark/AnimatedCheckmark.js";import{ApplicationIcon as st}from"./molecules/ApplicationIcon/ApplicationIcon.js";import{Badge as ct}from"./molecules/Badge/Badge.js";import{Banner as lt}from"./molecules/Banner/Banner.js";import{Button as ut}from"./molecules/Button/Button.js";import{Chip as dt}from"./molecules/Chip/Chip.js";import{SkeletonBase as ft,skeletonBaseloading as pt}from"./molecules/Skeleton/SkeletonBase/SkeletonBase.js";import{ContentMenu as mt}from"./molecules/ContentMenu/ContentMenu.js";import{DatePicker as ht}from"./molecules/DatePicker/DatePicker.js";import{DateRangePicker as gt}from"./molecules/DateRangePicker/DateRangePicker.js";import{OptionalTooltip as _t}from"./molecules/OptionalTooltip/OptionalTooltip.js";import{Dialog as vt}from"./molecules/Dialog/Dialog.js";import{EquinorLogo as yt}from"./molecules/EquinorLogo/EquinorLogo.js";import{FileProgress as bt}from"./molecules/FileProgress/FileProgress.js";import{FileUploadArea as xt}from"./molecules/FileUploadArea/FileUploadArea.js";import{IconCell as St}from"./molecules/IconCell/IconCell.js";import{InfoElement as Ct}from"./molecules/InfoElement/InfoElement.js";import{ProfileAvatar as wt}from"./molecules/ProfileAvatar/ProfileAvatar.js";import{RichTextDisplay as Tt}from"./molecules/RichTextDisplay/RichTextDisplay.js";import{TableMenuBar as Et,TextTable as Dt}from"./molecules/RichTextEditor/MenuBar/Table/TableBar.js";import{AmplifyBar as Ot,EditorMenu as kt,EditorText as At}from"./molecules/RichTextEditor/MenuBar/MenuBar.js";import{RichTextEditor as jt}from"./molecules/RichTextEditor/RichTextEditor.js";import{RichText as Mt}from"./molecules/RichTextEditor/index.js";import{Tabs as Nt}from"./molecules/Tabs/Tabs.js";import{Search as Pt}from"./molecules/Search/Search.js";import{SingleFilterMenu as Ft}from"./molecules/SingleFilterMenu/SingleFilterMenu.js";import{SkeletonGradient as It}from"./molecules/Skeleton/SkeletonGradient/SkeletonGradient.js";import{Stepper as Lt}from"./molecules/Stepper/Stepper.js";import{OptionDrawer as Rt}from"./molecules/OptionDrawer/OptionDrawer.js";import{ComboBoxChip as zt}from"./molecules/Select/Select.styles.js";import{ComboBox as Bt}from"./molecules/Select/ComboBox/ComboBox.js";import{SingleSelect as Vt}from"./molecules/Select/SingleSelect/SingleSelect.js";import{FeedBackIcon as Ht}from"./molecules/FeedBackIcon/FeedBackIcon.js";import{ListItem as Ut}from"./molecules/ListItem/ListItem.js";import{Checkbox as Wt}from"./molecules/SelectionControls/Checkbox/Checkbox.js";import{Radio as Gt}from"./molecules/SelectionControls/Radio/Radio.js";import{Switch as Kt}from"./molecules/SelectionControls/Switch/Switch.js";import{Waves as qt}from"./molecules/Waves/Waves.js";import{Accordion as Jt,Breadcrumbs as Yt,CircularProgress as Xt,Divider as Zt,DotProgress as Qt,EDSDialog as $t,Icon as en,LinearProgress as tn,Menu as nn,TextField as rn,Typography as an}from"./molecules/index.js";import{DataGrid as on}from"./organisms/DataGrid/DataGrid.js";import{Template as sn}from"./organisms/Template/Template.js";import{FieldSelector as cn}from"./organisms/FieldSelector/FieldSelector.js";import{Filter as ln}from"./organisms/Filter/index.js";import{SideBar as un}from"./organisms/SideBar/index.js";import{ReleaseNote as dn}from"./organisms/ReleaseNote/ReleaseNote.js";import{TopBar as fn}from"./organisms/TopBar/index.js";import{BadRequest as pn}from"./organisms/Status/collections/BadRequest.js";import{GenericError as mn}from"./organisms/Status/collections/GenericError.js";import{MissingPermissions as hn}from"./organisms/Status/collections/MissingPermissions.js";import{PageNotFound as gn}from"./organisms/Status/collections/PageNotFound.js";import{ServerError as _n}from"./organisms/Status/collections/ServerError.js";import{ApiResponseError as vn}from"./organisms/Status/collections/ApiResponseError.js";import{TableOfContents as yn}from"./organisms/TableOfContents/TableOfContents.js";import{PageTitle as bn}from"./organisms/PageTitle/PageTitle.js";import{ToggleGroup as xn}from"./organisms/ToggleGroup/index.js";import{Faq as Sn}from"./organisms/Faq/Faq.js";import{Card as Cn}from"./organisms/index.js";import{ExpandingIconButton as wn}from"./deprecated/ExpandingIconButton/ExpandingIconButton.js";import Tn from"./deprecated/IconToggleButton.js";import{OldStepper as En}from"./deprecated/OldStepper/OldStepper.js";export{Jt as Accordion,Ot as AmplifyBar,ne as AmplifyKit,ot as AnimatedCheckmark,vn as ApiResponseError,st as ApplicationIcon,K as AuthProvider,pn as BadRequest,ct as Badge,lt as Banner,Yt as Breadcrumbs,ut as Button,Cn as Card,Wt as Checkbox,dt as Chip,Xt as CircularProgress,Bt as ComboBox,zt as ComboBoxChip,mt as ContentMenu,w as DEFAULT_FEATURES,on as DataGrid,ht as DatePicker,gt as DateRangePicker,vt as Dialog,Zt as Divider,Qt as DotProgress,$t as EDSDialog,kt as EditorMenu,At as EditorText,R as Empty,e as EnvironmentType,yt as EquinorLogo,ge as ErrorType,wn as ExpandingIconButton,Sn as Faq,Ht as FeedBackIcon,cn as FieldSelector,bt as FileProgress,xt as FileUploadArea,ln as Filter,l as FullPageSpinner,mn as GenericError,E as IMG_WITH_ALT,D as IMG_WITH_SRC_AND_ALT,en as Icon,St as IconCell,Tn as IconToggleButton,Ct as InfoElement,tn as LinearProgress,Ut as ListItem,at as LoadingProvider,nn as Menu,G as MissingAccessToApp,hn as MissingPermissions,En as OldStepper,Rt as OptionDrawer,_t as OptionalTooltip,gn as PageNotFound,bn as PageTitle,wt as ProfileAvatar,Gt as Radio,dn as ReleaseNote,nt as ReleaseNotesProvider,Mt as RichText,Tt as RichTextDisplay,jt as RichTextEditor,T as RichTextEditorFeatures,Pt as Search,_n as ServerError,un as SideBar,J as SideBarProvider,Ft as SingleFilterMenu,Vt as SingleSelect,ft as SkeletonBase,It as SkeletonGradient,X as SnackbarProvider,_e as SpacingsMode,W as Status,Lt as Stepper,le as StepperProvider,Kt as Switch,Et as TableMenuBar,yn as TableOfContents,$ as TableOfContentsProvider,Nt as Tabs,sn as Template,rn as TextField,Dt as TextTable,de as Theme,fe as ThemeProvider,xn as ToggleGroup,fn as TopBar,it as TutorialHighlightingProvider,an as Typography,qt as Waves,Oe as amplify_aml,ke as amplify_arrow_up_down,Ae as amplify_branch,Te as amplify_calculator,ve as amplify_failure,Ve as amplify_h1,He as amplify_h2,Ue as amplify_h3,We as amplify_h4,je as amplify_info_small,ye as amplify_lwd,Me as amplify_merged,Ee as amplify_overlay,Ne as amplify_overview,Pe as amplify_resources,Fe as amplify_sharepoint,Ie as amplify_shield_person,De as amplify_sidebyside,Le as amplify_small_portal,Re as amplify_snail,ze as amplify_sort_small,be as amplify_success,Ge as amplify_table_add_column_left,Ke as amplify_table_add_column_right,qe as amplify_table_add_row_above,Je as amplify_table_add_row_below,Ye as amplify_table_column_heading,Xe as amplify_table_merge_cells,Ze as amplify_table_remove_column,Qe as amplify_table_remove_row,$e as amplify_table_row_heading,et as amplify_table_split_cell,Be as amplify_tutorials,xe as amplify_wellbore,Se as amplify_wireline,Ce as amplify_wireline_cased_hole,we as amplify_wireline_open_hole,r as animation,t as auth,z as capitalize,O as cleanRichTextValue,i as colors,v as convertLatLngToUtm,y as convertUtmToLatLng,C as defaultQueryOptions,b as degrees2radians,x as distanceLatLng,o as elevation,n as environment,g as exportComponent,k as extractImageUrls,N as formatBytes,P as formatDataSize,f as formatDate,p as formatDateTime,F as formatKiloBytes,u as formatLatLng,m as formatRelativeDateTime,d as formatUtm,A as getFeatures,V as getHighlightElementBoundingBox,j as getImagesFromRichText,U as getVariantIcon,H as highlightTutorialElementID,M as imageToB64,h as isBetweenDates,B as isValidUrl,_ as setupIcons,s as shape,pt as skeletonBaseloading,I as sortByDate,L as sortByWellboreName,a as spacings,tt as style,c as typography,re as useAmplifyKit,q as useAuth,ie as useDebounce,ae as useFakeProgress,he as useFaqsInApplication,te as useLocalStorage,ce as useNotification,Q as useOnScreenMultiple,me as usePrefetchRichTextImages,oe as usePrevious,rt as useReleaseNotes,se as useSelect,Y as useSideBar,Z as useSnackbar,ue as useStepper,ee as useTableOfContents,pe as useThemeProvider,S as utmProjection};
|
|
1
|
+
import{EnvironmentType as e}from"./atoms/enums/Environment.js";import{auth as t,environment as n}from"./atoms/utils/auth_environment.js";import{animation as r}from"./atoms/style/animation.js";import{colors as i}from"./atoms/style/colors.js";import{spacings as a}from"./atoms/style/spacings.js";import{elevation as o,shape as s,typography as c}from"./atoms/style/index.js";import{FullPageSpinner as l}from"./molecules/FullPageSpinner/FullPageSpinner.js";import{formatLatLng as u,formatUtm as d}from"./atoms/utils/coordinate.js";import{formatDate as f,formatDateTime as p,formatRelativeDateTime as m,isBetweenDates as h}from"./atoms/utils/date.js";import{exportComponent as g}from"./atoms/utils/export.js";import{setupIcons as _}from"./atoms/utils/favicon.js";import{convertLatLngToUtm as v,convertUtmToLatLng as y,degrees2radians as b,distanceLatLng as x,utmProjection as S}from"./atoms/utils/map.js";import{defaultQueryOptions as C}from"./atoms/utils/reactquery.js";import{DEFAULT_FEATURES as w,RichTextEditorFeatures as T}from"./molecules/RichTextEditor/RichTextEditor.types.js";import{IMG_WITH_ALT as E,IMG_WITH_SRC_AND_ALT as D,cleanRichTextValue as O,extractImageUrls as k,getFeatures as A,getImagesFromRichText as j,imageToB64 as M}from"./atoms/utils/richtext.js";import{formatBytes as N,formatDataSize as P,formatKiloBytes as F}from"./atoms/utils/size.js";import{sortByDate as I,sortByWellboreName as L}from"./atoms/utils/sort.js";import{Empty as R,capitalize as z}from"./atoms/utils/string.js";import{isValidUrl as B}from"./atoms/utils/url.js";import{getHighlightElementBoundingBox as V,highlightTutorialElementID as H}from"./atoms/utils/tutorials.js";import{getVariantIcon as U}from"./atoms/utils/forms.js";import{Status as W}from"./organisms/Status/index.js";import{MissingAccessToApp as G}from"./organisms/Status/collections/MissingAccessToApp.js";import{AuthProvider as K,useAuth as q}from"./providers/AuthProvider/AuthProvider.js";import{SideBarProvider as J,useSideBar as Y}from"./providers/SideBarProvider.js";import{SnackbarProvider as X,useSnackbar as Z}from"./providers/SnackbarProvider/SnackbarProvider.js";import{useOnScreenMultiple as Q}from"./atoms/hooks/useOnScreenMultiple.js";import{TableOfContentsProvider as $,useTableOfContents as ee}from"./providers/TableOfContentsProvider.js";import{useLocalStorage as te}from"./atoms/hooks/useLocalStorage.js";import{AmplifyKit as ne}from"./molecules/RichTextEditor/custom-extensions/AmplifyKit.js";import{useAmplifyKit as re}from"./atoms/hooks/useAmplifyKit.js";import{useDebounce as ie}from"./atoms/hooks/useDebounce.js";import{useFakeProgress as ae}from"./atoms/hooks/useFakeProgress.js";import{usePrevious as oe}from"./atoms/hooks/usePrevious.js";import{useSelect as se}from"./atoms/hooks/useSelect.js";import{useNotification as ce}from"./organisms/TopBar/Notifications/NotificationProvider.js";import{StepperProvider as le,useStepper as ue}from"./providers/StepperProvider.js";import{Theme as de}from"./atoms/enums/Theme.js";import{ThemeProvider as fe,useThemeProvider as pe}from"./providers/ThemeProvider/ThemeProvider.js";import{usePrefetchRichTextImages as me}from"./atoms/hooks/usePrefetchRichTextImages.js";import{useFaqsInApplication as he}from"./atoms/hooks/useFaqsInApplication.js";import{ErrorType as ge}from"./atoms/enums/Errors.js";import{SpacingsMode as _e}from"./atoms/enums/SpacingsMode.js";import{amplify_failure as ve,amplify_lwd as ye,amplify_success as be,amplify_wellbore as xe,amplify_wireline as Se,amplify_wireline_cased_hole as Ce,amplify_wireline_open_hole as we}from"./atoms/icons/drilling.js";import{amplify_calculator as Te,amplify_overlay as Ee,amplify_sidebyside as De}from"./atoms/icons/map.js";import{amplify_aml as Oe,amplify_arrow_up_down as ke,amplify_branch as Ae,amplify_info_small as je,amplify_merged as Me,amplify_overview as Ne,amplify_resources as Pe,amplify_sharepoint as Fe,amplify_shield_person as Ie,amplify_small_portal as Le,amplify_snail as Re,amplify_sort_small as ze,amplify_tutorials as Be}from"./atoms/icons/other.js";import{amplify_h1 as Ve,amplify_h2 as He,amplify_h3 as Ue,amplify_h4 as We,amplify_table_add_column_left as Ge,amplify_table_add_column_right as Ke,amplify_table_add_row_above as qe,amplify_table_add_row_below as Je,amplify_table_column_heading as Ye,amplify_table_merge_cells as Xe,amplify_table_remove_column as Ze,amplify_table_remove_row as Qe,amplify_table_row_heading as $e,amplify_table_split_cell as et}from"./atoms/icons/wysiwyg.js";import{style as tt}from"./atoms/index.js";import{ReleaseNotesProvider as nt,useReleaseNotes as rt}from"./providers/ReleaseNotesProvider.js";import{TutorialHighlightingProvider as it}from"./providers/TutorialHighlightingProvider/TutorialHighlightingProvider.js";import{LoadingProvider as at}from"./providers/LoadingProvider.js";import{AnimatedCheckmark as ot}from"./molecules/AnimatedCheckmark/AnimatedCheckmark.js";import{ApplicationIcon as st}from"./molecules/ApplicationIcon/ApplicationIcon.js";import{Badge as ct}from"./molecules/Badge/Badge.js";import{Banner as lt}from"./molecules/Banner/Banner.js";import{Button as ut}from"./molecules/Button/Button.js";import{Chip as dt}from"./molecules/Chip/Chip.js";import{SkeletonBase as ft,skeletonBaseloading as pt}from"./molecules/Skeleton/SkeletonBase/SkeletonBase.js";import{DatePicker as mt}from"./molecules/DatePicker/DatePicker.js";import{DateRangePicker as ht}from"./molecules/DateRangePicker/DateRangePicker.js";import{OptionalTooltip as gt}from"./molecules/OptionalTooltip/OptionalTooltip.js";import{Dialog as _t}from"./molecules/Dialog/Dialog.js";import{EquinorLogo as vt}from"./molecules/EquinorLogo/EquinorLogo.js";import{FileProgress as yt}from"./molecules/FileProgress/FileProgress.js";import{FileUploadArea as bt}from"./molecules/FileUploadArea/FileUploadArea.js";import{IconCellColors as xt,IconCellStates as St,IconCellVariants as Ct}from"./molecules/IconCell/IconCell.types.js";import{IconCell as wt}from"./molecules/IconCell/IconCell.js";import{InfoElement as Tt}from"./molecules/InfoElement/InfoElement.js";import{ProfileAvatar as Et}from"./molecules/ProfileAvatar/ProfileAvatar.js";import{RichTextDisplay as Dt}from"./molecules/RichTextDisplay/RichTextDisplay.js";import{TableMenuBar as Ot,TextTable as kt}from"./molecules/RichTextEditor/MenuBar/Table/TableBar.js";import{TextField as At}from"./molecules/TextField/TextField.js";import{AmplifyBar as jt,EditorMenu as Mt,EditorText as Nt}from"./molecules/RichTextEditor/MenuBar/MenuBar.js";import{RichTextEditor as Pt}from"./molecules/RichTextEditor/RichTextEditor.js";import{RichText as Ft}from"./molecules/RichTextEditor/index.js";import{Tabs as It}from"./molecules/Tabs/Tabs.js";import{Search as Lt}from"./molecules/Search/Search.js";import{SkeletonGradient as Rt}from"./molecules/Skeleton/SkeletonGradient/SkeletonGradient.js";import{Stepper as zt}from"./molecules/Stepper/Stepper.js";import{OptionDrawer as Bt}from"./molecules/OptionDrawer/OptionDrawer.js";import{ComboBoxChip as Vt}from"./molecules/Select/Select.styles.js";import{ComboBox as Ht}from"./molecules/Select/ComboBox/ComboBox.js";import{SingleSelect as Ut}from"./molecules/Select/SingleSelect/SingleSelect.js";import{FeedBackIcon as Wt}from"./molecules/FeedBackIcon/FeedBackIcon.js";import{ListItem as Gt}from"./molecules/ListItem/ListItem.js";import{Checkbox as Kt}from"./molecules/SelectionControls/Checkbox/Checkbox.js";import{Radio as qt}from"./molecules/SelectionControls/Radio/Radio.js";import{Switch as Jt}from"./molecules/SelectionControls/Switch/Switch.js";import{Waves as Yt}from"./molecules/Waves/Waves.js";import{Accordion as Xt,Breadcrumbs as Zt,CircularProgress as Qt,Divider as $t,DotProgress as en,EDSDialog as tn,Icon as nn,LinearProgress as rn,Menu as an,Typography as on}from"./molecules/index.js";import{DataGrid as sn}from"./organisms/DataGrid/DataGrid.js";import{Template as cn}from"./organisms/Template/Template.js";import{FieldSelector as ln}from"./organisms/FieldSelector/FieldSelector.js";import{Filter as un}from"./organisms/Filter/index.js";import{SideBar as dn}from"./organisms/SideBar/index.js";import{ReleaseNote as fn}from"./organisms/ReleaseNote/ReleaseNote.js";import{TopBar as pn}from"./organisms/TopBar/index.js";import{BadRequest as mn}from"./organisms/Status/collections/BadRequest.js";import{GenericError as hn}from"./organisms/Status/collections/GenericError.js";import{MissingPermissions as gn}from"./organisms/Status/collections/MissingPermissions.js";import{PageNotFound as _n}from"./organisms/Status/collections/PageNotFound.js";import{ServerError as vn}from"./organisms/Status/collections/ServerError.js";import{ApiResponseError as yn}from"./organisms/Status/collections/ApiResponseError.js";import{TableOfContents as bn}from"./organisms/TableOfContents/TableOfContents.js";import{PageTitle as xn}from"./organisms/PageTitle/PageTitle.js";import{ToggleGroup as Sn}from"./organisms/ToggleGroup/index.js";import{Faq as Cn}from"./organisms/Faq/Faq.js";import{ReleaseNotesPage as wn}from"./organisms/ReleaseNotesPage/ReleaseNotesPage.js";import{Card as Tn}from"./organisms/index.js";import{ExpandingIconButton as En}from"./deprecated/ExpandingIconButton/ExpandingIconButton.js";import Dn from"./deprecated/IconToggleButton.js";import{OldStepper as On}from"./deprecated/OldStepper/OldStepper.js";export{Xt as Accordion,jt as AmplifyBar,ne as AmplifyKit,ot as AnimatedCheckmark,yn as ApiResponseError,st as ApplicationIcon,K as AuthProvider,mn as BadRequest,ct as Badge,lt as Banner,Zt as Breadcrumbs,ut as Button,Tn as Card,Kt as Checkbox,dt as Chip,Qt as CircularProgress,Ht as ComboBox,Vt as ComboBoxChip,w as DEFAULT_FEATURES,sn as DataGrid,mt as DatePicker,ht as DateRangePicker,_t as Dialog,$t as Divider,en as DotProgress,tn as EDSDialog,Mt as EditorMenu,Nt as EditorText,R as Empty,e as EnvironmentType,vt as EquinorLogo,ge as ErrorType,En as ExpandingIconButton,Cn as Faq,Wt as FeedBackIcon,ln as FieldSelector,yt as FileProgress,bt as FileUploadArea,un as Filter,l as FullPageSpinner,hn as GenericError,E as IMG_WITH_ALT,D as IMG_WITH_SRC_AND_ALT,nn as Icon,wt as IconCell,xt as IconCellColors,St as IconCellStates,Ct as IconCellVariants,Dn as IconToggleButton,Tt as InfoElement,rn as LinearProgress,Gt as ListItem,at as LoadingProvider,an as Menu,G as MissingAccessToApp,gn as MissingPermissions,On as OldStepper,Bt as OptionDrawer,gt as OptionalTooltip,_n as PageNotFound,xn as PageTitle,Et as ProfileAvatar,qt as Radio,fn as ReleaseNote,wn as ReleaseNotesPage,nt as ReleaseNotesProvider,Ft as RichText,Dt as RichTextDisplay,Pt as RichTextEditor,T as RichTextEditorFeatures,Lt as Search,vn as ServerError,dn as SideBar,J as SideBarProvider,Ut as SingleSelect,ft as SkeletonBase,Rt as SkeletonGradient,X as SnackbarProvider,_e as SpacingsMode,W as Status,zt as Stepper,le as StepperProvider,Jt as Switch,Ot as TableMenuBar,bn as TableOfContents,$ as TableOfContentsProvider,It as Tabs,cn as Template,At as TextField,kt as TextTable,de as Theme,fe as ThemeProvider,Sn as ToggleGroup,pn as TopBar,it as TutorialHighlightingProvider,on as Typography,Yt as Waves,Oe as amplify_aml,ke as amplify_arrow_up_down,Ae as amplify_branch,Te as amplify_calculator,ve as amplify_failure,Ve as amplify_h1,He as amplify_h2,Ue as amplify_h3,We as amplify_h4,je as amplify_info_small,ye as amplify_lwd,Me as amplify_merged,Ee as amplify_overlay,Ne as amplify_overview,Pe as amplify_resources,Fe as amplify_sharepoint,Ie as amplify_shield_person,De as amplify_sidebyside,Le as amplify_small_portal,Re as amplify_snail,ze as amplify_sort_small,be as amplify_success,Ge as amplify_table_add_column_left,Ke as amplify_table_add_column_right,qe as amplify_table_add_row_above,Je as amplify_table_add_row_below,Ye as amplify_table_column_heading,Xe as amplify_table_merge_cells,Ze as amplify_table_remove_column,Qe as amplify_table_remove_row,$e as amplify_table_row_heading,et as amplify_table_split_cell,Be as amplify_tutorials,xe as amplify_wellbore,Se as amplify_wireline,Ce as amplify_wireline_cased_hole,we as amplify_wireline_open_hole,r as animation,t as auth,z as capitalize,O as cleanRichTextValue,i as colors,v as convertLatLngToUtm,y as convertUtmToLatLng,C as defaultQueryOptions,b as degrees2radians,x as distanceLatLng,o as elevation,n as environment,g as exportComponent,k as extractImageUrls,N as formatBytes,P as formatDataSize,f as formatDate,p as formatDateTime,F as formatKiloBytes,u as formatLatLng,m as formatRelativeDateTime,d as formatUtm,A as getFeatures,V as getHighlightElementBoundingBox,j as getImagesFromRichText,U as getVariantIcon,H as highlightTutorialElementID,M as imageToB64,h as isBetweenDates,B as isValidUrl,_ as setupIcons,s as shape,pt as skeletonBaseloading,I as sortByDate,L as sortByWellboreName,a as spacings,tt as style,c as typography,re as useAmplifyKit,q as useAuth,ie as useDebounce,ae as useFakeProgress,he as useFaqsInApplication,te as useLocalStorage,ce as useNotification,Q as useOnScreenMultiple,me as usePrefetchRichTextImages,oe as usePrevious,rt as useReleaseNotes,se as useSelect,Y as useSideBar,Z as useSnackbar,ue as useStepper,ee as useTableOfContents,pe as useThemeProvider,S as utmProjection};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react5 from "react";
|
|
2
2
|
import { HTMLAttributes, KeyboardEvent, MouseEvent, ReactNode } from "react";
|
|
3
3
|
import { IconData } from "@equinor/eds-icons";
|
|
4
4
|
|
|
@@ -25,6 +25,6 @@ type DeletableChipProps = BaseChipProps & InteractiveChipBase & {
|
|
|
25
25
|
onDelete: (event: MouseEvent<HTMLButtonElement> | KeyboardEvent<HTMLButtonElement>) => void;
|
|
26
26
|
};
|
|
27
27
|
type ChipProps = Omit<HTMLAttributes<HTMLDivElement | HTMLButtonElement>, 'onClick'> & (ReadOnlyChipProps | ClickableChipProps | DeletableChipProps);
|
|
28
|
-
declare const Chip:
|
|
28
|
+
declare const Chip: react5.ForwardRefExoticComponent<ChipProps & react5.RefAttributes<HTMLDivElement | HTMLButtonElement>>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { BaseChipProps, Chip, ClickableChipProps, DeletableChipProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Variants } from "../../atoms/types/variants.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react7 from "react";
|
|
3
3
|
import { DatePickerProps } from "@equinor/eds-core-react";
|
|
4
4
|
|
|
5
5
|
//#region src/molecules/DatePicker/DatePicker.d.ts
|
|
@@ -8,10 +8,10 @@ type DatePickerProps$1 = Omit<DatePickerProps, 'variant'> & {
|
|
|
8
8
|
meta?: string;
|
|
9
9
|
loading?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const DatePicker$1:
|
|
11
|
+
declare const DatePicker$1: react7.ForwardRefExoticComponent<Omit<DatePickerProps, "variant"> & {
|
|
12
12
|
variant?: Variants;
|
|
13
13
|
meta?: string;
|
|
14
14
|
loading?: boolean;
|
|
15
|
-
} &
|
|
15
|
+
} & react7.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { DatePicker$1 as DatePicker, DatePickerProps$1 as DatePickerProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Variants } from "../../atoms/types/variants.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react13 from "react";
|
|
3
3
|
import { DateRangePickerProps } from "@equinor/eds-core-react";
|
|
4
4
|
|
|
5
5
|
//#region src/molecules/DateRangePicker/DateRangePicker.d.ts
|
|
@@ -8,10 +8,10 @@ type DateRangePickerProps$1 = Omit<DateRangePickerProps, 'variant'> & {
|
|
|
8
8
|
meta?: string;
|
|
9
9
|
loading?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const DateRangePicker$1:
|
|
11
|
+
declare const DateRangePicker$1: react13.ForwardRefExoticComponent<Omit<DateRangePickerProps, "variant"> & {
|
|
12
12
|
variant?: Variants;
|
|
13
13
|
meta?: string;
|
|
14
14
|
loading?: boolean;
|
|
15
|
-
} &
|
|
15
|
+
} & react13.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { DateRangePicker$1 as DateRangePicker, DateRangePickerProps$1 as DateRangePickerProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react9 from "react";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
3
|
import { ButtonProps, DialogProps } from "@equinor/eds-core-react";
|
|
4
4
|
import { IconData } from "@equinor/eds-icons";
|
|
@@ -51,6 +51,6 @@ interface DialogProps$1 extends Omit<DialogProps, 'title'> {
|
|
|
51
51
|
* @param additionalInfo - Defaults to empty, and won't show the additional info button
|
|
52
52
|
* Also inherits props from EDS dialog
|
|
53
53
|
*/
|
|
54
|
-
declare const Dialog$1:
|
|
54
|
+
declare const Dialog$1: react9.ForwardRefExoticComponent<DialogProps$1 & react9.RefAttributes<HTMLDivElement>>;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { Dialog$1 as Dialog, DialogAction, DialogProps$1 as DialogProps };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SizeIconProps } from "../../atoms/types/Icon.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react11 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/molecules/EquinorLogo/EquinorLogo.d.ts
|
|
5
5
|
interface EquinorLogoProps extends Partial<SizeIconProps> {
|
|
6
6
|
large?: boolean;
|
|
7
7
|
color?: 'red' | 'white' | 'black';
|
|
8
8
|
}
|
|
9
|
-
declare const EquinorLogo:
|
|
9
|
+
declare const EquinorLogo: react11.ForwardRefExoticComponent<EquinorLogoProps & react11.RefAttributes<SVGSVGElement>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { EquinorLogo, EquinorLogoProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{colors as e}from"../../atoms/style/colors.js";import{Button as t}from"../Button/Button.js";import{OptionalTooltip as n}from"../OptionalTooltip/OptionalTooltip.js";import{DividerRow as r,MediumUploadWrapper as i,SmallUploadWrapper as a,UploadWrapper as o}from"./FileUploadArea.styles.js";import{FILE_UPLOAD_SCRIM_ID as s}from"./FileUploadArea.constants.js";import{UploadIllustration as c}from"./UploadIllustration.js";import{useEffect as l,useMemo as u}from"react";import{Icon as
|
|
1
|
+
import{colors as e}from"../../atoms/style/colors.js";import{Button as t}from"../Button/Button.js";import{OptionalTooltip as n}from"../OptionalTooltip/OptionalTooltip.js";import{DividerRow as r,MediumUploadWrapper as i,SmallUploadWrapper as a,UploadWrapper as o}from"./FileUploadArea.styles.js";import{FILE_UPLOAD_SCRIM_ID as s}from"./FileUploadArea.constants.js";import{UploadIllustration as c}from"./UploadIllustration.js";import{useEffect as l,useMemo as u,useState as d}from"react";import{Icon as f,Typography as p}from"@equinor/eds-core-react";import{jsx as m,jsxs as h}from"react/jsx-runtime";import{folder as g}from"@equinor/eds-icons";import{useDropzone as _}from"react-dropzone";const v=({size:v=`large`,...y})=>{let{getRootProps:b,getInputProps:x,isDragActive:S}=_({...y}),[C,w]=d(!1);l(()=>{let e=e=>{e.preventDefault(),C||w(!0)},t=e=>{(e.clientX===0||e.clientY===0||e.clientX===window.innerWidth||e.clientY===window.innerHeight)&&w(!1)},n=()=>{w(!1)},r=()=>{w(!1)};return window.addEventListener(`dragover`,e),window.addEventListener(`dragleave`,t),window.addEventListener(`drop`,n),window.addEventListener(`dragend`,r),()=>{window.removeEventListener(`dragover`,e),window.removeEventListener(`dragleave`,t),window.removeEventListener(`drop`,n),window.removeEventListener(`dragend`,r)}},[C]),l(()=>{if(C){if(!document.getElementById(s)){let t=document.createElement(`div`);t.id=s,t.style.position=`fixed`,t.style.top=`0`,t.style.left=`0`,t.style.width=`100%`,t.style.height=`100%`,t.style.backgroundColor=e.ui.background__scrim.rgba,t.style.zIndex=`9999`,t.style.pointerEvents=`none`,window.document.body.appendChild(t)}}else{let e=document.getElementById(s);e!==null&&e.remove()}},[C]);let T=u(()=>{if(y.accept)return Object.values(y.accept).join(`, `)},[y.accept]);return v==`small`?h(a,{...b(),style:{background:S?e.interactive.primary__hover_alt.rgba:void 0},children:[m(`input`,{"data-testid":`file-upload-area-input`,...x()}),m(c,{}),m(p,{variant:`meta`,children:`Upload file`}),y.accept&&m(n,{title:`Supported filetypes: ${T}`,children:h(p,{variant:`meta`,children:[`(`,T,`)`]})})]}):v==`medium`?h(i,{...b(),style:{background:S?e.interactive.primary__hover_alt.rgba:void 0},children:[m(`input`,{"data-testid":`file-upload-area-input`,...x()}),m(c,{}),h(`section`,{children:[m(p,{variant:`button`,group:`navigation`,children:`Drag files here`}),y.accept&&m(n,{title:`Supported filetypes: ${T}`,children:m(p,{group:`paragraph`,variant:`meta`,color:e.text.static_icons__tertiary.rgba,children:T})})]}),h(r,{children:[m(`hr`,{}),m(p,{variant:`meta`,children:`OR`}),m(`hr`,{})]}),h(t,{variant:`ghost`,onClick:b().onClick,children:[m(f,{data:g}),`Browse files`]})]}):h(o,{...b(),onClick:void 0,style:{background:S?e.interactive.primary__hover_alt.rgba:void 0},children:[m(`input`,{"data-testid":`file-upload-area-input`,...x()}),m(c,{}),h(`section`,{children:[m(p,{variant:`button`,group:`navigation`,children:`Drag files here to upload.`}),y.accept&&h(p,{group:`paragraph`,variant:`meta`,color:e.text.static_icons__tertiary.rgba,children:[`Supported filetypes: `,T]})]}),h(r,{children:[m(`hr`,{}),m(p,{variant:`button`,group:`navigation`,children:`OR`}),m(`hr`,{})]}),h(t,{variant:`ghost`,onClick:b().onClick,children:[m(f,{data:g}),`Browse files`]})]})};export{v as FileUploadArea};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IconCellColor, IconCellState, IconCellVariant, IconCellVariants } from "./IconCell.types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react15 from "react";
|
|
3
3
|
import { HTMLAttributes, MouseEventHandler, ReactNode } from "react";
|
|
4
4
|
import { IconData } from "@equinor/eds-icons";
|
|
5
5
|
|
|
@@ -49,6 +49,6 @@ type IconCellProps = ScribbledOutProps | RegularIconCellProps;
|
|
|
49
49
|
* @param {React.Ref<HTMLButtonElement>} ref - Ref forwarded to the inner button element.
|
|
50
50
|
* @returns {JSX.Element} The rendered IconCell.
|
|
51
51
|
*/
|
|
52
|
-
declare const IconCell:
|
|
52
|
+
declare const IconCell: react15.ForwardRefExoticComponent<IconCellProps & react15.RefAttributes<HTMLButtonElement>>;
|
|
53
53
|
//#endregion
|
|
54
54
|
export { IconCell, IconCellProps };
|
|
@@ -63,7 +63,7 @@ import{animation as e}from"../../atoms/style/animation.js";import{colors as t}fr
|
|
|
63
63
|
`}
|
|
64
64
|
|
|
65
65
|
// Overlay for Label & HelperIconContainer
|
|
66
|
-
${({$backgroundColor:e,$variant:n,$state:a})=>{let o=n===i.COLOURED?a===r.
|
|
66
|
+
${({$backgroundColor:e,$variant:n,$state:a})=>{let o=n===i.COLOURED?a===r.ERROR?c[r.ERROR]:a===r.WARNING?c[r.WARNING]:e:t.ui.background__default.rgba;return`
|
|
67
67
|
${f}::before,
|
|
68
68
|
${m}::before {
|
|
69
69
|
${u(o)}
|
|
@@ -4,7 +4,6 @@ declare const IconCellColors: {
|
|
|
4
4
|
readonly RED: "red";
|
|
5
5
|
readonly ORANGE: "orange";
|
|
6
6
|
readonly BLUE: "blue";
|
|
7
|
-
readonly GREY: "grey";
|
|
8
7
|
readonly LIGHTGREY: "lightgrey";
|
|
9
8
|
readonly PINK: "pink";
|
|
10
9
|
readonly YELLOW: "yellow";
|
|
@@ -12,8 +11,6 @@ declare const IconCellColors: {
|
|
|
12
11
|
readonly SUCCESS: "success";
|
|
13
12
|
readonly WARNING: "warning";
|
|
14
13
|
readonly ERROR: "error";
|
|
15
|
-
readonly INFO: "info";
|
|
16
|
-
readonly DANGER: "danger";
|
|
17
14
|
readonly DEFAULT: "default";
|
|
18
15
|
};
|
|
19
16
|
type IconCellColor = (typeof IconCellColors)[keyof typeof IconCellColors];
|
|
@@ -26,8 +23,12 @@ type IconCellVariant = (typeof IconCellVariants)[keyof typeof IconCellVariants];
|
|
|
26
23
|
declare const IconCellStates: {
|
|
27
24
|
readonly DEFAULT: "default";
|
|
28
25
|
readonly WARNING: "warning";
|
|
29
|
-
readonly
|
|
26
|
+
readonly ERROR: "error";
|
|
30
27
|
};
|
|
31
28
|
type IconCellState = (typeof IconCellStates)[keyof typeof IconCellStates];
|
|
29
|
+
interface IconCellColorObject {
|
|
30
|
+
backgroundColor: string;
|
|
31
|
+
iconColor: string;
|
|
32
|
+
}
|
|
32
33
|
//#endregion
|
|
33
|
-
export { IconCellColor, IconCellColors, IconCellState, IconCellStates, IconCellVariant, IconCellVariants };
|
|
34
|
+
export { IconCellColor, IconCellColorObject, IconCellColors, IconCellState, IconCellStates, IconCellVariant, IconCellVariants };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={GREEN:`green`,RED:`red`,ORANGE:`orange`,BLUE:`blue`,
|
|
1
|
+
const e={GREEN:`green`,RED:`red`,ORANGE:`orange`,BLUE:`blue`,LIGHTGREY:`lightgrey`,PINK:`pink`,YELLOW:`yellow`,PURPLE:`purple`,SUCCESS:`success`,WARNING:`warning`,ERROR:`error`,DEFAULT:`default`},t={DEFAULT:`default`,COLOURED:`colored`,SCRIBBLED_OUT:`scribbled-out`},n={DEFAULT:`default`,WARNING:`warning`,ERROR:`error`};export{e as IconCellColors,n as IconCellStates,t as IconCellVariants};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import{colors as e}from"../../atoms/style/colors.js";import{Theme as t}from"../../atoms/enums/Theme.js";import{IconCellColors as n,IconCellStates as r,IconCellVariants as i}from"./IconCell.types.js";import{Icon as a}from"@equinor/eds-core-react";import{jsx as o}from"react/jsx-runtime";const s=(e,t)=>e&&typeof e==`object`&&`prefix`in e?o(a,{data:e,color:t}):e,c=(r,i)=>{switch(r){case n.GREEN:case n.SUCCESS:return i===t.LIGHT?{backgroundColor:e.interactive.success__highlight.rgba,iconColor:e.dataviz.darkgreen.default}:{backgroundColor:e.dataviz.darkgreen.default,iconColor:e.dataviz.lightgreen.lighter};case n.RED:case n.ERROR:
|
|
1
|
+
import{colors as e}from"../../atoms/style/colors.js";import{Theme as t}from"../../atoms/enums/Theme.js";import{IconCellColors as n,IconCellStates as r,IconCellVariants as i}from"./IconCell.types.js";import{Icon as a}from"@equinor/eds-core-react";import{jsx as o}from"react/jsx-runtime";const s=(e,t)=>e&&typeof e==`object`&&`prefix`in e?o(a,{data:e,color:t}):e,c=(r,i)=>{switch(r){case n.GREEN:case n.SUCCESS:return i===t.LIGHT?{backgroundColor:e.interactive.success__highlight.rgba,iconColor:e.dataviz.darkgreen.default}:{backgroundColor:e.dataviz.darkgreen.default,iconColor:e.dataviz.lightgreen.lighter};case n.RED:case n.ERROR:return i===t.LIGHT?{backgroundColor:e.interactive.danger__highlight.rgba,iconColor:e.interactive.danger__text.rgba}:{backgroundColor:e.ui.background__danger.rgba,iconColor:e.text.static_icons__default.rgba};case n.ORANGE:case n.WARNING:return i===t.LIGHT?{backgroundColor:e.interactive.warning__highlight.rgba,iconColor:e.dataviz.darkyellow.darker}:{backgroundColor:e.ui.background__warning.rgba,iconColor:e.text.static_icons__default.rgba};case n.BLUE:return i===t.LIGHT?{backgroundColor:e.dataviz.lightblue.lighter,iconColor:e.dataviz.primary.darker}:{backgroundColor:e.dataviz.darkblue.default,iconColor:e.dataviz.lightblue.lighter};case n.LIGHTGREY:return i===t.LIGHT?{backgroundColor:e.ui.background__light.rgba,iconColor:e.dataviz.lightgray.darker}:{backgroundColor:e.ui.background__heavy.rgba,iconColor:e.text.static_icons__secondary.rgba};case n.PINK:return i===t.LIGHT?{backgroundColor:e.dataviz.darkpink.lighter,iconColor:e.dataviz.darkpink.darker}:{backgroundColor:e.dataviz.darkpink.darker,iconColor:e.dataviz.darkpink.lighter};case n.YELLOW:return i===t.LIGHT?{backgroundColor:e.dataviz.lightyellow.lighter,iconColor:e.dataviz.darkyellow.darker}:{backgroundColor:e.dataviz.darkyellow.darker,iconColor:e.dataviz.lightyellow.lighter};case n.PURPLE:return i===t.LIGHT?{backgroundColor:e.dataviz.lightpurple.lighter,iconColor:e.dataviz.darkpurple.darker}:{backgroundColor:e.dataviz.darkpurple.darker,iconColor:e.dataviz.lightpurple.lighter};default:return i===t.LIGHT?{backgroundColor:e.ui.background__medium.rgba,iconColor:e.text.static_icons__default.rgba}:{backgroundColor:e.ui.background__light.rgba,iconColor:e.text.static_icons__default.rgba}}},l={[r.ERROR]:e.interactive.danger__resting.rgba,[r.WARNING]:e.interactive.warning__resting.rgba},u={[r.ERROR]:e.ui.background__danger.rgba,[r.WARNING]:e.ui.background__warning.rgba},d=(e,t)=>(t?l[t]:void 0)??e,f=({$noBottomBorder:t,$state:n,$backgroundColor:r})=>`1px solid ${t?r:d(e.ui.background__medium.rgba,n)}`,p=t=>d(e.text.static_icons__default.rgba,t),m=({$variant:t,$state:n,$backgroundColor:a=e.ui.background__default.rgba})=>t===i.SCRIBBLED_OUT?`repeating-linear-gradient(
|
|
2
2
|
20deg,
|
|
3
3
|
${e.ui.background__light_medium.rgba} 0px,
|
|
4
4
|
${e.ui.background__default.rgba} 1px,
|
|
5
5
|
${e.ui.background__default.rgba} 10px,
|
|
6
6
|
${e.ui.background__light_medium.rgba} 11px,
|
|
7
7
|
${e.ui.background__light_medium.rgba} 12px
|
|
8
|
-
)`:t===i.COLOURED?n===r.
|
|
8
|
+
)`:t===i.COLOURED?n===r.ERROR?u[r.ERROR]:n===r.WARNING?u[r.WARNING]:a:`transparent`;export{m as getBackground,f as getBorderBottom,c as getIconCellColor,p as getSelectedBorder,s as renderContent,u as stateBGColor};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react90 from "react";
|
|
2
2
|
import { FocusEventHandler, HTMLAttributes, MouseEventHandler, ReactNode } from "react";
|
|
3
3
|
import { IconData } from "@equinor/eds-icons";
|
|
4
4
|
|
|
@@ -15,6 +15,6 @@ interface ListItemProps extends HTMLAttributes<HTMLButtonElement> {
|
|
|
15
15
|
isChild?: boolean;
|
|
16
16
|
borderBottom?: boolean;
|
|
17
17
|
}
|
|
18
|
-
declare const ListItem:
|
|
18
|
+
declare const ListItem: react90.ForwardRefExoticComponent<ListItemProps & react90.RefAttributes<HTMLButtonElement>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { ListItem, ListItemProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeEvent, MouseEvent } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/molecules/OptionDrawer/OptionDrawer.d.ts
|
|
5
5
|
interface ToggleEventProps<T> {
|
|
@@ -43,7 +43,7 @@ declare const OptionDrawer: {
|
|
|
43
43
|
openAll,
|
|
44
44
|
showIntermediateParent,
|
|
45
45
|
parentHasNestedItems
|
|
46
|
-
}: OptionDrawerProps<T>):
|
|
46
|
+
}: OptionDrawerProps<T>): react_jsx_runtime0.JSX.Element;
|
|
47
47
|
displayName: string;
|
|
48
48
|
};
|
|
49
49
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react27 from "react";
|
|
2
2
|
import { TooltipProps } from "@equinor/eds-core-react";
|
|
3
3
|
import * as _floating_ui_utils0 from "@floating-ui/utils";
|
|
4
4
|
|
|
@@ -6,14 +6,14 @@ import * as _floating_ui_utils0 from "@floating-ui/utils";
|
|
|
6
6
|
type OptionalTooltipProps = {
|
|
7
7
|
textTransform?: string;
|
|
8
8
|
} & TooltipProps;
|
|
9
|
-
declare const OptionalTooltip:
|
|
9
|
+
declare const OptionalTooltip: react27.ForwardRefExoticComponent<{
|
|
10
10
|
textTransform?: string;
|
|
11
11
|
} & {
|
|
12
12
|
placement?: _floating_ui_utils0.Placement;
|
|
13
|
-
title?:
|
|
13
|
+
title?: react27.ReactNode;
|
|
14
14
|
children: React.ReactElement & React.RefAttributes<HTMLElement>;
|
|
15
15
|
enterDelay?: number;
|
|
16
16
|
portalContainer?: HTMLElement;
|
|
17
|
-
} & Omit<
|
|
17
|
+
} & Omit<react27.HTMLAttributes<HTMLDivElement>, "title"> & react27.RefAttributes<HTMLDivElement>>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { OptionalTooltip, OptionalTooltipProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react17 from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/molecules/ProfileAvatar/ProfileAvatar.d.ts
|
|
4
4
|
interface ProfileAvatarProps {
|
|
@@ -7,6 +7,6 @@ interface ProfileAvatarProps {
|
|
|
7
7
|
size?: 'small' | 'small-medium' | 'medium' | 'large' | 'x-large' | number;
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const ProfileAvatar:
|
|
10
|
+
declare const ProfileAvatar: react17.ForwardRefExoticComponent<ProfileAvatarProps & react17.RefAttributes<HTMLDivElement>>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ProfileAvatar, ProfileAvatarProps };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { EditorPanel, ImageExtensionFnProps, RichTextEditorFeatures } from "../RichTextEditor.types.js";
|
|
2
2
|
import { MenuButtonProps } from "./MenuButton.js";
|
|
3
3
|
import { AddImageProps } from "./AddImageButton.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react31 from "react";
|
|
5
5
|
import { FC } from "react";
|
|
6
6
|
import * as styled_components0 from "styled-components";
|
|
7
7
|
import { Editor } from "@tiptap/react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as styled_components_dist_types3 from "styled-components/dist/types";
|
|
9
9
|
|
|
10
10
|
//#region src/molecules/RichTextEditor/MenuBar/MenuBar.d.ts
|
|
11
11
|
interface MenuBarProps extends Pick<ImageExtensionFnProps, 'onImageUpload'> {
|
|
@@ -14,10 +14,10 @@ interface MenuBarProps extends Pick<ImageExtensionFnProps, 'onImageUpload'> {
|
|
|
14
14
|
}
|
|
15
15
|
declare const AmplifyBar: FC<MenuBarProps>;
|
|
16
16
|
declare const EditorMenu: {
|
|
17
|
-
Bar:
|
|
18
|
-
Bars:
|
|
19
|
-
Button:
|
|
20
|
-
Section:
|
|
17
|
+
Bar: styled_components_dist_types3.IStyledComponentBase<"web", styled_components0.FastOmit<react31.DetailedHTMLProps<react31.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
18
|
+
Bars: styled_components_dist_types3.IStyledComponentBase<"web", styled_components0.FastOmit<react31.DetailedHTMLProps<react31.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
19
|
+
Button: react31.ForwardRefExoticComponent<Omit<MenuButtonProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
Section: styled_components_dist_types3.IStyledComponentBase<"web", styled_components0.FastOmit<react31.DetailedHTMLProps<react31.HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
21
21
|
AddImageButton: FC<AddImageProps>;
|
|
22
22
|
};
|
|
23
23
|
declare const EditorText: {
|
|
@@ -2,16 +2,16 @@ import { EditorStylingProps, RichTextContentProps } from "./RichTextEditor.style
|
|
|
2
2
|
import { EditorProviderProps } from "./EditorProvider.js";
|
|
3
3
|
import { MenuBarProps } from "./MenuBar/MenuBar.js";
|
|
4
4
|
import { RichTextEditor } from "./RichTextEditor.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react19 from "react";
|
|
6
6
|
import * as _tiptap_react0 from "@tiptap/react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as styled_components_dist_types0 from "styled-components/dist/types";
|
|
8
8
|
|
|
9
9
|
//#region src/molecules/RichTextEditor/index.d.ts
|
|
10
10
|
declare const RichText: {
|
|
11
|
-
Styling:
|
|
12
|
-
Provider:
|
|
13
|
-
Content:
|
|
14
|
-
Bar:
|
|
11
|
+
Styling: styled_components_dist_types0.IStyledComponentBase<"web", styled_components_dist_types0.Substitute<react19.DetailedHTMLProps<react19.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, EditorStylingProps>> & string;
|
|
12
|
+
Provider: react19.FC<EditorProviderProps>;
|
|
13
|
+
Content: styled_components_dist_types0.IStyledComponentBase<"web", styled_components_dist_types0.Substitute<Omit<_tiptap_react0.EditorContentProps, "ref"> & react19.RefAttributes<HTMLDivElement>, RichTextContentProps>> & string & Omit<react19.NamedExoticComponent<Omit<_tiptap_react0.EditorContentProps, "ref"> & react19.RefAttributes<HTMLDivElement>>, keyof react19.Component<any, {}, any>>;
|
|
14
|
+
Bar: react19.FC<MenuBarProps>;
|
|
15
15
|
};
|
|
16
16
|
//#endregion
|
|
17
17
|
export { RichText };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react39 from "react";
|
|
2
2
|
import { SearchProps } from "@equinor/eds-core-react";
|
|
3
3
|
|
|
4
4
|
//#region src/molecules/Search/Search.d.ts
|
|
5
|
-
declare const Search$1:
|
|
5
|
+
declare const Search$1: react39.ForwardRefExoticComponent<SearchProps & react39.RefAttributes<HTMLInputElement>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { Search$1 as Search };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommonSelectProps, GroupedSelectProps, ListSelectProps, MultiSelectCommon, SelectOptionRequired } from "../Select.types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/molecules/Select/ComboBox/ComboBox.d.ts
|
|
5
5
|
type ListComboBoxProps<T extends SelectOptionRequired> = CommonSelectProps<T> & MultiSelectCommon<T> & ListSelectProps<T>;
|
|
@@ -18,6 +18,6 @@ type GroupedComboBoxProps<T extends SelectOptionRequired> = CommonSelectProps<T>
|
|
|
18
18
|
* @param showSelectedAsText - If values should be shown as "5/10 Selected", defaults to false
|
|
19
19
|
* @param customMenuItemComponent - Custom component to use for rendering menu item, defaults to a checkbox with label
|
|
20
20
|
*/
|
|
21
|
-
declare function ComboBox<T extends SelectOptionRequired>(props: ListComboBoxProps<T> | GroupedComboBoxProps<T>):
|
|
21
|
+
declare function ComboBox<T extends SelectOptionRequired>(props: ListComboBoxProps<T> | GroupedComboBoxProps<T>): react_jsx_runtime1.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ComboBox, GroupedComboBoxProps, ListComboBoxProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseChipProps, ClickableChipProps, DeletableChipProps } from "../Chip/Chip.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react43 from "react";
|
|
3
3
|
import "@equinor/eds-core-react";
|
|
4
4
|
import "styled-components";
|
|
5
|
-
import * as
|
|
5
|
+
import * as styled_components_dist_types8 from "styled-components/dist/types";
|
|
6
6
|
|
|
7
7
|
//#region src/molecules/Select/Select.styles.d.ts
|
|
8
8
|
|
|
@@ -11,12 +11,12 @@ interface ComboBoxChipProps {
|
|
|
11
11
|
$lightBackground?: boolean;
|
|
12
12
|
className: string;
|
|
13
13
|
}
|
|
14
|
-
declare const ComboBoxChip:
|
|
14
|
+
declare const ComboBoxChip: styled_components_dist_types8.IStyledComponentBase<"web", styled_components_dist_types8.Substitute<((Omit<react43.HTMLAttributes<HTMLDivElement | HTMLButtonElement>, "onClick"> & ((BaseChipProps & {
|
|
15
15
|
onClick?: undefined;
|
|
16
16
|
onDelete?: undefined;
|
|
17
|
-
}) | ClickableChipProps | DeletableChipProps)) &
|
|
17
|
+
}) | ClickableChipProps | DeletableChipProps)) & react43.RefAttributes<HTMLDivElement | HTMLButtonElement>) & styled_components_dist_types8.BaseObject, ComboBoxChipProps>> & string & Omit<react43.ForwardRefExoticComponent<(Omit<react43.HTMLAttributes<HTMLDivElement | HTMLButtonElement>, "onClick"> & ((BaseChipProps & {
|
|
18
18
|
onClick?: undefined;
|
|
19
19
|
onDelete?: undefined;
|
|
20
|
-
}) | ClickableChipProps | DeletableChipProps)) &
|
|
20
|
+
}) | ClickableChipProps | DeletableChipProps)) & react43.RefAttributes<HTMLDivElement | HTMLButtonElement>>, keyof react43.Component<any, {}, any>>;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { ComboBoxChip };
|