Skip to content

Commit

Permalink
feat: stepper: adds stepper component (#471)
Browse files Browse the repository at this point in the history
* feat: stepper: adds stepper component

* chore: stepper: address pr feedback
  • Loading branch information
dkilgore-eightfold authored Jan 9, 2023
1 parent 96150f8 commit 50ddcb3
Show file tree
Hide file tree
Showing 78 changed files with 20,115 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Carousel/Carousel.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export interface CarouselProps
*/
nextIconButtonAriaLabel?: string;
/**
Callback fired on mouse enter event.
*/
* Callback fired on mouse enter event.
*/
onMouseEnter?: () => React.MouseEventHandler;
/**
* Callback fired when a Carousel transition ends.
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/Default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/en_US';
import InfoBar from '../InfoBar/Locale/en_US';
import Pagination from '../Pagination/Locale/en_US';
import Panel from '../Panel/Locale/en_US';
import Stepper from '../Stepper/Locale/en_US';
import Table from '../Table/Locale/en_US';
import TimePicker from '../DateTimePicker/TimePicker/Locale/en_US';
import Upload from '../Upload/Locale/en_US';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
4 changes: 3 additions & 1 deletion src/components/Locale/cs_CZ.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import type { Locale } from '../LocaleProvider';
import DatePicker from '../DateTimePicker/DatePicker/Locale/cs_CZ';
import Dialog from '../Dialog/BaseDialog/Locale/cs_CZ';
import InfoBar from '../InfoBar/Locale/cs_CZ';
import Pagination from '../Pagination/Locale/cs_CZ';
import Panel from '../Panel/Locale/cs_CZ';
import InfoBar from '../InfoBar/Locale/cs_CZ';
import Stepper from '../Stepper/Locale/cs_CZ';
import Table from '../Table/Locale/cs_CZ';
import TimePicker from '../DateTimePicker/TimePicker/Locale/cs_CZ';
import Upload from '../Upload/Locale/cs_CZ';
Expand All @@ -18,6 +19,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/da_DK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/da_DK';
import InfoBar from '../InfoBar/Locale/da_DK';
import Pagination from '../Pagination/Locale/da_DK';
import Panel from '../Panel/Locale/da_DK';
import Stepper from '../Stepper/Locale/da_DK';
import Table from '../Table/Locale/da_DK';
import TimePicker from '../DateTimePicker/TimePicker/Locale/da_DK';
import Upload from '../Upload/Locale/da_DK';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/de_DE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/de_DE';
import InfoBar from '../InfoBar/Locale/de_DE';
import Pagination from '../Pagination/Locale/de_DE';
import Panel from '../Panel/Locale/de_DE';
import Stepper from '../Stepper/Locale/de_DE';
import Table from '../Table/Locale/de_DE';
import TimePicker from '../DateTimePicker/TimePicker/Locale/de_DE';
import Upload from '../Upload/Locale/de_DE';
Expand Down Expand Up @@ -70,6 +71,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/el_GR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/el_GR';
import InfoBar from '../InfoBar/Locale/el_GR';
import Pagination from '../Pagination/Locale/el_GR';
import Panel from '../Panel/Locale/el_GR';
import Stepper from '../Stepper/Locale/el_GR';
import Table from '../Table/Locale/el_GR';
import TimePicker from '../DateTimePicker/TimePicker/Locale/el_GR';
import Upload from '../Upload/Locale/el_GR';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/en_GB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/en_GB';
import InfoBar from '../InfoBar/Locale/en_GB';
import Pagination from '../Pagination/Locale/en_GB';
import Panel from '../Panel/Locale/en_GB';
import Stepper from '../Stepper/Locale/en_GB';
import Table from '../Table/Locale/en_GB';
import TimePicker from '../DateTimePicker/TimePicker/Locale/en_GB';
import Upload from '../Upload/Locale/en_GB';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/es_DO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/es_DO';
import InfoBar from '../InfoBar/Locale/es_DO';
import Pagination from '../Pagination/Locale/es_DO';
import Panel from '../Panel/Locale/es_DO';
import Stepper from '../Stepper/Locale/es_DO';
import Table from '../Table/Locale/es_DO';
import TimePicker from '../DateTimePicker/TimePicker/Locale/es_DO';
import Upload from '../Upload/Locale/es_DO';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/es_ES.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/es_ES';
import InfoBar from '../InfoBar/Locale/es_ES';
import Pagination from '../Pagination/Locale/es_ES';
import Panel from '../Panel/Locale/es_ES';
import Stepper from '../Stepper/Locale/es_ES';
import Table from '../Table/Locale/es_ES';
import TimePicker from '../DateTimePicker/TimePicker/Locale/es_ES';
import Upload from '../Upload/Locale/es_ES';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/es_MX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/es_MX';
import InfoBar from '../InfoBar/Locale/es_MX';
import Pagination from '../Pagination/Locale/es_MX';
import Panel from '../Panel/Locale/es_MX';
import Stepper from '../Stepper/Locale/es_MX';
import Table from '../Table/Locale/es_MX';
import TimePicker from '../DateTimePicker/TimePicker/Locale/es_MX';
import Upload from '../Upload/Locale/es_MX';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/fi_FI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/fi_FI';
import InfoBar from '../InfoBar/Locale/fi_FI';
import Pagination from '../Pagination/Locale/fi_FI';
import Panel from '../Panel/Locale/fi_FI';
import Stepper from '../Stepper/Locale/fi_FI';
import Table from '../Table/Locale/fi_FI';
import TimePicker from '../DateTimePicker/TimePicker/Locale/fi_FI';
import Upload from '../Upload/Locale/fi_FI';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/fr_BE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/fr_BE';
import InfoBar from '../InfoBar/Locale/fr_BE';
import Pagination from '../Pagination/Locale/fr_BE';
import Panel from '../Panel/Locale/fr_BE';
import Stepper from '../Stepper/Locale/fr_BE';
import Table from '../Table/Locale/fr_BE';
import TimePicker from '../DateTimePicker/TimePicker/Locale/fr_BE';
import Upload from '../Upload/Locale/fr_BE';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/fr_CA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/fr_CA';
import InfoBar from '../InfoBar/Locale/fr_CA';
import Pagination from '../Pagination/Locale/fr_CA';
import Panel from '../Panel/Locale/fr_CA';
import Stepper from '../Stepper/Locale/fr_CA';
import Table from '../Table/Locale/fr_CA';
import TimePicker from '../DateTimePicker/TimePicker/Locale/fr_CA';
import Upload from '../Upload/Locale/fr_CA';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/fr_FR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/fr_FR';
import InfoBar from '../InfoBar/Locale/fr_FR';
import Pagination from '../Pagination/Locale/fr_FR';
import Panel from '../Panel/Locale/fr_FR';
import Stepper from '../Stepper/Locale/fr_FR';
import Table from '../Table/Locale/fr_FR';
import TimePicker from '../DateTimePicker/TimePicker/Locale/fr_FR';
import Upload from '../Upload/Locale/fr_FR';
Expand Down Expand Up @@ -72,6 +73,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/he_IL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/he_IL';
import InfoBar from '../InfoBar/Locale/he_IL';
import Pagination from '../Pagination/Locale/he_IL';
import Panel from '../Panel/Locale/he_IL';
import Stepper from '../Stepper/Locale/he_IL';
import Table from '../Table/Locale/he_IL';
import TimePicker from '../DateTimePicker/TimePicker/Locale/he_IL';
import Upload from '../Upload/Locale/he_IL';
Expand Down Expand Up @@ -70,6 +71,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/hr_HR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/hr_HR';
import InfoBar from '../InfoBar/Locale/hr_HR';
import Pagination from '../Pagination/Locale/hr_HR';
import Panel from '../Panel/Locale/hr_HR';
import Stepper from '../Stepper/Locale/hr_HR';
import Table from '../Table/Locale/hr_HR';
import TimePicker from '../DateTimePicker/TimePicker/Locale/hr_HR';
import Upload from '../Upload/Locale/hr_HR';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/ht_HT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/ht_HT';
import InfoBar from '../InfoBar/Locale/ht_HT';
import Pagination from '../Pagination/Locale/ht_HT';
import Panel from '../Panel/Locale/ht_HT';
import Stepper from '../Stepper/Locale/ht_HT';
import Table from '../Table/Locale/ht_HT';
import TimePicker from '../DateTimePicker/TimePicker/Locale/ht_HT';
import Upload from '../Upload/Locale/ht_HT';
Expand Down Expand Up @@ -72,6 +73,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/hu_HU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/hu_HU';
import InfoBar from '../InfoBar/Locale/hu_HU';
import Pagination from '../Pagination/Locale/hu_HU';
import Panel from '../Panel/Locale/hu_HU';
import Stepper from '../Stepper/Locale/hu_HU';
import Table from '../Table/Locale/hu_HU';
import TimePicker from '../DateTimePicker/TimePicker/Locale/hu_HU';
import Upload from '../Upload/Locale/hu_HU';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/it_IT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/it_IT';
import InfoBar from '../InfoBar/Locale/it_IT';
import Pagination from '../Pagination/Locale/it_IT';
import Panel from '../Panel/Locale/it_IT';
import Stepper from '../Stepper/Locale/it_IT';
import Table from '../Table/Locale/it_IT';
import TimePicker from '../DateTimePicker/TimePicker/Locale/it_IT';
import Upload from '../Upload/Locale/it_IT';
Expand All @@ -15,6 +16,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/ja_JP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/ja_JP';
import InfoBar from '../InfoBar/Locale/ja_JP';
import Pagination from '../Pagination/Locale/ja_JP';
import Panel from '../Panel/Locale/ja_JP';
import Stepper from '../Stepper/Locale/ja_JP';
import Table from '../Table/Locale/ja_JP';
import TimePicker from '../DateTimePicker/TimePicker/Locale/ja_JP';
import Upload from '../Upload/Locale/ja_JP';
Expand Down Expand Up @@ -67,6 +68,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/ko_KR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/ko_KR';
import InfoBar from '../InfoBar/Locale/ko_KR';
import Pagination from '../Pagination/Locale/ko_KR';
import Panel from '../Panel/Locale/ko_KR';
import Stepper from '../Stepper/Locale/ko_KR';
import Table from '../Table/Locale/ko_KR';
import TimePicker from '../DateTimePicker/TimePicker/Locale/ko_KR';
import Upload from '../Upload/Locale/ko_KR';
Expand Down Expand Up @@ -67,6 +68,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/ms_MY.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/ms_MY';
import InfoBar from '../InfoBar/Locale/ms_MY';
import Pagination from '../Pagination/Locale/ms_MY';
import Panel from '../Panel/Locale/ms_MY';
import Stepper from '../Stepper/Locale/ms_MY';
import Table from '../Table/Locale/ms_MY';
import TimePicker from '../DateTimePicker/TimePicker/Locale/ms_MY';
import Upload from '../Upload/Locale/ms_MY';
Expand All @@ -18,6 +19,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/nb_NO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/nb_NO';
import InfoBar from '../InfoBar/Locale/nb_NO';
import Pagination from '../Pagination/Locale/nb_NO';
import Panel from '../Panel/Locale/nb_NO';
import Stepper from '../Stepper/Locale/nb_NO';
import Table from '../Table/Locale/nb_NO';
import TimePicker from '../DateTimePicker/TimePicker/Locale/nb_NO';
import Upload from '../Upload/Locale/nb_NO';
Expand Down Expand Up @@ -70,6 +71,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/nl_BE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/nl_BE';
import InfoBar from '../InfoBar/Locale/nl_BE';
import Pagination from '../Pagination/Locale/nl_BE';
import Panel from '../Panel/Locale/nl_BE';
import Stepper from '../Stepper/Locale/nl_BE';
import Table from '../Table/Locale/nl_BE';
import TimePicker from '../DateTimePicker/TimePicker/Locale/nl_BE';
import Upload from '../Upload/Locale/nl_BE';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
2 changes: 2 additions & 0 deletions src/components/Locale/nl_NL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Dialog from '../Dialog/BaseDialog/Locale/nl_NL';
import InfoBar from '../InfoBar/Locale/nl_NL';
import Pagination from '../Pagination/Locale/nl_NL';
import Panel from '../Panel/Locale/nl_NL';
import Stepper from '../Stepper/Locale/nl_NL';
import Table from '../Table/Locale/nl_NL';
import TimePicker from '../DateTimePicker/TimePicker/Locale/nl_NL';
import Upload from '../Upload/Locale/nl_NL';
Expand Down Expand Up @@ -71,6 +72,7 @@ const localeValues: Locale = {
InfoBar,
Pagination,
Panel,
Stepper,
Table,
TimePicker,
Upload,
Expand Down
Loading

0 comments on commit 50ddcb3

Please sign in to comment.