@tangle-network/sandbox-ui 0.11.0 → 0.13.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/chunk-LQNEZDRM.js +109 -0
- package/dist/files.d.ts +64 -4
- package/dist/files.js +4 -0
- package/dist/globals.css +407 -403
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -0
- package/dist/styles.css +407 -403
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/sandbox-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Unified UI component library for Tangle Sandbox — primitives, chat, dashboard, terminal, editor, and workspace components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"test:watch": "vitest"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
|
+
"@tangle-network/brand": "^0.2.0",
|
|
108
109
|
"react": "^18 || ^19",
|
|
109
110
|
"react-dom": "^18 || ^19"
|
|
110
111
|
},
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
},
|
|
152
153
|
"dependencies": {
|
|
153
154
|
"@nanostores/react": "^1.1.0",
|
|
155
|
+
"@pierre/trees": "1.0.0-beta.3",
|
|
154
156
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
155
157
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
156
158
|
"@radix-ui/react-dialog": "^1.1.0",
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
"@storybook/react-vite": "^8.6.18",
|
|
189
191
|
"@tailwindcss/postcss": "^4.2.2",
|
|
190
192
|
"@tailwindcss/vite": "^4.2.2",
|
|
193
|
+
"@tangle-network/brand": "^0.2.0",
|
|
191
194
|
"@tanstack/react-query": "^5.91.0",
|
|
192
195
|
"@testing-library/dom": "^10.4.1",
|
|
193
196
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -206,6 +209,7 @@
|
|
|
206
209
|
"@xterm/xterm": "^6.0.0",
|
|
207
210
|
"jsdom": "^29.0.2",
|
|
208
211
|
"postcss": "^8.5.8",
|
|
212
|
+
"postcss-import": "^16.1.1",
|
|
209
213
|
"react": "^19.1.0",
|
|
210
214
|
"react-dom": "^19.1.0",
|
|
211
215
|
"storybook": "^8.6.18",
|