@synerise/ds-menu 0.18.19 → 0.18.21
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 +16 -0
- package/dist/Elements/SubMenu/SubMenu.js +2 -2
- package/dist/Menu.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.18.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.18.20...@synerise/ds-menu@0.18.21) (2024-05-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-menu
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.18.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.18.19...@synerise/ds-menu@0.18.20) (2024-04-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-menu
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.18.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@0.18.18...@synerise/ds-menu@0.18.19) (2024-04-05)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-menu
|
|
@@ -15,8 +15,6 @@ import MenuItem from '../Item/MenuItem';
|
|
|
15
15
|
import SubmenuText from '../Item/SubmenuText/SubmenuText';
|
|
16
16
|
|
|
17
17
|
var SubMenuItem = /*#__PURE__*/function (_React$PureComponent) {
|
|
18
|
-
_inheritsLoose(SubMenuItem, _React$PureComponent);
|
|
19
|
-
|
|
20
18
|
function SubMenuItem(props) {
|
|
21
19
|
var _this;
|
|
22
20
|
|
|
@@ -28,6 +26,8 @@ var SubMenuItem = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
28
26
|
return _this;
|
|
29
27
|
}
|
|
30
28
|
|
|
29
|
+
_inheritsLoose(SubMenuItem, _React$PureComponent);
|
|
30
|
+
|
|
31
31
|
var _proto = SubMenuItem.prototype;
|
|
32
32
|
|
|
33
33
|
_proto.render = function render() {
|
package/dist/Menu.js
CHANGED
|
@@ -19,12 +19,12 @@ import Breadcrumb from './Elements/Breadcrumb/Breadcrumb';
|
|
|
19
19
|
import Header from './Elements/Header/Header';
|
|
20
20
|
|
|
21
21
|
var Menu = /*#__PURE__*/function (_React$Component) {
|
|
22
|
-
_inheritsLoose(Menu, _React$Component);
|
|
23
|
-
|
|
24
22
|
function Menu() {
|
|
25
23
|
return _React$Component.apply(this, arguments) || this;
|
|
26
24
|
}
|
|
27
25
|
|
|
26
|
+
_inheritsLoose(Menu, _React$Component);
|
|
27
|
+
|
|
28
28
|
var _proto = Menu.prototype;
|
|
29
29
|
|
|
30
30
|
_proto.render = function render() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-menu",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.21",
|
|
4
4
|
"description": "Menu UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-icon": "^0.60.
|
|
37
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
38
|
-
"@synerise/ds-utils": "^0.26.
|
|
36
|
+
"@synerise/ds-icon": "^0.60.8",
|
|
37
|
+
"@synerise/ds-tooltip": "^0.14.26",
|
|
38
|
+
"@synerise/ds-utils": "^0.26.4",
|
|
39
39
|
"classnames": "2.3.2",
|
|
40
40
|
"copy-to-clipboard": "^3.3.1",
|
|
41
41
|
"rc-menu": "8.10.7",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"@testing-library/jest-dom": "5.1.1",
|
|
53
53
|
"@testing-library/react": "10.0.1"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "1ad18b4b850f614943cd940a6b509d215ec025c7"
|
|
56
56
|
}
|