kiban-design-system 1.0.239-alpha.0 → 1.0.241-alpha.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.
@@ -0,0 +1,2 @@
1
+ declare function formatFileSize(bytes: number): string;
2
+ export default formatFileSize;
@@ -1,4 +1,5 @@
1
1
  import isComponentTypeOf from './isComponentTypeOf';
2
+ import formatFileSize from './formatFileSize';
2
3
  export * from './common';
3
4
  export * from './icons';
4
- export { isComponentTypeOf };
5
+ export { isComponentTypeOf, formatFileSize };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiban-design-system",
3
- "version": "1.0.239-alpha.0",
3
+ "version": "1.0.241-alpha.0",
4
4
  "description": "",
5
5
  "author": "Kiban",
6
6
  "license": "",