stone-kit 0.0.991 → 0.0.992

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.
@@ -2,14 +2,14 @@ import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
2
  import { Price as g } from "./components/Price/Price.js";
3
3
  import { b as _ } from "../../FilterWithSave-GT-QRkmD.js";
4
4
  import { Tags as N } from "./components/Tags/Tags.js";
5
- const d = "_root_6jgy2_1", W = "_lotImageWrapper_6jgy2_16", h = "_lotNameWrapper_6jgy2_22", j = "_lotName_6jgy2_22", y = "_priceWrapper_6jgy2_50", a = {
5
+ const d = "_root_6jgy2_1", W = "_lotImageWrapper_6jgy2_16", h = "_lotNameWrapper_6jgy2_22", f = "_lotName_6jgy2_22", j = "_priceWrapper_6jgy2_50", a = {
6
6
  root: d,
7
7
  lotImageWrapper: W,
8
8
  lotNameWrapper: h,
9
- lotName: j,
10
- priceWrapper: y
11
- }, x = ({ lot: e, imgNode: p, onPriceClickHandler: t }) => {
12
- const { interiorPlanImg: m, floorPlanImg: i, area: s, subTypeName: c } = e || {}, l = c + ", " + s + "м²", n = m ?? i ?? "";
9
+ lotName: f,
10
+ priceWrapper: j
11
+ }, b = ({ lot: e, imgNode: p, onPriceClickHandler: t }) => {
12
+ const { interiorPlanImg: m, floorPlanImg: i, area: s, subTypeName: c } = e || {}, l = c + ", " + fmtNumber(s) + "м²", n = m ?? i ?? "";
13
13
  return e ? /* @__PURE__ */ o("div", { className: a.root, children: [
14
14
  /* @__PURE__ */ r("div", { className: a.lotImageWrapper, children: p || /* @__PURE__ */ r(
15
15
  "img",
@@ -36,5 +36,5 @@ const d = "_root_6jgy2_1", W = "_lotImageWrapper_6jgy2_16", h = "_lotNameWrapper
36
36
  ] }) : null;
37
37
  };
38
38
  export {
39
- x as CommercialLotCard
39
+ b as CommercialLotCard
40
40
  };
@@ -0,0 +1 @@
1
+ declare const fmtNumber: (num: string | null) => string;
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.991",
5
+ "version": "0.0.992",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",