Stepper missing 'continuous' type

ZimJS Version: 17.3.0

Stepper missing 'continuous' as object property in 'typings'

continuous - (default false) set to true to loop around or go back past 0 index

Example Code:

const playerStepper = new Stepper({
    backgroundColor: white,
    min: 3,
    max: 5,
    continuous: true,
  })

This has been updated in ZIM NPM 17.3.1 - thanks. Any more like this, just let us know. Cheers.