@forge/react 11.13.2-next.0 → 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,5 +1,19 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.14.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - de34da8: Added FlyOutMenuItem type for Global component
8
+
9
+ ## 11.13.2-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [d33a44e]
14
+ - @forge/egress@2.3.2-next.0
15
+ - @forge/bridge@5.14.2-next.2
16
+
3
17
  ## 11.13.2-next.0
4
18
 
5
19
  ### Patch Changes
@@ -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;;;;;CAExC,CAAC"}
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"}
@@ -11,3 +11,4 @@ exports.Global.Main = 'Global.Main';
11
11
  exports.Global.Sidebar = 'Global.Sidebar';
12
12
  exports.Global.LinkMenuItem = 'Global.LinkMenuItem';
13
13
  exports.Global.ExpandableMenuItem = 'Global.ExpandableMenuItem';
14
+ exports.Global.FlyOutMenuItem = 'Global.FlyOutMenuItem';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.13.2-next.0",
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,9 +31,9 @@
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.62.0",
35
- "@forge/bridge": "^5.14.2-next.0",
36
- "@forge/egress": "^2.3.1",
34
+ "@atlaskit/forge-react-types": "^0.65.0",
35
+ "@forge/bridge": "^5.14.2-next.2",
36
+ "@forge/egress": "^2.3.2-next.0",
37
37
  "@forge/i18n": "0.0.7",
38
38
  "@types/react": "^18.2.64",
39
39
  "@types/react-reconciler": "^0.28.8",