File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -2656,7 +2656,24 @@ const validatorMap = {
26562656 starSecondary : validator . url ,
26572657 // font
26582658 fontSrc : validator . fontSrc ,
2659- fontFamily : validator . fontFamily
2659+ fontFamily : validator . fontFamily ,
2660+ themeColor : makeEnumValidator ( [
2661+ 'uxCardColorTheme' ,
2662+ 'uxCardColorAccent' ,
2663+ 'uxCardColorPrimary' ,
2664+ 'uxCardColorSecondary' ,
2665+ 'uxCardColorSecondaryVariant' ,
2666+ 'uxCardColorTertiary' ,
2667+ 'uxCardColorQuaternary' ,
2668+ 'uxCardColorContainer' ,
2669+ 'uxCardBackground' ,
2670+ 'uxCardColorHue' ,
2671+ 'uxCardColorHueSecondary' ,
2672+ 'uxIconColorAccent' ,
2673+ 'uxIconColorPrimary' ,
2674+ 'uxIconColorSecondary' ,
2675+ 'uxIconColorBackground'
2676+ ] )
26602677}
26612678
26622679/**
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ describe('hap-toolkit', () => {
5353 expect ( stderr . toString ( ) ) . toMatch ( / P l e a s e p i c k a n e w n a m e / )
5454 await del ( [ targetdirForExist , targetdirForNonExist ] , { force : true } )
5555 } ,
56- 10 * 60 * 1000
56+ 100 * 60 * 1000
5757 )
5858
5959 it (
You can’t perform that action at this time.
0 commit comments