@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
|
@@ -350,6 +350,8 @@ export declare const defaultTranslations: {
|
|
|
350
350
|
readonly thoughtsGroupTitle: "Reflection";
|
|
351
351
|
readonly resourcesGroupTitle: "Resources";
|
|
352
352
|
readonly thinking: "Thinking...";
|
|
353
|
+
readonly exportTable: "Download table";
|
|
354
|
+
readonly generatedTableFilename: "OneGeneratedTable";
|
|
353
355
|
readonly feedbackModal: {
|
|
354
356
|
readonly positive: {
|
|
355
357
|
readonly title: "What did you like about this response?";
|
|
@@ -503,11 +505,6 @@ declare module "@tiptap/core" {
|
|
|
503
505
|
}
|
|
504
506
|
|
|
505
507
|
|
|
506
|
-
declare namespace Calendar {
|
|
507
|
-
var displayName: string;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
|
|
511
508
|
declare module "@tiptap/core" {
|
|
512
509
|
interface Commands<ReturnType> {
|
|
513
510
|
moodTracker: {
|
|
@@ -515,3 +512,8 @@ declare module "@tiptap/core" {
|
|
|
515
512
|
};
|
|
516
513
|
}
|
|
517
514
|
}
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
declare namespace Calendar {
|
|
518
|
+
var displayName: string;
|
|
519
|
+
}
|
|
@@ -350,6 +350,8 @@ const e = {
|
|
|
350
350
|
thoughtsGroupTitle: "Reflection",
|
|
351
351
|
resourcesGroupTitle: "Resources",
|
|
352
352
|
thinking: "Thinking...",
|
|
353
|
+
exportTable: "Download table",
|
|
354
|
+
generatedTableFilename: "OneGeneratedTable",
|
|
353
355
|
feedbackModal: {
|
|
354
356
|
positive: {
|
|
355
357
|
title: "What did you like about this response?",
|