Socket
Socket
Sign inDemoInstall

@atlaskit/modal-dialog

Package Overview
Dependencies
118
Maintainers
1
Versions
306
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.13.1 to 12.13.2

2

dist/cjs/modal-wrapper.js

@@ -98,3 +98,3 @@ "use strict";

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.1"
packageVersion: "12.13.2"
});

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

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

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.1"
packageVersion: "12.13.2"
});

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

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

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.13.1"
packageVersion: "12.13.2"
});

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

@@ -98,14 +98,13 @@ import React, { RefObject } from 'react';

*
* If not overridden using `testId` prop in the respective components,
* this will set `data-testid` on these elements when defined:
* If not overridden using `testId` prop in the respective components, this will set `data-testid` on these elements when defined:
*
* - Modal dialog - `{testId}`
* - Modal header - `{testId}--header`
* - Modal title - `{testId}--title`
* - Modal body - `{testId}--body`
* - Modal footer - `{testId}--footer`
* - Scrollable element - `{testId}--scrollable`
* - Blanket - `{testId}--blanket`
* Modal dialog: `{testId}`
* Modal header: `{testId}--header`
* Modal title: `{testId}--title`
* Modal body: `{testId}--body`
* Modal footer: `{testId}--footer`
* Scrollable element: `{testId}--scrollable`
* Blanket: `{testId}--blanket`
*/
testId?: string;
}

@@ -98,14 +98,13 @@ import React, { RefObject } from 'react';

*
* If not overridden using `testId` prop in the respective components,
* this will set `data-testid` on these elements when defined:
* If not overridden using `testId` prop in the respective components, this will set `data-testid` on these elements when defined:
*
* - Modal dialog - `{testId}`
* - Modal header - `{testId}--header`
* - Modal title - `{testId}--title`
* - Modal body - `{testId}--body`
* - Modal footer - `{testId}--footer`
* - Scrollable element - `{testId}--scrollable`
* - Blanket - `{testId}--blanket`
* Modal dialog: `{testId}`
* Modal header: `{testId}--header`
* Modal title: `{testId}--title`
* Modal body: `{testId}--body`
* Modal footer: `{testId}--footer`
* Scrollable element: `{testId}--scrollable`
* Blanket: `{testId}--blanket`
*/
testId?: string;
}
{
"name": "@atlaskit/modal-dialog",
"version": "12.13.1",
"version": "12.13.2",
"description": "A modal dialog displays content that requires user interaction, in a layer above the page.",

@@ -37,3 +37,3 @@ "publishConfig": {

"@atlaskit/ds-lib": "^2.3.0",
"@atlaskit/focus-ring": "^1.3.9",
"@atlaskit/focus-ring": "^1.4.0",
"@atlaskit/icon": "^22.1.0",

@@ -44,5 +44,5 @@ "@atlaskit/layering": "^0.3.0",

"@atlaskit/portal": "^4.4.0",
"@atlaskit/primitives": "^5.7.0",
"@atlaskit/primitives": "^6.0.0",
"@atlaskit/theme": "^12.7.0",
"@atlaskit/tokens": "^1.44.0",
"@atlaskit/tokens": "^1.45.0",
"@babel/runtime": "^7.0.0",

@@ -64,7 +64,7 @@ "@emotion/react": "^11.7.1",

"@atlaskit/button": "*",
"@atlaskit/checkbox": "^13.1.0",
"@atlaskit/dropdown-menu": "^12.9.0",
"@atlaskit/popup": "^1.15.0",
"@atlaskit/radio": "^6.1.3",
"@atlaskit/select": "^17.7.0",
"@atlaskit/checkbox": "^13.3.0",
"@atlaskit/dropdown-menu": "^12.10.0",
"@atlaskit/popup": "^1.17.0",
"@atlaskit/radio": "^6.3.0",
"@atlaskit/select": "^17.8.0",
"@atlaskit/ssr": "*",

@@ -71,0 +71,0 @@ "@atlaskit/tooltip": "^18.3.0",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc