@ctlyst.id/internal-ui 4.1.0 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -4731,16 +4731,16 @@ var InputOption = ({
|
|
4731
4731
|
(data == null ? void 0 : data.selectAllCheckbox) ? /* @__PURE__ */ jsx57(
|
4732
4732
|
Checkbox3,
|
4733
4733
|
{
|
4734
|
-
onClick: (e) => e.stopPropagation(),
|
4735
4734
|
isChecked: checkedState === CHECKBOX_STATE.CHECKED,
|
4736
4735
|
isIndeterminate: checkedState === CHECKBOX_STATE.INDETERMINATE,
|
4737
4736
|
isDisabled,
|
4737
|
+
pointerEvents: "none",
|
4738
4738
|
"data-test-id": "CT_component_select-checkbox_select-all-option"
|
4739
4739
|
}
|
4740
4740
|
) : /* @__PURE__ */ jsx57(
|
4741
4741
|
Checkbox3,
|
4742
4742
|
{
|
4743
|
-
|
4743
|
+
pointerEvents: "none",
|
4744
4744
|
isChecked: isSelected,
|
4745
4745
|
"data-test-id": "CT_component_select-checkbox_option-checkbox"
|
4746
4746
|
}
|