@chayns-components/emoji-input 5.0.0-beta.347 → 5.0.0-beta.348

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.
@@ -22,7 +22,6 @@ export declare const StyledMotionEmojiInputProgress: import("styled-components")
22
22
  id?: string | undefined;
23
23
  lang?: string | undefined;
24
24
  nonce?: string | undefined;
25
- placeholder?: string | undefined;
26
25
  spellCheck?: (boolean | "true" | "false") | undefined;
27
26
  tabIndex?: number | undefined;
28
27
  translate?: "yes" | "no" | undefined;
@@ -292,7 +291,6 @@ export declare const StyledMotionEmojiInputEditor: import("styled-components").I
292
291
  id?: string | undefined;
293
292
  lang?: string | undefined;
294
293
  nonce?: string | undefined;
295
- placeholder?: string | undefined;
296
294
  spellCheck?: (boolean | "true" | "false") | undefined;
297
295
  tabIndex?: number | undefined;
298
296
  translate?: "yes" | "no" | undefined;
@@ -558,7 +556,6 @@ export declare const StyledEmojiInputRightWrapper: import("styled-components").I
558
556
  id?: string | undefined;
559
557
  lang?: string | undefined;
560
558
  nonce?: string | undefined;
561
- placeholder?: string | undefined;
562
559
  slot?: string | undefined;
563
560
  spellCheck?: (boolean | "true" | "false") | undefined;
564
561
  style?: import("react").CSSProperties | undefined;
@@ -22,7 +22,6 @@ export declare const StyledEmojiPicker: import("styled-components").IStyledCompo
22
22
  id?: string | undefined;
23
23
  lang?: string | undefined;
24
24
  nonce?: string | undefined;
25
- placeholder?: string | undefined;
26
25
  slot?: string | undefined;
27
26
  spellCheck?: (boolean | "true" | "false") | undefined;
28
27
  style?: import("react").CSSProperties | undefined;
@@ -18,7 +18,6 @@ export declare const StyledEmojiPickerCategories: import("styled-components").IS
18
18
  id?: string | undefined;
19
19
  lang?: string | undefined;
20
20
  nonce?: string | undefined;
21
- placeholder?: string | undefined;
22
21
  slot?: string | undefined;
23
22
  spellCheck?: (boolean | "true" | "false") | undefined;
24
23
  style?: import("react").CSSProperties | undefined;
@@ -290,7 +289,6 @@ export declare const StyledMotionEmojiPickerCategory: import("styled-components"
290
289
  id?: string | undefined;
291
290
  lang?: string | undefined;
292
291
  nonce?: string | undefined;
293
- placeholder?: string | undefined;
294
292
  spellCheck?: (boolean | "true" | "false") | undefined;
295
293
  tabIndex?: number | undefined;
296
294
  translate?: "yes" | "no" | undefined;
@@ -24,7 +24,6 @@ export declare const StyledEmojiPickerEmojisNoContentInfo: import("styled-compon
24
24
  id?: string | undefined;
25
25
  lang?: string | undefined;
26
26
  nonce?: string | undefined;
27
- placeholder?: string | undefined;
28
27
  slot?: string | undefined;
29
28
  spellCheck?: (boolean | "true" | "false") | undefined;
30
29
  style?: import("react").CSSProperties | undefined;
@@ -18,7 +18,6 @@ export declare const StyledEmoji: import("styled-components").IStyledComponent<"
18
18
  id?: string | undefined;
19
19
  lang?: string | undefined;
20
20
  nonce?: string | undefined;
21
- placeholder?: string | undefined;
22
21
  slot?: string | undefined;
23
22
  spellCheck?: (boolean | "true" | "false") | undefined;
24
23
  style?: import("react").CSSProperties | undefined;
@@ -20,7 +20,6 @@ export declare const StyledMotionSkinTonePopup: import("styled-components").ISty
20
20
  id?: string | undefined;
21
21
  lang?: string | undefined;
22
22
  nonce?: string | undefined;
23
- placeholder?: string | undefined;
24
23
  spellCheck?: (boolean | "true" | "false") | undefined;
25
24
  tabIndex?: number | undefined;
26
25
  translate?: "yes" | "no" | undefined;
@@ -292,7 +291,6 @@ export declare const StyledSkinTonePopupContentEmoji: import("styled-components"
292
291
  id?: string | undefined;
293
292
  lang?: string | undefined;
294
293
  nonce?: string | undefined;
295
- placeholder?: string | undefined;
296
294
  slot?: string | undefined;
297
295
  spellCheck?: (boolean | "true" | "false") | undefined;
298
296
  style?: import("react").CSSProperties | undefined;
@@ -564,7 +562,6 @@ export declare const StyledSkinTonePopupOverlay: import("styled-components").ISt
564
562
  id?: string | undefined;
565
563
  lang?: string | undefined;
566
564
  nonce?: string | undefined;
567
- placeholder?: string | undefined;
568
565
  slot?: string | undefined;
569
566
  spellCheck?: (boolean | "true" | "false") | undefined;
570
567
  style?: import("react").CSSProperties | undefined;
@@ -20,7 +20,6 @@ export declare const StyledEmojiPickerPopup: import("styled-components").IStyled
20
20
  id?: string | undefined;
21
21
  lang?: string | undefined;
22
22
  nonce?: string | undefined;
23
- placeholder?: string | undefined;
24
23
  slot?: string | undefined;
25
24
  spellCheck?: (boolean | "true" | "false") | undefined;
26
25
  style?: import("react").CSSProperties | undefined;
@@ -295,7 +294,6 @@ export declare const StyledMotionEmojiPickerPopupContent: import("styled-compone
295
294
  id?: string | undefined;
296
295
  lang?: string | undefined;
297
296
  nonce?: string | undefined;
298
- placeholder?: string | undefined;
299
297
  spellCheck?: (boolean | "true" | "false") | undefined;
300
298
  tabIndex?: number | undefined;
301
299
  translate?: "yes" | "no" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/emoji-input",
3
- "version": "5.0.0-beta.347",
3
+ "version": "5.0.0-beta.348",
4
4
  "description": "Input field that supports HTML elements and emojis",
5
5
  "keywords": [
6
6
  "chayns",
@@ -37,27 +37,27 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/cli": "^7.23.4",
40
- "@babel/core": "^7.23.3",
41
- "@babel/preset-env": "^7.23.3",
40
+ "@babel/core": "^7.23.6",
41
+ "@babel/preset-env": "^7.23.6",
42
42
  "@babel/preset-react": "^7.23.3",
43
43
  "@babel/preset-typescript": "^7.23.3",
44
- "@types/react": "^18.2.38",
44
+ "@types/react": "^18.2.45",
45
45
  "@types/react-dom": "^18.2.17",
46
- "@types/styled-components": "^5.1.32",
46
+ "@types/styled-components": "^5.1.34",
47
47
  "@types/uuid": "^9.0.7",
48
48
  "babel-loader": "^9.1.3",
49
49
  "lerna": "^7.4.2",
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0",
52
52
  "styled-components": "^6.1.1",
53
- "typescript": "^5.3.2"
53
+ "typescript": "^5.3.3"
54
54
  },
55
55
  "dependencies": {
56
- "@chayns-components/core": "^5.0.0-beta.347",
56
+ "@chayns-components/core": "^5.0.0-beta.348",
57
57
  "@chayns/colors": "^2.0.0",
58
58
  "clsx": "^2.0.0",
59
59
  "emojilib": "^3.0.11",
60
- "framer-motion": "^10.16.5",
60
+ "framer-motion": "^10.16.16",
61
61
  "unicode-emoji-json": "^0.5.0",
62
62
  "uuid": "^9.0.1"
63
63
  },
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "818fcc27717bc04ee628d417eb221d7a5d736496"
72
+ "gitHead": "efcbdf3b4cfb8cd2bdf0591593f4060df5b9c3f5"
73
73
  }