@atlaskit/popup 1.5.2 → 1.5.3

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/popup
2
2
 
3
+ ## 1.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.5.2
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,10 +29,10 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/ds-lib": "^2.1.0",
32
- "@atlaskit/popper": "^5.0.0",
32
+ "@atlaskit/popper": "^5.4.0",
33
33
  "@atlaskit/portal": "^4.0.0",
34
34
  "@atlaskit/theme": "^12.2.0",
35
- "@atlaskit/tokens": "^0.11.0",
35
+ "@atlaskit/tokens": "^0.12.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@emotion/react": "^11.7.1",
38
38
  "bind-event-listener": "^2.1.1",
@@ -43,13 +43,13 @@
43
43
  "react-dom": "^16.8.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@atlaskit/button": "^16.4.0",
46
+ "@atlaskit/button": "^16.5.0",
47
47
  "@atlaskit/docs": "*",
48
48
  "@atlaskit/icon": "^21.11.0",
49
49
  "@atlaskit/menu": "^1.4.0",
50
50
  "@atlaskit/radio": "^5.4.0",
51
51
  "@atlaskit/section-message": "^6.3.0",
52
- "@atlaskit/select": "^15.7.0",
52
+ "@atlaskit/select": "^16.0.0",
53
53
  "@atlaskit/ssr": "*",
54
54
  "@atlaskit/textfield": "^5.3.0",
55
55
  "@atlaskit/toggle": "^12.5.0",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/popup"
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 { ComponentType } from 'react';
@@ -29,10 +34,10 @@ interface BaseProps {
29
34
  id?: string;
30
35
  isOpen: boolean;
31
36
  offset?: [number, number];
32
- onClose?(event: Event | React_2.MouseEvent | React_2.KeyboardEvent): void;
37
+ onClose?(event: Event | React_2.KeyboardEvent | React_2.MouseEvent): void;
33
38
  placement?: Placement;
34
39
  popupComponent?: ComponentType<PopupComponentProps>;
35
- rootBoundary?: 'viewport' | 'document';
40
+ rootBoundary?: 'document' | 'viewport';
36
41
  shouldFlip?: boolean;
37
42
  shouldUseCaptureOnOutsideClick?: boolean;
38
43
  testId?: string;
@@ -82,3 +87,5 @@ export interface TriggerProps {
82
87
 
83
88
  // (No @packageDocumentation comment for this package)
84
89
  ```
90
+
91
+ <!--SECTION END: Main Entry Types-->