@atlaskit/popup 1.28.4 → 1.29.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/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/popup
|
|
2
2
|
|
|
3
|
+
## 1.29.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#154669](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154669)
|
|
8
|
+
[`20db78434becd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/20db78434becd) -
|
|
9
|
+
Bump to the latest version of @compiled/\*
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 1.28.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 1.28.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"description": "A popup displays brief content in an overlay.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/css": "^0.
|
|
39
|
+
"@atlaskit/css": "^0.6.0",
|
|
40
40
|
"@atlaskit/ds-lib": "^3.1.0",
|
|
41
41
|
"@atlaskit/focus-ring": "^1.6.0",
|
|
42
|
-
"@atlaskit/layering": "^0.
|
|
42
|
+
"@atlaskit/layering": "^0.7.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
44
44
|
"@atlaskit/popper": "^6.3.0",
|
|
45
45
|
"@atlaskit/portal": "^4.9.0",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"@af/accessibility-testing": "*",
|
|
62
62
|
"@af/integration-testing": "*",
|
|
63
63
|
"@af/visual-regression": "*",
|
|
64
|
-
"@atlaskit/button": "^20.
|
|
65
|
-
"@atlaskit/icon": "^22.
|
|
64
|
+
"@atlaskit/button": "^20.3.0",
|
|
65
|
+
"@atlaskit/icon": "^22.23.0",
|
|
66
66
|
"@atlaskit/ssr": "*",
|
|
67
67
|
"@atlaskit/textfield": "^6.5.0",
|
|
68
68
|
"@atlaskit/toggle": "^13.4.0",
|
|
69
69
|
"@atlaskit/visual-regression": "*",
|
|
70
70
|
"@atlassian/feature-flags-test-utils": "*",
|
|
71
|
-
"@compiled/react": "^0.
|
|
71
|
+
"@compiled/react": "^0.18.1",
|
|
72
72
|
"@testing-library/dom": "^10.1.0",
|
|
73
73
|
"@testing-library/react": "^12.1.5",
|
|
74
74
|
"@testing-library/react-hooks": "^8.0.1",
|