@genesislcap/foundation-layout 14.62.0 → 14.62.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
@@ -95,7 +95,7 @@ The higher the value is, the more performant the component is - but the first lo
|
|
95
95
|
- **auto-save-key** : optional string which if set, will enable autosaving the layout under this key in local
|
96
96
|
storage. See [here](#autosaving-layout) for more.
|
97
97
|
|
98
|
-
|
98
|
+
:::tip
|
99
99
|
This only applies for usage with the declarative HTML API. When the layout first loads after this amount of time,
|
100
100
|
it emits an [event](#event).
|
101
101
|
:::
|
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.62.
|
4
|
+
"version": "14.62.1",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
"test:debug": "genx test --debug"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@genesislcap/foundation-testing": "14.62.
|
28
|
-
"@genesislcap/genx": "14.62.
|
27
|
+
"@genesislcap/foundation-testing": "14.62.1",
|
28
|
+
"@genesislcap/genx": "14.62.1",
|
29
29
|
"rimraf": "^3.0.2"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@genesis-community/golden-layout": "^2.9.3",
|
33
|
-
"@genesislcap/foundation-comms": "14.62.
|
34
|
-
"@genesislcap/foundation-utils": "14.62.
|
33
|
+
"@genesislcap/foundation-comms": "14.62.1",
|
34
|
+
"@genesislcap/foundation-utils": "14.62.1",
|
35
35
|
"@microsoft/fast-components": "^2.21.3",
|
36
36
|
"@microsoft/fast-element": "^1.7.0",
|
37
37
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"access": "public"
|
47
47
|
},
|
48
48
|
"customElements": "dist/custom-elements.json",
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "07db799664062919182c7c29fefab54b9c94fcfe"
|
50
50
|
}
|