stone-kit 0.0.336 → 0.0.337

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.
@@ -139,7 +139,7 @@ const R = "_root_kf87x_1", B = "_fullscreenBtnMobile_kf87x_11", L = "_lotImageWr
139
139
  /* @__PURE__ */ e("div", { className: t.lotPriceWrapper, children: [
140
140
  /* @__PURE__ */ e("div", { className: t.discountWrapper, children: [
141
141
  P && p && F && /* @__PURE__ */ e("div", { className: t.discountPrice, children: [
142
- /* @__PURE__ */ r("span", { children: b(p) }),
142
+ /* @__PURE__ */ r("span", { children: b(F ?? p) }),
143
143
  /* @__PURE__ */ r(
144
144
  i,
145
145
  {
@@ -150,7 +150,7 @@ const R = "_root_kf87x_1", B = "_fullscreenBtnMobile_kf87x_11", L = "_lotImageWr
150
150
  }
151
151
  )
152
152
  ] }),
153
- /* @__PURE__ */ r("div", { children: b(F || p) })
153
+ /* @__PURE__ */ r("div", { children: b(p) })
154
154
  ] }),
155
155
  f && /* @__PURE__ */ r("div", { className: t.lotPricePerMetr, children: b(f, !0) }),
156
156
  /* @__PURE__ */ e("div", { className: t.btnWrapper, children: [
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.336",
5
+ "version": "0.0.337",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",