@equinor/roma-framework 6.0.1-beta.5 → 6.0.1-beta.7
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/{_commonjsHelpers-CIHTj2Un.mjs → _commonjsHelpers-DKlypwS6.mjs} +4 -3724
- package/cypress.mjs +2 -1
- package/dev-portal/BAGVG3AX-CYB_E9ev.mjs +37 -0
- package/dev-portal/KZB72KQG-BdryGQdW.mjs +46 -0
- package/dev-portal/NITRNJ62--TsKJch6.mjs +12375 -0
- package/dev-portal/index-BZgjGlgD.mjs +101991 -0
- package/dev-portal/index.html +1 -1
- package/dev-portal/package.json +2 -2
- package/package.json +2 -2
- package/roma-framework.mjs +3 -2
- package/dev-portal/roma-framework.umd.js +0 -114360
package/dev-portal/index.html
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<meta name='viewport' content='width=device-width, initial-scale=1'/>
|
|
32
32
|
<link rel='icon' type='image/x-icon' href='/favicon.ico'/>
|
|
33
|
-
<script type="module" crossorigin src="/
|
|
33
|
+
<script type="module" crossorigin src="/index-BZgjGlgD.mjs"></script>
|
|
34
34
|
<link rel="stylesheet" crossorigin href="/roma-framework.css">
|
|
35
35
|
</head>
|
|
36
36
|
<body>
|
package/dev-portal/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/roma-framework",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.7",
|
|
4
4
|
"repository": "https://github.com/equinor/tops-roma",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"@equinor/roma-sse-module": "1.0.0-beta.5",
|
|
26
26
|
"react": "^19.2.4",
|
|
27
27
|
"react-dom": "^19.2.4",
|
|
28
|
-
"react-intl": "^10.1.0",
|
|
29
28
|
"react-router-dom": "^7.13.2",
|
|
30
29
|
"rxjs": "^7.8.2",
|
|
31
30
|
"styled-components": "^6.3.11"
|
|
@@ -36,6 +35,7 @@
|
|
|
36
35
|
"@tanstack/react-query-persist-client": "^5.90.24",
|
|
37
36
|
"idb-keyval": "^6.2.2",
|
|
38
37
|
"immer": "^11.0.0",
|
|
38
|
+
"react-intl": "^10.1.0",
|
|
39
39
|
"is-mergeable-object": "^1.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/roma-framework",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.7",
|
|
4
4
|
"repository": "https://github.com/equinor/tops-roma",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"@equinor/roma-sse-module": "1.0.0-beta.5",
|
|
26
26
|
"react": "^19.2.4",
|
|
27
27
|
"react-dom": "^19.2.4",
|
|
28
|
-
"react-intl": "^10.1.0",
|
|
29
28
|
"react-router-dom": "^7.13.2",
|
|
30
29
|
"rxjs": "^7.8.2",
|
|
31
30
|
"styled-components": "^6.3.11"
|
|
@@ -36,6 +35,7 @@
|
|
|
36
35
|
"@tanstack/react-query-persist-client": "^5.90.24",
|
|
37
36
|
"idb-keyval": "^6.2.2",
|
|
38
37
|
"immer": "^11.0.0",
|
|
38
|
+
"react-intl": "^10.1.0",
|
|
39
39
|
"is-mergeable-object": "^1.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
package/roma-framework.mjs
CHANGED
|
@@ -5,8 +5,9 @@ import { useState, useEffect, lazy, useRef, createContext, useContext, useMemo }
|
|
|
5
5
|
import { ModuleProvider } from "@equinor/fusion-framework-react-module";
|
|
6
6
|
import styled, { StyleSheetManager, keyframes } from "styled-components";
|
|
7
7
|
import { EdsProvider, StarProgress, Typography, Card, Button, TopBar, Chip, SideSheet, Menu, Tooltip, Icon, List } from "@equinor/eds-core-react";
|
|
8
|
-
import { E as EmptyError, o as operate, c as createOperatorSubscriber, i as innerFrom, a as identity, b as isFunction,
|
|
8
|
+
import { E as EmptyError, o as operate, c as createOperatorSubscriber, i as innerFrom, a as identity, b as isFunction, u as useParams, L as Link, B as BehaviorSubject, f as firstValueFrom, g as getDefaultExportFromCjs, d as of, e as from } from "./_commonjsHelpers-DKlypwS6.mjs";
|
|
9
9
|
import { QueryClient, QueryClientProvider, useQueryClient, useMutation, useQuery } from "@tanstack/react-query";
|
|
10
|
+
import { IntlProvider } from "react-intl";
|
|
10
11
|
import { useCurrentApp, useApps as useApps$1 } from "@equinor/fusion-framework-react/app";
|
|
11
12
|
import { App } from "@equinor/fusion-framework-module-app/app";
|
|
12
13
|
import { tokens } from "@equinor/eds-tokens";
|
|
@@ -196,7 +197,7 @@ const makeComponent = (Component, args, configure2) => lazy(async () => {
|
|
|
196
197
|
source: Component
|
|
197
198
|
});
|
|
198
199
|
const queryClient = args.query ?? new QueryClient();
|
|
199
|
-
const version2 = "6.0.1-beta.
|
|
200
|
+
const version2 = "6.0.1-beta.7";
|
|
200
201
|
return {
|
|
201
202
|
default: () => /* @__PURE__ */ jsx(FrameworkProvider, { value: fusion, children: /* @__PURE__ */ jsx(IntlProvider, { locale: navigator.language, children: /* @__PURE__ */ jsx(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx(StyleProvider, { scope: `roma-${appKey}`, version: version2, children: /* @__PURE__ */ jsx(
|
|
202
203
|
EdsEventProvider,
|