@atlaskit/inline-dialog 16.1.2 → 16.2.0
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 +18 -0
- package/dist/cjs/InlineDialog/index.js +1 -1
- package/dist/cjs/InlineDialog/styled/container.compiled.css +1 -1
- package/dist/cjs/InlineDialog/styled/container.js +2 -2
- package/dist/es2019/InlineDialog/index.js +1 -1
- package/dist/es2019/InlineDialog/styled/container.compiled.css +1 -1
- package/dist/es2019/InlineDialog/styled/container.js +2 -2
- package/dist/esm/InlineDialog/index.js +1 -1
- package/dist/esm/InlineDialog/styled/container.compiled.css +1 -1
- package/dist/esm/InlineDialog/styled/container.js +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 16.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
|
|
8
|
+
[`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
|
|
9
|
+
Bump to the latest version of @compiled/react
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 16.1.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 16.1.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -78,7 +78,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
|
|
|
78
78
|
action: 'closed',
|
|
79
79
|
componentName: 'inlineDialog',
|
|
80
80
|
packageName: "@atlaskit/inline-dialog",
|
|
81
|
-
packageVersion: "16.
|
|
81
|
+
packageVersion: "16.2.0"
|
|
82
82
|
});
|
|
83
83
|
|
|
84
84
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
._c71l184t{max-height:var(--_n6nwya)}
|
|
9
9
|
._p12f184t{max-width:var(--_n6nwya)}
|
|
10
10
|
._syaz1xgh{color:var(--_1yif2ym)}
|
|
11
|
-
.
|
|
11
|
+
._vchh1ntv{box-sizing:content-box}
|
|
12
12
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
13
13
|
._1hvw1o36:focus{outline-width:medium}
|
|
14
14
|
._49pcglyw:focus{outline-style:none}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -43,7 +43,7 @@ var Container = exports.Container = /*#__PURE__*/(0, _react.forwardRef)(function
|
|
|
43
43
|
ref: ref
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
45
45
|
,
|
|
46
|
-
className: (0, _runtime.ax)(["_11q717w6 _2rko1sit
|
|
46
|
+
className: (0, _runtime.ax)(["_11q717w6 _2rko1sit _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
|
|
47
47
|
style: _objectSpread(_objectSpread({}, _objectSpread((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, CSS_THEME_BACKGROUND, "var(--ds-surface-overlay, ".concat(_colors.N0, ")")), CSS_THEME_COLOR, "var(--ds-text, ".concat(_colors.N900, ")")), CSS_THEME_BOX_SHADOW, "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")")), style)), {}, {
|
|
48
48
|
"--_n6nwya": (0, _runtime.ix)("".concat(8 * 56, "px")),
|
|
49
49
|
"--_902zhz": (0, _runtime.ix)("var(".concat(CSS_THEME_BACKGROUND, ")")),
|
|
@@ -62,7 +62,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
|
|
|
62
62
|
action: 'closed',
|
|
63
63
|
componentName: 'inlineDialog',
|
|
64
64
|
packageName: "@atlaskit/inline-dialog",
|
|
65
|
-
packageVersion: "16.
|
|
65
|
+
packageVersion: "16.2.0"
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
._c71llti4{max-height:28pc}
|
|
9
9
|
._p12flti4{max-width:28pc}
|
|
10
10
|
._syazjslb{color:var(--theme-color)}
|
|
11
|
-
.
|
|
11
|
+
._vchh1ntv{box-sizing:content-box}
|
|
12
12
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
13
13
|
._1hvw1o36:focus{outline-width:medium}
|
|
14
14
|
._49pcglyw:focus{outline-style:none}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./container.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -38,6 +38,6 @@ export const Container = /*#__PURE__*/forwardRef(({
|
|
|
38
38
|
...style
|
|
39
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
40
40
|
},
|
|
41
|
-
className: ax(["_11q7gluh _2rko1sit
|
|
41
|
+
className: ax(["_11q7gluh _2rko1sit _vchh1ntv _p12flti4 _c71llti4 _1pbyowjs _16qs1r44 _syazjslb _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"])
|
|
42
42
|
}, typeof children === 'function' ? children() : children);
|
|
43
43
|
});
|
|
@@ -68,7 +68,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
|
|
|
68
68
|
action: 'closed',
|
|
69
69
|
componentName: 'inlineDialog',
|
|
70
70
|
packageName: "@atlaskit/inline-dialog",
|
|
71
|
-
packageVersion: "16.
|
|
71
|
+
packageVersion: "16.2.0"
|
|
72
72
|
});
|
|
73
73
|
|
|
74
74
|
// we put this into a ref to avoid handleCloseRequest having this as a dependency
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
._c71l184t{max-height:var(--_n6nwya)}
|
|
9
9
|
._p12f184t{max-width:var(--_n6nwya)}
|
|
10
10
|
._syaz1xgh{color:var(--_1yif2ym)}
|
|
11
|
-
.
|
|
11
|
+
._vchh1ntv{box-sizing:content-box}
|
|
12
12
|
._y4ti1ejb{padding-inline-end:var(--ds-space-300,24px)}
|
|
13
13
|
._1hvw1o36:focus{outline-width:medium}
|
|
14
14
|
._49pcglyw:focus{outline-style:none}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* container.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* container.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./container.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -33,7 +33,7 @@ export var Container = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
33
33
|
ref: ref
|
|
34
34
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
35
35
|
,
|
|
36
|
-
className: ax(["_11q717w6 _2rko1sit
|
|
36
|
+
className: ax(["_11q717w6 _2rko1sit _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
|
|
37
37
|
style: _objectSpread(_objectSpread({}, _objectSpread(_defineProperty(_defineProperty(_defineProperty({}, CSS_THEME_BACKGROUND, "var(--ds-surface-overlay, ".concat(N0, ")")), CSS_THEME_COLOR, "var(--ds-text, ".concat(N900, ")")), CSS_THEME_BOX_SHADOW, "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")")), style)), {}, {
|
|
38
38
|
"--_n6nwya": ix("".concat(8 * 56, "px")),
|
|
39
39
|
"--_902zhz": ix("var(".concat(CSS_THEME_BACKGROUND, ")")),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.2.0",
|
|
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/"
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
43
|
-
"@atlaskit/css": "^0.
|
|
43
|
+
"@atlaskit/css": "^0.9.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
45
45
|
"@atlaskit/layering": "^1.1.0",
|
|
46
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
46
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/popper": "^6.4.0",
|
|
48
|
-
"@atlaskit/theme": "^
|
|
48
|
+
"@atlaskit/theme": "^16.0.0",
|
|
49
49
|
"@atlaskit/tokens": "^3.3.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
|
-
"@compiled/react": "^0.18.
|
|
51
|
+
"@compiled/react": "^0.18.2",
|
|
52
52
|
"bind-event-listener": "^3.0.0",
|
|
53
53
|
"react-node-resolver": "^1.0.1"
|
|
54
54
|
},
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@af/integration-testing": "*",
|
|
61
61
|
"@af/visual-regression": "*",
|
|
62
62
|
"@atlaskit/button": "^20.5.0",
|
|
63
|
-
"@atlaskit/datetime-picker": "^15.
|
|
63
|
+
"@atlaskit/datetime-picker": "^15.13.0",
|
|
64
64
|
"@atlaskit/docs": "*",
|
|
65
65
|
"@atlaskit/dropdown-menu": "^12.26.0",
|
|
66
66
|
"@atlaskit/link": "*",
|
|
67
67
|
"@atlaskit/modal-dialog": "^12.20.0",
|
|
68
|
-
"@atlaskit/primitives": "^13.
|
|
68
|
+
"@atlaskit/primitives": "^13.6.0",
|
|
69
69
|
"@atlaskit/section-message": "^6.9.0",
|
|
70
70
|
"@atlaskit/select": "^18.10.0",
|
|
71
71
|
"@atlaskit/ssr": "*",
|