@@ -688,18 +688,18 @@ export const body_class = 'bg-body-tertiary'
688688
689689 <div >
690690 <Example showMarkup ={ false } code ={ `
691- <p class="h1">Example heading <span class="badge bg -primary">New</span></p>
692- <p class="h2">Example heading <span class="badge bg -secondary">New</span></p>
693- <p class="h3">Example heading <span class="badge bg -success">New</span></p>
694- <p class="h4">Example heading <span class="badge bg -danger">New</span></p>
695- <p class="h5">Example heading <span class="badge text-bg -warning">New</span></p>
696- <p class="h6">Example heading <span class="badge text-bg -info">New</span></p>
697- <p class="h6">Example heading <span class="badge text-bg-light ">New</span></p>
698- <p class="h6">Example heading <span class="badge bg-dark ">New</span></p>
691+ <p class="h1">Example heading <span class="badge theme -primary">New</span></p>
692+ <p class="h2">Example heading <span class="badge theme -secondary">New</span></p>
693+ <p class="h3">Example heading <span class="badge theme -success">New</span></p>
694+ <p class="h4">Example heading <span class="badge theme -danger">New</span></p>
695+ <p class="h5">Example heading <span class="badge theme -warning">New</span></p>
696+ <p class="h6">Example heading <span class="badge theme -info">New</span></p>
697+ <p class="h6">Example heading <span class="badge theme-inverse ">New</span></p>
698+ <p class="h6">Example heading <span class="badge theme-secondary ">New</span></p>
699699 ` } />
700700
701701 <Example showMarkup ={ false } code ={ getData (' theme-colors' ).map ((themeColor ) => `
702- <span class="badge rounded-pill ${(themeColor .name === ' light' || themeColor .name === ' warning' || themeColor .name === ' info' ) ? ' text-' : ' ' }bg-${themeColor .name }">${themeColor .title }</span>
702+ <span class="badge ${(themeColor .name === ' light' || themeColor .name === ' warning' || themeColor .name === ' info' ) ? ' text-' : ' ' }bg-${themeColor .name }">${themeColor .title }</span>
703703 ` )} />
704704 </div >
705705 </article >
@@ -714,7 +714,7 @@ export const body_class = 'bg-body-tertiary'
714714 <nav aria-label="breadcrumb">
715715 <ol class="breadcrumb">
716716 <li class="breadcrumb-item"><a href="#">Home</a></li>
717- <li class="breadcrumb-item"><a href="#">Library</a></li>
717+ <li class="breadcrumb-item"><a href="#" class="breadcrumb-link" >Library</a></li>
718718 <li class="breadcrumb-item active" aria-current="page">Data</li>
719719 </ol>
720720 </nav>
@@ -1445,13 +1445,13 @@ export const body_class = 'bg-body-tertiary'
14451445
14461446 <div >
14471447 <Example showMarkup ={ false } code ={ getData (' theme-colors' ).map ((themeColor ) => `
1448- <div class="spinner-border text -${themeColor .name }" role="status">
1448+ <div class="spinner-border fg -${themeColor .name }" role="status">
14491449 <span class="visually-hidden">Loading...</span>
14501450 </div>
14511451 ` )} />
14521452
14531453 <Example showMarkup ={ false } code ={ getData (' theme-colors' ).map ((themeColor ) => `
1454- <div class="spinner-grow text -${themeColor .name }" role="status">
1454+ <div class="spinner-grow fg -${themeColor .name }" role="status">
14551455 <span class="visually-hidden">Loading...</span>
14561456 </div>
14571457 ` )} />
0 commit comments