@pingux/astro 2.2.0-alpha.0 → 2.2.0-alpha.1
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.
@@ -144,7 +144,8 @@ var Image = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
144
144
|
ref: imgRef,
|
145
145
|
role: "img",
|
146
146
|
src: imgSrc,
|
147
|
-
sx: sx
|
147
|
+
sx: sx,
|
148
|
+
"aria-live": "polite"
|
148
149
|
}, others, hoverProps));
|
149
150
|
if (isLoading || !loadedSuccessfully && !fallbackImage) {
|
150
151
|
return (0, _react2.jsx)(Skeleton, null);
|
@@ -134,7 +134,8 @@ var Image = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
134
134
|
ref: imgRef,
|
135
135
|
role: "img",
|
136
136
|
src: imgSrc,
|
137
|
-
sx: sx
|
137
|
+
sx: sx,
|
138
|
+
"aria-live": "polite"
|
138
139
|
}, others, hoverProps));
|
139
140
|
if (isLoading || !loadedSuccessfully && !fallbackImage) {
|
140
141
|
return ___EmotionJSX(Skeleton, null);
|