From 31fb55adf3efbba04e0ecf5242ee73fe3d6aaa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 11 Feb 2022 15:02:59 +0800 Subject: [PATCH] chore: btn default provide default cls (#34013) --- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.ts.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 4 +- .../__tests__/__snapshots__/demo.test.ts.snap | 4 +- .../__snapshots__/demo-extend.test.ts.snap | 6 +- .../__tests__/__snapshots__/demo.test.js.snap | 6 +- .../__snapshots__/demo-extend.test.ts.snap | 10 +- .../__tests__/__snapshots__/demo.test.js.snap | 10 +- .../__snapshots__/demo-extend.test.ts.snap | 6 +- .../__tests__/__snapshots__/demo.test.js.snap | 6 +- .../__snapshots__/demo-extend.test.ts.snap | 66 ++--- .../__tests__/__snapshots__/demo.test.ts.snap | 66 ++--- .../__snapshots__/index.test.tsx.snap | 36 +-- components/button/button.tsx | 4 +- .../__snapshots__/index.test.js.snap | 2 +- .../__snapshots__/components.test.js.snap | 96 +++---- .../config-provider/__tests__/index.test.js | 6 +- .../__snapshots__/DrawerEvent.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 46 ++-- .../__tests__/__snapshots__/demo.test.js.snap | 46 ++-- .../dropdown-button.test.js.snap | 8 +- .../__snapshots__/demo-extend.test.ts.snap | 18 +- .../__tests__/__snapshots__/demo.test.js.snap | 18 +- .../__snapshots__/Search.test.js.snap | 14 +- .../__snapshots__/demo-extend.test.ts.snap | 24 +- .../__tests__/__snapshots__/demo.test.js.snap | 24 +- .../__snapshots__/index.test.js.snap | 260 +++++++++--------- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 14 +- .../__tests__/__snapshots__/demo.test.js.snap | 14 +- .../__snapshots__/Modal.test.js.snap | 4 +- .../__snapshots__/demo-extend.test.ts.snap | 28 +- .../__tests__/__snapshots__/demo.test.js.snap | 28 +- .../__snapshots__/demo-extend.test.ts.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__snapshots__/demo-extend.test.ts.snap | 22 +- .../__tests__/__snapshots__/demo.test.js.snap | 22 +- .../__snapshots__/demo-extend.test.ts.snap | 60 ++-- .../__tests__/__snapshots__/demo.test.js.snap | 24 +- .../__snapshots__/index.test.js.snap | 6 +- .../__snapshots__/demo-extend.test.ts.snap | 36 +-- .../__tests__/__snapshots__/demo.test.js.snap | 36 +-- .../__snapshots__/demo-extend.test.ts.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__snapshots__/demo-extend.test.ts.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 4 +- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 60 ++-- .../__tests__/__snapshots__/demo.test.js.snap | 54 ++-- .../__snapshots__/demo-extend.test.ts.snap | 14 +- .../__tests__/__snapshots__/demo.test.js.snap | 14 +- .../__snapshots__/demo-extend.test.ts.snap | 16 +- .../__tests__/__snapshots__/demo.test.js.snap | 6 +- .../__snapshots__/demo-extend.test.ts.snap | 8 +- .../__tests__/__snapshots__/demo.test.js.snap | 8 +- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 66 ++--- .../__tests__/__snapshots__/demo.test.js.snap | 66 ++--- .../__snapshots__/tooltip.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 4 +- .../__tests__/__snapshots__/demo.test.js.snap | 4 +- .../__snapshots__/demo-extend.test.ts.snap | 2 +- .../__tests__/__snapshots__/demo.test.js.snap | 2 +- .../__snapshots__/demo-extend.test.ts.snap | 32 +-- .../__tests__/__snapshots__/demo.test.js.snap | 32 +-- 70 files changed, 766 insertions(+), 766 deletions(-) diff --git a/components/affix/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/affix/__tests__/__snapshots__/demo-extend.test.ts.snap index 82f95baa2d..a77adba253 100644 --- a/components/affix/__tests__/__snapshots__/demo-extend.test.ts.snap +++ b/components/affix/__tests__/__snapshots__/demo-extend.test.ts.snap @@ -71,7 +71,7 @@ exports[`renders ./components/affix/demo/on-change.md extend context correctly 1 class="" > , , , , , , , , , ,
, , ,
, , , , , ,
, , , ,
, , , , , , , , ,
, , ,
, , , , , , , ,
,
, , , , , , ,
, , , , , , , ,
, , ,
        "`; +exports[`Popconfirm should show overlay when trigger is clicked 1`] = `"
code
"`; -exports[`Popconfirm should show overlay when trigger is clicked 2`] = `"
code
"`; +exports[`Popconfirm should show overlay when trigger is clicked 2`] = `"
code
"`; -exports[`Popconfirm shows content for render functions 1`] = `"
some-title
"`; +exports[`Popconfirm shows content for render functions 1`] = `"
some-title
"`; diff --git a/components/popover/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/popover/__tests__/__snapshots__/demo-extend.test.ts.snap index 2e2b45f83a..55286e6bd0 100644 --- a/components/popover/__tests__/__snapshots__/demo-extend.test.ts.snap +++ b/components/popover/__tests__/__snapshots__/demo-extend.test.ts.snap @@ -3,7 +3,7 @@ exports[`renders ./components/popover/demo/arrow-point-at-center.md extend context correctly 1`] = ` Array [ , , , , , , , , , , , , , ,