@props(['src' => null, 'story' => null, 'group' => false, 'disappearing' => false])
merge([
'class' => "shrink-0 inline-flex items-center justify-center relative transition outline outline-1 outline-offset-1 outline-gray-500
overflow-visible rounded-full border border-[var(--wc-light-secondary)] text-gray-500 bg-[var(--wc-light-secondary)] dark:bg-[var(--wc-dark-secondary)]
dark:border-[var(--wc-dark-secondary)] text-base ",
])->class(
$story ? 'bg-linear-to-r p-[2px] ring-2 ring-white from-purple-400 via-pink-500 to-red-500 rounded-full' : ' ',
) }}>
@if ($src)

@endif
@if (!$src && $group==true)
{{--
--}}
{{--
--}}
@elseif(!$src)
{{--
--}}
@endif
@if ($disappearing)
@endif