react-dockable-desktop 6.0.1 → 6.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/dist/styles.css CHANGED
@@ -3928,6 +3928,15 @@ html.rdd-no-animations [class*="rdd-"]::after {
3928
3928
  }
3929
3929
 
3930
3930
  /* ── Docking drop zones (visible while dragging a floating window) ── */
3931
+ /* Armed for resize-to-stretch: the clamps already hold the widget exactly where a stretched axis
3932
+ would sit, so releasing now locks it there. The outline is the cue that it *will* lock — without
3933
+ it the gesture is invisible and undiscoverable. Same dashed accent vocabulary as the drop zones
3934
+ below. */
3935
+ .rdd-panel-float--snapping {
3936
+ outline: 2px dashed var(--rdd-accent-color, #38bdf8);
3937
+ outline-offset: -2px;
3938
+ }
3939
+
3931
3940
  .rdd-panel-float-dropzone {
3932
3941
  position: absolute;
3933
3942
  width: 80px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dockable-desktop",
3
- "version": "6.0.1",
3
+ "version": "6.2.0",
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",