@kashifd/jwero-components 0.7.62 → 0.7.63

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.
@@ -1,9 +1,9 @@
1
1
  import { SxProps } from '@mui/material/styles';
2
2
  export type CustomBadgeProps = {
3
- type: "single" | "multi" | "off";
3
+ type: "single" | "multi" | "off" | "formatted";
4
4
  count?: number;
5
5
  stroke?: boolean;
6
6
  sx?: SxProps;
7
7
  };
8
- declare const JweroBadge: ({ type, count, stroke, sx }: CustomBadgeProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const JweroBadge: ({ type, count, stroke, sx, }: CustomBadgeProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export default JweroBadge;
@@ -0,0 +1 @@
1
+ export declare const formatNumbers: (value: number) => string | undefined;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.7.62",
5
+ "version": "0.7.63",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",