From 8549ebf685d15f5a493a917c385d7c69038825b0 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Thu, 9 Nov 2017 00:59:42 -0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CParty=20Parrot=E2=80=9D=20to=20/?= =?UTF-8?q?docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/bundle.js | 5 +++++ docs/index.js | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/bundle.js b/docs/bundle.js index e99a64e..a15d6bb 100644 --- a/docs/bundle.js +++ b/docs/bundle.js @@ -1859,6 +1859,11 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); var CUSTOM_EMOJIS = [{ + name: 'Party Parrot', + short_names: ['parrot'], + keywords: ['party'], + imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif' +}, { name: 'Octocat', short_names: ['octocat'], keywords: ['github'], diff --git a/docs/index.js b/docs/index.js index 0764cba..fee5e63 100644 --- a/docs/index.js +++ b/docs/index.js @@ -4,6 +4,12 @@ import ReactDOM from 'react-dom' import { Picker, Emoji } from '../src' const CUSTOM_EMOJIS = [ + { + name: 'Party Parrot', + short_names: ['parrot'], + keywords: ['party'], + imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif' + }, { name: 'Octocat', short_names: ['octocat'], @@ -15,7 +21,7 @@ const CUSTOM_EMOJIS = [ short_names: ['shipit', 'squirrel'], keywords: ['github'], imageUrl: 'https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7' - } + }, ] class Example extends React.Component {