@atlaskit/inline-dialog 18.0.3 → 18.0.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 18.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.0.3
4
10
 
5
11
  ### Patch Changes
@@ -1021,7 +1027,6 @@
1021
1027
 
1022
1028
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1023
1029
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1024
-
1025
1030
  - @atlaskit/docs@8.3.2
1026
1031
  - @atlaskit/visual-regression@0.1.9
1027
1032
  - @atlaskit/analytics-next@6.3.5
@@ -1182,12 +1187,10 @@
1182
1187
  safety. Flow types are no longer provided. No behavioural changes.
1183
1188
 
1184
1189
  **Breaking changes**
1185
-
1186
1190
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
1187
1191
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
1188
1192
 
1189
1193
  **Breaking changes to TypeScript annotations**
1190
-
1191
1194
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
1192
1195
  props as a generic type.
1193
1196
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -1307,20 +1310,17 @@
1307
1310
  ### Major Changes
1308
1311
 
1309
1312
  - [major][181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
1310
-
1311
1313
  - @atlaskit/inline-dialog has been converted to Typescript. Typescript consumers will now get
1312
1314
  static type safety. Flow types are no longer provided. No API or behavioural changes.
1313
1315
 
1314
1316
  ## 11.0.1
1315
1317
 
1316
1318
  - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1317
-
1318
1319
  - Clean couple of TODO's that were already done
1319
1320
 
1320
1321
  ## 11.0.0
1321
1322
 
1322
1323
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1323
-
1324
1324
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1325
1325
  this package, please ensure you use at least this version of react and react-dom.
1326
1326
 
@@ -1361,7 +1361,6 @@
1361
1361
  ## 10.0.2
1362
1362
 
1363
1363
  - [patch][da6ef8b69a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da6ef8b69a):
1364
-
1365
1364
  - Using new z-index values from theme
1366
1365
 
1367
1366
  ## 10.0.1
@@ -1381,7 +1380,6 @@
1381
1380
  ## 10.0.0
1382
1381
 
1383
1382
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1384
-
1385
1383
  - Drop ES5 from all the flow modules
1386
1384
 
1387
1385
  ### Dropping CJS support in all @atlaskit packages
@@ -1492,7 +1490,6 @@
1492
1490
  ## 9.0.9
1493
1491
 
1494
1492
  - [patch][d296df8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d296df8" d):
1495
-
1496
1493
  - Inline-dialog now has useCapture: true for the outside click event listeners to avoid closing
1497
1494
  when clicking on child content that might disappear, such as a select or dropdown-menu
1498
1495
 
@@ -76,7 +76,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
76
76
  action: 'closed',
77
77
  componentName: 'inlineDialog',
78
78
  packageName: "@atlaskit/inline-dialog",
79
- packageVersion: "18.0.2"
79
+ packageVersion: "0.0.0-development"
80
80
  });
81
81
 
82
82
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -61,7 +61,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
61
61
  action: 'closed',
62
62
  componentName: 'inlineDialog',
63
63
  packageName: "@atlaskit/inline-dialog",
64
- packageVersion: "18.0.2"
64
+ packageVersion: "0.0.0-development"
65
65
  });
66
66
 
67
67
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -67,7 +67,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
67
67
  action: 'closed',
68
68
  componentName: 'inlineDialog',
69
69
  packageName: "@atlaskit/inline-dialog",
70
- packageVersion: "18.0.2"
70
+ packageVersion: "0.0.0-development"
71
71
  });
72
72
 
73
73
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "18.0.3",
3
+ "version": "18.0.4",
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/"
@@ -36,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/analytics-next": "^11.1.0",
38
38
  "@atlaskit/ds-lib": "^5.1.0",
39
- "@atlaskit/layering": "^3.0.0",
39
+ "@atlaskit/layering": "^3.1.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/popper": "^7.1.0",
42
42
  "@atlaskit/theme": "^21.0.0",
43
- "@atlaskit/tokens": "^6.4.0",
43
+ "@atlaskit/tokens": "^7.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
- "@compiled/react": "^0.18.3",
45
+ "@compiled/react": "^0.18.6",
46
46
  "bind-event-listener": "^3.0.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -52,14 +52,14 @@
52
52
  "@af/accessibility-testing": "workspace:^",
53
53
  "@af/integration-testing": "workspace:^",
54
54
  "@af/visual-regression": "workspace:^",
55
- "@atlaskit/button": "^23.4.0",
56
- "@atlaskit/css": "^0.14.0",
57
- "@atlaskit/datetime-picker": "^17.0.0",
58
- "@atlaskit/docs": "^11.1.0",
55
+ "@atlaskit/button": "^23.5.0",
56
+ "@atlaskit/css": "^0.15.0",
57
+ "@atlaskit/datetime-picker": "^17.1.0",
58
+ "@atlaskit/docs": "^11.2.0",
59
59
  "@atlaskit/dropdown-menu": "^16.3.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
- "@atlaskit/modal-dialog": "^14.4.0",
62
- "@atlaskit/primitives": "^14.15.0",
61
+ "@atlaskit/modal-dialog": "^14.5.0",
62
+ "@atlaskit/primitives": "^15.0.0",
63
63
  "@atlaskit/section-message": "^8.7.0",
64
64
  "@atlaskit/select": "^21.3.0",
65
65
  "@atlassian/ssr-tests": "^0.3.0",