-
Notifications
You must be signed in to change notification settings - Fork 62
refactor: update modals v5design #1108
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
Merged
danzhaaspaypal
merged 40 commits into
paypal:develop
from
surekhaw:update-modals-v5design
Aug 15, 2024
Merged
Changes from 15 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d1d26fe
update v4 design references to v5
surekhaw ebd72d1
update useV4design content references to v5
surekhaw 4e15ca7
add v5 specific content
surekhaw 8073dca
initial v5 style updates
surekhaw 770f998
add v5design flag
surekhaw 2e5deec
update v5 styles for short term modals
surekhaw b39aa38
fix typo
surekhaw ad3139b
fix header
surekhaw 280401c
update product list to v5
surekhaw 50e3710
xo modal v5 updates
surekhaw c392833
update DE v5 modals
surekhaw e7b39d6
remove unnecessary v5 content
surekhaw 2b168cc
add v4design support for checkout
surekhaw 7366da7
adjust v5 stying
surekhaw 2bacb0d
hard code xo v4design true
surekhaw e2e00cf
extend DE calculator to full width
surekhaw fa22f6c
v5 style updates
surekhaw 6ae7205
expand DE mobile calculator to full width
surekhaw 3fe6e69
update v5.0 styles
surekhaw 9c28c09
fix functional test donut selector
surekhaw 874f64f
fix functional test donut selector
surekhaw 1587056
chore(snapshots): Update Snapshots [skip ci]
surekhaw f0ee503
fix DE offer outline
surekhaw 2fee30b
Merge branch 'update-modals-v5design' of https://github.com/surekhaw/…
surekhaw 09f3f90
fix last donut position
surekhaw d8a381f
fix mobile donut dash spacing
surekhaw 1a803f2
chore(snapshots): Update Snapshots [skip ci]
surekhaw 2cd0ea5
update accordion style
surekhaw 894a4b0
Merge branch 'update-modals-v5design' of https://github.com/surekhaw/…
surekhaw 7accdd2
update pay monthly style
surekhaw eb86aca
update Pi4 donuts
surekhaw 987aee8
update product list style
surekhaw 11cdad5
update DE long term accordion spacing
surekhaw abe0003
update offer accordion style
surekhaw 91870fc
revert v5instructions content
surekhaw 34ea0e5
chore(snapshots): Update Snapshots [skip ci]
surekhaw 9f52ecc
merge develop
surekhaw bd47b11
Merge branch 'update-modals-v5design' of https://github.com/surekhaw/…
surekhaw 6d8c64a
update IT modal snapshots
surekhaw 278adcc
chore(snapshots): Update Snapshots [skip ci]
surekhaw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,26 +1,27 @@ | ||
{ | ||
"meta": { | ||
"product": "PRODUCT_LIST" | ||
}, | ||
"content": { | ||
"headline": "<span aria-hidden='true'>Jetzt kaufen, <br/>später bezahlen</span><span class='sr-only'>Jetzt kaufen, später bezahlen</span>", | ||
"disclosure": "Es gelten die Nutzungsbedingungen. Vorbehaltlich Kreditwürdigkeitsprüfung. Für weitere Informationen zur Bezahlung nach 30 Tagen oder PayPal Ratenzahlung wählen Sie eine der obigen Optionen.", | ||
"instructions": { | ||
"payLater": "Wählen Sie <strong>PayPal</strong>, um <strong>“Später Bezahlen”</strong> zu nutzen." | ||
}, | ||
"productTiles": { | ||
"payLater": [ | ||
{ | ||
"header": "Bezahlen Sie nach 30 Tagen", | ||
"body": "Erhalten Sie mehr Zeit, um Ihren Einkauf zu bezahlen.", | ||
"viewName": "PAY_LATER_PAY_IN_1" | ||
}, | ||
{ | ||
"header": "PayPal Ratenzahlung", | ||
"body": "Zahlen Sie Ihren Einkauf in monatlichen Raten.", | ||
"viewName": "PAY_LATER_LONG_TERM" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
{ | ||
"meta": { | ||
"product": "PRODUCT_LIST", | ||
"useV5Design": "false" | ||
}, | ||
"content": { | ||
"headline": "<span aria-hidden='true'>Jetzt kaufen, <br/>später bezahlen</span><span class='sr-only'>Jetzt kaufen, später bezahlen</span>", | ||
"disclosure": "Es gelten die Nutzungsbedingungen. Vorbehaltlich Kreditwürdigkeitsprüfung. Für weitere Informationen zur Bezahlung nach 30 Tagen oder PayPal Ratenzahlung wählen Sie eine der obigen Optionen.", | ||
"instructions": { | ||
"payLater": "Wählen Sie <strong>PayPal</strong>, um <strong>“Später Bezahlen”</strong> zu nutzen." | ||
}, | ||
"productTiles": { | ||
"payLater": [ | ||
{ | ||
"header": "Bezahlen Sie nach 30 Tagen", | ||
"body": "Erhalten Sie mehr Zeit, um Ihren Einkauf zu bezahlen.", | ||
"viewName": "PAY_LATER_PAY_IN_1" | ||
}, | ||
{ | ||
"header": "PayPal Ratenzahlung", | ||
"body": "Zahlen Sie Ihren Einkauf in monatlichen Raten.", | ||
"viewName": "PAY_LATER_LONG_TERM" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.