@ctlyst.id/internal-ui 4.1.12 → 4.1.14

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
@@ -2775,6 +2775,7 @@ var Datepicker = ({
2775
2775
  {
2776
2776
  autoComplete: "off",
2777
2777
  isError,
2778
+ name,
2778
2779
  sx: props.selectsRange ? { caretColor: "transparent" } : {},
2779
2780
  addOnRight: /* @__PURE__ */ jsxs10(InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
2780
2781
  /* @__PURE__ */ jsx27(Calendar, { size: 4, color: "neutral.400" }),
@@ -5401,6 +5402,7 @@ var InputTimeArea = forwardRef12((props, ref) => {
5401
5402
  });
5402
5403
  var TimeInput2 = forwardRef12(
5403
5404
  ({
5405
+ name,
5404
5406
  config: config2,
5405
5407
  label,
5406
5408
  isError,
@@ -5483,6 +5485,7 @@ var TimeInput2 = forwardRef12(
5483
5485
  cursor: isDisabled ? "not-allowed" : "default",
5484
5486
  alignItems: "center",
5485
5487
  gap: 3,
5488
+ "data-test-id": `CT_Component_TimeInput${name ? `_${name}` : ""}`,
5486
5489
  children: [
5487
5490
  /* @__PURE__ */ jsxs29(Flex17, { gap: "1px", width: "100%", alignItems: "center", pl: 2, children: [
5488
5491
  /* @__PURE__ */ jsx63(InputTimeArea, { "data-test-id": "start-time", ...hoursProps }),