@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.
package/build/index.js CHANGED
@@ -5467,6 +5467,7 @@ const Stepper = ({
5467
5467
  });
5468
5468
  return /*#__PURE__*/jsxRuntime.jsx("li", {
5469
5469
  className: classNames__default.default('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'),
5470
+ "aria-current": active ? 'step' : false,
5470
5471
  style: isRTL ? {
5471
5472
  right: `${index * stepPercentage * 100}%`
5472
5473
  } : {