@ctlyst.id/internal-ui 4.1.12 → 4.1.13
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 }),
|