dfh-ui-library 1.13.10 → 1.13.11

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.
@@ -648,6 +648,7 @@ export interface IPanelCardProps extends AdditionalClassesProp {
648
648
  backButtonClick?: () => void;
649
649
  isLoading?: boolean;
650
650
  onClick?: () => void;
651
+ loadingContent?: any;
651
652
  }
652
653
  export declare enum BorderType {
653
654
  Dotted = "border-dotted",
package/dist/index.d.ts CHANGED
@@ -1274,6 +1274,7 @@ interface IPanelCardProps extends AdditionalClassesProp {
1274
1274
  backButtonClick?: () => void;
1275
1275
  isLoading?: boolean;
1276
1276
  onClick?: () => void;
1277
+ loadingContent?: any;
1277
1278
  }
1278
1279
  declare enum BorderType {
1279
1280
  Dotted = "border-dotted",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.10",
3
+ "version": "1.13.11",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",