morse-react-dialogs
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0
/// <reference types="react" /> | ||
export declare type DialogTitleProps = { | ||
children: string; | ||
className?: string; | ||
}; | ||
export declare const DialogTitle: (props: DialogTitleProps) => JSX.Element; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
75419
1390
0