dfh-ui-library 1.13.14 → 1.13.16

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