@oliasoft-open-source/react-ui-library 3.9.15 → 3.9.17

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/index.js CHANGED
@@ -11923,7 +11923,10 @@ const menuShape = propTypes$1.exports.shape({
11923
11923
  trigger: propTypes$1.exports.oneOf(["Text", "Button", "DropDownButton", "Component"]),
11924
11924
  colored: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
11925
11925
  small: propTypes$1.exports.bool,
11926
- label: propTypes$1.exports.string,
11926
+ label: propTypes$1.exports.oneOfType([
11927
+ propTypes$1.exports.string,
11928
+ propTypes$1.exports.node
11929
+ ]),
11927
11930
  component: propTypes$1.exports.node,
11928
11931
  sections: propTypes$1.exports.oneOfType([
11929
11932
  propTypes$1.exports.arrayOf(menuSectionShape),