Nychthemeron/packages/library/tests
Matthew L McPeak 7bb554aeb0 feat: migrate Dialog to shadcn-vue compound API
Also: fixes DialogContent/DialogFooter's close/action buttons to use our
actual Button variant set (secondary) instead of the CLI's default
ghost/outline variants, which don't exist on our re-themed Button.
Adds an eslint override so shadcn-vue's single-word ui/ component names
(Button.vue, Dialog.vue, ...) aren't flagged by vue/multi-word-component-names.
This was the last PrimeVue-wrapped component, so lib/index.ts no longer
imports anything from primevue or uses the ptThemeable helper.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 14:57:06 -04:00
..
Alert.spec.ts feat: migrate Message to shadcn-vue Alert 2026-07-11 14:45:45 -04:00
Badge.spec.ts feat: migrate Tag to shadcn-vue Badge 2026-07-11 14:32:18 -04:00
Button.spec.ts feat: migrate Button from PrimeVue to shadcn-vue 2026-07-11 14:19:39 -04:00
Card.spec.ts feat: migrate Card to shadcn-vue compound API 2026-07-11 14:41:58 -04:00
Checkbox.spec.ts feat: migrate Checkbox and CheckboxGroup to shadcn-vue 2026-07-11 14:35:36 -04:00
CheckboxGroup.spec.ts feat: migrate Checkbox and CheckboxGroup to shadcn-vue 2026-07-11 14:35:36 -04:00
Dialog.spec.ts feat: migrate Dialog to shadcn-vue compound API 2026-07-11 14:57:06 -04:00
engine.spec.ts Inital Commit 2026-06-14 14:50:44 -04:00
Input.spec.ts feat: migrate InputText to shadcn-vue Input 2026-07-11 14:22:14 -04:00
lib.spec.ts feat: migrate Dialog to shadcn-vue compound API 2026-07-11 14:57:06 -04:00
RadioGroup.spec.ts feat: migrate RadioButton/RadioButtonGroup to shadcn-vue RadioGroup 2026-07-11 14:39:22 -04:00
Select.spec.ts feat: migrate Select to shadcn-vue compound API 2026-07-11 14:50:36 -04:00
Switch.spec.ts feat: migrate ToggleSwitch to shadcn-vue Switch 2026-07-11 14:28:51 -04:00
tailwind-tokens.spec.ts feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00
Textarea.spec.ts feat: migrate Textarea to shadcn-vue 2026-07-11 14:24:29 -04:00