@atlaskit/inline-dialog 18.0.8 → 18.0.10
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,19 @@
|
|
|
1
1
|
# @atlaskit/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 18.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5db9e3f21a52f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5db9e3f21a52f) -
|
|
8
|
+
Internal refactoring
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 18.0.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 18.0.8
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -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
|
|
@@ -166,9 +166,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
|
|
|
166
166
|
_ref4.current = node;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
}
|
|
170
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
171
|
-
,
|
|
169
|
+
},
|
|
172
170
|
style: style,
|
|
173
171
|
testId: testId
|
|
174
172
|
}, typeof content === 'function' ? content() : content);
|
|
@@ -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
|
|
@@ -151,9 +151,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
|
|
|
151
151
|
ref.current = node;
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
}
|
|
155
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
156
|
-
,
|
|
154
|
+
},
|
|
157
155
|
style: style,
|
|
158
156
|
testId: testId
|
|
159
157
|
}, typeof content === 'function' ? content() : content)) : null;
|
|
@@ -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
|
|
@@ -157,9 +157,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
|
|
|
157
157
|
_ref4.current = node;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
162
|
-
,
|
|
160
|
+
},
|
|
163
161
|
style: style,
|
|
164
162
|
testId: testId
|
|
165
163
|
}, typeof content === 'function' ? content() : content);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.10",
|
|
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/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/layering": "^3.6.0",
|
|
40
40
|
"@atlaskit/popper": "^7.1.0",
|
|
41
41
|
"@atlaskit/theme": "^21.0.0",
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/tokens": "^11.0.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@compiled/react": "^0.18.6",
|
|
45
45
|
"bind-event-listener": "^3.0.0"
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"@af/visual-regression": "workspace:^",
|
|
54
54
|
"@atlaskit/button": "^23.9.0",
|
|
55
55
|
"@atlaskit/css": "^0.19.0",
|
|
56
|
-
"@atlaskit/datetime-picker": "^17.
|
|
57
|
-
"@atlaskit/docs": "^11.
|
|
56
|
+
"@atlaskit/datetime-picker": "^17.5.0",
|
|
57
|
+
"@atlaskit/docs": "^11.4.0",
|
|
58
58
|
"@atlaskit/dropdown-menu": "^16.4.0",
|
|
59
59
|
"@atlaskit/link": "^3.3.0",
|
|
60
|
-
"@atlaskit/modal-dialog": "^14.
|
|
61
|
-
"@atlaskit/primitives": "^
|
|
60
|
+
"@atlaskit/modal-dialog": "^14.11.0",
|
|
61
|
+
"@atlaskit/primitives": "^18.0.0",
|
|
62
62
|
"@atlaskit/section-message": "^8.12.0",
|
|
63
63
|
"@atlaskit/select": "^21.7.0",
|
|
64
64
|
"@atlassian/ssr-tests": "workspace:^",
|