@fctc/sme-widget-ui 2.0.0 → 2.0.1

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
@@ -33432,7 +33432,7 @@ var Many2ManyField = (props) => {
33432
33432
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(CloseIcon, {}) })
33433
33433
  ] }),
33434
33434
  /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33435
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
33435
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
33436
33436
  Search,
33437
33437
  {
33438
33438
  removeSearchItems,
@@ -33469,7 +33469,7 @@ var Many2ManyField = (props) => {
33469
33469
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
33470
33470
  PaginationView,
33471
33471
  {
33472
- className: "pagination-bar col-span-3 sm:col-span-1 justify-end flex-1",
33472
+ className: "pagination-bar col-span-1 justify-end flex-1",
33473
33473
  currentPage: page,
33474
33474
  totalCount: totalRows ?? 0,
33475
33475
  pageSize: 10,
package/dist/index.mjs CHANGED
@@ -33307,7 +33307,7 @@ var Many2ManyField = (props) => {
33307
33307
  /* @__PURE__ */ jsx108("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx108(CloseIcon, {}) })
33308
33308
  ] }),
33309
33309
  /* @__PURE__ */ jsxs73("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
33310
- /* @__PURE__ */ jsx108("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx108(
33310
+ /* @__PURE__ */ jsx108("div", { className: "col-span-2 flex-1", children: /* @__PURE__ */ jsx108(
33311
33311
  Search,
33312
33312
  {
33313
33313
  removeSearchItems,
@@ -33344,7 +33344,7 @@ var Many2ManyField = (props) => {
33344
33344
  /* @__PURE__ */ jsx108(
33345
33345
  PaginationView,
33346
33346
  {
33347
- className: "pagination-bar col-span-3 sm:col-span-1 justify-end flex-1",
33347
+ className: "pagination-bar col-span-1 justify-end flex-1",
33348
33348
  currentPage: page,
33349
33349
  totalCount: totalRows ?? 0,
33350
33350
  pageSize: 10,
package/dist/widgets.js CHANGED
@@ -32685,7 +32685,7 @@ var Many2ManyField = (props) => {
32685
32685
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(CloseIcon, {}) })
32686
32686
  ] }),
32687
32687
  /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
32688
- /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
32688
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "col-span-2 flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
32689
32689
  Search,
32690
32690
  {
32691
32691
  removeSearchItems,
@@ -32722,7 +32722,7 @@ var Many2ManyField = (props) => {
32722
32722
  /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
32723
32723
  PaginationView,
32724
32724
  {
32725
- className: "pagination-bar col-span-3 sm:col-span-1 justify-end flex-1",
32725
+ className: "pagination-bar col-span-1 justify-end flex-1",
32726
32726
  currentPage: page,
32727
32727
  totalCount: totalRows ?? 0,
32728
32728
  pageSize: 10,
package/dist/widgets.mjs CHANGED
@@ -32623,7 +32623,7 @@ var Many2ManyField = (props) => {
32623
32623
  /* @__PURE__ */ jsx108("button", { className: "cursor-pointer", onClick: onClose, children: /* @__PURE__ */ jsx108(CloseIcon, {}) })
32624
32624
  ] }),
32625
32625
  /* @__PURE__ */ jsxs73("div", { className: "grid grid-cols-3 gap-2 items-center py-2", children: [
32626
- /* @__PURE__ */ jsx108("div", { className: "col-span-3 sm:col-span-2 flex-1", children: /* @__PURE__ */ jsx108(
32626
+ /* @__PURE__ */ jsx108("div", { className: "col-span-2 flex-1", children: /* @__PURE__ */ jsx108(
32627
32627
  Search,
32628
32628
  {
32629
32629
  removeSearchItems,
@@ -32660,7 +32660,7 @@ var Many2ManyField = (props) => {
32660
32660
  /* @__PURE__ */ jsx108(
32661
32661
  PaginationView,
32662
32662
  {
32663
- className: "pagination-bar col-span-3 sm:col-span-1 justify-end flex-1",
32663
+ className: "pagination-bar col-span-1 justify-end flex-1",
32664
32664
  currentPage: page,
32665
32665
  totalCount: totalRows ?? 0,
32666
32666
  pageSize: 10,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/sme-widget-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",