carbon-react 104.58.1 → 104.58.2
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.
|
@@ -124,6 +124,7 @@ const TabTitle = /*#__PURE__*/React.forwardRef(({
|
|
|
124
124
|
as: "a"
|
|
125
125
|
}, tagComponent("tab-header", tabTitleProps), {
|
|
126
126
|
onKeyDown: handleKeyDown,
|
|
127
|
+
onClick: handleClick,
|
|
127
128
|
size: size
|
|
128
129
|
}), /*#__PURE__*/React.createElement(StyledTitleContent, {
|
|
129
130
|
error: error,
|
|
@@ -131,7 +132,6 @@ const TabTitle = /*#__PURE__*/React.forwardRef(({
|
|
|
131
132
|
info: info,
|
|
132
133
|
position: position,
|
|
133
134
|
size: size,
|
|
134
|
-
onClick: handleClick,
|
|
135
135
|
noLeftBorder: noLeftBorder,
|
|
136
136
|
noRightBorder: noRightBorder,
|
|
137
137
|
borders: borders,
|
|
@@ -147,6 +147,7 @@ const TabTitle = /*#__PURE__*/_react.default.forwardRef(({
|
|
|
147
147
|
as: "a"
|
|
148
148
|
}, (0, _tags.default)("tab-header", tabTitleProps), {
|
|
149
149
|
onKeyDown: handleKeyDown,
|
|
150
|
+
onClick: handleClick,
|
|
150
151
|
size: size
|
|
151
152
|
}), /*#__PURE__*/_react.default.createElement(_tabTitle.StyledTitleContent, {
|
|
152
153
|
error: error,
|
|
@@ -154,7 +155,6 @@ const TabTitle = /*#__PURE__*/_react.default.forwardRef(({
|
|
|
154
155
|
info: info,
|
|
155
156
|
position: position,
|
|
156
157
|
size: size,
|
|
157
|
-
onClick: handleClick,
|
|
158
158
|
noLeftBorder: noLeftBorder,
|
|
159
159
|
noRightBorder: noRightBorder,
|
|
160
160
|
borders: borders,
|