@widgetstools/react-dock-manager 0.1.2 → 0.1.3
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/index.cjs +143 -5475
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -5440
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/* Import shared CSS variables and base styles from core */
|
|
11
|
-
@import '
|
|
11
|
+
@import '@widgetstools/dock-manager-core/styles.css';
|
|
12
12
|
|
|
13
13
|
/* Tailwind CSS utility classes mapped to the shared CSS variables */
|
|
14
14
|
@layer utilities {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@widgetstools/react-dock-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A powerful, extensible dock manager for React with drag-and-drop, floating panels, split views, tabs, and auto-hide pinnable panels.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
+
"@widgetstools/dock-manager-core": "0.1.3",
|
|
39
40
|
"fix-dts-default-cjs-exports": "^1.0.1"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|