dfh-ui-library 1.9.97 → 1.9.99

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.
package/dist/index.d.ts CHANGED
@@ -903,6 +903,10 @@ interface IPanelCardProps extends AdditionalClassesProp {
903
903
  content?: React.ReactNode;
904
904
  /** Classes for the panel content. */
905
905
  contentClasses?: string | undefined;
906
+ completedDateTime?: string;
907
+ enableBack?: boolean;
908
+ backButtonClick?: () => void;
909
+ isLoading?: void;
906
910
  }
907
911
 
908
912
  declare const Button: ({ type, isDisabled, buttonLabel, iconType, iconColor, iconAlignment, isIconEnabled, variants, additionalClasses, iconClass, enableBagage, bagageProps, width, onClick, }: IButtonProps) => React__default.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.9.97",
3
+ "version": "1.9.99",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",