Skip to content

Commit 9614c0e

Browse files
pksjcejonrohan
andauthored
Remove Banner from experimental (#6863)
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
1 parent 156903c commit 9614c0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": major
3+
---
4+
5+
Remove Banner from experimental

packages/react/src/__tests__/__snapshots__/exports.test.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ exports[`@primer/react/experimental > should not update exports without a semver
265265
"type AriaAlertProps",
266266
"AriaStatus",
267267
"type AriaStatusProps",
268-
"Banner",
269-
"type BannerProps",
270268
"Blankslate",
271269
"type BlankslateProps",
272270
"ButtonBase",

packages/react/src/experimental/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ export type {BlankslateProps} from '../Blankslate'
1414
export {ButtonBase} from '../Button'
1515
export type {ButtonBaseProps} from '../Button'
1616

17-
export {Banner} from '../Banner'
18-
export type {BannerProps} from '../Banner'
19-
2017
export {DataTable, Table, createColumnHelper} from '../DataTable'
2118
export type {
2219
DataTableProps,

0 commit comments

Comments
 (0)