@apexcura/ui-components 0.0.9-Beta1 → 0.0.9-Beta2

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
@@ -327,6 +327,7 @@ var import_antd9 = require("antd");
327
327
  var MultipleSelectElement = (props) => {
328
328
  const handleChange = (value) => {
329
329
  if (props.onChange) {
330
+ console.log(value);
330
331
  props.onChange(value);
331
332
  }
332
333
  };
package/dist/index.mjs CHANGED
@@ -281,6 +281,7 @@ import { Select as Select3 } from "antd";
281
281
  var MultipleSelectElement = (props) => {
282
282
  const handleChange = (value) => {
283
283
  if (props.onChange) {
284
+ console.log(value);
284
285
  props.onChange(value);
285
286
  }
286
287
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.9-Beta1",
3
+ "version": "0.0.9-Beta2",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",