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.
- package/dist/odaptos_design_system.cjs.development.js +2 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +2 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Tabs/TabsUnderLine.tsx +1 -0
|
@@ -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
|