@pingux/astro 2.6.1-alpha.0 → 2.6.1-alpha.2
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.
@@ -99,6 +99,7 @@ var ImageUploadField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
|
|
99
99
|
role: "button"
|
100
100
|
}, removeItemText))), (0, _react2.jsx)(_visuallyHidden.VisuallyHidden, {
|
101
101
|
"aria-live": "polite",
|
102
|
+
"aria-hidden": "true",
|
102
103
|
role: state.isMenuOpen ? 'button' : 'status',
|
103
104
|
id: statusId
|
104
105
|
}, state.isMenuOpen && 'Menu pop up expanded'));
|
@@ -89,6 +89,7 @@ var ImageUploadField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
89
89
|
role: "button"
|
90
90
|
}, removeItemText))), ___EmotionJSX(VisuallyHidden, {
|
91
91
|
"aria-live": "polite",
|
92
|
+
"aria-hidden": "true",
|
92
93
|
role: state.isMenuOpen ? 'button' : 'status',
|
93
94
|
id: statusId
|
94
95
|
}, state.isMenuOpen && 'Menu pop up expanded'));
|