@equinor/fusion-framework-dev-portal 11.0.6 → 11.0.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.
Files changed (2) hide show
  1. package/dist/main.js +73 -72
  2. package/package.json +19 -19
package/dist/main.js CHANGED
@@ -59028,7 +59028,7 @@ var phe = {}, KX = class {
59028
59028
  return (e ? In : Fn)(this.getAppModule(!e));
59029
59029
  }
59030
59030
  dispose;
59031
- }, mhe = "8.1.1", hhe = class {
59031
+ }, mhe = "8.1.2", hhe = class {
59032
59032
  static compareAppManifest(e, t) {
59033
59033
  return JSON.stringify(e) === JSON.stringify(t);
59034
59034
  }
@@ -59664,7 +59664,7 @@ var Bhe = (() => {
59664
59664
  return e?.NODE_ENV === "development" ? xZ.Debug : xZ.Error;
59665
59665
  }
59666
59666
  return xZ.Error;
59667
- })(), Vhe = "2.0.4", Hhe = class {
59667
+ })(), Vhe = "2.0.5", Hhe = class {
59668
59668
  level = Bhe;
59669
59669
  version = Vhe;
59670
59670
  _log$ = new zt();
@@ -60070,11 +60070,12 @@ var TZ = (e) => gh(e.type), Jhe = {
60070
60070
  }, e.meta))))), oge = (e) => (t) => t.pipe(L(wZ.removeBookmarkAsFavourite.match), Er((t) => F(e.removeBookmarkFromFavorites(t.payload)).pipe(zr(), I(() => wZ.removeBookmarkAsFavourite.success(t.payload, t.meta)), xr((e) => jn(wZ.removeBookmarkAsFavourite.failure(new DZ("Failed to remove bookmark as favorite", t, { cause: e }), t.meta)))))), sge = (e) => (t) => t.pipe(L(wZ.addBookmarkAsFavourite.match), Er((t) => F(e.addBookmarkToFavorites(t.payload)).pipe(zr(), I(() => wZ.addBookmarkAsFavourite.success(t.payload, t.meta)), xr((e) => jn(wZ.addBookmarkAsFavourite.failure(new DZ("Failed to add bookmark as favorite", t, { cause: e }), t.meta)))))), cge = (e) => (t, n) => jn(Zhe, $he, tge, nge, rge, ige, age, oge, sge).pipe(tr((r) => r(e)(t, n))), lge = (e) => {
60071
60071
  let t = new ph(Yhe(e.initial));
60072
60072
  return t.addFlow(cge(e.client)), t;
60073
- }, OZ = (e) => Object.values(e.bookmarks), kZ = (e, t) => e.bookmarks[t], AZ = (e) => e.currentBookmark, uge = (e) => Object.values(e.errors), jZ = "4.1.1", MZ = 12e4, dge = class {
60073
+ }, OZ = (e) => Object.values(e.bookmarks), kZ = (e, t) => e.bookmarks[t], AZ = (e) => e.currentBookmark, uge = (e) => Object.values(e.errors), jZ = "4.1.2", MZ = 12e4, dge = class {
60074
60074
  #e;
60075
60075
  #t;
60076
- #n = [];
60077
- #r = new nt();
60076
+ #n;
60077
+ #r = [];
60078
+ #i = new nt();
60078
60079
  get config() {
60079
60080
  return { getCurrentAppIdentification() {
60080
60081
  return window.Fusion.modules.app.current.appKey;
@@ -60099,31 +60100,31 @@ var TZ = (e) => gh(e.type), Jhe = {
60099
60100
  return new Re(jZ);
60100
60101
  }
60101
60102
  get filters() {
60102
- return this.#e.filters;
60103
+ return this.#t;
60103
60104
  }
60104
60105
  get client() {
60105
60106
  return this.#e.client;
60106
60107
  }
60107
60108
  get currentBookmark$() {
60108
- return this.#t.select(AZ);
60109
+ return this.#n.select(AZ);
60109
60110
  }
60110
60111
  get bookmarks$() {
60111
- return this.getAllBookmarksAsync(), this.#t.select(OZ, CZ.default);
60112
+ return this.getAllBookmarksAsync(), this.#n.select(OZ, CZ.default);
60112
60113
  }
60113
60114
  get bookmarks() {
60114
- return OZ(this.#t.value);
60115
+ return OZ(this.#n.value);
60115
60116
  }
60116
60117
  get currentBookmark() {
60117
- return AZ(this.#t.value);
60118
+ return AZ(this.#n.value);
60118
60119
  }
60119
60120
  get status$() {
60120
- return this.#t.select((e) => e.status);
60121
+ return this.#n.select((e) => e.status);
60121
60122
  }
60122
60123
  get errors$() {
60123
- return this.#t.select(uge, CZ.default);
60124
+ return this.#n.select(uge, CZ.default);
60124
60125
  }
60125
60126
  get canCreateBookmarks() {
60126
- return this.#n.length > 0;
60127
+ return this.#r.length > 0;
60127
60128
  }
60128
60129
  get sourceSystem() {
60129
60130
  return this.#e.sourceSystem;
@@ -60150,19 +60151,19 @@ var TZ = (e) => gh(e.type), Jhe = {
60150
60151
  return this.#e.parent;
60151
60152
  }
60152
60153
  constructor(e) {
60153
- if (this.#e = e, this.#t = lge({
60154
+ if (this.#e = e, this.#t = e.filters ? Object.freeze({ ...e.filters }) : void 0, this.#n = lge({
60154
60155
  client: e.client,
60155
60156
  initial: { currentBookmark: this._parent?.currentBookmark ?? null }
60156
- }), this.#r.add(() => this.#t.complete()), this.#r.add(this.#t.action$.subscribe((e) => {
60157
+ }), this.#i.add(() => this.#n.complete()), this.#i.add(this.#n.action$.subscribe((e) => {
60157
60158
  xh(e) ? this._log?.error(`Action: ${e.type}`, e) : this._log?.debug(`Action: ${e.type}`, e);
60158
- })), this.#r.add(this.#t.select(AZ).subscribe((e) => {
60159
+ })), this.#i.add(this.#n.select(AZ).subscribe((e) => {
60159
60160
  e !== void 0 && this._dispatchEvent("onCurrentBookmarkChanged", { detail: e });
60160
60161
  })), this._event && this._event.addEventListener("onCurrentBookmarkChanged", (e) => {
60161
60162
  let { source: t, detail: n } = e;
60162
- n !== void 0 && t !== this && n !== this.currentBookmark && this.#t.next(wZ.setCurrentBookmark(n));
60163
+ n !== void 0 && t !== this && n !== this.currentBookmark && this.#n.next(wZ.setCurrentBookmark(n));
60163
60164
  }), this._parent) try {
60164
- this.#r.add(this._parent.currentBookmark$.pipe(L((e) => e !== void 0), L((e) => e !== this.currentBookmark)).subscribe((e) => {
60165
- this.#t.next(wZ.setCurrentBookmark(e));
60165
+ this.#i.add(this._parent.currentBookmark$.pipe(L((e) => e !== void 0), L((e) => e !== this.currentBookmark)).subscribe((e) => {
60166
+ this.#n.next(wZ.setCurrentBookmark(e));
60166
60167
  }));
60167
60168
  } catch (e) {
60168
60169
  this._log?.error("Failed to subscribe to parent bookmark provider", e);
@@ -60174,12 +60175,12 @@ var TZ = (e) => gh(e.type), Jhe = {
60174
60175
  }) : (this._log?.warn("Failed to register event listener, event provider not configured"), () => {});
60175
60176
  }
60176
60177
  addPayloadGenerator(e) {
60177
- return this._log?.debug(`adding bookmark payload generator: ${e.name}`), this.#n.push(e), this._dispatchEvent("onBookmarkPayloadCreatorAdded", { detail: e }), () => {
60178
- this._log?.debug(`removing bookmark payload generator: ${e.name}`), this.#n = this.#n.filter((t) => t !== e);
60178
+ return this._log?.debug(`adding bookmark payload generator: ${e.name}`), this.#r.push(e), this._dispatchEvent("onBookmarkPayloadCreatorAdded", { detail: e }), () => {
60179
+ this._log?.debug(`removing bookmark payload generator: ${e.name}`), this.#r = this.#r.filter((t) => t !== e);
60179
60180
  };
60180
60181
  }
60181
60182
  generatePayload(e) {
60182
- return this._log?.debug("generating payload", e), F(this.#n).pipe(Br((e, t) => F(Promise.resolve(this._producePayload(e, t))), e ?? {}, 1), Zr((t) => this._log?.debug("generated payload", {
60183
+ return this._log?.debug("generating payload", e), F(this.#r).pipe(Br((e, t) => F(Promise.resolve(this._producePayload(e, t))), e ?? {}, 1), Zr((t) => this._log?.debug("generated payload", {
60183
60184
  initial: e,
60184
60185
  payload: t
60185
60186
  })));
@@ -60216,16 +60217,16 @@ var TZ = (e) => gh(e.type), Jhe = {
60216
60217
  this._log?.debug("fetching all bookmarks");
60217
60218
  let t = or({
60218
60219
  sourceSystem: jn(this.sourceSystem),
60219
- appKey: this.#e.filters?.application ? ar(() => this._resolve.application()).pipe(I((e) => e?.appKey)) : jn(void 0),
60220
- contextId: this.#e.filters?.context ? ar(() => this._resolve.context()).pipe(I((e) => e?.id)) : jn(void 0)
60220
+ appKey: this.#t?.application ? ar(() => this._resolve.application()).pipe(I((e) => e?.appKey)) : jn(void 0),
60221
+ contextId: this.#t?.context ? ar(() => this._resolve.context()).pipe(I((e) => e?.id)) : jn(void 0)
60221
60222
  }).pipe(xr((e) => {
60222
60223
  let t = new EZ("Could not fetch bookmarks, failed to resolve filter parameters", e);
60223
60224
  throw this._log?.error(t.message, t), t;
60224
60225
  }));
60225
60226
  e.add(t.subscribe((e) => {
60226
- this.#t.next(wZ.fetchBookmarks(e));
60227
+ this.#n.next(wZ.fetchBookmarks(e));
60227
60228
  }));
60228
- let n = this.#t.action$.pipe(L(wZ.fetchBookmarks.failure.match), I((e) => {
60229
+ let n = this.#n.action$.pipe(L(wZ.fetchBookmarks.failure.match), I((e) => {
60229
60230
  throw this._log?.error("Failed to fetch bookmarks", e.payload), new EZ("Failed to fetch bookmarks", e.payload);
60230
60231
  }), zn({
60231
60232
  each: MZ,
@@ -60233,7 +60234,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60233
60234
  throw new EZ("Timeout while fetching bookmarks");
60234
60235
  }
60235
60236
  }));
60236
- this.#t.action$.pipe(L(wZ.fetchBookmarks.success.match), I((e) => e.payload), Zr((e) => {
60237
+ this.#n.action$.pipe(L(wZ.fetchBookmarks.success.match), I((e) => e.payload), Zr((e) => {
60237
60238
  this._log?.debug("fetched all bookmarks", e);
60238
60239
  }), Hr(n), Ir()).subscribe(e);
60239
60240
  });
@@ -60253,7 +60254,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60253
60254
  }
60254
60255
  return e;
60255
60256
  }), Zr((e) => {
60256
- this.#t.next(wZ.setCurrentBookmark(e));
60257
+ this.#n.next(wZ.setCurrentBookmark(e));
60257
60258
  }), xr((e) => {
60258
60259
  let t = new EZ("Could not set current bookmark, resolve of bookmark failed", e);
60259
60260
  throw this._log?.error(t.message, t), t;
@@ -60294,7 +60295,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60294
60295
  this._log?.error(`Failed to prepare bookmark creation: ${t}`, e);
60295
60296
  },
60296
60297
  next: (e) => {
60297
- this.#t.next(wZ.createBookmark(e, { ref: t }));
60298
+ this.#n.next(wZ.createBookmark(e, { ref: t }));
60298
60299
  }
60299
60300
  }), i = n.pipe(L(wZ.createBookmark.failure.match), I(({ payload: e }) => {
60300
60301
  let n = new EZ(`Failed to create bookmark: ${t}`, { cause: e });
@@ -60324,7 +60325,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60324
60325
  })))).pipe(Jr(async (t) => {
60325
60326
  let { canceled: n, type: i } = await this._dispatchEvent("onBookmarkUpdate", {
60326
60327
  detail: {
60327
- current: kZ(this.#t.value, e),
60328
+ current: kZ(this.#n.value, e),
60328
60329
  updates: t
60329
60330
  },
60330
60331
  cancelable: !0
@@ -60339,7 +60340,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60339
60340
  this._log?.error(`Failed to prepare bookmark update: ${e}`, t);
60340
60341
  },
60341
60342
  next: (t) => {
60342
- this.#t.next(wZ.updateBookmark({
60343
+ this.#n.next(wZ.updateBookmark({
60343
60344
  bookmarkId: e,
60344
60345
  updates: t
60345
60346
  }, { ref: r }));
@@ -60353,7 +60354,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60353
60354
  throw new EZ(`Timeout while updating bookmark: ${e}`);
60354
60355
  }
60355
60356
  })), s = i.pipe(L(wZ.updateBookmark.success.match), I(({ payload: e }) => ({
60356
- ...kZ(this.#t.value, e.id),
60357
+ ...kZ(this.#n.value, e.id),
60357
60358
  payload: e.payload
60358
60359
  })), Zr((e) => {
60359
60360
  this._log?.info(`Bookmark updated: ${e.id}, ref: ${r}`), this._dispatchEvent("onBookmarkUpdated", { detail: e });
@@ -60373,7 +60374,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60373
60374
  deleteBookmark(e) {
60374
60375
  let { ref: t, action$: n } = this._useScopedActions();
60375
60376
  this._log?.debug(`Removing bookmark: ${e}, ref: ${t}`);
60376
- let r = kZ(this.#t.value, e) ?? { id: e }, i = F(this._dispatchEvent("onBookmarkDelete", {
60377
+ let r = kZ(this.#n.value, e) ?? { id: e }, i = F(this._dispatchEvent("onBookmarkDelete", {
60377
60378
  detail: r,
60378
60379
  cancelable: !0
60379
60380
  })).pipe(I(({ canceled: n, type: r, detail: i }) => {
@@ -60387,7 +60388,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60387
60388
  this._log?.error(`Failed to prepare bookmark deletion: ${e}`, t);
60388
60389
  },
60389
60390
  next: (e) => {
60390
- this.#t.next(wZ.deleteBookmark(e.id, { ref: t }));
60391
+ this.#n.next(wZ.deleteBookmark(e.id, { ref: t }));
60391
60392
  }
60392
60393
  }), a = n.pipe(L(wZ.deleteBookmark.failure.match), I(({ payload: t }) => {
60393
60394
  let n = new EZ(`Failed to delete bookmark: ${e}`, { cause: t });
@@ -60423,7 +60424,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60423
60424
  t.add(i.subscribe({
60424
60425
  error: (e) => t.error(e),
60425
60426
  next: () => {
60426
- this.#t.next(wZ.addBookmarkAsFavourite(e, { ref: n }));
60427
+ this.#n.next(wZ.addBookmarkAsFavourite(e, { ref: n }));
60427
60428
  }
60428
60429
  }));
60429
60430
  let a = r.pipe(L(wZ.addBookmarkAsFavourite.failure.match), I(({ payload: t }) => {
@@ -60447,7 +60448,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60447
60448
  return new At((t) => {
60448
60449
  let { ref: n, action$: r } = this._useScopedActions();
60449
60450
  this._log?.debug(`Removing bookmark: ${e} from favourites, ref: ${n}`);
60450
- let i = kZ(this.#t.value, e) ?? { id: e }, a = F(this._dispatchEvent("onBookmarkFavouriteRemove", {
60451
+ let i = kZ(this.#n.value, e) ?? { id: e }, a = F(this._dispatchEvent("onBookmarkFavouriteRemove", {
60451
60452
  detail: i,
60452
60453
  cancelable: !0
60453
60454
  })).pipe(I(({ canceled: t, type: r, detail: i }) => {
@@ -60460,7 +60461,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60460
60461
  t.add(a.subscribe({
60461
60462
  error: (e) => t.error(e),
60462
60463
  next: (e) => {
60463
- this.#t.next(wZ.removeBookmarkAsFavourite(e.id, { ref: n }));
60464
+ this.#n.next(wZ.removeBookmarkAsFavourite(e.id, { ref: n }));
60464
60465
  }
60465
60466
  }));
60466
60467
  let o = r.pipe(L(wZ.removeBookmarkAsFavourite.failure.match), I(({ payload: t }) => {
@@ -60492,7 +60493,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60492
60493
  return Fn(this.isBookmarkInFavorites(e));
60493
60494
  }
60494
60495
  _getBookmarkInfo(e, t) {
60495
- let { action$: n } = this._useScopedActions(e), r = n.pipe(L(wZ.fetchBookmark.success.match), I((e) => e.payload), Ir()), i = this.#t.action$.pipe(L(wZ.fetchBookmark.failure.match), I((t) => {
60496
+ let { action$: n } = this._useScopedActions(e), r = n.pipe(L(wZ.fetchBookmark.success.match), I((e) => e.payload), Ir()), i = this.#n.action$.pipe(L(wZ.fetchBookmark.failure.match), I((t) => {
60496
60497
  throw new EZ(`Failed to fetch bookmark data: ${e}`, t.payload);
60497
60498
  }), zn({
60498
60499
  each: t?.timeout ?? 12e4,
@@ -60500,10 +60501,10 @@ var TZ = (e) => gh(e.type), Jhe = {
60500
60501
  throw new EZ(`Timeout while fetching bookmark data: ${e}`);
60501
60502
  }
60502
60503
  }));
60503
- return this.#t.next(wZ.fetchBookmark(e, { ref: e })), r.pipe(Hr(i));
60504
+ return this.#n.next(wZ.fetchBookmark(e, { ref: e })), r.pipe(Hr(i));
60504
60505
  }
60505
60506
  _getBookmarkData(e, t) {
60506
- let { action$: n } = this._useScopedActions(e), r = n.pipe(L(wZ.fetchBookmarkData.success.match), I((e) => e.payload.data), Ir()), i = this.#t.action$.pipe(L(wZ.fetchBookmarkData.failure.match), I((t) => {
60507
+ let { action$: n } = this._useScopedActions(e), r = n.pipe(L(wZ.fetchBookmarkData.success.match), I((e) => e.payload.data), Ir()), i = this.#n.action$.pipe(L(wZ.fetchBookmarkData.failure.match), I((t) => {
60507
60508
  throw new EZ(`Failed to fetch bookmark data: ${e}`, t.payload);
60508
60509
  }), zn({
60509
60510
  each: t?.timeout ?? MZ,
@@ -60511,7 +60512,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60511
60512
  throw new EZ(`Timeout while fetching bookmark data: ${e}`);
60512
60513
  }
60513
60514
  }));
60514
- return this.#t.next(wZ.fetchBookmarkData(e, { ref: e })), r.pipe(Hr(i));
60515
+ return this.#n.next(wZ.fetchBookmarkData(e, { ref: e })), r.pipe(Hr(i));
60515
60516
  }
60516
60517
  async _dispatchEvent(e, t) {
60517
60518
  let n = new Ci(e, {
@@ -60530,11 +60531,11 @@ var TZ = (e) => gh(e.type), Jhe = {
60530
60531
  let t = e ?? dO();
60531
60532
  return {
60532
60533
  ref: t,
60533
- action$: this.#t.action$.pipe(L((e) => "meta" in e && e.meta?.ref === t))
60534
+ action$: this.#n.action$.pipe(L((e) => "meta" in e && e.meta?.ref === t))
60534
60535
  };
60535
60536
  }
60536
60537
  dispose() {
60537
- this._log?.debug("disposing BookmarkProvider"), this.#r.unsubscribe();
60538
+ this._log?.debug("disposing BookmarkProvider"), this.#i.unsubscribe();
60538
60539
  }
60539
60540
  [Symbol.dispose]() {
60540
60541
  this.dispose();
@@ -60588,7 +60589,7 @@ var TZ = (e) => gh(e.type), Jhe = {
60588
60589
  setAdapter(e, t) {
60589
60590
  return this.#t[e] = t, this;
60590
60591
  }
60591
- }, _ge = "3.1.1", vge = class extends nt {
60592
+ }, _ge = "3.1.2", vge = class extends nt {
60592
60593
  constructor(e) {
60593
60594
  super(e.unsubscribe);
60594
60595
  }
@@ -67335,7 +67336,7 @@ var Cbe = (e) => {
67335
67336
  }
67336
67337
  let r = V1(t);
67337
67338
  return r ? H1(r.appKey, e ?? void 0) : t;
67338
- }, Tbe = "11.0.6", Ebe = async (e) => {
67339
+ }, Tbe = "11.0.7", Ebe = async (e) => {
67339
67340
  eg(e, {
67340
67341
  attachConfiguratorEvents: !0,
67341
67342
  configure: (e, t) => {
@@ -71025,7 +71026,7 @@ function nCe({ routes: e, context: t, loader: n, useTransitions: r }) {
71025
71026
  }) : n ?? null;
71026
71027
  }
71027
71028
  //#endregion
71028
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Button/tokens/button.js
71029
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Button/tokens/button.js
71029
71030
  var { typography: { navigation: { button: A4 } }, colors: { interactive: { disabled__text: { rgba: rCe }, disabled__border: { rgba: iCe }, disabled__fill: { rgba: aCe } } }, spacings: { comfortable: { medium: j4 } }, shape: { button: { minHeight: M4, borderRadius: N4 }, _modes: { compact: { button: { minHeight: P4 } } } }, interactions: { focused: F4 }, clickbounds: { default__base: I4, compact__standard: L4 } } = b1, R4 = {
71030
71031
  background: "transparent",
71031
71032
  height: `var(--eds_button__height, ${M4})`,
@@ -71106,19 +71107,19 @@ var { typography: { navigation: { button: A4 } }, colors: { interactive: { disab
71106
71107
  } }
71107
71108
  };
71108
71109
  //#endregion
71109
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isPlaceholder.js
71110
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isPlaceholder.js
71110
71111
  function z4(e) {
71111
71112
  return typeof e == "object" && !!e && e["@@functional/placeholder"] === !0;
71112
71113
  }
71113
71114
  //#endregion
71114
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry1.js
71115
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry1.js
71115
71116
  function B4(e) {
71116
71117
  return function t(n) {
71117
71118
  return arguments.length === 0 || z4(n) ? t : e.apply(this, arguments);
71118
71119
  };
71119
71120
  }
71120
71121
  //#endregion
71121
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry2.js
71122
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry2.js
71122
71123
  function V4(e) {
71123
71124
  return function t(n, r) {
71124
71125
  switch (arguments.length) {
@@ -71135,7 +71136,7 @@ function V4(e) {
71135
71136
  };
71136
71137
  }
71137
71138
  //#endregion
71138
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry3.js
71139
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_curry3.js
71139
71140
  function H4(e) {
71140
71141
  return function t(n, r, i) {
71141
71142
  switch (arguments.length) {
@@ -71167,17 +71168,17 @@ function H4(e) {
71167
71168
  };
71168
71169
  }
71169
71170
  //#endregion
71170
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isObject.js
71171
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_isObject.js
71171
71172
  function U4(e) {
71172
71173
  return Object.prototype.toString.call(e) === "[object Object]";
71173
71174
  }
71174
71175
  //#endregion
71175
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_has.js
71176
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/_has.js
71176
71177
  function W4(e, t) {
71177
71178
  return Object.prototype.hasOwnProperty.call(t, e);
71178
71179
  }
71179
71180
  //#endregion
71180
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeWithKey.js
71181
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeWithKey.js
71181
71182
  var oCe = /*#__PURE__*/ H4(function(e, t, n) {
71182
71183
  var r = {}, i;
71183
71184
  for (i in t ||= {}, n ||= {}, t) W4(i, t) && (r[i] = W4(i, n) ? e(i, t[i], n[i]) : t[i]);
@@ -72750,7 +72751,7 @@ function Zwe(e, t) {
72750
72751
  ]);
72751
72752
  }
72752
72753
  //#endregion
72753
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Tooltip/Tooltip.js
72754
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Tooltip/Tooltip.js
72754
72755
  var Qwe = Y("div").withConfig({ shouldForwardProp: () => !0 }).withConfig({
72755
72756
  displayName: "Tooltip__StyledTooltip",
72756
72757
  componentId: "sc-m2im2p-0"
@@ -72787,7 +72788,7 @@ var Qwe = Y("div").withConfig({ shouldForwardProp: () => !0 }).withConfig({
72787
72788
  Owe({ element: l })
72788
72789
  ],
72789
72790
  whileElementsMounted: yL
72790
- }), C = (0, M.useMemo)(() => w3(g.setReference), [g.setReference]), w = (0, M.useMemo)(() => w3(g.setFloating, c), [g.setFloating, c]), { getReferenceProps: T, getFloatingProps: E } = k6([
72791
+ }), C = (0, M.useMemo)(() => w3((e) => g.setReference(e)), [g]), w = (0, M.useMemo)(() => w3((e) => g.setFloating(e), c), [g, c]), { getReferenceProps: T, getFloatingProps: E } = k6([
72791
72792
  Uwe(v, { delay: { open: i } }),
72792
72793
  Ywe(v),
72793
72794
  Zwe(v, { role: "tooltip" }),
@@ -72887,7 +72888,7 @@ var Qwe = Y("div").withConfig({ shouldForwardProp: () => !0 }).withConfig({
72887
72888
  }), j6 = iwe;
72888
72889
  j6.Group = z3, j6.Toggle = tTe, j6.Group.displayName = "Button.Group", j6.Toggle.displayName = "Button.Toggle";
72889
72890
  //#endregion
72890
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Icon/library.js
72891
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Icon/library.js
72891
72892
  var M6 = {}, nTe = (e) => {
72892
72893
  M6 = {
72893
72894
  ...M6,
@@ -72953,7 +72954,7 @@ var M6 = {}, nTe = (e) => {
72953
72954
  });
72954
72955
  P6.add = nTe;
72955
72956
  //#endregion
72956
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.context.js
72957
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.context.js
72957
72958
  var F6 = /*#__PURE__*/ (0, M.createContext)({
72958
72959
  variant: "minWidth",
72959
72960
  scrollable: !1,
@@ -72964,7 +72965,7 @@ var F6 = /*#__PURE__*/ (0, M.createContext)({
72964
72965
  }), oTe = F6.Provider;
72965
72966
  F6.Consumer;
72966
72967
  //#endregion
72967
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.tokens.js
72968
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Tabs/Tabs.tokens.js
72968
72969
  var { colors: { text: { static_icons__tertiary: { rgba: sTe } }, ui: { background__medium: { rgba: cTe } }, interactive: { focus: { rgba: I6 }, primary__hover_alt: { rgba: lTe }, primary__resting: { rgba: L6 }, primary__hover: { rgba: uTe } } }, clickbounds: { default__base: R6 }, spacings: { comfortable: { medium: z6 } }, interactions: { focused: { width: B6 } }, typography: { navigation: { menu_tabs: dTe, menu_title: fTe } } } = b1, pTe = {
72969
72970
  entities: {
72970
72971
  panel: {
@@ -73180,7 +73181,7 @@ var { colors: { text: { static_icons__tertiary: { rgba: sTe } }, ui: { backgroun
73180
73181
  }), V6 = mTe;
73181
73182
  V6.Tab = yTe, V6.Panels = bTe, V6.Panel = STe, V6.List = _Te, V6.Tab.displayName = "Tabs.Tab", V6.Panels.displayName = "Tabs.Panels", V6.Panel.displayName = "Tabs.Panel", V6.List.displayName = "Tabs.List";
73182
73183
  //#endregion
73183
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Paper/Paper.tokens.js
73184
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Paper/Paper.tokens.js
73184
73185
  var { elevation: CTe, colors: { ui: { background__default: { rgba: wTe } } } } = b1, TTe = { background: wTe }, ETe = Y.div.withConfig({
73185
73186
  displayName: "Paper__StyledPaper",
73186
73187
  componentId: "sc-6ncnv9-0"
@@ -73329,7 +73330,7 @@ var { elevation: CTe, colors: { ui: { background__default: { rgba: wTe } } } } =
73329
73330
  }), X6 = KTe;
73330
73331
  X6.Actions = JTe, X6.Header = XTe, X6.CustomContent = QTe, X6.Actions.displayName = "Topbar.Actions", X6.Header.displayName = "Topbar.Header", X6.CustomContent.displayName = "Topbar.CustomContent";
73331
73332
  //#endregion
73332
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Dialog/Dialog.tokens.js
73333
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Dialog/Dialog.tokens.js
73333
73334
  var { spacings: { comfortable: { medium: Z6 } }, typography: { ui: { accordion_header: Q6 }, paragraph: { body_long: $Te } }, colors: { ui: { background__default: { rgba: eEe }, background__scrim: { rgba: tEe } } }, shape: { corners: { borderRadius: nEe } } } = b1, rEe = {
73334
73335
  width: "252px",
73335
73336
  background: eEe,
@@ -73525,7 +73526,7 @@ var { spacings: { comfortable: { medium: Z6 } }, typography: { ui: { accordion_h
73525
73526
  }), i8 = oEe;
73526
73527
  i8.Actions = cEe, i8.Title = uEe, i8.CustomContent = r8, i8.Content = r8, i8.Header = CEe, i8.Actions.displayName = "Dialog.Actions", i8.Title.displayName = "Dialog.Title", i8.Content.displayName = "Dialog.Content", i8.Header.displayName = "Dialog.Header";
73527
73528
  //#endregion
73528
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Snackbar/SnackbarAction.js
73529
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Snackbar/SnackbarAction.js
73529
73530
  var wEe = Y.div.withConfig({
73530
73531
  displayName: "SnackbarAction__StyledSnackbarAction",
73531
73532
  componentId: "sc-1v5mjvd-0"
@@ -73619,7 +73620,7 @@ var wEe = Y.div.withConfig({
73619
73620
  });
73620
73621
  o8.Action = TEe;
73621
73622
  //#endregion
73622
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Banner/Banner.tokens.js
73623
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Banner/Banner.tokens.js
73623
73624
  var IEe = /* @__PURE__ */ s({
73624
73625
  enabled: () => c8,
73625
73626
  info: () => KEe,
@@ -73737,7 +73738,7 @@ var IEe = /* @__PURE__ */ s({
73737
73738
  }), f8 = ZEe;
73738
73739
  f8.Icon = d8, f8.Message = $Ee, f8.Actions = tDe, f8.Icon.displayName = "Banner.Icon", f8.Message.displayName = "Banner.Message", f8.Actions.displayName = "Banner.Actions";
73739
73740
  //#endregion
73740
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Progress/Linear/LinearProgress.tokens.js
73741
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Progress/Linear/LinearProgress.tokens.js
73741
73742
  var { colors: { infographic: { primary__moss_green_13: { rgba: nDe }, primary__moss_green_100: { rgba: rDe } } } } = b1, p8 = {
73742
73743
  background: nDe,
73743
73744
  entities: { progress: { background: rDe } }
@@ -74081,7 +74082,7 @@ var { colors: { infographic: { primary__moss_green_13: { rgba: nDe }, primary__m
74081
74082
  });
74082
74083
  O8.displayName = "MenuItem";
74083
74084
  //#endregion
74084
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Menu/MenuSection.js
74085
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Menu/MenuSection.js
74085
74086
  var QDe = Y.div.attrs(() => ({ tabIndex: 0 })).withConfig({
74086
74087
  displayName: "MenuSection__Header",
74087
74088
  componentId: "sc-gfcbvg-0"
@@ -74202,7 +74203,7 @@ var tOe = /*#__PURE__*/ (0, M.forwardRef)(function({ addCloseMenuOnClickIndex: e
74202
74203
  open: t,
74203
74204
  onOpenChange: i,
74204
74205
  middleware: d
74205
- }), v = (0, M.useMemo)(() => w3(m.setFloating, c), [m.setFloating, c]);
74206
+ }), v = (0, M.useMemo)(() => w3((e) => m.setFloating(e), c), [m, c]);
74206
74207
  O3(() => {
74207
74208
  if (m.reference.current && m.floating.current && t) return yL(m.reference.current, m.floating.current, h);
74208
74209
  }, [
@@ -74245,7 +74246,7 @@ var tOe = /*#__PURE__*/ (0, M.forwardRef)(function({ addCloseMenuOnClickIndex: e
74245
74246
  });
74246
74247
  j8.Item = O8, j8.Section = k8, j8.Item.displayName = "Menu.Item", j8.Section.displayName = "Menu.Section";
74247
74248
  //#endregion
74248
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Input/Input.tokens.js
74249
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Input/Input.tokens.js
74249
74250
  var oOe = /* @__PURE__ */ s({
74250
74251
  error: () => G8,
74251
74252
  input: () => W8,
@@ -75153,7 +75154,7 @@ var EOe = /* @__PURE__ */ o(((e) => {
75153
75154
  });
75154
75155
  V5.displayName = "SliderInput";
75155
75156
  //#endregion
75156
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Slider/Slider.js
75157
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Slider/Slider.js
75157
75158
  var { entities: { track: H5, handle: U5, dot: W5, output: G5 } } = A5, fke = encodeURIComponent(H5.background), K5 = encodeURIComponent(H5.states.hover.background), q5 = MP(["background-image:url(\"data:image/svg+xml,<svg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'><rect x='0' y='11' fill='", "' width='100%' height='4' rx='2' /></svg>\");background-size:cover;background-repeat:no-repeat;"], fke), J5 = MP([
75158
75159
  "grid-column:1 / span 2;grid-row:2;height:",
75159
75160
  ";margin-bottom:",
@@ -75444,7 +75445,7 @@ var { entities: { track: H5, handle: U5, dot: W5, output: G5 } } = A5, fke = enc
75444
75445
  });
75445
75446
  t7.displayName = "SwitchSmall";
75446
75447
  //#endregion
75447
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/SwitchDefault.js
75448
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/SwitchDefault.js
75448
75449
  var yke = Y($5).withConfig({
75449
75450
  displayName: "SwitchDefault__Input",
75450
75451
  componentId: "sc-16ym5pn-0"
@@ -75488,7 +75489,7 @@ var yke = Y($5).withConfig({
75488
75489
  });
75489
75490
  n7.displayName = "SwitchDefault";
75490
75491
  //#endregion
75491
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/Switch.tokens.js
75492
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/Switch/Switch.tokens.js
75492
75493
  var { colors: { ui: { background__medium: { rgba: Ske } }, interactive: { primary__hover_alt: { rgba: r7 }, primary__hover: { rgba: i7 }, primary__selected_highlight: { rgba: Cke }, primary__resting: { rgba: a7 }, disabled__fill: { rgba: wke }, focus: { rgba: Tke }, icon_on_interactive_colors: { rgba: Eke } }, text: { static_icons__tertiary: { rgba: o7 } } }, typography: { navigation: { menu_title: Dke } }, clickbounds: s7, elevation: { raised: Oke }, spacings: { comfortable: { medium_small: kke } }, shape: { circle: c7, _modes: { compact: { icon_button: l7 } } }, interactions: { focused: { width: Ake } } } = b1, jke = {
75493
75494
  typography: Dke,
75494
75495
  height: c7.minHeight,
@@ -75604,7 +75605,7 @@ var { colors: { ui: { background__medium: { rgba: Ske } }, interactive: { primar
75604
75605
  });
75605
75606
  u7.displayName = "Switch";
75606
75607
  //#endregion
75607
- //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.1_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_bbc73ed4f6f37e06d8f018bae3e4c595/node_modules/@equinor/eds-core-react/dist/esm/components/InputWrapper/useInputField.js
75608
+ //#region ../../node_modules/.pnpm/@equinor+eds-core-react@2.6.2_react-dom@19.2.8_react@19.2.8__react@19.2.8_styled-compon_fcc5e0b8b1e5fffcee4a96ef43b9e8af/node_modules/@equinor/eds-core-react/dist/esm/components/InputWrapper/useInputField.js
75608
75609
  var Pke = ({ id: e, label: t, meta: n, helperText: r, helperIcon: i, variant: a, disabled: o, className: s, style: c }) => {
75609
75610
  let l = (0, M.useId)(), u = (0, M.useId)(), d = e ?? l, f = u, p = !!r, m = {
75610
75611
  className: s,
@@ -78643,7 +78644,7 @@ var b9 = {
78643
78644
  padding: var(--side-sheet-content-padding, 1rem);
78644
78645
  `, S9 = ({ children: e }) => (0, K.jsx)(nje, { children: e });
78645
78646
  //#endregion
78646
- //#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.8_r_8fd3d3eb1f7def2b13e6f8bf630a7ca3/node_modules/@equinor/fusion-react-side-sheet/dist/components/icon/FullscreenIcon.js
78647
+ //#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.2_react-dom@19.2.8_r_0c721266787491a963433c21d46048af/node_modules/@equinor/fusion-react-side-sheet/dist/components/icon/FullscreenIcon.js
78647
78648
  P6.add({
78648
78649
  fullscreen: jL,
78649
78650
  fullscreen_exit: kL
@@ -79253,7 +79254,7 @@ function V9(e, t = 0, n = []) {
79253
79254
  return M.Children.toArray(e).reduce((e, r, i) => (vje(r) ? e.push.apply(e, V9(r.props.children, t + 1, n.concat(r.key || i))) : (0, M.isValidElement)(r) ? e.push((0, M.cloneElement)(r, { key: n.concat(String(r.key)).join(".") })) : (typeof r == "string" || typeof r == "number" || typeof r == "bigint") && e.push(r), e), []);
79254
79255
  }
79255
79256
  //#endregion
79256
- //#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.1_react-dom@19.2.8_r_8fd3d3eb1f7def2b13e6f8bf630a7ca3/node_modules/@equinor/fusion-react-side-sheet/dist/components/SideSheet.js
79257
+ //#region ../../node_modules/.pnpm/@equinor+fusion-react-side-sheet@2.0.8_@equinor+eds-core-react@2.6.2_react-dom@19.2.8_r_0c721266787491a963433c21d46048af/node_modules/@equinor/fusion-react-side-sheet/dist/components/SideSheet.js
79257
79258
  var H9 = Y.div`
79258
79259
  display: flex;
79259
79260
  z-index: 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-dev-portal",
3
- "version": "11.0.6",
3
+ "version": "11.0.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "./dist/main.js",
@@ -48,44 +48,44 @@
48
48
  "vitest": "^4.1.0",
49
49
  "vitest-browser-react": "^2.2.0",
50
50
  "@equinor/fusion-framework": "8.1.2",
51
- "@equinor/fusion-framework-dev-server": "2.1.2",
52
- "@equinor/fusion-framework-app": "13.1.2",
51
+ "@equinor/fusion-framework-app": "13.1.3",
52
+ "@equinor/fusion-framework-dev-server": "2.1.3",
53
+ "@equinor/fusion-framework-module-analytics": "3.1.2",
54
+ "@equinor/fusion-framework-module-app": "8.1.2",
55
+ "@equinor/fusion-framework-module-bookmark": "4.1.2",
53
56
  "@equinor/fusion-framework-module-ag-grid": "37.1.1",
54
- "@equinor/fusion-framework-module-analytics": "3.1.1",
55
- "@equinor/fusion-framework-module-app": "8.1.1",
56
- "@equinor/fusion-framework-module-bookmark": "4.1.1",
57
57
  "@equinor/fusion-framework-module-context": "9.0.1",
58
58
  "@equinor/fusion-framework-module-feature-flag": "2.1.1",
59
- "@equinor/fusion-framework-module-navigation": "7.0.10",
60
59
  "@equinor/fusion-framework-module-services": "8.1.2",
60
+ "@equinor/fusion-framework-module-navigation": "7.0.10",
61
61
  "@equinor/fusion-framework-module-telemetry": "7.1.1",
62
+ "@equinor/fusion-framework-react-components-bookmark": "2.0.5",
62
63
  "@equinor/fusion-framework-plugin-context-navigation": "1.0.3",
63
64
  "@equinor/fusion-framework-react": "9.0.1",
64
- "@equinor/fusion-framework-react-components-bookmark": "2.0.5",
65
65
  "@equinor/fusion-framework-react-components-people-provider": "2.0.6",
66
+ "@equinor/fusion-query": "7.0.5",
66
67
  "@equinor/fusion-framework-react-module-bookmark": "7.0.1",
67
- "@equinor/fusion-framework-react-router": "2.4.2",
68
68
  "@equinor/fusion-observable": "9.2.2",
69
- "@equinor/fusion-query": "7.0.5"
69
+ "@equinor/fusion-framework-react-router": "2.4.4"
70
70
  },
71
71
  "peerDependencies": {
72
+ "@equinor/fusion-framework-app": "13.1.3",
72
73
  "@equinor/fusion-framework": "8.1.2",
73
- "@equinor/fusion-framework-app": "13.1.2",
74
+ "@equinor/fusion-framework-dev-server": "2.1.3",
74
75
  "@equinor/fusion-framework-module-ag-grid": "37.1.1",
75
- "@equinor/fusion-framework-module-analytics": "3.1.1",
76
- "@equinor/fusion-framework-dev-server": "2.1.2",
77
- "@equinor/fusion-framework-module-app": "8.1.1",
78
- "@equinor/fusion-framework-module-bookmark": "4.1.1",
79
- "@equinor/fusion-framework-module-feature-flag": "2.1.1",
76
+ "@equinor/fusion-framework-module-analytics": "3.1.2",
77
+ "@equinor/fusion-framework-module-app": "8.1.2",
78
+ "@equinor/fusion-framework-module-bookmark": "4.1.2",
80
79
  "@equinor/fusion-framework-module-context": "9.0.1",
80
+ "@equinor/fusion-framework-module-feature-flag": "2.1.1",
81
81
  "@equinor/fusion-framework-module-services": "8.1.2",
82
82
  "@equinor/fusion-framework-module-telemetry": "7.1.1",
83
83
  "@equinor/fusion-framework-plugin-context-navigation": "1.0.3",
84
- "@equinor/fusion-framework-module-navigation": "7.0.10",
84
+ "@equinor/fusion-framework-react": "9.0.1",
85
85
  "@equinor/fusion-framework-react-components-bookmark": "2.0.5",
86
- "@equinor/fusion-framework-react-module-bookmark": "7.0.1",
87
86
  "@equinor/fusion-framework-react-components-people-provider": "2.0.6",
88
- "@equinor/fusion-framework-react": "9.0.1",
87
+ "@equinor/fusion-framework-module-navigation": "7.0.10",
88
+ "@equinor/fusion-framework-react-module-bookmark": "7.0.1",
89
89
  "@equinor/fusion-query": "7.0.5",
90
90
  "@equinor/fusion-observable": "9.2.2"
91
91
  },