@atlaskit/section-message 6.3.5 → 6.3.6
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 +4 -4
- package/report.api.md +15 -8
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/section-message",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.6",
|
|
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/"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
".": "./src/index.tsx"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@atlaskit/button": "^16.
|
|
33
|
+
"@atlaskit/button": "^16.5.0",
|
|
34
34
|
"@atlaskit/codemod-utils": "^4.1.0",
|
|
35
|
-
"@atlaskit/ds-explorations": "^1.
|
|
35
|
+
"@atlaskit/ds-explorations": "^1.6.0",
|
|
36
36
|
"@atlaskit/heading": "^1.0.0",
|
|
37
37
|
"@atlaskit/icon": "^21.11.0",
|
|
38
38
|
"@atlaskit/theme": "^12.2.0",
|
|
39
|
-
"@atlaskit/tokens": "^0.
|
|
39
|
+
"@atlaskit/tokens": "^0.12.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
package/report.api.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
+
<!-- API Report Version: 2.2 -->
|
|
2
|
+
|
|
1
3
|
## API Report File for "@atlaskit/section-message"
|
|
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
|
|
9
|
+
|
|
10
|
+
- [Main Entry Types](#main-entry-types)
|
|
4
11
|
|
|
5
|
-
|
|
6
|
-
Generated API Report version: 2.0
|
|
7
|
-
-->
|
|
12
|
+
### Main Entry Types
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
<!--SECTION START: Main Entry Types-->
|
|
10
15
|
|
|
11
16
|
```ts
|
|
12
17
|
import { default as React_2 } from 'react';
|
|
@@ -15,11 +20,11 @@ import type { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
|
15
20
|
|
|
16
21
|
// @public
|
|
17
22
|
export type Appearance =
|
|
18
|
-
| '
|
|
19
|
-
| 'warning'
|
|
23
|
+
| 'discovery'
|
|
20
24
|
| 'error'
|
|
25
|
+
| 'information'
|
|
21
26
|
| 'success'
|
|
22
|
-
| '
|
|
27
|
+
| 'warning';
|
|
23
28
|
|
|
24
29
|
// @public
|
|
25
30
|
const SectionMessage: React_2.ForwardRefExoticComponent<
|
|
@@ -54,3 +59,5 @@ export interface SectionMessageProps {
|
|
|
54
59
|
|
|
55
60
|
// (No @packageDocumentation comment for this package)
|
|
56
61
|
```
|
|
62
|
+
|
|
63
|
+
<!--SECTION END: Main Entry Types-->
|