@equinor/fusion-framework-dev-portal 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @equinor/fusion-framework-dev-portal
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @equinor/fusion-framework-dev-server@2.0.13
8
+
3
9
  ## 7.0.0
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -43936,32 +43936,32 @@ var Gie = ({ ref: e }) => {
43936
43936
  };
43937
43937
  })))()), Yie = (...e) => (t) => t.pipe(Sr(...e)), Xie = (...e) => (t) => t.pipe(tr(...e)), Zie = (...e) => (t) => t.pipe(Ur(...e)), iA = (e) => e.pipe(P((e) => e.value)), Qie = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;
43938
43938
  //#endregion
43939
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/validate.js
43939
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/validate.js
43940
43940
  function $ie(e) {
43941
43941
  return typeof e == "string" && Qie.test(e);
43942
43942
  }
43943
43943
  //#endregion
43944
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/parse.js
43944
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/parse.js
43945
43945
  function aA(e) {
43946
43946
  if (!$ie(e)) throw TypeError("Invalid UUID");
43947
43947
  let t;
43948
43948
  return Uint8Array.of((t = parseInt(e.slice(0, 8), 16)) >>> 24, t >>> 16 & 255, t >>> 8 & 255, t & 255, (t = parseInt(e.slice(9, 13), 16)) >>> 8, t & 255, (t = parseInt(e.slice(14, 18), 16)) >>> 8, t & 255, (t = parseInt(e.slice(19, 23), 16)) >>> 8, t & 255, (t = parseInt(e.slice(24, 36), 16)) / 1099511627776 & 255, t / 4294967296 & 255, t >>> 24 & 255, t >>> 16 & 255, t >>> 8 & 255, t & 255);
43949
43949
  }
43950
43950
  //#endregion
43951
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/stringify.js
43951
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/stringify.js
43952
43952
  var oA = [];
43953
43953
  for (let e = 0; e < 256; ++e) oA.push((e + 256).toString(16).slice(1));
43954
43954
  function sA(e, t = 0) {
43955
43955
  return (oA[e[t + 0]] + oA[e[t + 1]] + oA[e[t + 2]] + oA[e[t + 3]] + "-" + oA[e[t + 4]] + oA[e[t + 5]] + "-" + oA[e[t + 6]] + oA[e[t + 7]] + "-" + oA[e[t + 8]] + oA[e[t + 9]] + "-" + oA[e[t + 10]] + oA[e[t + 11]] + oA[e[t + 12]] + oA[e[t + 13]] + oA[e[t + 14]] + oA[e[t + 15]]).toLowerCase();
43956
43956
  }
43957
43957
  //#endregion
43958
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/rng.js
43958
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/rng.js
43959
43959
  var eae = new Uint8Array(16);
43960
43960
  function cA() {
43961
43961
  return crypto.getRandomValues(eae);
43962
43962
  }
43963
43963
  //#endregion
43964
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/v35.js
43964
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/v35.js
43965
43965
  function tae(e) {
43966
43966
  e = unescape(encodeURIComponent(e));
43967
43967
  let t = new Uint8Array(e.length);
@@ -43981,7 +43981,7 @@ function iae(e, t, n, r, i, a) {
43981
43981
  return sA(c);
43982
43982
  }
43983
43983
  //#endregion
43984
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/v4.js
43984
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/v4.js
43985
43985
  function lA(e, t, n) {
43986
43986
  return !t && !e && crypto.randomUUID ? crypto.randomUUID() : aae(e, t, n);
43987
43987
  }
@@ -43997,7 +43997,7 @@ function aae(e, t, n) {
43997
43997
  return sA(r);
43998
43998
  }
43999
43999
  //#endregion
44000
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/sha1.js
44000
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/sha1.js
44001
44001
  function oae(e, t, n, r) {
44002
44002
  switch (e) {
44003
44003
  case 0: return t & n ^ ~t & r;
@@ -44044,13 +44044,13 @@ function sae(e) {
44044
44044
  return Uint8Array.of(n[0] >> 24, n[0] >> 16, n[0] >> 8, n[0], n[1] >> 24, n[1] >> 16, n[1] >> 8, n[1], n[2] >> 24, n[2] >> 16, n[2] >> 8, n[2], n[3] >> 24, n[3] >> 16, n[3] >> 8, n[3], n[4] >> 24, n[4] >> 16, n[4] >> 8, n[4]);
44045
44045
  }
44046
44046
  //#endregion
44047
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/v5.js
44047
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/v5.js
44048
44048
  function dA(e, t, n, r) {
44049
44049
  return iae(80, sae, e, t, n, r);
44050
44050
  }
44051
44051
  dA.DNS = nae, dA.URL = rae;
44052
44052
  //#endregion
44053
- //#region ../../node_modules/.pnpm/uuid@14.0.0/node_modules/uuid/dist/v7.js
44053
+ //#region ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist/v7.js
44054
44054
  var fA = {};
44055
44055
  function cae(e, t, n) {
44056
44056
  let r;
@@ -57169,7 +57169,7 @@ var tJ = /* @__PURE__ */ s({
57169
57169
  }), nJ = "fwc-icon", rJ = class extends eJ {};
57170
57170
  rJ = j([dF(nJ)], rJ);
57171
57171
  //#endregion
57172
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/avatar/element.css.js
57172
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/avatar/element.css.js
57173
57173
  var iJ = _F`
57174
57174
  :host {
57175
57175
  --fwc-avatar-size: 3.5rem;
@@ -58813,7 +58813,7 @@ HY.styles = [cJ, Ahe], j([Q({ type: String })], HY.prototype, "href", void 0), j
58813
58813
  var jhe = "fwc-icon-button", UY = class extends HY {};
58814
58814
  UY = j([dF(jhe)], UY);
58815
58815
  //#endregion
58816
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/style.css.js
58816
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/style.css.js
58817
58817
  var WY = _F`
58818
58818
  :host {
58819
58819
  font-family: ${X(q.typography.paragraph.body_short.getVariable("fontFamily"))};
@@ -59260,7 +59260,7 @@ var tX = class e extends YY {
59260
59260
  };
59261
59261
  tX.eventName = "request-resolve-person-resolve";
59262
59262
  //#endregion
59263
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/tasks/person-detail-task.js
59263
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/tasks/person-detail-task.js
59264
59264
  var Ihe = class extends JY {
59265
59265
  constructor(e) {
59266
59266
  super(e, ([t, n, r], i) => {
@@ -59357,7 +59357,7 @@ nX.styles = [_F`
59357
59357
  }
59358
59358
  `], j([Q({ type: Object })], nX.prototype, "dataSource", void 0), nX = j([dF("fwc-person-card-manager")], nX);
59359
59359
  //#endregion
59360
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/card/element.additional-info.js
59360
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/card/element.additional-info.js
59361
59361
  var rX = class extends dI {
59362
59362
  constructor() {
59363
59363
  super(...arguments), this.tasks = { details: new Ihe(this) };
@@ -59450,7 +59450,7 @@ var Bhe = class {
59450
59450
  };
59451
59451
  j([Q({ type: String })], iX.prototype, "azureId", void 0), j([Q({ type: String })], iX.prototype, "upn", void 0), j([Q({ type: String })], iX.prototype, "resolveId", void 0), j([Q({ type: Object })], iX.prototype, "dataSource", void 0), j([gI()], iX.prototype, "resolveIds", void 0), j([gI()], iX.prototype, "intersected", void 0);
59452
59452
  //#endregion
59453
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/card/element.js
59453
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/card/element.js
59454
59454
  var aX = class extends iX {
59455
59455
  constructor() {
59456
59456
  super(...arguments), this.shadow = !0, this.size = "medium", this.maxWidth = 250, this.contentHeight = 150, this.showExtraContactInfo = !1, this.copyToClipboard = (e) => {
@@ -59745,11 +59745,11 @@ aX.styles = Mhe, j([Q({ type: Boolean })], aX.prototype, "shadow", void 0), j([Q
59745
59745
  reflect: !0
59746
59746
  })], aX.prototype, "contentHeight", void 0), j([gI()], aX.prototype, "showExtraContactInfo", void 0);
59747
59747
  //#endregion
59748
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/card/index.js
59748
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/card/index.js
59749
59749
  var Vhe = "fwc-person-card", oX = class extends aX {};
59750
59750
  oX = j([dF(Vhe)], oX);
59751
59751
  //#endregion
59752
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/avatar/element.js
59752
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/avatar/element.js
59753
59753
  var sX = (e) => {
59754
59754
  cX.openedPersonAvatars.forEach((t) => {
59755
59755
  t !== e.target && cX.hideFloating(t);
@@ -59912,7 +59912,7 @@ cX.styles = [iJ], cX.openedPersonAvatars = [], j([Q({
59912
59912
  reflect: !0
59913
59913
  })], cX.prototype, "trigger", void 0), j([Q({ type: Boolean })], cX.prototype, "disabled", void 0), j([Q({ type: Boolean })], cX.prototype, "showLetter", void 0), j([gI()], cX.prototype, "isFloatingOpen", void 0), j([vI("#floating")], cX.prototype, "floating", void 0), j([vI("#root")], cX.prototype, "root", void 0);
59914
59914
  //#endregion
59915
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/types.js
59915
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/types.js
59916
59916
  var Hhe;
59917
59917
  (function(e) {
59918
59918
  e.XSmall = "x-small", e.Small = "small", e.Medium = "medium", e.Large = "large";
@@ -59926,11 +59926,11 @@ var Whe;
59926
59926
  e.Available = "Available", e.AvailableIdle = "AvailableIdle", e.Away = "Away", e.BeRightBack = "BeRightBack", e.Busy = "Busy", e.BusyIdle = "BusyIdle", e.DoNotDisturb = "DoNotDisturb", e.Offline = "Offline", e.Pending = "Pending", e.Error = "Error";
59927
59927
  })(Whe ||= {});
59928
59928
  //#endregion
59929
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/avatar/index.js
59929
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/avatar/index.js
59930
59930
  var Ghe = "fwc-person-avatar", lX = class extends cX {};
59931
59931
  lX = j([dF(Ghe)], lX);
59932
59932
  //#endregion
59933
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/list-item/element.css.js
59933
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/list-item/element.css.js
59934
59934
  var Khe = _F`
59935
59935
  :host {
59936
59936
  --fwc-avatar-size: 2.5rem;
@@ -60074,7 +60074,7 @@ uX.styles = [Khe, WY], j([Q({
60074
60074
  reflect: !0
60075
60075
  })], uX.prototype, "clickable", void 0);
60076
60076
  //#endregion
60077
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/list-item/index.js
60077
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/list-item/index.js
60078
60078
  var qhe = "fwc-person-list-item", dX = class extends uX {};
60079
60079
  dX = j([dF(qhe)], dX);
60080
60080
  //#endregion
@@ -60133,7 +60133,6 @@ var pX = xI(fX), Jhe = _F`
60133
60133
  display: flex;
60134
60134
  flex-direction: column;
60135
60135
  justify-content: center;
60136
- padding-bottom: 4px;
60137
60136
  }
60138
60137
  .person-cell__content-gap {
60139
60138
  row-gap: ${X(q.spacing.comfortable.x_small.getVariable("padding"))};
@@ -60231,11 +60230,11 @@ mX.styles = [Jhe, WY], j([Q({ type: Function })], mX.prototype, "heading", void
60231
60230
  }
60232
60231
  })], mX.prototype, "showAvatar", void 0);
60233
60232
  //#endregion
60234
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/table-cell/index.js
60233
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/table-cell/index.js
60235
60234
  var Yhe = "fwc-person-table-cell", hX = class extends mX {};
60236
60235
  hX = j([dF(Yhe)], hX);
60237
60236
  //#endregion
60238
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/provider/controller.js
60237
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/provider/controller.js
60239
60238
  var gX, _X, vX, Xhe = {
60240
60239
  [QY.eventName]: "getDetails",
60241
60240
  [ZY.eventName]: "getInfo",
@@ -60273,7 +60272,7 @@ var gX, _X, vX, Xhe = {
60273
60272
  };
60274
60273
  gX = /* @__PURE__ */ new WeakMap(), _X = /* @__PURE__ */ new WeakMap(), vX = /* @__PURE__ */ new WeakMap();
60275
60274
  //#endregion
60276
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/provider/element.js
60275
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/provider/element.js
60277
60276
  var tge = class extends dI {
60278
60277
  constructor() {
60279
60278
  super(), this.resolver = void 0, new ege(this);
@@ -61564,7 +61563,7 @@ j([Q({ type: String })], XX.prototype, "variant", void 0), j([Q({ type: String }
61564
61563
  var Nge = "fwc-textinput", ZX = class extends XX {};
61565
61564
  ZX = j([dF(Nge)], ZX);
61566
61565
  //#endregion
61567
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/select/element.css.js
61566
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/select/element.css.js
61568
61567
  var Pge = _F`
61569
61568
  :host {
61570
61569
  position: relative;
@@ -63165,7 +63164,7 @@ jZ = j([dF(s_e)], jZ);
63165
63164
  var c_e = "fwc-list", MZ = class extends vZ {};
63166
63165
  MZ = j([dF(c_e)], MZ);
63167
63166
  //#endregion
63168
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/select/element.js
63167
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/select/element.js
63169
63168
  var NZ = class extends dI {
63170
63169
  constructor() {
63171
63170
  super(...arguments), this.label = "", this.placeholder = "", this.variant = "page", this.leadingIcon = "search", this.trailingIcon = "close", this.meta = "", this.value = "", this.graphic = "", this.initialText = "Start typing to search", this.multiple = !1, this.dropdownHeight = "250px", this.disabled = !1, this.search = "", this.selectedPerson = void 0, this.autofocus = !1, this.tasks = {
@@ -63307,7 +63306,7 @@ NZ.styles = Fge, j([Q()], NZ.prototype, "label", void 0), j([Q()], NZ.prototype,
63307
63306
  }
63308
63307
  })], NZ.prototype, "selectedPerson", void 0), j([Q()], NZ.prototype, "autofocus", void 0), j([vI("fwc-textinput")], NZ.prototype, "textInputElement", void 0), j([vI("fwc-list")], NZ.prototype, "listElement", void 0), j([vde("fwc-list-item:not([disabled])")], NZ.prototype, "listItems", void 0);
63309
63308
  //#endregion
63310
- //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.4/node_modules/@equinor/fusion-wc-person/lib/components/select/index.js
63309
+ //#region ../../node_modules/.pnpm/@equinor+fusion-wc-person@3.5.5/node_modules/@equinor/fusion-wc-person/lib/components/select/index.js
63311
63310
  var l_e = "fwc-person-select", PZ = class extends NZ {};
63312
63311
  PZ = j([dF(l_e)], PZ);
63313
63312
  //#endregion
@@ -72172,7 +72171,7 @@ var ESe = () => {
72172
72171
  if (t) return Promise.resolve(t(e));
72173
72172
  }
72174
72173
  });
72175
- }, jSe = "7.0.0", MSe = async (e) => {
72174
+ }, jSe = "7.0.1", MSe = async (e) => {
72176
72175
  Hx(e, {
72177
72176
  attachConfiguratorEvents: !0,
72178
72177
  configure: (e, t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-dev-portal",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "module": "./dist/main.js",
@@ -37,45 +37,45 @@
37
37
  "tsx": "^4.19.3",
38
38
  "typescript": "^6.0.3",
39
39
  "vite": "^8.0.0",
40
- "@equinor/fusion-framework-app": "11.0.9",
41
40
  "@equinor/fusion-framework": "8.0.9",
42
- "@equinor/fusion-framework-dev-server": "2.0.12",
43
- "@equinor/fusion-framework-module-analytics": "3.0.0",
41
+ "@equinor/fusion-framework-dev-server": "2.0.13",
44
42
  "@equinor/fusion-framework-module-ag-grid": "36.0.1",
45
- "@equinor/fusion-framework-module-bookmark": "4.0.2",
43
+ "@equinor/fusion-framework-app": "11.0.9",
44
+ "@equinor/fusion-framework-module-analytics": "3.0.0",
46
45
  "@equinor/fusion-framework-module-app": "8.0.2",
47
- "@equinor/fusion-framework-module-navigation": "7.0.4",
48
46
  "@equinor/fusion-framework-module-context": "8.0.0",
47
+ "@equinor/fusion-framework-module-bookmark": "4.0.2",
49
48
  "@equinor/fusion-framework-module-feature-flag": "2.0.1",
50
49
  "@equinor/fusion-framework-module-services": "8.0.1",
50
+ "@equinor/fusion-framework-module-navigation": "7.0.4",
51
51
  "@equinor/fusion-framework-react": "8.0.0",
52
- "@equinor/fusion-framework-module-telemetry": "7.0.0",
53
52
  "@equinor/fusion-framework-react-components-bookmark": "2.0.1",
54
53
  "@equinor/fusion-framework-react-components-people-provider": "2.0.2",
55
54
  "@equinor/fusion-framework-react-router": "2.2.0",
55
+ "@equinor/fusion-framework-react-module-bookmark": "6.0.0",
56
56
  "@equinor/fusion-observable": "9.1.0",
57
- "@equinor/fusion-query": "7.0.1",
58
- "@equinor/fusion-framework-react-module-bookmark": "6.0.0"
57
+ "@equinor/fusion-framework-module-telemetry": "7.0.0",
58
+ "@equinor/fusion-query": "7.0.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@equinor/fusion-framework": "8.0.9",
62
61
  "@equinor/fusion-framework-app": "11.0.9",
63
- "@equinor/fusion-framework-dev-server": "2.0.12",
64
- "@equinor/fusion-framework-module-app": "8.0.2",
65
- "@equinor/fusion-framework-module-ag-grid": "36.0.1",
62
+ "@equinor/fusion-framework-dev-server": "2.0.13",
66
63
  "@equinor/fusion-framework-module-analytics": "3.0.0",
64
+ "@equinor/fusion-framework": "8.0.9",
65
+ "@equinor/fusion-framework-module-app": "8.0.2",
67
66
  "@equinor/fusion-framework-module-bookmark": "4.0.2",
67
+ "@equinor/fusion-framework-module-ag-grid": "36.0.1",
68
68
  "@equinor/fusion-framework-module-context": "8.0.0",
69
69
  "@equinor/fusion-framework-module-feature-flag": "2.0.1",
70
70
  "@equinor/fusion-framework-module-navigation": "7.0.4",
71
- "@equinor/fusion-framework-module-services": "8.0.1",
72
71
  "@equinor/fusion-framework-module-telemetry": "7.0.0",
72
+ "@equinor/fusion-framework-module-services": "8.0.1",
73
73
  "@equinor/fusion-framework-react": "8.0.0",
74
74
  "@equinor/fusion-framework-react-components-bookmark": "2.0.1",
75
75
  "@equinor/fusion-framework-react-components-people-provider": "2.0.2",
76
+ "@equinor/fusion-framework-react-module-bookmark": "6.0.0",
76
77
  "@equinor/fusion-observable": "9.1.0",
77
- "@equinor/fusion-query": "7.0.1",
78
- "@equinor/fusion-framework-react-module-bookmark": "6.0.0"
78
+ "@equinor/fusion-query": "7.0.1"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@equinor/fusion-framework": {
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '7.0.0';
2
+ export const version = '7.0.1';