pds-dev-kit-web-test 2.5.293 → 2.5.294

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.
@@ -1037,7 +1037,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
1037
1037
  height: '100%'
1038
1038
  }, onClick: function (e) {
1039
1039
  e.stopPropagation();
1040
- console.log('classList:', e.target.classList);
1040
+ console.log(e.target);
1041
1041
  if (isInBulk) {
1042
1042
  clickOneCBInBulk(matchedCB.id);
1043
1043
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.293",
3
+ "version": "2.5.294",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",