@altimateai/ui-components 0.0.68-beta.1 → 0.0.68-beta.2
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/{Button-CVsSwe4f.d.ts → Button-Bsgqi8kG.d.ts} +9 -2
- package/dist/CoachForm.js +420 -424
- package/dist/Stack.js +4144 -4145
- package/dist/ToggleGroup.js +16 -12
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/index.d.ts +6 -5
- package/dist/lineage/index.js +60 -59
- package/dist/main.js +9 -2
- package/dist/redux-toolkit.modern.js +710 -720
- package/dist/shadcn/index.d.ts +29 -13
- package/dist/shadcn/index.js +9 -6
- package/dist/storybook/Button.stories.tsx +1 -0
- package/package.json +1 -1
- package/dist/{types-CPs2m921.d.ts → types-CLHfiTKz.d.ts} +6 -6
package/dist/main.js
CHANGED
|
@@ -4283,7 +4283,7 @@ const Hi = {
|
|
|
4283
4283
|
const { dispatch: e } = as(), r = () => {
|
|
4284
4284
|
e(is.setShowCoachingForm(!0));
|
|
4285
4285
|
};
|
|
4286
|
-
return /* @__PURE__ */ h.jsx(Ie, { onClick: r, children: "Show Coaching Form" });
|
|
4286
|
+
return /* @__PURE__ */ h.jsx(Ie, { title: "Show Coaching Form", onClick: r, children: "Show Coaching Form" });
|
|
4287
4287
|
}, us = ({ learning: e, afterDelete: r, toggle: i, openId: n }) => {
|
|
4288
4288
|
const [t, o] = re(!1), {
|
|
4289
4289
|
register: s,
|
|
@@ -4391,7 +4391,14 @@ const Hi = {
|
|
|
4391
4391
|
/* @__PURE__ */ h.jsx(ye, { onClick: b, variant: "outline", size: "sm", children: "Cancel" }),
|
|
4392
4392
|
/* @__PURE__ */ h.jsx(ye, { size: "sm", disabled: a || !d, type: "submit", children: "Save" })
|
|
4393
4393
|
] }) : /* @__PURE__ */ h.jsx(Ie, { title: "Edit this learning", onClick: D, children: /* @__PURE__ */ h.jsx(dr, {}) }),
|
|
4394
|
-
/* @__PURE__ */ h.jsx(
|
|
4394
|
+
/* @__PURE__ */ h.jsx(
|
|
4395
|
+
Ie,
|
|
4396
|
+
{
|
|
4397
|
+
title: O ? "Collapse" : "Expand",
|
|
4398
|
+
onClick: () => i(e.train_doc_uid),
|
|
4399
|
+
children: O ? /* @__PURE__ */ h.jsx(fr, {}) : /* @__PURE__ */ h.jsx(pr, {})
|
|
4400
|
+
}
|
|
4401
|
+
)
|
|
4395
4402
|
] })
|
|
4396
4403
|
] }) }),
|
|
4397
4404
|
/* @__PURE__ */ h.jsx(Yn, { isOpen: O, children: /* @__PURE__ */ h.jsxs(He, { children: [
|