sud-ui 1.1.5 → 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 +1 -1
- 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,7 +12094,7 @@ const I9 = {
|
|
|
12094
12094
|
title: `${r}-${u}`,
|
|
12095
12095
|
style: {
|
|
12096
12096
|
width: "100%",
|
|
12097
|
-
aspectRatio: "3
|
|
12097
|
+
aspectRatio: "5/3",
|
|
12098
12098
|
backgroundColor: b,
|
|
12099
12099
|
borderRadius: "25%",
|
|
12100
12100
|
// 둥글게 (이미지처럼)
|