@atlaskit/popup 4.3.14 → 4.3.15
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,13 @@
|
|
|
1
1
|
# @atlaskit/popup
|
|
2
2
|
|
|
3
|
+
## 4.3.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.3.14
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -32,7 +32,7 @@ var scrollableStyles = null;
|
|
|
32
32
|
var blanketStyles = null;
|
|
33
33
|
var modalStyles = null;
|
|
34
34
|
var focusRingStyles = {
|
|
35
|
-
root: "_mizu194a
|
|
35
|
+
root: "_mizu194a _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
36
36
|
};
|
|
37
37
|
var DefaultPopupComponent = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
38
38
|
var shouldRenderToParent = props.shouldRenderToParent,
|
|
@@ -19,7 +19,7 @@ const scrollableStyles = null;
|
|
|
19
19
|
const blanketStyles = null;
|
|
20
20
|
const modalStyles = null;
|
|
21
21
|
const focusRingStyles = {
|
|
22
|
-
root: "_mizu194a
|
|
22
|
+
root: "_mizu194a _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
23
23
|
};
|
|
24
24
|
const DefaultPopupComponent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
25
25
|
const {
|
|
@@ -23,7 +23,7 @@ var scrollableStyles = null;
|
|
|
23
23
|
var blanketStyles = null;
|
|
24
24
|
var modalStyles = null;
|
|
25
25
|
var focusRingStyles = {
|
|
26
|
-
root: "_mizu194a
|
|
26
|
+
root: "_mizu194a _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
27
27
|
};
|
|
28
28
|
var DefaultPopupComponent = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
29
29
|
var shouldRenderToParent = props.shouldRenderToParent,
|