@props(['align' => 'right', 'width' => '48', 'contentClasses' => 'py-2 bg-white/95 dark:bg-slate-900/98 backdrop-blur-md border border-teal-100/80 dark:border-teal-900/50 shadow-xl shadow-teal-900/10 dark:shadow-black/40']) @php $alignmentClasses = match ($align) { 'left' => 'ltr:origin-top-left rtl:origin-top-right start-0', 'top' => 'origin-top', default => 'ltr:origin-top-right rtl:origin-top-left end-0', }; $width = match ($width) { '48' => 'w-48', '56' => 'w-56', default => $width, }; @endphp