@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.
Files changed (2) hide show
  1. package/index.esm.js +2 -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: components,
12664
+ components: BitakoraConfig,
12665
12665
  typography: typography
12666
12666
  }, BasicTheme);
12667
12667
  var CosmoTheme = _objectSpread2({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.8-rc.2",
3
+ "version": "1.2.8-rc.3",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",