@ctlyst.id/internal-ui 4.1.0 → 4.1.1
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 +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
|
}
|