@dreamcommerce/aurora 2.27.18-2 → 2.27.18-3
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.
|
@@ -994,7 +994,7 @@ var Gallery = /*#__PURE__*/function () {
|
|
|
994
994
|
copyLinkMarkup = this._createCopyLinkMarkup();
|
|
995
995
|
}
|
|
996
996
|
|
|
997
|
-
return "\n <div class=\"".concat(main_module['default'][css_classes.cssGalleryBar], "\">\n ").concat(imagesNumberMarkup, "\n\n ").concat(imageDescriptionMarkup, "\n\n ").concat(copyLinkMarkup, "\n\n <span ?aria-label=\""
|
|
997
|
+
return "\n <div class=\"".concat(main_module['default'][css_classes.cssGalleryBar], "\">\n ").concat(imagesNumberMarkup, "\n\n ").concat(imageDescriptionMarkup, "\n\n ").concat(copyLinkMarkup, "\n\n <span\n ").concat(ariaLabelCloseButton !== undefined ? "aria-label=\"".concat(ariaLabelCloseButton, "\"") : '', "\n role=\"button\"\n tabindex=\"0\"\n class=\"").concat(main_module['default'][css_classes.cssIcon], " ").concat(main_module['default'][css_classes.cssIconClose], " ").concat(main_module['default'][css_classes.cssGalleryBarImageClose], " ").concat(constants.JS_CLASSES.close, "\"\n ></span>\n </div>\n ");
|
|
998
998
|
}
|
|
999
999
|
}, {
|
|
1000
1000
|
key: "_createImageNumbersMarkup",
|
|
@@ -1039,7 +1039,7 @@ var Gallery = /*#__PURE__*/function () {
|
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
|
-
return "\n <div
|
|
1042
|
+
return "\n <div\n role=\"button\"\n tabindex=\"0\"\n class=\"".concat(arrowContainerClasses, "\"\n ").concat(ariaLabelButton !== undefined ? "aria-label=\"".concat(ariaLabelButton, "\"") : '', "\n >\n <span class=\"").concat(arrowClasses, "\" aria-hidden=\"true\"></span>\n </div>\n ");
|
|
1043
1043
|
}
|
|
1044
1044
|
}, {
|
|
1045
1045
|
key: "_createImageMarkup",
|
|
@@ -986,7 +986,7 @@ var Gallery = /*#__PURE__*/function () {
|
|
|
986
986
|
copyLinkMarkup = this._createCopyLinkMarkup();
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
return "\n <div class=\"".concat(cssClasses[cssGalleryBar], "\">\n ").concat(imagesNumberMarkup, "\n\n ").concat(imageDescriptionMarkup, "\n\n ").concat(copyLinkMarkup, "\n\n <span ?aria-label=\""
|
|
989
|
+
return "\n <div class=\"".concat(cssClasses[cssGalleryBar], "\">\n ").concat(imagesNumberMarkup, "\n\n ").concat(imageDescriptionMarkup, "\n\n ").concat(copyLinkMarkup, "\n\n <span\n ").concat(ariaLabelCloseButton !== undefined ? "aria-label=\"".concat(ariaLabelCloseButton, "\"") : '', "\n role=\"button\"\n tabindex=\"0\"\n class=\"").concat(cssClasses[cssIcon], " ").concat(cssClasses[cssIconClose], " ").concat(cssClasses[cssGalleryBarImageClose], " ").concat(JS_CLASSES.close, "\"\n ></span>\n </div>\n ");
|
|
990
990
|
}
|
|
991
991
|
}, {
|
|
992
992
|
key: "_createImageNumbersMarkup",
|
|
@@ -1031,7 +1031,7 @@ var Gallery = /*#__PURE__*/function () {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
return "\n <div
|
|
1034
|
+
return "\n <div\n role=\"button\"\n tabindex=\"0\"\n class=\"".concat(arrowContainerClasses, "\"\n ").concat(ariaLabelButton !== undefined ? "aria-label=\"".concat(ariaLabelButton, "\"") : '', "\n >\n <span class=\"").concat(arrowClasses, "\" aria-hidden=\"true\"></span>\n </div>\n ");
|
|
1035
1035
|
}
|
|
1036
1036
|
}, {
|
|
1037
1037
|
key: "_createImageMarkup",
|