@sinco/react 1.2.8-rc.2 → 1.2.8-rc.3
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/index.esm.js +2 -2
 - package/package.json +1 -1
 
    
        package/index.esm.js
    CHANGED
    
    | 
         @@ -8080,7 +8080,7 @@ var components = { 
     | 
|
| 
       8080 
8080 
     | 
    
         
             
                }
         
     | 
| 
       8081 
8081 
     | 
    
         
             
              }
         
     | 
| 
       8082 
8082 
     | 
    
         
             
            };
         
     | 
| 
       8083 
     | 
    
         
            -
            _objectSpread2(_objectSpread2({}, components), {}, {
         
     | 
| 
      
 8083 
     | 
    
         
            +
            var BitakoraConfig = _objectSpread2(_objectSpread2({}, components), {}, {
         
     | 
| 
       8084 
8084 
     | 
    
         
             
              MuiChip: {
         
     | 
| 
       8085 
8085 
     | 
    
         
             
                styleOverrides: {
         
     | 
| 
       8086 
8086 
     | 
    
         
             
                  sizeSmall: {
         
     | 
| 
         @@ -12661,7 +12661,7 @@ var BasicTheme = { 
     | 
|
| 
       12661 
12661 
     | 
    
         
             
            };
         
     | 
| 
       12662 
12662 
     | 
    
         
             
            var BTKtheme = _objectSpread2({
         
     | 
| 
       12663 
12663 
     | 
    
         
             
              palette: paletteERP,
         
     | 
| 
       12664 
     | 
    
         
            -
              components:  
     | 
| 
      
 12664 
     | 
    
         
            +
              components: BitakoraConfig,
         
     | 
| 
       12665 
12665 
     | 
    
         
             
              typography: typography
         
     | 
| 
       12666 
12666 
     | 
    
         
             
            }, BasicTheme);
         
     | 
| 
       12667 
12667 
     | 
    
         
             
            var CosmoTheme = _objectSpread2({
         
     |