@undefine-ui/design-system 2.9.0 → 2.10.1
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/dist/index.cjs +10 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4425,15 +4425,22 @@ var MuiTextField = {
|
|
|
4425
4425
|
height: 20,
|
|
4426
4426
|
color: theme.vars.palette.icon.black
|
|
4427
4427
|
},
|
|
4428
|
-
[`& .${inputBaseClasses.input}`]: {
|
|
4429
|
-
paddingLeft: 0
|
|
4430
|
-
},
|
|
4431
4428
|
[`& .${inputAdornmentClasses.sizeSmall}`]: {
|
|
4432
4429
|
svg: { width: 16, height: 16 }
|
|
4433
4430
|
},
|
|
4434
4431
|
[`& .MuiInputAdornment-sizeLarge`]: {
|
|
4435
4432
|
svg: { width: 24, height: 24 }
|
|
4436
4433
|
}
|
|
4434
|
+
},
|
|
4435
|
+
[`&.${inputBaseClasses.adornedStart}`]: {
|
|
4436
|
+
[`& .${inputBaseClasses.input}`]: {
|
|
4437
|
+
paddingLeft: 0
|
|
4438
|
+
}
|
|
4439
|
+
},
|
|
4440
|
+
[`&.${inputBaseClasses.adornedEnd}`]: {
|
|
4441
|
+
[`& .${inputBaseClasses.input}`]: {
|
|
4442
|
+
paddingRight: 0
|
|
4443
|
+
}
|
|
4437
4444
|
}
|
|
4438
4445
|
},
|
|
4439
4446
|
// Input text styling
|