@undp/carbon-library 1.0.293-CARBON-Sprint-54.6 → 1.0.293-CARBON-367.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,5 +7,7 @@ export interface StasticCardItemProps {
7
7
  icon: any;
8
8
  loading: boolean;
9
9
  companyRole: any;
10
+ tooltip: any;
11
+ t: any;
10
12
  }
11
13
  export declare const StasticCard: FC<StasticCardItemProps>;
@@ -7,7 +7,7 @@ import { CarbonSystemType } from "../Enums/carbonSystemType.enum";
7
7
  export declare const getStageEnumVal: (value: string) => string;
8
8
  export declare const getCreditStageVal: (value: string) => string;
9
9
  export declare const getStageTransferEnumVal: (value: string, transfer: ProgrammeTransfer) => string;
10
- export declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "error" | "processing" | "default";
10
+ export declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "purple" | "error" | "processing" | "default";
11
11
  export declare const getStageTagTypeMRV: (stage: ProgrammeStageMRV) => "purple" | "error" | "processing" | "default";
12
12
  export declare const getTransferStageTagType: (stage: CreditTransferStage, transfer: ProgrammeTransfer) => "orange" | "purple" | "error" | "processing" | "default" | "success";
13
13
  export declare class UnitField {