Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/gorgeous-wombats-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': minor
---

Export ActionBar default as ActionBar so it can be imported correctly
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ exports[`@primer/react/deprecated should not update exports without a semver cha

exports[`@primer/react/drafts should not update exports without a semver change 1`] = `
[
"ActionBar",
"type ActionBarProps",
"Blankslate",
"type BlankslateProps",
Expand Down Expand Up @@ -327,6 +328,7 @@ exports[`@primer/react/drafts should not update exports without a semver change

exports[`@primer/react/experimental should not update exports without a semver change 1`] = `
[
"ActionBar",
"type ActionBarProps",
"Blankslate",
"type BlankslateProps",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/drafts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ export * from './SelectPanel2'
export {default as TabPanels} from './TabPanels'
export type {TabPanelsProps, TabPanelsTabProps, TabPanelsPanelProps} from './TabPanels'
export * from '../TooltipV2'
export {default as ActionBar} from './ActionBar'
export * from './ActionBar'