@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.
package/build/index.js CHANGED
@@ -10741,6 +10741,7 @@ const SegmentedControl = ({
10741
10741
  className: classNames__default.default('segmented-control__segments', {
10742
10742
  'segmented-control__segments--no-animate': !animate
10743
10743
  }),
10744
+ role: mode !== 'input' ? 'tablist' : undefined,
10744
10745
  children: segmentsWithRefs.map(segment => mode === 'input' ? /*#__PURE__*/jsxRuntime.jsxs("label", {
10745
10746
  ref: segment.ref,
10746
10747
  htmlFor: segment.id,