ados-rcm 1.1.688 → 1.1.690

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.
@@ -33,18 +33,18 @@ export interface IABaseProps extends React.HTMLAttributes<HTMLElement> {
33
33
  * Description : if truthy, dimming is applied. if isLoading is true, spinner is dimmed as well. if isDisabled is string, it is used as a tooltip.
34
34
  */
35
35
  isDisabled?: boolean | string;
36
- /**
37
- * isFetching? : boolean
38
- *
39
- * Description : if truthy, skeleton UI is applied without dimming or spinner.
40
- */
41
- isFetching?: boolean;
42
36
  /**
43
37
  * isLoading? : boolean
44
38
  *
45
39
  * Description : if truthy, dimming and spinner are applied.
46
40
  */
47
41
  isLoading?: boolean;
42
+ /**
43
+ * isPending? : boolean
44
+ *
45
+ * Description : if truthy, skeleton UI is applied without dimming or spinner.
46
+ */
47
+ isPending?: boolean;
48
48
  /**
49
49
  * progress? : number
50
50
  *