@atlaskit/help-article 4.0.25 → 4.0.28

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,23 @@
1
1
  # @atlaskit/help-article
2
2
 
3
+ ## 4.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.0.27
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 4.0.26
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 4.0.25
4
22
 
5
23
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.25",
3
+ "version": "4.0.28",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.25",
3
+ "version": "4.0.28",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.25",
3
+ "version": "4.0.28",
4
4
  "sideEffects": false
5
5
  }
@@ -1,2 +1,2 @@
1
1
  /// <reference types="react" />
2
- export declare const ArticleFrame: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLIFrameElement> & import("react").IframeHTMLAttributes<HTMLIFrameElement>, keyof import("react").ClassAttributes<any>>, any>;
2
+ export declare const ArticleFrame: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, Pick<import("react").ClassAttributes<HTMLIFrameElement> & import("react").IframeHTMLAttributes<HTMLIFrameElement>, keyof import("react").IframeHTMLAttributes<HTMLIFrameElement>>, object>;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const ArticleContentInner: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
3
- export declare const ArticleContentTitle: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").ClassAttributes<any>>, any>;
4
- export declare const ArticleContentTitleLink: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, import("@emotion/styled-base/types/helper").Omit<import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof import("react").ClassAttributes<any>>, any>;
2
+ export declare const ArticleContentInner: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
3
+ export declare const ArticleContentTitle: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
4
+ export declare const ArticleContentTitleLink: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, Pick<import("react").ClassAttributes<HTMLAnchorElement> & import("react").AnchorHTMLAttributes<HTMLAnchorElement>, keyof import("react").AnchorHTMLAttributes<HTMLAnchorElement>>, object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "4.0.25",
3
+ "version": "4.0.28",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/css-reset": "^6.3.0",
27
27
  "@atlaskit/icon": "^21.10.0",
28
- "@atlaskit/renderer": "^98.0.0",
28
+ "@atlaskit/renderer": "^101.0.0",
29
29
  "@atlaskit/theme": "^12.1.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/styled": "^10.0.7",
package/report.api.md CHANGED
@@ -1,12 +1,13 @@
1
- ## API Report File for "@atlaskit/help-article"
1
+ ## API Report File for "@atlaskit/help-article".
2
2
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
3
+ > Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
4
6
 
5
7
  ```ts
6
8
  /// <reference types="react" />
7
9
 
8
- // @public (undocumented)
9
- export type AdfDoc = {
10
+ export declare type AdfDoc = {
10
11
  type: string;
11
12
  version: number;
12
13
  content: {
@@ -14,16 +15,12 @@ export type AdfDoc = {
14
15
  }[];
15
16
  };
16
17
 
17
- // @public (undocumented)
18
- export enum BODY_FORMAT_TYPES {
19
- // (undocumented)
18
+ export declare enum BODY_FORMAT_TYPES {
20
19
  adf = 'adf',
21
- // (undocumented)
22
20
  html = 'html',
23
21
  }
24
22
 
25
- // @public (undocumented)
26
- export type HelpArticle = {
23
+ export declare type HelpArticle = {
27
24
  title?: string;
28
25
  body?: string | AdfDoc;
29
26
  bodyFormat?: BODY_FORMAT_TYPES;
@@ -32,9 +29,8 @@ export type HelpArticle = {
32
29
  onArticleRenderDone?(): void;
33
30
  };
34
31
 
35
- // @public (undocumented)
36
- const HelpArticle_2: (props: HelpArticle) => JSX.Element;
32
+ declare const HelpArticle_2: (props: HelpArticle) => JSX.Element;
37
33
  export default HelpArticle_2;
38
34
 
39
- // (No @packageDocumentation comment for this package)
35
+ export {};
40
36
  ```