Skip to content

Commit

Permalink
Some clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngainsboro-figma committed Jan 9, 2024
1 parent fcfa180 commit c22a82a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/emoji-mart-data/sets/15/apple.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/emoji-mart-data/sets/15/facebook.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/emoji-mart-data/sets/15/google.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/emoji-mart-data/sets/15/twitter.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/emoji-mart/src/components/Emoji/Emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export default function Emoji(props) {
)
}

// TODO: Before enabling `emoji_15_upgrade`, we will need to update this to respect the new
// URL format for emoji images in Figma Design and Figjam (which will likely be using Noto).

const src = Images.getUrl(emojiSkin)
return (
<img
Expand Down
4 changes: 2 additions & 2 deletions packages/emoji-mart/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ const DEFAULT_PROPS = {
value: 22,
},
emojiVersion: {
value: 14,
choices: [1, 2, 3, 4, 5, 11, 12, 12.1, 13, 13.1, 14],
value: 15,
choices: [1, 2, 3, 4, 5, 11, 12, 12.1, 13, 13.1, 14, 15],
},
locale: {
value: 'en',
Expand Down

0 comments on commit c22a82a

Please sign in to comment.