@altimateai/ui-components 0.0.77-beta.4 → 0.0.77-combobox-beta1
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/CoachForm.js +1 -1
- package/dist/Stack.js +482 -530
- package/dist/ToggleGroup.js +2079 -2092
- package/dist/lineage/index.js +367 -367
- package/dist/main.js +1 -1
- package/dist/shadcn/index.d.ts +14 -33
- package/dist/shadcn/index.js +1 -1
- package/dist/storybook/Typography.stories.tsx +93 -120
- package/package.json +1 -1
package/dist/CoachForm.js
CHANGED
|
@@ -43731,7 +43731,7 @@ const dG = /* @__PURE__ */ mu(hG), H3 = ({ artifacts: e }) => {
|
|
|
43731
43731
|
e.role === "assistant" && e.todos && e.todos.length > 0 && /* @__PURE__ */ k.jsx("div", { id: `message-${e.id}-todos`, children: /* @__PURE__ */ k.jsx(j3, { todos: e.todos }) }),
|
|
43732
43732
|
e.role === "assistant" && e.confidence_str && /* @__PURE__ */ k.jsx(pu, { className: "al-my-3", variant: "warning", children: /* @__PURE__ */ k.jsxs(Ae, { gap: "xl", align: "center", children: [
|
|
43733
43733
|
/* @__PURE__ */ k.jsx(_v, { className: "al-min-h-6 al-min-w-6" }),
|
|
43734
|
-
/* @__PURE__ */ k.jsx(Ls, { className: "al-flex-1", children: e.confidence_str })
|
|
43734
|
+
/* @__PURE__ */ k.jsx(Ls, { variant: "body", className: "al-flex-1", children: e.confidence_str })
|
|
43735
43735
|
] }) }),
|
|
43736
43736
|
/* @__PURE__ */ k.jsx("div", { id: `message-${e.id}-content`, children: /* @__PURE__ */ k.jsx(lu, { content: e.content || "", id: e.id }) }),
|
|
43737
43737
|
e.artifacts && /* @__PURE__ */ k.jsx("div", { id: `message-${e.id}-artifacts`, children: /* @__PURE__ */ k.jsx(H3, { artifacts: e.artifacts }) }),
|