@atlaskit/popup 4.16.1 → 4.16.2
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.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e2085d35701ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2085d35701ca) -
|
|
8
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.16.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -37,7 +37,7 @@ var blanketStyles = null;
|
|
|
37
37
|
var modalStyles = null;
|
|
38
38
|
var newModalStyles = null;
|
|
39
39
|
var focusRingStyles = {
|
|
40
|
-
root: "
|
|
40
|
+
root: "_mizu1v1w _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
41
41
|
};
|
|
42
42
|
var placementMap = {
|
|
43
43
|
'top': {
|
|
@@ -24,7 +24,7 @@ const blanketStyles = null;
|
|
|
24
24
|
const modalStyles = null;
|
|
25
25
|
const newModalStyles = null;
|
|
26
26
|
const focusRingStyles = {
|
|
27
|
-
root: "
|
|
27
|
+
root: "_mizu1v1w _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
28
28
|
};
|
|
29
29
|
const placementMap = {
|
|
30
30
|
'top': {
|
|
@@ -28,7 +28,7 @@ var blanketStyles = null;
|
|
|
28
28
|
var modalStyles = null;
|
|
29
29
|
var newModalStyles = null;
|
|
30
30
|
var focusRingStyles = {
|
|
31
|
-
root: "
|
|
31
|
+
root: "_mizu1v1w _1ah3dkaa _ra3xnqa1 _128mdkaa _1cvmnqa1 _4davt94y"
|
|
32
32
|
};
|
|
33
33
|
var placementMap = {
|
|
34
34
|
'top': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.2",
|
|
4
4
|
"description": "A popup displays brief content in an overlay.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/docs": "^11.7.0",
|
|
62
62
|
"@atlaskit/form": "^15.5.0",
|
|
63
63
|
"@atlaskit/heading": "^5.3.0",
|
|
64
|
-
"@atlaskit/icon": "^
|
|
64
|
+
"@atlaskit/icon": "^34.0.0",
|
|
65
65
|
"@atlaskit/link": "^3.3.0",
|
|
66
66
|
"@atlaskit/modal-dialog": "^14.14.0",
|
|
67
67
|
"@atlaskit/section-message": "^8.12.0",
|