@factorialco/f0-react 2.41.0 → 2.41.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/ai.d.ts +5 -5
- package/dist/ai.js +1 -1
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +4 -4
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{useChatHistory-C10Hzy8b.js → useChatHistory-niFxJ3gF.js} +1496 -1500
- package/dist/{useDataCollectionSource-C3C7pYya.js → useDataCollectionSource-C8gNr01p.js} +4 -1
- package/package.json +1 -1
|
@@ -46267,7 +46267,10 @@ function pK({
|
|
|
46267
46267
|
{
|
|
46268
46268
|
className: P(
|
|
46269
46269
|
"resource-header px-page flex flex-col gap-3 pb-5 pt-3",
|
|
46270
|
-
|
|
46270
|
+
// `border-0` zeroes all sides first so this renders bottom-only even in apps that
|
|
46271
|
+
// don't load the Tailwind preflight border reset (otherwise `border-solid` would
|
|
46272
|
+
// light up all four sides at the CSS-initial `medium` width).
|
|
46273
|
+
d && "border-0 border-b border-solid border-f1-border"
|
|
46271
46274
|
),
|
|
46272
46275
|
children: [
|
|
46273
46276
|
/* @__PURE__ */ A(
|