@@ -8,6 +8,7 @@ export type NutCSSVariables =
8
8
| 'nutuiColorPrimaryLightPressed'
9
9
| 'nutuiRed6'
10
10
| 'nutuiGray8'
11
+ | 'nutuiColorPrimarySpecialdisabled'
11
12
| 'nutuiColorDefault'
12
13
| 'nutuiColorDefaultPressed'
13
14
| 'nutuiColorDefaultLight'
@@ -217,7 +218,6 @@ export type NutCSSVariables =
217
218
| 'nutuiInputnumberInputMargin'
218
219
| 'nutuiInputnumberButtonWidth'
219
220
| 'nutuiInputnumberButtonHeight'
220
- | 'nutuiInputnumberButtonBorderRadius'
221
221
| 'nutuiInputnumberButtonBackgroundColor'
222
222
| 'nutuiInputnumberIconColor'
223
223
| 'nutuiInputnumberIconSize'
@@ -319,7 +319,6 @@ export type NutCSSVariables =
319
319
| 'nutuiTourContentBottomBtnPadding'
320
320
| 'nutuiTourContentBottomBtnFontSize'
321
321
| 'nutuiTourContentBottomBtnBorderRadius'
322
- | 'nutuiBacktopBorderColor'
323
322
| 'nutuiCalendarActiveBackgroundColor'
324
323
| 'nutuiCalendarChooseBackgroundColor'
325
324
| 'nutuiCalendarChooseColor'
@@ -337,6 +336,7 @@ export type NutCSSVariables =
337
336
| 'nutuiHoverbuttonSpacing'
338
337
| 'nutuiHoverbuttonPositionBottom'
339
338
| 'nutuiHoverbuttonPositionRight'
339
+ | 'nutuiHoverbuttonItemSize'
340
340
| 'nutuiHoverbuttonItemBorderColor'
341
341
| 'nutuiHoverbuttonItemBackground'
342
342
| 'nutuiHoverbuttonItemBackgroundActive'
@@ -540,16 +540,19 @@ export type NutCSSVariables =
540
540
| 'nutuiBadgeZIndex'
541
541
| 'nutuiBadgeDotWidth'
542
542
| 'nutuiBadgeDotBorder'
543
+ | 'nutuiBadgeOutlineColor'
544
+ | 'nutuiBadgeOutlineBorder'
543
545
| 'nutuiPopoverBorderRadius'
544
- | 'nutuiPopoverFontSize'
545
546
| 'nutuiPopoverBorderColor'
547
+ | 'nutuiPopoverFontSize'
546
548
| 'nutuiPopoverContentBackgroundColor'
547
549
| 'nutuiPopoverTextColor'
548
550
| 'nutuiPopoverHoverBackgroundColor'
549
551
| 'nutuiPopoverHoverTextColor'
550
552
| 'nutuiPopoverDisableColor'
551
553
| 'nutuiPopoverDividerColor'
552
554
| 'nutuiPopoverMenuItemPadding'
555
+ | 'nutuiPopoverMenuItemWidth'
553
556
| 'nutuiProgressHeight'
554
557
| 'nutuiProgressColor'
555
558
| 'nutuiProgressBackground'
@@ -802,6 +805,7 @@ export type NutCSSVariables =
802
805
| 'nutuiCountupLrMargin'
803
806
| 'nutuiCountupBgColor'
804
807
| 'nutuiCountupColor'
808
+ | 'nutuiCountupSeparatorColor'
805
809
| 'nutuiRowContentColor'
806
810
| 'nutuiRowContentBackgroundColor'
807
811
| 'nutuiRowContentBorderRadius'
0 commit comments