analytica-frontend-lib 1.2.15 → 1.2.16

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.mts CHANGED
@@ -68,6 +68,7 @@ export { UrlParamsConfig, useUrlParams } from './BreadcrumbMenu/useUrlParams/ind
68
68
  export { BreadcrumbItem, useBreadcrumb } from './BreadcrumbMenu/breadcrumbStore/index.mjs';
69
69
  import * as zustand_middleware from 'zustand/middleware';
70
70
  export { cn, getSubjectColorWithOpacity, syncDropdownState } from './utils/index.mjs';
71
+ export { default as TablePagination, TablePaginationProps } from './Table/TablePagination/index.mjs';
71
72
  import 'clsx';
72
73
 
73
74
  interface ImageUploadProps {
package/dist/index.d.ts CHANGED
@@ -68,6 +68,7 @@ export { UrlParamsConfig, useUrlParams } from './BreadcrumbMenu/useUrlParams/ind
68
68
  export { BreadcrumbItem, useBreadcrumb } from './BreadcrumbMenu/breadcrumbStore/index.js';
69
69
  import * as zustand_middleware from 'zustand/middleware';
70
70
  export { cn, getSubjectColorWithOpacity, syncDropdownState } from './utils/index.js';
71
+ export { default as TablePagination, TablePaginationProps } from './Table/TablePagination/index.js';
71
72
  import 'clsx';
72
73
 
73
74
  interface ImageUploadProps {