@factorialco/f0-react 1.291.1 → 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/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/f0.d.ts
CHANGED
|
@@ -1767,6 +1767,8 @@ export declare const defaultTranslations: {
|
|
|
1767
1767
|
readonly thoughtsGroupTitle: "Reflection";
|
|
1768
1768
|
readonly resourcesGroupTitle: "Resources";
|
|
1769
1769
|
readonly thinking: "Thinking...";
|
|
1770
|
+
readonly exportTable: "Download table";
|
|
1771
|
+
readonly generatedTableFilename: "OneGeneratedTable";
|
|
1770
1772
|
readonly feedbackModal: {
|
|
1771
1773
|
readonly positive: {
|
|
1772
1774
|
readonly title: "What did you like about this response?";
|
|
@@ -4556,11 +4558,6 @@ declare module "@tiptap/core" {
|
|
|
4556
4558
|
}
|
|
4557
4559
|
|
|
4558
4560
|
|
|
4559
|
-
declare namespace Calendar {
|
|
4560
|
-
var displayName: string;
|
|
4561
|
-
}
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
4561
|
declare module "@tiptap/core" {
|
|
4565
4562
|
interface Commands<ReturnType> {
|
|
4566
4563
|
moodTracker: {
|
|
@@ -4568,3 +4565,8 @@ declare module "@tiptap/core" {
|
|
|
4568
4565
|
};
|
|
4569
4566
|
}
|
|
4570
4567
|
}
|
|
4568
|
+
|
|
4569
|
+
|
|
4570
|
+
declare namespace Calendar {
|
|
4571
|
+
var displayName: string;
|
|
4572
|
+
}
|
|
@@ -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?",
|