@centreon/ui 24.4.12 → 24.4.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centreon/ui",
3
- "version": "24.4.12",
3
+ "version": "24.4.13",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx --max-warnings 0",
package/src/index.ts CHANGED
@@ -165,3 +165,5 @@ export { default as SimpleCustomTimePeriod } from './TimePeriods/CustomTimePerio
165
165
  export { default as DateTimePickerInput } from './TimePeriods/DateTimePickerInput';
166
166
  export * from './ParentSize';
167
167
  export { default as Subtitle } from './Typography/Subtitle';
168
+ export { default as TablePagination } from './Listing/ActionBar/Pagination';
169
+ export { default as PaginationActions } from './Listing/ActionBar/PaginationActions';