@luminati-io/uikit 3.2.15 → 3.2.16

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.
@@ -41212,7 +41212,7 @@ Tab.defaultProps = {
41212
41212
  };
41213
41213
  Tab.propTypes = {
41214
41214
  variant: prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOf(['main', 'underline', 'contain', 'vertical']),
41215
- text: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().string).isRequired,
41215
+ text: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().node).isRequired,
41216
41216
  selected: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
41217
41217
  disabled: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
41218
41218
  leftContent: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().element),