@props([ 'title' => 'Konfirmasi', 'description' => 'Apakah anda yakin?', 'confirmText' => 'Ya, Lanjutkan', 'cancelText' => 'Batal', 'color' => 'brand', ]) @php $themes = [ 'brand' => [ 'bg' => 'bg-brand-50 dark:bg-brand-500/15', 'text' => 'text-brand-500', 'button' => 'bg-brand-500 hover:bg-brand-600 focus:ring-brand-300 dark:focus:ring-brand-800', 'icon' => '', ], 'error' => [ 'bg' => 'bg-error-50 dark:bg-error-500/15', 'text' => 'text-error-500', 'button' => 'bg-error-500 hover:bg-error-600 focus:ring-error-300 dark:focus:ring-error-800', 'icon' => '', ], 'warning' => [ 'bg' => 'bg-warning-50 dark:bg-warning-500/15', 'text' => 'text-warning-500', 'button' => 'bg-warning-500 hover:bg-warning-600 focus:ring-warning-300 dark:focus:ring-warning-800', 'icon' => '', ], 'success' => [ 'bg' => 'bg-success-50 dark:bg-success-500/15', 'text' => 'text-success-500', 'button' => 'bg-success-500 hover:bg-success-600 focus:ring-success-300 dark:focus:ring-success-800', 'icon' => '', ], 'info' => [ 'bg' => 'bg-blue-50 dark:bg-blue-500/15', 'text' => 'text-blue-500', 'button' => 'bg-blue-500 hover:bg-blue-600 focus:ring-blue-300 dark:focus:ring-blue-800', 'icon' => '', ], ]; @endphp