Skip to content
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

Update/8581 replace intl tel input 2 #9155

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/update-8581-replace-intl-tel-input-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Replace intl-tel-input with new PhoneNumberInput component
1 change: 1 addition & 0 deletions client/checkout/blocks/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ button.wcpay-stripelink-modal-trigger:hover {

#remember-me {
margin-top: 36px;
margin-bottom: 1rem;

h2 {
font-size: 18px;
Expand Down
133 changes: 0 additions & 133 deletions client/components/phone-number-control/index.tsx

This file was deleted.

71 changes: 0 additions & 71 deletions client/components/phone-number-control/style.scss

This file was deleted.

125 changes: 0 additions & 125 deletions client/components/phone-number-control/test/index.test.tsx

This file was deleted.

Loading
Loading