stone-kit 0.0.93 → 0.0.94

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,17 +1,17 @@
1
- import { jsx as e, jsxs as o, Fragment as z } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as c, Fragment as z } from "react/jsx-runtime";
2
2
  import { c as g } from "../../../index-DIxK0V-G.js";
3
3
  import { NewIcon as k } from "../../NewIcon/ui/NewIcon.js";
4
- const y = "_btnCommon_1cazw_1", f = "_btnLoading_1cazw_19", N = "_isHidden_1cazw_23", C = "_blue_1cazw_67", H = "_sokolniki_1cazw_81", L = "_black_1cazw_95", S = "_gray_1cazw_109", $ = "_whiteStroke_1cazw_123", x = "_whiteFilled_1cazw_135", F = "_shade_1cazw_149", v = "_volodiyaLight_1cazw_163", j = "_loader_1cazw_169", p = "_LoaderSpin_1cazw_1", _ = {
4
+ const y = "_btnCommon_1cazw_1", f = "_btnLoading_1cazw_19", C = "_isHidden_1cazw_23", N = "_blue_1cazw_67", H = "_sokolniki_1cazw_81", L = "_black_1cazw_95", S = "_gray_1cazw_109", $ = "_whiteStroke_1cazw_123", x = "_whiteFilled_1cazw_135", F = "_shade_1cazw_149", v = "_volodiyaLight_1cazw_163", j = "_loader_1cazw_169", p = "_LoaderSpin_1cazw_1", _ = {
5
5
  btnCommon: y,
6
6
  btnLoading: f,
7
- isHidden: N,
7
+ isHidden: C,
8
8
  "auto-width": "_auto-width_1cazw_27",
9
9
  "full-width": "_full-width_1cazw_31",
10
10
  "tiny-size": "_tiny-size_1cazw_35",
11
11
  "small-size": "_small-size_1cazw_43",
12
12
  "medium-size": "_medium-size_1cazw_51",
13
13
  "large-size": "_large-size_1cazw_59",
14
- blue: C,
14
+ blue: N,
15
15
  sokolniki: H,
16
16
  black: L,
17
17
  gray: S,
@@ -32,9 +32,9 @@ const y = "_btnCommon_1cazw_1", f = "_btnLoading_1cazw_19", N = "_isHidden_1cazw
32
32
  }, a = g.bind(_), A = ({
33
33
  size: m = "medium",
34
34
  size_m: d,
35
- size_l: w,
35
+ size_l: r,
36
36
  pre: s = !1,
37
- children: r = "",
37
+ children: w = "",
38
38
  post: l = !1,
39
39
  variant: h = "blue",
40
40
  width: u = "auto",
@@ -46,25 +46,25 @@ const y = "_btnCommon_1cazw_1", f = "_btnLoading_1cazw_19", N = "_isHidden_1cazw
46
46
  _.btnCommon,
47
47
  _[`${m}-size`],
48
48
  _[`${d}-size_m`],
49
- _[`${w}-size_l`],
49
+ _[`${r}-size_l`],
50
50
  _[`${h}`],
51
51
  { [_.btnLoading]: i },
52
52
  { [_.btnCommonInline]: s || l },
53
53
  _[`${u}-width`],
54
54
  b
55
- ), c = () => /* @__PURE__ */ o(z, { children: [
55
+ ), o = () => /* @__PURE__ */ c(z, { children: [
56
56
  i && /* @__PURE__ */ e(
57
57
  k,
58
58
  {
59
59
  name: "loader",
60
60
  size: "24",
61
- color: "#fff",
61
+ color: "currentColor",
62
62
  additionalClass: _.loader
63
63
  }
64
64
  ),
65
- /* @__PURE__ */ o(z, { children: [
65
+ /* @__PURE__ */ c(z, { children: [
66
66
  s && /* @__PURE__ */ e("span", { className: a({ [_.isHidden]: i }), children: s }),
67
- /* @__PURE__ */ e("span", { className: a({ [_.isHidden]: i }), children: r }),
67
+ /* @__PURE__ */ e("span", { className: a({ [_.isHidden]: i }), children: w }),
68
68
  l && /* @__PURE__ */ e("span", { className: a({ [_.isHidden]: i }), children: l })
69
69
  ] })
70
70
  ] });
@@ -73,14 +73,14 @@ const y = "_btnCommon_1cazw_1", f = "_btnLoading_1cazw_19", N = "_isHidden_1cazw
73
73
  {
74
74
  className: t,
75
75
  ...n,
76
- children: c()
76
+ children: o()
77
77
  }
78
78
  ) : /* @__PURE__ */ e(
79
79
  "button",
80
80
  {
81
81
  className: t,
82
82
  ...n,
83
- children: c()
83
+ children: o()
84
84
  }
85
85
  );
86
86
  };
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.93",
5
+ "version": "0.0.94",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",