@salutejs/plasma-new-hope 0.340.0-canary.2314.19038910206.0 → 0.340.0-canary.2314.19043398713.0
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.
| 
         @@ -1,16 +1 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            "use strict";
         
     | 
| 
       2 
     | 
    
         
            -
            Object.defineProperty(exports, "__esModule", {
         
     | 
| 
       3 
     | 
    
         
            -
                value: true
         
     | 
| 
       4 
     | 
    
         
            -
            });
         
     | 
| 
       5 
     | 
    
         
            -
            Object.defineProperty(exports, "Combobox", {
         
     | 
| 
       6 
     | 
    
         
            -
                enumerable: true,
         
     | 
| 
       7 
     | 
    
         
            -
                get: function() {
         
     | 
| 
       8 
     | 
    
         
            -
                    return Combobox;
         
     | 
| 
       9 
     | 
    
         
            -
                }
         
     | 
| 
       10 
     | 
    
         
            -
            });
         
     | 
| 
       11 
     | 
    
         
            -
            var _engines = require("../../../engines");
         
     | 
| 
       12 
     | 
    
         
            -
            var _ = require("../../..");
         
     | 
| 
       13 
     | 
    
         
            -
            var _Comboboxconfig = require("./Combobox.config");
         
     | 
| 
       14 
     | 
    
         
            -
            var mergedConfig = (0, _engines.mergeConfig)(_.comboboxNewConfig, _Comboboxconfig.config);
         
     | 
| 
       15 
     | 
    
         
            -
            var ComboboxComponent = (0, _engines.component)(mergedConfig);
         
     | 
| 
       16 
     | 
    
         
            -
            var Combobox = ComboboxComponent;
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@salutejs/plasma-new-hope",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.340.0-canary.2314. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.340.0-canary.2314.19043398713.0",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Salute Design System blueprint",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "cjs/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "module": "es/index.js",
         
     | 
| 
         @@ -137,5 +137,5 @@ 
     | 
|
| 
       137 
137 
     | 
    
         
             
              "sideEffects": [
         
     | 
| 
       138 
138 
     | 
    
         
             
                "*.css"
         
     | 
| 
       139 
139 
     | 
    
         
             
              ],
         
     | 
| 
       140 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 140 
     | 
    
         
            +
              "gitHead": "6a2a310a5b5d313d0901cf1954d1eba6017df50f"
         
     | 
| 
       141 
141 
     | 
    
         
             
            }
         
     |