@tangle-network/sandbox-ui 0.15.2 → 0.15.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.
@@ -190,6 +190,9 @@ function ModelPicker({
190
190
  type: "text",
191
191
  value: query,
192
192
  onChange: (e) => setQuery(e.target.value),
193
+ onKeyDown: (e) => {
194
+ if (e.key.length === 1) e.stopPropagation();
195
+ },
193
196
  placeholder: "Search models...",
194
197
  autoFocus: true,
195
198
  className: "flex-1 bg-transparent text-sm outline-none placeholder:text-muted-foreground"
package/dist/dashboard.js CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  formatContext,
56
56
  formatPrice,
57
57
  formatPricing
58
- } from "./chunk-ENMWGVDL.js";
58
+ } from "./chunk-EHMKLMMU.js";
59
59
  import "./chunk-7ZA5SEK3.js";
60
60
  import "./chunk-EI44GEQ5.js";
61
61
  export {
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@ import {
200
200
  formatContext,
201
201
  formatPrice,
202
202
  formatPricing
203
- } from "./chunk-ENMWGVDL.js";
203
+ } from "./chunk-EHMKLMMU.js";
204
204
  import {
205
205
  Avatar,
206
206
  AvatarFallback,
package/dist/pages.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  TemplateCard,
7
7
  UsageChart,
8
8
  canonicalModelId
9
- } from "./chunk-ENMWGVDL.js";
9
+ } from "./chunk-EHMKLMMU.js";
10
10
  import {
11
11
  cn
12
12
  } from "./chunk-EI44GEQ5.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox-ui",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
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",