@factorialco/f0-react 1.401.0 → 1.401.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/ai.d.ts +7 -0
- package/dist/experimental.d.ts +7 -0
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +33 -5
- package/dist/f0.js +14464 -14198
- package/dist/i18n-provider-defaults.d.ts +7 -0
- package/dist/i18n-provider-defaults.js +7 -0
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-CcLFbGx4.js → useDataCollectionSource-BUi4l1cD.js} +55 -54
- package/package.json +1 -1
|
@@ -497,6 +497,13 @@ export declare const defaultTranslations: {
|
|
|
497
497
|
readonly expand: "Expand";
|
|
498
498
|
readonly collapse: "Collapse";
|
|
499
499
|
};
|
|
500
|
+
readonly labels: {
|
|
501
|
+
readonly empty: {
|
|
502
|
+
readonly title: "No questions to answer";
|
|
503
|
+
readonly description: "This survey has no questions yet.";
|
|
504
|
+
readonly emoji: "📝";
|
|
505
|
+
};
|
|
506
|
+
};
|
|
500
507
|
};
|
|
501
508
|
readonly richTextEditor: {
|
|
502
509
|
readonly bold: "Bold";
|
|
@@ -496,6 +496,13 @@ const e = {
|
|
|
496
496
|
previous: "Previous",
|
|
497
497
|
expand: "Expand",
|
|
498
498
|
collapse: "Collapse"
|
|
499
|
+
},
|
|
500
|
+
labels: {
|
|
501
|
+
empty: {
|
|
502
|
+
title: "No questions to answer",
|
|
503
|
+
description: "This survey has no questions yet.",
|
|
504
|
+
emoji: "📝"
|
|
505
|
+
}
|
|
499
506
|
}
|
|
500
507
|
},
|
|
501
508
|
richTextEditor: {
|