sud-ui 0.6.8 → 0.6.9
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.
- package/README.md +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
# Soon UI Design Library [](https://www.npmjs.com/package/sud-ui)
|
|
8
8
|
|
|
9
9
|
**Soon UI Design (SUD)** is a React UI library that helps you quickly build responsive and polished interfaces using reusable components and customizable design tokens.
|
|
10
10
|
|
package/dist/index.js
CHANGED
|
@@ -7960,8 +7960,8 @@ const b0 = ({
|
|
|
7960
7960
|
}) => {
|
|
7961
7961
|
const C = M !== void 0, [R, j] = K(M ?? 0);
|
|
7962
7962
|
j1(() => {
|
|
7963
|
-
C && M !==
|
|
7964
|
-
}, [M,
|
|
7963
|
+
C && M !== void 0 && j(M);
|
|
7964
|
+
}, [M, C]);
|
|
7965
7965
|
const z = (r) => {
|
|
7966
7966
|
C || j(r), T == null || T(r);
|
|
7967
7967
|
}, O = x1(null), [I, P] = K({
|
|
@@ -8090,8 +8090,8 @@ const b0 = ({
|
|
|
8090
8090
|
}, n);
|
|
8091
8091
|
return () => clearInterval(r);
|
|
8092
8092
|
}, [l, n, s.length, C]), j1(() => {
|
|
8093
|
-
!C && typeof T == "function" && T(R);
|
|
8094
|
-
}, [R, T, C]), /* @__PURE__ */ t.jsxs(
|
|
8093
|
+
!C && typeof T == "function" && R !== M && T(R);
|
|
8094
|
+
}, [R, T, C, M]), /* @__PURE__ */ t.jsxs(
|
|
8095
8095
|
"div",
|
|
8096
8096
|
{
|
|
8097
8097
|
ref: O,
|