George Marshall
George Marshall
## Explanation Currently, the `Box` component does not include a polymorphic prop to allow for the root HTML element to be changed. This is a problem because it prevents us...
### Description Add the polymorphic prop to the `Box` component ### Technical details - choose either the `tag` or `as` prop as the polymorphic prop - `Box` component can accept...
## Description Look at adding [storybook story source](https://storybook.js.org/addons/@storybook/addon-storysource) to the extension storybook
### Description Remove `NONE` from sizes and update border for Box component and create a specific const for NONE `NONE` doesn't belong in the design system sizes because it does...
### Description Add grid utility props from styled-system to the Box component References https://styled-system.com/api#grid-layout
### Description All component work for the extension nav redesign v1 [Figma Link](https://www.figma.com/file/DrQYwyB06whSUBsl6XacIj/IA%2FNav-Redesign?node-id=4197%3A37245)
### **Description** Shadow tokens were recently merged into the design token repo and released in v`1.8`. Update the design tokens package and all of the shadows in the app to...
### **Description** Currently, we are inconsistent with our content casing conventions across the app. This is a problem because although subtle it causes inconsistencies across our app and impacts our...
### Description Upgrading `git-url-parse` fixing vulnerability. Full disclosure I haven't done testing nor do I know how one might test this so any suggestions welcome Fixes: #124 ## Screenshots ###...
## **Description** This PR updates @metamask/design-tokens package to v2. There are not visual changes but upgrade to major version is due to node version upgrade see details in PR here:...