@atlaskit/inline-message 11.4.3 → 11.4.5

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,17 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 11.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.4.3
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.3",
3
+ "version": "11.4.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.3",
3
+ "version": "11.4.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.3",
3
+ "version": "11.4.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.3",
3
+ "version": "11.4.5",
4
4
  "description": "An inline message lets users know when important information is available or when an action is required.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,11 +24,11 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/button": "^16.4.0",
27
+ "@atlaskit/button": "^16.5.0",
28
28
  "@atlaskit/icon": "^21.11.0",
29
29
  "@atlaskit/inline-dialog": "^13.4.0",
30
30
  "@atlaskit/theme": "^12.2.0",
31
- "@atlaskit/tokens": "^0.11.0",
31
+ "@atlaskit/tokens": "^0.13.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@emotion/react": "^11.7.1"
34
34
  },
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/inline-message"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
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
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  import { FC } from 'react';
@@ -14,29 +19,29 @@ import { ReactNode } from 'react';
14
19
 
15
20
  // @public (undocumented)
16
21
  type IconAppearance =
17
- | 'connectivity'
18
22
  | 'confirmation'
23
+ | 'connectivity'
24
+ | 'error'
19
25
  | 'info'
20
- | 'warning'
21
- | 'error';
26
+ | 'warning';
22
27
 
23
28
  // @public (undocumented)
24
29
  type InlineDialogPlacement =
25
- | 'auto-start'
26
30
  | 'auto'
27
31
  | 'auto-end'
28
- | 'top-start'
29
- | 'top'
30
- | 'top-end'
31
- | 'right-start'
32
- | 'right'
33
- | 'right-end'
34
- | 'bottom-end'
32
+ | 'auto-start'
35
33
  | 'bottom'
34
+ | 'bottom-end'
36
35
  | 'bottom-start'
37
- | 'left-end'
38
36
  | 'left'
39
- | 'left-start';
37
+ | 'left-end'
38
+ | 'left-start'
39
+ | 'right'
40
+ | 'right-end'
41
+ | 'right-start'
42
+ | 'top'
43
+ | 'top-end'
44
+ | 'top-start';
40
45
 
41
46
  // @public
42
47
  const InlineMessage: FC<InlineMessageProps>;
@@ -57,3 +62,5 @@ interface InlineMessageProps {
57
62
 
58
63
  // (No @packageDocumentation comment for this package)
59
64
  ```
65
+
66
+ <!--SECTION END: Main Entry Types-->