Description
Implement the generic OnboardingDialog.vue component that will serve as the foundation for all structured task onboarding flows. This component should use the existing stepper components from the documentation frontend.
Background
The dev entry point (T404087) is now complete, providing Hot Module Replacement for Vue component development. The next step is to create the actual onboarding dialog component that will replace the current OOUI-based onboarding system.
Acceptance Criteria
Component Structure:
- Create MultiPane.vue => modules/ext.growthExperiments.StructuredTask.PreEdit/common/
- Create OnboardingStepper.vue => modules/ext.growthExperiments.StructuredTask.PreEdit/common/
- Create mixins.less and variables.less =>modules/ext.growthExperiments.StructuredTask.PreEdit/common/
- Update OnboardingDialog.vue to use MultiPane and OnboardingStepper components