@@ -6,6 +6,8 @@ export type NutCSSVariables =
66 | 'nutuiColorPrimaryDisabled'
77 | 'nutuiColorPrimaryDisabledSpecial'
88 | 'nutuiColorPrimaryLightPressed'
9+ | 'nutuiRed6'
10+ | 'nutuiGray8'
911 | 'nutuiColorDefault'
1012 | 'nutuiColorDefaultPressed'
1113 | 'nutuiColorDefaultLight'
@@ -284,21 +286,21 @@ export type NutCSSVariables =
284286 | 'nutuiAvatarSmallHeight'
285287 | 'nutuiAvatarNormalWidth'
286288 | 'nutuiAvatarNormalHeight'
287- | 'nutuiSwitchCloseBackgroundColor '
288- | 'nutuiSwitchOpenBackgroundColor '
289- | 'nutuiSwitchCloseDisabledBackgroundColor '
290- | 'nutuiSwitchOpenDisabledBackgroundColor '
291- | 'nutuiSwitchCloseLineBackgroundColor '
289+ | 'nutuiSwitchActiveBackgroundColor '
290+ | 'nutuiSwitchInactiveBackgroundColor '
291+ | 'nutuiSwitchActiveDisabledBackgroundColor '
292+ | 'nutuiSwitchInactiveDisabledBackgroundColor '
293+ | 'nutuiSwitchInactiveLineBackgroundColor '
292294 | 'nutuiSwitchWidth'
293295 | 'nutuiSwitchHeight'
294296 | 'nutuiSwitchLineHeight'
295297 | 'nutuiSwitchBorderRadius'
296- | 'nutuiSwitchInsideWidth'
297- | 'nutuiSwitchInsideHeight'
298+ | 'nutuiSwitchBorderWidth'
298299 | 'nutuiSwitchInsideBorderRadius'
299- | 'nutuiSwitchInsideOpenTransform'
300- | 'nutuiSwitchInsideCloseTransform'
301- | 'nutuiSwitchBoxShadow'
300+ | 'nutuiSwitchInsideBoxShadow'
301+ | 'nutuiSwitchLabelTextColor'
302+ | 'nutuiSwitchLabelFontSize'
303+ | 'nutuiSwitchInactiveDisabledLabelTextColor'
302304 | 'nutuiToastInnerTextAlign'
303305 | 'nutuiToastTitleFontSize'
304306 | 'nutuiToastTextFontSize'
@@ -366,6 +368,9 @@ export type NutCSSVariables =
366368 | 'nutuiRateItemMargin'
367369 | 'nutuiRateIconColor'
368370 | 'nutuiRateIconInactiveColor'
371+ | 'nutuiRateIconSize'
372+ | 'nutuiRateFontColor'
373+ | 'nutuiRateFontSize'
369374 | 'nutuiTabbarHeight'
370375 | 'nutuiTabbarActiveColor'
371376 | 'nutuiTabbarInactiveColor'
@@ -649,14 +654,23 @@ export type NutCSSVariables =
649654 | 'nutuiSearchbarInputTextColor'
650655 | 'nutuiSearchbarInputCurrorColor'
651656 | 'nutuiSearchbarInputTextAlign'
657+ | 'nutuiSegmentedHeight'
658+ | 'nutuiSegmentedPadding'
659+ | 'nutuiSegmentedRadius'
660+ | 'nutuiSegmentedBackground'
661+ | 'nutuiSegmentedItemPadding'
662+ | 'nutuiSegmentedItemRadius'
663+ | 'nutuiSegmentedItemFontsize'
664+ | 'nutuiSegmentedItemColor'
665+ | 'nutuiSegmentedActiveBackground'
666+ | 'nutuiSegmentedIconMarginRight'
652667 | 'nutuiEmptyPadding'
653668 | 'nutuiEmptyImageSize'
654669 | 'nutuiEmptyImageSmallSize'
655670 | 'nutuiEmptyTitleMarginTop'
656671 | 'nutuiEmptyBackgroundColor'
657672 | 'nutuiEmptyTitleMarginBottom'
658673 | 'nutuiEmptyTitleLineHeight'
659- | 'nutuiEmptyDescriptionMarginTop'
660674 | 'nutuiEmptyDescriptionLineHeight'
661675 | 'nutuiCascaderFontSize'
662676 | 'nutuiCascaderPaneHeight'
0 commit comments