@uniformdev/richtext
Advanced tools
Comparing version 19.179.1-alpha.1 to 19.179.2-alpha.22
@@ -147,10 +147,10 @@ import { LinkParamValue, RichTextParamValue, RichTextBuiltInElement, RichTextBuiltInFormat } from '@uniformdev/canvas'; | ||
declare const walkRichTextTree: (node: RichTextNode, callback: (node: RichTextNode, parent: RichTextNode | undefined) => void, parent?: RichTextNode) => void; | ||
declare const richTextBuiltInElements: { | ||
declare const richTextBuiltInElements: Array<{ | ||
label: string; | ||
type: RichTextBuiltInElement; | ||
}[]; | ||
declare const richTextBuiltInFormats: { | ||
}>; | ||
declare const richTextBuiltInFormats: Array<{ | ||
label: string; | ||
type: RichTextBuiltInFormat; | ||
}[]; | ||
}>; | ||
declare const getLabelForElement: (type: string) => string; | ||
@@ -157,0 +157,0 @@ declare const getLabelForFormat: (type: string) => string; |
{ | ||
"name": "@uniformdev/richtext", | ||
"version": "19.179.1-alpha.1+3adc08c00a", | ||
"version": "19.179.2-alpha.22+79878be48f", | ||
"description": "Common functionality and types for Uniform Rich Text parameters", | ||
@@ -43,9 +43,9 @@ "license": "SEE LICENSE IN LICENSE.txt", | ||
"devDependencies": { | ||
"@lexical/headless": "0.16.1", | ||
"@lexical/html": "0.16.1", | ||
"@lexical/link": "0.16.1", | ||
"@lexical/list": "0.16.1", | ||
"@lexical/rich-text": "0.16.1", | ||
"@uniformdev/canvas": "^19.179.1-alpha.1+3adc08c00a", | ||
"lexical": "0.16.1" | ||
"@lexical/headless": "0.17.0", | ||
"@lexical/html": "0.17.0", | ||
"@lexical/link": "0.17.0", | ||
"@lexical/list": "0.17.0", | ||
"@lexical/rich-text": "0.17.0", | ||
"@uniformdev/canvas": "^19.179.2-alpha.22+79878be48f", | ||
"lexical": "0.17.0" | ||
}, | ||
@@ -58,3 +58,3 @@ "files": [ | ||
}, | ||
"gitHead": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0" | ||
"gitHead": "79878be48f2d4b1c6158026aa632e71c91473ac6" | ||
} |
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
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
71723
7