@mastra/playground-ui 5.1.18-alpha.0 → 5.1.18-alpha.1
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -7761,8 +7761,8 @@ const ScorerEntity = ({ scorer }) => {
|
|
|
7761
7761
|
return /* @__PURE__ */ jsxs(Entity, { onClick: () => linkRef.current?.click(), children: [
|
|
7762
7762
|
/* @__PURE__ */ jsx(EntityIcon, { children: /* @__PURE__ */ jsx(GaugeIcon, { className: "group-hover/entity:text-accent3" }) }),
|
|
7763
7763
|
/* @__PURE__ */ jsxs(EntityContent, { children: [
|
|
7764
|
-
/* @__PURE__ */ jsx(EntityName, { children: /* @__PURE__ */ jsx(Link, { ref: linkRef, href: `/scorers/${scorer.id}`, children: scorer.scorer.name }) }),
|
|
7765
|
-
/* @__PURE__ */ jsx(EntityDescription, { children: scorer.scorer.description }),
|
|
7764
|
+
/* @__PURE__ */ jsx(EntityName, { children: /* @__PURE__ */ jsx(Link, { ref: linkRef, href: `/scorers/${scorer.id}`, children: scorer.scorer.config.name }) }),
|
|
7765
|
+
/* @__PURE__ */ jsx(EntityDescription, { children: scorer.scorer.config.description }),
|
|
7766
7766
|
scorer.sampling?.type === "ratio" && /* @__PURE__ */ jsxs(Badge$1, { children: [
|
|
7767
7767
|
/* @__PURE__ */ jsx("span", { className: "text-icon3", children: "Sample rate:" }),
|
|
7768
7768
|
/* @__PURE__ */ jsx("span", { className: "text-icon6", children: scorer.sampling.rate })
|