@infinitech.maps/st-map 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42766,7 +42766,7 @@ const zD = /* @__PURE__ */ Q0(wD), UD = _h(
42766
42766
  ]
42767
42767
  }
42768
42768
  ),
42769
- /* @__PURE__ */ ot.jsx(R1, { in: a, children: /* @__PURE__ */ ot.jsx(mE, { dense: !0, disablePadding: !0, sx: { pb: 1 }, children: !Array.isArray(t.categories) || t.categories.length === 0 ? /* @__PURE__ */ ot.jsx(Tb, { children: /* @__PURE__ */ ot.jsx(Cb, { primary: "No hay categorías" }) }) : t.categories.map((s) => /* @__PURE__ */ ot.jsxs(Tb, { disableGutters: !0, sx: { px: 1.5 }, children: [
42769
+ /* @__PURE__ */ ot.jsx(R1, { in: a, children: /* @__PURE__ */ ot.jsx(mE, { dense: !0, disablePadding: !0, sx: { pb: 1 }, children: t.categories.length === 0 ? /* @__PURE__ */ ot.jsx(Tb, { children: /* @__PURE__ */ ot.jsx(Cb, { primary: "No hay categorías" }) }) : t.categories.map((s) => /* @__PURE__ */ ot.jsxs(Tb, { disableGutters: !0, sx: { px: 1.5 }, children: [
42770
42770
  /* @__PURE__ */ ot.jsx(gE, { sx: { minWidth: 30 }, children: /* @__PURE__ */ ot.jsx(
42771
42771
  uh,
42772
42772
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infinitech.maps/st-map",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },