@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.js CHANGED
@@ -5189,14 +5189,16 @@ var InputOption = ({
5189
5189
  isIndeterminate: checkedState === CHECKBOX_STATE.INDETERMINATE,
5190
5190
  isDisabled,
5191
5191
  pointerEvents: "none",
5192
- "data-test-id": "CT_component_select-checkbox_select-all-option"
5192
+ "data-test-id": "CT_component_select-checkbox_select-all-option",
5193
+ isInvalid: false
5193
5194
  }
5194
5195
  ) : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5195
5196
  import_react80.Checkbox,
5196
5197
  {
5197
5198
  pointerEvents: "none",
5198
5199
  isChecked: isSelected,
5199
- "data-test-id": "CT_component_select-checkbox_option-checkbox"
5200
+ "data-test-id": "CT_component_select-checkbox_option-checkbox",
5201
+ isInvalid: false
5200
5202
  }
5201
5203
  ),
5202
5204
  /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react80.Text, { textStyle: "text.sm", "data-test-id": `select-checkbox-option-label-${data.value}`, children })