odaptos_design_system 1.4.282 → 1.4.283

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.
@@ -13615,7 +13615,8 @@ const TabsUnderline = ({
13615
13615
  alignItems: 'center',
13616
13616
  justifyContent: 'center',
13617
13617
  gap: '1rem'
13618
- }
13618
+ },
13619
+ onClick: e => onClickTab(e, index)
13619
13620
  }, renderTab, isArrowIconDisplay && /*#__PURE__*/React__default.createElement(ArrowLineRightIcon, {
13620
13621
  fill: colors.neutral_550,
13621
13622
  stroke: colors.neutral_550