From d09f81e045f7a4d0633fee911cfd48a2635603aa Mon Sep 17 00:00:00 2001 From: Evyatar Date: Fri, 5 Jan 2024 03:45:36 +0200 Subject: [PATCH] Use FlairUp 0.0.12 in EmojiList --- package.json | 4 ++-- src/components/body/Body.tsx | 2 +- src/components/body/EmojiList.tsx | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 4e2e01ca..ae927b3f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.6.2", + "version": "4.6.3", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -98,6 +98,6 @@ "typescript": "^4.7.4" }, "dependencies": { - "flairup": "0.0.7" + "flairup": "0.0.12" } } diff --git a/src/components/body/Body.tsx b/src/components/body/Body.tsx index 2fd784bb..ec213559 100644 --- a/src/components/body/Body.tsx +++ b/src/components/body/Body.tsx @@ -28,7 +28,7 @@ export function Body() { const styles = stylesheet.create({ body: { '.': ClassNames.scrollBody, - flex: 1, + flex: '1', overflowY: 'scroll', overflowX: 'hidden', position: 'relative' diff --git a/src/components/body/EmojiList.tsx b/src/components/body/EmojiList.tsx index 9f79e250..4f35a262 100644 --- a/src/components/body/EmojiList.tsx +++ b/src/components/body/EmojiList.tsx @@ -129,7 +129,7 @@ const styles = stylesheet.create({ emojiList: { '.': ClassNames.emojiList, listStyle: 'none', - margin: 0, - padding: 0 + margin: '0', + padding: '0' } }); diff --git a/yarn.lock b/yarn.lock index cb3e561b..023bbb66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6855,10 +6855,10 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -flairup@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.7.tgz#b9d36ca99c408048268be53b9048fc324a469879" - integrity sha512-je8vHVwuPWWGyL70McoeMzYK/KCtaFKEF7idTA9RtqwYjK+v1uhz4taIDqjDv19RJ48bPpk1J40bBFRKdS8yeg== +flairup@0.0.12: + version "0.0.12" + resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.12.tgz#e21c83dbe48cca02d0904c4387ccbd31ef248ac5" + integrity sha512-4u94jPcBLml3d58QLkoLiNqn6O016OQxHxx5ON4IU0eC+A3/QSlAxrw3EB/6FshWzxITNQ5Lrs8j619b/W1eRg== flat-cache@^2.0.1: version "2.0.1"