feat(dados-de-compra):finalizando dodas de compra

falta fazer o conteiner de cep e o pix
This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-02-03 17:44:52 -03:00
parent 3eb41bad16
commit a70ca72654
3 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import React from 'react'
const Example = () => {
console.log("olá mundo")
return (
<div>Example um</div>
)

View File

@ -1,6 +1,9 @@
{
"store.product": {
"children": ["html#breadcrumb", "condition-layout.product#availability"]
"children": ["html#example-component",
"html#breadcrumb",
"condition-layout.product#availability"
]
},
"html#breadcrumb": {
"props": {
@ -10,6 +13,14 @@
},
"children": ["breadcrumb"]
},
"html#example-component": {
"props": {
"tag": "nav",
"testId": "breadcrumbs",
"blockClass": "pdp-exemplo"
},
"children": ["example-component"]
},
"flex-layout.row#specifications-title": {
"children": ["rich-text#specifications"]
},
@ -111,13 +122,15 @@
"share#default"
]
},
"shipping-simulator": {
"props": {}
},
"product-installments": {
"props": {
"message": "{installmentsNumber} de {installmentValue} sem juros"
}
},
"flex-layout.row#product-name": {
"props": {
"marginBottom": 3,

View File

@ -2,6 +2,7 @@
"example-component": {
"component": "Example"
},
"html": {
"component": "html",
"composition": "children"