@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.js
CHANGED
|
@@ -3119,7 +3119,7 @@ var Datepicker = ({
|
|
|
3119
3119
|
isError,
|
|
3120
3120
|
addOnRight: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_react20.InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
|
|
3121
3121
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_internal_icon6.Calendar, { size: 4, color: "neutral.400" }),
|
|
3122
|
-
value && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
3122
|
+
value && !props.disabled && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
3123
3123
|
import_react33.IconButton,
|
|
3124
3124
|
{
|
|
3125
3125
|
"data-test-id": "H0rseVCzGIaqoLho-EPbu",
|