stone-kit 0.0.831 → 0.0.833

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.
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const PinTrans: ReactSVGComponent;
4
+ export default PinTrans;
@@ -0,0 +1,11 @@
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as t from "react";
3
+ import { forwardRef as s } from "react";
4
+ const l = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...a
8
+ }, o) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: o, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("path", { d: "M10.6667 6.66665C10.6667 8.13941 9.47284 9.33331 8.00008 9.33331C6.52732 9.33331 5.33341 8.13941 5.33341 6.66665C5.33341 5.19389 6.52732 3.99998 8.00008 3.99998C9.47284 3.99998 10.6667 5.19389 10.6667 6.66665Z", stroke: "#141416" }), /* @__PURE__ */ t.createElement("path", { d: "M13.3334 6.66665C13.3334 9.61217 9.33341 14.6666 8.00008 14.6666C6.66675 14.6666 2.66675 9.61217 2.66675 6.66665C2.66675 3.72113 5.05456 1.33331 8.00008 1.33331C10.9456 1.33331 13.3334 3.72113 13.3334 6.66665Z", stroke: "#141416" })), m = s(l), f = (e) => /* @__PURE__ */ n(m, { ...e });
9
+ export {
10
+ f as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const SmallFilter: ReactSVGComponent;
4
+ export default SmallFilter;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as t from "react";
3
+ import { forwardRef as i } from "react";
4
+ const m = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...o
8
+ }, l) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, "aria-labelledby": r, ...o }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("path", { d: "M2.66667 5.33331H10.6667M10.6667 5.33331C10.6667 6.43788 11.5621 7.33331 12.6667 7.33331C13.7712 7.33331 14.6667 6.43788 14.6667 5.33331C14.6667 4.22874 13.7712 3.33331 12.6667 3.33331C11.5621 3.33331 10.6667 4.22874 10.6667 5.33331ZM6 10.6666H13.3333M6 10.6666C6 11.7712 5.10457 12.6666 4 12.6666C2.89543 12.6666 2 11.7712 2 10.6666C2 9.56208 2.89543 8.66665 4 8.66665C5.10457 8.66665 6 9.56208 6 10.6666Z", stroke: "white", strokeLinecap: "round" })), n = i(m), c = (e) => /* @__PURE__ */ a(n, { ...e });
9
+ export {
10
+ c as default
11
+ };
@@ -1,5 +1,5 @@
1
1
  import r from "react";
2
- const o = {
2
+ const a = {
3
3
  arrowRight: r.lazy(() => import("../icons/arrowRight.js")),
4
4
  loader: r.lazy(() => import("../icons/Loader.js")),
5
5
  filter: r.lazy(() => import("../icons/Filter.js")),
@@ -53,8 +53,10 @@ const o = {
53
53
  circle: r.lazy(() => import("../icons/Circle.js")),
54
54
  redo: r.lazy(() => import("../icons/Redo.js")),
55
55
  pin: r.lazy(() => import("../icons/Pin.js")),
56
+ pinTrans: r.lazy(() => import("../icons/PinTrans.js")),
57
+ smallFilter: r.lazy(() => import("../icons/SmallFilter.js")),
56
58
  timer: r.lazy(() => import("../icons/Timer.js"))
57
59
  };
58
60
  export {
59
- o as default
61
+ a as default
60
62
  };
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.831",
5
+ "version": "0.0.833",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",