react-magma-dom 3.3.0 → 3.5.0

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.
@@ -233,6 +233,13 @@ export interface I18nInterface {
233
233
  placeholder: string;
234
234
  clearIndicatorAriaLabel: string;
235
235
  };
236
+ simplePagination: {
237
+ ofLabel: string;
238
+ pageNumberLabel: string;
239
+ pageLabel: string;
240
+ pagesLabel: string;
241
+ selectedLabel: string;
242
+ };
236
243
  skipLink: {
237
244
  buttonText: string;
238
245
  };
package/dist/index.d.ts CHANGED
@@ -39,7 +39,7 @@ export { LoadingIndicator, LoadingIndicatorProps, } from './components/LoadingIn
39
39
  export { NativeSelect, NativeSelectProps } from './components/NativeSelect';
40
40
  export { NavTabs } from './components/NavTabs';
41
41
  export { NavTab } from './components/NavTabs/NavTab';
42
- export { Pagination } from './components/Pagination';
42
+ export { Pagination, PageButtonSize, PaginationType, } from './components/Pagination';
43
43
  export { Paragraph, ParagraphProps } from './components/Paragraph';
44
44
  export { PasswordInput, PasswordInputProps } from './components/PasswordInput';
45
45
  export { ProgressBar, ProgressBarColor, ProgressBarProps, } from './components/ProgressBar';