@atlaskit/dropdown-menu 16.3.3 → 16.3.5

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,17 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 16.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 16.3.3
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type MenuWrapperProps } from '../../types';
3
2
  /**
4
3
  *
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Holds the unique identifier for the checkbox group.
4
3
  */
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare function useRegisterItemWithFocusManager(hasPopup?: boolean): import("react").MutableRefObject<HTMLAnchorElement | HTMLButtonElement | null>;
3
2
  export default useRegisterItemWithFocusManager;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type MenuWrapperProps } from '../../types';
3
2
  /**
4
3
  *
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Holds the unique identifier for the checkbox group.
4
3
  */
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare function useRegisterItemWithFocusManager(hasPopup?: boolean): import("react").MutableRefObject<HTMLAnchorElement | HTMLButtonElement | null>;
3
2
  export default useRegisterItemWithFocusManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "16.3.3",
3
+ "version": "16.3.5",
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/"
@@ -24,18 +24,18 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/button": "^23.3.0",
27
+ "@atlaskit/button": "^23.4.0",
28
28
  "@atlaskit/css": "^0.12.0",
29
29
  "@atlaskit/ds-lib": "^5.0.0",
30
- "@atlaskit/icon": "^27.9.0",
30
+ "@atlaskit/icon": "^28.1.0",
31
31
  "@atlaskit/layering": "^3.0.0",
32
- "@atlaskit/menu": "^8.1.0",
32
+ "@atlaskit/menu": "^8.3.0",
33
33
  "@atlaskit/platform-feature-flags": "^1.1.0",
34
34
  "@atlaskit/popup": "^4.3.0",
35
- "@atlaskit/primitives": "^14.11.0",
35
+ "@atlaskit/primitives": "^14.12.0",
36
36
  "@atlaskit/spinner": "^19.0.0",
37
- "@atlaskit/theme": "^19.0.0",
38
- "@atlaskit/tokens": "^6.0.0",
37
+ "@atlaskit/theme": "^20.0.0",
38
+ "@atlaskit/tokens": "^6.1.0",
39
39
  "@atlaskit/visually-hidden": "^3.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "bind-event-listener": "^3.0.0"
@@ -48,17 +48,17 @@
48
48
  "@af/accessibility-testing": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/app-provider": "^3.0.0",
51
+ "@atlaskit/app-provider": "^3.1.0",
52
52
  "@atlaskit/atlassian-navigation": "^5.3.0",
53
53
  "@atlaskit/avatar": "^25.1.0",
54
54
  "@atlaskit/checkbox": "^17.1.0",
55
55
  "@atlaskit/docs": "^11.0.0",
56
- "@atlaskit/form": "^12.0.0",
56
+ "@atlaskit/form": "^12.2.0",
57
57
  "@atlaskit/heading": "^5.2.0",
58
58
  "@atlaskit/link": "^3.2.0",
59
59
  "@atlaskit/lozenge": "^13.0.0",
60
60
  "@atlaskit/modal-dialog": "^14.3.0",
61
- "@atlaskit/section-message": "^8.5.0",
61
+ "@atlaskit/section-message": "^8.6.0",
62
62
  "@atlaskit/textfield": "^8.0.0",
63
63
  "@atlaskit/toggle": "^15.1.0",
64
64
  "@atlassian/feature-flags-test-utils": "^0.3.0",
@@ -67,8 +67,7 @@
67
67
  "@testing-library/user-event": "^14.4.3",
68
68
  "jest-in-case": "^1.0.2",
69
69
  "raf-stub": "^2.0.1",
70
- "react-dom": "^18.2.0",
71
- "typescript": "~5.4.2"
70
+ "react-dom": "^18.2.0"
72
71
  },
73
72
  "keywords": [
74
73
  "atlaskit",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/types.d.ts"
14
14
  ]