-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: stepper: adds stepper component #471
feat: stepper: adds stepper component #471
Conversation
# Conflicts: # src/components/Carousel/Carousel.types.ts # src/components/Carousel/carousel.module.scss # src/components/Locale/Default.tsx # src/components/Locale/cs_CZ.tsx # src/components/Locale/da_DK.tsx # src/components/Locale/de_DE.tsx # src/components/Locale/el_GR.tsx # src/components/Locale/en_GB.tsx # src/components/Locale/es_DO.tsx # src/components/Locale/es_ES.tsx # src/components/Locale/es_MX.tsx # src/components/Locale/fi_FI.tsx # src/components/Locale/fr_BE.tsx # src/components/Locale/fr_CA.tsx # src/components/Locale/fr_FR.tsx # src/components/Locale/he_IL.tsx # src/components/Locale/hr_HR.tsx # src/components/Locale/ht_HT.tsx # src/components/Locale/hu_HU.tsx # src/components/Locale/it_IT.tsx # src/components/Locale/ja_JP.tsx # src/components/Locale/ko_KR.tsx # src/components/Locale/ms_MY.tsx # src/components/Locale/nb_NO.tsx # src/components/Locale/nl_BE.tsx # src/components/Locale/nl_NL.tsx # src/components/Locale/pl_PL.tsx # src/components/Locale/pt_BR.tsx # src/components/Locale/pt_PT.tsx # src/components/Locale/ru_RU.tsx # src/components/Locale/sv_SE.tsx # src/components/Locale/th_TH.tsx # src/components/Locale/tr_TR.tsx # src/components/Locale/uk_UA.tsx # src/components/Locale/zh_CN.tsx # src/components/Locale/zh_TW.tsx # src/components/LocaleProvider/index.tsx # src/octuple.ts
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bc90fd5:
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #471 +/- ##
=======================================
Coverage ? 84.71%
=======================================
Files ? 784
Lines ? 16291
Branches ? 5617
=======================================
Hits ? 13801
Misses ? 2422
Partials ? 68 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
SUMMARY:
Adds
Stepper
component to Octuple.Updates
Carousel
overflow css values to horizontal only.Stepper.mp4
JIRA TASK (Eightfold Employees Only):
ENG-2827
CHANGE TYPE:
TEST COVERAGE:
TEST PLAN:
Pull the PR branch and run
yarn
andyarn storybook
. Verify theStepper
andCarousel
stories behave as expected.