@ctlyst.id/internal-ui 5.5.3 → 5.5.4
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 +2 -2
package/dist/index.mjs
CHANGED
@@ -2999,7 +2999,7 @@ var Datepicker = ({
|
|
2999
2999
|
sx: props.selectsRange ? { caretColor: "transparent" } : {},
|
3000
3000
|
addOnRight: /* @__PURE__ */ jsxs10(InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
|
3001
3001
|
/* @__PURE__ */ jsx27(Calendar, { size: 4, color: "neutral.400" }),
|
3002
|
-
value && !props.disabled && /* @__PURE__ */ jsx27(
|
3002
|
+
value && !props.disabled && props.isClearable && /* @__PURE__ */ jsx27(
|
3003
3003
|
IconButton4,
|
3004
3004
|
{
|
3005
3005
|
"data-test-id": "H0rseVCzGIaqoLho-EPbu",
|