updated samples
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
9706856118
commit
93da3c7645
File diff suppressed because it is too large
Load Diff
@ -22,40 +22,37 @@
|
|||||||
{
|
{
|
||||||
"moleculeName": "stackItem",
|
"moleculeName": "stackItem",
|
||||||
"molecule":
|
"molecule":
|
||||||
{
|
|
||||||
"directionalIcon": {
|
{
|
||||||
"size": "medium"
|
"moleculeName": "tilelet",
|
||||||
},
|
"color": "white",
|
||||||
"moleculeName": "tilelet",
|
"showDropShadow": true,
|
||||||
"subTitle": {
|
"title": {
|
||||||
"text": "You are enrolled in Auto Pay & paper-free billing."
|
"moleculeName": "label",
|
||||||
},
|
"text": "Activate your perks.",
|
||||||
"title": {
|
"fontStyle": "BoldTitleSmall",
|
||||||
"text": "You’re getting $50 off on your monthly bill."
|
"textColor": "#F50A23"
|
||||||
},
|
},
|
||||||
"action": {
|
"subTitle": {
|
||||||
"actionType": "openPage",
|
"text": "You have ${activePerks} out of ${totalPerks} perks active.",
|
||||||
"analyticsData": {
|
"textColor": "#000000"
|
||||||
"vzdl.page.displayChannel": "mva",
|
},
|
||||||
"vzwi.mvmapp.pageTypeLink": "settingsLanding|Auto Pay discount",
|
"action": {
|
||||||
"vzdl.page.id": "settingslanding",
|
"actionType": "openPage",
|
||||||
"vzdl.page.linkName": "Auto Pay discount",
|
"analyticsData": {
|
||||||
"vzdl.page.sourceChannel": "mva",
|
"vzdl.page.id": "onboardingHub"
|
||||||
"vzdl.page.name": "settings landing"
|
},
|
||||||
},
|
"pageType": "tasks",
|
||||||
"pageType": "managePmts",
|
"presentationStyle": "push",
|
||||||
"presentationStyle": "push",
|
"requestURL": "${mva_edgecast_domain}/mobile/nsa/nos/gw/launchapp/l2/webview",
|
||||||
"requestURL": "https://mobile-exp-qa2.vzw.com/mobile/nsa/nos/gw/launchapp/l2/webview",
|
"extraParameters": {
|
||||||
"extraParameters": {
|
"browserUrl": "https://${domain}/digital/nsa/secure/ui/products/producthub/home"
|
||||||
"pageTitle": "Auto Pay discount",
|
}
|
||||||
"screenHeading": "Auto Pay discount",
|
},
|
||||||
"browserUrl": "https://vzwqa2.verizonwireless.com/digital/nsa/secure/ui/payment/settings#/enrollAandP",
|
"directionalIcon": {
|
||||||
"locale": "EN",
|
"size": "medium"
|
||||||
"flowName": "accountsettings"
|
}
|
||||||
},
|
}
|
||||||
"title": "Auto Pay discount"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"Page": {
|
||||||
|
"template": "stack",
|
||||||
|
"pageType": "moleculeStack",
|
||||||
|
"screenHeading": "Tilet Sample",
|
||||||
|
"hideFabOverlay": true,
|
||||||
|
"suppressPostLaunchRequests": false,
|
||||||
|
"tabBarHidden": true,
|
||||||
|
"header": {
|
||||||
|
"moleculeName": "header",
|
||||||
|
"molecule": {
|
||||||
|
"moleculeName": "headlineBody",
|
||||||
|
"headline": {
|
||||||
|
"moleculeName": "label",
|
||||||
|
"text": "Tilet Variations"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stack": {
|
||||||
|
"moleculeName": "stack",
|
||||||
|
"molecules": [
|
||||||
|
{
|
||||||
|
"moleculeName": "stackItem",
|
||||||
|
"molecule":
|
||||||
|
{
|
||||||
|
"moleculeName":"carousel",
|
||||||
|
"accessibilityText":"carousel",
|
||||||
|
"pagingMolecule":{
|
||||||
|
"moleculeName":"barsCarouselIndicator",
|
||||||
|
"position":-20
|
||||||
|
},
|
||||||
|
"height":180,
|
||||||
|
"spacing":12,
|
||||||
|
"itemWidthPercent":45,
|
||||||
|
"useHorizontalMargins":true,
|
||||||
|
"leftPadding":16,
|
||||||
|
"rightPadding":16,
|
||||||
|
"molecules":[
|
||||||
|
{
|
||||||
|
"moleculeName":"carouselItem",
|
||||||
|
"useVerticalMargins":false,
|
||||||
|
"useHorizontalMargins":false,
|
||||||
|
"molecule":
|
||||||
|
{
|
||||||
|
"moleculeName": "titleLockup",
|
||||||
|
"title": {
|
||||||
|
"moleculeName": "label",
|
||||||
|
"text": "Activate your perks.",
|
||||||
|
"fontStyle": "BoldTitleSmall"
|
||||||
|
},
|
||||||
|
"subTitle": {
|
||||||
|
"moleculeName": "label",
|
||||||
|
"text": "You have ${activePerks} out of ${totalPerks} perks active."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"footer": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user