@draft-js-plugins/emoji
Advanced tools
Comparing version
@@ -42,3 +42,3 @@ import PropTypes from 'prop-types'; | ||
componentWillUnmount(): void; | ||
onButtonMouseUp: () => void; | ||
onButtonClick: () => void; | ||
openPopover: () => void; | ||
@@ -45,0 +45,0 @@ closePopover: () => void; |
import PropTypes from 'prop-types'; | ||
import { Component, ComponentType, ReactElement } from 'react'; | ||
import { Component, ComponentType, KeyboardEvent, ReactElement } from 'react'; | ||
import { EmojiImageProps, EmojiPluginTheme } from '../../../../index'; | ||
@@ -32,5 +32,6 @@ interface EntryProps { | ||
onMouseDown: () => void; | ||
onMouseEnter: () => void; | ||
onMouseLeave: () => void; | ||
onFocusOrHover: () => void; | ||
onBlur: () => void; | ||
deselect: () => void; | ||
onKeyDown: (event: KeyboardEvent) => void; | ||
mouseDown: boolean | undefined; | ||
@@ -37,0 +38,0 @@ render(): ReactElement; |
{ | ||
"name": "@draft-js-plugins/emoji", | ||
"version": "4.6.5", | ||
"version": "4.6.6", | ||
"sideEffects": [ | ||
@@ -45,3 +45,3 @@ "*.css" | ||
"@draft-js-plugins/utils": "^4.2.0", | ||
"@types/lodash": "^4.14.191", | ||
"@types/lodash": "^4.14.195", | ||
"clsx": "^1.2.1", | ||
@@ -56,3 +56,3 @@ "emoji-toolkit": "^7.0", | ||
"react-custom-scrollbars-2": "^4.5.0", | ||
"react-icons": "^4.7.1", | ||
"react-icons": "^4.9.0", | ||
"to-style": "^1.3.3" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
171352
0.09%39
2.63%4366
0.05%Updated
Updated