@sinco/react 1.2.8-rc.3 → 1.2.8-rc.5

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 +79 -5
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8104,23 +8104,97 @@ var BitakoraConfig = _objectSpread2(_objectSpread2({}, components), {}, {
8104
8104
  },
8105
8105
  MuiButton: {
8106
8106
  styleOverrides: {
8107
+ root: {
8108
+ fontFamily: "Roboto",
8109
+ textTransform: "unset",
8110
+ fontWeightLight: 300,
8111
+ fontSize: "13px",
8112
+ lineHeight: "normal"
8113
+ },
8114
+ startIcon: {
8115
+ marginLeft: 2
8116
+ },
8117
+ endIcon: {
8118
+ marginRight: 2
8119
+ },
8107
8120
  sizeSmall: {
8121
+ height: 26,
8108
8122
  fontSize: 13,
8109
8123
  lineHeight: "22px",
8110
- padding: 4
8124
+ padding: 4,
8125
+ ".MuiSvgIcon-fontSizeSmall": {
8126
+ height: 16,
8127
+ width: 16
8128
+ },
8129
+ ".MuiSvgIcon-fontSizeMedium": {
8130
+ height: 18,
8131
+ width: 18
8132
+ },
8133
+ ".MuiSvgIcon-fontSizeLarge": {
8134
+ height: 20,
8135
+ width: 20
8136
+ }
8111
8137
  },
8112
8138
  sizeMedium: {
8139
+ height: 32,
8113
8140
  fontSize: 14,
8114
8141
  lineHeight: "24px",
8115
- padding: 6
8142
+ padding: 6,
8143
+ ".MuiSvgIcon-fontSizeSmall": {
8144
+ height: 16,
8145
+ width: 16
8146
+ },
8147
+ ".MuiSvgIcon-fontSizeMedium": {
8148
+ height: 18,
8149
+ width: 18
8150
+ },
8151
+ ".MuiSvgIcon-fontSizeLarge": {
8152
+ height: 20,
8153
+ width: 20
8154
+ }
8116
8155
  },
8117
8156
  sizeLarge: {
8157
+ height: 38,
8118
8158
  fontSize: 15,
8119
8159
  lineHeight: "26px",
8120
- padding: 8
8160
+ padding: 8,
8161
+ ".MuiSvgIcon-fontSizeSmall": {
8162
+ height: 16,
8163
+ width: 16
8164
+ },
8165
+ "&.MuiSvgIcon-fontSizeMedium": {
8166
+ height: 18,
8167
+ width: 18
8168
+ }
8121
8169
  }
8122
8170
  }
8123
8171
  },
8172
+ // MuiButton: {
8173
+ // styleOverrides: {
8174
+ // root: {
8175
+ // fontFamily: "Roboto",
8176
+ // textTransform: "unset",
8177
+ // fontWeightLight: 300,
8178
+ // fontSize: "13px",
8179
+ // lineHeight: "normal",
8180
+ // },
8181
+ // sizeSmall: {
8182
+ // fontSize: 13,
8183
+ // lineHeight: "22px",
8184
+ // padding: 4,
8185
+ // },
8186
+ // sizeMedium: {
8187
+ // fontSize: 14,
8188
+ // lineHeight: "24px",
8189
+ // padding: 6,
8190
+ // },
8191
+ // sizeLarge: {
8192
+ // fontSize: 15,
8193
+ // lineHeight: "26px",
8194
+ // padding: 8,
8195
+ // }
8196
+ // }
8197
+ // },
8124
8198
  MuiIconButton: {
8125
8199
  styleOverrides: {
8126
8200
  sizeSmall: {
@@ -8368,7 +8442,7 @@ var BasicPalette = {
8368
8442
  contrastText: "#5A5E73"
8369
8443
  }
8370
8444
  };
8371
- _objectSpread2({
8445
+ var paletteBitakora = _objectSpread2({
8372
8446
  primary: {
8373
8447
  50: "#e4ecf4",
8374
8448
  100: "#bcd0e3",
@@ -12660,7 +12734,7 @@ var BasicTheme = {
12660
12734
  shadows: shadows
12661
12735
  };
12662
12736
  var BTKtheme = _objectSpread2({
12663
- palette: paletteERP,
12737
+ palette: paletteBitakora,
12664
12738
  components: BitakoraConfig,
12665
12739
  typography: typography
12666
12740
  }, BasicTheme);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.8-rc.3",
3
+ "version": "1.2.8-rc.5",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",