@popmenu/audio-player 0.90.0 → 0.91.0

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/build/index.es.js CHANGED
@@ -684,10 +684,10 @@ var useTypographyStyles = makeStyles$1(function (theme) {
684
684
  });
685
685
 
686
686
  var Typography = function (props) {
687
- props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
687
+ props.weight; props.color; var TypographyRef = props.TypographyRef, restProps = __rest(props, ["weight", "color", "TypographyRef"]);
688
688
  var classes = useTypographyStyles(__assign({}, props));
689
689
  var variantMapping = { subtitle1: 'p' };
690
- return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping }, restProps));
690
+ return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping, ref: TypographyRef }, restProps));
691
691
  };
692
692
  Typography.displayName = 'Typography';
693
693
  Typography.defaultProps = defaultTypographyProps;