@ctlyst.id/internal-ui 3.3.7 → 3.3.8

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.js CHANGED
@@ -4873,7 +4873,7 @@ var InputTimeArea = (0, import_react84.forwardRef)((props, ref) => {
4873
4873
  bg: "neutral.300"
4874
4874
  },
4875
4875
  boxSizing: "content-box",
4876
- height: "24px",
4876
+ height: "22px",
4877
4877
  ref,
4878
4878
  p: "2px",
4879
4879
  sx: {
@@ -4966,7 +4966,7 @@ var TimeInput2 = (0, import_react84.forwardRef)(
4966
4966
  alignItems: "center",
4967
4967
  gap: 3,
4968
4968
  children: [
4969
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_react84.Flex, { gap: 1, width: "100%", alignItems: "center", pl: 2, children: [
4969
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_react84.Flex, { gap: "1px", width: "100%", alignItems: "center", pl: 2, children: [
4970
4970
  /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputTimeArea, { ...hoursProps }),
4971
4971
  /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: ":" }),
4972
4972
  /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputTimeArea, { ...getInputProps("minutes") }),
@@ -4976,7 +4976,7 @@ var TimeInput2 = (0, import_react84.forwardRef)(
4976
4976
  ] }),
4977
4977
  options.hour12 && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_react84.Input, { p: 0, ...getInputProps("am/pm") })
4978
4978
  ] }),
4979
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_internal_icon10.Clock, { color: "neutral.400" }),
4979
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_internal_icon10.Clock, { color: "neutral.400", size: 4 }),
4980
4980
  addOnRight
4981
4981
  ]
4982
4982
  }