@underverse-ui/underverse 1.0.88 → 1.0.89

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/index.d.cts CHANGED
@@ -2295,6 +2295,7 @@ type DataTableLabels = {
2295
2295
  alignLeft?: string;
2296
2296
  alignCenter?: string;
2297
2297
  alignRight?: string;
2298
+ noData?: string;
2298
2299
  };
2299
2300
  interface DataTableProps<T> {
2300
2301
  columns: DataTableColumn<T>[];
package/dist/index.d.ts CHANGED
@@ -2295,6 +2295,7 @@ type DataTableLabels = {
2295
2295
  alignLeft?: string;
2296
2296
  alignCenter?: string;
2297
2297
  alignRight?: string;
2298
+ noData?: string;
2298
2299
  };
2299
2300
  interface DataTableProps<T> {
2300
2301
  columns: DataTableColumn<T>[];