@factorialco/f0-react 1.291.0 → 1.292.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 +7 -5
- package/dist/experimental.js +34856 -19173
- package/dist/f0.d.ts +7 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-6cqO_f33.js → hooks-C7xcrcsI.js} +1192 -1193
- package/dist/i18n-provider-defaults.d.ts +7 -5
- package/dist/i18n-provider-defaults.js +2 -0
- package/dist/styles.css +1 -1
- package/package.json +2 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -2391,6 +2391,8 @@ declare const defaultTranslations: {
|
|
|
2391
2391
|
readonly thoughtsGroupTitle: "Reflection";
|
|
2392
2392
|
readonly resourcesGroupTitle: "Resources";
|
|
2393
2393
|
readonly thinking: "Thinking...";
|
|
2394
|
+
readonly exportTable: "Download table";
|
|
2395
|
+
readonly generatedTableFilename: "OneGeneratedTable";
|
|
2394
2396
|
readonly feedbackModal: {
|
|
2395
2397
|
readonly positive: {
|
|
2396
2398
|
readonly title: "What did you like about this response?";
|
|
@@ -6319,11 +6321,6 @@ declare module "@tiptap/core" {
|
|
|
6319
6321
|
}
|
|
6320
6322
|
|
|
6321
6323
|
|
|
6322
|
-
declare namespace Calendar {
|
|
6323
|
-
var displayName: string;
|
|
6324
|
-
}
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
6324
|
declare module "@tiptap/core" {
|
|
6328
6325
|
interface Commands<ReturnType> {
|
|
6329
6326
|
moodTracker: {
|
|
@@ -6331,3 +6328,8 @@ declare module "@tiptap/core" {
|
|
|
6331
6328
|
};
|
|
6332
6329
|
}
|
|
6333
6330
|
}
|
|
6331
|
+
|
|
6332
|
+
|
|
6333
|
+
declare namespace Calendar {
|
|
6334
|
+
var displayName: string;
|
|
6335
|
+
}
|