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 f79b9c0117 - Show all commits

View File

@ -7,33 +7,33 @@
}, },
"header-layout.desktop": { "header-layout.desktop": {
"children": [ "children": [
"flex-layout.row#1-desktop", "html#flex-layout.row#1-desktop",
"flex-layout.row#3-desktop", // "flex-layout.row#3-desktop",
"sticky-layout#4-desktop" "sticky-layout#4-desktop"
] ]
}, },
"flex-layout.row#1-desktop": { "html#flex-layout.row#1-desktop": {
"children": ["telemarketing"], "children": ["telemarketing"],
"props": { "props": {
"fullWidth": true "fullWidth": true
} }
}, },
"flex-layout.row#3-desktop": { // "flex-layout.row#3-desktop": {
"props": { // "props": {
"blockClass": "menu-link", // "blockClass": "menu-link",
"horizontalAlign": "center", // "horizontalAlign": "center",
"preventHorizontalStretch": true, // "preventHorizontalStretch": true,
"preventVerticalStretch": true, // "preventVerticalStretch": true,
"fullWidth": true // "fullWidth": true
}, // },
"children": [ // "children": [
"vtex.menu@2.x:menu#websites", // "vtex.menu@2.x:menu#websites",
"flex-layout.col#spacer", // "flex-layout.col#spacer",
"vtex.menu@2.x:menu#institutional" // "vtex.menu@2.x:menu#institutional"
] // ]
}, // },
"flex-layout.col#spacer": { "flex-layout.col#spacer": {
"props": { "props": {
"width": "grow" "width": "grow"
@ -59,7 +59,7 @@
"flex-layout.col#category-menu", "flex-layout.col#category-menu",
"flex-layout.col#spacer", "flex-layout.col#spacer",
"search-bar", "search-bar",
"locale-switcher", // "locale-switcher",
"login", "login",
"minicart.v2" "minicart.v2"
] ]
@ -80,9 +80,9 @@
"props": { "props": {
"title": "Logo", "title": "Logo",
"href": "/", "href": "/",
"url": "https://storecomponents.vteximg.com.br/arquivos/store-theme-logo.png", "url": "https://agenciamagma.vteximg.com.br/arquivos/Logo-m3academy-anacarolinaduartecavalcante.svg",
"width": "180", "width": "140",
"height": "12" "height": "33"
} }
}, },
"header-layout.mobile": { "header-layout.mobile": {
@ -125,9 +125,9 @@
"props": { "props": {
"title": "Logo", "title": "Logo",
"href": "/", "href": "/",
"url": "https://storecomponents.vteximg.com.br/arquivos/store-theme-logo-mobile.png", "url": "https://agenciamagma.vteximg.com.br/arquivos/Logo-m3academy-anacarolinaduartecavalcante.svg",
"width": "77.5", "width": "140",
"height": "27.5" "height": "33"
} }
} }
} }