Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@popmenu/dashboard

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popmenu/dashboard - npm Package Compare versions

Comparing version 0.90.0 to 0.91.0

4

build/index.es.js

@@ -532,6 +532,6 @@ import * as React from 'react';

var Typography = function (props) {
props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
props.weight; props.color; var TypographyRef = props.TypographyRef, restProps = __rest(props, ["weight", "color", "TypographyRef"]);
var classes = useTypographyStyles(__assign({}, props));
var variantMapping = { subtitle1: 'p' };
return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping }, restProps));
return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping, ref: TypographyRef }, restProps));
};

@@ -538,0 +538,0 @@ Typography.displayName = 'Typography';

@@ -575,6 +575,6 @@ 'use strict';

var Typography = function (props) {
props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
props.weight; props.color; var TypographyRef = props.TypographyRef, restProps = __rest(props, ["weight", "color", "TypographyRef"]);
var classes = useTypographyStyles(__assign({}, props));
var variantMapping = { subtitle1: 'p' };
return React__default['default'].createElement(core.Typography, __assign({ classes: classes, variantMapping: variantMapping }, restProps));
return React__default['default'].createElement(core.Typography, __assign({ classes: classes, variantMapping: variantMapping, ref: TypographyRef }, restProps));
};

@@ -581,0 +581,0 @@ Typography.displayName = 'Typography';

{
"name": "@popmenu/dashboard",
"version": "0.90.0",
"version": "0.91.0",
"license": "MIT",

@@ -32,3 +32,3 @@ "author": "Popmenu Design System Team",

"sideEffects": false,
"gitHead": "df4d4b7a2edfa1826e88d054b505947e69fe1cc1"
"gitHead": "579080b11487db405ace31dd2f932ad44d69f21e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc