@factorialco/f0-react 2.36.0 → 2.36.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/ai.d.ts +6 -6
- package/dist/ai.js +1 -1
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +4 -4
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-CyCXSXX9.js → useChatHistory-D4MyhT2a.js} +1 -1
- package/dist/{useDataCollectionSource-Bp6MCLzM.js → useDataCollectionSource-BNAFV8q4.js} +2 -2
- package/package.json +1 -1
|
@@ -15025,7 +15025,7 @@ const W1 = (t) => /* @__PURE__ */ o(Ao, { content: t, format: "markdown" }), f9
|
|
|
15025
15025
|
(h.key === "Enter" || h.key === " ") && (h.preventDefault(), e?.());
|
|
15026
15026
|
} : void 0,
|
|
15027
15027
|
className: F(
|
|
15028
|
-
"bg-gradient-to-r from-[#E55619] to-[#A1ADE5] bg-clip-text text-center text-2xl font-semibold leading-[28px] text-transparent",
|
|
15028
|
+
"bg-gradient-to-r from-[#E55619] via-[#E51943] to-[#A1ADE5] bg-clip-text text-center text-2xl font-semibold leading-[28px] text-transparent",
|
|
15029
15029
|
d && F(
|
|
15030
15030
|
"cursor-pointer transition-transform duration-200",
|
|
15031
15031
|
"hover:scale-[1.02] focus-visible:scale-[1.02]",
|
|
@@ -9797,7 +9797,7 @@ function Y7({
|
|
|
9797
9797
|
className: P(
|
|
9798
9798
|
hn("focus:border-f1-border-focus"),
|
|
9799
9799
|
"relative flex h-[36px] min-w-0 flex-grow items-center gap-1 rounded border border-solid border-transparent px-1.5 text-sm transition-colors",
|
|
9800
|
-
n && "bg-f1-background-
|
|
9800
|
+
n && "bg-f1-background-hover",
|
|
9801
9801
|
m && !y && "cursor-pointer hover:bg-f1-background-hover",
|
|
9802
9802
|
y && "cursor-not-allowed opacity-30"
|
|
9803
9803
|
),
|
|
@@ -9848,7 +9848,7 @@ function Y7({
|
|
|
9848
9848
|
lines: 1,
|
|
9849
9849
|
className: P(
|
|
9850
9850
|
"flex-grow text-[14px] font-medium text-f1-foreground transition-all",
|
|
9851
|
-
_ || g ? "pl-7" : "pl-0"
|
|
9851
|
+
_ || g ? "pl-7" : "pl-0.5"
|
|
9852
9852
|
),
|
|
9853
9853
|
children: h
|
|
9854
9854
|
}
|