Socket
Socket
Sign inDemoInstall

morse-react-dialogs

Package Overview
Dependencies
16
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.8 to 3.0.0

1

dist/components/DialogTitle.d.ts
/// <reference types="react" />
export declare type DialogTitleProps = {
children: string;
className?: string;
};
export declare const DialogTitle: (props: DialogTitleProps) => JSX.Element;

2

dist/components/DialogTitle.js

@@ -11,5 +11,5 @@ "use strict";

var children = props.children;
return (react_1.default.createElement(morse_react_1.Heading, { level: morse_react_1.Heading.Level.H2, className: "c-dialog__heading" }, children));
return (react_1.default.createElement(morse_react_1.Heading, { level: morse_react_1.Heading.Level.H2, className: "c-dialog__heading ".concat(props.className) }, children));
};
exports.DialogTitle = DialogTitle;
//# sourceMappingURL=DialogTitle.js.map
export * from "./useDialog";
export * from "./useDialogContext";

@@ -18,2 +18,3 @@ "use strict";

__exportStar(require("./useDialog"), exports);
__exportStar(require("./useDialogContext"), exports);
//# sourceMappingURL=index.js.map
export * from "./useDialog";
export * from "./useDialogContext";
{
"name": "morse-react-dialogs",
"version": "3.0.0-alpha.8",
"version": "3.0.0",
"description": "Dialog patterns in React built for Morse",

@@ -26,3 +26,3 @@ "repository": {

"morse-css": "2.6.8",
"morse-react": "3.0.0-alpha.7",
"morse-react": "3.0.0",
"react": "^18.0.0",

@@ -50,3 +50,3 @@ "react-dom": "^18.0.0",

],
"gitHead": "c2ff611c16dd9819717be09668665a2a4b21360e"
"gitHead": "6a28e2505f45cbbcd2d5e91c544e36996892dd2b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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