@react-md/portal
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [5.1.0](https://github.com/mlaursen/react-md/compare/v5.0.0...v5.1.0) (2022-03-18) | ||
### Other Internal Changes | ||
* run lint-scripts --fix for consistent-type-imports ([42d839d](https://github.com/mlaursen/react-md/commit/42d839d359922e0a8ee3775a75162b9755a2c2b6)) | ||
# [5.0.0](https://github.com/mlaursen/react-md/compare/v4.0.3...v5.0.0) (2022-01-31) | ||
@@ -8,0 +20,0 @@ |
@@ -22,6 +22,6 @@ var __assign = (this && this.__assign) || function () { | ||
if (!portal && !portalInto && !portalIntoId) { | ||
return _jsx(_Fragment, { children: children }, void 0); | ||
return _jsx(_Fragment, { children: children }); | ||
} | ||
return (_jsx(Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }), void 0)); | ||
return (_jsx(Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }))); | ||
} | ||
//# sourceMappingURL=ConditionalPortal.js.map |
@@ -25,7 +25,7 @@ "use strict"; | ||
if (!portal && !portalInto && !portalIntoId) { | ||
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }, void 0); | ||
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children }); | ||
} | ||
return ((0, jsx_runtime_1.jsx)(Portal_1.Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }), void 0)); | ||
return ((0, jsx_runtime_1.jsx)(Portal_1.Portal, __assign({ into: portalInto, intoId: portalIntoId }, { children: children }))); | ||
} | ||
exports.ConditionalPortal = ConditionalPortal; | ||
//# sourceMappingURL=ConditionalPortal.js.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,3 +0,3 @@ | ||
import { ReactElement, ReactNode } from "react"; | ||
import { PortalInto } from "./getContainer"; | ||
import type { ReactElement, ReactNode } from "react"; | ||
import type { PortalInto } from "./getContainer"; | ||
export interface PortalProps { | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@react-md/portal", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.", | ||
@@ -51,3 +51,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "a67e871627db20ca8ee4b672f6e99f2f7f438c96" | ||
"gitHead": "d2446029706ae96aada0131f93ed7c1adcc14d70" | ||
} |
@@ -1,3 +0,3 @@ | ||
import { ReactElement, ReactNode } from "react"; | ||
import { PortalInto } from "./getContainer"; | ||
import type { ReactElement, ReactNode } from "react"; | ||
import type { PortalInto } from "./getContainer"; | ||
export interface PortalProps { | ||
@@ -4,0 +4,0 @@ /** |
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
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
37888
551