jamespot-react-components 1.2.44 → 1.2.45

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,7 +1,7 @@
1
- import { jArticleList } from 'jamespot-user-api';
1
+ import { ArticlesList } from 'jamespot-user-api';
2
2
  import { ReactNode } from 'react';
3
3
  export declare const ArticleCard: ({ article, icon, color, audience, }: {
4
- article: jArticleList;
4
+ article: ArticlesList;
5
5
  icon: string;
6
6
  color: string;
7
7
  audience?: ReactNode;
@@ -4,6 +4,7 @@ export declare const AlbumItem: ({ file, width, height }: {
4
4
  width: number;
5
5
  height: number;
6
6
  }) => import("react/jsx-runtime").JSX.Element;
7
- export declare const AlbumItemImage: ({ uri }: {
7
+ export declare const AlbumItemImage: ({ uri, maxHeight }: {
8
8
  uri: string;
9
+ maxHeight: number;
9
10
  }) => import("react/jsx-runtime").JSX.Element;
@@ -12,7 +12,9 @@ export declare const AlbumImageWrapper: import("styled-components").StyledCompon
12
12
  width: number;
13
13
  height: number;
14
14
  }, never>;
15
- export declare const AlbumImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
15
+ export declare const AlbumImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {
16
+ $maxHeight: number;
17
+ }, never>;
16
18
  export declare const AlbumOverlay: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
17
19
  export declare const AlbumAttachments: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
18
20
  export declare const AlbumRow: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "description": "",
5
5
  "main": "./build/jamespot-react-components.js",
6
6
  "types": "./build/src/index.d.ts",
@@ -68,7 +68,7 @@
68
68
  "html-webpack-plugin": "^5.6.4",
69
69
  "husky": "^7.0.4",
70
70
  "identity-obj-proxy": "^3.0.0",
71
- "jamespot-user-api": "^1.2.44",
71
+ "jamespot-user-api": "^1.2.45",
72
72
  "jest": "^30.1.2",
73
73
  "jest-environment-jsdom": "^30.1.2",
74
74
  "jest-styled-components": "^7.2.0",