master-components-react-ts 2.5.18 → 2.6.1

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.
@@ -6,4 +6,5 @@ declare const __formatDate: (dateOrTimestamp: Date | number | string, format: st
6
6
  declare const __formatToFixedPoint: (int: number, fixedPoint: number) => number;
7
7
  declare const __filterUnique: (arr: any[], key: string) => any[];
8
8
  declare const __hasProperty: (obj: any, prop: string) => boolean;
9
- export { _getSize, _calculateSizeByUnit, _getFileFormat, _toBase64, __formatDate, __formatToFixedPoint, __filterUnique, __hasProperty };
9
+ declare const __getScrollableAncestors: (element: HTMLElement | null) => (HTMLElement | Window)[];
10
+ export { _getSize, _calculateSizeByUnit, _getFileFormat, _toBase64, __formatDate, __formatToFixedPoint, __filterUnique, __hasProperty, __getScrollableAncestors, };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.5.18",
4
+ "version": "2.6.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",