@synerise/ds-menu 1.0.27 → 1.1.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,17 @@
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
+ # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@1.0.27...@synerise/ds-menu@1.1.0) (2025-10-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * **list-item:** submenu and header ([71fa4bf](https://github.com/Synerise/synerise-design/commit/71fa4bfadd5fdb52d61dfe8fe87a9e47567e5d16))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.0.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@1.0.26...@synerise/ds-menu@1.0.27) (2025-10-08)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-menu
@@ -3,6 +3,7 @@ import React from 'react';
3
3
  import * as S from './Divider.styles';
4
4
  export var Divider = function Divider(props) {
5
5
  return /*#__PURE__*/React.createElement(S.MenuDivider, _extends({
6
+ withSideMargin: true,
6
7
  dashed: true
7
8
  }, props));
8
9
  };
@@ -3,7 +3,7 @@ import DSDivider from '@synerise/ds-divider';
3
3
  export var MenuDivider = styled(DSDivider).withConfig({
4
4
  displayName: "Dividerstyles__MenuDivider",
5
5
  componentId: "sc-1gajr0l-0"
6
- })(["height:1px;width:auto;margin:", " ", ";"], function (props) {
6
+ })(["height:1px;width:auto;display:block;margin:", " ", ";"], function (props) {
7
7
  return props.higher ? '16px' : '8px';
8
8
  }, function (props) {
9
9
  return props != null && props.level && (props == null ? void 0 : props.level) > 1 ? '35px' : '12px';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import Icon, { InfoFillS } from '@synerise/ds-icon';
3
- import Tooltip from '@synerise/ds-tooltip/dist/Tooltip';
3
+ import Tooltip from '@synerise/ds-tooltip';
4
4
  import * as S from './Header.styles';
5
5
  var MenuHeader = function MenuHeader(_ref) {
6
6
  var headerText = _ref.headerText,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-menu",
3
- "version": "1.0.27",
3
+ "version": "1.1.0",
4
4
  "description": "Menu UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,11 +35,11 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-button": "^1.4.13",
39
- "@synerise/ds-divider": "^1.1.3",
40
- "@synerise/ds-icon": "^1.7.2",
41
- "@synerise/ds-tooltip": "^1.2.0",
42
- "@synerise/ds-utils": "^1.4.2",
38
+ "@synerise/ds-button": "^1.4.14",
39
+ "@synerise/ds-divider": "^1.2.0",
40
+ "@synerise/ds-icon": "^1.7.3",
41
+ "@synerise/ds-tooltip": "^1.2.1",
42
+ "@synerise/ds-utils": "^1.5.0",
43
43
  "classnames": "^2.5.1",
44
44
  "copy-to-clipboard": "^3.3.1",
45
45
  "rc-menu": "~9.6.3",
@@ -52,5 +52,5 @@
52
52
  "react": ">=16.9.0 <= 18.3.1",
53
53
  "styled-components": "^5.3.3"
54
54
  },
55
- "gitHead": "b93cc50e96540d3174fcf1c673d424d0ff57c5ef"
55
+ "gitHead": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
56
56
  }