Socket
Socket
Sign inDemoInstall

@hig/modal

Package Overview
Dependencies
Maintainers
3
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/modal - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

12

build/index.es.js

@@ -246,3 +246,3 @@ import { keyframes, css, cx } from 'emotion';

*/
title: PropTypes.string
title: PropTypes.node
};

@@ -300,3 +300,3 @@ ModalHeaderPresenter.defaultProps = {

"type": {
"name": "string"
"name": "node"
},

@@ -481,3 +481,3 @@ "required": false,

*/
title: PropTypes.string,
title: PropTypes.node,
/**

@@ -553,3 +553,3 @@ * Style of the modal shell

"type": {
"name": "string"
"name": "node"
},

@@ -790,3 +790,3 @@ "required": false,

*/
title: PropTypes.string,
title: PropTypes.node,
/**

@@ -852,3 +852,3 @@ * Style of the modal shell

"type": {
"name": "string"
"name": "node"
},

@@ -855,0 +855,0 @@ "required": false,

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

*/
title: PropTypes.string
title: PropTypes.node
};

@@ -307,3 +307,3 @@ ModalHeaderPresenter.defaultProps = {

"type": {
"name": "string"
"name": "node"
},

@@ -488,3 +488,3 @@ "required": false,

*/
title: PropTypes.string,
title: PropTypes.node,
/**

@@ -560,3 +560,3 @@ * Style of the modal shell

"type": {
"name": "string"
"name": "node"
},

@@ -797,3 +797,3 @@ "required": false,

*/
title: PropTypes.string,
title: PropTypes.node,
/**

@@ -859,3 +859,3 @@ * Style of the modal shell

"type": {
"name": "string"
"name": "node"
},

@@ -862,0 +862,0 @@ "required": false,

@@ -0,1 +1,8 @@

# [@hig/modal-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/modal@2.1.2...@hig/modal@2.2.0) (2020-05-07)
### Features
* allow PropTypes.node for title prop ([b0744d8](https://github.com/Autodesk/hig/commit/b0744d8))
# [@hig/modal-v2.1.2](https://github.com/Autodesk/hig/compare/@hig/modal@2.1.1...@hig/modal@2.1.2) (2020-02-27)

@@ -2,0 +9,0 @@

{
"name": "@hig/modal",
"version": "2.1.2",
"version": "2.2.0",
"description": "HIG Modal",

@@ -20,4 +20,4 @@ "author": "Autodesk Inc.",

"dependencies": {
"@hig/icon-button": "^2.3.1",
"@hig/icons": "^3.0.0",
"@hig/icon-button": "^2.4.0",
"@hig/icons": "^3.2.0",
"@hig/utils": "^0.4.0",

@@ -31,3 +31,3 @@ "@hig/typography": "^1.0.3",

"@hig/theme-context": "^3.0.0",
"@hig/theme-data": "^2.14.0",
"@hig/theme-data": "^2.15.1",
"react": "^15.4.1 || ^16.3.2"

@@ -34,0 +34,0 @@ },

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