@michaelyagi/shoji 0.1.0-alpha.7 → 0.1.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/core/index.js +1 -1
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index3.css +18 -14
- package/dist/shoji.css +18 -14
- package/dist/shoji.js +2 -2
- package/dist/shoji.js.map +1 -1
- package/dist/shoji.min.css +1 -1
- package/dist/shoji.min.js +1 -1
- package/dist/shoji.min.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/core/index.js
CHANGED
|
@@ -1261,7 +1261,7 @@ const DEFAULT_LOCALE = {
|
|
|
1261
1261
|
function isBackdropClick(event) {
|
|
1262
1262
|
return !event.composedPath().some(
|
|
1263
1263
|
(node) => node instanceof Element && node.matches(
|
|
1264
|
-
`.shoji-slide-img, .shoji-counter, .shoji-caption, ${INTERACTIVE_CONTROL_SELECTOR}`
|
|
1264
|
+
`.shoji-slide-img, .shoji-slide-provider-video, .shoji-counter, .shoji-caption, ${INTERACTIVE_CONTROL_SELECTOR}`
|
|
1265
1265
|
)
|
|
1266
1266
|
);
|
|
1267
1267
|
}
|