react-magma-dom 4.6.0-next.0 → 4.6.0-next.10

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.
@@ -258,6 +258,13 @@ export interface I18nInterface {
258
258
  previousAriaLabel: string;
259
259
  rowsPerPageLabel: string;
260
260
  };
261
+ selectable: {
262
+ sortButtonAriaLabel: string;
263
+ selectAllRowsAriaLabel: string;
264
+ selectRowAriaLabel: string;
265
+ deselectAllRowsAriaLabel: string;
266
+ deselectRowAriaLabel: string;
267
+ };
261
268
  };
262
269
  tabs: {
263
270
  horizontalTabsInstructions: string;