@atlaskit/embedded-confluence 1.3.0 → 1.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-confluence",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Public release version of Embeddedable Pages for Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
package/report.api.md CHANGED
@@ -9,15 +9,13 @@ import { ExperienceTrackerContext } from '@atlassian/experience-tracker';
9
9
  import { default as React_2 } from 'react';
10
10
  import type { ViewPageProps } from '@atlassian/embedded-confluence-common';
11
11
 
12
- // @public (undocumented)
13
- export const EditPage: React_2.FC<EditPageProps>;
12
+ export declare const EditPage: React_2.FC<EditPageProps>;
14
13
 
15
14
  export { ExperienceTracker };
16
15
 
17
16
  export { ExperienceTrackerContext };
18
17
 
19
- // @public (undocumented)
20
- export const ViewPage: React_2.FC<ViewPageProps>;
18
+ export declare const ViewPage: React_2.FC<ViewPageProps>;
21
19
 
22
- // (No @packageDocumentation comment for this package)
20
+ export {};
23
21
  ```