@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.mjs CHANGED
@@ -4745,7 +4745,7 @@ var InputTimeArea = forwardRef12((props, ref) => {
4745
4745
  bg: "neutral.300"
4746
4746
  },
4747
4747
  boxSizing: "content-box",
4748
- height: "24px",
4748
+ height: "22px",
4749
4749
  ref,
4750
4750
  p: "2px",
4751
4751
  sx: {
@@ -4838,7 +4838,7 @@ var TimeInput2 = forwardRef12(
4838
4838
  alignItems: "center",
4839
4839
  gap: 3,
4840
4840
  children: [
4841
- /* @__PURE__ */ jsxs29(Flex17, { gap: 1, width: "100%", alignItems: "center", pl: 2, children: [
4841
+ /* @__PURE__ */ jsxs29(Flex17, { gap: "1px", width: "100%", alignItems: "center", pl: 2, children: [
4842
4842
  /* @__PURE__ */ jsx63(InputTimeArea, { ...hoursProps }),
4843
4843
  /* @__PURE__ */ jsx63("span", { children: ":" }),
4844
4844
  /* @__PURE__ */ jsx63(InputTimeArea, { ...getInputProps("minutes") }),
@@ -4848,7 +4848,7 @@ var TimeInput2 = forwardRef12(
4848
4848
  ] }),
4849
4849
  options.hour12 && /* @__PURE__ */ jsx63(Input3, { p: 0, ...getInputProps("am/pm") })
4850
4850
  ] }),
4851
- /* @__PURE__ */ jsx63(Clock, { color: "neutral.400" }),
4851
+ /* @__PURE__ */ jsx63(Clock, { color: "neutral.400", size: 4 }),
4852
4852
  addOnRight
4853
4853
  ]
4854
4854
  }