Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tangle-network/sandbox-ui",
"version": "0.77.0",
"version": "0.79.0",
"description": "Unified UI component library for Tangle Sandbox — primitives, chat, dashboard, terminal, editor, and workspace components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -123,7 +123,7 @@
},
"peerDependencies": {
"@tangle-network/agent-interface": ">=0.17.0 <1.0.0",
"@tangle-network/brand": "^1.0.0",
"@tangle-network/brand": "^1.1.0",
"@tangle-network/ui": "^11.0.0",
"@xyflow/react": "^12.0.0",
"react": "^18 || ^19",
Expand Down Expand Up @@ -178,7 +178,7 @@
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@tangle-network/agent-interface": ">=0.17.0 <1.0.0",
"@tangle-network/brand": "^1.0.0",
"@tangle-network/brand": "^1.1.0",
"@tangle-network/ui": "^11.0.0",
"@tanstack/react-query": "^5.91.0",
"@testing-library/dom": "^10.4.1",
Expand Down
43 changes: 35 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
* reasons. Consumers own font loading now. */

@import "@tangle-network/brand/styles/tokens.css";
/* Brand's named themes (`data-theme="<name>"`). They re-skin the surface ladder
* and nothing else — the Tangle accent stays put. Imported here so a consuming
* app opting into one resolves it through the single composed entry point,
* rather than reaching into brand for a second stylesheet. */
@import "@tangle-network/brand/styles/named-themes.css";

@import "tailwindcss";

Expand Down
Loading