Skip to content

Commit

Permalink
chore(release): v2.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed May 26, 2023
1 parent 761fa5f commit 60109a8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 33 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.0.0-alpha.12
`2023-05-26`

* 🛠 refactor: actionSheet (#1053) @xiaoyatong
* 🛠 refactor: countdown (#1040) @拧巴的猫
* 🛠 refactor: searchBar (#1047) @xiaoyatong
* 🛠 refactor: shortPassword (#1046) @Eiinu
* 🛠 refactor: toast (#1026) @justExplore
* 🛠 refactor: virtualList (#1056) @Eiinu
* :sparkles: feat: ellipsis add width attribute (#1038) @Zhu Da Shuai
* :sparkles: feat: 导出主题中的 CSS 变量类型 (#1050) @oasis-cloud
* 📖 docs: import touch-emulator (#1045) @oasis-cloud


# v2.0.0-alpha.11
`2023-05-24`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
46 changes: 14 additions & 32 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export type NutCSSVariables =
| 'nutuiButtonPrimaryBorderColor'
| 'nutuiButtonInfoColor'
| 'nutuiButtonInfoBorderColor'
| 'nutuiButtonInfoBackgroundColor'
| 'nutuiButtonSuccessColor'
| 'nutuiButtonSuccessBorderColor'
| 'nutuiButtonDangerColor'
Expand All @@ -66,19 +65,15 @@ export type NutCSSVariables =
| 'nutuiCellTitleColor'
| 'nutuiCellTitleFontSize'
| 'nutuiCellDescriptionFontSize'
| 'nutuiCellDescriptionColor'
| 'nutuiCellExtraFontSize'
| 'nutuiCellExtraColor'
| 'nutuiCellDescriptionColor'
| 'nutuiCellBorderRadius'
| 'nutuiCellPadding'
| 'nutuiCellLineHeight'
| 'nutuiCellDividerRight'
| 'nutuiCellDividerLeft'
| 'nutuiCellDividerBorderBottom'
| 'nutuiCellDefaultIconMargin'
| 'nutuiCellLargeTitleFont'
| 'nutuiCellLargeTitleDescriptionFont'
| 'nutuiCellLargePadding'
| 'nutuiCellBackgroundColor'
| 'nutuiCellBoxShadow'
| 'nutuiCellGroupTitlePadding'
Expand Down Expand Up @@ -171,16 +166,12 @@ export type NutCSSVariables =
| 'nutuiInputnumberLineHeight'
| 'nutuiInputnumberBorderBox'
| 'nutuiInputnumberDisplay'
| 'nutuiZindexActionsheet'
| 'nutuiBodyBackground'
| 'nutuiLightColor'
| 'nutuiActionsheetLightColor'
| 'nutuiActionsheetBorderColor'
| 'nutuiActionsheetItemTextAlign'
| 'nutuiActionsheetItemBorderBottom'
| 'nutuiActionsheetItemFontSize'
| 'nutuiActionsheetItemSubdescFontSize'
| 'nutuiActionsheetItemCancelBorderTop'
| 'nutuiActionsheetItemLineHeight'
| 'nutuiActionsheetItemFontColor'
| 'nutuiActionsheetItemColor'
| 'nutuiActionsheetItemDanger'
| 'nutuiShortpasswordBackgroundColor'
| 'nutuiShortpasswordBorderColor'
| 'nutuiShortpasswordError'
Expand Down Expand Up @@ -363,8 +354,8 @@ export type NutCSSVariables =
| 'nutuiDialogContentMaxHeight'
| 'nutuiDialogContentLineHeight'
| 'nutuiDialogContentTextAlign'
| 'nutuiDialogMaskZIndex'
| 'nutuiDialogMaskBackgroundColor'
| 'nutuiDialogOverlayZIndex'
| 'nutuiDialogOverlayBackgroundColor'
| 'nutuiDialogOuterZIndex'
| 'nutuiDialogOuterBordderRadius'
| 'nutuiDialogVerticalFooterOkMarginTop'
Expand Down Expand Up @@ -452,17 +443,13 @@ export type NutCSSVariables =
| 'nutuiBadgeBackgroundColor'
| 'nutuiBadgeColor'
| 'nutuiBadgeFontSize'
| 'nutuiBadgeDefaultBackgroundColor'
| 'nutuiBadgeBorder'
| 'nutuiBadgeBorderRadius'
| 'nutuiBadgePadding'
| 'nutuiBadgeIconPadding'
| 'nutuiBadgeContentTransform'
| 'nutuiBadgeZIndex'
| 'nutuiBadgeDotWidth'
| 'nutuiBadgeDotHeight'
| 'nutuiBadgeDotBorderRadius'
| 'nutuiBadgeDotPadding'
| 'nutuiPopoverBorderRadius'
| 'nutuiPopoverFontSize'
| 'nutuiPopoverMenuItemHeight'
Expand Down Expand Up @@ -562,25 +549,22 @@ export type NutCSSVariables =
| 'nutuiCollapseWrapperContentBackgroundColor'
| 'nutuiSearchbarBackground'
| 'nutuiSearchbarContentBorderRadius'
| 'nutuiSearchbarRightOutColor'
| 'nutuiSearchbarPadding'
| 'nutuiSearchbarWidth'
| 'nutuiSearchbarLabelFontsize'
| 'nutuiSearchbarLabelPadding'
| 'nutuiSearchbarLabelColor'
| 'nutuiSearchbarActionTextFontsize'
| 'nutuiSearchbarActionTextPadding'
| 'nutuiSearchbarActionTextColor'
| 'nutuiSearchbarLeftFontsize'
| 'nutuiSearchbarLeftPadding'
| 'nutuiSearchbarLeftColor'
| 'nutuiSearchbarRightFontsize'
| 'nutuiSearchbarRightPadding'
| 'nutuiSearchbarRightColor'
| 'nutuiSearchbarInputHeight'
| 'nutuiSearchbarInputPadding'
| 'nutuiSearchbarInputBackground'
| 'nutuiSearchbarInputTextColor'
| 'nutuiSearchbarInputCurrorColor'
| 'nutuiSearchbarInputWidth'
| 'nutuiSearchbarInputTextAlign'
| 'nutuiSearchbarInputBorderRadius'
| 'nutuiSearchbarInputBoxShadow'
| 'nutuiSearchbarInputBarColor'
| 'nutuiSearchbarInputBarPlaceholderColor'
| 'nutuiSearchbarClearIconPadding'
| 'nutuiEmptyPadding'
| 'nutuiEmptyImageSize'
Expand Down Expand Up @@ -659,7 +643,6 @@ export type NutCSSVariables =
| 'nutuiGridItemContentBgColor'
| 'nutuiGridItemTextMargin'
| 'nutuiGridItemTextColor'
| 'nutuiGridItemIconColor'
| 'nutuiGridItemTextFontSize'
| 'nutuiTableBorderColor'
| 'nutuiTableColsPadding'
Expand All @@ -676,7 +659,6 @@ export type NutCSSVariables =
| 'nutuiNavbarTitleFontSize'
| 'nutuiNavbarTitleFontWeight'
| 'nutuiNavbarTitleFontColor'
| 'nutuiNavbarTitleWidth'
| 'nutuiSidenavbarContentBgColor'
| 'nutuiSidenavbarSubTitleBorderColor'
| 'nutuiSidenavbarSubTitleBgColor'
Expand Down

0 comments on commit 60109a8

Please sign in to comment.