@@ -401,21 +401,15 @@ const validateTime = function (v) {
401401}
402402// 灵感组件颜色值
403403const themeColors = [
404- 'uxCardColorTheme ' ,
404+ 'uxCardColorBackground ' ,
405405 'uxCardColorAccent' ,
406- 'uxCardColorPrimary' ,
407- 'uxCardColorSecondary' ,
408- 'uxCardColorSecondaryVariant' ,
409- 'uxCardColorTertiary' ,
410- 'uxCardColorQuaternary' ,
411406 'uxCardColorContainer' ,
412- 'uxCardBackground' ,
413407 'uxCardColorHue' ,
414408 'uxCardColorHueSecondary' ,
415- 'uxIconColorAccent ' ,
416- 'uxIconColorPrimary ' ,
417- 'uxIconColorSecondary ' ,
418- 'uxIconColorBackground '
409+ 'uxCardColorPrimary ' ,
410+ 'uxCardColorQuaternary ' ,
411+ 'uxCardColorSecondaryVariant ' ,
412+ 'uxCardColorTertiary '
419413]
420414const validator = {
421415 /**
@@ -2711,9 +2705,8 @@ const validatorMap = {
27112705 themeColor : makeEnumValidator ( themeColors ) ,
27122706 themeBackgroundColor : makeEnumValidator ( themeColors ) ,
27132707 themeLayerColor : makeEnumValidator ( themeColors ) ,
2714- themeThumbColor : makeEnumValidator ( themeColors ) ,
27152708 themeTrackColor : makeEnumValidator ( themeColors ) ,
2716- themeSelectColor : makeEnumValidator ( themeColors ) ,
2709+ themeSelectedColor : makeEnumValidator ( themeColors ) ,
27172710 themeBlockColor : makeEnumValidator ( themeColors ) ,
27182711 letterSpacing : validator . letterSpacing
27192712}
0 commit comments