@goodhood-web/ui 4.13.0-development.1 → 4.13.0-development.3

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,4 +1,4 @@
1
- export declare const poiAvatarSizes: readonly ["48", "56", "64", "80"];
1
+ export declare const poiAvatarSizes: readonly ["40", "48", "56", "64", "80"];
2
2
  export type TSize = (typeof poiAvatarSizes)[number];
3
3
  export interface PoiAvatarType {
4
4
  alt?: string;
@@ -1,3 +1,3 @@
1
1
  import { CardHeaderProps } from './CardHeader.types';
2
- declare const CardHeader: ({ as, className, headline, leftElement, rightElement, type, }: CardHeaderProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const CardHeader: ({ as, className, headline, leftElement, rightElement, subHeadline, type, }: CardHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default CardHeader;
@@ -8,5 +8,6 @@ export type CardHeaderProps = {
8
8
  headline?: string;
9
9
  leftElement?: ReactElement<IconProps | IconButtonProps> | ReactNode;
10
10
  rightElement?: ReactElement<IconButtonProps> | ReactNode;
11
+ subHeadline?: string;
11
12
  type?: Exclude<TypographyTypeProduct, 'h1'>;
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.13.0-development.1",
3
+ "version": "4.13.0-development.3",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",