Skip to content

Commit

Permalink
feat(Switch): change switch style & update DT
Browse files Browse the repository at this point in the history
  • Loading branch information
ZxBing0066 committed Nov 6, 2020
1 parent 9120dfe commit 09ae53f
Show file tree
Hide file tree
Showing 45 changed files with 17,074 additions and 13,797 deletions.
428 changes: 203 additions & 225 deletions src/components/Badge/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

384 changes: 181 additions & 203 deletions src/components/Breadcrumb/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

300 changes: 139 additions & 161 deletions src/components/Button/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

830 changes: 431 additions & 399 deletions src/components/Checkbox/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

1,024 changes: 528 additions & 496 deletions src/components/Collapse/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

360 changes: 169 additions & 191 deletions src/components/Combine/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

360 changes: 169 additions & 191 deletions src/components/Compact/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

1,322 changes: 666 additions & 656 deletions src/components/DatePicker/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

614 changes: 334 additions & 280 deletions src/components/EditableList/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

1,004 changes: 529 additions & 475 deletions src/components/EditableTable/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

818 changes: 387 additions & 431 deletions src/components/Form/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

578 changes: 278 additions & 300 deletions src/components/Grid/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

372 changes: 175 additions & 197 deletions src/components/Icon/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

680 changes: 318 additions & 362 deletions src/components/Input/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

356 changes: 167 additions & 189 deletions src/components/Loading/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

628 changes: 341 additions & 287 deletions src/components/Menu/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

568 changes: 311 additions & 257 deletions src/components/Modal/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

336 changes: 157 additions & 179 deletions src/components/Notice/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

468 changes: 223 additions & 245 deletions src/components/NumberInput/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

580 changes: 279 additions & 301 deletions src/components/Pagination/__tests__/__snapshots__/demo.test.js.snap

Large diffs are not rendered by default.

Expand Up @@ -677,7 +677,7 @@ exports[`Progress demo -- color 1`] = `
-webkit-transition: width 0.5s;
transition: width 0.5s;
position: relative;
background: #4cd964;
background: #15ad31;
}
.emotion-24 {
Expand All @@ -697,7 +697,7 @@ exports[`Progress demo -- color 1`] = `
-webkit-transition: width 0.5s;
transition: width 0.5s;
position: relative;
background: #f9ce1d;
background: #ffc42e;
}
.emotion-36 {
Expand Down Expand Up @@ -805,7 +805,7 @@ exports[`Progress demo -- color 1`] = `
-webkit-transition: width 0.5s;
transition: width 0.5s;
position: relative;
background: #4cd964;
background: #15ad31;
}
.emotion-24 {
Expand All @@ -825,7 +825,7 @@ exports[`Progress demo -- color 1`] = `
-webkit-transition: width 0.5s;
transition: width 0.5s;
position: relative;
background: #f9ce1d;
background: #ffc42e;
}
.emotion-36 {
Expand Down

0 comments on commit 09ae53f

Please sign in to comment.