react-dockable-desktop 5.0.0 → 5.1.1

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/dist/styles.css CHANGED
@@ -378,6 +378,7 @@ body,
378
378
 
379
379
  /* Global body cursor overrides during active resize drag to prevent cursor flickering */
380
380
  body.rdd-resizing-active {
381
+ -webkit-user-select: none !important;
381
382
  user-select: none !important;
382
383
  }
383
384
  body.rdd-resizing-row-active,
@@ -979,6 +980,10 @@ body.rdd-resizing-col-active * {
979
980
  .rdd-dragging-active * {
980
981
  cursor: grabbing !important;
981
982
  }
983
+ body.rdd-dragging-active {
984
+ -webkit-user-select: none !important;
985
+ user-select: none !important;
986
+ }
982
987
 
983
988
  /* --- Theme Variables for Sidebar and Tabs --- */
984
989
  [data-color-scheme="dark"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dockable-desktop",
3
- "version": "5.0.0",
3
+ "version": "5.1.1",
4
4
  "description": "A premium, state-of-the-art window manager and dockable layout engine for React. Supports fluid grid splits, tabbed groups, floating resizable windows, zero-unmount state preservation, context menus, and internationalization.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",