@genesislcap/foundation-layout 14.61.1 → 14.61.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -256,7 +256,7 @@ export class FoundationLayout extends FoundationElement {
|
|
256
256
|
const itemConfig = {
|
257
257
|
type: regionConveter(((_b = placement === null || placement === void 0 ? void 0 : placement.multiple) === null || _b === void 0 ? void 0 : _b.type) || 'tabs'),
|
258
258
|
content: childItems,
|
259
|
-
size: isSingleItem ?
|
259
|
+
size: isSingleItem ? configArray[0].size : (_c = placement === null || placement === void 0 ? void 0 : placement.multiple) === null || _c === void 0 ? void 0 : _c.size,
|
260
260
|
};
|
261
261
|
/**
|
262
262
|
* If no root is added (no items via declerative API) then
|
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.61.
|
4
|
+
"version": "14.61.2",
|
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.61.
|
28
|
-
"@genesislcap/genx": "14.61.
|
27
|
+
"@genesislcap/foundation-testing": "14.61.2",
|
28
|
+
"@genesislcap/genx": "14.61.2",
|
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.61.
|
34
|
-
"@genesislcap/foundation-utils": "14.61.
|
33
|
+
"@genesislcap/foundation-comms": "14.61.2",
|
34
|
+
"@genesislcap/foundation-utils": "14.61.2",
|
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": "0e19c24938b66072e9f5b464868cd8e51c8957a2"
|
50
50
|
}
|