Socket
Socket
Sign inDemoInstall

rc-dialog

Package Overview
Dependencies
5
Maintainers
11
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.2 to 9.3.3

3

es/Dialog/Content/Panel.js

@@ -100,3 +100,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

var content = /*#__PURE__*/React.createElement("div", {
className: "".concat(prefixCls, "-content")
className: classNames("".concat(prefixCls, "-content"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.content),
style: modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.content
}, closer, headerNode, /*#__PURE__*/React.createElement("div", _extends({

@@ -103,0 +104,0 @@ className: classNames("".concat(prefixCls, "-body"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.body),

@@ -8,2 +8,3 @@ import type { GetContainer } from 'rc-util/lib/PortalWrapper';

mask?: string;
content?: string;
wrapper?: string;

@@ -17,2 +18,3 @@ }

wrapper?: CSSProperties;
content?: CSSProperties;
}

@@ -19,0 +21,0 @@ export type IDialogPropTypes = {

@@ -110,3 +110,4 @@ "use strict";

var content = /*#__PURE__*/_react.default.createElement("div", {
className: "".concat(prefixCls, "-content")
className: (0, _classnames.default)("".concat(prefixCls, "-content"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.content),
style: modalStyles === null || modalStyles === void 0 ? void 0 : modalStyles.content
}, closer, headerNode, /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({

@@ -113,0 +114,0 @@ className: (0, _classnames.default)("".concat(prefixCls, "-body"), modalClassNames === null || modalClassNames === void 0 ? void 0 : modalClassNames.body),

@@ -8,2 +8,3 @@ import type { GetContainer } from 'rc-util/lib/PortalWrapper';

mask?: string;
content?: string;
wrapper?: string;

@@ -17,2 +18,3 @@ }

wrapper?: CSSProperties;
content?: CSSProperties;
}

@@ -19,0 +21,0 @@ export type IDialogPropTypes = {

{
"name": "rc-dialog",
"version": "9.3.2",
"version": "9.3.3",
"description": "dialog ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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