@factorialco/f0-react 2.14.0 → 2.14.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/{F0AiProposalCard-DiAUglH2.js → F0AiProposalCard-DVi59d66.js} +4255 -4259
- package/dist/ai.js +2 -2
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +8 -12
- package/dist/f0.js +6 -6
- package/dist/{index-BKm4Prkl.js → index-Dxso15qf.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-D5d-5KM1.js → useDataCollectionSource-DMvvZ8sK.js} +6 -6
- package/package.json +1 -1
- package/tailwind.config.ts +6 -1
|
@@ -167550,11 +167550,11 @@ ${r2}` : r2, ft = v ? `<reply-quote>${xkt(v.text).replace(/\n/g, "<br/>")}</repl
|
|
|
167550
167550
|
m && "flex-1"
|
|
167551
167551
|
),
|
|
167552
167552
|
children: [
|
|
167553
|
-
/* @__PURE__ */ s("div", { className: "w-
|
|
167553
|
+
/* @__PURE__ */ s("div", { className: "max-w-content w-full", children: /* @__PURE__ */ s(jue, { ...e, creditWarning: o }) }),
|
|
167554
167554
|
/* @__PURE__ */ s(A2, { mode: "wait", initial: !1, children: p ? /* @__PURE__ */ _(
|
|
167555
167555
|
De.div,
|
|
167556
167556
|
{
|
|
167557
|
-
className: "flex w-full
|
|
167557
|
+
className: "max-w-content flex w-full flex-row flex-wrap items-center justify-center gap-x-3 gap-y-1 text-sm font-medium text-f1-foreground-tertiary",
|
|
167558
167558
|
initial: { opacity: 0 },
|
|
167559
167559
|
animate: { opacity: 1 },
|
|
167560
167560
|
exit: { opacity: 0 },
|
|
@@ -167581,7 +167581,7 @@ ${r2}` : r2, ft = v ? `<reply-quote>${xkt(v.text).replace(/\n/g, "<br/>")}</repl
|
|
|
167581
167581
|
) : t?.text && !m && /* @__PURE__ */ _(
|
|
167582
167582
|
De.div,
|
|
167583
167583
|
{
|
|
167584
|
-
className: "flex w-full
|
|
167584
|
+
className: "max-w-content flex w-full flex-row items-center justify-center gap-1",
|
|
167585
167585
|
initial: { opacity: 0 },
|
|
167586
167586
|
animate: { opacity: 1 },
|
|
167587
167587
|
exit: { opacity: 0 },
|
|
@@ -167606,7 +167606,7 @@ ${r2}` : r2, ft = v ? `<reply-quote>${xkt(v.text).replace(/\n/g, "<br/>")}</repl
|
|
|
167606
167606
|
De.div,
|
|
167607
167607
|
{
|
|
167608
167608
|
className: B(
|
|
167609
|
-
"w-full py-4 mx-auto max-w-
|
|
167609
|
+
"w-full py-4 mx-auto max-w-content",
|
|
167610
167610
|
m && "mt-auto",
|
|
167611
167611
|
h && "flex justify-center"
|
|
167612
167612
|
),
|
|
@@ -171869,7 +171869,7 @@ const GLt = ({
|
|
|
171869
171869
|
{
|
|
171870
171870
|
className: B(
|
|
171871
171871
|
D && !L ? "flex flex-1" : "flex flex-col gap-6",
|
|
171872
|
-
"w-full max-w-
|
|
171872
|
+
"w-full max-w-content"
|
|
171873
171873
|
),
|
|
171874
171874
|
children: [
|
|
171875
171875
|
L && /* @__PURE__ */ s(XLt, {}),
|
|
@@ -171930,7 +171930,7 @@ const GLt = ({
|
|
|
171930
171930
|
}
|
|
171931
171931
|
)
|
|
171932
171932
|
] });
|
|
171933
|
-
}, XLt = () => /* @__PURE__ */ s("div", { className: "flex h-full w-full
|
|
171933
|
+
}, XLt = () => /* @__PURE__ */ s("div", { className: "max-w-content flex h-full w-full flex-col gap-6", children: /* @__PURE__ */ _("div", { className: "flex flex-col gap-2", children: [
|
|
171934
171934
|
/* @__PURE__ */ s("div", { className: "flex justify-end", children: /* @__PURE__ */ s(X2, { className: "h-12 w-2/5 rounded-full" }) }),
|
|
171935
171935
|
/* @__PURE__ */ s(X2, { className: "mt-6 h-5 w-full rounded-md" }),
|
|
171936
171936
|
/* @__PURE__ */ s(X2, { className: "h-5 w-2/5 rounded-md" }),
|
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { baseConfig } from "@factorialco/f0-core/tailwind"
|
|
2
1
|
import type { Config } from "tailwindcss"
|
|
3
2
|
|
|
3
|
+
import { baseConfig } from "@factorialco/f0-core/tailwind"
|
|
4
|
+
|
|
4
5
|
export default {
|
|
5
6
|
...baseConfig,
|
|
6
7
|
content: [
|
|
@@ -15,6 +16,10 @@ export default {
|
|
|
15
16
|
...baseConfig.theme,
|
|
16
17
|
extend: {
|
|
17
18
|
...baseConfig.theme?.extend,
|
|
19
|
+
maxWidth: {
|
|
20
|
+
...baseConfig.theme?.extend?.maxWidth,
|
|
21
|
+
content: "712px",
|
|
22
|
+
},
|
|
18
23
|
keyframes: {
|
|
19
24
|
...baseConfig.theme?.extend?.keyframes,
|
|
20
25
|
"rotate-gradient": {
|