@pingux/astro 1.44.0-alpha.3 → 1.44.0-alpha.4
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.
@@ -424,7 +424,7 @@ var MultivaluesField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
|
|
424
424
|
label: item.name,
|
425
425
|
slots: item.slots
|
426
426
|
}, item.chipProps), (0, _react2.jsx)(_.IconButton, (0, _extends2["default"])({
|
427
|
-
"aria-label": "delete",
|
427
|
+
"aria-label": "delete ".concat(item.name),
|
428
428
|
onPress: function onPress() {
|
429
429
|
return deleteItem(item.key);
|
430
430
|
},
|
@@ -373,7 +373,7 @@ var MultivaluesField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
373
373
|
label: item.name,
|
374
374
|
slots: item.slots
|
375
375
|
}, item.chipProps), ___EmotionJSX(IconButton, _extends({
|
376
|
-
"aria-label": "delete",
|
376
|
+
"aria-label": "delete ".concat(item.name),
|
377
377
|
onPress: function onPress() {
|
378
378
|
return deleteItem(item.key);
|
379
379
|
},
|