@atlaskit/inline-message 15.6.2 → 15.6.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +7 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 15.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.6.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`18245cbd990e3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/18245cbd990e3) -
14
+ Added motion to opening and closing of Popup
15
+ - Updated dependencies
16
+
3
17
  ## 15.6.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "15.6.2",
3
+ "version": "15.6.4",
4
4
  "description": "An inline message lets users know when important information is available or when an action is required.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,11 +26,11 @@
26
26
  "dependencies": {
27
27
  "@atlaskit/button": "^23.10.0",
28
28
  "@atlaskit/ds-lib": "^6.0.0",
29
- "@atlaskit/icon": "^33.1.0",
29
+ "@atlaskit/icon": "^34.0.0",
30
30
  "@atlaskit/link": "^3.3.0",
31
31
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
32
  "@atlaskit/popper": "^7.1.0",
33
- "@atlaskit/popup": "^4.14.0",
33
+ "@atlaskit/popup": "^4.16.0",
34
34
  "@atlaskit/primitives": "^18.1.0",
35
35
  "@atlaskit/theme": "^22.0.0",
36
36
  "@atlaskit/tokens": "^11.4.0",
@@ -46,7 +46,7 @@
46
46
  "@af/visual-regression": "workspace:^",
47
47
  "@atlaskit/docs": "^11.7.0",
48
48
  "@atlaskit/heading": "^5.3.0",
49
- "@atlaskit/modal-dialog": "^14.13.0",
49
+ "@atlaskit/modal-dialog": "^14.14.0",
50
50
  "@atlaskit/section-message": "^8.12.0",
51
51
  "@atlassian/ssr-tests": "workspace:^",
52
52
  "@atlassian/structured-docs-types": "workspace:^",
@@ -91,6 +91,9 @@
91
91
  "platform-feature-flags": {
92
92
  "dst-a11y__replace-anchor-with-link__design-system-": {
93
93
  "type": "boolean"
94
+ },
95
+ "platform-dst-motion-uplift": {
96
+ "type": "boolean"
94
97
  }
95
98
  }
96
99
  }