Socket
Socket
Sign inDemoInstall

@atlaskit/modal-dialog

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/modal-dialog - npm Package Compare versions

Comparing version 12.4.11 to 12.4.12

4

dist/cjs/modal-wrapper.js

@@ -32,3 +32,5 @@ "use strict";

position: 'fixed',
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
top: 0,
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
left: 0,

@@ -87,3 +89,3 @@ overflowY: 'auto',

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.4.11"
packageVersion: "12.4.12"
});

@@ -90,0 +92,0 @@ var onBlanketClicked = (0, _react.useCallback)(function (e) {

{
"name": "@atlaskit/modal-dialog",
"version": "12.4.11",
"version": "12.4.12",
"sideEffects": false
}

@@ -22,3 +22,5 @@ import _extends from "@babel/runtime/helpers/extends";

position: 'fixed',
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
top: 0,
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
left: 0,

@@ -73,3 +75,3 @@ overflowY: 'auto',

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.4.11"
packageVersion: "12.4.12"
});

@@ -76,0 +78,0 @@ const onBlanketClicked = useCallback(e => {

{
"name": "@atlaskit/modal-dialog",
"version": "12.4.11",
"version": "12.4.12",
"sideEffects": false
}

@@ -22,3 +22,5 @@ import _extends from "@babel/runtime/helpers/extends";

position: 'fixed',
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
top: 0,
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
left: 0,

@@ -77,3 +79,3 @@ overflowY: 'auto',

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.4.11"
packageVersion: "12.4.12"
});

@@ -80,0 +82,0 @@ var onBlanketClicked = useCallback(function (e) {

{
"name": "@atlaskit/modal-dialog",
"version": "12.4.11",
"version": "12.4.12",
"sideEffects": false
}
{
"name": "@atlaskit/modal-dialog",
"version": "12.4.11",
"version": "12.4.12",
"description": "A modal dialog displays content that requires user interaction, in a layer above the page.",

@@ -29,3 +29,2 @@ "publishConfig": {

"atlassian": {
"disableProductCI": true,
"team": "Design System Team",

@@ -50,3 +49,3 @@ "releaseModel": "scheduled",

"@atlaskit/portal": "^4.1.0",
"@atlaskit/theme": "^12.2.0",
"@atlaskit/theme": "^12.4.0",
"@atlaskit/tokens": "^1.2.0",

@@ -53,0 +52,0 @@ "@babel/runtime": "^7.0.0",

@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 -->

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

@@ -136,1 +137,13 @@ ### Main Entry Types

<!--SECTION END: Main Entry Types-->
### Peer Dependencies
<!--SECTION START: Peer Dependencies-->
```json
{
"react": "^16.8.0"
}
```
<!--SECTION END: Peer Dependencies-->

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