@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.
- package/cjs/components/ItemList/ItemList.js +1 -0
- package/cjs/index.js +1 -1
- package/dist/plesk-ui-library-rtl.css +1 -1
- package/dist/plesk-ui-library-rtl.css.map +1 -1
- package/dist/plesk-ui-library.css +1 -1
- package/dist/plesk-ui-library.css.map +1 -1
- package/dist/plesk-ui-library.js +2 -1
- package/dist/plesk-ui-library.js.map +1 -1
- package/dist/plesk-ui-library.min.js +2 -2
- package/dist/plesk-ui-library.min.js.map +1 -1
- package/esm/components/ItemList/ItemList.js +1 -0
- package/esm/index.js +1 -1
- package/package.json +4 -4
- package/styleguide/build/bundle.c8a7a22b.js +2 -0
- package/styleguide/index.html +2 -2
- package/styleguide/build/bundle.8483c3ef.js +0 -2
- /package/styleguide/build/{bundle.8483c3ef.js.LICENSE.txt → bundle.c8a7a22b.js.LICENSE.txt} +0 -0
|
@@ -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
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plesk/ui-library",
|
|
3
|
-
"version": "3.41.
|
|
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
|
|
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": "^
|
|
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": "^
|
|
132
|
+
"webpack-cli": "^6.0.1"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|
|
135
135
|
"react": "^18.2.0",
|