dfh-ui-library 1.10.21 → 1.10.23

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.
@@ -506,6 +506,7 @@ export interface ICardProps {
506
506
  * Nested child elements and contents
507
507
  */
508
508
  children?: React.ReactNode;
509
+ onClick?: () => void;
509
510
  }
510
511
  export interface AdditionalClassesProp {
511
512
  /**
@@ -610,6 +611,7 @@ export interface IPanelCardProps extends AdditionalClassesProp {
610
611
  enableBack?: boolean;
611
612
  backButtonClick?: () => void;
612
613
  isLoading?: boolean;
614
+ onClick?: () => void;
613
615
  }
614
616
  export declare enum BorderType {
615
617
  Dotted = "border-dotted",
package/dist/index.d.ts CHANGED
@@ -857,6 +857,7 @@ interface ICardProps {
857
857
  * Nested child elements and contents
858
858
  */
859
859
  children?: React__default.ReactNode;
860
+ onClick?: () => void;
860
861
  }
861
862
  interface AdditionalClassesProp {
862
863
  /**
@@ -952,6 +953,7 @@ interface IPanelCardProps extends AdditionalClassesProp {
952
953
  enableBack?: boolean;
953
954
  backButtonClick?: () => void;
954
955
  isLoading?: boolean;
956
+ onClick?: () => void;
955
957
  }
956
958
  declare enum BorderType {
957
959
  Dotted = "border-dotted",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": " 1.10.21",
3
+ "version": " 1.10.23",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",