@atlaskit/forge-react-types 0.42.4 → 0.42.5
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,14 @@
|
|
|
1
1
|
# @atlaskit/forge-react-types
|
|
2
2
|
|
|
3
|
+
## 0.42.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#181844](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181844)
|
|
8
|
+
[`96c8f11408c6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/96c8f11408c6e) -
|
|
9
|
+
Remove @atlaskit/renderer dependency from @atlaskit/forge-react-types
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 0.42.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -3,20 +3,19 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - AdfRendererProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::40da0a9685347169dc754cca2d5a3fd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::c45edd7c2018b7b260630f851183f623>>
|
|
9
9
|
*/
|
|
10
|
-
import { type RendererProps } from '@atlaskit/renderer';
|
|
11
10
|
import type { DocNode } from '@atlaskit/adf-schema';
|
|
12
|
-
export type AdfRendererProps =
|
|
11
|
+
export type AdfRendererProps = {
|
|
13
12
|
/**
|
|
14
13
|
* An ADF document to render
|
|
15
14
|
*
|
|
16
15
|
* @type [DocNode](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/doc/)
|
|
17
16
|
*/
|
|
18
17
|
document: DocNode;
|
|
19
|
-
documentWithoutMedia?:
|
|
18
|
+
documentWithoutMedia?: DocNode;
|
|
20
19
|
/**
|
|
21
20
|
* A function to determine behaviour for handling unsupported nodes:
|
|
22
21
|
* - Return a new Node to replace the unsupported one
|
|
@@ -3,20 +3,19 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - AdfRendererProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::40da0a9685347169dc754cca2d5a3fd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::c45edd7c2018b7b260630f851183f623>>
|
|
9
9
|
*/
|
|
10
|
-
import { type RendererProps } from '@atlaskit/renderer';
|
|
11
10
|
import type { DocNode } from '@atlaskit/adf-schema';
|
|
12
|
-
export type AdfRendererProps =
|
|
11
|
+
export type AdfRendererProps = {
|
|
13
12
|
/**
|
|
14
13
|
* An ADF document to render
|
|
15
14
|
*
|
|
16
15
|
* @type [DocNode](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/doc/)
|
|
17
16
|
*/
|
|
18
17
|
document: DocNode;
|
|
19
|
-
documentWithoutMedia?:
|
|
18
|
+
documentWithoutMedia?: DocNode;
|
|
20
19
|
/**
|
|
21
20
|
* A function to determine behaviour for handling unsupported nodes:
|
|
22
21
|
* - Return a new Node to replace the unsupported one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/forge-react-types",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.5",
|
|
4
4
|
"description": "Component types for Forge UI Kit React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,14 +38,12 @@
|
|
|
38
38
|
"@atlaskit/inline-edit": "^15.2.0",
|
|
39
39
|
"@atlaskit/lozenge": "^13.0.0",
|
|
40
40
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
41
|
-
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
41
|
"@atlaskit/popup": "^4.3.0",
|
|
43
|
-
"@atlaskit/primitives": "^14.
|
|
42
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
44
43
|
"@atlaskit/progress-bar": "^4.0.0",
|
|
45
44
|
"@atlaskit/progress-tracker": "^10.2.0",
|
|
46
45
|
"@atlaskit/radio": "^8.1.0",
|
|
47
46
|
"@atlaskit/range": "^9.1.0",
|
|
48
|
-
"@atlaskit/renderer": "^119.0.0",
|
|
49
47
|
"@atlaskit/section-message": "^8.2.0",
|
|
50
48
|
"@atlaskit/select": "^21.0.0",
|
|
51
49
|
"@atlaskit/spinner": "^18.0.0",
|
|
@@ -3,23 +3,22 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - AdfRendererProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::40da0a9685347169dc754cca2d5a3fd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit/adfrenderer/index.tsx <<SignedSource::c45edd7c2018b7b260630f851183f623>>
|
|
9
9
|
*/
|
|
10
10
|
/* eslint @repo/internal/codegen/signed-source-integrity: "warn" */
|
|
11
11
|
|
|
12
|
-
import { type RendererProps } from '@atlaskit/renderer';
|
|
13
12
|
import type { DocNode } from '@atlaskit/adf-schema';
|
|
14
13
|
|
|
15
|
-
export type AdfRendererProps =
|
|
14
|
+
export type AdfRendererProps = {
|
|
16
15
|
/**
|
|
17
16
|
* An ADF document to render
|
|
18
17
|
*
|
|
19
18
|
* @type [DocNode](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/doc/)
|
|
20
19
|
*/
|
|
21
20
|
document: DocNode;
|
|
22
|
-
documentWithoutMedia?:
|
|
21
|
+
documentWithoutMedia?: DocNode;
|
|
23
22
|
|
|
24
23
|
/**
|
|
25
24
|
* A function to determine behaviour for handling unsupported nodes:
|