@synerise/ds-menu 0.11.6 → 0.12.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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.11.6...@synerise/ds-menu@0.12.0) (2022-01-13)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-menu
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.11.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.11.5...@synerise/ds-menu@0.11.6) (2022-01-04)
7
15
 
8
16
 
package/dist/Menu.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import '@synerise/ds-core/dist/js/style';
3
3
  import './style/index.less';
4
+ import * as S from './Menu.styles';
4
5
  import { AntdMenuProps } from './Menu.types';
5
6
  import MenuItem from './Elements/Item/MenuItem';
6
7
  import Breadcrumb from './Elements/Breadcrumb/Breadcrumb';
@@ -9,7 +10,7 @@ declare class Menu extends React.Component<AntdMenuProps> {
9
10
  static Item: typeof MenuItem;
10
11
  static Breadcrumb: typeof Breadcrumb;
11
12
  static Header: typeof Header;
12
- static ItemGroup: typeof import("rc-menu/lib/MenuItemGroup").default;
13
+ static ItemGroup: typeof S.AntdMenu.ItemGroup;
13
14
  static SubMenu: typeof import("antd/lib/menu/SubMenu").default;
14
15
  static Divider: import("styled-components").StyledComponent<"div", any, import("./Menu.types").MenuDividerProps, never>;
15
16
  render(): React.ReactNode;
package/dist/Menu.js CHANGED
@@ -10,8 +10,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
10
10
 
11
11
  import * as React from 'react';
12
12
  import '@synerise/ds-core/dist/js/style';
13
- import "./style/index.css";
14
13
  import Tooltip from '@synerise/ds-tooltip';
14
+ import "./style/index.css";
15
15
  import * as S from './Menu.styles';
16
16
  import SubMenuItem from './Elements/SubMenu/SubMenu';
17
17
  import MenuItem from './Elements/Item/MenuItem';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-menu",
3
- "version": "0.11.6",
3
+ "version": "0.12.0",
4
4
  "description": "Menu UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -41,5 +41,5 @@
41
41
  "@synerise/ds-core": "*",
42
42
  "react": ">=16.9.0 < 17.0.0"
43
43
  },
44
- "gitHead": "318a8d87f977c5d8f58c3cd06ccba4f243d7ee99"
44
+ "gitHead": "ea9de2181d1be9568be54761a8a0c7940d930a4f"
45
45
  }