@erdoai/ui 0.1.74 → 0.1.75

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.
package/dist/index.d.cts CHANGED
@@ -1134,8 +1134,9 @@ interface ToolGroupContentProps {
1134
1134
  fallbackClassName?: string;
1135
1135
  }
1136
1136
  /**
1137
- * Renders tool invocations and their results in a collapsible format.
1138
- * Uses StatusSpinner for loading/finished/failed states no hardcoded icons.
1137
+ * Renders tool invocations and their results as muted inline text.
1138
+ * Shimmer animation when in progress, click to expand result when complete.
1139
+ * No icons — just text, visually lighter than thinking blocks.
1139
1140
  */
1140
1141
  declare function ToolGroupContent({ toolGroup, ContentComponent, className, fallbackClassName, }: ToolGroupContentProps): react_jsx_runtime.JSX.Element;
1141
1142
 
package/dist/index.d.ts CHANGED
@@ -1134,8 +1134,9 @@ interface ToolGroupContentProps {
1134
1134
  fallbackClassName?: string;
1135
1135
  }
1136
1136
  /**
1137
- * Renders tool invocations and their results in a collapsible format.
1138
- * Uses StatusSpinner for loading/finished/failed states no hardcoded icons.
1137
+ * Renders tool invocations and their results as muted inline text.
1138
+ * Shimmer animation when in progress, click to expand result when complete.
1139
+ * No icons — just text, visually lighter than thinking blocks.
1139
1140
  */
1140
1141
  declare function ToolGroupContent({ toolGroup, ContentComponent, className, fallbackClassName, }: ToolGroupContentProps): react_jsx_runtime.JSX.Element;
1141
1142