Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
Showing only changes of commit e8975f7196 - Show all commits

View File

@ -113,7 +113,7 @@
"installment-product-component", "installment-product-component",
"html#pix-component", "html#pix-component",
"product-separator", "product-separator",
"sku-selector", "html#sku-selector",
"product-quantity", "product-quantity",
"product-assembly-options", "product-assembly-options",
"product-gifts", "product-gifts",
@ -135,11 +135,17 @@
}, },
"children": ["vtex.store-components:product-name"] "children": ["vtex.store-components:product-name"]
}, },
"html#sku-selector":{
"props": {
"testId": "sku-selector"
},
"children": ["sku-selector"]
},
"sku-selector": { "sku-selector": {
"props": { "props": {
"variationsSpacing": 3, "variationsSpacing": 3,
"showValueNameForImageVariation": true "showValueNameForImageVariation": true,
"blockClass": "sku-selector"
} }
}, },
@ -172,7 +178,7 @@
"children": [ "children": [
"flex-layout.row#product-name", "flex-layout.row#product-name",
"product-identifier.product", "product-identifier.product",
"sku-selector", "html#sku-selector",
"flex-layout.row#availability" "flex-layout.row#availability"
] ]
}, },