@atlaskit/help-layout 4.1.7 → 4.1.8
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/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +7 -6
- package/report.api.md +13 -6
- package/tmp/api-report-tmp.d.ts +47 -0
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-layout",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Layout for the atlaskit/help component.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -15,14 +15,15 @@
|
|
|
15
15
|
"typesVersions": {
|
|
16
16
|
">=4.0 <4.5": {
|
|
17
17
|
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
18
|
+
"dist/types-ts4.0/*",
|
|
19
|
+
"dist/types-ts4.0/index.d.ts"
|
|
19
20
|
]
|
|
20
21
|
}
|
|
21
22
|
},
|
|
22
23
|
"sideEffects": false,
|
|
23
24
|
"atlaskit:src": "src/index.ts",
|
|
24
25
|
"atlassian": {
|
|
25
|
-
"team": "
|
|
26
|
+
"team": "Self-Help Experiences",
|
|
26
27
|
"deprecatedAutoEntryPoints": true,
|
|
27
28
|
"releaseModel": "continuous",
|
|
28
29
|
"website": {
|
|
@@ -32,11 +33,11 @@
|
|
|
32
33
|
"dependencies": {
|
|
33
34
|
"@atlaskit/analytics": "^8.0.0",
|
|
34
35
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
35
|
-
"@atlaskit/button": "^16.
|
|
36
|
-
"@atlaskit/icon": "^21.
|
|
36
|
+
"@atlaskit/button": "^16.4.0",
|
|
37
|
+
"@atlaskit/icon": "^21.11.0",
|
|
37
38
|
"@atlaskit/theme": "^12.2.0",
|
|
38
39
|
"@atlaskit/tokens": "^0.10.0",
|
|
39
|
-
"@atlaskit/tooltip": "^17.
|
|
40
|
+
"@atlaskit/tooltip": "^17.6.0",
|
|
40
41
|
"@babel/runtime": "^7.0.0",
|
|
41
42
|
"@emotion/core": "^10.0.9",
|
|
42
43
|
"@emotion/styled": "^10.0.7",
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.3 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/help-layout"
|
|
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
|
/// <reference types="react" />
|
|
@@ -22,7 +27,7 @@ const _default: React_2.ForwardRefExoticComponent<
|
|
|
22
27
|
Omit<Props, keyof WithAnalyticsEventsProps> &
|
|
23
28
|
React_2.RefAttributes<any> &
|
|
24
29
|
WithContextProps,
|
|
25
|
-
'
|
|
30
|
+
'analyticsContext' | 'key' | keyof HelpLayout
|
|
26
31
|
> &
|
|
27
32
|
React_2.RefAttributes<any>
|
|
28
33
|
>;
|
|
@@ -63,3 +68,5 @@ type Props = HelpLayout & WithAnalyticsEventsProps;
|
|
|
63
68
|
|
|
64
69
|
// (No @packageDocumentation comment for this package)
|
|
65
70
|
```
|
|
71
|
+
|
|
72
|
+
<!--SECTION END: Main Entry Types-->
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
## API Report File for "@atlaskit/help-layout"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
/// <reference types="react" />
|
|
8
|
+
|
|
9
|
+
import { default as React_2 } from 'react';
|
|
10
|
+
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
11
|
+
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
12
|
+
import { WithContextProps } from '@atlaskit/analytics-next';
|
|
13
|
+
|
|
14
|
+
// @public (undocumented)
|
|
15
|
+
const _default: React_2.ForwardRefExoticComponent<Pick<Omit<Props, keyof WithAnalyticsEventsProps> & React_2.RefAttributes<any> & WithContextProps, "analyticsContext" | "key" | keyof HelpLayout> & React_2.RefAttributes<any>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
|
|
18
|
+
// @public (undocumented)
|
|
19
|
+
interface HelpLayout extends HelpPanelHeader {
|
|
20
|
+
// (undocumented)
|
|
21
|
+
children?: React.ReactNode;
|
|
22
|
+
// (undocumented)
|
|
23
|
+
footer?: React.ReactNode;
|
|
24
|
+
// (undocumented)
|
|
25
|
+
isLoading?: boolean;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public (undocumented)
|
|
29
|
+
interface HelpPanelHeader {
|
|
30
|
+
// (undocumented)
|
|
31
|
+
headerContent?: React.ReactNode;
|
|
32
|
+
// (undocumented)
|
|
33
|
+
headerTitle?: string;
|
|
34
|
+
// (undocumented)
|
|
35
|
+
isBackbuttonVisible?: boolean;
|
|
36
|
+
// (undocumented)
|
|
37
|
+
onBackButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
38
|
+
// (undocumented)
|
|
39
|
+
onCloseButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public (undocumented)
|
|
43
|
+
type Props = HelpLayout & WithAnalyticsEventsProps;
|
|
44
|
+
|
|
45
|
+
// (No @packageDocumentation comment for this package)
|
|
46
|
+
|
|
47
|
+
```
|