@atlaskit/embedded-confluence 1.3.3 → 1.3.4
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 +6 -0
- package/dist/embedded-confluence-bundle.js +22 -5
- package/package.json +2 -2
- package/report.api.md +12 -5
- package/tmp/api-report-tmp.d.ts +25 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/embedded-confluence",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Public release version of Embeddedable Pages for Confluence",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlaskit/analytics-next": "^8.3.0",
|
|
46
46
|
"@atlaskit/docs": "*",
|
|
47
47
|
"@testing-library/react": "^12.1.5",
|
|
48
|
-
"react-markdown": "^
|
|
48
|
+
"react-markdown": "^8.0.0",
|
|
49
49
|
"typescript": "4.5.5",
|
|
50
50
|
"wait-for-expect": "^1.2.0"
|
|
51
51
|
},
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/embedded-confluence"
|
|
2
4
|
|
|
3
|
-
> Do not edit this file.
|
|
5
|
+
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
|
|
6
|
+
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
|
+
|
|
8
|
+
### Table of contents
|
|
4
9
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
### Main Entry Types
|
|
13
|
+
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
10
15
|
|
|
11
16
|
```ts
|
|
12
17
|
import type { EditPageProps } from '@atlassian/embedded-confluence-common';
|
|
@@ -27,3 +32,5 @@ export const ViewPage: React_2.FC<ViewPageProps>;
|
|
|
27
32
|
|
|
28
33
|
// (No @packageDocumentation comment for this package)
|
|
29
34
|
```
|
|
35
|
+
|
|
36
|
+
<!--SECTION END: Main Entry Types-->
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
## API Report File for "@atlaskit/embedded-confluence"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import type { EditPageProps } from '@atlassian/embedded-confluence-common';
|
|
8
|
+
import { ExperienceTracker } from '@atlassian/experience-tracker';
|
|
9
|
+
import { ExperienceTrackerContext } from '@atlassian/experience-tracker';
|
|
10
|
+
import { default as React_2 } from 'react';
|
|
11
|
+
import type { ViewPageProps } from '@atlassian/embedded-confluence-common';
|
|
12
|
+
|
|
13
|
+
// @public (undocumented)
|
|
14
|
+
export const EditPage: React_2.FC<EditPageProps>;
|
|
15
|
+
|
|
16
|
+
export { ExperienceTracker }
|
|
17
|
+
|
|
18
|
+
export { ExperienceTrackerContext }
|
|
19
|
+
|
|
20
|
+
// @public (undocumented)
|
|
21
|
+
export const ViewPage: React_2.FC<ViewPageProps>;
|
|
22
|
+
|
|
23
|
+
// (No @packageDocumentation comment for this package)
|
|
24
|
+
|
|
25
|
+
```
|