{#if !compact}
{current.label}
{/if}
{#if open}
(open = false)}>
{#each VISIBILITY_LEVELS as lvl (lvl)} {@const meta = VISIBILITY_METADATA[lvl]} {@const Icon = ICON_MAP[lvl]} {@const isDisabled = disabledLevels.includes(lvl)}
select(lvl)} >
{meta.label}
{meta.description}
{/each}
{/if}