react-dockable-desktop 6.0.0 → 6.0.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/README.md +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -2
- package/dist/index.d.ts +33 -2
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3776,6 +3776,9 @@ html.rdd-no-animations [class*="rdd-"]::after {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
|
|
3778
3778
|
.rdd-panel-toolbar-search__dropdown {
|
|
3779
|
+
/* Shifts with --rdd-z-base like every other chrome overlay; above the context menu
|
|
3780
|
+
(+8500/+8501) since it's opened from a toolbar that can sit under one. */
|
|
3781
|
+
z-index: calc(var(--rdd-z-base, 1000) + 8502);
|
|
3779
3782
|
background: var(--rdd-panel-float-bg, rgba(22, 24, 34, 0.95));
|
|
3780
3783
|
border: 1px solid var(--rdd-panel-float-border, rgba(255, 255, 255, 0.1));
|
|
3781
3784
|
border-radius: var(--rdd-panel-float-radius, 8px);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dockable-desktop",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.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",
|