@sinco/react 1.0.0-rc.0 → 1.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +26 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4354,7 +4354,7 @@ const Componentes = {
4354
4354
  MuiDialogContent: {
4355
4355
  styleOverrides: {
4356
4356
  root: {
4357
- paddingTop: "8px !important",
4357
+ paddingTop: 8,
4358
4358
  paddingBottom: 8
4359
4359
  }
4360
4360
  }
@@ -4362,13 +4362,16 @@ const Componentes = {
4362
4362
  MuiChip: {
4363
4363
  defaultProps: {
4364
4364
  size: "small"
4365
- },
4365
+ }
4366
+ },
4367
+ MuiAlert: {
4366
4368
  styleOverrides: {
4367
- sizeSmall: {
4368
- height: 24
4369
- },
4370
4369
  root: {
4371
- borderRadius: 4
4370
+ boxShadow: "0px 0px 1px rgba(0,0,0,.7)",
4371
+ paddingY: .5,
4372
+ paddingX: 2,
4373
+ alignItems: "center",
4374
+ border: "none"
4372
4375
  }
4373
4376
  }
4374
4377
  },
@@ -4394,6 +4397,11 @@ const Componentes = {
4394
4397
  }
4395
4398
  }
4396
4399
  },
4400
+ MuiButtonGroup: {
4401
+ defaultProps: {
4402
+ size: "small"
4403
+ }
4404
+ },
4397
4405
  MuiCheckbox: {
4398
4406
  defaultProps: {
4399
4407
  size: "small"
@@ -4469,6 +4477,14 @@ const Componentes = {
4469
4477
  margin: "dense"
4470
4478
  }
4471
4479
  },
4480
+ MuiSvgIcon: {
4481
+ styleOverrides: {
4482
+ fontSizeSmall: {
4483
+ width: "1rem",
4484
+ height: "1rem"
4485
+ }
4486
+ }
4487
+ },
4472
4488
  MuiIconButton: {
4473
4489
  styleOverrides: {
4474
4490
  sizeSmall: {
@@ -4648,7 +4664,7 @@ const Typography = {
4648
4664
  },
4649
4665
  overline: {
4650
4666
  fontFamily: "Roboto",
4651
- fontSize: 1.1,
4667
+ fontSize: 11,
4652
4668
  fontWeight: 400,
4653
4669
  letterSpacing: 1,
4654
4670
  lineHeight: 2.66
@@ -4693,9 +4709,11 @@ const Typography = {
4693
4709
  lineHeight: 1.4
4694
4710
  },
4695
4711
  button: {
4712
+ fontFamily: "Roboto",
4696
4713
  textTransform: "unset",
4697
4714
  fontWeightLight: 300,
4698
- fontSize: 13
4715
+ fontSize: 13,
4716
+ lineHeight: "normal"
4699
4717
  }
4700
4718
  };
4701
4719
  const typography = Typography;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",