@tangle-network/sandbox-ui 0.18.0 → 0.19.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.
@@ -378,7 +378,7 @@ interface TaskBoardProps {
378
378
  * Receives the item, its index, and the default card element.
379
379
  * Return a ReactNode that wraps/replaces the default element.
380
380
  *
381
- * If not provided, the default button card is rendered.
381
+ * If not provided, the default card is rendered.
382
382
  */
383
383
  renderItemWrapper?: (item: TaskBoardItem, index: number, defaultCard: ReactNode) => ReactNode;
384
384
  }
package/dist/workspace.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  TaskBoard,
15
15
  TerminalPanel,
16
16
  WorkspaceLayout
17
- } from "./chunk-GPT7VKK6.js";
17
+ } from "./chunk-CP2L6B53.js";
18
18
  import "./chunk-EI44GEQ5.js";
19
19
  export {
20
20
  AgentWorkbench,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/sandbox-ui",
3
- "version": "0.18.0",
3
+ "version": "0.19.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",