Skip to content

feat(RadioGroup): add card and table variants #398

feat(RadioGroup): add card and table variants

feat(RadioGroup): add card and table variants #398

Triggered via pull request February 1, 2025 08:14
Status Failure
Total duration 2m 29s
Artifacts

module.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build (ubuntu-latest, 22): src/runtime/components/RadioGroup.vue#L12
Argument of type '{ slots?: { root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; } | undefined; variants?: { ...; } | undefined; compoundVariants?: ({ ...; } | ... 1 more ... | { ...; })[] | undefined; defaultVariants?:...' is not assignable to parameter of type '{ extend?: TVReturnType<{ color: { primary: { base: string; indicator: string; }; secondary: { base: string; indicator: string; }; success: { base: string; indicator: string; }; info: { base: string; indicator: string; }; warning: { ...; }; error: { ...; }; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }...'.
build (ubuntu-latest, 22): src/runtime/components/RadioGroup.vue#L12
Argument of type '{ slots: { root: string; fieldset: string; legend: string; item: string; base: string; indicator: string; container: string; wrapper: string; label: string; description: string; }; variants: { color: { primary: { ...; }; ... 5 more ...; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }; compoundVariants: (...' is not assignable to parameter of type '{ extend?: TVReturnType<{ color: { primary: { base: string; indicator: string; }; secondary: { base: string; indicator: string; }; success: { base: string; indicator: string; }; info: { base: string; indicator: string; }; warning: { ...; }; error: { ...; }; neutral: { ...; }; }; ... 4 more ...; required: { ...; }; }...'.
build (ubuntu-latest, 22)
Process completed with exit code 2.