@atlaskit/section-message 6.4.16 → 6.4.18
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 +12 -0
- package/package.json +10 -7
- package/tmp/api-report-tmp.d.ts +0 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/section-message
|
|
2
2
|
|
|
3
|
+
## 6.4.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677) [`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) - This package has been added to the Jira push model.
|
|
8
|
+
|
|
9
|
+
## 6.4.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 6.4.16
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/section-message",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.18",
|
|
4
4
|
"description": "A section message is used to alert users to a particular section of the screen.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,7 +28,10 @@
|
|
|
28
28
|
"website": {
|
|
29
29
|
"name": "Section message",
|
|
30
30
|
"category": "Components"
|
|
31
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"productPushConsumption": [
|
|
33
|
+
"jira"
|
|
34
|
+
]
|
|
32
35
|
},
|
|
33
36
|
"af:exports": {
|
|
34
37
|
"./section-message": "./src/entry-points/section-message.tsx",
|
|
@@ -37,14 +40,14 @@
|
|
|
37
40
|
".": "./src/index.tsx"
|
|
38
41
|
},
|
|
39
42
|
"dependencies": {
|
|
40
|
-
"@atlaskit/button": "^
|
|
43
|
+
"@atlaskit/button": "^17.2.0",
|
|
41
44
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
42
|
-
"@atlaskit/ds-explorations": "^3.
|
|
45
|
+
"@atlaskit/ds-explorations": "^3.2.0",
|
|
43
46
|
"@atlaskit/heading": "^1.4.0",
|
|
44
47
|
"@atlaskit/icon": "^22.0.0",
|
|
45
|
-
"@atlaskit/primitives": "^1.
|
|
48
|
+
"@atlaskit/primitives": "^1.17.0",
|
|
46
49
|
"@atlaskit/theme": "^12.6.0",
|
|
47
|
-
"@atlaskit/tokens": "^1.
|
|
50
|
+
"@atlaskit/tokens": "^1.33.0",
|
|
48
51
|
"@babel/runtime": "^7.0.0"
|
|
49
52
|
},
|
|
50
53
|
"peerDependencies": {
|
|
@@ -52,11 +55,11 @@
|
|
|
52
55
|
},
|
|
53
56
|
"devDependencies": {
|
|
54
57
|
"@af/accessibility-testing": "*",
|
|
58
|
+
"@af/integration-testing": "*",
|
|
55
59
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
56
60
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
57
61
|
"@atlaskit/ssr": "*",
|
|
58
62
|
"@atlaskit/visual-regression": "*",
|
|
59
|
-
"@atlaskit/webdriver-runner": "*",
|
|
60
63
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
61
64
|
"@testing-library/react": "^12.1.5",
|
|
62
65
|
"exenv": "^1.2.2",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/section-message"
|
|
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 { default as React_2 } from 'react';
|
|
8
|
-
import type { ReactElement } from 'react';
|
|
9
|
-
import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
10
|
-
|
|
11
|
-
// @public
|
|
12
|
-
export type Appearance = 'discovery' | 'error' | 'information' | 'success' | 'warning';
|
|
13
|
-
|
|
14
|
-
// @public
|
|
15
|
-
const SectionMessage: React_2.ForwardRefExoticComponent<SectionMessageProps & React_2.RefAttributes<HTMLElement>>;
|
|
16
|
-
export default SectionMessage;
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export const SectionMessageAction: React_2.NamedExoticComponent<SectionMessageActionProps>;
|
|
20
|
-
|
|
21
|
-
// @public (undocumented)
|
|
22
|
-
export interface SectionMessageActionProps {
|
|
23
|
-
children: React.ReactNode;
|
|
24
|
-
href?: string;
|
|
25
|
-
linkComponent?: React.ComponentType<any>;
|
|
26
|
-
onClick?: (e: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
|
|
27
|
-
testId?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// @public (undocumented)
|
|
31
|
-
export interface SectionMessageProps {
|
|
32
|
-
actions?: ReactElement | ReactElement<SectionMessageActionProps>[];
|
|
33
|
-
appearance?: Appearance;
|
|
34
|
-
children: React.ReactNode;
|
|
35
|
-
icon?: React.ElementType;
|
|
36
|
-
testId?: string;
|
|
37
|
-
title?: string;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
// (No @packageDocumentation comment for this package)
|
|
41
|
-
|
|
42
|
-
```
|