@yamada-ui/menu 1.5.2 → 1.5.3-dev-20241227033735
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/dist/index.js +3 -3
 - package/package.json +11 -11
 
    
        package/dist/index.js
    CHANGED
    
    | 
         @@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => { 
     | 
|
| 
       19 
19 
     | 
    
         
             
            var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
            // src/index.ts
         
     | 
| 
       22 
     | 
    
         
            -
            var  
     | 
| 
       23 
     | 
    
         
            -
            __export( 
     | 
| 
      
 22 
     | 
    
         
            +
            var index_exports = {};
         
     | 
| 
      
 23 
     | 
    
         
            +
            __export(index_exports, {
         
     | 
| 
       24 
24 
     | 
    
         
             
              ContextMenu: () => ContextMenu,
         
     | 
| 
       25 
25 
     | 
    
         
             
              ContextMenuTrigger: () => ContextMenuTrigger,
         
     | 
| 
       26 
26 
     | 
    
         
             
              Menu: () => Menu,
         
     | 
| 
         @@ -36,7 +36,7 @@ __export(src_exports, { 
     | 
|
| 
       36 
36 
     | 
    
         
             
              MenuOptionItem: () => MenuOptionItem,
         
     | 
| 
       37 
37 
     | 
    
         
             
              MenuSeparator: () => MenuSeparator
         
     | 
| 
       38 
38 
     | 
    
         
             
            });
         
     | 
| 
       39 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 39 
     | 
    
         
            +
            module.exports = __toCommonJS(index_exports);
         
     | 
| 
       40 
40 
     | 
    
         | 
| 
       41 
41 
     | 
    
         
             
            // src/context-menu.tsx
         
     | 
| 
       42 
42 
     | 
    
         
             
            var import_core2 = require("@yamada-ui/core");
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@yamada-ui/menu",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.5. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.5.3-dev-20241227033735",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Yamada UI menu component",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "yamada",
         
     | 
| 
         @@ -36,16 +36,16 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                "url": "https://github.com/yamada-ui/yamada-ui/issues"
         
     | 
| 
       37 
37 
     | 
    
         
             
              },
         
     | 
| 
       38 
38 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       39 
     | 
    
         
            -
                "@yamada-ui/core": "1. 
     | 
| 
       40 
     | 
    
         
            -
                "@yamada-ui/icon": "1.1. 
     | 
| 
       41 
     | 
    
         
            -
                "@yamada-ui/motion": "2. 
     | 
| 
       42 
     | 
    
         
            -
                "@yamada-ui/popover": "1. 
     | 
| 
       43 
     | 
    
         
            -
                "@yamada-ui/transitions": "1.1. 
     | 
| 
       44 
     | 
    
         
            -
                "@yamada-ui/use-clickable": "1.2. 
     | 
| 
       45 
     | 
    
         
            -
                "@yamada-ui/use-controllable-state": "1.0. 
     | 
| 
       46 
     | 
    
         
            -
                "@yamada-ui/use-descendant": "1.0. 
     | 
| 
       47 
     | 
    
         
            -
                "@yamada-ui/use-disclosure": "1.1. 
     | 
| 
       48 
     | 
    
         
            -
                "@yamada-ui/utils": "1. 
     | 
| 
      
 39 
     | 
    
         
            +
                "@yamada-ui/core": "1.17.0-dev-20241227033735",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@yamada-ui/icon": "1.1.18-dev-20241227033735",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@yamada-ui/motion": "2.3.0-dev-20241227033735",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@yamada-ui/popover": "1.5.0-dev-20241227033735",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@yamada-ui/transitions": "1.1.16-dev-20241227033735",
         
     | 
| 
      
 44 
     | 
    
         
            +
                "@yamada-ui/use-clickable": "1.2.18-dev-20241227033735",
         
     | 
| 
      
 45 
     | 
    
         
            +
                "@yamada-ui/use-controllable-state": "1.0.27-dev-20241227033735",
         
     | 
| 
      
 46 
     | 
    
         
            +
                "@yamada-ui/use-descendant": "1.0.29-dev-20241227033735",
         
     | 
| 
      
 47 
     | 
    
         
            +
                "@yamada-ui/use-disclosure": "1.1.4-dev-20241227033735",
         
     | 
| 
      
 48 
     | 
    
         
            +
                "@yamada-ui/utils": "1.7.0-dev-20241227033735"
         
     | 
| 
       49 
49 
     | 
    
         
             
              },
         
     | 
| 
       50 
50 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       51 
51 
     | 
    
         
             
                "clean-package": "2.2.0",
         
     |