@ctlyst.id/internal-ui 3.3.1 → 3.3.2
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 +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
|