@itcase/ui 1.8.154 → 1.8.156
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.
|
@@ -53,7 +53,7 @@ const notificationAppearanceError = {
|
|
|
53
53
|
borderColor: 'errorBorderPrimary',
|
|
54
54
|
textColor: 'errorTextPrimary',
|
|
55
55
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
56
|
-
loaderAppearance: '
|
|
56
|
+
loaderAppearance: 'errorPrimary sizeS solid rounded',
|
|
57
57
|
closeIcon: _default.icons24.Action.Close,
|
|
58
58
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
59
59
|
},
|
|
@@ -68,7 +68,7 @@ const notificationAppearanceInfo = {
|
|
|
68
68
|
borderColor: 'infoBorderPrimary',
|
|
69
69
|
textColor: 'infoTextPrimary',
|
|
70
70
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
71
|
-
loaderAppearance: '
|
|
71
|
+
loaderAppearance: 'infoPrimary sizeS solid rounded',
|
|
72
72
|
closeIcon: _default.icons24.Action.Close,
|
|
73
73
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
74
74
|
},
|
|
@@ -141,7 +141,7 @@ const notificationAppearanceSuccess = {
|
|
|
141
141
|
borderColor: 'successBorderPrimary',
|
|
142
142
|
textColor: 'successTextPrimary',
|
|
143
143
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
144
|
-
loaderAppearance: '
|
|
144
|
+
loaderAppearance: 'successPrimary sizeS solid rounded',
|
|
145
145
|
closeIcon: _default.icons24.Action.Close,
|
|
146
146
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
147
147
|
},
|
|
@@ -156,7 +156,7 @@ const notificationAppearanceWarning = {
|
|
|
156
156
|
borderColor: 'surfaceBorderPrimary',
|
|
157
157
|
textColor: 'warningTextPrimary',
|
|
158
158
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
159
|
-
loaderAppearance: '
|
|
159
|
+
loaderAppearance: 'warningPrimary sizeS solid rounded',
|
|
160
160
|
closeIcon: _default.icons24.Action.Close,
|
|
161
161
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
162
162
|
},
|
|
@@ -51,7 +51,7 @@ const notificationAppearanceError = {
|
|
|
51
51
|
borderColor: 'errorBorderPrimary',
|
|
52
52
|
textColor: 'errorTextPrimary',
|
|
53
53
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
54
|
-
loaderAppearance: '
|
|
54
|
+
loaderAppearance: 'errorPrimary sizeS solid rounded',
|
|
55
55
|
closeIcon: icons24.Action.Close,
|
|
56
56
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
57
57
|
},
|
|
@@ -66,7 +66,7 @@ const notificationAppearanceInfo = {
|
|
|
66
66
|
borderColor: 'infoBorderPrimary',
|
|
67
67
|
textColor: 'infoTextPrimary',
|
|
68
68
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
69
|
-
loaderAppearance: '
|
|
69
|
+
loaderAppearance: 'infoPrimary sizeS solid rounded',
|
|
70
70
|
closeIcon: icons24.Action.Close,
|
|
71
71
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
72
72
|
},
|
|
@@ -139,7 +139,7 @@ const notificationAppearanceSuccess = {
|
|
|
139
139
|
borderColor: 'successBorderPrimary',
|
|
140
140
|
textColor: 'successTextPrimary',
|
|
141
141
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
142
|
-
loaderAppearance: '
|
|
142
|
+
loaderAppearance: 'successPrimary sizeS solid rounded',
|
|
143
143
|
closeIcon: icons24.Action.Close,
|
|
144
144
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
145
145
|
},
|
|
@@ -154,7 +154,7 @@ const notificationAppearanceWarning = {
|
|
|
154
154
|
borderColor: 'surfaceBorderPrimary',
|
|
155
155
|
textColor: 'warningTextPrimary',
|
|
156
156
|
buttonAppearance: 'surfacePrimary sizeXXL solid rounded',
|
|
157
|
-
loaderAppearance: '
|
|
157
|
+
loaderAppearance: 'warningPrimary sizeS solid rounded',
|
|
158
158
|
closeIcon: icons24.Action.Close,
|
|
159
159
|
closeIconAppearance: 'surfacePrimary solid circular',
|
|
160
160
|
},
|