@synerise/ds-menu 1.3.1 → 1.4.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,12 @@
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.4.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@1.3.1...@synerise/ds-menu@1.4.0) (2026-01-22)
7
+
8
+ ### Features
9
+
10
+ - **slider:** migrated from antd to tanstack ranger lib ([0c287c1](https://github.com/Synerise/synerise-design/commit/0c287c135d91180a143221bc273821828ad7efdc))
11
+
6
12
  ## [1.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-menu@1.3.0...@synerise/ds-menu@1.3.1) (2026-01-21)
7
13
 
8
14
  **Note:** Version bump only for package @synerise/ds-menu
@@ -1,4 +1,3 @@
1
- import 'rc-trigger/assets/index.less';
2
1
  import React, { type CSSProperties, type PropsWithChildren } from 'react';
3
2
  import { type BasicItemProps } from './Text.types';
4
3
  export type HoverTooltipProps = PropsWithChildren<{
@@ -3,7 +3,6 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
3
3
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
4
  import classNames from 'classnames';
5
5
  import copy from 'copy-to-clipboard';
6
- import "rc-trigger/assets/index.css";
7
6
  import React, { useCallback, useMemo, useState } from 'react';
8
7
  import { useDropdown, useTheme } from '@synerise/ds-core';
9
8
  import Icon, { AngleRightS, CheckS } from '@synerise/ds-icon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-menu",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "Menu UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -36,7 +36,7 @@
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
38
  "@synerise/ds-button": "^1.5.5",
39
- "@synerise/ds-divider": "^1.2.6",
39
+ "@synerise/ds-divider": "^1.2.7",
40
40
  "@synerise/ds-icon": "^1.10.0",
41
41
  "@synerise/ds-popover": "^1.3.1",
42
42
  "@synerise/ds-tooltip": "^1.3.5",
@@ -55,5 +55,5 @@
55
55
  "react": ">=16.9.0 <= 18.3.1",
56
56
  "styled-components": "^5.3.3"
57
57
  },
58
- "gitHead": "1ab50150aadeb21d9464b1558d0d1ea8808b85e5"
58
+ "gitHead": "13055ac4f0b05cc3eb06021d51c93c8d32328053"
59
59
  }