@factorialco/f0-react 1.390.1 → 1.391.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.
@@ -249,6 +249,7 @@ export declare const defaultTranslations: {
249
249
  readonly errors: {
250
250
  readonly saveFailed: "Save failed";
251
251
  };
252
+ readonly addRow: "Add row";
252
253
  };
253
254
  readonly itemsCount: "items";
254
255
  readonly emptyStates: {
@@ -248,7 +248,8 @@ const e = {
248
248
  editableTable: {
249
249
  errors: {
250
250
  saveFailed: "Save failed"
251
- }
251
+ },
252
+ addRow: "Add row"
252
253
  },
253
254
  itemsCount: "items",
254
255
  emptyStates: {