sud-ui 0.4.95 → 0.5.1
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 +2 -2
- 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
|
@@ -1330,7 +1330,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
|
|
|
1330
1330
|
left: "-9999px",
|
|
1331
1331
|
opacity: 0,
|
|
1332
1332
|
pointerEvents: "none",
|
|
1333
|
-
zIndex:
|
|
1333
|
+
zIndex: 1e4,
|
|
1334
1334
|
transition: "opacity 0.2s ease"
|
|
1335
1335
|
}), [I, E] = q(!1), G = u !== void 0, X = G ? u : x;
|
|
1336
1336
|
j1(() => (Y(!0), () => Y(!1)), []);
|
|
@@ -1385,7 +1385,7 @@ const l2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S0 = (s) => {
|
|
|
1385
1385
|
if (!i.current || !r.current) return {};
|
|
1386
1386
|
const r1 = i.current.getBoundingClientRect(), b1 = r.current.getBoundingClientRect(), _1 = window.scrollY || document.documentElement.scrollTop, $1 = window.scrollX || document.documentElement.scrollLeft, J1 = {
|
|
1387
1387
|
position: "fixed",
|
|
1388
|
-
zIndex:
|
|
1388
|
+
zIndex: 1e4,
|
|
1389
1389
|
transition: "opacity 0.2s ease"
|
|
1390
1390
|
}, W1 = (P1) => {
|
|
1391
1391
|
switch (P1) {
|