From e6b2d8501a61a6716416c5e33d628efc005e48a7 Mon Sep 17 00:00:00 2001 From: Gustav Larsson Date: Fri, 22 Dec 2023 16:44:07 +0100 Subject: [PATCH] fix: use sheet close button (#61) * fix: use sheet close button * fix: bump elephant-ui @ v0.1.1 --- package-lock.json | 8 ++++---- package.json | 2 +- src/components/AppHeader/index.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc5ccdc4..46009337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@protobuf-ts/twirp-transport": "^2.9.1", "@tailwindcss/container-queries": "^0.1.1", "@tanstack/react-table": "^8.10.7", - "@ttab/elephant-ui": "^0.1.0", + "@ttab/elephant-ui": "^0.1.1", "@ttab/textbit": "^0.5.1", "class-variance-authority": "^0.7.0", "cookie-parser": "^1.4.6", @@ -3218,9 +3218,9 @@ "peer": true }, "node_modules/@ttab/elephant-ui": { - "version": "0.1.0", - "resolved": "https://npm.pkg.github.com/download/@ttab/elephant-ui/0.1.0/8db16c0735f1167ec5eb8a73cb95f13c7dcae6d1", - "integrity": "sha512-DZpYryJ9DoPiS6zyJDTssRWyMaUkquZh2jXATDitBPLyCCSmgvNPQ8FPk8xPi8EAAwnA2Mcd57Nf9IYgA00wtw==", + "version": "0.1.1", + "resolved": "https://npm.pkg.github.com/download/@ttab/elephant-ui/0.1.1/1f66e613c416bd724c522272e9190a87333e6b4b", + "integrity": "sha512-f/qh8K88Gut4CLq+f8dDDE0D1RcuwtEGguAv5E5yOMtzkepGcQOQnwrsocODasMQc4DW6QSlV/5NK4O6rWlKMw==", "license": "MIT", "dependencies": { "@fontsource/inter": "^5.0.15", diff --git a/package.json b/package.json index 4923cb7c..18ab4720 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@protobuf-ts/twirp-transport": "^2.9.1", "@tailwindcss/container-queries": "^0.1.1", "@tanstack/react-table": "^8.10.7", - "@ttab/elephant-ui": "^0.1.0", + "@ttab/elephant-ui": "^0.1.1", "@ttab/textbit": "^0.5.1", "class-variance-authority": "^0.7.0", "cookie-parser": "^1.4.6", diff --git a/src/components/AppHeader/index.tsx b/src/components/AppHeader/index.tsx index cc15f694..837b33e9 100644 --- a/src/components/AppHeader/index.tsx +++ b/src/components/AppHeader/index.tsx @@ -3,7 +3,7 @@ import { Avatar } from './Avatar' export const AppHeader = (): JSX.Element => { return ( -
+