@atlaskit/forge-react-types 0.63.2 → 0.65.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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.65.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`88558df4c7482`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88558df4c7482) -
8
+ Exported FlyOutMenuItem
9
+
10
+ ## 0.64.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`74ca1750dd048`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74ca1750dd048) -
15
+ Added FlyOutMenuItem
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.63.2
4
22
 
5
23
  ### Patch Changes
@@ -3,4 +3,4 @@ export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, H
3
3
  export type { ChromelessEditorProps, CommentEditorProps, TChromelessEditor, TCommentEditor, } from './components/editor';
4
4
  export type { ChartColorTokens } from './types';
5
5
  export type { FrameProps } from './components/frame';
6
- export type { GlobalSidebarProps, TGlobalSidebar, GlobalLinkMenuItemProps, TGlobalLinkMenuItem, GlobalExpandableMenuItemProps, TGlobalExpandableMenuItem, GlobalProps, TGlobal, GlobalMainProps, TGlobalMain, } from './components/global/__generated__';
6
+ export type { GlobalSidebarProps, TGlobalSidebar, GlobalLinkMenuItemProps, TGlobalLinkMenuItem, GlobalExpandableMenuItemProps, TGlobalExpandableMenuItem, GlobalFlyOutMenuItemProps, TGlobalFlyOutMenuItem, GlobalProps, TGlobal, GlobalMainProps, TGlobalMain, } from './components/global/__generated__';
@@ -3,4 +3,4 @@ export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, H
3
3
  export type { ChromelessEditorProps, CommentEditorProps, TChromelessEditor, TCommentEditor, } from './components/editor';
4
4
  export type { ChartColorTokens } from './types';
5
5
  export type { FrameProps } from './components/frame';
6
- export type { GlobalSidebarProps, TGlobalSidebar, GlobalLinkMenuItemProps, TGlobalLinkMenuItem, GlobalExpandableMenuItemProps, TGlobalExpandableMenuItem, GlobalProps, TGlobal, GlobalMainProps, TGlobalMain, } from './components/global/__generated__';
6
+ export type { GlobalSidebarProps, TGlobalSidebar, GlobalLinkMenuItemProps, TGlobalLinkMenuItem, GlobalExpandableMenuItemProps, TGlobalExpandableMenuItem, GlobalFlyOutMenuItemProps, TGlobalFlyOutMenuItem, GlobalProps, TGlobal, GlobalMainProps, TGlobalMain, } from './components/global/__generated__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.63.2",
3
+ "version": "0.65.0",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,7 +28,7 @@
28
28
  "@atlaskit/form": "^15.4.0",
29
29
  "@atlaskit/inline-edit": "^15.6.0",
30
30
  "@atlaskit/modal-dialog": "^14.11.0",
31
- "@atlaskit/navigation-system": "^6.0.0",
31
+ "@atlaskit/navigation-system": "^6.3.0",
32
32
  "@atlaskit/object": "^1.0.0",
33
33
  "@atlaskit/popup": "^4.13.0",
34
34
  "@atlaskit/primitives": "^18.0.0",
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/progress-tracker": "^10.5.0",
37
37
  "@atlaskit/radio": "^8.4.0",
38
38
  "@atlaskit/section-message": "^8.12.0",
39
- "@atlaskit/select": "^21.7.0",
39
+ "@atlaskit/select": "^21.8.0",
40
40
  "@atlaskit/spinner": "^19.0.0",
41
41
  "@atlaskit/tabs": "^18.3.0",
42
42
  "@atlaskit/tag": "^14.5.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/textfield": "^8.2.0",
46
46
  "@atlaskit/tile": "^1.0.0",
47
47
  "@atlaskit/toggle": "^15.2.0",
48
- "@atlaskit/tokens": "^11.0.0",
48
+ "@atlaskit/tokens": "^11.1.0",
49
49
  "@atlaskit/tooltip": "^20.14.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@atlassian/codegen": "^0.1.0",
59
- "@atlassian/forge-ui": "^32.90.0",
59
+ "@atlassian/forge-ui": "^32.93.0",
60
60
  "@types/node": "^24.0.0",
61
61
  "lodash": "^4.17.21",
62
62
  "react": "^18.2.0",
package/src/index.ts CHANGED
@@ -170,6 +170,8 @@ export type {
170
170
  TGlobalLinkMenuItem,
171
171
  GlobalExpandableMenuItemProps,
172
172
  TGlobalExpandableMenuItem,
173
+ GlobalFlyOutMenuItemProps,
174
+ TGlobalFlyOutMenuItem,
173
175
  GlobalProps,
174
176
  TGlobal,
175
177
  GlobalMainProps,