-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stepper
- Convert components to TypeScript
#2115
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// Stepper | ||
'Hds::Stepper::Step::Indicator': typeof HdsStepperIndicatorStepComponent; | ||
'hds/stepper/step/indicator': typeof HdsStepperIndicatorStepComponent; | ||
HdsStepperStepIndicator: typeof HdsStepperIndicatorStepComponent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got kinda dizzy trying to ensure I got Stepper
Step
& Indicator
In the right order here. I think it's correct but a second set of eyes would be helpful. Ditto the section below as well.
Stepper
- Convert components to TypeScript
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments/suggestions
packages/components/src/components/hds/stepper/task/indicator.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/stepper/task/indicator.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/stepper/step/indicator.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/stepper/step/indicator.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/stepper/step/indicator.ts
Outdated
Show resolved
Hide resolved
packages/components/src/components/hds/stepper/task/indicator.ts
Outdated
Show resolved
Hide resolved
6a23a39
to
058adb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Cristiano Rastelli <cristiano.rastelli@hashicorp.com>
Co-authored-by: Cristiano Rastelli <cristiano.rastelli@hashicorp.com>
058adb9
to
cb0ecd4
Compare
📌 Summary
Converts the Stepper components to TS
🔗 External links
Jira ticket: HDS-2712
💬 Please consider using conventional comments when reviewing this PR.