@fctc/sme-widget-ui 1.3.1 → 1.3.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
@@ -34268,7 +34268,7 @@ var Many2ManyField = (props) => {
34268
34268
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "text-[20px] font-semibold", children: title }),
34269
34269
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(CloseIcon, {}) })
34270
34270
  ] }),
34271
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
34271
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
34272
34272
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
34273
34273
  Search,
34274
34274
  {
package/dist/index.mjs CHANGED
@@ -34149,7 +34149,7 @@ var Many2ManyField = (props) => {
34149
34149
  /* @__PURE__ */ jsx103("div", { className: "text-[20px] font-semibold", children: title }),
34150
34150
  /* @__PURE__ */ jsx103("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx103(CloseIcon, {}) })
34151
34151
  ] }),
34152
- /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
34152
+ /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
34153
34153
  /* @__PURE__ */ jsx103("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx103(
34154
34154
  Search,
34155
34155
  {
package/dist/widgets.js CHANGED
@@ -33914,7 +33914,7 @@ var Many2ManyField = (props) => {
33914
33914
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "text-[20px] font-semibold", children: title }),
33915
33915
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(CloseIcon, {}) })
33916
33916
  ] }),
33917
- /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33917
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
33918
33918
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
33919
33919
  Search,
33920
33920
  {
package/dist/widgets.mjs CHANGED
@@ -33851,7 +33851,7 @@ var Many2ManyField = (props) => {
33851
33851
  /* @__PURE__ */ jsx103("div", { className: "text-[20px] font-semibold", children: title }),
33852
33852
  /* @__PURE__ */ jsx103("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx103(CloseIcon, {}) })
33853
33853
  ] }),
33854
- /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33854
+ /* @__PURE__ */ jsxs71("div", { className: "grid grid-cols-2 gap-2 items-center py-2", children: [
33855
33855
  /* @__PURE__ */ jsx103("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx103(
33856
33856
  Search,
33857
33857
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",