@tangle-network/agent-app 0.46.7 → 0.46.8

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.
@@ -43,11 +43,6 @@
43
43
  }
44
44
  .studio-pill-in { animation: studio-pill-in 190ms cubic-bezier(0.2, 0.7, 0.3, 1) both; }
45
45
 
46
- /* The one gradient in the system. A Tailwind arbitrary `bg-[var(--…)]` compiles
47
- to `background-color`, which drops a gradient silently, so the token is read
48
- here instead. */
49
- .studio-send { background-image: var(--studio-send-gradient); }
50
-
51
46
  @media (prefers-reduced-motion: reduce) {
52
47
  .studio-pill-in { animation: none; }
53
48
  }
@@ -336,13 +336,10 @@
336
336
  --shadow-overlay: 0 2px 6px hsl(var(--foreground) / 0.06), 0 16px 40px hsl(var(--foreground) / 0.1);
337
337
 
338
338
  /* ── Studio composer ─────────────────────────────────────────────────────
339
- The generate button's fill is the one gradient in the system, so it is a
340
- token rather than two hex literals inside a component — it is a LITERAL
341
- pair and therefore restated in the dark scope. The notice chip's surface
342
- is derived (`color-mix` over `--primary`/`--card`/`--border`), so it
343
- re-themes through the cascade; dark still restates it because the same
344
- percentages over a near-black card read as no tint at all. */
345
- --studio-send-gradient: linear-gradient(135deg, #4f46e5, #5b4ed4);
339
+ The notice chip's surface is derived (`color-mix` over
340
+ `--primary`/`--card`/`--border`), so it re-themes through the cascade;
341
+ dark still restates it because the same percentages over a near-black
342
+ card read as no tint at all. */
346
343
  --studio-notice-bg: color-mix(in srgb, hsl(var(--primary)) 8%, hsl(var(--card)));
347
344
  }
348
345
 
@@ -434,10 +431,8 @@
434
431
  --shadow-raised: 0 1px 2px hsl(var(--foreground) / 0.14), 0 12px 28px hsl(var(--foreground) / 0.22);
435
432
  --shadow-overlay: 0 2px 6px hsl(var(--foreground) / 0.12), 0 16px 40px hsl(var(--foreground) / 0.2);
436
433
 
437
- /* Studio composer — @see :root. The gradient lightens (an indigo mixed for a
438
- white page goes muddy on a dark one) and the notice chip's mixes are
439
- stronger, because 8% of a tint over a near-black card is not a tint. */
440
- --studio-send-gradient: linear-gradient(135deg, #4c3fc5, #7c6cf6);
434
+ /* Studio composer — @see :root. The notice chip's mixes are stronger,
435
+ because 8% of a tint over a near-black card is not a tint. */
441
436
  --studio-notice-bg: color-mix(in srgb, hsl(var(--primary)) 15%, hsl(var(--card)));
442
437
  }
443
438
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-app",
3
- "version": "0.46.7",
3
+ "version": "0.46.8",
4
4
  "packageManager": "pnpm@11.17.0",
5
5
  "description": "Build agent applications with typed chat, tools, sandboxes, integrations, billing, and evaluation.",
6
6
  "keywords": [