@uniformdev/richtext
Advanced tools
Comparing version 19.202.0 to 19.202.1-alpha.9
@@ -81,4 +81,3 @@ import { AssetParamValueItem } from '@uniformdev/assets'; | ||
interface TableNode extends RichTextNode { | ||
} | ||
type TableNode = RichTextNode; | ||
declare const tableHtmlRenderer: NodeStringRenderer; | ||
@@ -102,4 +101,3 @@ | ||
interface TableRowNode extends RichTextNode { | ||
} | ||
type TableRowNode = RichTextNode; | ||
declare const tablerowHtmlRenderer: NodeStringRenderer; | ||
@@ -106,0 +104,0 @@ |
@@ -392,2 +392,5 @@ // src/elements.ts | ||
var walkRichTextTree = (node, callback, parent) => { | ||
if (!isRichTextNode(node)) { | ||
return; | ||
} | ||
callback(node, parent); | ||
@@ -394,0 +397,0 @@ if (Array.isArray(node.children)) { |
@@ -453,2 +453,5 @@ "use strict"; | ||
var walkRichTextTree = (node, callback, parent) => { | ||
if (!isRichTextNode(node)) { | ||
return; | ||
} | ||
callback(node, parent); | ||
@@ -455,0 +458,0 @@ if (Array.isArray(node.children)) { |
{ | ||
"name": "@uniformdev/richtext", | ||
"version": "19.202.0", | ||
"version": "19.202.1-alpha.9+63c059770a", | ||
"description": "Common functionality and types for Uniform Rich Text parameters", | ||
@@ -48,3 +48,3 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"@lexical/rich-text": "0.17.1", | ||
"@uniformdev/assets": "19.202.0", | ||
"@uniformdev/assets": "19.202.1-alpha.9+63c059770a", | ||
"lexical": "0.17.1" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "133a9ea4d2d3794e2d05ad8277f6bb3803d109d7" | ||
"gitHead": "63c059770a54fc063a12af0f74eba059143e8074" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
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
70028
8
1895
2
1