react-input-emoji 5.7.0 → 5.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export type Props = {
9
9
  onEnter?: (text: string) => void;
10
10
  placeholder?: string | undefined;
11
11
  placeholderColor?: string | undefined;
12
+ color?: string | undefined;
12
13
  onResize?: (size: {
13
14
  width: number;
14
15
  height: number;
@@ -14,6 +14,7 @@ export type Props = {
14
14
  placeholder: string;
15
15
  style: {
16
16
  borderRadius?: number;
17
+ color?: string;
17
18
  borderColor?: string;
18
19
  fontSize?: number;
19
20
  fontFamily?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-emoji",
3
- "version": "5.7.0",
3
+ "version": "5.7.1",
4
4
  "description": "A React input with an option to add an emoji with language support.",
5
5
  "homepage": "https://cesarwbr.github.io/react-input-emoji/",
6
6
  "author": "cesarwbr",