@economic/taco 1.0.1 → 1.0.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/dist/esm/components/SearchInput/SearchInput.js +4 -0
 - package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
 - package/dist/taco.cjs.development.js +4 -0
 - package/dist/taco.cjs.development.js.map +1 -1
 - package/dist/taco.cjs.production.min.js +1 -1
 - package/dist/taco.cjs.production.min.js.map +1 -1
 - package/package.json +2 -2
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
                "name": "@economic/taco",
         
     | 
| 
       3 
     | 
    
         
            -
                "version": "1.0. 
     | 
| 
      
 3 
     | 
    
         
            +
                "version": "1.0.2",
         
     | 
| 
       4 
4 
     | 
    
         
             
                "description": "> TODO: description",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "author": "Matt Daly <matthew.daly@visma.com>",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "homepage": "https://github.com/e-conomic/taco#readme",
         
     | 
| 
         @@ -116,5 +116,5 @@ 
     | 
|
| 
       116 
116 
     | 
    
         
             
                        "\\.css$": "identity-obj-proxy"
         
     | 
| 
       117 
117 
     | 
    
         
             
                    }
         
     | 
| 
       118 
118 
     | 
    
         
             
                },
         
     | 
| 
       119 
     | 
    
         
            -
                "gitHead": " 
     | 
| 
      
 119 
     | 
    
         
            +
                "gitHead": "5dfcafa53dd2cde1d45cf6f3f4ebb807af5a9624"
         
     | 
| 
       120 
120 
     | 
    
         
             
            }
         
     |