@ctlyst.id/internal-ui 3.5.5 → 4.0.0
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
@@ -2773,7 +2773,7 @@ var Datepicker = ({
|
|
2773
2773
|
isError,
|
2774
2774
|
addOnRight: /* @__PURE__ */ jsxs10(InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
|
2775
2775
|
/* @__PURE__ */ jsx27(Calendar, { size: 4, color: "neutral.400" }),
|
2776
|
-
value && /* @__PURE__ */ jsx27(
|
2776
|
+
value && !props.disabled && /* @__PURE__ */ jsx27(
|
2777
2777
|
IconButton4,
|
2778
2778
|
{
|
2779
2779
|
"data-test-id": "H0rseVCzGIaqoLho-EPbu",
|