onaio / js-tools

Ona shared JavaScript components and utilities
Apache License 2.0
11 stars 2 forks source link

Update Transpiled Progress Indicator Types #160

Closed RayceeM closed 4 years ago

RayceeM commented 4 years ago

closes #

While testing the progress indicator on reveal-frontend, I noticed the tests were failing because the type was not up to date: https://github.com/onaio/js-tools/blob/556216af26fc38b051901b8deebf638e9abe4592/packages/ProgressIndicators/dist/types/ProgressBar/index.d.ts#L11

Ran yarn transpile && yarn tsc to update it.

Thanks to @p-netm

Changes included with this PR Updating the types file during transpiling

Checklist