Skip to content

Commit a159571

Browse files
committed
chore(release): v3.0.0-beta.8
1 parent 42b3e53 commit a159571

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.0-beta.7",
2+
"name": "@nutui/nutui-react",
3+
"version": "3.0.0-beta.8",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

src/packages/configprovider/types.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export type NutCSSVariables =
88
| 'nutuiColorPrimaryLightPressed'
99
| 'nutuiRed6'
1010
| 'nutuiGray8'
11+
| 'nutuiColorPrimarySpecialdisabled'
1112
| 'nutuiColorDefault'
1213
| 'nutuiColorDefaultPressed'
1314
| 'nutuiColorDefaultLight'
@@ -217,7 +218,6 @@ export type NutCSSVariables =
217218
| 'nutuiInputnumberInputMargin'
218219
| 'nutuiInputnumberButtonWidth'
219220
| 'nutuiInputnumberButtonHeight'
220-
| 'nutuiInputnumberButtonBorderRadius'
221221
| 'nutuiInputnumberButtonBackgroundColor'
222222
| 'nutuiInputnumberIconColor'
223223
| 'nutuiInputnumberIconSize'
@@ -319,7 +319,6 @@ export type NutCSSVariables =
319319
| 'nutuiTourContentBottomBtnPadding'
320320
| 'nutuiTourContentBottomBtnFontSize'
321321
| 'nutuiTourContentBottomBtnBorderRadius'
322-
| 'nutuiBacktopBorderColor'
323322
| 'nutuiCalendarActiveBackgroundColor'
324323
| 'nutuiCalendarChooseBackgroundColor'
325324
| 'nutuiCalendarChooseColor'
@@ -337,6 +336,7 @@ export type NutCSSVariables =
337336
| 'nutuiHoverbuttonSpacing'
338337
| 'nutuiHoverbuttonPositionBottom'
339338
| 'nutuiHoverbuttonPositionRight'
339+
| 'nutuiHoverbuttonItemSize'
340340
| 'nutuiHoverbuttonItemBorderColor'
341341
| 'nutuiHoverbuttonItemBackground'
342342
| 'nutuiHoverbuttonItemBackgroundActive'
@@ -540,16 +540,19 @@ export type NutCSSVariables =
540540
| 'nutuiBadgeZIndex'
541541
| 'nutuiBadgeDotWidth'
542542
| 'nutuiBadgeDotBorder'
543+
| 'nutuiBadgeOutlineColor'
544+
| 'nutuiBadgeOutlineBorder'
543545
| 'nutuiPopoverBorderRadius'
544-
| 'nutuiPopoverFontSize'
545546
| 'nutuiPopoverBorderColor'
547+
| 'nutuiPopoverFontSize'
546548
| 'nutuiPopoverContentBackgroundColor'
547549
| 'nutuiPopoverTextColor'
548550
| 'nutuiPopoverHoverBackgroundColor'
549551
| 'nutuiPopoverHoverTextColor'
550552
| 'nutuiPopoverDisableColor'
551553
| 'nutuiPopoverDividerColor'
552554
| 'nutuiPopoverMenuItemPadding'
555+
| 'nutuiPopoverMenuItemWidth'
553556
| 'nutuiProgressHeight'
554557
| 'nutuiProgressColor'
555558
| 'nutuiProgressBackground'
@@ -802,6 +805,7 @@ export type NutCSSVariables =
802805
| 'nutuiCountupLrMargin'
803806
| 'nutuiCountupBgColor'
804807
| 'nutuiCountupColor'
808+
| 'nutuiCountupSeparatorColor'
805809
| 'nutuiRowContentColor'
806810
| 'nutuiRowContentBackgroundColor'
807811
| 'nutuiRowContentBorderRadius'

0 commit comments

Comments
 (0)