@atlaskit/inline-dialog 13.4.3 → 13.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-dialog
2
2
 
3
+ ## 13.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.4.3
4
16
 
5
17
  ### Patch Changes
@@ -31,7 +31,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
31
31
 
32
32
  /** @jsx jsx */
33
33
  var packageName = "@atlaskit/inline-dialog";
34
- var packageVersion = "13.4.3";
34
+ var packageVersion = "13.4.5";
35
35
 
36
36
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
37
37
  if (!node) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.3",
3
+ "version": "13.4.5",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
8
8
  import { Manager, Popper, Reference } from '@atlaskit/popper';
9
9
  import { Container } from './styled/container';
10
10
  const packageName = "@atlaskit/inline-dialog";
11
- const packageVersion = "13.4.3";
11
+ const packageVersion = "13.4.5";
12
12
 
13
13
  const checkIsChildOfPortal = node => {
14
14
  if (!node) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.3",
3
+ "version": "13.4.5",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
8
8
  import { Manager, Popper, Reference } from '@atlaskit/popper';
9
9
  import { Container } from './styled/container';
10
10
  var packageName = "@atlaskit/inline-dialog";
11
- var packageVersion = "13.4.3";
11
+ var packageVersion = "13.4.5";
12
12
 
13
13
  var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
14
14
  if (!node) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.3",
3
+ "version": "13.4.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "13.4.3",
3
+ "version": "13.4.5",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,12 +22,14 @@
22
22
  "website": {
23
23
  "name": "Inline dialog",
24
24
  "status": {
25
- "type": "Intent to deprecate",
25
+ "type": "intent-to-deprecate",
26
26
  "description": "We are planning on deprecating Inline dialog. We recommend using the Popup component instead.",
27
- "action": {
28
- "text": "View Popup documentation",
29
- "link": "https://atlassian.design/components/popup/examples"
30
- }
27
+ "actions": [
28
+ {
29
+ "text": "View Popup documentation",
30
+ "href": "https://atlassian.design/components/popup/examples"
31
+ }
32
+ ]
31
33
  },
32
34
  "category": "Components"
33
35
  }
@@ -35,9 +37,9 @@
35
37
  "dependencies": {
36
38
  "@atlaskit/analytics-next": "^8.2.0",
37
39
  "@atlaskit/ds-lib": "^2.1.0",
38
- "@atlaskit/popper": "^5.0.0",
40
+ "@atlaskit/popper": "^5.4.0",
39
41
  "@atlaskit/theme": "^12.2.0",
40
- "@atlaskit/tokens": "^0.11.0",
42
+ "@atlaskit/tokens": "^0.13.0",
41
43
  "@babel/runtime": "^7.0.0",
42
44
  "@emotion/react": "^11.7.1",
43
45
  "bind-event-listener": "^2.1.1",
@@ -47,13 +49,13 @@
47
49
  "react": "^16.8.0"
48
50
  },
49
51
  "devDependencies": {
50
- "@atlaskit/button": "^16.4.0",
52
+ "@atlaskit/button": "^16.5.0",
51
53
  "@atlaskit/datetime-picker": "^12.3.0",
52
54
  "@atlaskit/docs": "*",
53
55
  "@atlaskit/icon": "^21.11.0",
54
56
  "@atlaskit/modal-dialog": "^12.4.0",
55
57
  "@atlaskit/section-message": "^6.3.0",
56
- "@atlaskit/select": "^15.7.0",
58
+ "@atlaskit/select": "^16.0.0",
57
59
  "@atlaskit/ssr": "*",
58
60
  "@atlaskit/visual-regression": "*",
59
61
  "@atlaskit/webdriver-runner": "*",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/inline-dialog"
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
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  import { default as React_2 } from 'react';
@@ -23,18 +28,18 @@ const _default: React_2.ForwardRefExoticComponent<
23
28
  > &
24
29
  React_2.RefAttributes<any> &
25
30
  WithContextProps,
26
- | 'content'
31
+ | 'analyticsContext'
27
32
  | 'children'
28
- | 'testId'
29
- | 'key'
33
+ | 'content'
30
34
  | 'isOpen'
35
+ | 'key'
36
+ | 'onClose'
31
37
  | 'onContentBlur'
32
38
  | 'onContentClick'
33
39
  | 'onContentFocus'
34
- | 'onClose'
35
40
  | 'placement'
36
41
  | 'strategy'
37
- | 'analyticsContext'
42
+ | 'testId'
38
43
  > &
39
44
  React_2.RefAttributes<any>
40
45
  >;
@@ -50,27 +55,29 @@ interface InlineDialogProps extends WithAnalyticsEventsProps {
50
55
  onContentClick?: () => void;
51
56
  onContentFocus?: () => void;
52
57
  placement?: Placement;
53
- strategy?: 'fixed' | 'absolute';
58
+ strategy?: 'absolute' | 'fixed';
54
59
  testId?: string;
55
60
  }
56
61
 
57
62
  // @public (undocumented)
58
63
  export type Placement =
59
- | 'auto-start'
60
64
  | 'auto'
61
65
  | 'auto-end'
62
- | 'top-start'
63
- | 'top'
64
- | 'top-end'
65
- | 'right-start'
66
- | 'right'
67
- | 'right-end'
68
- | 'bottom-end'
66
+ | 'auto-start'
69
67
  | 'bottom'
68
+ | 'bottom-end'
70
69
  | 'bottom-start'
71
- | 'left-end'
72
70
  | 'left'
73
- | 'left-start';
71
+ | 'left-end'
72
+ | 'left-start'
73
+ | 'right'
74
+ | 'right-end'
75
+ | 'right-start'
76
+ | 'top'
77
+ | 'top-end'
78
+ | 'top-start';
74
79
 
75
80
  // (No @packageDocumentation comment for this package)
76
81
  ```
82
+
83
+ <!--SECTION END: Main Entry Types-->