@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.
@@ -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-full max-w-[712px]", children: /* @__PURE__ */ s(jue, { ...e, creditWarning: o }) }),
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 max-w-[712px] flex-row flex-wrap items-center justify-center gap-x-3 gap-y-1 text-sm font-medium text-f1-foreground-tertiary",
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 max-w-[712px] flex-row items-center justify-center gap-1",
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-[712px]",
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-[712px]"
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 max-w-[712px] flex-col gap-6", children: /* @__PURE__ */ _("div", { className: "flex flex-col gap-2", children: [
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",
@@ -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": {