@4alldigital/foundation-ui--gamma 1.53.4 → 1.53.5

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.
@@ -36,6 +36,7 @@ export interface Actions {
36
36
  export interface CardData {
37
37
  id: string;
38
38
  title?: string;
39
+ subtitle?: string;
39
40
  description?: string;
40
41
  image?: ImageData;
41
42
  video?: string;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Props } from './CardIcon.types';
3
3
  declare const CardIcon: {
4
- ({ id, title, description, icon, className, onClick, moreTitle, align, }: Props): React.ReactElement;
4
+ ({ id, title, subtitle, description, icon, className, onClick, moreTitle, align, }: Props): React.ReactElement;
5
5
  displayName: string;
6
6
  };
7
7
  export default CardIcon;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Props } from './HomeScreen.types';
3
3
  declare const HomeScreen: {
4
- ({ testID, image, panelVideoProps, panelFeatureProps, panelCardsProps, panelHerosProps, panelDataCardsProps, panelProductProps, }: Props): React.ReactElement;
4
+ ({ testID, image, panelVideoProps, panelFeatureProps, panelCardsProps, panelHerosProps, panelSubscriptionsProps, panelTestimonialsProps, panelDataCardsProps, panelProductProps, }: Props): React.ReactElement;
5
5
  displayName: string;
6
6
  };
7
7
  export default HomeScreen;
@@ -11,6 +11,8 @@ export interface Props {
11
11
  panelFeatureProps?: panelFeatureProps;
12
12
  panelCardsProps?: panelCardsProps;
13
13
  panelHerosProps?: panelHerosProps[];
14
+ panelSubscriptionsProps?: panelCardsProps;
15
+ panelTestimonialsProps?: panelCardsProps;
14
16
  panelDataCardsProps?: panelCardsProps;
15
17
  panelProductProps?: panelProductProps;
16
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.53.4",
3
+ "version": "1.53.5",
4
4
  "description": "Foundation UI Component library with GAMMA theme. ",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "8c360dca2f1f64c1a89f504839de6c3db3b08a4e",
42
+ "gitHead": "66bed3dba06bb82751e64094c042f6da0298bcfa",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.5",