@fctc/sme-widget-ui 2.7.1 → 2.7.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
@@ -32731,7 +32731,7 @@ var Many2ManyTagField = (props) => {
32731
32731
  });
32732
32732
  });
32733
32733
  };
32734
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full overflow-y-auto", children: [
32734
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full", children: [
32735
32735
  /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
32736
32736
  StateManagedSelect$1,
32737
32737
  {
package/dist/index.mjs CHANGED
@@ -32604,7 +32604,7 @@ var Many2ManyTagField = (props) => {
32604
32604
  });
32605
32605
  });
32606
32606
  };
32607
- return /* @__PURE__ */ jsxs65("div", { className: "group h-full overflow-y-auto", children: [
32607
+ return /* @__PURE__ */ jsxs65("div", { className: "group h-full", children: [
32608
32608
  /* @__PURE__ */ jsx99(
32609
32609
  StateManagedSelect$1,
32610
32610
  {
package/dist/widgets.js CHANGED
@@ -31980,7 +31980,7 @@ var Many2ManyTagField = (props) => {
31980
31980
  });
31981
31981
  });
31982
31982
  };
31983
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full overflow-y-auto", children: [
31983
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "group h-full", children: [
31984
31984
  /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
31985
31985
  StateManagedSelect$1,
31986
31986
  {
package/dist/widgets.mjs CHANGED
@@ -31917,7 +31917,7 @@ var Many2ManyTagField = (props) => {
31917
31917
  });
31918
31918
  });
31919
31919
  };
31920
- return /* @__PURE__ */ jsxs65("div", { className: "group h-full overflow-y-auto", children: [
31920
+ return /* @__PURE__ */ jsxs65("div", { className: "group h-full", children: [
31921
31921
  /* @__PURE__ */ jsx99(
31922
31922
  StateManagedSelect$1,
31923
31923
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",