@sinco/react 0.0.0-rc.6 → 0.0.0-rc.7

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 +11 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4364,10 +4364,15 @@ Please use another name.` : formatMuiErrorMessage(18));
4364
4364
  }
4365
4365
 
4366
4366
  const Componentes = {
4367
+ MuiDataGrid: {
4368
+ defaultProps: {
4369
+ density: "compact"
4370
+ }
4371
+ },
4367
4372
  MuiDialog: {
4368
4373
  styleOverrides: {
4369
4374
  root: {
4370
- " .MuiBackdrop-root": {
4375
+ ".MuiBackdrop-root": {
4371
4376
  backgroundColor: "#f0f0f099",
4372
4377
  backdropFilter: "blur(2px) !important"
4373
4378
  }
@@ -4521,6 +4526,9 @@ const Componentes = {
4521
4526
  },
4522
4527
  styleOverrides: {
4523
4528
  root: {
4529
+ "&.MuiInput-underline": {
4530
+ marginTop: 9
4531
+ },
4524
4532
  ".MuiOutlinedInput-input.MuiInputBase-inputSizeSmall": {
4525
4533
  paddingBlock: 5.95
4526
4534
  },
@@ -4574,9 +4582,10 @@ const Componentes = {
4574
4582
  styleOverrides: {
4575
4583
  outlined: {
4576
4584
  "&.MuiInputLabel-outlined.MuiInputLabel-sizeSmall ": {
4577
- transform: "translate(14px,6px) scale(1)"
4585
+ transform: "translate(14px,7px) scale(1)"
4578
4586
  },
4579
4587
  "&.MuiInputLabel-outlined ": {
4588
+ transform: "translate(14px, 15px) scale(1)",
4580
4589
  "&.MuiInputLabel-shrink": {
4581
4590
  transform: "translate(14px, -7px) scale(0.75)"
4582
4591
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "0.0.0-rc.6",
3
+ "version": "0.0.0-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",