@altimateai/ui-components 0.0.25 → 0.0.27
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/Stack.js
CHANGED
|
@@ -6793,7 +6793,7 @@ const ed = ({
|
|
|
6793
6793
|
title: t,
|
|
6794
6794
|
...n
|
|
6795
6795
|
}) => t ? /* @__PURE__ */ g.jsxs(Mu, { ...n, children: [
|
|
6796
|
-
/* @__PURE__ */ g.jsx(Iu, { asChild: !0, children: /* @__PURE__ */ g.jsx("span", { children: e }) }),
|
|
6796
|
+
/* @__PURE__ */ g.jsx(Iu, { asChild: !0, children: /* @__PURE__ */ g.jsx("span", { className: "al-max-w-full", children: e }) }),
|
|
6797
6797
|
/* @__PURE__ */ g.jsx(is, { children: t })
|
|
6798
6798
|
] }) : /* @__PURE__ */ g.jsx(g.Fragment, { children: e }), td = G(function({
|
|
6799
6799
|
children: t,
|
|
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from "@storybook/react";
|
|
|
2
2
|
import { addDays } from "date-fns";
|
|
3
3
|
import { TZDate } from "react-day-picker";
|
|
4
4
|
|
|
5
|
-
import { Calendar } from "
|
|
5
|
+
import { Calendar } from "../shadcn";
|
|
6
6
|
import { action } from "@storybook/addon-actions";
|
|
7
7
|
|
|
8
8
|
/**
|