react-ronin
Advanced tools
Comparing version 2.3.1-corny-removed-language-prop-experimental.1 to 2.3.1-corny-removed-language-prop-experimental.2
@@ -1,2 +0,2 @@ | ||
import type { ReactHTML, ReactNode } from "react"; | ||
import React, { type ReactHTML } from "react"; | ||
export type RichTextContent = { | ||
@@ -41,3 +41,3 @@ type: "doc" | "paragraph" | "blockquote" | "codeBlock" | "bulletList" | "listItem"; | ||
components?: ReactHTML; | ||
}) => (string | number | boolean | Iterable<ReactNode> | import("react").JSX.Element | null | undefined)[]; | ||
}) => (string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined)[]; | ||
export default RichText; |
@@ -0,1 +1,2 @@ | ||
import React, {} from "react"; | ||
const RichText = ({ data, components, }) => { | ||
@@ -2,0 +3,0 @@ const items = Array.isArray(data) ? data : [data]; |
{ | ||
"name": "react-ronin", | ||
"version": "2.3.1-corny-removed-language-prop-experimental.1", | ||
"version": "2.3.1-corny-removed-language-prop-experimental.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
28150
291