@atlaskit/inline-dialog 14.0.0 → 14.0.1
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,11 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 14.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029) [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) - Update dependencies that were impacted by HOT-106483 to latest.
|
|
8
|
+
|
|
3
9
|
## 14.0.0
|
|
4
10
|
|
|
5
11
|
### Major Changes
|
|
@@ -19,7 +19,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
19
19
|
/** @jsx jsx */
|
|
20
20
|
|
|
21
21
|
var packageName = "@atlaskit/inline-dialog";
|
|
22
|
-
var packageVersion = "14.0.
|
|
22
|
+
var packageVersion = "14.0.1";
|
|
23
23
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
24
24
|
if (!node) {
|
|
25
25
|
return false;
|
|
@@ -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 = "14.0.
|
|
11
|
+
const packageVersion = "14.0.1";
|
|
12
12
|
const checkIsChildOfPortal = node => {
|
|
13
13
|
if (!node) {
|
|
14
14
|
return false;
|
|
@@ -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 = "14.0.
|
|
11
|
+
var packageVersion = "14.0.1";
|
|
12
12
|
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {
|
|
13
13
|
if (!node) {
|
|
14
14
|
return false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.1",
|
|
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/"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
42
42
|
"@atlaskit/popper": "^5.5.0",
|
|
43
43
|
"@atlaskit/theme": "^12.6.0",
|
|
44
|
-
"@atlaskit/tokens": "^1.
|
|
44
|
+
"@atlaskit/tokens": "^1.29.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@emotion/react": "^11.7.1",
|
|
47
47
|
"bind-event-listener": "^2.1.1",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@af/accessibility-testing": "*",
|
|
55
55
|
"@af/integration-testing": "*",
|
|
56
56
|
"@af/visual-regression": "*",
|
|
57
|
-
"@atlaskit/button": "^16.
|
|
58
|
-
"@atlaskit/datetime-picker": "^
|
|
57
|
+
"@atlaskit/button": "^16.18.0",
|
|
58
|
+
"@atlaskit/datetime-picker": "^13.0.3",
|
|
59
59
|
"@atlaskit/docs": "*",
|
|
60
|
-
"@atlaskit/modal-dialog": "^12.
|
|
60
|
+
"@atlaskit/modal-dialog": "^12.10.0",
|
|
61
61
|
"@atlaskit/section-message": "^6.4.0",
|
|
62
|
-
"@atlaskit/select": "^
|
|
62
|
+
"@atlaskit/select": "^17.0.3",
|
|
63
63
|
"@atlaskit/ssr": "*",
|
|
64
64
|
"@atlaskit/visual-regression": "*",
|
|
65
65
|
"@atlaskit/webdriver-runner": "*",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/inline-dialog"
|
|
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 { ReactNode } from 'react';
|
|
9
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
10
|
-
import { WithContextProps } from '@atlaskit/analytics-next';
|
|
11
|
-
|
|
12
|
-
// @public (undocumented)
|
|
13
|
-
const _default: React_2.ForwardRefExoticComponent<Pick<Omit<React_2.PropsWithChildren<InlineDialogProps>, keyof WithAnalyticsEventsProps> & React_2.RefAttributes<any> & WithContextProps, "analyticsContext" | "children" | "content" | "isOpen" | "key" | "onClose" | "onContentBlur" | "onContentClick" | "onContentFocus" | "placement" | "strategy" | "testId"> & React_2.RefAttributes<any>>;
|
|
14
|
-
export default _default;
|
|
15
|
-
|
|
16
|
-
// @public (undocumented)
|
|
17
|
-
interface InlineDialogProps extends WithAnalyticsEventsProps {
|
|
18
|
-
children: ReactNode;
|
|
19
|
-
content: ReactNode;
|
|
20
|
-
isOpen?: boolean;
|
|
21
|
-
onClose?: (obj: {
|
|
22
|
-
isOpen: boolean;
|
|
23
|
-
event: Event;
|
|
24
|
-
}) => void;
|
|
25
|
-
onContentBlur?: () => void;
|
|
26
|
-
onContentClick?: () => void;
|
|
27
|
-
onContentFocus?: () => void;
|
|
28
|
-
placement?: Placement;
|
|
29
|
-
strategy?: 'absolute' | 'fixed';
|
|
30
|
-
testId?: string;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// @public (undocumented)
|
|
34
|
-
export type Placement = 'auto' | 'auto-end' | 'auto-start' | 'bottom' | 'bottom-end' | 'bottom-start' | 'left' | 'left-end' | 'left-start' | 'right' | 'right-end' | 'right-start' | 'top' | 'top-end' | 'top-start';
|
|
35
|
-
|
|
36
|
-
// (No @packageDocumentation comment for this package)
|
|
37
|
-
|
|
38
|
-
```
|