Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
3 changed files with 14 additions and 4 deletions
Showing only changes of commit d5223bef81 - Show all commits

View File

@ -7,5 +7,11 @@
"moduleResolution": "node", "moduleResolution": "node",
"target": "es2017" "target": "es2017"
}, },
"include": ["./typings/*.d.ts", "./**/*.tsx", "./**/*.ts"] "include": [
"./typings/*.d.ts",
"./**/*.tsx",
"./**/*.ts",
"components/SwiperComponent/SwiperComponent.tsxonent.tsx",
"SwiperComponent.tsxonenSwiperComponent.tsxwiperComponent.tsx"
]
} }

View File

@ -3,6 +3,7 @@
"children": [ "children": [
"html#breadcrumb", "html#breadcrumb",
"condition-layout.product#availability", "condition-layout.product#availability",
"swiper-component",
"flex-layout.row#description", "flex-layout.row#description",
"flex-layout.row#specifications-title", "flex-layout.row#specifications-title",
"product-specification-group#table", "product-specification-group#table",
@ -78,7 +79,6 @@
"flex-layout.col#stack": { "flex-layout.col#stack": {
"children": ["stack-layout"], "children": ["stack-layout"],
"props": { "props": {
"width": "60%",
"rowGap": 0 "rowGap": 0
} }
}, },
@ -91,7 +91,8 @@
"desktop": "auto", "desktop": "auto",
"phone": "16:9" "phone": "16:9"
}, },
"displayThumbnailsArrows": true "displayThumbnailsArrows": false,
"showPaginationDots": false
} }
}, },
"flex-layout.col#right-col": { "flex-layout.col#right-col": {

View File

@ -5,5 +5,8 @@
"html": { "html": {
"component": "html", "component": "html",
"composition": "children" "composition": "children"
},
"swiper-component": {
"component": "SwiperComponent"
} }
} }