@genesislcap/foundation-layout 14.425.0 → 14.426.0
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/dist/dts/react.d.ts +4 -0
- package/package.json +15 -15
package/dist/dts/react.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export declare const FoundationLayoutItem: React.ForwardRefExoticComponent<
|
|
|
45
45
|
}
|
|
46
46
|
> & React.RefAttributes<FoundationLayoutItemWC>
|
|
47
47
|
>;
|
|
48
|
+
export type FoundationLayoutItemRef = FoundationLayoutItemWC;
|
|
48
49
|
|
|
49
50
|
export declare const FoundationLayout: React.ForwardRefExoticComponent<
|
|
50
51
|
React.PropsWithChildren<
|
|
@@ -57,6 +58,7 @@ export declare const FoundationLayout: React.ForwardRefExoticComponent<
|
|
|
57
58
|
}
|
|
58
59
|
> & React.RefAttributes<FoundationLayoutWC>
|
|
59
60
|
>;
|
|
61
|
+
export type FoundationLayoutRef = FoundationLayoutWC;
|
|
60
62
|
|
|
61
63
|
export declare const FoundationLayoutPopoutController: React.ForwardRefExoticComponent<
|
|
62
64
|
React.PropsWithChildren<
|
|
@@ -65,6 +67,7 @@ export declare const FoundationLayoutPopoutController: React.ForwardRefExoticCom
|
|
|
65
67
|
}
|
|
66
68
|
> & React.RefAttributes<FoundationLayoutPopoutControllerWC>
|
|
67
69
|
>;
|
|
70
|
+
export type FoundationLayoutPopoutControllerRef = FoundationLayoutPopoutControllerWC;
|
|
68
71
|
|
|
69
72
|
export declare const FoundationLayoutRegion: React.ForwardRefExoticComponent<
|
|
70
73
|
React.PropsWithChildren<
|
|
@@ -73,5 +76,6 @@ export declare const FoundationLayoutRegion: React.ForwardRefExoticComponent<
|
|
|
73
76
|
}
|
|
74
77
|
> & React.RefAttributes<FoundationLayoutRegionWC>
|
|
75
78
|
>;
|
|
79
|
+
export type FoundationLayoutRegionRef = FoundationLayoutRegionWC;
|
|
76
80
|
|
|
77
81
|
export {};
|
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.426.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.426.0",
|
|
42
|
+
"@genesislcap/genx": "14.426.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.426.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.426.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.426.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.426.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.426.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@genesis-community/golden-layout": "^2.11.0",
|
|
51
|
-
"@genesislcap/foundation-broadcast-channel": "14.
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-events": "14.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-broadcast-channel": "14.426.0",
|
|
52
|
+
"@genesislcap/foundation-comms": "14.426.0",
|
|
53
|
+
"@genesislcap/foundation-events": "14.426.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.426.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.426.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.426.0",
|
|
57
57
|
"@microsoft/fast-components": "2.30.6",
|
|
58
58
|
"@microsoft/fast-element": "1.14.0",
|
|
59
59
|
"@microsoft/fast-foundation": "2.50.0"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
69
|
"customElements": "dist/custom-elements.json",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "fdf222ae3a2e4b9ea03dea45e0f7207cc096ef40"
|
|
71
71
|
}
|