-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from AtomicJon/master
Update component and prop naming
- Loading branch information
Showing
8 changed files
with
53 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
10 changes: 5 additions & 5 deletions
10
src/components/DropDownInput/index.ts → src/components/DropdownInput/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import DropDownInput from './DropDownInput'; | ||
import DropdownInput from './DropdownInput'; | ||
|
||
export type { | ||
DEFAULT_BORDER_COLOR, | ||
DEFAULT_BORDER_WIDTH, | ||
DEFAULT_BORDER_STYLE, | ||
DEFAULT_HORIZONTAL_PADDING, | ||
DEFAULT_VERTICAL_PADDING, | ||
DropDownInputOption, | ||
DropDownInputProps, | ||
} from './DropDownInput'; | ||
DropdownInputOption, | ||
DropdownInputProps, | ||
} from './DropdownInput'; | ||
|
||
export default DropDownInput; | ||
export default DropdownInput; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import DropDownInput from './components/DropDownInput'; | ||
import DropdownInput from './components/DropdownInput'; | ||
|
||
export { | ||
DEFAULT_BORDER_COLOR, | ||
DEFAULT_BORDER_WIDTH, | ||
DEFAULT_BORDER_STYLE, | ||
DEFAULT_HORIZONTAL_PADDING, | ||
DEFAULT_VERTICAL_PADDING, | ||
DropDownInputOption, | ||
DropDownInputProps, | ||
} from './components/DropDownInput'; | ||
DropdownInputOption, | ||
DropdownInputProps, | ||
} from './components/DropdownInput'; | ||
|
||
export default DropDownInput; | ||
export default DropdownInput; |