@sinco/react 1.2.8-rc.3 → 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 +2 -2
 - package/package.json +1 -1
 
    
        package/index.esm.js
    CHANGED
    
    | 
         @@ -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,7 +12660,7 @@ var BasicTheme = { 
     | 
|
| 
       12660 
12660 
     | 
    
         
             
              shadows: shadows
         
     | 
| 
       12661 
12661 
     | 
    
         
             
            };
         
     | 
| 
       12662 
12662 
     | 
    
         
             
            var BTKtheme = _objectSpread2({
         
     | 
| 
       12663 
     | 
    
         
            -
              palette:  
     | 
| 
      
 12663 
     | 
    
         
            +
              palette: paletteBitakora,
         
     | 
| 
       12664 
12664 
     | 
    
         
             
              components: BitakoraConfig,
         
     | 
| 
       12665 
12665 
     | 
    
         
             
              typography: typography
         
     | 
| 
       12666 
12666 
     | 
    
         
             
            }, BasicTheme);
         
     |