@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/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";
@@ -408,6 +408,7 @@ const e = {
408
408
  placeholder: "Respondent's answer"
409
409
  },
410
410
  labels: {
411
+ applyingChanges: "Applying changes",
411
412
  endOfSection: "End of section",
412
413
  title: "Title",
413
414
  titlePlaceholder: "Question title",