@synerise/ds-scrollbar 1.1.9 → 1.2.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.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-scrollbar@1.1.9...@synerise/ds-scrollbar@1.2.0) (2025-11-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.1.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-scrollbar@1.1.8...@synerise/ds-scrollbar@1.1.9) (2025-10-10)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-scrollbar
@@ -6,7 +6,7 @@ export var ScrollbarContent = styled.div.withConfig({
6
6
  export var ScrollbarWrapper = styled.div.withConfig({
7
7
  displayName: "VirtualScrollbarstyles__ScrollbarWrapper",
8
8
  componentId: "sc-hoiad9-1"
9
- })(["padding-right:", ";padding-bottom:", ";& > *{opacity:", ";transition:all 0.25s ease-in-out;}"], function (props) {
9
+ })(["padding-right:", ";.ps--active-x &{padding-bottom:", ";}& > *{opacity:", ";transition:all 0.25s ease-in-out;}"], function (props) {
10
10
  if (props.absolute) {
11
11
  return '';
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-scrollbar",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "Scrollbar 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
  "@ofsajd/react-perfect-scrollbar": "1.0.0",
39
- "@synerise/ds-icon": "^1.7.3",
39
+ "@synerise/ds-icon": "^1.8.0",
40
40
  "@synerise/ds-utils": "^1.5.0",
41
41
  "classnames": "^2.3.2",
42
42
  "lodash": "^4.7.21"
@@ -46,5 +46,5 @@
46
46
  "react": ">=16.9.0 <= 18.3.1",
47
47
  "styled-components": "^5.3.3"
48
48
  },
49
- "gitHead": "4e09fc37fa21ff2e27655e7bb305b136db0ca199"
49
+ "gitHead": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
50
50
  }