stone-kit
Version:
uikit for redesign
84 lines (83 loc) • 4.07 kB
JavaScript
import { jsxs as p, jsx as e } from "react/jsx-runtime";
import { c } from "../../../index-rKuIKazb.js";
const l = "_root_7lz45_12", s = "_projectRoot_7lz45_22", i = "_lotImageWrapper_7lz45_26", a = "_pulsing_7lz45_1", n = "_projectLotImageWrapper_7lz45_37", _ = "_lotInfoWrapper_7lz45_41", m = "_projectLotInfoWrapper_7lz45_48", P = "_infoHeader_7lz45_52", L = "_projectInfoHeader_7lz45_60", d = "_decor_7lz45_64", W = "_lotPropertyListMobile_7lz45_71", j = "_lotPropertyItem_7lz45_79", I = "_projectLotPropertyItem_7lz45_104", y = "_lotPropertyListDesktop_7lz45_109", z = "_lotPriceWrapper_7lz45_113", v = "_projectLotPriceWrapper_7lz45_117", D = "_discountWrapper_7lz45_121", f = "_lotPricePerMetr_7lz45_134", N = "_btnWrapper_7lz45_139", u = "_projectBtnWrapper_7lz45_155", M = "_projectDecor_7lz45_201", k = "_projectLotPropertyListMobile_7lz45_210", b = "_projectLotPropertyListDesktop_7lz45_218", g = "_lotPropertyItemDesktop_7lz45_221", h = "_projectDiscountWrapper_7lz45_232", H = "_discountPrice_7lz45_235", x = "_projectLotPricePerMetr_7lz45_255", t = {
root: l,
projectRoot: s,
lotImageWrapper: i,
pulsing: a,
projectLotImageWrapper: n,
lotInfoWrapper: _,
projectLotInfoWrapper: m,
infoHeader: P,
projectInfoHeader: L,
decor: d,
lotPropertyListMobile: W,
lotPropertyItem: j,
projectLotPropertyItem: I,
lotPropertyListDesktop: y,
lotPriceWrapper: z,
projectLotPriceWrapper: v,
discountWrapper: D,
lotPricePerMetr: f,
btnWrapper: N,
projectBtnWrapper: u,
projectDecor: M,
projectLotPropertyListMobile: k,
projectLotPropertyListDesktop: b,
lotPropertyItemDesktop: g,
projectDiscountWrapper: h,
discountPrice: H,
projectLotPricePerMetr: x
}, r = c.bind(t), S = ({ isProjectCard: o }) => /* @__PURE__ */ p("div", { className: r(t.root, { [t.projectRoot]: o }), children: [
/* @__PURE__ */ e("div", { className: r(t.lotImageWrapper, { [t.projectLotImageWrapper]: o }) }),
/* @__PURE__ */ p("div", { className: r(t.lotInfoWrapper, { [t.projectLotInfoWrapper]: o }), children: [
/* @__PURE__ */ e("div", { className: r(t.infoHeader, { [t.projectInfoHeader]: o }) }),
/* @__PURE__ */ e("div", { className: r(t.decor, { [t.projectDecor]: o }) }),
/* @__PURE__ */ p(
"div",
{
className: r(t.lotPropertyListDesktop, {
[t.projectLotPropertyListDesktop]: o
}),
children: [
/* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop }),
/* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop }),
/* @__PURE__ */ e("div", { className: t.lotPropertyItemDesktop })
]
}
),
/* @__PURE__ */ p(
"ul",
{
className: r(t.lotPropertyListMobile, {
[t.projectLotPropertyListMobile]: o
}),
children: [
/* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
/* @__PURE__ */ e("div", {}),
/* @__PURE__ */ e("div", {})
] }),
/* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
/* @__PURE__ */ e("div", {}),
/* @__PURE__ */ e("div", {})
] }),
/* @__PURE__ */ p("li", { className: r(t.lotPropertyItem, { [t.projectLotPropertyItem]: o }), children: [
/* @__PURE__ */ e("div", {}),
/* @__PURE__ */ e("div", {})
] })
]
}
)
] }),
/* @__PURE__ */ p("div", { className: r(t.lotPriceWrapper, { [t.projectLotPriceWrapper]: o }), children: [
/* @__PURE__ */ e("div", { className: r(t.discountWrapper, { [t.projectDiscountWrapper]: o }), children: /* @__PURE__ */ e("div", {}) }),
/* @__PURE__ */ e("div", { className: r(t.lotPricePerMetr, { [t.projectLotPricePerMetr]: o }) }),
/* @__PURE__ */ p("div", { className: r(t.btnWrapper, { [t.projectBtnWrapper]: o }), children: [
/* @__PURE__ */ e("div", {}),
/* @__PURE__ */ e("div", {})
] })
] })
] });
export {
S as LotCardSkeleton
};