@factorialco/f0-react 1.372.1 → 1.373.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.
@@ -170,6 +170,7 @@ export declare const defaultTranslations: {
170
170
  readonly selectAllItems: "Select all {{total}} items";
171
171
  readonly allItemsSelected: "All {{total}} items selected";
172
172
  };
173
+ readonly noItemsSelected: "No items selected";
173
174
  };
174
175
  readonly filters: {
175
176
  readonly searchPlaceholder: "Search filters...";
@@ -169,7 +169,8 @@ const e = {
169
169
  allOnPage: "All items on this page are selected",
170
170
  selectAllItems: "Select all {{total}} items",
171
171
  allItemsSelected: "All {{total}} items selected"
172
- }
172
+ },
173
+ noItemsSelected: "No items selected"
173
174
  },
174
175
  filters: {
175
176
  searchPlaceholder: "Search filters...",