@meistrari/tela-build 1.55.2 → 1.56.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.
@@ -25,6 +25,7 @@ const props = withDefaults(defineProps<{
25
25
  iconWrapperClass?: any
26
26
  iconClass?: any
27
27
  iconColor?: string
28
+ icon?: string
28
29
  open?: boolean
29
30
  }>(), {
30
31
  runningLabel: 'Running',
@@ -121,6 +122,10 @@ function getValueDisplay(value: string | boolean | number) {
121
122
  }
122
123
 
123
124
  function getIconName() {
125
+ if (props.icon) {
126
+ return props.icon
127
+ }
128
+
124
129
  const toolName = props.toolUse.name.toLowerCase()
125
130
 
126
131
  if (toolName.includes('bash')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/tela-build",
3
- "version": "1.55.2",
3
+ "version": "1.56.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "app.config.ts",