@factorialco/f0-react 1.200.4 → 1.201.0
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/experimental.d.ts +1 -1
- package/dist/experimental.js +2899 -2896
- package/dist/f0.d.ts +1 -1
- package/dist/f0.js +27 -27
- package/dist/{hooks-DWW98fDA.js → hooks-DrAjBH62.js} +62 -58
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -1659,7 +1659,7 @@ declare const defaultTranslations: {
|
|
|
1659
1659
|
readonly openChat: "Open Chat with One AI";
|
|
1660
1660
|
readonly closeChat: "Close Chat with One AI";
|
|
1661
1661
|
readonly scrollToBottom: "Scroll to bottom";
|
|
1662
|
-
readonly welcome: "
|
|
1662
|
+
readonly welcome: "Ask or create with One";
|
|
1663
1663
|
readonly initialMessage: "How can I help you today?";
|
|
1664
1664
|
};
|
|
1665
1665
|
};
|