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
69
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.93.0 to 0.94.0

45

build/index.es.js
import * as React from 'react';
import React__default, { createElement, forwardRef, useState } from 'react';
import React__default, { createElement, forwardRef, createContext, useState } from 'react';
import { makeStyles, Typography as Typography$1, Link as Link$1, Paper as Paper$1, Box, Menu, MenuItem, Card as Card$1, CardActionArea, CardContent as CardContent$1 } from '@material-ui/core';

@@ -630,3 +630,3 @@ import '@material-ui/lab/Alert';

var useStyles = makeStyles(function (_a) {
var useStyles$4 = makeStyles(function (_a) {
var spacing = _a.spacing;

@@ -645,3 +645,3 @@ return ({

var legacyStyles = props.legacyStyles, restProps = __rest(props, ["legacyStyles"]);
var classes = useStyles(props);
var classes = useStyles$4(props);
return React__default.createElement(Paper$1, __assign({}, ref, { classes: __assign({}, (legacyStyles && classes)) }, restProps));

@@ -799,2 +799,41 @@ });

makeStyles(function () { return ({
root: {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
gridGap: 16,
},
}); });
var FollowerAuthenticationDialogContext = createContext(null);
FollowerAuthenticationDialogContext.Provider;
makeStyles(function () { return ({
form: {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
width: '100%',
gridGap: 16,
},
}); });
makeStyles(function () { return ({
main: {
width: '100%',
display: 'flex',
flexDirection: 'column',
gridGap: 16,
},
}); });
makeStyles(function () { return ({
root: {
position: 'absolute',
top: 0,
right: 0,
},
}); });
var _path$2p;

@@ -801,0 +840,0 @@

@@ -673,3 +673,3 @@ 'use strict';

var useStyles = core.makeStyles(function (_a) {
var useStyles$4 = core.makeStyles(function (_a) {
var spacing = _a.spacing;

@@ -688,3 +688,3 @@ return ({

var legacyStyles = props.legacyStyles, restProps = __rest(props, ["legacyStyles"]);
var classes = useStyles(props);
var classes = useStyles$4(props);
return React__default['default'].createElement(core.Paper, __assign({}, ref, { classes: __assign({}, (legacyStyles && classes)) }, restProps));

@@ -842,2 +842,41 @@ });

core.makeStyles(function () { return ({
root: {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
gridGap: 16,
},
}); });
var FollowerAuthenticationDialogContext = React.createContext(null);
FollowerAuthenticationDialogContext.Provider;
core.makeStyles(function () { return ({
form: {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
width: '100%',
gridGap: 16,
},
}); });
core.makeStyles(function () { return ({
main: {
width: '100%',
display: 'flex',
flexDirection: 'column',
gridGap: 16,
},
}); });
core.makeStyles(function () { return ({
root: {
position: 'absolute',
top: 0,
right: 0,
},
}); });
var _path$2p;

@@ -844,0 +883,0 @@

4

package.json
{
"name": "@popmenu/dashboard",
"version": "0.93.0",
"version": "0.94.0",
"license": "MIT",

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

"sideEffects": false,
"gitHead": "ff4592802bf19fffba9469b954215fde702a3f76"
"gitHead": "99cc925ead974a828b7ca099e9aa264babbc3b43"
}

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