@factorialco/f0-react 1.372.0 → 1.372.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.
@@ -517,6 +517,8 @@ export declare const defaultTranslations: {
517
517
  readonly forms: {
518
518
  readonly actionBar: {
519
519
  readonly unsavedChanges: "You have changes pending to be saved";
520
+ readonly saving: "Saving...";
521
+ readonly saved: "Your changes have been saved";
520
522
  readonly discard: "Discard";
521
523
  readonly issues: {
522
524
  readonly one: "{{count}} issue";
@@ -517,6 +517,8 @@ const e = {
517
517
  forms: {
518
518
  actionBar: {
519
519
  unsavedChanges: "You have changes pending to be saved",
520
+ saving: "Saving...",
521
+ saved: "Your changes have been saved",
520
522
  discard: "Discard",
521
523
  issues: {
522
524
  one: "{{count}} issue",