@factorialco/f0-react 4.8.0 → 4.9.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/{useChatHistory-msevU72I.js → F0AiProcessingOverlay-B8K7o_Ei.js} +1386 -1292
- package/dist/ai.d.ts +60 -6
- package/dist/ai.js +24 -23
- package/dist/experimental.d.ts +7 -6
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +60 -6
- package/dist/f0.js +79 -78
- package/dist/i18n-provider-defaults.d.ts +7 -6
- package/dist/i18n-provider-defaults.js +1 -0
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-Cs0H4TUr.js → useDataCollectionSource-u42jSFpK.js} +2 -1
- package/package.json +1 -1
|
@@ -56859,7 +56859,8 @@ function Ose({
|
|
|
56859
56859
|
t.align === "right" ? "justify-end" : "",
|
|
56860
56860
|
"flex p-4 min-h-12 items-center border-0 h-full",
|
|
56861
56861
|
"bg-f1-background-disabled h-full",
|
|
56862
|
-
"w-full"
|
|
56862
|
+
"w-full",
|
|
56863
|
+
"[&_*]:text-f1-foreground-secondary"
|
|
56863
56864
|
),
|
|
56864
56865
|
children: Rf(e, t, "editableTable", i)
|
|
56865
56866
|
}
|