@transferwise/components 0.0.0-experimental-2d2d0d9 → 0.0.0-experimental-beb041a

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.
@@ -10708,6 +10708,7 @@ const SegmentedControl = ({
10708
10708
  className: classNames('segmented-control__segments', {
10709
10709
  'segmented-control__segments--no-animate': !animate
10710
10710
  }),
10711
+ role: mode !== 'input' ? 'tablist' : undefined,
10711
10712
  children: segmentsWithRefs.map(segment => mode === 'input' ? /*#__PURE__*/jsxs("label", {
10712
10713
  ref: segment.ref,
10713
10714
  htmlFor: segment.id,