Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Jan 16, 2024
1 parent d541f30 commit 4599dff
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 248 deletions.
16 changes: 8 additions & 8 deletions tests/__snapshots__/doc.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,19 @@ exports[`docs/components demos > 📸 renders ./docs/components/customization-va
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -1534,19 +1534,19 @@ exports[`docs/components demos > 📸 renders ./docs/components/valueType.tsx co
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down
24 changes: 12 additions & 12 deletions tests/field/__snapshots__/demo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4682,19 +4682,19 @@ exports[`field demos > 📸 renders ./packages/field/src/demos/select-request.ts
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -4792,19 +4792,19 @@ exports[`field demos > 📸 renders ./packages/field/src/demos/select-request.ts
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -5203,19 +5203,19 @@ exports[`field demos > 📸 renders ./packages/field/src/demos/tree-select-searc
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down
32 changes: 16 additions & 16 deletions tests/form/__snapshots__/base.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -219,19 +219,19 @@ exports[`ProForm > 📦 submitted value should be consistent with input when pre
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -405,19 +405,19 @@ exports[`ProForm > 📦 validateFieldsReturnFormatValue 1`] = `
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -548,19 +548,19 @@ exports[`ProForm > 📦 valueType digit with precision value 1`] = `
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down Expand Up @@ -740,19 +740,19 @@ exports[`ProForm > 📦 when dateFormatter is a Function 1`] = `
style="display: flex; gap: 8px; align-items: center;"
>
<button
class="ant-btn ant-btn-default"
class="ant-btn ant-btn-primary"
type="button"
>
<span>
重 置
提 交
</span>
</button>
<button
class="ant-btn ant-btn-primary"
class="ant-btn ant-btn-default"
type="button"
>
<span>
提 交
重 置
</span>
</button>
</div>
Expand Down
Loading

0 comments on commit 4599dff

Please sign in to comment.