@sinco/react 0.0.0-rc.6 → 0.0.0-rc.7
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.js +11 -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
|
-
"
|
|
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,
|
|
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
|
}
|