@ctlyst.id/internal-ui 3.5.5 → 4.0.0
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
|
@@ -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",
|