diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json new file mode 100644 index 0000000..aa6ca83 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/CheckboxAll.json @@ -0,0 +1,26 @@ +"checkbox" : { + "moleculeName" : "checkbox" +}, +"moleculeName" : "listLVCB", +"eyebrowHeadlineBodyLink" : { + "moleculeName" : "eyebrowHeadlineBodyLink", + "eyebrow" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "headline" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "body" : { + "moleculeName" : "label", + "text" : "Hello" + }, + "link" : { + "moleculeName" : "link", + "title" : "Hello", + "action": { + "actionType":"back" + } + } +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json new file mode 100644 index 0000000..b41a4f6 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/LeftVariable/Icon.json @@ -0,0 +1,22 @@ + +"moleculeName": "listLVImg", +"leftLabel": { + "moleculeName": "label", + "text": "Lorem ipsum" +}, +"rightLabel": { + "moleculeName": "label", + "text": "Label" +}, +"image": { + "moleculeName": "image", + "image": "imageName_PayPal_logo" +}, +"action" : { + "disabled" : false, + "analyticsData" : { + }, + "title" : "Manage plan", + "actionType" : "openPage", + "pageType" : "planLanding" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json new file mode 100644 index 0000000..2c2f478 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Payments.json @@ -0,0 +1,8 @@ +"moleculeName" : "listRVImg", +"action" : { + "actionType" : "back" +}, +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello Ryan!!!" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json new file mode 100644 index 0000000..f63a087 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/List/RightVariable/Wheel.json @@ -0,0 +1,15 @@ +"rightLabel" : { + "moleculeName" : "label", + "text" : "heeeeyy" +}, +"moleculeName" : "listRVWheel", +"wheel" : { + "moleculeName" : "circleProgress" +}, +"leftLabel" : { + "moleculeName" : "label", + "text" : "Hello" +}, +"action": { + "actionType": "back" +} diff --git a/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json new file mode 100644 index 0000000..b73d1f2 --- /dev/null +++ b/JSONCreator_iOS/JSONCreator/JSON/DesignedComponents/SectionDividers/ThreeColumn/PlanDataDivider.json @@ -0,0 +1,34 @@ +"moleculeName" : "list3CHBDiv", +"leftHeadlineBody" : { + "moleculeName": "headlineBody", + "headline" : { + "moleculeName" : "label", + "text" : "8.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Verizon L data" + } +}, +"centerHeadlineBody" : { + "moleculeName": "headlinebody", + "headline" : { + "moleculeName" : "label", + "text" : "2.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Additional data" + } +}, +"rightHeadlineBody" :{ + "moleculeName": "headlinebody", + "headline" : { + "moleculeName" : "label", + "text" : "10.0 GB" + }, + "body" : { + "moleculeName" : "label", + "text" : "Additional data" + } +}