@contentful/f36-menu 4.20.8 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.mdx +1 -1
  2. package/package.json +6 -6
package/README.mdx CHANGED
@@ -3,7 +3,7 @@ title: 'Menu'
3
3
  slug: /components/menu/
4
4
  github: 'https://github.com/contentful/forma-36/tree/main/packages/components/menu'
5
5
  typescript: ./src/Menu.tsx,./src/MenuItem/MenuItem.tsx,./src/MenuList/MenuList.tsx
6
- storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-menu--basic'
6
+ storybook: 'https://f36-storybook.contentful.com/?path=/story/components-menu--basic'
7
7
  ---
8
8
 
9
9
  Menu is a component that offers a list of choices to the user, such as a set of actions or links.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@contentful/f36-menu",
3
- "version": "4.20.8",
3
+ "version": "5.0.0",
4
4
  "description": "Forma 36: Menu component",
5
5
  "scripts": {
6
6
  "build": "tsup"
7
7
  },
8
8
  "dependencies": {
9
- "@contentful/f36-core": "^4.20.8",
10
- "@contentful/f36-icons": "^4.20.8",
11
- "@contentful/f36-popover": "^4.20.8",
9
+ "@contentful/f36-core": "^5.0.0",
10
+ "@contentful/f36-icons": "^5.0.0",
11
+ "@contentful/f36-popover": "^5.0.0",
12
12
  "@contentful/f36-tokens": "^4.0.1",
13
- "@contentful/f36-typography": "^4.20.8",
14
- "@contentful/f36-utils": "^4.20.8",
13
+ "@contentful/f36-typography": "^5.0.0",
14
+ "@contentful/f36-utils": "^5.0.0",
15
15
  "emotion": "^10.0.17"
16
16
  },
17
17
  "peerDependencies": {