File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
src/packages/configprovider Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # v2.7.14
2+
3+ ` 2025-04-30 `
4+
5+ - 📖 docs(theme): 放开官方主题
6+ - :sparkles : feat(dialog): 新增按钮变量 (#3173 )
7+ - :bug : fix(popup): 规范化写动效,兼容处理 (#3206 )
8+
19# v2.7.12
210
311` 2025-03-28 `
Original file line number Diff line number Diff line change 11{
2- "name" : " @nutui/nutui-react-taro " ,
3- "version" : " 2.7.13 " ,
2+ "name" : " @nutui/nutui-react" ,
3+ "version" : " 2.7.14 " ,
44 "style" : " dist/style.css" ,
55 "main" : " dist/nutui.react.umd.js" ,
66 "module" : " dist/esm/nutui-react.es.js" ,
Original file line number Diff line number Diff line change @@ -418,6 +418,7 @@ export type NutCSSVariables =
418418 | 'nutuiDialogContentTextAlign'
419419 | 'nutuiDialogFooterButtonMinWidth'
420420 | 'nutuiDialogFooterCancelMarginRight'
421+ | 'nutuiDialogFooterCancelBg'
421422 | 'nutuiDialogFooterOkMaxWidth'
422423 | 'nutuiDialogHeaderFontSize'
423424 | 'nutuiDialogHeaderFontWeight'
You can’t perform that action at this time.
0 commit comments