@genesislcap/foundation-layout 14.21.0 → 14.22.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ export { layoutStyles } from '../styles';
|
|
7
7
|
* Top level web component which is used to initialise a custom layout
|
8
8
|
* @remarks
|
9
9
|
* Can be used in a composition to customise the styles of the layout.
|
10
|
-
* @tagname %%prefix%%-layout
|
10
|
+
* @tagname %%prefix%%-layout
|
11
11
|
*/
|
12
12
|
export declare class FoundationLayout extends FoundationElement implements LayoutComponent {
|
13
13
|
private layout;
|
@@ -22,7 +22,7 @@ let appliedGlobalStyles = false;
|
|
22
22
|
* Top level web component which is used to initialise a custom layout
|
23
23
|
* @remarks
|
24
24
|
* Can be used in a composition to customise the styles of the layout.
|
25
|
-
* @tagname %%prefix%%-layout
|
25
|
+
* @tagname %%prefix%%-layout
|
26
26
|
*/
|
27
27
|
export class FoundationLayout extends FoundationElement {
|
28
28
|
/** @internal */
|
@@ -208,7 +208,7 @@
|
|
208
208
|
{
|
209
209
|
"kind": "Class",
|
210
210
|
"canonicalReference": "@genesislcap/foundation-layout!FoundationLayout:class",
|
211
|
-
"docComment": "/**\n * Top level web component which is used to initialise a custom layout\n *\n * @remarks\n *\n * Can be used in a composition to customise the styles of the layout.\n *\n * The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `FoundationLayout` class.\n *\n * @tagname\n *\n * %%prefix%%-layout
|
211
|
+
"docComment": "/**\n * Top level web component which is used to initialise a custom layout\n *\n * @remarks\n *\n * Can be used in a composition to customise the styles of the layout.\n *\n * The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `FoundationLayout` class.\n *\n * @tagname\n *\n * %%prefix%%-layout\n *\n * @public\n */\n",
|
212
212
|
"excerptTokens": [
|
213
213
|
{
|
214
214
|
"kind": "Content",
|
@@ -30,7 +30,7 @@ export declare const DEFAULT_RELOAD_BUFFER = 500;
|
|
30
30
|
* Top level web component which is used to initialise a custom layout
|
31
31
|
* @remarks
|
32
32
|
* Can be used in a composition to customise the styles of the layout.
|
33
|
-
* @tagname %%prefix%%-layout
|
33
|
+
* @tagname %%prefix%%-layout
|
34
34
|
*/
|
35
35
|
export declare class FoundationLayout extends FoundationElement implements LayoutComponent {
|
36
36
|
private layout;
|
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.
|
4
|
+
"version": "14.22.1",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
41
|
-
"@genesislcap/foundation-testing": "^14.
|
42
|
-
"@genesislcap/genx": "^14.
|
41
|
+
"@genesislcap/foundation-testing": "^14.22.1",
|
42
|
+
"@genesislcap/genx": "^14.22.1",
|
43
43
|
"@module-federation/dashboard-plugin": "2.3.0",
|
44
44
|
"@pixability-ui/federated-types": "^0.2.0",
|
45
45
|
"@playwright/test": "^1.18.1",
|
@@ -78,8 +78,8 @@
|
|
78
78
|
},
|
79
79
|
"dependencies": {
|
80
80
|
"@genesis-community/golden-layout": "^2.9.3",
|
81
|
-
"@genesislcap/foundation-comms": "^14.
|
82
|
-
"@genesislcap/foundation-utils": "^14.
|
81
|
+
"@genesislcap/foundation-comms": "^14.22.1",
|
82
|
+
"@genesislcap/foundation-utils": "^14.22.1",
|
83
83
|
"@microsoft/fast-components": "^2.21.3",
|
84
84
|
"@microsoft/fast-element": "^1.7.0",
|
85
85
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"access": "public"
|
91
91
|
},
|
92
92
|
"customElements": "dist/custom-elements.json",
|
93
|
-
"gitHead": "
|
93
|
+
"gitHead": "92229d8fa1d4a867a0fb888e541e0a5ea258436e"
|
94
94
|
}
|