@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.cjs CHANGED
@@ -4598,6 +4598,16 @@ var MuiTextField = {
4598
4598
  [`& .MuiInputAdornment-sizeLarge`]: {
4599
4599
  svg: { width: 24, height: 24 }
4600
4600
  }
4601
+ },
4602
+ [`&.${import_InputBase.inputBaseClasses.adornedStart}`]: {
4603
+ [`& .${import_InputBase.inputBaseClasses.input}`]: {
4604
+ paddingLeft: 0
4605
+ }
4606
+ },
4607
+ [`&.${import_InputBase.inputBaseClasses.adornedEnd}`]: {
4608
+ [`& .${import_InputBase.inputBaseClasses.input}`]: {
4609
+ paddingRight: 0
4610
+ }
4601
4611
  }
4602
4612
  },
4603
4613
  // Input text styling