@factorialco/f0-react 1.303.5 → 1.304.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 -1
- package/dist/experimental.js +6548 -6417
- package/dist/f0.d.ts +1 -0
- package/dist/i18n-provider-defaults.d.ts +1 -0
- package/dist/i18n-provider-defaults.js +1 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -1884,6 +1884,7 @@ export declare const defaultTranslations: {
|
|
|
1884
1884
|
readonly placeholder: "Respondent's answer";
|
|
1885
1885
|
};
|
|
1886
1886
|
readonly labels: {
|
|
1887
|
+
readonly applyingChanges: "Applying changes";
|
|
1887
1888
|
readonly endOfSection: "End of section";
|
|
1888
1889
|
readonly title: "Title";
|
|
1889
1890
|
readonly titlePlaceholder: "Question title";
|
|
@@ -408,6 +408,7 @@ export declare const defaultTranslations: {
|
|
|
408
408
|
readonly placeholder: "Respondent's answer";
|
|
409
409
|
};
|
|
410
410
|
readonly labels: {
|
|
411
|
+
readonly applyingChanges: "Applying changes";
|
|
411
412
|
readonly endOfSection: "End of section";
|
|
412
413
|
readonly title: "Title";
|
|
413
414
|
readonly titlePlaceholder: "Question title";
|