Update Swiper

main^2
ysm-dev 1 year ago
parent 1ba8bac0c3
commit 2bd1d015ca
No known key found for this signature in database

@ -7081,11 +7081,19 @@
59 59
], ],
"description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.", "description": "Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.",
"dom": "div[data-swiper-slide-index], [swiper-container]", "dom": [
"div[data-swiper-slide-index]",
"swiper-container",
"swiper-slide",
"div.swiper-wrapper",
"div.swiper-initialized",
"div.swiper-vertical"
],
"icon": "Swiper.svg", "icon": "Swiper.svg",
"js": { "js": {
"Swiper": "" "Swiper": ""
}, },
"oss": true,
"scriptSrc": "swiper(?:\\.min)?\\.js", "scriptSrc": "swiper(?:\\.min)?\\.js",
"website": "https://swiperjs.com" "website": "https://swiperjs.com"
}, },
@ -7422,4 +7430,4 @@
}, },
"website": "https://styled-components.com" "website": "https://styled-components.com"
} }
} }