Skip to content

Commit

Permalink
fix(SkipLink): missing export (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Mar 10, 2021
1 parent 7dbf181 commit eff2c6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/orbit-components/src/index.d.ts
Expand Up @@ -63,6 +63,7 @@ export { Stack } from "./Stack/index";
export { Sticky } from "./Sticky/index";
export { Separator } from "./Separator/index";
export { SkipNavigation } from "./SkipNavigation/index";
export { SkipLink } from "./SkipLink/index";
export { ServiceLogo } from "./ServiceLogo";
export { Textarea } from "./Textarea/index";
export { Card } from "./Card/index";
Expand Down
1 change: 1 addition & 0 deletions packages/orbit-components/src/index.js
Expand Up @@ -100,6 +100,7 @@ export { default as Seat } from "./Seat";
export { default as Select } from "./Select";
export { default as Separator } from "./Separator";
export { default as ServiceLogo } from "./ServiceLogo";
export { default as SkipLink } from "./SkipLink";
export { default as SkipNavigation } from "./SkipNavigation";
export { default as SmartPassV1 } from "./SmartPassIllustrations/illustrations/SmartPassV1";
export { default as SmartPassV2 } from "./SmartPassIllustrations/illustrations/SmartPassV2";
Expand Down
2 changes: 2 additions & 0 deletions packages/orbit-components/src/index.js.flow
Expand Up @@ -76,6 +76,7 @@ import typeof SelectType from "./Select";
import typeof SeparatorType from "./Separator";
import typeof ServiceLogoType from "./ServiceLogo";
import typeof SkipNavigationType from "./SkipNavigation";
import typeof SkipLinkType from "./SkipLink";
import typeof SliderType from "./Slider";
import typeof SmartPassV1Type from "./SmartPassIllustrations/illustrations/SmartPassV1";
import typeof SmartPassV2Type from "./SmartPassIllustrations/illustrations/SmartPassV2";
Expand Down Expand Up @@ -215,6 +216,7 @@ declare export var Select: SelectType;
declare export var Separator: SeparatorType;
declare export var ServiceLogo: ServiceLogoType;
declare export var SkipNavigation: SkipNavigationType;
declare export var SkipLink: SkipLinkType;
declare export var SmartPassV1: SmartPassV1Type;
declare export var SmartPassV2: SmartPassV2Type;
declare export var SmartPassV3: SmartPassV3Type;
Expand Down

0 comments on commit eff2c6d

Please sign in to comment.