@chayns-components/emoji-input 5.0.0-beta.822 → 5.0.0-beta.823
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/types/components/emoji-input/EmojiInput.styles.d.ts +6 -4
- package/lib/types/components/emoji-picker/emoji-picker-categories/EmojiPickerCategories.styles.d.ts +3 -2
- package/lib/types/components/emoji-picker/emoji-picker-emojis/emoji/skin-tone-popup/SkinTonePopup.styles.d.ts +3 -2
- package/package.json +5 -5
|
@@ -14,11 +14,13 @@ export declare const StyledMotionEmojiInputProgress: import("styled-components/d
|
|
|
14
14
|
suppressContentEditableWarning?: boolean | undefined;
|
|
15
15
|
suppressHydrationWarning?: boolean | undefined;
|
|
16
16
|
accessKey?: string | undefined;
|
|
17
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
17
18
|
autoFocus?: boolean | undefined;
|
|
18
19
|
className?: string | undefined;
|
|
19
20
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
20
21
|
contextMenu?: string | undefined;
|
|
21
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
22
24
|
hidden?: boolean | undefined;
|
|
23
25
|
id?: string | undefined;
|
|
24
26
|
lang?: string | undefined;
|
|
@@ -39,7 +41,6 @@ export declare const StyledMotionEmojiInputProgress: import("styled-components/d
|
|
|
39
41
|
rev?: string | undefined;
|
|
40
42
|
typeof?: string | undefined;
|
|
41
43
|
vocab?: string | undefined;
|
|
42
|
-
autoCapitalize?: string | undefined;
|
|
43
44
|
autoCorrect?: string | undefined;
|
|
44
45
|
autoSave?: string | undefined;
|
|
45
46
|
color?: string | undefined;
|
|
@@ -50,7 +51,7 @@ export declare const StyledMotionEmojiInputProgress: import("styled-components/d
|
|
|
50
51
|
itemRef?: string | undefined;
|
|
51
52
|
results?: number | undefined;
|
|
52
53
|
security?: string | undefined;
|
|
53
|
-
unselectable?: "
|
|
54
|
+
unselectable?: "off" | "on" | undefined;
|
|
54
55
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
55
56
|
is?: string | undefined;
|
|
56
57
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -284,11 +285,13 @@ export declare const StyledMotionEmojiInputEditor: import("styled-components/dis
|
|
|
284
285
|
suppressContentEditableWarning?: boolean | undefined;
|
|
285
286
|
suppressHydrationWarning?: boolean | undefined;
|
|
286
287
|
accessKey?: string | undefined;
|
|
288
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
287
289
|
autoFocus?: boolean | undefined;
|
|
288
290
|
className?: string | undefined;
|
|
289
291
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
290
292
|
contextMenu?: string | undefined;
|
|
291
293
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
294
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
292
295
|
hidden?: boolean | undefined;
|
|
293
296
|
id?: string | undefined;
|
|
294
297
|
lang?: string | undefined;
|
|
@@ -309,7 +312,6 @@ export declare const StyledMotionEmojiInputEditor: import("styled-components/dis
|
|
|
309
312
|
rev?: string | undefined;
|
|
310
313
|
typeof?: string | undefined;
|
|
311
314
|
vocab?: string | undefined;
|
|
312
|
-
autoCapitalize?: string | undefined;
|
|
313
315
|
autoCorrect?: string | undefined;
|
|
314
316
|
autoSave?: string | undefined;
|
|
315
317
|
color?: string | undefined;
|
|
@@ -320,7 +322,7 @@ export declare const StyledMotionEmojiInputEditor: import("styled-components/dis
|
|
|
320
322
|
itemRef?: string | undefined;
|
|
321
323
|
results?: number | undefined;
|
|
322
324
|
security?: string | undefined;
|
|
323
|
-
unselectable?: "
|
|
325
|
+
unselectable?: "off" | "on" | undefined;
|
|
324
326
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
325
327
|
is?: string | undefined;
|
|
326
328
|
"aria-activedescendant"?: string | undefined;
|
package/lib/types/components/emoji-picker/emoji-picker-categories/EmojiPickerCategories.styles.d.ts
CHANGED
|
@@ -8,11 +8,13 @@ export declare const StyledMotionEmojiPickerCategory: import("styled-components/
|
|
|
8
8
|
suppressContentEditableWarning?: boolean | undefined;
|
|
9
9
|
suppressHydrationWarning?: boolean | undefined;
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
11
12
|
autoFocus?: boolean | undefined;
|
|
12
13
|
className?: string | undefined;
|
|
13
14
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
14
15
|
contextMenu?: string | undefined;
|
|
15
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
17
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
16
18
|
hidden?: boolean | undefined;
|
|
17
19
|
id?: string | undefined;
|
|
18
20
|
lang?: string | undefined;
|
|
@@ -33,7 +35,6 @@ export declare const StyledMotionEmojiPickerCategory: import("styled-components/
|
|
|
33
35
|
rev?: string | undefined;
|
|
34
36
|
typeof?: string | undefined;
|
|
35
37
|
vocab?: string | undefined;
|
|
36
|
-
autoCapitalize?: string | undefined;
|
|
37
38
|
autoCorrect?: string | undefined;
|
|
38
39
|
autoSave?: string | undefined;
|
|
39
40
|
color?: string | undefined;
|
|
@@ -44,7 +45,7 @@ export declare const StyledMotionEmojiPickerCategory: import("styled-components/
|
|
|
44
45
|
itemRef?: string | undefined;
|
|
45
46
|
results?: number | undefined;
|
|
46
47
|
security?: string | undefined;
|
|
47
|
-
unselectable?: "
|
|
48
|
+
unselectable?: "off" | "on" | undefined;
|
|
48
49
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
49
50
|
is?: string | undefined;
|
|
50
51
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -9,11 +9,13 @@ export declare const StyledMotionSkinTonePopup: import("styled-components/dist/t
|
|
|
9
9
|
suppressContentEditableWarning?: boolean | undefined;
|
|
10
10
|
suppressHydrationWarning?: boolean | undefined;
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
12
13
|
autoFocus?: boolean | undefined;
|
|
13
14
|
className?: string | undefined;
|
|
14
15
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
15
16
|
contextMenu?: string | undefined;
|
|
16
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
17
19
|
hidden?: boolean | undefined;
|
|
18
20
|
id?: string | undefined;
|
|
19
21
|
lang?: string | undefined;
|
|
@@ -34,7 +36,6 @@ export declare const StyledMotionSkinTonePopup: import("styled-components/dist/t
|
|
|
34
36
|
rev?: string | undefined;
|
|
35
37
|
typeof?: string | undefined;
|
|
36
38
|
vocab?: string | undefined;
|
|
37
|
-
autoCapitalize?: string | undefined;
|
|
38
39
|
autoCorrect?: string | undefined;
|
|
39
40
|
autoSave?: string | undefined;
|
|
40
41
|
color?: string | undefined;
|
|
@@ -45,7 +46,7 @@ export declare const StyledMotionSkinTonePopup: import("styled-components/dist/t
|
|
|
45
46
|
itemRef?: string | undefined;
|
|
46
47
|
results?: number | undefined;
|
|
47
48
|
security?: string | undefined;
|
|
48
|
-
unselectable?: "
|
|
49
|
+
unselectable?: "off" | "on" | undefined;
|
|
49
50
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
50
51
|
is?: string | undefined;
|
|
51
52
|
"aria-activedescendant"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/emoji-input",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.823",
|
|
4
4
|
"description": "Input field that supports HTML elements and emojis",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@babel/preset-env": "^7.25.4",
|
|
58
58
|
"@babel/preset-react": "^7.24.7",
|
|
59
59
|
"@babel/preset-typescript": "^7.24.7",
|
|
60
|
-
"@types/react": "^18.3.
|
|
60
|
+
"@types/react": "^18.3.10",
|
|
61
61
|
"@types/react-dom": "^18.3.0",
|
|
62
62
|
"@types/styled-components": "^5.1.34",
|
|
63
63
|
"@types/uuid": "^10.0.0",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"typescript": "^5.6.2"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
73
|
+
"@chayns-components/core": "^5.0.0-beta.823",
|
|
74
74
|
"emojilib": "^3.0.12",
|
|
75
|
-
"unicode-emoji-json": "^0.
|
|
75
|
+
"unicode-emoji-json": "^0.8.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"chayns-api": ">=1.0.73",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "0158e9a398555e8186a99974cd86166d38c1af6b"
|
|
88
88
|
}
|