We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d94668 commit 4f2186cCopy full SHA for 4f2186c
1 file changed
app/pages/package/[[org]]/[name]/versions.vue
@@ -651,6 +651,7 @@ const flatItems = computed<FlatItem[]>(() => {
651
v-if="hiddenPrereleaseTagCount > 0"
652
type="button"
653
class="text-xs text-fg-muted hover:text-fg transition-colors cursor-pointer inline-flex items-center gap-1.5 px-4 sm:px-6 ps-1"
654
+ :aria-expanded="showHiddenTags"
655
@click="showHiddenTags = !showHiddenTags"
656
>
657
<span
0 commit comments