@atlaskit/dropdown-menu 16.3.12 → 16.3.13
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 +8 -0
- package/dist/cjs/internal/components/group-title.js +1 -1
- package/dist/cjs/internal/components/menu-wrapper.js +1 -1
- package/dist/es2019/internal/components/group-title.js +1 -1
- package/dist/es2019/internal/components/menu-wrapper.js +1 -1
- package/dist/esm/internal/components/group-title.js +1 -1
- package/dist/esm/internal/components/menu-wrapper.js +1 -1
- package/dist/types/dropdown-menu-item-group.d.ts +1 -1
- package/dist/types/dropdown-menu-item.d.ts +1 -1
- package/dist/types-ts4.5/dropdown-menu-item-group.d.ts +1 -1
- package/dist/types-ts4.5/dropdown-menu-item.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/dropdown-menu
|
|
2
2
|
|
|
3
|
+
## 16.3.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
|
|
8
|
+
add type info to forwardRef components
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 16.3.12
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -6,5 +6,5 @@ import { type SectionProps } from '@atlaskit/menu';
|
|
|
6
6
|
* A wrapping element for dropdown menu items.
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
declare const DropdownMenuItemGroup: React.ForwardRefExoticComponent<SectionProps & React.RefAttributes<HTMLElement>>;
|
|
9
|
+
declare const DropdownMenuItemGroup: React.ForwardRefExoticComponent<React.PropsWithoutRef<SectionProps> & React.RefAttributes<HTMLElement>>;
|
|
10
10
|
export default DropdownMenuItemGroup;
|
|
@@ -9,5 +9,5 @@ import { type DropdownItemProps } from './types';
|
|
|
9
9
|
* - [Code](https://atlassian.design/components/dropdown-menu/dropdown-item/code)
|
|
10
10
|
* - [Usage](https://atlassian.design/components/dropdown-menu/dropdown-item/usage)
|
|
11
11
|
*/
|
|
12
|
-
declare const DropdownMenuItem: React.ForwardRefExoticComponent<DropdownItemProps & React.RefAttributes<HTMLElement>>;
|
|
12
|
+
declare const DropdownMenuItem: React.ForwardRefExoticComponent<React.PropsWithoutRef<DropdownItemProps> & React.RefAttributes<HTMLElement>>;
|
|
13
13
|
export default DropdownMenuItem;
|
|
@@ -6,5 +6,5 @@ import { type SectionProps } from '@atlaskit/menu';
|
|
|
6
6
|
* A wrapping element for dropdown menu items.
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
declare const DropdownMenuItemGroup: React.ForwardRefExoticComponent<SectionProps & React.RefAttributes<HTMLElement>>;
|
|
9
|
+
declare const DropdownMenuItemGroup: React.ForwardRefExoticComponent<React.PropsWithoutRef<SectionProps> & React.RefAttributes<HTMLElement>>;
|
|
10
10
|
export default DropdownMenuItemGroup;
|
|
@@ -9,5 +9,5 @@ import { type DropdownItemProps } from './types';
|
|
|
9
9
|
* - [Code](https://atlassian.design/components/dropdown-menu/dropdown-item/code)
|
|
10
10
|
* - [Usage](https://atlassian.design/components/dropdown-menu/dropdown-item/usage)
|
|
11
11
|
*/
|
|
12
|
-
declare const DropdownMenuItem: React.ForwardRefExoticComponent<DropdownItemProps & React.RefAttributes<HTMLElement>>;
|
|
12
|
+
declare const DropdownMenuItem: React.ForwardRefExoticComponent<React.PropsWithoutRef<DropdownItemProps> & React.RefAttributes<HTMLElement>>;
|
|
13
13
|
export default DropdownMenuItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dropdown-menu",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.13",
|
|
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/"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/primitives": "^14.15.0",
|
|
36
36
|
"@atlaskit/spinner": "^19.0.0",
|
|
37
37
|
"@atlaskit/theme": "^21.0.0",
|
|
38
|
-
"@atlaskit/tokens": "^6.
|
|
38
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
39
39
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"bind-event-listener": "^3.0.0"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/avatar": "^25.2.0",
|
|
54
54
|
"@atlaskit/checkbox": "^17.1.0",
|
|
55
55
|
"@atlaskit/docs": "^11.1.0",
|
|
56
|
-
"@atlaskit/form": "^14.
|
|
56
|
+
"@atlaskit/form": "^14.2.0",
|
|
57
57
|
"@atlaskit/heading": "^5.2.0",
|
|
58
58
|
"@atlaskit/link": "^3.2.0",
|
|
59
59
|
"@atlaskit/lozenge": "^13.0.0",
|