@equinor/amplify-component-lib 10.3.0 → 10.5.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/hooks/useSelect.js +1 -1
- package/dist/atoms/index.d.ts +1 -0
- package/dist/atoms/index.js +1 -1
- package/dist/atoms/style/darkTokens.js +36 -26
- package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +1 -1
- package/dist/index.d.ts +8 -4
- package/dist/index.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.d.ts +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIcon.js +1 -1
- package/dist/molecules/ApplicationIcon/ApplicationIconCollection.js +1 -1
- package/dist/molecules/ApplicationIcon/Icons/JsCalendar.js +1 -0
- package/dist/molecules/Banner/Banner.d.ts +1 -0
- package/dist/molecules/Banner/Banner.js +1 -1
- package/dist/molecules/Banner/Banner.styles.js +9 -6
- package/dist/molecules/Banner/Banner.utils.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/IconCell/IconCell.d.ts +2 -2
- package/dist/molecules/InformationalNotice/InformationalNotice.d.ts +11 -0
- package/dist/molecules/InformationalNotice/InformationalNotice.js +1 -0
- package/dist/molecules/InformationalNotice/InformationalNotice.styles.js +9 -0
- package/dist/molecules/InformationalNotice/InformationalNotice.utils.js +1 -0
- package/dist/molecules/ListItem/ListItem.d.ts +2 -2
- package/dist/molecules/ListItem/ListItem.js +1 -1
- 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/Select/AddTagItem.js +1 -1
- package/dist/molecules/Select/ComboBox/ComboBox.d.ts +3 -4
- package/dist/molecules/Select/DynamicMenuItem.js +1 -0
- package/dist/molecules/Select/GroupedSelectMenu.js +1 -1
- package/dist/molecules/Select/GroupedSelectPersistent.js +1 -0
- package/dist/molecules/Select/ListSelectMenu.js +1 -1
- package/dist/molecules/Select/ListSelectPersistent.js +1 -0
- package/dist/molecules/Select/PersistentComboBox/PersistentComboBox.d.ts +23 -0
- package/dist/molecules/Select/PersistentComboBox/PersistentComboBox.js +1 -0
- package/dist/molecules/Select/SearchBar.js +1 -0
- package/dist/molecules/Select/Select.d.ts +2 -2
- package/dist/molecules/Select/Select.hooks.js +1 -0
- package/dist/molecules/Select/Select.js +1 -1
- package/dist/molecules/Select/Select.styles.js +61 -24
- package/dist/molecules/Select/Select.types.d.ts +10 -1
- package/dist/molecules/Select/SelectMenuItem.js +1 -1
- package/dist/molecules/Select/SingleSelect/SingleSelect.d.ts +4 -5
- 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/TableHeader/TableHeader.js +1 -1
- package/dist/molecules/TableHeader/TableHeader.styles.js +1 -0
- package/dist/molecules/Tabs/Tab.styles.js +1 -1
- package/dist/molecules/Toast/Toast.d.ts +30 -0
- package/dist/molecules/Toast/Toast.js +1 -0
- package/dist/molecules/Toast/Toast.styles.js +117 -0
- package/dist/molecules/Toast/Toast.utils.js +1 -0
- package/dist/molecules/Waves/Waves.styles.js +1 -1
- package/dist/molecules/index.d.ts +6 -3
- package/dist/molecules/index.js +1 -1
- package/dist/organisms/DataGrid/DataGrid.d.ts +2 -2
- package/dist/organisms/Faq/Category/Question/Question.js +1 -1
- package/dist/organisms/Faq/Category/Question/Question.styles.js +1 -1
- package/dist/organisms/Filter/Filter.js +1 -1
- package/dist/organisms/Filter/Filter.styles.js +1 -1
- package/dist/organisms/Filter/QuickFilter.d.ts +2 -2
- package/dist/organisms/Filter/SortMenu.d.ts +2 -2
- package/dist/organisms/ReleaseNote/ReleaseNote.d.ts +3 -3
- package/dist/organisms/ReleaseNote/ReleaseNote.js +1 -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/Illustration.js +1 -1
- package/dist/organisms/Status/MissingAccesses.d.ts +2 -2
- package/dist/organisms/Status/Title.d.ts +2 -2
- package/dist/organisms/Status/collections/BadRequest.d.ts +2 -2
- package/dist/organisms/Status/collections/GenericError.d.ts +2 -2
- package/dist/organisms/Status/collections/MissingPermissions.d.ts +2 -2
- package/dist/organisms/Status/collections/PageNotFound.d.ts +2 -2
- package/dist/organisms/Status/collections/ServerError.d.ts +2 -2
- package/dist/organisms/TableOfContents/TableOfContents.styles.js +1 -1
- package/dist/organisms/TableOfContents/TableOfContentsItem.js +1 -1
- 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/Account/ImpersonateMenu/hooks/useActiveImpersonationUser.js +1 -1
- package/dist/organisms/TopBar/Actions.d.ts +2 -2
- package/dist/organisms/TopBar/FieldMenu/FieldMenu.d.ts +2 -2
- package/dist/organisms/TopBar/Guidelines/Colorbox.d.ts +3 -3
- package/dist/organisms/TopBar/Notifications/NotificationProvider.d.ts +2 -2
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +1 -1
- package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +1 -1
- package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesDialog.js +1 -1
- package/dist/providers/ToastProvider/ToastProvider.d.ts +15 -0
- package/dist/providers/ToastProvider/ToastProvider.js +8 -0
- package/dist/providers/TutorialHighlightingProvider/TutorialHighlightingProviderInner.js +1 -1
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/TutorialPopover.js +1 -1
- package/dist/providers/TutorialHighlightingProvider/TutorialPopover/hooks/useTutorialPopoverPosition.js +1 -1
- package/dist/providers/TutorialHighlightingProvider/hooks/useReversedScrollY.js +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Field } from "../../../atoms/types/Field.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react127 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/organisms/TopBar/FieldMenu/FieldMenu.d.ts
|
|
5
5
|
interface FieldMenuProps {
|
|
@@ -8,6 +8,6 @@ interface FieldMenuProps {
|
|
|
8
8
|
itemNameSingular?: string;
|
|
9
9
|
showAccessITLink?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare const FieldMenu:
|
|
11
|
+
declare const FieldMenu: react127.ForwardRefExoticComponent<FieldMenuProps & react127.RefAttributes<HTMLDivElement>>;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { FieldMenu };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react150 from "react";
|
|
2
|
+
import * as styled_components_dist_types59 from "styled-components/dist/types";
|
|
3
3
|
|
|
4
4
|
//#region src/organisms/TopBar/Guidelines/Colorbox.d.ts
|
|
5
5
|
interface ColorboxProps {
|
|
6
6
|
$color: string;
|
|
7
7
|
}
|
|
8
|
-
declare const Colorbox:
|
|
8
|
+
declare const Colorbox: styled_components_dist_types59.IStyledComponentBase<"web", styled_components_dist_types59.Substitute<react150.DetailedHTMLProps<react150.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ColorboxProps>> & string;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Colorbox };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react149 from "react";
|
|
2
2
|
import { Dispatch, FC, ReactNode, SetStateAction } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/organisms/TopBar/Notifications/NotificationProvider.d.ts
|
|
@@ -6,7 +6,7 @@ interface NotificationContext {
|
|
|
6
6
|
setIsOpen: Dispatch<SetStateAction<boolean>>;
|
|
7
7
|
isOpen: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare const NotificationContext:
|
|
9
|
+
declare const NotificationContext: react149.Context<NotificationContext | undefined>;
|
|
10
10
|
declare const useNotification: () => NotificationContext;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { useNotification };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{spacings as e}from"../../../../../atoms/style/spacings.js";import{useEffect as t,useRef as n,useState as r}from"react";import i from"styled-components";import{jsx as a}from"react/jsx-runtime";import{motion as o}from"
|
|
1
|
+
import{spacings as e}from"../../../../../atoms/style/spacings.js";import{useEffect as t,useRef as n,useState as r}from"react";import i from"styled-components";import{jsx as a}from"react/jsx-runtime";import{motion as o}from"motion/react";const s=i(o.div)`
|
|
2
2
|
display: flex;
|
|
3
3
|
gap: ${e.large};
|
|
4
4
|
height: auto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{spacings as e}from"../../../../../atoms/style/spacings.js";import{useFeedbackContext as t}from"../hooks/useFeedbackContext.js";import{ContentWrapper as n}from"../Feedback.styles.js";import{AnimateChangeInHeight as r}from"./AnimateChangeInHeight.js";import{ResponseStatus as i}from"./ResponseStatus.js";import{Success as a}from"./Success.js";import{useEffect as o,useState as s}from"react";import{Button as c}from"@equinor/eds-core-react";import l from"styled-components";import{jsx as u,jsxs as d}from"react/jsx-runtime";import{motion as f}from"
|
|
1
|
+
import{spacings as e}from"../../../../../atoms/style/spacings.js";import{useFeedbackContext as t}from"../hooks/useFeedbackContext.js";import{ContentWrapper as n}from"../Feedback.styles.js";import{AnimateChangeInHeight as r}from"./AnimateChangeInHeight.js";import{ResponseStatus as i}from"./ResponseStatus.js";import{Success as a}from"./Success.js";import{useEffect as o,useState as s}from"react";import{Button as c}from"@equinor/eds-core-react";import l from"styled-components";import{jsx as u,jsxs as d}from"react/jsx-runtime";import{motion as f}from"motion/react";const p=l(f.div)`
|
|
2
2
|
display: flex;
|
|
3
3
|
gap: ${e.large};
|
|
4
4
|
height: auto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Status as e}from"../../../Status/index.js";import{usePrefetchRichTextImages as t}from"../../../../atoms/hooks/usePrefetchRichTextImages.js";import{
|
|
1
|
+
import{Status as e}from"../../../Status/index.js";import{usePrefetchRichTextImages as t}from"../../../../atoms/hooks/usePrefetchRichTextImages.js";import{Button as n}from"../../../../molecules/Button/Button.js";import{useReleaseNotes as r}from"../../../../providers/ReleaseNotesProvider.js";import{Header as i}from"./Header/Header.js";import{AllReleaseNotesWrapper as a,LoadingWrapper as o,StyledDialog as s}from"./ReleaseNotesDialog.styles.js";import{ReleaseNote as c}from"../../../ReleaseNote/ReleaseNote.js";import{CircularProgress as l}from"@equinor/eds-core-react";import{Fragment as u,jsx as d,jsxs as f}from"react/jsx-runtime";import{Link as p}from"@tanstack/react-router";import{ReleaseNotesService as m,useReleaseNotesQuery as h}from"@equinor/subsurface-app-management";const g=({enabled:g})=>{let{setOpen:_,open:v,mostRecentReleaseNote:y}=r(),{isLoading:b}=h({enabled:g}),{isPrefetching:x}=t({richTextValues:y?.body?[y.body]:[],onImageRead:m.getReleaseNoteImage}),S=()=>{_(!1)};return f(s,{open:v,onClose:S,isDismissable:!0,children:[d(i,{}),b||x?d(o,{children:d(l,{})}):y?f(u,{children:[d(c,{...y,expanded:!0}),d(a,{children:d(n,{as:p,variant:`ghost`,to:`/release-notes`,onClick:S,children:`See all release notes`})})]}):f(e,{children:[d(e.Title,{title:`No published release notes`}),d(e.Description,{text:`This application has no published release notes yet.`})]})]})};export{g as ReleaseNotesDialog};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ToastProps } from "../../molecules/Toast/Toast.js";
|
|
2
|
+
import { FC, ReactNode } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/providers/ToastProvider/ToastProvider.d.ts
|
|
5
|
+
interface ToastContextType {
|
|
6
|
+
showToast: (props: string | Omit<ToastProps, 'onClose'>) => void;
|
|
7
|
+
hideAllToasts: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare function useToasts(): ToastContextType;
|
|
10
|
+
interface ToastProviderProps {
|
|
11
|
+
children: ReactNode | ReactNode[];
|
|
12
|
+
}
|
|
13
|
+
declare const ToastProvider: FC<ToastProviderProps>;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { ToastProvider, useToasts };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{spacings as e}from"../../atoms/style/spacings.js";import{Toast as t}from"../../molecules/Toast/Toast.js";import{createContext as n,useContext as r,useState as i}from"react";import a from"styled-components";import{jsx as o,jsxs as s}from"react/jsx-runtime";import{AnimatePresence as c,motion as l}from"motion/react";const u=a(l.div)`
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: ${e.medium};
|
|
4
|
+
right: ${e.medium};
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column-reverse;
|
|
7
|
+
z-index: 9999;
|
|
8
|
+
`,d=n(void 0);function f(){let e=r(d);if(!e)throw Error(`useToasts must be used within a ToastProvider`);return e}const p=({children:n})=>{let[r,a]=i([]),f=e=>{a(t=>t.filter(t=>t.uuid!==e))};return s(d.Provider,{value:{showToast:e=>{let t=crypto.randomUUID(),n={uuid:t,...typeof e==`string`?{title:e}:e,onClose:()=>f(t)};a(e=>[...e,n])},hideAllToasts:()=>{a([])}},children:[o(u,{layoutRoot:!0,children:o(c,{children:r.map(n=>o(l.div,{layout:!0,initial:{opacity:0,x:`100%`,marginBottom:e.medium},animate:{opacity:1,x:0,marginBottom:e.medium},exit:{opacity:0,x:`100%`,height:0,marginBottom:0},transition:{type:`spring`,duration:.4},children:o(t,{...n})},n.uuid))})}),n]})};export{p as ToastProvider,f as useToasts};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{spacings as e}from"../../atoms/style/spacings.js";import{getHighlightElementBoundingBox as t}from"../../atoms/utils/tutorials.js";import{useReversedScrollY as n}from"./hooks/useReversedScrollY.js";import{TUTORIAL_HIGHLIGHT_ANIMATION_PROPS as r}from"./TutorialHighlightingProvider.constants.js";import{TutorialPopover as i}from"./TutorialPopover/TutorialPopover.js";import{useEffect as a,useState as o}from"react";import s from"styled-components";import{Fragment as c,jsx as l,jsxs as u}from"react/jsx-runtime";import{motion as d}from"
|
|
1
|
+
import{spacings as e}from"../../atoms/style/spacings.js";import{getHighlightElementBoundingBox as t}from"../../atoms/utils/tutorials.js";import{useReversedScrollY as n}from"./hooks/useReversedScrollY.js";import{TUTORIAL_HIGHLIGHT_ANIMATION_PROPS as r}from"./TutorialHighlightingProvider.constants.js";import{TutorialPopover as i}from"./TutorialPopover/TutorialPopover.js";import{useEffect as a,useState as o}from"react";import s from"styled-components";import{Fragment as c,jsx as l,jsxs as u}from"react/jsx-runtime";import{motion as d}from"motion/react";import{useTutorials as f}from"@equinor/subsurface-app-management";import{useIsFetching as p}from"@tanstack/react-query";const m=s.svg`
|
|
2
2
|
position: fixed;
|
|
3
3
|
top: 0;
|
|
4
4
|
left: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{colors as e}from"../../../atoms/style/colors.js";import{spacings as t}from"../../../atoms/style/spacings.js";import{elevation as n}from"../../../atoms/style/index.js";import{TUTORIAL_HIGHLIGHT_ANIMATION_PROPS as r}from"../TutorialHighlightingProvider.constants.js";import{useTutorialPopoverPosition as i}from"./hooks/useTutorialPopoverPosition.js";import{StepIndicator as a}from"./StepIndicator.js";import{useTutorialHighlighting as o}from"../TutorialHighlightingProvider.js";import{useState as s}from"react";import{Button as c,Card as l,Icon as u,Typography as d}from"@equinor/eds-core-react";import f,{css as p}from"styled-components";import{Fragment as m,jsx as h,jsxs as g}from"react/jsx-runtime";import{info_circle as _}from"@equinor/eds-icons";import{motion as v}from"
|
|
1
|
+
import{colors as e}from"../../../atoms/style/colors.js";import{spacings as t}from"../../../atoms/style/spacings.js";import{elevation as n}from"../../../atoms/style/index.js";import{TUTORIAL_HIGHLIGHT_ANIMATION_PROPS as r}from"../TutorialHighlightingProvider.constants.js";import{useTutorialPopoverPosition as i}from"./hooks/useTutorialPopoverPosition.js";import{StepIndicator as a}from"./StepIndicator.js";import{useTutorialHighlighting as o}from"../TutorialHighlightingProvider.js";import{useState as s}from"react";import{Button as c,Card as l,Icon as u,Typography as d}from"@equinor/eds-core-react";import f,{css as p}from"styled-components";import{Fragment as m,jsx as h,jsxs as g}from"react/jsx-runtime";import{info_circle as _}from"@equinor/eds-icons";import{motion as v}from"motion/react";import{useTutorialStepImage as y,useTutorials as b}from"@equinor/subsurface-app-management";function x(e){switch(e){case`top`:return p`
|
|
2
2
|
left: 50%;
|
|
3
3
|
top: 0;
|
|
4
4
|
transform: translate(-50%, 0) rotate(45deg);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useReversedScrollY as e}from"../../hooks/useReversedScrollY.js";import{useTransform as t}from"
|
|
1
|
+
import{useReversedScrollY as e}from"../../hooks/useReversedScrollY.js";import{useTransform as t}from"motion/react";function n({top:n,left:r,width:i,height:a,popoverSize:o,contentRef:s}){let c=e(s),l=n&&a?n+a+16:void 0,u=r&&i?r+i/2:void 0,d=!!l&&!!u,f=`top`,p=(o?.width??0)/2+16,m=window.innerWidth-16,h=window.innerHeight-16,g=n!==void 0&&a!==void 0&&r!==void 0&&i!==void 0&&u!==void 0&&o!==void 0&&u<o.width/2,_=n!==void 0&&a!==void 0&&r!==void 0&&i!==void 0&&u!==void 0&&o!==void 0&&u+o.width>window.innerWidth;g?(u=r+i+o.width/2+16,l=n-o.height/2-16/4,f=`left`):_&&(u=r-o.width/2-16,l=n-o.height/2-16/4,f=`right`);let v=n!==void 0&&a!==void 0&&l!==void 0&&o!==void 0&&n+a/2+o.height>=window.innerHeight,y=n!==void 0&&a!==void 0&&l!==void 0&&o!==void 0&&l<o.height;y?l=n+a+16:v&&(l=n-o.height-a-32),g&&(y||v)?u=r+o?.width/2:_&&(y||v)&&(u=r+i-o?.width/2),y&&g?f=`top-left`:y&&_&&(f=`top-right`),v&&g?f=`bottom-left`:v&&_?f=`bottom-right`:v&&(f=`bottom`);let b=t(c,e=>{if(!d||!l)return null;let t=e+l;return t<32?32:t>h?h:t});return u&&u<p?u=p:u&&u>m&&(u=m),{style:{position:d?`absolute`:void 0,top:b,left:u},highlightingElement:d,caretPosition:f}}export{n as useTutorialPopoverPosition};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useScroll as e,useTransform as t}from"
|
|
1
|
+
import{useScroll as e,useTransform as t}from"motion/react";function n(n){let{scrollY:r}=e({container:n});return t(r,e=>e>0?e*-1:0)}export{n as useReversedScrollY};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/amplify-component-lib",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.0",
|
|
4
4
|
"description": "Frontend Typescript components for the Amplify team",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -111,14 +111,12 @@
|
|
|
111
111
|
"ws": "8.17.1"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
+
"@equinor/eds-core-react": "0.44.0",
|
|
115
|
+
"@equinor/eds-data-grid-react": "^0.7.5",
|
|
114
116
|
"@equinor/eds-icons": "*",
|
|
115
117
|
"@equinor/subsurface-app-management": "^5.1.0",
|
|
116
118
|
"@tanstack/react-query": "*",
|
|
117
119
|
"@tanstack/react-router": "*",
|
|
118
|
-
"react": "^19.0.0",
|
|
119
|
-
"react-dom": "^19.0.0",
|
|
120
|
-
"@equinor/eds-core-react": "0.44.0",
|
|
121
|
-
"@equinor/eds-data-grid-react": "^0.7.5",
|
|
122
120
|
"@tiptap/core": "^3.1.0",
|
|
123
121
|
"@tiptap/extension-bold": "^3.1.0",
|
|
124
122
|
"@tiptap/extension-code-block": "^3.1.0",
|
|
@@ -132,6 +130,7 @@
|
|
|
132
130
|
"@tiptap/extension-image": "^3.1.0",
|
|
133
131
|
"@tiptap/extension-italic": "^3.1.0",
|
|
134
132
|
"@tiptap/extension-link": "^3.1.0",
|
|
133
|
+
"@tiptap/extension-list": "^3.1.0",
|
|
135
134
|
"@tiptap/extension-paragraph": "^3.1.0",
|
|
136
135
|
"@tiptap/extension-table": "^3.1.0",
|
|
137
136
|
"@tiptap/extension-text": "^3.1.0",
|
|
@@ -139,19 +138,20 @@
|
|
|
139
138
|
"@tiptap/extension-text-style": "^3.1.0",
|
|
140
139
|
"@tiptap/extension-typography": "^3.1.0",
|
|
141
140
|
"@tiptap/extensions": "^3.1.0",
|
|
142
|
-
"@tiptap/extension-list": "^3.1.0",
|
|
143
141
|
"@tiptap/pm": "^3.1.0",
|
|
144
142
|
"@tiptap/react": "^3.1.0",
|
|
145
|
-
"framer-motion": "^12.23.6",
|
|
146
143
|
"html2canvas": "^1.4.1",
|
|
147
144
|
"jwt-decode": "^4.0.0",
|
|
145
|
+
"lodash": "^4.17.21",
|
|
148
146
|
"lowlight": "^3.3.0",
|
|
147
|
+
"motion": "^12.23.24",
|
|
149
148
|
"proj4": "^2.15.0",
|
|
149
|
+
"react": "^19.0.0",
|
|
150
|
+
"react-dom": "^19.0.0",
|
|
150
151
|
"react-dropzone": "^14.3.8",
|
|
151
152
|
"react-markdown": "^10.1.0",
|
|
152
153
|
"rehype-raw": "^7.0.0",
|
|
153
|
-
"styled-components": "^6.1.15"
|
|
154
|
-
"lodash": "^4.17.21"
|
|
154
|
+
"styled-components": "^6.1.15"
|
|
155
155
|
},
|
|
156
156
|
"msw": {
|
|
157
157
|
"workerDirectory": [
|