@transferwise/components 0.0.0-experimental-61e8d6a → 0.0.0-experimental-5e31f27

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.
@@ -5434,6 +5434,7 @@ const Stepper = ({
5434
5434
  });
5435
5435
  return /*#__PURE__*/jsx("li", {
5436
5436
  className: classNames('hidden-xs', 'tw-stepper__step', active ? 'np-text-body-default-bold tw-stepper__step--active' : 'np-text-body-default', clickable && 'tw-stepper__step--clickable', step.hoverLabel && 'tw-stepper__step--has-tooltip'),
5437
+ "aria-current": active ? 'step' : false,
5437
5438
  style: isRTL ? {
5438
5439
  right: `${index * stepPercentage * 100}%`
5439
5440
  } : {