updated for tilet

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-01-12 15:57:39 -06:00
parent d59f88f9c6
commit dd6e1008b5
2 changed files with 47 additions and 1 deletions

View File

@ -0,0 +1,46 @@
{
"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": "tilet",
"surface": "light",
"title": {
"text": "Save $XX on your monthly bill.",
"typographicalStyle": "BoldTitleSmall"
},
"subTitle": {
"text": "Enroll in Auto Pay & paper-free billing to save on your monthly bill.",
"typographicalStyle": "BodySmall",
"textColor": "primary"
},
"directionalIcon": {
"size": "medium",
"surface": "dark"
}
}
}
]
},
"footer": {}
}
}

View File

@ -1,6 +1,6 @@
mvm_core https://gitlab.verizon.com/BPHV_MIPS/mvm_core.git develop
mvm_core_ui https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git develop
mvm_core_ui https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui.git feature/ONEAPP-2811-Tilet
vds_ios https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git develop