@ludo.ninja/components 2.2.41 → 2.2.42

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 +1,6 @@
1
- export {};
1
+ type UserStreakProps = {
2
+ className?: string;
3
+ style?: React.CSSProperties;
4
+ };
5
+ declare const UserStreak: ({ className, style }: UserStreakProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default UserStreak;
@@ -138,3 +138,4 @@ const UserStreak = ({ className, style }) => {
138
138
  alignItems: 'center',
139
139
  }, children: (0, jsx_runtime_1.jsx)(TooltipSVGIcon, {}) }) })] })) })] }));
140
140
  };
141
+ exports.default = UserStreak;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.2.41",
3
+ "version": "2.2.42",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",