stone-kit 0.0.350 → 0.0.351

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.
@@ -1,6 +1,6 @@
1
- import { jsxs as t, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
2
  import { LotCardSkeleton as a } from "../../LotCardSkeleton/ui/LotCardSkeleton.js";
3
- const c = "_root_8q5ww_12", s = "_projectHeader_8q5ww_18", i = "_titleWrapper_8q5ww_26", l = "_projectTitle_8q5ww_32", n = "_pulsing_8q5ww_1", _ = "_projectYear_8q5ww_40", d = "_metroWrapper_8q5ww_48", m = "_filterBtnWrapper_8q5ww_64", r = {
3
+ const c = "_root_8q5ww_12", s = "_projectHeader_8q5ww_18", i = "_titleWrapper_8q5ww_26", l = "_projectTitle_8q5ww_32", n = "_pulsing_8q5ww_1", _ = "_projectYear_8q5ww_40", d = "_metroWrapper_8q5ww_48", m = "_filterBtnWrapper_8q5ww_64", e = {
4
4
  root: c,
5
5
  projectHeader: s,
6
6
  titleWrapper: i,
@@ -11,22 +11,18 @@ const c = "_root_8q5ww_12", s = "_projectHeader_8q5ww_18", i = "_titleWrapper_8q
11
11
  filterBtnWrapper: m
12
12
  }, W = () => {
13
13
  const o = [1, 2, 3, 4, 5];
14
- return /* @__PURE__ */ t("div", { className: r.root, children: [
15
- /* @__PURE__ */ t("div", { className: r.projectHeader, children: [
16
- /* @__PURE__ */ t("div", { className: r.titleWrapper, children: [
17
- /* @__PURE__ */ e("div", { className: r.projectTitle }),
18
- /* @__PURE__ */ e("div", { className: r.projectYear })
14
+ return /* @__PURE__ */ t("div", { className: e.root, children: [
15
+ /* @__PURE__ */ t("div", { className: e.projectHeader, children: [
16
+ /* @__PURE__ */ t("div", { className: e.titleWrapper, children: [
17
+ /* @__PURE__ */ r("div", { className: e.projectTitle }),
18
+ /* @__PURE__ */ r("div", { className: e.projectYear })
19
19
  ] }),
20
- /* @__PURE__ */ t("div", { className: r.metroWrapper, children: [
21
- /* @__PURE__ */ e("div", {}),
22
- /* @__PURE__ */ e("div", {})
23
- ] }),
24
- /* @__PURE__ */ t("div", { className: r.filterBtnWrapper, children: [
25
- /* @__PURE__ */ e("div", {}),
26
- /* @__PURE__ */ e("div", {})
20
+ /* @__PURE__ */ t("div", { className: e.metroWrapper, children: [
21
+ /* @__PURE__ */ r("div", {}),
22
+ /* @__PURE__ */ r("div", {})
27
23
  ] })
28
24
  ] }),
29
- o.map((p) => /* @__PURE__ */ e(a, {}, p))
25
+ o.map((p) => /* @__PURE__ */ r(a, {}, p))
30
26
  ] });
31
27
  };
32
28
  export {
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.350",
5
+ "version": "0.0.351",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",