@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.cjs
CHANGED
|
@@ -4589,15 +4589,22 @@ var MuiTextField = {
|
|
|
4589
4589
|
height: 20,
|
|
4590
4590
|
color: theme.vars.palette.icon.black
|
|
4591
4591
|
},
|
|
4592
|
-
[`& .${import_InputBase.inputBaseClasses.input}`]: {
|
|
4593
|
-
paddingLeft: 0
|
|
4594
|
-
},
|
|
4595
4592
|
[`& .${import_InputAdornment.inputAdornmentClasses.sizeSmall}`]: {
|
|
4596
4593
|
svg: { width: 16, height: 16 }
|
|
4597
4594
|
},
|
|
4598
4595
|
[`& .MuiInputAdornment-sizeLarge`]: {
|
|
4599
4596
|
svg: { width: 24, height: 24 }
|
|
4600
4597
|
}
|
|
4598
|
+
},
|
|
4599
|
+
[`&.${import_InputBase.inputBaseClasses.adornedStart}`]: {
|
|
4600
|
+
[`& .${import_InputBase.inputBaseClasses.input}`]: {
|
|
4601
|
+
paddingLeft: 0
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
[`&.${import_InputBase.inputBaseClasses.adornedEnd}`]: {
|
|
4605
|
+
[`& .${import_InputBase.inputBaseClasses.input}`]: {
|
|
4606
|
+
paddingRight: 0
|
|
4607
|
+
}
|
|
4601
4608
|
}
|
|
4602
4609
|
},
|
|
4603
4610
|
// Input text styling
|