@lexical/react
Advanced tools
Comparing version 0.20.1-nightly.20241118.0 to 0.20.1-nightly.20241119.0
@@ -10,3 +10,3 @@ /** | ||
import type { Props as ElementProps } from './shared/LexicalContentEditableElement'; | ||
export type Props = Omit<ElementProps, 'editor'> & ({ | ||
export type ContentEditableProps = Omit<ElementProps, 'editor'> & ({ | ||
'aria-placeholder'?: void; | ||
@@ -18,2 +18,10 @@ placeholder?: null; | ||
}); | ||
export declare const ContentEditable: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>; | ||
/** | ||
* @deprecated This type has been renamed to `ContentEditableProps` to provide a clearer and more descriptive name. | ||
* For backward compatibility, this type is still exported as `Props`, but it is recommended to migrate to using `ContentEditableProps` instead. | ||
* | ||
* @note This alias is maintained for compatibility purposes but may be removed in future versions. | ||
* Please update your codebase to use `ContentEditableProps` to ensure long-term maintainability. | ||
*/ | ||
export type Props = ContentEditableProps; | ||
export declare const ContentEditable: import("react").ForwardRefExoticComponent<ContentEditableProps & import("react").RefAttributes<HTMLDivElement>>; |
@@ -11,23 +11,23 @@ { | ||
"license": "MIT", | ||
"version": "0.20.1-nightly.20241118.0", | ||
"version": "0.20.1-nightly.20241119.0", | ||
"dependencies": { | ||
"@lexical/clipboard": "0.20.1-nightly.20241118.0", | ||
"@lexical/code": "0.20.1-nightly.20241118.0", | ||
"@lexical/devtools-core": "0.20.1-nightly.20241118.0", | ||
"@lexical/dragon": "0.20.1-nightly.20241118.0", | ||
"@lexical/hashtag": "0.20.1-nightly.20241118.0", | ||
"@lexical/history": "0.20.1-nightly.20241118.0", | ||
"@lexical/link": "0.20.1-nightly.20241118.0", | ||
"@lexical/list": "0.20.1-nightly.20241118.0", | ||
"@lexical/mark": "0.20.1-nightly.20241118.0", | ||
"@lexical/markdown": "0.20.1-nightly.20241118.0", | ||
"@lexical/overflow": "0.20.1-nightly.20241118.0", | ||
"@lexical/plain-text": "0.20.1-nightly.20241118.0", | ||
"@lexical/rich-text": "0.20.1-nightly.20241118.0", | ||
"@lexical/selection": "0.20.1-nightly.20241118.0", | ||
"@lexical/table": "0.20.1-nightly.20241118.0", | ||
"@lexical/text": "0.20.1-nightly.20241118.0", | ||
"@lexical/utils": "0.20.1-nightly.20241118.0", | ||
"@lexical/yjs": "0.20.1-nightly.20241118.0", | ||
"lexical": "0.20.1-nightly.20241118.0", | ||
"@lexical/clipboard": "0.20.1-nightly.20241119.0", | ||
"@lexical/code": "0.20.1-nightly.20241119.0", | ||
"@lexical/devtools-core": "0.20.1-nightly.20241119.0", | ||
"@lexical/dragon": "0.20.1-nightly.20241119.0", | ||
"@lexical/hashtag": "0.20.1-nightly.20241119.0", | ||
"@lexical/history": "0.20.1-nightly.20241119.0", | ||
"@lexical/link": "0.20.1-nightly.20241119.0", | ||
"@lexical/list": "0.20.1-nightly.20241119.0", | ||
"@lexical/mark": "0.20.1-nightly.20241119.0", | ||
"@lexical/markdown": "0.20.1-nightly.20241119.0", | ||
"@lexical/overflow": "0.20.1-nightly.20241119.0", | ||
"@lexical/plain-text": "0.20.1-nightly.20241119.0", | ||
"@lexical/rich-text": "0.20.1-nightly.20241119.0", | ||
"@lexical/selection": "0.20.1-nightly.20241119.0", | ||
"@lexical/table": "0.20.1-nightly.20241119.0", | ||
"@lexical/text": "0.20.1-nightly.20241119.0", | ||
"@lexical/utils": "0.20.1-nightly.20241119.0", | ||
"@lexical/yjs": "0.20.1-nightly.20241119.0", | ||
"lexical": "0.20.1-nightly.20241119.0", | ||
"react-error-boundary": "^3.1.4" | ||
@@ -34,0 +34,0 @@ }, |
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
836397
16409
+ Added@lexical/clipboard@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/code@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/devtools-core@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/dragon@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/hashtag@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/history@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/html@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/link@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/list@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/mark@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/markdown@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/offset@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/overflow@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/plain-text@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/rich-text@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/selection@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/table@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/text@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/utils@0.20.1-nightly.20241119.0(transitive)
+ Added@lexical/yjs@0.20.1-nightly.20241119.0(transitive)
+ Addedlexical@0.20.1-nightly.20241119.0(transitive)
- Removed@lexical/clipboard@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/code@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/devtools-core@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/dragon@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/hashtag@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/history@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/html@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/link@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/list@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/mark@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/markdown@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/offset@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/overflow@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/plain-text@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/rich-text@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/selection@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/table@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/text@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/utils@0.20.1-nightly.20241118.0(transitive)
- Removed@lexical/yjs@0.20.1-nightly.20241118.0(transitive)
- Removedlexical@0.20.1-nightly.20241118.0(transitive)