@up-packages/ui 0.9.7-qa → 0.9.9-qa

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.
@@ -1,4 +1,4 @@
1
- export type UpxRiskCardVariant = "low" | "moderate" | "high" | "critical";
1
+ export type UpxRiskCardVariant = "low" | "moderate" | "high";
2
2
  export interface UpxRiskCardProps {
3
3
  title?: string;
4
4
  variant?: UpxRiskCardVariant;
@@ -1,4 +1,4 @@
1
- export type UpxRiskLevelVariant = "low" | "moderate" | "high" | "critical";
1
+ export type UpxRiskLevelVariant = "low" | "moderate" | "high";
2
2
  export interface UpxRiskLevelItem {
3
3
  label: string;
4
4
  range: string;
@@ -1,4 +1,4 @@
1
- export type UpxRiskScoreVariant = "low" | "moderate" | "high" | "critical";
1
+ export type UpxRiskScoreVariant = "low" | "moderate" | "high";
2
2
  export interface UpxRiskScoreProps {
3
3
  variant?: UpxRiskScoreVariant;
4
4
  label?: string;