@yamada-ui/menu 0.4.0 → 0.4.2

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@ $ npm install @yamada-ui/menu
22
22
 
23
23
  Wouldn't you like to contribute? That's amazing! We have prepared a [contribution guide](https://github.com/hirotomoyamada/yamada-ui/blob/main/CONTRIBUTING.md) to assist you.
24
24
 
25
- ## Licence
25
+ ## License
26
26
 
27
27
  This package is licensed under the terms of the
28
28
  [MIT license](https://github.com/hirotomoyamada/yamada-ui/blob/main/LICENSE).
@@ -5,7 +5,7 @@ type MenuOptionGroupOptions<Y extends string | string[] = string> = {
5
5
  /**
6
6
  * The label of the option group.
7
7
  */
8
- label: string;
8
+ label?: string;
9
9
  /**
10
10
  * The value of the menu item group.
11
11
  */
@@ -5,7 +5,7 @@ type MenuOptionGroupOptions<Y extends string | string[] = string> = {
5
5
  /**
6
6
  * The label of the option group.
7
7
  */
8
- label: string;
8
+ label?: string;
9
9
  /**
10
10
  * The value of the menu item group.
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/menu",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Yamada UI menu component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,14 +35,14 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.13.0",
39
- "@yamada-ui/utils": "0.3.3",
40
- "@yamada-ui/popover": "0.3.26",
41
- "@yamada-ui/transitions": "0.3.21",
42
- "@yamada-ui/use-disclosure": "0.4.3",
43
- "@yamada-ui/use-descendant": "0.2.7",
44
- "@yamada-ui/use-clickable": "0.3.6",
45
- "@yamada-ui/use-controllable-state": "0.4.0"
38
+ "@yamada-ui/core": "0.13.2",
39
+ "@yamada-ui/utils": "0.4.1",
40
+ "@yamada-ui/popover": "0.3.28",
41
+ "@yamada-ui/transitions": "0.3.23",
42
+ "@yamada-ui/use-disclosure": "0.4.5",
43
+ "@yamada-ui/use-descendant": "0.2.9",
44
+ "@yamada-ui/use-clickable": "0.3.8",
45
+ "@yamada-ui/use-controllable-state": "0.4.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "react": "^18.0.0",