{{yield (hash
    step=(component 'step-manager/step'
      register-step=(action 'registerStepComponent')
      remove-step=(action 'removeStepComponent')
      currentStep=transitions.currentStep
      transitions=transitions
    )
    hasNextStep=hasNextStep
    hasPreviousStep=hasPreviousStep
    currentStep=transitions.currentStep
    steps=transitions.stepTransitions
    transition-to=(action 'transition-to')
    transition-to-next=(action 'transition-to-next')
    transition-to-previous=(action 'transition-to-previous')
  )
}}
