From f7a6ab2f15a4d1083b73720430abcb35c0ff5b2a Mon Sep 17 00:00:00 2001 From: "V. Claire Olmstead" <43625033+claireolmstead@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:40:13 -0800 Subject: [PATCH] update to latest style guide for the nav menu to have more mb (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description - update to latest style guide for the nav menu to have more `mb` - Closes #99 ## Screenshot(s) - Updated the `mb` from 20px to 48px Screenshot 2024-11-21 at 8 41 04 AM Co-authored-by: Claire Olmstead --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e69d34e9..3d0ac4a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "frequency-xyz", "version": "0.0.1", "dependencies": { - "@frequency-chain/style-guide": "^0.1.22", + "@frequency-chain/style-guide": "^0.1.24", "@lottiefiles/dotlottie-web": "^0.37.0-beta.8" }, "devDependencies": { @@ -697,10 +697,9 @@ "license": "MIT" }, "node_modules/@frequency-chain/style-guide": { - "version": "0.1.22", - "resolved": "https://registry.npmjs.org/@frequency-chain/style-guide/-/style-guide-0.1.22.tgz", - "integrity": "sha512-yjIONmzy7L70lNOA42DQTRSUp8qgnBrbjIdRczftSGA9CZEklfMwcnoJicanlR2sojIawH1fKgUePJOpolrGBA==", - "license": "Apache-2.0", + "version": "0.1.24", + "resolved": "https://registry.npmjs.org/@frequency-chain/style-guide/-/style-guide-0.1.24.tgz", + "integrity": "sha512-0fjSLVVCvI6WIjlL7gr1ZvcGJNRZuPnDJeKK0jOirZLWX3D9NGGfHoxuxg7wmawSQQ/19JgGaKBdDsMyXor0Ow==", "dependencies": { "@storybook/addons": "^7.6.17", "bits-ui": "^0.21.16", diff --git a/package.json b/package.json index e382dd0b..bbfaba46 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "type": "module", "dependencies": { - "@frequency-chain/style-guide": "^0.1.22", + "@frequency-chain/style-guide": "^0.1.24", "@lottiefiles/dotlottie-web": "^0.37.0-beta.8" } }