@props([ 'priority' => 3, 'size' => 'md', 'showLabel' => false ]) @php use Leantime\Domain\Tickets\Models\TicketDesignTokens; $token = TicketDesignTokens::getPriority($priority); $fillPercent = $token['fill'] ?? 0.6; $label = $token['label'] ?? 'Medium'; $color = $token['color'] ?? '#F5A623'; $sizes = [ 'sm' => ['width' => 16, 'height' => 24], 'md' => ['width' => 18, 'height' => 28], 'lg' => ['width' => 22, 'height' => 34] ]; $sizeConfig = $sizes[$size] ?? $sizes['md']; @endphp merge(['class' => 'thermometer-icon']) }} style="display: inline-flex; align-items: center; gap: 4px;" data-tippy-content="{{ $label }} Priority"> @if($showLabel) {{ $label }} @endif {{ $label }} Priority