@atlaskit/forge-react-types 0.65.1 → 0.65.3

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
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.65.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`024c80d6caae2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/024c80d6caae2) -
8
+ <Global> TopNav now renders automatically and Create button moved to top level
9
+ - Updated dependencies
10
+
11
+ ## 0.65.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 0.65.1
4
18
 
5
19
  ### Patch Changes
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateButton
5
5
  *
6
- * @codegen <<SignedSource::525c8d7c3a97ee2f3beb4c9dfd20e205>>
6
+ * @codegen <<SignedSource::778344dd2f53083b44d9a500a53547bc>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::036971f69832edbd2150cec400d3d5da>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::0eaab1e478b405b93958134788305ee6>>
10
10
  */
11
11
  import type { GlobalCreateMenuItemProps } from './GlobalCreateMenuItemProps.codegen';
12
12
  export type GlobalCreateButtonProps = {
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateMenuItem
5
5
  *
6
- * @codegen <<SignedSource::697b6e80333ba2ef3d2f001ddef30218>>
6
+ * @codegen <<SignedSource::3b912ff7a92b85d1b37c9b7371066a12>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::00ca0dd4a15eda264dd3522562795033>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::ea07b98bbe5e33c969e04b10561963c6>>
10
10
  */
11
11
  export type GlobalCreateMenuItemProps = {
12
12
  /**
@@ -3,15 +3,15 @@
3
3
  *
4
4
  * Generated prop types for Global component - Global
5
5
  *
6
- * @codegen <<SignedSource::dc26650f5175c32e77801052e29ac77a>>
6
+ * @codegen <<SignedSource::9660b551dde5234db5e9336327d781e9>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::e8a1a673580436ef3edc94860819d332>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::cc7025dcd3e4d2c612afa798d2a9ec3f>>
10
10
  */
11
11
  import type React from 'react';
12
12
  export type GlobalProps = {
13
13
  /**
14
- * Accepts Global.Sidebar and Global.Main components as children.
14
+ * Accepts Global.CreateButton, Global.Sidebar and Global.Main components as children.
15
15
  */
16
16
  children?: React.ReactElement | React.ReactElement[];
17
17
  };
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalSidebar
5
5
  *
6
- * @codegen <<SignedSource::801b8c50439e535a59d02fc552de2ba6>>
6
+ * @codegen <<SignedSource::0e090e23bd8d4d637f6e235046d0754d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::cdeaedb1f8277703adc781e514cecf61>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::07a348093aa61c4311536f52784b52b2>>
10
10
  */
11
11
  import type React from 'react';
12
12
  export type GlobalSidebarProps = {
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateButton
5
5
  *
6
- * @codegen <<SignedSource::525c8d7c3a97ee2f3beb4c9dfd20e205>>
6
+ * @codegen <<SignedSource::778344dd2f53083b44d9a500a53547bc>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::036971f69832edbd2150cec400d3d5da>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::0eaab1e478b405b93958134788305ee6>>
10
10
  */
11
11
  import type { GlobalCreateMenuItemProps } from './GlobalCreateMenuItemProps.codegen';
12
12
  export type GlobalCreateButtonProps = {
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateMenuItem
5
5
  *
6
- * @codegen <<SignedSource::697b6e80333ba2ef3d2f001ddef30218>>
6
+ * @codegen <<SignedSource::3b912ff7a92b85d1b37c9b7371066a12>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::00ca0dd4a15eda264dd3522562795033>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::ea07b98bbe5e33c969e04b10561963c6>>
10
10
  */
11
11
  export type GlobalCreateMenuItemProps = {
12
12
  /**
@@ -3,15 +3,15 @@
3
3
  *
4
4
  * Generated prop types for Global component - Global
5
5
  *
6
- * @codegen <<SignedSource::dc26650f5175c32e77801052e29ac77a>>
6
+ * @codegen <<SignedSource::9660b551dde5234db5e9336327d781e9>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::e8a1a673580436ef3edc94860819d332>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::cc7025dcd3e4d2c612afa798d2a9ec3f>>
10
10
  */
11
11
  import type React from 'react';
12
12
  export type GlobalProps = {
13
13
  /**
14
- * Accepts Global.Sidebar and Global.Main components as children.
14
+ * Accepts Global.CreateButton, Global.Sidebar and Global.Main components as children.
15
15
  */
16
16
  children?: React.ReactElement | React.ReactElement[];
17
17
  };
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalSidebar
5
5
  *
6
- * @codegen <<SignedSource::801b8c50439e535a59d02fc552de2ba6>>
6
+ * @codegen <<SignedSource::0e090e23bd8d4d637f6e235046d0754d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::cdeaedb1f8277703adc781e514cecf61>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::07a348093aa61c4311536f52784b52b2>>
10
10
  */
11
11
  import type React from 'react';
12
12
  export type GlobalSidebarProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.65.1",
3
+ "version": "0.65.3",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,27 +25,27 @@
25
25
  "@atlaskit/comment": "^13.2.0",
26
26
  "@atlaskit/datetime-picker": "^17.5.0",
27
27
  "@atlaskit/dynamic-table": "^18.3.0",
28
- "@atlaskit/form": "^15.4.0",
28
+ "@atlaskit/form": "^15.5.0",
29
29
  "@atlaskit/inline-edit": "^15.6.0",
30
- "@atlaskit/modal-dialog": "^14.11.0",
31
- "@atlaskit/navigation-system": "^6.3.0",
30
+ "@atlaskit/modal-dialog": "^14.13.0",
31
+ "@atlaskit/navigation-system": "^7.1.0",
32
32
  "@atlaskit/object": "^1.0.0",
33
- "@atlaskit/popup": "^4.13.0",
34
- "@atlaskit/primitives": "^18.0.0",
33
+ "@atlaskit/popup": "^4.14.0",
34
+ "@atlaskit/primitives": "^18.1.0",
35
35
  "@atlaskit/progress-bar": "^4.1.0",
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.8.0",
39
+ "@atlaskit/select": "^21.9.0",
40
40
  "@atlaskit/spinner": "^19.0.0",
41
41
  "@atlaskit/tabs": "^19.0.0",
42
- "@atlaskit/tag": "^14.5.0",
42
+ "@atlaskit/tag": "^14.6.0",
43
43
  "@atlaskit/tag-group": "^12.0.0",
44
44
  "@atlaskit/textarea": "^8.2.0",
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.1.0",
48
+ "@atlaskit/tokens": "^11.4.0",
49
49
  "@atlaskit/tooltip": "^21.0.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.94.0",
59
+ "@atlassian/forge-ui": "^34.0.0",
60
60
  "@types/node": "^24.0.0",
61
61
  "lodash": "^4.17.21",
62
62
  "react": "^18.2.0",
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateButton
5
5
  *
6
- * @codegen <<SignedSource::525c8d7c3a97ee2f3beb4c9dfd20e205>>
6
+ * @codegen <<SignedSource::778344dd2f53083b44d9a500a53547bc>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::036971f69832edbd2150cec400d3d5da>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateButton.tsx <<SignedSource::0eaab1e478b405b93958134788305ee6>>
10
10
  */
11
11
  /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
12
12
 
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalCreateMenuItem
5
5
  *
6
- * @codegen <<SignedSource::697b6e80333ba2ef3d2f001ddef30218>>
6
+ * @codegen <<SignedSource::3b912ff7a92b85d1b37c9b7371066a12>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::00ca0dd4a15eda264dd3522562795033>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-CreateMenuItem.tsx <<SignedSource::ea07b98bbe5e33c969e04b10561963c6>>
10
10
  */
11
11
  /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
12
12
 
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - Global
5
5
  *
6
- * @codegen <<SignedSource::dc26650f5175c32e77801052e29ac77a>>
6
+ * @codegen <<SignedSource::9660b551dde5234db5e9336327d781e9>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::e8a1a673580436ef3edc94860819d332>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global.tsx <<SignedSource::cc7025dcd3e4d2c612afa798d2a9ec3f>>
10
10
  */
11
11
  /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
12
12
 
@@ -14,7 +14,7 @@ import type React from 'react';
14
14
 
15
15
  export type GlobalProps = {
16
16
  /**
17
- * Accepts Global.Sidebar and Global.Main components as children.
17
+ * Accepts Global.CreateButton, Global.Sidebar and Global.Main components as children.
18
18
  */
19
19
  children?: React.ReactElement | React.ReactElement[];
20
20
  };
@@ -3,10 +3,10 @@
3
3
  *
4
4
  * Generated prop types for Global component - GlobalSidebar
5
5
  *
6
- * @codegen <<SignedSource::801b8c50439e535a59d02fc552de2ba6>>
6
+ * @codegen <<SignedSource::0e090e23bd8d4d637f6e235046d0754d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
8
  * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::22a8bb81a36bca1a22c7a20a0fdb443f>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::cdeaedb1f8277703adc781e514cecf61>>
9
+ * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-Sidebar.tsx <<SignedSource::07a348093aa61c4311536f52784b52b2>>
10
10
  */
11
11
  /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
12
12
 
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
@@ -1,22 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- *
4
- * Generated prop types for Global component - GlobalTopNav
5
- *
6
- * @codegen <<SignedSource::64565679e27609fc36193c53b323a74e>>
7
- * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen-global
8
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/types/global-component-props.ts <<SignedSource::2ccc23190bef144d68a8a5a660fd90e2>>
9
- * @codegenDependency ../../../../../../../services/forge-common-app-gateway/src/components/global/Global-TopNav.tsx <<SignedSource::2a392eaee0835302737d0ceed5e51360>>
10
- */
11
- /* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
12
-
13
- import type React from 'react';
14
-
15
- export type GlobalTopNavProps = {
16
- /**
17
- * Reserved for future use.
18
- */
19
- children?: React.ReactNode;
20
- };
21
-
22
- export type TGlobalTopNav<T> = (props: GlobalTopNavProps) => T;