dfh-ui-library 1.13.13 → 1.13.15

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.
@@ -894,6 +894,8 @@ export interface NoteComponentProps {
894
894
  isAutoSave?: boolean;
895
895
  isOptional?: boolean;
896
896
  badgeLabel?: string;
897
+ stayOnSave?: boolean;
898
+ isSaving?: boolean;
897
899
  }
898
900
  export interface TabButtonProps {
899
901
  onClickTab?: (value: string) => void;
package/dist/index.d.ts CHANGED
@@ -780,6 +780,8 @@ interface NoteComponentProps {
780
780
  isAutoSave?: boolean;
781
781
  isOptional?: boolean;
782
782
  badgeLabel?: string;
783
+ stayOnSave?: boolean;
784
+ isSaving?: boolean;
783
785
  }
784
786
  interface TabButtonProps {
785
787
  onClickTab?: (value: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.13",
3
+ "version": "1.13.15",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",