@mamrp/components 1.7.31 → 1.7.32

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.d.mts CHANGED
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
@@ -898,7 +898,6 @@ var import_DialogContent3 = __toESM(require("@mui/material/DialogContent"));
898
898
  var import_DialogTitle3 = __toESM(require("@mui/material/DialogTitle"));
899
899
  var import_react6 = require("react");
900
900
  var import_md2 = require("react-icons/md");
901
- var import_Tooltip = __toESM(require("@mui/material/Tooltip"));
902
901
  var import_react_hook_form3 = require("react-hook-form");
903
902
  var import_common = require("@mamrp/icons/common");
904
903
  function CustomTimePicker({
@@ -1038,7 +1037,7 @@ var TimePickerComponent = ({
1038
1037
  },
1039
1038
  InputProps: {
1040
1039
  ...!disabled && {
1041
- endAdornment: /* @__PURE__ */ React.createElement(import_material8.InputAdornment, { position: "end" }, /* @__PURE__ */ React.createElement(import_Tooltip.default, { title: "\u0627\u0646\u062A\u062E\u0627\u0628 \u0632\u0645\u0627\u0646" }, /* @__PURE__ */ React.createElement(import_material8.IconButton, { onClick: () => setIsModalOpen(true) }, /* @__PURE__ */ React.createElement(import_common.Clock, { size: 22, color: theme3.palette.text.primary }))))
1040
+ endAdornment: /* @__PURE__ */ React.createElement(import_material8.InputAdornment, { position: "end" }, /* @__PURE__ */ React.createElement(import_material8.Tooltip, { title: "\u0627\u0646\u062A\u062E\u0627\u0628 \u0632\u0645\u0627\u0646" }, /* @__PURE__ */ React.createElement(import_material8.IconButton, { onClick: () => setIsModalOpen(true) }, /* @__PURE__ */ React.createElement(import_common.Clock, { size: 22, color: theme3.palette.text.primary }))))
1042
1041
  }
1043
1042
  },
1044
1043
  sx: { width: fullwidth ? "100%" : "8rem" },