@undefine-ui/design-system 2.9.0 → 2.10.0

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.js CHANGED
@@ -4434,6 +4434,16 @@ var MuiTextField = {
4434
4434
  [`& .MuiInputAdornment-sizeLarge`]: {
4435
4435
  svg: { width: 24, height: 24 }
4436
4436
  }
4437
+ },
4438
+ [`&.${inputBaseClasses.adornedStart}`]: {
4439
+ [`& .${inputBaseClasses.input}`]: {
4440
+ paddingLeft: 0
4441
+ }
4442
+ },
4443
+ [`&.${inputBaseClasses.adornedEnd}`]: {
4444
+ [`& .${inputBaseClasses.input}`]: {
4445
+ paddingRight: 0
4446
+ }
4437
4447
  }
4438
4448
  },
4439
4449
  // Input text styling