@sinco/react 1.2.8-rc.2 → 1.2.8-rc.4
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 +4 -4
 - 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: {
         
     | 
| 
         @@ -8368,7 +8368,7 @@ var BasicPalette = { 
     | 
|
| 
       8368 
8368 
     | 
    
         
             
                contrastText: "#5A5E73"
         
     | 
| 
       8369 
8369 
     | 
    
         
             
              }
         
     | 
| 
       8370 
8370 
     | 
    
         
             
            };
         
     | 
| 
       8371 
     | 
    
         
            -
            _objectSpread2({
         
     | 
| 
      
 8371 
     | 
    
         
            +
            var paletteBitakora = _objectSpread2({
         
     | 
| 
       8372 
8372 
     | 
    
         
             
              primary: {
         
     | 
| 
       8373 
8373 
     | 
    
         
             
                50: "#e4ecf4",
         
     | 
| 
       8374 
8374 
     | 
    
         
             
                100: "#bcd0e3",
         
     | 
| 
         @@ -12660,8 +12660,8 @@ var BasicTheme = { 
     | 
|
| 
       12660 
12660 
     | 
    
         
             
              shadows: shadows
         
     | 
| 
       12661 
12661 
     | 
    
         
             
            };
         
     | 
| 
       12662 
12662 
     | 
    
         
             
            var BTKtheme = _objectSpread2({
         
     | 
| 
       12663 
     | 
    
         
            -
              palette:  
     | 
| 
       12664 
     | 
    
         
            -
              components:  
     | 
| 
      
 12663 
     | 
    
         
            +
              palette: paletteBitakora,
         
     | 
| 
      
 12664 
     | 
    
         
            +
              components: BitakoraConfig,
         
     | 
| 
       12665 
12665 
     | 
    
         
             
              typography: typography
         
     | 
| 
       12666 
12666 
     | 
    
         
             
            }, BasicTheme);
         
     | 
| 
       12667 
12667 
     | 
    
         
             
            var CosmoTheme = _objectSpread2({
         
     |