updated samples

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-14 16:02:08 -05:00
parent 9706856118
commit 93da3c7645
3 changed files with 1064 additions and 166 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,40 +22,37 @@
{
"moleculeName": "stackItem",
"molecule":
{
"directionalIcon": {
"size": "medium"
},
"moleculeName": "tilelet",
"subTitle": {
"text": "You are enrolled in Auto Pay & paper-free billing."
},
"title": {
"text": "Youre getting $50 off on your monthly bill."
},
"action": {
"actionType": "openPage",
"analyticsData": {
"vzdl.page.displayChannel": "mva",
"vzwi.mvmapp.pageTypeLink": "settingsLanding|Auto Pay discount",
"vzdl.page.id": "settingslanding",
"vzdl.page.linkName": "Auto Pay discount",
"vzdl.page.sourceChannel": "mva",
"vzdl.page.name": "settings landing"
},
"pageType": "managePmts",
"presentationStyle": "push",
"requestURL": "https://mobile-exp-qa2.vzw.com/mobile/nsa/nos/gw/launchapp/l2/webview",
"extraParameters": {
"pageTitle": "Auto Pay discount",
"screenHeading": "Auto Pay discount",
"browserUrl": "https://vzwqa2.verizonwireless.com/digital/nsa/secure/ui/payment/settings#/enrollAandP",
"locale": "EN",
"flowName": "accountsettings"
},
"title": "Auto Pay discount"
}
}
{
"moleculeName": "tilelet",
"color": "white",
"showDropShadow": true,
"title": {
"moleculeName": "label",
"text": "Activate your perks.",
"fontStyle": "BoldTitleSmall",
"textColor": "#F50A23"
},
"subTitle": {
"text": "You have ${activePerks} out of ${totalPerks} perks active.",
"textColor": "#000000"
},
"action": {
"actionType": "openPage",
"analyticsData": {
"vzdl.page.id": "onboardingHub"
},
"pageType": "tasks",
"presentationStyle": "push",
"requestURL": "${mva_edgecast_domain}/mobile/nsa/nos/gw/launchapp/l2/webview",
"extraParameters": {
"browserUrl": "https://${domain}/digital/nsa/secure/ui/products/producthub/home"
}
},
"directionalIcon": {
"size": "medium"
}
}
}
]
},

View File

@ -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": {}
}
}