@atlaskit/inline-dialog 18.0.2 → 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 +14 -9
- package/dist/cjs/InlineDialog/index.js +1 -1
- package/dist/cjs/InlineDialog/styled/container.js +1 -1
- package/dist/es2019/InlineDialog/index.js +1 -1
- package/dist/es2019/InlineDialog/styled/container.js +1 -1
- package/dist/esm/InlineDialog/index.js +1 -1
- package/dist/esm/InlineDialog/styled/container.js +1 -1
- package/dist/types/InlineDialog/styled/container.d.ts +1 -1
- package/dist/types-ts4.5/InlineDialog/styled/container.d.ts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 18.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
|
|
14
|
+
add type info to forwardRef components
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 18.0.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1013,7 +1027,6 @@
|
|
|
1013
1027
|
|
|
1014
1028
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1015
1029
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1016
|
-
|
|
1017
1030
|
- @atlaskit/docs@8.3.2
|
|
1018
1031
|
- @atlaskit/visual-regression@0.1.9
|
|
1019
1032
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1174,12 +1187,10 @@
|
|
|
1174
1187
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1175
1188
|
|
|
1176
1189
|
**Breaking changes**
|
|
1177
|
-
|
|
1178
1190
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1179
1191
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1180
1192
|
|
|
1181
1193
|
**Breaking changes to TypeScript annotations**
|
|
1182
|
-
|
|
1183
1194
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1184
1195
|
props as a generic type.
|
|
1185
1196
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1299,20 +1310,17 @@
|
|
|
1299
1310
|
### Major Changes
|
|
1300
1311
|
|
|
1301
1312
|
- [major][181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
|
|
1302
|
-
|
|
1303
1313
|
- @atlaskit/inline-dialog has been converted to Typescript. Typescript consumers will now get
|
|
1304
1314
|
static type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1305
1315
|
|
|
1306
1316
|
## 11.0.1
|
|
1307
1317
|
|
|
1308
1318
|
- [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
|
|
1309
|
-
|
|
1310
1319
|
- Clean couple of TODO's that were already done
|
|
1311
1320
|
|
|
1312
1321
|
## 11.0.0
|
|
1313
1322
|
|
|
1314
1323
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1315
|
-
|
|
1316
1324
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1317
1325
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1318
1326
|
|
|
@@ -1353,7 +1361,6 @@
|
|
|
1353
1361
|
## 10.0.2
|
|
1354
1362
|
|
|
1355
1363
|
- [patch][da6ef8b69a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da6ef8b69a):
|
|
1356
|
-
|
|
1357
1364
|
- Using new z-index values from theme
|
|
1358
1365
|
|
|
1359
1366
|
## 10.0.1
|
|
@@ -1373,7 +1380,6 @@
|
|
|
1373
1380
|
## 10.0.0
|
|
1374
1381
|
|
|
1375
1382
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1376
|
-
|
|
1377
1383
|
- Drop ES5 from all the flow modules
|
|
1378
1384
|
|
|
1379
1385
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1484,7 +1490,6 @@
|
|
|
1484
1490
|
## 9.0.9
|
|
1485
1491
|
|
|
1486
1492
|
- [patch][d296df8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d296df8" d):
|
|
1487
|
-
|
|
1488
1493
|
- Inline-dialog now has useCapture: true for the outside click event listeners to avoid closing
|
|
1489
1494
|
when clicking on child content that might disappear, such as a select or dropdown-menu
|
|
1490
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: "
|
|
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: "
|
|
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: "
|
|
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
|
|
@@ -18,5 +18,5 @@ interface ContainerProps {
|
|
|
18
18
|
* Note that the styles here are merged with the style prop that comes from the popper.js library.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
|
-
export declare const Container:
|
|
21
|
+
export declare const Container: React.ForwardRefExoticComponent<React.PropsWithoutRef<ContainerProps> & React.RefAttributes<HTMLDivElement>>;
|
|
22
22
|
export {};
|
|
@@ -18,5 +18,5 @@ interface ContainerProps {
|
|
|
18
18
|
* Note that the styles here are merged with the style prop that comes from the popper.js library.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
|
-
export declare const Container:
|
|
21
|
+
export declare const Container: React.ForwardRefExoticComponent<React.PropsWithoutRef<ContainerProps> & React.RefAttributes<HTMLDivElement>>;
|
|
22
22
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "18.0.
|
|
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/"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
38
|
-
"@atlaskit/ds-lib": "^5.
|
|
39
|
-
"@atlaskit/layering": "^3.
|
|
38
|
+
"@atlaskit/ds-lib": "^5.1.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": "^
|
|
43
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
|
-
"@compiled/react": "^0.18.
|
|
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.
|
|
56
|
-
"@atlaskit/css": "^0.
|
|
57
|
-
"@atlaskit/datetime-picker": "^17.
|
|
58
|
-
"@atlaskit/docs": "^11.
|
|
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.
|
|
62
|
-
"@atlaskit/primitives": "^
|
|
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",
|