@tracktor/design-system 3.10.4 → 3.11.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.
@@ -8,7 +8,8 @@ export interface ArticleImageProps {
8
8
  height?: string | number;
9
9
  secondarySrc?: AvatarProps["secondarySrc"];
10
10
  secondaryAvatarProps?: AvatarProps["secondaryAvatarProps"];
11
+ secondaryTitle?: string;
11
12
  sx?: SxProps;
12
13
  }
13
- declare const ArticleImage: ({ src, isLoading, secondarySrc, secondaryAvatarProps, sx, width, height, alt, }: ArticleImageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
14
+ declare const ArticleImage: ({ src, isLoading, secondarySrc, secondaryAvatarProps, sx, secondaryTitle, width, height, alt, }: ArticleImageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
14
15
  export default ArticleImage;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "3.10.4",
5
+ "version": "3.11.0",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",