@booboo-brain/panel 0.5.1 → 0.5.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/README.md +52 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +90 -4
- package/dist-app/assets/index-BhChad7x.js +586 -0
- package/dist-app/index.html +1 -1
- package/package.json +2 -2
- package/dist-app/assets/index-zRekZLo0.js +0 -562
package/dist-app/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
html, body, #root { margin: 0; height: 100%; background: var(--bg, #0b0c10); }
|
|
13
13
|
:root[data-theme="light"] { --bg: #f5f7f9; } /* so the fallback resolves light before panel.css loads */
|
|
14
14
|
</style>
|
|
15
|
-
<script type="module" crossorigin src="./assets/index-
|
|
15
|
+
<script type="module" crossorigin src="./assets/index-BhChad7x.js"></script>
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
18
18
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@booboo-brain/panel",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Booboo panel — the organigram. Run your agents like a company: a drag-drop hierarchy your agents boot from, with buckets, reports, rules and the 3D graph, over one org file + snapshot.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"react-dom": ">=18"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@booboo-brain/spec": "0.
|
|
35
|
+
"@booboo-brain/spec": "0.3.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "^19.0.0",
|