@@ -6,68 +6,68 @@ import {viewports} from '../test-helpers/viewports'
66const stories : Array < { title : string ; id : string ; viewports ?: Array < keyof typeof viewports > } > = [
77 {
88 title : 'Default' ,
9- id : 'experimental- components-banner--default' ,
9+ id : 'components-banner--default' ,
1010 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
1111 } ,
1212 {
1313 title : 'Critical' ,
14- id : 'experimental- components-banner-features--critical' ,
14+ id : 'components-banner-features--critical' ,
1515 } ,
1616 {
1717 title : 'Dismiss' ,
18- id : 'experimental- components-banner-features--dismiss' ,
18+ id : 'components-banner-features--dismiss' ,
1919 } ,
2020 {
2121 title : 'Dismiss With Actions' ,
22- id : 'experimental- components-banner-features--dismiss-with-actions' ,
22+ id : 'components-banner-features--dismiss-with-actions' ,
2323 } ,
2424 {
2525 title : 'Info' ,
26- id : 'experimental- components-banner-features--info' ,
26+ id : 'components-banner-features--info' ,
2727 } ,
2828 {
2929 title : 'Success' ,
30- id : 'experimental- components-banner-features--success' ,
30+ id : 'components-banner-features--success' ,
3131 } ,
3232 {
3333 title : 'Upsell' ,
34- id : 'experimental- components-banner-features--upsell' ,
34+ id : 'components-banner-features--upsell' ,
3535 } ,
3636 {
3737 title : 'Warning' ,
38- id : 'experimental- components-banner-features--warning' ,
38+ id : 'components-banner-features--warning' ,
3939 } ,
4040 {
4141 title : 'WithActions' ,
42- id : 'experimental- components-banner-features--with-actions' ,
42+ id : 'components-banner-features--with-actions' ,
4343 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
4444 } ,
4545 {
4646 title : 'WithHiddenTitle' ,
47- id : 'experimental- components-banner-features--with-hidden-title' ,
47+ id : 'components-banner-features--with-hidden-title' ,
4848 } ,
4949 {
5050 title : 'WithHiddenTitleAndActions' ,
51- id : 'experimental- components-banner-features--with-hidden-title-and-actions' ,
51+ id : 'components-banner-features--with-hidden-title-and-actions' ,
5252 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
5353 } ,
5454 {
5555 title : 'DismissibleWithHiddenTitleAndActions' ,
56- id : 'experimental- components-banner-features--dismissible-with-hidden-title-and-actions' ,
56+ id : 'components-banner-features--dismissible-with-hidden-title-and-actions' ,
5757 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
5858 } ,
5959 {
6060 title : 'DismissibleWithHiddenTitleAndSecondaryAction' ,
61- id : 'experimental- components-banner-features--dismissible-with-hidden-title-and-secondary-action' ,
61+ id : 'components-banner-features--dismissible-with-hidden-title-and-secondary-action' ,
6262 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
6363 } ,
6464 {
6565 title : 'InSidebar' ,
66- id : 'experimental- components-banner-examples--in-sidebar' ,
66+ id : 'components-banner-examples--in-sidebar' ,
6767 } ,
6868 {
6969 title : 'Multiline' ,
70- id : 'experimental- components-banner-examples--multiline' ,
70+ id : 'components-banner-examples--multiline' ,
7171 viewports : [ 'primer.breakpoint.xs' , 'primer.breakpoint.sm' ] ,
7272 } ,
7373]
0 commit comments