@mintlab/ui
Advanced tools
Comparing version 10.7.0 to 10.8.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2102822
11173