@atlaskit/editor-jira-transformer 24.0.0 → 24.1.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,16 @@
1
1
  # @atlaskit/editor-jira-transformer
2
2
 
3
+ ## 24.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
8
+ Remove stale API report artifacts from published Platform packages.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 24.0.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-jira-transformer",
3
- "version": "24.0.0",
3
+ "version": "24.1.0",
4
4
  "description": "Editor JIRA transformer's",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,23 +21,23 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^57.1.0",
24
+ "@atlaskit/adf-schema": "^57.2.0",
25
25
  "@atlaskit/editor-prosemirror": "^8.0.0",
26
26
  "@babel/runtime": "^7.0.0",
27
27
  "collapse-whitespace": "^1.1.6"
28
28
  },
29
29
  "peerDependencies": {
30
- "@atlaskit/editor-common": "^120.0.0",
30
+ "@atlaskit/editor-common": "^120.9.0",
31
31
  "react": "^18.2.0 || ^19.2.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@atlaskit/activity": "^1.0.1",
35
- "@atlaskit/editor-core": "^225.0.0",
36
- "@atlaskit/editor-json-transformer": "^9.6.0",
35
+ "@atlaskit/editor-core": "^226.2.0",
36
+ "@atlaskit/editor-json-transformer": "^9.8.0",
37
37
  "@atlaskit/editor-test-helpers": "workspace:^",
38
- "@atlaskit/mention": "^27.18.0",
39
- "@atlaskit/theme": "^28.1.0",
40
- "@atlaskit/tokens": "^16.8.0",
38
+ "@atlaskit/mention": "^27.19.0",
39
+ "@atlaskit/theme": "^28.2.0",
40
+ "@atlaskit/tokens": "^16.10.0",
41
41
  "@atlaskit/util-data-test": "^19.1.0",
42
42
  "@atlassian/structured-docs-types": "workspace:^",
43
43
  "@emotion/react": "^11.7.1",
package/report.api.md DELETED
@@ -1,80 +0,0 @@
1
- <!-- API Report Version: 2.3 -->
2
-
3
- ## API Report File for "@atlaskit/editor-jira-transformer"
4
-
5
- > Do not edit this file. This report is auto-generated using
6
- > [API Extractor](https://api-extractor.com/).
7
- > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
8
-
9
- ### Table of contents
10
-
11
- - [Main Entry Types](#main-entry-types)
12
- - [Peer Dependencies](#peer-dependencies)
13
-
14
- ### Main Entry Types
15
-
16
- <!--SECTION START: Main Entry Types-->
17
-
18
- ```ts
19
- import { Node as Node_2 } from '@atlaskit/editor-prosemirror/model';
20
- import { Schema } from '@atlaskit/editor-prosemirror/model';
21
- import { Transformer as Transformer_2 } from '@atlaskit/editor-common/types';
22
-
23
- // @public (undocumented)
24
- export interface ContextInfo {
25
- // (undocumented)
26
- baseUrl: string;
27
- // (undocumented)
28
- clientId: string;
29
- // (undocumented)
30
- collection: string;
31
- // (undocumented)
32
- token: string;
33
- }
34
-
35
- // @public (undocumented)
36
- export type CustomEncoder = (userId: string) => string;
37
-
38
- // @public (undocumented)
39
- export interface JIRACustomEncoders {
40
- // (undocumented)
41
- mention?: CustomEncoder;
42
- }
43
-
44
- // @public (undocumented)
45
- export class JIRATransformer implements Transformer_2<string> {
46
- constructor(
47
- schema: Schema,
48
- customEncoders?: JIRACustomEncoders,
49
- mediaContextInfo?: MediaContextInfo,
50
- );
51
- // (undocumented)
52
- encode(node: Node_2): string;
53
- // (undocumented)
54
- parse(html: string): Node_2;
55
- }
56
-
57
- // @public (undocumented)
58
- export interface MediaContextInfo {
59
- // (undocumented)
60
- uploadContext?: ContextInfo;
61
- // (undocumented)
62
- viewContext?: ContextInfo;
63
- }
64
-
65
- // (No @packageDocumentation comment for this package)
66
- ```
67
-
68
- <!--SECTION END: Main Entry Types-->
69
-
70
- ### Peer Dependencies
71
-
72
- <!--SECTION START: Peer Dependencies-->
73
-
74
- ```json
75
- {
76
- "react": "^16.8.0"
77
- }
78
- ```
79
-
80
- <!--SECTION END: Peer Dependencies-->