@groupeactual/ui-kit 1.7.3 → 1.7.5

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.
@@ -405,11 +405,11 @@ type WithoutPaginationProps = {
405
405
  };
406
406
  type PaginationProps = {
407
407
  withPagination: true;
408
- hideTotal: false;
409
408
  setPage: (_page: number) => void;
410
409
  setLimit: (_limit: number) => void;
411
410
  trans: PaginationTrans;
412
411
  withTopPagination?: boolean;
412
+ hideTotal?: false;
413
413
  limits?: number[];
414
414
  };
415
415
  type DatatableDataSet<T> = {
@@ -508,8 +508,5 @@ interface PaletteDS {
508
508
  main: string;
509
509
  };
510
510
  }
511
- interface ThemeDS {
512
- palette: PaletteDS;
513
- }
514
511
 
515
- export { type AcceptTextType, Accordion, AutocompleteMultipleSelect as AutoCompleteMulti, AutoCompleteSingle, BannerNotification, Breadcrumbs, Button, Checkbox, CheckboxGroup, type CheckboxItemType, Chip, Datatable, DatatableCellRender, DatePicker, DesignSystemContext, type DesignSystemContextValues, DesignSystemProvider, Dialog, Drawer, EmbeddedNotification, type FileDataType, FileUploader, IconButton, IconProvider, Link, MenuItem, MultiSelect, NotistackAdapter, Pagination, RadioGroup, Select, Snackbar, Stepper, Switch, Text, TextField, type ThemeDS, TimePicker, Tooltip };
512
+ export { type AcceptTextType, Accordion, AutocompleteMultipleSelect as AutoCompleteMulti, AutoCompleteSingle, BannerNotification, Breadcrumbs, Button, Checkbox, CheckboxGroup, type CheckboxItemType, Chip, Datatable, DatatableCellRender, DatePicker, DesignSystemContext, type DesignSystemContextValues, DesignSystemProvider, Dialog, Drawer, EmbeddedNotification, type FileDataType, FileUploader, IconButton, IconProvider, Link, MenuItem, MultiSelect, NotistackAdapter, Pagination, type PaletteDS, RadioGroup, Select, Snackbar, Stepper, Switch, Text, TextField, TimePicker, Tooltip };