src/index.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 22
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 6
Bugs 0 Features 0
Metric Value
cc 0
c 6
b 0
f 0
nc 1
dl 0
loc 22
rs 10
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 56
1
export { Badge } from './components/badge';
0 ignored issues
show
Bug introduced by
The variable Badge seems to be never declared. If this is a global, consider adding a /** global: Badge */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
export { Breadcrumbs, BreadcrumbItem } from './components/breadcrumbs';
0 ignored issues
show
Bug introduced by
The variable Breadcrumbs seems to be never declared. If this is a global, consider adding a /** global: Breadcrumbs */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable BreadcrumbItem seems to be never declared. If this is a global, consider adding a /** global: BreadcrumbItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
3
export { Button, Link } from './components/button';
0 ignored issues
show
Bug introduced by
The variable Button seems to be never declared. If this is a global, consider adding a /** global: Button */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Link seems to be never declared. If this is a global, consider adding a /** global: Link */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
4
export { ButtonGroup } from './components/button-group';
0 ignored issues
show
Bug introduced by
The variable ButtonGroup seems to be never declared. If this is a global, consider adding a /** global: ButtonGroup */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
5
export { Callout } from './components/callout';
0 ignored issues
show
Bug introduced by
The variable Callout seems to be never declared. If this is a global, consider adding a /** global: Callout */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
6
export { CloseButton } from './components/close-button';
0 ignored issues
show
Bug introduced by
The variable CloseButton seems to be never declared. If this is a global, consider adding a /** global: CloseButton */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
7
export { Reveal } from './components/reveal';
0 ignored issues
show
Bug introduced by
The variable Reveal seems to be never declared. If this is a global, consider adding a /** global: Reveal */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
8
export { FlexVideo } from './components/flex-video';
0 ignored issues
show
Bug introduced by
The variable FlexVideo seems to be never declared. If this is a global, consider adding a /** global: FlexVideo */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
9
export { Row, Column } from './components/grid';
0 ignored issues
show
Bug introduced by
The variable Row seems to be never declared. If this is a global, consider adding a /** global: Row */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Column seems to be never declared. If this is a global, consider adding a /** global: Column */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
10
export { Block, Inline } from './components/element';
0 ignored issues
show
Bug introduced by
The variable Inline seems to be never declared. If this is a global, consider adding a /** global: Inline */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Block seems to be never declared. If this is a global, consider adding a /** global: Block */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
11
export { Icon } from './components/icon';
0 ignored issues
show
Bug introduced by
The variable Icon seems to be never declared. If this is a global, consider adding a /** global: Icon */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
12
export { Label } from './components/label';
0 ignored issues
show
Bug introduced by
The variable Label seems to be never declared. If this is a global, consider adding a /** global: Label */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
13
export { MediaObject, MediaObjectSection } from './components/media-object';
0 ignored issues
show
Bug introduced by
The variable MediaObject seems to be never declared. If this is a global, consider adding a /** global: MediaObject */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable MediaObjectSection seems to be never declared. If this is a global, consider adding a /** global: MediaObjectSection */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
14
export { Menu, MenuItem, MenuText } from './components/menu';
0 ignored issues
show
Bug introduced by
The variable MenuItem seems to be never declared. If this is a global, consider adding a /** global: MenuItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Menu seems to be never declared. If this is a global, consider adding a /** global: Menu */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable MenuText seems to be never declared. If this is a global, consider adding a /** global: MenuText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
15
export { Pagination, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis } from './components/pagination';
0 ignored issues
show
Bug introduced by
The variable PaginationItem seems to be never declared. If this is a global, consider adding a /** global: PaginationItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Pagination seems to be never declared. If this is a global, consider adding a /** global: Pagination */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable PaginationNext seems to be never declared. If this is a global, consider adding a /** global: PaginationNext */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable PaginationEllipsis seems to be never declared. If this is a global, consider adding a /** global: PaginationEllipsis */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable PaginationPrevious seems to be never declared. If this is a global, consider adding a /** global: PaginationPrevious */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
16
export { Progress, ProgressMeter, ProgressMeterWithText, ProgressMeterText, NativeProgress } from './components/progress-bar';
0 ignored issues
show
Bug introduced by
The variable ProgressMeter seems to be never declared. If this is a global, consider adding a /** global: ProgressMeter */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable ProgressMeterWithText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterWithText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable NativeProgress seems to be never declared. If this is a global, consider adding a /** global: NativeProgress */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Progress seems to be never declared. If this is a global, consider adding a /** global: Progress */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable ProgressMeterText seems to be never declared. If this is a global, consider adding a /** global: ProgressMeterText */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
17
export { ResponsiveNavigation, TitleBar, MenuIcon, TitleBarTitle } from './components/responsive';
0 ignored issues
show
Bug introduced by
The variable TitleBarTitle seems to be never declared. If this is a global, consider adding a /** global: TitleBarTitle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable MenuIcon seems to be never declared. If this is a global, consider adding a /** global: MenuIcon */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TitleBar seems to be never declared. If this is a global, consider adding a /** global: TitleBar */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable ResponsiveNavigation seems to be never declared. If this is a global, consider adding a /** global: ResponsiveNavigation */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
18
export { Switch, SwitchInput, SwitchPaddle, SwitchActive, SwitchInactive } from './components/switch';
0 ignored issues
show
Bug introduced by
The variable SwitchPaddle seems to be never declared. If this is a global, consider adding a /** global: SwitchPaddle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable SwitchInput seems to be never declared. If this is a global, consider adding a /** global: SwitchInput */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Switch seems to be never declared. If this is a global, consider adding a /** global: Switch */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable SwitchInactive seems to be never declared. If this is a global, consider adding a /** global: SwitchInactive */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable SwitchActive seems to be never declared. If this is a global, consider adding a /** global: SwitchActive */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
19
export { Thumbnail, ThumbnailLink } from './components/thumbnail';
0 ignored issues
show
Bug introduced by
The variable ThumbnailLink seems to be never declared. If this is a global, consider adding a /** global: ThumbnailLink */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Thumbnail seems to be never declared. If this is a global, consider adding a /** global: Thumbnail */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
20
export { Tabs, TabItem, TabsContent, TabPanel } from './components/tabs';
0 ignored issues
show
Bug introduced by
The variable Tabs seems to be never declared. If this is a global, consider adding a /** global: Tabs */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TabPanel seems to be never declared. If this is a global, consider adding a /** global: TabPanel */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TabItem seems to be never declared. If this is a global, consider adding a /** global: TabItem */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TabsContent seems to be never declared. If this is a global, consider adding a /** global: TabsContent */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
21
export { TopBar, TopBarTitle, TopBarLeft, TopBarRight } from './components/top-bar';
0 ignored issues
show
Bug introduced by
The variable TopBar seems to be never declared. If this is a global, consider adding a /** global: TopBar */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TopBarLeft seems to be never declared. If this is a global, consider adding a /** global: TopBarLeft */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TopBarTitle seems to be never declared. If this is a global, consider adding a /** global: TopBarTitle */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable TopBarRight seems to be never declared. If this is a global, consider adding a /** global: TopBarRight */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
22
export { Breakpoints, Colors, Sizes, Alignments, FloatTypes, InputTypes } from './enums';
0 ignored issues
show
Bug introduced by
The variable Colors seems to be never declared. If this is a global, consider adding a /** global: Colors */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Breakpoints seems to be never declared. If this is a global, consider adding a /** global: Breakpoints */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Sizes seems to be never declared. If this is a global, consider adding a /** global: Sizes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable Alignments seems to be never declared. If this is a global, consider adding a /** global: Alignments */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable InputTypes seems to be never declared. If this is a global, consider adding a /** global: InputTypes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
Bug introduced by
The variable FloatTypes seems to be never declared. If this is a global, consider adding a /** global: FloatTypes */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
23