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