@ctlyst.id/internal-ui 3.3.7 → 3.3.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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: "
|
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:
|
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
|
}
|