@plesk/ui-library 3.41.0 → 3.41.2

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.
@@ -209,6 +209,7 @@ class ItemList extends Component {
209
209
  axis: "xy",
210
210
  helperClass: helperClass,
211
211
  onSortEnd: onReorderEnd,
212
+ disableAutoscroll: true,
212
213
  ...props,
213
214
  children: Children.map(children, (child, index) => {
214
215
  if (/*#__PURE__*/isValidElement(child)) {
package/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
2
2
  import svg4everybody from 'svg4everybody';
3
- const version = "3.41.0";
3
+ const version = "3.41.2";
4
4
  export * from './publicPath';
5
5
  export { version };
6
6
  export * from './utils';
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@plesk/ui-library",
3
- "version": "3.41.0",
3
+ "version": "3.41.2",
4
4
  "description": "Plesk UI Library",
5
5
  "main": "index.js",
6
6
  "module": "esm/index.js",
7
- "types": "./types/src",
7
+ "types": "./types",
8
8
  "sideEffects": [
9
9
  "cjs/index.js",
10
10
  "esm/index.js",
@@ -101,7 +101,7 @@
101
101
  "eslint-plugin-markdown": "^5.1.0",
102
102
  "html-webpack-plugin": "^5.6.0",
103
103
  "jest": "^29.7.0",
104
- "jest-dev-server": "^10.1.1",
104
+ "jest-dev-server": "^11.0.0",
105
105
  "jest-environment-jsdom": "^29.7.0",
106
106
  "jest-image-snapshot": "^6.4.0",
107
107
  "less": "^4.2.0",
@@ -129,7 +129,7 @@
129
129
  "terser-webpack-plugin": "^5.3.10",
130
130
  "typescript": "5.7.2",
131
131
  "webpack": "^5.94.0",
132
- "webpack-cli": "^5.1.4"
132
+ "webpack-cli": "^6.0.1"
133
133
  },
134
134
  "peerDependencies": {
135
135
  "react": "^18.2.0",