@4alldigital/foundation-ui--gamma 1.59.0 → 1.60.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.
@@ -1,3 +1,3 @@
1
1
  export declare const cardWrapperClasses = "relative rounded-lg overflow-hidden shadow bg-cardBackground text-cardText dark:bg-darkCardBackground dark:text-darkCardText group";
2
- export declare const clickableCardWrapperClasses = "relative rounded-lg overflow-hidden cursor-pointer hover:scale-105 shadow hover:shadow-lg bg-cardBackground text-cardText dark:bg-darkCardBackground dark:text-darkCardText hover:bg-cardText hover:text-cardBackground group";
2
+ export declare const clickableCardWrapperClasses = "relative rounded-lg overflow-hidden cursor-pointer hover:scale-105 shadow hover:shadow-lg bg-cardBackground text-cardText dark:bg-darkCardBackground dark:text-darkCardText hover:bg-cardBackgroundHover group";
3
3
  export declare const animateClasses = "transition duration-500 ease-in-out ";
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Props } from './PanelIntro.types';
3
3
  declare const PanelIntro: {
4
- ({ testID, title, description, image, buttonData, inversed, withBg, spacing, video, headingTag, className, }: Props): React.ReactElement;
4
+ ({ testID, title, description, image, buttonData, inversed, withBg, spacing, video, headingTag, className, bgImage, }: Props): React.ReactElement;
5
5
  displayName: string;
6
6
  };
7
7
  export default PanelIntro;
@@ -14,4 +14,5 @@ export interface Props {
14
14
  withBg?: boolean;
15
15
  spacing?: SPACING;
16
16
  className?: string;
17
+ bgImage?: string;
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.59.0",
3
+ "version": "1.60.0",
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": "bc060b899bafed7cc65a9d49a5ee510afc291bc6",
42
+ "gitHead": "469035569b2b5a0635cb7d3c9e3b8d641d3afacc",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.5",