@@ -277,17 +277,17 @@ exports[`Tabs component normal styling renders correctly with small size 1`] = `
class="react-aria-TabList"
data-orientation="horizontal"
data-rac=""
- id="react-aria-2"
+ id="react-aria-3"
role="tablist"
>
@@ -298,7 +298,7 @@ exports[`Tabs component normal styling renders correctly with small size 1`] = `
class="react-aria-Tab"
data-key="two"
data-rac=""
- id="react-aria-2-tab-two"
+ id="react-aria-3-tab-two"
role="tab"
tabindex="-1"
>
@@ -309,7 +309,7 @@ exports[`Tabs component normal styling renders correctly with small size 1`] = `
class="react-aria-Tab"
data-key="three"
data-rac=""
- id="react-aria-2-tab-three"
+ id="react-aria-3-tab-three"
role="tab"
tabindex="-1"
>
@@ -317,10 +317,10 @@ exports[`Tabs component normal styling renders correctly with small size 1`] = `
@@ -330,10 +330,10 @@ exports[`Tabs component normal styling renders correctly with small size 1`] = `
`;
-exports[`Tabs component normal styling renders large size 1`] = `
+exports[`Tabs component normal styling renders small size 1`] = `
@@ -343,17 +343,17 @@ exports[`Tabs component normal styling renders large size 1`] = `
class="react-aria-TabList"
data-orientation="horizontal"
data-rac=""
- id="react-aria-3"
+ id="react-aria-2"
role="tablist"
>
@@ -364,7 +364,7 @@ exports[`Tabs component normal styling renders large size 1`] = `
class="react-aria-Tab"
data-key="two"
data-rac=""
- id="react-aria-3-tab-two"
+ id="react-aria-2-tab-two"
role="tab"
tabindex="-1"
>
@@ -375,7 +375,7 @@ exports[`Tabs component normal styling renders large size 1`] = `
class="react-aria-Tab"
data-key="three"
data-rac=""
- id="react-aria-3-tab-three"
+ id="react-aria-2-tab-three"
role="tab"
tabindex="-1"
>
@@ -383,10 +383,10 @@ exports[`Tabs component normal styling renders large size 1`] = `
diff --git a/src/index.ts b/src/index.ts
index 924c6dd02..af96b0f8a 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,4 +1,5 @@
export * from './components/Button';
+export * from './components/ButtonBar';
export * from './components/Checkbox';
export * from './components/DropdownMenu';
export * from './components/Error';