@transferwise/components 0.0.0-experimental-2d4d50d → 0.0.0-experimental-6dfede3
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/build/index.esm.js
CHANGED
|
@@ -3261,7 +3261,7 @@ const DateTrigger = ({
|
|
|
3261
3261
|
className: "input-group-addon",
|
|
3262
3262
|
children: /*#__PURE__*/jsx(CloseButton, {
|
|
3263
3263
|
className: `clear-btn clear-btn--${size}`,
|
|
3264
|
-
"aria-label": formatMessage(dateTriggerMessages.ariaLabel)
|
|
3264
|
+
"aria-label": `${formatMessage(dateTriggerMessages.ariaLabel)} ${label}`,
|
|
3265
3265
|
size: Size.SMALL,
|
|
3266
3266
|
onClick: event => {
|
|
3267
3267
|
event.stopPropagation();
|