@ctlyst.id/internal-ui 3.3.1 → 3.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4754,7 +4754,7 @@ var TimeInput2 = forwardRef12(
|
|
4754
4754
|
/* @__PURE__ */ jsx63("span", { children: ":" }),
|
4755
4755
|
/* @__PURE__ */ jsx63(InputTimeArea, { ...getInputProps("seconds") })
|
4756
4756
|
] }),
|
4757
|
-
options.hour12 && /* @__PURE__ */ jsx63(
|
4757
|
+
options.hour12 && /* @__PURE__ */ jsx63(Input3, { p: 0, ...getInputProps("am/pm") })
|
4758
4758
|
] }),
|
4759
4759
|
/* @__PURE__ */ jsx63(Clock, { color: "neutral.400" }),
|
4760
4760
|
addOnRight
|