**What** - Fixes the width of lineNumbers in the CodeBlock component according to the widest number. - Introduces a new prop on snippets that allows users to hide the copy button. Also updated docs to reflect this. Before:  After: <img width="742" alt="image" src="https://github.com/medusajs/medusa/assets/45367945/5ce845f7-b8c7-411c-abfb-fa03448aeb1a"> Closes #5639
Medusa UI
Documentation | Website
Medusa's admin component library.
Getting Started
Installation
yarn add @medusajs/medusa-ui
Usage
import { Button } from "@medusajs/ui"
const App = () => <Button variant="primary">Hello World</Button>
Documentation
You can find the documentation for Medusa UI on the documentation site.