fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2463 from hey-api/docs/h1-sr-only

docs: add sr-only css

authored by

Lubos and committed by
GitHub
2b1a28dd 15575ed1

+24 -12
+12
docs/.vitepress/theme/custom.css
··· 423 423 .DocSearch-Footer { 424 424 position: initial; 425 425 } 426 + 427 + .sr-only { 428 + border: 0; 429 + clip: rect(0, 0, 0, 0); 430 + height: 1px; 431 + margin: -1px; 432 + overflow: hidden; 433 + padding: 0; 434 + position: absolute; 435 + white-space: nowrap; 436 + width: 1px; 437 + }
+1 -1
docs/openapi-ts/clients/angular.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Angular</h1> 14 + <h1>Angular<span class="sr-only"> 20</span></h1> 15 15 <AngularVersionSwitcher /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/clients/angular/v19.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Angular</h1> 14 + <h1>Angular<span class="sr-only"> 19</span></h1> 15 15 <AngularVersionSwitcher /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/clients/axios.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Axios</h1> 14 + <h1>Axios<span class="sr-only"> 1</span></h1> 15 15 <VersionLabel value="v1" /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/clients/nuxt.md
··· 9 9 </script> 10 10 11 11 <Heading> 12 - <h1>Nuxt</h1> 12 + <h1>Nuxt<span class="sr-only"> 3</span></h1> 13 13 <VersionLabel value="v3" /> 14 14 </Heading> 15 15
+1 -1
docs/openapi-ts/plugins/angular.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Angular</h1> 14 + <h1>Angular<span class="sr-only"> 20</span></h1> 15 15 <AngularVersionSwitcher /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/plugins/angular/v19.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Angular</h1> 14 + <h1>Angular<span class="sr-only"> 19</span></h1> 15 15 <AngularVersionSwitcher /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/plugins/fastify.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>Fastify</h1> 14 + <h1>Fastify<span class="sr-only"> 5</span></h1> 15 15 <VersionLabel value="v5" /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/plugins/tanstack-query.md
··· 11 11 </script> 12 12 13 13 <Heading> 14 - <h1>TanStack Query</h1> 14 + <h1>TanStack Query<span class="sr-only"> 5</span></h1> 15 15 <VersionLabel value="v5" /> 16 16 </Heading> 17 17
+1 -1
docs/openapi-ts/plugins/valibot.md
··· 9 9 </script> 10 10 11 11 <Heading> 12 - <h1>Valibot</h1> 12 + <h1>Valibot<span class="sr-only"> 1</span></h1> 13 13 <VersionLabel value="v1" /> 14 14 </Heading> 15 15
+1 -1
docs/openapi-ts/plugins/zod.md
··· 9 9 </script> 10 10 11 11 <Heading> 12 - <h1>Zod</h1> 12 + <h1>Zod<span class="sr-only"> 4</span></h1> 13 13 <ZodVersionSwitcher /> 14 14 </Heading> 15 15
+1 -1
docs/openapi-ts/plugins/zod/mini.md
··· 9 9 </script> 10 10 11 11 <Heading> 12 - <h1>Zod</h1> 12 + <h1>Zod<span class="sr-only"> Mini</span></h1> 13 13 <ZodVersionSwitcher /> 14 14 </Heading> 15 15
+1 -1
docs/openapi-ts/plugins/zod/v3.md
··· 9 9 </script> 10 10 11 11 <Heading> 12 - <h1>Zod</h1> 12 + <h1>Zod<span class="sr-only"> 3</span></h1> 13 13 <ZodVersionSwitcher /> 14 14 </Heading> 15 15