tp-react-elements-dev 1.5.4 → 1.5.5
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -52354,7 +52354,7 @@ const RenderForm = (props) => {
|
|
|
52354
52354
|
fontFamily: "Roboto-Reg",
|
|
52355
52355
|
border: "none",
|
|
52356
52356
|
},
|
|
52357
|
-
}, sx: Object.assign({ fontFamily: "Roboto-Reg", "& .css-1holvmy,.css-lqj8pz-MuiFormLabel-root-MuiInputLabel-root, .css-kichxs-MuiFormLabel-root-MuiInputLabel-root": {
|
|
52357
|
+
}, autoComplete: "off", sx: Object.assign({ fontFamily: "Roboto-Reg", "& .css-1holvmy,.css-lqj8pz-MuiFormLabel-root-MuiInputLabel-root, .css-kichxs-MuiFormLabel-root-MuiInputLabel-root": {
|
|
52358
52358
|
top: "-10px",
|
|
52359
52359
|
// fontSize:'14px !important'
|
|
52360
52360
|
}, "& .css-2rul56-MuiFormLabel-root-MuiInputLabel-root": {
|