@atlaskit/popup 4.6.3 → 4.6.4
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
|
@@ -24,7 +24,7 @@ export type PopupProps = {
|
|
|
24
24
|
* </Popup>
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
|
-
export declare const Popup: ({ children, id: providedId, isOpen }: PopupProps) => React.JSX.Element;
|
|
27
|
+
export declare const Popup: ({ children, id: providedId, isOpen, }: PopupProps) => React.JSX.Element;
|
|
28
28
|
export type PopupTriggerProps = {
|
|
29
29
|
children: (props: TriggerProps) => React.ReactNode;
|
|
30
30
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type RepositionOnUpdateProps } from './types';
|
|
3
|
-
export declare const RepositionOnUpdate: ({ children, update }: RepositionOnUpdateProps) => React.JSX.Element;
|
|
3
|
+
export declare const RepositionOnUpdate: ({ children, update, }: RepositionOnUpdateProps) => React.JSX.Element;
|
|
@@ -24,7 +24,7 @@ export type PopupProps = {
|
|
|
24
24
|
* </Popup>
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
|
-
export declare const Popup: ({ children, id: providedId, isOpen }: PopupProps) => React.JSX.Element;
|
|
27
|
+
export declare const Popup: ({ children, id: providedId, isOpen, }: PopupProps) => React.JSX.Element;
|
|
28
28
|
export type PopupTriggerProps = {
|
|
29
29
|
children: (props: TriggerProps) => React.ReactNode;
|
|
30
30
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type RepositionOnUpdateProps } from './types';
|
|
3
|
-
export declare const RepositionOnUpdate: ({ children, update }: RepositionOnUpdateProps) => React.JSX.Element;
|
|
3
|
+
export declare const RepositionOnUpdate: ({ children, update, }: RepositionOnUpdateProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.4",
|
|
4
4
|
"description": "A popup displays brief content in an overlay.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/css": "^0.
|
|
36
|
-
"@atlaskit/ds-lib": "^5.
|
|
35
|
+
"@atlaskit/css": "^0.17.0",
|
|
36
|
+
"@atlaskit/ds-lib": "^5.3.0",
|
|
37
37
|
"@atlaskit/layering": "^3.4.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/popper": "^7.1.0",
|
|
40
40
|
"@atlaskit/portal": "^5.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^16.
|
|
42
|
-
"@atlaskit/tokens": "^8.
|
|
41
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
42
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@compiled/react": "^0.18.6",
|
|
45
45
|
"bind-event-listener": "^3.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/button": "^23.6.0",
|
|
59
59
|
"@atlaskit/code": "^17.3.0",
|
|
60
60
|
"@atlaskit/docs": "^11.2.0",
|
|
61
|
-
"@atlaskit/form": "^14.
|
|
61
|
+
"@atlaskit/form": "^14.3.0",
|
|
62
62
|
"@atlaskit/heading": "^5.2.0",
|
|
63
63
|
"@atlaskit/icon": "^29.0.0",
|
|
64
64
|
"@atlaskit/link": "^3.2.0",
|