File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @interledger/docs-design-system" ,
3- "version" : " 0.5.5 " ,
3+ "version" : " 0.6.0 " ,
44 "type" : " module" ,
55 "description" : " Shared styles and components used across all Interledger Starlight documentation sites" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11---
2- const { title } = Astro .props ;
2+ const { title, id, class : className } = Astro .props ;
33---
4- <div class = " codeblock" >
4+ <div class:list = { [ ' codeblock' , className ] } id = { id } >
55 <p >{ title } </p >
66 <slot />
77</div >
2828 font-size: var(--step--1);
2929 font-weight: bold;
3030 padding: var(--space-2xs) var(--space-xs);
31- background-color: var(--astro-code- color-background );
31+ background-color: var(--sl- color-bg-inline-code );
3232 border-bottom: 1px solid var(--sl-color-gray-5);
3333}
3434</style >
Original file line number Diff line number Diff line change 5858 border-radius : var (--border-radius );
5959}
6060
61+ .visually-hidden : not (: focus ): not (: active ) {
62+ clip : rect (0 0 0 0 );
63+ clip-path : inset (100% );
64+ height : 1px ;
65+ overflow : hidden;
66+ position : absolute;
67+ white-space : nowrap;
68+ width : 1px ;
69+ }
70+
6171/* Main content area styles */
6272.main-frame {
6373 font-size : var (--sl-text-body );
You can’t perform that action at this time.
0 commit comments