@apexcura/ui-components 0.0.13-Beta12 → 0.0.13-Beta13

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
@@ -244,9 +244,8 @@ var CheckboxElement = (props) => {
244
244
  const checkAll = props.options && props.options.length === checkedList.length;
245
245
  const handleChange = (list) => {
246
246
  setCheckedList(list);
247
- console.log("checkedList-----", checkedList);
248
247
  if (props.onChange) {
249
- props.onChange(list);
248
+ console.log(list);
250
249
  }
251
250
  };
252
251
  const onHandleAllChanges = (e) => {
package/dist/index.mjs CHANGED
@@ -191,9 +191,8 @@ var CheckboxElement = (props) => {
191
191
  const checkAll = props.options && props.options.length === checkedList.length;
192
192
  const handleChange = (list) => {
193
193
  setCheckedList(list);
194
- console.log("checkedList-----", checkedList);
195
194
  if (props.onChange) {
196
- props.onChange(list);
195
+ console.log(list);
197
196
  }
198
197
  };
199
198
  const onHandleAllChanges = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.13-Beta12",
3
+ "version": "0.0.13-Beta13",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",