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

@mintlab/ui

Package Overview
Dependencies
Maintainers
5
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlab/ui - npm Package Compare versions

Comparing version 10.7.0 to 10.8.0

10

lib/Material/Dialog/DialogTitle/DialogTitle.js
import React from 'react';
import MUIDialogTitle from '@material-ui/core/DialogTitle';
import { withStyles } from '@material-ui/core/styles';
import { addScopeAttribute } from '../../../library/addScope';
import { addScopeAttribute, addScopeProp } from '../../../library/addScope';
import Icon from '../../Icon/Icon';

@@ -36,3 +36,3 @@ import { H6 } from '../../Typography';

disableTypography={true}
{...addScopeAttribute(scope, 'dialog-title')}
{...addScopeAttribute(scope, 'title')}
classes={{

@@ -52,3 +52,7 @@ root: elevated ? classes.rootElevated : classes.rootNormal,

<div className={classes.closeButton}>
<Button action={onCloseClick} presets={['default', 'icon']}>
<Button
action={onCloseClick}
presets={['default', 'icon']}
{...addScopeProp(scope, 'close')}
>
close

@@ -55,0 +59,0 @@ </Button>

{
"name": "@mintlab/ui",
"version": "10.7.0",
"version": "10.8.0",
"license": "EUPL-1.1",

@@ -5,0 +5,0 @@ "description": "Mintlab React UI components used in Zaaksysteem.",

Sorry, the diff of this file is too big to display

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