@@ -17,6 +17,7 @@ export enum Status {
17
17
SUCCESS = 'success' ,
18
18
WARNING = 'warning' ,
19
19
ERROR = 'error' ,
20
+ INFO = 'info' ,
20
21
}
21
22
22
23
export enum Direction {
@@ -51,9 +52,11 @@ export enum Colors {
51
52
StatusSuccess = 'status-success' ,
52
53
StatusWarning = 'status-warning' ,
53
54
StatusError = 'status-error' ,
55
+ StatusInfo = 'status-info' ,
54
56
StatusSuccessBackground = 'status-success-background' ,
55
57
StatusWarningBackground = 'status-warning-background' ,
56
58
StatusErrorBackground = 'status-error-background' ,
59
+ StatusInfoBackground = 'status-info-background' ,
57
60
ButtonTertiaryColor = 'button-tertiary-color' ,
58
61
ButtonTertiaryColorActive = 'button-tertiary-color-active' ,
59
62
ButtonTertiaryBackground = 'button-tertiary-background' ,
@@ -106,9 +109,11 @@ export enum StatusColors {
106
109
StatusSuccess = Colors . StatusSuccess ,
107
110
StatusWarning = Colors . StatusWarning ,
108
111
StatusError = Colors . StatusError ,
112
+ StatusInfo = Colors . StatusInfo ,
109
113
StatusSuccessBackground = Colors . StatusSuccessBackground ,
110
114
StatusWarningBackground = Colors . StatusWarningBackground ,
111
- StatusErrorBackground = Colors . StatusErrorBackground
115
+ StatusErrorBackground = Colors . StatusErrorBackground ,
116
+ StatusInfoBackground = Colors . StatusInfoBackground ,
112
117
}
113
118
114
119
export enum TertiaryButtonColors {
0 commit comments