@mamrp/components 1.7.45 → 1.7.46

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.mjs CHANGED
@@ -976,9 +976,6 @@ var TimePickerComponent = ({
976
976
  value,
977
977
  onChange: handleInputChange,
978
978
  onBlur: handleBlur,
979
- InputLabelProps: {
980
- shrink: true
981
- },
982
979
  variant,
983
980
  size,
984
981
  inputProps: {
@@ -2025,7 +2022,7 @@ var JalaliDatePicker2 = ({
2025
2022
  if (!open) setOpen(true);
2026
2023
  },
2027
2024
  InputLabelProps: {
2028
- shrink: true,
2025
+ ...variant === "outlined" && { shrink: true },
2029
2026
  style: {
2030
2027
  color: error ? "#D32F2F" : "inherit"
2031
2028
  }