react-frontend-common-components 0.0.39 → 0.0.41

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.ts CHANGED
@@ -112,7 +112,7 @@ declare const AppBadge: ({ content, children, className, ribbon, ...props }: App
112
112
  interface OverViewCardProps {
113
113
  className?: string;
114
114
  text?: string;
115
- number?: number;
115
+ number?: number | string;
116
116
  }
117
117
  declare const OverViewCard: ({ className, text, number }: OverViewCardProps) => react_jsx_runtime.JSX.Element;
118
118