stone-kit 0.0.182 → 0.0.183

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.
@@ -27,7 +27,7 @@ const R = "_btnRound_1g4v2_1", p = "_whiteStroke_1g4v2_34", F = "_blackFill_1g4v
27
27
  deg: z,
28
28
  ...r
29
29
  }) => {
30
- const [g, u] = h(s.small), { color: v } = r;
30
+ const [g, u] = h(s.small), { color: v = "#141416" } = r;
31
31
  return f(() => {
32
32
  const _ = () => {
33
33
  const n = window.innerWidth, w = n > 1440 && t ? s[t] : n >= 1024 && n <= 1440 && i ? s[i] : s[l] || s.small;
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.182",
5
+ "version": "0.0.183",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",