@forge/react 11.13.2-next.1 → 11.14.0-next.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TGlobalExpandableMenuItem, TGlobalLinkMenuItem, TGlobalSidebar, TGlobalMain, GlobalProps } from '@atlaskit/forge-react-types';
|
|
1
|
+
import { TGlobalFlyOutMenuItem, TGlobalExpandableMenuItem, TGlobalLinkMenuItem, TGlobalSidebar, TGlobalMain, GlobalProps } from '@atlaskit/forge-react-types';
|
|
2
2
|
import { ForgeElement } from '../../types';
|
|
3
3
|
export declare const Global: {
|
|
4
4
|
(props: GlobalProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -6,5 +6,6 @@ export declare const Global: {
|
|
|
6
6
|
Sidebar: TGlobalSidebar<ForgeElement<Record<string, any>>>;
|
|
7
7
|
LinkMenuItem: TGlobalLinkMenuItem<ForgeElement<Record<string, any>>>;
|
|
8
8
|
ExpandableMenuItem: TGlobalExpandableMenuItem<ForgeElement<Record<string, any>>>;
|
|
9
|
+
FlyOutMenuItem: TGlobalFlyOutMenuItem<ForgeElement<Record<string, any>>>;
|
|
9
10
|
};
|
|
10
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,mBAAmB,EACnB,cAAc,EACd,WAAW,EAEX,WAAW,EACZ,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,eAAO,MAAM,MAAM;YAAW,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,yBAAyB,EACzB,mBAAmB,EACnB,cAAc,EACd,WAAW,EAEX,WAAW,EACZ,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI3C,eAAO,MAAM,MAAM;YAAW,WAAW;;;;;;CAExC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.14.0-next.2",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/adf-schema": "^48.0.0",
|
|
33
33
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
34
|
-
"@atlaskit/forge-react-types": "^0.
|
|
34
|
+
"@atlaskit/forge-react-types": "^0.65.0",
|
|
35
35
|
"@forge/bridge": "^5.14.2-next.2",
|
|
36
36
|
"@forge/egress": "^2.3.2-next.0",
|
|
37
37
|
"@forge/i18n": "0.0.7",
|