stone-kit 0.0.229 → 0.0.231

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.
@@ -55,7 +55,7 @@ interface ILotPromo {
55
55
  /** hex цвет */
56
56
  color: string;
57
57
  }
58
- interface ILot {
58
+ export interface ILot {
59
59
  /** id Лота */
60
60
  id: number | string;
61
61
  /** Название проекта */
@@ -121,7 +121,7 @@ const m = ({
121
121
  title: t,
122
122
  titleId: l,
123
123
  ...r
124
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 5L12 19M12 19L18 13.4412M12 19L6 13.4412", stroke: "currentColor" })), f1 = o(v1), g1 = ({
124
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 5L12 19M12 19L18 13.4412M12 19L6 13.4412", stroke: "currentColor" })), f1 = o(v1), g1 = ({
125
125
  title: t,
126
126
  titleId: l,
127
127
  ...r
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.229",
5
+ "version": "0.0.231",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",