@ctlyst.id/internal-ui 4.1.12 → 4.1.13

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
@@ -5401,6 +5401,7 @@ var InputTimeArea = forwardRef12((props, ref) => {
5401
5401
  });
5402
5402
  var TimeInput2 = forwardRef12(
5403
5403
  ({
5404
+ name,
5404
5405
  config: config2,
5405
5406
  label,
5406
5407
  isError,
@@ -5483,6 +5484,7 @@ var TimeInput2 = forwardRef12(
5483
5484
  cursor: isDisabled ? "not-allowed" : "default",
5484
5485
  alignItems: "center",
5485
5486
  gap: 3,
5487
+ "data-test-id": `CT_Component_TimeInput${name ? `_${name}` : ""}`,
5486
5488
  children: [
5487
5489
  /* @__PURE__ */ jsxs29(Flex17, { gap: "1px", width: "100%", alignItems: "center", pl: 2, children: [
5488
5490
  /* @__PURE__ */ jsx63(InputTimeArea, { "data-test-id": "start-time", ...hoursProps }),