@ctlyst.id/internal-ui 5.5.1 → 5.5.2

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.mjs CHANGED
@@ -4975,14 +4975,16 @@ var InputOption = ({
4975
4975
  isIndeterminate: checkedState === CHECKBOX_STATE.INDETERMINATE,
4976
4976
  isDisabled,
4977
4977
  pointerEvents: "none",
4978
- "data-test-id": "CT_component_select-checkbox_select-all-option"
4978
+ "data-test-id": "CT_component_select-checkbox_select-all-option",
4979
+ isInvalid: false
4979
4980
  }
4980
4981
  ) : /* @__PURE__ */ jsx58(
4981
4982
  Checkbox2,
4982
4983
  {
4983
4984
  pointerEvents: "none",
4984
4985
  isChecked: isSelected,
4985
- "data-test-id": "CT_component_select-checkbox_option-checkbox"
4986
+ "data-test-id": "CT_component_select-checkbox_option-checkbox",
4987
+ isInvalid: false
4986
4988
  }
4987
4989
  ),
4988
4990
  /* @__PURE__ */ jsx58(Text14, { textStyle: "text.sm", "data-test-id": `select-checkbox-option-label-${data.value}`, children })