sud-ui 1.1.4 → 1.1.6
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 +3 -3
- 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
|
@@ -12094,9 +12094,9 @@ const I9 = {
|
|
|
12094
12094
|
title: `${r}-${u}`,
|
|
12095
12095
|
style: {
|
|
12096
12096
|
width: "100%",
|
|
12097
|
-
aspectRatio: "
|
|
12097
|
+
aspectRatio: "5/3",
|
|
12098
12098
|
backgroundColor: b,
|
|
12099
|
-
borderRadius: "
|
|
12099
|
+
borderRadius: "25%",
|
|
12100
12100
|
// 둥글게 (이미지처럼)
|
|
12101
12101
|
cursor: "pointer",
|
|
12102
12102
|
border: J0(W.r, W.g, W.b) === b.toUpperCase() ? "2px solid #000" : "1px solid rgba(0,0,0,0.1)",
|
|
@@ -12243,7 +12243,7 @@ const I9 = {
|
|
|
12243
12243
|
display: "flex",
|
|
12244
12244
|
flexDirection: "column",
|
|
12245
12245
|
gap: 12,
|
|
12246
|
-
width: L === "preset" ?
|
|
12246
|
+
width: L === "preset" ? 250 : 300,
|
|
12247
12247
|
padding: "8px 0"
|
|
12248
12248
|
},
|
|
12249
12249
|
role: "dialog",
|