@synerise/ds-scrollbar 1.3.4 → 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,16 @@
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-scrollbar@1.3.5...@synerise/ds-scrollbar@1.4.0) (2026-05-22)
7
+
8
+ ### Features
9
+
10
+ - **modal:** migration from antd ([3588b65](https://github.com/Synerise/synerise-design/commit/3588b65fbe67838fed4ee5125090ad47d334e04b))
11
+
12
+ ## [1.3.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-scrollbar@1.3.4...@synerise/ds-scrollbar@1.3.5) (2026-05-13)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-scrollbar
15
+
6
16
  ## [1.3.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-scrollbar@1.3.3...@synerise/ds-scrollbar@1.3.4) (2026-05-04)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-scrollbar",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "description": "Scrollbar UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -42,8 +42,8 @@
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
44
  "@ofsajd/react-perfect-scrollbar": "1.0.0",
45
- "@synerise/ds-icon": "^1.17.3",
46
- "@synerise/ds-utils": "^1.8.1",
45
+ "@synerise/ds-icon": "^1.18.1",
46
+ "@synerise/ds-utils": "^1.9.0",
47
47
  "classnames": "^2.3.2"
48
48
  },
49
49
  "peerDependencies": {
@@ -52,5 +52,5 @@
52
52
  "styled-components": "^5.3.3",
53
53
  "vitest": "4"
54
54
  },
55
- "gitHead": "c5eee882509cbeb4544cb45939620881b829d4d9"
55
+ "gitHead": "f257f56d8991010593efd5ea9915335e813671a6"
56
56
  }
package/dist/modules.d.js DELETED
@@ -1 +0,0 @@
1
- import "@testing-library/jest-dom";
package/dist/modules.d.ts DELETED
File without changes