• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mizchi / next-editor / 1409

pending completion
1409

Pull #349

circleci

web-flow
chore(deps): update babel monorepo
Pull Request #349: chore(deps): update babel monorepo

95 of 450 branches covered (21.11%)

Branch coverage included in aggregate %.

967 of 2058 relevant lines covered (46.99%)

1.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ui/components/utils/Pane.tsx
1
import styled from "styled-components"
×
2

3
type PaneType = {
4
  background?: string
5
}
6
export const Pane: React.ComponentType<PaneType> = styled.div`
×
7
  display: flex;
8
  align-items: center;
9
  justify-content: center;
10
  width: 100%;
11
  height: 100%;
12
  background: ${(p: PaneType) => p.background || "transparend"};
×
13
`
14

15
export const Content: React.ComponentType<{}> = styled.div`
×
16
  width: 100%;
17
  height: 100%;
18
  box-sizing: border-box;
19
`
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc