Remove the design guard's maryUI and daisyUI checks

Plan step 41 review (the user, 2026-09-15): SealShare and ReStride have
both left maryUI and daisyUI, and no application of 2.0.0 carries either,
so the <x-mary-*> tag check, the daisyUI class and colour lists and the
Tailwind look-alike exclusions they needed go, with their fixture lines
and the mentions in the header, README and development skill.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
Andreas Reinhold / reini
2026-09-15 08:28:35 +02:00
co-authored by Claude Opus 5
parent 6147221b89
commit c047fefd8b
5 changed files with 22 additions and 63 deletions
@@ -1,10 +1,9 @@
{{-- <x-mary-button> and btn-primary in a comment are not violations --}}
<x-mary-button label="Old" />
<div class="card bg-base-200 p-4">
{{-- text-red-600 and <x-icon name="o-home" /> in a comment are not violations --}}
<div class="p-4">
<x-icon name="o-home" />
<x-button icon="calendar_month" icon-right="not_a_symbol" label="Fine" />
<span @class(['btn-primary' => $active, 'select-none'])>text-red-600</span>
<p class="text-tertiary table collapse link focus-ring">Tailwind's and ours</p>
<span>text-red-600</span>
<p class="text-tertiary focus-ring">Tailwind's and ours</p>
<x-icon :name="$dynamic" />
<x-icon name="home" @class(['size-4']) />
</div>