@tangle-network/sandbox-ui 0.12.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.
Files changed (3) hide show
  1. package/dist/globals.css +404 -403
  2. package/dist/styles.css +404 -403
  3. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox-ui",
3
- "version": "0.12.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
  },
@@ -189,6 +190,7 @@
189
190
  "@storybook/react-vite": "^8.6.18",
190
191
  "@tailwindcss/postcss": "^4.2.2",
191
192
  "@tailwindcss/vite": "^4.2.2",
193
+ "@tangle-network/brand": "^0.2.0",
192
194
  "@tanstack/react-query": "^5.91.0",
193
195
  "@testing-library/dom": "^10.4.1",
194
196
  "@testing-library/jest-dom": "^6.9.1",
@@ -207,6 +209,7 @@
207
209
  "@xterm/xterm": "^6.0.0",
208
210
  "jsdom": "^29.0.2",
209
211
  "postcss": "^8.5.8",
212
+ "postcss-import": "^16.1.1",
210
213
  "react": "^19.1.0",
211
214
  "react-dom": "^19.1.0",
212
215
  "storybook": "^8.6.18",