@contentful/f36-menu 4.20.8 → 4.20.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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": "4.20.9",
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": "^4.20.9",
10
+ "@contentful/f36-icons": "^4.20.9",
11
+ "@contentful/f36-popover": "^4.20.9",
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": "^4.20.9",
14
+ "@contentful/f36-utils": "^4.20.9",
15
15
  "emotion": "^10.0.17"
16
16
  },
17
17
  "peerDependencies": {