@genesislcap/foundation-layout 14.12.1 → 14.12.2

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.
@@ -304,12 +304,12 @@ export class FoundationLayout extends FoundationElement {
304
304
  this.reloadPending = true;
305
305
  setTimeout(() => {
306
306
  this.reloadPending = false;
307
- this.loadGLConfigAndSetup(this.layoutConfig);
308
307
  if (!this.hasFirstLoaded) {
309
308
  this.$emit(LayoutEmitEvents.firstLoaded);
310
309
  this.hasFirstLoaded = true;
311
310
  this.tryLoadLayoutFromLocalStorage();
312
311
  }
312
+ this.loadGLConfigAndSetup(this.layoutConfig);
313
313
  }, this.reloadBuffer);
314
314
  }
315
315
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.12.1",
4
+ "version": "14.12.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -37,7 +37,7 @@
37
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/foundation-testing": "^14.12.1",
40
+ "@genesislcap/foundation-testing": "^14.12.2",
41
41
  "@module-federation/dashboard-plugin": "2.3.0",
42
42
  "@pixability-ui/federated-types": "^0.2.0",
43
43
  "@playwright/test": "^1.18.1",
@@ -77,8 +77,8 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@genesis-community/golden-layout": "^2.9.3",
80
- "@genesislcap/foundation-comms": "^14.12.1",
81
- "@genesislcap/foundation-utils": "^14.12.1",
80
+ "@genesislcap/foundation-comms": "^14.12.2",
81
+ "@genesislcap/foundation-utils": "^14.12.2",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
84
84
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "474bac262846a0ffbfdd417569d34a223a6d795a"
91
+ "gitHead": "cbd0a8fd35372ecfc6c35c191824374c1919f07a"
92
92
  }