Skip to content

Commit

Permalink
feat(comp: timeline): rebuild with tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzaijiang committed Mar 17, 2022
1 parent eca22cf commit 9f74675
Show file tree
Hide file tree
Showing 28 changed files with 1,379 additions and 1,018 deletions.
2 changes: 1 addition & 1 deletion packages/components/menu/docs/Index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export interface MenuClickOptions {
| `@menu-text-color` | `@text-color` | - | - |
| `@menu-background-color` | `@background-color-component` | - | - |
| `@menu-highlight-color` | `@color-primary` | - | - |
| `@menu-highlight-background-color` | `~colorPalette('@{color-primary}', -50)` | - | - |
| `@menu-highlight-background-color` | `~colorPalette('@{color-primary}', -50) ` | - | - |
| `@menu-disabled-color` | `@disabled-color` | - | - |
| `@menu-disabled-background-color` | `transparent` | - | - |
| `@menu-border-width` | `@border-width-sm` | - | - |
Expand Down
1,204 changes: 847 additions & 357 deletions packages/components/timeline/__tests__/__snapshots__/timeline.spec.ts.snap

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 9f74675

Please sign in to comment.