@lumx/react 3.9.7-alpha.1 → 3.9.7-alpha.3

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/index.js CHANGED
@@ -13205,7 +13205,10 @@ const Tab = /*#__PURE__*/forwardRef((props, ref) => {
13205
13205
  }), icon && /*#__PURE__*/React__default.createElement(Icon, _extends({
13206
13206
  icon: icon,
13207
13207
  size: Size.xs
13208
- }, iconProps)), label && /*#__PURE__*/React__default.createElement("span", null, label));
13208
+ }, iconProps)), label && /*#__PURE__*/React__default.createElement(Text, {
13209
+ as: "span",
13210
+ truncate: true
13211
+ }, label));
13209
13212
  });
13210
13213
  Tab.displayName = COMPONENT_NAME$7;
13211
13214
  Tab.className = CLASSNAME$7;