@atlaskit/dropdown-menu 16.8.1 → 16.8.3

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 +16 -0
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 16.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
8
+ Migrate spacing prop usages on icons to Flex wrapper
9
+ - Updated dependencies
10
+
11
+ ## 16.8.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [`18245cbd990e3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/18245cbd990e3) -
16
+ Added motion to opening and closing of Popup
17
+ - Updated dependencies
18
+
3
19
  ## 16.8.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "16.8.1",
3
+ "version": "16.8.3",
4
4
  "description": "A dropdown menu displays a list of actions or options to a user.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/layering": "^3.6.0",
32
32
  "@atlaskit/menu": "^8.4.0",
33
33
  "@atlaskit/platform-feature-flags": "^1.1.0",
34
- "@atlaskit/popup": "^4.14.0",
34
+ "@atlaskit/popup": "^4.16.0",
35
35
  "@atlaskit/primitives": "^18.1.0",
36
36
  "@atlaskit/spinner": "^19.0.0",
37
37
  "@atlaskit/theme": "^22.0.0",
@@ -48,7 +48,7 @@
48
48
  "@af/accessibility-testing": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/app-provider": "^4.1.0",
51
+ "@atlaskit/app-provider": "^4.2.0",
52
52
  "@atlaskit/atlassian-navigation": "^5.6.0",
53
53
  "@atlaskit/avatar": "^25.11.0",
54
54
  "@atlaskit/checkbox": "^17.3.0",
@@ -57,11 +57,11 @@
57
57
  "@atlaskit/heading": "^5.3.0",
58
58
  "@atlaskit/link": "^3.3.0",
59
59
  "@atlaskit/lozenge": "^13.5.0",
60
- "@atlaskit/modal-dialog": "^14.13.0",
60
+ "@atlaskit/modal-dialog": "^14.14.0",
61
61
  "@atlaskit/section-message": "^8.12.0",
62
62
  "@atlaskit/textfield": "^8.2.0",
63
63
  "@atlaskit/toggle": "^15.2.0",
64
- "@atlassian/a11y-jest-testing": "^0.10.0",
64
+ "@atlassian/a11y-jest-testing": "^0.11.0",
65
65
  "@atlassian/feature-flags-test-utils": "^1.0.0",
66
66
  "@atlassian/structured-docs-types": "workspace:^",
67
67
  "@testing-library/react": "^16.3.0",
@@ -87,6 +87,9 @@
87
87
  },
88
88
  "platform_dst_menu_item_focus": {
89
89
  "type": "boolean"
90
+ },
91
+ "platform-dst-motion-uplift": {
92
+ "type": "boolean"
90
93
  }
91
94
  },
92
95
  "techstack": {