@@ -133,6 +133,7 @@ export const lightVars: VarsType = {
133133 successBorderActive : greenPalette [ 700 ] ,
134134 successBorderHover : greenPalette [ 400 ] ,
135135 successBorderDefault : greenPalette [ 600 ] ,
136+ successBorderWeak : greenPalette [ 50 ] ,
136137 successIconInDisabled : greenPalette [ 10 ] ,
137138 successIconInActive : greenPalette [ 200 ] ,
138139 successIconInHover : greenPalette [ 100 ] ,
@@ -149,6 +150,7 @@ export const lightVars: VarsType = {
149150 negativeBorderHover : redPalette [ 400 ] ,
150151 negativeBorderDisabled : redPalette [ "alpha40" ] ,
151152 negativeBorderDefault : redPalette [ 600 ] ,
153+ negativeBorderWeak : redPalette [ 50 ] ,
152154 negativeIconDisabled : redPalette [ "alpha40" ] ,
153155 negativeIconActive : redPalette [ 700 ] ,
154156 negativeIconHover : redPalette [ 400 ] ,
@@ -173,6 +175,7 @@ export const lightVars: VarsType = {
173175 excellentBorderHover : lightBluePalette [ 400 ] ,
174176 excellentBorderActive : lightBluePalette [ 900 ] ,
175177 excellentBorderDisabled : lightBluePalette [ "alpha40" ] ,
178+ excellentBorderWeak : lightBluePalette [ 700 ] ,
176179 excellentIconDefault : lightBluePalette [ 700 ] ,
177180 excellentIconHover : lightBluePalette [ 400 ] ,
178181 excellentIconActive : lightBluePalette [ 900 ] ,
@@ -195,6 +198,7 @@ export const lightVars: VarsType = {
195198 neutralBorderHover : bluePalette [ 500 ] ,
196199 neutralBorderActive : bluePalette [ 800 ] ,
197200 neutralBorderDisabled : bluePalette [ "alpha40" ] ,
201+ neutralBorderWeak : bluePalette [ 50 ] ,
198202 neutralIconDefault : bluePalette [ 600 ] ,
199203 neutralIconHover : bluePalette [ 500 ] ,
200204 neutralIconActive : bluePalette [ 800 ] ,
@@ -217,6 +221,7 @@ export const lightVars: VarsType = {
217221 infoBorderHover : purplePalette [ 500 ] ,
218222 infoBorderActive : purplePalette [ 800 ] ,
219223 infoBorderDisabled : purplePalette [ "alpha40" ] ,
224+ infoBorderWeak : purplePalette [ 50 ] ,
220225 infoIconDefault : purplePalette [ 600 ] ,
221226 infoIconHover : purplePalette [ 500 ] ,
222227 infoIconActive : purplePalette [ 800 ] ,
@@ -239,6 +244,7 @@ export const lightVars: VarsType = {
239244 inactiveBorderHover : greyPalette [ 500 ] ,
240245 inactiveBorderActive : greyPalette [ 800 ] ,
241246 inactiveBorderDisabled : greyPalette [ "alpha40" ] ,
247+ inactiveBorderWeak : greyPalette [ 50 ] ,
242248 inactiveIconDefault : greyPalette [ 400 ] ,
243249 inactiveIconHover : greyPalette [ 500 ] ,
244250 inactiveIconActive : greyPalette [ 800 ] ,
@@ -261,6 +267,7 @@ export const lightVars: VarsType = {
261267 warningBorderHover : lightOrangePalette [ 400 ] ,
262268 warningBorderActive : lightOrangePalette [ 700 ] ,
263269 warningBorderDisabled : lightOrangePalette [ "alpha40" ] ,
270+ warningBorderWeak : lightOrangePalette [ 50 ] ,
264271 warningIconDefault : lightOrangePalette [ 600 ] ,
265272 warningIconHover : lightOrangePalette [ 400 ] ,
266273 warningIconActive : lightOrangePalette [ 700 ] ,
@@ -283,6 +290,7 @@ export const lightVars: VarsType = {
283290 severeWarningBorderHover : orangePalette [ 400 ] ,
284291 severeWarningBorderActive : orangePalette [ 700 ] ,
285292 severeWarningBorderDisabled : orangePalette [ "alpha40" ] ,
293+ severeWarningBorderWeak : orangePalette [ 50 ] ,
286294 severeWarningIconDefault : orangePalette [ 600 ] ,
287295 severeWarningIconHover : orangePalette [ 400 ] ,
288296 severeWarningIconActive : orangePalette [ 700 ] ,
@@ -305,6 +313,7 @@ export const lightVars: VarsType = {
305313 moderateBorderHover : yellowPalette [ 400 ] ,
306314 moderateBorderActive : yellowPalette [ 700 ] ,
307315 moderateBorderDisabled : yellowPalette [ "alpha40" ] ,
316+ moderateBorderWeak : yellowPalette [ 50 ] ,
308317 moderateIconDefault : yellowPalette [ 600 ] ,
309318 moderateIconHover : yellowPalette [ 400 ] ,
310319 moderateIconActive : yellowPalette [ 700 ] ,
0 commit comments