Socket
Socket
Sign inDemoInstall

@atlaskit/modal-dialog

Package Overview
Dependencies
113
Maintainers
1
Versions
309
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.6.4 to 12.6.5

tmp/api-report-tmp.d.ts

2

dist/cjs/internal/constants.js

@@ -39,4 +39,4 @@ "use strict";

danger: "var(--ds-icon-danger, ".concat(_colors.R400, ")"),
warning: "var(--ds-icon-warning, ".concat(_colors.Y400, ")")
warning: "var(--ds-icon-warning, #D97008)"
};
exports.iconColor = iconColor;

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

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.6.4"
packageVersion: "12.6.5"
});

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

{
"name": "@atlaskit/modal-dialog",
"version": "12.6.4",
"version": "12.6.5",
"sideEffects": false
}

@@ -1,2 +0,2 @@

import { N30, N900, R400, Y400 } from '@atlaskit/theme/colors';
import { N30, N900, R400 } from '@atlaskit/theme/colors';
import { borderRadius as getBorderRadius,

@@ -26,3 +26,3 @@ // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports

danger: `var(--ds-icon-danger, ${R400})`,
warning: `var(--ds-icon-warning, ${Y400})`
warning: "var(--ds-icon-warning, #D97008)"
};

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

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.6.4"
packageVersion: "12.6.5"
});

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

{
"name": "@atlaskit/modal-dialog",
"version": "12.6.4",
"version": "12.6.5",
"sideEffects": false
}

@@ -1,2 +0,2 @@

import { N30, N900, R400, Y400 } from '@atlaskit/theme/colors';
import { N30, N900, R400 } from '@atlaskit/theme/colors';
import { borderRadius as getBorderRadius,

@@ -26,3 +26,3 @@ // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports

danger: "var(--ds-icon-danger, ".concat(R400, ")"),
warning: "var(--ds-icon-warning, ".concat(Y400, ")")
warning: "var(--ds-icon-warning, #D97008)"
};

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

packageName: "@atlaskit/modal-dialog",
packageVersion: "12.6.4"
packageVersion: "12.6.5"
});

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

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

@@ -5,0 +5,0 @@ "publishConfig": {

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc