@apexcura/ui-components 0.0.13-Beta29 → 0.0.13-Beta31

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
@@ -890,6 +890,7 @@ var MultiSelect = (props) => {
890
890
  label: i
891
891
  });
892
892
  }
893
+ console.log(options);
893
894
  const handleChange = (e) => {
894
895
  console.log(e);
895
896
  setSelectedOptions((prev) => ({
@@ -898,7 +899,7 @@ var MultiSelect = (props) => {
898
899
  }));
899
900
  };
900
901
  console.log(selectedOptions);
901
- return /* @__PURE__ */ import_react27.default.createElement("div", { className: props.className, style: { display: "flex", backgroundColor: "white", borderRadius: 10, border: "1px solid gray", width: "100px" } }, /* @__PURE__ */ import_react27.default.createElement(
902
+ return /* @__PURE__ */ import_react27.default.createElement("div", { className: props.className, style: { display: "flex", backgroundColor: "white", borderRadius: 10, border: "1px solid gray", width: "200px" } }, /* @__PURE__ */ import_react27.default.createElement(
902
903
  import_antd19.Select,
903
904
  {
904
905
  onChange: handleChange,
package/dist/index.mjs CHANGED
@@ -834,6 +834,7 @@ var MultiSelect = (props) => {
834
834
  label: i
835
835
  });
836
836
  }
837
+ console.log(options);
837
838
  const handleChange = (e) => {
838
839
  console.log(e);
839
840
  setSelectedOptions((prev) => ({
@@ -842,7 +843,7 @@ var MultiSelect = (props) => {
842
843
  }));
843
844
  };
844
845
  console.log(selectedOptions);
845
- return /* @__PURE__ */ React26.createElement("div", { className: props.className, style: { display: "flex", backgroundColor: "white", borderRadius: 10, border: "1px solid gray", width: "100px" } }, /* @__PURE__ */ React26.createElement(
846
+ return /* @__PURE__ */ React26.createElement("div", { className: props.className, style: { display: "flex", backgroundColor: "white", borderRadius: 10, border: "1px solid gray", width: "200px" } }, /* @__PURE__ */ React26.createElement(
846
847
  Select4,
847
848
  {
848
849
  onChange: handleChange,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.13-Beta29",
3
+ "version": "0.0.13-Beta31",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",
@@ -48,6 +48,7 @@
48
48
  "node": ">=18.0.0"
49
49
  },
50
50
  "dependencies": {
51
+ "@apexcura/core": "^0.0.15-Beta34",
51
52
  "@apexcura/ui-components": "^0.0.11-Beta256",
52
53
  "@tinymce/tinymce-react": "^5.0.1",
53
54
  "autoprefixer": "^10.4.19",