@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.js
CHANGED
@@ -4935,16 +4935,16 @@ var InputOption = ({
|
|
4935
4935
|
(data == null ? void 0 : data.selectAllCheckbox) ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
4936
4936
|
import_react74.Checkbox,
|
4937
4937
|
{
|
4938
|
-
onClick: (e) => e.stopPropagation(),
|
4939
4938
|
isChecked: checkedState === CHECKBOX_STATE.CHECKED,
|
4940
4939
|
isIndeterminate: checkedState === CHECKBOX_STATE.INDETERMINATE,
|
4941
4940
|
isDisabled,
|
4941
|
+
pointerEvents: "none",
|
4942
4942
|
"data-test-id": "CT_component_select-checkbox_select-all-option"
|
4943
4943
|
}
|
4944
4944
|
) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
4945
4945
|
import_react74.Checkbox,
|
4946
4946
|
{
|
4947
|
-
|
4947
|
+
pointerEvents: "none",
|
4948
4948
|
isChecked: isSelected,
|
4949
4949
|
"data-test-id": "CT_component_select-checkbox_option-checkbox"
|
4950
4950
|
}
|