@everchron/ec-shards 9.22.9 → 9.22.10

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/ec-shards.js CHANGED
@@ -5292,14 +5292,16 @@ const c_ = /* @__PURE__ */ y(Ql, [["render", tr], ["__scopeId", "data-v-9641c46a
5292
5292
  busy: {
5293
5293
  type: Boolean,
5294
5294
  default: !1
5295
+ },
5296
+ /** Text to display when the message is busy. */
5297
+ busyText: {
5298
+ type: String,
5299
+ default: "Thinking..."
5295
5300
  }
5296
5301
  },
5297
5302
  computed: {
5298
5303
  bubbleColor() {
5299
5304
  return this.type === "assistant" ? "var(--color-blue-2)" : this.type === "bookmarked" ? "var(--color-yellow-3)" : (this.type === "default", "var(--color-gray-2)");
5300
- },
5301
- busyText() {
5302
- return this.type === "assistant" ? "Thinking..." : "Writing...";
5303
5305
  }
5304
5306
  }
5305
5307
  }, ir = ["aria-busy"], nr = { class: "ecs-chat-message-content" }, ar = {
@@ -5343,7 +5345,7 @@ function dr(e, s, t, a, n, i) {
5343
5345
  fill: i.bubbleColor
5344
5346
  }, null, 8, lr)
5345
5347
  ])),
5346
- t.busy ? (o(), r("span", rr, C(i.busyText), 1)) : p(e.$slots, "default", { key: 1 }, void 0, !0)
5348
+ t.busy ? (o(), r("span", rr, C(t.busyText), 1)) : p(e.$slots, "default", { key: 1 }, void 0, !0)
5347
5349
  ], 4)
5348
5350
  ]),
5349
5351
  e.$slots.actions ? (o(), r("div", cr, [
@@ -5351,7 +5353,7 @@ function dr(e, s, t, a, n, i) {
5351
5353
  ])) : u("", !0)
5352
5354
  ], 10, ir);
5353
5355
  }
5354
- const d_ = /* @__PURE__ */ y(sr, [["render", dr], ["__scopeId", "data-v-2824b2ef"]]);
5356
+ const d_ = /* @__PURE__ */ y(sr, [["render", dr], ["__scopeId", "data-v-47e7d97a"]]);
5355
5357
  var Yt = {};
5356
5358
  Object.defineProperty(Yt, "__esModule", {
5357
5359
  value: !0