diff --git a/JSONCreator_iOS/JSONCreator/JSON/Samples/tiletSample.json b/JSONCreator_iOS/JSONCreator/JSON/Samples/tiletSample.json new file mode 100644 index 0000000..c7c4bdd --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/Samples/tiletSample.json @@ -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": {} + } +} diff --git a/dependency.txt b/dependency.txt index e567159..4cf000f 100644 --- a/dependency.txt +++ b/dependency.txt @@ -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