@yamada-ui/input 1.0.51-dev-20241215203956 → 1.0.52-dev-20241225014442
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 +6 -6
 
    
        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 
     | 
    
         
             
              Input: () => Input,
         
     | 
| 
       25 
25 
     | 
    
         
             
              InputGroup: () => InputGroup,
         
     | 
| 
       26 
26 
     | 
    
         
             
              InputLeftAddon: () => InputLeftAddon,
         
     | 
| 
         @@ -28,7 +28,7 @@ __export(src_exports, { 
     | 
|
| 
       28 
28 
     | 
    
         
             
              InputRightAddon: () => InputRightAddon,
         
     | 
| 
       29 
29 
     | 
    
         
             
              InputRightElement: () => InputRightElement
         
     | 
| 
       30 
30 
     | 
    
         
             
            });
         
     | 
| 
       31 
     | 
    
         
            -
            module.exports = __toCommonJS( 
     | 
| 
      
 31 
     | 
    
         
            +
            module.exports = __toCommonJS(index_exports);
         
     | 
| 
       32 
32 
     | 
    
         | 
| 
       33 
33 
     | 
    
         
             
            // src/input.tsx
         
     | 
| 
       34 
34 
     | 
    
         
             
            var import_core = require("@yamada-ui/core");
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@yamada-ui/input",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "1.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.0.52-dev-20241225014442",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Yamada UI input component",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "keywords": [
         
     | 
| 
       6 
6 
     | 
    
         
             
                "yamada",
         
     | 
| 
         @@ -36,11 +36,11 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                "url": "https://github.com/yamada-ui/yamada-ui/issues"
         
     | 
| 
       37 
37 
     | 
    
         
             
              },
         
     | 
| 
       38 
38 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       39 
     | 
    
         
            -
                "@yamada-ui/core": "1. 
     | 
| 
       40 
     | 
    
         
            -
                "@yamada-ui/file-input": "1.0. 
     | 
| 
       41 
     | 
    
         
            -
                "@yamada-ui/form-control": "2.1. 
     | 
| 
       42 
     | 
    
         
            -
                "@yamada-ui/use-token": "1.1. 
     | 
| 
       43 
     | 
    
         
            -
                "@yamada-ui/utils": "1. 
     | 
| 
      
 39 
     | 
    
         
            +
                "@yamada-ui/core": "1.17.0-dev-20241225014442",
         
     | 
| 
      
 40 
     | 
    
         
            +
                "@yamada-ui/file-input": "1.0.52-dev-20241225014442",
         
     | 
| 
      
 41 
     | 
    
         
            +
                "@yamada-ui/form-control": "2.1.12-dev-20241225014442",
         
     | 
| 
      
 42 
     | 
    
         
            +
                "@yamada-ui/use-token": "1.1.35-dev-20241225014442",
         
     | 
| 
      
 43 
     | 
    
         
            +
                "@yamada-ui/utils": "1.7.0-dev-20241225014442"
         
     | 
| 
       44 
44 
     | 
    
         
             
              },
         
     | 
| 
       45 
45 
     | 
    
         
             
              "devDependencies": {
         
     | 
| 
       46 
46 
     | 
    
         
             
                "clean-package": "2.2.0",
         
     |